@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPミディアム*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Medium.ttf"); src: url("../fonts/font/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Medium.woff") format("woff"), url("../fonts/font/NotoSansJP-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*roboto*/
font-family: "roboto"; src: url("../fonts/font/Roboto-Regular.ttf"); src: url("../fonts/font/Roboto-Regular.woff2") format("woff2"), url("../fonts/font/Roboto-Regular.woff") format("woff"), url("../fonts/font/Roboto-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*robotoミディアム*/
font-family: "roboto"; src: url("../fonts/font/Roboto-Medium.ttf"); src: url("../fonts/font/Roboto-Medium.woff2") format("woff2"), url("../fonts/font/Roboto-Medium.woff") format("woff"), url("../fonts/font/Roboto-Medium.ttf") format("truetype"); font-weight: 500; }
@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; }
/* Link
=========================================== */
a:link, a:visited { color: #0F0F0F; text-decoration: none; }

a:hover, a:active { color: #0F0F0F; 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: #0F0F0F; background: #FFFFFF; font-size: 16px; line-height: 1.44; font-family: 'NotoSansJP',"メイリオ","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 { width: 100%; height: 60px; margin-top: 60px; }

.btn01 a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 40px; box-sizing: border-box; background: #E56000; border-radius: 30px; position: relative; }

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

.btn01 a .btn-text { color: #FFFFFF; text-align: center; transition: 0.3s; }

.btn01.contact_btn { height: 80px; }

.btn01.contact_btn a { padding: 0 20px; border-radius: 40px; }

.btn01.contact_btn a::after { display: none; }

.btn01.contact_btn a .btn-text { padding-left: 34px; box-sizing: border-box; font-weight: 700; position: relative; }

.btn01.contact_btn a .btn-text::after { content: ""; display: block; width: 24px; height: 24px; background: url("../img/common/icon_mail.png") no-repeat center; background-size: contain; position: absolute; top: -1px; left: 0; }

.title01 { padding-bottom: 15px; box-sizing: border-box; font-size: 31px; line-height: 1.45; position: relative; margin-bottom: 40px; }

.title01::before, .title01::after { content: ""; display: block; height: 1px; position: absolute; bottom: 1px; left: 0; }

.title01::before { width: 100%; background: #EEEEEE; }

.title01::after { width: 20px; background: #0F3577; }

.title01.line-white::before { background: #FFFFFF; }

.title01.tcenter::before, .title01.tcenter::after { left: 50%; transform: translateX(-50%); }

.title01.shiro::before { opacity: 0.1; }

.title01.shiro::after { background: #FFFFFF; }

.title01.mini { padding-bottom: 12px; font-size: 20px; margin-bottom: 20px; }

.title02 { display: block; }

.title02 .en { display: block; font-family: "roboto"; font-size: 50px; font-weight: 500; color: #0F3577; line-height: 1.325; }

.title02 .ja { display: block; margin-top: 10px; }

.tel_box { display: inline-block; }

.tel_box .tel .num { font-size: 30px; line-height: 1.3; color: #0F3577; padding-left: 34px; box-sizing: border-box; position: relative; }

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

.tel_box .tel-text { font-size: 11px; line-height: 1.45; color: #0F3577; text-align: right; }

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

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

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

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

.medium { font-weight: 500; }

.bold { font-weight: 700; }

.common_text, .common_text2 { line-height: 1.625; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

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

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

.kon { color: #0F3577; }

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

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

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

#header .header_inner .logo { width: 153px; }

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

#header .header_inner .right { height: 100%; justify-content: flex-end; margin-right: 55px; }

#header .header_inner .right .right_top { height: 100%; justify-content: flex-end; align-items: center; }

#header .header_inner .right .right_top .yt-btn { display: none; }

#header .header_inner .right .right_top .tel_box { width: 24px; height: 24px; }

#header .header_inner .right .right_top .tel_box .tel { width: 100%; height: 100%; }

#header .header_inner .right .right_top .tel_box .tel a { display: block; width: 100%; height: 100%; background: url("../img/common/icon_tel.svg") no-repeat center; background-size: contain; }

#header .header_inner .right .right_top .tel_box .tel .num, #header .header_inner .right .right_top .tel_box .tel-text { display: none; }

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

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

#fixed-btn .btn { width: 50%; height: 100%; }

#fixed-btn .btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }

#fixed-btn .btn a .btn-text { color: #FFFFFF; font-weight: 700; box-sizing: border-box; position: relative; }

#fixed-btn .btn a .btn-text::after { content: ""; display: block; position: absolute; }

#fixed-btn .btn.contact_btn a { background: #E56000; }

#fixed-btn .btn.contact_btn a .btn-text { padding-left: 34px; }

#fixed-btn .btn.contact_btn a .btn-text::after { width: 24px; height: 24px; background: url("../img/common/icon_mail.png") no-repeat center; background-size: contain; top: -1px; left: 0; }

#fixed-btn .btn.recruit_btn a { background: #0F3577; }

#fixed-btn .btn.recruit_btn a .btn-text { padding-right: 25px; }

#fixed-btn .btn.recruit_btn a .btn-text::after { width: 15px; height: 15px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; top: 4px; right: 0; }

.fixed #fixed-btn { opacity: 1; }

/* nav
=========================================== */
.sp-nav-btn { width: 30px; height: 16px; position: relative; z-index: 101; box-sizing: border-box; text-align: center; transition: 0.3s; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

.sp-nav-btn > span { width: 100%; height: 2px; background: #09275A; 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 > span { background: #FFFFFF; }

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

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

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

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

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

.sp-nav-list .navs-list { position: fixed; width: 100%; height: 100%; z-index: 99; top: 0; background: url("../img/common/sp-nav_bg.jpg") no-repeat center top; background-size: cover; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 120px 0 100px; box-sizing: border-box; }

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

.sp-nav-list .navs-list > .sp-nav-logo { width: 153px; position: absolute; top: 14px; left: 20px; }

.sp-nav-list .navs-list > .sp-nav-logo a { display: block; width: 100%; }

.sp-nav-list .navs-list > ul > li { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.sp-nav-list .navs-list > ul > li > a, .sp-nav-list .navs-list ul li .nav-midashi { display: block; padding: 30px 40px; box-sizing: border-box; color: #FFFFFF; }

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

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

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

.sp-nav-list .navs-list ul li .sp-nav li { padding-left: 58px; box-sizing: border-box; margin-bottom: 20px; }

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

.sp-nav-list .navs-list ul li .sp-nav li a { display: block; font-size: 14px; line-height: 1.43; font-weight: 400; color: #FFFFFF; }

.sp-nav-list .navs-list ul li .sp-nav li a::before { content: "-"; display: inline-block; margin-right: 3px; }

.sp-nav-list .navs-list ul li .sp-nav li.first { padding-left: 40px; }

.sp-nav-list .navs-list ul li .sp-nav li.first a::before { display: none; }

.sp-nav-list .navs-list .btn01.contact_btn { width: calc(100% - 40px); margin: 60px auto 0; }

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

#main.home_main { width: 100%; margin-top: 0; padding-top: 145px; box-sizing: border-box; background: #EEF2F6; position: relative; overflow: hidden; }

#main.home_main .text_box { width: 100%; margin-bottom: 60px; padding: 0 8%; box-sizing: border-box; position: relative; z-index: 2; }

#main.home_main .text_box .main_title { width: 213px; margin-bottom: 42px; }

#main.home_main .text_box .main-list { display: block; max-width: 240px; }

#main.home_main .text_box .main-list li { display: inline-block; padding: 2px 10px; box-sizing: border-box; background: #EEF2F6; border: 1px solid #0F3577; color: #0F3577; margin-bottom: 10px; }

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

#main.home_main .text_box .main-list li .mini { font-size: 11px; }

#main.home_main .main_movie { width: 100%; height: 100%; aspect-ratio: 25 / 14; position: relative; z-index: 1; }

#main.home_main .main_movie::before { content: ""; display: block; width: 266px; height: 111px; background: url("../img/main/main_bg.jpg") no-repeat center; background-size: cover; position: absolute; top: -110px; right: 0; z-index: -1; }

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

#main.home_main .main_movie video { width: 100%; aspect-ratio: 25 / 14; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; height: 160px; background: url("../img/main/main_kasou_bg_sp.jpg") no-repeat center; background-size: cover; }

#main.kasou .wrap { display: flex; align-items: center; justify-content: center; height: 100%; }

#main.kasou h1 { color: #FFFFFF; text-align: center; }

#main.kasou h1 .en { display: block; font-family: "roboto"; line-height: 21px; }

#main.kasou h1 .ja { display: block; font-size: 28px; line-height: 40px; }

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

ul.bread-list { font-size: 13px; justify-content: flex-start; align-items: center; }

ul.bread-list li { line-height: 19px; color: #0F3577; padding-right: 28px; box-sizing: border-box; position: relative; }

ul.bread-list li a { text-decoration: none; line-height: 19px; color: #0F3577; }

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

ul.bread-list li::after { content: ""; display: block; width: 12px; height: 1px; background: #0F3577; position: absolute; top: 50%; right: 8px; transform: translateY(-50%); }

ul.bread-list li:last-child { padding-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 */
/*-------------------------------------------*/
#recruit-sec { padding: 115px 0 119px; position: relative; }

#recruit-sec .bg-img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; }

#recruit-sec .bg-img .img-list { width: 100%; height: 50%; margin-bottom: 5px; background: url("../img/common/recruit_bg01_sp.jpg") no-repeat center; background-size: cover; }

#recruit-sec .bg-img .img-list:last-child { margin-bottom: 0; background: url("../img/common/recruit_bg02_sp.jpg") no-repeat center; background-size: cover; }

#recruit-sec .bg-img .img-list > div { display: none; }

#recruit-sec .text_box { width: 90%; padding: 60px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin: 0 auto; }

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

#recruit-sec .text_box .title01 .sub { display: block; font-size: 16px; line-height: 1.35; font-weight: 500; }

#recruit-sec .text_box .midashi { font-size: 20px; line-height: 1.8; margin-bottom: 40px; }

#recruit-sec .text_box .point { font-size: 60px; line-height: 1.325; font-weight: 500; margin-bottom: 15px; }

#recruit-sec .text_box .text { font-size: 14px; }

#recruit-sec .text_box .btn01 { width: calc(100% - 40px); margin: 60px auto 0; }

#access-sec { padding: 100px 5%; }

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

#access-sec .cnt .text_box { margin-bottom: 84px; }

#access-sec .cnt .text_box .title01 { margin-bottom: 30px; }

#access-sec .cnt .text_box .access-list { margin-top: 30px; }

#access-sec .cnt .text_box .access-list li { padding-left: 30px; box-sizing: border-box; position: relative; margin-bottom: 10px; }

#access-sec .cnt .text_box .access-list li:last-child { margin-bottom: 0; }

#access-sec .cnt .text_box .access-list li .num { display: inline-block; width: 20px; height: 20px; background: #0F3577; border-radius: 50%; font-size: 12px; line-height: 20px; text-align: center; position: absolute; top: 2px; left: 0; }

#access-sec .cnt .text_box .access_btn { width: 100%; height: 60px; margin-top: 30px; }

#access-sec .cnt .text_box .access_btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 18px 40px; box-sizing: border-box; background: rgba(229, 96, 0, 0.06); border: 1px solid #E56000; border-radius: 30px; position: relative; }

#access-sec .cnt .text_box .access_btn a::after { content: ""; display: block; width: 16px; height: 21px; background: url("../img/common/icon_access.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

#access-sec .cnt .text_box .access_btn a .btn-text { text-align: center; }

#access-sec .cnt .map_box { width: 100%; position: relative; }

#access-sec .cnt .map_box::before { content: ""; display: block; width: 73px; height: 109px; background: url("../img/common/map_bg.jpg") no-repeat center; background-size: cover; position: absolute; bottom: 0; right: -5%; }

#access-sec .cnt .map_box .map { width: 100%; aspect-ratio: 335 / 216; position: relative; z-index: 1; }

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

#contact-sec { padding: 100px 5%; background: #EEF2F6; }

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

#contact-sec .cnt .title02 { margin-bottom: 40px; }

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

#contact-sec .cnt .right .fax-num { font-size: 14px; margin-top: 20px; }

#contact-sec .cnt .right .fax-num em { font-size: 20px; }

#contact-sec .cnt .right .btn01.contact_btn { margin-top: 40px; }

#footer { padding: 100px 5% 120px; box-sizing: border-box; background: url("../img/common/footer_bg.jpg") no-repeat center; background-size: cover; color: #FFFFFF; }

#footer a { color: #FFFFFF; }

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

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

#footer .footer_box .left .logo { width: 153px; margin: 0 auto 28px; }

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

#footer .footer_box .left .address { font-size: 12px; line-height: 1.42; margin-bottom: 30px; }

#footer .footer_box .left .address span { margin-right: 10px; }

#footer .footer_box .left .sns-list { justify-content: center; align-items: center; }

#footer .footer_box .left .sns-list .icon { margin-right: 10px; }

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

#footer .footer_box .left .sns-list .icon a { display: block; width: 13px; height: 13px; }

#footer .footer_box .left .sns-list .icon.icon_yt a { width: 15px; height: 12px; background: url("../img/common/icon_yt.png") no-repeat center; background-size: contain; }

#footer .footer_box .left .sns-list .icon.icon_ig a { background: url("../img/common/icon_ig.png") no-repeat center; background-size: contain; }

#footer .footer_box .left .sns-list .icon.icon_x a { background: url("../img/common/icon_x.png") no-repeat center; background-size: contain; }

#footer .footer_box .left .sns-list .icon.icon_fb a { width: 15px; height: 15px; background: url("../img/common/icon_fb.png") no-repeat center; background-size: contain; }

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

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

.navs-list > ul.navs-list03 { width: 27%; margin-left: 60px; }

.navs-list > ul.navs-list00 > li { margin-bottom: 30px; line-height: 1.44; }

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

.navs-list > ul.navs-list00 > li .navs-list-child li { margin-top: 10px; padding-left: 8px; box-sizing: border-box; }

.navs-list > ul.navs-list00 > li .navs-list-child li a { display: block; font-size: 13px; line-height: 1.46; font-weight: 400; }

.navs-list > ul.navs-list00 > li .navs-list-child li a::before { content: "-"; display: inline-block; margin-right: 2px; }

#footer .bottom_box { display: block; padding-top: 40px; position: relative; text-align: center; }

#footer .bottom_box::before { content: ""; display: block; width: 100vw; height: 1px; background: rgba(255, 255, 255, 0.1); position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

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

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

#footer .bottom_box .link_list li::after { content: "／"; margin: 0 10px; }

#footer .bottom_box .link_list li:last-child::after { display: none; }

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

/*parts
=========================================== */
.slider01 { margin-bottom: 80px !important; }
.slider01 .slick-list { overflow: visible; }
.slider01 .slick-prev, .slider01 .slick-next { width: 43px; height: 19px; top: auto; bottom: -80px; transform: translate(0, 0); transition: 0.3s; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { display: inline-block; font-family: "roboto"; font-size: 14px; line-height: 19px; font-weight: 500; color: #0F3577; text-align: left; opacity: 1; }
.slider01 .slick-prev::after, .slider01 .slick-next::after { content: ""; display: block; width: 5px; height: 10px; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { opacity: 0.7; }
.slider01 .slick-prev { text-align: right; left: 50%; transform: translateX(-60px); }
.slider01 .slick-prev::before { content: "Prev"; }
.slider01 .slick-prev::after { left: 0; transform: translateY(-50%) scale(-1, 1); }
.slider01 .slick-next { text-align: left; left: auto; right: 50%; transform: translateX(60px); }
.slider01 .slick-next::before { content: "Next"; }
.slider01 .slick-next::after { right: 0; }

.blog-cate-list { width: auto; }
.blog-cate-list li { display: inline-block; font-size: 12px; font-weight: 500; line-height: 1.42; padding: 3px 20px 5px; box-sizing: border-box; background: #0F3577; border-radius: 20px; margin-right: 5px; }
.blog-cate-list li:last-child { margin-right: 0; }

.blog01 a { display: block; width: 100%; }
.blog01 a .img { width: 100%; aspect-ratio: 590 / 387; overflow: hidden; }
.blog01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.blog01 a .info_box { padding: 25px 20px 0; box-sizing: border-box; }
.blog01 a .info_box .title { font-weight: 400; line-height: 1.56; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.blog01 a .info_box .info { align-items: flex-start; justify-content: space-between; margin-top: 30px; }
.blog01 a .info_box .info .time { margin-top: 2px; font-weight: 400; }

.works01 a { display: block; width: 100%; padding: 60px 20px; box-sizing: border-box; background: #FFFFFF; }
.works01 a .title { font-size: 24px; line-height: 1.66; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.works01 a .info-list { margin-top: 23px; }
.works01 a .info-list .info { display: block; padding: 30px 0; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #0f3577, #0f3577 2px, transparent 2px, transparent 12px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
.works01 a .info-list .info:first-child { background-image: repeating-linear-gradient(90deg, #0f3577, #0f3577 2px, transparent 2px, transparent 12px), repeating-linear-gradient(90deg, #0f3577, #0f3577 2px, transparent 2px, transparent 12px); background-position: left top, left bottom; background-repeat: repeat-x, repeat-x; background-size: 100% 1px, 100% 1px; }
.works01 a .info-list .info .midashi { width: 72px; padding: 3px 0 5px; box-sizing: border-box; background: #0F3577; border-radius: 20px; text-align: center; color: #FFFFFF; }
.works01 a .info-list .info p.common_text { margin-top: 10px; font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.works01 a .works-cate-list { display: block; margin-top: 40px; }
.works01 a .works-cate-list li { align-items: flex-start; font-size: 12px; line-height: 1.42; font-weight: 400; margin-bottom: 8px; }
.works01 a .works-cate-list li:last-child { margin-bottom: 0; }
.works01 a .works-cate-list li .midashi { display: inline-block; width: 64px; padding: 3px 0 5px; box-sizing: border-box; background: #EEEEEE; border-radius: 20px; text-align: center; margin-right: 10px; }
.works01 a .works-cate-list li .text { display: inline-block; width: calc(100% - 74px); margin-top: 4px; }
.works01 a .img-list { margin-top: 40px; }
.works01 a .img-list .img { width: calc(50% - 10px); aspect-ratio: 49 / 40; margin-right: 10px; }
.works01 a .img-list .img:nth-child(2), .works01 a .img-list .img:last-child { margin-right: 0; }
.works01 a .img-list .img:nth-child(3) { display: none; }

.works-cate-list02 { width: auto; }
.works-cate-list02 li { display: inline-block; font-weight: 400; line-height: 1.43; padding: 1px 12px 2px; box-sizing: border-box; background: #0F3577; border-radius: 14px; margin-right: 5px; }
.works-cate-list02 li:last-child { margin-right: 0; }

.works02 a { display: block; width: 100%; }
.works02 a .img { width: 100%; aspect-ratio: 335 / 232; position: relative; overflow: hidden; margin-bottom: 16px; }
.works02 a .img .in_img { width: 100%; height: 100%; }
.works02 a .img .img_text { width: 100%; text-align: center; position: absolute; bottom: 12px; left: 0; z-index: 1; }
.works02 a .title { line-height: 1.6; font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.works02 a .info-table { margin-top: 20px; }
.works02 a .info-table tr { border-bottom: 1px solid #EBEBEB; }
.works02 a .info-table tr:first-child { border-top: 1px solid #EBEBEB; }
.works02 a .info-table tr th { width: 65px; padding: 12px; box-sizing: border-box; background: #F8F8F8; font-weight: 400; text-align: center; }
.works02 a .info-table tr td { padding: 12px 0 12px 15px; box-sizing: border-box; font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.works02 a .info { align-items: flex-start; margin-top: 20px; }
.works02 a .info .works-cate-list02 { margin-right: 12px; }
.works02 a .info .time { margin-top: 2px; font-weight: 400; }

#range-sec { padding: 100px 5%; background: url("../img/top/bg02.jpg") no-repeat center; background-size: cover; }
#range-sec .range-list { display: block; }
#range-sec .range-list .range_box { padding: 60px 20px; box-sizing: border-box; background: rgba(15, 53, 119, 0.8); margin-bottom: 10px; }
#range-sec .range-list .range_box:last-child { margin-bottom: 0; }
#range-sec .range-list .range_box h3 { font-size: 22px; line-height: 1.45; margin-bottom: 20px; }
#range-sec .range-list .range_box .circle { display: flex; justify-content: center; align-items: center; width: 250px; height: 250px; border: 1px solid #FFFFFF; box-sizing: border-box; border-radius: 50%; text-align: center; margin: 0 auto 20px; }
#range-sec .range-list .range_box .circle .circle-text { font-size: 16px; font-weight: 700; }
#range-sec .range-list .range_box .text_box { align-items: flex-start; font-size: 14px; }
#range-sec .range-list .range_box .text_box .th { font-weight: 700; }
#range-sec .range-list .range_box .text_box .td { font-weight: 400; }
#range-sec .range-list .range_box01 { padding-left: 30px; padding-right: 30px; }
#range-sec .range-list .range_box01 .text_box .th { width: 56px; }
#range-sec .range-list .range_box01 .text_box .td { width: calc(100% - 56px); }
#range-sec .range-list .range_box02 .material_box { display: block; }
#range-sec .range-list .range_box02 .material_box .th { font-size: 14px; line-height: 1.43; font-weight: 700; }
#range-sec .range-list .range_box02 .material_box .material-list { width: calc(100% + 10px); margin-top: 5px; }
#range-sec .range-list .range_box02 .material_box .material-list li.circle { width: 66px; height: 66px; margin: 10px 10px 0 0; }
#range-sec .range-list .range_box02 .material_box .pdf-link { margin-top: 20px; }
#range-sec .range-list .range_box02 .material_box .pdf-link a { display: inline-block; padding-right: 17px; box-sizing: border-box; font-size: 12px; line-height: 1.46; font-weight: 400; color: #FFFFFF; position: relative; }
#range-sec .range-list .range_box02 .material_box .pdf-link a::before { content: ""; display: block; width: 12px; height: 16px; background: url("../img/top/icon_pdf.png") no-repeat center; background-size: contain; position: absolute; top: 1px; right: 0; }
#range-sec .range-list .range_box02 .text_box { display: block; margin-top: 20px; }
#range-sec .range-list .range_box02 .text_box .th { margin-bottom: 5px; }
#range-sec .range-list .range_box02 .sub_text { font-size: 12px; line-height: 1.42; font-weight: 400; margin-top: 15px; }
#range-sec .range-list .range_box03 h3 { margin-bottom: 15px; }
#range-sec .range-list .range_box03 .text01 { font-size: 14px; }
#range-sec .range-list .range_box03 .box_in { display: block; margin-top: 20px; }
#range-sec .range-list .range_box03 .box_in .circle .circle-text em { font-size: 32px; }
#range-sec .range-list .range_box03 .box_in .info-list { margin-top: 20px; }
#range-sec .range-list .range_box03 .box_in .info-list .info01 { justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
#range-sec .range-list .range_box03 .box_in .info-list .info01:last-child { margin-bottom: 0; }
#range-sec .range-list .range_box03 .box_in .info-list .info01 .circle02 { display: flex; justify-content: center; align-items: center; width: 120px; height: 120px; background: #09275A; box-sizing: border-box; border-radius: 50%; text-align: center; margin-right: 20px; }
#range-sec .range-list .range_box03 .box_in .info-list .info01 .circle02 .circle-text { font-size: 14px; font-weight: 700; }
#range-sec .range-list .range_box03 .box_in .info-list .info01 .circle02 .circle-text .mini { display: block; font-size: 12px; }
#range-sec .range-list .range_box03 .box_in .info-list .info01 .circle02 .circle-text em { font-size: 26px; }
#range-sec .range-list .range_box03 .box_in .info-list .info01 .right { width: calc(100% - 140px); }
#range-sec .range-list .range_box03 .box_in .info-list .info01 .right h4 { font-size: 16px; line-height: 1.625; }
#range-sec .range-list .range_box03 .box_in .info-list .info01 .right p { font-size: 14px; }
#range-sec .range-list .range_box03 .box_in .pdf-link { position: absolute; bottom: 0; right: 0; }
#range-sec .range-list .range_box03 .box_in .pdf-link a { display: inline-block; padding-right: 18px; box-sizing: border-box; font-size: 12px; line-height: 1.42; font-weight: 400; color: #FFFFFF; position: relative; }
#range-sec .range-list .range_box03 .box_in .pdf-link a::before { content: ""; display: block; width: 12px; height: 16px; background: url("../img/top/icon_pdf.png") no-repeat center; background-size: contain; position: absolute; top: 1px; right: 0; }
#range-sec .range-list .range_box03 .text_box { margin-top: 30px; }
#range-sec .range-list .range_box03 .text_box .th { width: 98px; }
#range-sec .range-list .range_box03 .text_box .td { width: calc(100% - 98px); }
#range-sec .range-list .range_box03 .sub_text { font-size: 12px; line-height: 1.42; font-weight: 400; margin-top: 20px; }
#range-sec .range-list .range_box04 { padding-bottom: 43px; }
#range-sec .range-list .range_box04 .circle .circle-text .mini { display: block; font-size: 14px; font-weight: 400; }
#range-sec .range-list .range_box04 .circle .circle-text .big { font-size: 20px; margin: 0 5px; }
#range-sec .range-list .range_box04 .circle .circle-text em { font-size: 32px; }
#range-sec .range-list .range_box04 .text01 { font-size: 14px; }
#range-sec .range-list .range_box05 { padding-left: 40px; padding-right: 40px; }
#range-sec .range-list .range_box05 .shape-list { display: block; }
#range-sec .range-list .range_box05 .shape-list .shape01 { text-align: center; margin-bottom: 30px; }
#range-sec .range-list .range_box05 .shape-list .shape01:last-child { margin-bottom: 0; }
#range-sec .range-list .range_box05 .shape-list .shape01 .img { width: 100%; margin-bottom: 20px; }
#range-sec .range-list .range_box05 .shape-list .shape01 h4 { margin-bottom: 10px; }
#range-sec .range-list .range_box05 .shape-list .shape01 p.common_text { font-size: 14px; }

#works-sec { padding: 100px 5%; background: #EEF2F6; }
#works-sec .cnt { display: block; }
#works-sec .cnt .left { margin-bottom: 40px; }
#works-sec .cnt #works-slider { padding-right: 23px; box-sizing: border-box; margin-bottom: 80px !important; }
#works-sec .cnt #works-slider .slick-track { display: flex; }
#works-sec .cnt #works-slider .slick-track .slick-slide { height: auto; }
#works-sec .cnt #works-slider .slick-prev, #works-sec .cnt #works-slider .slick-next { bottom: -60px; }
#works-sec .cnt #works-slider .works01 { margin-right: 20px; }
#works-sec .cnt #works-slider .works01:last-child { margin-bottom: 0; }
#works-sec .cnt #works-slider .works01 a { height: 100%; }
#works-sec .cnt .btn01 { margin-top: 0; }

#works-sec02 { background: #EEF2F6; }
#works-sec02 .cnt { display: block; }
#works-sec02 .cnt #works-slider02 { padding-right: 23px; box-sizing: border-box; margin-bottom: 80px !important; }
#works-sec02 .cnt #works-slider02 .slick-track { display: flex; }
#works-sec02 .cnt #works-slider02 .slick-track .slick-slide { height: auto; }
#works-sec02 .cnt #works-slider02 .slick-prev, #works-sec02 .cnt #works-slider02 .slick-next { bottom: -60px; }
#works-sec02 .cnt #works-slider02 .works01 { margin-right: 20px; }
#works-sec02 .cnt #works-slider02 .works01 a { height: 100%; }
#works-sec02 .btn01 { margin-top: 0; }

.common_list li { padding-left: 16px; box-sizing: border-box; position: relative; }
.common_list li::before { content: ""; display: block; width: 8px; height: 8px; background: #0F3577; border-radius: 50%; position: absolute; top: 8px; left: 0; }

.wrap.twin { display: block; }
.wrap.twin div#two-side { margin-bottom: 60px; }
.wrap.twin div#two-side .side_box { margin-bottom: 20px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-title { padding: 12px 0 14px; box-sizing: border-box; background: #0F3577; border-radius: 25px; text-align: center; margin-bottom: 20px; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 60px; box-sizing: border-box; padding: 18px 60px 18px 20px; font-size: 16px; line-height: 1.5; font-weight: 400; border: 1px solid #D4D4D4; font-family: 'NotoSansJP'; background: url("../img/p16/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 16px; border-radius: 0; -webkit-appearance: none; appearance: none; cursor: pointer; color: #0F0F0F !important; }
.wrap.twin div#two-side .side_box .side-inner select option { color: #0F0F0F !important; }
.wrap.twin div#two-side .side_box .side-inner select option:first-child { color: #9A9A9A !important; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 40px; height: 40px; margin: 0 2px; background: #FFFFFF; border: 1px solid #000000; box-sizing: border-box; border-radius: 50%; text-decoration: none; font-family: "roboto"; font-size: 14px; font-weight: 700; line-height: 40px; text-align: center; }

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

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

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

.post-navigation ul > li a { display: inline-block; width: 45px; box-sizing: border-box; font-size: 14px; font-weight: 500; line-height: 19px; color: #0F3577; position: relative; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { text-decoration: none; opacity: 0.7; }
.post-navigation ul > li a::before { content: ""; display: block; width: 7px; height: 12px; background: url("../img/common/page_arrow03.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); transition: 0.3s; }

.post-navigation ul > li.prev a { padding-left: 15px; font-family: "roboto"; }
.post-navigation ul > li.prev a::before { left: 0; transform: translateY(-50%) scale(-1, 1); }

.post-navigation ul > li.next a { padding-right: 15px; font-family: "roboto"; }
.post-navigation ul > li.next a::before { right: 0; }

.post-navigation ul > li.blog-back { margin: 0 40px; }
.post-navigation ul > li.blog-back a { width: 160px; height: 32px; padding: 4px 0 5px; box-sizing: border-box; background: #0F3577; border-radius: 20px; font-size: 16px; font-weight: 700; line-height: 23px; color: #FFFFFF; text-align: center; }
.post-navigation ul > li.blog-back a::before { display: none; }

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

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

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

#topbox01 { padding: 100px 5%; }
#topbox01 .title02 { display: flex; align-items: flex-end; padding-bottom: 15px; box-sizing: border-box; position: relative; margin-bottom: 40px; }
#topbox01 .title02::before, #topbox01 .title02::after { content: ""; display: block; height: 1px; position: absolute; bottom: 1px; left: 0; }
#topbox01 .title02::before { width: 100%; background: #EEEEEE; }
#topbox01 .title02::after { width: 20px; background: #0F3577; }
#topbox01 .title02 .en { font-size: 35px; }
#topbox01 .title02 .ja { display: block; margin: 0 0 5px 20px; }
#topbox01 #blog-slider { padding-right: 23px; box-sizing: border-box; margin-bottom: 100px !important; }
#topbox01 #blog-slider .blog01 { margin-right: 20px; }
#topbox01 .btn01 { margin-top: 0; }
#topbox01 .btn01 a { background: #FFFFFF; border: 1px solid #0F3577; }
#topbox01 .btn01 a::after { background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; }
#topbox01 .btn01 a .btn-text { color: #0F3577; }

#topbox02 { padding: 100px 5% 86px; background: #EEF2F6; }
#topbox02 .cnt { display: block; }
#topbox02 .cnt .title { font-size: 32px; line-height: 1.56; margin-bottom: 60px; }
#topbox02 .cnt .title span { display: block; }
#topbox02 .cnt .title span.sp { display: inline-block; }
#topbox02 .cnt .movie_box { width: 100%; aspect-ratio: 520 / 293; position: relative; }
#topbox02 .cnt .movie_box::before { content: ""; display: block; width: 50.67vw; aspect-ratio: 19 / 23; background: url("../img/top/bg01.jpg") no-repeat center; background-size: cover; position: absolute; top: 30px; left: -6%; }
#topbox02 .cnt .movie_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox02 .cnt .text_box { margin-top: 28.53vw; }
#topbox02 .cnt .text_box .text p.common_text2 { margin-bottom: 30px; }
#topbox02 .cnt .text_box .text p.common_text2:last-child { margin-bottom: 0; }

#topbox03 { padding: 86px 5% 100px; background: #EEF2F6; }
#topbox03 .cnt { display: block; }
#topbox03 .cnt .text_box { margin-bottom: 60px; }
#topbox03 .cnt .text_box .midashi { font-size: 20px; line-height: 1.475; margin-bottom: 47px; }
#topbox03 .cnt .text_box .list li { padding: 15px 20px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 10px; }
#topbox03 .cnt .text_box .list li:last-child { margin-bottom: 0; }
#topbox03 .cnt .img_box { width: 100%; }

#topbox04 { padding: 100px 5%; }
#topbox04 .feat_box { margin-bottom: 60px; }
#topbox04 .feat_box .title01 { margin-bottom: 60px; }
#topbox04 .feat_box .feat-list { display: block; }
#topbox04 .feat_box .feat-list .feat01 { width: calc(100% - 25px); margin: 0 auto 60px; }
#topbox04 .feat_box .feat-list .feat01:last-child { margin-bottom: 0; }
#topbox04 .feat_box .feat-list .feat01:last-child .img img { width: 90px; }
#topbox04 .feat_box .feat-list .feat01 .img { width: 100%; max-width: 350px; aspect-ratio: 1 / 1; background: rgba(15, 53, 119, 0.06); border-radius: 50%; position: relative; margin: 0 auto 30px; }
#topbox04 .feat_box .feat-list .feat01 .img img { width: 80px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox04 .feat_box .feat-list .feat01 .img .num { display: block; width: 60px; height: 60px; padding-top: 14px; box-sizing: border-box; background: #0F3577; border-radius: 50%; font-size: 24px; line-height: 1.33; text-align: center; position: absolute; top: 10px; left: 10px; z-index: 1; }
#topbox04 .inspection_box { padding: 60px 20px; box-sizing: border-box; background: #EEF2F6; margin-bottom: 60px; }
#topbox04 .inspection_box .title01 { font-size: 24px; }
#topbox04 .inspection_box .cnt { display: block; }
#topbox04 .inspection_box .cnt .img_box { width: 100px; margin: 0 auto 40px; }
#topbox04 .inspection_box .cnt .text_box .midashi { font-size: 15px; margin-bottom: 15px; }
#topbox04 .inspection_box .btn { margin-top: 30px; }
#topbox04 .inspection_box .btn a { display: inline-flex; align-items: center; }
#topbox04 .inspection_box .btn a .arrow { display: inline-block; width: 20px; height: 20px; background: #E56000; border-radius: 50%; margin-right: 10px; position: relative; }
#topbox04 .inspection_box .btn a .arrow img { width: 8px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox04 #btn-list01 { margin-bottom: 60px; }

#btn-list01 { display: block; }
#btn-list01 .btn { margin-bottom: 20px; }
#btn-list01 .btn:last-child { margin-bottom: 0; }
#btn-list01 .btn a { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 50px 30px 55px; box-sizing: border-box; background: #F6F6F6; position: relative; }
#btn-list01 .btn a .title02 { width: calc(100% - 40px); }
#btn-list01 .btn a .title02 .en { font-size: 30px; }
#btn-list01 .btn a .title02 .ja { margin-top: 5px; }
#btn-list01 .btn a .arrow { display: inline-block; width: 30px; height: 30px; background: #E56000; border-radius: 50%; position: relative; }
#btn-list01 .btn a .arrow img { width: 10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#protection_box { padding: 60px 20px; box-sizing: border-box; background: #FFF6F0; }
#protection_box .title01 { font-size: 24px; margin-bottom: 20px; }
#protection_box .title01::before { background: #FFFFFF; }
#protection_box .title01::after { background: #E56001; }

/*ゴム練り加工　p02
=========================================== */
#p02box01 .cnt { display: block; }
#p02box01 .cnt h2 { font-size: 32px; margin-bottom: 50px; }
#p02box01 .cnt .text_box .movie_box { width: 100%; position: relative; margin-bottom: 40px; z-index: 1; }
#p02box01 .cnt .text_box .movie_box::before { content: ""; display: block; width: 220px; height: 159px; background: url("../img/p02/bg01.jpg") no-repeat center; background-size: cover; position: absolute; top: -10px; right: -20px; z-index: -1; }
#p02box01 .cnt .text_box .movie_box iframe { width: 100%; height: 100%; aspect-ratio: 67 / 38; }

#p02box02 .title_box { display: block; }
#p02box02 .product-list { margin-top: 40px; }
#p02box02 .product-list .product01 { width: calc(50% - 8px); margin: 40px 15px 0 0; }
#p02box02 .product-list .product01:nth-child(-n+2) { margin-top: 0; }
#p02box02 .product-list .product01:nth-child(2n) { margin-right: 0; }
#p02box02 .product-list .product01 h3 { font-size: 18px; margin: 8px 0; }
#p02box02 .product-list .product01 .common_list li { margin-bottom: 4px; }
#p02box02 .product-list .product01 .common_list li:last-child { margin-bottom: 0; }
#p02box02 .box { display: block; margin-top: 40px; }
#p02box02 .box h3 { padding: 12px 0; box-sizing: border-box; background: #EFEFEF; text-align: center; }
#p02box02 .box h3 span { display: inline-block; font-size: 18px; }
#p02box02 .box .right { background: #F6F6F6; padding: 20px; box-sizing: border-box; }
#p02box02 .box .right .common_list li { margin-bottom: 4px; }
#p02box02 .box .right .common_list li.last { padding-left: 0; margin-bottom: 0; margin-top: 12px; }
#p02box02 .box .right .common_list li.last::before { display: none; }

#p02box03 { background: #EEF2F6; }
#p02box03 .flow-list .flow01 { width: calc(50% - 18px); position: relative; margin: 40px 35px 0 0; }
#p02box03 .flow-list .flow01:nth-child(-n+2) { margin-top: 0; }
#p02box03 .flow-list .flow01:nth-child(2n) { margin-right: 0; }
#p02box03 .flow-list .flow01:nth-child(2n)::before { display: none; }
#p02box03 .flow-list .flow01::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #0f3577; border-width: 8px 0px 8px 10px; position: absolute; top: 12.87vw; right: -22px; }
#p02box03 .flow-list .flow01 h3 { font-size: 18px; padding-left: 32px; box-sizing: border-box; position: relative; margin: 6px 0 5px; }
#p02box03 .flow-list .flow01 h3 .num { display: block; width: 24px; height: 24px; padding-top: 1px; box-sizing: border-box; background: #0F3577; border-radius: 50%; font-size: 16px; line-height: 21px; position: absolute; top: 2px; left: 0; }
#p02box03 .flow-list .flow01 p.common_text { font-weight: 400; }

#p02box04 { background: #FFFFFF; }
#p02box04 .faq-list .faq_box { margin-bottom: 20px; }
#p02box04 .faq-list .faq_box:last-child { margin-bottom: 0; }
#p02box04 .faq-list .faq_box .t_text { background: url("../img/p02/icon_open.png") no-repeat center right 20px; background-size: 20px; padding: 16px 60px 16px 20px; box-sizing: border-box; border: 1px solid #0F3577; }
#p02box04 .faq-list .faq_box .t_text h3 { padding-left: 28px; box-sizing: border-box; color: #0F3577; position: relative; transition: 0.3s; }
#p02box04 .faq-list .faq_box .t_text h3 .mark { display: block; font-size: 20px; line-height: 26px; color: #0F3577; position: absolute; top: -2px; left: 0; transition: 0.3s; }
#p02box04 .faq-list .faq_box .t_text.on { background: url("../img/p02/icon_close.png") no-repeat center right 20px, #0F3577; background-size: 20px; }
#p02box04 .faq-list .faq_box .t_text.on h3 { color: #FFFFFF; }
#p02box04 .faq-list .faq_box .t_text.on h3 .mark { color: #FFFFFF; }
#p02box04 .faq-list .faq_box .c_text { display: none; padding: 20px 20px 20px 49px; box-sizing: border-box; background: #EEF2F6; position: relative; }
#p02box04 .faq-list .faq_box .c_text .mark { display: block; font-size: 20px; line-height: 26px; font-weight: 700; color: #E56000; position: absolute; top: 20px; left: 20px; }
#p02box04 .faq-list .faq_box .c_text p.common_text { font-weight: 400; }

/*試作開発　p03
=========================================== */
#p03box01 .cnt { display: block; }
#p03box01 .cnt .text_box { margin-bottom: 40px; }
#p03box01 .cnt .text_box .sub_title { display: inline-block; padding: 2px 12px 3px; box-sizing: border-box; background: #0F3577; border-radius: 14px; margin-bottom: 12px; }
#p03box01 .cnt .text_box h2 { font-size: 28px; margin-bottom: 40px; }
#p03box01 .cnt .text_box .list li { padding: 15px 20px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 10px; }
#p03box01 .cnt .text_box .list li:last-child { margin-bottom: 0; }

#p03box02 .feat-list .feat00 { display: block; margin-bottom: 60px; }
#p03box02 .feat-list .feat00:last-child { margin-bottom: 0; }
#p03box02 .feat-list .feat00 .text_box { margin-bottom: 40px; }
#p03box02 .feat-list .feat00 .text_box .num { display: inline-block; font-size: 20px; padding-bottom: 5px; margin-bottom: 16px; position: relative; }
#p03box02 .feat-list .feat00 .text_box .num::before { content: ""; display: block; width: 100%; height: 1px; background: #0F3577; position: absolute; bottom: 0; left: 0; }
#p03box02 .feat-list .feat00 .text_box h3 { font-size: 26px; margin-bottom: 20px; }
#p03box02 .feat-list .feat00 .img_box { position: relative; }
#p03box02 .feat-list .feat00 .img_box::before { content: ""; display: block; background: url("../img/p03/bg01.jpg") no-repeat center; background-size: cover; position: absolute; z-index: -1; }
#p03box02 .feat-list .feat01 .img_box::before { width: 110px; height: 110px; top: 0; left: -20px; }
#p03box02 .feat-list .feat02 { margin-bottom: 88px; }
#p03box02 .feat-list .feat02 .img_box::before { width: 112px; height: 84px; bottom: -28px; left: -14px; }
#p03box02 .feat-list .feat03 .img_box::before { width: 82px; height: 108px; bottom: 0; right: -20px; }
#p03box02 .feat-list .feat04 .img_box { padding-bottom: 28px; }
#p03box02 .feat-list .feat04 .img_box::before { width: 112px; height: 112px; bottom: 0; right: -14px; }

#p03box03 #protection_box { margin-bottom: 60px; }

/*品質検査・試験　p04
=========================================== */
.page-inspection #contact-sec { background: #FFFFFF; }

#p04box01 .cnt { display: block; }
#p04box01 .cnt .text_box { margin-bottom: 40px; }
#p04box01 .cnt .text_box h2 { font-size: 28px; margin-bottom: 30px; }

#p04box02 .scroll-hint-icon { top: 80px; }
#p04box02 .test-table { width: 900px; }
#p04box02 .test-table tr th, #p04box02 .test-table tr td { padding: 18px 20px; box-sizing: border-box; border-bottom: 1px solid #EBEBEB; line-height: 2; }
#p04box02 .test-table tr th { width: 160px; background: #EEF2F6; }
#p04box02 .test-table tr td { border-right: 1px solid #EBEBEB; }
#p04box02 .test-table tr.first th { background: #0F3577; color: #FFFFFF; line-height: 1.5; border-right: 1px solid #2D4D85; }
#p04box02 .test-table tr.first th:nth-child(2) { width: 285px; }
#p04box02 .test-table tr.first th:nth-child(3) { width: 162px; }
#p04box02 .test-table tr.first th:last-child { width: 293px; border-right: 0; }

#p04box03 .equipment-list .equipment00 { width: calc(50% - 8px); margin: 40px 15px 0 0; }
#p04box03 .equipment-list .equipment00:nth-child(-n+2) { margin-top: 0; }
#p04box03 .equipment-list .equipment00:nth-child(2n) { margin-right: 0; }
#p04box03 .equipment-list .equipment00 .midashi { margin-top: 4px; }

/*設備紹介　p05
=========================================== */
.page-equipments div#bread { background: #FFFFFF; }

#p05box01 { background: #FFFFFF; }
#p05box01 .equipment-wrap { margin-bottom: 100px; }
#p05box01 .equipment-wrap .equipment_box { display: block; padding: 40px 20px; box-sizing: border-box; background: #EEF2F6; margin-bottom: 40px; }
#p05box01 .equipment-wrap .equipment_box:last-child { margin-bottom: 0; }
#p05box01 .equipment-wrap .equipment_box .text_box h3 { display: flex; align-items: flex-end; font-size: 24px; line-height: 1.46; margin-bottom: 20px; }
#p05box01 .equipment-wrap .equipment_box .text_box h3 span { display: inline-block; width: 28px; height: 28px; padding-top: 1px; box-sizing: border-box; background: #0F3577; border-radius: 50%; font-size: 20px; line-height: 1.325; margin: 0 4px 2px; }
#p05box01 .equipment-wrap .equipment_box .text_box .common_list { padding-left: 20px; box-sizing: border-box; position: relative; margin-top: 24px; }
#p05box01 .equipment-wrap .equipment_box .text_box .common_list::before { content: ""; display: block; width: 1px; height: 100%; background: #DBE2EB; position: absolute; top: 0; left: 0; }
#p05box01 .equipment-wrap .equipment_box .text_box .common_list li { margin-bottom: 12px; }
#p05box01 .equipment-wrap .equipment_box .text_box .common_list li:last-child { margin-bottom: 0; }
#p05box01 .equipment-wrap .equipment_box .gallery_img { margin-top: 32px; }
#p05box01 .equipment-wrap .equipment_box .gallery_img .gallery_main { width: 100%; margin-bottom: 0 !important; }
#p05box01 .equipment-wrap .equipment_box .gallery_img .gallery_main .gallery_main01 { width: 100%; aspect-ratio: 295 / 201; }
#p05box01 .equipment-wrap .equipment_box .gallery_img .gallery_main .gallery_main01 .img { width: 100%; height: 100%; }
#p05box01 .equipment-wrap .equipment_box .gallery_img .gallery_thum { width: 100%; margin-top: 5px; margin-bottom: 0 !important; }
#p05box01 .equipment-wrap .equipment_box .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#p05box01 .equipment-wrap .equipment_box .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; width: calc(25% - 4px); aspect-ratio: 28 / 19; margin-right: 5px; }
#p05box01 .equipment-wrap .equipment_box .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#p05box01 .equipment-wrap .equipment_box .gallery_img .gallery_thum .gallery_thum01 .img { width: 100%; height: 100%; }
#p05box01 .equipment-wrap .equipment_box .gallery_img .gallery_thum .gallery_thum01.slick-current::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; }

/*会社案内　p06
=========================================== */
#p06box01 .cnt { display: block; }
#p06box01 .cnt .table_box { display: block; }
#p06box01 .cnt .table_box .company-table:first-child tr:first-child th, #p06box01 .cnt .table_box .company-table:first-child tr:first-child td { padding-top: 0; }
#p06box01 .cnt .table_box .company-table:last-child tr:last-child { border-bottom: 0; }
#p06box01 .cnt .table_box .company-table:last-child tr:last-child th, #p06box01 .cnt .table_box .company-table:last-child tr:last-child td { padding-bottom: 0; }
#p06box01 .cnt .table_box .company-table tr { border-bottom: 1px solid #DBE2EB; }
#p06box01 .cnt .table_box .company-table tr th, #p06box01 .cnt .table_box .company-table tr td { padding: 20px 0; }
#p06box01 .cnt .table_box .company-table tr th { width: 80px; color: #0F3577; }

#p06box02 .cnt { display: block; }
#p06box02 .cnt .text_box { margin-bottom: 60px; }
#p06box02 .cnt .text_box .access-list { margin-top: 30px; }
#p06box02 .cnt .text_box .access-list li { padding-left: 30px; box-sizing: border-box; position: relative; margin-bottom: 10px; }
#p06box02 .cnt .text_box .access-list li:last-child { margin-bottom: 0; }
#p06box02 .cnt .text_box .access-list li .num { display: block; width: 20px; height: 20px; padding-top: 3px; box-sizing: border-box; background: #0F3577; border-radius: 50%; font-size: 12px; line-height: 1.33; position: absolute; top: 2px; left: 0; }
#p06box02 .cnt .text_box .access_btn { width: 100%; height: 60px; margin-top: 30px; }
#p06box02 .cnt .text_box .access_btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 40px; box-sizing: border-box; background-image: url("../img/p06/icon_access.svg"); background-repeat: no-repeat; background-position: center right 20px; background-size: 16px; background-color: rgba(229, 96, 0, 0.06); border: 1px solid #E56000; border-radius: 30px; }
#p06box02 .cnt .map_box { width: 100%; aspect-ratio: 335 / 216; position: relative; }
#p06box02 .cnt .map_box::before { content: ""; display: block; width: 73px; height: 109px; background: url("../img/p06/bg01.jpg") no-repeat center; background-size: cover; position: absolute; bottom: 0; right: -20px; }
#p06box02 .cnt .map_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }

#p06box03 .cnt { display: block; }
#p06box03 .sdgs-list { margin-top: 60px; }
#p06box03 .sdgs-list .sdgs01 { display: block; margin-bottom: 60px; }
#p06box03 .sdgs-list .sdgs01:last-child { margin-bottom: 0; }
#p06box03 .sdgs-list .sdgs01 .text_box { margin-bottom: 25px; }
#p06box03 .sdgs-list .sdgs01 .text_box .title_box { margin-bottom: 20px; }
#p06box03 .sdgs-list .sdgs01 .text_box .title_box h3 { align-items: center; margin-bottom: 10px; }
#p06box03 .sdgs-list .sdgs01 .text_box .title_box h3:last-child { margin-bottom: 0; }
#p06box03 .sdgs-list .sdgs01 .text_box .title_box h3 img { width: 65px; margin-right: 12px; }
#p06box03 .sdgs-list .sdgs01 .text_box .title_box h3 .title { display: inline-block; width: calc(100% - 77px); font-size: 19px; }
#p06box03 .sdgs-list .sdgs01 .text_box .text p, #p06box03 .sdgs-list .sdgs01 .text_box .text ul { margin-bottom: 12px; }
#p06box03 .sdgs-list .sdgs01 .text_box .text p:last-child, #p06box03 .sdgs-list .sdgs01 .text_box .text ul:last-child { margin-bottom: 0; }
#p06box03 .sdgs-list .sdgs01 .text_box .text ul li { padding-left: 1em; text-indent: -1em; }

#p06box04 { padding: 100px 5%; box-sizing: border-box; background: url("../img/p06/vr_bg01.jpg") no-repeat center; background-size: cover; }
#p06box04 .text_box { padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; }
#p06box04 .text_box .title01 { color: #0F3577; }
#p06box04 .text_box .btn01 { margin-top: 40px; }

/*太成ゴム工業の特長　p07
=========================================== */
.page-features #contact-sec { background: #FFFFFF; }

#p07box01 .cnt { display: block; }
#p07box01 .cnt .text_box { margin-bottom: 40px; }
#p07box01 .cnt .text_box .sub_title { margin-bottom: 13px; }
#p07box01 .cnt .text_box .sub_title li { display: inline-block; padding: 2px 12px 3px; box-sizing: border-box; background: #0F3577; border-radius: 14px; margin-right: 4px; }
#p07box01 .cnt .text_box .sub_title li:last-child { margin-right: 0; }
#p07box01 .cnt .text_box h2 { font-size: 26px; margin-bottom: 30px; }
#p07box01 .cnt .text_box h2 em { font-size: 28px; }
#p07box01 .cnt .movie_box { position: relative; z-index: 1; }
#p07box01 .cnt .movie_box::before { content: ""; display: block; width: 240px; height: 160px; background: url("../img/p07/bg01.jpg") no-repeat center; background-size: cover; position: absolute; bottom: -21px; left: -20px; z-index: -1; }
#p07box01 .cnt .movie_box iframe { width: 100%; height: 100%; aspect-ratio: 335 / 189; }
#p07box01 .box { display: block; margin-top: 100px; }
#p07box01 .box h3 { font-size: 28px; margin-bottom: 40px; }
#p07box01 .box h3 > span { display: block; }
#p07box01 .box .needs_box { display: block; }
#p07box01 .box .needs_box .needs-list:last-child .needs01:last-child { margin-bottom: 0; }
#p07box01 .box .needs_box .needs-list .needs01 { justify-content: space-between; align-items: flex-start; margin-bottom: 40px; }
#p07box01 .box .needs_box .needs-list .needs01 h4 { display: table; width: 100px; height: 100px; border: 1px solid #CCD7E5; box-sizing: border-box; border-radius: 50%; text-align: center; }
#p07box01 .box .needs_box .needs-list .needs01 h4 span { display: table-cell; font-size: 18px; vertical-align: middle; }
#p07box01 .box .needs_box .needs-list .needs01 .common_list { width: calc(100% - 110px); }
#p07box01 .box .needs_box .needs-list .needs01 .common_list li { margin-bottom: 4px; }
#p07box01 .box .needs_box .needs-list .needs01 .common_list li:last-child { margin-bottom: 0; }

#p07box02 .feat-list { margin-bottom: 100px; }
#p07box02 .feat-list .feat00 { display: block; margin-bottom: 60px; }
#p07box02 .feat-list .feat00:last-child { margin-bottom: 0; }
#p07box02 .feat-list .feat00 .text_box { margin-bottom: 40px; }
#p07box02 .feat-list .feat00 .text_box .num { display: inline-block; margin-bottom: 17px; }
#p07box02 .feat-list .feat00 .text_box .num em { display: inline-block; font-size: 20px; margin-left: 4px; }
#p07box02 .feat-list .feat00 .text_box h2 { font-size: 26px; margin-bottom: 20px; }
#p07box02 .feat-list .feat00 .img_box { position: relative; }
#p07box02 .feat-list .feat00 .img_box::before { content: ""; display: block; width: 110px; height: 110px; background: url("../img/p03/bg01.jpg") no-repeat center; background-size: cover; position: absolute; z-index: -1; }
#p07box02 .feat-list .feat01 .img_box { padding-bottom: 28px; }
#p07box02 .feat-list .feat01 .img_box::before { bottom: 0; right: -14px; }
#p07box02 .feat-list .feat02 .img_box { padding-top: 28px; }
#p07box02 .feat-list .feat02 .img_box::before { height: 84px; top: 0; left: 0; }
#p07box02 .feat-list .feat03 .img_box::before { top: 0; left: -20px; }

/*事例紹介　p08
=========================================== */
.post-type-archive-works div#bread, .tax-works_cate div#bread, .tax-works_keyword div#bread { background: #FFFFFF; }

#p08box01 { background: #FFFFFF; }
#p08box01 .works-all-list { display: block; }
#p08box01 .works-all-list .works02 { margin-bottom: 60px; }
#p08box01 .works-all-list .works02:last-child { margin-bottom: 0; }

.midashi01 { padding: 16px 20px 18px; box-sizing: border-box; background: #EEF2F6; font-size: 18px; margin-bottom: 20px; }

.keyword_box { margin-top: 50px; }
.keyword_box h2 { font-size: 18px; }
.keyword_box .keyword-list { margin-top: 8px; }
.keyword_box .keyword-list li a { background: #F6F6F6; }

.keyword-list li { display: inline-block; margin: 4px 4px 0 0; }
.keyword-list li:last-child { margin-right: 0; }
.keyword-list li a { display: inline-block; padding: 2px 12px 3px; box-sizing: border-box; background: #EEF2F6; border-radius: 14px; font-size: 15px; line-height: 1.47; }

.writer_box { margin-top: 50px; }
.writer_box .box_in { justify-content: space-between; align-items: center; }
.writer_box .box_in .img { width: 80px; height: 80px; border-radius: 50%; }
.writer_box .box_in .info_box { width: calc(100% - 100px); }
.writer_box .box_in .info_box .name_box { display: block; }
.writer_box .box_in .info_box .name_box h3 { font-size: 18px; }
.writer_box .box_in .info_box .name_box .cate { display: inline-block; padding: 1px 12px 3px; box-sizing: border-box; background: #0F3577; border-radius: 14px; margin-top: 4px; }
.writer_box .box_in .info_box .name_box .cate span { display: inline-block; line-height: 23px; color: #FFFFFF; }
.writer_box .box_in .info_box .name_box .cate span:last-child::after { display: none; }
.writer_box .box_in .info_box .name_box .cate span::after { content: "/"; margin: 0 2px; }
.writer_box .text { margin-top: 20px; }
.writer_box .common_list { margin-top: 20px; }
.writer_box .common_list li { margin-bottom: 8px; }
.writer_box .common_list li:last-child { margin-bottom: 0; }

.single-works div#bread { background: #F6F6F6; margin-top: 73px; }
.single-works #contact-sec { background: #FFFFFF; }

#worksBox01 { background: #F6F6F6; }
#worksBox01 #two-side { display: none; }
#worksBox01 .waku { background: #FFFFFF; padding: 30px 20px 40px; box-sizing: border-box; }
#worksBox01 .title { font-size: 20px; }
#worksBox01 .info { align-items: flex-start; margin-top: 30px; }
#worksBox01 .info .works-cate-list02 { margin-right: 12px; }
#worksBox01 .info .time { margin-top: 2px; font-weight: 400; }
#worksBox01 .gallery_img { display: block; margin-top: 30px; }
#worksBox01 .gallery_img .gallery_main { margin-bottom: 50px !important; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; aspect-ratio: 10 / 7; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .img-caption { margin-top: 12px; font-weight: 400; }
#worksBox01 .gallery_img .gallery_main .slick-prev, #worksBox01 .gallery_img .gallery_main .slick-next { width: 43px; height: 19px; top: auto; bottom: -30px; transform: translate(0, 0); transition: 0.3s; }
#worksBox01 .gallery_img .gallery_main .slick-prev::before, #worksBox01 .gallery_img .gallery_main .slick-next::before { display: inline-block; font-family: "roboto"; font-size: 14px; line-height: 19px; font-weight: 500; color: #0F3577; text-align: left; opacity: 1; }
#worksBox01 .gallery_img .gallery_main .slick-prev::after, #worksBox01 .gallery_img .gallery_main .slick-next::after { content: ""; display: block; width: 5px; height: 10px; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); }
#worksBox01 .gallery_img .gallery_main .slick-prev:hover, #worksBox01 .gallery_img .gallery_main .slick-prev:focus, #worksBox01 .gallery_img .gallery_main .slick-next:hover, #worksBox01 .gallery_img .gallery_main .slick-next:focus { opacity: 0.7; }
#worksBox01 .gallery_img .gallery_main .slick-prev { text-align: right; left: 0; }
#worksBox01 .gallery_img .gallery_main .slick-prev::before { content: "Prev"; }
#worksBox01 .gallery_img .gallery_main .slick-prev::after { left: 0; transform: translateY(-50%) scale(-1, 1); }
#worksBox01 .gallery_img .gallery_main .slick-next { text-align: left; right: 0; }
#worksBox01 .gallery_img .gallery_main .slick-next::before { content: "Next"; }
#worksBox01 .gallery_img .gallery_main .slick-next::after { right: 0; }
#worksBox01 .gallery_img .gallery_thum { margin-bottom: 0 !important; }
#worksBox01 .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(25% - 5px); aspect-ratio: 69 / 50; margin: 6px 6px 0 0; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01:nth-child(-n+4) { margin-top: 0; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01:nth-child(4n) { margin-right: 0; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01.slick-current::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; }
#worksBox01 .info-table { margin: 40px 0; }
#worksBox01 .info-table tr:first-child th { border-top: 1px solid #0F3577; }
#worksBox01 .info-table tr:first-child td { border-top: 1px solid #EBEBEB; }
#worksBox01 .info-table tr th, #worksBox01 .info-table tr td { padding: 12px 0 12px 15px; box-sizing: border-box; font-weight: 400; }
#worksBox01 .info-table tr th { width: 65px; background: #0F3577; color: #FFFFFF; border-bottom: 1px solid #2D4D85; }
#worksBox01 .info-table tr td { border-bottom: 1px solid #EBEBEB; }
#worksBox01 .works_box01 { margin-bottom: 40px; }
#worksBox01 .works_box01:last-child { margin-bottom: 0; }
#worksBox01 .works_box01 .title01 { padding-bottom: 12px; font-size: 20px; line-height: 1.45; margin-bottom: 20px; }

/*ブログ　p09
=========================================== */
.post-type-archive-blog div#bread, .tax-blog_cate div#bread, .tax-blog_keyword div#bread { background: #FFFFFF; }

#p09box01 { background: #FFFFFF; }
#p09box01 .blog-all-list { display: block; }
#p09box01 .blog-all-list .blog01 { margin-bottom: 60px; }
#p09box01 .blog-all-list .blog01:last-child { margin-bottom: 0; }
#p09box01 .blog-all-list .blog01 a .img { aspect-ratio: 335 / 232; }
#p09box01 .blog-all-list .blog01 a .info_box { padding: 0; }
#p09box01 .blog-all-list .blog01 a .info_box .title { font-weight: 500; }
#p09box01 .blog-all-list .blog01 a .info_box .info { justify-content: flex-start; margin-top: 20px; }
#p09box01 .blog-all-list .blog01 a .info_box .info .blog-cate-list { margin-right: 12px; }
#p09box01 .blog-all-list .blog01 a .info_box .info .time { color: #0F0F0F; }

.midashi02 { font-size: 18px; color: #0F3577; margin-bottom: 20px; }

.midashi03 { padding-left: 16px; box-sizing: border-box; position: relative; margin-bottom: 20px; }
.midashi03::before { content: ""; display: block; width: 8px; height: 8px; background: #0F3577; border-radius: 50%; position: absolute; top: 8px; left: 0; }

.single-blog div#bread { background: #F6F6F6; margin-top: 73px; }
.single-blog #contact-sec { background: #FFFFFF; }

#toc_container { background: transparent !important; border: none !important; padding: 0 !important; margin-bottom: 60px !important; width: 100% !important; display: block !important; font-size: 16px !important; }
#toc_container p.toc_title { text-align: left !important; margin: 0 0 20px !important; padding: 16px 20px 18px !important; background: #EEF2F6; font-size: 18px; }
#toc_container ul.toc_list { margin-top: 0 !important; }
#toc_container ul.toc_list > li { margin-bottom: 10px; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { display: block; padding-left: 30px; box-sizing: border-box; position: relative; }
#toc_container ul.toc_list > li > a .toc_number { width: 20px; height: 20px; background: #0F3577; border-radius: 50%; font-family: "roboto"; font-size: 12px; line-height: 20px; color: #FFFFFF; text-align: center; position: absolute; top: 2px; left: 0; }

#blogBox01 { background: #F6F6F6; }
#blogBox01 #two-side { display: none; }
#blogBox01 .waku { background: #FFFFFF; padding: 30px 20px 40px; box-sizing: border-box; }
#blogBox01 .title { font-size: 20px; margin-bottom: 30px; }
#blogBox01 .info { align-items: flex-start; margin-top: 30px; }
#blogBox01 .info .works-cate-list02 { margin-right: 12px; }
#blogBox01 .info .time { margin-top: 2px; font-weight: 400; }
#blogBox01 .blog-text { margin-top: 30px; }
#blogBox01 .blog-text p { margin-bottom: 24px; }
#blogBox01 .blog-text > h2 { padding-bottom: 12px; box-sizing: border-box; font-size: 20px; line-height: 1.45; position: relative; margin-bottom: 20px; }
#blogBox01 .blog-text > h2::before, #blogBox01 .blog-text > h2::after { content: ""; display: block; height: 1px; position: absolute; bottom: 1px; left: 0; }
#blogBox01 .blog-text > h2::before { width: 100%; background: #EEEEEE; }
#blogBox01 .blog-text > h2::after { width: 20px; background: #0F3577; }
#blogBox01 .blog-text > h3 { font-size: 18px; color: #0F3577; margin-bottom: 20px; }
#blogBox01 .blog-text > h4 { padding-left: 16px; box-sizing: border-box; position: relative; margin-bottom: 20px; }
#blogBox01 .blog-text > h4::before { content: ""; display: block; width: 8px; height: 8px; background: #0F3577; border-radius: 50%; position: absolute; top: 8px; left: 0; }

/*採用情報TOP　p10
=========================================== */
.page-recruit #contact-sec { background: #FFFFFF; }

#main.recruit_main { width: 100%; height: 585px; position: relative; }
#main.recruit_main .main_img { width: 100%; height: 100%; background: url("../img/p10/main_img_sp.jpg") no-repeat center top; background-size: cover; }
#main.recruit_main .main_title { width: 100vw; max-width: 375px; position: absolute; bottom: 35px; left: -24px; z-index: 1; }

#p10box01 { padding-top: 100px; padding-bottom: 70px; background: #EEF2F6; }
#p10box01 .cnt { display: block; }
#p10box01 .cnt .title { font-size: 32px; margin-bottom: 60px; }
#p10box01 .cnt .title span { display: block; }
#p10box01 .cnt .charm-list { display: block; }
#p10box01 .cnt .charm-list .charm01 { margin-bottom: 60px; }
#p10box01 .cnt .charm-list .charm01:last-child { margin-bottom: 0; }
#p10box01 .cnt .charm-list .charm01 h3 { font-size: 24px; margin: 12px 0; }
#p10box01 .cnt .charm-list .charm01 h3 .sub_title { display: block; padding-left: 20px; box-sizing: border-box; font-size: 16px; position: relative; margin-bottom: 2px; }
#p10box01 .cnt .charm-list .charm01 h3 .sub_title::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/p10/icon_title.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

#p10box02 { padding-top: 70px; padding-bottom: 70px; background: #EEF2F6; }
#p10box02 .movie_box { padding-top: 37px; box-sizing: border-box; position: relative; z-index: 1; margin-bottom: 40px; }
#p10box02 .movie_box::before { content: ""; display: block; width: 242px; height: 149px; background: url("../img/p10/bg02.jpg") no-repeat center; background-size: cover; position: absolute; top: 0; right: -20px; z-index: -1; }
#p10box02 .movie_box iframe { width: 100%; height: 100%; aspect-ratio: 335 / 191; }

#p10box03 { padding-top: 70px; background: #EEF2F6; }
#p10box03 .img { margin-bottom: 40px; }
#p10box03 .point { font-size: 26px; margin-bottom: 40px; }

.interview01 a { display: block; width: 100%; }
.interview01 a .img { width: 100%; aspect-ratio: 670 / 473; overflow: hidden; margin-bottom: 12px; }
.interview01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.interview01 a .title { font-size: 20px; font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.interview01 a .info-list { margin-top: 16px; }
.interview01 a .info-list li { align-items: center; font-weight: 400; margin-bottom: 4px; }
.interview01 a .info-list li:last-child { margin-bottom: 0; }
.interview01 a .info-list li .midashi { display: inline-block; width: 90px; padding: 2px 0 3px; box-sizing: border-box; background: #09275A; border-radius: 14px; line-height: 23px; color: #FFFFFF; text-align: center; margin-right: 10px; }
.interview01 a .info-list li .text { display: inline-block; width: calc(100% - 100px); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

#p10box04 { background: url("../img/p10/bg03.jpg") no-repeat center; background-size: cover; }
#p10box04 #interview-slider .slick-list { overflow: hidden; }
#p10box04 #interview-slider .slick-prev, #p10box04 #interview-slider .slick-next { bottom: -60px; }
#p10box04 #interview-slider .slick-prev::before, #p10box04 #interview-slider .slick-next::before { color: #FFFFFF; }
#p10box04 #interview-slider .slick-prev::after, #p10box04 #interview-slider .slick-next::after { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(28deg) brightness(104%) contrast(98%); }
#p10box04 #interview-slider .interview01 a { color: #FFFFFF; }
#p10box04 .btn01 { margin-top: 0; }

#p10box05 { background: #FFFFFF; }
#p10box05 .requirement01 a { display: block; width: 100%; background: #F6F6F6; position: relative; }
#p10box05 .requirement01 a .img { width: 100%; aspect-ratio: 670 / 523; overflow: hidden; }
#p10box05 .requirement01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
#p10box05 .requirement01 a .info_box { padding: 20px 20px 66px; box-sizing: border-box; }
#p10box05 .requirement01 a .info_box .title { font-size: 24px; }
#p10box05 .requirement01 a .info_box .cate-list { margin-top: 16px; }
#p10box05 .requirement01 a .info_box .cate-list li { display: inline-block; font-weight: 400; line-height: 23px; color: #FFFFFF; padding: 2px 13px 3px; box-sizing: border-box; background: #0F3577; border-radius: 14px; margin-right: 4px; }
#p10box05 .requirement01 a .info_box .cate-list li:last-child { margin-right: 0; }
#p10box05 .requirement01 a .info_box .text01 { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 16px; }
#p10box05 .requirement01 a .arrow { width: 30px; height: 30px; background: #E56000; border-radius: 50%; position: absolute; bottom: 20px; right: 20px; z-index: 1; }
#p10box05 .requirement01 a .arrow::before { content: ""; display: block; width: 10px; height: 10px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#p10box06 { background: #EEF2F6; }
#p10box06 .flow-list .flow01 { width: calc(50% - 18px); position: relative; margin: 40px 35px 0 0; }
#p10box06 .flow-list .flow01:nth-child(-n+2) { margin-top: 0; }
#p10box06 .flow-list .flow01:nth-child(2n) { margin-right: 0; }
#p10box06 .flow-list .flow01:nth-child(2n) .img::before { display: none; }
#p10box06 .flow-list .flow01 .img { width: 100%; aspect-ratio: 1 / 1; background: rgba(15, 53, 119, 0.06); border-radius: 50%; position: relative; margin-bottom: 8px; }
#p10box06 .flow-list .flow01 .img::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #0f3577; border-width: 8px 0px 8px 10px; position: absolute; top: 50%; right: -23px; transform: translateY(-50%); }
#p10box06 .flow-list .flow01 .img .num { width: 32px; height: 32px; background: #0F3577; padding-top: 5px; box-sizing: border-box; border-radius: 50%; font-size: 17px; line-height: 1.33; text-align: center; position: absolute; top: 0; left: 0; z-index: 1; }
#p10box06 .flow-list .flow01 .img img { width: 70px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p10box06 .flow-list .flow01 h3 { font-size: 20px; text-align: center; margin-bottom: 6px; }
#p10box06 .flow-list .flow01 h3 .mini { font-size: 16px; }

/*会社を知る　p11
=========================================== */
.page-about div#bread { background: #FFFFFF; }
.page-about #contact-sec { background: #FFFFFF; }

#p11box01 { background: #FFFFFF; }
#p11box01 .cnt { display: block; }
#p11box01 .cnt .img_box { margin-bottom: 60px; }
#p11box01 .cnt .text_box .sub_title { display: inline-block; padding: 2px 12px 3px; box-sizing: border-box; background: #0F3577; border-radius: 14px; margin-bottom: 20px; }
#p11box01 .cnt .text_box h2 { font-size: 32px; margin-bottom: 30px; }
#p11box01 .point-list { display: block; margin-top: 100px; }
#p11box01 .point-list .point01 { margin-bottom: 60px; }
#p11box01 .point-list .point01:last-child { margin-bottom: 0; }
#p11box01 .point-list .point01 .img { width: 100%; margin-bottom: 12px; }
#p11box01 .point-list .point01 .img iframe { width: 100%; height: 100%; aspect-ratio: 335 / 187; }
#p11box01 .point-list .point01 h3 { padding-left: 44px; box-sizing: border-box; font-size: 24px; position: relative; margin-bottom: 13px; }
#p11box01 .point-list .point01 h3 .icon { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; }

#p11box02 { background: #EEF2F6; }
#p11box02 .box-list .box01 { display: block; padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 40px; }
#p11box02 .box-list .box01:last-child { margin-bottom: 0; }
#p11box02 .box-list .box01 h3 { font-size: 26px; margin-bottom: 40px; }
#p11box02 .box-list .box01 .info-table tr { border-bottom: 1px solid #EBEBEB; }
#p11box02 .box-list .box01 .info-table tr:first-child th, #p11box02 .box-list .box01 .info-table tr:first-child td { padding-top: 0; }
#p11box02 .box-list .box01 .info-table tr:last-child { border-bottom: 0; }
#p11box02 .box-list .box01 .info-table tr:last-child th, #p11box02 .box-list .box01 .info-table tr:last-child td { padding-bottom: 0; }
#p11box02 .box-list .box01 .info-table tr th, #p11box02 .box-list .box01 .info-table tr td { padding: 20px 0; box-sizing: border-box; }
#p11box02 .box-list .box01 .info-table tr th { width: 80px; padding-right: 15px; color: #0F3577; }
#p11box02 .box-list .box01 .info-table tr td a { text-decoration: underline; }

/*仕事を知る　p12
=========================================== */
.page-job div#bread { background: #FFFFFF; }

#p12box01 { background: #FFFFFF; }
#p12box01 .cnt { display: block; }
#p12box01 .cnt h2 { font-size: 32px; margin-bottom: 30px; }
#p12box01 .cnt h2 span { display: block; }
#p12box01 .cnt .img { margin-top: 40px; }

#p12box02 { background: #EEF2F6; }
#p12box02 .job-list .job01 { display: block; padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 20px; }
#p12box02 .job-list .job01:last-child { margin-bottom: 0; }
#p12box02 .job-list .job01 .text_box { margin-bottom: 30px; }
#p12box02 .job-list .job01 .text_box h3 { padding-left: 36px; box-sizing: border-box; font-size: 24px; position: relative; margin-bottom: 12px; }
#p12box02 .job-list .job01 .text_box h3 .num { width: 28px; height: 28px; background: #0F3577; padding-top: 3px; box-sizing: border-box; border-radius: 50%; font-size: 16px; line-height: 22px; position: absolute; top: 5px; left: 0; z-index: 1; }
#p12box02 .job-list .job01 .text_box .box_in { padding: 20px; box-sizing: border-box; background: #F6F6F6; margin-top: 20px; }
#p12box02 .job-list .job01 .text_box .box_in h4 { font-size: 18px; margin-bottom: 12px; }
#p12box02 .job-list .job01 .text_box .box_in ul li { padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
#p12box02 .job-list .job01 .text_box .box_in ul li:last-child { margin-bottom: 0; }

#p12box03 { background: #FFFFFF; }
#p12box03 .title_box { display: block; }
#p12box03 .title_box .title01 { text-align: center; }
#p12box03 .title_box .title01::after { left: 50%; transform: translateX(-50%); }
#p12box03 .step-list { display: block; margin-top: 40px; }
#p12box03 .step-list .step01 { position: relative; margin-bottom: 52px; }
#p12box03 .step-list .step01:last-child { margin-bottom: 0; }
#p12box03 .step-list .step01:last-child::before { display: none; }
#p12box03 .step-list .step01::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: #0f3577 transparent transparent transparent; border-width: 12px 10px 0px 10px; position: absolute; bottom: -32px; left: 50%; transform: translateX(-50%); }
#p12box03 .step-list .step01 .num { display: block; line-height: 26px; margin-top: 12px; }
#p12box03 .step-list .step01 .num em { display: inline-block; font-size: 20px; margin-left: 2px; }
#p12box03 .step-list .step01 h3 { font-size: 24px; }

/*人を知る　p13
=========================================== */
.page-interview #contact-sec { background: #FFFFFF; }

#p13box01 .interview_list { margin-top: 47px; }
#p13box01 .interview_list .interview_box { padding: 34px 20px 40px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 40px; }
#p13box01 .interview_list .interview_box:last-child { margin-bottom: 0; }
#p13box01 .interview_list .interview_box .box_in { display: block; }
#p13box01 .interview_list .interview_box .box_in .text_box .cate { display: inline-block; padding: 2px 12px 3px; box-sizing: border-box; background: #0F3577; border-radius: 14px; margin-bottom: 20px; }
#p13box01 .interview_list .interview_box .box_in .text_box .cate span { display: inline-block; color: #FFFFFF; }
#p13box01 .interview_list .interview_box .box_in .text_box .cate span:last-child::after { display: none; }
#p13box01 .interview_list .interview_box .box_in .text_box .cate span::after { content: "/"; margin: 0 2px; }
#p13box01 .interview_list .interview_box .box_in .text_box h3 { font-size: 20px; }
#p13box01 .interview_list .interview_box .box_in .text_box .info-table { margin-top: 30px; }
#p13box01 .interview_list .interview_box .box_in .text_box .info-table tr { border-bottom: 1px solid #EBEBEB; }
#p13box01 .interview_list .interview_box .box_in .text_box .info-table tr:first-child { border-top: 1px solid #EBEBEB; }
#p13box01 .interview_list .interview_box .box_in .text_box .info-table tr th, #p13box01 .interview_list .interview_box .box_in .text_box .info-table tr td { padding: 12px 15px; box-sizing: border-box; font-weight: 400; }
#p13box01 .interview_list .interview_box .box_in .text_box .info-table tr th { width: 115px; background: #F8F8F8; }
#p13box01 .interview_list .interview_box .box_in .img { width: 100%; aspect-ratio: 295 / 221; margin-top: 30px; }
#p13box01 .interview_list .interview_box .qa-btn { width: 100%; height: 60px; padding: 18px 40px; box-sizing: border-box; background: #E56000; border: 1px solid #E56000; border-radius: 30px; font-weight: 700; text-align: center; position: relative; transition: 0.3s; cursor: pointer; margin-top: 30px; }
#p13box01 .interview_list .interview_box .qa-btn::before { content: ""; display: block; width: 15px; height: 15px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }
#p13box01 .interview_list .interview_box .t_text { background: #E56000; color: #FFFFFF; }
#p13box01 .interview_list .interview_box .t_text::before { background: url("../img/p13/arrow.svg") no-repeat center; background-size: contain; }
#p13box01 .interview_list .interview_box .t_text.on { background: transparent; color: #E56000; }
#p13box01 .interview_list .interview_box .t_text.on::before { background: url("../img/p13/arrow02.svg") no-repeat center; background-size: contain; }
#p13box01 .interview_list .interview_box .c_text { display: none; padding: 20px 20px 30px; box-sizing: border-box; background: #F6F6F6; margin-top: 30px; }
#p13box01 .interview_list .interview_box .c_text .movie_box { width: 100%; margin-bottom: 20px; }
#p13box01 .interview_list .interview_box .c_text .movie_box iframe { width: 100%; height: 100%; aspect-ratio: 85 / 48; }
#p13box01 .interview_list .interview_box .c_text .qa-list .qa01 { margin-bottom: 20px; }
#p13box01 .interview_list .interview_box .c_text .qa-list .qa01:last-child { margin-bottom: 0; }
#p13box01 .interview_list .interview_box .c_text .qa-list .qa01 .midashi { padding-left: 28px; box-sizing: border-box; position: relative; margin-bottom: 8px; }
#p13box01 .interview_list .interview_box .c_text .qa-list .qa01 .midashi .mark { font-size: 20px; line-height: 1.325; position: absolute; top: 0; left: 0; }
#p13box01 .interview_list .interview_box .c_text .qa-list .qa01 .text { padding-left: 29px; box-sizing: border-box; position: relative; font-weight: 400; }
#p13box01 .interview_list .interview_box .c_text .qa-list .qa01 .text .mark { font-size: 20px; line-height: 1.325; color: #E56000; font-weight: 700; position: absolute; top: 0; left: 0; }
#p13box01 .interview_list .interview_box .c_text .close_btn { background: transparent; color: #E56000; }
#p13box01 .interview_list .interview_box .c_text .close_btn::before { background: url("../img/p13/arrow02.svg") no-repeat center; background-size: contain; }

/*募集要項　p14
=========================================== */
.page-requirement #contact-sec { background: #FFFFFF; }

#p14box01 .requirement_list .requirement_box { margin-bottom: 80px; }
#p14box01 .requirement_list .requirement_box:last-child { margin-bottom: 0; }
#p14box01 .requirement_list .requirement_box .box_in { display: block; }
#p14box01 .requirement_list .requirement_box .box_in .info_box .title { font-size: 28px; }
#p14box01 .requirement_list .requirement_box .box_in .info_box .cate-list { margin-top: 16px; }
#p14box01 .requirement_list .requirement_box .box_in .info_box .cate-list li { display: inline-block; font-weight: 400; line-height: 23px; color: #FFFFFF; padding: 2px 12px 3px; box-sizing: border-box; background: #0F3577; border-radius: 14px; margin-right: 4px; }
#p14box01 .requirement_list .requirement_box .box_in .info_box .cate-list li:last-child { margin-right: 0; }
#p14box01 .requirement_list .requirement_box .box_in .info_box .text01 { margin-top: 16px; }
#p14box01 .requirement_list .requirement_box .box_in .img { width: 100%; aspect-ratio: 335 / 232; margin-top: 40px; }
#p14box01 .requirement_list .requirement_box .info-table { margin-top: 60px; }
#p14box01 .requirement_list .requirement_box .info-table tr { border-bottom: 1px solid #DBE2EB; }
#p14box01 .requirement_list .requirement_box .info-table tr:first-child th, #p14box01 .requirement_list .requirement_box .info-table tr:first-child td { padding-top: 0; }
#p14box01 .requirement_list .requirement_box .info-table tr:last-child { border-bottom: 0; }
#p14box01 .requirement_list .requirement_box .info-table tr:last-child th, #p14box01 .requirement_list .requirement_box .info-table tr:last-child td { padding-bottom: 0; }
#p14box01 .requirement_list .requirement_box .info-table tr th, #p14box01 .requirement_list .requirement_box .info-table tr td { padding: 20px 0; box-sizing: border-box; }
#p14box01 .requirement_list .requirement_box .info-table tr th { width: 80px; color: #0F3577; padding-right: 15px; box-sizing: border-box; }

/*職場見学　p15
=========================================== */
.page-workplacetour #contact-sec { background: #FFFFFF; }

#p15box01 .box01 { margin-bottom: 100px; }
#p15box01 .box01 h2 { font-size: 26px; margin-bottom: 40px; }
#p15box01 .box01 .list { display: block; }
#p15box01 .box01 .list .list_in01 { margin-bottom: 60px; }
#p15box01 .box01 .list .list_in01:last-child { margin-bottom: 0; }
#p15box01 .box01 .list .list_in01 h3 { font-size: 21px; padding-left: 36px; box-sizing: border-box; position: relative; margin: 13px 0; }
#p15box01 .box01 .list .list_in01 h3 .num { display: block; width: 28px; height: 28px; background: #0F3577; border-radius: 50%; font-size: 20px; line-height: 26px; position: absolute; top: 4px; left: 0; }
#p15box01 .box02 { display: block; padding: 60px 20px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 40px; }
#p15box01 .box02 .title01 { text-align: center; }
#p15box01 .box02 .title01::after { left: 50%; transform: translateX(-50%); }
#p15box01 .box02 .about-list .about01 { align-items: flex-start; margin-bottom: 30px; }
#p15box01 .box02 .about-list .about01:last-child { margin-bottom: 0; }
#p15box01 .box02 .about-list .about01 .img { width: 70px; height: 70px; background: rgba(15, 53, 119, 0.08); border-radius: 50%; position: relative; margin-right: 15px; }
#p15box01 .box02 .about-list .about01 .img img { width: 37px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p15box01 .box02 .about-list .about01 .text_box { width: calc(100% - 85px); }
#p15box01 .box02 .about-list .about01 .text_box h3 { font-size: 18px; margin-bottom: 8px; }
#p15box01 .box02 .about-list .about01 .text_box h3 .mini { font-size: 13px; }
#p15box01 .box02 .about-list .about01 .text_box p.common_text { font-weight: 400; }
#p15box01 .box02 .about-list .about01 .text_box ul li { font-weight: 400; padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
#p15box01 .box02 .about-list .about01 .text_box ul li:last-child { margin-bottom: 0; }

/*お問い合わせ　p16
=========================================== */
.form_wrap { padding: 60px 20px; box-sizing: border-box; background: #FFFFFF; }
.form_wrap .text-list li { font-weight: 400; padding-left: 1em; text-indent: -1em; }
.form_wrap .form_box { margin-top: 40px; }

#p16box01 .num_box-list { display: block; margin-top: 60px; }
#p16box01 .num_box-list .num_box { padding: 50px 20px 60px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 40px; }
#p16box01 .num_box-list .num_box .tel_box { display: block; text-align: center; }
#p16box01 .num_box-list .num_box .tel_box .tel-text { text-align: center; }
#p16box01 .num_box-list .num_box .tel_box.fax_box .tel .num::before { height: 20px; background: url("../img/p16/icon_fax.svg") no-repeat center; background-size: contain; top: 10px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 40px; }
ul.contact-state > li { display: table; width: 24.8vw; height: 40px; position: relative; }
ul.contact-state > li > span { display: table-cell; text-align: center; vertical-align: middle; background: #D4D4D4; font-size: 16px; font-weight: 700; line-height: 1.44; color: #737373; }
ul.contact-state > li.state01 { clip-path: polygon(0 0, calc(100% - 1.6vw) 0%, 100% 50%, calc(100% - 1.6vw) 100%, 0 100%, 0% 50%); }
ul.contact-state > li.state01 > span { background: #0F3577; color: #FFFFFF; }
ul.contact-state li.state02 { clip-path: polygon(0 0, calc(100% - 1.6vw) 0%, 100% 50%, calc(100% - 1.6vw) 100%, 0 100%, 0% 50%); }

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

.state-text { display: none; text-align: center; color: #E56000; 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: #9A9A9A; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { margin-bottom: 10px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 13px; line-height: 19px; font-weight: 700; padding: 2px 4px 4px; box-sizing: border-box; margin-right: 8px; }
.contactTBL th .hissu { background: #E56000; color: #FFFFFF; }
.contactTBL th .ninni { background: #EEEEEE; }
.contactTBL td { margin-bottom: 40px; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 40px; padding: 8px 10px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 0; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.your-name, .contactTBL input.wpcf7-text.kana, .contactTBL input.wpcf7-text.tel01 { width: 168px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 160px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { padding: 8px 40px 8px 10px; background: url("../img/p16/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 10px; -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: 400; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .date_box th .sub_text { display: block; margin-top: 18px; margin-bottom: 8px; }
.contactTBL .date_box td .date-list li { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin-bottom: 10px; }
.contactTBL .date_box td .date-list li:last-child { margin-bottom: 0; }
.contactTBL .date_box td .date-list li > span.text { display: inline-block; width: 65px; margin-top: 8px; }
.contactTBL .date_box td .date-list li .list-in.flex { display: block; width: calc(100% - 65px); }
.contactTBL .date_box td .date-list li .list-in.flex .wpcf7-form-control-wrap { display: block; width: 100%; }
.contactTBL .date_box td .date-list li .list-in.flex .wpcf7-form-control-wrap input.date_select { width: 100%; max-width: 100%; box-sizing: border-box; -webkit-appearance: none; appearance: none; text-align: left; }
.contactTBL .date_box td .date-list li .list-in.flex .wpcf7-form-control-wrap .time_select { width: 100%; max-width: 100%; box-sizing: border-box; margin-top: 5px; -webkit-appearance: none; appearance: none; }
.contactTBL .text-list { margin-top: 10px; }
.contactTBL .text-list li { padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
.contactTBL .text-list li:last-child { margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: block; content: "※ファイルが選択されていません"; font-size: 15px; color: #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: inline-block; height: 40px; padding: 10px 15px; box-sizing: border-box; background: #000000; border: 0; border-radius: 0; font-size: 14px; font-weight: 400; line-height: 20px; color: #FFFFFF; transition: 0.3s; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-box td { margin-bottom: 0; }
.contactTBL .doui-box .doui-text { font-size: 14px; font-weight: 400; margin-top: 10px; }
.contactTBL .doui-box .doui-text a { display: block; text-decoration: underline; }
.contactTBL .doui-box .doui-text a:hover { opacity: 0.7; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 20px; height: 20px; margin-right: 10px; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 100%; cursor: pointer; }
.contactTBL .contact-submit.flex { display: block; margin-top: 40px; }
.contactTBL .contact-submit.flex .btn01 { margin: 0; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 40px; box-sizing: border-box; white-space: normal; border-radius: 30px; background: url("../img/p16/btn_arrow.svg") no-repeat center right 20px, #E56000; background-size: 15px; border: 1px solid #E56000; 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 .btn01:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn01.back { margin-top: 20px !important; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { background: url("../img/p16/btn_arrow_back.svg") no-repeat center left 20px, #FFFFFF; background-size: 15px; color: #E56000; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

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

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

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

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

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

/*Thanks・404
=========================================== */
.error404 div#bread, .page-thanks div#bread, .page-thanks02 div#bread { background: #FFFFFF; }

#other { padding: 100px 5%; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }

/*プライバシーポリシー
=========================================== */
.page-sitepolicy div#bread, .page-privacy div#bread { background: #FFFFFF; }

div#pageBox01 { padding: 100px 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: 375px) { .navs-list > ul.navs-list03 { margin-left: 16vw; }
  .wp-pagenavi > span, .wp-pagenavi > a { width: 10.67vw; height: 10.67vw; margin: 0 0.53vw; font-size: 3.73vw; line-height: 10.67vw; }
  .wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { width: 1.33vw; height: 2.13vw; }
  .wp-pagenavi a.first::before, .wp-pagenavi a.last::before { width: 2.67vw; height: 2.4vw; }
  .post-navigation ul > li.blog-back { margin: 0 9.5vw; }
  .post-navigation ul > li.blog-back a { width: 42.67vw; height: 8.53vw; padding: 1.07vw 0 1.33vw; border-radius: 5.33vw; font-size: 4.27vw; line-height: 6.13vw; } }
@media screen and (min-width: 0px) and (max-width: 350px) { #p07box01 .cnt .text_box .sub_title li { padding: 2px 6px 3px; } }
/*safari用
=========================================== */
