@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.js-fade-in {
  opacity: 0;
  visibility: hidden;
}

.js-trimming-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.js-trimming-animation-delay {
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.js-trimming-animation-r {
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.js-fade-up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

.js-fade-left-in {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.js-fade-right-in {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.js-trimming-animation-giji {
  --translateX:-100%;
  --opacity: 0;
  --visibility: hidden;
}

.js-trimming-animation-r-giji {
  --translateX:100%;
  --opacity: 0;
  --visibility: hidden;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

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

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.c-btn a,
.c-btn input {
  color: #fff;
  background-color: #063066;
  display: block;
  width: 100%;
  padding: 1.25rem 5.125rem;
  font-weight: 600;
  font-size: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  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-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.c-btn span {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.c-btn a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.8125rem;
  background-color: #063066;
  left: -1.25rem;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn a:hover,
.c-btn input:hover {
  opacity: 1 !important;
  background-color: #0c4b9d;
  cursor: pointer;
}

.c-btn a:hover::before {
  background-color: #0c4b9d;
}

.c-btn__group {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.c-contact-btn__link {
  padding: 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #063066;
  color: #fff;
  font-size: max(0.875rem, 11px);
}

.home .c-contact-btn__link {
  background-color: #ff6f00;
}

.c-contact-btn__link::before {
  content: "";
  background: url(../images/common/mail-icon.svg) no-repeat center/contain;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}

.c-heading {
  font-size: 5rem;
  font-weight: 900;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2.25rem;
  }
}

.c-heading::first-letter {
  color: #ff6f00;
}

.c-heading span {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  letter-spacing: 0.03em;
  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;
}
@media screen and (max-width: 767px) {
  .c-heading span {
    font-size: 1.125rem;
  }
}

.c-heading span::before {
  content: "";
  display: inline-block;
  background: url(../images/common/head-image.png) no-repeat center/contain;
  width: 2.25rem;
  height: 2.5625rem;
  margin-right: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .c-heading span::before {
    width: 1.0625rem;
    height: 1.375rem;
    margin-right: 0.1875rem;
  }
}

.c-language {
  position: relative;
  background-color: #fff;
  border: 1px solid #063066;
}

.home .c-language {
  border: 1px solid #ff6f00;
}

.c-language__link {
  color: #063066;
  font-size: max(0.875rem, 11px);
  padding: 0.9375rem 1.25rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.home .c-language__link {
  color: #ff6f00;
  font-size: max(0.875rem, 11px);
  padding: 0.9375rem 1.25rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.c-language__link::before {
  content: "";
  background: url(../images/common/language-icon.svg) no-repeat center/contain;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  margin-right: 0.625rem;
}

.c-language__link::after {
  content: "";
  background: url(../images/common/language-arrow-u.svg) no-repeat center/contain;
  width: 1.0625rem;
  height: 1.25rem;
  display: inline-block;
  margin-left: 0.625rem;
}

.home .c-language__link::after {
  content: "";
  background: url(../images/common/language-arrow.svg) no-repeat center/contain;
  width: 1.0625rem;
  height: 1.25rem;
  display: inline-block;
  margin-left: 0.625rem;
}

.c-language:hover .c-language__list {
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: visible;
}

.c-language__list {
  width: calc(100% + 2px);
  background-color: #fff;
  left: -1px;
  opacity: 0;
  position: absolute;
  top: 102%;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  z-index: 1;
}

.c-language__list li {
  border: 1px solid #063066;
  color: #063066;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-language__list li {
    font-size: max(0.75rem, 12px);
    background-color: #f3f3f3;
  }
}

.home .c-language__list li {
  border: 1px solid #ff6f00;
  color: #ff6f00;
}

.c-language__list .current {
  cursor: auto;
  pointer-events: none;
  color: #999999;
}

.p-404 {
  padding-top: 6.1875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-404__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-404__head {
  font-size: 6.25rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #063066;
  line-height: 1.33;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-404__head {
    font-size: 3rem;
  }
}

.p-404__head-under {
  font-size: 2.375rem;
  font-weight: 700;
  color: #ff6f00;
  line-height: 1.2;
  margin-bottom: 5.25rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-404__head-under {
    font-size: 1.25rem;
    margin-bottom: 2.875rem;
  }
}

.p-404__remark {
  text-align: center;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  color: #063066;
  display: block;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-404__remark {
    font-size: max(1.125rem, 12px);
    margin-bottom: 2.5rem;
  }
}

.p-404__remark span {
  display: block;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-404__remark span {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-404__remark span:first-child {
    text-align: center;
  }
}

.p-about {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 3.75rem;
    padding-bottom: 3.5625rem;
  }
}

.p-about__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-about__text {
  width: 48.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    width: 100%;
  }
}

.p-about__head {
  font-size: 8.125rem;
  color: rgba(6, 48, 102, .3);
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__head {
    font-size: 3rem;
    margin-bottom: 0.3125rem;
    text-align: center;
  }
}

.p-about__body {
  font-size: 2.75rem;
  font-weight: 700;
  color: #063066;
  line-height: 1.3636363636;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1.875rem;
    text-align: center;
  }
}

.p-about__foot {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  color: #063066;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-about__foot {
    font-size: max(0.875rem, 12px);
    line-height: 1.6428571429;
  }
}

.p-about__head::first-letter {
  color: rgba(255, 111, 0, .3);
}

.p-about__media {
  width: 25.625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about__media {
    width: 100%;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-about__media img {
  width: 100%;
  height: auto;
}

.p-access {
  padding-top: 8.75rem;
  padding-bottom: 9.9375rem;
  background-color: #F1F1F1;
  -webkit-clip-path: polygon(0 6.25rem, 100% 0, 100% calc(100% - 6.25rem), 0 100%);
          clip-path: polygon(0 6.25rem, 100% 0, 100% calc(100% - 6.25rem), 0 100%);
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 7.1875rem;
    padding-bottom: 9.9375rem;
    -webkit-clip-path: polygon(0 5.625rem, 100% 0, 100% calc(100% - 5.625rem), 0 100%);
            clip-path: polygon(0 5.625rem, 100% 0, 100% calc(100% - 5.625rem), 0 100%);
    scroll-margin-top: 5rem;
  }
}

.p-access__inner {
  padding: 7.3125rem 5.5rem 12.3125rem;
  position: relative;
}

.p-access__main {
  width: 100%;
  max-width: 1014px;
  margin-top: 5.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.p-access__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-access__card {
  background-color: #D9D9D9;
  padding: 4.375rem 2.5rem 2.5rem 2.5rem;
  text-align: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access__card {
    padding: 3.125rem 1.5625rem 2.5rem 1.5625rem;
  }
}

.p-access__cards:first-child {
  background-color: #D9D9D9;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
}

.p-access__cards:first-child .p-access__card {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-access__card-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.2916666667;
  color: #063066;
  margin-bottom: 0.875rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-access__card-ttl {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
  }
}

.p-access__map {
  width: 100%;
  aspect-ratio: 400/250;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    aspect-ratio: 330/220;
    margin-bottom: 0.9375rem;
  }
}

.p-access__card-foot {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.2777777778;
  color: #063066;
}
@media screen and (max-width: 767px) {
  .p-access__card-foot {
    font-size: 1rem;
  }
}

.p-access__cards + .p-access__cards {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access__cards + .p-access__cards {
    margin-top: 4.375rem;
  }
}

.p-access__tag {
  position: absolute;
  top: -1.5rem;
  left: -0.9375rem;
  min-width: 15.625rem;
}

.p-access__tag span {
  width: 100%;
  height: 100%;
  background-color: #ff6f00;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.3214285714;
  padding: 0.75rem 3.75rem;
  display: block;
  -webkit-clip-path: polygon(0 0, calc(100% - 2.1875rem) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 2.1875rem) 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-access__tag span {
    font-size: 1.25rem;
  }
}

.p-access__tag::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.9375rem;
  background-color: #A04600;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.p-advantages {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-advantages {
    padding-bottom: 3.75rem;
  }
}

.p-advantages__head {
  padding-top: 6.4375rem;
  padding-bottom: 10.8125rem;
  background: -webkit-gradient(linear, left top, right top, from(#063066), to(#0653B5));
  background: linear-gradient(90deg, #063066 0%, #0653B5 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-advantages__head {
    padding-top: 3.75rem;
    padding-bottom: 9.25rem;
  }
}

.p-advantages__head h2 {
  font-size: 6.25rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-advantages__head h2 {
    font-size: 3rem;
    line-height: 1.3125;
    margin-bottom: 0.3125rem;
  }
}

.p-advantages__head h2::first-letter {
  color: #ff6f00;
}

.p-advantages__head p {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.3055555556;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-advantages__head p {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.p-advantages__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.3125rem;
     -moz-column-gap: 2.3125rem;
          column-gap: 2.3125rem;
  margin-top: -7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-advantages__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: -7.1875rem;
    row-gap: 2.5rem;
  }
}

.p-advantages__card {
  position: relative;
  width: 100%;
  aspect-ratio: 375/400;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .3));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .3));
}
@media screen and (max-width: 767px) {
  .p-advantages__card {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-advantages__card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff6f00;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6.875rem 100%, 0 calc(100% - 5.3125rem));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 6.875rem 100%, 0 calc(100% - 5.3125rem));
  z-index: -1;
}

.p-advantages__media {
  width: 100%;
  height: auto;
  aspect-ratio: 375/291;
  position: relative;
}

.p-advantages__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 48, 102, .24);
}

