@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswald";
  src: url("font/Oswald-Bold.woff") format("woff"), url("font/Oswald-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "oswald";
  src: url("font/oswald-regular.woff") format("woff"), url("font/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: #333;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}
.right {
  display: block;
  margin: 0 0 0 auto;
}

.thumb img,
a:hover .thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover .thumb img,
.thumb img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.chu {
  font-size: 80%;
}

*.publish {
  background-color: #006D3A !important;
}
*.pending {
  background-color: #167BB5 !important;
}
*.deny {
  background-color: #333 !important;
}
*.delete_requested {
  background-color: #707070 !important;
}

.anchor {
  scroll-margin-top: 80px !important;
  padding-top: 80px !important;
  margin-top: -80px !important;
}

/* ---------------------------------------------------------
ヘッダー
------------------------------------------------------------ */
@media screen and (max-width: 1023px) {
  body.fix {
    height: calc(100% - 8vw);
    overflow: hidden;
  }
  .ghost {
    position: fixed;
    z-index: 799;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: rgba(52, 52, 52, 0.6);
  }
  #floating #header-gnav {
    max-height: 76vh;
    overflow-y: scroll;
  }
  #floating.fix #header-gnav {
    max-height: 84vh;
    overflow-y: scroll;
  }
  #floating.fix + #header-mypage-nav {
    max-height: 84vh;
    overflow-y: scroll;
  }
  #header-mypage-nav {
    max-height: 76vh;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1024px) {
  header.fix + main {
    margin-top: 180px;
  }
}
@media screen and (max-width: 1023px) {
  header {
    position: relative;
    z-index: 800;
  }
}
header #header-bar {
  background-color: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  header #header-bar {
    padding: 0 calc((100% - 1200px) / 2);
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #header-bar.fix {
    position: fixed;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    z-index: 999;
  }
  header #header-bar.fix.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  header #header-bar {
    height: auto;
    padding: 1vw 3vw 1vw;
  }
}
@media screen and (max-width: 750px) {
  header #header-bar {
    padding: 2vw 3vw 2vw;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  header #header-bar {
    height: auto;
    padding: 1vw 3vw 1vw;
  }
}
header #header-bar a {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  header #header-bar a {
    margin-left: 15px;
    height: 20px;
  }
  header #header-bar a img {
    height: 20px;
    -webkit-transition: 0s;
    transition: 0s;
  }
}
@media screen and (max-width: 1023px) {
  header #header-bar a {
    height: auto;
  }
  header #header-bar a img {
    height: 1.5vw;
    display: block;
    -webkit-transition: 0s;
    transition: 0s;
  }
}
@media screen and (max-width: 750px) {
  header #header-bar a img {
    height: 3.5vw;
    display: block;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  header #header-bar a {
    height: auto;
  }
  header #header-bar a img {
    height: 1.5vw;
    display: block;
  }
}
header #floating {
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  header #floating.fix {
    position: fixed;
    top: -220px;
    z-index: 999;
  }
  header #floating.fix.show {
    top: 0;
    -webkit-animation: header-show 0.3s;
            animation: header-show 0.3s;
  }
}
@-webkit-keyframes header-show {
  0% {
    -webkit-transform: translateY(-220px);
            transform: translateY(-220px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header-show {
  0% {
    -webkit-transform: translateY(-220px);
            transform: translateY(-220px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1023px) {
  header #floating.fix {
    position: fixed;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-16vw);
            transform: translateY(-16vw);
    z-index: 999;
  }
  header #floating.fix.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
header #header-app {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) {
  header #header-app {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 calc((100% - 1200px) / 2);
    margin: auto;
  }
  header #header-app .pc {
    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;
  }
}
@media screen and (max-width: 1023px) {
  header #header-app {
    height: 10vw;
    border-bottom: solid 1px #333;
  }
}
@media screen and (max-width: 750px) {
  header #header-app {
    height: 16vw;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  header #header-app {
    height: 7vw;
  }
}
header #header-app h1 {
  color: #0E3A27;
}
@media screen and (min-width: 1024px) {
  header #header-app h1 {
    margin-left: 10px;
  }
}
header #header-app h1 span {
  display: block;
  margin-bottom: 0.3rem;
}
header #header-app h1 a {
  color: #333;
}
header #header-app h1 a:hover {
  opacity: 0.85;
}
header #header-app h1 a img {
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (min-width: 1024px) {
  header #header-app h1 {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  header #header-app h1 {
    padding: 3vw;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #header-app h1 img {
    width: 25vw;
  }
  header #header-app h1 span {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  header #header-app h1 img {
    width: 36vw;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  header #header-app h1 img {
    width: 18vw;
  }
}
@media screen and (min-width: 1024px) {
  header #header-app #font-changer {
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-right: auto;
  }
  header #header-app #font-changer > li {
    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;
  }
  header #header-app #font-changer > :not(.label) {
    border: solid 1px #707070;
    width: 32px;
    height: 32px;
    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;
    cursor: pointer;
  }
  header #header-app #font-changer > :not(.label):hover {
    border: solid 1px #0E3A27;
    color: #0E3A27;
  }
  header #header-app #font-changer .middle {
    font-size: 13px;
  }
  header #header-app #font-changer .large {
    font-size: 18px;
  }
  header #header-app #font-changer .active {
    background-color: #0E3A27;
    border: solid 1px #0E3A27;
    color: #fff;
    pointer-events: none;
  }
  header #header-app .header-search {
    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;
    gap: 20px;
    padding-right: 50px;
  }
  header #header-app .header-search a {
    color: #707070;
  }
  header #header-app .header-search a:hover {
    color: #0E3A27;
  }
  header #header-app .header-search a::after {
    content: " ＞";
  }
  header #header-app .header-search .searchform {
    position: relative;
  }
  header #header-app .header-search .keyword {
    border-radius: 18px;
    width: 240px;
    height: 36px;
    border: 1px solid #707070;
    padding-left: 16px;
  }
  header #header-app .header-search .searchsubmit {
    position: absolute;
    background-color: transparent;
    border: none;
    width: 18px;
    height: 18px;
    background: url("../images/icon-search.svg") no-repeat;
    background-size: 100%;
    top: calc(50% - 9px);
    right: 16px;
    cursor: pointer;
  }
  header #header-app .status-menu {
    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;
    gap: 20px;
    font-size: 87.5%;
  }
  header #header-app .mypage {
    height: 46px;
    color: #006D3A;
    background: url("../images/icon-mypage_l-gr.svg") top center no-repeat;
    background-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  header #header-app .mypage:hover {
    color: #0E3A27;
    background: url("../images/icon-mypage_gr.svg") top center no-repeat;
  }
  header #header-app .logout {
    height: 46px;
    color: #666;
    background: url("../images/icon-logout.svg") top center no-repeat;
    background-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  header #header-app .logout:hover {
    color: #0E3A27;
    background: url("../images/icon-logout_gr.svg") top center no-repeat;
  }
}
@media screen and (max-width: 1023px) {
  header #header-app .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #header-app .sp > li {
    width: 10vw;
    height: 10vw;
    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-size: 10px;
  }
  header #header-app .sp > li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
  }
  header #header-app .sp .sp-search {
    cursor: pointer;
  }
  header #header-app .sp .sp-search img {
    width: 6vw;
    -webkit-transition: 0s;
    transition: 0s;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 751px) {
  header #header-app .sp .sp-search img {
    width: 4vw;
  }
}
@media screen and (max-width: 1023px) {
  header #header-app .sp .sp-mypage {
    padding: 7.4vw 0 0;
    background: url("../images/icon-mypage-w.svg") top 3vw center no-repeat;
    background-color: #006D3A;
    background-size: 50%;
    background-position-y: 12px;
    cursor: pointer;
  }
  header #header-app .sp .sp-menu {
    background-color: #0E3A27;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
  }
  header #header-app .sp .sp-menu.open i:nth-child(1) {
    -webkit-transform: translateY(1.65vw) rotate(-30deg);
            transform: translateY(1.65vw) rotate(-30deg);
  }
  header #header-app .sp .sp-menu.open i:nth-child(2) {
    opacity: 0;
  }
  header #header-app .sp .sp-menu.open i:nth-child(3) {
    -webkit-transform: translateY(-1.65vw) rotate(30deg);
            transform: translateY(-1.65vw) rotate(30deg);
  }
  header #header-app .sp .sp-menu .b-inner {
    width: 5vw;
    height: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header #header-app .sp .sp-menu .b-inner i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0 0 0.3rem 0;
  }
  header #header-app .sp .sp-menu span {
    color: #fff;
    margin-bottom: -1.5vw;
  }
}
@media screen and (max-width: 750px) {
  header #header-app .sp > li {
    width: 16vw;
    height: 16vw;
  }
  header #header-app .sp .sp-mypage {
    padding: 10.5vw 0 0;
    background-size: 44%;
    background-position-y: 10px;
  }
  header #header-app .sp .sp-menu {
    padding-top: 1.2vw;
  }
  header #header-app .sp .sp-menu.open i:nth-child(1) {
    -webkit-transform: translateY(2vw) rotate(-30deg);
            transform: translateY(2vw) rotate(-30deg);
  }
  header #header-app .sp .sp-menu.open i:nth-child(3) {
    -webkit-transform: translateY(-2vw) rotate(30deg);
            transform: translateY(-2vw) rotate(30deg);
  }
  header #header-app .sp .sp-menu .b-inner {
    width: 6vw;
    height: 6vw;
    margin-bottom: 0.5vw;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  header #header-app .sp > li {
    width: 7vw;
    height: 7vw;
    font-size: 8px;
  }
  header #header-app .sp .sp-search img {
    width: 4vw;
  }
  header #header-app .sp .sp-mypage {
    padding: 4.8vw 0 0;
    background-size: 46%;
    background-position-y: 8px;
  }
  header #header-app .sp .sp-menu {
    padding-top: 0 !important;
  }
  header #header-app .sp .sp-menu.open i:nth-child(1) {
    -webkit-transform: translateY(0.7vw) rotate(-30deg);
            transform: translateY(0.7vw) rotate(-30deg);
  }
  header #header-app .sp .sp-menu.open i:nth-child(3) {
    -webkit-transform: translateY(-1vw) rotate(30deg);
            transform: translateY(-1vw) rotate(30deg);
  }
  header #header-app .sp .sp-menu .b-inner {
    width: 2.5vw;
    height: 2.5vw;
  }
  header #header-app .sp .sp-menu span {
    margin-bottom: -0.8vw;
    padding-top: 0.2vw;
  }
}
@media screen and (min-width: 1024px) {
  header #header-gnav {
    background-color: #0E3A27;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  header #header-gnav a {
    color: #fff;
    cursor: pointer;
  }
  header #header-gnav a:hover {
    color: #c5dbd3;
  }
  header #header-gnav ul {
    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-size: 125%;
  }
  header #header-gnav ul a {
    display: block;
    padding: 1rem 3.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1360px) and (min-width: 1024px) {
  header #header-gnav ul a {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  header #header-gnav ul .know > a::after, header #header-gnav ul .join > a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 10px);
    margin-left: 12px;
  }
  header #header-gnav ul .know.active a {
    cursor: default;
  }
  header #header-gnav ul .know.active a:hover {
    color: #fff;
  }
  header #header-gnav ul .know.active li {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  header #header-gnav ul .know.active li a {
    cursor: pointer;
  }
  header #header-gnav ul .know.active li a:hover {
    color: #c5dbd3;
  }
  header #header-gnav ul .join.active a {
    cursor: default;
  }
  header #header-gnav ul .join.active a:hover {
    color: #fff;
  }
  header #header-gnav ul .join.active li {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  header #header-gnav ul .join.active li a {
    cursor: pointer;
  }
  header #header-gnav ul .join.active li a:hover {
    color: #c5dbd3;
  }
  header #header-gnav ul .d-i a::after {
    position: absolute;
    width: 13px;
    height: 13px;
    content: "";
    background-size: 100%;
    top: calc(50% - 6px);
    margin-left: 12px;
  }
  header #header-gnav ul .children {
    display: none;
  }
  header #header-gnav ul .active {
    background-color: #006D3A;
  }
  header #header-gnav ul .active .children {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #006D3A;
    font-size: 18px;
    width: 100%;
    left: 0;
  }
  header #header-gnav ul .active .children li:not(:last-child) a::after {
    content: "|";
    padding-left: 3rem;
  }
  header #header-gnav ul .active .children a {
    padding: 1.5rem 3rem 1.5rem 0;
  }
  header #header-gnav ul li.news > a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_news_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.know > a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_know_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.know .children li:nth-child(1) a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_mng_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.know .children li:nth-child(2) a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_cmp_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.know .children li:nth-child(3) a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_psn_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.award > a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_award_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.join > a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_join_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.join .children li:nth-child(1) a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_gllry_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.join .children li:nth-child(2) a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_ank_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.d-i > a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_d-i_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.fujikai > a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_fujikai_wh.svg) no-repeat;
    background-size: 100%;
  }
  header #header-gnav ul li.officers > a::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    top: calc(50% - 14px);
    margin-left: -34px;
    background: url(../images/header/icon_officers_wh.svg) no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 1023px) {
  header #header-gnav {
    display: none;
  }
  header #header-gnav {
    position: absolute;
    width: 100%;
    z-index: 800;
  }
  header #header-gnav .parent {
    position: relative;
  }
  header #header-gnav .parent:not(.open)::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 10px);
    top: 20px;
    right: 20px;
  }
  header #header-gnav .parent.open::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: solid 1px #aaa;
    border-top: solid 1px #aaa;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 10px);
    top: 24px;
    right: 20px;
  }
  header #header-gnav a {
    display: block;
    padding: 4vw 5vw 4vw 12vw;
  }
  header #header-gnav .current {
    background-color: #0E3A27;
    position: relative;
  }
  header #header-gnav .current a {
    color: #fff;
  }
  header #header-gnav > ul > li:not(.current) {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  header #header-gnav > ul > li:not(.current) a {
    color: #333;
    border-bottom: solid 1px #fff;
    position: relative;
  }
  header #header-gnav .news > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_news_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .know > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_know_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .know .children li:nth-child(1) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_mng_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .know .children li:nth-child(2) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_cmp_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .know .children li:nth-child(3) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_psn_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .award > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_award_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .join > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_join_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .join .children li:nth-child(1) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_gllry_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .join .children li:nth-child(2) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_ank_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .d-i > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_d-i_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .fujikai > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_fujikai_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .officers > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_officers_gr.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .current.news > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_news_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .current.know > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_know_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .current.award > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_award_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .current.join > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_join_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .current.d-i > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_d-i_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .current.fujikai > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_fujikai_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .current.officers > a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_officers_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .children .current a {
    color: #fff;
    background-color: #1D573E;
    position: relative;
  }
  header #header-gnav .children a {
    background-color: #E7F8F0;
    border-bottom: #f2f2f2;
    position: relative;
    padding: 4vw 5vw 4vw 20vw;
  }
  header #header-gnav .children a::after {
    left: 45px !important;
  }
  header #header-gnav .children a::before {
    content: "- ";
    display: inline-block;
    position: absolute;
    left: 30px;
    top: calc(50% - 14px);
  }
  header #header-gnav .know .children li.current:nth-child(1) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_mng_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .know .children li.current:nth-child(2) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_cmp_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .know .children li.current:nth-child(3) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_psn_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .join .children li.current:nth-child(1) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_gllry_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-gnav .join .children li.current:nth-child(2) a::after {
    position: absolute;
    width: 6vw;
    height: 6vw;
    content: "";
    top: calc(50% - 3vw);
    background: url(../images/header/icon_ank_wh.svg) no-repeat;
    background-size: 100%;
    left: 3vw;
  }
  header #header-mypage-nav {
    display: none;
  }
  header #header-gnav,
  header #header-mypage-nav {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  header #header-mypage-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
  }
  header #header-mypage-nav.fix {
    position: fixed;
    top: 16vw;
  }
  header #header-mypage-nav .title {
    display: none;
  }
  header #header-mypage-nav a {
    display: block;
    padding: 5vw;
  }
  header #header-mypage-nav .mypage {
    background-color: #006D3A;
  }
  header #header-mypage-nav .mypage a {
    color: #fff;
  }
  header #header-mypage-nav li:not(.mypage) a {
    background-color: #fff;
    border-bottom: solid 1px #f2f2f2;
    color: #333;
  }
  header #header-mypage-nav li:not(.mypage).current a {
    background-color: #006D3A;
    color: #fff;
  }
  header .sp-search-form {
    display: none;
    background-color: #fff;
    border-bottom: solid 1px #333;
    padding: 8vw 6vw;
    position: absolute;
    width: 100%;
    z-index: 999;
  }
  header .sp-search-form.fix {
    position: fixed;
    top: 16vw;
  }
  header .sp-search-form a {
    color: #333;
  }
  header .sp-search-form a::after {
    content: " ＞";
  }
  header .sp-search-form .searchform {
    position: relative;
    margin-bottom: 5vw;
  }
  header .sp-search-form .keyword {
    border-radius: 30px;
    width: 90vw;
    height: 60px;
    padding-left: 15px;
    border: 1px solid #333;
    -webkit-appearance: none;
  }
  header .sp-search-form .searchsubmit {
    position: absolute;
    background-color: transparent;
    border: none;
    width: 20px;
    height: 20px;
    background: url("../images/icon-search.svg") no-repeat;
    background-size: 90%;
    top: calc(50% - 10px);
    right: 16px;
  }
  header .sp-search-form .sp-advanced-search {
    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;
  }
}

