@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #574240;
}

body {
  font-family: "Shippori Mincho B1", sans-serif;
  font-weight: 400;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc_only {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc_only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp_only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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


/* common */
.pb20-sp { 
  padding-bottom: 1.25rem;
}

.fontSize12_sp {
  font-size: 0.75rem !important;
}

@media screen and (min-width: 780px) {
.mt30 {
  margin-top: 1.875rem !important;
}

.mb40 {
   margin-bottom: 2.5rem !important;
}

.mb16 {
  margin-bottom: 1rem !important;
}

.pt0 { 
  padding-top: 0 !important;
}

.pt16 { 
  padding-top: 1rem !important;
}

.pt20 { 
  padding-top: 1.5625rem !important;
}

.pt40 { 
  padding-top: 2.5rem !important;
}


.pb15 { 
  padding-bottom: 0.9375rem;
}

.fontSize14 {
  font-size: 0.875rem !important;
}



}

.inner {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

h1, h2 {
  display: none;
}

.fv {
  height: auto;
}
@media screen and (min-width: 780px) {
  .fv {
    height: auto;
  }
}

.secondview {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
  text-align: center;
  height: 20.5rem;
  background: url(../images/thought_bgSP.png) no-repeat center;
}
@media screen and (min-width: 780px) {
  .secondview {
    height: 23.4375rem;
    padding-top: 1.0625rem;
    padding-bottom: 2.4375rem;
    background: url(../images/thought_bg.png) no-repeat center;
  }
}

.section-title::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

/* セカンドビュー */
.thought::before {
  background-image: url(../images/thought.png);
  left: 50%;
  transform: translateX(-50%);
  width: 10.3125rem;
  height: 4.875rem;
  top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .thought::before {
    left: 50%;
    transform: translateX(-50%);
    width: 15.625rem;
    height: 7.375rem;
    top: 1.0625rem;
  }
}

/* 特典 */
.benefit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefit::before {
  background-image: url(../images/benefit.png);
  left: 50%;
  transform: translateX(-50%);
  width: 20rem;
  height: 5.5625rem;
  top: 1.9375rem;
}
@media screen and (min-width: 780px) {
  .benefit::before {
    left: 50%;
    transform: translateX(-50%);
    width: 45rem;
    height: 11.5625rem;
    top: 1.3125rem;
  }
}

/* 受け取り方法 */
.receive::before {
  background-image: url(../images/receive.png);
  width: 16.875rem;
  height: 6.1875rem;
  top: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .receive::before {
    transform: translateX(-50%);
    width: 24.5rem;
    height: 8.875rem;
    top: 0;
    left: 50%;
  }
}

/* プロフィール */
.message::before {
  background-image: url(../images/message.png);
  width: 15.625rem;
  height: 5.625rem;
  top: -2.6875rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .message::before {
    transform: translateX(-50%);
    width: 26.375rem;
    height: 9.5625rem;
    top: -5.1875rem;
    left: 50%;
  }
}

.text-area {
  color: #8B291E;
  margin-top: 5.625rem;
}
@media screen and (min-width: 780px) {
  .text-area {
    margin-top: 8.75rem;
  }
}

.text-area__catch {
  font-size: 1rem;
  padding-top: 0.4375rem;
}
@media screen and (min-width: 780px) {
  .text-area__catch {
    font-size: 1.25rem;
    padding-top: 0.625rem;
  }
}

.text-area__catch span {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 780px) {
  .text-area__catch span {
    font-size: 1.6875rem;
  }
}

.text-area__note {
  width: 16.5rem;
  padding-top: 1.4375rem;
  text-align: left;
  font-size: 0.75rem;
  margin: 0 auto;
  line-height: 1.2;
}
@media screen and (min-width: 780px) {
  .text-area__note {
    width: 100%;
    padding-top: 2rem;
    text-align: center;
  }
}

.tokuten {
  position: relative;
  padding-top: 9.0625rem;
  padding-bottom: 1.75rem;
  text-align: center;
  height: auto;
  background: url(../images/benefit_bgSP.png) no-repeat center;
}
@media screen and (min-width: 780px) {
  .tokuten {
    height: auto;
    padding-top: 14.0625rem;
    padding-bottom: 3.25rem;
    background: url(../images/benefit_bg.png) no-repeat center;
  }
}

.tokuten__inner {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  .tokuten__inner {
    max-width: 1150px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.benefit__container {
  padding: 1.0625rem 0.875rem 0.3125rem;
  background-color: rgba(255, 255, 255, 0.6);
  width: 22.1875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .benefit__container {
    width: 100%;
    padding: 2.1875rem 2.8125rem;
  }
}

/* 特典の大箱 */
@media screen and (min-width: 780px) {
  .benefit-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    gap:3.2rem
  }
}

@media screen and (min-width: 780px) {
  .benefit-contents:last-child {
    margin-bottom: 0;
  }
}

/* 特典の小箱 */
.benefit-contents__wrap {
  position: relative;
  width: 20.5625rem;
  height: 16.4375rem;
  box-shadow: 1px 4px 4px rgba(139, 139, 139, 0.25);
  margin-bottom: 0.6875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .benefit-contents__wrap {
    width: 28.125rem;
    height: 21.125rem;
    margin-bottom: 0;
  }
}

/* 背景白 */
.bg_w {
  background-color: #fff;
}

/* 背景ピンク */
.bg_p {
  background-color: rgba(255, 255, 255, 0.6);
}

/* 特典のリボン */
.benefit-contents__ribbon {
  position: absolute;
  margin-top: -0.25rem;
  margin-left: -0.9375rem;
  width: 5.1875rem;
  height: 4.625rem;
}
@media screen and (min-width: 780px) {
  .benefit-contents__ribbon {
    margin-top: -0.3125rem;
    margin-left: -0.625rem;
    width: 7.25rem;
    height: 6.4375rem;
  }
}

/* 小見出し */
.benefit-contents__text, .benefit-contents__text2 {
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .benefit-contents__text, .benefit-contents__text2 {
    font-size: 1rem;
  }
}

/* 小見出し1行 */
/* .benefit-contents__text {
  padding-top: 0.9375rem;
} */
@media screen and (min-width: 780px) {
  .benefit-contents__text {
    padding-top: 2.375rem;
    margin-bottom: 0.625rem;
  }
}

/* 小見出し2行 */
.benefit-contents__text2 {
  padding-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .benefit-contents__text2 {
    padding-top: 1.5rem;
  }
}

/* 大見出し */
.benefit-contents__catch, .benefit-contents__catch2 {
  font-weight: 700;
  color: #8B291E;
  font-size: 1.25rem;
}
@media screen and (min-width: 780px) {
  .benefit-contents__catch, .benefit-contents__catch2 {
    font-size: 1.5rem;
  }
}

/* 大見出し-1行 */
.benefit-contents__catch {
  padding-top: 0.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 780px) {
  .benefit-contents__catch {
    padding-top: 1.125rem;
    margin-bottom: 2.6875rem;
  }
}

/* 大見出し-2行 */
.benefit-contents__catch2 {
  padding-top: 0.3125rem;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width: 780px) {
  .benefit-contents__catch2 {
    padding-top: 0.375rem;
    margin-bottom: 1.0625rem;
  }
}

/* 画像 */
.benefit-contents__image img {
  margin: 0 auto;
  width: auto;
  height: 6.0625rem;
}
@media screen and (min-width: 780px) {
  .benefit-contents__image img {
    height: 7.6875rem;
  }
}

.benefit-contents__image img.hearing {
  margin-top: -1.25rem;
  height: 8.125rem;
}
@media screen and (min-width: 780px) {
  .benefit-contents__image img.hearing {
    margin-top: -1.25rem;
    height: 10.625rem;
  }
}

.line-marker-p {
  background: linear-gradient(transparent 70%, rgba(139, 41, 30, 0.3) 50%);
}

.line-marker-p2 {
  background: linear-gradient(transparent 60%, rgba(139, 41, 30, 0.3) 50%);
}

.line-marker-y {
  background: linear-gradient(transparent 10%, rgba(255, 241, 120, 0.7) 50%);
}

.note {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.75rem;
  color: #fff;
  padding: 1.5625rem 2.4375rem 0;
  text-align: left;
}
@media screen and (min-width: 780px) {
  .note {
    width: 31.875rem;
    margin: 0 0 0 auto;
    padding: 1rem 0 3.25rem 0;
    text-align: left;
  }
}

.note2 {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.75rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.6875rem;
}
@media screen and (min-width: 780px) {
  .note2 {
    margin: 0;
    text-align: right;
    padding-right: 1.25rem;
    margin-top: -2.1875rem;
  }
}

.uketori {
  position: relative;
  text-align: center;
  background: url(../images/receive_bgSP.png) no-repeat center;
}
@media screen and (min-width: 780px) {
  .uketori {
    height: 31.125rem;
    background: url(../images/receive_bg.png) no-repeat center;
  }
}

.receive__text {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: 1.125rem;
  padding-top: 7.8125rem;
}
@media screen and (min-width: 780px) {
  .receive__text {
    padding-top: 9.5625rem;
  }
}

.receive__step {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 30%;
}
@media screen and (min-width: 780px) {
  .receive__step {
    width: 18%;
    max-width: 265px;
  }
}

.step {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: 2.3125rem;
  color: #8B291E;
}

.message__greeting {
  position: relative;
  font-size: 1rem;
  padding: 0 0.625rem 0 1.125rem;
  text-align: left;
}
@media screen and (min-width: 780px) {
  .message__greeting {
    padding-top: 1.6875rem;
    padding-bottom: 1.875rem;
    margin-right: 6.875rem;
    margin-left: 6.875rem;
  }
}

/* 挨拶文 */
.greeting-text {
  font-size: 1rem;
  padding-top: 1.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 780px) {
  .greeting-text {
    font-size: 1rem;
    padding-top: 1.1875rem;
  }
}

/* 経歴箱 */
.message__resume {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.8125rem;
  margin: 1.25rem 0.9375rem 0 0.9375rem;
  border-top: 1px #8B291E solid;
}
@media screen and (min-width: 780px) {
  .message__resume {
    display: flex;
    justify-content: flex-end;
    width: 34.0625rem;
    margin-top: -0.625rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.875rem;
    padding-top: 1.8125rem;
    border-top: 1px #8B291E solid;
  }
}

.message__resume-left {
  display: block;
  text-align: left;
  line-height: 1.6;
  padding-top: 1.75rem;
}
@media screen and (min-width: 780px) {
  .message__resume-left {
    padding-top: 0;
  }
}

.message__resume-right {
  display: block;
  width: 19.875rem;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 780px) {
  .message__resume-right {
    margin-left: 1.6875rem;
  }
}

.profile {
  position: relative;
  text-align: center;
  height: 56.875rem;
  background: url(../images/message_bgSP.png) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 780px) {
  .profile {
    height: 54.75rem;
    background: url(../images/message_bg.png) no-repeat center;
    background-size: cover;
  }
}

.profile::before {
  content: "";
  position: absolute;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 56.25rem;
  left: -6%;
  transform: translateY(-50%);
  width: 7rem;
  height: 6.1875rem;
}
@media screen and (min-width: 780px) {
  .profile::before {
    width: 23.0625rem;
    height: 20.3125rem;
    top: 44.375rem;
    left: -6%;
  }
}

.profile__inner {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3.6875rem;
}
@media screen and (min-width: 780px) {
  .profile__inner {
    max-width: 1150px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 4.4375rem;
  }
}

.profile__area {
  position: relative;
  width: 21.1875rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (min-width: 780px) {
  .profile__area {
    margin-left: 0;
    width: 30rem;
    height: 20rem;
  }
}

/* プロフィールの箱 */
.profile__container {
  position: absolute;
  width: 21.0625rem;
  height: 32.8125rem;
  box-shadow: 3px 3px 15px rgba(139, 139, 139, 0.25);
  margin-left: 0.625rem;
  margin-right: 0;
  margin-top: -0.875rem;
  background-color: #fff;
  padding-top: 2.0625rem;
  z-index: 10;
}
@media screen and (min-width: 780px) {
  .profile__container {
    width: 40.1875rem;
    height: 26.1875rem;
    top: 7.25rem;
    left: 25rem;
  }
}

.btn {
  position: absolute;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  text-align: center;
  padding-top: 0.4375rem;
  padding-bottom: 0.3125rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease;
  background-image: url(../images/buttonSP.png);
  background-size: cover;
  width: 19.375rem;
  height: 2.75rem;
  transition: transform 0.6s ease;
  bottom: -37.25rem;
  left: 6%;
  z-index: 9000;
}
@media screen and (min-width: 780px) {
  .btn {
    background-image: url(../images/button.png);
    padding-top: 1.5rem;
    padding-right: 0.625rem;
    width: 21.875rem;
    height: 5.3125rem;
    font-size: 1.625rem;
    bottom: -21.875rem;
    left: 75%;
    line-height: 1;
  }
}

.btn:hover {
  background-image: url(../images/button_hoverSP.png);
  background-size: cover;
  width: 19.375rem;
  height: 2.75rem;
  color: #8B291E;
  opacity: 1;
  bottom: -37.25rem;
  left: 6%;
}
@media screen and (min-width: 780px) {
  .btn:hover {
    background-image: url(../images/button_hover.png);
    padding-top: 1.5rem;
    padding-right: 0.625rem;
    width: 21.875rem;
    height: 5.3125rem;
    font-size: 1.625rem;
    bottom: -21.875rem;
    left: 75%;
    line-height: 1;
  }
}

.btn:hover span::before {
  background-image: url(../images/arrow_r.png);
}

.btn span {
  position: relative;
  padding-right: 1.25rem;
}

.btn span::before {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 0.875rem;
  top: 58%;
  transform: translateY(-58%);
  right: 0;
}

/* 追従バナー */
.fixed_banner {
  position: fixed;
  z-index: 99999;
  bottom: 1.6875rem;
  right: 0;
  width: 16.25rem;
}
@media screen and (min-width: 780px) {
  .fixed_banner {
    width: 33.75rem;
  }
}

@media screen and (min-width: 780px) {
  .floating-banner:hover {
    transition: transform 0.6s ease;
  }
}

.footer {
  position: relative;
  height: 1.875rem;
  margin-top: 1.25rem;
  background: url(../images/footer_bgSP.png) no-repeat center;
  background-size: cover;
  z-index: 1000;
}
@media screen and (min-width: 780px) {
  .footer {
    height: 4.375rem;
    margin-top: -4.0625rem;
    background: url(../images/footer_bg.png) no-repeat center;
    background-size: cover;
  }
}

.copy {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  padding-top: 0.375rem;
}
@media screen and (min-width: 780px) {
  .copy {
    padding-top: 1.625rem;
  }
}/*# sourceMappingURL=styles.css.map */