@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

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

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
  box-sizing: content-box;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --s: 10px;
}
@media screen and (max-width: 959px) {
  :root {
    --s: 1.4vw;
  }
}

.common-btn {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
}
.common-btn::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .common-btn {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .common-btn::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .common-btn {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .common-btn::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.common-btn:hover {
  color: #195972;
  background-color: #ffffff;
}
.common-btn:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .common-btn:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .common-btn:hover::before {
    width: 6.525vw;
  }
}

.common-btn.light {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
  color: #195972;
  background-color: #E7EEF1;
  box-shadow: none !important;
  border-color: #E7EEF1;
}
.common-btn.light::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .common-btn.light {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .common-btn.light::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .common-btn.light {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .common-btn.light::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.common-btn.light:hover {
  color: #195972;
  background-color: #ffffff;
}
.common-btn.light:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .common-btn.light:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .common-btn.light:hover::before {
    width: 6.525vw;
  }
}
.common-btn.light::before {
  background-image: url(../img/common/btn-light.svg);
}
.common-btn.light:hover {
  background-color: #ffffff;
}

html {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #195972;
  font-size: 62.5%;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: -0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 1.29vw;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 3.34vw;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

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

br.pc {
  display: block;
}

br.sp {
  display: none;
}

@media screen and (max-width: 959px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
.common-head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}
.common-head b, .common-head small {
  display: block;
  width: 100%;
  text-align: center;
}
.common-head b {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 40px;
  padding-left: 0.1em;
  margin-bottom: 0.35em;
}
.common-head small {
  color: #195972;
  font-size: 16px;
  font-weight: 400;
}
.common-head small::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/5;
  margin: 51px auto 0;
  background: #195972;
}
.common-head__post {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin: 50px auto 0;
}
.common-head__post .date {
  margin-right: 1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 20px;
  line-height: 22px;
  white-space: nowrap;
}
.common-head__post .date b {
  display: inline-block;
  margin-left: 0.7em;
  color: #FFB372;
  font-size: 0.7em;
  line-height: 1;
  vertical-align: middle;
}
.common-head__post .cate {
  display: flex;
  flex-wrap: wrap;
}
.common-head__post .cate a, .common-head__post .cate span {
  padding: 0 2em;
  margin: 0 2px 2px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  background: #195972;
}
.common-head__post .title {
  width: 100%;
  margin: 30px 0 40px;
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .common-head {
    margin-bottom: 3.57vw;
  }
  .common-head b {
    font-size: 2.86vw;
  }
  .common-head small {
    font-size: 1.14vw;
  }
  .common-head small::after {
    width: 2.7vw;
    margin-top: 3.64vw;
  }
  .common-head__post {
    width: 50vw;
    margin-top: 3.57vw;
  }
  .common-head__post .date {
    font-size: 1.43vw;
    line-height: 1.57vw;
  }
  .common-head__post .cate a, .common-head__post .cate span {
    font-size: 1vw;
    line-height: 1.57vw;
  }
  .common-head__post .title {
    margin-top: 2.14vw;
    font-size: 2.14vw;
  }
}
@media screen and (max-width: 959px) {
  .common-head {
    margin-bottom: 12.08vw;
  }
  .common-head b {
    font-size: 7.2vw;
    margin-bottom: 0.54em;
  }
  .common-head small {
    font-size: 3.65vw;
  }
  .common-head small::after {
    width: 9.18vw;
    aspect-ratio: 38/3;
    margin-top: 12.4vw;
  }
  .common-head__post {
    width: 100%;
    margin-top: 17vw;
  }
  .common-head__post .date {
    font-size: 4.83vw;
    line-height: 5.07vw;
  }
  .common-head__post .cate a, .common-head__post .cate span {
    font-size: 2.9vw;
    line-height: 5.07vw;
  }
  .common-head__post .title {
    margin-top: 8.5vw;
    font-size: 5.8vw;
    line-height: 1.33;
  }
}

.common-head--left b, .common-head--left small {
  text-align: left;
}
.common-head--left b {
  padding-left: 0;
}
.common-head--left small {
  font-weight: 700;
}
.common-head--left small::after {
  aspect-ratio: 38/3;
  margin-top: 21px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 1400px) {
  .common-head--left small::after {
    margin-top: 1.29vw;
  }
}
@media screen and (max-width: 959px) {
  .common-head--left {
    width: 100%;
  }
  .common-head--left small::after {
    margin-top: 5vw;
  }
  .common-head--left__post-title {
    margin-top: 16.9vw;
  }
}

.topic-path__list {
  display: flex;
  flex-wrap: wrap;
  padding: 2.2em 0 1.85em;
}
.topic-path__item {
  font-size: 12px;
  text-indent: 0 !important;
  padding: 0 !important;
}
.topic-path__item::after {
  content: ">";
  display: inline-block;
  margin: 0 1em;
}
.topic-path__item:last-child::after {
  display: none;
}
@media screen and (max-width: 1400px) {
  .topic-path__item {
    font-size: 0.86vw;
  }
}
@media screen and (max-width: 959px) {
  .topic-path {
    order: 99;
    width: 100%;
  }
  .topic-path__container {
    width: 90.34vw;
  }
  .topic-path__list {
    padding: 0 0 36.23vw;
  }
  .topic-path__item {
    font-size: 2.9vw;
  }
}

.layout-footer {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  background: #11333E;
}
body.home .layout-footer {
  max-width: 100%;
}
.layout-footer::before {
  content: "";
  display: block;
  width: 86.3%;
  aspect-ratio: 1/0.576;
  background: #072934;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.layout-footer__nav ul {
  gap: 20px 40px;
}
.layout-footer__nav ul.main {
  margin-bottom: 40px;
}
.layout-footer__nav ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  transition-duration: 200ms;
}
.layout-footer__nav ul.sub li a {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}
.layout-footer__nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 959.02px) {
  .layout-footer::before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .layout-footer__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 71.43%;
    padding: 80px 0;
    margin: 0 auto;
  }
  .layout-footer__logo {
    width: 16%;
  }
  .layout-footer__logo img {
    width: 100%;
  }
  .layout-footer__nav {
    width: 75%;
  }
  .layout-footer__nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .layout-footer__copyright {
    position: absolute;
    left: 0;
    bottom: 72px;
    opacity: 0.5;
    display: block;
    width: 9.6875%;
  }
  .layout-footer__copyright img {
    width: 100%;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .layout-footer__container {
    padding: 4.29vw 0;
  }
  .layout-footer__nav ul li a {
    font-size: 16px;
  }
  .layout-footer__nav ul li a::before {
    left: calc(100% - 1.29vw);
    width: 1.29vw;
    background-size: 2.57vw;
  }
  .layout-footer__nav ul li a:hover::before {
    width: 2.57vw;
  }
  .layout-footer__copyright {
    bottom: 4.71vw;
  }
}
@media screen and (max-width: 959px) {
  .layout-footer::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 53%;
  }
  .layout-footer__container {
    display: flex;
    flex-wrap: wrap;
    width: 91.4666%;
    margin: 0 auto;
    padding: 80px 0 40px;
  }
  .layout-footer__logo {
    width: 100%;
    position: relative;
  }
  .layout-footer__logo img {
    width: 140px;
  }
  .layout-footer__nav {
    width: 100%;
    padding: 40px 0;
  }
  .layout-footer__nav ul.sub li:nth-child(n+2) {
    margin-top: 20px;
  }
  .layout-footer__nav ul li a {
    font-size: 16px;
    line-height: 3.1;
  }
  .layout-footer__nav ul li a::before {
    left: calc(100% - 4.35vw);
    width: 4.35vw;
    background-size: 8.7vw;
  }
  .layout-footer__nav ul li a:hover::before {
    width: 8.7vw;
  }
  .layout-footer__copyright {
    opacity: 0.5;
    display: block;
    width: 100%;
  }
  .layout-footer__copyright img {
    width: 22.7vw;
  }
}

@media screen and (min-width: 959.02px) {
  .layout-header {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    top: 0;
  }
  .layout-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 0 0 0 40px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    transition-duration: 200ms;
  }
  .layout-header__logo {
    width: 210px;
  }
  .layout-header__logo a {
    display: block;
  }
  .layout-header__logo img {
    width: 100%;
  }
  .layout-header__nav-btn, .layout-header__nav-label {
    display: none;
  }
  .layout-header__nav-wrap {
    display: flex;
    gap: 20px;
    height: 100%;
  }
  .layout-header__nav-wrap ul {
    display: flex;
    align-items: center;
  }
  .layout-header__nav-wrap ul li a {
    color: #072934;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 20px;
    position: relative;
  }
  .layout-header__nav-wrap ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #072934;
    position: absolute;
    bottom: 0;
    left: 0;
    transition-duration: 0.3s;
    transform: scaleX(0);
  }
  .layout-header__nav-wrap ul li a:hover::after{
    transform: scaleX(1);
  }
  .layout-header__nav-wrap ul li ul {
    display: none;
  }
  .layout-header__nav-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 38px;
    height: 100%;
    background-color: #072934;
    border: 2px solid #072934;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.03em;
    font-weight: 500;
    transition-duration: 200ms;
  }
  .layout-header__nav-contact a:hover {
    background-color: #FFFFFF;
    color: #072934;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .layout-header__container {
    /* width: 85.7vw; */
    /* height: 6.43vw; */
    padding: 0 0 0 3.57vw;
  }
  .layout-header__logo {
    width: 15vw;
  }
  .layout-header__nav-wrap ul li a {
    font-size: 1.14vw;
  }
  body.scroll .layout-header__container {
    width: 100vw;
  }
}
@media screen and (max-width: 959px) {
  .layout-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
  .layout-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    padding: 0 16px 0 12px;
    background: #ffffff;
    box-shadow: 0 0 1.45vw 0 rgba(0, 0, 0, 0.16);
  }
  .layout-header__logo {
    /* width: 33.3vw; */
    width: 120px;
  }
  .layout-header__nav-btn {
    display: none;
  }
  .layout-header__nav-label {
    /* position: absolute;
    right: 0;
    top: 0; */
    display: block;
    /* width: 15.45vw; */
    width: 15px;
    height: 15px;
    /* height: 100%; */
    cursor: pointer;
    position: relative;
  }
  .layout-header__nav-label span, .layout-header__nav-label span::before, .layout-header__nav-label span::after {
    content: "";
    position: absolute;
    overflow: visible;
    display: block;
    width: 100%;
    height: 2px;
    background: #072934;
    transition-duration: 0.3s;
  }
  .layout-header__nav-label span {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* margin: auto; */
    z-index: 10;
  }
  .layout-header__nav-label span::before {
    top: 5px;
  }
  .layout-header__nav-label span::after {
    top: 10px;
  }
  .layout-header__nav-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    width: 100vw;
    height: 0;
    padding: 0 4.8vw;
    background: #ffffff;
    transition-duration: 400ms;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .layout-header__nav-list {
    padding-top: 10.667vw;
  }
  .layout-header__nav-item {
    border-top: 1px solid #DAE2E5;
  }
  .layout-header__nav-item:first-child {
    border-top: none;
  }
  .layout-header__nav-item:last-child {
    border-bottom: 1px solid #DAE2E5;
  }
  .layout-header__nav-link {
    display: block;
    padding-left: 2.4vw;
    font-size: 3.86vw;
    line-height: 13.5vw;
    background: url(../img/common/menu-arrow.svg) right 2.42vw center/4.35vw auto no-repeat;
  }
  .layout-header__nav-child-item {
    padding-left: 9.66vw;
  }
  .layout-header__nav-child-link {
    display: block;
    padding: 4.35vw 0 0;
    border-top: 1px dashed #DAE2E5;
    line-height: 10.3vw;
  }
  .layout-header__nav-child-link img {
    display: block;
  }
  .layout-header__nav-child-link p {
    font-size: 2.9vw;
  }
  .layout-header__nav-child-item:nth-child(1) .layout-header__nav-child-link {
    padding-top: 2vw;
    border-top: none;
  }
  .layout-header__nav-child-item:nth-child(1) img {
    width: 45.9vw;
  }
  .layout-header__nav-child-item:nth-child(2) img {
    width: 54.83vw;
  }
  .layout-header__nav-child-item:nth-child(3) img {
    width: 19.32vw;
  }
  .layout-header__nav-contact {
    margin-top: 10.667vw;
  }
  .layout-header__nav-contact a {
    background-color: #195972;
    color: #ffffff;
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label span {
    background: none;
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label span::before {
    transform: rotate(-45deg);
    transform-origin: center;
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label span::after {
    transform: rotate(45deg);
    top: 5px;
    transform-origin: center;
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label + .layout-header__nav-wrap {
    height: 100vh;
  }
}
.layout-main {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}
.layout-main__pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 14%;
}
.layout-main__pagetop img {
  width: 100%;
}
.layout-main__pagetop:focus {
  outline: none;
}
.layout-main__pagetop:focus-visible {
  outline: 2px solid #195972;
  outline-offset: 2px;
}
.layout-main__pagetop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #195972;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 959px) {
  .layout-main__pagetop {
    width: 47%;
  }
}

body.officevision .layout-main__pagetop::before {
  transition-duration: 200ms;
  opacity: 0;
}
body.officevision .layout-main__pagetop:hover::before {
  opacity: 1;
}
body.home .layout-main {
  max-width: 100%;
  background-color: #D8E2E6;
}

body.subpage .layout-main,
body.archive .layout-main,
body.single .layout-main,
body[class^=error] .layout-main {
  position: relative;
  overflow: visible;
  width: 1100px;
  padding-top: 140px;
  margin: 0 auto;
  font-weight: 400;
}
body.subpage .layout-main::before,
body.archive .layout-main::before,
body.single .layout-main::before,
body[class^=error] .layout-main::before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  width: 1400px;
  height: 400px;
  margin: 0 0 0 -700px;
  background: url(../img/common/main-bg.png) right top no-repeat;
}
body.subpage .layout-main__pagetop,
body.archive .layout-main__pagetop,
body.single .layout-main__pagetop,
body[class^=error] .layout-main__pagetop {
  width: 196px;
  right: -150px;
}
@media screen and (max-width: 1400px) {
  body.subpage .layout-main,
body.archive .layout-main,
body.single .layout-main,
body[class^=error] .layout-main {
    width: 78.57%;
    padding-top: 10vw;
  }
  body.subpage .layout-main::before,
body.archive .layout-main::before,
body.single .layout-main::before,
body[class^=error] .layout-main::before {
    width: 100vw;
    margin-left: -50vw;
    background-size: 29.43vw auto;
  }
  body.subpage .layout-main__pagetop,
body.archive .layout-main__pagetop,
body.single .layout-main__pagetop,
body[class^=error] .layout-main__pagetop {
    width: 14vw;
    right: -10.71vw;
  }
}
@media screen and (max-width: 959px) {
  body.subpage .layout-main,
body.archive .layout-main,
body.single .layout-main,
body[class^=error] .layout-main {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    padding-top: 13.5vw;
    padding-right: 4.83vw;
    padding-left: 4.83vw;
    margin-top: 15.45vw;
  }
  body.subpage .layout-main::before,
body.archive .layout-main::before,
body.single .layout-main::before,
body[class^=error] .layout-main::before {
    background-size: 55.8vw auto;
  }
  body.subpage .layout-main__pagetop,
body.archive .layout-main__pagetop,
body.single .layout-main__pagetop,
body[class^=error] .layout-main__pagetop {
    width: 48vw;
    right: 0;
  }
}
body.subpage.service .layout-main,
body.subpage.company .layout-main,
body.subpage.contact .layout-main
 {
  width: 100%;
  max-width: inherit;
  background-color: #D8E2E6;
}
body.subpage.service .layout-main::before,
body.subpage.company .layout-main::before,
body.subpage.contact .layout-main::before
 {
  display: none;
}
body.subpage .layout-main .layout-inner {
  max-width: 1120px;
  width: 91.4666%;
  margin: 0 auto;
  padding: 120px 0;
}
body.subpage.service .page__title,
body.subpage.company .page__title,
body.subpage.contact .page__title
 {
  text-align: center;
  margin-bottom: 80px;
}
body.subpage.service .page__title-en,
body.subpage.company .page__title-en,
body.subpage.contact .page__title-en
 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #072934;
  line-height: 1;
  margin-bottom: 12px;
}
body.subpage.service .page__title-jp,
body.subpage.company .page__title-jp,
body.subpage.contact .page__title-jp
 {
  font-size: 16px;
  line-height: 1;
  color: #195972;
  font-weight: 600;
}
body.subpage.service .layout-footer,
body.subpage.company .layout-footer,
body.subpage.contact .layout-footer
 {
  max-width: inherit;
}
body.subpage.service .layout-main__pagetop,
body.subpage.company .layout-main__pagetop,
body.subpage.contact .layout-main__pagetop
{
  width: 14%;
  right: 0;
}

