@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-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-Bold.ttf"); src: url("../fonts/font/Roboto-Bold.woff2") format("woff2"), url("../fonts/font/Roboto-Bold.woff") format("woff"), url("../fonts/font/Roboto-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*Zen Kaku Gothic Newボールド*/
font-family: "Zen Kaku Gothic New"; src: url("../fonts/font/ZenKakuGothicNew-Bold.ttf"); src: url("../fonts/font/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/font/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/font/ZenKakuGothicNew-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*Interセミボールド*/
font-family: "Inter"; src: url("../fonts/font/Inter-SemiBold.ttf"); src: url("../fonts/font/Inter-SemiBold.woff2") format("woff2"), url("../fonts/font/Inter-SemiBold.woff") format("woff"), url("../fonts/font/Inter-SemiBold.ttf") format("truetype"); font-weight: 600; }
/* 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.6; 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: 64px; margin: 40px auto 0; }

.btn01 a { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding: 0 24px; box-sizing: border-box; background: #FFFFFF; border-radius: 80px; position: relative; }

.btn01 a .btn-text { display: block; width: calc(100% - 30px); line-height: 1.2; font-weight: 700; }

.btn01 a .arrow { display: block; width: 24px; height: 24px; box-sizing: border-box; border-radius: 50%; background-color: #11418C; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center left 9px; background-size: 7px; }

.btn01.btn01_grad a { border: 1px solid #EBEBEB; background: linear-gradient(117deg, #004EC7 0%, #009CC7 50%, #004EC7 100%); background-size: 200% 100%; background-position: 0% 50%; box-shadow: 0 0 40px 0 rgba(17, 65, 140, 0.08); transition: background-position 0.4s ease; }

.btn01.btn01_grad a .btn-text { color: #FFFFFF; }

.btn02 { text-align: right; margin-top: 16px; }

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

.btn02 a .btn-text { line-height: 1.2; transition: 0.3s; }

.btn02 a .arrow { display: inline-block; width: 24px; height: 24px; border-radius: 50%; background-color: #11418C; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center left 9px; background-size: 7px; margin-left: 8px; }

.recruit_btn { width: 115px; height: 36px; }

.recruit_btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: #E5F4FF; border-radius: 40px; text-align: center; }

.recruit_btn a .btn-text { display: inline-block; padding-right: 20px; box-sizing: border-box; color: #02317B; line-height: 1.2; font-weight: 700; position: relative; transition: 0.3s; }

.recruit_btn a .btn-text::after { content: ""; display: block; width: 18px; height: 18px; background-image: url("../img/common/icon_external.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; transition: 0.3s; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

.title01 { font-weight: 700; margin-bottom: 40px; }

.title01 .en { display: inline-block; font-family: "Roboto"; font-size: 64px; line-height: 1; background: linear-gradient(90deg, #004ec7 0%, #009cc7 100%); color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent; text-transform: capitalize; padding-bottom: 10px; }

.title01 .ja { display: block; font-size: 18px; line-height: 1; margin-top: 5px; }

.title01.white .en { background: none; -webkit-background-clip: initial; background-clip: initial; -webkit-text-fill-color: initial; text-fill-color: initial; color: #fff; }

.title02 { font-size: 32px; color: #11418C; line-height: 1.4; font-weight: 700; padding-bottom: 20px; box-sizing: border-box; margin-bottom: 24px; position: relative; }

.title02::after { content: ""; display: block; width: 124px; height: 6px; background: linear-gradient(135deg, #004ec7 0%, #009cc7 100%); position: absolute; bottom: 0; left: 0; }

.title02.white { color: #FFFFFF; }

.tel_box { text-align: center; }

.tel_box .tel { line-height: 1; }

.tel_box .tel .num { font-size: 40px; }

.tel_box .tel-text { line-height: 1.2; margin-top: 9px; }

.sns-link li { width: 36px; height: 36px; margin-right: 8px; }

.sns-link li:last-child { margin-right: 0; }

.sns-link li a { display: block; width: 100%; height: 100%; background: #E5F4FF; border-radius: 50%; position: relative; }

.sns-link li a .icon { display: block; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.sns-link li.insta a .icon { background-image: url("../img/common/icon_insta.svg"); }

.sns-link li.youtube a .icon { background-image: url("../img/common/icon_youtube.svg"); }

.sns-link li.facebook a .icon { background-image: url("../img/common/icon_facebook.svg"); }

.sns-link li.x_sns a .icon { background-image: url("../img/common/icon_x.svg"); }

.sns-link li.tiktok a .icon { background-image: url("../img/common/icon_tiktok.svg"); }

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

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

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

.medium { font-weight: 500; }

.sBold { font-weight: 600; }

.bold { font-weight: 700; }

.common_text { line-height: 2; }

.text_uppercase { text-transform: uppercase; }

.text_capitalize { text-transform: capitalize; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.roboto { font-family: "Roboto"; font-weight: 700; }

.gothic { font-family: "Zen Kaku Gothic New"; font-weight: 700; }

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

.tate { writing-mode: vertical-rl; white-space: pre; letter-spacing: -0.3em; text-orientation: upright; }

.tate .tate-line { display: inline-block; writing-mode: horizontal-tb; letter-spacing: 0; transform: rotate(90deg); margin: 10px 0 -5px; }

.safari .tate { letter-spacing: 0.1em; }

.safari .tate .tate-line { margin: 5px 0; }

@-moz-document url-prefix() { .tate { letter-spacing: 0.1em; }
  .tate .tate-line { margin: 5px 0; } }
/*色*/
.black { color: #000000; }

.white { color: #FFFFFF; }

.blue { color: #1651AC; }

.navy { color: #11418C; }

.grad { background: linear-gradient(90deg, #004ec7 0%, #009cc7 100%); color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent; }

.bg_white { background-color: #FFFFFF; }

.bg_blue { background-color: #1651AC; }

.bg_lightBlue { background-color: #D9EEFE; }

.bg_navy { background-color: #11418C; }

.bg_navy02 { background-color: #12499E; }

.bg_gray { background-color: #F3F5F6; }

.bg_grad { background: linear-gradient(135deg, #004ec7 0%, #009cc7 100%); }

.bg_grad02 { background: linear-gradient(180deg, #d9eefe 0%, white 100%); }

.bg_grad03 { background: linear-gradient(180deg, white 0%, #d9eefe 100%); }

.bd_blue { border: 1px solid #1651AC; box-sizing: border-box; }

.text_bg_grad { display: inline-block; padding: 0 4px 2px; box-sizing: border-box; border-radius: 2px; color: #FFFFFF; background: linear-gradient(135deg, #004ec7 0%, #009cc7 100%); }

.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: 64px; padding: 8px; box-sizing: border-box; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; }

.fixed #header { background: #fff; }

#header:has(.sp-nav-btn.opon) { background: #fff; }

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

#header .header_inner .logo_box { width: 206px; position: relative; z-index: 1; }

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

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

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

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

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

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

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

#fixed-box-sp a .btn-text { display: block; width: calc(100% - 30px); font-size: 18px; line-height: 1.2; font-weight: 700; color: #fff; }

#fixed-box-sp a .arrow { display: block; width: 24px; height: 24px; box-sizing: border-box; border-radius: 50%; background-color: #fff; background-image: url("../img/common/c_btn_arrow.svg"); background-repeat: no-repeat; background-position: center left 9px; background-size: 7px; }

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

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

.sp-nav-btn .btn_in > span { width: 100%; height: 2px; background: #fff; border-radius: 40px; 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: calc(100% - 64px); position: fixed; top: 64px; 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 { display: block; position: fixed; width: 100%; height: calc(100% - 64px); z-index: 99; top: 64px; background: #fff; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 0 20px 40px; box-sizing: border-box; }

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

.sp-nav-list .navs-list > ul > li { padding: 24px 0 25px; box-sizing: border-box; border-bottom: 1px solid #F3F5F6; }

.sp-nav-list .navs-list > ul > li > a, .sp-nav-list .navs-list ul li .nav-midashi { display: block; padding-right: 30px; box-sizing: border-box; position: relative; line-height: 1.2; font-weight: 700; }

.sp-nav-list .navs-list > ul > li > a::after { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/spnav_arrow.png") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

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

.sp-nav-list .navs-list ul li .nav-midashi.on::after { background: url("../img/common/spnav_close.svg") no-repeat center; background-size: contain; }

.sp-nav-list .navs-list ul li .sp-nav { padding: 24px; box-sizing: border-box; background: #D9EEFE; margin-top: 16px; }

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

.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 { display: block; padding-left: 28px; box-sizing: border-box; position: relative; line-height: 1.2; font-weight: 700; }

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

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

.sp-nav-list .btn-list .btn { width: 100%; max-width: 340px; height: 64px; margin: 8px auto 0; }

.sp-nav-list .btn-list .btn:first-child { margin-top: 0; }

.sp-nav-list .btn-list .btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 32px; box-sizing: border-box; border-radius: 80px; }

.sp-nav-list .btn-list .btn a .btn-text { display: inline-block; padding-left: 32px; box-sizing: border-box; line-height: 1.2; font-weight: 700; position: relative; }

.sp-nav-list .btn-list .btn a .btn-text::before { content: ""; display: block; width: 24px; height: 24px; box-sizing: border-box; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.sp-nav-list .btn-list .btn.header_contactBtn01 a .btn-text::before { background-image: url("../img/common/icon_mail.svg"); }

.sp-nav-list .btn-list .btn.tel_btn a .btn-text::before { background-image: url("../img/common/icon_tel02.svg"); }

.sp-nav-list .link_box { max-width: 335px; align-items: center; margin: 30px auto 0; }

.sp-nav-list .link_box .recruit_btn { margin: 10px 8px 0 0; }

.sp-nav-list .link_box .sns-link { width: auto; margin-top: 10px; }

/* main */
/*-------------------------------------------*/
#main.home_main { width: 100%; padding: 80px 0 40px; box-sizing: border-box; position: relative; }

#main.home_main::before { content: ""; display: block; width: 100%; aspect-ratio: 376 / 1305; background: url("../img/main/main_bg01_sp.png") no-repeat center; background-size: cover; position: absolute; top: 0; left: 0; z-index: -1; }

#main.home_main .main_top { width: 100%; }

#main.home_main .main_top .main_text_box { width: 85.333vw; height: 60.8vw; padding: 8vw 0 0 8.533vw; box-sizing: border-box; background: url("../img/main/text_bg_sp.png") no-repeat center; background-size: contain; position: relative; z-index: 1; }

#main.home_main .main_top .main_text_box .main_text { margin-bottom: 1.6vw; }

#main.home_main .main_top .main_text_box .main_text span { display: inline-block; padding: 0.267vw 1.333vw 0.8vw; box-sizing: border-box; font-size: 4.267vw; line-height: 1.4; margin-right: 4.267vw; position: relative; }

#main.home_main .main_top .main_text_box .main_text span::before { content: ""; display: block; width: 4.267vw; height: 6.933vw; background: url("../img/main/text.png") no-repeat center; background-size: 4.267vw; position: absolute; top: 50%; right: -4.267vw; transform: translateY(-50%); }

#main.home_main .main_top .main_text_box .main_text span:last-child { margin-right: 0; }

#main.home_main .main_top .main_text_box .main_text span:last-child::before { display: none; }

#main.home_main .main_top .main_text_box .main_title { font-size: 9.2vw; line-height: 1.25; letter-spacing: -0.384vw; }

#main.home_main .main_top .main_text_box .main_title .ls01 { letter-spacing: -1.344vw; }

#main.home_main .main_top .main_text_box .main_title .ls02 { letter-spacing: 0; }

#main.home_main .main_top .main_text_box .main_title .ls03 { letter-spacing: -0.48vw; }

#main.home_main .main_top .main_img01 { width: 95.2vw; margin: -10.667vw 0 0 auto; border-radius: 2.667vw 0 0 2.667vw; }

#main.home_main .main_top .main_img02 { width: 90.667vw; margin: 10.667vw auto 0; }

#main.home_main .main_top .main_img02 .img { width: 74.133vw; margin: 0 auto 4.267vw; position: relative; }

#main.home_main .main_top .main_img02 .img .img-text { width: 27.467vw; justify-content: space-between; align-items: flex-start; font-size: 4.267vw; position: absolute; top: -4.267vw; right: 2.133vw; z-index: 1; }

#main.home_main .main_top .main_img02 .check-list li { padding-left: 6.4vw; box-sizing: border-box; font-size: 4.267vw; line-height: 1.2; margin-bottom: 2.4vw; position: relative; }

#main.home_main .main_top .main_img02 .check-list li::before { content: ""; display: block; width: 5.333vw; height: 5.333vw; background: url("../img/main/icon_check.svg") no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; }

#main.home_main .main_top .main_img02 .check-list li:last-child { margin-bottom: 0; }

#main.home_main .main_top .main_img02 .img .img-text span { display: inline-block; padding: 1.067vw 1.6vw 4vw; box-sizing: border-box; line-height: 1.1; }

.safari #main.home_main .main_top .main_img02 .img .img-text span { padding: 2.667vw 1.6vw 1.6vw; }

@-moz-document url-prefix() { #main.home_main .main_top .main_img02 .img .img-text span { padding: 2.667vw 1.6vw 1.6vw; } }
#main.home_main .main_list01 { width: 100%; padding: 0 5.333vw; box-sizing: border-box; justify-content: space-between; margin-top: 13.333vw; }

#main.home_main .main_list01 .list_in { width: calc(50% - 1.333vw); margin: 6.4vw 2.667vw 0 0; }

#main.home_main .main_list01 .list_in:nth-child(-n+2) { margin-top: 0; }

#main.home_main .main_list01 .list_in:nth-child(2n), #main.home_main .main_list01 .list_in:last-child { margin-right: 0; }

#main.home_main .main_list01 .list_in .img { position: relative; margin-bottom: 6.4vw; }

#main.home_main .main_list01 .list_in .img::before { content: ""; display: block; width: 100%; height: 21.333vw; border-radius: 26.667vw; background: rgba(255, 255, 255, 0.8); box-shadow: 0 2.133vw 2.133vw 0 rgba(90, 136, 237, 0.08); position: absolute; bottom: -4vw; left: 50%; transform: translateX(-50%); z-index: -1; }

#main.home_main .main_list01 .list_in .text { font-size: 3.733vw; line-height: 1.2; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; padding: 74px 0 100px; box-sizing: border-box; position: relative; }

#main.kasou::before { content: ""; display: block; width: 100%; height: 180vw; background: url("../img/main/kasou_bg_sp.png") no-repeat center top; background-size: cover; position: absolute; top: 0; left: 0; z-index: -1; }

#main.kasou .main_title.title01 { padding: 0 5%; box-sizing: border-box; margin-bottom: 0; }

#main.kasou .main_title.title01 .en { font-size: 48px; }

#main.kasou .main_img { width: calc(100% - 20px); aspect-ratio: 89 / 57; background-repeat: no-repeat; background-position: center; background-size: cover; margin-top: 40px; }

.page-machining #main.kasou .main_img { background-image: url("../img/p02/main_sp.png"); }

.page-ncturning #main.kasou .main_img { background-image: url("../img/p03/main_sp.png"); }

.page-kaleidoscope #main.kasou .main_img { background-image: url("../img/p05/main_sp.png"); }

.page-reason #main.kasou .main_img { background-image: url("../img/p10/main_sp.png"); }

#main.kasou02 { padding-bottom: 40px; }

#main.single-kasou { padding: 74px 5% 30px; }

#main.single-kasou::before { height: 100%; }

#main.single-kasou div#bread { padding: 0; }

#main.single-kasou .main_title.title01 { padding: 0; }

#main.single-kasou .info_cate { display: block; margin-bottom: 8px; }

#main.single-kasou .info_cate .time { display: block; margin-bottom: 8px; }

#main.single-kasou .info_cate .cate-list li { margin: 0 8px 8px 0; }

#main.single-kasou .info_cate .cate-list li:last-child { margin-right: 0; }

#main.single-kasou .main_title { font-size: 32px; line-height: 1.4; }

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

ul.bread-list { justify-content: flex-start; }

ul.bread-list li { display: inline-block; margin: 0 21px 10px 0; position: relative; }

ul.bread-list li::after { content: ""; display: block; width: 5px; height: 5px; background: #1651AC; border-radius: 50%; position: absolute; top: 50%; right: -13px; transform: translateY(-50%); }

ul.bread-list li a { display: inline-block; padding: 5px 14px; box-sizing: border-box; border-radius: 20px; border: 1px solid #1651AC; background: #FFFFFF; font-size: 14px; line-height: 1; color: #1651AC; }

ul.bread-list li:first-child a { padding: 6px 18px; border: 0; background: linear-gradient(135deg, #004ec7 0%, #009cc7 100%); color: #FFFFFF; }

ul.bread-list li:first-child a span { display: inline-block; padding-left: 21px; box-sizing: border-box; position: relative; }

ul.bread-list li:first-child a span::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/common/icon_home.svg") no-repeat center top; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

ul.bread-list li:last-child { display: inline-block; padding: 5px 14px; box-sizing: border-box; border-radius: 20px; border: 1px solid #1651AC; background: #FFFFFF; font-size: 14px; line-height: 1; color: #1651AC; margin-right: 0; }

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 { padding: 80px 5%; }

#contact-sec .cnt { display: block; margin-bottom: 80px; }

#contact-sec .c_box { display: block; position: relative; }

#contact-sec .c_box::before { content: ""; display: block; width: 123px; height: 129px; background: url("../img/common/c_il01.png") no-repeat center; background-size: contain; position: absolute; top: -57px; left: -11px; z-index: 1; }

#contact-sec .c_box .box { padding: 32px 20px; box-sizing: border-box; border-radius: 10px; background: rgba(255, 255, 255, 0.08); margin-bottom: 10px; }

#contact-sec .c_box .box:last-child { margin-bottom: 0; }

#contact-sec .c_box .box .icon { width: 32px; }

#contact-sec .c_box .box h3 { font-size: 20px; line-height: 1.2; margin: 24px 0; }

#contact-sec .c_box .box .tel_box .tel .num { color: #FFFFFF; }

#contact-sec .c_box .box03 h3 { margin-bottom: 17px; }

#contact-sec .c_box .box03 .btn01 { margin: 0 auto; text-align: left; }

#map-sec { width: 100%; height: 400px; }

#map-sec iframe { width: 100%; height: 100%; }

#footer .footer_box { display: block; padding: 80px 5%; box-sizing: border-box; }

#footer .footer_box .left { margin-top: 80px; }

#footer .footer_box .left .logo { max-width: 312px; width: 100%; margin-bottom: 24px; }

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

#footer .footer_box .left .address { line-height: 1.4; margin-bottom: 24px; }

#footer .footer_box .left .info-list li { line-height: 1.2; margin-bottom: 16px; }

#footer .footer_box .left .info-list li:last-child { margin-bottom: 0; }

#footer .footer_box .left .info-list li span { display: inline-block; margin-right: 4px; }

#footer .footer_box .left .info-list li span.sub_text { display: block; font-size: 14px; margin: 4px 0 0; }

#footer .footer_box .left .sns-link { margin-top: 40px; }

#footer .footer_box .left .sns-link li { width: calc(20% - 8px); max-width: 60px; height: auto; aspect-ratio: 1 / 1; margin-right: 10px; }

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

.navs-list { width: 100%; justify-content: space-between; display: flex; }

.navs-list > ul.navs-list01 { width: 63%; }

.navs-list > ul.navs-list02 { width: 30%; }

.navs-list > ul.navs-list00 > li { margin-bottom: 32px; }

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

.navs-list > ul.navs-list00 > li > a { display: inline-block; line-height: 1.2; font-weight: 700; }

.navs-list > ul.navs-list00 > li.external-link > a { padding-right: 20px; box-sizing: border-box; position: relative; }

.navs-list > ul.navs-list00 > li.external-link > a::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/common/icon_external03.svg") no-repeat center; background-size: contain; position: absolute; top: 0; right: 0; transition: 0.3s; }

#footer .bottom_box { display: block; padding: 40px 5% 80px; box-sizing: border-box; border-top: 1px solid #F5F5F5; }

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

#footer .bottom_box .link_list li { font-size: 14px; line-height: 1.2; margin-right: 24px; }

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

#footer .bottom_box .copyright_box { margin-top: 40px; text-align: center; }

#footer .bottom_box .copyright_box .text { font-size: 13px; line-height: 1.2; margin-bottom: 16px; }

#footer .bottom_box .copyright_box .copyright { font-size: 13px; line-height: 1.2; }

/*parts
=========================================== */
.slider01 { margin-bottom: 40px; }
.slider01 .slick-track { display: flex; }
.slider01 .slick-track .slick-slide { height: auto; }
.slider01 .slick-track .slick-slide > a { height: 100%; }
.slider01 .slick-prev, .slider01 .slick-next { width: 64px; height: 64px; background: transparent; border-radius: 6px; border-radius: 6px; border: 1px solid #FFFFFF; box-shadow: 0 0 40px 0 rgba(17, 65, 140, 0.08); box-sizing: border-box; transition: 0.3s; top: auto; bottom: -104px; z-index: 1; opacity: 0.4; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 11px; height: 13px; opacity: 1; background-image: url("../img/common/slide_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: transparent; opacity: 1; }
.slider01 .slick-prev { left: 50%; transform: translate(-70px, 0); }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { right: 50%; transform: translate(70px, 0); }

.slider01:has(.slick-arrow) { margin-bottom: 144px; }

.cate-list { width: auto; }
.cate-list li { line-height: 1; padding: 6px 12px; box-sizing: border-box; border-radius: 40px; margin: 0 4px 4px 0; }
.cate-list li:last-child { margin-right: 0; }

.blog01 a { display: block; width: 100%; border-radius: 10px; overflow: hidden; position: relative; }
.blog01 a .img { width: 100%; aspect-ratio: 25 / 18; overflow: hidden; }
.blog01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.blog01 a .box_in { padding: 20px; box-sizing: border-box; }
.blog01 a .box_in .title { font-size: 18px; line-height: 1.5; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog01 a .box_in .cate-list { margin-top: 16px; }
.blog01 a .box_in .time { display: block; line-height: 1; margin-top: 12px; }
.blog01 a .arrow { width: 32px; height: 32px; background-color: #1651AC; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 7px; border: 1px solid #1651AC; box-sizing: border-box; border-radius: 50%; position: absolute; bottom: 20px; right: 19px; transition: 0.3s; }

.case01 a { display: block; width: 100%; border-radius: 10px; overflow: hidden; position: relative; }
.case01 a .img { width: 100%; aspect-ratio: 18 / 13; overflow: hidden; }
.case01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.case01 a .info_box { padding: 20px; box-sizing: border-box; }
.case01 a .info_box .cate-list { margin-bottom: 12px; }
.case01 a .info_box h3 { font-size: 20px; line-height: 1.5; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.case01 a .info_box .info-list { margin-top: 16px; }
.case01 a .info_box .info-list li { display: flex; align-items: center; margin-bottom: 5px; }
.case01 a .info_box .info-list li:last-child { margin-bottom: 0; }
.case01 a .info_box .info-list li .th { width: 64px; padding: 4px 8px; box-sizing: border-box; border-radius: 40px; line-height: 1; margin-right: 10px; }
.case01 a .info_box .info-list li .td { width: calc(100% - 74px); line-height: 1; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; }
.case01 a .info_box .time { display: block; line-height: 1; margin-top: 16px; }
.case01 a .arrow { width: 32px; height: 32px; background-color: #1651AC; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 7px; border: 1px solid #1651AC; box-sizing: border-box; border-radius: 50%; position: absolute; bottom: 16px; right: 16px; transition: 0.3s; }

.equipment01 { background: #FFFFFF; border-radius: 6px; box-shadow: 4px 4px 30px 0 rgba(3, 23, 48, 0.12); }
.equipment01 .img { width: 100%; aspect-ratio: 7 / 5; border-radius: 6px 6px 0 0; overflow: hidden; }
.equipment01 .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.equipment01 .info_box { padding: 24px; box-sizing: border-box; }
.equipment01 .info_box h3 { font-size: 20px; line-height: 1.4; }
.equipment01 .info_box .info-list { margin-top: 16px; }
.equipment01 .info_box .info-list li { display: flex; align-items: flex-start; margin-bottom: 6px; }
.equipment01 .info_box .info-list li:last-child { margin-bottom: 0; }
.equipment01 .info_box .info-list li .th { width: 100px; padding: 1px 10px; box-sizing: border-box; border: 1px solid #1651AC; border-radius: 100px; font-size: 14px; margin-right: 10px; }
.equipment01 .info_box .info-list li .td { width: calc(100% - 110px); font-size: 14px; margin-top: 2px; }

.anchor-links01 { display: block; }
.anchor-links01 li { margin-bottom: 8px; }
.anchor-links01 li:last-child { margin-bottom: 0; }
.anchor-links01 li a { display: block; padding: 8px 40px 9px 15px; box-sizing: border-box; border-radius: 6px; border: 1px solid #1651AC; background: #FFFFFF; box-shadow: 4px 4px 8px 0 rgba(3, 23, 48, 0.08); font-weight: 700; color: #1651AC; position: relative; }
.anchor-links01 li a::before { content: ""; display: block; width: 16px; height: 10px; background: url("../img/common/anchor_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }

.wrap.twin div#two-side { margin-top: 100px; }
.wrap.twin div#two-side .side_box { margin-bottom: 32px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-title { padding: 9px 16px 10px; box-sizing: border-box; border-radius: 10px 10px 0 0; margin-bottom: 8px; }
.wrap.twin div#two-side .side_box .side-inner { margin-top: 8px; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 48px; padding: 15px 40px 15px 16px; box-sizing: border-box; border: 1px solid #1651AC; border-radius: 10px; background: url("../img/common/select_arrow.svg") no-repeat center right 8px, #FFFFFF; background-size: 24px; -webkit-appearance: none; appearance: none; font-family: 'NotoSansJP'; font-size: 16px; line-height: 1; font-weight: 400; color: #1651AC !important; cursor: pointer; }
.wrap.twin div#two-side .side_box .side-inner select option { color: #1651AC !important; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 35px; height: 35px; border: 1px solid #1651AC; border-radius: 4px; box-sizing: border-box; margin: 0 5px; text-decoration: none; font-family: "Inter"; font-size: 18px; line-height: 1; font-weight: 600; color: #1651AC; line-height: 33px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 58px; }
.wp-pagenavi span.current { background: #1651AC; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { font-size: 14px; width: auto; 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: ""; width: 4px; height: 8px; background-image: url("../img/common/page_arrow01.svg"); background-repeat: no-repeat; background-position: 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; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 10px; height: 8px; background-image: url("../img/common/page_arrow02.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.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 { margin-top: 80px; }

.post-navigation ul { width: 100%; max-width: 380px; justify-content: center; align-items: center; position: relative; margin: 0 auto; }

.post-navigation ul > li a { display: block; width: 60px; height: 60px; box-sizing: border-box; border: 1px solid #1651AC; background: transparent; border-radius: 4px; font-size: 16px; line-height: 1.2; font-weight: 700; text-align: center; position: relative; }
.post-navigation ul > li a::before { content: ""; display: block; width: 4px; height: 8px; 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: calc(100% - 140px); margin: 0 10px; }
.post-navigation ul > li.blog-back a { width: 100%; display: flex; justify-content: center; align-items: center; background: #1651AC; color: #FFFFFF; }
.post-navigation ul > li.blog-back a::before { display: none; }

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

/*TOPページ　p01
=========================================== */
.home #range-sec01 { padding: 80px 5% 240px; }

#topbox01 { padding: 40px 5%; position: relative; }
#topbox01 .bg-text { width: 100%; height: 231px; background: url("../img/top/bg_text01.png") repeat-x center; background-size: cover; animation: textMove01 120s linear infinite; position: absolute; top: 80px; left: 0; }
@keyframes textMove01 { 0% { background-position: 0 0; }
  100% { background-position: -2254px 0; } }
#topbox01 .top_blog_box { width: 100%; border-radius: 5px; box-shadow: 0 0 40px 0 rgba(17, 65, 140, 0.08); margin-bottom: 40px; }
#topbox01 .top_blog_box h3 { display: flex; justify-content: center; align-items: center; width: 40px; border-radius: 5px 0 0 5px; line-height: 1.2; }
#topbox01 .top_blog_box .box_in { display: block; width: calc(100% - 40px); padding: 24px; box-sizing: border-box; }
#topbox01 .top_blog_box .box_in .top-blog01 a { display: block; }
#topbox01 .top_blog_box .box_in .top-blog01 a .time { display: block; line-height: 1.2; margin-bottom: 8px; }
#topbox01 .top_blog_box .box_in .top-blog01 a .title { display: block; line-height: 1.2; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; }
#topbox01 .cnt { display: block; }
#topbox01 .cnt .text_box .point { font-family: 'NotoSansJP'; font-size: 32px; line-height: 1.4; margin-bottom: 23px; }
#topbox01 .cnt .text_box .point .text_bg_grad { padding: 0 8px 2px; margin-bottom: 4px; }
#topbox01 .cnt .text_box .point .text_bg_grad:last-child { margin-bottom: 0; }
#topbox01 .cnt .img_box { width: 105%; max-width: 480px; margin: 40px auto 0; }

.top-bg_img01 { width: calc(100% - 20px); height: 200px; background-repeat: no-repeat; background-size: cover; position: relative; z-index: 1; }

#top-bg_img01 { background-image: url("../img/top/bg_img01.png"); background-position: center left; margin-bottom: -40px; }

#topbox02 { padding-top: 80px; background: url("../img/top/bg01_sp.png") repeat center top; background-size: contain; margin-bottom: -40px; }
#topbox02 .wrap { padding: 0 5%; box-sizing: border-box; }
#topbox02 .nayami_box { padding: 24px 16px; box-sizing: border-box; border-radius: 20px; background: rgba(255, 255, 255, 0.48); box-shadow: 0 0 40px 0 rgba(17, 65, 140, 0.03); }
#topbox02 .nayami_box .nayami-list { display: block; margin-bottom: 8px; }
#topbox02 .nayami_box .nayami-list:last-child { margin-bottom: 0; }
#topbox02 .nayami_box .nayami-list .nayami01 { padding: 16px 10px; box-sizing: border-box; border-radius: 20px 20px 20px 0; font-size: 15px; margin-bottom: 8px; }
#topbox02 .nayami_box .nayami-list .nayami01:last-child { margin-bottom: 0; }
#topbox02 .point_box { display: block; max-width: 350px; padding: 24px 20px; box-sizing: border-box; border-radius: 10px; margin: 80px auto 0; position: relative; }
#topbox02 .point_box::before { content: ""; display: block; width: 64px; height: 32px; background: url("../img/top/r_arrow.png") no-repeat center; background-size: contain; position: absolute; top: -56px; left: 50%; transform: translateX(-50%); }
#topbox02 .point_box::after { content: ""; display: block; width: 88px; height: 135px; background: url("../img/top/r_il02.png") no-repeat center; background-size: contain; position: absolute; bottom: 0; right: 0; }
#topbox02 .point_box .point { padding: 8px 16px; box-sizing: border-box; border-radius: 5px; margin-bottom: 20px; }
#topbox02 .point_box .point span { font-size: 18px; line-height: 1.4; }
#topbox02 .point_box .text01 { width: calc(100% - 80px); font-size: 24px; line-height: 1.4; }
#topbox02 .reason_box { padding: 40px 0; border-radius: 40px; margin-top: 80px; position: relative; z-index: 1; }
#topbox02 .reason_box .reason-list .reason01 { display: block; padding: 40px 0; border-bottom: 1px solid #215EBD; }
#topbox02 .reason_box .reason-list .reason01:first-child { padding-top: 0; }
#topbox02 .reason_box .reason-list .reason01:nth-child(-n+2) .text_box h3 .text_bg_grad { margin-top: 0; margin-bottom: 4px; }
#topbox02 .reason_box .reason-list .reason01:nth-child(3) .text_box h3 .text_bg_grad { margin-right: 0; margin-left: 4px; }
#topbox02 .reason_box .reason-list .reason01:last-child { padding-bottom: 0; border-bottom: 0; position: relative; }
#topbox02 .reason_box .reason-list .reason01:last-child::before { content: ""; display: block; width: 113px; height: 133px; background: url("../img/top/r_il03.png") no-repeat center; background-size: contain; position: absolute; bottom: -32px; left: -19px; z-index: 1; }
#topbox02 .reason_box .reason-list .reason01 .text_box .num { display: inline-block; font-size: 16px; color: #3F68A7; line-height: 1; margin-bottom: 32px; }
#topbox02 .reason_box .reason-list .reason01 .text_box .sub_title { line-height: 1; margin-bottom: 20px; }
#topbox02 .reason_box .reason-list .reason01 .text_box h3 { font-size: 24px; line-height: 1.2; margin-bottom: 24px; }
#topbox02 .reason_box .reason-list .reason01 .text_box h3 .text_bg_grad { margin-top: 4px; margin-right: 4px; }
#topbox02 .reason_box .reason-list .reason01 .img_box { margin-top: 40px; }
#topbox02 .reason_box .btn01 { margin-top: 80px; }

#topbox03 { padding: 120px 5% 80px; background-image: url("../img/top/bg02_sp.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; }
#topbox03 .cnt { display: block; }
#topbox03 .cnt .text_box .midashi { font-size: 32px; line-height: 1.4; margin-bottom: 24px; }
#topbox03 .cnt .img_box { width: 100%; max-width: 350px; aspect-ratio: 13 / 7; position: relative; margin: 40px auto 0; }
#topbox03 .cnt .img_box .img00 { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 54%; aspect-ratio: 1 / 1; border-radius: 50%; background: linear-gradient(117deg, rgba(0, 78, 199, 0.8) 0%, rgba(0, 156, 199, 0.8) 100%); position: absolute; top: 0; }
#topbox03 .cnt .img_box .img00 img { width: 78px; }
#topbox03 .cnt .img_box .img00 .text { font-size: 20px; line-height: 1.2; margin-top: 10px; margin-bottom: 16px; }
#topbox03 .cnt .img_box .img01 { left: 0; }
#topbox03 .cnt .img_box .img02 { right: 0; }
#topbox03 #js-btn { display: none; }

#topbox04 { padding: 80px 5%; }
#topbox04 .title_box { display: block; margin-bottom: 40px; }
#topbox04 .tec-list { display: block; }
#topbox04 .tec-list .tec01 { margin-bottom: 40px; }
#topbox04 .tec-list .tec01:last-child { margin-bottom: 0; }
#topbox04 .tec-list .tec01 a { display: block; width: 100%; }
#topbox04 .tec-list .tec01 a .img { width: 100%; aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; margin-bottom: 16px; position: relative; }
#topbox04 .tec-list .tec01 a .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#topbox04 .tec-list .tec01 a .img .img_in { justify-content: space-between; align-items: flex-end; padding: 0 20px; box-sizing: border-box; position: absolute; bottom: 20px; left: 0; z-index: 1; }
#topbox04 .tec-list .tec01 a .img .img_in .midashi { width: calc(100% - 40px); font-size: 24px; line-height: 1.4; }
#topbox04 .tec-list .tec01 a .img .img_in .arrow { width: 32px; height: 32px; background-color: #1651AC; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 7px; border: 1px solid #1651AC; box-sizing: border-box; border-radius: 50%; }

#topbox05 { padding: 80px 5%; position: relative; }
#topbox05::before { content: ""; display: block; width: 100%; height: 57%; background: #1651AC; position: absolute; bottom: 0; left: 0; }
#topbox05 .wrap { z-index: 1; }
#topbox05 .wrap::before { content: ""; display: block; width: 240px; height: 166px; background: url("../img/top/ca_il01.png") no-repeat center; background-size: contain; position: absolute; top: -120px; right: -40px; z-index: 1; }

#range-sec01 .range-list { display: block; }
#range-sec01 .range-list .range00 { padding: 45px 20px 32px; box-sizing: border-box; border-radius: 10px; margin-bottom: 20px; }
#range-sec01 .range-list .range00:last-child { margin-bottom: 0; }
#range-sec01 .range-list .range00 h3 { padding-left: 58px; box-sizing: border-box; font-size: 24px; line-height: 1; margin-bottom: 37px; position: relative; }
#range-sec01 .range-list .range00 h3 img { display: block; width: 50px; position: absolute; top: -13px; left: 0; }
#range-sec01 .range-list .range00 .list li { padding-left: 1em; text-indent: -1em; }
#range-sec01 .range-list .range01 .info_box { display: block; }
#range-sec01 .range-list .range01 .info_box .box { padding: 40px 20px 30px; box-sizing: border-box; border-radius: 10px; margin-bottom: 10px; }
#range-sec01 .range-list .range01 .info_box .box:last-child { margin-bottom: 0; }
#range-sec01 .range-list .range01 .info_box .box h4 { padding-left: 60px; box-sizing: border-box; font-size: 20px; line-height: 1.5; margin-bottom: 34px; position: relative; }
#range-sec01 .range-list .range01 .info_box .box h4 img { display: block; width: 50px; position: absolute; top: -10px; left: 0; }
#range-sec01 .range-list .range01 .info_box .box .info-list li { display: flex; align-items: flex-start; margin-bottom: 5px; }
#range-sec01 .range-list .range01 .info_box .box .info-list li:last-child { margin-bottom: 0; }
#range-sec01 .range-list .range01 .info_box .box .info-list li .th { width: 48px; padding: 4px 8px; box-sizing: border-box; border-radius: 40px; line-height: 1; margin-right: 10px; }
#range-sec01 .range-list .range01 .info_box .box .info-list li .td { width: calc(100% - 58px); line-height: 1; }
#range-sec01 .range-list .range01 .info_box .box .info-list li .td em { display: inline-block; font-size: 24px; margin-right: 4px; }
#range-sec01 .range-list .range02 .point { line-height: 23px; margin-bottom: 16px; }
#range-sec01 .range-list .range02 .point span { display: inline-block; margin-right: 4px; }
#range-sec01 .range-list .range02 .point span em { display: inline-block; font-size: 32px; }
#range-sec01 .range-list .range04 .info_box { display: block; margin-top: 16px; }
#range-sec01 .range-list .range04 .info_box .box { padding: 20px; box-sizing: border-box; border-radius: 10px; margin-bottom: 10px; }
#range-sec01 .range-list .range04 .info_box .box:last-child { margin-bottom: 0; }
#range-sec01 .range-list .range04 .info_box .box .midashi { display: inline-block; padding: 4px 16px; box-sizing: border-box; border-radius: 40px; line-height: 1; margin-bottom: 8px; }
#range-sec01 .range-list .range04 .info_box .box .list { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
#range-sec01 .range-list .range04 .info_box .box .list li { width: 50%; box-sizing: border-box; }
#range-sec01 .range-list .range04 .info_box .box .sub_text { padding-left: 1em; text-indent: -1em; margin-top: 4px; }

#top-bg_img02 { background-image: url("../img/top/bg_img02_sp.png"); background-position: center right; margin: -160px 0 0 auto; }

#topbox06 { padding: 80px 5%; }
#topbox06 .title_box { display: block; margin-bottom: 40px; }
#topbox06 .industries-list .industry00 { width: calc(50% - 5px); margin: 24px 10px 0 0; }
#topbox06 .industries-list .industry00:nth-child(-n+2) { margin-top: 0; }
#topbox06 .industries-list .industry00:nth-child(2n) { margin-right: 0; }
#topbox06 .industries-list .industry00:last-child { margin-right: 0; }
#topbox06 .industries-list .industry00 .img { width: 100%; aspect-ratio: 163 / 120; border-radius: 10px; overflow: hidden; }
#topbox06 .industries-list .industry00 .img .in_img { width: 100%; height: 100%; }
#topbox06 .industries-list .industry00 .midashi { font-size: 18px; line-height: 1; margin-top: 12px; }
#topbox06 .industries-list01 { margin-bottom: 24px; }

#topbox07 { padding: 80px 5% 160px; }
#topbox07 .onestop_box { justify-content: space-between; }
#topbox07 .onestop_box .onestop-list { display: block; width: calc(100% - 106px); }
#topbox07 .onestop_box .onestop-list li { display: flex; align-items: flex-start; flex-wrap: wrap; padding: 16px 24px; box-sizing: border-box; border-radius: 5px; margin-bottom: 4px; }
#topbox07 .onestop_box .onestop-list li:last-child { margin-bottom: 0; }
#topbox07 .onestop_box .onestop-list li .num { width: 27px; line-height: 1; color: #3F68A7; margin-top: 4px; }
#topbox07 .onestop_box .onestop-list li .text { width: calc(100% - 27px); line-height: 1.4; }
#topbox07 .onestop_box .arrow_box { display: flex; justify-content: center; align-items: center; width: 82px; position: relative; }
#topbox07 .onestop_box .arrow_box::before { content: ""; display: block; width: 48px; height: calc(100% - 32px); background: #215BB5; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#topbox07 .onestop_box .arrow_box::after { content: ""; display: block; width: 100%; height: 32px; background: #215BB5; clip-path: polygon(50% 100%, 0 0, 100% 0); position: absolute; bottom: 0; left: 0; }
#topbox07 .onestop_box .arrow_box p { font-size: 20px; line-height: 1.1; position: relative; z-index: 1; margin-bottom: 29px; }
#topbox07 .cnt { display: block; margin-top: 40px; }
#topbox07 .cnt .text_box .point { font-size: 32px; margin-bottom: 24px; }
#topbox07 .cnt .img_box { justify-content: space-between; margin-top: 40px; }
#topbox07 .cnt .img_box .box00 { width: calc(50% - 5px); border-radius: 10px; overflow: hidden; }
#topbox07 .cnt .img_box .box00 .midashi { padding: 9px 0 10px; box-sizing: border-box; line-height: 1.2; }
#topbox07 .cnt .img_box .box00 .box_in { padding-top: 10px; box-sizing: border-box; text-align: center; }
#topbox07 .cnt .img_box .box00 .box_in img { width: auto; height: 28.27vw; }
#topbox07 .cnt .img_box .box01 .midashi { background: #3B3B3B; }
#topbox07 .btn01 { margin-left: auto; margin-right: auto; }

#topbox08 { padding: 0 5% 80px; }
#topbox08 .btn-list { display: block; margin-top: -80px; }
#topbox08 .btn-list .btn { margin-bottom: 40px; }
#topbox08 .btn-list .btn:last-child { margin-bottom: 0; }
#topbox08 .btn-list .btn a { display: block; width: 100%; }
#topbox08 .btn-list .btn a .img { width: 100%; aspect-ratio: 27 / 19; border-radius: 10px; overflow: hidden; margin-bottom: 16px; position: relative; }
#topbox08 .btn-list .btn a .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#topbox08 .btn-list .btn a .img .img_in { justify-content: space-between; align-items: flex-end; padding: 0 16px 0 24px; box-sizing: border-box; position: absolute; bottom: 16px; left: 0; z-index: 1; }
#topbox08 .btn-list .btn a .img .img_in .title01 { width: calc(100% - 40px); margin-bottom: 8px; }
#topbox08 .btn-list .btn a .img .img_in .title01 .en { font-size: 44px; line-height: 1; padding-bottom: 5px; }
#topbox08 .btn-list .btn a .img .img_in .arrow { width: 30px; height: 30px; background-color: #1651AC; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 7px; border: 1px solid #1651AC; box-sizing: border-box; border-radius: 50%; }

#topbox09 { padding: 80px 5%; }
#topbox09 .cnt { display: block; }
#topbox09 #news-slider01 .slick-prev, #topbox09 #news-slider01 .slick-next { border: 1px solid #1651AC; }
#topbox09 #news-slider01 .slick-prev::before, #topbox09 #news-slider01 .slick-next::before { background-image: url("../img/common/slide_arrow02.svg"); }
#topbox09 .btn-list { display: block; margin-top: 80px; }
#topbox09 .btn-list .btn { margin-bottom: 20px; }
#topbox09 .btn-list .btn:last-child { margin-bottom: 0; }
#topbox09 .btn-list .btn a { display: block; width: 100%; aspect-ratio: 79 / 44; border-radius: 10px; overflow: hidden; position: relative; }
#topbox09 .btn-list .btn a img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#topbox09 .btn-list .btn a .img_in { display: block; padding: 0 24px; box-sizing: border-box; position: absolute; bottom: 24px; left: 0; z-index: 1; }
#topbox09 .btn-list .btn a .img_in .title01 { margin-bottom: 0; }
#topbox09 .btn-list .btn a .img_in .title01 .en { font-size: 44px; line-height: 1; }
#topbox09 .btn-list .btn a .img_in .arrow { width: 30px; height: 30px; background-color: #1651AC; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 7px; border: 1px solid #1651AC; box-sizing: border-box; border-radius: 50%; position: absolute; bottom: -4px; right: 20px; }
#topbox09 .btn-list .btn a .img_in .arrow.external { background-image: url("../img/common/icon_external02.svg"); background-size: 16px; }

/*マシニングセンタ加工　p02
=========================================== */
section.common-sec01 .cnt { display: block; }
section.common-sec01 .cnt .text_box .sub_title { display: inline-block; padding: 8px 16px; box-sizing: border-box; border-radius: 20px; line-height: 1; margin-bottom: 16px; }
section.common-sec01 .cnt .text_box .box_in { display: block; width: 100%; max-width: 380px; margin: 18px auto 0; position: relative; }
section.common-sec01 .cnt .text_box .box_in img.img01 { display: block; width: 218px; }
section.common-sec01 .cnt .text_box .box_in img.img02 { display: block; width: 208px; position: absolute; top: 72px; right: -10px; }
section.common-sec01 .cnt .img_box { margin-top: 56px; }

section#p02box01.common-sec01 .cnt .text_box .box_in { max-width: 340px; }
section#p02box01.common-sec01 .cnt .text_box .box_in img.img01 { width: 210px; }
section#p02box01.common-sec01 .cnt .text_box .box_in img.img02 { width: 280px; top: 16px; right: -71px; }

section.common-sec02 { border-radius: 40px; }
section.common-sec02 h2 { padding: 16px 0; box-sizing: border-box; background: #215BB5; font-size: 28px; line-height: 1; margin-bottom: 16px; }
section.common-sec02 .cnt { display: block; }
section.common-sec02 .cnt .text_box .midashi { font-size: 32px; line-height: 1.2; margin-bottom: 24px; }
section.common-sec02 .cnt .text_box .midashi .text_bg_grad { margin-bottom: 10px; }
section.common-sec02 .cnt .text_box p.text { padding: 8px 12px; box-sizing: border-box; line-height: 1.4; margin-top: 16px; }
section.common-sec02 .cnt .img_box { margin-bottom: 24px; }

section.common-sec03 .feat-list .feat01 { display: block; margin-bottom: 48px; }
section.common-sec03 .feat-list .feat01:last-child { margin-bottom: 0; }
section.common-sec03 .feat-list .feat01 .text_box .num { display: inline-block; width: 72px; padding: 6px 0; box-sizing: border-box; border-radius: 20px; font-size: 18px; line-height: 1; font-weight: 600; margin-bottom: 8px; }
section.common-sec03 .feat-list .feat01 .text_box h3 { font-size: 30px; line-height: 1.4; margin-bottom: 16px; }
section.common-sec03 .feat-list .feat01 .img_box { margin-bottom: 16px; }
section.common-sec03 .feat-list .feat01 .img_box img { border-radius: 10px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }

#industries-sec { background: url("../img/p02/bg01_sp.png") no-repeat center; background-size: cover; }
#industries-sec .title02 { margin-bottom: 40px; }
#industries-sec #industries-slider { display: flex; flex-wrap: wrap; }
#industries-sec #industries-slider .industry01 { width: calc(50% - 4px); margin: 40px 8px 0 0; }
#industries-sec #industries-slider .industry01:nth-child(-n+2) { margin-top: 0; }
#industries-sec #industries-slider .industry01:nth-child(2n) { margin-right: 0; }
#industries-sec #industries-slider .industry01:last-child { margin-right: 0; }
#industries-sec #industries-slider .industry01 .in_img { width: 100%; height: 26.93vw; border-radius: 4px; }
#industries-sec #industries-slider .industry01 .midashi { font-size: 18px; line-height: 1; font-weight: 500; margin-top: 8px; }

#case-sec01 { padding: 80px 5%; }
#case-sec01 #case-slider01 .case01 { margin: 0 5px; }
#case-sec01 #case-slider01 .case01 a { height: 100%; }

/*NC旋盤加工　p03
=========================================== */
/*その他加工　p04
=========================================== */
.common_box01 { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
.common_box01 h3 { padding: 10px 0; box-sizing: border-box; font-size: 20px; line-height: 1; }
.common_box01 .box_in { padding: 24px 32px; box-sizing: border-box; }
.common_box01 .box_in .list01 li { padding-left: 22px; box-sizing: border-box; line-height: 1.2; position: relative; margin-bottom: 24px; }
.common_box01 .box_in .list01 li:last-child { margin-bottom: 0; }
.common_box01 .box_in .list01 li .mark { display: block; width: 14px; height: 14px; border-radius: 1px; position: absolute; top: 2px; left: 0; }
.common_box01 .box_in .feat-list01 li { display: block; padding: 16px; box-sizing: border-box; margin-bottom: 16px; }
.common_box01 .box_in .feat-list01 li:last-child { margin-bottom: 0; }
.common_box01 .box_in .feat-list01 li .midashi { padding-left: 22px; box-sizing: border-box; line-height: 1.2; position: relative; margin-bottom: 8px; }
.common_box01 .box_in .feat-list01 li .midashi .mark { display: block; width: 14px; height: 14px; border-radius: 1px; position: absolute; top: 2px; left: 0; }
.common_box01 .box_in .feat-list01 li .text { line-height: 1.4; }
.common_box01 .box_in:has(.feat-list01) { padding: 16px 13px; }

section.p04box00 .cnt { display: block; }
section.p04box00 .cnt .text_box .sub_title { display: inline-block; padding: 8px 16px; box-sizing: border-box; border-radius: 20px; line-height: 1; margin-bottom: 8px; }
section.p04box00 .cnt .img_box { margin-top: 16px; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
section.p04box00 .box-list { display: block; margin-top: 24px; }
section.p04box00 .box-list .common_box01 { margin-bottom: 24px; }
section.p04box00 .box-list .common_box01:last-child { margin-bottom: 0; }

section#p04box01.p04box00 .text01 { margin-bottom: 100px; }

section#p04box02.p04box00 .cnt .text_box .common_box01 { margin-top: 24px; }
section#p04box02.p04box00 .cnt .text_box .common_box01 .box_in .list_box { display: block; }
section#p04box02.p04box00 .cnt .text_box .common_box01 .box_in .list_box .list01 { margin-bottom: 24px; }
section#p04box02.p04box00 .cnt .text_box .common_box01 .box_in .list_box .list01:last-child { margin-bottom: 0; }
section#p04box02.p04box00 .cnt .img_box { border-radius: 0; box-shadow: none; margin-top: 8px; }

/*オリジナル万華鏡制作　p05
=========================================== */
.page-kaleidoscope #case-sec01 .title_box { display: block; margin-bottom: 24px; }
.page-kaleidoscope #case-sec01 .title_box .text01 { font-size: 18px; line-height: 1.4; }
.page-kaleidoscope #case-sec01 #case-slider01 .slick-prev, .page-kaleidoscope #case-sec01 #case-slider01 .slick-next { border: 1px solid #11418C; box-shadow: 0 0 40px 0 rgba(17, 65, 140, 0.08); }
.page-kaleidoscope #case-sec01 #case-slider01 .slick-prev::before, .page-kaleidoscope #case-sec01 #case-slider01 .slick-next::before { filter: brightness(0) saturate(100%) invert(17%) sepia(58%) saturate(2802%) hue-rotate(206deg) brightness(95%) contrast(93%); }
.page-kaleidoscope #case-sec01 #case-slider01 .blog01 { margin: 0 5px; }
.page-kaleidoscope #case-sec01 #case-slider01 .blog01 a { height: 100%; }
.page-kaleidoscope #case-sec01 #case-slider01 .blog01 a .img { aspect-ratio: 84 / 65; }
.page-kaleidoscope #case-sec01 #case-slider01 .blog01 a .box_in .cate-list { margin: 0 0 14px; }
.page-kaleidoscope #case-sec01 #case-slider01 .blog01 a .box_in .title { font-size: 20px; }
.page-kaleidoscope #case-sec01 #case-slider01 .blog01 a .box_in .text { margin-top: 8px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.page-kaleidoscope #case-sec01 #case-slider01 .blog01 a .box_in .time { margin-top: 18px; }

section#p05box01.common-sec01 { padding-bottom: 140px; }
section#p05box01.common-sec01 .cnt { display: block; }

section#p05box02.common-sec02 { margin: -40px 0; }
section#p05box02.common-sec02 h2 { padding: 16px 20px; line-height: 1.2; margin-bottom: 16px; }
section#p05box02.common-sec02 .slider_box { padding: 0 30px; box-sizing: border-box; margin-bottom: 32px; }
section#p05box02.common-sec02 .slider_box:last-child { margin-bottom: 0; }
section#p05box02.common-sec02 .slider_box .midashi { padding-left: 22px; box-sizing: border-box; line-height: 1; position: relative; margin-bottom: 8px; }
section#p05box02.common-sec02 .slider_box .midashi .mark { display: block; width: 14px; height: 14px; border-radius: 1px; position: absolute; top: 1px; left: 0; }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 { margin-bottom: 0 !important; }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-prev, section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-next { width: 60px; height: 60px; background: #919FAA; border-radius: 50%; box-sizing: border-box; transition: 0.3s; transform: translate(0, -50%); }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-prev::before, section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-next::before { content: ""; display: block; width: 6px; height: 8px; opacity: 1; background-image: url("../img/p05/slide_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-prev:hover, section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-prev:focus, section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-next:hover, section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-next:focus { background: #FFFFFF; }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-prev { left: -30px; }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-prev::before { left: 16px; transform: translateY(-50%) scale(-1, 1); }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-next { right: -30px; }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-next::before { right: 16px; }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .slick-list { padding: 10px; box-sizing: border-box; border-radius: 10px; background: #020202; z-index: 1; }
section#p05box02.common-sec02 .slider_box .kaleidoscope-slider01 .img { width: 100%; aspect-ratio: 1 / 1; margin-right: 5px; }

section#p05box03.common-sec03 { padding-top: 140px; }
section#p05box03.common-sec03 .title02 { margin-bottom: 16px; }
section#p05box03.common-sec03 .sub_title { display: inline-block; padding: 8px 24px; box-sizing: border-box; border-radius: 10px; font-size: 18px; margin-bottom: 32px; }

#p05box04 { padding: 60px 5%; border-radius: 40px; margin-bottom: -40px; }
#p05box04 .title_box { padding: 16px; box-sizing: border-box; background: #215BB5; margin-bottom: 18px; line-height: 1.2; }
#p05box04 .title_box .sub_title { display: block; line-height: 1.2; }
#p05box04 .title_box h2 { font-size: 28px; margin-top: 8px; }
#p05box04 #original-slider01 { margin-bottom: 0 !important; }
#p05box04 #original-slider01 .original01 { margin: 0 5px; }
#p05box04 #original-slider01 .original01 a { display: block; width: 100%; height: 100%; border-radius: 16px 16px 0 0; overflow: hidden; pointer-events: none; }
#p05box04 #original-slider01 .original01 a .img { width: 100%; aspect-ratio: 84 / 65; overflow: hidden; }
#p05box04 #original-slider01 .original01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
#p05box04 #original-slider01 .original01 a .info_box { padding: 20px; box-sizing: border-box; }
#p05box04 #original-slider01 .original01 a .info_box h3 { font-size: 20px; line-height: 1.5; margin-bottom: 8px; }
#p05box04 #original-slider01 .original01 a .info_box .sub { display: block; padding: 6px 10px; box-sizing: border-box; border-radius: 40px; line-height: 1; margin-bottom: 8px; }
#p05box04 #original-slider01:has(.slick-arrow) { margin-bottom: 88px !important; }

#p05box05 { padding-top: 140px; }
#p05box05 .sub_title { display: inline-block; padding: 8px 16px; box-sizing: border-box; border-radius: 20px; line-height: 1; margin-bottom: 8px; }
#p05box05 .cnt { display: block; margin-bottom: 35px; }
#p05box05 .cnt .text_box .title02 { margin-bottom: 32px; }
#p05box05 .cnt .text_box > p { margin-top: 32px; }
#p05box05 .cnt .img_box { margin-top: 37px; }
#p05box05 .cnt .img_box .img { position: relative; }
#p05box05 .cnt .img_box .img .img_text { display: inline-block; padding: 12px 20px; box-sizing: border-box; background: rgba(17, 65, 140, 0.7); font-size: 18px; line-height: 1; position: absolute; bottom: 0; left: 0; z-index: 1; }
#p05box05 .cnt .img_box .text01 { line-height: 1.4; margin-top: 8px; }
#p05box05 .img-list { display: block; margin-top: 16px; }
#p05box05 .img-list .list_in { margin-bottom: 16px; }
#p05box05 .img-list .list_in:last-child { margin-bottom: 0; }
#p05box05 .img-list .list_in .img { width: 100%; position: relative; }
#p05box05 .img-list .list_in .img .img_text { display: inline-block; padding: 12px 20px; box-sizing: border-box; background: rgba(17, 65, 140, 0.7); font-size: 18px; line-height: 1; position: absolute; bottom: 0; left: 0; z-index: 1; text-align: left; }
#p05box05 .img-list .list_in .text01 { line-height: 1.4; margin-top: 8px; }

div.common_cta01 { padding: 60px 5%; background: url("../img/p05/bg04_sp.png") no-repeat center; background-size: cover; }
div.common_cta01 .box { display: block; padding: 16px 20px; box-sizing: border-box; border-radius: 20px; }
div.common_cta01 .box .img { width: 96px; margin: 0 auto 13px; }
div.common_cta01 .box .text_box .midashi { font-size: 30px; line-height: 1.2; }
div.common_cta01 .box .text_box .btn01 { margin-top: 10px; }

/*ワンストップ総合加工　p06
=========================================== */
#p06box01 .nayami_box h2 { font-size: 32px; line-height: 1.4; margin-bottom: 10px; }
#p06box01 .nayami_box .nayami-list { display: block; }
#p06box01 .nayami_box .nayami-list .list_in { justify-content: space-between; align-items: center; padding: 24px; box-sizing: border-box; background: #FFF; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); margin-bottom: 16px; }
#p06box01 .nayami_box .nayami-list .list_in:last-child { margin-bottom: 0; }
#p06box01 .nayami_box .nayami-list .list_in img { display: block; width: 100px; }
#p06box01 .nayami_box .nayami-list .list_in .text { width: calc(100% - 108px); }
#p06box01 .nayami_box .arrow-text { width: 240px; height: 180px; padding-top: 28px; box-sizing: border-box; background: url("../img/p06/arrow_sp.svg") no-repeat center bottom; background-size: contain; font-size: 28px; line-height: 1.2; margin: 0 auto; }
#p06box01 .nayami_box .arrow-text span { display: none; }
#p06box01 .cnt { display: block; margin-top: 32px; }
#p06box01 .cnt .onestop00 { box-sizing: border-box; border-radius: 10px; overflow: hidden; }
#p06box01 .cnt .onestop00 .midashi { padding: 7px 0 8px; box-sizing: border-box; font-size: 20px; }
#p06box01 .cnt .onestop00 .box_in { box-sizing: border-box; position: relative; }
#p06box01 .cnt .onestop00 .box_in .text { padding: 0 19px; box-sizing: border-box; }
#p06box01 .cnt .onestop00 .box_in img { display: block; width: calc(100% - 16px); max-width: 320px; margin: 0 auto; }
#p06box01 .cnt .onestop01 { border: 1px solid #2A2F4E; margin-bottom: 32px; }
#p06box01 .cnt .onestop01 .midashi { background: #2A2F4E; }
#p06box01 .cnt .onestop01 .box_in { padding-top: 17px; }
#p06box01 .cnt .onestop02 .box_in { padding-top: 18px; }
#p06box01 .cnt .onestop02 .box_in .text { font-size: 20px; line-height: 1.2; margin-bottom: 18px; }
#p06box01 .onestop_box { justify-content: space-between; margin-top: 34px; }
#p06box01 .onestop_box .arrow_box { display: flex; align-items: center; width: 80px; padding-left: 15px; box-sizing: border-box; background: #1651AC; position: relative; order: 1; overflow: hidden; clip-path: polygon(calc(100% - 27px) 0, calc(100% - 27px) calc(100% - 80px), 100% calc(100% - 80px), 0 100%, 0 0); }
#p06box01 .onestop_box .arrow_box .wave { width: 100%; height: 130%; background: rgba(255, 255, 255, 0.16); animation: wave01 12s 0s linear infinite; position: absolute; left: 0; bottom: 0; }
@keyframes wave01 { 0% { transform: translateY(-100%); }
  90% { transform: translateY(100%); }
  to { transform: translateY(100%); } }
#p06box01 .onestop_box .arrow_box p { font-size: 28px; line-height: 1; position: relative; z-index: 1; text-orientation: mixed; }
#p06box01 .onestop_box .arrow_box p .en { letter-spacing: 0; }
#p06box01 .onestop_box .onestop-list { display: block; width: calc(100% - 96px); }
#p06box01 .onestop_box .onestop-list li { display: flex; align-items: flex-start; flex-wrap: wrap; padding: 16px 16px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #DBE2E8; margin-bottom: 8px; }
#p06box01 .onestop_box .onestop-list li:last-child { margin-bottom: 0; }
#p06box01 .onestop_box .onestop-list li .num { display: block; width: 41px; padding: 3px 0 4px; box-sizing: border-box; border-radius: 24px; font-size: 14px; line-height: 1; margin-right: 8px; text-align: center; }
#p06box01 .onestop_box .onestop-list li .text { width: calc(100% - 50px); font-size: 18px; line-height: 1.2; }

#p06box02 { padding: 60px 5%; border-radius: 60px; }
#p06box02 .title_box { padding: 16px; box-sizing: border-box; background: #215BB5; margin-bottom: 16px; }
#p06box02 .title_box h2 { font-size: 28px; line-height: 1; }
#p06box02 .merit-list { display: block; }
#p06box02 .merit-list .merit01 { padding: 20px; box-sizing: border-box; margin-bottom: 16px; }
#p06box02 .merit-list .merit01:last-child { margin-bottom: 0; }
#p06box02 .merit-list .merit01 .num { display: inline-block; width: 72px; padding: 8px 0; box-sizing: border-box; border-radius: 20px; font-size: 18px; line-height: 1; font-weight: 600; margin-bottom: 8px; }
#p06box02 .merit-list .merit01 h3 { font-size: 20px; line-height: 1.4; margin: 8px 0; }

#p06box03 .sub_title { display: inline-block; padding: 8px 24px; box-sizing: border-box; border-radius: 10px; font-size: 18px; margin-bottom: 32px; }
#p06box03 .title02 { margin-bottom: 32px; }
#p06box03 .flow-list .flow01 { display: block; padding: 24px; box-sizing: border-box; border-radius: 6px; border: 1px solid #07346D; margin-bottom: 12px; position: relative; }
#p06box03 .flow-list .flow01:last-child { margin-bottom: 0; }
#p06box03 .flow-list .flow01:last-child::after { display: none; }
#p06box03 .flow-list .flow01::after { content: ""; display: block; width: 20px; height: 12px; background: #07346D; clip-path: polygon(50% 100%, 0 0, 100% 0); position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); }
#p06box03 .flow-list .flow01 .text_box .midashi { padding: 11px 0 11px 60px; box-sizing: border-box; font-size: 20px; line-height: 1; position: relative; margin-bottom: 8px; }
#p06box03 .flow-list .flow01 .text_box .midashi .num { display: inline-block; padding: 12px; box-sizing: border-box; border-radius: 6px; font-size: 18px; line-height: 1; position: absolute; top: 0; left: 0; }
#p06box03 .flow-list .flow01 .text_box .midashi02 { padding-right: 100px; }
#p06box03 .flow-list .flow01 .text_box .midashi02 .icon { display: inline-block; padding: 8px 16px; box-sizing: border-box; background: #FF5B2A; border-radius: 6px; font-size: 16px; line-height: 1; position: absolute; top: 5px; right: 0; }
#p06box03 .flow-list .flow01 .text_box .sub_text { margin-top: 16px; }
#p06box03 .flow-list .flow01 .img_box { margin-top: 16px; }
#p06box03 .flow-list .flow01 .img_box img { border-radius: 10px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }

div#p06box04.common_cta01 { background: url("../img/p06/bg01_sp.png") no-repeat center; background-size: cover; }
div#p06box04.common_cta01 .box { border-radius: 20px; }
div#p06box04.common_cta01 .box .img { width: 188px; margin: 0 auto; }
div#p06box04.common_cta01 .box .text_box .midashi { margin-bottom: 10px; }

/*会社案内　p07
=========================================== */
#p07box00 { padding: 40px 5%; box-sizing: border-box; }
#p07box00 .anchor-links01 { display: flex; justify-content: space-between; }
#p07box00 .anchor-links01 li { width: calc(50% - 6px); margin: 8px 12px 0 0; }
#p07box00 .anchor-links01 li:nth-child(-n+2) { margin-top: 0; }
#p07box00 .anchor-links01 li:nth-child(2n) { margin-right: 0; }
#p07box00 .anchor-links01 li:last-child { margin-right: 0; }
#p07box00 .anchor-links01 li a { padding: 3px 35px 3px 15px; }
#p07box00 .anchor-links01 li a .none { display: none; }

#p07box01 { padding-top: 40px; }
#p07box01 .cnt .text_box p { margin-bottom: 32px; }
#p07box01 .cnt .text_box p:last-child { margin-bottom: 0; }
#p07box01 .cnt .img_box { margin-top: 16px; }
#p07box01 .cnt .img_box .name { line-height: 1; margin-top: 8px; }
#p07box01 .cnt .img_box .name em { display: inline-block; margin-left: 20px; }

#p07box02 { padding: 85px 5%; background: url("../img/p07/bg01_sp.jpg") no-repeat center; background-size: cover; }
#p07box02 .box { padding: 60px 40px; box-sizing: border-box; border-radius: 20px; }
#p07box02 .box h2 { font-size: 36px; line-height: 1; margin-bottom: 16px; }
#p07box02 .box .list li { padding-left: 30px; box-sizing: border-box; font-size: 24px; line-height: 1.2; margin-bottom: 16px; position: relative; }
#p07box02 .box .list li:last-child { margin-bottom: 0; }
#p07box02 .box .list li .num { display: inline-block; font-size: 18px; line-height: 1.4; position: absolute; top: 0; left: 0; }

#p07box03 { padding: 80px 5%; }
#p07box03 .cnt { display: block; }
#p07box03 .cnt .title02 { writing-mode: horizontal-tb; white-space: normal; letter-spacing: 0; text-orientation: mixed; }
#p07box03 .cnt .company-table tr:first-child th { border-top: 1px solid #1651AC; }
#p07box03 .cnt .company-table tr:first-child td { border-top: 1px solid #E6E6E6; }
#p07box03 .cnt .company-table tr:last-child th { border-bottom: 1px solid #1651AC; }
#p07box03 .cnt .company-table tr th, #p07box03 .cnt .company-table tr td { padding: 24px 20px; box-sizing: border-box; font-size: 18px; }
#p07box03 .cnt .company-table tr th { width: 130px; background: #1651AC; border-bottom: 1px solid #297ECE; color: #FFFFFF; }
#p07box03 .cnt .company-table tr td { border-right: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; background: #FFFFFF; }

#p07box04 { padding: 80px 5%; background: url("../img/p07/bg03_sp.png") no-repeat center; background-size: cover; }
#p07box04 .box-list .box00 { padding: 32px 24px; box-sizing: border-box; border-radius: 16px; background: rgba(255, 255, 255, 0.7); margin-bottom: 24px; }
#p07box04 .box-list .box00:last-child { margin-bottom: 0; }
#p07box04 .box-list .box00 .title02 { margin-bottom: 16px; }
#p07box04 .box-list .box00 .text { margin-bottom: 16px; }
#p07box04 .box-list #about_box01.box00 .movie { width: 100%; aspect-ratio: 16/9; }
#p07box04 .box-list #about_box01.box00 .movie iframe { width: 100%; height: 100%; }
#p07box04 .box-list #about_box02.box00 .title_box { display: block; margin-bottom: 16px; }
#p07box04 .box-list #about_box02.box00 .title_box .title02 { margin-bottom: 16px; }
#p07box04 .box-list #about_box02.box00 .title_box .point { font-size: 20px; line-height: 1.4; }
#p07box04 .box-list #about_box02.box00 .img-list { display: block; margin-top: 16px; }
#p07box04 .box-list #about_box02.box00 .img-list .img { margin-bottom: 16px; position: relative; }
#p07box04 .box-list #about_box02.box00 .img-list .img:last-child { margin-bottom: 0; }
#p07box04 .box-list #about_box02.box00 .img-list .img img { border-radius: 8px; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); }
#p07box04 .box-list #about_box02.box00 .img-list .img .name { display: inline-block; padding: 3px 11px; box-sizing: border-box; border-radius: 13px; background: rgba(0, 0, 0, 0.6); position: absolute; bottom: 13px; left: 12px; z-index: 1; }

#p07box05 .cnt { display: block; }
#p07box05 .cnt .access-list .access01 { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #0F407E; }
#p07box05 .cnt .access-list .access01:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
#p07box05 .cnt .access-list .access01 h3 { align-items: center; margin-bottom: 8px; }
#p07box05 .cnt .access-list .access01 h3 .icon { width: 48px; border-radius: 50%; margin-right: 12px; box-shadow: 4px 4px 30px 0 rgba(3, 23, 48, 0.12); }
#p07box05 .cnt .access-list .access01 h3 .text { width: calc(100% - 60px); font-size: 20px; line-height: 1.4; }
#p07box05 .cnt .img_box { margin-top: 24px; }

#p07box06 .cnt { display: block; }
#p07box06 .cnt .title02 { margin-bottom: 40px; }
#p07box06 .cnt .history-list .history01 { align-items: flex-start; padding: 20px 0 20px 8px; box-sizing: border-box; border-bottom: 1px solid #D8E2E9; position: relative; }
#p07box06 .cnt .history-list .history01:first-child::before { height: calc(100% - 36px); top: 36px; }
#p07box06 .cnt .history-list .history01:last-child::before { height: 36px; }
#p07box06 .cnt .history-list .history01::before { content: ""; display: block; width: 2px; height: 100%; background: url("../img/p07/line01.png") repeat-y center top; background-size: contain; position: absolute; top: 0; left: 11px; z-index: -1; }
#p07box06 .cnt .history-list .history01 .circle { width: 8px; height: 8px; border-radius: 50%; margin-top: 11px; }
#p07box06 .cnt .history-list .history01 .year { width: 75px; font-size: 28px; line-height: 1; text-align: right; margin-right: 8px; }
#p07box06 .cnt .history-list .history01 .list { width: calc(100% - 91px); }
#p07box06 .cnt .history-list .history01 .list li { align-items: flex-start; }
#p07box06 .cnt .history-list .history01 .list li .month { width: 40px; margin-right: 10px; }
#p07box06 .cnt .history-list .history01 .list li .text { width: calc(100% - 50px); }

/*設備紹介　p08
=========================================== */
#p08box01 .cnt { display: block; margin-bottom: 48px; }
#p08box01 .cnt .point { font-size: 32px; line-height: 1.4; margin-bottom: 16px; }
#p08box01 .anchor-links01 { margin-bottom: 60px; }
#p08box01 .equipment_box { margin-bottom: 120px; }
#p08box01 .equipment_box:last-child { margin-bottom: 0; }
#p08box01 .equipment_box .title { padding: 22px 24px; box-sizing: border-box; border-radius: 6px; font-size: 20px; line-height: 1; margin-bottom: 16px; }
#p08box01 .equipment_box .equipment-list { display: block; margin-bottom: 68px; }
#p08box01 .equipment_box .equipment-list .equipment01 { margin-bottom: 40px; }
#p08box01 .equipment_box .equipment-list .equipment01:last-child { margin-bottom: 0; }
#p08box01 .equipment_box .equipment-table { width: 1100px; table-layout: fixed; }
#p08box01 .equipment_box .equipment-table tr th, #p08box01 .equipment_box .equipment-table tr td { padding: 16px; box-sizing: border-box; border-bottom: 1px solid #CCDCEA; font-size: 18px; line-height: 1.2; }
#p08box01 .equipment_box .equipment-table tr th { width: 400px; background: #EFF5FB; font-weight: 500; }
#p08box01 .equipment_box .equipment-table tr td { background: #FFFFFF; font-weight: 500; }
#p08box01 .equipment_box .equipment-table tr td:nth-child(2) { width: 240px; }
#p08box01 .equipment_box .equipment-table tr td:nth-child(3) { width: 160px; }
#p08box01 .equipment_box .equipment-table tr td:nth-child(4) { width: 220px; }
#p08box01 .equipment_box .equipment-table tr td:nth-child(5) { width: 80px; }
#p08box01 .equipment_box .equipment-table tr.first th { width: auto; background: #F3F3F3; font-weight: 700; }
#p08box01 .equipment_box .equipment-table tr.first th:first-child { width: 400px; background: #D9ECFF; }
#p08box01 .equipment_box .equipment-table tr.first th:nth-child(2) { width: 240px; }
#p08box01 .equipment_box .equipment-table tr.first th:nth-child(3) { width: 160px; }
#p08box01 .equipment_box .equipment-table tr.first th:nth-child(4) { width: 220px; }
#p08box01 .equipment_box .equipment-table tr.first th:nth-child(5) { width: 80px; }

/*提案力と品質管理　p09
=========================================== */
#p09box01 .cnt { display: block; }
#p09box01 .cnt .img_box { margin-top: 16px; }

#p09box02 { padding: 80px 5%; margin-top: -40px; background: linear-gradient(117deg, #004EC7 0%, #009CC7 100%); border-radius: 20px; }
#p09box02 .waku .title_box { display: block; margin-bottom: 32px; }
#p09box02 .waku .title_box .text_box p { margin-bottom: 26px; }
#p09box02 .waku .title_box .text_box p:last-child { margin-bottom: 0; }
#p09box02 .waku .sub_title { display: inline-block; padding: 8px 14px; box-sizing: border-box; border-radius: 20px; line-height: 1; margin-bottom: 8px; }
#p09box02 .waku .box-list { display: block; }
#p09box02 .waku .box-list .box { padding: 24px; box-sizing: border-box; border-radius: 12px; margin-bottom: 6px; }
#p09box02 .waku .box-list .box:last-child { margin-bottom: 0; }
#p09box02 .waku .box-list .box .box_in { justify-content: space-between; align-items: center; margin-bottom: 16px; }
#p09box02 .waku .box-list .box .box_in .midashi { width: calc(100% - 148px); font-size: 20px; line-height: 1.2; }
#p09box02 .waku .box-list .box .box_in img { width: 134px; }

#p09box03 .title_box { display: block; margin-bottom: 16px; }
#p09box03 .title_box .title02 { margin-bottom: 16px; }
#p09box03 .title_box .point { font-size: 20px; }
#p09box03 .flow-list .flow01 { display: block; padding: 16px; box-sizing: border-box; border-radius: 6px; border: 1px solid #07346D; margin-bottom: 21px; position: relative; }
#p09box03 .flow-list .flow01::after { content: ""; display: block; width: 20px; height: 12px; background: #07346D; clip-path: polygon(50% 100%, 0 0, 100% 0); position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); }
#p09box03 .flow-list .flow01 .midashi { padding: 11px 0 11px 61px; box-sizing: border-box; font-size: 20px; line-height: 1; position: relative; margin-bottom: 8px; }
#p09box03 .flow-list .flow01 .midashi .num { padding: 12px; box-sizing: border-box; border-radius: 6px; font-size: 18px; line-height: 1; position: absolute; top: 0; left: 0; }
#p09box03 .flow-list .last { padding: 20px 0; box-sizing: border-box; font-size: 20px; line-height: 1; }

#p09box04 { background: linear-gradient(180deg, #D9EEFE 0%, #E7F4FE 9.17%, #FFF 25.43%); }
#p09box04 .title_box { display: block; margin-bottom: 32px; }
#p09box04 .title_box .title02 { margin-bottom: 16px; }
#p09box04 .attempt-list .attempt01 { display: block; margin-bottom: 48px; }
#p09box04 .attempt-list .attempt01:last-child { margin-bottom: 0; }
#p09box04 .attempt-list .attempt01 .text_box .num { display: inline-block; width: 72px; padding: 6px 0; box-sizing: border-box; border-radius: 20px; font-size: 18px; line-height: 1; margin-bottom: 8px; }
#p09box04 .attempt-list .attempt01 .text_box h3 { font-size: 30px; line-height: 1.4; margin-bottom: 16px; }
#p09box04 .attempt-list .attempt01 .img_box { border-radius: 10px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); margin-bottom: 16px; }

/*選ばれる理由　p09
=========================================== */
#p10box01 .cnt { display: block; }
#p10box01 .cnt .text_box h2 { font-size: 32px; line-height: 1.4; margin-bottom: 24px; }
#p10box01 .cnt .text_box h2 .text_bg_grad { padding: 0 8px 2px; margin-bottom: 8px; }
#p10box01 .cnt .text_box h2 .text_bg_grad:last-child { margin-bottom: 0; }
#p10box01 .cnt .img_box { margin-top: 43px; }
#p10box01 .list { display: block; margin-top: 43px; }
#p10box01 .list .list_in { display: flex; justify-content: space-between; align-items: center; padding: 16px 15px; box-sizing: border-box; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25); margin-bottom: 8px; }
#p10box01 .list .list_in:last-child { margin-bottom: 0; }
#p10box01 .list .list_in img { width: 170px; }
#p10box01 .list .list_in .midashi { width: calc(100% - 178px); line-height: 1.4; }
#p10box01 .list .list_in .midashi em { font-size: 24px; }

#p10box02 { background: linear-gradient(180deg, #D9EEFE 0%, #FFF 14.79%); }
#p10box02 .title02 { margin-bottom: 46px; }
#p10box02 .reason-list .reason01 { display: block; padding-bottom: 32px; border-bottom: 1px solid #C9C9C9; margin-bottom: 56px; }
#p10box02 .reason-list .reason01:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p10box02 .reason-list .reason01 .img_box { border-radius: 10px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); margin-bottom: 22px; }
#p10box02 .reason-list .reason01 .text_box .num { font-size: 18px; line-height: 1; margin-bottom: 14px; }
#p10box02 .reason-list .reason01 .text_box .sub-list li { display: inline-block; padding: 8px 24px; box-sizing: border-box; border-radius: 20px; line-height: 1; margin: 0 8px 8px 0; }
#p10box02 .reason-list .reason01 .text_box .sub-list li:last-child { margin-right: 0; }
#p10box02 .reason-list .reason01 .text_box h3 { font-size: 30px; line-height: 1.4; margin-bottom: 16px; }
#p10box02 .reason-list .reason01 .text_box .btn01 { margin-top: 16px; }
#p10box02 .reason-list .reason01 .text_box .btn01 a { box-shadow: 0 0 40px 0 rgba(17, 65, 140, 0.08); }

/*事例紹介　p11
=========================================== */
#p11box01 { padding-top: 40px; }
#p11box01 .wrap.twin div#two-side { margin: 0 0 40px; }
#p11box01 .case-all-list { display: block; }
#p11box01 .case-all-list .case01 { margin-bottom: 24px; }
#p11box01 .case-all-list .case01:last-child { margin-bottom: 0; }
#p11box01 .case-all-list .case01 a { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
#p11box01 .case-all-list .case01 a .arrow { bottom: 20px; right: 20px; }

#caseBox01 { padding-top: 60px; }
#caseBox01 .cnt { display: block; }
#caseBox01 .cnt .gallery_img { margin-bottom: 40px; }
#caseBox01 .cnt .gallery_img .gallery_main { width: 100%; margin-bottom: 0 !important; }
#caseBox01 .cnt .gallery_img .gallery_main .gallery_main01 { width: 100%; }
#caseBox01 .cnt .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; aspect-ratio: 56 / 41; border-radius: 5px; }
#caseBox01 .cnt .gallery_img .gallery_main .gallery_main01 .img-caption { line-height: 2; margin-top: 4px; }
#caseBox01 .cnt .gallery_img .gallery_thum { width: 100%; margin-top: 16px; margin-bottom: 0 !important; }
#caseBox01 .cnt .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#caseBox01 .cnt .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc((100% - 30px) / 4); max-width: 80px; aspect-ratio: 4 / 3; border-radius: 5px; transition: 0.3s; margin-right: 10px; }
#caseBox01 .cnt .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#caseBox01 .cnt .gallery_img .gallery_thum .gallery_thum01::after { 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; opacity: 0; transition: 0.3s; }
#caseBox01 .cnt .gallery_img .gallery_thum .gallery_thum01.slick-current::after { opacity: 1; }
#caseBox01 .cnt .info_box .info-table tr:first-child th { border-top: 1px solid #C2D8E8; }
#caseBox01 .cnt .info_box .info-table tr:first-child td { border-top: 1px solid #D8E2E9; }
#caseBox01 .cnt .info_box .info-table tr th, #caseBox01 .cnt .info_box .info-table tr td { padding: 11px 12px; box-sizing: border-box; }
#caseBox01 .cnt .info_box .info-table tr th { width: 120px; background: #1651AC; border-bottom: 1px solid #C2D8E8; color: #FFFFFF; }
#caseBox01 .cnt .info_box .info-table tr td { border-bottom: 1px solid #D8E2E9; background: #FFFFFF; }
#caseBox01 .cnt .info_box .text01 { margin-top: 24px; }
#caseBox01 .detail_box { margin-top: 80px; }
#caseBox01 .detail_box .text h3 { font-size: 24px; margin-bottom: 24px; }
#caseBox01 .detail_box .text h4 { font-size: 20px; margin-bottom: 24px; }
#caseBox01 .detail_box .text h5 { font-size: 18px; margin-bottom: 24px; }
#caseBox01 .ba_box { margin-top: 80px; }
#caseBox01 .ba_box .img_box { display: block; }
#caseBox01 .ba_box .img_box .img { position: relative; margin-bottom: 48px; }
#caseBox01 .ba_box .img_box .img:last-child { margin-bottom: 0; }
#caseBox01 .ba_box .img_box .img:last-child::after { display: none; }
#caseBox01 .ba_box .img_box .img::after { content: ""; display: block; width: 15px; height: 20px; background: url("../img/p11/ba_arrow.svg") no-repeat center; background-size: contain; position: absolute; bottom: -32px; left: 50%; transform: translateX(-50%) rotate(90deg); }
#caseBox01 .ba_box .img_box .img .in_img { width: 100%; aspect-ratio: 48 / 35; border-radius: 5px; }
#caseBox01 .ba_box .img_box .img .icon { display: inline-block; width: 80px; padding: 6px 0; box-sizing: border-box; border-radius: 10px 0; font-size: 13px; line-height: 1; position: absolute; top: 0; left: 0; z-index: 1; }
#caseBox01 .ba_box .img_box .img.b_img .icon { background: #595959; }
#caseBox01 .ba_box .text { margin-top: 24px; }
#caseBox01 .writer_box { margin-top: 80px; }

/*お知らせ　 
=========================================== */
.post-type-archive-blog #main.kasou::before, .tax-blog_cate #main.kasou::before { height: 180vw; }

#p12box01 { background: transparent; }
#p12box01 .blog-all-list .blog02 { margin-bottom: 24px; }
#p12box01 .blog-all-list .blog02:last-child { margin-bottom: 0; }
#p12box01 .blog-all-list .blog02 a { display: block; width: 100%; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
#p12box01 .blog-all-list .blog02 a .img { width: 100%; aspect-ratio: 112 / 81; border-radius: 10px 10px 0 0; overflow: hidden; }
#p12box01 .blog-all-list .blog02 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
#p12box01 .blog-all-list .blog02 a .box_in { padding: 24px 32px; box-sizing: border-box; }
#p12box01 .blog-all-list .blog02 a .box_in .title { font-size: 18px; line-height: 1.5; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
#p12box01 .blog-all-list .blog02 a .box_in .text { margin-top: 8px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#p12box01 .blog-all-list .blog02 a .box_in .cate-list { margin-top: 16px; }
#p12box01 .blog-all-list .blog02 a .box_in .time { display: block; line-height: 1; margin-top: 4px; }

.edit-title01 { padding-top: 24px; box-sizing: border-box; border-top: 1px solid #D8E2E9; font-size: 24px; color: #11418C; font-weight: 700; margin-bottom: 24px; }

.edit-title02 { font-size: 20px; color: #11418C; margin-bottom: 16px; }

#toc_container { background: #D9EEFE !important; border: 0 !important; padding: 40px 20px !important; border-radius: 10px; margin-bottom: 40px !important; width: 100% !important; font-size: 16px !important; box-sizing: border-box; }
#toc_container p.toc_title { text-align: left !important; margin: 0 0 32px !important; padding: 0 !important; font-size: 20px; line-height: 1.2; font-weight: 700; }
#toc_container ul.toc_list { margin-top: 0 !important; }
#toc_container ul.toc_list > li { margin-bottom: 16px; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { display: block; padding-left: 25px; box-sizing: border-box; font-weight: 700; line-height: 1.2; text-decoration: underline; position: relative; }
#toc_container ul.toc_list > li > a:hover { opacity: 0.7; }
#toc_container ul.toc_list > li > a .toc_number { font-family: "Roboto"; font-size: 14px; line-height: 1; font-weight: 700; color: #1651AC; text-align: center; position: absolute; top: 6px; left: 0; }

.writer_box { padding: 40px; box-sizing: border-box; border-radius: 12px; background: #FFF; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
.writer_box .box-title { line-height: 1.4; margin-bottom: 10px; }
.writer_box .box_in { display: block; }
.writer_box .box_in .img { width: 120px; height: 120px; border-radius: 6px; }
.writer_box .box_in .info_box .name { font-size: 18px; }
.writer_box .box_in .info_box .text { margin-top: 16px; }

.single-blog #main.kasou::before { height: 180vw; }

#blogBox01 { background: transparent; }
#blogBox01 .thumbnail_img { width: 100%; margin-bottom: 40px; }
#blogBox01 .thumbnail_img img { display: block; border-radius: 5px; margin: 0 auto; }
#blogBox01 .blog-text { line-height: 2; }
#blogBox01 .blog-text p img { margin: 10px 0; }
#blogBox01 .keyword_box { margin-top: 80px; }
#blogBox01 .keyword_box .edit-title02 { margin-bottom: 10px; }
#blogBox01 .keyword_box .keyword-list li { line-height: 1; padding: 6px 12px 7px; box-sizing: border-box; border-radius: 40px; border: 1px solid #C6CED9; line-height: 1.2; margin: 5px 5px 0 0; }
#blogBox01 .keyword_box .keyword-list li:last-child { margin-right: 0; }
#blogBox01 .keyword_box .keyword-list li span { display: inline-block; margin-right: 2px; }
#blogBox01 .writer_box { margin-top: 80px; }

/*お問い合わせ　p13
=========================================== */
#p13box01 .cnt { display: block; margin-bottom: 80px; }
#p13box01 .cnt .anchor-links02 { margin-bottom: 60px; }
#p13box01 .cnt .anchor-links02 li { height: 72px; margin-bottom: 8px; }
#p13box01 .cnt .anchor-links02 li:last-child { margin-bottom: 0; }
#p13box01 .cnt .anchor-links02 li a { display: flex; align-items: center; width: 100%; height: 100%; padding: 0 40px 0 24px; box-sizing: border-box; border-radius: 10px; background: #FFFFFF; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08); position: relative; }
#p13box01 .cnt .anchor-links02 li a::before { content: ""; display: block; width: 10px; height: 8px; background: url("../img/p13/anchor_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 24px; transform: translateY(-50%); }
#p13box01 .cnt .anchor-links02 li a .icon { display: block; width: 24px; margin-right: 8px; }
#p13box01 .cnt .anchor-links02 li a span { display: block; width: calc(100% - 32px); font-size: 20px; line-height: 1.2; font-weight: 700; }
#p13box01 .cnt .text_box .sub_title { display: inline-block; padding: 8px 24px; box-sizing: border-box; border-radius: 20px; line-height: 1; margin-bottom: 16px; }
#p13box01 .cnt .text_box .text { margin-bottom: 32px; }
#p13box01 .cnt .text_box .text p { font-size: 20px; line-height: 1.4; margin-bottom: 18px; }
#p13box01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p13box01 .cnt .text_box .list_midashi { line-height: 1; margin-bottom: 16px; }
#p13box01 .cnt .text_box .check-list li { padding-left: 23px; box-sizing: border-box; line-height: 1.4; position: relative; margin-bottom: 16px; }
#p13box01 .cnt .text_box .check-list li::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/p13/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }
#p13box01 .cnt .text_box .check-list li.last { padding-left: 0; margin-bottom: 0; }
#p13box01 .cnt .text_box .check-list li.last::before { display: none; }
#p13box01 .box { padding: 40px 20px; box-sizing: border-box; border-radius: 5px; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08); }
#p13box01 .box .icon { width: 32px; }
#p13box01 .box h2 { font-size: 24px; line-height: 1.4; margin: 16px 0; }
#p13box01 #contact_form01.box { padding: 40px 0 0; }
#p13box01 #contact_form01.box h2 { padding: 0 20px; box-sizing: border-box; margin-bottom: 32px; }
#p13box01 #contact_form01.box .form_box { text-align: left; }
#p13box01 #contact_form01.box .bikou-list { padding: 0 20px; box-sizing: border-box; }
#p13box01 #contact_form01.box .bikou-list li { font-weight: 500; padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
#p13box01 #contact_form01.box .bikou-list li:last-child { margin-bottom: 0; }
#p13box01 .c_box { display: block; }
#p13box01 .c_box .box { margin-top: 20px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 20px; box-sizing: border-box; margin: 0 0 24px; }
ul.contact-state > li { width: calc((100% - 20px) / 3); padding: 14px 5px; box-sizing: border-box; background: #EDEDED; border-radius: 5px; text-align: center; position: relative; }
ul.contact-state > li > span { display: inline-block; font-size: 17px; font-weight: 700; line-height: 1; color: #878787; }
ul.contact-state > li > span .num { display: block; font-family: "Roboto"; font-size: 20px; margin-bottom: 8px; }
ul.contact-state > li.state01 { background: #1651AC; }
ul.contact-state > li.state01 > span { color: #FFFFFF; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 { background: #1651AC; }
ul.contact-state.contact-state02 > li.state02 > span { color: #FFFFFF; }

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

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }
.wpcf7-form.custom-wpcf7c-confirmed ul.contact-state { margin-top: 24px; }

.contactTBL { padding: 40px 20px; box-sizing: border-box; /*お問い合わせ項目*/ /*住所*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #B2B2B2; }
.contactTBL tr { display: block; margin-bottom: 40px; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 1.5; font-weight: 500; }
.contactTBL th { padding-left: 40px; box-sizing: border-box; line-height: 1.2; font-weight: 700; margin-bottom: 20px; position: relative; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; line-height: 1; font-weight: 700; padding: 3px 4px 4px; box-sizing: border-box; position: absolute; top: 0; left: 0; }
.contactTBL th .hissu { background: #D92D30; color: #FFFFFF; }
.contactTBL th .ninni { background: #E6E6E6; }
.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: 48px; padding: 11px 15px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 0; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 500; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.tel01 { width: 200px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 200px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 200px; padding: 11px 40px 11px 15px; background: url("../img/p13/select_arrow.svg") no-repeat center right 15px, #FFFFFF; background-size: 14px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.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"], .contactTBL .koumoku .wpcf7-list-item label input[type="checkbox"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #D4D4D4; margin-right: 4px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label span.wpcf7-list-item-label { font-size: 16px; line-height: 1.2; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .address_box .address-list li { margin-bottom: 16px; }
.contactTBL .address_box .address-list li:last-child { margin-bottom: 0; }
.contactTBL .address_box .address-list li .th { line-height: 1.2; margin-bottom: 9px; }
.contactTBL .address_box .address-list li.zip1 .td input.wpcf7-text { width: 200px; }
.contactTBL .address_box .address-list li.zip1 .td .sub_text { display: block; line-height: 1.2; margin-top: 8px; }
.contactTBL .file-text { margin-bottom: 16px; }
.contactTBL .text-list { margin-top: 16px; }
.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 .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 0; position: relative; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { height: 100%; padding: 55px 10px 56px; box-sizing: border-box; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 { padding-top: 28px; box-sizing: border-box; margin: 0 0 8px !important; font-size: 16px; font-weight: 500; line-height: 1.2; position: relative; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3::before { content: ""; display: block; width: 16px; height: 20px; background: url("../img/p13/icon_file.svg") no-repeat center; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.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 { margin-top: 8px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; height: 35px; background: #E3E3E3; border: 1px solid #707070; border-radius: 0; padding: 2px 14px 1px; box-sizing: border-box; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 32px; color: #000000; margin: 0 auto; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { 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 { font-size: 16px; line-height: 1.6; margin-top: 16px; }
.contactTBL .doui-box .doui-text a { text-decoration: underline; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: flex-start; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { width: calc(100% - 28px); position: relative; display: flex; align-items: center; cursor: pointer; font-weight: 700; line-height: 1.4; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 24px; height: 24px; margin-right: 4px; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 100%; cursor: pointer; }
.contactTBL .doui-box02.doui-box { padding: 40px 20px; box-sizing: border-box; background: #FFF4F4; }
.contactTBL .contact-submit.flex { display: block; }
.contactTBL .contact-submit.flex .btn01 { margin: 0; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding: 16px 60px 16px 32px; box-sizing: border-box; white-space: normal; border-radius: 80px; background-color: #FFFFFF; background-image: url("../img/p13/submit_arrow.png"); background-repeat: no-repeat; background-position: center right 24px; background-size: 32px; border: 0; cursor: pointer; transition: 0.3s; font-family: 'NotoSansJP'; font-size: 18px; line-height: 1.2; color: #11418C; font-weight: 700; text-align: left; appearance: none; -webkit-appearance: none; -moz-appearance: none; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08); }
.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 { padding: 16px 32px 16px 60px; background-image: url("../img/p13/back_arrow.png"); background-position: center left 24px; text-align: right; }
.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 .contactTBL { background: #eee; }
.contactArea.che .contactTBL tr { margin-bottom: 20px; }
.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: 0 5% 100px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }
#other .btn01 { margin-top: 40px; text-align: left; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 0 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) { .wp-pagenavi > span, .wp-pagenavi > a { width: 9.33vw; height: 9.33vw; margin: 0 1.33vw; font-size: 4.8vw; line-height: 8.8vw; }
  .wp-pagenavi span.extend { font-size: 3.73vw; }
  #topbox02 .point_box::after { width: 23.47vw; height: 36.27vw; }
  #topbox02 .point_box .text01 { width: calc(100% - 21.33vw); font-size: 6vw; }
  section.common-sec02 .cnt .text_box .midashi { font-size: 8.53vw; } }
@media screen and (min-width: 0px) and (max-width: 360px) { #topbox02 .nayami_box .nayami-list .nayami01 { font-size: 4vw; }
  #topbox09 .btn-list .btn a .img_in .title01 .en { font-size: 11.73vw; } }
/*safari用
=========================================== */
.safari #topbox07 .onestop_box .arrow_box p { margin-bottom: 9px; }
