@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/* system
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined);
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  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: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

::-moz-placeholder {
  color: #b1b1b1;
}

::placeholder {
  color: #b1b1b1;
}

.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* base
--------------------------- */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  color: #000;
  background: #fff;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.04em;
  width: 100%;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s;
}

a,
label,
input,
button {
  transition: all 0.4s;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/* header
--------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
header .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  header .inner {
    width: 96%;
  }
}
header .inner .flex {
  padding: 25px 0 15px;
  justify-content: space-between;
  align-items: center;
}
header .inner .flex .logo {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  header .inner .flex .logo {
    flex-direction: column;
    gap: 10px 0;
  }
}
header .inner .flex .logo .main {
  width: 342px;
}
@media screen and (max-width: 767px) {
  header .inner .flex .logo .main {
    width: 160px;
  }
}
header .inner .flex .logo .sub {
  width: 173px;
}
@media screen and (max-width: 767px) {
  header .inner .flex .logo .sub {
    width: 120px;
  }
}
header .inner .flex .info {
  text-align: right;
}
header .inner .flex .info .address {
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  header .inner .flex .info .address {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
header .inner .flex .info .tel {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  header .inner .flex .info .tel {
    font-size: 15px;
  }
}
header .inner .flex .info .tel a {
  display: flex;
  gap: 0 5px;
}
header .inner .flex .info .tel a span {
  width: 18px;
}
@media screen and (max-width: 767px) {
  header .inner .flex .info .tel a span {
    width: 12px;
  }
}
header .inner .flex .info .tel a span img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

/* footer
--------------------------- */
footer {
  padding: 0 0 30px;
}
footer .inner .links {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-bottom: 30px;
}
footer .inner .copy {
  text-align: center;
  font-size: 12px;
}

/* inner
--------------------------- */
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 92%;
  }
}

/* title
--------------------------- */
h2.main-title {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h2.main-title {
    font-size: 26px;
  }
}

/* flex
--------------------------- */
.flex {
  display: flex;
}

/* component
--------------------------- */
.neumo {
  box-shadow: 5px 5px 30px rgba(61, 61, 61, 0.2), 0 0 0 transparent;
}

.fade {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all 1s;
}
.fade.scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

/*-------------------
* pages
-------------------*/
/* index
--------------------------- */
#top .mainv {
  margin-top: 103px;
}
#top .philosophy {
  padding: 130px 0 120px;
}
@media screen and (max-width: 767px) {
  #top .philosophy {
    padding: 60px 0;
  }
}
#top .philosophy .inner h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top .philosophy .inner h2 {
    margin-bottom: 20px;
  }
}
#top .philosophy .inner .detail {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .philosophy .inner .detail {
    font-size: 18px;
  }
}
#top .message {
  background: #fff4ee;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #top .message {
    padding: 60px 0 0;
  }
}
#top .message .inner {
  position: relative;
  padding: 0 0 330px;
}
@media screen and (max-width: 767px) {
  #top .message .inner {
    padding: 0 0 160px;
  }
}
#top .message .inner:before {
  position: absolute;
  content: "";
  background: url("../img/index/message-object.png") no-repeat;
  background-size: contain;
  width: 350px;
  height: 97px;
  top: 54px;
  right: 14px;
}
@media screen and (max-width: 767px) {
  #top .message .inner:before {
    width: 175px;
    height: 48.5px;
    top: 40px;
    right: -4%;
  }
}
#top .message .inner h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 38px;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  #top .message .inner h2 {
    font-size: 24px;
  }
}
#top .message .inner .detail {
  font-size: 16px;
  width: 700px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #top .message .inner .detail {
    width: 100%;
  }
}
#top .message .inner .detail .bold {
  display: block;
  margin: 10px 0;
}
#top .message .inner .detail .bold span {
  font-weight: bold;
}
#top .message .inner .name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: right;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top .message .inner .name {
    width: 100%;
  }
}
#top .message .inner .img {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 5px;
}
#top .message .inner .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .message .inner .img.img-01 {
  left: 0;
  right: 0;
  bottom: -83px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top .message .inner .img.img-01 {
    width: 300px;
    bottom: -50px;
  }
}
#top .message .inner .img.img-02 {
  left: 0;
  bottom: -164px;
}
@media screen and (max-width: 767px) {
  #top .message .inner .img.img-02 {
    width: 120px;
    bottom: -85px;
  }
}
#top .message .inner .img.img-03 {
  right: -54px;
  bottom: -138px;
}
@media screen and (max-width: 767px) {
  #top .message .inner .img.img-03 {
    width: 105px;
    right: 0;
    bottom: -80px;
  }
}
#top .feature {
  position: relative;
  overflow: hidden;
  padding: 290px 0 60px;
}
@media screen and (max-width: 767px) {
  #top .feature {
    padding: 150px 0 80px;
  }
}
#top .feature .bg-text {
  position: absolute;
  font-family: "Marcellus", serif;
  font-size: 150px;
  white-space: nowrap;
  line-height: 1;
  color: #fff4ee;
  opacity: 0.5;
  top: 268px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #top .feature .bg-text {
    font-size: 70px;
    top: 165px;
  }
}
#top .feature .inner {
  position: relative;
  z-index: 1;
}
#top .feature .inner h2 {
  padding: 30px 0;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #top .feature .inner h2 {
    margin-bottom: 30px;
  }
}
#top .feature .flex {
  gap: 0 70px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #top .feature .flex {
    width: 92%;
    margin: 0 auto 60px;
    flex-direction: column-reverse;
    gap: 40px 0;
  }
}
#top .feature .flex:last-of-type {
  margin-bottom: 0;
}
#top .feature .flex .img {
  width: 48%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  #top .feature .flex .img {
    width: 100%;
    border-radius: 5px;
  }
}
#top .feature .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .feature .flex .text {
  max-width: 470px;
  width: 100%;
}
#top .feature .flex .text h3 {
  display: flex;
  align-items: center;
  gap: 0 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #top .feature .flex .text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #top .feature .flex .text h3 span {
    width: 22%;
  }
}
#top .feature .flex .text .link {
  justify-content: left;
}
#top .feature .flex .text .link a {
  color: #ff8198;
}
#top .feature .flex.rev {
  justify-content: right;
}
@media screen and (max-width: 767px) {
  #top .feature .flex.rev {
    flex-direction: column;
  }
}
#top .feature .flex.rev .img {
  border-radius: 5px 0 0 5px;
}
#top .date {
  position: relative;
  padding: 110px 0 145px;
}
@media screen and (max-width: 767px) {
  #top .date {
    padding: 60px 0 80px;
  }
}
#top .date:before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(237, 110, 159, 0.8) 0%, rgba(236, 139, 107, 0.8) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px 50px 0 0;
  border-radius: 25px 25px 0 0;
}
#top .date .inner {
  position: relative;
}
#top .date .inner h2 {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #top .date .inner h2 {
    margin-bottom: 40px;
  }
}
#top .date .inner h2 span {
  font-size: 16px;
  margin-left: 20px;
}
#top .date .slider .slick-img {
  width: 630px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  #top .date .slider .slick-img {
    width: 300px;
    margin: 0 5px;
  }
}
#top .date .slider .slick-prev {
  right: 0;
  left: -640px;
  width: 50px;
  height: 50px;
  background: #a6a6a6;
  border-radius: 100%;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top .date .slider .slick-prev {
    width: 40px;
    height: 40px;
    right: auto;
    left: 4%;
  }
}
#top .date .slider .slick-prev:before {
  position: absolute;
  content: "";
  opacity: 1;
  width: 11px;
  height: 17px;
  background: #fff;
  top: 0;
  left: 0;
  right: 2px;
  bottom: 0;
  margin: auto;
  -webkit-clip-path: polygon(100% 0%, 40% 50%, 100% 100%, 60% 100%, 0% 50%, 60% 0);
          clip-path: polygon(100% 0%, 40% 50%, 100% 100%, 60% 100%, 0% 50%, 60% 0);
}
@media screen and (max-width: 767px) {
  #top .date .slider .slick-prev:before {
    width: 8px;
    height: 14px;
  }
}
#top .date .slider .slick-next {
  left: 0;
  right: -640px;
  width: 50px;
  height: 50px;
  background: #a6a6a6;
  border-radius: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top .date .slider .slick-next {
    width: 40px;
    height: 40px;
    left: auto;
    right: 4%;
  }
}
#top .date .slider .slick-next:before {
  position: absolute;
  content: "";
  opacity: 1;
  width: 11px;
  height: 17px;
  background: #fff;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-clip-path: polygon(40% 0, 100% 50%, 40% 100%, 0% 100%, 60% 50%, 0% 0%);
          clip-path: polygon(40% 0, 100% 50%, 40% 100%, 0% 100%, 60% 50%, 0% 0%);
}
@media screen and (max-width: 767px) {
  #top .date .slider .slick-next:before {
    width: 8px;
    height: 14px;
  }
}
#top .date .slider .slick-dots {
  height: 6px;
}
@media screen and (max-width: 767px) {
  #top .date .slider .slick-dots {
    height: 4px;
  }
}
#top .date .slider .slick-dots li {
  width: 157.5px;
  height: 6px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #top .date .slider .slick-dots li {
    width: 75px;
    height: 4px;
  }
}
#top .date .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
}
#top .date .slider .slick-dots li button:before {
  display: none;
}
#top .date .slider .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.8);
}
#top .voice {
  padding: 140px 0 100px;
}
@media screen and (max-width: 767px) {
  #top .voice {
    padding: 60px 0;
  }
}
#top .voice .inner h2 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top .voice .inner h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
#top .voice .inner .read {
  text-align: center;
}
#top .voice-detail {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail {
    margin-top: 45px;
  }
}
#top .voice-detail .tab-area {
  width: 1080px;
  margin: 0 auto 46px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .tab-area {
    width: 92%;
    margin: 0 auto 30px;
    flex-wrap: wrap;
    justify-content: start;
  }
  #top .voice-detail .tab-area::after {
    display: block;
    content: "";
    width: 92%;
  }
}
#top .voice-detail .tab-area .tab {
  position: relative;
  font-family: "Marcellus", serif;
  font-size: 20px;
  line-height: 1;
  color: #111;
  width: 280px;
  padding: 21px 20px 17px 20px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #ff8198;
  transition: all 0.4s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .tab-area .tab {
    width: 33.3333333333%;
    font-size: 14px;
    padding: 15px;
    border-radius: 15px;
    margin-top: 10px;
  }
}
#top .voice-detail .tab-area .tab span {
  margin-right: 35px;
  color: #b2b2b2;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .tab-area .tab span {
    font-size: 12px;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#top .voice-detail .tab-area .tab:before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(237, 110, 159, 0.8) 0%, rgba(236, 139, 107, 0.8) 100%);
  width: 16px;
  height: 16px;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .tab-area .tab:before {
    width: 12px;
    height: 12px;
    bottom: -12px;
  }
}
#top .voice-detail .tab-area .tab.active {
  background: linear-gradient(to right, rgba(237, 110, 159, 0.8) 0%, rgba(236, 139, 107, 0.8) 100%);
  border: 1px solid #fff;
  color: #fff;
}
#top .voice-detail .tab-area .tab.active span {
  color: #fff;
}
#top .voice-detail .tab-area .tab.active:before {
  opacity: 1;
}
#top .voice-detail .panel {
  width: 1150px;
  margin: 0 auto;
  padding: 82px 0 120px;
  border-radius: 5px;
  background: #fff4ee;
  display: none;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel {
    width: 92%;
    padding: 60px 0 80px;
  }
}
#top .voice-detail .panel.active {
  display: block;
}
#top .voice-detail .panel .inner .flex {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex {
    flex-direction: column;
    gap: 40px 0;
    margin-bottom: 40px;
  }
}
#top .voice-detail .panel .inner .flex .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .img {
    width: 100%;
  }
}
#top .voice-detail .panel .inner .flex .img .content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 30px rgba(61, 61, 61, 0.2), 0 0 0 transparent;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .img .content img {
    border-radius: 5px;
  }
}
#top .voice-detail .panel .inner .flex .img .content.object {
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .img .content.object {
    width: 94%;
    margin: 0 0 0 auto;
  }
}
#top .voice-detail .panel .inner .flex .img .content.object:before {
  position: absolute;
  content: "";
  background: url("../img/index/voice-text-object.png") no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
  top: -50px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .img .content.object:before {
    width: 64px;
    height: 64px;
    top: -20px;
    left: -20px;
  }
}
#top .voice-detail .panel .inner .flex .img.mix .content:first-child {
  width: 82%;
  margin: 0 0 0 auto;
}
#top .voice-detail .panel .inner .flex .img.mix .content:last-child {
  width: 57%;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .img.mix .content:last-child {
    margin-top: -60px;
  }
}
#top .voice-detail .panel .inner .flex .text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .text {
    width: 100%;
  }
}
#top .voice-detail .panel .inner .flex .text .name {
  font-family: "Marcellus", serif;
  font-size: 50px;
  color: #111;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .text .name {
    font-size: 30px;
  }
}
#top .voice-detail .panel .inner .flex .text .name span {
  color: #ff8198;
}
#top .voice-detail .panel .inner .flex .text .detail {
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .text .detail {
    margin-bottom: 15px;
  }
}
#top .voice-detail .panel .inner .flex .text .detail:before {
  position: absolute;
  content: "";
  background: url("../img/index/dot.png");
  background-size: contain;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
#top .voice-detail .panel .inner .flex .text .faq.mb {
  margin-bottom: 40px;
}
#top .voice-detail .panel .inner .flex .text .faq dl dt {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .text .faq dl dt {
    font-size: 16px;
    padding-left: 30px;
    font-feature-settings: "palt";
  }
}
#top .voice-detail .panel .inner .flex .text .faq dl dt:before {
  position: absolute;
  content: "";
  background: #ff9daf;
  width: 25px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .flex .text .faq dl dt:before {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .introduction {
    margin-top: 60px;
  }
}
#top .voice-detail .panel .inner .introduction h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
  padding: 0 30px 0 45px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .introduction h3 {
    font-size: 20px;
  }
}
#top .voice-detail .panel .inner .introduction h3:before {
  position: absolute;
  content: "";
  background: url("../img/index/voice-title-object.png") no-repeat;
  background-size: contain;
  width: 25px;
  height: 37px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .introduction h3:before {
    width: 20px;
    height: 30px;
  }
}
#top .voice-detail .panel .inner .introduction h3:after {
  position: absolute;
  content: "";
  background: url("../img/index/voice-title-object.png") no-repeat;
  background-size: contain;
  width: 25px;
  height: 37px;
  bottom: 0;
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .introduction h3:after {
    width: 20px;
    height: 30px;
  }
}
#top .voice-detail .panel .inner .introduction .flex {
  gap: 0 13px;
  justify-content: center;
  align-items: normal;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .introduction .flex {
    flex-direction: column;
    gap: 20px 0;
  }
}
#top .voice-detail .panel .inner .introduction .flex dl {
  width: 25%;
  min-height: 250px;
  background: #fff;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .introduction .flex dl {
    width: 100%;
    min-height: auto;
    padding: 15px 18px;
  }
}
#top .voice-detail .panel .inner .introduction .flex dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff8198;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .introduction .flex dl dt {
    font-size: 18px;
    border-bottom: 1px solid #ff8198;
  }
}
#top .voice-detail .panel .inner .schedule h4 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Marcellus", serif;
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #ff8198;
  padding-left: 22px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule h4 {
    font-size: 25px;
  }
}
#top .voice-detail .panel .inner .schedule h4:before {
  position: absolute;
  content: "";
  background: #ff8198;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule h4:before {
    width: 12px;
    height: 12px;
  }
}
#top .voice-detail .panel .inner .schedule h4 span {
  font-size: 16px;
  font-weight: bold;
  color: #99785e;
  margin-left: 20px;
}
#top .voice-detail .panel .inner .schedule .time {
  position: relative;
  margin-bottom: 0;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule .time {
    flex-direction: column;
    gap: 20px 0;
  }
}
#top .voice-detail .panel .inner .schedule .time:before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 100%;
  height: 1px;
  left: 0;
  top: 35px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule .time:before {
    width: 1px;
    height: 108%;
    top: -4%;
    left: 68px;
  }
}
#top .voice-detail .panel .inner .schedule .time dl {
  width: 12.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule .time dl {
    width: 100%;
    display: flex;
    gap: 0 55px;
  }
}
#top .voice-detail .panel .inner .schedule .time dl dt {
  position: relative;
  font-family: "Marcellus", serif;
  color: #99785e;
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule .time dl dt {
    width: 43px;
    text-align: center;
    padding-bottom: 0;
    padding-top: 4px;
  }
}
#top .voice-detail .panel .inner .schedule .time dl dt:before {
  position: absolute;
  content: "";
  background: #99785e;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule .time dl dt:before {
    right: -33px;
    left: auto;
    top: 5px;
    bottom: auto;
    margin: auto;
  }
}
#top .voice-detail .panel .inner .schedule .time dl dd {
  padding-top: 15px;
  line-height: 1.73;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule .time dl dd {
    padding-top: 0;
    font-size: 14px;
    text-align: left;
  }
}
#top .voice-detail .panel .inner .schedule.bottom {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule.bottom {
    margin-top: 20px;
  }
}
#top .voice-detail .panel .inner .schedule.bottom .flex {
  justify-content: flex-start;
  gap: 0 21px;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule.bottom .flex {
    gap: 20px 0;
  }
}
#top .voice-detail .panel .inner .schedule.bottom .flex:before {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule.bottom .flex:before {
    width: 1px;
  }
}
#top .voice-detail .panel .inner .schedule.bottom .flex dl {
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  #top .voice-detail .panel .inner .schedule.bottom .flex dl {
    width: auto;
  }
}
#top .voice .btn a {
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: block;
  width: 300px;
  margin: 50px auto 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #ff8198;
  text-align: center;
  background: #fff;
  color: #222;
  padding: 21px 0 20px;
  transition: all 0.4s;
  z-index: 1;
  border-radius: 32.5px;
}
@media screen and (max-width: 767px) {
  #top .voice .btn a {
    width: 250px;
    padding: 16px 0 15px;
  }
}
#top .voice .btn a:before {
  position: absolute;
  content: "";
  background: url("../img/index/btn-arrow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #top .voice .btn a:before {
    width: 16px;
    height: 14px;
    right: 16px;
  }
}
#top .voice .btn a:hover {
  background: linear-gradient(to right, rgba(237, 110, 159, 0.8) 0%, rgba(236, 139, 107, 0.8) 100%);
  color: #fff;
  border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  #top .voice .btn a:hover {
    border: 2px solid #ff8198;
    background: #fff;
    color: #000;
  }
}
#top .voice .btn a:hover:before {
  background: url("../img/index/btn-arrow-hover.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #top .voice .btn a:hover:before {
    background: url("../img/index/btn-arrow.png") no-repeat;
    background-size: contain;
  }
}
#top .img-sec img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .faq-sec {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #top .faq-sec {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  #top .faq-sec .inner .flex {
    flex-direction: column;
    gap: 40px 0;
  }
}
#top .faq-sec .inner .flex .left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #top .faq-sec .inner .flex .left {
    width: 100%;
  }
}
#top .faq-sec .inner .flex .left h2 {
  margin-bottom: 25px;
}
#top .faq-sec .inner .flex .left .detail {
  line-height: 1.86;
}
#top .faq-sec .inner .flex .right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #top .faq-sec .inner .flex .right {
    width: 100%;
  }
}
#top .faq-sec .inner .flex .right dl {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#top .faq-sec .inner .flex .right dl:last-of-type {
  margin-bottom: 0;
}
#top .faq-sec .inner .flex .right dl:before {
  position: absolute;
  content: "";
  background: url("../img/index/dot.png");
  background-size: contain;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
#top .faq-sec .inner .flex .right dl dt {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #top .faq-sec .inner .flex .right dl dt {
    padding-right: 25px;
  }
}
#top .faq-sec .inner .flex .right dl dt:before {
  position: absolute;
  content: "";
  background: #b3b8b6;
  width: 20px;
  height: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top .faq-sec .inner .flex .right dl dt:before {
    top: 50px;
    bottom: auto;
  }
}
#top .faq-sec .inner .flex .right dl dt:after {
  position: absolute;
  content: "";
  background: #b3b8b6;
  width: 20px;
  height: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #top .faq-sec .inner .flex .right dl dt:after {
    top: 50px;
    bottom: auto;
  }
}
#top .faq-sec .inner .flex .right dl dt span {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-size: 18px;
  background: #ff8198;
  color: #fff;
  padding: 3px 9px 6px;
  border-radius: 100%;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #top .faq-sec .inner .flex .right dl dt span {
    font-size: 14px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 8px 7px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#top .faq-sec .inner .flex .right dl dt.active:after {
  transform: rotate(0);
}
#top .faq-sec .inner .flex .right dl dd {
  display: none;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  #top .faq-sec .inner .flex .right dl dd {
    padding-top: 5px;
  }
}
#top .faq-sec .inner .flex .right dl dd a {
  color: #ff8198;
}
#top .recruit {
  position: relative;
  overflow: hidden;
  background: #fff4ee;
  padding: 120px 0 150px;
}
@media screen and (max-width: 767px) {
  #top .recruit {
    padding: 60px 0;
  }
}
#top .recruit .bg-text {
  position: absolute;
  font-family: "Marcellus", serif;
  font-size: 150px;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  top: 75px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #top .recruit .bg-text {
    font-size: 70px;
    top: 45px;
  }
}
#top .recruit .inner {
  position: relative;
  z-index: 1;
}
#top .recruit .inner h2 {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #top .recruit .inner h2 {
    margin-bottom: 50px;
  }
}
#top .recruit .inner .flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top .recruit .inner .flex {
    flex-direction: column;
    gap: 50px 0;
  }
}
#top .recruit .inner .flex .box {
  position: relative;
  width: 207px;
  height: 209px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #top .recruit .inner .flex .box {
    width: 230px;
    height: 200px;
    margin: 0 auto;
  }
}
#top .recruit .inner .flex .box:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 16px;
  height: 28px;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  box-shadow: 5px 5px 30px rgba(61, 61, 61, 0.2), 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  #top .recruit .inner .flex .box:before {
    width: 26px;
    height: 14px;
    right: 0;
    left: 0;
    top: auto;
    bottom: -14px;
    margin: auto;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
#top .recruit .inner .flex .box:last-of-type:before {
  display: none;
}
#top .recruit .inner .flex .box .num {
  position: absolute;
  font-family: "Marcellus", serif;
  font-size: 24px;
  color: #ff8198;
  line-height: 1;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
#top .recruit .inner .flex .box .icon {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 14%;
  margin: auto;
}
#top .recruit .inner .flex .box .icon.l20 {
  left: 20px;
}
#top .recruit .inner .flex .box .name {
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  bottom: 34px;
  margin: auto;
}
#top .cta {
  position: relative;
  padding: 355px 0 95px;
}
@media screen and (max-width: 767px) {
  #top .cta {
    padding: 180px 0 60px;
  }
}
#top .cta:before {
  position: absolute;
  content: "";
  background: url("../img/index/cta-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 488px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top .cta:before {
    height: 165px;
  }
}
#top .cta:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 98%;
  height: 50%;
  top: 355px;
  right: 0;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  #top .cta:after {
    width: 100%;
    top: 130px;
    border-radius: 25px 25px 0 0;
  }
}
#top .cta .inner {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #top .cta .inner {
    padding-top: 0;
  }
}
#top .cta .inner:before {
  position: absolute;
  content: "";
  background: url("../img/index/recruit-object.png") no-repeat;
  background-size: contain;
  width: 228px;
  height: 140px;
  top: 105px;
  right: -85px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top .cta .inner:before {
    width: 114px;
    height: 70px;
    right: 0;
    top: 5px;
  }
}
#top .cta .inner .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top .cta .inner .flex {
    flex-direction: column;
    gap: 25px 0;
  }
}
#top .cta .inner .flex h2 {
  width: 50%;
  font-size: 34px;
  line-height: 1.59;
}
@media screen and (max-width: 767px) {
  #top .cta .inner .flex h2 {
    width: 100%;
    font-size: 26px;
  }
}
#top .cta .inner .flex .detail {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #top .cta .inner .flex .detail {
    width: 100%;
    padding-left: 0;
  }
}
#top .cta .inner .btn-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top .cta .inner .btn-flex {
    flex-direction: column;
    gap: 30px 0;
  }
}
#top .cta .inner .btn-flex .btn a {
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: block;
  width: 300px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #ff8198;
  text-align: center;
  background: #fff;
  color: #222;
  padding: 21px 0 20px;
  transition: all 0.4s;
  z-index: 1;
  border-radius: 32.5px;
}
@media screen and (max-width: 767px) {
  #top .cta .inner .btn-flex .btn a {
    width: 250px;
    padding: 16px 0 15px;
  }
}
#top .cta .inner .btn-flex .btn a:before {
  position: absolute;
  content: "";
  background: url("../img/index/btn-arrow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #top .cta .inner .btn-flex .btn a:before {
    width: 16px;
    height: 14px;
    right: 16px;
  }
}
#top .cta .inner .btn-flex .btn a:hover {
  background: linear-gradient(to right, rgba(237, 110, 159, 0.8) 0%, rgba(236, 139, 107, 0.8) 100%);
  color: #fff;
  border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  #top .cta .inner .btn-flex .btn a:hover {
    border: 2px solid #ff8198;
    background: #fff;
    color: #000;
  }
}
#top .cta .inner .btn-flex .btn a:hover:before {
  background: url("../img/index/btn-arrow-hover.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #top .cta .inner .btn-flex .btn a:hover:before {
    background: url("../img/index/btn-arrow.png") no-repeat;
    background-size: contain;
  }
}
#top .cta.first {
  padding: 60px 0 95px;
}
@media screen and (max-width: 767px) {
  #top .cta.first {
    padding: 0 0 70px;
  }
}
#top .cta.first:before {
  display: none;
}
#top .cta.first:after {
  display: none;
}
#top .cta.first .inner {
  padding-top: 0;
}
#top .cta.first .inner:before {
  top: 0;
}

#privacy .contents {
  padding: 180px 0 80px;
}
@media screen and (max-width: 767px) {
  #privacy .contents {
    padding: 140px 0 40px;
  }
}
#privacy .contents .inner {
  max-width: 800px;
}
#privacy .contents .inner h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#privacy .contents .inner h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#privacy .contents .inner p {
  font-size: 16px;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */