@charset "UTF-8";

:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

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

em,
i,
dfn {
  font-style: normal;
}

/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  /* iOS 8+ */
}

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

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

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

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  text-decoration: none;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

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

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

/* 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 {
  padding: 0;
  border-style: 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;
}

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

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

/* # =================================================================
     # 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;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */

/* 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] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* -----------------------------------------------------------------
  Layout: Wrapper
----------------------------------------------------------------- */
.l-wrapper {
  gap: 7.8571428571vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("/contents/special/2026ss/0320_mybestcomfort/img/bg_img.jpg");
  background-size: cover;
}

/* -----------------------------------------------------------------
  Main: Right Side (Scrollable)
----------------------------------------------------------------- */
.l-main-contents {
  max-width: 34.2857142857vw;
  height: 100vh;
  padding-top: 5.3571428571vw;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.l-main {
  background-color: rgba(255, 255, 255, 0.3);
}

.l-footer {
  padding: 1.5714285714vw 1.7857142857vw 1.3571428571vw;
  background-color: #202020;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 300;
  text-align: center;
}

.l-footer__txt {
  margin-bottom: 0.7857142857vw;
  font-size: 0.9285714286vw;
}

.l-footer__copyright {
  font-size: 0.8571428571vw;
}

.l-header {
  top: 0;
  width: 100%;
  height: minvw(70);
  padding: 0.8571428571vw 0 1vw;
  background-color: #fff;
  text-align: center;
}

.l-header img {
  display: block;
  width: 18vw;
  margin: 0 auto;
}

/* -----------------------------------------------------------------
  Navigation: Left Side (Fixed)
----------------------------------------------------------------- */
.p-top-nav {
  width: 100%;
  max-width: 41.2142857143vw;
}

.p-top-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-top-nav__item {
  position: relative;
  width: 100%;
}

.p-top-nav__item + .p-top-nav__item {
  margin-top: 4.3571428571vw;
}

.p-top-nav__link {
  -webkit-transition: color 0.2s, background-color 0.2s;
  display: block;
  position: relative;
  overflow: visible;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
}

.p-top-nav__bg-text {
  z-index: 999;
  position: absolute;
  bottom: -1.7857142857vw;
  left: -1.7857142857vw;
  color: #67afc1;
  font-family: "Playfair Display", serif;
  font-size: 11.4285714286vw;
  line-height: 2;
}

.p-top-nav__link--e .p-top-nav__bg-text {
  color: #f4f8fa;
}

.p-top-nav__bg-text-width {
  z-index: 999;
  position: absolute;
  bottom: -1.1428571429vw;
  left: 10.1428571429vw;
  color: #67afc1;
  font-family: "Playfair Display", serif;
  font-size: 3.5714285714vw;
  line-height: 1.2;
}

.p-top-nav__link--e .p-top-nav__bg-text-width {
  color: #f4f8fa;
}

.p-top-nav__content {
  gap: 1.8571428571vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  width: 100%;
}

.p-top-nav__link--b .p-top-nav__content {
  background-color: #73b6c7;
}

.p-top-nav__link--e .p-top-nav__content {
  border: 0.0714285714vw solid #e7f1f4;
  background-color: #e7f1f4;
}

.p-top-nav__img-main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18.8571428571vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.2857142857vw 0 0.3571428571vw 0.2857142857vw;
}

.p-top-nav__img-main img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-nav__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1.7857142857vw;
}

.p-top-nav__title-wrap {
  gap: 0.7142857143vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 2.2142857143vw;
}

.p-top-nav__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 2.1428571429vw;
  font-weight: 500;
  white-space: nowrap;
}

.p-top-nav__link--b .p-top-nav__title {
  color: #fff;
}

.p-top-nav__link--e .p-top-nav__title {
  color: #67afc1;
}

.p-top-nav__tag {
  display: block;
  margin-top: 0.3571428571vw;
  padding: 0 0.2857142857vw;
  border: 0.0714285714vw solid #fff;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4285714286vw;
  font-weight: normal;
  white-space: nowrap;
}

.p-top-nav__link--e .p-top-nav__tag {
  border: 0.0714285714vw solid #67afc1;
  color: #67afc1;
}

.p-top-spacing {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.1428571429vw;
  letter-spacing: -0.2em;
}

.p-top-nav__btn-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.0714285714vw;
  padding: 0.6428571429vw 0 0.7857142857vw 1.5vw;
  color: #fff;
  font-size: 1.1428571429vw;
  transition: all 0.2s;
}

.p-top-nav__link--b .p-top-nav__btn-area {
  background-color: #67afc1;
  color: #fff;
}

.p-top-nav__link--e .p-top-nav__btn-area {
  background-color: #f4f8fa;
  color: #7ab8cc;
}

.p-top-nav__img-sub {
  position: absolute;
  top: -40%;
  right: 0;
  width: 7.6428571429vw;
  height: auto;
}

/* -----------------------------------------------------------------
  Main: Right Side (Scrollable)
----------------------------------------------------------------- */
.p-top-width-detail__b {
  scroll-margin-top: 3.5714285714vw;
}

.p-top-width-detail__e {
  scroll-margin-top: 3.5714285714vw;
}

.p-top-contents {
  width: 100%;
}

.p-top-concept {
  position: relative;
}

.p-top-concept__inner {
  margin-inline: 1.6428571429vw 1.1428571429vw;
  position: relative;
  height: 56.2142857143vw;
}

.p-top-concept__heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  gap: 1vw;
  -webkit-transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: absolute;
  top: 10.5714285714vw;
  left: 48%;
  flex-direction: row-reverse;
  transform: translate(-50%, 0);
}

.p-top-concept__copy-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-transition: color 0.6s 1.4s;
  display: block;
  z-index: 9;
  position: relative;
  padding-top: 0.4285714286vw;
  padding-right: 0.2857142857vw;
  color: transparent;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1;
  transition: color 0.6s 1.4s;
  writing-mode: vertical-rl;
}

.p-top-concept__copy-text .p-top-concept__copy-spacing {
  display: inline-block;
  letter-spacing: -0.4em;
}

.p-top-concept__copy-text.is-animated {
  color: #004c69;
}

.p-top-concept__copy-text::before {
  -webkit-transition: -webkit-transform 0.8s 1s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 3vw;
  height: 86%;
  transform: scaleY(0);
  transform-origin: top;
  background-color: #ffffff;
  content: "";
  transition: -webkit-transform 0.8s 1s;
  transition: transform 0.8s 1s;
  transition: transform 0.8s 1s, -webkit-transform 0.8s 1s;
}

.p-top-concept__copy-text.is-animated::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.p-top-concept__copy-sub {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-transition: color 0.8s 1.8s;
  display: block;
  position: relative;
  margin-top: 0.5em;
  padding-right: 0.5714285714vw;
  color: transparent;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1;
  transition: color 0.8s 1.8s;
  writing-mode: vertical-rl;
}

.p-top-concept__copy-sub .p-top-concept__copy-spacing {
  display: inline-block;
  letter-spacing: -0.8em;
}

.p-top-concept__copy-sub.is-animated {
  color: #004c69;
}

.p-top-concept__copy-sub::before {
  -webkit-transition: -webkit-transform 1s 1.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top;
  display: block;
  z-index: -1;
  position: absolute;
  top: 1.0714285714vw;
  right: 0;
  width: 3vw;
  height: 94%;
  transform: scaleY(0);
  transform-origin: top;
  background-color: #ffffff;
  content: "";
  transition: -webkit-transform 1s 1.2s;
  transition: transform 1s 1.2s;
  transition: transform 1s 1.2s, -webkit-transform 1s 1.2s;
}

.p-top-concept__copy-sub.is-animated::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.p-top-concept__sub-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-transition: opacity 1s 2.4s;
  -webkit-transform: translate(-50%, 0);
  z-index: 5;
  position: absolute;
  top: 8.0714285714vw;
  right: 25%;
  transform: translate(-50%, 0);
  color: #73b6c7;
  font-family: "Playfair Display", serif;
  font-size: 1.4285714286vw;
  opacity: 0;
  transition: opacity 1s 2.4s;
  writing-mode: vertical-rl;
}

.p-top-concept__sub-title.is-animated {
  opacity: 1;
}

.p-top-concept__img-unit {
  position: absolute;
}

.p-top-concept__img-unit img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-concept__img-unit--01 {
  top: 3.7857142857vw;
  left: 0;
  width: 12.7857142857vw;
}

.p-top-concept__img-unit--02 {
  top: 6.2857142857vw;
  right: 0;
  width: 9.7142857143vw;
}

.p-top-concept__img-unit--03 {
  top: 30.9285714286vw;
  left: 0;
  width: 9.7142857143vw;
}

.p-top-concept__img-unit--04 {
  top: 30.5714285714vw;
  right: 0.2142857143vw;
  width: 13.2142857143vw;
}

.p-top-concept__img-unit--05 {
  top: 44.2142857143vw;
  left: 4.7857142857vw;
  width: 8.3571428571vw;
}

.p-top-check {
  padding: 0 0.9285714286vw;
}

.p-top-check__inner {
  padding: 3.1428571429vw 0.4285714286vw 0.5vw;
  background-color: #f7fdff;
}

