@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*margin: 0;*/
}

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

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

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #313131;
}

.wrapper {
  overflow-x: hidden;
}
.wrapper.of_non {
  overflow: visible;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
}

a, span {
  display: inline-block;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  max-width: 100%;
}

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

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  /*border-radius: 5px;*/
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  margin: 1% auto;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #BCBCBC;
}

input::-moz-placeholder {
  color: #BCBCBC;
}

input:-ms-input-placeholder {
  color: #BCBCBC;
}

input::-ms-input-placeholder {
  color: #BCBCBC;
}

input::placeholder {
  color: #BCBCBC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  font-weight: 500;
}

summary {
  list-style: none;
  background: #dedede;
  padding: 5px 1rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
body.top .l-header {
  background: none;
}
body.top .l-header.fixed {
  background: -webkit-gradient(linear, left top, right top, from(#d8eef9), to(#b2ddf3));
  background: linear-gradient(90deg, #d8eef9, #b2ddf3);
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 0 25px;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, from(#d8eef9), to(#b2ddf3));
  background: linear-gradient(90deg, #d8eef9, #b2ddf3);
}
.l-header.fixed {
  background: -webkit-gradient(linear, left top, right top, from(#d8eef9), to(#b2ddf3));
  background: linear-gradient(90deg, #d8eef9, #b2ddf3);
}
.l-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .logo {
  width: 17%;
  max-width: 215px;
}
.l-header .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header #g-nav {
  position: relative;
  width: 80%;
}
.l-header #g-nav .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.l-header #g-nav .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
}
.l-header #g-nav .menu ul li {
  margin: 0 1%;
  padding: 5px;
}
.l-header #g-nav .menu ul li a {
  text-align: center;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 0.442vw + 1.234rem, 1.8rem);
}
.l-header #g-nav .menu ul li ul {
  display: none;
  background: #c7e6f6;
  position: absolute;
  top: auto;
  padding: 10px;
  min-width: 200px;
}
.l-header #g-nav .menu ul li ul li {
  margin: 10px 0 15px;
}
.l-header #g-nav .menu ul li:hover ul {
  display: block;
}
.l-header #g-nav .menu ul li a.entry {
  background: #F2E400;
  color: #29ABE2;
  font-weight: 600;
  border-radius: 50px;
  padding: 14px 2.4em;
}
.l-header .openbtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    padding: 0 15px;
  }
  .l-header__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header .logo {
    width: auto;
    max-width: 98px;
  }
  .l-header #g-nav {
    position: fixed;
    z-index: 998;
    top: 0;
    right: -375px;
    left: auto;
    width: 375px;
    height: 100%;
    background: #1D2D64;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    padding: 50px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .l-header #g-nav.panelactive {
    right: 0;
  }
  .l-header #g-nav-list {
    height: 100%;
    overflow-y: scroll;
  }
  .l-header #g-nav .menu {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .l-header #g-nav .menu ul {
    display: block;
    margin: 0 auto 0;
  }
  .l-header #g-nav .menu ul li {
    margin: 10px 0;
    line-height: 1.8;
  }
  .l-header #g-nav .menu ul li a {
    color: #fff;
  }
  .l-header #g-nav .menu ul li ul {
    display: block;
    margin-left: 1em;
    margin-bottom: 20px;
    background: none;
    position: relative;
    top: auto;
    padding: 0;
    min-width: auto;
  }
  .l-header #g-nav .menu ul li ul li {
    margin: 10px 0;
  }
  .l-header #g-nav .menu ul li:hover ul {
    display: block;
  }
  .l-header #g-nav .menu ul li a.entry {
    width: 100%;
    padding: 14px 2.4em;
    margin: 30px auto;
  }
  .l-header a.tab-entry {
    background: #F2E400;
    color: #29ABE2;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px;
    width: 88px;
    font-size: 1.6rem;
    text-align: center;
    margin-right: 50px;
  }
  .l-header {
    /*========= ボタンのためのCSS ===============*/
  }
  .l-header .openbtn {
    display: block;
    position: absolute;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 14px;
    right: 0;
    cursor: pointer;
    width: 30px;
    height: 28px;
    border-radius: 10px;
  }
  .l-header {
    /*×に変化*/
  }
  .l-header .openbtn span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    width: 100%;
  }
  .l-header .openbtn span:nth-of-type(1) {
    top: 0px;
  }
  .l-header .openbtn span:nth-of-type(2) {
    top: 14px;
  }
  .l-header .openbtn span:nth-of-type(3) {
    top: 28px;
  }
  .l-header .openbtn.is-active span:nth-of-type(1) {
    top: 7px;
    -webkit-transform: translateY(7px) rotate(-225deg);
            transform: translateY(7px) rotate(-225deg);
  }
  .l-header .openbtn.is-active span:nth-of-type(2) {
    display: none;
  }
  .l-header .openbtn.is-active span:nth-of-type(3) {
    top: 27px;
    -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg);
  }
}
@media screen and (max-width: 480px) {
  .l-header a.tab-entry {
    padding: 3px 10px;
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  background: #1D2D64;
  color: #fff;
  padding: 30px 50px;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__logo {
  width: 25%;
}
.l-footer__logo img {
  width: 100%;
  max-width: 215px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__logo p {
  font-size: 1.6rem;
  margin: 10px 0;
}
.l-footer__menu {
  width: 75%;
}
.l-footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}
.l-footer__menu ul li {
  margin: 0 1.5%;
}
.l-footer__menu ul li a {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
  margin-bottom: 20px;
}
.l-footer__menu ul li a.top {
  color: #29ABE2;
}
.l-footer__menu ul li a.entry {
  color: #D9E021;
}
.l-footer__menu ul li ul {
  display: block;
}
.l-footer__menu ul li ul li a {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
  margin-bottom: 10px;
}
.l-footer p.copyright {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-footer__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer__logo img {
    width: 100%;
    max-width: 180px;
  }
  .l-footer__logo p {
    font-size: 1.6rem;
    margin: 10px;
  }
  .l-footer__menu {
    width: 100%;
  }
  .l-footer__menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto;
  }
  .l-footer__menu ul li {
    margin: 0 1.5%;
  }
  .l-footer__menu ul li a {
    margin-bottom: 15px;
  }
  .l-footer__menu ul li ul {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding: 30px 20px;
  }
  .l-footer__logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__logo img {
    max-width: 110px;
  }
  .l-footer__logo p {
    font-size: 1.3rem;
    margin: 0 auto 0 10px;
    line-height: 1.5;
  }
  .l-footer__menu {
    width: 100%;
  }
  .l-footer__menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer__menu ul li {
    margin: 0;
  }
  .l-footer__menu ul li.sp-w20 {
    width: 20%;
  }
  .l-footer__menu ul li.sp-ml20 {
    margin-left: 20%;
    margin-top: 20px;
    width: 80%;
  }
  .l-footer__menu ul li a {
    margin-bottom: 15px;
  }
  .l-footer__menu ul li ul {
    display: block;
    margin: 0 auto;
  }
  .l-footer__menu ul li ul li:first-child {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-inner02 {
  position: relative;
  width: 100%;
  max-width: 936px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-inner {
    width: 96%;
  }
  .l-inner02 {
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  .l-inner {
    width: 96%;
  }
  .l-inner02 {
    width: 90%;
  }
}
/*----------------------------------------------------------------------------------------
top.scss
----------------------------------------------------------------------------------------*/
.p-top-mv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__cnts {
  text-align: center;
}
.p-top__cnts-txt {
  font-size: 2rem;
  font-size: clamp(1.7rem, 0.586vw + 1.25rem, 2rem);
  font-weight: 500;
  line-height: 2.4;
  margin: 30px auto;
}
.p-top__cnts-txt.mt00 {
  margin-top: 0;
}
.p-top__cnts-txt.mb00 {
  margin-bottom: 0;
}
.p-top__cnts-txt.bdr {
  width: 15em;
  border-bottom: 4px double #60AEE6;
  line-height: 1.2;
  margin-top: 50px;
}

.p-top-whats {
  position: relative;
  background-image: url(../images/top/pc/bg_01.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
  padding: 200px 0;
}
.p-top-whats h2 {
  font-family: "DM Serif Text", serif;
  font-size: 6.5rem;
  font-weight: 400;
  color: #1D2D64;
  position: relative;
  padding-left: 10%;
  font-size: clamp(3.5rem, 5.859vw - 1rem, 6.5rem);
}
.p-top-whats h2 .bdr {
  display: block;
  content: "";
  border: 2px solid #1D2D64;
  width: 9%;
  position: absolute;
  left: 0;
  top: 49%;
}
.p-top-whats p {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
  line-height: 2.1111111111;
}
.p-top-whats p.title {
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin: 50px 0;
  font-size: clamp(2rem, 0.977vw + 1.25rem, 2.5rem);
}
.p-top-whats p.title span {
  color: #0071BC;
}
.p-top-whats .on_img {
  position: absolute;
  right: 0;
  bottom: -42%;
  width: 85%;
  max-width: 1084px;
}

.p-top-btn {
  position: relative;
  z-index: 2;
  margin: 20px 0 15%;
}
.p-top-btn ul {
  width: 252px;
}
.p-top-btn ul li {
  margin: 10px auto;
}
.p-top-btn ul li a {
  background: #1d2d64;
  border: 2px solid #60AEE6;
  border-radius: 28px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.9rem;
  padding: 16px;
}

.p-top-voice {
  position: relative;
  margin-top: 50px;
  padding: 30px 0 0;
}
.p-top-voice h2 {
  font-family: "DM Serif Text", serif;
  font-size: 4.9rem;
  font-weight: 400;
  color: #1D2D64;
  position: relative;
  padding-left: 10%;
  line-height: 0;
  font-size: clamp(3.2rem, 3.32vw + 0.65rem, 4.9rem);
}
.p-top-voice h2 p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-weight: 900;
  font-size: clamp(3.5rem, 4.102vw + 0.35rem, 5.6rem);
}
.p-top-voice h2 p span {
  color: #0071bc;
}
.p-top-voice p {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
  line-height: 2.1111111111;
}
.p-top-voice p.title {
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin: 50px 0;
  font-size: clamp(2rem, 0.977vw + 1.25rem, 2.5rem);
}
.p-top-voice p.title span {
  color: #0071BC;
}
.p-top-voice .p-top-btn {
  margin: 20px 0;
}
.p-top-voice .on_img02 {
  position: absolute;
  left: 40%;
  top: -23%;
  z-index: -1;
}
.p-top-voice .on_img03 {
  position: absolute;
  right: 9%;
  top: -10%;
}

.p-bg img {
  width: 100%;
  max-width: 100%;
}

.p-top-message {
  position: relative;
  margin-top: 50px;
  padding: 30px 0 0;
}
.p-top-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12.5% 0 0;
}
.p-top-message__flex-img {
  position: relative;
  width: 38%;
}
.p-top-message__flex-img img {
  width: 100%;
  max-width: 100%;
}
.p-top-message__flex-img .on_img04 {
  position: absolute;
  right: -20%;
  bottom: -6%;
}
.p-top-message__flex-txt {
  text-align: right;
  width: 62%;
}
.p-top-message h2 {
  font-family: "DM Serif Text", serif;
  font-size: 4.9rem;
  font-weight: 400;
  color: #1D2D64;
  position: relative;
  line-height: 0;
  font-size: clamp(3.2rem, 3.32vw + 0.65rem, 4.9rem);
}
.p-top-message h2 p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-weight: 900;
  font-size: clamp(3.5rem, 4.102vw + 0.35rem, 5.6rem);
}
.p-top-message h2 p span {
  color: #0071bc;
}
.p-top-message p {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
  line-height: 2.1111111111;
}
.p-top-message p.title {
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin: 10px 0;
  font-size: clamp(2rem, 0.977vw + 1.25rem, 2.5rem);
}
.p-top-message p.title span {
  color: #0071BC;
}
.p-top-message .p-top-btn {
  margin: 20px 0;
}
.p-top-message .p-top-btn ul {
  margin: 0 0 0 auto;
}

.p-top-charm {
  position: relative;
  background-image: url(../images/top/pc/bg_02.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 400px 0 100px;
  margin-top: 20px;
}
.p-top-charm h2 {
  font-family: "DM Serif Text", serif;
  font-size: 4.9rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 10%;
  line-height: 0;
  font-size: clamp(3.2rem, 3.32vw + 0.65rem, 4.9rem);
}
.p-top-charm h2 p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-weight: 900;
  font-size: clamp(3.5rem, 4.102vw + 0.35rem, 5.6rem);
}
.p-top-charm h2 p span {
  color: #0071bc;
}
.p-top-charm p {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
  line-height: 2.1111111111;
}
.p-top-charm p.title {
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin: 0 0 30px;
  color: #1B144A;
  font-size: clamp(2rem, 0.977vw + 1.25rem, 2.5rem);
}
.p-top-charm .p-top-btn {
  margin: 50px 0 15%;
}
.p-top-charm .p-top-btn ul li a {
  background: #F2E400;
  color: #29ABE2;
}
.p-top-charm .on_img05 {
  position: absolute;
  right: -5%;
  top: 18%;
  width: 68%;
  max-width: 862px;
}

.p-top-entry {
  position: relative;
  background-image: url(../images/top/bg_03.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  padding: 100px 0 80px;
}
.p-top-entry h2 {
  font-family: "DM Serif Text", serif;
  font-size: 5.6rem;
  font-weight: 400;
  color: #1d2d64;
  position: relative;
  font-size: clamp(3.5rem, 4.102vw + 0.35rem, 5.6rem);
}
.p-top-entry h2 p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 900;
}
.p-top-entry h2 p span {
  color: #0071bc;
}
.p-top-entry p {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
  line-height: 2.1111111111;
}
.p-top-entry p.title {
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin: 0 auto 20px;
  font-size: clamp(2rem, 0.977vw + 1.25rem, 2.5rem);
}
.p-top-entry .p-top-btn {
  margin: 30px auto 0;
}
.p-top-entry .p-top-btn ul {
  margin: 0 auto;
}
.p-top-entry .p-top-btn ul li a {
  background: #F2E400;
  color: #29ABE2;
}

@media screen and (min-width: 1281px) {
  .p-top-mv {
    min-height: 862px;
  }
  .p-top-mv img {
    min-height: 862px;
  }
  .p-top-whats {
    background-image: url(../images/top/bg_01.png);
    background-size: cover;
  }
  .p-top-charm {
    background-image: url(../images/top/bg_02.png);
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-top__cnts-txt {
    line-height: normal;
    margin: 30px auto;
  }
  .p-top__cnts-txt.mt00 {
    margin-top: 0;
  }
  .p-top__cnts-txt.mb00 {
    margin-bottom: 30px;
  }
  .p-top__cnts-txt.bdr {
    margin: 30px auto;
  }
  .p-top-whats {
    background-size: auto 100%;
    margin-top: 50px;
    padding: 140px 0;
  }
  .p-top-whats h2 {
    padding-left: 0;
  }
  .p-top-whats h2 .bdr {
    border: 1px solid #1D2D64;
    top: auto;
    bottom: -5px;
    left: -3%;
  }
  .p-top-whats p {
    line-height: normal;
  }
  .p-top-whats p.title {
    margin: 30px 0;
  }
  .p-top-whats .on_img {
    bottom: -40%;
  }
  .p-top-voice {
    position: relative;
    margin-top: 50px;
    padding: 30px 0 0;
  }
  .p-top-voice h2 {
    padding-left: 0;
  }
  .p-top-voice p {
    line-height: normal;
  }
  .p-top-voice p.title {
    margin: 30px 0;
  }
  .p-top-voice .on_img02 {
    position: absolute;
    left: 32%;
    top: -23%;
    z-index: -1;
    width: 30%;
  }
  .p-top-voice .on_img03 {
    position: absolute;
    right: -5%;
    top: -16%;
    width: 30%;
  }
  .p-top-message {
    margin-top: 30px;
  }
  .p-top-message__flex {
    margin: 0;
  }
  .p-top-charm {
    background-size: auto 100%;
    margin-top: 0;
    padding: 300px 0 100px;
  }
  .p-top-charm h2 {
    padding-left: 0;
    line-height: normal;
  }
  .p-top-charm p {
    line-height: normal;
  }
  .p-top-charm p.title {
    margin: 30px 0;
  }
  .p-top-charm .p-top-btn {
    margin: 50px 0 0;
  }
  .p-top-charm .on_img05 {
    position: relative;
    right: 0;
    width: 80%;
    margin: 0 0 0 20%;
  }
  .p-top-entry {
    background-size: 105% auto;
  }
}
@media screen and (max-width: 480px) {
  .p-top__cnts {
    margin: 30px auto 0;
  }
  .p-top__cnts-txt {
    line-height: normal;
    margin: 30px auto;
  }
  .p-top__cnts-txt.mt00 {
    margin-top: 0;
  }
  .p-top__cnts-txt.mb00 {
    margin: 10px auto 30px;
  }
  .p-top__cnts-txt.bdr {
    margin: 30px auto 10px;
  }
  .p-top-whats {
    background-image: url(../images/top/sp/bg_01.png);
    background-size: 100% 100%;
    margin-top: 30px;
    padding: 70px 0 50px;
  }
  .p-top-whats h2 {
    padding-left: 5%;
  }
  .p-top-whats .on_img {
    position: relative;
    bottom: 20px;
    left: -2%;
    width: 104%;
  }
  .p-top-btn {
    margin: 20px auto 15%;
  }
  .p-top-btn ul {
    margin: 0 auto;
  }
  .p-top-btn ul li {
    margin: 10px auto;
  }
  .p-top-btn ul li a {
    background: #1d2d64;
    border: 2px solid #60AEE6;
    border-radius: 28px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.9rem;
    padding: 16px;
  }
  .p-top-voice {
    position: relative;
    margin-top: 50px;
    padding: 30px 0 0;
  }
  .p-top-voice h2 {
    padding-left: 5%;
    line-height: normal;
  }
  .p-top-voice p {
    line-height: normal;
  }
  .p-top-voice p.title {
    margin: 30px 0;
  }
  .p-top-voice .on_img02 {
    position: absolute;
    left: auto;
    right: -3%;
    top: -15%;
    z-index: -1;
    width: 100%;
    max-width: 225px;
  }
  .p-top-message {
    margin-top: 30px;
  }
  .p-top-message .sp-title {
    width: 100%;
    text-align: right;
    line-height: normal;
  }
  .p-top-message__flex {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-message__flex-img {
    width: 90%;
    margin: 20px auto 30px;
  }
  .p-top-message__flex-img img {
    max-width: 175px;
  }
  .p-top-message__flex-img .on_img04 {
    position: absolute;
    right: 0;
    bottom: -6%;
  }
  .p-top-message__flex-txt {
    width: 100%;
  }
  .p-top-message p {
    line-height: normal;
  }
  .p-top-message .p-top-btn {
    margin: 20px auto;
  }
  .p-top-message .p-top-btn ul {
    margin: 0 auto;
  }
  .p-top-charm {
    background-image: url(../images/top/sp/bg_02.png);
    background-size: 100% 100%;
    padding: 150px 0 50px;
    text-align: center;
  }
  .p-top-charm h2 {
    text-align: left;
    padding-left: 5%;
  }
  .p-top-charm p {
    text-align: left;
  }
  .p-top-charm p.title {
    margin: 20px 0;
  }
  .p-top-charm .p-top-btn {
    margin: 30px auto 30px;
  }
  .p-top-charm .on_img05 {
    position: relative;
    right: 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .p-top-entry {
    background-size: 105% auto;
    padding: 50px 0;
  }
  .p-top-entry p {
    line-height: normal;
  }
}
/*----------------------------------------------------------------------------------------
company.scss
----------------------------------------------------------------------------------------*/
.p-about {
  padding: 150px 0;
}
.p-about h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  text-align: center;
  font-size: 5rem;
  margin-bottom: 100px;
  font-size: clamp(4rem, 1.105vw + 3.586rem, 5rem);
}
.p-about dl {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-about dl dt {
  width: 28%;
  border-bottom: 1px solid #60AEE6;
  padding: 20px 10px 10px;
  vertical-align: middle;
}
.p-about dl dd {
  width: 69%;
  border-bottom: 2px dotted #60AEE6;
  padding: 20px 20px 10px;
}

@media screen and (max-width: 480px) {
  .p-about {
    padding: 70px 0;
  }
  .p-about h2 {
    margin-bottom: 60px;
  }
  .p-about dl {
    border-top: 1px solid #60AEE6;
  }
  .p-about dl dt {
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 1.8rem;
  }
  .p-about dl dd {
    width: 100%;
    border-bottom: 2px dotted #60AEE6;
    padding: 10px;
  }
  .p-about dl dd:last-child {
    border-bottom: 1px solid #60AEE6;
  }
}
/*----------------------------------------------------------------------------------------
business.scss
----------------------------------------------------------------------------------------*/
.p-business {
  padding: 150px 0;
}
.p-business h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  text-align: center;
  font-size: 4.3rem;
  margin-bottom: 100px;
  font-size: clamp(4rem, 0.331vw + 3.876rem, 4.3rem);
}
.p-business .tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  font-size: clamp(1.4rem, 0.663vw + 1.151rem, 2rem);
}
.p-business .tab_area .tab {
  width: 31%;
  text-align: center;
  background: #1d2d64;
  border-radius: 30px;
  padding: 12px 10px;
}
.p-business .tab_area .tab.active {
  background: #D9E021;
}
.p-business .tab_content {
  padding: 60px 0;
  display: none;
}
.p-business .tab_content.show {
  display: block;
}
.p-business .tab_content h3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #1D2D64;
  font-weight: 600;
  font-size: clamp(3.6rem, 1.547vw + 3.02rem, 5rem);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.p-business .tab_content h3::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 2.5em;
  border-bottom: 1px solid #D9E021;
}
.p-business .tab_content h4 {
  font-family: "Noto Serif JP", serif;
  color: #1D2D64;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
.p-business .tab_content p {
  font-size: 1.6rem;
  line-height: 1.7777777778;
  margin: 20px 0;
}
.p-business .tab_content p.blue {
  color: #1d2d64;
  font-size: 1.8rem;
  margin: 30px 0 40px;
}
.p-business .tab_content img {
  width: 100%;
  margin: 20px 0 10px;
}
.p-business .tab_content img.img_01 {
  max-width: 609px;
}
.p-business .tab_content img.img_02 {
  max-width: 649px;
}
.p-business .tab_content img.img_03 {
  max-width: 648px;
}
.p-business .tab_content .bdr_box {
  border: 1px solid #D9E021;
  padding: 10px 20px;
  width: 100%;
  max-width: 610px;
  margin: 10px 0 10px;
}
.p-business .tab_content .bdr_box ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.2px;
  text-indent: -1em;
  margin-left: 1em;
}
.p-business .tab_content small {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .p-business {
    padding: 70px 0;
  }
  .p-business h2 {
    margin-bottom: 30px;
  }
  .p-business .tab_area {
    font-size: clamp(1.4rem, 0.663vw + 1.151rem, 2rem);
  }
  .p-business .tab_area .tab {
    width: 33%;
    padding: 25px 0px;
    border-radius: 0;
  }
}
/*----------------------------------------------------------------------------------------
system.scss
----------------------------------------------------------------------------------------*/
.p-system {
  padding: 150px 0;
}
.p-system h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  text-align: center;
  font-size: 5rem;
  margin-bottom: 100px;
  font-size: clamp(4rem, 1.105vw + 3.586rem, 5rem);
}
.p-system table {
  table-layout: fixed;
  width: 100%;
}
.p-system table th {
  width: 22%;
  background: #0071bc;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #0071BC;
  padding: 18px;
}
.p-system table th:last-child {
  width: 56%;
}
.p-system table td {
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
  border: 1px solid #0071BC;
  vertical-align: middle;
  padding: 25px 5%;
  height: 125px;
}
.p-system__slide {
  margin: 200px auto 50px;
}
.p-system__slide .slick-img img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-system__slide .thumbnail {
  width: 90%;
  max-width: 700px;
  margin: 30px auto;
}
.p-system__slide .thumbnail .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-system__slide .thumbnail .slick-track::before {
  display: none;
}
.p-system__slide .thumbnail .slick-track .thumbnail-img {
  float: none !important;
  width: 31% !important;
  max-width: 225px;
  font-size: 1.9rem;
  text-align: center;
  border: 1px solid #0071BC;
  border-radius: 15px;
  color: #0071BC;
  padding: 5px;
  margin: 5px 1%;
}
.p-system__slide .thumbnail .slick-track .thumbnail-img.slick-current {
  background: #0071bc;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .p-system {
    padding: 70px 0;
  }
  .p-system h2 {
    margin-bottom: 60px;
  }
  .p-system table th {
    width: 28%;
  }
  .p-system table th:first-child {
    width: 24%;
  }
  .p-system table th:last-child {
    width: 48%;
  }
  .p-system table td {
    padding: 25px 1%;
    height: 125px;
  }
  .p-system table td:last-child {
    padding: 25px 3%;
  }
  .p-system__slide {
    margin: 80px auto 30px;
  }
  .p-system__slide .thumbnail {
    width: 84%;
    margin: 20px auto;
  }
  .p-system__slide .thumbnail .slick-track .thumbnail-img {
    width: 48% !important;
    border-radius: 25px;
    font-size: 1.6rem;
    padding: 15px 0;
    margin: 5px 1%;
  }
}
/*----------------------------------------------------------------------------------------
works.scss
----------------------------------------------------------------------------------------*/
.p-works {
  padding: 150px 0;
}
.p-works h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  text-align: center;
  font-size: 4.3rem;
  margin-bottom: 40px;
  font-size: clamp(2.4rem, 2.099vw + 1.613rem, 4.3rem);
}
.p-works__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  font-size: clamp(1.4rem, 0.663vw + 1.151rem, 2rem);
  line-height: 1.7;
  text-align: center;
}
.p-works ul.a_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto;
}
.p-works ul.a_link li {
  width: 31%;
  text-align: center;
  background: #1d2d64;
  border-radius: 30px;
  padding: 12px 10px;
  margin: 5px 0;
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
  color: #fff;
}
.p-works ul.a_link li:hover {
  background: #D9E021;
}
.p-works__content {
  padding: 60px 0 80px;
  background: #fff;
}
.p-works__content:nth-of-type(2n) {
  background: #F4FAFD;
}
.p-works__content h3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #1D2D64;
  font-weight: 600;
  font-size: clamp(3.6rem, 1.547vw + 3.02rem, 5rem);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #1D2D64;
}
.p-works__content h4 {
  font-family: "Noto Serif JP", serif;
  color: #1D2D64;
  font-weight: 600;
  font-size: clamp(2.4rem, 0.221vw + 2.317rem, 2.6rem);
  margin-bottom: 20px;
  line-height: 1.5;
}
.p-works__content h5 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1d2d64;
  font-size: 2rem;
  margin: 50px 0 20px;
}
.p-works__content p {
  font-size: 1.7rem;
  line-height: 1.7777777778;
  margin: 20px 0;
}
.p-works__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.9375;
  margin-bottom: 10px;
}
.p-works__content ul li p {
  font-size: 1.6rem;
  line-height: 1.9375;
  margin: 0;
}
.p-works__content ul li p:last-child {
  width: 65%;
}
.p-works__content ul.list01 li p:first-child {
  width: 30%;
}
.p-works__content ul.list02 li p:first-child {
  width: 22%;
}
.p-works__content ul.list03 li p:first-child {
  width: 29%;
}
.p-works__content ul.list04 li p:first-child {
  width: 35%;
}
.p-works__content ul.list05 li p:first-child {
  width: 39%;
}
.p-works__content ul.list05 li p:last-child {
  width: 60%;
}
.p-works__content ul.list06 li p:first-child {
  width: 27%;
}
.p-works__btn {
  text-align: center;
  margin: 50px auto 0;
}
.p-works__btn a {
  width: 300px;
  background: #1d2d64;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px;
}

