@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: 700;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

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

.p-template-business-icons ul li span:before, .p-vision-features article:nth-of-type(4):after, .p-vision-vision__content02 article:nth-of-type(2) p:before, .p-vision-vision__content02 article:nth-of-type(1) p:before, .p-home-recruit h2:before, .p-home-mv .l-wrapper:before, .c-icon:after, .l-header-logo h1 a:before, .l-header-logo p a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-template-business .p-page-header .l-wrapper:after, .p-business ul li a:before, .p-company-links .link-image > div a:before, .p-home-recruit__img02, .p-home-recruit__img01 div, .p-home-recruit__img01:before, .p-home-recruit__img02:before, .p-home-product ul li a div:before, .p-home-business, .p-home-mv__slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-business ul li a p i:before, .p-company-links .link-image > div a p i:before, .l-footer__nav nav:nth-of-type(2) > div > a:before, .l-gnav__level2 > ul > li > a:before {
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

html, body {
  color: #1c1c1c;
  background-color: #ffffff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
  word-break: break-word;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px #3b82f6 solid;
  outline-offset: 2px;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #666666;
}
button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px #3b82f6 solid;
  outline-offset: 2px;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.7;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/* js
------------------------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    width: 87.5vw;
  }
}

.l-header {
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 15vw;
  }
}
.l-header__wrapper {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .l-header__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 0 6.25vw;
  }
}
.l-header-logo {
  text-align: right;
}
.l-header-logo h1, .l-header-logo p {
  font-size: 0;
}
.l-header-logo h1 a, .l-header-logo p a {
  display: block;
}
.l-header-logo h1 a:before, .l-header-logo p a:before {
  content: "";
  background-image: url(../images/common/logo.svg);
  width: 340px;
  height: 43px;
  display: block;
}
@media screen and (max-width: 1120px) {
  .l-header-logo h1 a:before, .l-header-logo p a:before {
    width: 273px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-logo h1 a:before, .l-header-logo p a:before {
    width: 68.25vw;
    height: 7.5vw;
  }
}
.l-header-logo span {
  font-size: 1.2rem;
  padding-right: 5%;
}
@media screen and (max-width: 1120px) {
  .l-header-logo span {
    font-size: 9px;
    padding-right: 6%;
  }
}
@media screen and (max-width: 768px) {
  .l-header-logo span {
    font-size: 2.125vw;
    padding-right: 8%;
  }
}
.l-header-content {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-header-content {
    display: none;
    color: #ffffff;
    background-color: #115fad;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 50px 20px;
    position: absolute;
    top: 60px;
    left: 0;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header-content {
    height: calc(100vh - 15vw);
    padding: 6.25vw 6.25vw 25vw 6.25vw;
    top: 15vw;
  }
}
.l-header-content.is-active {
  display: block;
}
.l-header-gnavBtn {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  display: none;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .l-header-gnavBtn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.l-header-gnavBtn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header-gnavBtn button i {
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button i {
    width: 5.625vw;
    height: 5.625vw;
  }
}
.l-header-gnavBtn button i:before, .l-header-gnavBtn button i:after {
  content: "";
  background-color: #115fad;
  width: 45px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button i:before, .l-header-gnavBtn button i:after {
    width: 5.625vw;
    height: 0.5vw;
  }
}
.l-header-gnavBtn button i:before {
  top: calc(50% - 4px - 6px);
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button i:before {
    top: calc(50% - 0.5vw - 0.75vw);
  }
}
.l-header-gnavBtn button i:after {
  bottom: calc(50% - 4px - 6px);
}
@media screen and (max-width: 768px) {
  .l-header-gnavBtn button i:after {
    bottom: calc(50% - 0.5vw - 0.75vw);
  }
}
.l-header-gnavBtn button.is-open:before {
  content: none;
}
.l-header-gnavBtn button.is-open i:before, .l-header-gnavBtn button.is-open i:after {
  top: 0;
  bottom: 0;
}
.l-header-gnavBtn button.is-open i:before {
  transform: rotate(45deg);
}
.l-header-gnavBtn button.is-open i:after {
  transform: rotate(-45deg);
}

.l-gnav {
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1120px) {
  .l-gnav {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-gnav {
    font-size: 2rem;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    font-size: 4.5vw;
  }
}
.l-gnav.is-active {
  display: block;
}
.l-gnav__level1 {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level1 {
    height: auto;
    display: block;
  }
}
.l-gnav__level1 > li {
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .l-gnav__level1 > li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .l-gnav__level1 > li {
    padding: 0;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px #cfcfcf solid;
  }
}
.l-gnav__level1 > li > a {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level1 > li > a {
    width: calc(100% - 50px);
    font-weight: 700;
    padding: 20px 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__level1 > li > a {
    width: calc(100% - 9.5vw);
    padding: 6.25vw 0;
  }
}
.l-gnav__level1 > li > a:after {
  content: "";
  background-color: #115fad;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: width 0.2s;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level1 > li > a:after {
    content: none;
  }
}
.l-gnav__level1 > li i {
  width: 50px;
  padding: 0 15px;
  display: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-gnav__level1 > li i {
    width: 9.5vw;
    padding: 0 3.125vw;
  }
}
.l-gnav__level1 > li i:before, .l-gnav__level1 > li i:after {
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-gnav__level1 > li i:before, .l-gnav__level1 > li i:after {
    width: 3.25vw;
    height: 0.375vw;
  }
}
.l-gnav__level1 > li i:after {
  transform: rotate(90deg);
}
@media screen and (max-width: 1000px) {
  .l-gnav__level1 > li i {
    display: block;
  }
}
.l-gnav__level1 > li i.is-open:after {
  content: none;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level1 > li.pc {
    display: none;
  }
}
.l-gnav__level1 > li.tab {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level1 > li.tab {
    display: block;
  }
}
.l-gnav__level1 > li:hover > a {
  color: #115fad;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level1 > li:hover > a {
    color: #ffffff;
    opacity: 0.7;
  }
}
.l-gnav__level1 > li:hover > a:after {
  width: 100%;
}
.l-gnav__level1 > li:hover .l-gnav__level2 {
  display: block;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level1 > li:hover .l-gnav__level2 {
    display: none;
  }
}
.l-gnav__level2 {
  color: #ffffff;
  background-color: #115fad;
  width: 100vw;
  padding: 70px 40px;
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .l-gnav__level2 {
    background-color: transparent;
    width: 100%;
    padding: 0 0 20px 0;
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__level2 {
    padding: 0 0 6.25vw 0;
  }
}
.l-gnav__level2.is-active {
  display: block !important;
}
.l-gnav__level2 > p {
  max-width: 1280px;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level2 > p {
    display: none;
  }
}
.l-gnav__level2 > ul {
  max-width: 1280px;
  font-size: 1.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level2 > ul {
    font-size: 1.6rem;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__level2 > ul {
    font-size: 3.25vw;
  }
}
.l-gnav__level2 > ul > li {
  width: calc((100% - 75px) / 4);
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level2 > ul > li {
    width: 100%;
    margin-top: 0;
  }
}
.l-gnav__level2 > ul > li:not(:nth-of-type(4n+1)) {
  margin-left: 25px;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level2 > ul > li:not(:nth-of-type(4n+1)) {
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .l-gnav__level2 > ul > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__level2 > ul > li:nth-of-type(n+2) {
    margin-top: 3.75vw;
  }
}
.l-gnav__level2 > ul > li > a {
  height: 100%;
  padding: 15px 0 15px 30px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px #cfcfcf solid;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level2 > ul > li > a {
    width: 100%;
    height: auto;
    padding: 0 0 0 1.5em;
    display: block;
    border-bottom: none;
  }
}
.l-gnav__level2 > ul > li > a:before {
  content: "";
  background-color: #ffffff;
  mask-image: url(../images/common/icon_arrow.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .l-gnav__level2 > ul > li > a:before {
    mask-image: none;
    width: 0.5em;
    height: 2px;
    left: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__level2 > ul > li > a:before {
    height: 0.375vw;
  }
}
.l-gnav__contact {
  margin-left: 20px;
}
@media screen and (max-width: 1280px) {
  .l-gnav__contact {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .l-gnav__contact {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__contact {
    margin: 10vw auto 0 auto;
  }
}
.l-gnav__contact .c-btn {
  color: #ffffff;
  width: 150px;
  height: 45px;
  font-size: 1.6rem;
  padding: 0;
  border-radius: 22.5px;
}
@media screen and (max-width: 1120px) {
  .l-gnav__contact .c-btn {
    width: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .l-gnav__contact .c-btn {
    color: #115fad;
    width: 300px;
    height: 60px;
    border-color: #ffffff;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__contact .c-btn {
    width: 75vw;
    height: 12.5vw;
    font-size: 3.5vw;
    border-radius: 6.25vw;
  }
}
.l-gnav__contact .c-btn:before {
  background: linear-gradient(90deg, #ffffff 50%, #115fad 50%);
}
@media screen and (max-width: 1000px) {
  .l-gnav__contact .c-btn:before {
    background: linear-gradient(90deg, #115fad 50%, #ffffff 50%);
  }
}
.l-gnav__contact .c-btn span {
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  .l-gnav__contact .c-btn span {
    padding-left: 21px;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__contact .c-btn span {
    padding-left: 2.625vw;
  }
}
.l-gnav__contact .c-btn span:before {
  content: none;
}
@media screen and (max-width: 1000px) {
  .l-gnav__contact .c-btn span:before {
    content: "";
  }
}
.l-gnav__contact .c-btn:hover {
  color: #115fad;
}
@media screen and (max-width: 1000px) {
  .l-gnav__contact .c-btn:hover {
    color: #ffffff;
  }
}
.l-gnav__links {
  font-size: 1.6rem;
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-gnav__links {
    margin-top: 50px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__links {
    font-size: 3.25vw;
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-gnav__links li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__links li:nth-of-type(n+2) {
    margin-top: 6.25vw;
  }
}

@media screen and (max-width: 768px) {
  html.gnav-active,
  body.gnav-active {
    overflow: hidden;
  }
}

main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 15vw;
  }
}

.l-footer {
  color: #ffffff;
  background-color: #115fad;
  font-size: 1.4rem;
  padding: 120px 0 100px 0;
}
@media screen and (max-width: 1000px) {
  .l-footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    font-size: 3vw;
    padding: 15vw 0;
  }
}
.l-footer__nav nav:nth-of-type(1) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(1) {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(1) div:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav nav:nth-of-type(1) div:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.l-footer__nav nav:nth-of-type(1) div .level1 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav nav:nth-of-type(1) div .level1 {
    font-size: 4.75vw;
  }
}
.l-footer__nav nav:nth-of-type(1) div .level1 > li {
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(1) div .level1 > li {
    padding-right: 0;
  }
}
.l-footer__nav nav:nth-of-type(1) div .level1 > li > a {
  font-weight: 700;
}
.l-footer__nav nav:nth-of-type(1) div .level1:nth-of-type(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(1) div .level1:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav nav:nth-of-type(1) div .level1:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.l-footer__nav nav:nth-of-type(1) div .level2 {
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(1) div .level2 {
    display: none;
  }
}
.l-footer__nav nav:nth-of-type(1) div .level2 > li {
  margin-top: 30px;
}
.l-footer__nav nav:nth-of-type(1) div .level2 > li > a {
  padding-left: calc(0.5em + 5px);
  position: relative;
}
.l-footer__nav nav:nth-of-type(1) div .level2 > li > a:before {
  content: "";
  background-color: #ffffff;
  width: 0.5em;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-footer__nav nav:nth-of-type(1) div:nth-of-type(2) .level1 > li > div {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(1) div:nth-of-type(2) .level1 > li > div {
    display: none;
  }
}
.l-footer__nav nav:nth-of-type(1) div:nth-of-type(2) .level1 > li > div .level2:nth-of-type(n+2) {
  margin-left: 100px;
}
@media screen and (max-width: 1240px) {
  .l-footer__nav nav:nth-of-type(1) div:nth-of-type(2) .level1 > li > div .level2:nth-of-type(n+2) {
    margin-left: 40px;
  }
}
.l-footer__nav nav:nth-of-type(2) {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav nav:nth-of-type(2) {
    margin-top: 15vw;
  }
}
.l-footer__nav nav:nth-of-type(2) > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(2) > div {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(2) > div > ul {
    display: none;
  }
}
.l-footer__nav nav:nth-of-type(2) > div > ul li:nth-of-type(n+2) {
  margin-top: 20px;
}
.l-footer__nav nav:nth-of-type(2) > div > a {
  font-size: 0;
  display: block;
  text-align: right;
}
.l-footer__nav nav:nth-of-type(2) > div > a:before {
  content: "";
  background-color: #ffffff;
  mask-image: url(../images/common/logo.svg);
  width: 384px;
  height: 43px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__nav nav:nth-of-type(2) > div > a:before {
    width: 78.125vw;
    height: 8.75vw;
  }
}
.l-footer__nav nav:nth-of-type(2) > div > a span {
  font-size: 1.2rem;
  padding-right: 38px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav nav:nth-of-type(2) > div > a span {
    font-size: 2.46125vw;
    padding-right: 7.5vw;
  }
}
.l-footer__nav nav:nth-of-type(2) > ul {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav nav:nth-of-type(2) > ul {
    display: none;
  }
}
.l-footer__nav nav:nth-of-type(2) > ul li {
  margin-right: 40px;
}
.l-footer__nav nav .level3 li > a {
  padding-left: calc(0.5em + 10px);
  position: relative;
}
.l-footer__nav nav .level3 li > a:before {
  content: "";
  background-color: #fff;
  mask-image: url(../images/common/icon_arrow.svg);
  width: 12px;
  height: 11px;
  mask-size: 12px 11px;
  position: absolute;
  top: 30%;
  left: 0;
}
.l-footer__copyright-links {
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright-links {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-links {
    margin-top: 7.5vw;
    padding-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-links p {
    font-size: 2.5vw;
  }
}
.l-footer__copyright-links ul {
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright-links ul {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-links ul {
    margin-bottom: 7.5vw;
    justify-content: space-between;
  }
}
.l-footer__copyright-links ul li {
  min-width: 290px;
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright-links ul li {
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-links ul li {
    width: calc((100% - 5vw) / 2);
  }
}
.l-footer__copyright-links ul li:nth-of-type(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-links ul li:nth-of-type(n+2) {
    margin-left: 0;
  }
}
.l-footer__copyright-links ul li a {
  background-color: #3574cc;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-links ul li a {
    height: 12.5vw;
    padding: 0 1.875vw;
    border-radius: 0.625vw;
  }
}
.l-footer__copyright-links ul li a span {
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-links ul li a span {
    padding-left: 2vw;
  }
}
.l-footer__copyright-links ul li a span:before {
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-links ul li a span:before {
    width: 0.75vw;
    height: 0.75vw;
  }
}
.l-footer__copyright-links ul li a span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-links ul li a span br {
    display: inline;
  }
}

.l-pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 1px #3574cc;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-pagetop {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
  }
}
.l-pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #3574cc;
  border-right: 2px solid #3574cc;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-pagetop__arrow {
    height: 8px;
    width: 8px;
  }
}

/* object
------------------------------------------------------ */
/* component */
.c-btn {
  color: #1c1c1c;
  background-color: #ffffff;
  width: 280px;
  height: 60px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  border: 1px #115fad solid;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 75vw;
    height: 12.5vw;
    font-size: 3.5vw;
    padding: 0 2.5vw;
    border-radius: 6.25vw;
  }
}
.c-btn:before {
  content: "";
  background: linear-gradient(90deg, #115fad 50%, #ffffff 50%);
  width: calc(200% + 4px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  transform: translateX(-50%);
  transition: transform 0.2s;
}
.c-btn span {
  line-height: 1.4;
  padding-left: 21px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-btn span {
    padding-left: 2.625vw;
  }
}
.c-btn span:before {
  content: "";
  background-color: #115fad;
  mask-image: url(../images/common/icon_arrow.svg);
  width: 12px;
  height: 11px;
  mask-size: 12px 11px;
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn span:before {
    left: -7%;
  }
}
.c-btn:hover {
  color: #ffffff;
  opacity: 1;
}
.c-btn:hover:before {
  transform: rotateX(0);
}
.c-btn:hover span:before {
  background-color: #ffffff;
}
.c-btn--rev {
  color: #ffffff;
}
.c-btn--rev:before {
  background: linear-gradient(90deg, #ffffff 50%, #115fad 50%);
}
.c-btn--rev span:before {
  background-color: #ffffff;
}
.c-btn--rev:hover {
  color: #1c1c1c;
}
.c-btn--rev:hover span:before {
  background-color: #115fad;
}
.c-btn--sq {
  text-align: left;
  padding: 0 30px;
  justify-content: flex-start;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-btn--sq {
    padding: 0 3.75vw;
    border-radius: 1.25vw;
  }
}

.c-businessImg a {
  transition: none !important;
}
.c-businessImg .cls-1, .c-businessImg .cls-2, .c-businessImg .cls-3, .c-businessImg .cls-4, .c-businessImg .cls-5, .c-businessImg .cls-6, .c-businessImg .cls-7, .c-businessImg .cls-8, .c-businessImg .cls-9, .c-businessImg .cls-10 {
  stroke-miterlimit: 10;
}
.c-businessImg .cls-1, .c-businessImg .cls-2, .c-businessImg .cls-3, .c-businessImg .cls-4, .c-businessImg .cls-5, .c-businessImg .cls-6, .c-businessImg .cls-7, .c-businessImg .cls-8, .c-businessImg .cls-9, .c-businessImg .cls-10, .c-businessImg .cls-11, .c-businessImg .cls-12 {
  stroke: #fff;
}
.c-businessImg .cls-1, .c-businessImg .cls-3, .c-businessImg .cls-7 {
  stroke-width: 0.99px;
}
.c-businessImg .cls-1, .c-businessImg .cls-6, .c-businessImg .cls-13 {
  fill: #fff;
}
.c-businessImg .cls-2 {
  fill: #ba8dbe;
}
.c-businessImg .cls-2, .c-businessImg .cls-4, .c-businessImg .cls-5, .c-businessImg .cls-6, .c-businessImg .cls-8, .c-businessImg .cls-9, .c-businessImg .cls-10, .c-businessImg .cls-11 {
  stroke-width: 0.99px;
}
.c-businessImg .cls-3 {
  fill: #eb859a;
}
.c-businessImg .cls-4 {
  fill: #ed6d47;
}
.c-businessImg .cls-5 {
  fill: #ef8e27;
}
.c-businessImg .cls-7 {
  fill: #01a9e4;
}
.c-businessImg .cls-8 {
  fill: #00ada0;
}
.c-businessImg .cls-9 {
  fill: #55b65c;
}
.c-businessImg .cls-10 {
  fill: #4f86c5;
}
.c-businessImg .cls-11, .c-businessImg .cls-12 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.c-businessImg .cls-14 {
  fill-rule: evenodd;
}
.c-businessImg .cls-14, .c-businessImg .cls-15, .c-businessImg .cls-16, .c-businessImg .cls-13, .c-businessImg .cls-17 {
  stroke-width: 0px;
}
.c-businessImg .cls-14, .c-businessImg .cls-17 {
  fill: #005ead;
}
.c-businessImg .cls-15 {
  fill: #231815;
}
.c-businessImg .cls-16 {
  fill: #deeaf7;
}
.c-businessImg .cls-12 {
  stroke-width: 3px;
}

.c-icon:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 15px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-icon:after {
    width: 3.25vw;
    height: 3.25vw;
    margin-left: 2.5vw;
  }
}
.c-icon--pdf:after {
  background-image: url(../images/common/icon_pdf.svg);
}

.c-newsPosts article {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .c-newsPosts article {
    font-size: 3.5vw;
  }
}
.c-newsPosts article a {
  width: 100%;
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-newsPosts article a {
    padding: 3.75vw 0;
  }
}
.c-newsPosts article a p {
  color: #115fad;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .c-newsPosts article a p {
    width: 27.5vw;
  }
}
.c-newsPosts article a h2, .c-newsPosts article a h3 {
  width: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .c-newsPosts article a h2, .c-newsPosts article a h3 {
    width: calc(100% - 27.5vw);
  }
}
.c-newsPosts__nolink {
  width: 100%;
  padding: 20px 0;
  display: flex;
}
.c-newsPosts__nolink p {
  color: #115fad;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .c-newsPosts__nolink p {
    width: 27.5vw;
  }
}
.c-newsPosts__nolink h2, .c-newsPosts__nolink h3 {
  width: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .c-newsPosts__nolink h2, .c-newsPosts__nolink h3 {
    width: calc(100% - 27.5vw);
  }
}

