@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  background-image: url(../img/dot-bg.svg);
  background-repeat: repeat;
  background-size: 26px 26px;
  background-position: 8px 8px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body {
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.85;
}

.object_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object_contain {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.l-main {
  display: block;
  background-color: transparent;
}

#wrapper .l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-main__section {
  margin-bottom: 12.8rem;
}
@media screen and (max-width: 767px) {
  .l-main__section {
    margin-bottom: 6.4rem;
  }
}

.l-main__common-container {
  margin: 16.4rem 0 14.4rem;
}
@media screen and (max-width: 767px) {
  .l-main__common-container {
    margin: 7.2rem 0 8rem;
  }
}

/*------------------------------------------------------------------------------
  l-header
------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.l-header.is-bgc {
  background-color: rgba(255, 255, 255, 0.95);
}
.l-header.is-bgc .l-header__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  height: 12rem;
  border-radius: 0 0 0 10px;
  padding-top: 2.8rem;
}
.l-header.is-bgc .l-header__btn-icon {
  width: 2.8rem;
  margin-bottom: 0.6rem;
}
.l-header.is-bgc .l-header__btn-text {
  font-size: 1.4rem;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 4rem;
}
@media screen and (max-width: 1280px) {
  .l-header__inner {
    padding-left: 2rem;
  }
}

.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31rem;
          flex: 0 1 31rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24rem;
            flex: 0 1 24rem;
    padding-right: 2rem;
    margin-top: 4.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 26rem;
            flex: 0 1 26rem;
    margin-top: 3.2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23rem;
            flex: 0 1 23rem;
    margin-top: 2rem;
    padding-bottom: 0;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a:hover {
  opacity: 0.75;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .l-header__nav {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 999;
    width: 0;
    height: 100vh;
    -webkit-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #EEF3F9;
    padding-bottom: 4rem;
    overflow-y: auto;
    margin-top: 0;
    white-space: nowrap;
  }
  .l-header__nav.open {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    opacity: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99;
    width: calc(100% - 2rem);
    -webkit-box-shadow: -6px 0 28px rgba(0, 0, 0, 0.1);
            box-shadow: -6px 0 28px rgba(0, 0, 0, 0.1);
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3.2rem;
  margin-right: 3.2rem;
}
@media screen and (max-width: 1280px) {
  .l-header__nav-list {
    gap: 0 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2rem;
    gap: 0;
  }
}

.l-header__nav-list--top {
  gap: 0 3.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-list--top {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__nav-list--top {
    margin-bottom: 1rem;
  }
}
.l-header__nav-list--top .l-header__nav-link {
  font-size: 1.4rem;
}
@media screen and (max-width: 1280px) {
  .l-header__nav-list--top .l-header__nav-link {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__nav-list--bottom {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 8rem;
  }
  .l-header__nav-list--bottom .l-header__nav-item:first-child .l-header__nav-link {
    border-top: 1px dotted #B2C0E0;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__nav-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .l-header__nav-item.sp {
    display: block !important;
  }
}

.l-header__nav-link {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .l-header__nav-link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav-link {
    font-size: 1.4rem;
    padding: 2.2rem 0;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #B2C0E0;
    position: relative;
  }
  .l-header__nav-link::after {
    content: "";
    position: absolute;
    top: 52%;
    right: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/icon-btn-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
    pointer-events: none;
    z-index: 1;
  }
}
.l-header__nav-link:hover {
  color: #0D3594;
  opacity: 1;
}

.l-header__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.6rem;
          flex: 0 0 15.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  height: 15.5rem;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 0 14px;
  background: linear-gradient(153deg, #3357AC 0%, #093397 100%);
  padding-top: 4rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .l-header__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
            flex: 0 0 12rem;
    height: 12rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  mix-blend-mode: darken;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-header__btn:hover {
  opacity: 1;
}
.l-header__btn:hover::after {
  background-color: rgba(0, 0, 0, 0.23);
}

.l-header__btn-icon {
  width: 3.7rem;
  display: block;
  margin: 0 auto 1.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .l-header__btn-icon {
    width: 2.7rem;
    margin-bottom: 0.8rem;
  }
}

.l-header__btn-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .l-header__btn-text {
    font-size: 1.4rem;
  }
}
.l-header__btn-text::before {
  content: "contact";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-header__btn-text::before {
    bottom: -16px;
    font-size: 1.1rem;
  }
}

.l-header__sp-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__sp-btn {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2rem;
  }
}
.l-header__sp-btn .c-btn {
  font-size: 1.6rem;
  max-width: 40rem;
  background: linear-gradient(153deg, #3357AC 0%, #093397 100%);
  border: #0D3594;
  padding-right: 2rem;
}
.l-header__sp-btn .c-btn .c-btn__arrow {
  stroke: #0D3594;
}
.l-header__sp-btn .c-btn:hover {
  color: #fff;
}
.l-header__sp-btn .c-btn:hover .c-btn__mail-icon {
  fill: #fff;
}

/*------------------------------------------------------------------------------
  l-footer
------------------------------------------------------------------------------*/
.l-footer {
  background-color: #EEF3F9;
  position: relative;
  padding-top: 17.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1280px) {
  .l-footer {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 5.6rem;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #EEF3F9;
  z-index: -3;
}

.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 900px) {
  .l-footer__contents {
    display: block;
  }
}

.l-footer__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36rem;
          flex: 0 1 36rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30rem;
            flex: 0 1 30rem;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__info {
    margin-bottom: 2.4rem;
  }
}

.l-footer__company {
  width: 100%;
  max-width: 36rem;
  display: block;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    max-width: 31rem;
    margin-bottom: 1.6rem;
  }
}
.l-footer__company:hover {
  opacity: 0.75;
}

.l-footer__text {
  letter-spacing: 0.1em;
}

.l-footer__nav {
  display: -ms-grid;
  display: grid;
  gap: 3.2rem 9.6rem;
  -ms-grid-columns: minmax(0, auto) 9.6rem minmax(0, auto);
  grid-template-columns: repeat(2, minmax(0, auto));
  grid-auto-flow: row;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav {
    gap: 2.4rem 5.6rem;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__nav {
    gap: 2.4rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 2.4rem 2.4rem;
  }
}

.l-footer__nav-link {
  color: #0D3594;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.3rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    display: inline-block;
    line-height: 1.5;
  }
}
.l-footer__nav-link:hover {
  color: #278AB0;
  opacity: 1;
}

.l-footer__nav-child {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.8rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-child {
    padding-left: 0;
  }
}

.l-footer__nav-child-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.l-footer__nav-child-item a {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-child-item a {
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding-left: 1.4rem;
  }
}
.l-footer__nav-child-item a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #4F4F4F;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-child-item a::before {
    top: 11px;
    width: 8px;
  }
}
.l-footer__nav-child-item a:hover {
  opacity: 1;
  font-weight: bold;
  color: #278AB0;
}
.l-footer__nav-child-item a:hover::before {
  background-color: #278AB0;
}

.l-footer__top-btn {
  position: absolute;
  bottom: 42px;
  right: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer__top-btn {
    bottom: 40px;
    width: 56px;
  }
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  background-color: #28344F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 4.2rem;
  padding: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.15rem;
    height: 4rem;
  }
}

/*------------------------------------------------------------------------------
  l-common-contact
------------------------------------------------------------------------------*/
.l-common-contact {
  position: relative;
  padding-top: 13.6rem;
}
@media screen and (max-width: 1280px) {
  .l-common-contact {
    padding-left: 2rem;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .l-common-contact {
    padding-top: 7.2rem;
    padding-left: 1.6rem;
  }
}
.l-common-contact::before, .l-common-contact::after {
  content: "";
  position: absolute;
}
.l-common-contact::before {
  top: 0;
  right: 0rem;
  background-color: #28344F;
  width: calc(100% - 4rem);
  height: 100%;
  border-radius: 56px 0 0 56px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .l-common-contact::before {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .l-common-contact::before {
    width: calc(100% - 1.4rem);
    border-radius: 24px 0 0 24px;
  }
}
.l-common-contact::after {
  top: 15.6rem;
  left: 0;
  width: calc(100% - 4rem);
  height: calc(100% - 11.6rem);
  border-radius: 0 0 56px 0;
  background: -webkit-gradient(linear, left top, right top, from(#0D3594), to(#1B9CE3));
  background: linear-gradient(90deg, #0D3594 0%, #1B9CE3 100%);
  z-index: -2;
}
@media screen and (max-width: 1280px) {
  .l-common-contact::after {
    top: 10rem;
    width: calc(100% - 2rem);
    height: calc(100% - 8rem);
  }
}
@media screen and (max-width: 767px) {
  .l-common-contact::after {
    top: 6rem;
    height: calc(100% - 4.4rem);
    border-radius: 0 0 24px 0;
  }
}

.l-common-contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .l-common-contact__contents {
    display: block;
  }
}

.l-common-contact__title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-common-contact__title {
    margin-bottom: 1.2rem;
  }
}

.l-common-contact__title-en {
  color: #758ABC;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6rem;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-common-contact__title-en {
    font-size: 1.4rem;
    padding-left: 4.2rem;
    margin-bottom: 0.6rem;
  }
}
.l-common-contact__title-en::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #758ABC;
  width: 44px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .l-common-contact__title-en::before {
    top: 9px;
    width: 30px;
  }
}

.l-common-contact__title-ja {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-common-contact__title-ja {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}

.l-common-contact__heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2rem;
}
@media screen and (max-width: 900px) {
  .l-common-contact__heading {
    padding-right: 0;
    margin-bottom: 3.2rem;
  }
}

.l-common-contact__text {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1280px) {
  .l-common-contact__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-common-contact__text {
    font-size: 1.3rem;
    max-width: 47rem;
  }
}

.l-common-contact__cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38rem;
          flex: 0 1 38rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1280px) {
  .l-common-contact__cta {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36rem;
            flex: 0 1 36rem;
    margin-bottom: 0;
  }
}

.l-common-contact__btn.c-btn {
  font-size: 2rem;
  height: 7.6rem;
  padding-right: 3.4rem;
}
@media screen and (max-width: 767px) {
  .l-common-contact__btn.c-btn {
    font-size: 1.6rem;
    height: 6rem;
    padding-right: 4rem;
  }
}
.l-common-contact__btn.c-btn .c-btn__arrow {
  top: 24px;
  right: 22px;
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-common-contact__btn.c-btn .c-btn__arrow {
    top: 19px;
    right: 16px;
    width: 2.2rem;
    height: 2.2rem;
  }
}

.l-common-contact__footer-text {
  color: #758ABC;
  font-size: 17.8rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 0.9;
  text-align: center;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 0.2;
  padding-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-common-contact__footer-text {
    top: 6px;
    top: 1.6vw;
    font-size: 7.8rem;
    font-size: 20.8vw;
    letter-spacing: 0.04em;
    text-align: left;
    padding-right: 2rem;
  }
}

/*------------------------------------------------------------------------------
  c-inner
------------------------------------------------------------------------------*/
.c-inner {
  max-width: 114rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2rem;
}

.c-inner--lg {
  max-width: 139rem;
}

/*------------------------------------------------------------------------------
  c-btn
------------------------------------------------------------------------------*/
.c-btn {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F08615;
  border: 1px solid #F08615;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 33rem;
  height: 6rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 48px;
  padding-right: 0.8rem;
  -webkit-box-shadow: 0 0 28px 0 rgba(22, 118, 155, 0.1);
          box-shadow: 0 0 28px 0 rgba(22, 118, 155, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
    max-width: 30rem;
    height: 5.6rem;
  }
}
.c-btn:hover {
  color: #F08615;
  background-color: #fff;
}
.c-btn:hover .c-btn__mail-icon {
  fill: #F08615;
}

.c-btn__arrow {
  position: absolute;
  fill: #fff;
  top: 16px;
  right: 1.6rem;
  fill: #fff;
  stroke: #F08615;
  width: 2.7rem;
  height: 2.7rem;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn__arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.c-btn--sm {
  max-width: 28rem;
}

.c-btn--lg {
  max-width: 38rem;
}

.c-btn__mail-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 2.4rem;
          flex: 0 1 2.4rem;
  fill: #fff;
  padding-top: 0.4rem;
  margin-right: 1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .c-btn__mail-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 2.1rem;
            flex: 0 1 2.1rem;
  }
}

