html {
  font-size: 62.5%;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: opacity 1s ease, visibility 1s ease;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

#loader.hidden {
    opacity: 0;
    visibility: hidden;
}

#loader img {
    width: 200px;
    margin-bottom: 20px;
    animation: logo-animation 2s infinite;
}

#progress-container {
    width: 50%;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
}

#progress-bar {
    width: 0;
    height: 10px;
    background-color: #3498db;
    border-radius: 25px;
    transition: width 0.4s ease;
}

@keyframes logo-animation {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes AnimationTitle {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fuwa{
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    animation: fadeIn 3s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width:899px) {
    .sp_none {display: none!important;}
.bg_video {
	position: relative;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
}
	.bg_video img {
		height: 100%;
	}
body {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fixed_header {
    position: fixed;
    top: 1vw;
    right: 0;
    left: 0;
    margin: auto;
    padding: 1vw 0;
    width: 95%;
    border-radius: 1vw;
    z-index: 99;
}
.header_top {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 95%;
    margin: 0 auto;
}
.header_top_left {
    display: none;
}
.header_top_left img {
    width: 100%;
}
    .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #0080CB;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.header_top_right {
    width: 100%;
    height: 100%;
	padding-bottom: 5rem;
	overflow-x: scroll;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #1e1e1e;
    transition: all 0.5s;/*アニメーション設定*/
}
    #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
    #menu-btn-check {
    display: none;
}
    #menu-btn-check:checked ~ .header_top_right {
    left: 0;/*メニューを画面内へ*/
}
.header_top_right_left {
}
.header_top_right_left nav ul {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 30vw;
}
.header_top_right_left nav ul li {
    margin-bottom: 5vw;
}
.header_top_right_left nav ul li a {
    font-size: 6vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2vw;
}
.header_top_right_left01 nav ul li a {
	text-shadow    : 
       1px  1px 0px #000000,
      -1px  1px 0px #000000,
       1px -1px 0px #000000,
      -1px -1px 0px #000000,
       2px  0px 0px #000000,
       0px  1px 0px #000000,
      -1px  0px 0px #000000,
       0px -1px 0px #000000;  
}
.header_top_right_left nav ul ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: 5vw;
}
.header_top_right_left nav ul li li {
    margin-bottom: 3vw;
}
    .header_top_right_left nav ul ul a::before {
        content: '・';
    }
.header_top_right_left nav ul ul a {
    font-size: 4vw;
    font-weight: 400;
    color: #fff;
    letter-spacing: .2vw;
}
    .header_top_right_left nav ul li .disabled-link {
    pointer-events: none;
    cursor: default;
}
.header_top_right_right {
    width:80vw;
    margin: 10vw auto 0;
}
.header_top_right_right_block {
    width: 100%;
}
.header_top_right_right_block_left {
    font-size: 4vw;
    color: #fff;
    text-align: center;
} 
.header_top_right_right_block_left a {
    display: block;
    width: 100%;
    margin: 2vw 0;
    padding: 1vw 0;
    text-align: center;
    background: #0080CB;
    border-radius: 1vw;
}
.header_top_right_right_block_right img {
    width: 100%;
    margin-top: .5vw;
}
.header_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	aspect-ratio: 9/16;
}
.header_img01 {
  position: absolute;
  top: 0%;
	left: -50%;
	right: 0;
    display: block;
    width: auto;
	height: 100%;
    margin: auto;
}
.header_img02 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_img02 img {
    display: block;
    width: 100%;
	max-width: 250px;
    margin: 0 auto;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
}
.header_img02 h1 {
    display: block;
    width: 100%;
    margin: 1.5rem auto 0;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}
.top_service {
    padding: 50px 0 80px;
    background: #1e1e1e;
}
.top_service_inner {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.top_service_inner_title span {
    display: inline-block;
    animation: AnimationTitle 15s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 6rem;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .2rem;
}
.top_service_inner_title h2 {
    display: inline-block;
    margin-top: 1rem;
    font-size: 2rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: .1rem;
}
.top_service_inner_content {
    width: 100%;
    margin: 20px auto 0;
}
.top_service_inner_content_box {
}
.top_service_inner_content_box_block {
    position: relative;
    width: 100%;
	max-width: 400px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 3rem;
    transition: .3s;
}
	.top_service_inner_content_box_block01 {margin-bottom: 50px!important;}
.top_service_inner_content_box_block:hover {
    height: 100%;
    border-radius: 5rem;
}
.top_service_inner_content_box_block:hover .top_service_inner_content_box_block_inner_bg {
    background: rgba(38,154,255,0.80);
}
.top_service_inner_content_box_block_inner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(38,154,255,0.80);
    z-index: 1;
    transition: .3s;
}
.top_service_inner_content_box_block_inner_bg_img01,.top_service_inner_content_box_block_inner_bg_img02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    height: 100%;
}
.top_service_inner_content_box_block_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}
.top_service_inner_content_box_block_inner img {
    display: block;
    width: 30%;
    margin: 0 auto;
}
.top_service_inner_content_box_block_inner h3 {
    margin-top: 1rem;
    font-size: 3rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #fff;
    letter-spacing: .1rem;
    line-height: 130%;
}
.top_service_inner_content_box_block_inner p {
    margin-top: 1rem;
    font-size: 1.8rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    letter-spacing: .1vw;
    line-height: 130%;
}
	.top_contents {
		position: relative;
		overflow: hidden;
		padding: 60px 0;
	}
.top_contents_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.top_contents_inner {
	position: relative;
	z-index: 1;
    display: block;
    width: 85%;
	max-width: 1180px;
    margin: 0 auto;
    padding: 20px 5%;
    background: rgba(255,255,255,0.95);
    border-radius: 2rem;
}
	.top_contents_inner_box {
	}
	
	.top_contents_inner_box_block {
		width: 100%;
	}
	.top_contents_inner_box_block a {
		display: block;
		width: 100%;
	}
	.top_contents_inner_box_block a:hover {
		opacity: .7;
	}
	.top_contents_inner_box_block img {
		width: 100%;
	}
	.top_contents_inner_box_block p {
    font-size: 1.6rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 160%;
    color: #464646;
}
.top_submenu {
    display: block;
    width: 100%;
    background: #1e1e1e;
    padding: 60px 0;
}
.top_submenu_box {
    width: 85%;
	max-width: 400px;
    margin: 0 auto;
}
.top_submenu_box_block {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 50px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 2rem;
    transition: .3s;
}
.top_submenu_box_block:hover {
    height: 100%;
    border-radius: 5rem;
}
.top_submenu_box_block:hover .top_submenu_box_block_bg {
    background: rgba(38,154,255,0.80);
}
.top_submenu_box_block_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,154,255,0.70);
    z-index: 1;
    transition: .3s;
}
.top_submenu_box_block h2 {
    position: absolute;
        top: 36%;
        left: 0;
        right: 0;
    margin: auto;
    z-index: 2;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1rem;
}
.top_submenu_box_block p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    font-size: 5rem;
    color: #fff;
    text-align: center;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .1rem;
}
.top_submenu_box_left img{
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
}
.top_submenu_box_right img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
    .top_submenu_box_bottom {
        width: 100%!important;
        margin-top: 4rem;
    }
    .top_submenu_box_bottom img {
        position: absolute;
        top: 0;
        width: 100%;
}
.top_column {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
    background: #1e1e1e;
}
	.top_column_title {
		width: 90%;
		margin: 0 auto;
	}
.top_column_title span {
    display: inline-block;
    animation: AnimationTitle 15s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 6rem;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .2rem;
}
.top_column_title h2 {
    display: inline-block;
    margin-top: 1rem;
    font-size: 2rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: .1rem;
}
	.top_column_content {
		width: 85%;
		margin: 20px auto 0;
	}
	.top_column_content ul {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
		margin: 0 auto;
	}
	.top_column_content ul li {
		width: 48%;
		margin: 0 0 50px;
	}
	.top_column_content ul li a {
		display: block;
		width: 100%;
	}
	.top_column_content_img {
		position: relative;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}
	.top_column_content_img img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: auto;
		margin: auto;
	}
.top_column_content h3 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: .1rem;
    line-height: 140%;
}
.top_column_content_date {
    display: block;
    margin-top: 1rem;
    margin-bottom: .3rem;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .1rem;
}
	.top_column_content_btn01 {
		display: block;
		width: 80%;
		max-width: 400px;
		margin: 0 auto;
		padding: 1rem 0;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		color: #fff;
		border: 2px solid #fff;
		transition: .3s;
	}
	.top_column_content_btn01:hover {
		border: 2px solid #0080CB;
		background: #0080CB;
	}
.top_news {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 100px;
    background: #1e1e1e;
}
.top_news_box {
    width: 90%;
    margin: 0 auto;
}
.top_news_box_left {
    width: 100%;
    margin: 0;
    padding: 0;
}
.top_news_box_left span {
    display: inline-block;
    animation: AnimationTitle 15s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 6rem;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .2rem;
}
.top_news_box_left h2 {
    display: inline-block;
    margin-top: 1rem;
    font-size: 2rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: .1rem;
}
.top_news_box_right {
    width: 100%;
    margin:20px 0 0;
}
.top_news_box_right_box {
    padding: 30px;
    background: #fff;
    border-radius: 2rem;
}
.top_news_box_right_box ul {
    margin: 0;
    padding: 0;
}
.top_news_box_right_box ul li {
    margin-bottom: 30px;
}
.top_news_box_right_box ul li a {
    transition: .3s;
}
.top_news_box_right_box ul li a:hover {
    opacity: .5;
}
.top_news_box_right_box ul li h3 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    color: #464646;
    letter-spacing: .1rem;
    line-height: 150%;
}
.top_news_box_right_box_date {
    display: block;
    color: #0080CB;
    font-size: 1.8rem;
    letter-spacing: .1rem;
}
.top_news_box_right_box_btn {
    display: block;
    text-align: right;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    color: #464646;
    transition: .3s;
}
.top_news_box_right_box_btn:hover {
    opacity: .5;
}
.top_news_box_right_box_btn::after {
    content: ' ';
    margin-left: 1rem;
    padding: .6rem;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 60%;
}
	.footer_bg {
		position: relative;
	}
	.footer_bg img {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
footer {
	position: relative;
	z-index: 1;
    width: 100%;
    height: 100%;
    padding: 5rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
}
.footer_box {
    width: 80%;
    margin: 0 auto;
}
.footer_box_left {
    width: 100%;
}
.footer_box_left ul {
    margin: 0 ;
    padding: 0;
    width: 100%;
}
.footer_box_left ul li {
    margin-bottom: 25px;
}
.footer_box_left ul li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #fff;
    transition: .3s;
}
.footer_box_left ul li a:hover {
    opacity: .5;
}
.footer_box_left ul li a span {
    font-size: 1.6rem;
    vertical-align: middle;
}
.footer_box_left ul ul{
    display: block!important;
    margin: 1rem 0 1rem 2rem;
    padding: 0;
}
.footer_box_left ul li li {
    margin-bottom: 1rem;
}
.footer_box_left ul li li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
	text-decoration: underline;
    color: #fff;
}
.footer_box_right {
    width: 100%;
    margin-top: 10rem;
}
.footer_box_right iframe{
    width: 100%;
    height: 55vw;
}
.footer_box_right h2 {
    margin: 3rem 0 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    color: #fff;
}
.footer_box_right p {
    margin: 1rem 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    color: #fff;
    line-height: 150%;
    letter-spacing: .1rem;
}
copy {
	position: relative;
	z-index: 1;
    display: block;
    background: #1e1e1e;
    font-size: 1.4rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: .3rem 0;
    letter-spacing: .1rem;
}
/*コンサルタント紹介*/
.consultant {
    background: #758492;
}
.tab_menu {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 80%;
	margin: 0 auto;
    padding: 5vw 0;
}
.tab_menu li{
    width: 50%;
    margin-bottom: 6vw;
	list-style: none;
	cursor: pointer;
	color: #fff;
    transition: .3s;
}
.tab_menu li:last-child {
	margin-right: 0;
}
.tab_menu li.selected {
    opacity: .7;
}
.tab_menu li:hover {
    opacity: .7;
}
.tab_menu li h3 {
    font-size: 5vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1vw;
    transition: .3s;
}
.tab_menu li h3 span {
    display: block;
    margin-bottom: .2vw;
    font-weight: 400;
    font-size: 2.5vw;
    letter-spacing: 0;
}
.tab_menu li h3::after {
    content: ' ';
    margin-left: 3vw;
    padding: 0 3vw;
    background-position: center 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/consultant_arrow.svg");
}
.tab_menu li.selected {
    background-size: 80%;
}
.tab_menu li:hover h3::after{
    background-size: 80%;
}
.tab_panel {
    position: relative;
	overflow: hidden;
	height: 0;
	opacity: 0;
}
.tab_panel.is-show {
	overflow: visible;
	height: 70vh;
	opacity: 1;
	transition: opacity .4s ease-in-out;
    background: #fff;
}
.consultant_box01 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.consultant_box01 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	height: 70vh;
}
.consultant_box01_text {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 90vw;
    padding: 5%;
    background: rgba(229,229,229,0.81);
    border-radius: 10px;
}
.consultant_box01_text span {
    display: block;
    margin-bottom: 1vw;
    font-weight: 500;
    font-size: 3vw;
    letter-spacing: 0;
}
.consultant_box01_text h3 {
    display: block;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 6vw;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    text-align: left;
    letter-spacing: .2vw;
    margin: 2vw auto 1vw;
}
.consultant_box01_text p {
    margin: 0;
    font-size: 3.7vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    color: #1e1e1e;
    font-feature-settings: "palt";
}
.consultant_box01_text a {
    display: block;
    width: 100%;
    margin: 2vw 0 0;
    padding: 1.3vw 0;
    font-size: 3vw;
    text-align: center;
    color: #fff;
    background: #0080CB;
    border-radius: .4vw;
}
.consultant_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.consultant_title span {
    display: block;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 9vw;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    text-align: center;
    letter-spacing: .2vw;
}
.consultant_title h2 {
    margin-top: 1vw;
    font-size: 3.5vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1e1e1e;
    text-align: center;
    letter-spacing: .1vw;
}
    /*    プライバシーポリシー　　*/
    .policy {
        padding: 100px 0 50px;
        background: #fff;
    }
    .policy h1 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        color: #0082CD;
        font-size: 30px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 14px;
    }
    .policy h2 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0 0 3px 0;
        color: #0082CD;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        border-bottom: solid 2px #0082CD;
    }
    .policy h3 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
        color: #001D2F;
        font-size: 19px;
        font-weight: 700;
        text-align: left;
    }
    .policy p {
        display: block;
        width: 90%;
        max-width: 800px;
    margin: 10px auto 50px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 180%;
    }
    /*コミュニティ*/
    .community_bg {
        background: #fff;
    }