.c-pageNav {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .c-pageNav {
    margin-top: 15vw;
  }
}
.c-pageNav h2 {
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pageNav h2 {
    font-size: 5.75vw;
    margin-bottom: 5vw;
    padding-top: 5vw;
  }
}
.c-pageNav h2:before {
  content: "";
  background-color: #115fad;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-pageNav h2:before {
    width: 6.25vw;
    height: 0.25vw;
  }
}
.c-pageNav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .c-pageNav ul {
    justify-content: space-between;
  }
}
.c-pageNav ul li {
  width: calc((100% - 45px) / 4);
}
@media screen and (max-width: 1000px) {
  .c-pageNav ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .c-pageNav ul li {
    width: calc((100% - 5vw) / 2);
  }
}
.c-pageNav ul li:not(:nth-of-type(4n+1)) {
  margin-left: 15px;
}
@media screen and (max-width: 1000px) {
  .c-pageNav ul li:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
}
.c-pageNav ul li:nth-of-type(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-pageNav ul li:nth-of-type(n+5) {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 1000px) {
  .c-pageNav ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageNav ul li:nth-of-type(n+3) {
    margin-top: 3.75vw;
  }
}
.c-pageNav ul li .c-btn {
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .c-pageNav ul li .c-btn {
    min-height: 16.25vw;
    padding: 1.25vw 3.75vw;
  }
}

.c-subhead {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-subhead {
    font-size: 4.5vw;
    margin-bottom: 1.875vw;
    padding-left: 3.5vw;
  }
}
.c-subhead:before {
  content: "";
  background-color: #115fad;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-subhead:before {
    width: 1vw;
    height: 1vw;
  }
}

.c-table {
  overflow-x: auto;
}
.c-table table {
  width: 100%;
  min-width: 1160px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-table table {
    font-size: 1.4rem;
  }
}
.c-table table thead {
  color: #ffffff;
}
.c-table table thead tr th {
  background-color: #115fad;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}
.c-table table thead tr th:nth-of-type(n + 2) {
  border-left: 1px #cfcfcf solid;
}
.c-table table thead + tbody:first-of-type td {
  border-top: none;
}
.c-table table tbody tr th {
  color: #fff;
  background-color: #115fad;
  border: 1px solid #cfcfcf;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}
.c-table table tbody tr th:nth-of-type(n + 2) {
  border-left: 1px #cfcfcf solid;
}
.c-table table tbody tr th + td {
  border-left: none;
}
.c-table table tbody tr td {
  padding: 10px 20px;
  border: 1px #cfcfcf solid;
}
.c-table table tbody tr td figure {
  width: 95px;
}
.c-table table tbody tr td a {
  color: #115fad;
  text-decoration: underline;
}
.c-table table tbody tr.bg td {
  background-color: #eff6fa;
}
.c-table table tbody tr:first-of-type th {
  border-top: none;
}
.c-table table tbody tr:last-of-type th {
  border-bottom: none;
}

.c-title {
  color: #115fad;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
  padding-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 6.5vw;
    margin-bottom: 5vw;
    padding-bottom: 5.5vw;
  }
}
.c-title:before, .c-title:after {
  content: "";
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-title:before, .c-title:after {
    height: 1.75vw;
  }
}
.c-title:before {
  background-color: #e8e8e8;
  width: 100%;
}
.c-title:after {
  background-color: #115fad;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .c-title:after {
    width: 25vw;
  }
}
.c-title--w {
  color: #ffffff;
}
.c-title--w:before {
  background-color: #ffffff;
}

/* project */
.p-page-header {
  color: #ffffff;
  background-color: #115fad;
  height: 280px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-page-header {
    height: 35vw;
  }
}
.p-page-header p:nth-of-type(1) {
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page-header p:nth-of-type(1) {
    font-size: 3.25vw;
    margin-bottom: 5vw;
    padding-left: 2vw;
  }
}
.p-page-header p:nth-of-type(1):before {
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-page-header p:nth-of-type(1):before {
    width: 0.75vw;
    height: 0.75vw;
  }
}
.p-page-header h1 {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-page-header h1 {
    font-size: 6.5vw;
  }
}
.p-page-content {
  text-align: justify;
  padding: 100px 0 140px 0;
}
@media screen and (max-width: 768px) {
  .p-page-content {
    padding: 15vw 0 17.5vw 0;
  }
}

.p-breadcrumb {
  color: #959595;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    display: none;
  }
}
.p-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.p-breadcrumb ul li:nth-of-type(n+2):before {
  content: ">";
  color: #959595;
  margin: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb ul li:nth-of-type(n+2):before {
    margin: 0 1.875vw;
  }
}

