@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 0.6944444444vw;
}
@media (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "IBM Plex Sans JP", "YakuHanJP", "neue-haas-grotesk-display", "dnp-shuei-gothic-kin-std", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000000;
  background: #fff;
  -webkit-transition: 0.6s cubic-bezier(0.45, 0.05, 0.5, 1);
  transition: 0.6s cubic-bezier(0.45, 0.05, 0.5, 1);
  margin: 0;
  font-size: 1.6rem;
}
body.is-dark {
  background: #000000;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  line-height: 1;
}

.js-hoge-hoge.is-hoge {
  color: #fff;
}

.l-ftr {
  background-color: #00285C;
  padding: 8.1rem 0 7.6rem;
}
@media screen and (max-width: 768px) {
  .l-ftr {
    padding: 10rem 0;
  }
}
.l-ftr-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-ftr-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.l-ftr-box__infoArea .logo {
  display: block;
}
.l-ftr-box__infoArea .logo img {
  width: 26.2rem;
}
.l-ftr-box__infoArea .tel {
  margin-top: 2.1rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3636363636;
  color: #fff;
  display: block;
}
@media screen and (min-width: 769px), print {
  .l-ftr-box__infoArea .tel {
    pointer-events: none;
  }
}
.l-ftr-box__infoArea .address {
  margin-top: 1.2rem;
  display: block;
}
.l-ftr-box__linkArea .ftrNav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  row-gap: 2.3rem;
}
@media screen and (max-width: 768px) {
  .l-ftr-box__linkArea .ftrNav {
    grid-template-columns: 9.6fr 13.9fr;
    grid-template-rows: repeat(4, auto);
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 1rem;
  }
}
.l-ftr-box__linkArea .ftrNav .ftrNavLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-ftr-box__linkArea .ftrNav .ftrNavLink:hover {
  opacity: 0.7;
}
.l-ftr-box__linkArea .ftrNav .ftrNavLink .c-dot {
  background-color: #6CABDD;
  display: block;
  width: 0.7rem;
  height: 0.8rem;
}
.l-ftr-box__linkArea .ftrNav .ftrNavLink .text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.02em;
}
.l-ftr-box__linkArea .copyArea {
  margin-top: 6.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-ftr-box__linkArea .copyArea {
    margin-top: 5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-ftr-box__linkArea .copyArea .copy {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3076923077;
  color: #fff;
}

.l-hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.l-hdr-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.4rem;
}
.l-hdr-box__logoArea .logo {
  display: block;
  padding: 1.4rem 3rem;
  border-radius: 5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.l-hdr-box__logoArea .logo img {
  width: 14.1rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box .menuWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../../assets/img/common/spMenu_bg@2x.png);
    background-repeat: no-repeat;
    background-position: bottom 0 center;
    background-size: 100%;
    background-color: #fff;
    padding: 10.7rem 0 0;
    height: 100svh;
  }
}
.l-hdr-box__linkArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr-box__linkArea .logo img {
    width: 19rem;
  }
}
.l-hdr-box__linkArea .navMenu {
  padding: 1.6rem 4.8rem 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  border-radius: 5rem;
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  .l-hdr-box__linkArea .navMenu {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .l-hdr-box__linkArea .navMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-radius: 0;
    padding: 0;
    gap: 1.4rem;
  }
}
.l-hdr-box__linkArea .navMenu .navMenuLink {
  color: #00285C;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-hdr-box__linkArea .navMenu .navMenuLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__linkArea .contactLinkArea {
    padding-left: 4.9rem;
  }
}
.l-hdr-box__linkArea .contactLinkArea .contactLink {
  background: -webkit-linear-gradient(232deg, rgb(0, 149, 242) 0%, rgb(0, 76, 170) 100%);
  background: linear-gradient(218deg, rgb(0, 149, 242) 0%, rgb(0, 76, 170) 100%);
  padding: 1.4rem 2.1rem;
  border-radius: 5rem;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-hdr-box__linkArea .contactLinkArea .contactLink:hover {
  opacity: 0.7;
}
.l-hdr-box__ham .hamArea .hamBtn {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(232deg, rgb(0, 149, 242) 0%, rgb(0, 76, 170) 100%);
  background: linear-gradient(218deg, rgb(0, 149, 242) 0%, rgb(0, 76, 170) 100%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-hdr-box__ham .hamArea .hamBtn .line {
  background-color: #fff;
  width: 2.5rem;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-hdr-box__ham .hamArea .hamBtn .line:nth-child(1) {
  top: 2rem;
}
.l-hdr-box__ham .hamArea .hamBtn .line:nth-child(2) {
  top: 2.6rem;
}
.l-hdr-box__ham.is-active .hamArea .hamBtn {
  background: #00285C;
}
.l-hdr-box__ham.is-active .hamArea .hamBtn .line:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 2.1rem;
}
.l-hdr-box__ham.is-active .hamArea .hamBtn .line:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  top: 2.1rem;
}

.js-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9; /* メニューより低いが、他の要素より上に */
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.l-wrapper {
  overflow: hidden;
}

.c-button {
  display: inline-block;
  --viewport-from: 375;
  --viewport-to: 1440;
  --min-font-size: 12;
  --max-font-size: 14;
}
.c-button *,
.c-button *::before,
.c-button *::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

.c-btnA {
  background-color: #00285C;
  width: 4.9rem;
  height: 4.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .c-btnA {
    width: 3.3rem;
    height: 3.2rem;
  }
}
.c-btnA:hover {
  background-color: #6CABDD;
}
.c-btnA img,
.c-btnA svg {
  width: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-btnA img,
  .c-btnA svg {
    width: 0.9rem;
  }
}

.c-titA-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
}
@media screen and (max-width: 768px) {
  .c-titA-en {
    gap: 0.8rem;
  }
}
.c-titA-en__dot {
  width: 0.7rem;
  height: 0.8rem;
  border-radius: 1rem 2.5rem 2.5rem 1rem;
  background-color: #6CABDD;
}
.c-titA-en__text {
  font-size: clamp(21px, 2.5rem, 29px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  .c-titA-en__text {
    font-size: clamp(13px, 1.5rem, 17px);
  }
}
.c-titA-jp {
  margin-top: 1rem;
  font-size: clamp(50px, 5.6rem, 70px);
  font-weight: 400;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  .c-titA-jp {
    font-size: clamp(32px, 4rem, 50px);
    letter-spacing: -0.03em;
  }
}
.c-titA--white .c-titA-en__dot {
  background-color: #fff;
}
.c-titA--white .c-titA-en__dot {
  color: #fff;
}
.c-titA--white .c-titA-en__text {
  color: #fff;
}
.c-titA--white .c-titA-jp {
  color: #fff;
}
.c-titA--center .c-titA-en {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-titA--center .c-titA-jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-titB__en {
  color: #6CABDD;
  font-size: clamp(13px, 1.5rem, 18px);
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-titB__en {
    font-size: clamp(11px, 1.3rem, 15px);
  }
}
.c-titB__jp {
  font-size: clamp(32px, 4rem, 48px);
  line-height: 1.4;
  font-weight: 400;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  .c-titB__jp {
    font-size: clamp(28px, 3.2rem, 40px);
  }
}

.c-textA {
  font-size: clamp(13px, 1.5rem, 17px);
  line-height: 2;
}
.c-textA--white {
  color: #fff;
}
.c-textA--blue {
  color: #00285C;
}

.c-inner {
  width: 100%;
  max-width: 132.8rem;
  margin: 0 auto;
  width: calc(100% - 4rem);
}
.c-inner--681 {
  max-width: 68.1rem;
}
.c-inner--780 {
  max-width: 78rem;
}
.c-inner--800 {
  max-width: 80rem;
}
.c-inner--906 {
  max-width: 90.6rem;
}
.c-inner--944 {
  max-width: 94.4rem;
}
.c-inner--960 {
  max-width: 96rem;
}
.c-inner--1040 {
  max-width: 104rem;
}
.c-inner--1100 {
  max-width: 110rem;
}
.c-inner--1218 {
  max-width: 121.8rem;
}
.c-inner--hdr {
  max-width: 137.6rem;
}

.c-en {
  font-family: "IBM Plex Sans", "YakuHanJP", "neue-haas-grotesk-display", "dnp-shuei-gothic-kin-std", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
}

.c-dot {
  border-radius: 1rem 2.5rem 2.5rem 1rem;
}

.c-mv {
  position: relative;
  padding: 19.5rem 0 0;
}
.c-mv__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-mv__image img {
  width: 116.4rem;
}
@media screen and (max-width: 768px) {
  .c-mv__image img {
    width: 100%;
  }
}
.c-mv-tit {
  position: absolute;
  bottom: 5.1rem;
  left: 5.6rem;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  .c-mv-tit {
    left: 2rem;
    bottom: 2rem;
  }
}
.c-mv-tit__en {
  font-size: clamp(20px, 2.4rem, 28px);
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-mv-tit__en {
    font-size: clamp(16px, 1.8rem, 20px);
  }
}
.c-mv-tit__jp {
  font-size: clamp(58px, 7.2rem, 80px);
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-mv-tit__jp {
    font-size: clamp(30px, 3.4rem, 42px);
  }
}

.c-mv02__img img {
  width: 100%;
}

.c-mv03 {
  padding: 19.5rem 0 10rem;
  background: url(../../assets/img/common/thanks_bg@2x.png) no-repeat;
  background-size: 116.4rem;
  background-position: top 19rem right 0;
}
@media screen and (max-width: 768px) {
  .c-mv03 {
    padding: 10rem 0 5rem;
    background-size: 100%;
    background-position: bottom 0 right 0;
  }
}
.c-mv03-titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #00285C;
  margin-bottom: 4.6rem;
}
.c-mv03-titArea__jp {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.c-mv03-titArea__en {
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-mv03-titArea__en {
    font-size: 6rem;
    font-weight: 400;
    line-height: 1.1666666667;
  }
}
.c-mv03 .c-textA {
  max-width: 70rem;
  margin: 0 auto;
}
.c-mv03-contactArea {
  margin-top: 6rem;
}
.c-mv03-contactArea__btn {
  background-color: #fff;
  color: #003d8d;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 78rem;
  margin: 0 auto;
  padding: 2.5rem 8.2rem;
}
@media screen and (min-width: 769px), print {
  .c-mv03-contactArea__btn {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .c-mv03-contactArea__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 2rem;
  }
}
.c-mv03-contactArea__btn .textArea {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 5.1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-mv03-contactArea__btn .textArea {
    padding-right: 0;
    padding-bottom: 3rem;
  }
}
.c-mv03-contactArea__btn .numArea {
  border-left: 1px solid #003d8d;
  padding-left: 4.8rem;
}
@media screen and (max-width: 768px) {
  .c-mv03-contactArea__btn .numArea {
    padding-left: 0;
    padding-top: 3rem;
    border-left: none;
    border-top: 1px solid #003d8d;
  }
}
.c-mv03-contactArea__btn .numArea .num {
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.1538461538;
}
@media screen and (max-width: 768px) {
  .c-mv03-contactArea__btn .numArea .num {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }
}
.c-mv03-contactArea__btn .numArea .caution {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-mv03-contactArea__btn .numArea .caution {
    margin-top: 2rem;
  }
}
.c-mv03-btnArea {
  margin-top: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-mv03-btnArea__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6e97ce;
  border-radius: 1rem;
  padding: 1.4rem 1.5rem 1.4rem 4rem;
  gap: 8.4rem;
}
.c-mv03-btnArea__btn .text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
.c-mv03-btnArea__btn:hover .c-btnA {
  background-color: #fff;
}
.c-mv03-btnArea__btn:hover .c-btnA svg path {
  stroke: #00285C;
  fill: #00285C;
}

.c-cardA {
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-cardA:hover .contentsArea .c-btnA {
  background-color: #6CABDD;
}
.c-cardA .imageArea {
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}
.c-cardA .imageArea img {
  width: 15.1rem;
}
@media screen and (max-width: 768px) {
  .c-cardA .imageArea img {
    width: 10.2rem;
  }
}
.c-cardA .contentsArea {
  background-color: #EFF6FC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.1rem;
  border-radius: 0 1rem 1rem 0;
  width: 37rem;
}
@media screen and (max-width: 768px) {
  .c-cardA .contentsArea {
    width: 24.8rem;
    padding: 0.5rem 2.2rem;
  }
}
.c-cardA .contentsArea .textArea .enTit {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
  color: #00285c;
}
@media screen and (max-width: 768px) {
  .c-cardA .contentsArea .textArea .enTit {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
  }
}
.c-cardA .contentsArea .textArea .jpTit {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-cardA .contentsArea .textArea .jpTit {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.1764705882;
    margin-top: 0.3rem;
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cardA .contentsArea .textArea .c-textA {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cardA .contentsArea .c-btnA {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.c-cardA--white:hover .contentsArea .c-btnA {
  background-color: #fff;
}
.c-cardA--white:hover .contentsArea .c-btnA svg path {
  fill: #00285c;
  stroke: #00285C;
}
.c-cardA--white .contentsArea .textArea .enTit {
  color: #fff;
}
.c-cardA--white .contentsArea .textArea .jpTit {
  color: #fff;
}

.c-cardB {
  border-radius: 1rem;
  background-color: #6e97ce;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cardB .contentsArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.2rem 3rem 4rem 8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-cardB .contentsArea {
    padding: 2rem 2rem;
  }
}
.c-cardB .contentsArea .textArea {
  color: #fff;
}
.c-cardB .contentsArea .textArea .enTit {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
}
@media screen and (max-width: 768px) {
  .c-cardB .contentsArea .textArea .enTit {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
  }
}
.c-cardB .contentsArea .textArea .jpTit {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .c-cardB .contentsArea .textArea .jpTit {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.1764705882;
  }
}
.c-cardB:hover .contentsArea .c-btnA {
  background-color: #fff;
}
.c-cardB:hover .contentsArea .c-btnA svg path {
  stroke: #00285C;
  fill: #00285C;
}

.c-theme {
  padding: 13rem 0 4.9rem;
}
@media screen and (max-width: 768px) {
  .c-theme {
    padding: 7rem 0 3rem;
  }
}
.c-theme-box {
  position: relative;
  background-color: #7ea8e0;
  padding: 6rem 5.4rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-theme-box {
    padding: 3rem 2rem;
  }
}
.c-theme-box__textArea .tit {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.4888888889;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-theme-box__textArea .tit {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.6785714286;
  }
}
.c-theme-box__bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-theme-box__bg img {
  width: 51.8rem;
}
@media screen and (max-width: 768px) {
  .c-theme-box__bg img {
    width: 25rem;
  }
}
.c-theme-dotArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5rem;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .c-theme-dotArea {
    margin-top: 3rem;
  }
}
.c-theme-dotArea .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.c-theme-dotArea .dot:nth-child(1) {
  background-color: #C6E6FF;
}
.c-theme-dotArea .dot:nth-child(2) {
  background-color: #6CABDD;
}
.c-theme-dotArea .dot:nth-child(3) {
  background-color: #00285C;
}

.c-bnr {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .c-bnr {
    padding: 5rem 0;
  }
}
.c-bnr-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.8rem;
}
@media screen and (max-width: 768px) {
  .c-bnr-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-bnr-box .c-cardA .imageArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-bnr-box .c-cardA .imageArea img {
  width: 19.4rem;
}
@media screen and (max-width: 768px) {
  .c-bnr-box .c-cardA .imageArea img {
    width: 10rem;
  }
}
.c-bnr-box .c-cardA .contentsArea {
  width: 100%;
  background-color: #6CABDD;
}
@media screen and (max-width: 768px) {
  .c-bnr-box .c-cardA .contentsArea {
    width: 24.8rem;
  }
}
.c-bnr-box .c-cardA .contentsArea .textArea .c-textA {
  line-height: 1.3;
}
.c-bnr-box .c-cardB {
  width: 59rem;
}
@media screen and (max-width: 768px) {
  .c-bnr-box .c-cardB {
    width: 100%;
  }
}

.c-modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 32, 80, 0.8); /* 半透明の黒 */
}
.c-modal__content {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 50%;
  padding: 4.8rem 12rem;
  border-radius: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    width: 90%;
    padding: 3rem 3rem;
    border-radius: 1.6rem;
  }
}
.c-modal__content .imageArea {
  border: 1px solid #000000;
  border-radius: 2.4rem;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-modal__content .imageArea {
    border-radius: 1.2rem;
  }
}
.c-modal__content .imageArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal__content .tit {
  margin-top: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-modal__content .tit {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}
.c-modal__close {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  cursor: pointer;
  font-size: 2rem;
  border: 1px solid #000000;
  border-radius: 0.8rem;
  background-color: #FFD85B;
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.8rem;
    top: 1rem;
    right: 1rem;
  }
}

.c-fta {
  padding: 10rem 0 11.5rem;
}
@media screen and (max-width: 768px) {
  .c-fta {
    padding: 5rem 0 6rem;
  }
}
.c-fta-box__link {
  background-color: #6e97ce;
  border-radius: 1rem;
  display: block;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .c-fta-box__link {
    padding: 3rem 2rem;
  }
}
.c-fta-box__link .upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 2.5rem;
}
.c-fta-box__link .upper .textArea {
  color: #fff;
}
.c-fta-box__link .upper .textArea .en {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
}
.c-fta-box__link .upper .textArea .jp {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0.5rem;
}
.c-fta-box__link .lower {
  margin-top: 3rem;
}
.c-fta-box__link .lower .theme {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #fff;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-fta-box__link .lower .theme {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8181818182;
  }
}
.c-fta-box__link:hover .upper .c-btnA {
  background-color: #fff;
}
.c-fta-box__link:hover .upper .c-btnA svg path {
  stroke: #00285C;
  fill: #00285C;
}

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

@media screen and (min-width: 768px) {
  .c-sp {
    display: none;
  }
}

.c-pankuzu {
  padding: 12.1rem 6rem 0;
}
.c-pankuzu__list {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.c-pankuzu__list > span {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-pankuzu__list > span {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-pankuzu__list > span + span:before {
  margin: 0 0.9rem;
  content: "";
  background: url(../../assets/img/common/icon_pankuzu_arrow.svg);
  width: 0.34rem;
  height: 0.6rem;
  border-radius: 50%;
  display: inline-block;
}
.c-pankuzu__list > span > a,
.c-pankuzu__list > span > span {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-pankuzu__list > span > a,
  .c-pankuzu__list > span > span {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-pankuzu__list > span > a {
  text-decoration: underline;
}

.remodal {
  position: relative;
  max-width: 100rem;
  margin-bottom: 0;
  padding: 0;
  border-radius: 2rem;
  overflow: hidden;
}
.remodal .remodal-cancel {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  color: transparent;
  background: url(../../assets/img/common/icon_modal_close.svg);
  width: 4rem;
  height: 4rem;
  background-size: 4rem;
  min-width: 0;
  padding: 0;
}

.c-pager {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 5rem;
  }
}
.c-pager .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pager .wp-pagenavi span,
.c-pager .wp-pagenavi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-pager .wp-pagenavi span + a,
.c-pager .wp-pagenavi span span,
.c-pager .wp-pagenavi a + a,
.c-pager .wp-pagenavi a span {
  margin-left: 1.2rem;
}
.c-pager .wp-pagenavi .page {
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid #000000;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  color: #000000;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .page {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.c-pager .wp-pagenavi .page:hover {
  background: #000000;
  color: #fff;
  opacity: 1;
}
.c-pager .wp-pagenavi .extend {
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .extend {
    margin-left: 1rem;
  }
}
.c-pager .wp-pagenavi .current {
  border: 1px solid #000000;
  width: 5rem;
  height: 5rem;
  background: #FFD85B;
  color: #000000;
  border-radius: 0.6rem;
  margin-left: 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .current {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 1rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.c-pager .wp-pagenavi .previouspostslink,
.c-pager .wp-pagenavi .nextpostslink {
  background: url(../../../assets/img/common/icon_arrow--black.svg) no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 1.6rem;
}
.c-pager .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.2rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .previouspostslink {
    margin-right: 1rem;
  }
}
.c-pager .wp-pagenavi .previouspostslink .text {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-left: 0.9rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .previouspostslink .text {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}
.c-pager .wp-pagenavi .nextpostslink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .nextpostslink {
    margin-left: 1rem;
  }
}
.c-pager .wp-pagenavi .nextpostslink .text {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .nextpostslink .text {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}
.c-pager .wp-pagenavi .nextpostslink .image {
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-pager .wp-pagenavi .nextpostslink .image {
    margin-left: 0.5rem;
  }
}
.c-pager .wp-pagenavi .first,
.c-pager .wp-pagenavi .last {
  background: url(../../images/pager_arrow02.svg) no-repeat;
  width: 1.4rem;
  height: 1.6rem;
}
.c-pager .wp-pagenavi .last {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.c-pager .wp-pagenavi .extend {
  color: #fff;
}

.wpcf7-not-valid-tip {
  font-size: 93%;
  color: #b70000;
  display: block;
  margin-top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #272727;
}

.c-form__parts {
  margin-top: 20px;
  color: #272727;
}
@media screen and (max-width: 768px) {
  .c-form__parts dl {
    display: block;
  }
}
.c-form__parts dl + dl {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-form__parts dl + dl {
    margin-top: 3rem;
  }
}
.c-form__parts dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7333333333;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-form__parts dl dt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.c-form__parts dl dt > span {
  color: white;
}
.c-form__parts dl dt.textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-form__parts dl dt .req {
  color: #ff0000;
}
.c-form__parts [type=text],
.c-form__parts [type=email],
.c-form__parts [type=tel],
.c-form__parts textarea,
.c-form__parts select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #6CABDD;
  border-radius: 0.6rem;
  color: #272727;
  padding: 2.1rem 2rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-form__parts [type=text],
  .c-form__parts [type=email],
  .c-form__parts [type=tel],
  .c-form__parts textarea,
  .c-form__parts select {
    padding: 2.3rem 2rem;
    font-size: clamp(16px, 1.6rem, 18px);
  }
}
.c-form__parts [type=text]::-webkit-input-placeholder, .c-form__parts [type=email]::-webkit-input-placeholder, .c-form__parts [type=tel]::-webkit-input-placeholder, .c-form__parts textarea::-webkit-input-placeholder, .c-form__parts select::-webkit-input-placeholder {
  color: #d3d3d3;
}
.c-form__parts [type=text]::-moz-placeholder, .c-form__parts [type=email]::-moz-placeholder, .c-form__parts [type=tel]::-moz-placeholder, .c-form__parts textarea::-moz-placeholder, .c-form__parts select::-moz-placeholder {
  color: #d3d3d3;
}
.c-form__parts [type=text]:-ms-input-placeholder, .c-form__parts [type=email]:-ms-input-placeholder, .c-form__parts [type=tel]:-ms-input-placeholder, .c-form__parts textarea:-ms-input-placeholder, .c-form__parts select:-ms-input-placeholder {
  color: #d3d3d3;
}
.c-form__parts [type=text]::-ms-input-placeholder, .c-form__parts [type=email]::-ms-input-placeholder, .c-form__parts [type=tel]::-ms-input-placeholder, .c-form__parts textarea::-ms-input-placeholder, .c-form__parts select::-ms-input-placeholder {
  color: #d3d3d3;
}
.c-form__parts [type=text]::placeholder,
.c-form__parts [type=email]::placeholder,
.c-form__parts [type=tel]::placeholder,
.c-form__parts textarea::placeholder,
.c-form__parts select::placeholder {
  color: #d3d3d3;
}
.c-form__parts textarea {
  height: 24rem;
}
@media screen and (max-width: 768px) {
  .c-form__parts textarea {
    height: 19.8rem;
  }
}
.c-form__parts .radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .c-form__parts .radio {
    display: block;
  }
}
.c-form__parts .radio .error {
  margin-top: -20px;
}
.c-form__parts .radio .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-form__parts .radio .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 3.9rem;
       -moz-column-gap: 3.9rem;
            column-gap: 3.9rem;
    row-gap: 1.2rem;
  }
}
.c-form__parts .radio .wpcf7-list-item {
  margin: 0;
}
.c-form__parts .radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.c-form__parts .radio .wpcf7-list-item {
  display: block;
}
.c-form__parts .radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-form__parts .radio .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
  }
}
.c-form__parts .radio .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__parts .radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3333333333;
    line-height: 2;
  }
}
.c-form__parts .radio .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
}
.c-form__parts .radio .wpcf7-list-item label input:checked + span::after {
  background-color: #6CABDD;
}
.c-form__parts .radio .wpcf7-list-item label span {
  padding-left: 3.3rem;
}
@media screen and (max-width: 768px) {
  .c-form__parts .radio .wpcf7-list-item label span {
    display: block;
    padding-left: 3.3rem;
  }
}
.c-form__parts .radio .wpcf7-list-item label span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-form__parts .radio .wpcf7-list-item label span::before {
    top: 0.2rem;
  }
}
.c-form__parts .radio .wpcf7-list-item label span::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-form__parts .radio .wpcf7-list-item label span::after {
    top: 0.66rem;
    left: 0.51rem;
  }
}
.c-form__parts .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.c-form__parts .check .error {
  margin-top: -20px;
}
.c-form__parts .check .wpcf7-list-item {
  margin: 0;
}
.c-form__parts .check .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
.c-form-caution {
  margin-top: 5rem;
}
.c-form-caution__list .listItem {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
.c-form-caution__list .listItem + .listItem {
  margin-top: 0.8rem;
}
.c-form-checkArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.1rem;
}
.c-form-checkArea .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
}
.c-form-checkArea .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
}
.c-form-checkArea .wpcf7-list-item label input:checked + span::after {
  background-color: #6CABDD;
}
.c-form-checkArea .wpcf7-list-item label .wpcf7-list-item-label {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
  line-height: 1.7;
  padding-left: 4.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-form-checkArea .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8571428571;
    line-height: 1.7;
    padding-left: 3rem;
  }
}
.c-form-checkArea .wpcf7-list-item label .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 0.5rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .c-form-checkArea .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 2.1rem;
    height: 2.1rem;
    top: 0.3rem;
  }
}
.c-form-checkArea .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .c-form-checkArea .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.6rem;
    left: 0.3rem;
  }
}
.c-form__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 9.4rem;
}
.c-form__btns .inputBtnArea {
  position: relative;
}
.c-form__btns .inputBtnArea input {
  text-align: left;
  width: 24.3rem;
  height: 7.5rem;
  padding-left: 4rem;
  background-color: #6e97ce;
  border-radius: 1rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-form__btns .inputBtnArea .c-btnA {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form__btns .inputBtnArea:hover .c-btnA {
  background-color: #fff;
}
.c-form__btns .inputBtnArea:hover .c-btnA svg path {
  stroke: #00285C;
  fill: #00285C;
}
.c-form__btns .inputBtnArea .wpcf7-spinner {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-wysywig {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.01em;
}
.c-wysywig *:first-child {
  margin-top: 0 !important;
}
.c-wysywig *:last-child {
  margin-bottom: 0 !important;
}
.c-wysywig h1 {
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 24px;
  color: #ECA318;
}
.c-wysywig h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ECA318;
  padding: 5px 1rem;
  margin-bottom: 24px;
}
.c-wysywig h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #ECA318;
  margin-bottom: 2.5rem;
}
.c-wysywig h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ECA318;
  padding-left: 11px;
  margin-bottom: 2rem;
}
.c-wysywig h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 6px;
}
.c-wysywig h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 1rem;
}
.c-wysywig h1 + h1,
.c-wysywig h1 + h2,
.c-wysywig h2 + h1,
.c-wysywig h2 + h2,
.c-wysywig p + h1,
.c-wysywig p + h2,
.c-wysywig pre + h1,
.c-wysywig pre + h2,
.c-wysywig ul + h1,
.c-wysywig ul + h2,
.c-wysywig ol + h1,
.c-wysywig ol + h2,
.c-wysywig blockquote + h1,
.c-wysywig blockquote + h2,
.c-wysywig table + h1,
.c-wysywig table + h2 {
  margin-top: 2rem;
}
.c-wysywig p {
  margin-bottom: 2rem;
}
.c-wysywig pre {
  margin-bottom: 2rem;
}
.c-wysywig ul {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.c-wysywig ul li {
  position: relative;
  padding-left: 2.5rem;
}
.c-wysywig ul li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #F3B393;
  border-radius: 50%;
}
.c-wysywig ol {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.c-wysywig ol li {
  margin-left: 2.5rem;
  list-style: decimal;
}
.c-wysywig table {
  margin-bottom: 2rem;
}
.c-wysywig a:hover {
  text-decoration: underline;
}
.c-wysywig hr {
  margin: 50px 0;
}
.c-wysywig .image {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.c-wysywig .image::before {
  position: absolute;
  z-index: -1;
  top: 14px;
  right: -16px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dfe8f0;
  border-radius: 14px;
}
.c-wysywig img {
  float: none !important;
  display: block !important;
  height: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-radius: 14px;
  position: relative;
  width: auto;
}
.c-wysywig blockquote {
  border: 1px solid #ddd;
  margin-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2.3rem;
  padding-bottom: 2.1rem;
}
.c-wysywig blockquote > p {
  margin-bottom: 0;
}
.c-wysywig .aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.c-wysywig .alignright {
  margin-left: auto;
}
.c-wysywig .alignleft {
  margin-right: auto;
}

#top .p-mv {
  position: relative;
  overflow: hidden;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  #top .p-mv {
    height: auto;
  }
}
#top .p-mv-slide {
  margin-top: -158px;
  height: calc(100% + 158px);
}
@media screen and (max-width: 768px) {
  #top .p-mv-slide {
    margin-top: -20px;
    height: auto;
  }
}
#top .p-mv-slide .swiper {
  height: 100%;
}
#top .p-mv-slide .swiper .swiper-wrapper {
  height: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top .p-mv-slide .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
