@charset "UTF-8";
/* =====================================
 * カラー変数
 * ================================== */
/*

$c-〇〇〇-darker:標準カラーよりやや暗め;
$c-〇〇〇-dark:標準カラーより少し暗め;
$c-〇〇〇:標準カラー;
$c-〇〇〇-lighter:標準カラーより少し薄め;
$c-〇〇〇-light:標準カラーよりやや薄め;

↓

$c-blk-darker:#000;
$c-blk-dark:#111;
$c-blk:#333;
$c-blk-lighter:#555;
$c-blk-light:#777;


/* =====================================
 * extend用のclassをここに集約
 * ================================== */
* + .c-section.-lg {
  margin-top: 120px;
}
@media (max-width: 768px) {
  * + .c-section.-lg {
    margin-top: 55px;
  }
}
* + .c-section.-xsm {
  margin-top: 32px;
}
@media (max-width: 768px) {
  * + .c-section.-xsm {
    margin-top: 19px;
  }
}
* + .c-section.-md {
  margin-top: 64px;
}
@media (max-width: 768px) {
  * + .c-section.-md {
    margin-top: 35px;
  }
}

@media (min-width: 769px) {
  .p-lp-contents .main {
    margin-top: 9rem;
  }
}
@media (max-width: 768px) {
  .p-lp-contents .main {
    margin-top: 7rem;
  }
}

/* @media (max-width: 768px) {
  .p-lp-contents .main{
    padding-top: 64px;

  }
} */
@media (max-width: 768px) {
  body.-translation.-irtrans .main h2:not([class*=heading]) {
    font-size: 28px;
    flex-direction: column;
  }
}
html:not(.sp) body.-translation.-irtrans .main .c-btn-text a:hover {
  color: #EB9301;
}

body.-translation.-irtrans .main .-detail h2:not([class*=heading]) {
  font-size: 28px;
}

@media (max-width: 768px) {
  body.-translation.-irtrans .main .-detail h2:not([class*=heading]) {
    font-size: 24px;
  }
}
body.-translation.-irtrans .main h3:not([class*=heading]) {
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 768px) {
  body.-translation.-irtrans .main h3:not([class*=heading]) {
    font-size: 20px;
  }
}
body.-translation.-irtrans .main h3:not([class*=heading]) span {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  body.-translation.-irtrans .main h3:not([class*=heading]) span {
    margin-bottom: 6px;
  }
}
body.-translation.-irtrans .main ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 0.75em;
  left: 0.5em;
  margin: -2px 0 0 -2px;
  background-color: #EB9301;
  border-radius: 100%;
  margin-top: 1px;
}

body.-translation.-irtrans .main p {
  margin-bottom: 0;
}

body.-translation.-irtrans .main ul {
  margin-bottom: 0;
  margin: 0;
}

body.-translation.-irtrans .main ul ul {
  margin-bottom: 0;
  margin: 0;
}

body.-translation.-irtrans .main ul li {
  margin-bottom: 0;
}

body.-translation.-irtrans .main h2:not([class*=heading]) {
  padding: 0;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.75;
  margin-bottom: 0;
  border-left: none;
}
body.-translation.-irtrans .main h2:not([class*=heading]).c-headline__main.-center {
  font-weight: bold;
}