.p-home-mv .l-wrapper {
  width: 1320px;
  padding: 140px 0 160px 0;
  position: relative;
}
@media screen and (max-width: 1360px) {
  .p-home-mv .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .p-home-mv .l-wrapper {
    padding: 50px 0 450px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-mv .l-wrapper {
    width: 87.5vw;
    padding: 6.25vw 0 56.25vw 0;
  }
}
.p-home-mv .l-wrapper:before {
  content: "";
  background-image: url(../images/pages/home/gnesc_logo.png);
  width: 577px;
  height: 576px;
  position: absolute;
  top: 7px;
  right: 15px;
}
@media screen and (max-width: 1000px) {
  .p-home-mv .l-wrapper:before {
    top: 220px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-mv .l-wrapper:before {
    width: 72.125vw;
    height: 72vw;
    top: 27.5vw;
    right: -3.75vw;
  }
}
.p-home-mv .l-wrapper p {
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-mv .l-wrapper p {
    font-size: 8.5vw;
  }
}
.p-home-mv .l-wrapper p span {
  font-weight: 700;
}
.p-home-mv__slider {
  width: 100%;
  overflow: hidden;
}
.p-home-mv__slider .swiper-slide {
  width: 600px;
  height: 500px;
  margin: 0 15px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-mv__slider .swiper-slide {
    width: 70vw;
    height: 45.625vw;
    margin: 0 1.25vw;
    border-radius: 5vw;
  }
}
.p-home-mv__slider .swiper-slide.img01 {
  background-image: url(../images/pages/home/slide_img01.jpg);
}
.p-home-mv__slider .swiper-slide.img02 {
  background-image: url(../images/pages/home/slide_img02.jpg);
}
.p-home-mv__slider .swiper-slide.img03 {
  background-image: url(../images/pages/home/slide_img03.jpg);
}
.p-home-mv__slider .swiper-slide.img04 {
  background-image: url(../images/pages/home/slide_img04.jpg);
}
.p-home-mv__button {
  min-width: 110px;
  margin: 20px 15px 0 auto;
  padding: 10px 20px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
}
.p-home-mv__button::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 9px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.p-home-mv__button.icon-pause::before {
  background-image: url("/images/pages/home/icon-pause.svg");
}
.p-home-mv__button.icon-play::before {
  background-image: url("/images/pages/home/icon-play.svg");
}
.p-home-mv__button span {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home-mv__button span {
    font-size: 2.5vw;
  }
}
.p-home-business {
  background-image: url(../images/pages/home/business_bg_pc.jpg);
  margin-top: 120px;
  padding: 130px 0 150px 0;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-business {
    background-image: url(../images/pages/home/business_bg_sp.jpg);
    margin-top: 15vw;
    padding: 15vw 0;
    border-radius: 6.25vw;
  }
}
.p-home-business h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-business h3 {
    font-size: 4.75vw;
    line-height: 1.4;
    margin-bottom: 2.5vw;
  }
}
.p-home-business p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-business p {
    font-size: 3.5vw;
  }
}
.p-home-business__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-home-business__wrapper {
    display: block;
  }
}
.p-home-business__wrapper > div {
  width: calc(100% - 463px - 40px);
  font-size: 1.8rem;
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .p-home-business__wrapper > div {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-business__wrapper > div {
    font-size: 3.5vw;
    margin-top: 0;
  }
}
.p-home-business__wrapper > div .c-btn {
  width: 60%;
  height: 100px;
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-business__wrapper > div .c-btn {
    width: 80%;
    height: 16.25vw;
    font-size: 3.5vw;
  }
}
.p-home-business__wrapper > figure {
  width: 700px;
}
@media screen and (max-width: 1000px) {
  .p-home-business__wrapper > figure {
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home-business__wrapper > figure {
    width: 72vw;
    margin: 7.5vw auto 0 auto;
  }
}
.p-home-product {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-home-product {
    margin-top: 15vw;
  }
}
.p-home-product ul {
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-home-product ul {
    font-size: 3vw;
    justify-content: space-between;
  }
}
.p-home-product ul li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .p-home-product ul li {
    width: calc((100% - 5vw) / 2);
  }
}
.p-home-product ul li:not(:nth-of-type(4n+1)) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-product ul li:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-product ul li:nth-of-type(n+3) {
    margin-top: 5vw;
  }
}
.p-home-product ul li a {
  line-height: 1.4;
  display: block;
}
.p-home-product ul li a div {
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-top: 71.428571%;
  position: relative;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-product ul li a div {
    margin-bottom: 2.5vw;
    border-radius: 2.5vw 0 2.5vw 0;
  }
}
.p-home-product ul li a div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s;
}
.p-home-product ul li a:hover {
  color: #115fad;
  opacity: 1;
}
.p-home-product ul li a:hover div:before {
  transform: scale(1.1);
}
.p-home-product ul li:nth-of-type(1) a div:before {
  background-image: url(../images/pages/home/product_img01.jpg);
}
.p-home-product ul li:nth-of-type(2) a div:before {
  background-image: url(../images/pages/home/product_img02.jpg);
}
.p-home-product ul li:nth-of-type(3) a div:before {
  background-image: url(../images/pages/home/product_img03.jpg);
}
.p-home-company {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-home-company {
    margin-top: 15vw;
  }
}
.p-home-company__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-home-company__wrapper {
    display: block;
  }
}
.p-home-company__wrapper > div {
  width: 670px;
}
@media screen and (max-width: 1000px) {
  .p-home-company__wrapper > div {
    width: 100%;
  }
}
.p-home-company__wrapper > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-home-company__wrapper > div ul li {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper > div ul li {
    width: calc((100% - 5vw) / 2);
  }
}
.p-home-company__wrapper > div ul li:nth-of-type(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper > div ul li:nth-of-type(n+3) {
    margin-top: 3.75vw;
  }
}
.p-home-company__wrapper > div ul li .c-btn {
  width: 100%;
  height: 100px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper > div ul li .c-btn {
    height: 16.25vw;
    font-size: 3.5vw;
  }
}
.p-home-company__wrapper > ul {
  width: calc(100% - 670px - 70px);
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .p-home-company__wrapper > ul {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper > ul {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
}
.p-home-company__wrapper > ul li {
  position: relative;
  border-bottom: 2px #e8e8e8 solid;
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper > ul li {
    border-bottom-width: 0.25vw;
  }
}
.p-home-company__wrapper > ul li:after {
  content: "";
  background-color: #115fad;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper > ul li:after {
    width: 7.5vw;
    height: 0.25vw;
    bottom: -0.25vw;
  }
}
.p-home-company__wrapper > ul li a {
  width: 100%;
  line-height: 2;
  padding: 20px 0 20px 30px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper > ul li a {
    padding: 2.5vw 0 2.5vw 3.75vw;
  }
}
.p-home-company__wrapper > ul li a:before {
  content: "";
  background-color: #115fad;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper > ul li a:before {
    width: 0.75vw;
    height: 0.75vw;
  }
}
.p-home-news {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-home-news {
    margin-top: 15vw;
  }
}
.p-home-news__hash {
  width: 100%;
  height: 100px;
  margin-top: -100px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-home-news__hash {
    height: 60px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-news__hash {
    height: 15vw;
    margin-top: -15vw;
  }
}
.p-home-news__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-home-news__wrapper {
    display: block;
  }
}
.p-home-news .p-home__title {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .p-home-news .p-home__title {
    width: 100%;
  }
}
.p-home-news .p-home__title:before {
  content: none;
}
@media screen and (max-width: 1000px) {
  .p-home-news .p-home__title:before {
    content: "";
  }
}
.p-home-news .c-newsPosts {
  width: calc(100% - 300px - 60px);
  height: 300px;
  overflow-y: auto;
}
@media screen and (max-width: 1000px) {
  .p-home-news .c-newsPosts {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-news .c-newsPosts {
    height: 60vw;
  }
}
.p-home-news .c-newsBanner {
  margin-top: 40px;
}
.p-home-news .c-newsBanner figure {
  width: calc(100% - 300px - 60px);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .p-home-news .c-newsBanner figure {
    width: 100%;
  }
}
.p-home-recruit {
  margin-top: 120px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-home-recruit {
    margin-top: 15vw;
    padding-bottom: 17.5vw;
  }
}
.p-home-recruit .l-wrapper {
  padding-left: 260px;
}
@media screen and (max-width: 1000px) {
  .p-home-recruit .l-wrapper {
    padding-left: 0;
  }
}
.p-home-recruit h2 {
  color: #115fad;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 50px;
  padding: 80px 0 0 580px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-home-recruit h2 {
    padding: 200px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-recruit h2 {
    font-size: 6.5vw;
    margin-bottom: 5vw;
    padding: 28.75vw 0 0 0;
  }
}
.p-home-recruit h2:before {
  content: "";
  background-image: url(../images/pages/home/recruit_title.png);
  width: 598px;
  height: 227px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-home-recruit h2:before {
    width: 100%;
    height: 33.25vw;
  }
}
.p-home-recruit h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-recruit h3 {
    font-size: 4.75vw;
    margin-bottom: 3.75vw;
  }
}
.p-home-recruit p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-home-recruit p {
    font-size: 3.5vw;
  }
}
.p-home-recruit__img01, .p-home-recruit__img02 {
  width: 100%;
  max-width: 780px;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-recruit__img01, .p-home-recruit__img02 {
    width: 87.5vw;
    height: 35.625vw;
  }
}
.p-home-recruit__img01:before, .p-home-recruit__img02:before {
  content: "";
  width: 380px;
  height: 680px;
  position: absolute;
  bottom: 0;
  border-radius: 50px 0 50px 0;
}
@media screen and (max-width: 1000px) {
  .p-home-recruit__img01:before, .p-home-recruit__img02:before {
    content: none;
  }
}
.p-home-recruit__img01 {
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-home-recruit__img01 {
    margin: 6.25vw auto 0 auto;
  }
}
.p-home-recruit__img01:before {
  background-image: url(../images/pages/home/recruit_img04.jpg);
  left: -400px;
}
.p-home-recruit__img01 div {
  width: calc((100% - 20px) / 2);
  height: 100%;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-recruit__img01 div {
    width: calc((100% - 3.75vw) / 2);
    border-radius: 6.25vw;
  }
}
.p-home-recruit__img01 div:nth-of-type(1) {
  background-image: url(../images/pages/home/recruit_img01.jpg);
}
.p-home-recruit__img01 div:nth-of-type(2) {
  background-image: url(../images/pages/home/recruit_img02.jpg);
}
.p-home-recruit__img02 {
  background-image: url(../images/pages/home/recruit_img03.jpg);
  margin: 40px auto 0 auto;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-recruit__img02 {
    margin: 3.75vw auto 0 auto;
    border-radius: 6.25vw;
  }
}
.p-home-recruit__img02:before {
  background-image: url(../images/pages/home/recruit_img05.jpg);
  right: -400px;
}
.p-home-recruit .c-btn {
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-recruit .c-btn {
    margin: 7.5vw auto 0 auto;
  }
}

