@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#mainv {
  position: relative;
  height: 740px;
  background-color: #324b28;
}
#mainv .slick-list,
#mainv .slick-track,
#mainv .slick-slide,
#mainv .slick-slide > div {
  width: 100%;
  height: 100%;
}
#mainv .slider-box {
  display: none;
}
#mainv .slider-box.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
#mainv .demo_mv:after, #mainv .demo_mv::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  pointer-events: none;
  width: 282px;
  height: 490px;
  bottom: 0;
  background-image: url(../images/common/image-lungs.png);
  background-size: 100% auto;
  background-position: center;
}
#mainv .demo_mv:after {
  right: calc(50% + 18vw);
}
#mainv .demo_mv:before {
  left: calc(50% + 18vw);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#mainv .image-box {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
#mainv .image-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
#mainv .image-box .image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
#mainv .image-box .image.image01 {
  background-image: url(../images/home/mainv/image/image01.jpg);
}
#mainv .image-box .image.image02 {
  background-image: url(../images/home/mainv/image/image02.jpg);
}
#mainv .image-box .image.image03 {
  background-image: url(../images/home/mainv/image/image03.jpg);
}
#mainv .image-box .image.image04 {
  background-image: url(../images/home/mainv/image/image04.jpg);
}
#mainv .image-box .image.image05 {
  background-image: url(../images/home/mainv/image/image05.jpg);
}
#mainv .catch-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 11em;
  color: #fff;
  text-align: center;
}
#mainv .catch-text h1 {
  margin-bottom: 10px;
}
#mainv .catch-text h1 span {
  display: block;
}
#mainv .catch-text h1 .ja {
  font-size: 162.75%;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
#mainv .catch-text h1 .ja > span {
  font-size: 200%;
}
#mainv .catch-text h1 .en {
  font-size: 112.5%;
  font-family: "Bitter", serif;
  font-weight: 300;
  line-height: 1.4;
}
#mainv .catch-text p {
  font-family: "Shippori Mincho", serif;
  font-size: 187.5%;
  font-weight: 700;
  line-height: 1.7;
}

#home-message .message-inner {
  background: url(../images/home/image-message.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 95px 0 110px;
  margin-bottom: 118px;
}
#home-message .container-inner {
  display: flex;
  align-items: center;
}
#home-message .container-inner .image-box {
  line-height: 1;
}
#home-message .container-inner .image-box img {
  border-radius: 10px;
}
#home-message .container-inner .text-box {
  color: #fff;
  padding-left: 50px;
}
#home-message .container-inner .text-box em {
  display: inline-block;
  font-size: 187.5%;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.75;
}
#home-message .container-inner .text-box .sign {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  padding: 23px 0 50px;
  font-size: 112.5%;
}
#home-message .container-inner .text-box .sign span {
  font-size: 133.33%;
  font-weight: 700;
  margin-left: 5px;
}

#home-news {
  padding: 80px 0;
  margin-bottom: 0;
}
#home-news .title-level01 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
#home-news .news-list dd {
  padding-left: 0;
}
#home-news #as-info {
  max-height: 395px;
  overflow: auto;
}

#home-overview {
  overflow: hidden;
}
#home-overview .title-level01 {
  margin-bottom: 30px;
}
#home-overview .overview-list {
  width: min(1280px, 100%);
  margin: auto;
}
#home-overview .overview-list li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px;
  position: relative;
}
#home-overview .overview-list li::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.6;
  width: 298px;
  height: 520px;
  left: -50px;
  top: 0;
  background-image: url(../images/common/image-lungs02.png);
}
#home-overview .overview-list li:nth-child(2n+1) {
  flex-direction: row-reverse;
}
#home-overview .overview-list li:nth-child(2n+1)::before {
  left: auto;
  right: -50px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#home-overview .overview-list li:last-child {
  padding-bottom: 125px;
}
#home-overview .overview-list .image-box {
  width: min(720px, 100%);
  line-height: 1;
}
#home-overview .overview-list .text-box {
  width: min(400px, 100%);
  text-align: center;
}
#home-overview .overview-list .text-box .title-level01 {
  text-align: center;
}
#home-overview .overview-list .text-box .title-level01 .ja {
  margin: 0 auto 15px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

#home-recruit .recruit-inner {
  background-color: #324b28;
  display: flex;
  justify-content: flex-end;
  height: 640px;
}
#home-recruit .image-box {
  width: calc(50% + 110px);
  background: url(../images/home/image-recruit01.jpg) no-repeat center/cover;
  padding-bottom: 50px;
  padding: 35px 0;
  box-sizing: border-box;
  position: relative;
}
#home-recruit .text-box {
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
}
#home-recruit .text-box .title-level01 {
  color: #fff;
}
#home-recruit .text-box .title-level01 .ja {
  line-height: 1.5;
}
#home-recruit .text-box .title-level01 .en {
  color: #fff;
}
#home-recruit .text-box a:hover {
  background-color: #324b28;
  filter: alpha(opacity=60);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8,9 */
  -moz-opacity: 0.6;
  /* FF , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
}
#home-recruit .text-box .text {
  width: 265px;
  color: #fff;
  line-height: 1.8;
}

#home-staff {
  padding-top: 40px;
  height: 750px;
  background-image: url(../images/home/image-staff01.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
}
#home-staff .staff-inner {
  padding-bottom: 40px;
  padding-left: 50px;
}
#home-staff .title-level01 {
  display: inline-block;
  text-align: center;
  padding-left: 60px;
  margin-bottom: 15px;
}
#home-staff .title-level01 .ja {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@media all and (min-width: 751px) {
  /* MAINV */
}
@media only screen and (max-width: 750px) {
  #mainv {
    height: 600px;
  }
  #mainv .deco_mv:after, #mainv .deco_mv::before {
    width: 130px;
    height: 225px;
  }
  #mainv .deco_mv::before {
    left: calc(50% + 30vw);
  }
  #mainv .deco_mv:after {
    right: calc(50% + 30vw);
  }
  #mainv .image-box .image.image01 {
    background-image: url(../images/home/mainv/image/image01_sp.jpg);
  }
  #mainv .image-box .image.image02 {
    background-image: url(../images/home/mainv/image/image02_sp.jpg);
  }
  #mainv .image-box .image.image03 {
    background-image: url(../images/home/mainv/image/image03_sp.jpg);
  }
  #mainv .image-box .image.image04 {
    background-image: url(../images/home/mainv/image/image04_sp.jpg);
  }
  #mainv .image-box .image.image05 {
    background-image: url(../images/home/mainv/image/image05_sp.jpg);
  }
  #mainv .catch-text {
    width: 100%;
    transform: translate(-50%, 0%);
    top: 135px;
    bottom: auto;
  }
  #mainv .catch-text h1 {
    margin-bottom: 10px;
  }
  #mainv .catch-text h1 span {
    display: block;
  }
  #mainv .catch-text h1 .ja {
    font-size: 125%;
    margin-bottom: 10px;
  }
  #mainv .catch-text h1 .ja > span {
    font-size: 235%;
    line-height: 1.3;
  }
  #mainv .catch-text h1 .en {
    font-size: 100%;
  }
  #mainv .catch-text p {
    font-family: "Shippori Mincho", serif;
    font-size: 168.75%;
    font-weight: 700;
    line-height: 1.7;
  }
  #home-message .message-inner {
    padding: 73px 15px 35px;
    margin-bottom: 20px;
    background-image: url(../images/home/image-message_sp.jpg);
    background-position: left 65% top;
  }
  #home-message .container-inner {
    display: flex;
    align-items: center;
    padding: 0;
  }
  #home-message .container-inner .image-box {
    line-height: 1;
  }
  #home-message .container-inner .image-box img {
    border-radius: 10px;
  }
  #home-message .container-inner .text-box {
    padding-left: 25px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7), 0 0 0.7em rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 48px;
  }
  #home-message .container-inner .text-box em {
    font-size: 200%;
  }
  #home-message .container-inner .text-box .sign {
    padding: 0px;
    font-size: 112.5%;
  }
  #home-message .container-inner .text-box .sign span {
    font-size: 133.33%;
  }
  #home-overview .container-inner > .title-level01 {
    margin-bottom: 23px;
  }
  #home-overview .overview-list {
    width: auto;
    margin: auto;
  }
  #home-overview .overview-list li {
    flex-direction: column-reverse !important;
    padding-bottom: 60px;
    gap: 32px;
  }
  #home-overview .overview-list li::before {
    bottom: 0;
    top: auto;
    width: 168px;
    height: 280px;
  }
  #home-overview .overview-list li::after {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
    width: 168px;
    height: 280px;
    left: -50px;
    bottom: 0;
    background-image: url(../images/common/image-lungs02.png);
  }
  #home-overview .overview-list li:nth-child(2n)::before {
    left: auto;
    right: -50px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  #home-overview .overview-list li:last-child {
    padding-bottom: 58px;
  }
  #home-overview .overview-list .image-box {
    width: min(670px, 100%);
    line-height: 1;
  }
  #home-overview .overview-list .text-box {
    width: auto;
    padding-left: 0;
    text-align: center;
  }
  #home-overview .overview-list .text-box .title-level01 {
    margin-bottom: 20px;
  }
  #home-overview .overview-list .text-box .title-level01 .ja {
    margin-bottom: 10px;
  }
  #home-overview .overview-list .text-box .title-level01 .en {
    font-size: 87.5%;
  }
  #home-overview .overview-list .text-box .btn-type01 a {
    width: 158px;
    font-size: 75%;
  }
  #home-overview .overview-list .text-box .text {
    margin-bottom: 45px;
  }
  #home-recruit .recruit-inner {
    flex-direction: column;
    height: auto;
    gap: 0;
    background: rgba(0, 0, 0, 0);
  }
  #home-recruit .image-box {
    width: auto;
    padding-bottom: 50px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    background: none;
  }
  #home-recruit .text-box {
    text-align: center;
    width: auto;
    gap: 12px;
    align-items: center;
    padding: 30px 0;
    background-color: #324b28;
  }
  #home-recruit .text-box .title-level01 {
    color: #fff;
  }
  #home-recruit .text-box .title-level01 .ja {
    line-height: 1.5;
    margin-bottom: 0;
  }
  #home-recruit .text-box .title-level01 .en {
    color: #fff;
  }
  #home-recruit .text-box .btn-type01 a {
    width: 158px;
    font-size: 75%;
  }
  #home-recruit .text-box .text {
    width: auto;
  }
  #home-news {
    padding: 38px 0;
  }
  #home-news .title-level01 {
    flex-direction: column;
  }
  #home-news .title-level01 .ja {
    margin-bottom: 0;
    font-size: 250%;
    line-height: 1;
    margin-top: 16px;
  }
  #home-news .news-box {
    padding: 0px;
    flex-direction: column;
    gap: 0px;
  }
  #home-news #as-info {
    max-height: 395px;
    overflow: auto;
  }
  #home-news .btn-type01 {
    margin-top: 40px;
  }
  #home-news .news-list dt .time {
    font-size: 112.5%;
  }
  #home-staff {
    background: rgba(0, 0, 0, 0);
    height: auto;
    padding-top: 250px;
    position: relative;
  }
  #home-staff .staff-inner {
    padding: 0;
    height: auto;
    mask-image: none;
    background: none;
  }
  #home-staff .title-level01 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    line-height: 1;
  }
  #home-staff .title-level01 .ja {
    margin-bottom: 0;
    writing-mode: vertical-rl;
  }
  #home-staff .title-level01 .en {
    font-size: 87.5%;
  }
  #home-staff .image-box {
    margin: -60px -20px 0;
    line-height: 0;
  }
  #home-staff .text-box {
    width: 100%;
    z-index: 1;
    margin: 30px auto;
    text-align: center;
    padding: 0 10px;
  }
  #home-staff .text-box a:hover {
    background-color: #324b28;
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
  }
  #home-staff .text-box .text {
    margin: 20px -10px;
    text-shadow: none;
  }
}