/*------------------------------------------------------------------------------
  c-burger-btn
------------------------------------------------------------------------------*/
.c-burger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-burger-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    cursor: pointer;
    position: relative;
    top: 0px;
    z-index: 999;
    padding: 8px;
    background: linear-gradient(153deg, #3357AC 0%, #093397 100%);
    border-radius: 0 0 0 4px;
    height: 8rem;
    margin-left: auto;
    /* ハンバーガーメニューが開いたとき */
  }
  .c-burger-btn.cross {
    background: transparent;
  }
  .c-burger-btn.cross .c-burger-btn__bar {
    background-color: #0D3594;
  }
  .c-burger-btn.cross .c-burger-btn__bar--top {
    -webkit-transition-delay: 20ms;
            transition-delay: 20ms;
    -webkit-transform: translateY(11px) rotate(135deg);
            transform: translateY(11px) rotate(135deg);
  }
  .c-burger-btn.cross .c-burger-btn__bar--mid {
    -webkit-transition-delay: 90ms;
            transition-delay: 90ms;
    -webkit-transform: translateX(-15px) scaleX(0);
            transform: translateX(-15px) scaleX(0);
  }
  .c-burger-btn.cross .c-burger-btn__bar--bottom {
    -webkit-transition-delay: 5ms;
            transition-delay: 5ms;
    -webkit-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .c-burger-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.2rem;
            flex: 0 0 7.2rem;
    height: 7.2rem;
  }
}

.c-burger-btn__bar {
  margin: 0 auto;
  display: block;
  height: 1px;
  width: 34px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .c-burger-btn__bar {
    width: 30px;
  }
}

.c-burger-btn__bar--top,
.c-burger-btn__bar--mid {
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------------
  c-title
------------------------------------------------------------------------------*/
.c-title {
  text-align: center;
}

.c-title--white .c-title__en,
.c-title--white .c-title__ja {
  color: #fff;
}
.c-title--white .c-title__ja::before {
  background-color: #fff;
}

.c-title__en {
  color: #0D3594;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
}

.c-title__ja {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-bottom: 2.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 2.5rem;
    padding-bottom: 1.8rem;
  }
}
.c-title__ja::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background-color: #0D3594;
}
@media screen and (max-width: 767px) {
  .c-title__ja::before {
    width: 38px;
  }
}
.c-title__ja .--sm {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-title__ja .--sm {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-top: 0.4rem;
  }
}
.c-title__ja .--md {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-title__ja .--md {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------------------------
  c-title02
------------------------------------------------------------------------------*/
.c-title02__en {
  font-size: 9.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1280px) {
  .c-title02__en {
    font-size: 8rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .c-title02__en {
    font-size: 5.6rem;
  }
}

.c-title02__ja {
  color: #0D3594;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title02__ja {
    font-size: 1.6rem;
    padding-left: 4.4rem;
  }
}
.c-title02__ja::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #0D3594;
  width: 44px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .c-title02__ja::before {
    top: 13px;
    width: 32px;
  }
}

/*------------------------------------------------------------------------------
  c-title03
------------------------------------------------------------------------------*/
.c-title03 {
  text-align: center;
  position: relative;
}

.c-title03__en {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 25%;
  color: rgba(13, 53, 148, 0.05);
  font-size: 12.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .c-title03__en {
    font-size: 11.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title03__en {
    font-size: 7.2rem;
  }
}

.c-title03__ja {
  color: #0D3594;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-title03__ja {
    font-size: 2.2rem;
  }
}
.c-title03__ja.--sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-title03__ja.--sm {
    font-size: 2rem;
  }
}

/*------------------------------------------------------------------------------
  c-title04
------------------------------------------------------------------------------*/
.c-title04__en {
  color: #0D3594;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6rem;
  margin-bottom: 0.8rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title04__en {
    font-size: 1.2rem;
    padding-left: 4rem;
  }
}
.c-title04__en::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #0D3594;
  width: 44px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .c-title04__en::before {
    top: 7px;
    width: 30px;
  }
}
.c-title04__en.u-accent-color::before {
  background-color: #F08615;
}

.c-title04__ja {
  color: #0D3594;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .c-title04__ja {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title04__ja {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.c-title04__ja .--sm {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .c-title04__ja .--sm {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title04__ja .--sm {
    font-size: 1.5rem;
  }
}

/*------------------------------------------------------------------------------
  c-lead
------------------------------------------------------------------------------*/
.c-lead {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 1.7rem;
  }
}
.c-lead .--xsm2 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-lead .--xsm2 {
    font-size: 1.4rem;
  }
}
.c-lead .--xsm {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-lead .--xsm {
    font-size: 1.45rem;
  }
}
.c-lead .--sm {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-lead .--sm {
    font-size: 1.6rem;
  }
}
.c-lead .--md {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-lead .--md {
    font-size: 1.7rem;
  }
}
.c-lead .--lg {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-lead .--lg {
    font-size: 1.9rem;
  }
}

/*------------------------------------------------------------------------------
  c-grade-box
------------------------------------------------------------------------------*/
.c-grade-box {
  background: linear-gradient(153deg, #3357AC 0%, #093397 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border-radius: 12px;
  padding: 4rem 1.6rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-grade-box {
    border-radius: 10px;
    padding: 3.2rem 1.4rem;
  }
}

.c-grade-box__text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-grade-box__text {
    font-size: 1.6rem;
  }
}
.c-grade-box__text .--sm {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-grade-box__text .--sm {
    font-size: 1.4rem;
  }
}
.c-grade-box__text .--md {
  font-size: 2.2rem;
  line-height: 1.55;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-grade-box__text .--md {
    font-size: 1.5rem;
  }
}
.c-grade-box__text .--lg {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-grade-box__text .--lg {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
}

/*------------------------------------------------------------------------------
  c-panel
------------------------------------------------------------------------------*/
.c-panel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-panel-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem 0;
    margin: 0 auto;
    max-width: 40rem;
  }
}

.c-panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.27%;
          flex: 0 1 31.27%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  border: 6px solid #0D3594;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url(../img/dot-bg.svg);
  background-repeat: repeat;
  background-size: 26px 26px;
  background-position: 8px 8px;
}
@media screen and (max-width: 767px) {
  .c-panel {
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-panel {
    border-width: 4px;
  }
}

.c-panel__heading {
  position: absolute;
  top: 6px;
  left: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-panel__heading {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.c-panel__heading .--lg {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .c-panel__heading .--lg {
    font-size: 2rem;
  }
}
.c-panel__heading::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -9px;
  width: 10.8rem;
  height: 9.2rem;
  background-color: #0D3594;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-panel__heading::before {
    width: 9.2rem;
  }
}

.c-panel__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6rem 1.8rem 3rem;
}
@media screen and (max-width: 1023px) {
  .c-panel__body {
    padding: 6.6rem 1.6rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-panel__body {
    padding: 4.4rem 1.6rem 2.8rem;
  }
}
.c-panel__body.--center {
  padding-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  .c-panel__body.--center {
    padding-top: 4.4rem;
  }
}

.c-panel__title {
  color: #F08615;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .c-panel__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.c-panel__text {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-panel__text {
    text-align: justify;
  }
}

.c-panel__lead {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-panel__lead {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-panel__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 369px) {
  .c-panel__lead {
    font-size: 1.4rem;
  }
}
.c-panel__lead .--sm {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-panel__lead .--sm {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------------------------
  c-double-bg
------------------------------------------------------------------------------*/
.c-double-bg {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 13.6rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .c-double-bg {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-double-bg {
    padding-top: 6.4rem;
    padding-left: 1.2rem;
  }
}
.c-double-bg::before, .c-double-bg::after {
  content: "";
  position: absolute;
}
.c-double-bg::before {
  top: 0;
  left: 4rem;
  background-color: #EEF3F9;
  width: calc(100% - 4rem);
  height: 100%;
  border-radius: 56px 0 0 56px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .c-double-bg::before {
    left: 2rem;
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-double-bg::before {
    left: 1.4rem;
    width: calc(100% - 1.4rem);
    border-radius: 24px 0 0 24px;
  }
}
.c-double-bg::after {
  top: 8rem;
  left: 0;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  border-radius: 0 0 56px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, #0D3594), color-stop(99.95%, #1C9EE5));
  background: linear-gradient(90deg, #0D3594 0.05%, #1C9EE5 99.95%);
  z-index: -2;
}
@media screen and (max-width: 1280px) {
  .c-double-bg::after {
    top: 4rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-double-bg::after {
    top: 2.8rem;
    border-radius: 0 0 24px 0;
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
}

.c-double-bg__fotter-text {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-top: 4rem;
  position: relative;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 0.8;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-double-bg__fotter-text {
    top: 1.6vw;
    letter-spacing: 0;
    margin-top: 1.2rem;
  }
}

/*------------------------------------------------------------------------------
  c-round-bg
------------------------------------------------------------------------------*/
.c-round-bg {
  background-color: #28344F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 80px;
  padding: 13.6rem 0;
}
@media screen and (max-width: 767px) {
  .c-round-bg {
    border-radius: 24px;
    padding: 6.4rem 0;
  }
}

/*------------------------------------------------------------------------------
  c-dot-title
------------------------------------------------------------------------------*/
.c-dot-title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-dot-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-dot-title {
    font-size: 2.1rem;
    letter-spacing: 0.06em;
  }
}
.c-dot-title .--dot {
  font-size: 4rem;
  position: relative;
  padding-top: 0.4rem;
}
@media screen and (max-width: 1023px) {
  .c-dot-title .--dot {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-dot-title .--dot {
    font-size: 2.8rem;
    padding-top: 0.3rem;
  }
}
.c-dot-title .--dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #F08615;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .c-dot-title .--dot::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-dot-title .--dot::before {
    width: 5px;
    height: 5px;
  }
}

/*------------------------------------------------------------------------------
  c-action-card
------------------------------------------------------------------------------*/
.c-action-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7.4rem 4%;
}
@media screen and (max-width: 767px) {
  .c-action-card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.8rem 0;
  }
}

.c-action-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(../img/dot-bg.svg);
  background-repeat: repeat;
  background-size: 26px 26px;
  background-position: 8px 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-action-card {
    background-size: 18px 18px;
  }
}
.c-action-card .c-btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-action-card .c-btn {
    font-size: 1.5rem;
    height: 4.8rem;
    margin-top: 2rem;
  }
  .c-action-card .c-btn .c-btn__arrow {
    top: 13px;
    width: 2rem;
    height: 2rem;
  }
}

.c-action-card__ribbon {
  position: absolute !important;
  top: -22px;
  left: 18px;
}

.c-action-card__img {
  width: 100%;
}
.c-action-card__img img {
  aspect-ratio: 535/307;
  border-radius: 4px 4px 0 0;
}

.c-action-card__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4rem 2rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-action-card__body {
    padding: 1.6rem 1.6rem 2rem;
  }
}

.c-action-card__title {
  color: #F08615;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .c-action-card__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-action-card__title {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.8rem;
  }
}
.c-action-card__title .--number {
  color: #0D3594;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-right: 0.4rem;
}
@media screen and (max-width: 1023px) {
  .c-action-card__title .--number {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-action-card__title .--number {
    font-size: 2.2rem;
  }
}

.c-action-card__text {
  letter-spacing: 0.02em;
}

/*------------------------------------------------------------------------------
  c-menu-card
------------------------------------------------------------------------------*/
.c-menu-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.8rem 4.8rem;
}
@media screen and (max-width: 1023px) {
  .c-menu-card-wrap {
    gap: 3.2rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
}

.c-menu-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2.4rem);
          flex: 0 1 calc(50% - 2.4rem);
  background-color: #EEF3F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 5.6rem 2rem 4.8rem;
}
@media screen and (max-width: 1023px) {
  .c-menu-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1.6rem);
            flex: 0 1 calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .c-menu-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    border-radius: 8px;
    padding: 4rem 1.6rem 3.2rem;
  }
}
.c-menu-card .c-btn {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-menu-card .c-btn {
    font-size: 1.4rem;
  }
}

.c-menu-card__img {
  margin: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .c-menu-card__img {
    margin: 1.6rem 0;
  }
}
.c-menu-card__img img {
  border-radius: 4px;
  aspect-ratio: 485/287;
}

.c-menu-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .c-menu-card__body {
    gap: 2rem 0;
  }
}

