* {
  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%;
}

body,
html {
  min-height: 100%;
}

body {
  color: #373737;
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, 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-main {
  background: #f9f2e6;
  width: 100%;
}

.l-main__section {
  padding-block: 120px;
  padding-inline: 30px;
}

@media (max-width: 767px) {
  .l-main__section {
    padding-block: 50px;
  }
}

@media (max-width: 427px) {
  .l-main__section {
    padding-inline: 20px;
  }
}

.l-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 1023px) {
  .l-container {
    width: 90vw;
  }
}

@media (max-width: 639px) {
  .l-container {
    padding: 0;
    width: 100%;
  }
}

.l-container--small {
  max-width: 800px;
}

@media (max-width: 767px) {
  .l-container--small {
    padding: 0;
    width: 100%;
  }
}

.c-button {
  align-items: center;
  background-color: #fff;
  border: 2px solid #d43b3b;
  border-radius: 34px;
  box-sizing: border-box;
  color: #d43b3b!important;
  display: inline-flex;
  font-family: ヒラギノ角ゴ ProN W6, Hiragino Kaku Gothic ProN, 游ゴシック体, Yu Gothic, YuGothic, メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: center;
  max-width: 274px;
  min-height: 56px;
  padding: 10px 12px;
  position: relative;
  text-decoration: none;
  transition: .2s ease;
  width: 100%;
	margin-top: 30px;
}

@media (max-width: 767px) {
  .c-button {
    font-size: 1.0rem;
    min-height: 48px;
	  margin-top: 20px;
  }
}

@media (max-width: 427px) {
  .c-button {
    max-width: 243px;
  }
}

