:root {
	--text-color: #333333;
	--bg-color: #FFFFFF;

    --space-color: #0E3FBD;

    --space-logo-color: #0B318F;

    --bg-a: #0F32A0;
    --bg-b: #0050B4;
    --bg-c: #2841AA;

    /*--space-color: #263A7C;*/
}

:focus {
    /*outline: 4px solid rgba(0,125,250,0.6);
    outline-offset: 1px;*/
    outline: none;
}

a {
	text-decoration: none;
    cursor: pointer;
    color: var(--space-color);
}

* {
    box-sizing: border-box;
}

body, html {
	margin: 0;
	padding: 0;
	background: var(--bg-a);
	-webkit-font-smoothing: antialiased;
	font-family: 'Raleway', 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--text-color);
	position: relative;

    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
}
/*
body, html {
    font-family: 'Raleway', "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/

#wrap {
    position: relative;
    z-index: 1;
}

.top-wrapper {
	min-height: 100vh;
	
    /*background: url(/assets/img/top/image_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/

    position: relative;

    /*animation: topbg 60s ease infinite normal;
    animation-delay:2.25s;*/

    transition: 0.3s;

    background-position:center center;
    background-size: cover;
}

@keyframes topbg {
  0% { background-image: url(/assets/img/top/image_01.jpg); }
  6.25% { background-image: url(/assets/img/top/image_02.jpg); }
  12.5% { background-image: url(/assets/img/top/image_03.jpg); }
  18.75% { background-image: url(/assets/img/top/image_04.jpg); }
  25% { background-image: url(/assets/img/top/image_05.jpg); }
  31.25% { background-image: url(/assets/img/top/image_06.jpg); }
  37.5% { background-image: url(/assets/img/top/image_07.jpg); }
  43.75% { background-image: url(/assets/img/top/image_08.jpg); }
  50% { background-image: url(/assets/img/top/image_09.jpg); }
  56.25% { background-image: url(/assets/img/top/image_10.jpg); }
  62.5% { background-image: url(/assets/img/top/image_11.jpg); }
  68.75% { background-image: url(/assets/img/top/image_12.jpg); }
  75% { background-image: url(/assets/img/top/image_13.jpg); }
  81.25% { background-image: url(/assets/img/top/image_14.jpg); }
  87.5% { background-image: url(/assets/img/top/image_15.jpg); }
  93.75% { background-image: url(/assets/img/top/image_15.jpg); }
  100% { background-image: url(/assets/img/top/image_16.jpg); }
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;

    font-size: 14px;
    padding: 140px 30px;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 960px;
  }
}


nav {
    position: sticky;
    top: 0;
    width: 100vw;
    left: 0;
    padding: 16px 40px;
    position: fixed;
    z-index:999;
    transition: 0.2s;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

nav ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0;
    position:relative;
    transition:0.2s;
    /*text-shadow: 0 0 11px black;*/
}

nav ul li a:hover {
	/*background: var(--bg-color);*/
	/*color: var(--space-color);*/
	text-shadow: none;
}

nav ul li a[data-chaffle] {
    /*width: 130px;*/
    display: inline-block;
    text-align: center;
}

#marker {
    width: 130px;
    display: inline-block;
    pointer-events: none;
    position: fixed;
    height: 21px;
    left: 110px;
    top: 24px;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#marker:before, #marker:after {
    content: '';
    width: 0.8em;
    height: 1em;
    display: inline-flex;
    vertical-align: middle;
    line-height: 1;
    background: url(/assets/img/title-start.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin-top: -7px;
    position: absolute;
    left: 0;
    top: 9px;
}

#marker:after {
    background-image: url(/assets/img/title-end.svg);
    background-position: right;
    right: 0;
    left: auto;
}

/*.toplogo svg {
    fill: #FFF;
    width: 380px;
    filter: drop-shadow(0px 0px 11px black);
}*/

.toplogo .topanim {
    width: 440px;
    max-width: 90%;
    margin-top: 0;
    position: relative;
    height: 436px;
}

.topanim svg, .topanim img {
    position: absolute;
    transition: 0.6s;
}

.topanim svg path {
    opacity: 0;
}



/*
上から出るバージョン
.topanim img {
    animation: fadein 1.7s cubic-bezier(0.85, 0, 0.15, 1) 1;
    animation-fill-mode:both;
    animation-delay: 1s;

    height: 0;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

@keyframes fadein {
  0% { height:0; }
  100% { height: 440px; }
}*/



.topanim img {
    opacity: 0;
    animation: fadein 1s ease-out 1;
    animation-fill-mode:both;
    animation-delay: 2.5s;
}

@keyframes fadein {
  0% { opacity:0; }
  100% { opacity: 1; }
}

.toplogo {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a.scrollbtn {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 5px solid transparent;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    transform: rotate(45deg);
    bottom: 76px;
    transition: 0.2s;
    border-radius: 3px;
}

a.scrollbtn:hover {
    transform: rotate(45deg) translateY(5px) translateX(5px);
}

a.scrollbtn:focus {
    outline :none;
}

section {
    background: var(--bg-a);
    /*min-height: 100vh;*/
    color: #FFF;
}

section:nth-of-type(1) { background: var(--bg-a); }
section:nth-of-type(2) { background: var(--bg-b); }
section:nth-of-type(3) { background: var(--bg-c); }
section:nth-of-type(4) { background: var(--bg-a); }
section:nth-of-type(5) { background: var(--bg-b); }
section:nth-of-type(6) { background: var(--bg-c); }
section:nth-of-type(7) { background: var(--bg-a); }
section:nth-of-type(8) { background: var(--bg-b); }
section:nth-of-type(9) { background: var(--bg-c); }

h1, h2, h3, .h3 {
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    font-size: 2.2em;
}

h1, h2 {
    margin: 0;
    text-align: center;
    font-size: 2.4em;
    margin-top: 50px;
    margin-bottom: 75px;
}

h2:before, h2:after {
    content: '';
    width: 0.8em;
    height: 0.9em;
    display: inline-flex;
    vertical-align: middle;
    line-height: 1;
    background: url(/assets/img/title-start.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin-top: -7px;
}

h2:after {
    background-image: url(/assets/img/title-end.svg);
    background-position: right;
}

h1 {
    font-size: 2em;
}

h1 span {
    border-bottom: 3px solid currentColor;
    padding-bottom: 14px;
}


h3, .h3 {
    text-align: left;
    font-size: 1.9em;
    letter-spacing: 1.5px;
        font-size: 1.4em;
}

h3.copy, .h3.copy {
    font-size: 3.8em;
    margin: 0;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 2px;
}

h3:not(.copy), .h3:not(.copy) {
    font-size: 1.9em;
    line-height: 1.8;
    margin-bottom: 24px;
    margin-top: 0;
}

h3:not(.copy) span, .h3:not(.copy) span {
    background: #FFF;
    color: var(--bg-a);
    padding: 0 3px;
}

h3.copy span, .h3.copy span {
    word-break: keep-all;
    white-space: nowrap;
}

section:nth-of-type(2) h3:not(.copy) span { color: var(--bg-b); }
section:nth-of-type(3) h3:not(.copy) span { color: var(--bg-c); }
section:nth-of-type(4) h3:not(.copy) span { color: var(--bg-a); }
section:nth-of-type(5) h3:not(.copy) span { color: var(--bg-b); }
section:nth-of-type(6) h3:not(.copy) span { color: var(--bg-c); }
section:nth-of-type(7) h3:not(.copy) span { color: var(--bg-a); }
section:nth-of-type(8) h3:not(.copy) span { color: var(--bg-b); }
section:nth-of-type(9) h3:not(.copy) span { color: var(--bg-c); }

section:nth-of-type(2) .h3:not(.copy) span { color: var(--bg-b); }
section:nth-of-type(3) .h3:not(.copy) span { color: var(--bg-c); }
section:nth-of-type(4) .h3:not(.copy) span { color: var(--bg-a); }
section:nth-of-type(5) .h3:not(.copy) span { color: var(--bg-b); }
section:nth-of-type(6) .h3:not(.copy) span { color: var(--bg-c); }
section:nth-of-type(7) .h3:not(.copy) span { color: var(--bg-a); }
section:nth-of-type(8) .h3:not(.copy) span { color: var(--bg-b); }
section:nth-of-type(9) .h3:not(.copy) span { color: var(--bg-c); }

p.lead, p {
    line-height: 2.1;
    font-size: 17px;
    letter-spacing: 1px;
}

.about-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.about-inner {
    width: 45%;
}

.about-inner.about-inner-copy {
    width: 55%;
    padding-right: 40px;
}

.jissho-row {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    background: #EFEFEF;
    color: var(--bg-b);
    font-size: 17px;
    height: 160px;
    letter-spacing: 1px;
    line-height: 1.6;
    align-items: center;

    display: grid;
    grid-template-columns: 220px 1fr;

    transition: 0.9s cubic-bezier(0.85, 0, 0.15, 1);
    transform: scaleX(0);
    transform-origin: left center;
    position: relative;
}

.jissho-row:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -70px;
    z-index: 1;
    background: rgba(0,0,0,0.2);
    transition: 0.4s cubic-bezier(0.85, 0, 0.15, 1);
    transform: scaleX(0.5);
    transform-origin: left center;
}

.jissho-row.visible {
    transform: scaleX(1);
}

.jissho-row.visible:before {
    transform: scaleX(1);
    left:0;
}

.jissho-img {
    width: 220px;
    height: 100%;
    background: #FFF;
    display: flex;
    padding: 30px;
    z-index: 3;
    position: relative;
}

.jissho-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.jissho-detail {
    padding-left: 35px;
    padding-right: 15px;
    z-index: 3;
    position: relative;

    height: 100%;
    background: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
}

h3.members-wrap-head {
    border-bottom: 2px solid currentColor;
    padding-bottom: 5px;
    text-align: left;
    margin-top: 65px;
}

.members-wrap {
    /* display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%; */

    margin: 0 -10px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.members-wrap-one {
    justify-content: center;
}

.member {
    transition: 0.2s;
    padding: 10px;
    margin-bottom: 15px;
}

a.member {
    cursor: pointer;
    width: 25%;
}

a.member[data-target=fukumoto] {
    text-align: center;
}

.archives-wrap {
    display: grid;
    grid-template-columns: calc(33.333% - 16.6px) calc(33.333% - 16.6px) calc(33.333% - 16.6px);
    grid-gap: 25px;
}

.archive {
    transition: 0.2s;
    background: #FFF;
    position: relative;
    padding-bottom: 19px;
}

.archive-img {
    line-height: 0;
    position:  relative;
}

.archive-img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.archive-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    left: 0;
    background: var(--space-color);
    mix-blend-mode: color;
    opacity: 0;
    transition: 0.2s;
}

.archive-detail {
    padding: 19px 35px 19px;
    display: flex;
    flex-direction: column;
    margin-top: -28px;
    position: relative;
}

span.archive-date {
    font-size: 14px;
    opacity: 1;
    margin-bottom: 0;
    position: absolute;
    bottom: 19px;
    right: 35px;
    text-align: right;
}

span.archive-tagline {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
    opacity: 0.7;
    color: #404040;
}

span.archive-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-bottom: 10px;
}

.archives-wrap .archive:hover {
    transform: scale(0.98);
}

.archives-wrap .archive:hover .archive-img:before {
    opacity: 0.7;
}

.archive-category {
    margin-bottom: 10px;
    font-size: 12px;
}

.archive-category > span {
    background: var(--space-color);
    color: #FFF;
    padding: 3px 7px;
    line-height: 0;
    /*background: #ced7f5;
    color: var(--space-color);*/
}


.overlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(3,26,97,0.5);
    cursor: pointer;
    display: none;
}

.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    bottom: 0;
    right: 0;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
}

.member-modal-wrap {
    background: #fff;
    z-index:999999;
    margin: 80px auto;
    padding: 70px;

    width: 930px;
    max-width: 90%;
    height: 650px;
    max-height: 95vh;

    overflow: auto;

    position: relative;

    /*max-height: 70vh;
    max-height: calc(100vh - (18vh + 160px));*/
}

.member.member-modal {
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: 100%;
    display: none;
}

.member.member-modal.modal-shower {
    display: flex;
    padding-bottom: 20px;
}

.member-img, .member-img img {
    width: 100%;
}

.member-img {
    position: relative;
}

.member-img:before {
    content: '';
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: var(--bg-a);
    transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
    transition-delay: .1s;
    position: absolute;
    z-index: 6;
}

.member-img img {
    height: 180px;
    object-fit: cover;
    /* width: 0;
    transition: 1.2s cubic-bezier(0.85, 0, 0.15, 1); */
    position: relative;
    z-index: 3;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

/* .member:nth-of-type(1) .member-img:before { transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(1) .member-img img { transition: 1.2s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(2) .member-img:before { transition: 0.7s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(2) .member-img img { transition: 1.3s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(3) .member-img:before { transition: 0.8s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(3) .member-img img { transition: 1.4s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(4) .member-img:before { transition: 0.5s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(4) .member-img img { transition: 1.1s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(5) .member-img:before { transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(5) .member-img img { transition: 1.2s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(6) .member-img:before { transition: 0.7s cubic-bezier(0.85, 0, 0.15, 1); }
.member:nth-of-type(6) .member-img img { transition: 1.3s cubic-bezier(0.85, 0, 0.15, 1); } */

.member-img.visible:before {
    height: 0;
}

.profile-wrap .member-img:before {
    opacity: 0;
}

.member-name {
    font-size: 1.6em;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #FFF;
}

.member .member-name span {
    font-size: 0.66em;
    letter-spacing: 1px;
    display: block;
    margin-top: 6px;
}

.member-detail {
    margin-top: 10px;
    color: #FFF;
    font-size: 1.05em;
    line-height: 1.8;
}

.members-wrap .member:hover {
    /* filter: saturate(0.4);
    transform: scale(0.96); */

    filter: brightness(1.1);
    /* opacity: 0.7; */
}

.logos {
    margin: 30px 0 90px;
}

.logos img {
    width: 180px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    padding: 0 20px;
}

footer {
    background: var(--bg-a);
    color: #FFF;
    font-size: 14px;
    padding: 70px 0 10px;
    text-align: center;
    letter-spacing: 1px;
}

footer .logo svg {
    width: 180px;
    fill: #FFF;
    margin-bottom: 20px;
}

footer .links {
    margin-bottom: 60px;
    font-size: 13px;
}

footer .links a {
    color: #FFF;
}

.snslinks {
    margin-bottom: 30px;
}

a.twitter {
    color: #1DA1F2;
}

a.facebook {
    color: #3B5998;
}

.snslinks a {
    transition: transform 0.2s;
    position:relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin: 13px 20px 0;
}
.snslinks a i {
    font-size: 38px;
    margin-bottom: 2px;
}
.snslinks a:hover {
    transform: scale(0.96);
}

li.sns a:focus, .snslinks a:focus {
    outline: none;
}

.jissho {
    background: #f4f5fb;
    padding: 35px;
    width: 630px;
    max-width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 17px;
    line-height: 1.7;
    border-radius: 4px;
    margin-top: 70px;
    font-size: 15px;
    margin-bottom: 30px;
}

.jissho h3, .jissho .h3 {
    font-size: 1.3em;
    margin-top: 0px;
    margin-bottom: 11px;
    text-align: center;
}

.jissho li {
    margin-bottom: 10px;
}

.jissho ul {
    margin-bottom: 0;
}

.spacer {
    margin-top: 90px;
}

a.member.member-leader {
    margin: 0 auto 40px;
    width: 270px;
}

p.leader-profile {
    width: 920px;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.7;
    color: #565656;
}

.member.member-modal.modal-shower.profile-wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
}

.profile-wrap .member-name, .profile-wrap .member-detail {
    color: var(--bg-a);
    letter-spacing: 1px;
}

.profile-wrap .member .member-name span {
    display: block;
}

.profile-wrap.member .member-name span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
}

.profile-wrap .member-name {
    font-size: 1.5em;
    margin-top: 15px;
}

.profile-wrap .member-detail {
    line-height: 1.4;
}

.profile-wrap .profile {
    margin-left: 60px;
    color: #5A5A5A;
    height: 100%;
    overflow: auto;
    letter-spacing: 1px;
    padding-right: 24px;
}

.profile-wrap .profile::-webkit-scrollbar {
    width: 13px;
}
.profile-wrap .profile::-webkit-scrollbar-track {
  border-radius: 0;
  background: #EFEFEF;
}
.profile-wrap .profile::-webkit-scrollbar-thumb {
  background-color: #0F32A0;
}

.profile-wrap .member-img img {
    object-position: center;
}

.profile-wrap .profile {

}

