@charset: "UTF-8";

/*
Theme Name: Will one HP
Theme URI: https://will-one.co.jp
Description: Will oneのテーマ
Version: 1.0
Author: Ly_yy
*/

/* --------------------------------
 * base
 * -------------------------------- */

html {
	font-size: 100%;
	line-height: 1.75;
}

body {
	font-family: Noto Sans JP, sans-serif;
	font-style: normal;
	color: #333;
	background: #fff;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

p {
	margin-bottom: 1.5em;
}

br {
	display: block;
	margin-top: 0.5em;
}

.space {
	display: inline-block;
	margin-left: 1em;
}

.space_v2 {
	display: inline-block;
	margin-left: 1.5em;
}


/*** btn ***/

.btn,
a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 50%;
	padding: 2vh 2.5vw;
	font-weight: bold;
	border-radius: 10px;
	color: #0a4b96;
	border: 1.5px solid #0a4b96;
	box-shadow: 3.5px 3.5px #0a4b96;
	transition: 0.3s ease-in-out;
}

.btn:hover,
a.btn:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #0a4b96;
}


/* @max-width: 1024px; */
@media (max-width: 1024px) {

html {
	font-size: 95%;
}
}


/* @max-width: -600px; */
@media (max-width: 600px) {

html {
	font-size: 90%;
}

}


/* @max-width: -420px; */
@media (max-width: 420px) {

html {
	font-size: 85%;
}

}


@media screen and (min-width: 600px) {

  .word-break {
    display: none;
  }

}



/* --------------------------------
 * header
 * -------------------------------- */

.hd-type {
	width: 100%;
	height: auto;
	position: fixed;
	top: 1%;
	padding: 1.5vh 3vw 1vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 900;
}

.main-header {
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.hd-logo a img {
	width: 150px;
}

nav#g-nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.main-header-menu {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	background: #fff;
	/*background: rgba(237, 245, 253, 1);*/
	border-radius: 36px;
	padding: 13px 40px;
	z-index: 999;
}

.main-header-menu li {
	width: auto;
	height: auto;
	margin: 0 2vw;
	font-size: 95%;
	font-weight: 500;
}

.main-header li a {
	width: 100%;
	height: 100%;
}

.main-header li a:hover {
	background:
	linear-gradient(to right, #2ab3fc, #3a63ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

a.hd_contact {
	width: auto;
	background: radial-gradient(circle, rgba(42, 179, 252, 1), rgba(58, 99, 255, 1));
	border-radius: 36px;
	color: #fff;
	font-weight: bold;
	padding: 0.75vh 2.5vw;
}

a.hd_contact:hover {
	text-decoration: unset;
	opacity: 0.8;
	transition: 0.35s;
}

nav ul li.hd_company.has-child > a::before {
	content:'';
	position: absolute;
	left:45%;
	top:25px;
	width:7px;
	height:7px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}

/*
nav ul li.hd_service.has-child > a::before {
	content:'';
	position: absolute;
	left:45%;
	top:25px;
	width:7px;
	height:7px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}
*/


/*==2階層目以降の画像設定*/

nav ul li li dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}

nav ul li.has-child img {
	max-width: 100%;
	transition: all .5s;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: top;
}

nav ul li.has-child img#company {
	object-position: center;
}

/*hoverしたら画像拡大*/
nav ul li.has-child img:hover {
	transform: scale(1.2);
}

nav ul li.has-child dt {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin:0 0 15px 0;
}

nav ul li.has-child dd {
	color: #333;
	font-weight: bold;
	line-height: 1.25;
}


/*== 2層目の設定 */

nav .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 5;
}

/* 親に基準＆hover橋 */
nav li.has-child {
  position: relative;
}


nav li.has-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 50px;/* ← ulの top:50px を橋で埋める */
}

nav li.has-child ul {
  position: absolute;
  top: 50px;
  left: -200%;
  z-index: 50;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  width: 500%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

nav li.hd_company.has-child ul {
	width: 800%;
}

/* 表示条件（hover/キーボード操作） */
nav li.has-child:hover > ul,
nav li.has-child:focus-within > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;/* 表示時のみクリック可能 */
}

nav li.has-child ul li {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  margin: 0;
}


/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
	color: #fff;
}


/** open-btn / g-nav **/

.openbtn {
	display: none;
	position: fixed;
	top: 0%;
	right: 10px;
	z-index: 999;
	background : rgba(255, 255, 255, 0);
	cursor: pointer;
  width: 75px;
  height: 75px;
}

.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
	background-color: #242425;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top: 15px;
}

.openbtn span:nth-of-type(2) {
	top: 23px;
}

.openbtn span:nth-of-type(3) {
	top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.main-header.dnone {
	opacity: 0;
}

.main-header.dnone.panelactive,
.main-header.panelactive {
	opacity: 1;
}

.main-header.dnone #g-nav {
    position: fixed;
	top: 0;
    right: 0;
	z-index: -999;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
    opacity: 0;
	pointer-events: none;
	flex-direction: column;
}

.main-header.dnone.panelactive #g-nav {
	opacity: 1;
	z-index: 3;
	pointer-events: unset;
}

.main-header.dnone.panelactive #g-nav ul {
	flex-direction: column;
}

.main-header.dnone.panelactive #g-nav ul li {
	width: auto;
	padding: 0;
	padding-bottom: 0.5vh;
}

.main-header.dnone.panelactive #g-nav li a {
	text-decoration: none;
	padding: 10px 50px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	width: auto;
}

.main-header.dnone.panelactive #g-nav .main-header-menu {
	width: 35%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	background: #F0EDE6;
	text-align: center;
	padding-top: 3vh;
}



/* @max-width: -960px; */
@media (max-width: 960px) {

.main-header #g-nav {
    position: fixed;
	top: 0;
    right: 0;
	z-index: -999;
	width: 50%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    opacity: 0;
	pointer-events: none;
	flex-direction: column;
}

.main-header.panelactive #g-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: -999;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	flex-direction: column;
}

.main-header.panelactive #g-nav {
	opacity: 1;
	z-index: 3;
	pointer-events: unset;
	background: #fff;
}

.main-header.panelactive #g-nav ul.main-header-menu {
	flex-direction: column;
}

.main-header.panelactive #g-nav ul li {
	width: 80%;
	padding: 0;
	padding-bottom: 0.5vh;
	border-bottom: 1.5px solid #ccc;
}

.main-header.panelactive #g-nav ul li#last-item {
	border-bottom: 0;
	margin-top: 3vh;
}

.main-header.panelactive #g-nav ul li.has-child {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.main-header.panelactive #g-nav li.has-child ul {
  position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width:100%;
	visibility: visible;
	opacity: 1;
	background: unset;
	box-shadow: unset;
	border: unset;
}

