@charset "UTF-8";
/* ==================================================

※このファイルにCSSを書き込む。

================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  min-height: 100vh;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  background: -webkit-gradient(linear, right top, left top, from(#7857EB), to(#3C2F78));
  background: linear-gradient(270deg, #7857EB 0%, #3C2F78 100%);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  overflow-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0;
}

body.is-fixed {
  overflow: hidden;
}

body.js-open {
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  body.open {
    overflow: hidden;
  }
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0;
}

p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  width: 100%;
}

input[type=submit] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  body.open {
    overflow: hidden;
  }
}
img {
  display: block;
  width: 100%;
}

.page-main {
  display: block;
  position: relative;
}

.p-top .page-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .wrapper {
    padding-top: 7.5rem;
    min-width: 100rem;
  }
}
.p-inner {
  max-width: 105.6rem;
  padding: 0 1.6rem;
  margin: 0 auto;
}

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

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

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-effect {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.66, 0, 0.34, 1);
  transition: all 1s cubic-bezier(0.66, 0, 0.34, 1);
}

.js-effect.is-active {
  opacity: 1;
  visibility: visible;
}

.btn-box {
  width: 25.9rem;
  height: 6.8rem;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 1.6rem;
  margin-bottom: 0.8rem;
}

.btn-box.box-line-01 {
  color: #222222;
  background: url(../images/img_line_01_pc.png) no-repeat;
  background-size: cover;
}

.btn-box.box-line-02 {
  color: #ffffff;
  background: url(../images/img_line_02_pc.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .btn-box {
    width: 23.2rem;
    font-size: 1.6rem;
  }
  .btn-box.box-line-01 {
    background: url(../images/img_line_01_sp.png) no-repeat;
    background-size: cover;
  }
  .btn-box.box-line-02 {
    background: url(../images/img_line_02_sp.png) no-repeat;
    background-size: cover;
  }
}
.btn-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 5.6rem;
  border-radius: 99.9rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
}

.btn-links::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-links > span {
  -webkit-transform: translateX(-0.8rem);
  transform: translateX(-0.8rem);
}

.btn-links.btn-web {
  background: #FFF159;
  -webkit-box-shadow: 0 0.6rem 0 0 #BBB13F;
  box-shadow: 0 0.6rem 0 0 #BBB13F;
  color: #1A1186;
}

.btn-links.btn-web::before {
  background: url(../images/icon_arrow.svg) no-repeat;
  background-size: cover;
}

.btn-links.btn-web:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-links.btn-line {
  background: #0DC754;
  -webkit-box-shadow: 0 0.6rem 0 0 #0F9F46;
  box-shadow: 0 0.6rem 0 0 #0F9F46;
  color: #ffffff;
}

.btn-links.btn-line::before {
  background: url(../images/icon_arrow_white.svg) no-repeat;
  background-size: cover;
}

.btn-links.btn-line:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-links:hover {
  opacity: 1;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 1.2rem;
  margin-top: 3.2rem;
}

.btn-wrap .btn {
  height: 4.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-wrap .btn.next {
  cursor: pointer;
  width: 22.4rem;
  height: 4.8rem;
  margin: 0 auto;
  border-radius: 99.9rem;
  background: #FFF159;
  -webkit-box-shadow: 0 0.6rem 0 0 #BBB13F;
  box-shadow: 0 0.6rem 0 0 #BBB13F;
  color: #1A1186;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  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;
}

.btn-wrap .btn.next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat;
  background-size: cover;
}

.btn-wrap .btn.next:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-wrap .btn.prev {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #686868;
  margin-top: 2rem;
  text-decoration: underline;
  cursor: pointer;
}

.btn-wrap .btn.prev.disable {
  text-decoration: none;
  opacity: 0.6;
  cursor: default;
}

.btn-wrap .btn.prev:hover {
  opacity: 0.6;
  text-decoration: none;
}

.error {
  font-size: 1.4rem;
  color: red;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  border: none !important;
  display: none !important;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-perspective: 1px;
  perspective: 1px;
  z-index: 10002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0s;
  transition: 0s;
}

#loading.is-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#loading .dot-spinner {
  --UIB_SIZE: 40px;
  --UIB_SPEED: .9s;
  --UIB_COLOR: #887eef;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: var(--UIB_SIZE);
  width: var(--UIB_SIZE);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  pointer-events: none;
  -webkit-animation: fadeInSpinner 0.3s cubic-bezier(0.66, 0, 0.34, 1) 0.3s 1 both;
  animation: fadeInSpinner 0.3s cubic-bezier(0.66, 0, 0.34, 1) 0.3s 1 both;
}

#loading .dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

#loading .dot-spinner__dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--UIB_COLOR);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0.5;
  -webkit-animation: pulse calc(var(--UIB_SPEED) * 1.111) ease-in-out infinite;
  animation: pulse calc(var(--UIB_SPEED) * 1.111) ease-in-out infinite;
}

#loading .dot-spinner__dot:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#loading .dot-spinner__dot:nth-child(2)::before {
  -webkit-animation-delay: calc(var(--UIB_SPEED) * -0.875);
  animation-delay: calc(var(--UIB_SPEED) * -0.875);
}

#loading .dot-spinner__dot:nth-child(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#loading .dot-spinner__dot:nth-child(3)::before {
  -webkit-animation-delay: calc(var(--UIB_SPEED) * -0.75);
  animation-delay: calc(var(--UIB_SPEED) * -0.75);
}

#loading .dot-spinner__dot:nth-child(4) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#loading .dot-spinner__dot:nth-child(4)::before {
  -webkit-animation-delay: calc(var(--UIB_SPEED) * -0.625);
  animation-delay: calc(var(--UIB_SPEED) * -0.625);
}

#loading .dot-spinner__dot:nth-child(5) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#loading .dot-spinner__dot:nth-child(5)::before {
  -webkit-animation-delay: calc(var(--UIB_SPEED) * -0.5);
  animation-delay: calc(var(--UIB_SPEED) * -0.5);
}

#loading .dot-spinner__dot:nth-child(6) {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#loading .dot-spinner__dot:nth-child(6)::before {
  -webkit-animation-delay: calc(var(--UIB_SPEED) * -0.375);
  animation-delay: calc(var(--UIB_SPEED) * -0.375);
}

#loading .dot-spinner__dot:nth-child(7) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#loading .dot-spinner__dot:nth-child(7)::before {
  -webkit-animation-delay: calc(var(--UIB_SPEED) * -0.25);
  animation-delay: calc(var(--UIB_SPEED) * -0.25);
}

#loading .dot-spinner__dot:nth-child(8) {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

#loading .dot-spinner__dot:nth-child(8)::before {
  -webkit-animation-delay: calc(var(--UIB_SPEED) * -0.125);
  animation-delay: calc(var(--UIB_SPEED) * -0.125);
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInSpinner {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInSpinner {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* header */
@-webkit-keyframes l-header {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes l-header {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes arrow_to_right {
  30% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    opacity: 0;
  }
}
@keyframes arrow_to_right {
  30% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    opacity: 0;
  }
}
@-webkit-keyframes arrow_to_left {
  30% {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}
@keyframes arrow_to_left {
  30% {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.pageTop {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#CCAC47), color-stop(34.62%, #EFC438), color-stop(51.44%, #FFF3CD), color-stop(74.04%, #F0D26E), to(#FFF2C2));
  background: linear-gradient(90deg, #CCAC47 0%, #EFC438 34.62%, #FFF3CD 51.44%, #F0D26E 74.04%, #FFF2C2 100%);
  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;
  padding: 1.6rem 0;
}

.pageTop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1A1186;
}

.pageTop__link .icon {
  width: 1.6rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer {
  background-color: #180A5C;
  padding: 1.5rem 8rem;
}

.footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .copyright-link {
  text-decoration: underline;
}

.footer .copyright-txt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 1.5rem 1.6rem;
  }
  .footer .copyright-txt {
    margin-bottom: 0;
  }
}
.header {
  width: 100%;
  height: 8rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 1.6rem 8rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.2392156863);
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.2392156863);
  /*ボタン内側*/
}