@media (max-width: 978px) {
    .profile-wrap {
        flex-wrap: wrap;
    }
    .profile-wrap .profile {
        margin-left: 0;
        width: 100%;
    }
    p {
        text-align: left;
    }
}

.profile-wrap .profile .member-detail {
    margin-bottom: 20px;
}

#about .profile-wrap + .lead {
    margin-top: 60px;
    margin-bottom: 60px;
}



ul.news {
    padding: 0;
    list-style-type: none;
}

ul.news li a {
    padding: 25px 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 17px;
    letter-spacing: 1px;
    background: #efefef;
    margin-bottom: 25px;
    color: #5A5A5A;
    transition: 0.2s;
    align-items: center;

    transition: 0.9s cubic-bezier(0.85, 0, 0.15, 1);
    transform: scaleX(0);
    transform-origin: left center;
    position: relative;
}

ul.news li a:hover {
    transform: scaleX(1) scale(0.99) !important;
    background: #ebedf3;
    transition: 0.3s ease;
    transform-origin: center;
    opacity: 0.6;
}

ul.news li a.visible {
    transform: scaleX(1);

}

ul.news li a span.news-title {
    font-weight: normal;
    padding-right: 50px;
    text-align: left;
    color: var(--bg-c);
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}


.space-form {
  display: block;
  width: 100%;
      padding: 1px 5px;
    height: auto;
  font-size: 1em;
  line-height: 1.52946;
  background-color: #ffffff;
  background-image: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
    border-color: transparent;
    box-shadow: none !important;
    background: #f4f5fa;
}
.space-form:focus {
  border-bottom-color: var(--space-color);
  outline: 0;
}
.space-form::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.space-form:-ms-input-placeholder {
  color: #999999;
}
.space-form::-webkit-input-placeholder {
  color: #999999;
}
.space-form::-ms-expand {
  border: 0;
  background-color: transparent;
}
.space-form[disabled],
.space-form[readonly],
fieldset[disabled] .space-form {
  background-color: #eeeeee;
  opacity: 1;
}
.space-form[disabled],
fieldset[disabled] .space-form {
  cursor: not-allowed;
}
textarea.space-form {
  height: auto;
}
.space-btn {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none !important;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 3px 17px;
  font-size: 17px;
  line-height: 1.52946;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

    background-color: var(--space-color);
    color: #FFF;
    box-shadow: 0 2px 0 rgba(0,0,0,0.15);
    padding: 4px 50px;
    font-size: 18px;
    border-radius: 4px;

    transition: 0.2s;
}
.space-btn:focus,
.space-btn:active:focus,
.space-btn.active:focus,
.space-btn.focus,
.space-btn:active.focus,
.space-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.space-btn:hover,
.space-btn:focus,
.space-btn.focus {
  transform: scale(0.98);
  text-decoration: none;
}
.space-btn:active,
.space-btn.active {
  outline: 0;
  background-image: none;
}
.space-btn.disabled,
.space-btn[disabled],
fieldset[disabled] .space-btn {
  cursor: not-allowed;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.space-btn.disabled,
fieldset[disabled] a.space-btn {
  pointer-events: none;
}

.space-btn.btn-outline {
    background: transparent;
    box-shadow: none;
    letter-spacing: 3px;
    border: 2px solid #FFF;
    border-radius: 0;
    padding: 5px 50px;
}

.space-btn.btn-block {
    width: 100%;
    display: block;
}



.contact-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-row-gap: 19px;
}

.contact-label {
    padding-right: 17px;
}

form.contact-wrap {
    margin: 0 auto;
    max-width: 100%;
    font-size: 17px;
    width: 544px;
    letter-spacing: 1px;
}

.contact-label sup {
    color: #F44336;
    font-size: 26px;
    vertical-align: bottom;}

.contact-grid textarea {
    height: 180px;
}