#top .p-mv-slide__outer {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  padding: 20% 20% 0 20%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top .p-mv-slide__outer {
    height: 100%;
  }
}
#top .p-mv-slide__outer.--even {
  background-color: #6CABDD;
}
#top .p-mv-slide__outer.--odd {
  background-color: #00285C;
}
#top .p-mv-slide__outer .slideImg {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  overflow: hidden;
  height: 100%;
}
#top .p-mv-slide__outer .slideImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top .p-mv-slide__outer .slideImg {
    border-top-left-radius: 14rem;
    border-top-right-radius: 14rem;
  }
  #top .p-mv-slide__outer .slideImg img {
    height: 42.9rem;
  }
}
#top .p-mv-theme {
  position: absolute;
  z-index: 3;
  bottom: 7.2rem;
  left: 7.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-mv-theme {
    bottom: 3.5rem;
    left: 3.3rem;
  }
}
#top .p-mv-theme__en {
  font-size: clamp(48px, 5.3rem, 60px);
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top .p-mv-theme__en {
    font-size: clamp(36px, 4.2rem, 50px);
  }
}
#top .p-mv-theme__jp {
  margin-top: 1.3rem;
  font-size: clamp(16px, 2rem, 24px);
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top .p-mv-theme__jp {
    font-size: clamp(13px, 1.5rem, 17px);
  }
}
#top .p-sec01 {
  margin-top: 9.4rem;
  padding: 9.7rem 0 15rem;
  border-top: 1px solid #b3cae8;
}
@media screen and (max-width: 768px) {
  #top .p-sec01 {
    padding: 5rem 0 7rem;
    margin-top: 5rem;
  }
}
#top .p-sec01-box {
  margin-top: 12.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22.1rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    gap: 5rem;
  }
}
#top .p-sec01-box__imageArea .theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-box__imageArea .theme {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 0;
  }
}
#top .p-sec01-box__imageArea .theme .themeText {
  font-size: clamp(32px, 4rem, 48px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-box__imageArea .theme .themeText {
    font-size: clamp(28px, 3.2rem, 40px);
  }
  #top .p-sec01-box__imageArea .theme .themeText:last-of-type {
    width: 100%;
  }
}
#top .p-sec01-box__imageArea .theme .cross {
  width: 3.3rem;
  height: 3.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-box__imageArea .theme .cross {
    width: 3rem;
    height: 3rem;
  }
}
#top .p-sec01-box__imageArea .circleBox {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-box__imageArea .circleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top .p-sec01-box__imageArea .circleBox .circleBoxItem {
  background-color: #6CABDD;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.7rem, 20px);
  line-height: 1.8;
  width: 20.1rem;
  height: 20.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-box__imageArea .circleBox .circleBoxItem {
    width: 16.3rem;
    height: 16.3rem;
  }
}
#top .p-sec01-linkArea {
  margin-top: 6.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.9rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.8rem;
    gap: 2.9rem;
  }
}
#top .p-sec02 {
  background-color: #6CABDD;
}
@media screen and (max-width: 768px) {
  #top .p-sec02 {
    padding: 7rem 0;
  }
}
#top .p-sec02-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top .p-sec02-box__textArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 11.2rem 0 10.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__textArea {
    display: contents;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__textArea .c-titA {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
#top .p-sec02-box__textArea .c-textA {
  max-width: 44.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__textArea .c-textA {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#top .p-sec02-box__textArea .btnArea {
  margin-top: 4.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__textArea .btnArea {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2.5rem;
  }
}
#top .p-sec02-box__textArea:hover .btnArea .c-btnA {
  background-color: #fff;
}
#top .p-sec02-box__textArea:hover .btnArea .c-btnA svg path {
  fill: #00285C;
  stroke: #00285C;
}
#top .p-sec02-box__slideArea {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__slideArea {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3.3rem;
  }
}
#top .p-sec02-box__slideArea .swiper {
  height: 52.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__slideArea .swiper {
    height: auto;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
#top .p-sec02-box__slideArea .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top .p-sec02-box__slideArea .swiper .swiper-wrapper .slideImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
#top .p-sec02-box__slideArea .swiper .swiper-wrapper .slideImg img {
  width: 47.1rem;
  border-radius: 0.5rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__slideArea .swiper .swiper-wrapper .slideImg img {
    width: 26rem;
  }
}
#top .p-sec03 {
  position: relative;
  padding: 10rem 0 13.2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03 {
    padding: 7rem 0;
  }
}
#top .p-sec03__bg {
  position: absolute;
  top: -2rem;
  left: -60.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03__bg {
    left: -55.5rem;
    top: -5rem;
  }
}
#top .p-sec03__bg img {
  width: 90.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03__bg img {
    width: 65rem;
  }
}
#top .p-sec03-contents {
  border-top: 1px solid #6CABDD;
}
#top .p-sec03-contents__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12.3rem;
  padding: 7rem 0;
  border-bottom: 1px solid #6CABDD;
  padding-left: 45.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-contents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.9rem 0;
    padding-left: 11.5rem;
    gap: 2rem;
  }
}
#top .p-sec03-contents__box:hover .textArea .btnArea .c-btnA {
  background-color: #6CABDD;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-contents__box .textArea {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec03-contents__box .textArea .c-titA {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec03-contents__box .textArea .c-textA {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#top .p-sec03-contents__box .textArea .btnArea {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-contents__box .textArea .btnArea {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1rem;
  }
}
#top .p-sec03-contents__box .imageArea {
  padding-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-contents__box .imageArea {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
  }
}
#top .p-sec03-contents__box .imageArea img {
  width: 34.8rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-contents__box .imageArea img {
    width: 22.7rem;
  }
}
#top .p-sec04 {
  background-color: #6CABDD;
  padding: 10.9rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec04 {
    padding: 7rem 0;
  }
}
#top .p-sec04-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12.2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec04-box__textArea {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec04-box__textArea .c-titA {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
#top .p-sec04-box__textArea .theme {
  margin: 3rem 0 2.4rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top .p-sec04-box__textArea .theme {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec04-box__textArea .c-textA {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#top .p-sec04-box__textArea .btnArea {
  margin-top: 4.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #top .p-sec04-box__textArea .btnArea {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 3rem;
  }
}
#top .p-sec04-box__textArea:hover .btnArea .c-btnA {
  background-color: #fff;
}
#top .p-sec04-box__textArea:hover .btnArea .c-btnA svg path {
  fill: #00285C;
  stroke: #00285C;
}
#top .p-sec04-box__imageArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04-box__imageArea {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 4rem;
    gap: 0.7rem;
  }
}
#top .p-sec04-box__imageArea .imageItem img {
  width: 36.9rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04-box__imageArea .imageItem img {
    width: 100%;
  }
}
#top .p-sec04-box__imageArea .imageItem--ver img + img {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04-box__imageArea .imageItem--ver img + img {
    margin-top: 0.7rem;
  }
}
#top .p-sec05 {
  padding: 7.4rem 0 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec05 {
    padding: 7rem 0 0;
  }
}
#top .p-sec05-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top .p-sec05-box .linkWrap:hover .btnArea .c-btnA {
  background-color: #6CABDD;
}
#top .p-sec05-box .c-titA-jp {
  font-size: 8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box .c-titA-jp {
    font-size: 4rem;
  }
}
#top .p-sec05-box .btnArea {
  margin-top: 4.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box .btnArea {
    margin-top: 3rem;
  }
}
#top .p-sec05-box .imageArea {
  margin-top: 2rem;
}

