* {
  box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%!important;
}

body,
html {
  min-height: 100%;
}

body {
  color: #373737;
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, 游ゴシック体, Yu Gothic, yugothic, メイリオ, meiryo, sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
}

body.is-fixed {
  overflow: hidden;
}

a {
  color: #1b2734;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

button {
  border: none;
}

label {
  white-space: nowrap;
}

input {
  border: none;
}

.l-container {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

@media (max-width: 1023px) {
  .l-container {
    width: 83.333vw;
  }
}

@media (max-width: 639px) {
  .l-container {
    width: 100%;
  }
}

.l-container--small {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
}

@media (max-width: 427px) {
  .l-container--small {
    max-width: 330px;
  }
}

.l-container--little {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  width: 100%;
}

.l-main {
  background: #fff9ec;
  width: 100%;
}

.l-main__section {
  padding-block: 100px;
  padding-inline: 30px;
}

@media (max-width: 767px) {
  .l-main__section {
    padding-block: 50px;
  }
}

@media (max-width: 427px) {
  .l-main__section {
    padding-inline: 20px;
  }
}

.c-button {
  position: relative;
  width: 100%;
}

.c-button:hover {
  cursor: pointer;
}

.c-button__inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  width: 100%;
}

.c-button__inner.c-button__inner--red {
  line-height: 62px;
}

@media (max-width: 427px) {
  .c-button__inner.c-button__inner--red {
    gap: 10px;
    line-height: 60px;
  }
}

.c-button__inner .c-button__inner-icon {
  max-width: 18px;
  width: 100%;
}

@media (max-width: 427px) {
  .c-button__inner .c-button__inner-icon {
    max-width: 16px;
  }
}

@media (max-width: 427px) {
  .c-button__kagin {
    width: 90px;
  }
}

.c-button .c-button-red {
  background: #d43b3b;
  border-radius: 50px;
  color: #fff!important;
  display: block;
  margin-top: 20px;
  max-width: 311px;
  position: relative;
}

@media (max-width: 767px) {
  .c-button .c-button-red {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
}

.c-button .c-button-red:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

@media (max-width: 767px) {
  .c-button .c-button-red--small {
    width: 90%;
	  font-size: 1.4rem;
  }
}

@media (max-width: 427px) {
  .c-button .c-button-red--small {
    font-size: 1.4rem;
  }
}

.c-border__dot {
  background-image: radial-gradient(circle, #d43b3b 3px, transparent 0);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 18px 6px;
}

.c-border__2color {
  background: #fff;
  border: 10px solid #d43b3b;
  padding: 20px;
  position: relative;
  width: 100%;
}

.c-border__2color:after,
.c-border__2color:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 10px;
}

.c-border__2color:before {
  border-left: 10px solid #1394be;
  left: -10px;
}

.c-border__2color:after {
  border-right: 10px solid #1394be;
  right: -10px;
}

.c-border__2color--bold {
  border: 17px solid #d43b3b;
}

@media (max-width: 767px) {
  .c-border__2color--bold {
    border: 10px solid #d43b3b;
  }
}

.c-border__2color--bold:before {
  border-left: 17px solid #1394be;
  left: -17px;
}

@media (max-width: 767px) {
  .c-border__2color--bold:before {
    border-left: 10px solid #1394be;
    left: -10px;
  }
}

.c-border__2color--bold:after {
  border-right: 17px solid #1394be;
  right: -17px;
}

@media (max-width: 767px) {
  .c-border__2color--bold:after {
    border-right: 10px solid #1394be;
    right: -10px;
  }
}

.c-device {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 427px) {
  .c-device {
    margin-top: 10px;
  }
}

/* ---- ここから ---- */

/* デスクトップでは両方のリンクを表示 */
.c-device > a {
  display: inline-block;
  /* 念のため画像も表示 */
  vertical-align: bottom;
}

/* スマホサイズ（767px以下）の時の設定 */
@media (max-width: 767px) {
  /* まず、両方のリンクを非表示にする */
  .c-device > a {
    display: none;
  }

  /* 次に、JSでクラスが付与された場合に、該当するリンクだけを表示する */
  .c-device.c-device__iOS > a:first-of-type {
    display: inline-block;
  }

  .c-device.c-device__android > a:nth-of-type(2) {
    display: inline-block;
  }
}

/* PCなど「その他」の場合の表示ルール (この部分は念のため記述) */
.c-device.c-device__others > a {
  display: inline-block;
}

/* ---- ここまで ---- */

.c-device img {
  vertical-align: middle;
}

.c-device img:first-of-type {
  margin-right: 3%;
}

.c-device.c-device__iOS .c-device-android {
  display: none;
}

.c-device.c-device__android .c-device-ios {
  display: none;
}

@media (max-width: 427px) {
  .c-device.c-device__others .c-device-ios,
  .c-device.c-device__others .c-device-android {
    display: none;
  }
}

.c-title__image {
  margin: 0 auto 70px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-title__image {
    margin: 0 auto 40px;
  }
}

.c-title__image img {
  height: 150px;
  object-fit: contain;
  width: auto;
}

@media (max-width: 929px) {
  .c-title__image img {
    height: 140px;
  }
}

@media (max-width: 767px) {
  .c-title__image img {
    height: 106px;
    width: auto;
  }
}

.c-title__text {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .02rem;
  margin: 0 auto 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-title__text {
	  font-size: 1.6rem;
  }
}

@media (max-width: 427px) {
  .c-title__text {
    font-size: 1.6rem;
  }
}

.c-title__text:after {
  background: #d43b3b;
  border-radius: 5px;
  content: "";
  display: block;
  height: 6px;
  margin: 20px auto 0;
  width: 64px;
}

@media (max-width: 767px) {
  .c-title__text:after {
    height: 5px;
    margin: 10px auto 0;
    width: 40px;
  }
}

.c-title__text--inquiry {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .c-title__text--inquiry {
    margin-bottom: 32px;
  }
}

.c-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .c-text {
    font-size: 1.2rem;
  }
}

.c-text--small {
  font-size: 1.2rem;
  line-height: 1.55;
}

.p-required {
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .p-required {
    padding-bottom: 55px;
  }
}

.p-required .p-required_h {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .02rem;
  margin: 0 auto 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-required .p-required_h {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
}

.p-required__list {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  gap: 30px;
  justify-content: center;
  text-align: center;
	position: relative;
  left: 80px;
}

@media (max-width: 767px) {
  .p-required__list {
    gap: 16px;
	  left: 0px;
  }
}

@media (max-width: 639px) {
  .p-required__list {
    font-size: 1.2rem;
	  left: 0px;
  }
}

.p-required__list img {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-required__list img {
    margin: 0 auto 5px;
  }
}

@media (max-width: 639px) {
  .p-required__list-mynumber,
  .p-required__list-license {
    width: 114px;
  }
}

@media (max-width: 639px) {
  .p-required__list-or {
    width: 18px;
  }
}

.p-required__notes {
  border: 2px solid #d43b3b;
  color: #d43b3b;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 110px;
  padding: 10px 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-required__notes {
    border: 1px solid #d43b3b;
    font-size: 1.4rem;
    margin-bottom: 60px;
    text-align: left;
  }
}

.p-flow-image {
  background: #fff;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  margin-top: 110px;
  max-width: 560px;
  position: relative;
}

@media (max-width: 767px) {
  .p-flow-image {
    margin-top: 40px;
  }
}

.p-flow-image:before {
  background: linear-gradient(180deg, #dadada, #dadada calc(50% - 15px), transparent calc(50% - 15px), transparent calc(50% + 15px), #dadada calc(50% + 15px), #dadada);
  bottom: 25px;
  content: "";
  left: 50%;
  position: absolute;
  top: 25px;
  transform: translateX(-50%);
  width: 3px;
}

@media (max-width: 767px) {
  .p-flow-image:before {
    width: 2px;
  }
}

@media (max-width: 427px) {
  .p-flow-image:before {
    bottom: 15px;
    top: 15px;
  }
}

.p-flow-image:after {
  background: linear-gradient(90deg, #dadada, #dadada calc(50% - 15px), transparent calc(50% - 15px), transparent calc(50% + 15px), #dadada calc(50% + 15px), #dadada);
  content: "";
  height: 3px;
  left: 25px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .p-flow-image:after {
    height: 2px;
  }
}

@media (max-width: 427px) {
  .p-flow-image:after {
    left: 15px;
    right: 15px;
  }
}

.p-flow-image__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 30px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .p-flow-image__inner {
    padding: 15px 15px 20px;
  }
}

.p-flow-image__inner:nth-of-type(3) img,
.p-flow-image__inner:nth-of-type(4) img {
  height: 110px;
}

@media (max-width: 767px) {
  .p-flow-image__inner:nth-of-type(3) img,
  .p-flow-image__inner:nth-of-type(4) img {
    height: 68px;
  }
}

.p-flow-image__illust {
  height: auto;
  max-width: 100%;
}

.p-flow-image__illust-img {
  display: block;
  height: 105px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 767px) {
  .p-flow-image__illust-img {
    height: 64px;
  }
}

.p-flow-image__text {
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .04rem;
  line-height: 1.55;
  margin-top: 10px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}

@media (max-width: 767px) {
  .p-flow-image__text {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.p-flow-image__text--small {
  margin-top: 20px;
}

.p-flow-btn {
  z-index: 10;
}

.p-flow-btn__text {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .04rem;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-flow-btn__text {
    font-size: 2rem;
  }
}

.p-flow-btn__download {
  display: block;
  height: 16px;
  margin: 0 auto;
  text-align: center;
  width: auto;
}

@media (max-width: 767px) {
  .p-flow-btn__download {
    height: 12px;
  }
}

@media (max-width: 767px) {
  .p-flow-btn__device {
    margin-top: 30px;
  }
}

.p-flow-download {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.p-flow-download__content,
.p-flow-download__icon {
  flex: 0 0 auto;
  text-align: center;
}

.p-flow-download__title {
  color: #d43b3b;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.32;
  margin-bottom: 20px;
  text-align: left;
}

.p-flow-download__store {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.p-flow-download__qr {
  flex: 0 0 auto;
  padding-left: 20px;
  text-align: center;
}

.p-flow-icon {
  margin-top: 160px;
  position: relative;
}

.p-flow-icon:before {
  background-image: url(/library/100_kojin/new_kouza/img/icon/icon_hands03.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 50%;
  max-width: 220px;
  position: absolute;
  top: -13px;
  transform: translateX(calc(-50% + 6px));
  width: 100%;
  z-index: 20;
}

@media (max-width: 767px) {
  .p-flow-icon:before {
    height: 21px;
    top: -10px;
  }
}

@media (max-width: 427px) {
  .p-flow-icon:before {
    height: 18px;
    transform: translateX(calc(-50% + 5px));
  }
}

.p-flow-icon:after {
  background-image: url(/library/100_kojin/new_kouza/img/icon/icon_shirodon04.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100px;
  left: 50%;
  max-width: 254px;
  opacity: 1;
  position: absolute;
  top: -80px;
  transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 767px) {
  .p-flow-icon:after {
    max-width: 236px;
    top: -78px;
  }
}

@media (max-width: 427px) {
  .p-flow-icon:after {
    max-width: 198px;
    top: -72px;
  }
}

.p-tab {
  border-bottom: 3px solid #d43b3b;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: center;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .p-tab {
    border-bottom: 2px solid #d43b3b;
    gap: 10px;
    margin-bottom: 30px;
  }
}

.p-tab__btn {
  flex-basis: 43%;
  max-width: 340px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-tab__btn {
    flex-basis: 30%;
    max-width: none;
    min-width: 150px;
  }
}

@media (max-width: 427px) {
  .p-tab__btn {
    min-width: none;
    width: 150px;
  }
}

.p-tab__btn a {
  border: 3px solid #d43b3b;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  color: #d43b3b;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  font-weight: 300;
  height: 77px;
  line-height: 1.35;
  padding: 8px;
  position: relative;
  text-decoration: none;
}

.p-tab__btn a:hover {
  color: #d43b3b!important;
  text-decoration: none;
}

@media (max-width: 767px) {
  .p-tab__btn a {
    border: 2px solid #d43b3b;
    border-radius: 10px 10px 0 0;
    font-size: 0.8rem;
    height: 50px;
  }
}

.p-tab__btn a:before {
  background-color: #fff9ec;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% + 8px);
}

@media (max-width: 767px) {
  .p-tab__btn a:before {
    bottom: -2px;
    height: 6px;
    width: calc(100% + 6px);
  }
}

.p-tab__btn a.is-active {
  background-color: #d43b3b;
  color: #fff!important;
  font-weight: 600;
}

.p-tab__btn a.is-active:before {
  content: none;
}

.p-tab__btn:last-of-type a {
  line-height: 64px;
}

@media (max-width: 767px) {
  .p-tab__btn:last-of-type a {
    line-height: 29px;
  }
}

.p-tab__contents-inner {
  display: none;
  justify-content: center;
  width: 100%;
}

.p-tab__contents-inner.is-active {
  display: block;
}

.p-tab__contents-item {
  display: flex;
  justify-content: center;
  width: 100%;
}

.p-tab__contents-item p {
  margin: auto;
}

@keyframes fadeinAnime {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-feature {
  margin: 0 auto;
  text-align: center;
}

.p-feature img:last-of-type {
  margin-top: 10px;
}

.p-toggle {
  border: 2px solid #b0a8a8;
  border-radius: 10px;
  margin-bottom: 50px;
  overflow: hidden;
  transition: all .3s ease;
}

@media (max-width: 767px) {
  .p-toggle {
    border: 1px solid #b0a8a8;
    margin-bottom: 10px;
  }
}

.p-toggle:last-of-type {
  margin-bottom: 0;
}

.p-toggle:hover {
  background-color: #fff;
}

.p-toggle__content {
  border-top: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .3s linear, opacity .3s linear;
}

.p-toggle__inner {
  padding: 0 50px 20px 20px;
}

.p-toggle__list {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 767px) {
  .p-toggle__list {
    font-size: 1.6rem;
  }
}

.p-toggle__notes {
  padding-left: 2em;
}

.p-toggle__box {
  border-radius: 15px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.55;
  padding: 29px 50px 28px 20px;
  position: relative;
  transition: background-color .3s linear;
}

@media (max-width: 767px) {
  .p-toggle__box {
    border-radius: 10px;
    font-size: 1.6rem;
    padding: 15px 50px 15px 20px;
  }
}

.p-toggle__box::marker {
  display: none;
  font-size: 0;
  list-style: none;
}

.p-toggle__box:after,
.p-toggle__box:before {
  backface-visibility: hidden;
  background: #1394be;
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  transform-origin: center;
  transition: all .3s linear;
  width: 18px;
  will-change: transform;
  z-index: 10;
}

.p-toggle__box:before {
  background: #1394be;
  height: 6px;
  right: 10px;
  transform: translate(-50%, -50%);
  width: 24px;
}

@media (max-width: 767px) {
  .p-toggle__box:before {
    height: 4px;
    width: 18px;
  }
}

.p-toggle__box:after {
  background: #d43b3b;
  height: 24px;
  right: 28px;
  transform: translate(-50%, -50%);
  width: 6px;
}

@media (max-width: 767px) {
  .p-toggle__box:after {
    height: 18px;
    right: 24px;
    width: 4px;
  }
}

.p-toggle[open] .p-toggle__list:after {
  background: #1394be;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-toggle[open] .p-toggle__content {
  max-height: max-content;
  opacity: 1;
}

.p-inquiry {
  background-color: #f5f4f4;
  padding-block: 60px;
}

.p-inquiry__title {
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, 游ゴシック体, Yu Gothic, yugothic, メイリオ, meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .02rem;
  margin: 0 auto 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-inquiry__title {
    font-size: 2.4rem;
  }
}

@media (max-width: 427px) {
  .p-inquiry__title {
    font-size: 2rem;
  }
}

.p-inquiry__title:after {
  background: #d43b3b;
  border-radius: 5px;
  content: "";
  display: block;
  height: 6px;
  margin: 26px auto 0;
  width: 64px;
}

@media (max-width: 767px) {
  .p-inquiry__title:after {
    height: 5px;
    margin: 10px auto 0;
    width: 40px;
  }
}

.p-inquiry__text {
  color: #d43b3b;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .04rem;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-inquiry__text {
	  font-size: 1.6rem;
  }
}

@media (max-width: 427px) {
  .p-inquiry__text {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.p-inquiry__tel {
  text-align: center;
}

@media (max-width: 427px) {
  .p-inquiry__tel img {
    width: 237px;
  }
}

.p-inquiry__time {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: .04rem;
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-inquiry__time {
    font-size: 1.2rem;
  }
}

@media (max-width: 427px) {
  .p-inquiry__time {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.p-banner__wrapper {
  display: none;
}

@media (max-width: 639px) {
  .p-banner__wrapper {
    bottom: 0;
    display: flex;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transform: translateY(30px);
    transition: opacity .4s ease, transform .4s ease;
    z-index: 30;
  }
}

@media (max-width: 639px) {
  .p-banner__wrapper.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-banner__inner {
  width: 100%;
}

.p-banner__link {
  display: block;
}

.p-banner__link img {
  width: 100%;
}

.p-banner-hagmeg {
  margin: 0 auto;
  padding-block: 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-banner-hagmeg {
    padding-block: 60px;
  }
}

.p-box {
  display: flex;
  flex-direction: row;
  gap: 4%;
  justify-content: space-between;
  margin: 155px auto 0;
  max-width: 1100px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-box {
    gap: 20px;
  }
}

@media (max-width: 929px) {
  .p-box {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .p-box {
    flex-direction: column;
    gap: 120px;
    margin-top: 100px;
  }
}

.p-box__image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 138px;
  width: 100%;
}

.p-box__image img {
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
}

.p-box__container {
  margin: 0 auto;
  max-width: 330px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .p-box__container {
    max-width: 330px;
  }
}

.p-box__container:last-of-type img {
  transform: translateX(9%);
}

.p-box__container:before {
  background-image: url(/library/100_kojin/new_kouza/img/icon/icon_shirodon01-pc.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 92px;
  left: 50%;
  max-width: 180px;
  opacity: .5;
  position: absolute;
  top: 10px;
  transform: translateX(calc(-50% + 34px));
  transition: all .8s ease-in-out;
  width: 100%;
}

@media (max-width: 767px) {
  .p-box__container:before {
    background-image: url(/library/100_kojin/new_kouza/img/icon/icon_shirodon01.svg);
    height: 70px;
    max-width: 144px;
    transform: translateX(calc(-50% + 23px));
  }
}

.p-box__container:after {
  background-image: url(/library/100_kojin/new_kouza/img/icon/icon_hands01.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  left: 50%;
  max-width: 80px;
  position: absolute;
  top: -11px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 20;
}

@media (max-width: 767px) {
  .p-box__container:after {
    height: 15px;
    max-width: 74px;
    top: -9px;
    transform: translateX(calc(-50% + 2px));
  }
}

.p-box__container.is-visible:before {
  top: -77px;
  opacity: 1;
}

@media (max-width: 767px) {
  .p-box__container.is-visible:before {
    top: -57px;
  }
}

.p-box__container.p-box__container-box02:before {
  background-image: url(/library/100_kojin/new_kouza/img/icon/icon_kurodon02-pc.svg);
  height: 96px;
  max-width: 174px;
  top: 0;
  transform: translateX(calc(-50% + 31px));
}

@media (max-width: 767px) {
  .p-box__container.p-box__container-box02:before {
    background-image: url(/library/100_kojin/new_kouza/img/icon/icon_kurodon02.svg);
    max-width: 135px;
  }
}

.p-box__container.p-box__container-box02:after {
  background-image: url(/library/100_kojin/new_kouza/img/icon/icon_hands02.svg);
  content: "";
  height: 24px;
  max-width: 74px;
  top: -14px;
  transform: translateX(calc(-50% - 3px));
}

@media (max-width: 767px) {
  .p-box__container.p-box__container-box02:after {
    height: 14px;

    max-width: 61px;
    top: -8px;
    transform: translateX(calc(-50% + 3px));
  }
}

.p-box__container.p-box__container-box02.is-visible:before {
  top: -78px;
  opacity: 1;
}

@media (max-width: 767px) {
  .p-box__container.p-box__container-box02.is-visible:before {
    top: -69px;
  }
}

.p-box__container.p-box__container-box03:before {
  content: "";
  background-image: url(/library/100_kojin/new_kouza/img/icon/icon_shirodon03-pc.svg);
}

@media (max-width: 767px) {
  .p-box__container.p-box__container-box03:before {
    background-image: url(/library/100_kojin/new_kouza/img/icon/icon_shirodon03.svg);
  }
}

.p-box__inner {
  background-color: #fff;
  border: 3px solid #b0a8a8;
  border-radius: 20px;
  box-shadow: 3px 4px 0 0 #b0a8a8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: flex-start;
  max-height: 330px;
  padding: 27px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}

@media (max-width: 1023px) {
  .p-box__inner {
    padding: 27px 20px;
  }
}

@media (max-width: 929px) {
  .p-box__inner {
    max-height: 356px;
  }
}

@media (max-width: 767px) {
  .p-box__inner {
    justify-content: space-between;
    min-height: 330px;
    padding: 27px;
  }
}

.p-box__text-item:first-of-type {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-box__text-item:first-of-type {
    font-size: 1rem;
  }
}

.p-box__text-item:last-of-type {
  font-size: 1.6rem;
  text-align: left;
}

@media (max-width: 1023px) {
  .p-box__text-item:last-of-type {
    font-size: 1rem;
  }
}

.p-main-visual {
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 20px 40px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .p-main-visual {
    padding: 40px 20px;
  }
}

.p-main-visual__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 1080px;
  width: 100%;
}

@media (max-width: 767px) {
  .p-main-visual__inner {
    display: block;
    justify-content: center;
  }
}

.p-main-visual__head {
  width: 45%;
}

@media (max-width: 1023px) {
  .p-main-visual__head {
    width: 43%;
  }
}

@media (max-width: 767px) {
  .p-main-visual__head {
    width: 100%;
  }
}

.p-main-visual__title {
  margin: 0 auto 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-main-visual__title {
    display: block;
    margin: 0 auto 40px;
    max-width: 600px;
    width: 100%;
  }
}

@media (max-width: 427px) {
  .p-main-visual__title {
    margin: 0 auto 30px;
  }
}

.p-main-visual__title img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 767px) {
  .p-main-visual__title img {
    width: 100%;
  }
}

.p-main-visual__illust {
  display: flex;
  justify-content: space-between;
  max-width: 586px;
  width: 53%;
}

@media (max-width: 1023px) {
  .p-main-visual__illust {
    width: 54%;
  }
}

@media (max-width: 767px) {
  .p-main-visual__illust {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
}

.p-main-visual__illust-img {
  max-width: 980px;
}

.p-main-visual__check {
  margin-top: 50px;
  text-align: left;
  width: 49%;
}

@media (max-width: 929px) {
  .p-main-visual__check {
    margin-top: 30px;
    width: 54%;
  }
}

@media (max-width: 767px) {
  .p-main-visual__check {
    margin-top: 70px;
  }
}

@media (max-width: 639px) {
  .p-main-visual__check {
    margin-top: 30px;
  }
}

@media (max-width: 427px) {
  .p-main-visual__check {
    width: 54%;
  }
}

.p-main-visual__check img {
  height: auto;
  margin-right: 8px;
  width: 37px;
}

@media (max-width: 1023px) {
  .p-main-visual__check img {
    width: 30px;
  }
}

@media (max-width: 929px) {
  .p-main-visual__check img {
    width: 28px;
  }
}

@media (max-width: 639px) {
  .p-main-visual__check img {
    width: 26px;
  }
}

@media (max-width: 427px) {
  .p-main-visual__check img {
    margin-right: 5px;
    width: 20px;
  }
}

.p-main-visual__check-inner {
  color: #d43b3b;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.32;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .p-main-visual__check-inner {
    font-size: 1.6rem;
  }
}

@media (max-width: 929px) {
  .p-main-visual__check-inner {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-main-visual__check-inner {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 639px) {
  .p-main-visual__check-inner {
    font-size: 1.6rem;
  }
}

@media (max-width: 427px) {
  .p-main-visual__check-inner {
    margin-bottom: 8px;
  }
}

.p-main-visual__image {
  position: relative;
  text-align: right;
  width: 60%;
}

@media (max-width: 1023px) {
  .p-main-visual__image {
    width: 69%;
  }
}

.p-main-visual__image-mobile {
  margin-top: -15px;
  position: relative;
  width: 75%;
  z-index: 10;
}

@media (max-width: 767px) {
  .p-main-visual__image-mobile {
    margin-top: 0;
  }
}

@media (max-width: 427px) {
  .p-main-visual__image-mobile {
    width: 72%;
  }
}

.p-main-visual__image-shirodon {
  animation: shirodon-slide 1s ease-out .5s forwards;
  left: 12%;
  opacity: 0;
  position: absolute;
  top: -2%;
  width: 89%;
  z-index: 0;
}

@media (max-width: 767px) {
  .p-main-visual__image-shirodon {
    top: 0;
  }
}

@media (max-width: 427px) {
  .p-main-visual__image-shirodon {
    animation: shirodon-slide-sp 1s ease-out .5s forwards;
    top: -1%;
    width: 88%;
  }
}

.p-main-visual__image-kurodon {
  animation: kurodon-slide .8s ease-out 1.2s forwards;
  bottom: -6%;
  left: 20%;
  opacity: 0;
  position: absolute;
  width: 88%;
  z-index: 0;
}

@media (max-width: 929px) {
  .p-main-visual__image-kurodon {
    bottom: 8%;
  }
}

@media (max-width: 767px) {
  .p-main-visual__image-kurodon {
    bottom: -4%;
  }
}

@media (max-width: 427px) {
  .p-main-visual__image-kurodon {
    animation: kurodon-slide-sp .8s ease-out 1.2s forwards;
    bottom: -5%;
    width: 86%;
  }
}

.p-main-visual__image-balloon {
  animation: balloon-fade-in .5s ease-out 2.2s forwards, balloon-bounce 1s ease-in-out 2.3s;
  bottom: 5%;
  left: -85%;
  opacity: 0;
  position: absolute;
  width: 80%;
  z-index: 0;
}

@media (max-width: 767px) {
  .p-main-visual__image-balloon {
    bottom: 10%;
    left: -83%;
    width: 78%;
  }
}

@media (max-width: 427px) {
  .p-main-visual__image-balloon {
    bottom: -4%;
    left: -82%;
    width: 86%;
  }
}

.p-main-visual__btn {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
  max-width: 700px;
}

@media (max-width: 767px) {
  .p-main-visual__btn {
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
  }
}

.p-main-visual__btn p {
  color: #d43b3b;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.32;
}

@media (max-width: 427px) {
  .p-main-visual__btn p {
    font-size: 1.4rem;
  }
}

.p-main-visual__app {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 410px;
}

.p-main-visual__app p {
  color: #d43b3b;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.32;
}

.p-main-visual__mobile {
  align-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 74%;
}

.p-main-visual__mobile p {
  margin: 0 auto 15px;
  width: 100%;
}

.p-main-visual__mobile p span {
  display: inline-block;
}

.p-main-visual__mobile-bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.p-main-visual__icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-main-visual__store {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.p-main-visual__qr {
  align-content: center;
}

@keyframes shirodon-slide {
  0% {
    left: 9%;
    opacity: 1;
    transform: scale(.5);
  }
  50% {
    left: 4%;
    opacity: 1;
    transform: scale(.8);
  }
  to {
    left: -19%;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shirodon-slide-sp {
  0% {
    left: 9%;
    opacity: 1;
    transform: scale(.5);
  }
  50% {
    left: 4%;
    opacity: 1;
    transform: scale(.8);
  }
  to {
    left: -12%;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes kurodon-slide {
  0% {
    left: 14%;
    opacity: 1;
    transform: scale(.8);
  }
  50% {
    left: 10%;
    opacity: 1;
    transform: scale(.9);
  }
  to {
    left: -13%;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes kurodon-slide-sp {
  0% {
    left: 14%;
    opacity: 1;
    transform: scale(.8);
  }
  50% {
    left: 10%;
    opacity: 1;
    transform: scale(.9);
  }
  to {
    left: -9%;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes balloon-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes balloon-bounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(.9);
  }
  75% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

.p-list__inner {
  background: #fff;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .04rem;
  line-height: 1.55;
  margin-bottom: 20px;
  padding: 20px 20px 20px 75px;
  text-indent: -45px;
}

@media (max-width: 767px) {
	.p-list {
  padding-left: 0 !important;
}
	
  .p-list__inner {
	width: auto;
    border-radius: 10px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 55px;
    text-indent: -35px;
  }	
}

.p-list__inner:last-of-type {
  margin-bottom: 0;
}

.p-list__small {
  display: block;
  font-size: 1.6rem;
  text-indent: 0;
}

@media (max-width: 767px) {
  .p-list__small {
    font-size: 1.3rem;
  }
}

.p-list__icon {
  height: auto;
  margin-right: 20px;
  margin-top: -6px;
  vertical-align: middle;
  width: 30px;
}

@media (max-width: 767px) {
  .p-list__icon {
    margin-right: 14px;
    width: 20px;
  }
}

.p-list-flow {
  width: 100%;
}

.p-list-flow li {
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  height: 90px;
  justify-content: space-between;
  line-height: 1.35;
  padding: 0 30px 0 45px;
  position: relative;
  text-indent: 0;
}

@media (max-width: 767px) {
  .p-list-flow li {
    font-size: 1.8rem;
    height: 85px;
    padding: 0 10px 0 20px;
  }
}

@media (max-width: 427px) {
  .p-list-flow li {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}

.p-list-flow li img {
  vertical-align: middle;
}

@media (max-width: 427px) {
  .p-list-flow li img {
    width: 50px;
  }
}

.p-list-flow li img:first-of-type {
  height: auto;
  width: 45px;
}

@media (max-width: 767px) {
  .p-list-flow li img:first-of-type {
    margin-right: 10px;
    width: 35px;
  }
}

@media (max-width: 427px) {
  .p-list-flow li img:first-of-type {
    margin-right: 5px;
    width: 35px;
  }
}

.p-list-flow li img:last-of-type {
  height: auto;
  margin-left: auto;
  width: 70px;
}

@media (max-width: 767px) {
  .p-list-flow li img:last-of-type {
    width: 57px;
  }
}

.p-list-flow li span {
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.2rem;
  vertical-align: top;
}

.p-list-flow__text {
  display: block;
  flex: 1;
  height: auto;
  left: 110px;
  margin: 0;
  padding-right: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .p-list-flow__text {
    left: 65px;
  }
}

@media (max-width: 427px) {
  .p-list-flow__text {
    left: 55px;
    padding-right: 66px;
  }
}

.p-list-notes {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.55;
  margin-top: 40px;
}

.p-list-notes li {
  margin-bottom: 5px;
  padding-left: calc(1em + 8px);
  position: relative;
  text-indent: calc(-1em - 8px);
}

@media (max-width: 767px) {
  .p-list-notes {
    font-size: 1.2rem;
    margin-top: 20px;
	  width: 90%;
  }
}

.p-list-notes__number {
  margin-right: 8px;
}

.p-list-notes--footnote li {
  padding-left: calc(1.5em + 8px);
  text-indent: calc(-1.5em - 8px);
}

.p-point {
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .p-point {
    padding-bottom: 60px;
  }
}

.p-notes {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .p-notes {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.u-m-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-100 {
  margin-top: 100px;
}

.u-mt-140 {
  margin-top: 140px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-mb-120 {
  margin-bottom: 120px;
}

.u-mr-15 {
  margin-right: 15px;
}

.u-pt-10 {
  padding-top: 10px;
}

.u-pt-30 {
  padding-top: 30px;
}

.u-pb-5 {
  padding-bottom: 5px;
}

.u-pb-10 {
  padding-bottom: 10px;
}

.u-display-md,
.u-display-sp {
  display: none !important;
}

.u-display-inline {
  display: inline-block;
}

.u-display-block {
  display: block;
}

.u-display-ss__none {
  display: block;
}

@media (max-width: 767px) {
  .u-display-md {
    display: block !important;
  }
  .u-display-md-none {
    display: none;
  }
}

@media (max-width: 639px) {
  .u-display-sp {
    display: block;
  }
  .u-display-pc {
    display: none;
  }
}

@media (max-width: 427px) {
  .u-display-ss__none {
    display: none;
  }
}

.u-text-red {
  color: #d43b3b;
}

.u-text-bold {
  font-weight: bold;
}


@media screen and (max-width: 736px){
  .btn_pagetop_sp {
    display: none !important;
	}
	.c-border__2color p {
		font-size: 1.4rem;
	}
	body {
	overflow-x: hidden!important;
	}
}

#fixed-banner {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

#fixed-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#fixed-banner img {
  width: 100%;
  display: block;
  height: auto;
}

@media screen and (min-width: 737px) {
  #fixed-banner {
    display: none !important;
  }
}