@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* 変数
----------------------------------------*/
/* color
----------------------------------------*/
/* font
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/ /* サイト共通設定
----------------------------------------*/
* {
  position: relative;
}

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

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

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

:root {
  width: 100%;
  height: 100%;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  background-image: url(../img/common/bg-contents.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  background-color: #f5f6f9;
  color: #0b1f54;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  padding: 0;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
    padding-top: 8.5rem;
  }
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body.filter-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body .filter-open-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
  }
}
@media screen and (min-width: 768px) {
  body.filter-open {
    top: auto !important;
  }
}
body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

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

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

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

/* 文字の汎用クラス
----------------------------------------*/
.text-danger {
  color: #dd0000;
}

.text-primary {
  color: #0b1f54;
}

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

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .text-s {
    font-size: 1.1rem;
  }
}

.text-marker {
  background: linear-gradient(transparent 70%, #0b1f54 70%);
}

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

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

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

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

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

/* inview
----------------------------------------*/
[data-a-inview=inview] {
  opacity: 0;
  transition: all 1.2s ease-out;
}

[data-a-inview=inview][data-inview=true] {
  opacity: 1;
}

/* loding
----------------------------------------*/
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* コンポーネント
c-contents
----------------------------------------*/
.c-contents h1 {
  font-size: 3.2rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #a4adb3;
  padding-bottom: 1.1rem;
  margin-bottom: 4.1rem;
}
@media screen and (max-width: 767px) {
  .c-contents h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.c-contents p {
  font-size: 2.2rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
  .c-contents p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.c-contents p.text-a {
  color: #637a84;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contents p.text-a {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.c-contents p.text-a::before {
  content: "──";
  letter-spacing: 0;
}
.c-contents h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #277387;
  margin: 5.6rem 0 3.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-contents h2 {
    font-size: 1.8rem;
  }
}
.c-contents h2:first-child {
  margin-top: 0;
}
.c-contents h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 3.7rem 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-contents h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 3.7rem 0 4rem;
  }
}
.c-contents h3:first-child {
  margin-top: 0;
}
.c-contents dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.9rem;
  line-height: 2.2353;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contents dl {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.c-contents dl dt {
  width: 6.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-contents dl dt {
    width: 5.7rem;
  }
}
.c-contents dl dd {
  width: calc(100% - 6.7rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-contents dl dd {
    width: calc(100% - 5.7rem);
  }
}
.c-contents dl dd p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.c-contents dl dd p + p {
  margin-top: 2.2em;
}
.c-contents .wp-block-image {
  margin: 5rem 0;
}
.c-contents__person {
  background: #F1F3F6;
  border-radius: 1.2rem;
  padding: 4rem;
  margin: 4rem 0;
}
.c-contents__person > p {
  line-height: 1.5;
}
.c-contents__person-info {
  border-bottom: 0.1rem solid #D2D8E2;
  display: flex;
  align-items: center;
  padding: 0 0 1.8rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info {
    display: block;
  }
}
.c-contents__person-info-img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info-img {
    margin: 0 auto 4rem;
  }
}
.c-contents__person-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-contents__person-info-text {
  flex: 1;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info-text {
    padding-left: 0;
    padding-right: 1rem;
  }
}
.c-contents__person-info-text h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.c-contents__person-info-text h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.4rem;
}
.c-contents__person-info-text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-contents__reference {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 4rem;
  margin: 4rem 0;
}
.c-contents__reference h3 {
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.c-contents__reference p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-contents__reference p + p {
  margin-top: 2.4rem;
}
.c-contents__related-posts {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 4rem 3.5rem;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts {
    padding: 4rem;
  }
}
.c-contents__related-posts-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.c-contents__related-posts-subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts-subtitle {
    margin-right: -1rem;
  }
}
.c-contents__related-posts-list {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts-list li + li {
    margin-top: 2rem;
  }
}
.c-contents__related-posts-list a {
  color: #209CFF;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.c-contents #toc_container {
  border: 0.1rem solid #C2CBD8;
  border-radius: 0.6rem;
  display: block !important;
  margin-bottom: 4rem;
}
.c-contents #toc_container.contracted .toc_title::after {
  transform: rotate(135deg);
  vertical-align: 0.4rem;
}
.c-contents #toc_container .toc_title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.4;
  padding: 2rem;
}
.c-contents #toc_container .toc_title::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #0089D0;
  border-right: 0.2rem solid #0089D0;
  transform: rotate(-45deg);
  margin: 0 -0.5rem 0 0.8rem;
  vertical-align: -0.1rem;
}
.c-contents #toc_container .toc_title .toc_toggle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-contents #toc_container .toc_title .toc_toggle .toc_brackets {
  display: none;
}
.c-contents #toc_container .toc_title .toc_toggle a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -999rem;
}
.c-contents #toc_container .toc_list {
  width: 100% !important;
  margin: 0 !important;
  padding: 0.2rem 3.9rem 4rem !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list {
    padding: 0.2rem 2.4rem 2.1rem !important;
  }
}
.c-contents #toc_container .toc_list .toc_depth_1::after {
  content: ".";
  margin-right: 0.2rem;
}
.c-contents #toc_container .toc_list li + li {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list li + li {
    margin-top: 0.4rem;
  }
}
.c-contents #toc_container .toc_list ul {
  margin: 0.6rem 0 0 2rem;
}

