@charset "UTF-8";
#wrapper {
  position: relative;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  color: #2F2725;
  padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

:target {
  scroll-margin-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2F2725;
  -webkit-text-size-adjust: 100%;
}
body.is-night {
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #2F2725;
}
.is-night a {
  color: #fff;
}

a:not([href^="tel:"]) {
  transition: 0.2s;
}
a:not([href^="tel:"]):hover {
  text-decoration: none;
  opacity: 0.4;
}

a[href^="tel:"] {
  cursor: default;
}

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

@media screen and (min-width: 1101px) {
  .tabOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tabOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tabOnly {
    display: none;
  }
}

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

/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

dt,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

section,
figure,
aside,
header,
footer,
main,
nav {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
  01share style
  -------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.6;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

button, input[type=submit] {
  border: none;
  outline: none;
  appearance: none;
  font-size: 1rem;
  background: none;
}

button {
  cursor: pointer;
}

.l-footer {
  border-top: 1px solid #D3DDE5;
}
.l-footer__wrap {
  padding: 22px 25px;
  background: #F1F7FA;
}
.l-footer__copyright {
  font-size: 14px;
  text-align: center;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
  padding: 0 24px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header {
    max-width: 100vw;
    height: 140px;
    background: linear-gradient(180deg, #fff 0%, #fff 55%, rgba(255, 255, 255, 0) 97%);
  }
  .js-scrolled .l-header {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-header {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 12px 24px 24px;
    background: linear-gradient(180deg, #fff 0%, #fff 70%, rgba(255, 255, 255, 0) 97%);
  }
}
@media screen and (min-width: 768px) {
  .l-header-logo {
    width: 68px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-container {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header-container {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap-960 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap-1200 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap-1300 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap-sp {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap-sp--20 {
    padding: 0 20px;
  }
}

.is-posr {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-gnav {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.c-gnav-links {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-gnav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-gnav-links {
    display: none;
  }
}
.c-gnav-link {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-gnav-link {
    position: relative;
    display: flex;
    align-items: center;
  }
  .c-gnav-link > a {
    display: flex;
    align-items: center;
    padding: 0 32px;
  }
  .c-gnav-link > .ico {
    line-height: 1;
  }
  .js-scrolled .l-header .c-gnav-link > a {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-gnav-link > a {
    display: block;
    color: #fff;
  }
  .c-gnav-link {
    text-align: center;
    font-size: 21.3333333333px;
  }
  .c-gnav-link:not(:last-child) {
    margin-bottom: 1em;
  }
}
.c-gnav-link:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 12px);
  padding: 2px 0;
  background: #2F2725;
  position: absolute;
  right: 0;
  top: 6px;
}
.c-gnav-btn.--recruitment {
  display: block;
  border-radius: 9999px;
  border: 1px solid #A08626;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-gnav-btn.--recruitment {
    width: 310px;
    height: 60px;
  }
}
.c-gnav-btn.--recruitment > a .label {
  color: #A08626;
  background: #fff;
  padding: 15px 40px;
}
@media screen and (max-width: 767px) {
  .c-gnav-btn.--recruitment > a .label {
    padding: 6px 32px 6px 24px;
    font-size: 13px;
    line-height: 1.2;
  }
}
.c-gnav-btn.--recruitment > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-gnav-btn.--recruitment > a:after {
  content: "";
  background: url("/referral/common/images/icon-arrow-header.svg") center center no-repeat;
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  right: 22px;
}
@media screen and (max-width: 767px) {
  .c-gnav-btn.--recruitment > a:after {
    right: 12px;
  }
}

.c-h-2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-h-2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-h-2 {
    font-size: 21.3333333333px;
    margin-bottom: 40px;
  }
}
.c-h-2:before {
  content: "-　";
}
.c-h-2:after {
  content: "　-";
}

.c-mv {
  background: #F5F8FB;
}
@media screen and (min-width: 768px) {
  .c-mv {
    padding: 104px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-mv {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-mv {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-mv-lead {
    font-size: 18.2857142857px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv-lead {
    font-size: 16px;
  }
}
.c-mv-label {
  color: #264885;
  display: block;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .c-mv-label {
    font-size: 18.2857142857px;
  }
}
.c-mv-h {
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c-mv-h {
    font-size: 42.6666666667px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-mv-h {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv-h {
    font-size: 25.6px;
  }
}

@media screen and (min-width: 768px) {
  .c-mv02 {
    margin-bottom: 60px;
    background: #F5F8FB;
  }
}
@media screen and (max-width: 767px) {
  .c-mv02 {
    padding-top: 24px;
    position: relative;
  }
  .c-mv02:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 100px);
    background: #F5F8FB;
    z-index: -1;
  }
}
.c-mv02-in {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-mv02-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 330px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv02-head {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .c-mv02-lead {
    font-size: 18.2857142857px;
  }
}
.c-mv02-label {
  color: #1a71c6;
  display: block;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .c-mv02-label {
    font-size: 18.2857142857px;
  }
}
.c-mv02-h {
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c-mv02-h {
    font-size: 42.6666666667px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .c-mv02-h {
    font-size: 25.6px;
  }
}
.c-mv02-img {
  background: url() center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .c-mv02-img {
    position: absolute;
    left: 45%;
    top: 50%;
    height: 450px;
    width: 55vw;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .c-mv02-img {
    height: 200px;
    margin-right: -30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.c-mv03 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-mv03 {
    min-height: 560px;
  }
}
.c-mv03-in {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-mv03-head {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-mv03-head {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-head {
    order: 1;
    padding-top: 10px;
  }
}
.c-mv03-label {
  color: #1a71c6;
}
@media screen and (min-width: 768px) {
  .c-mv03-label {
    font-size: 18.2857142857px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-label {
    margin-bottom: 8px;
  }
}
.c-mv03-label {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .c-mv03-label .num {
    font-size: 42.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-label .num {
    font-size: 25.6px;
  }
}
.c-mv03-label02 {
  font-family: "Noto Serif JP", serif;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-mv03-label02 {
    font-size: 42.6666666667px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-label02 {
    margin-bottom: 16px;
  }
}
.c-mv03-label02 .row {
  display: block;
}
.c-mv03-label02 .label {
  color: #fff;
  display: inline-block;
  background: #1a71c6;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .c-mv03-label02 .label {
    font-size: 21.3333333333px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv03-role .year {
    font-size: 14.2222222222px;
    margin-bottom: 16px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-role .year {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv03-role .role {
    display: block;
    font-size: 14.2222222222px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-role .role {
    font-size: 12.8px;
    margin-left: 16px;
  }
}
.c-mv03-name {
  font-size: 18.2857142857px;
}
@media screen and (min-width: 768px) {
  .c-mv03-name {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-name {
    margin-bottom: 8px;
  }
}
.c-mv03-major {
  font-size: 14.2222222222px;
}
.c-mv03-major dt {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-mv03-major dt {
    display: inline;
  }
}
.c-mv03-major dd {
  border: 1px solid #cccccc;
  border-radius: 2em;
  display: inline-block;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .c-mv03-major dd {
    display: inline;
    margin-left: 16px;
  }
}
.c-mv03-img {
  background: url() center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .c-mv03-img {
    position: absolute;
    left: 40%;
    top: 0;
    height: 560px;
    width: 60vw;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-img {
    height: 70vw;
    margin-right: -30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    order: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-mv03-img-caption {
    position: absolute;
    right: 30px;
    top: 100%;
    margin-top: 10px;
    text-align: right;
    font-size: 12.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-img-caption {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-mv03-img-caption--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-mv03-img-caption--sp {
    font-size: 12.8px;
    text-align: right;
  }
}

.c-input {
  padding: 16px 16px;
  border: none;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-family: "Noto Sans JP", serif;
}
.c-input--max {
  width: 100%;
}
.c-input--m {
  width: 30%;
}
.c-input--s {
  width: 100px;
}

.c-form-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  position: relative;
}
.c-form-required {
  color: #fff;
  background: #C83844;
  padding: 0 8px;
  font-size: 12.8px;
  margin-left: 16px;
  border-radius: 4px;
  white-space: nowrap;
}
.c-form-table {
  width: 100%;
}
.c-form-table td br {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-form-table th,
  .c-form-table td {
    padding-bottom: 40px;
    vertical-align: top;
  }
  .c-form-table th {
    white-space: nowrap;
    padding-right: 24px;
    padding-top: 0.7em;
  }
  .page-check .c-form-table th {
    padding-top: 0;
  }
  .page-check .c-form-table td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-form-table,
  .c-form-table tbody,
  .c-form-table tr,
  .c-form-table th,
  .c-form-table td {
    display: block;
  }
  .c-form-table tr {
    margin-bottom: 24px;
  }
  .c-form-table th {
    margin-bottom: 16px;
  }
}
.c-form-privacyLead {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-form-privacyLead {
    text-align: center;
    font-size: 14.2222222222px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-privacyLead {
    font-size: 14.2222222222px;
  }
}
.c-form-checkText {
  font-family: "Noto Sans JP", serif;
  color: #25557E;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form-checkText {
    font-size: 18px;
  }
}
.c-form-checkText span {
  margin: 0;
  cursor: pointer;
}
.mw_wp_form_confirm .c-form-hideConfirm {
  display: none;
}
.c-form-btn {
  width: 310px;
  height: 60px;
  display: block;
  border-radius: 9999px;
  overflow: hidden;
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form-btn:after {
  content: "";
  background: url("/referral/common/images/icon-arrow-form.svg") center center no-repeat;
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  right: 22px;
}
.c-form-btn p {
  display: block;
  width: 100%;
  height: 100%;
}
.c-form-btn input {
  display: block;
  padding: 15px 40px;
  color: #fff;
  background: #25557E;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.c-mnav {
  background: #F5F8FB;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-mnav {
    padding: 64px 0;
    transform: translateY(-20px);
    opacity: 0;
    position: fixed;
    left: 0;
    width: 100%;
    top: 140px;
  }
  .js-scrolled .c-mnav {
    top: 70px;
  }
  .c-gnav-link:hover .c-mnav {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
  }
}
.c-mnav-row {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 4.7fr;
}
.c-mnav-h {
  font-family: "Noto Serif JP", serif;
  font-size: 25.6px;
}
.c-mnav-h a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/common/img/base/arrow01_c1.svg") center center no-repeat;
  display: inline-block;
  margin-left: 8px;
}
.c-mnav-links {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.c-mnav-link a {
  display: block;
}
.c-mnav-link a:hover {
  opacity: 1;
}
.c-mnav-link-img {
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.c-mnav-link-img img {
  border-radius: 10px;
  transition: 0.4s ease;
}
.c-mnav-link:hover .c-mnav-link-img img {
  transform: scale(1.05);
}
.c-mnav-link-label {
  font-size: 14.2222222222px;
}
.c-mnav-links02 {
  margin-top: 24px;
}
.c-mnav-link02 {
  position: relative;
  padding-left: 1.8em;
}
@media screen and (min-width: 768px) {
  .c-mnav-link02 {
    font-size: 14.2222222222px;
  }
}
@media screen and (max-width: 767px) {
  .c-mnav-link02 {
    font-size: 12.8px;
  }
}
.c-mnav-link02:not(:last-child) {
  margin-bottom: 0.4em;
}
.c-mnav-link02:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/common/img/base/arrow01_c1.svg") center center no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
}

@media screen and (min-width: 768px) {
  .c-faq:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq:not(:last-child) {
    margin-bottom: 24px;
  }
}
.c-faq-q {
  background: #F5F8FB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-faq-q {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq-q {
    padding: 16px;
  }
}
.c-faq-q:before {
  content: "Q";
  color: #fff;
  background: #1a71c6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18.2857142857px;
}
@media screen and (min-width: 768px) {
  .c-faq-q:before {
    width: 56px;
    height: 56px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq-q:before {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .c-faq-q {
    font-size: 18.2857142857px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq-q {
    font-size: 16px;
  }
}
.c-faq-q .label {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  text-align: left;
}
.c-faq-q::after {
  font-family: "Material Icons";
  content: "expand_more";
  font-size: 32px;
  color: #1a71c6;
  padding-left: 8px;
  text-decoration: none;
}
.c-faq-q.is-active:after {
  content: "expand_less";
}
.c-faq-a {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-faq-a {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq-a {
    padding: 16px;
  }
}
.c-faq-a-in {
  display: flex;
  gap: 16px;
}
.c-faq-a-in:before {
  content: "A";
  color: #1a71c6;
  background: #F5F8FB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18.2857142857px;
}
@media screen and (min-width: 768px) {
  .c-faq-a-in:before {
    width: 56px;
    height: 56px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq-a-in:before {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
}
.c-faq-a-content {
  flex: 1;
}
.c-tab-triggers {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-tab-trigger button {
  width: 100%;
  height: 100%;
  color: #1a71c6;
  background: #ddeaf6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-tab-trigger button {
    font-size: 25.6px;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-tab-trigger button {
    padding: 16px;
  }
}
.c-tab-trigger button.is-active {
  color: #fff;
  background: #1a71c6;
  position: relative;
}
.c-tab-trigger button.is-active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  border: 12px solid transparent;
  border-top-color: #1a71c6;
  margin-left: -12px;
}
.c-tab-trigger:nth-child(1) button {
  border-top-left-radius: 16px;
}
.c-tab-trigger:last-child button {
  border-top-right-radius: 16px;
}

.js-tab-target {
  display: none;
}
.js-tab-target.is-active {
  display: block;
}

.c-entry {
  background: #317fcc;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  color: #fff;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .c-entry-head {
    display: flex;
    align-items: flex-end;
    gap: 64px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-entry-head {
    gap: 40px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-entry-head {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.c-entry-lead {
  flex: 1;
}
.c-entry-lead .p {
  margin-bottom: 16px;
}
.c-entry-lead .p02 {
  font-size: 14.2222222222px;
}
.c-entry-body {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 1101px) {
  .c-entry-body {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-entry-body {
    grid-template-columns: 2fr 1fr;
  }
}
.c-entry-links {
  display: grid;
}
@media screen and (min-width: 768px) {
  .c-entry-links {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-entry-links {
    gap: 16px;
  }
}
.c-entry-link a {
  color: #fff;
  background: #1a71c6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  position: relative;
}
.c-entry-link a::after {
  content: "";
  background: url(/common/img/base/arrow01_c1.svg) center center no-repeat;
  filter: brightness(10);
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-entry-link a {
    padding: 24px;
    font-size: 18.2857142857px;
  }
}
@media screen and (max-width: 767px) {
  .c-entry-link a {
    padding: 18px;
    font-size: 16px;
  }
}
.p-homeMv {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-homeMv {
    background: #fff;
  }
}
.p-homeMv:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-homeMv:before {
    bottom: 100%;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv:before {
    top: 0;
    height: calc(100% - 93vw);
  }
}
@media screen and (min-width: 768px) {
  .p-homeMv {
    padding-top: 80px;
    height: 930px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv {
    padding-top: 41vw;
    height: 165vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-corner {
    position: absolute;
    top: calc(100% - 93vw - 1px);
    width: 10vw;
    height: 10vw;
    background: url(/common/img/home/mv_corner.svg) center center no-repeat;
    background-size: contain;
  }
  .p-homeMv-corner--1 {
    left: -1px;
  }
  .p-homeMv-corner--2 {
    right: -1px;
    transform: scaleX(-1);
  }
}
.p-homeMv-label {
  white-space: nowrap;
  font-family: "EB Garamond", serif;
  color: #264885;
  opacity: 0.08;
  position: absolute;
  line-height: 1;
  display: inline-block;
}
.p-homeMv-label:after {
  content: "Protect the future, connect to the future.";
  position: absolute;
  left: 100%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-homeMv-label {
    left: 60px;
    top: 0;
    font-size: 160px;
    animation: p-homeMv-label 30s linear infinite;
  }
  .p-homeMv-label:after {
    margin-left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-label {
    left: 4vw;
    top: 21vw;
    font-size: 13vw;
    animation: p-homeMv-label-sp 30s linear infinite;
  }
  .p-homeMv-label:after {
    margin-left: 100px;
  }
}
.p-homeMv-label02 {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
}
.p-homeMv-label02 .color {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-homeMv-label02 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-label02 {
    font-size: 10vw;
  }
}
.p-homeMv-label03 {
  position: absolute;
  left: 100%;
  font-family: "EB Garamond", serif;
  color: #fff;
  writing-mode: lr-tb;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.p-homeMv-label03 .row {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-homeMv-label03 {
    bottom: 100px;
    font-size: 21.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-label03 {
    font-size: 3.2vw;
    bottom: 14%;
  }
}
.p-homeMv-imgs {
  width: 100%;
  position: absolute !important;
  left: 0;
  bottom: 0;
}
.p-homeMv-imgs .slick-list, .p-homeMv-imgs .slick-track {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-homeMv-imgs {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-imgs {
    height: 93vw;
  }
}
.p-homeMv-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-homeMv-img {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-img {
    height: 93vw;
  }
}
.p-homeMv-img-in {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-homeMv-img-in {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-img-in {
    height: 93vw;
  }
}
.p-homeMv-img-img {
  background: url() center center no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-homeMv-img-img {
    background-attachment: fixed;
    height: 600px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-img-img {
    height: 93vw;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.p-homeMv-bg {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url() center center no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-homeMv-bg {
    height: 600px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-attachment: fixed;
  }
  .p-homeMv-bg--1 {
    background-image: url(/common/img/home/mv_bg_01.webp);
  }
  .p-homeMv-bg--2 {
    background-image: url(/common/img/home/mv_bg_02.webp);
  }
  .p-homeMv-bg--3 {
    background-image: url(/common/img/home/mv_bg_03.webp);
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-bg {
    height: 93vw;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: none !important;
  }
  .p-homeMv-bg--1 {
    background-image: url(/common/img/home/mv_bg_01_sp.webp);
  }
  .p-homeMv-bg--2 {
    background-image: url(/common/img/home/mv_bg_02_sp.webp);
  }
  .p-homeMv-bg--3 {
    background-image: url(/common/img/home/mv_bg_03_sp.webp);
  }
}
.p-homeMv-bg02 {
  position: absolute;
  left: 0;
  top: 330px;
  background: url() center center no-repeat;
  background-size: cover;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.p-homeMv-bg02.js-active {
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-homeMv-bg02 {
    height: 5000px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-attachment: fixed;
  }
  .p-homeMv-bg02--1 {
    background-image: url(/common/img/home/mv_bg_01.webp);
  }
  .p-homeMv-bg02--2 {
    background-image: url(/common/img/home/mv_bg_02.webp);
  }
  .p-homeMv-bg02--3 {
    background-image: url(/common/img/home/mv_bg_03.webp);
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-bg02 {
    height: 93vw;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .p-homeMv-bg02--1 {
    background-image: url(/common/img/home/mv_bg_01_sp.webp);
  }
  .p-homeMv-bg02--2 {
    background-image: url(/common/img/home/mv_bg_02_sp.webp);
  }
  .p-homeMv-bg02--3 {
    background-image: url(/common/img/home/mv_bg_03_sp.webp);
  }
}
.p-homeMv-posts {
  position: absolute;
  right: 0;
  z-index: 5;
  display: grid;
  gap: 16px;
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  .p-homeMv-posts {
    top: 100vh;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-posts {
    top: 180vw;
    margin-top: -50px;
  }
}
.p-homeMv-post a {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  position: relative;
  background: #fff;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .p-homeMv-post a {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv-post a {
    padding: 18px;
  }
}
.p-homeMv-post a:hover {
  color: #1a71c6;
  opacity: 1;
}
.p-homeMv-post a:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
}
.p-homeMv-post .date {
  color: #264885;
  font-family: "EB Garamond", serif;
  font-size: 0.74rem;
}
@media screen and (max-width: 767px) {
  .p-homeMv-post .label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100vw - 150px);
    font-size: 12.8px;
  }
}

@keyframes p-homeMv-label {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(calc(-100% - 200px));
  }
}
@keyframes p-homeMv-label-sp {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(calc(-100% - 100px));
  }
}
.p-homeCompany {
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-homeCompany {
    padding-top: 1300px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany {
    padding: 400vw 0 30vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany-bg03 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url() center center no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
  }
  .p-homeCompany-bg03--1 {
    background-image: url(/common/img/home/mv_bg_01_sp.webp);
  }
  .p-homeCompany-bg03--2 {
    background-image: url(/common/img/home/mv_bg_02_sp.webp);
  }
  .p-homeCompany-bg03--3 {
    background-image: url(/common/img/home/mv_bg_03_sp.webp);
  }
}
.p-homeCompany-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-homeCompany-bg {
    background: rgba(38, 72, 133, 0.9);
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany-bg {
    background: rgba(38, 72, 133, 0.9);
  }
}
.p-homeCompany-bg02 {
  position: fixed;
  top: 0;
  height: 100vh;
  background: url() center center no-repeat;
  background-size: cover;
  pointer-events: none;
  clip-path: url(#clip01);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-homeCompany-bg02 {
    width: 1920px;
    left: calc(50vw - 960px);
    background-attachment: fixed;
    opacity: 0;
  }
  .p-homeCompany-bg02--1 {
    background-image: url(/common/img/home/mv_bg_01.webp);
  }
  .p-homeCompany-bg02--2 {
    background-image: url(/common/img/home/mv_bg_02.webp);
  }
  .p-homeCompany-bg02--3 {
    background-image: url(/common/img/home/mv_bg_03.webp);
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany-bg02 {
    width: 500%;
    left: 50%;
    transform: translateX(-50%);
    display: none !important;
  }
  .p-homeCompany-bg02--1 {
    background-image: url(/common/img/home/mv_bg_01_sp.webp);
  }
  .p-homeCompany-bg02--2 {
    background-image: url(/common/img/home/mv_bg_02_sp.webp);
  }
  .p-homeCompany-bg02--3 {
    background-image: url(/common/img/home/mv_bg_03_sp.webp);
  }
}
@media screen and (min-width: 768px) {
  .p-homeCompany-in {
    display: flex;
    align-items: center;
    height: 1080px;
    position: relative;
  }
}
.p-homeCompany-map #clip01 {
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-homeCompany-map svg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-homeCompany-map-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany-map-img {
    position: absolute;
    left: -10vw;
    top: 20vh;
    width: 107vw;
  }
  .p-homeCompany-map-img img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    width: 100%;
  }
  .p-homeCompany-map-img img:nth-child(1) {
    position: static;
  }
}
.p-homeCompany-in02 {
  position: relative;
  z-index: 4;
}
.p-homeCompany-row {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-homeCompany-row {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany-row {
    gap: 30px;
    margin-bottom: 24px;
  }
}
.p-homeCompany-lead {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-homeCompany-lead {
    font-size: 21.3333333333px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany-lead {
    font-size: 16px;
  }
  .p-homeCompany-lead br {
    display: none;
  }
}
.p-homeCompany-lead02 {
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-homeCompany-imgs {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-homeCompany-imgs {
    margin-top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany-imgs {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-homeCompany-img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany-img {
    margin-right: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-homeCompany-img img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany-img img {
    border-radius: 10px;
  }
}

.p-homeBusiness {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness {
    margin-top: -180px;
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness {
    margin-top: -45vw;
    padding-top: 47vw;
  }
}
.p-homeBusiness-bg {
  background: #fff url(/common/img/home/business_bg_01.webp) center top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-bg {
    background-attachment: fixed;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-bg {
    background-size: 200% auto;
  }
}
.p-homeBusiness-in {
  position: relative;
}
.p-homeBusiness-row {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-row {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-row {
    gap: 16px;
  }
}
.p-homeBusiness-lead {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-lead {
    font-size: 21.3333333333px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-lead {
    font-size: 16px;
  }
  .p-homeBusiness-lead br {
    display: none;
  }
}
.p-homeBusiness-lead02 {
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-homeBusiness-link {
  position: relative;
  min-height: 560px;
}
.p-homeBusiness-link:not(:last-child) {
  margin-bottom: 104px;
}
.p-homeBusiness-link-h {
  color: #264885;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-size: 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link-h {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link-h {
    font-size: 13vw;
    margin-bottom: 24px;
  }
}
.p-homeBusiness-link-h .dot {
  line-height: 0.5;
  font-size: 42.6666666667px;
  display: block;
}
.p-homeBusiness-link-label {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link-label {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link-label {
    margin-bottom: 16px;
  }
}
.p-homeBusiness-link-row {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link-row {
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link-row {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link-foot {
    position: relative;
  }
}
.p-homeBusiness-link-label02 {
  font-family: "EB Garamond", serif;
  position: absolute;
  top: -1.2em;
  color: #264885;
  line-height: 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link-label02 {
    font-size: 18.2857142857px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link-label02 {
    font-size: 3.2vw;
  }
}
.p-homeBusiness-link-label02 .num {
  margin-left: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link-label02 .num {
    font-size: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link-label02 .num {
    font-size: 17vw;
  }
}
.p-homeBusiness-link-bg {
  background: url() center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link-bg {
    width: calc(50vw + 170px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link-bg {
    height: 105vw;
  }
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link:nth-child(2n+1) .p-homeBusiness-link-row {
    grid-template-columns: 1fr 2.4fr;
  }
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link:nth-child(2n+1) .p-homeBusiness-link-bg {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    margin-left: -157px;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link:nth-child(2n+1) .p-homeBusiness-link-bg {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: -30px;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link:nth-child(2n+1) .p-homeBusiness-link-label02 {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link:nth-child(2n+1) .p-homeBusiness-link-label02 {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link:nth-child(2n) .p-homeBusiness-link-row {
    grid-template-columns: 2.4fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link:nth-child(2n) .p-homeBusiness-link-head {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link:nth-child(2n) .p-homeBusiness-link-bg {
    order: 1;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    right: 50%;
    margin-right: -157px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link:nth-child(2n) .p-homeBusiness-link-bg {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link:nth-child(2n) .p-homeBusiness-link-label02 {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link:nth-child(2n) .p-homeBusiness-link-label02 {
    right: 5vw;
  }
}
.p-homeBusiness-links02 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-links02 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-links02 {
    gap: 64px;
  }
}
.p-homeBusiness-link02 {
  position: relative;
}
.p-homeBusiness-link02-img {
  margin-bottom: 24px;
}
.p-homeBusiness-link02-img img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.p-homeBusiness-link02-h {
  color: #264885;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link02-h {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link02-h {
    font-size: 32px;
  }
}
.p-homeBusiness-link02-label {
  line-height: 1.8;
  margin-bottom: 40px;
}
.p-homeBusiness-link02-label02 {
  font-family: "EB Garamond", serif;
  position: absolute;
  top: -1.2em;
  color: #264885;
  line-height: 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link02-label02 {
    right: 60px;
    font-size: 18.2857142857px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link02-label02 {
    right: 6vw;
    font-size: 3.2vw;
  }
}
.p-homeBusiness-link02-label02 .num {
  margin-left: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness-link02-label02 .num {
    font-size: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness-link02-label02 .num {
    font-size: 17vw;
  }
}

.p-homeProduct {
  background: #e1ebf2;
  padding: 64px 0 124px;
  position: relative;
  z-index: 2;
}
.p-homeProduct-row {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-homeProduct-row {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeProduct-row {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.p-homeProduct-lead {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-homeProduct-lead {
    font-size: 21.3333333333px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-homeProduct-lead {
    font-size: 16px;
  }
  .p-homeProduct-lead br {
    display: none;
  }
}
.p-homeProduct-lead02 {
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-homeProduct-link {
  position: relative;
  margin-right: 40px;
}
.p-homeProduct-link a:hover {
  opacity: 1;
}
.p-homeProduct-link img {
  border-radius: 20px;
}
.p-homeProduct-link-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(38, 72, 133, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
  text-align: center;
  border-radius: 20px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  a:hover .p-homeProduct-link-body {
    opacity: 1;
  }
}
.p-homeProduct-link-h {
  font-weight: bold;
  font-size: 21.3333333333px;
  margin-bottom: 16px;
}
.p-homeRecruit {
  background: url(/common/img/home/recruitment_bg_01.webp) center top no-repeat;
  background-size: cover;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit {
    background-color: #F5F8FB;
    background-size: 180%;
    background-position: right 107%;
    padding: 64px 0 60vw;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -60px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeRecruit-h {
    padding: 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit-h {
    padding: 0 16px;
  }
}
.p-homeRecruit-col {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit-col {
    width: 50%;
  }
}
.p-homeRecruit-col-in {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit-col-in {
    margin-top: -80px;
    padding: 100px 64px 40px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit-col-in {
    margin-top: -60px;
    padding: 80px 16px 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeRecruit-lead02 {
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.p-homeRow {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-homeRow {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRow {
    gap: 24px;
  }
}
.p-homeRow-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-mv__inner {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  align-content: center;
}
.p-mv__logo {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__logo {
    width: 134px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    width: 100px;
    margin-bottom: 24px;
  }
}
.p-mv__logo img {
  width: 100%;
  height: auto;
}
.p-mv-title {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mv-title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-title {
    font-size: 25.6px;
    margin-bottom: 16px;
  }
}
.p-mv-subtitle {
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 768px) {
  .p-mv-subtitle {
    font-size: 21.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-subtitle {
    font-size: 16px;
  }
}
.p-mv-mizuhiki {
  margin-inline: auto;
  overflow: hidden;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .p-mv-mizuhiki {
    width: 100%;
    height: 16vh;
    max-height: 150px;
    bottom: 5vh;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-mizuhiki {
    width: 100%;
    height: 70px;
    bottom: 10%;
  }
}
.p-mv-mizuhiki img {
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.p-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 148%;
  background: url(../images/bg_main.jpg) center center/cover;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-feature {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-feature {
    padding: 104px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 64px 0;
  }
}
.p-feature::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(248, 245, 242, 0) 0%, #F8F5F2 100%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.p-feature__desc {
  line-height: 1.8181818182;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #BCAA67 25%, #BCAA67 68%, #BCAA67 75%, rgba(188, 170, 104, 0.99) 83%, rgba(191, 174, 110, 0.95) 87%, rgba(195, 179, 120, 0.88) 90%, rgba(202, 187, 135, 0.79) 92%, rgba(210, 198, 153, 0.67) 94%, rgba(220, 211, 176, 0.51) 96%, rgba(232, 226, 204, 0.33) 98%, rgba(246, 244, 235, 0.13) 99%, rgba(255, 255, 255, 0) 100%) 1;
  border-bottom: 1px solid;
  border-top: 1px solid;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 768px) {
  .p-feature__desc {
    padding: 26px 0 30px;
    margin-bottom: 76px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__desc {
    padding: 20px 16px 24px;
    border-bottom: 1px solid #2F2725;
    margin-bottom: 36px;
    text-align: left;
  }
}
.p-feature__desc:before, .p-feature__desc:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #BCAA67 25%, #BCAA67 68%, #BCAA67 75%, rgba(188, 170, 104, 0.99) 83%, rgba(191, 174, 110, 0.95) 87%, rgba(195, 179, 120, 0.88) 90%, rgba(202, 187, 135, 0.79) 92%, rgba(210, 198, 153, 0.67) 94%, rgba(220, 211, 176, 0.51) 96%, rgba(232, 226, 204, 0.33) 98%, rgba(246, 244, 235, 0.13) 99%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}
.p-feature__desc:before {
  top: 4px;
}
.p-feature__desc:after {
  bottom: 4px;
}
.p-feature__features {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature__features {
    align-items: center;
    justify-content: center;
    margin-bottom: 64px;
    max-width: 962px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__features {
    margin-bottom: 40px;
  }
}
.p-feature__decoration {
  position: absolute;
  z-index: 0;
}
.p-feature__decoration img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-feature__decoration.--01 {
    width: 39vw;
    right: 88%;
    top: 22%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__decoration.--01 {
    width: 360px;
    right: 24%;
    top: -100px;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__decoration.--02 {
    width: 40vw;
    left: 81%;
    bottom: 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__decoration.--02 {
    width: 400px;
    left: 4%;
    bottom: -134px;
  }
}
.p-feature__feature {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .p-feature__feature {
    padding: 20px;
    width: 53.4%;
    max-width: 590px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature {
    width: 100%;
    max-width: 360px;
    padding: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__feature.--right {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature.--right {
    margin-top: -40px;
  }
}
.p-feature__heading {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__heading {
    font-size: 18.2857142857px;
  }
}
.p-feature__heading::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: currentColor;
}
@media screen and (min-width: 768px) {
  .p-feature__heading::after {
    margin: 1em auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__heading::after {
    margin: 0.8em auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    margin-top: 20px;
  }
}
.p-feature__featureBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.p-feature__featureBg img {
  width: 100%;
  height: 100%;
}
.p-feature-apply {
  font-weight: 800;
  border-top: 1px solid #E2DBBE;
  border-bottom: 1px solid #E2DBBE;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  padding: 16px 8px 24px;
}
@media screen and (min-width: 768px) {
  .p-feature-apply {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-apply {
    text-align: left;
  }
}
.p-feature-apply::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E2DBBE;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.p-feature-applyText {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-feature-applyText {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-applyText {
    font-size: 14.2222222222px;
  }
}

.p-bonus {
  position: relative;
  background: #F8F5F2;
}
.p-bonus::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background: url(../images/wave.svg) center right/cover;
}
@media screen and (max-width: 767px) {
  .p-bonus::after {
    height: 150px;
  }
}
.p-bonus__top {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-bonus__top {
    padding-bottom: 110px;
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__top {
    padding-bottom: 80px;
    margin-bottom: 60px;
  }
}
.p-bonus__swiper {
  width: 100%;
}
.p-bonus .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-bonus__swiperItem img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-bonus__swiperItem.--01 {
    max-width: 343px;
    width: 30vw;
    margin-top: min(69px, 6vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__swiperItem.--01 {
    width: 172px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-bonus__swiperItem.--02 {
    max-width: 280px;
    width: 24.5vw;
    margin-top: min(135px, 11.8vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__swiperItem.--02 {
    width: 140px;
    margin-top: 68px;
  }
}
@media screen and (min-width: 768px) {
  .p-bonus__swiperItem.--03 {
    max-width: 280px;
    width: 24.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__swiperItem.--03 {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .p-bonus__swiperItem.--04 {
    max-width: 320px;
    width: 28vw;
    margin-top: min(80px, 7vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__swiperItem.--04 {
    width: 160px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-bonus__swiperItem.--05 {
    max-width: 260px;
    width: 22.8vw;
    margin-top: min(30px, 2.7vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__swiperItem.--05 {
    width: 130px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-bonus__swiperItem.--06 {
    max-width: 280px;
    width: 24.5vw;
    margin-top: min(112px, 9.8vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__swiperItem.--06 {
    width: 140px;
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-bonus__swiperItem.--07 {
    max-width: 280px;
    width: 24.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__swiperItem.--07 {
    width: 140px;
    margin-top: 57px;
  }
}
@media screen and (min-width: 768px) {
  .p-bonus__swiperItem.--08 {
    max-width: 280px;
    width: 24.5vw;
    margin-top: min(113px, 9.9vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__swiperItem.--08 {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .p-bonus__swiperItem.--09 {
    max-width: 280px;
    width: 24.5vw;
    margin-top: min(70px, 6.2vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__swiperItem.--09 {
    width: 140px;
    margin-top: 35px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-bonus__loop {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-bonus__loop {
    font-size: 155px;
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__loop {
    font-size: 100px;
  }
}
.p-bonus__loopBox {
  animation: loop 200s linear infinite;
  display: flex;
}
.p-bonus__loopItem {
  white-space: nowrap;
  margin-left: 40px;
}
.p-bonus__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-bonus__bonus {
    margin: 40px auto 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-bonus__bonus {
    margin: 40px auto 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-bonus__bonus {
    width: 400px;
  }
  .p-bonus__bonus img {
    width: 100%;
    height: 100%;
  }
}
.p-bonus__plus {
  background: url(../images/icon-plus.svg) center center/cover;
}
@media screen and (min-width: 768px) {
  .p-bonus__plus {
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;
  }
}
.p-bonus-list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-bonus-list {
    margin: 24px auto 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-bonus-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-bonus-list {
    margin: 16px auto 0;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-bonus-listItem {
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-bonus-listItem {
    height: 70px;
    padding: 12px 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-bonus-listItem {
    padding: 16px;
  }
}
.p-bonus-listItemName {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-bonus-listItemName {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-bonus-listItemName {
    font-size: 14.2222222222px;
  }
}
.p-bonus-listItemName::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #2F2725;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-bonus-listItemPrice {
  color: #A08626;
  text-align: right;
  flex-shrink: 0;
}
.p-bonus-listItemPrice .num {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-bonus-listItemPrice .num {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-bonus-listItemPrice .num {
    font-size: 21.3333333333px;
  }
}
.p-bonus-listItemPrice .unit {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-bonus-listItemPrice .unit {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-bonus-listItemPrice .unit {
    font-size: 14.2222222222px;
  }
}

.p-about {
  position: relative;
}
.p-about::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, #F8F5F2 100%);
  position: absolute;
  bottom: 0;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p-about::after {
    height: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about::after {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .p-about::after {
    height: 30vh;
  }
}
@media screen and (min-width: 768px) {
  .p-about {
    padding: 104px 0 263px;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 0 0 160px;
  }
}
.p-about__wave {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about__wave.--01 {
    width: 83vw;
    top: 42px;
    left: -23%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__wave.--01 {
    width: 120%;
    top: 18%;
    right: 0;
  }
}
@media screen and (min-width: 1101px) {
  .p-about__wave.--02 {
    width: 83vw;
    top: 70px;
    right: -18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__wave.--02 {
    top: 50%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__wave.--02 {
    width: 120%;
    top: 50%;
    right: 0;
  }
}
.p-about__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 0 16px;
  }
}
.p-about__list {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-about__list {
    align-items: flex-start;
    gap: 64px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__list {
    width: 600px;
    margin-inline: auto;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__list {
    margin-bottom: 40px;
  }
}
.p-about__item {
  display: flex;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-about__item {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 1100px) {
  .p-about__item {
    flex-direction: column-reverse;
    align-items: start;
  }
}
@media screen and (min-width: 1101px) {
  .p-about__item + .p-about__item {
    margin-top: 130px;
  }
}
@media (max-width: 1100px) {
  .p-about__item + .p-about__item {
    margin-top: 80px;
  }
}
.p-about__content {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-about__content {
    flex: 1;
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__content {
    margin-top: -12px;
  }
}
.p-about__num {
  font-family: "Noto Serif JP", serif;
  color: #ECE7D4;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about__num {
    font-size: 80px;
    top: -60px;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__num {
    font-size: 60px;
    top: -60px;
    left: -10px;
  }
}
.p-about__label {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-about__label {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__label {
    font-size: 14.2222222222px;
    margin-bottom: 8px;
  }
}
.p-about__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #A08626;
}
@media screen and (min-width: 768px) {
  .p-about__heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__heading {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__heading {
    font-size: 25.6px;
    margin-bottom: 24px;
  }
}
.p-about__desc {
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}
@media screen and (min-width: 1101px) {
  .p-about__desc {
    font-size: 18.2857142857px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    font-size: 14.2222222222px;
  }
}
@media screen and (min-width: 1101px) {
  .p-about__desc p {
    margin-bottom: 16px;
  }
}
@media (max-width: 1100px) {
  .p-about__desc p {
    margin-bottom: 16px;
  }
}
.p-about__desc p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-about__note {
    font-size: 14.2222222222px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__note {
    font-size: 12.8px;
  }
}
.p-about__image {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-about__image {
    width: 490px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__image {
    width: 360px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-about__image {
    width: 100%;
    max-width: 375px;
    margin-bottom: 48px;
  }
}
.p-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-banner__main {
  margin-bottom: 24px;
  background: radial-gradient(56.93% 148.78% at -23.82% 11.79%, rgba(248, 245, 242, 0.42) 0%, rgba(248, 245, 242, 0.32) 68.45%, rgba(248, 245, 242, 0.06) 87.98%, rgba(115, 115, 115, 0) 100%);
}
.p-banner__link {
  text-decoration: none;
  transition: opacity 0.3s;
  border-radius: 10px;
  box-shadow: 4px 4px 12px 0 rgba(61, 52, 22, 0.1);
  position: relative;
}
.p-banner__link::after {
  content: "";
  display: block;
  background: url(../images/icon-arrow-y.svg) center center/contain;
}
@media screen and (min-width: 768px) {
  .p-banner__link::after {
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-banner__link::after {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__link::after {
    width: 32px;
    height: 32px;
  }
}
.p-banner__link.--main {
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 768px) {
  .p-banner__link.--main {
    padding: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-banner__link.--main {
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__link.--main {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__link.--main::after {
    position: absolute;
    right: 20px;
  }
}
.p-banner__link.--small {
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-banner__link.--small {
    padding: 30px 32px;
    height: 100%;
  }
}
@media (max-width: 1100px) {
  .p-banner__link.--small {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__link.--small {
    padding: 20px 24px;
  }
}
.p-banner__link.--small::after {
  position: absolute;
  right: 30px;
  top: 32px;
}
@media (max-width: 1100px) {
  .p-banner__link.--small::after {
    right: 24px;
    top: 20px;
  }
}
.p-banner__link:hover {
  opacity: 0.8;
}
.p-banner__linkInner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-banner__linkInner {
    gap: 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__linkInner {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-banner__logo {
    width: 67px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__logo {
    width: 50px;
  }
}
.p-banner__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-banner__label {
    font-size: 18.2857142857px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__label {
    font-size: 18.2857142857px;
  }
}
.p-banner__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-banner__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.p-recruitment {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruitment {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment {
    padding-bottom: 60px;
  }
}
.p-recruitment::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/wave.svg) center right/cover;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-recruitment::before {
    height: 300px;
    bottom: calc(100% - 75px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-recruitment::before {
    height: 200px;
    bottom: calc(100% - 2px);
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment::before {
    height: 150px;
    bottom: calc(100% - 20px);
  }
}
.p-recruitment__band {
  cursor: pointer;
  background: #E9F2F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #25557E;
  padding: 18px 24px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__band {
    padding: 12px;
    gap: 12px;
    flex-direction: column;
  }
}
.p-recruitment__bandInner {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-recruitment__bandInner {
    display: flex;
  }
}
.p-recruitment__type {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruitment__type {
    gap: 12px;
    margin-bottom: 8px;
  }
}
.p-recruitment__typeName {
  display: block;
  width: 118px;
  height: 60px;
  align-content: center;
  text-align: center;
  color: #fff;
  background: #25557E;
  border-radius: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-recruitment__typeName {
    width: 98px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment__typeName {
    width: 80px;
    height: 48px;
  }
}
.p-recruitment__places {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-recruitment__places {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  .p-recruitment__places {
    flex-wrap: wrap;
    gap: 8px 0;
    margin-top: 12px;
  }
}
.p-recruitment__place {
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.p-recruitment__place:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #2F2725;
  position: absolute;
  right: 0;
}
.p-recruitment__close {
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recruitment__close {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment__close {
    width: 32px;
    height: 32px;
  }
}
.p-recruitment__container.is-open .p-recruitment__close {
  transform: rotate(180deg);
}
.p-recruitment__content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.5s ease;
}
.p-recruitment__container.is-open .p-recruitment__content {
  max-height: 2000px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-recruitment__list {
    margin-bottom: 53px;
  }
}
.p-recruitment__listItem {
  display: flex;
  border-bottom: 1px solid #D3DDE5;
}
@media screen and (min-width: 768px) {
  .p-recruitment__listItem {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment__listItem {
    padding: 12px 0;
  }
}
.p-recruitment__term {
  color: #25557E;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-recruitment__term {
    width: 168px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment__term {
    width: 88px;
    font-size: 15px;
  }
}
.p-recruitment__desc {
  font-family: "Noto Sans JP", serif;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-recruitment__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment__desc {
    font-size: 14px;
  }
}
.p-recruitment__descHeading {
  color: #25557E;
  font-weight: 600;
}

.p-form {
  background: #F1F7FA;
}
@media screen and (min-width: 768px) {
  .p-form {
    padding: 120px 0 90px;
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 80px 0 60px;
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-form__desc {
    margin-bottom: 86px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-form__desc {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-form__content {
    max-width: 1040px;
    margin: 0 auto;
  }
}

.p-contact {
  width: 100%;
  min-height: 100vh;
}
.p-contact__inner {
  width: 100%;
  height: 100vh;
  align-content: center;
}
.p-contact__text {
  text-align: center;
  margin-top: 64px;
}

.u-c-wh {
  color: #fff !important;
}
.u-c-01 {
  color: #2F2725 !important;
}
.u-c-02 {
  color: #A08626 !important;
}
.u-c-03 {
  color: #25557E !important;
}
.u-c-04 {
  color: #BECCD8 !important;
}

.u-bg-wh {
  background-color: #fff !important;
}
.u-bg-01 {
  background-color: #E2DBBE !important;
}
.u-bg-02 {
  background-color: #D3DDE5 !important;
}

.u-bd-wh {
  border-color: #fff;
}
.u-bd-01 {
  border-color: #E2DBBE !important;
}
.u-bd-02 {
  border-color: #D3DDE5 !important;
}

.u-align-c {
  text-align: center !important;
}

.u-align-l {
  text-align: left !important;
}

.u-align-r {
  text-align: right !important;
}

.u-valign-t {
  vertical-align: top !important;
}

.u-valign-m {
  vertical-align: middle !important;
}

.u-valign-b {
  vertical-align: bottom !important;
}

@media screen and (min-width: 768px) {
  .u-mt-1 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-1 {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-1 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-1 {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-1 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-1 {
    padding-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-1 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-1 {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-p-1 {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .u-p-1 {
    padding: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-2 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-2 {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-2 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-2 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-2 {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-2 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-2 {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-p-2 {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .u-p-2 {
    padding: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-3 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-3 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-3 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-3 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-3 {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-3 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-3 {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-p-3 {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .u-p-3 {
    padding: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-4 {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-4 {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-4 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-4 {
    padding-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-4 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-4 {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-p-4 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-p-4 {
    padding: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-5 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-5 {
    margin-top: 44.8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-5 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-5 {
    margin-bottom: 44.8px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-5 {
    padding-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-5 {
    padding-top: 44.8px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-5 {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-5 {
    padding-bottom: 44.8px;
  }
}

@media screen and (min-width: 768px) {
  .u-p-5 {
    padding: 64px;
  }
}
@media screen and (max-width: 767px) {
  .u-p-5 {
    padding: 44.8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-6 {
    margin-top: 104px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-6 {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-6 {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-6 {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-6 {
    padding-top: 104px;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-6 {
    padding-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-6 {
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-6 {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-p-6 {
    padding: 104px;
  }
}
@media screen and (max-width: 767px) {
  .u-p-6 {
    padding: 52px;
  }
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .u-align-c-pc {
    text-align: center !important;
  }
}

.align-l {
  text-align: left !important;
}

.u-lh200 {
  line-height: 2 !important;
}

@media screen and (min-width: 768px) {
  .u-text-10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-33 {
    font-size: calc(33 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-34 {
    font-size: calc(34 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-35 {
    font-size: calc(35 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-36 {
    font-size: calc(36 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-37 {
    font-size: calc(37 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-38 {
    font-size: calc(38 * 0.0625rem) !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-39 {
    font-size: calc(39 * 0.0625rem) !important;
  }
}
.u-wysiwyg {
  overflow: hidden;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg {
    font-size: 0.95rem;
  }
}
.u-wysiwyg p:not(:last-child) {
  margin-bottom: 2.2em;
}
.u-wysiwyg pre {
  display: block;
}
.u-wysiwyg a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #264885;
}
.u-wysiwyg a:hover {
  text-decoration: none;
}
.u-wysiwyg a img {
  transition: 0.2s;
}
.u-wysiwyg a img:hover {
  opacity: 0.8;
}
.u-wysiwyg a[data-type=attachment]::after {
  font-family: "Material Icons";
  content: "picture_as_pdf";
  color: #dd0b20;
  padding-left: 8px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg a[data-type=attachment]::after {
    font-size: 25.6px;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg a[data-type=attachment]::after {
    font-size: 18.2857142857px;
  }
}
.u-wysiwyg a[target=_blank]::after {
  font-family: "Material Icons";
  content: "open_in_new";
  text-decoration: none;
}
.u-wysiwyg h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
}
.u-wysiwyg h2 {
  margin-top: 2.5em;
  margin-bottom: 1.8em;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 2px solid #ddeaf6;
  padding-bottom: 24px;
  position: relative;
  padding-left: 24px;
}
.u-wysiwyg h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 6px;
  height: calc(100% - 34px);
  background: #264885;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg h2 {
    font-size: 1.3rem;
  }
}
.u-wysiwyg h3 {
  margin-top: 1.2em;
  margin-bottom: 24px;
  line-height: 1.7;
  position: relative;
  font-weight: bold;
  border-bottom: 2px solid #264885;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg h3 {
    font-size: 1.2rem;
  }
}
.u-wysiwyg h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
  background: #F5F8FB;
  padding: 8px 16px;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg h4 {
    font-size: 1.1rem;
  }
}
.u-wysiwyg h5, .u-wysiwyg h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.1rem;
  }
}
.u-wysiwyg ul {
  margin-left: 2em;
  margin-bottom: 1em;
  list-style-type: disc !important;
}
.u-wysiwyg ul li {
  list-style-type: disc !important;
  margin-top: 0.3em;
}
.u-wysiwyg ul li::marker {
  color: #264885;
}
.u-wysiwyg ol {
  margin-left: 2em;
  margin-bottom: 1em;
  list-style-type: decimal !important;
}
.u-wysiwyg ol li {
  list-style-type: decimal !important;
  margin-top: 0.3em;
}
.u-wysiwyg ol li::marker {
  color: #264885;
  font-family: "Noto Serif JP", serif;
}
.u-wysiwyg li > ol {
  margin-left: 2em;
}
.u-wysiwyg em {
  font-weight: normal;
}
.u-wysiwyg blockquote {
  background: #F5F8FB;
  margin-top: 1em;
  margin-bottom: 1em;
  word-wrap: break-word;
}
.u-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg blockquote {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}
.u-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.u-wysiwyg .alignright {
  float: right;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg .alignright {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.u-wysiwyg .alignleft {
  float: left;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg .alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.u-wysiwyg .wp-caption,
.u-wysiwyg figcaption {
  margin-top: 0.5em;
  font-size: 0.85rem;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg .is-style-scroll {
    overflow-x: auto;
  }
  .u-wysiwyg .is-style-scroll table {
    width: 1200px;
  }
  .u-wysiwyg .is-style-scroll:before {
    content: "（この表は横にスクロールできます）";
    display: block;
  }
}
.u-wysiwyg table {
  width: 100%;
  margin-bottom: 40px;
}
.u-wysiwyg table thead th, .u-wysiwyg table thead td {
  background: #F5F8FB;
  font-weight: bold;
}
.u-wysiwyg table th, .u-wysiwyg table td {
  border: 1px solid #cccccc;
  padding: 0.8em;
  vertical-align: top;
}
.u-wysiwyg table th {
  background: #f7f9fc;
}
.u-wysiwyg table .colored th {
  background: #edf4fa;
}
.u-wysiwyg table .colored td {
  background: #f7f9fc;
}
.u-wysiwyg table th {
  font-weight: bold;
}
.u-wysiwyg figure {
  margin-bottom: 1em !important;
}
.u-wysiwyg hr {
  margin: 2em 0;
}
.u-wysiwyg .wp-block-embed-youtube iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: calc(59vw - 70px);
  }
}
.u-wysiwyg .material-icons-outlined {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .wp-block-columns {
    display: grid;
    gap: 20px;
  }
}

.wp-block-image img {
  border-radius: 16px;
}

.u-link {
  word-break: break-all;
  text-decoration: underline !important;
}
.u-link:hover {
  text-decoration: none !important;
}

.u-bdt {
  border-top: 1px solid #ddeaf6;
}