.page__top-btn {
  width: 200px;
  height: 60px;
  margin: 0 auto;
}
.page__top-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #195972;
  font-size: 18px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #195972;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}
.page__top-btn a::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/common/btn-light.svg) center center/contain no-repeat;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.page__top-btn a:hover {
  background-color: #195972;
  color: #ffffff;
}
.page__top-btn a:hover::before {
  background: url(../img/common/btn-dark.svg) center center/contain no-repeat;
}
.panel {
  display: none;
}
.panel.is-active {
  display: block;
}
@media screen and (max-width: 959px) {
  body.subpage .layout-main .layout-inner {
    padding: 80px 0;
  }
  body.subpage.service .page__title,
  body.subpage.company .page__title,
  body.subpage.contact .page__title
  {
    margin-bottom: 40px;
  }
  body.subpage.service .layout-main,
  body.subpage.company .layout-main,
  body.subpage.contact .layout-main
  {
    padding: 0;
  }
  body.subpage.service .layout-main__pagetop,
  body.subpage.company .layout-main__pagetop,
  body.subpage.contact .layout-main__pagetop
  {
    width: 48vw;
    right: 0;
  }
}
.home .section__inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 91.4666%;
}
.home .section__title {
  position: relative;
  padding-left: 16px;
}
.home .section__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 6px;
  height: 100%;
  background: #195972;
}
.home .section__title-en {
  font-size: 28px;
  color: #072934;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.home .section__title-jp {
  font-size: 14px;
  color: #195972;
}

.home-fv {
  height: calc(100vh - 100px);
  min-height: 600px;
  max-height: 800px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
  background: url(../img/home/fv.png) center center/cover no-repeat;
}
.home-fv__inner {
  position: relative;
  z-index: 0;
  height: 100%;
}
/* .home-fv__image {
  width: 100vw;
  height: calc(100vh - 100px);
  min-height: 600px;
  max-height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
} */
/* .home-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.home-fv__contents {
  display: flex;
  align-items: center;
  height: 100%;
}
.home-fv__title {
  width: 52%;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.home-fv__text {
  width: 48%;
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
}
.home-fv__text br.sp-only {
  display: none;
}
@media screen and (max-width: 1400px) {
  .home-fv__image {
    width: 100vw;
  }
}
@media screen and (max-width: 959px) {
  .home-fv {
    margin-top: 56px;
    height: calc(100vh - 56px);
  }
  .home-fv__inner {
    width: 100% !important;
  }
  .home-fv__image {
    height: 100%;
  }
  .home-fv__contents {
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 16px 0 16px;
    margin-right: 0;
  }
  .home-fv__title {
    width: 100%;
    margin-bottom: 15px;
    
  }
  .home-fv__text {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .home-fv__inner {
    width: 100% !important;
  }
  .home-fv__title {
    font-size: 28px;
  }
  .home-fv__text {
    font-size: 14px;
  }
  .home-fv__text br.sp-only {
    display: block;
  }
}

.home-about {
  position: relative;
  z-index: 0;
}
.home-about::before {
  content: '';
  position: absolute;
  left: 0;
  top: -70px;
  z-index: -1;
  width: 56.9vw;
  height: 29.1667vw;
  max-height: 420px;
  background: rgba(118, 180, 181, 0.25);
}
.home-about__inner {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}
.home-about__title {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-bottom: 40px;
}
.home-about__title span {
  font-size: 28px;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 12px;
}
.home-about__title img {
  width: 346px;
  display: block;
}
.home-about__title::after {
  font-family: 'Yu Gothic StdN', YuGothic, sans-serif;
  content: '?';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translate(50%, -50%);
  font-size: 160px;
  color: #76B4B5;
  opacity: 0.7;
}
.home-about__contents {
  width: 42.8%;
}
.home-about__text {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #072934;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 40px;
}
.home-about__image {
  width: 63%;
  padding-top: 57px;
  margin-right: -5%;
}
.home-about__image.sp_only {
  display: none;
}
@media screen and (max-width: 959px) {
  .home-about::before {
    width: 76vw;
    height: 76.5333vw;
    top: 0;
  }
  .home-about__inner {
    padding-top: 60px;
    flex-direction: column;
    padding-bottom: 100px;
  }
  .home-about__title {
    margin-bottom: 20px;
  }
  .home-about__title span {
    font-size: 18px;
  }
  .home-about__title img {
    width: 200px;
  }
  .home-about__title::after {
    font-size: 88px;
  }
  .home-about__text {
    font-size: 16px;
    margin-bottom: 0;
  }
  .home-about__contents {
    width: 100%;
  }
  .home-about__image {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
  .home-about__image.pc_only {
    display: none;
  }
  .home-about__image.sp_only {
    display: block;
  }
}

.home-news__inner {
  padding-bottom: 100px;
}
.home-news__title {
  margin-bottom: 60px;
}
.home-news__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.home-news__item {
  width: 48%;
}
.home-news__item a {
  transition: opacity 0.3s;
}
.home-news__item a:hover {
  opacity: 0.7;
}
.home-news__item-info {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.home-news__item-info .date {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #76B4B5;
  font-weight: bold;
}
.home-news__item-info .cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.home-news__item-info .cat {
  background-color: #195972;
  color: #fff;
  font-size: 10px;
  padding: 4px 12px;
  line-height: 1.5;
  font-weight: 500;
}
.home-news__item-title {
  font-size: 20px;
  font-weight: 800;
}
.home-news__btn {
  max-width: 360px;
  margin: 0 auto;
  height: 60px;
}
.home-news__btn .common-btn {
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.home-news__btn .common-btn::before {
  left: 75%;
}
@media screen and (max-width: 959px) {
  .home-news__list {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
  }
  .home-news__item {
    width: 100%;
  }
  .home-news__item-title {
    font-size: 16px;
  }
  .home-news__btn .common-btn {
    font-size: 16px;
  }
}

.home-service {
  background: url(../img/home/service_bg.png) center center/cover no-repeat;
}
.home-service__inner {
  padding: 80px 0;
}
.home-service__title {
  text-align: center;
  margin-bottom: 80px;
}
.home-service__title-en {
  font-size: 80px;
  color: #76B4B5;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 8px;
}
.home-service__title-jp {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.home-service__list {
  margin-bottom: 80px;
}
.home-service__item:nth-child(n+2) {
  margin-top: 80px;
}
.home-service__item-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.home-service__item-title br.sp-only {
  display: none;
}
.home-service__item-links {
  display: flex;
  justify-content: center;
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 20px;
}
.home-service__item-link {
  background-color: #fff;
  border-radius: 8px;
  width: calc(100% / 3);
}
.home-service__item-link a, .home-service__item-link span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 4px 22px 20px;
  padding-right: 20px;
  height: 100%;
  transition: opacity 0.3s;
}
.home-service__item-link a:hover {
  opacity: 0.5;
}
.home-service__item-link a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/common/btn-dark-hover.svg) center center/contain no-repeat;
}
.home-service__item-link-inner {
  width: calc(100% - 20px);
  /* display: flex; */
}
.home-service__item-link-logo {
  max-width: 260px;
  height: 60px;
  margin: 0 auto 4px;
}
.home-service__item-link-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-service__item-list-item-title {
  font-size: 14px;
  color: #072934;
  font-weight: 600;
  height: 36px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.home-service__button {
  max-width: 360px;
  height: 60px;
  margin: 0 auto;
}
.home-service__button .common-btn {
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.home-news__btn .common-btn::before {
  left: 75%;
}
@media screen and (max-width: 959px) {
  .home-service__title-en {
    font-size: 48px;
  }
  .home-service__item-title {
    font-size: 20px;
  }
  .home-service__item-title br.sp-only {
    display: block;
  }
  .home-service__item-links {
    flex-direction: column;
  }
  .home-service__item-link {
    width: 100%;
  }
  .home-service__button .common-btn {
    font-size: 16px;
  }
}


.home-blog__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-blog__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.home-blog__button a {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-blog__button a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/common/btn-dark-hover.svg) center center/contain no-repeat;
  transition: all 0.3s;
}
.home-blog__button a:hover {
  opacity: 0.7;
}
.home-blog__button a:hover::after {
  transform: scale(1.2);
  transform-origin: left;
}
.home-blog__container {
  position: relative;
}
.home-blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home-blog__item-img {
  margin-bottom: 20px;
}
.home-blog__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 360 / 203;
  object-fit: cover;
}

.home-blog__item-info {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
.home-blog__item-info .date {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #76B4B5;
  font-weight: bold;
}
.home-blog__item-info .cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.home-blog__item-info .cat {
  background-color: #195972;
  color: #fff;
  font-size: 10px;
  padding: 4px 12px;
  line-height: 1.5;
}
.home-blog__item-title {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .home-blog__container .swiper-button {
    width: 40px !important;
    height: 40px !important;
  }
  .home-blog__container .swiper-button svg {
    display: none;
  }
  .home-blog__container .swiper-button::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/common/btn-swiper.svg) center center/contain no-repeat;
  }
  .home-blog__container .swiper-button-prev {
    left: 0 !important;
    transform: translateY(50%) rotate(180deg);
  }
  .home-blog__container .swiper-button-next {
    right: 0 !important;
    transform: translateY(50%);
  }
}

.home-links {
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}
.home-links::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 63.75%;
  background: rgba(133, 178, 180, 0.35);
}
.home-links__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.home-links__item a {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: opacity 0.3s;
  height: 100%;
}
.home-links__item a:hover {
  opacity: 0.7;
}
.home-links__item a::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/common/btn-dark-hover.svg) center center/contain no-repeat;
  transition: all 0.3s;
}
.home-links__item a:hover::after {
  transform: scale(1.2);
  transform-origin: left;
}
.home-links__item-inner {
  width: calc(100% - 20px);
}
.home-links__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.home-links__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  color: #072934;
}
@media screen and (max-width: 959px) {
  .home-links {
    padding-bottom: 21.333vw;
  }
  .home-links::after {
    height: 211px;
  }
  .home-links__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-links__item a {
    padding: 40px 24px 40px 40px;
  }
  .home-links__title {
    margin-bottom: 20px;
  }
}

.page-service__tabs {
  display: flex;
  margin-bottom: 80px;
}
.page-service__tab {
  width: 50%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  font-weight: 600;
  padding: 16px 0;
  border-bottom: 1px solid #999999;
  color: #072934;
  cursor: pointer;
}
.page-service__tab.is-active {
  color: #195972;
  border-bottom: 3px solid #195972;
}
.page-service__tab br.sp-only {
  display: none;
}
.page-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}
.page-service__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}
.page-service__item-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
.page-service__item-title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #195972;
  position: relative;
}
.page-service__item-title span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 15px;
  height: 1px;
  background: #195972;
  transform: translate(-100%, 50%) rotate(-60deg);
  transform-origin: right;
}
.page-service__item-logo {
  max-width: 353px;
  min-height: 75px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-service__item-logo.--s {
  max-width: 220px;
}
.page-service__item-logo img {
  width: 100%;
}
.page-service__item-image {
  margin-bottom: 40px;
}
.page-service__item-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 470 / 240;
  object-fit: cover;
}
.page-service__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #072934;
  margin-bottom: 40px;
}
.page-service__item-button {
  text-align: center;
  width: 200px;
  height: 60px;
  margin: 0 auto;
}
.page-service__item-button a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #195972;
  border: 1px solid #195972;
  font-size: 18px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}
.page-service__item-button a::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/common/icon_outer-white.svg) center center/contain no-repeat;
  transition: all 0.3s;
}
.page-service__item-button a:hover {
  background-color: #fff;
  color: #195972;
}
.page-service__item-button a:hover::after {
  background: url(../img/common/icon_outer-green.svg) center center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .page-service__tabs {
    margin-bottom: 40px;
  }
  .page-service__tab br.sp-only {
    display: block;
  }
  .page-service__tab {
    font-size: 16px;
  }
  .page-service__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-service__item {
    padding: 36px 20px;
  }
  .page-service__item-title {
    margin-bottom: 20px;
  }
  .page-service__item-text {
    margin-bottom: 28px;
  }
  .page-service__item-button {
    width: 190px;
    height: 48px;
  }
  .page-service__item-button a {
    font-size: 16px;
  }
}

.page-company__container {
  background-color: #fff;
  padding: 80px 64px;
  border-radius: 8px;
  color: #072934;
}
.page-company__name {
  font-size: 24px;
  margin-bottom: 24px;

}
.page-company__table {
}
.page-company__table-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999;
  padding: 24px 48px;
  font-size: 16px;
}
.page-company__table-item:first-child {
  border-top: 1px solid #999;
}
.page-company__table-item-title {
  width: 40%;
}
.page-company__table-item-content {
  width: 60%;
}
.page-company__title.--member {
  margin-top: 120px;
}
.page-company__list {
  margin-bottom: 80px;
}
.page-company__item {
  display: flex;
  align-items: center;
  gap: 56px;
  background-color: #fff;
  padding: 64px;
  border-radius: 8px;
}
.page-company__item:nth-child(n+2) {
  margin-top: 40px;
}
.page-company__item-image {
  width: 300px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.page-company__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-company__item-content {
  width: calc(100% - 300px);
  color: #072934;
}
.page-company__item-info {
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}
.page-company__item-info::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #195972;
}
.page-company__item-info-position {
  font-size: 16px;
  font-weight: 500;
}
.page-company__item-info-name {
  font-size: 24px;
  font-weight: 700;
}
.page-company__item-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 959px) {
  .page-company__container {
    padding: 40px 24px;
  }
  .page-company__name {
    font-size: 20px;
  }
  .page-company__table-item {
    padding: 20px 0;
    flex-direction: column;
  }
  .page-company__table-item-title {
    width: 100%;
  }
  .page-company__table-item-content {
    width: 100%;
  }
  .page-company__title.--member {
    margin-top: 80px;
  }
  .page-company__item {
    flex-direction: column;
    padding: 40px 24px;
    gap: 24px;
  }
  .page-company__item-content {
    width: 100%;
  }
}

.page-contact {
  width: 100%;
}
.page-contact__container {
  background-color: #fff;
  padding: 80px 64px;
  border-radius: 8px;
  color: #072934;
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .page-contact__container {
    padding: 40px 24px;
    margin-bottom: 40px;
  }
}

