@charset "UTF-8";
/*-----------------------------------
	root
-----------------------------------*/
:root {
  --mClr1:#1D9BDC;--mClr2:#1E90FE;--mClr3:#E5E9EE;
  --tClr1:#212121;--tClr2:#FFF;
  --bgClr1:#FFF;--bgClr2:#EFF6FC;--bgClr3:#F6FAFF;
  --fEN:"Josefin Sans", sans-serif;--fJA:"Zen Maru Gothic", sans-serif;
}
/*-----------------------------------
	base
-----------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%; /*10px*/
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-padding-top: 80px;
}
body {
  font: 500 1.5rem/2 var(--fJA);
  letter-spacing: 0.03em;
  color: var(--tClr1);
  background: var(--bgClr1);
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  z-index: 999;
}
.contents_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
a, a:link, a:visited {
  display: block;
  text-decoration: none;
  color: var(--tClr1);
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a[href^='tel:'] {
  pointer-events: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* device */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* flexbox */
.row_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
	body {
		font: 500 1.4rem / 2 var(--fJA);
	}
  a[href^='tel:'] {
    pointer-events: auto;
  }
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}	
}
/*-----------------------------------

	header

-----------------------------------*/
header {
  width: 100vw;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
  padding-left: 25px;
  align-items: center;
  background: var(--bgClr1);
}
header .hd_logo {
  width: 253px;
  position: relative;
  z-index: 1000;
}
header .global_menu {
  justify-content: flex-end;
  align-items:flex-start;
  gap: 0 45px;
}
header .main_menu {
  gap: 0 45px;
  margin-right:60px;
}
header .main_menu li a {
  display: block;
  font-family: "Josefin Sans", "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: 32.5px 0;
}
/*header .main_menu li.current a {
  color: var(--mClr2);
}*/
header .global_menu .contact {
  background: var(--bgClr1);
  border-radius: 0 0 0 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: -20px;
}
header .global_menu .contact a {
  display: block;
  width: 155px;
  height: 100px;
  background: #0372BC;
  background: url(../img/common/icon_mail.svg) no-repeat center 28px/32px,
  linear-gradient(0deg, #0372BC 0%, #35B5F5 50%, #0372BC 100%);
  color: var(--tClr2);
  padding-top: 60px;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  opacity: 0.5;
}
header .btn_container {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .global_menu {
    padding-left: 20px;
    gap: 0 20px;
  }
  header .main_menu {
    gap: 0 20px;
  }
}
@media screen and (max-width: 840px) {
  header {
    height: 80px;
  }
  header .global_menu {
    padding: 0 25px;
  }
  header .overlay {
    display: block;
    background: #FFFFFF;
    width: 100vw;
    min-height: 100svh;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    transition: opacity 0.3s, visibility 0.3s;
  }
  header .overlay.open {
    opacity: 1;
    visibility: visible;
  }
  header .overlay .overlay_menu {
    width: calc(100% - 90px);
    padding-bottom: 50px;
    margin: auto;
    position: relative;
    top: 135px;
    left: 0;
    right: 0;
  }
  header .main_menu {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 30px;
  }
  header .main_menu li {
    background: #FFFFFF;
    width: 100%;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    margin: 0 auto;
  }
  header .main_menu li:first-of-type {
    border-top: 1px solid rgba(112, 112, 112, 0.2);    
  }
  header .main_menu li a {
    text-align: center;
    width: 100%;
    padding: 25px 0;
    margin: 0 auto;
    text-box: trim-both cap alphabetic;
  }
  header .global_menu .contact a {
    width: 300px;
    height: auto;
    background: url(../img/common/icon_mail.svg) no-repeat calc(50% - 15px - 3em) center/30px,
    linear-gradient(0deg, #0372BC 0%, #35B5F5 50%, #0372BC 100%);
    padding: 20px 0 20px 30px;
    margin: 0 auto;
    border-radius: 10px;
    text-box: trim-both cap alphabetic;
  }
  header .btn_container {
    display: block;
    background: var(--mClr2);
    width: 52px;
    height: 52px;
    border-radius: 3px;
    position: fixed;
    top: 14px;
    right: 25px;
    transition: opacity 0.3s;
    z-index: 1000;
    cursor: pointer;
  }
  header .btn_container .btn_wrapper {
    width: 30px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 15px);
  }
  header .btn_container .btn_wrapper span {
    display: block;
    background: #ffffff;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    cursor: pointer;
  }
  header .btn_container .btn_wrapper span.ct {
    bottom: 0;
  }
  header .btn_container .btn_wrapper span.bm {
    top: auto;
    bottom: 0;
  }
  header .btn_container.active .btn_wrapper .tp {
    top: -3px;
    transform: translateY(11px) translateX(0) rotate(45deg);
  }
  header .btn_container.active .btn_wrapper .ct {
    opacity: 0;
  }
  header .btn_container.active .btn_wrapper .bm {
    top: 3px;
    transform: translateY(-1px) translateX(0) rotate(-45deg);
  }
}
@media screen and (max-width: 640px) {
  header {
    height: 60px;
    padding-left: 15px;
  }
  header .hd_logo {
    width: 177px;
  }
  header .global_menu {
    padding: 0 15px;
  }
  header .main_menu {
    padding-top: 60px;
    margin-bottom: 20px;
  }
  header .main_menu li a {
    font-size: 1.3rem;
    padding: 15px 0;
  }
  header .global_menu .contact a {
    width: 220px;
    background: url(../img/common/icon_mail.svg) no-repeat calc(50% - 11px - 3em) center/22px,
    linear-gradient(0deg, #0372BC 0%, #35B5F5 50%, #0372BC 100%);
    padding: 15px 0 15px 22px;
    font-size: 1.3rem;
  }
  header .btn_container {
    width: 32px;
    height: 32px;
    right: 15px;
  }
  header .btn_container .btn_wrapper {
    width: 15px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 7.5px);
  }
  header .btn_container .btn_wrapper span {
    height: 1px;
  }
  header .btn_container.active .btn_wrapper .tp {
    top: -6px;
  }
}
/*-----------------------------------

	fixed_menu

-----------------------------------*/
#fixed_menu {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background: var(--bgClr1);
  border-radius: 4px 0 0 4px;
}
#fixed_menu li a {
  display: block;
  color: var(--tClr2);
  writing-mode: vertical-rl;
  text-align: center;
  padding: 0 9px;
  font-weight: 700;
  width: 47px;
  height: 130px;
  outline: 1px solid #FFF;
  outline-offset: -0.5px;
  pointer-events: none;
  opacity: 0.5;
}
#fixed_menu li.recruit a {
  background: #199DEC;
  border-radius: 4px 0 0 0;
}
#fixed_menu li.entry a {
  background: #374565;
  border-radius: 0 0 0 4px;
}
@media screen and (max-width: 640px) {
	#fixed_menu{
		transform: none;
    	flex-direction: row;
    	top: auto;
    	bottom: 0;
    	width: 100%;
	}
	#fixed_menu li{
		width: 50%;
	}
    #fixed_menu li a {
		padding: 9px 16px;
   		width: 100%;
		height: 47px;
		writing-mode: unset;
		border-radius: 0!important;
    }
}
/*-----------------------------------

	contents

-----------------------------------*/
#contents {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  #contents {
    padding-top: 60px;
  }
}
/*-----------------------------------

	link

-----------------------------------*/
#link > section {
  width: 50%;
  padding: 0 !important;
  height: 355px;
}
#link > section a {
    pointer-events: none;
  opacity: 0.5;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: var(--tClr2);
  padding: 120px 0 0 clamp(60px, calc(50vw - 600px), 120px);
  background: url(../img/common/icon_arrow02_wh.svg) no-repeat calc(100% - 40px) calc(100% - 30px)/44px;
}
#link > section .recruit_block a {
  pointer-events: none;
  opacity: 0.5;
}
#link > section .contact_block a {
  pointer-events: none;
  opacity: 0.5;
}
#link > section a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
#link > section a:hover {
  opacity: 1;
}
#link > section a:hover::before {
  transform: scale(1.2);
}
#link #recruit_block a::before {
  background: url(../img/common/recruit_bg.jpg) no-repeat center center/cover;
}
#link #contact_block a::before {
  background: url(../img/common/contact_bg.jpg) no-repeat center center/cover;
}
#link > section h2 {
	font: 700 1.8rem/1 var(--fJA);
	position: relative;
	margin-bottom: 50px;
	background: url(../img/common/icon_logo.svg) no-repeat left top/45px;
}
#link > section h2::before {
	font: 700 6.4rem/1 var(--fEN);
	letter-spacing: 0;
	display: block;
  text-box: trim-both cap alphabetic;
	margin: 0 auto 23px 58px;
}
#link #recruit_block h2::before {
  content: "Recruit";
}
#link #contact_block h2::before {
  content: "Contact";
}
@media screen and (max-width: 840px) {
  #link > section {
    width: 100%;
    height: 300px;
  }
  #link > section a {
    padding: 100px 0 0 60px;
  }
}
@media screen and (max-width: 640px) {
  #link > section h2 {
		font: 700 1.5rem/1 var(--fJA);
		margin-bottom: 30px;
		background: url(../img/common/icon_logo.svg) no-repeat left top/30px;
	}
	#link > section h2::before {
		font: 700 4.2rem/1 var(--fEN);
		margin: 0 auto 15px 42px;
	}
  #link > section {
    height: 200px;
  }
  #link > section a {
    padding: 60px 0 0 30px;
    background: url(../img/common/icon_arrow02_wh.svg) no-repeat calc(100% - 20px) calc(100% - 20px)/35px;
  }
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: var(--mClr1);
    border-radius: 50%;
    display: none;
}
#pagetop::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    top: 17px;
    left: 14px;
    transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  #pagetop{
    right: 10px;
    bottom: 60px;
    width: 36px;
    height: 36px;
  }
  #pagetop::after {
      width: 10px;
      height: 10px;
      top: 15px;
      left: 13.5px;
  }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
  background-color: var(--bgClr3);
}
footer .ft_tp {
  padding: 80px 0 120px;
  align-items: flex-start;
}
footer .ft_tp_left .ft_logo {
  width: 253px;
  margin-top: 20px;
}
footer .ft_tp_left dl {
  letter-spacing: 0;
}
footer .ft_tp_left dl dt {
  font: 700 1.4rem/1.6 var(--fJA);
}
footer .ft_tp_left dl dd {
  font: 500 1.3rem/1.6 var(--fJA);
  margin-bottom: 10px;
}
footer .ft_tp_left dl dd ul {
  justify-content: unset;
  gap: 0 40px;
}
footer .ft_tp_left dl dd ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .ft_tp_left dl dd ul li .i01 {
  display: block;
  font: 600 1rem/1 var(--fEN);
  width: 43px;
  text-align: center;
  padding: 4px 0;
  border: 1px solid var(--tClr1);
  border-radius: calc(1px/0);
  text-box: trim-both cap alphabetic;
}
footer .ft_tp_left dl dd ul li .i02 {
  font: 600 1.4rem/1 var(--fEN);
  text-box: trim-both cap alphabetic;
}
footer .ft_nav {
  width: max-content;
}
footer .ft_nav > ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(4, 1fr);
  gap: 0 clamp(30px, 5.5vw, 90px);
}
footer .ft_nav > ul li.nav03 {
  pointer-events: none;
  opacity: 0.5;
}
footer .ft_nav > ul li.nav04 {
  pointer-events: none;
  opacity: 0.5;
}
footer .ft_nav > ul li.nav05 {
  grid-area: 1 / 2 / 5 / 3;
}
footer .ft_nav > ul li.nav06 {
  grid-area: 1 / 3 / 4 / 4;
}
footer .ft_nav > ul li.nav07 {
  grid-area: 4 / 3 / 5 / 4;
}
footer .ft_nav > ul > li > a {
  display: block;
  font: 700 1.3rem/50px var(--fJA);
  padding-left: 12px;
  position: relative;
  letter-spacing: 0;
}
footer .ft_nav > ul > li > a::before {
  content: "";
  width: 4px;
  height: 5px;
  background: var(--mClr2);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
}
footer .ft_nav > ul > li > ul {
  padding-left: 20px;
}
footer .ft_nav > ul > li > ul > li > a {
  display: block;
  font: 500 1.2rem/1.3 var(--fJA);
  letter-spacing: 0;
  padding: 10px 0;
}
footer .ft_nav > ul > li > ul > li > a br {
  display: none;
}
footer .ft_bm {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 10px calc(50vw - 50%);
  background: var(--mClr2);
  color: var(--tClr2);
  flex-direction: row-reverse;
}
footer .ft_bm .ft_bm_nav ul {
  gap: 0 36px;
}
footer .ft_bm .ft_bm_nav ul li a {
  font: 700 1.2rem/1 var(--fJA);
  color: var(--tClr2);
}
footer .ft_bm .copy {
  font: 400 1.2rem/1 var(--fEN);
}
@media screen and (max-width: 1000px) {
  footer .ft_nav > ul > li > ul > li > a br {
    display: inline;
  }
}
@media screen and (max-width: 840px) {
  footer .ft_tp {
    padding: 60px 0;
    justify-content: center;
  }
  footer .ft_nav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
	footer{
		margin-bottom: 47px;
	}
  footer .ft_tp {
    padding: 40px 0;
  }
  footer .ft_tp_left dl dt {
    font: 700 1.3rem/1.6 var(--fJA);
  }
  footer .ft_tp_left dl dd {
    font: 500 1.2rem/1.6 var(--fJA);
  }
  footer .ft_tp_left dl dd ul {
    gap: 0 20px;
  }
  footer .ft_tp_left dl dd ul li .i01 {
    width: 38px;
  }
  footer .ft_bm {
    flex-direction: column;
    gap: 10px 0;
  }
  footer .ft_bm .ft_bm_nav ul {
    justify-content: center;
    gap: 0 18px;
  }
  footer .ft_bm .ft_bm_nav ul li a {
    font: 700 1rem/1 var(--fJA);
  }
  footer .ft_bm .copy {
    text-align: center;
  }
}
