/* CSS Document */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

div, a, img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  -webkit-backface-visibility: hidden;
}

img.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  img.pc {
    display: block;
  }
}

.schedule_pad {
  padding: 30px 10px 20px;
}

@media screen and (min-width: 768px) {
  .schedule_pad {
    padding: 30px;
  }
}

img.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  img.sp {
    display: none;
  }
}

.title_box_img h1 {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.title_box_img h1 span {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

@media screen and (min-width: 768px) {
  .title_box_img h1 {
    padding-left: 50px;
  }
}

.container-section {
  padding-bottom: 70px;
}

.container-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container-1000 {
    padding: 0 5%;
  }
}

@media screen and (min-width: 1000px) {
  .container-1000 {
    padding: 0;
  }
}

.container-1000-text {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .container-1000-text {
    padding: 0;
  }
}

.container-left-imageonly {
  width: 100%;
  padding: 0 0 25px;
}

@media screen and (min-width: 768px) {
  .container-left-imageonly {
    width: 80%;
    padding: 0 0 25px;
  }
}

@media screen and (min-width: 1000px) {
  .container-left-imageonly {
    width: auto;
    max-height: 550px;
  }
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .container-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 5%;
  }
}

@media screen and (min-width: 1000px) {
  .container-flex {
    padding-left: calc((100vw - 1000px) / 2);
  }
}

.container-flex-text {
  width: 100%;
  padding: 0 15px 25px;
}

@media screen and (min-width: 768px) {
  .container-flex-text {
    padding: 0 0 25px;
    width: calc(60% - 30px);
  }
}

.container-flex-text-100 {
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .container-flex-text-100 {
    padding: 0;
  }
}

.container-flex-image {
  width: 60%;
  padding: 0 15px 25px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container-flex-image {
    margin: 0;
    padding: 0 0 25px;
    width: 40%;
  }
}

.container-flexn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .container-flexn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.container-flexn-text {
  width: 100%;
  padding: 0 15px 25px;
}

@media screen and (min-width: 768px) {
  .container-flexn-text {
    padding: 0 0 25px;
    width: calc(60% - 30px);
  }
}

.container-flexn-text-100 {
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .container-flexn-text-100 {
    padding: 0;
  }
}

.container-flexn-image {
  width: 60%;
  padding: 0 15px 25px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container-flexn-image {
    margin: 0;
    padding: 0 0 25px;
    width: 40%;
  }
}

.section-title {
  font-size: 4vw;
  letter-spacing: 1px;
  color: #2e3d83;
  position: relative;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.section-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  background: #ff93ac;
  margin-top: 10px;
  margin-left: 0%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .section-title:after {
    margin-top: 25px;
  }
}

.section-text {
  padding: 0 0 25px;
  margin: 0;
  font-size: 3.5vw;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .section-text {
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #2e3d83;
    font-size: 18px;
    line-height: 150%;
  }
}

.section-image {
  width: 60%;
  margin: 0 auto;
  padding: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .section-image {
    width: 80%;
  }
}

.sdgs-fv {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sdgs-fv .fvimage {
  width: 100%;
  max-height: 800px;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .sdgs-fv .fvimage {
    width: 80%;
  }
}

.sdgs-fv .fvimage img {
  max-height: 800px;
}

.sdgs-fv .fvtext01, .sdgs-fv .fvtext02 {
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
  padding: 2rem 0;
  padding-bottom: 0;
  padding-right: 5rem;
}

@media screen and (min-width: 768px) {
  .sdgs-fv .fvtext01, .sdgs-fv .fvtext02 {
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 50%;
    padding-right: 2rem;
  }
}

.sdgs-fv .fvtext01-flex, .sdgs-fv .fvtext02-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2rem;
  padding-top: 0;
}

.sdgs-fv .fvtext01-flex .line, .sdgs-fv .fvtext02-flex .line {
  width: 50%;
  height: 1px;
  border-top: 1px solid #fa77ac;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .sdgs-fv .fvtext01-flex .line, .sdgs-fv .fvtext02-flex .line {
    width: 80%;
  }
}

.sdgs-fv .fvtext01-flex h2, .sdgs-fv .fvtext01-flex p, .sdgs-fv .fvtext02-flex h2, .sdgs-fv .fvtext02-flex p {
  margin: 0;
}

.sdgs-fv .fvtext02 {
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 104, 139, 0.3)), color-stop(50%, #ff688b), to(#ff688b));
  background: linear-gradient(to bottom, rgba(255, 104, 139, 0.3) 0%, #ff688b 50%, #ff688b 100%);
  bottom: 0;
}

.sdgs-fv .fvtext02-flex {
  padding: 2rem;
}

.sdgs-fv .fvtext02-flex-text {
  color: #fff;
  font-size: 5vw;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .sdgs-fv .fvtext02-flex-text {
    font-size: 3rem;
  }
}

.hanawith-headtitle {
  max-width: 1000px;
  margin: 50px auto;
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.hanawith-headtitle img {
  width: 50%;
  margin: 0 auto;
}

.hanawith-headtitle:before {
  content: "";
  top: 0;
  right: 0;
  width: 60%;
  height: 2px;
  background: #fa77ac;
  position: absolute;
}

.interview-intro-text-p {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sdgs-logo {
  margin: 20px auto;
  max-width: 150px;
}

@media screen and (min-width: 768px) {
  .sdgs-logo {
    margin: 0 auto;
    margin-right: 0;
    max-width: 250px;
  }
}

.sdgs-title {
  max-width: 1064px;
  width: 95%;
  margin: 0 auto;
  text-align: right;
  padding: 0 1rem;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sdgs-title {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    position: relative;
    z-index: 3;
  }
}

.sdgs-main {
  width: 100%;
  color: #2e3d83;
}

.sdgs-main-title {
  width: 95%;
  text-align: left;
  border-bottom: solid 1px #2e3d83;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .sdgs-main-title {
    padding-top: 0;
  }
}

.sdgs-main-title-text {
  font-size: 4vw;
  letter-spacing: 2px;
  color: #2e3d83;
}

@media screen and (min-width: 768px) {
  .sdgs-main-title-text {
    font-size: 2rem;
  }
}

.sdgs-main-block {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .sdgs-main-block {
    font-size: 3.5vw;
    padding: 10px 0 30px;
  }
}

.sdgs-main-block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .sdgs-main-block-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sdgs-main-block-flex2 {
  width: 97.5%;
  margin: 20px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sdgs-main-block p {
  margin-bottom: 0.5rem;
}

.sdgs-icon {
  min-width: 50px;
}

@media screen and (min-width: 768px) {
  .sdgs-icon {
    min-width: 80px;
  }
}

.sdgs-icon-txtbox {
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .sdgs-icon-txtbox {
    padding-left: 15px;
  }
}

.sdgs-only-text {
  font-size: 3.5vw;
}

@media screen and (min-width: 768px) {
  .sdgs-only-text {
    font-size: 100%;
  }
}

.hanawith-link {
  width: 100%;
  background: #ff688b;
  margin: 30px 0;
}

.hanawith-link-btn {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hanawith-link-btn:hover {
  opacity: 0.5;
}

.hanawith-link-btn img {
  line-height: 0;
}

.hanawith-link-btn-image {
  width: 45%;
  line-height: 0;
}

.hanawith-link-btn-text {
  padding: 4vw;
  width: 55%;
}

@media screen and (min-width: 768px) {
  .hanawith-link-btn-text {
    padding: 30px;
  }
}

.hanawith-link-btn-text2 {
  padding: 4vw;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .hanawith-link-btn-text2 {
    padding: 30px;
  }
}

.litalico {
  color: #478031;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .litalico {
    padding: 0;
  }
}

.litalico-block {
  border: 3px solid #478031;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .litalico-block {
    padding: 30px;
  }
}

.litalico-block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .litalico-block-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.litalico-block-flex .comment {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .litalico-block-flex .comment {
    width: 75%;
  }
}

.litalico-block-flex .photo {
  width: 40%;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .litalico-block-flex .photo {
    width: 22%;
    margin-top: 0;
  }
}

.litalico-block-text {
  margin: 0;
  font-size: 3.5vw;
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .litalico-block-text {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 200%;
  }
}

.litalico-link {
  margin-top: 30px;
}

.section-human-about-textinnner-wide {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section-human-about-textinnner-wide {
    width: 40vw;
  }
}
/*# sourceMappingURL=style20210701.css.map */