@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

body {
  font-weight: 300;
}

main {
  letter-spacing: 0;
}

.phrase {
  display: inline-block;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

i,
em {
  font-style: normal;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-arrow {
  position: relative;
}
.c-arrow::before {
  position: absolute;
  content: ">";
  width: 13px;
  height: 10px;
  right: -25px;
  right: -1.5625rem;
  top: 8px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-arrow::before {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  will-change: color;
}

.condition01 .c-arrow::before {
  color: #fff;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.condition01.bgWhite .c-arrow::before {
  color: #000;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.condition01.secondary .c-arrow::before {
  color: #000;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.c-arrowDown {
  width: 33px;
  width: 2.0625rem;
  display: inline-block;
}

.c-arrowLeft {
  position: relative;
  padding-left: 1em;
  text-indent: 0.1em;
  display: inline-block;
}
.c-arrowLeft::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 13px;
  height: 0.8125rem;
  left: 0;
  top: 0.5em;
  background: url(../images/common/arrow-submenu.svg) center center/contain no-repeat;
}

.c-bgGray {
  background-color: #F5F5F5;
}

.c-blue {
  color: #143E9D;
}

.c-blueBox {
  background-color: #F4F7FC;
  padding: 60px 64px;
  padding: 3.75rem 4rem;
}
@media screen and (max-width: 999px) {
  .c-blueBox {
    padding: 1.875rem 1.25rem;
  }
}

.c-borderBlue {
  border: 1px solid #143E9D;
  padding: 30px;
  padding: 1.875rem;
}

.c-borderGray {
  border: 1px solid #BBBBBB;
  padding: 50px;
  padding: 3.125rem;
}
@media screen and (max-width: 999px) {
  .c-borderGray {
    padding: 1.875rem 1.25rem;
  }
}

.c-box {
  border: 1px solid #bbb;
  padding: 60px;
  padding: 3.75rem;
}
@media screen and (max-width: 999px) {
  .c-box {
    padding: 1.25rem;
  }
}

.c-boxShadow {
  -webkit-box-shadow: -1px 3px 12px 12px rgba(0, 0, 0, .04);
          box-shadow: -1px 3px 12px 12px rgba(0, 0, 0, .04);
}

.c-btn {
  background-image: url("../images/common/btn-arrow.svg");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 0.7em 0.7em;
  background-color: transparent;
  border: 1px solid #AAAAAA;
  color: #333333;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 1.3em 2em 1.3em 2em;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .c-btn {
    padding: 1em 2em 1em 2em;
  }
}

.c-btn--sm {
  max-width: 300px;
  max-width: 18.75rem;
}

@media screen and (min-width: 1000px) {
  .c-btn:hover {
    background-color: #143E9D;
    background-image: url("../images/hover/btn-arrow.svg");
    background-position: center right 1em;
    color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.c-btn2 {
  border: 1px solid #aaa;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  text-align: center;
  display: inline-block;
  -webkit-columns: #333;
     -moz-columns: #333;
          columns: #333;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 50px;
  min-height: 3.125rem;
}
.c-btn2 a span {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (min-width: 1000px) {
  .c-btn2:hover {
    background-color: #143E9D;
    color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.c-btn2.c-text {
  line-height: 1;
}
.c-btn2.c-text span {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 11px;
  font-size: 0.6875rem;
}

.c-cta {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.c-cta::after {
  position: absolute;
  content: "";
  width: 26px;
  width: 1.625rem;
  height: 44px;
  height: 2.75rem;
  right: 278px;
  right: 17.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/common/cta-arrow.svg") center center/contain no-repeat;
}
@media screen and (max-width: 999px) {
  .c-cta::after {
    top: auto;
    bottom: 2.5rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.c-cta__img {
  overflow: hidden;
  position: relative;
}

.c-cta__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 316px;
  height: 19.75rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 999px) {
  .c-cta__img img {
    height: 15.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .c-cta:hover .c-cta__img:hover > picture img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
.c-cta__wrap {
  position: absolute;
  left: 20.3472222222%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .c-cta__wrap {
    left: 0.9375rem;
    top: 2.5rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.c-cta__head {
  color: #fff;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .c-cta__head {
    font-size: 2.625rem;
  }
}
.c-cta__head::after {
  position: absolute;
  content: "";
  width: 60px;
  width: 3.75rem;
  height: 2px;
  left: 0;
  bottom: -20px;
  bottom: -1.25rem;
  background-color: #fff;
}
.c-cta__head span {
  margin-left: 24px;
  margin-left: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
@media screen and (max-width: 999px) {
  .c-cta__head span {
    font-size: 1.25rem;
    margin-left: 0.625rem;
  }
}

.c-gray {
  color: #333;
}

.c-grayBox {
  background-color: #F5F5F5;
  padding: 30px;
  padding: 1.875rem;
}

.c-grayBox--lg {
  padding: 60px 80px 30px;
  padding: 3.75rem 5rem 1.875rem;
}
@media screen and (max-width: 999px) {
  .c-grayBox--lg {
    padding: 1.25rem;
  }
}

.c-hamburger-outer {
  display: none;
}
@media screen and (max-width: 999px) {
  .c-hamburger-outer {
    display: block;
    position: relative;
    margin-left: auto;
    padding-right: 1.25rem;
    z-index: 6;
    width: 3rem;
    height: 3rem;
    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;
  }
}

.c-hamburger {
  z-index: 3;
  display: block;
  width: 26px;
  width: 1.625rem;
  height: 27px;
  height: 1.6875rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 999px) {
  .c-hamburger span {
    display: inline-block;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
    position: absolute;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
  }
}

@media screen and (max-width: 999px) {
  .condition01 .c-hamburger span,
.noscroll .c-hamburger span {
    background-color: #fff;
  }
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.c-hamburger span:nth-child(2) {
  width: 20px;
  width: 1.25rem;
}

.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

/*OPEN時の動き*/
.js-open.c-hamburger-outer {
  margin-left: auto;
}

.js-open .c-hamburger span {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-open .c-hamburger span:nth-child(2) {
  opacity: 0;
}

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  left: 0;
  right: 0;
}

.c-headline1 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 25px 0 25px 25px;
  padding: 1.5625rem 0 1.5625rem 1.5625rem;
  background-color: #F5F5F5;
  border-bottom: 2px solid #143E9D;
  font-weight: 300;
}
@media screen and (max-width: 999px) {
  .c-headline1 {
    padding: 0.9375rem;
  }
}

.c-headline2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
.c-headline2::before {
  background-color: #143E9D;
  content: "";
  height: 30px;
  height: 1.875rem;
  margin-right: 24px;
  margin-right: 1.5rem;
  width: 2px;
}

.c-headline2--md {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
}
@media screen and (max-width: 999px) {
  .c-headline2--md {
    font-size: 1.25rem;
  }
}

.c-headline2--lg {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 999px) {
  .c-headline2--lg {
    font-size: 1.5rem;
  }
}

.c-headline3 {
  position: relative;
  color: #333;
}
.c-headline3::after {
  position: absolute;
  content: "";
  width: 60px;
  width: 3.75rem;
  height: 2px;
  left: 0;
  bottom: -20px;
  bottom: -1.25rem;
  background-color: #2953B2;
}

.c-headline3__sub {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .c-headline3__sub {
    font-size: 2.625rem;
  }
}

.c-headline3__main {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.c-headline4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .c-headline4 {
    font-size: 1.25rem;
  }
}

.c-headline5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #143E9D;
}

.c-headline5--sm {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-headline6 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.c-headline6::after {
  position: absolute;
  content: "";
  width: 60px;
  width: 3.75rem;
  height: 2px;
  left: 0;
  bottom: -17px;
  bottom: -1.0625rem;
  background-color: #143E9D;
}

.c-headline7 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 999px) {
  .c-headline7 {
    font-size: 1.5rem;
  }
}

.c-lineHeight {
  line-height: 1.75;
}

.c-lines {
  text-decoration: none;
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  background-size: 100% 1px;
}

.c-lines:hover {
  background-size: 0;
}

.c-link {
  position: relative;
  display: inline-block;
}
.c-link::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  right: -15px;
  right: -0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/link.svg) center center/contain no-repeat;
}

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

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

@media screen and (max-width: 999px) {
  .c-list {
    max-width: 100%;
  }
}

.c-list__item {
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media screen and (max-width: 999px) {
  .c-list__item {
    padding: 0.9375rem 0;
  }
}
.c-list__item dt,
.c-list__item dd {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}
.c-list__item dt {
  width: 22.7%;
}
@media screen and (max-width: 999px) {
  .c-list__item dt {
    width: 100%;
    font-weight: 700;
  }
}
.c-list__item dd {
  width: 74.8%;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
@media screen and (max-width: 999px) {
  .c-list__item dd {
    width: 100%;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .c-list__item dd a:hover:after {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.c-list__item:nth-of-type(1) {
  border-top: 1px solid #dddddd;
}

.c-merit {
  max-width: 94px;
  max-width: 5.875rem;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .c-merit {
    max-width: 4rem;
  }
}

.c-pageTitle {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 999px) {
  .c-pageTitle {
    font-size: 2.25rem;
  }
}
.c-pageTitle span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
.c-pageTitle .c-pageTitle__sub {
  margin-left: 8px;
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .c-pageTitle .c-pageTitle__sub {
    font-size: 1.25rem;
  }
}

.c-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.c-pagetop img {
  width: 60px;
  width: 3.75rem;
}

.win .noscroll .c-pagetop {
  right: 17px;
}

.c-pdf {
  position: relative;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .c-pdf {
    display: inline;
  }
}
.c-pdf::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  right: -23px;
  right: -1.4375rem;
  bottom: 0;
  background: url(../images/common/pdf.svg) center center/contain no-repeat;
}

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

.c-red {
  color: #CD0000;
}

.c-sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
@media screen and (max-width: 999px) {
  .c-sectionTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-sectionTitle__img {
  width: 74px;
  width: 4.625rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}

@media screen and (max-width: 999px) {
  .c-sectionTitle__body {
    margin-top: 1.25rem;
  }
}

.c-sectionTitle__sub {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #333;
}

.c-sectionTitle__main {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 999px) {
  .c-sectionTitle__main {
    font-size: 1.75rem;
  }
}

body.noscroll {
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .noscroll > * {
    overflow: auto;
    scrollbar-gutter: stable;
  }

  .win .noscroll .header {
    right: 17px;
  }
}
.c-sp-nav {
  display: none;
}
@media screen and (max-width: 999px) {
  .c-sp-nav {
    display: block;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    z-index: 5;
    width: 100%;
    height: 101vh;
    background-color: #313131;
    position: fixed;
    padding: 0.625rem 0.9375rem 3.125rem;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 1.25rem 1.25rem 6.875rem;
  }
}

.c-sp-nav.js-open {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

@media screen and (max-width: 999px) {
  .c-sp-nav__items {
    margin-top: 5.625rem;
  }
}

@media screen and (max-width: 999px) {
  .c-sp-nav__item {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}

.c-sp-nav__link {
  display: block;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

@media screen and (min-width: 1000px) {
  .c-sp-nav__link:hover:after {
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
@media screen and (max-width: 999px) {
  .c-sp-nav__logo {
    width: 14.6875rem;
    margin: 3.125rem auto 0;
  }
}

.c-sp-nav__address {
  margin-top: 41px;
  margin-top: 2.5625rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .c-sp-nav__address {
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.c-sp-nav__address a {
  position: relative;
  display: inline-block;
}
.c-sp-nav__address a::before {
  position: absolute;
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  right: -20px;
  right: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/link-white.svg) center center/contain no-repeat;
}
.c-sp-nav__address a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 999px) {
  .c-sp-nav__tel {
    display: block;
    margin-top: 1.4375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
  }
}
@media screen and (max-width: 999px) {
  .c-sp-nav__tel strong {
    font-size: 1.625rem;
    text-decoration: underline;
    font-weight: 300;
  }
}

.c-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

.c-text2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.42;
}

.c-text3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.c-text4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
}

.c-text5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

.c-text6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

.c-textCenter {
  text-align: center;
}

.c-textRight {
  text-align: right;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.c-underBar--sp::before {
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .c-underBar--sp::before {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  .c-underBar:hover {
    color: #143E9D;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.c-underline {
  padding-bottom: 1px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 95%, #000 0%);
}

@media screen and (min-width: 1000px) {
  .c-underline:hover {
    background: none;
  }
}
.l-box {
  margin-top: 40px;
  margin-top: 2.5rem;
}

/************************************************************************
* l-breadcrumb
************************************************************************/
.l-breadcrumb {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  background-color: #F5F5F5;
}

.l-cta {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-firstSection {
  padding-top: 110px;
  padding-top: 6.875rem;
}
@media screen and (max-width: 999px) {
  .l-firstSection {
    padding-top: 3.125rem;
  }
}

.l-footer {
  padding: 85px 0 30px;
  padding: 5.3125rem 0 1.875rem;
}

.l-headline1 {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 999px) {
  .l-headline1 {
    margin-top: 3.125rem;
  }
}

.l-headline2 {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 999px) {
  .l-headline2 {
    margin-top: 3.125rem;
  }
}

.l-headline5 {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 999px) {
  .l-headline5 {
    margin-top: 3.125rem;
  }
}

.l-inner {
  width: 1220px;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-inner--sm {
  width: 1050px;
  width: 65.625rem;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .l-inner--sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-inner--xs {
  width: 1010px;
  width: 63.125rem;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  border-left: 2px solid #143E9D;
}
@media screen and (max-width: 999px) {
  .l-inner--xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-pageTitle {
  margin-top: 85px;
  margin-top: 5.3125rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
  border-bottom: 2px solid #143E9D;
}
.l-section-p {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 999px) {
  .l-section-p {
    padding: 5rem 0;
  }
}

.l-section-pt {
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 999px) {
  .l-section-pt {
    padding-top: 1.875rem;
  }
}

.l-section-pb {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .l-section-pb {
    padding-bottom: 1.875rem;
  }
}

.l-section-pb--lg {
  padding-bottom: 240px;
  padding-bottom: 15rem;
}
@media screen and (max-width: 999px) {
  .l-section-pb--lg {
    padding-bottom: 7.5rem;
  }
}

/************************************************************************
* l-sectionFirstContent
************************************************************************/
.l-sectionFirstContent {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 999px) {
  .l-sectionFirstContent {
    margin-top: 3.125rem;
  }
}

.l-sectionTitle {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 999px) {
  .l-sectionTitle {
    margin-top: 3.125rem;
  }
}

/* お問い合わせ用
-------------------------------------------------------------- */
dl.mail_list {
  overflow: hidden;
}

.mail_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 999px) {
  .mail_listWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mail_listWrap:first-of-type {
  border-top: 1px solid #bbb;
}
@media screen and (max-width: 999px) {
  .mail_listWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

dl.mail_list dt {
  width: 27%;
}
@media screen and (max-width: 999px) {
  dl.mail_list dt {
    width: 100%;
  }
}
dl.mail_list dt span {
  color: #BE0000;
  padding-left: 5px;
}

dl.mail_list dd {
  width: 70%;
}
@media screen and (max-width: 999px) {
  dl.mail_list dd {
    width: 100%;
    margin-top: 1.25rem;
  }
}

dl.mail_list input[type=text],
input[type=email],
input[type=tel] {
  border: solid 1px #bbb;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
}

dl.mail_list textarea {
  border: solid 1px #bbb;
  width: 100%;
}

ul.btn_mail {
  text-align: center;
  list-style: none;
  margin: 0 auto;
  max-width: 850px;
  max-width: 53.125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  ul.btn_mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

ul.btn_mail > * {
  min-width: 0;
}

ul.btn_mail li {
  display: inline-block;
}

.policy_box {
  width: 80%;
  margin: 0 auto 2em;
  display: block;
  overflow-y: scroll;
  border: solid 1px #bbb;
  padding: 1em;
  height: 300px;
  height: 18.75rem;
}
@media screen and (max-width: 999px) {
  .policy_box {
    width: 100%;
  }
}

.policy_box ul {
  margin-left: 1.5em;
}

.policy_box ul li {
  margin-bottom: 1em;
}

.seal_box {
  /*width: 100px;
  float: right;
  margin-left: 1em;*/
}

/************************************************************************
* p-breadcrumb
************************************************************************/
.p-breadcrumb {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
@media screen and (max-width: 999px) {
  .p-breadcrumb {
    text-align: left;
  }
}

.p-breadcrumb > * {
  vertical-align: middle;
}

.p-breadcrumb > * + * {
  margin-left: 2px;
}

.p-breadcrumb__chevron {
  display: inline-block;
  width: 0.3571em;
}

.p-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  max-width: 840px;
  max-width: 52.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .p-btnWrap {
    -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;
    gap: 1.875rem;
  }
}

.p-card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-card__img {
  width: 100%;
}

.p-card__body {
  padding: 20px;
  padding: 1.25rem;
}

.p-card__link {
  margin-top: auto;
}

.p-chart__img {
  max-width: 680px;
  max-width: 42.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/************************************************************************
* p-column
************************************************************************/
.p-column2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 999px) {
  .p-column2 {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
  }
}
.p-column2::after {
  content: "";
}

.p-column2Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-column2Flex > * {
  width: 48%;
}
@media screen and (max-width: 999px) {
  .p-column2Flex > * {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .p-column2Flex__item + .p-column2Flex__item {
    margin-top: 1.875rem;
  }
}

.p-column2.p-column--2 {
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  gap: 40px 4%;
  gap: 2.5rem 4%;
}
@media screen and (max-width: 999px) {
  .p-column2.p-column--2 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.p-column--masonry {
  display: grid;
  grid-gap: 1em;
  grid: masonry/repeat(auto-fit, minmax(48%, 1fr));
}

.p-column3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-auto-rows: auto;
  gap: 45px;
  gap: 2.8125rem;
}
@media screen and (max-width: 999px) {
  .p-column3 {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    gap: 1.875rem;
  }
}

@media screen and (max-width: 999px) {
  .p-column3--fixColumn {
    display: grid;
    gap: 2.5rem 0.625rem;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}

.p-column3.p-column3--2 {
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  gap: 40px 2%;
  gap: 2.5rem 2%;
}
@media screen and (max-width: 999px) {
  .p-column3.p-column3--2 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.p-column4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22.5%, 1fr));
  grid-auto-rows: auto;
  gap: 40px 3.333333%;
  gap: 2.5rem 3.333333%;
}
@media screen and (max-width: 999px) {
  .p-column4 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
}

.p-column__item--3rd {
  margin-top: -100px;
  margin-top: -6.25rem;
}
@media screen and (max-width: 1200px) {
  .p-column__item--3rd {
    margin-top: -7.5rem;
  }
}

.p-column__item--4th {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-column__item--5th {
  margin-top: -150px;
  margin-top: -9.375rem;
}
@media screen and (max-width: 1200px) {
  .p-column__item--5th {
    margin-top: -10.625rem;
  }
}
@media screen and (max-width: 1170px) {
  .p-column__item--5th {
    margin-top: -9.375rem;
  }
}

@media screen and (max-width: 999px) {
  .p-column__item--2nd,
.p-column__item--3rd,
.p-column__item--4th,
.p-column__item--5th {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 999px) {
  .p-companyOverview__map iframe {
    width: 100%;
  }
}

.p-companyOverview__pl {
  padding-left: 1em;
}

.p-contact__btn.c-btn {
  width: 400px;
  width: 25rem;
}
@media screen and (max-width: 999px) {
  .p-contact__btn.c-btn {
    width: 18.75rem;
  }
}

.p-contact__sectigo img {
  width: 140px;
  width: 8.75rem;
}

.p-contact__contents {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
}
.p-contact__contents tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-contact__contents tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact__contents th {
  width: 48%;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .p-contact__contents th {
    text-align: left;
    width: 100%;
  }
}
.p-contact__contents td {
  text-align: left;
  width: 48%;
}
@media screen and (max-width: 999px) {
  .p-contact__contents td {
    width: 100%;
  }
}

.p-dbAgent__img {
  max-width: 680px;
  max-width: 42.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-DotList__item {
  padding-left: 1.4em;
  text-indent: -1.3em;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .p-DotList__item {
    padding-left: 0.8em;
    text-indent: -0.9em;
  }
}
.p-DotList__item span {
  font-weight: 300;
  display: block;
  padding-left: 1.4em;
}
.p-DotList__item + .p-DotList__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-DotList__item::before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9px;
  height: 9px;
  background-color: #143E9D;
  border-radius: 100%;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .p-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__info {
  width: 20%;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .p-footer__info {
    width: 66%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 374px) {
  .p-footer__info {
    width: 70%;
  }
}

@media screen and (max-width: 999px) {
  .p-footer__address {
    text-align: center;
  }
}

@media screen and (max-width: 999px) {
  .p-footer__tel {
    text-align: center;
  }
}
.p-footer__tel strong {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
}

.p-footer__contents {
  width: 70%;
}
@media screen and (max-width: 999px) {
  .p-footer__contents {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}
.p-footer__nav::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 40px;
  top: 2.5rem;
  background-color: #bbb;
}
@media screen and (max-width: 999px) {
  .p-footer__nav::before {
    display: none;
  }
}

.p-footer__items {
  width: 100%;
}

.p-footer__items--sm {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-footer__items--md {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.p-footer__items--lg {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.p-footer__item {
  display: block;
  color: #333;
}

.p-footer__item + .p-footer__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-footer__item.p-footer__item--child {
  padding-left: 1em;
  text-indent: 0;
  position: relative;
  text-indent:-1em;
}
@media screen and (max-width: 999px) {
  .p-footer__item.p-footer__item--child {
    display: none;
  }
}
/* .p-footer__item.p-footer__item--child::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 1px;
  left: 0;
  top: 0.5em;
  background-color: #333;
} */

/* .p-footer__item.p-footer__item--child::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  left: 0;
  top: 0.5em;
  background-color: #333;
} */

.p-footer__item.p-footer__item--child::before {
  content: ">";
  color: #143E9D;
  font-size: .6rem;
  margin-right: 5px;
  vertical-align: 15%;
}

.p-footer__item.p-footer__item--child + .p-footer__item.p-footer__item--child {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-footer__sitemap {
  margin-top: 59px;
  margin-top: 3.6875rem;
  padding-top: 38px;
  padding-top: 2.375rem;
  border-top: 1px solid #D2C9BF;
}
.p-footer__sitemap a {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
.p-footer__sitemap a:nth-of-type(1) {
  margin-right: 59px;
  margin-right: 3.6875rem;
}

.p-footer__copyright {
  text-align: center;
  border-top: 1px solid #bbb;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 999px) {
  .p-footer__copyright {
    font-size: 0.875rem;
    margin-top: 2.625rem;
  }
}

.line-hover {
  position: relative;
}
.line-hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0px;
  background-color: #3D4346;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 1281px) {
  .line-hover:hover:after {
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.p-footerIcon {
  max-width: 510px;
  max-width: 31.875rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-footerIcon__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-footerIcon__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;
    gap: 1.5625rem;
  }
}

.p-footerIcon__img:nth-of-type(1) {
  width: 80px;
  width: 5rem;
}

.p-footerIcon__img:nth-of-type(2) {
  width: 178px;
  width: 11.125rem;
}

.p-footerIcon__img:nth-of-type(3) {
  width: 144px;
  width: 9rem;
}

.p-footerMenu {
  border-top: 1px solid #bbb;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 999px) {
  .p-footerMenu {
    margin-top: 0.9375rem;
    border-top: none;
    padding-top: 0;
  }
}

.p-footerMenu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 999px) {
  .p-footerMenu__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 5;
}

.header:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #ececec;
  z-index: 1;
}

.p-header__outer {
  margin: 0 151px;
  margin: 0 9.4375rem;
}
@media screen and (max-width: 1350px) {
  .p-header__outer {
    margin: 0 2.1875rem;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  height: 6.875rem;
}

.p-header__logo {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-header__logo a {
  display: block;
  position: relative;
  width: 235px;
  width: 14.6875rem;
  height: 44px;
  height: 2.75rem;
  text-indent: 100%;
  white-space: nowrap;
  /* overflow: hidden; */
  z-index: 1;
}

.p-header__logo a:before,
.p-header__logo a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/common/logo-lg.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 46.25rem 2.75rem;
  background-size: 740px 44px;
  z-index: 1;
}

.p-header__logo a:before {
  opacity: 1;
}

.p-header__logo a:after {
  background-position: -256px 0;
  background-position: -16rem 0;
  opacity: 0;
}

/* transparent */
.header,
.header:after {
  -webkit-transition-property: color, background-color, background-position, opacity, -webkit-transform;
  transition-property: color, background-color, background-position, opacity, -webkit-transform;
  transition-property: color, background-color, background-position, opacity, transform;
  transition-property: color, background-color, background-position, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  will-change: color, background-color, background-position, opacity, transform;
}

.p-header__logo a:before,
.p-header__logo a:after {
  -webkit-transition-property: color, background-color, opacity, -webkit-transform;
  transition-property: color, background-color, opacity, -webkit-transform;
  transition-property: color, background-color, opacity, transform;
  transition-property: color, background-color, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  will-change: color, background-color, opacity, transform;
}

.condition01 .header {
  background-color: transparent;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.condition01 .header:after {
  background-color: transparent;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.bgWhite.condition01 .header {
  background-color: white;
}

.condition01 .p-header__logo a:before {
  opacity: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.condition01.bgWhite .p-header__logo a:before,
.condition01.secondary .p-header__logo a:before {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.condition01 .p-header__logo a:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.condition01.bgWhite .p-header__logo a:after,
.condition01.secondary .p-header__logo a:after {
  opacity: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

/* nav
	----------------------------------------------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  pointer-events: none;
  z-index: 5;
}

.p-nav__outer {
  margin: 0 150px 0 447px;
  margin: 0 9.375rem 0 27.9375rem;
}
@media screen and (max-width: 1350px) {
  .p-nav__outer {
    margin: 0 9.375rem 0 18.75rem;
  }
}

.p-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-nav__item--ir,
.p-nav__item--holdings,
.p-nav__item--sustainability {
  display: none;
}

.p-nav__label {
  padding: 0 22px;
}
@media screen and (max-width: 1350px) {
  .p-nav__label {
    padding: 0 12px;
  }
}

.p-nav__labeltext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 58px;
  margin-top: 3.625rem;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
}

.p-nav__labeltext:after {
  display: block;
  content: "";
  position: absolute;
  left: 1px;
  right: 2px;
  bottom: -10px;
  height: 2px;
  background-color: #143E9D;
  z-index: 1;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-nav__base {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
  visibility: hidden;
}

.p-nav__subnav {
  padding: 0 0 50px;
  padding: 0 0 3.125rem;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-nav__subnavinner {
  margin: auto;
  padding-top: 20px;
  padding-top: 1.25rem;
  max-width: 1170px;
  max-width: 73.125rem;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.p-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 50px 0 5px;
  margin: 0 3.125rem 0 5px;
  padding: 10px 0 0;
}

.p-nav__list {
  margin: 45px 0 0 45px;
  margin: 2.8125rem 0 0 2.8125rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  width: calc(33.33% - 45px);
  border-bottom: 1px solid #aaa;
  position: relative;
}
.p-nav__list::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 11px;
  right: 0;
  top: 0.5em;
  background: url(../images/common/arrow-submenu.svg) center center/contain no-repeat;
}

.p-nav__list a span {
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.p-nav__list--sm {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (min-width: 1000px) {
  .p-nav__list:hover a span {
    color: #143E9D;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
  }
}
.nav--ready {
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.p-nav__item--ready .p-nav__base {
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.p-nav__item--ready .p-nav__subnav,
.p-nav__item--ready .p-nav__subnavinner {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  will-change: transform;
}

.p-nav__item--ready .p-nav__subnavinner {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/* open */
.nav--open {
  height: 100vh;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  overflow: auto;
  scrollbar-gutter: stable;
}

.p-nav__item--open .p-nav__base {
  z-index: 3;
  pointer-events: auto;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-nav__item--open .p-nav__subnav,
.p-nav__item--open .p-nav__subnavinner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media print, screen and (min-width: 1000px) {
  /* hover */
  .p-nav__item:hover .p-nav__labeltext:after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  /* transparent */
  .p-nav__labeltext {
    -webkit-transition-property: color, background-color, -webkit-transform;
    transition-property: color, background-color, -webkit-transform;
    transition-property: color, background-color, transform;
    transition-property: color, background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: color, background-color, transform;
  }

  .condition01 .p-nav__labeltext {
    color: #fff;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .condition01.bgWhite .p-nav__labeltext,
.condition01.secondary .p-nav__labeltext {
    color: #000;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .condition01 .p-nav__labeltext:after {
    background-color: #fff;
    -webkit-transition-delay: 0.25s, 0s;
            transition-delay: 0.25s, 0s;
  }
}
@media only screen and (max-width: 999px) {
  /* header
  ----------------------------------------------- */
  .header {
    background-color: #fff;
    z-index: 6;
  }

  .p-header__outer {
    margin: 0;
  }

  .p-header__inner {
    height: 60px;
  }

  .p-header__logo {
    margin: 0 0 0 20px;
    z-index: 10;
  }

  .p-header__logo a {
    width: 11.25rem;
    width: 180px;
    height: 30px;
  }

  .p-header__logo a:before,
.p-header__logo a:after {
    background-position: 0 0;
    background-size: 34.75rem 30px;
    background-size: 556px 30px;
  }

  .iPhone .p-header__logo a:before {
    background-position: -20px 0;
  }

  .p-header__logo a:before {
    opacity: 1;
  }

  .p-header__logo a:after {
    background-position: -11.975rem 0;
    background-position: -191.6px 0;
  }

  /* transparent */
  .header,
.header:after {
    -webkit-transition-property: color, background-color, background-position, opacity, -webkit-transform;
    transition-property: color, background-color, background-position, opacity, -webkit-transform;
    transition-property: color, background-color, background-position, opacity, transform;
    transition-property: color, background-color, background-position, opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: color, background-color, background-position, opacity, transform;
  }

  .p-header__logo a:before,
.p-header__logo a:after {
    -webkit-transition-property: color, background-color, opacity, -webkit-transform;
    transition-property: color, background-color, opacity, -webkit-transform;
    transition-property: color, background-color, opacity, transform;
    transition-property: color, background-color, opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: color, background-color, opacity, transform;
  }

  .condition01 .header {
    background-color: transparent;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .condition01 .header:after {
    background-color: transparent;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .condition01 .p-header__logo a:before {
    opacity: 0;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .condition01 .p-header__logo a:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .condition01.noscroll .p-header__logo a:after {
    background-position: -24rem 0;
    background-position: -384px 0;
  }

  .condition01.iPhone.noscroll .p-header__logo a:after {
    background-position: -366px 0;
  }

  .noscroll .p-header__logo a:after {
    background-position: -24rem 0;
    background-position: -384px 0;
    opacity: 1;
  }

  .noscroll.iPhone .p-header__logo a:after {
    background-position: -366px 0;
  }

  .noscroll .p-header__logo a:before {
    opacity: 0;
  }

  .condition01 .header__search:after {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
.contentmask {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.contentmask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 4;
}

.contentmask--ready {
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.75s, 0.25s;
          transition-delay: 0.75s, 0.25s;
}

.contentmask--open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-media {
  width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 999px) {
  .p-media--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-media__img {
  width: 30%;
}
@media screen and (max-width: 999px) {
  .p-media__img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-media__body {
  width: 64%;
}
@media screen and (max-width: 999px) {
  .p-media__body {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-media2 {
  max-width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-left: 50px;
  margin-left: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-media2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}

@media screen and (max-width: 999px) {
  .p-media2--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-media2__img {
  width: 12.4%;
}
@media screen and (max-width: 999px) {
  .p-media2__img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-media2__body {
  width: 82.3%;
}
@media screen and (max-width: 999px) {
  .p-media2__body {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-media3 {
  max-width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-media3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-media3__head {
  font-size: 26px;
  font-size: 1.625rem;
}

.p-media3__img {
  width: 20%;
}
@media screen and (max-width: 999px) {
  .p-media3__img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-media3__body {
  width: 77%;
}
@media screen and (max-width: 999px) {
  .p-media3__body {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-media4 {
  max-width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-media4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-media4__img {
  width: 24.2%;
}
@media screen and (max-width: 999px) {
  .p-media4__img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.875rem;
  }
}

.p-media4__txt {
  width: 70%;
}
@media screen and (max-width: 999px) {
  .p-media4__txt {
    width: 100%;
  }
}

.p-nenkin__item {
  padding: 30px 25px 50px;
  padding: 1.875rem 1.5625rem 3.125rem;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .p-nenkin__item {
    padding: 1.875rem 0.625rem 1.25rem;
  }
}

@media screen and (max-width: 999px) {
  .p-nenkinColumn__item + .p-nenkinColumn__item {
    margin-top: 1.875rem;
  }
}

.p-nenkin__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-nenkin__img {
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-nenkin__img--left {
  margin-left: 0;
}

.p-nenkin__text {
  margin: 25px 0 30px;
  margin: 1.5625rem 0 1.875rem;
}
@media screen and (max-width: 999px) {
  .p-nenkin__text {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-nenkin__link {
  margin-top: auto;
}

.p-nenkinWorks__link {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-nenkinConcept1__item {
  letter-spacing: -0.02em;
}

.p-numberList {
  padding-left: 1em;
}

.p-numberList--plNon {
  padding-left: 0;
}

.p-numberList__item {
  padding-left: 1.4em;
  text-indent: -1.3em;
  vertical-align: middle;
  counter-increment: cnt;
}
.p-numberList__item + .p-numberList__item {
  margin-top: 0.3em;
}
.p-numberList__item::before {
  content: counter(cnt) ". ";
}

.p-piasResult__txt {
  padding-left: -0.6em;
  text-indent: 0em;
}

.p-privacy__head {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-privacy__commission {
  max-width: 404px;
  max-width: 25.25rem;
  width: 100%;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 999px) {
  .p-privacy__commission {
    padding-left: 0;
  }
}

.p-privacy__txt {
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 999px) {
  .p-privacy__txt {
    padding-left: 0;
  }
}

.p-privacy__pl {
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 999px) {
  .p-privacy__pl {
    padding-left: 0;
  }
}

.p-privacy__ml {
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 999px) {
  .p-privacy__ml {
    margin-left: 0;
  }
}

.p-privacy__list {
  padding-left: 35px;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 999px) {
  .p-privacy__list {
    padding-left: 0;
  }
}

.p-products__item {
  padding: 20px 20px 30px;
  padding: 1.25rem 1.25rem 1.875rem;
  min-height: 500px;
  min-height: 31.25rem;
}
@media screen and (max-width: 999px) {
  .p-products__item {
    padding: 1.25rem 0.625rem 1.25rem;
  }
}

.p-products__item > .p-products__flex > .p-topProducts__link > span {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (min-width: 1000px) {
  .p-products__item:hover > .p-products__flex > .p-topProducts__link > span {
    background-color: #143E9D;
    color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.p-products__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-products__img {
  max-width: 336px;
  max-width: 21rem;
  width: 100%;
  margin: 30px auto;
  margin: 1.875rem auto;
}

.p-products__img--2 {
  max-width: 416px;
  max-width: 26rem;
}

.p-products__text {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  color: #333;
}
@media screen and (max-width: 999px) {
  .p-products__text {
    margin: 1.5625rem 0 1.5625rem;
  }
}

.p-products__link {
  margin-top: auto;
}

.p-productsImg {
  max-width: 680px;
  max-width: 42.5rem;
  width: 100%;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}

.p-productsImg--md {
  max-width: 940px;
  max-width: 58.75rem;
  width: 100%;
}

.p-productsImg--lg {
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
}

.p-result02__item {
  text-indent: -1em;
}

.p-resultMedia {
  background-color: #F5F5F5;
  padding: 60px;
  padding: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-resultMedia {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-resultMedia__body {
  width: 60%;
}
@media screen and (max-width: 999px) {
  .p-resultMedia__body {
    width: 100%;
  }
}

.p-resultMedia__img {
  width: 35.8%;
}
@media screen and (max-width: 999px) {
  .p-resultMedia__img {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-scroll {
  width: 190px;
  width: 11.875rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  z-index: 1;
  bottom: 32%;
}
@media screen and (max-width: 999px) {
  .p-scroll {
    display: none;
  }
}
.p-scroll .txt {
  position: relative;
}
.p-scroll .txt::before {
  position: absolute;
  content: "Scroll";
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  right: 8px;
  right: 0.5rem;
  top: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.p-scroll .line {
  background-color: white;
  height: 2px;
  overflow: hidden;
  position: relative;
  width: 124px;
  width: 7.75rem;
}
@media screen and (max-width: 375px) {
  .p-scroll .line {
    width: 3.75rem;
  }
}
.p-scroll .animation {
  -webkit-animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  background-color: #2953B2;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
}
@-webkit-keyframes indicator {
  from {
    left: 0;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 10px;
  }
  20% {
    width: 30px;
  }
  80% {
    width: 30px;
  }
  to {
    left: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 0;
  }
}
@keyframes indicator {
  from {
    left: 0;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 10px;
  }
  20% {
    width: 30px;
  }
  80% {
    width: 30px;
  }
  to {
    left: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 0;
  }
}

@media screen and (max-width: 425px) {
  .p-security__foot.c-text {
    font-size: 0.875rem;
  }
}

.p-squareDotList__item {
  padding-left: 1.4em;
  text-indent: -1.3em;
  vertical-align: middle;
}
.p-squareDotList__item + .p-squareDotList__item {
  margin-top: 0.3em;
}
.p-squareDotList__item::before {
  content: "";
  margin-right: 0.92857143em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 1000px) {
  .p-table .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .p-table .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .p-table .col:nth-child(2) {
    margin-left: auto;
  }
}
@media screen and (max-width: 999px) {
  .p-table .col + .col {
    margin-top: 1.875rem;
  }
}

.p-table__ttl {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-table table {
  margin-bottom: 1.5em;
  width: 100%;
  border: 1px solid #bbb;
  border-collapse: collapse;
}

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

.p-table table thead th {
  background-color: #f6f6f6;
  font-weight: normal;
}

.p-table table tbody th {
  text-align: left;
  font-weight: normal;
}

.p-table table tbody td:nth-child(2),
.p-table table tbody td:nth-child(3) {
  width: 34px;
  text-align: center;
}

.p-table2 table {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #B5B5B6;
  border-collapse: collapse;
}

.p-table2 table td {
  border: 1px solid #B5B5B6;
  padding: 10px 5px;
  text-align: center;
}
.p-table2 table td:first-child {
  padding: 10px 15px 10px 5px;
}

.p-table2 table thead td {
  background: #F0F1F1;
}

.p-table2 table tbody tr td:nth-child(1) {
  text-align: left;
}

.p-table2 table tbody tr:nth-child(even) td {
  background: #F0F1F1;
}

.p-table2 .fee table tr td:nth-child(1) {
  background: #F0F1F1;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
  }
}

.p-topMv {
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-topMv {
    height: auto;
  }
}

.p-topMV__wrap {
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-topMV__wrap {
    padding-bottom: 2.1875rem;
  }
}

.mv-swiper {
  width: 100%;
}
.mv-swiper .swiper-slide {
  overflow: hidden;
}
.mv-swiper .slide-img {
  height: 100%;
}
.mv-swiper .slide-img img {
  width: 100%;
}
.mv-swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-swiper .slide-img img {
  display: block;
}

.p-topMV__ttl {
  position: absolute;
  top: 200px;
  top: 12.5rem;
  left: 10.625vw;
  z-index: 2;
  max-width: 625px;
  max-width: 39.0625rem;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-topMV__ttl {
    width: 43vw;
  }
}
@media screen and (max-width: 999px) {
  .p-topMV__ttl {
    position: relative;
    margin-top: 2.5rem;
    width: 90vw;
    max-width: 28.125rem;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    left: 0;
  }
}

.p-topBusiness {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .p-topBusiness {
    padding-top: 1.875rem;
  }
}

.p-topBusiness__items {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .p-topBusiness__items {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.p-topBusiness__item {
  padding: 30px 0;
  padding: 1.875rem 0;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .p-topBusiness__item {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-topBusiness__img {
  position: relative;
  width: 118px;
  width: 7.375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .p-topBusiness__img {
    width: 5.625rem;
  }
}
.p-topBusiness__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.p-topBusiness__head {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  color: #333;
}
@media screen and (max-width: 999px) {
  .p-topBusiness__head {
    margin-top: 0.625rem;
    font-size: 1.25rem;
  }
}
.p-topBusiness__head::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
  bottom: -0.9375rem;
  background-color: #2953B2;
}

.p-topBusiness__txt {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-topBusiness__btn {
  margin-top: -50px;
  margin-top: -3.125rem;
}
@media screen and (max-width: 999px) {
  .p-topBusiness__btn {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-topBusiness__item:hover > figure img {
    -webkit-transform: scale(1.2) translateX(10%);
            transform: scale(1.2) translateX(10%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .p-topBusiness__item:hover > p {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.p-topProducts {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#F5F5F5));
  background: linear-gradient(to bottom, #fff 20%, #F5F5F5);
}

.p-topProducts__item {
  padding: 40px 20px 20px;
  padding: 2.5rem 1.25rem 1.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 999px) {
  .p-topProducts__item {
    padding: 2.5rem 0.625rem 1.25rem;
  }
}

.p-topProducts__item > .p-topProducts__flex > span {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (min-width: 1000px) {
  .p-topProducts__item:hover > .p-topProducts__flex > span {
    background-color: #143E9D;
    color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.p-topProducts__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-topProducts__img {
  max-width: 290px;
  max-width: 18.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-topProducts__text {
  margin: 25px 0 15px;
  margin: 1.5625rem 0 0.9375rem;
}
@media screen and (max-width: 999px) {
  .p-topProducts__text {
    width: 78.75%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-topProducts__link {
  margin: auto auto 0;
  width: 320px;
  width: 20rem;
  max-width: 100%;
}

.p-topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1110px) {
  .p-topics__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem;
  }
}
.p-topics__item + .p-topics__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1110px) {
  .p-topics__item + .p-topics__item {
    margin-top: 1.875rem;
  }
}

.p-topics__meta {
  width: 25.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1110px) {
  .p-topics__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0.625rem;
  }
}

.p-topics__time {
  margin-right: auto;
}

.p-topics__cat {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #aaa;
  min-width: 160px;
  min-width: 10rem;
  width: 160px;
  width: 10rem;
  color: #333;
  text-align: center;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.p-topics__body {
  width: 70%;
}
@media screen and (max-width: 1110px) {
  .p-topics__body {
    width: 100%;
  }
}

.p-topics__head {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 1000px) {
  .p-topics__link:hover {
    color: #143E9D;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.p-webplusFile__text {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 999px) {
  .p-webplusFile__text {
    font-size: 1.125rem;
  }
}
.p-webplusFile__text span {
  color: #D90000;
}
.p-webplusFile__text span span {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 999px) {
  .p-webplusFile__text span span {
    font-size: 1.5rem;
  }
}

.u-alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.u-mobile {
  display: none !important;
}
@media screen and (max-width: 999px) {
  .u-mobile {
    display: block !important;
  }
}

.u-desktop {
  display: block !important;
}
@media screen and (max-width: 999px) {
  .u-desktop {
    display: none !important;
  }
}

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

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

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

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

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

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

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

@media screen and (max-width: 999px) {
  .u-mt80 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt120 {
    margin-top: 5rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt20Sp {
    margin-top: 1.875rem;
  }
}

/************************************************************************
* u-noto
************************************************************************/
.u-nunito {
  font-family: "Nunito Sans", sans-serif !important;
}

.u-pl10 {
  padding-left: 10px !important;
  padding-left: 10px !important;
  padding-left: 0.625rem !important;
}

.u-pl20 {
  padding-left: 20px !important;
  padding-left: 20px !important;
  padding-left: 1.25rem !important;
}

.u-pl30 {
  padding-left: 30px !important;
  padding-left: 30px !important;
  padding-left: 1.875rem !important;
}

.u-pl40 {
  padding-left: 40px !important;
  padding-left: 40px !important;
  padding-left: 2.5rem !important;
}

.u-pl50 {
  padding-left: 50px !important;
  padding-left: 50px !important;
  padding-left: 3.125rem !important;
}

.u-pl60 {
  padding-left: 60px !important;
  padding-left: 60px !important;
  padding-left: 3.75rem !important;
}

.u-pl70 {
  padding-left: 70px !important;
  padding-left: 70px !important;
  padding-left: 4.375rem !important;
}

.u-pl80 {
  padding-left: 80px !important;
  padding-left: 80px !important;
  padding-left: 5rem !important;
}

.u-pl90 {
  padding-left: 90px !important;
  padding-left: 90px !important;
  padding-left: 5.625rem !important;
}

.u-pl100 {
  padding-left: 100px !important;
  padding-left: 100px !important;
  padding-left: 6.25rem !important;
}

.u-pl110 {
  padding-left: 110px !important;
  padding-left: 110px !important;
  padding-left: 6.875rem !important;
}

.u-pl120 {
  padding-left: 120px !important;
  padding-left: 120px !important;
  padding-left: 7.5rem !important;
}

.u-pl130 {
  padding-left: 130px !important;
  padding-left: 130px !important;
  padding-left: 8.125rem !important;
}

.u-pl140 {
  padding-left: 140px !important;
  padding-left: 140px !important;
  padding-left: 8.75rem !important;
}

.u-pl150 {
  padding-left: 150px !important;
  padding-left: 150px !important;
  padding-left: 9.375rem !important;
}

.u-pl160 {
  padding-left: 160px !important;
  padding-left: 160px !important;
  padding-left: 10rem !important;
}

.u-pl170 {
  padding-left: 170px !important;
  padding-left: 170px !important;
  padding-left: 10.625rem !important;
}

.u-pl180 {
  padding-left: 180px !important;
  padding-left: 180px !important;
  padding-left: 11.25rem !important;
}

.u-pl190 {
  padding-left: 190px !important;
  padding-left: 190px !important;
  padding-left: 11.875rem !important;
}

.u-pl200 {
  padding-left: 200px !important;
  padding-left: 200px !important;
  padding-left: 12.5rem !important;
}

@media screen and (max-width: 999px) {
  .u-pl40 {
    padding-left: 2em !important;
  }
}

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

.u-thin {
  font-weight: 300;
}

.p-test {
  font-size: 100px;
  font-size: 6.25rem;
}

.tx-right{
  text-align: right;
}

/*
2023/11/08追加
*/

.t-u-mt10{
  margin-top: 0.625rem !important;
  display: block;
}

/*
2024/03/04追加
*/

.right{
  margin: 0 0 0 auto;
}

.p-footerMenu__flex {
  flex-wrap: wrap;
}

@media screen and (max-width: 999px){
  .right{
    margin: unset;
  }
}
/*# sourceMappingURL=styles.css.map */