#about .p-sec01 {
  padding: 13rem 0 10rem;
}
@media screen and (max-width: 768px) {
  #about .p-sec01 {
    padding: 7rem 0 5rem;
  }
}
#about .p-sec01-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #about .p-sec01-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    gap: 4rem;
  }
}
#about .p-sec01-box__imageArea img {
  width: 80.2rem;
}
@media screen and (max-width: 768px) {
  #about .p-sec01-box__imageArea img {
    width: 100%;
  }
}
#about .p-sec01-box__textArea .nameArea {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}
#about .p-sec01-box__textArea .nameArea .post {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
#about .p-sec01-box__textArea .nameArea .name {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
#about .p-sec02-box {
  background-color: #00285C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26rem;
  padding: 10rem 13rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #about .p-sec02-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 2rem;
    gap: 3rem;
  }
}
#about .p-sec02-box .c-titA-en__dot {
  background-color: #6CABDD;
}
#about .p-sec02-box__textArea .theme {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #about .p-sec02-box__textArea .theme {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
#about .p-sec03 {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec03 {
    padding: 5rem 0;
  }
}
#about .p-sec03-list {
  border-top: 1px solid #b3cae8;
}
#about .p-sec03-list__item {
  border-bottom: 1px solid #b3cae8;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-list__item {
    padding: 3rem 0;
  }
}
#about .p-sec03-list__item:last-child {
  border-bottom: none;
}
#about .p-sec03-list__item .itemBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-list__item .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
#about .p-sec03-list__item .itemBox .titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
  min-width: 13rem;
}
#about .p-sec03-list__item .itemBox .titArea .c-dot {
  width: 0.7rem;
  height: 0.8rem;
  background-color: #6CABDD;
}
#about .p-sec03-list__item .itemBox .titArea .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  color: #00285C;
}
#about .p-sec03-list__item .itemBox .textArea .theme {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6666666667;
  color: #00285C;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-list__item .itemBox .textArea .theme {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6666666667;
  }
}
#about .p-sec03-list__item .itemBox .textArea .caution {
  margin-top: 1.1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
}
#about .p-sec03-list__item .itemBox .secondArea .secondAreaItem {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-list__item .itemBox .secondArea .secondAreaItem {
    padding-bottom: 2rem;
  }
}
#about .p-sec03-list__item .itemBox .secondArea .secondAreaItem + .secondAreaItem {
  padding-top: 4rem;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-list__item .itemBox .secondArea .secondAreaItem + .secondAreaItem {
    padding-top: 2rem;
  }
}
#about .p-sec03-list__item .itemBox .secondArea .secondAreaItem .titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #00285C;
  margin-bottom: 2rem;
}
#about .p-sec03-list__item .itemBox .secondArea .secondAreaItem .titArea .num {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-list__item .itemBox .secondArea .secondAreaItem .titArea .num {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
#about .p-sec03-list__item .itemBox .secondArea .secondAreaItem .titArea .theme {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6666666667;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-list__item .itemBox .secondArea .secondAreaItem .titArea .theme {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8181818182;
  }
}
#about .p-sec03-bnr {
  margin-top: 14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #about .p-sec03-bnr {
    margin-top: 4rem;
  }
}
#about .p-sec03-bnr .c-cardA .contentsArea {
  background-color: #6CABDD;
}