/* ---------------------------------------------------------
フッター
------------------------------------------------------------ */
footer {
  color: #fff;
  background-color: #0E3A27;
  padding: 3rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 2rem 1rem;
  }
}
footer section {
  background-color: #1D573E;
  text-align: center;
  margin: 0 auto 1rem;
  padding: 2.6rem;
  border-radius: 20px;
}
footer section .content p {
  text-align: center;
  font-size: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  footer section {
    max-width: 1000px;
  }
  footer section #contact-fuji-head-from-sidebar {
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  footer section {
    padding: 30px 5vw;
  }
  footer section #contact-fuji-head-from-sidebar {
    margin-top: -12vw;
    padding-top: 12vw;
  }
}
footer section h2 {
  display: inline-block;
  background-color: #33785A;
  color: #fff;
  font-size: 100%;
  padding: 6px 40px;
  border-radius: 20px;
  margin: 0 auto 20px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  footer section h2 {
    padding: 6px 20px;
    width: 100%;
    text-align: center;
  }
}
footer section .link {
  max-width: 800px;
  padding: 0 0 35px 0;
  margin: 0 auto 30px;
  border-bottom: solid 1px #fff;
  text-align: center;
}
footer section .link:nth-child(2) p {
  font-size: 100%;
}
@media screen and (max-width: 1023px) {
  footer section .link {
    padding: 0 0 24px 0;
  }
  footer section .link.faq ul li a::after {
    right: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  footer section .link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer section .link ul li {
  position: relative;
}
@media screen and (min-width: 1024px) {
  footer section .link ul li {
    -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
  }
}
footer section .link ul li a {
  display: block;
  font-size: 100%;
  font-weight: bold;
  background-color: #fff;
  margin: auto;
  color: #0E3A27;
  display: block;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer section .link ul li a:hover {
  color: #fff;
  background-color: #0E3A27;
}
footer section .link ul li a:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon_arrow_wh.svg") no-repeat;
  background-size: contain;
  top: calc(50% - 0.5rem);
  right: 2rem;
}
@media screen and (max-width: 1023px) {
  footer section .link ul li a:hover::after {
    right: 0.8rem;
  }
}
@media screen and (max-width: 1023px) {
  footer section .link ul li a {
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    max-width: 300px;
    position: relative;
  }
}
footer section .link ul li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon_arrow_gr.svg") no-repeat;
  background-size: contain;
  top: calc(50% - 0.5rem);
  right: 2rem;
}
@media screen and (max-width: 1023px) {
  footer section .link ul li a::after {
    right: 0.8rem;
  }
}
@media screen and (max-width: 1023px) {
  footer section .address ul:first-child {
    padding-bottom: 30px;
    border-bottom: 1px dotted #fff;
  }
  footer section .address ul:last-child {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  footer section .address {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  footer section .address > * {
    width: 50%;
  }
}
footer section .address .name {
  font-size: 18px;
  margin-bottom: 5px;
}
footer section .address .name::before {
  content: "■ ";
}
footer section .address .tel {
  font-size: 24px;
}
footer section .address .tel a {
  color: #fff;
}
footer section .address .tel::before {
  content: "TEL : ";
  font-size: 70%;
}
footer section .address .mail {
  font-size: 125%;
}
@media screen and (max-width: 1023px) {
  footer section .address .mail {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
footer section .address .mail::before {
  content: "E-Mail : ";
  font-size: 100%;
}
footer section .address .mail a {
  color: #fff;
  text-decoration: underline;
}
footer section .address .mail a:hover {
  color: #c5dbd3;
  text-decoration: none;
}
footer #foot-link {
  margin: 0 0 3rem;
  font-size: 90%;
}
@media screen and (min-width: 1024px) {
  footer #foot-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer #foot-link :not(:first-child)::before {
    content: " | ";
    margin: 0 2rem;
  }
}
footer #foot-link a {
  color: #fff;
}
footer #foot-link a:hover {
  color: #c5dbd3;
}
@media screen and (max-width: 1023px) {
  footer #foot-link li {
    text-align: center;
    margin-bottom: 1rem;
  }
}
footer img {
  width: 270px;
  margin: 0 auto 3rem;
}
footer p {
  text-align: center;
  font-size: 82%;
  margin-bottom: 1rem;
}