.p-company-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-company-wrapper {
    display: block;
  }
}
.p-company-links {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-company-links {
    font-size: 3.25vw;
  }
}
.p-company-links .link-block {
  display: flex;
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1000px) {
  .p-company-links .link-block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-company-links .link-block {
    display: block;
  }
}
.p-company-links .link-block:last-child {
  width: 100%;
}
.p-company-links .link-block:last-child .link-detail div {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-company-links .link-block:last-child .link-detail div {
    display: block;
  }
}
.p-company-links .link-block:last-child .link-detail div ul {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .p-company-links .link-block:last-child .link-detail div ul {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-company-links .link-block {
    width: 100%;
  }
}
.p-company-links .link-block:not(:last-child) {
  margin-bottom: 60px;
}
.p-company-links .link-block:nth-of-type(1) a:before {
  background-image: url(../images/pages/company/links_img01_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-company-links .link-block:nth-of-type(1) a:before {
    background-image: url(../images/pages/company/links_img01_sp.jpg);
  }
}
.p-company-links .link-block:nth-of-type(2) a:before {
  background-image: url(../images/pages/company/links_img02_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-company-links .link-block:nth-of-type(2) a:before {
    background-image: url(../images/pages/company/links_img02_sp.jpg);
  }
}
.p-company-links .link-block:nth-of-type(3) a:before {
  background-image: url(../images/pages/company/links_img03_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-company-links .link-block:nth-of-type(3) a:before {
    background-image: url(../images/pages/company/links_img03_sp.jpg);
  }
}
.p-company-links .link-block:nth-of-type(4) a:before {
  background-image: url(../images/pages/company/links_img04_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-company-links .link-block:nth-of-type(4) a:before {
    background-image: url(../images/pages/company/links_img04_sp.jpg);
  }
}
.p-company-links .link-block:nth-of-type(5) a:before {
  background-image: url(../images/pages/company/links_img05_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-company-links .link-block:nth-of-type(5) a:before {
    background-image: url(../images/pages/company/links_img05_sp.jpg);
  }
}
.p-company-links .link-detail {
  padding-left: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company-links .link-detail {
    padding-left: 3.75vw;
  }
}
.p-company-links .link-detail h2 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .p-company-links .link-detail h2 {
    font-size: 4.5vw;
    margin-top: 5vw;
    margin-bottom: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
.p-company-links .link-detail li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 1.5em;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-links .link-detail li {
    font-size: 3.5vw;
  }
}
.p-company-links .link-detail li:before {
  content: "";
  background-color: #1c1c1c;
  width: 0.5em;
  height: 3px;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-company-links .link-detail li:before {
    height: 0.375vw;
  }
}
.p-company-links .link-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-company-links .link-image > div {
  width: 250px;
  height: 400px;
  padding-top: 40%;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-company-links .link-image > div {
    width: 100%;
    height: 220px;
  }
}
.p-company-links .link-image > div:nth-of-type(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .p-company-links .link-image > div:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-links .link-image > div:nth-of-type(n+2) {
    margin-top: 7.5vw;
  }
}
.p-company-links .link-image > div a {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-company-links .link-image > div a {
    padding: 3.75vw 2.5vw;
  }
}
.p-company-links .link-image > div a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s;
}
.p-company-links .link-image > div a p {
  line-height: 1.5;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.p-company-links .link-image > div a p i {
  background-color: #ffffff;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  display: block;
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-company-links .link-image > div a p i {
    width: 8.125vw;
    height: 8.125vw;
    margin-right: 2.5vw;
  }
}
.p-company-links .link-image > div a p i:before {
  content: "";
  background-color: #115fad;
  mask-image: url(../images/common/icon_arrow.svg);
  width: 16px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-company-links .link-image > div a p i:before {
    width: 2vw;
    height: 1.625vw;
  }
}
.p-company-links .link-image > div a p span {
  min-height: 65px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-company-links .link-image > div a p span {
    min-height: 8.125vw;
    text-shadow: 0 0 3vw rgba(0, 0, 0, 0.5);
  }
}
.p-company-links .link-image > div a:hover {
  opacity: 1;
}
.p-company-links .link-image > div a:hover:before {
  transform: scale(1.1);
}

.p-outline section:not(.c-pageNav) {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav) {
    font-size: 3.5vw;
  }
}
.p-outline section:not(.c-pageNav):nth-of-type(n+2) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav):nth-of-type(n+2) {
    margin-top: 15vw;
  }
}
.p-outline section:not(.c-pageNav) dl {
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav) dl {
    line-height: 1.5;
    display: block;
  }
}
.p-outline section:not(.c-pageNav) dl:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav) dl:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.p-outline section:not(.c-pageNav) dl dt {
  color: #115fad;
  width: 230px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav) dl dt {
    width: 100%;
  }
}
.p-outline section:not(.c-pageNav) dl dd {
  width: calc(100% - 230px);
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav) dl dd {
    width: 100%;
  }
}
.p-outline section:not(.c-pageNav) dl dd a {
  color: #115fad;
  text-decoration: underline;
}
.p-outline section:not(.c-pageNav) h3 {
  font-weight: 700;
}
.p-outline section:not(.c-pageNav) div + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav) div + h3 {
    margin-top: 5vw;
  }
}
.p-outline section:not(.c-pageNav) p {
  margin-top: 40px;
  padding-left: 230px;
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav) p {
    margin-top: 5vw;
    padding-left: 0;
  }
}
.p-outline section:not(.c-pageNav) p .c-btn {
  width: 320px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav) p .c-btn {
    width: 56.25vw;
  }
}
.p-outline section:not(.c-pageNav) ul {
  line-height: 1.3;
  list-style-type: disc;
  margin-left: 1.5em;
}
.p-outline section:not(.c-pageNav) ul li::marker {
  color: #115fad;
}
.p-outline section:not(.c-pageNav) ul li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-outline section:not(.c-pageNav) ul li:nth-of-type(n+2) {
    margin-top: 2.5vw;
  }
}
.p-outline__wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-outline__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-outline__wrapper {
    margin-top: 5vw;
  }
}
.p-outline__wrapper > * {
  width: calc((100% - 60px - 4.5em) / 3);
}
@media screen and (max-width: 1000px) {
  .p-outline__wrapper > * {
    width: calc(100% - 1.5em);
  }
}
@media screen and (max-width: 1000px) {
  .p-outline__wrapper > *:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-outline__wrapper > *:nth-of-type(n+2) {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-outline__wrapper--sp2columns {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .p-outline__wrapper--sp2columns > * {
    width: calc((100% - 40px - 3em) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-outline__wrapper--sp2columns > * {
    width: calc((100% - 5vw - 3em) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .p-outline__wrapper--sp2columns > *:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-outline__wrapper--sp2columns > *:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-outline__wrapper--sp2columns > *:nth-of-type(n+3) {
    margin-top: 2.5vw;
  }
}

.p-message section:not(.c-pageNav) {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-message section:not(.c-pageNav) {
    font-size: 3.5vw;
  }
}
.p-message section:not(.c-pageNav) h2 {
  color: #115fad;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-message section:not(.c-pageNav) h2 {
    font-size: 6.5vw;
    margin-bottom: 7.5vw;
  }
}
.p-message__wrapper {
  padding-bottom: 180px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-message__wrapper {
    padding-bottom: 0;
    display: block;
  }
}
.p-message__wrapper > div {
  width: calc(100% - 420px - 80px);
}
@media screen and (max-width: 1000px) {
  .p-message__wrapper > div {
    width: 100%;
  }
}
.p-message__wrapper > div p {
  line-height: 2;
}
.p-message__wrapper > div p:nth-of-type(n+2) {
  margin-top: 1.5em;
}
.p-message__wrapper > div figure {
  width: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-message__wrapper > div figure {
    margin: 40px auto 0 auto;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .p-message__wrapper > div figure {
    width: 30vw;
    margin: 10vw 0 0 auto;
  }
}
.p-message__wrapper > figure {
  width: 420px;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-message__wrapper > figure {
    margin: 80px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-message__wrapper > figure {
    width: 100%;
    margin-top: 12.5vw;
    border-radius: 6.25vw 0 6.25vw 0;
  }
}

.p-vision section:not(.c-pageNav) {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-vision section:not(.c-pageNav) {
    font-size: 3.5vw;
  }
}
.p-vision section:not(.c-pageNav):nth-of-type(n+2) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-vision section:not(.c-pageNav):nth-of-type(n+2) {
    margin-top: 15vw;
  }
}
.p-vision__wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-vision__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-vision__wrapper {
    margin-top: 5vw;
  }
}
.p-vision__wrapper > * {
  width: calc((100% - 80px - 4.5em) / 3);
}
@media screen and (max-width: 1000px) {
  .p-vision__wrapper > * {
    width: calc(100% - 1.5em);
  }
}
@media screen and (max-width: 1000px) {
  .p-vision__wrapper > *:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-vision__wrapper > *:nth-of-type(n+2) {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-vision__wrapper--sp2columns {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .p-vision__wrapper--sp2columns > * {
    width: calc((100% - 40px - 3em) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-vision__wrapper--sp2columns > * {
    width: calc((100% - 5vw - 3em) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .p-vision__wrapper--sp2columns > *:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-vision__wrapper--sp2columns > *:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-vision__wrapper--sp2columns > *:nth-of-type(n+3) {
    margin-top: 2.5vw;
  }
}
.p-vision-vision__wrapper {
  background-color: #eff6fa;
  padding: 80px;
}
@media screen and (max-width: 1000px) {
  .p-vision-vision__wrapper {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-vision-vision__wrapper {
    padding: 10vw 3.75vw;
  }
}
.p-vision-vision__content01 article:nth-of-type(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-vision-vision__content01 article:nth-of-type(n+2) {
    margin-top: 7.5vw;
  }
}
.p-vision-vision__content01 article h3 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-vision-vision__content01 article h3 {
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-vision-vision__content01 article p {
  line-height: 1.6;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .p-vision-vision__content01 article p {
    font-size: 3.25vw;
    line-height: 1.4;
  }
}
.p-vision-vision__content02 {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-vision-vision__content02 {
    margin-top: 12.5vw;
    padding-top: 12.5vw;
  }
}
.p-vision-vision__content02 h3 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-vision-vision__content02 h3 {
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-vision-vision__content02 article:nth-of-type(1) p {
  font-size: 2rem;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-vision-vision__content02 article:nth-of-type(1) p {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-vision-vision__content02 article:nth-of-type(1) p {
    font-size: 3.5vw;
  }
}
.p-vision-vision__content02 article:nth-of-type(1) p:before {
  content: "";
  background-image: url(../images/pages/vision/vision_img02.png);
  width: 340px;
  height: 157px;
  margin-right: 80px;
  display: block;
  flex-shrink: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1000px) {
  .p-vision-vision__content02 article:nth-of-type(1) p:before {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-vision-vision__content02 article:nth-of-type(1) p:before {
    width: 59vw;
    height: 27.25vw;
    margin: 0 auto 7.5vw auto;
  }
}
.p-vision-vision__content02 article:nth-of-type(2) {
  background-color: #ffffff;
  margin-top: 80px;
  padding: 60px 50px;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-vision-vision__content02 article:nth-of-type(2) {
    margin-top: 7.5vw;
    padding: 10vw 6.25vw;
    border-radius: 2.5vw;
  }
}
.p-vision-vision__content02 article:nth-of-type(2) p {
  line-height: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-vision-vision__content02 article:nth-of-type(2) p {
    display: block;
  }
}
.p-vision-vision__content02 article:nth-of-type(2) p:before {
  content: "";
  background-image: url(../images/pages/vision/vision_img03.png);
  width: 198px;
  height: 251px;
  margin-right: 80px;
  display: block;
  flex-shrink: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1000px) {
  .p-vision-vision__content02 article:nth-of-type(2) p:before {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-vision-vision__content02 article:nth-of-type(2) p:before {
    width: 38vw;
    height: 48.125vw;
    margin: 0 auto 5vw auto;
  }
}
.p-vision-features {
  counter-reset: item 0;
}
.p-vision-features article {
  padding: 60px 0;
  border-bottom: 1px #aaaaaa solid;
  counter-increment: item 1;
}
@media screen and (max-width: 768px) {
  .p-vision-features article {
    padding: 7.5vw 0;
  }
}
.p-vision-features article:nth-of-type(3), .p-vision-features article:nth-of-type(4) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-vision-features article:nth-of-type(3), .p-vision-features article:nth-of-type(4) {
    display: block;
  }
}
.p-vision-features article:nth-of-type(3) > figure {
  width: 425px;
  margin-left: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .p-vision-features article:nth-of-type(3) > figure {
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-vision-features article:nth-of-type(3) > figure {
    width: 77vw;
    margin: 7.5vw auto 0 auto;
  }
}
.p-vision-features article:nth-of-type(4):after {
  content: "";
  background-image: url(../images/pages/vision/features_img01.png);
  width: 400px;
  height: 392px;
  margin-left: 80px;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .p-vision-features article:nth-of-type(4):after {
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-vision-features article:nth-of-type(4):after {
    width: 75vw;
    height: 73.5vw;
    margin: 7.5vw auto 0 auto;
  }
}
.p-vision-features article h3 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-vision-features article h3 {
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
    padding-left: 8.75vw;
  }
}
.p-vision-features article h3:before {
  content: counter(item, decimal-leading-zero);
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-vision-features article h3:before {
    font-size: 5.75vw;
  }
}
.p-vision-features article p {
  line-height: 2;
  padding-left: 80px;
}
@media screen and (max-width: 1000px) {
  .p-vision-features article p {
    padding-left: 0;
  }
}

.p-organization section:not(.c-pageNav) {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) {
    font-size: 3.5vw;
  }
}
.p-organization section:not(.c-pageNav):nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav):nth-of-type(n+2) {
    margin-top: 12.5vw;
  }
}
.p-organization section:not(.c-pageNav) picture {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) picture {
    margin-top: 2.5vw;
  }
}
.p-organization section:not(.c-pageNav) picture img {
  width: auto;
  max-width: 100%;
}
.p-organization section:not(.c-pageNav) article:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) article:nth-of-type(n+2) {
    margin-top: 12.5vw;
  }
}
.p-organization section:not(.c-pageNav) article h3 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) article h3 {
    font-size: 4.5vw;
    margin-bottom: 3.75vw;
  }
}
.p-organization section:not(.c-pageNav) article div {
  width: 100%;
  height: 0;
  padding-top: 45.833333%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) article div {
    border-radius: 2.5vw;
  }
}
.p-organization section:not(.c-pageNav) article div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-organization section:not(.c-pageNav) article p {
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) article p {
    margin-top: 3.75vw;
  }
}
.p-organization section:not(.c-pageNav) article dl {
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) article dl {
    margin-top: 7.5vw;
  }
}
.p-organization section:not(.c-pageNav) article dl dt {
  color: #115fad;
  font-weight: 700;
  padding-left: calc(8px + 1em);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) article dl dt {
    padding-left: calc(1vw + 1em);
  }
}
.p-organization section:not(.c-pageNav) article dl dt:before {
  content: "";
  background-color: #115fad;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5em;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) article dl dt:before {
    width: 1vw;
    height: 1vw;
  }
}
.p-organization section:not(.c-pageNav) .c-nomap p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) .c-nomap p {
    margin-top: 2.5vw;
  }
}
.p-organization section:not(.c-pageNav) .c-nomap h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) .c-nomap h3 {
    margin-bottom: 2.5vw;
  }
}
.p-organization section:not(.c-pageNav) .c-nomap h3:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-organization section:not(.c-pageNav) .c-nomap h3:not(:first-child) {
    margin-top: 3.75vw;
  }
}

