@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
    scroll-padding-top: 8rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #555555;
}
body.is-active {
  overflow: hidden;
}

.l-main {
  overflow: hidden;
}

.l-inner {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.en {
  font-family: "Josefin Sans", sans-serif;
}

.white {
  color: #fff;
}

.l-footer {
  background: #293338;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-footer__wrap {
  color: #fff;
  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) {
  .l-footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__detail {
    width: 100%;
  }
}
.l-footer__detail-logo {
  display: block;
  width: 30rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail-logo {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__detail-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail-txt {
    text-align: center;
    font-size: 1.4rem;
  }
}
.l-footer__detail-bnr {
  width: 36rem;
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail-bnr {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  max-height: 32rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
  }
}
.l-footer__nav-item {
  border-left: solid 1px #38444a;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item {
    display: none;
  }
}
.l-footer__nav-item p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-footer__nav-item p:not(:last-child) {
  margin-bottom: 2rem;
}
.l-footer__nav-item p + p {
  margin-top: 3rem;
}
.l-footer__nav-item ul li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.25;
}
.l-footer__nav-item ul li a span {
  display: block;
  font-size: 1.2rem;
  color: #6b7479;
}
.l-footer__nav-item ul + p {
  margin-top: 3rem;
}
.l-footer__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: absolute;
  bottom: -10rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__other {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
    width: 100%;
  }
}
.l-footer__other .log {
  width: 24rem;
}
.l-footer__other .pr {
  width: 8rem;
  display: block;
}
.l-footer__copy {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  margin-top: 6rem;
  text-align: center;
  width: 100%;
  padding: 4rem 0;
  opacity: 0.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    padding: 3rem 0;
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: 4rem;
  }
}
.l-footer__btn {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    right: 2rem;
    bottom: 2rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.l-footer__btn.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 4rem;
  z-index: 100;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 1rem 1rem 2rem;
  }
}
.l-header__logo {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 17rem;
  }
}

.l-gNav {
  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) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
    overflow: scroll;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .l-gNav.is-active {
    left: 0;
  }
}
.l-gNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.l-gNav__list .link {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .l-gNav__list .link {
    padding: 2rem;
    position: relative;
    width: 100%;
  }
  .l-gNav__list .link + .link {
    border-top: 1px solid #eee;
  }
  .l-gNav__list .link::before {
    content: "-";
    display: inline;
    margin-right: 1rem;
    color: #083d85;
    font-weight: 600;
  }
}
.l-gNav__list .link a {
  font-size: 1.5rem;
  font-weight: 600;
}
.l-gNav__list .link__recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-gNav__list .link__recruit {
    display: contents;
  }
}
.l-gNav__list .link__recruit::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../assets/img/ico/blank.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-gNav__list .link__recruit::after {
    display: inline-block;
  }
}
.l-gNav__list .item {
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .l-gNav__list .item {
    padding: 0;
  }
}
@media (any-hover: hover) {
  .l-gNav__list .item:hover .menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .l-gNav__list .parent {
    display: none;
  }
}
.l-gNav__tel {
  margin-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__tel {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 26rem;
    margin-top: 5rem;
  }
}
.l-gNav__tel p {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.l-gNav__tel dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__tel dl {
    margin-top: 0.4rem;
  }
}
.l-gNav__tel dl dt {
  width: 3rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__tel dl dt {
    width: 4rem;
  }
}
.l-gNav__tel dl dd {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__tel dl dd {
    font-size: 3.5rem;
  }
}
.l-gNav__btn {
  margin-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    width: 100%;
    max-width: 26rem;
  }
}
.l-gNav__btn 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;
  gap: 1rem;
  background: #083d85;
  padding: 1.5rem 2rem;
  border-radius: 5rem;
  color: #fff;
}
.l-gNav__btn a img {
  width: 2rem;
}
.l-gNav .menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f1faff;
  padding: 1rem 4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .l-gNav .menu {
    position: static;
    padding: 2rem;
    visibility: visible;
    opacity: 1;
    -webkit-transform: unset;
            transform: unset;
  }
}
.l-gNav .menu__wrap {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-gNav .menu__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.l-gNav .menu__head {
  padding: 2rem 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-gNav .menu__head {
    padding: 1rem 0;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.l-gNav .menu__head .ttl {
  font-size: 4rem;
  color: #083d85;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .l-gNav .menu__head .ttl {
    font-size: 3rem;
  }
}
.l-gNav .menu__head .sub {
  font-weight: 300;
  color: #8295af;
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav .menu__head .sub {
    margin-top: 1rem;
  }
}
.l-gNav .menu__list {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  border-left: solid 1px #ddd;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .l-gNav .menu__list {
    padding-left: 0;
    border-left: unset;
    gap: 2rem;
  }
}
.l-gNav .menu__list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.l-gNav .menu__list li a p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #293338;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.l-gNav .menu__list li a p::before {
  content: "›";
  display: block;
  color: #2192d2;
}
.l-gNav .menu__list li a p span {
  font-weight: 300;
  font-size: 1.3rem;
  color: #8295af;
}
@media screen and (max-width: 767px) {
  .l-gNav .menu__list li a p span {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .l-gNav .menu__list li a:hover p {
    color: #2192d2;
  }
}

.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 120;
    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;
    width: 5rem;
    height: 5rem;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span {
    background: #000000;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.p-view {
  height: calc(100vh - 16rem);
  width: 100%;
  background: url(../../assets/img/top/view_bg1.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-view {
    height: 70vh;
  }
}
.p-view__desc {
  position: absolute;
  max-width: 108rem;
  left: 4rem;
  right: 4rem;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  color: #fff;
  text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-view__desc {
    left: 6rem;
  }
}
.p-view__desc-en {
  position: absolute;
  right: calc(100% + 3rem);
  bottom: -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.p-view__desc-en::after {
  content: "";
  width: 1px;
  height: 6rem;
  background: #fff;
  display: block;
}
.p-view__desc-en p {
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-view__desc-en p {
    font-size: 1rem;
  }
}
.p-view__desc-txt h2 {
  font-size: 7rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-view__desc-txt h2 {
    font-size: 4rem;
  }
}
.p-view__desc-txt p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc-txt p {
    font-size: 1.4rem;
  }
}
.p-view__role {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
}
.p-view__role h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 10rem;
  letter-spacing: 0.05em;
  color: #8b8b8b;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-view__role h3 {
    font-size: 6rem;
  }
}

