@charset "UTF-8";
.display-none {
  display: none !important; }

@media screen and (max-width: 320px) {
  .display-none-sss {
    display: none !important; } }
@media screen and (max-width: 480px) {
  .display-none-ss {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .display-none-s {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .display-none-l {
    display: none !important; } }
@media screen and (min-width: 1300px) {
  .display-none-ll {
    display: none !important; } }
@media screen and (max-width: 1000px) {
  .display-none-m {
    display: none !important; } }
#wakakusaryo {
  /* 共通 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', sans-serif;
  font-size: 15px;
  color: #4d4543;
  /* header */
  /* footer */
  /* not_found */ }
  @media screen and (min-width: 769px) {
    #wakakusaryo {
      min-width: 1000px; } }
  @media screen and (max-width: 768px) {
    #wakakusaryo {
      -webkit-text-size-adjust: 100%;
      font-size: 13px; } }
  #wakakusaryo *:focus {
    outline: none; }
  #wakakusaryo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    pointer-events: none; }
  #wakakusaryo a {
    color: #4d4543;
    display: block;
    text-decoration: none;
    transition: all .2s; }
    #wakakusaryo a:hover {
      opacity: 0.8; }
  @media screen and (max-width: 768px) {
    #wakakusaryo .pc_only {
      display: none !important; } }
  @media screen and (min-width: 769px) {
    #wakakusaryo .sp_only {
      display: none !important; } }
  #wakakusaryo .wrapper {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #wakakusaryo .wrapper {
        width: 90%; } }
  #wakakusaryo .ttl_box1 {
    text-align: center;
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo .ttl_box1 {
        margin-bottom: 30px; } }
    #wakakusaryo .ttl_box1 h2 {
      font-size: 26px;
      font-weight: bold;
      line-height: 34px;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .ttl_box1 h2 {
          font-size: 16px;
          line-height: 22px; } }
      #wakakusaryo .ttl_box1 h2:after {
        content: "";
        width: 45px;
        height: 34px;
        background: url(../images/ttl_icon.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        left: -60px;
        pointer-events: none; }
        @media screen and (max-width: 768px) {
          #wakakusaryo .ttl_box1 h2:after {
            width: 30px;
            height: 23px;
            left: -40px; } }
    #wakakusaryo .ttl_box1 p {
      font-size: 20px;
      font-weight: bold;
      color: #84e496;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .ttl_box1 p {
          font-size: 10px;
          margin-top: 10px; } }
  #wakakusaryo .ttl_box2 {
    height: 170px;
    background: url(../images/ttl_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 768px) {
      #wakakusaryo .ttl_box2 {
        height: auto;
        padding: 20px 0 65px;
        background-image: url(../images/ttl_bg_sp.jpg); } }
    #wakakusaryo .ttl_box2 h2 {
      width: 100%;
      font-size: 28px;
      font-weight: bold;
      line-height: 38px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .ttl_box2 h2 {
          font-size: 18px;
          line-height: 28px; } }
    #wakakusaryo .ttl_box2 p {
      width: 100%;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .ttl_box2 p {
          font-size: 14px;
          margin-top: 5px; } }
  #wakakusaryo .ttl_box3 {
    padding-bottom: 15px;
    border-bottom: 1px #4d4543 solid;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo .ttl_box3 {
        padding-bottom: 10px;
        margin-bottom: 20px; } }
    #wakakusaryo .ttl_box3:before {
      content: "";
      width: 45px;
      height: 34px;
      background: url(../images/ttl_icon.png) no-repeat;
      background-size: 100%;
      display: block;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .ttl_box3:before {
          width: 30px;
          height: 23px;
          margin-right: 10px; } }
    #wakakusaryo .ttl_box3 h3 {
      font-size: 26px;
      font-weight: bold;
      margin-right: 30px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .ttl_box3 h3 {
          font-size: 16px;
          line-height: 18px;
          margin-right: 10px; } }
    #wakakusaryo .ttl_box3 p {
      font-size: 20px;
      font-weight: bold;
      color: #84e496; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .ttl_box3 p {
          font-size: 12px;
          line-height: 14px; } }
  #wakakusaryo .btn {
    width: 240px;
    padding: 18px 0;
    background: #ff931e url(../images/arrow01.png) no-repeat;
    background-size: 8px;
    background-position: right 30px center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 768px) {
      #wakakusaryo .btn {
        width: 200px;
        padding: 14px 0;
        background-size: 6px;
        background-position: right 20px center;
        font-size: 12px; } }
    #wakakusaryo .btn.type2 {
      width: 500px;
      padding: 25px 0;
      background-position: right 80px center;
      border-radius: 20px;
      font-size: 20px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .btn.type2 {
          width: 100%;
          max-width: 250px;
          padding: 18px 0;
          background-position: right 20px center;
          border-radius: 10px;
          font-size: 14px; } }
  #wakakusaryo .news_list {
    display: flex;
    flex-wrap: wrap; }
    #wakakusaryo .news_list li {
      width: 23.95%;
      background-color: #fff;
      border-radius: 10px;
      margin: 30px 1.4% 0 0;
      overflow: hidden; }
      @media screen and (min-width: 769px) {
        #wakakusaryo .news_list li:nth-child(-n+4) {
          margin-top: 0; }
        #wakakusaryo .news_list li:nth-child(4n) {
          margin-right: 0; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo .news_list li {
          width: 48.5%;
          border-radius: 5px;
          margin: 15px 3% 0 0; }
          #wakakusaryo .news_list li:nth-child(-n+2) {
            margin-top: 0; }
          #wakakusaryo .news_list li:nth-child(2n) {
            margin-right: 0; } }
      #wakakusaryo .news_list li .img_box {
        position: relative; }
        #wakakusaryo .news_list li .img_box .category {
          width: 120px;
          padding: 8px 0;
          border-radius: 0 0 10px 0;
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          color: #fff;
          position: absolute;
          top: 0;
          left: 0; }
          @media screen and (max-width: 768px) {
            #wakakusaryo .news_list li .img_box .category {
              width: 80px;
              padding: 5px 0;
              border-radius: 0 0 5px 0;
              font-size: 10px; } }
          #wakakusaryo .news_list li .img_box .category.type_info {
            background-color: #ff968d; }
          #wakakusaryo .news_list li .img_box .category.type_donate {
            background-color: #ffd637; }
          #wakakusaryo .news_list li .img_box .category.type_recruit {
            background-color: #6fc7e2; }
      #wakakusaryo .news_list li .text_box {
        padding: 20px;
        line-height: 26px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo .news_list li .text_box {
            padding: 10px;
            line-height: 18px; } }
        #wakakusaryo .news_list li .text_box h3, #wakakusaryo .news_list li .text_box h4, #wakakusaryo .news_list li .text_box > p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        #wakakusaryo .news_list li .text_box > div {
          padding-bottom: 10px;
          border-bottom: 2px #84e496 solid;
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo .news_list li .text_box > div {
              padding-bottom: 5px;
              border-bottom-width: 1px;
              margin-bottom: 5px; } }
          #wakakusaryo .news_list li .text_box > div .date {
            font-size: 12px;
            font-weight: bold;
            line-height: 100%;
            margin-bottom: 10px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo .news_list li .text_box > div .date {
                font-size: 10px;
                margin-bottom: 5px; } }
          #wakakusaryo .news_list li .text_box > div h3, #wakakusaryo .news_list li .text_box > div h4 {
            font-size: 16px;
            font-weight: bold;
            -webkit-line-clamp: 2; }
            @media screen and (max-width: 768px) {
              #wakakusaryo .news_list li .text_box > div h3, #wakakusaryo .news_list li .text_box > div h4 {
                font-size: 12px; } }
        #wakakusaryo .news_list li .text_box > p {
          -webkit-line-clamp: 4; }
          @media screen and (max-width: 768px) {
            #wakakusaryo .news_list li .text_box > p {
              font-size: 10px; } }
  #wakakusaryo .interview_list {
    padding: 95px 0 65px;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      #wakakusaryo .interview_list {
        padding: 50px 30px 30px;
        box-sizing: border-box; } }
    #wakakusaryo .interview_list:after {
      content: "";
      width: 115%;
      height: 100%;
      background-color: rgba(132, 228, 150, 0.25);
      border-radius: 10px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      pointer-events: none;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .interview_list:after {
          width: 100%;
          border-radius: 5px; } }
    #wakakusaryo .interview_list h3 {
      width: 910px;
      padding: 88px 0 68px;
      background: url(../images/recruit/interview/ttl_bg01.png) no-repeat;
      background-size: 100% 100%;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      position: absolute;
      top: -95px;
      right: 0;
      left: 0;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .interview_list h3 {
          width: 100%;
          padding: 43px 0 33px;
          background-size: auto 100%;
          background-position: center;
          font-size: 14px;
          top: -48px; } }
    #wakakusaryo .interview_list > p {
      font-weight: bold;
      text-align: center;
      margin: 5px 0 20px; }
      @media screen and (min-width: 769px) {
        #wakakusaryo .interview_list > p {
          display: none; } }
    #wakakusaryo .interview_list ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .interview_list ul {
          display: block; } }
      #wakakusaryo .interview_list ul li {
        width: 30%; }
        @media screen and (max-width: 768px) {
          #wakakusaryo .interview_list ul li {
            width: 100%;
            margin-bottom: 30px; }
            #wakakusaryo .interview_list ul li:last-child {
              margin: 0; } }
        #wakakusaryo .interview_list ul li h4 {
          font-size: 24px;
          font-weight: bold;
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: center;
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo .interview_list ul li h4 {
              font-size: 16px;
              margin-bottom: 10px; } }
          #wakakusaryo .interview_list ul li h4:before {
            content: "";
            width: 45px;
            height: 34px;
            background: url(../images/ttl_icon.png) no-repeat;
            background-size: 100%;
            display: block;
            margin-right: 15px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo .interview_list ul li h4:before {
                width: 30px;
                height: 23px;
                margin-right: 10px; } }
          #wakakusaryo .interview_list ul li h4 > span {
            font-size: 20px;
            margin-left: 5px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo .interview_list ul li h4 > span {
                font-size: 14px;
                margin-left: 3px; } }
          #wakakusaryo .interview_list ul li h4 ruby {
            display: inline-block;
            position: relative; }
            #wakakusaryo .interview_list ul li h4 ruby span {
              font-size: 10px;
              white-space: nowrap;
              letter-spacing: 0.1em;
              display: block;
              position: absolute;
              top: -15px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
        #wakakusaryo .interview_list ul li .img_box {
          border-radius: 50%;
          overflow: hidden;
          margin-bottom: 35px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo .interview_list ul li .img_box {
              width: 180px;
              margin: 0 auto 20px; } }
        #wakakusaryo .interview_list ul li .text_box {
          background-color: #4d4543;
          border: 1px #4d4543 solid;
          border-radius: 10px;
          text-align: center;
          position: relative; }
          @media screen and (max-width: 768px) {
            #wakakusaryo .interview_list ul li .text_box {
              border-radius: 5px; } }
          #wakakusaryo .interview_list ul li .text_box:after {
            content: "";
            width: 24px;
            height: 16px;
            border-right: 12px transparent solid;
            border-bottom: 16px #4d4543 solid;
            border-left: 12px transparent solid;
            box-sizing: border-box;
            position: absolute;
            top: -17px;
            left: 60px;
            pointer-events: none; }
          #wakakusaryo .interview_list ul li .text_box p {
            padding: 14px 0;
            font-size: 16px;
            color: #fff; }
            @media screen and (max-width: 768px) {
              #wakakusaryo .interview_list ul li .text_box p {
                padding: 11px 0;
                font-size: 12px; } }
            #wakakusaryo .interview_list ul li .text_box p span {
              margin-right: 5px; }
            #wakakusaryo .interview_list ul li .text_box p .big {
              font-size: 22px; }
              @media screen and (max-width: 768px) {
                #wakakusaryo .interview_list ul li .text_box p .big {
                  font-size: 18px; } }
            #wakakusaryo .interview_list ul li .text_box p .small {
              font-size: 14px; }
              @media screen and (max-width: 768px) {
                #wakakusaryo .interview_list ul li .text_box p .small {
                  font-size: 10px; } }
    #wakakusaryo .interview_list .btn {
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .interview_list .btn {
          margin-top: 25px; } }
  #wakakusaryo .interview_link {
    padding: 40px 0 55px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo .interview_link {
        padding: 35px 0 15px; } }
    #wakakusaryo .interview_link:after {
      background: url(../images/recruit/interview/link_bg01.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom; }
    #wakakusaryo .interview_link > div {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #wakakusaryo .interview_link > div {
          justify-content: center; } }
      #wakakusaryo .interview_link > div > img {
        width: 500px;
        margin-left: -35px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo .interview_link > div > img {
            width: 35%;
            margin: 0 2% 0 0; } }
      #wakakusaryo .interview_link > div .text_box {
        width: 520px;
        padding: 70px 0 80px;
        background: url(../images/recruit/interview/link_bg02.png) no-repeat;
        background-size: 100% 100%; }
        @media screen and (max-width: 768px) {
          #wakakusaryo .interview_link > div .text_box {
            width: 190px;
            padding: 22px 0 25px; } }
        #wakakusaryo .interview_link > div .text_box p {
          font-size: 36px;
          font-weight: bold;
          line-height: 74px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            #wakakusaryo .interview_link > div .text_box p {
              font-size: 14px;
              line-height: 34px; } }
          #wakakusaryo .interview_link > div .text_box p span {
            background: linear-gradient(transparent 60%, #c2f2cb 60%);
            line-height: 54px;
            color: #ee869a;
            display: inline-block;
            margin-right: 5px;
            position: relative; }
            @media screen and (max-width: 768px) {
              #wakakusaryo .interview_link > div .text_box p span {
                line-height: 20px; } }
            #wakakusaryo .interview_link > div .text_box p span:after {
              content: "";
              width: 100%;
              height: 25px;
              background: url(../images/recruit/interview/link_icon.png) no-repeat;
              background-size: auto 100%;
              background-position: center;
              position: absolute;
              top: -20px;
              left: 0; }
              @media screen and (max-width: 768px) {
                #wakakusaryo .interview_link > div .text_box p span:after {
                  height: 12px;
                  top: -12px; } }
        #wakakusaryo .interview_link > div .text_box .btn {
          width: 400px;
          background-position: right 30px center;
          margin-top: 30px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo .interview_link > div .text_box .btn {
              width: 80%;
              padding: 10px 0;
              background-size: 4px;
              background-position: right 10px center;
              font-size: 10px;
              margin-top: 5px; } }
  #wakakusaryo .modal {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
    @media screen and (min-width: 769px) {
      #wakakusaryo .modal {
        min-width: 1000px; } }
    #wakakusaryo .modal .img_box {
      width: 100%;
      height: 70%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        #wakakusaryo .modal .img_box {
          width: 91%;
          height: auto;
          margin: 0 auto; } }
      #wakakusaryo .modal .img_box img {
        width: auto;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        background-color: #fff;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #wakakusaryo .modal .img_box img {
            width: 100%;
            height: auto;
            padding: 5px; } }
    #wakakusaryo .modal .close_btn {
      width: 50px;
      font-size: 50px;
      text-align: center;
      color: #fff;
      position: absolute;
      top: -50px;
      cursor: pointer; }
      @media screen and (min-width: 769px) {
        #wakakusaryo .modal .close_btn {
          left: 80%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media screen and (max-width: 768px) {
        #wakakusaryo .modal .close_btn {
          width: 40px;
          font-size: 40px;
          top: -45px;
          right: 0; } }
    #wakakusaryo .modal .overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  #wakakusaryo #bread {
    padding: 14px 0; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #bread {
        padding: 6px 0; } }
    #wakakusaryo #bread ul {
      display: flex;
      flex-wrap: wrap; }
      #wakakusaryo #bread ul li {
        font-size: 12px;
        color: #4d4d4d;
        display: flex; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #bread ul li {
            margin: 3px 0; } }
        #wakakusaryo #bread ul li:after {
          content: ">";
          color: #84e496;
          display: block;
          margin: 0 10px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #bread ul li:after {
              margin: 0 5px; } }
        #wakakusaryo #bread ul li a {
          color: #999; }
        #wakakusaryo #bread ul li:last-child:after {
          display: none; }
  #wakakusaryo header {
    border-top: 10px #84e496 solid;
    border-bottom: 2px #84e496 solid; }
    @media screen and (max-width: 768px) {
      #wakakusaryo header {
        border-top-width: 5px; } }
    #wakakusaryo header .wrapper {
      height: 100px;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #wakakusaryo header .wrapper {
          height: 70px; } }
      #wakakusaryo header .wrapper h1 {
        width: 250px;
        margin-left: -90px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo header .wrapper h1 {
            width: 180px;
            margin: 0 auto; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo header .wrapper nav {
          display: none;
          width: 100%;
          height: calc(100vh - 77px);
          box-sizing: border-box;
          background-color: #84e496;
          position: absolute;
          top: 77px;
          left: 0;
          z-index: 999;
          overflow: scroll; } }
      #wakakusaryo header .wrapper nav ul:nth-child(1) {
        display: flex; }
        @media screen and (max-width: 768px) {
          #wakakusaryo header .wrapper nav ul:nth-child(1) {
            padding: 0 4.5%;
            background-color: #fff;
            display: block; } }
        #wakakusaryo header .wrapper nav ul:nth-child(1) li {
          margin-right: 50px;
          position: relative; }
          @media screen and (max-width: 768px) {
            #wakakusaryo header .wrapper nav ul:nth-child(1) li {
              border-bottom: 1px #84e496 solid;
              margin: 0; } }
          #wakakusaryo header .wrapper nav ul:nth-child(1) li:last-child {
            margin: 0; }
            @media screen and (max-width: 768px) {
              #wakakusaryo header .wrapper nav ul:nth-child(1) li:last-child {
                border: none; } }
          @media screen and (max-width: 768px) {
            #wakakusaryo header .wrapper nav ul:nth-child(1) li a {
              height: 100px;
              padding: 0 15px;
              background: url(../images/arrow02.png) no-repeat;
              background-size: 8px;
              background-position: right 20px center;
              display: flex;
              align-items: center;
              align-content: center; } }
          #wakakusaryo header .wrapper nav ul:nth-child(1) li a img {
            width: 40px;
            margin: 0 auto 5px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo header .wrapper nav ul:nth-child(1) li a img {
                width: 40px;
                margin: 0 20px 0 0; } }
          #wakakusaryo header .wrapper nav ul:nth-child(1) li a p {
            font-size: 14px;
            line-height: 20px;
            text-align: center; }
            @media screen and (max-width: 768px) {
              #wakakusaryo header .wrapper nav ul:nth-child(1) li a p {
                font-size: 16px;
                font-weight: bold;
                line-height: 100%; }
                #wakakusaryo header .wrapper nav ul:nth-child(1) li a p br {
                  display: none; } }
          #wakakusaryo header .wrapper nav ul:nth-child(1) li > span {
            width: 48px;
            height: 100px;
            background: #fff url(../images/arrow04.png) no-repeat;
            background-size: auto 8px;
            background-position: center;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 9; }
            #wakakusaryo header .wrapper nav ul:nth-child(1) li > span.active {
              transform: scale(1, -1); }
          #wakakusaryo header .wrapper nav ul:nth-child(1) li > ul {
            display: none;
            width: 150px;
            padding: 10px 0 0; }
            @media screen and (min-width: 769px) {
              #wakakusaryo header .wrapper nav ul:nth-child(1) li > ul {
                position: absolute;
                top: 75px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                z-index: 99; } }
            @media screen and (max-width: 768px) {
              #wakakusaryo header .wrapper nav ul:nth-child(1) li > ul {
                width: 100%;
                padding: 0; } }
            #wakakusaryo header .wrapper nav ul:nth-child(1) li > ul li {
              background-color: #4d4543;
              border-bottom: 1px #fff solid;
              margin: 0; }
              #wakakusaryo header .wrapper nav ul:nth-child(1) li > ul li:last-child {
                border: none; }
              #wakakusaryo header .wrapper nav ul:nth-child(1) li > ul li a {
                padding: 15px 0;
                font-size: 12px;
                line-height: 18px;
                text-align: center;
                white-space: nowrap;
                color: #fff; }
                @media screen and (max-width: 768px) {
                  #wakakusaryo header .wrapper nav ul:nth-child(1) li > ul li a {
                    height: 60px;
                    padding: 0 15px;
                    font-size: 14px;
                    font-weight: bold;
                    text-align: left; } }
          #wakakusaryo header .wrapper nav ul:nth-child(1) li.active > a {
            color: #84e496; }
      #wakakusaryo header .wrapper nav ul:nth-child(2) {
        padding: 40px 13.5%; }
        @media screen and (min-width: 769px) {
          #wakakusaryo header .wrapper nav ul:nth-child(2) {
            display: none; } }
        #wakakusaryo header .wrapper nav ul:nth-child(2) li {
          font-weight: bold;
          margin-bottom: 25px; }
          #wakakusaryo header .wrapper nav ul:nth-child(2) li:last-child {
            margin: 0; }
      #wakakusaryo header .wrapper .menu_btn {
        width: 30px;
        height: 24px;
        position: absolute;
        top: 28px;
        right: 6%; }
        @media screen and (min-width: 769px) {
          #wakakusaryo header .wrapper .menu_btn {
            display: none; } }
        #wakakusaryo header .wrapper .menu_btn span {
          width: 100%;
          height: 2px;
          background-color: #84e496;
          position: absolute;
          left: 0;
          transition: all .2s; }
          #wakakusaryo header .wrapper .menu_btn span:nth-of-type(1) {
            top: 0; }
          #wakakusaryo header .wrapper .menu_btn span:nth-of-type(2) {
            top: 11px; }
          #wakakusaryo header .wrapper .menu_btn span:nth-of-type(3) {
            bottom: 0; }
        #wakakusaryo header .wrapper .menu_btn.active span:nth-of-type(1) {
          -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg); }
        #wakakusaryo header .wrapper .menu_btn.active span:nth-of-type(2) {
          opacity: 0; }
        #wakakusaryo header .wrapper .menu_btn.active span:nth-of-type(3) {
          -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg); }
  #wakakusaryo.overflow {
    overflow: hidden; }
  #wakakusaryo footer:before {
    content: "";
    width: 100%;
    height: 170px;
    background: url(../images/footer_pc.png) no-repeat;
    background-size: auto 90px;
    background-position: bottom 35px center;
    border-bottom: 4px #84e496 solid;
    box-sizing: border-box;
    display: block; }
    @media screen and (max-width: 768px) {
      #wakakusaryo footer:before {
        height: 125px;
        background-image: url(../images/footer_sp.png);
        background-size: auto 45px;
        background-position: bottom 15px center;
        border-bottom-width: 2px; } }
  #wakakusaryo footer > div {
    height: 140px;
    display: flex;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 768px) {
      #wakakusaryo footer > div {
        height: auto;
        padding-top: 15px;
        display: block; } }
    #wakakusaryo footer > div h1 {
      width: 300px;
      margin-right: 60px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo footer > div h1 {
          width: 250px;
          padding-right: 70px;
          box-sizing: border-box;
          margin: 0 auto 20px; } }
    @media screen and (min-width: 769px) {
      #wakakusaryo footer > div p {
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      #wakakusaryo footer > div p {
        text-align: center; } }
  #wakakusaryo footer nav {
    padding: 63px 0;
    background-color: #f7f5ef; }
    @media screen and (max-width: 768px) {
      #wakakusaryo footer nav {
        display: none; } }
    #wakakusaryo footer nav ul {
      display: flex;
      justify-content: space-between; }
      #wakakusaryo footer nav ul li {
        font-size: 14px; }
  #wakakusaryo footer > p {
    padding: 19px 0;
    font-size: 12px;
    text-align: center;
    color: #a19d91; }
    @media screen and (max-width: 768px) {
      #wakakusaryo footer > p {
        padding: 25px 0 10px;
        font-size: 10px; } }
  #wakakusaryo footer.type2 {
    border-top: 4px #84e496 solid; }
    @media screen and (max-width: 768px) {
      #wakakusaryo footer.type2 {
        border-top-width: 2px; } }
    #wakakusaryo footer.type2:before {
      display: none; }
  #wakakusaryo #not_found .cont {
    padding: 80px 0;
    background-color: #f7f5ef;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #not_found .cont {
        padding: 30px 0; } }
    #wakakusaryo #not_found .cont h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #not_found .cont h3 {
          font-size: 16px;
          margin-bottom: 15px; } }
    #wakakusaryo #not_found .cont p {
      line-height: 32px; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #not_found .cont p {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #not_found .cont p {
          line-height: 24px; } }

#wakakusaryo #top {
  overflow: hidden;
  /* mv */
  /* news */
  /* about・recruit */
  /* about */
  /* recruit */
  /* link_box */ }
  #wakakusaryo #top .mv {
    background: url(../images/top/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
    #wakakusaryo #top .mv .wrapper {
      position: relative; }
      #wakakusaryo #top .mv .wrapper h2 {
        width: 41%;
        position: absolute;
        top: 16.5%;
        left: 6%;
        z-index: 9; }
      #wakakusaryo #top .mv .wrapper .slider {
        line-height: 0;
        display: none; }
        #wakakusaryo #top .mv .wrapper .slider .slick-dots {
          display: flex;
          justify-content: center;
          position: absolute;
          right: 0;
          bottom: 30px;
          left: 0;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #top .mv .wrapper .slider .slick-dots {
              bottom: 10px; } }
          #wakakusaryo #top .mv .wrapper .slider .slick-dots li {
            width: 12px;
            height: 12px;
            border: 1px #e0dcca solid;
            box-sizing: border-box;
            border-radius: 50%;
            margin: 0 15px;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #top .mv .wrapper .slider .slick-dots li {
                width: 8px;
                height: 8px;
                margin: 0 5px; } }
            #wakakusaryo #top .mv .wrapper .slider .slick-dots li button {
              display: none; }
            #wakakusaryo #top .mv .wrapper .slider .slick-dots li.slick-active {
              background-color: #e0dcca; }
  #wakakusaryo #top .news {
    padding: 50px 0;
    background-color: #f7f5ef; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #top .news {
        padding: 40px 0; } }
    #wakakusaryo #top .news .wrapper {
      position: relative; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #top .news .wrapper .btn {
          position: absolute;
          top: 0;
          right: 0; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #top .news .wrapper .btn {
          margin: 25px auto 0; } }
  #wakakusaryo #top .about,
  #wakakusaryo #top .recruit {
    padding: 50px 0; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #top .about,
      #wakakusaryo #top .recruit {
        padding: 40px 0; } }
    #wakakusaryo #top .about .wrapper,
    #wakakusaryo #top .recruit .wrapper {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #top .about .wrapper,
        #wakakusaryo #top .recruit .wrapper {
          display: block;
          position: relative; } }
      #wakakusaryo #top .about .wrapper .text_box,
      #wakakusaryo #top .recruit .wrapper .text_box {
        width: 44%;
        box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          #wakakusaryo #top .about .wrapper .text_box,
          #wakakusaryo #top .recruit .wrapper .text_box {
            position: relative; } }
        @media screen and (max-width: 768px) {
          #wakakusaryo #top .about .wrapper .text_box,
          #wakakusaryo #top .recruit .wrapper .text_box {
            width: 88%;
            margin: 0 auto; } }
        #wakakusaryo #top .about .wrapper .text_box:after,
        #wakakusaryo #top .recruit .wrapper .text_box:after {
          content: "";
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          pointer-events: none; }
        #wakakusaryo #top .about .wrapper .text_box h3,
        #wakakusaryo #top .recruit .wrapper .text_box h3 {
          font-size: 30px;
          font-weight: bold;
          line-height: 52px;
          text-align: center;
          margin-bottom: 70px;
          position: relative; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #top .about .wrapper .text_box h3,
            #wakakusaryo #top .recruit .wrapper .text_box h3 {
              font-size: 18px;
              line-height: 34px;
              margin-bottom: 35px; } }
          #wakakusaryo #top .about .wrapper .text_box h3:after,
          #wakakusaryo #top .recruit .wrapper .text_box h3:after {
            content: "";
            width: calc(100% + 70px);
            height: 2px;
            background-color: #84e496;
            position: absolute;
            bottom: -35px;
            pointer-events: none; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #top .about .wrapper .text_box h3:after,
              #wakakusaryo #top .recruit .wrapper .text_box h3:after {
                width: 100%;
                height: 1px;
                bottom: -15px; } }
        #wakakusaryo #top .about .wrapper .text_box > p,
        #wakakusaryo #top .recruit .wrapper .text_box > p {
          line-height: 26px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #top .about .wrapper .text_box > p,
            #wakakusaryo #top .recruit .wrapper .text_box > p {
              line-height: 24px; } }
      #wakakusaryo #top .about .wrapper .img_box,
      #wakakusaryo #top .recruit .wrapper .img_box {
        width: 56%; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #top .about .wrapper .img_box,
          #wakakusaryo #top .recruit .wrapper .img_box {
            width: 97%;
            margin: 20px auto 0; } }
      #wakakusaryo #top .about .wrapper .btn,
      #wakakusaryo #top .recruit .wrapper .btn {
        margin: 45px auto 0; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #top .about .wrapper .btn,
          #wakakusaryo #top .recruit .wrapper .btn {
            margin-top: 30px; } }
  @media screen and (min-width: 769px) {
    #wakakusaryo #top .about .wrapper .text_box {
      padding-left: 70px; } }
  #wakakusaryo #top .about .wrapper .text_box:after {
    width: 100px;
    height: 196px;
    background-image: url(../images/illust01.png);
    left: -40px;
    bottom: -135px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #top .about .wrapper .text_box:after {
        width: 60px;
        height: 118px;
        left: 0;
        bottom: -100px; } }
  #wakakusaryo #top .about .wrapper .text_box h3:after {
    right: 0; }
  @media screen and (min-width: 769px) {
    #wakakusaryo #top .about .wrapper .img_box {
      margin-right: -3%; } }
  #wakakusaryo #top .recruit {
    background-color: #f7f5ef; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #top .recruit {
        padding-bottom: 70px; } }
    #wakakusaryo #top .recruit .wrapper {
      flex-direction: row-reverse; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #top .recruit .wrapper .text_box {
          padding-right: 70px; } }
      #wakakusaryo #top .recruit .wrapper .text_box:after {
        width: 200px;
        height: 185px;
        background-image: url(../images/illust02.png);
        bottom: -150px;
        left: -70px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #top .recruit .wrapper .text_box:after {
            width: 125px;
            height: 116px;
            right: 0;
            bottom: -125px;
            left: auto; } }
      #wakakusaryo #top .recruit .wrapper .text_box h3:after {
        left: 0; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #top .recruit .wrapper .img_box {
          margin-left: -3%; } }
  #wakakusaryo #top .link_box {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #top .link_box {
        margin-top: 60px; } }
    #wakakusaryo #top .link_box .wrapper {
      display: flex;
      justify-content: space-between; }
      #wakakusaryo #top .link_box .wrapper > a {
        width: 48%;
        padding-bottom: 35px;
        border: 2px solid;
        box-sizing: border-box;
        border-radius: 10px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #top .link_box .wrapper > a {
            width: 49%;
            padding-bottom: 20px; } }
        #wakakusaryo #top .link_box .wrapper > a img {
          width: 300px;
          margin: 0 auto 25px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #top .link_box .wrapper > a img {
              width: 100px;
              margin-bottom: 10px; } }
        #wakakusaryo #top .link_box .wrapper > a .ttl_box1 {
          margin: 0; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #top .link_box .wrapper > a .ttl_box1 h2 {
              font-size: 14px;
              line-height: 20px; }
              #wakakusaryo #top .link_box .wrapper > a .ttl_box1 h2:after {
                width: 25px;
                height: 19px;
                top: -5px;
                left: -30px; } }
          #wakakusaryo #top .link_box .wrapper > a .ttl_box1 p {
            color: #fff;
            margin-top: 10px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #top .link_box .wrapper > a .ttl_box1 p {
                margin-top: 5px; } }
        #wakakusaryo #top .link_box .wrapper > a.contribution {
          background-color: #ffd637;
          border-color: #ffd637; }
          #wakakusaryo #top .link_box .wrapper > a.contribution .ttl_box1 h2:after {
            left: -5px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #top .link_box .wrapper > a.contribution .ttl_box1 h2:after {
                left: 0; } }
        #wakakusaryo #top .link_box .wrapper > a.contact {
          background-color: #abe9dd;
          border-color: #abe9dd; }

#wakakusaryo #news {
  /* top */
  /* detail */ }
  #wakakusaryo #news .top {
    padding: 30px 0 170px;
    background-color: #f7f5ef;
    margin-bottom: -170px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #news .top {
        padding-bottom: 125px;
        margin-bottom: -125px; } }
    #wakakusaryo #news .top .category_list {
      display: flex;
      border-bottom: 2px #84e496 solid;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .top .category_list {
          margin-bottom: 20px; } }
      #wakakusaryo #news .top .category_list li {
        width: 25%; }
        #wakakusaryo #news .top .category_list li a {
          height: 90px;
          border-radius: 20px 20px 0 0;
          font-size: 16px;
          font-weight: bold;
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: center;
          flex-direction: row-reverse; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #news .top .category_list li a {
              height: auto;
              padding: 8px 0;
              border-radius: 10px 10px 0 0;
              font-size: 12px;
              text-align: center;
              display: block; } }
          #wakakusaryo #news .top .category_list li a:after {
            content: "";
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-size: 100%;
            display: block;
            margin-right: 20px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #news .top .category_list li a:after {
                width: 15px;
                height: 15px;
                margin: 7px auto 0; } }
        #wakakusaryo #news .top .category_list li:nth-child(1) a:after {
          background-image: url(../images/news/arrow01_off.png); }
        #wakakusaryo #news .top .category_list li:nth-child(2) a:after {
          background-image: url(../images/news/arrow02_off.png); }
        #wakakusaryo #news .top .category_list li:nth-child(3) a:after {
          background-image: url(../images/news/arrow03_off.png); }
        #wakakusaryo #news .top .category_list li:nth-child(4) a:after {
          background-image: url(../images/news/arrow04_off.png); }
        #wakakusaryo #news .top .category_list li.active:nth-child(1) a {
          background-color: #ff931e; }
          #wakakusaryo #news .top .category_list li.active:nth-child(1) a:after {
            background-image: url(../images/news/arrow01_on.png); }
        #wakakusaryo #news .top .category_list li.active:nth-child(2) a {
          background-color: #ff968d; }
          #wakakusaryo #news .top .category_list li.active:nth-child(2) a:after {
            background-image: url(../images/news/arrow02_on.png); }
        #wakakusaryo #news .top .category_list li.active:nth-child(3) a {
          background-color: #ffd637; }
          #wakakusaryo #news .top .category_list li.active:nth-child(3) a:after {
            background-image: url(../images/news/arrow03_on.png); }
        #wakakusaryo #news .top .category_list li.active:nth-child(4) a {
          background-color: #6fc7e2; }
          #wakakusaryo #news .top .category_list li.active:nth-child(4) a:after {
            background-image: url(../images/news/arrow04_on.png); }
  #wakakusaryo #news .detail > .wrapper {
    padding: 50px 0 80px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #news .detail > .wrapper {
        padding: 30px 0; } }
    #wakakusaryo #news .detail > .wrapper > div {
      display: flex;
      align-items: center;
      align-content: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .detail > .wrapper > div {
          margin-bottom: 15px; } }
      #wakakusaryo #news .detail > .wrapper > div .date {
        font-weight: bold;
        margin-right: 35px; }
        @media screen and (min-width: 769px) {
          #wakakusaryo #news .detail > .wrapper > div .date {
            font-size: 16px; } }
        @media screen and (max-width: 768px) {
          #wakakusaryo #news .detail > .wrapper > div .date {
            margin-right: 15px; } }
      #wakakusaryo #news .detail > .wrapper > div .category {
        width: 120px;
        padding: 8px 0;
        border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #fff; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #news .detail > .wrapper > div .category {
            width: 100px;
            padding: 5px 0;
            font-size: 12px; } }
        #wakakusaryo #news .detail > .wrapper > div .category.type_info {
          background-color: #ff968d; }
        #wakakusaryo #news .detail > .wrapper > div .category.type_donate {
          background-color: #ffd637; }
        #wakakusaryo #news .detail > .wrapper > div .category.type_recruit {
          background-color: #6fc7e2; }
    #wakakusaryo #news .detail > .wrapper .wp-caption.aligncenter {
      max-width: 100%;
      display: block; }
    #wakakusaryo #news .detail > .wrapper h3 {
      padding-bottom: 25px;
      border-bottom: 2px #84e496 solid;
      font-size: 22px;
      font-weight: bold;
      line-height: 30px;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .detail > .wrapper h3 {
          padding-bottom: 10px;
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 20px; } }
    #wakakusaryo #news .detail > .wrapper h4, #wakakusaryo #news .detail > .wrapper h5 {
      font-weight: bold;
      margin: 30px 0 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .detail > .wrapper h4, #wakakusaryo #news .detail > .wrapper h5 {
          margin: 20px 0 10px; } }
    #wakakusaryo #news .detail > .wrapper h4 {
      padding-left: 10px;
      border-left: 5px #84e496 solid;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .detail > .wrapper h4 {
          padding-left: 5px;
          font-size: 15px; } }
    #wakakusaryo #news .detail > .wrapper h5 {
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .detail > .wrapper h5 {
          font-size: 14px; } }
    #wakakusaryo #news .detail > .wrapper img {
      width: auto;
      border-radius: 10px;
      margin: 30px 0; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .detail > .wrapper img {
          border-radius: 5px;
          margin: 20px 0; } }
    #wakakusaryo #news .detail > .wrapper > p {
      line-height: 32px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .detail > .wrapper > p {
          line-height: 24px;
          margin-bottom: 15px; } }
    #wakakusaryo #news .detail > .wrapper a {
      text-decoration: underline; }
    #wakakusaryo #news .detail > .wrapper ul {
      list-style-type: disc;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .detail > .wrapper ul {
          margin-bottom: 15px; } }
      #wakakusaryo #news .detail > .wrapper ul li {
        line-height: 32px;
        margin: 0 0 10px 1.5em; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #news .detail > .wrapper ul li {
            line-height: 24px;
            margin-bottom: 5px; } }
        #wakakusaryo #news .detail > .wrapper ul li:last-child {
          margin-bottom: 0; }
    #wakakusaryo #news .detail > .wrapper .btn.type2 {
      margin-top: 60px; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #news .detail > .wrapper .btn.type2 {
          width: 400px;
          background-position: right 60px center; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #news .detail > .wrapper .btn.type2 {
          margin-top: 20px; } }
  #wakakusaryo #news .detail .list_box {
    padding: 80px 0 170px;
    background-color: #f7f5ef;
    margin-bottom: -170px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #news .detail .list_box {
        padding: 30px 0 125px;
        margin-bottom: -125px; } }

#wakakusaryo #about {
  overflow: hidden;
  /* top */
  /* detail */
  /* outline */
  /* feature */
  /* life */
  /* facility */ }
  #wakakusaryo #about .top {
    overflow: hidden; }
    #wakakusaryo #about .top > ul {
      margin-bottom: 135px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .top > ul {
          margin-bottom: 60px; } }
      #wakakusaryo #about .top > ul li {
        padding: 65px 0; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .top > ul li {
            padding: 30px 0; } }
        #wakakusaryo #about .top > ul li .wrapper {
          display: flex;
          align-items: flex-start;
          align-content: flex-start;
          justify-content: space-between; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .top > ul li .wrapper {
              display: block; } }
          #wakakusaryo #about .top > ul li .wrapper .text_box {
            width: 48%; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #about .top > ul li .wrapper .text_box {
                width: 100%;
                margin-bottom: 15px; } }
            #wakakusaryo #about .top > ul li .wrapper .text_box h3 {
              padding: 30px 0;
              background: url(../images/about/ttl_bg.png) no-repeat;
              background-size: auto 100%;
              background-position: bottom center;
              font-size: 20px;
              font-weight: bold;
              text-align: center;
              margin-bottom: 40px; }
              @media screen and (max-width: 768px) {
                #wakakusaryo #about .top > ul li .wrapper .text_box h3 {
                  padding: 19px 0;
                  font-size: 18px;
                  margin-bottom: 20px; } }
            #wakakusaryo #about .top > ul li .wrapper .text_box p {
              font-size: 16px;
              line-height: 30px; }
              @media screen and (max-width: 768px) {
                #wakakusaryo #about .top > ul li .wrapper .text_box p {
                  font-size: 14px;
                  line-height: 24px; } }
          #wakakusaryo #about .top > ul li .wrapper .img_box {
            width: 48%;
            border-radius: 10px;
            overflow: hidden; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #about .top > ul li .wrapper .img_box {
                width: 100%;
                border-radius: 5px; } }
          #wakakusaryo #about .top > ul li .wrapper .btn {
            margin: 40px auto 0; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #about .top > ul li .wrapper .btn {
                margin-top: 25px; } }
        #wakakusaryo #about .top > ul li:nth-child(2n) {
          background-color: #f7f5ef; }
          @media screen and (min-width: 769px) {
            #wakakusaryo #about .top > ul li:nth-child(2n) .wrapper {
              flex-direction: row-reverse; } }
  #wakakusaryo #about .detail .about_link ul {
    display: flex; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .detail .about_link ul {
        width: 100%; } }
    #wakakusaryo #about .detail .about_link ul li {
      width: 20%; }
      #wakakusaryo #about .detail .about_link ul li a {
        height: 120px;
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-direction: row-reverse; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .detail .about_link ul li a {
            height: auto;
            padding: 8px 0;
            font-size: 12px;
            line-height: 16px;
            display: block; } }
        #wakakusaryo #about .detail .about_link ul li a:after {
          content: "";
          width: 40px;
          height: 40px;
          background: url(../images/arrow03_off.png) no-repeat;
          background-size: 100%;
          display: block;
          margin-right: 15px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .detail .about_link ul li a:after {
              width: 15px;
              height: 15px;
              margin: 7px auto 0; } }
  #wakakusaryo #about .detail .about_link:first-child {
    border-bottom: 2px #84e496 solid; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .detail .about_link:first-child {
        border-bottom-width: 1px; } }
  #wakakusaryo #about .detail .about_link:last-child {
    border-top: 2px #84e496 solid; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .detail .about_link:last-child {
        border-top-width: 1px; } }
  #wakakusaryo #about .outline .about_link li:nth-child(2) {
    background-color: rgba(132, 228, 150, 0.25); }
    #wakakusaryo #about .outline .about_link li:nth-child(2) a:after {
      background-image: url(../images/arrow03_on.png); }
  #wakakusaryo #about .outline .cont1 {
    padding: 80px 0 65px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .outline .cont1 {
        padding: 30px 0;
        display: block; } }
    #wakakusaryo #about .outline .cont1 .text_box {
      width: 55%; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .outline .cont1 .text_box {
          width: 100%; } }
      #wakakusaryo #about .outline .cont1 .text_box h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 34px;
        color: #84e496;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont1 .text_box h4 {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 10px; } }
      #wakakusaryo #about .outline .cont1 .text_box > p {
        line-height: 32px;
        text-indent: 1em;
        font-feature-settings: "palt";
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont1 .text_box > p {
            line-height: 24px; } }
        #wakakusaryo #about .outline .cont1 .text_box > p:last-child {
          margin: 0; }
    #wakakusaryo #about .outline .cont1 .img_box {
      width: 43%;
      position: relative; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .outline .cont1 .img_box {
          width: 80%;
          margin: 20px auto 0; } }
      @media screen and (min-width: 769px) {
        #wakakusaryo #about .outline .cont1 .img_box img {
          width: calc(100% + 40px);
          max-width: none;
          margin-right: -40px; } }
      #wakakusaryo #about .outline .cont1 .img_box p {
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        right: 0;
        bottom: 35px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont1 .img_box p {
            font-size: 12px;
            bottom: 0; } }
        #wakakusaryo #about .outline .cont1 .img_box p span {
          font-size: 18px;
          display: block;
          margin-top: 10px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .outline .cont1 .img_box p span {
              font-size: 16px; } }
  #wakakusaryo #about .outline .cont2 {
    padding: 60px 0 70px;
    background-color: #f7f5ef; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .outline .cont2 {
        padding: 30px 0; } }
    #wakakusaryo #about .outline .cont2 .wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .outline .cont2 .wrapper {
          display: block; } }
      #wakakusaryo #about .outline .cont2 .wrapper .ttl_box3 {
        width: 100%; }
      #wakakusaryo #about .outline .cont2 .wrapper dl {
        width: 50%;
        line-height: 32px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont2 .wrapper dl {
            width: 100%;
            line-height: 24px; } }
        #wakakusaryo #about .outline .cont2 .wrapper dl dt, #wakakusaryo #about .outline .cont2 .wrapper dl dd {
          margin-bottom: 10px; }
          #wakakusaryo #about .outline .cont2 .wrapper dl dt:last-of-type, #wakakusaryo #about .outline .cont2 .wrapper dl dd:last-of-type {
            margin: 0; }
        #wakakusaryo #about .outline .cont2 .wrapper dl dt {
          width: 60px;
          font-weight: bold;
          text-align: right; }
        #wakakusaryo #about .outline .cont2 .wrapper dl dd {
          width: calc(100% - 110px); }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .outline .cont2 .wrapper dl dd {
              width: calc(100% - 80px); } }
        @media screen and (min-width: 769px) {
          #wakakusaryo #about .outline .cont2 .wrapper dl:nth-of-type(2) {
            padding-left: 20px;
            border-left: 2px #4d4543 dotted;
            box-sizing: border-box; } }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont2 .wrapper dl:nth-of-type(2) {
            margin-top: 10px; } }
  #wakakusaryo #about .outline .cont3 {
    padding: 60px 0 70px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .outline .cont3 {
        padding: 30px 0; } }
    @media screen and (min-width: 769px) {
      #wakakusaryo #about .outline .cont3 .ttl_box3 {
        margin-bottom: 40px; } }
    #wakakusaryo #about .outline .cont3 dl {
      line-height: 32px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .outline .cont3 dl {
          line-height: 24px; } }
      #wakakusaryo #about .outline .cont3 dl dt, #wakakusaryo #about .outline .cont3 dl dd {
        padding: 5px 0;
        border-bottom: 1px #4d4543 dotted; }
      #wakakusaryo #about .outline .cont3 dl dt {
        width: 165px;
        padding-right: 50px;
        box-sizing: border-box;
        font-weight: bold;
        text-align: right;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont3 dl dt {
            width: 110px;
            padding-right: 20px;
            letter-spacing: 0; } }
      #wakakusaryo #about .outline .cont3 dl dd {
        width: calc(100% - 165px); }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont3 dl dd {
            width: calc(100% - 110px); } }
  #wakakusaryo #about .outline .cont4 {
    padding: 70px 0 100px;
    background-color: #f7f5ef; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .outline .cont4 {
        padding: 30px 0; } }
    #wakakusaryo #about .outline .cont4 .item1,
    #wakakusaryo #about .outline .cont4 .item2 {
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .outline .cont4 .item1,
        #wakakusaryo #about .outline .cont4 .item2 {
          margin-bottom: 20px; } }
      #wakakusaryo #about .outline .cont4 .item1 h4,
      #wakakusaryo #about .outline .cont4 .item2 h4 {
        width: 200px;
        padding: 11px 30px;
        box-sizing: border-box;
        background: url(../images/about/outline/ttl_bg.png) no-repeat;
        background-size: 100% 100%;
        font-size: 18px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont4 .item1 h4,
          #wakakusaryo #about .outline .cont4 .item2 h4 {
            width: 150px;
            padding: 8px 20px;
            font-size: 14px; } }
      #wakakusaryo #about .outline .cont4 .item1 > div,
      #wakakusaryo #about .outline .cont4 .item2 > div {
        background-color: #fff; }
    #wakakusaryo #about .outline .cont4 .item1 > div {
      padding: 30px 0; }
      #wakakusaryo #about .outline .cont4 .item1 > div a {
        width: 280px;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont4 .item1 > div a {
            width: 240px;
            font-size: 14px; } }
        #wakakusaryo #about .outline .cont4 .item1 > div a img {
          width: 30px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .outline .cont4 .item1 > div a img {
              width: 25px; } }
    #wakakusaryo #about .outline .cont4 .item2 {
      margin: 0; }
      #wakakusaryo #about .outline .cont4 .item2 > div {
        padding: 50px 0;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .outline .cont4 .item2 > div {
            padding: 30px 0;
            display: block; } }
        #wakakusaryo #about .outline .cont4 .item2 > div .btn {
          width: 300px;
          padding: 26px 0;
          background-color: #ef584c;
          background-image: url(../images/about/outline/btn_icon.png);
          background-size: 20px;
          border-radius: 20px;
          font-size: 18px;
          margin: 0 10px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .outline .cont4 .item2 > div .btn {
              width: 250px;
              padding: 17px 0;
              background-size: 15px;
              border-radius: 10px;
              font-size: 16px;
              margin: 0 auto 15px; }
              #wakakusaryo #about .outline .cont4 .item2 > div .btn:last-child {
                margin-bottom: 0; } }
  #wakakusaryo #about .feature .about_link li:nth-child(3) {
    background-color: rgba(132, 228, 150, 0.25); }
    #wakakusaryo #about .feature .about_link li:nth-child(3) a:after {
      background-image: url(../images/arrow03_on.png); }
  #wakakusaryo #about .feature > .wrapper {
    padding: 80px 0 160px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .feature > .wrapper {
        padding: 30px 0 50px; } }
    #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3) {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      margin-bottom: 120px;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3) {
          display: block;
          margin-bottom: 50px; } }
      #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3):after {
        content: "";
        width: 350px;
        height: 350px;
        background: url(../images/about/feature/bg.png) no-repeat;
        background-size: 100%;
        position: absolute;
        right: -50px;
        bottom: -80px;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3):after {
            width: 250px;
            height: 250px;
            bottom: -30px; } }
      #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3) h4 {
        width: 450px;
        height: 240px;
        padding-left: 115px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left;
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3) h4 {
            width: 100%;
            height: 130px;
            padding: 0;
            background-position: center;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 10px; } }
      #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3) img {
        width: calc(100% - 520px);
        border-radius: 10px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3) img {
            width: 100%;
            border-radius: 5px; } }
      #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3) p {
        width: 100%;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        margin-top: 40px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3) p {
            font-size: 14px;
            line-height: 24px;
            text-align: left;
            margin-top: 15px; } }
      #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3).cont1 h4 {
        background-image: url(../images/about/feature/ttl_bg01.png); }
      #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3).cont2 {
        flex-direction: row-reverse; }
        #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3).cont2:after {
          right: auto;
          left: -50px; }
        #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3).cont2 h4 {
          background-image: url(../images/about/feature/ttl_bg02.png); }
      #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3).cont3 {
        margin: 0; }
        #wakakusaryo #about .feature > .wrapper > div:not(.ttl_box3).cont3 h4 {
          background-image: url(../images/about/feature/ttl_bg03.png); }
  #wakakusaryo #about .life .about_link li:nth-child(4) {
    background-color: rgba(132, 228, 150, 0.25); }
    #wakakusaryo #about .life .about_link li:nth-child(4) a:after {
      background-image: url(../images/arrow03_on.png); }
  #wakakusaryo #about .life .cont {
    padding: 80px 0 250px;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .life .cont {
        padding: 30px 0 100px; } }
    #wakakusaryo #about .life .cont:after {
      content: "";
      width: 4px;
      height: calc(100% - 400px);
      background-color: #84e496;
      position: absolute;
      top: 180px;
      left: 138px;
      z-index: -1;
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .life .cont:after {
          width: 2px;
          top: 85px;
          left: 44px; } }
    #wakakusaryo #about .life .cont > div:not(.ttl_box3) {
      margin-bottom: 200px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .life .cont > div:not(.ttl_box3) {
          margin-bottom: 80px; } }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3):last-child {
        margin: 0; }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3):before, #wakakusaryo #about .life .cont > div:not(.ttl_box3):after {
        content: "";
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        pointer-events: none; }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3):before {
        width: 180px;
        height: 48px;
        background-image: url(../images/about/life/arrow.png);
        right: 20%;
        bottom: -130px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .life .cont > div:not(.ttl_box3):before {
            width: 120px;
            height: 32px;
            right: 0;
            bottom: -60px;
            left: 0;
            margin: 0 auto; } }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3) h4 {
        margin: 0 0 20px 85px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .life .cont > div:not(.ttl_box3) h4 {
            margin: 0 0 15px 15px; } }
        #wakakusaryo #about .life .cont > div:not(.ttl_box3) h4 img {
          width: auto;
          height: 110px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .life .cont > div:not(.ttl_box3) h4 img {
              height: 60px; } }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div {
        margin-bottom: 30px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div {
            margin-bottom: 20px; } }
        #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div:last-child {
          margin: 0; }
        #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .text_box {
          width: 65%;
          padding: 45px 50px 35px;
          box-sizing: border-box;
          background-color: #c2f2cb;
          border-radius: 10px; }
          @media screen and (min-width: 769px) {
            #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .text_box {
              min-height: 300px; } }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .text_box {
              width: 100%;
              padding: 20px;
              border-radius: 10px 10px 0 0; } }
          #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .text_box h5 {
            padding-bottom: 25px;
            border-bottom: 2px #fff solid;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 20px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .text_box h5 {
                padding-bottom: 15px;
                font-size: 16px;
                margin-bottom: 10px; } }
          #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .text_box p {
            line-height: 32px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .text_box p {
                line-height: 24px; } }
        #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .img_box {
          width: calc(42% - 50% + 50vw);
          height: 420px;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          position: absolute; }
          @media screen and (max-width: 1000px) {
            #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .img_box {
              width: 47%; } }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div .img_box {
              width: 100%;
              height: 68vw;
              border-radius: 0 0 10px 10px !important;
              position: static; } }
        @media screen and (min-width: 769px) {
          #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div:nth-of-type(1) .text_box {
            padding-right: 120px; } }
        #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div:nth-of-type(1) .img_box {
          border-radius: 30px 0 0 30px;
          top: -130px;
          right: calc(50% - 50vw); }
          @media screen and (max-width: 1000px) {
            #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div:nth-of-type(1) .img_box {
              right: -4.9%; } }
        @media screen and (min-width: 769px) {
          #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div:nth-of-type(2) .text_box {
            padding-left: 120px;
            margin-left: auto; } }
        #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div:nth-of-type(2) .img_box {
          border-radius: 0 30px 30px 0;
          top: 50px;
          left: calc(50% - 50vw); }
          @media screen and (max-width: 1000px) {
            #wakakusaryo #about .life .cont > div:not(.ttl_box3) > div:nth-of-type(2) .img_box {
              left: -4.9%; } }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).morning:after {
        width: 95px;
        height: 185px;
        background-image: url(../images/illust01.png);
        right: -20px;
        bottom: -220px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .life .cont > div:not(.ttl_box3).morning:after {
            width: 65px;
            height: 125px;
            right: 0;
            bottom: -160px; } }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).morning > div:nth-of-type(1) .img_box {
        background-image: url(../images/about/life/img01.jpg); }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).morning > div:nth-of-type(2) .img_box {
        background-image: url(../images/about/life/img02.jpg); }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).daytime:after {
        width: 150px;
        height: 198px;
        background-image: url(../images/illust03.png);
        right: -50px;
        bottom: -230px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .life .cont > div:not(.ttl_box3).daytime:after {
            width: 100px;
            height: 130px;
            right: 0;
            bottom: -165px; } }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).daytime > div:nth-of-type(1) .img_box {
        background-image: url(../images/about/life/img03.jpg); }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).daytime > div:nth-of-type(2) .img_box {
        background-image: url(../images/about/life/img04.jpg); }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).afternoon:after {
        width: 150px;
        height: 250px;
        background-image: url(../images/illust04.png);
        right: -5px;
        bottom: -270px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .life .cont > div:not(.ttl_box3).afternoon:after {
            width: 95px;
            height: 160px;
            right: 0;
            bottom: -190px; } }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).afternoon > div:nth-of-type(1) .img_box {
        background-image: url(../images/about/life/img05.jpg); }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).afternoon > div:nth-of-type(2) .img_box {
        background-image: url(../images/about/life/img06.jpg); }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).night:before {
        display: none; }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).night:after {
        width: 185px;
        height: 190px;
        background-image: url(../images/illust05.png);
        right: -5px;
        bottom: -240px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .life .cont > div:not(.ttl_box3).night:after {
            width: 130px;
            height: 95px;
            right: 0;
            bottom: -100px; } }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).night > div:nth-of-type(1) .img_box {
        background-image: url(../images/about/life/img07.jpg); }
      #wakakusaryo #about .life .cont > div:not(.ttl_box3).night > div:nth-of-type(2) .img_box {
        background-image: url(../images/about/life/img08.jpg); }
  #wakakusaryo #about .life .event {
    padding: 80px 0 125px;
    background: #f7f5ef url(../images/about/life/event_bg.png) no-repeat;
    background-size: 100%;
    background-position: bottom 35px center; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .life .event {
        padding: 30px 0 50px;
        background-size: 160%;
        background-position: bottom 10px right; } }
    #wakakusaryo #about .life .event .wrapper h4 {
      width: 700px;
      padding: 15px 0 35px;
      background: url(../images/about/life/ttl_bg01.png) no-repeat;
      background-size: 100% 100%;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      margin: 0 auto 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .life .event .wrapper h4 {
          width: 100%;
          padding: 3px 0 17px;
          font-size: 14px;
          margin-bottom: 10px; } }
      #wakakusaryo #about .life .event .wrapper h4 span {
        padding: 0 5px;
        background: linear-gradient(transparent 50%, #fedb01 50%);
        font-size: 26px;
        line-height: 40px;
        display: inline-block;
        margin: 0 5px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .life .event .wrapper h4 span {
            padding: 0 2px;
            font-size: 18px;
            line-height: 25px;
            margin: 0 2px; } }
        #wakakusaryo #about .life .event .wrapper h4 span:after {
          content: "";
          width: 100%;
          height: 25px;
          background: url(../images/about/life/icon05.png) no-repeat;
          background-size: auto 100%;
          background-position: center;
          position: absolute;
          top: -25px;
          left: 0; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .life .event .wrapper h4 span:after {
              height: 15px;
              top: -15px; } }
    #wakakusaryo #about .life .event .wrapper > p {
      line-height: 32px;
      text-align: center;
      margin-bottom: 65px; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #about .life .event .wrapper > p {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .life .event .wrapper > p {
          line-height: 24px;
          margin-bottom: 30px; } }
    #wakakusaryo #about .life .event .wrapper ul {
      display: flex;
      flex-wrap: wrap; }
      #wakakusaryo #about .life .event .wrapper ul li {
        width: 31%;
        margin: 30px 3.5% 0 0;
        position: relative; }
        @media screen and (min-width: 769px) {
          #wakakusaryo #about .life .event .wrapper ul li:nth-child(-n+3) {
            margin-top: 0; }
          #wakakusaryo #about .life .event .wrapper ul li:nth-child(3n) {
            margin-right: 0; } }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .life .event .wrapper ul li {
            width: 48%;
            margin: 15px 4% 0 0; }
            #wakakusaryo #about .life .event .wrapper ul li:nth-child(-n+2) {
              margin-top: 0; }
            #wakakusaryo #about .life .event .wrapper ul li:nth-child(2n) {
              margin-right: 0; } }
        #wakakusaryo #about .life .event .wrapper ul li h5 {
          width: 180px;
          padding: 30px 20px 25px;
          box-sizing: border-box;
          background: url(../images/about/life/ttl_bg02.png) no-repeat;
          background-size: 100% 100%;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          position: absolute;
          top: -10px;
          left: 0;
          z-index: 9; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .life .event .wrapper ul li h5 {
              width: 125px;
              padding: 20px 15px 18px;
              font-size: 12px; } }
        #wakakusaryo #about .life .event .wrapper ul li .img_box {
          width: 100%;
          height: 28.2vw;
          border-radius: 50%;
          overflow: hidden;
          position: relative; }
          @media screen and (min-width: 769px) {
            #wakakusaryo #about .life .event .wrapper ul li .img_box {
              max-height: 310px;
              min-height: 282px; } }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .life .event .wrapper ul li .img_box {
              height: 44.2vw; } }
          #wakakusaryo #about .life .event .wrapper ul li .img_box img {
            max-width: none;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 8; }
            #wakakusaryo #about .life .event .wrapper ul li .img_box img.vertical {
              width: 100%;
              height: auto; }
            #wakakusaryo #about .life .event .wrapper ul li .img_box img.horizontal {
              width: auto;
              height: 100%; }
  #wakakusaryo #about .facility .about_link li:nth-child(5) {
    background-color: rgba(132, 228, 150, 0.25); }
    #wakakusaryo #about .facility .about_link li:nth-child(5) a:after {
      background-image: url(../images/arrow03_on.png); }
  #wakakusaryo #about .facility > .wrapper {
    padding: 80px 0 150px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #about .facility > .wrapper {
        padding: 30px 0; } }
    #wakakusaryo #about .facility > .wrapper h4 {
      padding: 75px 0 60px;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .facility > .wrapper h4 {
          padding: 35px 0 30px;
          background-size: auto 100%;
          background-position: center;
          font-size: 16px; } }
    #wakakusaryo #about .facility > .wrapper .ttl_box {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      margin: 60px 0 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .facility > .wrapper .ttl_box {
          display: block;
          margin: 30px 0 10px; } }
      #wakakusaryo #about .facility > .wrapper .ttl_box:first-child {
        margin-top: 0; }
      #wakakusaryo #about .facility > .wrapper .ttl_box h5 {
        font-size: 22px;
        font-weight: bold;
        color: #84e496;
        display: flex;
        align-items: center;
        align-content: center; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .facility > .wrapper .ttl_box h5 {
            font-size: 16px; } }
        #wakakusaryo #about .facility > .wrapper .ttl_box h5 img {
          width: 45px;
          margin-right: 20px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .facility > .wrapper .ttl_box h5 img {
              width: 35px;
              margin-right: 10px; } }
      #wakakusaryo #about .facility > .wrapper .ttl_box p {
        width: 800px;
        padding: 10px 15px;
        border: 1px #84e496 solid;
        box-sizing: border-box;
        line-height: 24px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .facility > .wrapper .ttl_box p {
            width: 100%;
            padding: 5px 10px;
            line-height: 20px;
            margin-top: 10px; } }
    #wakakusaryo #about .facility > .wrapper .photo_list {
      display: flex;
      flex-wrap: wrap; }
      #wakakusaryo #about .facility > .wrapper .photo_list li {
        width: 31%;
        margin: 35px 3.5% 0 0; }
        @media screen and (min-width: 769px) {
          #wakakusaryo #about .facility > .wrapper .photo_list li:nth-child(-n+3) {
            margin-top: 0; }
          #wakakusaryo #about .facility > .wrapper .photo_list li:nth-child(3n) {
            margin-right: 0; } }
        @media screen and (max-width: 768px) {
          #wakakusaryo #about .facility > .wrapper .photo_list li {
            width: 48.5%;
            margin: 20px 3% 0 0; }
            #wakakusaryo #about .facility > .wrapper .photo_list li:nth-child(-n+2) {
              margin-top: 0; }
            #wakakusaryo #about .facility > .wrapper .photo_list li:nth-child(2n) {
              margin-right: 0; } }
        #wakakusaryo #about .facility > .wrapper .photo_list li .img_box {
          width: 100%;
          height: 28.2vw;
          border-radius: 10px;
          overflow: hidden;
          position: relative; }
          @media screen and (min-width: 769px) {
            #wakakusaryo #about .facility > .wrapper .photo_list li .img_box {
              max-height: 310px;
              min-height: 282px; } }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .facility > .wrapper .photo_list li .img_box {
              height: 44.2vw;
              border-radius: 5px; } }
          #wakakusaryo #about .facility > .wrapper .photo_list li .img_box img {
            max-width: none;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            #wakakusaryo #about .facility > .wrapper .photo_list li .img_box img.vertical {
              width: 100%;
              height: auto; }
            #wakakusaryo #about .facility > .wrapper .photo_list li .img_box img.horizontal {
              width: auto;
              height: 100%; }
        #wakakusaryo #about .facility > .wrapper .photo_list li p {
          margin-top: 15px; }
          @media screen and (min-width: 769px) {
            #wakakusaryo #about .facility > .wrapper .photo_list li p {
              font-size: 14px; } }
          @media screen and (max-width: 768px) {
            #wakakusaryo #about .facility > .wrapper .photo_list li p {
              margin-top: 10px; } }
    #wakakusaryo #about .facility > .wrapper .cont1 {
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #about .facility > .wrapper .cont1 {
          margin-bottom: 30px; } }
      #wakakusaryo #about .facility > .wrapper .cont1 h4 {
        background-image: url(../images/about/facility/ttl_bg01.png); }
    #wakakusaryo #about .facility > .wrapper .cont2 h4 {
      background-image: url(../images/about/facility/ttl_bg02.png); }

#wakakusaryo #recruit {
  overflow: hidden;
  /* recruit_link */
  /* top */
  /* interview */
  /* entry */ }
  #wakakusaryo #recruit .recruit_link ul {
    display: flex; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #recruit .recruit_link ul {
        width: 100%; } }
    #wakakusaryo #recruit .recruit_link ul li {
      width: 33.33%; }
      #wakakusaryo #recruit .recruit_link ul li a {
        height: 120px;
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-direction: row-reverse; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #recruit .recruit_link ul li a {
            height: auto;
            padding: 8px 0;
            font-size: 12px;
            line-height: 16px;
            display: block; } }
        #wakakusaryo #recruit .recruit_link ul li a:after {
          content: "";
          width: 40px;
          height: 40px;
          background: url(../images/arrow03_off.png) no-repeat;
          background-size: 100%;
          display: block;
          margin-right: 15px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .recruit_link ul li a:after {
              width: 15px;
              height: 15px;
              margin: 7px auto 0; } }
  #wakakusaryo #recruit .recruit_link:first-child {
    border-bottom: 2px #84e496 solid; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #recruit .recruit_link:first-child {
        border-bottom-width: 1px; } }
  #wakakusaryo #recruit .recruit_link:last-child {
    border-top: 2px #84e496 solid; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #recruit .recruit_link:last-child {
        border-top-width: 1px; } }
  #wakakusaryo #recruit .top {
    overflow: hidden; }
    #wakakusaryo #recruit .top .recruit_link li:nth-child(1) {
      background-color: rgba(132, 228, 150, 0.25); }
      #wakakusaryo #recruit .top .recruit_link li:nth-child(1) a:after {
        background-image: url(../images/arrow03_on.png); }
    #wakakusaryo #recruit .top .cont1 {
      padding: 80px 0 65px;
      background: url(../images/recruit/bg01.png) no-repeat;
      background-size: 100%;
      background-position: bottom 40px center;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .top .cont1 {
          padding: 30px 0;
          background-position: bottom 15px center; } }
      #wakakusaryo #recruit .top .cont1 h4 {
        background: url(../images/recruit/bg02.png) no-repeat;
        background-size: 100%;
        background-position: top center;
        font-size: 36px;
        font-weight: bold;
        line-height: 50px;
        color: #84e496;
        margin-top: 80px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #recruit .top .cont1 h4 {
            font-size: 18px;
            line-height: 30px;
            margin: 0 0 15px; } }
      #wakakusaryo #recruit .top .cont1 > p {
        padding: 60px 0;
        background: url(../images/recruit/bg03.png) no-repeat;
        background-size: auto 100%;
        background-position: center;
        line-height: 32px; }
        @media screen and (min-width: 769px) {
          #wakakusaryo #recruit .top .cont1 > p {
            font-size: 16px; } }
        @media screen and (max-width: 768px) {
          #wakakusaryo #recruit .top .cont1 > p {
            padding: 0;
            background-size: 100%;
            line-height: 24px;
            text-align: left; } }
    #wakakusaryo #recruit .top .cont2 {
      padding: 80px 0 90px;
      background-color: #f7f5ef; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .top .cont2 {
          padding: 30px 0; } }
      #wakakusaryo #recruit .top .cont2 .wrapper {
        position: relative; }
        #wakakusaryo #recruit .top .cont2 .wrapper .btn {
          position: absolute;
          top: -15px;
          right: 0; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .top .cont2 .wrapper .btn {
              position: static;
              margin: 25px auto 0; } }
    #wakakusaryo #recruit .top .cont3 {
      padding: 80px 0; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .top .cont3 {
          padding: 30px 0; } }
      #wakakusaryo #recruit .top .cont3 .wrapper {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #recruit .top .cont3 .wrapper {
            display: block; } }
        #wakakusaryo #recruit .top .cont3 .wrapper > img {
          width: 48%;
          border-radius: 10px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .top .cont3 .wrapper > img {
              width: 100%;
              border-radius: 5px;
              margin-bottom: 20px; } }
        #wakakusaryo #recruit .top .cont3 .wrapper .text_box {
          width: 48%; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .top .cont3 .wrapper .text_box {
              width: 100%; } }
          @media screen and (min-width: 769px) {
            #wakakusaryo #recruit .top .cont3 .wrapper .text_box .ttl_box3 {
              margin-bottom: 40px; } }
          #wakakusaryo #recruit .top .cont3 .wrapper .text_box p {
            font-size: 16px;
            line-height: 30px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #recruit .top .cont3 .wrapper .text_box p {
                font-size: 14px;
                line-height: 24px; } }
          #wakakusaryo #recruit .top .cont3 .wrapper .text_box .btn {
            margin: 35px 0 0 auto; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #recruit .top .cont3 .wrapper .text_box .btn {
                margin: 25px auto 0; } }
    #wakakusaryo #recruit .top .cont4 {
      margin: 135px auto 80px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .top .cont4 {
          margin: 60px auto 30px; } }
    #wakakusaryo #recruit .top .cont5 {
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .top .cont5 {
          margin-bottom: 30px; } }
      #wakakusaryo #recruit .top .cont5 a {
        width: 48%;
        padding-bottom: 35px;
        background-color: #70adff;
        border: 2px #70adff solid;
        box-sizing: border-box;
        border-radius: 10px;
        text-align: center;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #recruit .top .cont5 a {
            width: 100%;
            padding-bottom: 20px; } }
        #wakakusaryo #recruit .top .cont5 a img {
          width: 300px;
          margin: 0 auto 25px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .top .cont5 a img {
              width: 100px;
              margin-bottom: 10px; } }
        #wakakusaryo #recruit .top .cont5 a .ttl_box3 {
          padding: 0;
          border: none;
          line-height: 34px;
          display: inline-block;
          margin: 0;
          position: relative; }
          #wakakusaryo #recruit .top .cont5 a .ttl_box3:before {
            position: absolute;
            top: 0;
            left: -5px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #recruit .top .cont5 a .ttl_box3:before {
                width: 25px;
                height: 19px;
                top: -5px;
                left: -15px;
                margin: 0; } }
          #wakakusaryo #recruit .top .cont5 a .ttl_box3 h3 {
            margin: 0; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #recruit .top .cont5 a .ttl_box3 h3 {
                font-size: 14px;
                line-height: 20px; } }
          #wakakusaryo #recruit .top .cont5 a .ttl_box3 p {
            line-height: 100%;
            color: #fff;
            margin-top: 10px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #recruit .top .cont5 a .ttl_box3 p {
                font-size: 10px;
                margin-top: 5px; } }
  #wakakusaryo #recruit .interview {
    overflow: hidden; }
    #wakakusaryo #recruit .interview .recruit_link li:nth-child(2) {
      background-color: rgba(132, 228, 150, 0.25); }
      #wakakusaryo #recruit .interview .recruit_link li:nth-child(2) a:after {
        background-image: url(../images/arrow03_on.png); }
    #wakakusaryo #recruit .interview .cont1 {
      padding: 60px 0 235px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .interview .cont1 {
          padding: 30px 0 80px; } }
      #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        margin-bottom: 120px;
        position: relative;
        z-index: 9; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3) {
            display: block;
            margin-bottom: 50px; } }
        #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3):after {
          content: "";
          width: 350px;
          height: 350px;
          background: url(../images/about/feature/bg.png) no-repeat;
          background-size: 100%;
          position: absolute;
          right: -50px;
          bottom: -80px;
          z-index: -1; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3):after {
              width: 250px;
              height: 250px;
              bottom: -30px; } }
        #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3) h4 {
          width: 360px;
          height: 255px;
          padding: 50px 0 0 10px;
          box-sizing: border-box;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-position: left;
          font-size: 24px;
          line-height: 36px;
          font-weight: bold;
          text-align: center;
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: center;
          margin-left: 80px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3) h4 {
              width: 100%;
              height: 130px;
              padding: 25px 0 0;
              background-position: center;
              font-size: 14px;
              line-height: 20px;
              margin: 0 0 15px; } }
        #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3) img {
          width: calc(100% - 520px);
          border-radius: 10px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3) img {
              width: 100%;
              border-radius: 5px; } }
        #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3) p {
          width: 100%;
          font-size: 18px;
          line-height: 32px;
          text-align: center;
          margin-top: 40px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3) p {
              font-size: 14px;
              line-height: 24px;
              text-align: left;
              margin-top: 15px; } }
        #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3):nth-of-type(2) h4 {
          background-image: url(../images/recruit/interview/features_ttl_bg01.png); }
        #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3):nth-of-type(3) {
          flex-direction: row-reverse; }
          #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3):nth-of-type(3):after {
            right: auto;
            left: -50px; }
          #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3):nth-of-type(3) h4 {
            background-image: url(../images/recruit/interview/features_ttl_bg02.png); }
            @media screen and (min-width: 769px) {
              #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3):nth-of-type(3) h4 {
                margin: 0 80px 0 0; } }
        #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3):nth-of-type(4) {
          margin: 0; }
          #wakakusaryo #recruit .interview .cont1 > div:not(.ttl_box3):nth-of-type(4) h4 {
            background-image: url(../images/recruit/interview/features_ttl_bg03.png); }
    #wakakusaryo #recruit .interview #cont2 {
      padding-bottom: 120px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .interview #cont2 {
          padding-bottom: 30px; } }
      #wakakusaryo #recruit .interview #cont2 .interview_list:after {
        width: 100vw;
        border-radius: 0; }
        @media screen and (min-width: 769px) {
          #wakakusaryo #recruit .interview #cont2 .interview_list:after {
            min-width: 1000px; } }
      #wakakusaryo #recruit .interview #cont2 .interview_list li {
        cursor: pointer; }
        #wakakusaryo #recruit .interview #cont2 .interview_list li .img_box {
          position: relative; }
          #wakakusaryo #recruit .interview #cont2 .interview_list li .img_box p {
            width: 100%;
            height: 100%;
            padding-bottom: 25px;
            box-sizing: border-box;
            background-color: rgba(132, 228, 150, 0.8);
            border-radius: 50%;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            align-content: flex-end;
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all .2s;
            pointer-events: none; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #recruit .interview #cont2 .interview_list li .img_box p {
                display: none; } }
            #wakakusaryo #recruit .interview #cont2 .interview_list li .img_box p span {
              width: 100%;
              font-size: 22px;
              font-weight: bold;
              line-height: 34px;
              text-align: center;
              color: #fff; }
            #wakakusaryo #recruit .interview #cont2 .interview_list li .img_box p img {
              width: 40px;
              margin: 10px auto 0; }
        #wakakusaryo #recruit .interview #cont2 .interview_list li:hover .img_box p {
          opacity: 1; }
        #wakakusaryo #recruit .interview #cont2 .interview_list li.active .img_box {
          border: 6px #4d4543 solid;
          box-sizing: border-box; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #recruit .interview #cont2 .interview_list li.active .img_box {
              border-width: 3px; } }
      #wakakusaryo #recruit .interview #cont2 .interview_box {
        padding-top: 80px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #recruit .interview #cont2 .interview_box {
            padding-top: 30px; } }
        #wakakusaryo #recruit .interview #cont2 .interview_box > div {
          display: none; }
          #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li {
            margin-bottom: 80px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li {
                margin-bottom: 30px; } }
            #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li:last-child {
              margin: 0; }
            #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .question {
              display: flex;
              align-items: center;
              align-content: center;
              justify-content: space-between;
              margin-bottom: 25px; }
              @media screen and (max-width: 768px) {
                #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .question {
                  margin-bottom: 20px; } }
              #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .question p {
                width: 91.5%;
                padding: 25px 25px 25px 0;
                background: url(../images/recruit/interview/ttl_bg02.png) no-repeat;
                background-size: 100% 100%;
                box-sizing: border-box;
                font-size: 22px;
                font-weight: bold;
                line-height: 30px;
                text-align: center; }
                @media screen and (max-width: 768px) {
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .question p {
                    width: calc(100% - 45px);
                    padding: 10px 15px 10px 10px;
                    font-size: 14px;
                    line-height: 20px;
                    text-align: left; } }
              #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .question img {
                width: 6.5%; }
                @media screen and (max-width: 768px) {
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .question img {
                    width: 35px; } }
            #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer {
              padding-bottom: 40px;
              display: flex;
              align-items: flex-start;
              align-content: flex-start;
              justify-content: space-between;
              position: relative;
              z-index: 9; }
              @media screen and (max-width: 768px) {
                #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer {
                  padding-bottom: 20px; } }
              #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer:after {
                content: "";
                width: calc(100% - 50px);
                height: calc(100% - 120px);
                background-color: #f7f5ef;
                border-radius: 10px;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: -1;
                pointer-events: none; }
                @media screen and (max-width: 768px) {
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer:after {
                    width: 100%;
                    height: calc(100% - 60px); } }
              #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .img_box {
                width: 15%;
                margin-left: 3%; }
                @media screen and (max-width: 768px) {
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .img_box {
                    width: 85px;
                    margin: 0; } }
                #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .img_box h4 {
                  font-size: 24px;
                  font-weight: bold;
                  display: flex;
                  align-items: center;
                  align-content: center;
                  justify-content: center;
                  margin-top: 15px; }
                  @media screen and (max-width: 768px) {
                    #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .img_box h4 {
                      font-size: 16px;
                      margin-top: 10px; } }
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .img_box h4:before {
                    content: "";
                    width: 45px;
                    height: 34px;
                    background: url(../images/ttl_icon.png) no-repeat;
                    background-size: 100%;
                    display: block;
                    margin-right: 15px; }
                    @media screen and (max-width: 768px) {
                      #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .img_box h4:before {
                        width: 25px;
                        height: 19px;
                        margin-right: 5px; } }
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .img_box h4 > span {
                    font-size: 20px;
                    margin-left: 5px; }
                    @media screen and (max-width: 768px) {
                      #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .img_box h4 > span {
                        font-size: 14px;
                        margin-left: 3px; } }
              #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box {
                width: 80%; }
                @media screen and (max-width: 768px) {
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box {
                    width: calc(100% - 90px); } }
                #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box:after {
                  content: "";
                  width: 20px;
                  height: 26px;
                  border-top: 13px transparent solid;
                  border-right: 20px #fff solid;
                  border-bottom: 13px transparent solid;
                  box-sizing: border-box;
                  position: absolute;
                  top: 50px;
                  left: -20px;
                  pointer-events: none; }
                  @media screen and (max-width: 768px) {
                    #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box:after {
                      width: 15px;
                      height: 20px;
                      border-top-width: 10px;
                      border-right-width: 15px;
                      border-bottom-width: 10px;
                      top: 20px;
                      left: -15px; } }
                #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box h5 {
                  padding: 21px 20px 21px 40px;
                  background: url(../images/recruit/interview/ttl_bg03.png) no-repeat;
                  background-size: 100% 100%;
                  box-sizing: border-box;
                  font-weight: bold;
                  line-height: 34px;
                  color: #fff;
                  margin: 25px 0; }
                  @media screen and (min-width: 769px) {
                    #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box h5 {
                      font-size: 20px; } }
                  @media screen and (max-width: 768px) {
                    #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box h5 {
                      padding: 6px 10px 6px 15px;
                      line-height: 18px;
                      margin: 15px 0; } }
                #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box > div {
                  margin: 0 90px 0 20px; }
                  @media screen and (max-width: 768px) {
                    #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box > div {
                      margin: 0 10px 0 5px; } }
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box > div:not(:last-of-type) {
                    padding-bottom: 30px;
                    border-bottom: 1px #4d4543 solid;
                    margin-bottom: 35px; }
                    @media screen and (max-width: 768px) {
                      #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box > div:not(:last-of-type) {
                        padding-bottom: 10px;
                        margin-bottom: 15px; } }
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box > div h6 {
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 30px;
                    color: #e5956e;
                    margin-bottom: 10px; }
                    @media screen and (max-width: 768px) {
                      #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box > div h6 {
                        font-size: 14px;
                        line-height: 20px;
                        margin-bottom: 5px; } }
                  #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box > div p {
                    line-height: 32px;
                    font-feature-settings: "palt"; }
                    @media screen and (max-width: 768px) {
                      #wakakusaryo #recruit .interview #cont2 .interview_box > div ul li .answer .text_box > div p {
                        font-size: 12px;
                        line-height: 24px; } }
          #wakakusaryo #recruit .interview #cont2 .interview_box > div.active {
            display: block; }
  #wakakusaryo #recruit .entry .recruit_link li:nth-child(3) {
    background-color: rgba(132, 228, 150, 0.25); }
    #wakakusaryo #recruit .entry .recruit_link li:nth-child(3) a:after {
      background-image: url(../images/arrow03_on.png); }
  #wakakusaryo #recruit .entry .cont1 {
    padding: 72px 0;
    background: url(../images/recruit/entry/bg.png) no-repeat;
    background-size: 100%;
    background-position: bottom 35px center; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #recruit .entry .cont1 {
        padding: 30px 4.5%;
        background-position: bottom 10px center; } }
    #wakakusaryo #recruit .entry .cont1 p {
      font-weight: bold;
      line-height: 32px;
      text-align: center; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #recruit .entry .cont1 p {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .entry .cont1 p {
          line-height: 24px; } }
  #wakakusaryo #recruit .entry .cont2 {
    padding: 85px 0 120px;
    background-color: #f7f5ef; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #recruit .entry .cont2 {
        padding: 30px 0; } }
    #wakakusaryo #recruit .entry .cont2 dl {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .entry .cont2 dl {
          font-size: 12px; } }
      #wakakusaryo #recruit .entry .cont2 dl dt, #wakakusaryo #recruit .entry .cont2 dl dd {
        margin-bottom: 2px; }
        #wakakusaryo #recruit .entry .cont2 dl dt:last-of-type, #wakakusaryo #recruit .entry .cont2 dl dd:last-of-type {
          margin: 0; }
      #wakakusaryo #recruit .entry .cont2 dl dt {
        width: 150px;
        background-color: #4d4543;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #recruit .entry .cont2 dl dt {
            width: 120px; } }
      #wakakusaryo #recruit .entry .cont2 dl dd {
        width: calc(100% - 150px);
        padding: 10px 30px;
        background-color: #fff;
        border-bottom: 2px #4d4543 dotted;
        box-sizing: border-box;
        line-height: 28px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #recruit .entry .cont2 dl dd {
            width: calc(100% - 120px);
            padding: 10px;
            line-height: 20px; } }
    #wakakusaryo #recruit .entry .cont2 .btn {
      background-color: #ef584c;
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .entry .cont2 .btn {
          margin-top: 25px; } }
      #wakakusaryo #recruit .entry .cont2 .btn.end_btn {
        background-color: #999;
        pointer-events: none; }
    #wakakusaryo #recruit .entry .cont2 .end_text {
      font-weight: bold;
      text-align: center;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #recruit .entry .cont2 .end_text {
          line-height: 20px;
          margin-top: 15px; } }

#wakakusaryo #donate .cont1 {
  padding: 80px 0 110px; }
  @media screen and (max-width: 768px) {
    #wakakusaryo #donate .cont1 {
      padding: 30px 0 0; } }
  #wakakusaryo #donate .cont1 > p {
    background-repeat: no-repeat;
    background-position: bottom center;
    line-height: 32px;
    text-align: center; }
    @media screen and (min-width: 769px) {
      #wakakusaryo #donate .cont1 > p {
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont1 > p {
        line-height: 24px; } }
  #wakakusaryo #donate .cont1 .btn {
    background-color: #ef584c;
    background-position: right 60px center;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont1 .btn {
        padding: 19px 0;
        font-size: 12px;
        margin-top: 10px;
        background-position: right 15px center; } }
  #wakakusaryo #donate .cont1.type2 > p {
    background-image: url(../images/recruit/bg02.png);
    background-size: auto 50px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont1.type2 > p {
        background-size: 100%; } }
#wakakusaryo #donate .cont2 {
  padding: 60px 0;
  background-color: rgba(136, 235, 154, 0.25);
  border-radius: 10px;
  margin-bottom: 50px;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    #wakakusaryo #donate .cont2 {
      padding: 40px 0 25px;
      margin: 50px auto 0; } }
  #wakakusaryo #donate .cont2:before, #wakakusaryo #donate .cont2:after {
    content: "";
    background-repeat: no-repeat;
    position: absolute; }
  #wakakusaryo #donate .cont2:before {
    width: 100%;
    height: calc(100% + 55px);
    background-image: url(../images/donate/bg01.png), url(../images/donate/bg02.png);
    background-size: auto 175px,auto 165px;
    background-position: top,bottom right 40px;
    bottom: -50px;
    left: 0;
    z-index: -1;
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont2:before {
        height: 50%;
        background-size: 90%;
        background-position: top,bottom;
        bottom: 10px; } }
  #wakakusaryo #donate .cont2:after {
    width: 185px;
    height: 190px;
    background-image: url(../images/illust05.png);
    background-size: 100%;
    top: -130px;
    left: 20px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont2:after {
        display: none; } }
  #wakakusaryo #donate .cont2 h3 {
    width: 100%;
    padding: 24px 0 14px 30px;
    box-sizing: border-box;
    background: url(../images/donate/ttl_bg01.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont2 h3 {
        padding: 13px 0 6px;
        font-size: 16px;
        top: -20px; } }
  #wakakusaryo #donate .cont2 .btn {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont2 .btn {
        margin-bottom: 10px; } }
    #wakakusaryo #donate .cont2 .btn:last-of-type {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #donate .cont2 .btn:last-of-type {
          margin-bottom: 25px; } }
  #wakakusaryo #donate .cont2 h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont2 h4 {
        font-size: 16px;
        margin-bottom: 20px; } }
  #wakakusaryo #donate .cont2 dl {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont2 dl {
        display: block;
        text-align: center; } }
    #wakakusaryo #donate .cont2 dl dt, #wakakusaryo #donate .cont2 dl dd {
      width: 50%;
      margin-bottom: 15px; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #donate .cont2 dl dt:last-of-type, #wakakusaryo #donate .cont2 dl dd:last-of-type {
          margin: 0; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #donate .cont2 dl dt, #wakakusaryo #donate .cont2 dl dd {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #wakakusaryo #donate .cont2 dl dt {
        font-size: 16px;
        text-align: right; } }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont2 dl dt {
        margin-bottom: 10px; } }
    #wakakusaryo #donate .cont2 dl dd {
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #donate .cont2 dl dd {
          font-size: 14px;
          margin-bottom: 20px; }
          #wakakusaryo #donate .cont2 dl dd:last-child {
            margin: 0; } }
  #wakakusaryo #donate .cont2.type2 {
    padding-bottom: 30px;
    margin-bottom: 150px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #donate .cont2.type2 {
        padding: 30px 0 20px;
        margin-bottom: 0; } }
    #wakakusaryo #donate .cont2.type2:before {
      background-image: url(../images/donate/bg01.png);
      transform: scale(-1, 1); }
    #wakakusaryo #donate .cont2.type2:after {
      width: 107px;
      height: 210px;
      background-image: url(../images/illust01.png);
      top: -120px;
      right: 60px;
      left: auto; }
    #wakakusaryo #donate .cont2.type2 h3 {
      background-image: url(../images/donate/ttl_bg02.png); }
    #wakakusaryo #donate .cont2.type2 p {
      line-height: 32px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #donate .cont2.type2 p {
          line-height: 24px; } }
      #wakakusaryo #donate .cont2.type2 p.small {
        font-size: 14px;
        line-height: 24px;
        margin-top: 25px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #donate .cont2.type2 p.small {
            padding: 0 5%;
            font-size: 12px;
            text-align: left;
            margin-top: 15px; } }
    #wakakusaryo #donate .cont2.type2 form {
      width: 750px;
      padding: 30px 0;
      background-color: #88eb9a;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      margin: 25px auto 0; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #donate .cont2.type2 form {
          width: 90%;
          padding: 20px 0;
          display: block;
          margin-top: 15px; } }
      #wakakusaryo #donate .cont2.type2 form label {
        display: flex;
        align-items: center;
        align-content: center;
        margin-right: 55px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #donate .cont2.type2 form label {
            justify-content: center;
            margin: 0 0 15px; } }
        #wakakusaryo #donate .cont2.type2 form label input {
          width: 250px;
          height: 60px;
          padding: 0 15px;
          box-sizing: border-box;
          -webkit-appearance: none;
          border: none;
          font-size: 20px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #donate .cont2.type2 form label input {
              width: 200px;
              height: 45px; } }
        #wakakusaryo #donate .cont2.type2 form label p {
          font-size: 24px;
          font-weight: bold;
          margin-left: 15px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #donate .cont2.type2 form label p {
              font-size: 18px;
              margin-left: 10px; } }
      #wakakusaryo #donate .cont2.type2 form button {
        width: 300px;
        background-color: #ef584c;
        background-position: right 55px center;
        border: none;
        display: block;
        margin: 0 !important;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #donate .cont2.type2 form button {
            margin: 0 auto !important; } }
#wakakusaryo #donate .cont3 {
  padding: 80px 0 90px;
  background-color: #f7f5ef; }
  @media screen and (max-width: 768px) {
    #wakakusaryo #donate .cont3 {
      padding: 30px 0; } }
  #wakakusaryo #donate .cont3 .wrapper {
    position: relative; }
    #wakakusaryo #donate .cont3 .wrapper .btn {
      position: absolute;
      top: -15px;
      right: 0; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #donate .cont3 .wrapper .btn {
          position: static;
          margin: 25px auto 0; } }

#wakakusaryo #contact .cont1 {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    #wakakusaryo #contact .cont1 {
      padding: 30px 0; } }
  #wakakusaryo #contact .cont1 .ttl_box3 {
    margin: 0; }
#wakakusaryo #contact .cont2 {
  padding: 80px 0 90px;
  background-color: #f7f5ef; }
  @media screen and (min-width: 769px) {
    #wakakusaryo #contact .cont2 {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    #wakakusaryo #contact .cont2 {
      padding: 30px 0; } }
  #wakakusaryo #contact .cont2 .wrapper > p {
    font-weight: bold;
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #contact .cont2 .wrapper > p {
        line-height: 24px;
        margin-top: 20px; } }
  #wakakusaryo #contact .cont2 .contact_list {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #contact .cont2 .contact_list {
        margin-bottom: 25px; } }
    #wakakusaryo #contact .cont2 .contact_list dl {
      display: flex;
      align-items: flex-start;
      align-content: flex-start;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont2 .contact_list dl {
          display: block; } }
      #wakakusaryo #contact .cont2 .contact_list dl dt {
        width: 25%;
        padding-bottom: 15px;
        border-bottom: 2px #84e496 solid;
        font-weight: bold; }
        @media screen and (min-width: 769px) {
          #wakakusaryo #contact .cont2 .contact_list dl dt {
            font-size: 20px; } }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont2 .contact_list dl dt {
            width: 100%;
            padding-bottom: 10px; } }
      #wakakusaryo #contact .cont2 .contact_list dl dd {
        width: 68%;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont2 .contact_list dl dd {
            width: 100%;
            margin-top: 10px; } }
        #wakakusaryo #contact .cont2 .contact_list dl dd label {
          display: flex;
          align-items: center;
          align-content: center;
          margin-top: 20px;
          cursor: pointer; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #contact .cont2 .contact_list dl dd label {
              margin-top: 10px; } }
          #wakakusaryo #contact .cont2 .contact_list dl dd label input {
            margin: 0 15px 0 0; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #contact .cont2 .contact_list dl dd label input {
                margin-right: 5px; } }
  #wakakusaryo #contact .cont2 .attention {
    font-size: 13px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #contact .cont2 .attention {
        font-size: 12px;
        margin-bottom: 20px; } }
    #wakakusaryo #contact .cont2 .attention span {
      font-weight: bold;
      color: #ef584c; }
  #wakakusaryo #contact .cont2 .contact_cont dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #contact .cont2 .contact_cont dl {
        display: block; } }
    @media screen and (min-width: 769px) {
      #wakakusaryo #contact .cont2 .contact_cont dl dt, #wakakusaryo #contact .cont2 .contact_cont dl dd {
        margin-bottom: 50px; }
        #wakakusaryo #contact .cont2 .contact_cont dl dt:first-of-type, #wakakusaryo #contact .cont2 .contact_cont dl dd:first-of-type {
          margin-bottom: 20px; }
        #wakakusaryo #contact .cont2 .contact_cont dl dt:last-of-type, #wakakusaryo #contact .cont2 .contact_cont dl dd:last-of-type {
          margin: 0; } }
    #wakakusaryo #contact .cont2 .contact_cont dl dt {
      width: 22%;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #contact .cont2 .contact_cont dl dt {
          font-size: 17px;
          line-height: 60px; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont2 .contact_cont dl dt {
          width: 100%;
          margin-bottom: 10px; } }
      #wakakusaryo #contact .cont2 .contact_cont dl dt span {
        font-size: 14px;
        line-height: 100%;
        color: #ef584c;
        vertical-align: text-top;
        margin-left: 10px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont2 .contact_cont dl dt span {
            font-size: 12px;
            margin-left: 5px; } }
    #wakakusaryo #contact .cont2 .contact_cont dl dd {
      width: 78%; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont2 .contact_cont dl dd {
          width: 100%;
          margin-bottom: 25px; } }
      #wakakusaryo #contact .cont2 .contact_cont dl dd input[type="text"],
      #wakakusaryo #contact .cont2 .contact_cont dl dd textarea {
        width: 100%;
        box-sizing: border-box;
        -webkit-appearance: none;
        border: none; }
      #wakakusaryo #contact .cont2 .contact_cont dl dd input[type="text"] {
        height: 60px;
        padding: 0 15px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont2 .contact_cont dl dd input[type="text"] {
            height: 45px; } }
      #wakakusaryo #contact .cont2 .contact_cont dl dd textarea {
        height: 180px;
        padding: 15px;
        resize: none; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont2 .contact_cont dl dd textarea {
            height: 150px; } }
      #wakakusaryo #contact .cont2 .contact_cont dl dd.column2 {
        display: flex;
        justify-content: space-between; }
        #wakakusaryo #contact .cont2 .contact_cont dl dd.column2 label {
          width: 49%; }
      #wakakusaryo #contact .cont2 .contact_cont dl dd .error {
        font-size: 12px;
        color: #ef584c;
        margin-top: 10px; }
    #wakakusaryo #contact .cont2 .contact_cont dl .add_cont {
      display: none;
      width: 100%; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #contact .cont2 .contact_cont dl .add_cont {
          margin-bottom: 50px; } }
      #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization {
        margin-bottom: 50px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization {
            margin: 0; } }
        #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl {
          align-items: center;
          align-content: center; }
          @media screen and (min-width: 769px) {
            #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dt, #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd {
              margin: 0 0 30px 0; }
              #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dt:last-of-type, #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd:last-of-type {
                margin: 0; } }
          #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dt {
            width: 180px;
            line-height: 26px; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dt {
                width: 100%;
                line-height: 100%;
                margin-bottom: 10px; }
                #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dt br {
                  display: none; } }
          #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd {
            width: calc(100% - 180px);
            display: flex;
            flex-wrap: wrap; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd {
                width: 100%;
                display: block;
                margin-bottom: 20px; } }
            #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd select {
              width: 250px;
              height: 40px;
              padding: 0 15px;
              box-sizing: border-box;
              box-sizing: border-box;
              -webkit-appearance: none;
              border: 1px #4d4543 solid;
              border-radius: 0;
              cursor: pointer; }
              @media screen and (max-width: 768px) {
                #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd select {
                  width: 49%; } }
            #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd label {
              display: flex;
              align-items: center;
              align-content: center;
              cursor: pointer; }
              #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd label input {
                margin: 0 15px 0 0; }
                @media screen and (max-width: 768px) {
                  #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd label input {
                    margin-right: 5px; } }
            #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd span {
              display: block;
              margin: 0; }
            #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd .horizontal-item {
              width: 50%;
              margin-top: 15px; }
              @media screen and (min-width: 769px) {
                #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd .horizontal-item:nth-child(-n+2) {
                  margin: 0; } }
              @media screen and (max-width: 768px) {
                #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd .horizontal-item {
                  width: 100%;
                  margin-top: 10px; }
                  #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd .horizontal-item:first-child {
                    margin: 0; } }
              #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .organization dl dd .horizontal-item label {
                width: 100%; }
      #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .column3 > span {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between; }
        #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .column3 > span input {
          width: 31%; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #contact .cont2 .contact_cont dl .add_cont .column3 > span input {
              width: 29%; } }
      #wakakusaryo #contact .cont2 .contact_cont dl .add_cont.active {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start; }
  #wakakusaryo #contact .cont2 .contact_cont a {
    text-align: center;
    text-decoration: underline;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #contact .cont2 .contact_cont a {
        margin: 0; } }
  #wakakusaryo #contact .cont2 .contact_cont .btn_box {
    margin-top: 55px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #contact .cont2 .contact_cont .btn_box {
        margin-top: 25px; } }
    #wakakusaryo #contact .cont2 .contact_cont .btn_box .btn {
      background-color: #ef584c;
      border: none;
      display: block;
      cursor: pointer; }
    @media screen and (min-width: 769px) {
      #wakakusaryo #contact .cont2 .contact_cont .btn_box [name="submitBack"],
      #wakakusaryo #contact .cont2 .contact_cont .btn_box [name="send"] {
        width: 450px; } }
    #wakakusaryo #contact .cont2 .contact_cont .btn_box [name="submitBack"] {
      background-color: #4d4543;
      background-image: url(../images/contact/arrow.png);
      background-position: left 80px center; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont2 .contact_cont .btn_box [name="submitBack"] {
          background-position: left 20px center; } }
  #wakakusaryo #contact .cont2.confirm dl dt {
    line-height: 100%; }
    #wakakusaryo #contact .cont2.confirm dl dt span {
      display: none; }
  #wakakusaryo #contact .cont2.confirm .attention, #wakakusaryo #contact .cont2.confirm a {
    display: none; }
  #wakakusaryo #contact .cont2.complete {
    text-align: center; }
    #wakakusaryo #contact .cont2.complete h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont2.complete h3 {
          font-size: 16px;
          margin-bottom: 15px; } }
    #wakakusaryo #contact .cont2.complete p {
      line-height: 32px; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #contact .cont2.complete p {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont2.complete p {
          line-height: 24px; } }
#wakakusaryo #contact .cont3 {
  padding: 80px 0 40px; }
  @media screen and (min-width: 769px) {
    #wakakusaryo #contact .cont3 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #wakakusaryo #contact .cont3 .ttl_box3 {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    #wakakusaryo #contact .cont3 {
      padding: 30px 0 0; } }
  #wakakusaryo #contact .cont3 .address_box {
    padding: 75px 100px;
    background-color: rgba(132, 228, 150, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #contact .cont3 .address_box {
        padding: 30px;
        display: block;
        margin-bottom: 20px; } }
    #wakakusaryo #contact .cont3 .address_box > img {
      width: 24%; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont3 .address_box > img {
          width: 150px;
          margin: 0 auto 20px; } }
    #wakakusaryo #contact .cont3 .address_box .text_box {
      width: 66%; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont3 .address_box .text_box {
          width: 100%; } }
      #wakakusaryo #contact .cont3 .address_box .text_box > div {
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont3 .address_box .text_box > div {
            display: block; } }
        #wakakusaryo #contact .cont3 .address_box .text_box > div p {
          line-height: 26px; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #contact .cont3 .address_box .text_box > div p {
              line-height: 20px;
              text-align: center; } }
          #wakakusaryo #contact .cont3 .address_box .text_box > div p:nth-child(1) {
            font-weight: bold; }
            @media screen and (max-width: 768px) {
              #wakakusaryo #contact .cont3 .address_box .text_box > div p:nth-child(1) {
                margin-bottom: 10px; } }
          @media screen and (min-width: 769px) {
            #wakakusaryo #contact .cont3 .address_box .text_box > div p:nth-child(2) {
              font-size: 16px; } }
      #wakakusaryo #contact .cont3 .address_box .text_box .btn {
        padding: 13px 0;
        background-color: #4d4543;
        background-image: url(../images/contact/btn_icon.png);
        background-size: 15px;
        margin: 55px auto 0; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont3 .address_box .text_box .btn {
            margin-top: 20px; } }
  #wakakusaryo #contact .cont3 .map_box {
    position: relative; }
    @media screen and (min-width: 769px) {
      #wakakusaryo #contact .cont3 .map_box {
        min-width: 1000px; } }
    #wakakusaryo #contact .cont3 .map_box:after {
      content: "";
      width: 24.5%;
      height: 42%;
      background-image: url(../images/illust01.png), url(../images/illust05.png);
      background-repeat: no-repeat;
      background-size: 40%,84%;
      background-position: right bottom,top left;
      position: absolute;
      left: -7%;
      bottom: -3.5%;
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont3 .map_box:after {
          width: 50px;
          height: 100px;
          background-image: url(../images/illust01.png);
          background-size: 100%;
          background-position: top left;
          top: 90vw;
          left: 0;
          bottom: auto; } }
    @media screen and (max-width: 768px) {
      #wakakusaryo #contact .cont3 .map_box .icon_box {
        margin-bottom: 100px;
        position: relative; } }
    #wakakusaryo #contact .cont3 .map_box .icon_box p {
      width: 10%;
      position: absolute;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont3 .map_box .icon_box p {
          width: 15.5%; } }
      #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(1) {
        right: 42%;
        bottom: 38.5%; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(1) {
            right: 33.5%;
            bottom: 30%; } }
      #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(2) {
        right: 28.5%;
        bottom: 40%; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(2) {
            right: 13%;
            bottom: 32%; } }
      #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(3) {
        right: 31%;
        bottom: 49.5%; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(3) {
            right: 16%;
            bottom: 42.5%; } }
      #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(4) {
        top: 8%;
        right: 37%; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(4) {
            top: 9%;
            right: 26%; } }
      #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(5) {
        top: 11.5%;
        left: 36.5%; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont3 .map_box .icon_box p:nth-child(5) {
            top: 13%;
            left: 33.5%; } }
    #wakakusaryo #contact .cont3 .map_box .text_box > div {
      width: 20%;
      padding: 20px;
      border: 2px #84e496 solid;
      box-sizing: border-box;
      border-radius: 10px;
      position: absolute;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont3 .map_box .text_box > div {
          width: 100%;
          padding: 15px;
          border-radius: 5px;
          position: static;
          margin-top: 15px; }
          #wakakusaryo #contact .cont3 .map_box .text_box > div:nth-child(1) {
            margin: 0; } }
      #wakakusaryo #contact .cont3 .map_box .text_box > div img {
        width: auto;
        height: 20px;
        margin: 0 auto 15px; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont3 .map_box .text_box > div img {
            margin-bottom: 10px; } }
      #wakakusaryo #contact .cont3 .map_box .text_box > div p {
        line-height: 20px;
        font-feature-settings: "palt"; }
        @media screen and (min-width: 769px) {
          #wakakusaryo #contact .cont3 .map_box .text_box > div p {
            font-size: 14px; } }
      #wakakusaryo #contact .cont3 .map_box .text_box > div:nth-child(1) {
        right: 22%;
        bottom: 0; }
      #wakakusaryo #contact .cont3 .map_box .text_box > div:nth-child(2) {
        right: 0;
        bottom: 22%; }
      #wakakusaryo #contact .cont3 .map_box .text_box > div:nth-child(3) {
        top: 37%;
        right: 0; }
      #wakakusaryo #contact .cont3 .map_box .text_box > div:nth-child(4) {
        top: 13%;
        right: 0; }
      #wakakusaryo #contact .cont3 .map_box .text_box > div:nth-child(5) {
        top: 20.5%;
        left: 0; }
      #wakakusaryo #contact .cont3 .map_box .text_box > div.start {
        width: 25%;
        padding: 20px 0;
        background-color: #84e496;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35);
        border: none;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
        color: #fff;
        top: 45.5%;
        left: 15%; }
        @media screen and (max-width: 768px) {
          #wakakusaryo #contact .cont3 .map_box .text_box > div.start {
            width: 40%;
            padding: 10px 0;
            position: absolute;
            font-size: 14px;
            line-height: 20px;
            top: 48vw;
            left: 0;
            margin: 0; } }
        #wakakusaryo #contact .cont3 .map_box .text_box > div.start:after {
          content: "";
          width: 60px;
          height: 25px;
          border-right: 30px transparent solid;
          border-bottom: 25px #84e496 solid;
          border-left: 30px transparent solid;
          box-sizing: border-box;
          position: absolute;
          right: -30px;
          bottom: 25px;
          pointer-events: none;
          z-index: -1; }
          @media screen and (max-width: 768px) {
            #wakakusaryo #contact .cont3 .map_box .text_box > div.start:after {
              width: 30px;
              height: 15px;
              border-right-width: 15px;
              border-bottom-width: 15px;
              border-left-width: 15px;
              right: -15px;
              bottom: 15px; } }
    #wakakusaryo #contact .cont3 .map_box .text_box > p {
      width: 33%;
      padding: 55px 40px 60px 0;
      box-sizing: border-box;
      background: url(../images/contact/text_bg.png) no-repeat;
      background-size: 100% 100%;
      font-size: 16px;
      font-weight: bold;
      line-height: 26px;
      text-align: center;
      color: #fff;
      position: absolute;
      left: 17.5%;
      bottom: -4.5%; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #contact .cont3 .map_box .text_box > p {
          width: 200px;
          padding: 34px 25px 34px 0;
          font-size: 10px;
          line-height: 16px;
          top: 98vw;
          left: 50px;
          bottom: auto; } }

#wakakusaryo #policy .wrapper {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    #wakakusaryo #policy .wrapper {
      padding: 30px 0 0; } }
  #wakakusaryo #policy .wrapper > div:not(.ttl_box3) {
    line-height: 32px; }
    @media screen and (max-width: 768px) {
      #wakakusaryo #policy .wrapper > div:not(.ttl_box3) {
        line-height: 24px; } }
    #wakakusaryo #policy .wrapper > div:not(.ttl_box3) h4 {
      font-size: 22px;
      font-weight: bold;
      margin: 30px 0 15px; }
      @media screen and (max-width: 768px) {
        #wakakusaryo #policy .wrapper > div:not(.ttl_box3) h4 {
          font-size: 15px;
          margin: 20px 0 10px; } }
      #wakakusaryo #policy .wrapper > div:not(.ttl_box3) h4:nth-child(1) {
        margin-top: 0; }
    #wakakusaryo #policy .wrapper > div:not(.ttl_box3) h5 {
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #policy .wrapper > div:not(.ttl_box3) h5 {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #policy .wrapper > div:not(.ttl_box3) h5 {
          margin-bottom: 5px; } }
    #wakakusaryo #policy .wrapper > div:not(.ttl_box3) p {
      margin-bottom: 15px; }
      @media screen and (min-width: 769px) {
        #wakakusaryo #policy .wrapper > div:not(.ttl_box3) p {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #wakakusaryo #policy .wrapper > div:not(.ttl_box3) p {
          margin-bottom: 10px; } }
      #wakakusaryo #policy .wrapper > div:not(.ttl_box3) p:last-child {
        margin: 0; }
    #wakakusaryo #policy .wrapper > div:not(.ttl_box3) ul li {
      padding-left: 1.5em;
      margin-bottom: 15px;
      position: relative; }
      #wakakusaryo #policy .wrapper > div:not(.ttl_box3) ul li:last-child {
        margin: 0; }
      #wakakusaryo #policy .wrapper > div:not(.ttl_box3) ul li span {
        position: absolute;
        top: 0;
        left: 0; }
      #wakakusaryo #policy .wrapper > div:not(.ttl_box3) ul li ul li {
        padding-left: 2em; }

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