@charset "UTF-8";
/*
Version: 1.0.0
Creation Date: 2025.6.17
Last Updated: 2025.7.15
*/


/* import
------------------------------------------------------------ */
@import "https://cdn.jsdelivr.net/gh/amcosand/shared@main/2025.css";
@import "https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap";


/* set
------------------------------------------------------------ */
* {
font-weight: inherit;
}
html,
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
body {
background: #FBFBFB;
color: #626262;
font-weight: 400;
line-height: 1.8;
overflow-x: hidden;
}


/* common
------------------------------------------------------------ */
/* font */
.SEM {  /* DNP 秀英丸ゴシック Std L */
font-family: dnp-shuei-mgothic-std, sans-serif;
}
.MP1 {  /* M PLUS 1p */
font-family: "M PLUS 1p", sans-serif;
}

/* layout */
main {
padding-top: 80px;
flex: 1;
}
section {
width: 1070px;
}
.w1170 {
width: 1170px;
}

/* style */
strong {
font-weight: 700;
}
.excerpt strong,
.ultp-block-excerpt strong {
background:#F1F1F1;
font-weight: 500;
margin-top: .5em;
padding: 0 2em;
display: inline-block;
border-radius: 5px;
}

/* color */
.sky {
color: #00A6D9;
}

/* hover */
.hvr a {
text-decoration: underline;
}
.hvr a:hover {
color: #00A6D9;
text-decoration: none;
}
.hvr_sky a:hover {
color: #00A6D9;
}

/* background */
.bg_sky {
background: #00A6D9;
}
.bg::before,
body::before {
content: "";
background: url("img/circle.png") no-repeat center/contain;
width: 500px;
max-width: 100%;
aspect-ratio: 1 / 1;
position: absolute;
z-index: -1;
}
body::before {
top: -8%;
left: -8%;
}

/* table */
.tablepress>:where(tbody)>tr>* {
color: #626262 !important;
}
.tablepress tr:last-child > * {
border-bottom: 1px solid #DDD;
}
.tablepress caption {
display: none;
}

/* .more */
div.more a,
#form .smf-button-control__control,
#wpmem_login input[type="submit"].buttons {
background: #FFF;
color: #00A6D9;
font-size: 1.6rem;
font-weight: 500;
width: auto;
min-width: 200px;
height: 50px;
margin-top: 1em;
padding: 0 3em;
display: inline-flex;
justify-content: center;
align-items: center;
border: none;
border-radius: 100vh;
box-shadow: 3px 3px 6px rgba(0, 166, 217, 0.2);
}
div.more a:hover,
#form .smf-button-control__control:hover,
#wpmem_login input[type="submit"].buttons:hover {
background: #00A6D9 !important;
color: #FFF !important;
}
p.more a {
display: inline-block;
position: relative;
}
p.more a::after {
content: "\f105";
font-family: "Font Awesome 6 Free";
font-size: 2.2rem;
font-weight: 900;
vertical-align: middle;
margin: 0 0 2px .8em;
display: inline-block;
transition: transform .3s;
}
p.more a:hover {
color: #00A6D9;
}
p.more a:hover::after {
transform: translateX(10px);
}

/* .breadcrumb */
.breadcrumb {
width: 1200px;
}
.breadcrumb li:not(:last-of-type)::after,
.breadcrumb p::before {
content: "";
display: inline-block;
width: 7px;
height: 7px;
margin: 0 .6em 2px;
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #626262;
transform: rotate(-45deg);
}
.breadcrumb p::before {
border-width: 1px 0 0 1px;
}

/* post */
#single {
width: 800px;
margin-bottom: 6.25em;
}
#single time {
font-size: 1.4rem;
padding-left: 1em;
}
#post_header {
display: flex;
gap: 2em;
margin: 1em 0;
padding: 1em;
border-top: 1px solid #D4D3D3;
border-bottom: 1px solid #D4D3D3;
}
#post_header > div {
flex-shrink: 0;
margin-top: .3em;
}
#post_header h2 {
flex-grow: 1;
font-size: 2.4rem;
line-height: 1.3;
}
#post_content {
margin-bottom: 2em;
padding: 2em 0;
border-bottom: 1px solid #D4D3D3;
}

