/* -----ヘッダー----- */
/* PC　共通 */
a{
  text-decoration: none !important;
  color: black !important;
}
p{
  line-height: 1.7em;
}
/* ハンバーガーメニュー */
.hamburger-btn {
  display: flex;
  position: fixed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 60px;
  z-index: 110;
  top: 7%;
  left: 2%;
}
.btn-inner {
  position: relative;
  width: 50px;
  height: 16px;
  margin-bottom: 6px;
}
.btn-inner span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  border-radius: 2px;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.btn-inner span:nth-child(1) { top: 0; }
.btn-inner span:nth-child(2) { top: 12px; }
.btn-text {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  font-family: sans-serif;
  color: #000000;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}
.hamburger-btn.is-active .btn-inner span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.hamburger-btn.is-active .btn-inner span:nth-child(2) {
  top: 6px;
  transform: rotate(-45deg);
}
.hamburger-btn.is-active .btn-text {
  opacity: 0;
}
/* メニュー中 */
.navigation-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 380px;
  height: 100vh;
  box-sizing: border-box;
  background: #fff;
  padding: 25px 40px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 105;
}
.navigation-menu.is-active {
  left: 0;
}
/* スライダー　一部NEWS TOPICSと共通 */
.menuCaseSwiper {
  width: 100%;
  height: 490px; 
  position: relative;
  overflow: hidden;
  margin: 25px 0;
}
.menuCaseSwiper .swiper-wrapper{
  display:flex;
}
.menu_case_card {
  width: 100% !important;
  box-sizing: border-box !important;
}
.menu_news_card_img{
  width: 100% !important;
}
.news_text_pv{
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 5.5em;
}
.case_prev, .case_next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0;
}
.case_prev {
  left: 0px !important;
}
.case_next {
  right: 0px !important;
}
.slider-arrow_pv{
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background-color: white;
}
/* スライダーここまで */
.logo_group_inisde_a{
  display:flex;
}
.logo_group_inisde{
  display: flex;
  width: 76%;
  margin-left: auto;
  margin-top: 10%;
}
.logo_img_inisde{
  width: 45px;
  height: auto;
  object-fit: contain;
}
.logo_pgroup_inisde{
  padding: 0 0 0 5px;
}
.menu_group{
  margin: 50px 0;
}
.menu_h3_group{
  display: flex;
  align-items: flex-end !important;
  margin: 10px 0 !important;
}
.menu_h3{
  font-weight: bold !important;
  font-size: 1.7em !important;
  margin: 0 !important;
  text-align: left !important;
}
.menu_h3_p{
  line-height: 1em !important;
  margin: 0 !important;
  font-size: 0.8em !important;
  padding: 0 0 7px 25px !important;
}
.menu_group_list_li{
  margin: 10px 0px;
  list-style: none;
  display: flex;
}
.menu_group_list_li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_group_list_arrow{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/arrow_icon.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-left: 10px;
  margin-bottom: -3px;
}
.menu_close{
  background-color: #D5D5D5;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 40px 1em 45px;
  margin: auto;
  width: fit-content;
  cursor: pointer;
}
.menu_close::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/X.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.menu_close_p{
	-webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
/* メニュー中　ここまで */
.header{
  display: flex;
}
.header_R{
  display: flex;
  position: absolute;
  background-color: white;
  border-radius: 40px;
  right: 2%;
  top: 5%;
  padding: 5px 10px;
  align-items: center;
  z-index: 99;
}
.logo_group{
  display: flex;
  margin-top: 7px;
  margin-left: 10px;
  align-items: center;
}
.logo_img{
  width: 60px;
  height: auto;
  object-fit: contain;
}
.logo_pgroup{
  padding: 0 0 10px 15px;
}
.logo_p1{
  margin: 0;
  font-size: 11px;
  color: black;
}
.logo_p2{
  margin: 0;
  color: black;
  font-weight: bold;
  line-height: 1em !important;
}
.header_ul{
  display: flex;
  padding-left: 20px !important;
}
.header_ul li{
  list-style: none;
  padding-left: 40px;
}
.header_ul li:first-child{
  padding-left: 0;
}
.header_ul li:last-child{
  padding-right: 30px;
}
.header_ul li a{
  color: black;
}
.arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  margin-top: -3px;
  margin-bottom: 3px; 
}
.header_Rgroup{
  display: flex;
  align-items: center;
}
.btn-contact_a{
  display: flex;
  align-items: center;
}
.btn-contact_a::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 4px;
  margin-bottom: 3px;
}
.btn-download{
  border: solid 1px black;
  border-radius: 40px;
  padding: 10px 30px;
  margin: 0 10px;
}
.btn-contact{
  background-color: #FFD245;
  border-radius: 40px;
  padding: 10px 30px;
  margin: 0 10px;
}
/* PC　共通 */

/* スマホ */
@media screen and (max-width: 540px) {
.hamburger-btn{
  top: 4% !important;
}
.header_R{
  top: 2% !important;
  right: 5% !important;
}
.logo_img {
  width: 55px !important;
}
.logo_pgroup {
  padding: 0 0 10px 4px !important;
}
.header_ul, .header_Rgroup{
  display: none !important;
}
}
/* スマホ */
/* タブレット 600-1000 */
@media only screen and (min-width: 600px) and (max-width: 1000px) {
.hamburger-btn{
  top: 3% !important;
}
.header_R{
  top: 3% !important;
  right: 3% !important;
}
.logo_img {
  width: 55px !important;
}
.logo_pgroup {
  padding: 0 0 10px 4px !important;
}
.header_ul{
  display: none !important;
}
.btn-download{
  margin: 0 5px !important;
}
.btn-contact{
  margin: 0 !important;
}
.menu_slider_wrap .swiper-slide, .swiper-slide-active{
  margin-right: 0 !important;
}
}
/* タブレット 600-1000 */
/* タブレット 1000-1024 */
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
.menu_slider_wrap .swiper-slide, .swiper-slide-active{
  margin-right: 0 !important;
}
.hamburger-btn{
  top: 3% !important;
}
.header_R{
  top: 3% !important;
  right: 2% !important;
}
.logo_img {
  width: 55px !important;
}
.logo_pgroup {
  padding: 0 0 10px 4px !important;
}
.header_ul{
  display: none !important;
}
.btn-download{
  margin: 0 5px !important;
}
.btn-contact{
  margin: 0 !important;
}
}
/* タブレット 1000-1024 */
/* -----ヘッダー----- */


/* -----フッター----- */
/* PC　共通 */
.search-form{
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px
}
.search-field{
  flex: 1;
  height: 60px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 0 30px;
  font-size: 16px;
}
.search-submit{
  width: 120px;
  border: none;
  background: #FFD245;
  border-radius: 0 999px 999px 0;
  cursor: pointer;
  font-weight: bold;
}

.home_DX{
  margin-left: 5%;
}
.ABOUT{
  display: flex;
  width: 100%;
  margin: 100px 0;
}
.ABOUT_L{
  width: 5%;
  display: flex;
}
.ABOUT_C{
  width: 40%;
  padding: 5% 5% 5% 3%;
}
.ABOUT_R{
  width: 55%;
  position: relative;
}
.ABOUT_IVIX-DESIGNimg{
  width: 80%;
  align-self: center;
}
.h5_text{
  text-align: center;
}
.h5{
  margin: 0;
  font-size: 3em;
}
.h5_text_p{
  margin: 0;
}
.ABOUT_p{
  margin-top: 3em;
}
.ABOUT_img{
  width: 100%;
  display: block;
  position: relative;
  z-index: -99;
}
.ABOUT_btn{
  position: absolute;
  display: flex;
  z-index: 9;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  width: fit-content;
  gap: 20px;
  padding: 0;
}
.ABOUT_btn_li_r, .ABOUT_btn_li_c{
  list-style: none;
  width: 270px;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.ABOUT_btn_li_r{
  background-color: white;
}
.ABOUT_btn_li_c{
  background-color: #FFD245;
}
.ABOUT_btn_li_r::before, .ABOUT_btn_li_c::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.ABOUT_btn_li_r::before{
  background-image: url(../images/downroad.png);
}
.ABOUT_btn_li_c::before{
  background-image: url("../images/icon.png");
}
.footer_group{
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
  padding-bottom: 15px;
}
.footer_logo{
  display: flex;
  align-items: center;
}
.logo_img_footer{
  width: 70px;      
  height: min-content; 
  object-fit: contain;
}
.logo_text_footer_group{
  font-weight: bold;
  padding-left: 13px;
}
.logo_text_footer{
  line-height: 1em;
  font-size: 1.2em;
  margin: 0;
}
.footer_L{
  margin-left: 3%;
}
.footer_L_text{
  margin: 0;
  font-size: 0.8em;
}
.footer_S{
  margin-left: 5%;
}
.SNSlogo_img{
  width: 40px;
  margin: 0 7px;
}
.footer_P{
  background-color: #FFD245;
  border-radius: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 1em 70px 1em 85px;
  margin-left: 10%;
  width: fit-content;
  white-space: nowrap;
}
.footer_P::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.footer_C{
  position: absolute;
  right: 15px;
}
.footer_C_text{
  margin: 0;
  line-height: 1px;
}
/* PC　共通 */

/* スマホ */
@media screen and (max-width: 540px) {
/* ABOUT */
.ABOUT{
  flex-direction: column !important;
}
.ABOUT_p{
  padding: 0 25px !important;
}
.ABOUT_L{
  display: none !important;
}
.ABOUT_C, .ABOUT_R{
  width: 100% !important;
  padding: 0 !important;
}
.ABOUT_img_group{
  overflow: hidden !important;
}
.ABOUT_img {
  width: 100% !important;
}
.ABOUT_btn{
  bottom: 5% !important;
  padding: 0;
}
.ABOUT_btn_li_r{
  margin: 0 !important;
  width: 160px !important;
  font-size: 1em !important;
  padding: 10px 0px !important;
}
.ABOUT_btn_li_c{
  width: 160px !important;
  font-size: 1em !important;
  padding: 10px 0px !important;
}
/* ABOUT */
.footer_group{
  width: 96% !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.footer_S, .footer_L{
  margin-left: 2% !important;
}
.footer_S{
  width: 100% !important;
}
.footer_logo, .footer_S, .footer_L{
  margin-top: 2%;
}
.SNSlogo_img{
  margin: 0 !important;
}
.footer_P{
  padding: 1em 25px 1em 35px !important;
  margin: 5% auto !important;
}
}
/* スマホ */
/* タブレット 600-1000 */
@media only screen and (min-width: 600px) and (max-width: 1000px) {
.footer_group{
  width: 96% !important;
}
.footer_S, .footer_L{
  margin-left: 2% !important;
}
.SNSlogo_img{
  margin: 0 !important;
}
.footer_P{
  padding: 1em 25px 1em 35px !important;
  margin-left: 2% !important;
}
}
/* タブレット 600-1000 */
/* タブレット 1000-1024 */
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
.footer_group{
  width: 96% !important;
}
.footer_S, .footer_L{
  margin-left: 2% !important;
}
.SNSlogo_img{
  margin: 0 !important;
}
.footer_P{
  padding: 1em 25px 1em 35px !important;
  margin-left: 2% !important;
}
}
/* タブレット 1000-1024 */
/* -----フッター----- */

/* -----front-page----- */
/* PC　共通 */
/* top */
.top{
	margin-top: -80px !important;
}
.top_group {
  position: relative;
  width: 90%;
  margin-left: auto;
}
.top_img{
  text-align: right;
}
.top_img img{
  display: block;
  width: 100%;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: -99;
}
.top_text{
  position: absolute;
  left: 3%;
  bottom: 30px;
  z-index: 9;
}
.h1{
  font-size: 3.5em;
  color: white;
}
.top_p{
  color: white;
}

.SERVICELIST_text{
  width: 80%;
  margin: 5% auto;
}
.h2_text{
  text-align: center;
}
.h2{
  margin: 0;
  font-size: 3em;
}
.h2_text_p{
  margin: 0;
}
.SERVICELIST{
  overflow-x: hidden;
}
.SERVICELIST_p{
  margin: 3em 0 5em 0;
}
.SERVICELIST_contents{
  display: flex;
  margin-top: 110px;
}
.SERVICELIST_contents_text_L{
  width: 55%;
  padding: 5% 0% 5% 5%;
}
.SERVICELIST_contents_text_R{
  width: 55%;
  padding: 5% 5% 5% 0%;
}
.SERVICELIST_contents_img_R{
  width: 55%;
  transform: translate(100px, -60px);
}
.SERVICELIST_contents_img_L{
  width: 55%;
  transform: translate(-180px, -60px);
}
.SERVICELIST_contents_img{
  width: 110%;
}
.h3{
  font-size: 3em;
  margin: 0;
  line-height: 1;
}
.h3_text_p{
  margin: 10px 0;
  line-height: 1 !important;
}
.h4{
  font-size: 2em;
  margin: 0.5em 0;
}
/* top */

/* SERVICE LIST */
.SERVICELIST_contents_text_p{
  margin: 20px 0;
}
.SERVICELIST_contents_ul{
  display: flex;
  padding-left: 0;
  margin: 2.5em 0;
}
.SERVICELIST_contents_li{
  list-style: none;
  padding: 15px 40px 15px 50px;
  background-color: white;
  border-radius: 40px;
  align-items: center;
  display: flex;
  margin: 5px;
  width: fit-content;
  white-space: nowrap;
}
.SERVICELIST_contents_li::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-bottom: 3px;
}
/* SERVICE LIST */