.c-menu-card__contents .c-lead {
  text-align: left;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-menu-card__contents .c-lead {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-menu-card__contents .c-lead .--md {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-card__contents .c-lead .--md {
    font-size: 1.7rem;
  }
}

.c-menu-card__detail-title {
  color: #0D3594;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .c-menu-card__detail-title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-card__detail-title {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }
}

.c-menu-card__detail-list {
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-menu-card__detail-list {
    margin-left: 0.2rem;
  }
}
.c-menu-card__detail-list li {
  letter-spacing: 0.02em;
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-menu-card__detail-list li {
    padding-left: 1.2rem;
  }
}
.c-menu-card__detail-list li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.c-menu-card__detail-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #0D3594;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-menu-card__detail-list li::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}

.c-menu-card__box {
  background-color: #22345D;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #FF9C32;
  border-radius: 16px;
  padding: 2.4rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-menu-card__box {
    padding: 2rem 1.2rem;
    border-radius: 12px;
    border-width: 4px;
  }
}

.c-menu-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FF9C32;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-menu-card__price {
    font-size: 1.8rem;
  }
}
.c-menu-card__price .--num {
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  line-height: 0.87;
  font-family: "Montserrat", sans-serif;
  margin: 0 0.2rem;
}
@media screen and (max-width: 1023px) {
  .c-menu-card__price .--num {
    font-size: 4.2rem;
    line-height: 0.92;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-card__price .--num {
    font-size: 4rem;
  }
}
.c-menu-card__price .--num .--comma {
  font-size: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .c-menu-card__price .--num .--comma {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-card__price .--num .--comma {
    font-size: 2.6rem;
  }
}

.c-menu-card__box-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-menu-card__box-text {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------------------------
  c-case-card
------------------------------------------------------------------------------*/
.c-case-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-case-card-wrap {
    gap: 5.6rem 0;
  }
}

.c-case-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2rem);
          flex: 0 1 calc(50% - 2rem);
  background-color: #EEF3F9;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-case-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 3.2rem 1.6rem;
    border-radius: 6px;
  }
}

.c-case-card__title {
  position: absolute;
  top: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-case-card__title {
    top: -55px;
    left: 8px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.c-case-card__logo {
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .c-case-card__logo {
    margin-bottom: 2rem;
  }
}
.c-case-card__logo.--1 {
  max-width: 31rem;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .c-case-card__logo.--1 {
    max-width: 22rem;
    padding-right: 2rem;
  }
}
.c-case-card__logo.--2 {
  max-width: 31rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-case-card__logo.--2 {
    max-width: 22rem;
    margin-top: -1rem;
  }
}

.c-case-card__lead {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .c-case-card__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-case-card__lead {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
}
.c-case-card__lead .--sm {
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .c-case-card__lead .--sm {
    font-size: 1.2rem;
    display: inline-block;
  }
}

.c-case-card__img {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-case-card__img {
    margin-bottom: 1.6rem;
  }
}
.c-case-card__img img {
  aspect-ratio: 490/247;
}

.c-case-card__text {
  letter-spacing: 0.02em;
}

.c-case-card--wide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  padding: 0.8rem 3.2rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-case-card--wide {
    padding: 0.8rem 2rem 3.2rem;
  }
}
.c-case-card--wide .c-case-card__title {
  top: -32px;
  left: 8px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-case-card--wide__badge {
  position: absolute;
  top: -29px;
  left: 637px;
  width: 134px;
}
@media screen and (max-width: 1023px) {
  .c-case-card--wide__badge {
    left: auto;
    right: -12px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-case-card--wide__badge {
    top: -36px;
    right: -8px;
    width: 72px;
  }
}

.c-case-card--wide__title {
  color: #0D3594;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .c-case-card--wide__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-case-card--wide__title {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-top: -0.8rem;
    margin-bottom: 1.2rem;
  }
}
.c-case-card--wide__title .--sm {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-case-card--wide__title .--sm {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------------------------
  c-voice
------------------------------------------------------------------------------*/
.c-voice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media screen and (max-width: 767px) {
  .c-voice-wrap {
    gap: 1.6rem 0;
  }
}

.c-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 4rem;
  background-color: #EEF3F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #BEC5D6;
  padding: 5.6rem 4.8rem;
}
@media screen and (max-width: 1023px) {
  .c-voice {
    gap: 0 2.4rem;
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-voice {
    display: block;
    gap: 0 2rem;
    padding: 2.8rem 1.6rem 3.2rem;
  }
}

.c-voice__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.6rem;
          flex: 0 0 11.6rem;
}
@media screen and (max-width: 767px) {
  .c-voice__heading {
    margin-bottom: 1.6rem;
  }
}

.c-voice__icon {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-voice__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-voice__icon img {
    max-width: 8rem;
    margin-right: 2rem;
  }
}
.c-voice__icon figcaption {
  color: #4F4F4F;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-voice__icon figcaption {
    text-align: left;
    margin-top: 0;
  }
}

.c-voice__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-voice__title {
  color: #0D3594;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .c-voice__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-voice__title {
    font-size: 1.7rem;
    margin-bottom: 1.6rem;
  }
}

.c-voice__texts {
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-voice__texts {
    text-align: justify;
  }
}
.c-voice__texts p:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-voice__texts p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.p-voice__btn {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__btn {
    margin-top: 3.2rem;
  }
}

/*------------------------------------------------------------------------------
  c-ribbon
------------------------------------------------------------------------------*/
.c-ribbon {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: center;
  background-color: #0D3594;
  padding: 0.8rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 1px 1px 1px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-ribbon {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .c-ribbon {
    font-size: 1.5rem;
    padding: 0.7rem 1.4rem;
  }
}
.c-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  height: 24px;
  background-color: #0D3594;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/*------------------------------------------------------------------------------
  c-label
------------------------------------------------------------------------------*/
.c-label {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #0D3594;
  display: inline-block;
  border-radius: 32px;
  padding: 0.5rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-label {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0.5rem 1.5rem;
  }
}

/*------------------------------------------------------------------------------
  c-fixed-btn
------------------------------------------------------------------------------*/
.c-fixed-btn {
  position: fixed;
  bottom: 20px;
  right: 0;
  max-width: 32.3rem;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-fixed-btn {
    max-width: 22.8rem;
  }
}

.c-fixed-btn__link {
  display: block;
  width: 100%;
  position: relative;
}
.c-fixed-btn__link img {
  border-radius: 12px 0 0 12px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.c-fixed-btn__link::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 14px;
  background-image: url(../img/illust06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 92px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-fixed-btn__link::before {
    top: -8px;
    left: 8px;
    width: 24px;
    height: 82px;
  }
}

/*------------------------------------------------------------------------------
  c-breadcrumb
------------------------------------------------------------------------------*/
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-breadcrumb__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-breadcrumb__item:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:last-child) {
    margin-right: 28px;
  }
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "＞";
  position: absolute;
  top: 7px;
  right: -24px;
  color: #333;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:last-child)::after {
    font-size: 0.8rem;
    top: 5.5px;
    right: -19px;
  }
}

.c-breadcrumb__link {
  color: #333;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}
.c-breadcrumb__link.--current {
  pointer-events: none;
}

/*------------------------------------------------------------------------------
  c-check-list
------------------------------------------------------------------------------*/
.c-check-list li {
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-check-list li {
    padding-left: 2.6rem;
  }
}
.c-check-list li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-check-list li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
.c-check-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../img/icon-check-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-check-list li::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}

/*------------------------------------------------------------------------------
  c-pagination
------------------------------------------------------------------------------*/
.c-pagination {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 4rem;
  }
}
.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination .page-numbers li {
  margin: 0 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers li {
    margin: 0 0.2rem;
  }
}
.c-pagination .page-numbers span,
.c-pagination .page-numbers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0D3594;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 43px;
  height: 42px;
  border: 1px solid #0D3594;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers span,
  .c-pagination .page-numbers a {
    font-size: 1.4rem;
    width: 36px;
    height: 36px;
    padding-top: 3px;
  }
}
.c-pagination .page-numbers span.current,
.c-pagination .page-numbers a.current {
  pointer-events: none;
}
.c-pagination .page-numbers span.current, .c-pagination .page-numbers span:hover,
.c-pagination .page-numbers a.current,
.c-pagination .page-numbers a:hover {
  color: #fff;
  background-color: #0D3594;
  opacity: 1;
  border: 1px solid #fff;
}
.c-pagination .page-numbers .dots {
  color: #0D3594;
  font-weight: normal;
  pointer-events: none;
  border: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 2rem;
  background-color: transparent;
}
.c-pagination .page-numbers .prev,
.c-pagination .page-numbers .next {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers .prev,
  .c-pagination .page-numbers .next {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------------------------
  c-anchor-nav
------------------------------------------------------------------------------*/
.c-anchor-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-anchor-nav__list {
    gap: 0.8rem 0.8rem;
  }
}

.c-anchor-nav__list--lg {
  gap: 0 6rem;
}
@media screen and (max-width: 767px) {
  .c-anchor-nav__list--lg {
    gap: 0.8rem 0;
  }
}
.c-anchor-nav__list--lg .c-anchor-nav__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 3rem);
          flex: 0 1 calc(50% - 3rem);
}
@media screen and (max-width: 767px) {
  .c-anchor-nav__list--lg .c-anchor-nav__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.c-anchor-nav__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 5.6rem) / 3);
          flex: 0 1 calc((100% - 5.6rem) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(153deg, #3357AC 0%, #093397 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 1.6rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-anchor-nav__link {
    font-size: 1.3rem;
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-anchor-nav__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.4rem);
            flex: 0 1 calc(50% - 0.4rem);
    line-height: 1.45;
    padding: 1rem 1.2rem;
  }
}
.c-anchor-nav__link::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon-caretB-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 9px;
}
@media screen and (max-width: 1023px) {
  .c-anchor-nav__link::after {
    right: 14px;
    width: 10px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-anchor-nav__link::after {
    right: 12px;
    width: 9px;
    height: 7px;
  }
}

/*------------------------------------------------------------------------------
  c-prose
------------------------------------------------------------------------------*/
.c-prose h2 {
  color: #0D3594;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .c-prose h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-prose h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.c-prose h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-prose h3 {
    font-size: 1.7rem;
  }
}
.c-prose h4 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-prose h4 {
    font-size: 1.6rem;
  }
}
.c-prose h5 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-prose h5 {
    font-size: 1.5rem;
  }
}
.c-prose h2,
.c-prose h3,
.c-prose h4,
.c-prose h5,
.c-prose a,
.c-prose p,
.c-prose ul,
.c-prose ol,
.c-prose dl,
.c-prose .wp-block-table,
.c-prose .wp-block-image,
.c-prose .wp-block-media-text,
.c-prose .wp-block-gallery {
  margin: 1em 0;
}
.c-prose ul {
  list-style-type: disc;
  list-style-position: inside;
}
.c-prose ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-prose ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.2em;
}
.c-prose ol li {
  text-indent: 0;
  padding-left: 0.3em;
}
.c-prose a:not([class]) {
  color: #F08615;
  text-decoration: underline;
}
.c-prose .wp-block-image.aligncenter {
  margin-inline: auto;
}
.c-prose .wp-block-image.alignright {
  margin-inline: auto 0;
}
.c-prose .wp-block-image.alignleft {
  margin-inline: 0 auto;
}
.c-prose .wp-block-image.alignnone {
  margin-inline: 0;
}
.c-prose figure.wp-block-image.aligncenter {
  margin-inline: auto;
}
.c-prose figure.wp-block-image.alignright {
  margin-inline: auto 0;
}
.c-prose figure.wp-block-image.alignleft {
  margin-inline: 0 auto;
}
.c-prose figure.wp-block-image.alignnone {
  margin-inline: 0;
}
.c-prose img.aligncenter {
  margin-inline: auto;
  display: block;
}
.c-prose img.alignright {
  margin-inline: auto 0;
  display: block;
}
.c-prose img.alignleft {
  margin-inline: 0 auto;
  display: block;
}

/*------------------------------------------------------------------------------
  p-mv
------------------------------------------------------------------------------*/
.p-mv {
  margin-top: 12rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 1023px) {
  .p-mv {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 7.2rem;
    margin-bottom: 8rem;
  }
}

