@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
.voice-title-wrap {
  margin-bottom: 1.5rem;
}
.voice-title-wrap .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin: auto;
  position: relative;
  height: 560px;
}
@media screen and (max-width: 767.98px) {
  .voice-title-wrap .container {
    display: block;
    height: auto;
  }
}
.voice-title-wrap .container .image {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  margin-right: calc(50% - 50vw - 5rem);
}
@media screen and (max-width: 767.98px) {
  .voice-title-wrap .container .image {
    position: relative;
    height: 300px;
    margin-right: -15px;
  }
}
.voice-title-wrap .container .image img {
  height: 100%;
  object-fit: cover;
  width: 72vw;
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .voice-title-wrap .container .image img {
    width: 100%;
  }
}
.voice-title-wrap .container .voice-title-block {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  padding: 4rem 6rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
  .voice-title-wrap .container .voice-title-block {
    padding: 3rem 4rem;
    border-radius: 0 2rem 2rem 0;
    margin-left: -15px;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .voice-title-wrap .container .voice-title-block {
    padding: 2.5rem 4rem 2.5rem 2rem;
  }
}
.voice-title-wrap .container .voice-title-block h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .voice-title-wrap .container .voice-title-block h1 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .voice-title-wrap .container .voice-title-block h1 {
    font-size: 2.4rem;
  }
}
.voice-title-wrap .container .voice-title-block h1 .job {
  display: block;
  color: #008C4F;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .voice-title-wrap .container .voice-title-block h1 .job {
    font-size: 2.2rem;
  }
}

svg.fig-circle {
  width: 500px;
  height: auto;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50px;
}
@media screen and (max-width: 1390px) {
  svg.fig-circle {
    width: 40vw;
  }
}
@media screen and (max-width: 767.98px) {
  svg.fig-circle {
    width: 54vw;
  }
}

svg.fig-circle02 {
  width: 500px;
  height: auto;
  position: absolute;
  z-index: -2;
  top: 160px;
  left: 0px;
}
@media screen and (max-width: 1390px) {
  svg.fig-circle02 {
    width: 40vw;
  }
}
@media screen and (max-width: 767.98px) {
  svg.fig-circle02 {
    width: 52vw;
    top: 5rem;
  }
}

/*----------------------------------------------------
  Q＆A
----------------------------------------------------*/
.qa-wrap {
  padding: 8rem 0;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .qa-wrap {
    padding: 5rem 15px;
    flex-wrap: wrap;
  }
}
.qa-wrap .contents {
  flex: 0 0 65%;
}
@media screen and (max-width: 767.98px) {
  .qa-wrap .contents {
    flex: 0 0 100%;
  }
}
.qa-wrap .image {
  flex: 1;
  margin-right: calc(50% - 50vw);
  padding-left: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .qa-wrap .image {
    flex: 0 0 100%;
    margin-right: 0;
    margin-top: 3rem;
    padding-left: 0;
  }
}
.qa-wrap .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .qa-wrap .image img {
    border-radius: 2rem;
    object-fit: unset;
    width: 500px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .qa-wrap.order .contents {
    order: 2;
  }
  .qa-wrap.order .image {
    order: 1;
    padding-left: 0;
    padding-right: 4rem;
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
  .qa-wrap.order .image img {
    border-radius: 0 3rem 3rem 0;
  }
}
.qa-wrap dl.qa-block {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .qa-wrap dl.qa-block {
    margin-bottom: 3rem;
  }
}
.qa-wrap dl.qa-block dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding-left: 6.5rem;
  padding-top: 0.8em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .qa-wrap dl.qa-block dt {
    font-size: 2.2rem;
    padding-left: 4.5rem;
  }
}
.qa-wrap dl.qa-block dt::before {
  content: "Q.";
  color: #008C4F;
  font-size: 2em;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .qa-wrap dl.qa-block dt::before {
    font-size: 1.8em;
    line-height: 1.4;
  }
}
.qa-wrap dl.qa-block dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .qa-wrap dl.qa-block dd {
    font-size: 1.6rem;
  }
}
.qa-wrap dl.qa-block:last-child {
  margin-bottom: 0;
  line-height: 1.8;
}

/*----------------------------------------------------
  1日の流れ
----------------------------------------------------*/
.flow-wrap {
  background-color: #fcfcfc;
  padding: 5rem;
  margin-top: 3rem;
  margin-bottom: 10rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap {
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .flow-wrap .contents {
    order: 2;
  }
  .flow-wrap .image {
    order: 1;
  }
}
.flow-wrap img {
  border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap img {
    border-radius: 2rem;
    margin-top: 3rem;
  }
}
.flow-wrap h3 {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.flow-wrap h4 {
  background: #008C4F;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  padding: 2px 10px;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.flow-wrap .time-block {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0 1.5rem 5rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap .time-block {
    padding: 1rem 0 1rem 4rem;
    font-size: 1.6rem;
  }
}
.flow-wrap .time-block::before {
  content: "";
  width: 0.4rem;
  height: 100%;
  background-color: #008C4F;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap .time-block::before {
    left: 1.5rem;
    width: 0.3rem;
  }
}
.flow-wrap .time-block .point {
  position: absolute;
  background: #fff;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  top: 2rem;
  left: 0.5rem;
  z-index: 1;
  border: 0.4rem solid #008C4F;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap .time-block .point {
    top: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
    border-width: 0.3rem;
  }
}
.flow-wrap .time-block .event {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap .time-block .event {
    display: block;
  }
}
.flow-wrap .time-block .event span {
  width: 4em;
}
.flow-wrap .time-block .event p {
  margin-bottom: 0;
  line-height: 1.6;
  flex: 1;
}
.flow-wrap .time-block:first-child::before {
  top: 2.5rem;
}
.flow-wrap .time-block:last-child::before {
  height: 3rem;
}/*# sourceMappingURL=voice.css.map */