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

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: break-word;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  position: relative;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe,
img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #374151;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

dl,
ul {
  margin: 0;
  padding: 0;
}

small {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.header {
  margin: 0 auto;
  max-width: 1600px;
  padding: 5px 10px 7px;
}

@media (min-width: 481px) {
  .header {
    padding: 17px 10px 19px;
  }
}
.footerContainer,
.footer__content,
.footerOfficialLink {
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.footerContainer {
  background-color: #e70012;
  padding: 32px 28px 24px;
  width: 100%;
}

@media (min-width: 481px) {
  .footerContainer {
    padding: 15px 0 0;
  }
}
.footer {
  display: flex;
  flex-direction: column;
}

@media (min-width: 481px) {
  .footer {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
  }
}
.footer__illust {
  margin: 0 auto;
  width: 180px;
}

@media (max-width: 1000px) {
  .footer__illust {
    display: none;
  }
}
@media (min-width: 481px) {
  .footer__illust {
    height: 334px;
    margin: 0 0 -1px;
    width: 430px;
  }
}
@media (max-width: 1000px) {
  .footer__content {
    margin: 0 auto;
  }
}
@media (min-width: 481px) {
  .footer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    width: 530px;
  }
}
.footerEmphasisBlock {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 481px) {
  .footerEmphasisBlock {
    font-size: 1.8rem;
    margin: 0 auto;
    width: 405px;
  }
}
.footerEmphasisBlock:before {
  left: -16px;
  transform: rotate(60deg);
}

.footerEmphasisBlock:after,
.footerEmphasisBlock:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 26px;
  width: 58px;
}

.footerEmphasisBlock:after {
  right: -12px;
  transform: rotate(-60deg);
}

.footer__title {
  margin: 16px auto 0;
  width: 295px;
}

@media (min-width: 481px) {
  .footer__title {
    max-width: 530px;
    width: 90%;
  }
}
.footer__title > picture > img {
  width: 100%;
}

.footer__button {
  display: none;
}

@media (min-width: 481px) {
  .footer__button {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    color: #e70012;
    display: flex;
    display: inline-flex;
    font-size: 1.6rem;
    height: 50px;
    justify-content: center;
    margin: 32px auto 0;
    padding: 0 20px;
    width: 100%;
    width: 187px;
  }
}
.footer__button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.footer__buttonIcon {
  margin-left: 14px;
}

.footer__reception {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin-top: 35px;
  text-align: center;
}

@media (min-width: 481px) {
  .footer__reception {
    margin-top: 16px;
  }
}
.footerOfficialLink {
  background-color: #f4f4f2;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.footerOfficialLink > a {
  color: #374151;
  display: flex;
  text-decoration: underline;
}

.footerOfficialLink > a > img {
  margin-right: 10px;
}

.footerOfficialLink > a:hover {
  text-decoration: none;
}

.footerBar {
  background-color: #d4d4d4;
  width: 100%;
}

.footerBar__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  padding: 10px;
}

@media (min-width: 481px) {
  .footerBar__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.copyright {
  font-size: 1.3rem;
  margin-top: 10px;
}

@media (min-width: 481px) {
  .copyright {
    margin-top: 0;
  }
}
.heroContainer {
  background-image: url(../assets/img/img_top.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  height: 416px;
  width: 100%;
  position: relative;
  margin: 58px 0 164px;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .heroContainer {
    background-image: url(../assets/img/img_top.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 100%;
    position: relative;
    margin: 20px 0 100px;
  }
}
@media screen and (min-width: 428px) and (max-width: 767px) {
  .heroContainer {
    background-image: url(../assets/img/img_top.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 100%;
    position: relative;
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 427px) {
  .heroContainer {
    background-image: url(../assets/img/img_top_sp.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 0;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
  }
}
.heroContainer .heroInner {
  max-width: 900px;
  margin: 0 auto;
  background-position: center 29px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 460px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .heroContainer .heroInner {
    height: auto;
  }
}
.heroContainer .heroContent {
  position: absolute;
  width: 100%;
  top: 86px;
}
@media screen and (max-width: 767px) {
  .heroContainer .heroContent {
    width: 90%;
    padding: 108px 0 0 0;
    margin: 0 auto;
    position: unset;
  }
}
.heroContainer .heroContainer__link {
  position: absolute;
  top: -30px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  gap: 10px;
}
.heroContainer .heroContainer__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .heroContainer .heroContainer__link {
    width: 100%;
    justify-content: center;
    padding: 0;
    background: #fff;
    top: 0;
  }
}
.heroContainer .hero__column-link {
  width: 420px;
  height: auto;
  padding: 20px 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .heroContainer .hero__column-link {
    width: 80%;
    height: auto;
    padding: 15px 0;
    max-width: 400px;
  }
}
.heroContainer .hero__column-link-arrow {
  width: 40px;
  height: 40px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .heroContainer .hero__column-link-arrow {
    width: 7%;
    height: auto;
    max-width: 40px;
  }
}
.heroContainer .form {
  margin: 0 auto;
}

.counselingContainer {
  margin: 0 auto;
  padding: 0 0 171px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .counselingContainer {
    padding: 0 0 176px;
    width: 90%;
    overflow: unset;
  }
}
.counselingContainer .counseling__wrap {
  display: grid;
  gap: 26px;
  text-align: center;
  margin: 34px auto;
  max-width: 900px;
  width: 100%;
}
.counselingContainer .counseling__text {
  background: #F3F4F6;
  max-width: 900px;
  text-align: center;
  padding: 22px;
  border-radius: 20px;
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .counselingContainer .counseling__text {
    font-size: 1.8rem;
  }
}
.counselingContainer .counseling__text:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #F3F4F6 transparent transparent transparent;
  right: 28px;
  bottom: -17px;
  transform: rotate(-34deg);
}
.counselingContainer .counseling__sub-text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .counselingContainer .counseling__sub-text {
    font-size: 1.8rem;
  }
}
.counselingContainer .content__summary {
  background: #FFF1C1;
  border-radius: 27px;
  width: 100%;
  max-width: 603px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  padding: 44px 73px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .counselingContainer .content__summary {
    padding: 27px 9px 40px;
  }
}
.counselingContainer .content__summary:before {
  content: "";
  background: url(../assets/img/ico_waa2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 115px;
  width: 115px;
  display: block;
  position: absolute;
  top: -43px;
  left: -47.5px;
}
@media screen and (max-width: 767px) {
  .counselingContainer .content__summary:before {
    height: 70px;
    width: 70px;
    display: block;
    position: absolute;
    top: -23px;
    left: -20px;
  }
}
.counselingContainer .contentSummary__text {
  line-height: 1.46;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .counselingContainer .contentSummary__text {
    font-size: 1.7rem;
  }
}
.counselingContainer .contentSummary__img {
  height: 228px;
  width: 198px;
  display: block;
  position: absolute;
  right: -105px;
  bottom: -140px;
}
@media screen and (max-width: 767px) {
  .counselingContainer .contentSummary__img {
    left: 50%;
    transform: translate(-50%, 0);
    width: 143px;
    height: 163px;
    bottom: -140px;
  }
}

.stepContainer {
  background: #F3F4F6;
  padding: 61px 0 112px;
}
@media screen and (max-width: 767px) {
  .stepContainer {
    padding: 61px 0 71px;
  }
}
.stepContainer .stepInner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .stepContainer .stepInner {
    width: 90%;
  }
}
.stepContainer .stepInner .step__section {
  display: grid;
  gap: 111px;
  padding: 85px 0 0;
}
@media screen and (max-width: 767px) {
  .stepContainer .stepInner .step__section {
    gap: 54px;
    padding: 36px 0 0;
  }
}
.stepContainer .stepInner .step__wrapper-pc {
  align-items: center;
  background: #fff;
  width: 100%;
  max-width: 900px;
  padding: 36px 0 34px;
  display: flex;
  position: relative;
  justify-content: center;
  gap: 55px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .stepContainer .stepInner .step__wrapper-pc {
    display: none;
  }
}
.stepContainer .stepInner .step__wrapper-pc::after {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 900px;
  height: 103px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -100px;
}
.stepContainer .stepInner .step__wrapper-pc:nth-child(5)::after {
  display: none;
}
.stepContainer .stepInner .step__wrapper-pc .step--circle {
  width: 132px;
  height: 132px;
  display: grid;
  background: #FFF1C1;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  grid-template-rows: subgrid;
  place-content: center;
}
.stepContainer .stepInner .step__wrapper-pc .step--circle .number {
  font-size: 60px;
  line-height: 0.8;
}
.stepContainer .stepInner .step__wrapper-pc .step__wrapper--small {
  width: 52.2%;
  display: grid;
  gap: 43.5px;
}
.stepContainer .stepInner .step__wrapper-pc .step__wrapper--small .step__wrapper__title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 18px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.stepContainer .stepInner .step__wrapper-pc .step__wrapper--small .step__wrapper__title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #E70012;
  bottom: 0px;
  width: 47px;
}
.stepContainer .stepInner .step__wrapper-pc .step__wrapper__text {
  font-size: 18px;
  line-height: 2;
}
.stepContainer .stepInner .step__wrapper-pc .step__wrapper__img {
  display: block;
  width: 118px;
  height: 108px;
}
.stepContainer .stepInner .step__wrapper-sp {
  align-items: center;
  background: #fff;
  width: 100%;
  padding: 16px 22px 62px;
  display: grid;
  position: relative;
  gap: 48px;
  border-radius: 28px;
}
@media screen and (min-width: 768px) {
  .stepContainer .stepInner .step__wrapper-sp {
    display: none;
  }
}
.stepContainer .stepInner .step__wrapper-sp::after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 50px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.stepContainer .stepInner .step__wrapper-sp:last-child::after {
  display: none;
}
.stepContainer .stepInner .step__wrapper-sp .step--circle {
  width: 90px;
  height: 90px;
  display: grid;
  background: #FFF1C1;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  grid-template-rows: subgrid;
  place-content: center;
}
.stepContainer .stepInner .step__wrapper-sp .step--circle .number {
  font-size: 4rem;
  line-height: 0.8;
}
.stepContainer .stepInner .step__wrapper-sp .step__wrapper--small {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .stepContainer .stepInner .step__wrapper-sp .step__wrapper--small {
    gap: unset;
  }
}
.stepContainer .stepInner .step__wrapper-sp .step__wrapper--small .step__wrapper__title {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 0 18px 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .stepContainer .stepInner .step__wrapper-sp .step__wrapper--small .step__wrapper__title {
    width: 53%;
    margin: 0 0 0 4%;
  }
}
.stepContainer .stepInner .step__wrapper-sp .step__wrapper--small .step__wrapper__title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #E70012;
  bottom: 0px;
  width: 47px;
}
.stepContainer .stepInner .step__wrapper-sp .step__wrapper__text {
  font-size: 1.8rem;
  line-height: 2;
}
.stepContainer .stepInner .step__wrapper-sp .step__wrapper__img {
  display: block;
  width: 20%;
  max-width: 73px;
  height: auto;
}

.form {
  background: #E70012;
  color: #fff;
  border-radius: 80px;
  width: 100%;
  max-width: 900px;
  height: auto;
  place-content: center;
  display: grid;
  text-align: center;
  margin: 0 auto 70px;
  padding: 87px 34px 78px;
}
@media screen and (max-width: 767px) {
  .form {
    width: 100%;
    padding: 43px 37px 58px;
    border-radius: 60px;
  }
}
.form__wrapper {
  gap: 50px;
  display: grid;
}
.form__catch {
  line-height: 1.44;
  font-size: 34px;
  position: relative;
  font-size: clamp(2.4rem, 2.5vw, 3.4rem);
}
.form__catch:before {
  position: absolute;
  content: "";
  background: url(../assets/img/ico_tensen.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 120px;
  width: 70px;
  top: 0;
  left: -80px;
}
.form__catch:after {
  position: absolute;
  content: "";
  background: url(../assets/img/ico_tensen.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 120px;
  width: 70px;
  top: 0;
  right: -80px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .form__catch:before, .form__catch:after {
    display: none;
  }
}
.form__btn {
  background: #fff;
  display: block;
  border-radius: 73px;
  width: 100%;
  max-width: 484px;
  margin: 0 auto;
  padding: 13px 11px 13px;
  color: #E70012;
  font-weight: bold;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.46;
  position: relative;
  display: flex;
  gap: 49px;
  align-items: anchor-center;
  justify-content: end;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.form__btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .form__btn {
    padding: 18px 11px 17px 30px;
    gap: 11px;
  }
}
.form__btn:after {
  content: "";
  background-image: url(../assets/img/ico_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: #FFF1C1;
  width: 74px;
  height: 74px;
  display: block;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .form__btn:after {
    background-size: 29px;
    width: 59px;
    height: 59px;
  }
}

.serviceContainer {
  background: #fff;
}
.serviceContainer .serviceInner {
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .serviceContainer .serviceInner {
    padding: 51px 0 72px;
  }
}
.serviceContainer .service__wrapper {
  max-width: 900px;
  height: auto;
  margin: 0 auto 22px;
  border: 3px solid #E70012;
  border-radius: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .serviceContainer .service__wrapper {
    margin: 16px auto;
  }
}
.serviceContainer .service__wrapper:last-of-type {
  margin: 22px auto 0;
}
@media screen and (max-width: 767px) {
  .serviceContainer .service__wrapper:last-of-type {
    margin: 16px auto 0;
  }
}
.serviceContainer .service__section {
  margin: 85px auto 96px;
}
@media screen and (max-width: 767px) {
  .serviceContainer .service__section {
    margin: 43px auto 67px;
  }
}
.serviceContainer .service__title {
  background: #E70012;
  border-radius: 30px 30px 0 0;
  color: #fff;
  padding: 16px 0;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .serviceContainer .service__title {
    padding: 17px 0 22px;
    font-size: 2.2rem;
  }
}
.serviceContainer .service__detail {
  margin: 25px 0;
}
.serviceContainer .service__title--sub {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .serviceContainer .service__title--sub {
    font-size: 2.2rem;
  }
}
.serviceContainer .service__text {
  font-size: 18px;
  padding: 0 200px;
  margin: 0 auto;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .serviceContainer .service__text {
    font-size: 1.8rem;
    padding: 0 20px;
  }
}
@media screen and (min-width: 428px) {
  .serviceContainer .text-last {
    text-align: center;
  }
}
@media screen and (max-width: 427px) {
  .serviceContainer .text-last {
    text-align: left;
  }
}
.serviceContainer .text-triangle {
  text-align: center;
  font-size: 28px;
  position: relative;
  display: block;
  padding: 23px 0 40px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .serviceContainer .text-triangle {
    font-size: 2.2rem;
    padding: 11px 0 43px;
  }
}
.serviceContainer .text-triangle::after {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 856px;
  height: 103px;
  background: #ffdbde;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .serviceContainer .text-triangle::after {
    width: 90%;
    height: 86px;
  }
}
.serviceContainer .form {
  margin: 0 auto;
}

.title {
  font-size: 40px;
  padding-bottom: 30px;
  justify-content: center;
  color: #374151;
  display: flex;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 3.2rem;
  }
}
.title::after {
  background-color: #E70012;
  border-radius: 6px;
  content: "";
  bottom: 0;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 0;
  position: absolute;
  width: 156px;
}
@media screen and (max-width: 767px) {
  .title::after {
    width: 40%;
    max-width: 156px;
  }
}

.concierge-storyContainer {
  background: #F3F4F6;
  text-align: center;
  overflow: hidden;
}
.concierge-storyContainer .concierge-storyNav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  gap: 14px 20px;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge-storyNav {
    grid-template-columns: unset;
    padding: 26px 0 51px;
  }
}
.concierge-storyContainer .concierge-storyItem {
  background: #fff;
  width: 100%;
  height: 83px;
  border: 4px solid #E70012;
  border-radius: 20px;
  position: relative;
  line-height: 77px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge-storyItem {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .item-story {
    order: 3;
  }
}
.concierge-storyContainer .item-support {
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .item-support {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .item-consult {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .item-introduction {
    order: 2;
  }
}
.concierge-storyContainer .concierge-storyLink {
  color: #E70012;
  font-size: clamp(2.2rem, 3vw, 2.4rem);
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8%;
  display: grid;
  grid-template-columns: 1fr auto;
  transition: all 0.3s;
  line-height: normal;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge-storyLink {
    height: auto;
    padding: 8px 0;
  }
}
.concierge-storyContainer .concierge-storyLink:hover {
  opacity: 0.4;
}
.concierge-storyContainer .concierge-storyLink:after {
  content: "";
  background-image: url(../assets/img/ico_arrow2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: #E70012;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  margin-right: 17px;
}
.concierge-storyContainer .banner__link {
  margin: 0 auto;
  width: 100%;
  max-width: 615px;
  height: auto;
  transition: all 0.3s;
  display: block;
}
.concierge-storyContainer .banner__link:hover {
  opacity: 0.7;
}
.concierge-storyContainer .concierge__bunner {
  display: block;
  width: 100%;
  max-width: 615px;
  height: auto;
  margin: 35px auto 90px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__bunner {
    width: 90%;
  }
}
.concierge-storyContainer .concierge__wrapper {
  display: grid;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__wrapper {
    gap: 100px;
  }
}
.concierge-storyContainer .concierge__wrapperSubtext {
  font-size: 22px;
  margin: 56px auto 43px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__wrapperSubtext {
    margin: 31px 0 19px;
  }
}
.concierge-storyContainer .concierge__wrapper--odd {
  background: #fff;
  width: 100%;
  max-width: 677px;
  height: auto;
  text-align: left;
  border-radius: 33px;
  padding: 33px 25px 43px 94px;
  margin: 0 0 45px 70px;
  position: relative;
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__wrapper--odd {
    margin: 0 auto;
    padding: 22px 38px 24px 43px;
  }
}
.concierge-storyContainer .concierge__wrapper--odd:last-of-type {
  margin: 0 0 0 70px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__wrapper--odd:last-of-type {
    margin: 0 auto;
  }
}
.concierge-storyContainer .concierge__wrapper--odd:before {
  content: attr(data-number);
  position: absolute;
  color: #FFDBDE;
  font-size: 215px;
  top: -150px;
  left: -15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__wrapper--odd:before {
    top: -140px;
    left: -8px;
  }
}
.concierge-storyContainer .concierge__wrapper--odd:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 70px 25px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(120deg);
  bottom: 0px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__wrapper--odd:after {
    transform: rotate(150deg);
    bottom: -30px;
    right: 0px;
  }
}
.concierge-storyContainer .concierge__wrapper--even {
  background: #fff;
  width: 100%;
  max-width: 677px;
  height: auto;
  text-align: left;
  border-radius: 33px;
  padding: 33px 98px;
  padding: 33px 25px 43px 94px;
  margin: 0 0 45px;
  margin: 0 70px 45px 0;
  position: relative;
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__wrapper--even {
    margin: 0 auto;
    padding: 22px 38px 24px 43px;
  }
}
.concierge-storyContainer .concierge__wrapper--even:before {
  content: attr(data-number);
  position: absolute;
  color: #FFDBDE;
  font-size: 215px;
  top: -132px;
  right: 0;
  font-weight: bold;
}
.concierge-storyContainer .concierge__wrapper--even:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 70px 25px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(240deg);
  bottom: 0px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__wrapper--even:after {
    transform: rotate(210deg);
    bottom: -30px;
    left: 0px;
  }
}
.concierge-storyContainer .concierge__title {
  font-size: 32px;
  margin: 0 0 17px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__title {
    font-size: 2.2rem;
    z-index: 1;
    position: relative;
  }
}
.concierge-storyContainer .concierge__text {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__text {
    font-size: 1.8rem;
  }
}
.concierge-storyContainer .concierge__text .indent {
  padding-left: 0.7em;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .concierge__text .indent {
    padding-left: 0;
  }
}
.concierge-storyContainer .content__summary {
  background: #FFF1C1;
  border-radius: 27px;
  width: 100%;
  max-width: 603px;
  height: auto;
  text-align: center;
  margin: 0 auto 164px;
  font-size: 24px;
  font-weight: bold;
  padding: 44px 73px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .content__summary {
    padding: 38px 30px 61px 35px;
  }
}
.concierge-storyContainer .content__summary:before {
  content: "";
  background: url(../assets/img/ico_waa2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 115px;
  width: 115px;
  display: block;
  position: absolute;
  top: -43px;
  left: -47.5px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .content__summary:before {
    height: 70px;
    width: 70px;
    display: block;
    position: absolute;
    top: -23px;
    left: -20px;
  }
}
.concierge-storyContainer .contentSummary__text {
  line-height: 1.46;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .contentSummary__text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.concierge-storyContainer .contentSummary__img {
  width: 228px;
  height: 262px;
  display: block;
  position: absolute;
  bottom: -60px;
  right: -160px;
}
@media screen and (max-width: 767px) {
  .concierge-storyContainer .contentSummary__img {
    left: 50%;
    transform: translate(-50%, 0);
    width: 141px;
    height: 161px;
    bottom: -122px;
  }
}

.introduction__section {
  margin: 0 auto 96px;
}
@media screen and (max-width: 767px) {
  .introduction__section {
    margin: 0 auto 71px;
  }
}
.introduction__section .introduction__lead {
  font-size: 24px;
  line-height: 1.46;
  margin: 65px auto;
}
@media screen and (max-width: 767px) {
  .introduction__section .introduction__lead {
    font-size: 1.8rem;
  }
}
.introduction__section .introduction__wrap-pc {
  background: #fff;
  text-align: left;
  display: grid;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto 16px;
  border-radius: 34px;
  padding: 37px 30px 35px 35px;
}
@media screen and (max-width: 767px) {
  .introduction__section .introduction__wrap-pc {
    display: none;
  }
}
.introduction__section .introduction__wrap-pc:last-child {
  margin: 0 auto;
}
.introduction__section .introduction__wrap-pc .introduction__profile {
  display: flex;
  justify-content: normal;
  align-items: center;
  gap: 27px;
}
.introduction__section .introduction__wrap-pc .introduction__img {
  width: 158px;
  height: 160px;
  display: block;
}
.introduction__section .introduction__wrap-pc .introduction__lead--sub {
  font-size: 36px;
  color: #e70012;
  line-height: 1.44;
  margin: 0 0 16px;
}
.introduction__section .introduction__wrap-pc .introduction__name {
  font-size: 27px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.introduction__section .introduction__wrap-pc .introduction__name span {
  font-size: 18px;
}
.introduction__section .introduction__wrap-pc .introduction__text {
  font-size: 18px;
  line-height: 2;
}
.introduction__section .introduction__wrap-sp {
  background: #fff;
  text-align: left;
  display: grid;
  gap: 24px;
  margin: 0 auto 16px;
  border-radius: 34px;
  padding: 28px 17px 26px;
}
@media screen and (min-width: 768px) {
  .introduction__section .introduction__wrap-sp {
    display: none;
  }
}
.introduction__section .introduction__wrap-sp:last-child {
  margin: 0 auto;
}
.introduction__section .introduction__wrap-sp .introduction__profile {
  display: grid;
  align-items: center;
  gap: 19px;
}
.introduction__section .introduction__wrap-sp .introduction__body {
  display: flex;
  gap: 17px;
}
.introduction__section .introduction__wrap-sp .introduction__img {
  width: 108px;
  height: 110px;
  display: block;
}
.introduction__section .introduction__wrap-sp .introduction__lead--sub {
  font-size: 2.8rem;
  color: #e70012;
  line-height: 1.43;
}
.introduction__section .introduction__wrap-sp .introduction__name {
  font-size: 2.7rem;
  display: grid;
  align-items: center;
  gap: 7px;
  place-self: center;
}
.introduction__section .introduction__wrap-sp .introduction__name span {
  font-size: 1.8rem;
}
.introduction__section .introduction__wrap-sp .introduction__text {
  font-size: 1.8rem;
  line-height: 2;
}

.story__section .story__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 65px auto 55px;
  gap: 39px 26px;
}
@media screen and (max-width: 767px) {
  .story__section .story__wrapper {
    grid-template-columns: unset;
  }
}
.story__section .story__item {
  background: #fff;
  width: 100%;
  max-width: 437px;
  height: auto;
  border-radius: 34px;
  padding: 26px 22px 42px;
}
@media screen and (max-width: 767px) {
  .story__section .story__item {
    max-width: none;
    padding: 26px 30px 30px;
  }
}
.story__section .story__img {
  width: 94px;
  height: 84px;
}
.story__section .story__lead {
  font-size: 28px;
  font-weight: bold;
  margin: 20px auto 28px;
}
@media screen and (max-width: 767px) {
  .story__section .story__lead {
    font-size: 2.2rem;
    margin: 17px auto 20px;
  }
}
.story__section .story__text {
  font-size: 18px;
  max-width: 380px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .story__section .story__text {
    font-size: 1.8rem;
    max-width: none;
  }
}
.story__section .interview__title {
  font-size: 34px;
  color: #e70012;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .story__section .interview__title {
    font-size: 2.8rem;
  }
}
.story__section .interview__title:before {
  position: absolute;
  content: "";
  background: url(../assets/img/ico_waa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 61px;
  width: 62px;
  top: 10px;
  left: -65px;
}
@media screen and (max-width: 767px) {
  .story__section .interview__title:before {
    top: 20px;
    left: -60px;
    transform: rotate(15deg);
  }
}
.story__section .interview__title:after {
  position: absolute;
  content: "";
  background: url(../assets/img/ico_waa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 61px;
  width: 62px;
  top: 10px;
  right: -50px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .story__section .interview__title:after {
    top: 20px;
    right: -50px;
    transform: rotate(75deg);
  }
}
.story__section .interview__wrap {
  background: #fff;
  text-align: left;
  display: grid;
  gap: 32px;
  max-width: 900px;
  margin: 53px auto 131px;
  border-radius: 34px;
  border: 1px solid #707070;
  padding: 43px 32px 28px 62px;
}
@media screen and (max-width: 767px) {
  .story__section .interview__wrap {
    margin: 34px auto 63px;
    border-radius: 31px;
    padding: 22px 8px;
  }
}
.story__section .interview__profile {
  display: flex;
  align-items: center;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .story__section .interview__profile {
    display: grid;
    place-items: center;
    gap: 17px;
  }
}
.story__section .interview__img {
  width: 201px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .story__section .interview__img {
    width: 115px;
    height: auto;
  }
}
.story__section .interview__read {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.43;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .story__section .interview__read {
    font-size: 2.2rem;
    line-height: 1.45;
  }
}
.story__section .interview__link {
  display: block;
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #E70012;
  font-weight: bold;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.story__section .interview__link:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .story__section .interview__link {
    margin: 0 auto;
  }
}
.story__section .interview__link:before {
  content: "";
  background-image: url(../assets/img/ico_window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 19px;
  height: 16px;
  display: block;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  .story__section .interview__link:before {
    margin: 0 6px 0 0;
  }
}
.story__section .interview__link:after {
  content: "";
  background-image: url(../assets/img/ico_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: #FFF1C1;
  width: 74px;
  height: 74px;
  display: block;
  border-radius: 50%;
  margin: 0 0 0 13px;
}
@media screen and (max-width: 767px) {
  .story__section .interview__link:after {
    background-size: 23px;
    width: 55px;
    height: 55px;
    margin: 0 0 0 6px;
  }
}

.support__section {
  padding: 0 0 137px;
}
@media screen and (max-width: 767px) {
  .support__section {
    padding: 0 0 48px;
  }
}
.support__section .support__read {
  font-size: 32px;
  line-height: 1.875;
  margin: 63px auto 57px;
}
@media screen and (max-width: 767px) {
  .support__section .support__read {
    font-size: 2.2rem;
    line-height: 2.05;
    margin: 35px auto 16px;
  }
}
.support__section .support__img {
  max-width: 755px;
  height: auto;
  width: 100%;
}
.support__section .support__text {
  font-size: 28px;
  line-height: 1.89;
  color: #e70012;
  margin: 54px auto 57px;
}
@media screen and (max-width: 767px) {
  .support__section .support__text {
    font-size: 2.2rem;
    line-height: 1.59;
    margin: 16px auto 20px;
  }
}
.support__section .support__wrapper {
  display: flex;
  gap: 12px;
  margin: 0 auto;
  max-width: 705px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .support__section .support__wrapper {
    flex-wrap: wrap;
    gap: 19px 16px;
  }
}
.support__section .support__item {
  background: #fff;
  border-radius: 34px;
  width: 227px;
  height: 201px;
  border: dotted 3px #E70012;
  display: grid;
  align-content: center;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .support__section .support__item {
    max-width: 167px;
    width: 46%;
    height: auto;
    min-height: 154px;
  }
}
.support__section .support__item:nth-child(1) img {
  width: 69px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .support__section .support__item:nth-child(1) img {
    width: 53px;
  }
}
.support__section .support__item:nth-child(2) img {
  width: 63px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .support__section .support__item:nth-child(2) img {
    width: 51px;
  }
}
.support__section .support__item:nth-child(3) img {
  width: 65px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .support__section .support__item:nth-child(3) img {
    width: 51px;
  }
}
.support__section .support__itemText {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .support__section .support__itemText {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.support__section .support__itemText:nth-child(1) {
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .support__section .support__itemText:nth-child(1) {
    margin: 13px auto 0;
  }
}
.support__section .support__itemText:nth-child(2) {
  margin: 8px auto 0;
}
.support__section .support__itemText:nth-child(3) {
  margin: 12px auto 0;
}
.support__section .support__itemText span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  display: block;
}
@media screen and (max-width: 767px) {
  .support__section .support__itemText span {
    font-size: 1.2rem;
    font-weight: bold;
  }
}

.bottom__section {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bottom__section .bottomInner {
    width: 90%;
    margin: 0 auto;
  }
}
.bottom__section .form {
  margin: 96px auto 87px;
}
@media screen and (max-width: 767px) {
  .bottom__section .form {
    margin: 58px auto 68px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .pc, .pc-br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp, .sp-br {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */