﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P:wght@400&display=swap');

/* A-tech common.css
======================================================== */
html {
	overflow-x: hidden;
	font-size: 62.5%;
	background-color: #fff;
}

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	min-width: 100%;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #000;
	overflow:visible;
}


/*  a  */
a {
	overflow:hidden;
	outline:none;
	color: #149dd0;
	text-decoration: none;
}

a:visited {
	color: #149dd0;
	text-decoration: none;
}

a:link {
	color: #149dd0;
	text-decoration: none;
}

a:hover {
	color: #149dd0;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a.btn-next {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	background: linear-gradient(90deg, #52E4FF, #5270FF);
	color: #fff;
	padding: 1rem 0;
	width: 45rem;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

a.btn-next:hover {
	opacity: 0.7;
	transition: 0.2s;
}

a.btn-next:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: rotate(45deg) translateY(-50%);
	width: 0.6rem;
	height: 0.6rem;
	border-width: 0.2rem 0.2rem 0 0;
	border-style: solid;
	border-color: #fff;
	transition: all 0.3s ease 0s;
}

a.btn-next:hover:after {
	right: 1.5rem;
}

a.btn-next-s {
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	background: #0da1e8;
	color: #fff;
	padding: 0.5rem 2rem 0.5rem 1rem;
	width: 10rem;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

a.btn-next-s:hover {
	opacity: 0.7;
	transition: 0.2s;
}

a.btn-next-s:after {
	content: '';
	position: absolute;
	top: 48%;
	right: 1.5rem;
	transform: rotate(45deg) translateY(-50%);
	width: 0.6rem;
	height: 0.6rem;
	border-width: 0.2rem 0.2rem 0 0;
	border-style: solid;
	border-color: #fff;
	transition: all 0.3s ease 0s;
}

a.btn-next-s:hover:after {
	right: 1rem;
}


/*  img  */
img {
	border: 0;
}


/*  ul ol dl  */
ul, ol, dl {
	list-style: none;
}


/*  pl  */
p {
	font-size: 1.6rem;
	line-height: 2.9rem;
	text-align: justify;
}


/*  wrapper container  */
.wrapper {
	max-width: 100%;
	width: 100%;
}

.container-1200-head {
	width: 120rem;
	margin: 0 auto;
}

.container-1200 {
	width: 120rem;
	margin: 0 auto;
}

.container-980 {
	width: 98rem;
	margin: 0 auto;
}

.container-90 {
	width: 90%;
	margin: 0 auto;
}


/*  pc sp  */
.pc {
	display: block;
}

.sp {
	display: none;
}


/*  table  */
table {
	width: 100%;
}

table th {
	padding: 1.5rem 0;
}

table td {
	padding: 1.5rem 0.5rem;
	text-align: left;
}

table td.ft-center {
	padding: 1.5rem 0;
	text-align: center;
}

/*table tr:hover {
	background: #5193de;
	color: #fff;
	transform: scale(1.01);
	transition: 0.3s;
}*/

table .w10{
	width: 10%;
}

table  w15{
	width: 15%;
}

table .w20{
	width: 20%;
}

table .w25{
	width: 25%;
}


table .w30{
	width: 30%;
}

table .w35{
	width: 35%;
}

table .w40{
	width: 40%;
}

table .w45{
	width: 45%;
}

table .w50{
	width: 50%;
}

table .w55{
	width: 55%;
}

table .w60{
	width: 60%;
}

table .w70{
	width: 70%;
}


/*  header  */
header {
	max-width: 100%;
	width: 100%;
	position: fixed;
	height: 9rem;
	background-color: #fff;
	left: 0;
	top: 0;
	box-shadow: 0 0.5rem 2rem rgb(94 135 178 / 40%);
	z-index: 100;
}

.header-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

h1.logo {
	margin: 0 0 0 2.5rem;
}

h1.logo img {
	display: block;
	width: 12rem;
	float: left;
}

h1.logo img:hover {
	opacity: 0.5;
	transition: 0.2s;
}

h1.logo span {
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
	vertical-align: -2.2rem;
	margin: 0 0 0 1rem;
}

.pc-nav {
	display: table;
	margin-left: auto;
	padding-right: 0;
}

.pc-nav .corp {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	align-items: center;
	height: 4.5rem;
	margin: 0 2rem 0 0;
	padding: 0;
}

.pc-nav .corp a {
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 400;
	background: #727272;
	border-radius: 2rem;
	padding: 0.5rem 2rem 0.5rem 4rem;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.2rem;
	transition: .5s ease-in-out;
}

.pc-nav .corp a::before {
	content: url('../../images/common/world.svg');
	position: absolute;
	width: 2rem;
	bottom: 0;
	left: 1rem;
}

.pc-nav .corp a:hover {
	opacity: 0.5;
	transition: .5s ease-in-out;
}

.pc-nav .gnav {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	height: 4.5rem;
	margin: 0 0.5rem 0 0;
	padding: 0;
}

.pc-nav .gnav .gnav-item {
	display: inline-block;
	height: 4.5rem;
	padding: 0 1.5rem;
	position: relative;
	transition: 0.2s;
}

.pc-nav .gnav .gnav-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	margin: 0 2rem 0 0;
	text-decoration: none;
	transition: 0.2s;
}

