@charset "UTF-8";
/*
 * foundation
 */
/*----- reset -----*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}

html {
  color: #333;
  background: #fff;
  font-size: 10px;
  line-height: 1.8;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none !important;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type=submit],
input[type=text],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

sup {
  font-size: 10px;
  vertical-align: 1.6em;
}

.inner-block {
  padding: 0;
  position: relative;
}

@media print, screen and (min-width: 641px) {
  .outer-block {
    min-width: 1340px;
  }
  .inner-block {
    margin: 0 auto;
    width: 1200px;
  }
  .inner-block.large {
    width: 1280px;
  }
}
#wrapper {
  position: relative;
}

.pcView {
  display: block;
}

.pcView-ib {
  display: inline-block;
}

@media print, screen and (min-width: 641px) {
  .spView,
  .spView-ib {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) {
  a,
  a::before,
  a::after,
  button {
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 15px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
    padding-top: 46px;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input, select, textarea {
    font-size: 16px !important;
  }
  .pcView,
  .pcView-ib {
    display: none !important;
  }
  .spView {
    display: block;
  }
  .spView-ib {
    display: inline-block;
  }
}
/*----------------------------------------------------------------------------

common

----------------------------------------------------------------------------*/
body {
  min-width: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h5, p, ul, ol, li, div, span {
  line-height: 1.5;
}

i {
  font-family: Helvetica Neue;
}

@media screen and (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.footer {
  border: 0;
}

.peter-rabbit-block__inner {
  width: 100%;
}

.group-page-footer__inner {
  width: 100%;
}

.pcOnly {
  display: block;
}
@media screen and (max-width: 960px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 960px) {
  .spOnly {
    display: block;
  }
}

.c-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.btn-wrap {
  text-align: center;
}

.c-btn01 {
  background-color: #e60000;
  border-radius: 100px;
  box-shadow: 0 4px 0 #b40000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 0 120px;
  position: relative;
  height: 114px;
  z-index: 1;
}

.c-btn01::before {
  background: url(../img/icon_arrow_right.png) no-repeat center center/contain;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 22px;
  height: 34px;
}

@media print, screen and (min-width: 641px) {
  .c-btn01:hover {
    background-color: #b40000;
    box-shadow: none;
    transform: translateY(4px);
  }
  .ie .c-btn01 {
    padding-top: 9px;
  }
}
@media only screen and (max-width: 640px) {
  .c-btn01 {
    box-shadow: 0 3px 0 #b40000;
    font-size: 24px;
    line-height: 1.4;
    padding: 12px 40px 12px 30px;
    height: auto;
    min-height: 60px;
    max-width: 280px;
    width: 100%;
  }
  .c-btn01::before {
    right: 20px;
    width: 11px;
    height: 17px;
  }
}
.c-btn02 {
  background-color: #e60000;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  width: 300px;
  height: 50px;
  z-index: 1;
}

.c-btn02::before {
  background: url(../img/icon_arrow_right.png) no-repeat center center/contain;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 11px;
}

@media print, screen and (min-width: 641px) {
  .c-btn02:hover {
    background-color: #b40000;
  }
  .ie .c-btn02 {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .c-btn02 {
    font-size: 16px;
    width: 100%;
    height: 50px;
  }
}
.c-ttl01 {
  background-color: #C30202;
  border-radius: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 64px;
  overflow: hidden;
  padding: 24px 0;
  position: relative;
  text-align: center;
}

.c-ttl01::before {
  content: "";
  background-image: url("../img/ttl_deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 100px;
  top: 0;
  left: 50px;
  position: absolute;
}

@media print, screen and (min-width: 641px) {
  .ie .c-ttl01 {
    padding: 20px 30px 10px;
  }
}
@media only screen and (max-width: 640px) {
  .c-ttl01 {
    border-radius: 10px;
    font-size: 24px;
    margin-bottom: 15px;
    padding: 6px 20px;
  }
  .c-ttl01::before {
    display: none;
  }
}
.c-ttl02 {
  color: #e60000;
  font-size: 0;
  line-height: 1.4;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}

.c-ttl02::before {
  background-color: currentColor;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.c-ttl02 .inn {
  background-color: #f7f7f7;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 641px) {
  .ie .c-ttl02::before {
    bottom: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .c-ttl02 {
    margin-bottom: 35px;
  }
  .c-ttl02 .inn {
    font-size: 22px;
    padding: 0 15px;
  }
}
.c-link {
  color: #e60000;
  text-decoration: underline;
}

.c-link:hover {
  text-decoration: none;
}

/*
 * layout
 */
.l-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 14px 0px;
}
.l-header__textLogo {
  margin-left: auto;
}

.l-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .l-inner {
    padding: 0 15px;
  }
}

.l-section {
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-section {
    margin-bottom: 70px;
  }
}
.l-section::before {
  content: "";
  display: block;
  width: 100vw;
  height: 335px;
  margin-left: calc(50% - 50vw);
  background: #F9F4EF;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 960px) {
  .l-section::before {
    height: 265px;
  }
}

/*
 * object
 */
.c-sectionTitle {
  padding: 90px 0 60px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-sectionTitle {
    padding: 50px 0 40px;
    font-size: 24px;
  }
}

.c-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 20px;
  font-family: Hiragino Sans;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}
.c-button.--primary {
  background: #74A444;
  color: #fff;
}
.c-button.--normal-g {
  background: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0784313725);
  color: #8EB963;
}
.c-button.--normal-o {
  background: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0784313725);
  color: #E6755F;
}
.c-button:hover {
  opacity: 0.7;
}

.c-tips {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .c-tips {
    gap: 10px;
  }
}
.c-tips__item {
  width: 50%;
  max-width: 390px;
  padding: 15px 0 20px;
  background: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-tips__item {
    padding: 10px 0;
  }
}
.c-tips__icon {
  max-width: 100px;
}
@media screen and (max-width: 960px) {
  .c-tips__icon {
    max-width: 60px;
  }
}
.c-tips__text {
  color: #333;
  font-family: Hiragino Sans;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-tips__text {
    padding-top: 5px;
  }
}
@media screen and (max-width: 960px) {
  .c-tips__text {
    padding-top: 10px;
    font-size: 18px;
    line-height: 1;
    position: relative;
  }
}
.c-tips__text span {
  padding: 0 5px;
  color: #D70C18;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .c-tips__text span {
    font-size: 38px;
  }
}
.c-tips__text span.--left {
  font-size: 50px;
  font-family: Helvetica Neue;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-tips__text span.--left {
    font-size: 34px;
    line-height: 1.1;
  }
}
.c-tips__text span.--right {
  font-size: 40px;
}
@media screen and (max-width: 960px) {
  .c-tips__text span.--right {
    font-size: 28px;
  }
}
.c-tips__text sup {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .c-tips__text sup {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
  }
}
.c-tips__annotation {
  padding-top: 30px;
  color: #666;
  font-family: Hiragino Sans;
  font-size: 16px;
  counter-reset: listnum;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .c-tips__annotation {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .c-tips__annotation {
    padding-top: 20px;
    font-size: 14px;
  }
}
.c-tips__annotation li {
  position: relative;
  padding-left: 3.5rem;
}
.c-tips__annotation li::before {
  counter-increment: listnum;
  content: "※" counter(listnum);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .c-tips__annotation li:not(:last-of-type) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .c-tips__annotation li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.c-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 99px;
  position: fixed;
  right: 5%;
  bottom: 5px;
}

.p-mainvisual {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-mainvisual {
    margin-bottom: 30px;
  }
}
.p-mainvisual__image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.p-mainvisual__image img {
  width: 100%;
}
.p-mainvisual__tips {
  margin-top: -40px;
}
@media screen and (max-width: 960px) {
  .p-mainvisual__tips {
    margin-top: -50px;
  }
}

.p-conversion {
  position: relative;
  margin-top: 40px;
  margin-bottom: 90px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .p-conversion {
    padding: 15px;
  }
}
.p-conversion.--upside {
  border: 8px solid #F9F4EF;
}
@media screen and (max-width: 960px) {
  .p-conversion.--upside {
    margin-top: 30px;
    margin-bottom: 50px;
    border-width: 6px;
  }
}
.p-conversion.--downside {
  margin-bottom: 0;
  padding: 40px 30px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0784313725);
}
@media screen and (max-width: 960px) {
  .p-conversion.--downside {
    margin-top: 30px;
    padding: 30px 15px;
  }
}
.p-conversion.--downside::after {
  content: "";
  background: url(/lp/tsunatou/assets/img/cv_img.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: block;
  width: 300px;
  height: 310px;
  position: absolute;
  bottom: 0;
  right: -10px;
  transform: translate(15%, 60px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-conversion.--downside::after {
    display: none;
  }
}
.p-conversion__box {
  position: relative;
  border-radius: 20px;
  border: 4px solid #FFF0F0;
  margin: 0 30px;
  padding: 22px 30px;
}
.p-conversion__box::before {
  content: "無料";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 2.34px;
  background: #D70C18;
  box-shadow: 0px 3px 7.5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -20px;
  top: -20px;
  width: 81px;
  height: 81px;
  border-radius: 999px;
}
@media screen and (max-width: 960px) {
  .p-conversion__box::before {
    width: 53px;
    height: 53px;
    font-size: 16px;
    line-height: 36px; /* 225% */
    letter-spacing: 1.44px;
    left: -12px;
    top: -12px;
  }
}
@media screen and (max-width: 960px) {
  .p-conversion__box {
    margin: 0;
    border: 3px solid #FFF0F0;
    padding: 17px 10px 13px;
  }
}
.p-conversion__bubble {
  color: #333;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 2.24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .p-conversion__bubble {
    font-size: 20px;
    line-height: 22px; /* 110% */
    letter-spacing: 0;
    margin-bottom: 7px;
  }
}
.p-conversion__bubble .font1 {
  color: #333;
  font-family: "Hiragino Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 960px) {
  .p-conversion__bubble .font1 {
    font-size: 14px;
    line-height: 22px;
  }
}
.p-conversion__bubble .font2 {
  color: #333;
  font-family: "Hiragino Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 1.82px;
}
@media screen and (max-width: 960px) {
  .p-conversion__bubble .font2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.p-conversion__linklist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .p-conversion__linklist {
    flex-wrap: wrap;
  }
}
.p-conversion__linkbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-conversion__linkbox {
    width: 100%;
    max-width: 280px;
  }
}
.p-conversion__linkbox p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .p-conversion__linkbox p {
    width: 160px;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.5em;
  }
}
.p-conversion__linkbox p::before {
  width: 3px;
  height: 1em;
  border-radius: 1em;
  content: "";
  background-color: #E9E9E9;
  transform: rotate(-20deg);
}
.p-conversion__linkbox p::after {
  width: 3px;
  height: 1em;
  border-radius: 1em;
  content: "";
  background-color: #E9E9E9;
  transform: rotate(20deg);
}
.p-conversion__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  background: #D70C18;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .p-conversion__link {
    border-radius: 40px;
  }
}
.p-conversion__link::after {
  content: "";
  background: url(/lp/tsunatou/assets/img/icon_window_01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 16px;
}
@media screen and (max-width: 960px) {
  .p-conversion__link::after {
    width: 13px;
    height: 13px;
  }
}
.p-conversion__link.store {
  padding: 14px 25px;
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px; /* 165% */
}
@media screen and (max-width: 960px) {
  .p-conversion__link.store {
    padding: 5px 23px 5px 20px;
    font-size: 15px;
    line-height: 33px; /* 220% */
  }
}
.p-conversion__link.store::before {
  content: "";
  background: url(/lp/tsunatou/assets/img/icon_map.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 960px) {
  .p-conversion__link.store::before {
    width: 25px;
    height: 25px;
  }
}
.p-conversion__link.web {
  padding: 5px 25px 5px 17px;
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px; /* 183.333% */
}
@media screen and (max-width: 960px) {
  .p-conversion__link.web {
    padding: 3px 20px 0px 20px;
    font-size: 13px;
  }
}
.p-conversion__link.web::before {
  content: "";
  background: url(/lp/tsunatou/assets/img/icon_cta_02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 51px;
  height: 51px;
}
@media screen and (max-width: 960px) {
  .p-conversion__link.web::before {
    width: 40px;
    height: 40px;
  }
}
.p-conversion__form {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 25px;
}
@media screen and (max-width: 960px) {
  .p-conversion__form {
    margin-bottom: 0;
    padding-top: 8px;
  }
}
.p-conversion__formHeading {
  color: #333;
  font-family: Hiragino Sans;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-conversion__formHeading {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.p-conversion__formTel {
  color: #333;
  font-family: Helvetica Neue;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-conversion__formTel {
    display: flex;
    align-items: center;
    font-size: 38px;
    letter-spacing: -1px;
  }
}
.p-conversion__formTel::before {
  content: "";
  background: url(/lp/tsunatou/assets/img/freediall.jpg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 10px;
}
@media screen and (max-width: 960px) {
  .p-conversion__formTel::before {
    width: 48px;
    margin-left: 0;
  }
}
.p-conversion__formText {
  width: 100%;
  padding-top: 10px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 20px;
  text-align: center;
}
.p-conversion__formText:lang(en) {
  font-family: Helvetica Neue;
}
@media screen and (max-width: 960px) {
  .p-conversion__formText {
    padding-top: 5px;
    font-size: 11px;
  }
}
.p-conversion__formText i {
  font-weight: 400;
}
.p-conversion__button::after {
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .p-conversion__button::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .p-conversion__button {
    padding: 17px 0;
  }
}

@media screen and (max-width: 960px) {
  .p-worries::before {
    z-index: -2;
  }
}
.p-worries__title {
  position: relative;
  font-size: 34px;
}
@media screen and (max-width: 960px) {
  .p-worries__title {
    padding-left: 20px;
    font-size: 23px;
    text-align: left;
  }
}
.p-worries__title span {
  color: #D70C18;
  font-size: 44px;
}
@media screen and (max-width: 960px) {
  .p-worries__title span {
    font-size: 29px;
  }
}
.p-worries__title::before {
  content: "";
  background: url(/lp/tsunatou/assets/img/problem_img_01.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: block;
  width: 240px;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-worries__title::before {
    width: 190px;
    left: unset;
    right: 0;
    transform: translateX(10px);
    z-index: -1;
  }
}
.p-worries__title::after {
  content: "";
  background: url(/lp/tsunatou/assets/img/problem_img_02.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: block;
  width: 135px;
  height: 230px;
  position: absolute;
  right: 30px;
  bottom: 35px;
}
@media screen and (max-width: 960px) {
  .p-worries__title::after {
    height: 170px;
    right: unset;
    left: 0;
    bottom: 20px;
    transform: translateX(0);
    z-index: -1;
  }
}
.p-worries__content {
  position: relative;
  padding: 20px;
  background: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .p-worries__content {
    padding: 15px;
  }
}
.p-worries__wrapper {
  width: 100%;
  position: relative;
  border: 3px dashed #E3EDD9;
  background-color: #fff;
}
.p-worries__wrapper::before, .p-worries__wrapper::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
.p-worries__wrapper::before {
  top: -3px;
  bottom: -3px;
  left: 62px;
  right: 62px;
}
@media screen and (max-width: 960px) {
  .p-worries__wrapper::before {
    left: 40px;
    right: 40px;
  }
}
.p-worries__wrapper::after {
  top: 64px;
  bottom: 64px;
  left: -3px;
  right: -3px;
}
@media screen and (max-width: 960px) {
  .p-worries__wrapper::after {
    top: 40px;
    bottom: 40px;
  }
}
.p-worries__inner {
  position: relative;
  z-index: 1;
  padding: 20px 100px;
}
@media screen and (max-width: 960px) {
  .p-worries__inner {
    padding: 10px 15px;
  }
}
.p-worries__item {
  display: flex;
  flex-flow: revert;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 15px;
  color: #333;
  font-size: 20px;
  font-family: Hiragino Sans;
}
@media screen and (max-width: 960px) {
  .p-worries__item {
    align-items: flex-start;
    font-size: 16px;
  }
}
.p-worries__item:last-of-type {
  margin-bottom: 0;
}
.p-worries__itemWrap {
  width: 100%;
}
.p-worries__item span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E3EDD9 60%);
}
.p-worries__item::before {
  content: "";
  display: inline-block;
  background: url(/lp/tsunatou/assets/img/icon_check.jpg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-right: 30px;
  border-radius: 999px;
}
@media screen and (max-width: 960px) {
  .p-worries__item::before {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}

.p-voice__title {
  position: relative;
  font-size: 34px;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-voice__title {
    font-size: 23px;
  }
}
.p-voice__title span {
  color: #D70C18;
  font-size: 42px;
}
@media screen and (max-width: 960px) {
  .p-voice__title span {
    font-size: 29px;
  }
}
.p-voice__title::before, .p-voice__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 120px;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .p-voice__title::before, .p-voice__title::after {
    width: 40px;
    height: 70px;
  }
}
.p-voice__title::before {
  background: url(/lp/tsunatou/assets/img/ttl_left.png) no-repeat;
  background-size: contain;
  left: 30px;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-voice__title::before {
    left: 0;
  }
}
.p-voice__title::after {
  background: url(/lp/tsunatou/assets/img/ttl_right.png) no-repeat;
  background-size: contain;
  right: 30px;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-voice__title::after {
    right: 0;
  }
}
.p-voice__subTitle {
  display: block;
  max-width: 390px;
  margin: 0 auto 10px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #ACACAC;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-voice__subTitle {
    max-width: 310px;
    font-size: 17px;
    padding-bottom: 10px;
  }
}
.p-voice__content {
  position: relative;
}
.p-voice__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.p-voice__item {
  width: calc(50% - 10px);
  margin-top: 50px;
  padding: 25px 20px;
  background: #FFFFFF;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .p-voice__item {
    margin-top: 25px;
    padding: 15px 20px 20px;
    width: 100%;
  }
}
.p-voice__item:nth-child(n+5) {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-voice__item:nth-child(n+3) {
    display: none;
  }
}
.p-voice__item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
.p-voice__headline {
  display: flex;
  align-items: center;
  position: relative;
}
.p-voice__icon {
  max-width: 95px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 999px;
}
@media screen and (max-width: 960px) {
  .p-voice__icon {
    max-width: 85px;
  }
}
.p-voice__type {
  margin-left: 105px;
  padding: 15px;
  border-radius: 15px;
  color: #fff;
  font-family: Hiragino Sans;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-voice__type {
    max-width: 65px;
    margin-left: 95px;
    padding: 7px 10px;
    font-size: 15px;
  }
}
.p-voice__type.--advancement {
  background: #8EB963;
}
.p-voice__type.--succeeded {
  background: #E6755F;
}
.p-voice__attribute {
  margin-left: 15px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-voice__attribute {
    font-size: 15px;
  }
}
.p-voice__attribute span {
  display: block;
  padding-top: 8px;
  transform: translateX(-10px);
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .p-voice__attribute span {
    font-size: 14px;
  }
}
.p-voice__heading {
  margin-bottom: 10px;
  padding-top: 10px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-voice__heading {
    font-size: 17px;
  }
}
.p-voice__text {
  margin-bottom: 5px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-voice__text {
    font-size: 15px;
  }
}
.p-voice__moreButton {
  margin-top: 50px;
  padding: 22px 0;
}
@media screen and (max-width: 960px) {
  .p-voice__moreButton {
    padding: 17px 0;
    margin-top: 30px;
    max-width: 255px;
  }
}
.p-voice__moreButton::before, .p-voice__moreButton::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border: none;
  border-radius: 5px;
  background: #8EB963;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.p-voice__moreButton::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.p-voice__moreButton.open::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-course__title {
  font-size: 34px;
  padding-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-course__title {
    font-size: 23px;
  }
}
.p-course__title span {
  color: #D70C18;
  font-size: 44px;
}
@media screen and (max-width: 960px) {
  .p-course__title span {
    font-size: 29px;
  }
}
.p-course__subTitle {
  display: block;
  font-family: Hiragino Sans;
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  .p-course__subTitle {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.p-course__titleIcon {
  display: block;
  margin-top: 15px;
  color: #D70C18;
  font-family: Hiragino Sans;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .p-course__titleIcon {
    margin-top: 10px;
    font-size: 16px;
  }
}
.p-course__titleIcon img {
  max-width: 330px;
  padding-top: 10px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-course__titleIcon img {
    padding-top: 5px;
    max-width: 250px;
  }
}
.p-course__intro {
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .p-course__intro {
    margin-bottom: 100px;
  }
}
.p-course__introText {
  margin-bottom: 40px;
  padding-top: 50px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-course__introText {
    margin-bottom: 20px;
    padding-top: 25px;
    font-size: 16px;
    text-align: left;
  }
}
.p-course__generations {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  gap: 160px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-course__generations {
    gap: 10px;
  }
}
.p-course__generations::before {
  content: "";
  background: url(/lp/tsunatou/assets/img/line_pc.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .p-course__generations::before {
    bottom: auto;
    top: 35%;
    transform: translate(-50%, 0);
    background-image: url(/lp/tsunatou/assets/img/line_sp.png);
    background-position: center;
  }
}
.p-course__generation {
  display: flex;
  flex-flow: column;
  width: 50%;
  padding: 30px 0;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0784313725);
  border: 8px solid #FDF0E7;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-course__generation {
    border-width: 6px;
    padding: 15px 15px 10px;
  }
}
.p-course__generationComment {
  flex: 1;
  margin-bottom: 20px;
  color: #74A444;
  font-family: Hiragino Sans;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-course__generationComment {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: left;
  }
}
.p-course__generationDiv {
  flex: 2;
  padding-top: 25px;
  color: #74A444;
  font-family: Hiragino Sans;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .p-course__generationDiv {
    padding-top: 15px;
    font-size: 18px;
  }
}
.p-course__generationDiv span {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .p-course__generationDiv span {
    font-size: 16px;
  }
}
.p-course__realization {
  margin-bottom: 70px;
  padding-top: 50px;
  text-align: center;
  position: relative;
}
.p-course__realization::after {
  content: "";
  background: url(/lp/tsunatou/assets/img/arrow.png) no-repeat;
  background-size: contain;
  width: 160px;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 960px) {
  .p-course__realization::after {
    width: 100px;
    height: 50px;
  }
}
.p-course__realizationSurround {
  max-width: 350px;
  margin: 0 auto;
  padding: 10px 0;
  background: #D70C18;
  border-radius: 20px;
  color: #fff;
  font-family: Hiragino Sans;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-course__realizationSurround {
    max-width: 215px;
    font-size: 18px;
  }
}
.p-course__realizationText {
  padding: 20px 0;
  color: #D70C18;
  font-family: Hiragino Sans;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-course__realizationText {
    padding: 15px 0;
    font-size: 24px;
  }
}
.p-course__box {
  margin-top: 100px;
  padding: 130px 0 50px;
  background: #F9F4EF;
  border: 5px solid #C6DAB2;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-course__box {
    margin-top: 70px;
    padding-top: 90px;
    padding-bottom: 40px;
    border-width: 4px;
  }
}
.p-course__box.--advancement {
  border-color: #C6DAB2;
}
.p-course__box.--attribute {
  border-color: #F1B5A8;
  background: #FDF0E7;
}
.p-course__box::before {
  content: "";
  background: url(/lp/tsunatou/assets/img/seizen_icon_pc.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: block;
  width: 50%;
  height: 100%;
  max-height: 150px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -36.5%);
}
@media screen and (max-width: 960px) {
  .p-course__box::before {
    min-width: 220px;
    max-height: 110px;
    transform: translate(-50%, -33%);
  }
}
.p-course__box.--advancement::before {
  background-image: url(/lp/tsunatou/assets/img/seizen_icon_pc.png);
}
@media screen and (max-width: 960px) {
  .p-course__box.--advancement::before {
    background-image: url(/lp/tsunatou/assets/img/seizen_icon_sp.png);
  }
}
.p-course__box.--attribute::before {
  background-image: url(/lp/tsunatou/assets/img/shisan_icon_pc.png);
}
@media screen and (max-width: 960px) {
  .p-course__box.--attribute::before {
    background-image: url(/lp/tsunatou/assets/img/shisan_icon_sp.png);
  }
}
.p-course__boxTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8EB963;
  font-family: Hiragino Sans;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-course__boxTitle {
    font-size: 24px;
  }
}
.p-course__boxTitle.--advancement {
  color: #8EB963;
}
.p-course__boxTitle.--advancement span {
  background: #8EB963;
}
.p-course__boxTitle.--attribute {
  color: #E6755F;
}
.p-course__boxTitle.--attribute span {
  background: #E6755F;
}
.p-course__boxTitle span {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin-right: 20px;
  padding: 15px 0;
  background: #8EB963;
  border-radius: 10px;
  font-family: Hiragino Sans;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-course__boxTitle span {
    max-width: 120px;
    margin-right: 10px;
    padding: 10px 0;
    font-size: 18px;
  }
}
.p-course__text {
  margin-bottom: 50px;
  padding-top: 50px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-course__text {
    padding: 30px 15px 0;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left;
  }
}
.p-course__text span {
  font-weight: bold;
}
.p-course__moreButton {
  padding: 22px 0;
}
@media screen and (max-width: 960px) {
  .p-course__moreButton {
    padding: 17px 0;
    max-width: 255px;
  }
}
.p-course__moreButton::before, .p-course__moreButton::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border: none;
  border-radius: 5px;
  background: #8EB963;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-course__moreButton::before, .p-course__moreButton::after {
    right: 20px;
  }
}
.p-course__moreButton::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.p-course__moreButton.open::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-course__moreButton.--normal-o::before, .p-course__moreButton.--normal-o::after {
  background: #E6755F;
}
.p-course__closeButton {
  padding: 22px 0;
}
@media screen and (max-width: 960px) {
  .p-course__closeButton {
    padding: 17px 0;
    max-width: 255px;
  }
}
.p-course__closeButton::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border: none;
  border-radius: 5px;
  background: #8EB963;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-course__closeButton::after {
    right: 20px;
  }
}
.p-course__closeButton.--normal-o::after {
  background: #E6755F;
}
.p-course__accordion {
  display: none;
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .p-course__accordion {
    padding-top: 40px;
  }
}
.p-course__headingWrapper {
  padding: 10px 50px;
  background: #8EB963;
}
@media screen and (max-width: 960px) {
  .p-course__headingWrapper {
    padding: 10px 15px;
  }
}
.p-course__headingWrapper.--advancement {
  background: #8EB963;
}
.p-course__headingWrapper.--attribute {
  background: #E6755F;
}
.p-course__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 74px;
  padding: 10px 0;
  border-top: 2px dashed #FDF0E7;
  border-bottom: 2px dashed #FDF0E7;
  color: #fff;
  font-family: Hiragino Sans;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-course__heading {
    min-height: 62px;
    font-size: 22px;
  }
}
.p-course__heading.--advancement span {
  color: #8EB963;
}
.p-course__heading.--attribute span {
  color: #E6755F;
}
.p-course__heading.--figure {
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  .p-course__heading.--figure {
    font-size: 26px;
  }
}
.p-course__heading span {
  width: 100%;
  max-width: 180px;
  margin-right: 20px;
  padding: 12px 0;
  background: #fff;
  border-radius: 10px;
  color: #8EB963;
  font-family: Hiragino Sans;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-course__heading span {
    max-width: 120px;
    padding: 10px 0;
    font-size: 18px;
  }
}
.p-course__heading .baseline {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.p-course__heading .big-letters {
  display: inline-block;
  font-size: 44px;
  font-family: "Helvetica Neue";
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-course__heading .big-letters {
    font-size: 34px;
  }
}
.p-course__content {
  padding: 30px 60px;
}
@media screen and (max-width: 960px) {
  .p-course__content {
    padding: 20px 15px;
  }
}
.p-course__meritItem {
  padding: 30px 0;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-course__meritItem {
    padding: 25px 15px;
  }
}
.p-course__meritSummary {
  margin-bottom: 10px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-course__meritSummary {
    font-size: 20px;
    text-align: left;
  }
}
.p-course__meritSummary.--advancement span {
  color: #8EB963;
}
.p-course__meritSummary.--attribute span {
  color: #E6755F;
}
.p-course__meritSummary span {
  color: #8EB963;
  font-family: Hiragino Sans;
  font-size: 34px;
}
@media screen and (max-width: 960px) {
  .p-course__meritSummary span {
    font-size: 24px;
  }
}
.p-course__meritText {
  color: #333;
  font-family: Hiragino Sans;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-course__meritText {
    font-size: 16px;
    text-align: left;
  }
}
.p-course__meritAnnotation {
  margin-bottom: 20px;
  color: #666;
  font-family: Hiragino Sans;
  font-size: 16px;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .p-course__meritAnnotation {
    font-size: 14px;
  }
}
.p-course__meritAnnotation li {
  position: relative;
  padding-left: 1.5rem;
}
.p-course__meritAnnotation li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-course__meritAnnotation li:not(:last-of-type) {
  margin-bottom: 5px;
}
.p-course__figureWrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .p-course__figureWrap {
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow-x: auto;
  }
}
.p-course__figureItem {
  padding: 40px 60px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .p-course__figureItem {
    padding: 20px 15px;
    min-width: 740px;
  }
  .p-course__figureItem img {
    max-width: 100%;
  }
}
.p-course__figureText {
  margin-bottom: 30px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-course__figureText {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.p-course__figureText sup {
  vertical-align: super;
}
.p-course__figureAnnotation {
  margin-bottom: 20px;
  color: #666;
  font-family: Hiragino Sans;
  font-size: 16px;
  counter-reset: listnum;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .p-course__figureAnnotation {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.p-course__figureAnnotation li {
  position: relative;
  padding-left: 3.5rem;
}
.p-course__figureAnnotation li::before {
  counter-increment: listnum;
  content: "※" counter(listnum);
  position: absolute;
  top: 0;
  left: 0;
}
.p-course__figureAnnotation li:not(:last-of-type) {
  margin-bottom: 5px;
}
.p-course__considerations {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  margin: 60px auto 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #74A444;
  position: relative;
  color: #74A444;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-course__considerations {
    max-width: 320px;
    margin-top: 30px;
    font-size: 18px;
  }
}
.p-course__considerations::before {
  content: "";
  display: inline-block;
  background: url(/lp/tsunatou/assets/img/icon_attention.jpg) no-repeat;
  background-size: contain;
  border-radius: 99px;
  width: 35px;
  height: 35px;
  margin-right: 25px;
}
@media screen and (max-width: 960px) {
  .p-course__considerations::before {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
.p-course__considerations::after {
  content: "";
  display: inline-block;
  background: url(/lp/tsunatou/assets/img/icon_window_02.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
  margin-left: 25px;
}
@media screen and (max-width: 960px) {
  .p-course__considerations::after {
    margin-left: 10px;
  }
}

.scroll-hint-icon {
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll-hint-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.p-flow__content {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .p-flow__content {
    flex-flow: column;
    gap: 25px;
  }
}
.p-flow__item {
  display: flex;
  flex-flow: column;
  width: 25%;
  padding: 20px 20px 20px;
  background: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-flow__item {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-flow: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.p-flow__item:not(:last-of-type)::after {
  content: "";
  background: url(/lp/tsunatou/assets/img/arrow_pc.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 60px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-flow__item:not(:last-of-type)::after {
    background-image: url(/lp/tsunatou/assets/img/arrow_sp.png);
    width: 55px;
    height: 45px;
    bottom: 0;
    left: 50%;
    top: unset;
    right: unset;
    transform: translate(-50%, 75%);
  }
}
.p-flow__heading {
  flex: 1;
  height: 100%;
  min-height: 0%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-flow__heading {
    flex: none;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-flow__heading span {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .p-flow__heading span {
    font-size: 18px;
  }
}
.p-flow__icon {
  display: block;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-flow__icon {
    width: 90px;
  }
}
.p-flow__text {
  flex: 2;
  height: 100%;
  min-height: 0%;
  padding-top: 15px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-flow__text {
    margin-left: 15px;
    padding: 0;
    font-size: 15px;
  }
}

.p-faq__accordion {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 40px;
  background: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-faq__accordion {
    padding: 20px 15px;
  }
}
.p-faq__heading {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  padding-right: 70px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-faq__heading {
    padding-right: 40px;
    font-size: 18px;
  }
}
.p-faq__heading::before {
  content: "";
  background: url(/lp/tsunatou/assets/img/icon_faq_q.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-faq__heading::before {
    width: 25px;
    height: 25px;
  }
}
.p-faq__toggleIcon {
  display: block;
  margin-left: auto;
  padding: 20px;
  border-radius: 999px;
  background: #D70C18;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-faq__toggleIcon {
    padding: 15px;
  }
}
.p-faq__toggleIcon::before, .p-faq__toggleIcon::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-faq__toggleIcon::before, .p-faq__toggleIcon::after {
    width: 12px;
  }
}
.p-faq__toggleIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.5s;
}
.p-faq__toggleIcon.active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-faq__hidden {
  display: none;
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .p-faq__hidden {
    padding-top: 20px;
  }
}
.p-faq__text {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  padding-right: 70px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-faq__text {
    padding-right: 40px;
    font-size: 15px;
  }
}
.p-faq__text::before {
  content: "";
  background: url(/lp/tsunatou/assets/img/icon_faq_a.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-faq__text::before {
    width: 25px;
    height: 25px;
  }
}

.p-consult {
  margin-bottom: 0;
  padding: 90px 0 60px;
  background: #F9F4EF;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  .p-consult {
    padding: 50px 0 60px;
  }
}
.p-consult__container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.p-consult__title {
  margin-bottom: 20px;
  color: #D70C18;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-consult__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.3;
  }
}
.p-consult__subTitle {
  display: block;
  margin-bottom: 10px;
  color: #D70C18;
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-consult__subTitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.p-consult__text {
  margin-bottom: 25px;
  color: #333;
  font-family: Hiragino Sans;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-consult__text {
    font-size: 16px;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */