/*@import url('styles/boots-bones.css');*/
@import url('styles/style.css');
@import url('styles/style_sp.css');
@import url('styles/aos.css');
@import url('styles/slick.css');


/*
Theme Name: Fk01 
Theme URI:
Author URI:
Description: Fk01.
Version: 1.0

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    color: #3B3B3B;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
    margin: 0 auto !important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

button, input, select, textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}

button, input {
    line-height: normal;
    /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    overflow: visible;
    /* Corrects inner spacing displayed oddly in IE6/7 */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    border-radius: 10px;
    background: #ccc;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/*
button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}*/
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type=text], input[type=tel], input[type=email], textarea {
    color: #888888;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
    color: #101010;
}

input[type=text], input[type=email] {
    padding: 3px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 10px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* styles
-------------------------------------------------------------- */
body, button, input, select {
    padding: 0;
    margin: 0;
    background: #ffffff;
    line-height: 26.64px;
    font-size: 18px;
    font-size: 1.8rem;
}

/* typography
-------------------------------------------------------------- */
/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h1 {
    line-height: 71px;
    font-size: 48px;
    font-size: 4.8rem;
}

h2 {
    line-height: 50px;
    font-size: 34px;
    font-size: 3.4rem;
}

h3 {
    line-height: 41px;
    font-size: 28px;
    font-size: 2.8rem;
}

h4 {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: normal;
}

dd {
    margin: 0 1.5em 1.5em;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 0.7em;
    line-height: 1.5em;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    box-shadow: 0 3px 5px #ddd inset;
}

/* Links */
a {
    color: #4489977;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    text-decoration: none;
}

a:hover, a:focus, a:active {
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.center {
    text-align: center;
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

article .title {
    color: #404040;
    line-height: 56.24px;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
}

article .title a {
    text-decoration: none;
    color: #404040;
}

article .title a:hover {
    color: #4489977;
}

article .post-meta {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

article .post-meta a {
    color: #888888;
    text-decoration: none;
}

article .post-meta a:hover {
    color: rgba(136, 136, 136, 0.5);
}

/*article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {
  width: 100%;
  height: auto;
}*/
article .meta {
    line-height: 14.8px;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .9px;
}

article .meta div {
    margin: 1px auto;
}

article .meta .post-categories {
    list-style: none;
    margin: 0 0 10px 0;
}

article .meta .post-categories li {
    display: inline-block;
    margin-right: 10px;
}

/* Page loop styling */
.page article {
    border-bottom: none;
}

.page article .title {
    margin-bottom: 40px;
}

/* Pagination */
#pagination {
    margin-bottom: 40px;
    width: 100%;
}

#pagination .past-page {
    float: right;
    width: 49%;
    text-align: right;
}

#pagination .next-page {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
    height: 200px;
}

.next-page a, .past-page a {
    font-size: 2em;
    font-weight: 400;
    font-style: italic;
    padding: 10%;
}

/* Comments */
h3#comments {
    margin-bottom: 80px;
    font-size: 16px;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist .comment {
    margin: 0 0 40px 50px;
    padding: 20px;
    position: relative;
    list-style: none;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment .children {
    margin-top: 40px;
}

.commentlist .comment-author {
    float: left;
    margin-right: 10px;
}

.commentlist .comment-author img {
    position: absolute;
    left: -50px;
    top: 5px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment-author .says {
    display: none;
}

.comment-meta {
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-subscription-form, .comment-subscription-form {
    margin-bottom: 0;
    font-size: 14px;
}

#respond {
    margin-bottom: 80px;
}

#respond > h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

#respond form label {
    color: #888888;
}

footer {
    text-align: center;
    padding-bottom: 40px;
    font-size: 12px;
}

/* Misc & mixens
-------------------------------------------------------------- */
.site-footer {
}

.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.clear {
    clear: both;
}

/* clear floats */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*お知らせ　詳細　参加申し込みボタン*/
.registration-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 64px auto 0;
    width: 100%;
    max-width: 400px;
    height: 64px;
    border: solid 1px #4489977;
    transition: 0.3s;
}

.registration-btn .inner{
    display: block;
    width: fit-content;
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: #4489977;
    position: relative;
    transition: 0.3s;
}

.registration-btn .inner::before,.registration-btn .inner::after{
    content: '';
    width: 21px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.registration-btn .inner::before{
    background-image: url('images/registration/icon_mail_blue.svg');
}

.registration-btn .inner::after{
    background-image: url('images/registration/icon_mail_white.svg');
    opacity: 0;
}

.registration-btn:hover{
    background-color: #4489977;
}

.registration-btn:hover .inner{
    color: #FFF;
}

.registration-btn:hover .inner:before{
    opacity: 0;
}

.registration-btn:hover .inner:after{
    opacity: 1;
}

/*セミナー申し込みページ*/
.registration .keyimg {
    background: url('images/registration/registration_key_pc.webp') no-repeat 320px 0 !important;
}

.registration .keyimg__ttl span {
    display: inline-block;
}

.registration-body {
    margin: 88px auto 0;
    padding: 0 0 100px;
}

.registration-title {
    margin: 0 auto;
    padding: 0 16px;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 48px;
}

.registration-txt {
    max-width: 1024px;
    margin: 20px auto 0;
    padding: 40px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 2.0;
    font-family: "Noto Sans JP", sans-serif;
}

.registration-title .dib {
    display: inline-block;
}

.registration-title .eng {
    display: block;
    margin: 4px auto 0;
    font-weight: normal;
    font-size: 20px;
    font-family: Verdana;
    text-align: center;
    line-height: 1.2em;
    color: #667888;
    vertical-align: middle;
}

.registration-noneTxt {
    margin: 48px 0 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.registration-form {
    margin: 40px 0 0;
}

.registration-form__main {
    padding: 0 16px 100px;
}

.registration-form__seminarTitle {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 8px;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    color: #667888;
    border-bottom: solid 1px #64b7ff;
}

.registration-form__main__body {
    max-width: 960px;
    margin: 48px auto 0;
    padding: 40px 92px;
    background-color: #FFF;
    border: solid 1px #64b7ff;
}

.registration-form__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 40px 0 0;
}

.registration-form__item:first-of-type {
    margin: 0;
}

.registration-form__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 290px;
    height: 48px;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}


.registration-form__title .req {
    width: 48px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    color: #FFF;
    background-color: #4489977;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.registration-form__input {
    display: flex;
    align-items: center;
    width: 480px;
    min-height: 48px;
}

.registration-form__input input[type="text"], .registration-form__input input[type="tel"], .registration-form__input input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 4px 8px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #667888;
    border-radius: 1px;
}

