@charset "UTF-8";


@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i&display=swap");
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }

img {
  border: none;
  vertical-align: bottom; }






* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

img[src$=".svg"] {
  width: 100%;
  height: auto; }


html {
  font-size: 62.5%;
  overflow: auto; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  word-break: break-word; }

p {
  line-break: strict; }

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

body {
  
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow: hidden; }

#wrapper {
  width: 100%; }

.pc {
  display: block; }

.sp {
  display: none; }

.hide, .hidden {
  visibility: hidden; }



main {
  display: block; }

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      
      -ms-filter: "alpha(opacity=100)";
       }

  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%; }

  img {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }


.font-noto-light {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

.font-noto-regular {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }

.font-noto-bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }

.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

.lato-italic {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: italic; }


.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

* {
  zoom: 1; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

header {
  position: fixed;
  height: 60px;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 999; }
  header a {
    text-decoration: none; }
  header .logo_area {
    position: absolute;
    left: 0;
    top: 0; }
    header .logo_area a {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header .logo_area a h1 {
        width: 160px;
        height: 60px;
        padding: 0 25px 0 25px;
        display: flex;
        align-items: center;
        background: #fff; }
        header .logo_area a h1 img {
          width: 100%;
          height: auto; }
      header .logo_area a p {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        background: #009260;
        height: 60px;
        padding: 0 30px;
        font-size: 15px;
        line-height: 1;
        display: flex;
        align-items: center;
        color: #fff; }
  header .intern {
    position: absolute;
    right: 250px;
    top: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 19px;
    background: #fff100;
    height: 60px;
    letter-spacing: 0.08em; }
    header .intern a {
      display: block;
      color: #3CB378;
      padding: 9px 30px; }
  header .entry {
    position: absolute;
    right: 60px;
    top: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 19px;
    background: #3CB378;
    height: 60px;
    letter-spacing: 0.08em; }
    header .entry a {
      display: block;
      color: #fff;
      padding: 9px 45px; }
  header .menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background: url(../images/common/menu.svg) no-repeat top center/cover;
    cursor: pointer;
    z-index: 1000; }
    header .menu.close {
      background: url(../images/common/close.svg) no-repeat top center/cover; }
  header .navcont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9); }
    header .navcont .navbox {
      display: flex;
      align-items: center;
      height: 100%; }
      header .navcont .navbox .navinner {
        display: flex;
        justify-content: space-between;
        width: 80%;
        max-width: 1060px;
        margin: 0 auto;
        font-size: 12px;
        font-weight: 400;
        flex-wrap: wrap; }
        header .navcont .navbox .navinner a {
          color: #fff; }
        header .navcont .navbox .navinner .toplink {
          width: 100%;
          margin-bottom: 20px; }
          header .navcont .navbox .navinner .toplink span {
            font-weight: bold;
            color: #3CB378;
            position: relative;
            margin-right: 20px; }
            header .navcont .navbox .navinner .toplink span:after {
              position: absolute;
              content: "";
              height: 12px;
              border-right: 1px solid #fff;
              right: -10px;
              top: 3px; }
        header .navcont .navbox .navinner .nav {
          max-width: 220px; }
          header .navcont .navbox .navinner .nav p.ttlsnav {
            font-weight: bold;
            color: #3CB378;
            padding-bottom: 12px;
            margin-bottom: 10px;
            position: relative; }
            header .navcont .navbox .navinner .nav p.ttlsnav:after {
              position: absolute;
              content: "";
              width: 25px;
              border-bottom: 1px solid #fff;
              bottom: 0;
              left: 0; }
          header .navcont .navbox .navinner .nav p.ttls_02 {
            font-weight: bold;
            color: #3CB378;
            padding-bottom: 12px;
            margin-bottom: 10px;
            margin-top: 15px;
            position: relative; }
            header .navcont .navbox .navinner .nav p.ttls_02:after {
              position: absolute;
              content: "";
              width: 25px;
              border-bottom: 1px solid #fff;
              bottom: 0;
              left: 0; }
          header .navcont .navbox .navinner .nav .navblocks li {
            list-style: none; }

main {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em; }
  main .banners {
    background: #3CB378;
    padding-top: 90px;
    margin-top: 100px; }
    main .banners.topbanner {
      margin-top: -5px;
      padding-top: 40px; }
    main .banners .ttl {
      font-size: 21px;
      font-weight: 400;
      width: 390px;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      border: 1px solid #fff;
      padding: 13px 0; }
    main .banners .inner_banner {
      width: 880px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      padding: 50px 0 130px; }
    main .banners .inner_banner.two-boxes {
      width: 600px;
    }
      main .banners .inner_banner .box {
        width: 280px;
        background: #fff;
        position: relative;
        transition: all 800ms; }
        main .banners .inner_banner .box:hover {
          opacity: 0.6; }
        main .banners .inner_banner .box:before {
          position: absolute;
          content: "";
          width: 30px;
          height: 55px;
          top: 0;
          left: 0;
          background: #000; }
        main .banners .inner_banner .box .ami {
          position: absolute;
          height: 100%;
          width: 100%;
          background: rgba(0, 0, 0, 0.8);
          z-index: 5;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 24px; }
        main .banners .inner_banner .box a {
          display: block;
          text-decoration: none;
          color: #000;
          line-height: 1.8; }
        main .banners .inner_banner .box .bn_ttl {
          display: flex;
          align-items: center;
          font-weight: 400;
          height: 55px;
          padding-left: 50px; }
        main .banners .inner_banner .box .imgs {
          padding: 0 30px; }
        main .banners .inner_banner .box dl {
          color: #333;
          padding: 0 30px 20px; }
          main .banners .inner_banner .box dl dt {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            font-size: 19px;
            line-height: 1.6;
            height: 70px;
            position: relative;
            letter-spacing: 0em;
            padding-bottom: 8px;
            margin-bottom: 8px;
            margin-top: 10px; }
            main .banners .inner_banner .box dl dt:after {
              position: absolute;
              content: "";
              width: 35px;
              border-bottom: 1px solid #333;
              bottom: 0;
              left: 0; }
            main .banners .inner_banner .box dl dt span {
              width: 100%;
              font-size: 13px;
              position: relative;
              top: -5px; }
        main .banners .inner_banner .box .under {
          height: 25px;
          background: #fff url(../../imgs/common/back_sk.png) repeat top left;
          position: relative; }
          main .banners .inner_banner .box .under:before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            width: 25px;
            height: 25px;
            background: #000; }
          main .banners .inner_banner .box .under:after {
            position: absolute;
            content: "";
            top: 8px;
            right: 11px;
            width: 7px;
            height: 7px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(45deg); }
        main .banners .inner_banner .box.purple:before {
          background: #954FB6; }
        main .banners .inner_banner .box.purple .under:before {
          background: #954FB6; }
        main .banners .inner_banner .box.orenge:before {
          background: #FBB03B; }
        main .banners .inner_banner .box.orenge .under:before {
          background: #FBB03B; }
        main .banners .inner_banner .box.green:before {
          background: #007C2F; }
        main .banners .inner_banner .box.green .under:before {
          background: #007C2F; }
        main .banners .inner_banner .box.pink:before {
          background: #FF6172; }
        main .banners .inner_banner .box.pink .under:before {
          background: #FF6172; }
        main .banners .inner_banner .box.blue:before {
          background: #0095C7; }
        main .banners .inner_banner .box.blue .under:before {
          background: #0095C7; }
        main .banners .inner_banner .box.gray:before {
          background: #8F9BA3; }
        main .banners .inner_banner .box.gray .under:before {
          background: #8F9BA3; }
        main .banners .inner_banner .box.black:before {
          background: #333; }
        main .banners .inner_banner .box.black .under:before {
          background: #333; }
      main .banners .inner_banner.topsort {
        width: 100%;
        max-width: 1460px;
        margin: 0 auto;
        padding: 0 5% 80px;
        justify-content: center;
        flex-wrap: wrap;
        margin: 100px auto 0px; }
        main .banners .inner_banner.topsort .box {
          width: 280px;
          margin: 0 11px 22px; }

footer {
  width: 100%; }
  footer .footerbanner {
    background: url(../images/common/img_footer.png) no-repeat center center/cover;
    height: 450px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap; }
    footer .footerbanner h3 {
      width: 100%;
      text-align: center;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 71px;
      color: #3CB378; }
    footer .footerbanner h2 {
      width: 100px; }
  footer .footernav {
    background: #333333;
    padding: 65px 0; }
    footer .footernav .navinner {
      display: flex;
      justify-content: space-between;
      width: 80%;
      max-width: 1060px;
      margin: 0 auto;
      font-size: 12px;
      font-weight: 400;
      flex-wrap: wrap; }
      footer .footernav .navinner a {
        color: #fff;
        text-decoration: none; }
      footer .footernav .navinner .toplink {
        width: 100%;
        margin-bottom: 20px; }
        footer .footernav .navinner .toplink span {
          font-weight: bold;
          color: #3CB378;
          position: relative;
          margin-right: 20px; }
          footer .footernav .navinner .toplink span:after {
            position: absolute;
            content: "";
            height: 12px;
            border-right: 1px solid #fff;
            right: -10px;
            top: 3px; }
      footer .footernav .navinner ul {
        max-width: 220px; }
        footer .footernav .navinner ul li.ttls {
          font-weight: bold;
          color: #3CB378;
          padding-bottom: 12px;
          margin-bottom: 10px;
          position: relative; }
          footer .footernav .navinner ul li.ttls:after {
            position: absolute;
            content: "";
            width: 25px;
            border-bottom: 1px solid #fff;
            bottom: 0;
            left: 0; }
        footer .footernav .navinner ul li.ttls_02 {
          font-weight: bold;
          color: #3CB378;
          padding-bottom: 12px;
          margin-bottom: 10px;
          margin-top: 15px;
          position: relative; }
          footer .footernav .navinner ul li.ttls_02:after {
            position: absolute;
            content: "";
            width: 25px;
            border-bottom: 1px solid #fff;
            bottom: 0;
            left: 0; }
  footer .fonnter_under {
    display: flex;
    justify-content: space-between;
    padding: 15px 2%;
    font-size: 10px;
    font-weight: 400; }
    footer .fonnter_under ul {
      display: flex; }
      footer .fonnter_under ul li a {
        color: #002E9B; }
      footer .fonnter_under ul li:last-child {
        padding-left: 5px;
        margin-left: 5px;
        position: relative; }
        footer .fonnter_under ul li:last-child:before {
          position: absolute;
          content: "";
          height: 10px;
          border-left: 1px solid #333;
          left: 0;
          top: 6px; }

#pagetop {
  right: 6%;
  width: 60px;
  height: 60px;
  position: absolute;
  margin-top: -150px;
  right: 5%; }

.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: all 800ms; }

.fade {
  opacity: 0;
  transform: translate(0, -1px);
  transition: all 800ms; }

.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 800ms; }

.fadein-top.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 800ms; }

.fadein-left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 800ms; }

.fadein-right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.pagetop {
  text-align: center;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  margin-bottom: -20px;
  font-weight: 300; }
  .pagetop a {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative; }
    .pagetop a:before {
      position: absolute;
      content: "";
      top: -20px;
      left: 50%;
      margin-left: -15px;
      width: 30px;
      height: 30px;
      border-left: 1px solid #000;
      border-top: 1px solid #000;
      transform: rotate(45deg); }

@media screen and (max-width: 767px) {
  header {
    height: 60px; }
    header a {
      text-decoration: none; }
    header .logo_area a h1 {
      width: 100px;
      height: 60px;
      padding: 0 10px 0 2px; }
    header .logo_area a p {
      height: 20px;
      padding: 0 5px;
      font-size: 10px; }
    header .intern {
      position: absolute;
      top: 30px;
      right: 60px;
      font-size: 12px;
      height: 30px;
      letter-spacing: 0.08em;
      text-align:center;
      width:110px; }
      header .intern a {
        display: block;
        color: #3CB378;
        padding: 3px 2px; }
    header .entry {
      position: absolute;
      top: 0px;
      right: 60px;
      height: 30px;
      font-size: 12px;
      letter-spacing: 0
      text-align:center;
      width:110px; }
      header .entry a {
        padding: 3px 22px 3px 21px; }
    header .navcont {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: auto;
      width: 100%;
      background: rgba(0, 0, 0, 0.9);
      overflow: scroll;
      height: 100vh; }
      header .navcont .navbox {
        display: block;
        align-items: center;
        height: auto;
        margin-top: 80px; }
        header .navcont .navbox .navinner {
          display: block;
          width: 90%;
          max-width: 90%;
          margin: 0 auto;
          font-size: 14px;
          padding-bottom: 40px; }
          header .navcont .navbox .navinner a {
            color: #fff; }
          header .navcont .navbox .navinner .toplink {
            font-size: 16px;
            margin-bottom: 10px; }
            header .navcont .navbox .navinner .toplink span:after {
              height: 16px;
              top: 5px; }
          header .navcont .navbox .navinner .nav {
            max-width: 100%;
            margin-top: 15px; }
            header .navcont .navbox .navinner .nav p.ttlsnav {
              font-size: 16px;
              padding-bottom: 12px;
              margin-bottom: 10px;
              position: relative;
              border-bottom: 1px solid #fff;
              position: relative; }
              header .navcont .navbox .navinner .nav p.ttlsnav:after {
                position: absolute;
                content: "";
                width: 12px;
                height: 12px;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                bottom: auto;
                left: auto;
                right: 10px;
                top: 50%;
                margin-top: -14px;
                transform: rotate(45deg); }
              header .navcont .navbox .navinner .nav p.ttlsnav.close:after {
                position: absolute;
                content: "";
                width: 12px;
                height: 12px;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                bottom: auto;
                left: auto;
                right: 10px;
                top: 50%;
                margin-top: -3px;
                transform: rotate(-135deg); }
            header .navcont .navbox .navinner .nav p.ttls_02 {
              font-size: 16px;
              padding-bottom: 12px;
              margin-bottom: 10px;
              position: relative;
              border-bottom: 1px solid #fff;
              position: relative; }
              header .navcont .navbox .navinner .nav p.ttls_02:after {
                position: absolute;
                content: "";
                width: 12px;
                height: 12px;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                bottom: auto;
                left: auto;
                right: 10px;
                top: 50%;
                margin-top: -14px;
                transform: rotate(45deg); }
              header .navcont .navbox .navinner .nav p.ttls_02.close:after {
                position: absolute;
                content: "";
                width: 12px;
                height: 12px;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                bottom: auto;
                left: auto;
                right: 10px;
                top: 50%;
                margin-top: -14px;
                transform: rotate(-135deg); }
            header .navcont .navbox .navinner .nav .navblocks {
              display: none; }
              header .navcont .navbox .navinner .nav .navblocks li {
                list-style: none;
                padding: 5px 0;
                border-bottom: 1px solid #333;
                position: relative; }
                header .navcont .navbox .navinner .nav .navblocks li:after {
                  position: absolute;
                  content: "";
                  width: 8px;
                  height: 8px;
                  border-bottom: 1px solid #fff;
                  border-right: 1px solid #fff;
                  bottom: auto;
                  left: auto;
                  right: 10px;
                  top: 50%;
                  margin-top: -4px;
                  transform: rotate(-45deg); }

  main {
    display: none; }
    main .banners {
      background: #3CB378;
      padding-top: 10%;
      margin-top: 10%; }
      main .banners.topbanner {
        margin-top: 0;
        padding-top: 60px; }
      main .banners .ttl {
        font-size: 16px;
        width: 90%;
        margin: 0 auto; }
      main .banners .inner_banner {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5% 0 10%; }
      main .banners .inner_banner.two-boxes {
          width: 90%;
        }
        main .banners .inner_banner .box {
          width: 48%;
          margin-bottom: 4%; }
          main .banners .inner_banner .box:before {
            width: 10px;
            height: 40px; }
          main .banners .inner_banner .box .ami {
            font-size: 14px; }
          main .banners .inner_banner .box .bn_ttl {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            padding-left: 0; }
          main .banners .inner_banner .box .imgs {
            padding: 0 10px; }
          main .banners .inner_banner .box dl {
            color: #333;
            padding: 0 10px 20px; }
            main .banners .inner_banner .box dl dt {
              font-size: 13px;
              letter-spacing: -0.01em;
              height: 40px;
              line-height: 1.4;
              position: relative;
              padding-bottom: 0px;
              margin-bottom: 0px;
              margin-top: 10px; }
              main .banners .inner_banner .box dl dt span {
                font-size: 11px;
                top: 0; }
              main .banners .inner_banner .box dl dt:after {
                content: none; }
            main .banners .inner_banner .box dl dd {
              display: none; }
        main .banners .inner_banner.topsort {
          width: 95%;
          max-width: inherit;
          margin: 0 auto;
          padding: 5% 0 10%;
          justify-content: center;
          flex-wrap: wrap;
          margin: 0px auto 0px; }
          main .banners .inner_banner.topsort .box {
            width: 46%;
            margin: 0 2% 4%; }

  footer {
    width: 100%; }
    footer .footerbanner {
      height: 250px; }
      footer .footerbanner h3 {
        font-size: 30px; }
      footer .footerbanner h2 {
        width: 80px; }
    footer .footernav {
      background: #333333;
      padding: 6% 0; }
      footer .footernav .navinner {
        display: block;
        width: 90%;
        max-width: inherit; }
        footer .footernav .navinner ul {
          max-width: inherit;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 5%; }
          footer .footernav .navinner ul li {
            margin-right: 25px; }
            footer .footernav .navinner ul li.ttls {
              width: 100%; }
            footer .footernav .navinner ul li.ttls_02 {
              width: 100%; }
    footer .fonnter_under {
      display: block;
      justify-content: space-between;
      padding: 25px 5%;
      font-size: 10px;
      font-weight: 400; }
      footer .fonnter_under ul {
        display: block; }
        footer .fonnter_under ul li a {
          color: #002E9B; }
        footer .fonnter_under ul li:last-child {
          padding-left: 0px;
          margin-left: 0px;
          position: relative;
          text-align: justify; }
          footer .fonnter_under ul li:last-child:before {
            content: none; }
      footer .fonnter_under address {
        text-align: center;
        padding-top: 15px; }

  #pagetop {
    right: 6%;
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: -200px; } }


h1{
  font-size: 6.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h1{
    font-size: 3.0rem;
  }
}

h2{
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}

 @media screen and (max-width: 767px) {
  h2{
    font-size: 1.4rem;
  }
}

h3{
  font-size: 2.5rem;
  font-weight: bold;
}

 @media screen and (max-width: 767px) {
h3{
  font-size: 1.6rem;
  line-height: 2.2rem;
    margin: 20px 0;
}
 }

.l-sp-block{
  display: none;
}

@media screen and (max-width: 767px) {
  .l-sp-block{
    display: block;
  }
  .l-pc-block{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-display-none{
    display: none;
  }
}

 @media screen and (max-width: 767px) {
  .l-entry-button{
    position:relative;
  }
}

.fixed_btn_wrap {
  position: fixed;
  z-index: 9;
  width: 8%;
  right: 3%;
  bottom: 18%;
}

@media screen and (max-width: 767px) {
  .fixed_btn_wrap {
    position: absolute;
    z-index:auto;
    right: 10px;
    bottom: 20px;
    width: 120px;
    height: 120px;
  }
}


.fixed_btn_entry {
  display: block;
  margin: 0 0 4px;
}



.main__wrap{
  display: block;
  margin-top: 60px;
  color: #009260;
}

.l-top{
  background-image: url(../images/bg_about_01.png) ;
  background-position: center bottom;
  background-repeat: repeat;
  width: 100%;
}

.l-mv{
  width: 100%;
}

 @media screen and (max-width: 767px) {
  .l-mv{
    position: relative;
  }
}

.l-contents__wrap{
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding-bottom: 100px;
  text-align: center;
  margin: 0 auto;
}

.l-main__text{
  color: #009260;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 27px;
  text-align: center;

  margin: 0 auto 50px;
  padding-top: 36px;
}

 @media screen and (max-width: 767px) {
  .l-main__text{
    display: block;
    color: #009260;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 50px 0 20px;
    margin-bottom: 50px;
  }
}

.c-button-menu{
  display: none;
}

@media screen and (max-width: 767px) {
  .c-button-menu{
    display: block;
    width: 344px;
    margin-left: 10px;

    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    border-right: 0px solid #fff;
    background-color: #009260;
    line-height: 1.5;
    padding: 10px 0;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
  }
}

.c-button__item{
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-button__item{
    display: none;
    margin: 0 auto;
    text-align: center;
  }

  .c-button-menu{
    width: 344px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #009260;
    border-right: 0px solid #fff;
    line-height: 1.5;
    padding: 10px 0;
    border-radius: 30px;
    position: relative;
  }

  .c-button-menu::after {
    content: '';
    background: url('../images/ico_menu_01_on.png') no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top:50%;
    transform: translateY(-50%);
  }
}

.c-button-menu{
  display: none;
}

@media screen and (max-width: 767px) {
  .c-button-menu{
    display: block;
  }

  .c-button-menu::after{
    content: '';
      background: url(../images/ico_menu_01_off.png) no-repeat;
      width: 15px;
      height: 15px;
      background-size: contain;
      position: absolute;
      right: 10px;
      top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-button__menu-show{
      border-radius:30px 30px 0 0;
      border-bottom: 1px solid #fff;
  }

  .c-button__menu-show::after {
    content: '';
    background: url('../images/ico_menu_01_on.png') no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: 10px;
    top:50%;
        transform: translateY(-50%);
  }
}

  .c-button{
    text-decoration: none;
    position: relative;
    display: block;

    width: 210px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #009260;
    border-right: 2px solid #fff;
    line-height: 1.5;
    padding: 10px 0;
  }

@media screen and (max-width: 767px) {
  .c-button{
    width: 344px;
    text-decoration: none;
    position: relative;
    display: block;

    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #009260;
    border-right: none;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0 auto;
  }
}

.c-button:hover{
  background-color: #E7FCF4;
  border: 2px solid #009260;
  color: #009260;
  box-sizing:border-box;
}

@media screen and (max-width: 767px) {
  .c-button:hover{
      color:#009260 !important;
      background-color:#E7FCF4;
  }
}

.l-button1{
  border-radius: 50px 0 0 50px;
}

@media screen and (max-width: 767px) {
  .l-button1{
    border-radius: 0;
  }
}

.l-button5{
  border-radius: 0 50px 50px 0;
  background-color: #E7FCF4;
  border: 2px solid #009260;
  color: #009260;
  position: relative;
}

.l-button5:hover{
  background-color: #fff100;
}

@media screen and (max-width: 767px) {
  .l-button5{
    border-radius: 0 0 30px 30px;
    width: 344px;
    text-decoration: none;
    position: relative;
    display: block;

    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #009260;
    border-right: none;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0 auto;
  }
}

.c-button:last-child::after{
  content: '';
  background: url(../images/ico_arrow_02.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .c-button:last-child::after{
    background: url(../images/ico_arrow_01.png) no-repeat;
  }
}

.c-button::after{
  content: '';
  background: url(../images/ico_arrow_01.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
}

.c-button__text2{
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}

.l-contents-title{
  padding: 60px 0 50px;
}

 @media screen and (max-width: 767px) {
.l-contents-title{
  padding: 40px 0 30px;
}
}

.l-contents-title-name{
  font-size: 6.0rem;
}

@media screen and (max-width: 767px) {
  .l-contents-title-name{
    font-size: 2.5rem;
    display: inline-block;
    color: #009260;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
    position: relative;
  }
}


.l-contents-title-name::after,
.l-contents-title-name::before{
  content: "";
  background: url(../images/ttl_dot_02.png) repeat-x;
  display: inline-block;
  width: 90px;
  height: 15px;
  top: -5px;
  right: -5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-contents-title-name::after,
  .l-contents-title-name::before{
      content: "";
      background: url(../images/ttl_dot_02.png) repeat-x;
      display: inline-block;
      width: 85px;
      height: 15px;
      top: -2px;
      right: -4px;
      position: relative;
  }
}

.l-title__text{
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-title__text{
    font-size: 1.0rem;
  }
}

.l-about{
  background: #E7FCF4;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px;
  margin-top: -50px;
  padding-bottom: 200px;
}

.l-contents-bg-green{
  background-color: #E7FCF4;
}

.l-contents-bg-white{
  background-color: #fff;
}

.l-contents{
  width: 1024px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-contents{
    width: 375px;
  }
}

.l-contents2{
  max-width: 900px;
  text-align: left;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .l-contents2{
    width: 344px;
  }
}

.l-about__text{
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  display: block;
}

@media screen and (max-width: 767px) {
  .l-about__text{
    font-size: 1.2rem;
    line-height: 1.5;
}
}

.p-internship__experience-link{
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.p-internship__support-link{
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.l-internship{
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px;
  margin-top: -200px;
  padding-bottom: 200px;
}

.l-internship__wrap{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-internship__wrap{
    margin-left: 10px;
  }
}

.l-internship__btton{
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 1rem 0;
  border-radius: 1rem;
  margin: 0 10px;
  line-height: 1.5;
  border-radius: 16px;
  padding: 9px 74px;
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-internship__btton{
    border-radius: 1rem;
    padding: 1rem 0;
    margin-right: 10px;
  }
}

.l-internship__text1{
  color: #fff;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .l-internship__text1{
    font-size: 1.2rem;
  }
}

.l-internship__text2,
.l-internship__text3{
  display: block;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.l-internship__arrow{
  position: relative;
  top: -4px;
}

@media screen and (max-width: 767px) {
  .l-internship__text2,
  .l-internship__text3{
    font-size: 1.4rem;
  }

.l-internship__arrow{
  width: 11px;
}
}



.l-internship__text4{
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 5px;
}

@media screen and (max-width: 767px) {
  .l-internship__text4{
    font-size: 1.2rem;
    line-height: 1.2;
    width: 344px;
    text-align: center;
    margin: 20px auto;
  }
}

.l-red{
  background-color: #CC0047;
}

.l-blue{
  background-color: #2800CC;
}

.l-internship__experience{
  display: block;
  color: #CC0047;

  background-image: linear-gradient(to right, #cc0047 4px, transparent 4px);
  background-size: 12px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-internship__experience{
    display: block;
  }
}

.l-internship-title{
  font-size: 3.0rem;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .l-internship-title{
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.l-internship__experience-text{
  color: #CC0047;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .l-internship__experience-text{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 0 15px;
  }
}

.l-internship__dramajump-wrap{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .l-internship__dramajump-wrap{
    display: block;
    margin-top: 50px;
  }
}

.l-internship__dramajump{
  flex: 1;
  border-radius: 10px;
  color: #FFF;
  font-weight: bold;

  font-size: 1.5rem;
  font-weight: bold;
  width: 95%;
  line-height: 1.5;
  padding: 1.0rem;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-internship__dramajump{
    margin: 10px auto;
  }
}

.l-internship__dramajump-icon{
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-internship__dramajump-icon{
    width: 48px;
  }
}

.l-internship__dramajump-img{
  max-width: none;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .l-internship__dramajump-img{
  height: 180px;
  width: auto;
  margin: 10px;
  }
}

.l-internship__dramajump-text1{
  font-size:1.0rem;
  border: 1px solid #CC0047;
  color: #CC0047;
  background-color: #fff;
  width:30%;
  padding:5px;
  position: absolute;
  top: -2.0rem;
  right: 2.0rem;
}

@media screen and (max-width: 767px) {
  .l-internship__dramajump-text1{
    right: 1.0rem;
  }
}

.l-internship__dramajump-text2{
  font-size:1.8rem;
  color: #CC0047;
  font-weight: bold;
  margin:10px 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
   .l-internship__dramajump-text2{
      font-size:1.4rem;
      letter-spacing: -0.08em;
      text-align: center;
  }
}

.l-internship__dramajump-text3{
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  color: #333;
  width: 90%;
  margin-top: 11px;
}

@media screen and (max-width: 767px) {
  .l-internship__dramajump-text3{
    font-size: 1.2rem;
    margin: 0 auto;
  }
}


.l-internship__movie {
  width: 150%;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
  .l-internship__movie {
    width: 95%;
    aspect-ratio: 16 / 9;
    margin: 10px;
  }
}

.l-internship__movie iframe {
  width: 100%;
  height: 100%;
}

.l-internship__support{
  display: block;
  color: #2800CC;

  margin-top: 50px;
  background-image: linear-gradient(to right, #2800CC 4px, transparent 4px);
  background-size: 12px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-internship__support{
    display: block;
  }
}

.l-internship__support-text{
  color: #2800CC;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .l-internship__support-text{
    padding: 0 15px;
    font-size: 1.2rem;
    letter-spacing: -0.08em;
    text-align: center;
  }
}
.l-voice{
  background-image: url(../images/voice/bg_internship_01.png);
  background-color: #E7FCF4;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px;
  margin-top: -100px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .l-voice{
    margin-top: -150px;
  }
}

.l-voice-wrap{
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .l-voice-wrap{
    display: block;
    margin-bottom: 40px;
}
}

.l-speech-bubble{
  position:relative;
}

@media screen and (max-width: 767px) {
  .l-speech-bubble{
    width: 270px;
  }
}

.l-speech-bubble-img{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-speech-bubble-img{
    width: 90%;
    margin: 0 auto;
}
}

.l-speech-bubble-text{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  color: #009260;

  position:absolute;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .l-speech-bubble-text{
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .l-top__11-2{
    top: -11%;
  }
}

.l-top__11{
  top: -11%;
}

.l-top__5{
  top: -5%;
}

@media screen and (max-width: 767px) {
  .l-top__5{
    top: -11%;
  }
}

.l-top__5-2{
  top: -5%;
}

@media screen and (max-width: 767px) {
  .l-top__5-2{
    top: -6%;
  }
}

.l-top__3{
  top: -3%;
}

@media screen and (max-width: 767px) {
  .l-speech-bubble_4{
    width: 240px;
    height: 110px;
  }
}

.l-voice__item{
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-voice__item{
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-speech-img{
    width: 78px;
    height: auto;
    position: relative;
  }
}

.l-message{
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px;
  margin-top: -200px;
  padding-bottom: 200px;
}

.l-message-text1{
  width: 920px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-message-text1{
    width: 344px;
    text-align: left;
    margin: 0 auto;
  }
}

.l-message-title{
  color: #009260;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 20px 0;
  line-height: 3.0rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-message-title{
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  margin:0 0 20px;
  line-height: 1.5;
  }
}

.l-message-text2{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.0rem;
  color: #333;
  text-align: left;
  
}

@media screen and (max-width: 767px) {
 .l-message-text2{
    font-size: 1.2rem;
    line-height: 2.0rem;
    margin: 20px 0;
  }
}

.l-margin-20{
  margin: 20px 0;
}

.l-margin-top50{
  margin-top: 50px;
}

.l-message-img{
  width: 920px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .l-message-img{
    width: 344px;
    text-align: center;
  }
}

.l-entry{
  background-color: #E7FCF4;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px;
  margin-top: -100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .l-entry{
    background-color: #E7FCF4;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    margin-left: -300px;
    margin-right: -300px;
    padding-left: 300px;
    padding-right: 300px;
    margin-top: -150px;
    padding-bottom: 50px;
  }
}

.l-entry-flex {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .l-entry-flex{
    display: block;
  }
}

.l-entry-link{
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-entry-link{
    height: auto;
    max-width: 195px;
    width: 100%;
    margin: 0 auto 31px;
  }
}

.l-entry-link-rikunabi img {
  background-color: #fff;
  padding: 3% 4%;
  border: 1px solid #cbcaca;
}

@media screen and (max-width: 767px) {
.l-entry-link-rikunabi img {
  background-color: #fff;
  padding: 3% 4%;
  border: 1px solid #cbcaca;
  height: auto;
  max-width: 195px;
  width:100%
}
}
