/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";
.ul_nav {
    padding: 2rem 2rem 0 !important;
    list-style: none;
    text-align: center;
    font-size: 0;
    margin-bottom: 1.2rem;
}

@media only screen and (max-width: 700px) {
    .ul_nav {
        margin-bottom: 0;
    }
}

.ul_nav li {
    display: inline-block;
    font-size: 1.65rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.4rem;
}

.ul_nav li:not(:last-of-type) {
    border-right: 1px solid rgba(128, 128, 128, 0.2);
}

.ul_nav a {
    display: inline-block;
    margin: 0 1em;
    color: #7f7f7f;
    border-bottom: 1.5px solid transparent;
    position: relative;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.ul_nav a:hover {
    opacity: 0.7;
}

.ul_nav a::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: baseline;
    content: "\f107";
    padding-right: 5px;
    color: #c0c6c9;
}

section {
    padding: 4rem 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
    section {
        padding: 3rem 0 0;
    }
}


/*
section:last-of-type {
    padding-bottom: 5rem;
}

@media only screen and (max-width: 700px) {
    section:last-of-type {
        padding-bottom: 3rem;
    }
}
*/

section .inner>*:last-child {
    margin-bottom: 0;
}

.inner {
    max-width: 75.5rem;
    margin: 0 auto;
    width: 95%;
}

.about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-wrap h2 {
    font-family: 'Zen Old Mincho', serif;
    text-align: center;
    font-weight: normal;
    margin-bottom: 2rem;
    color: #565b65;
    letter-spacing: 2px;
    font-size: 2.45rem;
}

.about-wrap h2 span {
    text-transform: uppercase;
    display: block;
    color: #9ea3ab;
    font-size: 1.65rem;
    font-weight: bold;
    padding-top: 0.2rem;
    letter-spacing: 2px;
}

.about-wrap p {
    line-height: 2;
    margin-bottom: 1.6rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.5rem;
}

@media only screen and (max-width: 700px) {
    .page .about-wrap {
        padding-bottom: 4rem;
    }
}

@media only screen and (max-width: 700px) {
    .about-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem 0;
    }
    .about-wrap h2 {
        font-size: 2.6rem;
    }
}

.about-wrap> :first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-right: 2rem;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .about-wrap> :first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

@media only screen and (max-width: 700px) {
    .about-wrap> :first-child {
        margin-right: 0;
    }
}

.about-wrap> :last-child {
    margin-right: -5rem;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .about-wrap> :last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 700px) {
    .about-wrap> :last-child {
        margin-top: 4rem;
        margin-right: 0;
    }
}

.effect {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.about-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-images img {
    max-width: 100%;
    height: auto;
}

.about-images>* {
    margin: 0 1rem;
}

@media only screen and (max-width: 700px) {
    .about-images>* {
        margin: 0 0.3rem;
    }
}

.about-images> :first-child {
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .about-images> :first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

.about-images> :last-child {
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .about-images> :last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

.section-head {
    padding: 5.5rem 1rem;
}

.section-head.bg_image {
    position: relative;
    z-index: 0;
}

.section-head.bg_image:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    z-index: -1;
    content: "";
    opacity: 0.3;
}

.section-head h2 {
    color: white;
    margin: 0;
    font-family: 'Zen Old Mincho', serif;
    text-align: center;
    font-weight: normal;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    font-size: 4.5rem;
}

.section-head h2 span {
    font-size: 1.45rem;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    color: #f5f5f5;
    font-weight: bold;
    padding-top: 0.2rem;
}

#yakigata {
    background-size: cover;
    background-image: url(../img/techno/tec-image-03.jpg);
}

@media only screen and (max-width: 700px) {
    #yakigata {
        background-position: center;
    }
}

#gasgata {
    background-size: cover;
    background-image: url(../img/techno/tec-image-04.jpg);
}

@media only screen and (max-width: 700px) {
    #gasgata {
        background-position: center;
    }
}

#sougata {
    background-size: cover;
    background-image: url(../img/techno/tec-image-05.jpg);
}

@media only screen and (max-width: 700px) {
    #sougata {
        background-position: center;
    }
}

#rougata {
    background-size: cover;
    background-image: url(../img/techno/tec-image-06.jpg);
}

@media only screen and (max-width: 700px) {
    #rougata {
        background-position: center;
    }
}

