@charset "utf-8";

/*========= Loading ===============*/
#splash {position: fixed;width: 100%;height: 100%;z-index: 999;background:#fff;text-align:center;color:#fff;}
#splash_logo {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#splash_logo img {width: 35vw;}
.fadeUp{animation-name: fadeUpAnime;animation-duration:3s;animation-fill-mode:forwards;opacity: 0;}
@keyframes fadeUpAnime{
  from {opacity: 0;transform: translateY(3vh);}
  to {opacity: 1;transform: translateY(0vh);}}
@keyframes fadein-top {
  0% {opacity: 0;transform: translateY(-3px);}
  100% {opacity: 1;transform: translateY(0);}}
#container0001{width:100%;height: 100vh;background: #fff;display: flex;justify-content: center;align-items: center;text-align: center;}
a{color: #333;}
a:hover{text-decoration: none;}
/*ローディングフル画面*/
.c-entries__item>a .c-entry-summary__body {}
:where(.c-entry__content>:not(.alignleft):not(.alignright):not(.alignfull)) {max-width: 3000px;}
/*------------------allclass------------------*/
h2,h3{margin: 0;padding: 0;line-height: 1em;font-family: "Gill Sans", "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
p{font-size: 16px;line-height: 1.4em;margin: 0;padding: 0;font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
a{text-decoration: none;}
.main-container{max-width: 1200px;margin: 0 auto;position: relative;}
.title01{font-size: 95px;line-height: 1em;font-weight: bold;font-style: italic;}
.title02{font-size: 50px;line-height: 1em;font-weight: bold;font-style: italic;}
.lead01{font-size: 28px;line-height: 1.4em;font-weight: bold;white-space: nowrap;overflow: visible;font-family: "MS 明朝", "Hiragino Mincho Pro", serif;}
.lead02{font-size: 16px;line-height: 1.4em;font-weight: bold;}
.lead03{font-size: 24px;line-height: 1.4em;font-family: "Gill Sans", "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.textblock{max-width: 510px;white-space: wrap;overflow: visible;}
/*------------------color------------------*/
.bc_black{background: #000;}
.bc_black_transparent{background: rgba(0, 0, 0, 0.45);}
.bc_white{background: #fff;}
.bc_mizuiro{background: #D9F1F5;}
.bc_orange{background: #FFA403;}
.bc_asagi{background: #00A5BF;}
.bc_lightorange{background: #FFFDFA;}
.bc_lightmizuiro{background: #F7FCFD;}
.c_white{color: #fff;}
.c_orange{color: #FFA403;}
.c_asagi{color: #00A5BF;}
/*------------------共通class------------------*/
.sp_picture{display: none;}
/*フロントページ上部余白削除*/
.p-entry-content>:not(:first-child), .textwidget>:not(:first-child) {margin-top: 0;}
/*フッター上部のボーダートップ削除*/
.l-footer{border: none;}
/*フッター色変更*/
.c-copyright--inverse{background: #000;}
/*Abeliaロゴ配置*/
.smb-section__body{position: relative;}
.wp-image-931{position: absolute;top: 10px;left: 0;}
/*スクロール時にメニューカラーオレンジ*/
.l-header--sticky-overlay-colored-lg {background-color: transparent;left: 0;position: absolute;position: fixed;right: 0}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg {color: var(--overlay-header-text-color)}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .c-hamburger-btn__bar {background-color: var(--overlay-header-text-color)}
[data-scrolled=true] .l-header--sticky-overlay-colored-lg {background-color: #FFA403;;box-shadow: 0 1px 2px 1px rgba(0,0,0,.05)}
/*サブタイトルカスタム*/
.c-navbar__submenu{min-width: 180px;}
.c-navbar__submenu a{text-align: center;}
/*固定ページタイトル消去*/
.page-id-14 .c-entry__header,.page-id-46 .c-entry__header,.page-id-49 .c-entry__header,.page-id-53 .c-entry__header,.page-id-266 .c-entry__header,.page-id-56 .c-entry__header,.page-id-70 .c-entry__header,.page-id-59 .c-entry__header,.page-id-61 .c-entry__header,.page-id-264 .c-entry__header{display: none;}
/*アコーディオン*/
.smb-accordion__item__title{background-color: lightblue;font-weight: bold;}
.smb-accordion__item__body{animation: fadein-top 0.8s ease-out forwards;}
.smb-accordion__item__title{padding: 40px 30px !important;}
.page-id-70 .is-layout-constrained>:not(:first-child){margin-top: 0 !important;}
/*separate*/
.separate01{display: flex;justify-content: space-between;align-items: flex-start;}
.outside-left{margin-left: calc(50% - 50vw);}
.outside-right{margin-right: calc(50% - 50vw);}
.outside-left-innerBox{padding-left: calc(50vw - 600px);white-space: nowrap;overflow: visible;}
.outside-right-innerBox{padding-right: calc(50vw - 600px);}
/*Viewmore*/
.viewmore01{padding: 35px 80px;border-radius: 12px;color: #fff;font-size: 18px;line-height: 1em;font-weight: bold;box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.20);}
.moreBox{cursor: pointer;}
.orange_more{background: #FFA403;transition: background-color 0.3s ease;}
.orange_more:hover{background: #00A5BF;}
.asagi_more{background: #00A5BF;transition: background-color 0.3s ease;}
.asagi_more:hover{background: #FFA403;}
/*title-block*/
.title-block01-inner{text-align: center;padding: 50px 0 40px 0;}
.title-block01-inner .lead01{margin: 40px 0 30px 0;}
.title-block01-inner .textblock{text-align: left;margin: 0 auto;}
/*-----------------eyecatch01----------------*/
.eyecatch01{justify-content: flex-start;align-items: center;height: 60vh;}
.eyecatch-inner01{background-color: #fff;height: 60vh;display: flex;align-items: center;position: relative;}
.eyecatch-img01{display: flex;align-items: flex-end;}
.eye-rightmessage{font-family: "Chalkboard SE", sans-serif;font-style: italic;font-size: 48px;line-height: 1em;align-items: flex-end;margin-bottom: 0;padding-bottom: 0;margin-left: 24px;}
.eyetextbox{display: flex;align-items: center;margin-top: 14px;}
.eyetitle{font-family: "Gill Sans", sans-serif;font-size: 80px;line-height: 1em;margin: 0 30px 0 0;font-weight: normal;}
.eyeread{font-size: 32px;line-height: 1em;}
/*ーーーーー横線ーーーーー*/
.eyecatch01{position: relative;overflow: hidden;}
.eyecatch01::before{content: "";position: absolute;top: 57%;left: 0;width: 50%;border-top: 1px solid #000;z-index: 0;}
.eyecatch01::after {content: "";position: absolute;top: 50%;right: 0;width: 50%;border-top: 1px solid #fff;z-index: -1;}
/*------------------front03------------------*/
.front03{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju3.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 30px solid #00A5BF;margin-top: -15vh;}
/*-----------front03-left001----------*/
.front03-left001{width: 60vw;}
.front03-left001{margin-top: 100px;}
.front03-left001 .outside-left-innerBox{padding-bottom: 100px;position: relative;z-index: 2;margin-right: -100px;}
.front03-left001 .title01{padding-top: 60px;padding-bottom: 40px;margin-left: 50px;}
.front03-left001 .textblock,.front03-left001 .lead01{margin-left: 50px;margin-right: 50px;}
.front03-left001 .textblock p{margin-top: 40px;}
/*-----------front03-right001----------*/
.front03-right001{width: 40vw;}
.front03-right001 .outside-right-innerBox{height: 600px;margin-top: 80px;margin-left: -300px;position: relative;z-index: 1;}
.front03-right001 img{position: relative;z-index: 3;margin-top: -700px;margin-left: -110px;}
/*-----------front03-left002----------*/
.front03-left002{width: 50vw;}
.front03-left002 .outside-left-innerBox img{margin-top: -50px;position: relative;z-index: 3;}
.front03-left002 .outside-left-innerBox{position: relative;}
.front03-left002 .outside-left-innerBox p{position: absolute;font-size: 13px;line-height: 1.4em;right: 6px;bottom: 4px;z-index: 5;}
/*-----------front03-right002----------*/
.front03-right002{width: 50vw;}
.front03-right002 .outside-right-innerBox{padding-top: 400px;margin-top: -400px;padding-bottom: 100px;margin-bottom: 80px;margin-left: -80px;}
.front03-right002 .textblock,.front03-right002 .lead01{margin-left: 160px;}
.front03-right002 .textblock p{margin-top: 30px;}
.front03-right002 .outside-right-innerBox .handzoom{display: flex;justify-content: space-between;}
.front03-right002 .outside-right-innerBox .handzoom img{margin-top: 2px;}
.sp_mieru{display: none;}
/*----------REASON5-----------*/
.reason5{padding: 100px 0;}
.reason5 .main-container{position: relative;text-align: center;} 
.reason5 .textblock{margin: 0 auto;text-align: left;}
.circle-container{position: absolute;left: 50%;transform: translate(-50%,0);}
.circle-inner{display: block;height: 100px;}
.reason5-textBox{padding-top: 100px;}
.reason5-textBox .title02{margin: 30px 0 60px 0;}
.reason5-textBox .lead01{margin-bottom: 30px;}
.circle-text {position:relative;width: 1000px;height: 1000px;font-size: 50px;text-align: center;margin: 0;}
.circle-text span {position: absolute;top: 0;left: calc(50% - 15px); /* 中心点、文字サイズ分ずらす */display: inline-block;width: 30px;height: 500px; /* 半径 */transform-origin: center bottom;}
.circle-text span:nth-child(1) {transform: rotate(340deg);}
.circle-text span:nth-child(2) {transform: rotate(350deg);}
.circle-text span:nth-child(3) {transform: rotate(0deg);}
.circle-text span:nth-child(4) {transform: rotate(10deg);}
.circle-text span:nth-child(5) {transform: rotate(20deg);}
/*ーーーreason5-2ーーーーーーーーーーーーー*/
.reason05-2 a{text-decoration: none;color: #fff;display: block;height: 150px;position: relative;}
.reason05-2-separate{display: flex;align-items: stretch;justify-content: space-between;width: 100%;}
.reason05-2-separate-left{width: 34%;background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju8.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
.reason05-2-separate-left a{height: 300px;}
.reason05-2-separate-right{display: flex;width: 66%;flex-wrap: wrap;}
.reason05-2-separate-right .reason05-parts{width: 50%;}
.reason05-2 a:hover{cursor: pointer;background-color: transparent;opacity: 0.4;}
.reason05-2 .reason5-parts h3,.reason05-2 .reason5-parts p{position: absolute;top: 5px;left: 5px;z-index: 1;}
.reason05-2 .yajirushi{position: absolute;bottom: 10px;right: 10px;font-size: 18px;line-height: 1em;padding: 10px;border-radius: 50%;border: 2px solid #fff;font-weight: bold;z-index: 1;}
.reason05-2 .parts02{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju11.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
.reason05-2 .parts03{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju9.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
.reason05-2 .parts04{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju10.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
.reason05-2 .parts05{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju12.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
/*------------------mission------------------*/
.mission{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju13.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
.mission-container{text-align: center;}
.mission .moreBox{padding-top: 130px;padding-bottom: 130px;}
.mission-wrapper{padding-top: 80px;}
.mission .title01{margin-bottom: 80px;}
.mission .textblock{margin: 0 auto;text-align: left;padding-bottom: 140px;}
.mission .textblock p{margin-top: 40px;}
/*------------------frontbusiness01個別class------------------*/
.frontbusiness01{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju14.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
/*-----------frontbusiness01-left----------*/
.frontbusiness01-left{width: 50vw;}
.frontbusiness01-left .outside-left-innerBox{padding-left: 0;}
.frontbusiness01-left .outside-left-innerBox img{position: relative;width: 50vw;height: auto;padding: 0;margin: 140px auto 60px 0;}
/*-----------frontbusiness01-right----------*/
.frontbusiness01-right{width: 50vw;}
.frontbusiness01-right .outside-right-inner{margin-top: 440px;}
.frontbusiness01-right .outside-right-innerBox{padding-top: 490px;padding-left: 300px;padding-bottom: -600px;margin-top: -200px;margin-bottom: 100px;margin-left: -200px;}
.frontbusiness01-right .title01{margin-bottom: -100px;margin-top: -610px;}
.frontbusiness01-right .lead01{margin-top: 150px;}
.frontbusiness01-right .textblock p{margin-top: 30px;}
.frontbusiness01-right .textblock{position: relative;}
.yajirushi{position: absolute;bottom: -50px;right: 0;font-size: 20px;line-height: 1em;padding: 10px;border-radius: 50%;border: 2px solid #fff;font-weight: bold;color: #fff;}
.yajirushi:hover{cursor: pointer;color: #FFA403;font-size: 24px;border: 3px solid #FFA403;transition: background-color 0.7s ease;}
/*------------------frontbusiness02個別class------------------*/
.frontbusiness02{border-bottom: 30px solid #000;}
.f_business02-left .f_business02-label{padding-left: calc(50vw - 600px); }
.f_business02-right .f_business02-label{padding-right: calc(50vw - 600px); }
.f_business02-label{padding: 60px 0 42px 0;}
.frontbusiness02 .textblock{margin-top: 30px;margin-bottom: 70px;}
.img4-block-01{display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 510px;}
.img4-block-01 a{width: 50%;height: auto;}
.img4-block-01 a:hover{cursor: pointer;background-color: transparent;opacity: 0.7;}
.frontbusiness02 .moreBox{text-align: right;margin-top: 70px;} 
/*-----------frontbusiness02-left----------*/
.f_business02-left{width: 50vw;}
.frontbusiness02 .outside-left-inner{margin-right: 90px;}
.frontbusiness02 .outside-left-innerBox{padding-top: 60px;padding-bottom: 250px;}
/*-----------frontbusiness02-right----------*/
.f_business02-right{width: 50vw;}
.frontbusiness02 .outside-right-inner{margin-left: 90px;}
.f_business02-right .f_business02-label{padding-left: 90px;}
.frontbusiness02 .outside-right-innerBox{padding-top: 60px;padding-bottom: 250px;}
/*-----------front-info----------*/
.front-info{position: relative;z-index: 2;}
.front-info-left{width: 50vw;}
.front-info-left .outside-left-innerBox{height: 300px;}
.front-info-left .outside-left-innerBox img{margin-top: -192px;position: relative;z-index: 3;}
.front-info-right{width: 50vw;}
.front-info-right .outside-right-innerBox{padding-top: 80px;padding-left: 250px;margin-left: -200px;background: #fff;}
.front-info-right .lead01{margin-top: 60px;}
.front-info-right .textblock p{margin-top: 30px;}
.front-info .moreBox{margin-top: 80px;margin-bottom: 80px;}
/*------------------front-info02class------------------*/
.front-info02{border-top: 30px solid #000;}
.front-info02-container{display: flex;justify-content: space-between;padding: 160px 0;align-items: center;}
.front-info02-right{padding-left: 90px;border-left: 1px solid #000;}
.tel01{font-size: 60px;line-height: 1.2em;font-weight: bold;font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.front-info02-mail{margin-top: 45px;padding: 30px 120px;}
.front-info02-mail a{cursor: pointer;color: #000;}
.front-info02 .lead01{font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;text-align: center;margin: 0 auto;}
/*------------------about01class------------------*/
.about01{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju26.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 30px solid #00A5BF;}
/*-----------about01-left----------*/
.about01-left{width: 55vw;margin-top: 80px;}
.about01-left .outside-left-inner{height: 420px;margin-top: 50px;margin-right: -100px;}
.about01-left .outside-left-innerBox{margin-top: -460px;}
.about01-left .lead01{margin-top: 60px;}
.about01-left .textblock p{margin-top: 40px;}
.about01-left .textblock{margin-bottom: 100px;}
/*-----------about01-right----------*/
.about01-right{width: 45vw;}
.about01-right .outside-right-innerBox{margin-bottom: -150px;}
.about01-right img{margin-top: 0;width: 100%;height: auto;position: relative;z-index: 2;}
/*------------------fabout04-01class------------------*/
.about04-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju27.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;padding-bottom: 70px;}
.reason-label p{background: #FFA403;color: #fff;font-size: 48px;line-height: 1em;padding: 18px 25px 30px 25px;display: inline-block;font-family: "Gill Sans", sans-serif;font-style: italic;border-radius: 0 0 8px 8px;}
.about04-reason-title{margin: 80px 0;}
/*-----------fabout04-01-left01----------*/
.about04-01-left01{width: 50vw;margin-top: 100px;}
.about04-01-left01 .outside-left-innerBox{padding-bottom: 60px;margin-right: -100px;margin-top: -100px;}
.about04-01-left01 .title01{padding-top: 100px;}
.about04-01-left01 .textblock,.about04-01-left01 .lead01{margin-right: 200px;}
.about04-01-left01 .textblock p{margin-top: 35px;}
.about04-01-left01-text01{padding-top: 80px;}
.about04-01-left01-text02{margin-top: 100px;padding-bottom: 80px;}
/*-----------about04-01-right01----------*/
.about04-01-right01{width: 50vw;}
.about04-01-right01 .outside-right-innerBox{width: 50vw;margin-top: 100px;}
.about04-01-right01 img{width: 50vw;height: auto;margin-top: 140px;}
/*-----------about04-01-left02----------*/
.about04-01-left02{width: 48vw;}
.about04-01-left02 .outside-left-innerBox{margin-bottom: -20px;height: 380px;background: rgba(0, 0, 0, 0.5);}
.about04-01-left02 .outside-left-innerBox img{margin-left: 66px;width: 100%;height: auto;}
/*youtube*/
.video-container {position: relative;padding-bottom: 56.25%;overflow: hidden;}
.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/*-----------about04-01-right02----------*/
.about04-01-right02{width: 52vw;}
.about04-01-right02 .outside-right-innerBox{padding-top: 80px;margin-top: -350px;}
.about04-01-right02 .textblock,.about04-01-right02 .lead01{margin-left: 130px;}
.about04-01-right02 .textblock p{margin-top: 35px;}
.about04-01-right02 img{padding: 80px 0;width: 100%;height: auto;}
/*------------------about04-02class------------------*/
.about04-02-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju30.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
.about04-02-reason-title{margin: 80px 0;}
/*-----------about04-02-left01----------*/
.about04-02-left01{width: 50vw;margin-top: 80px;}
.about04-02-left01 .outside-left-innerBox{padding-bottom: 100px;margin-right: -100px;margin-top: -100px;}
.about04-02-left01 .title01{padding-top: 100px;}
.about04-02-left01 .textblock{margin-right: 200px;}
.about04-02-left01 .textblock p{margin-top: 35px;}
.about04-02-left01-text01{padding-top: 80px;}
.about04-02-left01-text02{margin-top: 100px;}
/*-----------about04-02-right01----------*/
.about04-02-right01{width: 50vw;}
.about04-02-right01 .outside-right-innerBox{width: 50vw;margin-top: 100px;}
.about04-02-right01 img{width: 50vw;height: auto;margin-top: -60px;}
/*-----------about04-02-left02----------*/
.about04-02-left02{width: 50vw;}
.about04-02-left02 .outside-left-innerBox img{width: 100%;height: auto;position: relative;z-index: 2;margin-top: 80px;}
.about04-02-left02 .hosoku{display: flex;justify-content: flex-end;position: relative;z-index: 2;}
.about04-02-left02 .hosoku p{background: #000;display: block;padding: 20px 30px;width: 320px;text-align: right;font-size: 14px;line-height: 1.6em;}
/*-----------about04-02-right02----------*/
.about04-02-right02{width: 50vw;}
.about04-02-right02 .hosoku{display: none;}
.about04-02-right02 .outside-right-innerBox{padding-top: 120px;margin-top: -60px;margin-bottom: 70px;margin-left: -60px;}
.about04-02-right02 .textblock,.about04-02-right02 .lead01{margin-left: 180px;}
.about04-02-right02 .textblock p{margin-top: 35px;}
.about04-02-right02 img{padding: 80px 0;width: 100%;height: auto;}
.about04-02-right01-text02{margin-top: 100px;padding-bottom: 70px;}
.about04-02-table {border: 1px solid #000;border-collapse: collapse;width: 100%;max-width: 480px;margin-top: 25px;margin-left: 180px;}
.about04-02-table th,.about04-02-table td{height: 45px;padding: 15px 10px;font-size: 14px;line-height: 1.6em;text-align: left;width: 170px;border: 1px solid #B2B2B2;text-align: center;font-family: "MS 明朝", "Hiragino Mincho Pro", serif;font-weight: bold;}
.about04-02-table th{background: #E0E0E0;}
.about04-02-table td:first-child{background: #E0E0E0;}
/*------------------about04-03class------------------*/
.about04-03-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju33.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
.about04-03-reason-title{margin: 80px 0;}
/*-----------about04-03-left----------*/
.about04-03-left{width: 50vw;margin-top: 80px;}
.about04-03-left .outside-left-innerBox{padding-top: 70px;padding-bottom: 70px;margin-right: -100px;margin-top: -110px;}
.about04-03-left .title01{padding-top: 100px;}
.about04-03-left .textblock{margin-right: 200px;}
.about04-03-left .textblock p{margin-top: 35px;}
.about04-03-left-text01{padding-top: 80px;}
.about04-03-left-text02{margin-top: 100px;}
/*-----------about04-03-right----------*/
.about04-03-right{width: 50vw;}
.about04-03-right .outside-right-innerBox{width: 50vw;margin-top: 100px;}
.about04-03-right img{width: 50vw;height: auto;margin-top: -40px;}
/*------------------about04-04class------------------*/
.about04-04{padding-bottom: 90px;}
.about04-04-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju33.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
.about04-04-reason-title{margin: 80px 0;}
/*-----------about04-04-left----------*/
.about04-04-left{width: 50vw;margin-top: 80px;}
.about04-04-left .outside-left-innerBox{padding-top: 70px;padding-bottom: 70px;margin-right: -300px;margin-top: -110px;}
.about04-04-left .title01{padding-top: 100px;}
.about04-04-left .textblock{margin-right: 200px;}
.about04-04-left .textblock p{margin-top: 35px;}
/*-----------about04-04-right----------*/
.about04-04-right{width: 50vw;}
.about04-04-right-img01{width: 180px;text-align: center;padding: 15px 30px;margin-top: -80px;position: relative;z-index: 2;}
.about04-04-right-img02{width: 50vw;padding-right: 100px;margin-top: -10px;margin-left: -40px;}
/*------------------about04-05class------------------*/
.about04-05-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju33.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
.about04-05-reason-title{margin: 80px 0;}
/*-----------about04-05-left----------*/
.about04-05-left{width: 50vw;margin-top: 80px;margin-bottom: 70px;}
.about04-05-left .outside-left-innerBox{padding-top: 70px;padding-bottom: 70px;margin-right: -50vw;margin-top: -110px;}
.about04-05-left .title01{padding-top: 100px;}
.about04-05-left .textblock{margin-right: 100px;}
.about04-05-left .textblock p{margin-top: 35px;}
.about04-05-left-text01{padding-top: 80px;}
.about04-05-left-text02{margin-top: 100px;}
/*-----------about04-05-right----------*/
.about04-05-right{width: 50vw;}
.about04-05-right .outside-right-innerBox{margin-top: 100px;margin-right: -60px;}
.about04-05-right .outside-right-innerBox img{margin-top: -440px;}
/*------------------about05class------------------*/
.about05{padding-bottom: 40px;}
.about05-title-wrapper{text-align: center;padding: 85px 0 45px 0;}
.about05-title-wrapper .lead01{margin: 40px 0 35px 0;}
.about05 .others-subtitle{font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;font-size: 24px;line-height: 1em;margin-bottom: 30px;}
.about05-separate-container{height: 400px;margin-bottom: 70px;}
.about05-01,.about05-03{background: #F5F5F5;}
.about05-02,.about05-04{background: #E0E0E0;}
.about05-separate-inner{padding-top: 120px;}
.about05-02 .about05-right .outside-right-innerBox{display: flex;justify-content: space-between;gap: 50px;}
/*------------------business01class------------------*/
.business01{border-top: 30px solid #00A5BF;box-sizing: border-box;}
/*------------------business-block4class------------------*/
.business-block4{margin-top: -50px;}
.business-block4 .main-container{max-width: 1300px;}
.business-block4-wrapper{display: flex;align-items: flex-start;flex-wrap: wrap;justify-content: space-between;margin-bottom: 50px;margin-top: -55px;}
.business-block4-wrap{max-width: 570px;margin-bottom: 60px;}
.block4-number{font-size: 160px;line-height: 1em;font-family: "Gill Sans", sans-serif;font-weight: bold;font-style: italic}
.block4-titleBox{display: flex;align-items: flex-end;margin-bottom: 20px;}
.block4-title{font-size: 18px;line-height: 1.4em;margin-bottom: 24px;font-weight: bold;font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.business-block4 .business-block4-wrap img{margin-bottom: 30px;}
.block4-01 .block4-number{color: #FFC45B;}
.block4-01 .block4-titleBox{border-right: 3px solid #FFA403;}
/*------------------business04class------------------*/
.business-block3-title{text-align: center;padding: 40px 0;}
.business-block3-inner{display: flex;justify-content: space-between;align-items: flex-start;}
.business-block3-wrap{width: 360px;}
.business-block3 img{margin-top: 50px;width: 100%;height: auto;}
.block3-wrap-title{font-weight: bold;font-size: 20px;line-height: 1em;margin: 45px 0 40px 0;}
.business-block3 .textblock{line-height: 1.6em;}
.block3-infoBox{border: 1px solid #000;padding: 20px 25px;margin-top: 45px;margin-bottom: 60px;}
/*------------------business-block4class------------------*/
.block4-02 .block4-number{color: #A6DFE9;}
.block4-02 .block4-titleBox{border-right: 3px solid #00A5BF;}
/*------------------business08-COST&PRODUCTIVITYclass------------------*/
.business08{border-top: 30px solid #FFA403;}
.business08 .title01{text-align: center;margin: 110px 0 100px 0;}
.business08-02{margin-top: 80px;}
/*-----------business08-left01----------*/
.business08-left01{width: 45vw;}
.business08-left01 .outside-left-innerBox img{margin-left: -150px;}
/*-----------business08-right01----------*/
.business08-right01{width: 55vw;}
.business08-right01 .textblock p{margin-top: 30px;}
.business08-right01-text03,.business08-right01-text02{margin-top: 60px;}
/*-----------business08-left02----------*/
.business08-left02{width: 45vw;}
.business08-left02 .lead01{margin-bottom: 40px;}
.business08-left02 .textblock p{margin-top: 30px;}
.jyoken{width: 100px;background: #000;color: #fff;text-align: center;align-items: center;line-height: 1em;padding: 10px 0;}
.jyoken-block{margin-top: 60px;}
/*-----------business08-right02----------*/
.business08-right02{width: 55vw;}
.business08-right02 .textblock p{margin-top: 35px;}
.business08-right02 img{width: 50vw;height: auto;margin-left: 5vw;margin-top: 160px;}
/*------------------business09class------------------*/
.business09 .lead01{margin-bottom: 30px;margin-top: 130px;}
.business09-inner{display: flex;gap: 50px;align-items: flex-start;margin-bottom: 120px;}
.business09-wrap3-right2{display: flex;gap: 50px;align-items: flex-start;}
.hikaku-table{border-collapse: collapse;width: 300px;margin: 0 auto;}
.hikaku-table th,.hikaku-table td{padding: 6px 15px;text-align: center;border-bottom: 1px solid #ddd;width: 100px;}
.hikaku-table th{background-color: #f2f2f2;font-weight: bold;text-align: center;}
.hikaku-table td{text-align: right;}
/* オッド行と偶数行の背景色を交互に設定 */
.hikaku-table tbody tr:nth-child(odd) {background-color: #f9f9f9;}
.business09-wrap3 .textblock{max-width: 300px;display: block;}
/*------------------business10class------------------*/
.business10-inner{display: flex;justify-content: space-between;height: 330px;}
.business10-inner-left{width: 20%;}
.business10-inner-left img{margin-top: -55px;position: relative;z-index: 2;}
.business10-inner-right{width: 80%;padding-top: 100px;}
.button3-inner{display: flex;justify-content: space-between;align-items: center;}
.button3{margin-left: 20px;background-color: #fff;padding: 30px 90px;border-radius: 12px;font-size: 18px;line-height: 1em;font-weight: bold;align-items: center;}
.button3Box a{text-decoration: none;color: #000;cursor: pointer;box-shadow: 0 8px #4FC1D3;transition: transform 0.2s, box-shadow 0.2s;width: 280px;height: 75px;}
.button3Box a:active{position: relative;top: 8px;box-shadow: none;}
.business10-inner-right .textbox{justify-content: center;display: flex;justify-content: center;margin-top: 70px;}
/*------------------product01class------------------*/
.product01{border-top: 30px solid #00A5BF;padding-bottom: 160px;}
/*-----------product01-left----------*/
.product01-left{width: 50vw;}
.product01-left .outside-left-innerBox-inner{max-width: 550px;}
.product01-left .outside-left-innerBox img{margin: 115px 0 50px 0;}
.product01-left .lead01{margin-bottom: 42px;}
.product01-left .textblock{margin-bottom: 70px;max-width: 550px;}
.product01-feature5-wrapper{display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 550px;}
.product01-feature5{width: 260px;text-align: center;justify-content: center;align-items: center;border-radius: 12px;margin-bottom: 20px;padding: 20px 0;}
.product01-feature5 p{margin: 0;padding: 0;}
.feature5-text01{font-size: 14px;line-height: 1.4em;}
.feature5-text02{font-size: 24px;line-height: 1.6em;}
.product01-link01{text-align: right;border-bottom: 1px solid #000;display: block;width: 150px;margin-top: 30px;margin-left: auto;padding-bottom: 8px;color: #000;margin-bottom: 25px;cursor: pointer;}
.product01-link02{width: 100%;height: 85px;line-height: 85px;text-align: center;display: block;border-radius: 12px;font-size: 20px;box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.20);cursor: pointer;}
/*-----------product01-right----------*/
.product01-right{width: 50vw;margin-left: 70px;}
.product01-right img{margin-right: 0;margin-top: -1020px;position: relative;z-index: 2;}
.product01-right-innerBox001{margin-top: 180px;height: 550px;clip-path: polygon(0 160px, 100% 0, 100% calc(100% - 50px), 0 100%);}
.product01-right-innerBox002{margin-top: -100px;height: 550px;clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 160px));}
/*------------------product02class------------------*/
.product02{text-align: center;padding-bottom: 80px;}
.product02 .lead01{margin-top: 90px;}
/*------------------technique01class------------------*/
.technique01{border-top: 30px solid #00A5BF;}
.technique01 .lead01,.technique01 .title01{text-align: center;}
.technique01 .title01{margin: 130px 0 80px 0;}
.technique01 .textblock{margin: 45px auto 100px auto;}
.technique01-figure-wrapper{display: flex;justify-content: space-between;gap: 30px;}
.technique01-table01-wrapper{display: flex;justify-content: space-between;gap: 30px;}
.saigen4img{display: flex;flex-wrap: wrap;max-width: 600px;margin: 0;padding: 0;}
.technique01-img4-wrapper{display: flex;flex-wrap: nowrap;justify-content: center;margin: 75px 0 140px 0;}
.technique01-img4-wrapper img{margin: 0;}
.figure-title01{text-align: center;margin-bottom: 8px;font-weight: bold;}
/*-----------------図表全体css------------------*/
.technique01-table01{border-collapse: collapse;width: 260px;}
.technique01-table01 th{font-weight: bold;width: 80px;text-align: center;}
.technique01-table01 td{padding: 3px 10px;text-align: right;border: 1px solid #ddd;}
/* オッド行と偶数行の背景色を交互に設定 */
.technique01-table01 tbody tr:nth-child(odd) {background-color: #f9f9f9;}
.technique01-table01 tbody tr:hover {background-color: #e0e0e0;}
/*-----------------図表left01------------------*/
.technique01-table-left01 th:first-child,.technique01-table-left01 td:first-child,.technique01-table-left01 tr:first-child {border: none;}
.technique01-table-left01 tr:nth-child(2) {background-color: #EBF8FA;font-weight: bold;}
/*-----------------図表left02------------------*/
.technique01-table-left02 th,.technique01-table-left02 td,.technique01-table-left02 tr{border: none;}
/*-----------------図表right01------------------*/
.technique01-table-right01 th:first-child,{border: none;}
.technique01-table-right01 tr:nth-child(2) {background-color: #EBF8FA;font-weight: bold;}
.technique01-table-right01{width: 280px;}
/*-----------------図表right02------------------*/
.technique01-table-right02 th,.technique01-table-right02 td,.technique01-table-right02 tr{border: none;}
.technique01-table-right02{width: 280px;}
/*------------------technique02class------------------*/
.technique02{border-top: 30px solid #FFA403;padding-bottom: 70px;}
.expression-separate{margin-bottom: 60px;}
.technique02 .lead01,.technique02 .title01{text-align: center;margin: 130px 0 80px 0;}
.technique02 .textblock{margin: 45px auto 100px auto;}
.expression-img3{position: relative;}
.expression-img3-mark{position: absolute;top: 0;left: 0;text-align: center;padding: 20px;font-size: 20px;line-height: 1em;font-weight: bold;font-family: "Gill Sans", sans-serif;}
/*-----------------technique02-table------------------*/
/* テーブルの全体的なスタイリング */
.borderless-table{border-collapse: collapse;width: 100%;}
.technique02-table th,.technique02-table td,.technique02-table tr{border: none;}
.technique02-table td:first-child{text-align: left;}
.technique02-table td{padding: 20px 30px;text-align: center;}
.technique02-table tbody tr:nth-child(odd){background-color: #f9f9f9;}
.technique02-table tbody tr:hover{background-color: #e0e0e0;}
.expression-separate{display: flex;justify-content: space-between;}
.expression-img2{display: flex;justify-content: space-between;}
/*------------------introduction01class------------------*/
.introduction01{border-top: 30px solid #00A5BF;text-align: center;}
.introduction01-title-wrapper{margin: 170px 0 120px 0;}
.introduction01 .lead01{margin: 55px 0 35px 0;}
.introduction01-main-wrapper{margin-top: 50px;}
.step-wrap{display: flex;width: 800px;margin: 0 auto;}
.step-wrap-left{width: 15%;margin-right: 20px;}
.step-wrap-left p{font-size: 30px;line-height: 70px;font-weight: bold;}
.step-wrap-center{align-items: center;width: 10%;position: relative;display: inline-block;padding-bottom: 20px;}
.step-wrap-center p{font-size: 30px;line-height: 70px;width: 70px;height: 70px;background: #000;border-radius: 50%;font-weight: bold;}
.step-wrap-right{text-align: left;width: 75%;margin-left: 40px;}
.step-wrap-right-subtitle{font-size: 23px;line-height: 70px;margin-bottom: 20px;font-weight: bold;}
.step06-list{margin: 20px 15px 20px 0;}
.step01{margin-bottom: 120px;}
.step01 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -90px;width: 1px;height: 100px;margin: auto;background-color: #000;}
.step02 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -40px;width: 1px;height: 370px;margin: auto;background-color: #000;}
.step02 .step-wrap{padding-bottom: 20px;}
.step03 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -25px;width: 1px;height: 190px;margin: auto;background-color: #000;}
.step04 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -25px;width: 1px;height: 150px;margin: auto;background-color: #000;}
.step05 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -25px;width: 1px;height: 260px;margin: auto;background-color: #000;}
.step06 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -25px;width: 1px;height: 290px;margin: auto;background-color: #000;}
/*------------------introduction02class------------------*/
.introduction02{padding-top: 100px;max-width: 800px;margin: 0 auto;padding-bottom: 100px;}
.introduction02-title{margin: 0 auto;font-size: 24px;line-height: 1em;font-weight: bold;text-align: center;}
.introduction02-textBox01{border: 1px solid #000;text-align: left;padding: 30px 100px;margin: 25px auto 60px auto;}
.introduction02 p{width: 600px;}
.introduction02-textBox02{width: 800px;margin: 0 auto;text-align: left;padding: 0 100px;}
/*-----------------faq------------------*/
.faq01{border-top: 30px solid #00A5BF;}
.faq02,.faq03{padding-bottom: 100px;}
.faq02 .title-block01-inner p,.faq03 .title-block01-inner p{margin: 60px 0 100px 0;}
.faq02 .textblock{margin: 0 auto;}
.faq02-text01,.faq03-text01{font-size: 20px;line-height: 1em;}
.faq02 .textblock p{margin-top: 20px;}
.faq02 .title-block01-inner{padding-bottom: 0;}
.faq03 .textblock p{margin-top: 20px;}
.faq03 .title-block01-inner{padding-bottom: 0;}
.faq03 .textblock{margin: -35px auto 0 auto;}
.faq03 .textblock p{margin-top: 35px;}
/*-----------------contact------------------*/
.contact01{border-top: 30px solid #00A5BF;}
.contact03{background: #FFFDFA;}
.contact03-call{font-size: 60px;line-height: 1.4em;font-weight: bold;margin-bottom: 20px;}
.contact01 .lead01,.contact03 .lead01{margin: 45px 0;}
/*-----------------company01------------------*/
.company01{border-top: 30px solid #00A5BF;}
/*********************
Contact Form7 Customize
**********************/
.wpcf7-form{padding: 80px;}
.tool-select{display: flex;justify-content: space-between;}
.wpcf7-form-control.wpcf7-select{width: 100px !important;text-align: center;margin-top: 10px;}
.contact-divider{display: block;width: 100%;border-bottom: dashed 1px #C6C6C6 !important;margin-bottom: 20px;}
/*必須*/
.req-tag{padding: 5px 15px;font-size: 13px;line-height: 1.4em;background: #FF0000 !important;color: #fff;display: inline-block;text-align: center;margin: 0 5px;border-radius: 3px;}
/*任意*/
.normal-tag{ padding: 5px 15px;font-size: 13px;line-height: 1.4em;background: #00A5BF !important;color: #fff;display: inline-block;text-align: center;margin: 0 5px;border-radius: 3px;}
.mail-container{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;height: auto;}
.top-sp{margin: 20px 0;}
.btm-sp{margin-bottom: 15px;}
.mail-item{margin-bottom: 30px;}
.mail-item:nth-child(1){ /*Label*/width: 20%;}
.mail-item:nth-child(2){ /*Tag*/width: 10%;text-align: center;}
.mail-item:nth-child(3){ /*Form*/width: 70%;}
.wpcf7-form-control.wpcf7-text,.wpcf7-form-control.wpcf7-select,.wpcf7-form-control.wpcf7-text.wpcf7-email{width: 50%;border-radius: 5px;margin-bottom: 0;background-color: white;}
.kakunin{margin-top: 80px !important;text-align: center;}
input.wpcf7-submit {padding: 1em !important;margin: 2em 0em !important;background-color: #00A5BF;border-radius: 5px;color: #fff;font-size: 18px;font-weight: bold;width: 50%;box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);margin: 0 auto;}
input.wpcf7-submit:hover {cursor: pointer;}
.wpcf7-spinner{margin: 0;}
.btn-submit{width: 100%;text-align: center;margin: 0 auto !important;}
.wpcf7-form-control.wpcf7-textarea{width: 100%;border-radius: 5px !important;margin-bottom: 0;background-color: white;}
.wpcf7-not-valid-tip{ /*Error Messages*/color: red !important;padding-top: 10px !important;font-size: 13px !important;display: block;}
span.wpcf7-not-valid-tip{padding: 0;}
/*エラー表示を非表示*/
.screen-reader-response {display: none;}
div.wpcf7-validation-errors {margin-top: 20px !important;font-size: 16px;display: inline-block;margin: 0 auto;background-color: #CF2323;}

.has-text-align-right .has-sm-3-xl-font-size{font-family: "Gill Sans", sans-serif !important;font-size: 54px !important;line-height: 1em;font-style: italic;}
.wp-image-1079{max-width: 340px !important;}
.sbi{position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 1199px) {
/*------------------allclass------------------*/
p{font-size: 14px;line-height: 1.4em;margin: 0;padding: 0;font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.main-container{max-width: 90vw;margin: 0 auto;position: relative;padding: 0 20px;}
.title01{font-size: 60px;line-height: 1em;font-weight: bold;font-style: italic;}
.title02{font-size: 30px;line-height: 1em;font-weight: bold;font-style: italic;}
.lead01{font-size: 20px;line-height: 1.4em;font-weight: bold;white-space: wrap;overflow: visible;font-family: "MS 明朝", "Hiragino Mincho Pro", serif;}
.lead02{font-size: 16px;line-height: 1.4em;font-weight: bold;}
.lead03{font-size: 24px;line-height: 1.4em;font-family: "Gill Sans", "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.textblock{max-width: 480px;white-space: wrap;overflow: visible;}
.page-id-264 ul li,.page-id-264 ol li{font-size: 14px !important;line-height: 1.4em;margin: 0;padding: 0;font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
/*------------------共通class------------------*/
/*フロントページ上部余白削除*/
.p-entry-content>:not(:first-child), .textwidget>:not(:first-child) {margin-top: 0;}
/*フッター上部のボーダートップ削除*/
.l-footer{border: none;}
/*フッター色変更*/
.c-copyright--inverse{background: #000;}
/*Abeliaロゴ配置*/
.smb-section__body{position: relative;}
.wp-image-931{position: absolute;top: 10px;left: 0;}
/*スクロール時にメニューカラーオレンジ*/
.l-header--sticky-overlay-colored-lg {background-color: transparent;left: 0;position: absolute;position: fixed;right: 0}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg {color: var(--overlay-header-text-color)}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .c-hamburger-btn__bar {background-color: var(--overlay-header-text-color)}
[data-scrolled=true] .l-header--sticky-overlay-colored-lg {background-color: #FFA403;;box-shadow: 0 1px 2px 1px rgba(0,0,0,.05)}
/*サブタイトルカスタム*/
.c-navbar__submenu{min-width: 180px;}
.c-navbar__submenu a{text-align: center;}
/*固定ページタイトル消去*/
.page-id-14 .c-entry__header,.page-id-46 .c-entry__header,.page-id-49 .c-entry__header,.page-id-53 .c-entry__header,.page-id-266 .c-entry__header,.page-id-56 .c-entry__header,.page-id-70 .c-entry__header,.page-id-59 .c-entry__header,.page-id-61 .c-entry__header,.page-id-264 .c-entry__header{display: none;}
/*アコーディオン*/
.smb-accordion__item__title{background-color: lightblue;font-weight: bold;}
.smb-accordion__item__body{animation: fadein-top 0.8s ease-out forwards;}
.smb-accordion__item__title{padding: 40px 30px !important;}
.page-id-70 .is-layout-constrained>:not(:first-child){margin-top: 0 !important;}
/*separate*/
.separate01{display: flex;justify-content: space-between;align-items: flex-start;}
.outside-left{margin-left: calc(50% - 50vw);}
.outside-right{margin-right: calc(50% - 50vw);}
.outside-left-innerBox{padding-left: calc(50vw - 580px);white-space: nowrap;overflow: visible;}
.outside-right-innerBox{padding-right: calc(50vw - 580px);}
/*Viewmore*/
.viewmore01{padding: 20px 40px;border-radius: 12px;color: #fff;font-size: 14px;line-height: 1em;font-weight: bold;box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.20);}
.moreBox{cursor: pointer;}
.orange_more{background: #FFA403;transition: background-color 0.3s ease;}
.orange_more:hover{background: #00A5BF;}
.asagi_more{background: #00A5BF;transition: background-color 0.3s ease;}
.asagi_more:hover{background: #FFA403;}
/*title-block*/
.title-block01-inner{text-align: center;padding: 110px 0 90px 0;}
.title-block01-inner .lead01{margin: 65px 0 50px 0;}
.title-block01-inner .textblock{text-align: left;margin: 0 auto;}
/*-----------------eyecatch01----------------*/
.eyecatch01{justify-content: flex-start;align-items: center;height: 60vh;}
.eyecatch-inner01{background-color: #fff;height: 60vh;display: flex;align-items: center;position: relative;}
.eyecatch-img01{display: flex;align-items: flex-end;}
.eyecatch-img01 img{width: 70px;height: auto;}
.eye-rightmessage{font-family: "Chalkboard SE", sans-serif;font-style: italic;font-size: 46px;line-height: 1em;align-items: flex-end;margin-bottom: 0;padding-bottom: 0;margin-left: 18px;}
.eyetextbox{display: flex;align-items: center;margin-top: 14px;}
.eyetitle{font-family: "Gill Sans", sans-serif;font-size: 60px;line-height: 1em;margin: 0 30px 0 0;font-weight: normal;}
.eyeread{font-size: 24px;line-height: 1em;}
/*ーーーーー横線ーーーーー*/
.eyecatch01{position: relative;overflow: hidden;}
.eyecatch01::before{content: "";position: absolute;top: 57%;left: 0;width: 50%;border-top: 1px solid #000;z-index: 0;}
.eyecatch01::after {content: "";position: absolute;top: 50%;right: 0;width: 50%;border-top: 1px solid #fff;z-index: -1;}
/*------------------front03------------------*/
.front03{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju3.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 30px solid #00A5BF;margin-top: -15vh;}
/*-----------front03-left001----------*/
.front03-left001 .title01{padding-top: 60px;padding-bottom: 40px;margin-left: 50px;padding-left: 20px;}
.front03-left001 .textblock,.front03-left001 .lead01{margin-left: 50px;margin-right: 50px;padding-right: 80px;padding-left: 20px;}
/*-----------front03-right001----------*/
.front03-right001 img{position: relative;z-index: 3;margin-top: -700px;margin-left: -100px;}
/*-----------front03-left002----------*/
.front03-left002{width: 50vw;}
.front03-left002 .outside-left-innerBox img{margin-top: -50px;position: relative;z-index: 3;}
/*-----------front03-right002----------*/
.front03-right002{width: 50vw;}
.front03-right002 .outside-right-innerBox{padding-top: 400px;margin-top: -400px;padding-bottom: 100px;margin-bottom: 80px;margin-left: -80px;padding-right: 20px;}
.front03-right002 .textblock,.front03-right002 .lead01{margin-left: 160px;}
.front03-right002 .textblock p{margin-top: 30px;}
.front03-right002 .outside-right-innerBox .handzoom{display: flex;justify-content: space-between;}
.front03-right002 .outside-right-innerBox .handzoom img{margin-top: 2px;width: 90%;height: auto;}
/*----------REASON5-----------*/
.reason5{padding: 80px 0;}
.circle-container{position: absolute;left: 50%;transform: translate(-50%,0);}
.reason5-textBox .lead01{margin:10px auto 30px auto;}
.circle-text {position:relative;width: 1000px;height: 1000px;font-size: 50px;text-align: center;margin: 0;}
.circle-text span {position: absolute;top: 0;left: calc(50% - 15px); /* 中心点、文字サイズ分ずらす */display: inline-block;width: 30px;height: 500px; /* 半径 */transform-origin: center bottom;}
.circle-text span:nth-child(1) {transform: rotate(340deg);}
.circle-text span:nth-child(2) {transform: rotate(350deg);}
.circle-text span:nth-child(3) {transform: rotate(0deg);}
.circle-text span:nth-child(4) {transform: rotate(10deg);}
.circle-text span:nth-child(5) {transform: rotate(20deg);}
/*ーーーreason5-2ーーーーーーーーーーーーー*/
.reason5-2{width: 100vw;}
.reason5-2 img{width: calc(100vw / 3);height: auto;display: block;object-fit: contain;}
.reason5-2 a{text-decoration: none;color: #fff;}
.reason5-2-inner{display: flex;justify-content: space-between;}
.reason5-2 .reason5-parts{position: relative;}
.reason5-2 .reason5-parts a:hover{cursor: pointer;background-color: transparent;opacity: 0.7;}
.reason5-2 .reason5-parts-text{position: absolute;top: 5px;left: 5px;z-index: 1;}
.reason5-2 .yajirushi{position: absolute;bottom: 10px;right: 0;font-size: 16px;line-height: 1em;padding: 8px;border-radius: 50%;border: 2px solid #fff;font-weight: bold;z-index: 1;}
/*------------------mission------------------*/
.mission{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju13.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
.mission .lead01{margin: 0 auto;}
/*------------------frontbusiness01------------------*/
.frontbusiness01{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju14.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
/*-----------frontbusiness01-right----------*/
.frontbusiness01-right .outside-right-innerBox{padding-top: 490px;padding-left: 250px;padding-bottom: -600px;margin-top: -280px;margin-bottom: 100px;margin-left: -200px;}
.frontbusiness01-right .title01{margin-bottom: -100px;margin-top: -510px;}
.frontbusiness01-right .textblock{position: relative;padding-right: 20px;}
.yajirushi{margin-right: 20px;position: absolute;bottom: -50px;right: 0;font-size: 20px;line-height: 1em;padding: 10px;border-radius: 50%;border: 2px solid #fff;font-weight: bold;color: #fff;}
.yajirushi:hover{cursor: pointer;color: #FFA403;font-size: 24px;border: 3px solid #FFA403;transition: background-color 0.7s ease;}
/*------------------frontbusiness02------------------*/
.f_business02-left .f_business02-label{padding-left: calc(50vw - 600px);padding-left: 5%;}
.f_business02-right .f_business02-label{padding-right: calc(50vw - 600px);padding-left: 5%;}
/*-----------frontbusiness02-left----------*/
.frontbusiness02 .outside-left-inner{margin: 0 auto;width: 90%;}
.frontbusiness02 .outside-left-innerBox{padding-top: 60px;padding-bottom: 200px;}
/*-----------frontbusiness02-right----------*/
.frontbusiness02 .outside-right-inner{margin: 0 auto;width: 90%;}
.f_business02-right .f_business02-label{}
.frontbusiness02 .outside-right-innerBox{padding-top: 60px;padding-bottom: 200px;}
/*-----------front-info----------*/
.front-info-left .outside-left-innerBox img{padding-left: 50px;margin-top: -192px;position: relative;z-index: 3;width: 80%;height:auto;margin-right: -20px;}
.front-info-right .outside-right-innerBox{padding-top: 60px;padding-left: 160px;margin-left: -200px;background: #fff;}
.front-info-right .lead01{margin-top: 40px;}
.front-info .moreBox{margin-top: 60px;margin-bottom: 60px;}
/*------------------front-info02class------------------*/
.front-info02 .title01{font-size: 60px;}
.front-info02-container{display: flex;justify-content: space-between;padding: 80px 0;align-items: center;}
.front-info02-left{padding: 0 40px;}
.front-info02-right{padding-left: 60px;border-left: 1px solid #000;}
.tel01{font-size: 30px;line-height: 1.2em;font-weight: bold;font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.front-info02-mail{margin-top: 45px;padding: 20px 30px;margin-right: 60px;}
/*------------------about01class------------------*/
.about01{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju26.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 30px solid #00A5BF;}
/*-----------about01-left----------*/
.about01-left .outside-left-innerBox{margin-top: -460px;padding-left: 20px;}
/*-----------about01-right----------*/
.about01-right img{margin-top: 0;width: 100%;height: auto;position: relative;z-index: 2;padding-right: 20px;}
/*------------------fabout04-01class------------------*/
.about04-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju27.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
/*-----------fabout04-01-left01----------*/
.about04-01-left01 .outside-left-innerBox{padding-bottom: 60px;margin-right: -100px;margin-top: -100px;padding-left: 70px;}
.about04-01-left01 .textblock,.about04-01-left01 .lead01{margin-right: 100px;}
/*-----------about04-01-right01----------*/
.about04-01-right01 img{width: 50vw;height: auto;margin-top: 140px;padding-left: 20px;}
/*-----------about04-01-left02----------*/
.about04-01-left02{width: 50vw;}
.about04-01-left02 .outside-left-innerBox{margin-bottom: -20px;height: 380px;background: rgba(0, 0, 0, 0.5);}
/*-----------about04-01-right02----------*/
.about04-01-right02{width: 50vw;}
.about04-01-right02 .outside-right-innerBox{padding-top: 80px;margin-top: -350px;margin-bottom: 70px;margin-left: 20px;}
.about04-01-right02 .textblock,.about04-01-right02 .lead01{margin: 0 20px 0 40px;}
/*------------------about04-02class------------------*/
.about04-02-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju30.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
/*-----------about04-02-left01----------*/
.about04-02-left01 .outside-left-innerBox{padding-bottom: 100px;margin-right: -100px;margin-top: -100px;padding-left: 70px;}
.about04-02-left01 .textblock{margin-right: 100px;}
/*-----------about04-02-right01----------*/
.about04-02-right01 img{width: 50vw;height: auto;margin-top: 70px;margin-left: 20px;}
/*-----------about04-02-right02----------*/
.about04-02-right02 .textblock,.about04-02-right02 .lead01{margin-left: 80px;padding-right: 20px;}
.about04-02-table {border: 1px solid #000;border-collapse: collapse;width: 100%;max-width: 420px;margin-top: 25px;margin-left: 80px;}
.about04-02-table th,.about04-02-table td {padding: 4px 8px;font-size: 14px;line-height: 1em;text-align: left;width: 100px;border: 1px solid #B2B2B2;text-align: center;font-family: "MS 明朝", "Hiragino Mincho Pro", serif;font-weight: bold;}
/*------------------about04-03class------------------*/
.about04-03-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju33.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
/*-----------about04-03-left----------*/
.about04-03-left .outside-left-innerBox{padding-top: 70px;padding-bottom: 70px;margin-right: -100px;margin-top: -110px;padding-left: 70px;}
.about04-03-left .textblock{margin-right: 100px;}
/*-----------about04-03-right----------*/
.about04-03-right img{width: 50vw;height: auto;margin-top: -40px;margin-left: 20px;}
/*------------------about04-04class------------------*/
.about04-04-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju33.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
/*-----------about04-04-left----------*/
.about04-04-left .outside-left-innerBox{padding-top: 70px;padding-bottom: 70px;margin-right: -200px;margin-top: -110px;padding-left: 70px;}
/*-----------about04-04-right----------*/
.about04-04-right{width: 50vw;padding-left: 60px;}
.about04-04-right .outside-right-innerBox{margin-top: 40px;}
.about04-04-right-img02{width: 50vw;padding-right: 50px;margin-top: -10px;}
/*------------------about04-05------------------*/
.about04-05-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju33.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
/*-----------about04-05-left----------*/
.about04-05-left .outside-left-innerBox{padding-top: 70px;padding-bottom: 70px;margin-right: -50vw;margin-top: -110px;padding-left: 70px;}
/*-----------about04-05-right----------*/
.about04-05-right .outside-right-innerBox{margin-top: 100px;margin-right: 0;}
/*------------------about05class------------------*/
.about05-left{padding-left: 70px;}
.about05-right{padding-right: 70px;}
.about05-02 .about05-right .outside-right-innerBox{display: flex;justify-content: space-between;gap: 15px;}
/*------------------business01class------------------*/
/*------------------business-block4class------------------*/
.business-block4-wrapper{display: flex;align-items: flex-start;flex-wrap: wrap;justify-content: space-between;margin-bottom: 50px;margin-top: -35px;}
.business-block4-wrap{width: 48%;margin-bottom: 60px;}
.block4-number{font-size: 120px;line-height: 1em;font-family: "Gill Sans", sans-serif;font-weight: bold;font-style: italic}
.block4-title{font-size: 16px;line-height: 1.4em;margin-bottom: 24px;font-weight: bold;font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
/*------------------business04class------------------*/
.business-block3-title .lead01{margin: 0 auto;}
.business-block3-wrap{width: 32%;}
.block3-wrap-title{font-weight: bold;font-size: 18px;line-height: 1em;margin: 45px 0 40px 0;}
/*------------------business-block4class------------------*/
.block4-02 .block4-number{color: #A6DFE9; }
.block4-02 .block4-titleBox{border-right: 3px solid #00A5BF; }
/*------------------business08-COST&PRODUCTIVITYclass------------------*/
/*-----------business08-left01----------*/
.business08-left01 .outside-left-innerBox img{margin-left: 0;}
/*-----------business08-right01----------*/
.business08-right01{width: 55vw;margin-left: 20px;}
/*-----------business08-left02----------*/
.business08-left02{width: 45vw;padding-left: 20px;}
/*-----------business08-right02----------*/
/*------------------business09------------------*/
/* オッド行と偶数行の背景色を交互に設定 */
.hikaku-table tbody tr:nth-child(odd) {background-color: #f9f9f9;}
/*------------------business10------------------*/
.business10-inner-left img{margin-top: -55px;position: relative;z-index: 2;}
.business10-inner-right{width: 80%;padding-top: 100px;}
.button3-inner{display: flex;justify-content: space-between;align-items: center;width: 80%;flex-wrap: nowrap;margin: 0 auto;}
.button3{background-color: #fff;padding: 20px 40px;border-radius: 12px;font-size: 14px;line-height: 1em;font-weight: bold;align-items: center;}
.button3Box a{text-decoration: none;color: #000;cursor: pointer;box-shadow: 0 8px #4FC1D3;transition: transform 0.2s, box-shadow 0.2s;white-space: nowrap;}
.button3Box a:active{position: relative;top: 8px;box-shadow: none;}
.business10-inner-right .textbox{justify-content: center;display: flex;justify-content: center;width: 80%;margin: 70px auto 0 auto;padding-left: 15px;}
/*------------------product01------------------*/
.product01{border-top: 30px solid #00A5BF;padding-bottom: 160px;}
/*-----------product01-left----------*/
.product01-left{width: 50vw;}
.product01-left .outside-left-innerBox-inner{max-width: 550px;padding-left: 20px;}
.product01-left .outside-left-innerBox img{margin: 115px 0 50px 0;width: 85%;height: auto;}
.product01-left .lead01{margin-bottom: 42px;}
.product01-left .textblock{margin-bottom: 70px;max-width: 550px;}
.product01-feature5-wrapper{display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 550px;}
.product01-feature5{width: 220px;text-align: center;justify-content: center;align-items: center;border-radius: 12px;margin-bottom: 20px;padding: 20px 0;}
.product01-feature5 p{margin: 0;padding: 0;}
.feature5-text01{font-size: 12px;line-height: 1.4em;}
.feature5-text02{font-size: 18px;line-height: 1.6em;}
.product01-link01{text-align: right;border-bottom: 1px solid #000;display: block;width: 150px;margin-top: 30px;margin-left: auto;padding-bottom: 8px;color: #000;margin-bottom: 25px;cursor: pointer;}
.product01-link02{width: 100%;height: 85px;line-height: 85px;text-align: center;display: block;border-radius: 12px;font-size: 20px;box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.20);cursor: pointer;}
/*-----------product01-right----------*/
.product01-right{width: 50vw;margin-left: 70px;}
.product01-right img{margin-right: 0;margin-top: -1020px;position: relative;z-index: 2;padding-right: 20px;}
.product01-right-innerBox001{margin-top: 180px;height: 550px;clip-path: polygon(0 160px, 100% 0, 100% calc(100% - 50px), 0 100%);}
.product01-right-innerBox002{margin-top: -100px;height: 550px;clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 160px));}
/*------------------product02------------------*/
.product02{text-align: center;padding-bottom: 80px;}
.product02 .lead01{margin-top: 90px;}
/*------------------technique01------------------*/
.technique01{border-top: 30px solid #00A5BF;}
.technique01 .lead01,.technique01 .title01{text-align: center;margin: 0 auto;}
.technique01 .title01{margin: 130px 0 80px 0;}
.technique01 .textblock{margin: 45px auto 100px auto;}
.technique01-figure-wrapper{display: block;justify-content: space-between;gap: 30px;}
.technique01-table01-wrapper{display: flex;gap: 30px;margin: 0 auto;justify-content: center;margin-top: 60px;}
.saigen4img{display: flex;flex-wrap: wrap;max-width: 600px;margin: 0 auto;padding: 0;}
.technique01-img4-wrapper{display: flex;flex-wrap: wrap;justify-content: center;margin: 75px 0 140px 0;}
.technique01-img4-wrapper img{margin: 0;}
.figure-title01{text-align: center;margin-bottom: 8px;font-weight: bold;}
/*-----------------図表全体css------------------*/
.technique01-table01{border-collapse: collapse;width: 260px;}
.technique01-table01 th{font-weight: bold;width: 80px;text-align: center;}
.technique01-table01 td{padding: 3px 10px;text-align: right;border: 1px solid #ddd;}
/* オッド行と偶数行の背景色を交互に設定 */
.technique01-table01 tbody tr:nth-child(odd) {background-color: #f9f9f9;}
.technique01-table01 tbody tr:hover {background-color: #e0e0e0;}
/*-----------------図表left01------------------*/
.technique01-table-left01 th:first-child,.technique01-table-left01 td:first-child,.technique01-table-left01 tr:first-child {border: none;}
.technique01-table-left01 tr:nth-child(2) {background-color: #EBF8FA;font-weight: bold;}
/*-----------------図表left02------------------*/
.technique01-table-left02 th,.technique01-table-left02 td,.technique01-table-left02 tr{border: none;}
/*-----------------図表right01------------------*/
.technique01-table-right01 th:first-child,{border: none;}
.technique01-table-right01 tr:nth-child(2) {background-color: #EBF8FA;font-weight: bold;}
.technique01-table-right01{width: 280px;}
/*-----------------図表right02------------------*/
.technique01-table-right02 th,.technique01-table-right02 td,.technique01-table-right02 tr{border: none;}
.technique01-table-right02{width: 280px;}
/*------------------technique02class------------------*/
.technique02{border-top: 30px solid #FFA403;padding-bottom: 70px;}
.expression-separate{margin-bottom: 60px;}
.technique02 .lead01,.technique02 .title01{text-align: center;margin: 130px 0 80px 0;}
.technique02 .textblock{margin: 45px auto 100px auto;}
.expression-img3{position: relative;width: 60%;}
.expression-img3 img{width: 100%;}
.expression-img2 img{width: 50%;}
.expression-img3-mark{position: absolute;top: 0;left: 0;text-align: center;padding: 20px;font-size: 20px;line-height: 1em;font-weight: bold;font-family: "Gill Sans", sans-serif;}
/*-----------------technique02-table------------------*/
/* テーブルの全体的なスタイリング */
.borderless-table{border-collapse: collapse;width: 100%;}
.technique02-table th,.technique02-table td,.technique02-table tr{border: none;font-size: 14px;line-height: 1em;}
.technique02-table td:first-child{text-align: left;}
.technique02-table td{padding: 10px 20px;text-align: center;}
.technique02-table tbody tr:nth-child(odd){background-color: #f9f9f9;}
.technique02-table tbody tr:hover{background-color: #e0e0e0;}
.expression-separate{display: flex;justify-content: space-between;}
.expression-img2{display: flex;justify-content: space-between;}
/*------------------introduction01class------------------*/
.introduction01{border-top: 30px solid #00A5BF;text-align: center;}
.introduction01-title-wrapper{margin: 170px 0 120px 0;}
.introduction01 .lead01{margin: 55px 0 35px 0;}
.introduction01-main-wrapper{width: 90vw;margin: 50px auto 0 auto;}
.step-wrap{display: flex;width: 800px;margin: 0 auto;}
.step-wrap-left{width: 15%;margin-right: 5px;display: none;}
.step-wrap-left p{font-size: 20px;line-height: 50px;font-weight: bold;}
.step-wrap-center{align-items: center;width: 10%;position: relative;display: inline-block;padding-bottom: 20px;}
.step-wrap-center p{font-size: 20px;line-height: 50px;width: 50px;height: 50px;background: #000;border-radius: 50%;font-weight: bold;}
.step-wrap-right{text-align: left;width: 75%;margin-left: 15px;margin-top: -10px;}
.step-wrap-right-subtitle{font-size: 23px;line-height: 70px;margin-bottom: 20px;font-weight: bold;}
.step06-list{margin: 20px 15px 20px 0;font-size: 14px;}
.step01{margin-bottom: 120px;}
.step01 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 30px;bottom: -90px;width: 1px;height: 120px;margin: auto;background-color: #000;}
.step02 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 30px;bottom: -40px;width: 1px;height: 340px;margin: auto;background-color: #000;}
.step02 .step-wrap{padding-bottom: 20px;}
.step03 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 30px;bottom: -25px;width: 1px;height: 180px;margin: auto;background-color: #000;}
.step04 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 30px;bottom: -25px;width: 1px;height: 140px;margin: auto;background-color: #000;}
.step05 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 30px;bottom: -25px;width: 1px;height: 220px;margin: auto;background-color: #000;}
.step06 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 30px;bottom: -25px;width: 1px;height: 380px;margin: auto;background-color: #000;}
/*------------------introduction02class------------------*/
.introduction02{padding-top: 100px;max-width: 800px;margin: 0 auto;padding-bottom: 100px;}
.introduction02-title{margin: 0 auto;font-size: 24px;line-height: 1em;font-weight: bold;text-align: center;}
.introduction02-textBox01{border: 1px solid #000;text-align: left;padding: 30px 100px;margin: 25px auto 60px auto;}
.introduction02 p{width: 600px;}
.introduction02-textBox02{width: 800px;margin: 0 auto;text-align: left;padding: 0 100px;}
/*-----------------faq------------------*/
.faq01{border-top: 30px solid #00A5BF;}
.faq02,.faq03{padding-bottom: 100px;}
.faq02 .title-block01-inner p,.faq03 .title-block01-inner p{margin: 60px 0 100px 0;}
.faq02 .textblock{margin: 0 auto;}
.faq02-text01,.faq03-text01{font-size: 20px;line-height: 1em;}
.faq02 .textblock p{margin-top: 20px;}
.faq02 .title-block01-inner{padding-bottom: 0;}
.faq03 .textblock p{margin-top: 20px;}
.faq03 .title-block01-inner{padding-bottom: 0;}
.faq03 img{width: 40vw;}
.faq03 .textblock{margin: -35px auto 0 auto;padding-left: 20px;}
.faq03 .textblock p{margin-top: 35px;}
/*-----------------contact------------------*/
.contact03{background: #FFFDFA;}
.contact03-call{font-size: 40px;line-height: 1.4em;font-weight: bold;margin-bottom: 20px;}
.contact01 .lead01,.contact03 .lead01{margin: 45px 0;}
/*-----------------company01------------------*/
.company01{border-top: 30px solid #00A5BF;}
/*********************
Contact Form7 Customize
**********************/
.wpcf7-form{padding: 80px;}
.tool-select{display: flex;justify-content: space-between;}
.wpcf7-form-control.wpcf7-select{width: 80px !important;text-align: center;}
.contact-divider{display: block;width: 100%;border-bottom: dashed 1px #C6C6C6 !important;margin-bottom: 20px;}
/*必須*/
.req-tag{padding: 5px 10px;font-size: 10px;line-height: 1.4em;background: #FF0000 !important;color: #fff;display: inline-block;text-align: center;margin: 0 5px;border-radius: 3px;}
/*任意*/
.normal-tag{ padding: 5px 10px;font-size: 10px;line-height: 1.4em;background: #00A5BF !important;color: #fff;display: inline-block;text-align: center;margin: 0 5px;border-radius: 3px;}
.mail-container{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;height: auto;}
.top-sp{margin: 20px 0;}
.btm-sp{margin-bottom: 15px;}
.mail-item{margin-bottom: 30px;}
.mail-item:nth-child(1){ /*Label*/width: 20%;}
.mail-item:nth-child(2){ /*Tag*/width: 10%;text-align: center;}
.mail-item:nth-child(3){ /*Form*/width: 70%;}
.wpcf7-form-control.wpcf7-text,.wpcf7-form-control.wpcf7-select,.wpcf7-form-control.wpcf7-text.wpcf7-email{width: 50%;border-radius: 5px;margin-bottom: 0;background-color: white;}
.kakunin{margin-top: 80px !important;text-align: center;}
input.wpcf7-submit {padding: 1em !important;margin: 2em 0em !important;background-color: #00A5BF;border-radius: 5px;color: #fff;font-size: 18px;font-weight: bold;width: 50%;box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);margin: 0 auto;}
input.wpcf7-submit:hover {cursor: pointer;}
.wpcf7-spinner{margin: 0;}
.btn-submit{width: 100%;text-align: center;margin: 0 auto !important;}
.wpcf7-form-control.wpcf7-textarea{width: 100%;border-radius: 5px !important;margin-bottom: 0;background-color: white;}
.wpcf7-not-valid-tip{ /*Error Messages*/color: red !important;padding-top: 10px !important;font-size: 13px !important;display: block;}
span.wpcf7-not-valid-tip{padding: 0;}
/*エラー表示を非表示*/
.screen-reader-response {display: none;}
div.wpcf7-validation-errors {margin-top: 20px !important;font-size: 16px;display: inline-block;margin: 0 auto;background-color: #CF2323;}

.has-text-align-right .has-sm-3-xl-font-size{font-family: "Gill Sans", sans-serif !important;font-size: 54px !important;line-height: 1em;font-style: italic;}
.wp-image-1079{max-width: 340px !important;}
.spspsp{display: none;}
@media print, screen and (max-width: 919px) {
.hikaku-table{border-collapse: collapse;width: 200px;margin: 0 auto;}
.hikaku-table th{font-size: 12px;}
.business09-wrap3-right2{display: block;}
.business09-wrap3 .textblock{margin: 40px auto 0 auto;max-width: 500px;}
/*------------------front03------------------*/
.front03-left001 .textblock,.front03-left001 .lead01{margin-left: 50px;margin-right: 50px;padding-right: 80px;padding-left: 20px;}
.front03-right001 img{position: relative;z-index: 3;margin-top: -700px;margin-left: 0;padding-right: 20px;}
.front03-left002 .outside-left-innerBox img{margin-top: -50px;position: relative;z-index: 3;}
.front03-right002{width: 50vw;margin-top: 20px;}
.front03-right002 .outside-right-innerBox{padding-top: 420px;margin-top: -400px;padding-bottom: 40px;margin-bottom: 50px;margin-left: -80px;padding-right: 20px;}
.front03-right002 .textblock,.front03-right002 .lead01{margin-left: 100px;}
.front03-right002 .textblock p{margin-top: 30px;}
.front03-right002 .outside-right-innerBox .handzoom{display: flex;justify-content: space-between;}
.front03-right002 .outside-right-innerBox .handzoom img{margin-top: 2px;width: 90%;height: auto;}
/*----------REASON5-----------*/
.reason5{padding: 50px 0;}
/*-----------front-info----------*/
.front-info-left .outside-left-innerBox img{padding-left: 50px;margin-top: -130px;position: relative;z-index: 3;width: 80%;height:auto;margin-right: -20px;}
/*------------------front-info02------------------*/
.front-info02 .title01{font-size: 40px;}
.front-info02-container{display: flex;justify-content: space-between;padding: 80px 0;align-items: center;}
.front-info02-left{padding: 0 20px;}
.front-info02-right{padding-left: 20px;border-left: 1px solid #000;}
.tel01{font-size: 30px;line-height: 1.2em;font-weight: bold;font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.front-info02-mail{margin-top: 20px;padding: 10px 20px;margin-right: 40px;}
.front-info02 .lead01{font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;text-align: center;font-size: 18px;margin: 0 auto;}
/*------------------about01class------------------*/
.about01-left .title01{position: relative;z-index: 3;}
/*-----------about04-02-right02----------*/
.about04-02-table {border: 1px solid #000;border-collapse: collapse;width: 100%;max-width: 360px;margin-top: 25px;margin-left: 80px;}
.about04-02-table th,.about04-02-table td {padding: 4px 8px;font-size: 12px;line-height: 1.4em;text-align: left;width: 100px;border: 1px solid #B2B2B2;text-align: center;font-family: "MS 明朝", "Hiragino Mincho Pro", serif;font-weight: bold;}
/*------------------about04-05------------------*/
.about04-05-left .textblock{margin-right: 100px;padding-right: 120px;position: relative;z-index: 3;}
.about04-05-right .outside-right-innerBox img{margin-top: -200px;padding-left: 20px;}
/*------------------about05------------------*/
.about05-02 .about05-left{width: 40vw;}
.about05-left{padding-left: 70px;margin-top: -55px;}
/*------------------business10------------------*/
.button3{background-color: #fff;padding: 10px 20px;border-radius: 8px;font-size: 14px;line-height: 1em;font-weight: bold;align-items: center;}
.business10-inner-right{width: 80%;padding-top: 60px;}
.business10-inner-right .textbox{justify-content: center;display: flex;justify-content: center;width: 80%;margin: 40px auto 0 auto;padding-left: 15px;}
.business10-inner{display: flex;justify-content: space-between;height: 280px;}
.business10-inner-left{width: 30%;}
/*------------------product01------------------*/
.product01-feature5{width: 180px;text-align: center;justify-content: center;align-items: center;border-radius: 12px;margin-bottom: 20px;padding: 20px 0;}
.feature5-text01{font-size: 10px;line-height: 1.4em;}
.feature5-text02{font-size: 14px;line-height: 1.6em;}
.product01-right{width: 50vw;margin-left: 40px;}
/*------------------company------------------*/
.wp-image-1254{display: none;}
}
@media print, screen and (max-width: 710px) {
/*------------------technique01------------------*/
.saigen4img{display: flex;flex-wrap: wrap;max-width: 600px;margin: 0 auto;padding: 0;width: 96%;}
.saigen4img img{width: 48%;height: auto;}
.technique01-img4-wrapper{display: flex;flex-wrap: wrap;justify-content: center;margin: 75px 0 140px 0;width: 96%;}
.technique01-img4-wrapper img{margin: 0;width: 48%;height: auto;}
/*------------------introduction------------------*/
.step-wrap-right .textblock{width: 400px;}
.introduction02{padding-top: 100px;max-width: 500px;margin: 0 auto;padding-bottom: 100px;}
.introduction02-textBox01{border: 1px solid #000;text-align: left;padding: 20px 40px;}
.introduction02-textBox01 p{width: 420px;}
.introduction02-textBox02{width: 500px;margin: 0 auto;text-align: left;padding: 0;}
.introduction02-textBox02 p{width: 500px;}
.introduction02-title{margin-left: -50px;}
}
@media screen and (max-width: 640px) {
.wpcf7-form-control.wpcf7-text,.wpcf7-form-control.wpcf7-text.wpcf7-email,.wpcf7-form-control.wpcf7-select{width: 100%;}
.mail-item:nth-child(1){ /*Label*/width: 50%;margin-bottom: 10px;}
.mail-item:nth-child(2){ /*Tag*/width: 50%;margin-bottom: 10px;text-align: left !important;}
.mail-item:nth-child(3){width: 100%;}
.tag {width: 60px;}
.tool-select{font-size: 5px; line-height: 1em;width: 40px;margin-top: 10px;}
.wpcf7-form-control.wpcf7-select{width: 60px !important;text-align: center;font-size: 14px;line-height: 1em;margin-top: 5px;}
}
@media print, screen and (max-width: 599px){
/*------------------allclass------------------*/
p{font-size: 14px;line-height: 1.4em;margin: 0;padding: 0;font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.main-container{max-width: 1200px;margin: 0 auto;position: relative;padding: 0 10px;}
.title01{font-size: 30px;line-height: 1em;font-weight: bold;font-style: italic;}
.title02{font-size: 16px;line-height: 1em;font-weight: bold;font-style: italic;}
.lead01{font-size: 18px;line-height: 1.4em;font-weight: bold;white-space: nowrap;overflow: visible;font-family: "MS 明朝", "Hiragino Mincho Pro", serif;}
.lead02{font-size: 16px;line-height: 1.4em;font-weight: bold;}
.lead03{font-size: 18px;line-height: 1.4em;font-family: "Gill Sans", "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.textblock{width: 100%;white-space: normal;overflow: visible;}
.page-id-264 ul li,.page-id-264 ol li,.page-id-70 .wp-block-snow-monkey-blocks-section ul li,.page-id-70 ol li{font-size: 14px !important;line-height: 1.4em;margin: 0;padding: 0;font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
/*------------------共通class------------------*/
#splash_logo img {width: 60vw;}
.pc_picture{display: none;}
.sp_picture{display: inline-block;margin: 0 auto;}
/*フロントページ上部余白削除*/
.p-entry-content>:not(:first-child), .textwidget>:not(:first-child) {margin-top: 0;}
/*フッター上部のボーダートップ削除*/
.l-footer{border: none;}
/*フッター色変更*/
.c-copyright--inverse{background: #000;}
/*Abeliaロゴ配置*/
.smb-section__body{position: static;}
.wp-image-931{top: 10px;left: 0;position: static;}
.smb-section__inner figure {display: flex;justify-content: center;}
.smb-section__inner figure img{}
/*スクロール時にメニューカラーオレンジ*/
.l-header--sticky-overlay-colored-lg {background-color: transparent;left: 0;position: absolute;position: fixed;right: 0}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg {color: var(--overlay-header-text-color)}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .c-hamburger-btn__bar {background-color: var(--overlay-header-text-color)}
[data-scrolled=true] .l-header--sticky-overlay-colored-lg {background-color: #FFA403;;box-shadow: 0 1px 2px 1px rgba(0,0,0,.05)}
/*メニューカラーオレンジ*/
.l-header--sticky-overlay-colored-lg{background: #FFA403;}
/*サブタイトルカスタム*/
.c-navbar__submenu{min-width: 180px;}
.c-navbar__submenu a{text-align: center;}
/*固定ページタイトル消去*/
.page-id-14 .c-entry__header,.page-id-46 .c-entry__header,.page-id-49 .c-entry__header,.page-id-53 .c-entry__header,.page-id-266 .c-entry__header,.page-id-56 .c-entry__header,.page-id-70 .c-entry__header,.page-id-59 .c-entry__header,.page-id-61 .c-entry__header,.page-id-264 .c-entry__header{display: none;}
/*アコーディオン*/
.smb-accordion__item__title{background-color: lightblue;font-weight: bold;}
.smb-accordion__item__body{animation: fadein-top 0.8s ease-out forwards;}
.smb-accordion__item__title{padding: 40px 30px !important;}
.page-id-70 .is-layout-constrained>:not(:first-child){margin-top: 0 !important;}
/*separate*/
.separate01{display: flex;justify-content: space-between;align-items: flex-start;}
.outside-left{margin-left: 0;}
.outside-right{margin-right: 0;}
.outside-left-innerBox{padding-left: 0;white-space: normal;overflow: visible;}
.outside-right-innerBox{padding-right: 0;}
/*Viewmore*/
.viewmore01{padding: 10px 20px;border-radius: 8px;color: #fff;font-size: 12px;line-height: 1em;font-weight: bold;box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.20);}
.moreBox{cursor: pointer;}
.orange_more{background: #FFA403;transition: background-color 0.3s ease;}
.orange_more:hover{background: #00A5BF;}
.asagi_more{background: #00A5BF;transition: background-color 0.3s ease;}
.asagi_more:hover{background: #FFA403;}
/*title-block*/
.title-block01-inner{text-align: center;padding: 60px 0;}
.title-block01-inner .lead01{margin: 30px 0 40px 0;}
.title-block01-inner .textblock{text-align: left;margin: 0 auto;}
/*-----------------eyecatch01----------------*/
.eyecatch01{justify-content: flex-start;align-items: center;height: 30vh;}
.eyecatch-inner01{background-color: #fff;height: 30vh;display: flex;align-items: center;position: relative;}
.eyecatch-img01{display: flex;align-items: flex-end;width: 12vw;}
.eye-rightmessage{font-family: "Chalkboard SE", sans-serif;font-style: italic;font-size: 30px;line-height: 1em;align-items: flex-end;margin-bottom: 0;padding-bottom: 0;margin-left: 10px;}
.eyetextbox{display: flex;align-items: center;margin-top: 14px;}
.eyetitle{font-family: "Gill Sans", sans-serif;font-size: 30px;line-height: 1em;margin: 0 30px 0 0;font-weight: normal;}
.eyeread{font-size: 32px;line-height: 1em;display: none;}
/*ーーーーー横線ーーーーー*/
.eyecatch01{position: relative;overflow: hidden;}
.eyecatch01::before{content: "";position: absolute;top: 57%;left: 0;width: 50%;border-top: 1px solid #000;z-index: 0;display: none;}
.eyecatch01::after {content: "";position: absolute;top: 50%;right: 0;width: 50%;border-top: 1px solid #fff;z-index: -1;display: none;}
/*------------------front03------------------*/
.front03{border-top: 5px solid #00A5BF;margin-top: -15vh;background: #00A5BF;}
/*-----------front03-left001----------*/
.front03-left001{width: 100%;}
.front03-left001{margin-top: 50px;}
.front03-left001 .outside-left-innerBox{padding-bottom: 60px;position: relative;z-index: 2;margin-right: 0;background: #fff;}
.front03-left001 .title01{padding-top: 60px;padding-bottom: 40px;margin: 0;}
.front03-left001 .textblock,.front03-left001 .lead01{margin: 0;padding-right: 10px;}
.front03-left001 .sp_picture{display: block;margin: 0 auto 20px auto;width: 55% !important;}
.pc_mieru{display: none;}
/*-----------front03-right001----------*/
.front03-right001{width: 10px;display: none;}
.front03-right001 .outside-right-innerBox{height: 600px;margin-top: 30px;margin-left: -300px;position: relative;z-index: 1;}
.front03-right001 img{position: relative;z-index: 3;margin-top: -700px;margin-left: -110px;}
/*-----------front03-left002----------*/
.front03-left002{width: 100%;display: none;}
.front03-left002 .outside-left-innerBox img{margin-top: -50px;position: relative;z-index: 3;}
.front03-left002 .outside-left-innerBox{position: relative;}
.front03-left002 .outside-left-innerBox p{position: absolute;font-size: 13px;line-height: 1.4em;right: 6px;bottom: 4px;z-index: 5;}
/*-----------front03-right002----------*/
.front03-right002{width: 100%;margin: 0 auto;}
.front03-right002 .sp_picture{display: block;margin: 20px auto 0 auto;}
.front03-right002 .outside-right-innerBox{margin: 0;padding: 10px;}
.front03-right002 .textblock,.front03-right002 .lead01{margin-left: 0;}
.front03-right002 .textblock{text-align: center;}
.front03-right002 .textblock p{margin-top: 30px;text-align: left;}
.front03-right002 .outside-right-innerBox .handzoom{display: flex;justify-content: space-between;}
.front03-right002 .outside-right-innerBox .handzoom img{margin-top: 2px;}
.front03-right002 .outside-right-innerBox .handzoom p{text-align: center;}
.sp_mieru{display: block;text-align: right;margin-bottom: 30px;}
/*----------REASON5-----------*/
.reason5{padding: 50px 0;}
.reason5 .main-container{position: relative;text-align: center;} 
.circle-container{position: absolute;left: 50%;transform: translate(-50%,0);}
.circle-text {position:relative;width: 800px;height: 800px;font-size: 40px;text-align: center;margin: 0;}
.circle-text span {position: absolute;top: 0;left: calc(50% - 15px); /* 中心点、文字サイズ分ずらす */display: inline-block;width: 30px;height: 500px; /* 半径 */transform-origin: center bottom;}
.circle-text span:nth-child(1) {transform: rotate(340deg);}
.circle-text span:nth-child(2) {transform: rotate(350deg);}
.circle-text span:nth-child(3) {transform: rotate(0deg);}
.circle-text span:nth-child(4) {transform: rotate(10deg);}
.circle-text span:nth-child(5) {transform: rotate(20deg);}
/*ーーーreason5-2ーーーーーーーーーーーーー*/
.reason05-2 a{text-decoration: none;color: #fff;}
.reason05-2 h3{font-size: 20px;padding-left: 5px;padding-top: 5px;}
.reason05-2 p{padding-left: 5px;padding-top: 5px;}
.reason05-2-separate{display: block;align-items: stretch;justify-content: space-between;width: 100%;}
.reason05-2-separate-left{width: 100%;background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju8.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
.reason05-2-separate-right{display: flex;width: 100%;flex-wrap: wrap;}
.reason05-2-separate-right .reason5-parts{width: 50%;}
.reason05-2 .yajirushi{position: absolute;bottom: 10px;right: 10px;font-size: 18px;line-height: 1em;padding: 10px;border-radius: 50%;border: 2px solid #fff;font-weight: bold;z-index: 1;margin: 0;}
/*------------------mission------------------*/
.mission{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju13.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
.mission .moreBox{padding-top: 50px;padding-bottom: 50px;}
.mission-wrapper{padding: 60px 10px;}
.mission .title01{margin-bottom: 40px;}
.mission .lead01{max-width: 510px;white-space: normal;overflow: visible;}
.mission .textblock{margin: 0 auto;text-align: left;padding-bottom: 140px;padding: 0 10px;}
/*------------------frontbusiness01個別class------------------*/
.frontbusiness01{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju14.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}
/*-----------frontbusiness01-left----------*/
.frontbusiness01-left{display: none;}
/*-----------frontbusiness01-right----------*/
.frontbusiness01-right{width: 100vw;padding-bottom: 10px;}
.frontbusiness01-right .sp_picture{margin: 20px auto;}
.frontbusiness01-right .outside-right-inner{margin: 0;}
.frontbusiness01-right .outside-right-innerBox{margin: 30px 0 20px 0;padding: 0 10px 40px 10px;}
.frontbusiness01-right .title01{margin: 0;padding-top: 20px;}
.frontbusiness01-right .lead01{margin-top: 30px;}
.yajirushi{position: absolute;bottom: -30px;right: 0;font-size: 12px;line-height: 1em;padding: 8px;border-radius: 50%;border: 2px solid #fff;font-weight: bold;color: #fff;}
.yajirushi:hover{cursor: pointer;color: #FFA403;font-size: 12px;border: 3px solid #FFA403;transition: background-color 0.7s ease;}
/*------------------frontbusiness02個別class------------------*/
.frontbusiness02 .separate01{display: block;}
.frontbusiness02 .main-container{padding: 0;}
.frontbusiness02{border-bottom: 15px solid #000;}
.f_business02-left .f_business02-label{padding-left: 0;}
.f_business02-right .f_business02-label{padding-right: 0;margin-left: 0;padding-left: 0;}
.f_business02-label .title02{margin-left: 0;padding-left: 10px;font-size: 24px;}
.f_business02-label p{margin-left: 0;padding-left: 10px;}
.frontbusiness02 .textblock,.frontbusiness02 .lead01{margin: 30px auto;}
.img4-block-01{display: flex;flex-wrap: wrap;justify-content:space-between;max-width: 510px;}
.frontbusiness02 .moreBox{text-align: right;margin: 30px 0 40px 0;} 
/*-----------frontbusiness02-left----------*/
.f_business02-left{width: 100%;}
.frontbusiness02 .outside-left-inner{margin-right: 0;width: 100%;}
.frontbusiness02 .outside-left-innerBox{margin: 0 auto;padding: 0;width: 100%;padding: 0 10px;}
/*-----------frontbusiness02-right----------*/
.f_business02-right{width: 100%;}
.frontbusiness02 .outside-right-inner{margin-left: 0;}
.frontbusiness02 .outside-right-inner{width: 100%;padding: 0;}
.frontbusiness02 .outside-right-innerBox{margin: 0 auto;padding: 0;width: 100%;padding: 0 10px;}
/*-----------front-info----------*/
.front-info{position: relative;z-index: 2;}
.front-info-left{display: none;}
.front-info-right{width: 100%;text-align: center;}
.front-info-right .title01{text-align: left;}
.front-info-right .sp_picture{margin-top: 20px;width: 45%;text-align: center;}
.front-info-right .outside-right-innerBox{padding-top: 40px;padding-left: 0;margin-left: 0;background: #fff;}
.front-info-right .lead01{margin-top: 30px;}
.front-info-right .textblock p{margin-top: 30px;text-align: left;}
.front-info .moreBox{margin-top: 30px;margin-bottom: 30px;}
/*------------------front-info02class------------------*/
.front-info02{border-top: 15px solid #000;}
.front-info02-left{padding: 0 0 0 10px;margin: 0;}
.front-info02-container{display: block;justify-content: space-between;padding: 40px 0;align-items: center;}
.front-info02 .title01{font-size: 30px;}
.front-info02-right{padding-left: 10px;border-left: none;margin-top: 20px;text-align: center;}
.tel01{font-size: 18px;line-height: 1.2em;font-weight: bold;font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;}
.front-info02-mail{margin: 30px auto 0 auto;padding: 8px 16px;}
.front-info02-mail p{text-align: center;}
/*------------------about01class------------------*/
.about01{height: auto;background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju26.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 15px solid #00A5BF;}
.about01 .separate01{display: block;}
/*-----------about01-left----------*/
.about01-left{width: 100%;margin-top: 60px;padding-bottom: 20px;text-align: center;background: rgba(0, 0, 0, 0.45);padding-top: 20px;}
.about01-left .title01{text-align: left;}
.about01-left .lead01{text-align: left;}
.about01-left .sp_picture{margin-top: 30px;width: 45%;display: inline-block;}
.about01-left .outside-left-inner{margin-top: 50px;margin-right: 0;height: auto;}
.about01-left .outside-left-innerBox{margin-top: 0;}
.about01-left .lead01{margin-top: 30px;}
.about01-left .textblock p{margin-top: 30px;}
.about01-left .textblock{margin-bottom: 40px;text-align: left;}
/*-----------about01-right----------*/
.about01-right{width: 100%;display: none;}
.about01-right .outside-right-innerBox{margin-bottom: 0;}
/*------------------fabout04-01class------------------*/
.about04-reason .separate01{display: block;}
.about04-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju27.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
.reason-label p{background: #FFA403;color: #fff;font-size: 18px;line-height: 1em;padding: 8px 10px 12px 10px;display: inline-block;font-family: "Gill Sans", sans-serif;font-style: italic;border-radius: 0 0 8px 8px;}
.about04-reason-title{margin: 30px 0;}
.about04-01{margin: 0 0 -30px 0;}
/*-----------fabout04-01-left01----------*/
.about04-01-left01{width: 100%;margin: 30px 0 0 0;padding: 0;}
.about04-reason .sp_picture{margin-top: 20px;}
.about04-01-left01 .outside-left-inner{width: 100%;}
.about04-01-left01 .outside-left-innerBox{padding-bottom: 20px;margin-right: 0;margin-top: 20px;width: 100%;padding-left: 10px;padding-right: 0;}
.about04-01-left01 .title01{padding-top: 40px;}
.about04-01-left01 .textblock,.about04-01-left01 .lead01{margin-right: 10px;}
.about04-01-left01-text01{padding-top: 40px;width: 100%;padding-right: 15px;margin-right: 10px;}
.about04-01-left01-text02{margin-top: 40px;padding-bottom: 40px;width: 100%;padding-right: 15px;margin-right: 10px;}
/*-----------about04-01-right01----------*/
.about04-01-right01{width: 100%;display: none;}
.about04-01-right01 .outside-right-innerBox{width: 50%;margin-top: 100px;}
/*-----------about04-01-left02----------*/
.about04-01-left02{width: 100%;margin-bottom: -80px;}
/*-----------about04-01-right02----------*/
.about04-01-right02{width: 100%;}
.about04-01-right02 .outside-right-inner{margin: 0;padding: 0;}
.about04-01-right02 .outside-right-innerBox{padding-top: 40px;margin-top: 0;margin-bottom: 30px;margin-left: 0;padding: 0;background: rgba(255, 255, 255, 0.7);}
.about04-01-right02 .textblock{margin-left: 0;padding: 0 10px;}
.about04-01-right02 .lead01{margin-left: 0;padding: 20px 10px 0 10px;}
.about04-01-right02 img{padding: 20px 0;width: 100%;height: auto;}
/*------------------about04-02class------------------*/
.about04-02-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju30.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
.about04-02-reason .separate01{display: block;}
.about04-02-reason-title{margin: 40px 0;}
/*-----------about04-02-left01----------*/
.about04-02-left01{width: 100%;margin-top: 40px;}
.about04-02-left01 .outside-left-inner{width: 100%;}
.about04-02-reason .sp_picture,.about04-03-reason .sp_picture,.about04-04-reason .sp_picture,.about04-05-reason .sp_picture{margin-top: 20px;}
.about04-02-left01 .outside-left-innerBox{padding-bottom: 30px;margin-right: 0;margin-top: 0;padding-left: 10px;}
.about04-02-left01 .title01{padding-top: 40px;}
.about04-02-left01 .textblock{margin-right: 0;}
.about04-02-left01-text01{padding-top: 30px;}
.about04-02-left01-text02{margin-top: 50px;}
.about04-02-reason .hosoku{display: flex;justify-content: flex-end;position: relative;z-index: 2;margin-bottom: 0;}
.about04-02-right02 img{padding: 0;}
/*-----------about04-02-right01----------*/
.about04-02-right01{width: 100%;display: none;}
.about04-02-right01 .hosoku{display: inherit;}
.about04-02-right01 .outside-right-innerBox{width: 100%;margin-top: 30px;}
/*-----------about04-02-left02----------*/
.about04-02-left02{width: 100%;display: none;}
/*-----------about04-02-right02----------*/
.about04-02-right02{width: 100%;}
.about04-02-right02 .outside-right-inner{width: 100%;padding-right: 0;}
.about04-02-right02 .outside-right-innerBox{padding-top: 30px;margin-top: 0;margin-bottom: 0;margin-left: 0;padding-right: 0;}
.about04-02-right02 .textblock,.about04-02-right02 .lead01{margin-left: 0;padding: 0 10px;}
.about04-02-reason .hosoku p{background: #000;display: block;padding: 5px 10px;text-align: right;font-size: 12px;line-height: 1.6em;margin: 0;}
.about04-02-right01-text02{margin-top: 30px;padding-bottom: 30px;}
.about04-02-table {border: 1px solid #000;border-collapse: collapse;width: 100%;margin: 25px auto 0 auto;}
.about04-02-table th,.about04-02-table td{height: 45px;padding: 8px 4px;font-size: 12px;line-height: 1.4em;text-align: left;width: calc(100% / 3);border: 1px solid #B2B2B2;text-align: center;font-family: "MS 明朝", "Hiragino Mincho Pro", serif;font-weight: bold;}
.about04-02-table th{background: #E0E0E0;width: 60px;}
/*------------------about04-03class------------------*/
.about04-03-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju33.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
.about04-03-reason-title{margin: 40px 0;}
.about04-03-reason .separate01{display: block;}
/*-----------about04-03-left----------*/
.about04-03-left{width: 100%;margin-top: 40px;padding-bottom: 20px;}
.about04-03-left .outside-left-innerBox{padding-top: 30px;padding-bottom: 40px;margin-right: 0;margin-top: 0;padding: 30px 10px;}
.about04-03-left .title01{padding-top: 30px;}
.about04-03-left .textblock{margin-right: 0;}
.about04-03-left-text01{padding-top: 30px;}
.about04-03-left-text02{margin-top: 30px;}
/*-----------about04-03-right----------*/
.about04-03-right{display: none;}
/*------------------about04-04class------------------*/
.about04-04{padding-bottom: 20px;}
.about04-04-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju33.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
.about04-04-reason-title{margin: 40px 0;}
.about04-04-reason .separate01{display: block;}
/*-----------about04-04-left----------*/
.about04-04-left{width: 100%;margin-top: 40px;}
.about04-04-left .outside-left-innerBox{margin-right: 0;margin-top: 0;padding: 30px 10px;}
.about04-04-left .title01{padding-top: 30px;}
.about04-04-left .textblock{margin-right: 0;}
/*-----------about04-04-right----------*/
.about04-04-right{width: 100%;display: none;}
.about04-04-right-img01{width: 80px;text-align: center;padding: 3px 5px;margin-top: -80px;position: relative;z-index: 2;}
.about04-04-right-img02{width: 100%;padding-right: 0;margin-top: -10px;margin-left: 0;}
/*------------------about04-05class------------------*/
.about04-05-reason{background-image: URL('https://senju-3d.jp/wp-content/uploads/2023/10/senju33.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;border-top: 10px solid #FFA403;}
.about04-05-reason-title{margin: 40px 0;}
.about04-05-reason .separate01{display: block;}
/*-----------about04-05-left----------*/
.about04-05-left{width: 100%;margin-top: 40px;margin-bottom: 30px;padding-bottom: 20px;}
.about04-05-left .outside-left-innerBox{padding-top: 30px;padding-bottom: 30px;margin-right: 0;margin-top: 0;padding: 30px 10px;}
.about04-05-left .title01{padding-top: 30px;}
.about04-05-left .textblock{margin-right: 0;padding: 0 10px;}
.about04-05-left-text01{padding-top: 30px;}
.about04-05-left-text02{margin-top: 40px;}
/*-----------about04-05-right----------*/
.about04-05-right{width: 100%;}
.about04-05-right .outside-right-innerBox{margin-top: 40px;margin-right: 0;}
/*------------------about05class------------------*/
.about05{padding-bottom: 0;}
.about05 .textblock{margin-top: 20px;}
.about05 .separate01{display: block;}
.about05-title-wrapper{text-align: center;padding: 30px 0 30px 0;}
.about05-title-wrapper .lead01{margin: 20px 0 30px 0;white-space: normal;overflow: visible;}
.about05 .others-subtitle{font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;font-size: 18px;line-height: 1em;margin-bottom: 30px;}
.about05-separate-container{height: auto;margin-bottom: 0;}
.about05-separate-inner{padding: 30px 0;}
.about05-left {width: 100%;padding-left: 10px;margin-top: 0;}
.about05-02 .about05-left{width: 100%;}
.about05-02 .outside-right-innerBox{display: flex;justify-content: space-between;gap: 10px;margin: 0 auto;flex-wrap: wrap;}
/*------------------business01class------------------*/
/*------------------business-block4class------------------*/
.business-block4{padding-top: 40px;}
.business-block4-wrapper{display: block;align-items: flex-start;flex-wrap: wrap;justify-content: space-between;margin: 0;}
.business-block4-wrap{max-width: 570px;margin-bottom: 40px;width: 100%;}
.block4-number{font-size: 60px;line-height: 1em;font-family: "Gill Sans", sans-serif;font-weight: bold;font-style: italic}
.block4-title{font-size: 14px;line-height: 1.4em;margin-bottom: 0;font-weight: bold;font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴシック", "游ゴシック", sans-serif;margin-left: 10px;}
/*------------------business04class------------------*/
.business-block3-inner{display: block;justify-content: space-between;align-items: flex-start;}
.business-block3-wrap{width: 360px;margin: 0 auto;}
/*------------------business-block4class------------------*/
.block4-02 .block4-number{color: #A6DFE9; }
.block4-02 .block4-titleBox{border-right: 3px solid #00A5BF; }
/*------------------business08-COST&PRODUCTIVITYclass------------------*/
.business08{border-top: 15px solid #FFA403;}
.business08 .separate01{display: block;}
.business08 .title01{text-align: center;margin: 50px 0 30px 0;}
/*-----------business08-left01----------*/
.business08-left01{width: 100%;text-align: center;}
.business08-left01 .outside-left-innerBox img{margin-left: 0;width: 45%;}
/*-----------business08-right01----------*/
.business08-right01{width: 100%;margin: 0 15px 0 -5px;}
.business08-right01-text01{margin-top: 30px;}
/*-----------business08-left02----------*/
.business08-left02{width: 100%;padding: 0;}
/*-----------business08-right02----------*/
.business08-right02{width: 100%;}
.business08-right02 img{width: 50vw;height: auto;margin-left: 5vw;margin-top: 160px;margin-bottom: 20px;}
/*------------------business09class------------------*/
.business09-inner{display: block;gap: 0;align-items: flex-start;margin-bottom: 120px;}
.business09-wrap3-right2{display: block;gap: 0;align-items: flex-start;}
.hikaku-table{border-collapse: collapse;width: 100%;margin: 0 auto 20px auto;}
/* オッド行と偶数行の背景色を交互に設定 */
.hikaku-table tbody tr:nth-child(odd) {background-color: #f9f9f9;}
/*------------------business10class------------------*/
.business10-inner{display: block;justify-content: space-between;height: auto;padding-bottom: 40px;padding-top: 10px;}
.business10-inner-left{width: 100%;text-align: center;background: rgba(225, 225, 225, 0.9);padding-bottom: 20px;}
.business10-inner-left img{margin-top: 30px;position: relative;z-index: 2;max-width: 150px;}
.business10-inner-right{width: 100%;padding-top: 20px;}
.button3-inner{display: block;justify-content: space-between;align-items: center;text-align: center;width: 100%;}
.button3{background-color: #fff;padding: 5px 10px;border-radius: 8px;font-size: 14px;line-height: 1em;font-weight: bold;align-items: center;display: block;margin: 30px auto;}
.button3Box a{text-decoration: none;color: #000;cursor: pointer;box-shadow: 0 8px #4FC1D3;transition: transform 0.2s, box-shadow 0.2s;width: 80vw;height: 40px;align-items: center;line-height: 30px;}
.button3Box a:active{position: relative;top: 8px;box-shadow: none;}
.business10-inner-right .textbox{justify-content: center;display: flex;justify-content: center;margin-top: 70px;width: 100%;padding: 0 10px;}
/*------------------product01class------------------*/
.product01{border-top: 15px solid #00A5BF;padding-bottom: 160px;}
.product01 .separate01{display: block;}
/*-----------product01-left----------*/
.product01-left .outside-left-innerBox-inner{width: 100%;padding-left: 0;text-align: center;}
.product01-left .outside-left-innerBox img{margin: 0 !important;width: 45%;height: auto;}
.product01-left{width: 100%;}
.product01-left .senju_logo_product{max-width: 130px;padding: 20px 0;display: block;}
.product01-left .sp_picture{padding-bottom: 20px;}
.product01-left .lead01{margin-bottom: 42px;text-align: left;}
.product01-left .textblock{margin-bottom: 40px;text-align: left;}
.product01-feature5-wrapper{display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}
.product01-feature5-wrapper img{width: 100%;}
.product01-feature5{width: 80%;text-align: center;justify-content: center;align-items: center;border-radius: 12px;margin: 0 auto 20px auto;padding: 5px 0;}
.product01-feature5 p{margin: 0;padding: 0;}
.feature5-text01{font-size: 12px;line-height: 1.4em;}
.feature5-text02{font-size: 16px;line-height: 1.6em;}
.product01-link01{text-align: right;border-bottom: 1px solid #000;display: block;width: 150px;margin-top: 30px;margin-left: auto;padding-bottom: 8px;color: #000;margin-bottom: 25px;cursor: pointer;}
.product01-link02{width: 100%;height: 50px;line-height: 50px;text-align: center;display: block;border-radius: 12px;font-size: 18px;box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.20);cursor: pointer;}
/*-----------product01-right----------*/
.product01-right{width: 100%;margin-left: 70px;display: none;}
.product01-right img{margin-right: 0;margin-top: -1020px;position: relative;z-index: 2;}
.product01-right-innerBox001{margin-top: 180px;height: 550px;clip-path: polygon(0 160px, 100% 0, 100% calc(100% - 50px), 0 100%);}
.product01-right-innerBox002{margin-top: -100px;height: 550px;clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 160px));}
/*------------------product02class------------------*/
.product02{text-align: center;padding-bottom: 80px;}
.product02 .lead01{margin-top: 40px;}
/*------------------technique01class------------------*/
.technique01{border-top: 15px solid #00A5BF;}
.technique01 .lead01,.technique01 .title01{text-align: center;}
.technique01 .title01{margin: 50px 0 30px 0;}
.technique01 .textblock{margin: 30px auto 40px auto;}
.technique01-figure-wrapper{display: block;justify-content: space-between;gap: 30px;}
.technique01-table01-wrapper{display: block;justify-content: space-between;gap: 30px;}
.saigen4img{display: block;flex-wrap: wrap;width: 100%;height: auto;margin: 0 auto;padding: 0;}
.saigen4img img{width: 100%;display: block;}
.technique01-img4-wrapper{display: block;flex-wrap: nowrap;justify-content: center;margin: 30px auto 40px auto;}
.technique01-img4-wrapper img{margin: 0;width: 100%;}
.figure-title01{text-align: center;margin-bottom: 8px;font-weight: bold;}
/*-----------------図表全体css------------------*/
.technique01-table01{border-collapse: collapse;width: 260px;margin: 0 auto;margin-bottom: 15px;}
.technique01-table01 th{font-weight: bold;width: 80px;text-align: center;}
.technique01-table01 td{padding: 3px 10px;text-align: right;border: 1px solid #ddd;}
/* オッド行と偶数行の背景色を交互に設定 */
.technique01-table01 tbody tr:nth-child(odd) {background-color: #f9f9f9;}
.technique01-table01 tbody tr:hover {background-color: #e0e0e0;}
/*-----------------図表left01------------------*/
.technique01-table-left01 th:first-child,.technique01-table-left01 td:first-child,.technique01-table-left01 tr:first-child {border: none;}
.technique01-table-left01 tr:nth-child(2) {background-color: #EBF8FA;font-weight: bold;}
/*-----------------図表left02------------------*/
.technique01-table-left02 th,.technique01-table-left02 td,.technique01-table-left02 tr{border: none;}
/*-----------------図表right01------------------*/
.technique01-table-right01 th:first-child,{border: none;}
.technique01-table-right01 tr:nth-child(2) {background-color: #EBF8FA;font-weight: bold;}
.technique01-table-right01{width: 280px;}
/*-----------------図表right02------------------*/
.technique01-table-right02 th,.technique01-table-right02 td,.technique01-table-right02 tr{border: none;}
.technique01-table-right02{width: 280px;}
/*------------------technique02class------------------*/
.technique02{border-top: 15px solid #FFA403;padding-bottom: 70px;}
.technique02 .lead01,.technique02 .title01{text-align: center;margin: 50px 0 30px 0;}
.technique02 .textblock{margin: 30px auto 40px auto;}
.expression-separate{margin-bottom: 40px;}
.expression-img3{position: relative;width: 100%;}
.expression-img3 img{margin: 0 auto;display: block;}
.expression-img3-mark{position: absolute;top: 0;left: 0;text-align: center;padding: 20px;font-size: 20px;line-height: 1em;font-weight: bold;font-family: "Gill Sans", sans-serif;}
.expression-separate{display: block;justify-content: space-between;}
.expression-img2{display: block;justify-content: space-between;width: 100%;}
.expression-img2 img{width: 100%;display: block;}
/*-----------------technique02-table------------------*/
/* テーブルの全体的なスタイリング */
.borderless-table{border-collapse: collapse;width: 100%;}
.technique02-table{width: 100%;}
.technique02-table th,.technique02-table td,.technique02-table tr{border: none;}
.technique02-table td:first-child{text-align: left;}
.technique02-table td{padding: 20px 30px;text-align: center;}
.technique02-table tbody tr:nth-child(odd){background-color: #f9f9f9;}
.technique02-table tbody tr:hover{background-color: #e0e0e0;}
/*------------------introduction01class------------------*/
.introduction01{border-top: 15px solid #00A5BF;text-align: center;}
.introduction01-title-wrapper{margin: 50px 0 40px 0;}
.introduction01 .lead01{margin: 40px 0 20px 0;}
.introduction01-main-wrapper{margin-top: 50px;}
.step-wrap-right .textblock{width: 100%;}
.step-wrap{display: block;width: 100%;margin: 0 auto;}
.step-wrap-left{width: 100%;margin-left: 0;display: inherit;text-align: center;}
.step-wrap-left p{font-size: 18px;line-height: 70px;font-weight: bold;}
.step-wrap-center{align-items: center;width: 100%;position: relative;display: inline-block;padding-bottom: 20px;margin-left: 0;}
.step-wrap-center p{font-size: 18px;line-height: 40px;width: 40px;height: 40px;background: #000;border-radius: 50%;font-weight: bold;margin: 0 auto;}
.step-wrap-right{text-align: left;width: 100%;margin-left: 0;}
.step-wrap-right-subtitle{font-size: 16px;line-height: 24px;margin-bottom: 20px;font-weight: bold;text-align: center;}
.step06-list{margin: 20px 15px 20px 0;}
.step01{margin-bottom: 0;}
.step01 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -90px;width: 1px;height: 100px;margin: auto;background-color: #000;display: none;}
.step02 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -40px;width: 1px;height: 370px;margin: auto;background-color: #000;display: none;}
.step02 .step-wrap{padding-bottom: 0;}
.step03 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -25px;width: 1px;height: 190px;margin: auto;background-color: #000;display: none;}
.step04 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -25px;width: 1px;height: 150px;margin: auto;background-color: #000;display: none;}
.step05 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -25px;width: 1px;height: 260px;margin: auto;background-color: #000;display: none;}
.step06 .step-wrap-center::after{content: '';position: absolute;left: 0;right: 0;bottom: -25px;width: 1px;height: 290px;margin: auto;background-color: #000;display: none;}
/*------------------introduction02class------------------*/
.introduction02{padding: 50px 10px 0 10px;width: 90vw;margin: 0 auto;padding-bottom: 100px;}
.introduction02-title{margin: 0 auto;font-size: 16px;line-height: 1em;font-weight: bold;text-align: center;}
.introduction02-textBox01{border: 1px solid #000;text-align: left;margin: 25px auto 60px auto;}
.introduction02 p{width: 100%;}
.introduction02-textBox02{width: 90vw;margin: 0 auto;text-align: left;padding: 0 10px;}
/*-----------------faq------------------*/
.faq01{border-top: 15px solid #00A5BF;}
.faq02,.faq03{padding-bottom: 50px;}
.faq02 .title-block01-inner p,.faq03 .title-block01-inner p{margin: 0 0 40px 0;}
.faq02 .textblock{margin: 0 auto;}
.faq02-text01,.faq03-text01{font-size: 18px;line-height: 1em;}
.faq02 .textblock p{margin-top: 20px;}
.faq02 .title-block01-inner{padding-bottom: 0;}
.faq03 .textblock p{margin-top: 20px;}
.faq03 .title-block01-inner{padding-bottom: 0;}
.faq03 .textblock{margin: -35px auto 0 auto;}
.faq03 .textblock p{margin-top: 35px;}
.faq03 .separate01{display: block;}
.faq03 img{display: block;margin: 0 auto;padding-bottom: 20px;}
.page-id-70 h3{font-size: 16px;}
/*-----------------contact------------------*/
.contact01{border-top: 15px solid #00A5BF;}
.contact03{background: #FFFDFA;}
.contact03-call{font-size: 20px;line-height: 1.4em;font-weight: bold;margin-bottom: 20px;}
.contact01 .lead01,.contact03 .lead01{margin: 20px 0;}
/*-----------------company01------------------*/
.company01{border-top: 15px solid #00A5BF;}
.company02 .title-block01-inner{padding: 0;}
.page-id-59 .wp-block-column-is-layout-flow{border: none;}
.page-id-59 .smb-section__contents-wrapper .wp-block-column-is-layout-constrained p{text-align: left;}
.page-id-59 .smb-section__contents-wrapper .wp-block-column-is-layout-constrained .has-text-align-right .sme-text-color{font-size: 32px;line-height: 1.4em;}
/*********************
Contact Form7 Customize
**********************/
.wpcf7-form{padding: 10px;}
.tool-select{display: flex;justify-content: space-between;}
.wpcf7-form-control.wpcf7-select{width: 70px !important;text-align: center;margin-top: 10px;}
.contact-divider{display: block;width: 100%;border-bottom: dashed 1px #C6C6C6 !important;margin-bottom: 20px;}
/*必須*/
.req-tag{padding: 5px 15px;font-size: 13px;line-height: 1.4em;background: #FF0000 !important;color: #fff;display: inline-block;text-align: center;margin: 0 5px;border-radius: 3px;}
/*任意*/
.normal-tag{ padding: 5px 15px;font-size: 13px;line-height: 1.4em;background: #00A5BF !important;color: #fff;display: inline-block;text-align: center;margin: 0 5px;border-radius: 3px;}
.mail-container{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;height: auto;}
.top-sp{margin: 20px 0;}
.btm-sp{margin-bottom: 15px;}
.mail-item{margin-bottom: 30px;}
.mail-item:nth-child(1){ /*Label*/width: 20%;}
.mail-item:nth-child(2){ /*Tag*/width: 10%;text-align: center;}
.mail-item:nth-child(3){ /*Form*/width: 70%;}
.wpcf7-form-control.wpcf7-text,.wpcf7-form-control.wpcf7-select,.wpcf7-form-control.wpcf7-text.wpcf7-email{width: 50%;border-radius: 5px;margin-bottom: 0;background-color: white;}
.kakunin{margin-top: 80px !important;text-align: center;}
input.wpcf7-submit {padding: 1em !important;margin: 2em 0em !important;background-color: #00A5BF;border-radius: 5px;color: #fff;font-size: 18px;font-weight: bold;width: 50%;box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);margin: 0 auto;}
input.wpcf7-submit:hover {cursor: pointer;}
.wpcf7-spinner{margin: 0;}
.btn-submit{width: 100%;text-align: center;margin: 0 auto !important;}
.wpcf7-form-control.wpcf7-textarea{width: 100%;border-radius: 5px !important;margin-bottom: 0;background-color: white;}
.wpcf7-not-valid-tip{ /*Error Messages*/color: red !important;padding-top: 10px !important;font-size: 13px !important;display: block;}
span.wpcf7-not-valid-tip{padding: 0;}
/*エラー表示を非表示*/
.screen-reader-response {display: none;}
div.wpcf7-validation-errors {margin-top: 20px !important;font-size: 16px;display: inline-block;margin: 0 auto;background-color: #CF2323;}
}
.c-drawer__item, .c-drawer__menu {
    padding-bottom: 20px;
    padding-top: 20px;
}
.c-drawer a {
  font-size: 18px;
}


