.p-advantages__card picture,
.p-advantages__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-advantages__text {
  position: relative;
  width: 100%;
  height: 6.875rem;
}

.p-advantages__text p {
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.625rem;
  min-width: 21.375rem;
  height: 6.375rem;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  color: #063066;
  background-color: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .149);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .149);
  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;
}
@media screen and (max-width: 767px) {
  .p-advantages__text p {
    font-size: 1.375rem;
    top: -1.5625rem;
    padding: 0.625rem;
    width: 21.375rem;
    height: 6.375rem;
  }
}

.p-category {
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-category {
    margin-bottom: 3.75rem;
  }
}

.p-category__heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2857142857;
  color: #063066;
  border-bottom: 1px solid rgba(6, 48, 102, .4);
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-category__heading {
    font-size: 1.375rem;
    padding-bottom: 0.3125rem;
  }
}

.p-category__list li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #063066;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-category__list li {
    margin-bottom: 0.4375rem;
  }
}

.p-company {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    scroll-margin-top: 5rem;
  }
}

.p-company__inner {
  padding: 7.3125rem 5.5rem 12.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 5rem 1.25rem 5rem;
  }
}

.p-company__main {
  margin-top: 4.4375rem;
  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: 767px) {
  .p-company__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
  }
}

.p-company__head {
  width: 26.1875rem;
  height: 18.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__head {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company__head picture,
.p-company__head img {
  width: 100%;
  height: 100%;
}

.p-company__body {
  width: 36.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__body {
    width: 100%;
    height: auto;
    margin-top: 1.875rem;
  }
}

.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(6, 48, 102, .4);
}

.p-company__row:first-child {
  padding-top: 0;
}

.p-company__row-head {
  width: 8.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  color: #063066;
}
@media screen and (max-width: 767px) {
  .p-company__row-head {
    width: 8.125rem;
    font-size: max(0.875rem, 12px);
  }
}

.p-company__row-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  line-height: 1.7777777778;
  color: #063066;
}
@media screen and (max-width: 767px) {
  .p-company__row-body {
    font-size: max(0.875rem, 12px);
  }
}

.p-company__row-body span {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company__row-body span {
    margin-bottom: 1.25rem;
  }
}

.p-company__back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-company__back div {
  background-color: rgba(152, 191, 242, .2);
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
}

.p-company__back div:nth-child(2n) {
  margin-top: 1.875rem;
}

.p-company__back div:nth-child(3) {
  margin-top: -3.125rem;
}

.p-concept {
  padding-top: 6.25rem;
  padding-bottom: 18.75rem;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-top: 3.75rem;
    padding-bottom: 16.875rem;
    scroll-margin-top: 5rem;
  }
}

.p-concept__img {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
}

.p-concept__img figure,
.p-concept__img img {
  width: 100%;
  height: auto;
}

.p-concept__text {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F2F2F2;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .251);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .251);
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    padding: 1.875rem 0.875rem;
  }
}

.p-concept__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.125rem;
  height: 100%;
  background-color: rgba(255, 111, 0, .6);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}

.p-concept__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9.125rem;
  height: 100%;
  background-color: rgba(255, 111, 0, .6);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

.p-concept__text p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  color: #063066;
}
@media screen and (max-width: 767px) {
  .p-concept__text p {
    ont-size: max(0.875rem, 12px);
  }
}

.p-contact {
  width: 100%;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    height: 10.625rem;
  }
}

.p-contact__inner {
  position: relative;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

.p-contact__wrapper {
  position: absolute;
  top: -10.9375rem;
  left: 0;
  width: 100%;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
  background: url(../images/top/contact.jpg) no-repeat center/cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__wrapper {
    -webkit-transform: skewY(-6deg);
            transform: skewY(-6deg);
  }
}

.p-contact__main {
  width: 100%;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(255, 111, 0, .8);
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__main {
    scroll-margin-top: 5rem;
  }
}

.p-contact__ttl {
  color: #fff;
  margin-bottom: 1.25rem;
}

.p-contact__ttl-head {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl-head {
    font-size: 1rem;
  }
}

.p-contact__ttl-body {
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl-body {
    font-size: 3rem;
  }
}

.p-contact__ttl-body::first-letter {
  color: #063066;
}

.p-contact__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #fff;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 1.0625rem;
    margin-bottom: 1.875rem;
  }
}

.p-contact__icon {
  margin-right: 1.0625rem;
}

.p-contact__meta {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}

.p-contact__meta-head {
  margin-right: 4.625rem;
  line-height: 1.9285714286;
}
@media screen and (max-width: 767px) {
  .p-contact__meta-head {
    margin-right: 0;
  }
}

.p-contact__meta-body {
  font-size: 2.5rem;
  line-height: 0.5em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact__meta-body {
    font-size: 1.875rem;
    text-align: center;
  }
}

.p-contact__meta-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}

.p-contact__meta-body a::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: -1.875rem;
  width: 1.5rem;
  height: 2.25rem;
  background: url(../images/common/tel.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-contact__meta-body a::before {
    width: 1.25rem;
    height: 1.875rem;
    top: 0.1875rem;
    left: -1.75rem;
  }
}

.p-contact__meta-body span {
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__meta-body span {
    font-size: max(0.875rem, 12px);
  }
}

@media screen and (max-width: 767px) {
  .p-contact__btn a {
    padding: 0.9375rem 1.5625rem;
  }
}

.p-contact__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__btn span::before {
  content: "";
  background: url(../images/common/mail-icon.svg) no-repeat center/contain;
  width: 1.5625rem;
  height: 1.625rem;
  display: inline-block;
  margin-right: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn span::before {
    margin-right: 0.8125rem;
  }
}

.p-contactform {
  padding-top: 6.1875rem;
  padding-bottom: 6.25rem;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contactform {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    scroll-margin-top: 5rem;
  }
}

.p-contactform__step {
  width: 100%;
  max-width: 1031px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contactform__step {
    margin-bottom: 3.125rem;
  }
}

.p-contactform__step picture,
.p-contactform__step img {
  width: 100%;
  height: auto;
}

.p-contactform__main {
  width: 100%;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
}

.p-contactform__notes {
  background-color: #F6F6F6;
  padding: 6.0625rem 2.375rem 2.1875rem;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(6, 48, 102, .1019607843);
          box-shadow: 0px 4px 4px 0px rgba(6, 48, 102, .1019607843);
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contactform__notes {
    padding: 2.5rem 0.9375rem 0.9375rem;
    margin-bottom: 2.5rem;
  }
}

.p-contactform__notes p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #063066;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contactform__notes p {
    font-size: max(0.875rem, 12px);
  }
}

.p-contactform__notes p:not(:first-child) {
  margin-top: 0.625rem;
}

.p-contactform__notes p span {
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.1875rem 0.625rem;
  background-color: #ff6f00;
  color: #fff;
  margin-right: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contactform__notes p span {
    font-size: max(0.8125rem, 11px);
    padding: 0.125rem 0.4375rem;
  }
}

.p-contactform__tag {
  position: absolute;
  top: -0.9375rem;
  left: -0.9375rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4230769231;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0653B5), to(#063066));
  background: linear-gradient(90deg, #0653B5 0%, #063066 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3125rem 2.3125rem 1.375rem 4.0625rem;
  -webkit-clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%, 0 2rem);
          clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%, 0 2rem);
}
@media screen and (max-width: 767px) {
  .p-contactform__tag {
    font-size: 1rem;
    padding: 0.75rem 1.25rem 0.75rem 2.5rem;
    -webkit-clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0 100%, 0 1rem);
            clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0 100%, 0 1rem);
  }
}

.p-contactform__tag::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background-color: #ADC7E8;
  position: absolute;
  top: -2rem;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-contactform__tag::before {
    width: 2rem;
    height: 2rem;
    top: -1rem;
    left: -1rem;
  }
}

.p-contactform__head {
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.confirm .p-contactform__head {
  border-bottom: 1px solid #063066;
  padding-bottom: 0.625rem;
}

.p-contactform__head-txt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  color: #063066;
}

.p-contactform__required {
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #ff6f00;
  color: #fff;
  padding: 0.1875rem 0.5rem;
  margin-left: 0.5rem;
}

.p-contactform__body {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contactform__body {
    margin-bottom: 1.25rem;
  }
}

.confirm .p-contactform__body {
  white-space: pre-wrap;
}

.p-contactform__body div {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contactform__body label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #063066;
}

