@charset "UTF-8";
/* ============================================================================================== */
/* Slick Dots Customize                                                                           */
/* ===============================================================================================*/
@media screen and (max-width: 768px) {
  article .slick-dots {
    bottom: -7.7333333333vw;
  }
  article .slick-dots li {
    box-sizing: border-box;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0;
    border-radius: 2.6666666667vw;
    border: 0.2666666667vw solid #4ca74f;
  }
  article .slick-dots li:nth-child(n+2) {
    margin-left: 4vw;
  }
  article .slick-dots li.slick-active {
    background: #4ca74f;
  }
  article .slick-dots li button {
    display: none !important;
  }
}
/* ============================================================================================== */
/* 全体                                                                                           */
/* ===============================================================================================*/
.cd_sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .cd_pc_only {
    display: none !important;
  }
  .cd_sp_only {
    display: block !important;
  }
  br.cd_sp_only,
  span.cd_sp_only,
  img.cd_sp_only {
    display: inline !important;
  }
  article img {
    max-width: none !important;
  }
}
/* ============================================================================================== */
/* HEADLINE                                                                                       */
/* ===============================================================================================*/
#headline {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#headline .bg {
  width: 100%;
  height: 100%;
  min-width: 1500px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
}
#headline .bg img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
}
#headline .front {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#headline .front h1 {
  padding-top: 50px;
  line-height: 1;
}
#headline .front h1 img {
  position: relative;
  top: 0;
  left: -22px;
}
#headline .front h1 span {
  display: block;
  width: 446px;
  margin-top: 7px;
  background-image: linear-gradient(#898989, #898989), linear-gradient(#898989, #898989);
  background-position: left center, right center;
  background-size: 138px 1px, 138px 1px;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.055em;
  color: #4ca74f;
  font-weight: bold;
  line-height: 1;
}
#headline .front h1 span i {
  color: #e6211a;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #headline {
    height: 40vw;
  }
  #headline .bg {
    min-width: auto;
  }
  #headline .front {
    width: 93.3333333333vw;
  }
  #headline .front h1 {
    padding-top: 4vw;
  }
  #headline .front h1 img {
    width: 65.4666666667vw !important;
    left: -2.9333333333vw;
  }
  #headline .front h1 span {
    display: block;
    width: 59.4666666667vw;
    margin-top: 0.9333333333vw;
    background-image: linear-gradient(#898989, #898989), linear-gradient(#898989, #898989);
    background-position: left center, right center;
    background-size: 18.4vw 1px, 18.4vw 1px;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    font-size: 3.2vw;
  }
}
/* ============================================================================================== */
/* FV                                                                                             */
/* ===============================================================================================*/
#firstview {
  width: 100%;
  overflow: hidden;
}
#firstview .block_item.num01 {
  height: 845px;
  background: #ffffff;
  position: relative;
}
#firstview .block_item.num01 .bg {
  width: 100%;
  height: 100%;
  min-width: 1900px;
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
}
#firstview .block_item.num01 .front {
  width: 1000px;
  margin: 0 auto;
  padding-top: 65px;
  position: relative;
  z-index: 1;
}
#firstview .block_item.num01 .front h2 {
  color: #4ca74f;
  font-size: 48px;
  line-height: 62px;
  font-weight: 800;
}
#firstview .block_item.num01 .front p {
  margin-top: 20px;
  color: #000000;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
#firstview .block_item.num01 .front .join_work {
  margin-top: 20px;
}
#firstview .block_item.num02 {
  background: #c3cf5a;
  position: relative;
  z-index: 2;
}
#firstview .block_item.num02 .inner {
  width: 1000px;
  height: 266px;
  margin: 0 auto;
  position: relative;
}
#firstview .block_item.num02 .inner img {
  position: absolute;
  left: 0;
  bottom: 0;
}
#firstview .block_item.num02 .inner p {
  width: 229px;
  margin-left: auto;
  padding-top: 18px;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  #firstview .block_item.num01 {
    height: 141.6vw;
  }
  #firstview .block_item.num01 .bg {
    min-width: auto;
  }
  #firstview .block_item.num01 .bg img {
    width: 100% !important;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #firstview .block_item.num01 .front {
    width: 93.3333333333vw;
    padding-top: 4vw;
  }
  #firstview .block_item.num01 .front h2 {
    text-align: center;
    font-size: 6.4vw;
    line-height: 8.2666666667vw;
  }
  #firstview .block_item.num01 .front p {
    margin-top: 2.4vw;
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
  #firstview .block_item.num01 .front .join_work {
    margin-top: 3.2vw;
    text-align: center;
  }
  #firstview .block_item.num01 .front .join_work a img {
    width: 68.8vw !important;
  }
  #firstview .block_item.num02 .inner {
    width: 93.3333333333vw;
    height: auto;
    margin: 0 auto;
    padding: 48.2666666667vw 0 8.6666666667vw;
    position: relative;
  }
  #firstview .block_item.num02 .inner img {
    width: 80vw !important;
    transform: translateX(-50%);
    left: 50%;
    bottom: calc(100% + -43.2vw);
  }
  #firstview .block_item.num02 .inner p {
    width: auto;
    margin-left: 0;
    padding-top: 0;
    font-size: 3.2vw;
    line-height: 5.0666666667vw;
  }
}
/* ============================================================================================== */
/* Feature                                                                                        */
/* ===============================================================================================*/
#feature {
  padding: 45px 0 55px;
  background: #4ca74f;
}
#feature .inner {
  width: 1000px;
  margin: 0 auto;
}
#feature .inner h2 {
  text-align: center;
  line-height: 1;
}
#feature .inner h2 img {
  width: 166.24px;
  height: 65.27px;
}
#feature .inner h2 span {
  display: block;
  margin-top: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
}
#feature .inner .list > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
#feature .inner .list > ul > li {
  width: 300px;
}
#feature .inner .list > ul > li:nth-child(n+4) {
  margin-top: 43px;
}
#feature .inner .list > ul > li > .image {
  padding-bottom: 22px;
  line-height: 1;
}
#feature .inner .list > ul > li > .image > img {
  width: 100% !important;
}
#feature .inner .list > ul > li > h3 {
  padding: 9px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
#feature .inner .list > ul > li > p {
  margin-top: 12px;
  color: #f5f7e9;
  font-size: 16px;
  line-height: 26px;
}
#feature .inner .annotation {
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #feature {
    padding: 10vw 0 8.6666666667vw;
  }
  #feature .inner {
    width: 93.3333333333vw;
  }
  #feature .inner h2 img {
    width: 33.2466666667vw;
    height: 13.0546666667vw;
  }
  #feature .inner h2 span {
    margin-top: 3.3333333333vw;
    font-size: 6.4vw;
    line-height: 8vw;
  }
  #feature .inner .list > ul {
    display: block;
    margin-top: 0.8vw;
  }
  #feature .inner .list > ul > li {
    width: auto;
  }
  #feature .inner .list > ul > li:nth-child(1), #feature .inner .list > ul > li:nth-child(2), #feature .inner .list > ul > li:nth-child(3) {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 45.3333333333vw;
    position: relative;
  }
  #feature .inner .list > ul > li:nth-child(1) .image, #feature .inner .list > ul > li:nth-child(2) .image, #feature .inner .list > ul > li:nth-child(3) .image {
    position: absolute;
    left: 0;
    top: 0;
  }
  #feature .inner .list > ul > li:nth-child(1) h3,
  #feature .inner .list > ul > li:nth-child(1) p, #feature .inner .list > ul > li:nth-child(2) h3,
  #feature .inner .list > ul > li:nth-child(2) p, #feature .inner .list > ul > li:nth-child(3) h3,
  #feature .inner .list > ul > li:nth-child(3) p {
    width: 50.6666666667vw;
    margin-left: auto;
  }
  #feature .inner .list > ul > li:nth-child(n+4) {
    margin-top: 0vw;
  }
  #feature .inner .list > ul > li:nth-child(n+2) {
    margin-top: 4vw;
  }
  #feature .inner .list > ul > li:nth-child(4) {
    margin-top: 7.3333333333vw;
  }
  #feature .inner .list > ul > li > .image {
    padding-bottom: 0vw;
  }
  #feature .inner .list > ul > li > .image > img {
    width: 40vw !important;
  }
  #feature .inner .list > ul > li > h3 {
    padding: 1.9333333333vw 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 4.6666666667vw;
    line-height: 6.4vw;
    white-space: nowrap;
  }
  #feature .inner .list > ul > li > p {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #feature .inner .annotation {
    margin-top: 3.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 3.8666666667vw;
  }
}
/* ============================================================================================== */
/* Case                                                                                           */
/* ===============================================================================================*/
#case {
  padding: 45px 0 55px;
  background: #f5f7e9;
}
#case .inner {
  width: 1000px;
  margin: 0 auto;
}
#case .inner h2 {
  text-align: center;
  line-height: 1;
}
#case .inner h2 img {
  width: 166.24px;
  height: 65.27px;
}
#case .inner h2 span {
  display: block;
  margin-top: 15px;
  color: #4ca74f;
  font-size: 34px;
  line-height: 44px;
  font-weight: 800;
}
#case .inner .list {
  margin-top: 35px;
}
#case .inner .list > ul {
  letter-spacing: -0.4em;
}
#case .inner .list > ul > li {
  display: inline-block;
  width: 300px;
  letter-spacing: normal;
  line-height: 1;
  vertical-align: top;
}
#case .inner .list > ul > li:nth-child(n+2) {
  margin-left: 50px;
}
#case .inner .list > ul > li h3 {
  display: block;
  margin-top: 15px;
  color: #4ca74f;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
#case .inner .list > ul > li p {
  margin-top: 10px;
  color: #424242;
  font-size: 16px;
  line-height: 26px;
}
#case .inner .list .slide_ctrl {
  display: none;
}
#case .inner .beacon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 206px;
  margin-top: 25px;
  background: #ffffff;
}
#case .inner .beacon .item {
  line-height: 1;
}
#case .inner .beacon .item.num02 {
  width: 528px;
  margin-left: 12px;
  margin-right: 24px;
  flex-shrink: 0;
}
#case .inner .beacon .item.num02 h3 {
  color: #4ca74f;
  font-size: 22px;
  font-weight: bold;
}
#case .inner .beacon .item.num02 p {
  margin-top: 13px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  #case {
    padding: 10vw 0;
  }
  #case .inner {
    width: 93.3333333333vw;
  }
  #case .inner h2 img {
    width: 33.2466666667vw;
    height: 13.0546666667vw;
  }
  #case .inner h2 span {
    margin-top: 3.3333333333vw;
    font-size: 5.6vw;
    line-height: 7.4666666667vw;
  }
  #case .inner .list {
    margin-top: 4vw;
    position: relative;
  }
  #case .inner .list > ul {
    width: 70vw;
    margin: 0 auto;
  }
  #case .inner .list > ul .slick-list {
    overflow: visible;
  }
  #case .inner .list > ul .slick-list .slick-track > li {
    text-align: center;
    letter-spacing: normal;
    line-height: 1;
    vertical-align: top;
  }
  #case .inner .list > ul .slick-list .slick-track > li img {
    display: inline !important;
    width: 60vw !important;
  }
  #case .inner .list > ul .slick-list .slick-track > li h3 {
    display: block;
    width: 60vw;
    margin: 3.3333333333vw auto 0;
    text-align: left;
    color: #4ca74f;
    font-size: 4.8vw;
    line-height: 6.4vw;
    font-weight: bold;
  }
  #case .inner .list > ul .slick-list .slick-track > li p {
    width: 60vw;
    margin: 1.3333333333vw auto 0;
    text-align: left;
    color: #424242;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #case .inner .list .slide_ctrl {
    display: block;
    width: 93.3333333333vw;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 100;
  }
  #case .inner .list .slide_ctrl img {
    width: 8.5333333333vw !important;
    cursor: pointer;
    position: absolute;
    top: 17.3333333333vw;
  }
  #case .inner .list .slide_ctrl img.slick-disabled {
    display: none !important;
  }
  #case .inner .list .slide_ctrl img.prev {
    left: 0;
  }
  #case .inner .list .slide_ctrl img.next {
    right: 0;
  }
  #case .inner .beacon {
    height: auto;
    margin-top: 12.6666666667vw;
    padding: 6vw 0 6.6666666667vw;
    position: relative;
  }
  #case .inner .beacon .item.num01 {
    position: absolute;
    top: 20.4vw;
    left: 3.8666666667vw;
  }
  #case .inner .beacon .item.num01 img {
    width: 31.0666666667vw !important;
  }
  #case .inner .beacon .item.num02 {
    width: 82.6666666667vw;
    margin: 0 auto;
    flex-shrink: 0;
  }
  #case .inner .beacon .item.num02 h3 {
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
  #case .inner .beacon .item.num02 p {
    margin-top: 34.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
  }
  #case .inner .beacon .item.num03 {
    position: absolute;
    top: 20.4vw;
    left: 37.6vw;
  }
  #case .inner .beacon .item.num03 img {
    width: 46.4vw !important;
  }
}
/* ============================================================================================== */
/* Introduction                                                                                   */
/* ===============================================================================================*/
#introduction {
  background: #e8edcc;
}
#introduction .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 60px;
  position: relative;
}
#introduction .inner .label {
  box-sizing: border-box;
  width: 202px;
  height: 92px;
  padding-top: 11px;
  background-image: url("../../images/hospital/introduction_label_bg.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 27.87px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 0;
}
#introduction .inner h2 {
  text-align: center;
  line-height: 1;
}
#introduction .inner h2 img {
  width: 166.24px;
  height: 65.27px;
}
#introduction .inner h2 span {
  display: block;
  margin-top: 15px;
  color: #4ca74f;
  font-size: 34px;
  line-height: 44px;
  font-weight: 800;
}
#introduction .inner .flow_wrapper {
  margin-top: 17px;
}
#introduction .inner .flow_wrapper .flow {
  padding-left: 123px;
}
#introduction .inner .flow_wrapper .flow .timeline {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 787px;
  height: 62px;
  background-image: url("../../images/hospital/introduction_flow_timeline_bg.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
#introduction .inner .flow_wrapper .flow ul.step_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 753px;
  margin-top: -6px;
  position: relative;
  z-index: 1;
}
#introduction .inner .flow_wrapper .flow ul.step_list > li {
  width: 166px;
  flex-shrink: 0;
}
#introduction .inner .flow_wrapper .flow ul.step_list > li h3 {
  box-sizing: border-box;
  display: block;
  width: 72.79px;
  height: 85.08px;
  margin: 0 auto;
  padding-top: 19px;
  background-image: url("../../images/hospital/introduction_flow_step_bg.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 1;
}
#introduction .inner .flow_wrapper .flow ul.step_list > li h3 i {
  display: block;
  margin-top: 2px;
  font-size: 29px;
  font-style: normal;
}
#introduction .inner .flow_wrapper .flow ul.step_list > li p {
  box-sizing: border-box;
  height: 191px;
  margin-top: -45px;
  background: #ffffff;
  position: relative;
  z-index: 0;
}
#introduction .inner .flow_wrapper .flow ul.step_list > li p span {
  display: block;
  width: 126px;
  margin: 0 auto;
  text-align: center;
  color: #424242;
  font-size: 22px;
  line-height: 26px;
  white-space: nowrap;
}
#introduction .inner .flow_wrapper .flow ul.step_list > li p span:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 10px;
  background-image: linear-gradient(to right, #c4c4c4, #c4c4c4 1px, transparent 1px, transparent);
  background-position: top center;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
#introduction .inner .flow_wrapper .flow ul.step_list > li:nth-child(1) p {
  padding-top: 85px;
}
#introduction .inner .flow_wrapper .flow ul.step_list > li:nth-child(n+2) p {
  padding-top: 55px;
}
#introduction .inner .flow_wrapper .flow ul.step_list > li:nth-child(n+2) p::after {
  content: "";
  width: 12px;
  height: 16.55px;
  margin: 0 auto;
  background-image: url("../../images/hospital/introduction_flow_arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 83px;
  right: calc(100% + 8px);
}

@media screen and (max-width: 768px) {
  #introduction .inner {
    width: auto;
    padding: 20vw 0 9.3333333333vw;
  }
  #introduction .inner .label {
    width: 34.9333333333vw;
    height: 15.9466666667vw;
    padding-top: 2vw;
    font-size: 3.8666666667vw;
    line-height: 4.8306666667vw;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
  }
  #introduction .inner h2 img {
    width: 33.2466666667vw;
    height: 13.0546666667vw;
  }
  #introduction .inner h2 span {
    margin-top: 3.3333333333vw;
    font-size: 5.6vw;
    line-height: 7.4666666667vw;
  }
  #introduction .inner .flow_wrapper {
    margin-top: 5.3333333333vw;
    overflow: auto;
  }
  #introduction .inner .flow_wrapper .flow {
    display: inline-block;
    padding-left: 9.6vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 5.3333333333vw;
  }
  #introduction .inner .flow_wrapper .flow .timeline {
    width: 136.4133333333vw;
    height: 10.7466666667vw;
    font-size: 4.1333333333vw;
    line-height: 5.5466666667vw;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list {
    width: 130.52vw;
    margin-top: -1.04vw;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list > li {
    width: 28.7733333333vw;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list > li h3 {
    width: 12.6169333333vw;
    height: 14.7472vw;
    padding-top: 3.2933333333vw;
    font-size: 2.08vw;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list > li h3 i {
    margin-top: 0.3466666667vw;
    font-size: 5.0266666667vw;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list > li p {
    height: 33.1066666667vw;
    margin-top: -7.8vw;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list > li p span {
    width: 21.84vw;
    font-size: 3.8133333333vw;
    line-height: 4.5066666667vw;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list > li p span:nth-child(n+2) {
    margin-top: 2.6vw;
    padding-top: 1.7333333333vw;
    background-image: linear-gradient(to right, #c4c4c4, #c4c4c4 1px, transparent 1px, transparent);
    background-size: 3px 1px;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list > li:nth-child(1) p {
    padding-top: 14.7333333333vw;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list > li:nth-child(n+2) p {
    padding-top: 9.5333333333vw;
  }
  #introduction .inner .flow_wrapper .flow ul.step_list > li:nth-child(n+2) p::after {
    width: 2.08vw;
    height: 2.8686666667vw;
    top: 14.3866666667vw;
    right: calc(100% + 1.3866666667vw);
  }
}
/* ============================================================================================== */
/* Voice                                                                                          */
/* ===============================================================================================*/
#voice {
  background: #c3cf5a;
  padding: 55px 0 45px;
}
#voice .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#voice .inner .headline {
  line-height: 1;
}
#voice .inner .headline h2 {
  box-sizing: border-box;
  display: block;
  width: 530px;
  height: 250px;
  padding-left: 44px;
  background: #4ca74f;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#voice .inner .headline h2 span {
  display: block;
}
#voice .inner .headline h2 span:nth-child(1) {
  padding-top: 38px;
  color: #6db770;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 2.04px;
}
#voice .inner .headline h2 span:nth-child(2) {
  margin-top: 26px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 2.04px;
}
#voice .inner .headline h2 span:nth-child(3) {
  margin-top: 17px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
#voice .inner .headline .image {
  padding-top: 11px;
  position: relative;
  z-index: 0;
}
#voice .inner .content {
  width: 800px;
  margin: 23px auto 0;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  #voice {
    padding: 8.9333333333vw 0 7.3333333333vw;
  }
  #voice .inner {
    width: 93.3333333333vw;
  }
  #voice .inner .headline h2 {
    width: 93.3333333333vw;
    height: 44vw;
    padding-left: 4.5333333333vw;
    position: static;
  }
  #voice .inner .headline h2 span:nth-child(1) {
    padding-top: 5.0666666667vw;
    font-size: 6.8vw;
    letter-spacing: 0.408vw;
  }
  #voice .inner .headline h2 span:nth-child(2) {
    margin-top: 5.0666666667vw;
    font-size: 6.8vw;
    letter-spacing: 0.408vw;
  }
  #voice .inner .headline h2 span:nth-child(3) {
    margin-top: 4vw;
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
  #voice .inner .headline .image {
    padding-top: 0vw;
  }
  #voice .inner .headline .image img {
    width: 93.3333333333vw !important;
  }
  #voice .inner .content {
    width: auto;
    margin: 3.0666666667vw auto 0;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
}

/*# sourceMappingURL=index.css.map */