.header .hd-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .site-logo {
  position: relative;
}

.header .site-logo a {
  width: 20.2rem;
  display: inline-block;
}

.header .menu li {
  text-align: left;
}

.header .menu li:first-child a {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.header .menu li a {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #222222;
  position: relative;
  border-bottom: 0.1rem dashed #B3B3B3;
  padding: 3.7rem 2.4rem 3.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon_arrow.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .menu li a:hover {
  color: #7354DF;
}

.header .g-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll;
  -webkit-transition: 0s height;
  transition: 0s height;
  display: none;
  z-index: 9;
  padding: 7.6rem 0 10.1rem;
  text-align: center;
  background: #ffffff;
}

.header .g-list {
  max-width: 48rem;
  margin: 0 auto;
}

.header .g-list__btn {
  max-width: 40rem;
  margin: 0 auto;
}

.header .g-list__btnWrap {
  margin-top: 5rem;
}

.header .g-wrap.open {
  display: block;
}

.header .openbtn1 {
  position: absolute;
  top: 3.3rem;
  right: 8rem;
  background: transparent;
  cursor: pointer;
  width: 3.1rem;
  height: 1.3rem;
  z-index: 99;
}

.header .openbtn1.active {
  right: 9.6rem;
}

.header .openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 0;
  right: 0;
  height: 0.2rem;
  background: #222222;
  width: 100%;
}

