/*
Theme Name:  Clean Simple White
Theme URI:   http://mazznoer.web.id/wordpress-themes/clean-simple-white/
Author:      Mazznoer
Author URI:  http://mazznoer.web.id/
Description: It is a very clean and simple theme for Your WordPress site.
Version:     1.4.2
License:     GPL
License URI: http://www.gnu.org/licenses/gpl.html
Tags:        white, blue, light, two-columns, right-sidebar, theme-options, featured-images, fixed-layout, sticky-post, threaded-comments, translation-ready
Text Domain: clean-simple-white
*/

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* additional by Mazznoer */

:focus {
	outline: none;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 100%;
	overflow-y: scroll;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size:16px;
	line-height:25px;
	font-weight:400;
}
a:link,
a:visited {
	color: #3366bb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: bold;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 13px 0;
}
blockquote {
	font-family: georgia;
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}
input, select {
	vertical-align: middle;
}
pre {
	overflow: auto;
}
address, em {
	font-style: italic;
}
code, kbd {
	font-family: monospace;
	font-size: 1.2em;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
.kg{
	display:block;
}
/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.9em;
}
h2.titel{
	font-size:70px;
	font-family: 'Bebas Neue', sans-serif;
	text-align:center;
	padding:70px 0 60px 0;
	line-height:75px;
}
h2.titel span{
	font-size:20px;
	display:block;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:400;
	line-height:25px;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}

#main-content {
	width: 90%;
	max-width:1200px;
	margin: 0px auto;
}

/* ---------- Header Video Background ----------
-------------------------------------------------- */
#slider {
	width:100%;
	height:100vh;

}
#slider_page_back{
	width:100%;
	background:url(img/slide.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	
}
#slider_page{
	width:100%;
	background:url(img/slide.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:100vh;
	
}
#slider_box {
	width:90%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	height:80vh;
}

#slider_box .slide_text_01 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  position: absolute;
  top: 50px;
  left: 0;
  /* 文字を際立たせる軽い影 */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#slider_box .slide_text_02 {
  font-size: 70px;
  font-weight: 900;
  color: #fff;
  line-height: 95px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-30%, -50%);
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  /* 強めの影で奥行きをプラス */
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

#slider_box .slide_text_03{
	font-size:55px;
	font-weight:500;
	color:#fff;
	line-height:40px;
	position:absolute;
	bottom:50px;
	left:0;
	width:100%;
	text-align:center;


}
/* スマホのみで slide_text_01 を slide_text_02 に近づける */
@media (max-width: 768px) {
  #slider_box .slide_text_01 {
    top: 30%;    /* 50px → 35% に移動して下方向に寄せる */
	}

/* ナビゲーションを最前面に */
#head-nav


#blu_back{
	background: rgb(0,191,250);
	background: linear-gradient(270deg, rgba(0,191,250,1) 0%, rgba(1,95,234,1) 100%);
	width:100%;
}
#gry_back{
	background:#efefef;
	width:100%;
}
/* =Header
-------------------------------------------------------------- */

#header {
}

/* ========================================
   Redesigned Footer Styles
   ======================================== */
/* Hero 内フッターを完全中央寄せ */
#hero-footer {
  background-color: #000;
  padding: 4rem 2rem;
}
#hero-footer .footer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
#hero-footer .footer-divider {
  display: none;
}
#hero-footer .footer-image img {
  max-width: 200px;
  margin: 0 auto 1rem;
}
#hero-footer .footer-menu-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#hero-footer #footer-credit {
  text-align: center;
  margin-top: 2rem;
  color: #fff;
}

/* =Navigation
/* Header Navigation 前面固定 */
#head-nav {
  position: relative;
  z-index: 3;
}

}
#slider_page #head-nav{
	width:100%;
		background-color: rgba( 0, 0, 0, 0.7);

}
#head-nav .logo {
	width:30%;
	float:left;
	padding-left:20px;
	box-sizing:border-box;
}
#head-nav .nav {
	width:65%;
	float:right;
	box-sizing:border-box;
}
#head-nav .nav ul{
	margin:0;
	padding:0;
}
#head-nav .nav ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#head-nav .nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:30px 0;
	margin:0;
	width:16.6%;
}

/*== ボタン共通設定 */

.btn,
a.btn,
button.btn {
	font-size:14px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: black;
}

a.btn-3d-flip {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-perspective: 600px;
  perspective: 600px;
}

a.btn-3d-flip:hover .btn-3d-flip-box {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

a.btn-3d-flip.btn-3d-flip2:hover .btn-3d-flip-box2 {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

.btn-3d-flip-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-3d-flip-box2 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-3d-flip-box-face {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-3d-flip-box-face--back {
	position: absolute;
	font-size:14px;
	top: 100%;
	left: 0;
	border-bottom:4px solid #fff;
  -webkit-transform: translateY(-0px) rotateX(-90deg);
  transform: translateY(-0px) rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}


/* =Content
-------------------------------------------------------------- */
.service_box{
	width:100%;
	margin:0 auto;
	padding:00px 0 60px 0;
}
.service_box ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.service_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.service_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 33.333%;
	box-sizing: border-box;
	padding:40px;
	margin:0;
}

.service_box ul li.blu_back{
	background: rgb(0,191,250);
	background: linear-gradient(270deg, rgba(0,191,250,1) 0%, rgba(1,95,234,1) 100%);
}
.service_box ul li.gry_back{
	background:#efefef;
}
.service_box ul li ul li{
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.service_box ul li ul li.photo{
	text-align: center;
	width: 100%;
}
.service_box ul li ul li.photo img{
	width: 30%;
	max-width:300px;
	height:auto;
}
.service_box ul li ul li.text{
	text-align: left;
	width: 100%;
	padding:0;
}
.mmidashi{
	background:#fff;
	border-radius:50px;
	padding:0 10px;
	box-shadow:border-box;
	color:#000;
	font-size:26px;
	font-weight:700;
	text-align:center;
	margin:20px auto;
	line-height:50px;
}

.service_logo {
	text-align:center;
}
.service_logo02 {
	text-align:center;
	padding-top:50px;
}
.service_logo img,
.service_logo02 img{
	width:100%;
	height:auto;
}
.service_text01{
	font-size:20px;
	font-weight:500;
	line-height:30px;
}
.service_bottn{
	width:100%;
	text-align:right;
	padding:40px 0 20px 0;
}
.cl_w{
	color:#fff;
}
.cl_b{
	color:#000;
}
.service_text02{
	margin-top:30px;
}
.service_text02 table,
.service_text02 th,
.service_text02 td{
	border: 0px solid #ddd;
}
.service_text02 th{
	text-align:center;
	font-weight:500;
	vertical-align:middle;
	width:80px;
	background:#fff;
	color:#0066ce;
}
.service_text02 th.back_blu{
	text-align:center;
	font-weight:500;
	vertical-align:middle;
	width:80px;
	background:#0066ce;
	color:#fff;
}
.service_text02 td{
	padding-left:20px;
	box-sizing:border-box;
}
.morebtn {
	display: inline-block;
	width: 130px;
	height: 40px;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:400;
	color:#0066ce;
	background:#fff;
	border-radius:50px;
}
a.morebtn,
a:link.morebtn{
	color:#0066ce;
}
.morebtn:hover {
	color:#fff;
	background:#0066ce;
	text-decoration: none;

}
.morebtn02 {
	display: inline-block;
	width: 130px;
	height: 40px;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:400;
	color:#fff;
	background:#0066ce;
	border-radius:50px;
}
a.morebtn02,
a:link.morebtn02{
	color:#fff;
}
.morebtn02:hover {
	color:#0066ce;
	background:#fff;
	text-decoration: none;

}

.morebtn::before,
.morebtn02::before,
.morebtn::after,
.morebtn02::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.morebtn,
.morebtn02,
.morebtn::before,
.morebtn02::before,
.morebtn::after,
.morebtn02::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#voice{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding-top:30px;
}
#voice ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#voice ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#voice ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#voice ul li.photo{
	width:34%;
	max-width:340px;
}
#voice ul li.photo img{
	width:280px;
	height:auto;
}
#voice ul li.text{
	width:66%;
	max-width:660px;
	border-left:1px solid #000;
}
#voice ul li.text h3{
	font-size:28px;
	font-weight:500;
	line-height:70px;
	padding-left:40px;
	box-sizing:border-box;
	border-bottom:1px solid #000;
}
#voice ul li.text .text{
	font-size:16px;
	line-height:30px;
	padding-top:20px;
	padding-left:40px;
	box-sizing:border-box;
}