/* ---------------------------------------------------------
ボタン
------------------------------------------------------------ */
.btn-small {
  background-color: #006D3A;
  color: #fff;
  font-size: 87.5%;
  border: none;
  border-radius: 4px;
  min-width: 204px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #006D3A;
  display: table;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .btn-small {
    margin-right: auto;
  }
}
.btn-small a {
  color: #fff;
  padding: 8px 40px 6px 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .btn-small a {
    padding: 10px 40px 10px 20px;
  }
}
.btn-small::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon_arrow_wh.svg) no-repeat;
  background-size: contain;
  top: calc(50% - 7px);
  right: 3.6rem;
  pointer-events: none;
}
.btn-small.w5::after {
  right: 2.5rem;
}
.btn-small:hover {
  border: 1px solid #006D3A;
  background-color: #fff;
  color: #006D3A;
}
.btn-small:hover a {
  color: #006D3A;
}
.btn-small:hover::after {
  background: url(../images/icon_arrow_gr-l.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}

.list-item + .btn-small {
  margin-top: 30px;
}

.btn-small-w {
  background-color: #fff;
  font-size: 14px;
  border: solid 1px #666;
  border-radius: 4px;
  position: relative;
}
.btn-small-w::before {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon_arrow_gray.svg) no-repeat;
  background-size: contain;
  top: calc(50% - 0.4rem);
  right: 1.5rem;
  pointer-events: none;
}
.btn-small-w a {
  color: #666;
  padding: 4px 40px 4px 20px;
  display: block;
}
.btn-small-w:hover {
  border: solid 1px #333;
}
.btn-small-w:hover a {
  color: #333;
}

.btn-small-orange {
  background-color: #CA4F01;
  color: #fff;
  font-size: 12px;
  border: none;
  border-radius: 4px;
  min-width: 204px;
  padding: 6px 40px 6px 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #CA4F01;
}
.btn-small-orange::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon_arrow_wh.svg) no-repeat;
  background-size: contain;
  top: calc(50% - 0.4rem);
  right: 2rem;
  pointer-events: none;
}
.btn-small-orange:hover {
  border: 1px solid #CA4F01;
  background-color: #fff;
  color: #CA4F01;
}
.btn-small-orange:hover::after {
  background: url(../images/icon_arrow_orange.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}

.btn-small-sub {
  background-color: #ffffff;
  color: #707070;
  font-size: 12px;
  border: none;
  border-radius: 4px;
  min-width: 204px;
  padding: 6px 40px 6px 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #707070;
}
.btn-small-sub::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon_arrow_gray.svg) no-repeat;
  background-size: contain;
  top: calc(50% - 0.4rem);
  right: 2rem;
  pointer-events: none;
}

.btn-small-gray {
  background-color: #dddcd6;
  color: #707070;
  font-size: 12px;
  border: none;
  border-radius: 4px;
  min-width: 204px;
  padding: 6px 40px 6px 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #dddcd6;
}
.btn-small-gray::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon_arrow_gray.svg) no-repeat;
  background-size: contain;
  top: calc(50% - 0.4rem);
  right: 2rem;
  pointer-events: none;
}