.header .openbtn1 span:nth-of-type(1) {
  top: 0;
}

.header .openbtn1 span:nth-of-type(2) {
  top: 1.2rem;
}

.header .openbtn1.active span:nth-of-type(1) {
  top: 0.6rem;
  left: 0.3rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .openbtn1.active span:nth-of-type(2) {
  top: 0.6rem;
  left: 0.3rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .header {
    height: 6.4rem;
    padding: 1.6rem;
  }
  .header .site-logo a {
    width: 13.5rem;
  }
  .header .g-wrap {
    padding: 7.6rem 0 10.1rem;
  }
  .header .g-list {
    max-width: 100%;
    padding: 0 1.6rem;
  }
  .header .g-list__btn {
    max-width: 100%;
  }
  .header .g-list__btnWrap {
    margin-top: 5rem;
  }
  .header .openbtn1 {
    top: 2.5rem;
    right: 1.6rem;
  }
  .header .openbtn1.active {
    right: 1.6rem;
  }
}
.main-visual {
  width: 100%;
  position: relative;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin-top: 6.4rem;
  }
}
.p-carrer {
  position: fixed;
  right: 0;
  bottom: 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#CCAC47), color-stop(34.62%, #EFC438), color-stop(51.44%, #FFF3CD), color-stop(74.04%, #F0D26E), to(#FFF2C2));
  background: linear-gradient(90deg, #CCAC47 0%, #EFC438 34.62%, #FFF3CD 51.44%, #F0D26E 74.04%, #FFF2C2 100%);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  z-index: 9;
}

.p-carrer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem 2.8rem;
}

.p-carrer__content--icon {
  width: 3.6rem;
}

.p-carrer__content--txt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1A1186;
}

.p-form {
  padding: 8rem 0 16rem;
  position: relative;
}

.p-form.form02 {
  padding-top: 28.7rem;
}

.p-form.form02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_section_pc.png) no-repeat;
  background-size: contain;
}

.p-form.form03 {
  padding: 13.9rem 0 14rem;
}

.p-form__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-form__heading .label {
  display: block;
  width: 25.9rem;
  margin: 0 auto;
}

.p-form__heading .title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.6rem;
}

.p-form-container {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 3.3rem;
  padding-bottom: 4.9rem;
}

.p-form-container .form-header {
  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;
  gap: 1.4rem;
  background: #180a5c;
  padding: 0.2rem 0 0.5rem;
}

.p-form-container .form-header .number {
  width: 5.5rem;
}

.p-form-container .form-header .text {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-form-container .form-step.hidden {
  display: none;
}

.p-form-container .form-step#step4 .form-body {
  padding-top: 4.8rem;
}

.p-form-container .form-step#step5 .form-body {
  padding-top: 4.8rem;
}

.p-form-container .form-step .form-body {
  max-width: 70rem;
  margin: 0 auto;
  padding-top: 3.2rem;
}

.p-form-container .form-step .form-body-radio .wpcf7-list-item {
  border-bottom: 0.1rem dashed #b3b3b3;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #222222;
  position: relative;
  cursor: pointer;
  padding: 2.9rem 0 2.6rem 17.4rem;
}

.p-form-container .form-step .form-body-radio .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.1em;
  border-radius: 50%;
  border: 0.5rem solid #fff;
  -webkit-box-shadow: 0 0 0 1px #7354df;
  box-shadow: 0 0 0 1px #7354df;
  margin-right: 0.8rem;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.p-form-container .form-step .form-body-radio input {
  height: 39%;
  width: 75%;
  top: 51%;
  left: 17rem;
  position: absolute;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-form-container .form-step .form-body-radio input:checked + .wpcf7-list-item-label::before {
  background-color: #7354df;
}

.p-form-container .form-step .form-body-input {
  max-width: 40rem;
  margin: 0 auto 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-form-container .form-step .form-body-input:last-child {
  margin-bottom: 0;
}

.p-form-container .form-step .form-body-input .tit {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #222222;
  margin-bottom: 0.8rem;
}

.p-form-container .form-step .form-body-input input {
  width: 100%;
  height: 4.8rem;
  padding: 1.5rem 1.6rem;
  border: 0.2rem solid #666666;
  background: #ffffff;
  border-radius: 0.4rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  vertical-align: middle;
  color: #222222;
}

.p-form-container .form-step .form-body-input input:focus {
  border: 0.2rem solid #7354df;
}

.p-form-container .form-step .form-body-input .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-form-container .form-step .form-body-input .date > span {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222222;
}

.p-form-container .form-step .form-body-input .date .year {
  width: 12.4rem;
}

.p-form-container .form-step .form-body-input .date .month,
.p-form-container .form-step .form-body-input .date .day {
  width: 9.4rem;
}

.p-form-container .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7rem;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
  margin-top: 2.9rem;
  margin-left: -2rem;
}

.p-form-container .progress .dot {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #b5a5ed;
  position: relative;
}

.p-form-container .progress .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6.2rem;
  width: 5.4rem;
  height: 0.1rem;
  background: #cfcfcf;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-form-container .progress .dot:last-child::before {
  display: none;
}

.p-form-container .progress .dot.active {
  background: #7354df;
}

.p-form-container .progress .dot.active::before {
  background: #7354df;
}

@media screen and (max-width: 767px) {
  .p-form {
    padding: 4.2rem 0 9.4rem;
  }
  .p-form.form02 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-form.form02::before {
    display: none;
  }
  .p-form.form03 {
    padding: 8rem 0;
  }
  .p-form__heading .label {
    width: 22.1rem;
  }
  .p-form__heading .title {
    font-size: 3rem;
  }
  .p-form-container {
    margin-top: 1.7rem;
    padding-bottom: 2.5rem;
  }
  .p-form-container .form-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1.1rem 0.8rem 1.5rem;
  }
  .p-form-container .form-header .number {
    width: 4.45rem;
  }
  .p-form-container .form-header .text {
    font-size: 2rem;
    text-align: center;
  }
  .p-form-container .form-header .text.lh_sp {
    line-height: 1.4;
    margin-top: 0.2rem;
  }
  .p-form-container .form-step#step4 .form-body {
    padding-top: 2.4rem;
  }
  .p-form-container .form-step#step5 .form-body {
    padding-top: 2.4rem;
  }
  .p-form-container .form-step .form-body {
    max-width: 100%;
    padding: 0.8rem 1.6rem 2.9rem;
  }
  .p-form-container .form-step .form-body-radio .wpcf7-list-item {
    font-size: 1.6rem;
    padding: 3rem 0 2.9rem 0;
  }
  .p-form-container .form-step .form-body-radio .wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-form-container .form-step .form-body-radio .wpcf7-list-item-label::before {
    margin-top: -0.3rem;
  }
  .p-form-container .form-step .form-body-radio input {
    left: 0;
    height: 100%;
    width: 100%;
  }
  .p-form-container .form-step .form-body-input {
    max-width: 100%;
  }
  .p-form-container .form-step .form-body-input .date .month,
  .p-form-container .form-step .form-body-input .date .day {
    width: 5.7rem;
  }
  .p-form-container .progress {
    -webkit-column-gap: 4.8rem;
    -moz-column-gap: 4.8rem;
    column-gap: 4.8rem;
    margin-top: 0;
    margin-left: 0;
  }
  .p-form-container .progress .dot::before {
    right: -4rem;
    width: 3.2rem;
  }
}
.p-concerns {
  position: relative;
}

.p-concerns .p-inner {
  position: absolute;
  top: 6.9rem;
  left: 0;
  right: 0;
}

.p-concerns__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.6509803922);
  text-align: center;
  position: relative;
}

.p-concerns__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17.2rem;
  height: 0.1rem;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-concerns__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 17.2rem;
  height: 0.1rem;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-concerns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 23.5rem;
}

.p-concerns__list-items {
  width: calc((100% - 4.8rem) / 4);
  height: 18rem;
  border: 0.1rem solid #ffffff;
  border-radius: 1rem;
  background: linear-gradient(130.91deg, rgba(32, 16, 104, 0.5) 4.43%, rgba(109, 43, 190, 0.5) 102.39%);
  mix-blend-mode: lighten;
  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;
}

.p-concerns__list-items--text {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-concerns__lable {
  width: 71.3rem;
  margin: 3.9rem auto 0;
}

.p-concerns__lable-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-concerns__lable-ttlBox {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1a1186;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#ccac47), color-stop(34.62%, #efc438), color-stop(51.44%, #fff3cd), color-stop(74.04%, #f0d26e), to(#fff2c2));
  background: linear-gradient(90deg, #ccac47 0%, #efc438 34.62%, #fff3cd 51.44%, #f0d26e 74.04%, #fff2c2 100%);
  margin-top: 0.9rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-concerns .p-inner {
    top: 1.9rem;
  }
  .p-concerns__title {
    font-size: 3rem;
  }
  .p-concerns__title::before {
    width: 4.6rem;
  }
  .p-concerns__title::after {
    width: 4.6rem;
  }
  .p-concerns__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 13.4rem;
  }
  .p-concerns__list-items {
    width: calc((100% - 1.6rem) / 2);
    height: 12rem;
  }
  .p-concerns__list-items--text {
    font-size: 1.6rem;
  }
  .p-concerns__lable {
    width: 100%;
    margin: 0.3rem auto 0;
    padding: 0 0.6rem;
  }
  .p-concerns__lable-ttl {
    font-size: 2rem;
    text-align: center;
  }
  .p-concerns__lable-ttlBox {
    font-size: 2.4rem;
    margin-top: 0.8rem;
    height: 7.4rem;
  }
}
.p-reason {
  padding: 28rem 0 12rem;
  background: linear-gradient(166.76deg, #7555e4 2.88%, #40327f 85.56%);
  position: relative;
}

.p-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_section_pc.png) no-repeat;
  background-size: contain;
}

