/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500;700;900&display=swap";
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
}
figure {
  margin: 0;
}
p {
  margin: 0;
}
strong,
em {
  font-style: normal;
}
address {
  font-style: normal;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
img {
  vertical-align: top;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  outline: none;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 950px;
  margin: 0 auto;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 740px) {
  body {
    min-width: 320px;
    font-size: 1.2rem;
  }
}
a {
  cursor: pointer;
}
img {
  max-width: 100%;
}
.pc {
  display: block;
}
@media only screen and (max-width: 740px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media only screen and (max-width: 740px) {
  .sp {
    display: block;
  }
}
.c-t-center {
  text-align: center;
}
.c-t-center--pc {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .c-t-center--pc {
    text-align: left;
  }
}
.c-weight-700 {
  font-weight: 700;
}
.c-t-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.c-t-indent--pc {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 740px) {
  .c-t-indent--pc {
    text-indent: 0;
    padding-left: 0;
  }
}
a.c-hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.c-hover:hover {
  opacity: 0.6;
}
a.c-hover.c-underline {
  color: #333;
  text-decoration: underline;
}
a.c-phone {
  color: #333;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  a.c-phone {
    pointer-events: auto;
  }
}
.c-flex-just-space-bet.c-flex--pc,
.c-flex-just-space-bet.c-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-flex-just-center.c-flex--pc,
.c-flex-just-center.c-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-flex-align-center.c-flex--pc,
.c-flex-align-center.c-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-flex-align-end.c-flex--pc,
.c-flex-align-end.c-flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-flex-row-r--pc.c-flex--pc,
.c-flex-row-r--pc.c-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-flex--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 740px) {
  .c-flex--pc {
    display: block;
  }
}
.c-container-wide {
  max-width: 1350px;
  padding: 0;
}
@media only screen and (max-width: 740px) {
  .c-container-wide {
    padding: 0 42px;
  }
}
.c-container {
  max-width: 950px;
  padding: 0;
}
@media only screen and (max-width: 740px) {
  .c-container {
    padding: 0 42px;
  }
}
.c-container-wide,
.c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .c-container-wide,
  .c-container {
    max-width: 100%;
  }
}
.c-sec-contact {
  padding: 78px 0;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact {
    padding: 55px 0;
  }
}
.c-sec-contact-header {
  margin-bottom: 1em;
}
.c-sec-contact-header__title {
  padding: 0.5em 0 0.5em 1.25em;
  font-size: 2.2rem;
  border-left: 2px #c00 solid;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact-header__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.c-sec-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner {
    display: block;
  }
}
.c-sec-contact__inner.c-w100 {
  display: block;
}
.c-sec-contact__inner.c-w100 > div {
  width: 100%;
}
.c-sec-contact__inner > div {
  width: 50%;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.c-sec-contact__inner > div .c-sec-contact-texts {
  padding: 0 0 0 2em;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts {
    padding: 0;
  }
}
.c-sec-contact__inner > div .c-sec-contact-texts dt {
  font-size: 3rem;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts dt {
    font-size: 2.5rem;
  }
}
.c-sec-contact__inner > div .c-sec-contact-texts dd .c-sec-contact-tel {
  position: relative;
  margin: 0.5em 0;
  padding-left: 1.5em;
  font-size: 2.6rem;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts dd .c-sec-contact-tel {
    font-size: 2.2rem;
  }
}
.c-sec-contact__inner > div .c-sec-contact-texts dd .c-sec-contact-tel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url(../img/common/icon/icon_tel.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-sec-contact__inner > div .c-sec-contact-texts dd .c-sec-contact-tel span {
  font-size: 2rem;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts dd .c-sec-contact-tel span {
    font-size: 1.8rem;
  }
}
.c-sec-contact__inner > div .c-sec-contact-texts__num {
  padding-top: 0.75em;
  text-align: right;
}
.c-sec-contact__inner > div .c-sec-contact-texts__inner {
  margin-top: 2em;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts__inner {
    font-size: 1.2rem;
  }
}
.c-sec-contact__inner > div .c-sec-contact-texts__inner:nth-of-type(1) {
  margin-top: 1em;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts__open span {
    display: inline-block;
  }
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts__open span:nth-of-type(1) {
    width: 5em;
  }
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts__open span:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner > div .c-sec-contact-texts__open span.u-none-sp {
    display: none;
  }
}
.c-sec-contact__inner.c-sec-contact-notes {
  margin-top: 3em;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .c-sec-contact__inner.c-sec-contact-notes {
    font-size: 1.1rem;
  }
}
.c-hero__slide--top button,
.c-hero__slide--under button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-hero__slide--top .slide-dots,
.c-hero__slide--under .slide-dots {
  position: relative;
  z-index: 6;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--top .slide-dots,
  .c-hero__slide--under .slide-dots {
    width: 88%;
  }
}
.c-hero__slide--top .slide-dots li,
.c-hero__slide--under .slide-dots li {
  display: inline-block;
  margin: 0 28px 0 0;
}
.c-hero__slide--top .slide-dots li button,
.c-hero__slide--under .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.c-hero__slide--top .slide-dots li button:before,
.c-hero__slide--under .slide-dots li button:before {
  content: "";
  display: block;
  font-size: 7px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-hero__slide--top .slide-dots .slick-active button:before,
.c-hero__slide--under .slide-dots .slick-active button:before {
  background-color: #fff;
}
.c-hero__slide--top .slick-slider .slick-track,
.c-hero__slide--top .slick-slider .slick-list,
.c-hero__slide--under .slick-slider .slick-track,
.c-hero__slide--under .slick-slider .slick-list {
  height: 100%;
}
.c-slick-wrapper {
  height: 100%;
}
.c-hero__slide--top .slick-active button:before {
  background-color: #fff;
}
.p-body-seiho .c-hero__slide--under .slick-active button:before {
  background-color: #5aba8d;
}
.p-body-sonpo .c-hero__slide--under .slick-active button:before {
  background-color: #7a8cfd;
}
.p-body-futai .c-hero__slide--under .slick-active button:before {
  background-color: #c00;
}
.c-hero-slide {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-hero__slide--top {
  height: 748px;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--top {
    height: 100vw;
  }
}
.c-hero__slide--top .slide-dots {
  -webkit-transform: translateY(-224px);
  transform: translateY(-224px);
  max-width: 950px;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--top .slide-dots {
    text-align: center;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
.c-hero__slide--top .c-hero-slide__logo {
  width: 353px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--top .c-hero-slide__logo {
    width: 80%;
    margin: 0 auto 2%;
  }
}
.c-hero__slide--top .c-hero-slide__title {
  margin-bottom: 0.4em;
  font-size: 6rem;
  line-height: 1.5;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--top .c-hero-slide__title {
    margin-bottom: 33%;
    height: 2em;
    font-size: 3rem;
  }
}
.c-hero__slide--top .c-hero-slide__texts {
  font-size: 1.8rem;
  line-height: 1.6;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 10px;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--top .c-hero-slide__texts {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
.c-hero-inner--top {
  max-width: 950px;
  margin: 0 auto;
  padding: 255px 0 0;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .c-hero-inner--top {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 9% 0 0;
    text-align: center;
  }
}
.c-hero__slide--under {
  height: 615px;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--under {
    height: 100vw;
  }
}
.c-hero__slide--under.c-seiho .slide-dots {
  -webkit-transform: translateY(-170px);
  transform: translateY(-170px);
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--under.c-seiho .slide-dots {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
}
.c-hero__slide--under.c-seiho-jalux .slide-dots {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--under.c-seiho-jalux .slide-dots {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
}
.c-hero__slide--under .slide-dots {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  max-width: 950px;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--under .slide-dots {
    -webkit-transform: translateY(-14vw);
    transform: translateY(-14vw);
  }
}
.c-hero__slide--under .c-hero-slide__title {
  margin-bottom: 0.5em;
  font-size: 3.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--under .c-hero-slide__title {
    font-size: 2rem;
  }
}
.c-hero__slide--under .c-hero-slide__texts {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--under .c-hero-slide__texts {
    font-size: 1.2rem;
  }
}
.c-hero__slide--under .c-hero-slide__texts--notes {
  font-size: 1.4rem;
  line-height: 1.85;
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--under .c-hero-slide__texts--notes {
    padding-top: 0.5em;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-hero__slide--under .c-hero-slide__btn--blank {
  margin-top: 1em;
}
.c-hero__slide--under .c-hero-slide__btn--blank a:after {
  right: 0.75em;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon/icon_blank_bk.svg);
}
.c-hero__slide--under .c-hero-slide__btn--arrow {
  margin-top: 1em;
}
.c-hero__slide--under .c-hero-slide__btn--arrow a:after {
  right: 0.75em;
  width: 6px;
  height: 7px;
  background-image: url(../img/common/arrow_popup.svg);
}
.c-hero-inner {
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  padding: 195px 0 0;
}
@media only screen and (max-width: 740px) {
  .c-hero-inner {
    max-width: inherit;
    width: 88%;
    margin: 0 auto;
    padding: 7% 0 0;
  }
}
.c-hero__slide--under .c-hero-slide__btn--blank a,
.c-hero__slide--under .c-hero-slide__btn--arrow a {
  position: relative;
  display: inline-block;
  width: 258px;
  padding: 0.75em 0;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  border: 1px #aaa solid;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 740px) {
  .c-hero__slide--under .c-hero-slide__btn--blank a,
  .c-hero__slide--under .c-hero-slide__btn--arrow a {
    max-width: 200px;
    width: 65%;
    padding: 1em 0;
    font-size: 1.2rem;
  }
}
.c-hero__slide--under .c-hero-slide__btn--blank a:after,
.c-hero__slide--under .c-hero-slide__btn--arrow a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-nav-links--blank .c-nav-links__list,
.c-nav-links--move .c-nav-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__list,
  .c-nav-links--move .c-nav-links__list {
    display: block;
  }
}
.c-nav-links--blank .c-nav-links__inner,
.c-nav-links--move .c-nav-links__inner {
  width: 218px;
  height: 228px;
  margin-right: 25px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__inner,
  .c-nav-links--move .c-nav-links__inner {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.c-nav-links--blank .c-nav-links__inner:nth-last-of-type(1),
.c-nav-links--move .c-nav-links__inner:nth-last-of-type(1) {
  margin-right: 0;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__inner:nth-last-of-type(1),
  .c-nav-links--move .c-nav-links__inner:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.c-nav-links--blank .c-nav-links__inner:hover,
.c-nav-links--move .c-nav-links__inner:hover {
  opacity: 0.6;
}
.c-nav-links--blank .c-nav-links__inner a,
.c-nav-links--move .c-nav-links__inner a {
  overflow: hidden;
  display: block;
  height: 100%;
  padding-top: 34px;
  color: #333;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__inner a,
  .c-nav-links--move .c-nav-links__inner a {
    padding-top: 0;
  }
}
.c-nav-links--blank .c-nav-links__flex,
.c-nav-links--move .c-nav-links__flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex,
  .c-nav-links--move .c-nav-links__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 69px;
  }
}
.c-nav-links--blank .c-nav-links__flex .c-nav-links-title,
.c-nav-links--move .c-nav-links__flex .c-nav-links-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-title,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-title {
    position: relative;
  }
}
.c-nav-links--blank .c-nav-links__flex .c-nav-links-title.c-logo p,
.c-nav-links--move .c-nav-links__flex .c-nav-links-title.c-logo p {
  height: 2em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-title.c-logo p,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-title.c-logo p {
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.c-nav-links--blank .c-nav-links__flex .c-nav-links-title p,
.c-nav-links--move .c-nav-links__flex .c-nav-links-title p {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.1;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-title p,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-title p {
    margin-bottom: 0;
    padding-left: 2em;
    font-size: 1.8rem;
  }
}
.c-nav-links--blank .c-nav-links__flex .c-nav-links-title p.p-small--pc,
.c-nav-links--move .c-nav-links__flex .c-nav-links-title p.p-small--pc {
  font-size: 2.2rem;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-title p.p-small--pc,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-title p.p-small--pc {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-title p.c-nav-cancel,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-title p.c-nav-cancel {
    padding-left: 3.25em;
  }
}
.c-nav-links--blank .c-nav-links__flex .c-nav-links-title p .p-small,
.c-nav-links--move .c-nav-links__flex .c-nav-links-title p .p-small {
  font-size: 0.85em;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-title p .p-small,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-title p .p-small {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-title .c-nav-links-icon,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-title .c-nav-links-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
  }
}
.c-nav-links--blank
  .c-nav-links__flex
  .c-nav-links-title
  .c-nav-links-icon.c-nav-car,
.c-nav-links--move
  .c-nav-links__flex
  .c-nav-links-title
  .c-nav-links-icon.c-nav-car {
  margin-top: 2em;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank
    .c-nav-links__flex
    .c-nav-links-title
    .c-nav-links-icon.c-nav-car,
  .c-nav-links--move
    .c-nav-links__flex
    .c-nav-links-title
    .c-nav-links-icon.c-nav-car {
    margin-top: 0;
  }
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank
    .c-nav-links__flex
    .c-nav-links-title
    .c-nav-links-icon.c-nav-smartphone,
  .c-nav-links--move
    .c-nav-links__flex
    .c-nav-links-title
    .c-nav-links-icon.c-nav-smartphone {
    left: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank
    .c-nav-links__flex
    .c-nav-links-title
    .c-nav-links-icon.c-nav-cancel,
  .c-nav-links--move
    .c-nav-links__flex
    .c-nav-links-title
    .c-nav-links-icon.c-nav-cancel {
    left: 14px;
    width: 52px;
  }
}
.c-nav-links--blank .c-nav-links__flex .c-nav-links-title .c-nav-links-logo,
.c-nav-links--move .c-nav-links__flex .c-nav-links-title .c-nav-links-logo {
  width: 207px;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-title .c-nav-links-logo,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-title .c-nav-links-logo {
    display: none;
  }
}
.c-nav-links--blank .c-nav-links__flex .c-nav-links-title .c-nav-links-logo img,
.c-nav-links--move .c-nav-links__flex .c-nav-links-title .c-nav-links-logo img {
  width: 100%;
}
.c-nav-links--blank .c-nav-links__flex .c-nav-links-btn,
.c-nav-links--move .c-nav-links__flex .c-nav-links-btn {
  position: relative;
  width: 100%;
  height: 33px;
  margin: auto 0 0;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-btn,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-btn {
    width: 42px;
    height: 69px;
  }
}
.c-nav-links--blank .c-nav-links__flex .c-nav-links-btn:after,
.c-nav-links--move .c-nav-links__flex .c-nav-links-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 12px;
  background-image: url(../img/common/arrow_weight.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--blank .c-nav-links__flex .c-nav-links-btn:after,
  .c-nav-links--move .c-nav-links__flex .c-nav-links-btn:after {
    width: 13px;
    height: 11px;
  }
}
.c-nav-links--move .c-nav-links-btn:after {
  left: 50%;
  top: 65%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 740px) {
  .c-nav-links--move .c-nav-links-btn:after {
    top: 50%;
  }
}
.c-nav-links--move .c-nav-links__inner {
  position: relative;
}
.c-nav-links--move .c-nav-links__inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  z-index: 1;
  width: 41px;
  height: 41px;
  border-radius: 50px;
  background-color: #5aba8d;
}
@media only screen and (max-width: 740px) {
  .c-nav-links--move .c-nav-links__inner:before {
    display: none;
  }
}
.c-nav-links--blank .c-nav-links-btn:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.c-header-top {
  margin-bottom: 2em;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .c-header-top {
    margin-bottom: 2em;
  }
}
.c-header-top__title {
  font-size: 3.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 740px) {
  .c-header-top__title {
    font-size: 3.6rem;
  }
}
.c-header-top__title span {
  display: block;
  font-size: 1.6rem;
}
@media only screen and (max-width: 740px) {
  .c-header-top__title span {
    font-size: 1.6rem;
  }
}
.p-body-seiho-index .c-header-under {
  margin-bottom: 1em;
  font-size: 3.6rem;
}
@media only screen and (max-width: 740px) {
  .p-body-seiho-index .c-header-under {
    margin-bottom: 1em;
    font-size: 3rem;
  }
}
.c-header-under {
  margin-bottom: 1.5em;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .c-header-under {
    margin-bottom: 1.5em;
    font-size: 2rem;
    line-height: 1;
  }
}
.remodal-close {
  position: absolute;
  top: -50px;
  left: auto;
  right: 0;
  display: block;
  overflow: visible;
  width: 94px;
  height: 37px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 94px;
  height: 37px;
  content: "";
  text-align: center;
  background-image: url(../img/common/icon/icon_close.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.remodal-cancel {
  width: 258px;
  color: #333;
  font-size: 1.4rem;
  border: 1px #aaa solid;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.remodal-cancel:hover {
  opacity: 0.6;
  background-color: #fff;
}
.remodal .c-modal-btns,
.remodal .c-modal-btn,
.remodal .c-modal-window {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-btns,
  .remodal .c-modal-btn,
  .remodal .c-modal-window {
    margin-bottom: 2em;
  }
}
.remodal {
  max-width: 780px;
  padding: 50px 0;
}
@media only screen and (max-width: 740px) {
  .remodal {
    padding: 40px 10px;
  }
}
.remodal.remodal-bg-none {
  background: rgba(255, 255, 255, 0);
}
.remodal.remodal-bg-none .c-modal-btns {
  margin-bottom: 4em;
}
@media only screen and (max-width: 740px) {
  .remodal.remodal-bg-none .c-modal-btns {
    margin-bottom: 4em;
  }
}
.remodal.remodal-bg-white .c-modal-btns {
  width: 531px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 740px) {
  .remodal.remodal-bg-white .c-modal-btns {
    width: 100%;
  }
}
.remodal.remodal-bg-white .c-modal-btns ul li {
  max-width: 254px;
}
@media only screen and (max-width: 740px) {
  .remodal.remodal-bg-white .c-modal-btns ul li {
    max-width: inherit;
  }
}
.remodal .c-modal-title-sub {
  margin-bottom: 1em;
  font-size: 2.2rem;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-title-sub {
    font-size: 1.6rem;
  }
}
.remodal .c-modal-title {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.25em;
  font-size: 4rem;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-title {
    margin-bottom: 0.75em;
    font-size: 2.6rem;
  }
}
.remodal .c-modal-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 49px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-title:before {
    width: 27px;
    height: 28px;
  }
}
.remodal .c-modal-title.c-request:before {
  background-image: url(../img/seiho/icon_request_title.svg);
}
.remodal .c-modal-title.c-service:before {
  background-image: url(../img/seiho/icon_service_title.svg);
}
.remodal .c-modal-title.c-seminar:before {
  background-image: url(../img/seiho/icon_seminar_title.svg);
}
.remodal .c-modal-texts {
  margin-bottom: 2em;
  line-height: 1.875;
}
.remodal .c-modal-window ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-window ul {
    display: block;
  }
}
.remodal .c-modal-window ul.c-modal-window--2w .c-modal-window__inner {
  width: 49%;
  padding: 2em 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  border-radius: 5px;
  background-color: #c00;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-window ul.c-modal-window--2w .c-modal-window__inner {
    width: 100%;
    margin-bottom: 2%;
    padding: 1em 0 1.2em;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 740px) {
  .remodal
    .c-modal-window
    ul.c-modal-window--2w
    .c-modal-window__inner:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.remodal .c-modal-window ul.c-modal-window--2w .c-modal-window__inner dl dt {
  font-weight: 700;
}
.remodal .c-modal-window ul.c-modal-window--2w .c-modal-window__inner a {
  color: #fff;
  text-decoration: underline;
}
.remodal .c-modal-btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-btns ul {
    display: block;
  }
}
.remodal .c-modal-btns ul.c-modal-btns--2w li {
  width: 49%;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-btns ul.c-modal-btns--2w li {
    width: 100%;
  }
}
.remodal .c-modal-btns ul.c-modal-btns--3w li {
  width: 33%;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-btns ul.c-modal-btns--3w li {
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-btns ul li {
    margin-bottom: 2%;
  }
}
.remodal .c-modal-btns ul li:nth-of-type(1) {
  margin-left: 0;
}
.remodal .c-modal-btn--blank {
  position: relative;
  display: block;
  max-width: 531px;
  height: 100%;
  margin: 0 auto;
  padding: 1em 0;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
  background-color: #c00;
}
@media only screen and (max-width: 740px) {
  .remodal .c-modal-btn--blank {
    font-size: 1.6rem;
  }
}
.remodal .c-modal-btn--blank:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon/icon_blank_wt.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-footer-bottom {
  padding-top: 100px;
}
.c-footer-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-bottom: 10px #c00 solid;
}
.c-footer-bottom-fixed__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  .c-footer-bottom-fixed__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-footer-bottom-fixed__inner {
  width: 32%;
  max-width: 356px;
  height: 69px;
  margin-left: 20px;
  font-size: 1.8rem;
  text-align: center;
}
.c-footer-bottom-fixed__inner:nth-of-type(1) {
  margin-left: 0;
}
@media only screen and (max-width: 950px) {
  .c-footer-bottom-fixed__inner {
    width: 33%;
  }
}
@media only screen and (max-width: 740px) {
  .c-footer-bottom-fixed__inner {
    width: 46%;
    height: 55px;
    margin-left: 2%;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-footer-bottom-fixed__inner:nth-of-type(1) {
    margin-left: 0;
  }
}
.c-footer-bottom-fixed__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em 0 0.5em;
  color: #fff;
  border-radius: 6px 6px 0 0;
  background-color: #c00;
}
@media only screen and (max-width: 740px) {
  .c-footer-bottom-fixed__inner a {
    padding: 0.75em 0 0.25em;
    line-height: 1.2;
  }
}
.c-footer-bottom-fixed__inner a:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 0.25em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-footer-bottom-fixed__inner.c-request a:before {
  background-image: url(../img/seiho/icon_request.svg);
}
.c-footer-bottom-fixed__inner.c-service .c-custom-br {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .c-footer-bottom-fixed__inner.c-service .c-custom-br {
    display: block;
  }
}
@media only screen and (max-width: 1350px) {
  .c-footer-bottom-fixed__inner.c-service a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-footer-bottom-fixed__inner.c-service a {
    font-size: 1.2rem;
  }
}
.c-footer-bottom-fixed__inner.c-service a:before {
  background-image: url(../img/seiho/icon_service.svg);
}
.c-footer-bottom-fixed__inner.c-seminar a:before {
  background-image: url(../img/seiho/icon_seminar.svg);
}
.c-footer-bottom-fixed__inner.c-blank a:before {
  display: none;
}
.c-footer-bottom-fixed__inner.c-blank a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.75em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon/icon_blank_wt.svg);
}
@media only screen and (max-width: 740px) {
  .c-footer-bottom-fixed__inner.c-pc-only {
    display: none;
  }
}
.u-pc {
  display: block;
}
@media only screen and (max-width: 740px) {
  .u-pc {
    display: none;
  }
}
.u-sp {
  display: none;
}
@media only screen and (max-width: 740px) {
  .u-sp {
    display: block;
  }
}
.u-pc-ib {
  display: inline-block;
}
@media only screen and (max-width: 740px) {
  .u-pc-ib {
    display: none;
  }
}
.u-sp-ib {
  display: none;
}
@media only screen and (max-width: 740px) {
  .u-sp-ib {
    display: inline-block;
  }
}
@media only screen and (max-width: 740px) {
  .u-none-sp {
    display: none;
  }
}
.l-header {
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  max-width: 1040px;
  height: 90px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (max-width: 740px) {
  .l-header {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    max-width: inherit;
    min-width: inherit;
    height: auto;
    border-radius: 0;
  }
}
.l-header.is-fixed {
  position: fixed;
  top: 0;
  border-radius: 0;
  max-width: none;
}
@media only screen and (max-width: 740px) {
  .l-header.is-fixed {
    left: 0;
    -webkit-transform: translateX(0) translateY(-40px);
    transform: translateX(0) translateY(-40px);
  }
}
.l-header__logo {
  width: 206px;
  margin: 0 3em;
}
@media only screen and (max-width: 1350px) {
  .is-fixed .l-header__logo {
      width: 180px;
      margin: 0 1em;
  }
}
@media only screen and (max-width: 740px) {
  .l-header__logo {
    width: 156px;
    margin: 0;
    padding: 1em 0 1em 1em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header .l-header-container {
  height: 100%;
}
.l-header .l-header-container .l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  .l-header .l-header-container .l-header-inner {
    width: 100%;
    display: block;
  }
}
.l-header__block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .l-header__block {
    height: 50px;
  }
}
.l-header__block .l-header__nav {
  height: 100%;
}
.l-header__block .l-header__navblock {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__block .l-header__navblock .l-header__navlist {
  position: relative;
  height: 100%;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .l-header__block .l-header__navblock .l-header__navlist {
    font-size: 1.5rem;
  }
}
.l-header__block .l-header__navblock .l-header__navlist:nth-of-type(1) {
  width: 30%;
  max-width: 324px;
}
.l-header__block .l-header__navblock .l-header__navlist:nth-of-type(2) {
  width: 30%;
  max-width: 322px;
}
.l-header__block .l-header__navblock .l-header__navlist:nth-of-type(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.l-header__block .l-header__navblock .l-header__navlist:nth-of-type(3):after {
  display: none;
}
@media only screen and (min-width: 740.1px) {
  .is-fixed .l-header__navblock .l-header__navlist:nth-of-type(1),
  .is-fixed .l-header__navblock .l-header__navlist:nth-of-type(2),
  .is-fixed .l-header__navblock .l-header__navlist:nth-of-type(3) {
    width: 33.3%;
    max-width: inherit;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.l-header__block .l-header__navblock .l-header__navlist:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 3px;
  height: 43px;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 740px) {
  .l-header__block .l-header__navblock .l-header__navlist:after {
    right: -0.5px;
    width: 1px;
    height: 20px;
  }
}
.l-header__block .l-header__navblock .l-header__navlist .l-header-title {
  height: 100%;
}
.l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title.is-seiho
  a:hover {
  background-color: #5aba8d;
}
.l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title.is-seiho
  a:before {
  width: 44px;
  height: 44px;
  background-image: url(../img/common/header/icon_seiho.svg);
}
@media only screen and (max-width: 740px) {
  .l-header__block
    .l-header__navblock
    .l-header__navlist
    .l-header-title.is-seiho
    a:before {
    width: 19px;
    height: 19px;
  }
}
.l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title.is-sonpo
  a:hover {
  background-color: #7a8cfd;
}
.l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title.is-sonpo
  a:before {
  width: 35px;
  height: 34px;
  background-image: url(../img/common/header/icon_sonpo.svg);
}
@media only screen and (max-width: 740px) {
  .l-header__block
    .l-header__navblock
    .l-header__navlist
    .l-header-title.is-sonpo
    a:before {
    width: 20px;
    height: 19px;
  }
}
.l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title.is-futai
  a:hover {
  background-color: #76839f;
}
.l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title.is-futai
  a {
  border-radius: 0 100px 100px 0;
}
.is-fixed .l-header__navblock .l-header__navlist .l-header-title.is-futai a {
  border-radius: 0;
}
@media only screen and (max-width: 740px) {
  .l-header__block
    .l-header__navblock
    .l-header__navlist
    .l-header-title.is-futai
    a {
    border-radius: 0;
  }
}
.l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title.is-futai
  a:before {
  width: 46px;
  height: 38px;
  background-image: url(../img/common/header/icon_futai.svg);
}
@media only screen and (max-width: 740px) {
  .l-header__block
    .l-header__navblock
    .l-header__navlist
    .l-header-title.is-futai
    a:before {
    width: 26px;
    height: 21px;
  }
}
.l-header__block .l-header__navblock .l-header__navlist .l-header-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #333;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title
  a:hover {
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title
  a:before {
  content: "";
  display: inline-block;
  margin-right: 0.25em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-main {
  display: block;
  position: relative;
  z-index: 0;
}
@media only screen and (-ms-high-contrast: none) {
  .l-main {
    overflow: hidden;
  }
}
@media only screen and (max-width: 740px) {
  .l-main {
    padding-top: 0;
  }
}
@media only screen and (max-width: 740px) {
  .l-main.is-fixed {
    padding-top: 86px;
  }
}
.l-footer-inner {
  width: 100%;
  height: 316px;
  background-image: url("../img/common/footer/footer_pc@2x.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 740px) {
  .l-footer-inner {
    height: 36vw;
    background-image: url("../img/common/footer/footer_sp@2x.jpg");
    background-size: 100% auto;
  }
}
.l-footer-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .l-footer-logo {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media only screen and (max-width: 740px) {
  .l-footer-logo a {
    display: inline-block;
    width: 50%;
    padding-right: 2em;
  }
}
.l-footer-logo img {
  width: 270px;
}
@media only screen and (max-width: 740px) {
  .l-footer-logo img {
    width: 100%;
  }
}
.l-footer-copy {
  padding: 2em;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-color: #2c2c2c;
}
.p-body-seiho-medical
  .l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title.is-seiho {
  background-color: #5aba8d;
}
.p-body-seiho-medical
  .l-header__block
  .l-header__navblock
  .l-header__navlist
  .l-header-title.is-seiho
  a {
  color: #fff;
}
.c-nav-links-btn {
  background-color: #5aba8d;
}
.p-hero-medical {
  position: relative;
  height: 508px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../img/seiho/medical/main_visual_pc@2x.png");
  background-color: #d2effc;
}
@media only screen and (max-width: 740px) {
  .p-hero-medical {
    height: 366px;
    background-image: url("../img/seiho/medical/main_visual_sp@2x.png");
  }
}
.p-hero-medical:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13px;
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url("../img/seiho/medical/bg_wave_repeat@2x.png");
}
.p-hero-medical__title {
  width: 607px;
  margin: 0 auto;
  padding-top: 164px;
}
@media only screen and (max-width: 740px) {
  .p-hero-medical__title {
    width: 94%;
    max-width: 350px;
    padding-top: 16px;
  }
}
.p-hero-medical__texts {
  padding-top: 0.75em;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-hero-medical__texts {
    padding-top: 1em;
    font-size: 1.4rem;
  }
}
.p-medical-sec {
  padding: 70px 0;
  background-color: #e6f7ff;
  background-image: url(../img/seiho/medical/bg_dot_pc.png);
  background-position: 0 50%;
  background-repeat: repeat;
  background-size: auto;
}
@media only screen and (max-width: 740px) {
  .p-medical-sec {
    padding: 35px 0;
    background-image: url(../img/seiho/medical/bg_dot_sp.png);
    background-position: 0 90%;
  }
}
@media only screen and (max-width: 740px) {
  .p-medical-sec .c-container {
    padding: 0 20px;
  }
}
.p-medical-speakarea__inner--a,
.p-medical-speakarea__inner--q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__inner--a,
  .p-medical-speakarea__inner--q {
    margin-bottom: 25px;
  }
}
.p-medical-custom-1line-mb.p-medical-speakarea__inner--a,
.p-medical-custom-1line-mb.p-medical-speakarea__inner--q {
  margin-bottom: 15px;
}
@media only screen and (max-width: 740px) {
  .p-medical-custom-1line-mb.p-medical-speakarea__inner--a,
  .p-medical-custom-1line-mb.p-medical-speakarea__inner--q {
    margin-bottom: 16px;
  }
}
.p-medical-custom-2line-mb.p-medical-speakarea__inner--a,
.p-medical-custom-2line-mb.p-medical-speakarea__inner--q {
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  .p-medical-custom-2line-mb.p-medical-speakarea__inner--a,
  .p-medical-custom-2line-mb.p-medical-speakarea__inner--q {
    margin-bottom: 15px;
  }
}
.p-medical-speakarea__inner--a .p-medical-txt-yel,
.p-medical-speakarea__inner--q .p-medical-txt-yel {
  color: #ff0;
}
.p-medical-speakarea__inner--q .p-medical-speakarea__icon {
  width: 113px;
  margin-right: 2em;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__inner--q .p-medical-speakarea__icon {
    width: 66px;
  }
}
.p-medical-speakarea__inner--q .p-medical-speakarea__text::after {
  content: "";
  left: -10px;
  background-color: #1678a8;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__inner--q .p-medical-speakarea__text::after {
    left: -7px;
  }
}
.p-medical-speakarea__inner--q .p-medical-speakarea__text::before {
  content: "";
  background-color: #1678a8;
}
.p-medical-speakarea__inner--a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-medical-speakarea__inner--a .p-medical-speakarea__icon {
  width: 108px;
  margin-left: 2em;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__inner--a .p-medical-speakarea__icon {
    width: 68px;
  }
}
.p-medical-speakarea__inner--a .p-medical-speakarea__text::after {
  content: "";
  right: -10px;
  background-color: #fc619d;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__inner--a .p-medical-speakarea__text::after {
    right: -7px;
  }
}
.p-medical-speakarea__inner--a .p-medical-speakarea__text::before {
  content: "";
  background-color: #fc619d;
}
.p-medical-speakarea__inner--a .p-medical-speakarea__text > div::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-45deg) skew(20deg, 20deg);
  transform: translateY(-50%) rotate(-45deg) skew(20deg, 20deg);
  top: 50%;
  right: -10px;
  z-index: 0;
  width: 20px;
  height: 20px;
  background-color: #fc619d;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__inner--a .p-medical-speakarea__text > div::before {
    right: -7px;
    width: 14px;
    height: 14px;
  }
}
.p-medical-speakarea__text {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 260px;
  }
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__text.p-custom-w180--sp {
    max-width: 180px;
  }
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__text.p-custom-w160--sp {
    max-width: 160px;
  }
}
.p-medical-speakarea__text::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-45deg) skew(20deg, 20deg);
  transform: translateY(-50%) rotate(-45deg) skew(20deg, 20deg);
  top: 50%;
  z-index: 0;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__text::after {
    width: 14px;
    height: 14px;
  }
}
.p-medical-speakarea__text::before {
  content: "";
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.p-medical-speakarea__text > div {
  position: relative;
  z-index: 2;
  max-width: 538px;
  padding: 0.75em 1.5em;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  border-radius: 10px;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__text > div {
    padding: 0.75em 1.25em;
    font-size: 1.4rem;
  }
}
.p-medical-speakarea__btn {
  font-family: "Noto Serif JP", serif;
  margin-top: 0.75em;
  text-align: center;
}
.p-medical-speakarea__btn a {
  display: inline-block;
  position: relative;
  width: 384px;
  margin-bottom: 0.4em;
  padding: 0.5em 0;
  font-size: 2rem;
  font-weight: 700;
  color: #c00;
  border-radius: 5px;
  background-color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__btn a {
    width: 95%;
    margin: 0 auto;
    padding: 1em 0;
  }
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__btn a.p-icon--blank {
    font-size: 1rem;
  }
}
.p-medical-speakarea__btn a.p-icon--blank:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/seiho/medical/icon_blank_red.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__btn a.p-icon--blank:after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 740px) {
  .p-medical-speakarea__btn a.p-icon--arrow {
    font-size: 1.2rem;
  }
}
.p-medical-speakarea__btn a.p-icon--arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 8px;
  background-image: url(../img/common/arrow_red.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.js-animation-item.is-animation {
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  animation-timing-function: cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.js-animation-item {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.js-animation-item.is-init {
  opacity: 0;
}
.js-animation-item.is-animation {
  pointer-events: auto;
  visibility: visible;
  -webkit-animation-name: fadein-up;
  animation-name: fadein-up;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
