#blog {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #F6F6F6;
}

/*
.title-style14 {
    border-bottom: 3px solid #61210B;
}

.title-style14:after {
    border-bottom: 3px solid #61210B;
}
*/

h2.widgettitle {    
    font-size: 24px;
/*    font-weight: bold;   */
    color: #555555;
    padding: 5px;
    border-bottom: 3px solid #636363;
    text-align: left;   
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'bokutoh-ruika',sans-serif;
    font-weight: 100;
    font-style: normal;
}

.oso_title {
    font-size: 14px;
    font-weight: 600; 
}

.blog-content {
/*    width: 70%;*/
    float: left;
    background: #fff;
}

.blog-h3 {    
    font-weight: bold;
    border-bottom: solid 3px #2447af;
}

/*
.blog-img {
    padding-right: 0!important;
    padding-left: 3px!important;
}
*/

.txt-date {
    text-align: left;
    font-size: 14px;
}

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

.wpwidget{
    float: right!important;
    margin-top: -78px;
}

.wpwidget2{
     margin-top: -20px;
}

.wpwidget a {
    color: #ecd3c3;
}

.widgetrow {    
    padding-bottom: 15px;
/*  padding-top: 15px;*/
    padding-left: 15px;
    padding-right: 15px;   
    background: #fff;
}

.widgetrow ul {
    padding-left: 0;
}

.widgetrow ul li {
    list-style: none;
    color:#000;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dotted #000;
    padding: 10px 0;
}

.widgetrow ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

div.oso_box_12.justify {   
    padding: 10px 20px;
/*
    border: 2px solid #4568A2;   
    border-radius: 15px;
*/
    border-bottom: 1px dotted #000;
    margin-bottom: 20px;
    background-color: #fff;
    color: #000;   
}


div.oso_box_12.justify a:hover {
    color: #2447af;
}

.img-properties img {
/*
    padding-right: 0!important;
    padding-left: 3px!important;
    height: 280px;   
    width: 100%;
    object-fit: cover;
*/
}

.read-more {
  background-color: #FBFBEF;
  border: 2px solid #4568A2;
  color: #4568A2;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  margin-top: 15px;
  font-weight: bold;  
}

div.oso_box_12.justify a {
    color: #000;
}

.read-more:hover {
    background-color: #4568A2;
    color: #fff;    
}

div.oso_box_12.justify a:hover {
/*    color: #fff;*/
}

/*
.attachment-post-thumbnail {
    width: 150px;
    height: auto;
    object-fit: cover;
}
*/

.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.pagination .page-numbers {
    padding: 0 15px;
}

.pagination .current {
    background-color: #636363;
    color: #fff; 
}

/* calendar widget */

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

/*
#wp-calendar tbody td a {
    background: #61210B;
    color: #fff;
}
*/

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}




@media screen and (max-width:768px) {
    h2.widgettitle {    
        font-size: 18px;
        font-weight: bold;   
    }
    
    .blog-content {
        width: 100%;
        float: left;
    }

    .wpwidget{
        float: left!important;
        margin-top: 0;
        width: 100%;
    }    

    .widgetrow {    
        width: 100%;
    }
    
     .pagination { 
        float: left;        
        display: flex;
        justify-content: center;
        font-weight: bold;
    }
}





/* Blog */
.blog_wrap {
    padding: 60px 0;
/*    font-family: 'M PLUS 1p', sans-serif;    */
}

.sidebar {
    padding: 0 15px;
    margin-top: 0;
}
.sidebar .title-style14 {
    margin-top: 0;
}
.sidebar-wrap {
    padding: 20px 10px 30px 10px;
    background-color: #fff;
}

.main-blog-ct {
    background-color: #fff;
/*    padding-bottom: 30px;*/
}
.list-posts .post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
}
.list-posts .post:last-child {
/*    margin-bottom: 0;*/
}
.list-posts .post a {
    display: flex;
    flex-wrap: wrap;
}
.list-posts .post a .title {
    font-weight: 600;
}
.list-posts .post a .img {
    width: 30%;
}
.list-posts .post a .img img {
    max-width: 100%;
    height: auto;
}
.list-posts .post a .info {
    width: 100%;
    padding-left: 15px;
    letter-spacing: 0;   
}
.sidebar ul {
    list-style-type: none;
}
.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #000;
    font-size: 16px;
    font-weight: 5500;
    letter-spacing: 0;
}
.sidebar ul li a {
    color: #000;
}

.sidebar ul li:first-child {
    padding-top: 0;
}
.single img {
    max-width: 100%;
    height: auto;
}
.single-date {
    margin: 15px 0;
    font-size: 16px;
    letter-spacing: 0;
}

.single-ct {
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 0;    
}

.single-ct p {
    line-height: 160%;
}

.single-ct strong {
    font-weight: bolder;
}

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

.mgb-30 {
    margin-bottom: 30px;
}
.mgb-60 {
    margin-bottom: 60px;
}

.pdb-60 {
    padding-bottom: 60px;
}

.sidebar .title-style14 {
    margin-top: 0;
}

/*
.f-24 {
    font-size: 26px;
}
*/

.tal-l {
    text-align: left;
}

.date {
    font-size: 14px;
    font-weight: 550;
}

.excerpt {
    font-weight: 550;
}

.excerpt p {
    line-height: 160%;
}

.info div {
    line-height: 160%;
}