.p-reason__inner {
  max-width: 144rem;
  margin: 0 auto;
}

.p-reason__title {
  width: 57.8rem;
  margin: 0 auto 6rem;
}

.p-reason__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 4.8rem;
}

.p-reason__box:nth-child(2) {
  margin-top: 0;
}

.p-reason__box:nth-child(2) .p-reason__box-content {
  width: 76.1rem;
}

.p-reason__box:nth-child(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-reason__box:nth-child(3) .p-reason__box-number::before {
  right: -1.3rem;
}

.p-reason__box:nth-child(3) .p-reason__box-detail {
  padding-left: 4.8rem;
}

.p-reason__box:last-child .p-reason__box-number::before {
  right: -1.3rem;
}

.p-reason__box:last-child .p-reason__box-detail {
  padding-left: 4.8rem;
}

.p-reason__box:last-child .p-reason__box-detail--ttl span:first-child {
  margin-bottom: 0.4rem;
}

.p-reason__box-pic {
  width: 62rem;
}

.p-reason__box-content {
  width: 74.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.9rem;
  -moz-column-gap: 2.9rem;
  column-gap: 2.9rem;
}

.p-reason__box-number {
  width: 9.8rem;
  height: 18.5rem;
  position: relative;
}

.p-reason__box-number::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2.6rem;
  width: 0.2rem;
  height: 19.1rem;
  background: #ffffff;
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
}

.p-reason__box-detail {
  width: calc(100% - 9.8rem - 2.9rem);
  position: relative;
  padding-left: 6.1rem;
}

.p-reason__box-detail--ttl {
  margin-bottom: 1.6rem;
  position: relative;
}

.p-reason__box-detail--ttl > span {
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(#ccac47), color-stop(34.62%, #efc438), color-stop(51.44%, #fff3cd), color-stop(74.04%, #f0d26e), to(#fff2c2));
  background: linear-gradient(90deg, #ccac47 0%, #efc438 34.62%, #fff3cd 51.44%, #f0d26e 74.04%, #fff2c2 100%);
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4rem;
  letter-spacing: 0.04em;
  color: #1a1186;
  display: inline-block;
  padding: 1.7rem 1.6rem 1.8rem;
}

.p-reason__box-detail--txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-reason__box-detail--note {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-reason {
    background: transparent;
    padding: 10.2rem 0 3.9rem;
  }
  .p-reason::before {
    height: 4.7rem;
    background: url(../images/bg_section_sp.png) no-repeat;
    background-size: cover;
  }
  .p-reason__inner {
    max-width: 100%;
  }
  .p-reason__title {
    width: 35.8rem;
    margin: 0 auto 2.6rem;
  }
  .p-reason__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    margin-top: 6.2rem;
  }
  .p-reason__box:nth-child(2) {
    margin-top: 0;
  }
  .p-reason__box:nth-child(2) .p-reason__box-content {
    width: 100%;
  }
  .p-reason__box:nth-child(3) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-reason__box:nth-child(3) .p-reason__box-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-reason__box:nth-child(3) .p-reason__box-detail {
    padding-left: 0;
  }
  .p-reason__box:last-child {
    margin-top: 10rem;
  }
  .p-reason__box:last-child .p-reason__box-detail {
    padding-left: 0;
  }
  .p-reason__box-pic {
    width: 37.4rem;
  }
  .p-reason__box-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 1.6rem;
  }
  .p-reason__box-number {
    height: 10.8rem;
  }
  .p-reason__box-number::before {
    display: none;
  }
  .p-reason__box-detail {
    width: 100%;
    padding-left: 0;
  }
  .p-reason__box-detail--ttl {
    margin-bottom: 1.6rem;
    position: relative;
  }
  .p-reason__box-detail--ttl > span {
    font-size: 2.2rem;
    padding: 1.4rem 1.6rem 1.1rem;
  }
  .p-reason__box-detail--ttl > span:first-child {
    margin-bottom: 0.4rem;
  }
  .p-reason__box-detail--txt {
    font-size: 1.6rem;
  }
  .p-reason__box-detail--note {
    font-size: 1.6rem;
  }
}
.p-profile {
  background: -webkit-gradient(linear, left top, left bottom, from(#735ae5), to(#40327f));
  background: linear-gradient(180deg, #735ae5 0%, #40327f 100%);
  padding: 8rem 0 3.9rem;
}

.p-profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.9rem;
}

.p-profile__info-pic {
  width: 54rem;
}

.p-profile__info-cmt {
  width: calc(100% - 3.9rem - 54rem);
}

.p-profile__info-title {
  margin-bottom: 3.2rem;
}

.p-profile__info-title > span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#ccac47), color-stop(34.62%, #efc438), color-stop(51.44%, #fff3cd), color-stop(74.04%, #f0d26e), to(#fff2c2));
  background: linear-gradient(90deg, #ccac47 0%, #efc438 34.62%, #fff3cd 51.44%, #f0d26e 74.04%, #fff2c2 100%);
}

.p-profile__info-title > span._big {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1a1186;
  margin-bottom: 0.8rem;
  padding: 0.9rem 3.2rem 1.4rem;
}

.p-profile__info-title > span._big ._bigSmail {
  font-size: 5rem;
}

.p-profile__info-title > span._smail {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1a1186;
  padding: 0.7rem 0 0.9rem 3.3rem;
}

.p-profile__info-name--lable {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
}

.p-profile__info-name--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-profile__info-name--ttl .ja {
  font-size: 5.4rem;
}

.p-profile__info-name--ttl .en {
  font-size: 2.2rem;
}

.p-profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6.4rem;
  margin-top: 3.2rem;
}

.p-profile__list-item {
  width: calc((100% - 6.4rem) / 2);
}

.p-profile__list-item--ttl {
  border-bottom: 0.1rem dashed #ffffff;
  padding-bottom: 1.9rem;
  margin-bottom: 2.4rem;
}

.p-profile__list-item--ttl span {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-profile__list-item--ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.9rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon_arrow_white.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-profile__list-item--txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-profile {
    padding: 8.3rem 0 6.9rem;
  }
  .p-profile__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.7rem;
  }
  .p-profile__info-pic {
    width: 100%;
  }
  .p-profile__info-cmt {
    width: 100%;
  }
  .p-profile__info-title {
    margin-bottom: 3.2rem;
  }
  .p-profile__info-title > span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#ccac47), color-stop(34.62%, #efc438), color-stop(51.44%, #fff3cd), color-stop(74.04%, #f0d26e), to(#fff2c2));
    background: linear-gradient(90deg, #ccac47 0%, #efc438 34.62%, #fff3cd 51.44%, #f0d26e 74.04%, #fff2c2 100%);
  }
  .p-profile__info-title > span._big {
    font-size: 3.9rem;
    padding: 1.1rem 3.1rem 1.3rem;
  }
  .p-profile__info-title > span._big ._bigSmail {
    font-size: 2.9rem;
  }
  .p-profile__info-title > span._smail {
    font-size: 3.4rem;
    padding: 0.8rem 3.1rem 0.9rem;
  }
  .p-profile__info-name--lable {
    font-size: 2.2rem;
    margin-bottom: 0.6rem;
  }
  .p-profile__info-name--ttl .ja {
    font-size: 4.3rem;
  }
  .p-profile__info-name--ttl .en {
    font-size: 1.7rem;
  }
  .p-profile__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.4rem;
  }
  .p-profile__list-item {
    width: 100%;
  }
  .p-profile__list-item--ttl {
    padding-bottom: 1.6rem;
  }
  .p-profile__list-item--ttl span {
    font-size: 2.2rem;
  }
}
.p-voices {
  background: linear-gradient(166.76deg, #7555e4 2.88%, #40327f 85.56%);
  padding: 28.1rem 0 12rem;
  position: relative;
}

.p-voices::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_section_pc.png) no-repeat;
  background-size: contain;
}

.p-voices__title {
  width: 60.7rem;
  margin: 0 auto 7.2rem;
}

.p-voices__box {
  margin-bottom: 6.4rem;
}

.p-voices__box:last-child {
  margin-bottom: 0;
}

.p-voices__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #6a54b7;
  padding: 3.6rem 5rem 3.5rem;
  position: relative;
}

.p-voices__box-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.8rem;
  height: 100%;
  background: #7a68b7;
  -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.p-voices__box-content--before {
  width: 40.5rem;
}

.p-voices__box-content--before .p-voices__box-content--ttl {
  padding-left: 0.3rem;
}

.p-voices__box-content--after {
  width: 40rem;
}

.p-voices__box-content--after .p-voices__box-content--ttl .en {
  width: 12.6rem;
}

.p-voices__box-content--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 2.1rem;
}

.p-voices__box-content--ttl .en {
  width: 16.1rem;
  margin-right: 1.9rem;
}

