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

body {
  line-height: 1
}

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

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

*,
*::before,
*::after {
  box-sizing: border-box
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(https://safie.link/common/fonts/NotoSans/NotoSansJP-Thin.woff2) format("woff2"), url(https://safie.link/common/fonts/NotoSans/NotoSansJP-Thin.woff) format("woff"), url(https://safie.link/common/fonts/NotoSans/NotoSansJP-Thin.otf) format("opentype");
  font-display: swap
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(https://safie.link/common/fonts/NotoSans/NotoSansJP-DemiLight.woff2) format("woff2"), url(https://safie.link/common/fonts/NotoSans/NotoSansJP-DemiLight.woff) format("woff"), url(https://safie.link/common/fonts/NotoSans/NotoSansJP-DemiLight.otf) format("opentype");
  font-display: swap
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(https://safie.link/common/fonts/NotoSans/NotoSansJP-Regular.woff2) format("woff2"), url(https://safie.link/common/fonts/NotoSans/NotoSansJP-Regular.woff) format("woff"), url(https://safie.link/common/fonts/NotoSans/NotoSansJP-Regular.otf) format("opentype")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(https://safie.link/common/fonts/NotoSans/NotoSansJP-Bold.woff2) format("woff2"), url(https://safie.link/common/fonts/NotoSans/NotoSansJP-Bold.woff) format("woff"), url(https://safie.link/common/fonts/NotoSans/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap
}

a {
  text-decoration: none
}

body {
  font-size: 13px;
  color: #000;
  position: relative;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  padding-top: 56px
}

@media screen and (min-width: 920px) {
  body {
    padding-top: 0
  }
}

.show-pc {
  display: none
}

@media screen and (min-width: 768px) {
  .show-pc {
    display: block
  }
}

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

@media screen and (max-width: 919px) {
  html.is-menu-active {
    overflow: hidden !important;
    z-index: -1;
    width: 100%;
    height: 100%
  }
}

.js-animation,
.js-animation-children>* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: 2.4s cubic-bezier(0.14, 1, 0.34, 1)
}

.js-animation.is-animation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transform: translateZ(0)
}

.js-animation-children>.is-animation {
  opacity: 1;
  transform: translateZ(0)
}

.js-animation-children>:nth-child(2) {
  transition-delay: 0.15s
}

.js-animation-children>:nth-child(3) {
  transition-delay: 0.3s
}

.js-animation-children>:nth-child(4) {
  transition-delay: 0.42s
}

main>section {
  overflow: hidden
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  background: #ffffff;
  z-index: 9999
}

@media screen and (min-width: 920px) {
  .l-header {
    position: static;
    height: auto;
    padding: 0 50px
  }
}

.l-header__top {
  display: flex;
  align-items: center;
  margin: 0 0 0 24px;
  justify-content: space-between
}

@media screen and (min-width: 920px) {
  .l-header__top {
    display: block;
    margin: 14px 0
  }
}

.l-header__logo {
  height: 46px;
}

.l-header__logo img {
  height: 100%
}

.l-header-nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 0;
  position: relative;
  padding: 0;
  text-align: center;
  cursor: pointer;
  font-size: 9px;
  color: #00a2ad;
  outline: none
}

.l-header-nav-toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/service/analysis/entrance2/images/icon-menu.svg);
  background-repeat: no-repeat;
  background-position: 50% 8px;
  background-position-x: 50%;
  background-position-y: 8px;
  background-size: 100%;
  width: 24px
}

.l-header-nav-toggle.is-menu-active:after {
  background-image: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/service/analysis/entrance2/images/icon-close.svg)
}

@media screen and (min-width: 920px) {
  .l-header-nav-toggle {
    display: none
  }
}

.l-header-nav-toggle__label {
  display: inline-block;
  line-height: 1;
  margin: 4px auto 12px
}

#wrap>footer a {
  color: #000;
  text-decoration: none
}

.on_sp {
  display: none
}

@media screen and (min-width: 1000px) {
  #wrap {
    position: relative;
    min-width: 1000px;
    width: 100%;
    margin: 0 auto
  }

  #wrap>footer {
    padding: 60px 0 50px;
    border-top: 2px solid #008088;
    background: #f5f5f5
  }

  #wrap>footer .global {
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden
  }

  #wrap>footer .global>ul {
    width: 25%;
    float: left
  }

  #wrap>footer .global>ul li {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px
  }

  #wrap>footer .global>ul li ul li {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px
  }

  #wrap>footer .global>ul li ul li:last-child {
    margin-bottom: 30px
  }

  #wrap>footer .global li a {
    color: #008693;
    border-bottom: 1px dotted #008693
  }

  #wrap>footer .global li a:hover {
    border-color: #fff
  }

  #wrap>footer .sub {
    margin: 30px 0 0;
    font-size: 0;
    text-align: center
  }

  #wrap>footer .sub li {
    display: inline-block;
    font-size: 13px;
    line-height: 1
  }

  #wrap>footer .sub li+li {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #ccc
  }

  #wrap>footer .logo {
    width: 142px;
    margin: 60px auto 0
  }

  #wrap>footer .logo img {
    width: 100%;
    height: auto
  }

  #wrap>footer .copyright {
    margin: 25px 0 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto
  }

  #wrap>footer {
    padding: 12px 12px 0;
    border-top: 1px solid #008088;
    background: #f5f5f5
  }

  #wrap>footer .global:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden
  }

  #wrap>footer .global li {
    text-align: center;
    font-size: 12px;
    font-weight: 700
  }

  #wrap>footer .global li+li {
    margin-top: 15px
  }

  #wrap>footer .global li a {
    color: #008693;
    border-bottom: 1px dotted #008693
  }

  #wrap>footer .global li:nth-child(4),
  #wrap>footer .global li:nth-child(6) {
    margin-left: 0;
    clear: left
  }

  #wrap>footer .global li ul {
    padding: 10px 0 5px
  }

  #wrap>footer .global li ul li+li {
    margin-top: 8px
  }

  #wrap>footer .global li ul a {
    font-weight: 400;
    border: none
  }

  #wrap>footer .sub {
    margin: 20px 0 0;
    text-align: center
  }

  #wrap>footer .sub:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden
  }

  #wrap>footer .sub li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1
  }

  #wrap>footer .sub li+li {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #ccc
  }

  #wrap>footer .logo {
    position: absolute;
    width: 100%;
    width: calc(100% - 24px);
    height: 32px
  }

  #wrap>footer .logo a {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 10px;
    right: 0;
    background: url(../img/symbol.svg) 0 0 no-repeat;
    background-size: 32px auto
  }

  #wrap>footer .logo img {
    display: none
  }

  #wrap>footer .copyright {
    margin: 20px 15px 0;
    height: 32px;
    letter-spacing: 1px;
    font-size: 11px;
    font-family: "Montserrat", sans-serif
  }
}