/* NEWS TOPICS */
.NEWS_TOPICS{
  margin: 5% 0;
  overflow: hidden;
}
.news_title{
  text-align: center;
}
.news_title_h3{
  margin: 0;
  font-size: 3em;
}
.news_title_p{
  margin: 0;
}
/* スライダー */
.news_slider_wrap{
  position: relative;
  width: 90%;
  margin: 4% auto;
}
.swiper-wrapper{
  display: flex;
}
.newsSwiper{
  position: relative;
}
.newsSwiper .swiper-slide{
  display: flex;
  justify-content: center;
}
.slider-arrow_img{
  width: 20px;
  transform: scaleX(-1);
  margin: 0 -1px -2px 0;
}
.slider-arrow_news_next_img{
  width: 20px;
  margin: 0 -1px -2px 0;
}
.slider-arrow{
  width:40px;
  height:40px;
  border:1px solid #000;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  cursor:pointer;
  background-color: white;
}
.news_prev,
.news_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  pointer-events: auto;
  opacity: 1;
}
.news_prev{
  left:3px;
}
.news_next{
  right:3px;
}
.news_card{
  border:1px solid #ddd;
  background:#fff;
  padding:12px;
  width: 285px !important;
}
.news_btn_group{
  list-style: none;
  padding: 10px 15px 15px 20px;
  background-color: #FFD245;
  border-radius: 40px;
  align-items: center;
  display: flex;
  margin: 5px auto;
  width: fit-content;
  white-space: nowrap;
  margin-top: auto;
  font-size: 0.8em;
}
.news_btn::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-bottom: -2px;
  align-items: center
}
.news_card img{
  width: 100%;
  height: 155px;
  object-fit: cover;
  object-position: center;
  display:block;
}
.news_category{
  margin: 15px 0 0 0;
  font-size: 0.8em;
  border: solid 0.1px gray;
  padding: 5px;
  display: inline-block;
  color: gray;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1em;
}
.news_card_title{
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1em;
  font-size: 1.17em !important;
  text-align: left !important;
}
.news_text{
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 6.5em;
  font-size: 1em !important;
}
/* スライダー　ここまで */
.news_more_group{
  list-style: none;
  padding: 15px 40px 15px 50px;
  background-color: #FFD245;
  border-radius: 40px;
  align-items: center;
  display: flex;
  margin: 5px auto;
  width: fit-content;
  white-space: nowrap;
}
.news_more::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-bottom: -2px;
  align-items: center
}
/* NEWS TOPICS */
/* PC　共通 */
/* スマホ */
@media screen and (max-width: 540px) {
/* top */
.top_img{
  margin-left: 3%;
  overflow: hidden;
  border-bottom-left-radius: 30px;
}
.top_img img{
  width: 290% !important;
  right: 375px !important;
}
.top_text {
  left: 5% !important;
}
.h1 {
  font-size: 2em !important;
  margin: 0 !important;
}
.top_p {
  margin: 0.5em !important;
}
/* top */
/* SERVICE LIST */
.SERVICELIST{
  overflow: hidden !important;
}
.SERVICELIST_p{
  margin: 1em 0 5em 0 !important;
}
.SERVICELIST_contents{
  flex-direction: column;
}
.SERVICELIST_contents_img_R, .SERVICELIST_contents_text_R{
  order: 1;
}
.SERVICELIST_contents_img_L, .SERVICELIST_contents_text_L{
  order: 2;
}
.SERVICELIST_contents_img {
  width: 100% !important;
}
.SERVICELIST_contents_img_R {
  transform: translate(60px, -60px) !important;
  width: 95% !important;
}
.SERVICELIST_contents_img_L {
  transform: translate(-40px, -10px) !important;
  width: 95% !important;
}
.SERVICELIST_contents_text_R, .SERVICELIST_contents_text_L{
  width: 85% !important;
  padding: 5% 0% 5% 5% !important;
}
.SERVICELIST_contents_ul{
  flex-direction: column;
  margin: 0 !important;
}
/* SERVICE LIST */
}
/* スマホ */
/* タブレット 600-1000 */
@media only screen and (min-width: 600px) and (max-width: 1000px) {
/* top */
.h1 {
  font-size: 2.5em !important;
  margin: 0 !important;
}
.top_p {
  margin: 0.5em;
}
/* top */

/* SERVICE LIST */
.SERVICELIST{
  overflow: hidden;
}
.SERVICELIST_contents{
  flex-direction: column;
}
.SERVICELIST_contents_img_R, .SERVICELIST_contents_text_R{
  order: 1;
}
.SERVICELIST_contents_img_L, .SERVICELIST_contents_text_L{
  order: 2;
}
.SERVICELIST_contents_img {
  width: 210% !important;
}
.SERVICELIST_contents_text_R, .SERVICELIST_contents_text_L{
  width: 85% !important;
  padding: 5% 0% 5% 5% !important;
}
/* SERVICE LIST */

/* ABOUT */
.ABOUT_img_group{
  overflow: hidden !important;
}
.ABOUT_img {
  width: 150% !important;
}
.ABOUT_btn_li_r{
  margin: 0 !important;
  width: 160px !important;
}
.ABOUT_btn_li_c {
  width: 160px !important;
}
/* ABOUT */
}
/* タブレット 600-1000 */
/* タブレット 1000-1024 */
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
/* top */
.h1 {
  font-size: 2.5em !important;
  margin: 0 !important;
}
.top_p {
  margin: 0.5em;
}
/* top */

