.motion_mainvisual_h1{position:relative;height:100vh;overflow:hidden}.motion_mainvisual_h1 .motion_mainvisual_text_body{position:absolute;z-index:1;top:0;bottom:0;display:flex;justify-content:center;flex-direction:column;align-items:center;margin:auto 0;width:100%;min-height:20vh;font-size:4.6rem;opacity:0;transform:translateY(-30%);animation:motion_mainvisualMvUp 1.5s ease-in forwards}.motion_mainvisual_h1 .motion_mainvisual_text_body .motion_mainvisual_text{padding:0 2rem;font-size:4.6rem;color:#fff}.motion_mainvisual_h1 .motion_mainvisual_text_body .catch_subtext{font-size:2.6rem;color:#fff}.motion_mainvisual_h1::before,.motion_mainvisual_h1::after{content:"";position:absolute;z-index:2;width:0;height:0;pointer-events:none}.motion_mainvisual_h1::before{top:0;left:0;border-style:solid;border-width:20vh 70vw 0 0;border-color:rgba(0,0,0,0.2) transparent transparent transparent;animation:motion_mainvisualMv 0.5s ease-in forwards;transform:translate(0, -100%)}.motion_mainvisual_h1::after{right:0;bottom:0;border-style:solid;border-width:0 0 20vh 70vw;border-color:transparent transparent rgba(0,0,0,0.2) transparent;animation:motion_mainvisualMv 0.5s ease-in 0.5s forwards;transform:translate(0, 100%)}.motion_mainvisual_h1 .editable{min-width:100px}.motion_mainvisual_h1 .motion_mainvisual_bg_text_body{position:absolute;z-index:2;left:0;bottom:0;font-size:15rem;color:rgba(255,255,255,0.5)}.motion_mainvisual_h1 .motion_mainvisual_bg_text_body .motion_mainvisual_bg_text{font-size:15rem;line-height:1;opacity:0;animation:motion_mainvisualFade 0.5s ease-in 1.5s forwards}@media only screen and (max-width: 768px){.motion_mainvisual_h1 .motion_mainvisual_bg_text_body .motion_mainvisual_bg_text{font-size:10rem}}@media only screen and (max-width: 480px){.motion_mainvisual_h1 .motion_mainvisual_text_body{padding:0 1.5rem}.motion_mainvisual_h1 .motion_mainvisual_text_body .motion_mainvisual_text{padding:0;font-size:2.6rem}.motion_mainvisual_h1 .motion_mainvisual_text_body .letter{font-size:1.2rem}.motion_mainvisual_h1 .motion_mainvisual_bg_text_body .motion_mainvisual_bg_text{font-size:16.66667vw}}@keyframes motion_mainvisualMv{0%{}100%{transform:translate(0, 0)}}@keyframes motion_mainvisualMvUp{0%{opacity:0;transform:translateY(-30%)}100%{opacity:1;transform:translateY(0)}}@keyframes motion_mainvisualFade{0%{opacity:0}100%{opacity:1}}
.blog_unity .content-wrap{display:grid;grid-template-columns:330px 1fr;grid-template-rows:92px 92px;column-gap:50px;row-gap:30px}.blog_unity .text-side{grid-row:1 / 2;grid-column:1 / 2;margin-left:5px}.blog_unity .text-side .section_h3{font-size:30px}.blog_unity .text-side .subtitle{font-size:15px}.blog_unity .section_btn{grid-row:2 / 3;grid-column:1 / 2;margin:0}.blog_unity .blog-side-wrap{position:relative;width:100%;height:100%;grid-row:1 / 4;grid-column:2 / 3}.blog_unity .blog-side{position:relative}.blog_unity .blog-side .article_template{border-bottom:1px dotted #ccc}.blog_unity .blog-side .article_template+.article_template{margin-top:1rem}.blog_unity .blog-side .blog_content{display:flex;gap:40px;padding:0 15px 15px;position:relative}.blog_unity .blog-side .blog_content:hover .more_read:after{margin-left:.5rem}.blog_unity .blog-side .blog_image-wrap{width:200px;height:120px;border-radius:20px;border:1px solid #e6e6e6;overflow:hidden;flex-shrink:0}.blog_unity .blog-side .blog_image{width:100%;height:100%;background-image:url("//s1.crcn.jp/images/noimage.jpg");background-position:center;background-repeat:no-repeat;background-size:cover}.blog_unity .blog-side .text_wrap{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:15px}.blog_unity .blog-side .blog_meta{display:flex;gap:15px;font-size:14px}.blog_unity .blog-side .date{font-size:.8em}.blog_unity .blog-side .category{font-size:.8em;text-align:center;color:#fff;background-color:#3e9bc4;padding:0 0.5rem;margin-left:auto;max-width:140px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog_unity .blog-side .blog_title{width:100%;font-size:20px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog_unity .blog-side .more_read{font-size:.8em;margin:.5rem 0 0 auto;position:absolute;bottom:15px;right:0}.blog_unity .blog-side .more_read:before{content:'→';margin-left:10px}.blog_unity .blog-side .more_read:after{content:'more';display:inline-block;margin-left:1rem;transition:margin-left .3s ease-in-out}@media only screen and (max-width: 1024px){.blog_unity .content-wrap{display:block}.blog_unity .text-side{margin-bottom:30px;margin-left:30px}.blog_unity .section_btn{margin:0 auto}.blog_unity .blog-side-wrap{margin-bottom:30px}.blog_unity .blog-side .blog_content{gap:20px}.blog_unity .blog-side .blog_image-wrap{width:150px;height:90px;border-radius:15px}.blog_unity .blog-side .blog_title{font-size:16px}.blog_unity .blog-side .blog_meta{font-size:12px}}@media only screen and (max-width: 767px){.blog_unity .blog-side .blog_meta{gap:0;flex-direction:column-reverse}.blog_unity .blog-side .category{margin-left:0}}@media only screen and (max-width: 480px){.blog_unity .text-side .section_h3{font-size:25px}.blog_unity .blog-side .blog_content{padding:0 0 15px}.blog_unity .blog-side .text_wrap{gap:5px}.blog_unity .blog-side .blog_image-wrap{width:100px;height:60px;border-radius:10px}.blog_unity .more_read.letter::after{display:none}}
.new_two_images_center_text .image-side .frame-image{padding-top:66%}.new_two_images_center_text .text-side{width:100%;text-align:center;background-color:#efefef;z-index:1}.new_two_images_center_text .text-side_inner{height:100%;width:100%;padding:5rem 3rem;position:relative;z-index:0}.new_two_images_center_text .text-side_bg{height:100%;width:100%;position:absolute;top:0;left:0;z-index:-1}.new_two_images_center_text .text-side .headding_wrap,.new_two_images_center_text .text-side .headding{font-size:2.5rem}.new_two_images_center_text .text-side .subtitle_wrap{margin-top:.5rem}.new_two_images_center_text .text-side .editable_wrap{margin-top:1.5rem}.new_two_images_center_text .text-side .section_btn{margin-top:3rem}@media only screen and (min-width: 768px){.new_two_images_center_text .section_inner{display:flex;align-items:flex-start;justify-content:space-between;position:relative}.new_two_images_center_text .image-side{width:45%}.new_two_images_center_text .image-side.bottom{margin-top:28rem}.new_two_images_center_text .image-side .frame-image{padding-top:66%}.new_two_images_center_text .text-side{width:35%;min-width:380px;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,0.1);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}}
.fit_card_three_image{text-align:center}.fit_card_three_image .section_bg{position:absolute;height:100%;width:100%;top:0;left:0}.fit_card_three_image .image-side{position:relative}.fit_card_three_image .image-side_bg{width:100%}.fit_card_three_image .image-side_inner{display:flex;align-items:center;justify-content:center}.fit_card_three_image .image-side .image-frame-bg{padding-top:66%}.fit_card_three_image .image-side .frame-image{position:absolute !important;top:0;right:0;bottom:0;left:0;margin:auto}.fit_card_three_image .image-side_text{width:90%;color:#fff;z-index:2;margin-top:-1rem;padding:5rem 0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.fit_card_three_image .image-side_text .title{font-size:3rem}.fit_card_three_image .image-side .spacer-item_wrap:nth-child(1) .editable_wrap{font-size:3rem}.fit_card_three_image .image-side .headding_wrap{font-size:3rem}.fit_card_three_image .image-side .editable_wrap{font-size:1.5rem}.fit_card_three_image .text-side{position:relative;width:90%;max-width:990px;margin:-2rem auto 0}.fit_card_three_image .text-side_content{margin-bottom:3rem;position:relative;padding:1.5rem}.fit_card_three_image .text-side_content:nth-child(3){margin-bottom:0}.fit_card_three_image .text-side_bg{position:absolute;height:100%;width:100%;top:0;left:0}.fit_card_three_image .text-side_inner{z-index:2;margin:auto;position:relative}.fit_card_three_image .text-side_image{position:relative;z-index:2}.fit_card_three_image .text-side_image .image-frame-bg{padding-top:57%}.fit_card_three_image .text-side_image .frame-image{position:absolute !important;top:0;right:0;bottom:0;left:0;margin:auto}.fit_card_three_image .text-side .headding_wrap,.fit_card_three_image .text-side .section_h3{font-size:2.5rem}.fit_card_three_image .text-side .subtitle_wrap,.fit_card_three_image .text-side .subtitle{font-size:1.1rem}.fit_card_three_image .text-side .spacer-item_wrap:nth-child(1) .editable_wrap{font-size:2.5rem}.fit_card_three_image .text-side .spacer-item_wrap:nth-child(4) .editable_wrap{font-size:1.5rem}.fit_card_three_image .section_btn{position:relative}@media only screen and (min-width: 768px){.fit_card_three_image .image-side .image-frame-bg{padding-top:38%}.fit_card_three_image .image-side_text{font-size:3rem;margin-top:-5rem}.fit_card_three_image .image-side_text .title{font-size:7rem}.fit_card_three_image .image-side .headding_wrap{font-size:7rem}.fit_card_three_image .image-side .spacer-item_wrap:nth-child(1) .editable_wrap{font-size:7rem}.fit_card_three_image .text-side{margin:-10rem auto 0;display:flex;justify-content:space-between;height:100%}.fit_card_three_image .text-side_content{width:32%;display:flex;flex-direction:column;padding:1.5rem 1.5rem 2.5rem;margin-bottom:0}.fit_card_three_image .text-side_inner{max-width:340px;margin:0;width:100%;position:relative}.fit_card_three_image .text-side_image{width:100%}.fit_card_three_image .text-side_image .image-frame-bg{padding-top:61%}.fit_card_three_image .text-side .subtitle_wrap,.fit_card_three_image .text-side .subtitle{font-size:1.2rem}.fit_card_three_image .text-side .spacer-item_wrap:nth-child(4) .editable_wrap{font-size:1.5rem}}
.fit_card_two{text-align:center}.fit_card_two .section_bg{position:absolute;height:100%;width:100%;top:0;left:0}.fit_card_two .image-side{position:relative}.fit_card_two .image-side_bg{width:100%}.fit_card_two .image-side_inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.fit_card_two .image-side .image-frame-bg{padding-top:66%}.fit_card_two .image-side .frame-image{position:absolute!important;top:0;right:0;bottom:0;left:0;margin:auto}.fit_card_two .image-side_text{width:90%;color:#fff;z-index:2;margin-top:-1rem;padding:5rem 0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fit_card_two .image-side .headding_wrap,.fit_card_two .image-side .spacer-item_wrap:nth-child(1) .editable_wrap,.fit_card_two .image-side_text .title{font-size:3rem}.fit_card_two .image-side .editable_wrap{font-size:1.5rem}.fit_card_two .text-side{position:relative;width:90%;max-width:990px;margin:-2rem auto 0}.fit_card_two .text-side_content{margin-bottom:3rem;position:relative;padding:0 1.5rem 2.5rem}.fit_card_two .text-side_content:nth-child(2){margin-bottom:0}.fit_card_two .text-side_bg{position:absolute;height:100%;width:100%;top:0;left:0}.fit_card_two .text-side_inner{position:relative;z-index:2;max-width:310px;margin:auto}.fit_card_two .text-side .headding_wrap,.fit_card_two .text-side .section_h3{font-size:2.5rem}.fit_card_two .text-side .subtitle,.fit_card_two .text-side .subtitle_wrap{font-size:1.1rem}.fit_card_two .text-side .spacer-item_wrap:nth-child(3) .editable_wrap{font-size:2.5rem}.fit_card_two .text-side .spacer-item_wrap:nth-child(4) .editable_wrap{font-size:1.1rem}.fit_card_two .section_btn{position:relative}@media only screen and (min-width:768px){.fit_card_two .image-side .image-frame-bg{padding-top:38%}.fit_card_two .image-side_text{font-size:3rem;margin-top:-2.5rem}.fit_card_two .image-side .headding_wrap,.fit_card_two .image-side .spacer-item_wrap:nth-child(1) .editable_wrap,.fit_card_two .image-side_text .title{font-size:6rem}.fit_card_two .text-side{margin:-5rem auto 0;display:-ms-flexbox;display:flex;height:100%}.fit_card_two .text-side_content{width:49%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0}.fit_card_two .text-side_content:nth-child(2){margin-left:2%}.fit_card_two .text-side_inner{max-width:340px;width:100%;height:100%}.fit_card_two .text-side .spacer-item_wrap:nth-child(4) .editable_wrap,.fit_card_two .text-side .subtitle,.fit_card_two .text-side .subtitle_wrap{font-size:1.2rem}}
.half_out_of_position .image-side{position:relative}.half_out_of_position .image-side .frame-image{padding-top:66%}.half_out_of_position .text-side{width:94%;text-align:center;margin:-3rem auto 0;padding:1.5rem 1.5rem 3rem;box-shadow:0 5px 15px rgba(0,0,0,0.1);position:relative;z-index:1}.half_out_of_position .text-side_bg{height:100%;width:100%;opacity:.8;position:absolute;top:0;left:0;z-index:-1}.half_out_of_position .text-side_bg .image-frame-bg{background-color:#fff}.half_out_of_position .text-side .headding_wrap,.half_out_of_position .text-side .headding{font-size:2.5rem}.half_out_of_position .text-side .subtitle_wrap{margin-top:.5rem}.half_out_of_position .text-side .editable_wrap{margin-top:1rem}.half_out_of_position .text-side .section_btn{margin:3rem auto 0}.half_out_of_position .duplicatable-content+.duplicatable-content{margin-top:3rem}@media only screen and (min-width: 768px){.half_out_of_position .duplicatable-content_inner{display:flex;align-items:stretch}.half_out_of_position .image-side{width:55%;margin:0 -5% 0 0}.half_out_of_position .image-side .frame-image{padding-top:0}.half_out_of_position .text-side{width:55%;text-align:left;margin:5rem 0 5rem -5%;padding:3rem 5rem 3.5rem}.half_out_of_position .text-side .section_btn{margin:3rem 0 auto}.half_out_of_position .duplicatable-content+.duplicatable-content{margin-top:5rem}.half_out_of_position .duplicatable-content:nth-child(2n) .duplicatable-content_inner{flex-direction:row-reverse}.half_out_of_position .duplicatable-content:nth-child(2n) .duplicatable-content_inner .text-side{margin:5rem -5% 5rem 0}.half_out_of_position .duplicatable-content:nth-child(2n) .duplicatable-content_inner .image-side{margin:0 0 0 -5%}.half_out_of_position.reverse .duplicatable-content_inner{flex-direction:row-reverse}.half_out_of_position.reverse .duplicatable-content_inner .text-side{margin:5rem -5% 5rem 0}.half_out_of_position.reverse .duplicatable-content_inner .image-side{margin:0 0 0 -5%}.half_out_of_position.reverse .duplicatable-content:nth-child(2n) .duplicatable-content_inner{flex-direction:row}.half_out_of_position.reverse .duplicatable-content:nth-child(2n) .duplicatable-content_inner .text-side{margin:5rem 0 5rem -5%}.half_out_of_position.reverse .duplicatable-content:nth-child(2n) .duplicatable-content_inner .image-side{margin:0 -5% 0 0}}
body:not(.eat_cms) .block_link.u_none-hover{pointer-events:none}body:not(.eat_cms) .information_card .info-side_tel-text{pointer-events:none}.information_card .information_card-content{display:flex;justify-content:space-between}.information_card .text-side{width:40%}.information_card .text-side .headding_wrap,.information_card .text-side .section_h2{font-size:6.4rem;font-weight:bold}.information_card .text-side .subtitle_wrap,.information_card .text-side .subtitle{font-size:1.8rem}.information_card .text-side .letter_wrap{margin-top:30px;font-size:1.6rem}.information_card .text-side .letter{font-size:1.6rem}.information_card .info-side{width:50%;display:flex;flex-direction:column;gap:20px}.information_card .info-side_content-inner{position:relative;padding:50px 20px;display:flex;justify-content:center;align-items:center;width:100%;border:1px solid #333}.information_card .info-side-bg{position:absolute;width:100%;height:100%}.information_card .info-side .info-side_mail-text,.information_card .info-side .info-side_tel-text{position:relative;text-align:center;z-index:2}.information_card .info-side .headding_wrap,.information_card .info-side .section_h3{font-size:2rem}.information_card .info-side .cta-text_wrap,.information_card .info-side .cta-text{font-size:3.3rem;font-weight:bold;margin-top:20px}.information_card .info-side .microcopy_wrap,.information_card .info-side .microcopy{font-size:1.4rem}.information_card .editable{min-width:100px}@media only screen and (max-width: 1024px){.information_card .information_card-content{flex-direction:column;align-items:center}.information_card .text-side{text-align:center;width:100%}.information_card .text-side .headding_wrap,.information_card .text-side .section_h2{font-size:4rem}.information_card .info-side{margin-top:20px;width:100%}.information_card .info-side .headding_wrap,.information_card .info-side .section_h3{font-size:1.8rem}.information_card .info-side .cta-text_wrap,.information_card .info-side .cta-text{font-size:2.2rem}}
#footer-section{z-index:3}@media only screen and (max-width: 768px){.jobs #footer-section .detail-side{display:none}}.footer-block .footer_tp_generic .detail-side{bottom:0;transition:bottom .5s}.footer_tp_generic{background-color:#fff;font-size:1.4rem}.footer_tp_generic .editable a{color:#666}.footer_tp_generic .footer-company{position:relative}.footer_tp_generic .footer-company::before{content:"";position:absolute;top:0;left:50%;width:100%;height:1px;background-color:#ccc;transform:translateX(-50%)}.footer_tp_generic .logo-side{padding:2rem 0;text-align:center}.footer_tp_generic .logo{max-width:200px;margin:0 auto 2rem}.footer_tp_generic .logo img{width:auto;max-width:100%}.footer_tp_generic .logo div{display:inline}.footer_tp_generic .menu-side{display:none}.footer_tp_generic .detail-side{text-align:center;font-size:1.4rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;background-color:#fff;position:fixed;bottom:-100%;left:0;width:100%;transition:bottom .8s .2s}.footer_tp_generic .detail-side_first{width:80px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative}.footer_tp_generic .detail-side_first .tel{line-height:1.4;letter-spacing:0}.footer_tp_generic .detail-side_first .tel a{position:absolute;width:100%;height:100%;top:0;left:0}.footer_tp_generic .detail-side_first .tel:after{content:"phone";font-family:"Material Icons";font-size:3.6rem;font-weight:400;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}.footer_tp_generic .detail-side_first .hour{font-size:1.2rem;display:none}.footer_tp_generic .detail-side_second{-ms-flex-positive:1;flex-grow:1}.footer_tp_generic .linker a{background-color:#E4A847}.footer_tp_generic .letter{letter-spacing:.1em}.footer_tp_generic .copy{border-top:1px solid #ccc;font-size:1.2rem;padding:2rem 0;text-align:center}.footer_tp_generic .sns-side{margin-bottom:2rem}.footer_tp_generic .sns-side .duplicatable-container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.footer_tp_generic .sns-side .duplicatable-content{max-width:70px;padding:0 1rem}.footer_tp_generic .section_btn a{white-space:nowrap}.footer_tp_generic .back-top{cursor:pointer;width:40px;height:40px;border-radius:20px;border:1px solid #E4A847;position:absolute;bottom:10px;right:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.footer_tp_generic .back-top .arrow:before{content:"▲";color:#E4A847}@media only screen and (min-width: 768px){.footer_tp_generic .footer-company{padding:3.5rem 0 2rem}.footer_tp_generic .footer-company_inner{display:flex;flex-wrap:wrap}.footer_tp_generic .logo{display:block;margin:0 auto}.footer_tp_generic .menu-block{order:3;width:100%}.footer_tp_generic .menu-side{display:block;padding:3rem 0 5rem}.footer_tp_generic .menu-side .duplicatable-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-ms-flex-pack:end;justify-content:center}.footer_tp_generic .menu-side .duplicatable-content{width:auto;padding:0 1rem;font-size:1.4rem}.footer_tp_generic .logo-side{order:1;width:200px}.footer_tp_generic .detail-side{order:2;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;text-align:left;margin:auto 0 auto auto;width:calc(100% - 220px);position:static;background-color:transparent}.footer_tp_generic .detail-side_first{margin-bottom:4rem;font-size:1.8rem;text-align:right;display:block}.footer_tp_generic .detail-side_first .tel{font-size:2.2rem}.footer_tp_generic .detail-side_first .tel:after{content:none}.footer_tp_generic .detail-side_first .tel a{position:relative;pointer-events:none}.footer_tp_generic .detail-side_first .hour{display:block}.footer_tp_generic .detail-side_second{max-width:300px;margin-bottom:3rem}.footer_tp_generic .detail-side>div{margin-bottom:0;width:100%}.footer_tp_generic .copy{padding:1.5rem 0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.footer_tp_generic .sns-side{margin-bottom:0}.footer_tp_generic .sns-side .duplicatable-content{width:60px}.footer_tp_generic .section_btn{margin:auto 0 auto auto}.footer_tp_generic .back-top{bottom:80px}}@media only screen and (max-width: 768px){.footer_tp_generic .detail-side_first .tel{font-size:0 !important}.footer_tp_generic .detail-side_second .section_btn{max-width:none}.footer_tp_generic .detail-side_second .section_btn a{border-radius:0}}@media only screen and (min-width: 768px){_:-ms-lang(x)::-ms-backdrop,.footer_tp_generic .detail-side{align-items:center;margin:unset}_:-ms-lang(x)::-ms-backdrop,.footer_tp_generic .detail-side_second{margin-left:2rem}}@media only screen and (max-width: 768px){_::-webkit-full-page-media,_:future,:root .detail-side_first{text-align:center}_::-webkit-full-page-media,_:future,:root .tel.letter.editable{display:grid}}
@charset "UTF-8";#section-wrapper{background-color:#fff}#section-wrapper .headding{    font-family: YakuHanMP, 'Noto Serif', 'Hiragino Mincho ProN', eatYuM, 'Sawarabi Mincho', Meiryo, serif;
    line-height: ;
    letter-spacing: em;
}#section-wrapper .subtitle{    font-family: YakuHanMP, 'Noto Serif', 'Hiragino Mincho ProN', eatYuM, 'Sawarabi Mincho', Meiryo, serif;
    line-height: ;
    letter-spacing: em;
}#section-wrapper .letter{    font-family: YakuHanMP, 'Noto Serif', 'Hiragino Mincho ProN', eatYuM, 'Sawarabi Mincho', Meiryo, serif;
    line-height: ;
    letter-spacing: em;
}@media only screen and (min-width:769px){}#loading{position:fixed;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:9999;display:none}#loading .loading_inner{width:100%;height:90px;position:absolute;top:50%}#loading .loading_inner .loader_animation,#loading .loading_inner .loader_animation:before,#loading .loading_inner .loader_animation:after{border-radius:50%;width:2.4rem;height:2.4rem;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:load7 1.3s infinite ease-in-out;animation:load7 1.3s infinite ease-in-out}#loading .loading_inner .loader_animation{color:#fff;font-size:12px;margin:10px auto;position:relative;top:-30px;text-indent:-9999rem;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-0.16s;animation-delay:-0.16s}#loading .loading_inner .loader_animation:before,#loading .loading_inner .loader_animation:after{content:'';position:absolute;top:0}#loading .loading_inner .loader_animation:before{left:-3.4rem;-webkit-animation-delay:-0.32s;animation-delay:-0.32s}#loading .loading_inner .loader_animation:after{left:3.4rem}@-webkit-keyframes load7{0%,80%,100%{box-shadow:0 2.45rem 0 -1.25rem}40%{box-shadow:0 2.45rem 0 0}}@keyframes load7{0%,80%,100%{box-shadow:0 2.45rem 0 -1.25rem}40%{box-shadow:0 2.45rem 0 0}}#loading .circle{position:fixed;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;border-radius:50%;border:8px solid #f00;border-right-color:transparent;-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:.2}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:1.0}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:.2}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:.2}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:1.0}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:.2}}

body{
color:#333;
font-size:1.5rem;
}
#section-wrapper .headding, 
#section-wrapper .subtitle, 
#section-wrapper .letter, 
#section-wrapper .section_btn a, 
#global-nav .gnav_accordion_wide .gnav_pc .gnav_items li a,
#global-nav .gnav_accordion_wide .gnav_sp .gnav_items a,
.formapps,
.tree_blocks_misaligned .tree_products_block_text_block{
	  font-family: "Noto Sans JP", sans-serif !important;
    font-weight: bold;
}
#section-wrapper .letter,
.tree_blocks_misaligned .tree_products_block_text_block{
    font-weight: 400;
}
.gnav_pc .gnav_items li a {
    position: relative;
    letter-spacing: 0.1em;
font-weight:bold;
transition: transform .35s ease;
}
.gnav_items .active > a, .gnav_items .visit > a, .gnav_items li a:hover {
    opacity: 1;
    color: #5874DB !important;
}
.gnav_pc .gnav_items li:not(:last-child) a::before {
content: "";
        width: 100%;
        height: 5px;
        background-image: linear-gradient(115deg, #5874DB, #5874DB);
        position: absolute;
        left: 0;
        bottom: 0;
        transition: transform .35s ease;
        transform: scale(0, 1);
}
.gnav_pc .gnav_items > li.active:not(:last-child) > a::before, .gnav_pc .gnav_items li:not(:last-child) a:hover::before {
transform: scale(1, 1);
}
#global-nav .gnav_accordion_wide .gnav_pc .gnav_items li:not(.gnav-submenu):last-child {
   background: #F59E0B;
}
#global-nav .gnav_accordion_wide .gnav_pc .gnav_items li .dropdownSubMenu li a::before{
content:none;
}
@media only screen and (max-width: 1250px) {
#global-nav .gnav_accordion_wide .gnav_pc .gnav_items li{
padding:0 10px ;
}
}
.showcase_chart .banner_text .banner_link,
.blog_posts .banner_text .banner_link{
background-color:#5874DB!important;
}
.showcase_chart .banner_text ._color_,
.blog_posts .banner_text ._color_{
color:#5874DB!important;
}
.footer_menu .detail-side{
width:60%;
}
.footer_menu .detail-side_first .hour,
.footer_menu .detail-side_first .tel{
text-align:right;
}
.thanks_page .catch_text{
text-align: center;
}
.thanks_page .catch_text span {
padding: 0;
}
.thanks_page .catch{
padding:5%;
background-color:#fff;
border:none!important;
}
.thanks_page .catch_subtext,
.thanks_page .catch_text{
font-weight:bold;
}
.thanks_page .catch_text,
.thanks_page .catch_text span{
color:#5874DB!important;
}
@media only screen and (max-width: 767px) {
 .thanks_page .catch_subtext {
font-size:15px!important;
}
}
.h1_left::before,
.motion_mainvisual_h1 .section-image_bg::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, .2) 20%, transparent 0), radial-gradient(rgba(0, 0, 0, .2) 20%, transparent 0);
    background-repeat: repeat;
    background-size: 3px 3px;
    background-color: rgba(0, 0, 0, .15);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.h1_left .headding {
    color: #fff;
    line-height: 1.25;
    text-shadow: .3rem .3rem 0 rgba(0, 0, 0, .15);
}
._left .subtitle {
    color: #fff;
    line-height: 1.25;
    letter-spacing: 0;
    text-shadow: .2rem .2rem 0 rgba(0, 0, 0, .15);
}
@media only screen and (min-width: 1025px) {
    section:first-of-type .content {
        padding: 0;
    }
}
.section_btn a, .section_btn input{
background: #F59E0B!important;
border-radius: 50px;
color:#fff!important;
font-weight:bold;
border:none!important;
}
.motion_mainvisual_h1::before, .motion_mainvisual_h1::after{
content:none;
}
.motion_mainvisual_h1::before{
			content:"";
      position: absolute;
      bottom: 0;
      left: 0;
			background-image: url(https://d1i7na1hjknxjq.cloudfront.net/uploads/storage/image/file/454880/optimized_bJTzw5V1phgfH9rGwoV-KA.png);
			width:100%;
			height:100%;
			background-size: cover;
	    background-repeat: no-repeat;
opacity:.8;
border:none;
animation:none;
transform: translateY(0px);
background-position:center;
}
@media only screen and (max-width: 1290px) {
#global-nav .gnav_accordion_wide .gnav_pc .gnav_items li{
padding:0 6px ;
}
}
.tree_image_btn .duplicatable-content_inner {
    padding-top: 80%;
 }