#reasons{
	background: url(img/reasons_back.png);
	background-repeat:no-repeat;
	width:100%;
	background-position:bottom center;
	margin-top:145px;
	margin-bottom:50px;
}
#reasons .reasons_box{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.reasons_box ul{
	margin:0;
	padding:0;
}
.reasons_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.reasons_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.reasons_box ul li.photo{
	width:51.6%;
	max-width:620px;
	line-height:1px;
	vertical-align:bottom;
}
.reasons_box ul li.text{
	width:48.4%;
	max-width:580px;
	font-size:20px;
	line-height:40px;
	color:#fff;
	font-weight:500;
	padding-top:30px;
}
.reasons_box ul li.text h2.titel{
	font-size:70px;
	font-family: 'Bebas Neue', sans-serif;
	text-align:left;
	padding:70px 0 0 0;
	line-height:60px;
	color:#fff;
}
.reasons_box ul li.text h2.titel span{
	font-size:20px;
	display:block;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:400;
	line-height:25px;
	text-align:left;
	margin-bottom:0;
}
.reasons_box ul li.text .text{
	padding-top:30px;
}
#misson{
	margin:50px 0 100px 0;
}
#misson ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#misson ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#misson ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
	width:50%;
	font-size:16px;
	line-height:30px;
}
#misson ul li.image_01 {
	background:url(img/m_image_01.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
#misson ul li.image_02 {
	background:url(img/m_image_02.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
}
#misson ul li .text{
	width:90%;
	max-width:540px;

}
#misson ul li .left{
	padding:65px 0 65px 40px;
	box-sizing:border-box;
}
#misson ul li .right{
	margin:0  0 0 auto;
	padding:65px 40px 65px 0;
	box-sizing:border-box;
}
#contact{
	background:#eee;
	width:100%;
	color:#000;
}
#contact .box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:50px 0;
	text-align:center;
 }
#contact .box .cont{
	width:100%;
	padding:60px 0 0 0;
	text-align:left;
 }
#contact h4{
	text-align:center;
	font-size:28px;
	font-weight:bold;
	font-family: serif;
 }
#top_box{
	background:#fff;
	width:100%;
	color:#000;
	text-align:center;
	padding:50px 0;
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	font-family: serif;
}

#about{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:50px 0 100px 0;
}
table {
	border: 1px solid #ddd;
	width: 100%;
}
table thead {
	background: #eee;
}
table th {
	font-weight: bold;
	border: 1px solid #ddd;
}
table td {
	border: 1px solid #ddd;
}
#main-content ul , #main-content ol {margin: 10px 0 10px 15px;}
#main-content ul li {list-style-type: square;}
#main-content ol li {list-style-type: decimal;}
#main-content li li {margin-left: 25px;}
#main-content p {margin: 10px 0;}

/* ---------- Representative Greeting Section ----------
-------------------------------------------------------------- */

#greeting {
           /* 背景色 */
  padding: 80px 20px;           /* 上下余白 */
}
#greeting .greeting_box {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#greeting .greeting_photo {
  flex: 1;
  padding-right: 40px;
}
#greeting .greeting_photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
	
}
#greeting .greeting_text {
  flex: 1;
  padding: 40px;
  position: relative;
  z-index: 1;
}
#greeting .greeting_text h3 {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
#greeting .greeting_underline {
  width: 50px;
  height: 3px;
  background-color: #e60012;   /* アンダーライン色 */
  margin-bottom: 1em;
}
#greeting .rep_intro {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
#greeting .rep_content {
  font-size: 0.95rem;
  line-height: 1.8;
}
#greeting .rep_content p {
  margin-bottom: 1em;
}
/* 挨拶セクション下部画像を右寄せ＆小さく */
.greeting-bottom-image {
  text-align: right;
  margin-top: 1.5rem; /* お好みで上下の余白を調整 */
	padding-right: 170px; 
}
.greeting-bottom-image img {
  max-width: 200px;   /* 表示サイズを調整 */
  width: 70%;
  height: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .greeting-bottom-image {
    text-align: right;
    margin-top: 1.5rem; /* お好みで上下の余白を調整 */
    padding-right: 0;   /* モバイルでは余白をリセット */
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  #greeting .greeting_box {
    flex-direction: column-reverse;
    text-align: center;
  }
  #greeting .greeting_photo {
    padding: 0;
    margin-bottom: 30px;
  }
  #greeting .greeting_text {
    padding: 30px 20px;
  }
  #greeting .greeting_text h3 {
    font-size: 1.8rem;
  }
}
/* ---------- Representative Greeting Section ----------
-------------------------------------------------------------- */
#greeting {
  padding: 80px 20px;
  background: #f9f9f9;
}
#greeting .greeting_box {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#greeting .greeting_photo {
  flex: 1 1 320px;
  text-align: center;
  padding: 20px;
}
#greeting .greeting_photo img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
#greeting .greeting_text {
  flex: 2 1 480px;
  padding: 20px;
}
#greeting .greeting_text h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#greeting .greeting_underline {
  width: 50px;
  height: 3px;
  background: #e60012;
  margin-bottom: 20px;
}
#greeting .rep_intro {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.6;
}
#greeting .rep_content {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
}

/* レスポンシブ */
@media (max-width: 768px) {
  #greeting .greeting_box {
    flex-direction: column;
  }
  #greeting .greeting_photo,
  #greeting .greeting_text {
    padding: 10px;
  }
  #greeting .greeting_text h3 {
    font-size: 1.6rem;
  }
}

/* ---------- Execution Support Section ----------
-------------------------------------------------------------- */
#execution-support {
  padding: 80px 20px 40px;
  background: #fff;
}
#execution-support .support_items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}
#execution-support .support_item {
  flex: 1 1 calc(33.333% - 40px);
  box-sizing: border-box;
  text-align: center;
}
#execution-support .support_item .icon {
  margin-bottom: 20px;
}
#execution-support .support_item .icon img {
  width: 60px;
  height: auto;
}
#execution-support .support_item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
#execution-support .support_item ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  color: #555;
  font-size: 0.95rem;
  text-align: left;
}
#execution-support .support_item ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
#execution-support .support_item ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ccc;
}
#execution-support .support_item .support_close {
  font-size: 0.9rem;
  color: #999;
  cursor: pointer;
}

/* レスポンシブ */
@media (max-width: 992px) {
  #execution-support .support_item {
    flex: 1 1 calc(50% - 40px);
  }
}
@media (max-width: 600px) {
  #execution-support .support_item {
    flex: 1 1 100%;
  }
}

/* ---------- CTA Section ---------- */
#contact-heroo {
  position: relative;
  background: black;
  color: #fff;
  padding: 80px 0;
}
/* Hero 内セクション “hero-footer” を完全中央寄せ */
#hero-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding: 4rem 2rem;
  text-align: center;
}
#hero-footer .footer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
#hero-footer .footer-left,
#hero-footer .footer-right {
  width: 100%;
}
@media (max-width: 768px) {
  /* ヒーロー内フッターの画像が表示されない問題を解消 */
  #hero-footer .footer-image,
  #hero-footer .footer-image img {
    display: block !important;   /* 常に表示 */
    margin: 0 auto 1rem !important; /* 真ん中寄せ＆下余白 */
    max-width: 220px;            /* スマホ用に小さく調整 */
    width: auto !important;
    height: auto !important;
  }

  /* メニューの縦並び設定（既存） */
  #hero-footer .footer-menu-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}


/* “FAMOUS” セクションを完全中央寄せ */
#famous-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background: url('../images/your-background.jpg') no-repeat center/cover;
  padding: 6rem 2rem;
}
#famous-section .famous-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 1;
}
#famous-section .famous-title {
  margin-bottom: 0.5rem;
}
#famous-section .famous-social {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
#famous-section .famous-contact {
  max-width: 100%;
  margin-top: 1rem;
}

#contact-hero {
  position: relative;
  background: rgb(0, 191, 250);
  background: linear-gradient(270deg, rgba(0, 191, 250, 1) 0%, rgba(1, 95, 234, 1) 100%);
  color: #fff;
  padding: 80px 0;
}

/* ヒーローオーバーレイはもう不要 */
#contact-hero .hero-overlay {
  display: none;
}

/* テキストはそのまま前面に */
#contact-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* 以下のテキストスタイルは変更なし */
#contact-hero .pre-title .line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fff;
  vertical-align: middle;
  margin-right: 8px;
}
#contact-hero .pre-title .small {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#contact-hero .hero-main {
  font-size: 23px;
  margin: 24px 0;
  line-height: 1.3;
	font-weight:bold;
}
#contact-hero .hero-subtext {
  font-size: 1rem;
  margin-bottom: 32px;
  line-height: 1.6;
}
#contact-hero .hero-contact-card {
  display: inline-block;
  background: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 1.25rem;
}

#contact-hero .hero-contact-card .label {
  font-weight: bold;
  margin-right: 8px;
	
}
#contact-hero .hero-contact-card .number {
  font-size: 1.5rem;
  margin-right: 8px;
	font-weight:bold;
		color:#000;
}
#contact-hero .hero-contact-card .notice {
  display: block;
  font-size: 0.875rem;
  margin-top: 4px;
	color:#000;
}

/* =Mobile Adjustments=
-------------------------------------------------- */
@media (max-width: 768px) {
  #contact-hero {
    padding: 60px 0;
  }
  #contact-hero .hero-main {
    font-size: 23px;
  }
  #contact-hero .hero-subtext {
    font-size: 0.9rem;
  }
  #contact-hero .hero-contact-card {
    font-size: 1rem;
    padding: 12px 20px;
  }
}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar ul {margin-left: 15px;}
#sidebar ul li {
border-bottom: 1px dashed #ccc;
line-height: 27px;
list-style-type: circle;
}
#sidebar ul li a:link, #sidebar ul li a:visited {color: #36b;}
#sidebar ul li a:hover {color: #c00; text-decoration: none;}

/* =Comments
-------------------------------------------------------------- */

#main-content ol.commentlist {margin-left: 0px;}
#main-content ol.commentlist li {
border: 1px solid #bbb;
list-style: none;
margin: 15px 0;
padding: 10px;
}
li.odd {background: #f8f8f8;}
.commentlist li img.avatar {border: 1px solid #aaa; width: 32px; height: 32px;}
#main-content ul.children li {margin-left: 70px;}
.comment-author {background: #eee;}
.comment-meta {border-bottom: 1px solid #ddd; text-align: right;}
.comment-reply-link, #cancel-comment-reply-link {border: 1px solid #aaa; padding: 3px 10px;}

/* comment form */

.required {color: red;}
#respond input {display: block;}

/* ------------------------------------ */

input, textarea {background: #f5f5f5; border: 1px solid #bbb; color: #999; margin: 10px 0; padding: 7px 10px;}
input#searchsubmit, input#submit {background: #ddd; border: 1px solid #999; color: #555; padding: 6px 10px;}
textarea#comment {width: 95%;}

/* images and captions */

#main-content img {
	height: auto;
	max-width: 550px;
}
img.centered {
	display: block;
	margin: 10px auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ccc;
	padding-top: 4px;
	text-align: center;
	margin: 10px 0;
	max-width: 550px;
	height: auto;
}
.wp-caption img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	line-height: 15px;
}
.wp-caption.alignright {
	margin: 10px 0 10px 10px;
}
.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}
.gallery-caption {

}

/* classes */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.post-spt {
	border-top: 1px dashed #ccc;
	margin-bottom: 15px;
}
.post-meta {
	background: #eee;
	margin: 10px -10px;
	padding: 2px 10px;
}
.post-tag {
	margin: 10px 0;
}
.sticky {
	background: #f6f6f6;
	border: 0px solid #ccc;
	margin: -10px -10px 10px -10px;
	padding: 0 10px;
}
.sticky .post-meta {
	background: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
p.page-link span {
	border: 1px solid #ccc;
	padding: 3px 8px;
}
p.page-link a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.page .nocomments {
	display: none;
}
.bypostauthor .fn {
	font-weight: bold;
}

/* widget */

.widget {
	margin-bottom: 15px;
}
.widget_calendar table {
	text-align: center;
	width: 100%;
}
.widget_calendar caption {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar thead th {
	background: #eee;
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ddd;
}
#today {
	background: #eee;
}
.search-form label span{
	display: none;
}

/* navigation */

.post-navigation h2 {
	display: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
a.more-link:link,
a.more-link:visited {
	float: right;
	margin-bottom: 10px;
}

/* pagination */

.pagination h2 {
	display: none;
}
.pagination .nav-links * {
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.pagination .current,
.pagination .dots {
	background: transparent;
}




.mw_wp_form {
  width: 100%;
}

.mw_wp_form table.mailform-tbl {
  width: 100%;
  margin-bottom: 40px;
}

.mw_wp_form table{
  border:0px;
	margin-top:50px;
	
}
.mw_wp_form table tr{
  border-bottom:1px solid #ddd;
	
}
.mw_wp_form table th,
.mw_wp_form table td {
  border:0px;
  padding: 20px;
	box-sizing:border-box;
}
.mw_wp_form table th {
	vertical-align:middle;
}
.mw_wp_form table th .attention {
  font-size: 12px;
  margin-left: 10px;
  color: red;
  padding: 3px;
}


.mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
  width: 50%;
  box-sizing: border-box;
	padding:10px;
	border-radius:5px;
	color:#000;
}
.mw_wp_form table td.tel input{
	box-sizing: border-box;
	padding:10px;
	border-radius:5px;
	color:#000;	
}
.mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
  width: 100%;
  box-sizing: border-box;
	padding:10px;
	border-radius:5px;
	color:#000;
}

.mw_wp_form table td.w80 textarea {
  width: 100%;
  box-sizing: border-box;
	padding:10px;
	border-radius:5px;
	color:#000;
}

.mw_wp_form #submit-button {
  text-align: center;
}

.mw_wp_form #submit-button input {
  margin: 1em;
  display: inline-block;
  padding: 0 50px;
  background: #0066ce;
  color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 18px;
	line-height:55px;
	height:55px;
}
.mw_wp_form #submit-button input:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
  background: #003b77;

}
.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 0 50px;
  background: #999;
  color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 18px;
	line-height:55px;
	height:55px;
}
.mw_wp_form #submit-button input[name="submitBack"]:hover {

  background: #555;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  list-style: none;
}

.mw_wp_form .form_step>li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #0066ce;
  border-left: 2px solid #0066ce;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.mw_wp_form_input .form_step>li:nth-of-type(1), .mw_wp_form_preview .form_step>li:nth-of-type(2), .mw_wp_form_complete .form_step>li:nth-of-type(3) {
  background-color: #0066ce;
  color: #fff;
}

@media screen and (max-width: 768px) {
/* =Layout
-------------------------------------------------------------- */
#slider_box {
	width:90%;
	max-width:850px;
	padding-top:100px;
	margin:0 auto;
}	
#slider_box .slide_text_01 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
}

#slider_box .slide_text_02 {
  font-size: 29px;
  font-weight: 900;
  color: #fff;
  line-height: 50px;
  padding: 30px 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

#slider_box .slide_text_03{
	font-size:25px;
	font-weight:500;
	color:#fff;
	line-height:30px;
}
.kg
{
	display:block;
	}
	
h2.titel{
	font-size:50px;
	font-family: 'Bebas Neue', sans-serif;
	text-align:center;
	padding:50px 0 0 0;
	line-height:55px;
}
h2.titel span{
	font-size:17px;
	display:block;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:400;
	line-height:23px;
}
	
/* =Navigation
-------------------------------------------------------------- */
#head-nav .logo {
	width:100%;
	float:none;
	padding:20px;
	box-sizing:border-box;
}
#head-nav .logo img{
	width:200px;
	height:auto;
}

.nav{
	display:none;
}
/* =footer
-------------------------------------------------------------- */	
.footer_box ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0px 0;
	margin:0;
	color:#fff;
}
.footer_box ul li.left{
	border-right:0px solid #fff;
	width:100%;
	max-width:100%;
	font-size:14px;
	line-height:25px;
}
.footer_box ul li.left .midashi{
	
	padding-bottom:20px;
}
.footer_box ul li.right{
	display:none;
}	
	/* ────────────────
   Footer: 不要な画像を非表示
   ──────────────── */

/* フッター左カラム内のすべての img 要素をいったん非表示 */
.footer-left img {
  display: none;
}

/* .footer-photo 以下の画像のみ表示 */
.footer-left .footer-photo img {
  display: inline-block;
}


/* =Content
-------------------------------------------------------------- */
.service_box{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:60px 0;
}
.service_box ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:40px;
	margin:0;
}
.service_box ul li ul li.photo img{
	width: 30%;
	max-width:initial;
	height:auto;
}
.mmidashi{
	background:#fff;
	border-radius:50px;
	padding:0 10px;
	box-shadow:border-box;
	color:#000;
	font-size:22px;
	font-weight:700;
	text-align:center;
	margin:20px auto;
	line-height:50px;
}
.service_box .left {
	float: none;
	width:100%;

}
.service_box .right {
	float: none;
	width:100%;
}	
.service_logo,
.service_logo02{
	text-align:center;
	padding:0px 0 00px 0;
}
.service_text01{
	font-size:18px;
	font-weight:500;
	line-height:25px;
}
	
	
#voice ul li {
	float: none;

}
#voice ul li.photo{
	width:100%;
	max-width:100%;
	text-align:center;
}
#voice ul li.photo img{
	width:200px;
	height:auto;
}
#voice ul li.text{
	width:100%;
	max-width:100%;
	border-left:0px solid #000;
}
#voice ul li.text h3{
	font-size:21px;
	font-weight:500;
	line-height:40px;
	padding:30px 0 0 0px;
	box-sizing:border-box;
	border-bottom:1px solid #000;
}
#voice ul li.text .text{
	font-size:16px;
	line-height:30px;
	padding-top:10px;
	padding-left:0px;
	box-sizing:border-box;
}
#reasons{
	background: rgb(103,183,0);
	background: linear-gradient(270deg, rgba(103,183,0,1) 0%, rgba(59,170,33,1) 100%);
	background-repeat:no-repeat;
	width:100%;
	background-position:bottom center;
	margin-top:145px;
	margin-bottom:50px;
	padding-bottom:50px;
}
#reasons .reasons_box{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.reasons_box ul li {
	float: none;
}
.reasons_box ul li.photo{
display:none;
}
.reasons_box ul li.text{
	width:100%;
	max-width:100%;
	font-size:18px;
	line-height:30px;
	color:#fff;
	font-weight:500;
	padding-top:30px;
}
.reasons_box ul li.text h2.titel{
	font-size:50px;
	padding:30px 0 0 0;
	line-height:55px;
}
.reasons_box ul li.text h2.titel span{
	font-size:17px;
	line-height:23px;
}
	
#misson ul li {
	display: block;
	float: none;
font-weight: bold;
	width:100%;
	font-size:16px;
	line-height:30px;
	
}
#misson ul li.image_01 {
	background:url(img/m_image_01.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	height:200px;
}
#misson ul li.image_02 {
	background:url(img/m_image_02.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
	height:200px;
}	
#misson ul li .text{
	width:90%;
	max-width:90%;

}
#misson ul li .left{
	padding:20px;
	box-sizing:border-box;
}
#misson ul li .right{
	margin:0;
	padding:20px;
	box-sizing:border-box;
}
	

  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 30%;
  }

.mw_wp_form table th {
  border:0px;
  padding: 10px 0px 0 0;
	box-sizing:border-box;
	display:block;
}
.mw_wp_form table td {
  border:0px;
  padding:0  0 10px 0px;
	box-sizing:border-box;
	display:block;
}
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
/* About Page Styles */

.about-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  font-family: sans-serif;
  line-height: 1.6;
}

.about-hero {
  text-align: center;
  padding: 4rem 0;
}

.about-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.btn-download {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #005bbb;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.section {
  margin: 3rem 0;
}

.section h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.partners,
.values,
.overview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.partner-item,
.value-item,
.overview-item {
  flex: 1 1 calc(33.333% - 1rem);
}

.value-item img,
.partner-item img {
  max-width: 100%;
  height: auto;
}

.company-overview {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 4px;
}

.company-overview dt {
  font-weight: bold;
}

.company-overview dd {
  margin: 0 0 1rem 0;
}

.cta {
  text-align: center;
  margin: 4rem 0;
}

.footer-cta a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #e91e63;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
/* ─── Fix: Remove any blank space above the header ─── */

/* Override WP admin bar top margin */
html {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Reset margin/padding on all possible header wrappers */
#header,
header,
#head-nav,
.header-top,
.container-header,
#container > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* If you use a slider/hero immediately after header */
#slider,
#slider_page,
#slider_page_back {
  margin: 0 !important;
  padding: 0 !important;
}

/* In case the first section inside #container is pushing content down */
#container > section:first-child,
#container > div:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
