@charset "utf-8";

/*
Theme Name: yunacuore_2
Author: abeden co.ltd.
Version: 1.0
*/

/* base */

html {
    padding: 0;
    font-size: 62.5%;
}

body {
    background: #f9f5ef;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5em;
    margin: 0;
}

h1 {
    font-family: "Cardo", "Noto Serif JP", serif;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.2em;
    margin: 15px 0 30px;
}

h1 span {
    display: inline-block;
    font-size: 1.6rem;
    color: #666;
    margin-left: 10px;
}

h1 a {
    color: #000;
}

h2 {
    position: relative;
    font-family: "Cardo", "Noto Serif JP", serif;
    font-size: 5.5rem;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    margin-bottom: 50px;
    z-index: 200;
}

h2 span {
    display: block;
    font-size: 1.7rem;
    margin-top: 5px;
}

h3 {
    position: relative;
    font-family: "Cardo", "Noto Serif JP", serif;
    font-size: 4.2rem;
    color: #444;
    letter-spacing: 2px;
    line-height: 1em;
    margin-bottom: 30px;
}

h3 span {
    display: block;
    font-size: 1.6rem;
    color: #999;
}

h4 {
    position: relative;
    font-family: "Cardo", "Noto Serif JP", serif;
    font-size: 2.8rem;
    line-height: 1.1em;
    margin: 0 0 30px;
    z-index: 1;
}

h4 span {
    font-size: 2.3rem;
    line-height: 1.5em;
    margin-bottom: 40px;
}

h4::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 7px;
    background-image: linear-gradient(135deg, #50cc7f, #1baea2);
    transform: skewX(-30deg);
    z-index: -1;
}

a {
    color: #4682b4;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #bbc8e6;
    transition-duration: 0.2s;
}

a:hover img {
    opacity: 0.8;
    transition-duration: 0.2s;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
}

p {
    text-align: justify;
    margin: 25px 0;
    transform: rotate(0.05deg);
}

ul {
    list-style: none;
}

ol {
    padding-left: 25px;
}

ol li {
    margin: 10px 0;
}

dt {
    font-size: 2rem;
    transform: rotate(0.05deg);
}

dd {
    margin: 15px 0 50px;
    transform: rotate(0.05deg);
}

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