@media screen and (max-width: 767px) {
    .blog_wrap {
        padding: 30px 10px;
    }
    .main-blog-ct {
        margin-bottom: 60px;
        padding: 20px 10px 30px 10px;
    }
    .list-posts .post a .img {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .list-posts .post a .info {
        width: 100%;
        padding-left: 0;
    }
    .sidebar {
        padding: 0;
    }
}
/* End Blog */




@charset "UTF-8";

/* General 


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
    font-family: 'Yu Mincho';
    src: url(assets/fonts/YuMincho-Demibold.woff);
}*/


body {
font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 180%;
    font-family: 'Noto Sans JP', sans-serif;
}

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;
}

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%;
}

.dib {
    display: inline-block;
}

.dib>img {
    width: 100%;
}
a.dib:hover {
        opacity: 0.7;
}

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

.txt_style {
    line-height: 180%;
    font-size: 16px;
}
.txt_style span {
/*text-decoration: underline;*/
font-weight: bold;
}
.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;
	margin:0 auto;
	    width: fit-content;
}

.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);
    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: 85px;
    padding: 12px 0;
    z-index: 10000;
	  background: #333;
}

header .container .header-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

header .container:before, header .container:after {
    display: none;
}

.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;
    color: #fff;
}

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

.menu_pc {
    height: auto;
}

.menu_pc li {
    position: relative;
    height: auto;
    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: #636363;
}

.menu_pc li a {
    display: block;
    line-height: 15px;
    text-align: center;
    padding: 0 10px;
/*    color: #000;*/
    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: #FF0000;
    color: #333;
*/
}

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


/* End header */


/* Slider */

.slider_wrap {
    height: 100vh;
    /* 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-weight: bold;
    line-height: 160%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 20px;
}

@-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;
}

.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: #FF0000;
    color: #FFF;
    font-size: 22px;
    margin: 0;
}

.banner_ct_en {
    display: inline-block;
    min-width: 200px;
        border-top: 1px solid #FF0000;
    color: #FF0000;
    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: #FDF9F6;
    padding: 50px 0;
}

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

.my-container1 {
    margin-top: 60px;
}

.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: #FDF9F6;
    padding: 58px 0 66px 0;
}

.service_item {
    margin-bottom: 30px;
}

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

.service_dec_ct {
/*
    background: #FF0000;
    background-image: linear-gradient(0deg, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(0deg, #e6e6e6, #e6e6e6);
*/
    background: #333;
    color: #fff;
/*
    color: #4c4948;
    color: #000;
*/
    padding: 10px;
    font-size: 18px;
    line-height: 140%;
font-family: 'Noto Sans JP', sans-serif!important;
}
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: #FF0000;
}

.service_des_en {
    font-size: 13px;
    font-family: "Times New Roman", Times, serif;
}

/* End service */

a.txt{
    color: #FF0000;
    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%;
}

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


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




/* Contact index */

.contact_ct {
    background-color: #F6F6F6;
    background-color: #FDF9F6;
    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;
}

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

.contact_ct img {
    margin-bottom: 20px;
}


/* End contact index */


/* Button style */

.btn_style {
    padding: 10px 40px;
    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%;
}

footer [class^=col-]:first-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);
*/
    padding: 42px 0 15px 0;
     background: #333;
}


}

.logo_ft,
.logo_ft a {
    display: inline-block;
    margin: 0;
}

.logo_ft a img {
    width: 100%;
    max-width: 300px;
/*    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: -31%;
    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: -31%;
    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 10px;
    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;
}


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

.block_ct_item {
    margin-bottom: 20px;
}

.block_ct {
    background-color: #FF0000;
    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%;
	  margin-top: 50px;
}

.table-style1 table tr td a {
    color: #000;
}

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

.table-style1 tr td:first-child {
    width: 30%;
    min-width: 300px;
    background-color: #ebebeb;
    border: 1px solid #FFF;
    font-size: 16px;
    font-weight: bold;
    white-space: pre-wrap;
    text-align: left;
    letter-spacing: 5px;
}
.table-style1 tr td a {
    color: #FF0000;
}

.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 input[type=email],
.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],
.contact-form-st1 tr td input[type=email] {
    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_btn td,
.contact-form-st1 tr.agree_check td {
    text-align: center;
    background: none;
}

.btn_submit {
    background-color: #636363;
    border-color: #636363;
    color: #FFF;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
    margin-right: 20px;
}

.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: #636363;
    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-------------- */


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

.show-sp {
    display: none;
}

/* IG feed */
.ig-feed {
    overflow: auto;
}

/* New Font Style */
.title-style75,
.title-style14 {
    font-weight: 100;
    font-style: normal;
font-family: 'Noto Sans JP', sans-serif!important;
}

.fml-mr {
font-family: 'Noto Sans JP', sans-serif!important;
}

/* Other customisations */
.color-blue {
    color: blue!important;
}

.ig-logo {
    width: 10%;
}

/*
.my-title2 {
    position: relative;
    left: -20px;
}


.my-title2::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #636363;
    bottom: -3px;
    width: 50%!important; 
}
*/

@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;*/
       width:100px;
    height: 49px;
    margin-top: 7px;
    }
    .menu_pc{
        width: 70%;
    letter-spacing: 0px;
    }
    .slide_txt {
    letter-spacing: 1px;
    font-size: 24px;
    }
    ol.deve {
    padding-left: 15px;
    letter-spacing: 0;
    }
    ol.deve li table{
    padding-left: 0;
    }
    ol.deve li table td.td1 {
    width: 15%;
    }
    
    ul.deve {
    padding-left: 15px;
    letter-spacing: 0;
    }
    ul.deve li table{
    padding-left: 0;
    }
    ul.deve li table td.td1 {
    width: 15%;
    }
}

@media screen and (max-width:992px) {
    /* Header */
    .menu_pc {
        width: 63%;
            letter-spacing: 1px;
                margin-top: 7px;
    }
    /* Content */
    .content_ct {
        padding: 20px 10px;
    }
    /* 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%;
    }
    ul.deve {
    padding-left: 30px;
    letter-spacing: 1px;
    }
    ul.deve li table {
    padding-left: 15px;
    }
    ul.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 (min-width:768px) {
    /* Header */
    .menu_pc {
        display: flex !important;
        justify-content: end;
    }
    .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: 80px;
    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;
    }
    .menu_sp li:last-child {
        border-right: none;
    }
    .menu_sp li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background: #08088A;
    }
    .menu_sp li:last-child a {
    }
    .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: #FF0000;
    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%;
    }
    
    .logo a {
        color: #000;
        max-width: 320px;
    }    
    
    .logo p {
        font-size: 20px!important;
    }
    
    /* 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;
    }
    
    .overlay_banner {       
        padding: 36px 0;
    }
    
    .show-sp {
        display: inline-block;
    }
    
    
    
}

@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%;
    }
    ul.deve{
    padding-left: 20px;
    letter-spacing: 0px;
    }
    ul.deve li table {
    padding-left: 0px;
    }
    ul.deve li table td.td1 {
    width: 23%;
    }
    .show-sp2 {
            display: inline-block;
    }
}

@media screen and (max-width:480px) {
    /* Slider */
    .slider_wrap {
        height: 300px;
    }
    .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;
    }
}

.menu-contact, .menu-content {
    display: none;
}

.menu_sp li a {
    background: #08088A;
}

/*Anurag css*/
.extragap {margin: 40px 0;}
.three-col {display: flex; flex-wrap: wrap;}
.three-col .colbox {flex-basis: 50%; padding: 0 10px;}
.flow-chart ul {display: flex; justify-content: space-between;list-style: none; margin:  50px 0;}
.flow-chart ul li {margin: 0 10px; width: calc(17% - 20px); padding: 5px 10px; font-size: 14px;background: #f4f4f4;flex-direction:  column;display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.3;position: relative;border-bottom: solid 2px #636363;}
.flow-chart ul li:after{content:  ""; position: absolute;top:  50%; transform: translateY(-50%);right: -10px;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #f4f4f4;}
.flow-chart ul li:nth-child(4) {width: auto; height: 70px;}
.flow-chart.alternate ul li:nth-child(3):after, .flow-chart.alternate ul li:nth-child(4):after{display: none;}
.flow-chart ul li:last-child:after{display: none;}
.slider_wrap h2 {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);align-items: center; justify-content: center;padding: 30px;color: #fff;width: 100%;text-align: center;text-shadow: 1px 1px 3px #000000;}
.image-wrap {display: flex;flex-wrap: wrap;}
.image-wrap a {flex-basis: 33.33%; padding: 0 10px; margin-bottom: 20px;}
.flexy {display: flex; justify-content: space-between;}
.flexy p:first-child {flex-basis: 25%;}
.flexy .rightcol {flex-basis: 73%;}
.three-col .center {flex-basis: 50%;padding: 0 20px;}
.three-col .left-side, .three-col .right-side  {flex-basis: 25%;}

.three-col-image {display: flex;flex-wrap: wrap;}
.three-col-image h3, .one-col-image h3 {margin-bottom: 0;border: 0;}
.one-col-image {position: relative;}
.colbox.image {flex-basis: 33.33%;padding: 0 10px;position: relative;margin-bottom: 30px;}
.three-col-image .caption, .one-col-image .caption {position: absolute;padding: 5px 10px; background: #f4f4f4;border-bottom: solid 2px #636363;bottom: -10px; left: 50%; transform: translateX(-50%);border-radius: 50%;}

.big-text {font-size: 8rem;}

#work .service {display: flex;justify-content: center; list-style: none;margin-bottom: 30px;}

#work .service li {padding: 5px 10px; font-size: 14px;background: #f4f4f4; margin: 0 10px;border-bottom: solid 2px #636363;}

body.page-corporate-information .menu_pc li#menu-item-1866 a span{
    color: #08088A;
}
body.page-business .menu_pc li#menu-item-1867 a span{
    color: #08088A;
}
body.page-emergency-generator-load-test .menu_pc li#menu-item-1865 a span{
    color: #08088A;
}
body.page-contact .menu_pc li#menu-item-1864 a span {
/*    color: #08088A;*/
    color: #fff;
}

body.page-corporate-information .row_footer li.menu-item-1871 span {
    border-bottom: 1px solid #fff;
}
body.page-business .row_footer li.menu-item-1870 span {
     border-bottom: 1px solid #fff;
}
body.page-emergency-generator-load-test .row_footer li.menu-item-1869 span {
     border-bottom: 1px solid #fff;
}
body.page-contact .row_footer li.menu-item-1868 span {
     border-bottom: 1px solid #fff;
}

.banner_general_item .banner_general_item {
    display: flex;
}

.banner_general_item .content {
/*    flex-basis: 60%;*/
/*    padding-right: 30px;*/
    padding-left: 80px;
}

.banner_general_item p {
    flex-basis: 40%;
}

.menu_sp {
    height: 22px;
}
.icon_menu_sp {
    background: #08088A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 9px;
    flex-direction: column;
}

.icon_menu_sp span {
    top: 0px;
    width: 30px;
    height: 22px;
    position: relative;
}
.icon_menu_sp span:before, .icon_menu_sp span:after {
    content:  "";
    width: 100%;
    height: 3px;
    left:  0;
    background: #000;
    position: absolute;
}

.menu-logo .icon_menu_sp span:before {
    top:  10px;
    box-shadow: none;
    transform: rotate(45deg);
}

.menu-logo .icon_menu_sp span:after {
    top:  10px;
    transform: rotate(-45deg);
}

.icon_menu_sp span:before {
    top: 0;
    box-shadow: 0px 9px 0px #000;
}
.icon_menu_sp span:after {
    bottom: 0;
}

footer .logo_ft a {
    position: relative;
    display: inline-block;
    width: auto;
    color: #fff;
/*    background: rgba(255,255,255,1);*/
    padding: 5px 20px;
}
footer .logo_ft a span {
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 15px;
    display: none;
}
/* footer .logo_ft a img {background: #fff;} */
.blog-title, .mail.contact_ct_number {
    font-size: 15px;
}
.image-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.image-content-flex.flex-reverse p:first-child {
    flex-basis: 23%;
    margin-left: 30px;
}
.image-content-flex.flex-reverse .content-wrap {
    flex-basis: 75%;
}

.image-content-flex.half p:first-child {
    flex-basis: 50%;
    margin-left: 0px;
    padding-right: 20px;
}
.image-content-flex.half .content-wrap {
    flex-basis: 50%;
}

.image-content-flex p:first-child {
    flex-basis: 75%;
}
.image-content-flex .content-wrap {
    flex-basis: 23%;
}

.image-content-flex.half {
    align-items: flex-start;
}

.image-content-flex.half .content-wrap h3:first-child {
    margin-top:  0;
}

.image-flex {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
    align-items: flex-end;
}
.image-flex p {
    padding: 5px;
}

.image-flex img {
    width: 100%;
    box-shadow: 0 0 5px #ccc;
}

.clear {
    clear:  both;
}

.center {
    text-align: center;
}

#work h3.blue-heading {
    color: #08088A;
}

.content-wrap.with-image {
    background-size: cover;
    padding: 50px;
}

/*.content-wrap.with-image.image-1 {
    flex-wrap: wrap;
    padding: 50px 30px;
    background: url(assets/images/test-image-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.content-wrap.with-image.image-1:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(255,255,255, 0.9);
}*/

.center.flex {
	display: flex;
    justify-content: center;
    align-items: center;
}

.center.flex p {
	margin-left: 40px;
}

.image-flex p {
    margin: 0;
    flex-basis: 33.33%;
    padding: 10px;
    position: relative;
}


.image-flex p img {
    padding: 5px;
    background: #fdf9f6;
}
.content-wrap.with-image.image-1 p:after {
/*     content: ""; */
    width: 79px;
    height: 28px;
    top: 5px;
    right: -74px;
    position: absolute;
    background: url(assets/images/arrow.jpg) no-repeat;
    background-size: contain;
    display: none;
}

.content-wrap.with-image.image-1 p:nth-child(4n+4):after {
    display: none;
}

.mb30 {
    margin-bottom:  30px;
}

.blog-excerpt {
    padding: 0;
    max-height: 60px;
    overflow: hidden;
}

a.link {
    display: block;
    font-size: 12px;
    color: #08088A;
    margin-top: 20px;
}

.ind_news .content_ct {
    background: #FFF;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.menu-contact, .menu-content, .menu_pc li a span.sp-only, .menu-logo {
    display: none;
}

.menu-content {
    position: relative;
    padding-bottom: 20px;
}

.menu-content:before {
    content: "";
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 4px;
    background: #fff;
    position: absolute;
    transform: translateX(-50%);
}

.menu_sp li a {
    background: #08088A;
}

.service-title {
    font-size: 22px;
    margin-bottom: 30px;
}

.service-price {
    font-size: 20px;
    padding-bottom: 80px;
}

.service-price2 {
    font-size: 20px;
    padding-bottom: 20px;
}

.service-info {
    font-size: 18px;
    text-align: center;
    background: #FF9200;
    padding: 10px 20px;
    color: #fff;
    border-radius: 25px;
}

table.tbl-price {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.tbl-price tr td {
    padding: 10px;
    font-size: 20px;
    vertical-align: top;
}

table.tbl-price tr td:first-child {
    width: 55%;
}

table.tbl-price tr td:last-child {
    width: 45%;
}

table.tbl-price2 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.tbl-price2 tr td {
    padding: 10px;
    font-size: 20px;
    vertical-align: top;
}

table.tbl-price2 tr td:first-child {
    width: 25%;
}

table.tbl-price2 tr td:last-child {
    width: 75%;
}

.business-info {
    font-size: 12px!important;
    color: #fff;
    line-height: 1.2em!important;
    padding-left: 20px;
}

.business-info-ft {  
    margin-top: 20px;
    font-size: 12px!important;
    color: #fff;
    line-height: 1.4em!important;    
}

@media screen and (max-width:1200px) {
    .content-wrap.with-image.image-1 p {
        width: calc(33.33% - 30px);
    }

    .content-wrap.with-image.image-1 p:nth-child(4n+4):after {
        display: block;
    }


    .content-wrap.with-image.image-1 p:nth-child(3n+3):after {
        display: none;
    }
}

.content-wrap.with-image.image-2 {
    padding-bottom: 100px;
    background: url(assets/images/test-image-bg2.jpg) bottom center no-repeat;
}

.logo-wrap {
    display: flex;
    margin-top: 50px;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    header {height: auto;}
    header .container {
        flex-direction: row;
    }
    
}

@media screen and (max-width: 992px) {
    .menu_pc {
        width: 100%;
    }
    
    header .container {
        flex-direction: column;
    }
}


@media screen and (max-width:780px) {
    .flexy {flex-direction: column;text-align: center;}
    .flexy .rightcol {text-align: left; margin-top: 30px;}
    .slider_wrap h2 {text-align: center;width: 98%;min-width: 0;}
    header .container {
        flex-direction: row;
    }
    .image-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .image-content-flex {
        flex-direction: column;
    }
     .image-content-flex p {
        margin: 0 0 30px 0;
     }
     .content-wrap.with-image.image-1 {
        background-position: top center;
     }
}

@media screen and (max-width:767px) {
    .logo, .menu-container .menu-logo a {
/*        max-width: 450px;*/
        max-width: 300px;
        width: 100%;
        padding: 0;
        margin: 0;
        color: #fff;
/*        padding-left: 15px;*/
        text-align: center;
        font-size: 20px;
    }

    .menu-container .icon_menu_sp span {
        top: -6px;
    }
    

    .menu-container .menu-logo a {
        display: inline-block;
    }
    .menu-container .menu-logo {
        padding: 11px 0;
    }

    .menu-logo img, .logo a img {
        max-width: 100%;
    }
    .logo a img {
        position: relative;
    }
    .logo a {
        width: auto;
        height: auto;
    }
    header {height: auto;}
    header .container:before, header .container:after {
        display: none;
    }
    header {
        padding: : 0 20px;
    }
    header {
        position: absolute;
        z-index: 9999;
        height: auto;
       background-color:#424242;
    }
  
    .menu-container {
/*        background: #08088A;*/
        background: #30A9D0;
        position: fixed;
        top: -100vh;
        left:  0;
        width: 100%;
        transition: 0.5s ease;
        z-index: 99;
        height: 100vh;
        padding: 10px;
        display: flex;
        overflow: auto;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-container, .menu-container a {
        color: #fff;
    }

    .menu_pc li a span.sp-only {
        display: inline-block;
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 10px;
    }

    .menu-container .sp.menu_sp {
        padding: 5px 5px 0 0;
    }
    .menu-container .menu_pc li {
        border: 0;
    }

    .menu_sp {
        margin-right: 20px;
    }

    .menu_sp li {
        position: relative;
    }
    .menu-logo {
        display: flex;
        width: 100%;
/*        background: #fff;*/
        background: #30A9D0;
        align-items: center;
        justify-content: space-between;
    }
    .logo a img {
        max-height: 100%;
    }
    .menu_pc {
        display: block;
        margin: 50px 0;
        background: none;
    }
    .menu-container .menu_pc li a, .active-header-menu {
        color: #fff !important;
    }
    .menu_pc li:not(:last-child)::after, .menu_pc i {
        display: none;
    }
    .menu-container.blind {
        top:  0px;
        transition: 0.5s ease;
    }
    .menu-content {
        display: block;
        line-height: 175%;
        text-align: center;
        margin-top: 30px;
    }
    .menu-container .menu-contact {
        display: flex;
        height: auto;
        justify-content: center;
    }
    .menu-container .menu-contact li {
        margin: 0 10px;
    }
    .menu-container .menu-contact a {
        width: 106px;
        height: 106px;
        border-radius: 50%;
        position: relative;
    }
    .menu-container .menu-contact a.mail {
        background: url(http://kakunin-site.site/10478-totalservice2/wp-content/uploads/2022/03/email.png);
        background-size: contain;
    }
    .menu-container .menu-contact a.call {
        background: url(http://kakunin-site.site/10478-totalservice2/wp-content/uploads/2022/03/call.png);
        background-size: contain;
    }
    .slider_wrap {
        margin-top: 0px;
    }
    .icon_menu_sp {
        background: none;
    }
    .banner_ct {
        margin-top: 0;
        position: relative;
        height: 250px;
    }
    .overlay_banner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
        height: 100%;
    }
    .overlay_banner .banner_ct_en {
        max-width: max-content;
        margin: 0 auto;
    }
    .menu-contact.menu_sp {
        margin-right: 0;
    }
    
    .flow-step {
        text-align: left;
        font-size: 14px!important;
    }
    
    table.tbl-price tr td {
        font-size: 14px;
    }
    
    table.tbl-price tr td:first-child {
        width: 100%;
        display: block;
        font-weight: 700;
    }
    
    table.tbl-price tr td:last-child {
        width: 100%;
        display: block;
    }
    
    table.tbl-price2 tr td {
        font-size: 14px;
    }
    
    table.tbl-price2 tr td:first-child {
        width: 100%;
        display: block;
        font-weight: 700;
    }
    
    table.tbl-price2 tr td:last-child {
        width: 100%;
        display: block;
    }
    
    .service-info {
        font-size: 14px;
    }
}


@media screen and (max-width:670px) {
    .content-wrap.with-image.image-1 p {
        width: calc(50% - 30px);
        flex-basis: auto;
    }
    .content-wrap.with-image.image-1 p:nth-child(3n+3):after,
    .content-wrap.with-image.image-1 p:nth-child(4n+4):after {
        display: block;
    }
    .content-wrap.with-image.image-1 p:nth-child(2n+2):after {
        display: none;
    }
    
    .content-wrap.with-image.image-1 {
        padding: 50px 0;
    }
    
    .banner_general_item .banner_general_item {
        flex-direction: column;
    }
    .banner_general_item .banner_general_item .content {
        margin-bottom: 20px;
    }
	.colbox.image {
		flex-basis: 50%;
	}
}

@media screen and (max-width:600px) {
	
    .image-flex p {
        flex-basis: 50%;
    }
    .menu-container .menu-contact a {
        width: 70px;
        height: 70px;
    }
    .three-col {flex-direction: column;}
    .flow-chart ul {flex-wrap: wrap;}
    .flow-chart ul li {margin: 0 10px 30px 10px; width: calc(33.33% - 20px);}
    .flow-chart.alternate ul li:nth-child(4) {width: 100%;}
}

@media screen and (max-width:520px) {
    .slider_wrap a {display: none;}
    .content-wrap.with-image.image-1 {
        flex-direction: column;
        align-items: center;
    }

    .content-wrap.with-image.image-1 p {
        width: 100%;
        max-width: 190px;
        margin: 0 0 30px 0;
    }
    .content-wrap.with-image.image-1 p:nth-child(3n+3):after,
    .content-wrap.with-image.image-1 p:nth-child(4n+4):after,
    .content-wrap.with-image.image-1 p:nth-child(2n+2):after {
        display: block;
    }

    .content-wrap.with-image.image-1 p:after {
        height: 21px;
        top: auto;
        right: auto;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        z-index: 0;
    }
    .content-wrap.with-image.image-1 p:last-child:after {
        display: none;
    }
    footer [class^=col-] {
        border:  0;
    }
    footer [class^=col-]>ul>li>a {
        text-align: center;
    }
    .menu-container .menu-contact a {
        width: 50px;
        height: 50px;
    }
	.three-col-image {
		flex-direction: column;
	}
	.center.flex {
		flex-direction: column;
}

.center.flex p {
	margin-left: 0px;
}
}

@media screen and (max-width:420px) {
    .image-flex p {
        flex-basis: 100%;
    }
    .menu_pc li a span.sp-only {
        line-height: 1.3;
    }
    .menu_pc li a span.sp-only {
        font-size: 22px;
    }
}
@media screen and (max-width:370px) {
    header {
        padding: 0;
    }
}


/*===== Custom =====*/
.txt-font {
    font-size: 20px;
    font-weight: normal;
}

.gradient span {
  background: linear-gradient(0deg, rgba(240,120,39,0) 0%, rgba(240,120,39,0) 16%, rgba(240,120,39,1) 16%, rgba(240,120,39,1) 41%, rgba(240,120,39,0) 41%);
}

.padding span {
  padding: 0 0.5em 0 0.1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.my-flex {   
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 30px;
    justify-content: space-evenly;
    z-index: 300;
}

.flex-item {
    max-width: calc(100%/3 - 30px);
}

.flex-title {
    background: #043b78;
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    padding: 2px 0;
}

.flex-desc {
    padding: 10px 0;
}


.my-flex2 {   
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 30px;
/*    justify-content: space-evenly;*/
    justify-content: center;
    margin-bottom: 60px;
    z-index: 400;
}

.flex-item2 {   
    max-width: calc(100%/4 - 30px);
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px 50px; 
    height: 80px;
    display: flex; /* Make the container a flex container */
    justify-content: center; /* Center horizontally within the container */
    align-items: center; /* Center vertically within the container */   
}

.flex-span {
    text-align: center; /* Center text horizontally within the span */
}

.flex-item2:nth-child(1),
.flex-item2:nth-child(2) {
    background: #f6f6f6;
    color: #f07827;
}

.flex-item2:nth-child(3),
.flex-item2:nth-child(4) {
    background: #043b78;
    color: #fff;
}

.txt-head1 {
    font-size: 24px;
    font-weight: normal;
}

.txt-orange {
    font-size: 30px;
    color: #f07827;
}

.font-18 {
    font-size: 18px;
    font-weight: normal;
}

.txt-header2 {    
    font-size: 24px;
    font-weight: normal;
    display: block;
    margin: 60px auto 25px;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}

.txt-header2s {    
    font-size: 24px;
    font-weight: normal;
    display: block;
    margin: 30px auto 15px;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}

.dot-blue {
    position: relative;
    display: inline-block;
}

.dot-blue::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #043b78; 
    top: -10px;
    left: 7px;
}

.my-container {
    margin: 0 auto;
    display: block;
    text-align: center;
}

ul.issue-wrap {
    display: inline-block;   
    margin: 0 auto;  
    text-align: left;
}

ul.issue-wrap li {
    position: relative;
    list-style: none;
    text-align: left;
    padding-left: 30px; /* Add some left padding to make space for the circle and tick */
}

ul.issue-wrap li::before {
    position: absolute;
    top: 5px;
    left: 0; 
    content: '\f00c';
    font-family: FontAwesome; 
    color: #fff;
    background: #043b78;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px; 
    margin-right: 5px; 
}
 
.issue-text {
    margin-top: 40px;
    font-weight: normal;
    font-size: 18px;
}

.issue-text2 {
    color: #043b78;
    font-size: 24px;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 60px;
}

.issue-text2 .txt-orange2 {
    color: #f07827;
    font-weight: 700;
    font-size: 32px;
}

a.btn01 {   
    font-size: 24px;
    padding: 10px 55px;
    font-weight: normal!important;
    text-align: center;
    border: 2px solid #000;
    border-radius: 35px;
    text-decoration: none;
    color: #043b78;
    background: #f6f6f6;
}

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

.txt-blue {
    color: #043b78;
}

.txt-black {
    color: #000;
}

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

.my-container2 {
    margin: 80px auto 0;
    display: block;
    text-align: center;
}

.my-flex3 {   
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

.flex-item3 {   
    max-width: calc(100%/2 - 30px);   
    padding: 5px 50px;    
    display: flex; /* Make the container a flex container */
    justify-content: center; /* Center horizontally within the container */
    align-items: center; /* Center vertically within the container */   
}

.flex-item3:first-child {
    background: #043b78;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 28px;
}

.flex-item3:nth-child(2){
    color: #f07827;
    font-size: 38px;
    font-weight: 700;
}

.my-flex4 {   
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.flex-item4 {   
    max-width: calc(100%/4 - 20px);
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px 50px; 
    height: auto;
    display: flex; /* Make the container a flex container */
    justify-content: center; /* Center horizontally within the container */
    align-items: center; /* Center vertically within the container */   
    background: #043b78;
    color: #fff;
}

.my-flex5 {   
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 30px;
    justify-content: center;
    margin-bottom: 60px;
}

.flex-item5 {   
    max-width: calc(100%/2 - 30px);        
    padding: 5px 50px; 
    height: auto;
    display: flex; /* Make the container a flex container */
    justify-content: center; /* Center horizontally within the container */
    align-items: center; /* Center vertically within the container */   
   
}

.flex-item5 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.flex-span4 {
    text-align: center; /* Center text horizontally within the span */
}

.dot-orange {
    position: relative;
    display: inline-block;
}

.dot-orange::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #f07827;
    top: -10px;
    left: 7px;
}

.txt-orange3 {
    color: #f07827;
    font-size: 24px;
}

.my-container3 {
    margin: 10px auto 0;
    display: block;
    text-align: center;
}

.blue-box {
    background: #043b78;
    color: #fff;
    padding: 20px; 
    display: block;
    max-width: 762px;
    margin: 10px auto 10px;
}

.work-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-right: 30px;
}

.txt-emp {
    position: relative;
    font-size: 14px;
    width: 70px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
   
}

.txt-emp::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 6px solid #043b78;
    transform: skew(-30deg);
    padding: 0 20px;
    width: 70px;
}

.work-wrap {
    width: 100%;
/*    display: block;*/
    display: inline;
}

.work01 {
    display: inline-block;
    width: 54%;
    float: left;
}

.work02 {
    display: inline-block;
    width: 46%;
    float: left;
}

.clear {
    clear: both;
}

.bg-black {
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: normal!important;
}

.img-work {
    position: relative;
}

.my-caption {
    position: absolute;
    top: 80px;
    left: 30px;
    background: #f4f4f4;
    color: #000;
    font-size: 16px;
    padding: 2px 60px;
    border: 1px solid #000;
    border-radius: 35px;      
    text-align: center;
}

.sp-show {
    display: none;
}

.sp-none {
    display: inline-block;
}

.bg-white {
    background: #fff;    
}

.w-1050 {
/*    max-width: 1050px;*/
}

.my-titile2 {
/*
    position: relative;
    left: -20px;
*/
}

.pd-0 {
	padding: 0;
}

.logo p {
    font-size: 24px;
}

.flow-outer {
    max-width: 1020px;
    width: 100%;
    text-align: center;
}

.flow-wrap {
/*    display: flex;*/    
    flex-wrap: wrap;
    margin: 40px auto 10px;
    text-align: center;
    display: block;
}

.flow-step {
    flex: 100%;
    max-width: 100%;     
    margin-bottom: 10px;
    font-size: 22px;
    display: block;
}

.flow-arrow {
    flex: 100%;
    max-width: 100%; 
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}

.btn-qa {
    display: block;
    width: fit-content;
    padding: 8px 30px;
    background: #D9D9D9;
    color: #000;
    text-align: center;
    margin: 160px auto 10px;
}

.company-title {
    font-size: 24px;
    padding-bottom: 20px;
}

table.tbl-com {
    border-collapse: collapse;
/*
    margin: 80px auto 0;
    padding: 0;
*/
    width: 100%;
    max-width: 750px;
    table-layout: fixed;
    padding-bottom: 10px;
}

table.tbl-com tr td:first-child {
    width: 15%;
    margin-right: 15px;
    vertical-align: top;
}

table.tbl-com tr td:last-child {
    width: auto;
    vertical-align: top;
}

.g-map {
    margin-top: 40px;
}

.company-wrap {
    margin-left: 30px;
    margin-top: -55px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.pdt-60 {
    padding-top: 60px;
}

.flexy.my-flex .rightcol {
    flex-basis: 60%;
}

.txt-recruit {
    font-weight: 400;
    margin-bottom: 10px;
}

.btn-inquiry {
    display: block;
    width: fit-content;
    padding: 8px 30px;
    background: #D9D9D9;
    color: #000;
    text-align: center;
    margin: 60px auto 20px;
}

.area01{
    background-color: #fff;
    padding: 30px 0;
}

.inner {
    width: 100%;
    max-width: 750px;
    margin: 20px auto;
}

.qa_box{
    margin-bottom: 20px;
}

.qa_box .qa_q {
    background-color: #30A9CF;
    border: 1px solid #30A9CF;
    padding: 20px 25px;
    position: relative;
    cursor: pointer;
    color: #fff;
}

.toggle_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -15px;
}
.toggle_icon:before{
  position: absolute;
  content: "▼";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.qa_q.open .toggle_icon:before{
    position: absolute;
    content: "ー";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.qa_box .qa_a {
    display: none;
    padding: 25px 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}

.q_txt{
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
	padding-right: 15px;
}

.q_txt::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.a_txt {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
	
}

.a_txt::before {
    position: absolute;
    left: 0;
    content: "A．";
    color: #de0000;
    font-size: 20px;
    font-weight: bold;
}

.rightcol.my-pdleft {
    padding-left: 30px;
}
.img-news-wrap {
    display: block;
}

.img-logos {
    width: 100%;
    display: block;
    border: 1px solid #dfdfdf;
}

.img-name {
    display: block;
    text-align: center;
    font-size: 14px;  
    margin-top: 20px;
}

.txt-contact-note {
    margin-top: 60px;
}

#primary-contact {
    margin-bottom: 40px;
}

@media screen and (max-width: 750px) { 
    .inner{
        width: auto;
    }
    
    .toggle_icon {
        right: 0.8rem;
    }
    
    .toggle_icon:before {
        width: 15px;
    }
    .toggle_icon:after {
        height: 15px;
        right: 7px;
    }
}

@media screen and (max-width: 480px) { 
    .toggle_icon {
        right: 0.4rem;
    }
}

@media screen and (max-width:1024px) {
    .flex-item2 {
        font-size: 14px;
    }
    
    .logo a {
        max-width: 80px;
    }
    
    .business-info {
        display: none;
    }
    
    
}

@media screen and (max-width:834px) {
    .flex-item2 {
        padding: 5px 30px;
    }
    
    .flex-item4 {
        padding: 5px 25px;
    }
    
    .my-caption {
        padding: 2px 30px;
    }
    
    footer .logo_ft a {
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {    
    .flex-item2 {
        padding: 5px 20px;
    }
    
    .flex-item4 {
        padding: 5px 25px;
    }
    
    .my-caption {
        padding: 2px 30px;
    }
    
    .flexy.my-flex img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    
    .company-title {
        margin-top: 30px;
        padding-top: 30px;
    }
    
    .logo-text {
        font-size: 10px;
    }
    
    .logo p {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .flex-item {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .flex-item2 {
        max-width: 100%;
        margin-bottom: 30px;
        width: 120px;
    }
    
    .flex-item2 {
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .flex-item4 {
        padding: 5px 25px;
        max-width: 100%;
        width: 60%;
        margin-bottom: 20px;
    }
    
    .flex-item3:first-child {
/*        font-size: 24px;*/
        font-size: 20px;
        padding: 10px 20px;
    }
    
    .flex-item3:nth-child(2) {
/*        font-size: 23px;*/
        font-size: 20px;
        padding: 10px 10px;
    }
    
    .work-wrap {
/*        display: block;*/
        display: inline;
    }
    
    .work-title {
        margin-right: 10px;
        font-size: 16px;
    }
    
    .txt-emp {
        display: inline-block;
        width: 65px;
    }
    
    .txt-emp::before {
        width: 65px;
        padding: 0 10px;
    }
    
    .work01 {
        width: 100%;
        display: block;
    }
    
    .work02 {
        width: 100%;
        display: block;
    }
    
    a.btn01 {
        font-size: 11px;
        padding: 10px 10px;
    }
    
    .issue-text2 {
        font-size: 18px;
        text-align: left;
    }
    
    .issue-text2 .txt-orange2 {
        font-size: 24px;
    }
    
    .sp-show {
        display: inline-block;
    }
    
    .content_ct .txt-font {
        text-align: left;
    }
    
    .txt-head1 {
        text-align: left!important;
        font-size: 22px;
    }
    
    .font-18 {
        text-align: left!important;
    }
    
    .sp-none {
        display: none;
    }
    
    .center.no-center-sp {
        text-align: left!important;
    }
    
    .txt-header2 {
        text-align: left!important;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .my-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .issue-text {
        text-align: left;
    }
    
    .txt-blue {
        text-align: left;
    }
    
    .txt-left {
        text-align: left;
    }
    
    .my-container2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .my-container3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .my-flex4 {
       margin-top: 30px;
    }
    
    .btn-qa {
        padding: 8px 15px;
        font-size: 15px;
    }
    table.tbl-com tr td:first-child {
        display: block;
        background: #30A9CF;
        color: #fff;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    
    table.tbl-com tr td:last-child {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    
    .company-wrap {
        margin-left: 0;
    }
    
    .rightcol.my-pdleft {
        padding-left: 0;
    }
    
    .qa_box .qa_q {
        padding: 20px 25px 20px 10px;
    }
    
    .banner_general_item .content {
        padding-left: 0;
        padding-top: 10px;
    }
    
    
    
    
}
.strong{
	display:inline-block;
	border-bottom:1px solid #000;
}
.fs-16{
	font-size:16px;
}
.fs-13{
	font-size:13px;
}