#skilled .p-sec01 {
  background-color: #f4f6f8;
  padding: 10.5rem 0 24rem;
}
@media screen and (max-width: 768px) {
  #skilled .p-sec01 {
    padding: 5rem 0 12rem;
  }
}
#skilled .p-sec01-contents__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5rem;
}
@media screen and (max-width: 768px) {
  #skilled .p-sec01-contents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#skilled .p-sec01-contents__box + .p-sec01-contents__box {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  #skilled .p-sec01-contents__box + .p-sec01-contents__box {
    margin-top: 7rem;
  }
}
#skilled .p-sec01-contents__box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #skilled .p-sec01-contents__box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#skilled .p-sec01-contents__box .textArea .titArea {
  position: relative;
  padding-bottom: 1.9rem;
  border-bottom: 1px solid #b1c5e0;
  margin-bottom: 3rem;
}
#skilled .p-sec01-contents__box .textArea .titArea::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background-color: #00285C;
  width: 3rem;
  height: 2px;
}
#skilled .p-sec01-contents__box .textArea .titArea .num {
  color: #b1c5e0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}
#skilled .p-sec01-contents__box .textArea .titArea .tit {
  color: #00285C;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1.4864864865;
}
@media screen and (max-width: 768px) {
  #skilled .p-sec01-contents__box .textArea .titArea .tit {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.6071428571;
  }
}
#skilled .p-sec01-contents__box .imageArea img {
  border-radius: 0.5rem;
}
#skilled .p-sec01-contents__box .imageArea .itemBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
#skilled .p-sec01-contents__box .imageArea .itemBox img {
  width: 31.5rem;
}
@media screen and (max-width: 768px) {
  #skilled .p-sec01-contents__box .imageArea .itemBox img {
    width: 48.3%;
  }
}

#technology_facilities .p-sec01 {
  background-color: #f4f6f8;
  padding: 14rem 0 24rem;
}
@media screen and (max-width: 768px) {
  #technology_facilities .p-sec01 {
    padding: 7rem 0 12rem;
  }
}
#technology_facilities .p-sec01-tech__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #b3cae8;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  #technology_facilities .p-sec01-tech__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
#technology_facilities .p-sec01-tech__box .boxItem {
  padding: 5.6rem 5.6rem 6rem;
  border-bottom: 1px solid #b3cae8;
  border-right: 1px solid #b3cae8;
}
@media screen and (max-width: 768px) {
  #technology_facilities .p-sec01-tech__box .boxItem {
    border-right: none;
    padding: 3rem 2rem;
  }
}
#technology_facilities .p-sec01-tech__box .boxItem .imageArea {
  margin-bottom: 3.1rem;
}
#technology_facilities .p-sec01-tech__box .boxItem .imageArea img {
  border-radius: 0.5rem;
}
#technology_facilities .p-sec01-tech__box .boxItem .textArea .titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
#technology_facilities .p-sec01-tech__box .boxItem .textArea .titArea .num {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #b3cae8;
}
#technology_facilities .p-sec01-tech__box .boxItem .textArea .titArea .tit {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.0714285714;
  color: #00285C;
}
#technology_facilities .p-sec01-facilities {
  margin-top: 7rem;
}
#technology_facilities .p-sec01-facilities__outer {
  margin-top: 2.5rem;
  padding-top: 5.6rem;
  border-top: 1px solid #b3cae8;
}
@media screen and (max-width: 768px) {
  #technology_facilities .p-sec01-facilities__outer {
    margin-top: 4rem;
  }
}
#technology_facilities .p-sec01-facilities__outer .innerBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  #technology_facilities .p-sec01-facilities__outer .innerBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
#technology_facilities .p-sec01-facilities__outer .innerBox .boxItem .textArea {
  margin-top: 1rem;
}
#technology_facilities .p-sec01-listArea {
  margin-top: 15.3rem;
}
@media screen and (max-width: 768px) {
  #technology_facilities .p-sec01-listArea {
    margin-top: 7rem;
  }
}
#technology_facilities .p-sec01-listArea .tit {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-bottom: 2rem;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #technology_facilities .p-sec01-listArea .tableWrap {
    overflow: auto;
  }
}
#technology_facilities .p-sec01-listArea__table {
  border-top: 1px solid #b1c5e1;
  border-left: 1px solid #b1c5e1;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #technology_facilities .p-sec01-listArea__table {
    width: 78rem;
  }
}
#technology_facilities .p-sec01-listArea__table .titArea {
  background-color: #99adc7;
  display: grid;
  grid-template-columns: 186fr 166fr 339fr 89fr;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#technology_facilities .p-sec01-listArea__table .titArea .itemTit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  padding: 1.4rem 0 1.5rem;
  border-bottom: 1px solid #b1c5e1;
  border-right: 1px solid #b1c5e1;
}
#technology_facilities .p-sec01-listArea__table .contentsArea .contentsRow {
  display: grid;
  grid-template-columns: 186fr 166fr 339fr 89fr;
  background-color: #fff;
}
#technology_facilities .p-sec01-listArea__table .contentsArea .contentsRow:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#technology_facilities .p-sec01-listArea__table .contentsArea .contentsRow .contentsRowItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 2.4rem;
  border-bottom: 1px solid #b1c5e1;
  border-right: 1px solid #b1c5e1;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #technology_facilities .p-sec01-listArea__table .contentsArea .contentsRow .contentsRowItem {
    padding: 1.5rem 2rem;
  }
}