/* コンポーネント
c-contents
----------------------------------------*/
.c-cv {
  background: #0b1f54;
  color: #fff;
  padding: 7rem 0;
  /*
      @include g.mq-down() {
          .link {
              display: flex;

              li:first-child {
                  margin-right: 1.2rem;
              }
          }
      }
  */
}
@media screen and (max-width: 767px) {
  .c-cv {
    padding: 5.5rem 0 7rem;
  }
}
.c-cv__inner {
  max-width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-cv__inner {
    padding: 0 2rem;
  }
}
.c-cv h2 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-cv h2 {
    margin-bottom: 2.5rem;
  }
}
.c-cv h2 span {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cv h2 span {
    font-size: 6.4vw;
  }
}
.c-cv h2 span::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 95%;
  background: #fff;
  transform: rotate(-20deg);
  left: -12rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-cv h2 span::before {
    width: 0.2rem;
    transform: rotate(-15deg);
    left: -3.5rem;
  }
}
.c-cv h2 span::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 95%;
  background: #fff;
  transform: rotate(20deg);
  right: -12rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-cv h2 span::after {
    width: 0.2rem;
    transform: rotate(15deg);
    right: -3.5rem;
  }
}
.c-cv h3 {
  text-align: center;
  color: #0b1f54;
  background: #fff;
  border-radius: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0.5rem 0;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cv h3 {
    border-radius: 1.7rem;
    font-size: 1.8rem;
    padding: 0.3rem 0;
    margin-bottom: 1.6rem;
  }
}
.c-cv .link {
  display: flex;
  justify-content: space-between;
  max-width: 41.4rem;
  margin-inline: auto;
}
.c-cv .link li:first-child {
  margin-right: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-cv .link li:first-child {
    margin-right: 1.2rem;
  }
}
.c-cv__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.c-cv__link-item {
  width: 50%;
}
.c-cv__link-item .img-qr {
  max-width: 18.1rem;
  margin: 0 auto 3rem;
}
.c-cv__link-item .img-qr figcaption {
  position: absolute;
  max-width: 11rem;
  top: -0.5rem;
  left: -13.5rem;
}
.c-cv__link-item .text-sttl {
  text-align: center;
  margin-bottom: 2rem;
}
.c-cv__link-item .text-sttl span {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  position: relative;
}
.c-cv__link-item .text-sttl span::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 100%;
  background: #fff;
  transform: rotate(-18deg);
  left: -2.5rem;
  top: 0;
}
.c-cv__link-item .text-sttl span::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 100%;
  background: #fff;
  transform: rotate(18deg);
  right: -2.5rem;
  top: 0;
}
.c-cv__link-item .text-asterisk {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-cv__slider {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-cv__slider {
    margin-bottom: 2.8rem;
  }
}
.c-cv__slider figure {
  max-width: 10.5rem;
  margin: 0 2.7rem;
}
@media screen and (max-width: 767px) {
  .c-cv__slider figure {
    max-width: 3.9rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cv.sp-only {
    color: #0b1f54;
    background: none;
    padding: 0;
  }
  .c-cv.sp-only .c-cv__link {
    display: block;
  }
  .c-cv.sp-only .c-cv__link-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .c-cv.sp-only .c-cv__link-item .text-sttl {
    margin-bottom: 1rem;
  }
  .c-cv.sp-only .c-cv__link-item .text-sttl span {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .c-cv.sp-only .c-cv__link-item .text-sttl span::before {
    width: 0.2rem;
    background: #0b1f54;
    transform: rotate(-18deg);
    left: -1.5rem;
  }
  .c-cv.sp-only .c-cv__link-item .text-sttl span::after {
    width: 0.2rem;
    background: #0b1f54;
    transform: rotate(18deg);
    right: -1.5rem;
  }
  .c-cv.sp-only .c-cv__link-item .text-asterisk {
    font-size: 1.2rem;
  }
  .c-cv.sp-only .c-cv__link-item .btn {
    max-width: 21.7rem;
    margin: 0 auto 1.5rem;
  }
  .c-cv.sp-only .c-cv__link-item .btn a {
    text-align: center;
    display: block;
    background: #0b1f54;
    color: #fff;
    border-radius: 2.9rem;
    font-family: "Zen Maru Gothic", serif;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 1.5rem 0;
    box-shadow: 0.5rem 0.5rem 0 #d1dbf2;
  }
  .c-cv.sp-only .c-cv__link-item .btn a::before {
    content: "";
    position: absolute;
    background: #0b1f54;
    border-radius: 10rem;
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.4rem);
    right: -0.7rem;
    bottom: -0.7rem;
    z-index: -1;
  }
  .c-cv.sp-only .c-cv__link-item .btn span {
    position: absolute;
    width: 8rem;
    top: -2.4rem;
    left: -6.2rem;
  }
}
.c-cv.is-one .c-cv__link-item {
  width: 100%;
}

/* レイアウト
l-header
----------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.l-header__container {
  margin: 0 auto;
  max-width: 136.6rem;
  padding: 2rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    padding: 1.5rem 2rem 0;
  }
}
.l-header__logo {
  max-width: 15.4rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 7.8rem;
  }
}
.l-header__logo a {
  display: block;
  cursor: pointer;
}

/* レイアウト
l-footer
----------------------------------------*/
.l-footer {
  background: #0b1f54;
  color: #fff;
  padding: 6rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4rem 2rem 1rem;
  }
}
.l-footer__inner {
  max-width: 90rem;
  margin: 0 auto;
}
.l-footer__inner h3 {
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner h3 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
}
.l-footer__inner p {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner p {
    font-size: 1.4rem;
  }
}
.l-footer__inner + .l-footer__inner {
  border-top: 1px solid #fff;
  padding-top: 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner + .l-footer__inner {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: block;
    margin-bottom: 0;
  }
}
.l-footer__nav ul {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul {
    width: 100%;
    margin-bottom: 5.5rem;
  }
}
.l-footer__nav ul li {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.l-footer__nav ul li:has(a) {
  margin-bottom: 0.8rem;
}
.l-footer__nav ul li a {
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li a {
    font-size: 1.4rem;
  }
}
.l-footer__nav ul li.text-small {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li.text-small {
    font-size: 1.4rem;
  }
}
.l-footer__link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    margin-bottom: 6.5rem;
  }
}
.l-footer__link li:first-child {
  width: 43.8%;
}
.l-footer__link li:last-child {
  width: 52.7%;
}
.l-footer__copy {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.4rem;
  }
}