.bg_navy {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(171, 161, 146, 0.5522409647452731) 50%, rgba(90, 84, 75, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(171, 161, 146, 0.5522409647452731) 50%, rgba(90, 84, 75, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(171, 161, 146, 0.5522409647452731) 50%, rgba(90, 84, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#5a544b", GradientType=1);
    color: #000;
}

.bg_navy h2 {
    color: inherit;
    font-family: 'Zen Old Mincho', serif;
    text-align: center;
    font-weight: normal;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    font-size: 3.8rem;
}

.bg_navy a {
    color: inherit;
}

.bg_lightblue {
    background-color: rgba(192, 198, 201, 0.5);
}

.bg_green {
    background-color: #6f8f7a;
}

section p {
    line-height: 2;
    margin-bottom: 1.6rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.6rem;
}

h3 {
    text-align: left;
    font-weight: normal;
    margin-bottom: 1rem;
    color: #565b65;
    font-size: 2.1rem;
    font-family: 'Zen Antique Soft', serif;
}

h5 {
    font-size: 1.65rem;
    color: #6d757e;
    font-weight: bold;
    border-bottom: 1px solid #b7bbbf;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

[class*="bg_"] {
    margin-top: 3rem;
    padding-bottom: 3rem;
}

@media only screen and (max-width: 700px) {
    .section-head {
        padding: 3rem 1rem;
    }
    [class*="bg_"] {
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    section p {
        font-size: 1.45rem;
    }
}

[class*="bg_"]+[class*="bg_"] {
    margin-top: 0;
}

[class*="bg_"]:first-of-type {
    margin-top: 0;
}

.heading02 {
    position: relative;
    font-size: 26px;
    text-align: center;
    border-bottom: 5px solid #f6f6f6;
}

.heading02::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 5px;
    background-color: #387ccc;
}

.heading03 {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
    color: #a9a9a9;
    font-family: 'Zen Old Mincho', serif;
}

.heading03::before,
.heading03::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #f5f5f5;
}

.heading03::before {
    margin-right: 20px;
}

.heading03::after {
    margin-left: 20px;
}

small {
    font-size: 1.45rem;
}

@media only screen and (max-width: 700px) {
    small {
        font-size: 1.4rem;
    }
}


/* Sub */

.block--techno {
    padding-bottom: 60px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .block--techno {
        padding-bottom: 60px;
    }
}

.block__inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 30px;
    width: 940px
}

@media screen and (max-width:768px) {
    .block__inner {
        padding: 0 15px;
        width: auto
    }
}

.block__heading {
    padding: 80px 40px 55px;
}

.block__heading--lesson {
    padding: 0 40px 55px
}

.block__heading--contact {
    padding: 20px 40px 55px
}

.block__heading--incense {
    padding: 145px 40px 55px
}

.block__heading--en {
    padding: 175px 40px 55px
}

@media screen and (max-width:768px) {
    .block__heading,
    .block__heading--contact,
    .block__heading--en,
    .block__heading--incense,
    .block__heading--lesson {
        padding: 50px 0 40px
    }
}

.block__title {
    font-size: 2.8rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}

.block__title,
.block__title--lesson {
    position: relative;
    font-weight: 400
}

@media screen and (max-width:768px) {
    .block__title,
    .block__title--lesson {
        font-size: 2.2rem;
        font-weight: 400;
        text-align: center
    }
}

.block__title small,
.block__title--lesson small {
    display: inline-block;
    font-size: 1.3rem;
    font-size: 13px;
    margin-right: 37px;
    vertical-align: middle
}

@media screen and (max-width:768px) {
    .block__title small,
    .block__title--lesson small {
        display: block;
        margin-bottom: 17px;
        margin-right: 0
    }
}

.block__title--lesson {
    font-size: 2.8rem;
    font-size: 28px;
    text-align: left
}

@media screen and (max-width:768px) {
    .block__title--lesson {
        font-size: 2rem
    }
}

.block__number {
    color: #9d8856;
    display: inline-block;
    font-size: 2.2rem;
    font-style: normal;
    margin-right: 45px;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
}

@media screen and (max-width:768px) {
    .block__number {
        display: block;
        font-size: 1.6rem;
        margin-right: 0
    }
}

.block__number:after {
    border-bottom: 2.5px solid #9d8856;
    content: '';
    display: block;
    margin-top: 2px
}

@media screen and (max-width:768px) {
    .block__number:after {
        margin: 5px auto 20px;
        width: 20px
    }
}

.block__description,
.block__description--lesson,
.block__description--privacy {
    padding: 0 40px
}

@media screen and (max-width:768px) {
    .block__description,
    .block__description--lesson,
    .block__description--privacy {
        padding: 0
    }
}

.block__description a,
.block__description--lesson a,
.block__description--privacy a,
.entry a {
    color: #9d8856
}

.block__description p {
    line-height: 2.5;
    margin-top: 30px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.6rem;
}

@media screen and (max-width:768px) {
    .block__description p,
    .block__description--lesson p,
    .block__description--privacy p {
        line-height: 2
    }
    .block__description p {
        font-size: 1.35rem;
    }
}

.block--en .block__description p:first-child,
.block--en .block__description--lesson p:first-child,
.block--en .block__description--privacy p:first-child,
.block__description p:first-child,
.block__description--lesson p:first-child,
.block__description--privacy p:first-child {
    margin-top: 0
}

.block__description h3,
.block__description--lesson h3 {
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .block__description h3,
    .block__description--lesson h3,
    .block__description--privacy h3 {
        font-weight: 400
    }
}

.block__description img,
.block__description--lesson img,
.block__description--privacy img {
    height: auto;
    max-width: 100%
}

.block__description small {
    display: inline-block;
    line-height: 2
}

.block__description small,
.block__description--lesson small {
    font-size: 1.2rem;
    font-size: 12px
}

.block__description--privacy small {
    display: inline-block;
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 2
}

.block__description dl,
.block__description--lesson dl,
.block__description--lesson p,
.block__description--privacy dl {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 2;
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .block__description dl,
    .block__description--lesson dl,
    .block__description--privacy dl {
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 20px
    }
}

.block__description dl.history,
.block__description--lesson dl.history,
.block__description--privacy dl.history {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px
}

.block__description dl.history dt,
.block__description--lesson dl.history dt,
.block__description--privacy dl.history dt {
    width: 190px
}

@media screen and (max-width:768px) {
    .block__description dl.history dt,
    .block__description--lesson dl.history dt,
    .block__description--privacy dl.history dt {
        color: #212121;
        font-size: 1.6rem;
        font-weight: 700
    }
}

.block__description dl dt,
.block__description--lesson dl dt,
.block__description--privacy dl dt {
    position: relative;
    clear: both;
    float: left;
    margin-right: 40px;
    width: 120px
}

@media screen and (max-width:768px) {
    .block__description dl dt,
    .block__description--lesson dl dt,
    .block__description--privacy dl dt {
        color: #757575;
        float: none;
        font-size: 1.2rem;
        margin-right: 0;
        width: auto
    }
}

.block__description dl dt:after,
.block__description--lesson dl dt:after,
.block__description--privacy dl dt:after {
    position: absolute;
    top: 0;
    right: 0;
    content: ' : '
}

@media screen and (max-width:768px) {
    .block__description dl dt:after,
    .block__description--lesson dl dt:after,
    .block__description--privacy dl dt:after {
        position: static
    }
}

.block__description dl dd,
.block__description--lesson dl dd,
.block__description--privacy dl dd {
    overflow: auto
}

@media screen and (max-width:768px) {
    .block__description dl dd,
    .block__description--lesson dl dd,
    .block__description--privacy dl dd {
        overflow: visible
    }
}

.block__description--lesson p {
    margin-top: 30px
}

.block__description--lesson hr {
    margin-bottom: 70px;
    margin-top: 40px
}

@media screen and (max-width:768px) {
    .block__description--lesson hr {
        margin-bottom: 30px;
        margin-top: 30px
    }
}

.block__description--lesson small {
    display: inline-block;
    line-height: 2
}

.block__description--privacy h3 {
    color: #9d8856;
    font-size: 1.8rem;
    font-size: 18px;
    margin: 0 0 30px
}

@media screen and (max-width:768px) {
    .block__description--privacy h3 {
        font-size: 1.6rem;
        margin: 0 0 20px
    }
}

.block__description--privacy p {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 30px;
    max-width: 710px
}

@media screen and (max-width:768px) {
    .block__description--privacy p {
        margin: 0 0 20px
    }
}

.block__description--privacy p+h3 {
    margin: 50px 0 30px
}

@media screen and (max-width:768px) {
    .block__description--privacy p+h3 {
        margin: 50px 0 20px
    }
}

.block__description--privacy hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 80px 0
}

@media screen and (max-width:768px) {
    .block__description--privacy hr {
        margin: 40px 0
    }
}

.grid-t {
    margin-top: 40px;
    overflow: hidden;
    /*
    padding: 0 40px;
    */
}

@media screen and (max-width:768px) {
    .grid-t {
        padding: 0
    }
}

.grid--techno {
    margin-top: 35px;
}

.grid--techno li,
ul {
    list-style-type: none;
}

.grid__list {
    position: relative;
    margin: -20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (max-width:768px) {
    .grid__list {
        margin: -15px 0
    }
}

.grid__item {
    padding: 20px;
    width: 49.5%;
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .grid__item {
        padding: 15px 0;
        width: auto
    }
}

figure {
    display: block;
    margin: 0;
    padding: 0
}

.card__thumb img {
    display: block;
    height: auto;
    width: 100%
}

.card__title {
    font-size: 2.2rem;
    padding-top: 10px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

@media screen and (max-width:768px) {
    .card__title {
        font-size: 1.6rem;
        padding-top: 25px
    }
}

.card__title small {
    color: #9d8856;
    font-size: 1.4rem;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle
}

.card__description {
    padding-top: 30px
}

@media screen and (max-width:768px) {
    .card__description {
        padding-top: 25px
    }
}

.card__description p {
    font-size: 1.6rem;
    line-height: 2;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.card__description small {
    display: inline-block;
    margin-top: 10px;
    color: #d2691e;
    font-size: 1.35rem;
}

.line {
    border: none;
    border-top: 1px solid #eee;
    margin: 0;
    margin-bottom: 25px;
}

.line2 {
    border-bottom: 5px solid;
    -o-border-image: -o-linear-gradient(left, rgba(139, 69, 19, 1) 0%, rgba(220, 220, 220, 1) 50%, rgba(143, 188, 143, 1) 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(rgba(139, 69, 19, 1)), color-stop(50%, rgba(220, 220, 220, 1)), to(rgba(143, 188, 143, 1)));
    border-image: linear-gradient(90deg, rgba(139, 69, 19, 1) 0%, rgba(220, 220, 220, 1) 50%, rgba(143, 188, 143, 1) 100%);
    border-image-slice: 1;
    border-top: 1px solid #eee;
    margin: 0;
    margin-bottom: 25px;
}

.block__thumbnail img,
.block__thumbnail--lesson img {
    height: auto;
    width: 100%
}

.block__thumbnail--lesson {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px
}

@media screen and (max-width:768px) {
    .block__thumbnail--lesson {
        margin-bottom: 40px;
        padding-left: 0;
        padding-right: 0
    }
    .block__thumbnail--padding {
        padding: 0 15px
    }
}

.techo-title dl dt {
    font-family: 'Zen Old Mincho', serif;
}

.techo-title dl dd {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.techo-title h2 {
    font-family: 'Zen Antique Soft', serif;
}

.techo-title h2 span {
    font-family: 'Poppins', sans-serif;
    color: #dcdcdc;
}

@media screen and (min-width:768px) {
    .techo-title {
        padding: 80px 50px;
        border-bottom: 5px solid;
        -o-border-image: -o-linear-gradient(left, rgba(139, 69, 19, 1) 0%, rgba(220, 220, 220, 1) 50%, rgba(143, 188, 143, 1) 100%);
        border-image: -webkit-gradient(linear, left top, right top, from(rgba(139, 69, 19, 1)), color-stop(50%, rgba(220, 220, 220, 1)), to(rgba(143, 188, 143, 1)));
        border-image: linear-gradient(90deg, rgba(139, 69, 19, 1) 0%, rgba(220, 220, 220, 1) 50%, rgba(143, 188, 143, 1) 100%);
        border-image-slice: 1;
    }
    .techo-title .inner {
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .techo-title h2 {
        width: 300px;
        font-size: 48px;
        text-align: right;
    }
    .techo-title h2 span {
        font-size: 19px;
    }
    .techo-title dl {
        width: calc(100% - 500px);
    }
    .techo-title dl dt {
        margin: 0 0 90px 0;
        font-size: 28px;
    }
    .techo-title dl dd {
        font-size: 16px;
        line-height: 2;
    }
}

@media screen and (max-width:767px) {
    .techo-title {
        padding: 40px 20px;
        border-bottom: 2.5px solid;
        -o-border-image: -o-linear-gradient(left, rgba(139, 69, 19, 1) 0%, rgba(220, 220, 220, 1) 50%, rgba(143, 188, 143, 1) 100%);
        border-image: -webkit-gradient(linear, left top, right top, from(rgba(139, 69, 19, 1)), color-stop(50%, rgba(220, 220, 220, 1)), to(rgba(143, 188, 143, 1)));
        border-image: linear-gradient(90deg, rgba(139, 69, 19, 1) 0%, rgba(220, 220, 220, 1) 50%, rgba(143, 188, 143, 1) 100%);
        border-image-slice: 1;
    }
    .techo-title .inner {
        position: relative;
    }
    .techo-title h2 {
        font-size: 26px;
        text-align: right;
    }
    .techo-title h2 span {
        margin: 20px 0 0 0;
        font-size: 14px;
        display: block;
    }
    .techo-title dl {
        margin: -25px 0 0 0;
    }
    .techo-title dl dt {
        margin: 0 0 30px 0;
        font-size: 22px;
    }
    .techo-title dl dd {
        font-size: 1.6rem;
        line-height: 2;
    }
}

.wide-padding {
    padding: 0 40px;
}

@media screen and (max-width:767px) {
    .wide-padding {
        padding: 0 15px;
    }
}

.seotext_02 {
    border-bottom: solid;
    border-color: #d2691e;
    border-width: 3px;
}

.block__thumbnail {
    margin-bottom: 25px;
}

.font-small-14 {
    font-size: 1.3rem;
}

@media screen and (max-width:767px) {
    .font-small-14 {
        font-size: 1.2rem;
    }
}


/* flex */

.card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.card {
    width: 32%;
    background: #f5f5f5;
    margin-bottom: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 45px;
}

.card h2 {
    font-family: 'Zen Old Mincho', serif;
    line-height: .5;
}

.card-header {
    text-align: center;
    padding: 50px 10px;
    background: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
    background: -o-linear-gradient(left, #ff416c, #ff4b2b);
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    color: #fff;
}

.card-header-1 {
    text-align: center;
    padding: 50px 10px;
    background-size: cover;
    background-image: url(../img/techno/tec-image-03.jpg);
    color: #fff;
    font-size: 4.5rem;
}

.card-body {
    padding: 30px 20px;
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
    text-align: justify;
    font-family: 'Zen Maru Gothic', sans-serif;
}


/*
.card-body {
    padding: 30px 20px;
    text-align: center;
    font-size: 18px;
}
*/

.card-body .btn {
    display: block;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
    background: -o-linear-gradient(left, #ff416c, #ff4b2b);
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    margin-top: 30px;
    text-decoration: none;
    padding: 10px 5px;
}


/*
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
}
*/

@media screen and (max-width: 1000px) {
    .card {
        width: 45%;
    }
}

@media screen and (max-width: 620px) {
    .card {
        width: 90%;
    }
    .card-header-1 {
        padding: 15px 10px;
    }
    .card h2 {
        font-size: 2.6rem;
    }
}


/*  slider */

.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width:767px) {
    .mypattern .slick-slide:not(.slick-center) {
        -webkit-filter: none;
        filter: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#method-contents {
    position: relative;
    /*
    background: #f1f0e9;
    */
    padding: 1.5vw 0 .55vw;
    text-align: center;
}

#method-contents .c_txt {
    font-size: 14px;
    font-weight: bold;
}

#method-contents h2 {
    font-size: 50px;
    font-weight: bold;
    margin: 25px 0 15px;
    font-family: 'Zen Old Mincho', serif;
}

#method-contents h2 span {
    font-size: 50px;
    font-weight: bold;
    color: #065f8e;
}

#method-contents p.en {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #deb887;
}

#method-contents .method-contents_slide_wrap {
    position: relative;
}

#method-contents .frame {
    display: block;
    width: 50%;
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

#method-contents li {
    padding: 3vw .5vw 90px;
}

.method-contents_slide .slick-slide {
    margin: 0 20px;
    outline: none;
}

#method-contents img {
    width: 100%;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden !Important;
    border: 0;
}

#method-contents .method-contents_slide h3 {
    font-size: 28px;
    font-weight: bold;
    margin: calc(2.8571vw + 15px) 0 18px;
    text-align: center;
    top: -60px;
    position: relative;
    font-family: 'Zen Maru Gothic', sans-serif;
}