#company .p-sec01 {
  padding: 10rem 0 12.5rem;
}
@media screen and (max-width: 768px) {
  #company .p-sec01 {
    padding: 5rem 0 6rem;
  }
}
#company .p-sec01-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  #company .p-sec01-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
#company .p-sec01-contents + .p-sec01-contents {
  margin-top: 14.3rem;
}
@media screen and (max-width: 768px) {
  #company .p-sec01-contents + .p-sec01-contents {
    margin-top: 7rem;
  }
}
#company .p-sec01-contents .c-titB {
  min-width: 17.5rem;
}
#company .p-sec01-contents__list {
  border-top: 1px solid #b3cae8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#company .p-sec01-contents__list .listItem {
  padding: 4.3rem 0;
  border-bottom: 1px solid #b3cae8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #company .p-sec01-contents__list .listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
  }
}
#company .p-sec01-contents__list .listItem .tit {
  min-width: 21.8rem;
  font-size: clamp(13px, 1.5rem, 17px);
  line-height: 2;
  font-weight: 600;
}
#company .p-sec01-contents__list .listItem .date {
  font-size: clamp(17px, 2rem, 24px);
  line-height: 1.4;
  font-weight: 600;
  min-width: 21.8rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#company .p-sec01-contents__list .listItem .date .nen {
  font-size: clamp(13px, 1.5rem, 17px);
}
#company .p-sec02 {
  padding-bottom: 24rem;
}
@media screen and (max-width: 768px) {
  #company .p-sec02 {
    padding-bottom: 12rem;
  }
}
#company .p-sec02-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #company .p-sec02-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#company .p-sec02-box__imageArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#company .p-sec02-box__imageArea .textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F4F6F8;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  #company .p-sec02-box__imageArea .textArea {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #company .p-sec02-box__imageArea .textArea .address,
  #company .p-sec02-box__imageArea .textArea .tel {
    width: 100%;
  }
}
#company .p-sec02-box__map iframe {
  height: 57.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #company .p-sec02-box__map iframe {
    height: 30rem;
    width: 100%;
  }
}

#service .p-sec01 {
  background-color: #F4F6F8;
  padding: 10rem 0 24rem;
}
@media screen and (max-width: 768px) {
  #service .p-sec01 {
    padding: 5rem 0 12rem;
  }
}
#service .p-sec01-box:first-child {
  padding-bottom: 10rem;
  border-bottom: 1px solid #B3CAE8;
}
@media screen and (max-width: 768px) {
  #service .p-sec01-box:first-child {
    padding-bottom: 5rem;
  }
}
#service .p-sec01-box:last-child {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  #service .p-sec01-box:last-child {
    padding-top: 5rem;
  }
}
#service .p-sec01-box .titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
}
#service .p-sec01-box .titArea .c-dot {
  background-color: #6CABDD;
  width: 0.7rem;
  height: 0.8rem;
}
#service .p-sec01-box .titArea .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  color: #00285C;
}
#service .p-sec01-box .textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #service .p-sec01-box .textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#service .p-sec01-box .textArea .theme {
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1.6216216216;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #service .p-sec01-box .textArea .theme {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.4285714286;
    margin-bottom: 3rem;
  }
}
#service .p-sec01-box .textArea .c-textA {
  max-width: 75rem;
}
@media screen and (max-width: 768px) {
  #service .p-sec01-box .textArea .c-textA {
    max-width: none;
  }
}
#service .p-sec01-box .imageArea {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.7rem;
}
@media screen and (max-width: 768px) {
  #service .p-sec01-box .imageArea {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#service .p-sec01-box .imageArea img {
  border-radius: 0.5rem;
}
#service .p-sec01-box .catArea {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  #service .p-sec01-box .catArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#service .p-sec01-box .catArea .tit {
  background-color: #00285C;
  color: #fff;
  border-radius: 2.3rem;
  padding: 1rem 1.8rem 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3333333333;
}

#recruit .p-sec01 {
  padding: 13rem 0;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec01 {
    padding: 7rem 0;
  }
}
#recruit .p-sec01-img img {
  width: 100%;
}
#recruit .p-sec01-dotArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 8rem;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec01-dotArea {
    margin-top: 4rem;
    margin-bottom: 3.5rem;
  }
}
#recruit .p-sec01-dotArea .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #c6e6ff;
}
#recruit .p-sec01-dotArea .dot:nth-child(2) {
  background-color: #6cabdd;
}
#recruit .p-sec01-dotArea .dot:nth-child(3) {
  background-color: #00285C;
}
#recruit .p-sec01-themeArea {
  max-width: 80rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#recruit .p-sec01-themeArea__theme {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec01-themeArea__theme {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.6071428571;
  }
}
#recruit .p-sec01-themeArea__text {
  margin-top: 6.2rem;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec01-themeArea__text {
    margin-top: 4rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6666666667;
  }
}
#recruit .p-sec01-themeArea__cautionArea {
  margin: 5.5rem auto 0;
  border-bottom: 1px solid #b1c5e0;
}
#recruit .p-sec01-themeArea__cautionArea .caution {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
  padding-bottom: 0.7rem;
}
#recruit .p-sec01-themeArea__cautionArea .caution::after {
  content: "";
  background-color: #00285C;
  width: 3rem;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#recruit .p-sec02 {
  background-color: #6cabdd;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec02 {
    padding: 5rem 0;
  }
}
#recruit .p-sec02__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16.6rem;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec02__box {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit .p-sec02 .contentsArea {
  max-width: 61rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec02 .contentsArea {
    padding-bottom: 0;
  }
}
#recruit .p-sec02 .contentsArea .p-sec02-titArea {
  color: #fff;
}
#recruit .p-sec02 .contentsArea .p-sec02-titArea__tit {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec02 .contentsArea .p-sec02-titArea__tit {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.4285714286;
  }
}
#recruit .p-sec02 .contentsArea .p-sec02-image {
  margin-top: 5rem;
}
#recruit .p-sec02 .contentsArea .p-sec02-image img {
  border-radius: 0.5rem;
}
#recruit .p-sec02 .imageArea {
  position: relative;
  margin-top: 20rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec02 .imageArea {
    margin-top: 0;
    padding-bottom: 10rem;
  }
}
#recruit .p-sec02 .imageArea img {
  width: 38rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec02 .imageArea img {
    width: 20rem;
  }
}
#recruit .p-sec02 .imageArea img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}
#recruit .p-sec03 {
  padding: 10rem 0;
}
#recruit .p-sec03-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec03-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#recruit .p-sec03-box__imageArea img {
  width: 58rem;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec03-box__imageArea img {
    width: 100%;
  }
}
#recruit .p-sec03-box__textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#recruit .p-sec03-box__textArea .linkItem {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5.2rem 4.8rem 5rem;
  border-bottom: 1px solid #b3cae8;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec03-box__textArea .linkItem {
    padding: 4rem 2rem 3rem;
  }
}
#recruit .p-sec03-box__textArea .linkItem:first-child {
  border-top: 1px solid #b3cae8;
}
#recruit .p-sec03-box__textArea .linkItem .theme {
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8181818182;
  color: #00285C;
}
#recruit .p-sec03-box__textArea .linkItem .linkBox {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec03-box__textArea .linkItem .linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#recruit .p-sec03-box__textArea .linkItem .linkBox .btnArea {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec03-box__textArea .linkItem .linkBox .btnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#recruit .p-sec03-box__textArea .linkItem:hover .linkBox .btnArea .c-btnA {
  background-color: #6CABDD;
}
#recruit .p-sec04 {
  margin-bottom: 24rem;
  padding: 9.5rem 0;
  background-color: #6cabdd;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec04 {
    margin-bottom: 12rem;
    padding: 5rem 0;
  }
}
#recruit .p-sec04-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
#recruit .p-sec04-box__tit {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.1em;
}
#recruit .p-sec04-box__dotArea {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
#recruit .p-sec04-box__dotArea .dot {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
}
#recruit .p-sec04-box__theme {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #recruit .p-sec04-box__theme {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.7857142857;
  }
}
#recruit .p-sec04-box .c-textA {
  max-width: 73.2rem;
  margin: 0 auto;
}
#recruit .p-sec04-box .c-btnA {
  margin-top: 4rem;
}
#recruit .p-sec04-box:hover .c-btnA {
  background-color: #fff;
}
#recruit .p-sec04-box:hover .c-btnA svg path {
  stroke: #00285c;
  fill: #00285c;
}

#job .p-sec01 {
  background-color: #F4F6F8;
  padding: 13rem 0 24rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01 {
    padding: 7rem 0 12rem;
  }
}
#job .p-sec01-themeArea__theme {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.3333333333;
  margin-bottom: 3rem;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-themeArea__theme {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3333333333;
    margin-bottom: 2rem;
  }
}
#job .p-sec01-themeArea .c-textA {
  max-width: 78.8rem;
}
#job .p-sec01-contents {
  margin-top: 10.3rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 10rem 5.6rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-contents {
    margin-top: 5rem;
    padding: 4rem 2rem;
  }
}
#job .p-sec01-contents__titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
}
#job .p-sec01-contents__titArea .c-dot {
  width: 0.7rem;
  height: 0.8rem;
  background-color: #6CABDD;
}
#job .p-sec01-contents__titArea .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  color: #00285C;
}
#job .p-sec01-contents__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19.5rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-contents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
}
#job .p-sec01-contents__box .theme {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00285C;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-contents__box .theme {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
#job .p-sec01-contents__imageArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5.4rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-contents__imageArea {
    gap: 2rem;
    margin-top: 3rem;
  }
}
#job .p-sec01-contents__imageArea .imageItem img {
  border-radius: 0.5rem;
}
#job .p-sec01-contents__catArea {
  margin-top: 5rem;
  border-top: 1px solid #B3CAE8;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-contents__catArea {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
