@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ---------------------------------------------
アニメーション
-----------------------------------------------*/
.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger {
  opacity: 0;
  transform: rotate(0.0001deg);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px) rotate(0.0001deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0.0001deg);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px) rotate(0.0001deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0.0001deg);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px) rotate(0.0001deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0.0001deg);
  }
}
@keyframes mvRightAnime {
  0% {
    opacity: 0;
    transform: translateX(15em) rotate(0.0001deg);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0em) rotate(0.0001deg);
  }
}
@keyframes swing {
  10% {
    transform: rotate(5deg) rotate(0.0001deg);
  }
  20% {
    transform: rotate(-6deg) rotate(0.0001deg);
  }
  30% {
    transform: rotate(3deg) rotate(0.0001deg);
  }
  40% {
    transform: rotate(-3deg) rotate(0.0001deg);
  }
  50% {
    transform: rotate(0deg) rotate(0.0001deg);
  }
  to {
    transform: rotate(0deg) rotate(0.0001deg);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.1);
    transform: translate3d(0, -15px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) scaleY(1.05);
    transform: translate3d(0, -10px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  /*
  @include deviceTAB{
  	font-size: 0.85vw;
  }
  @include deviceSP{
  	font-size: 2.5vw;
  }
  */
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.75vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #323c45;
  min-width: 104rem;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

.js-preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: auto;
}
.safari img {
  image-rendering: inherit;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-main {
  position: relative;
  overflow: hidden;
}
.f-main__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
/* link
--------------------------------------------------*/
a {
  color: #323c45;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #323c45;
  transition: 0.3s;
  will-change: transform;
  letter-spacing: 0.05em;
}
button:focus {
  text-decoration: none;
}

/*============================
header
===========================*/
.flex {
  display: flex;
}

.item_center {
  align-items: center;
}

header {
  width: 100%;
  height: 100px;
  background: #333;
  color: #fff;
}

header.clone {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  color: #fff;
}

header .wrap.flex {
  height: 100%;
  align-items: center;
  margin: 0 auto;
}

header .logo span {
  width: 169px;
  height: 21px;
  line-height: 1;
}

header .logo img {
  vertical-align: top;
}

.safari header .logo a,
.safari header .logo a * {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  visibility: visible;
  will-change: transform;
}

header.clone .logo svg {
  width: 150px;
}

header.clone a {
  color: #fff;
}

header a.btn_gr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23rem;
  height: 4.4rem;
  background: #ff5824;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 3.2rem;
  border-radius: 5rem;
  letter-spacing: 0.075em;
}

header nav {
  letter-spacing: 0.05em;
}

.logo_top {
  display: none;
}

@media screen and (min-width: 769px) {
  header.org {
    background: #fff;
    color: #333;
    box-shadow: 0px 5px 5px 0px rgba(60, 139, 188, 0.1);
  }
  header {
    min-width: 1200px;
  }
  header .wrap {
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .wrap::before {
    content: none;
  }
  header.clone .btn_inquiry_pc a:hover {
    box-shadow: 0 3px #CF5A24;
    transform: translate(0, 2px);
  }
  header.org .logo_top {
    display: block;
  }
  header.org .logo_normal {
    display: none;
  }
  header nav ul {
    display: flex;
    justify-content: flex-end;
    font-size: 1.6rem;
    line-height: 1;
  }
  header nav li {
    font-size: 1.4rem;
    font-weight: 500;
  }
  header nav li + li {
    margin-left: 4rem;
  }
  header nav .nav_mv {
    font-size: 1.4rem;
    margin-bottom: 22px;
  }
  header nav .nav_mv li + li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #333;
  }
  header.clone .nav_mv {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    z-index: 9999;
    width: 100%;
    height: 50px;
  }
  header .wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  header .wrap::before {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #323c45;
  }
  header.org {
    background: #fff;
  }
  header .logo {
    line-height: 1;
  }
  header .logo span {
    width: 140px;
    height: 18px;
    background: url(../img/logo_mv.svg) center center/100% auto no-repeat;
  }
  header .logo svg {
    opacity: 0;
    width: 140px;
  }
  header a.btn_gr {
    width: 12.5rem;
    height: 2.8rem;
    font-size: 1rem;
    margin-left: 0;
    position: absolute;
    right: 4rem;
    letter-spacing: -0.03em;
  }
  header a.btn_gr .ico {
    width: 9px;
    height: 7px;
    margin-right: 4px;
    margin-top: 2px;
  }
  header .toggle {
    top: 0;
    right: 0;
    background: #323c45;
    width: 50px;
    height: 50px;
    position: fixed;
    overflow: hidden;
    z-index: 1000;
  }
  header .toggle span {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: all 0.5s ease-out;
  }
  header .toggle span:nth-child(1) {
    top: 16px;
    left: 12px;
  }
  header .toggle span:nth-child(2) {
    top: 24px;
    left: 12px;
  }
  header .toggle span:nth-child(3) {
    top: 32px;
    left: 12px;
  }
  header .toggle.toggle_action span:nth-child(1) {
    top: 24px;
    transform: rotate(45deg);
  }
  header .toggle.toggle_action span:nth-child(2) {
    background-color: rgba(255, 255, 255, 0);
  }
  header .toggle.toggle_action span:nth-child(3) {
    top: 24px;
    transform: rotate(-45deg);
  }
  header .nav_header_sp {
    position: fixed;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    background: #333;
    overflowinstafeed: auto;
    z-index: 9999;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  header .nav_header_sp li a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 5%;
    color: #fff;
    line-height: 50px;
    font-size: 1.2rem;
    text-align: center;
  }
  header .nav_header_sp li + li a {
    border-top: 1px solid #fff;
  }
  header .btn_inquiry_sp a {
    position: absolute;
    top: 9px;
    right: 40px;
    display: block;
    width: 90px;
    height: 30px;
    background: #FF5824;
    border-radius: 15px;
    box-shadow: 0 3px #CF5A24;
    line-height: 32px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    font-weight: bold;
    text-align: center;
  }
}
.l-footer {
  background: #323c45;
  padding: 3.5rem 0 2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2rem 0;
  }
}
.l-footer-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer-list {
    flex-flow: column;
    gap: 1rem 0;
  }
}
.l-footer-list__item {
  font-size: 1.4rem;
  font-weight: 500;
  border-left: 1px solid #fff;
  line-height: 1;
  margin-left: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-list__item {
    font-size: 1.2rem;
    border-left: 0;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
.l-footer-list__item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.l-footer-list__item a {
  color: #fff;
}
.l-footer__copy {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

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

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

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-margin.-short {
  margin-bottom: 16px;
}
.u-margin.-middle {
  margin-bottom: 32px;
}
.u-margin.-large {
  margin-bottom: 64px;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold { /*font-weight: 700;*/ }

.p-mv {
  background: url(../img/bg_mv.jpg) 0 0/cover no-repeat;
  padding: 2.6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: url(../img/bg_mv_sp.jpg) 0 bottom/100% auto no-repeat;
    padding: 2.5rem 0 3rem;
  }
}
.p-mv__wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    display: block;
    width: auto;
  }
}
.p-mv__ttl {
  width: 62rem;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    width: 100%;
    padding: 0 2rem;
  }
}
.p-mv__txt {
  position: absolute;
  top: -1.2rem;
  left: 60rem;
  width: 58.3rem;
}
@media screen and (max-width: 767px) {
  .p-mv__txt {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}

.p-intro {
  position: relative;
  background: url(../img/bg_intro.jpg) 0 0/cover no-repeat;
  padding: 12rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 5rem 0 4rem;
  }
}
.p-intro__ttl {
  text-align: center;
  line-height: 1;
  font-size: 6.2rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.015em;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 3.1rem;
    margin: 0 0 2.5rem;
  }
}
.p-intro__txt {
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    font-size: 1.5rem;
  }
}
.p-intro__img {
  position: absolute;
  top: 14rem;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 132rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 96%;
    margin: 2rem 0 0 -0.3rem;
  }
}
.p-intro-content {
  width: 81rem;
  background: #fff;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  margin: 6.4rem auto 0;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-intro-content {
    width: auto;
    width: calc(100% - 4rem);
    margin: 4rem auto 0;
    padding: 3rem 2.4rem;
  }
}
.p-intro-content__ttl {
  color: #0b57a6;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.015em;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-content__ttl {
    font-size: 2.2rem;
  }
}
.p-intro-content__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  margin: 2.4rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-intro-content__txt {
    font-size: 1.2rem;
    text-align: left;
    margin: 2rem 0 1rem;
  }
}
.p-intro-content__strong {
  position: relative;
  letter-spacing: 0.035em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-content__strong {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-intro-content__strong span {
  position: relative;
  color: #cd2e18;
}
.p-intro-content__strong span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cd2e18;
}

.p-merit {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding: 5rem 0;
  }
}
.p-merit__ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.015em;
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-merit__ttl {
    font-size: 3.1rem;
    line-height: 1.3;
    margin: 0 0 4rem;
  }
}
.p-merit__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-merit__block {
    display: block;
    padding: 0 2rem;
  }
}
.p-merit__img {
  width: 46.3rem;
}
@media screen and (max-width: 767px) {
  .p-merit__img {
    width: auto;
  }
}
.p-merit-content {
  width: 48.6rem;
}
@media screen and (max-width: 767px) {
  .p-merit-content {
    width: auto;
    margin: 1.5rem 0 0;
  }
}
.p-merit-content__txt {
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-merit-content__txt {
    font-size: 1.4rem;
  }
}
.p-merit-content__txt span {
  color: #cd2e18;
}
.p-merit-content__txt .small {
  color: inherit;
  font-size: 0.8rem;
  vertical-align: text-top;
}
.p-merit-check {
  background: #f4f6f6;
  padding: 3.2rem 4.4rem 2.8rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-merit-check {
    padding: 2rem;
    margin: 2rem 0 0;
  }
}
.p-merit-check__ttl {
  text-align: center;
  line-height: 1;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  color: #0b57a6;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-merit-check__ttl {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.p-merit-check-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem 0;
}
.p-merit-check-list__item {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 3rem;
}
.p-merit-check-list__item span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit-check-list__item span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-merit-check-list__item {
    font-size: 1.4rem;
  }
}
.p-merit-check-list__item:nth-child(1), .p-merit-check-list__item:nth-child(3), .p-merit-check-list__item:nth-child(5) {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-merit-check-list__item:nth-child(1), .p-merit-check-list__item:nth-child(3), .p-merit-check-list__item:nth-child(5) {
    width: 50%;
  }
}
.p-merit-check-list__item:nth-child(2) {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-merit-check-list__item:nth-child(2) {
    width: 50%;
  }
}
.p-merit-check-list__item:nth-child(4) {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-merit-check-list__item:nth-child(4) {
    width: 100%;
  }
}
.p-merit-check-list__item:last-child {
  width: 100%;
}
.p-merit-check-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/icn_merit.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-merit-check-list__item::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.c-border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  margin: 8rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-border {
    font-size: 2.4rem;
    margin: 4rem 0 2rem;
  }
}
.c-border::before, .c-border::after {
  content: "";
  width: 13.4rem;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-border::before, .c-border::after {
    width: 3rem;
  }
}
.c-border span {
  flex-shrink: 0;
  padding: 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-border span {
    padding: 0 2rem;
  }
}
.c-border.u-bk {
  color: #000;
}
.c-border.u-bk::before, .c-border.u-bk::after {
  background: #000;
}

.p-osusume {
  background: url(../img/bg_osusume.jpg) right 0/90rem auto no-repeat #5E879B;
  padding: 9rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-osusume {
    padding: 5rem 0;
  }
}
.p-osusume__ttl {
  font-size: 5rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-osusume__ttl {
    font-size: 3.1rem;
    line-height: 1.3;
    margin: 0 0 4rem;
  }
}
.p-osusume-list {
  width: 68rem;
  border-radius: 0.8rem;
  background: #fff;
  margin: 0 auto;
  padding: 4rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-osusume-list {
    width: calc(100% - 4rem);
    padding: 2rem 3rem;
  }
}
.p-osusume-list__item {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin-top: 1.2rem;
  padding: 0 0 2rem 5rem;
}
.p-osusume-list__item span {
  color: #18b7cd;
}
@media screen and (max-width: 767px) {
  .p-osusume-list__item {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 0 0 1rem 2.5rem;
  }
}
.p-osusume-list__item:first-child {
  margin-top: 0;
}
.p-osusume-list__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.p-osusume-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icn_osusume.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-osusume-list__item::before {
    top: 0.5rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-osusume__sub {
  margin: 8rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-osusume__sub {
    margin: 4rem 0 2rem;
  }
}
.p-osusume-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-osusume-detail {
    flex-flow: column;
    gap: 1.5rem 0;
    padding: 0 2rem;
  }
}
.p-osusume-detail__item {
  width: 31.2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-osusume-detail__item {
    width: 100%;
  }
}
.p-osusume-detail__inner {
  background: #fff;
  padding: 1.6rem 0;
}
.p-osusume-detail__ttl {
  color: #18b7cd;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-osusume-detail__ttl {
    font-size: 1.5rem;
  }
}
.p-osusume-detail__txt {
  font-size: 1.6rem;
  text-align: center;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-osusume-detail__txt {
    font-size: 1.4rem;
  }
}
.p-osusume-detail__txt span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-osusume-detail__txt span {
    font-size: 1.1rem;
  }
}
.p-osusume-caution {
  background: #fff;
  margin: 4rem 0 0;
  padding: 3rem 0 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-osusume-caution {
    width: calc(100% - 4rem);
    margin: 2rem auto 0;
    padding: 2rem;
  }
}
.p-osusume-caution__ttl {
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-osusume-caution__ttl {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 0 1.5rem;
  }
}
.p-osusume-caution__ttl .mark {
  position: relative;
  padding: 0 0 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-osusume-caution__ttl .mark {
    display: block;
    padding: 2.4rem 0 0;
  }
}
.p-osusume-caution__ttl .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 2.8rem;
  background: url(../img/icn_caution.png) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-osusume-caution__ttl .mark::before {
    top: 0;
    left: 50%;
    width: 2rem;
    height: 1.8rem;
    transform: translateX(-50%);
  }
}
.p-osusume-caution__ttl .color {
  color: #18b7cd;
}
.p-osusume-caution__txt {
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-osusume-caution__txt {
    text-align: left;
    font-size: 1.4rem;
  }
}

.p-system {
  background: #f5fcfc;
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-system {
    padding: 5rem 0 0;
  }
}
.p-system__ttl {
  position: relative;
  line-height: 1;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: 0.015em;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-system__ttl {
    font-size: 3.1rem;
    line-height: 1.3;
    margin: 0 0 2rem;
  }
}
.p-system__ttl::before {
  content: "SYSTEM";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10.5rem;
  letter-spacing: 0.015em;
  color: #fff;
  transform: translate(-50%, -50%);
}
.p-system__ttl span {
  position: relative;
}
.p-system__txt {
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-system__txt {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 2rem;
  }
}
.p-system__txt span {
  color: #cd2e18;
}
.p-system-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 6.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-system-list {
    flex-wrap: wrap;
    gap: 2rem 0;
    padding: 0 2rem;
    margin: 3rem 0 0;
  }
}
.p-system-list__item {
  position: relative;
  width: 22rem;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  border-radius: 0.8rem;
  padding: 3.8rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-system-list__item {
    width: 48%;
    padding: 2.4rem 0 2rem;
  }
}
.p-system-list__item::before {
  content: "";
  position: absolute;
  top: -1.3rem;
  left: 50%;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/icn_system_check.png) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-system-list__item::before {
    width: 2.4rem;
    height: 2.4rem;
    top: -1rem;
  }
}
.p-system-list__item img {
  width: 10.4rem;
  margin: 1.6rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-system-list__item img {
    width: 5rem;
    margin: 1rem 0;
  }
}
.p-system-list__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .p-system-list__ttl {
    font-size: 1.6rem;
  }
}
.p-system-list__txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-system-list__txt {
    font-size: 1.4rem;
  }
}
.p-system-list__txt span {
  color: #18b7cd;
}
.p-system-bg {
  background: url(../img/bg_system.jpg) 0 0/cover no-repeat;
  padding: 16rem 0;
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-system-bg {
    width: 100%;
    background: #F4F6F5;
    padding: 3rem 2rem;
    margin: 5rem auto 0;
  }
}
.p-system-bg__inner {
  max-width: 100rem;
  margin: 0 auto;
}
.p-system-bg__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  font-size: 3.6rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-system-bg__ttl {
    font-size: 2rem;
    margin: 0 0 1.2rem;
  }
}
.p-system-bg__txt {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-system-bg__txt {
    font-size: 1.4rem;
  }
}