.news-detail {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .news-detail {
    width: 50vw;
  }
}
@media screen and (max-width: 959px) {
  .news-detail {
    width: 90.34vw;
  }
}
.news-detail__mainimg {
  margin-bottom: 96px;
}
.news-detail__mainimg img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .news-detail__mainimg {
    margin-bottom: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .news-detail__mainimg {
    margin-bottom: 12.5vw;
  }
}
.news-detail__content {
  margin-bottom: 152px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
.news-detail__content h1, .news-detail__content h2, .news-detail__content h3, .news-detail__content h4, .news-detail__content h5, .news-detail__content h6 {
  margin: 146px 0 30px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
}
.news-detail__content h1:first-child, .news-detail__content h2:first-child, .news-detail__content h3:first-child, .news-detail__content h4:first-child, .news-detail__content h5:first-child, .news-detail__content h6:first-child {
  margin-top: 0;
}
.news-detail__content h3 {
  font-size: 22px;
}
.news-detail__content h4 {
  font-size: 20px;
}
.news-detail__content h5 {
  font-size: 18px;
}
.news-detail__content h6 {
  font-size: 16px;
}
.news-detail__content > ul > li {
  position: relative;
  padding-left: 0.75em;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.news-detail__content > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #76B4B5;
}
.news-detail__content > ol {
  counter-reset: item;
}
.news-detail__content > ol > li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.news-detail__content > ol > li::before {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  color: #76B4B5;
  font-size: 1.2em;
  line-height: 1.4;
}
.news-detail__content > ul > li ul, .news-detail__content > ol > li ul {
  padding-top: 0.286em;
  font-size: 14px;
}
.news-detail__content > ul > li ul > li, .news-detail__content > ol > li ul > li {
  position: relative;
  padding-left: 0.429em;
  line-height: 1.7;
}
.news-detail__content > ul > li ul > li::before, .news-detail__content > ol > li ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(7, 41, 52, 0.6);
}
.news-detail__content > ul > li ol, .news-detail__content > ol > li ol {
  counter-reset: item;
  padding-top: 0.286em;
  font-size: 14px;
}
.news-detail__content > ul > li ol > li, .news-detail__content > ol > li ol > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
}
.news-detail__content > ul > li ol > li::before, .news-detail__content > ol > li ol > li::before {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  font-size: 1.2em;
  line-height: 1.4;
  opacity: 0.4;
}
.news-detail__content p a {
  text-decoration: underline;
}
.news-detail__content > * {
  margin-bottom: 34px;
}
@media screen and (max-width: 1400px) {
  .news-detail__content {
    margin-bottom: 10.86vw;
    font-size: 1.14vw;
  }
  .news-detail__content h1, .news-detail__content h2, .news-detail__content h3, .news-detail__content h4, .news-detail__content h5, .news-detail__content h6 {
    margin: 10.43vw 0 2.14vw;
    font-size: 1.71vw;
  }
  .news-detail__content h3 {
    font-size: 1.57vw;
  }
  .news-detail__content h4 {
    font-size: 1.43vw;
  }
  .news-detail__content h5 {
    font-size: 1.29vw;
  }
  .news-detail__content h6 {
    font-size: 1.14vw;
  }
  .news-detail__content > ul > li {
    font-size: 1.14vw;
  }
  .news-detail__content > ul > li::before {
    top: 0.64vw;
    width: 0.5vw;
    height: 0.5vw;
  }
  .news-detail__content > ol > li {
    font-size: 1.14vw;
  }
  .news-detail__content > ul > li ul, .news-detail__content > ol > li ul {
    font-size: 1vw;
  }
  .news-detail__content > ul > li ul > li::before, .news-detail__content > ol > li ul > li::before {
    top: 0.64vw;
    width: 0.21vw;
    height: 0.21vw;
  }
  .news-detail__content > ul > li ol, .news-detail__content > ol > li ol {
    font-size: 1vw;
  }
  .news-detail__content > * {
    margin-bottom: 2.43vw;
  }
}
@media screen and (max-width: 959px) {
  .news-detail__content {
    margin-bottom: 25vw;
    font-size: 3.86vw;
  }
  .news-detail__content h1, .news-detail__content h2, .news-detail__content h3, .news-detail__content h4, .news-detail__content h5, .news-detail__content h6 {
    margin: 25.5vw 0 9vw;
    font-size: 5.8vw;
    line-height: 1.33;
  }
  .news-detail__content h3 {
    font-size: 5.32vw;
  }
  .news-detail__content h4 {
    font-size: 4.83vw;
  }
  .news-detail__content h5 {
    font-size: 4.35vw;
  }
  .news-detail__content h6 {
    font-size: 3.87vw;
  }
  .news-detail__content > ul > li {
    font-size: 3.87vw;
  }
  .news-detail__content > ul > li::before {
    top: 2.17vw;
    width: 1.69vw;
    height: 1.69vw;
  }
  .news-detail__content > ol > li {
    font-size: 3.87vw;
  }
  .news-detail__content > ul > li ul, .news-detail__content > ol > li ul {
    font-size: 3.38vw;
  }
  .news-detail__content > ul > li ul > li::before, .news-detail__content > ol > li ul > li::before {
    top: 2.17vw;
    width: 0.8vw;
    height: 0.8vw;
  }
  .news-detail__content > ul > li ol, .news-detail__content > ol > li ol {
    font-size: 3.38vw;
  }
  .news-detail__content > * {
    margin-bottom: 8.2vw;
  }
}
.news-detail__bottom-cta {
  margin-bottom: 152px;
  border: 1px solid #D8E2E6;
}
.news-detail__bottom-cta-link {
  display: block;
  padding: 36px;
}
.news-detail__bottom-cta-img img {
  width: 100%;
}
.news-detail__bottom-cta-text {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
.news-detail__bottom-cta-text h2 {
  padding: 0.6em 0;
  font-size: 1.25em;
  line-height: 1.65;
}
@media screen and (min-width: 959.02px) {
  .news-detail__bottom-cta-link {
    display: flex;
    justify-content: space-between;
  }
  .news-detail__bottom-cta-img {
    width: 34%;
  }
  .news-detail__bottom-cta-text {
    width: 60%;
  }
  .news-detail__bottom-cta-text:first-child:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .news-detail__bottom-cta {
    margin-bottom: 10.86vw;
  }
  .news-detail__bottom-cta-link {
    padding: 2.57vw;
  }
  .news-detail__bottom-cta-text {
    font-size: 1.14vw;
  }
}
@media screen and (max-width: 959px) {
  .news-detail__bottom-cta {
    margin-bottom: 25vw;
  }
  .news-detail__bottom-cta-link {
    padding: 7.5vw;
  }
  .news-detail__bottom-cta-text {
    font-size: 3.86vw;
  }
}
.news-detail__share {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.news-detail__share--news {
  padding-bottom: 106px;
}
.news-detail__share dl {
  display: flex;
  align-items: center;
  height: 47px;
  padding: 0 27px 0 30px;
  margin: 0 30px 0 0;
  border: 1px solid #D8E2E6;
  white-space: nowrap;
}
.news-detail__share dt {
  padding-right: 47px;
  font-size: 12px;
  font-weight: 700;
}
.news-detail__share dd {
  display: flex;
}
.news-detail__share dd button, .news-detail__share dd a {
  width: 18px;
  aspect-ratio: 1/1;
  margin: 0 3px;
}
.news-detail__share dd button img, .news-detail__share dd a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1400px) {
  .news-detail__share--news {
    padding-bottom: 7.57vw;
  }
  .news-detail__share dl {
    height: 3.36vw;
    padding-right: 1.93vw;
    padding-left: 2.14vw;
    margin-right: 2.14vw;
  }
  .news-detail__share dt {
    padding-right: 3.36vw;
    font-size: 0.86vw;
  }
  .news-detail__share dd button, .news-detail__share dd a {
    width: 1.29vw;
    margin: 0 0.21vw;
  }
}
@media screen and (max-width: 959px) {
  .news-detail__share {
    margin-bottom: 6vw;
  }
  .news-detail__share--news {
    padding-bottom: 0;
  }
  .news-detail__share dl {
    height: 11.35vw;
    padding-right: 6.28vw;
    padding-left: 7.25vw;
    margin: 0 0 5.31vw;
  }
  .news-detail__share dt {
    padding-right: 9.66vw;
    font-size: 3.38vw;
  }
  .news-detail__share dd button, .news-detail__share dd a {
    width: 4.35vw;
    margin: 0 0.72vw;
  }
}

.news-list .comingsoon {
  padding: 6em 0 0;
  text-align: center;
}
.news-list__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .news-list__head {
    font-size: 1.71vw;
  }
}
.news-list__item::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/3;
  background: #195972;
}
.news-list__link {
  display: flex;
  justify-content: space-between;
  padding: 4.55% 0;
}
.news-list__img {
  width: 36.36%;
  aspect-ratio: 1/0.5625;
  order: -1;
}
.news-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list__text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 60%;
}
.news-list__text .date {
  margin-right: 1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 20px;
  line-height: 22px;
}
.news-list__text .date b {
  display: inline-block;
  margin-left: 0.7em;
  color: #FFB372;
  font-size: 0.7em;
  line-height: 1;
  vertical-align: middle;
}
.news-list__text .cate {
  display: flex;
  flex-wrap: wrap;
}
.news-list__text .cate a, .news-list__text .cate span {
  padding: 0 2em;
  margin: 0 2px 2px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  background: #195972;
}
.news-list__text h3 {
  width: 100%;
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.5;
}
.news-list__text .common-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.97%;
  aspect-ratio: 1/0.264;
  padding: 0 3.6% 0 0;
  line-height: 1;
}
.news-list__text .common-btn::before {
  left: 73.6%;
}
@media screen and (max-width: 1400px) {
  .news-list__text .date {
    font-size: 1.43vw;
    line-height: 1.57vw;
  }
  .news-list__text .cate a, .news-list__text .cate span {
    font-size: 1vw;
    line-height: 1.57vw;
  }
  .news-list__text h3 {
    margin-top: 2.14vw;
    font-size: 1.71vw;
  }
}
@media screen and (max-width: 959px) {
  .news-list__head {
    font-size: 5.8vw;
    margin-bottom: -5vw;
  }
  .news-list__link {
    flex-wrap: wrap;
    padding: 12.08vw 0;
  }
  .news-list__img {
    width: 100%;
    margin-bottom: 7.25vw;
  }
  .news-list__text {
    width: 100%;
  }
  .news-list__text .date {
    font-size: 4.35vw;
    line-height: 5.07vw;
  }
  .news-list__text .cate a, .news-list__text .cate span {
    font-size: 2.9vw;
    line-height: 5.07vw;
  }
  .news-list__text h3 {
    margin-top: 7.25vw;
    margin-bottom: 12.08vw;
    font-size: 4.35vw;
    line-height: 1.56;
  }
  .news-list__text .common-btn {
    position: relative;
    width: 43vw;
    font-size: 3.38vw;
  }
}
.news-list__pagination {
  display: flex;
  justify-content: center;
  padding: 4.55% 0 14.8%;
}
.news-list__pagination a, .news-list__pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.44em;
  aspect-ratio: 1/1;
  margin: 0 0.28em;
  border: 1px solid #D8E2E6;
  font-weight: 400;
}
.news-list__pagination span.current {
  color: #ffffff;
  background: #195972;
  border-color: #195972;
}
.news-list__pagination a.prev, .news-list__pagination a.next {
  background: url(../img/news/pagination.svg) center center/27.27% auto no-repeat;
  border-color: #ffffff;
}
.news-list__pagination a.next {
  transform: scale(-1, 1);
}
@media screen and (max-width: 959px) {
  .news-list__pagination {
    padding: 12.08vw 0;
  }
}
.news-list--recommend {
  padding-bottom: 100px;
}
.news-list--recommend h2 {
  padding-top: 100px;
}
@media screen and (max-width: 1400px) {
  .news-list--recommend {
    padding-bottom: 7.14vw;
  }
  .news-list--recommend h2 {
    padding-top: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .news-list--recommend {
    padding-bottom: 19.81vw;
  }
  .news-list--recommend h2 {
    padding-top: 0;
  }
}
.news-list--new {
  padding-bottom: 200px;
}
@media screen and (max-width: 1400px) {
  .news-list--new {
    padding-bottom: 14.29vw;
  }
}
@media screen and (max-width: 959px) {
  .news-list--new {
    padding-bottom: 9.66vw;
  }
}

.blog-side {
  position: relative;
}
.blog-side__ranking {
  margin-bottom: 60px;
}
.blog-side__ranking-head {
  font-size: 24px;
  margin-bottom: -14px;
}
@media screen and (max-width: 1400px) {
  .blog-side__ranking-head {
    font-size: 1.71vw;
  }
}
.blog-side__ranking .wpp-list li {
  border-bottom: 1px solid #E7EEF1;
  display: flex;
  justify-content: space-between;
  padding: 17px 0 23px;
  margin: 0;
}
.blog-side__ranking .wpp-list li a:nth-child(1) {
  position: relative;
  width: 29.43%;
  padding-top: 6px;
}
.blog-side__ranking .wpp-list li a:nth-child(1)::before {
  content: "1";
  position: absolute;
  left: 0;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  aspect-ratio: 1/1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffffff;
  font-size: 14px;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
  background: #76B4B5;
}
@media screen and (max-width: 1400px) {
  .blog-side__ranking .wpp-list li a:nth-child(1)::before {
    font-size: 1vw;
  }
}
.blog-side__ranking .wpp-list li a:nth-child(2) {
  width: 64.86%;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .blog-side__ranking .wpp-list li a:nth-child(2) {
    font-size: 1vw;
  }
}
.blog-side__ranking .wpp-list li:nth-child(2) a:nth-child(1)::before {
  content: "2";
}
.blog-side__ranking .wpp-list li:nth-child(3) a:nth-child(1)::before {
  content: "3";
}
.blog-side__ranking .wpp-list li:nth-child(4) a:nth-child(1)::before {
  content: "4";
}
.blog-side__ranking .wpp-list li:nth-child(5) a:nth-child(1)::before {
  content: "5";
}
@media screen and (max-width: 1400px) {
  .blog-side__ranking {
    margin-bottom: 4.29vw;
  }
  .blog-side__ranking-head {
    margin-bottom: -1vw;
  }
  .blog-side__ranking .wpp-list li {
    padding-top: 1.21vw;
    padding-bottom: 1.64vw;
  }
  .blog-side__ranking .wpp-list li a:nth-child(1) {
    padding-top: 0.43vw;
  }
  .blog-side__ranking .wpp-list li a:nth-child(1)::before {
    top: 0.43vw;
    width: 1.57vw;
  }
}
@media screen and (max-width: 959px) {
  .blog-side__ranking {
    margin-bottom: 14.49vw;
  }
  .blog-side__ranking-head {
    font-size: 5.8vw;
  }
  .blog-side__ranking .wpp-list li {
    padding-top: 5.8vw;
    padding-bottom: 5.8vw;
  }
  .blog-side__ranking .wpp-list li a:nth-child(1) {
    width: 27.54%;
    padding-top: 0;
  }
  .blog-side__ranking .wpp-list li a:nth-child(1)::before {
    top: 0;
    width: 5.31vw;
    font-size: 3.38vw;
  }
  .blog-side__ranking .wpp-list li a:nth-child(2) {
    width: 67.11%;
    font-size: 3.38vw;
  }
}
.blog-side__cta-link {
  display: block;
}
.blog-side__cta-link:hover .blog-side__cta-title {
  color: #195972;
  background: #ffffff;
}
.blog-side__cta-img {
  display: block;
}
.blog-side__cta-img img {
  width: 100%;
}
.blog-side__cta-text {
  padding: 0.7em 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: #195972;
  border: 1px solid #195972;
  transition-duration: 200ms;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1400px) {
  .blog-side__cta-text {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1400px) {
  .blog-side__cta-text {
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 959px) {
  .blog-side__cta {
    padding-top: 0 !important;
    margin-bottom: 12.08vw;
  }
  .blog-side__cta-text {
    font-size: 3.38vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 959.02px) {
  .blog-side.fix .blog-side__cta {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
  }
}
.blog-slide {
  position: relative;
}
.blog-slide::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 100px;
  top: 0;
  z-index: 10;
  display: block;
  width: calc(100% - 200px);
  height: 100%;
  box-shadow: -800px 0 0 0 rgba(255, 255, 255, 0.9), 800px 0 0 0 rgba(255, 255, 255, 0.9);
}
.blog-slide .swiper-outer {
  position: relative;
  width: 700px;
  padding: 0 0 52px;
  margin: 0 auto 78px;
}
.blog-slide .swiper-button {
  z-index: 20;
  overflow: hidden;
  top: 97px;
  bottom: 0;
  width: 60px;
  height: 200px;
  margin: 0;
  background: #76B4B5 url(../img/home/news-arrow.svg) center center/23.3% auto no-repeat;
  text-indent: 1000%;
}
.blog-slide .swiper-button-prev {
  left: -160px;
  transform: scale(-1, 1);
}
.blog-slide .swiper-button-next {
  right: -160px;
}
.blog-slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  bottom: 0;
  padding: 0;
  margin: 0;
}
.blog-slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
  position: relative;
  display: block;
  opacity: 1;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: none !important;
  border-radius: 0;
}
.blog-slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  border-radius: 50%;
  background: #D8E2E6;
}
.blog-slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active::before {
  background: #76B4B5;
}
.blog-slide__img {
  width: 700px;
  height: 394px;
  margin-bottom: 30px;
}
.blog-slide__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-slide__text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.blog-slide__text .date {
  margin-right: 1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 20px;
  line-height: 22px;
}
.blog-slide__text .date b {
  display: inline-block;
  margin-left: 0.7em;
  color: #FFB372;
  font-size: 0.7em;
  line-height: 1;
  vertical-align: middle;
}
.blog-slide__text .cate {
  display: flex;
  flex-wrap: wrap;
}
.blog-slide__text .cate a {
  padding: 0 2em;
  margin: 0 2px 2px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  background: #195972;
}
.blog-slide__text h3 {
  width: 100%;
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .blog-slide::after {
    left: 7.14vw;
    width: calc(100% - 14.28vw);
    box-shadow: -57vw 0 0 0 rgba(255, 255, 255, 0.9), 57vw 0 0 0 rgba(255, 255, 255, 0.9);
  }
  .blog-slide .swiper-outer {
    width: 50vw;
    padding-bottom: 4.29vw;
    margin-bottom: 5.57vw;
  }
  .blog-slide .swiper-button {
    top: 6.93vw;
    width: 4.29vw;
    height: 14.29vw;
  }
  .blog-slide .swiper-button-prev {
    left: -11.43vw;
  }
  .blog-slide .swiper-button-next {
    right: -11.43vw;
  }
  .blog-slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    width: 1.43vw;
    height: 1.43vw;
  }
  .blog-slide__img {
    width: 50vw;
    height: 28vw;
    margin-bottom: 2.14vw;
  }
  .blog-slide__text .date {
    font-size: 1.43vw;
    line-height: 1.57vw;
  }
  .blog-slide__text .cate a {
    font-size: 1vw;
    line-height: 1.57vw;
  }
  .blog-slide__text h3 {
    margin-top: 2.14vw;
    font-size: 2.14vw;
  }
}
@media screen and (max-width: 959px) {
  .blog-slide::after {
    display: none;
  }
  .blog-slide .swiper-outer {
    position: relative;
    left: 50%;
    overflow: hidden;
    width: 100vw;
    padding-bottom: 16.8vw;
    margin-left: -36.5vw;
    margin-bottom: 23vw;
  }
  .blog-slide .swiper-button {
    top: 19.32vw;
    width: 9.66vw;
    height: 17.63vw;
  }
  .blog-slide .swiper-button-prev {
    left: 0;
  }
  .blog-slide .swiper-button-next {
    right: 0;
  }
  .blog-slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    width: 4.83vw;
    height: 4.83vw;
  }
  .blog-slide__item {
    opacity: 1;
  }
  .blog-slide__img {
    width: 100vw;
    height: 56.25vw;
    margin-bottom: 7.25vw;
  }
  .blog-slide__text {
    padding-right: 4.83vw;
    padding-left: 4.83vw;
  }
  .blog-slide__text .date {
    font-size: 4.34vw;
    line-height: 5.07vw;
  }
  .blog-slide__text .cate a {
    font-size: 2.9vw;
    line-height: 5.07vw;
  }
  .blog-slide__text h3 {
    margin-top: 7.25vw;
    font-size: 5.8vw;
  }
}

.blog-wrap {
  position: relative;
}
@media screen and (min-width: 959.02px) {
  .blog-wrap .common-head__post {
    margin-right: 0;
    margin-left: 0;
  }
  .blog-wrap .news-detail {
    margin: 0;
    min-height: 1000px;
  }
  .blog-wrap .news-list--recommend {
    padding-top: 0;
  }
  .blog-wrap .blog-side {
    position: absolute;
    right: -50px;
    top: 140px;
    width: 350px;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .blog-wrap .news-detail {
    min-height: 71.43vw;
  }
  .blog-wrap .blog-side {
    right: -3.57vw;
    top: 10vw;
    width: 25vw;
  }
}
@media screen and (max-width: 959px) {
  .blog-wrap .news-list--recommend {
    padding-top: 7.2vw;
  }
  .blog-wrap .blog-side {
    padding-top: 4vw;
  }
}

.ov-about {
  position: relative;
  z-index: 30;
  width: 80%;
  margin: 0 auto 4.8em;
  color: #ffffff;
}
.ov-about__title {
  padding: 0.21em 0;
  font-size: 56px;
  line-height: 1.16;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .ov-about__title {
    font-size: 4vw;
  }
}
.ov-about__text {
  border-left: 2px solid #ffffff;
}
.ov-about__text p {
  padding: 0.8125em 0 0.8125em 2.625em;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 1400px) {
  .ov-about__text p {
    font-size: 1.14vw;
  }
}
@media screen and (min-width: 959.02px) {
  .ov-about {
    display: flex;
  }
  .ov-about__title {
    width: 51.4%;
  }
  .ov-about__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 48.6%;
  }
  .ov-about__text p {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .ov-about {
    width: 90.58vw;
    margin-bottom: 4.4em;
  }
  .ov-about__title {
    margin-bottom: 4vw;
    font-size: 6.76vw;
    line-height: 1.25;
  }
  .ov-about__text p {
    font-size: 3.38vw;
    line-height: 1.5;
    padding: 0.8125em 0 0.8125em 1.14em;
  }
  .ov-about__text p:first-child {
    padding-top: 0;
  }
  .ov-about__text p:last-child {
    padding-bottom: 0;
  }
}

.ov-cta {
  width: 100%;
  padding: 4em 0 4.44em;
  color: #ffffff;
  text-align: center;
  background: #1B2025;
}
.ov-cta__title {
  display: inline-block;
  padding: 0 1.33em;
  margin-bottom: 2.15em;
  font-size: 36px;
  line-height: 1.85;
  border-bottom: 0.22em solid #F7FF04;
}
@media screen and (max-width: 1400px) {
  .ov-cta__title {
    font-size: 2.57vw;
  }
}
.ov-cta__list {
  width: 76.14%;
  margin: 0 auto;
}
.ov-cta__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.6em;
  background: #F7FF04;
  border: 2px solid #1B2025;
  font-size: 20px;
  color: #1B2025;
  text-align: center;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .ov-cta__link {
    font-size: 1.43vw;
  }
}
.ov-cta__link:hover {
  background: #ffffff;
}
.ov-cta__link::before {
  content: "";
  position: absolute;
  right: 0.3em;
  bottom: 0.3em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  background: #1B2025;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.ov-cta__link--white {
  background: #ffffff;
}
.ov-cta__link--white:hover {
  background: #F7FF04;
}
@media screen and (min-width: 959.02px) {
  .ov-cta__list {
    display: flex;
    justify-content: space-between;
  }
  .ov-cta__item {
    width: 48.6%;
  }
  .ov-cta__item:first-child:last-child {
    width: 80%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 959px) {
  .ov-cta {
    padding-top: 10.6vw;
    padding-bottom: 26vw;
  }
  .ov-cta__title {
    padding: 0 1em;
    margin-bottom: 4.83vw;
    border-bottom-width: 0.97vw;
    font-size: 5.8vw;
  }
  .ov-cta__list {
    width: 90.58vw;
  }
  .ov-cta__link {
    height: 3.8em;
    margin-bottom: 4.5vw;
    font-size: 4.83vw;
  }
}

.ov-float-cta {
  position: fixed;
  left: 50%;
  top: 30px;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  width: 700px;
  padding-right: 20px;
}
.ov-float-cta__link {
  padding: 1.06em 2.2em;
  border: 2px solid #1B2025;
  background: #F7FF04;
  font-size: 16px;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .ov-float-cta__link {
    font-size: 1.14vw;
  }
}
.ov-float-cta__link:hover {
  background: #ffffff;
}
@media screen and (max-width: 1400px) {
  .ov-float-cta {
    top: 2.14vw;
    width: 50vw;
    padding-right: 1.43vw;
  }
}
@media screen and (max-width: 959px) {
  .ov-float-cta {
    padding-right: 4.83vw;
  }
  .ov-float-cta__link {
    padding: 0.8em 1.8em;
    font-size: 3.38vw;
  }
}

.ov-fv {
  position: relative;
  width: 100%;
  height: 1055px;
  margin-bottom: -1.2em;
  background: #ffffff;
}
.ov-fv::before, .ov-fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  height: auto;
  aspect-ratio: 1/0.576;
}
.ov-fv::before {
  width: 56%;
  background: #195972;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.ov-fv::after {
  bottom: -1px;
  width: calc(100% + 1px);
  background: #072934;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.ov-fv__logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 21.29%;
}
.ov-fv__logo img {
  width: 100%;
}
.ov-fv__text {
  position: absolute;
  left: 100px;
  top: 184px;
  z-index: 20;
}
.ov-fv__catch {
  width: 15.83em;
  padding-bottom: 0.16em;
  margin-bottom: 1em;
  font-size: 30px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 0.27em solid #F7FF04;
}
@media screen and (max-width: 1400px) {
  .ov-fv__catch {
    font-size: 2.14vw;
  }
}
.ov-fv__title {
  margin-bottom: 0.9em;
  font-size: 82px;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .ov-fv__title {
    font-size: 5.86vw;
  }
}
.ov-fv__title small {
  display: block;
  font-size: 53px;
}
@media screen and (max-width: 1400px) {
  .ov-fv__title small {
    font-size: 3.79vw;
  }
}
.ov-fv__item {
  padding: 0 0 0 1.9em;
  margin-bottom: 0.8em;
  font-size: 20px;
  line-height: 1.5;
  background: url(../img/officevision/fv-check.svg) left center/contain no-repeat;
}
@media screen and (max-width: 1400px) {
  .ov-fv__item {
    font-size: 1.43vw;
  }
}
.ov-fv__illust {
  position: absolute;
  right: 115px;
  top: 130px;
  z-index: 10;
}
.ov-fv__illust img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .ov-fv {
    height: 75.36vw;
  }
  .ov-fv__logo {
    left: 1.43vw;
    top: 1.43vw;
    width: 21.29vw;
  }
  .ov-fv__text {
    left: 7.14vw;
    top: 13.14vw;
  }
  .ov-fv__illust {
    right: 8.21vw;
    top: 9.29vw;
    width: 28.28vw;
  }
}
@media screen and (max-width: 959px) {
  .ov-fv {
    height: 130.43vw;
    margin-bottom: -12vw;
  }
  .ov-fv__logo {
    left: 4.83vw;
    top: 2.9vw;
    width: 42.63vw;
  }
  .ov-fv__text {
    left: 4.83vw;
    top: 24.4vw;
  }
  .ov-fv__catch {
    width: 56.76vw;
    margin-bottom: 1.15em;
    font-size: 3.38vw;
  }
  .ov-fv__title {
    font-size: 7.73vw;
  }
  .ov-fv__title small {
    margin-bottom: 0.4em;
    font-size: 4.83vw;
  }
  .ov-fv__item {
    width: 55vw;
    padding-left: 1.8em;
    margin-bottom: 1.1em;
    font-size: 3.38vw;
    background-size: 1.5em auto;
    background-position: left top;
  }
  .ov-fv__illust {
    right: 4.83vw;
    top: 39.5vw;
    width: 29.54vw;
  }
}

.ov-marketing {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 3.33em;
  background: #F5F6F8;
}
.ov-marketing::before, .ov-marketing::after {
  content: "";
  position: absolute;
  left: 0;
  top: -534px;
  z-index: 1;
  z-index: 5;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.576;
}
.ov-marketing::before {
  background: #072934;
  clip-path: polygon(100% 0, 50% 50%, 50% 100%, 100% 100%);
}
.ov-marketing::after {
  background: #195972;
  clip-path: polygon(0 0, 50% 50%, 50% 100%, 0 100%);
}
.ov-marketing__top {
  position: relative;
  z-index: 10;
  padding: 6em 0 4.5em;
  text-align: center;
}
.ov-marketing__top::before {
  content: "";
  position: absolute;
  left: 0;
  top: -131px;
  z-index: 1;
  z-index: 5;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.576;
  clip-path: polygon(0 50%, 50% 0, 100% 50%, 100% 52%, 0 52%);
  background: #F5F6F8;
}
.ov-marketing__top span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-top: 0.2em;
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 0.22em solid #F7FF04;
}
@media screen and (max-width: 1400px) {
  .ov-marketing__top span {
    font-size: 2.57vw;
  }
}
@media screen and (min-width: 959.02px) {
  .ov-marketing__top .ov-marketing__top--1 {
    padding-right: 0.78em;
    padding-left: 0.78em;
  }
  .ov-marketing__top .ov-marketing__top--2 {
    padding-left: 2.5em;
  }
  .ov-marketing__top .ov-marketing__top--3 {
    padding-right: 2.5em;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .ov-marketing::before, .ov-marketing::after {
    top: -38.14vw;
  }
  .ov-marketing__top::before {
    top: -9.75vw;
  }
}
@media screen and (max-width: 959px) {
  .ov-marketing::before, .ov-marketing::after {
    top: -49vw;
  }
  .ov-marketing__top {
    padding-top: 3em;
    padding-bottom: 9.66vw;
  }
  .ov-marketing__top::before {
    top: -20.22vw;
  }
  .ov-marketing__top span {
    font-size: 5.8vw;
    padding: 0.1em 1em 0;
    border-bottom-width: 0.97vw;
  }
}
.ov-marketing__list {
  width: 76.14%;
  margin: 0 auto;
}
.ov-marketing__item {
  position: relative;
  padding: 2.22em 2.22em 3.89em;
  background: #ffffff;
}
.ov-marketing__item::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: block;
  width: 2.22em;
  height: 2.22em;
  background: #F5F6F8;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.ov-marketing__scroll {
  display: none;
}
.ov-marketing__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.4375em;
  font-size: 32px;
}
@media screen and (max-width: 1400px) {
  .ov-marketing__head {
    font-size: 2.29vw;
  }
}
.ov-marketing__icon {
  width: 3.5em;
  margin-right: 0.4375em;
}
.ov-marketing__title {
  line-height: 1.5625;
  font-weight: 700;
  white-space: nowrap;
}
.ov-marketing__detail {
  display: flex;
  flex-wrap: wrap;
}
.ov-marketing__detail:last-child::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 440/21;
  background: url(../img/officevision/marketing-spacer.svg) center/contain no-repeat;
}
.ov-marketing__subhead {
  padding: 0 0.6em;
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  background: #E3E3E3;
}
@media screen and (max-width: 1400px) {
  .ov-marketing__subhead {
    font-size: 1.43vw;
  }
}
.ov-marketing__subhead--after {
  margin-bottom: 0.4em;
  color: #ffffff;
  background: #1B2025;
}
.ov-marketing__text {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  .ov-marketing__text {
    font-size: 1.43vw;
  }
}
.ov-marketing__notice {
  width: 76.14%;
  margin: -1.2em auto 0;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .ov-marketing__notice {
    font-size: 1.14vw;
  }
}
@media screen and (min-width: 959.02px) {
  .ov-marketing__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ov-marketing__item {
    width: 48.6%;
    margin-bottom: 1.67em;
  }
  .ov-marketing__subhead--before + .ov-marketing__text {
    height: 3.5em;
  }
}
@media screen and (max-width: 959px) {
  .ov-marketing__list-outer {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
  }
  .ov-marketing__list {
    display: flex;
    justify-content: space-between;
    width: 358vw;
    padding: 0 9.66vw;
    margin: 0;
  }
  .ov-marketing__item {
    width: 24%;
    padding: 4.83vw 4.83vw 9.66vw;
  }
  .ov-marketing__scroll {
    position: absolute;
    left: 38.4vw;
    top: 37vw;
    display: block;
    width: 22.22vw;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #195972;
    border-radius: 2.42vw;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    transition-duration: 200ms;
  }
  .ov-marketing__scroll--hide {
    opacity: 0;
  }
  .ov-marketing__head {
    margin-bottom: 1em;
    font-size: 4.83vw;
  }
  .ov-marketing__icon {
    width: 3.75em;
    margin-right: 0.75em;
  }
  .ov-marketing__title {
    line-height: 1.5;
  }
  .ov-marketing__detail:last-child::before {
    aspect-ratio: 296/18;
    margin: 1.29em 0 0.5em;
    background-image: url(../img/officevision/marketing-spacer-sp.svg);
  }
  .ov-marketing__subhead {
    font-size: 3.38vw;
  }
  .ov-marketing__text {
    font-size: 3.38vw;
  }
  .ov-marketing__notice {
    width: 80.92vw;
    margin-top: 4.83vw;
    font-size: 2.9vw;
  }
}

.ov-merit {
  position: relative;
  width: 100%;
  padding: 0 11.93%;
  margin: 0 0 0;
  border-bottom: 1px solid #F5F6F8;
  text-align: center;
}
.ov-merit__title {
  display: inline-block;
  padding: 0 0.4em 0.46em;
  margin-bottom: 1.7em;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.15;
  border-bottom: 0.31em solid #F7FF04;
}
@media screen and (max-width: 1400px) {
  .ov-merit__title {
    font-size: 1.86vw;
  }
}
.ov-merit__list {
  position: relative;
  z-index: 10;
}
.ov-merit__item {
  position: relative;
  padding: 1.67em;
  text-align: left;
  background: #ffffff;
  border: 1px solid #1B2025;
}
.ov-merit__item::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: block;
  width: 2.22em;
  aspect-ratio: 1/1;
  background: #072934;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.ov-merit__text h3 {
  margin-bottom: 0.6em;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .ov-merit__text h3 {
    font-size: 2.57vw;
  }
}
.ov-merit__text p {
  margin-bottom: 1.5em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .ov-merit__text p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 959.02px) {
  .ov-merit__item {
    display: flex;
    margin-bottom: 1.7em;
  }
  .ov-merit__img {
    width: 51.7%;
    padding-right: 1.7em;
    margin-right: 1.7em;
    border-right: 1px solid #1B2025;
  }
  .ov-merit__text {
    padding-top: 0.4em;
  }
}
@media screen and (max-width: 959px) {
  .ov-merit {
    padding: 0 4.83vw;
  }
  .ov-merit__title {
    padding-bottom: 0.3em;
    margin-bottom: 4.83vw;
    font-size: 5.8vw;
    border-bottom-width: 0.97vw;
  }
  .ov-merit__item {
    padding: 4.83vw 4.83vw 9vw;
    margin-bottom: 7.25vw;
  }
  .ov-merit__item::before {
    width: 9.66vw;
  }
  .ov-merit__img {
    aspect-ratio: 334/180;
  }
  .ov-merit__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ov-merit__text {
    padding-top: 4.83vw;
    margin-top: 4.83vw;
    border-top: 1px solid #1B2025;
  }
  .ov-merit__text h3 {
    font-size: 5.8vw;
    line-height: 1.25;
    margin-bottom: 0.8em;
  }
  .ov-merit__text p {
    font-size: 3.38vw;
  }
}

body.officevision .layout-main {
  position: relative;
  width: 1400px;
  padding-top: 0;
  color: #1B2025;
  font-weight: 400;
  background: #072934;
}
body.officevision .layout-main::before {
  display: none;
}
body.officevision .layout-main__pagetop {
  right: 0;
}
@media screen and (max-width: 1400px) {
  body.officevision .layout-main {
    width: 100%;
  }
  body.officevision .layout-main__pagetop {
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  body.officevision .layout-main {
    width: 100vw;
    padding: 0;
    margin: 0;
  }
}

body.prospectfinder .layout-main {
  position: relative;
  width: 1400px;
  padding-top: 0;
  font-weight: 700;
}
body.prospectfinder .layout-main::before {
  display: none;
}
body.prospectfinder .layout-main__pagetop {
  right: 0;
}
@media screen and (max-width: 1400px) {
  body.prospectfinder .layout-main {
    width: 100%;
  }
  body.prospectfinder .layout-main__pagetop {
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  body.prospectfinder .layout-main {
    width: 100vw;
    padding: 0;
    margin: 0;
  }
}

.pf-casestudy {
  padding: 205px 0 0;
  background: #D8E2E6;
  position: relative;
}
.pf-casestudy::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  display: block;
  width: 50%;
  aspect-ratio: 1400/808;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #D8E2E6;
}
.pf-casestudy::before {
  right: 50%;
  background: #E7EEF1;
  transform: scale(-1, 1);
}
.pf-casestudy__head {
  margin-bottom: 100px;
  text-align: center;
}
.pf-casestudy__head b, .pf-casestudy__head small {
  display: block;
  line-height: 1;
  text-align: center;
}
.pf-casestudy__head b {
  margin-bottom: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__head b {
    font-size: 5.71vw;
  }
}
.pf-casestudy__head small {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__head small {
    font-size: 2.14vw;
  }
}
.pf-casestudy__head::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/5;
  margin: 46px auto 0;
  background: #195972;
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__head {
    margin-bottom: 7.14vw;
  }
  .pf-casestudy__head b {
    margin-bottom: 2vw;
  }
  .pf-casestudy__head::after {
    width: 2.71vw;
    margin-top: 3.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-casestudy__head {
    margin-bottom: 9.66vw;
  }
  .pf-casestudy__head b {
    margin-bottom: 6vw;
    font-size: 12.08vw;
  }
  .pf-casestudy__head small {
    font-size: 4.83vw;
  }
  .pf-casestudy__head::after {
    width: 9.17vw;
    margin-top: 7.6vw;
  }
}
.pf-casestudy__list {
  padding-right: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__list {
    padding-right: 7.14vw;
    padding-left: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-casestudy__list {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-casestudy__item {
  padding: 36px;
  border: 4px solid #195972;
  border-radius: 20px;
  background: #ffffff;
}
.pf-casestudy__img img {
  width: 100%;
}
.pf-casestudy__title {
  font-size: 30px;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__title {
    font-size: 2.14vw;
  }
}
.pf-casestudy__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__data {
    font-size: 1vw;
  }
}
.pf-casestudy__data dl {
  width: calc((100% - 10px) / 2);
  padding: 0.5em 1.5em;
  border-radius: 10px;
  background: #E7EEF1;
}
.pf-casestudy__data dl dt, .pf-casestudy__data dl dd {
  display: inline-block;
}
.pf-casestudy__data dl dt::after {
  content: ":";
}
.pf-casestudy__data dl:last-child {
  width: 100%;
  margin-top: 10px;
}
.pf-casestudy__data dl:last-child dt {
  display: block;
  margin-bottom: 0.5em;
}
.pf-casestudy__merit {
  line-height: 0;
}
.pf-casestudy__merit h4 {
  display: inline-block;
  padding: 0 2.5em;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.8;
  background: #195972;
  border-radius: 1000px;
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__merit h4 {
    font-size: 0.86vw;
  }
}
.pf-casestudy__merit p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__merit p {
    font-size: 1.14vw;
  }
}
.pf-casestudy__merit p b {
  padding: 0 0.2em;
  color: #ffffff;
  background: #FF5072;
}
.pf-casestudy__link {
  padding-top: 50px;
  padding-bottom: 100px;
}
.pf-casestudy__link a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
  width: 357px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  background-color: #FF5072;
  border-color: #FF5072;
}
.pf-casestudy__link a::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__link a {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-casestudy__link a::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .pf-casestudy__link a {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-casestudy__link a::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.pf-casestudy__link a:hover {
  color: #195972;
  background-color: #ffffff;
}
.pf-casestudy__link a:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__link a:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-casestudy__link a:hover::before {
    width: 6.525vw;
  }
}
.pf-casestudy__link a::before {
  left: 90%;
}
.pf-casestudy__link a:hover {
  color: #FF5072;
}
.pf-casestudy__link a:hover::before {
  background-image: url(../img/prospectfinder/cta-pink.svg);
}
@media screen and (max-width: 1400px) {
  .pf-casestudy__link a {
    width: 25.5vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-casestudy__link a {
    width: 80.68vw;
    line-height: 16.18vw;
  }
}
@media screen and (min-width: 959.02px) {
  .pf-casestudy__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .pf-casestudy__img {
    width: 318px;
  }
  .pf-casestudy__text {
    width: 764px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .pf-casestudy__title {
    width: 100%;
  }
  .pf-casestudy__data {
    position: relative;
    width: 53%;
    padding-right: 10.47%;
  }
  .pf-casestudy__data::before {
    content: "";
    position: absolute;
    right: 7.46%;
    top: 0;
    display: block;
    width: 5%;
    height: 100%;
    background: url(../img/prospectfinder/casestudy-arrow-pc.svg) center center/100% auto no-repeat;
  }
  .pf-casestudy__merit {
    width: 47%;
  }
  .pf-casestudy__scroll {
    display: none;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .pf-casestudy {
    padding-top: 14.64vw;
  }
  .pf-casestudy__item {
    padding: 2.57vw;
    border-width: 0.29vw;
    border-radius: 1.43vw;
  }
  .pf-casestudy__img {
    width: 22.71vw;
  }
  .pf-casestudy__text {
    width: 54.57vw;
  }
  .pf-casestudy__data dl {
    width: calc((100% - 0.71vw) / 2);
    border-radius: 0.71vw;
  }
  .pf-casestudy__data dl:last-child {
    margin-top: 0.71vw;
  }
  .pf-casestudy__link {
    padding-top: 3.57vw;
    padding-bottom: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-casestudy {
    padding-top: 27vw;
  }
  .pf-casestudy__head {
    margin-bottom: 20.77vw;
  }
  .pf-casestudy__list-outer {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
  }
  .pf-casestudy__list {
    display: flex;
    width: 245vw;
    padding: 0 13.77vw;
  }
  .pf-casestudy__item {
    width: 67.63vw;
    padding: 3.86vw 3.86vw 13.53vw;
    margin-right: 2.42vw;
    margin-left: 2.42vw;
    border-width: 0.97vw;
    border-radius: 4.83vw;
  }
  .pf-casestudy__title {
    padding-top: 4.83vw;
    font-size: 4.35vw;
  }
  .pf-casestudy__data {
    display: block;
    padding-bottom: 5.8vw;
    background: url(../img/prospectfinder/casestudy-arrow-sp.svg) center bottom/100% auto no-repeat;
  }
  .pf-casestudy__data dl {
    width: 100%;
    padding: 2.42vw 3.86vw;
    margin-bottom: 2.42vw;
    border-radius: 2.42vw;
  }
  .pf-casestudy__data dl dt, .pf-casestudy__data dl dd {
    font-size: 2.9vw;
  }
  .pf-casestudy__data dl:last-child dd {
    font-size: 3.38vw;
  }
  .pf-casestudy__merit {
    padding: 4.83vw 0 0;
  }
  .pf-casestudy__merit h4 {
    font-size: 2.9vw;
  }
  .pf-casestudy__merit p {
    font-size: 3.38vw;
    line-height: 1.7;
  }
  .pf-casestudy__scroll {
    position: absolute;
    right: 0;
    left: 0;
    top: 38.16vw;
    display: block;
    width: 22.22vw;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #195972;
    border-radius: 2.42vw;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    transition-duration: 200ms;
  }
  .pf-casestudy__scroll--hide {
    opacity: 0;
  }
  .pf-casestudy__link {
    padding-top: 24.15vw;
    padding-bottom: 24.15vw;
  }
}

.pf-cta {
  position: fixed;
  overflow: hidden;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 500;
  display: block;
  width: 100%;
  max-width: 1400px;
  padding-top: 20px;
  margin: 0 auto;
}
.pf-cta__list {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  transition-duration: 200ms;
}
.pf-cta__item {
  width: 356px;
  margin: 0 10px;
}
.pf-cta__item:first-child:last-child {
  width: 732px;
}
.pf-cta__link {
  width: 100%;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
  font-weight: 700;
}
.pf-cta__link::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .pf-cta__link {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-cta__link::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .pf-cta__link {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-cta__link::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.pf-cta__link:hover {
  color: #195972;
  background-color: #ffffff;
}
.pf-cta__link:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .pf-cta__link:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-cta__link:hover::before {
    width: 6.525vw;
  }
}
.pf-cta__link::before {
  left: 86%;
}
.pf-cta__link--green {
  background-color: #00989A;
  border-color: #00989A;
}
.pf-cta__link--green:hover {
  color: #00989A;
}
.pf-cta__link--green:hover::before {
  background-image: url(../img/prospectfinder/cta-green.svg);
}
.pf-cta__link--pink {
  background-color: #FF5072;
  border-color: #FF5072;
}
.pf-cta__link--pink:hover {
  color: #FF5072;
}
.pf-cta__link--pink:hover::before {
  background-image: url(../img/prospectfinder/cta-pink.svg);
}
@media screen and (max-width: 1400px) {
  .pf-cta__list {
    padding-top: 1.43vw;
    padding-bottom: 1.43vw;
  }
  .pf-cta__item {
    width: 25.43vw;
    margin: 0 0.71vw;
  }
  .pf-cta__item:first-child:last-child {
    width: 52.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-cta {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pf-cta__list {
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
  }
  .pf-cta__item {
    width: 50%;
    margin: 0;
  }
  .pf-cta__item:first-child:last-child {
    width: 100%;
  }
  .pf-cta__link {
    line-height: 13.77vw;
  }
}

body.scroll .pf-cta__list {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.pf-download {
  position: relative;
  z-index: 1000;
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 200px;
  background: #76B4B5;
}
@media screen and (max-width: 1400px) {
  .pf-download {
    padding-right: 7.14vw;
    padding-left: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-download {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-download::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -192px;
  display: block;
  width: 566px;
  aspect-ratio: 956/377;
  margin: 0 auto;
  background: url(../img/prospectfinder/faq-bottom.png) center/contain no-repeat;
}
.pf-download__head {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
  padding-top: 203px;
  margin-bottom: 122px;
}
.pf-download__head b, .pf-download__head small {
  display: block;
  line-height: 1;
  text-align: center;
}
.pf-download__head b {
  margin-bottom: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  .pf-download__head b {
    font-size: 5.71vw;
  }
}
.pf-download__head small {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-download__head small {
    font-size: 2.14vw;
  }
}
.pf-download__head::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/5;
  margin: 46px auto 0;
  background: #195972;
}
@media screen and (max-width: 1400px) {
  .pf-download__head {
    margin-bottom: 7.14vw;
  }
  .pf-download__head b {
    margin-bottom: 2vw;
  }
  .pf-download__head::after {
    width: 2.71vw;
    margin-top: 3.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-download__head {
    margin-bottom: 9.66vw;
  }
  .pf-download__head b {
    margin-bottom: 6vw;
    font-size: 12.08vw;
  }
  .pf-download__head small {
    font-size: 4.83vw;
  }
  .pf-download__head::after {
    width: 9.17vw;
    margin-top: 7.6vw;
  }
}
.pf-download__head b {
  color: #DBEDED;
}
.pf-download__head small {
  color: #ffffff;
}
.pf-download__container {
  color: #ffffff;
}
.pf-download__img {
  position: relative;
  margin-bottom: 36px;
}
.pf-download__img img {
  position: relative;
  max-width: 1156px;
  width: 103%;
  margin: -1.5% 0 0 -1.5%;
}
.pf-download__text h3 {
  margin-bottom: 1em;
}
.pf-download__text li {
  font-size: 14px;
}
@media screen and (max-width: 1400px) {
  .pf-download__text li {
    font-size: 1vw;
  }
}
@media screen and (min-width: 959.02px) {
  .pf-download__container {
    display: flex;
    justify-content: space-between;
  }
  .pf-download__detail {
    width: 46.67%;
  }
  .pf-download__text ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pf-download__text li {
    width: 50%;
  }
  .pf-download__form {
    width: 46.67%;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .pf-download {
    padding-bottom: 14.28vw;
  }
  .pf-download::before {
    top: -13.71vw;
    width: 40.43vw;
  }
  .pf-download__head {
    padding-top: 14.5vw;
    margin-bottom: 8.71vw;
  }
  .pf-download__img {
    margin-bottom: 2.57vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-download {
    padding-bottom: 48.31vw;
  }
  .pf-download::before {
    width: 94.2vw;
    top: -32vw;
  }
  .pf-download__head {
    padding-top: 30vw;
    margin-bottom: 10vw;
  }
  .pf-download__img {
    margin-bottom: 9.5vw;
  }
  .pf-download__text {
    margin-bottom: 9.66vw;
  }
  .pf-download__text h3 {
    margin-bottom: 0.55em;
    font-size: 4.35vw;
  }
  .pf-download__text li {
    font-size: 2.9vw;
    line-height: 1.5;
  }
}

.pf-faq {
  position: relative;
  z-index: 10;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 330px;
}
@media screen and (max-width: 1400px) {
  .pf-faq {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-faq {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-faq__head {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
  padding-top: 189px;
  padding-bottom: 100px;
  margin-bottom: 0 !important;
}
.pf-faq__head b, .pf-faq__head small {
  display: block;
  line-height: 1;
  text-align: center;
}
.pf-faq__head b {
  margin-bottom: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  .pf-faq__head b {
    font-size: 5.71vw;
  }
}
.pf-faq__head small {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-faq__head small {
    font-size: 2.14vw;
  }
}
.pf-faq__head::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/5;
  margin: 46px auto 0;
  background: #195972;
}
@media screen and (max-width: 1400px) {
  .pf-faq__head {
    margin-bottom: 7.14vw;
  }
  .pf-faq__head b {
    margin-bottom: 2vw;
  }
  .pf-faq__head::after {
    width: 2.71vw;
    margin-top: 3.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-faq__head {
    margin-bottom: 9.66vw;
  }
  .pf-faq__head b {
    margin-bottom: 6vw;
    font-size: 12.08vw;
  }
  .pf-faq__head small {
    font-size: 4.83vw;
  }
  .pf-faq__head::after {
    width: 9.17vw;
    margin-top: 7.6vw;
  }
}
.pf-faq__head::before {
  content: "";
  position: absolute;
  right: 184px;
  bottom: 4px;
  display: block;
  width: 206px;
  aspect-ratio: 203/302;
  background: url(../img/prospectfinder/faq.png) center/contain no-repeat;
}
.pf-faq__q {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  position: relative;
  cursor: pointer;
  padding: 36px 80px 36px 40px;
  background: #E7EEF1;
  line-height: 1.5;
  font-size: 30px;
}
@media screen and (max-width: 1400px) {
  .pf-faq__q {
    font-size: 2.14vw;
  }
}
.pf-faq__q::before {
  content: "Q.";
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 50px;
  line-height: 0.7;
}
@media screen and (max-width: 1400px) {
  .pf-faq__q::before {
    font-size: 3.57vw;
  }
}
.pf-faq__q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  margin: auto 0;
  background: url(../img/prospectfinder/faq-plus.svg) center/contain no-repeat;
}
.pf-faq__q.open::after {
  background-image: url(../img/prospectfinder/faq-minus.svg);
}
.pf-faq__a {
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 0 40px;
  margin-bottom: 40px;
  background: #E7EEF1;
  transition-duration: 300ms;
}
.pf-faq__a::before {
  content: "";
  display: block;
  height: 1px;
  background: #195972;
}
.pf-faq__a p {
  padding: 1.875em 50px 0;
  font-size: 24px;
  line-height: 1.875;
}
@media screen and (max-width: 1400px) {
  .pf-faq__a p {
    font-size: 1.71vw;
  }
}
.pf-faq__a.open {
  opacity: 1;
  height: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .pf-faq {
    padding-bottom: 23.57vw;
  }
  .pf-faq__head {
    padding-top: 13.5vw;
    padding-bottom: 7.14vw;
  }
  .pf-faq__head::before {
    right: 13.14vw;
    bottom: 0.29vw;
    width: 14.71vw;
  }
  .pf-faq__q {
    padding: 2.57vw 5.71vw 2.57vw 2.86vw;
  }
  .pf-faq__q::after {
    right: 2.86vw;
    width: 2vw;
  }
  .pf-faq__a {
    padding-right: 2.86vw;
    padding-left: 2.86vw;
    margin-bottom: 2.86vw;
  }
  .pf-faq__a p {
    padding-right: 3.57vw;
    padding-left: 3.57vw;
  }
  .pf-faq__a.open {
    padding-bottom: 4.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-faq {
    padding-bottom: 53.1vw;
  }
  .pf-faq__head {
    padding-top: 26.5vw;
    padding-bottom: 22.7vw;
  }
  .pf-faq__head::before {
    right: 3.86vw;
    bottom: -5.06vw;
    width: 22.22vw;
  }
  .pf-faq__q {
    padding: 4.83vw 9.66vw 7.25vw 4.83vw;
    font-size: 4.35vw;
  }
  .pf-faq__q::before {
    display: block;
    margin-bottom: 4.83vw;
    font-size: 5.8vw;
  }
  .pf-faq__q::after {
    right: 4.83vw;
    top: 6.76vw;
    width: 3.38vw;
    margin: 0;
  }
  .pf-faq__a {
    padding-right: 4.83vw;
    padding-left: 4.83vw;
    margin-bottom: 7.25vw;
  }
  .pf-faq__a p {
    padding-right: 0;
    padding-left: 0;
    font-size: 3.38vw;
  }
  .pf-faq__a.open {
    padding-bottom: 14.49vw;
  }
}

.pf-feature {
  padding: 189px 0 0;
}
.pf-feature__head {
  margin-bottom: 100px;
  text-align: center;
}
.pf-feature__head b, .pf-feature__head small {
  display: block;
  line-height: 1;
  text-align: center;
}
.pf-feature__head b {
  margin-bottom: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  .pf-feature__head b {
    font-size: 5.71vw;
  }
}
.pf-feature__head small {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-feature__head small {
    font-size: 2.14vw;
  }
}
.pf-feature__head::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/5;
  margin: 46px auto 0;
  background: #195972;
}
@media screen and (max-width: 1400px) {
  .pf-feature__head {
    margin-bottom: 7.14vw;
  }
  .pf-feature__head b {
    margin-bottom: 2vw;
  }
  .pf-feature__head::after {
    width: 2.71vw;
    margin-top: 3.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-feature__head {
    margin-bottom: 9.66vw;
  }
  .pf-feature__head b {
    margin-bottom: 6vw;
    font-size: 12.08vw;
  }
  .pf-feature__head small {
    font-size: 4.83vw;
  }
  .pf-feature__head::after {
    width: 9.17vw;
    margin-top: 7.6vw;
  }
}
.pf-feature__about {
  margin-bottom: 91px;
  text-align: center;
}
.pf-feature__list {
  padding-right: 220px;
  padding-left: 220px;
}
@media screen and (max-width: 1400px) {
  .pf-feature__list {
    padding-right: 15.7vw;
    padding-left: 15.7vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-feature__list {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-feature__item {
  position: relative;
  margin-bottom: 98px;
}
.pf-feature__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 36px;
  aspect-ratio: 36/3;
  background: #195972;
}
.pf-feature__img {
  border: 4px solid #195972;
}
.pf-feature__img img {
  width: 100%;
}
.pf-feature__count {
  display: block;
  padding: 38px 0 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 20px;
  color: #76B4B5;
}
@media screen and (max-width: 1400px) {
  .pf-feature__count {
    font-size: 1.43vw;
  }
}
.pf-feature__title {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1400px) {
  .pf-feature__title {
    font-size: 2.14vw;
  }
}
.pf-feature__title b {
  display: inline-block;
  padding: 0 0.2em;
  color: #ffffff;
  line-height: 1.5;
  background: #195972;
}
.pf-feature__text {
  padding: 38px 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .pf-feature__text {
    font-size: 1.14vw;
  }
}
.pf-feature__link a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
  width: 357px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  background-color: #FF5072;
  border-color: #FF5072;
}
.pf-feature__link a::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .pf-feature__link a {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-feature__link a::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .pf-feature__link a {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-feature__link a::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.pf-feature__link a:hover {
  color: #195972;
  background-color: #ffffff;
}
.pf-feature__link a:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .pf-feature__link a:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-feature__link a:hover::before {
    width: 6.525vw;
  }
}
.pf-feature__link a::before {
  left: 90%;
}
.pf-feature__link a:hover {
  color: #FF5072;
}
.pf-feature__link a:hover::before {
  background-image: url(../img/prospectfinder/cta-pink.svg);
}
@media screen and (max-width: 1400px) {
  .pf-feature__link a {
    width: 25.5vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-feature__link a {
    width: 80.68vw;
    line-height: 16.18vw;
  }
}
.pf-feature__bottom {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 62px;
}
.pf-feature__bottom::before, .pf-feature__bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  display: block;
  width: calc(50% + 1px);
  aspect-ratio: 1400/808;
}
.pf-feature__bottom::before {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #E7EEF1;
}
.pf-feature__bottom::after {
  left: 50%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #D8E2E6;
}
.pf-feature__bottom img {
  width: 490px;
}
@media screen and (min-width: 959.02px) {
  .pf-feature__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pf-feature__item {
    width: calc((100% - 86px) / 2);
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .pf-feature {
    padding-top: 13.5vw;
  }
  .pf-feature__about {
    margin-bottom: 6.5vw;
  }
  .pf-feature__item {
    width: calc((100% - 6.14vw) / 2);
    margin-bottom: 7vw;
  }
  .pf-feature__item::before {
    width: 2.57vw;
  }
  .pf-feature__img {
    border-width: 0.29vw;
  }
  .pf-feature__count {
    padding-top: 2.71vw;
    padding-bottom: 0.71vw;
  }
  .pf-feature__text {
    padding-top: 2.71vw;
    padding-bottom: 2.71vw;
  }
  .pf-feature__bottom {
    padding-top: 6.86vw;
    padding-bottom: 4.43vw;
  }
  .pf-feature__bottom img {
    width: 35vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-feature {
    padding-top: 23vw;
  }
  .pf-feature__head {
    margin-bottom: 23vw;
  }
  .pf-feature__about {
    margin-bottom: 23vw;
    font-size: 4.35vw;
    line-height: 1.5;
  }
  .pf-feature__item {
    margin-bottom: 12.08vw;
  }
  .pf-feature__item::before {
    width: 8.7vw;
  }
  .pf-feature__img {
    border-width: 0.97vw;
  }
  .pf-feature__count {
    padding-top: 7vw;
    padding-bottom: 2.6vw;
    font-size: 3.38vw;
  }
  .pf-feature__title {
    font-size: 5.31vw;
    line-height: 1.27;
  }
  .pf-feature__text {
    padding-top: 5.4vw;
    padding-bottom: 16.4vw;
    font-size: 3.38vw;
    line-height: 1.71;
  }
  .pf-feature__bottom {
    padding-top: 19.32vw;
    padding-bottom: 7.5vw;
    padding-left: 2vw;
  }
  .pf-feature__bottom img {
    width: 71vw;
  }
}

.pf-footer {
  position: relative;
  z-index: 1000;
  max-width: 1400px;
  margin: 0 auto;
}
.pf-footer__container {
  padding-right: 100px;
  padding-left: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6.66em;
  background: #072934;
}
@media screen and (max-width: 1400px) {
  .pf-footer__container {
    padding-right: 7.14vw;
    padding-left: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-footer__container {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-footer__nav ul {
  display: flex;
}
.pf-footer__nav li {
  margin-right: 2em;
}
.pf-footer__nav a {
  color: #E7EEF1;
  font-size: 14px;
  opacity: 0.5;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .pf-footer__nav a {
    font-size: 1vw;
  }
}
.pf-footer__nav a::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  aspect-ratio: 1/1;
  margin-left: 2em;
  background: url(../img/prospectfinder/footer.svg) center/contain no-repeat;
}
.pf-footer__nav a:hover {
  opacity: 1;
}
.pf-footer__copyright {
  opacity: 0.5;
  width: 94px;
}
.pf-footer__copyright img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .pf-footer__copyright {
    width: 6.71vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-footer__container {
    position: relative;
    z-index: 10;
    display: block;
    height: auto;
    padding-top: 9.17vw;
    padding-bottom: 9.17vw;
  }
  .pf-footer__container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 53%;
    aspect-ratio: 1/0.576;
    background: rgba(25, 89, 114, 0.2);
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .pf-footer__nav ul {
    display: block;
  }
  .pf-footer__nav li {
    margin: 0 0 4.2vw;
  }
  .pf-footer__nav a {
    font-size: 3.38vw;
  }
  .pf-footer__copyright {
    display: block;
    width: 100%;
    text-align: center;
  }
  .pf-footer__copyright img {
    width: 22.7vw;
  }
}

.pf-fv {
  position: relative;
  aspect-ratio: 1400/945;
  margin-bottom: 5px;
  padding-right: 100px;
  padding-left: 100px;
  background: url(../img/prospectfinder/fv-pc.jpg) center top/contain no-repeat;
}
@media screen and (max-width: 1400px) {
  .pf-fv {
    padding-right: 7.14vw;
    padding-left: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-fv {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-fv__logo {
  padding: 50px 0 75px;
}
.pf-fv__logo img {
  width: 305px;
}
.pf-fv__text {
  white-space: nowrap;
}
.pf-fv__text p {
  color: #ffffff;
  font-size: 45px;
  line-height: 1.48;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .pf-fv__text p {
    font-size: 3.21vw;
  }
}
.pf-fv__text p.top {
  margin-bottom: 25px;
  font-size: 24px;
}
@media screen and (max-width: 1400px) {
  .pf-fv__text p.top {
    font-size: 1.71vw;
  }
}
@media screen and (max-width: 1400px) {
  .pf-fv {
    margin-bottom: 0.36vw;
  }
  .pf-fv__logo {
    padding-top: 3.57vw;
    padding-bottom: 5.36vw;
  }
  .pf-fv__logo img {
    width: 21.78vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-fv {
    width: 100%;
    margin-bottom: 0;
    aspect-ratio: 414/765;
    background-image: url(../img/prospectfinder/fv-sp.jpg);
  }
  .pf-fv__logo {
    padding-top: 7vw;
    padding-bottom: 10vw;
  }
  .pf-fv__logo img {
    position: relative;
    left: -2.42vw;
    width: 40.82vw;
  }
  .pf-fv__text p {
    font-size: 5.8vw;
    line-height: 1.69;
  }
  .pf-fv__text p.top {
    margin-bottom: 1vw;
    font-size: 3.4vw;
  }
}

.pf-guide {
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 206px;
  background: #E7EEF1;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .pf-guide {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-guide {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-guide::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  display: block;
  width: 50%;
  aspect-ratio: 1400/808;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #D8E2E6;
}
.pf-guide::before {
  background: #F4F7F8;
}
.pf-guide__head {
  margin-bottom: 100px;
  text-align: center;
}
.pf-guide__head b, .pf-guide__head small {
  display: block;
  line-height: 1;
  text-align: center;
}
.pf-guide__head b {
  margin-bottom: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  .pf-guide__head b {
    font-size: 5.71vw;
  }
}
.pf-guide__head small {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-guide__head small {
    font-size: 2.14vw;
  }
}
.pf-guide__head::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/5;
  margin: 46px auto 0;
  background: #195972;
}
@media screen and (max-width: 1400px) {
  .pf-guide__head {
    margin-bottom: 7.14vw;
  }
  .pf-guide__head b {
    margin-bottom: 2vw;
  }
  .pf-guide__head::after {
    width: 2.71vw;
    margin-top: 3.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-guide__head {
    margin-bottom: 9.66vw;
  }
  .pf-guide__head b {
    margin-bottom: 6vw;
    font-size: 12.08vw;
  }
  .pf-guide__head small {
    font-size: 4.83vw;
  }
  .pf-guide__head::after {
    width: 9.17vw;
    margin-top: 7.6vw;
  }
}
.pf-guide__top {
  margin-bottom: 96px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .pf-guide__top {
    font-size: 1.29vw;
  }
}
.pf-guide__item {
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}
.pf-guide__item::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  display: block;
  width: 50px;
  height: 20px;
  margin: 0 auto;
  background: #76B4B5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.pf-guide__item:last-child::before {
  display: none;
}
.pf-guide__text h3 {
  font-size: 40px;
}
@media screen and (max-width: 1400px) {
  .pf-guide__text h3 {
    font-size: 2.86vw;
  }
}
.pf-guide__text p {
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .pf-guide__text p {
    font-size: 1.43vw;
  }
}
.pf-guide__count {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #E7EEF1;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0;
}
.pf-guide__link {
  padding-top: 60px;
  padding-bottom: 100px;
}
.pf-guide__link a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
  width: 357px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  background-color: #FF5072;
  border-color: #FF5072;
}
.pf-guide__link a::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .pf-guide__link a {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-guide__link a::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .pf-guide__link a {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-guide__link a::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.pf-guide__link a:hover {
  color: #195972;
  background-color: #ffffff;
}
.pf-guide__link a:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .pf-guide__link a:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-guide__link a:hover::before {
    width: 6.525vw;
  }
}
.pf-guide__link a::before {
  left: 90%;
}
.pf-guide__link a:hover {
  color: #FF5072;
}
.pf-guide__link a:hover::before {
  background-image: url(../img/prospectfinder/cta-pink.svg);
}
@media screen and (max-width: 1400px) {
  .pf-guide__link a {
    width: 25.5vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-guide__link a {
    width: 80.68vw;
    line-height: 16.18vw;
  }
}
@media screen and (min-width: 959.02px) {
  .pf-guide__item {
    display: flex;
    align-items: center;
  }
  .pf-guide__count {
    right: 34px;
    top: 30px;
  }
  .pf-guide__img {
    width: 318px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .pf-guide {
    padding-top: 14.71vw;
  }
  .pf-guide__top {
    margin-bottom: 6.86vw;
  }
  .pf-guide__item {
    padding: 2.86vw;
    margin-bottom: 2.86vw;
    box-shadow: 0 0.07vw 0.43vw 0 rgba(0, 0, 0, 0.16);
  }
  .pf-guide__item::before {
    bottom: -2.14vw;
    width: 3.57vw;
    height: 1.43vw;
  }
  .pf-guide__count {
    right: 2.43vw;
    top: 2.14vw;
    font-size: 7.14vw;
  }
  .pf-guide__img {
    width: 22.71vw;
    margin-right: 2.86vw;
  }
  .pf-guide__link {
    padding-top: 4.29vw;
    padding-bottom: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-guide {
    padding-top: 23vw;
  }
  .pf-guide__head {
    margin-bottom: 22vw;
  }
  .pf-guide__top {
    margin-bottom: 21.5vw;
    font-size: 4.35vw;
    line-height: 2.2;
  }
  .pf-guide__item {
    width: 70vw;
    padding: 3.86vw 0 6.6vw;
    margin: 0 auto 9.66vw;
  }
  .pf-guide__item::before {
    width: 12.08vw;
    height: 4.83vw;
    bottom: -8.21vw;
  }
  .pf-guide__text h3 {
    padding: 8.7vw 0 2vw;
    font-size: 5.8vw;
    text-align: center;
  }
  .pf-guide__text p {
    padding-top: 1.86vw;
    padding-right: 4.83vw;
    padding-left: 4.83vw;
    font-size: 3.38vw;
    line-height: 1.5;
    text-align: center;
  }
  .pf-guide__text--left p {
    text-align: left;
  }
  .pf-guide__count {
    right: 2.9vw;
    top: 4.35vw;
    font-size: 14.49vw;
  }
  .pf-guide__img {
    width: 43vw;
    margin: 0 auto;
  }
}

.pf-issues__head {
  margin-bottom: 100px;
  text-align: center;
}
.pf-issues__head b, .pf-issues__head small {
  display: block;
  line-height: 1;
  text-align: center;
}
.pf-issues__head b {
  margin-bottom: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  .pf-issues__head b {
    font-size: 5.71vw;
  }
}
.pf-issues__head small {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-issues__head small {
    font-size: 2.14vw;
  }
}
.pf-issues__head::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/5;
  margin: 46px auto 0;
  background: #195972;
}
@media screen and (max-width: 1400px) {
  .pf-issues__head {
    margin-bottom: 7.14vw;
  }
  .pf-issues__head b {
    margin-bottom: 2vw;
  }
  .pf-issues__head::after {
    width: 2.71vw;
    margin-top: 3.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-issues__head {
    margin-bottom: 9.66vw;
  }
  .pf-issues__head b {
    margin-bottom: 6vw;
    font-size: 12.08vw;
  }
  .pf-issues__head small {
    font-size: 4.83vw;
  }
  .pf-issues__head::after {
    width: 9.17vw;
    margin-top: 7.6vw;
  }
}
.pf-issues__container {
  padding-right: 220px;
  padding-left: 220px;
}
@media screen and (max-width: 1400px) {
  .pf-issues__container {
    padding-right: 15.7vw;
    padding-left: 15.7vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-issues__container {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-issues__box {
  padding: 46px 46px 20px;
  border: 4px solid #195972;
  border-radius: 20px;
}
.pf-issues__img {
  display: block;
  width: 304px;
  margin: 0 auto 38px;
}
.pf-issues__title {
  margin-bottom: 45px;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .pf-issues__title {
    font-size: 2.57vw;
  }
}
.pf-issues__item {
  padding: 0 0 24px 36px;
  line-height: 1.5;
  background: url(../img/prospectfinder/issues-check.svg) left top/24px auto no-repeat;
}
.pf-issues__item b {
  display: inline-block;
  color: #ffffff;
  background: #195972;
}
.pf-issues__bottom {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  padding-top: 110px;
}
.pf-issues__bottom::before, .pf-issues__bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  display: block;
  width: calc(50% + 1px);
  aspect-ratio: 1400/808;
}
.pf-issues__bottom::before {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #E7EEF1;
}
.pf-issues__bottom::after {
  left: 50%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #D8E2E6;
}
.pf-issues__bottom img {
  position: relative;
  top: -10px;
  width: 312px;
}
@media screen and (min-width: 959.02px) {
  .pf-issues__container {
    display: flex;
    justify-content: space-between;
  }
  .pf-issues__box {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .pf-issues__box {
    width: calc((100% - 2.86vw) / 2);
    padding: 3.29vw 3.29vw 1.43vw;
    border-width: 0.29vw;
    border-radius: 1.43vw;
  }
  .pf-issues__img {
    width: 21.71vw;
    margin-bottom: 2.71vw;
  }
  .pf-issues__title {
    margin-bottom: 4vw;
  }
  .pf-issues__item {
    padding-bottom: 1.71vw;
    padding-left: 2.57vw;
    background-size: 1.71vw;
  }
  .pf-issues__bottom {
    padding-top: 7.86vw;
  }
  .pf-issues__bottom img {
    top: -0.71vw;
    width: 22.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-issues__container {
    padding-right: 4.83vw;
    padding-left: 4.83vw;
  }
  .pf-issues__box {
    padding: 8.7vw 9.66vw;
    margin-bottom: 4.83vw;
    border-width: 0.97vw;
    border-radius: 4.83vw;
  }
  .pf-issues__img {
    width: 57.49vw;
    margin-bottom: 7.3vw;
  }
  .pf-issues__title {
    margin-bottom: 9vw;
    font-size: 7.25vw;
  }
  .pf-issues__item {
    padding-bottom: 4.83vw;
    padding-left: 7.25vw;
    font-size: 3.86vw;
    line-height: 1.25;
    background-size: 4.83vw auto;
  }
  .pf-issues__bottom {
    padding-top: 1vw;
  }
  .pf-issues__bottom img {
    position: relative;
    width: 44vw;
    top: 0;
    bottom: -2vw;
  }
}

.pf-plan {
  padding-top: 190px;
}
.pf-plan__head {
  margin-bottom: 100px;
  text-align: center;
}
.pf-plan__head b, .pf-plan__head small {
  display: block;
  line-height: 1;
  text-align: center;
}
.pf-plan__head b {
  margin-bottom: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #76B4B5;
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  .pf-plan__head b {
    font-size: 5.71vw;
  }
}
.pf-plan__head small {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-plan__head small {
    font-size: 2.14vw;
  }
}
.pf-plan__head::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/5;
  margin: 46px auto 0;
  background: #195972;
}
@media screen and (max-width: 1400px) {
  .pf-plan__head {
    margin-bottom: 7.14vw;
  }
  .pf-plan__head b {
    margin-bottom: 2vw;
  }
  .pf-plan__head::after {
    width: 2.71vw;
    margin-top: 3.29vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-plan__head {
    margin-bottom: 9.66vw;
  }
  .pf-plan__head b {
    margin-bottom: 6vw;
    font-size: 12.08vw;
  }
  .pf-plan__head small {
    font-size: 4.83vw;
  }
  .pf-plan__head::after {
    width: 9.17vw;
    margin-top: 7.6vw;
  }
}
.pf-plan__top {
  margin-bottom: 96px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .pf-plan__top {
    font-size: 1.29vw;
  }
}
.pf-plan__about {
  margin-bottom: 100px;
}
.pf-plan__about p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pf-plan__about b {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 314px;
  aspect-ratio: 314/110;
  color: #ffffff;
  font-size: 24px;
  background: #76B4B5;
}
@media screen and (max-width: 1400px) {
  .pf-plan__about b {
    font-size: 1.71vw;
  }
}
.pf-plan__about b::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  height: 100%;
  aspect-ratio: 1609/1100;
  background: #86C0C1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.pf-plan__about img {
  width: 46px;
  margin: 0 29px;
}
.pf-plan__detail-outer {
  margin-bottom: 100px;
}
.pf-plan__detail {
  padding-right: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 1400px) {
  .pf-plan__detail {
    padding-right: 7.14vw;
    padding-left: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-plan__detail {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-plan__detail dl {
  padding: 26px;
  border: 4px solid #195972;
  border-radius: 20px;
}
.pf-plan__detail dt {
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-top: 1px solid #DAE2E5;
  color: #76B4B5;
  font-size: 14px;
}
@media screen and (max-width: 1400px) {
  .pf-plan__detail dt {
    font-size: 1vw;
  }
}
.pf-plan__detail dt:first-child {
  padding-top: 0;
  border-top: none;
}
.pf-plan__detail dd {
  padding-bottom: 1em;
}
.pf-plan__detail dd b.title {
  display: block;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .pf-plan__detail dd b.title {
    font-size: 2.57vw;
  }
}
.pf-plan__detail dd b.mark {
  display: block;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .pf-plan__detail dd b.mark {
    font-size: 1.71vw;
  }
}
.pf-plan__detail dd p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .pf-plan__detail dd p {
    font-size: 1.14vw;
  }
}
.pf-plan__link {
  margin-bottom: 50px;
}
.pf-plan__link a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
  width: 357px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  background-color: #FF5072;
  border-color: #FF5072;
}
.pf-plan__link a::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .pf-plan__link a {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-plan__link a::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .pf-plan__link a {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-plan__link a::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.pf-plan__link a:hover {
  color: #195972;
  background-color: #ffffff;
}
.pf-plan__link a:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .pf-plan__link a:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-plan__link a:hover::before {
    width: 6.525vw;
  }
}
.pf-plan__link a::before {
  left: 90%;
}
.pf-plan__link a:hover {
  color: #FF5072;
}
.pf-plan__link a:hover::before {
  background-image: url(../img/prospectfinder/cta-pink.svg);
}
@media screen and (max-width: 1400px) {
  .pf-plan__link a {
    width: 25.5vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-plan__link a {
    width: 80.68vw;
    line-height: 16.18vw;
  }
}
.pf-plan__bottom {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 32px;
}
.pf-plan__bottom::before, .pf-plan__bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  display: block;
  width: calc(50% + 1px);
  aspect-ratio: 1400/808;
}
.pf-plan__bottom::before {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #E7EEF1;
}
.pf-plan__bottom::after {
  left: 50%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #D8E2E6;
}
.pf-plan__bottom img {
  width: 582px;
}
.pf-plan__bottom::after {
  background: #F4F7F8;
}
@media screen and (min-width: 959.02px) {
  .pf-plan__detail {
    display: flex;
    justify-content: space-between;
  }
  .pf-plan__detail dl {
    width: 31.67%;
  }
  .pf-plan__scroll {
    display: none;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .pf-plan {
    padding-top: 13.57vw;
  }
  .pf-plan__top {
    margin-bottom: 6.86vw;
  }
  .pf-plan__about {
    margin-bottom: 7.14vw;
  }
  .pf-plan__about b {
    width: 22.43vw;
  }
  .pf-plan__about img {
    width: 3.29vw;
    margin: 0 2.07vw;
  }
  .pf-plan__detail {
    margin-bottom: 7.14vw;
  }
  .pf-plan__detail dl {
    padding: 1.86vw;
    border-width: 0.29vw;
    border-radius: 1.43vw;
  }
  .pf-plan__scroll {
    display: none;
  }
  .pf-plan__link {
    margin-bottom: 3.57vw;
  }
  .pf-plan__bottom {
    padding-top: 3.14vw;
    padding-bottom: 2.28vw;
  }
  .pf-plan__bottom img {
    width: 41.57vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-plan {
    padding-top: 26vw;
  }
  .pf-plan__head {
    margin-bottom: 22vw;
  }
  .pf-plan__top {
    margin-bottom: 21.5vw;
    font-size: 4.35vw;
    line-height: 2.2;
  }
  .pf-plan__about p {
    display: block;
  }
  .pf-plan__about b {
    width: 75.85%;
    aspect-ratio: 314/70;
    margin: 0 auto;
    font-size: 4.83vw;
  }
  .pf-plan__about b::before {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    clip-path: polygon(69.11% 0, 100% 0, 100% 100%, 30.89% 100%);
  }
  .pf-plan__about img {
    display: block;
    width: 6.28vw;
    margin: 2.9vw auto;
  }
  .pf-plan__detail-outer {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
    margin-bottom: 24.15vw;
  }
  .pf-plan__detail {
    width: 216vw;
    padding: 0;
    display: flex;
  }
  .pf-plan__detail dl {
    width: 67.67vw;
    margin: 0 1.21vw;
    border-width: 0.97vw;
    border-radius: 4.83vw;
  }
  .pf-plan__detail dt {
    font-size: 3.38vw;
  }
  .pf-plan__detail dd b.title {
    font-size: 6.28vw;
  }
  .pf-plan__detail dd b.mark {
    font-size: 5.8vw;
  }
  .pf-plan__detail dd p {
    font-size: 2.9vw;
  }
  .pf-plan__scroll {
    position: absolute;
    left: 94.2vw;
    top: 38.16vw;
    display: block;
    width: 22.22vw;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #195972;
    border-radius: 2.42vw;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    transition-duration: 200ms;
  }
  .pf-plan__scroll--hide {
    opacity: 0;
  }
  .pf-plan__link {
    margin-bottom: 0;
  }
  .pf-plan__bottom {
    padding-top: 16.91vw;
    padding-bottom: 3.86vw;
  }
  .pf-plan__bottom img {
    width: 67.15vw;
  }
}

.pf-reason {
  position: relative;
  position: relative;
  padding-top: 200px;
  background: #E7EEF1;
}
.pf-reason::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  display: block;
  width: 50%;
  aspect-ratio: 1400/808;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #D8E2E6;
}
.pf-reason__head {
  margin-bottom: 96px;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .pf-reason__head {
    font-size: 2.86vw;
  }
}
.pf-reason__head img {
  display: block;
  width: 197px;
  margin: 0 auto 40px;
}
.pf-reason__head b {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  color: #ffffff;
  line-height: 1.4;
  background: #76B4B5;
}
.pf-reason__head b::before, .pf-reason__head b::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: calc(100% + 1px);
  aspect-ratio: 1/2.7;
  background: #E7EEF1;
}
.pf-reason__head b::before {
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.pf-reason__head b::after {
  right: -1px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.pf-reason__list {
  padding-right: 100px;
  padding-left: 100px;
  margin-bottom: 96px;
}
@media screen and (max-width: 1400px) {
  .pf-reason__list {
    padding-right: 7.14vw;
    padding-left: 7.14vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-reason__list {
    padding-right: 9.66vw;
    padding-left: 9.66vw;
  }
}
.pf-reason__item {
  padding-top: 15px;
  border: 4px solid #195972;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.pf-reason__count {
  position: relative;
  display: flex;
  align-items: center;
  width: 167px;
  aspect-ratio: 167/38;
  padding-left: 1.5em;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  background: #76B4B5;
}
@media screen and (max-width: 1400px) {
  .pf-reason__count {
    font-size: 1vw;
  }
}
.pf-reason__count::before, .pf-reason__count::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  display: block;
  height: calc(100% + 1px);
  aspect-ratio: 1/2.7;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.pf-reason__img {
  display: block;
}
.pf-reason__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
  font-size: 26px;
  line-height: 1.23;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .pf-reason__text {
    font-size: 1.86vw;
  }
}
.pf-reason__detail {
  padding-bottom: 2.6em;
  text-align: center;
}
.pf-reason__detail p {
  margin-bottom: 2.4em;
}
.pf-reason__detail p b {
  padding: 0 0.2em;
  color: #ffffff;
  background: #195972;
  border-top: 0.25em solid #195972;
  border-bottom: 0.25em solid #195972;
}
.pf-reason__link {
  margin-bottom: 27px;
}
.pf-reason__link a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
  width: 357px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  background-color: #FF5072;
  border-color: #FF5072;
}
.pf-reason__link a::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .pf-reason__link a {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-reason__link a::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .pf-reason__link a {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .pf-reason__link a::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.pf-reason__link a:hover {
  color: #195972;
  background-color: #ffffff;
}
.pf-reason__link a:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .pf-reason__link a:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-reason__link a:hover::before {
    width: 6.525vw;
  }
}
.pf-reason__link a::before {
  left: 90%;
}
.pf-reason__link a:hover {
  color: #FF5072;
}
.pf-reason__link a:hover::before {
  background-image: url(../img/prospectfinder/cta-pink.svg);
}
@media screen and (max-width: 1400px) {
  .pf-reason__link a {
    width: 25.5vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-reason__link a {
    width: 80.68vw;
    line-height: 16.18vw;
  }
}
.pf-reason__bottom {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  aspect-ratio: 1400/404;
  padding-top: 88px;
}
.pf-reason__bottom::before, .pf-reason__bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  display: block;
  width: calc(50% + 1px);
  aspect-ratio: 1400/808;
}
.pf-reason__bottom::before {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #E7EEF1;
}
.pf-reason__bottom::after {
  left: 50%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #D8E2E6;
}
.pf-reason__bottom::before, .pf-reason__bottom::after {
  background: #ffffff;
}
.pf-reason__bottom img {
  width: 860px;
}
@media screen and (min-width: 959.02px) {
  .pf-reason__list {
    display: flex;
    justify-content: space-between;
  }
  .pf-reason__item {
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .pf-reason__head {
    margin-bottom: 6.86vw;
  }
  .pf-reason__head img {
    width: 14.07vw;
    margin-bottom: 2.86vw;
  }
  .pf-reason__list {
    margin-bottom: 6.86vw;
  }
  .pf-reason__item {
    width: calc((100% - 8.57vw) / 3);
    padding-top: 1.07vw;
    border-width: 0.29vw;
    border-radius: 1.43vw;
    box-shadow: 0 0.21vw 0.43vw 0 rgba(0, 0, 0, 0.16);
  }
  .pf-reason__count {
    width: 11.93vw;
  }
  .pf-reason__text {
    height: 8.86vw;
  }
  .pf-reason__link {
    margin-bottom: 1.93vw;
  }
  .pf-reason__bottom {
    padding-top: 6.29vw;
  }
  .pf-reason__bottom img {
    width: 59.14vw;
  }
}
@media screen and (max-width: 959px) {
  .pf-reason {
    padding-top: 28.98vw;
  }
  .pf-reason__head {
    margin-bottom: 24vw;
    font-size: 7.25vw;
    line-height: 1.6;
  }
  .pf-reason__head img {
    width: 33.48vw;
    margin-bottom: 11vw;
  }
  .pf-reason__list {
    padding-right: 12.56vw;
    padding-left: 12.56vw;
    margin-bottom: 24.15vw;
  }
  .pf-reason__item {
    padding-top: 3.86vw;
    margin-bottom: 7.25vw;
    border-width: 0.97vw;
    border-radius: 4.83vw;
    box-shadow: 0 0.72vw 1.45vw 0 rgba(0, 0, 0, 0.16);
  }
  .pf-reason__count {
    width: 40.34vw;
    font-size: 3.38vw;
  }
  .pf-reason__img {
    width: 96%;
    margin: 0 auto;
  }
  .pf-reason__text {
    height: 24.64vw;
    font-size: 5.31vw;
    line-height: 1.32;
  }
  .pf-reason__detail {
    padding-right: 9.66vw;
    padding-bottom: 13.29vw;
    padding-left: 9.66vw;
  }
  .pf-reason__detail p {
    margin-bottom: 2em;
    font-size: 3.86vw;
    line-height: 2;
  }
  .pf-reason__link {
    margin-bottom: 1.93vw;
  }
  .pf-reason__bottom {
    width: 100vw;
    overflow: hidden;
    padding-top: 16.5vw;
    aspect-ratio: unset;
  }
  .pf-reason__bottom img {
    position: relative;
    left: -3.14vw;
    bottom: -3.8vw;
    width: 128vw;
    max-width: 128vw;
  }
}

.related {
  width: 100%;
  padding-bottom: 212px;
}
.related h2 {
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
}
.related__item {
  width: 100%;
}
.related__img {
  width: 100%;
  aspect-ratio: 3/2;
  border: 1px solid #DAE2E5;
  border-bottom: none;
}
.related__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related__text {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
  width: 100%;
}
.related__text::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .related__text {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .related__text::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .related__text {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .related__text::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.related__text:hover {
  color: #195972;
  background-color: #ffffff;
}
.related__text:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .related__text:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .related__text:hover::before {
    width: 6.525vw;
  }
}
@media screen and (min-width: 959.02px) {
  .related__list {
    display: flex;
  }
  .related__item {
    width: 30%;
    margin-right: 5%;
  }
  .related__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 959.02px) and (max-width: 1400px) {
  .related {
    padding-bottom: 15.14vw;
  }
  .related h2 {
    font-size: 1.71vw;
    margin-bottom: 1.93vw;
  }
}
@media screen and (max-width: 959px) {
  .related {
    padding-bottom: 6vw;
  }
  .related h2 {
    margin-bottom: 5.8vw;
    font-size: 5.8vw;
  }
  .related__item {
    margin-bottom: 4.8vw;
  }
}

body.terms .layout-main,
body.privacy .layout-main {
  padding-bottom: 10em;
}
body.terms .layout-main .common-head,
body.privacy .layout-main .common-head {
  margin-bottom: 2.4em;
}
body.terms .layout-main .common-head + *,
body.privacy .layout-main .common-head + * {
  padding: 1.2em 1.8em;
  background: #E7EEF1;
}
body.terms .layout-main h1, body.terms .layout-main h2, body.terms .layout-main h3, body.terms .layout-main h4, body.terms .layout-main h5, body.terms .layout-main h6,
body.privacy .layout-main h1,
body.privacy .layout-main h2,
body.privacy .layout-main h3,
body.privacy .layout-main h4,
body.privacy .layout-main h5,
body.privacy .layout-main h6 {
  width: 100%;
  margin: 3em 0 1em;
  color: #76B4B5;
  font-size: 1.15em;
}
body.terms .layout-main ul, body.terms .layout-main ol,
body.privacy .layout-main ul,
body.privacy .layout-main ol {
  width: 100%;
}
body.terms .layout-main li,
body.privacy .layout-main li {
  padding: 0 0 0.5em 1em;
  text-indent: -1em;
}
body.terms .layout-main li ul, body.terms .layout-main li ol,
body.privacy .layout-main li ul,
body.privacy .layout-main li ol {
  padding: 0.2em 0 0.5em;
  font-size: 0.92em;
}
body.terms .layout-main li ul li, body.terms .layout-main li ol li,
body.privacy .layout-main li ul li,
body.privacy .layout-main li ol li {
  padding-bottom: 0;
}
body.terms .layout-main p,
body.privacy .layout-main p {
  width: 100%;
}
@media screen and (max-width: 959px) {
  body.terms .layout-main,
body.privacy .layout-main {
    padding-bottom: 0;
  }
  body.terms .layout-main .topic-path,
body.privacy .layout-main .topic-path {
    margin-top: 3em;
  }
}

.thanks-message {
  padding-bottom: 100px;
}
.thanks-message h2 {
  margin-bottom: 40px;
  color: #76B4B5;
  font-size: 30px;
  font-weight: 700;
}
.thanks-message p {
  margin-bottom: 74px;
  font-size: 16px;
  line-height: 2;
}
.thanks-message a.wp-block-button__link {
  width: 357px;
}
@media screen and (max-width: 1400px) {
  .thanks-message {
    padding-bottom: 7.14vw;
  }
  .thanks-message h2 {
    margin-bottom: 2.86vw;
    font-size: 2.14vw;
  }
  .thanks-message p {
    margin-bottom: 5.29vw;
    font-size: 1.14vw;
  }
  .thanks-message a.wp-block-button__link {
    width: 25.5vw;
  }
}
@media screen and (max-width: 959px) {
  .thanks-message {
    padding-bottom: 12.08vw;
  }
  .thanks-message h2 {
    margin-bottom: 9.66vw;
    font-size: 5.8vw;
  }
  .thanks-message p {
    margin-bottom: 11.11vw;
    font-size: 3.86vw;
  }
  .thanks-message a.wp-block-button__link {
    width: 61.1vw;
  }
}

.wp-block-button__link {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 4.79;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #195972;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #195972;
  transition-duration: 200ms;
  border-radius: 0;
  padding: 1.2rem 4.8rem 1.2rem 1.92rem;
  box-sizing: border-box;
  line-height: 1.5 !important;
  text-align: left;
  white-space: unset;
}
.wp-block-button__link::before {
  content: "";
  position: absolute;
  left: 83.19%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/common/btn-dark.svg) right center/30px auto no-repeat;
  transition-duration: 200ms;
}
@media screen and (max-width: 1400px) {
  .wp-block-button__link {
    font-size: 1vw;
    box-shadow: 0 0.7vw 1.43vw 0 rgba(0, 0, 0, 0.15);
  }
  .wp-block-button__link::before {
    width: 1.43vw;
    background-size: 2.14vw auto;
  }
}
@media screen and (max-width: 959px) {
  .wp-block-button__link {
    font-size: 3.14vw;
    line-height: 11.35vw;
    box-shadow: 0 2.42vw 4.83vw 0 rgba(0, 0, 0, 0.15);
  }
  .wp-block-button__link::before {
    left: 76.68%;
    width: 4.35vw;
    background-size: 6.7vw auto;
  }
}
.wp-block-button__link:hover {
  color: #195972;
  background-color: #ffffff;
}
.wp-block-button__link:hover::before {
  width: 28px;
  background-image: url(../img/common/btn-dark-hover.svg);
}
@media screen and (max-width: 1400px) {
  .wp-block-button__link:hover::before {
    width: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .wp-block-button__link:hover::before {
    width: 6.525vw;
  }
}
.wp-block-button__link::before {
  left: calc(100% - 40px);
}
@media screen and (max-width: 1400px) {
  .wp-block-button__link::before {
    left: calc(100% - 2.86vw);
  }
}
@media screen and (max-width: 959px) {
  .wp-block-button__link::before {
    left: calc(100% - 8.7vw);
  }
}

.error404 .common-head, .error503 .common-head {
  margin-top: 100px;
}

.error {
  padding: 0 0 200px;
  text-align: center;
}
.error p {
  padding: 20px 0 0;
}
.error p a {
  text-decoration: underline;
}