.p-contactform__body input[type=radio] {
  accent-color: #9BC7FF;
  inline-size: 1.2rem;
  block-size: 1.2rem;
  margin-right: 0.5625rem;
}

.p-contactform__body input[type=text],
.p-contactform__body input[type=email],
.p-contactform__body input[type=tel] {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  color: #063066;
  border: 1px solid #9BC7FF;
  border-radius: 0.3125rem;
  padding: 0.625rem 0.625rem;
  width: 100%;
}

.p-contactform__body input::-webkit-input-placeholder {
  color: #789DCC;
}

.p-contactform__body input::-moz-placeholder {
  color: #789DCC;
}

.p-contactform__body input::-ms-input-placeholder {
  color: #789DCC;
}

.p-contactform__body input::placeholder {
  color: #789DCC;
}

.p-contactform__body textarea {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  padding: 0.625rem 0.625rem;
  width: 100%;
  border: 1px solid #9BC7FF;
  border-radius: 0.3125rem;
}

.p-contactform__body textarea::-webkit-input-placeholder {
  color: #789DCC;
}

.p-contactform__body textarea::-moz-placeholder {
  color: #789DCC;
}

.p-contactform__body textarea::-ms-input-placeholder {
  color: #789DCC;
}

.p-contactform__body textarea::placeholder {
  color: #789DCC;
}

.p-contactform__consent {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #063066;
  line-height: 1.75;
}

.p-contactform__consent a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  text-decoration: underline;
  margin-right: 0.625rem;
}

.p-contactform__consent a::after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.1875rem;
  display: inline-block;
  background: url(../images/contact/consent.svg) no-repeat center/contain;
}

.p-contactform__consent a:hover {
  opacity: 1;
  text-decoration: none;
}

input[type=checkbox] {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  margin: 0 6px 0 0;
}

.p-contact__telinfo {
  scroll-margin-top: 5rem;
  margin-top: 5rem;
  background-color: #E6F1FF;
  color: #063066;
  text-align: center;
  padding: 1.875rem;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__telinfo {
    margin-top: 3.75rem;
    padding: 0.9375rem;
    scroll-margin-top: 5rem;
  }
}

.confirm .p-contact__telinfo {
  margin-top: 0.625rem;
}

.p-contact__telinfo-head {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__telinfo-head {
    font-size: 1.375rem;
  }
}

.p-contact__telinfo-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__telinfo-text {
    font-size: 1rem;
  }
}

.p-contact__telinfo-no {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  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;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__telinfo-no {
    font-size: 2rem;
  }
}

.p-contact__telinfo-no::before {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  display: inline-block;
  margin-right: 0.5625rem;
  background: url(../images/contact/tel.svg) no-repeat center/contain;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__telinfo-no::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-contact__telinfo-time {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__telinfo-time {
    font-size: max(0.875rem, 12px);
  }
}

.p-footer {
  background: linear-gradient(160deg, rgba(225, 225, 225, .7) 10%, rgba(0, 39, 131, .4) 30%, rgba(0, 39, 131, .7) 60%, #002883 100%);
  -webkit-clip-path: polygon(0 6.25rem, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 6.25rem, 100% 0, 100% 100%, 0 100%);
  padding-top: 20.3125rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-footer {
    -webkit-clip-path: polygon(0 4.1875rem, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 4.1875rem, 100% 0, 100% 100%, 0 100%);
    padding-top: 14.0625rem;
  }
}

.contact .p-footer,
.confirm .p-footer,
.thanks .p-footer,
.error404 .p-footer {
  padding-top: 11rem;
}

@media screen and (max-width: 767px) {
  .p-footer__main {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__main .custom-logo-link {
  margin-bottom: 3.4375rem;
  width: 29.0625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__main .custom-logo-link {
    margin-bottom: 1.5625rem;
    max-width: 100%;
  }
}

.p-footer__nav {
  color: #fff;
  display: grid;
  grid-template-columns: 13.4375rem 31rem 1fr;
  margin-left: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0;
  }
}

.p-footer__list {
  margin-bottom: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    margin-bottom: 1.375rem;
  }
}

.p-footer__list:last-child {
  margin-bottom: 1.875rem;
}

.p-footer__list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(1rem, 14px);
  font-weight: 700;
  line-height: 1.4375;
  margin-bottom: 0.9375rem;
}

.p-footer__list-ttl img {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.3125rem;
}

.p-footer__list-ttl a {
  text-underline-offset: 0.3125rem;
}

.p-footer__list-ttl a:hover {
  opacity: 1;
  text-decoration: underline;
}

.p-footer__list ul {
  margin-left: 0.8125rem;
}

.p-footer__list li {
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.4285714286;
  margin-bottom: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 0.9375rem;
}

.p-footer__list li::before {
  content: "";
  background: url(../images/common/footer_arrow2.svg) no-repeat center/contain;
  width: 0.4375rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  left: -0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__list li:hover::before {
  left: -0.75rem;
}

.p-footer__list-foot {
  grid-column: 1/4;
}
@media screen and (max-width: 767px) {
  .p-footer__list-foot {
    grid-column: 1;
  }
}

.p-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5rem;
}

.p-footer__copy small {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.p-header {
  position: relative;
  width: 100%;
  height: max(8.4375rem, 88px);
  background: #f2f2f2;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
  }
}

#fixed-header.p-header {
  height: 5rem;
}

.p-header__inner {
  width: 100%;
  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-top: 1.25rem;
  padding-bottom: 0.625rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-top: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-bottom: 0.3125rem;
  }
}

#fixed-header .p-header__inner {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

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

#fixed-header .p-header__sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fixed-header .p-header__lists li {
  margin-right: 1.875rem;
}

.p-header__inner .custom-logo-link {
  position: relative;
  z-index: 6;
}

.p-header__inner .custom-logo-link img {
  width: 32.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner .custom-logo-link img {
    width: 30.625rem;
  }
}

.p-header__nav {
  width: auto;
  color: #fff;
  font-size: max(0.875rem, 12px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 5.625rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    overflow-y: auto;
    z-index: 5;
  }
}

#fixed-header .p-header__nav {
  color: #063066;
}

.home #fixed-header .p-header__nav {
  color: #fff;
}

.p-header__menu {
  background: -webkit-gradient(linear, left top, right top, from(#063066), to(#0C60CC));
  background: linear-gradient(90deg, #063066 0%, #0C60CC 100%);
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-header__menu {
    display: none;
  }
}

.p-header__menu-under {
  width: 100%;
  height: 0.3125rem;
  background-color: #ff6f00;
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem;
}

.p-header__lists li {
  line-height: 1.4285714286;
}

.p-header__lists li.current_page_item {
  color: #ff6f00;
  position: relative;
}

.p-header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__sub {
    margin-left: 1.25rem;
  }
}

.p-header__contact {
  margin-left: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header__contact {
    display: none;
  }
}

.p-header__contact-sp {
  display: none;
}

.p-header__contact-nav {
  display: block;
  max-width: 300px;
}

.p-header__contact-nav .c-contact-btn__link {
  background-color: #063066;
  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;
  margin-top: 1.25rem;
}

.p-header__language {
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__language {
    margin-left: 0rem;
    margin-top: 1.25rem;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav.toggled {
    opacity: 1;
    visibility: visible;
    background: url(../images/common/world-map.png) no-repeat center/contain;
    background-color: #fff;
  }
}

.p-header__nav.toggled .p-header__lists {
  margin-left: 0 !important;
}

.p-header__nav.toggled .p-header__lists li {
  font-size: 1rem;
  border-bottom: 1px solid #063066;
  margin-left: 0;
}

.p-header__nav.toggled .p-header__lists li::after {
  display: none;
}

.p-header__nav.toggled .p-header__lists li:first-child {
  border-top: 1px solid #063066;
}

.p-header__nav.toggled li a {
  padding: 1.25rem 0;
}

.p-header__nav.toggled .p-header__lists li a::before {
  content: "";
  display: inline-block;
  background: url(../images/common/nav_icon.svg);
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.9375rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-header__nav-inner {
    display: none;
  }
}

.p-header__nav-inner-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__nav-inner-sp {
    display: block;
  }
}

.p-header__lists-sp {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #063066;
  line-height: 1.4;
}

.p-header__lists-sp span {
  font-size: max(1rem, 12px);
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.5rem;
}

.p-header__nav-sphaad {
  font-size: 2rem;
  color: #ff6f00;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  display: block;
  border-bottom: 2px solid #ff6f00;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-header__toggle {
  display: none;
  position: relative;
  background: #063066;
  cursor: pointer;
  width: 4.375rem;
  height: 4.0625rem;
  border-radius: 0;
  margin-left: 0.3125rem;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .p-header__toggle {
    display: block;
    width: 70px;
    height: 65px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__toggle {
    display: block;
    width: 4.375rem;
    height: 4.0625rem;
  }
}

.home .p-header__toggle {
  background: #ff6f00;
}

.p-header__toggle span:not(:last-child) {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 2.1875rem;
  height: 2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-header__toggle span:not(:last-child) {
    width: 35px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__toggle span:not(:last-child) {
    width: 2.1875rem;
  }
}

.p-header__toggle span:nth-of-type(1) {
  top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__toggle span:nth-of-type(1) {
    top: 18px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__toggle span:nth-of-type(1) {
    top: 1.125rem;
  }
}

.p-header__toggle span:nth-of-type(2) {
  top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__toggle span:nth-of-type(2) {
    top: 26px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__toggle span:nth-of-type(2) {
    top: 1.625rem;
  }
}

.p-header__toggle span:nth-of-type(3) {
  top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__toggle span:nth-of-type(3) {
    top: 34px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__toggle span:nth-of-type(3) {
    top: 2.125rem;
  }
}

.p-header__toggle span:nth-of-type(4)::after {
  content: "menu";
  position: absolute;
  top: 2.5rem;
  color: #fff;
  font-size: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-header__toggle span:nth-of-type(4)::after {
    top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__toggle span:nth-of-type(4)::after {
    top: 2.5rem;
  }
}

.p-header__toggle[aria-expanded=true] span:nth-of-type(1) {
  top: 1.25rem;
  left: 1.4375rem;
  -webkit-transform: translateY(0.375rem) rotate(-30deg);
          transform: translateY(0.375rem) rotate(-30deg);
  width: 1.5625rem;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .p-header__toggle[aria-expanded=true] span:nth-of-type(1) {
    top: 20px;
    left: 23px;
    -webkit-transform: translateY(6px) rotate(-30deg);
            transform: translateY(6px) rotate(-30deg);
  }
}
@media screen and (max-width: 599px) {
  .p-header__toggle[aria-expanded=true] span:nth-of-type(1) {
    top: 1.25rem;
    left: 1.4375rem;
    -webkit-transform: translateY(0.375rem) rotate(-30deg);
            transform: translateY(0.375rem) rotate(-30deg);
  }
}

.p-header__toggle[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}

.p-header__toggle[aria-expanded=true] span:nth-of-type(3) {
  top: 2rem;
  left: 1.4375rem;
  -webkit-transform: translateY(-0.375rem) rotate(30deg);
          transform: translateY(-0.375rem) rotate(30deg);
  width: 1.5625rem;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .p-header__toggle[aria-expanded=true] span:nth-of-type(3) {
    top: 32px;
    left: 23px;
    width: 25px;
    -webkit-transform: translateY(-6px) rotate(30deg);
            transform: translateY(-6px) rotate(30deg);
  }
}
@media screen and (max-width: 599px) {
  .p-header__toggle[aria-expanded=true] span:nth-of-type(3) {
    top: 2rem;
    left: 1.4375rem;
    -webkit-transform: translateY(-0.375rem) rotate(30deg);
            transform: translateY(-0.375rem) rotate(30deg);
    width: 1.5625rem;
  }
}

.p-header__toggle[aria-expanded=true] span:nth-of-type(4)::after {
  content: "close";
}

#fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-6.25rem);
          transform: translateY(-6.25rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(242, 242, 242, .8);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #fixed-header {
    display: none;
  }
}

.home #fixed-header {
  background: rgba(6, 48, 102, .8);
}

#fixed-header.fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.p-history {
  padding-top: 3.125rem;
  padding-bottom: 23.75rem;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-history {
    padding-bottom: 17.5rem;
    scroll-margin-top: 5rem;
  }
}

.p-history__main {
  width: 100%;
  max-width: 854px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.p-history__head {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4166666667;
  color: #063066;
  margin-top: 9.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-history__head {
    font-size: 1.25rem;
    margin-top: 7.5rem;
    margin-bottom: 0.625rem;
  }
}

.p-history__head::before {
  content: "";
  position: absolute;
  background: url(../images/company/line1.svg) no-repeat center/contain;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.875rem;
  height: 4.5625rem;
}

.p-history__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #063066;
  margin-bottom: 4.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-history__text {
    font-size: 0.875rem;
    margin-bottom: 4.5rem;
  }
}

.p-history__step {
  width: 100%;
  min-height: 13.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-history__step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.8125rem;
  height: 2.8125rem;
  background: url(../images/common/simbol2.png) no-repeat center/contain;
  z-index: 1;
}

.p-history__step:last-child::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ff6f00;
  border-radius: 50%;
}

.p-history__img {
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  width: 17.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-history__img {
    width: 41.8604651163vw;
    right: 0.9375rem;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-history__left {
  width: 50%;
  position: relative;
  border-right: 1px solid #ff6f00;
}

.p-history__right {
  width: 50%;
  text-align: left;
  padding-left: 3.125rem;
  padding-top: 0.9375rem;
  border-left: 1px solid #ff6f00;
}
@media screen and (max-width: 767px) {
  .p-history__right {
    padding-left: 2.1875rem;
  }
}

.p-history__era {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #063066;
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-history__era {
    font-size: 1.625rem;
    margin-bottom: 0.3125rem;
  }
}

.p-history__name {
  font-size: 1.5rem;
  font-weight: 500;
  color: #063066;
  line-height: 1.4166666667;
  margin-bottom: 0.3125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-history__name {
    font-size: 1.375rem;
  }
}

.p-history__right ul {
  list-style-type: disc;
  padding-left: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-history__right ul {
    font-size: max(0.875rem, 10px);
  }
}

.p-locations {
  padding-top: 6.1875rem;
  padding-bottom: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-locations {
    padding-top: 2.5rem;
    padding-bottom: 26.875rem;
  }
}

.p-locations__text {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.03em;
  margin-bottom: 4.9375rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-locations__text {
    margin-top: 1.875rem;
    margin-bottom: 3.1875rem;
    font-size: 1rem;
  }
}

.p-locations__main {
  width: 100%;
}

.p-locations__item {
  width: 100%;
  max-width: 1073px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-locations__item {
    scroll-margin-top: 5rem;
  }
}

.p-locations__img {
  width: 49.3125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-locations__img {
    width: 69.7674418605vw;
  }
}

.p-locations__img picture,
.p-locations__img img {
  width: 100%;
  height: 100%;
}

.p-locations__item--r .p-locations__img {
  margin-left: auto;
}

.p-locations__item--l .p-locations__img {
  margin-right: auto;
}

.p-locations__box {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25.875rem;
  background-color: #fff;
  bottom: 2.5rem;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}
@media screen and (max-width: 767px) {
  .p-locations__box {
    width: 17.5rem;
    bottom: -10rem;
  }
}

.p-locations__item--r .p-locations__box {
  left: 0.625rem;
}

.p-locations__item--l .p-locations__box {
  right: 0.625rem;
}

.p-locations__box-head {
  width: 10.1875rem;
  background-color: #063066;
  color: #ff6f00;
  font-size: 4.375rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-locations__box-head {
    width: 5.625rem;
    font-size: 2.5rem;
  }
}

.p-locations__item--r .p-locations__box-head span {
  position: absolute;
  top: 1.25rem;
  left: 0.9375rem;
  display: inline-block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media screen and (max-width: 767px) {
  .p-locations__item--r .p-locations__box-head span {
    top: 0.8125rem;
    left: 0.875rem;
  }
}

.p-locations__item--l .p-locations__box-head span {
  position: absolute;
  bottom: 1.25rem;
  right: 0.9375rem;
  display: inline-block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media screen and (max-width: 767px) {
  .p-locations__item--l .p-locations__box-head span {
    bottom: 0.8125rem;
    right: 0.875rem;
  }
}

.p-locations__item--r .p-locations__box-head {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}

.p-locations__item--l .p-locations__box-head {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.p-locations__box-body {
  text-align: center;
  width: calc(100% - 10.1875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media screen and (max-width: 767px) {
  .p-locations__box-body {
    width: calc(100% - 5.625rem);
  }
}

.p-locations__item--r .p-locations__box-body {
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-locations__item--r .p-locations__box-body {
    padding-right: 1.5625rem;
  }
}

.p-locations__item--l .p-locations__box-body {
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-locations__item--l .p-locations__box-body {
    padding-left: 1.5625rem;
  }
}

.p-locations__name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #063066;
  font-family: "Roboto", sans-serif;
  line-height: 1.3214285714;
  margin-top: 2.1875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-locations__name {
    font-size: 1.375rem;
    margin-top: 1.1875rem;
    margin-bottom: 0.9375rem;
  }
}

.p-locations__meta {
  list-style: disc;
  font-size: 1rem;
  font-weight: 500;
  color: #063066;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-locations__meta {
    font-size: 0.875rem;
    margin-bottom: 1.1875rem;
  }
}

.p-locations__meta li {
  text-align: left;
  line-height: 1.4375;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-locations__meta li {
    margin-bottom: 0.1875rem;
  }
}

.p-locations__item + .p-locations__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-locations__item + .p-locations__item {
    margin-top: 12.5rem;
  }
}

.p-locations__tmp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
}

.p-main {
  position: relative;
  z-index: 1;
}

.p-management {
  background-color: #EEEEEE;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-management {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    scroll-margin-top: 5rem;
  }
}

.p-management__ttl span {
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .p-management__ttl span {
    font-size: 0.8125rem;
    margin-top: 0.625rem;
  }
}

.p-management__media {
  width: 55.8125rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-management__media {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-management__media picture,
.p-management__media img {
  width: 100%;
  height: auto;
}

.p-management__dx-ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #063066;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58.5rem;
}
@media screen and (max-width: 767px) {
  .p-management__dx-ttl {
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 1.625rem;
  }
}

.p-management__dx-ttl::before,
.p-management__dx-ttl::after {
  background-color: #ff6f00;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.625rem;
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
}
@media screen and (max-width: 767px) {
  .p-management__dx-ttl::before,
  .p-management__dx-ttl::after {
    height: 0.4375rem;
  }
}

.p-management__dx-ttl::before {
  margin-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-management__dx-ttl::before {
    margin-right: 0.625rem;
  }
}

.p-management__dx-ttl::after {
  margin-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-management__dx-ttl::after {
    margin-left: 0.625rem;
  }
}

.p-management__dx-txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #063066;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-management__dx-txt {
    font-size: 1rem;
    margin-bottom: 2.625rem;
  }
}

.p-management__dx-txt span {
  font-size: 1.75rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #EBFF00));
  background: linear-gradient(transparent 60%, #EBFF00 40%);
}
@media screen and (max-width: 767px) {
  .p-management__dx-txt span {
    font-size: 1.5rem;
  }
}

.p-management__img {
  width: 70.25rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-management__img {
    width: 100%;
  }
}

.p-management__media picture,
.p-management__media img {
  width: 100%;
  height: auto;
}

.p-material__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 4.875rem;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .251);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .251);
}
@media screen and (max-width: 767px) {
  .p-material__inner {
    padding-right: 0.375rem;
  }
}

.p-material__main {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.p-material__head {
  background-color: #ff6f00;
  height: 14.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-material__head {
    height: 24.8837209302vw;
  }
}

.p-material__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/supply-chain/material.png) no-repeat center/contain;
  width: 47.8125rem;
  height: 16.375rem;
  -webkit-transform: translateX(var(--translateX));
          transform: translateX(var(--translateX));
  opacity: var(--opacity);
  visibility: var(--visibility);
}
@media screen and (max-width: 767px) {
  .p-material__head::before {
    width: 54.6511627907vw;
    height: 24.8837209302vw;
    background: url(../images/supply-chain/material.png) no-repeat center right/cover;
  }
}

.p-material__head-txt {
  position: absolute;
  bottom: 0;
  right: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-material__head-txt {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-material__head-txt span:first-child {
  font-size: min(1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p-material__head-txt span:first-child {
    font-size: 3.7209302326vw;
    line-height: 1.6;
  }
}

.p-material__head-txt span:nth-child(2) {
  font-size: min(4.5138888889vw, 65px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: capitalize;
  line-height: 0.9;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-material__head-txt span:nth-child(2) {
    font-size: 6.0465116279vw;
  }
}

.p-material__head-txt span:nth-child(2)::first-letter {
  color: #063066;
}

.p-material__head-txt span:last-child {
  font-size: min(4.5138888889vw, 65px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  margin-left: 4.8611111111vw;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-material__head-txt span:last-child {
    font-size: 6.0465116279vw;
    margin-left: 5.3488372093vw;
  }
}

.p-material__body {
  width: 100%;
  margin-top: 6.5rem;
  padding-bottom: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-material__body {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-material__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.4375rem;
     -moz-column-gap: 2.4375rem;
          column-gap: 2.4375rem;
  row-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-material__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.875rem;
  }
}

.p-material__grid-col {
  background-color: #E8E8E8;
  padding: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-material__grid-col {
    padding: 1.875rem 0.9375rem;
  }
}

.p-material__grid-col:last-of-type {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .p-material__grid-col:last-of-type {
    grid-column: 1;
  }
}

.p-material__gird-head {
  background-color: #063066;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: 0.03em;
  padding: 0.625rem 4.375rem 0.625rem 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(0 0, calc(100% - 3.4375rem) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 3.4375rem) 0, 100% 100%, 0 100%);
  margin-bottom: 1.875rem;
  margin-left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-material__gird-head {
    font-size: 1.125rem;
    margin-bottom: 1.3125rem;
  }
}

.p-material__gird-head::before {
  content: "";
  display: inline-block;
  background: url(../images/supply-chain/logo_s.svg) no-repeat center/contain;
  width: 3.125rem;
  height: 2.25rem;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-material__gird-head::before {
    width: 2.4375rem;
    height: 1.8125rem;
    margin-right: 0.625rem;
  }
}

.p-material__gird-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #063066;
}
@media screen and (max-width: 767px) {
  .p-material__gird-text {
    font-size: max(0.875rem, 12px);
    line-height: 2.1428571429;
  }
}

.p-material__gird-text.image-box::after {
  content: "";
  position: absolute;
  background: url(../images/supply-chain/box.svg) no-repeat center/contain;
  left: 50%;
  bottom: 1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12.5rem;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-material__gird-text.image-box::after {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.p-material__gird-text.image-world::after {
  content: "";
  position: absolute;
  background: url(../images/supply-chain/world.svg) no-repeat center/contain;
  left: 50%;
  bottom: 1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12.5rem;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-material__gird-text.image-world::after {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.p-material__gird-img {
  width: 100%;
  height: auto;
}

.p-material__gird-img picture,
.p-material__gird-img img {
  width: 100%;
  height: auto;
}

.p-mv-u {
  width: 100%;
  height: 27.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv-u {
    height: 17.375rem;
  }
}

.thanks .p-mv-u,
.error404 .p-mv-u,
.single .p-mv-u,
.policy .p-mv-u {
  background: url(../images/others/mv.png) no-repeat top/cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.25rem), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.25rem), 0 100%);
}
@media screen and (max-width: 767px) {
  .thanks .p-mv-u,
  .error404 .p-mv-u,
  .single .p-mv-u,
  .policy .p-mv-u {
    background: url(../images/others/mv_sp.png) no-repeat top/cover;
  }
}

.p-mv-u::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.4375rem;
  background: #ff6f00;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1.125rem, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 1.125rem, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv-u::before {
    height: 7.1875rem;
  }
}

.thanks .p-mv-u::before,
.error404 .p-mv-u::before,
.single .p-mv-u::before,
.policy .p-mv-u::before {
  content: none;
}

.p-mv-u::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#063066), to(#0653B5));
  background: linear-gradient(90deg, #063066 0%, #0653B5 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.25rem), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.25rem), 0 100%);
  z-index: -2;
}

.thanks .p-mv-u::after,
.error404 .p-mv-u::after,
.single .p-mv-u::after,
.policy .p-mv-u::after {
  content: none;
}

.p-mv-u__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5.5rem;
  padding-left: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv-u__inner {
    padding-top: 3.875rem;
    padding-left: 6.976744186vw;
  }
}

.thanks .p-mv-u__inner,
.error404 .p-mv-u__inner,
.single .p-mv-u__inner,
.policy .p-mv-u__inner {
  padding-left: 0;
}

.p-mv-u__head {
  width: 43.1875rem;
  z-index: 1;
}

.p-mv-u__body {
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
  width: 43.1875rem;
  height: 25.4375rem;
}
@media screen and (max-width: 767px) {
  .p-mv-u__body {
    width: 54.4186046512vw;
    height: auto;
    right: 3.488372093vw;
    top: auto;
    bottom: -4.6875rem;
  }
}

.thanks .p-mv-u__head,
.error404 .p-mv-u__head,
.single .p-mv-u__head,
.policy .p-mv-u__head {
  width: 100%;
}

.p-mv-u__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mv-u__body picture,
.p-mv-u__body img {
  width: 43.1875rem;
  height: auto;
}

.p-mv-u__ttl {
  color: #fff;
  font-size: 5.625rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mv-u__ttl {
    font-size: 2.5rem;
    margin-bottom: 1.5625rem;
  }
}

.thanks .p-mv-u__ttl,
.policy .p-mv-u__ttl,
.error404 .p-mv-u__ttl {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .thanks .p-mv-u__ttl,
  .policy .p-mv-u__ttl,
  .error404 .p-mv-u__ttl {
    font-size: 2.5rem;
  }
}

.single .p-mv-u__ttl {
  font-size: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .single .p-mv-u__ttl {
    font-size: 1.625rem;
  }
}

.p-mv-u__ttl span {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4375;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mv-u__ttl span {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}

.p-mv-u__ttl span::before {
  content: "";
  display: inline-block;
  background: url(../images/common/head-image.png) no-repeat center/contain;
  width: 1.75rem;
  height: 2.25rem;
  margin-right: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mv-u__ttl span::before {
    width: 1.25rem;
    height: 1.5625rem;
    margin-right: 0.3125rem;
  }
}

.p-mv-u__text {
  color: #fff;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-mv-u__text {
    font-size: max(0.875rem, 12px);
  }
}

.p-mv {
  width: 100%;
  aspect-ratio: 1440/725;
  background-color: rgba(255, 255, 255, .6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 430/332;
  }
}

.p-mv picture {
  padding-top: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .p-mv picture {
    padding-top: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
  }
}

.p-mv picture,
.p-mv picture img {
  width: 90.6944444444vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mv picture,
  .p-mv picture img {
    width: 100%;
    height: auto;
  }
}

.p-mv__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-mv__video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-mv__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__map {
    display: none;
  }
}

.p-mv__mapLink {
  display: block;
  position: absolute;
}

.p-mv__mapLink.irvine {
  width: 12.8472222222vw;
  height: 7.2916666667vw;
  top: 5.9027777778vw;
  left: 10.7638888889vw;
}

.p-mv__mapLink.anaheim {
  width: 12.8472222222vw;
  height: 7.2916666667vw;
  top: 32.2916666667vw;
  left: 4.5138888889vw;
}

.p-mv__mapLink.reidsville {
  width: 13.5416666667vw;
  height: 7.2916666667vw;
  top: 9.7222222222vw;
  left: 32.9861111111vw;
}

.p-mv__mapLink.savannah {
  width: 10.7638888889vw;
  height: 7.2916666667vw;
  top: 26.7361111111vw;
  left: 39.5833333333vw;
}

.p-mv__mapLink-sp {
  display: block;
  position: absolute;
}

.p-mv__mapLink-sp.irvine {
  width: 31.3953488372vw;
  height: 18.6046511628vw;
  top: 4.6511627907vw;
  left: 3.488372093vw;
}

.p-mv__mapLink-sp.anaheim {
  width: 31.3953488372vw;
  height: 18.6046511628vw;
  top: 59.3023255814vw;
  left: 1.6279069767vw;
}

.p-mv__mapLink-sp.reidsville {
  width: 31.3953488372vw;
  height: 18.6046511628vw;
  top: 22.0930232558vw;
  left: 37.2093023256vw;
}

.p-mv__mapLink-sp.savannah {
  width: 27.9069767442vw;
  height: 18.6046511628vw;
  top: 41.8604651163vw;
  left: 34.8837209302vw;
}

.p-mv__map-sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__map-sp {
    display: block;
  }
}

.p-news-list {
  margin-top: 6.25rem;
  margin-bottom: 13.75rem;
  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-news-list__main {
  width: 52.25rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__main {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 3.75rem;
  }
}

.p-news-list__sidebar {
  width: 19.3125rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__sidebar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

.p-news-list__heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #063066;
  line-height: 1.2857142857;
  border-bottom: 1px solid rgba(6, 48, 102, .4);
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__heading {
    width: 100%;
    margin-bottom: 0.625rem;
    font-size: 1.375rem;
  }
}

.p-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
  padding: 1.875rem 2.25rem;
  position: relative;
  background-color: #F2F2F2;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
}
@media screen and (max-width: 767px) {
  .p-news-list__link {
    padding: 1.5625rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
@media screen and (max-width: 599px) {
  .p-news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}

.p-news-list__item + .p-news-list__item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__item + .p-news-list__item {
    margin-top: 1.25rem;
  }
}

.p-news-list__image {
  width: 16.6875rem;
  height: 11.9375rem;
}
@media screen and (max-width: 599px) {
  .p-news-list__image {
    width: 100%;
    height: auto;
  }
}

.p-news-list__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 267/191;
}

.p-news-list__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-news-list__cat {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #ff6f00;
  padding: 0.3125rem 1.0625rem;
  line-height: 1.1764705882;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__cat {
    font-size: max(0.75rem, 12px);
    padding: 0.1875rem 0.625rem;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 599px) {
  .p-news-list__cat {
    font-size: max(0.75rem, 11px);
  }
}

.p-news-list__date {
  font-family: "Roboto", sans-serif;
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #063066;
}
@media screen and (max-width: 767px) {
  .p-news-list__date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .p-news-list__date {
    font-size: max(0.875rem, 12px);
  }
}

.p-news-list__title {
  font-size: max(1.25rem, 14px);
  font-weight: 500;
  color: #063066;
  line-height: 1.4;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__title {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 599px) {
  .p-news-list__title {
    font-size: max(1rem, 14px);
  }
}

.p-news-list__text {
  font-size: max(1rem, 12px);
  font-weight: 400;
  color: #063066;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-news-list__text {
    font-size: max(0.875rem, 12px);
  }
}
@media screen and (max-width: 599px) {
  .p-news-list__text {
    font-size: max(0.75rem, 12px);
  }
}

.navigation.pagination {
  margin-bottom: 5.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .navigation.pagination {
    margin-bottom: 5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.navigation.pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation.pagination ul.page-numbers li {
  margin: 0 0.1875rem;
}

.navigation.pagination span.current {
  background-color: #063066;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  color: #fff;
  font-size: 1rem;
  border-radius: 0.5rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .navigation.pagination span.current {
    font-size: 0.875rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.navigation.pagination a.page-numbers {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  color: #063066;
  font-weight: 400;
  border: 1px solid #C4DEFF;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .navigation.pagination a.page-numbers {
    font-size: 0.875rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

ul.page-numbers > li + ul.page-numbers > li {
  margin-left: 0.625rem;
}

.navigation.pagination .prev.page-numbers {
  border: none;
  margin-right: 2.3125rem;
  position: relative;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  border: 1px solid #C4DEFF;
}

.navigation.pagination .next.page-numbers {
  border: none;
  margin-left: 2.3125rem;
  position: relative;
  border: 1px solid #C4DEFF;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .next.page-numbers {
    margin-left: 0.9375rem;
  }
}

.navigation.pagination .prev.page-numbers::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-left: 0.1875rem solid #063066;
  border-bottom: 0.1875rem solid #063066;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%) rotate(45deg);
          transform: translate(-40%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .navigation.pagination .prev.page-numbers::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-left: 2px solid #063066;
    border-bottom: 2px solid #063066;
  }
}

.navigation.pagination .next.page-numbers::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: 3px solid #063066;
  border-top: 3px solid #063066;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .navigation.pagination .next.page-numbers::after {
    width: 0.4375rem;
    height: 0.4375rem;
    border-right: 2px solid #063066;
    border-top: 2px solid #063066;
  }
}

.p-news-list__notexist {
  font-size: 1.125rem;
  color: #063066;
}
@media screen and (max-width: 767px) {
  .p-news-list__notexist {
    font-size: 1rem;
  }
}

.p-news {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background: url(../images/top/news_back.jpg) no-repeat center/cover;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 2.8125rem;
    padding-bottom: 5rem;
    background: url(../images/top/news_back_sp.jpg) no-repeat center/cover;
    scroll-margin-top: 5rem;
  }
}

.p-news__heading {
  position: relative;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-news__heading {
    margin-bottom: 2.6875rem;
  }
}

.p-news__heading::after {
  content: "news";
  text-transform: uppercase;
  font-size: 11.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  position: absolute;
  bottom: -1.25rem;
  left: 10.3125rem;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 3px rgba(255, 111, 0, .5);
  text-stroke: 3px rgba(255, 111, 0, .5);
}
@media screen and (max-width: 767px) {
  .p-news__heading::after {
    font-size: 5rem;
    line-height: 1;
    -webkit-text-stroke: 2px rgba(255, 111, 0, .5);
    text-stroke: 2px rgba(255, 111, 0, .5);
    bottom: -0.3125rem;
    left: 6.5625rem;
  }
}

.p-news__heading span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #063066;
  line-height: 1.4375;
  letter-spacing: 0.03em;
  margin-bottom: 0.3125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news__heading span {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.3125rem;
  }
}

.p-news__heading h2 {
  font-size: 6.25rem;
  font-weight: 700;
  color: #063066;
  font-family: "Roboto", sans-serif;
  line-height: 0.83;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news__heading h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.p-news__heading h2::first-letter {
  color: #ff6f00;
}

.p-news__main {
  max-width: 56.25rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(6, 48, 102, .4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-news__date {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #063066;
  line-height: 1.7777777778;
  margin-right: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-right: 0.9375rem;
  }
}

.p-news__cat {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #ff6f00;
  line-height: 1.4285714286;
  margin-right: 1.875rem;
  padding: 0.3125rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-news__cat {
    font-size: max(0.75rem, 11px);
    margin-right: 0;
    padding: 0.1875rem 0.625rem;
    margin-bottom: 0.1875rem;
  }
}

.p-news__text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #063066;
  line-height: 1.7777777778;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    font-size: 1rem;
    margin-left: 0.625rem;
    width: 100%;
  }
}

.p-page {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-page {
    margin-top: 5rem;
  }
}

.p-page__toTop {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #063066;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
@media screen and (max-width: 599px) {
  .p-page__toTop {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-page__toTop::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 55%;
  left: 50%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
@media screen and (max-width: 767px) {
  .p-page__toTop::after {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media screen and (max-width: 599px) {
  .p-page__toTop::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.p-page__toTop:hover {
  opacity: 1;
}

.p-page__toTop:hover::after {
  top: 50%;
}

.p-page__toTop.toTop {
  opacity: 1;
  visibility: visible;
}

.p-policy {
  margin-top: 6.25rem;
  margin-bottom: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    margin-top: 2.5rem;
    margin-bottom: 16.875rem;
  }
}

.p-policy__main {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-policy__head {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  line-height: 1.3888888889;
  color: #063066;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-policy__head {
    font-size: max(1rem, 12px);
    line-height: 1.7857142857;
    margin-bottom: 1.875rem;
  }
}

.p-policy__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.0416666667;
  color: #063066;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy__heading {
    font-size: max(1.125rem, 14px);
    margin-bottom: 0.625rem;
  }
}

.p-policy__heading::before {
  content: "";
  display: inline-block;
  background: url(../images/common/head-image.png) no-repeat center/contain;
  width: 1.6875rem;
  height: 2.0625rem;
  margin-right: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-policy__heading::before {
    width: 0.9375rem;
    height: 1.25rem;
    margin-right: 0.5625rem;
  }
}

.p-policy__text {
  margin-left: 2.25rem;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  line-height: 1.3888888889;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: max(1rem, 12px);
    line-height: 1.7857142857;
  }
}

.p-policy__grp {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy__grp {
    margin-bottom: 2.5rem;
  }
}

.p-policy__contact {
  margin-left: 2.25rem;
  margin-top: 0.9375rem;
}

.p-policy__contact-head {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #063066;
  margin-bottom: 0.625rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-policy__contact-head {
    font-size: max(0.75rem, 12px);
  }
}

.p-policy__contact-text {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  line-height: 1.3888888889;
  color: #063066;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-policy__contact-text {
    font-size: max(0.75rem, 12px);
    margin-bottom: 0.3125rem;
  }
}

.p-policy__table {
  width: 100%;
  font-size: max(1.125rem, 12px);
  margin-top: 0.9375rem;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-policy__table {
    margin-left: 0;
  }
}

.p-policy__table-head {
  background-color: #F2F2F2;
  padding: 1.25rem 1rem;
  font-weight: 700;
  line-height: 1.3888888889;
  width: 40%;
  border: 1px solid #063066;
}
@media screen and (max-width: 767px) {
  .p-policy__table-head {
    width: 8.8125rem;
    padding: 0.875rem 1.25rem;
  }
}

.p-policy__table-body {
  width: 60%;
  padding: 1.25rem 1.9375rem;
  font-weight: 500;
  line-height: 1.3888888889;
  border: 1px solid #063066;
}
@media screen and (max-width: 767px) {
  .p-policy__table-body {
    padding: 0.875rem 1.875rem;
  }
}

.p-policy__table-body li {
  margin-bottom: 0.1875rem;
  list-style: disc;
}

.p-quality__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 4.875rem;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
}
@media screen and (max-width: 767px) {
  .p-quality__inner {
    padding-left: 0.375rem;
  }
}

.p-quality__main {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.p-quality__head {
  background-color: #ff6f00;
  height: 14.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-quality__head {
    height: 24.8837209302vw;
  }
}

.p-quality__head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/supply-chain/quality.png) no-repeat center/contain;
  width: 47.875rem;
  height: 16.6875rem;
  -webkit-transform: translateX(var(--translateX));
          transform: translateX(var(--translateX));
  opacity: var(--opacity);
  visibility: var(--visibility);
}
@media screen and (max-width: 767px) {
  .p-quality__head::before {
    width: 54.1860465116vw;
    height: 24.8837209302vw;
    background: url(../images/supply-chain/quality.png) no-repeat center left/cover;
  }
}