.registration-form__input input[type="radio"] {
    margin: 0 8px 5px 0px;
    border: solid 1px #667888;
}

.registration-form__input input[type="radio"]:before {
    background: #667888;
    margin: 4px;
}

.registration-form__input label {
    font-weight: bold;
    cursor: pointer;
}

.registration-form__input label:not(:first-of-type) {
    margin: 0 0 0 24px;
}

.registration-form__date {
    display: flex;
    align-items: center;
    width: 240px;
    position: relative;
}

.registration-form__date:before {
    content: '';
    width: 20px;
    height: 24px;
    background-image: url('images/icon_calendar.svg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 8px;
    top: calc(50% - 12px);
}

.registration-form__date input {
    width: 100%;
    height: 48px;
    padding: 4px 8px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #667888;
    border-radius: 1px;
    pointer-events: none;
}

.registration-form__date .selectBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

/*カレンダー日曜日*/
.flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekday:first-of-type {
    color: #f00 !important;
}

/*カレンダー土曜日*/
.flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekday:last-of-type {
    color: #00f !important;
}

.registration-form__privacy {
    padding: 48px 16px 24px;
    background-color: #dbf4fd;
    border-top: solid 1px #64B7FF;
}

.registration-form__privacy__title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #667888;
}

.registration-form__privacy__txt {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.75;
    color: #3B3B3B;
}