@media screen and (max-width: 919px) {
  .on_sp {
    display: block
  }

  #wrap>footer {
    padding: 12px 0 0;
    border-top: 1px solid #008088;
    background: #f5f5f5
  }

  #wrap>footer .global:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden
  }

  #wrap>footer .global>ul>li {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #dddddd
  }

  #wrap>footer .global>ul>li .ttl {
    padding: 14px 15px;
    display: block;
    border-bottom: 1px solid #dddddd
  }

  #wrap>footer .global>ul>li>ul>li {
    font-size: 14px;
    padding-left: 20px;
    font-weight: 700;
    border-bottom: 1px solid #dddddd
  }

  #wrap>footer .global>ul>li>ul>li:last-child {
    border: none
  }

  #wrap>footer .global>ul:nth-child(3)>li:first-child>ul>li:first-child {
    border-top: 1px solid #dddddd
  }

  #wrap>footer .global li a {
    color: #008693;
    padding: 14px 15px;
    display: block
  }

  #wrap>footer .sub {
    margin: 20px 0 0;
    text-align: center
  }

  #wrap>footer .sub:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden
  }

  #wrap>footer .sub li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1
  }

  #wrap>footer .sub li+li {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #ccc
  }

  #wrap>footer .logo {
    position: absolute;
    width: 100%;
    width: calc(100% - 24px);
    height: 32px
  }

  #wrap>footer .logo a {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 10px;
    right: 0;
    background: url(../img/symbol.svg) 0 0 no-repeat;
    background-size: 32px 32px
  }

  #wrap>footer .logo img {
    display: none
  }

  #wrap>footer .copyright {
    margin: 20px 0 0;
    height: 32px;
    letter-spacing: 1px;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    text-align: center
  }
}

.l-navigation {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 238, 253, 0.94);
  z-index: 10000;
  margin: 0;
  padding: 0 24px 64px
}

@media screen and (max-width: 919px) {
  .l-navigation {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease-in-out, visibility .15s ease-in-out
  }

  .l-navigation.is-menu-active {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    transition-delay: 0s
  }
}

@media screen and (min-width: 920px) {
  .l-navigation {
    position: static;
    height: inherit;
    margin: 0;
    padding: 12px 0;
    background: #fff
  }

  @supports (position: sticky) or (position: -webkit-sticky) {
    .l-navigation {
      position: sticky;
      left: 0;
      top: 0;
      z-index: 5
    }
  }
}

@media screen and (min-width: 920px) {
  .l-navigation__inner {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between
  }
}

@media screen and (min-width: 920px) {
  .l-navigation__menu {
    display: flex;
    margin-left: 12px
  }
}

.l-navigation__menu li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #A9AEB9
}

@media screen and (min-width: 920px) {
  .l-navigation__menu li {
    border-bottom: 0
  }
}

.l-navigation__menu li .l-navigation__menu-logo {
  width: 19px
}

.l-navigation__menu a {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 12px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.07em
}

.l-navigation__menu a:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg) translateY(-50%)
}

@media screen and (min-width: 920px) {
  .l-navigation__menu a {
    width: auto;
    margin: 0 12px;
    padding: 0
  }

  .l-navigation__menu a:after {
    display: none
  }
}

@media screen and (min-width: 920px) {
  .l-navigation__menu a:hover {
    color: #003CB5
  }
}

.l-navigation__menu a img {
  margin-right: .4em
}

.l-navigation__cv {
  margin-top: 15px
}

@media screen and (min-width: 920px) {
  .l-navigation__cv {
    display: flex;
    margin-top: 0
  }
}

.l-navigation__cv-button {
  position: relative;
  display: block;
  flex: 0 1 auto;
  padding: 17px 4.2vw;
  border-radius: 25px;
  text-align: center;
  background: #ED9B00;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff !important;
  transition: opacity .3s ease-out
}

@media screen and (min-width: 920px) {
  .l-navigation__cv-button {
    text-align: left
  }
}

.l-navigation__cv-button:after {
  content: ' ';
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -1.5px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg) translateY(-50%)
}

@media screen and (min-width: 920px) {
  .l-navigation__cv-button {
    padding: 10px 16px;
    font-size: 16px;
    white-space: nowrap
  }

  .l-navigation__cv-button:after {
    right: 12px
  }

  .l-navigation__cv-button:hover {
    opacity: 0.7
  }
}

.l-navigation__cv-button+.l-navigation__cv-button {
  margin-top: 24px
}

@media screen and (min-width: 920px) {
  .l-navigation__cv-button+.l-navigation__cv-button {
    margin-top: 0;
    margin-left: 16px
  }
}

@media screen and (min-width: 920px) {
  .l-navigation__cv-button--contact {
    width: 229px
  }
}

@media screen and (min-width: 920px) {
  .l-navigation__cv-button--document {
    display: block;
    width: 182px
  }
}

.c-breadcrumb {
  display: flex;
  margin: 0 0 10px;
  padding-left: 24px;
  height: auto;
  font-size: 12px;
  list-style-type: none
}

@media screen and (min-width: 920px) {
  .c-breadcrumb {
    margin: 0;
    padding-left: 50px;
    height: 26px;
    border-bottom: 1px solid #ADADAD
  }
}

.c-breadcrumb>li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px
}

.c-breadcrumb>li a {
  color: #008088
}

.c-breadcrumb>li::after {
  content: '>';
  position: absolute;
  right: 0
}

.c-breadcrumb>li:last-of-type::after {
  display: none
}

.p-keyvisual {
  overflow: hidden;
  position: relative;
  height: 77.8vw;
  min-height: 290px
}

@media screen and (min-width: 768px) {
  .p-keyvisual {
    height: 550px;
    background: #000
  }
}

.p-keyvisual-inner {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1
}

@media screen and (min-width: 768px) {
  .p-keyvisual-inner {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 900px
  }
}

.p-keyvisual-copy {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center
}

@media screen and (min-width: 768px) {
  .p-keyvisual-copy {
    font-size: 59px;
    text-align: left
  }
}

.p-keyvisual-copy span {
  display: none
}

@media screen and (min-width: 768px) {
  .p-keyvisual-copy span {
    display: inline-block
  }
}

@media screen and (min-width: 768px) {
  .p-keyvisual-copy .is-pc-hide {
    display: none
  }
}

.p-keyvisual-background {
  position: absolute;
  width: inherit;
  height: inherit;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0)
}

@media screen and (min-width: 768px) {
  .p-keyvisual-background {
    display: block;
    width: auto;
    height: 550px;
    max-width: 1280px
  }
}

.p-about {
  padding: 40px 24px 44px;
  line-height: 1.8
}

@media screen and (min-width: 768px) {
  .p-about {
    padding: 38px 0 60px
  }
}