/* SERVICE LIST */
.SERVICELIST{
  overflow: hidden;
}
.SERVICELIST_contents{
  flex-direction: column;
}
.SERVICELIST_contents_img_R, .SERVICELIST_contents_text_R{
  order: 1;
}
.SERVICELIST_contents_img_L, .SERVICELIST_contents_text_L{
  order: 2;
}
.SERVICELIST_contents_img {
  width: 160% !important;
}
.SERVICELIST_contents_text_R, .SERVICELIST_contents_text_L{
  width: 85% !important;
  padding: 5% 0% 5% 5% !important;
}
.SERVICELIST_contents_img_R{
  transform: translate(210px, -60px) !important;
}
.SERVICELIST_contents_img_L{
  transform: translate(-110px, -60px) !important;
}
/* SERVICE LIST */

/* ABOUT */
.ABOUT_img_group{
  overflow: hidden !important;
}
.ABOUT_img {
  width: 150% !important;
}
.ABOUT_btn_li_r{
  margin: 0 !important;
  width: 180px !important;
}
.ABOUT_btn_li_c {
  width: 180px !important;
}
/* ABOUT */
}
/* タブレット 1000-1024 */

/* -----front-page----- */





/* -----検索結果なし content-none.php----- */
.no-results {
  text-align: center;
  margin: 10% auto 5% auto;
}
.page-title {
  font-size: 2em;
}
.page-content p {
  margin-bottom: 1.5em;
}
/* -----検索結果なし content-none.php----- */