.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-mv__contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 4rem;
  padding-right: 2rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 1500px) {
  .p-mv__contents {
    margin-right: 8vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 1280px) {
  .p-mv__contents {
    padding-left: 2rem;
    padding-right: 3.2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contents {
    width: 100%;
    padding: 0 2rem;
    margin-top: 2rem;
  }
}

.p-mv__sub-title {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .p-mv__sub-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__sub-title {
    font-size: 1.4rem;
    background-color: #fff;
    margin-bottom: 0.4rem;
  }
}

.p-mv__title {
  font-size: 5.6rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
  margin-bottom: 8.2rem;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .p-mv__title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1280px) {
  .p-mv__title {
    font-size: clamp(3.4rem, 4.3vw, 4.8rem);
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__title {
    margin-bottom: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: clamp(3.2rem, 4.3vw, 4.8rem);
    line-height: 1.35;
    margin-bottom: 4rem;
  }
}
.p-mv__title .u-accent-color {
  font-size: 5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1280px) {
  .p-mv__title .u-accent-color {
    font-size: clamp(3rem, 3.9vw, 4.4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .u-accent-color {
    font-size: clamp(2.6rem, 3.9vw, 4.4rem);
  }
}
.p-mv__title::before {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 0;
  background-image: url(../img/illust-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 7.8rem;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-mv__title::before {
    bottom: -4.5vw;
    height: 5.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title::before {
    bottom: -8.5vw;
    height: 11.5vw;
  }
}

.p-mv__lead {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  .p-mv__lead {
    font-size: clamp(1.6rem, 1.7vw, 2rem);
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__lead {
    letter-spacing: 0.07em;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    letter-spacing: 0.15em;
  }
}
.p-mv__lead .u-primary-color {
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1280px) {
  .p-mv__lead .u-primary-color {
    font-size: clamp(1.8rem, 2.19vw, 2.6rem);
  }
}

.p-mv__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52.43%;
          flex: 0 1 52.43%;
  height: 70rem;
}
@media screen and (min-width: 1500px) {
  .p-mv__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 57%;
            flex: 0 1 57%;
    height: 80rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-mv__img {
    height: 60rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 51%;
            flex: 0 1 51%;
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: auto;
    width: calc(100% - 2rem);
    height: 88vw;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.p-mv__img img {
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 1500px) {
  .p-mv__img img {
    -o-object-position: 0 30%;
       object-position: 0 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img img {
    border-radius: 12px 0 0 12px;
  }
}

/*------------------------------------------------------------------------------
  p-top-about
------------------------------------------------------------------------------*/
.p-top-about {
  margin-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    margin-bottom: 8rem;
  }
}

.p-top-about__lead {
  margin: 4.4rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__lead {
    margin: 2.4rem 0 3.2rem;
  }
}

.p-top-about__grade-box {
  max-width: 78rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__grade-box {
    margin-bottom: 1.6rem;
  }
}

.p-top-about__triangle {
  max-width: 10.6rem;
  margin: 0 auto 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__triangle {
    max-width: 7.2rem;
    margin-bottom: 1.6rem;
  }
}

.p-top-about__panel-wrap {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__panel-wrap {
    margin-bottom: 3.2rem;
  }
}

.p-top-about__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.2rem;
  }
}

.p-top-about__detail-graph {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55.27%;
          flex: 0 1 55.27%;
  margin-left: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-graph {
    margin-left: -1rem;
    margin-right: -1.6rem;
  }
}

.p-top-about__detail-text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44.64%;
          flex: 0 1 44.64%;
  margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-text-wrap {
    margin-top: 2rem;
  }
}

.p-top-about__detail-title {
  color: #0D3594;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5.4rem;
  margin-bottom: 0.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-title {
    font-size: 2rem;
    padding-left: 4.8rem;
  }
}
.p-top-about__detail-title::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #0D3594;
  width: 36px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-title::before {
    top: 16px;
    width: 32px;
  }
}

.p-top-about__detail-lead {
  color: #0D3594;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-lead {
    font-size: 1.45rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.6rem;
  }
}

.p-top-about__detail-texts {
  line-height: 2;
  text-align: justify;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-texts {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
}

.p-top-about__fotter-text {
  font-size: 14.3rem;
}
@media screen and (max-width: 1280px) {
  .p-top-about__fotter-text {
    padding-left: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__fotter-text {
    font-size: 12.27vw;
    padding-left: 0.8rem;
  }
}

/*------------------------------------------------------------------------------
  p-top-issue
------------------------------------------------------------------------------*/
.p-top-issue {
  margin-bottom: 13.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-issue {
    margin-bottom: 5.6em;
  }
}

.p-top-issue__list {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-issue__list {
    margin-top: 4rem;
  }
}

.p-top-issue__item {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 5.6rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-issue__item {
    padding: 4rem 1.6rem 3.2rem 1.2rem;
  }
}
.p-top-issue__item:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-issue__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.p-top-issue__item::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-issue__item.--illust1::before {
  background-image: url(../img/illust01.svg);
  top: -28px;
  right: 232px;
  width: 46px;
  height: 99px;
}
@media screen and (max-width: 1280px) {
  .p-top-issue__item.--illust1::before {
    top: -32px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-issue__item.--illust1::before {
    top: -30px;
    right: 12px;
    width: 30px;
    height: 72px;
  }
}
.p-top-issue__item.--illust2::before {
  background-image: url(../img/illust02.svg);
  top: -19px;
  right: 30px;
  width: 83px;
  height: 90px;
}
@media screen and (max-width: 1280px) {
  .p-top-issue__item.--illust2::before {
    top: -26px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-issue__item.--illust2::before {
    top: -14px;
    right: 12px;
    width: 50px;
    height: 60px;
  }
}

.p-top-issue__item-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 4.4rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-issue__item-title {
    font-size: 1.6rem;
    padding-left: 3rem;
    margin-bottom: 1.2rem;
  }
}
.p-top-issue__item-title .u-accent-color {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-issue__item-title .u-accent-color {
    font-size: 1.8rem;
  }
}
.p-top-issue__item-title::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url(../img/icon-check-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .p-top-issue__item-title::before {
    top: 6px;
    width: 20px;
    height: 20px;
  }
}

.p-top-issue__item-texts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-issue__item-texts {
    padding-left: 3rem;
  }
}
.p-top-issue__item-texts p:not(:last-child) {
  margin-bottom: 1em;
}

/*------------------------------------------------------------------------------
  p-top-problem
------------------------------------------------------------------------------*/
.p-top-problem {
  margin-bottom: 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem {
    margin-bottom: 6.4rem;
  }
}

.p-top-problem__list {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__list {
    margin-top: 4.8rem;
  }
}

.p-top-problem__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-wrap {
    display: block;
  }
}
.p-top-problem__item-wrap:not(:last-child) {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-wrap:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.p-top-problem__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 32.7rem;
  padding: 2rem;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item {
    min-height: 19rem;
    padding: 4.4rem 1.6rem 2.4rem;
  }
}
.p-top-problem__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.p-top-problem__item.--problem {
  background-color: #E9E9E9;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item.--problem {
    margin-bottom: 2rem;
  }
}
.p-top-problem__item.--problem::before {
  background-image: url(../img/illust-vortex.svg);
  width: 226px;
  height: 234px;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item.--problem::before {
    width: 113px;
    height: 117px;
  }
}
.p-top-problem__item.--problem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -84px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 117px;
  height: 72px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__item.--problem::after {
    right: -44px;
    width: 60px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__item.--problem::after {
    top: auto;
    right: auto;
    left: 49%;
    bottom: -26px;
    width: 50px;
    height: 35px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}
.p-top-problem__item.--problem .p-top-problem__item-badge {
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item.--problem .p-top-problem__item-badge {
    font-size: 1.2rem;
  }
}
.p-top-problem__item.--problem .p-top-problem__item-badge span {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item.--problem .p-top-problem__item-badge span {
    font-size: 2.2rem;
  }
}
.p-top-problem__item.--solution {
  background-color: #EEF3F9;
}
.p-top-problem__item.--solution::before {
  background-image: url(../img/illust-light.svg);
  width: 232px;
  height: 271px;
  margin-top: 1rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item.--solution::before {
    width: 136px;
    height: 140px;
    margin-left: 2rem;
  }
}
.p-top-problem__item.--solution .p-top-problem__item-badge {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  background: linear-gradient(153deg, #3357AC 0%, #093397 100%);
}
@media screen and (max-width: 767px) {
  .p-top-problem__item.--solution .p-top-problem__item-badge {
    font-size: 1.3rem;
  }
}

.p-top-problem__item-badge {
  position: absolute;
  top: -26px;
  left: -12px;
  width: 90px;
  height: 90px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-badge {
    top: -14px;
    left: -14px;
    width: 62px;
    height: 62px;
  }
}

.p-top-problem__item-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-title {
    font-size: 1.8rem;
  }
}
.p-top-problem__item-title .u-accent-color {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-title .u-accent-color {
    font-size: 2rem;
  }
}

.p-top-problem__item-subtitle {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__item-subtitle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-subtitle {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
}

.p-top-problem__item-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-text {
    margin-top: 1.6rem;
    text-align: left;
  }
}

/*------------------------------------------------------------------------------
  p-top-action
------------------------------------------------------------------------------*/
.p-top-action {
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-top-action {
    margin-bottom: 8rem;
  }
}

.p-top-action__card-wrap {
  margin-top: 8rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-action__card-wrap {
    margin-top: 4.8rem;
    margin-bottom: 2.8rem;
  }
}

.p-top-action__fotter-text {
  font-size: 17.3rem;
  top: 22px;
}
@media screen and (max-width: 767px) {
  .p-top-action__fotter-text {
    top: 3.2vw;
    font-size: 8.4rem;
    font-size: 22.4vw;
    padding-left: 1rem;
    margin-top: 2rem;
  }
}

/*------------------------------------------------------------------------------
  p-top-unique
------------------------------------------------------------------------------*/
.p-top-unique__lead {
  margin: 4rem 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-unique__lead {
    margin: 2.4rem 0;
  }
}

.p-top-unique__texts {
  max-width: 71rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 auto 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-unique__texts {
    margin-bottom: 4.8rem;
  }
}
.p-top-unique__texts .u-primary-color {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top-unique__texts .u-primary-color {
    font-size: 1.5rem;
  }
}
.p-top-unique__texts p:not(:last-child) {
  margin-bottom: 1em;
}

.p-top-unique__grade-box {
  max-width: 71rem;
  margin: 0 auto 6.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-unique__grade-box {
    margin-bottom: 4.8rem;
  }
  .p-top-unique__grade-box .c-grade-box__text {
    text-align: left;
  }
  .p-top-unique__grade-box .c-grade-box__text span {
    display: inline;
  }
}
.p-top-unique__grade-box::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 4px;
  background-image: url(../img/badge01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 112px;
}
@media screen and (max-width: 767px) {
  .p-top-unique__grade-box::before {
    width: 72px;
    height: 72px;
  }
}

.p-top-unique__contents-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8.8rem 4.8rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-unique__contents-box {
    padding: 6.4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-unique__contents-box {
    padding: 4.8rem 0;
  }
}
.p-top-unique__contents-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #EEF3F9;
  border-radius: 8px;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-unique__contents-box::before {
    width: 100vw;
  }
}
.p-top-unique__contents-box .c-lead {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-unique__contents-box .c-lead {
    font-size: 1.7rem;
    text-align: justify;
  }
}

.p-top-unique__detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-unique__detail-wrap {
    margin: 5.6rem 0 4rem;
  }
}

.p-top-unique__detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.8%;
          flex: 0 1 46.8%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 11.2rem 3.2rem 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-unique__detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.5%;
            flex: 0 1 48.5%;
    padding: 4rem 1.2rem 2.4rem;
  }
}
.p-top-unique__detail::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/icon-arrowsB-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 66px;
}
@media screen and (max-width: 767px) {
  .p-top-unique__detail::before {
    width: 14px;
    height: 56px;
  }
}

.p-top-unique__detail-icon {
  position: absolute;
  top: -66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 155px;
}
@media screen and (max-width: 767px) {
  .p-top-unique__detail-icon {
    top: -40px;
    width: 72px;
  }
}

.p-top-unique__detail-text {
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-unique__detail-text {
    font-size: 1.5rem;
  }
  .p-top-unique__detail-text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-unique__detail-text {
    font-size: 1.2rem;
    text-align: justify;
  }
}
.p-top-unique__detail-text .u-accent-color {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .p-top-unique__detail-text .u-accent-color {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-unique__detail-text .u-accent-color {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------------------------
  p-top-reason
------------------------------------------------------------------------------*/
.p-top-reason {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason {
    margin-bottom: 6.4rem;
  }
}

.p-top-reason__contents-wrap {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__contents-wrap {
    margin-top: 4rem;
  }
}

.p-top-reason__contents {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 6.4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__contents {
    padding: 4rem 1.6rem;
  }
}
.p-top-reason__contents:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__contents:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.p-top-reason__list {
  position: relative;
}
.p-top-reason__list.--intro {
  padding-left: 6.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-reason__list.--intro {
    padding-left: 0;
  }
}
.p-top-reason__list.--intro::before {
  top: -26px;
  right: 50px;
  background-image: url(../img/illust03.svg);
  width: 165px;
  height: 170px;
}
@media screen and (max-width: 1023px) {
  .p-top-reason__list.--intro::before {
    top: -80px;
    right: 16px;
    width: 110px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list.--intro::before {
    top: -70px;
    right: -8px;
    width: 82px;
    height: 85px;
  }
}
.p-top-reason__list::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-reason__list.--after {
  padding-left: 5.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list.--after {
    margin-top: 2.4rem;
    padding-left: 0;
  }
}
.p-top-reason__list.--after::before {
  bottom: -94px;
  right: -8px;
  background-image: url(../img/illust04.svg);
  width: 82px;
  height: 141px;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list.--after::before {
    bottom: -70px;
    right: -16px;
    width: 41px;
    height: 70px;
  }
}

.p-top-reason__item {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-reason__item {
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 2.8rem;
  }
}
.p-top-reason__item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/icon-check-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .p-top-reason__item::before {
    top: 3px;
    width: 19px;
    height: 19px;
  }
}
.p-top-reason__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.p-top-reason__item .--number {
  color: #F08615;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  margin: 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__item .--number {
    font-size: 2.8rem;
    letter-spacing: 0;
    margin: 0 0.2rem;
  }
}

.p-top-reason__contents-title {
  color: #0D3594;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-reason__contents-title {
    font-size: 2rem;
    padding-left: 4rem;
  }
}
.p-top-reason__contents-title::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  background-color: #0D3594;
  width: 42px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-top-reason__contents-title::before {
    top: 16px;
    width: 30px;
    height: 1px;
  }
}