.p-license section:not(.c-pageNav) {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-license section:not(.c-pageNav) {
    font-size: 3.5vw;
  }
}
.p-license section:not(.c-pageNav):nth-of-type(n+2) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-license section:not(.c-pageNav):nth-of-type(n+2) {
    margin-top: 15vw;
  }
}
.p-license section:not(.c-pageNav) .c-subhead + p {
  font-weight: 700;
  margin-top: 0 !important;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-license section:not(.c-pageNav) .c-subhead + p {
    padding-left: 3.75vw;
  }
}
.p-license section:not(.c-pageNav) article {
  padding: 40px 0;
  border-top: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .p-license section:not(.c-pageNav) article {
    padding: 5vw 0;
  }
}
.p-license section:not(.c-pageNav) article:last-of-type {
  border-bottom: 1px #cfcfcf solid;
}
.p-license section:not(.c-pageNav) article h4 {
  color: #115fad;
  font-weight: 700;
  line-height: 2;
  margin: 40px auto 20px auto;
}
@media screen and (max-width: 768px) {
  .p-license section:not(.c-pageNav) article h4 {
    margin: 7.5vw auto 5vw auto;
  }
}
.p-license section:not(.c-pageNav) article p {
  line-height: 2;
}
.p-license section:not(.c-pageNav) article p + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-license section:not(.c-pageNav) article p + p {
    margin-top: 7.5vw;
  }
}
.p-license section:not(.c-pageNav) article a {
  color: #115fad;
  text-decoration: underline;
}
.p-license section:not(.c-pageNav) article dl {
  line-height: 2;
}
.p-license section:not(.c-pageNav) article dl dt {
  font-weight: 700;
}
.p-license section:not(.c-pageNav) article dl:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-license section:not(.c-pageNav) article dl:nth-of-type(n+2) {
    margin-top: 7.5vw;
  }
}
.p-license section:not(.c-pageNav) article + p {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-license section:not(.c-pageNav) article + p {
    margin-top: 6.25vw;
  }
}
.p-license section:not(.c-pageNav) ul {
  line-height: 1.3;
  list-style-type: disc;
  margin-left: 1.5em;
}
.p-license section:not(.c-pageNav) ul li::marker {
  color: #115fad;
}
.p-license section:not(.c-pageNav) ul li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-license section:not(.c-pageNav) ul li:nth-of-type(n+2) {
    margin-top: 2.5vw;
  }
}
.p-license__wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-license__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-license__wrapper {
    margin-top: 5vw;
  }
}
.p-license__wrapper > * {
  width: calc((100% - 80px - 4.5em) / 3);
}
@media screen and (max-width: 1000px) {
  .p-license__wrapper > * {
    width: calc(100% - 1.5em);
  }
}
@media screen and (max-width: 1000px) {
  .p-license__wrapper > *:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-license__wrapper > *:nth-of-type(n+2) {
    margin-top: 2.5vw;
  }
}
.p-license__wrapper--sp2columns {
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .p-license__wrapper--sp2columns {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .p-license__wrapper--sp2columns > * {
    width: calc((100% - 40px - 3em) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-license__wrapper--sp2columns > * {
    width: calc((100% - 5vw - 3em) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .p-license__wrapper--sp2columns > *:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-license__wrapper--sp2columns > *:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-license__wrapper--sp2columns > *:nth-of-type(n+3) {
    margin-top: 2.5vw;
  }
}

.p-business__lead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-business__lead {
    display: block;
  }
}
.p-business__lead > div {
  width: calc(100% - 460px - 80px);
}
@media screen and (max-width: 1000px) {
  .p-business__lead > div {
    width: 100%;
  }
}
.p-business__lead > div h2 {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-business__lead > div h2 {
    font-size: 6.5vw;
    margin-bottom: 5vw;
  }
}
.p-business__lead > div p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-business__lead > div p {
    font-size: 3.5vw;
  }
}
.p-business__lead > figure {
  width: 460px;
}
@media screen and (max-width: 1000px) {
  .p-business__lead > figure {
    width: 620px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-business__lead > figure {
    width: 77.5vw;
    margin: 7.5vw auto 0 auto;
  }
}
.p-business .c-title {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-business .c-title {
    margin-top: 10vw;
  }
}
.p-business .business01 li:nth-of-type(1) a:before {
  background-image: url(../images/pages/business/links_img01.jpg);
}
.p-business .business01 li:nth-of-type(2) a:before {
  background-image: url(../images/pages/business/links_img02.jpg);
}
.p-business .business01 li:nth-of-type(3) a:before {
  background-image: url(../images/pages/business/links_img03.jpg);
}
.p-business .business01 li:nth-of-type(4) a:before {
  background-image: url(../images/pages/business/links_img04.jpg);
}
.p-business .business01 li:nth-of-type(5) a:before {
  background-image: url(../images/pages/business/links_img05.jpg);
}
.p-business .business01 li:nth-of-type(6) a:before {
  background-image: url(../images/pages/business/links_img06.jpg);
}
.p-business .business01 li:nth-of-type(7) a:before {
  background-image: url(../images/pages/business/links_img07.jpg);
}
.p-business .business01 li:nth-of-type(8) a:before {
  background-image: url(../images/pages/business/links_img08.jpg);
}
.p-business .business02 li:nth-of-type(1) a:before {
  background-image: url(../images/pages/business/links_img09.jpg);
}
.p-business .business02 li:nth-of-type(2) a:before {
  background-image: url(../images/pages/business/links_img10.jpg);
}
.p-business .business02 li:nth-of-type(3) a:before {
  background-image: url(../images/pages/business/links_img11.jpg);
}
.p-business ul {
  color: #ffffff;
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-business ul {
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-business ul {
    justify-content: space-between;
  }
}
.p-business ul li {
  width: calc((100% - 80px) / 4);
  height: 0;
  padding-top: 40%;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-business ul li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1000px) {
  .p-business ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-business ul li {
    width: calc((100% - 7.5vw) / 2);
    padding-top: 68.571428%;
    border-radius: 6.25vw 0 6.25vw 0;
  }
}
.p-business ul li:not(:nth-of-type(4n+1)) {
  margin-left: 26.6666666667px;
}
@media screen and (max-width: 1240px) {
  .p-business ul li:not(:nth-of-type(4n+1)) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-business ul li:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
}
.p-business ul li:nth-of-type(n+5) {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .p-business ul li:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-business ul li:nth-of-type(n+5) {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-business ul li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-business ul li:nth-of-type(n+3) {
    margin-top: 7.5vw;
  }
}
.p-business ul li a {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-business ul li a {
    padding: 3.75vw 2.5vw;
  }
}
.p-business ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s;
}
.p-business ul li a p {
  line-height: 1.4;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.p-business ul li a p i {
  background-color: #ffffff;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  display: block;
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-business ul li a p i {
    width: 8.125vw;
    height: 8.125vw;
    margin-right: 2.5vw;
  }
}
.p-business ul li a p i:before {
  content: "";
  background-color: #115fad;
  mask-image: url(../images/common/icon_arrow.svg);
  width: 16px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-business ul li a p i:before {
    width: 2vw;
    height: 1.625vw;
  }
}
.p-business ul li a p span {
  min-height: 65px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-business ul li a p span {
    min-height: 8.125vw;
    text-shadow: 0 0 3vw rgba(0, 0, 0, 0.5);
  }
}
.p-business ul li a:hover {
  opacity: 1;
}
.p-business ul li a:hover:before {
  transform: scale(1.1);
}

.p-template-business {
  padding-top: 140px;
}
@media screen and (max-width: 1000px) {
  .p-template-business {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-template-business {
    padding-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .p-template-business .p-page-content {
    padding: 5vw 0 17.5vw 0;
  }
}
.p-template-business .p-page-header {
  background-color: transparent;
  height: auto;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .p-template-business .p-page-header {
    min-height: 560px;
  }
}
@media screen and (max-width: 1000px) {
  .p-template-business .p-page-header {
    height: auto;
  }
}
.p-template-business .p-page-header .l-wrapper {
  height: 100%;
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-template-business .p-page-header .l-wrapper {
    padding-top: 11.25vw;
  }
}
.p-template-business .p-page-header .l-wrapper:after {
  content: "";
  width: 750px;
  height: 560px;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-template-business .p-page-header .l-wrapper:after {
    margin: 80px auto 0 auto;
    padding-top: 0;
    display: block;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .p-template-business .p-page-header .l-wrapper:after {
    width: 100%;
    height: 65vw;
    margin: 8.75vw auto 0 auto;
  }
}
.p-template-business .p-page-header h1,
.p-template-business .p-page-header p {
  width: calc(100% - 580px);
}
@media screen and (max-width: 1000px) {
  .p-template-business .p-page-header h1,
  .p-template-business .p-page-header p {
    width: 100%;
  }
}
.p-template-business .p-page-header p {
  color: #1c1c1c;
}
.p-template-business .p-page-header p:nth-of-type(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-template-business .p-page-header p:nth-of-type(1) {
    margin-bottom: 3.75vw;
  }
}
.p-template-business .p-page-header p:nth-of-type(1):before {
  background-color: #115fad;
}
.p-template-business .p-page-header p:nth-of-type(2) {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 80px;
}
@media screen and (min-width: 1100px) {
  .p-template-business .p-page-header p:nth-of-type(2) {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-template-business .p-page-header p:nth-of-type(2) {
    font-size: 5.75vw;
    margin-top: 10vw;
  }
}
.p-template-business-icons {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-template-business-icons {
    margin-bottom: 8.75vw;
  }
}
.p-template-business-icons ul {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-template-business-icons ul {
    font-size: 3.625vw;
  }
}
.p-template-business-icons ul li {
  color: #ffffff;
  background-color: #115fad;
  width: 246px;
  height: 246px;
  margin: 0 15px 30px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-template-business-icons ul li {
    width: 37.5vw;
    height: 37.5vw;
    margin: 0 3.125vw 3.75vw 3.125vw;
  }
}
.p-template-business-icons ul li span {
  font-weight: 700;
}
.p-template-business-icons ul li span:before {
  content: "";
  margin: 0 auto 10px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-template-business-icons ul li span:before {
    margin: 0 auto 1.25vw auto;
  }
}
.p-template-business-icons p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-template-business-icons p {
    font-size: 3.25vw;
    margin-top: 1.25vw;
  }
}
.p-template-business-lead {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-template-business-lead {
    font-size: 3.5vw;
  }
}
.p-template-business-img {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-template-business-img {
    margin-top: 12.5vw;
  }
}
.p-template-business-img li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-template-business-img li {
    width: 50%;
  }
}
.p-template-business-content {
  font-size: 1.8rem;
  padding: 100px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .p-template-business-content {
    font-size: 3.5vw;
    padding: 12.5vw 0 17.5vw 0;
  }
}
.p-template-business-content .l-wrapper {
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-template-business-content .l-wrapper {
    background-color: #ffffff;
    padding: 90px 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-template-business-content .l-wrapper {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-template-business-content .l-wrapper {
    padding: 7.5vw 3.125vw;
    border-radius: 2.5vw;
  }
}
.p-template-business-content .l-wrapper:before {
  content: "";
  background-color: #ffffff;
  width: calc(100% + 180px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}
@media screen and (max-width: 1240px) {
  .p-template-business-content .l-wrapper:before {
    content: none;
  }
}
.p-template-business-content .l-wrapper > * {
  position: relative;
}
.p-template-business-content .l-wrapper + .l-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content .l-wrapper + .l-wrapper {
    margin-top: 10vw;
  }
}
.p-template-business-content__item:nth-of-type(n + 2) {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__item:nth-of-type(n + 2) {
    margin-top: 10vw;
    padding-top: 10vw;
  }
}
.p-template-business-content__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__title {
    font-size: 4.25vw;
    margin-bottom: 5vw;
    padding-left: 3.5vw;
  }
}
.p-template-business-content__title:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__title:before {
    width: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-template-business-content__title br {
    display: none;
  }
}
.p-template-business-content__title + .p-template-business-content__lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__title + .p-template-business-content__lead {
    margin-bottom: 7.5vw;
  }
}
.p-template-business-content__lead {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__lead {
    padding: 1.25vw 1.875vw;
    display: block;
    border-radius: 0.625vw;
  }
}
.p-template-business-content__subhead {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__subhead {
    font-size: 4.75vw;
    margin-bottom: 3.75vw;
  }
}
.p-template-business-content__subhead--large {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__subhead--large {
    font-size: 4.75vw;
  }
}
.p-template-business-content__subhead-item {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: 20px;
  padding: 0 20px;
  display: inline-block;
  border-left: 1px #1c1c1c solid;
  border-right: 1px #1c1c1c solid;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__subhead-item {
    font-size: 4.25vw;
    margin-bottom: 2.5vw;
    padding: 0 2.5vw;
  }
}
.p-template-business-content__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-template-business-content__wrapper {
    display: block;
  }
}
.p-template-business-content__wrapper:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__wrapper:nth-of-type(n + 2) {
    margin-top: 10vw;
  }
}
.p-template-business-content__wrapper > div:nth-of-type(1) {
  width: calc(100% - 480px - 40px);
}
@media screen and (max-width: 1000px) {
  .p-template-business-content__wrapper > div:nth-of-type(1) {
    width: 100%;
  }
}
.p-template-business-content__wrapper > div:nth-of-type(1) > *:not(.p-template-business-content__title, .p-template-business-content__subhead) + * {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__wrapper > div:nth-of-type(1) > *:not(.p-template-business-content__title, .p-template-business-content__subhead) + * {
    margin-top: 7.5vw;
  }
}
.p-template-business-content__wrapper > div:nth-of-type(1) p {
  line-height: 2;
}
.p-template-business-content__wrapper > div:nth-of-type(1) dl {
  line-height: 2;
}
.p-template-business-content__wrapper > div:nth-of-type(1) dl dt {
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__wrapper > div:nth-of-type(1) dl dt {
    margin-bottom: 1.25vw;
  }
}
.p-template-business-content__wrapper > div:nth-of-type(1) ul {
  list-style-type: disc;
  line-height: 2;
  margin-left: 1.5em;
}
.p-template-business-content__wrapper > figure,
.p-template-business-content__wrapper > div:nth-of-type(2) {
  width: 480px;
}
@media screen and (max-width: 1000px) {
  .p-template-business-content__wrapper > figure,
  .p-template-business-content__wrapper > div:nth-of-type(2) {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-template-business-content__wrapper > figure,
  .p-template-business-content__wrapper > div:nth-of-type(2) {
    width: 100%;
    margin: 5vw auto 0 auto;
  }
}
.p-template-business-content__wrapper figure:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__wrapper figure:nth-of-type(n + 2) {
    margin-top: 5vw;
  }
}
.p-template-business-content__wrapper figure figcaption {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__wrapper figure figcaption {
    font-size: 3vw;
    margin-top: 1.25vw;
  }
}
.p-template-business-content__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__list {
    margin-top: 7.5vw;
  }
}
.p-template-business-content__list ul {
  margin-left: 0 !important;
}
.p-template-business-content__list ul li {
  margin-left: 1.5em;
}
.p-template-business-content__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 100px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__links {
    grid-template-columns: 1fr;
    gap: 6.25vw 12.5vw;
    margin-top: 12.5vw;
  }
}
.p-template-business-content__links li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__links li a {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-template-business-content__links li a figure {
    width: 30%;
  }
}
.p-template-business-content__links li a figure img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__links li a figure img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.p-template-business-content__links li a span {
  flex: 1;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-template-business-content__links li a span {
    font-size: 3.75vw;
    padding-right: 3.75vw;
    padding-left: 14%;
  }
}
@media screen and (max-width: 768px) {
  .p-template-business-content__links li a span::before {
    left: 7%;
  }
}

body.conservatism .p-page-header .l-wrapper:after {
  background-image: url(../images/pages/conservatism/header_mv.jpg);
}
body.conservatism .p-page-header h1,
body.conservatism .p-template-business-content__subhead,
body.conservatism .p-template-business-content__subhead-item,
body.conservatism .p-template-business-content__list li::marker {
  color: #4f86c5;
}
body.conservatism .p-template-business-content__subhead-item {
  border-left-color: #4f86c5;
  border-right-color: #4f86c5;
}
body.conservatism .p-template-business-content__lead {
  background-color: #4f86c5;
}
body.conservatism .p-template-business-content {
  background-color: #d9e5f3;
}
body.conservatism .p-template-business-content__list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body.conservatism .p-template-business-content__list ul {
    display: block;
  }
}
body.conservatism .p-template-business-content__list ul li {
  width: calc((100% - 4.5em) / 3);
}
@media screen and (max-width: 1000px) {
  body.conservatism .p-template-business-content__list ul li {
    width: calc((100% - 3em) / 2);
  }
}
@media screen and (max-width: 768px) {
  body.conservatism .p-template-business-content__list ul li {
    width: 100%;
  }
}

body.plan .p-page-header .l-wrapper:after {
  background-image: url(../images/pages/plan/header_mv.jpg);
}
body.plan .p-page-header h1,
body.plan .p-template-business-content__subhead,
body.plan .p-template-business-content__subhead-item,
body.plan .p-template-business-content__list li::marker {
  color: #D77F22;
}
body.plan .p-template-business-content__subhead-item {
  border-left-color: #D77F22;
  border-right-color: #D77F22;
}
body.plan .p-template-business-content__title:before {
  background-color: #D77F22;
}
body.plan .p-template-business-content {
  background-color: #fae7d8;
}
body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(1),
body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(2) {
  display: block;
}
body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(1) > div:nth-of-type(1),
body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(2) > div:nth-of-type(1) {
  float: left;
}
@media screen and (max-width: 1000px) {
  body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(1) > div:nth-of-type(1),
  body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(2) > div:nth-of-type(1) {
    float: none;
  }
}
body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(1) > figure,
body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(2) > figure {
  float: right;
}
@media screen and (max-width: 1000px) {
  body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(1) > figure,
  body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(2) > figure {
    float: none;
  }
}
body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(2) > div:nth-of-type(1),
body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(2) > figure {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(2) > div:nth-of-type(1),
  body.plan .p-template-business-content__item:nth-of-type(1) .p-template-business-content__wrapper:nth-of-type(2) > figure {
    margin-top: 0;
  }
}
body.plan .p-template-business-content__item:nth-of-type(2) .p-template-business-content__wrapper:nth-of-type(1) {
  display: block;
}
body.plan .p-template-business-content__item:nth-of-type(2) .p-template-business-content__wrapper:nth-of-type(1) > div:nth-of-type(1) {
  margin-bottom: 60px;
  float: left;
}
@media screen and (max-width: 1000px) {
  body.plan .p-template-business-content__item:nth-of-type(2) .p-template-business-content__wrapper:nth-of-type(1) > div:nth-of-type(1) {
    margin-bottom: 0;
    float: none;
  }
}
body.plan .p-template-business-content__item:nth-of-type(2) .p-template-business-content__wrapper:nth-of-type(1) > figure {
  float: right;
}
@media screen and (max-width: 1000px) {
  body.plan .p-template-business-content__item:nth-of-type(2) .p-template-business-content__wrapper:nth-of-type(1) > figure {
    float: none;
  }
}
body.plan .p-template-business-content__item:nth-of-type(2) .p-template-business-content__wrapper:nth-of-type(2) {
  display: block;
}
body.plan .p-template-business-content__item:nth-of-type(2) .p-template-business-content__wrapper:nth-of-type(2) > div:nth-of-type(1) {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1000px) {
  body.plan .p-template-business-content__item:nth-of-type(2) .p-template-business-content__wrapper:nth-of-type(2) > div:nth-of-type(1) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body.plan .p-template-business-content__item:nth-of-type(2) .p-template-business-content__wrapper:nth-of-type(2) > div:nth-of-type(1) {
    max-width: none;
  }
}

.p-plan__wrapper01 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-plan__wrapper01 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__wrapper01 {
    margin-top: 7.5vw;
  }
}
.p-plan__wrapper01 figure {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1000px) {
  .p-plan__wrapper01 figure {
    width: 580px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__wrapper01 figure {
    width: 100%;
    margin: 5vw auto 0 auto;
  }
}
.p-plan__wrapper02 {
  width: 100%;
  max-width: 680px;
  margin: 30px auto 0 auto !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-plan__wrapper02 {
    max-width: none;
    margin: 7.5vw auto 0 auto !important;
    display: block;
  }
}
.p-plan__wrapper02 .p-template-business-content__list {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-plan__wrapper02 .p-template-business-content__list {
    width: 100%;
    padding-right: 0;
  }
}
.p-plan__wrapper02 .p-template-business-content__list:last-child {
  width: 100%;
}
.p-plan__wrapper03 {
  width: 100% !important;
  margin-top: -280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-plan__wrapper03 {
    margin-top: 60px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__wrapper03 {
    margin-top: 7.5vw;
  }
}
.p-plan__wrapper03 figure {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-plan__wrapper03 figure {
    margin: 0 auto;
  }
}
.p-plan__wrapper03 figure:nth-of-type(1) {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .p-plan__wrapper03 figure:nth-of-type(1) {
    width: 57vw;
  }
}
.p-plan__wrapper03 figure:nth-of-type(2) {
  width: 360px;
  margin-left: 220px;
}
@media screen and (max-width: 1000px) {
  .p-plan__wrapper03 figure:nth-of-type(2) {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__wrapper03 figure:nth-of-type(2) {
    width: 45vw;
    margin: 5vw auto 0 auto;
  }
}
.p-plan__wrapper03 figure figcaption {
  white-space: nowrap;
}

body.business-business .p-page-header .l-wrapper:after {
  background-image: url(../images/pages/business-business/header_mv.jpg);
}
body.business-business .p-page-header h1,
body.business-business .p-template-business-content__subhead,
body.business-business .p-template-business-content__wrapper > div:nth-of-type(1) ul li::marker,
body.business-business .p-template-business-content__subhead-item,
body.business-business .p-template-business-content__list li::marker {
  color: #019FD7;
}
body.business-business .p-template-business-content__subhead-item {
  border-left-color: #019FD7;
  border-right-color: #019FD7;
}
body.business-business .p-template-business-content__lead {
  background-color: #019FD7;
}
body.business-business .p-template-business-content {
  background-color: #d8edf4;
}

body.improvement .p-page-header .l-wrapper:after {
  background-image: url(../images/pages/improvement/header_mv.jpg);
}
body.improvement .p-page-header h1,
body.improvement .p-template-business-content__subhead,
body.improvement .p-template-business-content__wrapper > div:nth-of-type(1) ul li::marker,
body.improvement .p-template-business-content__subhead-item,
body.improvement .p-template-business-content__list li::marker {
  color: #00A79A;
}
body.improvement .p-template-business-content__subhead-item {
  border-left-color: #00A79A;
  border-right-color: #00A79A;
}
body.improvement .p-template-business-content__list ul {
  list-style: unset;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.improvement .p-template-business-content__list ul {
    margin-bottom: 2.5vw;
  }
}
body.improvement p {
  line-height: 2;
}
body.improvement .p-template-business-content__title:before {
  background-color: #00A79A;
}
body.improvement .p-template-business-content {
  background-color: #cbe5e4;
}

body.solution .p-page-header .l-wrapper:after {
  background-image: url(../images/pages/solution/header_mv.jpg);
}
body.solution .p-page-header h1,
body.solution .p-template-business-content__subhead,
body.solution .p-template-business-content__wrapper > div:nth-of-type(1) li::marker {
  color: #e96580;
}
body.solution .p-template-business-content__wrapper > div:nth-of-type(2) p {
  color: #e2617b;
}
body.solution .p-template-business-content__title:before,
body.solution .p-template-business-content__lead {
  background-color: #e96580;
}
body.solution .p-template-business-content,
body.solution .p-template-business-content__wrapper > div:nth-of-type(2) {
  background-color: #fbeff1;
}
body.solution .p-template-business-content__wrapper > div:nth-of-type(2) {
  line-height: 2;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body.solution .p-template-business-content__wrapper > div:nth-of-type(2) {
    padding: 5vw 3.75vw;
    border-radius: 1.25vw;
  }
}
body.solution .p-template-business-content__wrapper > div:nth-of-type(2) p {
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.solution .p-template-business-content__wrapper > div:nth-of-type(2) p {
    margin-bottom: 2.5vw;
  }
}
body.solution .p-template-business-content__wrapper > div:nth-of-type(2) ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

body.atom .p-page-header .l-wrapper:after {
  background-image: url(../images/pages/atom/header_mv.jpg);
}
body.atom .p-page-header h1,
body.atom .p-template-business-content__subhead,
body.atom .p-template-business-content__wrapper > div:nth-of-type(1) ul li::marker,
body.atom .p-template-business-content__subhead-item,
body.atom .p-template-business-content__list li::marker {
  color: #B186B5;
}
body.atom .p-template-business-content__subhead-item {
  border-left-color: #B186B5;
  border-right-color: #B186B5;
}
body.atom .p-template-business-content__title:before,
body.atom .p-template-business-content__lead {
  background-color: #B186B5;
}
body.atom .p-template-business-content {
  background-color: #eadaeb;
}
body.atom .p-template-business-img li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  body.atom .p-template-business-img li {
    width: 50%;
  }
}
body.atom .p-template-business-content__list ul {
  display: flex;
  flex-wrap: wrap;
}
body.atom .p-template-business-content__list ul li {
  width: calc((100% - 4.5em) / 3);
}
@media screen and (max-width: 1000px) {
  body.atom .p-template-business-content__list ul li {
    width: calc((100% - 3em) / 2);
  }
}
body.atom .p-template-business-content__item:nth-of-type(3) .p-template-business-content__list ul li,
body.atom .p-template-business-content__item:nth-of-type(5) .p-template-business-content__list ul li {
  width: calc((100% - 3em) / 2);
}

body.emergency .p-page-header .l-wrapper:after {
  background-image: url(../images/pages/emergency/header_mv.jpg);
}
body.emergency .p-page-header h1,
body.emergency .p-template-business-content__subhead,
body.emergency .p-template-business-content__subhead-item {
  color: #ed6d47;
}
body.emergency .p-template-business-content__subhead-item {
  border-left-color: #ed6d47;
  border-right-color: #ed6d47;
}
body.emergency .p-template-business-content__title:before,
body.emergency .p-template-business-content__lead {
  background-color: #ed6d47;
}
body.emergency .p-template-business-content {
  background-color: #f5ded7;
}
body.emergency .p-template-business-content__subhead + p {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.emergency .p-template-business-content__subhead + p {
    margin-bottom: 7.5vw;
  }
}
body.emergency .p-template-business-content__wrapper:nth-of-type(1) > div:nth-of-type(1) {
  width: calc(100% - 770px - 40px);
}
@media screen and (max-width: 1240px) {
  body.emergency .p-template-business-content__wrapper:nth-of-type(1) > div:nth-of-type(1) {
    width: calc(100% - 640px - 40px);
  }
}
@media screen and (max-width: 1000px) {
  body.emergency .p-template-business-content__wrapper:nth-of-type(1) > div:nth-of-type(1) {
    width: 100%;
  }
}
body.emergency .p-template-business-content__wrapper:nth-of-type(1) > figure {
  width: 770px;
}
@media screen and (max-width: 1240px) {
  body.emergency .p-template-business-content__wrapper:nth-of-type(1) > figure {
    width: 640px;
  }
}
@media screen and (max-width: 768px) {
  body.emergency .p-template-business-content__wrapper:nth-of-type(1) > figure {
    width: 100%;
  }
}
body.emergency .p-template-business-content__list p {
  margin-left: 1.5em;
}
body.emergency .p-template-business-content__list:nth-of-type(1) {
  margin-top: 0;
}
body.emergency dl dd {
  margin-left: 1.5em;
}

body.support .p-page-header .l-wrapper:after {
  background-image: url(../images/pages/support/header_mv.jpg);
}
@media screen and (max-width: 1000px) {
  body.support .p-page-header h1 br {
    display: none;
  }
}
body.support .p-page-header h1,
body.support .p-template-business-content__subhead {
  color: #4DA754;
}
body.support .p-template-business-content__title:before {
  background-color: #4DA754;
}
body.support .p-template-business-content {
  background-color: #d4e8d6;
}
body.support .p-template-business-img {
  margin-top: 0;
}
body.support .p-template-business-content__wrapper div:nth-of-type(1) ul {
  list-style-type: none;
  margin-left: 0;
}
body.support .p-template-business-content__wrapper div:nth-of-type(1) ul li a {
  color: #115fad;
  text-decoration: underline;
}
body.support .p-template-business-content__wrapper div:nth-of-type(1) ul li a .c-icon:after {
  margin: 0 10px 0 auto;
}
@media screen and (max-width: 768px) {
  body.support .p-template-business-content__wrapper div:nth-of-type(1) ul li a .c-icon:after {
    margin: 0 1.25vw 0 auto;
  }
}

.p-support__wrapper {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 1000px) {
  .p-support__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-support__wrapper {
    margin-top: 7.5vw;
  }
}
.p-support__wrapper figure {
  width: 480px;
}
@media screen and (max-width: 1000px) {
  .p-support__wrapper figure {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-support__wrapper figure {
    width: 100%;
    margin: 5vw auto 0 auto;
  }
}
.p-support__sales {
  background-color: #eaf5eb;
  width: 100%;
  max-width: max-content;
  line-height: 2;
  margin-top: 50px;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-support__sales {
    line-height: 1.5;
    margin-top: 5vw;
    padding: 6.25vw 3.75vw;
    border-radius: 1.25vw;
  }
}
.p-support__sales dt {
  color: #489D4F;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-support__sales dt {
    margin-bottom: 2.5vw;
  }
}

body.errims .p-page-header .l-wrapper:after {
  display: none;
}
@media screen and (max-width: 1000px) {
  body.errims .p-page-header h1 br {
    display: none;
  }
}
body.errims .p-template-business .p-page-header {
  min-height: 0;
}
body.errims .p-template-business .p-page-header h1, body.errims .p-template-business .p-page-header p {
  width: 100%;
}
body.errims .p-page-header h1,
body.errims .p-template-business-content__subhead,
body.errims .p-template-business-content__subhead-item,
body.errims .p-template-business-content ul li::marker {
  color: #115fad;
}
body.errims .p-template-business-content__subhead-item {
  border-left-color: #115fad;
  border-right-color: #115fad;
}
body.errims .p-template-business-content {
  background-color: #e7f2f8;
}
body.errims .p-template-business-icons {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-icons {
    margin-bottom: 12.5vw;
  }
}
body.errims .p-template-business-icons ul {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-icons ul {
    font-size: 2.5vw;
  }
}
body.errims .p-template-business-icons ul li {
  width: 210px;
  height: 210px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-icons ul li {
    width: 26.25vw;
    height: 26.25vw;
    margin: 0 1.25vw 3.75vw 1.25vw;
  }
}
body.errims .p-template-business-icons ul li:nth-of-type(1) span:before {
  background-image: url(../images/pages/errims/icon_img01.svg);
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-icons ul li:nth-of-type(1) span:before {
    width: 9vw;
    height: 9vw;
  }
}
body.errims .p-template-business-icons ul li:nth-of-type(2) span:before {
  background-image: url(../images/pages/errims/icon_img02.svg);
  width: 74px;
  height: 69px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-icons ul li:nth-of-type(2) span:before {
    width: 9.25vw;
    height: 8.625vw;
  }
}
body.errims .p-template-business-icons ul li:nth-of-type(3) span:before {
  background-image: url(../images/pages/errims/icon_img03.svg);
  width: 50px;
  height: 67px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-icons ul li:nth-of-type(3) span:before {
    width: 6.25vw;
    height: 8.375vw;
  }
}
body.errims .p-template-business-icons ul li:nth-of-type(4) span:before {
  background-image: url(../images/pages/errims/icon_img04.svg);
  width: 81px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-icons ul li:nth-of-type(4) span:before {
    width: 10.125vw;
    height: 7.5vw;
  }
}
body.errims .p-template-business-icons ul li:nth-of-type(5) span:before {
  background-image: url(../images/pages/errims/icon_img05.svg);
  width: 70px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-icons ul li:nth-of-type(5) span:before {
    width: 8.75vw;
    height: 7.25vw;
  }
}
body.errims .p-template-business-content__item p:not(.p-template-business-content__lead),
body.errims .p-template-business-content__item ul,
body.errims .p-template-business-content__item dl {
  line-height: 2;
}
body.errims .p-template-business-content__item a {
  color: #115fad;
  text-decoration: underline;
}
body.errims .p-template-business-content__item > * + * {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-content__item > * + * {
    margin-top: 7.5vw;
  }
}
body.errims .p-template-business-content__item ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
body.errims .p-template-business-content__item:nth-child(n+2) ul li {
  font-weight: 700;
}
body.errims .p-template-business-content__item:nth-child(n+2) ul li span {
  display: block;
}
body.errims .p-template-business-content__item article {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-content__item article {
    margin-top: 7.5vw;
  }
}
body.errims .p-template-business-content__item article h3 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-content__item article h3 {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
body.errims .p-template-business-content__item article figure {
  margin: 0 auto;
}
body.errims .p-template-business-content__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-content__list {
    margin-top: 10vw;
  }
}
body.errims .p-template-business-content__item > dl dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.errims .p-template-business-content__item > dl dt {
    font-size: 3.75vw;
    margin-bottom: 1.25vw;
  }
}

.p-errims__title {
  color: #115fad;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-errims__title {
    font-size: 7.5vw;
    margin-bottom: 5vw;
  }
}
.p-errims__title span {
  color: #1c1c1c;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  margin-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .p-errims__title span {
    margin: 20px auto 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-errims__title span {
    font-size: 3.5vw;
    margin: 1.25vw auto 0 auto;
  }
}
.p-errims__subhead {
  color: #115fad;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-errims__subhead {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }
}
.p-errims__subhead + p {
  margin-top: 0 !important;
}
.p-errims .c-table table tbody tr td:nth-of-type(1) {
  text-align: center;
}

body.management-system .p-page-header .l-wrapper:after {
  display: none;
}
@media screen and (max-width: 1000px) {
  body.management-system .p-page-header h1 br {
    display: none;
  }
}
body.management-system .p-template-business .p-page-header {
  min-height: 0;
}
body.management-system .p-template-business .p-page-header h1, body.management-system .p-template-business .p-page-header p {
  width: 100%;
}
body.management-system .p-page-header h1,
body.management-system .p-template-business-content__subhead,
body.management-system .p-template-business-content__subhead-item {
  color: #115fad;
}
body.management-system .p-template-business-content__subhead-item {
  border-left-color: #115fad;
  border-right-color: #115fad;
}
body.management-system .p-template-business-content {
  background-color: #e7f2f8;
}
body.management-system .p-template-business-icons ul li:nth-of-type(1) span:before {
  background-image: url(../images/pages/management-system/icon_img01.svg);
  width: 100px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  body.management-system .p-template-business-icons ul li:nth-of-type(1) span:before {
    width: 15.5vw;
    height: 11.875vw;
  }
}
body.management-system .p-template-business-icons ul li:nth-of-type(2) span:before {
  background-image: url(../images/pages/management-system/icon_img02.svg);
  width: 77px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  body.management-system .p-template-business-icons ul li:nth-of-type(2) span:before {
    width: 11.875vw;
    height: 11.875vw;
  }
}
body.management-system .p-template-business-icons ul li:nth-of-type(3) span:before {
  background-image: url(../images/pages/management-system/icon_img03.svg);
  width: 86px;
  height: 67px;
}
@media screen and (max-width: 768px) {
  body.management-system .p-template-business-icons ul li:nth-of-type(3) span:before {
    width: 13.25vw;
    height: 10.375vw;
  }
}
body.management-system .p-template-business-icons ul li:nth-of-type(4) span:before {
  background-image: url(../images/pages/management-system/icon_img04.svg);
  width: 102px;
  height: 67px;
}
@media screen and (max-width: 768px) {
  body.management-system .p-template-business-icons ul li:nth-of-type(4) span:before {
    width: 15.875vw;
    height: 10.375vw;
  }
}
body.management-system .p-template-business-lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.management-system .p-template-business-lead {
    margin-bottom: 12.5vw;
  }
}
body.management-system .p-template-business-content__item p:not(.p-template-business-content__lead),
body.management-system .p-template-business-content__item dl {
  line-height: 2;
}
body.management-system .p-template-business-content__item a {
  color: #115fad;
  text-decoration: underline;
}
body.management-system .p-template-business-content__item > * + * {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.management-system .p-template-business-content__item > * + * {
    margin-top: 7.5vw;
  }
}
body.management-system .p-template-business-content__item > dl dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.management-system .p-template-business-content__item > dl dt {
    font-size: 3.75vw;
    margin-bottom: 1.25vw;
  }
}
body.management-system .p-template-business-content__item:nth-of-type(2) .p-template-business-content__list {
  margin-top: 0;
}