.result .l-footer {
  padding-block: 9rem 8.5rem;
}
@media screen and (max-width: 767px) {
  .result .l-footer {
    padding-block: 6.5rem 0.5rem;
  }
}
.result .l-footer .text-app {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .result .l-footer .text-app {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.result .l-footer__link {
  margin-bottom: 4rem;
  max-width: 41.4rem;
}
@media screen and (max-width: 767px) {
  .result .l-footer__link {
    margin-bottom: 6.5rem;
  }
}
.result .l-footer__copy {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .result .l-footer__copy {
    font-size: 1.4rem;
  }
}

/* レイアウト
l-main
----------------------------------------*/
@media screen and (max-width: 767px) {
  .l-main {
    overflow: hidden;
  }
}
.l-main__inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 92%;
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    max-width: 90%;
  }
}
.l-main__section {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .l-main__section {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contents {
    margin-top: 5.5rem;
  }
}

/* errorページ
共通
----------------------------------------*/
.p-error .l-main {
  background: #fff;
}
.p-error .c-breadcrumb {
  padding-top: 1.5rem;
}
.p-error__section {
  text-align: center;
  padding: 2.3rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-error__section {
    padding: 4.8rem 1.6rem 6rem;
  }
}
.p-error__section h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-error__section h2 {
    font-size: 2.6rem;
    margin-bottom: 3.5rem;
  }
}
.p-error__section p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-error__section p {
    font-size: 1.6rem;
  }
}
.p-error__section figure {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-error__section figure {
    margin-top: 4.2rem;
  }
}
.p-error__section figure img {
  height: 21.7rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-error__section figure img {
    height: auto;
    width: 100%;
    max-width: 34.3rem;
  }
}
.p-error__section-btn {
  text-align: center;
  margin-top: 4rem;
}
.p-error__section-btn a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 1rem 1.4rem;
  letter-spacing: 0.04em;
  border: 0.1rem solid #F1F3F6;
  border-radius: 2.8rem;
  width: 40rem;
  background: #fff;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