.pc-nav .gnav .gnav-item a.drop:after {
	content: '';
 	position: absolute;
	top: 48%;
	right: 2rem;
	transform: translateY(-25%) rotate(135deg);
	width: 0.5rem;
	height: 0.5rem;
	border-width: 0.1rem 0.1rem 0 0;
	border-style: solid;
	border-color: #000;
}

.pc-nav .gnav .gnav-item a:hover,
.pc-nav .gnav .gnav-item a.drop:hover {
	color: #149dd0;
	transition: 0.2s;
}

.pc-nav .gnav .gnav-item a.drop:hover:after {
	content: '';
 	position: absolute;
	top: 48%;
	right: 2rem;
	transform: translateY(-25%) rotate(-45deg);
	width: 0.5rem;
	height: 0.5rem;
	border-width: 0.1rem 0.1rem 0 0;
	border-style: solid;
	border-color: #000;
	transition: 0.3s;
}

ul.dropdown_lists1,
ul.dropdown_lists2,
ul.dropdown_lists3,
ul.dropdown_lists4 {
	display: none;
}

.gnav-item:hover ul {
	display: block;
	position: absolute;
	transition: 0.2s;
}

ul.dropdown_lists1 {
	left: -12.5rem;
}

ul.dropdown_lists2 {
	left: -12.5rem;
}

ul.dropdown_lists3 {
	left: -10.5rem;
}

ul.dropdown_lists4 {
	left: -12.5rem;
}

.gnav-item ul.dropdown_lists1 li a,
.gnav-item ul.dropdown_lists2 li a,
.gnav-item ul.dropdown_lists3 li a,
.gnav-item ul.dropdown_lists4 li a  {
	margin: 0!important;
}

.gnav-item ul.dropdown_lists1 li,
.gnav-item ul.dropdown_lists2 li,
.gnav-item ul.dropdown_lists3 li,
.gnav-item ul.dropdown_lists4 li  {
	width: 26rem;
	height: 5rem;
	background-color: #fff;
	border-bottom: 0.1rem solid #c0c0c0;
}

.gnav-item ul.dropdown_lists1 li a:hover,
.gnav-item ul.dropdown_lists2 li a:hover,
.gnav-item ul.dropdown_lists3 li a:hover,
.gnav-item ul.dropdown_lists4 li a:hover {
	color: #fff !important;
	background-color: #149dd0;
	transition: 0.2s;
}

.inquiry-nav {
	display: flex;
	width: 10rem;
	height: 9rem;
}