/* form set */
#form .smf-item__label__text {
font-size: 1.4rem;
letter-spacing: .1em;
}
#form .smf-text-control__control,
#form .smf-textarea-control__control {
background: #F7F7F6;
border: none;
border-radius: 6px;
box-shadow: none;
}
textarea {
height: 6em;
}
::-webkit-input-placeholder {font-size: 1.4rem; color: #A6A6A6;}
::-moz-placeholder {font-size: 1.4rem; color: #A6A6A6;}
:-ms-input-placeholder {font-size: 1.4rem; color: #A6A6A6;}
input[type="checkbox"],
input[type="radio"] {
display: none !important;
}
input[type="checkbox"] + span::before,
input[type="radio"] + span::before {
width: 24px;
height: 24px;
border: 2px solid #3E3E3E;
top: 3px;
}
input[type="checkbox"]:checked + span::after,
input[type="radio"]:checked + span::after {
width: 11px;
height: 24px;
top: -5px;
left: 10px;
}
input[type="radio"]:checked + span::after {
width: 14px;
height: 14px;
top: 8px;
left: 5px;
}

/* #form */
#form {
background: #FFF;
width: 760px;
padding: 3em clamp(1rem, 4.4vw, 60px);
border-radius: 10px;
}
#form .smf-item__col a {
color: #7A7A7A;
text-decoration: underline;
}
#form .smf-item__col a:hover {
text-decoration: none;
}


/* header
------------------------------------------------------------ */
header {
/*width: 1280px;*/
width: 96%;
max-width: 96%;
height: 60px;
padding: 0 2em;
border-radius: 100vh;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
position: fixed;
top: 10px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
}
header h1 {
flex-shrink: 0;
color: #000;
font-size: 2.5rem;
font-weight: 500;
}
header nav {
height: 100%;
margin-left: auto;
}
header ul.menu {
height: 65%;
margin-top: auto;
}
header ul.menu a {
height: 100%;
display: block;
position: relative;
}
header ul.menu a::after {
content: "";
background: #00A6D9;
width: 100%;
height: 3px;
position: absolute;
left: 0;
bottom: 0;
transform: scaleX(0);
transform-origin: left;
transition: transform .3s ease;
}
header ul.menu a:hover::after {
transform: scaleX(1);
}
header ul.btn a {
background: #FFF;
color: #40CCBC;
height: 40px;
padding: 0 2.5em;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #40CCBC;
border-radius: 100vh;
}
header ul.btn a:hover {
background: #40CCBC;
color: #FFF;
}

/* #shutter */
#shutter {
display: none;
}


/* footer
------------------------------------------------------------ */
footer {
background: linear-gradient(0deg, #40CCBC 0%, #00A6D9 100%);
color: #FFF;
width: 1280px;
max-width: 96%;
margin: 3rem auto;
padding: 3em clamp(1rem, 7vw, 90px);
border-radius: 1.8em;
}
footer ul a {
display: block;
margin-bottom: 1em;
}
footer ul.btn {
margin-left: auto;
}
footer ul.btn a {
background: #FFF;
color: #00A6D9;
height: 48px;
padding: 0 3em;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100vh;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
footer div.flex {
margin-top: 3rem;
border-top: 1px solid #FFF;
}
footer h1 {
font-size: 2.5rem;
font-weight: 500;
}

/* #pagetop */
#pagetop {
right: 1%;
bottom: 1%;
}
#pagetop a {
background: #FFF;
border: 2px solid #40CCBC;
border-radius: 50%;
}
#pagetop a::before {
width: 18px;
height: 18px;
border-top: 2px solid #40CCBC;
border-right: 2px solid #40CCBC;
top: 22px;
right: 19px;
}
#pagetop a:hover {
background: #40CCBC;
}
#pagetop a:hover::before {
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
}


/* main
------------------------------------------------------------ */
/* .home
---------------------------- */
/* #kv */
.home #kv figure {
max-width: 60%;
position: absolute;
top: 0;
right: -12vw;
}

/* #about */
.home #about::before {
top: -100%;
left: 50%;
}