.p-topRecruit {
  margin: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit {
    margin: 8rem 2rem;
  }
}
.p-topRecruit .c-elmCatch--type1 {
  position: absolute;
  left: 10rem;
  top: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
@media screen and (max-width: 767px) {
  .p-topRecruit .c-elmCatch--type1 {
    left: 2rem;
  }
}
.p-topRecruit__wrap {
  padding: 6rem 5rem 10rem;
  background: #e4f1f9;
  border-radius: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__wrap {
    border-radius: 3rem;
    padding: 4rem 2rem;
  }
}
.p-topRecruit__desc {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__desc {
    margin-bottom: 2rem;
  }
}
.p-topRecruit__desc p span {
  color: #2192d2;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__desc p span {
    font-size: 1.3rem;
  }
}
.p-topRecruit__bnr {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__bnr img {
    width: 100%;
    height: 14rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-topRecruit__bnr a {
  font-size: 1.1rem;
  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;
  gap: 1.5rem;
  padding: 1.6rem 3rem;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 10;
  background: #0099ff;
  color: #fff;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__bnr a {
    position: static;
    margin-top: 2rem;
  }
}
.p-topRecruit__bnr a span {
  display: block;
  margin-bottom: -0.3rem;
}

.p-topFuture {
  margin: 19rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-topFuture {
    margin: 8rem 2rem;
  }
}
.p-topFuture .c-elmCatch {
  position: absolute;
  top: -4rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-topFuture .c-elmCatch {
    left: -2rem;
  }
}
.p-topFuture__wrap {
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .p-topFuture__wrap {
    padding-left: 2rem;
  }
}
.p-topFuture__detail {
  color: #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #083d85;
  max-width: 73rem;
  padding: 8rem;
  border-radius: 0 10rem 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-topFuture__detail {
    padding: 7rem 2rem 1rem 0;
    border-radius: 0 3rem 3rem 0;
    z-index: 10;
  }
}
.p-topFuture__detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  z-index: -1;
  width: 50vw;
  height: 100%;
  background: #083d85;
}
.p-topFuture__detail::after {
  content: "";
  position: absolute;
  left: calc(100% - 6rem);
  top: 0;
  width: 40rem;
  height: 40rem;
  background: url(../../assets/img/dec-1.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-topFuture__detail::after {
    left: calc(100% - 10rem);
    top: -5rem;
    width: 10rem;
    height: 10rem;
  }
}
.p-topFuture__detail-ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topFuture__detail-ttl {
    font-size: 1.6rem;
  }
}
.p-topFuture__detail-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.p-topFuture__detail-txt:not(:last-child) {
  margin-bottom: 2rem;
}
.p-topFuture__detail-sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-topFuture__detail-sub {
    font-size: 1.4rem;
    margin: 3rem 0 3rem;
  }
}
.p-topFuture__movie {
  width: 90%;
  max-width: 80rem;
  margin: -10rem 0 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-topFuture__movie {
    margin-top: -3rem;
    width: 100%;
  }
}
.p-topFuture__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 800/450;
}
.p-topFuture__img {
  margin-top: -25rem;
  margin-left: auto;
  max-width: 80rem;
  border-radius: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topFuture__img {
    margin-top: -10rem;
    margin-left: -2rem;
    margin-right: -2rem;
    border-radius: 3rem 0 0 3rem;
  }
}