.p-quality__head-txt {
  position: absolute;
  bottom: 0.625rem;
  left: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-quality__head-txt {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-quality__head-txt span:first-child {
  font-size: min(1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p-quality__head-txt span:first-child {
    font-size: 3.7209302326vw;
    line-height: 1.6;
  }
}

.p-quality__head-txt span:nth-child(2) {
  font-size: min(4.5138888889vw, 65px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: capitalize;
  line-height: 0.9;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-quality__head-txt span:nth-child(2) {
    font-size: 6.0465116279vw;
  }
}

.p-quality__head-txt span:nth-child(2)::first-letter {
  color: #063066;
}

.p-quality__head-txt span:last-child {
  font-size: min(4.5138888889vw, 65px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  margin-left: 4.8611111111vw;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-quality__head-txt span:last-child {
    font-size: 6.0465116279vw;
    margin-left: 5.3488372093vw;
  }
}

.p-quality__body {
  width: 100%;
  margin-top: 6.5rem;
  padding-bottom: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-quality__body {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-quality__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.p-quality__grid-col {
  background-color: #E8E8E8;
  padding: 1.875rem;
}

.p-quality__gird-head {
  background-color: #063066;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: 0.03em;
  padding: 0.625rem 4.375rem 0.625rem 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(0 0, calc(100% - 3.4375rem) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 3.4375rem) 0, 100% 100%, 0 100%);
  margin-bottom: 1.875rem;
  margin-left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-quality__gird-head {
    font-size: 1.125rem;
    margin-bottom: 1.3125rem;
  }
}

.p-quality__gird-head::before {
  content: "";
  display: inline-block;
  background: url(../images/supply-chain/logo_s.svg) no-repeat center/contain;
  width: 3.125rem;
  height: 2.25rem;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-quality__gird-head::before {
    width: 2.4375rem;
    height: 1.8125rem;
    margin-right: 0.625rem;
  }
}

.p-quality__gird-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #063066;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-quality__gird-text {
    font-size: max(0.875rem, 12px);
    line-height: 2.1428571429;
  }
}

.p-quality__gird-text.image-tool::after {
  content: "";
  position: absolute;
  background: url(../images/supply-chain/tool.svg) no-repeat center/contain;
  left: 50%;
  bottom: -3.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.25rem;
  height: 17.875rem;
}
@media screen and (max-width: 767px) {
  .p-quality__gird-text.image-tool::after {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-quality__gird-img {
  width: 100%;
  height: auto;
}

.p-quality__gird-img picture,
.p-quality__gird-img img {
  width: 100%;
  height: auto;
}

.p-reasons {
  padding-top: 6.1875rem;
  padding-bottom: 11.25rem;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reasons {
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
    scroll-margin-top: 5rem;
  }
}

.p-reasons__content {
  margin-top: 10.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reasons__content {
    margin-top: 5rem;
  }
}

.p-reasons__content.p-material::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  background-color: #063066;
  -webkit-clip-path: polygon(calc(100% - 28.125vw) 0, 100% 0, 100% 100%, 33.8888888889vw 100%);
          clip-path: polygon(calc(100% - 28.125vw) 0, 100% 0, 100% 100%, 33.8888888889vw 100%);
  width: 100%;
  height: calc(100% + 10rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-reasons__content.p-material::after {
    top: -2.5rem;
    height: calc(100% + 5rem);
    -webkit-clip-path: polygon(calc(100% - 39.53488vw) 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(calc(100% - 39.53488vw) 0, 100% 0, 100% 100%, 0 100%);
  }
}

.p-reasons__content.p-quality::after {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  background-color: #063066;
  -webkit-clip-path: polygon(0 0, 28.8194444444vw 0, 66.3194444444vw 100%, 0 100%);
          clip-path: polygon(0 0, 28.8194444444vw 0, 66.3194444444vw 100%, 0 100%);
  width: 100%;
  height: calc(100% + 10rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-reasons__content.p-quality::after {
    top: -2.5rem;
    height: calc(100% + 5rem);
    -webkit-clip-path: polygon(0 0, 39.5348837209vw 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 39.5348837209vw 0, 100% 100%, 0 100%);
  }
}

.p-reasons__content + .p-reasons__content {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-reasons__content + .p-reasons__content {
    margin-top: 9.375rem;
  }
}

.p-recent-post__heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2857142857;
  color: #063066;
  border-bottom: 1px solid rgba(6, 48, 102, .4);
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recent-post__heading {
    font-size: 1.375rem;
    padding-bottom: 0.3125rem;
  }
}

.p-recent-post__item a {
  width: 100%;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recent-post__item a {
    padding: 0.625rem;
  }
}

.p-recent-post__img {
  width: 8.5rem;
  height: 6.25rem;
}

.p-recent-post__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 136/100;
}

.p-recent-post__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-recent-post__date {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3076923077;
  margin-bottom: 0.375rem;
  color: #063066;
  font-family: "Roboto", sans-serif;
}

.p-recent-post__ttl {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4285714286;
  margin-bottom: 0.6875rem;
  color: #063066;
}

.p-recent-post__cat {
  font-size: max(0.6875rem, 11px);
  font-weight: 500;
  color: #fff;
  background-color: #ff6f00;
  padding: 0.3125rem 0.625rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3px;
}

.p-service {
  background: linear-gradient(148.43deg, #E1E1E1 0%, #F6F6F6 96.95%);
  padding-bottom: 20.625rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.25rem), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.25rem), 0 100%);
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.1875rem), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.1875rem), 0 100%);
    padding-bottom: 17.5rem;
    scroll-margin-top: 5rem;
  }
}