.p-management-system__img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-management-system__img {
    margin-top: 6.25vw;
  }
}
.p-management-system__img ul {
  line-height: 1.6;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-management-system__img ul li {
  color: #ffffff;
  background-color: #115fad;
  width: 178px;
  height: 110px;
  margin: 10px 10px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-management-system__img ul li {
    width: 33.375vw;
    height: 20.625vw;
    margin: 2.5vw 1.25vw 0 2.5vw;
  }
}
.p-management-system__img ul li span {
  font-weight: 700;
}
.p-management-system__img picture {
  width: 100%;
  max-width: 1048px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-management-system__img picture {
    margin: 7.5vw auto 0 auto;
  }
}

body.sale .p-page-header .l-wrapper:after {
  background-image: url(../images/pages/sale/header_mv.jpg);
}
body.sale .p-page-header p:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.sale .p-page-header p:nth-of-type(2) {
    margin-top: 7.5vw;
  }
}
body.sale .p-page-header h1,
body.sale .p-template-business-content__subhead,
body.sale .p-template-business-content__subhead-item,
body.sale .p-template-business-content ul li::marker {
  color: #115fad;
}
body.sale .p-template-business-content__subhead-item {
  border-left-color: #115fad;
  border-right-color: #115fad;
}
body.sale .p-template-business-content__lead {
  background-color: #115fad;
}
body.sale .p-template-business-content {
  background-color: #e7f2f8;
}
body.sale .p-template-business-content__list ul {
  line-height: 2;
  list-style-type: disc;
}
body.sale .p-template-business-content__subhead + ul {
  margin-left: 1.5em;
}
body.sale .p-template-business-content__item p:not(.p-template-business-content__lead),
body.sale .p-template-business-content__item ul,
body.sale .p-template-business-content__item dl {
  line-height: 2;
}
body.sale .p-template-business-content__item a {
  color: #115fad;
  text-decoration: underline;
}
body.sale .p-template-business-content__item > * + * {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.sale .p-template-business-content__item > * + * {
    margin-top: 7.5vw;
  }
}
body.sale .p-template-business-content__item ul {
  list-style-type: disc;
}
body.sale .p-template-business-content__item > dl dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.sale .p-template-business-content__item > dl dt {
    font-size: 3.75vw;
    margin-bottom: 1.25vw;
  }
}