#gotop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 50;
}
#gotop .bottom {
  bottom: 430px;
}
#gotop a:hover img {
  opacity: 0.85;
}
#gotop img {
  border: 1px solid #fff;
  border-radius: 5px;
}

.btn-orange-submit button {
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  padding: 18px 14px 18px 0;
  border: 1px solid #CA4F01;
  background-color: #CA4F01;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  color: #ffffff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  cursor: pointer;
}
.btn-orange-submit button a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.btn-orange-submit button:hover {
  border: 1px solid #CA4F01;
  background-color: #fff;
  color: #CA4F01;
}
.btn-orange-submit button:hover::after {
  background-image: url(../images/icon_arrow_orange.svg);
  background-size: contain;
}
.btn-orange-submit button::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_arrow_wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 19px;
  pointer-events: none;
}

.btn-gray-submit {
  border: none;
  outline: none;
  width: 100%;
  max-width: 360px;
  text-align: center;
  border-radius: 5px;
  padding: 18px 14px;
  background-color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  margin: auto;
}

.btn-share-teams {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(../images/icon_bt_teams.svg);
}
.btn-share-teams a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.btn-share-teams:hover {
  opacity: 0.85;
}
.btn-share-teams.on {
  background-image: url(../images/icon_bt_teams_ro.svg);
}