@media screen and (max-width: 480px) {
  .p-works {
    padding: 70px 0;
  }
  .p-works h2 {
    margin-bottom: 30px;
  }
  .p-works ul.a_link {
    margin: 30px auto;
  }
  .p-works ul.a_link li {
    width: 48%;
    border-radius: 30px;
  }
  .p-works ul.a_link li:last-child {
    line-height: 2.2;
  }
  .p-works__content {
    padding: 40px 0 60px;
  }
  .p-works__content h3 {
    text-align: center;
  }
  .p-works__content h4 {
    text-align: center;
  }
  .p-works__content p {
    font-size: 1.6rem;
  }
  .p-works__content ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-works__content ul li p {
    width: 100% !important;
    font-size: 1.55rem;
  }
  .p-works__content ul li p:last-child {
    font-size: 0.9em;
  }
}
/*----------------------------------------------------------------------------------------
message.scss
----------------------------------------------------------------------------------------*/
.p-message-mv {
  position: relative;
}
.p-message-mv img {
  width: 100%;
}
.p-message-mv__title {
  position: absolute;
  top: 60%;
  left: 12%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-message-mv h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  font-size: 3.1rem;
  line-height: 1.8709677419;
  margin-bottom: 30px;
}
.p-message-mv p {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.6470588235;
}
.p-message-mv p.name {
  text-align: right;
  font-size: 1.6rem;
  margin-top: 20px;
}
.p-message-mv p.name span {
  font-weight: 400;
}
.p-message-mv p.name span.big {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
}