.p-voices__box-content--ttl .ja {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-voices__box-content--txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.6);
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-voices {
    background: transparent;
    padding: 12.6rem 0 0;
    position: relative;
  }
  .p-voices::before {
    height: 4.7rem;
    background: url(../images/bg_section_sp.png) no-repeat;
    background-size: cover;
  }
  .p-voices__title {
    width: 19rem;
    margin: 0 auto 4rem;
  }
  .p-voices__box {
    margin-bottom: 7.7rem;
  }
  .p-voices__box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .p-voices__box-content::before {
    display: none;
  }
  .p-voices__box-content--before {
    width: 100%;
    background: #7a68b7;
    padding: 2.3rem 1.4rem 1.7rem;
  }
  .p-voices__box-content--before .p-voices__box-content--ttl {
    padding-left: 0.4rem;
  }
  .p-voices__box-content--after {
    width: 100%;
    padding: 2.2rem 1.5rem 1.5rem;
  }
  .p-voices__box-content--after .p-voices__box-content--ttl .en {
    width: 10.5rem;
  }
  .p-voices__box-content--ttl {
    margin-bottom: 2.1rem;
  }
  .p-voices__box-content--ttl .en {
    width: 13.4rem;
    margin-right: 1.9rem;
  }
  .p-voices__box-content--ttl .ja {
    font-size: 1.6rem;
  }
  .p-voices__box-content--txt {
    font-size: 1.6rem;
  }
}
.p-application {
  padding: 29rem 0 16rem;
  position: relative;
}

.p-application::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_section_pc.png) no-repeat;
  background-size: contain;
}

.p-application__inner {
  max-width: 116.3rem;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.p-application__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5.1rem;
  margin-bottom: 16rem;
}

.p-application__btnWrap {
  width: calc((100% - 5.1rem) / 2);
}

.p-application__btnWrap .btn-links {
  height: 7.6rem;
}

.p-application__title {
  width: 41.7rem;
  margin: 0 auto;
}

.p-application__list {
  margin-top: 3.2rem;
}

.p-application__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8.9rem;
  padding: 3.5rem 4.2rem;
  background: linear-gradient(91.89deg, rgba(79, 61, 148, 0.2) 0.33%, rgba(112, 93, 190, 0.2) 49.37%, rgba(217, 210, 249, 0.2) 98.41%);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.p-application__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 1.7rem solid transparent;
  border-right: 1.7rem solid transparent;
  border-top: 1.8rem solid rgba(255, 255, 255, 0.8);
}

.p-application__list-item:first-child .p-application__list-item--txt {
  font-size: 1.8rem;
}

.p-application__list-item:last-child {
  margin-bottom: 0;
}

.p-application__list-item--icon {
  width: 7.4rem;
}

.p-application__list-item--step {
  width: calc(100% - 7.4rem - 8.9rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}

.p-application__list-item--nb {
  width: 5.4rem;
}

.p-application__list-item--txt {
  width: calc(100% - 5.4rem - 3.2rem);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .p-application {
    padding: 7.8rem 0 8rem;
  }
  .p-application::before {
    display: none;
  }
  .p-application__inner {
    max-width: 100%;
  }
  .p-application__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
    margin-bottom: 8rem;
  }
  .p-application__btnWrap {
    width: 100%;
  }
  .p-application__btnWrap .btn-links {
    height: 5.6rem;
  }
  .p-application__title {
    width: 35.8rem;
  }
  .p-application__list {
    margin-top: 3.5rem;
  }
  .p-application__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem 1.6rem;
  }
  .p-application__list-item::before {
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-top: 1.3rem solid rgba(255, 255, 255, 0.8);
  }
  .p-application__list-item--step {
    width: 100%;
  }
  .p-application__list-item--nb {
    width: 5.4rem;
  }
  .p-application__list-item--txt {
    font-size: 1.8rem;
  }
}
.p-slogan {
  position: relative;
}

.p-slogan .p-inner {
  position: absolute;
  top: 10.4rem;
  left: 0;
  right: 0;
}

.p-slogan__heading {
  max-width: 62.9rem;
}