/* -----存在しないページ 404.php----- */
.error-404 {
  text-align: center;
  margin: 10% auto 5% auto;
  width: 90%;
}
.page-title {
  font-size: 2em;
  margin-top: 130px;
  margin-bottom: 50px;
  text-align: center;
}
.page-content p {
  margin-bottom: 2em;
}
.error_recent_posts {
  margin: 3em 0;
  text-align: left;
}
.error_recent_posts .widget-title {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1em;
}
.content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.content_list .news_card {
  width: 285px !important; /* 既存の.news_cardの固定幅をそのまま使う */
}
.widget_categories {
  margin-top: 3em;
  text-align: left;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.widget_categories ul {
  list-style: none;
  padding: 0;
}
.widget_categories li {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}
/* -----存在しないページ 404.php----- */


/* -----news_cardで一覧表示されている記事の詳細ページ single.php----- */
.single_page_header{
  margin: 5% auto;
  margin: 5% auto 0%;
  max-width: 1200px;
}
.single_page_navigation{
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.nav-next{
  margin-left: auto;
}
/* -----news_cardで一覧表示されている記事の詳細ページ single.php----- */



/* -----DX支援事業----- */
/* PC　共通 */
/*フォント*/
.DX_page .h2_font{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-shadow: 2px 2px 0 #000;
  font-size: 1.5em;
}
.DX_page .success1_h4_font, .DX_page .success2_h4_font, .DX_page .tool_h4_font, .DX_page .example_h4_font{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #FFD245;
  -webkit-text-stroke: 2px #000;
  text-shadow: 2px 2px 0 #000;
}
.DX_page .example_point_h5{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-shadow: 2px 2px 0 #000;
}

/*トップ*/
.DX_page .top{
  background-image: url(https://ivix-design.co.jp/wp/wp-content/uploads/2026/07/top_bg-scaled.png);
  background-position: center;
  background-size: cover;
  box-shadow: 0 9px 8px -3px #B6B6B6;
}
.DX_page .top_pgroup{
  padding: 16em 0 5em 120px;
}
.DX_page .DX_h1{
  font-size: 4em;
  font-weight: 800;
  margin: 0;
}
.DX_page .h1_p{
  margin: 0.2em 0;
  font-weight: 500;
  font-size: 1.2em;
}
.DX_page .top_p_h{
  font-size: 2.5em;
  font-weight: 500;
  margin: 1em 0;
}
.DX_page .DX_top_p{
  margin: 0 0 3em 0 ;
  font-weight: 500;
}
.DX_page .top_btn{
  background-color: white;
  border-radius: 45px;
  padding: 5px 55px 5px 60px;
  display: inline-block;
}
.DX_page .top_btn_a{
  text-decoration: none;
  color: black;
}
.DX_page .top_btn_p::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://ivix-design.co.jp/wp/wp-content/uploads/2026/07/arrow.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: -2px;
}
/*情報格差の解決をDXで実現する*/
.DX_page .realize_h2{
  text-align: center;
  margin: 1.5em auto;
  font-size: 3em;
  font-weight: 900;
}
.DX_page .realize{
  display: flex;
  width: 100%;
  background-color: #FFD245;
  align-items: flex-end;
  margin-bottom: 15px;
  box-shadow: 0 9px 8px -3px #B6B6B6;
}
.DX_page .realize_img_group{
  width: 35%;
}
.DX_page .realize_img{
  width: 100%;
}
.DX_page .realize_pgroup{
  width: 65%;
  padding-bottom: 5em;
}
.DX_page .realize_h3{
  font-size: 3em;
  font-weight: 800;
}
.DX_page .h3_underline{
  background: linear-gradient(transparent 60%, #FFEDB5 60%);
}
.DX_page .realize_p{
  width: 80%;
}
/*伴走型DXが成功の鍵*/
.DX_page .success_h2{
  text-align: center;
  margin: 0;
  font-size: 3em;
  font-weight: 900;
  padding: 1.5em 0;
}
.DX_page .Success{
  background-color: #FFD245;
  box-shadow: 0 9px 8px -3px #B6B6B6;
}
.DX_page .success_1{
  border: solid 3px;
  border-radius: 15px;
  margin: 0 200px 2em 200px;
  background-color: white;
  padding: 0 100px;
}
.DX_page .success_1_box{
  display: flex;
  width: 100%;
  align-items: center;
  margin: 75px 0;
}
.DX_page .success_1_box_imggroup{
  width: 30%;
  padding-right: 3%;
}
.DX_page .success_1_box_img{
  width: 100%;
}
.DX_page .success_1_box_pgroup{
  width: 70%;
}
.DX_page .success1_h4{
  font-size: 2em;
  margin: 0;
}
.DX_page .success1_h4_font{
  font-size: 3em;
  margin: 0 0 0.7em 0;
}
.DX_page .h4_underline{
  display: inline;
  background: linear-gradient(transparent 60%, #FFD245 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.DX_page .success_1_box_p_bold{
  font-weight: bold;
}
.DX_page .dashed_line{
  border: dashed 2px;
}
.DX_page .success_2{
  border: solid 3px;
  border-radius: 15px;
  margin: 0 200px 2em 200px;
  background-color: white;
  padding: 0 100px;
  position: relative;
}
.DX_page .success2_h4{
  font-size: 2em;
  text-align: center;
  margin: 1.5em 0;
}
.DX_page .success2_h4_font{
  font-size: 1.5em;
  margin: 0 0 0.7em 0;
}
.DX_page .success_2_pgroup{
  display: flex;
  justify-content: center;
}
.DX_page .success_2_p{
  font-size: 2em;
  margin: 0;
}
.DX_page .success_2_pointbox{
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 3em auto;
}
.DX_page .success_2_point_p_1, .DX_page .success_2_point_p_2, .DX_page .success_2_point_p_3{
  width: fit-content;
  font-size: 2em;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: -0.5em 0;
}
.DX_page .success_2_point_p_1::before{
  content: "";
  display: inline-block;
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  background-image: url(https://ivix-design.co.jp/wp/wp-content/uploads/2026/07/point1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 25px;
}
.DX_page .success_2_point_p_2::before{
  content: "";
  display: inline-block;
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  background-image: url(https://ivix-design.co.jp/wp/wp-content/uploads/2026/07/point2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 25px;
}
.DX_page .success_2_point_p_3::before{
  content: "";
  display: inline-block;
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  background-image: url(https://ivix-design.co.jp/wp/wp-content/uploads/2026/07/point3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 25px;
}
.DX_page .success_2_point_img{
  width: 25%;
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.DX_page .tool{
  background-color: #FFF6DA;
  padding: 0 200px 2em 200px;
}
.DX_page .tool_h4{
  font-size: 3em;
  text-align: center;
  padding: 1.5em 0;
  margin: 0;
}
.DX_page .tool_pgroup{
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}
.DX_page .tool_p{
  font-size: 2em;
  margin: 0;
}
.DX_page .tool_flex_box_1, .DX_page .tool_flex_box_2, .DX_page .tool_flex_box_3{
  display: flex;
  align-items: center;
  width: 100%;
  margin: 2em 0;
}
.DX_page .tool_flex_1{
  width: 15%;
  margin: 0 0 0 4%;
}
.DX_page .tool_flex_box_img_No{
  width: 90%;
}
.DX_page .tool_flex_2{
  width: 15%;
  margin: 0 2%;
  text-align: center;
}
.DX_page .tool_flex_box_img_kintone, .DX_page .tool_flex_box_img_AppSheet{
  width: 100%;
}
.DX_page .tool_flex_box_img_Notion{
  width: 60%;
}
.DX_page .tool_flex_2_p{
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin: 0.3em 0;
}
.DX_page .tool_flex_3{
  width: 30%;
  margin: 0 2%;
}
.DX_page .tool_flex_3_ul{
  list-style: none;
  display: flex;
  padding-left: 0;
}
.DX_page .tool_flex_3_li{
  background-color: #D1B64D;
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
  font-weight: 600;
  margin-right: 10px;
}
.DX_page .tool_flex_4{
  width: 25%;
  margin: 0 2% 0 1%;
  text-align: center;
}
.DX_page .tool_flex_4_p{
  font-size: 1.5em;
  margin: 0;
}
.DX_page .tool_flex_4_btn{
  background-color: #FFD245;
  border-radius: 45px;
  padding: 5px 15px 5px 20px;
  display: inline-block;
  margin: 1em 0;
}
.DX_page .tool_flex_4_btn_a{
  text-decoration: none;
  color: black;
}
.DX_page .tool_flex_4_btn_p::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: -2px;
}
.DX_page .example{
  background-image: url(../images/example_bg.png);
  background-position: center;
  background-size: cover;
  padding: 4em 200px;
}
.DX_page .example_box{
  border: solid 3px;
  border-radius: 15px;
  background-color: white;
  padding: 0 100px;
  position: relative;
}
.DX_page .example_h4{
  font-size: 3em;
  text-align: center;
  padding: 1.5em 0;
  margin: 0;
}
.DX_page .example_pgroup{
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}
.DX_page .example_p{
  font-size: 2em;
  margin: 0;
}
.DX_page .example_pointbox{
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 3em 0 5em 0;
}
.DX_page .example_point_1, .DX_page .example_point_2, .DX_page .example_point_3{
  width: fit-content;
  display: flex;
  align-items: flex-start !important;
  margin-bottom: 15px !important;
  justify-content: center;
}
.DX_page .example_point_1::before{
  content: "";
  display: inline-block;
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  background-image: url(https://ivix-design.co.jp/wp/wp-content/uploads/2026/07/point1.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-right: 25px;
  margin-top: 45px;
}
.DX_page .example_point_2::before{
  content: "";
  display: inline-block;
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  background-image: url(https://ivix-design.co.jp/wp/wp-content/uploads/2026/07/point2.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-right: 25px;
  margin-top: 45px;
}
.DX_page .example_point_3::before{
  content: "";
  display: inline-block;
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  background-image: url(https://ivix-design.co.jp/wp/wp-content/uploads/2026/07/point3.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-right: 25px;
  margin-top: 45px;
}
.DX_page .example_point_h5{
  font-size: 2.5em;
  margin: 0;
  width: fit-content;
}
.DX_page .example_point_123_p{
  width: 70%;
}
.DX_page .example_point_p{
  margin: 0.5em;
}
/*kintone導入支援室*/
.DX_page .support{
  background-color: #FFD245;
  box-shadow: 0 9px 8px -3px #B6B6B6;
  margin-top: 30px;
  padding: 4em 0;
}
.DX_page .support_h2{
  text-align: center;
  margin: 0;
  font-size: 3em;
  font-weight: 900;
}
.DX_page .support_box_1{
  border: solid 3px;
  border-radius: 15px;
  background-color: white;
  padding: 0 100px;
  position: relative;
  margin: 40px 200px 235px 200px;
}
.DX_page .support_box_1_1, .DX_page .support_box_1_2{
  margin: 3.5em 0 4em 0;
}
.DX_page .support_box_1_h4{
  font-size: 2em;
  width: fit-content;
  margin: 0.5em 0;
}
.DX_page .support_box_1_h4_fontsize{
  font-size: 1.5em;
}
.DX_page .support_box_1_img_support_1{
  position: absolute;
  width: 55%;
  bottom: -240px;
  left: 50%;
  transform: translateX(-50%);
}
.DX_page .support_h3{
  font-size: 3em;
  width: fit-content;
  margin: 0 auto;
  padding: 1em;
}
.DX_page .support_box_2{
  border: solid 3px;
  border-radius: 15px;
  background-color: white;
  padding: 40px 40px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 200px;
}
.DX_page .support_box_step{
  position: relative;
}
.DX_page .support_box_step:nth-child(1),
.DX_page .support_box_step:nth-child(2){
  border-bottom: dashed 2px;
}
.DX_page .support_box_step:nth-child(1),
.DX_page .support_box_step:nth-child(3){
  border-right: dashed 2px;
  padding: 40px 60px 40px 40px;
}
.DX_page .support_box_step:nth-child(2),
.DX_page .support_box_step:nth-child(4){
  padding: 40px 40px 40px 60px;
}
.DX_page .support_box_step_top{
  display: flex;
}
.DX_page .support_box_step_h4{
  font-size: 2em;
  margin: 0;
}
.DX_page .support_box_step_top_img{
  width: 25%;
  object-fit: contain;
  margin-right: 20px;
}
.DX_page .support_box_step_bottom{
  text-align: right;
}
.DX_page .support_box_step_bottom_img1{
  width: 60%;
  object-fit: contain;
  position: relative;
  right: 50px;
}
.DX_page .support_box_step_bottom_img2{
  width: 60%;
  object-fit: contain;
  position: relative;
  right: 50px;
}
.DX_page .support_box_step_bottom_img3{
  width: 55%;
  object-fit: contain;
  position: relative;
  right: 50px;
}
.DX_page .support_box_step_bottom_img4{
  width: 70%;
  object-fit: contain;
  position: relative;
  bottom: -20px;
  right: 25px;
}
.DX_page .support_btn_a{
  text-decoration: none;
  color: black;
}
.DX_page .support_btn{
  background-color: white;
  border-radius: 45px;
  padding: 5px 55px 5px 60px;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  margin: 3em auto 0 auto;
}
.DX_page .support_btn::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: -2px;
}
/*FAQ*/
.DX_page .faq{
  margin-bottom: 5em;
  box-sizing: border-box;
  list-style-type: none;
  word-break: break-all;
}
.DX_page .faq_h2{
  margin: 3em;
  text-align: center;
}
.DX_page .faq_h2_p{
  font-size: 2em;
  margin: 0;
}
.DX_page .faq_h2_span{
  font-size: 0.8em;
  font-weight: 400;
  margin: 0;
}
.DX_page .faq-wrap{
  margin-bottom: 1em;
  width: 70%;
  margin: 0 auto;
}
.DX_page .faq-item{
  border-bottom: 2px dashed;
}
.DX_page .faq-question{
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
}
.DX_page .faq-icon.rotate {
  transform: rotate(180deg);
}
.DX_page .faq-answer{
  display: none;
  padding: 10px;
  font-size: 1.2em;
}
/* PC　共通 */
/* スマホ */
@media screen and (max-width: 540px) {
  /*トップ*/
.DX_page .top_pgroup{
  padding: 40px 15px 30px 15px !important;
}
.DX_page .top_p_h{
  margin: 0.2em 0 !important;
}
/*情報格差の解決をDXで実現する*/
.DX_page .realize_h2{
  font-size: 2em !important;
  width: 85% !important;
}
.DX_page .realize{
  flex-direction: column !important;
}
.DX_page .realize_img_group, .DX_page .realize_pgroup{
  width: 100% !important;
}
.DX_page .realize_h3{
  font-size: 2em !important;
  padding-left: 15px !important;
}
.DX_page .realize_p{
  padding-left: 15px !important;
  width: 90% !important;
}
/*伴走型DXが成功の鍵*/
.DX_page .success_h2{
  font-size: 2em !important;
  width: 75% !important;
  margin: 0 auto !important;
}
.DX_page .success_1, .DX_page .success_2 {
  margin: 0 20px 2em 20px !important;
  padding: 0 20px !important;
}
.DX_page .success_1_box {
  flex-direction: column !important;
  margin: 35px 0 !important;
}
.DX_page .success_1_box_imggroup {
  width: 50% !important;
}
.DX_page .success_1_box_pgroup {
  width: 100% !important;
}
.DX_page .success1_h4, .DX_page .success2_h4{
  font-size: 1.5em !important;
}
.DX_page .success1_h4_font, .DX_page .success2_h4_font{
  font-size: 2em !important;
}
.DX_page .success_2_p {
  font-size: 1.5em !important;
}
.DX_page .success_2_pointbox {
  margin: 1em auto 3em auto !important;
}
.DX_page .success_2_point_p_1, .DX_page .success_2_point_p_2, .DX_page .success_2_point_p_3 {
  font-size: 1.5em !important;
  margin: 0.5em 0 !important;
}
.DX_page .success_2_point_p_1::before, .DX_page .success_2_point_p_2::before, .DX_page .success_2_point_p_3::before, .DX_page .example_point_1::before, .DX_page .example_point_2::before, .DX_page .example_point_3::before{
  flex: 0 0 80px !important;
  width: 80px !important;
  height: 80px !important;
  background-position: center;
}
.DX_page .success_2_point_img {
  width: 50% !important;
  position: relative !important;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.DX_page .tool{
  padding: 0 !important;
}
.DX_page .tool_p{
  font-size: 1.5em !important;
  padding: 0 15px !important;
}
.DX_page .tool_flex_box_1, .DX_page .tool_flex_box_2, .DX_page .tool_flex_box_3{
  flex-direction: column !important;
}
.DX_page .tool_flex_1{
  width: 40% !important;
}
.DX_page .tool_flex_2{
  width: 50% !important;
  margin: 15px 0 0 0 !important;
}
.DX_page .tool_flex_3, .DX_page .tool_flex_4{
  width: 90% !important;
  margin: 15px 0 !important;
}
.DX_page .tool_flex_box_img_AppSheet {
  margin: -35px 0 !important;
}
.DX_page .example{
  padding: 0 20px !important;
}
.DX_page .example_box{
  padding: 0 20px !important;
}
.DX_page .example_h4{
  padding: 1em 0 !important;
}
.DX_page .example_pgroup{
  margin-bottom: 3em !important;
}
.DX_page .example_p{
  font-size: 1.5em !important;
}
.DX_page .example_pointbox{
  margin: 3em 0 2em 0 !important;
}
.DX_page .example_point_1, .DX_page .example_point_2, .DX_page .example_point_3{
  align-items: self-start !important;
  margin-bottom: 30px !important;
}
.DX_page .example_point_h5{
  font-size: 1.5em !important;
  -webkit-text-stroke: 1px #000 !important;
  text-shadow: 1px 1px 0 #000 !important;
}
.DX_page .example_point_1::before, .DX_page .example_point_2::before, .DX_page .example_point_3::before{
  margin-right: 15px !important;
  margin-top: 10px !important;
}
.DX_page .example_point_p{
  margin: 0 !important;
}
/*kintone導入支援室*/
.DX_page .support_h2{
  font-size: 2em !important;
}
.DX_page .support_box_1{
  margin: 0 20px 65px 20px !important;
  padding: 0 20px !important;
}
.DX_page .support_box_1_h4{
  font-size: 1.4em !important;
}
.DX_page .support_box_1_1, .DX_page .support_box_1_2{
  margin: 2.5em 0 !important;
} 
.DX_page .support_box_1_img_support_1 {
  width: 80% !important;
  bottom: -60px !important;
}
.DX_page .support_h3 {
  font-size: 1.6em !important;
}
.DX_page .support_box_2{
  margin: 0 20px !important;
  padding: 0 !important;
  display: inline-block !important;
}
.DX_page .support_box_step:nth-child(1), .DX_page .support_box_step:nth-child(2), .DX_page .support_box_step:nth-child(3){
  border-bottom: dashed 2px !important;
  border-right: none !important;
  padding: 25px !important;
}
.DX_page .support_box_step:nth-child(4){
  padding: 25px !important;
}
.DX_page .support_box_step_h4 {
  font-size: 1.5em !important;
}
.DX_page .support_box_step_top_img {
  width: 23% !important;
  margin-right: 15px !important;
  margin-bottom: auto !important;
}
/*FAQ*/
.DX_page .faq-wrap{
  width: 90% !important;
}
}
/* スマホ */
/* タブレット 600-1000 */
  @media only screen and (min-width: 600px) and (max-width: 1000px) {
/*トップ*/
.DX_page .top_pgroup {
  padding: 5em 0 3em 40px !important;
}
/*情報格差の解決をDXで実現する*/
.DX_page .realize{
  align-items: flex-start !important;
}
.DX_page .realize_h2 {
  font-size: 2.5em !important;
}
.DX_page .realize_h3 {
  font-size: 2.3em !important;
}
.DX_page .realize_img_group{
  width: 45% !important;
}
.DX_page .realize_pgroup{
  width: 55% !important;
  padding-bottom: 2em !important;
  padding-right: 15px !important;
}
/*伴走型DXが成功の鍵*/
.DX_page .success_h2{
  font-size: 2.5em !important;
}
.DX_page .success_1 {
  margin: 0 15px 2em 15px !important;
  padding: 0 15px !important;
}
.DX_page .success1_h4 {
  font-size: 1.5em !important;
}
.DX_page .success1_h4_font {
  font-size: 2em !important;
  -webkit-text-stroke: 1px #000 !important;
  text-shadow: 1px 1px 0 #000 !important;
}
.DX_page .success_2{
  margin: 0 15px 2em 15px !important;
  padding: 0 60px !important;
}
.DX_page .success_2_point_img {
  width: 50% !important;
  position: relative !important;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.DX_page .tool{
  padding: 0 15px 2em 15px !important;
}
.DX_page .tool_p{
  font-size: 1.5em !important;
  width: 90% !important;
}
.DX_page .tool_flex_3_ul{
  flex-wrap: wrap !important;
}
.DX_page .tool_flex_3_li{
  margin-top: 5px !important;
}
.DX_page .tool_flex_4_btn {
  padding: 5px 5px 5px 5px !important;
}
.DX_page .example{
  padding: 0 15px !important;
}
.DX_page .example_box{
  padding: 0 15px !important;
}
.DX_page .example_h4{ 
  padding: 1em 0 !important;
}
.DX_page .example_p {
  font-size: 1.5em !important;
}
.DX_page .example_point_h5 {
  font-size: 2em !important;
  -webkit-text-stroke: 1px #000 !important;
}
.DX_page .example_point_1, .DX_page .example_point_2, .DX_page .example_point_3 {
  align-items: flex-start !important;
  margin-bottom: 15px !important;
}
.DX_page .example_point_1::before, .DX_page .example_point_2::before, .DX_page .example_point_3::before{
  margin-right: 15px !important;
  margin-top: 10px !important;
}
/*kintone導入支援室*/
.DX_page .support_h2 {
  font-size: 2.5em !important;
}
.DX_page .support_box_1{
  padding: 0 15px !important;
  margin: 0 15px 95px 15px !important;
}
.DX_page .support_box_1_h4 {
  font-size: 1.7em !important;
}
.DX_page .support_box_1_img_support_1 {
  bottom: -100px !important;
}
.DX_page .support_box_2{
  padding: 0 !important;
  margin: 0 15px !important;
}
.DX_page .support_box_step:nth-child(1), .DX_page .support_box_step:nth-child(2), .DX_page .support_box_step:nth-child(3), .DX_page .support_box_step:nth-child(4){
  padding: 25px !important;
}
.DX_page .support_box_step_top_img {
margin-bottom: auto;
}
  }
/* タブレット 600-1000 */
/* タブレット 1000-1024 */
  @media only screen and (min-width: 1000px) and (max-width: 1024px) {
/*トップ*/
.DX_page .top_pgroup {
  padding: 5em 0 3em 40px !important;
}
/*情報格差の解決をDXで実現する*/
.DX_page .realize{
  align-items: flex-start !important;
}
.DX_page .realize_h2 {
  font-size: 2.5em !important;
}
.DX_page .realize_h3 {
  font-size: 2.3em !important;
}
.DX_page .realize_img_group{
  width: 45% !important;
}
.DX_page .realize_pgroup{
  width: 55% !important;
  padding-bottom: 2em !important;
  padding-right: 15px !important;
}
/*伴走型DXが成功の鍵*/
.DX_page .success_h2{
  font-size: 2.5em !important;
}
.DX_page .success_1 {
  margin: 0 15px 2em 15px !important;
  padding: 0 60px !important;
}
.DX_page .success1_h4 {
  font-size: 1.5em !important;
}
.DX_page .success1_h4_font {
  font-size: 2em !important;
  -webkit-text-stroke: 1px #000 !important;
  text-shadow: 1px 1px 0 #000 !important;
}
.DX_page .success_2{
  margin: 0 15px 2em 15px !important;
  padding: 0 60px !important;
}
.DX_page .success_2_point_img {
  width: 50% !important;
  position: relative !important;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.DX_page .tool{
  padding: 0 15px 2em 15px !important;
}
.DX_page .tool_p{
  font-size: 1.5em !important;
  width: 90% !important;
}
.DX_page .tool_flex_3_ul{
  flex-wrap: wrap !important;
}
.DX_page .tool_flex_3_li{
  margin-top: 5px !important;
}
.DX_page .tool_flex_4_btn {
  padding: 5px 5px 5px 5px !important;
}
.DX_page .example{
  padding: 0 15px !important;
}
.DX_page .example_box{
  padding: 0 15px !important;
}
.DX_page .example_h4{ 
  padding: 1em 0 !important;
}
.DX_page .example_p {
  font-size: 1.5em !important;
}
.DX_page .example_point_h5 {
  font-size: 2em !important;
  -webkit-text-stroke: 1px #000 !important;
}
.DX_page .example_point_1, .DX_page .example_point_2, .DX_page .example_point_3 {
  align-items: flex-start !important;
  margin-bottom: 15px !important;
}
.DX_page .example_point_1::before, .DX_page .example_point_2::before, .DX_page .example_point_3::before{
  margin-right: 15px !important;
  margin-top: 10px !important;
}
/*kintone導入支援室*/
.DX_page .support_h2 {
  font-size: 2.5em !important;
}
.DX_page .support_box_1{
  padding: 0 60px !important;
  margin: 0 15px 150px 15px !important;
}
.DX_page .support_box_1_h4 {
  font-size: 1.7em !important;
}
.DX_page .support_box_1_img_support_1 {
  bottom: -155px !important;
}
.DX_page .support_box_2{
  padding: 0 !important;
  margin: 0 15px !important;
}
.DX_page .support_box_step:nth-child(1), .DX_page .support_box_step:nth-child(2), .DX_page .support_box_step:nth-child(3), .DX_page .support_box_step:nth-child(4){
  padding: 25px !important;
}
.DX_page .support_box_step_top_img {
margin-bottom: auto;
}
}
/* タブレット 1000-1024 */
/* -----DX支援事業----- */

/* -----コンテンツをふわっと表示させる演出（.inview / is-show）----- */
.inview {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.inview.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* -----準備中----- */
.preparing-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.preparing-page  {
  font-size: 3rem;
  margin-bottom: 20px;
}
.preparing-page h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.preparing-page p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
}
.preparing-page .btn-top {
  display: inline-block;
  background-color: #FFD245;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 40px;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  font-size: 17px;
}
.preparing-page .btn-top:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .preparing-page h1 {
    font-size: 1.4rem;
  }
}
/* -----準備中----- */