.btn-share-link {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(../images/icon_bt_link.svg);
}
.btn-share-link:hover {
  opacity: 0.85;
}
.btn-share-link.on {
  background-image: url(../images/icon_bt_link_ro.svg);
}

.btn-share-mail {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(../images/icon_bt_mail.svg);
  position: relative;
}
.btn-share-mail a {
  display: block();
  width: 100%;
  height: 100%;
  position: absolute;
}
.btn-share-mail:hover {
  opacity: 0.85;
}
.btn-share-mail.on {
  background-image: url(../images/icon_bt_mail_ro.svg);
}

.btn-like {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(../images/icon_bt_like.svg);
  cursor: pointer;
}
.btn-like:hover {
  opacity: 0.85;
}
.btn-like.on {
  background-image: url(../images/icon_bt_like_ro.svg);
}
.btn-like.btn-like--type4 {
  width: 40px;
  height: 40px;
  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;
  position: relative;
  overflow: visible;
  background-image: none;
}
.btn-like.btn-like--type4 .box {
  display: inline-block;
  font-size: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #ff0081;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  position: relative;
  overflow: visible;
}
.btn-like.btn-like--type4 .box:focus {
  outline: 0;
}
.btn-like.btn-like--type4 .box:before, .btn-like.btn-like--type4 .box:after {
  position: absolute;
  content: "";
  display: block;
  width: 150%;
  height: 70%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.btn-like.btn-like--type4 .box:before {
  display: none;
  top: -35%;
  background-image: radial-gradient(circle, #e5403f 10%, transparent 20%), radial-gradient(circle, transparent 10%, #e5403f 20%, transparent 30%), radial-gradient(circle, #e5403f 10%, transparent 20%), radial-gradient(circle, #e5403f 10%, transparent 20%), radial-gradient(circle, transparent 5%, #e5403f 15%, transparent 20%), radial-gradient(circle, #ff2863 10%, transparent 20%), radial-gradient(circle, #ff2863 10%, transparent 20%), radial-gradient(circle, #ff2863 10%, transparent 20%), radial-gradient(circle, #ff2863 10%, transparent 20%);
  background-size: 30% 30%, 25% 25%, 30% 30%, 25% 25%, 35% 35%, 20% 20%, 25% 25%, 20% 20%, 30% 30%;
}
.btn-like.btn-like--type4 .box:after {
  display: none;
  bottom: -35%;
  background-image: radial-gradient(circle, #dc336d 10%, transparent 20%), radial-gradient(circle, #dc336d 10%, transparent 20%), radial-gradient(circle, transparent 5%, #dc336d 15%, transparent 20%), radial-gradient(circle, #dc336d 10%, transparent 20%), radial-gradient(circle, #db1092 10%, transparent 20%), radial-gradient(circle, #db1092 10%, transparent 20%), radial-gradient(circle, #db1092 10%, transparent 20%);
  background-size: 25% 25%, 30% 30%, 20% 20%, 30% 30%, 35% 35%, 25% 25%, 20% 20%;
}
.btn-like.btn-like--type4 .box:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: #ce89ff;
}
.btn-like.btn-like--type4 .box.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}
.btn-like.btn-like--type4 .box.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}
.btn-like.btn-like--type4 .fa-heart {
  position: relative;
  width: 40px;
  height: 40px;
  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;
  background-size: contain;
  background-image: url(../images/icon_bt_like.svg);
  z-index: -1;
}
.btn-like.btn-like--type4.on .fa-heart {
  background-image: url(../images/icon_bt_like_ro.svg);
}

