@font-face {
    font-family: 'Helvetica';
    src: url('assets/fonts/Helvetica.ttf');
}

a {
    text-decoration: none;
}

a:hover {
    opacity: .8;
}

html {}


img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

body {
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-family: "Noto Sans Japanese", 'Hiragino Sans', 'Open Sans', YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic';
    position: relative;
    word-wrap: break-word;
    box-sizing: border-box;
    word-break: break-all;
    position: relative;
    background-color: #f7f7f7;
}

.inv-recaptcha-holder {
    display: none;
}

input[type="submit"] {
    -webkit-appearance: none;
}

.d_fl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

h1 {
    width: 20%;
    max-width: 140px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.pc_hd {
    width: 80%;
}

.pc_hd_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
}

.pc_hd_content>h2 {
    width: 30%;
}

.pc_hd_contact {
    width: 70%;
}

.pc_hd_contact a {
    color: #fff;
}

.pc_hd_contact {
    text-align: right;
}

.pc_hd_content>h2 {
    color: #fff;
    font-size: 12px;
    text-align: left;
}

.pc_hd_contact_tel {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.pc_hd_contact_tel i {
    font-size: 14px;
    margin-right: 5px;
}

.pc_hd_contact_tel i.fa-phone:before {
    font-size: 16px;
    transform: rotate(90deg);
    display: block;
}

.pc_hd_contact_form {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
    background-color: #4194a0;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
}

.pc_hd_contact_form i {
    font-size: 14px;
    margin-right: 5px;
}

.pc_nav {
    height: 50%;
}

.pc_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-end;
}

.pc_nav ul li {
    margin-left: 50px;
    font-size: 14px;
}

.pc_nav ul li a {
    color: #fff;
}

