@charset "UTF-8";
/* CSS Document */
main {
  padding-top: 0px; }

#heroimg {
  position: relative; }
  #heroimg .visual img {
    border-radius: 0 0 50px 50px;
    width: 100%;
    height: 90vh;
    object-fit: cover; }
    @media screen and (max-width: 1199px) {
      #heroimg .visual img {
        height: 70vh; } }
    @media screen and (max-width: 991px) {
      #heroimg .visual img {
        height: 55vh; } }
    @media screen and (max-width: 767px) {
      #heroimg .visual img {
        height: 80vh; } }
    @media screen and (max-width: 575px) {
      #heroimg .visual img {
        height: 72vh; } }
  #heroimg .catchcopy {
    position: absolute;
    bottom: 6.5rem;
    right: 7%; }
    @media screen and (max-width: 767px) {
      #heroimg .catchcopy {
        right: revert;
        left: 6%;
        bottom: 12rem; } }
    @media screen and (max-width: 575px) {
      #heroimg .catchcopy {
        bottom: 8.5rem; } }
    #heroimg .catchcopy p {
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-weight: 600;
      font-size: 40px;
      font-size: 4rem;
      color: #fff;
      font-style: italic;
      line-height: 1.4;
      letter-spacing: 0.5rem;
      text-align: right;
      text-shadow: #50beff 1px 1px 15px, #50beff -1px 1px 15px;
      text-shadow: #50beff 1px -1px 15px, #50beff -1px -1px 15px; }
      @media screen and (max-width: 767px) {
        #heroimg .catchcopy p {
          text-align: left; } }
      @media screen and (max-width: 575px) {
        #heroimg .catchcopy p {
          font-size: 28px;
          font-size: 2.8rem; } }
  #heroimg .column_btn {
    position: absolute;
    bottom: 6rem;
    left: 7%; }
    @media screen and (max-width: 575px) {
      #heroimg .column_btn {
        bottom: 4rem; } }
    #heroimg .column_btn a {
      background-color: #fff;
      border: 2px solid #00aaee;
      border-radius: 10px;
      color: #00aaee;
      padding: 1.5rem 2.5rem;
      font-family: "Kiwi Maru", serif;
      font-weight: 500;
      font-size: 21px;
      font-size: 2.1rem;
      letter-spacing: 0.1rem;
      transition: 0.3s; }
      @media screen and (max-width: 991px) {
        #heroimg .column_btn a {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 575px) {
        #heroimg .column_btn a {
          padding: 1.2rem 2rem; } }
      #heroimg .column_btn a i {
        padding-right: 0.3em;
        font-size: 23px;
        font-size: 2.3rem; }
    #heroimg .column_btn:hover a {
      background-color: #00aaee;
      color: #fff; }

#intro {
  padding-top: 12.6rem;
  padding-bottom: 13rem;
  background-image: url("../img/intro-bg.jpg");
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1399px) {
    #intro {
      background-size: contain; } }
  @media screen and (max-width: 991px) {
    #intro {
      padding-bottom: 10rem; } }
  @media screen and (max-width: 767px) {
    #intro {
      padding-top: 22.6rem; } }
  @media screen and (max-width: 575px) {
    #intro {
      padding-top: 17.6rem;
      padding-bottom: 7rem; } }
  #intro .intro-flex {
    margin: auto;
    text-align: center; }
    #intro .intro-flex .catch {
      position: relative;
      font-size: 23px;
      font-size: 2.3rem;
      margin-bottom: 8.6rem;
      display: inline-block; }
      @media screen and (max-width: 1199px) {
        #intro .intro-flex .catch {
          line-height: 1.7;
          margin-bottom: 7rem; } }
      @media screen and (max-width: 991px) {
        #intro .intro-flex .catch {
          line-height: 1.7;
          margin-bottom: 6rem; } }
      @media screen and (max-width: 767px) {
        #intro .intro-flex .catch {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 575px) {
        #intro .intro-flex .catch {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.5;
          margin-bottom: 2rem; } }
      #intro .intro-flex .catch span {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          #intro .intro-flex .catch span {
            font-size: 33px;
            font-size: 3.3rem; } }
        @media screen and (max-width: 575px) {
          #intro .intro-flex .catch span {
            font-size: 22px;
            font-size: 2.2rem; } }
      #intro .intro-flex .catch::before {
        content: '';
        position: absolute;
        background-image: url("../img/intro-deco1.svg");
        background-size: cover;
        background-repeat: no-repeat;
        height: 180px;
        width: 189px;
        top: -4rem;
        bottom: 0;
        margin: auto;
        left: -22rem; }
        @media screen and (max-width: 991px) {
          #intro .intro-flex .catch::before {
            height: 150px;
            width: 157px; } }
        @media screen and (max-width: 767px) {
          #intro .intro-flex .catch::before {
            top: -13em;
            left: 0; } }
        @media screen and (max-width: 575px) {
          #intro .intro-flex .catch::before {
            top: -12em;
            left: 2rem;
            height: 120px;
            width: 127px; } }
      #intro .intro-flex .catch::after {
        content: '';
        position: absolute;
        background-image: url("../img/intro-deco2.svg");
        background-size: cover;
        background-repeat: no-repeat;
        height: 180px;
        width: 189px;
        top: -4rem;
        bottom: 0;
        margin: auto;
        right: -22rem; }
        @media screen and (max-width: 991px) {
          #intro .intro-flex .catch::after {
            height: 150px;
            width: 157px; } }
        @media screen and (max-width: 767px) {
          #intro .intro-flex .catch::after {
            top: -13em;
            right: 0; } }
        @media screen and (max-width: 575px) {
          #intro .intro-flex .catch::after {
            top: -12em;
            right: 2rem;
            height: 120px;
            width: 127px; } }
  #intro h3 {
    position: relative;
    font-size: 29px;
    font-size: 2.9rem;
    color: #50beff;
    text-align: center;
    z-index: 3;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      #intro h3 {
        line-height: 1.5; } }
    @media screen and (max-width: 575px) {
      #intro h3 {
        font-size: 25px;
        font-size: 2.5rem; } }
    #intro h3::before {
      content: '';
      position: absolute;
      background-image: url("../img/intro-deco3.svg");
      background-size: cover;
      background-repeat: no-repeat;
      height: 21.5px;
      width: 868px;
      bottom: -1.5rem;
      right: 0;
      left: 0;
      margin: auto;
      z-index: -1; }
      @media screen and (max-width: 991px) {
        #intro h3::before {
          height: 16.5px;
          width: 682px;
          bottom: -1.5rem; } }
      @media screen and (max-width: 767px) {
        #intro h3::before {
          height: 12px;
          width: 20em;
          bottom: -0.5rem; } }
      @media screen and (max-width: 575px) {
        #intro h3::before {
          height: 8px;
          width: 15em; } }

#greeting {
  padding-top: 10rem;
  margin-top: -10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(0deg, #ffffde, rgba(255, 255, 255, 0)); }
  @media screen and (max-width: 1199px) {
    #greeting {
      padding-bottom: 8rem; } }
  @media screen and (max-width: 575px) {
    #greeting {
      padding-bottom: 4rem;
      position: relative;
      z-index: 3; } }
  @media screen and (max-width: 767px) {
    #greeting .greeting-img {
      text-align: center;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 575px) {
    #greeting .greeting-img {
      width: 60%;
      margin: auto;
      margin-bottom: 2rem; } }
  #greeting .text-box p {
    padding-left: 1.6rem;
    line-height: 1.8; }
    @media screen and (max-width: 1199px) {
      #greeting .text-box p {
        line-height: 1.7; } }
    @media screen and (max-width: 991px) {
      #greeting .text-box p {
        font-size: 1.5rem;
        line-height: 1.5; } }
    @media screen and (max-width: 767px) {
      #greeting .text-box p {
        padding-left: 0; } }
  #greeting .text-box .leader-name {
    text-align: right;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5; }
    #greeting .text-box .leader-name span {
      font-size: 20px;
      font-size: 2rem; }

#about {
  position: relative;
  background-color: #fefaab;
  padding-top: 9.5rem;
  padding-bottom: 10rem; }
  @media screen and (max-width: 575px) {
    #about {
      padding-top: 10rem;
      padding-bottom: 5rem;
      margin-top: -5rem; } }
  #about::before {
    position: absolute;
    content: "";
    background-image: url("../img/deco-white-left-s.svg");
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    top: 0;
    left: 0; }
    @media screen and (max-width: 1399px) {
      #about::before {
        height: 150px;
        width: 150px; } }
  #about::after {
    position: absolute;
    content: "";
    background-image: url("../img/deco-white-right.svg");
    background-repeat: no-repeat;
    height: 220px;
    width: 100px;
    bottom: 20%;
    right: 0; }
    @media screen and (max-width: 991px) {
      #about::after {
        bottom: 6%; } }
    @media screen and (max-width: 575px) {
      #about::after {
        bottom: 13%;
        width: 75px; } }
  #about .relative {
    position: relative;
    z-index: 30; }
    #about .relative .about-up {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 5.7rem; }
      @media screen and (max-width: 991px) {
        #about .relative .about-up {
          width: 100%;
          margin-bottom: 3.7rem; } }
      @media screen and (max-width: 767px) {
        #about .relative .about-up {
          flex-direction: column;
          align-items: center; } }
      @media screen and (max-width: 575px) {
        #about .relative .about-up {
          margin-bottom: 2.5rem; } }
      #about .relative .about-up .about-text {
        width: 50%; }
        @media screen and (max-width: 1199px) {
          #about .relative .about-up .about-text {
            width: 55%; } }
        @media screen and (max-width: 767px) {
          #about .relative .about-up .about-text {
            width: 100%; } }
        #about .relative .about-up .about-text h3 {
          color: #fff;
          font-size: 30px;
          font-size: 3rem;
          font-weight: 700;
          background-color: #50beff;
          display: inline-block;
          letter-spacing: 0.5rem;
          padding: 0.7rem 0.8rem 0.9rem 1.5rem;
          margin-bottom: 3rem; }
          @media screen and (max-width: 767px) {
            #about .relative .about-up .about-text h3 {
              margin-bottom: 1rem; } }
          @media screen and (max-width: 575px) {
            #about .relative .about-up .about-text h3 {
              display: block;
              text-align: center;
              font-size: 25px;
              font-size: 2.5rem; } }
        #about .relative .about-up .about-text dl dt {
          font-size: 20px;
          font-size: 2rem;
          color: #50beff;
          font-weight: 600; }
          @media screen and (max-width: 575px) {
            #about .relative .about-up .about-text dl dt {
              text-align: center;
              line-height: 1.3;
              margin-bottom: 1rem; } }
          #about .relative .about-up .about-text dl dt span {
            font-size: 25px;
            font-size: 2.5rem; }
        #about .relative .about-up .about-text dl dd {
          line-height: 1.7; }
          @media screen and (max-width: 767px) {
            #about .relative .about-up .about-text dl dd {
              margin-bottom: 2rem; } }
      #about .relative .about-up .about-img {
        width: 40%;
        text-align: right;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          #about .relative .about-up .about-img {
            width: 70%;
            text-align: center; } }
    #about .relative .about-down .white-box {
      background-color: #fff;
      padding-top: 3rem;
      padding-bottom: 4rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #about .relative .about-down .white-box {
          flex-direction: column;
          gap: 2rem; } }
      @media screen and (max-width: 575px) {
        #about .relative .about-down .white-box {
          padding: 2rem 1rem; } }
      #about .relative .about-down .white-box img {
        width: 285px;
        margin-right: 9rem; }
        @media screen and (max-width: 991px) {
          #about .relative .about-down .white-box img {
            width: 200px; } }
        @media screen and (max-width: 767px) {
          #about .relative .about-down .white-box img {
            width: 250px;
            margin: auto; } }
        @media screen and (max-width: 767px) {
          #about .relative .about-down .white-box img {
            width: 220px; } }
      #about .relative .about-down .white-box p {
        width: 45%;
        display: inline-block;
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          #about .relative .about-down .white-box p {
            width: 90%; } }
        #about .relative .about-down .white-box p span {
          font-weight: 600; }

#merit {
  position: relative;
  background-color: #e5f5ff;
  padding-bottom: 8.4rem; }
  @media screen and (max-width: 1199px) {
    #merit {
      padding-bottom: 4rem; } }
  @media screen and (max-width: 575px) {
    #merit {
      z-index: 3; } }
  #merit .arrow {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 700px solid transparent;
    border-left: 700px solid transparent;
    border-top: 87px solid #fefaab;
    border-bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0; }
    @media screen and (max-width: 1399px) {
      #merit .arrow {
        border-right: 600px solid transparent;
        border-left: 600px solid transparent; } }
    @media screen and (max-width: 1199px) {
      #merit .arrow {
        border-right: 495.5px solid transparent;
        border-left: 495.5px solid transparent; } }
    @media screen and (max-width: 991px) {
      #merit .arrow {
        border-right: 383.5px solid transparent;
        border-left: 383.5px solid transparent;
        border-top: 60px solid #fefaab; } }
    @media screen and (max-width: 991px) {
      #merit .arrow {
        border-right: 250px solid transparent;
        border-left: 250px solid transparent;
        border-top: 60px solid #fefaab; } }
    @media screen and (max-width: 575px) {
      #merit .arrow {
        border-right: 180px solid transparent;
        border-left: 180px solid transparent; } }
  #merit::before {
    position: absolute;
    content: "";
    background-image: url("../img/deco-white-right.svg");
    background-repeat: no-repeat;
    height: 470px;
    width: 200px;
    top: 35%;
    right: 0; }
    @media screen and (max-width: 767px) {
      #merit::before {
        height: 415px;
        width: 130px;
        top: 20%; } }
  #merit::after {
    position: absolute;
    content: "";
    background-image: url("../img/deco-white-left.svg");
    background-repeat: no-repeat;
    height: 330px;
    width: 150px;
    bottom: 7.5rem;
    left: 0; }
    @media screen and (max-width: 767px) {
      #merit::after {
        height: 240px;
        width: 150px;
        bottom: 40.5rem; } }
  #merit h4 {
    padding-top: 19rem; }
    @media screen and (max-width: 767px) {
      #merit h4 {
        padding-top: 15rem; } }
    @media screen and (max-width: 575px) {
      #merit h4 {
        padding-top: 11rem; } }
  #merit .relative {
    position: relative;
    z-index: 10; }
    #merit .relative .merit-environment {
      margin-bottom: 7.5rem; }
      @media screen and (max-width: 1199px) {
        #merit .relative .merit-environment {
          margin-bottom: 5.5rem; } }
      @media screen and (max-width: 575px) {
        #merit .relative .merit-environment {
          margin-bottom: 3rem; } }
      #merit .relative .merit-environment h5 {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 600;
        text-align: center;
        padding-bottom: 3rem;
        line-height: 1.5; }
        @media screen and (max-width: 575px) {
          #merit .relative .merit-environment h5 {
            font-size: 20px;
            font-size: 2rem;
            padding-bottom: 1.5rem; } }
      #merit .relative .merit-environment ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1.5rem; }
        @media screen and (max-width: 767px) {
          #merit .relative .merit-environment ul {
            display: block; } }
        #merit .relative .merit-environment ul li {
          background-color: #fff;
          border: 1px solid #d5d5d5;
          border-radius: 10px;
          text-align: center;
          padding: 3.5rem 0; }
          @media screen and (max-width: 767px) {
            #merit .relative .merit-environment ul li {
              width: 80%;
              margin: auto;
              margin-bottom: 2rem;
              padding: 2.5rem 0; } }
          @media screen and (max-width: 575px) {
            #merit .relative .merit-environment ul li {
              width: 90%;
              padding: 1.5rem 0; } }
          #merit .relative .merit-environment ul li img {
            width: 221px;
            margin-bottom: 2rem; }
            @media screen and (max-width: 575px) {
              #merit .relative .merit-environment ul li img {
                width: 165px;
                margin-bottom: 0.5rem; } }
          #merit .relative .merit-environment ul li dl dt {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 600;
            color: #50beff;
            margin-bottom: 0.8rem; }
            @media screen and (max-width: 1199px) {
              #merit .relative .merit-environment ul li dl dt {
                font-size: 18px;
                font-size: 1.8rem; } }
            @media screen and (max-width: 991px) {
              #merit .relative .merit-environment ul li dl dt {
                line-height: 1.4; } }
            @media screen and (max-width: 767px) {
              #merit .relative .merit-environment ul li dl dt {
                font-size: 2rem; } }
          #merit .relative .merit-environment ul li dl dd {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.8;
            font-weight: 500; }
            @media screen and (max-width: 1199px) {
              #merit .relative .merit-environment ul li dl dd {
                line-height: 1.7; } }
            @media screen and (max-width: 991px) {
              #merit .relative .merit-environment ul li dl dd {
                text-align: justify;
                padding-left: 2rem;
                padding-right: 2rem; } }
            @media screen and (max-width: 575px) {
              #merit .relative .merit-environment ul li dl dd {
                line-height: 1.5; } }
    #merit .relative .merit-target, #merit .relative .merit-fees {
      display: flex;
      justify-content: center;
      padding-bottom: 3.5rem; }
      #merit .relative .merit-target h5, #merit .relative .merit-fees h5 {
        color: #fff;
        font-size: 20px;
        font-size: 2rem;
        background-color: #50beff;
        width: 9em;
        text-align: center;
        margin: auto;
        padding: 0.5rem;
        margin-bottom: 2.5rem; }
        @media screen and (max-width: 575px) {
          #merit .relative .merit-target h5, #merit .relative .merit-fees h5 {
            margin-bottom: 1.5rem; } }
      #merit .relative .merit-target ul, #merit .relative .merit-fees ul {
        margin-bottom: 0.5rem; }
        #merit .relative .merit-target ul li, #merit .relative .merit-fees ul li {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.6; }
          @media screen and (max-width: 575px) {
            #merit .relative .merit-target ul li, #merit .relative .merit-fees ul li {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1.5;
              text-indent: -1.5em;
              margin-left: 1.5em; } }
          #merit .relative .merit-target ul li::before, #merit .relative .merit-fees ul li::before {
            font-family: "Font Awesome 5 Free";
            content: "\f058";
            font-weight: 400;
            color: #50beff;
            padding-right: 0.5rem; }
      #merit .relative .merit-target p, #merit .relative .merit-fees p {
        margin-bottom: 0;
        padding-left: 1.5em;
        line-height: 1.5;
        text-indent: -1.2em;
        margin-left: 1.2em; }
    @media screen and (max-width: 575px) {
      #merit .relative .merit-fees {
        padding-bottom: 0; } }
    #merit .relative .merit-fees p {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      padding-left: 0; }
      @media screen and (max-width: 575px) {
        #merit .relative .merit-fees p {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5; } }

#operation {
  background-color: #fdfddd;
  position: relative;
  padding-top: 11.5rem;
  padding-bottom: 20rem; }
  @media screen and (max-width: 1199px) {
    #operation {
      padding-top: 7.5rem;
      padding-bottom: 18rem; } }
  @media screen and (max-width: 991px) {
    #operation {
      padding-top: 9.5rem;
      margin-top: -2rem; } }
  @media screen and (max-width: 575px) {
    #operation {
      padding-top: 10rem;
      margin-top: -4rem;
      z-index: 0; } }
  #operation::before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 315px;
    width: 100%;
    top: 0; }
    @media screen and (max-width: 991px) {
      #operation::before {
        height: 210px; } }
  #operation .bg-deco {
    position: relative; }
    #operation .bg-deco::before {
      position: absolute;
      content: "";
      background-image: url("../img/operation-deco1.svg");
      background-repeat: no-repeat;
      height: 700px;
      width: 670px;
      left: 0;
      top: 37rem;
      z-index: 0; }
      @media screen and (max-width: 575px) {
        #operation .bg-deco::before {
          height: 800px;
          width: 670px; } }
      @media screen and (max-width: 1199px) {
        #operation .bg-deco::before {
          height: 623px;
          width: 669px;
          left: -4rem; } }
      @media screen and (max-width: 991px) {
        #operation .bg-deco::before {
          display: none; } }
    #operation .bg-deco::after {
      position: absolute;
      content: "";
      background-image: url("../img/operation-deco2.svg");
      background-repeat: no-repeat;
      height: 700px;
      width: 660px;
      right: 0rem;
      top: 152rem;
      z-index: 0; }
      @media screen and (max-width: 1199px) {
        #operation .bg-deco::after {
          width: 545px;
          top: 134rem; } }
      @media screen and (max-width: 991px) {
        #operation .bg-deco::after {
          display: none; } }
  #operation h4 {
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 991px) {
      #operation h4 {
        margin-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      #operation h4 {
        margin-bottom: revert; } }
  #operation .fukidashi {
    position: relative;
    z-index: 5; }
    #operation .fukidashi ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 1.5rem; }
      @media screen and (max-width: 767px) {
        #operation .fukidashi ul {
          display: block; } }
      #operation .fukidashi ul li {
        background-image: url("../img/operation-fukidashi.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 179px; }
        @media screen and (max-width: 767px) {
          #operation .fukidashi ul li {
            margin-bottom: 2rem; } }
        @media screen and (max-width: 575px) {
          #operation .fukidashi ul li {
            margin-bottom: 1rem;
            height: 145px; } }
        #operation .fukidashi ul li p {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 600;
          margin-bottom: 0;
          text-align: center;
          line-height: 1.667;
          padding-top: 3.3rem; }
          @media screen and (max-width: 1199px) {
            #operation .fukidashi ul li p {
              line-height: 1.5;
              padding-top: 3.7rem; } }
          @media screen and (max-width: 991px) {
            #operation .fukidashi ul li p {
              font-size: 16px;
              font-size: 1.6rem;
              padding-top: 5.5rem; } }
          @media screen and (max-width: 767px) {
            #operation .fukidashi ul li p {
              font-size: 20px;
              font-size: 2rem;
              padding-top: 4.5rem; } }
          @media screen and (max-width: 575px) {
            #operation .fukidashi ul li p {
              font-size: 18px;
              font-size: 1.8rem;
              padding-top: 3.2rem; } }
  #operation .logo {
    text-align: center;
    padding-top: 3.8rem;
    padding-bottom: 7rem; }
    @media screen and (max-width: 1199px) {
      #operation .logo {
        padding-top: 2rem;
        padding-bottom: 3rem; } }
    @media screen and (max-width: 991px) {
      #operation .logo {
        padding-top: 0rem;
        width: 57%;
        margin: auto; } }
    @media screen and (max-width: 767px) {
      #operation .logo {
        width: 80%; } }
  #operation .operation-box1, #operation .operation-box2 {
    margin-bottom: 16rem; }
    @media screen and (max-width: 1199px) {
      #operation .operation-box1, #operation .operation-box2 {
        margin-bottom: 8rem; } }
    @media screen and (max-width: 767px) {
      #operation .operation-box1, #operation .operation-box2 {
        margin-bottom: 6rem; } }
    @media screen and (max-width: 575px) {
      #operation .operation-box1, #operation .operation-box2 {
        margin-bottom: 3rem; } }
    #operation .operation-box1 .explanation, #operation .operation-box2 .explanation {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 4rem;
      align-items: center;
      margin-bottom: 6.8rem; }
      @media screen and (max-width: 1199px) {
        #operation .operation-box1 .explanation, #operation .operation-box2 .explanation {
          margin-bottom: 4.8rem; } }
      @media screen and (max-width: 991px) {
        #operation .operation-box1 .explanation, #operation .operation-box2 .explanation {
          display: flex;
          flex-direction: column;
          margin-bottom: 2rem;
          gap: 0; } }
      #operation .operation-box1 .explanation dl, #operation .operation-box2 .explanation dl {
        position: relative;
        z-index: 3; }
        #operation .operation-box1 .explanation dl dt, #operation .operation-box2 .explanation dl dt {
          font-size: 23px;
          font-size: 2.3rem;
          font-weight: 600;
          color: #50beff;
          line-height: 1.35;
          display: flex;
          align-items: center;
          margin-bottom: 2.7rem; }
          @media screen and (max-width: 575px) {
            #operation .operation-box1 .explanation dl dt, #operation .operation-box2 .explanation dl dt {
              font-size: 20px;
              font-size: 2rem;
              margin-bottom: 1rem; } }
          #operation .operation-box1 .explanation dl dt::before, #operation .operation-box2 .explanation dl dt::before {
            content: "";
            background-image: url("../img/operation-1.svg");
            background-repeat: no-repeat;
            height: 55px;
            width: 55px;
            display: inline-block;
            margin-right: 2rem; }
            @media screen and (max-width: 575px) {
              #operation .operation-box1 .explanation dl dt::before, #operation .operation-box2 .explanation dl dt::before {
                height: 55px;
                width: 55px;
                margin-right: 1.5rem; } }
        #operation .operation-box1 .explanation dl dd, #operation .operation-box2 .explanation dl dd {
          line-height: 1.75; }
          @media screen and (max-width: 1199px) {
            #operation .operation-box1 .explanation dl dd, #operation .operation-box2 .explanation dl dd {
              line-height: 1.6; } }
          @media screen and (max-width: 575px) {
            #operation .operation-box1 .explanation dl dd, #operation .operation-box2 .explanation dl dd {
              line-height: 1.5; } }
      @media screen and (max-width: 991px) {
        #operation .operation-box1 .explanation .explanation-img, #operation .operation-box2 .explanation .explanation-img {
          width: 50%;
          margin: auto; } }
      @media screen and (max-width: 575px) {
        #operation .operation-box1 .explanation .explanation-img, #operation .operation-box2 .explanation .explanation-img {
          width: 70%; } }
    #operation .operation-box1 .seminar .white-box, #operation .operation-box2 .seminar .white-box {
      background-color: #fff;
      padding-top: 6rem;
      padding-bottom: 6rem; }
      @media screen and (max-width: 1199px) {
        #operation .operation-box1 .seminar .white-box, #operation .operation-box2 .seminar .white-box {
          padding-top: 4rem;
          padding-bottom: 4rem; } }
      @media screen and (max-width: 991px) {
        #operation .operation-box1 .seminar .white-box, #operation .operation-box2 .seminar .white-box {
          padding-top: 3rem;
          padding-bottom: 3rem; } }
      @media screen and (max-width: 575px) {
        #operation .operation-box1 .seminar .white-box, #operation .operation-box2 .seminar .white-box {
          padding-top: 2rem;
          padding-bottom: 2rem; } }
      #operation .operation-box1 .seminar .white-box p, #operation .operation-box2 .seminar .white-box p {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 2rem; }
        @media screen and (max-width: 1199px) {
          #operation .operation-box1 .seminar .white-box p, #operation .operation-box2 .seminar .white-box p {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media screen and (max-width: 575px) {
          #operation .operation-box1 .seminar .white-box p, #operation .operation-box2 .seminar .white-box p {
            line-height: 1.5;
            margin-bottom: 1rem; } }
      #operation .operation-box1 .seminar .white-box .example, #operation .operation-box2 .seminar .white-box .example {
        width: 90%;
        margin: auto; }
        @media screen and (max-width: 991px) {
          #operation .operation-box1 .seminar .white-box .example, #operation .operation-box2 .seminar .white-box .example {
            width: 95%; } }
        #operation .operation-box1 .seminar .white-box .example p.theme, #operation .operation-box2 .seminar .white-box .example p.theme {
          background-color: #50beff;
          color: #fff;
          font-size: 20px;
          font-size: 2rem;
          border-radius: 100vh;
          text-align: center;
          margin-bottom: 1rem; }
          @media screen and (max-width: 1199px) {
            #operation .operation-box1 .seminar .white-box .example p.theme, #operation .operation-box2 .seminar .white-box .example p.theme {
              font-size: 18px;
              font-size: 1.8rem; } }
          @media screen and (max-width: 575px) {
            #operation .operation-box1 .seminar .white-box .example p.theme, #operation .operation-box2 .seminar .white-box .example p.theme {
              padding: 0.3rem 0 0.5rem 0;
              margin-left: 1rem;
              margin-right: 1rem; } }
        #operation .operation-box1 .seminar .white-box .example ul, #operation .operation-box2 .seminar .white-box .example ul {
          display: flex;
          flex-wrap: wrap;
          width: 95%;
          margin: auto; }
          @media screen and (max-width: 991px) {
            #operation .operation-box1 .seminar .white-box .example ul, #operation .operation-box2 .seminar .white-box .example ul {
              width: 100%; } }
          @media screen and (max-width: 767px) {
            #operation .operation-box1 .seminar .white-box .example ul, #operation .operation-box2 .seminar .white-box .example ul {
              flex-wrap: nowrap;
              width: 92%;
              margin: auto;
              flex-direction: column; } }
          #operation .operation-box1 .seminar .white-box .example ul li, #operation .operation-box2 .seminar .white-box .example ul li {
            text-align: revert;
            font-weight: 400;
            width: 50%;
            display: inline-block;
            padding-right: 2em;
            margin-bottom: 0; }
            #operation .operation-box1 .seminar .white-box .example ul li::before, #operation .operation-box2 .seminar .white-box .example ul li::before {
              content: "●";
              color: #a7deff;
              font-size: 18px;
              padding-right: 0.5rem; }
              @media screen and (max-width: 575px) {
                #operation .operation-box1 .seminar .white-box .example ul li::before, #operation .operation-box2 .seminar .white-box .example ul li::before {
                  font-size: 13px; } }
            #operation .operation-box1 .seminar .white-box .example ul li:last-of-type::before, #operation .operation-box2 .seminar .white-box .example ul li:last-of-type::before {
              display: none; }
            @media screen and (max-width: 1199px) {
              #operation .operation-box1 .seminar .white-box .example ul li, #operation .operation-box2 .seminar .white-box .example ul li {
                font-size: 14px;
                font-size: 1.4rem; } }
            @media screen and (max-width: 991px) {
              #operation .operation-box1 .seminar .white-box .example ul li, #operation .operation-box2 .seminar .white-box .example ul li {
                padding-right: 0.5em; } }
            @media screen and (max-width: 991px) {
              #operation .operation-box1 .seminar .white-box .example ul li, #operation .operation-box2 .seminar .white-box .example ul li {
                width: 100%; } }
            @media screen and (max-width: 575px) {
              #operation .operation-box1 .seminar .white-box .example ul li, #operation .operation-box2 .seminar .white-box .example ul li {
                text-indent: -1.6em;
                margin-left: 1.6em;
                padding-right: 2em; } }
  #operation .operation-box2 .explanation {
    grid-template-columns: 1fr 1.1fr; }
    #operation .operation-box2 .explanation dl dt::before {
      content: "";
      background-image: url("../img/operation-2.svg");
      height: 55px;
      width: 55px;
      display: inline-block;
      margin-right: 2rem; }
  #operation span.color-blue {
    font-weight: 600; }
  #operation section.meeting {
    position: relative;
    z-index: 5; }
    #operation section.meeting h5 {
      background-color: #50beff;
      font-size: 20px;
      font-size: 2rem;
      color: #fff;
      border-radius: 100vh;
      text-align: center;
      padding: 1rem;
      margin-bottom: 1.8rem; }
      @media screen and (max-width: 575px) {
        #operation section.meeting h5 {
          margin-bottom: 1rem; } }
    #operation section.meeting article {
      margin-bottom: 3rem; }
      #operation section.meeting article .white-box {
        background-color: #fff;
        padding: 4rem 3.5rem; }
        @media screen and (max-width: 1199px) {
          #operation section.meeting article .white-box {
            padding: 3rem 3.5rem; } }
        @media screen and (max-width: 575px) {
          #operation section.meeting article .white-box {
            padding: 2rem 2rem; } }
        #operation section.meeting article .white-box .midashi {
          margin-bottom: 4.5rem; }
          @media screen and (max-width: 991px) {
            #operation section.meeting article .white-box .midashi {
              margin-bottom: 2.5rem; } }
          #operation section.meeting article .white-box .midashi p.date {
            font-size: 16px;
            font-size: 1.6rem; }
          #operation section.meeting article .white-box .midashi .title {
            color: #50beff;
            font-weight: 600;
            font-size: 23px;
            font-size: 2.3rem;
            text-align: center;
            border-top: 1px solid #50beff;
            border-bottom: 1px solid #50beff;
            line-height: 1.5;
            padding-top: 1.7rem;
            padding-bottom: 1.9rem; }
            @media screen and (max-width: 767px) {
              #operation section.meeting article .white-box .midashi .title {
                padding-top: 1.2rem;
                padding-bottom: 1.4rem; } }
            @media screen and (max-width: 575px) {
              #operation section.meeting article .white-box .midashi .title {
                font-size: 20px;
                font-size: 2rem;
                line-height: 1.2;
                margin-bottom: 1rem; } }
            #operation section.meeting article .white-box .midashi .title span {
              font-size: 18px;
              font-size: 1.8rem;
              display: block; }
              @media screen and (max-width: 575px) {
                #operation section.meeting article .white-box .midashi .title span {
                  font-size: 16px;
                  font-size: 1.6rem; } }
          #operation section.meeting article .white-box .midashi .others {
            font-size: 16px;
            font-size: 1.6rem;
            text-align: right;
            font-weight: 600; }
            @media screen and (max-width: 575px) {
              #operation section.meeting article .white-box .midashi .others {
                font-size: 14px;
                font-size: 1.4rem;
                text-align: center;
                line-height: 1.3; } }
        @media screen and (max-width: 991px) {
          #operation section.meeting article .white-box .main-contents .meeting-img {
            margin: auto; } }
        #operation section.meeting article .white-box .main-contents .meeting-img p {
          text-align: center; }
          @media screen and (max-width: 1199px) {
            #operation section.meeting article .white-box .main-contents .meeting-img p {
              font-size: 1.4rem; } }
          @media screen and (max-width: 767px) {
            #operation section.meeting article .white-box .main-contents .meeting-img p {
              margin-top: 0.7rem; } }
        #operation section.meeting article .white-box .main-contents dl {
          margin-bottom: 6rem; }
          @media screen and (max-width: 1199px) {
            #operation section.meeting article .white-box .main-contents dl {
              margin-bottom: 2rem; } }
          @media screen and (max-width: 575px) {
            #operation section.meeting article .white-box .main-contents dl {
              margin-bottom: 1rem; } }
          #operation section.meeting article .white-box .main-contents dl dt {
            font-size: 22px;
            font-size: 2.2rem;
            color: #50beff;
            margin-bottom: 1rem;
            display: flex;
            align-items: center; }
            @media screen and (max-width: 1199px) {
              #operation section.meeting article .white-box .main-contents dl dt {
                margin-bottom: 0.5rem;
                font-size: 18px;
                font-size: 1.8rem; } }
            @media screen and (max-width: 575px) {
              #operation section.meeting article .white-box .main-contents dl dt {
                line-height: 1.3; } }
            #operation section.meeting article .white-box .main-contents dl dt span.square-number {
              color: #fff;
              background-color: #50beff;
              padding: 5px;
              margin-right: 0.5em;
              text-align: center;
              font-size: 70%;
              height: 25px;
              width: 25px;
              display: flex;
              align-items: center;
              justify-content: center; }
          #operation section.meeting article .white-box .main-contents dl dd {
            line-height: 1.688; }
            @media screen and (max-width: 1199px) {
              #operation section.meeting article .white-box .main-contents dl dd {
                line-height: 1.5;
                font-size: 14px;
                font-size: 1.4rem; } }
            @media screen and (max-width: 991px) {
              #operation section.meeting article .white-box .main-contents dl dd {
                font-size: 1.6rem; } }
            @media screen and (max-width: 575px) {
              #operation section.meeting article .white-box .main-contents dl dd {
                font-size: revert; } }
        #operation section.meeting article .white-box .gallery {
          margin-bottom: 1.5rem; }
          @media screen and (max-width: 991px) {
            #operation section.meeting article .white-box .gallery {
              margin-top: 2rem; } }
          @media screen and (max-width: 575px) {
            #operation section.meeting article .white-box .gallery {
              margin-top: 1rem;
              margin-bottom: 0; } }
          #operation section.meeting article .white-box .gallery .gallery-imgs {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 1.8rem; }
            @media screen and (max-width: 575px) {
              #operation section.meeting article .white-box .gallery .gallery-imgs {
                display: block; } }
            @media screen and (max-width: 575px) {
              #operation section.meeting article .white-box .gallery .gallery-imgs img {
                margin-bottom: 1rem; }
                #operation section.meeting article .white-box .gallery .gallery-imgs img:last-of-type {
                  margin-bottom: 0; } }
        #operation section.meeting article .white-box .normal-text {
          line-height: 1.688;
          padding-right: 15px;
          padding-left: 15px;
          margin-bottom: 3rem; }
          @media screen and (max-width: 1199px) {
            #operation section.meeting article .white-box .normal-text {
              padding-right: 0;
              padding-left: 0; } }
          @media screen and (max-width: 575px) {
            #operation section.meeting article .white-box .normal-text {
              margin-bottom: 1rem; } }
  #operation .circle-content {
    overflow: hidden;
    position: absolute;
    bottom: revert;
    left: 0;
    right: 0; }
@iclude xl {
  #operation .circle-content {
    bottom: -20rem; } }
    #operation .circle-content .top-circle {
      background-color: #fff;
      border-radius: 2000px 2000px 0 0 / 600px 600px 0 0;
      margin: 16px -200px;
      min-height: 300px;
      margin-top: 6rem; }
      @media screen and (max-width: 767px) {
        #operation .circle-content .top-circle {
          min-height: 270px; } }

#members {
  position: relative;
  z-index: 10;
  margin-bottom: 13rem;
  padding-top: 10rem;
  margin-top: -10rem; }
  @media screen and (max-width: 991px) {
    #members {
      margin-bottom: 10rem; } }
  @media screen and (max-width: 767px) {
    #members {
      padding-top: 9rem;
      margin-top: -12rem;
      margin-bottom: 5rem; } }
  @media screen and (max-width: 575px) {
    #members {
      margin-top: -9rem; } }
  #members::before {
    position: absolute;
    content: "";
    background-image: url("../img/deco-yellow-left.svg");
    background-repeat: no-repeat;
    height: 250px;
    width: 122px;
    top: 17rem;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      #members::before {
        width: 81px;
        top: 2rem; } }
    @media screen and (max-width: 767px) {
      #members::before {
        top: 6rem; } }
  #members::after {
    position: absolute;
    content: "";
    background-image: url("../img/deco-yellow-right.svg");
    background-repeat: no-repeat;
    height: 170px;
    width: 84px;
    top: 95rem;
    right: 0;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      #members::after {
        width: 62px;
        top: 87rem; } }
  #members .map p {
    margin-bottom: 6.5rem;
    text-align: center; }
    @media screen and (max-width: 991px) {
      #members .map p {
        margin-bottom: 3.5rem; } }
  #members .company-grid {
    margin-top: 8rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem; }
    @media screen and (max-width: 767px) {
      #members .company-grid {
        display: block;
        margin-top: 3rem; } }
    #members .company-grid .company-box .company-number .manufacturing p, #members .company-grid .company-box .company-number .construction p, #members .company-grid .company-box .company-number .electricity-gas-water p, #members .company-grid .company-box .company-number .carrier p, #members .company-grid .company-box .company-number .wholesale p, #members .company-grid .company-box .company-number .financial p, #members .company-grid .company-box .company-number .real-estate p, #members .company-grid .company-box .company-number .medical p, #members .company-grid .company-box .company-number .service-others p, #members .company-grid .company-box .company-number .professional p, #members .company-grid .company-box .company-number .others p {
      background-color: #96d967;
      margin-bottom: 0;
      color: #fff;
      font-weight: 600;
      text-align: center; }
    #members .company-grid .company-box .company-number .manufacturing ul, #members .company-grid .company-box .company-number .construction ul, #members .company-grid .company-box .company-number .electricity-gas-water ul, #members .company-grid .company-box .company-number .carrier ul, #members .company-grid .company-box .company-number .wholesale ul, #members .company-grid .company-box .company-number .financial ul, #members .company-grid .company-box .company-number .real-estate ul, #members .company-grid .company-box .company-number .medical ul, #members .company-grid .company-box .company-number .service-others ul, #members .company-grid .company-box .company-number .professional ul, #members .company-grid .company-box .company-number .others ul {
      background-color: #f4fbf0;
      padding: 1rem 1.7rem; }
      #members .company-grid .company-box .company-number .manufacturing ul li, #members .company-grid .company-box .company-number .construction ul li, #members .company-grid .company-box .company-number .electricity-gas-water ul li, #members .company-grid .company-box .company-number .carrier ul li, #members .company-grid .company-box .company-number .wholesale ul li, #members .company-grid .company-box .company-number .financial ul li, #members .company-grid .company-box .company-number .real-estate ul li, #members .company-grid .company-box .company-number .medical ul li, #members .company-grid .company-box .company-number .service-others ul li, #members .company-grid .company-box .company-number .professional ul li, #members .company-grid .company-box .company-number .others ul li {
        margin-bottom: 1.2rem;
        display: flex;
        align-items: center;
        line-height: 1.3; }
        @media screen and (max-width: 1199px) {
          #members .company-grid .company-box .company-number .manufacturing ul li, #members .company-grid .company-box .company-number .construction ul li, #members .company-grid .company-box .company-number .electricity-gas-water ul li, #members .company-grid .company-box .company-number .carrier ul li, #members .company-grid .company-box .company-number .wholesale ul li, #members .company-grid .company-box .company-number .financial ul li, #members .company-grid .company-box .company-number .real-estate ul li, #members .company-grid .company-box .company-number .medical ul li, #members .company-grid .company-box .company-number .service-others ul li, #members .company-grid .company-box .company-number .professional ul li, #members .company-grid .company-box .company-number .others ul li {
            font-size: 15px;
            font-size: 1.5rem; } }
        #members .company-grid .company-box .company-number .manufacturing ul li span.square-number, #members .company-grid .company-box .company-number .construction ul li span.square-number, #members .company-grid .company-box .company-number .electricity-gas-water ul li span.square-number, #members .company-grid .company-box .company-number .carrier ul li span.square-number, #members .company-grid .company-box .company-number .wholesale ul li span.square-number, #members .company-grid .company-box .company-number .financial ul li span.square-number, #members .company-grid .company-box .company-number .real-estate ul li span.square-number, #members .company-grid .company-box .company-number .medical ul li span.square-number, #members .company-grid .company-box .company-number .service-others ul li span.square-number, #members .company-grid .company-box .company-number .professional ul li span.square-number, #members .company-grid .company-box .company-number .others ul li span.square-number {
          color: #fff;
          background-color: #96d967;
          border-radius: 2px;
          padding: 5px;
          margin-right: 0.5em;
          text-align: center;
          font-size: 70%;
          height: 24px;
          width: 23px;
          display: flex;
          align-items: center;
          justify-content: center;
          letter-spacing: 0; }
          @media screen and (max-width: 575px) {
            #members .company-grid .company-box .company-number .manufacturing ul li span.square-number, #members .company-grid .company-box .company-number .construction ul li span.square-number, #members .company-grid .company-box .company-number .electricity-gas-water ul li span.square-number, #members .company-grid .company-box .company-number .carrier ul li span.square-number, #members .company-grid .company-box .company-number .wholesale ul li span.square-number, #members .company-grid .company-box .company-number .financial ul li span.square-number, #members .company-grid .company-box .company-number .real-estate ul li span.square-number, #members .company-grid .company-box .company-number .medical ul li span.square-number, #members .company-grid .company-box .company-number .service-others ul li span.square-number, #members .company-grid .company-box .company-number .professional ul li span.square-number, #members .company-grid .company-box .company-number .others ul li span.square-number {
              font-size: 100%; } }
    #members .company-grid .company-box .company-number .construction p {
      background-color: #00aaee; }
    #members .company-grid .company-box .company-number .construction ul {
      background-color: #e5f6fd; }
      #members .company-grid .company-box .company-number .construction ul li span.square-number {
        background-color: #00aaee; }
    #members .company-grid .company-box .company-number .electricity-gas-water p {
      background-color: #9b98e1; }
    #members .company-grid .company-box .company-number .electricity-gas-water ul {
      background-color: #f5f5fc; }
      #members .company-grid .company-box .company-number .electricity-gas-water ul li span.square-number {
        background-color: #9b98e1; }
    #members .company-grid .company-box .company-number .carrier p {
      background-color: #4ec3b4; }
    #members .company-grid .company-box .company-number .carrier ul {
      background-color: #edf9f7; }
      #members .company-grid .company-box .company-number .carrier ul li span.square-number {
        background-color: #4ec3b4; }
    #members .company-grid .company-box .company-number .wholesale p {
      background-color: #bf93d2; }
    #members .company-grid .company-box .company-number .wholesale ul {
      background-color: #f9f4fa; }
      #members .company-grid .company-box .company-number .wholesale ul li span.square-number {
        background-color: #bf93d2; }
    #members .company-grid .company-box .company-number .financial p {
      background-color: #8b95b1; }
    #members .company-grid .company-box .company-number .financial ul {
      background-color: #f3f4f7; }
      #members .company-grid .company-box .company-number .financial ul li span.square-number {
        background-color: #8b95b1; }
    #members .company-grid .company-box .company-number .real-estate p {
      background-color: #b38a84; }
    #members .company-grid .company-box .company-number .real-estate ul {
      background-color: #f7f3f3; }
      #members .company-grid .company-box .company-number .real-estate ul li span.square-number {
        background-color: #b38a84; }
    #members .company-grid .company-box .company-number .medical p {
      background-color: #f8afac; }
    #members .company-grid .company-box .company-number .medical ul {
      background-color: #fef7f7; }
      #members .company-grid .company-box .company-number .medical ul li span.square-number {
        background-color: #f8afac; }
    #members .company-grid .company-box .company-number .service-others p {
      background-color: #ffb738; }
    #members .company-grid .company-box .company-number .service-others ul {
      background-color: #fff8eb; }
      #members .company-grid .company-box .company-number .service-others ul li span.square-number {
        background-color: #ffb738; }
    #members .company-grid .company-box .company-number .professional p {
      background-color: #fba8d4; }
    #members .company-grid .company-box .company-number .professional ul {
      background-color: #fff6fb; }
      #members .company-grid .company-box .company-number .professional ul li span.square-number {
        background-color: #fba8d4; }
    #members .company-grid .company-box .company-number .others p {
      background-color: #45629b; }
    #members .company-grid .company-box .company-number .others ul {
      background-color: #eceff5; }
      #members .company-grid .company-box .company-number .others ul li span.square-number {
        background-color: #45629b; }

#list {
  margin-bottom: 15rem; }
  @media screen and (max-width: 991px) {
    #list {
      margin-bottom: 10rem; } }
  @media screen and (max-width: 767px) {
    #list {
      margin-bottom: 6rem; } }
  #list #link {
    margin-bottom: 2.5rem; }
    #list #link ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      gap: 0.7rem; }
      @media screen and (max-width: 767px) {
        #list #link ul {
          grid-template-columns: 1fr 1fr 1fr; } }
      @media screen and (max-width: 575px) {
        #list #link ul {
          grid-template-columns: 1fr 1fr; } }
      #list #link ul .eat {
        color: #ffa300; }
        #list #link ul .eat::before {
          font-family: "Font Awesome 5 Free";
          font-weight: 600;
          content: "\f2e7";
          padding-right: 0.8rem; }
      #list #link ul li.manufacturing a, #list #link ul .construction a, #list #link ul .electricity-gas-water a, #list #link ul .carrier a, #list #link ul .wholesale a, #list #link ul .financial a, #list #link ul .real-estate a, #list #link ul .medical a, #list #link ul .service-others a, #list #link ul .professional a, #list #link ul .others a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background-color: #96d967;
        padding: 0.3rem 0 0.3rem 0;
        display: block;
        transition: 0.2s;
        cursor: pointer; }
        @media screen and (max-width: 575px) {
          #list #link ul li.manufacturing a, #list #link ul .construction a, #list #link ul .electricity-gas-water a, #list #link ul .carrier a, #list #link ul .wholesale a, #list #link ul .financial a, #list #link ul .real-estate a, #list #link ul .medical a, #list #link ul .service-others a, #list #link ul .professional a, #list #link ul .others a {
            padding: 1rem; } }
        #list #link ul li.manufacturing a:hover, #list #link ul .construction a:hover, #list #link ul .electricity-gas-water a:hover, #list #link ul .carrier a:hover, #list #link ul .wholesale a:hover, #list #link ul .financial a:hover, #list #link ul .real-estate a:hover, #list #link ul .medical a:hover, #list #link ul .service-others a:hover, #list #link ul .professional a:hover, #list #link ul .others a:hover {
          background-color: #505050; }
      #list #link ul li.construction a {
        background-color: #00aaee; }
      #list #link ul li.electricity-gas-water a {
        background-color: #9b98e1; }
      #list #link ul li.carrier a {
        background-color: #4ec3b4; }
      #list #link ul li.wholesale a {
        background-color: #bf93d2; }
      #list #link ul li.financial a {
        background-color: #8b95b1; }
      #list #link ul li.real-estate a {
        background-color: #b38a84; }
      #list #link ul li.medical a {
        background-color: #f8afac; }
      #list #link ul li.service-others a {
        background-color: #ffb738; }
      #list #link ul li.professional a {
        background-color: #fba8d4; }
      #list #link ul li.others a {
        background-color: #45629b; }

@media screen and (max-width: 1199px) {
  #members-list .table-wrap {
    overflow-x: scroll; } }
#members-list table.graduate {
  margin-top: 5rem; }
  #members-list table.graduate tbody tr td span.graduate-text {
    font-size: 12px;
    font-size: 1.2rem;
    display: block; }
#members-list table {
  width: 100%;
  line-height: 1.313;
  scroll-padding-top: 100px; }
  @media screen and (max-width: 1199px) {
    #members-list table {
      width: 1110px;
      border-collapse: collapse; } }
  #members-list table thead {
    background-color: #8d8d8d;
    color: #fff;
    text-align: center; }
    #members-list table thead tr th {
      padding: 1.5rem 1rem;
      border-left: 1px dotted #4d4d4d; }
    #members-list table thead tr .industry {
      width: 9%; }
    #members-list table thead tr .name {
      width: 10%; }
    #members-list table thead tr .company {
      width: 21.5%; }
    #members-list table thead tr .address {
      width: 21.5%; }
    #members-list table thead tr .pr {
      width: 39%; }
    #members-list table thead tr:first-child {
      background-color: #505050;
      font-size: 2rem; }
  #members-list table tbody tr {
    font-size: 16px;
    font-size: 1.6rem; }
    #members-list table tbody tr th.manufacturing, #members-list table tbody tr .construction, #members-list table tbody tr .electricity-gas-water, #members-list table tbody tr .carrier, #members-list table tbody tr .wholesale, #members-list table tbody tr .financial, #members-list table tbody tr .real-estate, #members-list table tbody tr .medical, #members-list table tbody tr .service-others, #members-list table tbody tr .professional, #members-list table tbody tr .others {
      width: 7em;
      line-height: 1.313;
      background-color: #96d967;
      color: #fff;
      text-align: center;
      border-bottom: 1px solid #fff; }
      #members-list table tbody tr th.manufacturing .anchor, #members-list table tbody tr .construction .anchor, #members-list table tbody tr .electricity-gas-water .anchor, #members-list table tbody tr .carrier .anchor, #members-list table tbody tr .wholesale .anchor, #members-list table tbody tr .financial .anchor, #members-list table tbody tr .real-estate .anchor, #members-list table tbody tr .medical .anchor, #members-list table tbody tr .service-others .anchor, #members-list table tbody tr .professional .anchor, #members-list table tbody tr .others .anchor {
        padding-top: 11rem;
        margin-top: -11rem; }
    #members-list table tbody tr th.construction {
      background-color: #00aaee; }
    #members-list table tbody tr th.electricity-gas-water {
      background-color: #9b98e1; }
    #members-list table tbody tr th.carrier {
      background-color: #4ec3b4; }
    #members-list table tbody tr th.wholesale {
      background-color: #bf93d2; }
    #members-list table tbody tr th.financial {
      background-color: #8b95b1; }
    #members-list table tbody tr th.real-estate {
      background-color: #b38a84; }
    #members-list table tbody tr th.medical {
      background-color: #f8afac; }
    #members-list table tbody tr th.service-others {
      background-color: #ffb738; }
    #members-list table tbody tr th.professional {
      background-color: #fba8d4; }
    #members-list table tbody tr th.others {
      background-color: #45629b; }
    #members-list table tbody tr td {
      background: #fff;
      border-left: 1px dotted #4d4d4d;
      padding: 1.5rem 1rem 1.5rem 1rem;
      letter-spacing: 0; }
      #members-list table tbody tr td a {
        color: #000;
        border-bottom: solid 1px #505050; }
        #members-list table tbody tr td a:hover {
          color: #50beff;
          border-bottom: solid 0.5px #50beff; }
    #members-list table tbody tr:nth-child(even) td {
      background: #eceff2; }
    #members-list table tbody tr .name {
      text-align: center; }
    #members-list table tbody tr .financial-td {
      letter-spacing: -0.6px; }
  #members-list table th.area1, #members-list table th.area2, #members-list table th.area3 {
    width: 3em;
    color: #fff;
    background-color: #c1c1c1;
    padding: 0.5rem;
    text-align: center;
    font-weight: 500;
    display: revert; }
  #members-list table th.area2 {
    background-color: #b2b2b2; }

.scroll-hint-icon {
  top: calc(5% - 30px);
  box-sizing: border-box;
  width: 180px; }

#column {
  background-color: #e5f5ff;
  padding-top: 10rem;
  padding-bottom: 12rem;
  margin-bottom: 12rem; }
  @media screen and (max-width: 767px) {
    #column {
      padding-top: 7rem;
      padding-bottom: 9rem;
      margin-bottom: 8rem; } }
  @media screen and (max-width: 575px) {
    #column {
      padding-top: 8rem; } }
  #column h4 {
    margin-bottom: 6rem; }
  #column article .white-box {
    position: relative;
    background-color: #fff;
    padding: 6rem 6rem;
    border-radius: 10px;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 1199px) {
      #column article .white-box {
        padding: 3rem 3.5rem; } }
    @media screen and (max-width: 575px) {
      #column article .white-box {
        padding: 4rem 3rem; } }
    #column article .white-box .item {
      position: absolute;
      top: 0;
      left: 0;
      border-left: 40px solid #50beff;
      border-bottom: 40px solid transparent; }
    #column article .white-box .midashi {
      border-bottom: 1px solid #505050;
      padding-bottom: 1.6rem;
      margin-bottom: 1.5rem; }
      #column article .white-box .midashi p.date {
        font-size: 14px;
        font-size: 1.4rem; }
        #column article .white-box .midashi p.date span {
          color: #2f4b91; }
      #column article .white-box .midashi .title {
        color: #2f4b91;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 600;
        border-left: 3px solid #50beff;
        padding-left: 0.5em;
        line-height: 1.3; }
    #column article .white-box .category {
      font-size: 14px;
      font-size: 1.4rem;
      color: #50beff;
      background-color: #e5f5ff;
      padding: 0rem 1.5rem;
      display: inline-block;
      font-weight: 500;
      margin-bottom: 2rem; }
    #column article .white-box .main-contents p {
      margin-bottom: 0;
      line-height: 1.5; }
      @media screen and (max-width: 575px) {
        #column article .white-box .main-contents p {
          line-height: 1.5;
          letter-spacing: 0.1rem; } }
      #column article .white-box .main-contents p span.midashi-mini {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600; }
      #column article .white-box .main-contents p .column-img {
        display: block;
        text-align: center;
        margin: 1.5rem auto 1.5rem auto;
        width: 500px; }
        @media screen and (max-width: 991px) {
          #column article .white-box .main-contents p .column-img {
            width: 300px; } }
        @media screen and (max-width: 767px) {
          #column article .white-box .main-contents p .column-img {
            height: 100%;
            width: 100%; } }
    #column article .white-box .main-contents p.signature {
      text-align: right; }
  #column article:last-of-type .white-box {
    margin-bottom: 0; }

#contact {
  padding-top: 10rem;
  margin-top: -10rem; }
  #contact h4 {
    margin-bottom: 5.5rem; }
    @media screen and (max-width: 575px) {
      #contact h4 {
        margin-bottom: 3rem; } }
  #contact #introduction {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #contact #introduction {
        margin-top: 2rem; } }
    @media screen and (max-width: 575px) {
      #contact #introduction {
        margin-bottom: 0rem; } }
    #contact #introduction p {
      line-height: 1.5; }
      #contact #introduction p span {
        background-color: #50beff;
        padding: 0.2rem 0.5rem 0.5rem;
        color: #fff;
        font-weight: bold;
        border-radius: 0.5rem;
        margin-right: 0.5rem; }
        @media screen and (max-width: 575px) {
          #contact #introduction p span {
            padding: 0 0.5rem 0.2rem 0.5rem; } }
      @media screen and (max-width: 575px) {
        #contact #introduction p {
          text-align: justify; } }
    #contact #introduction dl {
      margin-top: 6rem; }
      @media screen and (max-width: 575px) {
        #contact #introduction dl {
          margin-top: 3rem; } }
      #contact #introduction dl dt {
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 2px; }
        @media screen and (max-width: 575px) {
          #contact #introduction dl dt {
            font-size: 16px;
            font-size: 1.6rem;
            letter-spacing: 0; } }
      #contact #introduction dl dd {
        background-color: #fff;
        margin-top: 1rem;
        padding: 2rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 575px) {
          #contact #introduction dl dd {
            display: block; } }
        #contact #introduction dl dd a {
          font-weight: 600;
          color: #50beff; }
          #contact #introduction dl dd a span {
            font-size: 38px;
            font-size: 3.8rem; }
            #contact #introduction dl dd a span svg {
              margin-right: 1.5rem; }
  #contact .privacy-policy {
    border: 1px solid #c3c3c3;
    padding: 4rem 3rem;
    margin-top: 2rem;
    background-color: #fff; }
    #contact .privacy-policy h4 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 2rem;
      color: revert; }
    #contact .privacy-policy p {
      text-align: justify;
      line-height: 1.5;
      font-size: 15px;
      font-size: 1.5rem; }

.thanks-box {
  margin-top: 80px;
  padding-bottom: 10rem;
  height: 60vh;
  display: flex;
  align-items: center; }
  .thanks-box h3 {
    font-size: 2.5rem;
    font-size: 25px;
    margin-bottom: 4rem;
    padding: 0;
    border: none;
    margin-top: 4rem; }
  .thanks-box p {
    margin-bottom: 5rem; }
  .thanks-box a {
    display: inline-block;
    font-weight: bold;
    padding: 1.4rem 6rem;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #50beff;
    background: #50beff;
    color: #fff;
    -webkit-appearance: none;
    transition: 0.3s; }
    .thanks-box a:hover {
      color: #50beff;
      background-color: #fff; }

form#mail_form dl dt span.optional {
  display: none; }

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px; }

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px; }

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* ---------------------- for JavaScript ここから ---------------------- */
form#mail_form dt {
  margin-top: 2rem;
  padding-top: 2rem;
  font-weight: 600;
  color: #3e3c37; }
  @media screen and (max-width: 575px) {
    form#mail_form dt {
      padding-top: 1rem; } }

form#mail_form dt:first-child {
  border-top: none; }

form#mail_form dd:last-child {
  padding-bottom: 2rem; }

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #eeeeee;
  -webkit-appearance: none;
  font-size: 18px;
  margin-top: 5px; }

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  border: 1px solid #b2b2b2;
  background-color: #eeeeee;
  outline: none; }

form#mail_form input[type="radio"],
form#mail_form input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 2em;
  accent-color: #000; }
  @media screen and (max-width: 575px) {
    form#mail_form input[type="radio"],
    form#mail_form input[type="checkbox"] {
      margin-left: 0; } }

form#mail_form input:first-child[type="radio"],
form#mail_form input:first-child[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0; }

form#mail_form select {
  font-size: 100%;
  margin-top: 5px; }

form#mail_form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 1rem;
  resize: vertical;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #eeeeee;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit; }

form#mail_form ul {
  list-style-type: none; }

form#mail_form ul li label:hover {
  cursor: pointer; }

form#mail_form input#postal {
  width: 30%; }

form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  margin-left: 0.5rem;
  background: #FDEFF5;
  border: 1px solid #C7000B;
  border-radius: 3px;
  color: #C7000B;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s; }

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #C7000B;
  color: #fff; }

form#mail_form ul.kind-list li {
  display: inline-block;
  min-width: 40%; }

form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0 10rem 0; }

form#mail_form input[type="button"] {
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding: 1.4rem 6rem;
  vertical-align: middle;
  line-height: 1;
  border: 2px solid #50beff;
  background: #50beff;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 6px;
  transition: 0.3s; }
  @media screen and (max-width: 575px) {
    form#mail_form input[type="button"] {
      letter-spacing: 0;
      padding: 1.4rem 3.5rem; } }

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  border: 2px solid #50beff;
  background: #fff;
  color: #50beff; }

form#mail_form dt.optional {
  position: relative; }

form#mail_form dt.optional::before {
  content: "任意";
  display: inline-block;
  color: #50beff;
  border: 1px solid #50beff;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.5rem;
  background-color: #fff;
  font-size: 90%;
  border-radius: 3px;
  font-weight: normal; }

form#mail_form dt.required::before {
  content: "必須";
  display: inline-block;
  color: #fff;
  border: 1px solid #50beff;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.4rem 0.5rem;
  background-color: #50beff;
  font-size: 90%;
  border-radius: 3px;
  font-weight: normal; }

@media (max-width: 767px) {
  #mainarea section p:nth-child(1) {
    text-align: justify !important; }

  #mainarea section p:nth-child(1) br {
    display: none; }

  h3 br {
    display: inline-block; } }