@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.btn-bookmark {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(../images/icon_bt_bookmark.svg);
}
.btn-bookmark:hover {
  opacity: 0.85;
}
.btn-bookmark.on {
  background-image: url(../images/icon_bt_bookmark_ro.svg);
}

.detail-btn {
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 30px;
  position: absolute;
  display: table;
  margin-left: auto;
  bottom: 15px;
  right: 10px;
  line-height: 1;
}
.detail-btn::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.4em);
}
.detail-btn a {
  display: block;
  padding: 0.6em 3em 0.6em 2em;
}
.detail-btn a:hover {
  color: #0E3A27;
}
.detail-btn:hover {
  border: 1px solid #0E3A27;
}
.detail-btn:hover::after {
  background-image: url(../images/icon_arrow_gr.svg);
  background-size: contain;
}

/* ---------------------------------------------------------
ぱんくず
------------------------------------------------------------ */
.topickpath {
  font-size: 75%;
  padding-bottom: 30px;
}
.topickpath br {
  display: none;
}
.topickpath li {
  display: inline-block;
}
.topickpath li:not(:last-child)::after {
  content: "＞";
  padding: 0 1rem;
}
.topickpath li:hover {
  opacity: 0.85;
}

.page-template-fujikai .topickpath,
.fujikai .topickpath {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .page-template-fujikai .topickpath,
  .fujikai .topickpath {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------
ページャー
------------------------------------------------------------ */
.pagination {
  margin: 30px auto 30px;
  position: relative;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links .page-numbers {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .nav-links .page-numbers li {
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
  font-size: 16px;
}
.pagination .nav-links .page-numbers li:last-child {
  margin: 0;
}
.pagination .nav-links .page-numbers li span, .pagination .nav-links .page-numbers 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;
  width: 2rem;
  height: 2rem;
  border: solid 1px #0E3A27;
  color: #0E3A27;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .nav-links .page-numbers li .page-first {
  background-image: url(../images/icon-first.svg);
}
.pagination .nav-links .page-numbers li .page-prev {
  background-image: url(../images/icon-prev.svg);
}
.pagination .nav-links .page-numbers li .page-dotted {
  background-image: url(../images/icon-dotted.svg);
}
.pagination .nav-links .page-numbers li .page-next {
  background-image: url(../images/icon-next.svg);
}
.pagination .nav-links .page-numbers li .page-last {
  background-image: url(../images/icon-last.svg);
}
.pagination .nav-links .page-numbers li .current {
  background-color: #0E3A27;
  color: #fff;
}

.wp-pagenavi {
  margin: 30px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi 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;
  width: 2rem;
  height: 2rem;
  border: solid 1px #0E3A27;
  color: #0E3A27;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-right: 8px;
}
.wp-pagenavi .current {
  background-color: #0E3A27;
  color: #fff;
}

/* ---------------------------------------------------------
シェアボタン
------------------------------------------------------------ */
.share {
  text-align: right;
  margin-bottom: 30px;
}
.share li {
  display: inline-block;
}

.mark-mustread {
  font-size: 75%;
  margin-right: 6px;
  background: #006D3A;
  border-radius: 20px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4em 0.7em;
  margin-bottom: 5px;
}

.mark-new {
  display: inline-block;
  margin-right: 10px;
  font-family: "oswald", sans-serif;
  color: #CA4F01;
  font-size: 20px;
  line-height: 1;
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
  margin-bottom: 5px;
}

.mark-maincate {
  font-size: 87.5%;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #0E3A27;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2em 0.3em;
  cursor: pointer;
  margin-bottom: 5px;
}

.mark-subcate {
  font-size: 87.5%;
  margin-right: 10px;
  border-radius: 3px;
  color: #707070;
  border: 1px solid #A19B95;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2em 0.3em;
  cursor: pointer;
  margin-bottom: 5px;
}
.mark-subcate a {
  color: #707070;
}
.mark-subcate:hover {
  border: 1px solid #0E3A27;
}
.mark-subcate:hover a {
  color: #0E3A27;
}

a .mark-subcate:hover {
  border: 1px solid #A19B95;
  color: #707070;
}

.top-group .mark-subcate {
  cursor: default;
}
.top-group .mark-subcate:hover {
  border: 1px solid #A19B95;
  color: #707070;
}

.mark-view {
  background: url(../images/icon_view.svg) no-repeat;
  background-position: left top;
  background-size: 18px;
  padding-left: 20px;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.mark-like {
  background: url(../images/icon_like.svg) no-repeat;
  background-position: left top;
  background-size: 18px;
  padding-left: 20px;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.mark-bookmark {
  background: url(../images/icon_bookmark.svg) no-repeat;
  background-position: left top;
  background-size: 18px;
  padding-left: 20px;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.unread::before {
  content: "未読";
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  color: #fff;
  width: 30px;
  height: 30px;
  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;
  z-index: 2;
  line-height: 1;
}

.unread::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #CA4F01;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: block;
  z-index: 1;
}

.list-item {
  position: relative;
}
.list-item:hover .title, .list-item:hover .text {
  color: #1D573E;
}
.list-item .title {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1023px) {
  .list-item .title {
    font-size: 100%;
  }
}
.list-item .text {
  margin-bottom: 5px;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 100%;
}
.list-item .date {
  font-size: 90%;
  color: #707070;
  margin-bottom: 5px;
}
.list-item .count {
  margin-bottom: 5px;
  color: #333;
}

#content .list-item .unread::before {
  top: 13px;
  left: 202px;
}
@media screen and (max-width: 500px) {
  #content .list-item .unread::before {
    top: 5px;
    left: 80px;
  }
}
#content .list-item .unread::after {
  top: 13px;
  left: 203px;
}
@media screen and (max-width: 500px) {
  #content .list-item .unread::after {
    top: 5px;
    left: 80px;
  }
}

.swiper-wrapper .list-item {
  position: relative;
  z-index: 0;
  overflow: visible;
  min-height: 400px;
  border: 1px solid #0E3A27;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 10px;
  display: grid;
}
.swiper-wrapper .list-item .thumb {
  height: 200px;
  margin: -10px -10px 10px -10px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.swiper-wrapper .list-item .thumb img {
  width: 100%;
}
.swiper-wrapper .list-item .subcate {
  margin-bottom: 5px;
}
.swiper-wrapper .list-item .title {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}
.swiper-wrapper .list-item .text {
  margin-bottom: 5px;
  line-height: 1.4;
}
.swiper-wrapper .list-item .date {
  font-size: 87.5%;
  margin-bottom: 5px;
}
.swiper-wrapper .list-item .count {
  margin-bottom: 5px;
}

.post-type-archive .list-item .title {
  -webkit-line-clamp: 2;
}
.post-type-archive .list-item .text {
  -webkit-line-clamp: 3;
}

#pickup .list-item {
  border: 1px solid #0E3A27;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 10px;
  display: grid;
  background-color: #fff;
  width: 90%;
  max-width: 390px;
  min-width: 390px;
  height: 360px;
}
@media screen and (max-width: 1260px) and (min-width: 1024px) {
  #pickup .list-item {
    max-width: 30.46875vw;
    min-width: 30.46875vw;
    height: 28.125vw;
  }
}
@media screen and (max-width: 1023px) {
  #pickup .list-item {
    max-width: 340px;
    min-width: 340px;
  }
}
#pickup .list-item .thumb {
  height: 200px;
  margin: -10px -10px 10px -10px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  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;
}
#pickup .list-item .thumb img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
#pickup .list-item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#pickup .list-item .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}/*# sourceMappingURL=style.css.map */