.p-slogan__ttl ._bg {
  background: -webkit-gradient(linear, left top, right top, from(#ccac47), color-stop(34.62%, #efc438), color-stop(51.44%, #fff3cd), color-stop(74.04%, #f0d26e), to(#fff2c2));
  background: linear-gradient(90deg, #ccac47 0%, #efc438 34.62%, #fff3cd 51.44%, #f0d26e 74.04%, #fff2c2 100%);
  color: #1a1186;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: inline-block;
}

.p-slogan__ttl ._bg._smail {
  font-size: 5.6rem;
  line-height: 1;
  padding: 1rem 0 1.4rem 3.2rem;
  margin-bottom: 0.8rem;
}

.p-slogan__ttl ._bg._big {
  font-size: 8.4rem;
  line-height: 1.2;
  padding: 0.6rem 0 1rem 3.2rem;
}

.p-slogan__ttl ._bg._big > span {
  font-size: 6.8rem;
}

.p-slogan__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-slogan .p-inner {
    top: 2.4rem;
  }
  .p-slogan__heading {
    max-width: 100%;
  }
  .p-slogan__ttl ._bg._smail {
    font-size: 2.8rem;
  }
  .p-slogan__ttl ._bg._big {
    font-size: 4.8rem;
  }
  .p-slogan__ttl ._bg._big > span {
    font-size: 3.2rem;
  }
  .p-slogan__txt {
    background: -webkit-gradient(linear, left top, right top, from(#ccac47), color-stop(34.62%, #efc438), color-stop(51.44%, #fff3cd), color-stop(74.04%, #f0d26e), to(#fff2c2));
    background: linear-gradient(90deg, #ccac47 0%, #efc438 34.62%, #fff3cd 51.44%, #f0d26e 74.04%, #fff2c2 100%);
    font-size: 1.9rem;
    color: #1a1186;
    text-align: center;
    display: inline-block;
    margin: 21.3rem auto 0;
    padding: 0.4rem 1rem;
  }
}
.privacy .pageTitle {
  background: url(../images/privacy/img_pageTitle_pc.png) no-repeat;
  background-size: cover;
  padding: 9.1rem 8rem;
  margin-top: 8rem;
}

.privacy .pageTitle__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .privacy .pageTitle {
    background: url(../images/privacy/img_pageTitle_sp.png) no-repeat;
    background-size: cover;
    height: 21rem;
    margin-top: 6.4rem;
    padding: 2.4rem 2.2rem;
  }
  .privacy .pageTitle__title {
    font-size: 3rem;
  }
}
.p-privacy {
  background-color: #ffffff;
  padding: 16rem 0;
}

.p-privacy__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #222222;
}

.p-privacy__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #222222;
  margin-bottom: 1.7rem;
}

.p-privacy__items {
  margin-bottom: 4rem;
}

.p-privacy__items:nth-child(2) {
  margin-top: 4rem;
}

.p-privacy__items:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 3.5rem 0 8rem;
  }
  .p-privacy__text {
    font-size: 1.6rem;
  }
  .p-privacy__ttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.p-thanks .pageTitle {
  margin-top: 8rem;
  position: relative;
}

.p-thanks .pageTitle__heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-top: 13rem;
}

.p-thanks .pageTitle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.4rem;
}

.p-thanks .pageTitle__title > span {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: linear-gradient(88.99deg, #CCAC47 1.08%, #EFC438 24.22%, #FEFBF1 38.48%, #F0D26E 44.29%, #F5E1A2 59.91%, #CCAC47 94.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2509803922);
}

.p-thanks .pageTitle__text {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-thanks .pageTitle {
    margin-top: 6.4rem;
  }
  .p-thanks .pageTitle__heading {
    padding-top: 2.4rem;
  }
  .p-thanks .pageTitle__title {
    margin-bottom: 1.4rem;
  }
  .p-thanks .pageTitle__title > span {
    font-size: 3.6rem;
  }
  .p-thanks .pageTitle__text {
    font-size: 2rem;
  }
}
.p-thanks__book {
  padding: 16rem 0;
}

.p-thanks__book--inner {
  max-width: 80rem;
  margin: 0 auto;
}

.p-thanks__book--title {
  width: 69.8rem;
  margin: 0 auto;
}

.p-thanks__book--pic {
  margin-top: 6.4rem;
}

@media screen and (max-width: 767px) {
  .p-thanks__book {
    max-width: 100%;
    padding: 3.6rem 0 7.9rem;
  }
  .p-thanks__book--title {
    width: 29.5rem;
  }
  .p-thanks__book--pic {
    margin-top: 4.1rem;
    overflow-y: scroll;
    padding: 0 1.6rem;
  }
  .p-thanks__book--pic .pic-scroll {
    width: 80rem;
  }
}
.p-thanks__btn {
  max-width: 54rem;
  margin: 0 auto;
}

.p-thanks__btn .btn-links {
  height: 7.6rem;
}

@media screen and (max-width: 767px) {
  .p-thanks__btn {
    max-width: 100%;
    padding: 0 1.6rem;
  }
  .p-thanks__btn .btn-links {
    height: 5.6rem;
  }
}
.p-thanks__application {
  padding: 15.8rem 0 16rem;
}

.p-thanks__application--ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-thanks__application .p-application__list {
  margin-top: 4.8rem;
}

@media screen and (max-width: 767px) {
  .p-thanks__application {
    padding: 7.9rem 0 8rem;
  }
  .p-thanks__application--ttl {
    font-size: 2.6rem;
  }
}
/*# sourceMappingURL=style.css.map */