.p-message {
  padding: 0;
}
.p-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 0 2%;
}
.p-message__flex img.img_01 {
  width: 35%;
  max-width: 385px;
}
.p-message__flex-txt {
  margin: 10px 10px 10px 30px;
}
.p-message__flex-txt h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  letter-spacing: 0.126em;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.p-message__flex-txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  margin-bottom: 40px;
}
.p-message__flex-txt p:last-child {
  margin-bottom: 0;
}
.p-message__flex-txt02 p {
  border-top: 18px solid #60AEE6;
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #7CBBD6;
  letter-spacing: 0.32em;
  line-height: 1.8846153846;
  padding: 50px 38px;
  font-size: 2.6rem;
}
.p-message__flex.flex02 {
  width: 88%;
  max-width: 1000px;
  margin: 0 auto 0 12%;
}
.p-message__flex.flex02 img.img_02 {
  width: 30%;
  max-width: 288px;
}
.p-message__flex.flex02 p {
  line-height: 1.75;
  margin-bottom: 30px;
}
.p-message__flex.flex03 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 0 10%;
}
.p-message__flex.flex03 img.img_03 {
  width: 35%;
  max-width: 350px;
}
.p-message__flex.flex03 .p-message__flex-txt {
  margin: 0 10px 30px 50px;
}
.p-message__flex.flex03 p {
  line-height: 1.75;
  margin-bottom: 30px;
}
.p-message__flex.flex04 {
  width: 90%;
  max-width: 1050px;
  margin: 50px auto 50px 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-message__flex.flex04 img.img_04 {
  width: 32%;
  max-width: 330px;
}
.p-message__flex.flex04 .p-message__flex-txt {
  margin: 10px 30px 10px 0;
}
.p-message__flex.flex04 p {
  line-height: 1.75;
  margin-bottom: 30px;
}
.p-message__right {
  border-right: 18px solid #7CBBD6;
  font-family: "Noto Serif JP", serif;
  color: #7CBBD6;
  text-align: right;
  letter-spacing: 0.32em;
  line-height: 1.8846153846;
  padding: 38px;
  font-size: 2.6rem;
  margin-bottom: 50px;
}
.p-message__txt02 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(1.8rem, 0.552vw + 1.593rem, 2.3rem);
  line-height: 2.1739130435;
  padding-top: 30px;
  margin: 50px auto;
}
.p-message__txt02::before {
  display: block;
  content: "";
  width: 178px;
  border-bottom: 18px solid #D9E021;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-message__recruit {
  background-image: url(../images/message/bg_02.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 50px 0;
}
.p-message__recruit h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  color: #1d2d64;
  font-size: 2.4rem;
  line-height: 1.7916666667;
  margin-bottom: 40px;
}
.p-message__recruit p {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-message-mv {
    position: relative;
  }
  .p-message-mv img {
    width: 100%;
  }
  .p-message-mv__title {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    margin: 20px 4%;
  }
  .p-message-mv h1.tab_on {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.8709677419;
    position: absolute;
    top: 30%;
    left: 4%;
  }
  .p-message-mv p {
    font-size: 1.6rem;
  }
  .p-message {
    padding: 0;
  }
  .p-message .l-inner {
    width: 100%;
  }
  .p-message__flex {
    width: 100%;
    margin: 50px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-message__flex img.img_01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 330px;
    margin: 50px auto 0 3%;
  }
  .p-message__flex-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px auto 30px 3%;
    width: 100%;
  }
  .p-message__flex-txt02 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 50px;
  }
  .p-message__flex-txt02 p {
    border-top: none;
    border-left: 18px solid #60AEE6;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 20px;
    font-size: 2.2rem;
  }
  .p-message__flex.flex02 {
    width: 100%;
    margin: 0 auto 0;
  }
  .p-message__flex.flex02 img.img_02 {
    width: 100%;
    max-width: 288px;
    margin: 0 auto 0 3%;
  }
  .p-message__flex.flex03 {
    width: 100%;
    margin: 0 auto 0;
  }
  .p-message__flex.flex03 img.img_03 {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 0 1%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-message__flex.flex03 .p-message__flex-txt {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 auto 0 3%;
  }
  .p-message__flex.flex04 {
    width: 100%;
    margin: 50px auto 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-message__flex.flex04 img.img_04 {
    width: 330px;
    margin: 0 3% 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-message__flex.flex04 .p-message__flex-txt {
    margin: 0 auto 0 3%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-message__right {
    text-align: left;
    border-right: none;
    border-left: 18px solid #7CBBD6;
    padding: 20px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .p-message-mv__title {
    margin: 20px 6%;
  }
  .p-message-mv h1.tab_on {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.8rem;
    top: 10%;
    left: 20%;
  }
  .p-message-mv p {
    font-size: 1.6rem;
  }
  .p-message-mv p.name {
    text-align: left;
  }
  .p-message__flex {
    width: 100%;
    margin: 50px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-message__flex img.img_01 {
    max-width: 217px;
    margin: 50px auto 0 6%;
  }
  .p-message__flex-txt {
    margin: 30px 6%;
  }
  .p-message__flex-txt02 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 0;
  }
  .p-message__flex-txt02 p {
    padding: 0 0 0 5px;
  }
  .p-message__flex.flex02 {
    width: 100%;
    margin: 0 auto;
  }
  .p-message__flex.flex02 img.img_02 {
    margin: 0 6%;
  }
  .p-message__flex.flex03 {
    width: 100%;
    margin: 0 auto 0;
  }
  .p-message__flex.flex03 img.img_03 {
    margin: 0 6%;
  }
  .p-message__flex.flex03 .p-message__flex-txt {
    margin: 0 6%;
  }
  .p-message__flex.flex04 {
    width: 100%;
    margin: 50px auto 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-message__flex.flex04 img.img_04 {
    width: 258px;
    margin: 0 5% 0 auto;
  }
  .p-message__flex.flex04 .p-message__flex-txt {
    margin: 0 6%;
  }
  .p-message__right {
    padding: 0 0 0 20px;
    font-size: 2.2rem;
  }
  .p-message__recruit {
    background-image: url(../images/message/bg_02_sp.png);
    padding: 50px 6%;
  }
  .p-message__recruit h3 {
    text-align: left;
  }
  .p-message__recruit p {
    text-align: left;
  }
}
/*----------------------------------------------------------------------------------------
session.scss
----------------------------------------------------------------------------------------*/
.p-session-mv {
  position: relative;
}
.p-session-mv img {
  width: 100%;
}
.p-session-mv__title {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: calc((100% - 1280px) / 2 + 44%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(156, 206, 239, 0.9)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(156, 206, 239, 0.9));
}
.p-session-mv h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  font-size: 3.5rem;
  line-height: 1.2;
  text-align: right;
  padding: 0.3em 20px;
  font-size: clamp(1.3rem, 2.431vw + 0.388rem, 3.5rem);
}

.p-session {
  padding: 80px 0;
}
.p-session__top {
  text-align: center;
}
.p-session__top h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  text-align: center;
  font-size: 5rem;
  margin-bottom: 30px;
  font-size: clamp(2.5rem, 2.762vw + 1.464rem, 5rem);
}
.p-session__top p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.8;
  font-size: clamp(1.4rem, 0.663vw + 1.151rem, 2rem);
}
.p-session__top img.img_01 {
  width: 90%;
  max-width: 810px;
  margin: 50px auto 80px;
}
.p-session__content {
  margin: 30px auto;
}
.p-session__content h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-align: center;
  line-height: 1.8;
  font-size: clamp(2rem, 1.105vw + 1.586rem, 3rem);
}
.p-session__content h3 img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.p-session__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
}
.p-session__flex-icon {
  width: 84px;
  margin-right: 50px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-session__flex-txt {
  position: relative;
  width: calc(100% - 134px);
  background: #7CBBD6;
  border-radius: 5px;
  min-height: 156px;
}
.p-session__flex-txt::before {
  display: block;
  content: "";
  width: 36px;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 30px solid #7CBBD6;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: -36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-session__flex-txt p {
  display: inline-block;
  font-size: clamp(1.4rem, 0.663vw + 1.151rem, 2rem);
  line-height: 1.65;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  padding: 1em 1.5em;
}
.p-session__flex-txt.txt_03 {
  background: #1d2d64;
}
.p-session__flex-txt.txt_03::before {
  border-right: 30px solid #1d2d64;
}
.p-session__flex:nth-of-type(2) .icon_02 {
  margin-right: 0;
  margin-left: 50px;
}
.p-session__flex:nth-of-type(2) .txt_02 {
  background: #D9E021;
}
.p-session__flex:nth-of-type(2) .txt_02::before {
  display: none;
}
.p-session__flex:nth-of-type(2) .txt_02:after {
  display: block;
  content: "";
  width: 36px;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid #D9E021;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-session__flex:nth-of-type(2) .txt_02 p {
  color: #1A1A1A;
}
.p-session__bg {
  margin: 30px auto 80px;
  text-align: center;
}
.p-session__bg img {
  width: 100%;
}
.p-session__bg img.img_02 {
  width: 100%;
  max-width: 934px;
  margin: 80px auto 30px;
}

@media screen and (max-width: 768px) {
  .p-session-mv__title {
    width: 44%;
  }
  .p-session {
    padding: 40px 0;
  }
  .p-session__content {
    margin: 30px auto;
  }
  .p-session__content h3 img {
    margin-right: 0;
  }
  .p-session__flex-txt {
    min-height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .p-session-mv__title {
    width: 44%;
    bottom: 4%;
  }
  .p-session-mv h1 {
    padding: 0.3em 10px;
  }
  .p-session__top img.img_01 {
    margin: 30px auto 30px;
  }
  .p-session__content {
    margin: 30px auto;
  }
  .p-session__content h3 img {
    width: 40px;
    margin-right: 0;
  }
  .p-session__flex {
    margin: 20px auto;
  }
  .p-session__flex-icon {
    width: 57px;
    margin-right: 30px;
  }
  .p-session__flex-icon img {
    width: 57px;
  }
  .p-session__flex-txt {
    width: calc(100% - 87px);
    min-height: 100px;
  }
  .p-session__flex-txt::before {
    width: 24px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 24px solid #7CBBD6;
    left: -24px;
  }
  .p-session__flex-txt.txt_03::before {
    border-right: 24px solid #1d2d64;
  }
  .p-session__flex:nth-of-type(2) .icon_02 {
    margin-right: 0;
    margin-left: 30px;
  }
  .p-session__flex:nth-of-type(2) .txt_02:after {
    width: 24px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 24px solid #D9E021;
    right: -24px;
  }
}
/*----------------------------------------------------------------------------------------
quest.scss
----------------------------------------------------------------------------------------*/
.p-quest__top {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.p-quest__top h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  text-align: center;
  font-size: 5rem;
  margin-bottom: 30px;
  font-size: clamp(2.4rem, 1.657vw + 1.778rem, 3.9rem);
}
.p-quest__top p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.8;
  font-size: clamp(1.4rem, 0.663vw + 1.151rem, 2rem);
}
.p-quest__top ul {
  width: 80%;
  max-width: 800px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-quest__top ul li {
  width: 31%;
  max-width: 243px;
  margin: 1%;
}
.p-quest__top ul li img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest__top img.img_01 {
  position: absolute;
  bottom: 0;
  left: 3%;
  max-width: 188px;
  width: 15%;
}
.p-quest__content {
  position: relative;
  background: #D8EEF9;
  padding: 0;
}
.p-quest__content.bg_white {
  background: #fff;
}
.p-quest__content .l-inner {
  padding-bottom: 10%;
}
.p-quest__content h3 {
  position: relative;
  color: #1D2D64;
  font-size: 3.9rem;
  top: -15px;
  margin: 0 3%;
  font-size: clamp(2rem, 2.099vw + 1.213rem, 3.9rem);
}
.p-quest__content h3 img {
  vertical-align: text-bottom;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest__content h3 span {
  position: relative;
  left: -3%;
}
.p-quest__content img.img_02 {
  position: absolute;
  top: 70px;
  right: 2%;
  max-width: 173px;
  width: 19%;
}
.p-quest__content img.img_03 {
  position: absolute;
  top: 40px;
  right: 10%;
  max-width: 202px;
  width: 16%;
}
.p-quest__content img.img_04 {
  position: absolute;
  bottom: 0;
  left: 5%;
  max-width: 165px;
  width: 13%;
}
.p-quest__content img.img_05 {
  position: absolute;
  bottom: 0;
  right: 9%;
  max-width: 194px;
  width: 16%;
}
.p-quest__content img.img_06 {
  position: absolute;
  bottom: 0;
  right: 2%;
  max-width: 201px;
  width: 16%;
}
.p-quest__content img.img_07 {
  position: absolute;
  bottom: 0;
  left: 12%;
  max-width: 142px;
  width: 12%;
}
.p-quest__content img.img_08 {
  position: absolute;
  bottom: 0;
  right: 2%;
  max-width: 180px;
  width: 15%;
}
.p-quest__flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
}
.p-quest__flex01-left {
  position: relative;
  width: 42%;
  text-align: center;
  margin: 0 20px;
}
.p-quest__flex01-left img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest__flex01-right {
  position: relative;
  width: 52%;
}
.p-quest__flex01-right img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto 0;
}
.p-quest__flex02-left {
  position: relative;
  width: 42%;
  text-align: center;
  margin: 0 20px;
}
.p-quest__flex02-left img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest__flex02-right {
  position: relative;
  width: 52%;
}
.p-quest__flex02-right img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest__flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto 0;
}
.p-quest__flex03-left {
  position: relative;
  width: 65%;
  text-align: center;
  margin: 0;
}
.p-quest__flex03-left.w52 {
  width: 52%;
  text-align: left;
}
.p-quest__flex03-left img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest__flex03-right {
  position: relative;
  width: 33%;
  left: -2%;
}
.p-quest__flex03-right.l-8 {
  left: -8%;
}
.p-quest__flex03-right img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest__flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
}
.p-quest__flex04-left {
  position: relative;
  width: 30%;
  text-align: center;
  margin: 0 20px;
}
.p-quest__flex04-left img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest__flex04-right {
  position: relative;
  width: 52%;
}
.p-quest__flex04-right img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-quest .mt2 {
  margin-top: 2%;
}
.p-quest .mt7 {
  margin-top: 7%;
}
.p-quest .mt-2 {
  margin-top: -2%;
}
.p-quest .mt-3 {
  margin-top: -3%;
}
.p-quest .mt-4 {
  margin-top: -4%;
}
.p-quest .mt-5 {
  margin-top: -5%;
}
.p-quest .mt-8 {
  margin-top: -8%;
}
.p-quest .mt-11 {
  margin-top: -11%;
}
.p-quest .mb5 {
  margin-bottom: 5%;
}
.p-quest .mb9 {
  margin-bottom: 9%;
}
.p-quest__flex05 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto;
}
.p-quest__flex05 img {
  max-width: 100%;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .p-quest__top {
    padding: 50px 0;
  }
  .p-quest__top img.img_01 {
    left: 0;
  }
  .p-quest__content .l-inner {
    padding-bottom: 20%;
  }
  .p-quest__content h3 {
    margin: 0 auto;
  }
  .p-quest__content h3 img {
    width: 20%;
  }
  .p-quest__content h3 span {
    left: 0;
  }
  .p-quest__content img.img_03 {
    right: 0;
  }
  .p-quest__content img.img_04 {
    left: 0;
  }
  .p-quest__content img.img_05 {
    right: 3%;
  }
  .p-quest__content img.img_06 {
    right: 0;
  }
  .p-quest__content img.img_07 {
    left: 5%;
  }
  .p-quest__content img.img_08 {
    right: 0;
  }
  .p-quest__flex03-right {
    left: 0;
  }
  .p-quest__flex03-right.l-8 {
    left: 0;
  }
  .p-quest__flex05 img {
    width: 35%;
    margin: 1% 3%;
  }
}
@media screen and (max-width: 480px) {
  .p-quest__top {
    padding: 50px 0;
  }
  .p-quest__top h2 {
    margin-bottom: 20px;
  }
  .p-quest__top ul {
    width: 90%;
    margin: 20px auto;
  }
  .p-quest__top img.img_01 {
    width: 20%;
  }
  .p-quest__content .l-inner {
    padding-bottom: 30%;
  }
  .p-quest__content h3 {
    top: -10px;
  }
  .p-quest__content img.img_02 {
    width: 22%;
    top: 55px;
    right: -4%;
  }
  .p-quest__content img.img_03 {
    width: 22%;
    top: 50px;
  }
  .p-quest__content img.img_04 {
    width: 20%;
  }
  .p-quest__content img.img_05 {
    width: 23%;
    right: auto;
    left: 10%;
  }
  .p-quest__content img.img_06 {
    width: 23%;
    right: 8%;
  }
  .p-quest__content img.img_07 {
    width: 20%;
    left: 10%;
  }
  .p-quest__content img.img_08 {
    width: 23%;
    right: 8%;
  }
  .p-quest__flex01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-quest__flex01-left {
    width: 80%;
    margin: 0 auto 0 0;
  }
  .p-quest__flex01-right {
    width: 80%;
    margin: 0 0 0 auto;
  }
  .p-quest__flex02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-quest__flex02-left {
    width: 80%;
    margin: 0 auto 0 0;
  }
  .p-quest__flex02-right {
    width: 80%;
    margin: 0 0 0 auto;
  }
  .p-quest__flex03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-quest__flex03-left {
    width: 80%;
    margin: 0 auto 0 0;
  }
  .p-quest__flex03-left.w52 {
    width: 80%;
  }
  .p-quest__flex03-right {
    width: 80%;
    margin: 0 0 0 auto;
  }
  .p-quest__flex04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-quest__flex04-left {
    width: 80%;
    margin: 0 auto 0 0;
  }
  .p-quest__flex04-right {
    width: 80%;
    margin: 0 0 0 auto;
  }
  .p-quest .mt-3 {
    margin-top: 0;
  }
  .p-quest .mt-11 {
    margin-top: 0;
  }
  .p-quest__flex05 img {
    width: 48%;
    margin: 1%;
  }
}
/*----------------------------------------------------------------------------------------
senior.scss
----------------------------------------------------------------------------------------*/
.p-senior {
  padding: 100px 0;
  text-align: center;
}
.p-senior h2 {
  background: #1D2D64;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 0.552vw + 1.393rem, 2.1rem);
  display: inline-block;
  padding: 0.7em 5em;
  margin: 0 auto;
}
.p-senior__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 94%;
  max-width: 870px;
  margin: 50px auto 50px 0;
  gap: 30px;
}
.p-senior__flex li {
  width: auto;
  max-width: 240px;
}
.p-senior__flex li:first-child {
  max-width: 340px;
}
.p-senior__flex li img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-senior__flex li p {
  color: #1D2D64;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.09em;
  font-size: clamp(1rem, 0.442vw + 0.834rem, 1.4rem);
  margin: 10px auto;
}
.p-senior__flex li p span {
  font-size: 1.6em;
  margin-left: 0.5em;
}
.p-senior__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.p-senior__flex02 li {
  max-width: 50%;
}
.p-senior__flex02 li img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .p-senior {
    padding: 50px 0;
  }
  .p-senior img.img_01 {
    display: block;
    margin-left: 9%;
    width: 50%;
    max-width: 340px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-senior__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 0;
    margin: 20px auto 50px;
  }
  .p-senior__flex li {
    max-width: 48%;
    margin: 1%;
  }
  .p-senior__flex li:first-child {
    max-width: 50%;
  }
  .p-senior__flex li p {
    letter-spacing: 0;
  }
  .p-senior__flex li p span {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .p-senior img.img_01 {
    margin-left: -2%;
  }
  .p-senior h2 {
    padding: 0.5em 4em;
  }
}
/*----------------------------------------------------------------------------------------
interview.scss
----------------------------------------------------------------------------------------*/
.p-interview-mv {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#fdfdf4), to(#cde6f7));
  background: linear-gradient(90deg, #fdfdf4, #cde6f7);
  text-align: center;
  padding: 130px 0 0;
}
.p-interview-mv img {
  width: 100%;
  max-width: 772px;
  margin: 0 auto;
}
.p-interview-mv__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-interview-mv__flex {
  position: relative;
  /*display: flex;
  justify-content: center;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.p-interview-mv__flex-txt {
  position: relative;
  text-align: left;
  width: 60%;
  top: 47%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.p-interview-mv__flex-txt h1 {
  font-family: "Noto Serif JP", serif;
  color: #60AEE6;
  font-size: 2.6rem;
  line-height: 1.8076923077;
  letter-spacing: 0.22em;
  margin-bottom: 30px;
  font-size: clamp(1.9rem, 0.773vw + 1.61rem, 2.6rem);
}
.p-interview-mv__flex-txt p {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5;
  font-size: clamp(1.2rem, 0.552vw + 0.993rem, 1.7rem);
}
.p-interview-mv__flex-txt p.name {
  font-family: "Noto Serif JP", serif;
  font-size: 3.9rem;
  margin: 10px 0;
  font-size: clamp(2.8rem, 1.215vw + 2.344rem, 3.9rem);
}
.p-interview-mv__flex-txt p.name span {
  font-size: 1.3rem;
  color: #60aee6;
}
.p-interview-mv__flex-txt p.year {
  background: #7CBBD6;
  color: #fff;
  font-size: 1.2rem;
  width: 158px;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
}
.p-interview-mv__flex-img {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  text-align: left;
}
.p-interview-mv__flex-img.al_r {
  text-align: right;
}
.p-interview-mv__flex-img.al_c {
  text-align: center;
}
.p-interview-mv__flex-img img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.p-interview {
  position: relative;
  margin: 90px auto;
}
.p-interview__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  max-width: 1120px;
  margin: 0 auto 80px;
}
.p-interview__flex-fixed {
  width: 42.5%;
  position: sticky;
  top: 13%;
  height: calc(100vh - 13%);
}
.p-interview__flex-fixed img {
  width: 100%;
  max-width: 476px;
}
.p-interview__flex-scroll {
  width: 54%;
  position: relative;
}
.p-interview__flex-scroll img {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: -4% 0 0 auto;
}
.p-interview__flex-scroll-txt {
  margin-bottom: 50px;
}
.p-interview__flex-scroll-txt h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #60AEE6;
  margin-bottom: 30px;
}
.p-interview__flex-scroll-txt p {
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-interview__message {
  position: relative;
  width: 100%;
  max-width: 621px;
  margin: 200px auto 80px;
}
.p-interview__message img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-interview__message-txt {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.p-interview__message-txt h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #60AEE6;
  margin-bottom: 30px;
  font-size: clamp(2rem, 0.442vw + 1.834rem, 2.4rem);
}
.p-interview__message-txt p {
  font-size: 1.6rem;
  line-height: 1.875;
  font-size: clamp(1.4rem, 0.221vw + 1.317rem, 1.6rem);
}
.p-interview__btn {
  margin: 80px auto;
}
.p-interview__btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-interview__btn ul li a {
  position: relative;
  width: 318px;
  height: 68px;
  border: 1px solid #1D2D64;
  text-align: center;
  border-radius: 40px;
}
.p-interview__btn ul li a p {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.p-interview__btn ul li a p span {
  font-size: 2.2rem;
  margin-left: 10px;
}
.p-interview__btn ul li.left img {
  display: block;
  margin: 5px 0 0 auto;
}
.p-interview__btn ul li.right img {
  display: block;
  margin: 5px auto 0 0;
}
.p-interview__btn ul li.bg_gradi a {
  background: -webkit-gradient(linear, left top, right top, from(#fdfdf4), to(#cde6f7));
  background: linear-gradient(90deg, #fdfdf4, #cde6f7);
  width: 388px;
}
.p-interview__btn ul li.bg_gradi a p {
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-interview-mv {
    padding: 80px 0 0;
  }
  .p-interview-mv__flex-txt {
    width: 90%;
    top: 47%;
    left: 8%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-interview__btn {
    margin: 80px auto;
  }
  .p-interview__btn ul {
    width: 388px;
    gap: 0;
    margin: 0 auto;
  }
  .p-interview__btn ul li {
    margin: 10px auto;
  }
  .p-interview__btn ul li.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-interview__btn ul li.left img {
    display: block;
    margin: 5px auto 0 0;
  }
  .p-interview__btn ul li.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-interview__btn ul li.right img {
    display: block;
    margin: 5px 0 0 auto;
  }
  .p-interview__btn ul li.bg_gradi {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-interview-mv {
    padding: 60px 0 0;
    overflow-x: hidden;
  }
  .p-interview-mv .l-inner02 {
    width: 100%;
  }
  .p-interview-mv__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .p-interview-mv__flex {
    display: block;
  }
  .p-interview-mv__flex-txt {
    width: 90%;
    top: 33%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-interview-mv__flex-txt h1 {
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .p-interview-mv__flex-txt p.name {
    line-height: 1;
  }
  .p-interview-mv__flex-txt p.year {
    width: 120px;
  }
  .p-interview-mv__flex-img {
    width: 65%;
    text-align: right;
  }
  .p-interview {
    margin: 90px auto;
  }
  .p-interview img.img_01 {
    position: absolute;
    right: 0;
    top: -145px;
  }
  .p-interview img.img_01 img {
    max-width: max-contents;
  }
  .p-interview__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 20px;
  }
  .p-interview__flex-fixed {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
    margin: 0 auto 30px;
  }
  .p-interview__flex-scroll {
    width: 100%;
    position: relative;
  }
  .p-interview__flex-scroll img {
    display: none;
  }
  .p-interview__flex-scroll-txt {
    margin-bottom: 30px;
  }
  .p-interview__flex-scroll-txt h2 {
    margin-bottom: 20px;
  }
  .p-interview__message {
    margin: 100px auto 50px;
  }
  .p-interview__message-txt {
    top: 49%;
  }
  .p-interview__message-txt h2 {
    margin-bottom: 20px;
  }
  .p-interview__message-txt p {
    line-height: 1.6;
  }
  .p-interview__btn {
    margin: 80px auto;
  }
  .p-interview__btn ul {
    width: 314px;
    gap: 0;
    margin: 0 auto;
  }
  .p-interview__btn ul li {
    margin: 10px auto;
  }
  .p-interview__btn ul li a {
    width: 260px;
    height: 55px;
  }
  .p-interview__btn ul li a p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .p-interview__btn ul li a p span {
    font-size: 1.8rem;
  }
  .p-interview__btn ul li.bg_gradi a {
    width: 314px;
    font-size: 2rem;
  }
}
/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
.p-low-mv {
  position: relative;
}
.p-low-mv img {
  width: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.p-low-mv__title {
  position: absolute;
  top: 60%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.p-low-mv h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1D2D64;
  font-size: 7rem;
  line-height: 1.4;
  font-size: clamp(2.2rem, 5.304vw + 0.211rem, 7rem);
}
.p-low-mv p {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
  color: #60AEE6;
  font-size: 3.1rem;
  font-size: clamp(1.4rem, 1.878vw + 0.696rem, 3.1rem);
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

/* フェードイン(スクロールした後) */
.js-fadeLeft.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

/* フェードイン(スクロールした後) */
.js-fadeRight.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.up02.is-inview {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.up03.is-inview {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.up04.is-inview {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.up05.is-inview {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.up06.is-inview {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */