@charset "UTF-8";

/* General */


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


body {
/*    font-family: 'Noto Sans Japanese', serif;*/
/*    font-family: 'Zen Maru Gothic', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #000;
letter-spacing: 1.3px;
    line-height: 180%;
    font-size: 16px;
}

html,
body {
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
    outline: none !important;
    color: #000;
}

.move video{
    width: 100%;
        display: block;
        margin-top: 65px;
}

a.op>img,
a>img.op {
    transition-duration: 0.5s;
}

a.op>img:hover,
a>img.op:hover {
    opacity: 0.9;
}

p {
    margin: 0;
    font-weight: 400;
}

p+p {
    margin-top: 0.5em;
}

p.btn {
    box-shadow: none !important;
    cursor: default !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

ul {
    margin: 0;
    padding: 0;
}

ul::after {
    content: "";
    clear: both;
    display: block;
}

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;
    /* box-shadow: none !important; */
}

[class^=col-]>img {
    width: 100%;
    border-radius: 25px;
}

.dib {
    display: inline-block;
}

.dib>img {
    width: 100%;
    border-radius: 25px;
}
a.dib:hover {
        opacity: 0.7;
}

.rows {
    width: 100%;
    float: left;
}
.col-sm-6img{
	padding-left: 0px;
    padding-right: 0px;
}

.txt_style {
    line-height: 160%;
    font-size: 16px;
}
.txt_style span {
/*text-decoration: underline;*/
/*font-weight: bold;*/
    font-weight: normal;
}

.txt_style p {
    font-weight: 400;
}

.bd-txt-white{
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 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;
}
.row_btn {
    padding-top: 15px;
}

.title_sub_style {
    margin: 0 0 40px 0;
    text-align: center;
    position: relative;
}

.title_sub_style::after {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 40px;
    transform: translateX(-50%);
    border-top: 2px solid #ab7d40;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
.title-style17 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 140%;
    text-align: center;
    padding: 5px 26px 5px 42px;
    background: #eaf3ff;
    border-bottom: solid 3px #516ab6;
}
.title-style28 {
    color: #516ab6;
}
.title-style28:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 150px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #516ab6;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.title-style28:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 150px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #516ab6;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.title-style35{
position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 140%;
    padding: 5px 10px;
/*
    background: -moz-linear-gradient(to right, #ff0000, #ffc994);
    background: -webkit-linear-gradient(to right, #ff0000, #ffc994);
    background: linear-gradient(to right, #ff0000, #ffc994);
    background: linear-gradient(to right, #ff0000, #f39800);
*/
    background: #5184B6;
    box-shadow: 0 0 4px rgb(0 0 0 / 56%);
}
img {
    max-width: 100%;
}

.br_show {
    display: none;
}


/* End general */


/* Header */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*    height: 65px;*/
/*    height: 78px;*/
    height: 85px;
/*    padding: 12px 0;*/
    padding: 26px 0 12px;
    z-index: 10000;
}

.header_child {
    background-color: rgba(0, 65, 125, 1);
}

.logo {
    display: inline-block;
    margin: 6px 0;
    margin: -10px 0;
}

.logo a {
    position: relative;
    display: block;
    width: 320px;
    height: 60px;
}

.logo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
 /*   height: 30px;
        height: 60px;*/
}

.menu_pc {
/*    width: 65%;*/
    width: 70%;
    float: right;
    height: 45px;
}

.menu_pc li {
    position: relative;
    float: left;
    width: 20%;
    height: 45px;
    margin: 0;
    font-size: 10px;
    list-style: none;
}

.menu_pc li:not(:last-child)::after {
    position: absolute;
    top: 10%;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 34px;
    background-color: #CCC;
}

.menu_pc li:not(:last-child)::after {
    background-color: #FFF;
        background-color: #5184B6;
}

.menu_pc li a {
    display: block;
    line-height: 15px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    text-decoration: none !important;
}

.menu_pc li a img {
    width: auto;
    height: 21px;
    margin: 0 0 8px 0;
}

.menu_pc li a span {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    color: #FFF;
        color: #00377E;
    color: #333;
}

.menu_pc li:last-child a {
    border: none;
}


/* End header */


/* Slider */

.slider_wrap {
/*    height: 100vh;*/
     height: 116vh;
    /* background-image: url(assets/img/MV01.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* background-size: cover; */
    position: relative;
    z-index: 1000 !important;
}

.slider_wrap .container {
    position: relative;
    height: 100%;
}


/* .slider_wrap img {

    position: absolute;

    top: 35%;

    left: 38%;

    width: 62%;

} */

.slider_wrap a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 60px;
}

.slider_wrap a .slide_arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px !important;
    box-sizing: border-box;
}

.slider_wrap a .slide_arrow::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

.slider_wrap a::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.slider_wrap a .slide_arrow::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.slide_txt {
/*    font-size: 28px;*/
/*    font-size: 40px;*/
    font-size: 55px;
    font-weight: bold;
    line-height: 160%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 20px;
    font-family: 'Noto Serif JP', serif!important;   
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/* End slider */


/* Banner */

.banner_ct {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
/*    margin-top: 65px;*/
    margin-top: 45px;
}

.overlay_banner {
    background: rgba(248, 236, 224, 0.5);
    background: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.5);
    padding: 56px 0 52px 0;
        padding: 90px 0;
        padding: 150px 0;
}

.banner_ct h2 {
        color: #00377E;
    color: #FFF;
    font-size: 22px;
    margin: 0;
}

.banner_ct_en {
    display: inline-block;
    min-width: 200px;
        border-top: 1px solid #00377E;
    color: #00377E;
    border-top: 1px solid #fff;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
    text-transform: uppercase;
}


/* End banner */


/* Breadcrumb */

.breadcrumb_ct {
    background-color: #FFF;
    margin: 0;
    font-size: 12px;
    padding: 5px 0;
}

.breadcrumb_ct .bc_ft {
    display: inline-block;
    background-image: url(assets/images/icon_home.png);
    background-position: left 45%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 22px;
    color: #333;
}


/* End breadcrumb */


/* Content */

.content_wrap {
    background-color: #F6F6F6;
    background-color: #00377e;
    padding: 50px 0;
}

.content_ct {
    background: #FFF;
    padding: 40px 30px;
}

.row_content {
    padding: 30px 0;
}

.row_content:first-child {
    padding-top: 0;
}

.row_content:last-child {
    padding-bottom: 0;
}