th,
td {
    padding: 10px;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: -webkit-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -moz-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -ms-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -o-linear-gradient(left, #eee, #ddd, #eee);
    background-image: linear-gradient(left, #eee, #ddd, #eee);
    margin: 70px 0;
}

address {
    font-style: normal;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    background: #fff;
    border: solid thin #ccc;
    padding: 5px;
    border-radius: 3px;
}

[type="text"],
[type="tel"],
[type="email"],
textarea {
    width: 100%;
    max-width: 500px;
}

[type="submit"],
[type="button"] {
    background-color: #fff;
    color: #444;
    padding: 4px 40px 6px;
    border: solid thin #444;
    border-radius: 20px;
    cursor: pointer;
}

[type="submit"]:hover,
[type="button"]:hover {
    background-color: #eee;
    color: #444;
    transition-duration: 0.2s;
}

small {
    font-size: 1.3rem;
}

rt {
    font-size: 1.3rem;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.font_m {
    font-family: "Noto Serif JP", serif;
}

.large {
    font-size: 1.8rem;
}

.in_block {
    display: inline-block;
}

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

/* header */

.header {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 300;
}

.site_title {
    flex-basis: 200px;
    flex-grow: 1;
    padding: 10px;
}

.site_title img {
    width: 100%;
    max-width: 210px;
    height: auto;
}

/* nav */

.co_nav {
    flex-basis: 370px;
    flex-grow: 2;
}

nav ul {
    position: relative;
    width: 100%;
    text-align: right;
    margin: 0;
    z-index: 100;
}

nav li {
    display: inline-block;
    position: relative;
}

nav a {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6em;
    color: #333;
    vertical-align: middle;
    padding: 15px;
    letter-spacing: .1rem;
    transition-duration: 0.2s;
    z-index: 100;
}

nav a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 5px;
    height: 4px;
    background: #7bcbac;
    margin: auto;
    border-radius: 2px;
    animation-name: nav_hover;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes nav_hover {
    0% {
        width: 5px;
    }

    50% {
        width: 25px;
    }

    100% {
        width: 5px;
    }
}

nav a::after {
    content: "/";
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    width: 5px;
    height: 17px;
    color: #ccc;
    margin: auto;
}

nav li:last-child a::after {
    display: none;
}

nav ul li ul {
    display: none;
    position: absolute;
    left: -40px;
    width: 150px;
    background: rgba(255, 255, 255, .5);
    text-align: center;
    z-index: 200;
}

nav ul li:hover ul {
    display: block;
}

nav ul li ul a::after {
    display: none;
}

.slicknav_menu {
    display: none;
}

/* pankuzu */

.pankuzu {
    background-color: #777;
    color: #eee;
    padding: 5px 10px;
    margin-top: 50px;
}

.pankuzu ul {
    width: 100%;
    padding-left: 0;
    margin: auto;
}

.pankuzu ul li {
    display: inline-block;
    font-size: 1.2rem;
    padding-left: 10px;
    margin-right: 0;
}

.pankuzu ul li::after {
    content: "/";
    margin-left: 7px;
}

.pankuzu ul li:last-child::after {
    display: none;
}

.pankuzu a {
    display: inline-block;
    color: #fff;
}

.pankuzu a:hover {
    text-decoration: underline;
}

/* contents */

main {
    position: relative;
    overflow: hidden;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.co_box {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 600px;
    flex-grow: 2;
}

.co_box_s {
    position: relative;
    min-height: 100px;
    padding: 40px 20px;
    flex-basis: 450px;
    flex-grow: 1;
}

.co_box_ss {
    position: relative;
    min-height: 100px;
    padding: 40px 20px;
    flex-basis: 300px;
    flex-grow: 1;
}

.co_box img,
.co_box_s img,
.co_box_ss img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.co_box_index {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 300px;
    flex-grow: 2;
}

.co_box_img {
    position: relative;
    min-height: 200px;
    flex-basis: 300px;
    flex-grow: 1;
    padding: 0;
}

.co_box_img img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}


.co_box_img2 {
    position: relative;
    min-height: 200px;
    padding: 0;
}

.co_box_img2 img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.co_box_single {
    padding: 20px;
    margin: 20px 0;
    flex-basis: 550px;
    flex-grow: 1;
}

.co_side {
    min-height: 100px;
    padding: 50px 20px 50px 30px;
    flex-basis: 200px;
    flex-grow: 1;
}

.p_less {
    padding-top: 0;
    padding-bottom: 0;
}

.band {
    background: url(img/assets/bg_02.jpg);
    background-size: cover;
    width: 100%;
    z-index: -50;
    overflow: hidden;
    padding: 70px 20px;
}

.band_w {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.division {
    padding: 70px 20px;
}

.wrap {
    width: 100%;
    max-width: 1024px;
    padding: 80px 20px;
    margin: 0 auto;
}

.wrap_w {
    width: 100%;
    max-width: 1600px;
    padding: 80px 20px;
    margin: 0 auto;
}

.variable_img img {
    width: 100%;
    height: auto;
}

.w_600 {
    max-width: 600px;
    margin: auto;
}

.txt_box {
    position: relative;
    background: #fff;
    padding: 35px;
    margin: 20px 0 40px;
    border-radius: 5px;
    z-index: 300;
    box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
}

.txt_box .co_box_s {
    padding: 20px 40px 20px 0;
}

.txt_box_img {
    position: relative;
    flex-basis: 350px;
    flex-grow: 2;
    padding: 0;
    z-index: 1;
}

.txt_box_img img {
    position: relative;
    display: inline-block;
    top: 100px;
    left: -60px;
    width: 120%;
    z-index: 1;
    margin-bottom: 150px;
}

.txt_box_img .po_left img {
    left: -20px;
}

.txt_concept {
    padding: 1rem 2rem;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
    background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.red {
    color: red;
}

.pdf::after {
    content: url(img/assets/pdf.svg);
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.padding {
    padding: 20px;
}

.more a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: "Noto Serif JP", serif;;
    color: #57927b;
    padding: 10px;
    z-index: 100;
    transition-duration: .2s;
}

.more a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 20px;
    border: solid 2px #57927b;
    border-right: none;
    border-bottom: none;
    transition-duration: .2s;
}

.more a::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: solid 2px #57927b;
    border-left: none;
    border-top: none;
    transition-duration: .2s;
}

.more a:hover::before {
    width: 119%;
    height: 100%;
    transition-duration: .2s;
}

.more a:hover::after {
    width: 119%;
    height: 100%;
    transition-duration: .2s;
}

.btn_1 a {
    position: relative;
    display: inline-block;
    background: #fff;
    color: #444;
    padding: 10px 25px 12px 50px;
    border: solid thin #444;
    border-radius: 25px;
    z-index: 200;
}

.btn_1 a:hover {
    background: #444;
    color: #fff;
}

.btn_1 a::before {
    content: url(img/assets/mail.svg);
    display: inline-block;
    position: absolute;
    top: 0.7em;
    left: 20px;
    width: 22px;
    height: 18px;
    margin: auto;
}

.btn_1 a:hover::before {
    content: url(img/assets/mail-w.svg);
}

.btn_2 a {
    position: relative;
    display: inline-block;
    color: #fa709a;
    padding: 10px 25px;
    border: solid thin #fa709a;
    border-radius: 25px;
    transform: rotate(0.05deg);
    z-index: 200;
}

.btn_2 a:hover {
    background: #fa709a;
    color: #fff;
}

.cap_1 {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 80px;
}

.cap_1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 90px;
    height: 5px;
    background-color: #D9AFD9;
    background-image: linear-gradient(70deg, #D9AFD9 0%, #97D9E1 100%);
    margin: auto;
    border-radius: 3px;
}

.cap_1 span {
    font-size: 2.4rem;
}

.cap_2 {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.cap_2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 2px;
    height: 15px;
    background: #57927b;
    margin: auto;
    border-radius: 2px;
}

.catch_1 {
    font-weight: 500;
}

.marker {
    background: linear-gradient(transparent 70%, #dbedff 70%);
}

.space {
    margin: 100px 0;
}

.space_s {
    margin: 20px 0;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* index */

.index_bg {
    position: relative;
    background-image: url(img/index/top_img_01.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.index_bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
}

.index_bg .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 165px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    z-index: 100;
}

.index_bg .logo h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0;
    transform: rotate(0.03deg);
}

.index_sns {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    z-index: 100;
}

.index_sns a {
    display: inline-block;
    margin: 15px 0;
}

.page_down {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 60px;
    height: 31px;
    margin: auto;
    transition-duration: .2s;
    z-index: 110;
}

.page_down:hover {
    bottom: 15px;
    transition-duration: .2s;
}

.info {
    width: 100%;
    max-width: 1280px;
    background: #fff;
    padding: 30px 20px;
    margin: 0 auto;
}

.info_cap {
    position: relative;
    text-align: center;
    flex-basis: 130px;
    flex-grow: 1;
    padding: 20px 0;
    margin-bottom: 20px;
}

.info_cap h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 60px;
    font-family: "Cardo", "Noto Serif JP", serif;
    font-size: 5.5rem;
    font-weight: normal;
    margin: auto;
}

.info_cap h2::after {
    content: none;
}

.info_cap span {
    font-size: 2rem;
    margin-top: -20px;
}

.news_list {
    height: 140px;
    font-size: 1.4rem;
    flex-basis: 380px;
    flex-grow: 2;
    padding: 0 20px 0 40px;
    border-left: solid thin #ccc;
    border-right: solid thin #ccc;
    overflow: auto;
}

.news_list li {
    margin: 5px 0;
}

.news_list a:hover {
    color: #7bcbac;
}

.news_list .post_date {
    margin-right: 20px;
}

.news_all {
    position: relative;
    min-height: 40px;
    text-align: right;
    flex-basis: 100px;
    flex-grow: 1;
    padding: 0 20px;
}

.news_all a {
    position: absolute;
    right: 20px;
    color: #333;
    bottom: 0;
    padding-right: 40px;
}

.news_all a:hover {
    color: #7bcbac;
}

.news_all a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    margin: auto;
    border: solid thin #333;
    border-radius: 50%;
    transform: rotate(45deg);
    transition-duration: .2s;
}

.news_all a:hover::before {
    right: 32px;
    transition-duration: .2s;
}

.news_all a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #333;
    margin: auto;
}

.co_box_store {
    position: relative;
    min-height: 100px;
    padding: 40px 20px;
    flex-basis: 350px;
    flex-grow: 1;
}

.store_box {
    background: url(img/assets/bg_04.jpg);
    background-size: cover;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    padding: 30px 20px;
}

.p_top {
    margin-top: 40px;
}

.method {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    z-index: 200;
}

.method.tel {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    z-index: 200;
}

.method.p_top {
    margin-top: 30px;
}

.method.p_top a {
    color: #111;
}

.method a {
    text-decoration: underline;
    cursor: pointer;
}

.tel {
    font-family: "Cardo", "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    z-index: 200;
}

.tel.p_top {
    margin-top: 30px;
}

.tel.p_top a {
    color: #111;
}

.tel a {
    text-decoration: underline;
    cursor: pointer;
}

.open {
    margin: 80px 0 40px;
}

.open th {
    font-weight: normal;
}

.co_box_map {
    flex-basis: 400px;
    flex-grow: 2;
    padding: 20px;
}

.map {
    padding-top: 30px;
}

.map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.address {
    min-height: 75px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}

.other .co_box_ss {
    text-align: center;
}

.other .co_box_ss img {
    display: inline-block;
    max-width: 200px;
    margin: 20px 0;
}

.other .co_box_ss .cap_2 {
    min-height: 55px;
}

.other .co_box_ss small {
    font-size: 1.5rem;
}

.other .co_box_ss small.in_block {
    margin: 0 0 10px;
}

/*
.address::before {
    content: url(img/assets/pin.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 18px;
    margin: auto;
}
*/
/* beginners */

.co_campaign {
    max-width: 500px;
    background: #fff;
    flex-basis: 350px;
    flex-grow: 1;
    padding: 40px 30px;
    margin: 20px;
    box-shadow: 0 0 5px rgba(20, 20, 20, .1);
}

.co_campaign h4 {
    text-align: center;
}

.campaign {
    transform: rotate(0.05deg);
}

.co_campaign img {
    position: relative;
    text-align: center;
    width: 50px;
    height: auto;
}

.campaign tr:nth-child(even) {
    background: rgba(150, 150, 100, .1);
}

.campaign th,
.campaign td {
    padding: 15px 10px;
}

.campaign th {
    font-weight: normal;
    color: #57927b;
}

.no_price {
    position: relative;
}

.no_price::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 1px;
    background: red;
    margin: auto;
    transform: rotate(10deg);
}