.p-about__title {
  width: 69.3vw;
  margin: 0 auto 15px;
  text-align: center
}

.p-about__title img {
  max-width: 100%;
  height: auto
}

@media screen and (min-width: 768px) {
  .p-about__title img {
    width: 496px
  }
}

@media screen and (min-width: 768px) {
  .p-about__title {
    width: inherit
  }
}

.p-about__text {
  line-height: 1.6;
  text-align: center;
  font-size: 20px
}

@media screen and (min-width: 768px) {
  .p-about__text {
    text-align: center;
    font-size: 24px
  }
}

.p-about__text span {
  font-weight: bold
}

.p-face {
  position: relative;
  padding: 30px 24px 20px;
  background: #C3C9D9 url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/service/analysis/entrance2/images/face_bg_sp.jpg?220818) no-repeat center top/100% auto
}

@media screen and (min-width: 768px) {
  .p-face {
    padding: 65px 24px 80px;
    background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/service/analysis/entrance2/images/face_bg.jpg?220818) no-repeat center top/cover;
    background-attachment: fixed
  }
}

.p-face__title {
  margin-bottom: 28px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .p-face__title {
    margin-bottom: 45px
  }
}

.p-face__title-text {
  display: block;
  padding: .2em 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0.06em;
  color: #ffffff;
  font-weight: bold;
  background: #003CB5
}

@media screen and (min-width: 768px) {
  .p-face__title-text {
    display: inline-block;
    padding: .2em 1em;
    font-size: 42px
  }
}

.p-face-list {
  position: relative;
  z-index: 1;
  margin: auto
}

@media screen and (min-width: 768px) {
  .p-face-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

@media screen and (min-width: 768px) {
  .p-face-list {
    max-width: 900px
  }
}

.p-face-list-item {
  margin: 0 auto 30px;
  padding: 40px 20px 42px;
  width: 255px;
  border-radius: 4px;
  border: 6px solid #003CB5;
  background: #ffffff
}

@media screen and (min-width: 768px) {
  .p-face-list-item {
    margin: 0;
    width: 31%
  }
}

.p-face-list-item__image {
  margin-bottom: 20px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .p-face-list-item__image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 24px
  }
}

.p-face-list-item__image img {
  width: 110px
}

.p-face-list-item__title {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  color: #003CB5;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em
}

@media screen and (min-width: 768px) {
  .p-face-list-item__title {
    font-size: 24px
  }
}

.p-face-list-item__text {
  font-size: 14px;
  line-height: 1.9
}

@media screen and (min-width: 768px) {
  .p-face-list-item__text {
    font-size: 16px
  }
}

.p-face-list-item__text span {
  font-weight: bold
}

.p-chose {
  position: relative;
  padding: 30px 24px 40px
}

@media screen and (min-width: 768px) {
  .p-chose {
    padding: 65px 24px 80px
  }
}

.p-chose__title {
  margin-bottom: 30px;
  text-align: center;
  color: #003CB5;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-chose__title {
    margin-bottom: 43px;
    font-size: 30px;
    line-height: 1.2
  }
}

.p-chose__title span {
  font-size: 27px
}

@media screen and (min-width: 768px) {
  .p-chose__title span {
    font-size: 42px
  }
}

.p-chose-item {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto
}

.p-chose-item.p-chose-item-adjust{
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-chose-item {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
  .p-chose-item.p-chose-item-adjust {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.p-chose-item+.p-chose-item {
  margin-top: 74px
}

@media screen and (min-width: 768px) {
  .p-chose-item+.p-chose-item {
    margin-top: 60px
  }
}

@media screen and (min-width: 768px) {
  .p-chose-item-reverse,
  .p-chose-item.p-chose-item-adjust.p-chose-item-reverse {
    flex-direction: row-reverse
  }
}

.p-chose-item__image {
  margin-top: 15px;
  text-align: center
}

.p-chose-item-adjust .p-chose-item__image{
  order: 2;
}

@media screen and (min-width: 768px) {
  .p-chose-item-adjust .p-chose-item__image{
  order: 0;
  }
}

.p-chose-item__image img {
  max-width: 100%;
  height: auto
}

@media screen and (min-width: 768px) {
  .p-chose-item__image img {
    width: 400px
  }
}

@media screen and (min-width: 768px) {
  .p-chose-item__image {
    width: 46.6%;
    margin-top: 0;
    text-align: left
  }
}

@media screen and (min-width: 768px) {
  .p-chose-item__text {
    flex: 0 0 auto;
    width: 50%
  }
}

.p-chose-item__text p {
  font-size: 14px;
  line-height: 1.87
}

@media screen and (min-width: 768px) {
  .p-chose-item__text p {
    font-size: 16px
  }
}

.p-chose-item__text p+p {
  margin-top: 1em
}

.p-chose-item__text-wide {
  width: 100%
}

.p-chose-item__text-title {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.48;
  letter-spacing: 0.06em
}

@media screen and (min-width: 768px) {
  .p-chose-item__text-title {
    margin-bottom: 22px;
    font-size: 29px
  }
}

.p-chose-item__text-title span {
  color: #003CB5;
  margin-right: .3em
}

.p-chose-item-logo{
  margin-top: 25px;
}
.p-chose-item-logo__title::before {
  content: "■";
  display: inline-block;
  color: #003CB5;
  font-size: 10px;
  margin-right: 8px;
  vertical-align: middle;
}
.p-chose-item-logo__list{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.p-chose-item-logo__list li{
  width: 48%;
  list-style: none;
}
.p-chose-item-logo__list li img{
  width: 100%;
  height: auto;
}
.p-chose-item-adjust .p-chose-item-logo__list{
  flex-wrap: wrap;
  justify-content: center;
  order: 1;
}
.p-chose-item-adjust .p-chose-item-logo__list li{
  width: 50%;
}

@media screen and (min-width: 768px) {
  .p-chose-item-adjust .p-chose-item-logo__list{
    justify-content: flex-start;
    order: 0;
  }
  .p-chose-item-adjust .p-chose-item-logo__list li{
    width: 24%;
  }
  .p-chose-item-adjust .p-chose-item-logo__list li:nth-child(2){
    margin:0 20px 0 15px;
  }
}

@media screen and (min-width: 920px) {
  .p-chose-cost {
    display: flex;
    justify-content: space-between
  }
}

@media screen and (min-width: 920px) {
  .p-chose-cost__item {
    width: 50%
  }
}

.p-chose-cost__item+.p-chose-cost__item {
  margin-top: 16px
}

@media screen and (min-width: 920px) {
  .p-chose-cost__item+.p-chose-cost__item {
    margin-top: 0;
    padding-left: 30px
  }
}

.p-chose-cost__head {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-weight: bold
}

@media screen and (min-width: 920px) {
  .p-chose-cost__head {
    margin-bottom: 18px;
    line-height: 1.87
  }
}

.p-chose-cost__head-title {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  font-size: 18px
}

.p-chose-cost__head-title:before {
  content: ' ';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: .3em;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/service/analysis/entrance2/images/chose_price.png) no-repeat center center/cover
}

@media screen and (min-width: 920px) {
  .p-chose-cost__head-title {
    font-size: 22px
  }

  .p-chose-cost__head-title:before {
    width: 29px;
    height: 29px
  }
}

.p-chose-cost__head-text {
  margin-left: .8em;
  font-size: 11px !important;
  margin-right: -1em
}

.p-chose-cost__head-text span {
  color: #BD2424;
  font-size: 16px;
  font-weight: bold
}

@media screen and (min-width: 920px) {
  .p-chose-cost__head-text {
    font-size: 15px !important
  }

  .p-chose-cost__head-text span {
    font-size: 22px
  }
}

.p-chose-cost__initial {
  padding: 8px 12px;
  border: 4px solid #DDE2EE
}

@media screen and (min-width: 920px) {
  .p-chose-cost__initial {
    padding: 8px 14px
  }
}

.p-chose-cost__list {
  position: relative;
  list-style-type: none;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 22px;
  border-top: 4px solid #DDE2EE
}

@media screen and (min-width: 920px) {
  .p-chose-cost__list {
    font-size: 16px
  }
}

.p-chose-cost__list:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  width: 29px;
  height: 30px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/service/analysis/entrance2/images/plus.svg) no-repeat center center/cover;
  transform: translate(-50%, -52%)
}

.p-chose-cost__list li+li {
  margin-top: 1em
}

.p-chose-cost__list-name {
  font-weight: bold
}

.p-chose-cost__list-name:after {
  content: ':';
  margin-left: .5em;
  margin-right: .5em
}

.p-chose-cost__attention {
  font-size: 12px
}

.p-chose-cost__footer {
  margin-top: 5px;
  text-align: right
}

@media screen and (min-width: 920px) {
  .p-chose-cost__footer {
    margin-top: 25px
  }
}

.p-chose-fee {
  padding: 7px 9px;
  border: 4px solid #DDE2EE
}

@media screen and (min-width: 920px) {
  .p-chose-fee {
    max-width: 420px
  }
}

.p-chose-fee-item {
  text-align: center
}

.p-chose-fee-item__title {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 14px
}

.p-chose-fee-item__title span {
  display: inline-block;
  margin-left: .5em;
  font-size: 10px;
  font-weight: normal
}

.p-chose-fee-item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003CB5;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.03em
}