.alternating-backcolor .duplicatable-content{
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.alternating-backcolor .duplicatable-content:nth-child(odd) .dc-inner_bg .frame-image{
background:#fff;
}
.title_line_wide_light .section-animation-wrap .element-2,
.title_line_wide_light .section-animation-wrap .element-3,
.title_line_wide_light .section-animation-wrap .element-4,
.title_line_wide.title_line_wide_light.title_line_wide.reverse.section_name .section-animation-wrap .element-2,
.title_line_wide.title_line_wide_light.title_line_wide.reverse.section_name .section-animation-wrap .element-3,
.title_line_wide.title_line_wide_light.title_line_wide.reverse.section_name .section-animation-wrap .element-4{
background:none;
}
.title_line_wide_light .section-animation-wrap .element-5,
.title_line_wide.title_line_wide_light.title_line_wide.reverse.section_name .section-animation-wrap .element-5{
border:none;
}
.title_line_wide_light .section-animation-wrap .element-1 {
background-color:#5874DB;
border:none;
z-index:0;
}
@media only screen and (max-width: 767px) {
.title_line_wide_light .section-animation-wrap .element-1 {
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
}
}
@media only screen and (min-width: 768px) {
    .title_line_wide .section_h3 {
        text-align: center;
        margin-top: 4rem;
        margin-left: -12rem;
    }
}
.title_line_wide_light .section-animation-wrap{
opacity:1;
}
.standard_content_text_two .headding {
    border-bottom: 1px solid #F59E0B;
    padding-bottom: 0.5em;
}
.standard_content_text_two .text-box{
border:2px solid #F59E0B;
background-color:#F59E0B33;
}
.standard_content_text_dup .text-box{
border:none;
background-color:#fff;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#section_637015 .standard_content_text_two .text-box{
position:relative;
background:#10B98133;
border-radius:0;
border-color:#10B981;
  box-shadow: 8px 8px 0px #10B981;
}
#section_637015 .standard_content_text_two .headding {
    border-bottom: 3px solid #10B981;
    padding-bottom: 0.5em;
}
.card_icon .letter_wrap, .card_icon .letter{
display:none;
}
.card_icon .text-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tree_blocks_misaligned .tree_products_block_text-side::before{
    /* background: #F59E0B; */
    background: linear-gradient(135deg, rgb(255 166 17) 38%, #ffbd501a 100%);
}
.tree_blocks_misaligned .tree_products_block_item_outer::after,
.tree_blocks_misaligned .tree_products_block_title_wrap{
border-color:#F59E0B;
}

.tree_blocks_misaligned .tree_products_block_text-side::before {
left:40px;
}
.new_catchcopy_simple .editable_wrap {
    text-align: center;
}
.new_catchcopy_simple .editable_wrap .letter.editable {
    display: inline-block;
}
.new_catchcopy_simple .section_inner .text-side .editable.letter ,
.new_catchcopy_simple .section_inner .text-side .editable.letter > p{
margin: .5rem 0;
    line-height: 1.7;
text-align:left;
}
@media only screen and (min-width: 768px) {
    .half_two_image_misaligned .spacer-item_wrap:nth-child(2) .editable_wrap {
        font-size: 1.5rem;
    }
}
.section_h3{
color:#333;
}
@media only screen and (max-width: 767px) {
    .standard_content_dup_arrow .duplicatable-content:not(:last-child):after {
        color: #F59E0B;
    }
}
@media only screen and (min-width: 768px) {
    .standard_content_dup_arrow .duplicatable-content:not(:last-child) .image-side:after {
        color: #F59E0B;
    }
}
.circle-box_link .image_wrap .circle-image img{
  filter: brightness(70%);
}

.faq_accordion .duplicatable-content {
    background-color: #fff;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.infomation_background_image .text-area .section_btn .linker a{
border:none!important;
}
.tree_image_btn .headding_wrap, .tree_image_btn .section_h3 {
    font-size: 3.4rem;
}
.card_icon .card_icon-item{
border:3px solid #5874DB;
box-shadow:none;
}
.square_four_images_with_text .image-frame-bg {
position:relative;
z-index:0;
}
.square_four_images_with_text .image-frame-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5874DB66;
    z-index: 1;
    top: 0;
    left: 0;
}
.vertical_icon_dup .duplicatable-content {
        width: 49%;
        margin: 1px;
border-radius:2rem;
overflow:hidden;
border:3px solid #5874DB;
}
@media only screen and (min-width: 768px) {
.vertical_icon_dup .duplicatable-content {
        width: 24%;
        margin: 3px;
 }
}
.table_light_generic .table_wrap .tr .th {
    background-color: #5874DB;
color:#fff!important;
font-weight:bold!important;
}
#section_636589 .editable a{
padding:1em 0;
display:block;
color:#333!important;
}
.footer_tp_generic .editable a {
    color: #fff;
font-weight:bold;
}
.info-side_content .info-side_content-inner{
border:3px solid #F59E0B;
}
.info-side_content.section-content:nth-child(2) .info-side_content-inner{
border-color:#10B981;
}
.h2_center h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
}

