@charset "UTF-8";
.titleContainer {
  background-image: url(../images/nurture-policy/nurture1/main.jpg); }
  @media screen and (max-width: 769px) {
    .titleContainer {
      background-image: url(../images/nurture-policy/nurture1/sp/main.jpg); } }

.outlineContainer .h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 700;
  line-height: inherit; }
  @media screen and (max-width: 769px) {
    .outlineContainer .h2 {
      font-size: 6.11111vw; } }
  .outlineContainer .h2 small {
    font-size: 14px;
    display: block;
    letter-spacing: 0.245em;
    padding-top: 1.2em; }
    @media screen and (max-width: 769px) {
      .outlineContainer .h2 small {
        font-size: 3.33333vw; } }
  @media screen and (max-width: 769px) {
    .outlineContainer .h2 {
      line-height: 1.54545;
      margin-right: -0.5em;
      margin-left: -0.5em; }
      .outlineContainer .h2 small {
        padding-top: 0.8em; } }

.block01 {
  margin-bottom: 10px; }
  @media screen and (max-width: 769px) {
    .block01 {
      margin-top: 9.16667vw;
      margin-bottom: 8.33333vw; } }
  .block01 .innerContainer {
    padding-top: 70px;
    max-width: 800px; }
    @media screen and (max-width: 769px) {
      .block01 .innerContainer {
        margin: 0;
        padding: 11.11111vw 0 0; } }
    .block01 .innerContainer .list {
      margin-bottom: -5.5%; }
      @media screen and (max-width: 769px) {
        .block01 .innerContainer .list {
          margin-bottom: -5.55556vw; } }
      .block01 .innerContainer .list:after {
        content: " ";
        display: table;
        clear: both; }
      .block01 .innerContainer .list li {
        background: #f0f0f0;
        border-radius: 10px;
        display: block;
        width: 31.25%;
        height: 130px;
        float: left;
        margin-right: 3.125%;
        margin-bottom: 5.5%; }
        .block01 .innerContainer .list li:nth-of-type(3n) {
          margin-right: 0; }
        @media screen and (max-width: 769px) {
          .block01 .innerContainer .list li {
            width: 49.03226%;
            height: 16.66667vw;
            margin-right: 0;
            margin-bottom: 5.55556vw; }
            .block01 .innerContainer .list li:nth-of-type(2n) {
              float: right; } }
        .block01 .innerContainer .list li:hover, .block01 .innerContainer .list li.current {
          background: #298948; }
          .block01 .innerContainer .list li:hover span, .block01 .innerContainer .list li:hover a, .block01 .innerContainer .list li.current span, .block01 .innerContainer .list li.current a {
            color: #fff; }
        .block01 .innerContainer .list li > span, .block01 .innerContainer .list li a {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-weight: 700;
          font-size: 16px;
          letter-spacing: 0.05em;
          line-height: 1.66667;
          height: 130px;
          padding-top: 1em; }
          @media screen and (max-width: 769px) {
            .block01 .innerContainer .list li > span, .block01 .innerContainer .list li a {
              padding-top: 0.5em;
              height: 16.66667vw;
              font-size: 2.33333vw;
              letter-spacing: 0; } }
          .block01 .innerContainer .list li > span .num, .block01 .innerContainer .list li a .num {
            position: absolute;
            display: block;
            top: 0;
            left: 50%;
            background: #fff;
            border-radius: 100%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            width: 56px;
            height: 56px;
            line-height: 56px;
            font-size: 28px;
            color: #298948; }
            @media screen and (max-width: 769px) {
              .block01 .innerContainer .list li > span .num, .block01 .innerContainer .list li a .num {
                width: 6.66667vw;
                height: 6.66667vw;
                line-height: 6.66667vw;
                font-size: 3.88889vw; } }

.block02 {
  padding-top: 40px;
  position: relative; }
  @media screen and (max-width: 769px) {
    .block02 {
      padding-top: 8.33333vw; } }
  .block02 .sp-only {
    display: none; }
    @media screen and (max-width: 769px) {
      .block02 .sp-only {
        display: block; } }
  .block02 .pc-only {
    display: block; }
    @media screen and (max-width: 769px) {
      .block02 .pc-only {
        display: none; } }
  .block02 .h3 {
    line-height: 1.75; }
    .block02 .h3 small {
      display: inline-block;
      padding-top: 0; }
      @media screen and (max-width: 769px) {
        .block02 .h3 small {
          display: block; } }
  .block02 #tabContents {
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 769px) {
      .block02 #tabContents {
        position: relative; } }
    .block02 #tabContents #js-tab-slider {
      margin-top: 40px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      white-space: nowrap; }
      @media screen and (max-width: 769px) {
        .block02 #tabContents #js-tab-slider {
          width: 66.66667vw;
          margin: 0 auto;
          display: block; } }
      .block02 #tabContents #js-tab-slider .tit {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
        text-align: center;
        background: #fff;
        color: #999999;
        height: 40px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        @media screen and (max-width: 769px) {
          .block02 #tabContents #js-tab-slider .tit {
            display: block;
            background: #298948;
            font-size: 3.88889vw;
            color: #fff;
            font-weight: 700;
            line-height: 8.88889vw;
            width: 66.66667vw;
            height: 8.88889vw;
            margin: 6.11111vw auto;
            padding: 0; } }
        .block02 #tabContents #js-tab-slider .tit.active {
          background: #298948;
          color: #fff; }
          .block02 #tabContents #js-tab-slider .tit.active:after {
            content: none; }
        .block02 #tabContents #js-tab-slider .tit:hover {
          cursor: pointer;
          background: #298948;
          color: #fff; }
          .block02 #tabContents #js-tab-slider .tit:hover:after {
            content: none; }
        .block02 #tabContents #js-tab-slider .tit:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 60%;
          display: inline-block;
          right: 0;
          top: 20%;
          background: #f0f0f0; }
          @media screen and (max-width: 769px) {
            .block02 #tabContents #js-tab-slider .tit:after {
              content: none; } }
        .block02 #tabContents #js-tab-slider .tit:last-child:after {
          content: none; }
      .block02 #tabContents #js-tab-slider .slick-dots {
        display: none; }
        @media screen and (max-width: 769px) {
          .block02 #tabContents #js-tab-slider .slick-dots {
            position: absolute;
            top: 9vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -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 (max-width: 769px) {
          .block02 #tabContents #js-tab-slider .slick-dots li {
            display: block;
            width: 10px;
            height: 4px;
            margin: 0 3px;
            background: rgba(45, 62, 67, 0.35); } }
        .block02 #tabContents #js-tab-slider .slick-dots li.slick-active {
          background: #298948; }
        .block02 #tabContents #js-tab-slider .slick-dots button {
          display: none; }
    .block02 #tabContents input:focus {
      outline: 0; }
    .block02 #tabContents #js-nav {
      position: absolute;
      z-index: 10;
      top: 6.11111vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      height: 8.88889vw; }
      .block02 #tabContents #js-nav .slick-next,
      .block02 #tabContents #js-nav .slick-prev {
        position: absolute;
        background-color: rgba(41, 137, 72, 0.7);
        height: 8.88889vw;
        width: 8.88889vw; }
        @media screen and (max-width: 769px) {
          .block02 #tabContents #js-nav .slick-next:before,
          .block02 #tabContents #js-nav .slick-prev:before {
            display: none; } }
        .block02 #tabContents #js-nav .slick-next:after,
        .block02 #tabContents #js-nav .slick-prev:after {
          position: absolute;
          content: "";
          background: url(../images/common/arw.svg) center center no-repeat;
          display: block;
          height: 3.88889vw;
          left: 50%;
          top: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          position: absolute;
          width: 3.88889vw; }
      .block02 #tabContents #js-nav .slick-next {
        right: 0; }
      .block02 #tabContents #js-nav .slick-prev {
        left: 0; }
        .block02 #tabContents #js-nav .slick-prev:after {
          -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
          transform: translateY(-50%) translateX(-50%) rotate(180deg); }
  .block02 #js-slider {
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 769px) {
      .block02 #js-slider {
        margin-top: 5.55556vw; } }
    .block02 #js-slider p.bgWhite95 {
      max-width: 1000px;
      margin: -60px auto 45px;
      line-height: 1.83333;
      color: #525252;
      padding: 40px 100px; }
      @media screen and (max-width: 769px) {
        .block02 #js-slider p.bgWhite95 {
          font-size: 3.33333vw;
          line-height: 1.83333;
          color: #525252;
          margin: -8.88889vw auto 5.55556vw;
          padding: 5.7vw;
          width: 86.11111vw; } }
  .block02 .btn-modal {
    display: none; }
    @media screen and (max-width: 769px) {
      .block02 .btn-modal {
        font-size: 3.33333vw;
        max-width: 86.11111vw;
        border: 1px solid #298948;
        height: 8.88889vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 4.44444vw;
        margin: 5.55556vw auto 5.55556vw; } }

.toggleArea {
  display: block; }
  @media screen and (max-width: 769px) {
    .toggleArea {
      display: none; } }

.modalArea {
  display: none; }
  @media screen and (max-width: 769px) {
    .modalArea {
      display: block; } }

.toggleArea,
.modalArea {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #298948;
  border-radius: 27px;
  position: relative;
  cursor: pointer;
  padding: 26px 40px 20px;
  margin: -25px auto 47px;
  height: 70px;
  max-width: 1000px;
  background: #fff; }
  .toggleArea:before,
  .modalArea:before {
    -webkit-transition: all .4s;
    transition: all .4s;
    content: '';
    display: block;
    position: absolute;
    left: 577px;
    top: 0;
    -webkit-transform: translateY(-98.5%);
    transform: translateY(-98.5%);
    width: 24px;
    height: 42px;
    background: url(../images/nurture-policy/nurture/balloon.svg) left top no-repeat;
    background-size: contain; }
  @media screen and (max-width: 769px) {
    .toggleArea,
    .modalArea {
      position: fixed;
      top: 15vh;
      left: 50%;
      z-index: -1;
      overflow-y: scroll;
      overflow-x: hidden;
      opacity: 0;
      margin: 0;
      padding: 5.55556vw 5.55556vw 0;
      width: 86.11111vw;
      height: 80vh !important;
      max-width: inherit;
      border: 0;
      border-radius: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #fff;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; } }
  .toggleArea .menuBtn,
  .modalArea .menuBtn {
    color: #298948;
    cursor: pointer;
    height: 56px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    font-family: 'Secular One', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    z-index: 99; }
    .toggleArea .menuBtn .menuIcon,
    .modalArea .menuBtn .menuIcon {
      position: relative;
      height: 31px;
      margin-top: 5px;
      width: 32px; }
      @media screen and (max-width: 769px) {
        .toggleArea .menuBtn .menuIcon,
        .modalArea .menuBtn .menuIcon {
          display: none; } }
      .toggleArea .menuBtn .menuIcon span,
      .modalArea .menuBtn .menuIcon span {
        opacity: 0;
        background: #298948;
        display: inline-block;
        height: 2px;
        position: absolute;
        -webkit-transition: all .4s;
        transition: all .4s;
        width: 100%; }
        .toggleArea .menuBtn .menuIcon span:nth-of-type(1),
        .modalArea .menuBtn .menuIcon span:nth-of-type(1) {
          top: 0; }
        .toggleArea .menuBtn .menuIcon span:nth-of-type(2),
        .modalArea .menuBtn .menuIcon span:nth-of-type(2) {
          top: 8px; }
        .toggleArea .menuBtn .menuIcon span:nth-of-type(3),
        .modalArea .menuBtn .menuIcon span:nth-of-type(3) {
          top: 16px; }
      .toggleArea .menuBtn .menuIcon::after,
      .modalArea .menuBtn .menuIcon::after {
        content: "open";
        position: absolute;
        bottom: 50%;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        text-align: center;
        width: 100%; }
    @media screen and (max-width: 769px) {
      .toggleArea .menuBtn,
      .modalArea .menuBtn {
        height: 11.11111vw;
        right: 5.55556vw;
        top: 2.77778vw;
        width: 11.11111vw; }
        .toggleArea .menuBtn .menuIcon,
        .modalArea .menuBtn .menuIcon {
          height: 5vw;
          margin-top: 0;
          width: 6.66667vw; }
          .toggleArea .menuBtn .menuIcon span,
          .modalArea .menuBtn .menuIcon span {
            height: 0.55556vw;
            position: absolute; }
            .toggleArea .menuBtn .menuIcon span:nth-of-type(1),
            .modalArea .menuBtn .menuIcon span:nth-of-type(1) {
              top: 0.55556vw; }
            .toggleArea .menuBtn .menuIcon span:nth-of-type(2),
            .modalArea .menuBtn .menuIcon span:nth-of-type(2) {
              top: 2.22222vw; }
            .toggleArea .menuBtn .menuIcon span:nth-of-type(3),
            .modalArea .menuBtn .menuIcon span:nth-of-type(3) {
              top: 3.88889vw; }
          .toggleArea .menuBtn .menuIcon::after,
          .modalArea .menuBtn .menuIcon::after {
            font-size: 3.05556vw;
            bottom: 100%; } }
  .toggleArea .inner,
  .modalArea .inner {
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 769px) {
      .toggleArea .inner,
      .modalArea .inner {
        opacity: 1;
        height: 100%; } }
  .toggleArea.active,
  .modalArea.active {
    height: auto; }
    @media screen and (max-width: 769px) {
      .toggleArea.active,
      .modalArea.active {
        opacity: 1;
        z-index: 1000; } }
    .toggleArea.active .inner,
    .modalArea.active .inner {
      opacity: 1;
      height: auto; }
    .toggleArea.active .menuIcon span,
    .modalArea.active .menuIcon span {
      opacity: 1;
      width: 20px; }
      .toggleArea.active .menuIcon span:nth-of-type(1),
      .modalArea.active .menuIcon span:nth-of-type(1) {
        -webkit-transform: translateY(8px) translateX(5px) rotate(-45deg);
        transform: translateY(8px) translateX(5px) rotate(-45deg); }
      .toggleArea.active .menuIcon span:nth-of-type(2),
      .modalArea.active .menuIcon span:nth-of-type(2) {
        opacity: 0; }
      .toggleArea.active .menuIcon span:nth-of-type(3),
      .modalArea.active .menuIcon span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) translateX(5px) rotate(45deg);
        transform: translateY(-8px) translateX(5px) rotate(45deg); }
    .toggleArea.active .menuIcon::after,
    .modalArea.active .menuIcon::after {
      content: "close";
      bottom: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      @media screen and (max-width: 769px) {
        .toggleArea.active .menuIcon::after,
        .modalArea.active .menuIcon::after {
          bottom: -80%;
          left: -10%; } }
    @media screen and (max-width: 769px) {
      .toggleArea.active .menuIcon span,
      .modalArea.active .menuIcon span {
        width: 5.55556vw; }
        .toggleArea.active .menuIcon span:nth-of-type(1),
        .modalArea.active .menuIcon span:nth-of-type(1) {
          -webkit-transform: translateY(8px) translateX(5px) rotate(-45deg);
          transform: translateY(1.5vw) translateX(0.5vw) rotate(-45deg); }
        .toggleArea.active .menuIcon span:nth-of-type(3),
        .modalArea.active .menuIcon span:nth-of-type(3) {
          -webkit-transform: translateY(-8px) translateX(5px) rotate(45deg);
          transform: translateY(-2vw) translateX(0.5vw) rotate(45deg); } }

.toggleArea,
.modalArea {
  letter-spacing: 0.05em; }
  .toggleArea .tit,
  .modalArea .tit {
    font-size: 16px;
    font-weight: 700;
    color: #298948;
    margin-bottom: 1.5em;
    text-align: left; }
    @media screen and (max-width: 769px) {
      .toggleArea .tit,
      .modalArea .tit {
        font-size: 3.88889vw; } }
    @media screen and (max-width: 769px) {
      .toggleArea .tit,
      .modalArea .tit {
        font-size: 4.16667vw;
        letter-spacing: 0.05em;
        margin-right: -1em; } }
  .toggleArea .inner,
  .modalArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 769px) {
      .toggleArea .inner,
      .modalArea .inner {
        display: block; } }
    .toggleArea .inner > .column,
    .modalArea .inner > .column {
      width: 50%; }
      @media screen and (max-width: 769px) {
        .toggleArea .inner > .column,
        .modalArea .inner > .column {
          width: auto; } }
      .toggleArea .inner > .column:nth-of-type(1),
      .modalArea .inner > .column:nth-of-type(1) {
        border-right: 1px dashed #efefef;
        padding-right: 40px; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column:nth-of-type(1),
          .modalArea .inner > .column:nth-of-type(1) {
            border: none;
            padding-right: 0;
            padding-bottom: 8.33333vw;
            border-bottom: 1px dashed #efefef;
            margin-bottom: 8.33333vw; } }
      .toggleArea .inner > .column:nth-of-type(2),
      .modalArea .inner > .column:nth-of-type(2) {
        padding-left: 40px; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column:nth-of-type(2),
          .modalArea .inner > .column:nth-of-type(2) {
            padding-left: 0; } }
      .toggleArea .inner > .column .arw,
      .modalArea .inner > .column .arw {
        width: 18px;
        height: auto;
        display: block;
        margin: 1em 0; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column .arw,
          .modalArea .inner > .column .arw {
            margin-left: 8.33333vw; } }
      .toggleArea .inner > .column .columnTit,
      .modalArea .inner > .column .columnTit {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 1em; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column .columnTit,
          .modalArea .inner > .column .columnTit {
            font-size: 3.88889vw; } }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column .columnTit:before,
          .modalArea .inner > .column .columnTit:before {
            content: "●"; } }
      .toggleArea .inner > .column .stit,
      .modalArea .inner > .column .stit {
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 0.8em; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column .stit,
          .modalArea .inner > .column .stit {
            font-size: 3.88889vw; } }
      .toggleArea .inner > .column p,
      .modalArea .inner > .column p {
        font-size: 14px;
        line-height: 2; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column p,
          .modalArea .inner > .column p {
            font-size: 3.88889vw; } }
      .toggleArea .inner > .column ul li, .toggleArea .inner > .column ol li,
      .modalArea .inner > .column ul li,
      .modalArea .inner > .column ol li {
        font-size: 14px;
        line-height: 2; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column ul li, .toggleArea .inner > .column ol li,
          .modalArea .inner > .column ul li,
          .modalArea .inner > .column ol li {
            font-size: 3.88889vw; } }
      .toggleArea .inner > .column .box,
      .modalArea .inner > .column .box {
        background: #efefef;
        border-radius: 10px;
        padding: 15px;
        margin-top: 1.5em; }
        .toggleArea .inner > .column .box p,
        .modalArea .inner > .column .box p {
          font-size: 12px;
          line-height: 1.83333; }
          @media screen and (max-width: 769px) {
            .toggleArea .inner > .column .box p,
            .modalArea .inner > .column .box p {
              font-size: 3.33333vw; } }
      .toggleArea .inner > .column .column01,
      .modalArea .inner > .column .column01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 1em; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column .column01,
          .modalArea .inner > .column .column01 {
            display: block; } }
        .toggleArea .inner > .column .column01 .pic01,
        .modalArea .inner > .column .column01 .pic01 {
          width: 215px; }
          @media screen and (max-width: 769px) {
            .toggleArea .inner > .column .column01 .pic01,
            .modalArea .inner > .column .column01 .pic01 {
              width: auto;
              display: block;
              margin-bottom: 5.55556vw; }
              .toggleArea .inner > .column .column01 .pic01 img,
              .modalArea .inner > .column .column01 .pic01 img {
                width: 59.72222vw; } }
        .toggleArea .inner > .column .column01 div em,
        .modalArea .inner > .column .column01 div em {
          display: block;
          border: 1px solid #efefef;
          border-radius: 8px;
          padding: 0.5em 1em;
          font-style: normal;
          font-size: 14px;
          line-height: 1.71429;
          margin-top: 0.5em; }
          @media screen and (max-width: 769px) {
            .toggleArea .inner > .column .column01 div em,
            .modalArea .inner > .column .column01 div em {
              font-size: 3.88889vw; } }
      .toggleArea .inner > .column .column02,
      .modalArea .inner > .column .column02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column .column02,
          .modalArea .inner > .column .column02 {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
        .toggleArea .inner > .column .column02 .pic02,
        .modalArea .inner > .column .column02 .pic02 {
          width: 64px;
          height: auto;
          margin: 0 1em 0 0; }
          @media screen and (max-width: 769px) {
            .toggleArea .inner > .column .column02 .pic02,
            .modalArea .inner > .column .column02 .pic02 {
              width: 17.77778vw; }
              .toggleArea .inner > .column .column02 .pic02 img,
              .modalArea .inner > .column .column02 .pic02 img {
                width: 17.77778vw; } }
      .toggleArea .inner > .column .column03,
      .modalArea .inner > .column .column03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 19px; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column .column03,
          .modalArea .inner > .column .column03 {
            display: block; } }
        .toggleArea .inner > .column .column03 .pic03,
        .modalArea .inner > .column .column03 .pic03 {
          width: 73px;
          margin-right: 35px; }
          @media screen and (max-width: 769px) {
            .toggleArea .inner > .column .column03 .pic03,
            .modalArea .inner > .column .column03 .pic03 {
              display: block;
              width: 20.27778vw;
              margin: 0 auto 4.16667vw; } }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column .column03 .stit,
          .modalArea .inner > .column .column03 .stit {
            text-align: center; } }
        .toggleArea .inner > .column .column03 div,
        .modalArea .inner > .column .column03 div {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .toggleArea .inner > .column .column04,
      .modalArea .inner > .column .column04 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 769px) {
          .toggleArea .inner > .column .column04,
          .modalArea .inner > .column .column04 {
            display: block;
            text-align: center; } }
        .toggleArea .inner > .column .column04 ul,
        .modalArea .inner > .column .column04 ul {
          width: 50%; }
          @media screen and (max-width: 769px) {
            .toggleArea .inner > .column .column04 ul,
            .modalArea .inner > .column .column04 ul {
              width: auto;
              margin-bottom: 1em; } }
          .toggleArea .inner > .column .column04 ul li,
          .modalArea .inner > .column .column04 ul li {
            font-weight: 700; }
        .toggleArea .inner > .column .column04 div,
        .modalArea .inner > .column .column04 div {
          width: 50%; }
          @media screen and (max-width: 769px) {
            .toggleArea .inner > .column .column04 div,
            .modalArea .inner > .column .column04 div {
              width: auto; } }
          .toggleArea .inner > .column .column04 div strong,
          .modalArea .inner > .column .column04 div strong {
            font-size: 12px;
            color: #298948;
            font-weight: 700;
            display: block;
            margin-top: 1em; }
            @media screen and (max-width: 769px) {
              .toggleArea .inner > .column .column04 div strong,
              .modalArea .inner > .column .column04 div strong {
                font-size: 3.33333vw; } }

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.65); }
  .overlay.active {
    display: block; }
  .overlay:before {
    content: '';
    display: block;
    position: absolute;
    right: 5.55556vw;
    top: 7vh;
    width: 8.61111vw;
    height: 8.61111vw;
    background: url(../images/nurture-policy/nurture1/ico_close01.png) left top no-repeat;
    background-size: contain;
    z-index: 1000; }
  @media screen and (min-width: 770px) {
    .overlay {
      display: none !important; } }

@media screen and (max-width: 769px) {
  .block03 {
    padding-top: 5.55556vw; } }

.block03:after {
  content: " ";
  display: table;
  clear: both; }

.block03 .btn {
  max-width: 490px; }
  @media screen and (max-width: 769px) {
    .block03 .btn {
      color: #3E3735;
      max-width: inherit;
      margin-bottom: 10px;
      padding-left: 2.77778vw;
      padding-right: 2.77778vw;
      font-size: 3.33333vw;
      min-height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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 (max-width: 769px) {
    .block03 .btn:after {
      width: 8px;
      height: 8px;
      top: 10px; } }
  @media screen and (max-width: 769px) {
    .block03 .btn:before {
      content: none; } }
  .block03 .btn.right {
    float: right;
    margin-right: 50px; }
    @media screen and (max-width: 769px) {
      .block03 .btn.right {
        margin-right: 0; }
        .block03 .btn.right:after {
          left: auto;
          right: 1em; } }
  @media screen and (max-width: 769px) {
    .block03 .btn:hover {
      background: #fff; } }
  .block03 .btn.left {
    float: left;
    margin-left: 50px; }
    @media screen and (max-width: 769px) {
      .block03 .btn.left {
        margin-left: 0; } }
    .block03 .btn.left:before {
      right: auto;
      left: -4em; }
    .block03 .btn.left:after {
      right: auto;
      left: -4em;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
      @media screen and (max-width: 769px) {
        .block03 .btn.left:after {
          left: 1em; } }
    .block03 .btn.left span:after {
      right: auto;
      left: -3px; }
  @media screen and (max-width: 769px) {
    .block03 .btn span {
      color: #298948; } }
  @media screen and (max-width: 769px) {
    .block03 .btn span:after {
      content: none; } }
  .block03 .btn .sp-only-inline {
    display: none; }
    @media screen and (max-width: 769px) {
      .block03 .btn .sp-only-inline {
        display: inline; } }
  .block03 .btn .pc-only-inline {
    display: inline; }
    @media screen and (max-width: 769px) {
      .block03 .btn .pc-only-inline {
        display: none; } }

.moreLinks {
  margin-top: 8.33333vw; }

.titleContainer {
  background-image: url(../images/nurture-policy/nurture5/main.jpg); }
  @media screen and (max-width: 769px) {
    .titleContainer {
      background-image: url(../images/nurture-policy/nurture5/sp/main.jpg); } }

/* スライダーをなくした後のスタイル 240824 */
.tabContents_anchor {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  @media screen and (max-width: 769px) {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
.tabContents_anchor > * {
  width: 100%;
  @media screen and (max-width: 769px) {
    margin-bottom: 15px;
  }
}
.tabContents_anchor a {
  display: grid;
  place-items: center;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  color: #298948;
  text-align: center;
}
.tabContents_anchor a:hover {
  background: #298948;
  color: #fff;
}

.contents{
  padding-top: 50px;
}

.contents_tit {
  display: grid;
  place-items: center;
  height: 40px;
  padding: 0 10px;
  background: #298948;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
/* スライダーをなくした後のスタイル ここまで */