.p-top-check__lead {
  margin: 0 0.8571428571vw 3vw;
}

.p-top-check__lead_title {
  color: #004c69;
  font-weight: bold;
  line-height: 1.5;
}

.p-top-check__lead_text {
  color: #004c69;
  line-height: 1.8;
}

.p-top-check__lead-en {
  margin-bottom: 0.5714285714vw;
  color: #004c69;
  font-family: "Playfair Display", serif;
  font-size: 1.0714285714vw;
  font-weight: 500;
  line-height: 1.2;
}

.p-top-check__lead-title {
  color: #004c69;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7857142857vw;
  font-weight: 600;
  line-height: 1.6;
}

.p-top-check__lead-text {
  padding-inline: 0.5vw;
  margin-top: 1.9285714286vw;
}

.p-top-check__lead-text p {
  color: #004c69;
  font-size: 1.2857142857vw;
  line-height: 1.7;
}

.p-top-check__lead-text p + p {
  margin-top: 1vw;
}

.p-top-check__content {
  background-color: #d7f2f9;
}

.p-top-check__content-h {
  position: relative;
  padding: 0.4285714286vw 0 0.7142857143vw;
  background-color: #73b6c7;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6428571429vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.p-top-check__content-h::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 2vw 2.1428571429vw 0 2.1428571429vw;
  border-style: solid;
  border-color: #73b6c7 transparent transparent transparent;
  content: "";
}

.p-top-check__list-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 2.3571428571vw 1.7857142857vw 0 2.5vw;
  padding-bottom: 3vw;
}

.p-top-check__list-group::after {
  position: absolute;
  top: 0.7142857143vw;
  bottom: 0;
  left: 50%;
  width: 1px;
  margin-bottom: 3vw;
  background-color: #c6e7f0;
  content: "";
}

.p-top-check__list-item {
  width: 46%;
}

.p-top-check__list-title {
  margin-bottom: 1.2857142857vw;
  color: #004c69;
  font-family: "Playfair Display", serif;
  font-family: "Playfair Display", serif;
  font-size: 1.2857142857vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: left;
}

.p-top-check__list-title span {
  font-size: 1.8571428571vw;
}

.p-top-check__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 0 1.4285714286vw 0;
  padding: 0;
  list-style: none;
}

.p-top-check__list-point1 {
  margin: 0 0 2.9285714286vw 0;
}

.p-top-check__list-unit {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  color: #004c69;
  font-size: 1.1428571429vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.p-top-check__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.0714285714vw;
  height: auto;
  margin-right: 0.3571428571vw;
}

.p-top-check__btn {
  -webkit-transition: background-color 0.2s, color 0.2s;
  position: relative;
  width: 100%;
  height: 2.2857142857vw;
  padding: 0.2857142857vw 2.5vw 0.4285714286vw 1vw;
  background-color: #00425a;
  color: #fff;
  font-size: 1.1428571429vw;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.p-top-check__btn::after {
  -webkit-transition: border-color 0.2s;
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.8571428571vw;
  transform: translateY(-50%);
  border-width: 0.5714285714vw 0.3571428571vw 0 0.3571428571vw;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
  transition: border-color 0.2s;
}

.p-top-width-detail {
  margin: 4.9285714286vw 0.8571428571vw;
  background-color: #73b6c7;
}

.p-top-width-detail__inner {
  position: relative;
  margin: 0 auto;
}

.p-top-width-detail__bg-text {
  z-index: 1;
  position: absolute;
  top: -5.7142857143vw;
  left: -2.1428571429vw;
  color: #67afc1;
  font-family: "Playfair Display", serif;
  font-size: 18.8571428571vw;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}

.p-top-width-detail__bg-text-width {
  position: absolute;
  top: -3.5714285714vw;
  right: -0.8571428571vw;
  color: #67afc1;
  font-family: "Playfair Display", serif;
  font-size: 5.6428571429vw;
  line-height: 1.3;
}

.p-top-width-detail__bg-text span {
  margin-left: 3.5714285714vw;
  font-size: 8.5714285714vw;
}

.p-top-width-detail__container {
  z-index: 2;
  position: relative;
  padding: 3.6428571429vw 0.4285714286vw 0.5714285714vw;
}

.p-top-width-detail__lead {
  gap: 2.1428571429vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  padding-inline: 1.3571428571vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  margin-bottom: 1.3571428571vw;
}

.p-top-width-detail__lead-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8.9285714286vw;
}

.p-top-width-detail__lead-img img {
  display: block;
  width: 100%;
}

.p-top-width-detail__lead-text {
  color: #fff;
  font-size: 1.2857142857vw;
  line-height: 1.6;
}

