@charset "UTF-8";
body {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  font-size: 1.1rem; }

.root {
  overflow: hidden;
  min-width: 1200px; }
  @media only screen and (max-width: 767px) {
    .root {
      min-width: 0; } }

footer {
  padding: 1px 0 0;
  background: #d8e946 url(../img/footer_bg.png) 50% 10px no-repeat;
  position: relative; }
  footer::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: url(../img/footer_bg_top.png) 50% 100%;
    height: 30px;
    top: -29px; }
  footer .footer_head {
    width: 404px;
    margin: -184px auto 0;
    background: url(../img/footer_deko.png) 50% 0 no-repeat;
    position: relative;
    padding-top: 54px; }
    @media only screen and (max-width: 767px) {
      footer .footer_head {
        width: auto; } }
    footer .footer_head img {
      display: block;
      margin: auto; }
  footer .footer_title {
    text-align: center;
    background: url(../img/footer_title_bg.png) 50% 100% no-repeat;
    color: #56391f;
    font-weight: 700;
    margin: 1ex 0 1em; }
  footer .footer_address {
    text-align: center;
    font-weight: 700;
    line-height: 1.7;
    color: #56391f; }
    @media only screen and (max-width: 767px) {
      footer .footer_address span {
        display: inline-block; } }
  footer .footer_copy {
    margin-top: 4em;
    padding: 0.3ex 0;
    line-height: 1.6;
    text-align: center;
    color: #a08063;
    background-color: #56391f; }

.btn {
  display: table;
  margin: 1ex auto 0;
  background: #5c3a1a;
  border: 3px solid #1e1004;
  border-radius: 2em;
  font-weight: 700;
  color: #ffffff;
  padding: 0.8ex 3em;
  box-shadow: 7px 7px 0 #1e1004;
  transition: 0.3s all;
  line-height: 1.5;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .btn {
      padding: 0.8ex 2em; } }
  .btn:hover, .btn:active {
    box-shadow: 0 0 1px #1e1004;
    transform: translate(7px, 7px);
    background-color: #ffa800; }

.mainimg {
  position: relative;
  overflow: hidden;
  min-width: 1200px; }
  @media only screen and (max-width: 767px) {
    .mainimg {
      min-width: 0;
      margin: 0 -20vw; } }
  .mainimg ul.mainimg_slider {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .mainimg ul.mainimg_slider li {
      margin: 0;
      padding: 0; }
      .mainimg ul.mainimg_slider li img {
        display: block;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .mainimg ul.mainimg_slider li img {
            width: 140vw; } }
  .mainimg .mainimg_overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none; }
    .mainimg .mainimg_overlay img {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      display: block; }
      @media only screen and (max-width: 767px) {
        .mainimg .mainimg_overlay img {
          width: 140vw; } }

.color_line {
  margin: 1.5em auto;
  min-height: 16px;
  background: url(../img/color_line.png) 50% 50% repeat-x; }

.anchor_link {
  background: #462c14;
  border-radius: 10px;
  margin: 1.5em auto 3em;
  display: flex;
  justify-content: center;
  color: #ffffff;
  max-width: 1200px; }
  @media only screen and (max-width: 767px) {
    .anchor_link {
      display: block;
      margin: 1.5em 10px 2em;
      padding: 1ex 0; } }
  .anchor_link li {
    padding: 1em 1em; }
    @media only screen and (max-width: 767px) {
      .anchor_link li {
        padding: 0.5ex 1em; } }
    .anchor_link li:first-child a {
      border-left: none; }
    .anchor_link li a {
      padding: 0em 3em;
      display: block;
      border-left: 2px solid #593d23; }
      @media only screen and (max-width: 767px) {
        .anchor_link li a {
          padding: 0em;
          border-left: none; } }
      .anchor_link li a::before {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background: 50% 50% / contain no-repeat;
        vertical-align: middle;
        margin-right: 1ex; }
    .anchor_link li:nth-child(1) a::before {
      background-image: url(../img/anchor_icon01.png); }
    .anchor_link li:nth-child(2) a::before {
      background-image: url(../img/anchor_icon02.png); }
    .anchor_link li:nth-child(3) a::before {
      background-image: url(../img/anchor_icon03.png); }

.iine_aichisan {
  position: relative;
  background: #d8e946 url(../img/iine_aichisan_bg.png) 50% 50% no-repeat;
  padding: 40px 0; }
  .iine_aichisan > div {
    width: 1200px;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .iine_aichisan > div {
        width: auto;
        overflow: hidden; } }
  .iine_aichisan::before, .iine_aichisan::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../img/iine_aichisan_border.png) 50% 50% repeat-x; }
  .iine_aichisan::before {
    top: 0; }
  .iine_aichisan::after {
    bottom: 0; }
  .iine_aichisan h2 {
    margin: 0;
    padding: 0; }
    .iine_aichisan h2 img {
      max-height: 200px;
      display: block;
      margin: auto; }
  .iine_aichisan .iine_aichisan_list {
    margin: 0 auto 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 1050px; }
    @media only screen and (max-width: 767px) {
      .iine_aichisan .iine_aichisan_list {
        margin: 1em auto;
        width: auto;
        flex-wrap: wrap; } }
    .iine_aichisan .iine_aichisan_list li {
      width: 33.3%;
      padding: 20px;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .iine_aichisan .iine_aichisan_list li {
          padding: 5px;
          width: 50%; } }
      .iine_aichisan .iine_aichisan_list li a {
        display: block;
        position: relative; }
        .iine_aichisan .iine_aichisan_list li a span {
          display: block;
          position: relative;
          z-index: 2; }
        .iine_aichisan .iine_aichisan_list li a::before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 1;
          top: 10px;
          left: 0;
          transform: translate(10px, 5px);
          background: url(../img/iine_aichisan_point_shadow.png) 50% 50%/contain no-repeat; }

.landing_main {
  width: 1200px;
  margin: 80px auto; }
  @media only screen and (max-width: 767px) {
    .landing_main {
      width: auto; } }
  .landing_main > div {
    margin: 0 -100px; }
    @media only screen and (max-width: 767px) {
      .landing_main > div {
        margin: 0; } }
  .landing_main .section_point + .color_line {
    max-width: 1204px;
    margin: auto; }
  .landing_main .section_point {
    background: #fff7e0 url(../img/section_point_bg.png) 50% 50% repeat;
    border-radius: 30px;
    padding: 30px 0 50px;
    margin: 80px auto; }
    .landing_main .section_point:nth-of-type(even) {
      background: #fff7e0 url(../img/section_point_even_bg.png) 50% 50% repeat; }
    .landing_main .section_point .point_head {
      display: flex;
      justify-content: center;
      margin-top: -60px; }
      @media only screen and (max-width: 767px) {
        .landing_main .section_point .point_head {
          display: block; } }
      .landing_main .section_point .point_head > * img {
        display: block;
        margin: auto; }
    .landing_main .section_point.point01 .point_head {
      flex-direction: row-reverse; }
      .landing_main .section_point.point01 .point_head > * {
        padding: 0 60px; }
        @media only screen and (max-width: 767px) {
          .landing_main .section_point.point01 .point_head > *:last-child img {
            display: block;
            max-width: 50%;
            margin: auto; } }
    .landing_main .section_point.point01 .point_panel {
      background-image: url(../img/point_panel01_bg.png), url(../img/point_panel_even_bg.png); }
      .landing_main .section_point.point01 .point_panel .point01_fig {
        margin-top: 1em;
        text-align: center; }
        .landing_main .section_point.point01 .point_panel .point01_fig img {
          display: inline-block;
          margin: auto;
          vertical-align: middle; }
          @media only screen and (max-width: 767px) {
            .landing_main .section_point.point01 .point_panel .point01_fig img {
              display: block;
              margin: auto; } }
    .landing_main .section_point.point02 .point_head > * {
      padding: 0 40px; }
      @media only screen and (max-width: 767px) {
        .landing_main .section_point.point02 .point_head > *:last-child img {
          display: block;
          max-width: 50%;
          margin: auto; } }
    .landing_main .section_point.point02 .point_panel {
      background-image: url(../img/point_panel02_bg.png), url(../img/landing_bg.png);
      padding: 40px 200px; }
      @media only screen and (max-width: 767px) {
        .landing_main .section_point.point02 .point_panel {
          background-image: none, url(../img/landing_bg.png); } }
    .landing_main .section_point.point03 .point_head {
      flex-direction: row-reverse; }
      .landing_main .section_point.point03 .point_head > * {
        padding: 0 10px; }
        .landing_main .section_point.point03 .point_head > *:first-child {
          margin-right: -100px; }
          @media only screen and (max-width: 767px) {
            .landing_main .section_point.point03 .point_head > *:first-child {
              margin-right: 0;
              display: none; } }
        @media only screen and (max-width: 767px) {
          .landing_main .section_point.point03 .point_head > *:last-child img {
            display: block;
            max-width: 50%;
            margin: auto; } }
    .landing_main .section_point.point03 .point_panel {
      background-image: url(../img/point_panel03_bg.png), url(../img/point_panel_even_bg.png); }
    .landing_main .section_point .point_panel {
      position: relative;
      border-radius: 20px;
      border: 3px solid #574130;
      padding: 40px 100px;
      box-sizing: border-box;
      width: 1200px;
      margin: auto;
      background-color: #ffc229;
      background-repeat: no-repeat, repeat;
      background-position: 100% 100%, 50% 50%; }
      @media only screen and (max-width: 767px) {
        .landing_main .section_point .point_panel {
          width: auto !important;
          padding: 35px 35px !important; } }
      .landing_main .section_point .point_panel p {
        transform: rotate(0.05deg); }
      .landing_main .section_point .point_panel .point_panel_hole {
        pointer-events: none;
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .landing_main .section_point .point_panel .point_panel_hole > li {
          position: absolute;
          margin: 0;
          padding: 0;
          width: 20px;
          height: 20px;
          background: url(../img/point_panel_hole.png) 50% 50%/contain no-repeat; }
          .landing_main .section_point .point_panel .point_panel_hole > li:nth-child(1) {
            top: 20px;
            left: 20px; }
          .landing_main .section_point .point_panel .point_panel_hole > li:nth-child(2) {
            top: 20px;
            right: 20px; }
          .landing_main .section_point .point_panel .point_panel_hole > li:nth-child(3) {
            bottom: 20px;
            left: 20px; }
          .landing_main .section_point .point_panel .point_panel_hole > li:nth-child(4) {
            bottom: 20px;
            right: 20px; }
  .landing_main .section_sdgs .sdgs_content h2 {
    margin: 0px auto -70px;
    padding: 0;
    background: #d8e946 url(../img/section_sdgs_bg.png) 0% 50%;
    display: table;
    border-radius: 30px 30px 0 0; }
    .landing_main .section_sdgs .sdgs_content h2 img {
      display: block; }
  .landing_main .section_sdgs .sdgs_content .sdgs_content_body {
    padding: 100px 100px 50px;
    background: #d8e946 url(../img/section_sdgs_bg.png) 0% 50%;
    border-radius: 30px; }
    @media only screen and (max-width: 767px) {
      .landing_main .section_sdgs .sdgs_content .sdgs_content_body {
        padding: 100px 20px 50px; } }
    .landing_main .section_sdgs .sdgs_content .sdgs_content_body p {
      transform: rotate(0.05deg); }
    .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit {
      margin: 1em -30px;
      padding: 0;
      display: flex;
      list-style-type: none; }
      @media only screen and (max-width: 767px) {
        .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit {
          display: block;
          margin: 0; } }
      .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li {
        margin: 0;
        padding: 30px;
        width: 33.33%;
        box-sizing: border-box;
        display: flex; }
        @media only screen and (max-width: 767px) {
          .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li {
            width: auto;
            padding: 30px 0; } }
        .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li > div {
          position: relative;
          display: flex;
          flex-grow: 1; }
          .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li > div::after {
            content: "";
            background: #574130;
            border-radius: 20px;
            position: absolute;
            top: 14px;
            left: 14px;
            width: 100%;
            height: 100%;
            z-index: 1; }
          .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li > div > div {
            padding: 25px;
            border-radius: 20px;
            border: 5px solid #574130;
            background-color: #faffd1;
            position: relative;
            z-index: 2;
            width: 100%;
            box-sizing: border-box; }
          .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li > div ul {
            margin: 0;
            padding: 0;
            list-style-type: disc; }
            .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li > div ul li {
              margin: 1ex 0 0 15px;
              padding: 0;
              color: #b4cc20;
              transform: rotate(0.05deg);
              line-height: 1.8; }
              .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li > div ul li span {
                color: #333333; }
          .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li > div .sdgs_merit_title {
            margin-top: -55px; }
            .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_merit > li > div .sdgs_merit_title img {
              display: block;
              margin: auto; }
    .landing_main .section_sdgs .sdgs_content .sdgs_content_body .sdgs_content_bnr img {
      vertical-align: middle;
      margin: auto; }

.green_marker {
  background: url(../img/green_marker.png) 50% 50%/auto 100% repeat-x; }

.section_wecando {
  position: relative;
  background: url(../img/landing_bg.png) 50% 0 repeat;
  padding: 0 0 240px; }
  .section_wecando > div {
    width: 1200px;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .section_wecando > div {
        width: auto; } }
  .section_wecando::before {
    background: url(../img/landing_bg_top.png) 50% 0 repeat-x;
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    position: absolute;
    top: -16px; }
  .section_wecando .section_wecando_body {
    padding: 60px 0 0;
    width: 1400px;
    margin: auto -100px; }
    @media only screen and (max-width: 767px) {
      .section_wecando .section_wecando_body {
        padding: 40px 20px 0;
        margin: 0;
        width: auto; } }
    .section_wecando .section_wecando_body h2 {
      margin: 0;
      padding: 0; }
      .section_wecando .section_wecando_body h2 img {
        display: block;
        margin: auto; }
    .section_wecando .section_wecando_body h2 + p {
      text-align: center;
      transform: rotate(0.05deg);
      margin: 1.5em 0;
      line-height: 1.7; }
      @media only screen and (max-width: 767px) {
        .section_wecando .section_wecando_body h2 + p {
          text-align: left; } }
    .section_wecando .section_wecando_body .wecando_panel {
      position: relative;
      border-radius: 20px;
      margin: 120px auto 100px;
      border-radius: 20px;
      border: 5px solid #574130;
      padding: 40px 80px;
      background: #ffffff;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section_wecando .section_wecando_body .wecando_panel {
          border-width: 3px;
          padding: 20px;
          margin: 30px auto 30px; } }
      .section_wecando .section_wecando_body .wecando_panel h3 {
        margin: -120px auto 0;
        padding: 0;
        position: relative;
        z-index: 10; }
        @media only screen and (max-width: 767px) {
          .section_wecando .section_wecando_body .wecando_panel h3 {
            margin: 0 auto 0; } }
        .section_wecando .section_wecando_body .wecando_panel h3 img {
          display: block;
          margin: auto; }
      .section_wecando .section_wecando_body .wecando_panel p {
        transform: rotate(0.05deg); }
      .section_wecando .section_wecando_body .wecando_panel .wecando_list {
        margin: 20px 0 70px;
        padding: 0 0 50px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .section_wecando .section_wecando_body .wecando_panel .wecando_list {
            display: block;
            margin: 0;
            padding: 0 0 0px; } }
        .section_wecando .section_wecando_body .wecando_panel .wecando_list::after {
          position: absolute;
          left: 0;
          bottom: 0;
          content: "";
          display: block;
          width: 98%;
          margin: 0 1%;
          min-height: 16px;
          background: url(../img/color_line.png) 50% 50% repeat-x; }
          @media only screen and (max-width: 767px) {
            .section_wecando .section_wecando_body .wecando_panel .wecando_list::after {
              content: none; } }
        .section_wecando .section_wecando_body .wecando_panel .wecando_list > li {
          margin: 0;
          width: 50%;
          box-sizing: border-box;
          position: relative;
          color: #56391f; }
          @media only screen and (max-width: 767px) {
            .section_wecando .section_wecando_body .wecando_panel .wecando_list > li {
              width: auto; }
              .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:first-child {
                padding-top: 10px !important; }
              .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:first-child::after, .section_wecando .section_wecando_body .wecando_panel .wecando_list > li.noborder::after {
                content: none !important; }
              .section_wecando .section_wecando_body .wecando_panel .wecando_list > li.noborder {
                padding: 0 !important; } }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(odd) {
            padding: 100px 35px 30px 105px; }
            @media only screen and (max-width: 767px) {
              .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(odd) {
                padding: 40px 0 40px 0; } }
            .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(odd)::after {
              position: absolute;
              left: 0;
              top: 0;
              content: "";
              display: block;
              width: 196%;
              margin: 1.5em 2%;
              min-height: 16px;
              background: url(../img/color_line.png) 50% 50% repeat-x; }
              @media only screen and (max-width: 767px) {
                .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(odd)::after {
                  width: 100%;
                  margin: 0;
                  background: url(../img/color_line.png) 50% 50%/33px 8px repeat-x; } }
          @media only screen and (max-width: 767px) {
            .section_wecando .section_wecando_body .wecando_panel .wecando_list > li p.small {
              line-height: 1.8; } }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(even) {
            padding: 100px 20px 30px 120px; }
            @media only screen and (max-width: 767px) {
              .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(even) {
                padding: 40px 0 40px 0; } }
            .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(even)::before {
              content: "";
              position: absolute;
              left: -1px;
              top: 36%;
              height: 50%;
              display: block;
              width: 3px;
              background: url(../img/wecando_list_splitter.png) 50% 50% repeat-y; }
              @media only screen and (max-width: 767px) {
                .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(even)::before {
                  content: none; } }
            @media only screen and (max-width: 767px) {
              .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(even)::after {
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                display: block;
                width: 196%;
                margin: 0;
                min-height: 16px;
                background: url(../img/color_line.png) 50% 50%/33px 8px repeat-x;
                width: 100%; } }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(even).noborder img {
            margin-top: 1.5em; }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(even).noborder::before {
            content: none; }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(1) h4::before {
            background-image: url(../img/wecando_num01.png); }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(2) h4::before {
            background-image: url(../img/wecando_num02.png); }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(3) h4::before {
            background-image: url(../img/wecando_num03.png); }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(4) h4::before {
            background-image: url(../img/wecando_num04.png); }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(5) h4::before {
            background-image: url(../img/wecando_num05.png); }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(6) h4::before {
            background-image: url(../img/wecando_num06.png); }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(7) h4::before {
            background-image: url(../img/wecando_num07.png); }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:nth-child(8) h4::before {
            background-image: url(../img/wecando_num08.png); }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li:only-child h4::before {
            background-image: none; }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li h4 {
            margin: 0 0 1ex;
            padding: 0;
            position: relative; }
            @media only screen and (max-width: 767px) {
              .section_wecando .section_wecando_body .wecando_panel .wecando_list > li h4 {
                margin: 0 0 1ex 70px; } }
            .section_wecando .section_wecando_body .wecando_panel .wecando_list > li h4 img {
              max-height: 64px; }
            .section_wecando .section_wecando_body .wecando_panel .wecando_list > li h4::before {
              content: "";
              position: absolute;
              display: block;
              width: 66px;
              height: 56px;
              left: -72px;
              top: 0;
              background: 50% 50% / contain no-repeat; }
          .section_wecando .section_wecando_body .wecando_panel .wecando_list > li p {
            padding: 1ex 15px;
            line-height: 1.8; }
            .section_wecando .section_wecando_body .wecando_panel .wecando_list > li p::after {
              content: "";
              display: block;
              height: 0;
              clear: both; }
      .section_wecando .section_wecando_body .wecando_panel .wecando_panel_hole {
        pointer-events: none;
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        @media only screen and (max-width: 767px) {
          .section_wecando .section_wecando_body .wecando_panel .wecando_panel_hole {
            display: none; } }
        .section_wecando .section_wecando_body .wecando_panel .wecando_panel_hole > li {
          position: absolute;
          margin: 0;
          padding: 0;
          width: 30px;
          height: 30px;
          background: url(../img/wecando_panel_hole.png) 50% 50%/contain no-repeat; }
          .section_wecando .section_wecando_body .wecando_panel .wecando_panel_hole > li:nth-child(1) {
            top: 25px;
            left: 25px; }
          .section_wecando .section_wecando_body .wecando_panel .wecando_panel_hole > li:nth-child(2) {
            top: 25px;
            right: 25px; }
          .section_wecando .section_wecando_body .wecando_panel .wecando_panel_hole > li:nth-child(3) {
            bottom: 25px;
            left: 25px; }
          .section_wecando .section_wecando_body .wecando_panel .wecando_panel_hole > li:nth-child(4) {
            bottom: 25px;
            right: 25px; }

.mos-green {
  color: #99ab00; }

.floatImgR {
  float: right;
  margin-left: 20px;
  max-width: 120px; }
  @media only screen and (max-width: 767px) {
    .floatImgR {
      max-width: none;
      float: none;
      margin: 1ex auto; } }

.alignRight {
  text-align: right; }
  .alignRight img {
    margin-left: auto; }

.alignCenter {
  text-align: center; }
  .alignCenter img {
    margin-left: auto;
    margin-right: auto; }

.bnr_container {
  margin-top: 1.5em;
  text-align: center; }
  .bnr_container img {
    margin-left: auto;
    margin-right: auto; }

.brown_bnr {
  margin: 2em 0 0; }
  .brown_bnr img {
    margin-left: -15px; }

/* 体裁たくさんあるし面倒すぎるので使わない */
.btn_brown {
  padding: 1em 1ex;
  margin: 0;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  display: table; }
  .btn_brown a {
    display: flex;
    position: relative;
    flex-grow: 1; }
    .btn_brown a::before, .btn_brown a::after {
      content: "";
      display: block;
      width: 84px;
      height: 74px;
      position: absolute;
      top: -23px;
      left: -32px;
      transition: 0.3s all;
      transform-origin: 81% 78%; }
    .btn_brown a::before {
      z-index: 0;
      background: url(../img/quiz_q_choice_deco_b.png) 0 0/contain no-repeat; }
    .btn_brown a::after {
      z-index: 10;
      background: url(../img/quiz_q_choice_deco_f.png) 0 0/contain no-repeat; }
    .btn_brown a:hover > span, .btn_brown a:active > span {
      box-shadow: 0 0 1px #462c14;
      transform: translate(12px, 12px);
      background: #ffa800; }
      .btn_brown a:hover > span::after, .btn_brown a:active > span::after {
        transform: translate(-20px, -30px) rotate(30deg); }
    .btn_brown a:hover::before, .btn_brown a:hover::after, .btn_brown a:active::before, .btn_brown a:active::after {
      transform: translate(12px, 12px) rotate(-20deg); }
    .btn_brown a > span {
      position: relative;
      display: block;
      flex-grow: 1;
      background: #462c14;
      border: 5px solid #1e1004;
      border-radius: 10px;
      box-shadow: 12px 12px 0 #1e1004;
      text-align: center;
      color: #ffffff;
      transition: 0.3s all;
      line-height: 1.6;
      padding: 1ex 3em; }
      .btn_brown a > span::after {
        content: "";
        position: absolute;
        right: -20px;
        bottom: -30px;
        width: 84px;
        height: 74px;
        background: url(../img/quiz_q_choice_hand.png) 50% 50%/contain no-repeat;
        transition: 0.3s all; }
    .btn_brown a .btn_txt_main {
      display: table;
      margin: auto;
      position: relative;
      padding: 0 0.8em 0 0.3ex;
      background: url(../img/quiz_q_txt_arrow.png) 100% 50%/10px 12px no-repeat; }
    .btn_brown a .btn_txt_sub {
      display: table;
      margin: auto;
      position: relative;
      color: #a4917f; }

.date_orange {
  color: #e35118; }
  .date_orange em {
    font-style: normal; }

.week_orange {
  columns: #f89c78; }

.point01_ranking {
  position: relative;
  margin-top: 2.5em; }
  .point01_ranking .point01_ranking_title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
    @media only screen and (max-width: 767px) {
      .point01_ranking .point01_ranking_title {
        position: static; } }
    .point01_ranking .point01_ranking_title > div {
      margin-left: 470px; }
      @media only screen and (max-width: 767px) {
        .point01_ranking .point01_ranking_title > div {
          margin: auto; } }
      .point01_ranking .point01_ranking_title > div img {
        display: block;
        margin: auto; }
  .point01_ranking > p {
    width: 1100px;
    margin: auto;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .point01_ranking > p {
        width: auto; } }

.point01_ranking_list {
  display: flex;
  margin: 1em auto;
  justify-content: center;
  align-items: end; }
  @media only screen and (max-width: 767px) {
    .point01_ranking_list {
      display: block; } }
  .point01_ranking_list > li {
    margin: 0 26px; }
    @media only screen and (max-width: 767px) {
      .point01_ranking_list > li {
        margin: 1em 10px; } }
    .point01_ranking_list > li:nth-child(1) {
      width: 428px; }
      @media only screen and (max-width: 767px) {
        .point01_ranking_list > li:nth-child(1) {
          width: auto; } }
      .point01_ranking_list > li:nth-child(1) .point01_rank_head img {
        height: 104px; }
      .point01_ranking_list > li:nth-child(1) .point01_rank_body > div {
        padding: 40px;
        min-height: 348px; }
        @media only screen and (max-width: 767px) {
          .point01_ranking_list > li:nth-child(1) .point01_rank_body > div {
            min-height: 0;
            padding: 20px;
            line-height: 1.8; } }
      .point01_ranking_list > li:nth-child(1) .point01_rank_body::after {
        background-image: url(../img/point01_rank01_body_deco.png); }
    .point01_ranking_list > li:nth-child(2) {
      width: 288px; }
      @media only screen and (max-width: 767px) {
        .point01_ranking_list > li:nth-child(2) {
          width: auto; } }
      .point01_ranking_list > li:nth-child(2) .point01_rank_body::after {
        background-image: url(../img/point01_rank02_body_deco.png); }
    .point01_ranking_list > li:nth-child(3) {
      width: 288px; }
      @media only screen and (max-width: 767px) {
        .point01_ranking_list > li:nth-child(3) {
          width: auto; } }
      .point01_ranking_list > li:nth-child(3) .point01_rank_body::after {
        background-image: url(../img/point01_rank03_body_deco.png); }
  .point01_ranking_list .point01_rank_head {
    position: relative;
    z-index: 2;
    margin-bottom: -4px; }
    .point01_ranking_list .point01_rank_head img {
      height: 74px;
      display: block;
      margin: auto; }
  .point01_ranking_list .point01_rank_body {
    border-radius: 15px;
    border: 4px solid #56391f;
    background: #ffc942;
    padding: 20px;
    position: relative; }
    .point01_ranking_list .point01_rank_body::after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 99px;
      height: 96px;
      background: 100% 100% / contain no-repeat;
      border-radius: 10px; }
    .point01_ranking_list .point01_rank_body > div {
      background: #fffdf6 url(../img/point01_rank_body_bg.png) 50% 50% repeat;
      padding: 20px;
      border-radius: 10px;
      position: relative;
      min-height: 224px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .point01_ranking_list .point01_rank_body > div {
          min-height: 0; } }
      .point01_ranking_list .point01_rank_body > div ul {
        list-style-type: none;
        position: relative;
        z-index: 10; }
        .point01_ranking_list .point01_rank_body > div ul li {
          white-space: nowrap;
          display: inline-block;
          transform: rotate(0.05deg); }
          .point01_ranking_list .point01_rank_body > div ul li::after {
            content: "、";
            color: #ffb136; }
          .point01_ranking_list .point01_rank_body > div ul li:last-child::after {
            content: none; }
      .point01_ranking_list .point01_rank_body > div::before {
        position: absolute;
        left: -54px;
        top: -54px;
        content: "";
        display: block;
        width: 68px;
        height: 68px;
        background: url(../img/point01_rank_body_pin.png) 50% 50%/contain no-repeat; }

.point01_btns {
  display: flex;
  margin: 0 30px 0 0;
  padding: 0;
  list-style-type: none;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .point01_btns {
      display: block; } }
  .point01_btns li {
    margin: 0;
    padding: 0; }

.point02_btns {
  display: flex;
  margin: 3em 20px 0 0;
  padding: 0;
  list-style-type: none;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .point02_btns {
      display: block; } }
  .point02_btns li {
    margin: 0;
    padding: 0; }

.point02_safety {
  width: 1200px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .point02_safety {
      width: auto; } }
  .point02_safety .point02_safety_title {
    margin: 3em 0 3.5em; }
    .point02_safety .point02_safety_title img {
      display: block; }
  .point02_safety .point02_safety_flow {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .point02_safety .point02_safety_flow {
        display: block; } }
    .point02_safety .point02_safety_flow > li {
      margin: 0;
      padding: 20px;
      width: 360px;
      background: #c2d712;
      border-radius: 10px;
      display: flex;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .point02_safety .point02_safety_flow > li {
          margin-bottom: 20px;
          width: auto; } }
      .point02_safety .point02_safety_flow > li:first-child::before {
        content: none; }
      .point02_safety .point02_safety_flow > li::before {
        content: "";
        position: absolute;
        display: block;
        width: 57px;
        height: 76px;
        background: url(../img/point02_safety_arrow.png) 50% 50%/contain no-repeat;
        left: -37px;
        top: 50%;
        transform: translateY(-38px); }
        @media only screen and (max-width: 767px) {
          .point02_safety .point02_safety_flow > li::before {
            left: 50%;
            top: -57px;
            transform: translateX(-28px) rotate(90deg); } }
      .point02_safety .point02_safety_flow > li .point02_safety_body {
        border-radius: 10px;
        background: #ffffff;
        padding: 15px;
        position: relative; }
        .point02_safety .point02_safety_flow > li .point02_safety_body p {
          transform: rotate(0.05deg); }
        .point02_safety .point02_safety_flow > li .point02_safety_body .point02_safety_head {
          position: absolute;
          top: -46px;
          left: -32px; }
        .point02_safety .point02_safety_flow > li .point02_safety_body .point02_safety_img img {
          max-width: 220px;
          display: block;
          margin: 1ex auto; }

a.sinker {
  display: inline-block;
  transition: 0.3s all; }
  a.sinker:hover, a.sinker:active {
    opacity: 0.9;
    transform: translateY(3px); }

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none; } }
.pc_none {
  display: none; }

@media only screen and (max-width: 767px) {
  .pc_none {
    display: block; } }
table.bordered {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #462c14;
  line-height: 1.8;
  margin: 1ex 15px; }
  table.bordered tbody tr th {
    border: 1px solid #462c14;
    padding: 1ex 1em;
    background: #fff7e0; }
  table.bordered tbody tr td {
    border: 1px solid #462c14;
    padding: 1ex 1em; }
  table.bordered tbody tr span {
    display: block;
    transform: rotate(0.05deg); }

.wecando_schedule {
  margin: 1em 15px; }
  .wecando_schedule dt {
    color: #b43300; }
  .wecando_schedule dd {
    padding-left: 20px;
    border-bottom: 1px dashed #aaaaaa; }

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