@charset "UTF-8";
/* PC
---------------------------------------------------------------------- */
@media screen and (min-width: 1001px) {
  /* header
---------------------------------------------------------------------- */
  #mainheader .open {
    color: #000;
  }
  #mainheader .open span {
    background-color: #000;
  }
  #mainheader .pc_nav ul li a ,
  #mainheader .pc_nav ul li a * {
    color: #595757;
  }
  /* mv
---------------------------------------------------------------------- */
  #pageheader {
    width: 100%;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 0;
    margin-top: 133px;
  }
  #pageheader h1 {
    color: #313131;
    font-size: calc(42em / 16);
    letter-spacing: 0.25em;
    padding-left: 200px;
  }
  #pageheader h1 span {
    display: block;
    font-size: calc(16em / 42);
    letter-spacing: 0.23em;
    margin-top: 20px;
  }
  /* btn
---------------------------------------------------------------------- */
  .arrowlink1 {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 150px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .arrowlink1:hover {
    opacity: 1;
  }
  .arrowlink1 span {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .arrowlink1 span img {
    width: 22px;
  }
  .arrowlink1 span .hover {
    display: none;
  }
  .arrowlink1:hover span {
    background-color: #3b4b72;
    border: 1px solid #3b4b72;
  }
  .arrowlink1:hover span img {
    width: 20px;
  }
  .arrowlink1:hover span .default {
    display: none;
  }
  .arrowlink1:hover span .hover {
    display: block;
  }
  .ttl {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 24px;
    line-height: 1.66667;
    letter-spacing: 0.25em;
    padding-bottom: 20px;
    margin: 0 10px;
  }
  /* nav
---------------------------------------------------------------------- */
  .subpage__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 100px;
  }
  .subpage__nav li {
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 1.55556;
    letter-spacing: 0.25em;
    margin: 0 45px;
    cursor: pointer;
  }
  .subpage__nav li.active::after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 180px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #3B4B72;
  }
  .subpage__nav li a {
    color: #313131;
    font-weight: bold;
  }
  .subpage__nav li span {
    display: block;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: 0.1em;
  }
  /* pagination
---------------------------------------------------------------------- */
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 150px;
  }
  .pagination li {
    margin: 0 7.5px;
  }
  .pagination li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    width: 32px;
    height: 32px;
  }
  .pagination .active a {
    color: #fff;
    background-color: #000;
  }
  .pagination li a:hover {
    color: #fff;
    background-color: #000;
    opacity: 1;
  }
  .pagination .prev,
  .pagination .next {
    position: relative;
  }
  .pagination .prev::before,
  .pagination .next::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
  }
  .pagination .prev::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-color: transparent #000000 transparent transparent;
    border-width: 3.5px 4px 3.5px 0;
  }
  .pagination .next::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-color: transparent transparent transparent #000000;
    border-width: 3.5px 0 3.5px 4px;
  }
  .pagination li.prev:hover::before {
    border-color: transparent #fff transparent transparent;
  }
  .pagination li.next:hover::before {
    border-color: transparent transparent transparent #fff;
  }
  /* newslistpage
---------------------------------------------------------------------- */
  .news__panel {
    display: none;
  }
  .news__panel.active {
    display: block;
  }
  .news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    padding: 50px 0;
    margin: 0 auto;
  }
  .news__item {
    color: #000000;
    width: calc(100% / 4);
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .news__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .news__data span {
    color: #3B4B72;
    border: 1px solid #3B4B72;
    font-size: 13px;
    line-height: 1.61538;
    letter-spacing: 0.05em;
    padding: 2px 8px;
  }
  .news__item>p {
    height: 144px;
    margin-bottom: 10px;
  }
  .news__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
/*    margin-bottom: 20px;*/
  }

  /* content page
---------------------------------------------------------------------- */
  .single {
    margin-bottom: 20px;
    padding: 70px 0 80px;
  }
  .single__inr {
    max-width: 780px;
    margin: 0 auto;
  }
  .single .news__data {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .single .news__data span {
    margin-left: 35px;
  }
  .single .news__ttl {
    text-align: left;
    font-weight: bold;
    margin: 0 10px 30px;
    margin: 0 0 30px;
    padding: 0 100px 20px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #666666;
  }
  .single h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 1em;
  }
  .single h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-bottom: .5em;
  }
  .single h4::before {
    content: "●";
    color: #3B4B72;
  }
  .single h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: .5em;
  }
  .single h6 {
    font-weight: bold;
    /*margin: 0 0 15px 35px;*/
    margin: 0 0 .5em 0;
    font-size: 18px;
  }
  .single a:not(.arrowlink1) {
    text-decoration: underline;
    color: #3B4B72;
  }
  .single dl {
    border-top: 1px solid #254435;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .single dl:last-of-type {
    border-bottom: 1px solid #254435;
    margin-bottom: 50px;
  }
  .single dl dt {
    font-weight: bold;
    width: 26%;
    padding-left: 45px;
  }
  .single dl dd {
    width: 74%;
  }
  .single__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*margin: 121px 0 85px;*/
    margin-bottom: 85px;
  }
  .single__nav li {
    font-size: 14px;
    letter-spacing: 0.15em;
    padding: 0 30px;
  }
  .single__nav li + li {
    border-left: 1px solid #000;
  }
  .single__nav li a {
    position: relative;
    color: #000;
  }
  .single__nav li.prev a::before,
  .single__nav li.next a::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
    height: 0;
  }
  .single__nav li.prev a::before {
    top: 50%;
    left: -30%;
    border-width: 7px 12.1px 7px 0;
    border-color: transparent #000000 transparent transparent;
  }
  .single__nav li.next a::before {
    top: 50%;
    right: -30%;
    border-width: 7px 0 7px 12.1px;
    border-color: transparent transparent transparent #000000;
  }
  .single__nav li.prev:hover a::before {
    -webkit-transform: translateY(-50%) rotate(-360deg);
            transform: translateY(-50%) rotate(-360deg);
    left: -40%;
  }
  .single__nav li.next:hover a::before {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
    right: -40%;
  }
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* mv
---------------------------------------------------------------------- */
  #pageheader {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: calc(80 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 0;
  }
  #pageheader h1 {
    color: #313131;
    font-size: calc(32em / 16);
    letter-spacing: 0.25em;
  }
  #pageheader h1 span {
    display: block;
    text-align: center;
    font-size: calc(15em / 32);
    letter-spacing: 0.23em;
    margin-top: calc(20 / 375 * 100vw);
  }
  /* btn
---------------------------------------------------------------------- */
  .arrowlink1 {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0vw auto 25.33333vw;
  }
  .arrowlink1:hover {
    opacity: 1;
  }
  .arrowlink1 span {
    display: block;
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .arrowlink1 span .hover {
    display: none;
  }
  .arrowlink1:hover span {
    background-color: #3b4b72;
    border: 1px solid #3b4b72;
  }
  .arrowlink1 span img {
    width: calc(20 / 375 * 100vw);
  }
  .arrowlink1:hover span .default {
    display: none;
  }
  .arrowlink1:hover span .hover {
    display: block;
  }
  .ttl {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 4vw;
    font-size: 5.33333vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  /* nav
---------------------------------------------------------------------- */
  .subpage__nav {
    margin: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(35 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .subpage__nav li {
    text-align: left;
    font-size: 4.26667vw;
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .subpage__nav li a {
    color: #313131;
    font-weight: bold;
  }
  .subpage__nav li span {
    margin-left: 20px;
    font-size: 3.73333vw;
    line-height: 1.71429;
    letter-spacing: 0.1em;
  }
  /* pagination
---------------------------------------------------------------------- */
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 13vw;
  }
  .pagination li {
    margin: 0vw 2vw 0vw 2vw;
  }
  .pagination li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 8.53333vw;
    width: 8.53333vw;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
  }
  .pagination .active a {
    color: #fff;
    background-color: #000;
  }
  .pagination li a:hover {
    color: #fff;
    background-color: #000;
    opacity: 1;
  }
  .pagination .prev,
  .pagination .next {
    position: relative;
  }
  .pagination .prev::before,
  .pagination .next::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
  }
  .pagination .prev::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-width: 0.93333vw 1.06667vw 0.93333vw 0;
    border-color: transparent #000000 transparent transparent;
  }
  .pagination .next::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-width: 0.93333vw 0 0.93333vw  1.06667vw;
    border-color: transparent transparent transparent #000000;
  }
  .pagination li.prev:hover::before {
    border-color: transparent #fff transparent transparent;
  }
  .pagination li.next:hover::before {
    border-color: transparent transparent transparent #fff;
  }
  /* newslistpage
---------------------------------------------------------------------- */
  .news__panel {
    display: none;
  }
  .news__panel.active {
    display: block;
  }
  .news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8vw 0vw 2.66667vw 0vw;
    margin: 0vw -1.33333vw 0vw -1.33333vw;
  }
  .news__item {
    width: calc(100% / 2);
    color: #000000;
    padding: 0vw 1.33333vw 0vw 1.33333vw;
    font-size: 3.73333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 9.33333vw;
  }
  .news__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.66667vw;
  }
  .news__data span {
    color: #3B4B72;
    border: 1px solid #3B4B72;
    padding: 0.53333vw 2.13333vw 0.53333vw 2.13333vw;
    font-size: 3.46667vw;
    line-height: 1.61538;
    letter-spacing: 0.05em;
  }
  .news__item>p {
    height: 35vw;
    margin-bottom: 10px;
  }
  .news__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