#job .p-sec01-contents__catArea .tit {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #00285C;
}
#job .p-sec01-contents__catArea .catBox {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-contents__catArea .catBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#job .p-sec01-contents__catArea .catBox .catBoxItem {
  background-color: #F4F6F8;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 3rem 1.7rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-contents__catArea .catBox .catBoxItem {
    padding: 1rem 1.5rem;
  }
}
#job .p-sec01-job {
  margin-top: 10.3rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 10rem 5.6rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job {
    margin-top: 5rem;
    padding: 3rem 2rem;
  }
}
#job .p-sec01-job .titAreaWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job .titAreaWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 3rem;
  }
}
#job .p-sec01-job .titAreaWrap .caution {
  color: #252525;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
#job .p-sec01-job__titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job__titArea {
    gap: 2rem;
    margin-bottom: 1rem;
  }
}
#job .p-sec01-job__titArea .icon {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 149, 242)), to(rgb(0, 76, 170)));
  background: -webkit-linear-gradient(top, rgb(0, 149, 242) 0%, rgb(0, 76, 170) 100%);
  background: linear-gradient(180deg, rgb(0, 149, 242) 0%, rgb(0, 76, 170) 100%);
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job__titArea .icon {
    width: 6rem;
    height: 6rem;
  }
}
#job .p-sec01-job__titArea .icon img {
  width: 4.9rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job__titArea .icon img {
    width: 4rem;
  }
}
#job .p-sec01-job__titArea .tit {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.0714285714;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job__titArea .tit {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3636363636;
  }
}
#job .p-sec01-job__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 3rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#job .p-sec01-job__list .cardItem {
  background-color: #F4F6F8;
  border-radius: 0.5rem;
  border: 1px solid #B1C5E0;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job__list .cardItem {
    padding: 2rem;
  }
}
#job .p-sec01-job__list .cardItem .tit {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2rem;
}
#job .p-sec01-job__swiper .swiper {
  padding-bottom: 6.7rem;
}
#job .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#job .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea .time {
  border-radius: 1.5rem;
  border: 1px solid #B1C5E0;
  background-color: #F5F6F8;
  padding: 0.3rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1111111111;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea .time {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
#job .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea .text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1111111111;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea .text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
#job .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .imageArea {
  margin-top: 1.2rem;
}
#job .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .imageArea img {
  border-radius: 1rem;
}
#job .p-sec01-job__swiper .swiper .swiper-pagination {
  bottom: 1rem;
}
#job .p-sec01-job__swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.3rem;
  background-color: #B1C5E0;
}
#job .p-sec01-job__swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00285C;
}
#job .p-sec01-job__swiper .swiper .swiper-button-prev,
#job .p-sec01-job__swiper .swiper .swiper-button-next {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #B1C5E0;
  top: auto;
  bottom: 0;
  left: auto;
}
#job .p-sec01-job__swiper .swiper .swiper-button-prev::after,
#job .p-sec01-job__swiper .swiper .swiper-button-next::after {
  content: "";
  background: url(../../assets/img/common/icon_swiper_arrow.svg) no-repeat;
  background-size: 1.3rem;
  width: 1.3rem;
  height: 0.7rem;
  display: block;
}
#job .p-sec01-job__swiper .swiper .swiper-button-prev {
  right: 4.5rem;
}
#job .p-sec01-job__swiper .swiper .swiper-button-next {
  right: 0;
}
#job .p-sec01-job__swiper .swiper .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#job .p-sec01-theme {
  margin: 10rem auto 0;
  max-width: 88.6rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-theme {
    margin: 5rem auto 0;
  }
}
#job .p-sec01-theme__tit {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #00285C;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #job .p-sec01-theme__tit {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

#work .p-sec01 {
  background-color: #F4F6F8;
  padding: 13rem 0 24rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01 {
    padding: 7rem 0 12rem;
  }
}
#work .p-sec01-themeArea__theme {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.3333333333;
  margin-bottom: 3rem;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-themeArea__theme {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3333333333;
    margin-bottom: 2rem;
  }
}
#work .p-sec01-themeArea .c-textA {
  max-width: 78.8rem;
}
#work .p-sec01-numArea {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: 10.4rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-numArea {
    margin-top: 5rem;
  }
}
#work .p-sec01-numArea__titArea {
  padding: 8rem 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-numArea__titArea {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8181818182;
    padding: 3rem 0;
  }
}
#work .p-sec01-numArea__gridArea {
  border-top: 1px solid #B3CAE8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #work .p-sec01-numArea__gridArea {
    grid-template-columns: repeat(1, 1fr);
  }
}
#work .p-sec01-numArea__gridArea .gridItem {
  border-bottom: 1px solid #B3CAE8;
  border-right: 1px solid #B3CAE8;
  padding: 7rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-numArea__gridArea .gridItem {
    border-right: none;
    padding: 3rem 0;
  }
}
#work .p-sec01-numArea__gridArea .gridItem:nth-child(3n) {
  border-right: none;
}
#work .p-sec01-numArea__gridArea .gridItem:last-child .numWrap .numBox .sex {
  margin-bottom: -2rem;
}
#work .p-sec01-numArea__gridArea .gridItem:last-child .numWrap .numBox .numArea {
  margin-top: 0;
}
#work .p-sec01-numArea__gridArea .gridItem .itemTit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
#work .p-sec01-numArea__gridArea .gridItem .itemTit .c-dot {
  width: 0.7rem;
  height: 0.8rem;
  background-color: #6CABDD;
  display: block;
}
#work .p-sec01-numArea__gridArea .gridItem .itemTit .text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  color: #00285C;
}
#work .p-sec01-numArea__gridArea .gridItem .itemImg img {
  width: 20rem;
}
#work .p-sec01-numArea__gridArea .gridItem .numWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
#work .p-sec01-numArea__gridArea .gridItem .numWrap .numBox .sex {
  color: #6CABDD;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  padding-left: 3rem;
}
#work .p-sec01-numArea__gridArea .gridItem .numArea {
  margin-top: 1rem;
  color: #6CABDD;
}
#work .p-sec01-numArea__gridArea .gridItem .numArea .beforeText {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
}
#work .p-sec01-numArea__gridArea .gridItem .numArea .num {
  font-size: 8.1rem;
  font-weight: 400;
  line-height: 1.1111111111;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-numArea__gridArea .gridItem .numArea .num {
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.2;
  }
}
#work .p-sec01-numArea__gridArea .gridItem .numArea .num--middle {
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 0.78125;
  letter-spacing: -0.07em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-numArea__gridArea .gridItem .numArea .num--middle {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.25;
  }
}
#work .p-sec01-numArea__gridArea .gridItem .numArea .unit {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-numArea__gridArea .gridItem .numArea .unit {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.4285714286;
  }
}
#work .p-sec01-numArea__gridArea .gridItem .caution {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
#work .p-sec01-job {
  margin-top: 10.3rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 10rem 5.6rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job {
    margin-top: 5rem;
    padding: 3rem 2rem;
  }
}
#work .p-sec01-job .titAreaWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job .titAreaWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 3rem;
  }
}
#work .p-sec01-job .titAreaWrap .caution {
  color: #252525;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
#work .p-sec01-job__titArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__titArea {
    gap: 2rem;
    margin-bottom: 1rem;
  }
}
#work .p-sec01-job__titArea .icon {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 149, 242)), to(rgb(0, 76, 170)));
  background: -webkit-linear-gradient(top, rgb(0, 149, 242) 0%, rgb(0, 76, 170) 100%);
  background: linear-gradient(180deg, rgb(0, 149, 242) 0%, rgb(0, 76, 170) 100%);
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__titArea .icon {
    width: 6rem;
    height: 6rem;
  }
}
#work .p-sec01-job__titArea .icon img {
  width: 4.9rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__titArea .icon img {
    width: 4rem;
  }
}
#work .p-sec01-job__titArea .tit {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.0714285714;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__titArea .tit {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3636363636;
  }
}
#work .p-sec01-job__text {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8181818182;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.2222222222;
  }
}
#work .p-sec01-job__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 3rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#work .p-sec01-job__list .cardItem {
  background-color: #F4F6F8;
  border-radius: 0.5rem;
  border: 1px solid #B1C5E0;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__list .cardItem {
    padding: 2rem;
  }
}
#work .p-sec01-job__list .cardItem .tit {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__list .cardItem .tit {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6666666667;
  }
}
#work .p-sec01-job__list--work {
  margin-top: 3rem;
}
#work .p-sec01-job__list--work .cardItem {
  padding: 2rem;
}
#work .p-sec01-job__list--work .cardItem .tit {
  margin-bottom: 0;
  text-align: center;
}
#work .p-sec01-job__swiper .swiper {
  padding-bottom: 6.7rem;
}
#work .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#work .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea .time {
  border-radius: 1.5rem;
  border: 1px solid #B1C5E0;
  background-color: #F5F6F8;
  padding: 0.3rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1111111111;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea .time {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
#work .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea .text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1111111111;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .textArea .text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
#work .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .imageArea {
  margin-top: 1.2rem;
}
#work .p-sec01-job__swiper .swiper .swiper-wrapper .swiper-slide .imageArea img {
  border-radius: 1rem;
}
#work .p-sec01-job__swiper .swiper .swiper-pagination {
  bottom: 1rem;
}
#work .p-sec01-job__swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.3rem;
  background-color: #B1C5E0;
}
#work .p-sec01-job__swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00285C;
}
#work .p-sec01-job__swiper .swiper .swiper-button-prev,
#work .p-sec01-job__swiper .swiper .swiper-button-next {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #B1C5E0;
  top: auto;
  bottom: 0;
  left: auto;
}
#work .p-sec01-job__swiper .swiper .swiper-button-prev::after,
#work .p-sec01-job__swiper .swiper .swiper-button-next::after {
  content: "";
  background: url(../../assets/img/common/icon_swiper_arrow.svg) no-repeat;
  background-size: 1.3rem;
  width: 1.3rem;
  height: 0.7rem;
  display: block;
}
#work .p-sec01-job__swiper .swiper .swiper-button-prev {
  right: 4.5rem;
}
#work .p-sec01-job__swiper .swiper .swiper-button-next {
  right: 0;
}
#work .p-sec01-job__swiper .swiper .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#work .p-sec01-theme {
  margin: 10rem auto 0;
  max-width: 88.6rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-theme {
    margin: 5rem auto 0;
  }
}
#work .p-sec01-theme__tit {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #00285C;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #work .p-sec01-theme__tit {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

