@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/*==============================================================
>>> COMMON CONTENTS 
----------------------------------------------------------------
1.0 Common
  1.1 Reset
  1.2 Layout
  1.3 Common
2.0 Header
  2.1 top
  2.2 nav
3.0 Contents
  3.1 Home.css
  3.2 Page.css
  3.3 Archive.css
  3.4 Single.css
4.0 Breadcrumb
  4.1
5.0 Footer
  5.1 nav
  5.2 copyright
==============================================================*/
/* 注意
  汎用classは単独で使わないように
  index, top, page, detail, inner
--------------------------------------------------------------*/
/*==============================================================
1.0 Common
--------------------------------------------------------------*/
/* 1.1 Reset
--------------------------------------------------------------*/
html {
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 2.5;
}
body {
	background-color:#FFFFFF;
	font-family: Noto Sans JP,poppins,Arial,sans-serif;
}
a {
	color:#000000;
	transition: 0.5s;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
::selection {
	background: #000000;
	color: #FFFFFF;
}
::-moz-selection {
	background: #000000;
	color: #FFFFFF;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* 1.2 Layout
--------------------------------------------------------------*/

.section.bgc {
	background: #F6F6F6;
	margin-top: 0;
	margin-bottom: 0;
}
.section.bgc-service {
	background: linear-gradient(0deg,#C7D6E1 0,#DEE7EE 100%);
	background: -webkit-linear-gradient(90deg, #C7D6E1 0,#DEE7EE 100%);
}
/* media query : mobile */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.section {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	.section.bgc {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.sp {
		display: none; 
	}
	.container {
		max-width: 85rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	.section {
		margin-top: 8rem;
		margin-bottom: 8rem;
	}
	.section.bgc {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.container-65rem {
		width: 100%;
		max-width: 65rem;
		margin-left: auto;
	}
}
/* 1.3 Common
--------------------------------------------------------------*/


/*==============================================================
2.0 Header
--------------------------------------------------------------*/
.header.fixed {
	position: fixed;
	background: #FFF;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
/* 2.1 top
--------------------------------------------------------------*/
.header-top {
	box-shadow: 0px 0px 80px rgb(0 0 0 / 5%);
}
.header-top .container {
	display: flex;
	justify-content: space-between;
    align-items: center;
	max-width: 100%;
}
.header-logo {
	display: flex;
	align-items: center;
	line-height: 0;
}
.header-logo a {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 19.7273854%;
	background: url(../img/header-logo__black.svg) no-repeat center/contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.header-top {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.header-logo {
		width: 50%;
	}
	.header-logo a {
		width: 10.9rem;
	}
	.header-nav {
		width: 50%;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.header-top {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.header-logo {
		width: 100%;
		max-width: 12rem;
	}
	.header-nav {
		width: 100%;
	}
}
/* 2.2 nav
--------------------------------------------------------------*/
/* header-trigger */
.header-trigger ul {
	display: flex;
	justify-content: flex-end;
    align-items: center;
}
.header-trigger li {
	padding-left: 2rem;
}
.header-trigger li:first-child {
	padding-left: 0;
}
.header-trigger a {
	display: block;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
}
.header-trigger .trigger-link a:after {
	content: "";
	display: inline-block;
	width: 0.7rem;
    height: 0.7rem;
    padding-left: 1rem;
	background: url(../img/arrow-blank__black.svg) no-repeat center/contain;
}
.header-trigger a:hover:before,
.header-trigger .current-menu-item a:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
    bottom: -2rem;
	background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
}
/* header-menu */
.header-menu {
	display: none;
}
.header-menu.on {
	display: block;
    background: #f6f6f6;
	padding-bottom: 3rem;
    width: 100%;
	left: 0;
	z-index: 100;
}
.header-menu a {
	display: block;
	line-height: 1;
    margin-top: 1.2rem;
}
.header-menu a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0.7rem;
	height: 0.7rem;
	background: url(../img/arrow-right__black.svg) no-repeat center/contain;
	right: 0;
    top: calc(50% - 0.35rem);
}
.header-menu .header-menu__blank a:after {
	background: url(../img/arrow-blank__black.svg) no-repeat center/contain;
}
.header-menu .sub-menu {
	display: block;
}
.header-menu .sub-menu li {
	width: 100%;
}
.header-menu .sub-menu a {
	font-size: 0.825rem;
	letter-spacing: 1px;
	line-height: 1;
    margin-top: 1.5rem;
}
.header-menu__contents:before {
	content: "";
	display: block;
	border-radius: 0.75rem;
}

/* media query : mobile */
@media screen and (max-width:768px) {
	.header-hamburger {
		content: "";
		position: absolute;
		display: block;
		width: 4rem;
		height: 4rem;
		top: -2rem;
		right: -1rem;
		background: url(../img/menu-on__color.svg) no-repeat center/contain;
		z-index: 200;
	}
	.header-hamburger.active {
		position: fixed;
		top: 0.5rem;
		right: 0.5rem;
		background: url(../img/menu-off__color.svg) no-repeat center/contain;
	}
	.header-menu.on {
		position: fixed;
		height: 100%;
		top: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.header-menu.on ul {
		padding-top: 4.7rem;
	}
	.header-menu.on ul.sub-menu {
		padding-top: 0;
	}
	.header-menu .menu-corporate-header-container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.header-menu li {
		margin-bottom: 1.3rem;
	}
	.header-menu .sub-menu li {
		margin-bottom: 0;
	}
	.header-menu__corporate {
		position: fixed;
		z-index: 150;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		margin: 0;
	}
	.header-menu__corporate:before {
		height: 0;
	}
	.header-menu__corporate a {
		display: block;
		width: 10.9rem;
		height: 2.2rem;
		background: url(../img/header-logo__black.svg) no-repeat center/contain;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin: 1.6rem 0 1.2rem 1.5rem;
	}
	.header-menu__corporate a:after {
		display: none;
	}
	.header-menu__contents:before {
		height: 2px;
		background: #3573ff;
	}
	.header-menu__contents:first-child:before {
		height: 0;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.header-menu.on {
		position: absolute;
		top: 4.2rem;
		padding-top: 3rem;
	}
	.header-menu .menu-corporate-header-container {
		max-width: 85rem;
		margin: 0 auto;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.header-menu ul {
		display: flex;
		justify-content: space-between;
	}
	.header-menu li {
		width: 18%;
	}
	.header-menu__corporate:before {
		background: url(../img/header-menu__corporate.png) no-repeat center/cover;
	}
	.header-menu__contents:before {
		height: 6rem;
	}
	.header-menu__company:before {
		background: url(../img/header-menu__company.png) no-repeat center/cover;
	}
	.header-menu__news:before {
		background: url(../img/header-menu__news.png) no-repeat center/cover;
	}
	.header-menu__ir:before {
		background: url(../img/header-menu__ir.png) no-repeat center/cover;
	}
	.header-menu__recruit:before {
		background: url(../img/header-menu__recruit-4.png) no-repeat center/cover;
	}
	.header-menu__contact:before {
		background: url(../img/header-menu__contact.png) no-repeat center/cover;
	}
}

/*==============================================================
3.0 Contents
--------------------------------------------------------------*/
/* title-h1 */
.title-h1 {
    line-height: 1.5;
	z-index: 1;
}
.title-h1 strong {
	display: block;
	font-family: 'Jost', sans-serif;
    font-weight: 500;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.title-h1 strong small {
	text-transform: lowercase;
}
.title-h1 span {
	display: block;
	font-weight: normal;
	font-size: 1.25rem;
	margin-bottom: 1.8rem;
}
.title-h1:after {
	content: "";
	display: block;
	width: 3.6rem;
    height: 0.15rem;
	border-radius: 0.15rem;
	background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.title-h1 strong,
	.title-h1 strong small {
		font-size: 2.4rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.title-h1 strong,
	.title-h1 strong small {
		font-size: 3rem;
	}
}
/* title-mv */
.title-mv {
	padding-top: 8rem;
	margin-bottom: 8rem;
}
.title-img {
    display: block;
	position: relative;
	width: 54%;
	line-height: 0;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    overflow: hidden;
	z-index: -1;
}
.title-img:before {
	display: block;
    content: "";
    
}
.title-img img {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.title-img {
		width: 85%;
    	margin: 4rem 0 0 auto;
	}
	.title-img:before {
		padding-top: 20rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.title-img {
		width: 54%;
    	margin: -14rem 0 0 auto;
	}
	.post-type-archive-news .title-img,
	.page-id-14 .title-img{
		margin: -9.5rem 0 0 auto;
	}
	.title-img:before {
		padding-top: 36rem;
	}
}
/* title-h2 */
.title-h2 {
    margin-bottom: 4rem;
    line-height: 1.5;
	z-index: 1;
}
.title-h2 strong {
	display: block;
	font-family: 'Jost', sans-serif;
    font-weight: 500;
	font-size: 2rem;
	margin-bottom: 0.5rem;
	letter-spacing: 7px;
}
.title-h2 span {
	display: block;
	font-weight: normal;
	font-size: 0.925rem;
	margin-bottom: 1.2rem;
}
.title-h2:after {
	content: "";
	display: block;
	width: 2.6rem;
    height: 0.15rem;
	border-radius: 0.15rem;
	background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
}
/* title-h3 */
.title-h3 {
	text-align: center;
}
.title-h3 strong {
	display: block;
    font-size: 1.25rem;
}
.title-h3 span {
	font-size: 1rem;
	font-weight: normal;
}
/* button */
.button {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	line-height: 1;
	width: 100%;
	max-width: 22.5rem;
	border-radius: 0.86rem;
	padding: 2px;
    margin: 3rem auto;
	background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
}
.button a {
	display: block;
	width: calc(100% - 4px);
	padding: 1.2rem 0.5rem;
	border-radius: 0.86rem;
}
.button a:after {
	content: "";
    display: block;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    right: 1.5rem;
    top: calc(50% - 0.35rem);
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.button a {
		background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
		background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
		color: #FFF;
	}
	.button a:after {
		background: url(../img/arrow-right__white.svg) no-repeat center/contain;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.button a {
		background: #FFF;
	}
	.button a:after {
		background: url(../img/arrow-right__black.svg) no-repeat center/contain;
	}
	.button:hover a {
		color: #FFF;
		background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
		background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
		opacity: 1;
		transition: 0.3s;
	}
	.button:hover a:after {
		background: url(../img/arrow-right__white.svg) no-repeat center/contain;
	}
	.button.reverse a {
		color: #FFF;
		background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
		background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
	}
	.button.reverse a:after {
		background: url(../img/arrow-right__white.svg) no-repeat center/contain;
	}
	.button.reverse:hover a {
		color: #000;
		background: #FFF;
	}
	.button.reverse:hover a:after {
		background: url(../img/arrow-right__black.svg) no-repeat center/contain;
	}
}
/* etc */
.grad-txt {
	display: inline-block;
	background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.grad-bgr {
	background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
}
.box-shd {
	box-shadow: 10px 10px 30px rgb(0 0 0 / 10%);
}
/* 3.1 home.css */
/* 3.2 page.css */
/* 3.3 archive.css */
/* 3.4 single.css */

/*==============================================================
4.0 Breadcrumbs
--------------------------------------------------------------*/
/* 4.1 
--------------------------------------------------------------*/
.breadcrumbs {
	color: #000;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	font-size: 0.825rem;
	line-height: 2;
}
.breadcrumbs a {
	color: #000;
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.breadcrumbs .container {
		max-width: 100%;
	}
}
/*==============================================================
5.0 Footer
--------------------------------------------------------------*/
.footer {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
/* 5.1 nav
--------------------------------------------------------------*/
/* footer */
.footer-nav {
	border-bottom: 2px solid #3573ff;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
}
#menu-corporate-footer .menu-item {
	border-top: 2px solid #3573ff;
	padding-top: 0.5rem;
	font-weight: bold;
}
#menu-corporate-footer .menu-item:after {
	content: "";
    display: block;
	position: absolute;
    width: 0.7rem;
    height: 0.7rem;
	top: 1.35rem;
    right: 0.1rem;
	background: url(../img/arrow-right__black.svg) no-repeat center/contain;
}
#menu-corporate-footer .sub-menu .menu-item:after {
	top: calc(50% - 0.35rem);
}
#menu-corporate-footer .menu-footer-nav-blank:after {
    background: url(../img/arrow-blank__black.svg) no-repeat center/contain;
}
#menu-corporate-footer .sub-menu .menu-footer-nav-blank:after {
	top: calc(50% - 0.35rem);
}
#menu-corporate-footer .sub-menu .menu-item {
	width: calc(100% - 1rem);
	border-top: none;
	padding-top: 0;
	font-size: 0.825rem;
	font-weight: normal;
	line-height: 1.5;
    margin-bottom: 1rem;
	padding-right: 1rem;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	#menu-corporate-footer .menu-item {
		margin-bottom: 0.7rem;
	}
	#menu-corporate-footer .sub-menu {
		margin-top: 0.5rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.footer .container {
		max-width: 100%;
	}
	#menu-corporate-footer {
		display: flex;
		justify-content: space-between;
	}
	#menu-corporate-footer .menu-item {
		width: 18%;
	}
	#menu-corporate-footer .sub-menu {
		margin-top: 1rem;
	}
}
/* footer-service */
/* media query : mobile */
@media screen and (max-width:768px) {
	.footer-service {
		padding-bottom: 2rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.footer-service {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding-bottom: 4rem;
	}
}
/* social-nav | service-nav */
#menu-footer_social-nav {
	display: flex;
}
#menu-footer_social-nav a {
	content: "";
	display: inline-block;
	width: 3rem;
	height: 3rem;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.menu-social-nav-facebook a {
	background: url(../img/link-facebook__line-circle.svg) no-repeat center/contain;
}
.menu-social-nav-twitter a {
	background: url(../img/link-twitter__line-circle.svg) no-repeat center/contain;
	margin-left: 1rem;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	#menu-footer_social-nav {
		justify-content: center;
		margin-top: 2rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.menu-footer_social-nav-container {
		width: 18%;
	}
}
/* service-nav */
#menu-corporate-service {
	margin-top: -0.5rem;
}
#menu-corporate-service .menu-item {
	padding-top: 0.5rem;
	font-weight: bold;
}
#menu-corporate-service .menu-item:after {
	content: "";
    display: block;
	position: absolute;
    width: 0.7rem;
    height: 0.7rem;
	top: 1.35rem;
    right: 0.1rem;
	background: url(../img/arrow-right__black.svg) no-repeat center/contain;
}
#menu-corporate-service .sub-menu .menu-item:after {
	top: calc(50% - 0.35rem);
}
#menu-corporate-service .menu-footer-nav-blank:after {
    background: url(../img/arrow-blank__black.svg) no-repeat center/contain;
}
#menu-corporate-service .sub-menu .menu-item {
	width: calc(100% - 1rem);
	border-top: none;
	padding-top: 0;
	font-size: 0.825rem;
	font-weight: normal;
	line-height: 1.5;
    margin-bottom: 1rem;
	padding-right: 1rem;
}
#menu-corporate-service .sub-menu .menu-footer-nav-blank:after {
	top: calc(50% - 0.35rem);
}
/* media query : mobile */
@media screen and (max-width:768px) {
	#menu-corporate-service .menu-item {
		margin-bottom: 0.7rem;
	}
	#menu-corporate-service .sub-menu {
		margin-top: 0.5rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	#menu-corporate-service {
		display: flex;
		justify-content: space-between;
	}
	.menu-corporate-service-container {
		width: 38%;
	}
	#menu-corporate-service .menu-item {
		width: 47%;
	}
	#menu-corporate-service .sub-menu {
		margin-top: 1rem;
	}
}
/* 5.2 copyright
--------------------------------------------------------------*/
/* copyright | terms-nav */
.footer-terms {
	font-size: 0.825rem;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.copyright {
		margin-top: 4rem;
		text-align: center;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.footer-terms {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	#menu-footer_terms-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	#menu-footer_terms-nav ul {
		margin-left: -2rem;
	}
	#menu-footer_terms-nav li {
		margin-left: 2rem;
	}
	.copyright {
		min-width: 10rem;
	}
}