@media (hover: hover) {
  .p-error__section-btn a:hover {
    opacity: 1;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-error__section-btn a:active {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-error__section-btn a {
    width: 100%;
  }
}
.p-error__section-btn a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.3rem solid #009BE3;
  border-right: 0.3rem solid #009BE3;
  transform: rotate(45deg);
  margin: 0 -0.8rem 0 0.8rem;
  vertical-align: 0.1rem;
}

/* レイアウト
p-home
----------------------------------------*/
.p-home .l-main {
  padding: 0 2rem;
}
.p-home .p-kv {
  max-width: 90rem;
  margin: 0 auto 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv {
    margin: 0 auto 4.8rem;
  }
}
.p-home .p-kv__catch {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__catch {
    margin-bottom: 1rem;
  }
}
.p-home .p-kv__catch span {
  background: #0b1f54;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0.4rem 6rem;
  display: inline-block;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__catch span {
    font-size: 1.4rem;
    padding: 0.4rem 2.5rem;
  }
}
.p-home .p-kv__hdg {
  max-width: 78.5rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__hdg {
    margin: 0 auto 2rem;
  }
}
.p-home .p-kv__slider {
  overflow: hidden;
}
.p-home .p-kv__slider figure {
  margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__slider figure {
    margin: 0 0.3rem;
  }
}
.p-home .p-kv__slider .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-home .p-kv__txt {
  margin-top: 3rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__txt {
    margin-top: 1rem;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.p-home .p-kv__btn {
  max-width: 53rem;
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__btn {
    max-width: calc(100% - 0.5rem);
    margin: 0 0 3rem;
  }
}
.p-home .p-kv__btn a {
  display: block;
  border: 0.5rem solid #0b1f54;
  border-radius: 5rem;
  padding: 1.4rem 0;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  box-shadow: 1.3rem 1.3rem 0 #0b1f54;
  background-image: url(../img/common/bg-dots.png);
  background-repeat: repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__btn a {
    border: 0.2rem solid #0b1f54;
    padding: 1.5rem 0;
    font-size: 2.4rem;
    letter-spacing: 0;
    box-shadow: 1rem 1rem 0 #0b1f54;
  }
}
.p-home .p-kv__btn a::before {
  content: "";
  background-image: url(../img/common/ico-arrow.png);
  width: 3rem;
  height: 3.6rem;
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: -0.4rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__btn a::before {
    width: 1.8rem;
    height: 2.2rem;
    vertical-align: -0.2rem;
    margin-right: 1.2rem;
  }
}
.p-home .p-kv__share {
  max-width: 36.5rem;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__share {
    max-width: 22rem;
  }
}
.p-home .p-kv__share:hover {
  opacity: 0.7;
}
.p-home .p-kv__share a {
  display: block;
  background: #0b1f54;
  color: #fff;
  border-radius: 5rem;
  padding: 3rem 0;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  box-shadow: 0.9rem 0.9rem 0 #d1dbf2;
  background-repeat: repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__share a {
    padding: 1.5rem 0;
    font-size: 1.6rem;
    letter-spacing: 0;
    box-shadow: 0.5rem 0.5rem 0 #d1dbf2;
  }
}
.p-home .p-kv__share a:hover {
  opacity: 1 !important;
}
.p-home .p-kv__share a img {
  max-width: 3.2rem;
  display: inline-block;
  vertical-align: -0.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__share a img {
    max-width: 2rem;
    vertical-align: -0.2rem;
    margin-right: 0.4rem;
  }
}
.p-home .p-kv__share a::before {
  content: "";
  background: #0b1f54;
  border-radius: 10rem;
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  position: absolute;
  right: -1.2rem;
  bottom: -1.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home .p-kv__share a::before {
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.4rem);
    right: -0.8rem;
    bottom: -0.8rem;
  }
}

/* レイアウト
p-home
----------------------------------------*/
.p-question .shindanStart__inner {
  max-width: 70rem;
  margin: 0 auto 14rem;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__inner {
    padding: 0 2rem;
    margin: 0 auto 6rem;
  }
}
.p-question .shindanStart__question {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__question {
    margin-bottom: 3rem;
  }
}
.p-question .shindanStart__question span.num {
  background: #4ca6d6;
  color: #fff;
  width: 11.9rem;
  height: 11.9rem;
  border-radius: 50%;
  text-align: center;
  line-height: 11.3rem;
  font-size: 4.1rem;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__question span.num {
    width: 5.6rem;
    height: 5.6rem;
    line-height: 5.3rem;
    font-size: 2rem;
  }
}
.p-question .shindanStart__question span:not(.num) {
  width: calc(100% - 11.9rem);
  font-size: 5rem;
  font-weight: 900;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.16;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__question span:not(.num) {
    width: calc(100% - 5.6rem);
    font-size: 2.4rem;
    padding-left: 1.8rem;
  }
}
.p-question .shindanStart__choices li {
  margin-right: 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__choices li {
    margin-right: 1rem;
    margin-bottom: 3rem;
  }
}
.p-question .shindanStart__choices li button {
  appearance: none;
  width: 100%;
  height: 12.5rem;
  background: #fff;
  color: #0b1f54;
  border: 0.5rem solid #0b1f54;
  border-radius: 10rem;
  box-shadow: 0.9rem 0.9rem 0 #0b1f54;
  font-family: inherit;
  text-align: left;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  margin: 0;
  padding: 0 0 0 14rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__choices li button {
    height: 6rem;
    border: 0.2rem solid #0b1f54;
    padding: 0 0 0 6.5rem;
    font-size: 2.4rem;
    letter-spacing: 0;
    box-shadow: 1rem 1rem 0 #0b1f54;
  }
}
.p-question .shindanStart__choices li button::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border: 0.2rem solid #0b1f54;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__choices li button::before {
    width: 2.8rem;
    height: 2.8rem;
    left: 2rem;
  }
}
.p-question .shindanStart__choices li button::after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.3rem;
  margin: auto 0;
  transform: scale(0);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__choices li button::after {
    width: 1.6rem;
    height: 1.6rem;
    left: 2.6rem;
  }
}
.p-question .shindanStart__choices li::before {
  content: "";
  background: #0b1f54;
  border-radius: 10rem;
  width: calc(100% + 1.2rem);
  height: calc(100% + 1.2rem);
  position: absolute;
  right: -2.4rem;
  bottom: -2.4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__choices li::before {
    width: calc(100% + 0.6rem);
    height: calc(100% + 0.6rem);
    right: -1.2rem;
    bottom: -1.2rem;
  }
}
.p-question .shindanStart__choices li.selected button {
  background: #0b1f54;
  color: #fff;
  box-shadow: 1.7rem 1.7rem 0 #d1dbf2;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__choices li.selected button {
    box-shadow: 1rem 1rem 0 #d1dbf2;
  }
}
.p-question .shindanStart__choices li.selected button::after {
  background: #688deb;
  border: 0.2rem solid #0b1f54;
  transform: scale(1);
}
.p-question .shindanStart__navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__navigation {
    margin-top: 4rem;
  }
}
.p-question .shindanStart__navigation .ellipticalButton {
  font-family: "Zen Maru Gothic", serif;
  appearance: none;
  width: 27rem;
  background: #91b1f2;
  color: #0b1f54;
  font-size: 3.7rem;
  font-weight: bold;
  height: 8.7rem;
  display: inline-block;
  color: inherit;
  position: relative;
  border-radius: 0.5rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__navigation .ellipticalButton {
    width: 13rem;
    font-size: 1.8rem;
    height: 4.2rem;
  }
}
.p-question .shindanStart__navigation .ellipticalButton::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-top: 0.2rem solid #0b1f54;
  border-right: 0.2rem solid #0b1f54;
  transform: rotate(-135deg);
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 3rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__navigation .ellipticalButton::before {
    width: 1.2rem;
    height: 1.2rem;
    left: 1.5rem;
    top: 0.2rem;
  }
}
.p-question .shindanStart__navigation .shindanCounter {
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__navigation .shindanCounter {
    font-size: 1.8rem;
  }
}
.p-question .shindanStart__navigation .shindanCounter .shindanCounter__current {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-question .shindanStart__navigation .shindanCounter .shindanCounter__current {
    margin-left: 0.8rem;
  }
}