.p-top-reason__data {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__data {
    margin-top: 3.2rem;
  }
}

.p-top-reason__data-child:not(:last-child) {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__data-child:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.p-top-reason__data-title {
  color: #0D3594;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-reason__data-title {
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-top-reason__data-title::before {
  content: "Q";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 2px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0D3594;
  width: 42px;
  height: 42px;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__data-title::before {
    font-size: 1.3rem;
    width: 32px;
    height: 32px;
    margin-top: -0.6rem;
    margin-right: 0.6rem;
    margin-left: -0.4rem;
  }
}
.p-top-reason__data-title .--sm {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-reason__data-title .--sm {
    font-size: 1.2rem;
  }
}
.p-top-reason__data-title.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__data-title.--center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
}
.p-top-reason__data-title.--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-reason__data-title.--wrap .--sm {
  padding-left: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__data-title.--wrap .--sm {
    padding-left: 4.4rem;
  }
}

.p-top-reason__graph-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-reason__graph-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem 0;
  }
}

.p-top-reason__graph-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}
@media screen and (max-width: 767px) {
  .p-top-reason__graph-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0 auto;
    max-width: 50rem;
  }
}

.p-top-reason__graph {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__graph {
    margin-top: 1.6rem;
  }
}

.p-top-reason__bar-wrap {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__bar-wrap {
    margin-top: 1.6rem;
  }
}

.p-top-reason__bar-item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.p-top-reason__bar-title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__bar-title {
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 0.6rem;
  }
}
.p-top-reason__bar-title .--number {
  color: #0D3594;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__bar-title .--number {
    font-size: 2.8rem;
    margin-left: 0.3rem;
  }
}
.p-top-reason__bar-title .--number .--sm {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top-reason__bar-title .--number .--sm {
    font-size: 1.6rem;
  }
}

.p-top-reason__bar {
  background-color: #EDEDED;
  width: 100%;
  height: 20px;
  border-radius: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-reason__bar {
    height: 12px;
  }
}
.p-top-reason__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 22px;
  height: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-reason__bar::before {
    height: 12px;
  }
}
.p-top-reason__bar.--1::before {
  background-color: #0D3594;
  width: 42%;
}
.p-top-reason__bar.--2::before {
  background-color: #1E4BA8;
  width: 38%;
}
.p-top-reason__bar.--3::before {
  background-color: #2E6BB8;
  width: 24%;
}
.p-top-reason__bar.--4::before {
  background-color: #4A8BC8;
  width: 23%;
}
.p-top-reason__bar.--5::before {
  background-color: #66B2D6;
  width: 17%;
}

.p-top-reason__average-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-reason__average-wrap {
    display: block;
  }
}

.p-top-reason__average {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 1.6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__average {
    padding: 2.4rem 0;
  }
  .p-top-reason__average:first-child {
    border-top: 1px solid #B2C0E0;
  }
  .p-top-reason__average:last-child {
    border-bottom: 1px solid #B2C0E0;
  }
}
.p-top-reason__average:not(:last-child) {
  border-right: 1px solid #B2C0E0;
}
@media screen and (max-width: 767px) {
  .p-top-reason__average:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #B2C0E0;
  }
}

.p-top-reason__average-title {
  color: #0D3594;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-reason__average-title {
    font-size: 1.8rem;
    min-height: 0;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__average-title {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}

.p-top-reason__average-numuber {
  color: #0D3594;
  font-size: 8.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  margin-left: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-reason__average-numuber {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__average-numuber {
    font-size: 4.8rem;
  }
}
.p-top-reason__average-numuber .--sm {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: 5px;
  display: inline-block;
  margin-left: 0.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-reason__average-numuber .--sm {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__average-numuber .--sm {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-top-case
------------------------------------------------------------------------------*/
.p-top-case__sub-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 4.8rem 0 8.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-case__sub-title {
    font-size: 2rem;
    margin: 3.2rem 0 6.4rem;
  }
}
.p-top-case__sub-title::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  background-image: url(../img/illust-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 4.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-case__sub-title::before {
    height: 4rem;
  }
}

.p-top-case__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 0;
    margin: 0 auto 3.2rem;
  }
}

.p-top-case__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.364%;
          flex: 0 1 31.364%;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 30px 0 rgba(17, 132, 109, 0.14);
          box-shadow: 0 0 30px 0 rgba(17, 132, 109, 0.14);
  position: relative;
}

.p-top-case__card-link {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-case__card-title {
  position: absolute;
  top: -11px;
  left: 15px;
  font-size: 1.4rem;
}
.p-top-case__card-title::before {
  left: -9px;
  width: 9px;
  height: 11px;
}

.p-top-case__card-img {
  width: 100%;
}
.p-top-case__card-img img {
  aspect-ratio: 16/9;
}

.p-top-case__card-body {
  padding: 2rem 1.6rem 1.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-case__card-body {
    padding: 1.6rem;
  }
}

.p-top-case__card-btn {
  width: 27px;
  display: block;
  margin-top: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-case__card-btn {
    width: 24px;
  }
}

/*------------------------------------------------------------------------------
  p-top-career
------------------------------------------------------------------------------*/
.p-top-career {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5rem;
  margin-bottom: 14.4rem;
}
@media screen and (max-width: 1280px) {
  .p-top-career {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-career {
    padding-right: 0;
    margin-bottom: 6.4rem;
  }
}

.p-top-career__inner {
  background-color: #EEF3F9;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 14.4rem;
  padding-right: 2rem;
  border-radius: 0 56px 56px 0;
}
@media screen and (max-width: 767px) {
  .p-top-career__inner {
    border-radius: 0 24px 24px 0;
    padding-top: 6.4rem;
  }
}

.p-top-career__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 127rem;
}
@media screen and (min-width: 1500px) {
  .p-top-career__contents {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-career__contents {
    display: block;
  }
}

.p-top-career__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52.13%;
          flex: 0 1 52.13%;
}
@media screen and (max-width: 767px) {
  .p-top-career__img {
    padding-right: 0.4rem;
  }
}
.p-top-career__img img {
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 14px 14px #0D3594;
          box-shadow: 14px 14px #0D3594;
}
@media screen and (max-width: 767px) {
  .p-top-career__img img {
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 10px 10px #0D3594;
            box-shadow: 10px 10px #0D3594;
  }
}

.p-top-career__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41.26%;
          flex: 0 1 41.26%;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1280px) {
  .p-top-career__text-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43%;
            flex: 0 1 43%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-career__text-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 2rem;
    margin-top: 4rem;
  }
}

.p-top-career__copy {
  color: #0D3594;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-career__copy {
    font-size: 1.6rem;
    margin-bottom: 2.2rem;
  }
}
.p-top-career__copy::before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  background-image: url(../img/illust-line2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 17px;
  z-index: 0;
}

.p-top-career__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 1280px) {
  .p-top-career__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-career__title {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}

.p-top-career__texts {
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-career__texts br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-career__texts {
    line-height: 1.9;
    margin-bottom: 2.4rem;
  }
}
.p-top-career__texts p:not(:last-child) {
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .p-top-career__texts p:not(:last-child) {
    margin-bottom: 1em;
  }
}

.p-top-career__bottom-text {
  color: #fff;
  font-size: 14.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  opacity: 0.7;
  margin-top: 3.2rem;
  margin-left: 2rem;
  white-space: nowrap;
  position: relative;
  top: 21px;
}
@media screen and (min-width: 1500px) {
  .p-top-career__bottom-text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-career__bottom-text {
    top: 13px;
    top: 3.46vw;
    font-size: 9.4rem;
    font-size: 25vw;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}

/*------------------------------------------------------------------------------
  p-top-column
------------------------------------------------------------------------------*/
.p-top-column {
  margin-bottom: 14.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-column {
    margin-bottom: 7.2rem;
  }
}

.p-top-column__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-top-column__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-column__heading {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1.8rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-column__heading {
    display: contents;
  }
  .p-top-column__heading .c-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 3.2rem;
  }
}
.p-top-column__heading .c-title02 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 11.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-column__heading .c-title02 {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__heading .c-title02 {
    margin-bottom: 2.4rem;
  }
}

.p-top-column__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 88.2rem;
  width: 100%;
}

/*------------------------------------------------------------------------------
  p-about-intro
------------------------------------------------------------------------------*/
.p-about-intro {
  margin-bottom: 10.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro {
    margin-bottom: 5.6rem;
  }
}

.p-about-intro__lead {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .p-about-intro__lead .--lg {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-intro__lead {
    max-width: 48rem;
    margin: 3.2rem auto 0;
    text-align: justify;
  }
  .p-about-intro__lead .--lg {
    font-size: 1.7rem;
  }
}

/*------------------------------------------------------------------------------
  p-necessity
------------------------------------------------------------------------------*/
.p-necessity__lead {
  margin: 4.8rem 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-necessity__lead {
    margin: 2.4rem 0 1.6rem;
  }
}

.p-necessity__flow {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 16rem;
}
@media screen and (max-width: 767px) {
  .p-necessity__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-necessity__flow-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: block;
  padding: 1.6rem;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-necessity__flow-item {
    width: 100%;
    margin-bottom: 0;
    padding: 4rem 1.2rem 3.6rem;
  }
  .p-necessity__flow-item:nth-child(n+2) {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: -1.6rem;
  }
}
.p-necessity__flow-item:first-child {
  padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-necessity__flow-item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 3.2rem 1.2rem 4rem;
  }
}
.p-necessity__flow-item::before, .p-necessity__flow-item::after {
  content: "";
  border-right: 1.5px solid #0D3594;
  display: block;
  position: absolute;
  height: 50%;
  right: 0px;
  z-index: 1;
  width: 64px;
}
.p-necessity__flow-item::before {
  top: 0;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
}
.p-necessity__flow-item::after {
  bottom: 0;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}
.p-necessity__flow-item:last-child::before, .p-necessity__flow-item:last-child::after {
  right: -44px;
  background-color: #28344F;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-necessity__flow-item::before, .p-necessity__flow-item::after {
    border-right: none;
    position: absolute;
    top: auto;
    bottom: 0;
    left: -20px;
    right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.6rem 50vw 0 50vw;
    border-color: #0D3594 transparent transparent transparent;
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    z-index: 1;
    background-color: transparent !important;
  }
  .p-necessity__flow-item::after {
    bottom: 2px;
    border-color: #fff transparent transparent transparent;
  }
  .p-necessity__flow-item:last-child::before, .p-necessity__flow-item:last-child::after {
    border-right: none;
    position: absolute;
    top: auto;
    bottom: 0;
    left: -20px;
    right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.6rem 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    z-index: 1;
    background-color: transparent !important;
  }
  .p-necessity__flow-item:last-child::after {
    bottom: 0px;
    bottom: 0px;
    border-color: #fff #28344F #28344F #28344F;
  }
}

.p-necessity__flow-text {
  color: #0D3594;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-necessity__flow-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-necessity__flow-text {
    font-size: 1.6rem;
  }
}
.p-necessity__flow-text .--sm {
  font-size: 0.8rem;
  font-weight: bold;
  vertical-align: 12px;
}

.p-necessity__flow-notes {
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-necessity__flow-notes {
    font-size: 1.2rem;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.p-necessity__box {
  background-color: #fff;
  background-image: url(../img/dot-bg.svg);
  background-repeat: repeat;
  background-size: 26px 26px;
  background-position: 8px 8px;
  border-radius: 24px;
  border: 4px solid #F08615;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6.4rem 2rem 6.4rem 5.6rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-necessity__box {
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-necessity__box {
    border-radius: 12px;
    padding: 4rem 2rem 3.2rem 1.6rem;
    margin-top: 4rem;
  }
}

.p-necessity__box-title {
  color: #0D3594;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .p-necessity__box-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-necessity__box-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

/*------------------------------------------------------------------------------
  p-benefit
------------------------------------------------------------------------------*/
.p-benefit__lead {
  margin: 4.8rem 0 10.4rem;
}
@media screen and (max-width: 767px) {
  .p-benefit__lead {
    text-align: left;
    max-width: 52.8rem;
    margin: 3.2rem auto 5.6rem;
  }
}

.p-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 105rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .p-change {
    display: block;
    margin-bottom: 1.2rem;
  }
}

.p-change__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.62%;
          flex: 0 1 47.62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 32.7rem;
  padding: 6.4rem 2rem 4rem;
  border-radius: 8px;
  position: relative;
  background-image: url(../img/dot-bg.svg);
  background-repeat: repeat;
  background-size: 26px 26px;
  background-position: 8px 8px;
}
@media screen and (max-width: 767px) {
  .p-change__item {
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-change__item {
    min-height: 19rem;
    padding: 4.4rem 1.6rem 2.4rem;
  }
}
.p-change__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.p-change__item.--old {
  background-color: #E9E9E9;
}
@media screen and (max-width: 767px) {
  .p-change__item.--old {
    margin-bottom: 2rem;
  }
}
.p-change__item.--old::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -84px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 117px;
  height: 72px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-change__item.--old::after {
    right: -44px;
    width: 60px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-change__item.--old::after {
    top: auto;
    right: auto;
    left: 49%;
    bottom: -26px;
    width: 50px;
    height: 35px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}
.p-change__item.--old .p-change__item-badge,
.p-change__item.--old .p-change__item-label {
  background-color: #333;
}
.p-change__item.--new {
  background-color: #EEF3F9;
}
.p-change__item.--new .p-change__item-badge {
  background: linear-gradient(153deg, #3357AC 0%, #093397 100%);
}
.p-change__item.--new .p-change__item-label {
  background-color: #0D3594;
}

.p-change__item-badge {
  position: absolute;
  top: -26px;
  left: -12px;
  width: 90px;
  height: 90px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-change__item-badge {
    top: -14px;
    left: -14px;
    font-size: 1.6rem;
    width: 62px;
    height: 62px;
  }
}

.p-change__item-title {
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-change__item-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-change__item-title {
    font-size: 1.9rem;
  }
}

.p-change__arrow {
  max-width: 21px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .p-change__arrow {
    max-width: 17px;
    margin-bottom: 1.2rem;
  }
  .p-change__arrow svg {
    width: 17px;
    height: auto;
  }
}

.p-change__item-label {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.9rem 3.2rem;
  width: 100%;
  max-width: 25rem;
  border-radius: 2px;
  margin: 0 auto 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-change__item-label {
    font-size: 1.8rem;
    max-width: 12rem;
  }
}

.p-change__item-text {
  letter-spacing: 0.02em;
}

.p-benefit__bottom {
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-benefit__bottom {
    line-height: 1.6;
    text-align: left;
  }
}

/*------------------------------------------------------------------------------
  p-effect
------------------------------------------------------------------------------*/
.p-effect {
  margin-bottom: 17.8rem;
}
@media screen and (max-width: 767px) {
  .p-effect {
    padding-top: 8.8rem;
    margin-bottom: 8rem;
  }
}
.p-effect .c-title__en {
  position: relative;
  display: inline-block;
}

.p-effect__title-label {
  position: absolute;
  top: -54px;
  left: -121px;
  width: 101px;
}
@media screen and (max-width: 767px) {
  .p-effect__title-label {
    top: -56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 52px;
  }
}

.p-effect__panel-wrap {
  margin: 4.8rem 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-effect__panel-wrap {
    margin: 3.2rem auto 1.6rem;
  }
}

.p-effect__fotter-text {
  font-size: 13rem;
}
@media screen and (max-width: 767px) {
  .p-effect__fotter-text {
    top: 2.67vw;
    font-size: 20.27vw;
  }
}

/*------------------------------------------------------------------------------
  p-method
------------------------------------------------------------------------------*/
.p-method__lead {
  margin-top: 4.8rem;
  margin-bottom: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-method__lead {
    text-align: left;
    margin-top: 2.4rem;
    margin-bottom: 6.4rem;
  }
}

.p-method__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 9.6rem 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-method__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 0;
    max-width: 36rem;
    margin: 6.4rem auto 1.2rem;
  }
}

.p-method__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  background-color: #EEF3F9;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7.2rem 2rem 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-method__card {
    padding: 4.8rem 1.6rem 2.4rem;
  }
}

.p-method__card-title {
  position: absolute;
  top: -24px;
  left: 18px;
}
@media screen and (max-width: 767px) {
  .p-method__card-title {
    font-size: 1.7rem;
  }
}

.p-method__card-icon {
  max-width: 12.3rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-method__card-icon {
    max-width: 8rem;
    margin: 0 auto 1.6rem;
  }
}

.p-method__card-lead {
  color: #0D3594;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.6rem;
}
@media screen and (max-width: 1023px) {
  .p-method__card-lead {
    font-size: 1.8rem;
  }
  .p-method__card-lead br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-method__card-lead {
    min-height: 0;
    margin-bottom: 1.6rem;
  }
  .p-method__card-lead br {
    display: block;
  }
}

.p-method__card-text {
  letter-spacing: 0.02em;
}

/*------------------------------------------------------------------------------
  p-career
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-career .c-dot-title .--dot {
    padding-top: 1rem;
    display: inline-block;
  }
  .p-career .c-dot-title .--dot::before {
    top: 8px;
  }
}

.p-career__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.8rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-career__media {
    display: block;
    margin: 3.2rem 0 5.6rem;
  }
}

.p-career__media-texts {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44.55%;
          flex: 0 1 44.55%;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-career__media-texts {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-career__media-texts {
    margin: 0 0 1.6rem;
  }
}
.p-career__media-texts p:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-career__media-texts p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.p-career__media-texts .u-accent-color {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .p-career__media-texts .u-accent-color {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-career__media-texts .u-accent-color {
    font-size: 1.4rem;
  }
}

.p-career__media-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.45%;
          flex: 0 1 49.45%;
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-career__media-img {
    margin-right: 0;
  }
}
.p-career__media-img img {
  border-radius: 16px 0 0 16px;
  -webkit-box-shadow: 14px 14px 0 #0D3594;
          box-shadow: 14px 14px 0 #0D3594;
}
@media screen and (max-width: 767px) {
  .p-career__media-img img {
    border-radius: 8px 0 0 8px;
    -webkit-box-shadow: 10px 10px 0 #0D3594;
            box-shadow: 10px 10px 0 #0D3594;
  }
}

.p-career__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5.6rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-career__box {
    padding: 4.8rem 2rem;
  }
}
.p-career__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #EEF3F9;
  border-radius: 20px;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-career__box-title {
  position: relative;
}
.p-career__box-title::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/illust05.svg);
  top: -14px;
  left: 473px;
  width: 129px;
  height: 112px;
}
@media screen and (max-width: 767px) {
  .p-career__box-title::before {
    top: -44px;
    left: auto;
    right: -34px;
    width: 78px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-career__box-title .c-title04__ja {
    font-size: 2rem;
  }
}

.p-career__box-contents {
  margin-top: 6.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #B6C3E0;
}
@media screen and (max-width: 767px) {
  .p-career__box-contents {
    padding-bottom: 2rem;
    margin-top: 2.4rem;
  }
}

.p-career__box-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-career__box-lead {
    margin-bottom: 2rem;
  }
}
.p-career__box-lead h3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0D3594;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-career__box-lead h3 {
    font-size: 1.6rem;
    margin-right: 1.2rem;
  }
}
.p-career__box-lead .--line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 1px;
  background-color: #B6C3E0;
}

.p-career__check-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-career__check-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem 0;
  }
}

.p-career__check-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-career__check-list li {
  max-width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-career__check-list li {
    max-width: 100%;
  }
}

/*------------------------------------------------------------------------------
  p-license
------------------------------------------------------------------------------*/
.p-license__lead {
  margin: 4.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-license__lead {
    margin: 3.2rem 0;
  }
}

.p-license__box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  border: 8px solid #F08615;
  background-image: url(../img/dot-bg.svg);
  background-repeat: repeat;
  background-size: 26px 26px;
  background-position: 8px 8px;
  padding: 6.4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-license__box {
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-license__box {
    border-radius: 8px;
    border-width: 4px;
    padding: 4.8rem 1.6rem;
  }
}

.p-license__box-title {
  color: #0D3594;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  margin-bottom: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-license__box-title {
    font-size: 2rem;
    padding-left: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.p-license__box-title::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0D3594;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-license__box-title::before {
    top: 14px;
    width: 6px;
    height: 6px;
  }
}

.p-license__contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-license__contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem 0;
  }
}

.p-license__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.5%;
          flex: 0 1 48.5%;
}

.p-license__contents-title {
  color: #0D3594;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #BEC5D6;
  padding-bottom: 1.2rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-license__contents-title {
    font-size: 1.7rem;
    margin-bottom: 1.6rem;
  }
}

.p-license__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-license__detail-item {
    gap: 0 1.6rem;
  }
}
.p-license__detail-item:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-license__detail-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-license__detail-item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  color: #0D3594;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-license__detail-item dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
  }
}
.p-license__detail-item dd {
  letter-spacing: 0;
}
.p-license__detail-item dd .--sm {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-license__detail-item dd .--sm {
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-license__detail-item dd > ul li {
  font-size: 1.3rem;
  padding-left: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-license__detail-item dd > ul li {
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-license__detail-item dd > ul li::before {
  content: "･";
  position: absolute;
  top: 1px;
  left: -2px;
}

.p-license__order-list {
  list-style: none;
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-license__order-list {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    gap: 0.6rem 0;
  }
}
.p-license__order-list li {
  counter-increment: item;
}
.p-license__order-list li::before {
  content: counter(item) "）";
}

/*------------------------------------------------------------------------------
  p-voice
------------------------------------------------------------------------------*/
.p-voice__contents {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__contents {
    margin-top: 3.2rem;
  }
}

/*------------------------------------------------------------------------------
  p-value
------------------------------------------------------------------------------*/
.p-value .c-case-card--wide {
  margin-top: 8.2rem;
}

.p-value__lead {
  margin: 4.8rem 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-value__lead {
    margin: 3.2rem 0;
  }
}

.p-value__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-value__media {
    display: block;
  }
}

.p-value__media-texts {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  letter-spacing: 0.04em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-value__media-texts {
    margin: 0 0 2rem;
  }
}
.p-value__media-texts p:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-value__media-texts p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.p-value__media-texts .u-accent-color {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .p-value__media-texts .u-accent-color {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-value__media-texts .u-accent-color {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-value__media-texts .u-accent-color {
    font-size: 1.3rem;
  }
}

.p-value__media-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.1%;
          flex: 0 1 43.1%;
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-value__media-img {
    margin-right: 0;
  }
}
.p-value__media-img img {
  border-radius: 16px 0 0 16px;
  -webkit-box-shadow: 14px 14px 0 #0D3594;
          box-shadow: 14px 14px 0 #0D3594;
}
@media screen and (max-width: 767px) {
  .p-value__media-img img {
    border-radius: 8px 0 0 8px;
    -webkit-box-shadow: 10px 10px 0 #0D3594;
            box-shadow: 10px 10px 0 #0D3594;
  }
}

.p-value__case {
  margin-top: 12.6rem;
}
@media screen and (max-width: 767px) {
  .p-value__case {
    margin-top: 8.8rem;
  }
}

.p-value__case-card-wrap {
  margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
  .p-value__case-card-wrap {
    margin-top: 7.2rem;
  }
}

/*------------------------------------------------------------------------------
  p-case
------------------------------------------------------------------------------*/
.p-case-wrap {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-case-wrap {
    margin-top: 5.6rem;
  }
}

.p-case {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12.8rem;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-case {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-top: 8.8rem;
    padding-left: 0;
  }
}
.p-case:not(:last-child) {
  margin-bottom: 14.4rem;
}
@media screen and (max-width: 767px) {
  .p-case:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}
.p-case::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 4rem);
  height: 100%;
  background-color: #EEF3F9;
  border-radius: 56px 0 0 56px;
  z-index: -1;
}
@media screen and (max-width: 1240px) {
  .p-case::before {
    width: calc(100vw - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-case::before {
    width: 100%;
    border-radius: 24px;
  }
}

.p-case__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-case__heading {
    margin-bottom: 2.4rem;
  }
}

.p-case__number {
  color: #0D3594;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.5rem;
  padding-left: 4.4rem;
  margin-right: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case__number {
    font-size: 1.6rem;
    padding-left: 3.4rem;
    margin-right: 1.2rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.p-case__number .--lg {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  vertical-align: -1px;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-case__number .--lg {
    font-size: 2.2rem;
  }
}
.p-case__number::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #0D3594;
}
@media screen and (max-width: 767px) {
  .p-case__number::before {
    top: 12px;
    width: 24px;
  }
}

.p-case__label {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #0D3594;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.5rem 2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-case__label {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    padding: 0.5rem 1.6rem;
  }
}

.p-case__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 0.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-case__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-case__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__title {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.p-case__illust {
  position: absolute;
}
.p-case__illust.--1 {
  top: -55px;
  left: 815px;
  width: 112px;
}
@media screen and (max-width: 1023px) {
  .p-case__illust.--1 {
    left: auto;
    right: 0;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__illust.--1 {
    top: -64px;
    right: -8px;
    width: 58px;
  }
}
.p-case__illust.--2 {
  top: -40px;
  left: 972px;
  width: 73px;
}
@media screen and (max-width: 1280px) {
  .p-case__illust.--2 {
    top: -60px;
    left: auto;
    right: 0px;
    width: 63px;
  }
}
@media screen and (max-width: 1023px) {
  .p-case__illust.--2 {
    width: 53px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__illust.--2 {
    top: -64px;
    right: -8px;
    width: 40px;
  }
}
.p-case__illust.--3 {
  top: -41px;
  left: 720px;
  width: 134px;
}
@media screen and (max-width: 1023px) {
  .p-case__illust.--3 {
    top: -50px;
    left: auto;
    right: 0;
    width: 112px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__illust.--3 {
    top: -68px;
    right: -8px;
    width: 62px;
  }
}
.p-case__illust.--4 {
  top: -50px;
  right: 0px;
  width: 122px;
}
@media screen and (max-width: 1023px) {
  .p-case__illust.--4 {
    width: 96px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__illust.--4 {
    top: -56px;
    width: 62px;
  }
}
.p-case__illust.--5 {
  top: -49px;
  left: 936px;
  width: 112px;
}
@media screen and (max-width: 1280px) {
  .p-case__illust.--5 {
    left: auto;
    right: 0;
    width: 100px;
    top: -64px;
  }
}
@media screen and (max-width: 1023px) {
  .p-case__illust.--5 {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__illust.--5 {
    width: 56px;
  }
}
.p-case__illust.--6 {
  top: -68px;
  left: 841px;
  width: 134px;
}
@media screen and (max-width: 1280px) {
  .p-case__illust.--6 {
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .p-case__illust.--6 {
    width: 104px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__illust.--6 {
    right: -4px;
    width: 64px;
  }
}

.p-case__block:not(:last-child) {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-case__block:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.p-case__subtitle {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 1.6rem;
  margin-bottom: 3.2rem;
  border-bottom: 2px solid #B6C3E0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-case__subtitle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__subtitle {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    padding-bottom: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-case__subtitle::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 220px;
  height: 2px;
  background-color: #0D3594;
}
@media screen and (max-width: 767px) {
  .p-case__subtitle::before {
    width: 120px;
  }
}

.p-case__texts {
  position: relative;
  z-index: 1;
}
.p-case__texts p:not(:last-child) {
  margin-bottom: 1.5em;
}

.p-case__bottom-text {
  color: #fff;
  font-size: 32.2rem;
  line-height: 0.72;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.55;
  margin-top: -6.4rem;
  margin-left: -1.2rem;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .p-case__bottom-text {
    font-size: 22.36vw;
    margin-top: -4.44vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-case__bottom-text {
    font-size: 23vw;
    margin-top: -4.6vw;
  }
}
.p-case__bottom-text .--sm {
  font-size: 31.3rem;
  margin-left: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .p-case__bottom-text .--sm {
    font-size: 22.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-case__bottom-text .--sm {
    font-size: 23.5vw;
  }
}

/*------------------------------------------------------------------------------
  p-contact
------------------------------------------------------------------------------*/
.p-contact__lead {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*------------------------------------------------------------------------------
  p-contact-form
------------------------------------------------------------------------------*/
.p-contact__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EEF3F9;
  border-radius: 32px;
  border: 1px solid #BEC5D6;
  max-width: 96rem;
  padding: 8.8rem 2rem;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    border-radius: 16px;
    padding: 5.6rem 1.6rem;
    margin-top: 4rem;
  }
}

.p-contact__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-bottom: 3.6rem;
  }
}

.p-contact__title-ja {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title-ja {
    font-size: 2.1rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}

.p-contact__title-en {
  color: #F08615;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-contact__title-en {
    font: 1.1rem;
  }
}

.p-contact-form {
  max-width: 78rem;
  margin: 0 auto;
}

.p-contact-form__list {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__list {
    margin-bottom: 3.2rem;
  }
}

.p-contact-form__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.p-contact-form__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-heading {
    margin: 0 0 1.2rem;
  }
}

.p-contact-form__item-title {
  font-weight: bold;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-title {
    font-size: 1.5rem;
  }
}

.p-contact-form__label {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #0D3594;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  padding: 0.5rem 1.2rem;
}
.p-contact-form__label.--any {
  background-color: #999;
}

.p-contact-form__input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.p-contact-form__input-wrap input[type=text],
.p-contact-form__input-wrap input[type=email],
.p-contact-form__input-wrap input[type=tel],
.p-contact-form__input-wrap select,
.p-contact-form__input-wrap textarea {
  color: #333;
  font-size: 1.6rem !important;
  width: 100%;
  padding: 12px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact-form__input-wrap input[type=text]::-webkit-input-placeholder, .p-contact-form__input-wrap input[type=email]::-webkit-input-placeholder, .p-contact-form__input-wrap input[type=tel]::-webkit-input-placeholder, .p-contact-form__input-wrap select::-webkit-input-placeholder, .p-contact-form__input-wrap textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact-form__input-wrap input[type=text]::-moz-placeholder, .p-contact-form__input-wrap input[type=email]::-moz-placeholder, .p-contact-form__input-wrap input[type=tel]::-moz-placeholder, .p-contact-form__input-wrap select::-moz-placeholder, .p-contact-form__input-wrap textarea::-moz-placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact-form__input-wrap input[type=text]:-ms-input-placeholder, .p-contact-form__input-wrap input[type=email]:-ms-input-placeholder, .p-contact-form__input-wrap input[type=tel]:-ms-input-placeholder, .p-contact-form__input-wrap select:-ms-input-placeholder, .p-contact-form__input-wrap textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact-form__input-wrap input[type=text]::-ms-input-placeholder, .p-contact-form__input-wrap input[type=email]::-ms-input-placeholder, .p-contact-form__input-wrap input[type=tel]::-ms-input-placeholder, .p-contact-form__input-wrap select::-ms-input-placeholder, .p-contact-form__input-wrap textarea::-ms-input-placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact-form__input-wrap input[type=text]::placeholder,
.p-contact-form__input-wrap input[type=email]::placeholder,
.p-contact-form__input-wrap input[type=tel]::placeholder,
.p-contact-form__input-wrap select::placeholder,
.p-contact-form__input-wrap textarea::placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-wrap input[type=text]::-webkit-input-placeholder, .p-contact-form__input-wrap input[type=email]::-webkit-input-placeholder, .p-contact-form__input-wrap input[type=tel]::-webkit-input-placeholder, .p-contact-form__input-wrap select::-webkit-input-placeholder, .p-contact-form__input-wrap textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .p-contact-form__input-wrap input[type=text]::-moz-placeholder, .p-contact-form__input-wrap input[type=email]::-moz-placeholder, .p-contact-form__input-wrap input[type=tel]::-moz-placeholder, .p-contact-form__input-wrap select::-moz-placeholder, .p-contact-form__input-wrap textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-contact-form__input-wrap input[type=text]:-ms-input-placeholder, .p-contact-form__input-wrap input[type=email]:-ms-input-placeholder, .p-contact-form__input-wrap input[type=tel]:-ms-input-placeholder, .p-contact-form__input-wrap select:-ms-input-placeholder, .p-contact-form__input-wrap textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-contact-form__input-wrap input[type=text]::-ms-input-placeholder, .p-contact-form__input-wrap input[type=email]::-ms-input-placeholder, .p-contact-form__input-wrap input[type=tel]::-ms-input-placeholder, .p-contact-form__input-wrap select::-ms-input-placeholder, .p-contact-form__input-wrap textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-contact-form__input-wrap input[type=text]::placeholder,
  .p-contact-form__input-wrap input[type=email]::placeholder,
  .p-contact-form__input-wrap input[type=tel]::placeholder,
  .p-contact-form__input-wrap select::placeholder,
  .p-contact-form__input-wrap textarea::placeholder {
    font-size: 1.4rem;
  }
}
.p-contact-form__input-wrap textarea {
  resize: none;
  min-height: 22rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-wrap textarea {
    min-height: 20rem;
  }
}
.p-contact-form__input-wrap input[type=radio],
.p-contact-form__input-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1.5px solid #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: -4.5px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-right: 1rem;
}
.p-contact-form__input-wrap input[type=radio]:checked,
.p-contact-form__input-wrap input[type=checkbox]:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  outline: none !important;
  outline-offset: none;
  border-radius: 50%;
}

.p-contact-form__radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio-wrap {
    gap: 1.2rem 2.4rem;
  }
}
.p-contact-form__radio-wrap label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}

.p-contact-form__btn {
  height: 6rem;
  width: 100%;
  max-width: 33rem;
  margin: 0 auto;
  display: block;
  padding-right: 0;
  padding-left: 1rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-form__btn {
    max-width: 30rem;
    height: 5.6rem;
  }
}
.p-contact-form__btn input[type=submit] {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}
.p-contact-form__btn input[type=submit]:hover {
  color: #F08615;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-form__btn input[type=submit] {
    font-size: 1.6rem;
  }
}
.p-contact-form__btn:has(:disabled) {
  opacity: 0.4;
  background: #999;
}
.p-contact-form__btn:has(:disabled):hover::before {
  content: none;
}
.p-contact-form__btn:has(:disabled):hover input[type=submit] {
  color: #fff;
}

.p-contact-form__text {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text {
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
}

.p-contact-form .wpcf7-list-item {
  margin-left: 0;
}

.p-contact-form__radio-wrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio-wrap .wpcf7-radio {
    gap: 1.2rem 2.4rem;
  }
}
.p-contact-form__radio-wrap .wpcf7-radio label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}

.p-contact-form__btn .wpcf7-spinner {
  position: absolute;
  bottom: -26px;
  pointer-events: none;
}

/*------------------------------------------------------------------------------
  p-column-list
------------------------------------------------------------------------------*/
.p-column-list__item {
  width: 100%;
}
.p-column-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #C6E3F0;
  padding: 3.6rem 5rem 3.6rem 2.4rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-column-list__item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.4rem 4rem 2.4rem 1.2rem;
  }
}
.p-column-list__item a:hover {
  background: rgba(238, 243, 249, 0.7);
}

.p-column-list__item-date {
  color: #0D3594;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 12.8rem;
  padding-top: 0.4rem;
  padding-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-column-list__item-date {
    font-size: 1.3rem;
    min-width: 0;
    padding-right: 2rem;
  }
}

.p-column-list__item-category {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-column-list__item-category {
    margin-right: 0;
  }
}

.p-column-list__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-top: 0.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-column-list__item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-top: 0;
    margin-top: 1rem;
  }
}
.p-column-list__item-title::after {
  content: "";
  position: absolute;
  top: 46%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon-arrowR-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .p-column-list__item-title::after {
    top: 51%;
    right: -36px;
    width: 14px;
    height: 11px;
  }
}

/*------------------------------------------------------------------------------
  p-article
------------------------------------------------------------------------------*/
.p-article {
  max-width: 80rem;
  margin: 0 auto;
}

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

.p-article__date {
  color: #0D3594;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  margin-right: 2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-article__date {
    font-size: 1.4rem;
    margin-top: 0.3rem;
    margin-right: 1.2rem;
  }
}

.p-article__category {
  font-size: 1.6rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-article__category {
    font-size: 1.3rem;
    padding: 0.5rem 1.6rem;
  }
}

.p-article__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  color: #0D3594;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.4rem;
}
@media screen and (max-width: 900px) {
  .p-article__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-article__title {
    font-size: 2.1rem;
    line-height: 1.4;
    margin-top: 0.8rem;
  }
}

.p-article__contents {
  border-bottom: 1px solid #BEC5D6;
  padding: 4rem 0 6.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents {
    padding: 2.4rem 0 3.2rem;
    margin-bottom: 3.2rem;
  }
}

