:root {
 --main-black: #1D1D1F;
 --anime-ease: ease-in-out;
 /*--anime-c:cubic-bezier(0.99, 0.51, 0.71, 1.6);*/
 --anime-c: ease-in-out;
}
body {
 font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
br.smart_br {
 display: none;
}
.fs14 {
 font-size: 1.4em !important;
}
.fs13 {
 font-size: 1.3em !important;
}
.fs12 {
 font-size: 1.2em !important;
}
.fs11 {
 font-size: 1.1em !important;
}
.fs09 {
 font-size: 0.9em !important;
}
/*Header*/
.header_wrap.v25 {
 max-width: 100%;
}
#smart_btn_25 {
 position: absolute;
 width: 45px;
 height: 12px;
 right: 30px;
 top: 34px;
 cursor: pointer;
 z-index: 101;
}
#smart_btn_25 span {
 width: 100%;
 height: 2px;
 background-color: #000;
 position: absolute;
 left: 0;
 top: 0;
 transition: 0.3s var(--anime-ease);
}
#smart_btn_25 span.b {
 top: auto;
 bottom: 0;
}
#smart_btn_25.active span {
 transform: rotate(15deg);
 background-color: #fff;
 top: 5px;
}
.scrolled #header.company_h.white_version {
 background-color: hsl(0deg 0% 13% / 50%);
}
.white_version #smart_btn_25 span {
 background-color: #fff;
}
#smart_btn_25.active span.b {
 transform: rotate(-15deg);
}
#hide_nav {
 opacity: 0;
 visibility: hidden;
 position: fixed;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 100;
 background-color: lch(0 0 0 / 0.7);
 left: 100%;
 transition: 0.5s var(--anime-ease);
}
#hide_nav.active {
 opacity: 1;
 visibility: visible;
 left: 0;
}
#hide_nav .in {
 position: absolute;
 right: 0;
 top: 0;
 max-width: 600px;
 background-color: #181818;
 height: 100%;
 box-sizing: border-box;
 padding: 80px 50px;
 width: 70%;
 overflow: auto;
}
.admin-bar #hide_nav .in {
 padding-top: 100px;
}
body.sp_hidden {
 overflow: hidden;
}
#hide_nav .in a {
 color: #fff;
 text-decoration: none;
 display: block;
 padding: 5px 0;
}
#hide_nav .in a:hover {
 text-decoration: underline;
}
#hide_nav ul.menu_25 li {
 margin: 5px 0;
}
/*TOP*/
#comTOPmainimage {
 position: relative;
 min-height: 90vh;
 padding-bottom: 170px;
 padding-top: 95px;
 box-sizing: border-box;
 text-align: center;
 background: linear-gradient(0deg, #fff 0%, #D6EBF6 50%, #D6EBF6 100%);
}
#comTOPmainimage .comTOPcatch .flex {
 justify-content: center;
 gap: 60px;
 margin: 20px 0 0 0;
}
.comTOPcatch .catch {
 font-size: 1.6em;
 margin: 1.5em auto;
 line-height: 1.6em;
}
.comTOPcatch .nas {
 display: flex;
 gap: 30px;
 justify-content: center;
}
.comTOPcatch .nas .tx {
 font-size: 0.7em;
 line-height: 1.6em;
 text-align: left;
 display: flex;
 align-items: center;
}
.comTOPcatch .nas img {
 width: 133px;
}
.comTOPcatch p.tx1, .comTOPcatch p.tx2 {
 font-size: 2.6em;
 display: flex;
 align-items: center;
}
.comTOPcatch p.tx2 {
 padding-right: 50px;
}
.comTOPcatch .img1 img {
 width: 240px;
}
/*animation */
.comTOPcatch {
 opacity: 0;
 position: relative;
 top: 50px;
 transition: 0.4s var(--anime-c);
}
.active .comTOPcatch {
 opacity: 1;
 top: 0;
}
/*.comTOPcatch p.img0, .comTOPcatch p.img1, .comTOPcatch p.tx1, .comTOPcatch p.tx2 {
 opacity: 0;
 position: relative;
 top: 50px;
 transition: 0.4s var(--anime-c);
}
.comTOPcatch p.img1 {
 transition-delay: 0.3s !important;
}
.comTOPcatch p.tx2 {
 transition-delay: 0.5s !important;
}
.comTOPcatch .catch {
 transition: 0.4s 0.6s var(--anime-c);
 top: 50px;
 opacity: 0;
 position: relative;
}
.comTOPcatch .nas {
 opacity: 0;
 position: relative;
 top: 50px;
 transition: 0.4s 0.9s var(--anime-c);
}
.comTOPcatch .cta_t_com {
 transition: 0.4s 1.2s var(--anime-c);
 opacity: 0;
 position: relative;
 top: 50px;
}
.active .comTOPcatch .catch, .active .comTOPcatch .cta_t_com, .active .comTOPcatch .nas, .active .comTOPcatch p.img0, .active .comTOPcatch p.img1, .active .comTOPcatch p.tx1, .active .comTOPcatch p.tx2 {
 opacity: 1;
 top: 0;
}*/
/**/
.backBlack2 {
 background-color: var(--main-black);
 color: #fff;
}
#comTOPwork button.slick-arrow {
 display: none !important;
 opacity: 0;
}
.ptb80 {
 padding: 80px 0;
}
.ptb280 {
 padding: 20px 0 80px 0;
}
.ptb480 {
 padding: 40px 0 80px 0;
}
#comTopSlist dl {
 display: flex;
 gap: 30px;
 margin: 0 0 20px 0;
 border-bottom: 1px solid #EFEFEF;
 padding: 0 0 20px 0;
}
#comTopSlist dl:last-child {
 border-bottom: none;
}
#comTopSlist dl dt {
 max-width: 485px;
 width: 47%;
 position: relative;
}
/*#comTopSlist dl dt:after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: hsla(0, 0%, 100%, 0.95);
 transition: 0.3s var(--anime-ease);
 transform: skewX(0deg);
}*/
#comTopSlist dl:nth-child(2) dt:after {
 transition-delay: 0.2s;
}
#comTopSlist dl:nth-child(3) dt:after {
 transition-delay: 0.4s;
}
/*#comTopSlist.active dl dt:after {
 width: 0%;
 left: -20px;
 transform: skewX(10deg);
 background-color: #fff;
}*/
#comTopSlist dl dd {
 width: calc(53% - 30px);
 display: flex;
 align-items: center;
}
#comTopSlist dl dd h3 {
 font-size: 1.7em;
 line-height: 1.4em;
 margin-bottom: 20px;
}
#comTopSlist dl dd h3 a {
 color: initial;
 text-decoration: none;
}
#comTopSlist dl dd .link {
 display: block;
 background-image: url(img/play.svg);
 background-position: center;
 background-repeat: no-repeat;
 width: 80px;
 height: 80px;
 position: absolute;
 right: 0;
 background-size: 100% auto;
 top: calc(50% - 40px);
 transition: 0.3s var(--anime-ease);
}
#comTopSlist dl dd .link:hover {
 opacity: 0.7;
}
#comTopSlist dl dd .in {
 position: relative;
 width: 100%;
}
.comTtitle {
 font-size: 2em;
 border-bottom: 1px solid var(--main-black);
 line-height: 1.3em;
 padding-bottom: 7px;
 margin-bottom: 80px;
 display: inline-block;
}
.backBlack2 .comTtitle {
 border-bottom: 1px solid #fff;
}
a.linkB {
 display: inline-block;
 padding: 17px 30px;
 border: 1px solid #fff;
 color: #fff;
 text-decoration: none;
 font-size: 0.9em;
 line-height: 1.2em;
 margin-bottom: 40px;
 transition: 0.3s var(--anime-ease);
}
a.linkB:hover {
 background-color: #fff;
 color: var(--main-black);
}
.cta_t_com a {
 background-image: url(img/play.svg);
 background-size: 60px auto;
 background-repeat: no-repeat;
 background-position: center top;
 padding-top: 70px;
 text-decoration: none;
 display: block;
 font-size: 0.9em;
 color: var(--main-black);
}
.cta_t_com.white_btn a {
 background-image: url(img/play_w.svg);
 color: #fff;
}
/*理念*/
#comTOPphilosophy .r_content {
 padding: 0 0 0 50px;
}
#comTOPphilosophy .r_content h3 {
 font-size: 2.6em;
 font-weight: 500;
 line-height: 1.3em;
 margin-bottom: 0.8em;
}
#comTOPphilosophy .r_content p {
 margin-bottom: 4em;
}
/*Profile*/
.flex.flex_com1 {
 gap: 80px;
}
.flex.flex_com1 .pro_img {
 width: 360px;
}
.flex.flex_com1 .content_post {
 width: calc(100% - 360px - 80px);
}
.flex.flex_com1 .content_post h3 {
 line-height: 1.8em;
 font-size: 1.3em;
 margin-bottom: 2em;
}
.flex.flex_com1 .content_post p {
 font-size: 0.92em;
 margin-bottom: 5px;
}
.flex.flex_com1 .content_post .name {
 margin-top: 70px;
 font-size: 1em;
}
.flex.flex_com1 .content_post .p_insta.nright {
 top: -9px;
 margin-left: 29px;
}
.flex.flex_com1 .content_post .p_insta.nright img {
 width: 22px;
}
.flex.flex_com1 .content_post .name .dname {
 font-size: 1.5em;
 font-weight: 500;
 margin: 0 2em 0 0.5em;
 position: relative;
 top: 3px;
}
.flex.flex_com1 .content_post .p_insta {
 position: relative;
 top: -1px;
}
hr.gray_hr {
 background-color: #EFEFEF;
 border: none;
 height: 1px;
 margin: 50px 0;
}
.flex.flex_com1.is-reverse {
 flex-direction: row-reverse;
}
#comTOPhero {
 padding: 320px 0;
 font-size: 3em;
 line-height: 1.8em;
 text-align: center;
}
#comTOPhero h2 {
 font-size: 1.48em;
 font-weight: 500;
 margin: 20px 0 0 0;
}
#comTOPhero h2 rt {
 font-size: 0.25em;
 letter-spacing: 3px;
 text-align: center;
 margin-bottom: 8px;
}
/*.ani_text .char2, .ani_text .char {
 position: relative;
 opacity: 0;
 top: 15px;
 transition: 0.3s var(--anime-ease);
}
.ani_text .char2 {
 transition-delay: 0.75s !important;
}
.ani_text.active .char2, .ani_text.active .char {
 opacity: 1;
 top: 0;
}*/
span.c1 {
 letter-spacing: -0.6em;
}
/*Media*/
#comTOPdownload, #LPmedia.c25 {
 color: #fff;
}
.c25 .title a {
 color: #fff;
}
.c25 .comTtitle {
 border-color: #fff;
}
ul.media_list li .media a {
 background: none;
 background-color: #fff;
 color: var(--main-black);
}
#comTOPdownload li dt {
 position: relative;
}
#comTOPdownload li dt .title {
 height: 250px;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 1.7em;
 line-height: 1em;
}
#comTOPdownload li dt:after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 opacity: 0.08;
 background-image: url(../img/logo_w.svg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: 79% auto;
}
#comTOPdownload li dd .second {
 display: none;
}
#comTOPdownload li dd .direct_dw {
 display: block;
 color: #fff;
 border: 1px solid #fff;
 text-align: center;
 padding: 15px 0;
 transition: 0.3s var(--anime-ease);
}
#comTOPdownload li dd .direct_dw, #comTOPdownload li dd .dw {
 border: 2px solid #fff;
 text-align: center;
 max-width: 250px;
 margin: 20px auto 0 auto;
 box-sizing: border-box;
}
#comTOPdownload li dd .first {
 cursor: pointer;
 font-size: 1rem;
 padding: 15px 0;
 display: block;
 transition: 0.3s var(--anime-ease);
}
#comTOPdownload li dd .direct_dw:hover, #comTOPdownload li dd .first:hover {
 background-color: #666666;
}
#comTOPdownload li dd .dw.open .first {
 display: none;
}
#comTOPdownload li dd .dw .second {
 padding: 15px;
 text-align: left;
 font-weight: 300;
}
#comTOPdownload li dd .dw.open .second {
 display: block;
}
#comTOPdownload li dd .dw .pass {
 display: block;
 text-align: center;
 font-weight: bold;
 padding: 7px 0.2em;
 background-color: #494949;
 margin-top: 10px;
 font-size: 1.1em;
 line-height: 1.4em;
 border-right: 1px solid #fff;
 border-left: 1px solid #fff;
}
#comTOPdownload li dd .dw form {
 position: relative;
 margin-top: 5px;
}
#comTOPdownload li dd .dw form input {
 width: 100%;
 font-size: 18px;
 padding: 5px 25px 5px 5px;
 box-sizing: border-box;
 border: 1px solid #aaa;
 border-radius: 1px;
 background-color: #fbfbfb;
}
#comTOPdownload li dd .dw form button {
 position: absolute;
 right: 0;
 top: 3px;
 cursor: pointer;
 width: 22px;
 height: 27px;
 background-color: transparent;
 border: none;
 z-index: 1;
 background-image: url(img/download.svg);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: 58% auto;
 opacity: 0.9;
}
/*Contact*/
#COMcontact.c25 .comTtitle {
 text-align: center;
 border: none;
 display: block;
 max-width: 100%;
 font-size: 2.6em;
 font-weight: 500;
}
.c25 .contactBody {
 max-width: 790px;
}
.c25 .contactBody dl {
 display: flex;
 gap: 50px;
 margin: 18px 0;
}
.c25 .contactBody dl dt {
 width: 190px;
 position: relative;
 margin-top: 0;
 display: flex;
 padding-top: 6px;
}
.c25 .contactBody dl dd {
 width: calc(100% - 240px);
}
.c25 .contactBody dl .hissu {
 position: absolute;
 right: -39px;
 top: 9px;
}
.c25 .contactBody dl .wpcf7-radio {
 padding-top: 5px;
 display: block;
}
.c25 .submit_bnt input {
 text-align: center;
 font-size: 0.9rem;
}
.c25 .submit_bnt:after {
 display: none;
}
.backBlack2 .wpcf7-form .submit_bnt input {
 background-color: #fff;
 color: var(--main-black);
}
.backBlack2 .wpcf7-form .submit_bnt input:hover {
 background-color: var(--main-black);
 color: #fff;
 border-color: #fff;
}
/*Page---------------------*/
#page_back_video {
 overflow: hidden;
 position: relative;
 background-color: #313131;
}
#page_back_video .video-background video {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: auto;
 z-index: 0;
}
.video_list {
 display: flex;
 gap: 100px;
 flex-wrap: wrap;
 row-gap: 50px;
}
.video_list li {
 width: calc(50% - 50px);
}
.video_list li .title {
 font-size: 0.95rem;
 line-height: 1.4em;
 margin-top: 10px;
}
.video_list li .frame.Y_frame {
 position: relative;
 padding: 56.25% 0 0 0;
}
.video_list li .frame.Y_frame iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
#page_back_video .wrap {
 position: relative;
 z-index: 5;
 min-height: 100vh;
 display: flex;
 align-items: center;
 padding: 90px 0;
 box-sizing: border-box;
 color: #fff;
 font-size: 1.5em;
 line-height: 1.6em;
}
#page_back_video:after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
 background-color: hsl(0deg 0% 0% / 10%);
}
#page_back_video .wrap .com_page_title {
 font-size: 1.4em;
 position: relative;
 margin-bottom: 50px;
 padding-bottom: 20px;
}
#page_back_video .wrap .com_page_title:after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 1.5em;
 height: 1px;
 background-color: #fff;
}
#page_back_video .wrap .hero_catch {
 font-size: 1.8em;
 line-height: 1.4em;
 font-weight: 600;
 margin-bottom: 50px;
}
#page_back_video .wrap .mge span {
 padding-right: 1em;
 display: inline-block;
 position: relative;
 padding-bottom: 2px;
 margin-bottom: 11px;
}
#page_back_video .wrap .mge span:before {
 content: "";
 position: absolute;
 left: 0;
 width: 100%;
 height: 1px;
 bottom: 0;
 background-color: #fff;
}
/*#page_back_video .com_page_title, #page_back_video .tx1, #page_back_video .tx2, #page_back_video .tx3 {
 opacity: 0;
 position: relative;
 top: 50px;
 transition: 0.4s var(--anime-c);
}
#page_back_video.active .com_page_title, #page_back_video.active .tx1, #page_back_video.active .tx2, #page_back_video.active .tx3 {
 opacity: 1;
 top: 0;
}*/
#page_back_video .hero_catch .tx1 {
 transition-delay: 0.3s !important;
}
#page_back_video .hero_catch .tx2 {
 transition-delay: 0.5s !important;
}
#page_back_video .mge .tx1 {
 transition-delay: 0.7s !important;
}
#page_back_video .mge .tx2 {
 transition-delay: 0.9s !important;
}
#page_back_video .mge .tx3 {
 transition-delay: 1.1s !important;
}
ol.step {
 display: flex;
 gap: 30px;
 text-align: center;
 justify-content: center;
 position: relative;
}
ol.step li {
 width: 20%;
}
ol.step dt {
 position: relative;
 padding-top: 40px;
}
ol.step:after {
 content: "";
 position: absolute;
 left: 7%;
 height: 1px;
 background-color: #EFEFEF;
 width: 86%;
 top: 81px;
 z-index: 1;
}
ol.step dt img {
 position: relative;
 z-index: 10;
}
ol.step dt span {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 font-size: 15px;
 color: #ADADB7;
 font-weight: bold;
 letter-spacing: 1px;
}
ol.step dd .title {
 font-size: 1.1em;
 line-height: 1.3em;
 margin: 20px 0;
 min-height: 2.6em;
 display: flex;
 align-items: center;
 justify-content: center;
}
ol.step dd .ex {
 font-size: 0.75em;
 line-height: 1.4em;
 letter-spacing: 0;
}
.wp-block-5 {
 width: 50%;
}
.flex.flex_half {
 gap: 50px;
}
ol.comFeature li {
 margin: 0 0 60px 0;
}
ol.comFeature li .num {
 line-height: 1em;
 font-size: 3.7em;
 margin-bottom: 20px;
}
ol.comFeature li .catch {
 font-size: 1.8em;
 line-height: 1.6em;
 margin-bottom: 35px;
 letter-spacing: 0.5px;
}
ol.comFeature li .ex {
 font-size: 0.8em;
 letter-spacing: 0.5px;
 line-height: 1.6em;
}
ol.comFeature li:last-child {
 margin-bottom: 0;
}
.comTtitle.text_center {
 text-align: center;
 display: block;
 border: none;
 padding-bottom: 0px;
}
.comTtitle.text_center span {
 border-bottom: 1px solid var(--main-black);
 padding-bottom: 7px;
 display: inline-block;
}
.backBlack2 .comTtitle.text_center span {
 border-color: #fff;
}
.faqList {
 max-width: 1500px;
}
.faqList li {
 border: none;
 border-top: 1px solid #EFEFEF;
}
.faqList li:before, .faqList li:after {
 background-color: var(--main-black);
}
.faqList li:last-child {
 border-bottom: 1px solid #EFEFEF;
}
.faqList dt:before {
 font-family: "Noto Sans";
 color: var(--main-black);
 font-weight: bold;
 font-size: 1.5rem;
 top: 21px;
 left: 0;
}
.faqList dd:before {
 display: none;
}
.faqList dd {
 padding-top: 5px;
 font-size: 1em;
}
.faqList dt.active {
 color: #9f9fa7;
}
.faqList dt {
 font-size: 1.2em;
 line-height: 1.4em;
}
/*SNS
------------------------------------*/
ul.case_list dl {
 display: flex;
 gap: 50px;
 margin: 0 0 70px 0;
}
ul.case_list dl dt {
 width: 240px;
}
ul.case_list dl dd {
 width: calc(100% - 50px - 240px);
}
ul.case_list dl dd h3 {
 font-size: 1.8em;
 line-height: 1.4em;
 margin-bottom: 40px;
}
ul.case_list dl dd .sec {
 display: flex;
 flex-wrap: wrap;
 border-top: 1px solid #4D4D50;
 font-size: 0.8em;
 line-height: 1.6em;
}
ul.case_list dl dd .sec .dt {
 width: 200px;
 border-bottom: 1px solid #4D4D50;
 padding: 15px 0;
}
ul.case_list dl dd .sec .dd {
 width: calc(100% - 200px);
 border-bottom: 1px solid #4D4D50;
 padding: 15px 0;
 word-break: break-all;
}
ul.case_list dl dd .ex {
 margin-top: 40px;
 font-size: 0.8em;
}
ul.case_list dl dd .sec .dd a {
 color: #fff;
 display: inline-block;
 padding-right: 25px;
 position: relative;
 background-image: url(img/external-link.svg);
 background-position: right center;
 background-repeat: no-repeat;
 background-size: 13px auto;
}
/*Footer------------------------------------*/
.flex.flex25 ul.snsLinks {
 padding-top: 0;
}
.flex.flex25 {
 justify-content: space-between;
 position: relative;
 margin-bottom: 30px;
}
.comfooter .flex25 .footerSecond .in {
 position: absolute;
 right: 0;
 bottom: 0;
}
.flex25 .footerFirst {
 border: none;
 padding-bottom: 0;
 margin-bottom: 0;
}
#pagetop {
 bottom: 135px;
}
#Bcontact {
 position: fixed;
 bottom: 8px;
 right: 8px;
}
#Bcontact a {
 width: 135px;
 height: 135px;
 display: flex;
 justify-content: center;
 align-items: center;
 text-decoration: none;
 color: initial;
 line-height: 1em;
 box-sizing: border-box;
 background-image: url(img/contact_play.svg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100% auto;
 letter-spacing: 0.5px;
}
@media only screen and (max-width: 1000px) {
 .comTOPcatch p.tx1, .comTOPcatch p.tx2 {
  font-size: 4.5vw;
 }
 .comTOPcatch .img1 img {
  width: 20vw;
 }
 #comTopSlist dl dd .link {
  width: 55px;
  height: 55px;
  top: calc(50% - 27.5px);
 }
 #LPmedia .wrap {
  width: 90%;
 }
 .video_list {
  gap: 30px;
 }
 .video_list li {
  width: calc(50% - 15px);
 }
 /*1000*/
}
@media only screen and (max-width: 900px) {
 .admin-bar #hide_nav .in {
  padding-top: 140px;
 }
 #hide_nav .in {
  padding-top: 100px;
 }
 #Bcontact a {
  width: 85px;
  height: 85px;
  font-size: 11px;
 }
 #pagetop {
  bottom: 94px;
 }
 #pagetop a {
  width: 45px;
  height: 45px;
 }
 #smart_btn_25 {
  width: 40px;
  top: 24px;
  right: 25px;
  z-index: 1002;
 }
 #site-logo img {
  width: 100px;
 }
 #site-logo {
  padding-top: 8px;
 }
 /*900*/
}
@media only screen and (max-width: 820px) {
 body {
  font-size: 16px;
 }
 p.img0.smart {
  display: block;
  width: 100%;
 }
 p.img1 {
  display: none;
 }
 #comTOPmainimage .comTOPcatch .flex {
  flex-wrap: wrap;
  gap: 30px;
 }
 #comTOPmainimage {
  height: auto;
  padding: 55px 0;
 }
 #comTOPmainimage .wrap {
  width: 100%;
 }
 p.img0.smart img {
  width: 36vw;
 }
 .comTOPcatch p.tx1, .comTOPcatch p.tx2 {
  font-size: 7vw;
  line-height: 1.6em;
  box-sizing: border-box;
 }
 .comTOPcatch p.tx1 {
  justify-content: right;
  width: calc(50% + 0.7em - 30px);
  transition-delay: 0.4s !important;
 }
 .comTOPcatch p.tx2 {
  width: calc(50% - 0.7em - 30px);
  padding-right: 0;
  transition-delay: 0.4s !important;
 }
 .comTOPcatch .catch {
  margin: 4vw 0;
  font-size: 5vw;
 }
 br.smart_br {
  display: block;
 }
 .comTOPcatch .nas {
  display: block;
  text-align: center;
 }
 .comTOPcatch .nas .tx {
  display: block;
  text-align: center;
  font-size: 2.7vw;
  margin-top: 2vw;
 }
 .cta_t_com a {
  background-size: 45px auto;
  padding-top: 53px;
  font-size: 0.9em;
 }
 .comTtitle {
  margin-bottom: 1em;
 }
 #comTopSlist dl {
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
 }
 #comTopSlist dl dt, #comTopSlist dl dd {
  width: 100%;
  max-width: 100%;
 }
 #comTopSlist dl dd h3 {
  margin-bottom: 12px;
 }
 #comTOPphilosophy .r_content {
  padding-left: 0;
 }
 #comTOPphilosophy .r_content h3 {
  font-size: 2em;
 }
 .flex.flex_com1 {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 20px;
 }
 .flex.flex_com1.smart-reverse {
  flex-direction: column;
 }
 .flex.flex_com1 .pro_img img {
  display: none;
 }
 .pro_img_smart, .flex.flex_com1 .pro_img img.smart {
  display: block;
 }
 .mb50.smart_mb {
  margin-bottom: 30px !important;
 }
 .mt50.smart_mt {
  margin-top: 30px !important;
 }
 .ptb80 {
  padding: 60px 0;
 }
 hr.gray_hr {
  margin: 5px 0 40px 0;
 }
 #comTOPvteam {
  padding-bottom: 0;
 }
 #comTOPflow {
  padding: 30px 0;
 }
 #comTOPpoint {
  padding: 0 0 60px 0;
 }
 .flex.flex_com1 .pro_img, .flex.flex_com1 .content_post {
  width: 100%;
 }
 .flex.flex_com1 .content_post h3 {
  text-align: center;
 }
 .flex.flex_com1 .content_post .name {
  margin-top: 40px;
 }
 a.linkB {
  margin: 0 auto 25px auto;
  display: block;
  max-width: 220px;
  box-sizing: border-box;
  padding: 14px 0;
  text-align: center;
  font-size: 0.85em;
 }
 .comTtitle.smart_txc {
  text-align: center;
  display: block;
  padding-right: 0;
 }
 .comTtitle.smart_noline {
  text-decoration: none;
 }
 #comTOPhero {
  padding: 120px 0;
 }
 #comTOPhero .fi {
  line-height: 1.5em;
  margin-bottom: 25px;
  font-size: 7vw;
 }
 #comTOPhero h2 {
  max-width: 65vw;
  margin: 0 auto;
  font-size: 12vw;
  line-height: 1.4em;
 }
 #comTOPhero h2 .tx_second {
  font-size: 0.8em;
 }
 #comTOPhero h2 .c2 {
  position: relative;
 }
 span.c1 {
  letter-spacing: 0em;
 }
 ul.media_list {
  gap: 40px;
 }
 .c25 .contactBody dl {
  display: block;
 }
 .c25 .contactBody dl dt, .c25 .contactBody dl dd {
  width: auto;
 }
 .c25 .contactBody dl .hissu {
  position: relative;
  top: 0;
  right: auto;
  left: 0;
 }
 .c25 .submit_bnt input {
  font-size: 1.1rem;
 }
 #footer {
  padding-bottom: 80px;
 }
 .flex.flex_half {
  flex-wrap: wrap;
 }
 .wp-block-5 {
  width: 100%;
 }
 .backBlack2 .comTtitle, .comTtitle.text_center {
  padding-right: 0;
 }
 .comTtitle.text_center span, .backBlack2 .comTtitle.text_center span {
  padding-right: 0;
  display: inline;
  border: none;
 }
 .comTtitle.text_center.smart_txl {
  text-align: left;
 }
 ul.case_list dl dt, ul.case_list dl dd {
  width: 100%;
 }
 ul.case_list dl {
  flex-wrap: wrap;
 }
 ul.case_list dl dt {
  text-align: center;
 }
 ul.case_list dl dt img {
  max-width: 250px;
  width: 50%;
 }
 ul.case_list dl dd .sec {
  flex-wrap: wrap;
 }
 ul.case_list dl dd .sec .dt, ul.case_list dl dd .sec .dd {
  width: 100%;
 }
 ul.case_list dl dd .sec .dt {
  border-bottom: none;
  padding-bottom: 0;
 }
 ul.case_list dl dd .sec .dd {
  padding-top: 5px;
 }
 /*820px*/
}
@media only screen and (max-width: 750px) {
 .comfooter .flexfooterCom {
  border: none;
  margin-bottom: 0;
  padding-bottom: 95px;
 }
 .flex.flex25 {
  display: block;
  text-align: center;
 }
 .comfooter .flex25 .footerSecond .in {
  position: static;
 }
 .comfooter .footerSecond {
  display: block;
  text-align: center;
 }
 .comfooter .footerSecond .footerSns {
  position: absolute;
  top: 68px;
  width: 100%;
 }
 .comfooter .footerSecond .footerSns .snsLinks {
  justify-content: center;
 }
 #footer.comfooter .footerLogo {
  margin-bottom: 0;
 }
 dl.about_company {
  text-align: left;
  margin-bottom: 40px;
 }
 .video_list li {
  width: 100%;
 }
 ol.step {
  display: block;
  font-size: 1.2em;
 }
 ol.step:after {
  display: none;
 }
 ol.step li dl {
  display: flex;
  gap: 15px;
 }
 ol.step li dt {
  width: 50px;
  padding-top: 0;
 }
 ol.step li dd {
  width: calc(100% - 45px);
 }
 ol.step li {
  width: auto;
  text-align: left;
  padding-bottom: 40px;
  position: relative;
 }
 ol.step li:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  height: calc(100% - 15px);
  width: 1px;
  background-color: #EFEFEF;
  z-index: 1;
 }
 ol.step li:last-child:after {
  display: none;
 }
 ol.step dt span {
  left: 65px;
  top: -6px;
  font-size: 0.75em;
 }
 ol.step dd .title {
  justify-content: left;
  margin: 20px 0 15px 0;
  display: block;
  min-height: 0;
 }
 ol.step dd .title br {
  display: none;
 }
 /*750*/
}
@media only screen and (max-width: 600px) {
 #hide_nav .in {
  width: 100%;
 }
 .backBlack2 .comTtitle, .comTtitle {
  border: none;
  text-decoration: underline;
  font-size: 1.8em;
 }
 #page_back_video .in {
  font-size: 5vw;
 }
 /*600*/
}