.p-translation02-section__content {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .p-translation02-section__content.-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (max-width: 1080px) {
  .p-translation02-section__content.-flex {
    display: block;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-translation02-section {
  position: relative;
  z-index: 20;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .p-translation02-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-lp-contents .main > * {
  font-family: "Noto Sans JP" !important;
}

body:has(.p-lp-contents) {
  font-family: "Noto Sans JP" !important;
}

@media (min-width: 769px) {
  .p-lp-contents .main .p-translation02-section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .p-lp-contents .main .p-translation02-section {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 769px) {
  .p-lp-contents .main .p-translation02-section.-sm {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
@media (max-width: 768px) {
  .p-lp-contents .main .p-translation02-section.-sm {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 769px) {
  .l-content-lp-section-sm {
    max-width: 960px;
    margin: 0 auto;
  }
}
.c-hover,
.p-lp-mv__btn-list-contact > *,
.c-btn[class] > * {
  transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {
  .c-hover:hover,
  .p-lp-mv__btn-list-contact > :hover,
  .c-btn[class] > :hover {
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.84;
  }
}
.c-hover-blk {
  transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {
  .c-hover-blk:hover {
    cursor: pointer;
    text-decoration: none !important;
    background-image: linear-gradient(90deg, #EB9300 0%, #EB9300 75%, #FDF4E5 100%);
    color: #fff;
  }
}
.c-hover-orenge {
  transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {
  .c-hover-orenge:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: #EB9300;
  }
}
.c-hover-bg-orenge {
  transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {
  .c-hover-bg-orenge:hover {
    cursor: pointer;
    text-decoration: none !important;
    background-color: #EB9300;
  }
}
.c-radius, .c-card-list06__item,
.c-bg-pri,
.c-cta__inner,
.p-voice__text,
.p-lp-reason__inner,
.p-lp-reason {
  border-radius: 0.8rem;
}

/* =====================================
 * 見出し
 * ================================== */
[class*=c-headline] {
  line-height: 1.5;
}

.c-headline__sub {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  font-family: "Roboto";
  color: #EB9300;
}

@media (max-width: 768px) {
  .c-headline__sub {
    font-size: 1.6rem;
  }
}
.c-headline__sub + * {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .c-headline__sub + * {
    margin-top: 0.25rem;
  }
}
.p-lp-contents .main .c-headline__main[class] {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  justify-content: center;
}

@media (max-width: 768px) {
  .p-lp-contents .main .c-headline__main[class] {
    font-size: 3.2rem;
    text-align: center;
  }
}
.c-headline + * {
  margin-top: 3.2rem;
}

@media (max-width: 768px) {
  .c-headline + * {
    margin-top: 19px;
  }
}
.c-headline-number {
  display: inline-block;
}

.c-headline-number__sub {
  color: #EB9300;
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: bold;
  font-family: "Roboto";
  letter-spacing: 0.056rem;
  text-align: center;
}

@media (max-width: 768px) {
  .c-headline-number__sub {
    font-size: 1.12rem;
  }
}
.c-headline-number__main {
  color: #EB9300;
  font-size: 6.4rem;
  line-height: 100%;
  font-weight: bold;
  font-family: "Roboto";
}

@media (max-width: 768px) {
  .c-headline-number__main {
    font-size: 5.12rem;
  }
}
@media (min-width: 769px) {
  .c-headline-number-wrap {
    display: flex;
    gap: 0 1.5rem;
  }
}
.c-headline-number-wrap + * {
  margin-top: 1.62rem;
}

@media (max-width: 768px) {
  .c-headline-number-wrap + * {
    margin-top: 14px;
  }
}
.p-lp-contents .main .c-headline-number__title[class] {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 150%;
  margin-top: 2rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-lp-contents .main .c-headline-number__title[class] {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .c-headline-number__title {
    margin-top: 12px;
  }
}
/* =====================================
 * ボタン基準
 * ================================== */
.l-nav__contact a {
  font-size: 14px;
}

@media (max-width: 768px) {
  .l-nav__contact a {
    font-size: 11.2px;
  }
}
.c-btn[class] {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .c-btn[class] {
    max-width: 400px;
  }
}
.c-btn[class].-lg {
  max-width: 100%;
}

.c-btn[class] > * {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  background: #EB9300;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1.6rem 4.8rem;
}

@media (max-width: 768px) {
  .c-btn[class] > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class] > *:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../../images/lp/ico_arr_right_wht.svg);
  background-size: 100%;
  width: 0.8em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1.6rem;
}

@media (max-width: 768px) {
  .c-btn[class] > *:after {
    margin-right: 1.125rem;
  }
}
.c-btn-text {
  margin-top: 2.4rem;
}

@media (max-width: 768px) {
  .c-btn-text {
    margin-top: 14px;
  }
}
.c-btn-text a {
  position: relative;
  display: inline-block;
  padding: 0 2.6rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 768px) {
  .c-btn-text a {
    font-size: 1.12rem;
  }
}
.c-btn-text a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 100%;
  background-position: center 0.56em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../../images/lp/ico_arr_right_pri.svg");
  margin-right: 0.4em;
}

.c-btn-text.-download a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.4rem;
  height: 100%;
  background-position: center 0.56em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../../images/lp/ico_download_pri.svg");
  margin-right: 0.4em;
}

.c-btn-text a:hover {
  color: #EB9300;
  transition: all 0.2s ease-in-out;
}

/* =====================================
 * 表組み
 * ================================== */
.p-lp-contents .main .c-table {
  border-right: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  width: 100%;
}

.p-lp-contents .main * + .c-table {
  margin-top: 3rem;
}

.p-lp-contents .main .c-table th,
.p-lp-contents .main .c-table td {
  background-clip: padding-box;
  border-top: 1px solid #BEBEBE;
  border-left: 1px solid #BEBEBE;
}

.p-lp-contents .main .c-table th {
  font-weight: bold;
  background: #EB9300;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .p-lp-contents .main .c-table th.-sm[class] {
    width: 16.5%;
  }
}
@media (max-width: 768px) {
  .p-lp-contents .main .c-table th.-sm[class] {
    width: 100%;
    width: 110px;
  }
}
@media (max-width: 768px) {
  .p-lp-contents .main .c-table th.-lg[class] {
    width: 60%;
  }
}
.p-lp-contents .main .c-table td {
  background-color: #fff;
}

.p-lp-contents .main .c-table td.-right {
  text-align: right;
}

.p-lp-contents .main .c-table td.-result {
  font-size: 2rem;
  font-weight: bold;
  color: #EB9300;
  background-color: #FDF4E5;
}

@media (max-width: 768px) {
  .p-lp-contents .main .c-table td.-result {
    font-size: 1.6rem;
  }
}
.p-lp-contents .main .c-table th,
.p-lp-contents .main .c-table td {
  padding: 1.6rem 2.4rem;
}

@media (max-width: 768px) {
  .p-lp-contents .main .c-table th,
  .p-lp-contents .main .c-table td {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-lp-contents .main .c-table.-wide th,
  .p-lp-contents .main .c-table.-wide td {
    display: table-cell;
  }
}
@media (min-width: 769px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-hidden-sp {
    display: none !important;
  }
}
.p-lp-mv {
  background-color: #fff;
  position: relative;
  background-color: #FDF4E5;
}

.p-lp-mv__lead {
  font-size: 48px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .p-lp-mv__lead {
    padding-left: 16px;
  }
}

@media (max-width: 768px) {
  .p-lp-mv__lead {
    font-size: 1.92rem;
  }
}
.p-lp-mv__lead + * {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .p-lp-mv__lead + * {
    margin-top: 0.4rem;
  }
}
.p-lp-mv-wrap {
  background-color: #F8F7F6;
}

.p-lp-mv__desc {
  font-size: 18px;
  line-height: 1.75;
  font-weight: normal;
}
@media (max-width: 768px) {
  .p-lp-mv__desc {
    font-size: 16px;
  }
}
.p-lp-mv__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .p-lp-mv__desc + * {
    margin-top: 14px;
  }
}

@media (min-width: 769px) {
  .p-lp-mv-desc {
    position: relative;
    left: -50px;
  }
}
@media (max-width: 1360px) {
  .p-lp-mv-desc {
    position: static;
    max-width: 391px;
  }
}
@media (max-width: 1080px) {
  .p-lp-mv-desc {
    max-width: 100%;
  }
}

body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 175%;
  padding-left: 0;
  padding-right: 68px;
  flex-shrink: 1;
  flex-grow: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #FBEACD;
  text-decoration: none;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li a {
    padding-bottom: 12px;
    font-size: 14px;
    padding-right: 30px;
  }
}
body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li a:hover {
  color: #EB9301;
}
body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li a:hover:before {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  background-image: url("../../images/irtranslp/ico_check_round_pri.png");
  border: 1px solid #EB9301;
}
body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li a::after {
  content: none;
}
body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li a:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: auto;
  width: 28px;
  height: 28px;
  background-color: #EB9301;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../images/irtranslp/ico_check_round.png");
  background-size: 10px 10px;
  position: absolute;
  border-radius: 28px;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li a:before {
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }
}
body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li + li:before {
  margin-top: 20px;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li + li:before {
    margin-top: 12px;
  }
}
body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li + li a {
  padding-top: 20px;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li + li a {
    padding-top: 12px;
  }
}
body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li + li a:before {
  margin-top: 20px;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .p-lp-mv-desc-list.p-translation02-header__list.-sub li + li a:before {
    margin-top: 12px;
  }
}

@media (max-width: 1080px) {
  body.-translation.-irtrans .main .p-lp-mv-desc-list {
    padding-top: 9rem;
  }
}
body.-translation.-irtrans .main .p-lp-mv-desc-list li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 175%;
  padding-left: 0;
  padding-right: 68px;
  flex-shrink: 1;
  flex-grow: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #FBEACD;
  text-decoration: none;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .main .p-lp-mv-desc-list li a {
    padding-bottom: 12px;
    font-size: 16px;
  }
}
body.-translation.-irtrans .main .p-lp-mv-desc-list li a:hover {
  color: #EB9301;
}
body.-translation.-irtrans .main .p-lp-mv-desc-list li a:hover:before {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  background-image: url("../../images/irtranslp/ico_check_round_pri.png");
  border: 1px solid #EB9301;
}
body.-translation.-irtrans .main .p-lp-mv-desc-list li a:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: auto;
  width: 28px;
  height: 28px;
  background-color: #EB9301;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../images/irtranslp/ico_check_round.png");
  background-size: 10px 10px;
  position: absolute;
  border-radius: 28px;
}
body.-translation.-irtrans .main .p-lp-mv-desc-list li + li:before {
  margin-top: 20px;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .main .p-lp-mv-desc-list li + li:before {
    margin-top: 12px;
  }
}
body.-translation.-irtrans .main .p-lp-mv-desc-list li + li a {
  padding-top: 20px;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .main .p-lp-mv-desc-list li + li a {
    padding-top: 12px;
  }
}
body.-translation.-irtrans .main .p-lp-mv-desc-list li + li a:before {
  margin-top: 20px;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .main .p-lp-mv-desc-list li + li a:before {
    margin-top: 12px;
  }
}

body.-translation.-irtrans .main .p-lp-mv-desc-list ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 0.75em;
  left: 0.5em;
  margin: -2px 0 0 -2px;
  background-color: #EB9301;
  border-radius: 100%;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .main .p-lp-mv-desc-list ul li:before {
    top: 1.3em;
  }
}

.p-lp-mv__title {
  font-weight: bold;
  font-size: 56px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-lp-mv__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 769px) {
  .p-lp-mv__title {
    margin-left: 0.5rem;
  }
}
.p-lp-mv__title .-sm {
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .p-lp-mv__title .-sm {
    font-size: 2.56rem;
  }
}
.p-lp-mv__title .-sm-bk {
  font-size: 3.2rem;
  color: #221814;
}

@media (max-width: 768px) {
  .p-lp-mv__title .-sm-bk {
    font-size: 2.56rem;
  }
}
.p-lp-mv__title span {
  color: #EB9300;
}

.p-lp-mv__title + * {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .p-lp-mv__title + * {
    margin-top: 24px;
  }
}
/* @media (max-width: 768px) {
  .p-lp-mv__body {
    padding-top: 7rem;
  }
} */
@media (min-width: 1361px) {
  .p-lp-mv__text {
    max-width: 668px;
  }
}
@media (max-width: 1360px) {
  .p-lp-mv__text {
    max-width: 600px;
  }
}
@media (min-width: 769px) {
  .p-lp-mv__bg {
    width: calc(50% + 4rem);
  }
}
@media (min-width: 769px) {
  .p-lp-mv__text .p-lp-cta__btn {
    margin-left: 0.5rem;
  }
}
.p-lp-mv__body,
.p-lp-mv__footer {
  position: relative;
  z-index: 10;
}

.p-lp-mv__body {
  padding: 80px 0;
}
@media (max-width: 1080px) {
  .p-lp-mv__body {
    padding: 68px 0;
  }
}

@media (max-width: 768px) {
  .p-lp-mv__body {
    padding: 11rem 0 3rem;
  }
}
.p-lp-mv__footer {
  padding: 5.6rem 0 3.2rem;
}

@media (max-width: 768px) {
  .p-lp-mv__footer {
    padding: 1.5rem 0;
  }
}
.p-lp-mv__header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-lp-mv__header img {
  aspect-ratio: 533/497;
}
@media (min-width: 769px) {
  .p-lp-mv__header img {
    margin-right: calc(50% - 76rem);
  }
}

@media (max-width: 768px) {
  .p-lp-mv__header img {
    margin-left: 40%;
    width: 350px;
  }
}
.p-lp-mv__bg {
  height: 100%;
  max-width: 1600px;
  margin-left: auto;
  background-color: #fff;
}

@media (min-width: 769px) {
  .p-lp-mv__bg img {
    object-position: center center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  .p-lp-mv__bg img {
    object-position: 70% 70%;
  }
}
@media (min-width: 769px) {
  .p-lp-mv__bg {
    width: calc(50% + 9.5rem);
  }
}
@media (max-width: 1080px) {
  .p-lp-mv__bg {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .p-lp-mv__bg {
    height: calc(100% - 52rem);
    padding-bottom: 42rem;
  }
}
@media (max-width: 768px) {
  .p-lp-mv__bg {
    height: calc(100% - 48rem);
    padding-bottom: 42rem;
  }
}
.p-lp-mv__text {
  position: relative;
}

.p-lp-mv__btn-list {
  display: flex;
  color: #fff;
  font-size: 1.76rem;
  font-weight: bold;
  margin-top: 3.2rem;
}
.p-lp-mv__btn-list.-center {
  justify-content: center;
}

.p-lp-mv-wrap .p-lp-mv__btn-list > * {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .p-lp-mv__btn-list {
    font-size: 1.408rem;
  }
}
@media (max-width: 768px) {
  .p-lp-mv__btn-list {
    flex-wrap: wrap;
  }
}
.p-lp-contents .main .p-lp-mv__btn-list > * {
  display: block;
  text-decoration: none;
  border-radius: 0.6rem;
  text-decoration: none !important;
  /* position: static; */
  padding-left: 0;
}

@media (max-width: 768px) {
  .p-lp-mv__btn-list > * {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .p-lp-mv__btn-list-contact + .p-lp-mv__btn-list-contact {
    margin-left: 3.2rem;
  }
}
@media (max-width: 768px) {
  .p-lp-mv__btn-list-contact + .p-lp-mv__btn-list-contact {
    margin-top: 1.6rem;
  }
}
@media (min-width: 769px) {
  .p-lp-mv__btn-list-contact {
    margin-right: 0;
    width: 100%;
    margin-top: 1rem;
  }
}
body.-translation.-irtrans .p-lp-contents .main .p-lp-mv__btn-list-contact::before {
  content: none;
}
body.-translation.-irtrans .p-lp-contents .main .p-lp-mv__btn-list-contact.-max400 {
  max-width: 400px;
}
body.-translation.-irtrans .p-lp-contents .main .p-lp-mv__btn-list-contact > * {
  transition: all 0.2s ease-in-out;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0;
  background-color: #EB9300;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.5) inset;
  line-height: 1.5;
  padding: 24px 20px 24px 20px;
  position: relative;
}
body.-translation.-irtrans .p-lp-contents .main .p-lp-mv__btn-list-contact > *:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 27%;
  transform: translateX(-50%);
  right: 0;
  width: 20px;
  height: 30px;
  background-position: center 0.56em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../../images/irtranslp/ico_arr_right_wht.png");
  margin-right: 0.4em;
}

.p-lp-contents .main .p-lp-mv__btn-list-contact > *:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .p-lp-contents .main .p-lp-mv__btn-list-contact {
    font-size: 1.44rem;
  }
}
@media (min-width: 769px) {
  .p-lp-contents .main .p-lp-mv__btn-list-contact {
    max-width: 30rem;
    margin-top: 0;
  }
}
.p-lp-mv__btn-list-contact[class]::before {
  content: none;
}

.p-lp-mv__btn-list-contact > *::before {
  content: "";
  display: block;
  top: 50%;
  right: 1.8rem;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/lp/ico_arr_wht.svg);
  transform: translateY(-50%);
  position: absolute;
}

.p-lp-contents .main .p-lp-mv__btn-list-contact.-wht > * {
  background-color: #fff;
  color: #EB9300;
  outline: 1px solid #EB9300;
  margin-right: 0;
}

.p-lp-mv__btn-list-contact.-wht[class] > *:hover {
  background-color: #FDF4E5;
  transition: all 0.2s ease-in-out;
}

.p-lp-mv__btn-list-contact.-wht > *::before {
  background-image: url(../../images/lp/ico_arr_pri.svg);
}

@media (min-width: 769px) {
  .p-lp-mv__btn-list {
    margin-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .p-lp-mv__btn-list {
    margin-top: 0rem;
  }
}
.c-cta .p-lp-cta__btn {
  margin-top: 6rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .c-cta .p-lp-cta__btn {
    margin-top: 2rem;
  }
}
.c-cta .p-lp-mv__btn-list {
  justify-content: center;
}

@media (min-width: 769px) {
  .p-lp-worry__inner {
    gap: 0 10.81rem;
    display: flex;
    justify-content: space-between;
  }
}
.p-lp-contents .main .p-lp-worry__title[class] {
  color: #EB9300;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 150%;
  justify-content: center;
}

@media (max-width: 768px) {
  .p-lp-contents .main .p-lp-worry__title[class] {
    font-size: 2.56rem;
  }
}
.p-lp-contents .main .p-lp-worry__list {
  margin-top: 2.4rem;
}

.p-lp-contents .main .p-lp-worry__list > * {
  background-color: #F5F5F5;
  padding: 2rem 3.2rem 2rem 5.8rem;
  display: flex;
  font-size: 1.8rem;
  border-radius: 0.8rem;
}

@media (max-width: 768px) {
  .p-lp-contents .main .p-lp-worry__list > * {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .p-lp-contents .main .p-lp-worry__list > * {
    padding: 1.1rem 1.6rem 1.1rem 3.7rem;
  }
}
.p-lp-contents .main .p-lp-worry__list > * + * {
  margin-top: 1.6rem;
}

@media (min-width: 769px) {
  .p-lp-contents .main .p-lp-worry__list > * + * {
    letter-spacing: 0.02em;
  }
}
.p-lp-contents .main .p-lp-worry__list > *::before {
  content: "";
  display: block;
  top: 0;
  left: 3.2rem;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/lp/ico_check.svg);
  background-size: 100%;
  background-color: rgb(245, 245, 245);
  margin-top: 2.6rem;
  margin-right: 0.62rem;
}

@media (max-width: 768px) {
  .p-lp-contents .main .p-lp-worry__list > *::before {
    left: 1.6rem;
    margin-top: 1.4rem;
  }
}
.p-lp-worry__solution {
  text-align: center;
}

@media (max-width: 768px) {
  .p-lp-worry__solution {
    margin-top: 5rem;
  }
}
.p-lp-worry__solution-sab-title {
  font-size: 3.2rem;
  color: #EB9300;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-lp-worry__solution-sab-title {
    font-size: 2.56rem;
  }
}
.p-lp-worry__solution-sab-title + * {
  margin-top: 0.8rem;
}

.p-lp-worry__solution-title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-lp-worry__solution-title {
    font-size: 2.56rem;
  }
}
.p-lp-worry__solution-title + * {
  margin-top: 2.4rem;
}

.p-lp-worry__theme {
  position: relative;
}

.p-lp-worry__theme::before {
  content: "";
  width: 2.4rem;
  height: 4.8rem;
  background-image: url("../../images/lp/img_triangle.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}

@media (min-width: 769px) {
  .p-lp-worry__theme::before {
    top: 50%;
    right: -11rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .p-lp-worry__theme::before {
    width: 1.5rem;
    height: 3rem;
    bottom: -4rem;
    right: calc(50% - 0.75rem);
    transform: translateX(-50%);
    transform: rotate(90deg);
  }
}
.p-lp-reason {
  background-color: #FDF4E5;
  padding: 4.8rem 6rem;
}

@media (max-width: 768px) {
  .p-lp-reason {
    padding: 2.4rem 1.5rem;
  }
}
.p-lp-reason__inner {
  background-color: #fff;
  padding: 4rem 6rem;
}

@media (max-width: 768px) {
  .p-lp-reason__inner {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1321px) {
  .p-lp-reason__content {
    display: flex;
    gap: 0 2rem;
  }
}
.p-lp-reason__content-img {
  flex-shrink: 0;
  flex-grow: 0;
}

@media (max-width: 1320px) {
  .p-lp-reason__content-img {
    margin-top: 1.6rem;
    text-align: center;
  }
}
.p-lp-reason__content + * {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .p-lp-reason__content + * {
    margin-top: 24px;
  }
}
.p-lp-reason__img {
  flex-shrink: 0;
  flex-grow: 0;
}

@media (max-width: 768px) {
  .p-lp-reason__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .p-lp-reason__comparison {
    display: flex;
    gap: 0 2rem;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-lp-reason__comparison-img {
    margin-top: 0.5rem;
  }
}
.p-lp-reason__comparison-item + .p-lp-reason__comparison-item {
  margin-top: 3.2rem;
}

@media (max-width: 768px) {
  .p-lp-reason__comparison-item + .p-lp-reason__comparison-item {
    margin-top: 0;
  }
}
.p-voice__inner {
  display: flex;
  gap: 0 3.6rem;
}

@media (max-width: 768px) {
  .p-voice__inner {
    gap: 0 24px;
    /* align-items: center; */
  }
}
.p-voice__inner + .p-voice__inner {
  margin-top: 4.8rem;
}

@media (max-width: 768px) {
  .p-voice__inner + .p-voice__inner {
    margin-top: 2.8rem;
  }
}
.p-voice__img-wrap {
  flex-shrink: 0;
  flex-grow: 0;
}

.p-voice__img {
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #FDF4E5;
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .p-voice__img {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 768px) {
  .p-voice__img img {
    width: 80%;
  }
}
.p-voice__imgtitle {
  text-align: center;
  font-family: "Roboto";
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #EB9300;
}

@media (max-width: 768px) {
  .p-voice__imgtitle {
    font-size: 1.12rem;
  }
}
.p-voice__imgtitle + * {
  margin-top: 0.64rem;
}

.p-voice__text {
  background-color: #FDF4E5;
  padding: 3.2rem;
  position: relative;
}

@media (max-width: 768px) {
  .p-voice__text {
    padding: 1.25rem;
    /* margin-top: 1.6rem; */
  }
}
.p-voice__text::before {
  content: "";
  width: 1.5rem;
  height: 3rem;
  left: -1.5rem;
  background-image: url("../../images/lp/img_shape.png");
  position: absolute;
}

@media (min-width: 769px) {
  .p-voice__text::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .p-voice__text::before {
    top: 18%;
  }
}
.p-voice__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #EB9300;
}

@media (max-width: 768px) {
  .p-voice__title {
    font-size: 1.12rem;
  }
}
.p-voice__title + * {
  margin-top: 0.8rem;
}

/* .shape {
  width: 2.14019rem;
  height: 1.16225rem;
  background-color: #CC0033;
}

.right {
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.left {
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
} */
.p-lp-contents .main h4 {
  border-left: 0.4rem solid #EB9300;
  font-size: 2.4rem;
  padding-left: 1.6rem;
  margin-top: 4.8rem;
}

@media (max-width: 768px) {
  .p-lp-contents .main h4 {
    font-size: 1.92rem;
  }
}
.p-lp-contents .main h4 + *[class] {
  margin-top: 2.4rem;
}

@media (max-width: 768px) {
  h4 + *[class] {
    margin-top: 14px;
  }
}
.p-lp-contents .main .c-headline__main.-center {
  text-align: center;
  font-weight: bold;
}

.p-lp-contents .main .c-headline02 {
  border-left: 0.4rem solid #EB9300;
  font-size: 2.4rem;
  padding-left: 1.6rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-lp-contents .main .c-headline02 {
    font-size: 1.92rem;
  }
}
.p-lp-contents .main .c-headline02 + * {
  margin-top: 2.4rem;
}

@media (max-width: 768px) {
  .c-headline02 + * {
    margin-top: 14px;
  }
}
.p-lp-contents .main h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-lp-contents .main h5 {
    font-size: 1.44rem;
    margin-bottom: 0;
  }
}
.p-lp-contents .main h5 + * {
  margin-top: 1.8rem;
}

.c-cta__inner {
  background-color: #F5F5F5;
  padding: 6.4rem 12rem;
}

@media (max-width: 768px) {
  .c-cta__inner {
    padding: 35px 2rem;
  }
}
.p-lp-reason + .p-lp-reason {
  margin-top: 6.4rem;
}

@media (max-width: 768px) {
  .p-lp-reason + .p-lp-reason {
    margin-top: 3.84rem;
  }
}
/* footer#footer {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  footer#footer {
    margin-top: 70px;
  }
} */
.c-bg-pri {
  background-color: #FDF4E5;
  padding: 3.2rem;
}

@media (max-width: 768px) {
  .c-bg-pri {
    padding: 2rem;
  }
}
.-translation.-irtrans .wrapper {
  position: relative;
  overflow: hidden;
}

body.-translation.-irtrans .main h2[class*=has-text-align],
body.-translation.-irtrans .main h2[class*=font-size],
body.-translation.-irtrans .main h2:not([class]) {
  color: #EB9301;
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.1rem;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .main h2[class*=has-text-align],
  body.-translation.-irtrans .main h2[class*=font-size],
  body.-translation.-irtrans .main h2:not([class]) {
    font-size: 2.4rem;
    padding-top: 12px;
    align-items: start;
  }
}
body.-translation.-irtrans .main h2[class*=has-text-align]::before,
body.-translation.-irtrans .main h2[class*=font-size]::before,
body.-translation.-irtrans .main h2:not([class])::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 48px;
  height: 4px;
  background-color: #EB9301;
  position: absolute;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .main h2[class*=has-text-align]::before,
  body.-translation.-irtrans .main h2[class*=font-size]::before,
  body.-translation.-irtrans .main h2:not([class])::before {
    width: 0px;
  }
}
body.-translation.-irtrans .main h2[class*=has-text-align] + *,
body.-translation.-irtrans .main h2[class*=font-size] + *,
body.-translation.-irtrans .main h2:not([class]) + * {
  margin-top: 32px;
}
@media (max-width: 768px) {
  body.-translation.-irtrans .main h2[class*=has-text-align] + *,
  body.-translation.-irtrans .main h2[class*=font-size] + *,
  body.-translation.-irtrans .main h2:not([class]) + * {
    margin-top: 19px;
  }
}

@media (max-width: 768px) {
  .c-imgflex + .c-imgflex {
    margin-top: 2rem;
  }
}
.c-imgflex-wrap {
  background-color: #FDF5E7;
  padding: 3rem;
}
@media (min-width: 769px) {
  .c-imgflex-wrap {
    display: flex;
    gap: 0 4.1875rem;
  }
}
@media (max-width: 768px) {
  .c-imgflex-wrap {
    padding: 28px;
  }
}
@media (max-width: 1080px) {
  .c-imgflex.-wd-center {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .c-imgflex {
    display: flex;
    gap: 0 1.25rem;
  }
}
.c-imgflex.-bg-whi {
  background-color: #fff;
  padding: 3rem;
}
@media (min-width: 769px) {
  .c-imgflex.-bg-whi {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .c-imgflex.-bg-whi {
    padding: 2rem;
  }
}
.c-imgflex.-reverse {
  flex-direction: row-reverse;
}
.c-imgflex.-itemcenter {
  align-items: center;
}
@media (max-width: 768px) {
  .c-imgflex.-itemcenter .c-imgflex__img {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .c-imgflex.-itemcenter .c-imgflex__img img {
    width: auto;
  }
}
@media (min-width: 769px) {
  .c-imgflex.-between {
    justify-content: space-between;
  }
}
@media (max-width: 1080px) {
  .c-imgflex.-wrap {
    flex-wrap: wrap;
  }
}
.c-imgflex.-center {
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 769px) {
  .c-imgflex.-center > * {
    flex-shrink: 0;
    flex-grow: 0;
    text-align: left;
  }
}
.c-imgflex.-harf {
  gap: 0;
}
@media (min-width: 769px) {
  .c-imgflex.-harf > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.c-imgflex.-border *.-left {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 769px) {
  .c-imgflex.-border *.-left + * {
    padding-left: 4rem;
    border-left: 1px solid #ddd;
    margin-left: 4rem;
  }
}
@media (max-width: 768px) {
  .c-imgflex.-border *.-left + * {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
    margin-top: 1rem;
  }
}
@media (min-width: 769px) {
  .c-imgflex.-gap40 {
    gap: 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .c-imgflex.-gap40 > * + * {
    margin-top: 3rem;
  }
}
.c-imgflex.-gap40 + .-gap40 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .c-imgflex.-gap40 + .-gap40 {
    margin-top: 35px;
  }
}
@media (min-width: 769px) {
  .c-imgflex.-gap164 {
    gap: 0 164px;
  }
}
@media (max-width: 1080px) {
  .c-imgflex.-gap164 {
    gap: 0 40px;
  }
}
@media (max-width: 1080px) {
  .c-imgflex.-gap164 > * + * {
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .c-imgflex.-gap120 {
    gap: 0 120px;
  }
}
@media (max-width: 1080px) {
  .c-imgflex.-gap120 {
    gap: 0 40px;
  }
}
@media (max-width: 1080px) {
  .c-imgflex.-gap120 > * + * {
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .c-imgflex.-gap64 {
    gap: 0 64px;
  }
}
@media (max-width: 1080px) {
  .c-imgflex.-gap64 > * + * {
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .c-imgflex.-gap48 {
    gap: 0 3rem;
  }
}
.c-imgflex.-gapnone {
  gap: 0;
}
@media (min-width: 769px) {
  .c-imgflex.-gapnone > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 769px) {
  .c-imgflex.-gapnone > * img {
    height: 100%;
    width: 100%;
  }
}
.c-imgflex.-gapnone > * > * {
  text-decoration: none;
}
@media (min-width: 769px) {
  .c-imgflex__img {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.c-imgflex__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.c-imgflex__img.-flex01 {
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .c-imgflex__img.-flex01 {
    width: 50%;
  }
  .c-imgflex__img.-flex01 img {
    display: block;
    text-align: center;
  }
}
.c-imgflex__img.-flex02 {
  aspect-ratio: 60/34;
}
@media (max-width: 768px) {
  .c-imgflex__img.-flex02 img {
    display: block;
    text-align: center;
  }
}
.c-imgflex__img.-flex03 {
  aspect-ratio: 60/45;
}
@media (max-width: 768px) {
  .c-imgflex__img.-flex03 img {
    display: block;
    text-align: center;
  }
}
.c-imgflex__img.-flex04 {
  aspect-ratio: 572/330;
}
@media (max-width: 768px) {
  .c-imgflex__img.-flex04 img {
    display: block;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .c-imgflex__img.-border-left {
    border-left: 1px solid #ddd;
  }
}
@media (max-width: 768px) {
  .c-imgflex__img.-border-left {
    border-top: 1px solid #ddd;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.c-imgflex__img.-border-left.-center > * > img {
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .c-imgflex__img.-border-left.-center > * > img {
    padding-bottom: 5px;
  }
}
.c-imgflex__img.-center {
  text-align: center;
}
.c-imgflex__img.-bg-color {
  position: relative;
  display: block;
}
.c-imgflex__img.-bg-color > * {
  display: block;
}
.c-imgflex__img.-bg-color::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 38, 125, 0.7);
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding-right: 0;
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box::after {
  position: static;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box:hover::after {
  background-color: inherit;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box > * {
  color: #fff;
  font-size: 1.25rem;
}
@media (min-width: 769px) {
  .c-imgflex__img.-bg-color .c-arr-btn.c-arr-box > * {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box > *::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full:hover::after {
  background-color: #EB9301;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full:hover {
  background-color: rgba(29, 38, 125, 0.85);
}
@media (max-width: 768px) {
  .c-imgflex__img.-bg-color + .-bg-color {
    margin-top: 19px;
  }
}
@media (max-width: 768px) {
  .c-imgflex__img.-mgtop32-sp {
    margin-top: 19px;
  }
}
@media (max-width: 768px) {
  .c-imgflex__text {
    margin-top: 1rem;
  }
}
.c-imgflex__text.-recruit > * {
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__text.-recruit > *:hover > * {
  background: linear-gradient(256deg, #009DDC 100%, #0097EC 0%);
}
.c-imgflex__text > * + .c-btn-text {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .c-imgflex__text > * + .c-btn-text {
    margin-top: 19px;
  }
}
.c-imgflex__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .c-imgflex__desc + * {
    margin-top: 24px;
  }
}
.c-imgflex__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.c-imgflex.-bg-prilight > * {
  background-color: #FDF5E7;
  padding: 2.5rem;
}

.c-btn-text.-sm a:not([class]) {
  font-size: 0.875rem;
  color: #EB9301;
}
.c-btn-text.-right {
  text-align: right;
}
.c-btn-text.-center {
  text-align: center;
}
.c-btn-text a:not([class]) {
  color: #EB9301;
  position: relative;
  display: inline-block;
  padding: 0 1.5rem 0 0;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EB9301;
  padding-right: 32px;
}
.c-btn-text a:not([class]):hover {
  color: #EB9301;
  opacity: 0.7;
}
.c-btn-text a:not([class]):hover:before {
  opacity: 0.7;
}
.c-btn-text a:not([class]):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../../images/irtranslp/ico_arr_right_pri.png");
  padding-right: 12px;
}

.c-point__list-wrap.-flex .c-point__list + * {
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-point__list-wrap.-flex .c-point__list + * {
    margin-top: 2rem;
  }
}

.c-point__list {
  display: flex;
  justify-content: center;
}
.c-point__list .c-pri-title {
  line-height: 1.75;
}
.c-point__list .c-headline-number {
  position: static;
}
.c-point__list .c-headline-number + * {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .c-point__list .c-headline-number + * {
    margin-top: 14px;
  }
}
.c-point__list .c-headline-number__main {
  letter-spacing: 0;
}
.c-point__list-wrap.-pd-bt-none {
  padding-bottom: 0;
}
.c-point__list-wrap + .c-point__list-footer {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .c-point__list-wrap + .c-point__list-footer {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .c-point__list-wrap.-flex {
    display: flex;
    gap: 2.5rem;
  }
}
@media (min-width: 769px) {
  .c-point__list-wrap.-flex > * {
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
@media (min-width: 769px) {
  .c-point__list-wrap.-wrap {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .c-point__list-wrap.-wrap {
    gap: 14px;
  }
}
.c-point__list-wrap.-wrap .c-point__item {
  background-color: #FBFBFB;
  padding: 2rem;
}
.c-point__list-wrap.-wrap .c-point__item.-pd40 {
  padding: 2.5rem 3rem;
  line-height: 1.75;
}
.c-point__list-wrap.-wrap .c-point__item.-pd40::before {
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .c-point__list-wrap.-wrap .c-point__item.-pd40 {
    padding: 24px 28px;
  }
}
@media (max-width: 768px) {
  .c-point__list-wrap.-wrap .c-point__item.-pd40 .c-point__desc {
    padding-left: 2.5rem;
  }
}
@media (max-width: 768px) {
  .c-point__list-wrap.-wrap .c-point__item.-pd40 .c-point__desc::before {
    margin-top: 0.1rem;
  }
}
@media (min-width: 769px) {
  .c-point__list-wrap.-wrap > * {
    flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.755rem);
  }
}
.c-point__list-wrap + .c-point__list-wrap {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .c-point__list-wrap + .c-point__list-wrap {
    margin-top: 24px;
  }
}
.c-point__list + .c-point__list {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .c-point__list + .c-point__list {
    margin-top: 24px;
  }
}
.c-point__list.-flow + .c-point__list.-flow {
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 768px) {
  .c-point__list.-flow + .c-point__list.-flow {
    margin-top: 35px;
  }
}
.c-point__list.-flow + .c-point__list.-flow::before {
  content: "";
  display: block;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.75rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_dots_arr_down.png);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 768px) {
  .c-point__list.-flow + .c-point__list.-flow::before {
    top: -1.75rem;
  }
}
.c-point__list + .c-desc-note {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .c-point__list + .c-desc-note {
    margin-top: 28px;
  }
}
.c-point__item {
  padding: 52px 92px;
  background-color: #FDF5E7;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 769px) {
  .c-point__item {
    display: flex;
    gap: 0 4rem;
    align-items: center;
    max-width: 886px;
  }
}
@media (max-width: 768px) {
  .c-point__item {
    padding: 28px;
    width: 100%;
  }
}
.c-point__item .c-bg-img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.c-point__item.-pd64 {
  padding: 2.5rem 2.5rem 2.5rem 4rem;
}
@media (max-width: 768px) {
  .c-point__item.-pd64 {
    padding: 28px 24px;
  }
}
@media (max-width: 768px) {
  .c-point__item.-pd64 .c-point__text-left + * {
    margin-top: 19px;
  }
}
.c-point__item.-pd48 {
  padding: 3rem 3rem 3rem 4rem;
}
@media (max-width: 768px) {
  .c-point__item.-pd48 {
    padding: 28px 24px;
  }
}
@media (max-width: 768px) {
  .c-point__item.-pd48 .c-point__text-left + * {
    margin-top: 19px;
  }
}
.c-point__item.-pd40 {
  padding: 2.5rem 2.5rem 2.5rem 4rem;
}
@media (max-width: 768px) {
  .c-point__item.-pd40 {
    padding: 28px 24px;
  }
}
@media (max-width: 768px) {
  .c-point__item.-pd40 .c-point__text-left + * {
    margin-top: 19px;
  }
}
.c-point__item .c-headline-number02-wrap + * {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .c-point__item .c-headline-number02-wrap + * {
    margin-top: 19px;
  }
}
.c-point__item.-center {
  justify-content: center;
}
@media (min-width: 769px) {
  .c-point__item.-flexnone {
    display: block;
    padding: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .c-point__item.-flexnone {
    padding: 28px;
  }
}
.c-point__item.-flexnone > * + * {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .c-point__item.-flexnone > * + * {
    margin-top: 19px;
  }
}
.c-point__item.-flexnone .c-point__title {
  font-size: 1.25rem;
}
.c-point__item.-flexnone .c-point__subtitle {
  font-size: 1.125rem;
}
.c-point__item.-flexnone .c-point__subtitle.-md {
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .c-point__item.-flexnone .c-point__desc::before {
    margin-top: 0.15rem;
  }
}
.c-point__item.-flexnone .c-point__desc + .c-point__desc {
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .c-point__text-left {
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (max-width: 768px) {
  .c-point__text-left + * {
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .c-point__text-left.-center {
    text-align: center;
  }
}
.c-point__text-left.-pd {
  padding: 0 2rem;
}
.c-point__text-right {
  flex-shrink: 1;
  flex-grow: 1;
}
.c-point__text-right-item + .c-point__text-right-item {
  padding-top: 1.25rem;
  border-top: 1px solid #ddd;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .c-point__text-right-item + .c-point__text-right-item {
    padding-top: 12px;
  }
}
.c-point__text-right dl {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .c-point__text-right dl > * {
    flex-basis: 16.5rem;
    max-width: 16.5rem;
  }
}
@media (min-width: 769px) {
  .c-point__text-right ul:not([class]) {
    display: flex;
    flex-wrap: wrap;
    gap: 10PX 48px;
    padding-right: 72PX;
    margin-top: 1rem;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 768px) {
  .c-point__text-right ul:not([class]) {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .c-point__text-right ul:not([class]) > * {
    flex-basis: calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
.c-point__text-right ul:not([class]) li {
  font-size: 18px;
}
@media (max-width: 768px) {
  .c-point__text-right ul:not([class]) li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-point__text-right ul:not([class]) li + li {
    margin-top: 8px;
  }
}
.c-point__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06rem;
}
.c-point__desc {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
}
.c-point__desc::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_check.svg);
  background-size: 100%;
  margin-top: 0.15rem;
  position: absolute;
}
.c-point__desc.-md {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 3rem;
}
.c-point__desc.-md::before {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.4rem;
}
.c-point__desc-wrap {
  display: inline-block;
}
.c-point__desc-wrap > * {
  font-size: 1.125rem;
  font-weight: bold;
}
.c-point__desc-wrap > * + * {
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .c-point__desc-wrap > * + * {
    margin-top: 8px;
  }
}
.c-point__desc-wrap.-left {
  text-align: left;
}
.c-point__subtitle {
  color: #EB9301;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.045rem;
}
.c-point__subtitle + * {
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .c-point__subtitle + * {
    margin-top: 8px;
  }
}
.c-point__subtitle.-md {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .c-point__subtitle.-center-sp {
    text-align: center;
  }
}
.c-point__img + * {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .c-point__img + * {
    margin-top: 24px;
  }
}

.c-card-list06 {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .c-card-list06__list {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
  }
}
.c-card-list06__item {
  display: flex;
  padding: 32px;
  background-color: #FDF5E7;
}
@media (max-width: 768px) {
  .c-card-list06__item {
    padding: 19px;
  }
}
@media (min-width: 769px) {
  .c-card-list06__item {
    flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin: 40px 0 0 40px;
  }
}
@media (max-width: 768px) {
  .c-card-list06__item + .c-card-list06__item {
    margin-top: 32px;
  }
}
.c-card-list06__img {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-card-list06__img {
    width: 56px;
    height: auto;
  }
}
.c-card-list06__img + .c-card-list06__text {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .c-card-list06__img + .c-card-list06__text {
    padding-left: 14px;
  }
}
.c-card-list06__title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-card-list06__title {
    font-size: 1.92rem;
  }
}
.c-card-list06__title + * {
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-card-list06__title + * {
    font-size: 14.4px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .c-card-list06.-col3 .c-card-list06__list .c-card-list06__item {
    flex-basis: calc(33.3333333333% - 2rem);
    max-width: calc(33.3333333333% - 2rem);
  }
}

@media (max-width: 1080px) {
  body.-translation.-irtrans .main .p-lp-mv-desc-list {
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  body.-translation.-irtrans .main .p-lp-mv-desc-list {
    padding-top: 9rem;
  }
}
@media (max-width: 403px) {
  .p-lp-mv__bg {
    padding-bottom: 47rem;
  }
}
@media screen and (min-width: 403px) and (max-width: 482px) {
  .p-lp-mv__bg {
    padding-bottom: 44rem;
  }
}
@media screen and (min-width: 626px) and (max-width: 768px) {
  .p-lp-mv__bg {
    padding-bottom: 39rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .p-lp-mv__bg {
    padding-bottom: 49rem;
  }
}
@media (max-width: 1080px) {
  .p-lp-mv__body {
    padding: 68px 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .box-a.-irtranslp {
    max-width: 886px;
    margin: 0 auto;
  }
}
.box-a.-irtranslp .col-set .graph-wrapper {
  height: auto;
}
@media (min-width: 769px) {
  .box-a.-irtranslp .col-set .graph-wrapper {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .box-a.-irtranslp .col-set {
    max-width: 886px;
    margin: 0 auto;
  }
}

.unit.-center {
  text-align: center;
}

.unit.-sm {
  font-size: 12px;
}

.box-a__title {
  text-align: center;
  font-size: 22px;
}
.box-a__title + * {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .box-a__title + * {
    margin-top: 12px;
  }
}

body.-translation.-irtrans .p-lp-contents .main .p-lp-mv__btn-list-contact.-wht > * {
  background-color: #fff;
  color: #EB9300;
  outline: 1px solid #EB9300;
  margin-right: 0;
}
body.-translation.-irtrans .p-lp-contents .main .p-lp-mv__btn-list-contact.-wht > *::after {
  background-image: url("../../images/irtranslp/ico_arr_right_pri.png");
}

body.-translation.-irtrans .p-lp-contents .main .p-lp-mv__btn-list-contact > *::before {
  content: none;
}

@media (min-width: 769px) {
  .l-header.p-translation02-header.js-translation-header.scrolled .p-translation02-header__list.-sub[class] {
    width: 557px;
  }
}

.l-header.p-translation02-header.js-translation-header.scrolled .p-translation02-header__skip-trigger {
  font-size: 16px;
  display: flex;
  width: fit-content;
  flex-direction: row-reverse;
}
.l-header.p-translation02-header.js-translation-header.scrolled .p-translation02-header__skip-trigger:hover {
  color: #EB9301;
}
.l-header.p-translation02-header.js-translation-header.scrolled .p-translation02-header__skip-trigger:hover:before {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  background-image: url("../../images/irtranslp/ico_check_round_pri.png");
  border: 1px solid #EB9301;
}
.l-header.p-translation02-header.js-translation-header.scrolled .p-translation02-header__skip-trigger:before {
  content: "";
  display: block;
  left: auto;
  width: 24px;
  height: 24px;
  background-color: #EB9301;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/irtranslp/ico_check_round.png);
  background-size: 10px 10px;
  border-radius: 28px;
  margin-left: 8px;
}
.l-header.p-translation02-header.js-translation-header.scrolled .p-translation02-header__skip-trigger:after {
  content: none;
}

@media (min-width: 1023px) {
  .p-translation02-header__logo a {
    width: 200px;
    height: 100%;
  }
  .p-translation02-header__logo a > * {
    width: 160px;
  }
}
.c-right {
  text-align: right;
  font-size: 14px;
}
@media (min-width: 769px) {
  .c-right {
    margin-right: 50px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .c-right {
    margin-top: 8px;
    font-size: 12px;
  }
}

.graf-footer {
  display: flex;
  justify-content: center;
  gap: 0 28px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .graf-footer {
    gap: 0 12px;
    font-size: 12px;
    margin-top: 10px;
  }
}
.graf-footer__item {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
@media (max-width: 768px) {
  .graf-footer__item {
    gap: 0 4px;
  }
}
.graf-footer__item::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #F8DBAB;
  margin-top: 2px;
}
.graf-footer__item.-color02::before {
  background-color: #FDCF81;
}
.graf-footer__item.-color03::before {
  background-color: #EB9301;
}

.l-header.p-translation02-header.js-translation-header.scrolled .p-translation02-header__list.-sub[class] li + li {
  border-top: none;
  border-bottom: none;
}/*# sourceMappingURL=irtrans.css.map */