.main-header.panelactive #g-nav ul li.has-child > a::before {
	display: none;
}

.main-header.panelactive #g-nav ul ul li {
	width: 50%;
	border-bottom: unset;
	flex-direction: row;
	justify-content: center;
	border-top: 1.5px #ccc dashed;
}

.main-header.panelactive #g-nav ul ul li dt {
	display: none;
}

.main-header.panelactive #g-nav ul li li dl {
	padding: 10px;
}

.main-header.panelactive #g-nav li a {
	text-decoration: none;
	padding: 5px 0;
	display: block;
	font-weight: bold;
	width: auto;
}

.main-header.panelactive #g-nav .main-header-menu {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	background: #fff;
	text-align: center;
	padding: 10vh 0 5vh;
}

nav li.has-child:hover > ul {
  visibility: unset;
  opacity: 0;
}

a.hd_contact {
	width: 30%;
}

.openbtn {
	display: block;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
}

.openbtn span {
	background-color: #242425;
	left: 18px;
}

.openbtn span:nth-of-type(1) {
	top: 20px;
}

.openbtn span:nth-of-type(2) {
	top: 28px;
}

.openbtn span:nth-of-type(3) {
	top: 36px;
}

.openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 23px;
}

.openbtn.active span:nth-of-type(3) {
    top: 35px;
    left: 23px;
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.hd-logo a img {
	width: 130px;
}

a.hd_contact {
	width: 50%;
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

.hd-logo a img {
	width: 110px;
}

}

/* @max-width: -380px; */
@media (max-width: 380px) {

.hd-logo a img {
	width: 100px;
}

a.hd_contact {
	width: 60%;
}

}



/* --------------------------------
 * firstview
 * -------------------------------- */

.firstview {
	width: 100%;
	height: 100vh;
	position: relative;
	background:
	radial-gradient(at 91% 94%, hsla(200, 85%, 94%, 0.14) 0px, transparent 50%),
	radial-gradient(at 3% 100%, hsla(202, 90%, 92%, 0.12) 0px, transparent 50%),
	radial-gradient(at 20% 24%, hsla(205, 95%, 91%, 0.1) 0px, transparent 50%),
	radial-gradient(at 50% 50%, rgba(40, 130, 190, 0.12) 0px, transparent 75%);
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.firstview#front-page {
	background:
  radial-gradient(
    at 91% 94%,
    hsla(200, 30%, 97%, 0.10) 0px,
    transparent 50%
  ),
  radial-gradient(
    at 3% 100%,
    hsla(202, 28%, 97%, 0.08) 0px,
    transparent 50%
  ),
  radial-gradient(
    at 20% 24%,
    hsla(205, 25%, 96%, 0.07) 0px,
    transparent 50%
  ),
  radial-gradient(
    at 50% 50%,
    hsla(210, 30%, 92%, 0.06) 0px,
    transparent 75%
  );
}

.fv-text {
	position: absolute;
	top: 20%;
	right: 5%;
	font-size: 450%;
	font-weight: bold;
	line-height: 1.5;
	background:
	radial-gradient(circle, rgba(42, 179, 252, 1), rgba(58, 99, 255, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fv-contents {
	width: 100%;
	height: auto;
	padding-left: 5vw;
	margin-bottom: 7vh;
	display: flex;
	flex-direction: column;
}

.fv-contents h2 {
	font-size: 250%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 3vh;
}


.fv-background {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: -5vh;
	background:
    linear-gradient(
      rgba(253, 253, 253, 0),
      rgba(253, 253, 253, 0)
    ),
    url(./img/fv_bg.png) no-repeat center / contain;
  background-color: #FDFDFD;
	opacity: 0.9;
	z-index: -999;
/**
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50px, -50px);
	z-index: -999;
	animation: diagonalFloat 20s ease-in-out infinite;
**/
}

.fv-background img {
	width: 70%;
	height: 70%;
	object-fit: contain;
	opacity: 0.3;
}

@keyframes diagonalFloat {
  0% {
    transform: translate(-50%, -50%) translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) translate(25px, -25px) rotate(200deg);
  }
  100% {
    transform: translate(-50%, -50%) translate(0px, 0px) rotate(360deg);
  }
}


/* @max-width: -960px; */
@media (max-width: 960px) {

.logo img {
	width: 75%;
}

.fv-text {
	font-size: 320%;
}

.fv-contents h2 {
	font-size: 230%;
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.opening .copy h1 {
	font-size: 250%;
}

.logo {
  top: 45%;
}

.logo img {
	width: 100%;
}

.fv-text {
	font-size: 230%;
	right: 0;
	left: 0;
	text-align: center;
}

.fv-contents {
	margin-bottom: 12vh;
}

.fv-contents h2 {
	font-size: 180%;
}

.fv-background {
	opacity: 1;
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

.fv-text {
	font-size: 200%;
}

.fv-contents {
	padding-left: 3vw;
}

.fv-contents h2 {
	font-size: 170%;
}

}

/* @max-width: -380px; */
@media (max-width: 380px) {
}



/* --------------------------------
 * sect-2 ~ 6
 * -------------------------------- */

/*** sect-2 ***/

.front-page-sect {
	width: 100%;
	height: auto;
	position: relative;
	margin: 20vh 0;
	padding: 0 8vw;
}

.front-page-sect.sect-2 {
	background:
  radial-gradient(at 91% 94%, hsla(196, 73%, 97%, 0.07) 0px, transparent 50%),
  radial-gradient(at 3% 100%, hsla(199, 100%, 91%, 0.05) 0px, transparent 50%),
  radial-gradient(at 20% 24%, hsla(215, 100%, 95%, 0.04) 0px, transparent 50%),
  radial-gradient(at 60% 50%, rgba(15, 68, 141, 0.035) 0px, transparent 70%);
}

.sect-inner-box {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.sect-title-box {
	width: 45%;
	line-height: 1;
	position: relative;
}

.sect-title-box h3 {
	font-size: 350%;
	font-weight: 800;
	color: #0a4b96;
	margin-bottom: 10vh;
}

.sect-title-box h3 span {
	font-size: 35%;
	font-weight: 500;
	padding-left: 1.5vw;
}

.sect-contents-box {
	width: 55%;
	display: flex;
	flex-direction: column;
}

.sect-contents-box h4 {
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5vh;
}

.front-page-sect.sect-2 .btn_company#res {
	display: none;
}


/*** sect-3 ***/

.front-page-sect.sect-3 {
	display: flex;
	flex-direction: column;
}

.service-contents {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 3vh;
}

.front-page-sect.sect-3 .sect-contents-box {
	background:
  radial-gradient(at 91% 94%, hsla(196, 73%, 97%, 0.07) 0px, transparent 50%),
  radial-gradient(at 3% 100%, hsla(199, 100%, 91%, 0.05) 0px, transparent 50%),
  radial-gradient(at 20% 24%, hsla(215, 100%, 95%, 0.04) 0px, transparent 50%),
  radial-gradient(at 60% 50%, rgba(15, 68, 141, 0.035) 0px, transparent 70%);
}

.service-contents h4 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 3vh;
	position: relative;
	padding-left: 12px;
}

.service-contents h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(135deg, rgb(10, 75, 150) 0%, rgb(80, 160, 220) 100%);
  border-radius: 2px;
}

.service-main {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 10vh;
}

.service-box {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 1.5vh 0;
}

.service-title {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 1.5vh;
	line-height: 1.5;
}

.service-box-img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10vh 5vw;
	background: #eee;
	border: 1px solid #eee;
	line-height: 1.5;
}

.service-box-img#sns {
	background: url(./img/service_04.jpg) no-repeat center / cover;
}

.service-box-img#line-pool {
	background: url(./img/service_35.jpg) no-repeat center / cover;
}

.service-box-img#recruit-branding {
	background: url(./img/service_07.jpg) no-repeat center / cover;
}

/*
.toggle-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}

/* ＋マーク（横線）
.toggle-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #0a4b96;
  transform: translate(-50%, -50%);
}

/* ＋マーク（縦線）
.toggle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #0a4b96;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.service-box-img.active .toggle-btn::after {
  display: none;
}

*/

.service-desc {
	display: none;
	z-index: 1;
}

.service-box-img.active .service-desc {
  display: block;
}

a.btn.btn_service-child {
	margin-top: 3vh;
	padding: 0.5vh 2vw;
}

.service-contents h4.service-sub-h4 {
	margin-top: 10vh;
}

.btn.btn_service {
	width: auto;
	padding: 1vh 5vw;
	position: absolute;
	right: 8vw;
	bottom: 0;
}


/*** sect-4 ***/

.clients-contents {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	padding: 0 5vw;
}

.clients-contents img {
	width: 100%;
	object-fit: cover;
}


/*** sect-img ***/

.front-page-sect.sect-img {
	width: 100%;
	height: 35vh;
	background: #eee;
}


/*** sect-5 ***/

.article-contents {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-left: 5vw;
	margin-bottom: 3vh;
}

article.news {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	padding: 2vh 0;
	border-bottom: 1px solid #eee;
}

.news-time,
.news-categories,
.post-categories {
	width: 15%;
}

.news-categories,
.post-categories {
	padding: 3px 10px;
	font-size: 80%;
	text-align: center;
	color: #fff;
	background: #0a4b96;
	border-radius: 35px;
	margin-right: 3vw;
}

article.news a:hover {
	background:
	linear-gradient(to right, #2ab3fc, #3a63ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
/*
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	text-decoration-color: #0a4b96;
*/
}

article.news .post-categories a:hover {
	text-decoration: none;
}

.front-page-sect.sect-5 a.btn {
	position: absolute;
	right: 0;
	margin-right: 8vw;
	width: auto;
	padding: 1vh 5vw;
}


/*** sect-6 ***/

.front-page-sect.sect-6 {
	padding: 0 0 0 8vw;
}


.company-contents {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.company-desc {
	width: 60%;
	border-top: 1px solid #D0D0D0;
}

.company-outline {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	border-bottom: 1px solid #D0D0D0;
}

.company-outline-dt {
	padding: 1.5vw 0 1.5vw 1.5vw;
	width: 16.5vw;
	min-width: 16.5vw;
}

.company-outline-dd {
	padding: 1.5vw 0 1.5vw 1.5vw;
	line-height: 1.5;
	flex: 1;
}

.company-outline-dd a {
	font-size: 85%;
	border: 1px solid #D0D0D0;
	padding: 1.5px 3.5px;
}

.company-img {
	width: 35%;
	height: auto;
	background: url(./img/office.jpg) no-repeat;
	background-size: cover;
	margin-top: -10vh;
}


/* @max-width: -960px; */
@media (max-width: 960px) {

.front-page-sect {
		margin: 15vh 0;
		padding: 0 5vw;
}

.sect-inner-box {
	flex-direction: column;
}

.sect-title-box,
.sect-contents-box {
	width: 100%;
}

.sect-title-box h3 {
	margin-bottom: 7vh;
}

.sect-title-box .btn_company {
	display: none;
}

.front-page-sect.sect-2 .btn_company#res {
	width: 35%;
	display: unset;
	margin-top: 5vh;
	padding: 1vh 5vw;
}

.service-main,
.service-sub {
  grid-template-columns: repeat(1, 1fr);
}

.service-box-img,
.service-box.sub-box {
	padding: 5vh 7vw;
}

.service-main {
	margin-bottom: 5vh;
}

.btn.btn_service {
	position: relative;
	right: 0;
	width: 35%;
}

.clients-contents {
	padding: 0;
  grid-template-columns: repeat(2, 1fr);
}

.front-page-sect.sect-img {
	height: 30vh;
}

.article-contents {
	padding: 0;
}

article.news {
	flex-direction: column;
}

.news-time,
.news-categories,
.post-categories {
	width: 20%;
	margin-right: 0;
	margin-bottom: 0.5vh;
}

.front-page-sect.sect-5 a.btn {
	position: relative;
	width: 35%;
}

.front-page-sect.sect-6 {
	padding: 0 5vw;
}

.company-contents {
	flex-direction: column;
}

.company-desc {
		width: 100%;
}

.company-img {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;
	margin-top: 5vh;
	background: url(./img/office_sp.jpg) no-repeat;
	background-size: cover;
	background-position: top;
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.sect-title-box h3 {
	font-size: 300%;
	margin-bottom: 5vh;
}

.sect-contents-box h4 {
	font-size: 110%;
}

.front-page-sect.sect-img {
	height: 25vh;
}

.service-main {
	margin-bottom: 3vh;
}

.front-page-sect.sect-2 .btn_company#res,
.btn.btn_service,
.front-page-sect.sect-5 a.btn {
	width: 50%;
}

.news-time,
.news-categories,
.post-categories {
	width: 30%;
}

br.none {
	display: none;
}

}


/* @max-width: -420px; */
@media (max-width: 420px) {

.sect-title-box h3 {
	font-size: 250%;
}

.sect-contents-box h4 {
	font-size: 105%;
}

.news-time,
.news-categories,
.post-categories {
	width: 35%;
}

.company-outline {
	flex-direction: column;
}

.company-outline-dt {
		padding: 1.5vh 0 0 1.5vw;
		width: auto;
}

.company-outline-dd {
	padding: 0 0 1.5vh 1.5vw;
	width: auto;
}

}

/* @max-width: -380px; */
@media (max-width: 380px) {

.front-page-sect.sect-2 .btn_company#res,
.btn.btn_service,
.front-page-sect.sect-5 a.btn {
	width: 60%;
}

.news-time,
.news-categories,
.post-categories {
	width: 40%;
}

}


/* --------------------------------
 * footer
 * -------------------------------- */

footer {
	width: 100%;
	height: auto;
	position: relative;
	border-top: 1px solid #eee;
}

.ft-contents {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
}

.ft-1,
.ft-2,
.ft-nav {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: row;
}

.ft-1 {
	padding-left: 8vw;
	align-items: center;
}

.ft-company {
	width: 45%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	line-height: 1.5;
}

.ft-company img {
	width: 50%;
	margin-bottom: 2vh;
}

.ft-address {
	margin: 1vh 0;
}

.ft-1 .sect-inner-box {
	width: 55%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 15vh 5vw 5vh;
	overflow: hidden;
	color: #fff;
}

.ft-1 .sect-inner-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./img/contact.jpg) no-repeat center bottom;
	background-size: cover;
	transform: scale(1);
	transition: transform 0.5s ease;
	z-index: 0;
	opacity: 0.9;
}