.p-topBusiness {
  margin: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-topBusiness {
    margin: 8rem 2rem;
  }
}
.p-topBusiness__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-topBusiness__list {
    gap: 2rem;
  }
}
.p-topBusiness__item {
  width: calc((100% - 12rem) / 4);
  border: solid 1px #eeeeee;
}
@media screen and (max-width: 767px) {
  .p-topBusiness__item {
    width: 100%;
  }
}
.p-topBusiness__item:nth-of-type(-n + 2) {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-topBusiness__item:nth-of-type(-n + 2) {
    width: 100%;
  }
}
.p-topBusiness__item-desc {
  padding: 2rem 3rem 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-topBusiness__item-desc {
    padding: 2rem;
  }
}
.p-topBusiness__item-desc h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topBusiness__item-desc h3 {
    font-size: 1.7rem;
  }
}
.p-topBusiness__item-desc p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topBusiness__item-desc p {
    font-size: 1.5rem;
  }
}
.p-topBusiness__item-tag {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topBusiness__item-tag {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-topBusiness__item-tag:last-child {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topBusiness__item-tag:last-child {
    padding-bottom: 2rem;
  }
}
.p-topBusiness__item-tag p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #083d85;
  margin-bottom: 2rem;
}
.p-topBusiness__item-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-topBusiness__item-tag ul li {
  font-size: 1.4rem;
  color: #0099ff;
  background: #f7f7f7;
  border-radius: 2rem;
  display: block;
  padding: 0.6rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-topBusiness__item-tag ul li {
    font-size: 1.2rem;
  }
}

.p-topCase {
  padding: 12rem 3rem;
  background: #e4f1f9;
}
@media screen and (max-width: 767px) {
  .p-topCase {
    padding: 8rem 0 12rem;
  }
  .p-topCase .c-elmCatch {
    margin-left: 2rem;
  }
  .p-topCase .c-elmDesc {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-topCase__wrap {
  position: relative;
}
.p-topCase__slide {
  margin-right: calc(50% - 50vw);
}
.p-topCase__slide .splide__slide {
  background: #ffffff;
  border: solid 1px #f7f7f7;
}
.p-topCase__slide .splide__slide a {
  display: block;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-topCase__slide .splide__slide a {
    padding: 3rem;
  }
}
.p-topCase__slide .splide__slide dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-topCase__slide .splide__slide dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-topCase__slide .splide__slide dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-topCase__slide .splide__slide dl dt .tag {
  font-size: 1.4rem;
  font-weight: 400;
  border: solid 1px #2192d2;
  color: #2192d2;
  padding: 0.5rem 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-topCase__slide .splide__slide dl dt .tag {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topCase__slide .splide__slide dl dt .tag {
    margin-bottom: 1.5rem;
  }
}
.p-topCase__slide .splide__slide dl dt .title {
  margin: auto 0;
  line-height: 1.6;
}
.p-topCase__slide .splide__slide dl dd {
  width: 25rem;
  border: solid 1px #f7f7f7;
}
.p-topCase__slide .splide__slide .desc {
  margin-top: 2rem;
}
.p-topCase__slide .splide__slide .desc p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topCase__slide .splide__slide .desc p {
    font-size: 1.4rem;
  }
}
.p-topCase .c-elmMore {
  position: absolute;
  right: 0;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topCase .c-elmMore {
    right: 2rem;
    top: unset;
    bottom: -5rem;
  }
}

.p-topOriginal {
  margin: 15em 3rem;
}
@media screen and (max-width: 767px) {
  .p-topOriginal {
    margin: 8rem 2rem;
  }
}
.p-topOriginal__wrap {
  position: relative;
}
.p-topOriginal .c-elmMore {
  position: absolute;
  right: 0;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topOriginal .c-elmMore {
    top: unset;
    bottom: -5rem;
  }
}

.p-topCompany {
  margin-top: 15rem;
  margin-bottom: 22rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany {
    margin-top: 22rem;
    margin-bottom: 8rem;
  }
}
.p-topCompany__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topCompany__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
}
.p-topCompany__wrap::before {
  content: "";
  position: absolute;
  background: #083d85;
  top: -10rem;
  bottom: -10rem;
  right: calc(50% - 50vw);
  left: calc(50% - 20rem);
  z-index: -1;
  border-radius: 10rem 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__wrap::before {
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}
.p-topCompany__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topCompany__img {
    position: static;
    margin-left: 2rem;
    border-radius: 2rem 0 0 2rem;
    overflow: hidden;
  }
}
.p-topCompany__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-topCompany__detail {
  width: 50%;
  margin-left: auto;
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__detail {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-topCompany__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  margin-bottom: 8rem;
}
.p-topCompany__list li a {
  font-size: 1.6rem;
  color: #ffffff;
  display: block;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.p-topCompany__list li a::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.p-topNews {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    margin: 8rem 2rem;
  }
}

.p-case__head {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-case__head {
    margin: 15rem 2rem 6rem;
  }
}
.p-case__head h2 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-case__head h2 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
}
.p-case__head dl {
  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;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case__head dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-case__head dl dt {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .p-case__head dl dt {
    width: 100%;
  }
}
.p-case__head dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-case__head dl dd .desc {
  margin-bottom: 2.5rem;
}
.p-case__head dl dd .desc h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 1.5rem;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  border-radius: 0.6rem;
  background: #2192d2;
  color: #fff;
}
.p-case__head dl dd .desc p {
  font-size: 1.5rem;
  line-height: 2;
}
.p-case__head dl dd .service h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 1.5rem;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  border-radius: 0.6rem;
  background: #2192d2;
  color: #fff;
}
.p-case__head dl dd .service p {
  font-size: 1.5rem;
  line-height: 2;
}
.p-case__box {
  max-width: 160rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-right: 10rem;
  position: relative;
  z-index: 10;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-case__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 0;
  }
}
.p-case__box::before {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  left: 35%;
  z-index: -1;
  background: #f0f6fa;
  border-radius: 10rem 0 0 10rem;
  border-radius: 3rem 0 0 3rem;
}
.p-case__box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-case__box:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-case__box:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  right: 35%;
  z-index: -1;
  background: #f0f6fa;
  border-radius: 0 10rem 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-case__box:nth-of-type(odd)::before {
    border-radius: 0 3rem 3rem 0;
    right: 35%;
  }
}
.p-case__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-case__img {
    width: 90%;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.p-case__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 10;
  color: #293338;
}
@media screen and (max-width: 767px) {
  .p-case__desc {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.p-case__desc h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-case__desc h3 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
.p-case__desc p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-case__desc p {
    font-size: 1.4rem;
  }
}
.p-case__desc p:not(:last-child) {
  margin-bottom: 3rem;
}
.p-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-case__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-case__listItem {
  width: calc((100% - 4rem) / 2);
  background: #ffffff;
  border: solid 1px #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-case__listItem {
    width: 100%;
  }
}
.p-case__listItem a {
  display: block;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case__listItem a {
    padding: 2rem;
  }
}
.p-case__listItem dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case__listItem dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-case__listItem dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-case__listItem dl dt .tag {
  font-size: 1.4rem;
  font-weight: 400;
  border: solid 1px #2192d2;
  color: #2192d2;
  padding: 0.5rem 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-case__listItem dl dt .title {
  margin: auto 0;
  line-height: 2rem;
}
.p-case__listItem dl dd {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-case__listItem dl dd {
    width: 100%;
    height: 14rem;
  }
  .p-case__listItem dl dd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-case__listItem .desc {
  margin-top: 2rem;
}
.p-case__listItem .desc p {
  font-size: 1.5rem;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-area {
  margin-top: 15rem;
}
.p-area__lead {
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-area__lead {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
.p-area__lead h2 {
  font-size: 3.4rem;
  font-weight: 600;
  color: #293338;
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-area__lead h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-area__lead h2::after {
  content: "";
  display: block;
  margin: 3rem auto 6rem;
  width: 5rem;
  height: 0.3rem;
  background: url(../../assets/img/line-1.png) no-repeat center;
}
.p-area__lead p {
  font-size: 1.6rem;
  line-height: 2;
}
.p-area__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-area__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 4rem;
  }
}
.p-area__img {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-area__img {
    width: 50%;
    margin: auto;
  }
}
.p-area__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-area__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
  }
}
.p-area__list-item {
  width: 100%;
}
.p-area__list-item .ttl {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #2192d2;
  background: #f7f7f7;
}
.p-area__list-item .ttl2 {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #65c7de;
  background: #f7f7f7;
}
.p-area__list-item .ttl3 {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #5fd6b4;
  background: #f7f7f7;
  margin-top: 5rem;
}
.p-area__list-item dl {
  margin-top: 2.5rem;
}
.p-area__list-item dl dt {
  font-size: 1.6rem;
  line-height: 1.35;
  padding: 0.2rem 0 0.4rem 1rem;
  border-left: solid 0.2rem #2192d2;
  margin-bottom: 1rem;
}
.p-area__list-item dl dt.sub2 {
  border-color: #65c7de;
}
.p-area__list-item dl dt.sub3 {
  border-color: #5fd6b4;
}
.p-area__list-item dl dt span {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-area__list-item dl dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #293338;
}

.p-ito__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-ito__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
    padding: 6rem 0;
  }
}
.p-ito__box::before {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  left: calc(50% - 5rem);
  z-index: -1;
  background: #083d85;
  border-radius: 10rem 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-ito__box::before {
    left: calc(50% - 50vw);
    border-radius: 0;
  }
}
.p-ito__box .img {
  width: 46rem;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .p-ito__box .img {
    width: 100%;
    max-width: 100%;
  }
}
.p-ito__box .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  .p-ito__box .desc {
    padding: 4rem 0;
  }
}
.p-ito__box .desc h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-ito__box .desc h2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-ito__box .desc p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-ito__box .desc p {
    font-size: 1.5rem;
  }
}
.p-ito__wrap {
  max-width: 160rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-right: 10rem;
  position: relative;
  z-index: 10;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-ito__wrap {
    margin-top: 8rem;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 3.5rem;
    padding-bottom: 4rem;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ito__wrap::before {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  left: 35%;
  z-index: -1;
  background: #f0f6fa;
  border-radius: 10rem 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-ito__wrap::before {
    border-radius: 3rem 0 0 3rem;
    left: 1.5rem;
  }
}
.p-ito__wrap .catch {
  position: absolute;
  right: -5.5rem;
  top: -14rem;
}
@media screen and (max-width: 767px) {
  .p-ito__wrap .catch {
    right: 0;
    top: 0;
  }
}
.p-ito__wrap .catch .num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #2192d2;
}
.p-ito__wrap .catch .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  gap: 1rem;
  color: #2192d2;
}
.p-ito__wrap .catch .en::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.4rem;
  background: #ddd;
}
.p-ito__wrap:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-ito__wrap:nth-of-type(odd) {
    padding-left: 2rem;
    padding-right: 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-ito__wrap:nth-of-type(odd) .p-ito__desc {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.p-ito__wrap:nth-of-type(odd) .catch {
  position: absolute;
  left: -5.5rem;
  top: -14rem;
}
@media screen and (max-width: 767px) {
  .p-ito__wrap:nth-of-type(odd) .catch {
    left: 0;
    top: 0;
  }
}
.p-ito__wrap:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  right: 35%;
  z-index: -1;
  background: #f0f6fa;
  border-radius: 0 10rem 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-ito__wrap:nth-of-type(odd)::before {
    border-radius: 0 3rem 3rem 0;
    right: 1.5rem;
  }
}
.p-ito__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-ito__img {
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.p-ito__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 10;
  color: #293338;
}
@media screen and (max-width: 767px) {
  .p-ito__desc {
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
.p-ito__desc .sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3rem;
  background: #2192d2;
  color: #fff;
  padding: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-ito__desc .sub {
    margin-bottom: 2rem;
  }
}
.p-ito__desc .ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 4rem;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-ito__desc .ttl {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
.p-ito__desc .text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-ito__desc .text {
    font-size: 1.5rem;
  }
}
.p-ito__desc .text:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-ito__desc .text:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.p-ito__desc .list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-ito__desc .list {
    padding: 2rem;
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
  }
}
.p-ito__desc .list-item {
  width: 100%;
}
.p-ito__desc .list-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2192d2;
  margin-bottom: 1.5rem;
}
.p-ito__desc .list p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-ito__desc .list p {
    font-size: 1.4rem;
  }
}
.p-ito__desc .list p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-ito__desc .list ul li {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-ito__desc .list ul li {
    font-size: 1.4rem;
  }
}

.p-bpo__catch {
  text-align: center;
  margin-bottom: 8rem;
}
.p-bpo__catch .ico1 {
  width: 6rem;
}
.p-bpo__catch h2 {
  text-align: center;
  color: #2192d2;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-bpo__catch h2 {
    line-height: 1.5;
    margin-top: 2rem;
  }
}
.p-bpo__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  text-align: center;
  margin-top: 10rem;
}
.p-bpo__btn a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-bpo__btn a:hover {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
.p-bpo__btn-item1 {
  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;
  gap: 2rem;
  width: 100%;
  max-width: 50rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #2192d2;
  border: solid 1px #2192d2;
  border-radius: 5rem;
  padding: 2rem;
}
.p-bpo__btn-item1 img {
  width: 5rem;
}
.p-bpo__btn-item2 {
  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;
  gap: 2rem;
  width: 100%;
  max-width: 50rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: #2192d2;
  border-radius: 5rem;
  padding: 2rem;
}
.p-bpo__btn-item2 img {
  width: 4.6rem;
}
.p-bpo__list {
  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;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-bpo__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-bpo__list li {
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-bpo__list li {
    width: calc(50% - 1rem);
  }
}
.p-bpo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-bpo__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-bpo__item:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-bpo__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-bpo__item dt {
  width: 52rem;
}
@media screen and (max-width: 767px) {
  .p-bpo__item dt {
    width: 100%;
  }
}
.p-bpo__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-bpoBox {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 7%;
  position: relative;
  z-index: 10;
  padding: 10rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-bpoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 6rem 0 10rem;
  }
}
.p-bpoBox::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  right: calc(50% - 20rem);
  z-index: -1;
  background: #083d85;
  border-radius: 0 10rem 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-bpoBox::after {
    right: calc(50% - 50vw);
    border-radius: 0;
  }
}
.p-bpoBox .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-bpoBox .img {
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.p-bpoBox .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-bpoBox .detail {
    padding-left: 3rem;
  }
}
.p-bpoBox .detail .c-elmCatch--type1 {
  position: absolute;
  left: 5rem;
  top: -15rem;
}
@media screen and (max-width: 767px) {
  .p-bpoBox .detail .c-elmCatch--type1 {
    left: 0rem;
    top: 0;
  }
}
.p-bpoBox .detail .c-elmCatch--type1 h2 span {
  color: #98b9cc;
}
.p-bpoBox .detail__desc {
  max-width: 44rem;
}
.p-bpoBox .detail__desc-sub {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 2rem;
}
.p-bpoBox .detail__desc-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 5rem;
  color: #fff;
}
.p-bpoBox .detail__desc-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
.p-bpoBox .detail__desc-txt:not(:last-child) {
  margin-bottom: 3rem;
}
.p-bpoBox .detail__desc-right {
  text-align: right;
}
.p-bpoBox .detail__desc-right img {
  max-width: 8rem;
}
.p-bpoBox + .c-elmTab1 {
  margin-top: -6rem;
  position: relative;
  z-index: 30;
  background: #fff;
}

.p-op__img {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
}
.p-op ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-op ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-op ul li {
    background: #fff;
    border-radius: 2rem;
  }
}
.p-op ul li img {
  max-width: 16rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-op ul li img {
    margin-bottom: 0;
  }
}
.p-op ul li p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-op ul li p {
    padding: 0 2rem 2rem;
  }
}

.p-policy {
  padding: 15rem 3rem;
  margin-top: 12rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 8rem 2rem;
  }
}
.p-policy__catch h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #293338;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-policy__catch h2 {
    text-align: center;
    font-size: 2.2rem;
  }
}
.p-policy__catch h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #2192d2;
  margin-bottom: 3rem;
}
.p-policy__catch p {
  font-size: 1.6rem;
  line-height: 2;
}
.p-policy__catch p:not(:last-child) {
  margin-bottom: 3rem;
}
.p-policy__box1 {
  background: #fff;
  border-radius: 10rem;
  padding: 10rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box1 {
    border-radius: 3rem;
    padding: 4rem 2rem;
  }
}
.p-policy__box1:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box1:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-policy__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-policy__list-item {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-policy__list-item {
    width: 100%;
  }
}
.p-policy__list-item img {
  max-height: 12rem;
}
.p-policy__list-item p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-policy__list-item p {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
.p-policy__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  background: #fff;
  border-radius: 10rem;
  padding: 10rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box2 {
    padding: 4rem 2rem;
    border-radius: 3rem;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-policy__box2:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box2:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-policy__box2-img {
  max-width: 90%;
  width: 38rem;
}
.p-policy__box2-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-policy__box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4rem;
  background: #fff;
  border-radius: 10rem;
  padding: 10rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 2rem;
    border-radius: 3rem;
    gap: 3rem;
  }
}
.p-policy__box3:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box3:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-policy__box3-img {
  max-width: 90%;
  width: 40rem;
}
.p-policy__box3-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-policy__box4 {
  background: #fff;
  border-radius: 10rem;
  padding: 10rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 2rem;
    border-radius: 3rem;
    gap: 3rem;
  }
}
.p-policy__box4:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box4:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-policy__box4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-left: 8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box4 dl {
    margin-left: auto;
    margin-top: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-policy__box4 dl:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-policy__box4 dl:last-child dd {
  padding-top: 5rem;
}
.p-policy__box4 dl dt {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box4 dl dt {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-policy__box4 dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-policy__box4 dl dd {
    line-height: 1.5;
    width: 100%;
  }
}
.p-policy__box4 dl dd h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #2192d2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box4 dl dd h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-policy__box4 dl dd h3 span {
  font-size: 1.6rem;
  font-weight: 300;
  color: #083d85;
}
.p-policy__box4 dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box4 dl dd ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
  }
}
.p-policy__box4 dl dd ul li::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background: #083d85;
}
.p-policy__box4 dl dd ul li b {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box4 dl dd ul li b {
    font-size: 1.6rem;
  }
}

