html,
body {
  height: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
  color: #5c5c5c; }

h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 2;
  padding: 0 0 30px;
  position: relative; }
  h2 span {
    display: block;
    font-size: 22px; }
  h2::after {
    content: "";
    width: 200px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #8da2c4; }

.sp {
  display: none; }

#wrapper {
  height: 100%;
  position: relative; }

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: calc(100% - 160px);
  display: flex;
  justify-content: center;
  padding: 100px 80px 0; }
  #header .logo {
    width: 180px; }
    #header .logo img {
      width: 100%;
      display: block; }
  #header ul {
    display: flex;
    align-items: center;
    margin-left: auto; }
    #header ul li {
      margin-right: 40px; }
      #header ul li a {
        color: #414141;
        font-weight: 600;
        font-size: 22px;
        text-decoration: none; }
      #header ul li:last-of-type {
        margin: 0; }

#fv {
  width: 100%;
  height: 100%;
  position: relative; }
  #fv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #fv .top-text {
    display: flex;
    align-items: center;
    color: #59810d;
    font-weight: bold;
    position: relative;
    z-index: 2;
    height: 100%;
    margin-left: auto; }
    #fv .top-text p {
      font-size: 100px;
      line-height: 1.3;
      font-weight: 900;
      padding-left: 44%; }

#about {
  padding: 100px 0;
  background-color: #f8f8f8; }
  #about .about-boxes {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-top: 140px; }
    #about .about-boxes .box {
      position: relative;
      border-radius: 20px;
      width: 360px; }
      #about .about-boxes .box .point {
        width: 220px;
        left: -20px;
        top: -20px;
        position: absolute;
        z-index: 3; }
        #about .about-boxes .box .point img {
          width: 100%; }
      #about .about-boxes .box .img {
        width: calc(100% - 80px);
        position: relative;
        z-index: 2;
        padding: 40px; }
        #about .about-boxes .box .img img {
          width: 100%; }
      #about .about-boxes .box .title {
        font-size: 22px;
        font-weight: 600;
        width: 360px;
        text-align: center; }
      #about .about-boxes .box .disc {
        font-size: 16px;
        line-height: 1.6;
        padding: 30px 50px 40px; }
        #about .about-boxes .box .disc span {
          font-weight: 600; }
      #about .about-boxes .box:nth-of-type(1) {
        background-color: #e6f0e1; }
        #about .about-boxes .box:nth-of-type(1) span {
          color: #79b554; }
      #about .about-boxes .box:nth-of-type(2) {
        background-color: #deeaf0; }
        #about .about-boxes .box:nth-of-type(2) span {
          color: #4997c8; }
      #about .about-boxes .box:nth-of-type(3) {
        background-color: #f0eae1; }
        #about .about-boxes .box:nth-of-type(3) span {
          color: #c2883f; }
  #about .under-text {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin: 60px 0 0;
    letter-spacing: 3px;
    line-height: 1.8; }

#info {
  padding: 100px 0; }
  #info table {
    margin: 140px auto 0;
    width: 900px;
    table-layout: fixed; }
    #info table tr th, #info table tr td {
      border-bottom: #ededed solid 2px;
      padding: 40px 100px;
      text-align: left;
      font-size: 20px;
      font-weight: 600; }
    #info table tr th {
      width: 100px; }
    #info table tr:last-of-type th, #info table tr:last-of-type td {
      border: none; }

#footer {
  padding: 40px 0;
  background-color: #f0f0f0; }
  #footer p {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600; }

@media screen and (max-width: 1719px) {
  #fv .top-text p {
    font-size: 6vw; }

  #about {
    padding-left: 40px;
    padding-right: 40px; }
    #about .about-boxes {
      width: 880px;
      margin-left: auto;
      margin-right: auto;
      gap: 20px; }
      #about .about-boxes .box {
        width: 280px; }
        #about .about-boxes .box .img {
          padding: 40px 20px 30px;
          width: calc(100% - 40px); }
        #about .about-boxes .box .title {
          width: auto;
          font-size: 18px; }
        #about .about-boxes .box .disc {
          padding: 30px 20px 40px; }

  #info {
    padding-left: 40px;
    padding-right: 40px; }
    #info table {
      width: 100%; }
      #info table tr th, #info table tr td {
        font-size: 16px; }
      #info table tr th {
        padding: 20px;
        width: 80px; }
      #info table tr td {
        padding: 20px 20px 20px 0; }

  #footer p {
    font-size: 14px; } }
@media screen and (max-width: 959px) {
  #header {
    padding: 40px 40px 0;
    width: calc(100% - 80px); }
    #header .logo {
      width: 22vw; }
    #header ul li a {
      font-size: 2.8vw; }

  #about .about-boxes {
    width: 100%;
    flex-direction: column;
    gap: 80px; }
    #about .about-boxes .box {
      width: 100%; }
  #about .under-text {
    font-size: 3.2vw;
    letter-spacing: 1px; } }
@media screen and (max-width: 480px) {
  h2 {
    font-size: 26px;
    padding-bottom: 20px; }
    h2 span {
      font-size: 16px; }
    h2::after {
      width: 100px; }

  .sp {
    display: inline; }

  #header {
    padding: 0 20px;
    width: calc(100% - 40px);
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0; }
    #header .logo {
      width: 80px; }
    #header ul {
      display: none; }

  #fv {
    padding-top: 48px;
    background-color: #FFF;
    height: auto; }
    #fv img {
      position: static;
      height: auto; }
    #fv .top-text {
      display: none; }

  #about {
    padding: 40px 20px; }
    #about .about-boxes {
      margin-top: 80px; }
      #about .about-boxes .box .point {
        width: 180px;
        left: -10px; }
      #about .about-boxes .box .img {
        padding: 40px 20px 20px; }
      #about .about-boxes .box .disc {
        padding: 20px 20px 40px;
        font-size: 14px; }
    #about .under-text {
      letter-spacing: 3px;
      margin-top: 40px;
      font-size: 14px; }

  #info {
    padding: 40px 20px; }
    #info table {
      margin-top: 40px; }
      #info table tr th, #info table tr td {
        font-size: 14px; }
      #info table tr th {
        width: 60px; }
      #info table tr td {
        padding-right: 0; }

  #footer {
    padding: 20px 0; }
    #footer p {
      font-size: 12px; } }

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