@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*Zen Kaku Gothic New*/
font-family: "Zen Kaku Gothic New"; src: url("../fonts/font/ZenKakuGothicNew-Regular.ttf"); src: url("../fonts/font/ZenKakuGothicNew-Regular.woff2") format("woff2"), url("../fonts/font/ZenKakuGothicNew-Regular.woff") format("woff"), url("../fonts/font/ZenKakuGothicNew-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*Zen Kaku Gothic Newミディアム*/
font-family: "Zen Kaku Gothic New"; src: url("../fonts/font/ZenKakuGothicNew-Medium.ttf"); src: url("../fonts/font/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/font/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/font/ZenKakuGothicNew-Medium.ttf") format("truetype"); font-weight: 500; }
@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 { /*Zen Kaku Gothic Newブラック*/
font-family: 'Zen Kaku Gothic New'; src: url("../fonts/font/ZenKakuGothicNew-Black.ttf"); src: url("../fonts/font/ZenKakuGothicNew-Black.woff2") format("woff2"), url("../fonts/font/ZenKakuGothicNew-Black.woff") format("woff"), url("../fonts/font/ZenKakuGothicNew-Black.ttf") format("truetype"); font-weight: 900; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

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

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

a img { transition: 0.3s; }

:focus { outline: none; }

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

.pc { display: none !important; }

.sp { display: block; }

body { color: #000000; background: #FFFFFF; font-size: 16px; line-height: 1.5; font-family: YakuHanJP,"Zen Kaku Gothic New","メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; 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 { display: block; text-align: right; margin-top: 40px; }

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

.btn01 a .arrow { display: inline-block; width: 54px; height: 54px; border: 1px solid #0085FE; box-sizing: border-box; border-radius: 50%; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 14px; }

.btn01 a .btn-text { font-size: 16px; font-weight: 700; margin-left: 16px; }

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

.title01 { padding: 60px 0 20px; text-align: center; position: relative; margin-bottom: 40px; z-index: 1; }

.title01 .bg-text { display: block; font-size: 100px; color: #4AB2E6; line-height: 1.2; font-weight: 900; letter-spacing: 0.06em; opacity: 0.2; white-space: nowrap; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }

.title01 .title { display: block; font-size: 30px; line-height: 1.33; }

.title02 { color: #FFFFFF; font-weight: 700; }

.title02 .en { display: block; font-size: 60px; font-weight: 900; letter-spacing: 0.06em; }

.title02 .ja { display: block; font-size: 24px; line-height: 1.66; }

.tel_box { font-weight: 700; text-align: center; }

.tel_box .tel .num { font-size: 34px; line-height: 1.2; }

.tel_box .tel-text { font-size: 14px; line-height: 1.43; margin-top: 10px; }

.grad { background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%); }

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

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

.under-cont > section:nth-child(2n) { background: #F2FAFF; padding-top: 60px; padding-bottom: 80px; }

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

.bold { font-weight: 700; }

.black { font-weight: 900; }

.common_text { line-height: 1.875; }

.text_uppercase { text-transform: uppercase; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

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

.mizu { color: #0085FE; }

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

/*タイトル表示アニメーション*/
.title-inviewIn { clip-path: polygon(0% -5%, 100% -5%, 100% -5%, 0% -5%); transition: ease-in-out 0.4s !important; }

.title-inviewIn.title-in { clip-path: polygon(0% 105%, 100% 105%, 100% -5%, 0% -5%); }

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

.fixed #header { background: #FFFFFF; }

#header:has(.navs-list.opon) { background: #FFFFFF; }

#header .header_inner { height: 100%; padding: 0 5%; box-sizing: border-box; justify-content: space-between; align-items: center; flex-wrap: nowrap; }

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

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

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

#header .header_inner .logo a:hover { text-decoration: none; opacity: 0.7; }

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

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

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

.sp-nav-btn span { width: 100%; height: 1px; background: #000000; 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% - 60px); position: fixed; top: 60px; left: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; }

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

.sp-nav-list .navs-list { position: fixed; width: 100%; height: calc(100% - 60px); z-index: 99; top: 60px; background: #F2FAFF; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 6px 5% 50px; box-sizing: border-box; }

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

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

.sp-nav-list .navs-list > ul > li > a { display: block; padding: 24px 20px 24px 0; box-sizing: border-box; border-bottom: 1px solid #DADADA; font-weight: 700; position: relative; }

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

.sp-nav-list .navs-list .contact_btn { width: 100%; height: 70px; }

.sp-nav-list .navs-list .contact_btn a { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding: 0 20px; box-sizing: border-box; border-radius: 10px; }

.sp-nav-list .navs-list .contact_btn a .btn-text { display: inline-flex; align-items: center; font-size: 22px; line-height: 1.1; font-weight: 700; color: #FFFFFF; }

.sp-nav-list .navs-list .contact_btn a .btn-text img.icon { width: 33px; margin-right: 10px; }

.sp-nav-list .navs-list .contact_btn a .arrow { display: block; width: 34px; height: 34px; border: 1px solid #FFFFFF; box-sizing: border-box; border-radius: 50%; position: relative; }

.sp-nav-list .navs-list .contact_btn a .arrow img { width: 8px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* main */
/*-------------------------------------------*/
#main.home_main { width: 100%; padding-top: 100px; box-sizing: border-box; position: relative; z-index: 1; }

#main.home_main::before { content: ""; display: block; width: 87.47vw; aspect-ratio: 328 / 361; background: url("../img/main/main_bg_sp.png") no-repeat right top; background-size: contain; position: absolute; top: 0; right: 0; z-index: -1; }

#main.home_main .text_box { display: block; padding: 0 5%; box-sizing: border-box; margin: 0 auto 60px; }

#main.home_main .text_box .main_title { margin-bottom: 40px; }

#main.home_main .text_box .main_title > span { font-size: 30px; line-height: 1.33; }

#main.home_main .text_box .main_title > span.flex { width: auto; align-items: center; margin-bottom: 10px; }

#main.home_main .text_box .main_title > span.flex img.img01 { width: 85px; margin-right: -5px; }

#main.home_main .text_box .main_title > span.flex img.img02 { width: 80px; margin: 0 8px 0 3px; }

#main.home_main .text_box .main_text { font-size: 14px; line-height: 1.43; }

#main.home_main .main_img_box { width: 100%; height: 524px; position: relative; }

#main.home_main .main_img_box .anchor_btn { width: 74px; height: 74px; background: #FFFFFF; border-radius: 50%; padding: 4px; box-sizing: border-box; position: absolute; top: -37px; right: 20px; }

#main.home_main .main_img_box .anchor_btn a { display: block; width: 100%; height: 100%; border: 2px solid #0085FE; box-sizing: border-box; border-radius: 50%; position: relative; overflow: hidden; }

#main.home_main .main_img_box .anchor_btn a .arrow { width: 14px; height: 9px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#main.home_main .main_img_box .anchor_btn a .arrow img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#main.home_main .main_img_box .anchor_btn a .arrow img.arrow02 { display: none; }

#main.home_main .main_img_box .main_img { width: 100%; height: 100%; background: url("../img/main/main_img_sp.jpg") no-repeat center; background-size: cover; }

#main.home_main .news_box { display: block; width: calc(100% - 20px); padding: 20px; box-sizing: border-box; background: #FFFFFF; border-top-right-radius: 10px; position: absolute; bottom: 0; left: 0; z-index: 1; }

#main.home_main .news_box h3 { font-size: 20px; line-height: 1.2; margin-bottom: 16px; }

#main.home_main .news_box .top-news01 a { display: block; }

#main.home_main .news_box .top-news01 a .time { font-size: 14px; line-height: 1.3; margin-bottom: 4px; }

#main.home_main .news_box .top-news01 a .text { font-size: 14px; line-height: 1.3; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: 0.3s; }

#main.home_main .news_box .top-news01 a:hover { text-decoration: none; }

#main.home_main .news_box .btn01 { margin-top: 0; position: absolute; top: 20px; right: 20px; }

#main.home_main .news_box .btn01 a .arrow { width: 30px; height: 30px; background-size: 11px; }

#main.home_main .news_box .btn01 a .btn-text { font-size: 14px; line-height: 1.7; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; }

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

#main.kasou .wrap::before { content: ""; display: block; width: 100%; height: 261px; background: url("../img/main/main_bg_kasou_sp.png") no-repeat top right; background-size: contain; position: absolute; top: 0; left: 0; z-index: -1; }

#main.kasou .main_title { margin-bottom: 40px; }

#main.kasou .main_title .en { display: block; font-size: 40px; line-height: 1.2; letter-spacing: 0.06em; font-weight: 900; color: #0085FE; margin-bottom: 16px; }

#main.kasou .main_title .ja { display: block; font-size: 16px; line-height: 1.625; }

#main.kasou .main_img { width: 95%; height: 234px; background-image: url("../img/main/kasou_img01_sp.jpg"); background-repeat: no-repeat; background-position: center left; background-size: cover; margin: 0 0 0 auto; }

body.page-business #main.kasou .main_img { background-image: url("../img/main/kasou_img02_sp.jpg"); }

body.page-developmentpolicy #main.kasou .main_img { background-image: url("../img/main/kasou_img03_sp.jpg"); }

body.page-flow #main.kasou .main_img { background-image: url("../img/main/kasou_img04_sp.jpg"); }

body.page-company #main.kasou .main_img { background-image: url("../img/main/kasou_img05_sp.jpg"); }

body.page-recruit #main.kasou .main_img { background-image: url("../img/main/kasou_img06_sp.jpg"); }

body.archive #main.kasou .main_img { background-image: url("../img/main/kasou_img07_sp.jpg"); }

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

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

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

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

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

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

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

body.single div#bread { margin-top: 64px; }

/* 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 { width: 100%; }

#contact-sec > a { display: block; width: 100%; height: 100%; padding: 60px 5% 80px; box-sizing: border-box; }

#contact-sec > a:hover { text-decoration: none; }

#contact-sec > a .arrow { display: block; width: 40px; height: 40px; border: 1px solid #FFFFFF; border-radius: 50%; position: absolute; bottom: 0; right: 0; }

#contact-sec > a .arrow img { display: block; width: 16px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#map-sec { width: 100%; height: 290px; position: relative; }

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

#footer { padding: 60px 5% 100px; }

#footer .footer_box { display: block; padding-bottom: 60px; border-bottom: 1px solid #DADADA; margin-bottom: 60px; }

#footer .footer_box .left { text-align: center; }

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

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

#footer .footer_box .left .info_box .tel_box .tel .num { font-size: 18px; line-height: 1.33; padding-left: 16px; box-sizing: border-box; position: relative; }

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

#footer .footer_box .left .info_box .tel_box .tel-text { margin-top: 0; }

#footer .footer_box .left .info_box .address { line-height: 1.75; margin-top: 30px; }

#footer .footer_box .navs-list { display: flex; justify-content: center; padding-bottom: 60px; border-bottom: 1px solid #DADADA; margin-bottom: 60px; }

.navs-list > ul.navs-list00 { width: calc(50% - 37px); max-width: 112px; }

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

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

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

.navs-list > ul.navs-list00 > li a { font-weight: 700; line-height: 2.2; }

#footer .bottom_box { display: block; }

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

#footer .bottom_box .link_list li { margin-right: 20px; }

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

#footer .bottom_box .link_list li a { font-size: 14px; line-height: 1.7; font-weight: 700; }

#footer .bottom_box .copyright { font-size: 14px; line-height: 1.7; font-weight: 700; margin-top: 20px; text-align: center; }

/*parts
=========================================== */
.info_cate { align-items: flex-start; margin-bottom: 13px; }
.info_cate .time { line-height: 1.25; color: #0085FE; margin: 4px 14px 9px 0; }
.info_cate .cate-list { width: auto; margin-bottom: 5px; }
.info_cate .cate-list li { line-height: 1.25; color: #FFFFFF; padding: 4px 8px; box-sizing: border-box; background: #0085FE; border-radius: 2px; margin-right: 5px; }
.info_cate .cate-list li:last-child { margin-right: 0; }

.news01 a { display: block; width: 100%; }
.news01 a .img { width: 100%; aspect-ratio: 168 / 107; border-radius: 4px; overflow: hidden; }
.news01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.news01 a .info_box { margin-top: 18px; }
.news01 a .info_box h3 { line-height: 1.875; font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.wrap.twin { display: block; }
.wrap.twin div#two-side { margin-top: 100px; }
.wrap.twin div#two-side .side_box { margin-bottom: 40px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-title { padding-left: 18px; box-sizing: border-box; font-size: 20px; color: #0085FE; position: relative; margin-bottom: 2px; }
.wrap.twin div#two-side .side_box .side-title::before { content: ""; display: block; width: 4px; height: calc(100% + 2px); background: #0085FE; position: absolute; top: 0; left: 0; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding: 24px 20px 24px 0; box-sizing: border-box; background: url("../img/common/side_arrow.svg") no-repeat center right; background-size: 8px; border-bottom: 1px solid #CCCBCB; line-height: 1.25; }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { color: #0085FE; }
.wrap.twin div#two-side .side_box .side-inner { margin-top: 16px; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 60px; box-sizing: border-box; padding: 18px 40px 18px 20px; font-size: 16px; line-height: 1.5; font-weight: 500; border: 0; font-family: "Zen Kaku Gothic New"; background: url("../img/common/select_arrow.svg") no-repeat center right 20px, #F0F0F0; background-size: 14px; border-radius: 4px; -webkit-appearance: none; appearance: none; cursor: pointer; color: #000000 !important; }
.wrap.twin div#two-side .side_box .side-inner select option { color: #000000 !important; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 42px; height: 42px; background: #FFFFFF; border: 1px solid #0085FE; border-radius: 50%; box-sizing: border-box; margin: 0 2px; text-decoration: none; font-size: 16px; font-weight: 700; color: #0085FE; line-height: 40px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 100px; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #0085FE; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { margin: 0; border: 0; width: auto; font-size: 12px; }
.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: 8px; height: 12px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 14px; height: 12px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first { margin-left: 0; }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.last { margin-right: 0; }

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

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

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

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

.post-navigation ul > li.blog-back { margin: 0 18px; }
.post-navigation ul > li.blog-back a { width: 200px; padding: 12px 0; background: #FFFFFF; border: 1px solid #0B50CF; border-radius: 80px; color: #0085FE; text-align: center; font-size: 16px; line-height: 1.5; font-weight: 700; }
.post-navigation ul > li.blog-back a::before { display: none; }

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

/*TOPページ　p01
=========================================== */
#topbox01 { padding: 100px 5%; }
#topbox01 .cnt { display: block; position: relative; margin-bottom: 100px; }
#topbox01 .cnt .text_box { margin-bottom: 60px; }
#topbox01 .cnt .text_box .title01 { padding: 40px 0 0; text-align: left; }
#topbox01 .cnt .text_box .title01 .bg-text { line-height: 70px; left: -44px; transform: translateX(0); }
#topbox01 .cnt .text_box .title01 .title { line-height: 1.53; }
#topbox01 .cnt .text_box p.common_text { margin-bottom: 30px; }
#topbox01 .cnt .text_box p.common_text:last-child { margin-bottom: 0; }
#topbox01 .example_box { padding: 60px 20px; box-sizing: border-box; background: #F2FAFF; border-radius: 10px; position: relative; }
#topbox01 .example_box::before { content: ""; display: block; height: calc(100% + 148px); aspect-ratio: 85 / 458; background: url("../img/top/bg_line01_sp.png") no-repeat right top; background-size: contain; position: absolute; bottom: 0; left: -5vw; z-index: -1; }
#topbox01 .example_box h3 { font-size: 26px; line-height: 1.54; margin-bottom: 40px; }
#topbox01 .example_box .example-list { display: block; }
#topbox01 .example_box .example-list .example01 { justify-content: space-between; align-items: flex-start; margin-bottom: 40px; }
#topbox01 .example_box .example-list .example01:last-child { margin-bottom: 0; }
#topbox01 .example_box .example-list .example01 .icon { width: 50px; height: 50px; background: #0085FE; border-radius: 50%; position: relative; }
#topbox01 .example_box .example-list .example01 .icon img { width: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox01 .example_box .example-list .example01 .text { width: calc(100% - 62px); }
#topbox01 .example_box .example-list .example01 .text h4 { font-size: 19px; line-height: 1.26; margin-bottom: 10px; }

#topbox02 { padding: 80px 5% 60px; background: #F2FAFF; }
#topbox02 .cnt { display: block; }
#topbox02 .cnt .text_box { margin-bottom: 40px; }
#topbox02 .cnt .text_box .title01 { padding: 30px 0 0; text-align: left; }
#topbox02 .cnt .text_box .title01 .bg-text { line-height: 70px; left: 109px; transform: translateX(0); }
#topbox02 .cnt .text_box .title01 .title { line-height: 1.53; }
#topbox02 .flow-list { display: block; margin-top: 53px; }
#topbox02 .flow-list .flow01 { max-width: 300px; padding: 27px 20px 16px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin: 0 auto 53px; position: relative; }
#topbox02 .flow-list .flow01:last-child { margin-bottom: 0; }
#topbox02 .flow-list .flow01:last-child::before { display: none; }
#topbox02 .flow-list .flow01::before { content: ""; display: block; width: 26px; height: 20px; background: url("../img/top/step_arrow_sp.svg") no-repeat center; background-size: contain; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); }
#topbox02 .flow-list .flow01 span { display: block; width: 140px; padding: 4px 0 6px; box-sizing: border-box; background: #0085FE; border-radius: 60px; line-height: 1; font-weight: 700; white-space: nowrap; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); }
#topbox02 .flow-list .flow01 .box_in { align-items: center; justify-content: space-between; }
#topbox02 .flow-list .flow01 .box_in img { width: 58px; }
#topbox02 .flow-list .flow01 .box_in .text { width: calc(100% - 74px); font-size: 18px; line-height: 1.33; }

#topbox03 { padding: 60px 5% 52px; }
#topbox03 .btn-list { display: block; }
#topbox03 .btn-list .btn_box { width: 100%; height: 238px; margin-bottom: 30px; }
#topbox03 .btn-list .btn_box:last-child { margin-bottom: 0; }
#topbox03 .btn-list .btn_box a { display: block; width: 100%; height: 100%; padding: 30px 20px; box-sizing: border-box; border-radius: 10px; overflow: hidden; position: relative; z-index: 1; }
#topbox03 .btn-list .btn_box a:hover { text-decoration: none; }
#topbox03 .btn-list .btn_box a .bg-img { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; z-index: -1; }
#topbox03 .btn-list .btn_box a .title02 .en { font-size: 40px; line-height: 1.25; margin-bottom: 6px; }
#topbox03 .btn-list .btn_box a .title02 .ja { padding-left: 48px; box-sizing: border-box; font-size: 16px; line-height: 1.5; letter-spacing: 0.06em; position: relative; }
#topbox03 .btn-list .btn_box a .title02 .ja::before { content: ""; display: block; width: 34px; height: 2px; background: #FFFFFF; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#topbox03 .btn-list .btn_box a .arrow { display: block; width: 46px; height: 46px; border: 2px solid #FFFFFF; box-sizing: border-box; border-radius: 50%; background-image: url("../img/common/btn_arrow02.svg"); background-repeat: no-repeat; background-position: center; background-size: 9px; position: absolute; bottom: 20px; right: 20px; }
#topbox03 .btn-list .btn_box.btn_box01 a .bg-img { background-image: url("../img/top/btn_img01.jpg"); }
#topbox03 .btn-list .btn_box.btn_box02 a .bg-img { background-image: url("../img/top/btn_img02.jpg"); }

#topbox04 { padding: 52px 5% 80px; }
#topbox04 .cnt { display: block; }
#topbox04 .cnt .title01 { padding: 24px 0 6px; text-align: left; }
#topbox04 .cnt .title01 .bg-text { font-size: 90px; line-height: 70px; left: 0; transform: translateX(0); }
#topbox04 .cnt .title01 .title { font-size: 24px; line-height: 1.7; }
#topbox04 .cnt .top-news-list .info_cate { margin-bottom: 15px; }
#topbox04 .cnt .top-news-list .info_cate .time { line-height: 1.5; margin: 0 14px 5px 0; }
#topbox04 .cnt .top-news-list .info_cate .cate-list { margin-bottom: 5px; }
#topbox04 .cnt .top-news-list .info_cate .cate-list li { font-size: 14px; line-height: 24px; font-weight: 700; padding: 0 15px; border-radius: 60px; }
#topbox04 .cnt .top-news-list .news01:first-child a { padding-top: 0; }
#topbox04 .cnt .top-news-list .news01 a { padding: 40px 0 30px; border-bottom: 1px solid #DADADA; box-sizing: border-box; }
#topbox04 .cnt .top-news-list .news01 a .img { display: none; }
#topbox04 .cnt .top-news-list .news01 a .info_box { margin-top: 0; }
#topbox04 .cnt .top-news-list .news01 a .info_box h3 { padding-right: 30px; box-sizing: border-box; line-height: 1.7; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; position: relative; transition: 0.3s; }
#topbox04 .cnt .top-news-list .news01 a .info_box h3::after { content: ""; display: block; width: 15px; height: 11px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; bottom: 8px; right: 0; }

#topbox05 { padding: 120px 0; background: #F2FAFF; position: relative; z-index: 1; overflow: hidden; }
#topbox05::before { content: ""; display: block; width: 500px; aspect-ratio: 4 / 7; background: url("../img/top/bg_line02_sp.png") no-repeat top right; background-size: contain; position: absolute; bottom: -160px; right: 0; z-index: -1; }
#topbox05 .text_box { padding: 0 5%; box-sizing: border-box; margin-bottom: 60px; }
#topbox05 .text_box .title01 { padding: 0; text-align: left; }
#topbox05 .text_box .title01 .bg-text { line-height: 70px; top: -70px; left: 44px; transform: translateX(0); }
#topbox05 .text_box .title01 .title { line-height: 1.33; }
#topbox05 .text_box .text01 { font-size: 20px; line-height: 2; }
#topbox05 .bg-img { width: 100%; height: 291px; background: url("../img/top/img03_sp.png") repeat-x center; background-size: cover; animation: bgMove01 50s linear infinite; }
@keyframes bgMove01 { 0% { background-position: 0; }
  100% { background-position: -1667px; } }
/*事業内容　p02
=========================================== */
#p02box01 .box-list .box { margin-bottom: 100px; }
#p02box01 .box-list .box:last-child { margin-bottom: 0; }
#p02box01 .box-list .box .cnt { display: block; }
#p02box01 .box-list .box .cnt .text_box { margin-bottom: 40px; }
#p02box01 .box-list .box .cnt .text_box h2.title { padding-left: 34px; box-sizing: border-box; font-size: 25px; line-height: 1.6; position: relative; margin-bottom: 24px; }
#p02box01 .box-list .box .cnt .text_box h2.title::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/p02/title_icon.png") no-repeat center; background-size: contain; position: absolute; top: 10px; left: 0; }
#p02box01 .box-list .box .list_box { margin-top: 40px; }
#p02box01 .box-list .box .list_box h3 { padding-left: 32px; box-sizing: border-box; font-size: 22px; line-height: 1.8; position: relative; margin-bottom: 20px; }
#p02box01 .box-list .box .list_box h3::before { content: ""; display: block; width: 20px; height: 1px; background: #0085FE; position: absolute; top: 22px; left: 0; }
#p02box01 .box-list .box .list_box ul.flex { display: block; }
#p02box01 .box-list .box .list_box ul.flex li.flex { align-items: center; justify-content: space-between; padding: 23px 20px; box-sizing: border-box; background: #F2FAFF; border-radius: 10px; margin-bottom: 14px; }
#p02box01 .box-list .box .list_box ul.flex li.flex:last-child { margin-bottom: 0; }
#p02box01 .box-list .box .list_box ul.flex li.flex .icon { display: inline-block; width: 40px; height: 40px; background: #0085FE; border-radius: 50%; position: relative; margin-right: 12px; }
#p02box01 .box-list .box .list_box ul.flex li.flex .icon img { display: block; width: 26px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p02box01 .box-list .box .list_box ul.flex li.flex .text { width: calc(100% - 52px); line-height: 1.375; }

#p02box02 .works-table { display: block; width: 804px; border-radius: 10px 10px 0 0; overflow: hidden; }
#p02box02 .works-table tr { background: #FAFAFA; }
#p02box02 .works-table tr:nth-child(2n) { background: #FFFFFF; }
#p02box02 .works-table tr td { padding: 22px 20px; box-sizing: border-box; font-size: 14px; line-height: 16px; border-right: 1px solid #E3E3E3; }
#p02box02 .works-table tr td:nth-child(1) { width: 86px; text-align: center; }
#p02box02 .works-table tr td:nth-child(2) { width: 160px; }
#p02box02 .works-table tr td:nth-child(3) { width: 288px; }
#p02box02 .works-table tr td:last-child { width: 270px; border-right: 0; }
#p02box02 .works-table tr.first { background: #0085FE; }
#p02box02 .works-table tr.first th { padding: 18px; box-sizing: border-box; border-right: 1px solid #69B8FF; color: #FFFFFF; text-align: center; }
#p02box02 .works-table tr.first th:last-child { border-right: 0; }

/*開発ポリシー　p03
=========================================== */
#p03box01 .cnt { display: block; }
#p03box01 .cnt .text_box { margin-bottom: 40px; }
#p03box01 .cnt .text_box h2.title { font-size: 30px; line-height: 1.33; margin-bottom: 40px; }
#p03box01 .cnt .text_box h2.title span { display: inline-block; padding: 0 6px 3px; box-sizing: border-box; background: #0085FE; border-radius: 4px; margin: 0 8px 4px 0; }
#p03box01 .cnt .text_box .text p { margin-bottom: 30px; }
#p03box01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p03box01 .cnt .img_box { position: relative; padding-bottom: 30px; }
#p03box01 .cnt .img_box .midashi { font-size: 22px; line-height: 1.36; margin-bottom: 16px; }
#p03box01 .cnt .img_box img { display: block; width: 100%; max-width: 400px; margin: 0 auto; }
#p03box01 .cnt .img_box .point-list { justify-content: center; position: absolute; bottom: 0; left: 0; z-index: 1; }
#p03box01 .cnt .img_box .point-list li { width: calc((100% / 3) - 4px); padding: 10px 5px; box-sizing: border-box; background: #FFFFFF; border: 2px solid #0085FE; border-radius: 10px; font-size: 14px; line-height: 1.7; margin-right: 4px; }
#p03box01 .cnt .img_box .point-list li:last-child { margin-right: 0; }

#p03box02 { padding-bottom: 100px; }
#p03box02 .title01 { padding-bottom: 0; }
#p03box02 .motto-list { display: block; }
#p03box02 .motto-list .motto01 { padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; text-align: center; position: relative; margin-bottom: 10px; }
#p03box02 .motto-list .motto01:last-child { margin-bottom: 0; }
#p03box02 .motto-list .motto01 img { width: 60px; }
#p03box02 .motto-list .motto01 .text { font-size: 18px; line-height: 1.55; margin-top: 20px; }

/*導入までの流れ　p04
=========================================== */
#p04box01 .text01 { text-align: left; }
#p04box01 .flow-list { margin-top: 40px; }
#p04box01 .flow-list .flow01 { padding: 40px 20px; box-sizing: border-box; background: #F2FAFF; border-radius: 10px; margin-bottom: 58px; position: relative; }
#p04box01 .flow-list .flow01:last-child { margin-bottom: 0; }
#p04box01 .flow-list .flow01:last-child::before { display: none; }
#p04box01 .flow-list .flow01::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: #bce5ff transparent transparent transparent; border-width: 18px 14px 0px 14px; position: absolute; bottom: -38px; left: 50%; transform: translateX(-50%); }
#p04box01 .flow-list .flow01 .cnt { display: block; }
#p04box01 .flow-list .flow01 .cnt .text_box { margin-bottom: 40px; }
#p04box01 .flow-list .flow01 .cnt .text_box h2.title { padding-left: 46px; box-sizing: border-box; font-size: 24px; line-height: 1.42; margin-bottom: 20px; position: relative; }
#p04box01 .flow-list .flow01 .cnt .text_box h2.title .num { display: inline-block; font-size: 30px; line-height: 38px; position: absolute; top: -1px; left: 0; }
#p04box01 .flow-list .flow01 .cnt .img_box { position: relative; }
#p04box01 .flow-list .flow01 .cnt .img_box .icon { display: inline-block; width: 86px; height: 86px; background: #0085FE; border-radius: 50%; padding-top: 19px; box-sizing: border-box; font-size: 20px; line-height: 24px; position: absolute; top: -20px; right: -10px; z-index: 1; }
#p04box01 .flow-list .flow01 .box { background: #FFFFFF; border-radius: 10px; margin-top: 37px; }
#p04box01 .flow-list .flow01 .box .title_box { width: calc(100% - 24px); padding: 16px 10px 16px 42px; box-sizing: border-box; background: #0085FE; border-radius: 10px 10px 0 0; position: relative; margin: 0 0 0 auto; }
#p04box01 .flow-list .flow01 .box .title_box .icon { width: 66px; height: 66px; background: #FFFFFF; border-radius: 50%; border: 2px solid #0085FE; box-sizing: border-box; position: absolute; top: 50%; left: -34px; transform: translateY(-50%); z-index: 1; }
#p04box01 .flow-list .flow01 .box .title_box h3 { font-size: 18px; line-height: 1.1; }
#p04box01 .flow-list .flow01 .box .box_in { padding: 30px 20px; box-sizing: border-box; }
#p04box01 .flow-list .flow01 .box .box_in .list li { display: block; margin-bottom: 20px; }
#p04box01 .flow-list .flow01 .box .box_in .list li:last-child { margin-bottom: 0; }
#p04box01 .flow-list .flow01 .box .box_in .list li .midashi { display: block; padding-left: 28px; box-sizing: border-box; margin-bottom: 8px; position: relative; }
#p04box01 .flow-list .flow01 .box .box_in .list li .midashi::before { content: ""; display: block; width: 16px; height: 12px; background: url("../img/p04/icon_check.svg") no-repeat center; background-size: contain; position: absolute; top: 7px; left: 0; }
#p04box01 .flow-list .flow01 .box .box_in .list li .text { display: block; line-height: 1.625; }

/*会社案内　p05
=========================================== */
#p05box01 .cnt { display: block; }
#p05box01 .cnt .company-table:last-child tr:last-child { margin-bottom: 0; }
#p05box01 .cnt .company-table tr { display: block; margin-bottom: 30px; }
#p05box01 .cnt .company-table tr th, #p05box01 .cnt .company-table tr td { display: block; }
#p05box01 .cnt .company-table tr th { padding-bottom: 14px; border-bottom: 1px solid #0085FE; margin-bottom: 16px; color: #0085FE; }

#p05box02 .message-text { font-size: 30px; line-height: 1.53; margin-bottom: 30px; }
#p05box02 .message_box p { line-height: 1.875; }
#p05box02 .message_box p.name { line-height: 2.25; margin-top: 30px; }

#p05box03 .history-list .history01 { display: block; padding-left: 24px; box-sizing: border-box; position: relative; margin-bottom: 50px; }
#p05box03 .history-list .history01:last-child { margin-bottom: 0; }
#p05box03 .history-list .history01:last-child::before { display: none; }
#p05box03 .history-list .history01::before { content: ""; display: block; width: 1px; height: calc(100% + 50px); background: #8AB7E8; position: absolute; top: 24px; left: 7px; }
#p05box03 .history-list .history01::after { content: ""; display: block; width: 14px; height: 14px; background: #0085FE; border-radius: 50%; position: absolute; top: 17px; left: 0; }
#p05box03 .history-list .history01 .date { align-items: flex-end; margin-bottom: 16px; }
#p05box03 .history-list .history01 .date span { display: inline-block; font-size: 16px; line-height: 1.375; }
#p05box03 .history-list .history01 .date span em { display: inline-block; font-size: 30px; line-height: 1.33; margin-right: 6px; }
#p05box03 .history-list .history01 .date span.year { margin-right: 8px; }
#p05box03 .history-list .history01 .naiyou { line-height: 1.75; }

/*採用情報　p06
=========================================== */
#p06box01 h2.title { font-size: 30px; line-height: 1.53; margin-bottom: 30px; text-align: left; }
#p06box01 .text01 { text-align: left; }
#p06box01 .list { display: block; margin-top: 86px; }
#p06box01 .list .list_in { position: relative; margin-bottom: 66px; }
#p06box01 .list .list_in:last-child { margin-bottom: 0; }
#p06box01 .list .list_in .num { display: inline-block; width: 52px; height: 52px; background: #0085FE; border-radius: 50%; padding-top: 10px; box-sizing: border-box; font-size: 24px; line-height: 28px; position: absolute; top: -26px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p06box01 .list .list_in h3 { font-size: 22px; line-height: 40px; margin: 20px 0 14px; }
#p06box01 .list .list_in h3 em { display: block; font-size: 28px; }

#p06box02 .recruit-table { background: #FFFFFF; }
#p06box02 .recruit-table tr { display: block; }
#p06box02 .recruit-table tr:first-child th { border-radius: 10px 10px 0 0; }
#p06box02 .recruit-table tr th, #p06box02 .recruit-table tr td { display: block; padding: 20px; box-sizing: border-box; }
#p06box02 .recruit-table tr th { padding-top: 22px; padding-bottom: 22px; background: #0085FE; color: #FFFFFF; }
#p06box02 .no-text01 { font-size: 18px; line-height: 2; }

#p06box03 .text01 { text-align: left; }
#p06box03 .process-list { width: 100%; max-width: 400px; margin: 54px auto 0; }
#p06box03 .process-list .process01 { width: calc(50% - 12px); aspect-ratio: 1 / 1; padding-top: 38px; box-sizing: border-box; background: #F2FAFF; border-radius: 50%; margin: 34px 24px 0 0; position: relative; }
#p06box03 .process-list .process01:nth-child(-n+2) { margin-top: 0; }
#p06box03 .process-list .process01:nth-child(2n) { margin-right: 0; }
#p06box03 .process-list .process01:nth-child(2n)::before { display: none; }
#p06box03 .process-list .process01::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #d3eeff; border-width: 9px 0px 9px 12px; position: absolute; top: 50%; right: -17px; transform: translateY(-50%); }
#p06box03 .process-list .process01 .num { display: inline-block; font-size: 30px; line-height: 28px; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p06box03 .process-list .process01 img { width: 50px; }
#p06box03 .process-list .process01 .midashi { font-size: 18px; line-height: 1.33; margin-top: 8px; }
#p06box03 .process-list .process01 .midashi .mini { display: block; font-weight: 500; font-size: 14px; line-height: 1.14; }

.under-cont > section:nth-child(2n) .process-list .process01 { background: #FFFFFF !important; }

/*お知らせ　p07
=========================================== */
#p07box01 .news-all-list .news01 { padding-bottom: 40px; border-bottom: 1px solid #CCCBCB; margin-bottom: 40px; }
#p07box01 .news-all-list .news01:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }

#newsBox01 { padding-top: 60px; }
#newsBox01 h1.title { font-size: 21px; line-height: 1.7; margin-bottom: 20px; }

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

#p08box01 .num_box-list { display: block; padding: 50px 20px; box-sizing: border-box; background: #F2FAFF; border-radius: 10px; justify-content: space-between; }
#p08box01 .num_box-list .num_box { text-align: center; padding-bottom: 50px; border-bottom: 1px solid #D8E7F4; margin-bottom: 50px; }
#p08box01 .num_box-list .num_box:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p08box01 .num_box-list .num_box img.icon { display: block; width: 50px; margin: 0 auto 20px; }
#p08box01 .num_box-list .num_box h2 { font-size: 24px; line-height: 1.25; margin-bottom: 18px; }
#p08box01 .num_box-list .num_box .fax_box { font-weight: 700; text-align: center; }
#p08box01 .num_box-list .num_box .fax_box .fax { font-size: 34px; line-height: 1.2; }
#p08box01 .form_wrap { padding: 50px 20px; box-sizing: border-box; background: #F2FAFF; margin-top: 60px; }
#p08box01 .form_wrap > img.icon { display: block; width: 50px; margin: 0 auto 20px; }
#p08box01 .form_wrap > h2 { font-size: 24px; line-height: 2; margin-bottom: 30px; }
#p08box01 .form_wrap .bikou-list li { padding-left: 1em; text-indent: -1em; margin-bottom: 14px; }
#p08box01 .form_wrap .bikou-list li:last-child { margin-bottom: 0; }
#p08box01 .form_wrap .form_box { padding: 30px 20px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-top: 40px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 40px; position: relative; z-index: 1; }
ul.contact-state::before { content: ""; display: block; width: 100%; height: 1px; background: #0085FE; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
ul.contact-state > li { display: table; width: calc((100% / 3) - 10px); height: 60px; position: relative; }
ul.contact-state > li > span.text { display: table-cell; text-align: center; vertical-align: middle; background: #FFFFFF; border: 1px solid #0085FE; box-sizing: border-box; border-radius: 4px; font-size: 14px; font-weight: 700; line-height: 24px; color: #0085FE; }
ul.contact-state > li > span.text .num { display: block; margin-bottom: -3px; }
ul.contact-state > li.state01 > span { background: #0085FE; color: #FFFFFF; }

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

.state-text { display: none; text-align: center; color: red; font-weight: 700; font-size: 16px; margin-bottom: 40px; }

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

.contactTBL { /*お問い合わせ項目*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #B3B3B3; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { margin-bottom: 16px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; line-height: 1; font-weight: 700; padding: 3px 5px 4px; box-sizing: border-box; border: 1px solid #0085FE; border-radius: 2px; margin-right: 8px; }
.contactTBL th .hissu { background: #0085FE; color: #FFFFFF; }
.contactTBL th .ninni { background: #FFFFFF; color: #0085FE; }
.contactTBL td { margin-bottom: 40px; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 48px; padding: 10px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; font-family: "Zen Kaku Gothic New"; font-size: 16px; font-weight: 500; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.tel01 { width: 140px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 240px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { padding: 10px 40px 10px 10px; background: url("../img/p08/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 14px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin: 20px 0 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="radio"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #D4D4D4; margin-right: 10px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label span.wpcf7-list-item-label { font-weight: 500; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-bottom: 0; }
.contactTBL .text-list { margin-top: 16px; }
.contactTBL .text-list li { padding-left: 1em; text-indent: -1em; margin-bottom: 10px; }
.contactTBL .text-list li:last-child { margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: block; content: "※ファイルが選択されていません"; font-size: 15px; font-weight: 400; color: #000000; margin-top: 4px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: block; width: 144px; height: 40px; padding-top: 8px; box-sizing: border-box; background: #000000; border: 0; border-radius: 0; font-size: 16px; font-weight: 500; line-height: 1.5; color: #FFFFFF; transition: 0.3s; text-align: center; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-box .doui-text { font-size: 14px; line-height: 1.57; font-weight: 500; padding-left: 1em; text-indent: -1em; 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: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; font-weight: 700; cursor: pointer; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 10px; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; cursor: pointer; }
.contactTBL .contact-submit.flex { display: block; }
.contactTBL .contact-submit.flex .btn { width: 100%; height: 60px; }
.contactTBL .contact-submit.flex .btn input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 20px; box-sizing: border-box; white-space: normal; border-radius: 80px; background: #0085FE; border: 2px solid #0085FE; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 1.5; color: #FFFFFF; font-weight: 700; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .btn:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn.back { margin-top: 20px !important; }
.contactTBL .contact-submit.flex .btn.back input.wpcf7-form-control { background: #FFFFFF; color: #0085FE; }
.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; }

/*確認画面時の表示設定*/
#p08box01 .form_wrap .form_box:has(.contactArea.che) { background: #e6e6e6; }

.contactArea.che .contactTBL td { margin-bottom: 20px; }
.contactArea.che .contactTBL .koumoku .wpcf7-list-item { margin: 0; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .text-list, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox], .contactArea.che input[type=radio] { display: none; }
.contactArea.che input[type=checkbox]:checked, .contactArea.che input[type=radio]:checked { display: inline-block; }
.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }
.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }
.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

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

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

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

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

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

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

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

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

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

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 480px) { #topbox05::before { width: 100%; bottom: 0; right: auto; left: 0; } }
@media screen and (min-width: 0px) and (max-width: 374px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 10.8vw; height: 10.8vw; line-height: 10.2vw; }
  .post-navigation ul > li.blog-back { margin: 0 2.5vw; }
  .post-navigation ul > li.blog-back a { width: 53.33vw; } }
@media screen and (min-width: 0px) and (max-width: 350px) { #main.kasou .main_title .en { font-size: 10.67vw; }
  #p06box03 .process-list .process01 { padding-top: 10.13vw; }
  #p06box03 .process-list .process01 img { width: 13.33vw; }
  #p06box03 .process-list .process01 .midashi { font-size: 4.8vw; margin-top: 2.13vw; }
  #p06box03 .process-list .process01 .midashi .mini { font-size: 3.73vw; } }
@media screen and (min-width: 0px) and (max-width: 340px) { .title02 .en { font-size: 16vw; }
  #p05box02 .message-text { font-size: 28px; } }
/*safari用
=========================================== */
