@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500&family=Noto+Serif+JP&family=Montserrat&family=Shippori+Mincho+B1&family=Shippori+Mincho&family=DM+Sans:wght@700&display=swap");
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}

html, body {
  width: 100%;
  height: 100%;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 2.0em;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  text-align: center;
  }

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  -webkit-animation-name: delay;
          animation-name: delay;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@-webkit-keyframes delay {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes delay {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

h1 {
  display: none;
}

#fixed_position_content {
  position: fixed;
  background: #FFFFFF;
  overflow: hidden;
  width: 100%;
  padding: 10px 2% 0px 2%;
  z-index: 9999;
  box-shadow: rgba(113, 135, 164, 0.129412) 0px 10px 4px -7px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.129412) 0px 10px 4px -7px;
  -moz-box-shadow: rgba(113, 135, 164, 0.129412) 0px 10px 4px -7px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.5;
  opacity: 0.8;
}

#fixed_position_content #header {
  text-align: center;
}

#fixed_position_content #header img {
  max-width: 207px;
  display: inline-block;
}

#header-logo {
  width: 220px;
  fill: #000000;
  padding: 10px 0;
}

@media screen and (max-width: 70rem) {
  #header-logo {
    width: 160px;
    fill: #000000;
    margin: 0 auto 12px auto;
    display: block;
  }
}

@-webkit-keyframes logo-animation {
  0% {
    fill: transparent;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    fill: #303030;
  }
}

@keyframes logo-animation {
  0% {
    fill: transparent;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    fill: #303030;
  }
}

@media screen and (max-width: 70rem) {
  #logo {
    width: 120px;
  }
}

html {
  scroll-behavior: smooth;
}



.inner {
  width: 60%;
  margin: 6% auto 6%;
  text-align: left;
  font-size: 15px;
}

@media only screen and (max-width: 999px) {
  .inner {
    width: auto;
    font-size: 14px;
    text-align: left;
    margin: 0 16px;
    margin-top: 6%;
    margin-bottom: 10%;
  }
}


.link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 10px;
}

@media only screen and (max-width: 769px) {
  .link-container {
    display: block;
    width: 100%;
  }
}

.link-container .box {
  border: 1px solid black;
  color: black;
  padding: 10px;
  margin: 5px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
  /* ボックスのサイズを調整 */
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
  display: flex;
    justify-content: center;
    align-items: center;
}

.link-container .box a {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 2px;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .link-container .box {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}

.link-container .box a {
  padding: 12px 10px;
    color: black;
    position: relative;
    display: block;
}

@media only screen and (max-width: 769px) {
  .link-container .box a {
    font-size: 20px;
  }
}

.box:hover {
  width: 100%;
  background-color: black;
  color: white;
}
.box2:hover {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 769px) {
  .box:hover,.box2:hover {
  }
}

.box:hover a,.box2:hover a {
  color: white;
}

.item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  position: relative;
  margin-bottom: 100px;
  padding-top: 100px;
  width: 29%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 769px) {
  .item-title {
    padding-top: 70px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.item-title h2 {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 33px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 769px) {
  .item-title h2 {
    font-size: 20px;
  }
}

.item-title p {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 769px) {
  .item-title p {
    font-size: 14px;
  }
}

.underline {
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

@-webkit-keyframes underlineAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes underlineAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}

.item-wrap {
  width: 14.6%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 769px) {
  .item-wrap {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}

.item-wrap2 {
  width: 12.2%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 769px) {
  .item-wrap2 {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}

.item-img img {
  width: 100%;
}

.cap {
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .cap {
    font-size: 10px;
  }
}

th, td {
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 18px;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 769px) {
  th, td {
    font-size: 8px;
    letter-spacing: 0.3px;
    line-height: 14px;
  }
}

th {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
  /* 右側に10pxの余白を追加 */
}

td {
  vertical-align: top;
  text-align: left;
  width: 100px;
}

.btn {
  width: 96%;
  margin: 0 auto;
  display: inline-block;
  background-color: black;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
  margin-top: 14px;
}

.btn:hover {
  background-color: black;
  color: white;
}

footer {
  font-size: 0.6rem;
  margin: 14% 0 0 0;
  border-top: 1px solid #DCDDDD;
	height: 160px;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px 60px;
}

footer li {
  margin: 8px 24px 0 0;
  font-size: 3.0em;
}

footer li:first-child {
  margin: 0 auto 0 24px;
}

footer a {
  font-family: "DM Sans";
  font-weight: 300;
  color: #000000;
}

footer a:hover {
  color: #fa8231;
}

footer a i {
  margin: 0 0.25rem 0 0;
}

@media screen and (max-width: 70rem) {
  footer {
    padding: 0;
    margin: 20% 0 0 0;
  }
  footer li {
    margin: 0px 0 0 0;
    width: 100%;
    padding: 20px 0;
    font-size: 2.0em;
    border-bottom: 1px solid #333333;
  }
  footer li:first-child {
    margin: 20px 0 10px 0;
    border: none;
    width: 90%;
    padding: 20px 0 20px 0;
  }
}

#footer-logo {
  width: 160px;
  fill: #000000;
  padding: 10px;
}

@media screen and (max-width: 70rem) {
  #footer-logo {
    width: 160px;
    fill: #000000;
    margin: 0 auto 24px auto;
    display: block;
  }
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*# sourceMappingURL=style.css.map */
