@charset "UTF-8";
/*
Theme Name: 法人LP
*/
/*行間reset*/
/*レスポンシブ*/
/*
@include lineHeightCrop;
@include sp($sm){}
*/
/*基本*/
body {
  background-color: #FAFAFA;
  color: #262626;
  font-size: 14px;
  font-size: 0.7291666667vw;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Arial", sans-serif;
}
@media screen and (max-width: 428px) {
  body {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

#wrap {
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 428px) {
  #wrap {
    width: 100%;
  }
}

p {
  line-height: 2;
}
p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

img {
  width: 100%;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 428px) {
  .sp_br {
    display: inline;
  }
}

/*左*/
.sideber {
  width: 22.1354166667vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 428px) {
  .sideber {
    width: 100%;
    height: auto;
    position: absolute;
  }
}
.sideber h1 {
  width: 15.8854166667vw;
  margin-top: 2.6041666667vw;
  margin-inline: auto;
}
@media screen and (max-width: 428px) {
  .sideber h1 {
    width: 56vw;
    margin-top: 5.3333333333vw;
  }
}
.sideber .content_sidebar {
  position: absolute;
  bottom: 2.8645833333vw;
  left: 50%;
  transform: translateX(-50%);
}
.sideber nav ul {
  width: 17.4479166667vw;
  margin-inline: auto;
  border-top: 1px solid #D71718;
  border-bottom: 1px solid #D71718;
  padding: 0.9114583333vw 1.0416666667vw;
}
@media screen and (max-width: 428px) {
  .sideber nav ul {
    display: none;
  }
}
.sideber nav ul li {
  font-size: 20px;
  font-size: 1.0416666667vw;
  font-weight: bold;
  padding: 0.390625vw 0.5208333333vw;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right center;
  transition: 0.3s;
}
.sideber nav ul li:hover {
  color: #D71718;
}
.sideber .banner_area {
  margin-top: 2.34375vw;
}
@media screen and (max-width: 428px) {
  .sideber .banner_area {
    display: none;
  }
}
.sideber .banner_area p {
  text-align: center;
}
.sideber .banner_area p span {
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: bold;
  text-align: center;
  padding-left: 1.3em;
  background-image: url("../img/icon_website.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
}
.sideber .banner_area ul {
  width: 15.625vw;
  margin-inline: auto;
  margin-top: 1.0416666667vw;
}
.sideber .banner_area ul li {
  margin-top: 0.5208333333vw;
}

/*右側*/
.h2_top {
  font-size: 36px;
  font-size: 1.875vw;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 428px) {
  .h2_top {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.h2_top .sub {
  font-size: 16px;
  font-size: 0.8333333333vw;
  color: #D71718;
  display: block;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 428px) {
  .h2_top .sub {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}

.content_area {
  width: 77.8645833333vw;
  position: absolute;
  right: 0;
  top: 0;
  /*お知らせ*/
}
@media screen and (max-width: 428px) {
  .content_area {
    width: 100%;
  }
}
.content_area .content_top {
  padding: 0 10.2864583333vw;
}
.content_area .top {
  width: 100%;
  height: 44.7916666667vw;
  background-image: url("../img/bg_pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 428px) {
  .content_area .top {
    height: 126.6666666667vw;
    background-image: url("../img/bg_sp.jpg");
  }
}
.content_area .top h2 img {
  display: block;
  width: 32.3958333333vw;
  height: auto;
  position: absolute;
  top: 15.2083333333vw;
  left: 6.5104166667vw;
}
@media screen and (max-width: 428px) {
  .content_area .top h2 img {
    width: 64vw;
    top: 29.3333333333vw;
    left: vwvsp(20);
  }
}
.content_area .news_area {
  position: relative;
  background-color: #D71718;
  color: #fff;
  padding: 1.0416666667vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 428px) {
  .content_area .news_area {
    display: block;
    padding: 4vw 5vw 8vw 5vw;
    border-radius: 0px 0px 8vw 8vw;
  }
}
.content_area .news_area h2 {
  font-size: 28px;
  font-size: 1.4583333333vw;
  font-weight: bold;
  margin-right: 3.125vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 428px) {
  .content_area .news_area h2 {
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-right: 0;
  }
}
.content_area .news_area h2 span {
  text-align: center;
}
@media screen and (max-width: 428px) {
  .content_area .news_area h2 span {
    text-align: left;
  }
}
.content_area .news_area h2 .sub {
  display: block;
  font-size: 14px;
  font-size: 0.7291666667vw;
  margin-bottom: 0.2604166667vw;
}
@media screen and (max-width: 428px) {
  .content_area .news_area h2 .sub {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 428px) {
  .content_area .news_area ul {
    margin-top: 2.6666666667vw;
  }
}
.content_area .news_area ul li {
  list-style: none;
  font-size: 16px;
  font-size: 0.8333333333vw;
  margin-top: 1em;
}
.content_area .news_area ul li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 428px) {
  .content_area .news_area ul li {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 1em;
  }
}
.content_area .news_area .more {
  position: absolute;
  right: 1.3020833333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.34375vw;
}
@media screen and (max-width: 428px) {
  .content_area .news_area .more {
    width: 6.6666666667vw;
    top: 8.8vw;
    right: 5.3333333333vw;
  }
}
.content_area .about {
  padding-bottom: 5.2083333333vw;
  text-align: center;
  margin-top: 6.7708333333vw;
}
@media screen and (max-width: 428px) {
  .content_area .about {
    margin-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.content_area .about p {
  margin-top: 3.125vw;
}
@media screen and (max-width: 428px) {
  .content_area .about p {
    margin-top: 8vw;
  }
}
.content_area .activity {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  border-top: 1px solid #C6C6C6;
}
@media screen and (max-width: 428px) {
  .content_area .activity {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.content_area .activity ul {
  margin-top: 3.125vw;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 428px) {
  .content_area .activity ul {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.content_area .activity ul li {
  width: 15.625vw;
  margin: 0 1.3020833333vw;
}
@media screen and (max-width: 428px) {
  .content_area .activity ul li {
    width: 100%;
    margin: 0;
    margin-top: 9.3333333333vw;
  }
}
.content_area .activity ul li img {
  display: block;
  width: 90%;
  margin-inline: auto;
}
.content_area .activity ul li p {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 428px) {
  .content_area .activity ul li p {
    margin-top: 5.3333333333vw;
  }
}
.content_area .Organization {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  border-top: 1px solid #C6C6C6;
}
@media screen and (max-width: 428px) {
  .content_area .Organization {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.content_area .Organization .list_area {
  display: flex;
  justify-content: center;
  margin-top: 3.125vw;
  font-size: 18px;
  font-size: 0.9375vw;
}
@media screen and (max-width: 428px) {
  .content_area .Organization .list_area {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.content_area .Organization .list_area dl {
  display: flex;
  margin-bottom: 1em;
}
.content_area .Organization .list_area dl:last-of-type {
  margin-bottom: 0;
}
.content_area .Organization .list_area dl dt {
  width: 6em;
}
.content_area .Secretariat {
  padding-top: 5.2083333333vw;
  border-top: 1px solid #C6C6C6;
}
@media screen and (max-width: 428px) {
  .content_area .Secretariat {
    padding-top: 10.6666666667vw;
  }
}
.content_area .Secretariat p {
  margin-top: 3.125vw;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .content_area .Secretariat p {
    margin-top: 8vw;
  }
}
.content_area footer {
  margin-top: 13.0208333333vw;
  text-align: center;
  padding-bottom: 2.34375vw;
}
@media screen and (max-width: 428px) {
  .content_area footer {
    margin-top: 26.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}

/*スマホメニュー*/
.btn_sp {
  display: none;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #D71718;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1002;
  cursor: pointer;
}
@media screen and (max-width: 428px) {
  .btn_sp {
    display: flex;
  }
}
.btn_sp span {
  width: 8vw;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
  margin: 5px auto;
}

.btn_active span:nth-of-type(1) {
  transform: translateY(12px) rotate(45deg);
}
.btn_active span:nth-of-type(2) {
  opacity: 0;
}
.btn_active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.sp_menu {
  display: none;
}
@media screen and (max-width: 428px) {
  .sp_menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #FAFAFA;
    padding: 10vw;
    z-index: 1001;
  }
}
.sp_menu h2 {
  width: 70%;
  margin-inline: auto;
}
.sp_menu nav {
  margin-top: 21.3333333333vw;
}
.sp_menu nav ul {
  padding: 5.3333333333vw 5.3333333333vw;
  border-top: 1px solid #D71718;
  border-bottom: 1px solid #D71718;
}
.sp_menu nav ul li {
  margin-top: 1.5em;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: bold;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right 0.5208333333vw center;
}
.sp_menu nav ul li:first-of-type {
  margin-top: 0;
}
.sp_menu .banner_area {
  margin-top: 8vw;
}
.sp_menu .banner_area p {
  text-align: center;
}
.sp_menu .banner_area p span {
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: bold;
  padding-left: 1.3em;
  background-image: url("img/icon_website.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
}
.sp_menu .banner_area ul {
  margin-top: 4vw;
}
.sp_menu .banner_area ul li {
  margin-top: 2.6666666667vw;
}

/*シングルページ*/
.single_content_wrap {
  width: 800px;
  max-width: 90%;
  margin-inline: auto;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 428px) {
  .single_content_wrap {
    margin-top: 29.3333333333vw;
  }
}
.single_content_wrap .single_date {
  margin-bottom: 1em;
  color: #D71718;
}
@media screen and (max-width: 428px) {
  .single_content_wrap .single_date {
    margin-bottom: 0.7em;
  }
}
.single_content_wrap h2 {
  border-bottom: 2px solid #D71718;
  font-size: 30px;
  font-size: 1.5625vw;
  padding-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.3;
}
.single_content_wrap h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.single_content_wrap h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 428px) {
  .single_content_wrap h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.single_content_wrap .single_content {
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 428px) {
  .single_content_wrap .single_content {
    margin-top: 6.6666666667vw;
  }
}
.single_content_wrap .back_btn {
  display: block;
  width: 10em;
  max-width: 100%;
  font-size: 18px;
  font-size: 0.9375vw;
  text-align: center;
  color: #D71718;
  border: 1px solid #D71718;
  padding: 0.5em;
  margin-inline: auto;
  margin-top: 2em;
  transition: 0.3s;
}
.single_content_wrap .back_btn:hover {
  background-color: #D71718;
  color: #fff;
}
@media screen and (max-width: 428px) {
  .single_content_wrap .back_btn {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

/*記事一覧*/
.archive_content_wrap {
  width: 800px;
  max-width: 90%;
  margin-inline: auto;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 428px) {
  .archive_content_wrap {
    margin-top: 29.3333333333vw;
  }
}
.archive_content_wrap h2 {
  text-align: center;
  font-size: 40px;
  font-size: 2.0833333333vw;
  font-weight: bold;
  line-height: 1.3;
}
.archive_content_wrap h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.archive_content_wrap h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 428px) {
  .archive_content_wrap h2 {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.archive_content_wrap ul {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 428px) {
  .archive_content_wrap ul {
    margin-top: 4vw;
  }
}
.archive_content_wrap ul li {
  border-bottom: 1px solid #D71718;
}
.archive_content_wrap ul li a {
  display: block;
  padding: 1.3020833333vw 0;
}
@media screen and (max-width: 428px) {
  .archive_content_wrap ul li a {
    padding: 4vw 0;
  }
}
.archive_content_wrap ul li a span {
  color: #D71718;
  font-size: 16px;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 428px) {
  .archive_content_wrap ul li a span {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.archive_content_wrap ul li a h3 {
  font-size: 24px;
  font-size: 1.25vw;
  margin-top: 0.3em;
  line-height: 1.3;
}
.archive_content_wrap ul li a h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.archive_content_wrap ul li a h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 428px) {
  .archive_content_wrap ul li a h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}/*# sourceMappingURL=common.css.map */