.ca_price {
    font-size: 2.4rem;
    font-weight: bold;
    color: #ff69b4;
    text-align: right;
    letter-spacing: 2px;
}

.ca_arrow {
    font-size: 2rem;
    font-weight: bold;
}

/* lesson */

.lesson_cat .co_box_s {
    position: relative;
    min-height: 10px;
    text-align: center;
    flex-basis: 200px;
    padding: 0;
    border-left: solid thin #999;
}

.lesson_cat .co_box_s:last-child {
    border-right: solid thin #999;
}

.lesson_cat a {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    padding: 10px;
}

.lesson_cat a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-right: solid thin #999;
    border-bottom: solid thin #999;
    margin: auto;
    transform: rotate(45deg);
    transition-duration: .2s;
}

.lesson_cat a:hover::after {
    bottom: -5px;
    transition-duration: .2s;
}

.lesson_class {
    text-align: center;
    margin: 20px 0 40px;
}

.lesson_class a {
    position: relative;
    display: inline-block;
    width: 160px;
    background: #57927b;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 15px;
    margin: 10px 15px;
    border: solid thin #57927b;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    transform: rotate(0.05deg);
}

.lesson_class a:hover {
    background: #fff;
    color: #57927b;
    box-shadow: none;
}

.lesson_txt {
    position: relative;
    padding: 40px 30px 5px;
    flex-basis: 450px;
    flex-grow: 2;
}