.ft-1 .sect-inner-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(15, 68, 141, 0.3), rgba(15, 68, 141, 0));
	z-index: 1;
}

.ft-1 .sect-inner-box > * {
	position: relative;
	z-index: 2;
}

.ft-1 .sect-inner-box:hover::before {
	transform: scale(1.1);
}

.ft-1 .sect-inner-box .sect-title-box {
	width: 100%;
}

.ft-1 .sect-inner-box .sect-title-box h3 {
	color: #fff;
	margin-bottom: 3vh;
}

.ft-1 .sect-inner-box .sect-contents-box {
	width: 100%;
}


.ft-2 {
	padding: 7vh 0;
	background: #0a4b96;
	color: #fff;
}

.ft-nav {
	justify-content: center;
}

.ft-nav ul {
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
}

.ft-nav ul li {
	margin-bottom: 1.25vh;
	font-size: 95%;
}

.ft-nav ul li a:hover {
	background:
	linear-gradient(to right, #2ab3fc, #3a63ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ft-nav-ul-2 {
	margin: 0 10vw;
}

.ft-copyright {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 1vh;
	background: #0a4b96;
    font-size: 50%;
    color: #fff;
    text-align: center;
}


/* @max-width: -960px; */
@media (max-width: 960px) {

.ft-1 {
	flex-direction: column-reverse;
	padding-left: 0;
}

.ft-company {
	width: 100%;
	flex-direction: row;
	align-items: center;
	padding: 5vh 0;
}

.ft-company a {
	width: 50%;
	display: flex;
	justify-content: center;
}

.ft-company img {
	width: 60%;
	margin-bottom: 0;
}

.ft-info {
	width: 50%;
}

.ft-1 .sect-inner-box {
	width: 100%;
}

.ft-2 {
	padding: 7vh 5vw;
}

.ft-nav {
		flex-direction: column;
}

.ft-nav-ul-2 {
	margin: 5vh 0;
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.ft-1 .sect-inner-box {
	padding: 5vh 5vw;
}
}

/* @max-width: -420px; */
@media (max-width: 420px) {

.ft-company {
	flex-direction: column;
}

.ft-company a {
	width: 70%;
}

.ft-info {
	width: 70%;
	margin-top: 3vh;
}

}

/* @max-width: -380px; */
@media (max-width: 380px) {
}



/* --------------------------------
 * COMPANY
 * -------------------------------- */

.firstview#main-page {
	height: 50vh;
}

.firstview#main-page .fv-text {
	line-height: 1;
	right: unset;
	top: 35%;
	left: 8%;
}

.firstview#main-page .fv-text span {
	font-size: 30%;
	padding-left: 1.5vw;
}

.sect-menu-bar {
	width: 100%;
	height: auto;
	padding: 0 8vw;
	margin: 5vh 0 20vh;
}

.sect-menu-bar ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.sect-menu-bar ul li {
	font-weight: 500;
	width: 20%;
}

.sect-menu-bar ul li a {
    position: relative;
    display: flex;
    justify-content: center;
		background: #fff;
		border: 1px solid #0a4b96;
    border-radius: 36px;
    color: #0a4b96;
    padding: 1vh 2.5vw;
}

.sect-menu-bar ul li.active a {
		background: radial-gradient(circle, rgba(42, 179, 252, 1), rgba(58, 99, 255, 1));
    color: #fff;
    border: unset;
}

.sect-menu-bar ul li a:hover {
	background:
	linear-gradient(to right, #2ab3fc, #3a63ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sect-menu-bar ul li.active a:hover {
	background: radial-gradient(circle, rgba(42, 179, 252, 1), rgba(58, 99, 255, 1));
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	color: #fff;
	text-decoration: unset;
	opacity: 0.8;
	transition: 0.35s;
}

#mission,
#vision,
#value {
	scroll-margin-top: 200px;
}

#outline,
#marketing,
#others {
	scroll-margin-top: 100px;
}

.main-page-sect {
	width: 100%;
	height: auto;
	position: relative;
	margin: 5vh 0 20vh;
	padding: 0 8vw;
}

.main-page-sect.sect-3#company {
	display: flex;
	flex-direction: row;
	background: linear-gradient(135deg, rgb(10, 75, 150) 0%, rgb(80, 160, 220) 100%);
	padding: 15vh 8vw;
	color: #fff;
}

.main-page-sect.sect-2#company .sect-inner-box {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.main-page-sect.sect-3#company .sect-inner-box {
	flex-direction: column;
	width: 100%;
	padding-right: 5vw;
}

.main-page-sect.sect-4#company .sect-inner-box {
	flex-direction: column;
	align-items: center;
}

.sect-title-box#mission,
.sect-title-box#vision {
	width: auto;
}

.sect-title-box#mission h3,
.sect-title-box#vision h3 {
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	color: #fff;
}

.sect-title-box#value h3 {
	text-align: center;
}

.main-page-sect.sect-2#company .sect-contents-box {
	background:
  radial-gradient(at 91% 94%, hsla(196, 73%, 97%, 0.07) 0px, transparent 50%),
  radial-gradient(at 3% 100%, hsla(199, 100%, 91%, 0.05) 0px, transparent 50%),
  radial-gradient(at 20% 24%, hsla(215, 100%, 95%, 0.04) 0px, transparent 50%),
  radial-gradient(at 60% 50%, rgba(15, 68, 141, 0.035) 0px, transparent 70%);
}

.main-page-sect.sect-2#company .sect-contents-box,
.main-page-sect.sect-3#company .sect-contents-box,
.main-page-sect.sect-4#company .sect-contents-box {
	width: auto;
}