.p-top-width-detail__point {
  padding: 0 3.5vw;
}

.p-top-width-detail__point-title {
  margin-bottom: 0.1428571429vw;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.2857142857vw;
  font-weight: 500;
}

.p-top-width-detail__point-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1.7142857143vw 0 1.7142857143vw 3.1428571429vw;
  background-color: #fff;
  list-style: none;
}

.p-top-width-detail__point-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #004c69;
  font-size: 1.1428571429vw;
  font-weight: 500;
  line-height: 1.3;
}

.p-top-width-detail__point-num {
  display: block;
  width: 2.3571428571vw;
  margin-right: 0.7142857143vw;
  padding-right: 0.6428571429vw;
  border-right: 0.1428571429vw solid #cbe1ea;
  color: #004c69;
  font-family: "Playfair Display", serif;
  font-size: 1.3571428571vw;
  letter-spacing: 0.02em;
}

.p-top-width-detail__feature {
  margin-inline: 1.3571428571vw;
  margin-top: 2.0714285714vw;
}

.p-top-width-detail__feature-h {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1428571429vw;
  color: #fff;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.p-top-width-detail__feature-h::before,
.p-top-width-detail__feature-h::after {
  width: 9vw;
  height: 0.0714285714vw;
  background-color: #8fcddc;
  content: "";
}

.p-top-width-detail__feature-h::after {
  margin-left: 0.7857142857vw;
}

.p-top-width-detail__feature-box {
  gap: 0.5714285714vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2142857143vw;
}

.p-top-width-detail__feature-unit {
  width: 7.9285714286vw;
  background-color: #f0f9fc;
  text-align: center;
}

.p-top-width-detail__feature-unit--res {
  background-color: #004c69;
  color: #fff;
}

.p-top-width-detail__feature-unit--res .p-top-width-detail__feature-unit-h {
  color: #fff;
}

.p-top-width-detail__feature-unit--res .p-top-width-detail__feature-unit-h::after {
  border-color: #004c69 transparent transparent transparent;
}

.p-top-width-detail__feature-unit-h {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 5.1428571429vw;
  color: #004c69;
  font-size: 1.0714285714vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.p-top-width-detail__feature-unit-h::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -0.3571428571vw;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.4285714286vw 0.3571428571vw 0 0.3571428571vw;
  border-style: solid;
  border-color: #d7f2f9 transparent transparent transparent;
  content: "";
}

.p-top-width-detail__feature-unit img {
  display: block;
  width: 100%;
}

.p-top-width-detail__feature-symbol {
  color: #fff;
  font-size: 1.2857142857vw;
  font-weight: bold;
}

.p-top-width-detail__feature-note {
  -webkit-text-decoration: underline 0.5px solid;
  text-underline-offset: 0.3571428571vw;
  color: #fff;
  font-size: 1.3571428571vw;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-decoration: underline 0.5px solid;
}

.p-top-width-detail__voice {
  padding-inline: 1.3571428571vw;
  margin-top: 4.0714285714vw;
}

.p-top-width-detail__voice-h {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2857142857vw;
  font-weight: 500;
  text-align: center;
}

.p-top-width-detail__voice-group {
  position: relative;
  height: 39.8571428571vw;
}

.p-top-width-detail__voice-center {
  -webkit-transform: translate(-50%, 0);
  z-index: 5;
  position: absolute;
  top: 2.1428571429vw;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}

.p-top-width-detail__voice-center img {
  display: block;
  width: 100%;
}

.p-top-width-detail__voice-text {
  z-index: 90;
  position: absolute;
  width: 11.4285714286vw;
  color: #fff;
  font-size: 1.1428571429vw;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.p-top-width-detail__voice-text:nth-child(2) {
  top: 3.2857142857vw;
  left: 1.1428571429vw;
}

.p-top-width-detail__voice-text:nth-child(3) {
  top: 3.8571428571vw;
  right: 0.7857142857vw;
}

.p-top-width-detail__voice-text:nth-child(4) {
  top: 23.7857142857vw;
  left: 1.1428571429vw;
}

.p-top-width-detail__voice-text:nth-child(5) {
  top: 24.7857142857vw;
  right: 0.7857142857vw;
}

.p-top-width-detail__collection {
  padding: 3.1428571429vw 1.3571428571vw 1.3571428571vw;
  background-color: #fff;
}

.p-top-width-detail__collection-h {
  margin-bottom: 2.3571428571vw;
  color: #73b6c7;
  font-family: "Playfair Display", serif;
  font-size: 2.7142857143vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.p-top-width-detail__collection-list {
  -ms-flex-wrap: wrap;
  gap: 1.3571428571vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-top-width-detail__collection-item {
  aspect-ratio: 1/1;
  width: calc(50% - 0.7142857143vw);
}

.p-top-width-detail__collection-item a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.p-top-width-detail__collection-item img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-width-detail__collection-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #004c69;
  background-color: #004c69;
  text-decoration: none;
  transition: all 0.2s;
}

.p-top-width-detail__collection-btn-text {
  color: #fff;
  font-size: 1.4285714286vw;
  text-align: center;
}

.p-top-width-detail__collection-btn-icon {
  display: block;
  width: 0;
  height: 0;
  margin-top: 1.5714285714vw;
  border-width: 0.5357142857vw 0 0.5357142857vw 1.0714285714vw;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.p-top-width-detail__lead-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.0714285714vw;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5714285714vw;
  font-weight: 600;
  line-height: 1.3;
}

.p-top-width-detail__lead-tag {
  margin-top: 0.5714285714vw;
  margin-left: 0.9285714286vw;
  padding: 0 0.3571428571vw;
  border: 0.1428571429vw solid #ffffff;
  color: #ffffff;
  font-size: 1.6428571429vw;
  font-weight: 500;
  line-height: 1.3;
}

/* -----------------------------------------------------------------
  ewidhtのセクション
----------------------------------------------------------------- */
.p-top-width-detail__e {
  margin: 4.9285714286vw 0.8571428571vw 5.4285714286vw;
  background-color: #e7f1f4;
}

.p-top-width-detail__e .p-top-width-detail__bg-text {
  color: #f4f8fa;
}

.p-top-width-detail__e .p-top-width-detail__bg-text-width {
  color: #f4f8fa;
}

.p-top-width-detail__e .p-top-width-detail__lead {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 0;
  flex-direction: column;
}

.p-top-width-detail__e .p-top-width-detail__lead-title {
  color: #004c69;
}

.p-top-width-detail__e .p-top-width-detail__lead-tag {
  border: 0.1428571429vw solid #004c69;
  color: #004c69;
}

.p-top-width-detail__e .p-top-width-detail__lead-img {
  width: 17.4285714286vw;
  margin: 0 auto 1.0714285714vw;
}

.p-top-width-detail__e .p-top-width-detail__lead-img img {
  display: block;
  width: 100%;
}

.p-top-width-detail__e .p-top-width-detail__lead-contents {
  text-align: center;
}

.p-top-width-detail__e .p-top-width-detail__lead-problem {
  margin-bottom: 0.4285714286vw;
  color: #004c69;
  font-size: 1.2857142857vw;
  line-height: 1.6;
}

.p-top-width-detail__e .p-top-width-detail__lead-arrow {
  width: 1.2142857143vw;
  margin: 0 auto 0.5vw;
}

.p-top-width-detail__e .p-top-width-detail__lead-arrow img {
  display: block;
  width: 100%;
}

.p-top-width-detail__e .p-top-width-detail__lead-solution {
  display: inline-block;
  border-bottom: 0.0714285714vw solid #004c69;
  color: #004c69;
  font-size: 1.4285714286vw;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.p-top-width-detail__e .p-top-width-detail__point-title {
  color: #004c69;
}

.p-top-width-detail__e .p-top-width-detail__point-list {
  background-color: #73b6c7;
}

.p-top-width-detail__e .p-top-width-detail__point-item {
  color: #fff;
}

.p-top-width-detail__e .p-top-width-detail__point-num {
  border-right: 0.1428571429vw solid #8fcddc;
  color: #fff;
}

.p-top-width-detail__e .p-top-width-detail__voice-h {
  color: #004c69;
}

.p-top-width-detail__e .p-top-width-detail__voice-text {
  color: #004c69;
}

.p-top-footer-links {
  padding: 0 0.7142857143vw 5.1428571429vw;
}

.p-top-footer-links__row {
  gap: 1.3571428571vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5vw;
}

.p-top-footer-links__btn {
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: all 0.2s;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15.3571428571vw;
  padding: 0.7857142857vw 1.3571428571vw 1.1428571429vw 1.2142857143vw;
  background-color: #00425a;
  text-decoration: none;
  transition: all 0.2s;
}

.p-top-footer-links__btn--back {
  gap: 0.7142857143vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 4.5714285714vw;
  background-color: #7ab8cc;
}

.p-top-footer-links__btn-text {
  color: #ffffff;
  font-size: 1.3571428571vw;
  font-weight: 500;
  line-height: 1.5;
}

.p-top-footer-links__btn-icon {
  -webkit-transition: all 0.2s;
  display: block;
  width: 0;
  height: 0;
  border-width: 0.5357142857vw 0 0.5357142857vw 1.0714285714vw;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  transition: all 0.2s;
}

@-webkit-keyframes revealImageLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes revealImageLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-top-concept__img.is-animated {
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-animation: revealImageLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation: revealImageLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  clip-path: inset(0 100% 0 0);
  opacity: 1;
}

.p-top-concept__img-unit--01 .p-top-concept__img.is-animated,
.p-top-concept__img-unit--04 .p-top-concept__img.is-animated,
.p-top-concept__img-unit--02 .p-top-concept__img.is-animated,
.p-top-concept__img-unit--03 .p-top-concept__img.is-animated,
.p-top-concept__img-unit--05 .p-top-concept__img.is-animated {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.for-sp {
  display: none;
}

@media only screen and (max-width: 1200px) {
  /*1200pxより上*/
}

@media only screen and (max-width: 767px) {
  /*960px以下*/
  .l-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-main-contents {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    overflow-x: hidden;
  }
  .l-main {
    padding-top: 18.6666666667vw;
  }
  .l-footer {
    padding: 5.8666666667vw 0 5.0666666667vw;
    font-size: 3.4666666667vw;
  }
  .l-footer__txt {
    font-size: 3.4666666667vw;
  }
  .l-footer__copyright {
    font-size: 3.2vw;
  }
  .l-header {
    z-index: 1000;
    position: fixed;
    height: 18.6666666667vw;
    margin-bottom: 0;
    padding: 2.6666666667vw 0 2.9333333333vw;
  }
  .l-header img {
    width: 52.5333333333vw;
  }
  .p-top-nav {
    display: none;
  }
  .p-top-width-detail__b {
    scroll-margin-top: 32vw;
  }
  .p-top-width-detail__e {
    scroll-margin-top: 32vw;
  }
  .p-top-concept__inner {
    height: 166.6666666667vw;
    margin: 0 3.4666666667vw 0 4vw;
  }
  .p-top-concept__heading {
    gap: 3.7333333333vw;
    top: 29.6vw;
  }
  .p-top-concept__copy-text {
    font-size: 10.1333333333vw;
  }
  .p-top-concept__copy-text::before {
    width: 8vw;
  }
  .p-top-concept__copy-sub {
    font-size: 10.1333333333vw;
    white-space: nowrap;
  }
  .p-top-concept__copy-sub::before {
    width: 8vw;
  }
  .p-top-concept__sub-title {
    top: 23.7333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-top-concept__img-unit--01 {
    top: 11.2vw;
    left: 0.8vw;
    width: 37.3333333333vw;
  }
  .p-top-concept__img-unit--02 {
    top: 18.4vw;
    right: 0;
    width: 28.5333333333vw;
  }
  .p-top-concept__img-unit--03 {
    top: 90.4vw;
    left: 0;
    width: 26.6666666667vw;
  }
  .p-top-concept__img-unit--04 {
    top: 89.3333333333vw;
    right: 0.5333333333vw;
    width: 38.6666666667vw;
  }
  .p-top-concept__img-unit--05 {
    top: 129.0666666667vw;
    left: 14.1333333333vw;
    width: 24.5333333333vw;
  }
  .p-top-check {
    padding: 0 2.6666666667vw;
  }
  .p-top-check__inner {
    padding: 9.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
  .p-top-check__lead {
    margin: 0 0 8vw 2.6666666667vw;
  }
  .p-top-check__lead_title {
    margin-bottom: 6.6666666667vw;
    font-size: 5.8666666667vw;
  }
  .p-top-check__lead_text {
    font-size: 3.7333333333vw;
  }
  .p-top-check__lead_text p + p {
    margin-top: 4vw;
  }
  .p-top-check__lead-en {
    margin-bottom: 1.8666666667vw;
    font-size: 3.2vw;
  }
  .p-top-check__lead-title {
    font-size: 5.3333333333vw;
  }
  .p-top-check__lead-text {
    padding-inline: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-top-check__lead-text p {
    font-size: 4vw;
    line-height: 1.7;
  }
  .p-top-check__lead-text p + p {
    margin-top: 2.4vw;
  }
  .p-top-check__content {
    padding-bottom: 8.8vw;
  }
  .p-top-check__content-h {
    padding: 1.3333333333vw 0 2.1333333333vw;
    font-size: 4.8vw;
  }
  .p-top-check__content-h::after {
    border-width: 5.8666666667vw 6.4vw 0 6.4vw;
    border-color: #73b6c7 transparent transparent transparent;
  }
  .p-top-check__list-group {
    margin: 6.9333333333vw 4vw 0 7.4666666667vw;
    padding-bottom: 1.6vw;
  }
  .p-top-check__list-group::after {
    top: 2.6666666667vw;
    left: 48%;
    margin-bottom: 0;
  }
  .p-top-check__list-title {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
  .p-top-check__list-title span {
    font-size: 5.3333333333vw;
  }
  .p-top-check__list {
    gap: 3.4666666667vw;
    margin: 0 0 4vw 0;
  }
  .p-top-check__list-point1 {
    margin: 0 0 8.5333333333vw 0;
  }
  .p-top-check__list-unit {
    font-size: 3.4666666667vw;
  }
  .p-top-check__icon {
    width: 3.4666666667vw;
    margin-right: 1.0666666667vw;
  }
  .p-top-check__btn {
    padding: 0.8vw 6.9333333333vw 1.3333333333vw 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .p-top-check__btn::after {
    right: 3.2vw;
    border-width: 1.8666666667vw 1.3333333333vw 0 1.3333333333vw;
  }
  .p-top-width-detail {
    margin: 13.3333333333vw 2.6666666667vw;
  }
  .p-top-width-detail__bg-text {
    top: -16vw;
    left: -8vw;
    font-size: 54.9333333333vw;
  }
  .p-top-width-detail__bg-text-width {
    top: -9.3333333333vw;
    right: -3.2vw;
    font-size: 16.2666666667vw;
  }
  .p-top-width-detail__container {
    padding: 10.6666666667vw 1.3333333333vw 1.6vw;
  }
  .p-top-width-detail__lead {
    gap: 5.0666666667vw;
    padding-inline: 4vw 4vw;
    margin-bottom: 4vw;
  }
  .p-top-width-detail__lead-img {
    width: 26.1333333333vw;
  }
  .p-top-width-detail__lead-text {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .p-top-width-detail__point {
    padding: 0 10.1333333333vw;
  }
  .p-top-width-detail__point-title {
    margin-bottom: 0.5333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-top-width-detail__point-list {
    gap: 2.9333333333vw;
    padding: 4.8vw 0 5.3333333333vw 9.0666666667vw;
  }
  .p-top-width-detail__point-item {
    font-size: 3.4666666667vw;
  }
  .p-top-width-detail__point-num {
    width: 7.4666666667vw;
    margin-right: 2.1333333333vw;
    padding-right: 1.8666666667vw;
    border-right: 0.5333333333vw solid #cbe1ea;
    font-size: 4vw;
  }
  .p-top-width-detail__feature {
    margin-inline: 4vw;
    margin-top: 6.1333333333vw;
  }
  .p-top-width-detail__feature-h {
    margin-bottom: 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-top-width-detail__feature-h::before,
  .p-top-width-detail__feature-h::after {
    width: 25.0666666667vw;
    height: 0.2666666667vw;
  }
  .p-top-width-detail__feature-h::before {
    margin-right: 2.1333333333vw;
  }
  .p-top-width-detail__feature-h::after {
    margin-left: 2.1333333333vw;
  }
  .p-top-width-detail__feature-box {
    gap: 1.6vw;
    margin-bottom: 3.4666666667vw;
  }
  .p-top-width-detail__feature-unit {
    width: 23.2vw;
  }
  .p-top-width-detail__feature-unit-h {
    height: 15.2vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .p-top-width-detail__feature-unit-h::after {
    bottom: -1.0666666667vw;
    border-width: 1.3333333333vw 1.0666666667vw 0 1.0666666667vw;
  }
  .p-top-width-detail__feature-symbol {
    font-size: 2.9333333333vw;
  }
  .p-top-width-detail__feature-note {
    text-underline-offset: 0.8vw;
    font-size: 4vw;
  }
  .p-top-width-detail__voice {
    padding-inline: 4vw;
    margin-top: 12vw;
  }
  .p-top-width-detail__voice-h {
    font-size: 6.6666666667vw;
  }
  .p-top-width-detail__voice-group {
    height: 116.5333333333vw;
  }
  .p-top-width-detail__voice-center {
    top: 6.6666666667vw;
  }
  .p-top-width-detail__voice-text {
    width: 33.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .p-top-width-detail__voice-text:nth-child(2) {
    top: 9.0666666667vw;
    left: 3.4666666667vw;
  }
  .p-top-width-detail__voice-text:nth-child(3) {
    top: 9.0666666667vw;
    right: 2.4vw;
  }
  .p-top-width-detail__voice-text:nth-child(4) {
    top: 68.8vw;
    left: 3.4666666667vw;
  }
  .p-top-width-detail__voice-text:nth-child(5) {
    top: 71.7333333333vw;
    right: 2.4vw;
  }
  .p-top-width-detail__collection {
    padding: 9.3333333333vw 4vw 4vw;
  }
  .p-top-width-detail__collection-h {
    margin-bottom: 6.6666666667vw;
    font-size: 8vw;
  }
  .p-top-width-detail__collection-list {
    gap: 4vw;
  }
  .p-top-width-detail__collection-item {
    width: calc(50% - 2vw);
  }
  .p-top-width-detail__collection-btn {
    gap: 4.5333333333vw;
  }
  .p-top-width-detail__collection-btn-text {
    font-size: 4.2666666667vw;
  }
  .p-top-width-detail__collection-btn-icon {
    border-width: 1.6vw 0 1.6vw 3.2vw;
  }
  .p-top-width-detail__lead-title {
    margin-bottom: 6.1333333333vw;
    font-size: 7.4666666667vw;
  }
  .p-top-width-detail__lead-tag {
    margin-left: 2.6666666667vw;
    border: 0.5333333333vw solid #ffffff;
    font-size: 4.8vw;
  }
  .p-top-width-detail__e .p-top-width-detail__lead-tag {
    border: 0.5333333333vw solid #004c69;
  }
  .p-top-width-detail__e .p-top-width-detail__lead-img {
    width: 50.9333333333vw;
    margin: 0 auto 3.2vw;
  }
  .p-top-width-detail__e .p-top-width-detail__lead-problem {
    margin-bottom: 1.6vw;
    font-size: 3.7333333333vw;
  }
  .p-top-width-detail__e .p-top-width-detail__lead-arrow {
    width: 3.7333333333vw;
    margin: 0 auto 1.6vw;
  }
  .p-top-width-detail__e .p-top-width-detail__lead-solution {
    font-size: 4.2666666667vw;
  }
  .p-top-width-detail__e .p-top-width-detail__point-num {
    border-right: 0.5333333333vw solid #8fcddc;
  }
  .p-top-width-detail__e .p-top-width-detail__voice-text-spacing {
    letter-spacing: -0.03em;
  }
  .p-top-footer-links {
    padding: 2.6666666667vw 2.6666666667vw 16vw;
  }
  .p-top-footer-links__row {
    gap: 5.0666666667vw;
    margin-bottom: 4.5333333333vw;
  }
  .p-top-footer-links__btn {
    width: 44.8vw;
    padding: 2.4vw 4vw 3.2vw 3.7333333333vw;
  }
  .p-top-footer-links__btn--back {
    gap: 1.6vw;
    width: 100%;
    height: 13.3333333333vw;
  }
  .p-top-footer-links__btn-text {
    font-size: 4vw;
  }
  .p-top-footer-links__btn-icon {
    border-width: 1.6vw 0 1.6vw 3.2vw;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}

@media only screen and (max-width: 360px) {
  /*360px以下*/
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media (hover: hover) {
  .p-top-nav__link--e.p-top-nav__link:hover .p-top-nav__btn-area {
    background-color: #67afc1;
    color: #fff;
  }
  .p-top-nav__link--b.p-top-nav__link:hover .p-top-nav__btn-area {
    background-color: #e7f1f4;
    color: #67afc1;
  }
  .p-top-check__btn:hover {
    background-color: #ffffff;
    color: #004c69;
  }
  .p-top-check__btn:hover::after {
    border-color: #004c69 transparent transparent transparent;
  }
  .p-top-width-detail__collection-item a:hover {
    opacity: 0.7;
  }
  .p-top-width-detail__collection-btn:hover {
    border: 1px solid #73b6c7;
    background-color: #73b6c7;
  }
  .p-top-width-detail__collection-btn:hover .p-top-width-detail__collection-btn-text {
    color: #fff;
  }
  .p-top-width-detail__collection-btn:hover .p-top-width-detail__collection-btn-icon {
    border-color: transparent transparent transparent #ffffff;
  }
  .p-top-width-detail__e .p-top-width-detail__collection-btn:hover {
    border: 1px solid #e7f1f4;
    background-color: #e7f1f4;
  }
  .p-top-width-detail__e .p-top-width-detail__collection-btn:hover .p-top-width-detail__collection-btn-text {
    color: #004c69;
  }
  .p-top-width-detail__e .p-top-width-detail__collection-btn:hover .p-top-width-detail__collection-btn-icon {
    border-color: transparent transparent transparent #004c69;
  }
  .p-top-footer-links__btn:hover {
    background-color: #ffffff;
  }
  .p-top-footer-links__btn:hover .p-top-footer-links__btn-text {
    color: #004c69;
  }
  .p-top-footer-links__btn:hover .p-top-footer-links__btn-icon {
    border-color: transparent transparent transparent #004c69;
  }
}