.lesson_txt dt {
    font-size: 2.2rem;
    font-weight: bold;
}

.lesson_img {
    position: relative;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 1;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 150px;
    z-index: 1;
}

.lesson_img img {
    position: relative;
    display: inline-block;
    top: 50px;
    left: -40px;
    width: 100%;
    max-width: 450px;
    z-index: 1;
}


/* plan */

.plan {
    margin: 10px 0;
}

.plan tr:nth-child(even) {
    background: rgba(255, 255, 255, .3);
}

.plan th {
    font-size: 1.8rem;
    color: #444;
    padding: 20px 30px;
    border-bottom: solid thin #444;
}

.plan td {
    padding: 20px 30px;
    border-bottom: solid thin #ccc;
}

.plan thead {
    background: #444;
}

.plan thead th {
    position: relative;
    color: #fff;
}

.plan thead th::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #fff;
}

.plan thead th:last-child::after {
    display: none;
}

.table_width {
    width: 100%;
}

.price {
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    color: #8b4513;
    letter-spacing: 1px;
}

.plus {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

table.margin_auto {
    margin: auto;
}

/* page */

.page_img {
    width: 100%;
}

/* single */

.single h1 {
    font-family: "Noto Sans JP", sans-serif;;
    font-size: 3.2rem;
}

.single .post_date {
    font-size: 1.6rem;
    color: #aaa;
}

.single .post_date::before {
    content: "-";
}

.category ul {
    text-align: right;
}

.category ul li {
    display: inline-block;
    margin: 5px;
}

.category li a {
    display: inline-block;
    font-size: 1.2rem;
    color: #7bcbac;
    padding: 1px 8px;
    border: solid thin #7bcbac;
    transform: rotate(0.03deg);
}

.category li a:hover {
    background: #7bcbac;
    color: #fff;
    box-shadow: 0;
}

article {
    position: relative;
    padding: 30px 0;
    margin: 30px 0;
    border-top: dotted 1px #aaa;
    border-bottom: dotted 1px #aaa;
    transform: rotate(0.03deg);
}

.article::after {
    background: #ccc;
}

.pager_l,
.pager_r {
    position: relative;
    flex-basis: 200px;
    flex-grow: 1;
    transform: rotate(0.03deg);
    padding: 0 25px 0;
}

.pager_l a,
.pager_r a {
    color: #57927b;
}

.pager_l a:hover,
.pager_r a:hover {
    color: #7bcbac;
}

.pager_l::before {
    display: inline-block;
    content: url(img/assets/arrow-l.svg);
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 5px;
}

.pager_r {
    text-align: right;
}

.pager_r::after {
    display: inline-block;
    content: url(img/assets/arrow-r.svg);
    position: absolute;
    top: 3px;
    right: 0;
    margin-left: 5px;
}

/* contact */

.contact dl {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.contact dt {
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
}

.required {
    display: inline-block;
    font-size: 1.2rem;
    color: red;
    line-height: 1.2em;
    padding: 5px 10px;
    margin: 0 15px;
    border: solid thin red;
}

.contact .wpcf7-list-item {
    display: inline-block;
    margin-right: 1em;
}

.grecaptcha-badge {
    bottom: 70px!important;
    z-index: 240;
}

/* archive */

.post_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
    margin: 50px 0;
    border-bottom: dotted 1px #ccc;
}

.post_img {
    flex-basis: 200px;
    flex-grow: 1;
    padding: 20px 10px;
}

.post_excerpt {
    flex-basis: 350px;
    flex-grow: 1;
    padding: 20px;
    transform: rotate(0.03deg);
}

.post_list h3 {
    font-size: 2.4rem;
    padding-left: 0;
}

.post_list h3::before {
    display: none;
}

.post_list .post_date {
    color: #999;
    text-align: right;
    margin-bottom: 5px;
}

.post_list .post_date::before {
    content: "-";
    margin-right: 5px;
}

.post_list .excerpt {
    position: relative;
    transform: rotate(0.03deg);
}

.post_list .more {
    text-align: right;
    margin-top: 15px;
}

.pagination {
    text-align: center;
}

.page-numbers {
    display: inline-block;
    padding: 5px;
    margin: 5px 10px;
    transform: rotate(0.03deg);
}

a.page-numbers {
    color: #7bcbac;
    text-decoration: underline;
}

a.page-numbers:hover {
    color: #8b4513;
}

/* side */

.side {
    transform: rotate(0.03deg);
}

.side h3 {
    font-size: 2rem;
    padding-left: 0;
}

.side h3::before {
    display: none;
}

.co_side label {
    display: none;
}

.widget_archive li::before,
.widget_categories li::before {
    content: url(img/assets/list-icon_01.svg);
    margin-right: 5px;
}

.widget_categories li::before {
    content: url(img/assets/list-icon_02.svg);
}

/* pagetop */

.pagetop a {
    position: fixed;
    bottom: 15px;
    right: 20px;
    padding: 0;
    opacity: 0.8;
    z-index: 300;
}

.pagetop a:hover {
    opacity: 0.4;
    bottom: 25px;
    transition-duration: 0.3s;
}

.pagetop a img {
    width: 40px;
    height: 40px;
}

/* footer */

footer {
    position: relative;
    background: url(img/assets/bg_03.jpg);
    background-position: top;
    text-align: center;
    z-index: 1;
}

.footer {
    width: 100%;
    max-width: 1280px;
    padding-top: 20px;
    margin: 0 auto;
    z-index: 100;
}

.footer_logo {
    flex-basis: 200px;
    flex-grow: 1;
    padding: 40px 20px;
}

.footer_logo img {
    width: 200px;
    height: auto;
}

.footer_title a {
    color: #444;
}

.footer_sns a {
    display: inline-block;
    margin: 10px 15px;
}

.footer_sns img {
    width: 30px;
    height: auto;
    filter: invert(100%);
}

.footer_open {
    width: 270px;
    flex-basis: 300px;
    flex-grow: 1;
    padding: 50px 20px;
}

.footer_contact {
    flex-basis: 350px;
    flex-grow: 1;
    padding: 50px 20px;
}

.footer .tel {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 10px;
}

.footer .tel a {
    color: #444;
}

.footer .tel small {
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
}

.footer .btn_1 a {
    background: #fff;
    font-weight: normal;
    color: #444;
}

.footer .btn_1 a:hover {
    background: #444;
    color: #fff;
}

.footer .btn_1 a::before {
    content: url(img/assets/mail.svg);
}

.footer .btn_1 a:hover::before {
    content: url(img/assets/mail-w.svg);
}

.f_link {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
}

.f_link a {
    font-size: 1.3rem;
    color: #444;
}

.copyright {
    width: 100%;
    font-size: 1.3rem;
    padding: 10px;
    margin: 0 auto;
}

.index-midashi {
    font-size: 2.6rem;
    position: relative;
    padding: 0.2em 0.5em;
    background: -webkit-linear-gradient(to right, #8fd3f4, #84fab0);
    background: linear-gradient(to right, #8fd3f4, #84fab0);
    color: #fff;
    font-weight: middle;
    line-height: 1.5em;
}

.tab_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0 0 0;
    margin: 0 auto;
}

.tab_item {
    display: block;
    position: relative;
    width: calc(100%/5);
    background-color: #ececec;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    line-height: 1.3em;
    text-align: center;
    transition: all 0.2s ease;
    padding: 15px 0;
    border-bottom: 3px solid #444;
}

.tab_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 1px;
    height: 30px;
    background: #444;
    margin: auto;
    border-radius: 2px;
}

.tab_item.tab_item_first::after {
    display: none;
}

.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content {
    display: block;
    width: 100%;
}

.tab_container input:checked + .tab_item {
    position: relative;
    background-color: #444;
    color: #fff;
}

.tab_container input:checked + .tab_item::after {
    display: none;
}

#tab1:checked + .tab_item,
#tab2:checked + .tab_item,
#tab3:checked + .tab_item,
#tab4:checked + .tab_item {
    position: relative;
    background-color: #444;
    color: #fff;
}

/*blank*/
.blank_p {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #fa709a;
    padding: 5px 20px;
    margin-top: 20px;
    border: solid 2px #fa709a;
    border-radius: 20px;
    bottom: 30px;
}

.blank_p:hover {
    background: #fa709a;
    color: #fff;
}

.blank_p::before {
    content: url(img/assets/blank_p.svg);
    margin-right: 5px;
}

.blank_p:hover::before {
    filter: brightness(100);
}

.training_img img {
    position: relative;
    display: inline-block;
    height: auto;
    width: 300px;
    padding: 10px 0 0 0;
    text-align: center;
}

.flex {
    display: flex;
}

/*flow*/
:root {
    --flowchart-size: 30px;
    --flowchart-border: 5px;
}

.flowchart {
    list-style: none;
    counter-reset: flownum;
    margin: 1em 0;
    padding: 10px 0 0 0;
}

.flowchart li {
    position: relative;
    padding: 0 0 2em calc(var(--flowchart-size) + 6px);
}

.flowchart li::before {
    content: counter(flownum);
    counter-increment: flownum;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 2;
    width: var(--flowchart-size);
    height: var(--flowchart-size);
    border-radius: 50%;
    background: rgb(44, 182, 150);
    color: white;
}

.flowchart li::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: calc(var(--flowchart-size) / 2 - calc(var(--flowchart-border) / 2));
    z-index: 1;
    width: var(--flowchart-border);
    height: 100%;
    background: rgb(200, 200, 200);
}

.flowchart-title {
    font-weight: middle;
    padding-left: 10px;
}

.flowchart li:last-of-type::after {
    content: none;
}

.flowchart li p {
    margin: 1em 0;
}

.flowchart li p:last-of-type {
    margin-bottom: 0;
}

.experience {
    max-width: 600px;
    padding: 20px 20px 30px;
    margin-left: auto;
    margin-right: auto;
}

.experience h3 span {
    transform: rotate(0.03deg);
}

@media screen and (min-width: 1280px) {
    body {
        font-size: 1.9rem;
    }

    .site_title {
        margin-left: 30px;
    }

    .pankuzu {
        padding-left: 30px;
    }

    .band,
    .division {
        padding: 70px 50px;
    }

    .co_box_index {
        padding-top: 70px;
    }

    .txt_box {
        padding: 50px;
    }

    .txt_box_img img {
        top: 0;
    }

    .txt_box .co_box_s {
        padding: 20px 50px 20px 0;
    }

    .lesson_class a {
        width: 180px;
        font-size: 1.6rem;
    }
}


@media screen and (max-width: 1024px) {
    
    .tab_content {
        padding: 1em 0 0;
    }
    
    .tab_item {
        font-size: 1.4rem;
    }
    
    .lesson_txt {
        padding: 0;
    }
    
    .lesson_img img {
        top: 10px;
        left: -5px;
    }
    
}

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

    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        z-index: 300;
    }

    .sub-menu {
        display: none;
    }

    .index_bg {
        background-image: url(img/index/top_img_02.jpg);
        background-size: cover;
    }
    
    .pankuzu {
        margin-top: 46px;
    }

    .wrap {
        padding: 50px 20px;
    }

    .division {
        padding: 70px 0;
    }
    
    .co_cat_img {
        padding-top: 0;
    }

    .news_all a {
        position: relative;
        top: 0;
    }

    .co_box_index {
        padding: 0;
    }

    .txt_box_img img {
        top: 0;
        left: auto;
        right: auto;
        width: 100%;
        margin: 0 auto 20px;
    }

    .txt_box_img .po_left img {
        left: auto;
    }

    .map {
        padding-top: 0;
    }

    .map iframe {
        height: 400px;
    }

    .cp_tab label {
        padding: 10px;
    }

    .lesson_cat .co_box_s,
    .lesson_cat .co_box_s:last-child {
        border: none;
    }
    
    .lesson_cat a {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .lesson_txt .txt_box {
        margin-bottom: 20px;
    }

    .lesson_img {
        margin: 0 0 100px;
    }

    .lesson_img img {
        top: 0;
        left: auto;
    }

}

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

    body {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 4.5rem;
    }

    [type="email"],
    [type="tel"],
    [type="text"],
    textarea {
        width: 300px;
    }

    .pankuzu {
        border-top: solid thin #fff;
    }

    .co_box_single {
        padding: 20px 0;
    }

    .co_side {
        padding: 50px 0;
    }

    .co_box_store {
        padding: 40px 0 0;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp_sns {
        text-align: center;
    }

    .sp_img {
        text-align: center;
        margin-bottom: 10px;
    }

    .sp_img img {
        display: inline-block;
        width: 100%;
        max-width: 160px;
    }

    .sp_sns a {
        display: inline-block;
        margin: 10px;
    }

    .index_sns {
        left: 0;
        right: 0;
        bottom: 20px;
        width: 150px;
        text-align: center;
        margin: auto;
    }

    .index_sns a {
        margin: 0 10px;
    }

    .info_cap h2 {
        position: relative;
    }

    .page_down {
        display: none;
    }

    .news_list {
        height: 290px;
        padding: 20px 0;
        border: none;
        border-top: solid thin #ccc;
        border-bottom: solid thin #ccc;
    }

    .post_date {
        display: block;
    }

    .news_all {
        padding: 30px 0 20px;
    }

    .news_all a {
        top: auto;
    }

    .tab_item {
        font-size: 1.3rem;
    }
    
    .footer_logo {
        padding: 20px;
    }

    .footer_open {
        padding: 20px
    }

    .footer_contact {
        padding: 20px;
    }

}

@media screen and (max-width: 480px) {
    .index-midashi {
        font-size: 2.1rem;
    }

    .site_title {
        margin-left: 5px;
    }

    h2 span {
        margin: -10px;
    }

    h2::after {
        bottom: -20px;
    }

    h3 {
        font-size: 2.8rem;
        text-align: center;
    }

    h4 {
        font-size: 2.4rem;
    }

    .co_box {
        padding: 50px 0;
    }

    .co_cat {
        padding: 20px 0;
    }

    .co_box_s {
        padding: 40px 0;
    }

    .co_box_index {
        padding: 0;
    }

    .co_box_map {
        padding: 20px 0;
    }

    .txt_box {
        padding: 30px 40px 40px 30px;
    }

    .txt_box .co_box_s {
        padding: 10px 0;
    }

    .sp_txt_c {
        text-align: center;
    }

    .tel.p_top a {
        text-decoration: underline;
    }

    .cp_tab {
        width: 100%;
        font-size: 1.4rem;
    }

    .cp_tab label {
        padding: 8px 5px;
    }

    .cp_tab .cp_tabpanel {
        padding: 0;
    }

    .plan {
        width: 100%;
    }

    .plan thead {
        display: none;
    }

    .plan th {
        margin-top: 20px;
    }

    .plan th,
    .plan td {
        display: block;
        padding: 20px 10px;
    }

    .plan td::before {
        content: attr(data-label);
        float: left;
        font-size: 1.4rem;
        font-weight: normal;
        color: #57927b;
    }

    .campaign {
        width: 100%;
    }

    .campaign tr {
        display: block;
        margin: 20px 0;
    }

    .campaign th,
    .campaign td {
        display: block;
        text-align: center;
        padding: 5px 10px;
    }

    .campaign th {
        padding: 20px 10px 5px;
    }

    .ca_arrow {
        display: inline-block;
        transform: rotate(90deg);
    }

    .lesson_class a {
        width: 150px;
        font-size: 1.3rem;
        margin: 10px;
    }

}

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

    .btn_1 a {
        font-size: 1.5rem;
    }
}