.main-page-sect.sect-4#company .sect-contents-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.main-page-sect#company h4 {
	font-size: 200%;
	font-weight: 900;
	color: #0a4b96;
	line-height: 1.5;
}

.main-page-sect#company h4#purpose {
	color: #0a4b96;
  position: relative;
  font-weight: 800;
}

.main-page-sect#company h4#purpose::after {
  content: "";
  position: absolute;
  left: 40%;
  right: 0;
  bottom: -0.35em;
  height: 3px;
  background: #0a4b96;
  border-radius: 3px;
  width: 20%;
}

.main-page-sect#company p strong {
	font-weight: 900;
	color: #0a4b96;
	line-height: 1.5;
}

.main-page-sect.sect-3#company h4 {
	color: #fff;
}

.value-item {
	border: 1.5px solid #0a4b96;
	background: #fff;
	padding: 3vh 3vw 1.5vh;
	color: #0a4b96;
}

.sect-contents-box#value h4 {
	font-size: 175%;
	margin-bottom: 1.5vh;
}

.main-page-sect.sect-5#company {
	padding: 0 0 0 8vw;
}

.main-page-sect.sect-5#company .sect-inner-box {
	flex-direction: column;
}



/* @max-width: -960px; */
@media (max-width: 960px) {

.firstview#main-page {
	height: 35vh;
}

.firstview#main-page .fv-text {
	top: 40%;
}

.sect-menu-bar {
	margin: 5vh 0 15vh;
	padding: 0 5vw;
}

.sect-menu-bar ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	justify-items: center;
}

.sect-menu-bar ul li {
	font-weight: 500;
	width: 90%;
}

.sect-menu-bar ul li a {
  padding: 0.75vh 2vw;
}

.main-page-sect {
	margin: 5vh 0 15vh;
	padding: 0 3vw;
}

.main-page-sect.sect-3#company {
	flex-direction: column;
	padding: 10vh 5vw;
}

.main-page-sect.sect-3#company .sect-inner-box {
	margin-bottom: 10vh;
}

.main-page-sect.sect-3#company .sect-inner-box#vision {
	margin-bottom: 0;
}

.main-page-sect.sect-5#company {
	padding: 0 5vw;
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.firstview#main-page {
	height: 30vh;
}

.firstview#main-page .fv-text {
	top: 45%;
	text-align: unset;
}

.main-page-sect.sect-4#company .sect-contents-box {
	grid-template-columns: repeat(1, 1fr);
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

.sect-menu-bar {
	margin: 5vh 0 10vh;
}

}

/* @max-width: -380px; */
@media (max-width: 380px) {
}



/* --------------------------------
 * SERVICE
 * -------------------------------- */

.service-title-box {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	margin-bottom: 3vh;
}

.service-title-box img {
	width: 35%;
	margin-right: 3vw;
}

.service-title-box .sect-title {
	margin-bottom: 0;
}

.service-title-box .sect-title br.sp {

}

.service-box#service {
	justify-content: flex-start;
	padding: 5vh 1.5vw;
	border: 1px solid #eee;
	line-height: 1.5;
}

.service-box#service .service-desc,
.service-box.sub-box#service .service-desc {
	display: unset;
}


/* @max-width: -960px; */
@media (max-width: 960px) {

/*
br.none {
	display: none;
}
*/

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.service-title-box img {
	width: 40%;
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

}

/* @max-width: -380px; */
@media (max-width: 380px) {
}



/* --------------------------------
 * NEWS
 * -------------------------------- */

.sect-menu-bar#news,
.sect-menu-bar#column,
.sect-menu-bar#service {
	margin: 5vh 0 15vh;
}

/* @max-width: -960px; */
@media (max-width: 960px) {

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.sect-menu-bar#news,
.sect-menu-bar#column,
.sect-menu-bar#service {
	margin: 5vh 0 10vh;
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

.sect-menu-bar#news,
.sect-menu-bar#column,
.sect-menu-bar#service {
	margin: 5vh 0 10vh;
}

}

/* @max-width: -380px; */
@media (max-width: 380px) {
}



/* --------------------------------
 * COLUMN
 * -------------------------------- */

.column-contents {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.column-contents article {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.column-contents article a span.mask {
	display: block;
	overflow: hidden;
}

.column-thumbnail,
.column-contents article a span img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: all .5s;
}

.column-contents article:hover .column-thumbnail,
.column-contents article:hover a span img {
	transform: scale(1.2);
}

.column-contents article:hover .column-title span {
	background:
	linear-gradient(to right, #2ab3fc, #3a63ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.column-desc {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 1vh;
}

.column-title {
	font-weight: bold;
	margin: 1.5vh 0;
}

.column-categories {
	font-size: 80%;
}


/* @max-width: -960px; */
@media (max-width: 960px) {

.column-contents {
	grid-template-columns: repeat(2, 1fr);
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.column-contents {
	grid-template-columns: repeat(1, 1fr);
	gap: 25px;
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

}

/* @max-width: -380px; */
@media (max-width: 380px) {

}



/* --------------------------------
 * SERVICE new
 * -------------------------------- */

.main-page-sect#service {
	margin: 5vh 0 8vh;
}

.service-heading {
	font-size: 500%;
	font-weight: bold;
	color: #0a4b96;
/*
	background: radial-gradient(circle, rgba(42, 179, 252, 1), rgba(58, 99, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
*/
  margin-bottom: 1.5vh;
}

.service-sub-heading {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 3vh;
	position: relative;
	padding-left: 20px;
}

.service-sub-heading::before {
	content: "";
	position: absolute;
	top: 13%;
	left: 0;
	width: 7px;
	height: 80%;
	background: linear-gradient(135deg, rgb(10, 75, 150) 0%, rgb(80, 160, 220) 100%);
	border-radius: 2px;
}

.service-contents-box {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.service-contents-box#top {
	gap: 25px;
}

.service-contents-box article {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
}

.service-contents-box .service-banner a span.mask,
.service-contents-box article a span.mask {
	display: block;
	overflow: hidden;
}

.service-thumbnail,
.service-contents-box article a span img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: all .5s;
}

.service-contents-box .service-banner:hover .service-thumbnail {
	opacity: 0.8;
}

.service-contents-box .service-banner:hover .service-thumbnail,
.service-contents-box article:hover .service-thumbnail,
.service-contents-box article:hover a span img {
	transform: scale(1.2);
}

.service-contents-box article:hover .service-title span {
	background: linear-gradient(to right, #2ab3fc, #3a63ff);
	color: #fff;
}

.service-box-desc {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 1vh;
}

.service-box-desc .service-title {
	font-weight: bold;
	margin: 1.5vh 0;
	min-height: 3em;
	display: flex;
	align-items: center;
}

article#post-326,
article#post-333,
article#post-335 {
	pointer-events: none;
  cursor: default;
}


/* @max-width: -960px; */
@media (max-width: 960px) {

.service-heading {
	font-size: 400%;
}

.service-contents-box {
	grid-template-columns: repeat(2, 1fr);
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.service-contents-box {
	grid-template-columns: repeat(1, 1fr);
	gap: 25px;
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

.service-heading {
	font-size: 300%;
}

}

/* @max-width: -380px; */
@media (max-width: 380px) {

}


/* --------------------------------
 * ＊＊＊＊＊
 * -------------------------------- */

/* @max-width: -960px; */
@media (max-width: 960px) {

}

/* @max-width: -600px; */
@media (max-width: 600px) {

}

/* @max-width: -420px; */
@media (max-width: 420px) {

}

/* @max-width: -380px; */
@media (max-width: 380px) {
}



/* --------------------------------
 * CONTACT
 * -------------------------------- */

.main-page-sect.sect-2#contact .sect-inner-box {
	flex-direction: column;
}

.main-page-sect#contact .sect-contents-box,
.contact-form {
	width: 90%;
	margin: 0 auto;
}

.contact-form p {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.btn.btn-form,
.btn.btn-back {
	width: 35%;
	box-shadow: none;
	margin: 0 3vw;
}

.btn.btn-form {
	background: #0a4b96;
	color: #fff;
}

.btn.btn-form:hover {
	background: #fff;
	color: #0a4b96;
}


/*--- table ---*/

table {
    margin: 3rem 0;
    width: 100%;
}

tr {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 3vh 3vw;
	border-bottom: 0.5px solid #999;
}

tr#tr_top {
	border-top: 0.5px solid #999;
}

th {
    width: 70%;
	font-size: 95%;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 1.5vh;
}

th span.required {
	margin-left: 1vw;
    padding: 3px 10px;
    font-size: 75%;
    color: #fff;
    background: #0a4b96;
    border-radius: 35px;
}

th span.multiple {
	font-weight: initial;
}

td {
    width: 100%;
}


/*--- form ---*/

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    background: #fff;
    padding: 0.5rem 1.5rem;
    width: 100%;
    border: 1px solid #999;
}

textarea {
    height: 15rem;
}

.checkbox-btn {
	display: flex;
	flex-wrap: wrap;
}

.checkbox-btn label,
.mw_wp_form .mwform-checkbox-field.horizontal-item,
.mw_wp_form .horizontal-item+.horizontal-item {
	margin: 0 2vw 1vh 0 !important;
}

.checkbox-text,
.mwform-checkbox-field-text {
	position: relative;
	display: flex;
	align-items: center;
}

.checkbox-text::before,
.mwform-checkbox-field-text::before {
	content: '';
	display: block;
	border-radius: 10%;
	border: 1px solid #0a4b96;
	width: 16px;
	height: 16px;
	margin-right: 1vw;
}

.checkbox-input {
	appearance: none;
	position: absolute;
}

.checkbox-input:checked+.checkbox-text::after,
.checkbox-input:checked+.mwform-checkbox-field-text::after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #0a4b96;
}

.contact-form-btn {
    text-align: center;
}

.mwform-tel-field input[type="text"] {
	width: 25% !important;
}

.name-input {
	display: flex;
	justify-content: space-between;
}

.contact-form-btn {
	width: 70%;
	margin: 0 auto;
}

a.link_top {
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	text-decoration-color: #0a4b96;
}


/* @max-width: -960px; */
@media (max-width: 960px) {

tr {
	flex-direction: column;
	align-items: flex-start;
	padding: 3vh 1.5vw;
}

th {
	padding-bottom: 1vh;
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.main-page-sect#contact .sect-contents-box,
.contact-form {
	width: 100%;
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

}

/* @max-width: -380px; */
@media (max-width: 380px) {
}


/* --------------------------------
 * PRIVACY
 * -------------------------------- */

.main-page-sect#privacy .sect-inner-box {
	flex-direction: column;
}

.main-page-sect#privacy .sect-contents-box {
	width: 100%;
}

.main-page-sect.sect-2#privacy h2 {
  margin-top: 2em;
  border-left: 5px solid #0a4b96;
  padding-left: 0.5em;
}

.main-page-sect.sect-2#privacy ul {
  padding-left: 1.5em;
  margin: 1em 0;
}



/* --------------------------------
 * MEMBER
 * -------------------------------- */

.main-page-sect#member .sect-inner-box {
	flex-direction: column;
}

.main-page-sect#member .sect-contents-box {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.member-box {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.member-box img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: 8px;
}

.member-box p {
	padding-top: 1.5vh;
	margin-bottom: 0;
}

.member-box p.title {
	font-size: 75%;
}


/* @max-width: -960px; */
@media (max-width: 960px) {

.main-page-sect#member .sect-contents-box {
	grid-template-columns: repeat(3, 1fr);
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.main-page-sect#member .sect-contents-box {
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

}

/* @max-width: -380px; */
@media (max-width: 380px) {
}



/* --------------------------------
 * SINGLE / 404 / PAGE
 * -------------------------------- */

.firstview#single-page {
	height: 25vh;
}

.sect-menu-bar#single {
	margin: 5vh 0 10vh;
}

.main-page-sect.sect-2#single .sect-inner-box {
	flex-direction: column;
}

.article {
	width: 100%;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
}

.article_header {
	width: 100%;
}

.article_title {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 2px #333 solid;
	padding-bottom: 1.5vh;
}

.article_meta {
	display: flex;
	padding-top: 5vh;
	align-items: center;
	justify-content: space-between;
}

.article_meta .post-categories {
	line-height: 1;
	display: inline-block;
	width: 15%;
	padding: 0.35rem 0.25rem;
}

.article_meta .post-categories ul.post-categories {
	border: unset;
	padding: 0;
	margin: 0;
	width: 100%;
}

.article_body {
	width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 5vh 0;
  padding: 5vh 5vw;
}

.postLinks {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.postLink {
	width: 50%;
	padding: 3vh 0;
	letter-spacing: 0.75px;
}

.postLink a {
	text-decoration: none;
}

.postLink-prev i {
	margin-right: 10px;
}

.fa-chevron-left:before {
	content: "\f053";
}

.postLink-next {
	text-align: right;
}

.postLink-next i {
	margin-left: 10px;
}

.fa-chevron-right:before {
	content: "\f054";
}

a#id-404 {
	color: #0a4b96;
	font-weight: bold;
}


/* @max-width: -600px; */
@media (max-width: 600px) {

.firstview#single-page {
	height: 17vh;
}

}



/* --------------------------------
 * SERVICE - 各ページ
 * -------------------------------- */

.service-page-sect {
	width: 100%;
	height: auto;
	position: relative;
	margin: 5vh 0 0;
	padding: 0 8vw;
}

.service-page-sect.sect-2 {
	margin: 5vh 0 15vh;
}

.service-page-sect.sect-3,
.service-page-sect.sect-5 {
	background: #f7f7f7;
	padding: 10vh 8vw 15vh;
}

.service-page-sect.sect-4.bg_pattern.Paper {
	margin: 0;
	padding: 10vh 8vw 20vh;
}

.service-page-sect.sect-5 {
	padding: 10vh 8vw 20vh;
	margin: 0;
}

.bg_pattern {
  z-index: -1;
}

.Paper {
  background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px,
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px,
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px,
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px,
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px),

    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px,
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px,
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px,
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px,
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px);
}


.service-sect-box {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.service-sect-box#service-desc {
	text-align: center;
}

.service-sect-heading {
	font-size: 200%;
	font-weight: 900;
  color: #0a4b96;
  text-align: center;
  line-height: 1.5;
	margin-bottom: 5vh;
}

.service-sect-heading.grad-underline {
  background: linear-gradient(90deg, #1e63c8, #37a6ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  font-weight: 800;
}

.service-sect-heading.grad-underline::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -0.35em;
  height: 3px;
  background: linear-gradient(90deg, #1e63c8, #37a6ff);
  border-radius: 3px;
}



h3.service-sect-heading {
	font-size: 200%;
	font-weight: bold;
  color: unset;
	margin-bottom: 5vh;
}

.service-sect-text {
	width: 80%;
}

.service-sect-contents {
	width: 100%;
	height: auto;
}

.service-sect-contents#service-issue {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.issue-box {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 25px;
	color: #fff;
	background: #555;
	border-radius: 8px;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
}

.issue-box h4 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 3vh;
}

.service-sect-contents#service-flow {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.flow-box-contents {
	width: 50%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 25px;
}

.flow-box {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 15px;
	color: #fff;
	background: #0a4b96;
	border-radius: 8px;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
}

.flow-box h4 {
	font-size: 120%;
	font-weight: bold;
}

.issue-box p,
.flow-box p {
	font-size: 95%;
}

.service-sect-box#service-issue img {
	width: 10%;
	margin: 5vh 0;
}

.service-sect-box#service-strength,
.service-sect-box#service-flow {
	align-items: unset;
}

.strength-box {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30vh;
}

.strength-box#dx-box-1,
.strength-box#dx-box-2 {
	margin-bottom: 50vh;
}

.strength-box#brand-equity-box-2,
.strength-box#branding-box-2,
.strength-box#line-pool-box-2,
.strength-box#sns-box-2,
.strength-box#x-box-2,
.strength-box#recruit-note-box-2,
.strength-box#creative-box-2,
.strength-box#recruit-pitch-box-2,
.strength-box#hr-village-box-2,
.strength-box#dx-box-2 {
	flex-direction: row-reverse;
}

.strength-box#brand-equity-box-3,
.strength-box#branding-box-3,
.strength-box#line-pool-box-3,
.strength-box#sns-box-3,
.strength-box#x-box-3,
.strength-box#recruit-note-box-3,
.strength-box#creative-box-3,
.strength-box#recruit-pitch-box-3,
.strength-box#hr-village-box-3 {
	margin-bottom: 15vh;
}

.strength-box#dx-box-3 {
	margin-bottom: 35vh;
}

.service-strength-img {
	width: 65%;
	height: 50vh;
}

.strength-box#brand-equity-box-1 .service-strength-img {
	background: url(./img/service_11.jpg) no-repeat center / cover;
}

.strength-box#brand-equity-box-2 .service-strength-img {
	background: url(./img/service_01.jpg) no-repeat center / cover;
}

.strength-box#brand-equity-box-3 .service-strength-img {
	background: url(./img/service_12.jpg) no-repeat center / cover;
}


.strength-box#branding-box-1 .service-strength-img {
	background: url(./img/service_13.jpg) no-repeat center / cover;
}

.strength-box#branding-box-2 .service-strength-img {
	background: url(./img/service_14.jpg) no-repeat center / cover;
}

.strength-box#branding-box-3 .service-strength-img {
	background: url(./img/service_15.jpg) no-repeat center / cover;
}


.strength-box#line-pool-box-1 .service-strength-img {
	background: url(./img/service_35.jpg) no-repeat center / cover;
}

.strength-box#line-pool-box-2 .service-strength-img {
	background: url(./img/service_17.jpg) no-repeat center / cover;
}

.strength-box#line-pool-box-3 .service-strength-img {
	background: url(./img/service_18.jpg) no-repeat center / cover;
}


.strength-box#sns-box-1 .service-strength-img {
	background: url(./img/service_04.jpg) no-repeat center / cover;
}

.strength-box#sns-box-2 .service-strength-img {
	background: url(./img/service_20.jpg) no-repeat center / cover;
}

.strength-box#sns-box-3 .service-strength-img {
	background: url(./img/service_21.jpg) no-repeat center / cover;
}


.strength-box#x-box-1 .service-strength-img {
	background: url(./img/service_22.jpg) no-repeat center / cover;
}

.strength-box#x-box-2 .service-strength-img {
	background: url(./img/service_23.jpg) no-repeat center / cover;
}

.strength-box#x-box-3 .service-strength-img {
	background: url(./img/service_24.jpg) no-repeat center / cover;
}


.strength-box#recruit-note-box-1 .service-strength-img {
	background: url(./img/service_25.jpg) no-repeat center / cover;
}

.strength-box#recruit-note-box-2 .service-strength-img {
	background: url(./img/service_26.jpg) no-repeat center / cover;
}

.strength-box#recruit-note-box-3 .service-strength-img {
	background: url(./img/service_27.jpg) no-repeat center / cover;
}


.strength-box#creative-box-1 .service-strength-img {
	background: url(./img/service_28.jpg) no-repeat center / cover;
}

.strength-box#creative-box-2 .service-strength-img {
	background: url(./img/service_29.jpg) no-repeat center / cover;
}

.strength-box#creative-box-3 .service-strength-img {
	background: url(./img/service_07.jpg) no-repeat center / cover;
}


.strength-box#recruit-pitch-box-1 .service-strength-img {
	background: url(./img/service_32.jpg) no-repeat center / cover;
}

.strength-box#recruit-pitch-box-2 .service-strength-img {
	background: url(./img/service_33.jpg) no-repeat center / cover;
}

.strength-box#recruit-pitch-box-3 .service-strength-img {
	background: url(./img/service_34.jpg) no-repeat center / cover;
}


.strength-box#dx-box-1 .service-strength-img {
	background: url(./img/dx_saiyo.jpg) no-repeat center / cover;
}

.strength-box#dx-box-2 .service-strength-img {
	background: url(./img/dx_syukyaku.jpg) no-repeat center / cover;
}

.strength-box#dx-box-3 .service-strength-img {
	background: url(./img/dx_gyomu.jpg) no-repeat center / cover;
}


.strength-box#hr-village-box-1 .service-strength-img {
	background: url(./img/service_10.jpg) no-repeat center / cover;
}

.strength-box#hr-village-box-2 .service-strength-img {
	background: url(./img/service_10.jpg) no-repeat center / cover;
}

.strength-box#hr-village-box-3 .service-strength-img {
	background: url(./img/service_10.jpg) no-repeat center / cover;
}


.service-strength-desc {
	width: 50%;
	height: auto;
	position: absolute;
	top: 25vh;
	right: 0;
	background: #fff;
	padding: 50px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
}

.strength-box#brand-equity-box-2 .service-strength-desc,
.strength-box#branding-box-2 .service-strength-desc,
.strength-box#line-pool-box-2 .service-strength-desc,
.strength-box#sns-box-2 .service-strength-desc,
.strength-box#x-box-2 .service-strength-desc,
.strength-box#recruit-note-box-2 .service-strength-desc,
.strength-box#creative-box-2 .service-strength-desc,
.strength-box#recruit-pitch-box-2 .service-strength-desc,
.strength-box#hr-village-box-2 .service-strength-desc,
.strength-box#dx-box-2 .service-strength-desc {
	right: unset;
	left: 0;
}

.service-strength-desc h4 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 3vh;
	position: relative;
	padding-left: 20px;
	line-height: 1.5;
}

.service-strength-desc h4::before {
	content: "";
	position: absolute;
	top: 13%;
	left: 0;
	width: 7px;
	height: 80%;
	background: linear-gradient(135deg, rgb(10, 75, 150) 0%, rgb(80, 160, 220) 100%);
	border-radius: 2px;
}

.service-strength-desc p {
	font-size: 95%;
}


.flow-box-img{
	width: 40%;
	height: auto;
}

.flow-box-img#brand-equity {
	background: url(./img/service_01.jpg) no-repeat center / cover;
}

.flow-box-img#branding {
	background: url(./img/service_02.jpg) no-repeat center / cover;
}

.flow-box-img#line-pool {
	background: url(./img/service_35.jpg) no-repeat center / cover;
}

.flow-box-img#sns {
	background: url(./img/service_04.jpg) no-repeat center / cover;
}

.flow-box-img#x {
	background: url(./img/service_05.jpg) no-repeat center / cover;
}

.flow-box-img#recruit-note {
	background: url(./img/service_06.jpg) no-repeat center / cover;
}

.flow-box-img#creative {
	background: url(./img/service_07.jpg) no-repeat center / cover;
}

.flow-box-img#recruit-pitch {
	background: url(./img/service_33.jpg) no-repeat center / cover;
}

.flow-box-img#hr-village {
	background: url(./img/service_10.jpg) no-repeat center / cover;
}


/** DX **/

.service-sect-box#service-details .sect-title-box {
	width: 100%;
}

.service-sect-contents#service-details {
	width: 80%;
	border-top: 1px solid #D0D0D0;
}

.dx-outline {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	border-bottom: 1px solid #D0D0D0;
}

.dx-outline-dt {
	padding: 1.5vw 0 1.5vw 1.5vw;
	width: 16.5vw;
	min-width: 16.5vw;
}

.dx-outline-dd {
	padding: 1.5vw 0 1.5vw 1.5vw;
	line-height: 1.5;
	flex: 1;
}



/* @max-width: -960px; */
@media (max-width: 960px) {

.service-page-sect {
	padding: 0 5vw;
}

.service-sect-contents#service-issue {
	grid-template-columns: repeat(2, 1fr);
}

.strength-box,
.strength-box#brand-equity-box-2,
.strength-box#branding-box-2,
.strength-box#line-pool-box-2,
.strength-box#sns-box-2,
.strength-box#x-box-2,
.strength-box#recruit-note-box-2,
.strength-box#creative-box-2,
.strength-box#recruit-pitch-box-2,
.strength-box#hr-village-box-2,
.strength-box#dx-box-1,
.strength-box#dx-box-2 {
	flex-direction: column;
	margin-bottom: 10vh;
}

.strength-box#brand-equity-box-3,
.strength-box#branding-box-3,
.strength-box#line-pool-box-3,
.strength-box#sns-box-3,
.strength-box#x-box-3,
.strength-box#recruit-note-box-3,
.strength-box#creative-box-3,
.strength-box#recruit-pitch-box-3,
.strength-box#hr-village-box-3,
.strength-box#dx-box-3 {
	margin-bottom: 0;
}

.service-strength-img {
	width: 100%;
	height: 40vh;
	margin-bottom: 1.5vh;
}

.service-strength-desc {
	width: 100%;
	position: relative;
	top: 0;
	padding: 35px;
}

.service-sect-contents#service-details {
	width: 90%;
}

.service-sect-contents#service-flow {
	flex-direction: column;
}

.flow-box-contents {
	width: 100%;
}

.flow-box-img {
	display: none;
}

}

/* @max-width: -600px; */
@media (max-width: 600px) {

.service-page-sect.sect-2 {
	margin: 5vh 0;
}

.service-page-sect.sect-3,
.service-page-sect.sect-4.bg_pattern.Paper,
.service-page-sect.sect-5 {
	padding: 10vh 8vw;
}

.service-sect-text {
	width: 90%;
}

.strength-box,
.strength-box#brand-equity-box-2,
.strength-box#branding-box-2,
.strength-box#line-pool-box-2,
.strength-box#sns-box-2,
.strength-box#x-box-2,
.strength-box#recruit-note-box-2,
.strength-box#creative-box-2,
.strength-box#recruit-pitch-box-2,
.strength-box#hr-village-box-2,
.strength-box#dx-box-1,
.strength-box#dx-box-2 {
	margin-bottom: 10vh;
}

.service-sect-heading,
h3.service-sect-heading {
	font-size: 170%;
}

.service-strength-img {
	height: 30vh;
}

.service-strength-desc {
	padding: 25px;
}

.service-sect-contents#service-details {
	width: 100%;
}

.service-sect-contents#service-issue,
.service-sect-contents#service-flow {
	grid-template-columns: repeat(1, 1fr);
}

}

/* @max-width: -420px; */
@media (max-width: 420px) {

.service-page-sect.sect-2 {
	margin: 5vh 0;
}

.service-sect-heading,
h3.service-sect-heading {
	font-size: 150%;
}

.service-strength-img {
	height: 25vh;
}

}

/* @max-width: -380px; */
@media (max-width: 380px) {
}