.registration-form__privacy__main {
    width: 100%;
    max-width: 776px;
    height: 160px;
    margin: 24px auto 0;
    padding: 20px 10px 20px 16px;
    text-align: left;
    background: #fff;
    border: solid 1px #64B7FF;

}

.registration-form__privacy__main p {
    height: 100%;
    padding: 0 14px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    overflow-y: scroll;
    overflow-x: hidden;
}

.registration-form__privacy__main p::-webkit-scrollbar {
    width: 10px;
}

.registration-form__privacy__main p::-webkit-scrollbar-track {
    background: #F6F6F6;
}

.registration-form__privacy__main p::-webkit-scrollbar-thumb {
    background: #64B7FF;
}

.registration-form__privacy__check {
    max-width: 320px;
    margin: 24px auto 0;
    text-align: center;
    position: relative;
}

.registration-form__privacy__check input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    appearance: auto;
    position: absolute;
    bottom: -32px;
    left: 48px;
}

.registration-form__privacy__check input[type="checkbox"]:before, .registration-form__privacy__check input[type="checkbox"]:after {
    content: none;
}

.registration-form__privacy__check label {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    color: #3B3B3B;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.registration-form__privacy__check label .check {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 4px;
    vertical-align: middle;
    background-color: #fff;
    border: solid 1px #4489977;
    position: relative;
    transition: all .15s ease-out 0s;
}

.registration-form__privacy__check label .check:before {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.registration-form__privacy__check label .check:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}

.registration-form__privacy__check input[type="checkbox"]:checked + label .check {
    background-color: #4489977;
}

.registration-form__privacy__check input[type="checkbox"]:checked + label .check:before {
    left: 2px;
    top: 10px;
    width: 6px;
    height: 2px;
}

.registration-form__privacy__check input[type="checkbox"]:checked + label .check:after {
    right: 5px;
    bottom: 2px;
    width: 2px;
    height: 14px;
}

.registration-form__input textarea {
    width: 100%;
    height: 312px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #667888;
    border-radius: 1px;
}

.registration-form__submit {
    display: block;
    width: auto;
    min-width: 272px;
    min-height: 64px;
    margin: 48px auto 0;
    padding: 8px 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: linear-gradient(270deg, #64b7ff 0%, #0089ff 100%);
    border: 1px solid #4489977;
    border-radius: 32px;
    outline: none;
    transition: all .2s linear;
    position: relative;
}

.registration-form__submit:hover {
    color: #4489977;
    background: #FFF;
}

.registration-form__submit::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #4489977;
    position: absolute;
    top: 32px;
    right: -20px;
    transition: all .2s linear;
}

.registration-form__submit::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: -14px;
    background: #4489977;
    transform: skewX(45deg);
    transition: all .2s linear;
}

.registration-form__sendMsg {
    text-align: center;
}

.registration-form__sendMsg p {
    margin: 24px 0 0;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    color: #0089ff;
}

.registration-form__sendMsg img {
    display: block;
    max-width: 160px;
    margin: 16px auto 0;
}

@media screen and (max-width: 1024px) {
    .registration .keyimg {
        background: url('images/registration/registration_key_sp.webp') no-repeat 320px 0 !important;
    }

    .registration .keyimg__ttl {
        top: 42px;
    }

    .registration-title {
        font-size: 36px;
        line-height: 1.3;
    }

    .registration-form__main__body {
        padding: 40px 20px;
    }

    .registration-form__item {
        display: block;
        margin: 24px 0 0;
    }

    .registration-form__title {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .registration-form__input {
        width: 100%;
        min-height: auto;
        margin: 16px 0 0;
    }

    .registration-form__date {
        margin: 16px 0 0;
    }
}