.p-lineup {
  background: #fff;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-lineup {
    padding: 5rem 0;
  }
}
.p-lineup__pre {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
  .p-lineup__pre {
    font-size: 1.5rem;
  }
}
.p-lineup__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 7rem;
  text-align: center;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 767px) {
  .p-lineup__ttl {
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 1rem 0 0;
  }
}
.p-lineup__txt {
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.875;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-lineup__txt {
    font-size: 1.4rem;
    text-align: left;
    margin: 2rem 0 0;
    padding: 0 2rem;
  }
}
.p-lineup-overview {
  position: relative;
  width: 100rem;
  background: #f4f6f6;
  padding: 5.5rem 4rem 2rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-lineup-overview {
    width: auto;
    padding: 0.5rem 2rem 2rem;
    margin: 4rem 0 0;
  }
}
.p-lineup-overview__head {
  position: absolute;
  top: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-lineup-overview__head {
    position: relative;
    top: -2rem;
    left: auto;
    transform: none;
  }
}
.p-lineup-overview__ttl {
  position: relative;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.035em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lineup-overview__ttl {
    font-size: 1.8rem;
  }
}
.p-lineup-overview__ttl span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lineup-overview__ttl span {
    width: 100%;
  }
}
.p-lineup-overview__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52.8rem;
  height: 100%;
  background: linear-gradient(90deg, rgb(8, 118, 166) 0%, rgb(15, 175, 188) 100%);
  transform: translate(-50%, -50%) skewX(-20deg);
}
@media screen and (max-width: 767px) {
  .p-lineup-overview__ttl::before {
    width: 100%;
  }
}
.p-lineup-overview-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-lineup-overview-list {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
}
.p-lineup-overview-list__item {
  width: calc((100% - 5rem) / 6);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  background: #323c45;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-lineup-overview-list__item {
    width: 49%;
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
}
.p-lineup-overview__txt {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-lineup-overview__txt {
    font-size: 1rem;
  }
}
.p-lineup__sub {
  margin: 6rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-lineup__sub {
    margin: 3rem 0 2rem;
  }
}
.p-lineup-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100rem;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-nav {
    flex-flow: column;
    width: auto;
    gap: 1rem 0;
    margin: 0 0 5rem;
    padding: 0 2rem;
  }
}
.p-lineup-nav__item {
  width: 31.2rem;
  background: #f5fcfc;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-lineup-nav__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.p-lineup-nav__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 19rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-lineup-nav__img {
    width: 9rem;
    height: 9rem;
  }
}
.p-lineup-nav__img img {
  width: auto;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-nav__img img {
    height: 4.5rem;
  }
}
.p-lineup-nav__content {
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-lineup-nav__content {
    width: calc(100% - 10rem);
    padding: 0;
  }
}
.p-lineup-nav__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  color: #18b7cd;
}
@media screen and (max-width: 767px) {
  .p-lineup-nav__ttl {
    font-size: 1.4rem;
  }
}
.p-lineup-nav__ttl span {
  display: inline-block;
  border-bottom: 1px solid #18b7cd;
  padding: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-nav__ttl span {
    padding: 0 0 0.5rem;
  }
}
.p-lineup-nav__txt {
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-lineup-nav__txt {
    font-size: 1.2rem;
    margin: 0.5rem 0 0;
  }
}
.p-lineup-nav__link {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-lineup-nav__link {
    font-size: 1.2rem;
    margin: 1rem 0 0;
  }
}
.p-lineup-nav__link a {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #000;
}

.p-product {
  background: #f5fcfc;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding: 5rem 2rem;
  }
}
.p-product.u-wh {
  background: #fff;
}
.p-product-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-product-head {
    display: block;
  }
}
.p-product-head__content {
  width: 42.8rem;
}
@media screen and (max-width: 767px) {
  .p-product-head__content {
    width: auto;
  }
}
.p-product-head__pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 900;
  gap: 0 1rem;
  color: #18b7cd;
}
@media screen and (max-width: 767px) {
  .p-product-head__pre {
    font-size: 1.6rem;
  }
}
.p-product-head__pre.u-long {
  margin-right: -4.5rem;
}
.p-product-head__pre span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background: #18b7cd;
  border-radius: 3rem;
  padding: 0.3rem 2.4rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-product-head__pre span {
    font-size: 1.2rem;
    padding: 0.3rem 1.5rem;
  }
}
.p-product-head__ttl {
  font-size: 4rem;
  letter-spacing: 0.015em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-product-head__ttl {
    font-size: 2rem;
  }
}
.p-product-head-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 1.6rem 0 0;
}
.p-product-head-list__item {
  width: calc((100% - 2rem) / 3);
  text-align: center;
  color: #fff;
  letter-spacing: 0.075em;
  background: #323c45;
  font-weight: 700;
  line-height: 1;
  padding: 0.7rem 0;
}
@media screen and (max-width: 767px) {
  .p-product-head-list__item {
    font-size: 1.2rem;
    padding: 0.3rem 0;
  }
}
.p-product-head-list__item.u-02 {
  width: calc((100% - 2rem) / 3 * 2);
}
.p-product-head__txt {
  font-weight: 500;
  line-height: 1.875;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-product-head__txt {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-product-head__img {
  height: 21rem;
  margin-left: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-product-head__img {
    text-align: center;
    height: 12rem;
    margin: 1rem 0 0;
  }
}
.p-product-head__img img {
  width: auto;
  height: 100%;
}
.p-product-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  padding: 4.5rem 4rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-product-content {
    flex-flow: column;
    padding: 2rem;
    margin: 2rem 0 0;
  }
}
.u-wh .p-product-content {
  background: #f5fcfc;
}
.p-product-content__detail {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  .p-product-content__detail {
    width: auto;
  }
}
.p-product-content__ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  border-left: 4px solid #18b7cd;
  padding: 0 0 0 1rem;
  margin: 3rem 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-product-content__ttl {
    font-size: 2rem;
  }
}
.p-product-content__ttl:first-child {
  margin-top: 0;
}
.p-product-content__ttl span {
  font-size: 1.4rem;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .p-product-content__ttl span {
    font-size: 1.2rem;
  }
}
.p-product-content__txt {
  letter-spacing: 0.065em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-product-content__txt {
    font-size: 1.2rem;
  }
}
.p-product-content__txt span {
  font-size: 1rem;
  vertical-align: super;
}
.p-product-content__img {
  width: 46.5rem;
}
@media screen and (max-width: 767px) {
  .p-product-content__img {
    width: auto;
    margin: 2rem 0 0;
  }
}
.p-product-content__img .u-02 {
  display: block;
  width: 100%;
  margin: 2rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-product-content__img .u-02 {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.p-product-content__sub {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  border-left: 4px solid #18b7cd;
  padding: 0 0 0 1rem;
  margin: 3rem 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-product-content__sub {
    font-size: 1.4rem;
    margin: 1rem 0 0.5rem;
  }
}
.p-product-content__sub span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-product-content__sub span {
    display: block;
    font-size: 1rem;
  }
}
.p-product-content__other.u-01 {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-product-content__other.u-01 {
    margin: 1rem 0 0 auto;
  }
}
.p-product-content__other.u-02 {
  width: 100%;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-product-content__other.u-02 {
    margin: 1rem 0 0;
  }
}
.p-product-content__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-product-content__column.u-01 img:first-child {
  width: 61%;
}
.p-product-content__column.u-01 img:last-child {
  width: 36.5%;
}
.p-product-content__column.u-02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-content__column.u-02 {
    flex-flow: column;
    gap: 0.5rem 0;
  }
}
.p-product-content__column.u-02 img {
  width: 49%;
  max-width: 44.5rem;
}
@media screen and (max-width: 767px) {
  .p-product-content__column.u-02 img {
    width: 100%;
    max-width: auto;
  }
}
.p-product-content__column.u-03 {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-product-content__column.u-03 {
    width: 100%;
  }
}
.p-product-content__column.u-03 img {
  width: 49%;
}
.p-product-content__bottom {
  width: 100%;
}
.p-product-content__bottom .u-02 {
  margin-top: 2rem;
}
.p-product-gimmick {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  border: 2px solid #18b7cd;
  padding: 4rem;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-product-gimmick {
    flex-flow: column;
    padding: 2rem;
  }
}
.p-product-gimmick__ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  color: #18b7cd;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-product-gimmick__ttl {
    font-size: 1.8rem;
  }
}
.p-product-gimmick__img {
  width: 54.6rem;
}
@media screen and (max-width: 767px) {
  .p-product-gimmick__img {
    width: auto;
    margin: 1rem 0 0;
  }
}
.p-product-gimmick__content {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-product-gimmick__content {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-product-gimmick__txt {
    font-size: 1.3rem;
  }
}

.p-support {
  background: linear-gradient(180deg, rgb(8, 118, 166) 0%, rgb(15, 175, 188) 100%);
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 5rem 2rem;
  }
}
.p-support__pre {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-support__pre {
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }
}
.p-support__pre span {
  display: inline-block;
  position: relative;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-support__pre span {
    padding: 0 1rem;
  }
}
.p-support__pre span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2.8rem;
  background: #fff;
  transform: translateY(-50%) rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .p-support__pre span::before {
    height: 2rem;
  }
}
.p-support__pre span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 2.8rem;
  background: #fff;
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-support__pre span::after {
    height: 2rem;
  }
}
.p-support__ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-support__ttl {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}
.p-support__txt {
  color: #fff;
  text-align: center;
  line-height: 1.875;
  font-weight: 500;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support__txt {
    text-align: left;
    font-size: 1.4rem;
    margin: 2rem 0 0;
  }
}
.p-support-system {
  background: #fff;
  padding: 2.8rem 2.2rem 2.4rem;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-system {
    padding: 2rem;
    margin: 2rem 0 0;
  }
}
.p-support-system-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4.8rem;
  border-bottom: 2px solid #18b7cd;
  padding: 0 0 2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-support-system-head {
    display: block;
    gap: 0 1rem;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
  }
}
.p-support-system-head__ttl {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-support-system-head__ttl {
    font-size: 2rem;
  }
}
.p-support-system-head__txt {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-support-system-head__txt {
    font-size: 1.4rem;
    margin: 0.5rem 0 0;
  }
}
.p-support-system__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-support-system__img {
  width: 55.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-system__img {
    width: 100%;
  }
}
.p-support-system__ttl {
  display: inline-block;
  position: relative;
  color: #fff;
  background: #18b7cd;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  padding: 0.8rem 1.2rem 0.8rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-system__ttl {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
}
.p-support-system__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 2.1rem;
  height: 100%;
  background: #18b7cd;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.p-support-system__detail {
  width: 34.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-system__detail {
    width: 100%;
    margin: 2rem 0 0;
  }
}
.p-support-system__detail table {
  table-layout: fixed;
  width: calc(100% - 1.8rem);
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-system__detail table {
    width: 100%;
    margin: 0;
  }
}
.p-support-system__detail table thead th {
  color: #009ea2;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  vertical-align: bottom;
  padding: 0 0 1rem;
}
.p-support-system__detail table thead th:first-child {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-support-system__detail table thead th {
    font-size: 1.2rem;
  }
}
.p-support-system__detail table tbody th {
  background: #def1f9;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #a5bfe3;
  border-left: 1px solid #a5bfe3;
  line-height: 1.5;
  font-weight: 500;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-support-system__detail table tbody th {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}
.p-support-system__detail table tbody td {
  border: 1px solid #a5bfe3;
  line-height: 1.5;
  font-weight: 500;
  vertical-align: middle;
  padding: 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-support-system__detail table tbody td {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
.p-support-system__detail table tbody tr:last-child th {
  border-bottom: 1px solid #a5bfe3;
}
.p-support-system__notes {
  width: 100%;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-system__notes {
    text-align: left;
    font-size: 1rem;
  }
}
.p-support-select__ttl {
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 3.3rem;
  margin: 5.5rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-select__ttl {
    font-size: 2rem;
    line-height: 1.3;
    margin: 4rem 0 1.5rem;
  }
}
.p-support-select__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-select__block {
    flex-flow: column;
    padding: 0;
  }
}
.p-support-select__inner {
  width: 48.2rem;
  text-align: center;
  background: #fff;
  border-radius: 0.8rem;
  padding: 0 0 3.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-support-select__inner {
    width: auto;
    margin-top: 3rem;
    padding: 0 2rem 2.5rem;
  }
  .p-support-select__inner:first-child {
    margin-top: 0;
  }
}
.p-support-select__inner img {
  width: 42.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-select__inner img {
    width: 100%;
  }
}
.p-support-select__inner img.middle {
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-support-select__inner img.middle {
    margin: 2rem 0 1rem;
  }
}
.p-support-select__sub {
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #45a38d;
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-support-select__sub {
    font-size: 1.6rem;
    padding: 1rem 0;
    margin: 0 -2rem;
  }
}
.p-support-select__sub.u-bl {
  background: #4993bc;
}
.p-support-select__pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-select__pre {
    font-size: 1.4rem;
  }
}
.p-support-select__pre span {
  font-size: 2.6rem;
  color: #45a38d;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-support-select__pre span {
    font-size: 1.5rem;
  }
}
.p-support-select__pre.u-bl span {
  color: #4993bc;
}
.p-support-select__txt {
  display: inline-block;
  font-weight: 700;
  line-height: 1.875;
  text-align: left;
  margin: 2rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-support-select__txt {
    font-size: 1.3rem;
    margin: 1rem 0 2rem;
  }
}
.p-support-other {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-other {
    flex-flow: column;
    margin: 3rem 0 0;
  }
}
.p-support-other__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-support-other__ttl {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
  }
}
.p-support-other__txt {
  font-weight: 500;
  line-height: 1.875;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-support-other__txt {
    font-size: 1.3rem;
  }
}
.p-support-other__content {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-support-other__content {
    width: 100%;
    margin: 2rem 0 0;
  }
}
.p-support-other-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-other-define {
    flex-flow: column;
    margin-top: 1rem;
  }
}
.p-support-other-define:first-of-type {
  margin-top: 0;
}
.p-support-other-define__img {
  width: 23.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-other-define__img {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.p-support-other-define__content {
  width: 24.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-other-define__content {
    width: 100%;
  }
}
.p-support-other-define__ttl {
  font-weight: 700;
  color: #fff;
  margin-top: -0.3em;
}
@media screen and (max-width: 767px) {
  .p-support-other-define__ttl {
    font-size: 1.3rem;
  }
}
.p-support-other-define__txt {
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-other-define__txt {
    font-size: 1.1rem;
  }
}

.p-case {
  background: url(../img/bg_case.jpg) 0 0/1.8rem auto repeat;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 5rem 0;
  }
}
.p-case__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-size: 5rem;
  margin: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-case__ttl {
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 0 0 3rem;
  }
}
.p-case__sub {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-case__sub {
    font-size: 1.6rem;
  }
}
.p-case__block {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-case__block {
    margin-top: 3rem;
    padding: 0 2rem;
  }
}
.p-case__block:first-child {
  margin-top: 0;
}
.p-case-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-case-tab {
    flex-flow: column;
    gap: 0.5rem 0;
    margin: 1rem 0 2rem;
  }
}
.p-case-tab__item {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #18b7cd;
  line-height: 1;
  color: #18b7cd;
  letter-spacing: 0.075em;
  padding: 1.5rem 4.5rem 1.5rem 3rem;
  cursor: pointer;
  background: #fff;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-case-tab__item:hover {
    opacity: 0.5;
  }
}
.p-case-tab__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #18b7cd;
  border-right: 1px solid #18b7cd;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-case-tab__item {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.p-case-tab__item.is-current {
  background: #18b7cd;
  color: #fff;
}
.p-case-tab__item.is-current::before {
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .p-case-tab__item.is-current:hover {
    opacity: 1;
  }
}
.p-case-tabs__item {
  display: none;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  padding: 4.4rem 4rem 1px;
}
@media screen and (max-width: 767px) {
  .p-case-tabs__item {
    padding: 2rem 2rem 1px;
  }
}
.p-case-tabs__item.is-current {
  display: block;
}
.p-case-tabs__ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  border-left: 4px solid #18b7cd;
  padding: 0 0 0 1rem;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-case-tabs__ttl {
    font-size: 2rem;
    margin: 0 0 1.5rem;
  }
}
.p-case-tabs__ttl:first-child {
  margin-top: 0;
}
.p-case-tabs__ttl span {
  font-size: 1.4rem;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .p-case-tabs__ttl span {
    font-size: 1.2rem;
  }
}
.p-case-tabs-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-head {
    flex-flow: column;
  }
}
.p-case-tabs-head img {
  width: 33rem;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-head img {
    width: 100%;
  }
}
.p-case-tabs-head__detail {
  width: 54.8rem;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-head__detail {
    width: 100%;
    margin: 1.5rem 0 0;
  }
}
.p-case-tabs-head__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #18b7cd;
  padding: 0 0 1rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-head__ttl {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    padding: 0 0 0.5rem;
  }
}
.p-case-tabs-head__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
.p-case-tabs-head__define dt {
  width: 10rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-head__define dt {
    font-size: 1.3rem;
    width: 8rem;
  }
}
.p-case-tabs-head__define dd {
  width: calc(100% - 10rem);
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-head__define dd {
    width: calc(100% - 8rem);
    font-size: 1.3rem;
  }
}
.p-case-tabs-details {
  position: relative;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-details {
    margin: 2rem 0 0;
  }
}
.p-case-tabs-details__btn {
  position: absolute;
  top: -2.8rem;
  left: 50%;
  width: 5.6rem;
  height: 5.6rem;
  transform: translateX(-50%);
  background: url(../img/icn_case.png) 0 0/100% auto no-repeat;
  transition: background 0.3s;
  z-index: 2;
}
.p-case-tabs-details__btn img {
  transition: opacity 0.3s;
}
.is-open .p-case-tabs-details__btn {
  background: url(../img/icn_case_off.png) 0 0/100% auto no-repeat;
}
.is-open .p-case-tabs-details__btn img {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-details__btn {
    top: -1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.p-case-tabs-detail {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #f4f6f6;
  padding: 6rem 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail {
    flex-flow: column;
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
.p-case-tabs-detail::before {
  content: "";
  position: absolute;
  top: -2.8rem;
  left: 50%;
  width: 5.6rem;
  height: 5.6rem;
  background: url(../img/icn_case.png) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail::before {
    top: -1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.p-case-tabs-detail__comment {
  width: 43rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail__comment {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-case-tabs-detail__content {
  width: 36.8rem;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail__content {
    width: 100%;
  }
}
.p-case-tabs-detail__ttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  border-left: 4px solid #18b7cd;
  padding: 0 0 0 1rem;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail__ttl {
    font-size: 1.4rem;
  }
}
.p-case-tabs-detail__inner {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail__inner {
    margin-top: 1.5rem;
  }
}
.p-case-tabs-detail__inner.u-01 {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail__inner.u-01 {
    width: 100%;
    font-size: 1.4rem;
    margin: 2rem 0 0;
  }
}
.p-case-tabs-detail__inner.u-01 img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail__inner.u-01 img {
    width: 10rem;
  }
}
.p-case-tabs-detail__inner:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail__inner:first-child {
    margin: 2rem 0 0;
  }
}
.p-case-tabs-detail__txt {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-tabs-detail__txt {
    font-size: 1.2rem;
  }
}
.p-case-tabs-detail__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-case-tabs-detail__column img {
  width: 49%;
}

.p-faq {
  background: #f5fcfc;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 5rem 2rem;
  }
}
.p-faq__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-size: 5rem;
  margin: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ttl {
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 0 0 2rem;
  }
}
.p-faq-define {
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  padding: 3.4rem 4rem;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-define {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.p-faq-define:first-of-type {
  margin-top: 0;
}
.p-faq-define__ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  cursor: pointer;
  padding: 0 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.p-faq-define__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.4rem;
  height: 3.4rem;
  background: url(../img/icn_faq_p.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl::before {
    width: 2rem;
    height: 2rem;
  }
}
.is-open .p-faq-define__ttl::before {
  background: url(../img/icn_faq_m.png) 0 0/100% auto no-repeat;
}
.p-faq-define__ttl span {
  color: #18b7cd;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl span {
    font-size: 1.6rem;
    margin-right: 1rem;
  }
}
.p-faq-define__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 1.875;
  letter-spacing: 0.075em;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-define__inner {
    font-size: 1.2rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.p-faq-define__inner span {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-define__inner span {
    font-size: 1.6rem;
    margin-right: 1rem;
    padding: 0.2rem 0 0;
  }
}
.p-faq-define__txt {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-define__txt {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.p-reason {
  background: linear-gradient(180deg, rgb(8, 118, 166) 0%, rgb(15, 175, 188) 100%);
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 5rem 0;
  }
}
.p-reason__ttl {
  position: relative;
  line-height: 1;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  color: #fff;
  letter-spacing: 0.015em;
  margin: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl {
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 0 0 2rem;
  }
}
.p-reason__ttl::before {
  content: "REASON";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10.5rem;
  letter-spacing: 0.015em;
  color: #4c99bf;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-reason__ttl::before {
    font-size: 5rem;
  }
}
.p-reason__ttl span {
  position: relative;
}
.p-reason-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason-content {
    display: block;
    padding: 0 2rem;
  }
}
.p-reason-content__detail {
  width: 49.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-content__detail {
    width: auto;
    margin: 0 0 2rem;
  }
}
.p-reason-content__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -0.05em;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason-content__ttl {
    font-size: 2.1rem;
    margin: 0 0 1rem;
  }
}
.p-reason-content__txt {
  color: #fff;
  line-height: 1.875;
  font-size: 500;
}
@media screen and (max-width: 767px) {
  .p-reason-content__txt {
    font-size: 1.3rem;
  }
}
.p-reason-content img {
  width: 38.4rem;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-reason-content img {
    width: 100%;
  }
}
.p-reason-message {
  width: 80rem;
  background: url(../img/bg_reason.jpg) right 0/82% auto no-repeat #fff;
  border-radius: 0.8rem;
  margin: 6rem auto 0;
  padding: 3.5rem 4.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reason-message {
    width: calc(100% - 4rem);
    padding: 2rem;
    margin: 2rem auto 0;
  }
}
.p-reason-message__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  color: #0b57a6;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.3;
  border-bottom: 1px solid #0b57a6;
  padding: 0 0 1.5rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason-message__ttl {
    font-size: 1.6rem;
    margin: 0 0 2rem;
  }
}
.p-reason-message__txt {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-reason-message__txt {
    font-size: 1.3rem;
    text-align: left;
  }
}

.c-opt {
  background: #323c45;
}
.c-opt__inner {
  position: relative;
  width: 100rem;
  margin: 0 auto;
  padding: 3.2rem 0 4rem 29rem;
}
@media screen and (max-width: 767px) {
  .c-opt__inner {
    width: auto;
    padding: 2rem 2rem 3rem;
  }
}
.c-opt__inner img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26.7rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-opt__inner img {
    display: none;
  }
}
.c-opt__txt {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .c-opt__txt {
    font-size: 1.6rem;
  }
  .c-opt__txt br {
    display: none;
  }
}
.c-opt__btn {
  position: relative;
  width: 62rem;
  height: 7rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.075em;
  margin: 2.4rem 0 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-opt__btn {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    margin: 2rem 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-opt__btn:hover {
    opacity: 0.5;
  }
}
.c-opt__btn::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #B23110;
  border-radius: 5rem;
}
.c-opt__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #ff5824;
  border-radius: 5rem;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-opt__btn a:hover {
    opacity: 1;
  }
}
.c-opt__btn a span {
  position: relative;
  padding: 0 0 0 2.8rem;
}
.c-opt__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icn_opt.png) center center/100% auto no-repeat;
  transform: translateY(-50%);
}

.p-float {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #323c45;
  gap: 0 4rem;
  padding: 1.2rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.p-float.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .p-float {
    gap: 0 1.5rem;
  }
}
.p-float__txt {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-float__txt {
    font-size: 1.6rem;
  }
}
.p-float__txt span {
  color: #fffc83;
}
.p-float__btn {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-float__btn {
    width: 20rem;
  }
}

.js-ac__txt {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 0;
}