@import url(../css/reset.css);
.page-head {
  position: relative; }
  .page-head .illsut01,
  .page-head .illsut02,
  .page-head .illsut03,
  .page-head .illsut04 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2; }
    .page-head .illsut01 img,
    .page-head .illsut02 img,
    .page-head .illsut03 img,
    .page-head .illsut04 img {
      width: 100%;
      height: auto; }
    .page-head .illsut01 .note,
    .page-head .illsut02 .note,
    .page-head .illsut03 .note,
    .page-head .illsut04 .note {
      display: block;
      font-size: 0.9rem;
      text-align: center; }
    @media screen and (max-width: 600px) {
      .page-head .illsut01,
      .page-head .illsut02,
      .page-head .illsut03,
      .page-head .illsut04 {
        margin: auto;
        margin-top: 3rem;
        position: inherit;
        top: inherit;
        left: inherit; } }
  .page-head .illsut01 {
    width: 26rem;
    transform: translate(20rem, -50%); }
    @media screen and (max-width: 860px) {
      .page-head .illsut01 {
        position: static;
        top: auto;
        left: auto;
        width: 26rem;
        transform: translate(0, 0);
        margin: 2rem auto 0; } }
  .page-head .illsut02 {
    width: 14rem;
    position: absolute;
    top: -5rem;
    left: calc(50% - 40rem); }
    @media screen and (max-width: 860px) {
      .page-head .illsut02 {
        width: 12rem;
        transform: none;
        position: absolute;
        top: -7rem;
        left: 4%; } }
    @media screen and (max-width: 600px) {
      .page-head .illsut02 {
        width: 12rem;
        transform: translate(0, 0);
        position: static;
        top: auto;
        left: auto; } }
  .page-head .illsut03 {
    width: 10.5rem;
    transform: translate(38rem, -50%); }
    @media screen and (max-width: 600px) {
      .page-head .illsut03 {
        width: 8rem;
        transform: translate(0, 0); } }
  .page-head .illsut04 {
    width: 10.5rem;
    transform: translate(-42rem, -50%); }
    @media screen and (max-width: 600px) {
      .page-head .illsut04 {
        width: 8rem;
        transform: translate(0, 0); } }

.w100 {
  width: 100%;
  height: auto; }

.planlist {
  width: 90%;
  max-width: 805px;
  margin: 0 auto;
  padding-bottom: 6rem; }
  .planlist ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between; }
    .planlist ul li {
      width: 48.4472049689%;
      max-width: 390px;
      border: 1px solid #ff5433;
      box-sizing: border-box;
      margin-bottom: 3rem; }
      .planlist ul li .more {
        width: 120px;
        padding: 1rem 3rem;
        background-color: #ff5433;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 3rem auto 0;
        border-radius: 30px;
        overflow: hidden; }
        .planlist ul li .more .txt {
          width: auto;
          height: 13px; }
        .planlist ul li .more .arrow {
          transition: 0.3s ease 0s transform; }
          .planlist ul li .more .arrow img {
            width: auto;
            height: 13px; }
      .planlist ul li a {
        display: block;
        padding: 3rem;
        transition: 0.3s ease 0s filter; }
        .planlist ul li a:hover {
          filter: brightness(1.5); }
          .planlist ul li a:hover .more .arrow {
            transform: translateX(25%); }
      .planlist ul li.kankyoseino {
        border: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
        .planlist ul li.kankyoseino .btn-gh {
          width: 100%;
          max-width: 160px;
          margin: 0 auto;
          position: relative;
          cursor: pointer; }
          .planlist ul li.kankyoseino .btn-gh .more {
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            background-color: transparent;
            justify-content: center;
            flex-direction: column; }
            .planlist ul li.kankyoseino .btn-gh .more .txt {
              margin-top: 1rem; }
          .planlist ul li.kankyoseino .btn-gh:hover {
            filter: brightness(1.5); }
            .planlist ul li.kankyoseino .btn-gh:hover .more .arrow {
              transform: translateX(25%); }
  @media screen and (max-width: 600px) {
    .planlist ul li {
      width: 100%;
      margin: 0 auto 2rem; }
      .planlist ul li.kankyoseino {
        margin-top: 3rem; } }

.plan2 {
  overflow: visible;
  background: url("../../images/share/contents-bg2.jpg") repeat-y center;
  background-size: 100% auto;
  padding-bottom: 5rem; }
  .plan2 .page-head {
    text-align: center; }
    .plan2 .page-head .luic-logo {
      width: 80%;
      max-width: 320px;
      margin: 0 auto 2rem; }
    .plan2 .page-head .komidashi {
      text-align: center; }
      .plan2 .page-head .komidashi.line {
        margin: 2rem 0;
        padding: 1rem;
        border: 1px solid #000;
        border-width: 1px 0;
        display: inline-block; }
    .plan2 .page-head .gd-logo {
      max-width: 200px;
      margin: 2rem auto 2rem; }

.colum-cls {
  position: relative;
  margin-bottom: 8rem; }
  .colum-cls:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #fff799;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(1rem, 1rem); }
  .colum-cls .inner {
    background: #fff;
    padding: 4rem 5%;
    position: relative;
    z-index: 1; }
    .colum-cls .inner .box1,
    .colum-cls .inner .box2 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 3rem; }
    .colum-cls .inner .col-head {
      width: calc(610 / 1100 * 100%); }
    .colum-cls .inner .col-img {
      position: relative;
      width: calc(180 / 1100 * 100%); }
    .colum-cls .inner .img01 .note {
      position: absolute;
      right: 0rem;
      bottom: -2rem; }
    .colum-cls .inner .col-ttl {
      width: calc(180 / 1100 * 100%); }
    .colum-cls .inner .komidashi2 {
      text-indent: -0.5em;
      font-size: 2rem;
      font-feature-settings: "palt" 1; }
    .colum-cls .inner .komidashi {
      color: #ff5433; }
    .colum-cls .inner .komidashi3 {
      padding: 0.5rem 2rem;
      margin-bottom: 4rem;
      font-size: 2rem;
      color: #fff;
      text-align: center;
      background-color: #867369; }
    .colum-cls .inner .s-lead {
      font-size: 1.2rem; }
    .colum-cls .inner .wline {
      width: 100%;
      height: 1px;
      margin: 1rem auto;
      background-color: #a28e80; }
    .colum-cls .inner .img-inner {
      position: relative;
      width: 100%; }
    @media screen and (max-width: 768px) {
      .colum-cls .inner .col-head {
        width: 100%;
        margin-top: 2rem; }
      .colum-cls .inner .col-img {
        width: 40%; }
      .colum-cls .inner .col-ttl {
        width: 40%; } }

.colum01 .box2 {
  max-width: 900px;
  margin: 0 auto; }
  .colum01 .box2 .img02 {
    width: calc(460 / 960 * 100%); }
  .colum01 .box2 .img03 {
    width: calc(424 / 960 * 100%); }
    .colum01 .box2 .img03 .note {
      position: absolute;
      right: 0rem;
      bottom: -2.5rem; }
@media screen and (max-width: 600px) {
  .colum01 .box2 .img02 {
    width: 100%;
    margin-bottom: 3rem; }
  .colum01 .box2 .img03 {
    width: 80%;
    margin: 0 auto; } }

.midashi-gothic {
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 1rem; }
  @media screen and (max-width: 600px) {
    .midashi-gothic {
      font-size: 2.0rem; } }

.midashi-gothic2 {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 1rem; }
  @media screen and (max-width: 600px) {
    .midashi-gothic2 {
      font-size: 1.7rem; } }

.font-gothic {
  font-family: "Helvetica Neue", "Helvetica","Yu Gothic",  'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: normal; }

.colum02 .box1 {
  margin-bottom: 2rem; }
  .colum02 .box1 .col-ttl {
    width: calc(205 / 1100 * 100%); }
.colum02 .box2 {
  margin: 0 auto;
  align-items: flex-start !important; }
  .colum02 .box2 .img04 {
    width: calc(530 / 1100 * 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .colum02 .box2 .img04 .komidashi3 {
      width: 100%;
      margin-bottom: 1rem; }
    .colum02 .box2 .img04 .box-inner {
      width: calc(245 / 550 * 100%); }
      .colum02 .box2 .img04 .box-inner .s-lead {
        text-align: center; }
      .colum02 .box2 .img04 .box-inner .img-inner .note {
        position: absolute;
        right: 0rem;
        bottom: -2rem; }
    .colum02 .box2 .img04 .box-inner2 {
      width: calc(285 / 550 * 100%); }
      .colum02 .box2 .img04 .box-inner2 .s-lead {
        text-align: center; }
      .colum02 .box2 .img04 .box-inner2 .img-inner .note {
        position: absolute;
        right: 0rem;
        bottom: -2rem; }
      .colum02 .box2 .img04 .box-inner2 .note2 {
        padding-top: 3rem; }
  .colum02 .box2 .img05 {
    width: calc(530 / 1100 * 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .colum02 .box2 .img05 .komidashi3 {
      width: 100%;
      margin-bottom: 1rem; }
    .colum02 .box2 .img05 .midashi-gothic .note {
      display: block;
      margin-top: 0.5rem; }
    .colum02 .box2 .img05 .box-inner {
      width: 100%; }
      .colum02 .box2 .img05 .box-inner .s-lead {
        text-align: center; }
      .colum02 .box2 .img05 .box-inner .img-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 3rem; }
      .colum02 .box2 .img05 .box-inner .img-inner {
        width: 75%; }
        .colum02 .box2 .img05 .box-inner .img-inner .note {
          position: absolute;
          right: 0rem;
          bottom: -2rem; }
      .colum02 .box2 .img05 .box-inner .img-inner2 {
        width: 22%; }
.colum02 .box3 .img06 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%; }
  .colum02 .box3 .img06 .komidashi3 {
    width: 100%; }
  .colum02 .box3 .img06 .box-inner {
    width: 48%;
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative; }
    .colum02 .box3 .img06 .box-inner .b-right,
    .colum02 .box3 .img06 .box-inner .b-left {
      width: 48%; }
@media screen and (max-width: 768px) {
  .colum02 .box1 .col-ttl {
    width: 40%; }
  .colum02 .box2 .img04 {
    width: 100%;
    margin-bottom: 4rem; }
  .colum02 .box2 .img05 {
    width: 100%;
    margin-bottom: 4rem; }
  .colum02 .box3 .img06 .box-inner .b-left {
    width: 100%; }
  .colum02 .box3 .img06 .box-inner .b-right {
    width: 100%;
    margin-top: 1rem; } }
@media screen and (max-width: 600px) {
  .colum02 .box2 .img04 {
    width: 100%;
    margin-bottom: 4rem; }
  .colum02 .box2 .img05 {
    width: 100%;
    margin-bottom: 4rem; }
  .colum02 .box3 .img06 .box-inner .b-left {
    width: 100%; }
  .colum02 .box3 .img06 .box-inner .b-right {
    width: 100%;
    margin-top: 1rem; } }

.colum03 .box2 .img07,
.colum03 .box2 .img08 {
  width: 100%;
  margin-bottom: 6rem; }
  .colum03 .box2 .img07 .f-wrap,
  .colum03 .box2 .img08 .f-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative; }
  .colum03 .box2 .img07 .f-item,
  .colum03 .box2 .img08 .f-item {
    width: 31%; }
    .colum03 .box2 .img07 .f-item .img-inner .note,
    .colum03 .box2 .img08 .f-item .img-inner .note {
      position: absolute;
      right: 0rem;
      bottom: -2rem; }
    .colum03 .box2 .img07 .f-item .img-inner img,
    .colum03 .box2 .img08 .f-item .img-inner img {
      border-radius: 8px; }
    .colum03 .box2 .img07 .f-item .midashi-gothic2,
    .colum03 .box2 .img08 .f-item .midashi-gothic2 {
      padding-top: 3rem; }
    .colum03 .box2 .img07 .f-item.txt-item,
    .colum03 .box2 .img08 .f-item.txt-item {
      width: 100%;
      padding: 2rem;
      color: #ff5433;
      border: 1px solid #a28e80;
      box-sizing: border-box;
      margin-top: 3rem; }
      .colum03 .box2 .img07 .f-item.txt-item .midashi-gothic2,
      .colum03 .box2 .img08 .f-item.txt-item .midashi-gothic2 {
        padding-top: 0rem;
        margin-bottom: 1rem; }
.colum03 .box2 .img08 {
  margin-bottom: 0; }
  .colum03 .box2 .img08 .point-txt {
    text-align: center;
    color: #ff5433;
    font-size: 1.5rem; }
  .colum03 .box2 .img08 .midashi-note {
    text-align: center; }
  .colum03 .box2 .img08 .f-item .img-inner img {
    border-radius: 0; }
  .colum03 .box2 .img08 .f-item .midashi-gothic2 {
    padding-top: 0; }
  .colum03 .box2 .img08 .note-under {
    margin-top: 1rem; }
@media screen and (max-width: 768px) {
  .colum03 .box2 .img07 .f-wrap {
    flex-direction: row; }
  .colum03 .box2 .img07 .f-item {
    width: 48%; }
  .colum03 .box2 .img07 .note-w100 {
    width: 100%; }
  .colum03 .box2 .img08 .f-wrap {
    flex-direction: row; }
  .colum03 .box2 .img08 .f-item {
    width: 48%;
    margin-bottom: 4rem; } }
@media screen and (max-width: 600px) {
  .colum03 .box2 .img07 .f-wrap {
    flex-direction: row; }
  .colum03 .box2 .img07 .f-item {
    width: 48%; }
  .colum03 .box2 .img07 .note-w100 {
    width: 100%; }
  .colum03 .box2 .img08 .f-wrap {
    flex-direction: row; }
  .colum03 .box2 .img08 .f-item {
    width: 100%; } }

.kankyo_modal {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease 0s opacity;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .kankyo_modal.open {
    pointer-events: auto;
    opacity: 1; }
  .kankyo_modal .kankyo_modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95); }
  .kankyo_modal .kankyo_modal_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -13.5px;
    width: 90%;
    max-width: 300px; }
    .kankyo_modal .kankyo_modal_main img {
      width: 100%;
      height: auto; }
    .kankyo_modal .kankyo_modal_main .kankyo_modal_close {
      margin: 0 0 1rem auto;
      width: 37px;
      cursor: pointer; }