.inquiry-nav a {
	display: grid;
	background: linear-gradient(45deg,#1e91a2,#51b8c7);
	font-size: 1.4rem;
	width: 10rem;
	height: 9rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	align-items: center;
	transition: 0.2s;
}

.inquiry-nav a:hover {
	opacity: 0.5;
	transition: 0.2s;
}

.inquiry-nav a:before {
	content: url('../../images/common/mail.svg');
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 3.5rem;
	margin: 0.5rem auto 0 auto;
}


/*  SP Nav  */
.navToggle {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 6.5rem;
	height: 6.5rem;
	cursor: pointer;
	z-index: 3;
	background: linear-gradient(45deg,#1e50a2,#3b6bb9);
	text-align: center;
	transition: .35s ease-in-out;
}

.navToggle span {
	display: block;
	position: absolute;
	width: 3.0rem;
	border-bottom: solid 0.3rem #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 1.75rem;
}

.navToggle span:nth-child(1) {
	top: 2.0rem;
}

.navToggle span:nth-child(2) {
	top: 3.0rem;
}

.navToggle span:nth-child(3) {
	top: 4.0rem;
}

.navToggle.active {
	background: #1e50a2;
	transition: .35s ease-in-out;
}

.navToggle.active span:nth-child(1) {
	top: 3.0rem;
	left: 1.7rem;
	border-bottom: solid 0.3rem #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 3.0rem;
	border-bottom: solid 0.3rem #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-lang a {
	position: fixed;
	right: 7.5rem;
	top: 1rem;
	width: 4.5rem;
	height: 1.75rem;
	cursor: pointer;
	z-index: 10;
	background: #727272;
	text-align: center;
	transition: .35s ease-in-out;
	padding: 2.75rem 0 0 0;
	color: #fff;
}

.sp-lang a:after {
	content: url(../../images/common/world.svg);
	position: absolute;
	width: 1.5rem;
	top: 1rem;
	left: 1.5rem;
}

nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 6.5rem;
	left: 0;
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	height: 100%; 
	padding: 0 0 0 0;
	background-color: #fff;
	overflow-y: scroll;
}

nav.globalMenuSp ul {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	/*height:100%;*/
}

nav.globalMenuSp ul li a {
	position: relative;
	display: block;
	padding: 0.5rem 2.5rem 0.5rem 1rem;
	background-color: #fff;
	font-size: 1.3rem;
	line-height: 1.6;
	border-top: 0.1rem solid #CCC;
	color: #0da1e8;
}

nav.globalMenuSp ul li a:before {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 0.3rem;
	height: 0.3rem;
	border-top: 0.1rem solid #0da1e8;
	border-right: 0.1rem solid #0da1e8;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

nav.globalMenuSp ul li span {
	position: relative;
	display: block;
	padding: 0.5rem 2.5rem 0.75rem 1rem;
	background-color: #fff;
	font-size: 1.3rem;
	line-height: 1.6;
	border-top: 0.1rem solid #CCC;
	color: #0da1e8;
}

nav.globalMenuSp ul li ul li a {
	position: relative;
	display: block;
	padding: 0.5rem 2.5rem 0.5rem 3rem;
	background-color: #FAFAFA;
	font-size: 1.3rem;
	line-height: 1.6;
	border-top: 0.1rem solid #CCC;
	color: #000;
}

nav.globalMenuSp ul li.last {
	border-bottom: 0.1rem solid #CCC;
}

nav.globalMenuSp.active {
	transform: translateY(0%);
}

.sp-nav .inquiry-nav {
	display: flex;
	width: 100%;
	margin: 2rem auto;
}

.sp-nav .blank-block {
	width: 100%;
	height: 10rem
}

.sp-nav .inquiry-nav a {
	font-size: 1.3rem;
	width: 90%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}

.sp-nav .inquiry-nav a.new {
	background-color: #0da1e8;
}

.sp-nav .inquiry-nav a.career {
	background-color: #0d36e8;
}


/*  Bread-Crumb  */
.bread-crumb {
	position: absolute;
	font-size: 1.2rem;
	padding: 1rem 0 0 0;
	z-index: 5;
}

.bread-crumb ol {
	list-style-position: outside;
	padding: 0;
}

.bread-crumb ol li {
	float: left;
	margin-right: 1.5rem;
}

.bread-crumb ol li::after {
	content: "/";
	color: #fff;
}

.bread-crumb ol li:last-child:after {
	content: "";
}

.bread-crumb ol li a {
	margin-right: 1.5rem;
	color: #fff;
}

.bread-crumb ol li a:hover {
	color: #0da1e8;
	text-decoration: underline;
}

.bread-crumb ol li.last{
	color: #0da1e8;
	font-weight: 500;
}

.bread-crumb ol li.black {
	float: left;
	margin-right: 1.5rem;
}

.bread-crumb ol li.black::after {
	content: "/";
	color: #000;
}

.bread-crumb ol li.black a {
	margin-right: 1.5rem;
	color: #000;
}


/*  main  */
main {
	margin: 9rem 0 0 0;
	display: block;
}


/*  FAQ アコーディオン */
.faq-area{
	list-style: none;
	width: 100%;
	max-width: 120rem;
	margin:0 auto;
	padding: 0;
}

.faq-area li{
	margin: 0;
}

.faq-area h6.title {
	position: relative;
	cursor: pointer;
	text-align: justify;
	letter-spacing: 0.2rem;
	padding: 3rem 3rem 3rem 5rem;
	margin: 0;
	border-bottom: 0.1rem solid #e4e7f0;
	transition: all .5s ease;
}

.faq-area .title::before{
	position: absolute;
	content: "Q";
	font-size: 2.0rem;
	font-weight: 700;
	left: 1.5rem;
	top: 2.5rem;
	color: #0d36e8;
}
.faq-area .title::after{
	content: "";
	height: 2rem;
	width: 2rem;
	right: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url("../../images/recruit/list_open.svg") no-repeat 50% 50%;
	transition: all .3s ease;
}

.faq-area .title.close::after{
	top: 3rem;
	right: 2rem;
	transform: rotate(-45deg);
	transition: all .3s ease;
}

.faq-area .box {
	display: none;
	margin:0;
	padding: 3rem 3rem 3rem 5rem;
	border-bottom: 0.1rem solid #e4e7f0;
}

.faq-area .box ul li {
	list-style-type: disc;
	line-height: 2.9rem;
	text-align: justify;
}


/*  footer-menu  */
.footer-nav {
	max-width: 100%;
	width: 100%;
	background-color: #113571;
	margin: 10rem 0 0 0;
}

.footer-nav .foot-cont {
	width: 18.5rem;
	flex-grow: 1;
	padding: 5.5rem 0 5.5rem 1.5rem;
}

.footer-nav .foot-cont .nav-box-title,
.footer-nav .foot-cont .nav-box-title a {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.footer-nav .foot-cont .nav-box-title a:hover,
.footer-nav .foot-cont .nav-box li a:hover {
	color: #0da1e8;
}

.footer-nav .foot-cont .nav-box {
	margin: 1.5rem 0 0 0;
	padding: 0;
}

.footer-nav .foot-cont .nav-box li {
	position:relative;
	display:inline-block;
	width: 21rem;
	text-decoration: none;
	padding: 0.5rem 0 0.5rem 1rem;
}

.footer-nav .foot-cont .nav-box li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1rem;
	transform: rotate(45deg) translateY(-50%);
	width: 0.6rem;
	height: 0.6rem;
	border-width: 0.2rem 0.2rem 0 0;
	border-style: solid;
	border-color: #fff;
}

.footer-nav .foot-cont .nav-box li a {
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}


/*  footer  */
footer {
	max-width: 100%;
	width: 100%;
	height: 7rem;
	background-color: #0B2237;
	margin: 0;
	text-align: center;
	border-top: 0.1rem solid #fff;
}

.container-foot {
	display: flex;
	justify-content: space-between;
	width: 120rem;
	margin: 0 auto;
	box-sizing: content-box;
}

footer .foot-logo {
	display: flex;
	justify-content: flex-start;
	height: 7rem;
}

footer .foot-logo img {
	width: 16rem;
}

footer .foot-copy {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	margin: 0 0 0 auto;
	color: #fff;
}

footer .foot-copy a {
	display: flex;
	position: relative;
	color: #fff;
	text-decoration: none;
	margin: 0 2.5rem 0 0;
	padding: 0 0 0 3rem;
}

footer .foot-copy a:hover {
	color: #0da1e8;
}

footer .foot-copy a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: rotate(45deg) translateY(-50%);
	width: 0.6rem;
	height: 0.6rem;
	border-width: 0.2rem 0.2rem 0 0;
	border-style: solid;
	border-color: #fff;
}


/*  back to top  */
#backtotop {
	content: "";
	bottom: 2rem;
	cursor: pointer;
	display: block;
	position: fixed;
	right: 5rem;
	z-index: 9999;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	border: 0.1rem solid #1E50A2;
	background-color: rgba(255,255,255,0.3);
}

#backtotop::after {
	display: block;
	content: "";
	position: relative;
	left: 1.9rem;
	top: 2.1rem;
	width: 1rem;
	height: 1rem;
	border-top: 0.3rem solid #1E50A2;
	border-right: 0.3rem solid #1E50A2;
	border-radius: 0.2rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*  clearfix  */
.clearfix {
	clear: both;
	display: block;
}
