@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap');
html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	line-height: 1.8;
	font-family: 'Kosugi Maru', sans-serif !important;
	font-weight: 400;
	font-style: 16px;
	color: #111;
	box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    background: #fff;
	
}


@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

* {
    box-sizing: border-box
}

.rows {
    width: 100%;
    float: left;
}
input[type=text],
input[type=number],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    resize: none;
}

input,
textarea {
    border: none;
    border: 1px #ccc solid;
    border-radius: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:visited,
a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

a,
h2,
h3,
h4,
ul,
li {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none
}

img {
    max-width: 100%;
}

header {
    width: 100%;
    float: left;
}

section,
footer {
    width: 100%;
    /* float: left; */
}

.br-hide-sp {
    display: none;
}
.br_show{
    display: none;
}

.text_small{
	font-size: 16px;
}
/* -------------------------------------------------- General style --------------------------------------------------*/

.wrap-header {
    padding: 10px 0;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    background: rgba(255, 255, 255, .9)
}

.bg-color {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.bg-none {
    background: none;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}


/* Logo */

.logo {
    float: left;
    width: 100%;
    max-width: 260px;
}


/* Info head */

.info-head {
    float: right;
}

.info-head a {
    font-size: 16px;
    line-height: 160%;
}


/* Menu top */

.icon-sp {
    display: none;
    float: right;
    padding-top: 8px;
}

.icon-sp li {
    padding-left: 5px;
    float: left;
}

.icon-menu-sp {
    cursor: pointer;
    float: right;
    background: url(assets/images/icon_menu.jpg) no-repeat scroll 0 0 / 100% auto;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
}

.icon-sp li a {
    border: 1px solid #000 !important;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.icon-sp li a i {
    position: relative;
    top: 2px;
}

header {
    position: relative;
}


/* Wrap content */

.wrap-content {
    padding: 80px 0;
}

.bg-f2f2f2 {
    background: #f2f2f2;
}

.row-text {
    font-size: 14px;
    line-height: 160%;
    color: #555;
    margin-top: 20px;
}


/* News */

.row-news {
    height: 180px;
    overflow: auto;
}

.news-item {
    font-size: 14px;
    width: 100%;
    float: left;
}

.news-item:nth-child(odd) {
    background-color: #e7e7e7;
    padding: 10px;
    margin-bottom: 0px;
}

.news-item:nth-child(even) {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.news-date {
    font-weight: bold;
}

.news-arrow {
    padding: 0 20px;
}


/* News Morden */

.wrap-news a {
    color: #333;
}

.wrap-news h2 {
    font-size: 18px;
    line-height: 160%;
    margin-top: 15px;
    text-align: left;
}

.modern-news-description {
    font-size: 14px;
    line-height: 160%;
    text-align: left;
    margin-top: 15px;
}


/* End news morden */


/* Table style */

.row-table table {
    width: 100%;
    float: left;
}
.row-table table tr:first-child td {
}
.row-table table tr td:first-child {
	text-align: center;
}
.row-table table tr td {
    padding: 10px;
	vertical-align: middle;
	text-align: left;
	padding: 20px 10px;
	background-color: #ffffff;
	border: 1px solid #2ECCFA;
}

.row-table table tr td:first-child {
    background: #2ECCFA;
	color: #ffffff;
	font-weight: 700;
	border: 1px solid #ace4f5;
	width: 250px;
	text-align: left;
}
.table_sec_fac{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.table_sec_fac_row{
	display: flex;
	justify-content: center;
}
/* End table style */


/* Google map */

.row-map iframe {
    width: 100%;
    float: left;
    height: 300px;
}


/* End google map */


/* Gallery */

.gallery_item {
    margin-bottom: 20px;
}

.gallery_item p {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin: 0;
}


/* End gallery */


/* Serive */

.service-item {
    margin-bottom: 20px;
}

.service-image {
    padding-bottom: 20px;
}

.service-title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}

.service-btn {
    width: 100%;
    float: left;
    text-align: center;
}

.service-des {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.service-btn a {
    display: block;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.service-btn a:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}


/* End serice */


/* Faq */

.row-faq .panel-heading {
    padding: 0;
    border: 0;
}

.row-faq .panel-title>a,
.row-faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.row-faq .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.row-faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row-faq .panel-heading a p {
    padding-right: 30px;
}

.row-faq .panel-heading {
    display: table;
}

.row-faq .icon_question {
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    width: 60px;
}

.row-faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}

.row-faq .panel-title p {
    margin: 0 !important;
}

.row-faq .icon_answer {
    border-top: 1px solid #ddd;
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
}

.row-faq .txt_answer {
    width: 95%;
    display: table-cell;
}


/* End faq */


/* Contact style 01 */

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    border: none !important;
}

.contact-form-st1 input[type=text]:focus,
.contact-form-st1 textarea:focus,
.contact-form-st1 select:focus,
.contact-form-st1 input[type="radio"]:focus,
.contact-form-st1 input[type="checkbox"]:focus {
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form-st1 button {
    border: none;
    background: none;
    cursor: pointer;
}

.contact-form-st1 button:focus {
    outline: none !important;
}

.btn-contact-st1 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

.btn-contact-st1:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

.contact-form-st1 table {
    width: 100%;
    float: left;
}

.contact-form-st1 table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
	vertical-align: middle;
	width: 100%;
	float: left;
}

.contact-form-st1 table tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.contact-form-st1 table tr td input[type=text] {
    height: 37px;
}

.contact-form-st1 table tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.contact-form-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}

#primary-contact form {
    width: 100%;
    float: left;
}

.contact-form-st1 label {
    font-weight: normal;
}


/* End contact style 01 */


/* Contact content 02 */

.contact-form-st2 {
    background-color: #f1f1f1;
    padding: 15px;
}

.contact-form-st2 .form-control {
    height: 43px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px solid #fff;
}

textarea.textare-contact-st2 {
    min-height: 169px !important;
}

.btn-contact-st2 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    width: 100% !important;
}

.btn-contact-st2:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}


/* End contact style 02 */


/* Footer */

footer .goUp {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
    font-size: 20px;
    width: 60px;
    padding: 5px;
    margin: auto;
    color: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center;
    cursor: pointer;
}

footer .goUp:hover {
    padding-top: 20px;
}

.wrap-footer {
    padding: 100px 0;
}

.logo-ft {
    text-align: center;
}

.row-menu-ft {
    padding: 60px 0;
}

ul.menu-ft {
    text-align: center;
}

ul.menu-ft li {
    display: inline-block;
}

ul.menu-ft li a {
    color: #333;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
}

.social {
    text-align: center;
}

.social ul {
    display: inline-block;
    border-bottom: 1px #ccc solid;
}

.copyright {
    padding-top: 20px;
    text-align: center;
    color: #333;
	font-weight: 500;
}

.wrap-header-child {
    position: relative;
}


/* Page child*/

.row-head-child {
    background: rgba(255, 255, 255, .9);
    padding: 10px 0;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.row-menu-child {
    position: relative;
    background: #f4f4f4;
    z-index: 999;
}

.menu-child {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
}

.menu-child li {
    display: inline-block;
    color: #333;
    margin: 0 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none !important;
}

.menu-child li:first-child {
    margin-left: 0;
}

.menu-child li:last-child {
    margin-right: 0;
}

.menu-child li a {
    color: inherit;
    font-size: 14px;
    display: block;
    font-weight: bold;
    padding: 15px 59px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.menu-child li.active,
.menu-child li:hover {
    background: #000;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/* Wrap banner */

.wrap-banner-child {
    overflow: hidden;
    height: 250px;
    text-align: center;
    background-image: url(assets/images/banner-sample.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bn-st-title {
    padding: 0 15px;
}

.bn-st-title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    font-weight: bold;
    -webkit-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -moz-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -o-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -ms-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.bn-st-title-span {
    font-size: 20px;
    text-transform: capitalize;
}


/* Wrap banner style1 */

.wrap-banner-child-style1 {
    padding: 80px 0 0 0;
}

.banner-img img {
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
}

.h6-subtitle {
    font-size: 35px;
    line-height: 120%;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
    border-bottom: solid 1px #21ccd6;
    display: inline-block;
}

span.title-jp {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    background-color: #FFF;
    top: -16px;
    position: relative;
    padding: 3px 5px;
    text-align: center;
    text-transform: capitalize;
}


/* Table style */

.table-style {
    width: 100%;
    float: left;
}

.table-style tr {
    border-bottom: 1px #ccc dotted;
}

.table-style tr:last-child {
    border-bottom: 0;
}

.table-style tr td {
    padding: 10px 15px;
    vertical-align: middle;
}

.table-style tr td:first-child {
    background: #ccc;
    text-align: center;
}


/* Member */

.member-items {
    background: #fff;
    border: 4px #ccc solid;
    padding: 15px;
    position: relative;
}

.member-img {
    width: 36%;
    float: left;
    text-align: left;
    padding-bottom: 20px;
    padding-right: 20px;
}

.member-title {
    width: 64%;
    float: left;
    text-align: left;
    border-bottom: 1px #ccc solid;
}

.member-title h3 {
    font-size: 20px;
    line-height: 160%;
    font-weight: bold;
}

.member-text {
    font-size: 14px;
    line-height: 160%;
}


/* Menu footer fixed */

.fix-foot {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    float: right;
}

.menu-sp-index-foot {
    background: #F4F4F4;
    float: right;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    clear: both;
    position: relative;
    width: 100%;
    margin-top: 0px;
    z-index: 99999;
}

.open-foot {
    background: #fff url(../common/img/icon_menu.jpg) no-repeat scroll 0 0 / 100% auto;
    border: 1px solid #000000;
    box-sizing: border-box;
    color: #00a0e9;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 0;
    height: 40px;
    margin: 13px 10px 8px 2px;
    width: 40px;
}

.ho-foot {
    margin: 6px 10px 8px 2px !important;
}

.phone-sp-foot {
    background: #ea5455 url(../common/img/icon_phone_sp.png) no-repeat scroll center top / 100% auto;
    border: 1px solid #f00;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 0;
    height: 40px;
    margin: 6px 10px 8px 2px;
    width: 40px;
}

.mail-sp-foot {
    background: #666 url(../common/img/icon_mail_sp.png) no-repeat scroll center top / 100% auto;
    border: 1px solid #666;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 0;
    height: 40px;
    margin: 6px 10px 8px 2px;
    width: 40px;
}

#navBox-foot {
    position: absolute;
    z-index: 999;
    display: none;
    bottom: 64px;
    width: 100%;
}

.menu-sp-foot li a {
    color: #000;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.menu-sp-foot {
    width: 100%;
    float: left;
    padding-left: 0px;
}

.menu-sp-foot li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    float: left;
    text-align: left;
    width: 100%;
    list-style: none;
}


/* ======================= INSTAGRAM =======================*/

#instagram-ct {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram-ct li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram-ct li a {
    display: block;
}

#instagram-ct li a:hover {
    opacity: 0.5;
}

#instagram-ct li a img {
    width: 100% !important;
    max-width: inherit;
}


/* ======================= END INSTAGRAM =======================*/


/* ======================= BLOG =======================*/
.row_blog {
    width: 100%;
    float: left;
}
.row_blog iframe{
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}


/* ======================= END BLOG =======================*/


/* RWD */

@media screen and (max-width:1199px) {
    .menu-child li a {
        padding: 15px 42px;
    }
}

@media screen and (max-width:992px) {
    .news-date {
        width: 100%;
        float: left;
    }
    .news-arrow {
        display: none;
    }
    .news-txt {
        width: 100%;
        float: left;
        padding-top: 10px;
    }
    .service-item {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:991px) {
    .menu-child li a {
        padding: 15px 24px;
    }
    .member-items {
        margin-bottom: 15px;
    }
    .row-member-items:last-child .member-items {
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px) {
    .menu-child {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .icon-sp {
        display: block;
    }
    .info-head {
        display: none;
    }
    .row-menu-child {
        border-bottom: 0;
        position: relative;
    }
    ul.menu-child {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        z-index: 2;
        width: 100%;
        padding: 0;
    }
    ul.menu-child li {
        width: 100%;
        float: left;
        display: block;
        border-bottom: 1px #f2f2f2 solid;
        border-radius: 0 !important;
        margin: 0;
    }
    ul.menu-child li:last-child {
        border-bottom: 0;
    }
    ul.menu-child li:hover {
        border-radius: 0 !important;
    }
    ul.menu-child li a {
        color: #fff;
        font-size: 14px;
        padding: 15px 0;
        display: block;
    }
    ul.menu-ft li a {
        padding: 10px 15px;
    }
    .layout-column-txt {
        width: 100%;
    }
    .layout-column-img {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .layout_column_table {
        width: 100%;
        margin-bottom: 20px;
    }
    .row-map iframe {
        width: 100%;
    }
    .service-item {
        margin-bottom: 30px;
    }
    .js-sp {
        display: none;
    }
    .wrap-header-child {
        position: fixed;
        z-index: 999;
    }
    .wrap-banner-child {
        margin-top: 77px;
    }
    .wrap-banner-child-style1 {
        margin-top: 77px;
    }
    .row-head-child {
        border-bottom: 1px #ccc solid;
    }
}

@media screen and (max-width:640px) {
    .br-hide-sp {
        display: block;
    }
    .wrap-content {
        padding: 40px 0;
    }
    .row-description {
        font-size: 16px;
    }
    .wrap-footer {
        padding: 50px 0;
    }
    .row-menu-ft {
        padding: 30px 15px;
    }
    ul.menu-ft {
        width: 100%;
        float: left;
    }
    ul.menu-ft li {
        display: inherit;
        width: 100%;
        float: left;
        border-bottom: 1px #fafafa solid;
    }
    ul.menu-ft li a {
        display: block;
        padding: 15px 0;
    }
    .row-modern-news-item {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .row-modern-news-item:last-child {
        margin-bottom: 0;
    }
    .bn-st-title h3 {
        font-size: 26px;
    }
    .bn-st-title-span {
        font-size: 14px;
    }
    .br_show{
        display: inline-block;
    }
    #instagram-ct li{
        width: 33.33%;
    }
	.title-style47 {
		padding: 10px 20px;
	}
}

@media screen and (max-width:580px) {
    .member-img {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .member-title {
        width: 100%;
        margin-bottom: 20px;
    }
    .gallery_item {
        width: 100%;
        float: left;
        text-align: center;
    }
    .service-item {
        width: 100%;
        float: left;
    }
    .service-image {
        text-align: center;
    }
    .row_blog iframe{
        height: 200px;
    }
}

@media screen and (max-width:450px) {
    .logo {
        max-width: 180px;
    }
    .icon-sp {
        padding-top: 6px;
    }
    .icon-menu-sp {
        width: 30px;
        height: 30px;
    }
    .icon-sp li a {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    .icon-sp li a i {
        position: relative;
        top: -1px;
    }
    .wrap-banner-child {
        margin-top: 60px;
    }
}


/* END RWD */



/* STYLE THEME */



a, a:link, a:active, a:visited {
	transition: all 0.5s ease-out;
	outline: none;
	text-decoration: none;
}

@media only screen and (max-width: 480px) {
	html {
		font-size: 55%;
	}
}

/*---------------------------------------------------------common*/

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

.tac {
	text-align: center;
}

/*---------------------------------------------------------page-top*/

#page-top {
	display: block;
	position: fixed;
	z-index: 10;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #2ECCFA;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 auto;
	border: solid 1px;
	border-color: #2ECCFA;
	cursor: pointer;
}

#page-top:hover {
	opacity: 0.8;
	
}


.p_t_arrow {
	display: block;
	margin: 25px auto 0;
	width: 16px;
	height: 16px;
	border-top: 2px solid #2ECCFA;
	border-right: 2px solid #2ECCFA;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
}
/*---------------------------------------------------------contain*/

header {
	width: 100%;
	height: 70px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 10;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header h1 {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	color: #111;
	padding-left: 5px;
	letter-spacing: 1px;
}

.navigation {
	height: 70px;
	font-weight: 400;
	letter-spacing: 1px;
}



#logo {
	min-width: 100px;
	max-width: 160px;
	padding: 0px 0 0 5px;
	box-sizing: border-box;
	/* float: left; */
	/* width: 20%; */
	height: 50px;
	overflow: hidden;
}

#logo img {
	width: 100%;
	height: auto;
}

nav {
	float: right;
}

nav ul {
	list-style: none;
	padding: 0;
	max-width: 992px;
	margin: 0 auto;
}

nav ul li {
	float: left;
	position: relative;
	margin: 17px 0 0 0;
}

nav ul li a {
	display: block;
	padding: 0 5px;
	line-height: 1.2;
	text-decoration: none;
	font-size: 12px;
	color: #111;
}

nav ul li.nopc {
	display: none;
}

nav ul li a:hover, nav ul li a:visited:hover {
	color: #fff;
}

nav ul li a br {
	display: none;
}

.sns {
	width: 20px;
}

.sns img {
	width: 20px;
	height: auto;
}

.cont-work {
	width: 100%;
	float: left;
	max-width: 800px;
}

.left, .right {
	width: 50%;
	float: left;
}
.nav-list .hv-u:hover {
    text-decoration: none !important;
}

/* Css t */

.top_concept span.tc_text {
	font-weight: bold;
}

.tc_ph .btn01 a {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.topbl {
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	margin-bottom: 40px;
}

.dl-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.massage-lt {
	width: 30%;
}

.massage-rt {
	width: 68%;
	margin-left: 2%;
}

.massage-rt .text01 {
	margin-top: 0;
}

.massage2 .massage-lt {
	width: 14%;
}

.massage2 .massage-rt {
	width: 84%;
	margin-left: 2%;
}


.mgt-30 {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.mgt-20 {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.mgt-10 {
	width: 100%;
	overflow: hidden;
	margin-top: 10px !important;
}
.top-txt .text01 {
	margin-top: 0;
}
.text-lt strong {
	font-weight: bold;
}

.Title-P {
	font-size: 20px;
	line-height: 160%;
}
.text-ct {
	text-align: center;
}
.table02 .dd-w100 {
	width: 100%;
}
.tt-group {
	font-size: 18px;
	font-weight: bold;
}
.img-ct img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
#g-home1, #g-home2, #g-home3, #g-home4, #g-taxi1 {
	padding: 40px 0;
}
#events {
	padding-bottom: 40px;
}
#g-home4 {
	padding-bottom: 80px;
}

.banner-page img {
	height: 250px;
	object-fit: cover;
	width: 100%
}
.image-container.compat-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 250px;
}
.image-container.compat-object-fit .image-object-fit {
	display: none;
}
.image-object-fit {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.top-txt .dl-flex {
	justify-content: center;
	align-items: center;
}
.top-txt .dl-flex li p.text01 {
	margin-top: 0;
}
.top-txt .dl-flex li:first-child {
	margin-right: 20px;
}
.layout-column-txt p, .txt_answer p {
	line-height: 160%;
}
.contact-form-st1 table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
	vertical-align: middle;
	width: 100%;
	float: left;
	text-align: left;
}
#primary-contact form {
    width: 100%;
    float: left;
    background-color: #e2e1e1;
    padding: 30px;
}
#primary-contact form td {
    background: none;
}
#primary-contact form td span {
	background-color: #ffbf00;
    color: #000;
    padding: 3px 5px 4px;
    margin-right: 10px;
    line-height: 13px;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
}
.contact-form-st1 table tr td input[type=text] {
	height: 43px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.contact-form-st1 table tr td select {
	padding-right: 46px;
    /* background-image: url(./assets/images/ico_arrow.png); */
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 46px auto;
    background-size: 46px auto;
    position: relative;
    font-size: 13px;
	line-height: 1.5;
	border: none;
    height: 43px;
}
.wrap-radio input {
	width: 15px;
	height: 15px;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
	width: 20px;
	height: 20px;
	position: relative;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 0;
	font-weight: 400;
    cursor: pointer;
}
#primary-contact form td span.input-pd {
	padding-left: 10px;
	background-color: rgba(255, 191, 0, 0);
	font-size: 14px;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
}
/* End Css t */

/* Mobile navigation */

.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #FCD35E;
	height: 70px;
	width: 70px;
	z-index: 10;
}

@media only screen and (max-width: 2000px) {
	header {
		height: 70px;
		position: fixed;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	.navigation {
		height: 70px;
	}
	.nav-mobile {
		display: block;
		position: fixed;
		text-align: center;
		height: 70px;
	}
	nav {
		width: 100%;
		background: #f5f5f5;
		box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.2) inset;
	}
	.nav-list {
		z-index: 8;
		padding: 30px 10px 20px;
		text-align: center;
	}
	.nav-list:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 0;
	}
	nav ul {
		display: none;
	}
	nav ul li {
		float: none;
		text-align: center;
		width: calc(100%/5 - 2%);
		height: 120px;
		position: relative;
		line-height: 1.5;
		vertical-align: top;
		border-radius: 5px;
		display: inline-block;
		margin: 10px 2px 0 2px;
		box-sizing: border-box;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
	}
	nav ul li.nopc {
		display: inline-block;
	}
	nav ul li a {
		font-size: 14px;
		margin-bottom: 0px;
		color: #111;
		height: 120px;
		padding-top: 70px;
		display: block;
		box-sizing: border-box;
		transition: .4s;
		font-weight: 500;
		line-height: 150%;
		font-style: normal;
		border-radius: 5px;
		position: relative;
		z-index: 9;
	}
	nav ul li a br {
		display: block;
	}
	nav ul li a:hover {
		background: rgba(30, 30, 30, 0.3);
	}
	nav ul li ul li a {
		padding-left: 30px;
	}
	nav ul li:after {
		position: absolute;
		content: '';
		background-repeat: no-repeat;
		background-size: contain;
		left: 50%;
		top: 15px;
		transform: translateX(-50%);
		font-family: "Font Awesome 5 Free";
		font-size: 43px;
		font-weight: 900;
		line-height: 1;
	}
	nav ul li:hover:after {
		color: #fff;
	}
	nav ul li:nth-child(1):after {
		content: '\f015';
		/*home*/
		color: #C31724;
	}
	nav ul li:nth-child(2):after {
		background-image: url(assets/images/icon-page2.png);
		width: 50px;
		height: 45px;
	}
	nav ul li:nth-child(3):after {
		background-image: url(assets/images/icon-page3.png);
		width: 50px;
		height: 43px;
	}
	nav ul li:nth-child(4):after {
		background-image: url(assets/images/icon-page4.png);
		width: 50px;
		height: 35px;
	}
	nav ul li:nth-child(5):after {
		background-image: url(assets/images/icon-page5.png);
		width: 32px;
		height: 50px;
	}
	nav ul li:nth-child(6):after {
		content: '\f0e0';
		/*mail*/
		color: #000;
	}
	nav ul li:nth-child(7):after {
		content: '\f304';
		/*pen*/
		color: #F3B6C7;
	}
	nav ul li:nth-child(8):after {
		content: '\f0e0';
		/*mail*/
		color: #E8903C;
		/*orange*/
		color: #03BDF2;
		/*mizuiro*/
	}
	nav ul li:nth-child(9):after {
		content: '\f3c5';
		/*pin*/
		color: #BDD402;
	}
	nav ul li:nth-child(10):after {
		content: '\f2bd';
		/*parson*/
		color: #E76E23;
		/*orange*/
	}
	nav ul li i {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
		color: #111;
		left: 50%;
		margin-left: -7px;
		top: 50px;
		font-size: 15px;
	}
	nav ul li.inst {
		background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
		background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
	}
	nav ul li.fb {
		background: rgba(59, 89, 152, 1);
	}
	nav ul li.line {
		background: rgba(29, 205, 0, 1);
	}
	.nav-dropdown {
		position: static;
	}
}

.news-row {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: #ccc solid 1px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}

.news-row .add_txt {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.news-date {
	float: left;
	background: #000;
	color: #fff;
	padding: 2px 6px 3px 6px;
	line-height: 20px;
	margin-right: 3%;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.news-text {
	color: #535353;
	float: left;
	font-size: 18px;
	line-height: 160%;
}

.news-text a {
	color: #000;
}

.topnew-date {
	padding-left: 10px;
}

@media screen and (min-width: 2001px) {
	.nav-list {
		display: block !important;
	}
}

#nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 2px;
	height: 4px;
	width: 35px;
	background: #fff;
	position: absolute;
	display: block;
	content: "";
	transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}

#nav-toggle.active span:before {
	transform: rotate(45deg);
}

#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

.tel, .map {
	position: absolute;
	right: 75px;
	top: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #FCD35E;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	padding: 15px 0 0 0;
	box-sizing: border-box;
}

.map {
	right: 130px;
	background-color: #000;
}
.tel a, .map a {
	color: #fff;
	transition: none;
}
.tel a:hover i{
	color: #fff;
	transition: none;
}
.tel:hover{
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
	#logo {
		padding: 10px 0 0 5px;
		max-width: 200px;
	}
	ul.dl-flex li img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		/* width: auto; */
	}
	ul.dl-flex li {
		width: 100%;
	}
	.top_concept {
		padding-left: 50px;
		padding-right: 50px;
	}
	.max_w {
		max-width: 100% !important;
		width: 100% !important;
	}

	#concept {
		padding: 40px 0 !important;
	}
	#g-home1, #g-home2, #g-home3, #g-home4, #g-taxi1 {
		padding: 20px 0;
	}
	#g-home4 {
		padding-bottom: 40px;
	}
	#introduce {
		padding-bottom: 40px !important;
	}
	.txt-copyright form br{
		display: none;
	}

}

@media only screen and (max-width: 580px) {
	#logo {
		padding: 2px 0 0 5px;
		max-width: 150px;
		margin: 0;
	}
	.news-text {
		font-size: 14px;
	}
	nav ul li {
		width: calc(100%/3 - 2%);
	}
	.nav-list {
		padding-top: 10px;
	}
	.tel, .map {
		position: absolute;
		width: 45px;
		height: 45px;
		right: 80px;
		padding: 14px 0 0 0;
	}
	.map {
		right: 132px;
	}
}

/* -------------------------------------------------------------/nav */

#container {
	width: 100%;
	height: 1000px;
	padding-top: 70px;
}

.main {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
    position: relative;
    float: unset;
}

.main img {
	width: 100%;
	max-width: 100%;
	height: auto;
	animation-name: fadein;
	animation-duration: 2s;
	animation-iteration-count: 1;
	border-radius: 20px;
}

.gotorecruit a {
	position: absolute;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	bottom: 90px;
	right: 90px;
	background-color: #E7752E;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	box-shadow: 0px 0px 0px 5px #E7752E, 0px 0px 10px rgba(0, 0, 0, 0.95);
	border: dashed 2px;
	border-color: rgba(255, 255, 255, 0.5);
	letter-spacing: 2px;
}

.gotorecruit a:hover {
	background-color: #F8B900;
	box-shadow: 0px 0px 0px 5px #F8B900, 0px 0px 10px rgba(0, 0, 0, 0.95);
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*---------------------------------------------------------news*/

#news {
	padding: 80px 0;
	padding-top: 0px;
}

.head01 {
	margin: 0 0 20px;
	font-size: 28px;
	text-align: center;
	letter-spacing: 4px;
	font-weight: 400;
}

.max_w {
	/* max-width: 1200px; */
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.max1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.news_li {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: #ccc solid 1px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.video-top {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.news_date {
	color: #999;
	margin-right: 10px;
	float: left;
}
.news_cat {
	float: left;
}

.news_cat {
	line-height: 1;
	padding: 4px 0 4px;
	width: 70px;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
	font-size: 11px;
	display: inline-block;
	text-align: center;
}

.topnews .news_li span.news_cat{
	background-color: #8DC21E;
}

.topnews .news_li:nth-child(2n) span.news_cat {
	background-color: #F8B900;
}

.topnews .news_li:nth-child(3n) span.news_cat{
	background-color: #E36702;
}

.news_title a {
	color: #000;
}

.news_title a:hover {
	color: #ccc;
}

.btn01 a {
	padding: 14px 0 10px;
	width: 200px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 40px auto 0;
	font-size: 15px;
	border-radius: 20px;
	font-weight: 400;
	color: #000;
	display: block;
}

.btn01 a:hover {
	border: 1px solid #F8B900;
	background-color: #F8B900;
	color: #fff;
}

.video-bg {
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.icon-logo {
	position: absolute;
	color: #f1f1f1;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon-logo img {
	opacity: 0.8;
}

.video-top .col6 {
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.video-width {
	width: 100%;
	height: auto;
}

.video-txt {
	font-size: 20px;
	font-weight: bold;
	padding: 30px;
	word-wrap: break-word;
	text-align: left !important;
}

.cont-1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont-1100 {
	width: 100%;
	max-width: 1172px;
	margin: 0 auto;
}

.choose {
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 20px;
}

.tbl-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 50px;
}

.tbl-price .col3 {
	flex-basis: 31.3%;
	-webkit-flex-basis: 31.3%;
	padding: 2% 1%;
	position: relative;
	z-index: 9;
}

table, td, th {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	background: #9CC469;
	color: #fff;
}

td {
	background: #f8f5f0;
}

th, td {
	padding: 15px;
}

.works_box, .video-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 50px;
}

.works_box .col3 {
	flex-basis: 25%;
	-webkit-flex-basis: 25%;
	text-align: center;
	position: relative;
	z-index: 9;
}

.works_box .col3 a {
	transition: all .3s;
	-webkit-transition: all .3s;
	display: block;
	padding: 60px 0;
}

.works_box .col3 a:hover {
	background: #82FA58;
}

.works_box .col3 img {
	/* width: 80%;
	max-width: 580px; */
	height: auto;
	display: block;
	margin: 0 auto;
}

.works_box .col3 a h3 {
	font-size: 14px;
	margin: 20px 10px 0;
	color: #353535;
	font-weight: bold;
}

.works_box .col3:after {
	width: 100%;
	height: 40%;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -10;
}

/* ---------- tab ------------- */

.filter-button-group {
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px;
}

.filter-button-group li {
	display: inline-block;
	text-transform: uppercase;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.filter-button-group li a {
	color: #959595;
	border-bottom: 3px solid transparent;
	padding: 5px 0;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.filter-button-group li.active a, .filter-button-group li a:hover {
	color: #4D4D4D;
	border-bottom-color: #4D4D4D;
}

.filter-button-group li:after {
	content: '/';
	font-family: fontawesome;
	vertical-align: middle;
	margin: 0 60px;
}

/* ---------- end tab ------------- */

.wrapper {
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.faq_wrapper {
	overflow: hidden;
	margin: 0 0 50px;
	text-align: left;
}

.faq_wrapper dl {
	margin: 0 0 10px;
	font-size: 16px;
	font-size: 1.6em;
}

.faq_wrapper dl dt {
	cursor: pointer;
	background: #82FA58;
	padding: 20px 40px 20px 60px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
}

.faq_wrapper dl dt:before {
	content: 'Q';
	font-size: 1.875rem;
	font-size: 30px;
	width: 40px;
	display: block;
	position: absolute;
	left: 20px;
	top: 8px;
}

.faq_wrapper dl dt .arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #000;
	border-radius: 100%;
}

.faq_wrapper dl dt .arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	margin: -3px 0 0 -2px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.faq_wrapper dl dd {
	display: none;
	padding: 15px 15px 15px 60px;
	margin: 1px 0 0;
	position: relative;
	border-left: 5px solid #000;
}

ul.faq_btn {
	text-align: center;
	margin: 0 0 40px;
	font-size: 0;
	letter-spacing: -.4em;
}

ul.faq_btn li {
	display: inline-block;
	padding: 10px 0;
	margin: 0;
	max-width: 300px;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: normal;
}

ul.faq_btn li.open {
	background: #000;
	color: #fff;
}

ul.faq_btn li.close {
	background: #eee;
}
.news_title{
	word-break: break-all;
}
@media only screen and (max-width: 1024px) {
	.choose {
		margin: 12px;
	}
}

@media only screen and (max-width: 800px) {
	.gotorecruit a {
		position: absolute;
		width: 100px;
		height: 100px;
		font-size: 13px;
		letter-spacing: 1px;
		bottom: 10px;
		right: 10px;
	}
}

@media only screen and (max-width: 768px) {
	table, td, th {
		font-size: 14px;
	}
	.works_box .col3 {
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
	}
	.video-top .col6 {
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}
	.choose {
		margin: 4px;
	}
}

@media only screen and (max-width: 600px) {
	.video-txt {
		font-size: 16px;
		padding: 0;
	}
	.news_li, .video-top {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.tbl-price .col3 {
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}
	.filter-button-group {
		font-size: 18px;
	}
	.filter-button-group li:after {
		margin: 0 15px;
	}
	.news_date{
		margin-right: 0;
		padding-bottom: 10px;
	}
}

/*---------------------------------------------------------nav_middle*/

#nav_middle {
	width: 100%;
	overflow: hidden;
	height: auto;
	background-color: #f5f5f5;
}

#nav_middle ul {
	padding: 30px 10px 50px;
	text-align: center;
	max-width: 992px;
	margin: 0 auto;
}

#nav_middle ul li {
	text-align: center;
	width: calc(100%/5 - 2%);
	position: relative;
	line-height: 1.5;
	vertical-align: top;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 2px 0 2px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

#nav_middle ul li a {
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
	color: #111;
	height: 120px;
	padding-top: 75px;
	display: block;
	box-sizing: border-box;
	transition: .4s;
	font-weight: 500;
	font-style: normal;
	border-radius: 5px;
	position: relative;
	z-index: 9;
	padding-left: 5px;
	padding-right: 5px;
}
#nav_middle ul li:hover{
	text-decoration: none;
}