.c-button:before {
  background-image: url(/library/100_kojin/new_tutyou_app/img/arrow.svg);
  content: "";
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

.c-button:hover {
  background-color: #d43b3b;
  color: #fff!important;
}

.c-button:hover:before {
  background-image: url(/library/100_kojin/new_tutyou_app/img/arrow_white.svg);
}

@media (max-width: 767px) {
  .c-button--faq {
    width: 196px;
  }
}

.c-button--faq:before {
  right: 5px;
  top: calc(50% - 6px);
  transform: rotate(-90deg) translateY(-50%);
}

.c-button-area {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.c-button-area--shift {
  margin-top: 50px;
}

.c-button-area--faq {
  justify-content: end;
  margin-left: auto;
}

.c-button-area--faq:first-of-type {
  margin: 40px 0 16px;
}

/* ---- ここから追加 ---- */
.c-device > a {
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .c-device > a {
    display: none;
  }

  .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;
  }
}

.c-device.c-device__others > a {
  display: inline-block;
}
/* ---- ここまで ---- */

.c-device img {
  display: inline-block;
}

@media (max-width: 767px) {
  .c-device img:first-of-type,
  .c-device img:nth-of-type(2) {
    display: block;
  }
}

.c-device.c-device__android img:nth-of-type(2),
.c-device.c-device__iOS img:first-of-type,
.c-device.c-device__others img:first-of-type,
.c-device.c-device__others img:nth-of-type(2) {
  display: inline-block;
}

.c-title {
  color: #d43b3b;
  font-size: 4rem;
  letter-spacing: .08rem;
  line-height: 1.2;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .c-title {
    font-size: 2.4rem;
    margin-top: 40px;
  }
}

@media (max-width: 639px) {
  .c-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.c-title:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 639px) {
  .c-title:before {
    height: 13px;
  }
}

@media (max-width: 427px) {
  .c-title:before {
    height: 12px;
  }
}

.c-title--details:before {
  background-image: url(/library/100_kojin/new_tutyou_app/img/subtitle-details.svg);
}

@media (max-width: 639px) {
  .c-title--details:before {
    height: 13px;
  }
}

.c-title--flow:before {
  background-image: url(/library/100_kojin/new_tutyou_app/img/subtitle-flow.svg);
}

.c-title--faq {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .c-title--faq {
    margin-bottom: 20px;
  }
}

.c-title--faq:before {
  background-image: url(/library/100_kojin/new_tutyou_app/img/subtitle-faq.svg);
  height: 17px;
}

@media (max-width: 639px) {
  .c-title--faq:before {
    height: 15px;
  }
}

@media (max-width: 427px) {
  .c-title--faq:before {
    height: 14px;
  }
}

.c-title--left {
  text-align: left;
}

.c-title--left:before {
  left: 0;
  transform: translateX(0);
}

.c-subtitle {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 639px) {
  .c-subtitle {
    font-size: 1.0rem;
  }
}

.c-subtitle--left {
  text-align: left;
}

.p-shift {
  background-color: #e8e1d6;
  box-sizing: border-box;
  padding-block: 70px;
}

@media (max-width: 767px) {
  .p-shift {
    padding-block: 50px;
  }
}

.p-shift__wrapper {
  align-items: center;
  display: flex;
  gap: 100px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

@media (max-width: 929px) {
  .p-shift__wrapper {
    gap: 7%;
  }
}

@media (max-width: 767px) {
  .p-shift__wrapper {
    flex-direction: column;
    gap: 36px;
    text-align: center;
  }
}

@media (max-width: 427px) {
  .p-shift__wrapper {
    max-width: 280px;
  }
}

.p-shift__title {
  max-width: 356px;
  width: 37%;
}

@media (max-width: 767px) {
  .p-shift__title {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .p-shift__title {
    width: 70%;
  }
}

@media (max-width: 427px) {
  .p-shift__title {
    max-width: 244px;
    width: 94%;
  }
}

.p-shift__app {
  max-width: 418px;
  width: 44%;
}

@media (max-width: 767px) {
  .p-shift__app {
    width: 55%;
  }
}

@media (max-width: 639px) {
  .p-shift__app {
    width: 70%;
  }
}

@media (max-width: 427px) {
  .p-shift__app {
    max-width: 278px;
    width: 100%;
  }
}

.p-evolve {
  padding-block: 60px;
}

@media (max-width: 639px) {
  .p-evolve {
    padding-block: 20px;
  }
}

.p-evolve__wrapper {
  align-items: center;
  background: #fff;
  border-radius: 30px;
  display: flex;
  margin: 0 auto;
  max-width: 1080px;
}

@media (max-width: 767px) {
  .p-evolve__wrapper {
    border-radius: 20px;
    flex-direction: column;
    max-width: 400px;
  }
}

.p-evolve__title {
  text-align: center;
  width: 50%;
}

@media (max-width: 767px) {
  .p-evolve__title {
    padding-block: 25px;
    width: 90%;
  }
}

.p-evolve__title img {
  width: 56%;
}

@media (max-width: 767px) {
  .p-evolve__title img {
    width: 64%;
  }
}

.p-evolve__image {
  text-align: center;
  width: 50%;
}

@media (max-width: 767px) {
  .p-evolve__image {
    width: 100%;
  }
}

.p-main-visual {
  margin: 0 auto;
  padding: 50px 20px 70px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .p-main-visual {
    padding: 40px 20px;
  }
}

.p-main-visual__inner {
  align-items: center;
  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__left {
  max-height: 428px;
  width: 55%;
}

@media (max-width: 1023px) {
  .p-main-visual__left {
    width: 43%;
  }
}

@media (max-width: 767px) {
  .p-main-visual__left {
    max-height: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-main-visual__title {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-main-visual__title img {
    min-width: 278px;
    width: 70%;
  }
}

@media (max-width: 639px) {
  .p-main-visual__title img {
    max-width: 400px;
    min-width: auto;
    width: 87%;
  }
}

@media (max-width: 427px) {
  .p-main-visual__title img {
    width: 79.5%;
  }
}

.p-main-visual__subtitle {
  color: #d43b3b;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-main-visual__subtitle {
    font-size: 4.4rem;
  }
}

@media (max-width: 767px) {
  .p-main-visual__subtitle {
    font-size: 3.4rem;
  }
}

@media (max-width: 639px) {
  .p-main-visual__subtitle {
    font-size: 2.4rem;
  }
}

.p-main-visual__subtitle span {
  font-size: 3.4rem;
}

@media (max-width: 1023px) {
  .p-main-visual__subtitle span {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .p-main-visual__subtitle span {
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .p-main-visual__subtitle span {
    font-size: 1.5rem;
  }
}

.p-main-visual__download {
  background-color: #fff;
  background-image: url(/library/100_kojin/new_tutyou_app/img/bg.webp);
  background-position: 28% 35%;
  background-size: 108%;
  border-radius: 12px;
  box-sizing: border-box;
  margin: 40px auto 0;
  max-height: 200px;
  max-width: 1080px;
  padding: 40px 128px;
  width: 100%;
}

@media (max-width: 1023px) {
  .p-main-visual__download {
    padding: 40px 60px;
  }
}

@media (max-width: 929px) {
  .p-main-visual__download {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .p-main-visual__download {
    background-image: url(/library/100_kojin/new_tutyou_app/img/bg_sp.webp);
    background-position: -58px -44px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    max-height: none;
  }
}

@media (max-width: 639px) {
  .p-main-visual__download {
    background-position: -16% -8vw;
    background-size: 27vw;
    padding: 30px;
  }
}

@media (max-width: 427px) {
  .p-main-visual__download {
    background-position: -13vw -6vw;
    background-size: 29vw;
    max-width: 320px;
  }
}

.p-main-visual__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

@media (max-width: 1023px) {
  .p-main-visual__content {
    gap: 150px;
  }
}

@media (max-width: 929px) {
  .p-main-visual__content {
    gap: 110px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .p-main-visual__content {
    margin-top: 5px;
    display: block;
    text-align: center;
  }
}

.p-main-visual__heading {
  color: #d43b3b;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .08em;
  text-align: left;
}

@media (max-width: 767px) {
  .p-main-visual__heading {
    text-align: center;
    font-size: 1.6rem;
  }
}

@media (max-width: 639px) {
  .p-main-visual__heading {
    font-size: 1.2rem;
  }
}

.p-main-visual__description {
  font-size: 1.6rem;
  color: #5a5656;
  line-height: 2;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 929px) {
  .p-main-visual__description {
    line-height: 1.75;
  }
}

@media (max-width: 767px) {
  .p-main-visual__description {
    line-height: 2;
    text-align: center;
  }
}

@media (max-width: 639px) {
  .p-main-visual__description {
    font-size: 1.0rem;
	  line-height: 1.5;
  }
}

.p-main-visual__description span {
  display: inline-block;
}

.p-main-visual__app {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

@media (max-width: 767px) {
  .p-main-visual__app {
    justify-content: center;
    margin-top: 25px;
  }
}

.p-main-visual__store {
  display: flex;
  gap: 10px;
}

.p-main-visual__right {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 584px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-main-visual__right {
    width: 80%;
  }
}

@media (max-width: 639px) {
  .p-main-visual__right {
    width: 100%;
  }
}

.p-main-visual__right-mobile {
  width: 86%;
  max-width: 534px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.p-main-visual__right-shirodon {
  position: absolute;
  width: 38%;
  max-width: 128px;
  bottom: -15%;
  left: 4%;
}

.p-main-visual__right-kurodon {
  position: absolute;
  width: 38%;
  max-width: 110px;
  bottom: -14%;
  right: 0%;
}

.p-card {
  position: relative;
  width: 100%;
  max-width: 564px;
  height: auto;
  aspect-ratio: 292 / 434;
  display: flex;
  justify-content: space-between;
  max-height: 434px;
}

@media (max-width: 767px) {
  .p-card {
    margin-top: 40px;
    height: 59vw;
  }
}

@media (max-width: 639px) {
  .p-card {
    margin-top: 20px;
    height: 72vw;
  }
}

.p-card__inner {
  position: absolute;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transform: scale(.7);
  transition: all .5s ease-out;
  width: calc(50% + 10px);
  max-width: 292px;
  max-height: 434px;
}

@media (max-width: 767px) {
  .p-card__inner {
    height: auto;
  }
}

.p-card__inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateZ(0);
}

.p-card__new {
  right: 0;
  animation: scaleUp .8s .5s forwards;
}

@media (max-width: 767px) {
  .p-card__new {
    right: 25px;
  }
}

@media (max-width: 639px) {
  .p-card__new {
    right: 20px;
  }
}

@media (max-width: 427px) {
  .p-card__new {
    right: 8px;
    animation: scaleUpSp .8s .5s forwards;
  }
}

.p-card__old {
  left: 30px;
  animation: appearFromDepth .5s forwards, shrink .5s 1.5s forwards;
}

@media (max-width: 767px) {
  .p-card__old {
    left: -5px;
  }
}

@media (max-width: 427px) {
  .p-card__old {
    left: -10px;
    animation: appearFromDepthSp .5s forwards, shrinkSp .5s 1.5s forwards;
  }
}

.p-card__front {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 2s ease;
}

.p-card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease;
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .25));
  }
}

@keyframes scaleUpSp {
  0% {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .25));
  }
}

@keyframes appearFromDepth {
  to {
    opacity: 1;
    transform: scale(.8);
  }
}

@keyframes appearFromDepthSp {
  to {
    opacity: 1;
    transform: scale(.85);
  }
}

@keyframes shrink {
  to {
    transform: scale(.8);
    z-index: 1;
  }
}

@keyframes shrinkSp {
  to {
    transform: scale(.85);
    z-index: 1;
  }
}

.p-cta {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-cta {
    max-width: 520px;
    width: 96%;
    box-sizing: border-box;
  }
}

@media (max-width: 427px) {
  .p-cta {
    padding-inline: 0;
    width: 100%;
  }
}

.p-cta__download {
  background-color: #fff;
  background-image: url(/library/100_kojin/new_tutyou_app/img/bg02.webp);
  border-radius: 12px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-size: 114%;
  background-position: 50% 40%;
  max-height: 360px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

@media (max-width: 929px) {
  .p-cta__download {
    max-height: 310px;
  }
}

@media (max-width: 767px) {
  .p-cta__download {
    max-height: none;
    background-image: url(/library/100_kojin/new_tutyou_app/img/bg_sp02.webp);
    background-size: 115%;
    background-position: -66px -62px;
    background-repeat: no-repeat;
    flex-direction: column;
    border-radius: 8px;
  }
}

@media (max-width: 427px) {
  .p-cta__download {
    background-size: 118%;
    background-position: -45px -8px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}

.p-cta__content {
  padding: 62px 0 62px 100px;
}

@media (max-width: 1279px) {
  .p-cta__content {
    padding-left: 10%;
  }
}

@media (max-width: 1023px) {
  .p-cta__content {
    padding-left: 7%;
  }
}

@media (max-width: 929px) {
  .p-cta__content {
    padding-left: 5%;
  }
}

@media (max-width: 767px) {
  .p-cta__content {
    padding: 36px 0 20px;
  }
}

@media (max-width: 427px) {
  .p-cta__content {
    padding-bottom: 10px;
  }
}

.p-cta__heading {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #d43b3b;
  letter-spacing: .08em;
  text-align: left;
}

@media (max-width: 1023px) {
  .p-cta__heading {
    font-size: 2.2rem;
  }
}

@media (max-width: 929px) {
  .p-cta__heading {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .p-cta__heading {
    text-align: center;
    font-size: 1.6rem;
  }
}

@media (max-width: 639px) {
  .p-cta__heading {
    font-size: 1.2rem;
  }
}

.p-cta__heading span {
  display: inline-block;
}

.p-cta__description {
  font-size: 1.6rem;
  color: #5a5656;
  line-height: 2;
  font-weight: 700;
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 929px) {
  .p-cta__description {
    margin-top: 10px;
    line-height: 1.7;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-cta__description {
    text-align: center;
  }
}

@media (max-width: 639px) {
  .p-cta__description {
    font-size: 1.0rem;
    line-height: 1.5;
  }
}

.p-cta__description span {
  display: inline-block;
}

.p-cta__app {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
}

@media (max-width: 929px) {
  .p-cta__app {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p-cta__app {
    justify-content: center;
  }
}

@media (max-width: 427px) {
  .p-cta__app {
    padding: 2%;
  }
}

.p-cta__store {
  display: flex;
  gap: 10px;
}

.p-cta__image {
  width: 52%;
  position: relative;
  min-height: 360px;
}

@media (max-width: 1023px) {
  .p-cta__image {
    width: 69%;
  }
}

@media (max-width: 929px) {
  .p-cta__image {
    min-height: 310px;
  }
}

@media (max-width: 767px) {
  .p-cta__image {
    width: 100%;
    height: 249px;
    min-height: auto;
  }
}

.p-cta__image-mobile {
  z-index: 10;
  position: absolute;
  right: 13%;
  bottom: 0;
  width: 65%;
}

@media (max-width: 767px) {
  .p-cta__image-mobile {
    margin-top: 0;
    width: 90%;
    max-width: 253px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 427px) {
  .p-cta__image-mobile {
    width: 86%;
  }
}

.p-cta__image-shirodon {
  position: absolute;
  z-index: 30;
  width: 17.5%;
  max-width: 112px;
  bottom: 5%;
  left: 12%;
}

@media (max-width: 767px) {
  .p-cta__image-shirodon {
    top: auto;
    width: 21%;
    max-width: none;
    left: 6vw;
    bottom: -7%;
  }
}

@media (max-width: 427px) {
  .p-cta__image-shirodon {
    width: 30%;
    max-width: 88px;
    left: 3%;
  }
}

.p-cta__image-kurodon {
  position: absolute;
  z-index: 30;
  width: 17.1%;
  bottom: 3%;
  right: 10%;
}

@media (max-width: 929px) {
  .p-cta__image-kurodon {
    bottom: 8%;
  }
}

@media (max-width: 767px) {
  .p-cta__image-kurodon {
    bottom: -4%;
    width: 18.9%;
  }
}

@media (max-width: 427px) {
  .p-cta__image-kurodon {
    width: 30%;
    max-width: 86px;
    right: 4%;
  }
}

.p-toggle {
  border-top: 1px solid #c8c0b3;
  overflow: hidden;
  transition: all 300ms ease;
}

.p-toggle:last-of-type {
  margin-bottom: 0;
  border-bottom: 1px solid #c8c0b3;
}

.p-toggle:hover {
  background-color: #fff;
}

.p-toggle__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 300ms linear, opacity 300ms linear;
  border-top: none;
}

.p-toggle__inner {
  padding: 0 50px 32px 16px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .p-toggle__inner {
    padding: 0 50px 25px 20px;
    font-size: 1.0rem;
  }
}

.p-toggle__inner li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .p-toggle__inner li {
    font-size: 1.0rem;
  }
}

.p-toggle__text {
  text-indent: -2em;
  padding-left: 2em;
}

.p-toggle__text span {
  font-family: M PLUS Rounded 1c, sans-serif;
  color: #5a5656;
  font-size: 2.4rem;
  font-weight: 800;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .p-toggle__text span {
    font-size: 2rem;
  }
}

.p-toggle__list {
  padding: 32px 24px 32px 16px;
  cursor: pointer;
  transition: background-color 300ms linear;
  font-size: 1.6rem;
  line-height: 1.55;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  height: 100px;
}

@media (max-width: 767px) {
  .p-toggle__list {
    padding: 15px 50px 15px 15px;
    font-size: 1.0rem;
	line-height: 1.2;
    height: 70px;
    display: flex;
    align-items: center;
  }
}

.p-toggle__list::marker {
  display: none;
  list-style: none;
  font-size: 0;
}

.p-toggle__list:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 10;
  width: 32px;
  height: 32px;
  transition: opacity 300ms linear;
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/library/100_kojin/new_tutyou_app/img/icon_plus.svg);
}

.p-toggle__list:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); 
  right: 28px;
  z-index: 10;
  width: 32px;
  height: 32px;
  transition: opacity 300ms linear;
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/library/100_kojin/new_tutyou_app/img/icon_plus.svg);
}

@media (max-width: 767px) {
  .p-toggle__list:after,
  .p-toggle__list:before {
    right: 10px;
    width: 28px;
    height: 28px;
  }
}

.p-toggle__list:after {
  opacity: 0;
}

.p-toggle__list span {
  font-family: M PLUS Rounded 1c, sans-serif;
  color: #d43b3b;
  font-size: 2.4rem;
  font-weight: 800;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .p-toggle__list span {
    font-size: 2rem;
  }
}

.p-toggle[open] .p-toggle__list:before {
  opacity: 0;
}

.p-toggle[open] .p-toggle__list:after {
  opacity: 1;
  background-image: url(/library/100_kojin/new_tutyou_app/img/icon_minus.svg);
  transform: translateY(-50%);
}

.p-toggle[open] .p-toggle__content {
  max-height: 620px;
  opacity: 1;
}

.p-faq {
  background-color: #e8e1d6;
}

@media (max-width: 639px) {
  .p-faq {
    padding-inline: 30px;
  }
}

.p-details {
  background: #e8e1d6;
}

.p-details__subtitle {
  margin-bottom: 40px;
}

@media (max-width: 639px) {
  .p-details__subtitle {
    margin-bottom: 20px;
  }
}

.p-details-table {
  text-align: center;
}

.p-details-table__inner {
  width: 100%;
  table-layout: fixed;
}

.p-details-table__inner thead {
  border-bottom: 3px solid #e8e1d6;
}

@media (max-width: 767px) {
  .p-details-table__inner thead {
    border-bottom: 2px solid #e8e1d6;
  }
}

.p-details-table__caption {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.p-details-table__th {
  background-color: #fff9ec;
  border-right: 3px solid #e8e1d6;
  text-align: center;
  vertical-align: middle;
  padding: 20px 15px;
  font-size: 1.8rem;
  line-height: 1.25;
  width: 30%;
}

@media (max-width: 767px) {
  .p-details-table__th {
    font-size: 1.0rem;
    border-right: 2px solid #e8e1d6;
  }
}

@media (max-width: 639px) {
  .p-details-table__th {
    font-size: 0.7rem;
    padding: 5px 15px;
  }
}

@media (max-width: 427px) {
  .p-details-table__th {
    padding: 5px;
    width: 36%;
  }
}

thead .p-details-table__th:last-of-type {
  border-right: none;
}

.p-details-table__th span {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
}

.p-details-table__th img {
  vertical-align: middle;
  margin-right: 6px;
}

.p-details-table__period {
  padding: 10px 20px;
}

.p-details-table__td {
  background-color: #fff;
  border-right: 3px solid #e8e1d6;
  text-align: center;
  vertical-align: middle;
  padding: 20px 15px;
  font-size: 1.6rem;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .p-details-table__td {
    font-size: 1.0rem;
    border-right: 2px solid #e8e1d6;
  }
}

@media (max-width: 639px) {
  .p-details-table__td {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
}

@media (max-width: 427px) {
  .p-details-table__td {
    padding: 5px;
  }
}

.p-details-table__td:last-of-type {
  border-right: none;
}

.p-details-table__td span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .p-details-table__td span {
    font-size: 1.4rem;
  }
}

@media (max-width: 639px) {
  .p-details-table__td span {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
}

.p-details-table__corner-topleft {
  border-top-left-radius: 15px;
  width: 20%;
}

@media (max-width: 639px) {
  .p-details-table__corner-topleft {
    border-top-left-radius: 10px;
  }
}

@media (max-width: 427px) {
  .p-details-table__corner-topleft {
    width: 16%;
  }
}

.p-details-table__corner-topright {
  border-top-right-radius: 15px;
}

@media (max-width: 639px) {
  .p-details-table__corner-topright {
    border-top-right-radius: 10px;
  }
}

.p-details-table__corner-bottomleft {
  border-bottom-left-radius: 15px;
}

@media (max-width: 639px) {
  .p-details-table__corner-bottomleft {
    border-bottom-left-radius: 10px;
  }
}

.p-details-table__corner-bottomright {
  border-bottom-right-radius: 15px;
}

@media (max-width: 639px) {
  .p-details-table__corner-bottomright {
    border-bottom-right-radius: 10px;
  }
}

.p-details-notes {
  margin-top: 40px;
}

@media (max-width: 639px) {
  .p-details-notes {
    margin-top: 30px;
  }
}

.p-details-notes__title {
  background-color: #d43b3b;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: .04rem;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 14px;
}

@media (max-width: 639px) {
  .p-details-notes__title {
    font-size: 1.2rem;
  }
}

.p-details-notes__list {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 10px;
}

.p-details-notes__list img {
  vertical-align: middle;
  margin-right: 6px;
}

@media (max-width: 639px) {
  .p-details-notes__list img {
    margin-right: 4px;
  }
}

.p-details-notes__list li {
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 10px;
  vertical-align: middle;
  text-indent: calc(-1em - 4px);
  padding-left: calc(1em + 4px);
}

@media (max-width: 639px) {
  .p-details-notes__list li {
    font-size: 1.0rem;
    margin-bottom: 6px;
  }
}

.p-details-notes__list li:last-of-type {
  margin-bottom: 0;
}

.p-details-remark {
  font-size: 1.4rem;
  line-height: 1.35;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .p-details-remark {
    font-size: 1.0rem;
    line-height: 1.55;
  }
}

.p-flow__subtitle {
  margin-bottom: 40px;
}

.p-flow__step {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 988px;
  margin: 60px auto 0;
}

@media (max-width: 929px) {
  .p-flow__step {
    width: 104%;
    margin-left: -2%;
  }
}

@media (max-width: 767px) {
  .p-flow__step {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}

.p-flow__box {
  background: #fff;
  border-radius: 30px;
  padding: 13px 24px;
  text-align: center;
  flex: 1;
  position: relative;
  height: 208px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 175px;
}

@media (max-width: 1279px) {
  .p-flow__box {
    padding: .8vw 1.8vw;
    flex: .8;
  }
}

@media (max-width: 1023px) {
  .p-flow__box {
    height: 168px;
    border-radius: 20px;
  }
}

@media (max-width: 929px) {
  .p-flow__box {
    padding: .8vw 1.5vw;
  }
}

@media (max-width: 767px) {
  .p-flow__box {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 60px;
    flex: auto;
    border-radius: 30px;
    padding: 10px 20px;
  }
}

.p-flow__box--wide {
  flex: 2;
  max-width: none;
}

@media (max-width: 767px) {
  .p-flow__box--wide {
    height: 120px;
  }
}

.p-flow__box--small {
  height: 134px;
}

@media (max-width: 1023px) {
  .p-flow__box--small {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .p-flow__box--small {
    height: 60px;
    width: 70%;
  }
}

.p-flow__flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 48px;
}

@media (max-width: 1023px) {
  .p-flow__flex {
    gap: 23px;
  }
}

@media (max-width: 767px) {
  .p-flow__flex {
    flex-direction: column;
    flex: auto;
    gap: 0;
    justify-content: center;
    align-items: center;
  }
}

.p-flow__flex:after {
  content: "";
  display: block;
  background: #fff9ec;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .p-flow__flex:after {
    width: 100%;
    height: 3px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-flow__flex:before {
  content: "";
  background-image: url(/library/100_kojin/new_tutyou_app/img/arrow03.svg);
  width: 238px;
  height: 24px;
  position: absolute;
  top: 75%;
  right: -238px;
  transform: translateY(-50%);
  background-size: contain;
}

@media (max-width: 1279px) {
  .p-flow__flex:before {
    width: 19.46vw;
    right: -19.46vw;
  }
}

@media (max-width: 767px) {
  .p-flow__flex:before {
    background-image: url(/library/100_kojin/new_tutyou_app/img/arrow05.svg);
    width: 15px;
    height: 120px;
    top: auto;
    bottom: -120px;
    right: 18%;
    transform: translateX(-50%);
  }
}

.p-flow__arrow {
  margin-right: 9px;
  margin-top: 104px;
  transform: translateY(-50%);
}

@media (max-width: 1279px) {
  .p-flow__arrow {
    width: 2.5vw;
  }
}

@media (max-width: 1023px) {
  .p-flow__arrow {
    margin-top: 84px;
  }
}

@media (max-width: 767px) {
  .p-flow__arrow {
    margin: 2px auto 20px;
    height: 15px;
    width: auto;
    transform: rotate(90deg);
  }
}

.p-flow__arrow--top {
  margin-top: 52px;
}

@media (max-width: 1023px) {
  .p-flow__arrow--top {
    margin-top: 42px;
  }
}

@media (max-width: 767px) {
  .p-flow__arrow--top {
    margin: 2px 0 20px 25%;
    transform: rotate(90deg) translateY(-50%);
  }
}

.p-flow__label {
  font-family: M PLUS Rounded 1c, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  font-weight: 700;
  color: #5a5656;
  margin-bottom: 10px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #badfff;
  border-radius: 40px;
  padding: 6px 14px;
}

@media (max-width: 1023px) {
  .p-flow__label {
    font-size: 1.0rem;
    line-height: 1.2;
    top: -10px;
    padding: 3px 14px;
  }
}

@media (max-width: 767px) {
  .p-flow__label {
    font-size: 0.8rem;
    top: -14px;
    padding: 6px 11px;
    width: 64px;
    height: 28px;
    box-sizing: border-box;
  }
}

.p-flow__text {
  font-family: ヒラギノ角ゴ ProN W6, Hiragino Kaku Gothic ProN, 游ゴシック体, Yu Gothic, YuGothic, メイリオ, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.55;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .p-flow__text {
    font-size: 1.25vw;
  }
}

@media (max-width: 1023px) {
  .p-flow__text {
    font-size: 1.35vw;
  }
}

@media (max-width: 767px) {
  .p-flow__text {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}

.p-flow__text--small {
  font-size: 1.0rem;
}

@media (max-width: 1279px) {
  .p-flow__text--small {
    font-size: 1.04vw;
  }
}

@media (max-width: 1023px) {
  .p-flow__text--small {
    font-size: 1.14vw;
  }
}

@media (max-width: 767px) {
  .p-flow__text--small {
    font-size: 1.0rem;
  }
}

.p-flow__text--red {
  color: #d43b3b;
  font-weight: 600;
  font-size: 1.8rem;
}

@media (max-width: 1279px) {
  .p-flow__text--red {
    font-size: 1.25vw;
  }
}

@media (max-width: 1023px) {
  .p-flow__text--red {
    font-size: 1.35vw;
  }
}

@media (max-width: 767px) {
  .p-flow__text--red {
    font-size: 1.2rem;
  }
}

.p-flow .p-flow-box__left,
.p-flow .p-flow-box__right {
  flex: .5;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

@media (max-width: 767px) {
  .p-flow .p-flow-box__left,
  .p-flow .p-flow-box__right {
    justify-content: center;
  }
}

.p-flow .p-flow-box__right {
  gap: 4.05vw;
}

@media (max-width: 767px) {
  .p-flow .p-flow-box__right {
    flex-direction: row;
    align-items: center;
    align-items: anchor-center;
    gap: 20px;
  }
}

.p-flow .p-flow-box__right:after {
  content: "";
  display: block;
  background: #fff9ec;
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .p-flow .p-flow-box__right:after {
    width: 3px;
    height: 50%;
    top: auto;
    left: 60%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .p-flow .p-flow-box__top {
    width: 60%;
    margin-bottom: -15px;
  }

  .p-flow .p-flow-box__bottom {
    width: 40%;
    margin-bottom: -15px;
  }
}

.p-flow .p-flow-remark {
  font-size: 1.4rem;
  line-height: 1.35;
  max-width: 988px;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .p-flow .p-flow-remark {
    font-size: 1.0rem;
    line-height: 1.55;
  }
}

.p-inquiry {
  background-color: #fff;
  padding-block: 60px;
}

@media (max-width: 767px) {
  .p-inquiry {
    padding-block: 30px;
  }
}

.p-inquiry__title {
  font-family: ヒラギノ角ゴ ProN W6, Hiragino Kaku Gothic ProN, 游ゴシック体, Yu Gothic, YuGothic, メイリオ, Meiryo, sans-serif;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .02rem;
}

@media (max-width: 767px) {
  .p-inquiry__title {
    font-size: 1.4rem;
  }
}

@media (max-width: 427px) {
  .p-inquiry__title {
    font-size: 1.2rem;
  }
}

.p-inquiry__title:after {
  content: "";
  display: block;
  width: 64px;
  height: 6px;
  background: #d43b3b;
  margin: 26px auto 0;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .p-inquiry__title:after {
    margin: 10px auto 0;
    width: 40px;
    height: 5px;
  }
}

.p-inquiry__text {
  font-family: ヒラギノ角ゴ ProN W6, Hiragino Kaku Gothic ProN, 游ゴシック体, Yu Gothic, YuGothic, メイリオ, Meiryo, sans-serif;
  color: #d43b3b;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .04rem;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-inquiry__text {
    font-size: 1.2rem;
  }
}

@media (max-width: 427px) {
  .p-inquiry__text {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.p-inquiry__tel {
  text-align: center;
}

@media (max-width: 427px) {
  .p-inquiry__tel img {
    width: 237px;
  }
}

.p-inquiry__time {
  font-family: ヒラギノ角ゴ ProN W6, Hiragino Kaku Gothic ProN, 游ゴシック体, Yu Gothic, YuGothic, メイリオ, Meiryo, sans-serif;
  margin-top: 15px;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: .04rem;
  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;
  }
}

.u-display-pc {
  display: block;
}

@media (max-width: 767px) {
  .u-display-pc {
    display: none;
  }
}

.u-display-sp {
  display: none;
}

@media (max-width: 767px) {
  .u-display-sp {
    display: block;
  }
}

.u-display-inline {
  display: inline-block;
}

@media (max-width: 639px) {
  .u-display-inline {
    display: block;
  }
}

@media screen and (max-width: 736px) {
	.p-details-notes__list {
		position: relative;
		left: -20px;
	}
}

.p-toggle__list:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  background-image: url(../../new_tutyou_app/img/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  opacity: 1 !important;
  transition: none !important;
}

.p-toggle[open] > .p-toggle__list:after {
  background-image: url(../../new_tutyou_app/img/icon_minus.svg);
}

@media (min-width: 768px) {
  .p-toggle__list:after {
    right: 28px;
    width: 32px;
    height: 32px;
  }
}