#requirement .p-sec01 {
  background-color: #f4f6f8;
  padding: 19rem 0 24rem;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01 {
    padding: 10rem 0 12rem;
  }
}
#requirement .p-sec01__text {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #00285C;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01__text {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.3636363636;
  }
}
#requirement .p-sec01-contents {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents {
    margin-top: 3rem;
  }
}
#requirement .p-sec01-contents__acArea .acWrap + .acWrap {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap + .acWrap {
    margin-top: 4rem;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acTit {
  background-color: #6cabdd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 6rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acTit {
    padding: 2rem 3rem;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acTit .textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#requirement .p-sec01-contents__acArea .acWrap .acTit .textArea .c-dot {
  background-color: #fff;
  width: 0.7rem;
  height: 0.8rem;
}
#requirement .p-sec01-contents__acArea .acWrap .acTit .textArea .text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acTit .textArea .text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6666666667;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acTit .btnArea {
  position: relative;
}
#requirement .p-sec01-contents__acArea .acWrap .acTit .btnArea .line {
  position: absolute;
  width: 2.5rem;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acTit .btnArea .line {
    right: 0;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acTit .btnArea .line:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#requirement .p-sec01-contents__acArea .acWrap .acContents {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 10rem 12rem 15rem;
  display: none;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acContents {
    padding: 4rem 2rem;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList {
  border-top: 1px solid #b3cae8;
  padding-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList {
    padding-top: 2rem;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList .acContentsListItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.7rem;
  border-bottom: 1px solid #b3cae8;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList .acContentsListItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList .acContentsListItem {
    padding-bottom: 2rem;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList .acContentsListItem + .acContentsListItem {
  padding-top: 3.7rem;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList .acContentsListItem + .acContentsListItem {
    padding-top: 2rem;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList .acContentsListItem .itemTit {
  min-width: 20rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList .acContentsListItem .itemTit {
    min-width: 10rem;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acContentsList .acContentsListItem .itemText {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea {
  margin-top: 15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn {
  background-color: #003d8d;
  color: #fff;
  padding: 3.6rem 4.4rem;
  border-radius: 1rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn:hover {
  background-color: #DBEEFD;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn:hover .btnTheme {
  color: #003d8d;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn:hover .btnTitArea .titWrap {
  color: #003D8D;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn:hover .btnTitArea .c-btnA {
  background-color: #003D8D;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn:hover .btnTitArea .c-btnA svg path {
  fill: #fff;
  stroke: #fff;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn .btnTheme {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn .btnTheme {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn .btnTitArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn .btnTitArea .titWrap .enTit {
  font-size: 9.5rem;
  font-weight: 400;
  line-height: 1.0526315789;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn .btnTitArea .titWrap .enTit {
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 1.0769230769;
  }
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn .btnTitArea .titWrap .caution {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-top: 2rem;
}
#requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn .btnTitArea .c-btnA {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #requirement .p-sec01-contents__acArea .acWrap .acContents .acBtnArea .acBtn .btnTitArea .c-btnA {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
#requirement .p-sec01-contents__acArea .acWrap.open .acTit .btnArea .line:nth-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#notfound .c-mv03 {
  background: url(../../assets/img/common/thanks_bg@2x.png) no-repeat;
  background-size: 116.4rem;
  background-position: bottom 0 right 0;
}
@media screen and (max-width: 768px) {
  #notfound .c-mv03 {
    background-size: 100%;
    padding-top: 15rem;
  }
}
#notfound .c-mv03-titArea {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  #notfound .c-mv03-titArea {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #notfound .c-mv03-titArea__en {
    font-size: 4rem;
    font-weight: 400;
    line-height: 0.75;
  }
}

#contact .p-sec01 .kome {
  color: #ff6262;
}
#contact .p-sec01 {
  background-color: #f4f6f8;
  padding: 19rem 0 20.9rem;
}
@media screen and (max-width: 768px) {
  #contact .p-sec01 {
    padding: 10rem 0;
  }
}
#contact .p-sec01-titArea {
  padding-bottom: 10rem;
  border-bottom: 1px solid #6CABDD;
}
@media screen and (max-width: 768px) {
  #contact .p-sec01-titArea {
    padding-bottom: 5rem;
  }
}
#contact .p-sec01-titArea__message {
  color: #00285C;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  #contact .p-sec01-titArea__message {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2;
  }
}
#contact .p-sec01-titArea__caution {
  color: #00285C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#contact .p-sec01-titArea__caution .kome {
  font-size: 2.5rem;
}
#contact .p-sec01-formArea {
  margin-top: 10rem;
}
#contact .p-sec02 {
  background-color: #003D8D;
  padding: 6.4rem 0 6.2rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #contact .p-sec02 {
    padding: 3rem 0;
    margin-bottom: 5rem;
  }
}
#contact .p-sec02-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contact .p-sec02-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact .p-sec02-box__textArea {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 5.1rem;
}
@media screen and (max-width: 768px) {
  #contact .p-sec02-box__textArea {
    padding-bottom: 3rem;
    padding-right: 0;
  }
}
#contact .p-sec02-box__numArea {
  padding-left: 4.8rem;
  border-left: 1px solid #fff;
  padding-top: 0.2rem;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
  #contact .p-sec02-box__numArea {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 3rem;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
#contact .p-sec02-box__numArea .num {
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.1538461538;
  display: block;
}
@media screen and (max-width: 768px) {
  #contact .p-sec02-box__numArea .num {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.0714285714;
  }
}
#contact .p-sec02-box__numArea .caution {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}

/*----------------------------------------------------
  margin-top
----------------------------------------------------*/
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media (min-width: 1024px) {
  .u-mt10-lg-min {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mt20-lg-min {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mt30-lg-min {
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mt40-lg-min {
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mt50-lg-min {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mt60-lg-min {
    margin-top: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mt70-lg-min {
    margin-top: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mt80-lg-min {
    margin-top: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mt90-lg-min {
    margin-top: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mt100-lg-min {
    margin-top: 100px;
  }
}

/*----------------------------------------------------
  margin-bottom
----------------------------------------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .u-mb10-lg-min {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mb20-lg-min {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mb30-lg-min {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mb40-lg-min {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mb50-lg-min {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mb60-lg-min {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mb70-lg-min {
    margin-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mb80-lg-min {
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mb90-lg-min {
    margin-bottom: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mb100-lg-min {
    margin-bottom: 100px;
  }
}

/*----------------------------------------------------
  margin-left
----------------------------------------------------*/
.u-ml10 {
  margin-left: 10px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml100 {
  margin-left: 100px;
}

@media (min-width: 1024px) {
  .u-ml10-lg-min {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .u-ml20-lg-min {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .u-ml30-lg-min {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .u-ml40-lg-min {
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  .u-ml50-lg-min {
    margin-left: 50px;
  }
}

@media (min-width: 1024px) {
  .u-ml60-lg-min {
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {
  .u-ml70-lg-min {
    margin-left: 70px;
  }
}

@media (min-width: 1024px) {
  .u-ml80-lg-min {
    margin-left: 80px;
  }
}

@media (min-width: 1024px) {
  .u-ml90-lg-min {
    margin-left: 90px;
  }
}

@media (min-width: 1024px) {
  .u-ml100-lg-min {
    margin-left: 100px;
  }
}

/*----------------------------------------------------
  margin-right
----------------------------------------------------*/
.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr100 {
  margin-right: 100px;
}

@media (min-width: 1024px) {
  .u-mr10-lg-min {
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mr20-lg-min {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mr30-lg-min {
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mr40-lg-min {
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mr50-lg-min {
    margin-right: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mr60-lg-min {
    margin-right: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mr70-lg-min {
    margin-right: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mr80-lg-min {
    margin-right: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mr90-lg-min {
    margin-right: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mr100-lg-min {
    margin-right: 100px;
  }
}

/*----------------------------------------------------
  テキスト
----------------------------------------------------*/
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

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

.u-text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

/*----------------------------------------------------
  display: none系
----------------------------------------------------*/
@media (max-width: 767px) {
  .u-dn-sp-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-dn-md {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */