
body {font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}

* {box-sizing: border-box;}

img {max-height: 100%; }

/* FOR PC Setting */
@media only screen and (min-width : 1025px) {

.inner {width:1200px;}

	
	.home #feature .inner {width:100%;}
	
.left_margin {margin-left:100px;}
.jqueryslidemenu ul li a {padding: 0 12px;}

.inner {width:1200px;}

#main {width: 100%; ;}
.right_sidebar #main,
    .left_sidebar #main
    {width:830px;;}
    
.left_sidebar #sidebar,
.right_sidebar #sidebar {width:320px;}

.left_sidebar #sidebar_content,
.right_sidebar #sidebar_content {padding-left:19px !important;}

	/*
	.home #feature .inner {padding:0;
		height: 580px;    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;}
	
	.home #feature .inner_inside {width:1200px; margin: 0 auto}
	
	#top_video {max-height: 600px; position: fixed; right: 0;}
	*/

	#home_feature_left {margin-left:100px;}
	#top_video {margin-left:50px;}
	.narrow {width:800px; margin: auto;}

	
.column-wrap {
    width: 100% !important;
    max-width: none !important;
    display: flex;
    gap: 4%;
    align-items: stretch;
    clear: both;
    box-sizing: border-box;
}

.column-wrap .one_half {
    float: none !important;
    clear: none !important;
    width: auto !important;
    flex: 0 0 48%;
    margin-right: 0 !important;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center; /* 上下中央 */
}

.column-wrap .one_half > * {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

	
	.jqueryslidemenu ul li a {height: 40px; line-height: 40px;}
	
	.contact_link a {border:1px solid #131515;
	border-radius: 5px; height: 40px !important; margin-left:30px;transition: 0.3s;}
	.contact_link a:hover {background: rgba(0,124,85,1.00) !important; color:#fff !important;}
	
	.trial_link a {display:inline-block; background: #131515 !important; color:#fff !important;
		border:1px solid #131515;
	border-radius: 5px; height: 40px !important; margin-left:30px;transition: 0.3s;}
	
	.trial_link a:hover {background: rgba(0,124,85,1.00) !important; }

	
	.entry.content footer {display: none;}
	
} /* END PC SETTING */




#page > .inner {padding-top:0;}
/*
.home #introduce {position: relative; height: 585px;}
*/

.bold {font-weight: 600;}

section {padding: 20px 0;}

#pdq_line {margin-top:-5px;
background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(18, 22, 22, 0) 50%, rgba(18, 22, 22, 1) 50%, rgba(18, 22, 22, 1) 100%);
/*
	position: fixed;
  bottom: 0;
  left: 0;
*/
}

.tw-flex {
    display: flex;
}
.tw-flex-col {
    flex-direction: column;
}
.tw-items-center {
    align-items: center;
}


h1, h2, h3, h4, h5, h6,
.grotesk, .section_label {font-weight: 600; font-family: 'Space Grotesk', 'Space Grotesk Fallback',sans-serif; line-height: 1.4em;}

#page h2 {margin-bottom:1.2em;}
#page h3 {margin-bottom:1.5em;}
#page h4 {margin-top:1.5em; margin-bottom:1.2em;}

.underline {padding-bottom:0.7em; border-bottom :1px solid #ddd; margin-top:1em;}

.section_label {letter-spacing: 0.36em; font-size:14px; line-height: 17px; margin-bottom:2em;}


.honbun {max-width:800px; margin: 0 auto;}


#storyline,
#storyline iframe {width:100%; max-width: 1021px; height: 580px; margin: auto;}

.wp-video {margin: auto;}


.video-link-wrap {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}

.video-link-video {
  width: 100%;
  display: block;
}

/* 初期表示の再生ボタン */
.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  z-index: 20;
}

/* 三角の再生アイコン */
.video-play-icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 32px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #fff;
}

.video-play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* 再生後は非表示 */
.video-play-button.is-hide {
  display: none;
}


.video-end-link {
  display: none;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateX(-50%);
  padding: 1em 2em;
  background: #5cdbbe;
  color: #000 !important;
  text-decoration: none;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  z-index: 10;
	 transition: 0.2s;
}

.video-end-link:hover {
  color: #fff !important;
}


.cta {background: #131515; color:#fff !important; padding:50px 0;}
.cta h2 {coor:#fff !important;}

.banner-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  width: 100%;
}

/* 共通ボタン */
.banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;


  min-width: 180px;
  height: 55px;
  padding: 0 20px;

  border-radius: 5px;
  box-sizing: border-box;

  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
/* 左ボタン：お問い合わせ */
.banner-btn-primary {
  background-color: #fff;
  color: #131515 !important;
  border: 1px solid #fff;
}

.banner-btn-primary:hover {
  background-color: rgba(0,124,85,1.00);
	color: #fff !important;
}

/* 右ボタン：無料体験版 */
.banner-btn-outline {
  background-color: transparent;
  color: #fff !important;
  border: 1px solid #fff;
}

.banner-btn-outline:hover {
  background-color: rgba(0,124,85,1.00);
}


.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

    z-index: 1000;
}

.bg_gray,
.bg_blue {background-color: rgb(245,246,247,1);}
.bg_black {background-color: #131515; color:#fff !important;}

.bg_black h2, .bg_black h3, .bg_black h4,
.bg_black .section_label {color: #fff !important;}



.accordion .tab a {font-size:20px; font-weight: bold;}
.accordion .pane {font-size:18px; padding:2em 1em;}


.blue_box {border:1px solid #e5e7eb; border-radius: 4px;padding:2em; background: #f5f6f7;
box-shadow: 0 2px 15px rgba(0,0,0,0.05);
	height: 290px;
}

.white_box {border:1px solid #e5e7eb; border-radius: 4px;background: #fff;
box-shadow: 0 2px 15px rgba(0,0,0,0.05);
	color:#131515;
	height: 380px;
}


.white_box_mini {border:1px solid #e5e7eb; border-radius: 4px;background: #fff;
box-shadow: 0 2px 15px rgba(0,0,0,0.05);
	color:#131515;
	height: 200px;
	padding:20px;
}

a:hover .white_box_mini {background: #f5f5f5;}

.box_inner {padding:0px 20px;}
.box_sub {font-weight: bold; font-size:16px;margin-bottom:10px;}
.box_title {font-weight: bold; font-size:22px;}

.box_link .white_box {display: block; height: 390px;transition: transform 0.35s ease;}
.box_link .white_box:hover{ transform: translateY(-10px);}

#feature {
  position: relative;
  background: #000;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
}

body:not(.home) #feature {
  position: relative;
  background: rgb(245,246,247,1);
  min-height: 400px;
  max-height:550px;
  overflow: hidden;
  color: #131515 !important;
}


body:not(.home) #feature h1,
body:not(.home) #feature p,
body:not(.home) #feature .feature-introduce 
{color:#131515 !important; line-height: 1.5em !important;}


.feature-introduce h1 {line-height: 1.5em;margin-top:1em; margin-bottom:1.5em !important;}


body.page-id-39 #feature h1,
body.page-id-39 #feature p,
body.page-id-39 #feature .feature-introduce,
.color_white {color:#fff !important}

/* 動画エリア（右半分） */

.feature-video {
  position: absolute;
  top: 0;
  right: 0;
  height: 580px;
  width:630px;
  overflow: hidden;
  z-index: 0;
}

.feature-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストエリア */

.feature-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 40px 0;
}

.divider_padding {padding-top:60px;}

.movie {text-align:center;}
.video_frame {margin:auto;}

.vendor_table {margin: auto; border-collapse: collapse; margin-bottom:3em;}
.vendor_table th,
.vendor_table td {border:0.5px solid #5F5F5F; padding:1em; background: #fff; border-collapse: collapse;}
.vendor_table th {background: #f1f1f1;}

.toggle_title span.toggle-title {line-height: 1.5em;}

#footer_bottom .inner {text-align: center;}

#copyright {width: 100%;}

/* FOT SMARTPHONE */

@media only screen and (max-width: 479px) {
	.inner { width:100%;}
	h1 {font-size:32px !important;}
	h2 {font-size:22px;}
	h3 {font-size:20px;}
	h4 {font-size:18px;}
	
	.wprmenu_icon:before {font-family: 'wprmenu' !important;}
	
	#top_video {display: none;}
}
