@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-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-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 { /*NotoSansJPエクストラボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-ExtraBold.ttf"); src: url("../fonts/font/NotoSansJP-ExtraBold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-ExtraBold.woff") format("woff"), url("../fonts/font/NotoSansJP-ExtraBold.ttf") format("truetype"); font-weight: 800; }
@font-face { /*Interミディアム*/
font-family: "Inter"; src: url("../fonts/font/Inter-Medium.ttf"); src: url("../fonts/font/Inter-Medium.woff2") format("woff2"), url("../fonts/font/Inter-Medium.woff") format("woff"), url("../fonts/font/Inter-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*Interボールド*/
font-family: "Inter"; src: url("../fonts/font/Inter-Bold.ttf"); src: url("../fonts/font/Inter-Bold.woff2") format("woff2"), url("../fonts/font/Inter-Bold.woff") format("woff"), url("../fonts/font/Inter-Bold.ttf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

a:hover, a:active { color: #000000; text-decoration: none; }

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: #000000; background: #FFFFFF; font-size: 16px; line-height: 1.5; font-family: YakuHanJP,'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: 340px; height: 56px; margin: 40px auto 0; }

.btn01 a { display: block; width: 100%; height: 100%; padding: 16px 70px 16px 40px; background: #D6141C; box-sizing: border-box; border-radius: 100px; position: relative; }

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

.btn01 a .icon { display: block; width: 56px; height: 56px; border-radius: 100px; background: #D6141C; border: 1px solid #FFFFFF; box-sizing: border-box; position: absolute; top: 0; right: 0; z-index: 1; }

.btn01 a .icon::before { content: ""; display: block; width: 15px; height: 15px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.btn01 a:hover { text-decoration: none; }

.btn01.shiro a { background: #FFFFFF; }

.btn01.shiro a .btn-text { color: #000000; }

.btn01.btn_contact a .icon::before { width: 15px; height: 12px; background: url("../img/common/icon_mail.svg") no-repeat center; background-size: contain; }

.btn02 { display: inline-block; }

.btn02 a { display: inline-flex; align-items: center; }

.btn02 a .btn-text { font-size: 14px; font-weight: 500; line-height: 1.43; }

.btn02 a .arrow { display: inline-block; width: 16px; height: 16px; border-radius: 50%; background-color: #D6141C; box-sizing: border-box; margin-left: 2px; position: relative; transition: 0.3s; }

.btn02 a .arrow::before { content: ""; display: block; width: 7px; height: 7px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.btn02 a:hover { text-decoration: none; }

.title01 { margin-bottom: 40px; }

.title01 .en { display: inline-block; font-family: "Inter"; font-size: 16px; color: #142FC6; line-height: 1.25; padding-left: 26px; box-sizing: border-box; position: relative; margin-bottom: 10px; text-transform: capitalize; }

.title01 .en::before { content: ""; display: block; width: 16px; height: 6px; background: url("../img/common/icon_title01.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.title01 .ja { display: block; font-size: 36px; line-height: 1.45; }

.title01.shiro .en { color: #FFFFFF; }

.title01.shiro .en::before { background: url("../img/common/icon_title01_shiro.png") no-repeat center; background-size: contain; }

.title02 { padding-left: 30px; box-sizing: border-box; font-size: 30px; line-height: 1.44; font-weight: 700; position: relative; margin-bottom: 30px; }

.title02::before { content: ""; display: block; width: 16px; height: 6px; background: url("../img/common/icon_title01.png") no-repeat center; background-size: contain; position: absolute; top: 21px; left: 0; }

.tel_box { text-align: center; }

.tel_box .tel .num { font-size: 26px; line-height: 1.2; padding-left: 20px; box-sizing: border-box; position: relative; }

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

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

.fax_box { text-align: center; }

.fax_box .fax { font-weight: 500; }

.fax_box .fax .midashi { font-size: 12px; line-height: 20px; }

.fax_box .fax .num { font-size: 16px; line-height: 20px; }

.fax_box .fax-text { font-size: 11px; line-height: 1.45; }

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

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

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

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

.medium { font-weight: 500; }

.bold { font-weight: 700; }

.exBold { font-weight: 800; }

.common_text { line-height: 2; }

.common_text16 { line-height: 1.625; }

.text_uppercase { text-transform: uppercase; }

.text_capitalize { text-transform: capitalize; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.inter { font-family: "Inter"; }

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

.ao { color: #142FC6; }

.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: 60px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; }

.fixed #header { background: #FFFFFF; }

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

#header .header_inner .logo_box { width: 135px; height: 100%; background: #142FC6; border-bottom-right-radius: 10px; position: relative; z-index: 100; }

#header .header_inner .logo { width: 94px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

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

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

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

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

/* CTA */
#fixed-box-sp { width: 100%; height: 50px; position: fixed; bottom: -100%; left: 0; z-index: 10; transition: 0.3s; }

.fixed #fixed-box-sp { bottom: 0; }

#fixed-box-sp a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 10px; box-sizing: border-box; background: #D6141C; }

#fixed-box-sp a .btn-text { padding-left: 30px; box-sizing: border-box; font-weight: 700; color: #FFFFFF; text-align: center; position: relative; }

#fixed-box-sp a .btn-text::before { content: ""; display: block; width: 22px; height: 17px; background: url("../img/common/icon_mail.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

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

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

.sp-nav-btn .sp-nav-btn_in > span { width: 100%; height: 2px; background: #FFFFFF; border-radius: 2px; 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 .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: #fff; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 100px 5% 40px; box-sizing: border-box; }

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

.sp-nav-list .navs-list > ul { padding: 0 20px; box-sizing: border-box; }

.sp-nav-list .navs-list > ul > li { padding: 16px 20px; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }

.sp-nav-list .navs-list > ul > li:first-child { padding-top: 0; }

.sp-nav-list .navs-list > ul > li > a, .sp-nav-list .navs-list ul li .nav-midashi { display: block; font-size: 22px; font-weight: 500; line-height: 1.45; transition: 0.3s; }

.sp-nav-list .navs-list ul li .nav-midashi { padding-right: 40px; position: relative; }

.sp-nav-list .navs-list ul li .nav-midashi::after { content: ""; display: block; width: 17px; height: 9px; background: url("../img/common/spnav_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: 0.3s; }

.sp-nav-list .navs-list ul li .nav-midashi.on { color: #142FC6; }

.sp-nav-list .navs-list ul li .nav-midashi.on::after { transform: translateY(-50%) rotate(180deg); }

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

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

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

.sp-nav-list .navs-list ul li .sp-nav li a { padding-left: 62px; box-sizing: border-box; font-size: 15px; line-height: 21px; position: relative; }

.sp-nav-list .navs-list ul li .sp-nav li a::before { content: ""; display: block; width: 50px; height: 20px; background: url("../img/common/spnav_arrow02.svg") no-repeat center, #F1F2FB; background-size: 13px; border-radius: 22px; position: absolute; top: 1px; left: 0; }

.sp-nav-list .navs-list .btn_contact { height: 100px; }

.sp-nav-list .navs-list .btn_contact a { padding: 20px 110px 20px 50px; }

.sp-nav-list .navs-list .btn_contact a .btn-text { font-size: 20px; line-height: 1.45; }

.sp-nav-list .navs-list .btn_contact a .icon { width: 100px; height: 100px; }

.sp-nav-list .navs-list .btn_contact a .icon::before { width: 26px; height: 20px; }

.sp-nav-list .navs-list .info_box { width: 100%; max-width: 340px; text-align: right; margin: 30px auto 0; }

.sp-nav-list .navs-list .info_box .tel_box { display: inline-block; text-align: right; }

.sp-nav-list .navs-list .info_box .tel_box .tel .num { font-size: 36px; padding-left: 30px; }

.sp-nav-list .navs-list .info_box .tel_box .tel .num::before { width: 23px; height: 33px; top: 9px; }

.sp-nav-list .navs-list .info_box .tel_box .tel-text { font-size: 12px; line-height: 1.33; margin-right: 13px; }

.sp-nav-list .navs-list .info_box .fax_box { display: inline-block; text-align: right; margin: 20px 13px 0 0; }

.sp-nav-list .navs-list .info_box .fax_box .fax .midashi { font-size: 14px; }

.sp-nav-list .navs-list .info_box .fax_box .fax .num { font-size: 18px; }

/* main */
/*-------------------------------------------*/
#main.home_main { width: 100%; position: relative; z-index: 1; padding: 110px 0 100px; }

#main.home_main::before { content: ""; display: block; width: 100%; height: 1368px; background: url("../img/main/main_bg_sp.jpg") no-repeat center bottom; background-size: cover; position: absolute; top: 0; left: 0; z-index: -1; }

#main.home_main .wrap { padding: 0 5%; box-sizing: border-box; }

#main.home_main .main_img { width: 100%; height: 235px; background: url("../img/main/main_img.png") repeat-x center; background-size: cover; animation: mainBgMove01 80s linear infinite; }

@keyframes mainBgMove01 { 0% { background-position: 0 0; }
  100% { background-position: -1940px 0; } }
#main.home_main .main_box { display: block; margin-top: -21px; position: relative; z-index: 1; }

#main.home_main .main_box .left { max-width: 340px; margin: 0 auto; }

#main.home_main .main_box .left .check-list { margin-bottom: 27px; }

#main.home_main .main_box .left .check-list li { padding: 3px 20px 4px 22px; box-sizing: border-box; background: #2A2F4E; border-radius: 5px; font-size: 14px; line-height: 25px; margin: 0 8px 0 9px; position: relative; }

#main.home_main .main_box .left .check-list li em { font-size: 17px; }

#main.home_main .main_box .left .check-list li .check { display: inline-block; width: 18px; height: 17px; background: url("../img/main/icon_check.svg") no-repeat center, #FFF000; background-size: 8px; border-radius: 50%; position: absolute; top: 50%; left: -9px; transform: translateY(-50%); }

#main.home_main .main_box .left .check-list li:last-child { margin-right: 0; }

#main.home_main .main_box .left .main_title { font-size: 38px; color: #2A2F4E; line-height: 1.43; }

#main.home_main .main_box .left .main_title .big { font-size: 48px; background-image: radial-gradient(circle at center, #142FC6 20%, transparent 20%); background-position: top right; background-repeat: repeat-x; background-size: 1em 0.3em; padding-top: .1em; }

#main.home_main .main_box .left .main_title em { display: block; font-size: 48px; line-height: 1.56; margin-top: 10px; }

#main.home_main .main_box .left .main_title em span { display: inline-block; position: relative; }

#main.home_main .main_box .left .main_title em span::before { content: ""; display: block; width: calc(100% - 4px); height: 2px; background: #142FC6; border-radius: 4px; position: absolute; bottom: 2px; left: 2px; }

#main.home_main .main_box .right { margin-top: 66px; }

#main.home_main .main_box .right .main-list .list_in00 { width: calc(50% - 4px); padding: 38px 13px 17px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.01); position: relative; margin: 27px 8px 0 0; }

#main.home_main .main_box .right .main-list .list_in00:nth-child(-n+2) { margin-top: 0; padding-bottom: 19px; }

#main.home_main .main_box .right .main-list .list_in00:nth-child(2n) { margin-right: 0; }

#main.home_main .main_box .right .main-list .list_in00 .icon { width: 73px; height: 73px; background: #142FC6; border-radius: 50%; position: absolute; top: -36px; left: 50%; transform: translateX(-50%); z-index: 1; }

#main.home_main .main_box .right .main-list .list_in00 .icon img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#main.home_main .main_box .right .main-list .list_in00 p { font-size: 11px; font-weight: 500; line-height: 1.35; }

#main.home_main .main_box .right .main-list .list_in00 p em { display: block; font-size: 16px; font-weight: 700; }

#main.home_main .main_box .right .main-list .list_in01 .icon img { width: 36px; }

#main.home_main .main_box .right .main-list .list_in02 .icon img { width: 43px; }

#main.home_main .main_box .right .main-list .list_in03 .icon img { width: 47px; }

#main.home_main .main_box .right .main-list .list_in03 p { font-size: 16px; font-weight: 700; }

#main.home_main .main_box .right .main-list .list_in04 .icon img { width: 39px; }

#main.home_main .main_bottom_box { margin-top: 40px; }

#main.home_main .main_bottom_box .news_box { display: block; position: relative; }

#main.home_main .main_bottom_box .news_box h3 { width: 100px; padding: 5px 0; background: #142FC6; border-radius: 10px; line-height: 20px; text-align: center; margin-bottom: 10px; }

#main.home_main .main_bottom_box .news_box .top-blog01 a { display: block; width: 100%; }

#main.home_main .main_bottom_box .news_box .top-blog01 a .time { line-height: 20px; color: #142FC6; }

#main.home_main .main_bottom_box .news_box .top-blog01 a .title { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: 0.3s; }

#main.home_main .main_bottom_box .news_box .btn02 { position: absolute; top: 5px; right: 0; }

#main.home_main .main_bottom_box .btn01.btn_contact { display: none; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; padding: 0 5%; box-sizing: border-box; background: url("../img/main/kasou_bg_sp.jpg") no-repeat center top; background-size: cover; }

#main.kasou .wrap { height: 100%; padding: 100px 0 25px; box-sizing: border-box; }

#main.kasou .title01 { margin-bottom: 0; }

/*パンくず*/
div#bread { width: 100%; margin-top: 30px; }

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

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

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

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

ul.bread-list li::after { content: "-"; margin: 0 12px; }

ul.bread-list li:last-child { color: #142FC6; }

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

input[type="date"]::-webkit-date-and-time-value, input[type="time"]::-webkit-date-and-time-value { text-align: left; }

/*ライトボックス設定*/
#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 { background: #142FC6; padding: 100px 5%; position: relative; z-index: 1; }

#contact-sec::before { content: ""; display: block; width: calc(100% + 43px); height: 534px; background: url("../img/common/contact_bg_sp.png") no-repeat top left; position: absolute; bottom: 0; left: -43px; z-index: -1; }

#contact-sec .title01 { margin-bottom: 20px; }

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

#contact-sec .cnt .left .check-list { width: calc(100% + 10px); margin-bottom: 30px; }

#contact-sec .cnt .left .check-list li { min-width: 120px; padding: 9px 24px 9px 30px; box-sizing: border-box; border: 1px solid #FFFFFF; border-radius: 5px; margin: 10px 10px 0 13px; position: relative; }

#contact-sec .cnt .left .check-list li .check { display: inline-block; width: 26px; height: 26px; background: url("../img/common/icon_check.svg") no-repeat center, #FFF000; background-size: 13px; border-radius: 50%; position: absolute; top: 50%; left: -13px; transform: translateY(-50%); }

#contact-sec .cnt .right .btn_contact { height: 100px; }

#contact-sec .cnt .right .btn_contact a { padding: 20px 110px 20px 50px; }

#contact-sec .cnt .right .btn_contact a .btn-text { font-size: 20px; line-height: 1.45; }

#contact-sec .cnt .right .btn_contact a .icon { width: 100px; height: 100px; }

#contact-sec .cnt .right .btn_contact a .icon::before { width: 26px; height: 20px; }

#contact-sec .cnt .right > div.flex { display: block; width: 100%; max-width: 340px; text-align: right; margin: 30px auto 0; }

#contact-sec .cnt .right > div.flex .tel_box { display: inline-block; text-align: right; color: #FFFFFF; }

#contact-sec .cnt .right > div.flex .tel_box .tel .num { font-size: 36px; padding-left: 30px; color: #FFFFFF; }

#contact-sec .cnt .right > div.flex .tel_box .tel .num::before { width: 23px; height: 33px; top: 9px; }

#contact-sec .cnt .right > div.flex .tel_box .tel-text { font-size: 12px; line-height: 1.33; margin-right: 13px; }

#contact-sec .cnt .right > div.flex .fax_box { display: inline-block; text-align: right; margin: 20px 13px 0 0; color: #FFFFFF; }

#contact-sec .cnt .right > div.flex .fax_box .fax .midashi { font-size: 14px; }

#contact-sec .cnt .right > div.flex .fax_box .fax .num { font-size: 18px; }

#recruit-sec { display: none; padding: 100px 5%; background: #F2F3FC; }

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

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

#recruit-sec .cnt .text_box .midashi { font-size: 30px; line-height: 1.53; margin-bottom: 20px; }

#recruit-sec .cnt .text_box .point { display: inline-block; padding: 6px 30px; box-sizing: border-box; background: #DCDFF7; border-radius: 100px; margin-bottom: 20px; }

#map-sec { display: none; width: 100%; height: 424px; position: relative; }

#map-sec iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#footer { padding: 65px 5% 90px; }

#footer .footer_box { display: block; margin-bottom: 40px; }

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

#footer .footer_box .left .logo { display: inline-block; width: 160px; margin-bottom: 20px; }

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

#footer .footer_box .left .logo-text02 { font-size: 11px; line-height: 1.45; margin-top: 20px; }

#footer .footer_box .left ul.flex { justify-content: center; flex-wrap: nowrap; white-space: nowrap; }

#footer .footer_box .left ul.flex li { font-size: 13px; line-height: 1.46; font-weight: 500; padding: 1px 11px 2px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin: 10px 6px 0 0; }

#footer .footer_box .left ul.flex li:last-child { margin-right: 0; }

#footer .navs-list { max-width: 340px; justify-content: center; margin: 0 auto 40px; }

.navs-list > ul.navs-list00:last-child { margin-left: 53px; }

.navs-list > ul.navs-list00 > li { margin-bottom: 30px; font-size: 15px; line-height: 1.4; font-weight: 500; color: #1A1A1A; }

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

.navs-list > ul.navs-list00 > li a { color: #1A1A1A; }

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

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

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

.navs-list > ul.navs-list00 > li .sp-nav li a { display: block; padding-left: 17px; box-sizing: border-box; position: relative; font-size: 14px; line-height: 1.43; color: #333333; }

.navs-list > ul.navs-list00 > li .sp-nav li a::before { content: ""; display: block; width: 14px; height: 20px; background: url("../img/common/spnav01.svg") no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; }

#footer .footer_box .right { padding: 40px 20px 50px; box-sizing: border-box; background: #FFF2F2; border-radius: 10px; }

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

#footer .footer_box .right .fax_box .fax-text { display: none; }

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

#footer .footer_box .right .btn01 a { padding-left: 20px; padding-right: 60px; }

#footer .footer_box .right .btn01 a .btn-text { font-size: 15px; }

#footer .bottom_box { display: block; padding-top: 30px; border-top: 1px solid #EEEEEE; }

#footer .bottom_box .link_list { justify-content: center; }

#footer .bottom_box .link_list li { font-size: 12px; line-height: 1.42; margin-right: 30px; }

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

#footer .bottom_box .copyright { font-size: 12px; line-height: 1.42; margin-top: 30px; text-align: center; }

/*parts
=========================================== */
.slider01 { margin-bottom: 86px !important; }
.slider01 .slick-prev, .slider01 .slick-next { width: 56px; height: 56px; background: #EEEEEE; border-radius: 50%; box-sizing: border-box; top: auto; bottom: -86px; transform: translateY(0); transition: 0.3s; z-index: 1; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 15px; height: 15px; opacity: 1; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: #FFE3E4; }
.slider01 .slick-prev:hover:before, .slider01 .slick-prev:focus:before, .slider01 .slick-next:hover:before, .slider01 .slick-next:focus:before { filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(4718%) hue-rotate(352deg) brightness(87%) contrast(95%); }
.slider01 .slick-prev { left: 50%; transform: translateX(-60px); }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { left: auto; right: 50%; transform: translateX(60px); }

.info_cate_box { align-items: flex-start; }
.info_cate_box .time { font-size: 14px; font-weight: 500; margin: 5px 0 11px; }
.info_cate_box .cate-list { width: auto; }
.info_cate_box .cate-list li { font-size: 14px; line-height: 1.43; font-weight: 500; padding: 3px 19px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-bottom: 5px; margin-right: 8px; }
.info_cate_box .cate-list li:last-child { margin-right: 0; }

.works01 a { display: block; width: 100%; padding: 20px 20px 40px; box-sizing: border-box; background: #EEF3FF; border-radius: 10px; position: relative; }
.works01 a .img { width: 100%; aspect-ratio: 64 / 41; border-radius: 6px; overflow: hidden; position: relative; margin-bottom: 30px; }
.works01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.works01 a h3.title { font-weight: 400; line-height: 1.625; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 20px; }
.works01 a .info_cate_box { justify-content: space-between; }
.works01 a .info-list { margin-top: 30px; }
.works01 a .info-list li { padding: 12px 10px; box-sizing: border-box; justify-content: space-between; align-items: flex-start; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; color: #232323; }
.works01 a .info-list li:first-child { padding-top: 0; }
.works01 a .info-list li .midashi { display: block; width: 68px; font-weight: 700; }
.works01 a .info-list li .text { display: block; width: calc(100% - 68px); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

.news01 a { display: block; width: 100%; padding: 20px 20px 30px; box-sizing: border-box; background: #EEF3FF; border-radius: 10px; position: relative; }
.news01 a .img { width: 100%; aspect-ratio: 14 / 9; border-radius: 6px; overflow: hidden; position: relative; margin-bottom: 30px; }
.news01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.news01 a h3.title { font-weight: 400; line-height: 1.625; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 16px; }
.news01 a .info_cate_box { justify-content: space-between; }

.news02 a { display: block; width: 100%; }
.news02 a h3.title { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; transition: 0.3s; }
.news02 a .info_cate_box { justify-content: space-between; }

.wrap.twin div#two-side { margin-top: 60px; }
.wrap.twin div#two-side .side_box { background: #FFFFFF; padding: 30px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 10px; margin-bottom: 20px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .title02 { padding-left: 18px; font-size: 18px; margin-bottom: 18px; }
.wrap.twin div#two-side .side_box .title02::before { width: 10px; height: 4px; top: 12px; }
.wrap.twin div#two-side .side_box .side-link > li { margin-bottom: 10px; }
.wrap.twin div#two-side .side_box .side-link > li:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding: 10px 40px 10px 20px; box-sizing: border-box; background: #F2F3FC; border-radius: 100px; font-weight: 14px; line-height: 1.43; font-weight: 500; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li > a .arrow { display: inline-block; width: 20px; height: 20px; border-radius: 50%; background-color: #D6141C; box-sizing: border-box; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); transition: 0.3s; }
.wrap.twin div#two-side .side_box .side-link > li > a .arrow::before { content: ""; display: block; width: 8px; height: 8px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { color: #D6141C; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 50px; box-sizing: border-box; padding: 13px 40px 13px 30px; font-size: 16px; line-height: 1.5; font-weight: 500; border: 1px solid #EEEEEE; font-family: 'NotoSansJP'; background: url("../img/common/select_arrow.svg") no-repeat center right 21px, #F6F6F6; background-size: 14px; border-radius: 100px; -webkit-appearance: none; appearance: none; cursor: pointer; color: #000000 !important; }
.wrap.twin div#two-side .side_box .side-inner select option { color: #000000 !important; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 34px; height: 34px; background: #EEEEEE; border-radius: 50%; box-sizing: border-box; margin: 0 3px; text-decoration: none; font-family: "Inter"; font-size: 12px; font-weight: 500; color: #AAAAAA; line-height: 34px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 40px; }
.wp-pagenavi span.current { background: #FFE3E4; color: #D6141C; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; margin: 0; border: 0; background: transparent; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; background: #FFE3E4; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; width: 12px; height: 13px; 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::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; background: #D6141C; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 11px; height: 11px; 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 { margin-left: 0; }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.last { margin-right: 0; }

.post-navigation { max-width: 340px; margin: 60px auto 0; }

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

.post-navigation ul > li a { display: block; width: 34px; height: 34px; padding: 0; box-sizing: border-box; background: #FFE3E4; border-radius: 50%; position: relative; color: transparent; }
.post-navigation ul > li a::before { content: ""; display: block; width: 8px; height: 9px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.post-navigation ul > li.prev a::before { transform: translate(-50%, -50%) scale(-1, 1); }

.post-navigation ul > li.blog-back { width: 220px; height: 56px; margin: 0; }
.post-navigation ul > li.blog-back a { width: 100%; height: 100%; background: #D6141C; border-radius: 100px; font-size: 16px; font-weight: 700; color: #FFFFFF; padding: 16px 50px 16px 86px; }
.post-navigation ul > li.blog-back a::before { display: none; }
.post-navigation ul > li.blog-back a .btn-text { font-size: 16px; line-height: 1.5; }
.post-navigation ul > li.blog-back a .icon { right: auto; left: 0; transform: scale(-1, 1); }

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

/*TOPページ　p01
=========================================== */
#works-sec { padding: 50px 5% 100px; }
#works-sec .title01 { margin-bottom: 30px; }
#works-sec #works-slider { margin-top: 40px; margin-bottom: 126px !important; }
#works-sec #works-slider .slick-list { overflow: visible; }
#works-sec #works-slider .slick-track { display: flex; }
#works-sec #works-slider .works01 { height: auto; margin-right: 20px; }
#works-sec #works-slider .works01 a { height: 100%; }

#scope-sec { padding: 100px 5% 234px; background: #F2F3FC; }
#scope-sec .title01 { margin-bottom: 58px; }
#scope-sec .scope-list { display: block; }
#scope-sec .scope-list .scope00 { padding: 36px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; color: #232323; position: relative; margin-bottom: 37px; }
#scope-sec .scope-list .scope00:last-child { margin-bottom: 0; }
#scope-sec .scope-list .scope00 h3 { display: inline-block; padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; font-size: 18px; line-height: 1.44; white-space: nowrap; position: absolute; top: -18px; left: 50%; transform: translateX(-50%); z-index: 1; }
#scope-sec .scope-list .scope00 .sub_text { font-size: 14px; line-height: 1.6; padding-left: 1em; text-indent: -1em; margin-top: 20px; }
#scope-sec .scope-list .scope01 .size-table tr { background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#scope-sec .scope-list .scope01 .size-table tr:first-child { padding-top: 0; }
#scope-sec .scope-list .scope01 .size-table tr th, #scope-sec .scope-list .scope01 .size-table tr td { padding: 12px 0; box-sizing: border-box; }
#scope-sec .scope-list .scope01 .size-table tr th { width: 90px; padding-left: 10px; }
#scope-sec .scope-list .scope02 { text-align: center; }
#scope-sec .scope-list .scope02 p.point { display: inline-block; font-size: 24px; line-height: 1.46; border-bottom: 1px solid #142FC6; }
#scope-sec .scope-list .scope02 .sub_text { text-align: left; }
#scope-sec .scope-list .scope03 h4 { font-size: 18px; line-height: 1.44; margin-bottom: 10px; }
#scope-sec .scope-list .scope03 .list { padding-bottom: 20px; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#scope-sec .scope-list .scope04 .cnt { display: block; }
#scope-sec .scope-list .scope04 .cnt .text_box { text-align: center; margin-bottom: 26px; }
#scope-sec .scope-list .scope04 .cnt .text_box p { font-size: 18px; }
#scope-sec .scope-list .scope04 .cnt .text_box p.big { display: inline-block; font-size: 24px; line-height: 1.45; border-bottom: 1px solid #142FC6; }
#scope-sec .scope-list .scope04 .cnt .text_box p.big em { font-size: 36px; }
#scope-sec .scope-list .scope04 .cnt .img_box { max-width: 200px; width: 100%; margin: 0 auto; }
#scope-sec .scope-list .scope04 .text01 { margin-top: 20px; }
#scope-sec .scope-list .scope05 { padding-top: 26px; padding-right: 10px; }
#scope-sec .scope-list .scope05 .product-list li { font-size: 14px; line-height: 1.43; font-weight: 500; padding: 3px 19px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin: 10px 10px 0 0; }
#scope-sec .scope-list .scope06 .industry-list li { padding-left: 12px; box-sizing: border-box; position: relative; margin-bottom: 10px; }
#scope-sec .scope-list .scope06 .industry-list li::before { content: ""; display: block; width: 6px; height: 6px; background: #142FC6; border-radius: 50%; position: absolute; top: 10px; left: 0; }
#scope-sec .point-text { font-size: 20px; line-height: 1.675; margin-top: 40px; text-align: left; }
#scope-sec .point-text em { display: inline; background: linear-gradient(to bottom, transparent calc(100% - 3px), #142FC6 calc(100% - 3px), #142FC6 calc(100% - 2px), transparent calc(100% - 2px)); background-repeat: repeat-x; background-size: 100% 30px; background-position: 0 0; }

#scope-sec + #bg-img01 { width: 100%; height: 265px; background: url("../img/top/img02.png") repeat-x center; background-size: cover; animation: BgMove01 80s linear infinite; margin-top: -154px; position: relative; z-index: 1; }

@keyframes BgMove01 { 0% { background-position: 0 0; }
  100% { background-position: -2205px 0; } }
#news-sec { padding: 100px 5%; }
#news-sec .cnt { display: block; }
#news-sec .cnt .title01 { margin-bottom: 30px; }
#news-sec .cnt .news-list .news02 { padding: 20px 0; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#news-sec .cnt .news-list .news02:first-child { background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px), repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left top, left bottom; background-repeat: repeat-x, repeat-x; background-size: 100% 1px, 100% 1px; }

.home #recruit-sec { display: block !important; }
.home #map-sec { display: block !important; }

#topbox01 { padding: 134px 0 48px; position: relative; z-index: 1; overflow: hidden; }
#topbox01::before { content: ""; display: block; width: 100%; height: 134px; background: url("../img/top/bg01_sp.png") no-repeat top left; background-size: cover; position: absolute; top: 0; left: 0; }
#topbox01 .wrap { padding: 0 5% 88px; box-sizing: border-box; background: #142FC6; position: relative; z-index: 1; }
#topbox01 .wrap::after { content: ""; display: block; width: 817px; height: 811px; background: url("../img/top/bg01_sub_sp.png") no-repeat center; background-size: contain; position: absolute; bottom: 5px; left: -163px; z-index: -1; }
#topbox01 .cnt { display: block; }
#topbox01 .cnt .text_box { margin-bottom: 40px; }
#topbox01 .cnt .text_box .title01 { margin-bottom: 30px; }
#topbox01 .cnt .text_box .text p { margin-bottom: 30px; }
#topbox01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#topbox01 .cnt .img_box { width: 100%; height: 290px; position: relative; }
#topbox01 .cnt .img_box img { width: 100%; max-width: 320px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

#topbox02 { padding: 100px 5%; }
#topbox02 .reason-list { display: block; }
#topbox02 .reason-list .reason01 { background: #EEF3FF; border-radius: 10px; position: relative; margin-bottom: 30px; }
#topbox02 .reason-list .reason01:last-child { margin-bottom: 0; }
#topbox02 .reason-list .reason01 .num { width: 60px; height: 60px; background: #142FC6; border-radius: 50%; padding-top: 20px; box-sizing: border-box; font-size: 18px; line-height: 21px; position: absolute; top: -10px; left: -10px; z-index: 1; }
#topbox02 .reason-list .reason01 .img { width: 100%; aspect-ratio: 84 / 65; border-radius: 10px 10px 0 0; overflow: hidden; }
#topbox02 .reason-list .reason01 .text_box { padding: 30px 30px 40px; box-sizing: border-box; }
#topbox02 .reason-list .reason01 .text_box h3 { font-size: 22px; line-height: 1.45; margin-bottom: 10px; }
#topbox02 .reason-list .reason01 .text_box h3 .mini { font-size: 14px; }
#topbox02 .reason-list .reason01 .text_box .text01 { line-height: 1.625; }

#topbox03 { padding: 100px 5%; background: url("../img/top/bg02_sp.jpg") no-repeat center; background-size: cover; }
#topbox03 .title01 { margin-bottom: 30px; }
#topbox03 .tec-list .tec00 { display: block; padding-bottom: 60px; margin-bottom: 60px; background-image: repeating-linear-gradient(90deg, #142fc6, #142fc6 2px, transparent 2px, transparent 10px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 2px; position: relative; }
#topbox03 .tec-list .tec00:last-child { padding-bottom: 0; margin-bottom: 0; background: none; }
#topbox03 .tec-list .tec00 .img_box { margin-bottom: 40px; }
#topbox03 .tec-list .tec00 .text_box .sub { display: inline-block; font-weight: 500; padding: 3px 19px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-bottom: 20px; }
#topbox03 .tec-list .tec00 .text_box h3 { font-size: 30px; line-height: 1.375; margin-bottom: 20px; }
#topbox03 .tec-list .tec00 .text_box .point { display: inline; font-size: 20px; border-bottom: 1px solid #142FC6; position: relative; }
#topbox03 .tec-list .tec00 .text_box .text01 { line-height: 1.625; margin-top: 20px; }

.onestop_img { display: block; margin-top: 60px; }
.onestop_img .box00 { min-height: 200px; padding: 19px 19px 22px; box-sizing: border-box; border-radius: 10px; }
.onestop_img .box00 .midashi { display: inline-block; padding: 4px 20px; box-sizing: border-box; border-radius: 35px; }
.onestop_img .box00 img { display: block; }
.onestop_img .box01 { background: #F6F6F6; border: 1px solid #EEEEEE; margin-bottom: 10px; }
.onestop_img .box01 .midashi { background: #2A2F4E; }
.onestop_img .box01 img { width: 100%; max-width: 390px; margin: -35px auto 0; }
.onestop_img .box02 { background: #F2F3FC; border: 1px solid #142FC6; }
.onestop_img .box02 .midashi { background: #142FC6; }
.onestop_img .box02 img { width: 100%; max-width: 430px; margin: 20px auto 0; }

.onestop_box { display: flex; flex-direction: column-reverse; margin-top: 40px; }
.onestop_box .onestop-list { width: calc(100% + 10px); }
.onestop_box .onestop-list .onestop00 { width: calc(50% - 10px); max-width: 165px; aspect-ratio: 1 / 1; background: #F2F3FC; padding-top: 20px; box-sizing: border-box; border-radius: 50%; text-align: center; position: relative; margin: 10px 10px 0 0; }
.onestop_box .onestop-list .onestop00:nth-child(-n+2) { margin-top: 0; }
.onestop_box .onestop-list .onestop00 .num { display: block; font-size: 12px; line-height: 1.25; }
.onestop_box .onestop-list .onestop01 .num { margin-bottom: 18px; }
.onestop_box .onestop-list .onestop01 img { width: 102px; }
.onestop_box .onestop-list .onestop01 p { margin-top: 14px; }
.onestop_box .onestop-list .onestop02 .num { margin-bottom: 9px; }
.onestop_box .onestop-list .onestop02 img { width: 58px; }
.onestop_box .onestop-list .onestop02 p { margin-top: 4px; }
.onestop_box .onestop-list .onestop03 .num { margin-bottom: 9px; }
.onestop_box .onestop-list .onestop03 img { width: 77px; }
.onestop_box .onestop-list .onestop03 p { margin-top: 6px; }
.onestop_box .onestop-list .onestop04 .num { margin-bottom: 10px; }
.onestop_box .onestop-list .onestop04 img { width: 75px; }
.onestop_box .onestop-list .onestop04 p { margin-top: 4px; }
.onestop_box .onestop-list .onestop05 .num { margin-bottom: 18px; }
.onestop_box .onestop-list .onestop05 img { width: 83px; }
.onestop_box .onestop-list .onestop05 p { margin-top: 10px; }
.onestop_box .onestop-list .onestop06 .num { margin-bottom: 6px; }
.onestop_box .onestop-list .onestop06 img { width: 79px; }
.onestop_box .onestop-list .onestop06 p { margin-top: 5px; }
.onestop_box .onestop-list .onestop07 { background: #142FC6; }
.onestop_box .onestop-list .onestop07 .num { margin-bottom: 5px; }
.onestop_box .onestop-list .onestop07 img { width: 65px; }
.onestop_box .onestop-list .onestop07 p { margin-top: 4px; }
.onestop_box .arrow_box { margin-bottom: 20px; }
.onestop_box .arrow_box .line { display: none; }
.onestop_box .arrow_box .text { display: inline-block; padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; }

#topbox04 { padding: 100px 0 50px; position: relative; z-index: 1; }
#topbox04 .sec-bg { width: 100%; height: 1200px; background: #2A2F4E; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
#topbox04 .sec-bg::after { content: ""; display: block; width: 1006px; height: 941px; background: url("../img/top/bg03_sub_sp.png") no-repeat center; background-size: contain; position: absolute; top: -20px; left: -82px; }
#topbox04 .wrap { padding: 0 5%; box-sizing: border-box; }
#topbox04 .cnt { display: block; }
#topbox04 .cnt .right .point { font-size: 28px; line-height: 1.64; margin-bottom: 30px; }

#topbox05 { padding: 100px 5%; background: #2A2F4E; }
#topbox05 .cnt { display: block; }
#topbox05 .cnt .text_box { margin-bottom: 40px; }
#topbox05 .cnt .text_box .title01 { margin-bottom: 30px; }
#topbox05 .cnt .text_box .title01 .en { text-transform: none; margin-bottom: 20px; }
#topbox05 .cnt .text_box .title01 .ja { font-size: 50px; line-height: 1.2; }
#topbox05 .cnt .movie-list { display: block; }
#topbox05 .cnt .movie-list .movie01 { width: 100%; margin-bottom: 20px; }
#topbox05 .cnt .movie-list .movie01:last-child { margin-bottom: 0; }
#topbox05 .cnt .movie-list .movie01 a { display: block; width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }
#topbox05 .cnt .movie-list .movie01 a img { width: 100%; height: 100%; }

#topbox06 { padding: 60px 5% 80px; }
#topbox06 .btn_box { display: block; }
#topbox06 .btn_box .btn { margin-bottom: 20px; }
#topbox06 .btn_box .btn:last-child { margin-bottom: 0; }
#topbox06 .btn_box .btn a { min-height: 160px; display: flex; align-items: center; padding: 40px; box-sizing: border-box; background: #F2F3FC; border-radius: 10px; position: relative; overflow: hidden; }
#topbox06 .btn_box .btn a .title01 { font-weight: 700; margin-bottom: 0; }
#topbox06 .btn_box .btn a .title01 .en { padding-left: 24px; margin-bottom: 6px; transition: 0.3s; }
#topbox06 .btn_box .btn a .title01 .ja { font-size: 24px; transition: 0.3s; }
#topbox06 .btn_box .btn a .arrow { width: 50px; height: 20px; background: url("../img/top/arrow.svg") no-repeat center, #D6141C; background-size: 13px; border-radius: 22px; position: absolute; bottom: 20px; right: 20px; }

/*選ばれる理由　p02
=========================================== */
.common_content-list .common_content01 { display: block; margin-bottom: 60px; }
.common_content-list .common_content01:last-child { margin-bottom: 0; }
.common_content-list .common_content01 .img_box { max-width: 360px; margin: 0 auto 40px; position: relative; }
.common_content-list .common_content01 .img_box .num { display: block; width: 60px; height: 60px; background: #142FC6; border-radius: 50%; padding-top: 20px; box-sizing: border-box; font-size: 18px; line-height: 21px; position: absolute; top: -10px; left: -10px; z-index: 1; }
.common_content-list .common_content01 .text_box .title { font-size: 30px; font-weight: 700; line-height: 1.35; margin-bottom: 20px; }
.common_content-list .common_content01 .text_box .sub_title { margin-bottom: 30px; }
.common_content-list .common_content01 .text_box .sub_title span { display: inline; font-size: 20px; line-height: 30px; background: linear-gradient(to bottom, transparent calc(100% - 3px), #142FC6 calc(100% - 3px), #142FC6 calc(100% - 2px), transparent calc(100% - 2px)); background-repeat: repeat-x; background-size: 100% 30px; background-position: 0 0; }
.common_content-list .common_content01 .text_box .text p { margin-bottom: 26px; }
.common_content-list .common_content01 .text_box .text p:last-child { margin-bottom: 0; }

#p02box01 { padding-top: 70px; }

/*アルミ製缶板金加工,アルミ溶接加工　p03,p04
=========================================== */
.page-aluminum_sheetmetal #works-sec, .page-aluminum_welding #works-sec { background: #FFFFFF !important; }
.page-aluminum_sheetmetal #scope-sec, .page-aluminum_welding #scope-sec { padding-bottom: 100px; }

.page-aluminum_welding #works-sec { padding-top: 100px; }

section.tecBox01 .title01 { text-align: left; }

section.tecBox02 { background: url("../img/p03/bg01_sp.jpg") no-repeat center top !important; background-size: cover !important; }
section.tecBox02 .sec_bg { display: none; }
section.tecBox02 .title01 { text-align: left; }
section.tecBox02 .check-list { padding-left: 14px; box-sizing: border-box; }
section.tecBox02 .check-list li { padding: 12px 16px 11px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; font-size: 23px; color: #2A2F4E; font-weight: 700; position: relative; margin-bottom: 20px; }
section.tecBox02 .check-list li:last-child { margin-bottom: 0; }
section.tecBox02 .check-list li::before { content: ""; display: block; width: 28px; height: 27px; background: url("../img/p03/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: -14px; transform: translateY(-50%); z-index: 1; }
section.tecBox02 .cnt { display: block; }
section.tecBox02 .cnt .check-list { margin-bottom: 40px; }

section.tecBox03 .strengths-list.common_content-list .strengths01.common_content01 .text_box .sub_box { padding: 32px 30px 30px; box-sizing: border-box; background: #EEF3FF; border-radius: 10px; margin-top: 46px; position: relative; }
section.tecBox03 .strengths-list.common_content-list .strengths01.common_content01 .text_box .sub_box h4 { display: inline-block; padding: 3px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 100px; position: absolute; top: -16px; left: 30px; z-index: 1; }

section#p04box03.tecBox03 .hikaku_box { padding: 36px 19px 19px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; margin-top: 77px; position: relative; }
section#p04box03.tecBox03 .hikaku_box h3 { font-size: 18px; line-height: 1.45; white-space: nowrap; padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; position: absolute; top: -17px; left: 50%; transform: translateX(-50%); z-index: 1; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table { color: #232323; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in { display: block; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in:last-child > div:last-child { margin-bottom: 0; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in > div { padding: 12px 0 20px; box-sizing: border-box; background: #F6F6F6; border-radius: 5px; margin-bottom: 10px; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in > div:nth-child(2n) { background: #EEF3FF; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in > div .midashi { padding: 0 20px 12px; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; font-weight: 700; margin-bottom: 12px; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in > div .text { padding: 0 20px; box-sizing: border-box; }

section.tecBox04 { background: url("../img/p03/bg02_sp.jpg") no-repeat center top !important; background-size: cover !important; }
section.tecBox04 .flow-list { display: block; margin-top: 40px; }
section.tecBox04 .flow-list .flow01 { padding-bottom: 18px; box-sizing: border-box; position: relative; margin-bottom: 20px; z-index: 1; }
section.tecBox04 .flow-list .flow01:last-child { margin-bottom: 0; }
section.tecBox04 .flow-list .flow01:last-child::after { display: none; }
section.tecBox04 .flow-list .flow01::after { content: ""; display: block; width: 20px; height: 26px; background: url("../img/p03/arrow.svg") no-repeat center; background-size: contain; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%) rotate(90deg); z-index: -1; }
section.tecBox04 .flow-list .flow01 .num { width: 100px; padding: 7px 0 6px; box-sizing: border-box; background: #142FC6; border-radius: 10px 0; font-size: 14px; line-height: 17px; text-align: center; position: absolute; top: 0; left: 0; z-index: 1; }
section.tecBox04 .flow-list .flow01 .box_in { display: block; padding: 50px 20px 40px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; }
section.tecBox04 .flow-list .flow01 .box_in .img_box { justify-content: space-between; align-items: center; }
section.tecBox04 .flow-list .flow01 .box_in .img_box img { width: 144px; }
section.tecBox04 .flow-list .flow01 .box_in .img_box h3 { width: calc(100% - 174px); font-size: 22px; line-height: 1.45; }
section.tecBox04 .flow-list .flow01 .box_in .text_box { margin-top: 30px; }

section.tecBox05 { padding-bottom: 50px; }
section.tecBox05 .product-list { margin-top: 40px; }
section.tecBox05 .product-list .product01 { width: calc(50% - 3px); position: relative; margin: 22px 6px 0 0; }
section.tecBox05 .product-list .product01:nth-child(-n+2) { margin-top: 0; }
section.tecBox05 .product-list .product01:nth-child(2n) { margin-right: 0; }
section.tecBox05 .product-list .product01 .text { display: inline-block; padding: 3px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 100px; font-size: 11px; line-height: 1.45; font-weight: 500; white-space: nowrap; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); z-index: 1; }

/*総合加工　p05
=========================================== */
.page-onestop #works-sec { padding-top: 100px; background: #FFFFFF !important; }

section#p05box01.tecBox02 { background: #FFFFFF !important; }
section#p05box01.tecBox02 .check-list { display: block; }
section#p05box01.tecBox02 .check-list li { padding: 10px 14px 9px 28px; border: 2px solid #2A2F4E; }

#p05box02 { background: #FFFFFF; position: relative; }
#p05box02 .sec_bg { width: 100%; height: 42%; background: url("../img/p05/bg01_sp.jpg") no-repeat top center; background-size: cover; position: absolute; top: 0; left: 0; }
#p05box02 .wrap { z-index: 1; }
#p05box02 .title01 .ja { font-size: 30px; line-height: 1.47; }

section#p05box03.tecBox03 { background: #F2F3FC; }

/*設備紹介　p06
=========================================== */
.page-facilities .under-cont > section { padding: 50px 5%; }
.page-facilities .under-cont > section:nth-child(2n) { background: #FFFFFF; }
.page-facilities .under-cont > section:last-child { padding-bottom: 100px; }

#p06box00 { padding: 40px 5% 30px; }
#p06box00 .anchor-btn-list .btn01 { width: calc(50% - 5px); height: 54px; margin: 10px 10px 0 0; }
#p06box00 .anchor-btn-list .btn01:nth-child(-n+2) { margin-top: 0; }
#p06box00 .anchor-btn-list .btn01:nth-child(2n) { margin-right: 0; }
#p06box00 .anchor-btn-list .btn01:last-child { margin-right: 0; }
#p06box00 .anchor-btn-list .btn01 a { width: 100%; padding: 15px 40px 15px 30px; background: #F2F3FC; border: 0; }
#p06box00 .anchor-btn-list .btn01 a .btn-text { font-size: 16px; line-height: 1.5; font-weight: 500; color: #000000; }
#p06box00 .anchor-btn-list .btn01 a .icon { width: 20px; height: 20px; border-radius: 50%; background: #D6141C; border: 0; top: 50%; right: 17px; transform: translateY(-50%); }
#p06box00 .anchor-btn-list .btn01 a .icon::before { width: 8px; height: 8px; transform: translate(-50%, -50%) rotate(90deg); }

section.p06box:last-child .title02 { margin-bottom: 40px; }
section.p06box .title02 { font-size: 36px; margin-bottom: 60px; }
section.p06box .title02::before { top: 26px; }
section.p06box .img-list { display: none; }
section.p06box div.flex:has(.table_box) { display: block; }
section.p06box .table_box { padding: 38px 20px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; position: relative; margin-bottom: 59px; }
section.p06box .table_box:last-child { margin-bottom: 0; }
section.p06box .table_box h3 { padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; font-size: 20px; line-height: 1.45; white-space: nowrap; color: #FFFFFF; position: absolute; top: -19px; left: 20px; z-index: 1; }
section.p06box .table_box .img { width: 100%; aspect-ratio: 37 / 25; border-radius: 6px; margin-bottom: 30px; }
section.p06box .table_box .facilities-table { width: 470px; margin: 0 auto; }
section.p06box .table_box .facilities-table col:nth-child(1) { width: 170px; }
section.p06box .table_box .facilities-table col:nth-child(2) { width: 170px; }
section.p06box .table_box .facilities-table col:nth-child(3) { width: 130px; }
section.p06box .table_box .facilities-table tr { position: relative; }
section.p06box .table_box .facilities-table tr::after { content: ""; display: block; width: 100%; height: 1px; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; position: absolute; bottom: 0; left: 0; z-index: 1; }
section.p06box .table_box .facilities-table tr:first-child th, section.p06box .table_box .facilities-table tr:first-child td { border-radius: 5px 5px 0 0; }
section.p06box .table_box .facilities-table tr:last-child th, section.p06box .table_box .facilities-table tr:last-child td { border-radius: 0 0 5px 5px; }
section.p06box .table_box .facilities-table tr th, section.p06box .table_box .facilities-table tr td { padding: 12px 20px; box-sizing: border-box; }
section.p06box .table_box .facilities-table tr th:first-child, section.p06box .table_box .facilities-table tr td:first-child { padding-left: 10px; padding-right: 10px; }
section.p06box .table_box .facilities-table tr th:nth-child(2n), section.p06box .table_box .facilities-table tr td:nth-child(2n) { background: #F6F6F6; }
section.p06box .facilities-list { display: block; }
section.p06box .facilities-list .facilities01 { padding: 39px 20px 40px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; margin-bottom: 58px; position: relative; }
section.p06box .facilities-list .facilities01:last-child { margin-bottom: 0; }
section.p06box .facilities-list .facilities01 .title { padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; font-size: 20px; line-height: 1.45; color: #FFFFFF; white-space: nowrap; position: absolute; top: -18px; left: 20px; z-index: 1; }
section.p06box .facilities-list .facilities01 .img { width: 100%; aspect-ratio: 37 / 25; border-radius: 6px; margin-bottom: 30px; }
section.p06box .facilities-list .facilities01 .info-list li { display: flex; position: relative; }
section.p06box .facilities-list .facilities01 .info-list li::after { content: ""; display: block; width: 100%; height: 1px; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; position: absolute; bottom: 0; left: 0; z-index: 1; }
section.p06box .facilities-list .facilities01 .info-list li:first-child .midashi { border-radius: 5px 5px 0 0; }
section.p06box .facilities-list .facilities01 .info-list li:last-child .midashi { border-radius: 0 0 5px 5px; }
section.p06box .facilities-list .facilities01 .info-list li .midashi { display: block; width: 130px; padding: 12px 10px; box-sizing: border-box; background: #F6F6F6; font-weight: 700; }
section.p06box .facilities-list .facilities01 .info-list li .text { display: block; width: calc(100% - 130px); padding: 12px 20px; box-sizing: border-box; }

/*実績紹介　p07
=========================================== */
#p07box01 .works-all-list { display: block; }
#p07box01 .works-all-list .works01 { margin-bottom: 20px; }
#p07box01 .works-all-list .works01:last-child { margin-bottom: 0; }
#p07box01 .works-all-list .works01:nth-child(3n) { margin-right: 0; }

.works_title { font-size: 18px; font-weight: 700; padding-bottom: 10px; box-sizing: border-box; border-bottom: 1px solid #EEEEEE; position: relative; margin-bottom: 20px; }
.works_title::before { content: ""; display: block; width: 30px; height: 1px; background: #142FC6; position: absolute; bottom: 0; left: 0; }

#worksBox01 .info_cate_box { margin-bottom: 16px; }
#worksBox01 .info_cate_box .time { margin-right: 20px; }
#worksBox01 h2.title { font-size: 30px; }
#worksBox01 .gallery_img { display: block; margin-top: 40px; }
#worksBox01 .gallery_img .gallery_main { margin-bottom: 0 !important; }
#worksBox01 .gallery_img .gallery_main .slick-dots { display: flex; justify-content: center; position: static; margin-top: 20px; }
#worksBox01 .gallery_img .gallery_main .slick-dots li { width: 8px; height: 8px; background: #F8E1E1; cursor: pointer; border-radius: 50%; margin: 0 5px 0 0; }
#worksBox01 .gallery_img .gallery_main .slick-dots li:last-child { margin-right: 0; }
#worksBox01 .gallery_img .gallery_main .slick-dots li button { display: none; }
#worksBox01 .gallery_img .gallery_main .slick-dots li.slick-active { background: #D6141C; }
#worksBox01 .gallery_img .gallery_main .slick-prev, #worksBox01 .gallery_img .gallery_main .slick-next { width: 28px; height: 28px; background: #FFFFFF; border-radius: 50%; box-sizing: border-box; top: calc((100% - 78px) / 2); transform: translate(0, 0); transition: 0.3s; z-index: 1; }
#worksBox01 .gallery_img .gallery_main .slick-prev::before, #worksBox01 .gallery_img .gallery_main .slick-next::before { content: ""; display: block; width: 6px; height: 11px; opacity: 1; background: url("../img/p07/gallery_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#worksBox01 .gallery_img .gallery_main .slick-prev:hover, #worksBox01 .gallery_img .gallery_main .slick-prev:focus, #worksBox01 .gallery_img .gallery_main .slick-next:hover, #worksBox01 .gallery_img .gallery_main .slick-next:focus { background: #D6141C; }
#worksBox01 .gallery_img .gallery_main .slick-prev:hover:before, #worksBox01 .gallery_img .gallery_main .slick-prev:focus:before, #worksBox01 .gallery_img .gallery_main .slick-next:hover:before, #worksBox01 .gallery_img .gallery_main .slick-next:focus:before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); }
#worksBox01 .gallery_img .gallery_main .slick-prev { left: 10px; }
#worksBox01 .gallery_img .gallery_main .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
#worksBox01 .gallery_img .gallery_main .slick-next { right: 10px; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; aspect-ratio: 56 / 31; border-radius: 6px; position: relative; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box a { display: inline-block; padding: 4px 10px 4px 24px; box-sizing: border-box; background: url("../img/p07/icon_kakudai.svg") no-repeat bottom 5px left 10px, #000000; background-size: 10px; border-radius: 100px; font-size: 11px; line-height: 1.45; font-weight: 500; color: #FFFFFF; position: absolute; bottom: 10px; right: 10px; z-index: 1; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box a:hover { text-decoration: none; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; font-size: 14px; text-align: center; margin-top: 10px; }
#worksBox01 .gallery_img .gallery_thum { display: none !important; }
#worksBox01 .info-list { display: block; margin-top: 40px; }
#worksBox01 .info-list li { padding: 16px 10px 15px; box-sizing: border-box; justify-content: space-between; align-items: flex-start; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; color: #232323; }
#worksBox01 .info-list li:first-child { padding-top: 0; }
#worksBox01 .info-list li .midashi { display: block; width: 80px; font-weight: 700; }
#worksBox01 .info-list li .text { display: block; width: calc(100% - 80px); }
#worksBox01 .works_box01 { margin-top: 60px; }
#worksBox01 .works_box02 { margin-top: 60px; }
#worksBox01 .works_box02 .img_box { display: block; }
#worksBox01 .works_box02 .img_box .img { position: relative; }
#worksBox01 .works_box02 .img_box .img p { padding: 3px 20px; box-sizing: border-box; font-weight: 500; border-radius: 100px; border: 1px solid #142FC6; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); z-index: 1; }
#worksBox01 .works_box02 .img_box .img .img_in { width: 100%; aspect-ratio: 3 / 2; border-radius: 6px; }
#worksBox01 .works_box02 .img_box .img.img_befo p { background: #FFFFFF; }
#worksBox01 .works_box02 .img_box .img.img_after p { background: #142FC6; }
#worksBox01 .works_box02 .img_box.img_arrow .img.img_befo { margin-bottom: 65px; position: relative; }
#worksBox01 .works_box02 .img_box.img_arrow .img.img_befo::before { content: ""; display: block; width: 17px; height: 30px; background: url("../img/p07/arrow.png") no-repeat center; background-size: contain; position: absolute; bottom: -53px; left: 50%; transform: translateX(-50%) rotate(90deg); }
#worksBox01 .works_box02 .img-text { margin-top: 46px; }

/*お知らせ　p10
=========================================== */
#p10box01 .news-all-list { display: block; }
#p10box01 .news-all-list .news01 { margin-bottom: 20px; }
#p10box01 .news-all-list .news01:last-child { margin-bottom: 0; }
#p10box01 .news-all-list .news01:nth-child(3n) { margin-right: 0; }

#newsBox01 .info_cate_box { margin-bottom: 16px; }
#newsBox01 .info_cate_box .time { margin-right: 20px; }
#newsBox01 h2.title { font-size: 30px; }
#newsBox01 .news_box01 { margin-top: 40px; }

/*採用情報・募集要項　p08
=========================================== */
#p08box01 .cnt { display: block; }
#p08box01 .cnt .text_box { margin-bottom: 60px; }
#p08box01 .cnt .text_box .text p { margin-bottom: 26px; }
#p08box01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p08box01 .cnt .text_box .list { display: block; margin-top: 40px; }
#p08box01 .cnt .text_box .list li { display: inline-block; padding: 3px 20px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-bottom: 10px; }
#p08box01 .cnt .text_box .list li:last-child { margin-bottom: 0; }

#p08box02 { padding-bottom: 242px; position: relative; }
#p08box02 .box { margin-bottom: 100px; }
#p08box02 .box:last-child { margin-bottom: 0; }
#p08box02 .environment-list { display: block; }
#p08box02 .environment-list .environment01 { margin-bottom: 40px; }
#p08box02 .environment-list .environment01:nth-child(-n+3) h3 { font-size: 20px; }
#p08box02 .environment-list .environment01:last-child { margin-bottom: 0; }
#p08box02 .environment-list .environment01 h3 { margin-top: 20px; }
#p08box02 .environment-list .environment01 .text01 { padding: 0 12px; box-sizing: border-box; margin-top: 12px; }
#p08box02 .numbers-list { display: block; }
#p08box02 .numbers-list .numbers01 { padding: 60px 20px 43px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; position: relative; margin-bottom: 20px; }
#p08box02 .numbers-list .numbers01:last-child { margin-bottom: 0; }
#p08box02 .numbers-list .numbers01 .midashi { padding: 7px 20px 8px; box-sizing: border-box; background: #142FC6; border-radius: 10px 0; font-size: 18px; line-height: 1.44; position: absolute; top: 0; left: 0; z-index: 1; }
#p08box02 .numbers-list .numbers01 .number { font-size: 24px; line-height: 1.46; }
#p08box02 .numbers-list .numbers01 .number em { display: inline-block; font-size: 80px; line-height: 1.2; margin-right: 10px; }
#p08box02 .numbers-list .numbers01 .number .mini01 { display: inline-block; font-size: 20px; margin-right: 10px; }
#p08box02 .numbers-list .numbers01 div.flex { justify-content: center; align-items: flex-end; }
#p08box02 .numbers-list .numbers01 div.flex .number { width: 140px; margin-right: 26px; }
#p08box02 .numbers-list .numbers01 div.flex .mini02 { width: 112px; margin-bottom: 15px; }
#p08box02 #bg-img01 { width: 100%; height: 310px; background: url("../img/p08/bg01.png") repeat-x center; background-size: cover; animation: BgMove02 80s linear infinite; position: absolute; bottom: -140px; left: 50%; transform: translateX(-50%); z-index: 1; }
@keyframes BgMove02 { 0% { background-position: 0 0; }
  100% { background-position: -2580px 0; } }
#p08box03 { padding-top: 240px; }
#p08box03 .interview-list .interview01 { display: block; padding: 60px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; position: relative; margin-bottom: 40px; }
#p08box03 .interview-list .interview01:last-child { margin-bottom: 0; }
#p08box03 .interview-list .interview01 .midashi { padding: 6px 24px 7px; box-sizing: border-box; background: #142FC6; border-radius: 8px 0; font-size: 14px; line-height: 1.22; position: absolute; top: 0; left: 0; z-index: 1; }
#p08box03 .interview-list .interview01 .img_box { max-width: 380px; margin: 0 auto 40px; }
#p08box03 .interview-list .interview01 .img_box .img { width: 100%; aspect-ratio: 19 / 23; border-radius: 6px; }
#p08box03 .interview-list .interview01 .img_box .info { align-items: flex-end; margin-top: 20px; }
#p08box03 .interview-list .interview01 .img_box .info .name { font-size: 24px; line-height: 1.46; font-weight: 700; }
#p08box03 .interview-list .interview01 .img_box .info .info_in { margin-left: 16px; }
#p08box03 .interview-list .interview01 .img_box .info .info_in span { display: inline-block; margin-right: 16px; }
#p08box03 .interview-list .interview01 .img_box .info .info_in span:last-child { margin-right: 0; }
#p08box03 .interview-list .interview01 .img_box .info02 { display: inline-block; padding: 3px 20px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-top: 16px; }
#p08box03 .interview-list .interview01 .img_box .info02 span { display: inline-block; }
#p08box03 .interview-list .interview01 .img_box .info02 span:last-child::after { display: none; }
#p08box03 .interview-list .interview01 .img_box .info02 span::after { content: "・"; display: inline-block; width: 16px; text-align: center; }
#p08box03 .interview-list .interview01 .text_box h3 { font-size: 30px; margin-bottom: 40px; }
#p08box03 .interview-list .interview01 .text_box .qa-list .qa_box { margin-bottom: 40px; }
#p08box03 .interview-list .interview01 .text_box .qa-list .qa_box:last-child { margin-bottom: 0; }
#p08box03 .interview-list .interview01 .text_box .qa-list h4 { padding-left: 42px; box-sizing: border-box; font-size: 20px; line-height: 1.45; position: relative; margin-bottom: 16px; }
#p08box03 .interview-list .interview01 .text_box .qa-list h4 .icon { display: block; width: 30px; height: 30px; background: #142FC6; border-radius: 50%; font-size: 18px; line-height: 30px; text-align: center; position: absolute; top: 0; left: 0; }

#p08box04 { background: url("../img/p08/bg02_sp.jpg") no-repeat center; background-size: cover; }
#p08box04 .box { padding: 60px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#p08box04 .box .text { margin-bottom: 40px; }
#p08box04 .box .text p { margin-bottom: 26px; }
#p08box04 .box .text p:last-child { margin-bottom: 0; }
#p08box04 .box > img { display: block; max-width: 380px; margin: 0 auto; }
#p08box04 .box p.name { text-align: right; line-height: 1.46; margin-top: 20px; }
#p08box04 .box p.name em { display: inline-block; font-size: 24px; margin-left: 16px; }

#p08box05 .recruit-table tr { display: block; position: relative; }
#p08box05 .recruit-table tr::after { content: ""; display: block; width: 100%; height: 1px; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; position: absolute; bottom: 0; left: 0; z-index: 1; }
#p08box05 .recruit-table tr th, #p08box05 .recruit-table tr td { display: block; padding: 15px 20px; box-sizing: border-box; }
#p08box05 .recruit-table tr th { background: #F2F3FC; }
#p08box05 .recruit-table tr td ul li { display: inline; }
#p08box05 .recruit-table tr td ul li:last-child::after { display: none; }
#p08box05 .recruit-table tr td ul li::after { content: "、"; display: inline-block; width: 16px; }
#p08box05 .no-text01 { font-size: 20px; line-height: 2; }

#p08box06 .flow-list { display: block; }
#p08box06 .flow-list .flow01 { padding: 27px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; position: relative; z-index: 1; margin-bottom: 20px; }
#p08box06 .flow-list .flow01:last-child { margin-bottom: 0; }
#p08box06 .flow-list .flow01:last-child::after { display: none; }
#p08box06 .flow-list .flow01::after { content: ""; display: block; width: 10px; height: 20px; background: url("../img/p08/arrow.svg") no-repeat center right; background-size: contain; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%) rotate(90deg); z-index: -1; }
#p08box06 .flow-list .flow01 .midashi { padding: 6px 24px 7px; box-sizing: border-box; background: #142FC6; border-radius: 8px 0; font-size: 14px; line-height: 1.22; position: absolute; top: 0; left: 0; z-index: 1; }
#p08box06 .flow-list .flow01 .text { font-size: 18px; line-height: 1.45; }
#p08box06 .text_box { margin-top: 30px; }
#p08box06 .text_box .sub_text { font-size: 14px; margin-top: 20px; }
#p08box06 .btn01 { max-width: 276px; }

/*会社概要　p09
=========================================== */
#p09box01 { padding-top: 80px; }
#p09box01 .company-list { display: block; }
#p09box01 .company-list li { display: flex; align-items: flex-start; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#p09box01 .company-list li:first-child .midashi { padding-top: 0; }
#p09box01 .company-list li:first-child .text { padding-top: 0; }
#p09box01 .company-list li .midashi { width: 120px; padding: 20px 10px 14px; box-sizing: border-box; font-weight: 700; }
#p09box01 .company-list li .text { width: calc(100% - 120px); padding: 20px 0 14px; box-sizing: border-box; }

#p09box02 .cnt { display: block; }
#p09box02 .cnt .text_box .map_box { width: 100%; aspect-ratio: 14 / 15; border-radius: 10px; position: relative; overflow: hidden; }
#p09box02 .cnt .text_box .map_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p09box02 .cnt .text_box .address { margin-top: 20px; }
#p09box02 .cnt .text_box .access-list li { display: block; margin-top: 30px; }
#p09box02 .cnt .text_box .access-list li .midashi { display: inline-block; min-width: 200px; padding: 1px 10px 2px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-bottom: 10px; }
#p09box02 .cnt .text_box .access-list li .text { display: block; }

#p09box03 { background: url("../img/p09/bg01_sp.jpg") no-repeat center top !important; background-size: cover !important; }
#p09box03 .cnt { display: block; }
#p09box03 .cnt .text_box { margin-bottom: 60px; }
#p09box03 .cnt .text_box .title01 { margin-bottom: 60px; }
#p09box03 .cnt .text_box p.point { font-size: 22px; line-height: 1.8; }

#p09box04 { background: #FFFFFF; }
#p09box04 .cnt { display: block; }
#p09box04 .cnt .title01 { margin-bottom: 60px; }
#p09box04 .cnt .text_box p { font-size: 18px; margin-bottom: 36px; }
#p09box04 .cnt .text_box p:last-child { margin-bottom: 0; }

#p09box05 { background: #F2F3FC; }
#p09box05 .title01 { margin-bottom: 60px; }
#p09box05 .midashi { font-size: 24px; line-height: 1.65; margin-bottom: 60px; }
#p09box05 .text p { margin-bottom: 32px; }
#p09box05 .text p:last-child { margin-bottom: 0; }
#p09box05 p.name { font-size: 14px; line-height: 1.45; text-align: right; margin-top: 20px; }
#p09box05 p.name em { display: inline-block; font-size: 20px; margin-left: 14px; }

/*お問い合わせ　p11
=========================================== */
.page-contact #contact-sec { display: none; }

#p11box01 .check-list { margin-top: 30px; }
#p11box01 .check-list li { padding: 9px 19px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 5px; margin: 10px 10px 0 13px; position: relative; }
#p11box01 .check-list li:last-child { margin-right: 0; }
#p11box01 .check-list li .check { display: inline-block; width: 26px; height: 26px; background: url("../img/p11/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: -13px; transform: translateY(-50%); }
#p11box01 .box { display: block; max-width: 340px; padding: 47px 19px 38px; box-sizing: border-box; background: #F2F3FC; border: 1px solid #142FC6; border-radius: 10px; margin: 60px auto 0; position: relative; }
#p11box01 .box > .midashi { padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; font-size: 20px; line-height: 1.45; white-space: nowrap; position: absolute; top: -19px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p11box01 .box > .midashi span { display: none; }
#p11box01 .box .tel_box { text-align: right; margin-bottom: 20px; }
#p11box01 .box .tel_box .tel .num { font-size: 36px; padding-left: 28px; }
#p11box01 .box .tel_box .tel .num::before { width: 20px; height: 28px; top: 8px; }
#p11box01 .box .tel_box .tel-text { margin: 1px 9px 0 0; }
#p11box01 .box .fax_box { text-align: right; }
#p11box01 .box .fax_box .fax .midashi { font-size: 14px; }
#p11box01 .box .fax_box .fax .num { font-size: 18px; }

#p11box02 { padding: 80px 5%; }
#p11box02 .bikou-list { margin: 20px 0 40px; }
#p11box02 .bikou-list li { font-size: 12px; }

.state-text { display: none; text-align: center; color: #D6141C; font-weight: 700; font-size: 18px; margin-bottom: 20px; }

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }

.contactArea { padding: 20px 0; }

.contactTBL { /*お問い合わせ項目*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #CCCCCC; }
.contactTBL tr { display: block; padding: 30px 0; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; box-sizing: border-box; }
.contactTBL th { padding-right: 60px; font-weight: 500; position: relative; margin-bottom: 20px; }
.contactTBL th .hissu { display: inline-block; font-size: 13px; line-height: 19px; font-weight: 500; padding: 1px 11px 2px; box-sizing: border-box; border: 1px solid #D6141C; border-radius: 100px; color: #D6141C; position: absolute; top: 0; right: 0; }
.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: 46px; padding: 9px 20px 11px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #EEEEEE; border-radius: 4px; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 165px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { padding: 9px 40px 11px 20px; background: url("../img/p11/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 14px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.contactTBL .koumoku:first-child { padding-top: 0; }
.contactTBL .koumoku th { margin-bottom: 10px; }
.contactTBL .koumoku .wpcf7-list-item { margin: 10px 20px 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: inline-flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="radio"], .contactTBL .koumoku .wpcf7-list-item label input[type="checkbox"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #CCCCCC; margin-right: 6px; cursor: pointer; }
.contactTBL .text-list { margin-top: 20px; }
.contactTBL .text-list li { font-family: 'NotoSansJP'; font-size: 14px; line-height: 1.6; }
.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: 14px; font-weight: 400; color: #1A1A1A; margin-top: 10px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; width: 225px; height: 46px; padding: 10px 20px 12px; box-sizing: border-box; background: #1A1A1A; border: 0; border-radius: 4px; font-size: 16px; font-weight: 500; line-height: 24px; 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 .doui-text { margin-top: 9px; }
.contactTBL .doui-box .doui-text a { display: inline-block; text-decoration: underline; color: #142FC6; }
.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; cursor: pointer; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 10px; background: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 1px; cursor: pointer; }
.contactTBL .contact-submit.flex { display: block; margin-top: 60px; }
.contactTBL .contact-submit.flex .btn01 { max-width: 276px; margin-top: 0; position: relative; }
.contactTBL .contact-submit.flex .btn01::before { content: ""; display: block; width: 56px; height: 56px; background: url("../img/p11/arrow.png") no-repeat center; background-size: contain; position: absolute; top: 0; right: 0; z-index: 1; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 16px 60px 16px 30px; box-sizing: border-box; white-space: normal; border-radius: 100px; background-color: #D6141C; border: 1px solid #D6141C; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 1.5; color: #FFFFFF; font-weight: 700; text-align: left; appearance: none; -webkit-appearance: none; -moz-appearance: 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::before { left: 0; right: auto; transform: scale(-1, 1); }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { padding-left: 70px; padding-right: 30px; }
.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; }

/*確認画面時の表示設定*/
.contactArea.che { background: #eee; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .file-text, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox], .contactArea.che input[type=radio] { display: none; }
.contactArea.che input[type=checkbox]:checked, .contactArea.che input[type=radio]:checked { display: inline-block; }
.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }
.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }
.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
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% 100px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }

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

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) { .sp-nav-list .navs-list .info_box .tel_box .tel .num { font-size: 9.6vw; }
  .sp-nav-list .navs-list .info_box .tel_box .tel .num::before { width: 6.13vw; height: 8.8vw; top: 2.4vw; }
  #main.home_main .main_box .left .check-list li { padding: 3px 3vw 4px 3.6vw; }
  #main.home_main .main_box .left .main_title { font-size: 10.13vw; }
  #main.home_main .main_box .left .main_title .big { font-size: 12.8vw; }
  #main.home_main .main_box .left .main_title em { font-size: 12.8vw; }
  #contact-sec .cnt .right > div.flex .tel_box .tel .num { font-size: 9.6vw; }
  #contact-sec .cnt .right > div.flex .tel_box .tel .num::before { width: 6.13vw; height: 8.8vw; top: 2.4vw; }
  section.tecBox04 .flow-list .flow01 .box_in .img_box img { width: 38.4vw; }
  section.tecBox04 .flow-list .flow01 .box_in .img_box h3 { width: calc(100% - 46.4vw); font-size: 22px; line-height: 1.45; }
  section.tecBox04 .flow-list .flow01 .box_in .text_box { margin-top: 30px; }
  #p11box01 .box .tel_box .tel .num { font-size: 9.6vw; padding-left: 7.47vw; }
  #p11box01 .box .tel_box .tel .num::before { width: 5.33vw; height: 7.47vw; top: 2.13vw; } }
@media screen and (min-width: 0px) and (max-width: 360px) { #p08box02 .numbers-list .numbers01 div.flex { justify-content: space-between; }
  #p08box02 .numbers-list .numbers01 div.flex .number { margin-right: 0; }
  #p08box02 .numbers-list .numbers01 div.flex .mini02 { width: calc(100% - 150px); } }
@media screen and (min-width: 0px) and (max-width: 340px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 32px; height: 32px; line-height: 32px; }
  .post-navigation ul > li.blog-back { width: 200px; }
  .post-navigation ul > li.blog-back a { padding: 16px 40px 16px 76px; }
  #footer .footer_box .right .btn01 a .btn-text { font-size: 14px; }
  .onestop_box .onestop-list .onestop00 { padding-top: 10px; } }
/*safari用
=========================================== */