.container-fluid .no_ct,
.container-fluid .no_ct_pd {
    padding: 0;
}

.container-fluid .content_ct {
    background: none;
    padding: 0;
}
.row_sns{
    margin-top: 60px;
}
.sns-icon {
    text-align: center;
}
.sns-icon a {
    padding-left: 15px;
    padding-right: 15px;
}

.sns-icon a img {
	width: 5%;
}

/* End content */


/* Message */

.message_wrap {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 590px;
}

.message_wrap::before {
    position: absolute;
    top: -25%;
    left: 0;
    content: "";
    display: block;
    width: 250px;
    height: 150%;
    background-color: #FFF;
    transition-duration: 2s;
    transform: translate(-100%);
    transform-origin: right 50%;
    z-index: 500;
}

.message_wrap.aos-animate::before {
    transform: translate(-100%) rotate(35deg);
}

.message_wrap::after {
    position: absolute;
    top: -25%;
    left: 43%;
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background-color: #FFF;
    transition-duration: 2s;
    transform-origin: left 50%;
    z-index: 500;
}

.message_wrap.aos-animate::after {
    transform: rotate(-19deg);
}

.message_wrap .message_ct {
    position: relative;
    float: right;
    width: 50%;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-left: 30px;
    z-index: 1000;
}

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


/* End message */


/* Service */

.service_wrap {
    background-color: #F6F6F6;
    background-color: #00377e;
    padding: 58px 0 66px 0;
}

.service_item {
    margin-bottom: 30px;
}

.service_des {
    padding: 0 20px;
    margin-top: -35px;
    position: relative;
}

.service_dec_ct {
/*
    background: #00377E;
    background-image: linear-gradient(0deg, #00377E, #f39800);
    background-image: linear-gradient(0deg, #de0011, #f39800);
*/
    color: #4c4948;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    line-height: 140%;
    background: #5184B6;
}
a.service_dec_ct {
    display: block;
}

a.service_dec_ct:hover, a.service_dec_ct:focus {
	color: rgba(255, 255, 255, 0.7);
	color: #F8ECE0;
    background: #00377E;
}

.service_des_en {
    font-size: 13px;
/*    font-family: "Times New Roman", Times, serif;*/
/*    font-family: 'Zen Maru Gothic', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/* End service */

a.txt{
    color: #00377E;
    text-decoration: underline !important;
}

a.txt:hover{
    opacity: 0.7;
}

ol.deve{
padding-left: 30px;
margin-bottom: 0;
}
ol.deve li {
padding-bottom: 10px;
}
ol.deve li table{
width: 100%;
padding-left: 15px;
       display: block;
}


ol.deve li table td{
    padding-bottom: 7px;
}
ol.deve li table td.td1{
    vertical-align: top;
        width: 17%;
}




/* Contact index */

.contact_ct {
    background-color: #F6F6F6;
    background-color: #00377e;
    padding: 40px 0;
}

.contact_ct [class^=col-] {
    margin: 0;
    /* position: relative; */
}

.contact_ct [class^=col-]:nth-child(1) {
    border-right: 1px solid #FFF;
}

.contact_ct [class^=col-] a {
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none !important;
    padding: 20px 0;
}

.contact_ct_title {
    font-size: 25px;
    display: inline-block;
    padding-bottom: 30px;
    color: #fff;
}

.contact_ct_number {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.contact_ct_txt {
    color: #fff;
}

.contact_ct img {
    margin-bottom: 20px;
    filter: invert(100%);
}


/* End contact index */


/* Button style */

.btn_style {
    padding: 10px 64px;
    border-radius: 0;
    /* background: #000 url(assets/images/arrow_01.png) right 18px center no-repeat; */
    background-size: 10px 18px !important;
    color: #fff !important;
    display: inline-block;
}


/* End button style */


/* Footer */

footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 0;
}

footer [class^=col-] {
    border-left: 1px solid #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 0;
/*    width: 49.5%;*/
    width: 32%;
}

footer [class^=col-]:first-child {
    border: none;
}

footer [class^=col-]:last-child {
    border: none;
}

.overlay_ft {
    padding: 42px 0 15px 0;
    background: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.5);
}




.logo_ft,
.logo_ft a {
    display: inline-block;
    margin: 0;
    height: auto;
    color: #fff;
}

.logo_ft a img {
    width: 100%;
    max-width: 300px;
    max-width: 200px;
/*    max-width: 150px;
    background: #fff;
    padding: 3%;*/
/*
        background: rgb(255 255 255 / 50%);
        background: rgb(255 255 255 / 70%);
        background: rgb(255 255 255 / 85%);
*/
    padding: 1%;
}

footer [class^=col-]>h4,
footer [class^=col-]>h4>a {
    display: block;
    color: #FFF;
    font-size: 15px;
    text-align: left;
}

footer [class^=col-]>ul+h4 {
    margin: 35px 0 0 0;
}

footer [class^=col-]>ul>li {
    list-style: none;
}

footer [class^=col-]>ul>li>a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    text-decoration: none !important;
}

.copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 114px 0 0 0;
/*    margin: 40px 0 0 0;*/
}


/* End footer */


/* Page top */

.back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px !important;
    padding: 2px;
    cursor: pointer;
    z-index: 10000;
}

.back_to_top>img {
    width: 100%;
}


/* End page top */


/* Index news & banner ----------------- */

.ind_news_ct {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 67px 0 57px 0;
}

.ind_news_ct .container {
    position: relative;
}

.ind_news_ct .container::before {
    position: absolute;
    bottom: -25%;
    left: 0;
    content: "";
    display: block;
    width: 90%;
    height: 150%;
    background-color: rgba(255, 255, 255, 0.95);
    transition-duration: 4s;
    transform-origin: left bottom;
    z-index: 500;
}

.ind_news_ct .container[data-aos]::before {
    left: 15px;
}

.ind_news_ct .container.aos-animate::before {
    transform: rotate(-7.6deg);
}

.ind_news_ct .container::after {
    position: absolute;
    bottom: -25%;
    right: 0;
    content: "";
    display: block;
    width: 35%;
    height: 150%;
    background-color: rgba(255, 255, 255, 0.95);
    transition-duration: 4s;
    transform-origin: right bottom;
    z-index: 500;
}

.ind_news_ct .container[data-aos]::after {
    right: 15px;
}

.ind_news_ct .container.aos-animate::after {
    transform: rotate(7.6deg);
}

.ind_col_left,
.ind_col_right {
    z-index: 1500;
}

.ind_news {
    overflow-y: scroll;
    height: 300px;
    min-height: 300px;
    margin: 5px 0 0 0;
    padding: 0 20px 0 0;
}

.ind_news_item {
    line-height: 1.7;
    font-size: 13px;
    border-bottom: 1px solid #CCC;
    margin: 36px 0 0 0;
    padding: 0 0 36px 0;
    width: 100%;
    float: left;
    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;
}

.ind_news_item:first-child {
    margin: 0;
}

.ind_news_item:last-child {
    border: none;
}

.ind_news_item a {
    text-decoration: underline !important;
    text-shadow: none;
}
.ind_news_item a:hover {
	color: #333;
    opacity: 0.7;
}
.ind_new_date {
    width: 100%;
    float: left;
    line-height: 22px;
    color: #555;
    font-size: 14px;
}

.ind_new_txt {
    width: 100%;
    float: left;
}

.ind_banner_item {
    margin-bottom: 20px;
}

.ind_banner_item:last-child {
    margin-bottom: 0;
}

.ind_banner_item a {
    display: block;
}


/* End index news & banner----------------- */


/* Banner general---------------------- */

.banner_general_item {
    margin-bottom: 30px;
    font-weight: 400;
}


/* End banner general------------------- */

.block_ct_item {
    margin-bottom: 20px;
}

.block_ct {
    background-color: #00377E;
    color: #FFF;
    border-radius: 6px !important;
    margin: 0;
    padding: 10px;
    text-align: center;
    display: block;
}
a.block_ct:hover, a.block_ct:focus {
    opacity: 0.7;
    color: #fff;
}
a:hover img{
    opacity: 0.7;
}
.logo_ft a:hover img{
    opacity: 1;
}

/* Table-------------------------- */

.table-style1 table {
    width: 100%;
}

.table-style1 tr td {
    background-color: #F6F6F6;   
    background-color: #00377e; 
    border: 1px solid #FFF;
    font-size: 14px;
    padding: 20px 20px;
}

.table-style1 tr td:first-child {
    width: 30%;
    max-width: 250px;
        background: #F8ECE0;
    background-color: #EEF1F7;
    background-color: #f7f4ee;
    border: 1px solid #FFF;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 5px;
}
.table-style1 tr td a {
    color: #00377E;
}

.table-style1 tr td a:hover, .table-style1 tr td a:focus {
	opacity: 0.7;
    text-decoration: underline !important;
}

.table-style1 tr td ul {
	padding-left: 20px;
}

/* End table------------------------ */


/* Layout----------------- */

.layout-column-img {
    text-align: center;
}


/* End layout------------------- */


/* Google map--------------- */

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


/* End google map------------------ */


/* Contact--------------------- */

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

.contact-form-st1 tr td {
    background-color: #F6F6F6;    
    background-color: #FDF9F6;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 20px;
}

.contact-form-st1 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background: #F8ECE0;
    background-color: #EEF1F7;
    background-color: #f7f4ee;
    border: 1px solid #FFF;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

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

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

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

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

.contact-form-st1 tr td select {
    width: 100%;
    box-shadow: none !important;
    border-radius: 0;
}
.contact-form-st1 tr.tr_btn2 td{
    text-align: center;
    white-space: normal;
    background: none;
}

.contact-form-st1 tr.tr_btn td,
.contact-form-st1 tr.agree_check td {
    text-align: center;
    background: none;
}

.btn_submit {
    background-color: #00377E;
    border-color: #00377E;
    color: #FFF;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
    margin: 0 15px 0 0px;
}

.btn_reset {
    background-color: #F8ECE0;
    border-color: #ccc;
    color: #000;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
}

.contact-note {
    float: right;
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 17px;
    background-color: #00377E;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 10px;
}


/* End contact-------------- */


/* Service page child-------------- */

.service_item_p {
    margin-bottom: 20px;
}

.service_image_p {
    padding-bottom: 20px;
}

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

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

.service_btn_p {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 15px;
}

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

.service_btn_p a:hover {
    -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 service page child-------------- */


/* Gallery-------------- */

.gallery_item {
    margin-bottom: 30px;
}


/* End gallery-------------- */


/* Gallery 02-------------- */

.gallery_item_p {
    margin-bottom: 30px;
    text-align: center;
}

.gallery_text_p {
    padding-top: 10px;
    display: block;
}


/* End gallery 02-------------- */


/* 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-------------- */


/*------------------------
  FAQ
------------------------*/
.contact .lead {
	margin-bottom: 40px;
}
.contact .lead p {
	text-align: center;
}
#faq-box {
/*	border: solid #dbdbdb;*/
	border-width: 1px 1px 0;
/*    border-radius: 25px;*/
}
#faq-box .q-txt {
	border-bottom: 1px solid #dbdbdb;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 10px;
    margin-top: 20px;
}
#faq-box .a-txt {
/*	background: #5184B6;*/
/*    background: #D7FBFE;*/
    background: #DFDEE3;
    /*rgba(215,231,232,1);*/
	border-bottom: 1px solid #dbdbdb;
    color: #000;
    border-radius: 10px;
}
#faq-box .q-txt,
#faq-box .a-txt {
	position: relative;
}
#faq-box .q-txt:before,
#faq-box .a-txt:before {
	position: absolute;
	left: 15px;
	font: normal 30px/1 'Noto Serif JP', serif;
	width: 60px;
	text-align: center;
}
#faq-box .q-txt:before {
	content: 'Q';
	top: 10px;
	color: #5184B6;
}
#faq-box .a-txt:before {
	content: 'A';
	top: 25px;
/*	color: #4e4e4e;*/
    color: #000;
}
#faq-box .q-txt {
	font-size: 18px;
	padding: 20px 50px 20px 70px;
	cursor: pointer;
	letter-spacing: .05em;
}
#faq-box .q-txt:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 1px #4e4e4e;
	border-right: solid 1px #4e4e4e;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -9px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#faq-box .q-txt.active:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#faq-box .a-txt .inner {
	padding: 25px 50px 25px 80px;
}
#faq-box .a-txt p,
#faq-box .a-txt ul,
#faq-box .a-txt ol {
	font-size: 15px;
	line-height: 2;
}
#faq-box .a-txt ul,
#faq-box .a-txt ol {
	margin-left: 24px;
}
#faq-box .a-txt ul {
	list-style: disc;
}
#faq-box .a-txt ol {
	list-style: decimal;
}
#faq-box .a-txt p + p {
	margin-top: 15px;
}
#faq-box .a-txt a {
	color: #0101DF;
	box-shadow: 0 1px 0 currentColor;
}

@media screen and (max-width: 768px) {
	.faq-wrapper {
		padding: 20px 0 40px;
	}
	#faq-box .q-txt:before,
	#faq-box .a-txt:before {
		left: 10px;
		font: normal 26px/1 'nsjp-serif', serif;
		width: 30px;
	}
	#faq-box .q-txt:before {
		top: 15px;
	}
	#faq-box .a-txt:before {
		top: 15px;
	}
	#faq-box .q-txt {
		font-size: 16px;
		margin: 0;
		padding: 15px 30px 15px 50px;
	}
	#faq-box .q-txt:after {
		right: 15px;
	}
	#faq-box .q-txt.active:after {
		margin-top: -3px;
	}
	#faq-box .a-txt .inner {
		padding: 15px 20px 15px 50px;
		font-size: 14px;
		line-height: 1.8;
	}
	#faq-box .a-txt p,
	#faq-box .a-txt ul,
	#faq-box .a-txt ol {
		font-size: 14px;
		line-height: 1.8;
	}
	#faq-box .a-txt p + p {
		margin-top: 10px;
	}
}



/* Instagram-------------- */

#instagram_p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

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

#instagram_p li a {
    display: block;
}

#instagram_p li a:hover {
    opacity: 0.5;
}

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


/* End instagram-------------- */


/* Blog-------------- */

.row_blog {
    overflow: hidden;
    max-height: 385px;
}

.row_footer ul li.current_page_item span, .row_footer ul li:hover span{
    border-bottom: 1px solid #fff;
}


/* End blog-------------- */

ol.service_ol{
    padding-left: 30px;
    font-size: 15px;
    line-height: 180%;
}
ol.service_ol li{
    padding-bottom: 20px;
    list-style: lower-roman;
}
ol.service_ol li table{
    width: 100%;
}
ol.service_ol li table th{
    border: 1px solid #ccc;
    padding: 3px 10px;
    text-align: center;
    font-weight: normal;
}
ol.service_ol li table td{
    border: 1px solid #ccc;
    padding: 3px 10px;
}
ol.service_ol li table td.td1, ol.service_ol li table th.th1{
        width: 26%;
}
.title-logo {
margin-bottom: 30px;
}
.show-sp2 {
    display: none;
}
.show-sp3 {
    display: none;
}


/*=== Custom ===*/
.motto {
/*
    color: #00377E;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    margin: 40px auto 20px;
*/
    
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    position: relative;   
/*    background: #00377e;*/
    background: #0d51d9;
    padding: 15px;
    text-shadow: none;
    text-align: center;
    width: 70%;
    margin: 40px 0 20px auto;
    border: 2px solid #0d51d9; 
    padding: 20px 80px;
/*    width: fit-content;*/
}

.motto:hover {
    transition: 0.3s;
    background-color: transparent;
    border: 2px solid #0d51d9;    
    color: #0d51d9;
}

.motto a {
    color: #fff;
}

.motto a:hover {
    color: #0d51d9;
}

.motto.my-adjust {
    display: inline-block!important;
    padding: 20px 20px!important;
    width: 40%;
    margin: 10px;
}

.motto2 {
    margin-top: 0;
}

.motto::before {
/*
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    border-top: 1px solid #00377E;
    margin: 27px 0 19px 0;
    padding: 0;
    bottom: -35px;
*/
}

/*
.icon-btn__icon {
  width: 18px;
  width: 1.125rem;
  height: auto;
  margin-left: 15px;
  margin-left: 0.9375rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.motto:hover .icon-btn__icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: none;
    filter: none;
}
*/

.motto3 {
    color: #fff;
    background: #0d51d9;
    font-weight: 100;
    position: relative;
    padding: 3px;
    text-shadow: none;
    font-size: 8px;
    width: 8%;
    margin: 20px auto 10px 0;
    cursor: pointer;
    border: 2px solid #0d51d9;
}

.motto4 {
    color: #fff;
    font-weight: 100;
    position: relative;   
    background: #0d51d9;
    font-size: 8px;
    padding: 3px 10px;
    text-shadow: none;
    width: fit-content;
    margin: 20px auto 10px 0;
    cursor: pointer;
    border: 2px solid #0d51d9; 
}

.motto3:hover {
    transition: 0.3s;
    background-color: transparent;
    border: 2px solid #0d51d9;    
    color: #0d51d9;
}

.motto4:hover {
    transition: 0.3s;
    background-color: transparent;
    border: 2px solid #0d51d9;    
    color: #0d51d9;
}

.img-report {
    display: none;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}


.report-details {
    display: none;   
    opacity: 0;
    transition: opacity 0.5s;
}

.motto-wrap {
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 20px;
}

.motto-item:first-child {
    flex-basis: 30%;
}

.motto-item:last-child {
    flex-basis: 70%;
}

.motto-head-wrap {
    background: #00377E;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    position: relative;
    text-shadow: none;    
    margin-bottom: 20px;
    padding: 10px;
}

.motto-head {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);   
    width: 90%;
}

.motto-desc {
    
}

#ig-wrap {
   padding: 40px 0;
}

.ig-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.ig-feed {
    margin: 30px auto 0;
    text-align: center;
}

.sub-head {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 0;
}

.sub-head:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #00377E;
}

.my-flow-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 40px;
    justify-content: space-between;
}

.my-flow {
    border: 2px solid #00377E;
    border-radius: 15px;
    padding: 20px;
    flex: 100%;  
    max-width: calc(100%/3 - 40px);
    margin-bottom: 40px;
    position: relative;
}

.my-flow:before{
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
    border-left: 30px solid #00377E;
    transform: unset;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}

.my-flow:nth-child(3):before,
.my-flow:nth-child(6):before,
.my-flow:nth-child(9):before {
    display: none;
}

.flow-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.flow-desc {
    font-size: 16px;
}

.flow-arrow {
    color: #00377E;
    font-size: 36px;
    margin: 20px auto;
    text-align: center;
}

.table-subhead {
    font-weight: 700!important;
    background: #5184B6!important;
    color: #fff;
    font-size: 18px!important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.input-md {
    width: 95%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.input-sm {
    width: 30%;
}

.my-ul {
    margin: 20px 0 20px 15px;
}

.my-ul2 {
    margin: 0 0 20px 15px;
}


table.tbl-event {
    padding: 15px;
    border: 1px solid;
    color: #2b75a6
}

table.tbl-event tr td {
    border: 1px solid #fff;padding: 15px;
}

table.tbl-event tr:nth-child(even) {
    background-color: #cce3f5;
}

table.tbl-event tr:nth-child(odd) {
    background-color: #e7f1fa;
}

table.tbl-event tr:first-child {
    background-color: #1cade4;
    color: #fff;
}

.event-box {
    border: 1px solid;
    margin: 20px 0;
    padding: 10px;
    color: #2b75a6;
}

.adlobe-main-title {
    font-size: 28px;
/*    color: #00377e;*/
    color: #fff;
    margin: 20px 0;
}

.message_ct .adlobe-main-title {
    color: #00377e;
}

.tbl-company tr td {
    padding: 10px;
    border: 1px solid #fff;
}

.tbl-company tr td:first-child {
    background-color: #3471fc;
    width: 20%;
    color: #fff;
}

.tbl-company2 tr th {
    padding: 10px;
    background-color: #3471fc;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.tbl-company2 tr td {
/*
    background-color: #1cade4;
    width: 20%;
    color: #fff;
*/
    text-align: center;
    padding: 10px;
    border: 1px solid #3471fc;    
}

.adlobe-company-map-caption {
    text-align: center;
}

.adlobe-title {
    margin: 20px 0;
}

.business-chart-img {
    display: flex;
    align-items: center;
}

.txt-right {
    text-align: right;
}

.txt-head {
    font-weight: 700;
/*    font-size: 20px;*/
    font-size: 24px;
    position: relative;
}

.txt-head::before {
    position: absolute;
    content: "・";
    left: -20px;
    top: 0;
}

.txt-head2 {
    font-weight: 700;
    font-size: 20px;
    position: relative;
}

.txt-head2::before {
    position: absolute;
    content: "◆";
    left: -25px;
    top: 0;
}

.txt-head3 {
    font-weight: 700;
    font-size: 24px;
}

.greeting {
    text-align: center;
}

.greeting img {   
    max-width: 300px;
}

.group-indent {
    padding-left: 20px;
}

.pie-chart-container {
    position: relative;  
    width: 500px;
    height: 500px;
}

.part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_bg {
    background-image: url(assets/images/content-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.my-title {
    font-size: 26px;
    margin: 40px auto 15px;
    font-weight: 700;
}

.my-title2 {
    font-size: 30px;
    margin: 25px auto;
}

.my-box-wrap {
    display: flex;
    flex-wrap: wrap;  
    text-align: center;      
}

.my-box-left {
    flex:100%;
/*    max-width: 60%; */
    max-width: 100%;
}

.my-box-right {
    flex:100%;
    max-width: 40%;
    background: #d9d9d9;   
    position: relative;
}

.my-sub-box {
    display: flex;
    flex-wrap: nowrap;   
/*    align-items: center;*/
    justify-content: center;
    height: auto;    
    column-gap: 20px;
    height: auto;
}

.sub-box1 {
/*    flex-basis: 50%;   */
    flex-basis: 30%;
    height: auto;
}

.sub-box2 {
/*    flex-basis: 50%;   */
    flex-basis: 70%;    
    position: relative;
    height: auto;
}

.sub-box1 img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.sub-box2 img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.txt-wrap {
/*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
*/
    width: 100%;
    text-align: left;
    padding: 20px;
    font-weight: 400;
}

.txt-wrap-title {
    font-size: 22.4px;
    font-weight: 700;
}

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

.sub-box3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.qa-wrap {
/*
    background: #d9d9d9;
    min-height: 400px;
*/
}

.pay {
/*    background: #d9d9d9;*/
    background: #fff;
    min-height: 400px;
    position: relative;
}

.my-title3 {
    font-size: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.btn-contact {
/*    background: #d9d9d9;*/
/*
    text-align: center;
    padding: 20px 80px;
    width: fit-content;
*/
    display: block;
    margin: 40px auto 20px;
    font-size: 24px;
}

.btn-financialresults {
    color: #fff;
    background: #0d51d9;
    font-weight: 100;
    position: relative;
    padding: 3px;
    text-shadow: none;
    font-size: 8px;
    width: 8%;
    margin: 20px auto 10px 0;
    cursor: pointer;
    border: 2px solid #0d51d9;
}

.txt-indent {   
    text-indent: 20px;
}

.txt-indent2 {   
    text-indent: 20px;
    display: block;
}

.pt-10 {
    padding-top: 10%;
}

.bg-grey {
/*    background: #d9d9d9;*/
    background: #fff;
}

.txt-name {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
}

.txt-black {
    color: #000;
}

.txt-small {
    font-size: 14px;
}

.txt-emp {
    font-weight: 700;
    font-size: 19.2px;
    margin-bottom: 20px;
}

.txt-emp2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.txt-ft {
    font-size: 23px;
}

.txt-ft-big {
    font-size: 51px;
}

.txt-bold {
    font-weight: 700;
}

/* ACCORDION - FAQ */
.faq__accordion {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .faq__accordion {
    margin-top: 3.125rem;
  }
}

.accordion__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: 100%;
/*
  border: 1px solid #8e8d8d;
  border: 0.0625rem solid #8e8d8d;
*/
  border-radius: 0.3125rem;
}

.accordion__item:first-child {
  margin-top: 0;
}

.accordion__btn {
  position: relative;
  width: 100%;
/*  height: 100%;*/
    height: auto;
  font-weight: 500;
  text-align: left;
  padding: 15px 40px 15px 15px;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
  font-size: max(16px, 16px);
  font-size: max(1rem, 16px);
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .accordion__btn {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-right: 2.5rem;
    padding-left: 0.9375rem;
  }
}

.accordion__btn--light-gray {
/*  background-color: #f8f8f9;*/
}

.accordion__btn::before,
.accordion__btn::after {
  position: absolute;
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 2px;
  height: 0.125rem;
  background-color: #333333;
  border-radius: 0.1875rem;
}

.accordion__btn::before {
  top: 50%;
  right: 10px;
  right: 0.625rem;
}

.accordion__btn::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  right: 10px;
  right: 0.625rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion__btn[aria-expanded=true].accordion__btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__panel {
  padding: 0px 15px 15px 15px;
  padding: 0rem 0.9375rem 0.9375rem 0.9375rem;
}

.accordion__panel--light-gray {
  background-color: #f8f8f9;
    margin-top: -10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.accordion__panel--padding-wide {
  padding: 0px 20px 40px 20px;
  padding: 0rem 1.25rem 2.5rem 1.25rem;
}
@media screen and (min-width: 1024px) {
  .accordion__panel--padding-wide {
    padding: 0rem 2.5rem 2.5rem 2.5rem;
  }
}

.accordion__panel.js-is-close {
  display: none;
}

.accordion__text {
  width: 100%;
  font-weight: 400;
  text-align: left;
  font-size: max(16px, 16px);
  font-size: max(1rem, 16px);
  line-height: 1.8;
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.accordion__text:first-child {
  padding-top: 0;
}

.accordion__link {
  font-weight: 500;
  text-decoration: underline;
}

.accordion__btn-panel-content {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


@media screen and (min-width: 1024px) {
  .animate-movie__img-tag-text .img-tag-text__bottom {
    width: 55%;
  }
}

.animate-movie-accordion {
  margin: 2.5rem calc(50% - 50vw) 0;
  width: 100vw;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #f8f8f9;
}
@media screen and (min-width: 1024px) {
  .animate-movie-accordion {
    margin-top: 5rem;
    padding-top: 4.375rem;
    padding-bottom: 3.125rem;
  }
}

.animate-movie-accordion__inner {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .animate-movie-accordion__inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    max-width: 93.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}


@media screen and (min-width: 1024px) {
  .accordion__btn-panel-content {
    margin-top: 0;
    width: 100%;
    max-width: 22.5rem;
    padding-left: 1.25rem;
  }
}

.accordion__panel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .accordion__panel-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.accordion__btn-panel {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
  max-width: 360px;
  max-width: 22.5rem;
}

.accordion__btn-panel:first-child {
  margin-top: 0;
}

.accordion__img-content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.accordion__figure {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.accordion__img-content .figure__caption {
  font-size: max(16px, 16px);
  font-size: max(1rem, 16px);
  font-weight: 400;
}

.accordion__img-content .figure__caption--bottom {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.accordion__img-content .figure__img {
  width: 100%;
  max-width: 520px;
  max-width: 32.5rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .accordion__img-content .figure__img {
    margin-left: 0;
    margin-right: 0;
  }
}

.accordion__list-wrapper {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.accordion__list {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.accordion__list:first-child {
  padding-top: 0;
}

.accordion__list--with-title {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.accordion__list.list--no-mark .list__item {
  padding-left: 0;
}

.accordion__list-title {
  font-size: max(16px, 16px);
  font-size: max(1rem, 16px);
  font-weight: 500;
}

.accordion__ol-list {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.accordion__ol-list:first-child {
  padding-top: 0;
}

@media screen and (max-width:1366px) {
    /* Message */
    .message_wrap {
        min-height: inherit;
    }
    .message_wrap::after {
        left: 50%;
    }
}

@media screen and (max-width:1200px) {
    /* Message */
    .message_wrap.aos-animate::after {
        transform: rotate(16deg);
    }
    .logo{
    margin: -15px 0;
    }
    .logo a{
        width: 260px;
    height: 49px;
    margin-top: 7px;
    }
    .menu_pc{
        width: 70%;
    letter-spacing: 0px;
    }
    .slide_txt {
    letter-spacing: 1px;
/*    font-size: 24px;*/
        font-size: 32px;
    }
    ol.deve {
    padding-left: 15px;
    letter-spacing: 0;
    }
    ol.deve li table{
    padding-left: 0;
    }
    ol.deve li table td.td1 {
    width: 15%;
    }
}

@media screen and (max-width:1024px) {
    .slider_wrap {
/*        height: 81vh!important;*/
        height: 36vh!important;
    }
    
    .backstretch {
/*        height: 81vh!important;*/
        height: 36vh!important;
    }
    
    /* Custom */
    .pie-chart-container {        
        width: 400px;
        height: 400px;
    }
    
    .motto {
        width: 86%;
    }
    
    .logo_ft, .logo_ft a {
        font-size: 28px;
    }
    
    .txt-ft-big {
        font-size: 40px;
    }
    
    .txt-ft {
        font-size: 18px;
    }
}

@media screen and (max-width:992px) {
    /* Header */
    .menu_pc {
        width: 63%;
            letter-spacing: 1px;
                margin-top: 7px;
    }
    /* Content */
    .content_ct {
        padding: 20px 0;
    }
    /* Margin---------------- */
    .mgt-30 {
        margin-top: 15px;
    }
    .mgt-40 {
        margin-top: 20px;
    }
    .mgt-50 {
        margin-top: 25px;
    }
    .mgt-60 {
        margin-top: 30px;
    }
    .mgt-70 {
        margin-top: 35px;
    }
    .mgt-80 {
        margin-top: 40px;
    }
    .mgt-90 {
        margin-top: 45px;
    }
    .mgt-100 {
        margin-top: 50px;
    }
    /* End margin-------------------- */
    /* Padding---------------- */
    .pdt-30 {
        padding-top: 15px;
    }
    .pdt-40 {
        padding-top: 20px;
    }
    .pdt-50 {
        padding-top: 25px;
    }
    .pdt-60 {
        padding-top: 30px;
    }
    .pdt-70 {
        padding-top: 35px;
    }
    .pdt-80 {
        padding-top: 40px;
    }
    .pdt-90 {
        padding-top: 45px;
    }
    .pdt-100 {
        padding-top: 50px;
    }
    /* End padding-------------------- */
    .br_show {
        display: inline-block;
    }
    /* Service page child-------------- */
    .service_item_p {
        width: 50%;
        float: left;
    }
    /* End service page child-------------- */
    /* Gallery 02-------------- */
    .gallery_item_p {
        margin-bottom: 30px;
        width: 50%;
    }
    /* End gallery 02-------------- */
    /* Contact----------------- */
    .contact-form-st1 tr td:first-child {
        width: 40%;
    }
    /* End contact------------- */
    header {
    	height: 80px;
	}
	.slider_wrap {
    height: 50vh;
    }
    .logo{
    	margin: 0;
    }
    .logo a{
     /*   height: 45px;*/
            margin-top: 0;
	 /*   width: 262px;
	    height: 44px;*/
    }
    .logo a img{
    	height: auto;
    }
    .slide_txt{
           letter-spacing: 1px;
    font-size: 24px;
    line-height: 140%;
    }
    .col-sm-8_2, .col-sm-4_2{
    width: 100%;
    }
    .move video {
    margin-top: 80px;
    }
    ol.deve {
    padding-left: 30px;
    letter-spacing: 1px;
    }
    ol.deve li table {
    padding-left: 15px;
    }
    ol.deve li table td.td1 {
    width: 17%;
    }
    .message_wrap .message_ct{
width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding: 60px 30px;
}
.message_wrap.aos-animate::before {
    transform: translate(-100%) rotate(
0deg
);
}
.message_wrap.aos-animate::after {
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(
0deg
);
}
	.show-sp3 {
	        display: inline-block;
	}
	
}

@media screen and (max-width: 834px) {
    /* Custom */
    .pie-chart-container {        
        width: 300px;
        height: 300px;
    }
    
    .slider_wrap {
        height: 32vh !important;
    }

    .backstretch {
        height: 32vh !important;
    }
    
    .motto {
        width: 70%;
    }
    
    .btn-contact {
        font-size: 20px;
    }
    
    .txt-ft-big {
        font-size: 30px;
    }
    
    .logo_ft, .logo_ft a {
        font-size: 20px;
    }   
    
    .txt-ft {
        font-size: 12px;
    }
    
    .greeting img {
        margin-bottom: 20px;
    }
    
    .img-oath {
        margin-bottom: 20px;
    }
    
}

@media screen and (max-width:768px) {
    .slider_wrap {
        height: 36vh !important;
    }

    .backstretch {
        height: 36vh !important;
    }
    
    .txt-head2::before {       
        left: -14px;
        font-size: 12px;
    }
}

@media screen and (min-width:768px) {
    /* Header */
    .menu_pc {
        display: block !important;
    }
    .menu_sp {
        display: none;
    }
}

@media screen and (max-width:767px) {
    /* Header */
    .menu_pc {
        display: none;
    }
    .menu_sp {
        display: block;
    }
    header {
        position: fixed;
        z-index: 9999;
        height: 50px;
        padding: 0;
        background-color: rgba(0, 65, 125, 1);
    }
    header .container {
        padding: 0;
            line-height: 100%;
    }
    .logo {
        float: none;
        width: auto;
        height: 25px;
        height: auto;
            margin-left: 8px;
    }
    .logo a {
        width: 200px;
    height: 48px;
}
    .logo a img {
        width: auto;
        height: auto;
    }
    .menu_sp {
        float: right;
        list-style: none;
        height: 50px;
    }
    .menu_sp li {
        float: left;
        text-align: center;
        width: 50px;
        height: 50px;
        border-right: 1px solid #FFF;
    }
    .menu_sp li:last-child {
        border-right: none;
    }
    .menu_sp li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #997A00;
        background: #4DB9DD;
    	background: #00377E;
    }
    .menu_sp li:last-child a {
        background-color: #997A00;
        background: #4DB9DD;
    	background: #00377E;
    }
    .menu_sp li a img {
        position: absolute;
        top: 25%;
        left: 50%;
        width: auto;
        height: 18px;
        transform: translateX(-50%);
    }
    .menu_sp li a .menu_txt {
        position: absolute;
        bottom: 2px;
        left: 0;
        display: block;
        width: 100%;
        color: #FFF;
        font-size: 9px;
/*           display: none;*/
    }
    .menu_pc {
        background: #fff;
        width: 100%;
        float: left;
        height: auto;
            margin-top: 0;
    }
    .menu_pc li {
        width: 100%;
        height: auto;
        border-bottom: 1px #ccc solid;
        padding: 0;
    }
    .menu_pc li:last-child {
        border-bottom: 0;
    }
    .menu_pc li a {
        color: #000 !important;
        padding: 15px;
    }
    .menu_pc li a img {
        display: none;
    }
    .menu_pc li a span {
        color: inherit;
        font-size: 14px;
    }
    .menu_pc li a span .active {
    color: #00377E;
    font-weight: bold;
        background: #fff;
    }
    /* Slider */
    .slider_wrap {
        margin-top: 40px;
    }
    .slide_txt {
        font-size: 20px;
            letter-spacing: 1px;
    line-height: 140%;
    top: 40%;
    }
    .slider_wrap {
        height: 400px;
    }
    .slider_wrap img {
        top: 35%;
        left: 40%;
        width: 50%;
    }
    /* Banner */
    .banner_ct {
        margin-top: 40px;
    }
    /* Content */
    .contents {
        padding-right: 0;
        padding-left: 0;
    }
    /* Title */
    .row-title {
        width: 100%;
        float: left;
    }
    /* Message */
    .message_wrap {
        background-size: cover;
        background-position: center;
    }
    .message_wrap::after {
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .message_wrap::before,
    .message_wrap::after {
        display: none;
    }
    .message_wrap .container {
        background-color: rgba(255, 255, 255, 0.5);
        background: rgba(0, 0, 0, 0.5);
        background-color: rgba(255, 255, 255, 0.7);
    }
    .message_wrap .message_ct {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
            padding: 60px 30px;
    }
    /* Service */
    .service_dec_ct {
        font-size: 14px;
    }
    .service_des_en {
        font-size: 12px;
    }
    /* Index news & banner ----------------- */
    .ind_col_right {
        margin-top: 30px;
    }
    /* Contact index */
    .content_wrap {
        padding: 30px 0 0 0;
    }
    .contact_ct {
        padding: 20px 0;
    }
    .contact_ct [class^=col-] a p {
        font-size: 15px;
        font-weight: bold;
    }
    /* Footer */
    .row_footer {
        padding: 0 15px;
    }
    footer [class^=col-]:first-child {
        padding: 30px 0;
    }
    footer [class^=col-] {
        padding: 10px 30px;
    }
    /* FAQ-------------- */
    .row_faq {
        width: 100%;
        float: left;
    }
    /* End faq-------------- */
    /* Instagram-------------- */
    #instagram_p li {
        width: 25%;
    }
    /* End instagram-------------- */
    /* Blog-------------- */
    .blog_p {
        width: 100%;
        float: left;
    }
    /* End blog-------------- */
    /* Faq----------- */
    .row_faq .panel-title {
        font-size: 14px;
    }
    /* End faq----------- */
    /* Contact------------ */
    .contact-form-st1 tr td {
        padding: 10px;
    }
    /* End contact----------- */
    .sns-icon a img{
    width: 7%;
    }
/*    
.txt_style{
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    color: #fff;
    font-weight: bold;
}*/
.table-style1 tr td {
    width: 100% !important;
    max-width: none !important;
    float: left;
    }
    .table-style1 tr td:first-child{
        text-align: left;
    }
    
    .move video {
    margin-top: 50px;
    }
    
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.input-md {
/*        width: 75%;*/
    }
    
    .table-subhead  {
        font-size: 16px!important;
    }
    
    .motto-wrap {
        flex-wrap: wrap;
    }
    
    .motto-item:first-child {
        flex-basis: 100%;
        margin-bottom: 40px;
    }
    
    .motto-item:last-child {
        flex-basis: 100%;
        margin-bottom: 40px;
    }
    
    .motto-head-wrap {
        margin-left: auto;
        margin-right: auto;
    }    
    
    /* Custom */  
    .my-flow {       
        max-width: 100%; 
        margin-bottom: 50px;
    }

    .my-flow:before {
       display: none;
    }
    
    .my-flow:after {
        content: "▼";
        position: absolute;
        font-size: 30px;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        bottom: -40px;
        color: #00377E;
    }
    
    .my-flow:last-child:after {
        display: none;
    }
    
    .motto3 {
        width: 60%;
    }
    
    /* Custom */
    .pie-chart-container {        
        width: 200px;
        height: 200px;
        margin: 0 auto 20px;
    }
    
    .my-box-left {
        max-width: 100%;
    }
    
    .my-box-right {
        margin-top: 20px;
        max-width: 100%;
        height: 200px;
    }
    
    .btn-contact {
        padding: 20px;
        font-size: 16px;
    }
    
    .my-sub-box {
        flex-wrap: wrap;
    }   
    
    .sub-box1 {
        flex-basis: 100%;       
    }
    
    .sub-box2 {
        flex-basis: 100%;
        min-height: 300px;
    }   
    
    .mgb-20-sp {
        margin-bottom: 20px;
    }
    
    .order-1 {
        order: 1;
    }
    
    .order-2 {
        order: 2;
    }
    
    .txt-emp {
        margin-top: 20px;
    }
    
    .motto {
        width: 100%;
        padding: 20px;
    }
    
    .motto4 {
        padding: 15px;
    }
    
    .txt-ft {
        font-size: 20px;
    }
    
    .motto.my-adjust {
        width: 100%;
    }
    
}

@media screen and (max-width:640px) {
    /* Service */
    .service_item {
        width: 100%;
    }
    .service_item:last-child {
        margin-bottom: 0;
    }
    /* Banner general---------------------- */
    .banner_general_item {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .banner_general_item:last-child {
        margin-bottom: 0;
    }
    /* End banner general------------------- */
    /* Gallery-------------- */
    .row-gallery {
        padding: 0 10px;
    }
    .gallery_item {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    /* End gallery-------------- */
    /* Blog-------------- */
    .row_blog {
        max-height: 405px;
    }
    /* End blog-------------- */
    /* Contact------------ */
    .contact-form-st1 tr td {
        width: 100% !important;
        float: left;
    }
    .contact-form-st1 tr td:first-child {
        max-width: inherit;
    }
    .btn_submit,
    .btn_reset {
        width: 100px;
    }
    /* End contact----------- */
}

@media screen and (max-width:520px) {
    /* Service page child-------------- */
    .service_item_p {
        width: 100%;
        float: left;
    }
    .service_item_p:last-child {
        margin-bottom: 0;
    }
    /* End service page child-------------- */
    /* Gallery 02-------------- */
    .gallery_item_p {
        width: 100%;
    }
    /* End gallery 02-------------- */
    /* Footer */
    footer [class^=col-] {
        width: 100% !important;
     }
     /* End footer */
     .sns-icon a img {
    	width: 12%
    }
    ol.service_ol li table td.td1, ol.service_ol li table th.th1 {
    width: 30%;
    }
    ol.service_ol li table td{
        padding: 3px 5px;
    }
    .title-style77::before {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 40px;
    transform: translateX(-50%);
    margin: 55px 0 0 0;
    padding: 20px 0 0 0;
    }
    .title-style76{
    font-size: 20px;
    }
    .logo a {
    width: 200px;
    height: 38px;
    margin-top: 2px;
    }
    .title-style17{
    padding: 5px 10px;
    font-size: 22px;
    }
    .message_wrap .message_ct {
            padding: 60px 20px;
    }
    ol.deve{
    padding-left: 20px;
    letter-spacing: 0px;
    }
    ol.deve li table {
    padding-left: 0px;
    }
    ol.deve li table td.td1 {
    width: 23%;
    }
	.show-sp2 {
	        display: inline-block;
	}
}

@media screen and (max-width:480px) {
    /* Slider */
    .slider_wrap {
/*        height: 300px!important;*/
        height: 200px!important;
    }
    
    .backstretch {
/*        height: 300px!important;*/
        height: 200px!important;
    }
    .slider_wrap img {
        top: 30%;
        left: 20%;
        width: 70%;
    }
    .slide_txt {
        font-size: 16px;
        transform: translate(-50%, -75%);
        line-height: 140%;
    top: 45%;
        letter-spacing: 0;
    }
    /* COntact index */
    .contact_ct_title {
        font-size: 15px;
        font-weight: bold;
    }
    .contact_ct [class^=col-] a img {
        height: 60px;
    }
    /* Footer */
    .overlay_ft {
        padding: 30px 0;
    }
    footer [class^=col-] {
        margin: 0;
        padding: 10px 15px;
    }
    /* Table-------------------------- */
    .table-style1 tr td {
        padding: 10px;
        word-wrap: break-word;
    	word-break: break-all;
    }
    .table-style1 tr td:first-child{
        white-space: unset;
    }
    /* End table------------------------ */
    /* Google map--------------- */
    .row-map iframe {
        height: 220px;
    }
    /* End google map------------------ */
    /* Instagram-------------- */
    #instagram_p li {
        width: 50%;
    }
    /* End instagram-------------- */
    /* Blog-------------- */
    .row_blog {
        max-height: 445px;
    }
    /* End blog-------------- */
    .ind_news_ct {
        background: #fff !important;
    }
    .ind_news_ct .container::after,
    .ind_news_ct .container::before {
        content: none;
    }
    .title-style77{
	    font-size: 20px;
	    letter-spacing: -1px;
    }
}