@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
.drawer-icon {
 display: none;
}
.drawer-close {
  display: none;
}

.drawer.open ~ .drawer-icon .drawer-open {
  display: none;
}
.drawer.open ~ .drawer-icon .drawer-close {
  display: inline;
}
/* 投稿非表示　一時的 */
.post-list {
    display: none;
}
/* オーバーレイやドロワー表示用（必要に応じて） */
.drawer,
.menu-overlay {
  display: none;
}
.drawer.open,
.menu-overlay.open {
  display: block;
}

br.sp-only{
	display: none;
}

.m-150{
margin-top: 150px;
}

@media screen and (max-width: 768px) {
	.drawer-icon{
	display: block;
	}
	br.sp-only{
	display: block;
}
	.m-150{
margin-top: 50px;
}
}
	
/******************
  TOP スクロール

**********************/
.scroll-text-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 10px 0;
  margin-top: 50px;
  position: relative;
}

.scroll-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
    font-size: 3em;
    color: transparent;
    -webkit-text-stroke: 0.5px #979797;
    text-stroke: 0.5px white;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/**********************
 header menu
******************/



.header-nav .header-list {
  list-style: none;
  display: flex;
	justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.header-nav .header-list li a {
  position: relative;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  transition: color 3s ease;
}

.header-nav .header-list li a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #ffb338;
  transition: width 1s ease;
}

.header-nav .header-list li a.hover-effect {
  color: #ffb338;
}

.header-nav .header-list li a.hover-effect::after {
  width: 100%;
}

.contact-form__row{
	margin-bottom: 15px;
}

/**********************
Jquery
**********************/
.fade-up {
  opacity: 0;
transform: translateY(30px);
  transition: opacity 3s ease, transform 3s ease;
}
.fade-up.show {
  opacity: 1;
transform: translateY(0); 
}
.header-logo,
.header-ph {
	white-space: pre-line;
  overflow: hidden;
}

.header-ph.done,
.header-logo.done {
  border-right: none;
}

.zoomBox {
  opacity: 0;
transform: scale(0.9); 
transition: transform 0.5s ease-out, opacity 0.5s ease-out; */
  position: relative;   
  z-index: auto;       
  will-change: transform, opacity; 
}

.slide-in-right {
  transition: all 5s ease;
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-100px); /* 左から登場 */
  transition: all 1s ease-out;
  will-change: transform, opacity;
}

.slide-in-left.active {
  opacity: 1;
  transform: translateX(0);
}

/********************
モーダルウィンドウ
**********************/
 
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block9;
}
.modal-window:target {
display: block9;
}
.modal-window .modal-inner {
position: absolute;
top: 250px;
left: 5%;
z-index: 20;
padding:5%;
margin:0 auto;
width: 80%;
overflow-x: hidden;
border-radius: 6px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
background: #16833a;
}
 
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: #333;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 230px;
right:15%;
z-index: 20;
margin:0 auto;
color: #fff;
border-radius: 2px;
padding: 10px 10px;
text-decoration: none;
text-indent: 0;
background: #16833a;
}
 
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
 
.post-list {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
}

.post-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}


.post-thumb {
  flex: 0 0 200px;
}

.post-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.post-content {
  flex: 1;
  padding-left: 20px;
}

.post-meta {
  margin-bottom: 5px;
}

.post-cat {
  display: inline-block;
 background-color: #ee9301;
  color: #fff;
  font-size: 0.75em;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 5px;
}

.post-title {
  font-size: 1.2em;
  margin: 5px 0 10px;
}

.post-title a {
  text-decoration: none;
  color: #333;
}

.post-excerpt {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 10px;
}

.read-more {
  display: inline-block;
  background: #222;
  color: white;
  padding: 6px 14px;
  font-size: 0.9em;
  text-decoration: none;
  border-radius: 3px;
}

.read-more:hover {
  background: #444;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .post-list {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
.post-thumb img {
    width: 70%;
}
	.post-thumb {
        text-align: center;
    }
  .post-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #f7f7f7;
    padding: 30px 15px;
    margin-bottom: 15px;
  }

  .post-thumb {
    width: 100%;
    margin: 0 0 10px 0;
	  flex: none;
  }

  .post-meta {
    margin-bottom: 5px;
  }

  .post-content {
    padding-left: 0;
  }

  .post-title {
    font-size: 1.25em;
    margin: 0 0 5px 0;
  }

  .post-excerpt {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.5;
  }

      .read-more {
        display: inline-block;
        background: #333;
        color: white;
        padding: 1px 10px;
        font-size: 0.8em;
        border-radius: 3px;
    }

    .post-cat {
        font-size: 0.65em;
        padding: 2px 8px;
        border-radius: 3px;
        background-color: #ee9301;
  }
}
/**********************
スマホのフッターメニュー
**********************/
ul.footer_menu {
    position: fixed;
    bottom: 5px;
   background: rgb(24 26 84);
    z-index: 9999999999;
    -moz-opacity: 0.9;
    opacity: 0.95;
	display: flex;
	width: 70%;
	right: 0;
	left: 0;
	margin: 0 auto;
}
 
ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0;
    width: 50%;
}
li.help{
	background: red;
}
 