.p-sale__flow {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-sale__flow {
    display: block;
  }
}
.p-sale__flow li {
  background-color: #e7f2f8;
  width: calc((100% - 60px) / 3);
  padding: 30px;
}
@media screen and (max-width: 1000px) {
  .p-sale__flow li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-sale__flow li {
    padding: 6.25vw 3.125vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-sale__flow li:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-sale__flow li:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
.p-sale__flow li dl dt {
  color: #115fad;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-sale__flow li dl dt {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }
}
.p-sale__flow li dl dd {
  line-height: 2;
}
.p-sale__price {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-sale__price {
    margin-top: 7.5vw;
  }
}
.p-sale__price dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-sale__price dt {
    font-size: 3.75vw;
    margin-bottom: 5vw;
  }
}
.p-sale .c-table:nth-of-type(1) tbody tr td {
  vertical-align: middle;
}
.p-sale .c-table:nth-of-type(1) tbody tr:not(.row) td:nth-of-type(6) {
  text-align: right;
}
.p-sale .c-table:nth-of-type(1) tbody tr:not(.row) td:not(:nth-of-type(3)) {
  white-space: nowrap;
}
.p-sale .c-table:nth-of-type(1) tbody tr.row td:nth-of-type(3) {
  text-align: right;
}
.p-sale .c-table:nth-of-type(1) tbody tr.row td {
  white-space: nowrap;
}
.p-sale .c-table + p {
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-sale .c-table + p {
    line-height: 2;
    margin-top: 7.5vw;
  }
}

.p-contact section {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact section {
    font-size: 3.5vw;
  }
}
.p-contact section .l-wrapper {
  padding: 60px 0;
  border-top: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .p-contact section .l-wrapper {
    padding: 7.5vw 0;
  }
}
.p-contact section h2 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact section h2 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
}
.p-contact section p {
  line-height: 2;
}
.p-contact section p a {
  color: #115fad;
  text-decoration: underline;
}
.p-contact section:last-of-type .l-wrapper {
  border-bottom: 1px #cfcfcf solid;
}

