@charset "UTF-8";
/* CSS Document */
body {
  letter-spacing: 0.05rem; }

a {
  transition: 0.2s; }

.anchor {
  padding-top: 120px;
  margin-top: -120px; }

article {
  padding-top: 98px; }
  @media screen and (max-width: 1199px) {
    article {
      padding-top: 88.16px; } }
  @media screen and (max-width: 991px) {
    article {
      padding-top: 81px; } }
  @media screen and (max-width: 767px) {
    article {
      padding-top: 0; } }

header #global-nav {
  display: block;
  position: fixed;
  max-width: 100%;
  width: 100%;
  z-index: 99999;
  background-color: #fff; }
  header #global-nav h1 {
    display: flex;
    align-items: center;
    color: #ffff;
    margin-left: 10%;
    margin-bottom: 0; }
    header #global-nav h1 img {
      height: 60px; }
  header #global-nav .header-right {
    display: inline-block; }
    header #global-nav .header-right ul {
      margin-bottom: 0;
      margin-top: 0; }
      header #global-nav .header-right ul li {
        text-align: center;
        float: left;
        position: relative;
        transition: 0.4s;
        width: 20%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
        header #global-nav .header-right ul li::after {
          content: '';
          position: absolute;
          display: inline-block;
          width: 0.5px;
          height: 4rem;
          background-color: #b5b5b5;
          top: 25%;
          right: 0; }
          header #global-nav .header-right ul li::after:last-child {
            content: none; }
        header #global-nav .header-right ul li a {
          padding: 1rem 0 0 0;
          text-align: center;
          display: block; }
          header #global-nav .header-right ul li a img {
            height: 40px; }
            @media screen and (max-width: 1199px) {
              header #global-nav .header-right ul li a img {
                height: 30px; } }
          header #global-nav .header-right ul li a p {
            font-size: 14px;
            font-size: 1.4rem;
            color: #333333;
            font-weight: 600;
            transition: 0.2s; }
            @media screen and (max-width: 1199px) {
              header #global-nav .header-right ul li a p {
                font-size: 13px;
                font-size: 1.3rem; } }
        header #global-nav .header-right ul li:hover {
          background-color: #fffbe1; }
          header #global-nav .header-right ul li:hover p {
            color: #13ae67; }

.mean-container a.meanmenu-reveal {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 30px;
  height: 27px;
  padding: 10px;
  position: absolute;
  cursor: pointer;
  color: #13ae67;
  text-decoration: none;
  line-height: 20px;
  display: block;
  font-weight: bold;
  background-color: #fff;
  border-radius: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 6px;
  right: 6px; }

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #13ae67;
  height: 3px;
  margin-top: 5px; }

.mean-container .mean-bar {
  content: '';
  display: inline-block;
  width: 40%;
  height: 65px;
  background-image: url("../img/logo.svg");
  background-size: 75%;
  background-position: left 10px center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  z-index: 99999999; }
  @media screen and (max-width: 767px) {
    .mean-container .mean-bar {
      background-size: 34%; } }
  @media screen and (max-width: 575px) {
    .mean-container .mean-bar {
      width: 65%;
      height: 60px;
      background-size: 49%; } }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #e3f5ed;
  margin-top: 62px;
  border-bottom: 2px solid #13ae67; }

.mean-container .mean-nav ul li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: block;
  padding: 10px 5% 10px;
  margin: 0;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #383838;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  /* font-weight: bold; */
  line-height: 20px; }

.mean-container .mean-nav ul li a i {
  color: #ffa300; }

@media screen and (max-width: 991px) {
  .mean-container .mean-bar {
    display: none; } }
@media screen and (max-width: 767px) {
  .mean-container .mean-bar {
    display: block;
    width: 100%; } }

#ul-top {
  background-image: url("../01about/img/01-header.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  height: 235px; }
  @media screen and (max-width: 991px) {
    #ul-top {
      height: 160px; } }
  @media screen and (max-width: 767px) {
    #ul-top {
      height: 150px; } }
  #ul-top h2 {
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      #ul-top h2 {
        font-size: 30px;
        font-size: 3rem; } }
    #ul-top h2 img {
      display: inline;
      width: 56px;
      padding-bottom: 0.5rem;
      margin-right: 2rem; }

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.1em;
  margin-bottom: 4.4rem;
  text-align: center; }
  @media screen and (max-width: 575px) {
    h3 {
      font-size: 24px;
      font-size: 2.4rem; } }
  h3 span {
    display: block;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 400;
    color: #13ae67;
    padding-top: 0.5rem; }
    @media screen and (max-width: 991px) {
      h3 span {
        font-size: 20px;
        font-size: 2rem;
        padding-top: 0; } }
  h3 img {
    display: inline;
    width: 50px;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem; }

h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.1em;
  margin-bottom: 4.4rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem; }
  @media screen and (max-width: 575px) {
    h4 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 2.4rem; } }
  h4 img {
    display: inline;
    width: 50px;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem; }
  h4::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 62px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #13ae67; }

.inner {
  width: 80%;
  margin: auto; }
  @media screen and (max-width: 991px) {
    .inner {
      width: 100%; } }

#banner {
  background-color: #b8e7d1;
  padding: 5rem 0; }
  @media screen and (max-width: 575px) {
    #banner {
      padding: 2rem 0; } }
  #banner .container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      #banner .container {
        flex-direction: column;
        gap: 4rem; } }
  #banner .group-left {
    grid-template-columns: 1fr 1fr 1fr;
    width: 74%; }
    @media screen and (max-width: 991px) {
      #banner .group-left {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #banner .group-left {
        grid-template-columns: 1fr 1fr; } }
  #banner .group-right {
    grid-template-columns: 1fr;
    width: 20%; }
    @media screen and (max-width: 991px) {
      #banner .group-right {
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (max-width: 767px) {
      #banner .group-right {
        grid-template-columns: 1fr 1fr; } }
  #banner ul {
    display: grid;
    gap: 1rem;
    margin: auto; }
    @media screen and (max-width: 991px) {
      #banner ul {
        width: 100%; } }
    @media screen and (max-width: 575px) {
      #banner ul li {
        text-align: center; } }
    #banner ul li a {
      transition: 0.2s;
      background-color: #fff; }
      #banner ul li a:hover {
        filter: opacity(70%); }

#footer .footer-background {
  background-image: url("../img/footer_background.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  height: auto; }
  #footer .footer-background .footer-white {
    padding-top: 4rem; }
    #footer .footer-background .footer-white .footer-left {
      width: 40%; }
      @media screen and (max-width: 575px) {
        #footer .footer-background .footer-white .footer-left {
          width: 100%; } }
      #footer .footer-background .footer-white .footer-left .logo {
        padding-bottom: 2rem;
        margin-bottom: 1.5rem;
        border-bottom: solid 0.5px #333333; }
        @media screen and (max-width: 575px) {
          #footer .footer-background .footer-white .footer-left .logo {
            width: 90%;
            margin: auto;
            margin-bottom: 1.5rem; } }
        #footer .footer-background .footer-white .footer-left .logo img {
          width: 100%; }
      #footer .footer-background .footer-white .footer-left ul {
        text-align: center; }
        #footer .footer-background .footer-white .footer-left ul li {
          display: inline-block;
          padding-right: 4rem; }
          #footer .footer-background .footer-white .footer-left ul li::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f105";
            padding-right: 0.5rem;
            color: #ffa300; }
          @media screen and (max-width: 1199px) {
            #footer .footer-background .footer-white .footer-left ul li {
              padding-right: 1rem; } }
          @media screen and (max-width: 991px) {
            #footer .footer-background .footer-white .footer-left ul li {
              padding-right: 2rem; } }
          #footer .footer-background .footer-white .footer-left ul li:last-child {
            padding-right: 0; }
          #footer .footer-background .footer-white .footer-left ul li a {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 600;
            color: #333333;
            transition: 0.2s; }
            #footer .footer-background .footer-white .footer-left ul li a:hover {
              color: #ffa300; }
    #footer .footer-background .footer-white .footer-right {
      display: flex;
      flex-direction: row;
      margin-bottom: 11rem; }
      @media screen and (max-width: 1199px) {
        #footer .footer-background .footer-white .footer-right {
          margin-bottom: 9rem; } }
      @media screen and (max-width: 767px) {
        #footer .footer-background .footer-white .footer-right {
          justify-content: center;
          margin-top: 1.5rem; } }
      @media screen and (max-width: 575px) {
        #footer .footer-background .footer-white .footer-right {
          margin-top: 0;
          margin-bottom: 3rem; } }
      #footer .footer-background .footer-white .footer-right .links {
        margin-right: 10%; }
        #footer .footer-background .footer-white .footer-right .links:last-child {
          margin-right: 0; }
        @media screen and (max-width: 575px) {
          #footer .footer-background .footer-white .footer-right .links {
            font-size: 75%; } }
        #footer .footer-background .footer-white .footer-right .links p {
          font-weight: 600;
          color: #13ae67;
          margin-bottom: 0; }
        #footer .footer-background .footer-white .footer-right .links ul {
          line-height: 1.7em; }
          #footer .footer-background .footer-white .footer-right .links ul li a {
            color: #4d4d4d;
            transition: 0.2s; }
            #footer .footer-background .footer-white .footer-right .links ul li a::before {
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 1rem;
              content: "\f105";
              padding-right: 0.5rem;
              color: #4d4d4d; }
            #footer .footer-background .footer-white .footer-right .links ul li a:hover {
              color: #ffa300; }
#footer #copyright {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  background-color: #13ae67;
  padding: 1rem; }

#page404 {
  padding: 10rem 0; }
  #page404 h2 {
    margin-bottom: 6rem;
    color: #13ae67; }
    @media screen and (max-width: 575px) {
      #page404 h2 {
        margin-bottom: 4rem; } }
    #page404 h2 span {
      font-family: inherit;
      font-size: 200px;
      font-size: 20rem;
      font-weight: 600;
      letter-spacing: 0.03em;
      display: block;
      color: #13ae67;
      line-height: 1; }
      @media screen and (max-width: 575px) {
        #page404 h2 span {
          font-size: 160px;
          font-size: 16rem; } }
  #page404 h3 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.1em;
    margin-bottom: 1.2rem;
    text-align: center; }
  #page404 .main-button {
    font-weight: 600;
    border: solid 1px #13ae67;
    padding: 1.5rem 0;
    border-radius: 3rem;
    width: 310px;
    text-align: center;
    display: block;
    transition: 0.3s;
    color: #fff;
    background-color: #13ae67;
    margin: 3rem auto 0; }
    @media screen and (max-width: 991px) {
      #page404 .main-button {
        width: 270px; } }
    #page404 .main-button:hover {
      color: #13ae67;
      background-color: #fff; }