ul.footer_menu li a i{
	font-size: 24px;
}
 
ul.footer_menu li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
 
.footer_menu {
	position: fixed;
	bottom: 0;
	left:0;
	background: #1d2088;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.9;
}
 
 
/**********************
SNSの部分
***********************/
 
 
.modal-window .modal-inner.sns{
	margin:0 auto;
	text-align:center;
}
.modal-inner ul {
	list-style:none;
}
.modal-inner li {
	list-style:none;
	float:left;
	width:25%;
	margin:0%;
border-bottom: 1px solid #FFF;
}
.modal-inner li a {
	font-size:150%;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
}
.modal-inner li a:hover {
	box-shadow:none;
}
 
 
.share li a {display : block;
    padding : 10px 5px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
 
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a {background-color: #ff8c00;}
.feedly a {background-color: #6cc655;}
 
.share-sm {margin:0;}
.share-sm ul:after {content : "";
    display : block;
    clear : both;}

/********************** 
メニューの部分
**********************/
 
.mod li{
  float:none;
  display:block;
  width:100%;
  margin:0;}
 
.mod li a {
  text-align: left;  /* メニューを左寄せ */
  font-weight: bold;  /* メニューを太字に */
  background: #16833a;  /* メニューの背景色 */
  margin: 0%;
font-size: 14px;  /* メニュー文字サイズ */
}

/***  hover アクション　***/
.modal-inner li:hover  {
    border-bottom: none;
}
.mod li a:hover{
    background: #FFF;
    color: #16833a;
}

@media only screen and (max-width: 480px){
.p-header-content > :last-child {
    margin-top: -15%;
}
.p-index-slider__item.is-active .p-header-content__inner > *:nth-child(3) {
    margin-top: 10%;
}
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  margin-top: 0px !important;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fffffe;
  color: #000;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: hidden;
}
.footer-sns.m_fixed_sns {
    display: none;
}
/* .hamburger-menu-wrapper {
	position: relative;
}

#hamburger-menu-button {
	display: none;
}

#hamburger-menu-button:checked ~ .hamburger-menu-close {
	display: block;
	opacity: 0.5;
}

#hamburger-menu-button:checked ~ .hamburger-menu-content {
	transform: translate3d(0,0,0);
}

.hamburger-menu-open .fa-bars {
	color: #f4f4f4;
	font-size: 20px;
}

.hamburger-menu-open {
	position: absolute;
	margin-bottom: 0;
	width: 20px;
	top: 20px;
	height: 20px;
	transition: 0.3s ease;
	animation: site-title 0.8s ease 0.5s 1 normal;
	animation-fill-mode: forwards;
	opacity: 0;
	z-index: 4;
	cursor: pointer;
}

.hamburger-menu-close {
	display: none;
	opacity: 0;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	cursor: pointer;
	transition: 0.3s ease;
	z-index: 3;
}

.hamburger-menu-content {
	background: #fff;
	position: fixed;
	left: 0;
	width: 80%;
	height: 100%;
	transition: 0.3s ease;
	transform: translate3d(-100%,0,0);
	overflow: auto;
	z-index: 5;
}

.hamburger-menu {
	padding: 15px;
}

.hamburger-menu li {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 18px;
	text-align: left;
	transition: 0.3s ease;
}

.hamburger-menu li a {
	color: #555555;
}

.hamburger-menu li:before {
	color: #ff69b4;
	padding-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
}

.hamburger-menu li:hover {
	transform: translateX(5px);
} */
video {
  width: 100%;
}

h1.single_ttl {
  display: none;
}

p.page-text {
  font-size: 18px;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  line-height: 2;
}
.en {
  font-family: "Inter";
  font-style: normal;
  color: #ffffff;
}

body.m_fixed_sns {
  padding-bottom: 75px;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

form {
  margin: 0;
  padding: 0;
}

.archive-head {
  border-top: 3px solid #d81f32;
  margin-bottom: 56px;
  padding: 28px 0 0;
}

.archive-head.m_description {
  margin-bottom: 70px;
}

.archive-lead {
  color: #d81f32;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.archive-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}

.archive-title.m_category::before {
  color: #d81f32;
  content: "\f02d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.archive-title.m_search span {
  color: #d81f32;
}

.archive-title.m_search::before {
  color: #d81f32;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.archive-description {
  font-size: 14px;
  line-height: 1.4;
}

.inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 80px 0;
  width: 1100px;
}

#content > .inner {
  display: flex;
  padding-bottom: 120px;
  padding-top: 58px;
}

#content.m_one > .inner {
  display: block;
}

#primary {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
}

.m_one #primary {
  margin-bottom: 0;
  width: 100%;
}

#secondary {
  margin-left: auto;
  width: 30.90909%;
}

.m_one #secondary {
  display: none;
  width: 100%;
}