.p-chose-fee-item__per {
  font-size: 14px;
  margin-right: .8em
}

.p-chose-fee-item__number {
  font-size: 31px;
  font-family: 'Rubik', sans-serif;
  line-height: 1.1
}

.p-chose-cost__button {
  position: relative;
  display: block;
  margin: 16px auto 0 auto;
  width: 212px;
  height: 45px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 41px;
  color: #003CB5;
  background-color: #fff;
  border-radius: 23px;
  border: 2px solid #003CB5;
  transition: opacity .3s ease-out
}

@media screen and (min-width: 768px) {
  .p-chose-cost__button {
    width: 224px;
    margin-top: 32px;
    font-size: 20px
  }
}

.p-chose-cost__button:hover {
  opacity: 0.7
}

.p-chose-cost__button::after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #003CB5;
  border-bottom: 3px solid #003CB5;
  transform: rotate(45deg)
}



.p-example {
  padding: 42px 24px 48px
}

@media screen and (min-width: 768px) {
  .p-example {
    padding: 65px 24px 70px
  }
}

.p-example__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 0.06em
}

@media screen and (min-width: 768px) {
  .p-example__title {
    margin-bottom: 36px;
    font-size: 42px
  }
}

.p-example__text {
  font-size: 16px;
  line-height: 1.6
}

@media screen and (min-width: 768px) {
  .p-example__text {
    font-size: 24px;
    text-align: center
  }
}

.p-example__image {
  margin-top: 30px;
  text-align: center
}

.p-example__image-pc {
  display: none
}

@media screen and (min-width: 920px) {
  .p-example__image-pc {
    display: inline-block;
    width: 787px
  }
}

.p-example__image-sp {
  max-width: 332px;
  width: 100%
}

@media screen and (min-width: 920px) {
  .p-example__image-sp {
    display: none
  }
}

.p-example__attention {
  margin-top: 26px;
  font-size: 12px;
  line-height: 1.87;
  text-align: left
}

@media screen and (min-width: 768px) {
  .p-example__attention {
    font-size: 16px;
    text-align: center
  }
}

.p-flow {
  padding: 45px 24px 36px;
  background: #F5F8FF
}

@media screen and (min-width: 768px) {
  .p-flow {
    padding: 61px 24px 90px
  }
}

@media screen and (min-width: 768px) {
  .p-flow__inner {
    max-width: 559px;
    margin-left: auto;
    margin-right: auto
  }
}

.p-flow__title {
  position: relative;
  margin-bottom: 24px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.47;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-flow__title {
    position: static;
    margin-bottom: 41px;
    font-size: 42px
  }
}

.p-flow__attention {
  margin-top: 12px;
  font-size: 12px;
  text-align: right
}

@media screen and (min-width: 768px) {
  .p-flow__attention {
    margin-top: 15px
  }
}

.p-flow-item {
  position: relative;
  padding: 15px 17px;
  background: #FFFFFF;
  color: #1D1D1D;
  margin-top: 30px
}

.p-flow-item:first-child {
  margin-top: 0
}

@media screen and (min-width: 768px) {
  .p-flow-item {
    padding: 20px;
    margin-top: 35px
  }
}

.p-flow-item:after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 19.5px 0 19.5px;
  border-color: #ffffff transparent transparent transparent;
  transform: translateX(-50%)
}

@media screen and (min-width: 768px) {
  .p-flow-item:after {
    border-width: 20px 20px 0 20px
  }
}

.p-flow-item:last-of-type:after {
  display: none
}

.p-flow-item__title {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.36;
  font-weight: bold;
  color: #003CB5
}

@media screen and (min-width: 768px) {
  .p-flow-item__title {
    margin-bottom: 10px;
    font-size: 22px
  }
}

.p-flow-item__title span {
  width: 93px;
  margin-right: 12px;
  background: #003CB5;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: 2
}

@media screen and (min-width: 768px) {
  .p-flow-item__title span {
    margin-right: 18px
  }
}

.p-flow-item__text {
  font-size: 14px;
  line-height: 1.79
}

@media screen and (min-width: 768px) {
  .p-flow-item__text {
    font-size: 16px;
    line-height: 1.4
  }
}

.p-contact {
  padding: 50px 24px;
  background-color: #003CB5
}

@media screen and (min-width: 768px) {
  .p-contact {
    padding: 53px 0 80px
  }
}

.p-contact__title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.47
}

@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 60px;
    margin-bottom: 43px;
    letter-spacing: 0.16em
  }
}

.p-contact__title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em
}

@media screen and (min-width: 768px) {
  .p-contact__title span {
    font-size: 23px
  }
}

@media screen and (min-width: 768px) {
  .p-contact__buttons {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
  }
  .p-contact__buttons.is-one-column{
    justify-content: center;
  }
}

.p-contact__button {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #003CB5;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity .3s ease-out
}

.p-contact__button:hover {
  opacity: 0.7
}

.p-contact__button::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #003CB5;
  border-bottom: 3px solid #003CB5;
  transform: rotate(-45deg)
}

.p-contact__button+.p-contact__button {
  margin-top: 30px
}


@media screen and (min-width: 768px) {
  .p-contact__button {
    max-width: 400px;
    margin: 0;
    font-size: 22px
  }

  .p-contact__button+.p-contact__button {
    margin-top: 0
  }
}

.p-case {
  padding: 43px 24px 50px
}

@media screen and (min-width: 920px) {
  .p-case {
    padding: 72px 24px 80px
  }
}

@media screen and (min-width: 920px) {
  .p-case__inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
  }
}

.p-case__title {
  margin-bottom: 36px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.47;
  font-weight: bold
}

@media screen and (min-width: 920px) {
  .p-case__title {
    margin-bottom: 43px;
    font-size: 42px
  }
}

.p-case__image {
  text-align: center
}

.p-case__image img {
  margin-left: auto;
  margin-right: auto
}

.p-case__text {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold
}

@media screen and (min-width: 920px) {
  .p-case-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
  }
}

.p-case-item+.p-case-item {
  margin-top: 40px
}

@media screen and (min-width: 920px) {
  .p-case-item+.p-case-item {
    margin-top: 70px
  }
}

.p-case-item p {
  font-size: 14px;
  line-height: 1.8
}

@media screen and (min-width: 920px) {
  .p-case-item p {
    font-size: 16px
  }
}

.p-case-item p span.small {
  font-size: 10px
}

@media screen and (min-width: 920px) {
  .p-case-item p span.small {
    font-size: 16px
  }
}

.p-case-item__image {
  margin-top: 16px;
  text-align: center
}

@media screen and (min-width: 920px) {
  .p-case-item__image {
    flex: 0 0 auto;
    width: 455px;
    margin-top: 0
  }
}

.p-case-item__image img {
  max-width: 100%;
  height: auto
}

@media screen and (min-width: 920px) {
  .p-case-item__image--even {
    order: 1
  }
}

@media screen and (min-width: 920px) {
  .p-case-item__text {
    width: 413px
  }
}

@media screen and (min-width: 920px) {
  .p-case-item__text--even {
    order: 2
  }
}

.p-case-item__company {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px
}

.p-case-item__company img {
  margin-right: 1em;
  width: 175px
}

.p-case-item__company span {
  display: inline-block;
  padding: 8px 10px;
  background-color: #003CB5;
  color: #fff;
  font-weight: 700;
  font-size: 14px
}

.p-case-item__title {
  margin-top: 13px;
  margin-bottom: 19px;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  font-weight: bold
}

@media screen and (min-width: 920px) {
  .p-case-item__title {
    font-size: 22px
  }
}

.p-case-item__title2 {
  margin-bottom: 5px;
  padding: 0 3px;
  font-size: 16px;
  border-bottom: 1px solid #13307B
}

.p-case-item__title2~.p-case-item__title2 {
  margin-top: 30px
}

@media screen and (min-width: 920px) {
  .p-case-item__title2~.p-case-item__title2 {
    margin-top: 17px
  }
}


/* 導入事例 3カラム用 */
.p-case__inner--3col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-case__inner--3col {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
  }
}

.p-case__inner--3col .p-case-item{
  background: #fff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0;
  border: solid 1px #DFE5F3;
}
@media screen and (min-width: 768px) {
  .p-case__inner--3col .p-case-item {
      width: 31%;
      margin-bottom: 30px;
      display: flex;
      flex-direction: column;
  }
}

.p-case__inner--3col .p-case-item__link {
  display: block;
  transition: all 0.4s
}

.p-case__inner--3col .p-case-item__link:hover {
  opacity: 0.6
}

.p-case__inner--3col .p-case-item__thumb img {
  width: 100%
}

.p-case__inner--3col .p-case-item__body {
  padding: 15px 15px 10px 15px;
}
@media screen and (min-width: 768px) {
  .p-case__inner--3col .p-case-item__body {
    padding: 15px 20px 10px 20px
  }
}

.p-case__inner--3col .p-case-item__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-case__inner--3col .p-case-item__logo{
    height: 65px;
  }
}

.p-case__inner--3col .p-case-item__logo img{
  display: block;
  width: auto;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .p-case__inner--3col .p-case-item__logo img{
    height: 40px;
  }
}
.p-case__inner--3col .p-case-item__logo--min img{
  height: 45px;
}
@media screen and (min-width: 768px) {
  .p-case__inner--3col .p-case-item__logo--min img{
    height: 60px;
  }
}

.p-case__inner--3col .p-case-item__name {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-case__inner--3col .p-case-item__name {
    margin-bottom: 10px;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-case__inner--3col .p-case-item__txt {
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  font-size: 15px
}

.p-case__inner--3col .p-case-item__btn{
  margin: 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-case__inner--3col .p-case-item__btn{
    margin: auto 20px 30px;
  }
}

.p-case__inner--3col .p-case-item__btn a{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #ED9B00;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  transition: opacity .3s ease-out;
}
.p-case__inner--3col .p-case-item__btn a:hover{
  opacity: 0.7;
}
/* 導入事例 3カラム用ここまで */


.logo-tokyo-system {
  width: 58.66vw
}

@media screen and (min-width: 920px) {
  .logo-tokyo-system {
    width: 280px
  }
}

.p-management-portal {
  background-color: #F5F8FF;
  padding: 42px 23px 57px 23px
}

@media screen and (min-width: 920px) {
  .p-management-portal {
    padding: 64px 0 56px 0
  }
}

.p-management-portal__title {
  font-size: 24px;
  text-align: center
}

@media screen and (min-width: 920px) {
  .p-management-portal__title {
    font-size: 42px
  }
}

.p-management-portal__content {
  margin-top: 24px;
  padding: 0 24px
}

@media screen and (min-width: 768px) {
  .p-management-portal__content {
    width: 900px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0
  }
}

.p-management-portal__registration-method {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse
}

@media screen and (min-width: 768px) {
  .p-management-portal__registration-method {
    justify-content: space-between;
    flex-direction: row-reverse
  }
}

.p-management-portal__registration-method-body {
  margin-top: 40px
}

@media screen and (min-width: 768px) {
  .p-management-portal__registration-method-body {
    margin-top: 0
  }
}

.p-management-portal__registration-method-title {
  text-align: center;
  font-size: 22px
}

@media screen and (min-width: 768px) {
  .p-management-portal__registration-method-title {
    font-size: 29px
  }
}

.p-management-portal__registration-method-title span {
  position: relative;
  display: inline-block;
  color: #0F40AE;
  font-size: 20px
}

@media screen and (min-width: 768px) {
  .p-management-portal__registration-method-title span {
    font-size: 24px
  }
}

.p-management-portal__registration-method-title span::before,
.p-management-portal__registration-method-title span::after {
  display: block;
  content: "";
  position: absolute;
  top: 55%;
  width: 18px;
  height: 2px;
  background-color: #0F40AE
}

.p-management-portal__registration-method-title span::before {
  left: -24px;
  transform: translateY(-50%) rotate(55deg)
}

.p-management-portal__registration-method-title span::after {
  right: -16px;
  transform: translateY(-50%) rotate(-55deg)
}

.p-management-portal__registration-method-icon {
  margin-top: 24px;
  display: flex;
  justify-content: space-between
}

@media screen and (min-width: 768px) {
  .p-management-portal__registration-method-icon {
    width: 372px
  }
}

.p-management-portal__registration-method-icon li {
  list-style: none;
  text-align: center
}

.p-management-portal__registration-method-icon li img {
  width: 86px
}

.p-management-portal__registration-method-icon figcaption {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-management-portal__registration-method-image {
    width: 400px
  }
}

.p-management-portal__registration-method-image img {
  width: 100%
}

.p-management-portal__functions-list {
  margin-top: 40px
}

@media screen and (min-width: 768px) {
  .p-management-portal__functions-list {
    margin-top: 72px
  }
}

.p-management-portal__functions-list-title {
  text-align: center;
  font-size: 22px
}

@media screen and (min-width: 768px) {
  .p-management-portal__functions-list-title {
    font-size: 29px
  }
}

.p-management-portal__functions-list-body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px
}

@media screen and (min-width: 768px) {
  .p-management-portal__functions-list-body {
    justify-content: center;
    gap: 16px
  }
}

.p-management-portal__functions-list-body li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 4px);
  min-height: 64px;
  padding: 8px;
  color: #003CB5;
  font-size: 16px;
  text-align: center;
  background: #fff;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-management-portal__functions-list-body li {
    width: 213px;
    font-size: 18px
  }
}

.p-management-portal__functions-list-body li dd {
  font-weight: normal;
  color: #000;
  opacity: 0.87;
  font-size: 14px
}

.p-model {
  background-color: #F5F8FF;
  padding: 42px 23px 57px 23px
}

@media screen and (min-width: 768px) {
  .p-model {
    padding: 64px 0 164px 0
  }
}

.p-model__title {
  font-size: 24px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .p-model__title {
    font-size: 42px
  }
}

.p-model__content {
  margin-top: 24px;
  padding: 20px 20px 40px 20px;
  background-color: #fff
}

@media screen and (min-width: 768px) {
  .p-model__content {
    width: 900px;
    margin: 32px auto 0 auto;
    padding: 21px 0 40px 0
  }
}

.p-model__spec-wrap {
  overflow: auto
}

.p-model__spec {
  border-collapse: separate;
  width: 600px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 768px) {
  .p-model__spec {
    width: 700px
  }
}

.p-model__spec th {
  width: 17%;
  position: sticky;
  left: 0
}

@media screen and (min-width: 768px) {
  .p-model__spec th {
    width: 20%;
    position: static
  }
}

.p-model__spec th:nth-child(n+2) {
  position: static;
  width: 25%
}

@media screen and (min-width: 768px) {
  .p-model__spec th:nth-child(n+2) {
    width: 25%
  }
}

.p-model__spec td {
  width: 25%
}

@media screen and (min-width: 768px) {
  .p-model__spec td {
    width: 25%
  }
}

.p-model__spec thead th {
  padding-bottom: 24px;
  background-color: #fff
}

.p-model__spec thead figure img {
  width: 96px;
  display: block;
  margin: 0 auto
}

.p-model__spec thead figure:last-child img {
  width: 89px
}

.p-model__spec thead figcaption {
  display: inline-block;
  min-width: 60%;
  padding: 2px 8px;
  font-size: 16px;
  background-color: #003CB5;
  color: #fff
}

@media screen and (min-width: 768px) {
  .p-model__spec thead figcaption {
    font-size: 20px
  }
}

.p-model__spec tbody {
  border-left: 2px solid #000
}

.p-model__spec tbody th {
  padding: 8px 6px;
  border: 2px solid #DFE5F3;
  border-bottom-color: #fff;
  border-top-color: #fff;
  border-left-width: 4px;
  background-color: #DFE5F3;
  font-size: 14px;
  font-weight: normal;
  text-align: left
}

@media screen and (min-width: 768px) {
  .p-model__spec tbody th {
    font-size: 16px
  }
}

.p-model__spec tbody th span {
  display: block;
  font-size: 12px
}

@media screen and (min-width: 768px) {
  .p-model__spec tbody th span {
    display: inline
  }
}

.p-model__spec tbody tr:first-child th {
  border-top-color: #DFE5F3;
  border-top-width: 4px
}

.p-model__spec tbody tr:first-child td {
  border-top-width: 4px
}

.p-model__spec tbody tr:last-child th {
  border-bottom-color: #DFE5F3;
  border-bottom-width: 4px
}

.p-model__spec tbody tr:last-child td {
  border-bottom-width: 4px
}

.p-model__spec tbody td {
  padding: 8px 6px;
  border: 2px solid #DFE5F3;
  text-align: center
}

@media screen and (min-width: 768px) {
  .p-model__spec tbody td {
    font-size: 16px
  }
}

.p-model__spec tbody td:last-child {
  border-right-width: 4px
}

.p-model__spec-support {
  vertical-align: middle
}

.p-model__spec-support span {
  display: inline-block;
  font-size: 0;
  border: 4px solid #003CB5;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px
}

.p-value {
  padding: 42px 23px 57px 23px
}

@media screen and (min-width: 920px) {
  .p-value {
    padding: 64px 0 164px 0
  }
}

.p-value table {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 768px) {
  .p-value table {
    width: 718px
  }
}

.p-value tr:nth-child(even) {
  background-color: #F5F8FF
}

.p-value td {
  border: 4px solid #DFE5F3
}

.p-value__title {
  font-size: 24px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .p-value__title {
    font-size: 42px
  }
}

.p-value__monthly {
  margin-top: 24px
}

@media screen and (min-width: 768px) {
  .p-value__monthly {
    margin-top: 40px
  }
}

.p-value__monthly th {
  border: 4px solid #003CB5;
  background-color: #003CB5;
  color: #fff;
  font-size: 22px
}

@media screen and (min-width: 768px) {
  .p-value__monthly th {
    font-size: 29px
  }
}

.p-value__monthly-detail {
  display: flex;
  align-items: center;
  padding: 16px 0
}

.p-value__monthly-face {
  width: 35%;
  font-weight: 700;
  text-align: right;
  font-size: 20px;
  font-family: 'Rubik', sans-serif
}

@media screen and (min-width: 768px) {
  .p-value__monthly-face {
    width: 40%;
    font-size: 30px
  }
}

.p-value__monthly-face span {
  font-size: 14px;
  font-family: "Noto Sans Japanese"sans-serif
}

@media screen and (min-width: 768px) {
  .p-value__monthly-face span {
    font-size: 20px
  }
}

.p-value__monthly-price {
  width: 50%;
  text-align: right;
  color: #003CB5;
  font-weight: 700;
  font-size: 28px;
  font-family: 'Rubik', sans-serif
}

@media screen and (min-width: 768px) {
  .p-value__monthly-price {
    width: 40%;
    font-size: 40px
  }
}

.p-value__monthly-price span {
  font-family: "Noto Sans Japanese"sans-serif;
  font-size: 18px
}

.p-value__monthly-text {
  width: 50%;
  text-align: right;
  color: #003CB5;
  font-weight: 700;
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .p-value__monthly-text {
    width: 40%;
    font-size: 22px
  }
}

.p-value__plus {
  text-align: center;
  margin-top: 32px
}

@media screen and (min-width: 768px) {
  .p-value__plus {
    margin-top: 24px
  }
}

.p-value__plus img {
  width: 58px
}

.p-value__initial {
  width: 100%;
  margin: 32px auto 0 auto
}

@media screen and (min-width: 768px) {
  .p-value__initial {
    width: 718px;
    margin-top: 24px
  }
}

.p-value__initial .p-value__initial-title {
  max-width: 650px;
  margin: 0 auto;
  padding: 8px;
  background-color: #003CB5;
  color: #fff;
  text-align: center;
  font-size: 22px
}

@media screen and (min-width: 768px) {
  .p-value__initial .p-value__initial-title {
    max-width: none;
    font-size: 29px
  }
}

.p-value__initial .p-value__initial-scroll {
  overflow: auto
}

.p-value__initial table {
  width: 650px;
  border-collapse: separate
}

@media screen and (min-width: 768px) {
  .p-value__initial table {
    width: 718px
  }
}

.p-value__initial th {
  border: 4px solid #DFE5F3;
  border-top: none;
  text-align: left;
  vertical-align: middle;
  font-size: 16px
}

@media screen and (min-width: 768px) {
  .p-value__initial th {
    font-size: 22px
  }
}

.p-value__initial td {
  padding: 8px;
  border: 4px solid #DFE5F3;
  border-top: none
}

.p-value__initial-modl th,
.p-value__initial-modl td {
  padding: 8px 16px;
  border-top: none
}

.p-value__initial-modl th {
  width: 17%;
  position: sticky;
  left: 0;
  background-color: #fff
}

@media screen and (min-width: 768px) {
  .p-value__initial-modl th {
    width: 23%
  }
}

.p-value__initial-modl td {
  width: 25%;
  text-align: center;
  border-left: none;
  padding-top: 24px;
  padding-bottom: 24px
}

@media screen and (min-width: 768px) {
  .p-value__initial-modl td {
    width: 25%
  }
}

.p-value__initial-modl td img {
  width: 89px
}

.p-value__initial-modl figcaption {
  margin-top: 16px;
  font-weight: 700;
  font-size: 16px
}

@media screen and (min-width: 768px) {
  .p-value__initial-modl figcaption {
    font-size: 20px
  }
}

.p-value__initial-price th,
.p-value__initial-price td {
  padding: 16px
}

.p-value__initial-price th {
  position: sticky;
  left: 0;
  background-color: #F5F8FF
}

.p-value__initial-price td {
  border-left: none;
  font-family: 'Rubik', sans-serif;
  color: #003CB5;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700
}

.p-value__initial-yen {
  font-family: "Noto Sans Japanese"sans-serif;
  font-size: 18px
}

.p-value__initial-detail {
  max-width: 650px;
  margin: 0 auto;
  padding: 8px;
  border: 4px solid #DFE5F3;
  border-top: none
}

@media screen and (min-width: 768px) {
  .p-value__initial-detail {
    max-width: none
  }
}

.p-value__initial-detail dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.p-value__initial-detail dl+dl {
  margin-top: 8px
}

.p-value__initial-detail dt {
  font-size: 16px;
  font-weight: 700
}

.p-value__initial-detail dd {
  font-size: 16px
}

.p-value__initial-detail dd+dd {
  font-size: 12px;
  width: 100%
}

@media screen and (min-width: 768px) {
  .p-value__initial-detail dd+dd {
    margin-left: 8px;
    width: auto
  }
}

.p-value__initial-detail .p-value__initial-price {
  border-left: none;
  font-family: 'Rubik', sans-serif;
  color: #003CB5;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700
}

.p-value__initial-note {
  margin-top: 8px;
  font-size: 12px;
  text-align: right
}

.p-value__price-example {
  margin: 40px auto 0 auto
}

@media screen and (min-width: 768px) {
  .p-value__price-example {
    max-width: 940px;
    padding: 0 20px
  }
}

.p-value__price-example h3 {
  font-size: 22px
}

@media screen and (min-width: 768px) {
  .p-value__price-example h3 {
    font-size: 29px
  }
}

.p-value__price-example-base {
  margin-top: 24px;
  padding: 24px 20px;
  border: 4px solid #DFE5F3
}

.p-value__price-example-base+.p-value__price-example-base {
  margin-top: 32px
}

.p-value__price-example-terms {
  padding-bottom: 8px;
  border-bottom: 4px solid #DFE5F3
}

@media screen and (min-width: 920px) {
  .p-value__price-example-terms {
    max-width: 718px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px
  }
}

@media screen and (min-width: 920px) {
  .p-value__price-example-terms dl {
    display: flex;
    align-items: center
  }
}

.p-value__price-example-terms dl+dl {
  margin-top: 8px
}

.p-value__price-example-terms dt {
  font-weight: 700;
  color: #003CB5;
  font-size: 14px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-terms dt {
    font-size: 16px;
    min-width: 97px
  }
}

.p-value__price-example-terms dd {
  margin-top: 4px;
  font-size: 16px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-terms dd {
    margin-top: 0;
    font-size: 18px
  }
}

.p-value__price-example-terms dd br {
  display: inline-block
}

@media screen and (min-width: 920px) {
  .p-value__price-example-terms dd br {
    display: none
  }
}

.p-value__price-example-price {
  margin-top: 8px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price {
    max-width: 686px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 24px
  }
}

.p-value__price-example-price-detail {
  counter-reset: num;
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-detail {
    width: 50%;
  }
}

.p-value__price-example-price-detail dl {
  position: relative;
  padding-left: 3em;
}

.p-value__price-example-price-detail dl+dl {
  margin-top: 8px;
}

.p-value__price-example-price-detail dl::before {
  display: block;
  counter-increment: num;
  content: counter(num, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #003CB5;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-detail dl::before {
    font-size: 16px
  }
}

.p-value__price-example-price-detail dt {
  color: #003CB5;
  font-weight: 700;
  font-size: 14px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-detail dt {
    font-size: 16px
  }
}

.p-value__price-example-price-detail dd {
  margin-top: 4px;
  font-size: 14px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-detail dd {
    font-size: 16px
  }
}

.p-value__price-example-price-total {
  margin-top: 16px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-total {
    width: 50%;
    margin-top: 0
  }
}

.p-value__price-example-price-total p {
  display: inline-block;
  padding: 8px;
  background-color: #003CB5;
  color: #fff;
  font-weight: 700;
  font-size: 14px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-total p {
    font-size: 16px
  }
}

.p-value__price-example-price-total dl {
  display: flex;
  align-items: center;
  margin-top: 16px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-total dl {
    margin-top: 8px
  }
}

.p-value__price-example-price-total dl+dl {
  margin-top: 8px
}

.p-value__price-example-price-total dt {
  font-weight: 700;
  font-size: 16px;
  font-weight: 700;
  font-size: 14px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-total dt {
    font-size: 16px
  }
}

.p-value__price-example-price-total dd {
  color: #003CB5;
  font-size: 12px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-total dd {
    font-size: 16px
  }
}

.p-value__price-example-price-total dd span {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 20px
}

@media screen and (min-width: 920px) {
  .p-value__price-example-price-total dd span {
    font-size: 22px
  }
}

.p-value__price-example-note {
  margin-top: 4px;
  text-align: right;
  font-size: 12px
}

.p-use-case {
  padding: 42px 24px
}

@media screen and (min-width: 920px) {
  .p-use-case {
    padding: 64px 0
  }
}

.p-use-case__title {
  text-align: center;
  font-size: 24px
}

@media screen and (min-width: 920px) {
  .p-use-case__title {
    font-size: 42px
  }
}

@media screen and (min-width: 920px) {
  .p-use-case__content {
    justify-content: space-between
  }
}

.p-use-case__content .p-use-case__deital:first-child {
  margin-top: 24px
}

@media screen and (min-width: 920px) {
  .p-use-case__content .p-use-case__deital:first-child {
    margin-top: 40px
  }
}

@media screen and (min-width: 920px) {
  .p-use-case__content .p-use-case__deital:nth-child(even) {
    flex-direction: row-reverse
  }
}

@media screen and (min-width: 920px) {
  .p-use-case__content .p-use-case__deital:nth-child(even) .p-use-case__detail-text {
    margin-left: 50px
  }
}

.p-use-case__deital {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 40px
}

@media screen and (min-width: 920px) {
  .p-use-case__deital {
    flex-direction: row;
    justify-content: center;
    margin-top: 72px
  }
}

@media screen and (min-width: 920px) {
  .p-use-case__detail-text {
    max-width: 450px;
    margin-top: 56px;
    margin-right: 50px
  }
}

.p-use-case__detail-title {
  margin-top: 16px;
  text-align: center;
  font-size: 22px
}

@media screen and (min-width: 920px) {
  .p-use-case__detail-title {
    margin-top: 0;
    text-align: left;
    font-size: 29px
  }
}

.p-use-case__detail-will {
  margin-top: 12px
}

@media screen and (min-width: 920px) {
  .p-use-case__detail-will {
    margin-top: 16px
  }
}

.p-use-case__detail-will li {
  position: relative;
  list-style: none;
  padding-left: 1em;
  margin-top: 8px;
  font-size: 14px
}

@media screen and (min-width: 920px) {
  .p-use-case__detail-will li {
    font-size: 16px
  }
}

.p-use-case__detail-will li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #003CB5
}

.p-use-case__detail-will li:first-child {
  margin-top: 0
}

@media screen and (min-width: 920px) {
  .p-use-case__photo {
    overflow: hidden;
    max-width: calc(100% - 500px)
  }
}

.p-use-case__photo-pc {
  display: none
}

@media screen and (min-width: 920px) {
  .p-use-case__photo-pc {
    display: block
  }
}

.p-use-case__photo-sp {
  display: block;
  width: 100%
}

@media screen and (min-width: 920px) {
  .p-use-case__photo-sp {
    display: none
  }
}

/* よくある質問 */
.p-faq {
  background-color: #F5F8FF;
  padding: 43px 24px 50px
}

@media screen and (min-width: 768px) {
  .p-faq {
    padding: 72px 24px 80px
  }
}

@media screen and (min-width: 768px) {
  .p-faq__inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
  }
}

.p-faq__title {
  margin-bottom: 36px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.47;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-faq__title {
    margin-bottom: 43px;
    font-size: 42px
  }
}

.p-faq__image {
  text-align: center
}

.p-faq__image img {
  margin-left: auto;
  margin-right: auto
}

.p-faq__text {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold
}

.p-faq-item {
  font-size: 14px;
  background: #fff
}

@media screen and (min-width: 768px) {
  .p-faq-item {
    font-size: 16px
  }
}

.p-faq-item+.p-faq-item {
  margin-top: 6%
}

@media screen and (min-width: 768px) {
  .p-faq-item+.p-faq-item {
    margin-top: 30px
  }
}

.p-faq-item__title {
  letter-spacing: 0.5px;
  background: #003CB5;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 8px
}

@media screen and (min-width: 768px) {
  .p-faq-item__title {
    font-size: 20px
  }
}

.p-faq-item__answer {
  position: relative;
  padding: 16px 8px 0 32px;
  border: 2px solid #003CB5;
  line-height: 1.8;
  letter-spacing: 0.3px
}

@media screen and (min-width: 768px) {
  .p-faq-item__answer {
    padding: 32px 60px 16px 60px
  }
}

.p-faq-item__answer::before {
  content: 'A.';
  position: absolute;
  top: 16px;
  left: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #f75454
}

@media screen and (min-width: 768px) {
  .p-faq-item__answer::before {
    top: 24px;
    left: 26px;
    font-size: 24px
  }
}

.p-faq-item__answer p {
  margin-bottom: 16px
}

.p-faq-item__marker {
  background: #fbea54;
  font-weight: bold
}

.p-faq-item__link {
  color: #ffffff;
  font-weight: bold;
  background: #f75453;
  display: inline-block;
  padding: 2px 10px 3px 10px;
  margin: 0 4px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ddd
}