#method-contents .method-contents_slide p {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: -85px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #a9a9a9;
}

#method-contents .slick-slide,
#method-contents .is-active-next {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#method-contents .slick-slide.slick-current,
#method-contents .slick-slide.is-active-next {
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

#method-contents .slick-counter {
    position: absolute;
    width: 120px;
    font-size: 16px;
    top: 33px;
    left: calc(50% + 8.214vw);
    margin: auto;
    text-align: center;
    z-index: 500;
}

#method-contents .slick-counter span {
    display: block;
    font-size: 23px;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
}

#method-contents .slick-counter span.current {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    color: #0000cd;
    letter-spacing: -0.05em;
    font-weight: 500;
}

@media screen and ( max-width: 1049px) {
    #method-contents .frame {
        display: block;
        width: 80%;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
    #method-contents .slick-counter {
        top: 43px;
        left: calc(50% + 17.214vw);
    }
}

@media screen and ( max-width: 800px) {
    #method-contents {
        padding: 15vw 5vw 1vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #method-contents .c_txt {
        font-size: 11px;
    }
    #method-contents h2 {
        font-size: 25px;
        font-weight: bold;
        margin: 18px 0 15px;
    }
    #method-contents h2 span {
        font-size: 25px;
    }
    #method-contents p.en {
        font-size: 11px;
    }
    #method-contents .method-contents_slide {
        margin-top: 12vw;
    }
    #method-contents .frame {
        width: 100%;
        top: 0px;
    }
    .method-contents_slide .slick-slide {
        margin: 0;
    }
    #method-contents .slick-slide.slick-current,
    #method-contents .slick-slide.is-active-next {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    #method-contents li {
        padding: 5vw;
    }
    #method-contents .method-contents_slide h3 {
        font-size: 17px;
        margin: calc(5vw + 8px) 0 23px;
        top: -20px;
    }
    #method-contents .method-contents_slide p {
        font-size: 13px;
        line-height: 26px;
        text-align: center;
        top: -40px;
    }
    #method-contents .slick-counter {
        width: 22.5vw;
        top: -5px;
        left: calc(50% + 15.5vw);
    }
    #method-contents .slick-counter span {
        font-size: 13px;
    }
    #method-contents .slick-counter span.current {
        font-size: 34px;
    }
    #method-contents .slick-prev,
    #method-contents .slick-next {
        width: 40px;
        height: 40px;
        top: calc(82.75vw + 20px);
        z-index: 50;
    }
    #method-contents .slick-prev {
        left: -15px;
        background: url(../img/custom/arrow-left.png);
        background-size: cover;
        margin-top: 15px;
    }
    #method-contents .slick-next {
        right: -15px;
        background: url(../img/custom/arrow-right.png);
        background-size: cover;
        margin-top: 15px;
    }
    #method-contents .method-contents_slide_wrap:hover .slick-prev,
    #method-contents .method-contents_slide_wrap:hover .slick-next {
        opacity: 100;
    }
}

.slick-slider {
    padding: 0;
}

.slick-dots li.slick-active button {
    background: none;
    border-radius: 0;
}

.slick-dots li {
    top: 80px;
}

@media screen and (max-width:767px) {
    .slick-dots li {
        top: 20px;
    }
}


/* Gallery */

.gallery-box {
    padding: .5vw;
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
}

.gallery-box div {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 33%;
    margin: .5vw;
}

.gallery-box div img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    .gallery-box div {
        width: 48%;
        padding: 5px;
    }
    .gallery-box {
        padding: 3px;
        margin-bottom: 5px;
    }
}


/*
@media screen and (max-width: 400px) {
    .gallery-box div {
        margin: 0;
    }
    .gallery-box {
        padding: 0;
    }
}
*/