.breadcrumb {
  color: #8d8d8d;
  font-size: 12px;
  margin-bottom: 14px;
}

.breadcrumb .home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.breadcrumb a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.breadcrumb a:hover {
  opacity: 0.6;
}

.breadcrumb i {
  margin-left: 15px;
  margin-right: 15px;
}

.btn {
  -webkit-appearance: none;
  background-color: #01b3a7;
  background-image: none;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  min-width: 282px;
  padding: 17px 20px 14px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.btn:hover,
.btn:focus {
  outline: none;
}

.btn::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.btn:hover {
  background: #00aca0;
}

.drawer {
  display: none;
}

.drawer-icon {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 17px;
  text-align: center;
  z-index: 10000;
}

.drawer-open {
  display: block;
}

.m_checked .drawer-open {
  display: none;
}

.drawer-close {
  display: none;
}

.m_checked .drawer-close {
  display: block;
}

.drawer-content {
    position: absolute;
    background: rgb(0 0 0 / 95%);
    height: 80vh;
    opacity: 0;
    overflow: auto;
    padding: 100px 16px 16px;
    text-align: left;
    top: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}
.m_checked .drawer-content {
  opacity: 1;
  visibility: visible;
	 z-index: 1000;
}

.drawer-nav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 20px 12px 24px 0;
  text-decoration: none;
}


.entries {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.entry-item {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  display: block;
  margin-bottom: 50px;
  margin-right: 40px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: calc(50% - 40px / 2);
}

.entry-item:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.entry-item:nth-child(2n),
.entry-item:last-child {
  margin-right: 0;
}

.entry-item-img {
  text-align: center;
}

.entry-item-body {
  padding: 20px;
}

.entry-item-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.entry-item-published {
  color: #808080;
  font-size: 12px;
  margin-top: 4px;
}

.entry-item-published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-item-tag {
  background: #d81f32;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  padding: 3px 14px 2px;
}

.entry-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 14px;
}

.entry-item-excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429;
}

.entries.m_horizontal {
  margin-bottom: 62px;
}

.entries.m_horizontal .entry-item {
  display: flex;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 20px;
  width: 100%;
}

.entries.m_horizontal .entry-item:last-child {
  margin-bottom: 0;
}

.entries.m_horizontal .entry-item .entry-item-img {
  width: 36.02941%;
}

.entries.m_horizontal .entry-item .entry-item-body {
  padding: 0 0 0 20px;
  width: 63.97059%;
}

.entries.m_block .entry-item {
  width: 100%;
  margin-right: 0;
}

.entries.m_block .entry-item .entry-item-body {
  padding: 20px;
  width: 100%;
}

.entries.m_block .entry-item .entry-item-published {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-tag {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-title {
  font-size: 20px;
}

.entries.m_block .entry-item .entry-item-excerpt {
  font-size: 16px;
}

.entry {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 40px 12px;
}

.entry-label {
  display: inline-block;
  margin-bottom: 18px;
}

.entry-label a {
  background: #d81f32;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-label a:hover {
  opacity: 0.6;
}

.entry-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18px;
}

.m_page .entry-title {
  margin-bottom: 34px;
}

.entry-meta {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
}

.entry-published,
.entry-updated {
  color: #808080;
  font-size: 12px;
}

.entry-published::before,
.entry-updated::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-updated {
  margin-left: 27px;
}

.entry-updated::before {
  content: "\f1da";
  font-weight: 900;
}

.entry-img {
  text-align: center;
}

.entry-tag-items {
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.entry-tag-head {
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 6px 15px 0;
}

.entry-tag-head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.entry-tag-item {
  margin-bottom: 10px;
  margin-right: 15px;
}

.entry-tag-item:last-child {
  margin-right: 0;
}

.entry-tag-item a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #808080;
  display: block;
  font-size: 14px;
  padding: 6px 18px 5px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-tag-item a:hover {
  background: #808080;
  border-color: #808080;
  color: #fff;
}

.entry-body {
  margin-top: 32px;
  padding-bottom: 44px;
}

.m_page .entry-body {
  padding-bottom: 12px;
}

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
  margin-top: 0;
}

.entry-body h2 {
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #d81f32;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 38px;
  margin-top: 79px;
  padding: 24px 20px;
  position: relative;
  text-align: left;
}

.entry-body h2::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: 100%;
  width: 0;
}

.entry-body h3 {
  border-bottom: 3px solid #d81f32;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  margin-top: 84px;
  padding-bottom: 14px;
}

.entry-body h4 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 82px;
  padding-left: 42px;
  position: relative;
}

.entry-body h4::before {
  color: #d81f32;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -8px;
}

.entry-body h5 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 27px;
  margin-top: 60px;
}

.entry-body h6 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}

.entry-body p {
  line-height: 1.875;
  margin-top: 30px;
}

.entry-body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.entry-body blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}

.entry-body blockquote > :first-child {
  margin-top: 0;
}

.entry-body blockquote > :last-child {
  margin-bottom: 0;
}

-body .entry-btn {
  margin: 1em 0;
  text-align: center;
}

.entry-body .entry-btn .btn {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.entry-body .entry-btn .btn:hover {
  opacity: 1;
}

.entry-links {
  margin-top: 32px;
  text-align: center;
}

.entry-links .post-page-numbers {
  background: #fff;
  border: 1px solid #666;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 30px;
  text-align: center;
}

.entry-links .post-page-numbers.current {
  background: #666;
  color: #fff;
}

.entry-links .post-page-numbers:first-child {
  margin-left: 0;
}

.entry-links .post-page-numbers:last-child {
  margin-right: 0;
}

.entry-links a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-links a:hover {
  background: #666;
  color: #fff;
}

.page-numbers {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #808080;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin-right: 14px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #d81f32;
  border: 1px solid #d81f32;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.widget .rpwe-ul .rpwe-li,
.widget .rpwwt-widget li {
  margin-bottom: 20px;
  display: flex;
}

.widget .rpwe-ul .rpwe-li:last-child,
.widget .rpwwt-widget li:last-child {
  margin-bottom: 0;
}

.widget .rpwwt-widget li a {
  display: block;
  font-size: 0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

#footer-menu {
    background: #919191;
}

#footer-menu > .inner {
  padding-bottom: 42px;
  padding-top: 54px;
}

.footer-logo {
  text-align: center;
	margin-bottom: 10px;
}

.footer-logo a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer-logo a:hover {
  opacity: 0.6;
}

.footer-sub {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71429;
  margin-bottom: 30px;
  text-align: center;
}

.footer-nav {
  text-align: center;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav li {
  margin-bottom: 10px;
  margin-right: 32px;
  padding: 0 4px;
  text-decoration: none;
}

.footer-nav li:last-child {
  margin-right: 0;
}

.footer-nav li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer-nav li a:hover {
  opacity: 0.6;
}

.footer-sns {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  bottom: -75px;
  left: 0;
  position: fixed;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 25;
}

.footer-sns.m_fixed_sns {
  bottom: 0;
}

.footer-sns > .inner {
  align-items: center;
  display: flex;
  height: 75px;
  padding-bottom: 0;
  padding-top: 0;
}

.footer-sns-head {
  font-size: 14px;
  margin-right: auto;
}

.footer-sns-buttons ul {
  align-items: center;
  display: flex;
}

.footer-sns-buttons li {
  margin-right: 50px;
}

.footer-sns-buttons li:last-child {
  margin-right: 0;
}

.footer-sns-buttons li a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer-sns-buttons li a:hover {
  opacity: 0.6;
}

.footer-sns-buttons li a.m_twitter img {
  width: 26px;
}

.footer-sns-buttons li a.m_facebook img {
  width: 11px;
}

.footer-sns-buttons li a.m_hatena img {
  width: 22px;
}

.footer-sns-buttons li a.m_line img {
  width: 30px;
}

.footer-sns-buttons li a.m_pocket img {
  width: 27px;
}

#footer {
    background: #404040;
}
img.footer-logo {
    width: 220px;
    height: auto;
}
#footer > .inner {
  padding-bottom: 20px;
  padding-top: 18px;
}

.copy {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin-bottom: 2px;
  text-align: center;
}

.by {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-align: center;
}

.by a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.by a:hover {
  opacity: 0.6;
}

.floating {
  bottom: 100px;
  display: none;
  position: fixed;
  right: 28px;
  z-index: 30;
}

.floating a {
  background: #6a6a6a;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 60px;
}

.floating a:hover {
  opacity: 0.6;
}

/* h2 h３ */
h2.section-title-en {
  color: #1d2088;
  font-family: "Inter";
  font-style: normal;
  font-size: 40px;
  text-align: center;
}

h3.section-title-ja {
  color: #000;
  font-size: 15px;
  text-align: center;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro";
  padding-bottom: 50px;
  font-weight: 400;
}
/* ****************

header 

***************/
.header-nav-wrap {
	display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
h1.logo-img {
  text-align: end;
	z-index: 1000000000;
}
 

a.logo {
    text-align: start;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
	margin-left: 10px;
}

img.logo {
    width: 100%;
    height: auto;
}


.fv-inner {
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000069;
}

.page-fv {
  display: flex;
  justify-content: center;
  align-items: center;
	background-image: url("http://maximum-create.co.jp/wp-content/uploads/2025/05/jian-wuno-shangnoraitotoreiru-1-scaled.jpg");
  height: 500px;
  background-size: cover;
}
h1.page-title {
  font-size: 80px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 15px;
}

.header_text {
  width: 100%;
}

.header-logo {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 116px;
  text-align: center;
  color: #ffffff;
}

.header-ph {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 3;
    text-align: center;
    color: #ffffff;
}

#header > .inner {
  align-items: center;
  display: flex;
  padding-bottom: 36px;
  padding-top: 40px;
}
.header-inner {
  width: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
 background-color: rgb(0 0 0 / 80%);
	z-index: 10;
}

.header-logo {
  line-height: 1.2;
}