/* レイアウト
p-result
----------------------------------------*/
.result {
  background-image: url(../img/result/bg-contents.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .result {
    background-position: top;
    background-size: 240%;
  }
}

.p-result {
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-result {
    padding: 0;
  }
}
.p-result__ttl {
  max-width: 90rem;
  margin: 0 auto 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__ttl {
    margin: 0 auto 4.8rem;
    padding: 0 2rem;
  }
}
.p-result__h2 {
  text-align: center;
  margin: 0 auto 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__h2 {
    margin: 0 auto 3rem;
  }
}
.p-result__h2 span {
  position: relative;
  display: inline-block;
  font-family: "Zen Maru Gothic", serif;
  font-size: 5.76rem;
  background: url(../img/result/title-bg.png) no-repeat;
  background-size: cover;
  border: 0.8rem solid #0a1f51;
  width: 60rem;
  margin: 0 auto;
  border-radius: 1rem;
  line-height: 1;
  padding: 1.6rem 0 2rem;
  box-shadow: 0.9rem 0.9rem 0 #abd9ef;
}
@media screen and (max-width: 767px) {
  .p-result__h2 span {
    font-size: 2.4rem;
    border: 0.3rem solid #0a1f51;
    width: 25rem;
    border-radius: 0.5rem;
    padding: 0.8rem 0 1rem;
    box-shadow: 0.5rem 0.5rem 0 #abd9ef;
  }
}
.p-result__h2 span::before {
  content: "";
  position: absolute;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  background: #0a1f51;
  right: -2.5rem;
  bottom: -2.5rem;
  z-index: -1;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-result__h2 span::before {
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
    right: -1.1rem;
    bottom: -1.1rem;
    border-radius: 0.5rem;
  }
}
.p-result__h3 {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-result__h3 {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}
.p-result__contents {
  max-width: 135.6rem;
  padding-right: 3.3rem;
  margin: 0 auto 12.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-result__contents {
    margin: 0 auto 4rem;
    display: block;
    padding: 0 2rem 0 1.2rem;
  }
}
.p-result__contents-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-result__contents-inner::before {
  content: "";
  position: absolute;
  width: 8.9rem;
  height: 8.9rem;
  background: url(../img/result/parts-01.png) no-repeat;
  background-size: 100% 100%;
  right: -5.5rem;
  top: -7.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__contents-inner::before {
    width: 5.5rem;
    height: 5.5rem;
    right: -0.5rem;
    top: -3.3rem;
  }
}
.p-result__contents-inner::after {
  content: "";
  position: absolute;
  width: 8.5rem;
  height: 8.5rem;
  background: url(../img/result/parts-02.png) no-repeat;
  background-size: 100% 100%;
  left: -7.5rem;
  bottom: -9rem;
}
@media screen and (max-width: 767px) {
  .p-result__contents-inner::after {
    width: 5.3rem;
    height: 5.3rem;
    left: -3.5rem;
    bottom: -5.5rem;
  }
}
.p-result__contents > * {
  max-width: 45%;
  padding: 4.5rem 5rem 6rem;
  background: #fff;
  border: 0.5rem solid #0a1f51;
  border-radius: 11rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-result__contents > * {
    max-width: 100%;
    padding: 2.5rem 1rem 4.5rem 1.5rem;
    border: 0.3rem solid #0a1f51;
    border-radius: 6rem;
    margin-bottom: 6rem;
  }
}
.p-result__contents > *::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5rem solid #0a1f51;
  border-radius: 12rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-result__contents > *::before {
    border: 0.3rem solid #0a1f51;
    border-radius: 6rem;
  }
}
.p-result__contents > * h4 {
  width: 25.5rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__contents > * h4 {
    width: 16.7rem;
    margin: 0 auto 2rem;
  }
}
.p-result__contents > * p {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-result__contents > * p {
    font-size: 15px;
  }
}
.p-result__contents-strong::before {
  background: #f1eace;
}
.p-result__contents-weak::before {
  background: #abd9ef;
}
.p-result__inner {
  max-width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-result__inner {
    padding: 0 2rem;
  }
}
.p-result__recommend {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-result__recommend {
    margin-bottom: 5rem;
  }
}
.p-result__recommend h2 {
  max-width: 57.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-result__recommend h2 {
    max-width: 100%;
  }
}
.p-result__recommend-artist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.p-result__recommend-artist figure {
  max-width: 26.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__recommend-artist figure {
    max-width: 12.5rem;
  }
}
.p-result__recommend-artist .text-name {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-result__recommend-artist .text-name {
    margin-left: 1.7rem;
  }
}
.p-result__recommend-artist .text-name p {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-result__recommend-artist .text-name p {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: -0.1em;
  }
}
.p-result__recommend-artist .text-name p span {
  font-size: 6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-result__recommend-artist .text-name p span {
    font-size: 2.8rem;
  }
}
.p-result__recommend-artist .text-name p.en {
  font-family: "Zen Maru Gothic", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.p-result__recommend-comment {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.55;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-result__recommend-comment {
    font-size: 16px;
    line-height: 1.53;
    margin-bottom: 6rem;
  }
}
.p-result__recommend h3 {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-result__recommend h3 {
    margin-bottom: 2.5rem;
  }
}
.p-result__recommend h3 span {
  position: relative;
  display: inline-block;
  font-size: 4.89rem;
  font-weight: 900;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .p-result__recommend h3 span {
    font-size: 2rem;
  }
}
.p-result__recommend h3 span::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 100%;
  background: #0a1f51;
  transform: rotate(-15deg);
  left: -7rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-result__recommend h3 span::before {
    width: 0.25rem;
    transform: rotate(-15deg);
    left: -2.7rem;
  }
}
.p-result__recommend h3 span::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 100%;
  background: #0a1f51;
  transform: rotate(18deg);
  right: -7rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-result__recommend h3 span::after {
    width: 0.25rem;
    transform: rotate(18deg);
    right: -2.7rem;
  }
}
.p-result__recommend .img-card {
  max-width: 48rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-result__recommend .img-card {
    max-width: 67.7%;
  }
}
.p-result__share {
  max-width: 46.3rem;
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__share {
    max-width: 32rem;
    margin: 0 auto;
  }
}
.p-result__share a {
  display: block;
  border: 0.5rem solid #0b1f54;
  border-radius: 5rem;
  padding: 1.4rem 0;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  box-shadow: 1.3rem 1.3rem 0 #0b1f54;
  background-image: url(../img/common/bg-dots.png);
  background-repeat: repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-result__share a {
    border: 0.2rem solid #0b1f54;
    padding: 1.5rem 0;
    font-size: 2.4rem;
    letter-spacing: 0;
    box-shadow: 1rem 1rem 0 #0b1f54;
  }
}
.p-result__share a::before {
  content: "";
  background-image: url(../img/common/ico-arrow.png);
  width: 3rem;
  height: 3.6rem;
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: -0.4rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-result__share a::before {
    width: 1.8rem;
    height: 2.2rem;
    vertical-align: -0.2rem;
    margin-right: 1.2rem;
  }
}
.p-result__share a img {
  max-width: 3.6rem;
  vertical-align: 0rem;
}
@media screen and (max-width: 767px) {
  .p-result__share a img {
    max-width: 2.2rem;
  }
}
.p-result__design {
  padding: 10rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .p-result__design {
    padding: 6.5rem 0 3rem;
  }
}
.p-result__design h2 {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-result__design h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 1.5rem;
    font-feature-settings: inherit;
    letter-spacing: 0;
  }
}
.p-result__design h2 + p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-result__design h2 + p {
    font-size: 1.6rem;
  }
}
.p-result__design-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__design-list {
    display: block;
    margin-top: 3.5rem;
  }
}
.p-result__design-item {
  width: 50%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-result__design-item {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
.p-result__design-item .text-name {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-result__design-item .text-name {
    margin-bottom: 1.5rem;
  }
}
.p-result__design-item .text-name p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-result__design-item .text-name p {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}
.p-result__design-item .text-name p span {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-result__design-item .text-name p span {
    font-size: 2.9rem;
  }
}
.p-result__design-item .text-name p.en {
  font-family: "Zen Maru Gothic", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.p-result__design-item .img-card {
  max-width: 27rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-result__design-item .img-card {
    max-width: 22.9rem;
    margin: 0 auto 1.5rem;
  }
}
.p-result__about {
  background: #e1e8f6;
  padding: 8rem 0 9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-result__about {
    padding: 5.3rem 0 6.3rem;
  }
}
.p-result__about h2 {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__about h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.p-result__about p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-result__about p {
    font-size: 1.6rem;
    white-space: inherit;
    text-align: left;
  }
}
.p-result__app {
  padding: 9rem 0 9.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-result__app {
    padding: 5rem 0 7rem;
  }
}
.p-result__app h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-result__app h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 3rem;
  }
}
.p-result__app p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-result__app p {
    text-align: left;
  }
}
.p-result__app-step {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__app-step {
    margin-top: 4.5rem;
  }
}
.p-result__app-item {
  margin-bottom: 7.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-result__app-item {
    margin-bottom: 7rem;
    display: block;
  }
}
.p-result__app-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-result__app-item .text {
  width: 47.7%;
}
@media screen and (max-width: 767px) {
  .p-result__app-item .text {
    width: 100%;
  }
}
.p-result__app-item .text h3 {
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-result__app-item .text h3 {
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }
}
.p-result__app-item .text h3 span {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-result__app-item .text h3 span {
    font-size: 1.7rem;
  }
}
.p-result__app-item .text p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.56;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-result__app-item .text p {
    margin-bottom: 1.8rem;
  }
}
.p-result__app-item .text p.text-small {
  font-size: 1.4rem;
  margin-bottom: 1.5rem !important;
}
.p-result__app-item figure {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-result__app-item figure {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-result__app .link {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  max-width: 41.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-result__app .link {
    margin-top: 3rem;
  }
}
.p-result__app .link li:first-child {
  margin-right: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-result__app .link li:first-child {
    margin-right: 1.2rem;
  }
}
.p-result__point {
  background: #f7f2e7;
  padding: 9.5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-result__point {
    padding: 5rem 0 6rem;
  }
}
.p-result__point h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  line-height: 1.4;
  letter-spacing: -0.045em;
}
@media screen and (max-width: 767px) {
  .p-result__point h2 {
    font-size: 7.2vw;
  }
}
.p-result__point-list {
  max-width: 70rem;
  margin: 0 auto;
}
.p-result__point-list li {
  position: relative;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-result__point-list li {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    padding-left: 4rem;
  }
}
.p-result__point-list li::before {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/result/ico-check.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-result__point-list li::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 0.1rem;
  }
}
.p-result__point-list li span {
  font-size: 2.8rem;
  font-weight: 900;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-result__point-list li span {
    font-size: 2rem;
  }
}
.p-result__point-list li a {
  display: inline-block;
  margin-top: 2rem;
  text-decoration: underline;
  font-weight: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-result__point-list li a {
    margin-top: 1.5rem;
    font-weight: 1.2rem;
  }
}
.p-result__faq {
  background: #fff;
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  .p-result__faq {
    padding: 4.5rem 0 7rem;
  }
}
.p-result__faq h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__faq h2 {
    font-size: 7.2vw;
    margin-bottom: 3rem;
  }
}
.p-result__faq-list {
  max-width: 70rem;
  margin: 0 auto;
}
.p-result__faq-list dt {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-result__faq-list dt {
    font-size: 2rem;
  }
}
.p-result__faq-list dd {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .p-result__faq-list dd {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
}
.p-result__faq p {
  text-align: center;
}
.p-result__faq p a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-result__faq p a {
    font-size: 1.2rem;
  }
}

a.gaibu::after {
  content: "";
  display: inline-block;
  background: url(../img/result/ico-blank.png) no-repeat;
  background-size: 100% 100%;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: -0.4rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  a.gaibu::after {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -0.3rem;
    margin-left: 0.8rem;
  }
}

/*# sourceMappingURL=style.css.map */