.h2_center h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4em;       /* 横線の長さ */
  height: 4px;      /* 太さ */
background: #F59E0B;
/* background: linear-gradient(90deg , rgba(245, 158, 11, 1) 50%, rgba(16, 185, 129, 1) 100%); */
  transform: translateX(-50%);
}
.h2_left h2{
  position: relative;
  text-shadow: 0 0 2px white;
display:inline-block;
}
.h2_left h2::before {
  content: "";
  position: absolute;
  background-image: url(https://d1i7na1hjknxjq.cloudfront.net/uploads/storage/image/file/455753/optimized_KH2mI6lbo11YauRvEUTpcQ.png);
width: 100%;
    height: 130px;
    background-size: contain;
	    background-repeat: no-repeat;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.motion_mainvisual_h1 .motion_mainvisual_text_body{
   text-shadow: 0px 0px 10px #5874DB;
}
#section_637038 .fit_card_two .image-side .frame-image,
.half_two_fit_image_blockthreed_body  .frame-image{
  filter: brightness(70%);
}
#global-nav .gnav_accordion_wide .gnav_pc .gnav_items li .dropdownSubMenu li a{
text-align:center;
}
@media only screen and (max-width: 767px) {
.fit_card_two .text-side .spacer-item_wrap:nth-child(4) .editable_wrap {
    font-size: 1.5rem;
}

.half_wide_limited_height .text-side_inner ,
.half_two_image_misaligned .text-side_inner{
    max-width: 100%;
padding: 0 1.5rem;

}
.title_section .subtitle {
    font-size: 1.5rem;
}
.title_section .section_h3 {
    font-size: 3rem;
}
.h2_center h2,
.h2_center_generic01 h2,
.h2_center_generic02 h2{
font-size:2.8rem!important;
}
.h2_left h2{
font-size:3.2rem!important;
}
.infomation_background_image .text-side {
    padding: 8% 1.5rem;
 }
#section_636757 h3,
#section_636828 h2{
font-size:2rem!important;
}
.new_standard_content_two .text-side {
    padding: 2rem 0 3rem;
}
.half_two_image_misaligned .spacer-item_wrap:nth-child(2) .editable_wrap ,
.table_light_generic {
    font-size: 1.5rem;
}
    #content-wrapper #section-wrapper .table_separated_border .tr {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1024px) {
    .information_card .info-side .cta-text_wrap, .information_card .info-side .cta-text {
        font-size: 2.6rem;
    }
}
.infomation_background_image .text-area h3 {
    line-height: 1.2em;
}

/* 追記 */
.section_h3.editable.headding div {
    font-size: 1.8rem; 
}

@media only screen and (max-width: 767px) {
   .half_two_image_misaligned .frame-image{
      height: 150%;
     }
}

.title_icon h3.section_h3.editable.headding {
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
   .title_line_wide .text-box {
       margin-top: 90px;
     }
   }

.fit_card_two .editable.letter {
    font-size: 1.5rem; 
}

/* 20251020 修正 */
#section_661376 .tree_blocks_misaligned .tree_products_block_item:nth-child(1),
#section_661376 .tree_blocks_misaligned .tree_products_block_item:nth-child(3) {
    display: none;
}
#section_661376 .tree_blocks_misaligned .tree_products_block_item:nth-child(even) {
    padding: 0;
}
@media only screen and (min-width: 1025px) {
#section_661376 .tree_blocks_misaligned .tree_products_block_item {
    margin-top: -29em;
}
}