.p-access {
  background: #f7f7f7;
  padding: 10rem 3rem;
}
.p-access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-access__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-access__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-access__detail dl:not(:last-child) {
  margin-bottom: 4rem;
}
.p-access__detail dl dt {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #e5e4e4;
  color: #2192d2;
}
.p-access__detail dl dd p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .p-access__detail dl dd p {
    font-size: 1.3rem;
  }
}
.p-access__detail dl dd p b {
  display: block;
  color: #293338;
}
.p-access__detail dl dd p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-access__map {
  width: 68rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    width: 100%;
    height: 32rem;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-about {
  background: #f7f7f7;
  padding: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 8rem 3rem;
  }
}
.p-about__wrap {
  background: #fff;
  border-radius: 10rem;
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    padding: 3rem;
    border-radius: 3rem;
  }
}
.p-about__wrap:not(:last-child) {
  margin-bottom: 8rem;
}
.p-about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-about__box:not(:last-child) {
  margin-bottom: 8rem;
}
.p-about__box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-about__box.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__img {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 100%;
  }
}
.p-about__img.img-1 {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-about__img.img-1 {
    width: 100%;
  }
}
.p-about__img.img-2 {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-about__img.img-2 {
    width: 100%;
  }
}
.p-about__img.img-3 {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-about__img.img-3 {
    width: 100%;
  }
}
.p-about__img.img-4 {
  width: 47rem;
}
@media screen and (max-width: 767px) {
  .p-about__img.img-4 {
    width: 100%;
  }
}
.p-about__img p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__img p {
    font-size: 1.4rem;
  }
}
.p-about__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about__desc h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #293338;
  margin-bottom: 2rem;
}
.p-about__desc h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  color: #2192d2;
  margin-bottom: 2rem;
}
.p-about__desc p {
  font-size: 1.6rem;
  line-height: 2;
  color: #293338;
}
@media screen and (max-width: 767px) {
  .p-about__desc p {
    font-size: 1.4rem;
  }
}
.p-about__desc p a {
  display: block;
  margin-top: 4rem;
  max-width: 90%;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-about__desc p a {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about__desc .list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  max-width: 44rem;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-about__desc .list-1 {
    gap: 1rem;
  }
}
.p-about__desc .list-1 li {
  width: calc(50% - 1rem);
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__desc .list-1 li {
    height: auto;
  }
}
.p-about__desc .list-1 li img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__desc .list-1 li img {
    max-height: 4rem;
    max-width: unset;
  }
}

.p-faq__wrap {
  margin-bottom: 20rem;
}
.p-faq__list {
  border-radius: 2rem;
  padding: 2rem;
  background: #dddddd;
}
.p-faq__list:not(:last-child) {
  margin-bottom: 2rem;
}
.p-faq__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.p-faq__summary::before {
  content: "";
  width: 1px;
  height: 2rem;
  background: #dddddd;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq__summary::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #dddddd;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq__summary.open::before {
  height: 0;
}
.p-faq__summary-ico {
  font-weight: 600;
  font-size: 2rem;
  color: #ffffff;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: #dddddd;
}
.p-faq__summary-txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-faq__detail {
  height: 0;
  overflow: hidden;
}
.p-faq__detail-txt {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 3rem;
  background: #ffffff;
  border-radius: 1rem;
}
.p-faq__detail-txt img {
  width: 100%;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-bottom: 20rem;
  }
  .p-faq__list {
    border-radius: 2rem;
    padding: 2rem;
    background: #dddddd;
  }
  .p-faq__list:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-faq__summary {
    gap: 1rem;
  }
  .p-faq__summary::before {
    content: "";
    width: 1px;
    height: 1rem;
    right: 0.4rem;
  }
  .p-faq__summary::after {
    content: "";
    width: 1rem;
    height: 1px;
    right: 0;
  }
  .p-faq__summary.open::before {
    height: 0;
  }
  .p-faq__summary-ico {
    font-size: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    padding-top: 0.2rem;
  }
  .p-faq__summary-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-right: 1rem;
  }
  .p-faq__detail-txt {
    margin-top: 2rem;
    font-size: 1.3rem;
    padding: 2rem;
  }
}
.p-form {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-form__table {
  width: 100%;
  max-width: 100rem;
  margin: 8rem auto 0;
}
.p-form__table tbody tr {
  border-top: solid 1px #eeeeee;
}
.p-form__table tbody tr:last-child {
  border-bottom: solid 1px #eeeeee;
}
.p-form__table tbody tr th {
  font-size: 1.6rem;
  position: relative;
  width: 28rem;
  padding: 2.5rem;
  text-align: left;
  vertical-align: middle;
}
.p-form__table tbody tr th .req {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #ff4848;
}
.p-form__table tbody tr td {
  padding: 2.5rem;
  vertical-align: middle;
}
.p-form__table tbody tr td .note {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2rem 0;
  color: #ff4848;
}
.p-form__table tbody tr td .note:last-child {
  margin-bottom: 0;
}
.p-form__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.p-form__short-add {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 24rem;
}
.p-form__short-num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 10rem;
}
.p-form__privacy {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.p-form__privacy a {
  text-decoration: underline;
  color: #083d85;
  color: #083d85;
}
.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-form__check:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.p-form__check:first-child {
  margin-top: 0;
}
.p-form__check:last-child {
  margin-bottom: 0;
}
.p-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form input[type=text],
.p-form input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=submit] {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 6rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background: #083d85;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-form__table {
    width: 100%;
    max-width: 100rem;
    margin: 8rem auto 0;
  }
  .p-form__table tbody {
    display: block;
  }
  .p-form__table tbody tr {
    display: block;
    border-top: solid 1px #eeeeee;
  }
  .p-form__table tbody tr:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  .p-form__table tbody tr th {
    display: block;
    font-size: 1.6rem;
    position: relative;
    width: auto;
    padding: 2rem 0;
  }
  .p-form__table tbody tr th .req {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    padding: 0.5rem 0.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    border-radius: 0.5rem;
    background: #ff4848;
  }
  .p-form__table tbody tr td {
    display: block;
    padding: 0 0 2rem;
  }
  .p-form__table tbody tr td .note {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
  .p-form__short {
    margin-bottom: 2rem;
  }
  .p-form__short-add {
    max-width: 20rem;
  }
  .p-form__short-num {
    max-width: 8rem;
  }
  .p-form__check {
    gap: 1.5rem;
  }
  .p-form input[type=text],
  .p-form input[type=email] {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
  .p-form input[type=checkbox],
  .p-form input[type=radio] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .p-form input[type=submit] {
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .p-form textarea {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    min-height: 20rem;
    padding: 1.5rem;
    resize: none;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
}
.p-thanks {
  text-align: center;
  background: #eeeeee;
  padding: 5rem;
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .c-moreBtn-type01 {
  margin-top: 4rem;
}
.p-thanks__btn {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 4rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #333333;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3rem 1.5rem;
  }
  .p-thanks__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.2rem;
  }
  .p-thanks__txt:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .p-thanks__btn {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    max-width: 28rem;
    margin: 3rem auto 0;
    padding: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #333333;
  }
}
.p-privacy {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail p.right {
  text-align: right;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-privacy__list-detail ol {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  list-style-type: decimal;
  margin-left: 2rem;
}
.p-privacy__list-detail ol:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ol li:not(:last-child) {
  margin-bottom: 1rem;
}

.c-elmView {
  position: relative;
  z-index: 10;
  color: #fff;
  padding-top: 12rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .c-elmView {
    margin-top: 0;
    margin-bottom: 18rem;
    padding: 6rem 2rem 0;
  }
}
.c-elmView::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: calc(50% - 40rem);
  border-radius: 0 10rem 10rem 0;
  height: 42rem;
  background: rgb(4, 142, 235);
  background: -webkit-gradient(linear, left top, right top, from(rgb(4, 142, 235)), to(rgb(23, 89, 156)));
  background: linear-gradient(90deg, rgb(4, 142, 235) 0%, rgb(23, 89, 156) 100%);
}
@media screen and (max-width: 767px) {
  .c-elmView::before {
    height: 22rem;
  }
}
.c-elmView__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-elmView__desc {
  width: 50%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-elmView__desc {
    width: 100%;
  }
}
.c-elmView__catch {
  margin-bottom: 12rem;
}
.c-elmView__catch h2 {
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-elmView__catch h2 {
    font-size: 4.4rem;
  }
}
.c-elmView__catch p {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmView__catch p {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 2rem;
  }
}
.c-elmView__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c-elmView__img {
    width: 65%;
    height: 16rem;
    overflow: hidden;
    border-radius: 3rem 0 0 3rem;
    position: absolute;
    bottom: -6rem;
    right: 0;
  }
}
.c-elmView__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-elmCatch--type1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.c-elmCatch--type1 h2::after {
  content: "";
  width: 1px;
  height: 4rem;
  background: #d9e0e4;
}
.c-elmCatch--type1 h2 span {
  color: #2192d2;
}
.c-elmCatch--type2 {
  margin-bottom: 6rem;
}
.c-elmCatch--type2 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  color: #2192d2;
  margin-bottom: 2rem;
}
.c-elmCatch--type2 h2::after {
  content: "";
  width: 3rem;
  height: 1px;
  background: #d9e0e4;
}
.c-elmCatch--type2 h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.c-elmCatch.vertical {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-elmCatch.vertical h2 {
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.c-elmCatch.vertical p {
  color: #2192d2;
}
.c-elmCatch.vertical p::after {
  content: "";
  display: block;
  width: 1px;
  height: 3rem;
  margin: 1rem auto;
  background: #d9e0e4;
}
.c-elmCatch.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-elmCatch.horizontal h2 {
  letter-spacing: 0.05em;
}
.c-elmCatch.horizontal p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2192d2;
}
.c-elmCatch.horizontal p::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #d9e0e4;
}
.c-elmCatch .white {
  color: #ffffff !important;
}

.c-elmDesc {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-elmDesc {
    margin-bottom: 4rem;
  }
}
.c-elmDesc__ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  letter-spacing: 0.05em;
  color: #083d85;
}
@media screen and (max-width: 767px) {
  .c-elmDesc__ttl {
    font-size: 4.8rem;
  }
}
.c-elmDesc__sub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
  color: #2192d2;
}
@media screen and (max-width: 767px) {
  .c-elmDesc__sub {
    font-size: 1.7rem;
  }
}
.c-elmDesc__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-elmDesc__txt {
    font-size: 1.4rem;
  }
}
.c-elmDesc__txt:not(:last-child) {
  margin-bottom: 2rem;
}
.c-elmDesc .white {
  color: #ffffff;
}

