@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
header h1 {
  display: none;
}

main #index #mainimage {
  display: flex;
  align-items: center;
  background-image: url("../img/index/mainimage.png");
  background-size: cover;
  background-position: center bottom;
}
main #index #mainimage #mainimage_inner {
  margin: 116px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner {
    margin: 60px 0;
  }
}
main #index #mainimage #mainimage_inner h1 {
  order: 2;
  width: 100%;
  padding: 56px 0 0;
  text-align: center;
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner h1 {
    padding: 24px 0 0;
  }
  main #index #mainimage #mainimage_inner h1 svg {
    width: 50%;
    height: auto;
  }
}
main #index #mainimage #mainimage_inner .circle_copy {
  order: 1;
  width: 100%;
  padding: 116px 0 0;
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy {
    padding: 80px 0 0;
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text {
  position: absolute;
  height: 800px; /* 直径 */
  text-align: center;
  margin: 0 auto;
  font-size: 1.375rem;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  font-weight: bold;
  left: 0;
  right: 0;
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text:nth-of-type(1) {
  top: 0;
  transform: rotate(-15deg); /* 円の回転 */
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text:nth-of-type(1) {
    transform: rotate(-9deg); /* 円の回転 */
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text:nth-of-type(2) {
  top: 2.25rem;
  transform: rotate(-31.25deg); /* 円の回転 */
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text:nth-of-type(2) {
    transform: rotate(-18.75deg); /* 円の回転 */
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span {
  position: absolute;
  top: 0;
  left: calc(50% - 0.5em); /* 中心点、、文字サイズ分ずらす */
  display: inline-block;
  width: 1em; /* 文字サイズより小さくしない */
  height: 400px; /* 半径 */
  transform-origin: center bottom; /* 回転の基準点 */
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(1) {
  transform: rotate(0deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(1) {
    transform: rotate(0deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(2) {
  transform: rotate(5deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(2) {
    transform: rotate(3deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(3) {
  transform: rotate(10deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(3) {
    transform: rotate(6deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(4) {
  transform: rotate(15deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(4) {
    transform: rotate(9deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(5) {
  transform: rotate(20deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(5) {
    transform: rotate(12deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(6) {
  transform: rotate(25deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(6) {
    transform: rotate(15deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(7) {
  transform: rotate(30deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(7) {
    transform: rotate(18deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(8) {
  transform: rotate(35deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(8) {
    transform: rotate(21deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(9) {
  transform: rotate(40deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(9) {
    transform: rotate(24deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(10) {
  transform: rotate(45deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(10) {
    transform: rotate(27deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(11) {
  transform: rotate(50deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(11) {
    transform: rotate(30deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(12) {
  transform: rotate(55deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(12) {
    transform: rotate(33deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(13) {
  transform: rotate(60deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(13) {
    transform: rotate(36deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(14) {
  transform: rotate(65deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(14) {
    transform: rotate(39deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(15) {
  transform: rotate(70deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(15) {
    transform: rotate(42deg);
  }
}
main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(16) {
  transform: rotate(75deg);
}
@media only screen and (max-width:839px) {
  main #index #mainimage #mainimage_inner .circle_copy .circle_text span:nth-child(16) {
    transform: rotate(45deg);
  }
}
main #index #mainimage .copy {
  order: 3;
  padding: 80px 0 0;
  font-size: 1.625rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width:839px) {
  main #index #mainimage .copy {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    letter-spacing: 0.05em;
  }
}
main #index #maincontent {
  margin: 54px auto 0;
  max-width: 960px;
}
@media only screen and (max-width:839px) {
  main #index #maincontent {
    margin: 48px auto 0;
    padding: 0 1rem;
    max-width: 100%;
  }
}
main #index #maincontent .maincontent_copy {
  font-size: 1.375rem;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width:839px) {
  main #index #maincontent .maincontent_copy {
    font-size: 0.875rem;
    line-height: 2.8571428571;
    letter-spacing: 0.05em;
  }
}
main #index #maincontent #system {
  margin: 5rem 0 0;
}
main #index #maincontent #system h2 {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
main #index #maincontent #system .system_list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 48px 0 0;
}
@media only screen and (max-width:839px) {
  main #index #maincontent #system .system_list {
    display: block;
  }
}
main #index #maincontent #system .system_list li {
  width: 27%;
}
@media only screen and (max-width:839px) {
  main #index #maincontent #system .system_list li {
    width: 100%;
    margin-top: 2rem;
  }
}
main #index #maincontent #system .system_list li h3 {
  padding: 0 0 0 2.125rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 1.375rem;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media only screen and (max-width:839px) {
  main #index #maincontent #system .system_list li h3 {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    letter-spacing: 0.05em;
  }
}
main #index #maincontent #system .system_list li h3.item_news {
  background-image: url("../img/common/i_pen.svg");
}
main #index #maincontent #system .system_list li h3.item_form {
  background-image: url("../img/common/i_paper_airplan.svg");
}
main #index #maincontent #system .system_list li h3.item_sp {
  background-size: auto 1.5rem;
  background-image: url("../img/common/i_cellphone.svg");
}
main #index #maincontent #system .system_list li p {
  margin: 1rem 0 0;
}
main #index #maincontent #news {
  margin: 7rem 0 0;
}
@media only screen and (max-width:839px) {
  main #index #maincontent #news {
    padding: 4rem 0 0;
  }
}
main #index #maincontent #news h2 {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
main #index #maincontent #news .title_list {
  padding: 1rem 0 0;
}
main #index #maincontent #news .title_list li {
  padding: 2rem 0;
  border-bottom: 1px solid #efefef;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:839px) {
  main #index #maincontent #news .title_list li {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.05em;
  }
}
main #index #maincontent #news .title_list li .date {
  display: inline-block;
  width: 12rem;
}
@media only screen and (max-width:839px) {
  main #index #maincontent #news .title_list li .date {
    width: 8rem;
  }
}
main #index #maincontent #news .title_list.on_category li {
  padding: 1rem 0;
  font-size: 1.25rem;
  line-height: 3.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:839px) {
  main #index #maincontent #news .title_list.on_category li {
    font-size: 1rem;
    line-height: 2.75;
    letter-spacing: 0.05em;
  }
}
main #index #maincontent #news .title_list.on_category li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main #index #maincontent #news .title_list.on_category li a .icon {
  order: 1;
  width: 6rem;
  min-width: 6rem;
  margin-right: 2rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E83829;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  height: 2rem;
  color: #fff;
}
main #index #maincontent #news .title_list.on_category li a .date {
  order: 0;
}
main #index #maincontent #news .title_list.on_category li a .title {
  order: 2;
}
@media only screen and (max-width:839px) {
  main #index #maincontent #news .title_list.on_category li a .title {
    width: 100%;
  }
}
main #index #maincontent #news .title_list.on_category li a:hover {
  text-decoration: none;
}/*# sourceMappingURL=index.css.map */