@media screen and (max-width: 768px) {
  body.ikusei .p-page-header h1,
  body.jyosei .p-page-header h1 {
    font-size: 5.75vw;
  }
}
@media screen and (max-width: 1240px) {
  body.ikusei .p-page-header h1 br,
  body.jyosei .p-page-header h1 br {
    display: none;
  }
}

.p-ikusei section,
.p-jyosei section {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-ikusei section,
  .p-jyosei section {
    font-size: 3.5vw;
  }
}
.p-ikusei section p,
.p-jyosei section p {
  line-height: 2;
}
.p-ikusei section .term-range,
.p-jyosei section .term-range {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-ikusei section .term-range,
  .p-jyosei section .term-range {
    padding-left: 0;
  }
}
.p-ikusei section ul,
.p-jyosei section ul {
  line-height: 2;
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-ikusei section ul,
  .p-jyosei section ul {
    margin-left: 0;
    padding-left: 0;
  }
}
.p-ikusei section ul li,
.p-jyosei section ul li {
  display: flex;
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}
.p-ikusei section ul li::before,
.p-jyosei section ul li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: black;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-ikusei section ul li::before,
  .p-jyosei section ul li::before {
    top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-ikusei section ul li,
  .p-jyosei section ul li {
    display: block;
  }
}
.p-ikusei section ul li .date,
.p-jyosei section ul li .date {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-ikusei section ul li .date,
  .p-jyosei section ul li .date {
    width: 100%;
  }
}
.p-ikusei section ul li .desc,
.p-jyosei section ul li .desc {
  width: calc(100% - 150px);
}
.p-ikusei section article,
.p-jyosei section article {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-ikusei section article,
  .p-jyosei section article {
    margin-top: 10vw;
  }
}
.p-ikusei section article h3,
.p-jyosei section article h3 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-ikusei section article h3,
  .p-jyosei section article h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
}
.p-ikusei section article dl:nth-of-type(n+2),
.p-jyosei section article dl:nth-of-type(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-ikusei section article dl:nth-of-type(n+2),
  .p-jyosei section article dl:nth-of-type(n+2) {
    margin-top: 10vw;
  }
}
.p-ikusei section article dl dt,
.p-jyosei section article dl dt {
  background-color: #eff6fa;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 20px 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-ikusei section article dl dt,
  .p-jyosei section article dl dt {
    margin-bottom: 2.5vw;
    padding: 3.75vw;
  }
}
.p-ikusei section article dl dt span,
.p-jyosei section article dl dt span {
  font-weight: 700;
  flex-shrink: 0;
}
.p-ikusei section article dl dd,
.p-jyosei section article dl dd {
  line-height: 2;
}

.p-privacy section {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-privacy section {
    font-size: 3.5vw;
  }
}
.p-privacy section:nth-of-type(n+2) .l-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .p-privacy section:nth-of-type(n+2) .l-wrapper {
    margin-top: 5vw;
    padding-top: 5vw;
  }
}
.p-privacy section .l-wrapper h2 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-privacy section .l-wrapper h2 {
    font-size: 4.5vw;
    margin-bottom: 3.75vw;
  }
}
.p-privacy section .l-wrapper p {
  line-height: 2;
}
.p-privacy section .l-wrapper > ol {
  line-height: 2;
  list-style-type: decimal;
  margin-left: 1em;
}
.p-privacy section .l-wrapper > ol ol {
  counter-reset: item 0;
}
.p-privacy section .l-wrapper > ol ol li {
  display: flex;
  counter-increment: item 1;
}
.p-privacy section .l-wrapper > ol ol li:before {
  content: "(" counter(item) ")";
  display: inline-block;
  flex-shrink: 0;
}
.p-privacy section .l-wrapper ul {
  line-height: 2;
}
.p-privacy section .l-wrapper ul li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-privacy section .l-wrapper ul li {
    margin-top: 2.5vw;
  }
}
.p-privacy section .l-wrapper ul li a {
  color: #115fad;
  text-decoration: underline;
}
.p-privacy section .l-wrapper ul li a .c-icon:after {
  margin: 0 10px 0 auto;
}
@media screen and (max-width: 768px) {
  .p-privacy section .l-wrapper ul li a .c-icon:after {
    margin: 0 1.25vw 0 auto;
  }
}

.p-sitemap .l-wrapper h2 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sitemap .l-wrapper h2 {
    font-size: 4.5vw;
    margin-bottom: 3.75vw;
  }
}
.p-sitemap .l-wrapper h2 + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .l-wrapper h2 + h2 {
    margin-top: 7.5vw;
  }
}
.p-sitemap .l-wrapper h2 a {
  font-weight: 700;
}
.p-sitemap .l-wrapper ul {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  .p-sitemap .l-wrapper ul {
    font-size: 3.5vw;
    margin-top: 2.5vw;
    padding-top: 2.5vw;
  }
}
.p-sitemap .l-wrapper ul li {
  padding-left: 1.5em;
  position: relative;
}
.p-sitemap .l-wrapper ul li:before {
  content: "";
  background-color: #1c1c1c;
  width: 0.5em;
  height: 3px;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-sitemap .l-wrapper ul li:before {
    height: 0.375vw;
  }
}
.p-sitemap .l-wrapper ul li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .l-wrapper ul li:nth-of-type(n+2) {
    margin-top: 2.5vw;
  }
}
.p-sitemap .l-wrapper ul li a {
  font-weight: 700;
}
.p-sitemap .l-wrapper ul + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .l-wrapper ul + h2 {
    margin-top: 7.5vw;
  }
}

.p-web-accessibility section {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-web-accessibility section {
    font-size: 3.5vw;
  }
}
.p-web-accessibility section:nth-of-type(n + 2) .l-wrapper {
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-web-accessibility section:nth-of-type(n + 2) .l-wrapper {
    margin-top: 5vw;
    padding-top: 5vw;
  }
}
.p-web-accessibility section .l-wrapper h2 {
  color: #115fad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-web-accessibility section .l-wrapper h2 {
    font-size: 4.5vw;
    margin-bottom: 3.75vw;
  }
}
.p-web-accessibility section .l-wrapper p {
  line-height: 2;
}
.p-web-accessibility section .l-wrapper ul {
  list-style-type: disc;
  line-height: 2;
  margin: 30px 0;
}
.p-web-accessibility section .l-wrapper ul li {
  margin-left: 1.5em;
}
.p-web-accessibility section .l-wrapper ul li::marker {
  color: #115fad;
}
.p-web-accessibility section .l-wrapper ul li a {
  color: #115fad;
  text-decoration: underline;
}
.p-web-accessibility section .l-wrapper ul li a .c-icon:after {
  margin: 0 10px 0 auto;
}
@media screen and (max-width: 768px) {
  .p-web-accessibility section .l-wrapper ul li a .c-icon:after {
    margin: 0 1.25vw 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-web-accessibility section .l-wrapper .p-sale__price .c-table table {
    min-width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .p-web-accessibility section .l-wrapper .p-sale__price .c-table th {
    width: 200px;
  }
}
.p-web-accessibility section .l-wrapper .c-url-list-scroll {
  max-height: 12rem;
  overflow: auto;
  border: 1px solid #cfcfcf;
  margin-top: 10px;
  padding: 0.5rem;
}
.p-web-accessibility section .l-wrapper .c-url-list-scroll ul {
  margin: 0;
}
.p-web-accessibility section .l-wrapper .c-url-list-scroll ul li {
  margin-left: 0.5em;
  list-style: none;
}

/* utility */
.u-textLeft {
  text-align: left;
}
.u-textCenter {
  text-align: center;
}
.u-textRight {
  text-align: right;
}
.u-text--red {
  color: #ff0000;
}

.u-anc {
  padding-top: 100px;
  margin-top: -100px;
}

.u-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.u-clearfix {
  min-height: 1px;
}

* html .u-clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.u-floatL {
  float: left;
}

.u-floatR {
  float: right;
}

.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}

.u-displayTabOnly {
  display: none;
}
@media screen and (max-width: 1000px) {
  .u-displayTabOnly {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .u-displayTabOnly--inline {
    display: inline;
  }
}

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

/*# sourceMappingURL=style.css.map */