.c-elmCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmCard {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-elmCard__item {
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 767px) {
  .c-elmCard__item {
    width: 100%;
  }
}
.c-elmCard__item .tag {
  font-size: 1.4rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  padding: 0.6rem 1rem;
  color: #0099ff;
  border-radius: 2rem;
  background: #f7f7f7;
}
.c-elmCard__item .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
  color: #293338;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-elmCard__item .text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-elmMore {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #2192d2;
}
@media screen and (max-width: 767px) {
  .c-elmMore {
    font-size: 1.4rem;
  }
}
.c-elmMore a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-elmMore a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  border: solid 1px #2192d2;
  border-radius: 100%;
  background: url(../../assets/img/ico/arw-1.png) no-repeat center/1.3rem;
}
@media screen and (max-width: 767px) {
  .c-elmMore a::before {
    width: 3rem;
    height: 3rem;
    background-size: 0.8rem;
  }
}

.c-elmNews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-elmNews__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-elmNews__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-elmNews__body {
  width: 80rem;
  border-bottom: solid 1px #eeeeee;
}
.c-elmNews__list {
  border-bottom: solid 1px #eeeeee;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.c-elmNews__item {
  border-top: solid 1px #eeeeee;
}
.c-elmNews__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .c-elmNews__item a {
    padding: 2rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-elmNews__item a .date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  padding-top: 0.3rem;
  color: #2192d2;
}
.c-elmNews__item a .title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-elmNews__item a .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.c-elmTable-1 dl {
  font-size: 1.6rem;
  line-height: 2;
  display: grid;
  letter-spacing: 0.05em;
  grid-template-columns: auto 1fr;
}
.c-elmTable-1 dl dt {
  padding: 3rem 3rem 3rem 0;
  color: #293338;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .c-elmTable-1 dl dt {
    padding: 1rem 1rem 1rem 0;
    font-size: 1.3rem;
  }
}
.c-elmTable-1 dl dd {
  padding: 3rem;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .c-elmTable-1 dl dd {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-elmTable-1 dl dd p {
    font-size: 1.2rem;
  }
}
.c-elmTable-1 dl dd p:not(:last-child) {
  margin-bottom: 2rem;
}
.c-elmTable-1 dl dd p span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1.5rem;
  color: #999999;
}

.c-elmTable-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-elmTable-2 .head {
  font-weight: bold;
  padding: 2rem;
  text-align: center;
  border-bottom: 2px solid #ffffff;
  background: #a8d1f0;
}
.c-elmTable-2 .head:not(:last-of-type) {
  border-right: solid 2px #ffffff;
}
.c-elmTable-2 dt,
.c-elmTable-2 dd {
  font-weight: 500;
  padding: 2rem;
  text-align: center;
}
.c-elmTable-2 dt {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: #e8f3fc;
}
.c-elmTable-2 dd {
  border-right: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  background: #ffffff;
}
.c-elmTable-2 dt:last-of-type {
  border-bottom: none;
}