.community {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 0px auto;
    padding: 100px 0;
}
.community h2 {
    margin: 0 auto 30px;
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
.community h2 span {
    color: #0082CD;
    display: block;
    font-size: 28px;
    margin-bottom: 14px;
    font-family: "Helvetica Neue", 游ゴシック体, sans-serif;
}
.community h3 {
    margin: 0 auto 0;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
    .community img {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }
    .community_img {
        display: block;
        width: 100%!important;
        max-width: 1280px!important;
        margin: 0 auto 30px!important;
    }
.community p {
    display: block;
    margin: 10px auto 50px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 180%;
    }
    .community_btn {
        display: block;
        width: 100%;
        margin: 0 auto;
    padding: 17px 0;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #1E8BC8;
    border-radius: 9px;
    }
    /*お問い合わせ*/

    .contact_bg {
        background: #fff;
    }
.contact {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0;
}
.contact h2 {
    margin: 0 auto 50px;
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}
.contact h2 span {
    color: #0082CD;
    display: block;
    font-size: 25px;
    margin-bottom: 14px;
    font-family: "Helvetica Neue", 游ゴシック体, sans-serif;
}
.contact_page__body {
	margin: 0 auto;
	margin-top: 40px;
}

.contact_page__body__list {
	border-bottom: 1px solid #b1b1b1;
}

.contact_page__body__list__item {
	padding: 30px 4px;
	border-top: 1px solid #b1b1b1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact_page__body__list__item__summary {
	width: 60%;
}
.contact_page__body__list__item__title {
    margin: 0!important;
	font-size: 21px!important;
    font-weight: 700!important;
    text-align: left!important;
}

.contact_page__body__list__item__text {
	margin-top: 16px;
    font-size: 1.6rem;
    line-height: 150%;
}

.contact_entry_infomation {
	width: 80%;
	margin: 0 auto;
	margin-top: 120px;
}
.contact_entry_infomation__item {
	margin-top: 60px;
}

.contact_entry_infomation__item__title {
    margin: 0!important;
	color: #0082cd!important;
	font-size: 22px!important;
    text-align: left!important;
}

.contact_entry_infomation__item__text {
	margin-top: 20px;
	padding: 2px;
    font-size: 1.6rem;
    line-height: 150%;
}
.contents_contact_button__link {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #dbb73b;
    text-decoration: none;
    border-radius: 50px;
    line-height: 1;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-shadow: 0px 0 5px rgb(128 106 36);
}
.contents_contact_button__link:before {
	content: "";
	width: 0.7em;
	height: 0.7em;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.contents_contact_button__link:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
}
.general_reception {
	width: 100%;
    max-width: 800px;
	margin: 0 auto;
	padding: 30px 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
}
.general_reception__title {
    margin: 0!important;
	font-size: 22px!important;
}
.general_reception__value {
	display: inline-block;
	position: relative;
	font-size: 20px;
}

.general_reception__value__atmark:before {
	content: "@";
	display: inline-block;
	height: 1em;
	top: 1px;
	position: relative;
}

.general_reception__value__com:before {
	content: ".com";
	display: inline-block;
	height: 1em;
	top: 0px;
	position: relative;
}
.contact_form {
    display: block;
    width: 90%;
    max-width: 580px;
    margin: 50px auto;
}
.contact_form p {
    margin: 40px auto;
    font-size: 17px;
    font-weight: 600;
    line-height: 180%;
}
.contact_form input[type="text"],.contact_form input[type="email"] ,.contact_form input[type="tel"],textarea {
    width: 100%;
    margin: 5px auto 0;
    padding: 5px;
    box-sizing: border-box;
    border:1px solid #3c3c3c;
}
.contact_form input[type="checkbox"],.contact_form input[type="radio"] {
    margin: 10px auto;
}
    .contact_form label {
        font-size: 1.6rem;
    }
.contact_form .hissu {
    margin-left: 6px;
    padding: 5px;
    font-size: 13px;
    background: #0082CD;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.contact_form table{
    display: block;
    width: 100%;
    margin: 0;
}
.contact_form table tbody{
    display: block;
    width: 100%;
    margin: 0;
}
.contact_form table tbody tr{
    display: block;
    width: 100%;
    margin: 0;
}
.contact_form th{
    display: block;
    width: 100%;
    margin: 20px auto 0;
    font-size: 1.6rem;
}
.contact_form td {
    display: block;
    width: 100%;
    margin: 5px auto 30px;
}
.contact_form input[type="submit"] {
width:100%;
padding:15px;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
	color:#fff;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #0082CD;
transition: 0.3s;
}
.contact_form input[type="submit"]:hover {
background: #0082CD;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}/*   採用情報 */
    
.recruit {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 0 5rem;
    background: #fff;
}
.recruit_title {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.recruit_title span {
    display: inline-block;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5.5rem;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .2vw;
}
.recruit_title h2 {
    display: inline-block;
    margin-top: 1rem;
    font-size: 2.2rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #464646;
    letter-spacing: .1vw;
}
.recruit_content {
    display: block;
    width: 80%;
    margin: 3rem auto;
}
    .recruit_content h3 {
		margin-bottom: 3rem;
        font-size: 3rem;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0082CD;
    }
.recruit_content table {
    width: 100%;
    margin: 0 auto 5rem;
}
.recruit_content table tbody {
    width: 100%;
    margin: 0 auto;
}
.recruit_content tr {
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid rgba(209,209,209,1.00);
}
.recruit_content th {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 2rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 150%;
}
.recruit_content td {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 150%;
}

.recruit_content_box01 {
    width: 100%;
    margin: 0 0 3rem;
}
.recruit_content_box01_block {
    position: relative;
    width: 100%;
    padding: 4rem 0;
    margin: 0 0 1rem;
    border-radius: 2rem;
    overflow: hidden;
    transition: .3s;
}
.recruit_content_box01_block:hover {
    height: 100%;
    border-radius: 5rem;
}
.recruit_content_box01_block:hover .recruit_content_box01_block_bg {
    background: rgba(38,154,255,0.50);
}
.recruit_content_box01_block_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,154,255,0.80);
    z-index: 1;
    transition: .3s;
}
.recruit_content_box01_block p {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1vw;
    width: 100%;
}
    .recruit_content_box01_block img{
    position: absolute;
    top: -125%;
    left: 0;
    width: 100%;
}
    .recruit_content_box02,
    .recruit_content_box03 {
        margin-bottom: 20vw;
    }
    #recruit_content_box02,#recruit_content_box03 {
        margin-top: -70px;
        padding-top: 70px;
    }
    
    .recruit_content_box02 a,
    .recruit_content_box03 a
    {
    display: block;
    width: 80%;
		max-width: 380px;
    margin: 3rem auto;
    padding: 2rem 0;
    background: #0080CB;
    border: .1rem solid #0080CB;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    transition: .3s;
    box-shadow: 5px 5px 0 #758492;
}
    .recruit_content_box02 a:hover,
    .recruit_content_box03 a:hover
    {
    box-shadow: none;
    background: #fff;
    color: #0080CB;
}
    /*    よくある質問　　*/
    .faq {
        padding: 100px 0 50px;
        background: #fff;
    }
    .faq h1 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        color: #0082CD;
        font-size: 30px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 14px;
    }
    .faq h2 {
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 50px auto 0;
        color: #0082CD;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 14px;
    }
    .faq h3 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 50px auto 0;
        padding: 0 0 3px 0;
        color: #0082CD;
        font-size: 22px;
        font-weight: 700;
        text-align: left;
        border-bottom: solid 2px #0082CD;
    }
    .faq h4 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 25px auto 0;
        padding-left: 1em;
        text-indent: -1em;
        color: #001D2F;
        font-size: 19px;
        font-weight: 700;
        text-align: left;
        line-height: 140%;
    }
    .faq p {
        display: block;
        width: 90%;
        max-width: 800px;
    margin: 10px auto 50px;
        padding-left: 1em;
        text-indent: -1em;
    font-size: 17px;
    font-weight: 400;
    line-height: 190%;
    }
    .faq p span {
        color: #0082CD;
        font-size: 21px;
        font-weight: 700;
    }
}
@media screen and (min-width:900px) {
    .pc_none {display: none!important;}

body {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fixed_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 1vw 0;
    width: 100%;
    z-index: 99;
}
.fixed_header_gray {background: rgba(117,132,146,0.50)!important;}
.fixed_header_gray02 {background: rgba(4,23,42,0.90)!important;}
.header_top {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
    width: 95%;
    margin: 0 auto;
}
.header_top_left {
    width: 15%;
}
.header_top_left img {
    width: 100%;
}
.header_top_right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 77vw;
}
.header_top_right_left {
    width: 52vw;
}
    #menu-btn-check {
    display: none;
}
.header_top_right_left nav ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:flex-end;
    padding-top: .7vw;
}
.header_top_right_left nav ul li {
    position: relative;
    margin-right: 1vw;
}
.header_top_right_left nav ul li a {
    font-size: 1vw;
    color: #fff;
}
    .header_top_right_left nav ul li a:hover {
        opacity: .7;
    }
.header_top_right_left nav ul li ul {
    display: none;
    width: max-content;
    position: absolute;
    top: 1vw;
    list-style: none;
    padding-left: 20px;
}
    .header_top_right_left nav ul li ul li:nth-child(n+2) {
        border-top: 1px solid #1e1e1e;
    }
    .header_top_right_left nav ul li ul a {
        display: block;
        padding: .6vw 1vw;
        background: #C8C8C8;
        color: #1e1e1e;
	text-shadow:none;
    }
    .header_top_right_left nav ul li .disabled-link {
    pointer-events: none;
    cursor: default;
}
/* アコーディオンスタイル */
.header_top_right_left nav ul li:hover > ul {
    display: block;
}
.header_top_right_right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 25vw;
    margin-top: -.3vw;
}
.header_top_right_right_block {
    width: 50%;
}
.header_top_right_right_block_left {
    font-size: 1vw;
    color: #fff;
} 
.header_top_right_right_block_left a {
    display: block;
    width: 90%;
    margin-top: .3vw;
    padding: .3vw;
    text-align: center;
    background: #0080CB;
    border-radius: .4vw;
}
.header_top_right_right_block_right img {
    width: 100%;
    margin-top: .5vw;
}
.header_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	aspect-ratio: 16/9 
}
.header_img01 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_img02 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_img02 img {
    display: block;
    width: 100%;
	max-width: 400px;
    margin: 0 auto;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
}
.header_img02 h1 {
    display: block;
    width: 100%;
    margin: 1.5rem auto 0;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
}
.top_service {
    margin-top: -2rem;
    padding: 10rem 0;
    background: #1e1e1e;
}
.top_service_inner {
    display: block;
    width: 80%;
	max-width: 1180px;
    margin: 0 auto;
}
.top_service_inner_title span {
    display: inline-block;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 8rem;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .2rem;
}
.top_service_inner_title h2 {
    display: inline-block;
    margin-top: 1rem;
    font-size: 2.5rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: .3rem;
}
.top_service_inner_content {
    width: 100%;
    margin: 20px auto 0;
}
.top_service_inner_content_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
}
.top_service_inner_content_box_block {
    position: relative;
    width: 48%;
    margin: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 2rem;
    transition: .3s;
}
.top_service_inner_content_box_block:hover {
    height: 100%;
    border-radius: 5rem;
}
.top_service_inner_content_box_block:hover .top_service_inner_content_box_block_inner_bg {
    background: rgba(38,154,255,0.50);
}
.top_service_inner_content_box_block_inner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(38,154,255,0.70);
    z-index: 1;
    transition: .3s;
}
.top_service_inner_content_box_block_inner_bg_img01,.top_service_inner_content_box_block_inner_bg_img02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    height: 100%;
}
.top_service_inner_content_box_block_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}
.top_service_inner_content_box_block_inner img {
    display: block;
    width: 35%;
    margin: 0 auto;
}
.top_service_inner_content_box_block_inner h3 {
    margin-top: 1rem;
    font-size: 3rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #fff;
    letter-spacing: .1rem;
    line-height: 130%;
}
.top_service_inner_content_box_block_inner p {
    margin-top: 1rem;
    font-size: 2rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    letter-spacing: .1rem;
    line-height: 130%;
}
	.top_contents {
		position: relative;
		overflow: hidden;
		padding: 100px 0;
	}
.top_contents_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.top_contents_inner {
	position: relative;
	z-index: 1;
    display: block;
    width: 80%;
	max-width: 980px;
    margin: 0 auto;
    padding: 70px 5%;
    background: rgba(255,255,255,0.98);
    border-radius: 2rem;
}
	.top_contents_inner_box {
	}
	
	.top_contents_inner_box_block {
		width: 100%;
	}
	.top_contents_inner_box_block a {
		display: block;
		width: 100%;
	}
	.top_contents_inner_box_block a:hover {
		opacity: .7;
	}
	.top_contents_inner_box_block img {
		width: 100%;
	}
	.top_contents_inner_box_block p {
    font-size: 1.8rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 160%;
    color: #464646;
}
.top_submenu {
    display: block;
    width: 100%;
    background: #1e1e1e;
    padding: 10rem 0;
}
.top_submenu_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 80%;
	max-width: 1180px;
    margin: 0 auto;
}
.top_submenu_box_block {
    position: relative;
    width: 48%;
    padding: 10rem 0;
    margin: 0;
    border-radius: 3rem;
    overflow: hidden;
    transition: .3s;
}
.top_submenu_box_block:hover {
    height: 100%;
    border-radius: 5rem;
}
.top_submenu_box_block:hover .top_submenu_box_block_bg {
    background: rgba(38,154,255,0.50);
}
.top_submenu_box_block_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,154,255,0.70);
    z-index: 1;
    transition: .3s;
}
.top_submenu_box_block h2 {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .1rem;
}
.top_submenu_box_block p {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    font-size: 5rem;
    color: #fff;
    text-align: center;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .1rem;
}
.top_submenu_box_left img{
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
}
.top_submenu_box_right img {
    position: absolute;
    top: 0%;
    width: 100%;
}
    .top_submenu_box_bottom {
        width: 100%!important;
        margin-top: 6rem;
    }
    .top_submenu_box_bottom img {
    position: absolute;
    top: -300%;
    width: 105%;
}
.top_column {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
    background: #1e1e1e;
}
	.top_column_title {
		width: 80%;
		max-width: 1180px;
		margin: 0 auto;
	}
.top_column_title span {
    display: inline-block;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 8rem;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .2rem;
}
.top_column_title h2 {
    display: inline-block;
    margin-top: 1rem;
    font-size: 2.5rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: .3rem;
}
	.top_column_content {
		width: 80%;
		max-width: 1180px;
		margin: 30px auto 50px;
	}
	.top_column_content ul {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
		margin: 0 auto;
	}
	.top_column_content ul li {
		width: 31%;
		margin: 0 0 5rem;
	}
	.top_column_content ul li a {
		display: block;
		width: 100%;
	}
	.top_column_content_img {
		position: relative;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}
	.top_column_content_img img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: auto;
		margin: auto;
	}
.top_column_content h3 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: .03rem;
    line-height: 140%;
}
.top_column_content_date {
    display: block;
    margin-top: .3rem;
    margin-bottom: .5rem;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .03rem;
}
	.top_column_content_btn01 {
		display: block;
		width: 60%;
		max-width: 400px;
		margin: 0 auto;
		padding: 2rem 0;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		color: #fff;
		border: 2px solid #fff;
		transition: .3s;
	}
	.top_column_content_btn01:hover {
		border: 2px solid #0080CB;
		background: #0080CB;
	}
.top_news {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 150px;
    background: #1e1e1e;
}
.top_news_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 80%;
	max-width: 1180px;
    margin: 0 auto;
}
.top_news_box_left {
    width: 30%;
    margin: 0;
    padding: 6rem 0 0;
}
.top_news_box_left span {
    display: inline-block;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 8rem;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .2rem;
}
.top_news_box_left h2 {
    display: inline-block;
    margin-top: 1rem;
    font-size: 2.5rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: .3rem;
}
.top_news_box_right {
    width: 65%;
    margin: 0;
}
.top_news_box_right_box {
    padding: 5rem 5%;
    background: #fff;
    border-radius: 3rem;
}
.top_news_box_right_box ul {
    margin: 0;
    padding: 0;
}
.top_news_box_right_box ul li {
    margin-bottom: 3rem;
}
.top_news_box_right_box ul li a {
    transition: .3s;
}
.top_news_box_right_box ul li a:hover {
    opacity: .5;
}
.top_news_box_right_box ul li h3 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #464646;
    letter-spacing: .03rem;
    line-height: 140%;
}
.top_news_box_right_box_date {
    display: block;
    margin-bottom: .5rem;
    color: #0080CB;
    font-size: 1.8rem;
    letter-spacing: .03rem;
}
.top_news_box_right_box_btn {
    display: block;
    text-align: right;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    color: #464646;
    transition: .3s;
}
.top_news_box_right_box_btn:hover {
    opacity: .5;
}
.top_news_box_right_box_btn::after {
    content: ' ';
    margin-left: .3rem;
    padding: .8rem;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 60%;
}
	.footer_bg {
		position: relative;
	}
	.footer_bg img {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
footer {
	position: relative;
	z-index: 1;
    width: 100%;
    padding: 15rem 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.footer_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 85%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer_box_left {
    width: 50%;
}
.footer_box_left ul {
    margin: 0;
    padding: 0;
}
.footer_box_left ul li {
    margin-bottom: 3rem;
}
.footer_box_left ul li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 2rem;
    color: #fff;
    transition: .3s;
}
.footer_box_left ul li a:hover {
    opacity: .5;
}
.footer_box_left ul li a span {
    margin-bottom: 1vw;
}
.footer_box_left ul ul{
    margin: 2rem 0 3rem 2rem;
    padding: 0;
}
.footer_box_left ul li li {
    margin-bottom: 1rem;
}
.footer_box_left ul li li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.6rem;
    color: #fff;
}
.footer_box_right {
    width: 50%;
}
.footer_box_right iframe{
    width: 100%;
    height: 50rem;
}
.footer_box_right h2 {
    margin: 2rem 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 2.5rem;
    color: #fff;
}
.footer_box_right p {
    margin: 1rem 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.8rem;
    color: #fff;
    line-height: 150%;
    letter-spacing: .02rem;
}
copy {
	position: relative;
	z-index: 1;
    display: block;
    background: #1e1e1e;
    font-size: .8vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: .3vw 0;
    letter-spacing: .02vw;
}

/*コンサルタント紹介*/
.consultant {
    background: #758492;
    padding-bottom: 10vw;
}
.tab_menu {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 80%;
	margin: 2vw auto 0;
}
.tab_menu li{
    width: 33%;
    margin-bottom: 3vw;
	list-style: none;
	cursor: pointer;
	color: #fff;
    transition: .3s;
}
.tab_menu li:last-child {
	margin-right: 0;
}
.tab_menu li.selected {
    opacity: .7;
}
.tab_menu li:hover {
    opacity: .7;
}
.tab_menu li h3 {
    font-size: 2vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1vw;
    transition: .3s;
}
.tab_menu li h3 span {
    display: block;
    margin-bottom: .2vw;
    font-weight: 400;
    font-size: 1vw;
    letter-spacing: 0;
}
.tab_menu li h3::after {
    content: ' ';
    margin-left: 3vw;
    padding: 0 3vw;
    background-position: center 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/consultant_arrow.svg");
}
.tab_menu li.selected {
    background-size: 80%;
}
.tab_menu li:hover h3::after{
    background-size: 80%;
}
.tab_panel {
    position: relative;
	overflow: hidden;
	height: 0;
	opacity: 0;
}
.tab_panel.is-show {
	overflow: visible;
	height: 70vh;
    max-height: 653px;
	opacity: 1;
	transition: opacity .4s ease-in-out;
    background: #fff;
}
.consultant_box01 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.consultant_box01 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	height: 70vh;
    max-height: 653px;
}
.consultant_box01_text {
    position: absolute;
    top: 58%;
    left: 68%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 40vw;
}
.consultant_box01_text span {
    display: block;
    margin-bottom: .2vw;
    font-weight: 500;
    font-size: 1vw;
    letter-spacing: 0;
}
.consultant_box01_text h3 {
    display: block;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.5vw;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    text-align: left;
    letter-spacing: .2vw;
    margin: .5vw auto;
}
.consultant_box01_text p {
    margin: 0;
    font-size: 1vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 180%;
    color: #1e1e1e;
}
.consultant_box01_text a {
    display: block;
    width: 50%;
    margin: 1vw 0 0;
    padding: .4vw 0;
    text-align: center;
    color: #fff;
    background: #0080CB;
    border-radius: .4vw;
}
.consultant_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.consultant_title span {
    display: block;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5vw;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    text-align: center;
    letter-spacing: .2vw;
}
.consultant_title h2 {
    margin-top: 1vw;
    font-size: 2vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1e1e1e;
    text-align: center;
    letter-spacing: .1vw;
}
    /*    プライバシーポリシー　　*/
    .policy {
        padding: 200px 0 100px;
        background: #fff;
    }
    .policy h1 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        color: #0082CD;
        font-size: 33px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 14px;
    }
    .policy h2 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0 0 3px 0;
        color: #0082CD;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        border-bottom: solid 2px #0082CD;
    }
    .policy h3 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
        color: #001D2F;
        font-size: 19px;
        font-weight: 700;
        text-align: left;
    }
    .policy p {
        display: block;
        width: 90%;
        max-width: 800px;
    margin: 10px auto 50px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 180%;
    }
    /*コミュニティ*/

    .community_bg {
        background: #fff;
    }
.community {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 0px auto 0;
    padding: 150px 0;
}
.community h2 {
    margin: 0 auto 30px;
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
.community h2 span {
    color: #0082CD;
    display: block;
    font-size: 33px;
    margin-bottom: 14px;
    font-family: "Helvetica Neue", 游ゴシック体, sans-serif;
}
.community h3 {
    margin: 0 auto 0;
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
    .community img {
        display: block;
        width: 90%;
        max-width: 480px;
        margin: 0 0 30px;
    }
    .community_img {
        display: block;
        width: 100%!important;
        max-width: 1280px!important;
        margin: 0 auto 50px!important;
    }
.community p {
    display: block;
    margin: 10px auto 50px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 180%;
    }
    .community_btn {
        display: block;
        width: 100%;
        margin: 0 auto;
    padding: 17px 0;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #1E8BC8;
    border-radius: 9px;
    }
    /*お問い合わせ*/

    .contact_bg {
        background: #fff;
    }
.contact {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 150px 0;
}
.contact h2 {
    margin: 0 auto 50px;
    color: #1e1e1e;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}
.contact h2 span {
    color: #0082CD;
    display: block;
    font-size: 45px;
    margin-bottom: 14px;
    font-family: "Helvetica Neue", 游ゴシック体, sans-serif;
}
.contact_page__body {
	margin: 0 auto;
	margin-top: 40px;
}

.contact_page__body__list {
	border-bottom: 1px solid #b1b1b1;
}

.contact_page__body__list__item {
	padding: 30px 4px;
	border-top: 1px solid #b1b1b1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact_page__body__list__item__summary {
	width: 60%;
}
.contact_page__body__list__item__title {
    margin: 0!important;
	font-size: 26px!important;
    font-weight: 700!important;
    text-align: left!important;
}

.contact_page__body__list__item__text {
	margin-top: 16px;
    font-size: 1.6rem;
    line-height: 150%;
}

.contact_entry_infomation {
	width: 80%;
	margin: 0 auto;
	margin-top: 120px;
}
.contact_entry_infomation__item {
	margin-top: 60px;
}

.contact_entry_infomation__item__title {
    margin: 0!important;
	color: #0082cd!important;
	font-size: 22px!important;
    text-align: left!important;
}

.contact_entry_infomation__item__text {
	margin-top: 20px;
	padding: 2px;
    font-size: 1.6rem;
    line-height: 150%;
}
.contents_contact_button__link {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #dbb73b;
    text-decoration: none;
    border-radius: 50px;
    line-height: 1;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-shadow: 0px 0 5px rgb(128 106 36);
}
.contents_contact_button__link:before {
	content: "";
	width: 0.7em;
	height: 0.7em;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.contents_contact_button__link:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
}
.general_reception {
	width: 800px;
	margin: 0 auto;
	padding: 30px 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
}
.general_reception__title {
    margin: 0!important;
	font-size: 22px!important;
}
.general_reception__value {
	display: inline-block;
	position: relative;
	font-size: 20px;
}

.general_reception__value__atmark:before {
	content: "@";
	display: inline-block;
	height: 1em;
	top: 1px;
	position: relative;
}

.general_reception__value__com:before {
	content: ".com";
	display: inline-block;
	height: 1em;
	top: 0px;
	position: relative;
}
.contact_form {
    display: block;
    width: 90%;
    max-width: 580px;
    margin: 50px auto;
}
.contact_form p {
    margin: 40px auto;
    font-size: 17px;
    font-weight: 600;
    line-height: 180%;
}
.contact_form input[type="text"],.contact_form input[type="email"] ,.contact_form input[type="tel"],textarea {
    width: 100%;
    margin: 5px auto 0;
    padding: 5px;
    box-sizing: border-box;
    border:1px solid #3c3c3c;
}
.contact_form input[type="checkbox"],.contact_form input[type="radio"] {
    margin: 10px auto;
}
    .contact_form label {
        font-size: 1.6rem;
    }
.contact_form .hissu {
    margin-left: 6px;
    padding: 5px;
    font-size: 13px;
    background: #0082CD;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.contact_form table{
    display: block;
    width: 100%;
    margin: 0;
}
.contact_form table tbody{
    display: block;
    width: 100%;
    margin: 0;
}
.contact_form table tbody tr{
    display: block;
    width: 100%;
    margin: 0;
}
.contact_form th{
    display: block;
    width: 100%;
    margin: 20px auto 0;
    font-size: 1.6rem;
}
.contact_form td {
    display: block;
    width: 100%;
    margin: 5px auto 30px;
}
.contact_form input[type="submit"] {
width:100%;
padding:15px;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
	color:#fff;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #0082CD;
transition: 0.3s;
}
.contact_form input[type="submit"]:hover {
background: #0082CD;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}
/*    採用情報*/
    
.recruit {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15rem 0;
    background: #fff;
}
.recruit_title {
    display: block;
    width: 80%;
	max-width: 980px;
    margin: 0 auto;
}
.recruit_title span {
    display: inline-block;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #33b5ff, #0072b4, #6dbbe6);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 7rem;;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: .1rem;
}
.recruit_title h2 {
    display: inline-block;
    margin-top: 1rem;
    font-size: 2.5rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #464646;
    letter-spacing: .3rem;
}
.recruit_content {
    display: block;
    width: 80%;
	max-width: 980px;
    margin: 5rem auto;
}
    .recruit_content h3 {
        margin-bottom: 3rem;
        font-size: 4rem;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0082CD;
    }
.recruit_content table {
    width: 100%;
    margin: 0 auto 5rem;
}
.recruit_content table tbody {
    width: 100%;
    margin: 0 auto;
}
.recruit_content tr {
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid rgba(209,209,209,1.00);
}
.recruit_content th {
	width: 17%;
    margin: 0 auto;
    padding: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 150%;
}
.recruit_content td {
    margin: 0 auto;
    padding: 2rem 3rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 150%;
}

.recruit_content_box01 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 70%;
    margin: 0 0 5rem;
}
.recruit_content_box01_block {
    position: relative;
    width: 48%;
    padding: 5rem 0;
    margin: 0;
    border-radius: 3rem;
    overflow: hidden;
    transition: .3s;
}
.recruit_content_box01_block:hover {
    height: 100%;
    border-radius: 6rem;
}
.recruit_content_box01_block:hover .recruit_content_box01_block_bg {
    background: rgba(38,154,255,0.50);
}
.recruit_content_box01_block_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,154,255,0.80);
    z-index: 1;
    transition: .3s;
}
.recruit_content_box01_block p {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1rem;
    width: 100%;
}
    .recruit_content_box01_block img{
    position: absolute;
    top: -65%;
    left: 0;
    width: 100%;
}
    .recruit_content_box02,
    .recruit_content_box03 {
        margin: 0 auto 10rem;
    }
    #recruit_content_box02,#recruit_content_box03 {
        margin-top: -100px;
        padding-top: 100px;
    }
    
    .recruit_content_box02 a,
    .recruit_content_box03 a
    {
    display: block;
    width: 50%;
    margin: 3rem auto;
    padding: 2rem 0;
    background: #0080CB;
    border: .1rem solid #0080CB;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    transition: .3s;
    box-shadow: 5px 5px 0 #758492;
}
    .recruit_content_box02 a:hover,
    .recruit_content_box03 a:hover
    {
    box-shadow: none;
    background: #fff;
    color: #0080CB;
}
    /*    よくある質問　　*/
    .faq {
        padding: 200px 0 100px;
        background: #fff;
    }
    .faq h1 {
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        color: #0082CD;
        font-size: 33px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 14px;
    }
    .faq h2 {
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 50px auto 0;
        color: #0082CD;
        font-size: 28px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 14px;
    }
    .faq h3 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 50px auto 0;
        padding: 0 0 3px 0;
        color: #0082CD;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        border-bottom: solid 2px #0082CD;
    }
    .faq h4 { 
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 25px auto 0;
        padding: 0;
        color: #001D2F;
        font-size: 19px;
        font-weight: 700;
        text-align: left;
    }
    .faq p {
        display: block;
        width: 90%;
        max-width: 800px;
        margin: 10px auto 50px;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 17px;
        font-weight: 400;
        line-height: 190%;
    }
    .faq p span {
        color: #0082CD;
        font-size: 21px;
        font-weight: 700;
    }
}