.contact-row {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

label {
    cursor: pointer;
}



.members-wrap.advicer {
    margin-top: -60px;
}


.profile p {
    line-height: 1.8;
    word-break: break-all;
}

dl.company {
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-row-gap: 29px;
    line-height: 1.4;
    font-size: 18px;
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}

dl.company dt {
}

dl.company dd {
    margin: 0;
}

nav ul li.lopo {
    width: 150px;
}

nav ul li.lopo a {
    padding: 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
    margin-right: 40px;
}

nav ul li.sns a {
    padding: 0 5px;
    font-size: 23px;
    /* display: inline-block; */
    vertical-align: middle;
    /* padding-top: 3px; */
    color: #FFF;
}

/*nav ul li.sns a.twitter:hover {
    color: #1DA1F2;
}

nav ul li.sns a.facebook:hover {
    color: #3B5998;
}*/

nav ul li.sns a.twitter {
    margin-right: 15px;
}

section.contact-action {
    min-height: 50vh;
    background: var(--bg-a);
}

.space-btn.space-btn-disabled {
    background: #888;
}

.contact-action-btns {
    text-align: center;
    margin-top: 80px;
}

.contact-action-btns .space-btn {
    margin-left: 10px;
    margin-right:10px;
}

img.space-company {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 60px;
}

li.close {
    display: none;
}

li.close a {
    padding: 0 10px;
    font-size: 31px;
    opacity: 0.5;
    color: var(--space-color);
    display: none;
}

.copy .abbre br {
    display: none;
}

.sp-visible {
    display: none;
}



@media (max-width: 768px) {

    h3.copy, .h3.copy {
        font-size: 2.4em;
    }

}

@media (max-width:1171px) {

    nav ul li.lopo a {
        width: 140px;
        margin-right: 0;
    }

    nav ul li a[data-chaffle], #marker {
        width: 100px;
    }

    nav ul li a {
        font-size:  15px;
    }

    nav ul li.sns a.twitter {
        margin-right: 3px;
    }
    nav ul li.sns a {
        font-size: 21px;
        padding: 0;
    }

}

@media (max-height: 596px) {
    .toplogo .topanim {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 991px) {

    .toplogo, .top-wrapper {
        height: 90vh;
        min-height: 90vh;
    }

    .menu-visible #marker {
        display: none;
    }

    ul.news li a {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: baseline;
        padding: 20px 25px;
    }

    ul.news li a span {
        padding-right: 0 !important;
    }

    ul.news li a span.news-title {
        max-width: 100%;
    }

    ul.news li a span.news-date {
        text-align: left;
        width: 100%;
        padding-top: 6px;
    }

    .pc-visible {
        display: none;
    }

    .sp-visible {
        display: initial;
    }

    h3.copy, .h3.copy {
        margin-bottom: 30px;
    }

    h3:not(.copy), .h3:not(.copy) {
        font-size: 1.4em;
    }

    h3 span, .h3 span {
        padding: 1px 3px;
    }

    h1, h2 {
        font-size: 1.8em;
        letter-spacing: 2px;
    }

    .jissho-row {
        flex-wrap: wrap;
        height: auto;
        grid-template-columns: 100%;
    }

    .jissho-img {
        width: 100%;
        height: 110px;
        padding: 20px;
    }

    .jissho-detail {
        padding: 15px;
        font-size: 16px;
    }

    .contact-row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .contact-label {
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-bottom: 8px;
    }

    .contact-form {
        width: 100%;
    }

    .snslinks a {
        margin: 0 40px 60px;
    }

    .contact-submit {
        align-items: center;
    }

    .contact-submit .space-btn {
        margin-bottom: 30px;
    }

    .about-wrap {
        flex-wrap: wrap;
    }

    .about-inner {
        width: 100% !important;
        padding-right: 0 !important;
    }


    .sm-ovl-space {
        display: flex;
    }

    .copy .abbre br {
        display: inline;
    }

    .copy .abbre {
        margin-bottom: 0px;
        display: block;
        font-size: 23px;
        text-align: left;
    }

    .toplogo .topanim {
        width: 210px;
        height: 210px;
    }
}

body.oh {
    overflow: hidden;
}


a.modal-close {
    position: absolute;
    color: var(--space-color);


    right: 23px;
    top: 33px;
    transition: 0.2s;

    width: 33px;
    height: 33px;
}

a.modal-close:before, a.modal-close:after {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--bg-a);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
}

a.modal-close:after {
    transform: rotate(-45deg);
}

a.modal-close:hover {
    transform: scale(0.95);
}

a.sm-logo, a.hamb {
    display: none;
    fill: #FFF;
}

a.hamb {
    font-size: 21px;
    color: #FFF;
    vertical-align: middle;
    position: absolute;
    right: 28px;
}
a.hamb {
    transform: scale(0.96);
}