.p-service__head-l {
  background-color: #063066;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-clip-path: polygon(0 0, 54.5138888889vw 0, 79.8611111111vw 100%, 0 100%);
          clip-path: polygon(0 0, 54.5138888889vw 0, 79.8611111111vw 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-service__head-l {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.p-service__head-l span {
  font-size: 2rem;
  font-weight: 700;
  color: #ff6f00;
  line-height: 1.4375;
  letter-spacing: 0.03em;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__head-l span {
    font-size: 1.25rem;
  }
}

.p-service__head-l h2 {
  font-size: 6.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 0.8;
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-service__head-l h2 {
    font-size: 3rem;
  }
}

.p-service__head-r {
  background-color: #ff6f00;
  text-align: right;
  padding-top: 5.3125rem;
  margin-top: -11.875rem;
  -webkit-clip-path: polygon(68.2638888889vw 0, 100% 0, 100% 100%, 44.3055555556vw 100%);
          clip-path: polygon(68.2638888889vw 0, 100% 0, 100% 100%, 44.3055555556vw 100%);
}
@media screen and (max-width: 767px) {
  .p-service__head-r {
    padding-top: 4.25rem;
    margin-top: -6.25rem;
    -webkit-clip-path: polygon(62.3255813953vw 0, 100% 0, 100% 100%, 34.8837209302vw 100%);
            clip-path: polygon(62.3255813953vw 0, 100% 0, 100% 100%, 34.8837209302vw 100%);
  }
}

.p-service__head-r span {
  font-size: min(12.1527777778vw, 175px);
  font-weight: 700;
  color: rgba(255, 255, 255, .6);
  line-height: 0.8571428571;
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  margin-top: 1.25rem;
  top: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__head-r span {
    font-size: 4.0625rem;
    top: 0.3125rem;
  }
}

.p-service__heading {
  font-size: 3rem;
  font-weight: 700;
  color: #063066;
  line-height: 1.25;
  margin-top: 5rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service__heading {
    font-size: max(1.25rem, 16px);
    margin-top: 2.5rem;
    margin-bottom: 0.9375rem;
  }
}

.p-service__heading::before {
  content: "";
  background: url(../images/common/heading.svg) no-repeat center/contain;
  width: 2.4375rem;
  height: 3.0625rem;
  display: inline-block;
  margin-right: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__heading::before {
    width: 1.0625rem;
    height: 1.375rem;
    margin-right: 0.3125rem;
  }
}

.p-service__text {
  font-size: 1.375rem;
  font-weight: 500;
  color: #063066;
  line-height: 1.4545454545;
  text-align: left;
  letter-spacing: 0.03em;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: max(0.875rem, 12px);
  }
}

.p-service__text.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-service__text.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.p-service__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
  margin-top: 5rem;
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-service__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
    margin-bottom: 4.6875rem;
    row-gap: 2.5rem;
  }
}