/*------------------------------------------------------------------------------
  p-page-mv
------------------------------------------------------------------------------*/
.p-page-mv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20.6rem 0 7.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-mv {
    padding: 14.4rem 0 2.8rem;
  }
}
.p-page-mv::before, .p-page-mv::after {
  content: "";
  position: absolute;
}
.p-page-mv::before {
  top: 0;
  left: 0;
  background-color: #EEF3F9;
  background-image: url(../img/dot-bg.svg);
  background-repeat: repeat;
  background-size: 26px 26px;
  background-position: 8px 8px;
  width: calc(100% - 2rem);
  height: 100%;
  border-radius: 0 0 0 24px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-page-mv::before {
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-mv::before {
    width: calc(100% - 1.4rem);
    border-radius: 0 0 0 8px;
  }
}
.p-page-mv::after {
  top: 0;
  left: 2rem;
  width: calc(100% - 2rem);
  height: calc(100% + 2rem);
  border-radius: 0 0 0 24px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, #0D3594), color-stop(99.95%, #1C9EE5));
  background: linear-gradient(90deg, #0D3594 0.05%, #1C9EE5 99.95%);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-page-mv::after {
    border-radius: 0 0 0 8px;
    width: calc(100% - 1.4rem);
    height: calc(100% + 1.4rem);
  }
}

.p-page-mv__inner {
  max-width: 124rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-mv__inner {
    padding-right: 2.8rem;
  }
}

.p-page-mv__line {
  position: absolute;
  bottom: 2.57vw;
  left: -10vw;
  width: 1562px;
  height: 212px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 1500px) {
  .p-page-mv__line {
    top: auto;
    left: -2vw;
    width: 108.5vw;
    height: 14.72vw;
  }
}
@media screen and (max-width: 1280px) {
  .p-page-mv__line {
    bottom: 5vw;
    left: -250px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-mv__line {
    bottom: 8px;
    left: -170px;
    width: 1000px;
    height: 140px;
  }
}

.p-page-mv__title {
  margin-top: 4.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title {
    margin-top: 2rem;
  }
}

.p-page-mv__title-ja {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-ja {
    font-size: 2.7rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 0.4rem;
  }
  .p-page-mv__title-ja.--sm {
    font-size: 2.35rem;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.p-page-mv__title-en {
  color: #F08615;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  padding-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-en {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------------------------
  p-menu
------------------------------------------------------------------------------*/
.p-menu {
  margin-bottom: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-menu {
    margin-bottom: 6.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-training
------------------------------------------------------------------------------*/
.p-training__lead {
  margin: 4.8rem 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-training__lead {
    margin: 3.2rem 0;
  }
}

.p-training__btn {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-training__btn {
    margin-top: 3.2rem;
  }
}

/*------------------------------------------------------------------------------
  p-philosophy
------------------------------------------------------------------------------*/
.p-philosophy {
  margin-bottom: 14.4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    margin-bottom: 7.2rem;
  }
}

.p-philosophy__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #BEC5D6;
  padding: 17.2rem 2rem 13.6rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__container {
    padding: 9.6rem 2rem 7.2rem;
  }
}

.p-philosophy__block:not(:last-child) {
  margin-bottom: 19.6rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__block:not(:last-child) {
    margin-bottom: 9.6rem;
  }
}
.p-philosophy__block .c-title03__ja {
  color: #333;
}

.p-philosophy__lead {
  color: #0D3594;
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__lead {
    margin-top: 4rem;
  }
}

.p-philosophy__text {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.p-philosophy__notes {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__notes {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-philosophy__title03-en {
    font-size: 6rem;
    line-height: 0.8;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------------------------
  p-message
------------------------------------------------------------------------------*/
.p-message {
  padding-top: 14.4rem;
  margin-bottom: 14.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-top: 7.2rem;
    margin-bottom: 7.2rem;
  }
}
.p-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EEF3F9;
  width: calc(100% - 5rem);
  height: 100%;
  border-radius: 0 56px 56px 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-message::before {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-message::before {
    width: 100%;
    border-radius: 16px;
  }
}

.p-message__inner {
  max-width: 138rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2rem;
  margin: 0 auto;
}

.p-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7.2rem;
}
@media screen and (max-width: 1280px) {
  .p-message__contents {
    gap: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-message__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 39.6%;
          flex: 0 39.6%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 1280px) {
  .p-message__img {
    margin-left: -4px;
  }
}
@media screen and (max-width: 767px) {
  .p-message__img {
    margin: 2.4rem 0;
  }
}
.p-message__img img {
  aspect-ratio: 530/670;
  border-radius: 16px;
  -webkit-box-shadow: -16px 16px 0 #0D3594;
          box-shadow: -16px 16px 0 #0D3594;
}
@media screen and (max-width: 767px) {
  .p-message__img img {
    aspect-ratio: 335/330;
    border-radius: 8px;
    -webkit-box-shadow: -10px 10px 0 #0D3594;
            box-shadow: -10px 10px 0 #0D3594;
  }
}

.p-message__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.9%;
          flex: 0 1 46.9%;
}
@media screen and (max-width: 1023px) {
  .p-message__text-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__text-wrap {
    padding-right: 0;
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .p-message__text-wrap .c-title04 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-message__texts {
  margin: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-message__texts {
    margin: 1.6rem 0;
  }
}
.p-message__texts p {
  font-weight: normal;
  line-height: 1.9;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-message__texts p {
    line-height: 1.6;
  }
}
.p-message__texts p:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-message__texts p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.p-message__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-message__position {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 1.6rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-message__position {
    font-size: 1.2rem;
    margin-right: 1.2rem;
  }
}

.p-message__sign {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12.9rem;
          flex: 0 1 12.9rem;
}
@media screen and (max-width: 767px) {
  .p-message__sign {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 10.4rem;
            flex: 0 1 10.4rem;
  }
}

.p-message__bottom-text {
  font-size: 16.7rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 0.73;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  left: 46%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 0.7;
  white-space: nowrap;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .p-message__bottom-text {
    font-size: 11.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-message__bottom-text {
    font-size: 20vw;
  }
}

/*------------------------------------------------------------------------------
  p-overview
------------------------------------------------------------------------------*/
.p-overview__contents {
  max-width: 92rem;
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-overview__contents {
    margin-top: 4rem;
  }
}

.p-overview__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C2CCE4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-overview__block:first-child {
  border-top: 1px solid #C2CCE4;
}
.p-overview__block:first-child dt::after {
  content: "";
  position: absolute;
  top: -1.5px;
  left: 0;
  background-color: #0D3594;
  width: 100%;
  height: 1.5px;
}
@media screen and (max-width: 767px) {
  .p-overview__block:first-child dt::after {
    top: -1px;
    height: 1px;
  }
}
.p-overview__block dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.2rem;
          flex: 0 1 23.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 3.2rem 0 3.2rem 0.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-overview__block dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    padding: 2.4rem 0.4rem;
  }
}
.p-overview__block dt::before {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  background-color: #0D3594;
  width: 100%;
  height: 1.5px;
}
@media screen and (max-width: 767px) {
  .p-overview__block dt::before {
    bottom: -1px;
    height: 1px;
  }
}
.p-overview__block dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.2rem 0.8rem 3.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-overview__block dd {
    padding: 2.4rem 0.4rem 2.4rem 1.6rem;
  }
}

/*------------------------------------------------------------------------------
  p-faq
------------------------------------------------------------------------------*/
.p-faq:first-of-type {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-faq:first-of-type {
    margin-top: 5.6rem;
  }
}

.p-faq__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 2.4rem;
  }
}

.p-faq__item {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BEC5D6;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    border-radius: 4px;
  }
}
.p-faq__item:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

.p-faq__item-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EEF3F9;
  box-sizing: border-box;
  padding: 3.2rem 5.6rem 3.2rem 9.6rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-faq__item-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-title {
    font-size: 1.5rem;
    padding: 2.4rem 4rem 2.4rem 5.2rem;
  }
}
.p-faq__item-title::before {
  top: 26px;
  content: "Q";
  background-color: #0D3594;
}
@media screen and (max-width: 1023px) {
  .p-faq__item-title::before {
    top: 22px;
  }
}
.p-faq__item-title button {
  position: absolute;
  top: 39px;
  right: 32px;
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-faq__item-title button {
    top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-title button {
    top: 24px;
    right: 12px;
  }
}
.p-faq__item-title button:focus {
  outline: rgb(0, 95, 204);
}
.p-faq__item-title button::before, .p-faq__item-title button::after {
  content: "";
  position: absolute;
  background-color: #0D3594;
}
.p-faq__item-title button::before {
  width: 22px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title button::before {
    width: 12px;
    height: 1px;
  }
}
.p-faq__item-title button::after {
  width: 2px;
  height: 22px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title button::after {
    width: 1px;
    height: 12px;
  }
}
.p-faq__item-title.open button::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.p-faq__item-title.open + .p-faq__item-answer::before {
  opacity: 1;
}

.p-faq__item-answer {
  line-height: 1.5;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 3.2rem 3.2rem 3.2rem 9.6rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer {
    padding: 2.4rem 1.6rem 2.4rem 5.2rem;
  }
}
.p-faq__item-answer::before {
  content: "A";
  top: 22px;
  background-color: #F08615;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  opacity: 0;
}
.p-faq__item-answer .u-accent-color {
  font-weight: bold;
}

.p-faq__item-title::before,
.p-faq__item-answer::before {
  position: absolute;
  left: 24px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title::before,
  .p-faq__item-answer::before {
    left: 10px;
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}

/*------------------------------------------------------------------------------
  u-color
------------------------------------------------------------------------------*/
.u-primary-color {
  color: #0D3594;
}

.u-secondary-color {
  color: #278AB0;
}

.u-accent-color {
  color: #F08615;
}

.u-accent-light-color {
  color: #FF9C32;
}

.u-accent-light-color2 {
  color: #FFDB8E;
}

.u-white-color {
  color: #fff;
}

/*------------------------------------------------------------------------------
  u-fz
------------------------------------------------------------------------------*/
.u-fz16 {
  font-size: 1.6rem;
}

.u-fz15 {
  font-size: 1.5rem;
}

.u-fz14 {
  font-size: 1.4rem;
}

.u-fz13 {
  font-size: 1.3rem;
}

.u-fz12 {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
  u-fw
------------------------------------------------------------------------------*/
.u-fw-bold {
  font-weight: bold;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-normal {
  font-weight: 400;
}

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

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

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

/*------------------------------------------------------------------------------
  margin
------------------------------------------------------------------------------*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-space-2 {
  margin-top: 2px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-space-4 {
  margin-top: 4px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-05 {
  margin-bottom: 4px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-05 {
  margin-left: 4px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-m-space-4 {
  margin: 4px !important;
}

.u-m-1 {
  margin: 8px !important;
}

.u-m-2 {
  margin: 16px !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

/*------------------------------------------------------------------------------
  padding
------------------------------------------------------------------------------*/
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 8px !important;
}

.u-pt-2 {
  padding-top: 16px !important;
}

.u-pt-3 {
  padding-top: 24px !important;
}

.u-pt-4 {
  padding-top: 32px !important;
}

.u-pt-5 {
  padding-top: 40px !important;
}

.u-pt-6 {
  padding-top: 48px !important;
}

.u-pt-7 {
  padding-top: 56px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 8px !important;
}

.u-pb-2 {
  padding-bottom: 16px !important;
}

.u-pb-3 {
  padding-bottom: 24px !important;
}

.u-pb-4 {
  padding-bottom: 32px !important;
}

.u-pb-5 {
  padding-bottom: 40px !important;
}

.u-pb-6 {
  padding-bottom: 48px !important;
}

.u-pb-7 {
  padding-bottom: 56px !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-pl-1 {
  padding-left: 8px !important;
}

.u-pl-2 {
  padding-left: 16px !important;
}

.u-pr-1 {
  padding-right: 8px !important;
}

.u-pr-2 {
  padding-right: 16px !important;
}

.u-p-1 {
  padding: 8px !important;
}

.u-p-2 {
  padding: 16px !important;
}

/*------------------------------------------------------------------------------
  u-flex
------------------------------------------------------------------------------*/
.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-justify-content-star {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.u-justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.u-justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.u-align-items-flex-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.u-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
      -ms-grid-row-align: start !important;
      align-self: start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
      -ms-grid-row-align: end !important;
      align-self: end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-align-self-strech {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.u-flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*------------------------------------------------------------------------------
  u-highlight
------------------------------------------------------------------------------*/
.u-highlight {
  background: -webkit-gradient(linear, left top, right top, from(#FFDB9D), to(#FFDB9D));
  background: linear-gradient(90deg, #FFDB9D 0%, #FFDB9D 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 35%;
  padding: 0 0.2rem 0.1rem;
}
@media screen and (max-width: 767px) {
  .u-highlight {
    background-size: 100% 25%;
  }
}
/*# sourceMappingURL=style.css.map */