.sm-ovl-space {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.99);
    z-index: 999999999;
    display: none;
    justify-content: center;
    align-items: center;
}

.sm-ovl-space svg {
    width: 220px;
}


section.article-wrap {
    background: var(--bg-c);
    padding-top: 190px;
    padding-bottom: 110px;
    padding-top: 100px;
}

article.container {
    background: #FFF;
    color: #5A5A5A;
    padding: 50px 110px;
}

article h1 {
    color: var(--bg-a);
}

@media (max-width: 991px) {

    nav ul li a[data-chaffle], #marker {
        width: 100%;
    }

    section.article-wrap {
        padding-bottom: 0;
        padding-top: 58px;
    }

    article.container {
        padding: 25px 25px;
    }

    article h1 {
        font-size: 1.5em;
    }

    h1 span {
        padding-bottom: 9px;
    }

    article p {
        line-height: 1.6;
    }

    .member.member-modal.modal-shower {
        margin: 40px auto !important;
        width: 100% !important;
    }

    .member-modal-wrap {
        max-width: 90%;
        padding: 10px 40px;
    }

    a.modal-close {
        right: 7%;
        margin-top: 0px;
    }

    dl.company dt {
        padding-left: 0;
    }



    nav ul {
        position: fixed;
        top: 0;
        left: 0;
        flex-direction: column;
        width: 100vw;
        background: var(--bg-a);

        top: 57px;
        height: calc(100vh - 57px);

        display: none;

        padding: 80px 0;
    }

    nav.menu-visible {
        background: var(--bg-a);
    }

    a.hamb {
        position: absolute;
        right: 19px;
        top: 12px;
        transition: 0.2s;
        width: 29px;
        height: 33px;
        line-height: 0;
    }

    .hamb span {
        background: #FFF;
        display: inline-block;
        width: 100%;
        height: 2px;
        position: relative;
        transition: 0.3s;
    }

    .hamb span:nth-of-type(2) {
        top: 2px;
    }

    .hamb span:nth-of-type(3) {
        top: 4px;
    }

    .menu-visible .hamb {
        transform: scale(1.2);
    }

    .menu-visible .hamb span:nth-of-type(2) {
        opacity: 0;
        transform: translateX(20px);
    }

    .menu-visible .hamb span:nth-of-type(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .menu-visible .hamb span:nth-of-type(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    
    li.close {
        display: initial;
    }

    
    li.close a {
        display: block;
    }

    li.lopo {
        display: none;
    }

    nav {
        text-align: center;
    }

    a.sm-logo {
        width: 140px;
        display: inline-block;
        margin: 0 auto;
    }


    a.hamb {
        display: inline-block;
    }

    .members-wrap {
        /* grid-template-columns: 100%; */
    }

    h3.members-wrap-head {
        text-align: center;
        font-size: 1.7em;
        width: fit-content;
        padding: 0 70px 5px;
        margin-inline: auto;
        max-width: 100%;
    }

    a.member {
        text-align: center;
        width: 100%;
    }

    a.member[data-target=fukumoto] {
        grid-column: auto;
        margin-bottom: 15px;
    }

    a.member[data-target=miyake] {
        grid-column: auto;
    }

    dl.company {
        grid-template-columns: 140px 1fr;
        font-size: 16px;
    }

    .contact-grid {
        grid-template-columns: 100%;
        grid-row-gap: 1px;
    }

    .contact-form {
        padding: 3px 7px;
        margin-bottom: 30px;
    }

    .oh nav {
        background: var(--bg-a);
    }

    .overlay {
        display: none !important;
    }

    .member-modal-wrap {
        max-width: 100vw;
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        margin: 0;
        margin-top: 58px;
        height: calc(100vh - 58px);
        background: var(--bg-a);
        z-index: 9;
    }

    .modal-wrap {
        z-index: 9;
    }

    .member.member-modal.modal-shower.profile-wrap {
        display: block;
        text-align: center;
    }

    .profile-wrap .member-name, .profile-wrap .member-detail {
        color: #FFF;
    }

    .profile-wrap .profile {
        color: #FFF;
        margin-top: 20px;
        padding: 0;
        height: auto;
        overflow: visible;
        padding-bottom: 80px;
    }

    .profile-wrap .member-detail {
        margin-top: 15px;
    }

    .profile-wrap.member .member-name span {
        display: inline-block;
        margin-left: 12px;
        margin-top: 0;
    }

    a.modal-close:before, a.modal-close:after {
        background: #FFF;
    }

    span.archive-tagline {
        display: none;
    }

}




@media (max-width: 768px) {

    .archive {
        padding-bottom: 9px;
    }

    .archive-img img {
        height: 110px;
    }

    .archive-detail {
        padding: 19px 17px 19px;
    }

    span.archive-title {
        font-size: 13px;
    }

    span.archive-date {
        font-size: 12px;
        right: 17px;
        color: #808080;
    }

    .archives-wrap {
        grid-template-columns: 100%;
        grid-template-columns: calc(50% - 6.5px) calc(50% - 6.5px);
        grid-gap: 13px;
        --grid-gap: calc(13px - (13px / 2));
        grid-template-columns: calc(50% - var(--grid-gap)) calc(50% - var(--grid-gap));
    }
}



table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

th, td {
    text-align: left;
}

span.label {
    display: inline-block;
    margin-right: 9px;
    color: var(--space-color);
    border-radius: 180px;
    /*padding: 0 10px;
    border: 1px solid var(--space-color);*/
    line-height: 1.3;
    margin-bottom: 4px;
}

img {
    max-width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}


.lopo svg {
    fill: #FFF;
    fill: currentColor;
}

u {
    text-decoration: none;
}


article h2 {
    margin-bottom: 30px;
}

img[src="/assets/img/kankyosho.svg"] {
    transform: scale(0.6);
}

article h1 span {
    border-bottom: 0;
}

article h1 {
    line-height: 1.6;
    border-bottom: 3px solid currentColor;
    padding-bottom: 9px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}



/*.about-inner.about-inner-copy {
    position: sticky;
    top: 0;
    padding-top: 150px;
}*/

/*.about-wrap {
    align-items: baseline;
}

.about-inner {
    word-break: break-all;
    white-space: wrap;
}*/



/* 2021/7/29~  */

.article-wrap img.article-img {
    width: 100%;
    max-width: 592px;
    margin: 0 auto 70px;
    display: block;
    /*border: 5px solid var(--space-color);*/
    max-height: 530px;
    object-fit: cover;
    box-shadow: 22px 22px 0 var(--space-color);
    filter: brightness(0.96);
}

article p {
    letter-spacing: 0.8px;
    width: 420px;
    max-width:  100%;
    margin: 45px auto;
    line-height: 2.2;
}

article h2, h3 {
    text-align: center;
    /*margin-top: -20px !important;
    margin-bottom: -24px !important;*/
}

article .category {
    display: block;
    margin: 7px auto;
    text-decoration: none !important;
    color:  #FFF;
    background: var(--space-color);
    line-height:  1;
    width: fit-content;
    font-size: 15px;
    padding: 4px 12px;
}

article a:hover {
    transform: scale(0.98);
}

article h1 {
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 3px;
}

article hr {
    border: 1px solid var(--space-color);
    width: 430px;
    max-width: 70%;
    margin: 20px auto 80px;
}

a.more {
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
    display: block;
    width: 110px;
    text-align: center;
    padding: 6px 18px;
    background: #ffffff2b;
    margin: 48px auto 0;
    transition: 0.2s;
}

a.more:hover {
    transform: scale(0.98);
    background: rgba(255,255,255,0.2);
}

h3 + h3, h2 + h2 {
    margin-top: -31px !important;
}

.article-wrap img {
    margin: 0 auto;
    display: block;
}

.article-wrap .container {
    padding: 10px 30px 90px;
    margin-top: -30px;
    margin-bottom: 80px;
}

.article-wrap article.container {
    padding: 90px 30px 90px;
}

.archive-categories {
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    flex-wrap: wrap;
    max-width: 100%;
}

a.category-link {
    color: #FFF;
    background: #072296;
    padding: 1px 12px;
    margin: 6px;
    font-size: 13px;
    transition: 0.2s;
}

a.category-link:hover {
    transform: scale(0.95);
}

a.category-link.category-active {
    background: #FFF;
    color: var(--space-color);
    font-weight: bold;
    /*border-bottom: 2px solid #FFF;*/
}

.article-wrap span.date {
    display: block;
    text-align: center;
}

.sharebtns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}