.header-logo a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.header-logo a:hover {
  opacity: 0.6;
}

.header-sub {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71429;
  margin-top: 10px;
  padding: 0 38px;
}

.header-nav > .inner {
  padding-bottom: 24px;
  padding-top: 34px;
	width: 810px;
}

.header-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.header-nav li {
  margin-bottom: 12px;
  margin-right: 20px;
}

.header-nav li:last-child {
  margin-right: 0;
}

.header-nav li > a {
  color: #fff;
  display: block;
  font-family: "Noto Sans Japanese", "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6",
    "Meiryo", "Meiryo", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.header-nav li > a:hover {
  opacity: 0.6;
}

.s-video{
  height: 200px;
  width: auto;
}


#pickup {
  background: #000;
}

#pickup > .inner {
  padding-bottom: 20px;
  padding: 100px 0 200px 0;
}

.pickup-items {
  display: flex;
  align-items: center;
}
.pickup-title {
  /* About us */
  font-weight: 700;
  width: 30%;
}

.pickup-text {
  color: #fff;
  width: 70%;
  border-left: 2px solid #fff;
  padding: 10px 50px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    overflow-x: hidden;
	  padding-bottom: 50px;
  }
img.logo {
    width: 200px;
    height: auto;
}
  .header-nav-wrap {
    justify-content: space-between;
  }
  .fv-inner {
    height: 65vh;
	  background: #00000073;
  }
  .header-logo {
    font-size: 40px;
    line-height: 80px;
  }
  .header-ph {
        font-size: 20px;
        line-height: 2;
       margin: 0;
	          font-weight: bold;

    }
}

/* 事業内容 */
section.service {
  background-color: #f4f4f4;
  margin-top: -50px;
}

h4.service-name {
  margin-bottom: 25px;
}

img.service-img {
  display: block;
  height: 150px;
  width: auto;
  margin: 0 auto;
}

.about-box {
  width: 97%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 5px;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.about-box-content {
  width: 40%;
  text-align: center;
}
.w-20{
  width: 30%;
}
.about-box-content:not(:last-child){
  border-right: 1px solid #afafaf;
}

.service-btn {
  color: #fff;
  background-color: #1d2088;
  text-align: center;
  padding: 5px 20px;
  width: 200px;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 25px;
	border-radius: 999px;
}

..service-btn {
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}
.service-btn:hover {
    background: #ffffff;
    color: #1d2088;
    transform: scale(1.1);
    border: 2px solid #1d2088;
}

/********************** recruit **************************/

.recruit {
  position: relative;
  overflow: hidden;
  padding: 30px 0px;
  text-align: center;
}

/* 初期状態：すべて非表示 */
.recruit-video,
.recruit-text,
.recruiting,
h2.recruit {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

/* 動画のズームイン */
.recruit-video {
  transform: scale(1.1);
}

.recruit-video.active {
  opacity: 1;
  transform: scale(1);
  transition: all 1.5s ease;
  transition-delay: 0s;
}

/* タイトル：2秒後にフェードイン */
h2.recruit.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

/* テキスト：2.4秒後にフェードイン */
.recruit-text.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}

/* ボタン：2.8秒後にフェードイン */
.recruiting.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}

/* 動画拡大表示アニメーション */
.recruit-video {
  transform: scale(1.1);
}


a.recruiting {
    display: block;
    width: 200px;
    margin-left: auto;
}
.recruit-btn {
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    text-align: center;
	padding: 7px;
	 margin-top: 50px;
}
.recruit-btn::after {
  background: #ee9301;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.recruit-btn:hover {
  color: #FFF;
	border: 1px solid #ee9301;
}
.recruit-btn:hover::after {
  transform: scale(1, 1);
}

section.recruit {
  position: relative;
  height: auto;
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #0000009e;
}

h2.recruit {
  color: #fff;
  text-align: left;
}
a{text-decoration: none;}
.recruit-text {
  color: #fff;
  margin: 50px 0 0 50px;
  line-height: 2;
}
.recruit-video {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.recruit-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

/* test */


/* 全体共通（非表示状態） */
.recruit-video-wrapper,
.recruit-text,
.recruiting,
h2.recruit {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

/* 動画ラッパー */
.recruit-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

/* 動画表示部分（遅れてフェードイン） */
.recruit-video {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s ease 1s, transform 1s ease 1s;
}
.recruit-video.active {
  opacity: 1;
  transform: scale(1);
}

/* *********************company ***********************************/

section.company {
  background-image: url("../img/company-bg.png");
  background-size: cover;
}

.company-imgs {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
img.company {
  height: 250px;
  width: auto;
}
/* 

固定ページ

*/
/* ******************************************************************************

会社情報 

******************************************************************************/

section.company-top {
  width: 100%;
  height: 500px;
}



/* message */

.meesage-contents {
  display: flex;
  align-items: center;
}
img.president {
  margin-top: -50px;
  margin-right: -100px;
}
.message-right {
  background: #1d2088;
  padding: 50px 25px 50px 100px;
  width: 90%;
  color: #fff;
}
.message-text,
.message-name {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
}
.message-name {
  margin-top: 50px;
  text-align: end;
}
.message-left {
  margin-right: -50px;
  margin-top: -100px;
  z-index: 100;
}
h4.philosophy-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fafafa;
  background: #1d2088;
  width: 30%;
  margin: 0 auto;
  font-weight: 400;
  padding: 10px 0;
  border-radius: 100px;
}
span.message {
  font-size: 24px;
  font-weight: bold;
}
p.philosophy-text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  width: 70%;
  margin: 0 auto;
  padding: 15px;
  font-weight: 400;
}

/*  会社情報表  */

section.company-info {
  background-image: url("../img/company-info-bg.png");
  background-size: cover;
}
.company-table .info-list {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 400;
  padding: 5px;
}
.company-table .info-list dt {
  width: 500px;
  padding: 5px;
  text-align: center;
  color: #1d2088;
}

.company-table .info-list dd {
  padding: 5px;
  width: calc(100% - 200px / 2);
  text-align: center;
}
.company-table .info-list:first-child {
  border-top: 1px solid #e2e2e2;
}

/*  会社情報　表  */

.parther-table {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  border: 1px solid #aeaeae;
	margin: 15px 0;
}

.parther-table .parther-table-list {
}
.parther-table-list {
  width: 100%;
}
.parther-table-list:not(:last-child) {
  border-right: 1px solid #aeaeae;
}

.parther-table .parther-table-list dt {
  background: #e2e2e2;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #aeaeae;
}
.parther-table .parther-table-list dd {
  padding: 10px 0;
  text-align: center;
}
p.emphasis {
  font-size: 31px;
  color: #1d2088;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

h4.sub-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  color: #fff;
  background: #1d2088;
  width: 70%;
  margin: 0 auto;
  font-weight: 400;
  padding: 5px 0;
  border-radius: 100px;
  margin-top: 100px;
	margin-bottom: 30px;
}

.partner-contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.partner-content-left {
  width: 40%;
  text-align: center;
}
img.partner-content {
  width: 200px;
  height: auto;
}
.partner-content-right {
  width: 90%;
}

.parther-service {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.parther-service-left {
  width: 70%;
}
.parther-service-right {
  width: 30%;
}

/* ***********************************************************************

事業内容

***************************************************************************/
/* 事業内容メニュー */
.service-fv {
  display: flex;
  justify-content: center;
  align-items: center;
	background-image: url("http://maximum-create.co.jp/wp-content/uploads/2025/05/jian-wuno-shangnoraitotoreiru-scaled.jpg");
  height: 500px;
  background-size: cover;
}
.service-list {
  padding: 20px 5px;
  background: #181a54;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 90%;
  margin: 0 auto;
  margin-top: -50px;
}
ul.service-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}
h2.service-name {
  font-family: "Inter";
  font-weight: bolder;
  font-size: 60px;
  text-align: center;
  color: #1d2088;
}
.service-content-box:nth-child(-n + 1) {
  padding-bottom: 250px;
}
.service-content-box:nth-child(n + 2) {
  padding: 100px 0 250px 0;
}

.service-content-wrap {
  display: flex;
  justify-content: center;
  align-items: end;
  padding-top: 100px;
}
.service-content-left {
  width: 40%;
  z-index: 0;
}
.service-content-right {
  z-index: 1;
  width: 60%;
}

.service-content-right {
  background: rgba(234, 234, 234, 0.9);
  padding: 30px;
  margin-left: -100px;
	margin-bottom: -100px;
}

.o-1 {
  order: -1;
  margin-right: -100px;
  margin-left: 0;
	margin-bottom: -100px;
}

.ml30 {
  margin-left: 30px;
}

h3.content-name {
  margin-bottom: 15px;
  color: #1d2088;
  font-weight: bold;
  font-size: 35px;
}

span.service-num {
  font-style: italic;
  font-size: 170px;
  text-align: center;
  color: #1d2088;
  transform: rotate(-0.28deg);
  font-family: Baskerville;
  font-weight: lighter;
  margin-right: 30px;
}

.bg-g {
  background: #f1f1f178;
}

@media screen and (max-width: 767px) {
	#primary {
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}
	
  span.service-num {
    font-size: 60px;
    transform: rotate(-0.28deg);
    font-family: Baskerville;
    font-weight: lighter;
    margin-right: 10px;
  }

  h2.service-name {
    font-size: 24px;
  }
  h3.content-name {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .service-content-wrap {
    display: block;
	  padding-top: 50px;
  }

  .service-content-right {
    width: 100%;
    padding: 30px 15px;
    margin: 0;
  }
  .service-content-left {
    width: 70%;
    margin: 0 auto;
  }
  .service-content-box:nth-child(-n + 1) {
    padding: 50px 0;
  }
  .service-content-box:nth-child(n + 2) {
    padding: 50px 0;
  }
  .service-list {
    padding: 20px 5px;
    background: #181a54;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 80%;
    margin: 0 auto;
    margin-top: -100px;
  }
  ul.service-menu {
    display: block;
    text-align: center;
  }
  li.menu-name {
    line-height: 1.8;
  }
  li.menu-name:not(:last-child) {
    margin-bottom: 15px;
  }
}

/*****************************************************

求人

***********************************************************/

.job-fv{
  display: flex;
  justify-content: center;
  align-items: center;
	background-image: url("http://maximum-create.co.jp/wp-content/uploads/2025/05/shi-changno-zhuang-kuangwo-yi-lunsurutamenihishinesumanmitinku-scaled.jpg");
  height: 500px;
  background-size: cover;
}
.job-message{
margin-top: 100px;
}
.job-listing {
  max-width: 700px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  font-weight: 400;
  margin-bottom: 100px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

th {
  background-color: #f0f0f0;
  font-weight: bold;
  width: 25%;
  text-align: left;
}
p.contact {
  text-align: left;
}

/****************************

お問い合わせ

**************************/
section.contact{
  margin-top: 100px;
}

/*****************************************************************************************************************************************************

スマホ,タブレット

***********************************************************************************************************************************************/

@media screen and (max-width: 1099px) {
}

@media screen and (max-width: 767px) {
  /* 自作 共通 */

  .inner {
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
  }
  p.page-text {
    font-size: 16px;
    line-height: 1.5;
  }
  h2.section-title-en {
    font-size: 30px;
}
h3.section-title-ja {
  font-size: 12px; 
  padding-bottom: 25px;
}

  /* 略 */
  .ml30 {
    margin-left: 15px;
  }
  .p-0 {
    padding: 0;
  }
	/*  top*/
	
	.scroll-text-wrapper {
    margin-top: 30px;
}
	/****
	 footer
	
	**/
	img.footer-logo {
    width: 200px;
		height: auto;
}
	.footer-nav li {
  margin: 0;
}
	.footer-sub {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}
.footer-nav ul {
    display: block;
    margin-top: 20px;
}
	
/*

固定ページ　タイトル

*/

.page-fv{
	position: relative;
	width: 100%;
	height: 450px
}
.top-video {
	overflow: hidden;
  height: 450px;
	z-index: -1;
}
.top-video > video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: 450px;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
  /*************************
  
  top 
  
  *****************************/
  h1.page-title {
    font-size: 50px;
    letter-spacing: 10px;
}
  .pickup-title {
    text-align: center;
    width: 100%;
  }
  .s-video {
    height: 150px;
}
  .about-box {
    display: block;
  }

  .company-imgs {
    display: block;
    text-align: center;
    padding: 0;
  }
  img.company {
   width: 60%;
   height: auto;
	 margin: 0 auto;
}
	a.company{
display: block;
	}
a.company:nth-child(n+2){
  margin-top: 30px;
}
  .pickup-text {
    width: 90%;
    margin: 0 auto;
    border-left: none;
    padding: 15px 0 50px 0;
    border-top: 1px solid #FFF;
  }
  section.service {
    margin-top: -30px;
	  z-index: -1;
}
.about-box {
  display: block;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 25px 0px;
  justify-content: space-around;
}
.about-box-content {
  width: 90%;
  margin: 0 auto;
}
.about-box-content:nth-child(n+2){
  margin-top: 30px;
}
.about-box-content:not(:last-child) {
  border-right: none;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 30px;
}

section.recruit {
    height: auto;
}
	a.recruiting {
    width: 150px;
}
.recruit-text {
  margin: 10px 0 0 10px;
  line-height: 1.5;
}
.recruit-btn {
  padding: 2px 10px;
  width: 150px;
  margin-top: 20px;
}
 /***********************************

 会社案内

****************************************/
.meesage-contents {
    display: block;
}
.message-left {
 margin: 0;
 padding: 0;
 width: 80%;
}
img.president {
  margin: 0;
  padding: 0;
}
.message-right {
  padding: 50px 20px 50px 20px;
  width: 90%;
  color: #fff;
  margin-left: auto;
  margin-top: -20px;
  z-index: -1;
}

.message-text, .message-name {
  font-size: 14px;
  line-height: 1.8;
}

	    h4.philosophy-title {
        margin-bottom: 15px;
        font-size: 22px;
        width: 70%;
        margin: 0 auto;
        padding: 7px 0;
    }
p.philosophy-text {
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.company-table .info-list dt {
  width: 100px;
  padding: 2px;
}
.company-table .info-list dd {
  padding: 2px;
  width: calc(100% - 10px / 2);
  text-align: center;
}

p.emphasis {
  font-size: 20px;
}
.partner-contents {
  display: block;
}
.partner-content-right {
  width: 100%;
}

h4.sub-title {
  font-size: 18px;
  width: 100%;
  padding: 5px 20px;
  margin-top: 50px;
  line-height: 1.4;
}
.parther-service {
 display: block;
 margin-top: 15px;
}
.parther-service-left {
  width: 100%;
}
.parther-service-right {
  width: 100%;
}

.parther-table {
  display: block;
}
.parther-table .parther-table-list dt {
  padding: 5px 0;
}
.parther-table .parther-table-list dd {
  padding: 5px 0;
}
  .header-logo {
    margin-bottom: 8px;
    text-align: center;
  }

  .header-logo a {
    font-size: 26px;
  }

  .header-sub {
    font-size: 10px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .header-nav {
    display: none;
  }

  #mv > .inner {
    height: 400px;
  }

  #pickup > .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .pickup-items {
    display: block;
  }

  .pickup-item {
    display: flex;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }

  .pickup-item:last-child {
    margin-bottom: 0;
  }

  .pickup-item-img {
    width: 42.40688%;
  }

  .pickup-item-body {
    padding-bottom: 0;
    padding-top: 0;
    width: 57.59312%;
  }

  .pickup-item-title {
    font-size: 16px;
    padding-left: 15px;
  }
}

/***  お問い合わせ ****/
textarea {
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) );
  -webkit-appearance: none;
  border-radius: 0;
  width: -webkit-fill-available;
}
.wpcf7 {
  border: none;
  background: none;
	
}

/* pタグの余白を削除 */
.wpcf7-form p {
  margin-bottom: 0;
  text-align: start;
	
}
.contact__form {
  margin: 0 auto;
  width: 60%;
  max-width: 100%;
  background: #f0f0f0;
}
form {
  padding: 60px;
}
.post_content dt {
  line-height: 2;
  font-size: 20px;
}

/** お問いわせ内容 ***/
select#worries,
#job,
#money,
#chokin,
#nisa {
  line-height: 2;
  border: solid 1px #707070;
  padding: 0.5rem;
  font-size: 1rem;
  width: 80%;
  background: #fff;
}
.wpcf7 input[type="tel"] {
  width: 80%;
}
/** select ***/
.wpcf7 select {
  width: 15%;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #000;
}

@media only screen and (max-width: 480px) {
  form {
    padding: 20px;
  }
  .contact__form {
    width: 90%;
  }
}

/***  ラベル文字　細く ***/
.wpcf7 .wpcf7-list-item-label {
  font-weight: 100;
}
/***  form label **/


.contact-form__label {
  width: 500px;
  padding: 0;
  margin: 0;
}
.post_content dd {
  margin-bottom: 0;
  width: 100%;
}
.contact-form__input {
  width: calc(100% - 200px);
  margin: 0;
  padding: 0;
  font-size: 18px;
}

/****  input ****/
input[type="text"] {
  box-shadow: none;
  border: 0.5px solid #000;
  background: #fff;
  appearance: none;
  border-radius: 0;
  padding: 10px 16px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 80%;
}

label {
  font-weight: 400;
  line-height: 0.7 !important;
}
.no_reqired {
  font-weight: 600;
}
.reqired {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.reqired::after {
  position: absolute;
  content: "必須";
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  background: red;
  border-radius: 5px;
  line-height: 1;
  top: -1px;
  transform: translateX(-50%);
  left: calc(100% + 35px);
  width: 40px;
  padding: 3px 5px;
  text-align: center;
}

.optional {
  display: inline-block;
  position: relative;
}
.optional::after {
  position: absolute;
  content: "任意";
  background: rgba(50, 50, 255, 1);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  top: -4px;
  transform: translateX(-50%);
  left: calc(100% + 35px);
  width: 35px;
  padding: 3px 5px;
}

input[type="submit"] {
  background: #1d2088;
  width: 305px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 15px;
  border-radius: 8px;
  appearance: none;
  font-size: 16px;
  border: none;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

input[type="submit"]:hover {
  background: #fff;
  width: 305px;
  color: #1d2088;
  display: inline-block;
  font-weight: 700;
  padding: 15px;
  border-radius: 8px;
  appearance: none;
  font-size: 16px;
  border: none;
  box-shadow: 0px 13px 16px rgb(0 0 0 / 16%);
}
.contact-form__button {
  text-align: center;
}
span.need {
  font-size: 11px;
  line-height: 2;
}
span.wpcf7-form-control.wpcf7-radio {
  display: flex;
}

@media only screen and (max-width: 480px) {

  .drawer {
    display: block;
  }

  .contact-form__row {
    display: block;
	  z-index: 10;
  }
  .contact-form__label {
    width: 100%;
    margin-bottom: 0;
  }
  .contact-form__input {
    width: 100%;
  }
  input[type="submit"] {
    width: 90%;
  }
  input[type="text"] {
    width: 100%;
    padding: 8px 10px;
  }
  .reqired::after {
    top: -7px;
    transform: translateX(-50%);
    left: calc(100% + 35px);
    width: 35px;
    padding: 3px 5px;
  }
  /** select ***/
  .wpcf7 select {
    width: 50%;
  }
  .reqired::after {
    top: -4px;
  }

  select#worries {
    line-height: 2;
    border: solid 1px #707070;
    padding: 0.3rem;
    font-size: 0.68rem;
    width: 100%;
  }
  textarea {
    font-size: 15px;
  }
}