.c-elmTable-3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmTable-3 dl {
    gap: 1rem;
  }
}
.c-elmTable-3 dl:not(:last-child) {
  margin-bottom: 3rem;
}
.c-elmTable-3 dl:last-child dd::after {
  display: none;
}
.c-elmTable-3 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  font-weight: 400;
  padding-top: 0.6rem;
}
.c-elmTable-3 dl dt .date-1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #2192d2;
  width: 8rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-elmTable-3 dl dt .date-1 {
    font-size: 1.2rem;
    width: 3rem;
  }
}
.c-elmTable-3 dl dt .date-2 {
  font-size: 1.4rem;
  color: #2192d2;
  background: #e4f1f9;
  border-radius: 1rem;
  padding: 0.4rem 1rem;
  width: 9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-elmTable-3 dl dt .date-2 {
    font-size: 1rem;
    padding: 0.4rem 0;
    width: 7rem;
    margin-top: -0.3rem;
  }
}
.c-elmTable-3 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-elmTable-3 dl dd {
    gap: 1.5rem;
  }
}
.c-elmTable-3 dl dd::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #083d85;
  border-radius: 100%;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-elmTable-3 dl dd::before {
    margin-top: 0.8rem;
  }
}
.c-elmTable-3 dl dd::after {
  content: "";
  display: block;
  width: 1px;
  height: 200%;
  background: #c1dae9;
  position: absolute;
  top: 1.5rem;
  left: 0.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-elmTable-3 dl dd::after {
    height: calc(100% + 3rem);
  }
}
.c-elmTable-3 dl dd p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-elmTable-3 dl dd p {
    font-size: 1.2rem;
  }
}
.c-elmTable-3 dl dd p a {
  color: #2192d2;
  font-size: 1.4rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-elmTable-3 dl dd p a {
    font-size: 1.2rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
  }
}
.c-elmTable-3 dl dd p a::before {
  content: "›";
  display: inline;
  margin-right: 0.8rem;
}

.c-elmSec {
  margin: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-elmSec {
    margin: 8rem 2rem;
  }
}
.c-elmSec--blue {
  margin: 0;
  padding: 12rem 3rem;
  background: #f0f6fa;
}
@media screen and (max-width: 767px) {
  .c-elmSec--blue {
    padding: 8rem 2rem;
  }
}

.c-elmSec1 {
  margin: 15rem 0;
}
@media screen and (max-width: 767px) {
  .c-elmSec1 {
    margin: 8rem 2rem;
  }
}

.c-elmSec2 {
  padding: 15rem 3rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-elmSec2 {
    padding: 8rem 2rem;
  }
}

.c-elmBox1 {
  padding: 10rem 8rem;
  border-radius: 10rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-elmBox1 {
    padding: 4rem 2rem;
    border-radius: 3rem;
  }
}
.c-elmBox1:not(:last-child) {
  margin-bottom: 8rem;
}
.c-elmBox1 h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-elmBox1 h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 4rem;
  }
}
.c-elmBox1 .image {
  text-align: center;
}
.c-elmBox1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmBox1__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.c-elmBox1__list-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-elmBox1__list-item {
    width: 100%;
  }
}

.c-elmTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .c-elmTab {
    padding: 1rem 0;
    border-radius: 2rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-elmTab li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-elmTab li {
    width: 50%;
  }
}
.c-elmTab li:not(:last-child) {
  border-right: solid 1px #c1dae9;
}
@media screen and (max-width: 767px) {
  .c-elmTab li:not(:last-child) {
    border: none;
  }
}
.c-elmTab li a {
  font-size: 1.6rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  color: #083d85;
}
@media screen and (max-width: 767px) {
  .c-elmTab li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2rem;
    font-size: 1.3rem;
  }
}
.c-elmTab li a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: solid 1px #083d85;
  border-bottom: solid 1px #083d85;
}
.c-elmTab li a span {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: -0.5rem;
}

.c-elmTab1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 0;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .c-elmTab1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
    border-radius: 3rem;
  }
}
.c-elmTab1 li {
  width: 100%;
}
.c-elmTab1 li:not(:last-child) {
  border-right: solid 1px #c1dae9;
}
@media screen and (max-width: 767px) {
  .c-elmTab1 li:not(:last-child) {
    border-right: none;
    border-bottom: solid 1px #c1dae9;
  }
}
.c-elmTab1 li a {
  height: 100%;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  color: #083d85;
}
@media screen and (max-width: 767px) {
  .c-elmTab1 li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem;
    padding: 1rem;
  }
}
.c-elmTab1 li a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: solid 1px #083d85;
  border-bottom: solid 1px #083d85;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .c-elmTab1 li a::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 0;
  }
}
.c-elmTab1 li a p {
  text-align: center;
  margin-top: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-elmTab1 li a p {
    padding: 0;
  }
}
.c-elmTab1 li a span {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: -0.5rem;
}

.c-cta {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .c-cta {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.c-cta__wrap {
  position: relative;
  margin-right: 3rem;
  margin-left: 3rem;
  padding: 6rem 5rem 8rem;
  border-radius: 8rem;
  background: #cde2ef;
}
@media screen and (max-width: 767px) {
  .c-cta__wrap {
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 4rem 2rem;
    border-radius: 3rem;
  }
}
.c-cta__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-cta__catch {
    hanging-punctuation: 1rem;
  }
}
.c-cta__catch dt {
  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;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-cta__catch dt {
    width: 6rem;
    height: 6rem;
  }
}
.c-cta__catch dt img {
  width: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__catch dt img {
    width: 2.8rem;
  }
}
.c-cta__catch dd p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #2192d2;
}
@media screen and (max-width: 767px) {
  .c-cta__catch dd p {
    font-size: 1.7rem;
  }
}
.c-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-cta__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.c-cta__tel {
  padding: 1.5rem 4rem;
  border: solid 1px #293338;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .c-cta__tel {
    padding: 1.5rem;
    width: 100%;
    max-width: 90%;
    text-align: center;
  }
}
.c-cta__tel p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  color: #293338;
}
.c-cta__tel dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #293338;
}
@media screen and (max-width: 767px) {
  .c-cta__tel dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-cta__tel dl dt {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .c-cta__tel dl dt {
    width: 2.4rem;
  }
}
.c-cta__tel dl dd {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-cta__tel dl dd {
    font-size: 2.4rem;
  }
}
.c-cta__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34rem;
  max-width: 90%;
  padding: 1.5rem 3rem;
  color: #ffffff;
  border-radius: 10rem;
  background: #083d85;
}
@media screen and (max-width: 767px) {
  .c-cta__mail {
    padding: 2rem 3rem;
  }
}
.c-cta__mail span {
  display: block;
  width: 2.4rem;
}
.c-cta__mail p {
  font-size: 1.6rem;
  font-weight: 500;
}
.c-cta__bnr {
  width: 90%;
  max-width: 120rem;
  margin-top: 10rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-cta__bnr {
    margin-top: 5rem;
  }
}
.c-cta .c-elmCatch--type1 {
  position: absolute;
  top: -3rem;
  left: 10rem;
}
@media screen and (max-width: 767px) {
  .c-cta .c-elmCatch--type1 {
    left: 2rem;
  }
}
.c-cta .c-elmCatch--type1 h2::after {
  background: #0099ff;
}