/* #summary */
#summary .wp-block-columns {
margin-bottom: -4em;
}
#summary .wp-block-column {
position: relative;
}
#summary .wp-block-column figure:last-child {
position: absolute;
right: 3em;
bottom: 4em;
}
#summary .wp-block-columns:nth-child(even) .wp-block-column figure:last-child {
right: auto;
left: 3em;
}
#summary .is-vertically-aligned-bottom {
margin-bottom: 10em;
}
#summary_02.bg::before {
right: -20%;
bottom: 20%;
}
#summary_03.bg::before {
left: -20%;
bottom: -10%;
}

/* #topics */
#topics.bg::before {
right: -30%;
bottom: -20%;
}
.topic li {
padding: 1em 0;
border-top: 1px solid #DFDFDF;
display: grid;
grid-template-columns: 5em 11em 1fr;
grid-template-rows: auto auto auto auto auto;
align-items: start;
gap: .2em;
}
.topic time {
font-size: 1.4rem;
grid-column: 1 / 2;
grid-row: 1 / 2;
}
.topic div {
grid-column: 2 / 3;
grid-row: 1 / 2;
}
.badge {
background: #FFF;
color: #00A6D9;
font-size: 1.4rem;
margin-bottom: .5em;
padding: .2em 1em;
display: inline-block;
border: 1px solid #00A6D9;
border-radius: 100vh;
}
.topic h3 {
font-size: 2rem;
grid-column: 3 / 4;
grid-row: 1 / 2;
}
.topic .excerpt {
margin: -.1em 0 1em;
grid-column: 3 / 4;
grid-row: 2 / 3;
}
.topic .note {
font-size: 1.2rem;
grid-column: 2 / 3;
grid-row: 3 / 4;
}
.topic .link {
font-size: 1.4rem;
grid-column: 3 / 4;
grid-row: 3 / 4;
}

/* #plans */
.tablepress.plan {
max-width: 800px;
padding: 2em clamp(1rem, 6.25vw, 50px);
border: 1px solid rgba(0, 166, 217, 0.2);
box-shadow: 3px 3px 6px rgba(0, 166, 217, 0.1);
border-radius: 2rem;
border-collapse: separate;
}
.tablepress.plan td {
padding: .8em;
}
/*
.tablepress.plan tbody tr:not(.row-1) td.column-2,
.tablepress.plan tbody tr:not(.row-1) td.column-3 {
text-align: center;
}
*/
.tablepress.plan tbody td.column-2,
.tablepress.plan tbody td.column-3 {
text-align: center;
}
.tablepress.plan em {
font-size: 2.4rem;
font-weight: 500;
font-style: normal;
}
.tablepress.plan small {
font-size: 1.2rem;
}
.tablepress.plan span {
font-size: 1.4rem;
}

/* #faq */
#faq.bg::before {
top: 0;
left: -30%;
}
.ark-block-accordion.is-style-box .ark-block-accordion__item {
background: #FFF;
margin-top: 2rem;
border: 1px solid rgba(0, 166, 217, 0.2) !important;
box-shadow: 3px 3px 6px rgba(0, 166, 217, 0.1);
border-radius: .6em;
}
.ark-block-accordion.is-style-box .ark-block-accordion__icon {
color: #00A6D9;
width: .8em !important;
height: .8em !important;
}
.ark-block-accordion.is-style-box .ark-block-accordion__title {
padding: 1.2em !important;
}
.ark-block-accordion.is-style-box .ark-block-accordion__label,
.ark-block-accordion.is-style-box .ark-block-accordion__body p {
padding-left: 2.5em;
position: relative;
}
.ark-block-accordion.is-style-box .ark-block-accordion__label::before,
.ark-block-accordion.is-style-box .ark-block-accordion__body p::before {
content: "Q.";
font-family: "M PLUS 1p", sans-serif;
color: #00A6D9;
font-size: 2.4rem;
font-weight: 700;
position: absolute;
top: -.3em;
left: 0;
}
.ark-block-accordion.is-style-box .ark-block-accordion__body p::before {
content: "A.";
padding-left: .2em;
}
.ark-block-accordion.is-style-box .ark-block-accordion__item.is-opened {
background: linear-gradient(to right, #00A6D9, #40CCBC);
color: #FFF;
}
.ark-block-accordion.is-style-box .ark-block-accordion__item.is-opened .ark-block-accordion__label::before,
.ark-block-accordion.is-style-box .ark-block-accordion__item.is-opened .ark-block-accordion__body p::before,
.ark-block-accordion.is-style-box .ark-block-accordion__item.is-opened .ark-block-accordion__icon {
color: #FFF;
}
.ark-block-accordion.is-style-box .ark-block-accordion__body {
border-top: 1px dashed rgba(255,255,255,.3) !important;
}

/* .introduction
---------------------------- */
.introduction #about {
margin-top: -3em;
}
.introduction #about.bg::before {
right: -30%;
bottom: -100%;
}