#nav_middle ul li a:hover {
	background: rgba(30, 30, 30, 0.3);
	color: #fff;
}

#nav_middle ul li ul li a {
	padding-left: 30px;
}

#nav_middle ul li:after {
	position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 43px;
    font-weight: 900;
    line-height: 1;
}

#nav_middle ul li:hover:after {
	color: #fff;
}

#nav_middle ul li:nth-child(1):after {
	content: '\f015';
    color: #C31724;
}

#nav_middle ul li:nth-child(2):after {
    background-image: url(assets/images/icon-page2.png);
    width: 50px;
    height: 45px;
}

#nav_middle ul li:nth-child(3):after {
	background-image: url(assets/images/icon-page3.png);
    width: 50px;
    height: 43px;
}

#nav_middle ul li:nth-child(4):after {
	background-image: url(assets/images/icon-page4.png);
    width: 50px;
    height: 35px;
}

#nav_middle ul li:nth-child(5):after {
    background-image: url(assets/images/icon-page5.png);
    width: 32px;
    height: 50px;
}

#nav_middle ul li:nth-child(6):after {
	content: '\f0e0';
	/*mail*/
	color: #BDD402;
}

#nav_middle ul li:nth-child(7):after {
	content: '\f304';
	/*pen*/
	color: #F3B6C7;
	/*rightpink*/
}

#nav_middle ul li:nth-child(8):after {
	content: '\f0e0';
	/*mail*/
	color: #9E56D0;
	/*parple*/
}

#nav_middle ul li:nth-child(9):after {
	content: '\f3c5';
	/*pin*/
	color: #BDD402;
	/*kimidori*/
}

#nav_middle ul li:nth-child(10):after {
	content: '\f2bd';
	/*parson*/
	color: #E76E23;
	/*orange*/
}

@media only screen and (max-width: 600px) {
	#nav_middle ul li {
		width: calc(100%/3 - 2%);
	}
}

/*---------------------------------------------------------top_concept*/

#concept {
	padding: 80px 0;
}

.title_box {
	text-align: center;
	margin: 0 auto; 
    margin-bottom: 30px;
}

.head02, .head02color {
	margin: 0 0 20px;
	font-size: 28px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 600;
	position: relative;
	padding: 0 38px 0 40px;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;
	color: #2ECCFA;
}

.head02:before, .head02color:before {
	content: '●';
	font-size: 20px;
	color: #8ae2fb;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0 !important;
}

.head02color:before {
	color: #C31724;
}

.head02:after, .head02color:after {
	content: '●';
	font-size: 20px;
	color: #8ae2fb;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0 !important;
}

.head02color:after {
	color: #7b7b79;
}

.head03 {
	margin: 0 0 0;
	font-size: 16px;
	text-align: center;
	letter-spacing: 4px;
	font-weight: 400;
	position: relative;
	padding: 0 40px;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;
}

.head03:before {
	content: 'ー';
	font-size: 30px;
	color: #ccc;
	/*pink*/
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.head03:after {
	content: 'ー';
	font-size: 30px;
	color: #ccc;
	/*blue*/
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.top_concept {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	justify-content: space-between;
	padding: 0 0 0;
}

.tc_ph {
	display: inline-block;
	width: calc(100%/3 - 2%);
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}
.tc_ph:nth-last-child(1),.tc_ph:nth-last-child(2),.tc_ph:nth-last-child(3) {
	margin-bottom: 0;
}

.tc_ph img {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-sizing: border-box;
}

.tc_ph span {
	display: block;
	margin-top: 10px;
}

@media only screen and (max-width: 600px) {
	.top_concept {
		display: block;
		text-align: center;
	}
	.tc_ph {
		width: calc(100%/1 - 10%);
	}
}

/*---------------------------------------------------------footer*/

#footer {
    height: auto;
    overflow: hidden;
	text-align: center;
	background-color: #6abb3a;
	padding: 30px 0;
	width: 100%;
}

#f_inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#f_left, #f_right {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 15px 20px;
	padding-bottom: 0;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 2;
}

#f_right {
	border: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	gap: 2%;
	color: #964116;
}

#f_right .edEdith2 {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: 700;
	text-align: left;
	width: 100%;
}
.f_right_item{
	width: 49%;
	max-width: 360px;
	padding-bottom: 20px;
}
#f_left a {
	color: #2ECCFA !important;
}

#f_left img {
	margin-bottom: 10px;
	width: 90%;
	height: auto;
	max-width: 250px;
}

.btn02 {
	padding: 14px 0 10px;
	width: 200px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
	margin: 10px auto;
	font-size: 16px;
	border-radius: 20px;
	font-weight: 400;
	line-height: 1;
	color: #000;
}

.btn02:hover {
	border: 1px solid #BDD402;
	/*kimidori*/
	background-color: #BDD402;
	/*kimidori*/
	color: #fff;
}

.open {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: none;
	font-size: 14px;
}

.open dt {
	font-weight: 800;
	width: 76px;
	line-height: 1.5;
	padding: 5px;
	box-sizing: border-box;
	text-align: left;
	font-family: fot-seurat-pron, sans-serif;
	padding-left: 0;
}

.open dd {
	padding: 5px;
	width: calc(100% - 76px);
	box-sizing: border-box;
	line-height: 1.5;
	text-align: left;
}

.copy {
	font-size: 12px;
	text-align: center;
}

.txt-copyright {
	font-size: 12px;
	text-align: center;
	z-index: 3;
	margin-top: 10px;
	line-height: 160%;
	color: #964116;
}

.br_show {
	display: none;
}

@media only screen and (max-width: 600px) {
	.br_show {
		display: block;
	}
	#f_inner {
		display: block;
	}
	.tc_ph {
		width: calc(100%/1 - 10%);
	}
}

/*---------------------------------------------------------campany*/

.main_c {
	width: 100%;
	height: 350px;
	text-align: center;
	overflow: hidden;
	background-size: 500px;
	position: relative;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2ECCFA !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_c_bg_bottom{
	background-position: bottom;
}
.main_c_bg_bottom_sec5{
	background-position: bottom 57% center;
}
.main_c h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	color: #00319f;
	position: relative;
	box-sizing: border-box;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
@media screen and (max-width:992px){
	.main_c {
		height: 250px;
	}
}
@media screen and (max-width:768px){
	.main_c {
		height: 200px;
	}
	.main_c h2 {
		font-size: 30px;
	}
	.head02:before,.head02:after{
		font-size: 16px;
	}
}
.main_c .cty {
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	color: #252525;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.bbg01 {
	position: absolute;
	right: 20%;
	bottom: 20px;
	width: 40px;
}

.bbg02 {
	position: absolute;
	left: 20%;
	bottom: 20px;
	width: 40px;
}

.bbg03 {
	position: absolute;
	right: -30px;
	bottom: -10px;
	width: 35px;
	animation: r3 2s linear infinite alternate;
}

.line {
	font-size: 28px;
	margin-bottom: 20px;
}

/* .anim-typewriter{
	animation: typewriter 4s steps(40) 1s 1 normal both,
	blinkTextCursor 500ms steps(40) infinite normal;
}
@keyframes typewriter{
	from{
		width: 0;
	}
	to{
		width: 16em;
	}
}
@keyframes blinkTextCursor{
	from{
		border-right-color: rgba(255, 255, 255, 0.75);
	}
	to{
		border-right-color: transparent;
	}
} */

@media only screen and (max-width: 480px) {
	.bbg01 {
		right: 5%;
	}
	.bbg02 {
		left: 5%;
	}
}

@keyframes r3 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(20deg);
	}
}

@keyframes r4 {
	0% {
		transform: rotate(-10deg);
	}
	100% {
		transform: rotate(10deg);
	}
}

.swiper-custom-parent {
	width: 98%;
	max-width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	z-index: 0;
}

.swiper-container {
	width: 100%;
	/* max-width: 700px; */
	margin: auto;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}



@media only screen and (max-width: 480px) {
	.swiper-button-prev {
		left: -2%;
		right: auto;
	}
	.swiper-button-next {
		right: -2%;
		left: auto;
	}
}

#introduce, #events {
	padding: 80px 0;
	padding-bottom: 0;
	padding-top: 0;
}
 #events, #introduce2 {
	padding: 80px 0;
}

#banner {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 50px auto;
}

#idea {
	width: 100%;
	background-color: #d0cec8;
	padding: 80px 0;
	height: 200px;
}

#policy, #access {
	width: 100%;
	background-color: #dcf0f6;
	padding: 80px 0;
}

#detail, #recruit {
	width: 100%;
	background-color: #f9ecf2;
	padding: 80px 0;
}

#class {
	width: 100%;
	background-color: #f8f0da;
	padding: 80px 0;
}

#flow {
	padding: 80px 0;
}

#effort {
	width: 100%;
	background-color: #d0cec8;
	padding: 80px 0;
	height: auto;
}

.idea_box {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 80px 0;
}

.idea_img {
	width: 220px;
	height: 220px;
	display: block;
	position: absolute;
	top: 40px;
	right: 5%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 0;
	opacity: 1;
}

.idea_img02 {
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 5%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 0;
	opacity: 0.4;
}

.idea_img img, .idea_img02 img {
	width: 150%;
	height: auto;
	margin-left: -25%;
}

.head04 {
	font-size: 24px;
	line-height: 160%;
	font-weight: 400;
	margin-bottom: 30px;
	color: #000;
	border-bottom: 7px dotted #BBD300;
	padding-bottom: 10px;
	width: 250px;
	margin: 0 auto 30px;
	text-align: center;
	font-weight: 700;
}
@media screen and (max-width:992px){
	.head04{
		font-size: 20px;
		width: 180px;
	}
}
@media screen and (max-width:400px){
	.head04{
		font-size: 18px;
	}
}
.head_small {
	font-size: 2.6rem;
}

/*-----------------------------------------------------border-bottom色*/

.bb_yamabuki {
	border-bottom: 7px dotted #7B7B79;
}

.bb_blue {
	border-bottom: 7px dotted #03BDF2;
}

.bb_pink {
	border-bottom: 7px dotted #F066A6;
}

/*-----------------------------------------------------background-color色*/

.bc_blue {
	background-color: #dcf0f6;
}

.bc_pink {
	background-color: #f9ecf2;
}

.text01 {
	font-size: 16px;
	margin: 30px 0 0;
	line-height: 2;
	text-align: center;
}

.text-lt {
	text-align: left;
}

.text-content {
	font-size: 16px;
	margin: 0 0 0;
	line-height: 2;
	text-align: left;
}

.table01 {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	font-size: 16px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 900px;
}

.table01 dt {
	font-weight: bold;
	width: 80px;
	padding: 10px;
	border-bottom: 5px solid #cdecf6;
	box-sizing: border-box;
}

.table01 dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 10px 10px 20px;
	width: calc(100% - 80px);
	border-bottom: 5px solid #cdecf6;
	box-sizing: border-box;
	vertical-align: middle;
}

.policy_deco {
	font-size: 10px;
	display: block;
	background-color: #03BDF2;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
}

.policy_deco span {
	display: inline-block;
	margin-top: -5px;
	font-size: 30px;
	font-weight: 800;
	font-style: normal;
}

.table02 {
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #f6b9d5;
	width: 96%;
	font-size: 14px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
}

.table02 dt {
	width: 30%;
	padding: 15px;
	border-top: 1px solid #f6b9d5;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #faa1ca;
	color: #fff;
}

.table02 dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	width: 70%;
	border-left: 1px solid #f6b9d5;
	border-top: 1px solid #f6b9d5;
	box-sizing: border-box;
	background-color: #fff;
}

.hv-o:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
	/* .main_c img {
		width: 35%;
	} */
}

@media only screen and (max-width: 767px) {
	#idea {
		height: 285px;
	}
	.main_c img {
		/* width: 90%; */
		margin: 16px auto 0px auto;
	}
	.img-ct img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.head02 {
		font-size: 16px;
	}
	.bbg02, .bbg01 {
		bottom: 0;
	}
	.massage-lt {
		width: 100%;
	}
	.massage-rt,.massage2 .massage-lt, .massage2 .massage-rt {
		width: 100%;
		margin-left: 0;
	}
	.max_w{
		max-width: 100%;
		width: 95%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	#events, #introduce2 {
		padding: 40px 0;
	}
	/* .head02:before, .head02color:before,.head02:after, .head02color:after {
		font-size: 0;
    } */
    .tc_ph:nth-last-child(1),.tc_ph:nth-last-child(2),.tc_ph:nth-last-child(3) {
        margin-bottom: 40px;
    }
    .tc_ph:last-child {
        margin-bottom: 0;
    }
    .head02:after, .head02color:after, .head02:before, .head02color:before {
        margin-top: -7px;
	}
	.row-table table tr td {
		line-height: 160%;
		width: 100%;
		float: left;
		border-left: 1px solid #ccc;
	}
	#primary-contact form {
		padding: 10px;
	}
	.btn-contact-st1 {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.topnews {
		padding: 0 15px;
	}

}

@media only screen and (max-width: 800px) {
	.idea_img {
		right: 10%;
		opacity: 0.4;
	}
	.idea_img02 {
		left: 10%;
		opacity: 0.4;
	}
}

@media only screen and (max-width: 480px) {
	.line {
		font-size: 18px;
	}
	.idea_box {
		padding: 18px 0;
	}
	.idea_img {
		top: 0px;
		right: 0%;
	}
	.idea_img02 {
		left: 0%;
		bottom: 0;
	}
}

.t_head {
	font-weight: bold;
	color: #F8B900;
}

.class_box {
	width: 100%;
	max-width: calc(700px + 4%);
	margin: 0 auto;
	padding: 0 2%;
	box-sizing: border-box;
}

.table03 {
	max-width: calc(700px + 4%);
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #F8B900;
	width: 100%;
	font-size: 14px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	background-color: #fff;
}

.table03 dt {
	width: 25%;
	padding: 15px;
	border-top: 1px solid #F8B900;
	box-sizing: border-box;
}

.table03 dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	width: 25%;
	border-left: 1px solid #F8B900;
	border-top: 1px solid #F8B900;
	box-sizing: border-box;
}

.class_box p {
	font-size: 14px;
	margin-top: 20px;
}

/*---------------------------------------------------------concept*/

.flow_box {
	display: flex;
	flex-wrap: wrap;
	width: 98%;
	max-width: 992px;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
}
.flow01{
	background-color: #F9ECF2;
	border-color:  #F066A6 !important;
}
.flow01 .head_blue{
	background-color: #F066A6;
	box-shadow: 0px 0px 0px 5px #F066A6;
}
.flow01, .flow02 {
	width: 49%;
	padding: 50px 20px;
	box-sizing: border-box;
	display: inline-block;
	min-width: 350px;
	border: 1px solid #2ECCFA;
}
.flow_box-w100{
	width: 100%;
}
.flow_box-w100 .flow02{
	width: 100%;
}
@media screen and (max-width:992px){
	.flow01, .flow02 {

		max-height: inherit;
	}
}

.flow01 {
	margin-right: 2%;
}

.flow01_head {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	display: inline-block;
	width: 95%;
	border-radius: 5px;
	margin: 0 auto 40px;
	padding: 10px 12px;
	text-align: center;
	letter-spacing: 1px;
	border: dashed 2px;
	border-color: rgba(255, 255, 255, 0.5);
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.6;
}
.flow_box--page2 .flow01_head{
	height: 70px;
}
.head_pink {
	background-color: #F066A6;
	box-shadow: 0px 0px 0px 5px #F066A6;
}

.head_blue {
	background-color: #03BDF2;
	box-shadow: 0px 0px 0px 5px #03BDF2;
}
.head_yealow{
	background-color: #ffd700;
	box-shadow: 0px 0px 0px 5px #ffd700;
}
.table04 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 14px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 900px;
	margin-top: 0;
}

.table04 dt {
	font-weight: bold;
	width: 40%;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
}

.table04 dd {
	padding: 10px;
	width: 60%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 20px;
	position: relative;
	text-align: center;
}

.flow_time {
	font-size: 25px;
	background-color: #693906;
	width: 35px;
	max-width: 190px;
	height: 35px;
	color: #fff;
	font-weight: 800;
	font-style: normal;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
    border-radius: 50%;
}

.table04 dt:after {
	content: "";
	height: calc(100% - 47px);
	width: 2px;
	position: absolute;
	left: 50%;
	background-color: transparent;
	border-right: 5px dotted #BDD402;
	top: 52px;
	transform: translateX(-50%);
}

.table04 dt.after_none:after {
	display: none;
}

.flow_img {
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	max-width: 300px;
}

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

.flow_text {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 22px;
}

.flow_text_s {
	display: block;
	text-align: left;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}
.table04_last dt:after{
	content: none;
}
.flow_txt_sb_s{
	font-size: 15px;
}
.table04 .able04_last:after{
	content: none;
}
@media only screen and (max-width: 800px) {
	#effort {
		padding: 40px 0;
	}
	#introduce, #events {
		padding: 40px 0;
	}
	#news {
		padding: 40px 0;
	}
	.flow01, .flow02 {
		width: 100%;
		padding: 50px 10px;
		margin: 0 auto;
		min-width: 350px;
	}
	.flow01 {
		margin-bottom: 20px;
	}
}

/*---------------------------------------------------------torikumi*/

.table05 {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	font-size: 14px;
	border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 1200px;
}

.table05 dt {
	font-weight: bold;
	width: 15%;
	padding: 10px;
	box-sizing: border-box;
}

.table05 dd {
	padding: 10px;
	width: 37.5%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 25px;
	font-weight: 800;
	text-align: left;
}

.effort_deco {
	font-size: 11px;
	display: block;
	background-color: #F8B900;
	width: 80px;
	height: 80px;
	padding-top: 10px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 5px #F8B900;
	margin: 0 auto;
	border: dashed 2px;
	border-color: rgba(255, 255, 255, 0.5);
}

.effort_deco span {
	display: inline-block;
	margin-top: 0px;
	font-size: 35px;
	font-weight: 800;
	font-style: normal;
}

.img_effort {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}

.text_effort {
	font-size: 16px;
	padding-top: 10px;
	line-height: 1.8;
	display: block;
	padding-right: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 800px) {
	.head02 {
        font-size: 24px;
        margin-bottom: 15px;
	}
	.open dt, .open dd {
		padding: 5px;
		font-size: 13px;
	}
	.faq_wrapper dl dt:before {
		content: 'Q';
		font-size: 25px;
		top: 0px;
	}
	.faq_wrapper dl dd {
		padding: 5px 15px 5px 40px;
	}
	.faq_wrapper dl dt {
		padding: 10px 55px;
		font-size: 15px;
	}
	.works_box .col3 a {
		padding: 15px 0;
	}
	.text_effort {
		padding-top: 0;
	}
	.table05 {
		max-width: 550px;
		display: block;
		margin: 0 auto 0;
	}
	.table05 dt {
		width: 100%;
	}
	.table05 dd {
		width: 100%;
		text-align: left;
	}
	.text_effort {
		text-align: left;
	}
	.effort_deco {
		font-size: 10px;
		width: 60px;
		height: 60px;
		padding-top: 10px;
	}
	.effort_deco span {
		font-size: 23px;
	}
}


/*---------------------------------------------------------events*/

.month {
	font-size: 20px;
	padding: 10px 0;
	display: block;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #03BDF2;
}

.month span {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
}


@media only screen and (max-width: 370px) {
	.news_li {
		font-size: 12px;
	}
}


/* END STYLE THEME */


.sptlt-top{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.8px;
}
.d-tlt-h1-g{
	display: flex;
	height: 70px;
	align-items: center;
	padding-left: 15px;
}
.tlt-h1-g{
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	color: #2ECCFA;
	padding-left: 0;
}
.a:focus, a:hover{
	color: inherit !important;
}
.swiper-container{
	border-radius: 20px;
	overflow: hidden;
}
.layout_13_parent{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}
.layout_13{
	width: calc(96%/3);
	background-color: #dcf0f6;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.layout_13_new{
	background-image: url(assets/images/top-img03.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 600px;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: transparent;
}
.layout_13_new_2{
	background-image: url(assets/images/top-img04.png);
}
.layout_13_new_3{
	background-image: url(assets/images/top-img05.png);
}
.layout_13_new .month{
	background-color: transparent;
	color: #494949;
	font-weight: 700;
	border-bottom: 5px dotted #bb9097;
    max-width: 160px;
}
.layout_13_new_2 .month{
	border-color: #d1b54e;
}
.layout_13_new_3 .month{
	border-color: #89b12e;
}
.layout_13_new .layout_13_prp{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}
.layout_13_sec3{
	width: calc(98%/3);
}
.layout_13_img{
	padding-bottom: 15px;
}
.layout_13_prp{
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width:992px){
	#f_left, #f_right{
		width: 100%;
	}
	#f_left {
		padding-bottom: 20px;
	}
}
@media screen and (max-width:768px){
	.layout_13_sec3{
		width: 100%;
	}
	#f_left, #f_right{
		width: 100%;
	}
	#f_right .edEdith2{
		font-size: 15px;
	}
	#f_right{
		flex-direction: column;
	}
	.f_right_item{
		margin-left: auto;
		margin-right: auto;
	}
	#f_right .edEdith2{
		text-align: center;
	}
	.open dt{
		width: 63px;
		text-align: right;
		padding-left: 0;
	}
	.open dd{
		width: calc(100% - 63px);
		padding-right: 0;
	}
	.f_right_item{
		padding-bottom: 10px;
		width: 100%;
	}
	#f_left{
		padding-bottom: 20px;
	}
	.txt-copyright{
		padding-top: 0;
	}
}
.month_bg_pink_txt{
	padding-top: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.sec2m{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	float: left;
}
.full-w-flex-left{
	width: 65%;
	width: 100%;
	float: left;
}
.full-w-flex-right{
	width: 33%;
	width: 100%;
	float: left;
}
.list_mt_sec2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.item_mt_sec2{
	width: 30%;
}
.box_tem_mt_sec2{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #78D2E6;
	border-radius: 1000px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
}
.item_mt_sec2_before{
	position: relative;
}
.item_mt_sec2_before:after{
	position: absolute;
    content: '→';
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    font-weight: 700;
    color: #78D2E6;
}
.fs-18{
	font-size: 18px;
	font-weight: 700;
	color: #00a0e9;
}
.sec_facili_map iframe{
	width: 100%;
	height: 350px;
}
.item_flex-right{
	width: 65%;
	float: left;
}
.item_flex-right-lastchild{
	width: 35%;
}
.front-logo-ft{
	font-size:28px;
	font-weight: 700;
	color: #ffffff;
}
.topnews-link{
	color: #fff;
	padding-top: 30px;
}
.btn-link-blog{
    height: 50px;
    background-color: #F066A6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
	color: #fff !important;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:992px){
	.sptlt-top{
		font-size: 18px;
	}
	.fs-18{
		font-size: 16px;
	}
	.full-w-flex-left{
		width: 100%;
	}
	.full-w-flex-right{
		width: 100%;
		padding-top: 0px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.f-20{
		font-size: 18px;
	}
	.item_flex-right{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.layout_13{
		width: 100%;
	}
	.main{
		padding-top: 0;
		width: 100%;
	}
	.swiper-container{
		border-radius: 0;
	}
	.main img{
		border-radius: 0;
	}
	.sptlt-top{
		font-size: 16px;
	}
	.title_box{
		margin-bottom: 10px;
	}
	#news{
		padding-top: 0;
		float: left;
	}
	.head02{
		font-size: 20px;
	}
	#concept{
		float: left;
	}
	.month_bg_pink_txt{
		font-size: 16px;
		padding-left: 0 !important;
		text-align: center !important;
		padding-top: 10px !important;
	}
	.month span{
		font-size: 18px;
		line-height: 1.6;
		padding-left: 5px;
		padding-right: 5px;
	}
	.row-title-h4{
		float: left;
	}
	.layout-column-txt-left{
		text-align: left;
	}
	.month{
		margin-left: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.month_bg_pink_txt{
		text-align: left;
		padding-top: 0;
		padding-left: 15px;
	}
	.row-table table tr td{
		width: 100%;
		float: left;
		border: 0 !important;
		padding: 15px 10px;
	}
	.row-table table tr td:first-child{
		width: 100%;
		float: left;
	}
	.sec_facili_map iframe{
		height: 260px;
	}
	.box_tem_mt_sec2{
		width: 120px;
		height: 120px;
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.list_mt_sec2{
		max-width: 480px;
	}
	.item_mt_sec2_before:after {
		font-size: 30px;
		right: -26px;
	}
	.flow01_head{
		font-size: 18px;
	}

	#nav_middle ul li {
		width: calc(100%/3 - 2%);
	}
	nav ul li {
		width: calc(100%/3 - 2%);
	}
	.tlt-h1-g{
		font-size:22px;
	}
	.flow_box{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.flow_box-w100{
		padding-left: 0;
		padding-right: 0;
	}
	#introduce{
		padding-top: 0;
	}
	.layout-column-txt-768_pb{
		padding-bottom: 30px;
	}

	.layout-column-txt-sec4_img{
		padding-top: 30px;
	}
	.btn-link-blog{
		height: 40px;
		font-size: 16px;
		width: 280px;
	}
	.topnews-link{
		padding-top: 20px;
	}
	#header{
		background-position: right top;
	}
}
@media screen and (max-width:992px){
	.item_flex-right-lastchild{
		padding-top: 30px;
	}
}
@media screen and (max-width:600px){
	.item_flex-right{
		width: 100%;
	}
	.full-w-flex-right{
		flex-wrap: wrap;
	}

	.tlt-h1-g{
		font-size:20px;
	}
	.layout_13{
		width: 100%;
	}
	.month span{
		font-size: 18px;
	}
}
@media screen and (max-width:500px){
	.box_tem_mt_sec2{
		width: 100px;
		height: 100px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.list_mt_sec2{
		max-width: 370px;
	}
	.flow01, .flow02{
		min-width: auto;
	}
	.item_mt_sec2_before:after {
		font-size: 23px;
		right: -21px;
	}
}
.flow_time_sp{
	display: none;
}
@media screen and (max-width:400px){
	.table04_last{
		display: none;
	}
	.table04 dt:after{
		content: none;
	}
	.table04{
		flex-direction: column;
	}
	.table04 dd{
		width: 100%;
	}
	.table04 dt{
		width: 100%;
	}
	.flow_text_s{
		padding-left: 0;
	}
	.flow01_head{
		margin-bottom: 20px;
	}
	.flow_time_sp{
		display: inline;
	}
	.flow_time{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#nav_middle ul li {
		width: calc(100%/2 - 3%);
	}
	nav ul li {
		width: calc(100%/2 - 3%);
	}
	.box_tem_mt_sec2 {
		width: 90px;
		height: 90px;
	}
}
@media screen and (max-width:320px){
	.item_mt_sec2_before:after {
		right: -15px;
	}
}
#sb_instagram .sbi_follow_btn svg{
	width: 13px;
	height: 15px;
}
.ground-ins{
	padding-top: 50px;
}
.service_s2_cl{
	text-align: center;
	font-size: 16px;
	color: #111;
	font-weight: 400;
}
.row-title-style47{
	padding-right: 0;
}
@media screen and (max-width:992px){
	.title-style47{
		font-size: 20px;
	}
}
@media screen and (max-width:768px){
	.service_s2_cl{
		font-size: 15px;
		text-align: left;
	}
	.service_s2_cl br{
		display: none;
	}

}
@media screen and (max-width:400px){
	.title-style47{
		font-size: 18px;
	}
}

@media screen and (max-width:1200px){
	.layout_13_new .month_bg_pink_txt{
		padding-top: 0;
	}
	.layout_13_new .month{
		margin-bottom: 10px;
	}
}
@media screen and (max-width:991px){
	.layout_13_new{
		background-image: url(assets/images/top-img03_tab.png);
		padding-top: 60px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.layout_13_new .month_bg_pink_txt{
		font-size: 14px;
	}
	.layout_13_new_2{
		background-image: url(assets/images/top-img04_tab.png);
	}
	.layout_13_new_3{
		background-image: url(assets/images/top-img05_tab.png);
	}
}
@media screen and (max-width:768px){
	.layout_13_new{
		width: 49%;
	}
	.flow01_head{
		font-size: 16px;
	}
	.layout_13_new{
		background-image: url(assets/images/top-img03.png);
		padding-top: 11.328vw;
		padding-left: 15px;
		padding-right: 15px;
		height: 78.125vw;
	}
	.layout_13_new_2{
		background-image: url(assets/images/top-img04.png);
	}
	.layout_13_new_3{
		background-image: url(assets/images/top-img05.png);
	}
	.layout_13_new .month{
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
}
@media screen and (max-width:640px){
	.layout_13_new{
		width: 100%;
		max-width: 400px;
	}
	.layout_13_new{
		height: 657px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 100px;
	}
	.layout_13_new .month_bg_pink_txt{
		font-size: 15px;
	}
	.layout_13_new .layout_13_prp{
		padding-bottom: 20px;
	}
	.flow01_head{
		font-size: 15px;
	}
}
@media screen and (max-width:430px){
	.layout_13_new .layout_13_prp{
		padding-top: 10px;
	}
	.layout_13_img{
		padding-bottom: 0;
	}
	.layout_13_parent-page-3 .layout_13_prp{
		padding-left: 0;
		padding-right: 0;
		margin-top: -1px;
		position: relative;
	}
	.layout_13_parent-page-3 .month_bg_pink_txt{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

.sec6_bg{
	background-image: url(assets/images/top-img06.png);
	width: 100%;
	height: 776px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.sec6_tlt{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.sec6_tlt:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sec6_txt{
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
}
.sec6_prp_1{
    position: absolute;
    top: 157px;
    left: 37px;
}
.sec6_prp_2{
    position: absolute;
    top: 165px;
    right: 323px;
}
.sec6_prp_3{
    position: absolute;
    bottom: 94px;
    left: 295px;
}
.sec6_prp_4{
	position: absolute;
    bottom: 80px;
    right: 53px;
}
.sec6_prp{
    width: 241px;
    height: 200px;
}
.swiper__mid{
	position: absolute;
	top: 25%;
	left: 55px;
	transform: translateY(-50%);
	z-index: 2;
}
.swiper__text{
	font-size: 42px;
	line-height: 1.3;
	font-weight: 500;
	color: #2eccfa;
	font-family: 'Kiwi Maru', serif;
}
.banner-home{
	background-repeat: no-repeat;
	background-size: cover;
	height: 485px;
	width: 100%;
	border-radius: 25px;
	position: relative;
	background-position: center center;
}
.title-style6{
	font-size: 22px !important;
}
@media screen and (max-width:1199px){
	.sec6_tlt{
		font-size: 15px;
	}
	.sec6_txt{
		font-size: 14px;
		padding-top: 10px;
	}
	.sec6_prp{
		padding-left: 20px;
		padding-right: 20px;
	}
	.sec6_prp_1 {
		position: absolute;
		top: 125px;
		left: 11px;
	}
	.sec6_prp_1_br{
		display: none;
	}
	.sec6_prp_2 {
		position: absolute;
		top: 137px;
		right: 245px;
	}
	.sec6_prp_3 {
		position: absolute;
		bottom: 180px;
		left: 224px;
	}
	.sec6_prp_4 {
		position: absolute;
		bottom: 166px;
		right: 23px;
	}
}
@media screen and (max-width:992px){
	.title-style6{
		font-size: 20px !important;
	}
}
@media screen and (max-width:991px){
	.sec6_txt{
		font-size: 15px;
		padding-top: 20px;
	}
	.flow_time{
		/* height: 80px; */
	}
	.sec6_prp{
		width: 300px;
		height: 300px;
		margin-bottom: 30px;
		border-radius: 50%;
		padding-left: 40px;
		padding-right: 40px;
		border: 10px solid #FFF;
    	box-shadow: 0 0 2px #000;
	}
	.sec6_bg{
		background-image: url(assets/images/top-img09.png);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 593px;
		background-position: bottom;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.sec6_prp_m{
		padding-top: 40px;
	}
	.sec6_tlt{
		font-size: 16px;
	}
	.sec6_prp_1{
		background-color: #86c4b9;
	}
	.sec6_prp_2{
		background-color: #b2dbc7;
	}
	.sec6_prp_3{
		background-color: #f8e499;
	}
	.sec6_prp_4{
		background-color: #f6d45d;
	}
	.sec6_prp_1{
		top: -30px;
		left: 0;
	}
	.sec6_prp_2 {
		top: -30px;
		right: 106px;
	}
	.sec6_prp_3 {
		bottom: -48px;
		left: 108px;
	}
	.sec6_prp_4 {
		bottom: -48px;
		right: 0px;
	}
	.banner-home{
		height: 48.940vw;
	}
	.swiper__text{
		font-size: 32px;
	}
	.swiper__mid{
		left: 15px;
	}
}
@media screen and (max-width:768px){
	.banner-home{
		border-radius: 0;
		height: max(39.063vw, 207px);
	}
	.swiper__text{
		font-size: 28px;
	}
	.title-style6{
		font-size: 18px !important;
	}
}
@media screen and (max-width:767px){
	.flow_time{
		/* height: 130px; */
	}
	.sec6_prp{
		width: 100%;
		width: 450px;
		height: 450px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		top: auto !important;
		padding-top: 30px;
	}
	.sec6_tlt{
		font-size: 20px;
	}
	.sec6_txt{
		font-size: 18px;
	}
	.sec6_bg{
		background: none;
		height: auto;
		margin-top: 0;
	}
	.u-pc{
		display: none;
	}
	.rows767--pc{
		display: none;
	}
	.main img{
		object-fit: cover;
		height: 300px;
		object-position: center;
	}
}
@media screen and (max-width:500px){
	.main img{
		height: 63vw;
	}
	.swiper__text{
		font-size: 22px;
	}
}
@media screen and (max-width:485px){
	.sec6_prp{
		width: 100%;
		max-width: 92.784vw;
		height: 92.784vw;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
	}
	.sec6_tlt{
		font-size: 4.124vw;
	}
	.sec6_txt{
		font-size: 3.711vw;
	}
	.sec6_prp_m{
		padding-top: 16.495vw;
	}
}
@media screen and (max-width:375px){
	.sec6_tlt{
		font-size: 17px;
	}
	.sec6_txt{
		font-size: 15px;
	}
	.sec6_prp_3_br{
		display: none;
	}
	.title-style47 {
		padding: 10px 6px;
		display: block;
	}
	.row-title-style47{
		display: block;
	}
}
.layout_13_new{
	background-image: none;
	position: relative;
	padding-top: 0px !important;
	height: auto !important;
	padding-bottom: 0 !important;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.layout_13_new--top{
	padding-bottom: 10px;
}
.layout_13_new_2 .layout_13_new--wrap{
	background-color: #F6D55D;
}
.layout_13_new_3 .layout_13_new--wrap{
	background-color: #9BC834;
}
.layout_13_new--wrap{
	background-color: #FFB6C1;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.tlt-h1-g{
	height: 100%;
	display: flex;
	align-items: center;
}
.tlt-h1-g img{
	height: 50px;
	width: auto;
}
.tlt-h1-g img a{
	display: inline-block;
}
.head02--color-pink{
	color: #F066A6;
}
.head02--color-pink:before, .head02--color-pink:after{
	color: #F066A6;
}
#header{
	background-image: url(assets/images/sec15.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
	background-blend-mode: lighten;
	background-color: rgba(255, 255, 255, 0.6);
}
#footer{
	background-image: url(assets/images/sec14.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 66% center;
	background-blend-mode: lighten;
	background-color: rgba(255, 255, 255, 0.4);
}
.month-bg-pink{
	background-color: #F066A6 !important;
}
.month-bg-green{
	background-color: #adff2f !important;
}
.insert_pnblog .pnpost{
	width: 100%;
}
.insert_pnblog .pnpost-cover a{
	width: 235px;
	height: auto !important;
	display: block;
}
.insert_pnblog .pnpost-date{
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}
.insert_pnblog .pnpost{
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
}
.insert_pnblog .pnpost-info{
	width: calc(100% - 235px);
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.insert_pnblog .pnpost-title{
	font-size: 30px;
	line-height: 1.6;
	margin-top: 0;
	font-weight: 500;
	padding-bottom: 20px;
}
.insert_pnblog .pnpost-info p{
	font-size: 21px;
	line-height: 1.2;
	font-weight: 400;
}
.insert_pnblog .pnmainsidebar{
	background-color: #fff;
	padding: 0 !important;
}
.insert_pnblog .pnmainsidebar ul li{
	padding-left: 0;
	padding-right: 0;
}
.insert_pnblog{
	width: 100% !important;
	max-width: 100% !important;
}
.insert_container{
	width: 100% !important;
	max-width: 1450px;
	margin-left: auto;
	margin-right: auto;
}
.insert_pnblog .pnsidebar {
	width: 18%;
}
.insert_pnblog .pncontent{
	width: 70%;
}
.insert_pnblog .pnpost{
	margin-right: 0;
}
.insert_pnblog .pnsidebar{
	margin-top: 0 !important;
}
.insert_pnblog{
	padding-top: 30px !important;
}
.wrap-contents{
	padding-bottom: 80px;
}
.text-dep{
	margin-top: 10px;
	margin-bottom: 20px;
}
.title_fqa {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
}
.content_text {
	padding: 20px 15px;
	background-color: #c1e8f3;
}

.what-q {
	position: relative;
	border-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	background-color: #2ECCFA;
}

.what-q img {
	position: absolute;
	right: 20px;
	top: 19px;
	transform:rotate(-180deg);
	transition: all 0.3s;
	width: 20px;
	display: none;
}

.rotate_qa img {
	transform: none;
	transition: all 0.3s;
}

.content_bop {
	display: flex;
	align-items: center;
	height: 260px;
	position: relative;
	width: 500px;
}

.content_bop::after {
	content: '';
	position: absolute;
	height: 3px;
	width: 500px;
	background-color: #cdcdcd;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

.content_ntd {
	position: absolute;
	width: 100px;
	height: 100px;
}

.content_bop .content_ntd:nth-child(1) {
	top: 0;
	left: 0px;
}

.content_bop .content_ntd:nth-child(2) {
	left: 100px;
	bottom: 0;
}

.content_bop .content_ntd:nth-child(3) {
	top: 0;
	left: 200px;
}

.content_bop .content_ntd:nth-child(4) {
	left: 300px;
	bottom: 0;
}

.content_bop .content_ntd:nth-child(5) {
	top: 0;
	left: 400px;
}

.content_bop .content_ntd::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 999px;
}

.content_bop .content_ntd::after {

	position: absolute;
	font-weight: bold;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
}

.content_bop .content_ntd:nth-child(1)::before {
	background-color: #31aae2;
}

.content_bop .content_ntd:nth-child(2)::before {
	background-color: #2d81c1;
	top: -35px;
	bottom: auto;
}

.content_bop .content_ntd:nth-child(3)::before {
	background-color: #9bc834;
}

.content_bop .content_ntd:nth-child(4)::before {
	background-color: #a93d9e;
	top: -35px;
	bottom: auto;
}

.content_bop .content_ntd:nth-child(5)::before {
	background-color: #cb3345;
}

.content_bop .content_ntd:nth-child(1)::after {
	content: '01';
	color: #31aae2;
}

.content_bop .content_ntd:nth-child(2)::after {
	content: '02';
	color: #2d81c1;
	top: -60px;
	bottom: auto;
}

.content_bop .content_ntd:nth-child(3)::after {
	content: '03';
	color: #9bc834;
}

.content_bop .content_ntd:nth-child(4)::after {
	content: '04';
	color: #a93d9e;
	top: -60px;
	bottom: auto;
}

.content_bop .content_ntd:nth-child(5)::after {
	content: '05';
	color: #cb3345;
}



.content_text_ntd {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 10px;
	width: 100px;
	height: 100px;
	border-radius: 999px;
	position: relative;
	font-weight: bold;
	color: #fff;

}

.content_text_ntd::after {
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	content: '';
	border-width: 15px 8px 0;
	border-style: solid;
}

.ntd__1 {
	background-color: #31aae2;
}

.ntd__1::after {
	border-color: #31aae2 transparent transparent;
}

.ntd__2 {
	background-color: #2d81c1;
}

.ntd__2::after {
	top: -11px !important;
	bottom: auto !important;
	left: 42.5px;
	transform: rotate(180deg);
	border-color: #2d81c1 transparent transparent;
}

.ntd__3 {
	background-color: #9bc834;
}

.ntd__3::after {

	border-color: #9bc834 transparent transparent;
}

.ntd__4 {
	background-color: #a93d9e;
}

.ntd__4::after {
	top: -11px !important;
	bottom: auto !important;
	left: 42.5px;
	transform: rotate(180deg);
	border-color: #a93d9e transparent transparent;
}

.ntd__5 {
	background-color: #cb3345;
}

.ntd__5::after {
	border-color: #cb3345 transparent transparent;
}

.ul_step li {
	position: relative;
	margin-bottom: 50px;
	border-radius: 10px;
	border: 3px solid;
}

.ul_step li::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 40px;
	background-image: url(assets/images/icons8-arow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
}
.ul_step li:last-child::before{
	content: none;
}

.ul_step li:nth-child(1) {
	padding: 20px 10px;
	border-color: #31aae2;

}

.ul_step li:nth-child(2) {
	padding: 20px 10px;
	border-color: #2d81c1;
}

.ul_step li:nth-child(3) {
	padding: 20px 10px;
	border-color: #9bc834;
}

.ul_step li:nth-child(4) {
	padding: 20px 10px;
	border-color: #a93d9e;
}

.ul_step li:nth-child(5) {
	padding: 20px 10px;
	border-color: #cb3345;
}
.ul_step li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2%;
	margin-left: auto;
}

.ul_step li p:first-child {
	border-right: 2px solid;
	padding-right: 20px;
	font-weight: 500;
	min-width: 250px;
	font-weight: 700;
	font-size: 18px;
	width: 275px;
	height: 58px;
}
.ul_step li p:last-child {
	width: calc(98% - 275px);
}

.ul_step li p:first-child span {
	border-radius: 999px;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 10px;
}

.ul_step li p {
	display: flex;
	align-items: center;
}

.ul_step li:nth-child(1) p:first-child {
	color: #31aae2;
}

.ul_step li:nth-child(2)p:first-child {
	color: #2d81c1;
}

.ul_step li:nth-child(3) p:first-child {
	color: #9bc834;
}

.ul_step li:nth-child(4) p:first-child {
	color: #a93d9e;
}

.ul_step li:nth-child(5) p:first-child {
	color: #cb3345;
}

.ul_step li:nth-child(1) p span {
	background-color: #31aae2;
}

.ul_step li:nth-child(2) p span {
	background-color: #2d81c1;
}

.ul_step li:nth-child(3) p span {
	background-color: #9bc834;
}

.ul_step li:nth-child(4) p span {
	background-color: #a93d9e;
}

.ul_step li:nth-child(5) p span {
	background-color: #cb3345;
}
.sec5-gr-main{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 50px;
	padding-top: 65px;
	overflow-x: hidden;
}
.sec5-gr-main__left .content_bop{
	margin-left: auto;
	margin-right: auto;
}
.sec5-gr-main__left{
	transform: scale(1.4);
}
.sec5-gr-main__right--2{
	padding-top: 30px;
}
.ul_step li:nth-child(2) p:first-child{
	color: #2D81C1;
}
.text_small--new{
	font-weight: 400;
}
.layout-page-2__item-child-img{
	width: 250px;
	height: 250px;
	border-radius: 1000px;
	overflow: hidden;
}
.layout-page-2__item-child-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}
.layout-page-2__item-title-m{
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
}
.layout-page-2__item-title{
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 10px;
	background-image: url(assets/images/top-img19.png);
	background-size: 196px 7px;
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
	align-items: center;
}
.layout-page-2__item-txt{
	font-size: 16px;
	line-height: 1.6;
	padding-top: 20px;
	padding-left: 15px;
}
.layout-page-2__item-title-flow{
	font-size: 16px;
	line-height: 1.6;
	display: grid;
	grid-template-columns: 1fr 25px 1fr 25px 1fr;
	text-align: center;
	align-items: center;
	padding-top: 20px;
}
.layout-page-2__item-child{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.layout-page-2__main{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 50px;
}
.layout-page-2__item-title-flow li+li{
	line-height: 1;
}
.layout-page-2__item-content{
	width: calc(100% - 270px);
}
.layout-page-2__item-child--reve{
	flex-direction: row-reverse;
}
.layout-page-2{
	padding-bottom: 50px;
	padding-top: 50px;
}
.row-title-style47--yelow .title-style47{
	background-color: #FFD966;
}
.row-title-style47--yelow:before{
	border: 20px solid #efd78e;
	border-left-color: transparent;
}
.row-title-style47--yelow .title-style47:before{
	border-bottom: solid 10px transparent;
    border-right: solid 15px #968b6b;
}
@media screen and (max-width:1199px){
	.layout-page-2__item-child-img{
		width: 200px;
		height: 200px;
	}
	.layout-page-2__item-content{
		width: calc(100% - 220px);
	}
	.layout-page-2__item-title-m{
		font-size: 18px;
	}
	.layout-page-2__main{
		column-gap: 20px;
	}
	.layout-page-2__item-title{
		gap: 7px;
	}
}
@media screen and (max-width:992px){
	.ul_step li p:first-child{
		font-size: 16px;
	}
	.ul_step li p:first-child{
		width: 250px;
	}
	.ul_step li p:last-child{
		width: calc(98% - 250px);
	}
	.title_fqa {
		font-size: 18px;
	}
	.what-q{
		padding-right: 25px;
	}
	.sec5-gr-main__left{
		transform: scale(1.2);
	}
	.sec5-gr-main{
		padding-top: 40px;
	}
}
@media screen and (max-width:991px){
	.layout-page-2__item-child-img{
		width: 170px;
		height: 170px;
	}
	.layout-page-2__item-content{
		width: calc(100% - 180px);
	}
	.layout-page-2__item-child{
		gap: 10px;
	}
	.layout-page-2__item-txt{
		font-size: 15px;
	}
	.layout-page-2__item-title{
		grid-template-columns: 1fr;
	}
	/* .layout-page-2__item-title-img img{
		width: 90px;
	} */
	/* .layout-page-2__item-title-small .layout-page-2__item-title-img img{
		width: 55px;
	} */
	.layout-page-2__item-txt{
		padding-left: 0;
	}
	.layout-page-2__item-title-flow {
		font-size: 15px;
		grid-template-columns: 1fr 15px 1fr 15px 1fr;
	}
	/* .layout-page-2__item-title--olock .layout-page-2__item-title-img img{
		width: 70px;
	} */
	.layout-page-2__main{
		row-gap: 30px;
	}
	.layout-page-2__main{
		align-items: center;
	}
}
@media screen and (max-width:767px){
	.layout-page-2__main {
		grid-template-columns: 1fr;
	}
	.layout-page-2__item-child-img{
		width: 39.113vw;
		height: 39.113vw;
	}
	.layout-page-2__item-content{
		width: calc(100% - 39.113vw - 30px);
	}
	.layout-page-2__item-child{
		gap: 30px;
	}
	.layout-page-2__item-title{
		grid-template-columns: max-content 1fr;
	}
	.layout-page-2__item-title-flow{
		max-width: 215px;
		text-align: left;
		column-gap: 10px;
	}
	.layout-page-2{
		padding-top: 30px;
	}
}
@media screen and (max-width:641px) {
	.ul_step li {
		flex-wrap: wrap;
	}

	.ul_step li p {
		width: 100%;
		border-color: transparent !important;
	}

	.ul_step li p:first-child span {
		border-radius: 999px;
		color: #fff;
		padding: 3px 10px;
		display: inline-block;
		margin-left: 0;
	}

	.ul_step li p:last-child {
		margin-top: 15px;
	}
	
	.content_bop {
		height: 300px;
		width: auto;

	}

	.content_ntd {
		bottom: auto !important;
		left: 50% !important;
	}

	.content_bop .content_ntd::before {
		left: 110px !important;
		content: none;
	}

	.content_bop::after {
		content: none;
	}

	.content_text_ntd::after {
		content: none;
	}

	.content_text_ntd:nth-child() .content_bop::after {
		content: none;
	}

	.content_bop .content_ntd::after {
		color: #fff !important;
		top: 25px !important;
		bottom: auto;
		z-index: 2;
		font-size: 18px;
	}

	.content_text_ntd {
		padding-top: 0px;
	}
	.ntd__3{
		padding-top: 20px;
	}
	.content_bop{
		flex-wrap: wrap;
	}
	.ul_step li p:first-child{
		height: auto;
	}
}
@media screen and (max-width:500px){
	.layout-page-2__item-child-img{
		width: max(60vw, 285px);
		height: max(60vw, 285px);
		margin-left: auto;
		margin-right: auto;
	}
	.layout-page-2__item-content{
		width: 100%;
	}
	.layout-page-2__item-child{
		gap: 20px;
	}
}
@media screen and (max-width:1200px){
	.insert_pnblog .pnpost-title{
		font-size: 22px;
	}
	.insert_pnblog .pnpost-info p{
		font-size: 18px;
	}
}
@media screen and (max-width: 1160px){
	.insert_pnblog .pnsidebar {
		width: 25% !important;
	}
	.insert_pnblog .pncontent{
		width: 72% !important;
	}
	.insert_pnblog .pnrow {
		justify-content: space-between !important;
	}
	.insert_pnblog .pnposts{
		padding: 0 !important;
		margin: 0 !important;
	}
	.insert_pnblog .pnpost{
		margin: 0 !important;
		margin-bottom: 30px !important;
	}
}
@media screen and (max-width:991px){
	.insert_pnblog .pnpost-cover a{
		width: 180px;
		height: 180px;
	}
	.insert_pnblog .pnpost-info{
		width: calc(100% - 180px);
		padding-left: 20px;
	}
	.insert_pnblog .pnpost-title{
		font-size: 20px;
	}
	.insert_pnblog .pnpost-info p{
		font-size: 16px;
	}
	.insert_pnblog  .pnmainsidebar{
		max-width: 300px;
	}
	.insert_pnblog .pnpost-title{
		padding-bottom: 10px;
	}
	.insert_pnblog{
		padding-top: 0px !important;
	}
}
@media screen and (max-width:768px){
		.insert_pnblog .pnsidebar {
		width: 100% !important;
	}
	.insert_pnblog .pncontent{
		width: 100% !important;
	}
	.insert_pnblog .pnsidebar{
		margin-top: 30px !important;
	}
	.ul_step li p:first-child span{
		margin-left: 0;
	}
	.content_text{
		font-size: 15px;
	}
	.what-q{
		padding-left: 10px;
	}
	.what-q img{
		right: 10px;
		width: 20px;
	}
	.what-q{
		padding-right: 30px;
	}
	.sec5-gr-main__left{
		transform: scale(1.1);
	}
	.sec5-gr-main{
		padding-top: 20px;
	}
}
@media screen and (max-width:500px){
	.insert_pnblog .pnpost-info{
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.insert_pnblog .pnpost-title{
		font-size: 18px;
	}
	.insert_pnblog .pnpost-cover a{
		width: 100%;
		height: 200px;
	}
	.insert_pnblog .pnpost-cover{
		width: 100%;
	}
}
@media screen and (max-width:800px){
	.flow_box--page2 .flow01_head{
		height: auto;
	}
}
@media screen and (max-width:768px){
	.tlt-h1-g img{
		height: 40px;
	}
	.layout_13_new_3{
		margin-left: auto;
		margin-right: auto;
	}
	.title-style14{
		font-size: 20px;
	}
	.ul_step li p:last-child{
		font-size: 15px;
	}
	.sec5-gr-main__right--2{
		padding-top: 0;
	}
}
@media screen and (max-width:641px){
	.ul_step li p:first-child{
		width: 100%;
	}
	.ul_step li p:last-child{
		width: 100%;
	}
	.content_ntd{
		position: relative;
		top: 0 !important;
		left: 0 !important;
		width: 150px;
		height: 150px;
	}
	.content_text_ntd{
		margin-left: 0;
		width: 100%;
		height: 100%;
	}
	.content_bop{
		height: auto;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		gap: 20px;
	}
	.sec5-gr-main__left{
		transform: none;
	}
	.sec5-gr-main{
		padding-top: 20px;
	}
	.sec5-gr-main{
		padding-top: 0;
	}
}
@media screen and (max-width:640px){
	.layout_13_new{
		margin-left: auto;
		margin-right: auto;
	}
	.tlt-h1-g img{
		height: 30px;
	}
	.main_c h2{
		font-size: 25px;
	}
	.title-style14{
		font-size: 18px;
	}
	.content_text_ntd{
		font-size: 15px;
	}
}
@media screen and (max-width:500px){
	.tlt-h1-g img{
		height: max(5vw, 17px);
	}
	.main_c h2{
		font-size: 18px;
	}
}
@media screen and (max-width:520px){
	.content_ntd{
		width: 29vw;
		height: 29vw;
	}
	.content_bop{
		gap: 2vw;
	}
	.content_bop .content_ntd::after{
		top: 12px !important;
	}
}
@media screen and (max-width:400px){
	.content_ntd{
		width: 140px;
		height: 140px;
	}
	.content_bop{
		column-gap: 10px;
		row-gap: 20px;
		justify-content: center;
	}
	.content_bop .content_ntd::after{
		top: 30px !important;
	}
	.content_bop .content_ntd:last-child{
		margin-left: auto;
		margin-right: auto;
	}
	.flow_time{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width:1199px){
.pumpkin--pc{
	overflow: hidden;
	height: 645px;
}
}
@media screen and (max-width:991px){
	.pumpkin--pc{
		overflow: inherit;
		height: auto;
	}
}
#news .row-title-h4{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	float: none;
}
.card-topnews{
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	padding-top: 30px;
}
.car-new-item-img{
	border-radius: 15px;
	overflow: hidden;
}
.car-new-item-img img{
	height: 200px;
	object-fit: cover;
	width: 100%;
	object-position: center center;
}
.car-new-item-content__title{
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0;
	display: block;
	line-height: 1.5;
}
#news .row-title-style47{
	display: inline-block;
}
@media screen and (max-width:991px){
	.card-topnews{
		gap: 15px;
		padding-top: 15px;
	}
}
@media screen and (max-width:767px){
	.card-topnews{
		grid-template-columns: 1fr 1fr;
	}
	#news .title-style47{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width:480px){
	.card-topnews{
		grid-template-columns: 1fr;
	}
	.car-new-item-content__title{
		font-size: 16px;
	}
}
.layout-page-2__item-child-img-right img{
	object-position: right center !important;
}
.layout-page-2__item-child-img-left img{
	object-position: left center !important;
}
.layout-page-2__item-title img{
	max-width: max-content;
}
.bg-color-yellow{
	position: relative;
	padding-top: 30px;
}
.bg-color-yellow:before{
	content: '';
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F8F0DA;
}
.bg-color-blue{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.bg-color-blue:before{
	content: '';
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #DCF0F6;
}
.content1-ct-no-bt{
	padding-bottom: 0 !important;
}
.main_c_bg_page-5{
	background-position: bottom 30% center;
}