.mv {
    background-image: url(assets/img/mv.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.mv_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}

.mv_inner>h2 {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 300px 0;
}

.top_mv_news {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.top_mv_news_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_mv_news_hd {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    background-color: #4194a0;
    font-size: 14px;
    border-right: 5px solid #f0bb01;
    width: 20%;
}

.top_mv_news_content {
    color: #000;
    width: 80%;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}

.top_mv_news_content .date {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.top_mv_news_content h2 {
    font-size: 14px;
    display: inline-block;
    text-align: left;
}

.top_mv_news_content h2 a {
    color: #000;
}

.top_works {
    padding: 40px 0;
    position: relative;
}

.top_works_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.sec_ttl_en {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #4194a0;
    font-family: 'Open Sans';
    line-height: 1;
}

.sec_ttl_jp {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #4194a0;
}

.top_works_inner .works_inner_01 {
    margin: 0;
}

.top_works_inner .works_inner_01>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
}

.works_inner_01>ul>li {
    width: 31.33%;
    margin: 1%;
}

.work_box h2 {
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0;
}

.work_box p {
    font-size: 14px;
}

.work_box {
    position: relative;
    color: #000;
}

.work_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

.home_workbnr {
    padding: 0 10px 10px;
    margin: 0 0 30px;
}

.top_recruit_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_recruit_img_box {
    width: 50%;
    background-image: url(assets/img/rec_bg.png);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    background-repeat: no-repeat;
}

.top_recruit_text_box {
    background-color: #4194a0;
    padding: 40px;
    width: 50%;
    box-sizing: border-box;
}

.top_recruit_text_box_inner {
    background-color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    left: -80px;
    max-width: 800px;
}

.top_recruit_text_box_inner p {
    margin-bottom: 10px;
}

.wht {
    color: #fff!important;
}

.top_recruit_img_box h2 {
    position: relative;
    top: 40%;
}

.top_recruit_img_box h3 {
    position: relative;
    top: 40%;
}

.w_1000_50 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.top_news {
    width: 50%;
}

.top_owned {
    width: 50%;
}

.link_btn {
    text-align: center;
}

.link_btn a {
    text-align: center;
    font-size: 14px;
    background-color: #4194a0;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    width: 90%;
    max-width: 300px;
    margin: 20px auto 0;
    display: inline-block;
}

.toggle_link_btn {
    text-align: center;
}

.toggle_link_btn a {
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid black;
    border-radius: 20px;
    color: #000;
    width: 60%;
    max-width: 300px;
    margin: 20px auto;
    display: inline-block;
}

.toggle_link_active {
    color: white !important;
    background-color: #4194a0 !important;
    border: unset !important;
}

#content01,
#content02 {
    display: none;
}

.panel_active {
    display: block !important;
}

.top_news {
    padding: 40px 0;
    background-color: #FFF;
}

.top_news_inner {
    width: 90%;
    margin: 0 auto;
}

.top_news_inner>ul {
    margin: 30px auto 20px;
}

.top_news_inner>ul>li {
    padding: 10px 0;
    border-bottom: 1px #cccccc dotted;
}

.top_news_inner>ul .date {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.top_news_inner>ul h3 {
    display: inline-block;
}

.top_news_inner>ul h3 a {
    font-size: 14px;
    color: #000;
}

.top_owned {
    padding: 40px 0;
}

.top_owned_inner {
    width: 90%;
    margin: 0 auto;
}

.top_owned_inner p a {
    text-align: center;
    font-size: 14px;
    background-color: #4194a0;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    width: 90%;
    max-width: 300px;
    margin: 20px auto 0;
    display: inline-block;
}

.top_owned_inner>ul {
    margin: 30px auto 20px;
    max-width: 240PX;
    width: 90%;
}

.slick-next:before {
    content: '→';
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #609ca8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slide {
    outline: none;
}

.top_trans {
    padding: 60px 0;
    background-image: url(assets/img/tra_bg.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.top_trans_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.top_trans_inner p {
    font-size: 16px;
    text-align: left;
    color: #fff;
    margin-top: 30px;
    line-height: 1.8;
}

.top_access {
    padding: 40px 0;
}

.top_access_inner {
    width: 90%;
    margin: 0 auto;
}

.top_access_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto;
}

.top_access_box_inner {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.top_access_box_inner ul {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

.ft_contact {
    background-color: #f0bb01;
    padding: 40px 0;
}

.ft_contact_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

.blk {
    color: #000!important;
}

.ft_contact_inner>p {
    font-size: 16px;
    text-align: center;
    margin: 30px 0;
}

.link_btn_2 {
    text-align: center;
}

.link_btn_2 a {
    text-align: center;
    font-size: 14px;
    background-color: #4194a0;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    width: 90%;
    max-width: 300px;
    margin: 10px 10px;
    display: inline-block;
}

.ft_nav {
    background-color: #add0d4;
    padding: 40px 0;
}

.ft_nav_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}

.ft_nav_inner h2 {
    width: 70%;
    max-width: 110px;
    margin: 0 auto 20px;
}

.ft_nav_inner h3 {
    font-size: 18px;
}

.ft_nav_inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
}

.ft_nav_inner ul li a {
    font-size: 14px;
    color: #4194a0;
}

.copy {
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #4194a0;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}

.copy small {
    font-size: 10px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.6;
}

.page_hd {
    background-image: url(assets/img/mv.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.page_hd_inner {
    padding: 200px 0 100px;
    text-align: center;
    color: #fff;
}

.updated {
    display: none;
}

.page_hd_inner h2 {
    font-size: 34px;
    color: #fff;
}

.posted-on a {
    font-size: 12px;
    color: #fff;
}

.post_area {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.post_area p {
    color: #000;
    font-size: 12px;
    margin: 20px 0;
}

.post_area h2 {
    color: #000;
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
    color: #4194a0;
}

.post_area h3 {
    color: #000;
    font-size: 16px;
    margin: 20px 0;
    font-weight: normal;
    background-color: #4194a0;
    color: #fff;
    padding: 10px;
}

.post_area h4 {
    color: #000;
    font-size: 14px;
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #4194a0;
    font-weight: bold;
}

.post_area ol {
    margin: 20px 0;
    font-size: 14px;
    list-style-type: decimal;
    list-style-position: inside
}

.post_area ul {
    margin: 20px 0;
    font-size: 14px;
    list-style-type: disc;
    list-style-position: inside
}

.post_area img {
    width: auto;
    height: auto;
    max-width: 500px;
}

.breadcrumbs {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto 0;
    font-size: 10px;
}

.breadcrumbs a {
    color: #000;
    text-decoration: underline;
}

.ar_list_area {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.ar_list_area>ul>li {
    padding: 10px 0;
    border-bottom: 1px #cccccc dotted;
    position: relative;
}

.ar_list_area>ul .date {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.ar_list_area>ul h2 {
    display: inline-block;
    font-size: 14px;
    color: #000;
}

.ar_list_area>ul>li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

.tablenav {
    color: #4194a0;
    margin: 1em auto;
    line-height: 2em;
    text-align: center;
    letter-spacing: 0;
}

a.page-numbers,
.tablenav .current {
    color: #4194a0;
    padding: 2px .4em;
    border: solid 1px #4194a0;
    text-decoration: none;
    font-size: smaller;
}

a.page-numbers:hover {
    color: white;
    background: #4194a0;
}

.tablenav .current {
    color: white;
    background: #4194a0;
    border-color: #4194a0;
    font-weight: bold;
}

.tablenav .next,
.tablenav .prev {
    border: 0 none;
    background: transparent;
    text-decoration: underline;
    font-size: smaller;
    font-weight: bold;
}

.ar-cate {
    margin-bottom: 50px;
}

.ar-cate_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.ar-cate_inner>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0 20px;
    background-color: #fff;
    padding: 20px 0;
}

.ar-cate_inner>ul>li {
    width: 10.5%;
    margin: 1%;
}

.ar-cate_inner .work_box h2 {
    font-size: 10px;
    text-align: left;
    margin: 5px 0;
    letter-spacing: 1px;
}

.ar-cate_inner>h2 {
    background-color: #4194a0;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.ar-cate_inner>h3 {
    background-color: transparent;
    color: #333333;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.client_box h2 {
    display: block;
    font-size: 12px;
}

.ar-cate_inner>ul>.client_list {
    width: 48%;
    margin: 1%;
}

.ar_wrapper {
    margin: 0 auto;
    padding: 40px 0;
}

.ar_link {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.ar_link_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.ar_link_inner a {
    display: inline-block;
    width: 31%;
    margin: 1%;
    padding: 10px;
    color: #fff;
    background-color: #4194a0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.page_hd_inner h2 {
    font-size: 34px;
    color: #fff;
    line-height: 1.2;
}

.page_hd_inner>h3 {
    font-size: 14px;
    color: #fff;
}

.sub_page_wrapper {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 60px;
}

.sub_page_inner>p {
    font-size: 14px;
    margin-bottom: 10px;
}

.sub_page_inner .rec_tbl {
    background-color: #fff;
    margin: 40px 0 30px;
    padding: 40px;
    box-sizing: border-box;
    font-size: 14px;
}

.rec_tbl th {
    width: 20%;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #808080;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.rec_tbl td {
    width: 80%;
    padding: 10px 0 10px 30px;
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
}

.access_map_wrapper {
    margin-top: 40px;
}

.access_map_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.access_map_info {
    width: 30%;
    padding: 30px 0;
}

.access_map_if {
    width: 70%;
}

.access_map_info h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #4194a0;
}

.access_map_info ul {
    margin: 10px 0;
}

.access_map_info ul li {
    text-align: left;
    font-size: 14px;
}

.map_link {
    text-align: left;
}

.map_link a {
    text-align: center;
    color: #4194a0;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #4194a0;
    font-size: 12px;
}

.res_tbl_01 {
    width: 100%;
    font-size: 14px;
}

.res_tbl_01 th,
.res_tbl_01 td {
    padding: 20px;
}

.res_tbl_01 th {
    /*-moz-text-align-last: justify;
text-align-last: justify;*/
    width: 30%;
}


/*---------------------------------------------------- Khine Css ------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------- Works ------------------------------------------------*/

.inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.works_sec01 ul {
    columns: 300px;
    column-gap: 25px;
    padding: 3em 0;
}

.works_sec01 ul li {
    break-inside: avoid-column;
    margin-bottom: 30px;
}

.work_box figure img {
    height: auto;
}

.pagination {
    text-align: center;
    padding: 2em 0 5em;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
    border: 1px solid #4194a0;
    padding: 10px 17px;
    margin: 5px;
    color: #000;
}

.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span.current {
    border-color: #4194a0;
    background: #4194a0;
    color: #fff;
    font-weight: normal;
}

.work_box .works_date {
    color: #a6a6a6;
    font-size: 12px;
}

.works_details {
    padding-top: 12em;
}

.single {
    background-color: #fff;
}

.single h1 {
    background: #fff;
}

.single .pc_nav ul li a,
.single .pc_hd_contact a {
    color: #373737;
}

.single .pc_hd_content h2 {
    color: #fff;
}

.single .pc_hd_contact .pc_hd_contact_form {
    color: #fff;
}

.ttl01 {
    text-align: center;
    font-size: 20px;
    font-family: "Helvetica";
    color: #4194a0;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.ttl01:after {
    content: "";
    width: 65px;
    height: 3px;
    background: #4194a0;
    display: block;
    margin: 3px auto;
}

.works_details01 {
    padding: 10px 6% 30px;
}

.works_detailsttl01 {
    color: #4194a0;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #a7a7a7;
}

.works_dtltags {
    margin-bottom: 20px;
}

.works_dtltags span {
    background: #4194a0;
    margin-right: 0.2%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
}

.works_clients p {
    font-size: 13px;
    margin-bottom: 10px;
}

.works_details02 {
    padding: 2em 0;
    position: relative;
    background: #4194a0;
}

.works_details02:after {
    content: "";
    position: absolute;
    background: #4194a0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.editorialdesign .works_details02:after {
    height: 89%;
}

.works_details02inn {
    color: #fff;
    width: 85%;
    max-width: 800px;
    margin: 0 auto 30px;
}

.works_details02inn h4 {
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
}

.works_details02inn p {
    font-size: 14px;
    padding-bottom: 3em;
}

.works_details_slider .slick-slide,
.works_details_slidernav .slick-slide {
    margin-top: 0;
    margin-bottom: 0;
}

.works_details_slidernav {
    position: relative;
}

.works_details_slidernav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 50%;
    box-shadow: 0 2px 8px 2px #e3e2e2;
    z-index: -1;
}

.works_details_slider .slick-slide {
    margin-right: 0.1%;
    margin-left: 0.1%;
}

.works_details_slidernav .slick-slide {
    margin-right: 0.3%;
    margin-left: 0.3%;
}

.works_details_slidernav {
    width: 73%;
    background: #fff;
    padding: 20px;
    margin: 15px auto;
}

.works_slider_count {
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.works_details02 .slick-prev,
.works_details02 .slick-next {
    width: auto;
    height: auto;
}

.works_details02 .slick-prev {
    right: 8px;
    left: auto;
}

.works_details02 .slick-next {
    left: 8px;
    right: auto;
}

.works_details02 .slick-prev:before,
.works_details02 .slick-next:before {
    content: ">";
    font-size: 32px;
    color: #000;
}

.works_details02 .slick-next:before {
    content: "<";
}

.works_details_slidernav .slick-slide {
    filter: brightness(50%);
}

.works_details_slidernav .slick-slide.slick-current.slick-active {
    filter: brightness(1);
}

.other_works {
    padding: 2em 0;
}

.other_works .ttl01 {
    text-align: left;
}

.other_works .ttl01:after {
    margin: 3px 0;
}

.other_works ul {
    width: 100%;
    align-items: center;
}

.other_works ul li {
    width: 23%;
    margin: 1%;
}

.webdesign .works_slide_edit,
.editorialdesign .works_slide_web {
    display: none;
}

.works_web_img figure {
    display: none;
    margin: 0 auto;
}

.works_web_img .works_web_imgpc {
    width: 55%;
    display: block;
}

.works_web_img .works_web_imgsp {
    width: 33%;
}

.works_web_button {
    text-align: center;
    padding-bottom: 3em;
}

.works_web_button button {
    color: #f9c900;
    outline: none;
    width: 130px;
    height: 45px;
    border: 1.3px solid #f9c900;
    font-size: 16px;
    padding-top: 7px;
    cursor: pointer;
    background: #4194a0;
}

.works_web_button .works_web_pc {
    margin-right: 1%;
}

.works_web_button .active_button {
    background: #f9c900;
    color: #fff;
}

.works_details02 .slick-slide img {
    height: auto;
}

.works_web_img .slick-prev {
    background-image: url(assets/img/next.png);
    left: 27.3%;
    right: auto;
}

.works_web_img .slick-next {
    left: 22.5%;
    background-image: url(assets/img/back.png);
}

.works_web_img .slick-prev,
.works_web_img .slick-next {
    width: 3.95%;
    background-color: #f9c900;
    background-repeat: no-repeat;
    background-size: 40%;
    transform: none;
    background-position: center;
    z-index: 1;
    position: fixed;
    top: 50%;
}

.works_web_img .slick-prev:before,
.works_web_img .slick-next:before {
    display: none;
}

.contact_ttl {
    position: relative;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin: 3em 0 2em;
}
.contact_ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    width: 226px;
    height: 1px;
    background: #4094a0;

}
.contact_note {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.8;
}

.content-section-inn {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.contact_sec01 {
    position: relative;
    border-top: 15px solid #283b4e;
    background: #fff;
}

.contact_sec01 .contact_note_caution {
    text-align: right;
    margin: 0 0 10px;
    font-size: 15px;
    color: #f00;
}

.content-panel {
    display: none;
}

.wpcf7-response-output {
    display: none !important;
}

.contact-tel .wpcf7-not-valid-tip {
    display: none !important;
}

@media(max-width: 768px) {
    .contact_sec01 .contact_note_caution {
        text-align: left;
        margin: 0 0 20px;
        font-size: 12px;
        color: #f00;
    }
}

.contact_sec01:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
    background: url(assets/img/membercontact/form-bg-pc.png) no-repeat;
    background-size: 100%;
    z-index: 0;
}

.contact_sec01 .form-inn {
    position: relative;
    padding: 25px 50px;
    box-sizing: border-box;
    z-index: 1;
}

.inquirt_btm_text p {
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 1.6;
}

.contact_sec01 .form-inn .form-inn-ttl {
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}

.contact_sec01 .form-inn .form-inn-ttl figure {
    width: 30%;
    max-width: 178px;
}

.contact_sec01 .form-inn .form-inn-ttl .form-inn-ttl-date {
    position: relative;
    width: 58%;
    max-width: 212px;
    z-index: 1;
}

.contact_sec01 .form-inn .form-inn-ttl .form-inn-ttl-date h3 {
    margin: 0;
    padding: 7px;
    font-size: 16px;
    color: #fff;
    background: #283b4e;
    text-align: center;
    font-weight: 600;
}

.contact_sec01 .form-inn .form-inn-ttl .form-inn-ttl-date p {
    color: #283b4e;
    text-align: left;
    margin-top: 35px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px solid #283b4e;
    font-weight: 600;
}

.form-inn-content.editorial-content-inquiry .custom-wpcf7-invalid {
    text-align: left !important;
}

.contact_sec01 .form-inn-contact {
    justify-content: space-between;
}

.contact_sec01 .form-inn .form-inn-contact-form,
.contact_sec01 .form-inn .form-inn-contact-content {
    width: 46%;
}

.contact_sec01 .form-inn .form-inn-contact-form {
    border-bottom: 1px solid #283b4e;
}

.contact_sec01 .form-inn .form-inn-contact-content {
    position: relative;
    z-index: 1;
}

.contact_sec01 .form-inn .form-inn-contact-content .tax-box {
    width: 100%;
    max-width: 339px;
    margin-left: auto;
    padding: 10px 40px 10px 30px;
    background: #283b4e;
    color: #fff;
    box-sizing: border-box;
    text-align: right;
}

.contact_sec01 .form-inn .form-inn-contact-content .tax-box p:first-child {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: auto;
}

.form-inn-table {
    position: relative;
    margin-top: 25px;
    color: #283b4e;
    text-align: right;
    font-weight: 600;
    z-index: 1;
}

.form-inn-content {
    margin-top: 40px;
}

.form-inn-content p {
    font-size: 14px;
    color: #283b4e;
    font-weight: 600;
}

.form-inn-content textarea {
    margin-top: 5px;
    height: 130px;
    resize: none;
}

.content-section-inn-btns {
    margin: 55px 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-section-inn-btns #print_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 25px;
}

.content-section-inn-btns .contact-button {
    width: 345px;
    height: 60px;
    border: 0px;
    background: #283b4e;
    outline: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    border-radius: 3px;
    font-family: "Noto Sans Japanese", 'Hiragino Sans', 'Open Sans', YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic';
}

.content-section-inn-btns .contact-button .ico {
    display: inline-block;
    width: 36px;
    margin-right: 20px;
}

.contact_sec01 .form-inn .form-inn-contact-content p {
    width: 100%;
    max-width: 339px;
    margin-left: auto;
    margin-top: 10px;
    font-size: 12px;
    color: #283b4e;
    letter-spacing: 0;
    font-weight: 600;
}

.contact_sec01 .form-inn .form-inn-contact-content .tax-box h3 {
    margin: 15px 0 0;
    font-weight: 600;
}

.contact_sec01 .form-inn .form-inn-contact-content .tax-box h3 span {
    font-size: 27px;
}

.contact_sec01 .form-inn .form-inn-contact-content .tax-box h3 span:first-child {
    margin-right: 25px;
}

.contact_sec01 table {
    width: 100%;
}

.contact_sec01 table tr th {
    background: #283b4e;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
}

.contact_sec01 table tr {
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-top: 0.5px solid #fff;
}

.contact_sec01 table tr.noborder {
    border-top: 0px;
}

.contact_sec01 table tr.noborder .content_amount_price .contact_select {
    margin-top: -20px;
}

.contact_sec01 table tr.noborder .cross {
    top: -5px;
}

.contact_sec01 table tr.noborder .content-amount input[type="number"] {
    margin-top: -15px;
}

.form-inn-table table tr.noborder .unit_price_editorial,.form-inn-table table tr.noborder .unit_price_web{
    padding-top: 0;
    padding-bottom: 14px;
}


.contact_sec01 table tr th:first-child {
    width: 16%;
}

.contact_sec01 table tr th:nth-child(2) {
    width: 52%;
}

.contact_sec01 table tr th:nth-child(3) {
    width: 12%;
    padding-left: 35px;
}

.contact_sec01 table tr th:nth-child(4) {
    width: 15%;
}

.contact_sec01 table td {
    background: #283b4e;
    vertical-align: middle;
}

.contact_sec01 table td:first-child {
    padding: 20px 0;
    background: #283b4e;
    vertical-align: middle;
    text-align: center;
}

.contact_sec01 table td:last-child {
    color: #fff;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding-top: 6px;
}

.contact_sec01 table select {
    font-size: 12px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 8px 10px !important;
    outline: none;
    pointer-events: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
    white-space: ellipsis;
    border: 1px solid #283b4e;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right center;
    background-origin: content-box;
    border-radius: 2px;
    color: #283b4e;
}

.cross {
    position: relative;
    top: 16px;
    width: 50px;
}

.cross span {
    position: absolute;
    left: 28px;
    height: 18px;
    width: 2px;
    background-color: #fff;
}

.cross span:first-child {
    transform: rotate(45deg);
}

.cross span:last-child {
    transform: rotate(-45deg);
}

.content_amount_price {
    padding: 0px !important;
    background: #283b4e !important;
    width: 50%;
    color: #fff;
}

.unit_price div {
    text-align: right;
}

.contact_sec01 h3 {
    margin: 5px 0px;
}

.contact_select {
    position: relative;
    color: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
}

.contact_sec01.editorial_form .wpcf7-not-valid-tip,
.contact_sec01.editorial_form .custom-wpcf7-invalid,
.contact_sec01.web_form .wpcf7-not-valid-tip,
.contact_sec01.web_form .custom-wpcf7-invalid {
    display: block;
    color: #dc3232;
    font-size: 14px;
    text-align: center;
}

.content-section-inn-output {
    margin-top: 30px;
    display: block;
    color: #283b4e;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 80px;
}

.contact_select h3 {
    margin: 10px 0 0;
    text-align: left;
    min-height: 20px;
}

.content-amount {
    display: flex;
    margin-left: 7px;
}

.content-amount input[type="number"] {
    width: 73px;
    height: 34px;
    margin-top: 8px;
    background: #d3dde5;
    outline: none;
    border: 0px;
    border-radius: 2px;
    padding: 5px;
    box-sizing: border-box;
}

.contact_sec01 table select option {
    width: 100%;
    color: #fff;
    background: #595959;
    overflow: hidden;
    white-space: ellipsis;
}

.total_txt {
    /* white-space: pre; */
    font-size: 15px;
    text-align: right;
    font-weight: 600;
    color: #fff;
    padding: 20px 0px !important;
    border: unset !important;
}

.total_txt span {
    font-size: 16px;
}

.contact_button {
    color: #fff;
    background: #4194a0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 55% !important;
    max-width: 600px;
    margin: 5em auto 7em;
    padding: 0 10px;
    text-align: center;
}

.contact_button:focus {
    border: unset !important;
    outline: unset !important;
}

.works_pdf_view {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.works_pdf_pages {
    width: 100%;
    color: white;
    margin: 10px 0;
    text-align: center;
}

.works_pdf_controls {
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 115%;
    left: -7.5%;
    justify-content: space-between;
}

.works_pdf_controls a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f9c900;
    color: #fff;
    outline: none;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #f9c900;
    margin: 0.5%;
}

.works_pdf_controls a img {
    width: 20px;
    vertical-align: baseline;
}


/* .input_full_width {
    width: 99% !important;
} */


/* .input_1_2 {
    width: 48.4% !important;
    margin: 10px 0.3% !important;
}
.input_1_3 {
    width: 31.738% !important;
    margin: 10px 0.3% !important;
} */

.contact-tel {
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #283b4e;
    z-index: 1;
}

.contact-tel.d_fl {
    display: block;
}

.contact-name.d_fl {
    padding-bottom: 6px;
    margin-bottom: 10px;
    align-items: baseline;
    border-bottom: 1px solid #283b4e;
}


.form-inn-content.editorial-attachment-file div.d_fl,
.form-inn-content.web-attachment-file div.d_fl {
    align-items: center;
    gap: 10px;
}

.form-inn-content.web-content-inquiry .custom-wpcf7-invalid {
    text-align: left;
}

.email-wrap {
    padding-bottom: 5px;
    border-bottom: 1px solid #283b4e;
}

.email-fl.d_fl {
    margin-bottom: 5px;
    align-items: center;
}

.contact-name.d_fl div {
    width: 67%;
}

.contact-tel div.d_fl:first-child {
    align-items: center;
}

.contact-tel div.d_fl:nth-child(2) {
    width: 67%;
    align-items: center;
}

.contact-email.d_fl {
    align-items: center;
}

.contact-email.d_fl div {
    width: 67%;
}

.form-inn-contact-form label {
    width: 79px;
    color: #283b4e;
    font-size: 15px;
    font-weight: 600;
}

.contact-name.d_fl label:last-child {
    width: 36px;
    margin-left: 5px;
    font-size: 14px;
}

.contact-tel.d_fl span[data-name="ph_code"],
.contact-tel.d_fl span[data-name="ph_number"],
.contact-tel.d_fl span[data-name="ph_last_number"] {
    width: 28.5%;
    margin: 0 !important;
}

.contact-tel span.wpcf7-form-control-wrap .contact_input {
    padding: 10px !important;
    text-align: center;
}

.contact-tel span.wpcf7-form-control-wrap .contact_input::placeholder {
    color: #808080;
}

.email-fl.d_fl span.wpcf7-form-control-wrap.your-email,
.email-fl.d_fl span.wpcf7-form-control-wrap.confirm_your-email {
    width: 68%;
}

.email-fl.d_fl span.wpcf7-form-control-wrap.your-email .contact_input,
.email-fl.d_fl span.wpcf7-form-control-wrap.confirm_your-email .contact_input {
    text-align: left;
    margin: 0;
    padding: 10px !important;
}

.email-fl.d_fl span.wpcf7-form-control-wrap.your-email .contact_input::placeholder,
.email-fl.d_fl span.wpcf7-form-control-wrap.confirm_your-email .contact_input::placeholder {
    color: #000;
}

.contact-name.d_fl span.wpcf7-form-control-wrap {
    width: 66%;
}

.contact-tel div.d_fl:nth-child(2) span {
    display: inline-block;
    margin: 0 5px;
}

.contact_input {
    width: 100% !important;
    padding: 10px 10px 10px !important;
    border-radius: 2px !important;
    position: relative;
    opacity: 1;
    font-size: 14px;
    border: unset !important;
    background-color: #d3dde5;
    box-sizing: border-box;
    font-family: "Noto Sans Japanese", 'Hiragino Sans', 'Open Sans', YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic';
}

.contact_input::placeholder {
    color: #000;
}

.contact_input:focus {
    border: unset!important;
    outline: unset!important;
    background: #d3dde5 !important;
}

.m-2 {
    margin: 50px auto 100px;
}

.d-none {
    display: none !important;
}

.contact_sec01 table select:focus {
    color: #fff;
    background-color: #000;
    outline: unset !important;
}

.procedureArea {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.procedureArea h4 {
    font-size: 18px;
    border-bottom: 2px dotted #4094a0;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.procedureArea p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
}


/*-------- Portfolio CSS --------------------*/

.protfolio_sec {
    max-width: 1000px;
    width: 100%;
    margin: 100px auto;
}

.protfolio_row {
    justify-content: center;
}

.portfolio_col {
    position: relative;
    width: 42%;
    border-radius: 10px;
    margin: 10px 25px;
}

.portfolio_col img {
    width: 100%;
    height: auto !important;
}

.portfolio_txt {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Helvetica';
    color: white;
    margin-bottom: 20px;
}

.portfolio_txt h3 {
    font-size: 24px;
    font-weight: 600;
}

.portfolio_txt p {
    font-weight: 600;
}


/*-------- Portfolio CSS end --------------------*/

@media screen and (max-width: 1175px) {
    .works_pdf_controls {
        width: 100%;
        left: 0;
    }
}


/*---------------------------------------------------- Khine Css ------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
    /* Contact form SP */
    .contact_sec01 table td:first-child {
        font-size: 14px;
    }
    .contact_sec01 table select {
        font-size: 16px;
        padding: 0.5em 0.8em 0.5em 0.5em !important;
        background-size: 10px;
        width: 100%;
        margin: 0px;
    }
    .contact_sec01 table td:last-child {
        font-size: 14px;
    }
    /* Contact form SP */
    .res_tbl_01,
    .res_tbl_01 tr,
    .res_tbl_01 td,
    .res_tbl_01 th {
        display: block;
    }
    .res_tbl_01 th {
        width: auto;
    }
}

.prof_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.prof_box_img {
    width: 40%;
}

.prof_box_img img {
    width: 100%;
    vertical-align: bottom;
}

.prof_box_txt {
    width: 60%;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 40px;
}

.prof_box_txt li {
    margin-bottom: 20px;
}

.prof_box_txt li h3 {
    font-size: 18px;
}

.prof_inner h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #40949f;
    margin-bottom: 10px;
}

.prof_inner {
    max-width: 1000px;
    padding: 60px 0;
    margin: 0 auto;
    width: 90%;
}

.concept_text_inner {
    background-color: #fff;
    padding: 40px;
    font-size: 12px;
    box-sizing: border-box;
}

.concept_text_inner>p {
    margin-bottom: 20px;
}

.concept_01,
.concept_02,
.concept_03 {
    padding-top: 60px;
}

.concept_01_inner>p {
    font-size: 14px;
    text-align: left;
    margin: 40px 0;
}

.concept_01_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.concept_01_box_img {
    width: 50%;
    background-image: url(assets/img/concept_01.png);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    background-repeat: no-repeat;
}

.concept_01_box_flow {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.concept_01_box_flow .attention {
    margin: 20px 0;
    color: #4194a0;
}

.concept_01_box_flow ul li {
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background: #4194a0;
    font-weight: normal;
    position: relative;
    margin-bottom: 20px;
}

.concept_01_box_flow ul li:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #4194a0;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.concept_01_box_flow ul li:last-child {
    margin-bottom: 0;
}

.concept_01_box_flow ul li:last-child:after {
    content: none;
}

.concept_02_bg {
    background-image: url(assets/img/concept_02.png);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin: 40px 0;
}

.concept_02_list {
    position: relative;
    top: -150px;
    margin-bottom: -150px;
}

.concept_02_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.concept_02_list ul li {
    width: 29%;
    margin: 2%;
}

.concept_02_item_img {
    width: 50%;
    max-width: 140px;
    margin: 0 auto;
}

.concept_02_item h2 {
    font-size: 16px;
    text-align: center;
    margin: 20px auto 10px;
}

.concept_02_item_dis {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}

.concept_03_box {
    margin: 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.concept_03_box_img {
    width: 45%;
    background-image: url(assets/img/concept_03.png);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    background-repeat: no-repeat;
}

.concept_03_box_text {
    width: 55%;
    margin: 30px 0;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    left: -50px;
    box-shadow: 20px 20px rgba(172, 208, 209, 1);
    font-size: 14px;
}

.concept_03_box_text p {
    margin-bottom: 10px;
}

.table-res-form {
    width: 100%;
    margin-top: 30px;
}

.table-res-form tr {
    vertical-align: middle;
}

.table-res-form tr:first-child {
    border-top: none;
}

.table-res-form th,
.table-res-form td {
    padding: 1.5em;
    vertical-align: middle;
}

.table-res-form th {
    width: 30%;
    text-align: right;
}

.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
    margin-left: 5px;
}

.table-res-form input[type="text"],
input[type="email"],
textarea,
select {
    border: 1px #4194a0 solid;
    padding: 0.5em;
    border-radius: 0px;
    margin-bottom: 6px !important;
    width: 100%;
    position: relative;
    opacity: 1;
    font-size: 16px;
    font-family: "Noto Sans Japanese", 'Hiragino Sans', 'Open Sans', YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic';
}

.table-res-form input[type="text"]:focus,
textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.table-res-form input[type="submit"] {
    border: 1px #4194a0 solid;
    padding: 0.5em 4em;
    border-radius: 0px;
    background: #4194a0;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.table-res-form input[type="submit"]:hover {
    background: #fff;
    box-shadow: none;
    position: relative;
    opacity: 1;
}

input[type="text"].wpcf7-text,
select,
input[type="email"] {
    width: auto;
}

.zip1 input[type="text"],
.zip2 input[type="text"] {
    width: auto;
}

@media only screen and (max-width: 768px) {
    .table-res-form th,
    .table-res-form td {
        width: 90%;
        display: block;
        padding: 5%;
    }
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
    .table-res-form .empty {
        display: none;
    }
    .table-res-form input[type="text"],
    input[type="email"],
    textarea {
        border: 1px #4194a0 solid;
        padding: 10px 0;
        border-radius: 0px;
        margin-bottom: 0.5em;
        width: 100%;
        font-size: 16px;
    }
    .zip1 input[type="text"],
    .zip2 input[type="text"] {
        width: 30%;
    }
    /*---------------------------------------------- Khine Css for Responsive ---------------------------------*/
    .top_worksinn .slick-prev,
    .top_worksinn .slick-next {
        width: 50px;
        height: 50px;
    }
    .top_worksinn .slick-next {
        left: 65px;
    }
    .top_worksinn .slick-prev,
    .top_worksinn .slick-next {
        top: 5%;
    }
    .top_worksinn.slick-slider {
        position: relative;
        padding-top: 20%;
    }
    .works_dtltags span {
        margin-bottom: 10px;
    }
    .works_details {
        padding-top: 10em;
    }
    .other_works ul {
        justify-content: flex-start;
    }
    .other_works ul li {
        max-width: 350px;
        width: 30%;
        margin: 0 1.6% 30px;
    }
    .works_details02 .slick-prev:before,
    .works_details02 .slick-next:before {
        font-size: 20px;
    }
    .works_web_img .slick-prev,
    .works_web_img .slick-next {
        width: 15%;
    }
    .works_web_img .slick-prev {
        left: 30.5%;
    }
    .works_web_img .slick-next {
        left: 12.3%;
    }
    .contact_sec01 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        border-top: 8px solid #283b4e;
        background: transparent;
    }
    .contact_button {
        width: 100% !important;
        max-width: 100%;
        margin: 3em auto;
    }
    .contact_sec01 .form-inn .form-inn-contact-content .tax-box h3 span {
        font-size: 20px;
    }
}


/*---------------------------------------------- Khine Css for Responsive End ---------------------------------*/

.wpcf7-submit {
    width: 300px;
    margin: 0 auto;
    display: block;
    background: #4194a0;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin: 10px auto 0;
    padding: 10px 0;
    border: 2px solid #4194a0;
    box-sizing: border-box;
    position: relative;
    opacity: 1;
}

.contact_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0px auto;
    padding-bottom: 30px;
}

.contact_inner h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 1051px) {
    .pc_hd {
        display: block;
    }
    .sp_nav {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    .pc_hd {
        display: none;
    }
    .sp_nav {
        display: block;
    }
}


/* drawer menu */

.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 120px 0;
    background: #f0ac11;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
}

.drawer-menu li {
    text-align: center;
}

.drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #4194a0;
    -webkit-transition: all .8s;
    transition: all .8s;
    text-decoration: none;
}

.drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
}


/* checkbox */

.check {
    display: none;
}


/* menu button - label tag */

.menu-btn {
    position: fixed;
    display: block;
    top: 17px;
    right: 20px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
}

.menu_bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 2px;
    background: #4194a0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.menu_bar.middle {
    top: 15px;
    opacity: 1;
}