/* .records
---------------------------- */
.records::before {
top: auto;
bottom: -50%;
}
.records .bg::before {
right: -30%;
bottom: -30%;
}
.records .w1170 .wp-block-column:first-child figure {
margin: -8em 0 0 -4em;
position: relative;
z-index: -1;
}

/* .schedules
---------------------------- */
.schedules::before {
top: auto;
left: auto;
right: -10%;
bottom: -30%;
}
.schedules .bg::before {
left: -20%;
bottom: -40%;
}
.schedules .w1170 .wp-block-column:first-child figure {
margin: -8em 0 0 -4em;
position: relative;
z-index: -1;
}

/* .officers
---------------------------- */
body.officers::after {
content: "";
background: url(img/circle.png) no-repeat center / contain;
width: 500px;
max-width: 100%;
aspect-ratio: 1 / 1;
position: absolute;
right: -10%;
bottom: 0;
z-index: -1;
}
.tablepress.officers tr:first-child > * {
border-top: 1px solid #DDD;
}
.tablepress.officers td {
padding: 1.2em;
}
.tablepress.officers td.column-1 {
text-align: center;
}

/* .members
---------------------------- */
.members::before {
top: 10%;
}

/* .webinar
---------------------------- */
.webinar {
background: #FFF;
}
.webinar::before {
width: 560px;
left: auto;
right: -8%;
}
.webinar .bg {
max-width: 1280px;
margin: 0 auto;
}
.webinar .bg::before {
left: -8%;
bottom: 5%;
}
#webinar_01 {
max-width: 26vw;
position: absolute;
top: 0;
left: -2vw;
z-index: -1;
}
#webinar_02 {
max-width: 30vw;
position: absolute;
right: -5vw;
bottom: 0;
z-index: -1;
}
.how {
counter-reset: how;
max-width: 90%;
margin: 0 auto;
}
.how .wp-block-column {
margin-top: 2em;
padding: 2em 1em 1em;
border-radius: 10px;
position: relative;
counter-increment: how;
}
.how .wp-block-column::before {
content: counter(how);
font-family: dnp-shuei-mgothic-std, sans-serif;
background: #00A6D9;
color: #FFF;
font-size: 3.4rem;
width: 5rem;
height: 5rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
position: absolute;
top: -2.3rem;
left: -2.3rem;
}

/* .movies
---------------------------- */
.movies::before {
top: 10%;
}
.movies .bg::before {
top: 30%;
right: -30%;
}

/* .faq
---------------------------- */
.faq::before {
top: 50%;
}
#faq_01 {
max-width: 35vw;
position: absolute;
top: -4em;
right: -10vw;
z-index: -1;
}
#faq_02 {
max-width: 35vw;
position: absolute;
top: 1em;
left: -12vw;
z-index: -1;
}
#faq_03 {
max-width: 30vw;
position: absolute;
top: -4em;
right: -10vw;
z-index: -1;
}
#faq_04 {
max-width: 35vw;
position: absolute;
top: 1em;
left: -15vw;
z-index: -1;
}
.faq .bg:not(#form)::before {
right: -20%;
bottom: -10%;
}
.faq #form.bg::before {
width: 850px;
top: 0;
left: -50%;
}

