@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
/* line 7, ../_base.scss */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 84, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 94, ../_base.scss */
html {
  box-sizing: border-box;
}

/* line 97, ../_base.scss */
*:before,
*:after {
  box-sizing: inherit;
}

/* line 102, ../_base.scss */
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 107, ../_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 121, ../_base.scss */
p {
  text-align: justify;
}

/* line 125, ../_base.scss */
nav ul {
  list-style: none;
}

/* line 129, ../_base.scss */
blockquote,
q {
  quotes: none;
}

/* line 134, ../_base.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 142, ../_base.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 152, ../_base.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 159, ../_base.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 166, ../_base.scss */
del {
  text-decoration: line-through;
}

/* line 170, ../_base.scss */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 176, ../_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 182, ../_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 191, ../_base.scss */
input,
select {
  vertical-align: middle;
  outline: 0;
}

/* line 197, ../_base.scss */
ul,
li {
  list-style: none;
}

/* line 203, ../_base.scss */
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 212, ../_base.scss */
input[type="text"]:focus,
input[type="button"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

/* line 221, ../_base.scss */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* line 224, ../_base.scss */
input[type="text"]:focus:placeholder-shown,
input[type="button"]:focus:placeholder-shown,
input[type="submit"]:focus:placeholder-shown,
input[type="tel"]:focus:placeholder-shown,
input[type="email"]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

/* line 232, ../_base.scss */
input[type="text"]:focus:-webkit-input-placeholder,
input[type="button"]:focus:-webkit-input-placeholder,
input[type="submit"]:focus:-webkit-input-placeholder,
input[type="tel"]:focus:-webkit-input-placeholder,
input[type="email"]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

/* line 240, ../_base.scss */
input[type="text"]:focus:-moz-placeholder,
input[type="button"]:focus:-moz-placeholder,
input[type="submit"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

/* line 248, ../_base.scss */
input[type="text"]:focus:-ms-input-placeholder,
input[type="button"]:focus:-ms-input-placeholder,
input[type="submit"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

/* line 256, ../_base.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

/* line 271, ../_base.scss */
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown {
  color: #ddd;
}

/* line 276, ../_base.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #ddd;
}

/* line 281, ../_base.scss */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

/* line 288, ../_base.scss */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 294, ../_base.scss */
textarea {
  resize: vertical;
}

/* line 297, ../_base.scss */
textarea:placeholder-shown {
  color: #ddd;
}

/* line 300, ../_base.scss */
textarea::-webkit-input-placeholder {
  color: #ddd;
}

/* line 303, ../_base.scss */
textarea::-moz-placeholder {
  color: #ddd;
}

/* line 308, ../_base.scss */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 314, ../_base.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 320, ../_base.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 326, ../_base.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 331, ../_base.scss */
button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
/* line 338, ../_base.scss */
a {
  -webkit-tap-highlight-color: transparent;
  color: #58514b;
}
@media screen and (min-width: 896px) {
  /* line 338, ../_base.scss */
  a {
    transition: 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  /* line 346, ../_base.scss */
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

/* line 356, ../_base.scss */
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

/* line 362, ../_base.scss */
th,
td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

/* line 370, ../_base.scss */
caption {
  text-align: left;
}

/* line 374, ../_base.scss */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* line 379, ../_base.scss */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #58514a;
  font-display: swap;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 896px) {
  /* line 395, ../_base.scss */
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/* line 403, ../_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 408, ../_base.scss */
svg {
  width: 100%;
  height: auto;
}

/* line 413, ../_base.scss */
.slick-list:focus {
  outline: none !important;
}

@font-face {
  font-family: 'katyoubb';
  font-weight: 700;
  src: url(../../fonts/katyoubb.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'midashi_mb31';
  font-style: normal;
  src: url(../../fonts/A-OTF-MidashiGoPr6-MB31.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'midashi_mb1_bold';
  font-weight: 700;
  font-style: normal;
  src: url(../../fonts/A-OTF-MiGoMB1Std-DeBold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  src: url(../../fonts/Barlow-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'GenJyuuGothicX';
  font-weight: 700;
  src: url(../../fonts/GenJyuuGothicX-Bold.ttf) format("truetype");
  font-display: swap;
}
/* line 64, ../_module.scss */
.basetxt {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 897px) {
  /* line 64, ../_module.scss */
  .basetxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 64, ../_module.scss */
  .basetxt {
    font-size: 1.3rem;
  }
}

/* line 75, ../_module.scss */
.p_txt {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 897px) {
  /* line 75, ../_module.scss */
  .p_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 75, ../_module.scss */
  .p_txt {
    font-size: 1.4rem;
  }
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/* line 111, ../_module.scss */
.baselink {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 897px) {
  /* line 111, ../_module.scss */
  .baselink {
    padding-left: 50px;
  }
  /* line 119, ../_module.scss */
  .baselink:hover:before {
    animation: fluidrotate 8s linear 0s infinite;
    transform: translate(0, -50%) scale(1.3);
  }
}
@media screen and (max-width: 896px) {
  /* line 111, ../_module.scss */
  .baselink {
    padding-left: 40px;
  }
}
/* line 128, ../_module.scss */
.baselink:before, .baselink:after {
  content: '';
  position: absolute;
  top: 50%;
}
/* line 133, ../_module.scss */
.baselink:before {
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #fcb75c;
  transition: .5s ease;
}
@media screen and (min-width: 897px) {
  /* line 133, ../_module.scss */
  .baselink:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 133, ../_module.scss */
  .baselink:before {
    width: 32px;
    height: 32px;
  }
}
/* line 148, ../_module.scss */
.baselink:after {
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
}
@media screen and (min-width: 897px) {
  /* line 148, ../_module.scss */
  .baselink:after {
    left: 16px;
  }
}
@media screen and (max-width: 896px) {
  /* line 148, ../_module.scss */
  .baselink:after {
    left: 10px;
  }
}

/* line 163, ../_module.scss */
.talk_sec {
  padding: 92px 0 0;
}
/* line 165, ../_module.scss */
.talk_sec_inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  /* line 169, ../_module.scss */
  .talk_sec_talk {
    margin-top: 45px;
  }
}
@media screen and (max-width: 896px) {
  /* line 175, ../_module.scss */
  .talk_sec .tag_flex .tag_box {
    text-align: left;
  }
}
/* line 179, ../_module.scss */
.talk_sec .tag_flex .tag_box:nth-of-type(1) {
  margin-right: 53px;
}
@media screen and (max-width: 896px) {
  /* line 179, ../_module.scss */
  .talk_sec .tag_flex .tag_box:nth-of-type(1) {
    margin-right: 39px;
  }
}
/* line 184, ../_module.scss */
.talk_sec .tag_flex .tag_box:nth-of-type(1):after {
  background: url(/asset/img/ban-asai/ico_arrow_r01.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 6px;
  right: -38px;
}
@media screen and (max-width: 896px) {
  /* line 184, ../_module.scss */
  .talk_sec .tag_flex .tag_box:nth-of-type(1):after {
    top: 50%;
    transform: translate(0, -50%);
    right: -31px;
    left: auto;
  }
}
/* line 200, ../_module.scss */
.talk_sec_ttl {
  font-size: 40px;
  font-family: "midashi_mb1_bold";
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  /* line 200, ../_module.scss */
  .talk_sec_ttl {
    font-size: 21px;
    margin-top: 23px;
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 897px) {
  /* line 213, ../_module.scss */
  .talk_sec_talk {
    margin-top: 60px;
  }
}
@media screen and (min-width: 897px) {
  /* line 218, ../_module.scss */
  .talk_sec .talk_wrap {
    margin-top: 39px;
  }
}

/* line 229, ../_module.scss */
.talk_wrap {
  display: flex;
  margin-bottom: 22px;
}
@media screen and (max-width: 896px) {
  /* line 229, ../_module.scss */
  .talk_wrap {
    flex-wrap: wrap;
  }
}
/* line 235, ../_module.scss */
.talk_wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* line 238, ../_module.scss */
.talk_wrap_term {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  width: 70px;
}
@media screen and (max-width: 896px) {
  /* line 238, ../_module.scss */
  .talk_wrap_term {
    width: 100%;
  }
}
/* line 246, ../_module.scss */
.talk_wrap_term.pink {
  color: #dfb6b1;
}
/* line 249, ../_module.scss */
.talk_wrap_term.green {
  color: #bccdbc;
}
/* line 252, ../_module.scss */
.talk_wrap_term.gold {
  color: #d0c69d;
}
/* line 255, ../_module.scss */
.talk_wrap_term.blue {
  color: #acc6cd;
}
/* line 259, ../_module.scss */
.talk_wrap_txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  width: 697px;
}
@media screen and (min-width: 897px) {
  /* line 259, ../_module.scss */
  .talk_wrap_txt {
    max-width: 780px;
  }
}
@media screen and (max-width: 896px) {
  /* line 259, ../_module.scss */
  .talk_wrap_txt {
    margin-top: 7px;
    width: 100%;
  }
}

/* line 273, ../_module.scss */
.tag_box {
  width: max-content;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  padding: 11px 22px;
  border-radius: 4px;
  letter-spacing: 0.1em;
}
/* line 283, ../_module.scss */
.tag_box.pink {
  background-color: #dfb6b1;
}
/* line 286, ../_module.scss */
.tag_box.green {
  background-color: #bccdbc;
}
/* line 289, ../_module.scss */
.tag_box.gold {
  background-color: #d0c69d;
}
/* line 292, ../_module.scss */
.tag_box.blue {
  background-color: #acc6cd;
}
@media screen and (max-width: 896px) {
  /* line 273, ../_module.scss */
  .tag_box {
    padding: 10px;
    font-size: 12px;
  }
}

/* line 301, ../_module.scss */
.tag_flex {
  display: flex;
  align-items: center;
}
/* line 304, ../_module.scss */
.tag_flex .tag_box {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 304, ../_module.scss */
  .tag_flex .tag_box {
    margin-right: 37px;
  }
}
@media screen and (max-width: 896px) {
  /* line 304, ../_module.scss */
  .tag_flex .tag_box {
    margin: 0;
  }
}
/* line 312, ../_module.scss */
.tag_flex .tag_box::after {
  background: url(/asset/img/common/ico_x01.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  /* line 312, ../_module.scss */
  .tag_flex .tag_box::after {
    top: auto;
    bottom: -37px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
/* line 331, ../_module.scss */
.tag_flex .tag_box:nth-last-of-type(1) {
  position: initial;
}
@media screen and (min-width: 897px) {
  /* line 331, ../_module.scss */
  .tag_flex .tag_box:nth-last-of-type(1) {
    margin-right: 0;
  }
}
/* line 336, ../_module.scss */
.tag_flex .tag_box:nth-last-of-type(1)::after {
  display: none;
}

/* line 343, ../_module.scss */
.work_talk_link {
  text-align: center;
  display: block;
  cursor: pointer !important;
}
@media screen and (min-width: 897px) {
  /* line 350, ../_module.scss */
  .work_talk_link:nth-of-type(1) .work_talk_link_position_box .tag_box {
    width: 330px;
  }
}
/* line 358, ../_module.scss */
.work_talk_link_ttl {
  font-size: 34px;
  font-weight: bold;
  margin-top: 48px;
  line-height: 1.55;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 896px) {
  /* line 358, ../_module.scss */
  .work_talk_link_ttl {
    font-size: 22px;
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 369, ../_module.scss */
  .work_talk_link_img {
    width: 90%;
    margin: 0 auto;
  }
  /* line 373, ../_module.scss */
  .work_talk_link_img img {
    transition: .5s ease;
  }
}
/* line 379, ../_module.scss */
.work_talk_link .baselink:hover {
  animation: none;
  transform: none;
}
/* line 384, ../_module.scss */
.work_talk_link_position {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
@media screen and (max-width: 896px) {
  /* line 384, ../_module.scss */
  .work_talk_link_position {
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
}
/* line 393, ../_module.scss */
.work_talk_link_position_box {
  margin-right: 37px;
  width: max-content;
}
@media screen and (max-width: 896px) {
  /* line 393, ../_module.scss */
  .work_talk_link_position_box {
    width: 100%;
    margin: 0;
  }
}
/* line 400, ../_module.scss */
.work_talk_link_position_box:nth-of-type(1) {
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 400, ../_module.scss */
  .work_talk_link_position_box:nth-of-type(1) {
    margin: 0 0 50px;
  }
}
/* line 405, ../_module.scss */
.work_talk_link_position_box:nth-of-type(1)::after {
  background: url(/asset/img/common/ico_x01.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  /* line 405, ../_module.scss */
  .work_talk_link_position_box:nth-of-type(1)::after {
    top: auto;
    bottom: -34px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
/* line 425, ../_module.scss */
.work_talk_link_position_box:nth-last-of-type(1) {
  margin-right: 0;
}
/* line 428, ../_module.scss */
.work_talk_link_position_box .tag_box {
  width: 220px;
}
@media screen and (min-width: 897px) {
  /* line 428, ../_module.scss */
  .work_talk_link_position_box .tag_box {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  /* line 428, ../_module.scss */
  .work_talk_link_position_box .tag_box {
    width: 100%;
  }
}
/* line 440, ../_module.scss */
.work_talk_link_position_box .year {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
/* line 448, ../_module.scss */
.work_talk_link_position_box:nth-of-type(1) {
  transform: translateY(3%);
  opacity: 0;
  transition: .3s;
}
/* line 452, ../_module.scss */
.work_talk_link_position_box:nth-of-type(1):after {
  transform: translateY(-47%);
  opacity: 0;
  transition: .3s .3s;
}
@media screen and (max-width: 896px) {
  /* line 452, ../_module.scss */
  .work_talk_link_position_box:nth-of-type(1):after {
    transform: translate(-50%, 3%);
  }
}
/* line 461, ../_module.scss */
.work_talk_link_position_box:nth-of-type(2) {
  transform: translateY(3%);
  opacity: 0;
  transition: 0.3s;
}
/* line 469, ../_module.scss */
.work_talk_link_position.on .work_talk_link_position_box:nth-of-type(1) {
  opacity: 1;
  transform: translateY(0);
}
/* line 472, ../_module.scss */
.work_talk_link_position.on .work_talk_link_position_box:nth-of-type(1):after {
  opacity: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  /* line 472, ../_module.scss */
  .work_talk_link_position.on .work_talk_link_position_box:nth-of-type(1):after {
    transform: translate(-50%, 0);
  }
}
/* line 480, ../_module.scss */
.work_talk_link_position.on .work_talk_link_position_box:nth-of-type(2) {
  opacity: 1;
  transform: translateY(0);
}
/* line 489, ../_module.scss */
.work_talk_link:hover .work_talk_link_img img {
  transition: .5s ease;
  transform: scale(1.05);
}
@media screen and (min-width: 897px) {
  /* line 496, ../_module.scss */
  .work_talk_link:hover .baselink:before {
    animation: fluidrotate 8s linear 0s infinite;
    transform: translate(0, -50%) scale(1.3);
  }
}
/* line 504, ../_module.scss */
.work_talk_link .baselink {
  margin-top: 40px;
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 896px) {
  /* line 504, ../_module.scss */
  .work_talk_link .baselink {
    margin-top: 47px;
    padding-right: 40px;
  }
}
/* line 513, ../_module.scss */
.work_talk_link .baselink::before {
  left: auto;
  right: 0;
}
/* line 517, ../_module.scss */
.work_talk_link .baselink::after {
  left: auto;
  right: 18px;
}
@media screen and (max-width: 896px) {
  /* line 517, ../_module.scss */
  .work_talk_link .baselink::after {
    right: 14px;
  }
}

/* line 528, ../_module.scss */
.under__mv {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  /* line 532, ../_module.scss */
  .under__mv__img img {
    height: 48vw;
    width: 100%;
    object-fit: cover;
  }
}
/* line 540, ../_module.scss */
.under__mv__ttl {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  font-size: 50px;
  color: white;
  font-weight: bold;
  letter-spacing: 8px;
}
@media screen and (max-width: 896px) {
  /* line 540, ../_module.scss */
  .under__mv__ttl {
    font-size: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
/* line 555, ../_module.scss */
.under__mv__ttl__en {
  font-size: 16px;
  margin-bottom: 23px;
  display: block;
  font-family: "midashi_mb1_bold";
  letter-spacing: 3px;
}
@media screen and (max-width: 896px) {
  /* line 555, ../_module.scss */
  .under__mv__ttl__en {
    font-size: 12px;
    text-align: center;
    margin-bottom: 17px;
  }
}
/* line 569, ../_module.scss */
.under__mv01 {
  position: relative;
  z-index: 2;
}
/* line 573, ../_module.scss */
.under__mv01__img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  /* line 573, ../_module.scss */
  .under__mv01__img img {
    height: 85.3vw;
  }
}
/* line 582, ../_module.scss */
.under__mv01__txt {
  position: absolute;
  bottom: 72px;
  left: 10%;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  /* line 582, ../_module.scss */
  .under__mv01__txt {
    top: 54%;
    left: 5%;
    bottom: auto;
    transform: translate(0, -50%);
  }
}
/* line 595, ../_module.scss */
.under__mv01__ttl {
  font-weight: bold;
  color: white;
  font-family: "midashi_mb1_bold";
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  /* line 595, ../_module.scss */
  .under__mv01__ttl {
    font-size: 20px;
  }
}
/* line 607, ../_module.scss */
.under__mv01__position {
  font-size: 16px;
  letter-spacing: 4px;
}
@media screen and (max-width: 896px) {
  /* line 607, ../_module.scss */
  .under__mv01__position {
    font-size: 11px;
  }
}
/* line 614, ../_module.scss */
.under__mv01__name {
  font-size: 52px;
  letter-spacing: 21px;
  margin: 17px 0 0 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 896px) {
  /* line 614, ../_module.scss */
  .under__mv01__name {
    font-size: 26px;
    letter-spacing: 11px;
    margin: 15px 0 0 0;
  }
}
/* line 626, ../_module.scss */
.under__mv01__name__kana {
  font-size: 18px;
  letter-spacing: 5px;
}
@media screen and (max-width: 896px) {
  /* line 626, ../_module.scss */
  .under__mv01__name__kana {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  /* line 635, ../_module.scss */
  .under__txtbox01 {
    padding: 110px 0 90px;
  }
}
@media screen and (max-width: 896px) {
  /* line 635, ../_module.scss */
  .under__txtbox01 {
    padding: 80px 0 60px;
  }
}
/* line 642, ../_module.scss */
.under__txtbox01__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 42px;
  line-height: 1.35;
}
@media screen and (max-width: 896px) {
  /* line 642, ../_module.scss */
  .under__txtbox01__ttl {
    font-size: 30px;
  }
}
/* line 651, ../_module.scss */
.under__txtbox01__ttl {
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 7px;
}
@media screen and (min-width: 897px) {
  /* line 651, ../_module.scss */
  .under__txtbox01__ttl {
    width: max-content;
    margin: 0 auto;
    padding: 0 30px 37px;
  }
}
@media screen and (max-width: 896px) {
  /* line 651, ../_module.scss */
  .under__txtbox01__ttl {
    padding-bottom: 22px;
  }
}
/* line 664, ../_module.scss */
.under__txtbox01__ttl:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: dotted 2px #f5d6cf;
  left: 0;
}
/* line 674, ../_module.scss */
.under__txtbox01__txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 2;
  margin-top: 33px;
}
@media screen and (max-width: 896px) {
  /* line 674, ../_module.scss */
  .under__txtbox01__txt {
    font-size: 13px;
    margin-top: 30px;
  }
}

/* line 4, ../_layout.scss */
.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 4, ../_layout.scss */
  .sp {
    display: block;
  }
}

/* line 10, ../_layout.scss */
.spInline {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 10, ../_layout.scss */
  .spInline {
    display: inline;
  }
}

@media screen and (max-width: 896px) {
  /* line 16, ../_layout.scss */
  .pc {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  /* line 22, ../_layout.scss */
  #luxy {
    overflow-x: hidden;
  }
}

/* line 28, ../_layout.scss */
#stage {
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 28, ../_layout.scss */
  #stage {
    overflow-x: hidden;
  }
}

/* line 35, ../_layout.scss */
.header {
  position: fixed;
  z-index: 10001;
}
@media screen and (min-width: 897px) {
  /* line 35, ../_layout.scss */
  .header {
    top: 24px;
    right: 32px;
  }
}
@media screen and (max-width: 896px) {
  /* line 35, ../_layout.scss */
  .header {
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0px;
    width: 100%;
    padding: 20px 5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 50, ../_layout.scss */
  .header .logo {
    width: 245px;
    transition: transform .5s ease;
  }
  /* line 54, ../_layout.scss */
  .header .logo.noTop {
    transform: translate(200%, 0);
  }
  /* line 57, ../_layout.scss */
  .header .logo.on {
    transform: translate(-30%, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 50, ../_layout.scss */
  .header .logo {
    position: relative;
    z-index: 10;
    width: 32%;
  }
}
/* line 66, ../_layout.scss */
.header .logo a {
  display: block;
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 70, ../_layout.scss */
  .header .logo a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background-image: url(../../img/common/logo_wht.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    opacity: 0;
    transition: .35s ease;
  }
}
/* line 87, ../_layout.scss */
.header .site_name {
  display: block;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #58514b;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 87, ../_layout.scss */
  .header .site_name {
    margin-top: 16px;
    font-size: 1.4rem;
    margin-left: 0.2em;
  }
}
@media screen and (max-width: 896px) {
  /* line 87, ../_layout.scss */
  .header .site_name {
    margin-top: 8px;
    font-size: 1rem;
  }
}
/* line 104, ../_layout.scss */
.header .menubtn {
  border-radius: 50%;
  background-color: #fcb75c;
}
@media screen and (min-width: 897px) {
  /* line 104, ../_layout.scss */
  .header .menubtn {
    position: fixed;
    top: 42px;
    right: 10px;
    transform: translate(200%, 0);
    width: 60px;
    height: 60px;
    transition: transform .35s ease;
  }
  /* line 115, ../_layout.scss */
  .header .menubtn.noTop {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 104, ../_layout.scss */
  .header .menubtn {
    position: relative;
    z-index: 10;
    width: 40px;
    height: 40px;
  }
}
/* line 127, ../_layout.scss */
.header .menubtn.close .bar:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0;
}
/* line 131, ../_layout.scss */
.header .menubtn.close .bar:nth-child(2) {
  opacity: 0;
  transform: translate(20px, 0);
}
/* line 135, ../_layout.scss */
.header .menubtn.close .bar:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0;
}
/* line 141, ../_layout.scss */
.header .menubtn .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  background-color: #fff;
  transition: .35s ease;
}
@media screen and (min-width: 897px) {
  /* line 141, ../_layout.scss */
  .header .menubtn .bar {
    width: 24px;
  }
  /* line 151, ../_layout.scss */
  .header .menubtn .bar:first-child {
    margin-top: -8px;
  }
  /* line 154, ../_layout.scss */
  .header .menubtn .bar:last-child {
    margin-top: 8px;
  }
}
@media screen and (max-width: 896px) {
  /* line 141, ../_layout.scss */
  .header .menubtn .bar {
    width: 18px;
  }
  /* line 160, ../_layout.scss */
  .header .menubtn .bar:first-child {
    margin-top: -5px;
  }
  /* line 163, ../_layout.scss */
  .header .menubtn .bar:last-child {
    margin-top: 5px;
  }
}

@media screen and (min-width: 897px) {
  /* line 171, ../_layout.scss */
  .nav {
    position: absolute;
    right: 0;
    margin-top: 38px;
    transition: .5s ease;
  }
  /* line 177, ../_layout.scss */
  .nav.noTop {
    transform: translate(200%, 0);
  }
  /* line 180, ../_layout.scss */
  .nav.on {
    transform: translate(-30%, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 171, ../_layout.scss */
  .nav {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    width: 100%;
    height: 100%;
    padding: 100px 5% 120px;
    background-color: #fff;
    transition: .5s ease;
  }
  /* line 195, ../_layout.scss */
  .nav.on {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 201, ../_layout.scss */
  .nav__main > li {
    padding-bottom: 20px;
    border-bottom: 1px solid #fcb75c;
  }
}
@media screen and (min-width: 897px) {
  /* line 207, ../_layout.scss */
  .nav li {
    position: relative;
    text-align: right;
  }
  /* line 212, ../_layout.scss */
  .nav li:hover .nav__sub {
    margin-top: 20px;
    transform: scale(1, 1);
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
@media screen and (min-width: 897px) {
  /* line 221, ../_layout.scss */
  .nav li:not(.nav li:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 896px) {
  /* line 221, ../_layout.scss */
  .nav li:not(.nav li:first-child) {
    margin-top: 20px;
  }
}
/* line 230, ../_layout.scss */
.nav .linktxt {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #58514b;
}
@media screen and (min-width: 897px) {
  /* line 238, ../_layout.scss */
  .nav .linktxt:hover {
    color: #fcb75c;
  }
  /* line 240, ../_layout.scss */
  .nav .linktxt:hover:before {
    opacity: 1;
  }
}
/* line 245, ../_layout.scss */
.nav .linktxt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-200%, -45%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fcb75c;
  opacity: 0;
  transition: .5s ease;
}
@media screen and (min-width: 897px) {
  /* line 260, ../_layout.scss */
  .nav__sub {
    transform: scale(1, 0);
    transform-origin: top;
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
  /* line 268, ../_layout.scss */
  .nav__sub li:not(.nav__sub li:first-child) {
    margin-top: 10px;
  }
  /* line 272, ../_layout.scss */
  .nav__sub .underlink {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  /* line 276, ../_layout.scss */
  .nav__sub .underlink:hover {
    color: #fcb75c;
  }
}
@media screen and (max-width: 896px) {
  /* line 260, ../_layout.scss */
  .nav__sub {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 284, ../_layout.scss */
  .nav__sub li {
    width: 48%;
    margin-top: 16px;
  }
  /* line 287, ../_layout.scss */
  .nav__sub li.x1 {
    width: 100%;
  }
  /* line 290, ../_layout.scss */
  .nav__sub li:not(.nav__sub li:first-child) {
    margin-top: 16px;
  }
  /* line 294, ../_layout.scss */
  .nav__sub .underlink {
    position: relative;
    display: block;
    padding-left: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  /* line 300, ../_layout.scss */
  .nav__sub .underlink:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fcb75c;
  }
}

/* line 317, ../_layout.scss */
.mvunder {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 320, ../_layout.scss */
  .mvunder .mvimg {
    object-fit: cover;
    height: 70vw;
  }
}
/* line 326, ../_layout.scss */
.mvunder .page_ttl {
  position: absolute;
  transform: translate(0, -50%);
}
@media screen and (min-width: 897px) {
  /* line 326, ../_layout.scss */
  .mvunder .page_ttl {
    top: 50%;
    left: 10%;
  }
}
@media screen and (max-width: 896px) {
  /* line 326, ../_layout.scss */
  .mvunder .page_ttl {
    top: 56%;
    left: 5%;
  }
}
/* line 337, ../_layout.scss */
.mvunder .page_ttl.wht {
  color: #fff;
}
/* line 340, ../_layout.scss */
.mvunder .page_ttl .en {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
/* line 345, ../_layout.scss */
.mvunder .page_ttl .jp {
  display: block;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 897px) {
  /* line 345, ../_layout.scss */
  .mvunder .page_ttl .jp {
    margin-top: 12px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 345, ../_layout.scss */
  .mvunder .page_ttl .jp {
    margin-top: 8px;
    font-size: 3.2rem;
  }
}

/* line 362, ../_layout.scss */
.footer {
  background-color: #fff;
}
/* line 364, ../_layout.scss */
.footer__entry {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 897px) {
  /* line 364, ../_layout.scss */
  .footer__entry {
    height: 35.6vw;
    background-image: url(../../img/common/entry_bg.png);
    background-position: 100% 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 364, ../_layout.scss */
  .footer__entry {
    height: 90vw;
    background-image: url(../../img/common/sp_entry_bg.png);
    background-position: 10% 0;
  }
}
/* line 379, ../_layout.scss */
.footer__entry--link {
  display: block;
  position: absolute;
  left: 50%;
  width: 284px;
}
@media screen and (min-width: 897px) {
  /* line 379, ../_layout.scss */
  .footer__entry--link {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 388, ../_layout.scss */
  .footer__entry--link:hover .bgsvg {
    transform: scale(1);
  }
}
@media screen and (max-width: 896px) {
  /* line 379, ../_layout.scss */
  .footer__entry--link {
    bottom: 30px;
    transform: translate(-50%, 0);
  }
}
/* line 397, ../_layout.scss */
.footer__entry--link .textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding-bottom: 24px;
  background-image: url(../../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 24px;
  text-align: center;
  color: #000;
}
/* line 410, ../_layout.scss */
.footer__entry--link .textarea .subcatch {
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
/* line 415, ../_layout.scss */
.footer__entry--link .textarea .pagename {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
}
/* line 423, ../_layout.scss */
.footer__entry--link .bgsvg {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(0.9);
  transition: 1s ease;
  animation: fluidrotate 10s linear infinite forwards;
}
@media screen and (min-width: 897px) {
  /* line 423, ../_layout.scss */
  .footer__entry--link .bgsvg {
    width: 280px;
    height: 200px;
  }
}
@media screen and (max-width: 896px) {
  /* line 423, ../_layout.scss */
  .footer__entry--link .bgsvg {
    width: 90%;
    height: 160px;
    margin: auto;
  }
}
/* line 440, ../_layout.scss */
.footer__entry--link .linkbtn {
  display: block;
}
/* line 446, ../_layout.scss */
.footer__sitemap {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 446, ../_layout.scss */
  .footer__sitemap {
    padding: 110px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 446, ../_layout.scss */
  .footer__sitemap {
    padding: 110px 0 20px;
  }
}
/* line 454, ../_layout.scss */
.footer__sitemap--content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 897px) {
  /* line 454, ../_layout.scss */
  .footer__sitemap--content {
    margin-right: 5%;
    margin-left: 31.4%;
  }
}
@media screen and (max-width: 896px) {
  /* line 454, ../_layout.scss */
  .footer__sitemap--content {
    justify-content: space-between;
    padding: 30px 5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 466, ../_layout.scss */
  .footer__sitemap--item {
    width: 23%;
    margin-right: 2%;
  }
  /* line 470, ../_layout.scss */
  .footer__sitemap--item:nth-child(n+5) {
    margin-top: 74px;
  }
}
@media screen and (max-width: 896px) {
  /* line 466, ../_layout.scss */
  .footer__sitemap--item {
    width: 46.5%;
  }
  /* line 476, ../_layout.scss */
  .footer__sitemap--item:not(.footer__sitemap--item:first-child, .footer__sitemap--item:nth-child(2)) {
    margin-top: 50px;
  }
}
/* line 481, ../_layout.scss */
.footer__sitemap--item .parent_ttl a {
  display: block;
  padding-bottom: 8px;
  font-family: 'midashi_mb31';
  line-height: 1.5;
  color: #928175;
}
@media screen and (min-width: 897px) {
  /* line 481, ../_layout.scss */
  .footer__sitemap--item .parent_ttl a {
    border-bottom: 2px solid #928175;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  /* line 491, ../_layout.scss */
  .footer__sitemap--item .parent_ttl a:hover {
    border-color: #fcb75c;
    color: #fcb75c;
  }
}
@media screen and (max-width: 896px) {
  /* line 481, ../_layout.scss */
  .footer__sitemap--item .parent_ttl a {
    border-bottom: 1px solid #928175;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 897px) {
  /* line 504, ../_layout.scss */
  .footer__sitemap--item li {
    margin-top: 24px;
  }
}
@media screen and (max-width: 896px) {
  /* line 504, ../_layout.scss */
  .footer__sitemap--item li {
    margin-top: 18px;
  }
}
/* line 512, ../_layout.scss */
.footer__sitemap--item .linktxt {
  position: relative;
  padding-left: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.625;
  color: #928175;
}
@media screen and (min-width: 897px) {
  /* line 512, ../_layout.scss */
  .footer__sitemap--item .linktxt {
    font-size: 1.6rem;
  }
  /* line 521, ../_layout.scss */
  .footer__sitemap--item .linktxt:hover {
    color: #fcb75c;
  }
  /* line 523, ../_layout.scss */
  .footer__sitemap--item .linktxt:hover:before {
    border-left-color: #fcb75c;
  }
}
@media screen and (max-width: 896px) {
  /* line 512, ../_layout.scss */
  .footer__sitemap--item .linktxt {
    font-size: 1.4rem;
  }
}
/* line 531, ../_layout.scss */
.footer__sitemap--item .linktxt:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 2px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #928175;
  border-right: 0;
  transition: .35s ease;
}
/* line 546, ../_layout.scss */
.footer__sitemap--otherinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
@media screen and (min-width: 897px) {
  /* line 546, ../_layout.scss */
  .footer__sitemap--otherinfo {
    margin-top: 140px;
  }
}
@media screen and (max-width: 896px) {
  /* line 546, ../_layout.scss */
  .footer__sitemap--otherinfo {
    flex-direction: column;
    margin-top: 80px;
  }
}
@media screen and (min-width: 897px) {
  /* line 558, ../_layout.scss */
  .footer__sitemap--otherinfo .logo {
    width: 18%;
  }
}
@media screen and (max-width: 896px) {
  /* line 558, ../_layout.scss */
  .footer__sitemap--otherinfo .logo {
    width: 48%;
  }
}
/* line 565, ../_layout.scss */
.footer__sitemap--otherinfo .logo a {
  display: block;
}
@media screen and (max-width: 896px) {
  /* line 569, ../_layout.scss */
  .footer__sitemap--otherinfo .snsarea {
    margin-top: 20px;
  }
}
/* line 573, ../_layout.scss */
.footer__sitemap--otherinfo .snsarea ul {
  display: flex;
  align-items: center;
}
/* line 578, ../_layout.scss */
.footer__sitemap--otherinfo .snsarea li.snsicon {
  width: 25px;
  margin-left: 24px;
}
@media screen and (min-width: 897px) {
  /* line 583, ../_layout.scss */
  .footer__sitemap--otherinfo .snsarea li:nth-child(2) {
    margin-left: 28px;
  }
}
@media screen and (max-width: 896px) {
  /* line 588, ../_layout.scss */
  .footer__sitemap--otherinfo .snsarea li:nth-child(2) {
    margin-left: 14px;
  }
}
/* line 592, ../_layout.scss */
.footer__sitemap--otherinfo .snsarea li .txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
/* line 600, ../_layout.scss */
.footer__sitemap .copyright {
  font-weight: 400;
  color: #58514b;
}
@media screen and (min-width: 897px) {
  /* line 600, ../_layout.scss */
  .footer__sitemap .copyright {
    position: absolute;
    top: 11.7vw;
    left: 5%;
    transform: rotate(90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 600, ../_layout.scss */
  .footer__sitemap .copyright {
    margin-top: 72px;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 897px) {
  /* line 618, ../_layout.scss */
  .footer .policy_link {
    position: absolute;
    bottom: 50px;
    right: 5%;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 896px) {
  /* line 618, ../_layout.scss */
  .footer .policy_link {
    display: block;
    margin-top: 50px;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
}

/* line 5, ../_states.scss */
.fuwafuwa {
  animation: fuwafuwa 5s linear infinite forwards;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) scale(1.01);
  }
  25% {
    transform: translate(0, -10px) scale(1);
  }
  50% {
    transform: translate(0, 0) scale(1.01);
  }
  75% {
    transform: translate(0, 10px) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1.01);
  }
}
/* line 26, ../_states.scss */
.fuwafuwa1 {
  animation: fuwafuwa1 10s linear infinite forwards;
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 20px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* line 47, ../_states.scss */
.fuwafuwa2 {
  animation: fuwafuwa2 7.5s linear infinite forwards;
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 10px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 10px);
  }
}
/* line 68, ../_states.scss */
.text_anime {
  opacity: 0;
  filter: blur(10px);
}
/* line 71, ../_states.scss */
.text_anime.on {
  animation: text_anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}

@keyframes text_anime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/* line 86, ../_states.scss */
.text_anime_start {
  opacity: 0;
  filter: blur(10px);
  animation: text_anime 1.2s linear 1s forwards;
}

@keyframes text_anime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/* line 102, ../_states.scss */
.scalInimg {
  opacity: 0;
  transform: scale(1.05);
  filter: blur(6px) brightness(1.55);
  transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
}
/* line 107, ../_states.scss */
.scalInimg.on {
  opacity: 1;
  transform: scale(1);
  filter: blur(0) brightness(1);
}

/* line 114, ../_states.scss */
.scalInimg_start {
  opacity: 0;
  transform: scale(1.05);
  filter: blur(6px) brightness(1.55);
  animation: scalInimg_start 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0.25s forwards;
}

@keyframes scalInimg_start {
  0% {
    opacity: 0;
    transform: scale(1.05);
    filter: blur(6px) brightness(1.55);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0) brightness(1);
  }
}
/* line 134, ../_states.scss */
.fade_start_x {
  transform: translate3d(1, 0, 1);
}

/* line 139, ../_states.scss */
.hvrop {
  transition: .3s;
}
@media screen and (min-width: 897px) {
  /* line 142, ../_states.scss */
  .hvrop:hover {
    opacity: 0.7;
  }
}

/* line 147, ../_states.scss */
.underline {
  position: relative;
}
/* line 149, ../_states.scss */
.underline::after {
  content: "";
  background: #dadada;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform .3s;
  transform-origin: right top;
}
@media screen and (min-width: 897px) {
  /* line 163, ../_states.scss */
  .underline:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* line 171, ../_states.scss */
.hoverScale .thumb {
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 174, ../_states.scss */
.hoverScale .thumb .scaleImg {
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 176, ../_states.scss */
.hoverScale .thumb .scaleImg img {
  backface-visibility: hidden;
}
@media screen and (min-width: 897px) {
  /* line 183, ../_states.scss */
  .hoverScale:hover .thumb {
    transform: scale(0.95);
  }
  /* line 185, ../_states.scss */
  .hoverScale:hover .thumb .scaleImg {
    transform: scale(1.15);
  }
}

/* line 195, ../_states.scss */
.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 1s;
  width: 100%;
  height: auto;
}
/* line 203, ../_states.scss */
.svg_anim.on svg {
  stroke-dashoffset: 2000;
}

/* line 209, ../_states.scss */
.fade_y {
  transform: translateY(3%);
  opacity: 0;
  transition: .3s;
}
/* line 213, ../_states.scss */
.fade_y.on {
  opacity: 1;
  transform: translateY(0%);
}

/* line 219, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: .5s;
}
/* line 225, ../_states.scss */
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 237, ../_states.scss */
.scr_cvr.on {
  opacity: 1;
}
/* line 239, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: .3s;
}

@media screen and (min-width: 897px) {
  /* line 6, _talk.scss */
  .nav .linktxt.wht {
    color: white;
  }
}

/* line 14, _talk.scss */
.fixed_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 897px) {
  /* line 14, _talk.scss */
  .fixed_img {
    transform: translate(0, -32vh);
  }
}
@media screen and (max-width: 896px) {
  /* line 24, _talk.scss */
  .fixed_img img {
    object-fit: cover;
    height: 100vh;
  }
}
@media screen and (max-width: 896px) {
  /* line 31, _talk.scss */
  .fixed_img .swiper {
    height: 100%;
  }
}
@media screen and (max-width: 896px) {
  /* line 36, _talk.scss */
  .fixed_img .slidearea {
    height: 100%;
  }
}
@media screen and (max-width: 896px) {
  /* line 40, _talk.scss */
  .fixed_img .slidearea__item {
    height: 100%;
  }
  /* line 43, _talk.scss */
  .fixed_img .slidearea__item img {
    object-fit: cover;
    height: 100vh;
  }
}

/* line 53, _talk.scss */
.talk #luxy {
  position: relative;
  z-index: 2;
}
/* line 58, _talk.scss */
.talk .hvr_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(252, 183, 92, 0.7);
  opacity: 0;
}
/* line 71, _talk.scss */
.talk .hvr_circle .txt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 897px) {
  /* line 81, _talk.scss */
  .talk__mv {
    padding-top: 9.6vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 81, _talk.scss */
  .talk__mv {
    padding-top: 40vh;
  }
}
/* line 88, _talk.scss */
.talk__mv .page_ttl {
  text-align: center;
}
/* line 90, _talk.scss */
.talk__mv .page_ttl .jp {
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  color: #fff;
  text-align: center;
}
/* line 96, _talk.scss */
.talk__mv .page_ttl .ttl_img {
  margin: 0 auto;
}
@media screen and (min-width: 897px) {
  /* line 96, _talk.scss */
  .talk__mv .page_ttl .ttl_img {
    width: 50%;
  }
}
@media screen and (max-width: 896px) {
  /* line 96, _talk.scss */
  .talk__mv .page_ttl .ttl_img {
    width: 90%;
  }
}
/* line 107, _talk.scss */
.talk__mv .txt {
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 107, _talk.scss */
  .talk__mv .txt {
    font-size: 1.6rem;
    line-height: 3;
  }
}
@media screen and (max-width: 896px) {
  /* line 107, _talk.scss */
  .talk__mv .txt {
    padding: 0 5%;
    font-size: 1.28rem;
    line-height: 2.4;
  }
}
@media screen and (min-width: 897px) {
  /* line 124, _talk.scss */
  .talk__list {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 896px) {
  /* line 124, _talk.scss */
  .talk__list {
    margin-top: 80px;
  }
}
/* line 131, _talk.scss */
.talk__list--item {
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 131, _talk.scss */
  .talk__list--item {
    width: 70%;
    margin: 160px auto 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 131, _talk.scss */
  .talk__list--item {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 897px) {
  /* line 146, _talk.scss */
  .talk__list--item:hover .thumb img {
    transform: scale(1.1);
  }
  /* line 152, _talk.scss */
  .talk__list--item:hover .baselink:before {
    animation: fluidrotate 8s linear 0s infinite;
    transform: translate(0, -50%) scale(1.3);
  }
}
/* line 160, _talk.scss */
.talk__list .thumb {
  overflow: hidden;
}
@media screen and (min-width: 897px) {
  /* line 160, _talk.scss */
  .talk__list .thumb {
    border-radius: 12px;
    position: relative;
  }
  /* line 165, _talk.scss */
  .talk__list .thumb img {
    transition: 1s ease;
  }
}
@media screen and (max-width: 896px) {
  /* line 160, _talk.scss */
  .talk__list .thumb {
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 8px;
  }
  /* line 173, _talk.scss */
  .talk__list .thumb img {
    object-fit: cover;
    height: 60vw;
  }
}
/* line 179, _talk.scss */
.talk__list .textarea {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 179, _talk.scss */
  .talk__list .textarea {
    margin-top: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 179, _talk.scss */
  .talk__list .textarea {
    padding: 0 5%;
    margin-top: 20px;
  }
}
/* line 189, _talk.scss */
.talk__list .textarea .label {
  font-size: 1.6rem;
  font-family: 'midashi_mb31';
  letter-spacing: 0.12em;
}
/* line 194, _talk.scss */
.talk__list .textarea .phrase {
  font-family: 'midashi_mb31';
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 194, _talk.scss */
  .talk__list .textarea .phrase {
    margin-top: 24px;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 896px) {
  /* line 194, _talk.scss */
  .talk__list .textarea .phrase {
    margin-top: 12px;
    font-size: 2.4rem;
    line-height: 1.35;
  }
}
/* line 211, _talk.scss */
.talk__list .person {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 897px) {
  /* line 211, _talk.scss */
  .talk__list .person {
    margin-top: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 211, _talk.scss */
  .talk__list .person {
    margin-top: 16px;
  }
}
/* line 221, _talk.scss */
.talk__list .person .name {
  position: relative;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 221, _talk.scss */
  .talk__list .person .name {
    margin: 0 30px;
    font-size: 1.8rem;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 896px) {
  /* line 221, _talk.scss */
  .talk__list .person .name {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
  /* line 234, _talk.scss */
  .talk__list .person .name:nth-child(2) {
    margin: 0 32px;
  }
}
/* line 238, _talk.scss */
.talk__list .person .name:before, .talk__list .person .name:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: #f99108;
}
@media screen and (min-width: 897px) {
  /* line 238, _talk.scss */
  .talk__list .person .name:before, .talk__list .person .name:after {
    right: -40px;
    width: 20px;
  }
}
@media screen and (max-width: 896px) {
  /* line 238, _talk.scss */
  .talk__list .person .name:before, .talk__list .person .name:after {
    right: -20px;
    width: 12px;
  }
}
/* line 253, _talk.scss */
.talk__list .person .name:before {
  transform: translate(0, -50%) rotate(45deg);
}
/* line 256, _talk.scss */
.talk__list .person .name:after {
  transform: translate(0, -50%) rotate(-45deg);
}
/* line 261, _talk.scss */
.talk__list .person .name:last-child:before, .talk__list .person .name:last-child:after {
  display: none;
}
/* line 265, _talk.scss */
.talk__list .person .name .post {
  display: block;
  margin-top: 6px;
}
@media screen and (min-width: 897px) {
  /* line 265, _talk.scss */
  .talk__list .person .name .post {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 265, _talk.scss */
  .talk__list .person .name .post {
    font-size: 1rem;
  }
}
/* line 278, _talk.scss */
.talk__list .baselink {
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 278, _talk.scss */
  .talk__list .baselink {
    margin-top: 42px;
  }
}
@media screen and (max-width: 896px) {
  /* line 278, _talk.scss */
  .talk__list .baselink {
    margin-top: 32px;
  }
}
/* line 290, _talk.scss */
.talk__mvunder {
  display: flex;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 897px) {
  /* line 290, _talk.scss */
  .talk__mvunder {
    align-items: center;
    height: 100vh;
    background-position: center 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 290, _talk.scss */
  .talk__mvunder {
    align-items: flex-end;
    height: 100vw;
    background-position: 40% 0;
  }
}
/* line 306, _talk.scss */
.talk__mvunder.talk01 {
  background-image: url(../../img/talk01/mv.jpg);
}
@media screen and (max-width: 896px) {
  /* line 306, _talk.scss */
  .talk__mvunder.talk01 {
    background-position: 47% 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 312, _talk.scss */
  .talk__mvunder.talk02 {
    background-image: url(../../img/talk02/mv.jpg);
  }
}
@media screen and (max-width: 896px) {
  /* line 312, _talk.scss */
  .talk__mvunder.talk02 {
    background-image: url(../../img/talk02/sp_mv.jpg);
  }
}
@media screen and (min-width: 897px) {
  /* line 320, _talk.scss */
  .talk__mvunder.talk03 {
    background-image: url(../../img/talk03/mv.jpg);
  }
}
@media screen and (max-width: 896px) {
  /* line 320, _talk.scss */
  .talk__mvunder.talk03 {
    background-image: url(../../img/talk03/sp_mv.jpg);
  }
}
/* line 328, _talk.scss */
.talk__mvunder .page_ttl {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 328, _talk.scss */
  .talk__mvunder .page_ttl {
    margin-top: 20vh;
  }
}
@media screen and (max-width: 896px) {
  /* line 328, _talk.scss */
  .talk__mvunder .page_ttl {
    margin-bottom: 8vh;
  }
}
/* line 337, _talk.scss */
.talk__mvunder .page_ttl .en {
  font-family: 'midashi_mb31';
  letter-spacing: 0.14em;
}
@media screen and (min-width: 897px) {
  /* line 337, _talk.scss */
  .talk__mvunder .page_ttl .en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 337, _talk.scss */
  .talk__mvunder .page_ttl .en {
    font-size: 2.4rem;
  }
}
/* line 347, _talk.scss */
.talk__mvunder .page_ttl .jp {
  font-family: 'midashi_mb31';
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 347, _talk.scss */
  .talk__mvunder .page_ttl .jp {
    margin-top: 32px;
    text-shadow: 0px 0px 47px rgba(98, 98, 98, 0.65);
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 896px) {
  /* line 347, _talk.scss */
  .talk__mvunder .page_ttl .jp {
    margin-top: 12px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
/* line 362, _talk.scss */
.talk__mvunder .page_ttl .ttl_img {
  margin: 0 auto;
  animation-delay: 1.6s;
}
@media screen and (min-width: 897px) {
  /* line 362, _talk.scss */
  .talk__mvunder .page_ttl .ttl_img {
    width: 43.9%;
  }
}
@media screen and (max-width: 896px) {
  /* line 362, _talk.scss */
  .talk__mvunder .page_ttl .ttl_img {
    width: 72%;
  }
}
/* line 375, _talk.scss */
.talk__leadarea {
  background-color: #fefaf5;
}
@media screen and (min-width: 897px) {
  /* line 375, _talk.scss */
  .talk__leadarea {
    padding: 120px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 375, _talk.scss */
  .talk__leadarea {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 896px) {
  /* line 384, _talk.scss */
  .talk__leadarea .page_ttl .jp {
    margin-bottom: 20px;
    font-size: 2rem;
    font-family: 'midashi_mb31';
    text-align: center;
    line-height: 1.5;
  }
}
/* line 394, _talk.scss */
.talk__leadarea .txt {
  line-height: 2.4;
  letter-spacing: 0.06em;
  text-align: center;
  color: #5a5049;
}
@media screen and (min-width: 897px) {
  /* line 394, _talk.scss */
  .talk__leadarea .txt {
    margin: 0 18% 120px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 394, _talk.scss */
  .talk__leadarea .txt {
    margin: 0 5% 40px;
    font-size: 1.4rem;
  }
}
/* line 409, _talk.scss */
.talk__leadarea .person {
  display: flex;
}
@media screen and (min-width: 897px) {
  /* line 409, _talk.scss */
  .talk__leadarea .person {
    justify-content: center;
  }
}
/* line 414, _talk.scss */
.talk__leadarea .person li {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 414, _talk.scss */
  .talk__leadarea .person li {
    width: 27.9%;
    margin: 0 12px;
  }
}
@media screen and (max-width: 896px) {
  /* line 414, _talk.scss */
  .talk__leadarea .person li {
    width: 33.3%;
  }
}
/* line 424, _talk.scss */
.talk__leadarea .person .info {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #5a5149;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 424, _talk.scss */
  .talk__leadarea .person .info {
    width: 220px;
    bottom: 50px;
    padding: 18px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 424, _talk.scss */
  .talk__leadarea .person .info {
    width: 90%;
    bottom: -16px;
    padding: 16px 0;
  }
  /* line 441, _talk.scss */
  .talk__leadarea .person .info.pc_shimo {
    bottom: 20px;
  }
}
/* line 445, _talk.scss */
.talk__leadarea .person .info.student {
  background-color: #ffe8c0;
  color: #5a5049;
}
/* line 449, _talk.scss */
.talk__leadarea .person .info .name {
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  /* line 449, _talk.scss */
  .talk__leadarea .person .info .name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 449, _talk.scss */
  .talk__leadarea .person .info .name {
    font-size: 1.4rem;
  }
}
/* line 458, _talk.scss */
.talk__leadarea .person .info .post {
  display: block;
  margin-top: 6px;
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  /* line 458, _talk.scss */
  .talk__leadarea .person .info .post {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 458, _talk.scss */
  .talk__leadarea .person .info .post {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
/* line 474, _talk.scss */
.talk__section {
  padding: 0 0 100px;
}
@media screen and (max-width: 896px) {
  /* line 478, _talk.scss */
  .talk__section .imgInsert {
    object-fit: cover;
    height: 69vw;
  }
  /* line 482, _talk.scss */
  .talk__section .imgInsert.right {
    object-position: 80%;
  }
  /* line 485, _talk.scss */
  .talk__section .imgInsert.left {
    object-position: 32%;
  }
  /* line 488, _talk.scss */
  .talk__section .imgInsert.left28 {
    object-position: 28%;
  }
}
/* line 494, _talk.scss */
.talk__contents {
  max-width: 870px;
  padding: 120px 0;
  margin: 0 auto;
}
/* line 498, _talk.scss */
.talk__contents--episode {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 498, _talk.scss */
  .talk__contents--episode {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 896px) {
  /* line 498, _talk.scss */
  .talk__contents--episode {
    margin-bottom: 56px;
  }
}
/* line 507, _talk.scss */
.talk__contents--episode .label {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
/* line 512, _talk.scss */
.talk__contents--episode .question {
  font-size: 2.4rem;
  font-family: ta-koigokoro, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 512, _talk.scss */
  .talk__contents--episode .question {
    margin-top: 48px;
  }
}
@media screen and (max-width: 896px) {
  /* line 512, _talk.scss */
  .talk__contents--episode .question {
    margin-top: 36px;
  }
}
/* line 526, _talk.scss */
.talk__contents--episode .anwser {
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 526, _talk.scss */
  .talk__contents--episode .anwser {
    margin-top: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 526, _talk.scss */
  .talk__contents--episode .anwser {
    padding: 0 5%;
    margin-top: 32px;
    font-size: 2.4rem;
  }
}
/* line 542, _talk.scss */
.talk__contents--item {
  display: flex;
  margin-top: 48px;
}
@media screen and (min-width: 897px) {
  /* line 542, _talk.scss */
  .talk__contents--item {
    align-items: center;
  }
}
@media screen and (max-width: 896px) {
  /* line 542, _talk.scss */
  .talk__contents--item {
    align-items: flex-start;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
/* line 553, _talk.scss */
.talk__contents--item:first-child {
  margin-top: 90px;
}
/* line 556, _talk.scss */
.talk__contents--item.student {
  flex-direction: row-reverse;
}
/* line 558, _talk.scss */
.talk__contents--item.student .textarea {
  margin-left: 0;
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  /* line 558, _talk.scss */
  .talk__contents--item.student .textarea {
    background-color: #ffe7c0;
  }
}
/* line 564, _talk.scss */
.talk__contents--item.student .textarea.last {
  margin-right: 0;
}
@media screen and (min-width: 897px) {
  /* line 569, _talk.scss */
  .talk__contents--item .icon {
    width: 125px;
  }
}
@media screen and (max-width: 896px) {
  /* line 569, _talk.scss */
  .talk__contents--item .icon {
    width: 75px;
  }
}
/* line 576, _talk.scss */
.talk__contents--item .icon .name {
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 576, _talk.scss */
  .talk__contents--item .icon .name {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 576, _talk.scss */
  .talk__contents--item .icon .name {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}
/* line 591, _talk.scss */
.talk__contents--item .textarea {
  position: relative;
  flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 896px) {
  /* line 591, _talk.scss */
  .talk__contents--item .textarea {
    border-radius: 50% 30% 40% 50% / 30% 40% 20% 30%;
    background-color: #fff;
  }
}
@media screen and (min-width: 897px) {
  /* line 599, _talk.scss */
  .talk__contents--item .textarea.w320 {
    flex-basis: 320px;
    flex-grow: 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 605, _talk.scss */
  .talk__contents--item .textarea.w420 {
    flex-basis: 420px;
    flex-grow: 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 611, _talk.scss */
  .talk__contents--item .textarea.w520 {
    flex-basis: 520px;
    flex-grow: 0;
  }
}
/* line 617, _talk.scss */
.talk__contents--item .textarea .text {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.86;
}
@media screen and (min-width: 897px) {
  /* line 617, _talk.scss */
  .talk__contents--item .textarea .text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 2;
    padding: 0 50px;
  }
}
@media screen and (max-width: 896px) {
  /* line 617, _talk.scss */
  .talk__contents--item .textarea .text {
    padding: 50px 10%;
  }
}
/* line 633, _talk.scss */
.talk__contents--item .textarea .text strong {
  font-weight: 900;
}
/* line 636, _talk.scss */
.talk__contents--item .textarea .text .name {
  display: block;
  margin-top: 8px;
  text-align: right;
}
/* line 646, _talk.scss */
.talk__sendmessage {
  background-color: #fff7e9;
}
@media screen and (min-width: 897px) {
  /* line 646, _talk.scss */
  .talk__sendmessage {
    padding: 120px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 646, _talk.scss */
  .talk__sendmessage {
    padding: 60px 5%;
  }
}
/* line 654, _talk.scss */
.talk__sendmessage h4 {
  text-align: center;
}
/* line 656, _talk.scss */
.talk__sendmessage h4 .atogaki {
  display: block;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  /* line 656, _talk.scss */
  .talk__sendmessage h4 .atogaki {
    font-size: 5rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 656, _talk.scss */
  .talk__sendmessage h4 .atogaki {
    font-size: 3.2rem;
  }
}
/* line 669, _talk.scss */
.talk__sendmessage .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 669, _talk.scss */
  .talk__sendmessage .txt {
    margin-top: 64px;
  }
}
@media screen and (max-width: 896px) {
  /* line 669, _talk.scss */
  .talk__sendmessage .txt {
    margin-top: 34px;
  }
}
/* line 682, _talk.scss */
.talk__sendmessage .info {
  margin-top: 54px;
  text-align: center;
}
/* line 685, _talk.scss */
.talk__sendmessage .info .post {
  font-size: 1.4rem;
  letter-spacing: 0.28em;
}
/* line 689, _talk.scss */
.talk__sendmessage .info .name {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22em;
}

@media screen and (min-width: 897px) {
  /* line 705, _talk.scss */
  .talk02 .header .logoimg.blk:before {
    opacity: 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 710, _talk.scss */
  .talk02 .header .logoimg.blk img {
    opacity: 1;
  }
}
@media screen and (min-width: 897px) {
  /* line 715, _talk.scss */
  .talk02 .header .logoimg.blk .site_name {
    color: #333;
  }
}
@media screen and (min-width: 897px) {
  /* line 721, _talk.scss */
  .talk02 .header .logoimg:before {
    opacity: 1;
  }
}
@media screen and (min-width: 897px) {
  /* line 726, _talk.scss */
  .talk02 .header .logoimg img {
    opacity: 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 731, _talk.scss */
  .talk02 .header .logoimg .site_name {
    color: #fff;
  }
}
@media screen and (min-width: 897px) {
  /* line 740, _talk.scss */
  .talk02 .nav.noTop .linktxt {
    color: black;
  }
}
@media screen and (min-width: 897px) {
  /* line 746, _talk.scss */
  .talk02 .nav .linktxt {
    color: white;
  }
}
