@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 { /*RobotoCondensed*/
font-family: "Roboto Condensed"; src: url("../fonts/font/RobotoCondensed-Regular.ttf"); src: url("../fonts/font/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/font/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/font/RobotoCondensed-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*RobotoCondensedミディアム*/
font-family: "Roboto Condensed"; src: url("../fonts/font/RobotoCondensed-Medium.ttf"); src: url("../fonts/font/RobotoCondensed-Medium.woff2") format("woff2"), url("../fonts/font/RobotoCondensed-Medium.woff") format("woff"), url("../fonts/font/RobotoCondensed-Medium.ttf") format("truetype"); font-weight: 500; }
/* Link
=========================================== */
a:link, a:visited { color: #0E0E0E; text-decoration: none; }

a:hover, a:active { color: #0E0E0E; 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: #0E0E0E; background: #FFFFFF; font-size: 16px; line-height: 1.6; font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 400; font-style: normal; word-break: break-all; }

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

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

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

.wrap { position: relative; }

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

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

.btn01 a { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding-left: 27px; box-sizing: border-box; background: #04287E; border-radius: 6px; }

.btn01 a .btn-text { width: calc(100% - 55px); font-weight: 700; color: #FFFFFF; }

.btn01 a .arrow { display: block; width: 45px; height: 30px; border-left: 1px solid rgba(255, 255, 255, 0.2); background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 11px; }

.btn02 { display: inline-block; }

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

.btn02 a .btn-text { font-weight: 500; }

.btn02 a .arrow { display: inline-block; width: 14px; height: 14px; border-radius: 50%; background-color: #04287E; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 5px; margin-right: 8px; }

.title01 { margin-bottom: 40px; }

.title01 .en { display: block; padding-left: 32px; box-sizing: border-box; font-family: "Roboto Condensed"; font-size: 20px; font-weight: 500; text-transform: capitalize; position: relative; margin-top: 8px; }

.title01 .en::before { content: ""; display: block; width: 20px; height: 12px; background: url("../img/common/title_icon01.png") no-repeat center; background-size: contain; position: absolute; top: 10px; left: 0; }

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

.title02 { padding-left: 32px; box-sizing: border-box; font-size: 26px; position: relative; margin-bottom: 30px; }

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

.tel_box { text-align: center; }

.tel_box .tel .num { display: inline-block; padding-left: 24px; box-sizing: border-box; font-family: "Roboto Condensed"; font-size: 24px; font-weight: 500; position: relative; }

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

.tel_box .tel-text { font-weight: 400; }

.tel_wrap .tel-list .tel a { display: flex; align-items: flex-start; justify-content: center; }

.tel_wrap .tel-list .tel a .text { display: block; width: 100px; font-weight: 700; font-size: 16px; margin: 6px 10px 0 0; }

.tel_wrap .tel-list .tel a .num { display: inline-block; padding-left: 23px; box-sizing: border-box; font-family: "Roboto Condensed"; font-size: 24px; font-weight: 500; position: relative; }

.tel_wrap .tel-list .tel a .num::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/common/icon_tel.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.tel_wrap .tel-text { font-size: 16px; margin-top: 5px; }

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

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

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

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

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

.medium { font-weight: 500; }

.bold { font-weight: 700; }

.common_text { line-height: 1.8; }

.text_uppercase { text-transform: uppercase; }

.text_capitalize { text-transform: capitalize; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

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

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

.pink { color: #F2157F; }

.blue { color: #04287E; }

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

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

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

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

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

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

#header .header_inner .logo a .logo-img02 { display: block; width: 140px; margin-top: 8px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-nav-list .navs-list { display: block; position: fixed; width: 100%; max-width: 100%; height: calc(100% - 69px); z-index: 99; top: 69px; background: #fff; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 20px 5% 40px; box-sizing: border-box; margin: 0; }

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

.sp-nav-list .navs-list > ul { width: 100%; max-width: 300px; margin: 0 auto 40px; }

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

.sp-nav-list .navs-list > ul > li::first-child { background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px), repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left top, left bottom; background-repeat: repeat-x, repeat-x; background-size: 100% 1px, 100% 1px; }

.sp-nav-list .navs-list .btn_contact { width: 100%; max-width: 300px; height: 56px; margin: 0 auto 16px; }

.sp-nav-list .navs-list .btn_contact a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: #F2157F; border-radius: 100px; text-align: center; }

.sp-nav-list .navs-list .btn_contact a .btn-text { display: inline-block; padding-left: 25px; box-sizing: border-box; font-weight: 700; color: #FFFFFF; position: relative; }

.sp-nav-list .navs-list .btn_contact a .btn-text::before { content: ""; display: block; width: 14px; height: 11px; background: url("../img/common/icon_mail.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2470%) hue-rotate(301deg) brightness(115%) contrast(100%); }

.sp-nav-list .navs-list .tel_wrap .tel-list .tel { width: 100%; max-width: 300px; height: 56px; margin: 0 auto 4px; }

.sp-nav-list .navs-list .tel_wrap .tel-list .tel:last-child { margin-bottom: 0; }

.sp-nav-list .navs-list .tel_wrap .tel-list .tel a { width: 100%; height: 100%; align-items: center; background: #04287E; border-radius: 100px; color: #FFFFFF; }

.sp-nav-list .navs-list .tel_wrap .tel-list .tel a .text { font-weight: 400; font-size: 14px; margin: 0; }

.sp-nav-list .navs-list .tel_wrap .tel-list .tel a .num { padding-left: 22px; font-size: 20px; }

.sp-nav-list .navs-list .tel_wrap .tel-list .tel a .num::before { width: 14px; height: 14px; filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2470%) hue-rotate(301deg) brightness(115%) contrast(100%); }

.sp-nav-list .navs-list .tel_wrap .tel-text { font-size: 12px; margin-top: 13px; text-align: center; }

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

#main.home_main .main_box { width: 100%; position: relative; }

#main.home_main .main_box .main_img { display: block; width: 100%; }

#main.home_main .main_box .main_img .main_slide { width: 100%; height: 290px; margin-bottom: 6px !important; }

#main.home_main .main_box .main_img .main_slide:last-child { margin-bottom: 0 !important; }

#main.home_main .main_box .main_img .main_slide .slide_img { height: 290px; background-repeat: no-repeat; background-position: center top; background-size: cover; border-radius: 20px; position: relative; }

/* メインスライド左 */
#main.home_main .main_box .main_img .main_slide_left .slide_img01 { background-image: url("../img/main/main_slide01.jpg"); }

#main.home_main .main_box .main_img .main_slide_left .slide_img02 { background-image: url("../img/main/main_slide03.jpg"); }

#main.home_main .main_box .main_img .main_slide_left .slide_img03 { background-image: url("../img/main/main_slide05.jpg"); }

/* メインスライド右 */
#main.home_main .main_box .main_img .main_slide_right .slide_img01 { background-image: url("../img/main/main_slide02.jpg"); }

#main.home_main .main_box .main_img .main_slide_right .slide_img02 { background-image: url("../img/main/main_slide04.jpg"); }

#main.home_main .main_box .main_img .main_slide_right .slide_img03 { background-image: url("../img/main/main_slide06.jpg"); }

#main.home_main .main_title { width: 330px; position: absolute; bottom: -1px; left: -20px; z-index: 1; }

#main.home_main .main_news { padding: 0 5%; box-sizing: border-box; margin-top: 40px; }

#main.home_main .main_news .top-news01 a h3 { -webkit-line-clamp: 1; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; padding: 140px 5% 80px; box-sizing: border-box; background: #F6F6F6; }

#main.kasou .main_title .ja { display: block; font-size: 40px; }

#main.kasou .main_title .en { display: block; font-family: "Roboto Condensed"; font-weight: 500; color: #F2157F; text-transform: capitalize; }

#main.kasou.service-main { padding-top: 120px; }

#main.kasou.service-main .cnt { display: block; }

#main.kasou.service-main .cnt .point { font-size: 34px; margin-bottom: 32px; }

#main.kasou.service-main .anchor-link { display: block; margin-top: 40px; }

#main.kasou.service-main .anchor-link .anchor_btn { width: 100%; height: 60px; margin-bottom: 8px; }

#main.kasou.service-main .anchor-link .anchor_btn:last-child { margin-bottom: 0; }

#main.kasou.service-main .anchor-link .anchor_btn a { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; background: #FFFFFF; padding: 0 20px; box-sizing: border-box; border-radius: 6px; }

#main.kasou.service-main .anchor-link .anchor_btn a .btn-text { display: block; transition: 0.3s; }

#main.kasou.service-main .anchor-link .anchor_btn a .arrow { display: block; width: 16px; height: 14px; background-repeat: no-repeat; background-position: center; background-size: contain; }

#main.kasou.service-main .anchor-link .anchor_btn.left a { border: 1px solid #04287E; }

#main.kasou.service-main .anchor-link .anchor_btn.left a .arrow { background-image: url("../img/p02/anchor_arrow01.svg"); }

#main.kasou.service-main .anchor-link .anchor_btn.right a { border: 1px solid #F2157F; }

#main.kasou.service-main .anchor-link .anchor_btn.right a .arrow { background-image: url("../img/p02/anchor_arrow02.svg"); }

#main.kasou.kasou02 .main_title .sub { display: block; font-size: 20px; }

#main.kasou.kasou02 .main_box { display: block; }

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

#main.kasou.kasou02 .main_box .text_box p.point { font-size: 28px; line-height: 1.45; margin-bottom: 24px; }

#main.kasou.kasou02 .main_box02 .img_box { display: none; }

#main.kasou.single-main .info_cate { margin-bottom: 6px; }

#main.kasou.single-main .info_cate .cate-list li { font-size: 14px; }

#main.kasou.single-main .single_title { display: block; font-size: 21px; }

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

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

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

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

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

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

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

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

.cf { min-height: 1px; }

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

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

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

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

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

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

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

div#fancybox-outer { background: none; }

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

section { position: relative; }

/* footer */
/*-------------------------------------------*/
#contact-sec { display: block; padding: 0 10px; box-sizing: border-box; }

#contact-sec .bg-img { display: none; }

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

#contact-sec .cnt .contact_box { padding: 80px 20px 84px; box-sizing: border-box; background-repeat: no-repeat; background-position: center; background-size: cover; }

#contact-sec .cnt .contact_box .title02 { padding-left: 0; padding-top: 22px; font-size: 24px; text-align: center; margin-bottom: 30px; }

#contact-sec .cnt .contact_box .title02::before { top: 0; left: 50%; transform: translateX(-50%); }

#contact-sec .cnt .contact_box .box { width: 100%; max-width: 300px; border-radius: 10px; padding: 30px 20px; box-sizing: border-box; text-align: center; margin: 0 auto; }

#contact-sec .cnt .contact_box.left { background-image: url("../img/common/btn_bg01.jpg"); border-radius: 20px 20px 0 0; }

#contact-sec .cnt .contact_box.left .box { background: #04287E; }

#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel a { display: block; text-align: center; color: #FFFFFF; }

#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel a .text { width: 100%; font-weight: 400; margin: 0; }

#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-list .tel a .num::before { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(30deg) brightness(109%) contrast(101%); }

#contact-sec .cnt .contact_box.left .box .tel_wrap .tel-text { font-size: 14px; color: #FFFFFF; }

#contact-sec .cnt .contact_box.right { background-image: url("../img/common/btn_bg02.jpg"); border-radius: 0 0 20px 20px; }

#contact-sec .cnt .contact_box.right .box { background: #F2157F; }

#contact-sec .cnt .contact_box.right .box .btn01 { height: 70px; margin: 0 auto 10px; }

#contact-sec .cnt .contact_box.right .box .btn01 a { padding-left: 20px; background: #FFFFFF; border-radius: 6px; text-align: left; }

#contact-sec .cnt .contact_box.right .box .btn01 a .btn-text { width: calc(100% - 55px); font-size: 20px; color: #F2157F; }

#contact-sec .cnt .contact_box.right .box .btn01 a .arrow { width: 55px; height: 36px; border-left: 1px solid rgba(242, 21, 127, 0.2); background-image: url("../img/common/icon_mail.svg"); background-size: 18px; }

#contact-sec .cnt .contact_box.right .box .sub_text { font-size: 14px; }

#map-sec { width: 100%; height: 440px; padding: 20px 10px 0; box-sizing: border-box; position: relative; }

#map-sec iframe { width: 100%; height: 100%; border-radius: 20px; overflow: hidden; }

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

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

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

#footer .footer_box .left .logo { display: flex; flex-direction: column-reverse; width: 243px; margin: 0 auto 40px; }

#footer .footer_box .left .logo .logo-text { font-size: 12px; margin-top: 20px; text-align: center; }

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

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

#footer .footer_box .left .logo a .logo-img02 { display: inline-block; width: 140px; }

#footer .footer_box .left .logo a:hover { text-decoration: none; opacity: 0.7; }

#footer .footer_box .left .info { display: block; }

#footer .footer_box .left .info .sns-list { margin-top: 20px; justify-content: center; }

#footer .footer_box .left .info .sns-list li { width: 30px; height: 30px; margin-right: 16px; }

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

#footer .footer_box .left .info .sns-list li a { display: block; width: 100%; height: 100%; }

#footer .footer_box .left .info .sns-list li a img { display: block; width: 100%; }

.navs-list { width: 100%; max-width: 300px; justify-content: space-between; display: flex; margin: 0 auto; }

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

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

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

.navs-list > ul > li > a, .navs-list > ul > li .nav-midashi { padding-left: 14px; box-sizing: border-box; font-weight: 500; position: relative; }

.navs-list > ul > li > a::before, .navs-list > ul > li .nav-midashi::before { content: ""; display: block; width: 6px; height: 6px; background: #F2157F; border-radius: 50%; position: absolute; top: 10px; left: 0; }

.navs-list > ul > li .sp-nav { padding-left: 14px; box-sizing: border-box; margin-top: 12px; }

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

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

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

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

#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 .link_list li a:hover { text-decoration: none; opacity: 0.7; }

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

/*parts
=========================================== */
.slider01 { margin-bottom: 0 !important; }
.slider01 .slick-prev, .slider01 .slick-next { width: 32px; height: 32px; background: #04287E; border-radius: 50%; box-sizing: border-box; transition: 0.3s; z-index: 1; }
.slider01 .slick-prev::before, .slider01 .slick-prev::before, .slider01 .slick-next::before, .slider01 .slick-next::before { content: ""; display: block; width: 14px; height: 10px; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; transform: translate(0, -50%); opacity: 1; }
.slider01 .slick-prev:hover, .slider01 .slick-next:hover { background: #04287E; opacity: 0.7; }
.slider01 .slick-prev:focus, .slider01 .slick-next:focus { background: #04287E; }
.slider01 .slick-prev { left: 0; }
.slider01 .slick-prev::before { right: 8px; transform: translate(0, -50%) scale(-1, 1); }
.slider01 .slick-next { right: 0; }
.slider01 .slick-next::before { left: 8px; }

.info_cate { align-items: flex-start; margin-bottom: 5px; }
.info_cate .time { font-family: "Roboto Condensed"; font-size: 14px; margin: 0 12px 5px 0; }
.info_cate .cate-list { width: auto; }
.info_cate .cate-list li { padding: 4px 20px; box-sizing: border-box; background: #F2157F; border-radius: 100px; font-size: 12px; line-height: 1.1; color: #FFFFFF; font-weight: 500; margin-right: 5px; margin-bottom: 5px; }
.info_cate .cate-list li:last-child { margin-right: 0; }

.news01 { width: 100%; }
.news01 a { display: block; width: 100%; padding: 20px; box-sizing: border-box; background: #F8F8F8; border-radius: 10px; position: relative; }
.news01 a .img { width: 100%; aspect-ratio: 11 / 8; border-radius: 5px; overflow: hidden; margin-bottom: 20px; }
.news01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.news01 a .info_cate .cate-list li { font-size: 14px; }
.news01 a h3 { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.top-news01 { width: 100%; }
.top-news01 a { display: block; }
.top-news01 a h3 { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.common_content01 { padding: 20px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
.common_content01 .box_in { display: block; }
.common_content01 .box_in .img { display: block; width: 100%; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.common_content01 .box_in .img img { display: block; width: 100%; }
.common_content01 .box_in h3 { padding-left: 34px; box-sizing: border-box; font-size: 26px; font-weight: 700; position: relative; }
.common_content01 .box_in h3 .arrow { display: block; width: 20px; height: 20px; border-radius: 50%; background-color: #04287E; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: top 7px left 7px; background-size: 7px; position: absolute; top: 13px; left: 0; }
.common_content01 p.content_text { margin-top: 20px; }

.common_list01 li, .common_list02 li { padding-left: 14px; box-sizing: border-box; line-height: 1.4; margin-bottom: 4px; position: relative; }
.common_list01 li:last-child, .common_list02 li:last-child { margin-bottom: 0; }
.common_list01 li::before, .common_list02 li::before { content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; position: absolute; top: 8px; left: 0; }

.common_list01 li::before { background: #F2157F; }

.common_list02 li::before { background: #04287E; }

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

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

.wp-pagenavi { text-align: center; margin-top: 60px; }
.wp-pagenavi span.current { background: #04287E; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; margin: 0; border: 0; background: transparent; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; width: 7px; height: 12px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 13px; height: 12px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first { margin-left: 0; }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.last { margin-right: 0; }

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

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

.post-navigation ul > li { width: calc((100% / 3) - 2px); }
.post-navigation ul > li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 48px; padding: 0 5px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 5px; text-align: center; }
.post-navigation ul > li a span { display: inline-block; box-sizing: border-box; font-size: 14px; font-weight: 700; line-height: 1; color: #04287E; position: relative; }
.post-navigation ul > li a span::before { content: ""; display: block; width: 7px; height: 11px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); }

.post-navigation ul > li.prev a span { padding-left: 13px; }
.post-navigation ul > li.prev a span::before { left: 0; transform: translateY(-50%) scale(-1, 1); }

.post-navigation ul > li.next a span { padding-right: 13px; }
.post-navigation ul > li.next a span::before { right: 0; }

.post-navigation ul > li.blog-back { margin: 0 2px; }
.post-navigation ul > li.blog-back a { background: #04287E; border: 1px solid #04287E; }
.post-navigation ul > li.blog-back a span { color: #FFFFFF; }
.post-navigation ul > li.blog-back a span::before { display: none; }

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

/*TOPページ　p01
=========================================== */
.home .title01 .en { padding-left: 34px; margin-top: 0; margin-bottom: 10px; }
.home .title01 .ja { font-size: 40px; }

#topbox01 { margin: 100px 0 20px; position: relative; }
#topbox01::before { content: ""; display: block; width: 100%; height: calc(100% - 230px); background: #F6F6F6; border-radius: 16px; position: absolute; bottom: 0; left: 0; }
#topbox01 .wrap { padding: 0 20px 100px; box-sizing: border-box; }
#topbox01 .title01 { margin-bottom: 120px; }
#topbox01 .text_box p { margin-bottom: 30px; }
#topbox01 .text_box p:last-child { margin-bottom: 0; }
#topbox01 .img { width: 100%; max-width: 450px; margin: 80px auto 0; }

#topbox02 { padding: 100px 5%; margin-bottom: 20px; position: relative; }
#topbox02::before { content: ""; display: block; width: 100%; height: 100%; background: #F3F6FF; border-radius: 16px; position: absolute; top: 0; left: 0; }
#topbox02 .business-list { display: block; }
#topbox02 .business-list .common_content01 { margin-bottom: 20px; }
#topbox02 .business-list .common_content01:last-child { margin-bottom: 0; }

.qa-list .qa01 { padding: 27px 0; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
.qa-list .qa01:first-child { background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px), repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left top, left bottom; background-repeat: repeat-x, repeat-x; background-size: 100% 1px, 100% 1px; }
.qa-list .qa01 .t_text { padding-right: 30px; box-sizing: border-box; position: relative; cursor: pointer; transition: 0.3s; }
.qa-list .qa01 .t_text .midashi { padding-left: 26px; box-sizing: border-box; position: relative; }
.qa-list .qa01 .t_text .midashi .mark { display: block; font-size: 20px; position: absolute; top: -3px; left: 0; }
.qa-list .qa01 .t_text .icon { width: 20px; height: 20px; background: #F2157F; border-radius: 50%; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s; }
.qa-list .qa01 .t_text .icon::before { content: ""; display: block; width: 8px; height: 8px; background-image: url("../img/top/icon_open.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.qa-list .qa01 .t_text.on .icon { background: #FFF2F8; }
.qa-list .qa01 .t_text.on .icon::before { background-image: url("../img/top/icon_close.svg"); }
.qa-list .qa01 .c_text { display: none; padding: 17px 0 0 26px; box-sizing: border-box; position: relative; }
.qa-list .qa01 .c_text .mark { display: block; font-size: 20px; position: absolute; top: 14px; left: 0; }

#topbox03 { padding: 100px 5%; position: relative; }
#topbox03::before { content: ""; display: block; width: 100%; height: 100%; background: #FFF2F8; border-radius: 16px; position: absolute; top: 0; left: 0; }
#topbox03 .cnt { display: block; }
#topbox03 .cnt .img_box { margin-bottom: 40px; }
#topbox03 .cnt .recruitment-list .common_content01 { margin-bottom: 20px; }
#topbox03 .cnt .recruitment-list .common_content01:last-child { margin-bottom: 0; }
#topbox03 .qa_box { padding: 60px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; border: 1px solid #F2157F; margin-top: 20px; position: relative; }
#topbox03 .qa_box .btn02 { margin-top: 20px; }

#topbox04 { padding: 100px 5%; }
#topbox04 .cnt { display: block; }
#topbox04 .cnt .left .news-list .top-news01 { padding: 30px 0; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#topbox04 .cnt .left .news-list .top-news01:first-child { padding-top: 0; }
#topbox04 .cnt .facebook_box { max-width: 380px; width: 100%; height: 566px; margin: 60px auto 0; background: #EFEFEF; }

/*事業案内　p02
=========================================== */
#p02box01 { padding-bottom: 50px; }
#p02box01 .title01 { margin-bottom: 24px; }
#p02box01 .point { font-size: 26px; line-height: 1; margin-bottom: 24px; }
#p02box01 .cnt { display: block; }
#p02box01 .cnt .text_box .box_in { padding: 32px 20px; box-sizing: border-box; background: #F3F6FF; border-radius: 10px; margin-bottom: 8px; }
#p02box01 .cnt .text_box .box_in:last-child { margin-bottom: 0; }
#p02box01 .cnt .text_box .box_in h3 { padding-left: 28px; box-sizing: border-box; font-size: 23px; line-height: 1; margin-bottom: 17px; position: relative; }
#p02box01 .cnt .text_box .box_in h3 .num { display: block; font-size: 20px; font-weight: 500; position: absolute; top: 4px; left: 0; }
#p02box01 .cnt .text_box .box_in p.text { line-height: 1.45; }
#p02box01 .cnt .photo_box { margin-top: 32px; padding: 0 20px; box-sizing: border-box; }

#p02box02 { padding-top: 50px; background: #FFFFFF; }
#p02box02 .cnt { display: block; }
#p02box02 .cnt .text_box .logo { width: 100%; max-width: 240px; margin: 0 auto 16px; }
#p02box02 .cnt .text_box .point { text-align: center; margin-bottom: 16px; }
#p02box02 .cnt .text_box .point .midashi { display: block; padding: 6px 0 9px; box-sizing: border-box; background: #F2157F; border-radius: 5px; font-size: 20px; line-height: 1.25; text-align: center; margin-bottom: 16px; }
#p02box02 .cnt .text_box .point .text { font-size: 24px; line-height: 1; }
#p02box02 .cnt .photo_box { margin-top: 32px; padding: 0 20px; box-sizing: border-box; }
#p02box02 .service-list { margin-top: 40px; }
#p02box02 .service-list .service01 { padding: 24px 20px; box-sizing: border-box; background: #FFF2F8; border-radius: 10px; margin-bottom: 40px; }
#p02box02 .service-list .service01:last-child { margin-bottom: 0; }
#p02box02 .service-list .service_box-list .service_box { padding: 24px; box-sizing: border-box; background: #ffffff; border: 1px solid #F2157F; border-radius: 10px; margin-bottom: 25px; }
#p02box02 .service-list .service_box-list .service_box:last-child { margin-bottom: 0; }
#p02box02 .service-list .service_box-list .service_box .title_box { display: block; padding-bottom: 24px; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; margin-bottom: 20px; }
#p02box02 .service-list .service_box-list .service_box .title_box h4 { font-size: 19px; line-height: 1.45; }
#p02box02 .service-list .service_box-list .service_box .title_box .num { display: block; line-height: 1; margin-top: 10px; }
#p02box02 .service-list .service_box-list .service_box .box.flex { display: block; margin-top: 24px; }
#p02box02 .service-list .service_box-list .service_box .box.flex .img_box { margin-bottom: 24px; }
#p02box02 .service-list .service_box-list .service_box .box.flex .text_box .box_in { padding: 24px; box-sizing: border-box; background: #F8F8F8; border-radius: 5px; margin-bottom: 8px; }
#p02box02 .service-list .service_box-list .service_box .box.flex .text_box .box_in:last-child { margin-bottom: 0; }
#p02box02 .service-list .service_box-list .service_box .box.flex .text_box .box_in h5 { font-size: 18px; line-height: 1.2; margin-bottom: 12px; }
#p02box02 .service-list .service_box-list .service_box .box.flex .text_box .box_in p.text { line-height: 1.4; }
#p02box02 .service-list .service_box-list .service_box .box.flex .text_box .sub_text { padding-left: 18px; box-sizing: border-box; font-size: 14px; line-height: 1.5; position: relative; margin-top: 24px; }
#p02box02 .service-list .service_box-list .service_box .box.flex .text_box .sub_text span { display: block; position: absolute; top: 0; left: 0; }
#p02box02 .service-list .service_box-list .service_box .box.flex .text_box .sub_text02 { font-size: 14px; line-height: 1.5; margin-top: 8px; }
#p02box02 .service-list .service02 { padding: 24px 10px 10px; box-sizing: border-box; background: #FDE5F0; border-radius: 10px; margin-top: 40px; }

#p02box03 { padding: 100px 5%; background: #F6F6F6; }
#p02box03 .btn-list { display: block; }
#p02box03 .btn-list .common_content01 { padding-bottom: 20px; margin-bottom: 16px; }
#p02box03 .btn-list .common_content01:last-child { margin-bottom: 0; }
#p02box03 .btn-list .common_content01 .box_in .img { margin-bottom: 16px; }
#p02box03 .btn-list .common_content01 .box_in h3 { font-size: 24px; }
#p02box03 .btn-list .common_content01 .box_in h3 .arrow { top: 9px; }

/*会社案内・理念　p03
=========================================== */
#p03box01 .cnt { display: block; }
#p03box01 .cnt .company-table:last-child tr:last-child { background-image: none; }
#p03box01 .cnt .company-table:last-child tr:last-child th, #p03box01 .cnt .company-table:last-child tr:last-child td { padding-bottom: 0; }
#p03box01 .cnt .company-table tr { background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#p03box01 .cnt .company-table tr th, #p03box01 .cnt .company-table tr td { padding: 24px 0; box-sizing: border-box; line-height: 1.4; }
#p03box01 .cnt .company-table tr th { width: 100px; }

#p03box02 .cnt { display: block; }
#p03box02 .cnt .text_box .access-list .access01 { margin-bottom: 24px; }
#p03box02 .cnt .text_box .access-list .access01:last-child { margin-bottom: 0; }
#p03box02 .cnt .text_box .access-list .access01 h3 { padding-left: 28px; box-sizing: border-box; line-height: 1.8; position: relative; margin-bottom: 8px; }
#p03box02 .cnt .text_box .access-list .access01 h3 img { display: block; width: 24px; height: 24px; position: absolute; top: 3px; left: 0; }
#p03box02 .cnt .map_box { width: 100%; height: 240px; margin-top: 40px; }
#p03box02 .cnt .map_box iframe { width: 100%; height: 100%; border-radius: 10px; overflow: hidden; }

#p03box03 .cnt { display: block; margin-bottom: 40px; }
#p03box03 .cnt .point { font-size: 24px; }
#p03box03 .philosophy-list { display: block; }
#p03box03 .philosophy-list .philosophy01 { padding: 32px 20px; box-sizing: border-box; background: #FFF2F8; border-radius: 10px; margin-bottom: 8px; }
#p03box03 .philosophy-list .philosophy01:last-child { margin-bottom: 0; }
#p03box03 .philosophy-list .philosophy01 h3 { padding-left: 28px; box-sizing: border-box; font-size: 24px; line-height: 1; margin-bottom: 20px; position: relative; }
#p03box03 .philosophy-list .philosophy01 h3 .num { display: block; font-size: 19px; position: absolute; top: 4px; left: 0; }

#p03box04 .img { width: 100%; max-width: 440px; margin: 0 auto 32px; }
#p03box04 .text_box p { margin-bottom: 26px; }
#p03box04 .text_box p:last-child { margin-bottom: 0; }
#p03box04 p.name { line-height: 20px; margin-top: 32px; }
#p03box04 p.name em { display: inline-block; font-size: 20px; margin-left: 8px; }

#p03box05 .box { margin-bottom: 100px; }
#p03box05 .box:last-child { margin-bottom: 0; }
#p03box05 .cnt { display: block; }
#p03box05 .cnt .box_in { border-radius: 10px; margin-bottom: 24px; }
#p03box05 .cnt .box_in:last-child { margin-bottom: 0; }
#p03box05 .cnt .box_in h3 { padding: 16px 24px; box-sizing: border-box; border-radius: 10px 10px 0 0; font-size: 20px; line-height: 1; }
#p03box05 .cnt .box_in .text_box { padding: 24px 20px; box-sizing: border-box; }
#p03box05 .cnt .box_in .text_box .list_box { display: block; margin-top: 20px; }
#p03box05 .cnt .box_in .text_box .list_box .common_list01:last-child li:last-child, #p03box05 .cnt .box_in .text_box .list_box .common_list02:last-child li:last-child { margin-bottom: 0; }
#p03box05 .cnt .box_in .text_box .list_box .common_list01 li:last-child, #p03box05 .cnt .box_in .text_box .list_box .common_list02 li:last-child { margin-bottom: 4px; }
#p03box05 .cnt .box_in.left { background: #FFF2F8; }
#p03box05 .cnt .box_in.left h3 { background: #F2157F; }
#p03box05 .cnt .box_in.right { background: #F3F6FF; }
#p03box05 .cnt .box_in.right h3 { background: #04287E; }
#p03box05 .history-list .history01 { display: block; padding: 24px 0; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#p03box05 .history-list .history01:first-child { padding-top: 0; }
#p03box05 .history-list .history01:last-child { padding-bottom: 0; background-image: none; }
#p03box05 .history-list .history01 .day { align-items: center; margin-bottom: 12px; }
#p03box05 .history-list .history01 .day .year { display: flex; align-items: center; width: auto; line-height: 28px; }
#p03box05 .history-list .history01 .day .year em { display: inline-block; font-size: 28px; margin-right: 16px; }
#p03box05 .history-list .history01 .day .month { width: 40px; margin-left: 8px; }

/*お知らせ　p04
=========================================== */
#p04box01 .news-all-list { display: block; }
#p04box01 .news-all-list .news01 { margin-bottom: 25px; }
#p04box01 .news-all-list .news01:last-child { margin-bottom: 0; }

.edit-title01 { padding-left: 16px; box-sizing: border-box; font-size: 20px; line-height: 1.45; margin-bottom: 16px; position: relative; }
.edit-title01::before { content: ""; display: block; width: 4px; height: calc(100% - 6px); background: #F2157F; border-radius: 5px; position: absolute; top: 4px; left: 0; }

.edit-title02 { font-size: 16px; margin-bottom: 12px; }

#toc_container { background: transparent !important; border: 0 !important; padding: 0 !important; margin-bottom: 40px !important; width: 100% !important; font-size: 16px !important; box-sizing: border-box; }
#toc_container p.toc_title { text-align: left !important; padding: 0 0 0 16px !important; box-sizing: border-box; font-size: 20px; line-height: 1; color: #0E0E0E; margin: 0 0 20px !important; position: relative; }
#toc_container p.toc_title::before { content: ""; display: block; width: 4px; height: calc(100% + 4px); background: #F2157F; border-radius: 5px; position: absolute; top: 0; left: 0; }
#toc_container ul.toc_list { margin-top: 0 !important; }
#toc_container ul.toc_list > li { padding: 17px 20px 16px; box-sizing: border-box; background: #FFF2F8 !important; border-radius: 5px; margin-bottom: 4px; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { display: block; padding-left: 32px; box-sizing: border-box; position: relative; font-size: 16px; font-weight: 700; line-height: 1.45; color: #0E0E0E; }
#toc_container ul.toc_list > li > a .toc_number { font-family: "Roboto Condensed"; font-size: 19px; line-height: 1; font-weight: 700; color: #F2157F; position: absolute; top: 3px; left: 0; }

#newsBox01 .thumbnail_img { width: 100%; margin-bottom: 40px; }
#newsBox01 .thumbnail_img img { display: block; border-radius: 10px; margin: 0 auto; }
#newsBox01 .blog-text p img { margin: 10px 0; }
#newsBox01 .keyword_box { padding: 32px 20px; box-sizing: border-box; background: #FFF2F8; border-radius: 10px; margin-top: 40px; }
#newsBox01 .keyword_box .keyword-list li { margin: 8px 8px 0 0; }
#newsBox01 .keyword_box .keyword-list li a { display: inline-block; padding: 3px 11px; box-sizing: border-box; border: 1px solid #F2157F; border-radius: 100px; font-size: 14px; line-height: 1.1; font-weight: 500; color: #F2157F; position: relative; }
#newsBox01 .keyword_box .keyword-list li a span { display: inline-block; margin-right: 2px; }
#newsBox01 .writer_box { margin-top: 40px; }
#newsBox01 .writer_box .info_box01 { justify-content: space-between; align-items: center; }
#newsBox01 .writer_box .info_box01 .img { width: 80px; height: 80px; border-radius: 50%; }
#newsBox01 .writer_box .info_box01 .box_in { width: calc(100% - 88px); }
#newsBox01 .writer_box .info_box01 .box_in .name { line-height: 1; }
#newsBox01 .writer_box .info_box01 .box_in .info { margin-top: 8px; }
#newsBox01 .writer_box .info_box01 .box_in .info span { display: inline-block; font-weight: 500; line-height: 1; color: #838383; }
#newsBox01 .writer_box .info_box01 .box_in .info span:last-child::after { display: none; }
#newsBox01 .writer_box .info_box01 .box_in .info span::after { content: "/"; margin: 0 4px; }
#newsBox01 .writer_box .info_box01 .box_in.full { width: 100%; }
#newsBox01 .writer_box .info_box02 { padding: 0 20px; box-sizing: border-box; background: #F8F8F8; border-radius: 5px; margin-top: 16px; }
#newsBox01 .writer_box .info_box02 .box_in { padding: 24px 0; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#newsBox01 .writer_box .info_box02 .box_in:last-child { background-image: none; }
#newsBox01 .writer_box .info_box02 .box_in .writer_title { line-height: 1; margin-bottom: 8px; }

/*スタッフ紹介　p06
=========================================== */
#p06box01 .staff-list .staff01 { padding-bottom: 40px; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; margin-bottom: 40px; }
#p06box01 .staff-list .staff01:last-child { padding-bottom: 0; background-image: none; margin-bottom: 0; }
#p06box01 .staff-list .staff01 .cnt { display: block; }
#p06box01 .staff-list .staff01 .cnt .img { width: 100%; aspect-ratio: 7 / 5; border-radius: 10px; margin-bottom: 16px; }
#p06box01 .staff-list .staff01 .cnt .text_box h2 { font-size: 24px; margin-bottom: 16px; }
#p06box01 .staff-list .staff01 .cnt .text_box p.info span { display: inline-block; }
#p06box01 .staff-list .staff01 .cnt .text_box p.info span::after { content: "/"; margin: 0 4px; }
#p06box01 .staff-list .staff01 .cnt .text_box p.info span:last-child::after { display: none; }
#p06box01 .staff-list .staff01 .cnt .text_box .info-list { margin-top: 24px; }
#p06box01 .staff-list .staff01 .cnt .text_box .info-list li { justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
#p06box01 .staff-list .staff01 .cnt .text_box .info-list li:last-child { margin-bottom: 0; }
#p06box01 .staff-list .staff01 .cnt .text_box .info-list li .midashi { width: 80px; padding: 2px 0 4px; box-sizing: border-box; background: #F2157F; border-radius: 100px; line-height: 1.1; }
#p06box01 .staff-list .staff01 .cnt .text_box .info-list li .text { width: calc(100% - 88px); line-height: 1.45; }
#p06box01 .staff-list .staff01 .interview_box { border: 1px solid #FFFFFF; box-sizing: border-box; border-radius: 5px; overflow: hidden; margin-top: 24px; }
#p06box01 .staff-list .staff01 .interview_box .t_text { padding: 24px 60px 24px 20px; box-sizing: border-box; background: #FFF2F8; font-size: 18px; line-height: 1; position: relative; cursor: pointer; transition: 0.3s; }
#p06box01 .staff-list .staff01 .interview_box .t_text .icon { width: 24px; height: 24px; background: #F2157F; border-radius: 50%; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: 0.3s; }
#p06box01 .staff-list .staff01 .interview_box .t_text .icon::before { content: ""; display: block; width: 13px; height: 13px; background-image: url("../img/top/icon_open.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(146deg) brightness(107%) contrast(101%); }
#p06box01 .staff-list .staff01 .interview_box .t_text.on .icon::before { background-image: url("../img/top/icon_close.svg"); }
#p06box01 .staff-list .staff01 .interview_box .c_text { display: none; padding: 24px 20px; box-sizing: border-box; position: relative; }
#p06box01 .staff-list .staff01 .interview_box .c_text .interview-list .interview01 { display: block; padding: 24px 0; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #F2157F, #F2157F 1px, transparent 1px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#p06box01 .staff-list .staff01 .interview_box .c_text .interview-list .interview01:first-child { padding-top: 0; }
#p06box01 .staff-list .staff01 .interview_box .c_text .interview-list .interview01:last-child { padding-bottom: 0; background-image: none; }
#p06box01 .staff-list .staff01 .interview_box .c_text .interview-list .interview01 .text_box h4.question, #p06box01 .staff-list .staff01 .interview_box .c_text .interview-list .interview01 .text_box p.answer { padding-left: 26px; box-sizing: border-box; position: relative; }
#p06box01 .staff-list .staff01 .interview_box .c_text .interview-list .interview01 .text_box h4.question .mark, #p06box01 .staff-list .staff01 .interview_box .c_text .interview-list .interview01 .text_box p.answer .mark { display: block; font-size: 20px; position: absolute; top: -3px; left: 0; }
#p06box01 .staff-list .staff01 .interview_box .c_text .interview-list .interview01 .text_box h4.question { margin-bottom: 19px; }
#p06box01 .staff-list .staff01 .interview_box .c_text .interview-list .interview01 .img { width: 100%; aspect-ratio: 7 / 5; border-radius: 10px; margin-top: 16px; }
#p06box01 .staff-list .staff01 .interview_box:has(.t_text.on) { border: 1px solid #F8BCD9; }

#p06box02 { margin-bottom: 100px; }
#p06box02 .day-list .day01 { padding: 32px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-bottom: 24px; }
#p06box02 .day-list .day01:last-child { margin-bottom: 0; }
#p06box02 .day-list .day01 h3 { display: block; margin-bottom: 24px; }
#p06box02 .day-list .day01 h3 .midashi { display: block; width: 100%; padding: 7px 0 9px; box-sizing: border-box; background: #04287E; border-radius: 5px; line-height: 1; text-align: center; margin-bottom: 4px; }
#p06box02 .day-list .day01 h3 .text { display: block; font-size: 18px; text-align: center; }
#p06box02 .day-list .day01 .time-list > div.flex { justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
#p06box02 .day-list .day01 .time-list > div.flex:last-child { margin-bottom: 0; }
#p06box02 .day-list .day01 .time-list > div.flex p.time { width: 103px; padding-right: 40px; box-sizing: border-box; font-size: 24px; line-height: 1; position: relative; }
#p06box02 .day-list .day01 .time-list > div.flex p.time::after { content: ""; display: block; width: 16px; height: 2px; background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 7px); background-position: left top; background-repeat: repeat-x; background-size: 100% 2px; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); }
#p06box02 .day-list .day01 .time-list > div.flex .text_box { width: calc(100% - 103px); line-height: 1.4; }
#p06box02 .day-list .day01 .time-list > div.flex .text_box p.sub_text { padding-left: 1em; text-indent: -1em; margin-top: 4px; }

/*採用情報　p07
=========================================== */
.page-recruit main .section-bg { display: none; }
.page-recruit main .page-inner .anchor_box { padding: 60px 5% 40px; box-sizing: border-box; }
.page-recruit main .page-inner .anchor_box .anchor-link li { margin-bottom: 4px; }
.page-recruit main .page-inner .anchor_box .anchor-link li:last-child { margin-bottom: 0; }
.page-recruit main .page-inner .anchor_box .anchor-link li > a { display: block; padding: 16px 50px 17px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #EAEAEA; border-radius: 5px; line-height: 1; font-weight: 500; position: relative; }
.page-recruit main .page-inner .anchor_box .anchor-link li > a .arrow { display: inline-block; width: 20px; height: 20px; border-radius: 50%; background-color: #04287E; background-image: url("../img/p07/btn_arrow_sp.svg"); background-repeat: no-repeat; background-position: top 7px center; background-size: 6px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

#p07box01 { padding-top: 40px; }
#p07box01 .title_box { display: block; margin-bottom: 40px; }
#p07box01 .work-list .work01 { display: block; padding: 20px 20px 24px; box-sizing: border-box; background: #FFF2F8; border-radius: 10px; margin-bottom: 24px; }
#p07box01 .work-list .work01:last-child { margin-bottom: 0; }
#p07box01 .work-list .work01 .img_box { width: 100%; height: 220px; background: #FFFFFF; border-radius: 5px; position: relative; margin-bottom: 24px; }
#p07box01 .work-list .work01 .img_box img { display: block; width: auto; height: 180px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p07box01 .work-list .work01 .text_box .edit-title01 { line-height: 1; margin-bottom: 20px; }
#p07box01 .work-list .work01 .text_box .edit-title01::before { height: calc(100% + 4px); top: 0; }
#p07box01 .work-list .work01 .text_box .sub_text { line-height: 1.4; font-weight: 500; margin-bottom: 16px; }
#p07box01 .work-list .work02 .img_box img { height: 200px; }

#p07box02 .environment-list .environment01 { display: block; margin-bottom: 80px; }
#p07box02 .environment-list .environment01:last-child { margin-bottom: 0; }
#p07box02 .environment-list .environment01 .text_box h3 { font-size: 24px; margin-bottom: 15px; }
#p07box02 .environment-list .environment01 .img_box { margin-top: 24px; }
#p07box02 .point-list { margin-top: 80px; }
#p07box02 .point-list .point01 { padding: 24px 20px 32px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-bottom: 16px; }
#p07box02 .point-list .point01:last-child { margin-bottom: 0; }
#p07box02 .point-list .point01 h3 { display: flex; align-items: center; margin-bottom: 24px; }
#p07box02 .point-list .point01 h3 .icon { display: block; width: 56px; height: 56px; background: #F8F8F8; border-radius: 50%; position: relative; margin-right: 12px; }
#p07box02 .point-list .point01 h3 .icon img { display: block; width: 32px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p07box02 .point-list .point01 h3 .title { display: block; width: calc(100% - 68px); font-size: 22px; line-height: 1.2; }
#p07box02 .point-list .point01 .text-list { margin-top: 8px; }
#p07box02 .point-list .point01 .text-list li { line-height: 1.4; padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
#p07box02 .point-list .point01 .text-list li:last-child { margin-bottom: 0; }
#p07box02 .point-list .point01 p.bold { font-size: 18px; line-height: 1; margin-bottom: 12px; }

#p07box03 .data-list { display: block; }
#p07box03 .data-list .data00 { padding: 40px 20px; box-sizing: border-box; background: #FFF2F8; border-radius: 10px; margin-bottom: 16px; }
#p07box03 .data-list .data00:last-child { margin-bottom: 0; }
#p07box03 .data-list .data00 h3 { font-size: 24px; line-height: 1; }
#p07box03 .data-list .data00 h3 .sub { display: block; font-size: 16px; line-height: 1.6; font-weight: 500; margin-top: 8px; }
#p07box03 .data-list .data00 .num00 { line-height: 1; }
#p07box03 .data-list .data00 .num00 em { display: inline-block; line-height: 1; font-weight: 500; margin-right: 4px; }
#p07box03 .data-list .data00 .num-list { margin-top: 16px; }
#p07box03 .data-list .data00 .num-list li { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #f2157f, #f2157f 2px, transparent 2px, transparent 10px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 2px; }
#p07box03 .data-list .data00 .num-list li:first-child { padding-top: 0; }
#p07box03 .data-list .data00 .num-list li:last-child { padding-bottom: 0; background-image: none; }
#p07box03 .data-list .data00 .num-list li .th { display: block; width: 70px; font-weight: 500; }
#p07box03 .data-list .data00 .num-list li .num00.num02 { display: block; width: calc(100% - 70px); text-align: right; }
#p07box03 .data-list .data00 .num-list li .num00.num02 em { font-size: 32px; }
#p07box03 .data-list .data01 .num00.num01 { font-size: 24px; text-align: center; margin-top: 24px; }
#p07box03 .data-list .data01 .num00.num01 em { font-size: 48px; }
#p07box03 .data-list .data03 .num-list { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 24px; }
#p07box03 .data-list .data03 .num-list li { width: calc(50% - 18px); padding: 0; background-image: none; }
#p07box03 .data-list .data03 .num-list li .th { width: 40px; }
#p07box03 .data-list .data03 .num-list li .num00.num02 { width: calc(100% - 40px); }
#p07box03 .data-list .data04 .list_box { justify-content: space-between; margin-top: 24px; }
#p07box03 .data-list .data04 .list_box .num-list { width: calc(50% - 18px); margin-top: 0; }
#p07box03 .data-list .data04 .list_box .num-list li .th { width: 40px; }
#p07box03 .data-list .data04 .list_box .num-list li .num00.num02 { width: calc(100% - 40px); }

#p07box04 .cnt .img_box { width: 100%; max-width: 400px; margin: 0 auto 24px; }
#p07box04 .cnt .text_box .name { line-height: 1; margin-top: 27px; }
#p07box04 .cnt .text_box .name em { display: block; font-size: 20px; font-weight: 500; margin-top: 8px; }

#p07box05 .photo_gallery { padding: 0 20px; box-sizing: border-box; }
#p07box05 .photo_gallery .slick-prev, #p07box05 .photo_gallery .slick-next { top: 24vw; transform: translate(0, 0); }
#p07box05 .photo_gallery .photo01 .img { width: 100%; aspect-ratio: 7 / 5; border-radius: 10px; }
#p07box05 .photo_gallery .photo01 .text { line-height: 1.45; margin-top: 8px; }
#p07box05 .insta_box { padding: 32px 20px; box-sizing: border-box; background: #F3F6FF; border-radius: 10px; margin-top: 40px; }
#p07box05 .insta_box .insta_box_in #sb_instagram #sbi_images { gap: 7px; padding: 0; }

#p07box06 { margin-bottom: 100px; background: #FFF2F8; }
#p07box06 .requirements-list .requirement01 { background: #FFFFFF; border-radius: 10px; overflow: hidden; margin-bottom: 40px; }
#p07box06 .requirements-list .requirement01:last-child { margin-bottom: 0; }
#p07box06 .requirements-list .requirement01 h3 { padding: 22px 20px; box-sizing: border-box; background: #F2157F; font-size: 20px; line-height: 1; }
#p07box06 .requirements-list .requirement01 .text01 { padding: 0 20px; box-sizing: border-box; margin-top: 24px; }
#p07box06 .requirements-list .requirement01 .text01 li { line-height: 1.4; font-weight: 500; margin-bottom: 8px; }
#p07box06 .requirements-list .requirement01 .text01 li:last-child { margin-bottom: 0; }
#p07box06 .requirements-list .requirement01 .box_in { padding: 0 20px 32px; box-sizing: border-box; margin-top: 24px; }
#p07box06 .requirements-list .requirement01 .box_in .t_text01 { padding: 24px 60px 24px 20px; box-sizing: border-box; background: #F8F8F8; border-radius: 5px; font-size: 18px; position: relative; cursor: pointer; transition: 0.3s; }
#p07box06 .requirements-list .requirement01 .box_in .t_text01 .icon { width: 24px; height: 24px; background: #F2157F; border-radius: 50%; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: 0.3s; }
#p07box06 .requirements-list .requirement01 .box_in .t_text01 .icon::before { content: ""; display: block; width: 13px; height: 13px; background-image: url("../img/top/icon_open.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#p07box06 .requirements-list .requirement01 .box_in .t_text01.on .icon { background: #FFF2F8; }
#p07box06 .requirements-list .requirement01 .box_in .t_text01.on .icon::before { background-image: url("../img/top/icon_close.svg"); }
#p07box06 .requirements-list .requirement01 .box_in .c_text01 { display: none; }
#p07box06 .requirements-list .requirement01 .box_in .c_text01 .info-table tr { display: block; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 9px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; padding: 24px 0; }
#p07box06 .requirements-list .requirement01 .box_in .c_text01 .info-table tr:last-child { padding-bottom: 0; background-image: none; }
#p07box06 .requirements-list .requirement01 .box_in .c_text01 .info-table tr th, #p07box06 .requirements-list .requirement01 .box_in .c_text01 .info-table tr td { display: block; line-height: 1.4; }
#p07box06 .requirements-list .requirement01 .box_in .c_text01 .info-table tr th { margin-bottom: 16px; }
#p07box06 .requirements-list .requirement01 .box_in .btn01 { margin-top: 30px; }

/*よくあるご質問　p09
=========================================== */
.page-faq #main.kasou .main_title .en { text-transform: uppercase; }

#p09box01 .wrap.twin div#two-side { margin-top: 0; margin-bottom: 60px; }
#p09box01 .faq_wrap { margin-bottom: 80px; }
#p09box01 .faq_wrap:last-child { margin-bottom: 0; }

/*お問い合わせ　p05
=========================================== */
#p05box01 .bikou-list { margin-bottom: 40px; }
#p05box01 .bikou-list li { line-height: 1.4; padding-left: 1em; text-indent: -1em; margin-bottom: 8px; }
#p05box01 .bikou-list li:last-child { margin-bottom: 0; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; }
ul.contact-state > li { display: table; width: calc((100% - 18px) / 3); height: 48px; position: relative; }
ul.contact-state > li > span.text { display: table-cell; text-align: center; vertical-align: middle; padding: 0 5px; box-sizing: border-box; background: #D4D4D4; font-size: 16px; font-weight: 700; line-height: 1; letter-spacing: 0.06em; color: #737373; position: relative; }
ul.contact-state > li > span.text::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 5px; border-color: transparent transparent transparent #D4D4D4; position: absolute; top: 50%; right: -4px; transform: translateY(-50%); }
ul.contact-state > li > span.text .num { display: inline-block; margin-right: 3px; }
ul.contact-state > li.state01 > span.text { background: #04287E; color: #FFFFFF; }
ul.contact-state > li.state01 > span.text::before { border-color: transparent transparent transparent #04287E; }
ul.contact-state li.state03 { width: calc(((100% - 18px) / 3) + 6px); }
ul.contact-state li.state03 > span.text::before { display: none; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 > span.text { background: #04287E; color: #FFFFFF; }
ul.contact-state.contact-state02 > li.state02 > span.text::before { border-color: transparent transparent transparent #04287E; }

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

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

.contactTBL { padding: 40px 0; /*お問い合わせ項目*/ /*住所*/ /*連絡可能な時間帯*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #B2B2B2; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { margin-bottom: 16px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; line-height: 22px; font-weight: 700; padding: 0 6px; box-sizing: border-box; border-radius: 5px; margin-right: 8px; }
.contactTBL th .hissu { background: #EA2F32; color: #FFFFFF; }
.contactTBL th .ninni { background: #E6E6E6; }
.contactTBL td { margin-bottom: 48px; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 48px; padding: 11px 17px; 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: #0E0E0E; cursor: pointer; }
.contactTBL input.wpcf7-text.tel01 { width: 200px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 160px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: 100%; padding: 7px 35px 7px 15px; background: url("../img/common/select_arrow.svg") no-repeat center right 14px, #FFFFFF; background-size: 14px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin: 12px 0 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="radio"], .contactTBL .koumoku .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; background: #FFFFFF; border: 1px solid #D4D4D4; margin-right: 8px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .address_box .address-list li { margin-bottom: 16px; }
.contactTBL .address_box .address-list li:last-child { margin-bottom: 0; }
.contactTBL .address_box .address-list li .th { margin-bottom: 12px; }
.contactTBL .address_box .address-list li select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 170px; }
.contactTBL .address_box .address-list li.zip1 .td { display: flex; align-items: center; }
.contactTBL .address_box .address-list li.zip1 .td input.wpcf7-text { width: 110px; }
.contactTBL .address_box .address-list li.zip1 .td .sub_text { font-size: 14px; line-height: 17px; margin-left: 10px; }
.contactTBL .time_box td { display: flex; align-items: center; flex-wrap: wrap; }
.contactTBL .time_box td .wpcf7-form-control-wrap { width: 180px; }
.contactTBL .time_box td .text { display: block; width: 16px; text-align: center; font-weight: 700; }
.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: 16px; color: #000000; margin: 8px 0 0 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: block; width: 100%; max-width: 340px; height: 48px; padding: 14px 0 14px 24px; box-sizing: border-box; background: #000000; border-radius: 0; font-size: 16px; font-weight: 700; line-height: 1; text-align: center; color: #FFFFFF; position: relative; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn::before { content: ""; display: block; width: 16px; height: 20px; background: url("../img/p05/icon_upload_sp.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 100px; transform: translateY(-50%); }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-box .doui-text { margin-top: 16px; }
.contactTBL .doui-box .doui-text a { display: inline-block; color: #2487C4; text-decoration: underline; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; font-weight: 700; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 5px; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 100%; cursor: pointer; }
.contactTBL .contact-submit.flex { display: block; }
.contactTBL .contact-submit.flex .btn01 { margin-top: 0; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 60px 0 20px; box-sizing: border-box; white-space: normal; border-radius: 6px; background-color: #04287E; background-image: url("../img/p05/submit_arrow.png"); background-repeat: no-repeat; background-position: center right 20px; background-size: 30px; border: 1px solid #04287E; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 1.6; color: #FFFFFF; font-weight: 700; text-align: left; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .btn01:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn01.back { margin-top: 20px !important; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { padding: 0 20px 0 60px; background-color: #FFFFFF; background-image: url("../img/p05/submit_arrow_h.png"); background-position: center left 20px; color: #04287E; text-align: right; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

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

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

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

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

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

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

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

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

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

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

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 420px) { .contactTBL .time_box td .wpcf7-form-control-wrap { width: 148px; }
  .contactTBL .time_box td .wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-select { padding: 7px 24px 7px 9px; background: url(../img/common/select_arrow.svg) no-repeat center right 9px, #FFFFFF; background-size: 13px; font-size: 14px; } }
@media screen and (min-width: 0px) and (max-width: 374px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 10.67vw; height: 10.67vw; margin: 0 0.53vw; line-height: 10.13vw; }
  .wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { width: 1.87vw; height: 3.2vw; }
  .wp-pagenavi a.first::before, .wp-pagenavi a.last::before { width: 3.47vw; height: 3.2vw; }
  .post-navigation ul > li a span { font-size: 12px; }
  .post-navigation ul > li.prev a span { padding-left: 10px; }
  .post-navigation ul > li.next a span { padding-right: 10px; }
  #main.kasou.kasou02 .main_box .text_box p.point { font-size: 26px; }
  .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn::before { left: 25vw; } }
@media screen and (min-width: 0px) and (max-width: 360px) { #topbox01::before { height: calc(100% - 214px); }
  #topbox01 .title01 .ja { font-size: 35px; }
  #p07box02 .environment-list .environment01 .text_box h3 { font-size: 23px; }
  ul.contact-state > li > span.text { font-size: 14px; }
  ul.contact-state > li > span.text .num { margin-right: 2px; } }
@media screen and (min-width: 0px) and (max-width: 350px) { #main.kasou.kasou02 .main_box .text_box p.point { font-size: 24px; }
  .contactTBL .time_box td .wpcf7-form-control-wrap { margin-top: 10px; }
  .contactTBL .time_box td .wpcf7-form-control-wrap:first-child { margin-top: 0; } }
@media screen and (min-width: 0px) and (max-width: 345px) { #footer .bottom_box .link_list li::after { margin: 0 5px; }
  #footer .bottom_box .link_list li a { font-size: 15px; }
  #p07box02 .environment-list .environment01 .text_box h3 { font-size: 21px; } }
@media screen and (min-width: 0px) and (max-width: 330px) { #contact-sec .cnt .contact_box .title02 { font-size: 22px; }
  #contact-sec .cnt .contact_box.left .box .tel_box .tel .num { font-size: 32px; } }
/*safari用
=========================================== */
