@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPエクストラライト*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-ExtraLight.ttf"); src: url("../fonts/font/NotoSansJP-ExtraLight.woff2") format("woff2"), url("../fonts/font/NotoSansJP-ExtraLight.woff") format("woff"), url("../fonts/font/NotoSansJP-ExtraLight.ttf") format("truetype"); font-weight: 200; }
@font-face { /*NotoSansJPミディアム*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Medium.ttf"); src: url("../fonts/font/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Medium.woff") format("woff"), url("../fonts/font/NotoSansJP-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*NotoSansJPセミボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-SemiBold.ttf"); src: url("../fonts/font/NotoSansJP-SemiBold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-SemiBold.woff") format("woff"), url("../fonts/font/NotoSansJP-SemiBold.ttf") format("truetype"); font-weight: 600; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*roboto*/
font-family: "roboto"; src: url("../fonts/font/Roboto-Thin.ttf"); src: url("../fonts/font/Roboto-Thin.woff2") format("woff2"), url("../fonts/font/Roboto-Thin.woff") format("woff"), url("../fonts/font/Roboto-Thin.ttf") format("truetype"); font-weight: 100; }
@font-face { /*robotoライト*/
font-family: "roboto"; src: url("../fonts/font/Roboto-Light.ttf"); src: url("../fonts/font/Roboto-Light.woff2") format("woff2"), url("../fonts/font/Roboto-Light.woff") format("woff"), url("../fonts/font/Roboto-Light.ttf") format("truetype"); font-weight: 300; }
@font-face { /*robotoミディアム*/
font-family: "roboto"; src: url("../fonts/font/Roboto-Medium.ttf"); src: url("../fonts/font/Roboto-Medium.woff2") format("woff2"), url("../fonts/font/Roboto-Medium.woff") format("woff"), url("../fonts/font/Roboto-Medium.ttf") format("truetype"); font-weight: 500; }
/* Link
=========================================== */
a:link, a:visited { color: #1C1C1C; text-decoration: none; }

a:hover, a:active { color: #1C1C1C; text-decoration: underline; }

a { outline: none; transition: 0.3s; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* LAYOUT
=========================================== */
body { overflow: hidden; width: 100%; }

.pc { display: none !important; }

.sp { display: block; }

body { color: #1C1C1C; background: #F7F5E9; font-size: 16px; line-height: 1.6; font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 400; font-style: normal; word-break: break-all; }

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

table { width: 100%; table-layout: fixed; }

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

.wrap { position: relative; }

input, select { -webkit-appearance: auto; appearance: auto; }

/*共通設定*/
.btn01 { width: 100%; max-width: 160px; height: 60px; margin: 40px auto 0; }

.btn01 a { display: block; width: 100%; height: 100%; padding: 17px 0; box-sizing: border-box; background: #A2332C; border-radius: 30px; text-align: center; }

.btn01 a .btn-text { display: inline-block; color: #FFFFFF; font-weight: 700; transition: 0.3s; }

.btn01.contact_btn { max-width: 100%; height: 70px; }

.btn01.contact_btn a { padding: 22px 0; border-radius: 35px; }

.btn01.contact_btn a .btn-text { padding-left: 23px; box-sizing: border-box; position: relative; }

.btn01.contact_btn a .btn-text::before { content: ""; display: block; width: 15px; height: 11px; background: url("../img/common/icon_mail.svg") no-repeat center; background-size: contain; transition: 0.3s; position: absolute; top: 7px; left: 0; }

.title01 { text-align: center; }

.title01 .en { display: block; font-family: "roboto"; font-size: 20px; color: #0B446F; font-weight: 500; margin-bottom: 10px; }

.title01 .ja { display: block; font-size: 34px; }

.tel_box { display: inline-block; text-align: right; }

.tel_box .tel .num { font-size: 40px; font-weight: 500; line-height: 1.2; padding-left: 42px; position: relative; }

.tel_box .tel .num::before { content: ""; display: block; width: 32px; height: 32px; background: url("../img/common/icon_tel02.svg") no-repeat center; background-size: contain; position: absolute; top: 8px; left: 0; }

.tel_box .tel-text { font-size: 12px; }

.fax-num { font-weight: 500; line-height: 1.2; text-align: center; }

.fax-num em { font-size: 22px; }

p.bg-text { font-size: 110px; color: #FFFFFF; font-weight: 100; position: absolute; white-space: nowrap; }

.midashi01 { font-size: 20px; padding-left: 28px; box-sizing: border-box; position: relative; margin-bottom: 16px; }

.midashi01::before { content: ""; display: block; width: 20px; height: 20px; background: #A2332C; position: absolute; top: 7px; left: 0; }

.midashi02 { font-size: 18px; margin-bottom: 8px; }

.under-cont > section { padding: 100px 5%; }

.under-cont > section:first-child { padding-top: 66px; }

.under-cont > section:nth-child(2n) { background: #F0EEDA; }

/*ウェブフォント*/
.normal { font-weight: 400; }

.medium { font-weight: 500; }

.sBold { font-weight: 600; }

.bold { font-weight: 700; }

.eLight { font-weight: 200; }

.common_text { line-height: 1.8; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.roboto { font-family: "roboto"; }

/*色*/
.shiro { color: #fff; }

.ao { color: #0B446F; }

.red { color: #A2332C; }

.mt20 { margin-top: 20px; }

.flex { width: 100%; margin: 0; padding: 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; }

/*header
---------------------------------------------------------------*/
#header { width: 100%; height: 100px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; background: #fff; }

#header .header_inner { height: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap; }

#header .header_inner .logo_box { width: 200px; margin-left: 20px; position: relative; z-index: 100; }

#header .header_inner .logo { width: 100%; }

#header .header_inner .logo a { display: block; width: 100%; }

#header .header_inner .logo a .logo-text { display: none; }

#header .header_inner .right { display: none; }

/*gnav*/
.gnav { display: none; }

/*CTA*/
#fixed_cta { width: 87px; height: 40px; justify-content: space-between; position: fixed; bottom: 20px; left: 20px; z-index: 10; transition: 0.3s; opacity: 0; }

.fixed #fixed_cta { opacity: 1; }

#fixed_cta .tel_box { width: 40px; height: 100%; }

#fixed_cta .tel_box .tel { width: 100%; height: 100%; }

#fixed_cta .tel_box .tel a { display: block; width: 100%; height: 100%; background: url("../img/common/icon_tel.svg") no-repeat center, #0B446F; background-size: 13px; border-radius: 50%; position: relative; }

#fixed_cta .tel_box .tel .num { display: none; }

#fixed_cta .tel_box .tel-text { display: none; }

#fixed_cta .fixed-btn { width: 40px; height: 100%; }

#fixed_cta .fixed-btn a { display: block; width: 100%; height: 100%; background: #A2332C; border-radius: 50%; position: relative; }

#fixed_cta .fixed-btn a img { width: 13px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* nav
=========================================== */
.sp-nav-btn { width: 50px; height: 50px; z-index: 101; background: transparent; border: 1px solid #0B446F; box-sizing: border-box; border-radius: 50%; transition: 0.3s; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

.sp-nav-btn .nav-btn_box { width: 20px; height: 11px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.sp-nav-btn .nav-btn_box > span { width: 100%; height: 1px; background: #0B446F; position: absolute; left: 0; transition: 0.3s; }

.sp-nav-btn .border01 { top: 0; }

.sp-nav-btn .border02 { top: 50%; transform: translateY(-50%); }

.sp-nav-btn .border03 { bottom: 0; }

.sp-nav-btn.opon { background: #0B446F; }

.sp-nav-btn.opon .nav-btn_box > span { background: #FFFFFF; }

.sp-nav-btn.opon .border01 { transform: translate(-50%, -50%) rotateZ(45deg); top: 50%; left: 50%; }

.sp-nav-btn.opon .border02 { display: none; }

.sp-nav-btn.opon .border03 { transform: translate(-50%, 50%) rotateZ(-45deg); bottom: 50%; left: 50%; }

.sp-nav-list .overlay-nav { visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; }

.sp-nav-list .overlay-nav.opon { visibility: visible; opacity: 1; }

.sp-nav-list .navs-list { position: fixed; width: 100%; height: 100%; z-index: 99; top: 0; background: #F7F5E9; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 110px 5% 10px; box-sizing: border-box; text-align: center; }

.sp-nav-list .navs-list.opon { right: 0; }

.sp-nav-list .navs-list > ul > li { margin-bottom: 30px; }

.sp-nav-list .navs-list > ul > li:last-child { margin-bottom: 0; }

.sp-nav-list .navs-list > ul > li > a { display: block; font-size: 19px; font-weight: 500; }

.sp-nav-list .navs-list .btn01.contact_btn { margin-top: 60px; }

.sp-nav-list .navs-list .tel_box { margin-top: 40px; }

.sp-nav-list .navs-list .fax-num { margin-top: 20px; }

/* main */
/*-------------------------------------------*/
#main { margin-top: 100px; }

#main.home_main { width: 100%; position: relative; padding-top: 75px; }

#main.home_main p.bg-text.bg-text01 { top: -25px; left: -18px; }

#main.home_main p.bg-text.bg-text02 { top: 303px; right: -18px; }

#main.home_main .main-img01 { display: none; }

#main.home_main .main-img02 { width: 100%; position: relative; z-index: 1; }

#main.home_main .text_box { width: 90%; text-align: center; margin: 0 auto 80px; position: relative; z-index: 1; }

#main.home_main .text_box .main_title { font-size: 35px; letter-spacing: 0.03em; }

#main.home_main .text_box .main_title .border { display: inline-block; position: relative; }

#main.home_main .text_box .main_title .border::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 0; left: 0; }

#main.home_main .text_box .main_text { margin-top: 30px; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; height: 200px; background: #0B446F; position: relative; }

#main.kasou::before { content: ""; display: block; width: 100px; height: 30px; background: #A2332C; position: absolute; top: 0; left: 0; }

#main.kasou::after { content: ""; display: block; width: 60px; height: 15px; background: #0A3555; position: absolute; top: 0; left: 100px; }

#main.kasou .wrap { display: table; width: 100%; height: 100%; text-align: center; }

#main.kasou .wrap::after { content: ""; display: block; width: 150px; height: 30px; background: #F7F5E9; position: absolute; bottom: 0; right: 0; }

#main.kasou .bg-text { font-family: "roboto"; font-size: 90px; color: #FFFFFF; font-weight: 100; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.08; white-space: nowrap; }

#main.kasou h1 { display: table-cell; font-size: 26px; color: #FFFFFF; letter-spacing: 0.06em; vertical-align: middle; }

/*パンくず*/
div#bread { width: 100%; padding: 8px 5% 0; box-sizing: border-box; }

ul.bread-list { font-size: 14px; justify-content: flex-start; }

ul.bread-list li { line-height: 1.8; }

ul.bread-list li a { text-decoration: none; line-height: 1.8; }

ul.bread-list li a:hover { text-decoration: underline; }

ul.bread-list li::after { content: "＞"; margin: 0 8px; font-size: 14px; }

ul.bread-list li:last-child::after { display: none; }

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger { position: absolute; left: 0; top: 50px; z-index: -100; }

/* CLEARFIX
=========================================== */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; font-size: 0.1em; line-height: 0; }

.cf { min-height: 1px; }

* html .cf { height: 1px; /*¥*/ 	                 /*/ height: auto; overflow: hidden; /**/ }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

/*ライトボックス設定*/
#fancybox-wrap { padding: 0 !important; width: 100% !important; left: 0 !important; }

div#fancybox-content { border: none; width: 92% !important; padding: 2%; margin: 2%; height: auto !important; }

div#fancybox-outer { background: none; }

#fancybox-close { position: absolute; top: 0 !important; right: 0 !important; }

section { position: relative; }

/* footer */
/*-------------------------------------------*/
#contact-sec { padding: 100px 5%; background: #0B446F; color: #FFFFFF; position: relative; text-align: center; }

#contact-sec::before, #contact-sec::after { content: ""; display: block; position: absolute; }

#contact-sec::before { width: 130px; height: 25px; background: #F7F5E9; top: 0; left: 0; }

#contact-sec::after { width: 40px; height: 40px; background: #A2332C; bottom: 0; right: 0; }

#contact-sec .cnt { display: block; }

#contact-sec .cnt .text_box { margin-bottom: 60px; }

#contact-sec .cnt .text_box .title_box { display: block; margin-bottom: 40px; }

#contact-sec .cnt .text_box .title_box .title01 { margin-bottom: 15px; }

#contact-sec .cnt .text_box .title_box .title01 .en { color: #FFFFFF; }

#contact-sec .cnt .text_box .title_box .midashi { display: inline-block; padding: 1px 20px; box-sizing: border-box; border: 1px solid #FFFFFF; font-size: 14px; font-weight: 500; }

#contact-sec .cnt .right .num_box { display: block; margin-top: 40px; }

#contact-sec .cnt .right .num_box .tel_box .tel .num { color: #FFFFFF; }

#contact-sec .cnt .right .num_box .tel_box .tel .num::before { background: url(../img/common/icon_tel.svg) no-repeat center; background-size: contain; }

#contact-sec .cnt .right .num_box .fax-num { margin-top: 40px; }

#footer { padding: 100px 5% 90px; background: #F0EEDA; }

#footer .footer_box { display: block; }

#footer .footer_box .left { margin-bottom: 60px; }

#footer .footer_box .left .logo { width: 100%; text-align: center; }

#footer .footer_box .left .logo a { display: block; width: 100%; }

#footer .footer_box .left .logo a img { width: 200px; }

#footer .footer_box .left .logo a .logo-text { font-size: 12px; font-weight: 500; margin-top: 20px; }

#footer .footer_box .left .map_box { width: 100%; aspect-ratio: 67 / 44; margin-top: 40px; position: relative; }

#footer .footer_box .left .map_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#footer .footer_box .left .address { font-size: 12px; margin-top: 10px; }

#footer .footer_box .right { margin-top: 60px; }

#footer .footer_box .right .navs-list { width: 100%; justify-content: center; display: flex; }

.navs-list > ul.navs-list01 { margin-right: 54px; }

.navs-list > ul.navs-list00 > li { margin-bottom: 20px; font-size: 14px; font-weight: 500; }

.navs-list > ul.navs-list00 > li:last-child { margin-bottom: 0; }

.navs-list > ul.navs-list00 > li .sp-nav { margin-top: 20px; }

.navs-list > ul.navs-list00 > li .sp-nav li { margin-bottom: 10px; padding-left: 15px; box-sizing: border-box; position: relative; font-size: 12px; font-weight: 500; }

.navs-list > ul.navs-list00 > li .sp-nav li::before, .navs-list > ul.navs-list00 > li .sp-nav li::after { content: ""; display: block; background: #A2332C; position: absolute; left: 0; }

.navs-list > ul.navs-list00 > li .sp-nav li::before { width: 1px; height: 9px; top: 5px; }

.navs-list > ul.navs-list00 > li .sp-nav li::after { width: 9px; height: 1px; top: 14px; }

#footer .footer_box .right .link_list { justify-content: center; margin-top: 60px; }

#footer .footer_box .right .link_list li { font-size: 12px; margin-right: 30px; }

#footer .footer_box .right .link_list li:last-child { margin-right: 0; }

#footer .footer_box .right .copyright { font-size: 12px; margin-top: 24px; text-align: center; }

/*parts
=========================================== */
.works01 a { width: 100%; }
.works01 a .img { width: 100%; aspect-ratio: 67 / 50; margin-bottom: 30px; overflow: hidden; }
.works01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.works01 a .text_box .info { align-items: center; margin-bottom: 20px; }
.works01 a .text_box .info .time { font-family: "roboto"; font-size: 14px; margin-right: 10px; }
.works01 a .text_box .info .cate-list { width: auto; }
.works01 a .text_box .info .cate-list li { width: 128px; height: 23px; padding: 1px 16px 3px; box-sizing: border-box; background: #0B446F; border-radius: 20px; font-size: 12px; font-weight: 700; color: #FFFFFF; text-align: center; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-right: 5px; }
.works01 a .text_box .info .cate-list li:last-child { margin-right: 0; }
.works01 a .text_box .title { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.works02 { width: 100%; }
.works02 a { display: block; width: 100%; background: #FFFFFF; }
.works02 a .img { width: 100%; aspect-ratio: 13 / 9; position: relative; overflow: hidden; }
.works02 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.works02 a .img .cate-list { width: auto; padding: 6px; box-sizing: border-box; background: #0B446F; position: absolute; top: 0; left: 0; z-index: 1; }
.works02 a .img .cate-list li { display: inline-block; font-size: 14px; line-height: 15px; color: #FFFFFF; margin-right: 5px; }
.works02 a .img .cate-list li:last-child { margin-right: 0; }
.works02 a .text_box { padding: 20px; box-sizing: border-box; }
.works02 a .text_box .title { line-height: 1.5; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.works02 a .text_box .info-list { margin-top: 16px; }
.works02 a .text_box .info-list li { align-items: center; padding: 2px 0; box-sizing: border-box; border-bottom: 1px solid #DBDBDB; }
.works02 a .text_box .info-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.works02 a .text_box .info-list li .midashi { display: block; width: 92px; line-height: 34px; }
.works02 a .text_box .info-list li .text { display: block; width: calc(100% - 92px); line-height: 34px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.works02 a .text_box .time { line-height: 1.5; color: #818181; margin-top: 16px; }

.range-list .box00 { padding: 60px 20px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 10px; }
.range-list .box00:last-child { margin-bottom: 0; }
.range-list .box00 h3 { display: inline-block; font-size: 22px; line-height: 2; margin-bottom: 20px; position: relative; }
.range-list .box00 h3::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 4px; left: 0; }
.range-list .box01 h3.title { display: inline-block; font-size: 22px; line-height: 2; margin-bottom: 20px; position: relative; }
.range-list .box01 h3.title::before { display: none; }
.range-list .box01 h3.title span { display: inline-block; position: relative; }
.range-list .box01 h3.title span::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 4px; left: 0; }
.range-list .box01 .list { margin-top: 40px; }
.range-list .box01 .list li { padding-bottom: 20px; background-image: repeating-linear-gradient(90deg, #0b446f, #0b446f 2px, transparent 2px, transparent 8px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; margin-bottom: 20px; }
.range-list .box01 .list li:last-child { padding-bottom: 0; background-image: none; margin-bottom: 0; }
.range-list .box01 .list li .midashi { display: block; width: 160px; padding: 3px 30px; box-sizing: border-box; border: 1px solid #0B446F; border-radius: 20px; margin-bottom: 10px; }

.wrap.twin { display: block; }
.wrap.twin div#two-side { margin-top: 60px; }
.wrap.twin div#two-side .side_box .side-title { padding: 13px 0 14px; box-sizing: border-box; background: #1C1C1C; text-align: center; line-height: 1.8; }
.wrap.twin div#two-side .side_box .side-link li { border-bottom: 1px dashed #C4C2B2; }
.wrap.twin div#two-side .side_box .side-link li:last-child { border-bottom: 0; }
.wrap.twin div#two-side .side_box .side-link li:last-child > a { padding-bottom: 0; }
.wrap.twin div#two-side .side_box .side-link li > a { display: block; padding: 20px 0; box-sizing: border-box; }
.wrap.twin div#two-side .side_box .side-link li.on_cat > a { color: #0B446F; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 40px; height: 40px; margin: 0 2px; background: transparent; border: 1px solid #1C1C1C; box-sizing: border-box; text-decoration: none; font-size: 14px; line-height: 40px; text-align: center; }

.wp-pagenavi { text-align: center; margin-top: 60px; position: relative; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { text-decoration: none; background: #1C1C1C; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; background: transparent; border: 0; margin: 0; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; display: block; width: 8px; height: 11px; color: transparent; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover { color: transparent; }
.wp-pagenavi a.previouspostslink:hover::before, .wp-pagenavi a.nextpostslink:hover::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; display: block; width: 12px; height: 11px; color: transparent; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover { color: transparent; }
.wp-pagenavi a.first:hover::before, .wp-pagenavi a.last:hover::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%); }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }

.post-navigation { margin-top: 60px; }

.post-navigation ul { justify-content: center; align-items: center; position: relative; }

.post-navigation ul > li a { display: inline-flex; justify-content: center; align-items: center; width: 29.33vw; max-width: 290px; height: 60px; padding: 5px; background: transparent; border: 1px solid #1C1C1C; box-sizing: border-box; text-decoration: none; font-size: 14px; line-height: 1.5; text-align: center; position: relative; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { text-decoration: none; background: #1C1C1C; color: #FFFFFF; }
.post-navigation ul > li a::before { display: none; }

.post-navigation ul > li.blog-back a { width: 25.6vw; max-width: 234px; background: #1C1C1C; color: #FFFFFF; margin: 0 10px; }
.post-navigation ul > li.blog-back a:hover { background: transparent; color: #1C1C1C; }

.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
.home #header { background: transparent; }

.home.fixed #header { background: #fff; }

#topbox01 { padding: 100px 5%; position: relative; }
#topbox01::before { content: ""; display: block; width: 45px; height: 35px; background: #F0EEDA; position: absolute; bottom: 0; right: 0; }
#topbox01 .title01 { margin-bottom: 60px; }
#topbox01 .product-list .product01 { width: calc(50% - 5px); margin: 20px 10px 0 0; }
#topbox01 .product-list .product01:first-child { margin-top: 0; }
#topbox01 .product-list .product01:nth-child(2n), #topbox01 .product-list .product01:last-child { margin-right: 0; }
#topbox01 .product-list .product01 a { display: block; width: 100%; }
#topbox01 .product-list .product01 a .img { width: 100%; aspect-ratio: 65 / 36; background: #FFFFFF; padding: 10px; box-sizing: border-box; }
#topbox01 .product-list .product01 a .img .in_img { width: 100%; height: 100%; }
#topbox01 .product-list .product01 a .name { text-align: center; margin-top: 10px; }
#topbox01 .product-list .product01 a .name img { width: auto; height: 35px; }
#topbox01 .product-list .product01 a .name .sub_text { display: block; font-size: 12px; margin-top: 5px; }
#topbox01 .product-list .product01 a .name.name_big img { height: 50px; }
#topbox01 .product-list .product01.big { width: 100%; margin-right: 0; }
#topbox01 .product-list .product01.big .img { aspect-ratio: 67 / 25; padding: 20px; }

#topbox02 { padding-bottom: 100px; position: relative; }
#topbox02::before { content: ""; display: block; width: 120px; height: 20px; background: #0B446F; position: absolute; top: 0; left: 0; z-index: 1; }
#topbox02 .wrap { padding: 0 5%; box-sizing: border-box; }
#topbox02 .topbox02_top { padding: 100px 0 226px; background: #F0EEDA; }
#topbox02 .topbox02_top .title01 { margin-bottom: 26px; }
#topbox02 .topbox02_top .point-list { justify-content: center; }
#topbox02 .topbox02_top .point-list li { display: inline-block; padding: 1px 20px; box-sizing: border-box; border: 1px solid #1C1C1C; font-size: 14px; font-weight: 500; text-align: center; margin: 4px 4px 0 0; }
#topbox02 .topbox02_top .point-list li:last-child { margin-right: 0; }
#topbox02 .topbox02_top .cnt { display: block; position: relative; z-index: 1; margin-top: 60px; }
#topbox02 .topbox02_top .cnt p.bg-text { z-index: -1; }
#topbox02 .topbox02_top .cnt p.bg-text.bg-text01 { top: -93px; left: -50px; }
#topbox02 .topbox02_top .cnt p.bg-text.bg-text02 { bottom: -117px; right: -28px; }
#topbox02 .topbox02_top .cnt .text_box { margin-bottom: 60px; }
#topbox02 .topbox02_top .cnt .text_box h3 { font-size: 24px; line-height: 2; text-decoration: underline; margin-bottom: 40px; }
#topbox02 .topbox02_top .cnt .img_box { width: 100%; }
#topbox02 .topbox02_bottom { margin-top: -166px; position: relative; z-index: 1; }

#topbox03 { padding: 100px 5%; background: #FFFFFF; position: relative; }
#topbox03::before { content: ""; display: block; width: 210px; height: 25px; background: #F7F5E9; position: absolute; top: 0; left: 0; }
#topbox03::after { content: ""; display: block; width: 120px; height: 20px; background: #0B446F; position: absolute; bottom: 0; left: 0; }
#topbox03 .bg-text { display: none; }
#topbox03 .cnt { display: block; }
#topbox03 .cnt .title01 { margin-bottom: 40px; }
#topbox03 .cnt .works-list .works01 { padding-bottom: 40px; background-image: repeating-linear-gradient(90deg, #0b446f, #0b446f 2px, transparent 2px, transparent 8px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; margin-bottom: 40px; }
#topbox03 .cnt .works-list .works01:last-child { margin-bottom: 0; }

#topbox04 { padding: 100px 0; position: relative; }
#topbox04::before { content: ""; display: block; width: 60px; height: 35px; background: #FFFFFF; position: absolute; top: 0; right: 0; }
#topbox04 .wrap { padding: 0 5%; box-sizing: border-box; }
#topbox04 .bg-text { display: none; }
#topbox04 .title01 { margin-bottom: 60px; }
#topbox04 .flow-list .flow01 { display: block; padding: 50px 20px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 10px; text-align: center; }
#topbox04 .flow-list .flow01:last-child { margin-bottom: 0; }
#topbox04 .flow-list .flow01 > img { width: 120px; }
#topbox04 .flow-list .flow01 .title_box { margin: 20px 0; }
#topbox04 .flow-list .flow01 .title_box .num { font-size: 14px; font-weight: 500; }
#topbox04 .flow-list .flow01 .title_box h3 { font-size: 20px; }
#topbox04 .flow-list .flow01 .text01 { text-align: left; }
#topbox04 .flow-list .flow01 .text01 .sub_text { display: block; font-size: 12px; }
#topbox04 .bg-img { width: 100%; height: 260px; background: url("../img/top/img02.png") repeat-x center; background-size: cover; margin-top: 100px; animation: bgMove01 50s linear infinite; }
@keyframes bgMove01 { 0% { background-position: 0; }
  100% { background-position: -1248px; } }
/*製品カタログ　p02
=========================================== */
.product-icon-list li { display: inline-flex; padding-right: 3px; box-sizing: border-box; background: #F0EEDA; line-height: 24px; margin: 4px 4px 0 0; }
.product-icon-list li:last-child { margin-right: 0; }
.product-icon-list li img { display: block; width: auto; height: 24px; margin-right: 3px; }
.product-icon-list li span { margin-left: 2px; }
.product-icon-list li.ng-icon { opacity: 0.3; }

.product-logo { width: 100%; height: 35px; }
.product-logo img { width: auto; height: 100%; }

#p02box01 .cnt { display: block; }
#p02box01 .cnt .text_box { margin-bottom: 60px; }
#p02box01 .cnt .text_box h2 { margin-bottom: 30px; }
#p02box01 .cnt .text_box h2 span { display: inline-block; font-size: 28px; position: relative; }
#p02box01 .cnt .text_box h2 span::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 4px; left: 0; }
#p02box01 .cnt .text_box .btn01 { max-width: 320px; }
#p02box01 .cnt .text_box .btn01 a .btn-text { padding-left: 26px; box-sizing: border-box; position: relative; }
#p02box01 .cnt .text_box .btn01 a .btn-text::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/p02/icon_download.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }
#p02box01 .cnt .img_box { width: 100%; position: relative; }
#p02box01 .cnt .img_box p.bg-text { bottom: -90px; left: -20px; z-index: -1; }

#p02box02 .product-list .product01 { padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; position: relative; margin-bottom: 30px; }
#p02box02 .product-list .product01:last-child { margin-bottom: 0; }
#p02box02 .product-list .product01 .product-logo { margin-bottom: 16px; }
#p02box02 .product-list .product01 h2 { font-size: 24px; }
#p02box02 .product-list .product01 .product-icon-list { margin-top: 4px; }
#p02box02 .product-list .product01 .text_box { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 16px; }
#p02box02 .product-list .product01 .img { width: 100%; aspect-ratio: 3 / 2; margin-top: 16px; }
#p02box02 .product-list .product01 .no-img.img { background: #D9D9D9; }
#p02box02 .product-list .product01 .no-img.img img { width: auto; height: 35px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p02box02 .product-list .product01 .btn01 { margin-top: 30px; }

.gallery_img .gallery_main .slick-prev, .gallery_img .gallery_main .slick-next { width: 30px; height: 30px; background: rgba(0, 0, 0, 0.8); transform: translate(0, 0); transition: 0.3s; z-index: 1; }
.gallery_img .gallery_main .slick-prev::before, .gallery_img .gallery_main .slick-next::before { content: ""; display: block; width: 6px; height: 8px; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.gallery_img .gallery_main .slick-prev:hover, .gallery_img .gallery_main .slick-prev:focus, .gallery_img .gallery_main .slick-next:hover, .gallery_img .gallery_main .slick-next:focus { opacity: 0.7; }
.gallery_img .gallery_main .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }

#productsBox01 .waku { background: #FFFFFF; padding: 40px 20px; box-sizing: border-box; }
#productsBox01 .waku .product-logo { margin-bottom: 8px; }
#productsBox01 .waku .title { font-size: 24px; }
#productsBox01 .waku .product-icon-list { margin-top: 12px; }
#productsBox01 .waku .cnt { display: block; padding-top: 30px; background-image: repeating-linear-gradient(90deg, #C4C2B2, #C4C2B2 2px, transparent 2px, transparent 8px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; margin-top: 30px; }
#productsBox01 .waku .cnt .text_box p.common_text { margin-bottom: 30px; }
#productsBox01 .waku .cnt .text_box .btn01 { max-width: 280px; margin-top: 0; }
#productsBox01 .waku .cnt .text_box .btn01 a { border-radius: 50px; }
#productsBox01 .waku .cnt .gallery_img { margin-top: 30px; }
#productsBox01 .waku .cnt .gallery_img .gallery_main { width: 100%; margin-bottom: 0 !important; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .slick-prev, #productsBox01 .waku .cnt .gallery_img .gallery_main .slick-next { top: 27vw; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .slick-prev { left: -15px; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .slick-next { right: -15px; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; aspect-ratio: 9 / 7; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; margin-top: 5px; line-height: 1.8; }
#productsBox01 .waku .cnt .gallery_img .gallery_main.no-img .gallery_main01 { width: 100%; aspect-ratio: 9 / 7; background: #D9D9D9; position: relative; }
#productsBox01 .waku .cnt .gallery_img .gallery_main.no-img .gallery_main01 img { max-width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#productsBox01 .waku .cnt .gallery_img .gallery_thum { width: 100%; margin-top: 10px; margin-bottom: 0 !important; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(25% - 4px); aspect-ratio: 87 / 67; margin: 5px 4px 0 0; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .gallery_thum01:nth-child(-n+4) { margin-top: 0; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .gallery_thum01:nth-child(4n) { margin-right: 0; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .gallery_thum01.slick-current::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; }
#productsBox01 .waku .productsBox_in { padding-top: 30px; background-image: repeating-linear-gradient(90deg, #C4C2B2, #C4C2B2 2px, transparent 2px, transparent 8px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; margin-top: 30px; }
#productsBox01 .waku .productsBox_in .products-table table tr th, #productsBox01 .waku .productsBox_in .products-table table tr td { padding: 13px 21px 14px; box-sizing: border-box; line-height: 1.8; }
#productsBox01 .waku .productsBox_in .products-table table tr th { width: 152px; background: #0B446F; color: #FFFFFF; font-weight: 400; border-right: 1px solid #165686; }
#productsBox01 .waku .productsBox_in .products-table table tr th:first-child { border-left: 1px solid #165686; }
#productsBox01 .waku .productsBox_in .products-table table tr td { border-right: 1px solid #DBDBDB; }
#productsBox01 .waku .productsBox_in .products-table table tr td:first-child { border-left: 1px solid #DBDBDB; }
#productsBox01 .waku .productsBox_in .products-table table tbody tr { border-bottom: 1px solid #DBDBDB; }

.color-list .color01 { width: calc(50% - 5px); margin: 10px 10px 0 0; }
.color-list .color01:nth-child(-n+2) { margin-top: 0; }
.color-list .color01:nth-child(2n) { margin-right: 0; }
.color-list .color01 .img { width: 100%; aspect-ratio: 60 / 41; }
.color-list .color01 .midashi { line-height: 1.4; margin-top: 8px; }

/*特注オーダーメイド　p03
=========================================== */
#p03box01 .anchor-list { margin-bottom: 80px; }
#p03box01 .anchor-list li { width: calc(50% - 10px); height: 50px; margin: 30px 10px 0 0; }
#p03box01 .anchor-list li:nth-child(-n+2) { margin-top: 0; }
#p03box01 .anchor-list li:nth-child(2n), #p03box01 .anchor-list li:last-child { margin-right: 0; }
#p03box01 .anchor-list li a { display: block; width: 100%; height: 100%; padding-top: 12px; box-sizing: border-box; background: #F0EEDA; line-height: 1.5; font-weight: 700; text-align: center; position: relative; }
#p03box01 .anchor-list li a:hover { text-decoration: none; }
#p03box01 .anchor-list li a:hover::before { bottom: -20px; }
#p03box01 .anchor-list li a::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: #1c1c1c transparent transparent transparent; border-width: 10px 8px 0px 8px; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); transition: 0.3s; }
#p03box01 #p03box_in .cnt { display: block; margin-bottom: 80px; }
#p03box01 #p03box_in .cnt:last-child { margin-bottom: 0; }
#p03box01 #p03box_in .cnt .text_box { margin-bottom: 30px; position: relative; z-index: 1; }
#p03box01 #p03box_in .cnt .text_box p.bg-text { font-size: 90px; line-height: 2; top: -70px; left: -15px; z-index: -1; }
#p03box01 #p03box_in .cnt .text_box h2 { margin-bottom: 30px; }
#p03box01 #p03box_in .cnt .text_box h2 span { display: inline-block; font-size: 28px; position: relative; }
#p03box01 #p03box_in .cnt .text_box h2 span::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 4px; left: 0; }
#p03box01 #p03box_in .cnt .img_box { width: 100%; }

#p03box02 .title01 { margin-bottom: 30px; }

#p03box03 .title01 { margin-bottom: 30px; }
#p03box03 .works-all-list .works02 { margin-bottom: 20px; }
#p03box03 .works-all-list .works02:last-child { margin-bottom: 0; }

.content_box hr { border: 0; padding-top: 30px; background-image: repeating-linear-gradient(90deg, #C4C2B2, #C4C2B2 2px, transparent 2px, transparent 8px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; margin-top: 30px; }

#worksBox01 .waku { background: #FFFFFF; padding: 40px 20px; box-sizing: border-box; }
#worksBox01 .waku .title { font-size: 24px; }
#worksBox01 .waku .info { justify-content: space-between; margin-top: 10px; }
#worksBox01 .waku .info .cate-list { width: auto; margin-top: 6px; margin-right: 8px; }
#worksBox01 .waku .info .cate-list li { padding: 6px; box-sizing: border-box; background: #0B446F; font-size: 14px; line-height: 15px; color: #FFFFFF; margin-right: 5px; }
#worksBox01 .waku .info .cate-list li:last-child { margin-right: 0; }
#worksBox01 .waku .info .time { display: inline-block; line-height: 1.5; color: #818181; margin-top: 8px; }
#worksBox01 .waku .gallery_img { display: block; margin-top: 30px; }
#worksBox01 .waku .gallery_img .gallery_main { width: 100%; margin-bottom: 0 !important; }
#worksBox01 .waku .gallery_img .gallery_main .slick-prev, #worksBox01 .waku .gallery_img .gallery_main .slick-next { top: 22.67vw; }
#worksBox01 .waku .gallery_img .gallery_main .slick-prev { left: -15px; }
#worksBox01 .waku .gallery_img .gallery_main .slick-next { right: -15px; }
#worksBox01 .waku .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; aspect-ratio: 3 / 2; }
#worksBox01 .waku .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; margin-top: 5px; line-height: 1.8; }
#worksBox01 .waku .gallery_img .gallery_thum { width: 100%; margin-top: 10px; margin-bottom: 0 !important; }
#worksBox01 .waku .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#worksBox01 .waku .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(25% - 4px); aspect-ratio: 87 / 67; margin: 5px 4px 0 0; }
#worksBox01 .waku .gallery_img .gallery_thum .gallery_thum01:nth-child(-n+4) { margin-top: 0; }
#worksBox01 .waku .gallery_img .gallery_thum .gallery_thum01:nth-child(4n) { margin-right: 0; }
#worksBox01 .waku .gallery_img .gallery_thum .gallery_thum01.slick-current::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; }
#worksBox01 .waku .info_box { display: block; margin-top: 30px; }
#worksBox01 .waku .info_box .info_table { width: 100%; }
#worksBox01 .waku .info_box .info_table:first-child tr:first-child th { border-top: 1px solid #DBD9C7; }
#worksBox01 .waku .info_box .info_table:first-child tr:first-child td { border-top: 1px solid #DBDBDB; }
#worksBox01 .waku .info_box .info_table tr th, #worksBox01 .waku .info_box .info_table tr td { padding: 10px 12px; box-sizing: border-box; }
#worksBox01 .waku .info_box .info_table tr th { width: 120px; background: #F7F5E9; border-bottom: 1px solid #DBD9C7; font-weight: 400; line-height: 34px; }
#worksBox01 .waku .info_box .info_table tr td { border-bottom: 1px solid #DBDBDB; line-height: 34px; }
#worksBox01 .waku .worksBox_in { padding-top: 30px; background-image: repeating-linear-gradient(90deg, #C4C2B2, #C4C2B2 2px, transparent 2px, transparent 8px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; margin-top: 30px; }
#worksBox01 .waku .worksBox_in:first-of-type { padding-top: 0; background-image: none; }
#worksBox01 .waku .worksBox_in .box-list .box00 { display: block; margin-bottom: 20px; }
#worksBox01 .waku .worksBox_in .box-list .box00:last-child { margin-bottom: 0; }
#worksBox01 .waku .worksBox_in .box-list .box00 .img { width: 100%; aspect-ratio: 60 / 41; }
#worksBox01 .waku .worksBox_in .box-list .box00 .text_box { margin-top: 20px; }
#worksBox01 .waku .worksBox_in .box-list .box00 .text_box .midashi02 { margin-bottom: 8px; }
#worksBox01 .waku .worksBox_in .box-list .box00 .text_box.full { width: 100%; }
#worksBox01 .waku .keyword_box { padding: 20px; box-sizing: border-box; background: #F6F6F6; margin-top: 30px; }
#worksBox01 .waku .keyword_box .midashi02 { margin-bottom: 0; }
#worksBox01 .waku .keyword_box .keyword-list li { display: inline-block; margin: 8px 8px 0 0; }
#worksBox01 .waku .keyword_box .keyword-list li a { display: inline-block; padding: 2px 8px; box-sizing: border-box; border: 1px solid #0B446F; border-radius: 40px; font-size: 14px; line-height: 1.6; color: #0B446F; }
#worksBox01 .waku .keyword_box .keyword-list li a:hover { text-decoration: none; background: #0B446F; color: #FFFFFF; }
#worksBox01 .waku .keyword_box .keyword-list li a span { display: inline-block; margin-right: 2px; }

/*会社案内　p04
=========================================== */
#p04box01 .cnt { display: block; }
#p04box01 .cnt .title01 { margin-bottom: 40px; }
#p04box01 .cnt .company-table { width: 100%; }
#p04box01 .cnt .company-table tr { background: #FFFFFF; }
#p04box01 .cnt .company-table tr:first-child th { border-top: 1px solid #DBD9C7; }
#p04box01 .cnt .company-table tr:first-child td { border-top: 1px solid #DBDBDB; }
#p04box01 .cnt .company-table tr th, #p04box01 .cnt .company-table tr td { padding: 20px 15px; box-sizing: border-box; }
#p04box01 .cnt .company-table tr th { width: 110px; background: #F0EEDA; border-bottom: 1px solid #DBD9C7; font-weight: 400; }
#p04box01 .cnt .company-table tr td { border-bottom: 1px solid #DBDBDB; }

#p04box02 .cnt { display: block; }
#p04box02 .cnt .title01 { margin-bottom: 40px; }
#p04box02 .cnt .text_box .midashi { display: inline-block; font-size: 24px; margin-bottom: 30px; }
#p04box02 .cnt .text_box .midashi span { display: inline-block; position: relative; }
#p04box02 .cnt .text_box .midashi span::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 4px; left: 0; }
#p04box02 .cnt .text_box .text p { margin-bottom: 30px; }
#p04box02 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p04box02 .cnt .text_box .cname { margin-top: 30px; }

/*お問い合わせ　p05
=========================================== */
#p05box01 .nayami_box h2 { font-size: 30px; margin-bottom: 30px; }
#p05box01 .nayami_box .nayami-list { display: block; }
#p05box01 .nayami_box .nayami-list li { padding-left: 24px; box-sizing: border-box; font-weight: 700; position: relative; margin-bottom: 10px; }
#p05box01 .nayami_box .nayami-list li:last-child { margin-bottom: 0; }
#p05box01 .nayami_box .nayami-list li::before { content: ""; display: block; width: 16px; height: 16px; background: #A2332C; position: absolute; top: 4px; left: 0; }
#p05box01 .num_box-list { display: block; margin-top: 60px; }
#p05box01 .num_box-list .num_box { width: 100%; padding: 50px 20px; box-sizing: border-box; background: #FFFFFF; text-align: center; }
#p05box01 .num_box-list .num_box .title { display: inline-block; padding-left: 28px; box-sizing: border-box; font-size: 22px; position: relative; margin-bottom: 8px; }
#p05box01 .num_box-list .num_box .title::before { content: ""; display: block; width: 22px; height: 22px; position: absolute; left: 0; }
#p05box01 .num_box-list .num_box .tel_box { display: block; text-align: center; }
#p05box01 .num_box-list .num_box .tel_box .tel .num { color: #1C1C1C; padding-left: 0; }
#p05box01 .num_box-list .num_box .tel_box .tel .num::before { display: none; }
#p05box01 .num_box-list .num_box .tel_box .tel-text { font-size: 16px; color: #1C1C1C; text-align: center; }
#p05box01 .num_box-list .num_box .fax_box .fax-num span { display: none; }
#p05box01 .num_box-list .num_box .fax_box .fax-num em { font-size: 40px; }
#p05box01 .num_box-list .num_box.num_box_tel { margin-bottom: 30px; }
#p05box01 .num_box-list .num_box.num_box_tel .title::before { background: url("../img/p05/icon_tel.svg") no-repeat center; background-size: contain; top: 8px; }
#p05box01 .num_box-list .num_box.num_box_fax .title::before { background: url("../img/p05/icon_fax.svg") no-repeat center; background-size: contain; top: 6px; }
#p05box01 .form_wrap { text-align: center; margin-top: 30px; }
#p05box01 .form_wrap .form_wrap_in { padding: 60px 20px 30px; box-sizing: border-box; background: #FFFFFF; }
#p05box01 .form_wrap .title { display: inline-block; padding-left: 28px; box-sizing: border-box; font-size: 22px; position: relative; margin-bottom: 20px; }
#p05box01 .form_wrap .title::before { content: ""; display: block; width: 22px; height: 17px; background: url("../img/p05/icon_mail.svg") no-repeat center; background-size: contain; position: absolute; top: 10px; left: 0; }
#p05box01 .form_wrap .text-list { text-align: left; }
#p05box01 .form_wrap .text-list li { line-height: 1.5; padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
#p05box01 .form_wrap .text-list li:last-child { margin-bottom: 0; }
#p05box01 .form_wrap .form_box { text-align: left; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 20px 40px; box-sizing: border-box; background: #FFFFFF; }
ul.contact-state > li { display: table; width: 33%; height: 40px; position: relative; }
ul.contact-state > li:last-child { width: calc(32% - 5px); }
ul.contact-state > li > span { display: table-cell; text-align: center; vertical-align: middle; background: #BCBCBC; font-size: 16px; font-weight: 700; color: #FFFFFF; }
ul.contact-state > li.state01 { clip-path: polygon(0 0, calc(100% - 5px) 0%, 100% 50%, calc(100% - 5px) 100%, 0 100%, 0% 50%); }
ul.contact-state > li.state01 > span { background: #0B446F; }
ul.contact-state li.state02 { clip-path: polygon(0 0, calc(100% - 5px) 0%, 100% 50%, calc(100% - 5px) 100%, 0 100%, 0% 50%); }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 > span { background: #0B446F; }

.state-text { display: none; text-align: center; color: #A2332C; font-weight: 700; font-size: 16px; background: #FFFFFF; padding-bottom: 40px; }

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }
.wpcf7-form.custom-wpcf7c-confirmed ul.contact-state { padding-bottom: 20px; }

.contactTBL { /*お問い合わせ項目*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL ::placeholder { color: #989898; }
.contactTBL .contactTBL_in { padding: 0 20px 60px; box-sizing: border-box; background: #FFFFFF; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { margin-bottom: 15px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; line-height: 22px; font-weight: 700; padding: 0 6px; box-sizing: border-box; margin-right: 8px; }
.contactTBL th .hissu { background: #A2332C; color: #FFFFFF; }
.contactTBL th .ninni { background: #E6E6E6; }
.contactTBL td { margin-bottom: 40px; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 40px; padding: 7px 10px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #E5E5E5; border-radius: 0; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #1C1C1C; cursor: pointer; }
.contactTBL input.wpcf7-text.your-name, .contactTBL input.wpcf7-text.kana, .contactTBL input.wpcf7-text.tel01 { max-width: 200px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 220px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { padding: 7px 30px 7px 10px; background: url("../img/p05/select_arrow.svg") no-repeat center right 10px, #FFFFFF; background-size: 12px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #1C1C1C; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin: 16px 0 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="radio"] { width: 16px; height: 16px; background: #FFFFFF; border: 1px solid #E5E5E5; margin-right: 8px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .text-list { margin-top: 10px; }
.contactTBL .text-list li { padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
.contactTBL .text-list li:last-child { margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: block; content: "※ファイルが選択されていません"; font-size: 15px; color: #1C1C1C; margin-top: 4px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; height: 40px; padding: 10px 15px; box-sizing: border-box; background: #1C1C1C; border: 0; border-radius: 0; font-size: 14px; font-weight: 400; line-height: 20px; color: #FFFFFF; transition: 0.3s; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-box td { margin-bottom: 0; }
.contactTBL .doui-box .doui-text { font-weight: 400; margin-top: 8px; }
.contactTBL .doui-box .doui-text a { color: #0B446F; text-decoration: underline; }
.contactTBL .doui-box .doui-text a:hover { opacity: 0.7; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; font-weight: 700; cursor: pointer; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 5px; background: #FFFFFF; border: 1px solid #E5E5E5; border-radius: 100%; cursor: pointer; }
.contactTBL .contact-submit.flex { display: block; margin-top: 40px; }
.contactTBL .contact-submit.flex .btn01 { max-width: 100%; margin-top: 0; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; white-space: normal; border-radius: 50px; background: #A2332C; border: 1px solid #A2332C; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 1.6; color: #FFFFFF; font-weight: 700; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control:hover { text-decoration: none; }
.contactTBL .contact-submit.flex .btn01:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn01.back { margin-top: 20px !important; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { background: #FFFFFF; color: #A2332C; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 185px; margin-top: -185px; }

.wpcf7c-conf { background-color: #D4D4D4 !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; }

.wpcf7 .ajax-loader { display: none !important; }

.wpcf7-spinner { display: none !important; }

/*Thanks・404
=========================================== */
#other { padding: 60px 5%; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }
#other .btn01 { margin-top: 40px; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 60px 5%; }

h2.pp-title01 { font-size: 24px; border-bottom: solid 2px; margin-bottom: 30px; padding-bottom: 10px; }

h3.pp-title02 { font-size: 20px; position: relative; margin: 20px 0; padding-left: 10px; }
h3.pp-title02::before { content: ""; width: 2px; height: 65%; background: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 374px) { .navs-list > ul.navs-list01 { margin-right: 14.4vw; }
  .wp-pagenavi > span, .wp-pagenavi > a { width: 10.67vw; height: 10.67vw; margin: 0 0.53vw; line-height: 10.67vw; }
  .wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { width: 2.13vw; height: 2.93vw; }
  .wp-pagenavi a.first::before, .wp-pagenavi a.last::before { width: 3.2vw; height: 2.93vw; }
  .post-navigation ul > li.blog-back a { margin: 0 2.67vw; }
  #p05box01 .nayami_box h2 { font-size: 8vw; } }
@media screen and (min-width: 0px) and (max-width: 345px) { .tel_box .tel .num { font-size: 38px; }
  #p03box01 #p03box_in .cnt .text_box h2 span { font-size: 26px; }
  #p05box01 .num_box-list .num_box .title { font-size: 20px; }
  #p05box01 .num_box-list .num_box .fax_box .fax-num em { font-size: 38px; }
  #p05box01 .form_wrap .title { font-size: 20px; } }
/*safari用
=========================================== */