.menu_bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .menu_bar {
    background: #999;
}

.menu-btn:hover .menu-btn__text {
    color: #999;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}


/* checked */

.open .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 9999;
}

.open .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.open .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.open .menu-btn .menu_bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .menu-btn .menu_bar.middle {
    opacity: 0;
}

.open .menu-btn .menu_bar.bottom {
    width: 56px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
    .top_works_inner {
        flex-direction: column-reverse;
    }
    .top_works_inner .works_inner_01 {
        width: 100%;
        margin: auto;
    }
    .top_works_inner .works_inner_01>.top_worksinn ul>li {
        width: 48%;
        margin: 1%;
    }
    .mv_inner>h2 {
        display: block;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        font-size: 38px;
        font-weight: bold;
        letter-spacing: 5px;
        padding: 250px 0;
    }
    .works_pdf_controls a {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid #f9c900;
        color: #fff;
        outline: none;
        padding: 5px;
        margin-bottom: 10px;
        cursor: pointer;
        background: #f9c900;
        margin: 0.5%;
    }
    .contact_ttl {
        margin: 2em 0 1em;
    }
    .contact_ttl:after {
        bottom: -8px;
    }
    .toggle_link_btn a {
        margin: 10px auto;
    }
    .procedureArea h4 {
        margin-top: 40px;
    }
    .contact_sec01:after {
        background: url(assets/img/membercontact/form-bg-sp.png) no-repeat;
        background-size: 100%;
    }
    .contact_sec01 .form-inn .form-inn-ttl .form-inn-ttl-date h3 {
        font-size: 14px;
    }
    .contact_sec01 .form-inn {
        padding: 20px 10px;
    }
    .contact_sec01 .form-inn .form-inn-ttl .form-inn-ttl-date p {
        margin-top: 20px;
        padding-bottom: 2px;
    }
    .contact_sec01 .form-inn .form-inn-ttl {
        margin-bottom: 25px;
    }
    .contact_sec01 .form-inn .form-inn-contact-form {
        margin-bottom: 30px;
    }
    .form-inn-contact-form label {
        width: 65px;
        font-size: 12px;
    }
    .contact_sec01 .form-inn .form-inn-contact-form,
    .contact_sec01 .form-inn .form-inn-contact-content {
        width: 100%;
    }
    .contact_sec01 .form-inn .form-inn-contact-content p:last-child {
        text-align: left;
        font-size: 10px;
        margin-left: 0;
    }
    .contact_sec01 table tr th {
        display: none;
    }
    .contact_note {
        margin-bottom: 0;
        font-size: 10px;
        text-align: left;
        line-height: 1.6;
    }
    .contact_sec01 table td:first-child {
        width: 100%;
        padding: 5px 10px;
        text-align: left;
    }

    .contact_sec01 table td:nth-child(2) {
        width: 100%;
        display: block;
    }
    .contact_sec01 table td:nth-child(3) {
        width: 30.4%;
    }
    .contact_sec01 table td:last-child {
        width: 100%;
        padding: 0;
        text-align: right;
    }
    .cross {
        top: 15px;
    }
    .contact_sec01 table tr.noborder .cross {
        top: -6px;
    }
    .contact_sec01 h3 {
        margin: 0;
    }
    .contact_sec01 table td.content_amount_price {
        width: 100%;
        padding-bottom: 5px !important;
    }
    .form-inn-content.editorial-content-inquiry .custom-wpcf7-invalid {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .inquirt_btm_text p {
        font-size: 12px;
        text-align: center;
    }
    .contact_sec01 table tr:first-child {
        display: none;
    }
    .contact_sec01 table tr {
        display: block;
        border-top: 0px;
        padding: 0 10px 10px;
        background: #283b4e;
        box-sizing: border-box;
    }
    .contact_sec01 table td:first-child {
        width: 100%;
        display: block;
        margin-top: 10px;
        padding: 8px 0 5px;
        border-bottom: 0.5px solid #fff;
    }
    .contact_sec01 table tr:last-child td:first-child {
        border-bottom: 0px;
    }
    .contact_sec01 table tr:last-child td:nth-child(3) {
        width: 100%;
        display: block;
    }
    .contact_sec01 table tr:last-child td:last-child {
        display: block;
        width: 100%;
        text-align: right;
        padding: 10px 0 !important;
    }
    .form-inn-content {
        margin-top: 20px;
    }
    .content-amount {
        margin-top: -8px;
        margin-left: -15px;
        justify-content: flex-start;
    }
    .contact_sec01.editorial_form .wpcf7-not-valid-tip,
    .contact_sec01.editorial_form .custom-wpcf7-invalid,
    .contact_sec01.web_form .wpcf7-not-valid-tip,
    .contact_sec01.web_form .custom-wpcf7-invalid {
        font-size: 12px;
    }
    .content-section-inn-output {
        width: 75%;
        margin: 20px auto 30px;
        font-size: 14px;
        line-height: 1.6;
    }
    .contact_sec01 table tr.noborder .content_amount_price .contact_select {
        margin-top: 0;
    }
    .cross span {
        height: 12px;
    }
    .content-amount input[type="number"] {
        width: 55px;
        height: 30px;
        margin-top: 5px;
        font-size: 16px;
    }
    .contact_sec01 .form-inn .form-inn-contact-content .tax-box {
        max-width: 100%;
        padding: 10px 10px 5px;
    }
    .contact_sec01 .form-inn .form-inn-contact-content .tax-box h3 {
        margin: 10px 0 0;
    }
    .contact_sec01 .form-inn .form-inn-contact-content .tax-box p {
        text-align: right;
    }
    .contact_sec01 table td:nth-child(2) {
        width: 100%;
    }
    .contact_sec01 table tr.noborder td:nth-child(2) {
        width: 30.5%;
        padding-top: 20px;
        display: revert;
    }
    .form-inn-table table tr.noborder .unit_price_editorial,.form-inn-table table tr.noborder .unit_price_web {
        padding-bottom: 0;
    }
    .contact_sec01 h3 {
        margin: 0 0 5px;
        padding: 8px 0 0 0;
        font-size: 12px;
        min-height: auto;
    }
    .contact_sec01 table td:first-child.content_amount_price {
        margin-top: 0;
        border-bottom: 0px;
    }
    .contact_sec01 table tr.noborder {
        position: relative;
    }
    .form-inn-content.editorial-content-inquiry .custom-wpcf7-invalid {
        text-align: left;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .contact_sec01 table tr.noborder:after {
        content: '';
        position: absolute;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 0;
        bottom: 0;
        width: 94%;
        height: 1px;
        border-top: 0.5px dashed #fff;
    }
    .tbl_btm_txt p {
        font-size: 12px;
        text-align: left;
    }
    .contact_sec01 .form-inn .d_fl:last-child {
        justify-content: flex-start;
    }
    .contact-tel.d_fl span[data-name="ph_code"],
    .contact-tel.d_fl span[data-name="ph_number"],
    .contact-tel.d_fl span[data-name="ph_last_number"] {
        width: 28.5%;
    }
    .first_th {
        border: none;
    }
    .unit_price div {
        padding: 3px 0;
    }
    .total_txt {
        font-size: 12px;
        padding: 0 !important;
    }
    .total_txt span {
        font-size: 20px;
        padding-right: 0;
    }
    .form-inn-content p {
        font-size: 14px;
    }
    .form-inn-content textarea {
        height: 165px;
    }
    .contact_select {
        padding-bottom: 0;
    }
    .content-section-inn-btns {
        margin: 0 0 30px;
        flex-direction: column;
    }
    .content-section-inn-btns .contact-button {
        width: 93%;
        height: 50px;
        font-size: 14px;
    }
    .content-section-inn-btns #print_btn {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .content-section-inn-btns .contact-button .ico {
        width: 30px;
        margin-right: 15px;
    }
    .contact-name.d_fl div {
        width: 65%;
    }
    .contact-tel div.d_fl:nth-child(2) span {
        margin: 0 2px;
    }
    .contact-tel span.wpcf7-form-control-wrap .contact_input {
        padding: 8px 8px 9px !important;
    }
}

@media screen and (max-width: 481px) {
    h1 {
        width: 40%;
        max-width: 200px;
        padding: 20px;
        box-sizing: border-box;
    }
    .mv_inner>h2 {
        display: block;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 5px;
        padding: 200px 0;
    }
    .top_mv_news_hd {
        padding: 10px 20px;
        text-align: left;
        box-sizing: border-box;
        color: #fff;
        background-color: #4194a0;
        font-size: 12px;
        border-right: 10px solid #f0bb01;
        width: 100%;
    }
    .top_mv_news_content {
        color: #000;
        width: 100%;
        background-color: #fff;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .sec_ttl_en {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #4194a0;
        font-family: 'Open Sans';
        line-height: 1;
    }
    .sec_ttl_jp {
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        color: #4194a0;
    }
    .top_works_inner>ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 0;
    }
    .top_works_inner>ul>li {
        width: 46%;
        margin: 2%;
    }
    .top_recruit_img_box {
        width: 100%;
        background-image: url(assets/img/rec_bg.png);
        background-size: cover;
        background-position: center center;
        background-attachment: local;
        background-repeat: no-repeat;
        height: 200px;
    }
    .top_works {
        padding: 40px 0 20px;
    }
    .top_recruit_text_box {
        background-color: #4194a0;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .top_recruit_text_box_inner {
        background-color: #fff;
        padding: 20px 10px;
        box-sizing: border-box;
        font-size: 12px;
        position: relative;
        left: 0px;
        max-width: 800px;
        right: 0px;
    }
    .top_news {
        width: 100%;
    }
    .top_owned {
        width: 100%;
    }
    .mv {
        background-image: url(assets/img/mv.png);
        background-size: cover;
        background-position: center center;
        background-attachment: local;
        background-repeat: no-repeat;
    }
    .top_trans {
        padding: 30px 0;
        background-image: url(assets/img/tra_bg.png);
        background-size: cover;
        background-position: center center;
        background-attachment: local;
        background-repeat: no-repeat;
    }
    .top_trans_inner p {
        font-size: 14px;
        text-align: left;
        color: #fff;
        margin-top: 20px;
        line-height: 1.6;
    }
    .top_access_box_inner {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .ft_contact_inner>p {
        font-size: 14px;
        text-align: left;
        margin: 20px 0;
    }
    .link_btn_2 a {
        text-align: center;
        font-size: 14px;
        background-color: #4194a0;
        padding: 10px 0px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 20px;
        color: #fff;
        width: 90%;
        max-width: 300px;
        margin: 10px 10px;
        display: inline-block;
    }
    .ft_nav_inner ul li {
        width: 100%;
    }
    .post_area img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }
    .ar_link_inner a {
        display: inline-block;
        font-size: 13px;
        width: 98%;
        margin: 1%;
        padding: 10px 0;
        color: #fff;
        background-color: #4194a0;
        text-align: center;
        box-sizing: border-box;
        border-radius: 20px;
    }
    .ar-cate_inner>h2 {
        background-color: #4194a0;
        color: #fff;
        padding: 10px;
        text-align: left;
        font-size: 14px;
    }
    .ar-cate_inner>ul>li {
        width: 46%;
        margin: 2%;
    }
    .sub_page_inner>p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .sub_page_inner .rec_tbl {
        background-color: #fff;
        margin: 40px 0 30px;
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .rec_tbl th {
        width: 100%;
        padding: 10px 0;
        vertical-align: middle;
        font-size: 16px;
        text-align: center;
        border-right: none;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
        display: block;
    }
    .rec_tbl td {
        width: 100%;
        padding: 10px 0 10px 0px;
        line-height: 1.8;
        text-align: left;
        font-size: 12px;
        display: block;
        box-sizing: border-box;
    }
    .page_hd_inner h2 {
        font-size: 24px;
        color: #fff;
        line-height: 1.2;
    }
    .concept_text_inner {
        background-color: #fff;
        padding: 10px;
        font-size: 12px;
        box-sizing: border-box;
    }
    .concept_01_box_img {
        width: 100%;
        background-image: url(assets/img/concept_01.png);
        background-size: cover;
        background-position: center center;
        background-attachment: local;
        background-repeat: no-repeat;
        height: 200px;
    }
    .concept_01_inner>p {
        font-size: 12px;
        text-align: left;
        margin: 20px 0;
    }
    .concept_01_box_flow {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 12px;
    }
    .concept_02_bg {
        background-image: url(assets/img/concept_02.png);
        background-size: cover;
        background-position: center center;
        background-attachment: local;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
        margin: 40px 0 20px;
    }
    .concept_02_list {
        position: relative;
        top: 0;
        margin-bottom: 0;
    }
    .concept_02_list ul li {
        width: 96%;
        margin: 2%;
    }
    .concept_02_item_img {
        width: 30%;
        max-width: 140px;
        margin: 0 auto;
    }
    .concept_02_item h2 {
        font-size: 14px;
        text-align: center;
        margin: 10px auto 10px;
    }
    .concept_02_item_dis {
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }
    .concept_03_box_img {
        width: 100%;
        background-image: url(assets/img/concept_03.png);
        background-size: cover;
        background-position: center center;
        background-attachment: local;
        background-repeat: no-repeat;
        height: 150px;
    }
    .concept_03_box_text {
        width: 100%;
        margin: 30px 0;
        background-color: #fff;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        left: 0px;
        box-shadow: none;
        font-size: 12px;
        right: 0;
    }
    .res_tbl_01 th {
        width: auto;
        background-color: #f2f2f2;
        text-align: left;
    }
    .prof_box_img {
        width: 100%;
    }
    .prof_box_txt {
        width: 100%;
        font-size: 12px;
        box-sizing: border-box;
        padding: 0;
    }
    .prof_box_txt li h3 {
        font-size: 14px;
        margin-top: 20px;
    }
    .prof_inner {
        max-width: 1000px;
        padding: 20px 0;
        margin: 0 auto;
        width: 90%;
    }
    .access_map_info {
        width: 100%;
        padding: 20px 0;
    }
    .access_map_if {
        width: 100%;
    }
    .access_map_info h2 {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        color: #4194a0;
    }
    .access_map_info ul li {
        text-align: left;
        font-size: 12px;
    }
    .access_map_wrapper {
        margin-top: 20px;
    }
    .contact_inner {
        max-width: 1000px;
        width: 90%;
        margin: 40px auto;
        padding-bottom: 30px;
    }
    .wpcf7-submit {
        width: 90%;
        margin: 0 auto;
        display: block;
        background: #4194a0;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        margin: 10px auto 0;
        padding: 10px 0;
        border: 2px solid #4194a0;
        box-sizing: border-box;
        position: relative;
        opacity: 1;
    }
    .works_web_img .works_web_imgpc {
        width: 75%;
        display: block;
    }
    .works_web_img .works_web_imgsp {
        width: 60%;
    }
    .works_pdf_controls a {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid #f9c900;
        color: #fff;
        outline: none;
        padding: 5px;
        margin-bottom: 10px;
        cursor: pointer;
        background: #f9c900;
        margin: 0%;
    }
    .portfolio_col {
        width: 70%;
        margin: 10px 25px 30px;
    }
    .contact-name.d_fl label:last-child {
        font-size: 12px;
    }
    .contact_sec01 .form-inn .form-inn-contact-content .tax-box h3 span{
        font-size: 20px;
    }
    .contact_input {
        padding: 8px 8px 9px !important;
        font-size: 16px;
    }
    .contact_sec01.editorial_form .wpcf7-not-valid-tip,
    .contact_sec01.editorial_form .custom-wpcf7-invalid,
    .contact_sec01.web_form .wpcf7-not-valid-tip,
    .contact_sec01.web_form .custom-wpcf7-invalid {
        font-size: 10px;
    }
    .contact-name.d_fl div {
        width: 63%;
    }
}

.timeline-Tweet-text {
    font-size: 13px!important;
    line-height: 1.6!important;
}


/* 202511 top works改修 */
.top_works .top_works_inner {
	gap: 30px;
}

.top_works_inner .works_inner_02 {
	width: 100%;
	margin-block: 0;
}

.top-work-banner {
	display: flex;
	justify-content: center;
}

.top-work-banner__link {
	position: relative;
	display: inline-block;
	width: min(100%, 400px);
	border-radius: 999em;
	padding: 8px 20px;
	background: #4194a0;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.top-work-banner__link::before {
	position: absolute;
	content: '';
	bottom: 15px;
	right: 10%;
	width: 10%;
	height: 1px;
	background: #fff;
}

.top-work-banner__link::after {
	position: absolute;
	content: '';
	bottom: 19px;
	right: calc(10% - 2px);
	width: 12px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
}

.top-work-banner__text,
.top-work-banner__subtext {
	display: block;
	text-align: center;
}

.top-work-banner__text {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: .2em;
}

.top-work-banner__subtext {
	font-size: .8em;
}

/* 202511 top header改修 */
.header-logo-area {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(20vw, 140px);
	gap: 20px;
}

@media (max-width: 768px) {
	.header-logo-area {
		width: min(40vw, 200px);
	}
}

.header-logo-area h1 {
	flex-shrink: 0;
	width: auto;
	max-width: 100%;
}


.header-sns {
	margin-block: 17px 0;

}

@media (min-width: 1051px) {
	.header-sns {
		margin-block-start: 60px;
	}
}

.header-sns__list {
	display: flex;
	gap: 16px;
}

.header-sns__link {
	--icon-size: 32px;
	display: inline-block;
	width: var(--icon-size);
	height: var(--icon-size);
}

@media (min-width: 1051px) {
	.header-sns__link {
		--icon-size: 40px;
	}
}

.header-sns :where(img, svg) {
	max-width: 100%;
	height: auto;
}