.p-service__card {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .102);
  background-color: #fff;
}

.p-service__card-head {
  background-color: #063066;
  text-align: center;
  padding: 1rem 0;
  position: relative;
}

.p-service__card-head::after {
  content: "";
  position: absolute;
  bottom: -0.8125rem;
  left: 5.0625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.4375rem solid transparent;
  border-left: 1.4375rem solid transparent;
  border-top: 1.25rem solid #063066;
  border-bottom: 0;
}

.p-service__card-head span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4166666667;
  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;
}

.p-service__card-head span::before {
  content: "";
  background: url(../images/common/base-logo.svg) no-repeat center/contain;
  width: 4.0625rem;
  height: 2.9375rem;
  display: inline-block;
  margin-right: 0.375rem;
}

.p-service__card-body {
  background-color: #fff;
  padding: 2.0625rem 2.1875rem;
}

.p-service__card-media {
  width: 18.75rem;
  height: auto;
  aspect-ratio: 300/200;
  margin-bottom: 1.25rem;
}

.p-service__card-media picture,
.p-service__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__card-text {
  font-size: max(1rem, 12px);
  font-weight: 500;
  color: #063066;
  line-height: 1.4375;
}

.p-single {
  margin-bottom: 18.75rem;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    margin-bottom: 12.5rem;
  }
}

