/*
	Theme Name: Ken Controls wordpress theme
	Description: ケンコントロールズ 公式サイトテーマ
	Version: 1.0
	Author: 株式会社サンカクキカク
*/
/*==============================================
*
*	base（全体に反映させるstyle）※主にHTML
*
==============================================*/
html {
	font-family: YakuHanJP,'Noto Sans JP', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    background-color: #EEF2F5;
}
img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
button {
	outline: none;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
li {
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	color: #f39a00;
}
/*==============================================
*	parts（各ページ共通のデザイン）
==============================================*/
.page_title_wrap {
    background: #f0f4f8;
}
.page_title_block {
    width: 80%;
    max-width: 1320px;
    padding: 40px 0 55px;
    margin: auto;
}
.page_title_p {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #00529D;
    padding-left: 36px;
    position: relative;
}
.page_title_p::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 18px;
    height: 6px;
    background: #F39800;
}
.page_title_h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #313233;
    margin: 10px 0 20px 33px;
}
.page_breadcrumb_block {
    display: flex;
    border-top: 1px solid #E0E0E0;
    padding-top: 24px;
}
.page_breadcrumb_li {
    position: relative;
    margin-right: 30px;
}
.page_breadcrumb_li::after{
    position: absolute;
    top: 12px;
    right: -20px;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #00529D;
    border-right: 2px solid #00529D;
    border-radius: 2px;
    transform: rotate(45deg);
}
.page_breadcrumb_li:last-child::after {
    border-top: none;
    border-right: none;
}
.page_breadcrumb_li_a {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #828282;
}
.page_breadcrumb_li:last-child .page_breadcrumb_li_a {
    color: #313233;
}
.page_title_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
}
.contents_inner {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}
.contact_block {
    background: #f0f4f8;
    padding: 40px 0;
}
.contact_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.contact_h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 170%;
    color: #00529D;
    padding-left: 24px;
    position: relative;
}
.contact_h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 16px;
    height: 6px;
    background: #F39800;
}
.contact_h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    color: #313233;
}
.contact_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #313233;
    margin-top: 40px;
    margin-bottom: 56px;
}
.contact_link_a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF;
    background: #00529D;
    border: 1px solid #00529D;
    border-radius: 100px;
    padding: 20px 74px 20px 40px;
    margin-bottom: 20px;
}
.contact_link_a::before {
    position: absolute;
    top: calc(50% - 3px);
    right: 50px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(45deg);
}
.contact_link_a::after {
    position: absolute;
    top: 50%;
    right: 50px;
    content: "";
    width: 14px;
    height: 7px;
    border-top: solid 2px #FFFFFF;
}
.contact_link_a:hover {
    color: #00529D;
    background: #FFFFFF;
}
.contact_link_a:hover::before {
    border-top: solid 2px #00529D;
    border-right: solid 2px #00529D;
}
.contact_link_a:hover::after {
    border-top: solid 2px #00529D;
}
.policy_link_a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF;
    background: #00529D;
    background-image: url(img/i_blank_default.svg);
    background-repeat: no-repeat;
    background-position: right 40px center;
    background-size: 25px;
    border: 1px solid #00529D;
    border-radius: 100px;
    padding: 10px 74px 10px 40px;
    margin-bottom: 20px;
}
.policy_link_a:hover {
    color: #00529D;
    background: #FFFFFF;
    background-image: url(img/i_blank_hover.svg);
    background-repeat: no-repeat;
    background-position: right 40px center;
    background-size: 25px;
}
ul.page-numbers {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
a.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    margin: 0 10px;
}
a.next.page-numbers,
a.prev.page-numbers {
    color: #00529D;
    font-weight: bolder;
}
span.page-numbers.current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #00529D;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    margin: 0 10px;
}
span.page-numbers.dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    margin: 0 10px;
}
.switcher a img {
    width: 20px;
}
.go_to_top_btn {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF;
    background: #00529D;
    border: 1px solid #00529D;
    border-radius: 43px;
    padding: 20px 40px 20px 74px;
    margin-bottom: 20px;
}
.go_to_top_btn::before {
    position: absolute;
    top: calc(50% - 3px);
    left: 30px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(225deg);
}
.go_to_top_btn::after {
    position: absolute;
    top: 50%;
    left: 30px;
    content: "";
    width: 14px;
    height: 7px;
    border-top: solid 2px #FFFFFF;
}
.go_to_top_btn:hover {
    color: #00529D;
    background: #FFFFFF;
}
.go_to_top_btn:hover::before {
    border-top: solid 2px #00529D;
    border-right: solid 2px #00529D;
}
.go_to_top_btn:hover::after {
    border-top: solid 2px #00529D;
}
.contact_complete_link {
    margin-top: 40px;
}
.main_contents_block {
    padding-bottom: 80px;
}
/*==============================================
*	layout（レイアウト用style）
==============================================*/
.contents_wrapper {
    max-width: 1800px;
    background-color: #FFFFFF;
    margin: auto;
}
.main {
    padding-top: 80px;
}
.main.top_page {
    padding-top: 70px;
}
.main_contents {
    width: 80%;
    max-width: 1320px;
    margin: 40px auto 0;
}
.contents_wrap {
    width: 80%;
    max-width: 1320px;
    margin: auto;
}
.header {
    width: 100%;
}
.header_contents {
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-top: 14px solid #00529D;
    border-bottom: solid 1px #F2F2F2;
    padding: 0 24px;
    z-index: 11;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
}
.header_logo {
    width: 161px;
    height: 44px;
    transition: 0.3s;
}
.header_logo:hover{
    opacity: 0.6;
}
.header_logo img {
    object-fit: contain;
}
.header_contact_btn {
    font-weight: 700;
    font-size: 11px;
    line-height: 170%;
    color: #FFFFFF;
    background: #00529D;
    border: 1px solid #00529D;
    border-radius: 20px;
    padding: 8px 18px;
}
.header_contact_btn:hover{
    color: #00529D;
    background: #ffffff;
    border: 1px solid #00529D;
}
.header_menu {
    display: none;
}
a.header_menu_a,.lang_select{
    font-size: min(2.5vw,15px);
}
.nav > li {
    position: relative;
}
.sub {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 2em;
    width: 100%;
    min-height: 0;
    height: 0;
    z-index: 3;
}
.sub > li > a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    background-color: #FFFFFF;
    padding: 5px 10px;
}
.sub > li > a:hover {
    opacity: 1;
}
.sub.active {
    width: 180px;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 10px 10px;
}
.sub.long.active {
    width: 180px;
}
.sub.short.active {
    width: 100px;
}
.sub_menu_open_li {
    display: block;
    width: 100%;
    color: #313233;
    text-decoration: none;
    padding: 1px 20px 1px 20px;
}
.has-sub {
    position: relative;
    padding-right: 15px;
}
.has-sub:before {
    position: absolute;
    top: 12px;
    right: 0;
    margin-top: -6px;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #00529D;
    border-right: solid 2px #00529D;
    transform: rotate(45deg);
}
.header_menu_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_menu_list {
    display: flex;
    align-items: center;
    gap: 15px;
}
.menu_btn {
    position: fixed;
    top: 14px;
    right: 0;
    display: flex;
    height: 66px;
    width: 66px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #00529D;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.menu_btn span:before {
    bottom: 8px;
}
.menu_btn span:after {
    top: 8px;
}
#menu_btn_check:checked ~ .menu_btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu_btn_check:checked ~ .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu_btn_check:checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu_btn_check {
    display: none;
}
.menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 80;
}
.menu_content ul {
    padding: 32px 24px;
}
.menu_content ul li {
    border-bottom: solid 1px #F2F2F2;
    list-style: none;
}
.ham_menu_li {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    color: #313233;
    text-decoration: none;
    padding: 18px 38px 18px 0;
    position: relative;
}
.ham_menu_li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #00529D;
    border-right: solid 2px #00529D;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 28px;
}
.ham_menu_li::after {
    content: "";
    width: 14px;
    height: 7px;
    border-top: solid 2px #00529D;
    position: absolute;
    right: 11px;
    top: 31px;
}
.menu_content {
    width: 100%;
    height: calc(100% - 80px);
    position: fixed;
    bottom: 0;
    left: 100%;
    z-index: 80;
    background-color: #FFFFFF;
    transition: all 0.5s;
    overflow-y: auto;
}
#menu_btn_check:checked ~ .menu_content {
    left: 0;
}

.accordion_container {
    position: relative;
    width: 100%;
    cursor: pointer
}
.accordion_container .ham_menu_open {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    color: #313233;
    text-decoration: none;
    padding: 18px 38px 18px 0;
    cursor: pointer;
}
.ham_menu_open{
    position: relative;
}
.ham_menu_open::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 15px;
    height: 2px;
    background: #00529D;
    transition: all .2s ease-in-out;
}
.ham_menu_open::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #00529D;
    transition: all .3s ease-in-out;
}
.ham_menu_open.open::after {
    transform: rotate(180deg);
}
.ham_menu_open.open::before {
    opacity: 0;
}
.ham_menu_open_inner {
    display: none;
}
.menu_content ul.ham_menu_open_list {
    border-top: solid 1px #F2F2F2;
    padding: 0;
}
.ham_menu_open_li {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #828282;
    text-decoration: none;
    padding: 18px 0 18px 24px;
}
.ham_menu_open_li::before {
    content: '-';
    margin-right: 1em;
}
.lang_select {
    padding: 15px 24px 62px;
}
.breadcrumbs {
    font-size: 12px;
}
.footer {
    background: #003463;
    padding: 40px 24px;
}
.footer_logo_box {
    margin-bottom: 30px;
    margin-right: 40px;
}
.footer_logo {
    width: 300px;
    height: 60px;
    transition: 0.3s;
}
.footer_logo:hover{
    opacity: 0.6;
}
.footer_logo img {
    object-fit: contain;
}
.footer_lg {
    width: 215px;
    height: 30px;
}
.footer_lg img {
    object-fit: contain;
}
.footer_agvs {
    width: 160px;
    height: 54px;
}
.footer_agvs img {
    object-fit: contain;
}
.footer_policy_link_wrap {
    display: flex;
    gap: 24px;
    max-width: 1320px;
    margin: 0 auto;
}
.footer_policy_a {
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.footer_copyright {
    max-width: 1320px;
    font-weight: 400;
    font-size: 10px;
    line-height: 170%;
    color: #FFFFFF;
    margin: 16px auto 0;
}
.footer_menu_wrap {
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.footer_menu_box {
    display: none;
}
.footer_menu_list {
    display: flex;
    flex-wrap: wrap;
}
.footer_menu_li {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF;
    margin-right: 2.734vw;
}
.footer_menu_list li:last-child .footer_menu_li  {
    margin-right: 0;
}
.footer_menu_cld_list {
    margin-top: 16px;
}
.footer_menu_cld_li {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #9fbbd4;
    margin-top: 8px;
}
.breadcrumbs {
    border-top: 1px solid #E0E0E0;
    padding-top: 24px;
}
a#cn-more-info {
    color: #FFFFFF;
    text-decoration: underline;
}

.pc_only {
    display: none;
}
.company_name_ja {
    
}
.company_name_en {
    display: none;
}
.translated-ltr .company_name_ja {
    display: none;
}
.translated-ltr .company_name_en {
    display: revert;
}
/*==============================================
*	レスポンシブ対応
==============================================*/
@media screen and (min-width:600px) {
    .header_contact_btn {
        font-size: 12px;
    }
    .contact_link_a {
        padding: 30px 84px 30px 50px;
    }
    .contact_link_a::before {
        right: 50px;
    }
    .contact_link_a::after {
        right: 50px;
    }
    .policy_link_a {
        padding: 10px 84px 10px 50px;
    }
}
@media screen and (min-width:768px) {
    .main {
        padding-top: 80px;
    }
    .header_logo {
        width: 284px;
    }
    .breadcrumbs {
        font-size: 14px;
    }
    .page_title_p {
        font-size: 64px;
        padding-left: 56px;
    }
    .page_title_p::before {
        width: 35px;
    }
    .page_title_h1 {
        font-size: 28px;
        margin: 0 0 28px;
    }
    .contact_h3 {
        font-size: 48px;
        padding-left: 56px;
    }
    .footer{
        padding: 80px 72px;
    }
    .contact_block {
        padding: 80px 0;
    }
    .contact_h3::before {
        width: 32px;
    }
    .contact_h2 {
        font-size: 26px;
    }
}
@media screen and (min-width:1023px) {
    .pc_only {
        display: block;
    }
    .sp_only {
        display: none;
    }
    .contact_inner {
        flex-direction: row;
        justify-content: space-between;
    }
    .contact_txtbox {
        width: 54%;
    }
    .contact_imgbox {
        width: 37%;
    }
    .contact_link {
        text-align: left;
    }
    .contact_link_a {
        font-size: 16px;
        padding: 30px 75px 30px 30px;
    }
    .policy_link_a {
        font-size: 16px;
        padding: 20px 75px 20px 30px;
    }
    .header_contents {
        justify-content: space-between;
        max-width: 1800px;
    }
    .header_inner {
        width: 100%;
    }
    a.header_menu_a,.lang_select {
        font-size: min(2.5vw,13px);
        padding: 15px 0;
    }
    .hamburger_menu {
        display: none;
    }
    .header_menu {
        display: block;
    }
    .header_contact_btn {
        margin-left: 10px;
        margin-right: 10px;
    }
    .page_breadcrumb_block{
        font-size:14px;
    }
    .footer_menu_box {
        display: block;
    }
    .footer_policy_link {
        margin-top: 80px;
    }
    .contact_h3 {
        font-size: 74px;
    }
    .main_contents {
        margin: 104px auto 0;
    }
    .go_to_top_btn {
        font-size: 16px;
        padding: 25px 40px 25px 55px;
    }
    .go_to_top_btn::before {
        top: 36px;
    }
    .go_to_top_btn::after {
        top: 39px;
    }
}
@media screen and (min-width:1200px) {
    .header_menu_list {
        gap: 32px;
    }
    a.header_menu_a,.lang_select{
        font-size: min(2.5vw,15px);
    }
    .header_contact_btn {
        margin-left: 30px;
        margin-right: 30px;
    }
    .lang_select {
        padding: 24px 0;
    }
    .footer_menu_li {
        margin-right: 48px;
    }
}
@media screen and (min-width:1400px) {}