/* .contact
---------------------------- */
.contact::before {
top: auto;
bottom: -40%;
}
#contact_01 {
max-width: 28vw;
position: absolute;
top: -4em;
right: -12vw;
z-index: -1;
}
#contact_02 {
max-width: 26vw;
position: absolute;
left: 2vw;
bottom: 0;
z-index: -1;
}
.contact #form.bg::before {
top: 0;
right: -40%;
}

/* .registration
---------------------------- */
.registration::before {
top: 0;
left: 0;
}
#registration_01 {
max-width: 23vw;
position: absolute;
top: -4em;
right: -12vw;
z-index: -1;
}
#registration_02 {
max-width: 35vw;
position: absolute;
top: 2em;
left: -15vw;
z-index: -1;
}
.registration #form.bg::before {
width: 630px;
top: 10%;
right: -40%;
}

/* .login
---------------------------- */
.login {
background: #FFF;
}
.login::before {
top: auto;
left: auto;
right: -10%;
bottom: 0;
}
.login .bg {
max-width: 1280px;
margin: 0 auto;
}
#login_01 {
max-width: 29vw;
position: absolute;
top: 0;
right: 0;
z-index: -1;
}
#login_02 {
max-width: 26vw;
position: absolute;
left: -4vw;
bottom: -3em;
z-index: -1;
}
#wpmem_login {
max-width: 250px;
margin: 0 auto;
}
#wpmem_login legend,
#wpmem_login .button_div input[type="checkbox"],
#wpmem_login .button_div label[for="rememberme"] {
display: none;
}
#wpmem_login .div_text input[type="text"],
#wpmem_login .div_text input[type="password"],
#wpmem_login input[type="text"].input {
background: #F7F7F6;
margin-bottom: .5em;;
height: 45px;
border: none;
border-radius: 6px;
}
#wpmem_login label {
color: #626262;
}
#wpmem_login .button_div {
font-size: 0;
text-align: center !important;
}
.login_status {
text-align: center;
padding-top: 3em;
min-height: 300px;
}
.login_status a {
text-decoration: underline;
}
.login_status a:hover {
color: #00A6D9;
text-decoration: none;
}
body.login:has(.login_status) .wp-block-buttons {
display: none;
}

/* .member
---------------------------- */
.member::before {
width: 440px;
top: 20%;
left: auto;
right: -20%;
}
.member .arkb-tabList[data-justify=left] {
border-bottom: 4px solid #00A6D9;
}
.member .ark-block-tab.is-style-box>.arkb-tabList .arkb-tabList__button {
background: #FFF;
font-family: dnp-shuei-mgothic-std, sans-serif;
font-size: 1.8rem;
color: #00A6D9;
letter-spacing: .1em;
border: 1px solid #00A6D9;
border-radius: 1em 1em 0 0;
cursor: pointer;
}
.member .ark-block-tab.is-style-box>.arkb-tabList .arkb-tabList__button[aria-selected=true] {
background: linear-gradient(to right, #00A6D9, #40CCBC);
}
.member #faq.bg::before {
top: -80%;
}





@media screen and (max-width: 1600px) {

/* header
------------------------------------------------------------ */
header nav.flex ul {
display: none;
}
header nav div {
position: absolute;
top: 10px;
right: calc(4% + 60px);
}

/* .active */
header.active h1 {
text-align: center;
width: 100%;
position: fixed;
top: 5rem;
left: 0;
z-index: 3;
animation: fadeIn 1s .4s forwards;
opacity: 0;
}
header.active nav.flex {
text-align: center;
margin: 0 auto;
display: block;
position: fixed;
top: 12rem;
left: 50%;
transform: translateX(-50%) !important;
z-index: 3;
animation: fadeIn 1s .5s forwards;
opacity: 0;
}
header.active ul.flex {
display: block;
}
header.active ul.menu {
height: auto;
margin-bottom: 2rem;
}
header.active ul.menu a {
font-size: 120%;
padding: 1rem;
}
header.active ul.btn a {
margin-bottom: 1em;
}
header.active nav div {
display: none;
}

/* #shutter */
#shutter {
display: block;
background: linear-gradient(0deg,rgba(160, 230, 222, 1) 0%, rgba(128, 211, 236, 1) 100%);
width: 100%;
height: calc(100svh - 20px);
border-radius: 1.5em;
position: fixed;
top: calc(-100svh - 10px);
right: 0;
z-index: 2;
transition: all .3s;
}
#shutter.active {
top: 0;
}

/* Triple Menu */
#triple {
display: block;
background: none;
right: 4%;
}
#triple span {
background: #3D3D3D;
height: 3px;
margin: 0 auto 6px;
border-radius: 1.5px;
}
#triple.open span:nth-child(1) {
transform: translateY(9px) rotate(-225deg);
}
#triple.open span:nth-child(3) {
transform: translateY(-9px) rotate(225deg);
}

}


@media screen and (max-width: 1024px) {

/* main
------------------------------------------------------------ */
/* .records
---------------------------- */
.records .w1170 .wp-block-column:first-child figure {
margin: -2em 0 0 -2em;
}

/* .schedules
---------------------------- */
.schedules .w1170 .wp-block-column:first-child figure {
margin: -2em 0 0 -2em;
}

}


@media screen and (max-width: 1023px) {

/* set
------------------------------------------------------------ */
html {
font-size: 55%;
}

/* main
------------------------------------------------------------ */
/* .home
---------------------------- */
/* #summary */
#summary .wp-block-columns:nth-child(even) .wp-block-column:last-child {
order: -1;
}
#summary h2.has-text-align-right {
text-align: left;
}

/* .introduction
---------------------------- */
.introduction #kv h1 {
margin-top: .875em;
}
.introduction #about {
margin-top: 0;
}

/* .records
---------------------------- */
.records .w1170 .wp-block-column:first-child figure {
margin: 0 auto;
}

/* .schedules
---------------------------- */
.schedules .w1170 .wp-block-column:first-child figure {
margin: 0 auto;
}

/* .registration
---------------------------- */
#registration_02 {
display: none;
}

}


@media screen and (max-width: 540px) {

/* common
------------------------------------------------------------ */
/* post */
#post_header {
display: block;
}


/* header
------------------------------------------------------------ */
header h1 {
font-size: 1.8rem;
}

/* footer
------------------------------------------------------------ */
footer nav.flex.g5 {
gap: 1em;
justify-content: space-between;
}
footer ul.btn {
width: 100%;
margin: 0;
display: flex;
justify-content: space-between;
}
footer div.flex {
display: block;
text-align: center;
padding-top: 1.25em;
}

/* main
------------------------------------------------------------ */
/* .home
---------------------------- */
/* #kv */
.home #kv figure {
max-width: 100%;
position: relative;
right: -8vw;
}
.home #kv {
padding: 0 0 2em;
}
.home #kv h1 {
font-size: 4rem;
margin-bottom: .5em;
}
.home #kv .is-layout-flex {
justify-content: center;
}

/* #summary */
#summary .wp-block-columns {
margin-bottom: 0em;
position: relative;
}
#summary .wp-block-column {
position: static;
}
#summary .wp-block-column figure:last-child {
right: 0;
}
#summary .wp-block-columns:nth-child(even) .wp-block-column figure:last-child {
right: 0;
left: auto;
}
#summary h2 {
text-align: center !important;
}

/* #topics */
.topic li {
grid-template-columns: 5em 1fr;
grid-template-rows: auto auto;
}
.topic h3 {
grid-column: 1 / 3;
grid-row: 2 / 3;
}
.topic .excerpt {
grid-column: 1 / 3;
grid-row: 3 / 4;
}
.topic .note,
.topic .link {
display: none;
}

/* .webinar
---------------------------- */
#webinar_01,
#webinar_02 {
display: none;
}

/* .registration
---------------------------- */
.registration p.smp-left br {
display: none;
}

/* .faq
---------------------------- */
#faq_02,
#faq_04 {
display: none;
}

/* .login
---------------------------- */
.login::before {
display: none;
}
#login_01,
#login_02 {
display: none;
}
.login .bg::before {
right: -20vw;
}
.login_status {
min-height: auto;
}

/* .member
---------------------------- */
.member .arkb-tabList[data-justify=left] {
border-bottom: 2px solid #00A6D9;
}
.member .ark-block-tab.is-style-box>.arkb-tabList .arkb-tabList__button {
font-size: 1.6rem;
}

}