.p-single__head {
  width: 100%;
}

.p-single__heading {
  font-size: 3.4375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  color: #fff;
}

.p-single__date {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 1.125rem;
  }
}

.p-single__date::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 2.25rem;
  background: url(../images/common/head-image.png) no-repeat center/contain;
  margin-right: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__date::before {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.3125rem;
  }
}

.post-thumbnail {
  margin-bottom: 1.25rem;
}

.p-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-content {
  margin-top: 0;
}

.p-single__btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__btn {
    margin-bottom: 3.75rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-single__cat {
  color: #fff;
  font-size: myre(20);
  line-height: 1.4;
  padding: 0.375rem 1.875rem;
  background: #ff6f00;
  font-weight: 700;
  margin-left: 1.25rem;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-single__cat {
    font-size: 0.875rem;
    padding: 0.3125rem 1rem;
    margin-left: 0.625rem;
  }
}

.p-thanks {
  padding-top: 6.1875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-thanks__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-thanks__head {
  font-size: 6.25rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #063066;
  line-height: 1.33;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__head {
    font-size: 3rem;
  }
}

.p-thanks__head-under {
  font-size: 2.375rem;
  font-weight: 700;
  color: #ff6f00;
  line-height: 0.5208333333;
  margin-bottom: 5.25rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-thanks__head-under {
    font-size: 1.25rem;
    margin-bottom: 2.875rem;
  }
}

.p-thanks__text {
  font-size: 1.625rem;
  font-weight: 500;
  color: #063066;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: max(1.125rem, 12px);
  }
}

.p-thanks__remark {
  text-align: left;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  color: #063066;
  display: block;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__remark {
    font-size: max(0.875rem, 12px);
    margin-bottom: 2.5rem;
  }
}

.p-thanks__remark span {
  display: block;
}

.p-thanks__remark span:last-child {
  margin-left: 1rem;
}

.bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bogo-language-switcher li {
  cursor: default;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 10px;
  text-align: center;
  width: 100%;
  height: 3.125rem;
  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;
}

.bogo-language-switcher .ja {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.bogo-language-switcher .en-US {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.bogo-language-name {
  display: block;
  width: 100%;
  height: 100%;
}

.bogo-language-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #063066;
  font-weight: 500;
}

.home .bogo-language-name a {
  color: #ff6f00;
}

.home .bogo-language-name a.current {
  color: #999999;
}

.bogo-language-name a:hover {
  color: #fff;
  background-color: #063066;
  opacity: 1;
}

.home .bogo-language-name a:hover {
  color: #fff;
  background-color: #ff6f00;
}

.bogoflags {
  display: none;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.cky-consent-bar {
  background-color: rgba(51, 51, 51, .9) !important;
}

.wpcf7-spinner {
  -webkit-transform: skewX(0deg) !important;
          transform: skewX(0deg) !important;
}

.p-contactform__consent .wpcf7-list-item-label {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: max(1.25rem, 12px);
}

.wpcf7-radio .wpcf7-list-item {
  margin-top: 5px;
  display: block;
  margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .u-policy {
    padding: 0 !important;
  }
}

.u-policy .wp-block-cover__image-background {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  width: 100%;
  height: auto;
}

.u-policy__heading {
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1.4166666667;
  color: #063066 !important;
  text-align: center;
  margin-bottom: 2.125rem;
}

.u-policy__text {
  font-size: max(1rem, 12px) !important;
  font-weight: 500;
  line-height: 1.4375;
  color: #063066 !important;
  text-align: left;
  margin-bottom: 2.125rem;
}

@media screen and (max-width: 767px) {
  .u-policy__list {
    margin-left: 0;
  }
}

.u-policy__list-head {
  list-style: decimal;
  font-size: max(1.125rem, 16px);
  font-weight: 700;
  line-height: 1.3888888889;
  color: #063066;
  margin-bottom: 1.375rem;
  position: relative;
}

.u-policy__list-head::before {
  content: "";
  background: url(../images/contact/policy-icon.png) no-repeat center/contain;
  width: 1.375rem;
  height: 1.625rem;
  position: absolute;
  top: 0;
  left: -3.125rem;
}

.u-policy__list2 {
  margin-left: 0;
}

.u-policy__list2-head {
  list-style: none;
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #063066;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.u-policy__list3 {
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .u-policy__list3 {
    margin-left: 1.25rem;
  }
}

.u-policy__list3-head {
  list-style: disc;
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #063066;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.pum-theme-lightbox.pum-container {
  border: none;
}

.pum-theme-lightbox .pum-container {
  border: none !important;
}

@media screen and (max-width: 767px) {
  .pum-container.popmake {
    max-width: 90% !important;
    left: 50% !important;
    top: 50px !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*# sourceMappingURL=styles.css.map */