.c-elmRow1 {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
  position: relative;
  z-index: 10;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .c-elmRow1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding: 6rem 0;
  }
}
.c-elmRow1::after {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  left: calc(50% - 20rem);
  z-index: -1;
  background: #f0f6fa;
  border-radius: 10rem 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow1::after {
    border-radius: 3rem 0 0 3rem;
    left: calc(50% - 15rem);
  }
}
.c-elmRow1__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .c-elmRow1__img {
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.c-elmRow1__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.c-elmRow1__img img.small {
  height: auto;
}
.c-elmRow1__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow1__detail {
    padding-left: 5rem;
    padding-right: 0;
  }
}
.c-elmRow1__desc {
  max-width: 70rem;
}
.c-elmRow1__desc h2 {
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 600;
  color: #293338;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow1__desc h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.c-elmRow1__desc h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #293338;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow1__desc h3 {
    margin-bottom: 4rem;
  }
}
.c-elmRow1__desc h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #2192d2;
}
.c-elmRow1__desc ul:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow1__desc ul:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.c-elmRow1__desc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-elmRow1__desc ul li::before {
  content: "・";
  color: #0099ff;
}
.c-elmRow1__desc-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-elmRow1__desc-txt {
    font-size: 1.4rem;
  }
}
.c-elmRow1__desc-txt:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow1__desc-txt:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.c-elmRow1__desc-txt span {
  display: block;
  font-weight: 600;
  color: #0099ff;
}
.c-elmRow1__desc-txt span.large {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 1rem;
}
.c-elmRow1__desc-right {
  text-align: right;
}
.c-elmRow1__desc-right img {
  max-width: 12rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow1__desc-right img {
    max-width: 10rem;
  }
}

.c-elmRow2 {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
  position: relative;
  z-index: 10;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .c-elmRow2 {
    padding: 4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.c-elmRow2::after {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  left: calc(50% - 20rem);
  z-index: -1;
  background: #083d85;
  border-radius: 10rem 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow2::after {
    border-radius: 0;
  }
}
.c-elmRow2__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-elmRow2__img {
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.c-elmRow2__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow2__detail {
    padding-right: 0;
  }
}
.c-elmRow2__desc {
  max-width: 44rem;
}
.c-elmRow2__desc-sub {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow2__desc-sub {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.c-elmRow2__desc-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-elmRow2__desc-ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.c-elmRow2__desc-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-elmRow2__desc-txt {
    font-size: 1.4rem;
  }
}
.c-elmRow2__desc-txt:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow2__desc-txt:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.c-elmRow2__desc-right {
  text-align: right;
}
.c-elmRow2__desc-right img {
  max-width: 8rem;
}

.c-elmRow3 {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 7%;
  position: relative;
  z-index: 10;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .c-elmRow3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding: 6rem 0;
  }
}
.c-elmRow3::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  right: calc(50% - 20rem);
  z-index: -1;
  background: #f0f6fa;
  border-radius: 0 10rem 10rem 0;
}
@media screen and (max-width: 767px) {
  .c-elmRow3::after {
    border-radius: 0 3rem 3rem 0;
    right: calc(50% - 15rem);
  }
}
.c-elmRow3__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .c-elmRow3__img {
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.c-elmRow3__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.c-elmRow3__img img.small {
  height: auto;
}
.c-elmRow3__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5rem;
}
.c-elmRow3__desc {
  max-width: 70rem;
}
.c-elmRow3__desc h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #293338;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow3__desc h2 {
    font-size: 1.95rem;
    margin-bottom: 2rem;
  }
}
.c-elmRow3__desc h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #293338;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow3__desc h3 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.c-elmRow3__desc ul:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow3__desc ul:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.c-elmRow3__desc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-elmRow3__desc ul li {
    font-size: 1.4rem;
  }
}
.c-elmRow3__desc ul li::before {
  content: "・";
  color: #0099ff;
}
.c-elmRow3__desc-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-elmRow3__desc-txt {
    font-size: 1.4rem;
  }
}
.c-elmRow3__desc-txt:not(:last-child) {
  margin-bottom: 3rem;
}
.c-elmRow3__desc-right {
  text-align: right;
}
.c-elmRow3__desc-right img {
  max-width: 8rem;
}

.c-elmRow4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eee;
  color: #293338;
}
@media screen and (max-width: 767px) {
  .c-elmRow4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-elmRow4:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow4:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-elmRow4 dt {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow4 dt {
    width: 100%;
  }
}
.c-elmRow4 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow4 dd {
    padding: 2rem;
  }
}
.c-elmRow4 dd h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-elmRow4 dd h2 {
    margin-bottom: 1.5rem;
  }
}
.c-elmRow4 dd p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.c-elmMv {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
.c-elmMv video {
  width: 100%;
}
.c-elmMv p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 3rem;
  color: #293338;
}

.c-elmLead {
  text-align: center;
  padding: 8rem;
  border-radius: 10rem;
  background: #f7f7f7;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-elmLead {
    padding: 6rem 2rem;
    border-radius: 0;
    margin-top: 15rem;
  }
}
.c-elmLead h2 {
  font-size: 3.4rem;
  font-weight: 600;
  color: #293338;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-elmLead h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 4rem;
  }
}
.c-elmLead h2::after {
  content: "";
  display: block;
  margin: 3rem auto 6rem;
  width: 5rem;
  height: 0.3rem;
  background: url(../../assets/img/line-1.png) no-repeat center;
}
@media screen and (max-width: 767px) {
  .c-elmLead h2::after {
    margin-bottom: 4rem;
  }
}
.c-elmLead p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-elmLead p {
    text-align: left;
    font-size: 1.5rem;
  }
}
.c-elmLead p.left {
  text-align: left;
}

.c-elmImg {
  width: 90%;
  max-width: 80rem;
  margin: 8rem auto;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #083d85;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 0;
  background: #083d85;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #fff;
  color: #083d85;
  border: solid 1px #083d85;
}
.c-pager .wp-pagenavi a:hover {
  background: #fff;
  color: #083d85;
  border: solid 1px #083d85;
  opacity: 1;
}

.c-postHead__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-postHead__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin: 5rem 0;
}
.c-postHead__date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 2.8rem;
  background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: #2192d2;
  color: #fff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #fff;
  background: #2192d2;
}
@media screen and (max-width: 767px) {
  .c-postWrap h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  border-left: solid 0.6rem #2192d2;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #2192d2;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #2192d2;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap p a {
  color: #333333;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}
.c-postWrap__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager {
    margin-top: 6rem;
  }
}
.c-postWrap__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #2192d2;
  border: solid 1px #2192d2;
}
.c-postWrap__pager-prev a:hover, .c-postWrap__pager-prev a:active, .c-postWrap__pager-prev a:focus, .c-postWrap__pager-prev a:focus-within {
  color: #ffffff;
  background: #2192d2;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postWrap__pager-next {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #2192d2;
  border: solid 1px #2192d2;
}
.c-postWrap__pager-next a:hover, .c-postWrap__pager-next a:active, .c-postWrap__pager-next a:focus, .c-postWrap__pager-next a:focus-within {
  color: #ffffff;
  background: #2192d2;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-postPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #2192d2;
  border: solid 1px #2192d2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #ffffff;
  background: #2192d2;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #2192d2;
  border: solid 1px #2192d2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #ffffff;
  background: #2192d2;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 0;
    padding: 0.3rem;
    overflow: scroll;
    white-space: nowrap;
    color: #333;
    left: 2rem;
    right: 2rem;
    bottom: -10rem;
    position: absolute;
  }
}
.c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul {
    font-size: 1.3rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.c-breadcrumb ul li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */