@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul {
  list-style: none;
}

p {
  letter-spacing: 0.1rem;
  line-height: 1.6rem;
}

body {
  font-size: 16px;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  font-family: "Yu Gothic", 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  position: relative;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
img {
  vertical-align: middle;
}

img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}
.wrap {
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
  }
}
.btn {
  margin-top: 40px;
  text-align: center;
}

main .slick-dots {
  bottom: -40px;
}

main .slick-dots li button:before {
  content: "";
  border-radius: 50%;
  opacity: 1;
  background-color: #ccc;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  main .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}
main .slick-dots li.slick-active button:before {
  border: 1px solid #000;
  background-color: inherit;
}

main .main {
  margin-top: 0;
}

main .main .fv_sp {
  height: 100%;
  background: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2023/04/sp_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

.main .main .fv_pc img {
  width: 100%;
  height: auto;
}

main .main .fv_sp,
main .main .fv_pc {
  animation-name: blurAnime;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
}

main .main .hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

@media only screen and (max-width: 769px) {
  main .main {
    background: none;
    background-color: #fff;
    height: 760px;
  }
}
.sec01 {
  background-color: #fff;
  overflow: hidden;
}

.sec01 .inner {
  padding: 120px 0 110px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #4D4D4D;
  position: relative;
}

.sec01_txt {
  transform: translateX(18%);
  text-align: left;
}

.sec01 .inner h2 {
  font-size: 28px;
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 3.4rem;
  letter-spacing: 0.4rem;
}

.sec01 .inner p {
  font-size: 15px;
  line-height: 2.2rem;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 769px) {
  .sec01 .inner {
    padding: 13% 0 13%;
  }
  .sec01 .inner h2 {
    font-size: 23px;
    margin-bottom: 40px;
    line-height: 3.4rem;
    letter-spacing: 0.2rem;
  }
  .sec01 .inner p {
    font-size: 14px;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
  }
  .sec01_txt {
    transform: translateX(0);
    width: 66%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 414px) {
  .sec01 .inner {
    padding: 23% 0 20%;
  }
  .sec01_txt {
    transform: translateX(0);
    width: 86%;
    margin: 0 auto;
  }
  .sec01 .inner h2 {
    line-height: 3.1rem;
    margin-bottom: 7%;
  }
  .sec01 .inner p {
    line-height: 1.8rem;
  }
}
.inner .sec_title {
  padding-bottom: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.inner .sec_title span {
  position: relative;
  font-size: 23px;
  color: #4D4D4D;
  font-weight: bold;
  letter-spacing: 0.012em;
  line-height: 1.52;
}
.inner .sec_title span:before, .inner .sec_title span:after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
}
@media only screen and (max-width: 769px) {
  .inner .sec_title span:after {
    display: none;
  }
}
@media only screen and (min-width: 770px) {
  .inner .sec_title span {
    line-height: 1;
    font-size: 33px;
  }
  .inner .sec_title span br {
    display: none;
  }
}
.inner .sec_title.title01 span:before, .inner .sec_title.title03 span:before {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/case001_img1.png);
  width: 96px;
  height: 39px;
  top: -38px;
  left: -80px;
}
@media only screen and (min-width: 770px) {
  .inner .sec_title.title01 span:before, .inner .sec_title.title03 span:before {
    top: -33px;
    left: -47px;
  }
}
.inner .sec_title.title01 span:after, .inner .sec_title.title03 span:after {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/case001_img2.png);
  width: 50px;
  height: 38px;
  top: -17px;
  right: -51px;
}
.inner .sec_title.title02 span:before {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/case002_img1.png);
  width: 96px;
  height: 39px;
  top: -41px;
  right: -33px;
}
.inner .sec_title.title02 span:after {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/case001_img2.png);
  transform: scaleX(-1);
  width: 50px;
  height: 38px;
  top: -4px;
  left: -62px;
}
.inner .sec_title.title03 span:before {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/case003_img1.png);
}
@media only screen and (max-width: 769px) {
  .inner .sec_title.title03 span:before {
    left: -58px;
  }
}

.interview_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 20px;
}
.interview_list li {
  max-width: 286px;
  width: 32%;
  position: relative;
}
.interview_list li a {
  display: block;
  box-shadow: 0 1px 3px rgb(226, 226, 226);
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .interview_list li a {
    display: flex;
  }
}
@media only screen and (max-width: 769px) {
  .interview_list__img {
    width: 45%;
  }
}
@media only screen and (min-width: 770px) {
  .interview_list__img {
    height: 200px;
  }
}
.interview_list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .interview_list__img img {
    width: 105%;
    height: 105%;
  }
}
.interview_list__content {
  position: relative;
  background-color: #fff;
  text-align: left;
  padding: 54px 10px 8px 15px;
}
@media only screen and (max-width: 769px) {
  .interview_list__content {
    width: 55%;
    min-width: 190px;
  }
}
@media only screen and (min-width: 770px) {
  .interview_list__content {
    padding: 30px 35px 15px;
  }
}
.interview_list__label {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  padding-left: 11px;
  background-color: #DDB182;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.012em;
  line-height: 1;
  font-size: 12px;
  width: 107.5%;
  height: 26px;
  white-space: nowrap;
}
@media only screen and (max-width: 769px) {
  .interview_list__label {
    top: 17px;
    left: -13px;
  }
}
@media only screen and (min-width: 770px) {
  .interview_list__label {
    width: 231px;
    padding-left: 25px;
    top: -14px;
    font-size: 12px;
  }
}
.interview_list__title {
  color: #4D4D4D;
  font-weight: bold;
  letter-spacing: 0.012em;
  line-height: 1.61;
  font-size: 15px;
}
@media only screen and (min-width: 770px) {
  .interview_list__title {
    font-size: 18px;
  }
}
.interview_list__name {
  color: #6A6A6A;
  font-size: 9px;
  letter-spacing: 0.012em;
}
@media only screen and (min-width: 770px) {
  .interview_list__name {
    margin-top: 6px;
    font-size: 12px;
  }
}

.sec02_one {
  background-color: #FAF5F0;
  position: relative;
}

.sec02_one .inner {
  padding: 151px 0 130px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .inner .sec_title {
    padding-bottom: 7%;
    width: 85%;
  }
  .sec02_one .inner {
    padding: 26% 0 6%;
  }
  .interview_list {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .interview_list li {
    width: 100%;
    position: relative;
    padding-bottom: 2%;
    max-width: none;
  }
}
.sec02_two {
  background-color: #FCFBFA;
  position: relative;
}
.sec02_two .interview_list__label {
  background-color: #FFBEBA;
}

.sec02_two::before {
  content: "";
  display: inline-block;
  background: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2023/04/sec02_bgtop.png);
  background-size: cover;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -95px;
}

.sec02_two .inner {
  padding: 94px 0 130px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .sec02_two {
    background-color: #FAF5F0;
  }
  .sec02_two::before {
    background: none;
  }
  .sec02_two .inner {
    padding: 19% 0 6%;
  }
}
.sec02_three {
  background-color: #FAF5F0;
  position: relative;
}
.sec02_three .interview_list__label {
  background-color: #CDDB64;
}

.sec02_three::before {
  content: "";
  display: inline-block;
  background: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2023/04/sec03_bgtop.png);
  background-size: cover;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -95px;
}

.sec02_three .inner {
  padding: 82px 0 100px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .sec02_three::before {
    background: none;
  }
  .sec02_three .inner {
    padding: 19% 0 15%;
  }
}
.sec03 {
  background-color: #FCEEE5;
  background-image: none;
}

.sec03 .inner {
  padding: 90px 0 90px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sec03 .inner .sec03_title {
  padding-bottom: 36px;
  margin: 0 auto;
  position: static;
  background: none;
  border-radius: 0;
  letter-spacing: 0.012em;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .sec03 .inner .sec03_title {
    font-weight: bold;
    font-size: 30px;
  }
}
.sec03 .inner .sec03_title strong {
  color: #FF9FA8;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .sec03 .inner .sec03_title strong {
    font-size: 40px;
  }
}

.sec03 .inner .sec03_check {
  position: relative;
  max-width: 544px;
  padding: 33px 23px 29px;
  margin-bottom: 42px;
  border: 2px dashed #FFCCBC;
  background-color: transparent;
}

.sec03 .inner .sec03_check .wrap {
  display: flex;
  align-items: start;
  justify-content: center;
  column-gap: 18px;
}

.sec03 .inner .sec03_check .check {
  content: "";
  width: 80px;
  height: 56px;
  padding: 8px 5px;
  position: absolute;
  top: -16px;
  left: -12px;
  background-color: #FCEEE5;
}

.sec03 .inner .sec03_check .check img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec03 .inner .sec03_check h4 img {
  width: 218px;
  height: auto;
}

.sec03 .inner .sec03_check .img {
  flex: none;
  width: 68px;
  grid-row: span 2/span 2;
}

.sec03 .inner .sec03_check .text {
  text-align: left;
}

.sec03 .inner .sec03_check .text h4 {
  color: #4D4D4D;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 1;
}

.sec03 .inner .sec03_check .text p {
  font-size: 15px;
  letter-spacing: 0.012em;
  line-height: 1.66;
}

.sec03 .inner .btn {
  position: relative;
  width: 225px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding-right: 11px;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.sec03 .inner .btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #4d4d4d;
  border-bottom: 1.5px solid #4d4d4d;
  transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  transition: 0.5s ease-out;
}

@media only screen and (max-width: 769px) {
  .sec03 .inner .sec03_check {
    padding: 28px 10px;
  }
  .sec03 .inner .sec03_check .text h4 {
    font-size: 15px;
  }
  .sec03 .inner .sec03_check .text p {
    font-size: 12px;
  }
  .sec03 .inner .btn {
    width: 168px;
    height: 30px;
    font-size: 9px;
  }
}
.sec03 .slick-track {
  display: flex;
}

.sec03 ul li.sec03_slide {
  margin: 0 55px;
  opacity: 0.7;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  letter-spacing: 0.012em;
  display: flex;
  height: auto;
  flex-direction: column;
  padding-block: 30px;
  padding-inline: 22px;
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide {
    width: 680px;
    padding-inline: 62px;
    text-align: left;
  }
}
.sec03 ul li.sec03_slide .title {
  color: #FF9295;
  font-weight: bold;
  border-bottom: 1px solid #FFCCBC;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide .title {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 769px) {
  .sec03 ul li.sec03_slide .title svg {
    margin-right: 3px;
  }
}
.sec03 ul li.sec03_slide .answer {
  margin-bottom: 20px;
  font-weight: bold;
  color: #6A6A6A;
  font-size: 15px;
}
@media only screen and (max-width: 769px) {
  .sec03 ul li.sec03_slide .answer {
    line-height: 2;
  }
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide .answer {
    font-size: 18px;
  }
}
.sec03 ul li.sec03_slide .text {
  text-align: left;
}
.sec03 ul li.sec03_slide .text p {
  margin-bottom: 0.5em;
  line-height: 1.75;
  font-size: 12px;
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide .text p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.sec03 ul li.sec03_slide .text p.note {
  font-size: 10px;
}
.sec03 ul li.sec03_slide .text .list {
  display: grid;
}
.sec03 ul li.sec03_slide .text .list p:before {
  content: "●";
  color: #FFBEBA;
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide .text .list p:before {
    font-size: 14px;
    margin-right: 17px;
  }
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide.slide2 .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sec03 ul li.sec03_slide.slide3 .list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide.slide3 .list {
    width: 390px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sec03 ul li.sec03_slide.slide6 .modal_btn {
  position: relative;
  margin: 0;
  left: auto;
  bottom: auto;
  border: 1px solid #000;
  cursor: pointer;
  border-radius: 15px;
  width: 177px;
  margin-top: 10px;
  padding: 7px 16px;
  font-size: 11px;
  box-sizing: content-box;
}
.sec03 ul li.sec03_slide.slide7 .title svg {
  transform: rotate(45deg);
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide.slide7 .title svg {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide.slide7 .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sec03 ul li.sec03_slide.slide7 .note {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide.slide7 .note {
    margin-top: 30px;
    font-size: 12px;
  }
}
.sec03 ul li.sec03_slide.slide7 .slide06_btn {
  position: relative;
  margin: 0 auto;
  left: auto;
  bottom: auto;
  border: 1px solid #000;
  cursor: pointer;
  width: 100%;
  margin-top: 12px;
  padding: 9px 16px;
  font-size: 14px;
  border-radius: 20px;
  max-width: none;
}
@media only screen and (min-width: 770px) {
  .sec03 ul li.sec03_slide.slide7 .slide06_btn {
    width: 268px;
    margin-top: 20px;
    padding: 9px 16px;
    font-size: 14px;
    border-radius: 20px;
  }
}
.sec03 ul li.sec03_slide.slide7 .slide06_btn span {
  font-weight: bold;
  color: #06C755;
}

.sec03 ul li.slick-active {
  opacity: 1;
}

.sec03 .slick-dots li {
  width: 10px;
}

.sec03 .slick-dots li button:before {
  width: 8px;
  height: 8px;
}

.slick-next {
  /* right:25%!important;  */
  right: 50% !important;
  transform: translateX(355px) !important;
  top: 46% !important;
}

.slick-prev {
  /* left:25%!important;  */
  left: 50% !important;
  transform: translateX(-375px) !important;
  top: 46% !important;
}

.slick-arrow {
  z-index: 2 !important;
}

.slick-prev:before, .slick-next:before {
  /* opacity: 1!important;
  color: rgb(0 0 0 / 30%)!important; */
}

.slick-arrow:before {
  content: "" !important;
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2023/04/arrow_next.png) !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2023/04/arrow_prev.png) !important;
  background-size: contain !important;
}

.slide06_btn {
  display: block;
  max-width: 268px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
  bottom: 8%;
}

/* モーダル */
.modal_btn {
  display: block;
  max-width: 177px;
  position: absolute;
  left: 9%;
  margin: 0 auto;
  z-index: 20;
  bottom: 8%;
}

main .modal {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  overflow-y: scroll;
  z-index: 200;
  width: 100%;
}

main .modal .wrap {
  text-align: center;
  position: relative;
}

main .modal .cont {
  width: 550px;
  margin: 3% auto 3%;
  padding: 30px 0 81px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

main .modal .cont img {
  width: 100%;
  padding: 0 4%;
}

main .modal .wrap .close {
  position: absolute;
  top: 2%;
  right: 20px;
  width: 20px;
  cursor: pointer;
}

main .modal .wrap .close_btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  cursor: pointer;
}

/* モーダル */
.sec03 .inner .sec03_btn {
  display: block;
  position: static;
  background: none;
  border-radius: 0;
}
@media only screen and (max-width: 769px) {
  .sec03 .inner .sec03_btn {
    display: block;
    margin: 15% auto 0;
    max-width: none;
  }
  .sec03 .inner .sec03_btn .btn {
    width: 100%;
    font-size: 16px;
    height: 48px;
  }
}
@media only screen and (min-width: 770px) {
  .sec03 .inner .sec03_btn {
    width: 67%;
    max-width: 275px;
    margin: 5% auto 0;
  }
  .sec03 .inner .sec03_btn .btn {
    width: 275px;
    font-size: 16px;
    height: 50px;
  }
}

@media only screen and (max-width: 769px) {
  .sec03 .inner .slick-dots li button {
    width: 5px;
  }
  .sec03 .inner {
    padding: 20% 0 14%;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
  }
  .sec03_title {
    padding-bottom: 7%;
    max-width: 85%;
  }
  .sec03 ul.sec03_slide_wrap {
    width: 100%;
  }
  .sec03 ul li.sec03_slide {
    width: 100%;
    margin: 0 15px;
  }
  .sec03 ul li.sec03_slide {
    opacity: 1;
  }
  .slide06_btn {
    max-width: 80%;
    bottom: 6%;
  }
  .modal_btn {
    max-width: 61%;
    bottom: 9%;
  }
  main .modal {
    width: 100%;
  }
  main .modal .wrap {
    padding: 2%;
    margin-bottom: 50%;
    margin-top: 5%;
  }
  main .modal .cont {
    width: 100%;
    padding: 6% 0 24%;
  }
  main .modal .cont img {
    width: 100%;
    padding: 0 1%;
  }
  main .modal .wrap .close {
    top: 2%;
    right: 4%;
    width: 5%;
  }
  main .modal .wrap .close_btn {
    bottom: 7%;
    width: 60%;
  }
}
.sec06 {
  background-color: #FCFBFA;
}

.sec06 .inner {
  padding: 50px 0 70px;
  width: 90%;
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}

.sec06 .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #4D4D4D;
}

.sec06 .inner ul li {
  width: 50%;
  text-align: left;
}

.sec06 .inner ul li:nth-child(1) {
  max-width: 315px;
  width: 100%;
}

.sec06 .inner ul li:nth-child(2) span {
  font-size: 15px;
  display: block;
  padding-bottom: 15px;
}

.sec06 .inner ul li:nth-child(2) h3 {
  font-size: 23px;
  padding-bottom: 25px;
  letter-spacing: 0.3rem;
}

.sec06 .inner ul li:nth-child(2) p {
  font-size: 14px;
  padding-bottom: 25px;
}

.sec06 .inner ul li:nth-child(2) a {
  max-width: 275px;
  width: 90%;
  display: block;
}

@media only screen and (max-width: 769px) {
  .sec06 .inner {
    padding: 12% 0 16%;
  }
  .sec06 .inner ul {
    display: block;
  }
  .sec06 .inner ul li:nth-child(1) {
    max-width: unset;
    width: 100%;
  }
  .sec06 .inner ul li:nth-child(2) {
    max-width: unset;
    width: 100%;
    padding-top: 7%;
    text-align: center;
  }
  .sec06 .inner ul li:nth-child(2) a {
    margin: 0 auto;
  }
  .sec06 .inner ul li:nth-child(2) span {
    font-size: 15px;
    display: block;
    padding-bottom: 7px;
  }
  .sec06 .inner ul li:nth-child(2) h3 {
    font-size: 23px;
    padding-bottom: 10px;
    letter-spacing: 0.3rem;
  }
}
.sec07 {
  background-color: #FCFBFA;
}

.sec07 .ps-contents .ps-cap {
  padding: 0;
}

.c-breadcrumb {
  background: #FCFBFA;
}

.interview_btn {
  position: fixed;
  bottom: 20px;
  z-index: 101;
  left: 0;
  right: 0;
  width: 310px;
  text-align: center;
  margin: 0 auto;
  display: none;
  overflow: hidden;
}

.interview_btn a {
  display: block;
}

.interview_btn a img {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 769px) {
  .interview_btn {
    bottom: 2.6666666667vw;
    width: 81.3333333333vw;
  }
}
/* --------------- */
/* モーダル */
main .modal_yoyaku {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  overflow-y: scroll;
  z-index: 200;
  width: 100%;
}

main .modal_yoyaku .wrap {
  text-align: center;
  position: relative;
  width: 550px;
  height: 100vh;
}

main .modal_yoyaku .cont {
  width: 550px;
  margin: 3% auto 3%;
  padding: 30px 0 81px;
  position: relative;
  background-color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  text-align: center;
  border-radius: 5px;
}

main .modal_yoyaku .cont p {
  color: #4D4D4D;
  font-size: 14px;
  padding-bottom: 4px;
}

main .modal_yoyaku .cont img {
  width: 30%;
  padding: 0 4%;
}

main .modal_yoyaku .close {
  position: absolute;
  top: 6%;
  right: 20px;
  width: 20px;
  cursor: pointer;
}

main .modal_yoyaku .close img {
  width: 100%;
}

main .modal_yoyaku .wrap .close_btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  cursor: pointer;
}

/* モーダル */
main .modal_shurui {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  overflow-y: scroll;
  z-index: 200;
  width: 100%;
}

main .modal_shurui .wrap {
  text-align: center;
  position: relative;
  width: 550px;
}

main .modal_shurui .cont {
  width: 550px;
  margin: 3% auto 3%;
  padding: 30px 0 81px;
  position: relative;
  background-color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  text-align: center;
  border-radius: 5px;
}

main .modal_shurui .cont p {
  color: #4D4D4D;
  font-size: 14px;
  padding-bottom: 4px;
}

main .modal_shurui .cont img {
  width: 30%;
  padding: 0 4%;
}

main .modal_shurui .close {
  position: absolute;
  top: 6%;
  right: 20px;
  width: 20px;
  cursor: pointer;
}

main .modal_shurui .close img {
  width: 100%;
}

main .modal_shurui .wrap .close_btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  cursor: pointer;
}

/* モーダル */
/* -------------------- */
.for_pc {
  display: block !important;
}

.for_sp {
  display: none !important;
}

.for_pc_top {
  display: block !important;
}

.for_sp_top {
  display: none !important;
}

@media only screen and (max-width: 912px) {
  .for_pc_top {
    display: none !important;
  }
  .for_sp_top {
    display: block !important;
  }
}
@media only screen and (max-width: 769px) {
  .for_pc {
    display: none !important;
  }
  .for_sp {
    display: block !important;
  }
}
/*----- footer -----*/
footer .wrap {
  /* background-image: url(../img/bg_footer.svg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}

footer .wrap .inner {
  display: block;
  padding: 25px 0 5px;
}

@media only screen and (max-width: 767px) {
  footer .wrap .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer .wrap .inner .footer_logo {
  text-align: center;
  width: 100%;
  margin: 20px auto 40px;
}

@media only screen and (max-width: 767px) {
  footer .wrap .inner .footer_logo {
    margin: auto;
    width: 40%;
  }
}
footer .wrap .inner .footer_logo img {
  width: 110px;
}

@media only screen and (max-width: 767px) {
  footer .wrap .inner .footer_logo img {
    width: 109px;
  }
}
footer .wrap .inner .footer_nav {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  footer .wrap .inner .footer_nav {
    width: 45%;
  }
}
footer .wrap .inner .footer_nav ul li {
  list-style-type: none;
  font-size: 12px;
  line-height: 36px;
  margin: 0 10px 0 0;
  font-weight: normal;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  footer .wrap .inner .footer_nav ul li {
    font-size: 12px;
    line-height: 30px;
    display: block;
    text-align: left;
  }
}
footer .wrap .inner .footer_nav ul li a {
  color: #000;
  text-decoration: none;
}

footer .wrap .copyrights {
  padding-bottom: 20px;
  text-align: center;
}

footer .wrap .copyrights small {
  font-size: 7px;
  font-family: adobe-garamond-pro, serif;
}

/* ---子ページ用--- */
body.interview_child {
  background-color: #FFF;
}

body.interview_child main {
  background-color: #FCFBFA;
}

.interview_inner {
  width: 600px;
  margin: auto;
  position: relative;
}

main.main_interview_c .sec06 .inner {
  max-width: 650px;
}

main.main_interview_c .sec06 .inner ul li {
  width: 47%;
}

main.main_interview_c .sec06 .inner ul li:nth-child(2) {
  transform: translateX(10%);
}

@media only screen and (max-width: 767px) {
  .interview_inner {
    width: 100%;
  }
  main.main_interview_c .sec06 .inner ul li {
    width: 100%;
  }
  main.main_interview_c .sec06 .inner ul li:nth-child(2) {
    transform: none;
  }
}
html.interview_child {
  font-size: 3.2vw !important;
}
@media only screen and (min-width: 768px) {
  html.interview_child {
    font-size: 19px !important;
  }
}
html.interview_child p {
  line-height: 1.75;
}

body.interview_child .interview_inner {
  background-color: #fff;
  font-size: 3.2vw;
  letter-spacing: 0.12em;
  font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #4D4D4D;
}
@media only screen and (min-width: 768px) {
  body.interview_child .interview_inner {
    font-size: 19px;
  }
}
body.interview_child .interview_inner .container {
  padding-inline: 8%;
}
body.interview_child .interview_inner h2 {
  font-size: inherit;
  color: inherit;
  margin: 0;
}
body.interview_child .interview_inner .mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 5%;
  padding-bottom: 0.3rem;
  position: relative;
  aspect-ratio: 375/340;
  background-size: cover;
}
body.interview_child .interview_inner .mv__fuki {
  position: absolute;
  top: 9%;
}
body.interview_child .interview_inner .mv__title {
  font-size: 1.91rem;
  letter-spacing: 0.1em;
  line-height: 1.82;
}
body.interview_child .interview_inner .mv__title .mv__main {
  background-color: #fff;
  padding: 3px 1rem;
}
body.interview_child .interview_inner .mv__title .mv__sub {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
body.interview_child .interview_inner .backslash {
  font-family: Arial, Helvetica, sans-serif;
}
body.interview_child .interview_inner .profile {
  position: relative;
  border: 1px dashed #EFE3D3;
  background-color: #fff;
  width: 84%;
  margin-inline: auto;
  margin-top: -18.66%;
  padding: 6.5% 8% 4%;
}
body.interview_child .interview_inner .profile .profile__profile {
  position: absolute;
  top: -8%;
  left: 3%;
  width: 18.7%;
  height: auto;
}
body.interview_child .interview_inner .profile .profile__name {
  margin-bottom: 0.3em;
  font-weight: bold;
  color: #4D4D4D;
}
body.interview_child .interview_inner .profile .profile__text {
  line-height: 1.58;
}
body.interview_child .interview_inner .about {
  margin-top: 3rem;
  padding-bottom: 4.166rem;
}
body.interview_child .interview_inner .about__about {
  width: 39.3%;
}
body.interview_child .interview_inner .about__title {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.77;
  margin-left: 3%;
  margin-bottom: 3rem;
}
body.interview_child .interview_inner .about__text {
  margin-inline: 3%;
  margin-bottom: 3.5em;
  line-height: 1.75;
}
body.interview_child .interview_inner .about__text p:not(:last-child) {
  margin-bottom: 1rem;
}
body.interview_child .interview_inner .before {
  position: relative;
  background-color: rgba(237, 237, 237, 0.4);
  padding: 2rem 2.5rem;
}
body.interview_child .interview_inner .before .before__before {
  position: absolute;
  top: -0.8rem;
  left: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #BEBEBE;
  line-height: 1.6;
}
body.interview_child .interview_inner .before .before__img {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
  width: 3.8rem;
  height: auto;
}
body.interview_child .interview_inner .before .before__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #A3A3A3;
}
body.interview_child .interview_inner .before .before__text {
  line-height: 1.75;
}
body.interview_child .interview_inner .after,
body.interview_child .interview_inner .block {
  margin-top: 1rem;
}
body.interview_child .interview_inner .after__arrow,
body.interview_child .interview_inner .block__arrow {
  width: 1.58rem;
  height: auto;
  margin-inline: auto;
}
body.interview_child .interview_inner .after__content,
body.interview_child .interview_inner .block__content {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  padding: 2.5rem 2.5rem 1.6rem;
  border: 0.16rem solid #DDB182;
}
body.interview_child .interview_inner .after__img,
body.interview_child .interview_inner .block__img {
  float: right;
  width: 13.4rem;
  margin-top: -4.16rem;
  margin-right: -4.66rem;
}
body.interview_child .interview_inner .after__after, body.interview_child .interview_inner .after__subtitle,
body.interview_child .interview_inner .block__after,
body.interview_child .interview_inner .block__subtitle {
  position: absolute;
  top: -0.8rem;
  left: -0.16rem;
  padding-right: 1.4rem;
  padding-bottom: 0.5rem;
  font-size: 1.66rem;
  font-weight: bold;
  color: #DDB182;
  background-color: #fff;
}
body.interview_child .interview_inner .after__title,
body.interview_child .interview_inner .block__title {
  display: inline-block;
  margin-bottom: 1.1rem;
  font-weight: bold;
  font-size: 1.9166rem;
  color: #DDB182;
  line-height: 0.8em;
  border-bottom: 0.5rem solid #FAF5F0;
}
body.interview_child .interview_inner .after p,
body.interview_child .interview_inner .block p {
  line-height: 1.75;
}
body.interview_child .interview_inner .after p:not(:last-of-type),
body.interview_child .interview_inner .block p:not(:last-of-type) {
  margin-bottom: 0.7rem;
}
body.interview_child .interview_inner .block__text p {
  line-height: 1.75;
}
body.interview_child .interview_inner .block__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
body.interview_child .interview_inner .schedule {
  background-color: #fff;
  margin-top: 3.58rem;
  padding: 3.5rem 2rem 1.6rem 1.4rem;
  border: 2px dashed #E2C7A0;
}
body.interview_child .interview_inner .schedule .schedule__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99%;
  height: 2.75rem;
  margin-top: -4.8rem;
  margin-inline: auto;
  margin-bottom: 2.1rem;
  background-color: #E2C7A0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
body.interview_child .interview_inner .schedule .schedule__list {
  position: relative;
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  column-gap: 2.5rem;
  row-gap: 0.75rem;
}
body.interview_child .interview_inner .schedule .schedule__list:before {
  content: "";
  position: absolute;
  background-color: #CB9F70;
  width: 0.16rem;
  height: calc(100% - 1rem);
  left: 4.5rem;
  top: 0.5rem;
}
body.interview_child .interview_inner .schedule .schedule__list dt {
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.1em;
}
body.interview_child .interview_inner .schedule .schedule__list dd {
  position: relative;
  font-weight: bold;
  color: #CB9F70;
  padding-inline: 0.66rem;
}
body.interview_child .interview_inner .schedule .schedule__list dd:not(.expand):before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #CB9F70;
  position: absolute;
  border-radius: 50%;
  top: 0.35rem;
  left: -1.7rem;
}
body.interview_child .interview_inner .schedule .schedule__list dd.expand {
  display: flex;
  align-items: center;
  background-color: #F8F4EB;
  border-radius: 0.41rem;
}
body.interview_child .interview_inner .question {
  padding-top: 4.41rem;
  padding-inline: 2.5rem;
  padding-bottom: 3.75rem;
  background-color: #FAF5F0;
}
body.interview_child .interview_inner .question .question-heading {
  position: relative;
  padding: 1.9rem 1rem 1.25rem;
  background-color: #EFE3D3;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
body.interview_child .interview_inner .question .question-heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -0.85rem;
  z-index: 0;
  transform: rotate(45deg);
  background-color: #EFE3D3;
}
body.interview_child .interview_inner .question .question-heading__question {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 6.58rem;
  height: auto;
}
body.interview_child .interview_inner .question .question-heading__text {
  margin: 0;
}
body.interview_child .interview_inner .question .question__title {
  position: relative;
  color: #CB9F70;
  font-weight: bold;
  font-size: 1.91rem;
  text-align: center;
  line-height: 1.65;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
body.interview_child .interview_inner .question .question-item {
  background-color: #fff;
  padding: 2rem 1.66rem;
}
body.interview_child .interview_inner .question .question-item:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
body.interview_child .interview_inner .question .question-item__heading {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  margin-bottom: 1.3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EDE3D5;
}
body.interview_child .interview_inner .question .question-item__no {
  width: 3.5rem;
  text-align: center;
}
body.interview_child .interview_inner .question .question-item__title {
  font-size: 1.5rem;
}
body.interview_child .interview_inner .question .question-item__text {
  padding-inline: 1rem;
}
body.interview_child .interview_inner .question .question-item__text strong {
  color: #CB9F70;
  font-weight: bold;
}
body.interview_child .interview_inner .question .question-item__text p {
  line-height: 1.75;
}
body.interview_child .interview_inner .question .question-item__text p:not(:last-child) {
  margin-bottom: 1.1rem;
}
body.interview_child .interview_inner .question .question-mederu {
  margin-top: 3.75rem;
  position: relative;
  border: 2px dashed #E2C7A0;
  padding: 3.5rem 1.66rem 1.4rem;
  text-align: center;
}
body.interview_child .interview_inner .question .question-mederu__title {
  width: 87.5%;
  height: 2.75rem;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-inline: auto;
  background-color: #E2C7A0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body.interview_child .interview_inner .question .question-mederu__title:after {
  content: "";
  background-color: #E2C7A0;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  position: absolute;
  bottom: -0.2rem;
  left: calc(50% - 0.5rem);
}
body.interview_child .interview_inner .question .question-mederu__first {
  font-size: 0.83rem;
  color: #555;
}
body.interview_child .interview_inner .question .question-mederu__price {
  margin-top: 0.8rem;
  padding-bottom: 1.35rem;
  color: #CB9F70;
  font-size: 1.16rem;
  font-weight: bold;
  border-bottom: 2px solid #CB9F70;
}
body.interview_child .interview_inner .question .question-mederu__price svg {
  vertical-align: bottom;
  margin-bottom: -0.2rem;
  margin-left: 1.5rem;
}
body.interview_child .interview_inner .question .question-mederu__text {
  margin-top: 2rem;
  color: #CB9F70;
  font-weight: bold;
}
body.interview_child .interview_inner .question .question-mederu__text span {
  font-family: Arial, Helvetica, sans-serif;
}
body.interview_child .interview_inner .question .question-mederu__content {
  display: flex;
  column-gap: 2px;
  width: 100%;
  margin-top: 0.7rem;
}
body.interview_child .interview_inner .question .question-mederu__item {
  background-color: #fff;
  flex: 1;
  align-items: center;
  min-height: 5.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.interview_child .interview_inner .question .question-mederu__item strong {
  color: #CB9F70;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.4rem;
}
body.interview_child .interview_inner .question .question-mederu__item p {
  letter-spacing: 0.09em;
}
body.interview_child .interview_inner .question .comment__mark {
  width: 3rem;
}
body.interview_child .interview_inner .question .comment__mark.no-2 {
  left: -0.5rem;
}
body.interview_child .interview_inner .start {
  padding-top: 4.5rem;
}
body.interview_child .interview_inner .start .start-heading {
  margin-bottom: 2.7rem;
  text-align: center;
}
body.interview_child .interview_inner .start .start-heading__en {
  margin-bottom: 0.9rem;
  color: #DDB182;
  font-family: "Adobe Garamond Pro";
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.6;
}
body.interview_child .interview_inner .start .start-heading__title {
  font-size: 2.33rem;
  font-weight: bold;
  line-height: 1.5;
}
body.interview_child .interview_inner .start .start-before {
  position: relative;
}
body.interview_child .interview_inner .start .start-before__before {
  position: absolute;
  z-index: 1;
  top: -1.5rem;
  left: 3.4rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #BEBEBE;
}
body.interview_child .interview_inner .start .start-before__item {
  position: relative;
  z-index: 0;
  padding: 2.6rem 3.5rem;
}
body.interview_child .interview_inner .start .start-before__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 237, 237, 0.4);
}
body.interview_child .interview_inner .start .start-before__item.no-1 {
  width: 69.33%;
}
body.interview_child .interview_inner .start .start-before__item.no-2 {
  width: 92%;
  margin-left: auto;
  margin-top: -1rem;
}
body.interview_child .interview_inner .start .start-before__item.no-2:before {
  mix-blend-mode: screen;
}
body.interview_child .interview_inner .start .start-before__subttl {
  font-weight: bold;
}
body.interview_child .interview_inner .start .start-before__title {
  margin-bottom: 1.4rem;
  color: #A3A3A3;
  line-height: 1.6;
  font-size: 1.25rem;
}
body.interview_child .interview_inner .start .start-before__text {
  color: #000;
}
body.interview_child .interview_inner .start .start-before__img {
  position: absolute;
  top: 1.35rem;
  right: 0;
  width: 12.5rem;
  z-index: 10;
}
body.interview_child .interview_inner .start .start-before__mark {
  position: absolute;
  top: 1.9rem;
  left: -0.6rem;
  width: 1.91rem;
}
body.interview_child .interview_inner .start .start-think {
  margin-inline: 1.2rem;
}
body.interview_child .interview_inner .start .start-think__arrow {
  position: relative;
  z-index: 11;
  margin-top: -0.25rem;
  width: 1.58rem;
  height: auto;
  margin-inline: auto;
}
body.interview_child .interview_inner .start .start-think__heading {
  font-size: 1.41rem;
  font-weight: bold;
  margin-inline: 4%;
  line-height: 1.7;
}
body.interview_child .interview_inner .start .start-think__heading small {
  font-size: 1rem;
  color: #DDB182;
}
body.interview_child .interview_inner .start .start-think__heading strong {
  color: #DDB182;
}
body.interview_child .interview_inner .start .start-think__content {
  position: relative;
  margin-top: 1rem;
  background-color: #FAF5F0;
  padding: 2.8rem 2.2rem 1.8rem;
}
body.interview_child .interview_inner .start .start-think__writing {
  position: absolute;
  top: 1rem;
  right: -0.3rem;
  width: 9rem;
}
body.interview_child .interview_inner .start .start-think__fukis {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
}
body.interview_child .interview_inner .start .start-think__fuki {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 4.5rem;
  padding-bottom: 0.5rem;
}
body.interview_child .interview_inner .start .start-think__fuki.no-2 {
  margin-left: 2.5rem;
}
body.interview_child .interview_inner .start .start-think__fuki svg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body.interview_child .interview_inner .start .start-think__fuki p {
  position: relative;
  font-weight: bold;
  color: #DDB182;
  font-size: 1.16rem;
  margin-bottom: 0.7rem;
}
body.interview_child .interview_inner .start .start-think__etc {
  position: absolute;
  right: -0.3rem;
  bottom: 0.7rem;
}
body.interview_child .interview_inner .start .start-think__text {
  margin-top: 1.6rem;
  margin-inline: 2.3rem;
}
body.interview_child .interview_inner .start .start-think__text strong {
  color: #CB9F70;
}
body.interview_child .interview_inner .start .start-after {
  position: relative;
  margin-top: 4.1rem;
  padding-bottom: 2.6rem;
  background-color: #F8F4EB;
}
body.interview_child .interview_inner .start .start-after__triangle {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-100%);
}
body.interview_child .interview_inner .start .start-after__triangle svg {
  width: 100%;
}
body.interview_child .interview_inner .start .start-after__arrow {
  position: absolute;
  width: 7rem;
  top: -4.5rem;
  right: 2rem;
}
body.interview_child .interview_inner .start .start-after__heading {
  position: relative;
  padding-top: 2.6rem;
  text-align: center;
}
body.interview_child .interview_inner .start .start-after__mark {
  position: absolute;
  top: 0.5rem;
  left: 5.9rem;
  width: 3.4rem;
}
body.interview_child .interview_inner .start .start-after__en {
  margin-bottom: 0.5rem;
  color: #DDB182;
  font-size: 2.3rem;
  font-weight: bold;
}
body.interview_child .interview_inner .start .start-after__title {
  color: #DDB182;
  font-size: 1.66rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
body.interview_child .interview_inner .start .start-after__title span {
  position: relative;
  background-size: 100% 0.5rem;
  background-position: bottom;
  background-image: linear-gradient(to right in oklab, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}
body.interview_child .interview_inner .start .start-after__content {
  margin-top: 2.8rem;
  position: relative;
  background-color: #FFF;
  display: flex;
  align-items: center;
  column-gap: 0.85rem;
  padding: 1.75rem 1.5rem 0 0;
}
body.interview_child .interview_inner .start .start-after__content strong {
  color: #CB9F70;
}
body.interview_child .interview_inner .start .start-after__img {
  flex: none;
  width: 12rem;
  margin-left: -2.1rem;
  margin-bottom: -1rem;
}
body.interview_child .interview_inner .start .start-after__subttl {
  position: absolute;
  font-size: 1rem;
  top: -1.08rem;
  left: 0.83rem;
  padding-inline: 1rem;
  background-color: #CB9F70;
  color: #fff;
  font-weight: bold;
  height: 2.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.interview_child .interview_inner .start .start-after__inner p:not(:last-child) {
  margin-bottom: 1rem;
}
body.interview_child .interview_inner .start .start-after__note {
  margin-top: 0.2rem;
  font-size: 0.75rem;
  text-align: right;
}
body.interview_child .interview_inner .start .start-online__heading {
  position: relative;
  padding-block: 1.5rem;
  border-top: 1.5px solid #DDB182;
  border-bottom: 1.5px solid #DDB182;
  text-align: center;
}
body.interview_child .interview_inner .start .start-online__question {
  position: absolute;
  top: -1.7rem;
  left: 0;
  background-color: #F8F4EB;
  width: 6.9rem;
}
body.interview_child .interview_inner .start .start-online__wrap {
  display: grid;
  grid-template-columns: 10.75rem 1fr;
  align-items: flex-end;
  column-gap: 1.83rem;
  margin-top: 4.5rem;
}
body.interview_child .interview_inner .start .start-online__img {
  margin-inline: auto;
}
body.interview_child .interview_inner .start .start-online__item {
  background-color: #fff;
}
body.interview_child .interview_inner .start .start-online__item.is-hospital {
  position: relative;
  padding: 1.9rem 1.25rem 1.5rem;
}
body.interview_child .interview_inner .start .start-online__item.is-hospital:after {
  position: absolute;
  top: calc(50% - 0.2rem);
  right: -1.35rem;
  content: "";
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 0.58rem;
  border-color: transparent transparent transparent #DDB182;
}
body.interview_child .interview_inner .start .start-online__item.is-hospital .start-online__img {
  margin-top: -5.4rem;
  width: 5.4rem;
  transform: translateX(-0.5rem);
}
body.interview_child .interview_inner .start .start-online__item.is-hospital .start-online__subttl {
  color: #BEBEBE;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.1rem;
}
body.interview_child .interview_inner .start .start-online__item.is-online {
  padding: 3.5rem 0 1.6rem;
  border: 2px solid #DDB182;
}
body.interview_child .interview_inner .start .start-online__item.is-online .start-online__img {
  width: 8.9rem;
  height: 6.2rem;
  margin-top: -6.9rem;
  overflow: hidden;
}
body.interview_child .interview_inner .start .start-online__item.is-online .start-online__subttl {
  color: #DDB182;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.interview_child .interview_inner .start .start-online__item.is-online p {
  padding-inline: 1.9rem;
}
body.interview_child .interview_inner .mederu-item {
  padding-bottom: 4.3rem;
  background: #FAF5F0;
}
body.interview_child .interview_inner .mederu-item__content {
  background-color: #fff;
  position: relative;
  border: 3px solid #DDB182;
  border-top: 0;
  padding: 2rem;
  text-align: center;
}
body.interview_child .interview_inner .mederu-item__top {
  position: absolute;
  top: -2.4rem;
  left: -3px;
  width: calc(100% + 6px);
  z-index: 0;
}
body.interview_child .interview_inner .mederu-item__crown {
  position: absolute;
  z-index: 1;
  top: -1rem;
  left: calc(50% - 1.33rem);
  width: 2.66rem;
}
body.interview_child .interview_inner .mederu-item__title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
body.interview_child .interview_inner .mederu-item__name {
  margin-bottom: 1.25rem;
  padding-bottom: 0.7rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #CB9F70;
  border-bottom: 1px solid #EDE3D5;
}
body.interview_child .interview_inner .mederu-item__love {
  margin-top: 2rem;
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #E2C7A0;
}
body.interview_child .interview_inner .buttons {
  padding-bottom: 4.2rem;
  background-color: #FAF5F0;
}
body.interview_child .interview_inner .buttons .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73%;
  height: 4.16rem;
  padding-left: 1rem;
  font-size: 1.33rem;
  letter-spacing: 0.06em;
  margin-inline: auto;
  border-radius: 2rem;
  text-decoration: none;
}
body.interview_child .interview_inner .buttons .button.is-pill {
  margin-bottom: 1.9rem;
  background-color: #CB9F70;
  color: #fff;
  letter-spacing: 0;
}
body.interview_child .interview_inner .buttons .button.is-top {
  border: 2px solid #222;
}
body.interview_child .interview_inner .buttons .button svg {
  position: absolute;
  width: 0.5rem;
  top: calc(50% - 0.5rem);
  left: 2.75rem;
}
body.interview_child .interview_inner .comment {
  display: flex;
  position: relative;
  column-gap: 1rem;
}
body.interview_child .interview_inner .comment__img {
  flex: none;
  width: 5rem;
  margin-top: 2rem;
}
body.interview_child .interview_inner .comment__content {
  position: relative;
  background-color: #fff;
  padding: 1.5rem 0.8rem 1.15rem 1.4rem;
}
body.interview_child .interview_inner .comment__fuki {
  position: absolute;
  left: -0.4rem;
  top: 3.7rem;
  width: 1rem;
  height: 1rem;
  transform: scaleY(0.5);
}
body.interview_child .interview_inner .comment__fuki:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  background-color: #fff;
}
body.interview_child .interview_inner .comment__mark {
  position: absolute;
  width: 2.5rem;
}
body.interview_child .interview_inner .comment__mark.no-1 {
  right: -0.7rem;
  top: -0.8rem;
}
body.interview_child .interview_inner .comment__mark.no-2 {
  left: 0.5rem;
  bottom: 0.75rem;
}
body.interview_child .interview01 {
  background-color: #fff;
}
body.interview_child .interview01 .mv {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/sato_mv.png);
}
body.interview_child .interview01 .mv__fuki {
  width: 40%;
  left: 21%;
}
body.interview_child .interview01 .mv__title {
  color: #DDB182;
}
body.interview_child .interview01 .about .after__after {
  top: -1.85rem;
  padding-bottom: 0;
}
body.interview_child .interview01 .start .start-before__item.no-1 {
  padding-right: 2.5rem;
}
body.interview_child .interview01 .start .start-after__title {
  white-space: nowrap;
}
body.interview_child .interview02.interview_inner {
  background-color: #FAF5F0;
}
body.interview_child .interview02.interview_inner .mv {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/sawada_mv.png);
}
body.interview_child .interview02.interview_inner .mv__fuki {
  width: 38.5%;
  top: 10%;
  left: 14.5%;
}
body.interview_child .interview02.interview_inner .mv__title {
  color: #B8CF5F;
  margin-top: 0;
  margin-bottom: 0;
}
body.interview_child .interview02.interview_inner .about__title {
  margin-bottom: 2rem;
}
body.interview_child .interview02.interview_inner .about__text {
  margin-bottom: 3rem;
}
body.interview_child .interview02.interview_inner .after__after {
  background-color: #FAF5F0;
  font-size: 1.16rem;
}
body.interview_child .interview02.interview_inner .after__img {
  margin-top: -2.3rem;
  margin-right: -4.4rem;
}
body.interview_child .interview02.interview_inner .schedule {
  margin-top: 5.2rem;
}
body.interview_child .interview02.interview_inner .start {
  background-color: #fff;
}
body.interview_child .interview02.interview_inner .start .start-before__item.no-1 {
  width: 90%;
}
body.interview_child .interview02.interview_inner .start .start-before__item.no-2 .start-before__text {
  width: 79%;
}
body.interview_child .interview02.interview_inner .start .start-before__mark {
  top: 1.5rem;
  left: auto;
  width: 3.6rem;
  right: -1.5rem;
}
body.interview_child .interview02.interview_inner .start .start-before__img {
  top: auto;
  bottom: -2.4rem;
  width: 11.3rem;
}
body.interview_child .interview02.interview_inner .start .start-think__text {
  text-align: center;
}
body.interview_child .interview02.interview_inner .start .start-think__text .start-think__subttl {
  margin-bottom: 0.5rem;
  color: #DDB182;
  font-weight: bold;
}
body.interview_child .interview02.interview_inner .start .start-after__arrow {
  transform: scaleX(-1);
  top: -3rem;
  right: auto;
  left: 2rem;
}
body.interview_child .interview02.interview_inner .start .start-after__img {
  width: 13rem;
  margin-left: -2.5rem;
  margin-bottom: -0.5rem;
}
body.interview_child .interview02.interview_inner .start .start-after__content {
  padding-top: 1rem;
  column-gap: 0.3rem;
}
body.interview_child .interview02.interview_inner .start .start-online {
  margin-top: 2rem;
}
body.interview_child .interview02.interview_inner .talk {
  padding-top: 5rem;
  padding-bottom: 2.6rem;
  background-color: #fff;
}
body.interview_child .interview02.interview_inner .talk__en {
  width: 15.5rem;
  margin-bottom: 0.5rem;
  margin-inline: 3%;
}
body.interview_child .interview02.interview_inner .talk__title {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.65;
  margin-inline: 3%;
  margin-bottom: 1.7rem;
}
body.interview_child .interview02.interview_inner .talk__text {
  line-height: 1.75;
  margin-inline: 3%;
  margin-bottom: 2rem;
}
body.interview_child .interview02.interview_inner .talk__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
body.interview_child .interview02.interview_inner .talk__text strong {
  color: #CB9F70;
  font-weight: bold;
}
body.interview_child .interview02.interview_inner .talk .comment__content {
  background-color: #FAF5F0;
}
body.interview_child .interview02.interview_inner .talk .comment__fuki:before {
  background-color: #FAF5F0;
}
body.interview_child .interview02.interview_inner .question {
  padding-bottom: 5.4rem;
}
body.interview_child .interview02.interview_inner .question .question-heading {
  margin-bottom: 2.5rem;
}
body.interview_child .interview02.interview_inner .question .question-item {
  position: relative;
}
body.interview_child .interview02.interview_inner .question .question-item .question-item__mark {
  width: 2.5rem;
  position: absolute;
}
body.interview_child .interview02.interview_inner .question .question-item.no-1 .question-item__mark {
  top: 0.5rem;
  right: -0.8rem;
}
body.interview_child .interview02.interview_inner .question .question-item.no-2 .question-item__mark {
  bottom: 0.5rem;
  left: -0.5rem;
}
body.interview_child .interview02.interview_inner .mederu-item__img {
  margin-bottom: 1.5rem;
}
body.interview_child .interview02.interview_inner .mederu-item__name small {
  font-size: 1.16rem;
}
body.interview_child .interview03.interview_inner {
  background-color: #fff;
}
body.interview_child .interview03.interview_inner .mv {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/ohata_mv.png);
}
body.interview_child .interview03.interview_inner .mv__fuki {
  width: 38.5%;
  top: 6%;
  left: 2.55%;
}
body.interview_child .interview03.interview_inner .mv__title {
  color: #FF9FA8;
  margin-top: 0;
}
body.interview_child .interview03.interview_inner .about__title {
  margin-bottom: 2rem;
}
body.interview_child .interview03.interview_inner .about__text {
  margin-bottom: 3rem;
}
body.interview_child .interview03.interview_inner .about .after__after {
  margin-bottom: 0;
  font-size: 1.16rem;
  width: 88%;
  left: 6%;
  top: -1rem;
  text-align: center;
  padding: 0;
}
body.interview_child .interview03.interview_inner .about .after__content {
  padding-right: 2rem;
}
body.interview_child .interview03.interview_inner .about .after__img {
  float: none;
  width: 10.25rem;
  margin: 0;
  position: absolute;
  left: -1.3rem;
  bottom: -1rem;
}
body.interview_child .interview03.interview_inner .about .after__text {
  padding-left: 5.6rem;
}
body.interview_child .interview03.interview_inner .schedule__list {
  row-gap: 0.5rem;
}
body.interview_child .interview03.interview_inner .question .question-heading {
  margin-bottom: 2.5rem;
}
body.interview_child .interview03.interview_inner .start .start-before__before {
  left: 4.2rem;
}
body.interview_child .interview03.interview_inner .start .start-before__item {
  width: 92%;
  padding-right: 2rem;
  padding-left: 4.3rem;
}
body.interview_child .interview03.interview_inner .start .start-before__img {
  top: auto;
  right: auto;
  left: 0;
  bottom: -1.4rem;
  width: 12.5rem;
}
body.interview_child .interview03.interview_inner .start .start-before__mark {
  top: -0.6rem;
  left: auto;
  width: 3.6rem;
  right: 0.7rem;
}
body.interview_child .interview03.interview_inner .start .start-before__text {
  padding-left: 8.3rem;
}
body.interview_child .interview03.interview_inner .start .start-think__text {
  position: relative;
  margin-top: 1rem;
  margin-left: 2.9rem;
}
body.interview_child .interview03.interview_inner .start .start-think__text p {
  line-height: 1.75;
}
body.interview_child .interview03.interview_inner .start .start-think__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
body.interview_child .interview03.interview_inner .start .start-think__fuki {
  width: 12.5rem;
  height: 6rem;
  position: absolute;
  top: -0.5rem;
  right: -1.8rem;
}
body.interview_child .interview03.interview_inner .start .start-after {
  padding-bottom: 3.2rem;
}
body.interview_child .interview03.interview_inner .start .start-after__content {
  display: block;
  padding-left: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
body.interview_child .interview03.interview_inner .start .start-after__img {
  position: absolute;
  bottom: 0;
  right: -2.4rem;
  width: 15rem;
}
body.interview_child .interview03.interview_inner .start .start-after__note {
  text-align: left;
}
body.interview_child .interview03.interview_inner .start .start-online {
  margin-top: 2.6rem;
}
body.interview_child .interview03.interview_inner .start .block {
  margin-top: 3.3rem;
}
body.interview_child .interview03.interview_inner .start .block__subtitle {
  background-color: #F8F4EB;
  font-size: 1.16rem;
  left: 7%;
  width: 86%;
  text-align: center;
  margin: 0;
  padding: 0;
  top: -1rem;
}
body.interview_child .interview03.interview_inner .start .block__content {
  padding-right: 1.5rem;
  padding-bottom: -1.5rem;
}
body.interview_child .interview03.interview_inner .start .block__img {
  float: left;
  margin-top: -1.3rem;
  margin-left: -5.2rem;
  width: 11.9rem;
}
body.interview_child .interview03.interview_inner .start .block__text {
  padding-left: 7.5rem;
}
body.interview_child .interview03.interview_inner .question__text {
  margin-bottom: 1.7rem;
  line-height: 1.75;
}
body.interview_child .interview03.interview_inner .comment__mark.no-2 {
  bottom: -1.1rem;
  left: -0.5rem;
}
body.interview_child .interview03.interview_inner .mederu-item {
  padding-top: 1.2rem;
}
body.interview_child .interview03.interview_inner .mederu-item__img {
  margin-top: 1.4rem;
  margin-bottom: 1.3rem;
}
body.interview_child .interview04.interview_inner {
  background-color: #fff;
}
body.interview_child .interview04.interview_inner .mv {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/fujita_mv.png);
}
body.interview_child .interview04.interview_inner .mv__fuki {
  width: 12.4rem;
  top: 2.8rem;
  left: 0.8rem;
}
body.interview_child .interview04.interview_inner .mv__title {
  color: #FF9FA8;
  margin-top: 0;
  margin-bottom: 0;
}
body.interview_child .interview04.interview_inner .about__title {
  margin-bottom: 1rem;
}
body.interview_child .interview04.interview_inner .about .after {
  margin-top: 3rem;
}
body.interview_child .interview04.interview_inner .about .after__after {
  margin-bottom: 0;
  font-size: 1.16rem;
  left: 6%;
  top: -1rem;
  text-align: center;
  padding-block: 0;
  padding-inline: 0.1rem;
}
body.interview_child .interview04.interview_inner .about .after__content {
  padding-right: 2rem;
}
body.interview_child .interview04.interview_inner .about .after__img {
  position: absolute;
  right: -2.4rem;
  bottom: -0.25rem;
  float: none;
  width: 12.5rem;
  margin-right: 0;
}
body.interview_child .interview04.interview_inner .about .after__text {
  padding-right: 8rem;
}
body.interview_child .interview04.interview_inner .about .about-block {
  position: relative;
  display: grid;
  margin-top: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.75rem;
}
body.interview_child .interview04.interview_inner .about .about-block:after, body.interview_child .interview04.interview_inner .about .about-block:before {
  content: "";
  position: absolute;
  left: calc(50% - 1.15rem);
  top: 50%;
  width: 2.3rem;
  height: 3px;
  z-index: 1;
  background-color: #DDB182;
}
body.interview_child .interview04.interview_inner .about .about-block:before {
  transform: rotate(-45deg);
}
body.interview_child .interview04.interview_inner .about .about-block:after {
  transform: rotate(45deg);
}
body.interview_child .interview04.interview_inner .about .about-block__item {
  position: relative;
  z-index: 0;
  background-color: #F8F4EB;
  padding: 1.3rem;
  padding-bottom: 1.5rem;
}
body.interview_child .interview04.interview_inner .about .about-block__title {
  display: flex;
  align-items: center;
  min-height: 3.3rem;
  margin-bottom: 1rem;
  color: #CB9F70;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.33;
}
body.interview_child .interview04.interview_inner .about .schedule {
  margin-top: 3.7rem;
}
body.interview_child .interview04.interview_inner .about .schedule .walking {
  position: relative;
}
body.interview_child .interview04.interview_inner .about .schedule .walking svg {
  width: 5.16rem;
  position: absolute;
  top: 0.2rem;
  left: 7rem;
}
body.interview_child .interview04.interview_inner .schedule__list {
  row-gap: 0.5rem;
}
body.interview_child .interview04.interview_inner .start .start-before__before {
  left: 4.25rem;
}
body.interview_child .interview04.interview_inner .start .start-before__item.no-1 {
  width: 90%;
  padding-left: 4.25rem;
  padding-bottom: 1.5rem;
}
body.interview_child .interview04.interview_inner .start .start-before__item.no-2 {
  width: 64%;
  padding-left: 2.3rem;
}
body.interview_child .interview04.interview_inner .start .start-before__mark {
  top: 3.2rem;
  left: auto;
  width: 3.6rem;
  right: -1.5rem;
}
body.interview_child .interview04.interview_inner .start .start-before__img {
  top: auto;
  right: auto;
  left: 1.65rem;
  bottom: 1.6rem;
  width: 10.6rem;
}
body.interview_child .interview04.interview_inner .start .start-before__text {
  line-height: 1.75;
}
body.interview_child .interview04.interview_inner .start .start-after {
  margin-top: 3.4rem;
  padding-bottom: 0;
}
body.interview_child .interview04.interview_inner .start .start-after__title {
  white-space: nowrap;
}
body.interview_child .interview04.interview_inner .start .start-after__content {
  padding-left: 1.66rem;
  padding-top: 0.9rem;
  column-gap: 0;
}
body.interview_child .interview04.interview_inner .start .start-after__inner p {
  line-height: 1.75;
}
body.interview_child .interview04.interview_inner .start .start-after__arrow {
  top: -7rem;
}
body.interview_child .interview04.interview_inner .start .start-after__img {
  order: 1;
  width: 14rem;
  margin-left: 0;
  margin-right: -4rem;
}
body.interview_child .interview04.interview_inner .question {
  padding-top: 1rem;
}
body.interview_child .interview04.interview_inner .question.dream .question__text {
  padding-left: 5rem !important;
}
body.interview_child .interview04.interview_inner .question .question-mederu {
  margin-top: 2.15rem;
}
body.interview_child .interview04.interview_inner .question.dream {
  padding-top: 4.4rem;
  padding-bottom: 6.2rem;
}
body.interview_child .interview04.interview_inner .question.dream .question__text {
  position: relative;
  padding-left: 4.16rem;
}
body.interview_child .interview04.interview_inner .question.dream .question__text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 6.3rem;
  height: 10.1rem;
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/fujita_img6.png);
  background-size: contain;
}
body.interview_child .interview04.interview_inner .question.dream .comment {
  position: relative;
  margin-top: 1.8rem;
}
body.interview_child .interview04.interview_inner .question.dream .comment__mark.no-2 {
  bottom: -3rem;
  left: -0.2rem;
  width: 3rem;
}
body.interview_child .interview04.interview_inner .question.dream .comment:after {
  content: "";
  display: block;
  position: absolute;
  right: -2.6rem;
  bottom: -6rem;
  width: 7.5rem;
  height: 10.1rem;
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/fujita_img7.png);
  background-size: contain;
}
body.interview_child .interview04.interview_inner .mederu-item__img {
  margin-top: 2.3rem;
  margin-bottom: 2rem;
}
body.interview_child .interview05.interview_inner {
  background-color: #fff;
}
body.interview_child .interview05.interview_inner .mv {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/kagami_mv.png);
}
body.interview_child .interview05.interview_inner .mv__fuki {
  width: 10.3rem;
  top: 2.8rem;
  left: 9.1rem;
}
body.interview_child .interview05.interview_inner .mv__title {
  color: #DDB182;
  margin-top: 0;
  margin-bottom: 0;
}
body.interview_child .interview05.interview_inner .about__title {
  margin-bottom: 1.5rem;
  position: relative;
}
body.interview_child .interview05.interview_inner .about__title svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.66rem;
}
body.interview_child .interview05.interview_inner .about__text {
  position: relative;
}
body.interview_child .interview05.interview_inner .about__text p:not(:first-child) {
  margin-top: 1rem;
  padding-left: 7.75rem;
}
body.interview_child .interview05.interview_inner .about__img {
  position: absolute;
  bottom: -5.5rem;
  left: -2.4rem;
  width: 10.67rem;
}
body.interview_child .interview05.interview_inner .about .schedule {
  position: relative;
  z-index: 1;
  margin-top: 5.25rem;
}
body.interview_child .interview05.interview_inner .about .schedule .lunch {
  position: relative;
}
body.interview_child .interview05.interview_inner .about .schedule .lunch svg {
  position: absolute;
  z-index: 1;
  top: -2.5rem;
  left: 4.5rem;
  width: 5.9rem;
}
body.interview_child .interview05.interview_inner .about .schedule__list {
  row-gap: 0.3rem;
}
body.interview_child .interview05.interview_inner .question .question-heading {
  margin-bottom: 3rem;
}
body.interview_child .interview05.interview_inner .start .start-before svg {
  position: absolute;
  top: -0.9rem;
  left: 0.8rem;
  width: 2.7rem;
}
body.interview_child .interview05.interview_inner .start .start-before__before {
  left: 4.2rem;
}
body.interview_child .interview05.interview_inner .start .start-before__item {
  width: 92%;
  padding-right: 2rem;
  padding-left: 4.2rem;
}
body.interview_child .interview05.interview_inner .start .start-before__img {
  top: auto;
  right: 1.1rem;
  bottom: -4.5rem;
  width: 13.6rem;
}
body.interview_child .interview05.interview_inner .start .start-think__text {
  position: relative;
  margin-top: 5rem;
  padding-inline: 2rem;
}
body.interview_child .interview05.interview_inner .start .start-think__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
body.interview_child .interview05.interview_inner .start .start-think__fuki {
  width: 11.25rem;
  position: absolute;
  top: -4.7rem;
  left: -1rem;
}
body.interview_child .interview05.interview_inner .start .start-after {
  margin-top: 5.1rem;
  padding-bottom: 2.3rem;
}
body.interview_child .interview05.interview_inner .start .start-after__arrow {
  top: -3.5rem;
}
body.interview_child .interview05.interview_inner .start .start-after__heading {
  padding-top: 2.3rem;
}
body.interview_child .interview05.interview_inner .start .start-after__inner {
  padding-left: 10.3rem;
}
body.interview_child .interview05.interview_inner .start .start-after__mark {
  top: 1.4rem;
}
body.interview_child .interview05.interview_inner .start .start-after__content {
  display: block;
  padding-left: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  padding-right: 1.4rem;
}
body.interview_child .interview05.interview_inner .start .start-after__img {
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 13.4rem;
}
body.interview_child .interview05.interview_inner .start .start-after__inner {
  padding-left: 10.5rem;
}
body.interview_child .interview05.interview_inner .question.dream {
  padding-bottom: 5rem;
}
body.interview_child .interview05.interview_inner .question.dream .question__text {
  margin-bottom: 2rem;
  margin-inline: 0.8rem;
}
body.interview_child .interview05.interview_inner .question.dream .question__text p:not(:first-child) {
  margin-top: 1rem;
}
body.interview_child .interview05.interview_inner .question.dream .comment__mark.no-2 {
  left: -0.3rem;
  bottom: -2.5rem;
  width: 3rem;
}
body.interview_child .interview05.interview_inner .mederu-item__img {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}
body.interview_child .interview06.interview_inner {
  background-color: #FAF5F0;
}
body.interview_child .interview06.interview_inner .mv {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/takakura_mv.png);
}
body.interview_child .interview06.interview_inner .mv__fuki {
  width: 38.6%;
  top: 11%;
  left: 19%;
}
body.interview_child .interview06.interview_inner .mv__title {
  color: #B8CF5F;
  margin-top: 0;
  margin-bottom: 0;
}
body.interview_child .interview06.interview_inner .about {
  padding-bottom: 6rem;
}
body.interview_child .interview06.interview_inner .about__title {
  margin-bottom: 1.8rem;
}
body.interview_child .interview06.interview_inner .about .after__after {
  margin-bottom: 0;
  font-size: 1.16rem;
  width: 88%;
  left: 6%;
  top: -1rem;
  text-align: center;
  padding: 0;
  background-color: #FAF5F0;
}
body.interview_child .interview06.interview_inner .about .after__content {
  padding-right: 2rem;
}
body.interview_child .interview06.interview_inner .about .after__img {
  float: left;
  width: 11.54rem;
  margin-left: -4.1rem;
  margin-right: -1rem;
  margin-bottom: 0;
  margin-top: -1.15rem;
}
body.interview_child .interview06.interview_inner .about .after__text {
  padding-left: 7.8rem;
  margin-bottom: 0;
}
body.interview_child .interview06.interview_inner .schedule__list {
  row-gap: 0.3rem;
}
body.interview_child .interview06.interview_inner .question {
  padding-top: 0;
}
body.interview_child .interview06.interview_inner .question .question-heading {
  margin-bottom: 2.5rem;
}
body.interview_child .interview06.interview_inner .start {
  background-color: #fff;
}
body.interview_child .interview06.interview_inner .start .start-before__before {
  top: -1.5rem;
  left: 2.6rem;
}
body.interview_child .interview06.interview_inner .start .start-before__item.no-1 {
  width: 90%;
  padding-bottom: 2rem;
}
body.interview_child .interview06.interview_inner .start .start-before__item.no-2 {
  width: 76%;
  padding-left: 4.8rem;
  padding-right: 2rem;
}
body.interview_child .interview06.interview_inner .start .start-before__item.no-2 .start-before__title {
  margin-bottom: 1.2rem;
  margin-left: -2.2rem;
}
body.interview_child .interview06.interview_inner .start .start-before__mark {
  top: 1.5rem;
  left: auto;
  width: 1.75rem;
  right: 3.5rem;
}
body.interview_child .interview06.interview_inner .start .start-before__title {
  margin-bottom: 0.5rem;
}
body.interview_child .interview06.interview_inner .start .start-before__img {
  top: auto;
  right: auto;
  left: 0.85rem;
  bottom: -0.5rem;
  width: 11.25rem;
}
body.interview_child .interview06.interview_inner .start .start-think__text {
  position: relative;
  margin-top: 2.4rem;
}
body.interview_child .interview06.interview_inner .start .start-think__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
body.interview_child .interview06.interview_inner .start .start-think__fuki {
  width: 5.8rem;
  height: 6rem;
  position: absolute;
  top: -4.5rem;
  right: -1rem;
}
body.interview_child .interview06.interview_inner .start .start-after {
  margin-top: 6.3rem;
  padding-bottom: 4rem;
}
body.interview_child .interview06.interview_inner .start .start-after__heading {
  padding-top: 2.5rem;
}
body.interview_child .interview06.interview_inner .start .start-after__en {
  margin-bottom: 0.5rem;
}
body.interview_child .interview06.interview_inner .start .start-after__inner {
  padding-right: 8.5rem;
}
body.interview_child .interview06.interview_inner .start .start-after__content {
  display: block;
  padding-left: 1.6rem;
  padding-top: 2.8rem;
  padding-bottom: 1.7rem;
}
body.interview_child .interview06.interview_inner .start .start-after__img {
  position: absolute;
  bottom: 1.5rem;
  right: -1.7rem;
  width: 12.58rem;
}
body.interview_child .interview06.interview_inner .start .start-online {
  margin-top: 2.6rem;
}
body.interview_child .interview06.interview_inner .start .start-online__heading {
  margin-bottom: 1.83rem;
}
body.interview_child .interview06.interview_inner .start .start-online__item {
  position: relative;
  padding: 0.91rem 0 0.91rem 3.58rem;
  margin-inline: 0.8rem;
  color: #CB9F71;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
}
body.interview_child .interview06.interview_inner .start .start-online__item:first-child {
  margin-bottom: 0.66rem;
}
body.interview_child .interview06.interview_inner .start .start-online__item:last-of-type {
  margin-bottom: 1.5rem;
}
body.interview_child .interview06.interview_inner .start .start-online__item p {
  line-height: 1.5;
}
body.interview_child .interview06.interview_inner .start .start-online__item svg {
  position: absolute;
  bottom: 0;
  right: -1.8rem;
  width: 7.1rem;
}
body.interview_child .interview06.interview_inner .start .start-online__no {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DDB182;
  border-bottom-right-radius: 0.83rem;
  color: #fff;
  font-size: 1.5rem;
}
body.interview_child .interview06.interview_inner .question.dream {
  padding-top: 4.5rem;
}
body.interview_child .interview06.interview_inner .question.dream .question__text {
  margin-bottom: 1.7rem;
  line-height: 1.75;
  margin-inline: 1rem;
}
body.interview_child .interview06.interview_inner .comment__mark.no-2 {
  bottom: -1.1rem;
  left: -0.5rem;
}
body.interview_child .interview06.interview_inner .mederu-item {
  padding-top: 1.2rem;
}
body.interview_child .interview06.interview_inner .mederu-item__img {
  margin-top: 1.4rem;
  margin-bottom: 1.3rem;
}
body.interview_child .interview07.interview_inner {
  background-color: #fff;
}
body.interview_child .interview07.interview_inner .mv {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/okawa_mv.png);
}
body.interview_child .interview07.interview_inner .mv__fuki {
  width: 35%;
  top: 11%;
  left: 4.5%;
}
body.interview_child .interview07.interview_inner .mv__title {
  color: #B8CF5F;
  margin-top: 0;
  margin-bottom: 0;
}
body.interview_child .interview07.interview_inner .about {
  padding-bottom: 3.7rem;
}
body.interview_child .interview07.interview_inner .about__title {
  margin-bottom: 1.8rem;
}
body.interview_child .interview07.interview_inner .about__text {
  margin-bottom: 2.5rem;
}
body.interview_child .interview07.interview_inner .about .after__after {
  margin-bottom: 0;
  font-size: 1.16rem;
  width: 22rem;
  left: -0.3rem;
  top: -1rem;
  text-align: left;
  padding: 0;
  padding-left: 0.5rem;
  letter-spacing: 0.15rem;
  background-color: #fff;
}
body.interview_child .interview07.interview_inner .about .after__content {
  padding-right: 2rem;
}
body.interview_child .interview07.interview_inner .about .after__img {
  width: 10.8rem;
  margin-right: -3.2rem;
  margin-top: -1.5rem;
}
body.interview_child .interview07.interview_inner .about .after__text {
  padding-right: 7.8rem;
}
body.interview_child .interview07.interview_inner .schedule__list {
  row-gap: 0.4rem;
}
body.interview_child .interview07.interview_inner .schedule .shopping {
  position: relative;
}
body.interview_child .interview07.interview_inner .schedule .shopping svg {
  position: absolute;
  left: 5rem;
  bottom: 0;
  width: 6.1rem;
}
body.interview_child .interview07.interview_inner .question {
  padding-top: 4.3rem;
}
body.interview_child .interview07.interview_inner .question .question-heading {
  margin-bottom: 2.5rem;
}
body.interview_child .interview07.interview_inner .question .question-mederu__item {
  min-height: 6.25rem;
}
body.interview_child .interview07.interview_inner .start {
  background-color: #fff;
}
body.interview_child .interview07.interview_inner .start .start-before__before {
  top: -1.5rem;
  left: 4.3rem;
}
body.interview_child .interview07.interview_inner .start .start-before__item.no-1 {
  width: 90%;
  padding-left: 4.3rem;
  padding-right: 2rem;
}
body.interview_child .interview07.interview_inner .start .start-before__item.no-1 .start-before__title {
  margin-bottom: 1rem;
}
body.interview_child .interview07.interview_inner .start .start-before__item.no-2 {
  width: 76%;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 4.5rem;
}
body.interview_child .interview07.interview_inner .start .start-before__item.no-2 .start-before__title {
  margin-bottom: 1rem;
}
body.interview_child .interview07.interview_inner .start .start-before__mark {
  top: 1.5rem;
  left: auto;
  width: 1.75rem;
  right: -0.5rem;
}
body.interview_child .interview07.interview_inner .start .start-before__img {
  top: auto;
  right: auto;
  left: 1.2rem;
  bottom: 1rem;
  width: 10.6rem;
}
body.interview_child .interview07.interview_inner .start .start-think__text {
  position: relative;
  margin-top: 1.75rem;
}
body.interview_child .interview07.interview_inner .start .start-think__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
body.interview_child .interview07.interview_inner .start .start-think__fuki {
  width: 12rem;
  height: 6rem;
  position: absolute;
  top: -1rem;
  right: -1.5rem;
}
body.interview_child .interview07.interview_inner .start .start-after {
  margin-top: 4.5rem;
  padding-bottom: 2.8rem;
}
body.interview_child .interview07.interview_inner .start .start-after__mark {
  top: 1rem;
  left: auto;
  right: 5.6rem;
  transform: scaleX(-1);
}
body.interview_child .interview07.interview_inner .start .start-after__arrow {
  transform: scaleX(-1);
  right: auto;
  left: 2rem;
  top: -3.3rem;
}
body.interview_child .interview07.interview_inner .start .start-after__inner {
  padding-right: 7.5rem;
}
body.interview_child .interview07.interview_inner .start .start-after__content {
  display: block;
  padding-left: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
body.interview_child .interview07.interview_inner .start .start-after__img {
  position: absolute;
  bottom: 1.5rem;
  right: -2.4rem;
  width: 14rem;
}
body.interview_child .interview07.interview_inner .start .start-online {
  margin-top: 2.6rem;
}
body.interview_child .interview07.interview_inner .start .start-online__heading {
  margin-bottom: 1.83rem;
}
body.interview_child .interview07.interview_inner .start .start-online__item {
  position: relative;
  padding: 0.91rem 0 0.91rem 3.58rem;
  color: #CB9F71;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
}
body.interview_child .interview07.interview_inner .start .start-online__item:first-child {
  margin-bottom: 0.66rem;
}
body.interview_child .interview07.interview_inner .start .start-online__item:last-of-type {
  margin-bottom: 1.5rem;
}
body.interview_child .interview07.interview_inner .start .start-online__item svg {
  position: absolute;
  bottom: 0;
  right: -1.8rem;
  width: 7.1rem;
}
body.interview_child .interview07.interview_inner .start .start-online__no {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DDB182;
  border-bottom-right-radius: 8.3rem;
  color: #fff;
  font-size: 1.5rem;
}
body.interview_child .interview07.interview_inner .question.dream {
  padding-top: 4.5rem;
}
body.interview_child .interview07.interview_inner .question.dream .question__text {
  margin-bottom: 1.7rem;
  line-height: 1.75;
}
body.interview_child .interview07.interview_inner .comment__mark.no-2 {
  bottom: -1.1rem;
  left: -0.5rem;
}
body.interview_child .interview07.interview_inner .mederu-item {
  padding-top: 1.2rem;
}
body.interview_child .interview07.interview_inner .mederu-item__img {
  margin-top: 1.4rem;
  margin-bottom: 1.3rem;
}
body.interview_child .interview08.interview_inner {
  background-color: #FAF5F0;
}
body.interview_child .interview08.interview_inner .mv {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/watanabe_mv.png);
}
body.interview_child .interview08.interview_inner .mv__fuki {
  width: 40%;
  left: 15.2%;
  top: 6%;
}
body.interview_child .interview08.interview_inner .mv__title {
  color: #DDB182;
  margin-bottom: 0;
}
body.interview_child .interview08.interview_inner .about__title {
  margin-bottom: 1.4rem;
}
body.interview_child .interview08.interview_inner .about__text {
  margin-bottom: 3rem;
}
body.interview_child .interview08.interview_inner .about .before {
  background-color: rgba(237, 237, 237, 0.8);
}
body.interview_child .interview08.interview_inner .about .before__text:not(:last-of-type) {
  margin-bottom: 1rem;
}
body.interview_child .interview08.interview_inner .about .after__after {
  padding-bottom: 0;
  background-color: #FAF5F0;
}
body.interview_child .interview08.interview_inner .about .after__title {
  font-size: 1.5rem;
}
body.interview_child .interview08.interview_inner .about .after__title strong {
  position: relative;
  background-size: 100% 0.5rem;
  background-position: bottom;
  background-image: linear-gradient(to right in oklab, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}
body.interview_child .interview08.interview_inner .about .after__text {
  padding-left: 6rem;
}
body.interview_child .interview08.interview_inner .about .after__img {
  float: none;
  margin: 0;
  position: absolute;
  bottom: -0.5rem;
  left: -1.5rem;
  width: 11rem;
}
body.interview_child .interview08.interview_inner .question .question-heading {
  margin-bottom: 4.3rem;
}
body.interview_child .interview08.interview_inner .question .question-item.no-1 {
  position: relative;
}
body.interview_child .interview08.interview_inner .question .question-item.no-1:before, body.interview_child .interview08.interview_inner .question .question-item.no-1:after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
}
body.interview_child .interview08.interview_inner .question .question-item.no-1:before {
  top: -3rem;
  left: -1.4rem;
  width: 12.3rem;
  height: 6.58rem;
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/watanabe_img3.png);
}
body.interview_child .interview08.interview_inner .question .question-item.no-1:after {
  right: -1rem;
  bottom: 0;
  width: 12.8rem;
  height: 8.91rem;
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/watanabe_img4.png);
}
body.interview_child .interview08.interview_inner .question .question-mederu__item {
  min-height: 5.4rem;
}
body.interview_child .interview08.interview_inner .question .question-mederu p {
  line-height: 1;
}
body.interview_child .interview08.interview_inner .start {
  background-color: #fff;
}
body.interview_child .interview08.interview_inner .start .start-heading {
  margin-bottom: 1.75rem;
}
body.interview_child .interview08.interview_inner .start .start-think {
  margin-bottom: 2rem;
}
body.interview_child .interview08.interview_inner .start .start-think__text {
  margin-top: 0;
  margin-bottom: 0.8rem;
  position: relative;
}
body.interview_child .interview08.interview_inner .start .start-think__text p:not(:first-child) {
  margin-top: 1rem;
}
body.interview_child .interview08.interview_inner .start .start-think__fuki {
  position: absolute;
  width: 12rem;
  height: 5.3rem;
  top: 0;
  right: -2.9rem;
}
body.interview_child .interview08.interview_inner .start .start-before {
  padding-bottom: 0.8rem;
}
body.interview_child .interview08.interview_inner .start .start-before__img {
  width: 12.4rem;
  top: auto;
  bottom: -1.2rem;
}
body.interview_child .interview08.interview_inner .start .start-before__item.no-1 {
  width: 89%;
}
body.interview_child .interview08.interview_inner .start .start-before__item.no-1 .start-before__mark {
  width: 3.6rem;
  left: auto;
  right: 0.5rem;
  top: -0.7rem;
}
body.interview_child .interview08.interview_inner .start .start-before__item.no-2 .start-before__text {
  padding-right: 8rem;
}
body.interview_child .interview08.interview_inner .start .start-after__arrow {
  transform: scaleX(-1);
  right: auto;
  left: 2rem;
  top: -3.3rem;
}
body.interview_child .interview08.interview_inner .start .start-after__content {
  display: block;
  padding: 3rem 1.6rem 2.5rem;
  line-height: 1.75rem;
}
body.interview_child .interview08.interview_inner .start .start-after__img {
  position: absolute;
  left: 0;
  bottom: -2.1rem;
  width: 16.3rem;
}
body.interview_child .interview08.interview_inner .start .start-after__inner p:last-child {
  padding-left: 9rem;
}
body.interview_child .interview08.interview_inner .question.dream {
  padding-bottom: 4.7rem;
}
body.interview_child .interview08.interview_inner .question.dream .question__text {
  margin-bottom: 1.5rem;
}
body.interview_child .interview08.interview_inner .question.dream .comment__mark {
  left: -0.5rem;
  bottom: -2.5rem;
}
body.interview_child .interview08.interview_inner .mederu-item__img {
  margin-block: 1rem;
}
body.interview_child .interview09.interview_inner {
  background-color: #FAF5F0;
}
body.interview_child .interview09.interview_inner .mv {
  background-image: url(https://mederi.jp/wp-content/uploads/2026/03/hirota_mv.png);
}
body.interview_child .interview09.interview_inner .mv__fuki {
  width: 36%;
  left: 25.5%;
  top: 9%;
}
body.interview_child .interview09.interview_inner .mv__title {
  color: #DDB182;
}
body.interview_child .interview09.interview_inner .about__title {
  margin-bottom: 1.4rem;
}
body.interview_child .interview09.interview_inner .about__text {
  margin-bottom: 3rem;
}
body.interview_child .interview09.interview_inner .about .before {
  background-color: rgba(237, 237, 237, 0.8);
}
body.interview_child .interview09.interview_inner .about .before__text:not(:last-of-type) {
  margin-bottom: 1rem;
}
body.interview_child .interview09.interview_inner .about .after__after {
  top: -1.85rem;
  padding-bottom: 0;
  background-color: #FAF5F0;
}
body.interview_child .interview09.interview_inner .about .after__content {
  padding-top: 2.2rem;
}
body.interview_child .interview09.interview_inner .about .after__title {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
body.interview_child .interview09.interview_inner .about .after__title strong {
  position: relative;
  background-size: 100% 0.5rem;
  background-position: bottom;
  background-image: linear-gradient(to right in oklab, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}
body.interview_child .interview09.interview_inner .about .after__text p:first-of-type {
  padding-right: 6rem;
}
body.interview_child .interview09.interview_inner .about .after__img {
  float: none;
  margin: 0;
  position: absolute;
  top: -0.7rem;
  right: -1.95rem;
  width: 10.75rem;
}
body.interview_child .interview09.interview_inner .schedule__list {
  row-gap: 0.3rem;
}
body.interview_child .interview09.interview_inner .schedule .anime {
  position: relative;
}
body.interview_child .interview09.interview_inner .schedule .anime svg {
  position: absolute;
  top: -1.8rem;
  right: 0.5rem;
  width: 7.4rem;
}
body.interview_child .interview09.interview_inner .talk {
  padding-top: 5rem;
  padding-bottom: 2.6rem;
  background-color: #fff;
}
body.interview_child .interview09.interview_inner .talk__en {
  width: 15.5rem;
  margin-bottom: 0.5rem;
  margin-inline: 3%;
}
body.interview_child .interview09.interview_inner .talk__title {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.65;
  margin-inline: 3%;
  margin-bottom: 1.4rem;
}
body.interview_child .interview09.interview_inner .talk__text {
  line-height: 1.75;
  margin-inline: 3%;
  margin-bottom: 1.5rem;
}
body.interview_child .interview09.interview_inner .talk__text p:not(:last-child) {
  margin-bottom: 0.7rem;
}
body.interview_child .interview09.interview_inner .talk__text strong {
  color: #CB9F70;
  font-weight: bold;
}
body.interview_child .interview09.interview_inner .talk .comment__content {
  background-color: #FAF5F0;
}
body.interview_child .interview09.interview_inner .talk .comment__content strong {
  color: #CB9F70;
}
body.interview_child .interview09.interview_inner .talk .comment__content p:not(:last-child) {
  margin-bottom: 0.5rem;
}
body.interview_child .interview09.interview_inner .talk .comment__fuki:before {
  background-color: #FAF5F0;
}
body.interview_child .interview09.interview_inner .start {
  background-color: #fff;
}
body.interview_child .interview09.interview_inner .start .start-heading {
  margin-bottom: 1.75rem;
}
body.interview_child .interview09.interview_inner .start .start-before {
  padding-bottom: 0.8rem;
}
body.interview_child .interview09.interview_inner .start .start-before__before {
  left: 2.5rem;
}
body.interview_child .interview09.interview_inner .start .start-before__img {
  width: 9.4rem;
  top: 5.2rem;
  left: 1.4rem;
}
body.interview_child .interview09.interview_inner .start .start-before__item.no-1 {
  width: 89%;
  padding-top: 2.5rem;
  padding-left: 5.2rem;
  padding-right: 2rem;
  padding-bottom: 2.25rem;
}
body.interview_child .interview09.interview_inner .start .start-before__item.no-1 .start-before__text {
  padding-left: 6.6rem;
}
body.interview_child .interview09.interview_inner .start .start-before__item.no-1 .start-before__title {
  margin-bottom: 1.2rem;
}
body.interview_child .interview09.interview_inner .start .start-before__item.no-2 {
  padding-top: 2.5rem;
  padding-left: 2.6rem;
  padding-right: 4.5rem;
}
body.interview_child .interview09.interview_inner .start .start-before__item.no-2 .start-before__title {
  margin-bottom: 0.7rem;
}
body.interview_child .interview09.interview_inner .start .start-before__item.no-2 .start-before__mark {
  width: 3.6rem;
  left: auto;
  right: 3.2rem;
  top: 1.8rem;
}
body.interview_child .interview09.interview_inner .start .start-after {
  margin-top: 3.8rem;
  padding-bottom: 0;
}
body.interview_child .interview09.interview_inner .start .start-after__arrow {
  transform: scaleX(-1);
  right: auto;
  left: 2rem;
  top: -3.3rem;
}
body.interview_child .interview09.interview_inner .start .start-after__content {
  display: block;
  padding: 3rem 1.6rem 2rem;
  line-height: 1.75rem;
}
body.interview_child .interview09.interview_inner .start .start-after__img {
  position: absolute;
  right: -1.9rem;
  bottom: -0.7rem;
  width: 13.7rem;
}
body.interview_child .interview09.interview_inner .start .start-after__inner {
  padding-right: 7.5rem;
}
body.interview_child .interview09.interview_inner .start .start-after__note {
  text-align: left;
}
body.interview_child .interview09.interview_inner .question {
  padding-top: 0.3rem;
}
body.interview_child .interview09.interview_inner .question .question-mederu__item {
  min-height: 5.4rem;
}
body.interview_child .interview09.interview_inner .question .question-mederu p {
  line-height: 1;
}
body.interview_child .interview09.interview_inner .question.dream {
  padding-top: 4.4rem;
  padding-bottom: 4.7rem;
}
body.interview_child .interview09.interview_inner .question.dream .question__text {
  margin-bottom: 1.5rem;
  margin-inline: 1rem;
}
body.interview_child .interview09.interview_inner .question.dream .question__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
body.interview_child .interview09.interview_inner .question.dream .comment__mark.no-2 {
  left: -0.5rem;
  bottom: 0.5rem;
}
body.interview_child .interview09.interview_inner .mederu-item__img {
  margin-block: 1rem;
}

.header {
  position: sticky;
  background-color: #fcf5ef;
}
.header .header-logo svg {
  fill: #ffa4b7;
}
.header .header-logo__link {
  width: auto;
}
.header .header-toogle .header-toogle__line {
  background-color: #ffa4b7;
}

.nav {
  position: fixed;
  top: 15px;
  left: auto;
  z-index: 2000;
  width: 310px;
  height: 730px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  box-shadow: 0px 43.123px 86.246px -20.699px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 766px) {
  .nav {
    right: 0;
    max-height: calc(100vh - 15px) !important;
  }
}
@media screen and (min-width: 767px) {
  .nav {
    top: 20px;
    max-height: calc(100vh - 130px);
  }
}
.nav.-visible {
  visibility: visible;
  opacity: 1;
}
.nav .nav-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}
.nav .nav-close {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1140px;
  height: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .nav .nav-close {
    height: 40px;
  }
}
.nav .nav-close-button {
  position: absolute;
  right: 10px;
  width: 22px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.nav .nav-close-button__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  background: #333;
  border-radius: 30px;
  transition: all 0.3s;
}
.nav .nav-close-button__line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav .nav-close-button__line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav .nav-content {
  overflow: auto;
  height: calc(100vh - 55px);
}
@media screen and (min-width: 767px) {
  .nav .nav-content {
    height: calc(100vh - 210px);
  }
}
.nav .nav-list {
  margin: 0;
}
.nav .nav-main .nav-group {
  border-top: 1px solid #FFE2D6;
}
.nav .nav-main .nav-item:not(:first-of-type) {
  border-top: 1px solid #FFE2D6;
}
.nav .nav-main .nav-item > a, .nav .nav-main .nav-item .nav-link-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 47px;
  padding-inline: 25px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .nav .nav-main .nav-item > a:hover, .nav .nav-main .nav-item .nav-link-trigger:hover {
    background-color: #FDF5EF;
  }
}
.nav .nav-main .nav-item > a span, .nav .nav-main .nav-item .nav-link-trigger span {
  margin-right: auto;
}
.nav .nav-main .nav-item .nav-link-trigger {
  border: 0;
  outline: 0;
  background: transparent;
}
.nav .nav-main .nav-item .nav-link-trigger svg:nth-of-type(2) {
  transform: rotate(90deg);
}
.nav .nav-main .nav-item.has-child.is-open .nav-link-trigger svg:nth-of-type(2) {
  transform: rotate(-90deg);
}
.nav .nav-category-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #FDF5EF;
  color: #6A6A6A;
  height: 43px;
  font-size: 12px;
  padding-inline: 25px;
  margin: 0;
}
.nav .sub-menu {
  background: #fdf5ef;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.nav .sub-menu li {
  border-top: 1px solid #FFE2D6;
}
.nav .sub-menu li > a {
  display: flex;
  align-items: center;
  height: 45px;
  padding-inline: 43px;
  gap: 10px;
  font-size: 13px;
}
.nav .nav-footer {
  padding-top: 12px;
  border-top: 2px solid #FFE2D6;
}
.nav .nav-footer .nav-item a {
  display: flex;
  align-items: center;
  color: #6A6A6A;
  height: 40px;
  font-size: 13px;
  padding-inline: 25px;
  gap: 12px;
}
.nav .nav-line {
  display: block;
  width: 260px;
  margin-block: 8px;
  margin-inline: auto;
}

.-fadeOut .nav-inner {
  opacity: 0;
}