/*    margin-bottom: 10px;*/
  }
  /* content page
---------------------------------------------------------------------- */
  .single {
    padding: 6.66667vw 0vw 6.66667vw 0vw;
  }
  .single__inr {
    max-width: 780px;
    margin: 0 auto;
  }
  .single .news__data {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 3.73333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 6.66667vw;
  }
  .single .news__data span {
    margin-left: 35px;
  }
  .single .news__ttl {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #666666;
    font-size: 4.8vw;
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  .single h3 {
    font-weight: bold;
    font-size: 4.53333vw;
    line-height: 1.47059;
    letter-spacing: 0em;
    margin-bottom: 1em;
  }
  .single h4 {
    font-weight: bold;
    font-size: 4.53333vw;
    line-height: 1.47059;
    letter-spacing: 0em;
    margin-bottom: .5em;
  }
  .single h4::before {
    content: "●";
    color: #3B4B72;
  }
  .single h5 {
    font-weight: bold;
    font-size: 4.8vw;
    line-height: 1.77778;
    letter-spacing: 0em;
    margin-bottom: .5em;
  }
  .single h6 {
    font-weight: bold;
    margin-bottom: .5em;
  }
  .single a:not(.arrowlink1) {
    text-decoration: underline;
    color: #3B4B72;
  }
  .single dl {
    border-top: 1px solid #254435;
    padding: 4vw 2.66667vw 4vw 2.66667vw;
    font-size: 4.26667vw;
  }
  .single dl:last-of-type {
    border-bottom: 1px solid #254435;
    margin-bottom: 8vw;
  }
  .single dl dt {
    font-weight: bold;
  }
  .single__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 6.66667vw 0vw 12vw 0vw;
  }
  .single__nav li {
    font-size: 3.73333vw;
    letter-spacing: 0.15em;
    padding: 0vw 2.66667vw 0vw 2.66667vw;
  }
  .single__nav li + li {
    border-left: 1px solid #000;
  }
  .single__nav li a {
    position: relative;
    color: #000;
  }
  .single__nav li.prev a::before,
  .single__nav li.next a::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
    height: 0;
  }
  .single__nav li.prev a::before {
    top: 50%;
    left: -30%;
    border-width: 1.36667vw 2.52667vw 1.36667vw 0;
    border-color: transparent #000000 transparent transparent;
  }
  .single__nav li.next a::before {
    top: 50%;
    right: -30%;
    border-width: 1.36667vw 0 1.36667vw 2.52667vw;
    border-color: transparent transparent transparent #000000;
  }
  .single__nav li.prev:hover a::before {
    -webkit-transform: translateY(-50%) rotate(-360deg);
            transform: translateY(-50%) rotate(-360deg);
    left: -40%;
  }
  .single__nav li.next:hover a::before {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
    right: -40%;
  }
}
/*# sourceMappingURL=style.css.map */




  /* ブロックエディタ用追記　20220423 佐藤
---------------------------------------------------------------------- */

.single sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}
.single sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.3em;
}

.single p {
  margin-bottom: 1em;
}
.single ul ,
.single ol {
  margin-left: 1.3em;
  margin-bottom: 1em;
}

.single ul li {
  list-style: disc;
  margin-bottom: .5em;
}
.single ol li {
  list-style: decimal;
  margin-bottom: .5em;
}

/*ボタン*/
.wp-block-button__link {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  text-decoration: none !important;
  color: #595757 !important;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wp-block-button__link:hover {
  opacity: 1;
}
.wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  border-radius: 50%;
  background: #fff url(../../images/icn_arrow_w.svg) no-repeat center center;
  background-size: 22px auto;
  border: 1px solid #000;
}
.wp-block-button__link:hover::after {
  background: #3b4b72 url(../../images/icn_arrow_w_on.svg) no-repeat center center;
  border: 1px solid #3b4b72;
}
@media screen and (max-width: 1000px) {
  .wp-block-button__link {
    margin-bottom: 8vw;
  }
}

/*テーブル*/
.wp-block-table {
  margin-bottom: 30px;
}
.wp-block-table table {
  border-top: 1px solid #254435;
  margin-bottom: 10px;
}
.wp-block-table table th {
  padding: 10px;
  border-bottom: 1px solid #254435;
}
.wp-block-table table td {
  padding: 10px;
  border-bottom: 1px solid #254435;
}
@media screen and (max-width: 1000px) {
  .wp-block-table {
    margin-bottom: 8vw;
  }
  .wp-block-table table tr {
    border-bottom: 1px solid #254435;
  }
  .wp-block-table table th {
    display: block;
    width: 100%;
    padding: 0 2.66667vw;
    border: none;
    font-weight: bold;
    text-align: left;
  }
  .wp-block-table table td {
    display: block;
    width: 100%;
    padding: 0 2.66667vw;
    border: none;
  }
  .wp-block-table table tr th:first-child ,
  .wp-block-table table tr td:first-child {
    padding-top: 4vw;
  }
  .wp-block-table table tr th:last-child ,
  .wp-block-table table tr td:last-child {
    padding-bottom: 4vw;
  }
}



/* 文字揃え */

.has-text-align-left {
  text-align: left;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}


/* カラム */

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap!important;
  align-items: normal!important
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap!important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100%!important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap!important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

.wp-block-columns :where(.wp-block) {
  max-width: none;
  margin-left: 0;
  margin-right: 0
}

html :where(.wp-block-column) {
  margin-top: 0;
  margin-bottom: 0
}


/* 20230130追記 画像をPCとSPで分けて表示し、横幅いっぱい
---------------------------------------------------------------------- */
#news_lp .w100_img_content{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#news_lp .w100_img_content img{
  width: 100%;
  margin: 0;
}
#news_lp a.img_plan_link{
  margin: 20px auto;
  max-width: 780px;
  width: 100%;
  display: block;
}

@media (max-width:1000px) {
  #news_lp .w100_img_content.for_pc {
    display: none;
  }
  #news_lp .w100_img_content.for_sp {
    display: block;
  }
}

@media (min-width:1001px) {
  #news_lp .w100_img_content.for_pc {
    display: block;
  }
  #news_lp .w100_img_content.for_sp {
    display: none;
  }
}