@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* *****************************************************************************
=01 reset style
=02 option style
=03 common style
=04 layout style
***************************************************************************** */
/*---------- =02 option style ----------*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}
.mtNone{margin-top:0!important;}
.mbNone{margin-bottom:0!important;}
.mbShort{margin-bottom:1em!important;}
.mbMiddle{margin-bottom:2em!important;}
.mbLong{margin-bottom:3em!important;}
.bold{font-weight:bold;}
.red{color:#c1272d;}
/*---------- //end option style ----------*/

/*---------- =03 common style ----------*/
*{
	-o-box-sizing: border-box;
	box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
	font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
}
body{
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #f0f0f7;
  /*padding-top: 80px;*/
}
a{
  color: #333333;
	text-decoration: none;
  outline: none;
}
a:hover,
a:active{
	text-decoration: none;
}
img{
  height: auto;
	display: block;
}
img,a img{
	vertical-align: bottom;
}
b,
strong,
.bold{
    font-weight: bold;
}
::selection{
	background-color: #333333;
	color: #ffffff;
}
::-moz-selection {
	background-color: #333333;
	color: #ffffff;
}
.en{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media print, screen and (max-width: 760px){
  /*
  body{
    padding-top: 64px;
  }
  */
}

/*---------- //end common style ----------*/

/*---------- =04 layout style ----------*/
/*========================================
header layout
========================================*/
/* site-header */
.site-header{
  width: 100%;
	height: 80px;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  padding-top: env(safe-area-inset-top);
  z-index: 10;
}
.fixed .site-header{
  position: sticky;
  z-index: 10;
}
.site-header > .-inner{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  padding-left: 2.8rem;
}

@media print, screen and (max-width: 1240px){
  /* site-header */
  .site-header > .-inner{
    padding-left: 2rem;
  }
}

@media print, screen and (max-width: 760px){
	/* site-header */
	.site-header{
		height: 64px;
	}
  .site-header > .-inner{
    height: 64px;
  }
}

/* site-name */
.site-name{
  width: 256px;
}
.site-name > a{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
	-webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-name > a:hover{
  opacity: 0.75;
}
.site-name > a > .-logo{
  width: 170px;
  margin-right: 1.2rem;
}
.site-name > a > .-logo > img{
	width: 100%;
}
.site-name > a > .-text{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1.5rem;
  color: #de2246;
}

@media print, screen and (max-width: 760px){
  /* site-name */
  .site-name{
  }
}

/* header-primary */
.header-primary{
	display: flex;
  align-items: center;
}

@media print, screen and (max-width: 1180px){
  /* header-primary */
  .header-primary{
    display: none;
  }
}

/* header-nav */
.header-nav > .-main{
  display: flex;
  align-items: center;
}
.header-nav > .-main > .-item{
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  margin-left: 2.8rem;
  font-weight: 700;
}
.header-nav > .-main > .-item:nth-child(1){
	margin-left: 0;
}
.header-nav > .-main > .-item > a{
	-webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; 
	color: #333333;
  display: inline-block;
}
.header-nav > .-main > .-item > a:hover{
  opacity: 0.75;
}
.header-nav > .-main > .-item > a.dropdown-trigger:hover{
  opacity: 1;
}
.header-nav > .-main > .-item.-window > a{
  padding-right: 2.3rem;
  background: url(/auto/career/assets/images/icon-window-gray.svg) right center no-repeat;
  background-size: 16px 14px;
}

@media print, screen and (max-width: 1240px){
  /* header-nav */
  .header-nav > .-main > .-item{
    margin-left: 2.5rem;
  }
}

/* header-button */
.header-button{
  margin-left: 2.8rem;
  height: 80px;
}
.header-button > a{
  background-color: #de2246;
  color: #ffffff;
  width: 160px;
  font-size: 2.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; 
	display: inline-block;
  line-height: 8rem;
  white-space: nowrap;
}
.header-button > a:hover{
  opacity: 0.75;
}

@media print, screen and (max-width: 1240px){
  /* header-button */
  .header-button{
    margin-left: 2.5rem;
  }
  .header-button > a{
    width: 140px;
  }
}

/* dropdown-containe */
.dropdown-container{
  position: relative;
  display: inline-block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* .dropdown-trigger */
.dropdown-trigger{
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  margin-right: 1.5rem;
}

/* dropdown-arrow */
.dropdown-arrow{
  transition: transform 0.3s ease;
  width: 1rem;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -0.1rem;
  right: 0;
  background: url(/auto/career/assets/images/arrow-dropdown.svg) right center no-repeat;
  background-size: 1rem auto;
}
.dropdown-container:hover .dropdown-arrow{
  transform: rotate(180deg);
}

/* dropdown-menu */
.dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.65);
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 10;
}
.dropdown-menu li{
  margin: 0;
}
.dropdown-menu a{
  display: block;
  padding: 2rem 1.8rem;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; 
}
.dropdown-menu a:hover{
  background-color: #333333;
  color: #ffffff;
}
.dropdown-container:hover .dropdown-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* hamburger-button */
.hamburger-button{
  display: none;
}

@media screen and (max-width: 1180px){
  /* hamburger-button */
  .hamburger-button{
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    cursor: pointer;
    top: 0;
    right: 0;
    background-color: #de2246;
    z-index: 11;
  }
  .fixed .hamburger-button{
    position: fixed;        
  }
  .hamburger-button span{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    width: 24px;
  }
  .hamburger-button span:nth-child(1){
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 26px;
    left: 28px;
  }
  .hamburger-button span:nth-child(2){
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    top: 34px;
    left: 28px;
  }
  .hamburger-button span:nth-child(3){
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    top: 42px;
    left: 28px;
  }
  .hamburger-button.is-open span{
    width: 27px;
  }
  .hamburger-button.is-open span:nth-child(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px;
    left: 30px;
  }
  .hamburger-button.is-open span:nth-child(2){
    display: none;
  }
  .hamburger-button.is-open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    left: 23px;
  }
  .hamburger-button > .-text{
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 1.7rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 700;
  }
}

@media screen and (max-width: 760px){
  /* hamburger-button */
  .hamburger-button{
    width: 64px;
    height: 64px;
  }
  .hamburger-button span{
    width: 22px;
  }
  .hamburger-button span:nth-child(1){
    top: 20px;
    left: 21px;
  }
  .hamburger-button span:nth-child(2){
    top: 27px;
    left: 21px;
  }
  .hamburger-button span:nth-child(3){
    top: 34px;
    left: 21px;
  }
  .hamburger-button.is-open span{
    width: 25px;
  }
  .hamburger-button.is-open span:nth-child(1){
    top: 18px;
    left: 24px;
  }
  .hamburger-button.is-open span:nth-child(3){
    top: 18px;
    left: 17px;
  }
  .hamburger-button > .-text{
    font-size: 0.8rem;
    padding-bottom: 1.1rem;
  }
}

/* hamburger-nav */
.hamburger-nav{
  display: none;
}

@media screen and (max-width: 1180px){
  /* hamburger-nav */
  .hamburger-nav{
    padding: 3.5rem 6rem 14rem;
    color: #333333;;
    margin-top: 8rem;
    background: #ffffff;
    display: block;
    height: 100%;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
  }
  .hamburger-nav.is-show{
    opacity: 1;
    top: 0;
    visibility: visible;
  }
  .hamburger-nav.-home{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media screen and (max-width: 760px){
  /* hamburger-nav */
  .hamburger-nav{
    margin-top: 6.4rem;
    padding: 1.5rem 2rem 12rem;
	}
  .hamburger-nav.-home{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* .hamburger-nav-main */
.hamburger-nav-main{
  margin-bottom: 4rem;
}
.hamburger-nav-main > .-item{
  border-bottom: 1px solid #b4bcc9;
}
.hamburger-nav-main > .-item > a{
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #333333;
  display: block;
  padding: 3rem 6rem 3rem 1rem;
  background: url(/auto/career/assets/images/arrow-circle-blue.svg) right 2rem center no-repeat;
  background-size: 2.5rem auto;
  white-space: nowrap;
}

@media screen and (max-width: 760px){
  /* .hamburger-nav-main */
  .hamburger-nav-main{
    margin-bottom: 2.5rem;
  }
  .hamburger-nav-main > .-item > a{
    font-size: 1.7rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background: url(/auto/career/assets/images/arrow-circle-blue.svg) right 2rem center no-repeat;
    background-size: 2.4rem auto;
  }
}

/* accordion-button */
.accordion-button{
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: block;
  position: relative;
  position: relative;
  padding: 3rem 6rem 3rem 1rem;
}
.accordion-button::before,
.accordion-button::after{
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #2c4169;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-button::after{
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.accordion-button.accordion-active::after{
  transform: rotate(0);
  transition: 0.5s;
  opacity: 0;
}

@media print, screen and (max-width: 760px){
  /* accordion-button */
  .accordion-button{
    font-size: 1.7rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .accordion-button::before,
  .accordion-button::after{
    right: 2.4rem;
  }
  .accordion-button > span{
    display: block;
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .accordion-button > span::before,
  .accordion-button > span::after{
    width: 16px;
    right: 6px;
  }
}

/* accordion-box */ 
.accordion-list > .-item > a{
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  color: #333333;
  display: block;
  padding: 2.2rem 6rem 2.2rem 2rem;
  background: #f1f1f7 url(/auto/career/assets/images/arrow-circle-blue.svg) right 2rem center no-repeat;
  background-size: 2.5rem auto;
  border-top: 1px solid #b4bcc9;
}

@media print, screen and (max-width: 760px){
  /* accordion-box */ 
  .accordion-list > .-item > a{
    font-size: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #f1f1f7 url(/auto/career/assets/images/arrow-circle-blue.svg) right 2rem center no-repeat;
    background-size: 2.4rem auto;
  }
}

/* header-button-sp */
.header-button-sp{
  margin-top: 4rem;
}
.header-button-sp > a{
  display: inline-block;
  width: 100%;
  line-height: 7.4rem;
  color: #ffffff;
  background-color: #de2246;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
}
.header-button-sp > a:hover{
  opacity: 0.75;
}

@media screen and (max-width: 760px){
  /* header-button-sp */
  .header-button-sp{
    margin-top: 2.5rem;
  }
  .header-button-sp > a{
    line-height: 6.4rem;
    font-size: 2.4rem;
  }
}

/* header-link-site */
.header-link-site{
  margin-top: 4rem;
  text-align: center;
}
.header-link-site > a{
  font-size: 1.2rem;
  white-space: nowrap;
  border-radius: 9999px;
  background-color: #f1f1f7;
  line-height: 3rem;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-link-site > a:hover{
  opacity: 0.75;
}
.header-link-site > a > span{
  padding-right: 2.3rem;
  display: inline-block;
  background: url(/auto/career/assets/images/icon-window-gray.svg) right center no-repeat;
  background-size: 16px 14px;
}

@media print, screen and (max-width: 760px){
  /* header-link-site */
  .header-link-site{
    margin-top: 2.5rem;
  }
}

/*========================================
contents layout
========================================*/
/* note */
.note{
    margin-left: 1em;
    display: block;
}
.note::before{
    content: '※';
    margin-left: -1em;
}

/* breadcrumbs-list */
.breadcrumbs-list{
  padding-left: 6rem;
  padding-right: 6rem;
}
.breadcrumbs-list.-white{
  background-color: #ffffff;
}
.breadcrumbs-list > .-primary{
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.2rem;
  /*padding-bottom: 1.5rem;*/
  line-height: 2;
}
.breadcrumbs-list > .-primary > .-item{
  font-size: 1.4rem;
  border-left: 1px solid #333333;
  line-height: 1;
  padding-left: 2rem;
  margin-right: 2rem;
  white-space: nowrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.breadcrumbs-list > .-primary > .-item:nth-child(1){
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}  
.breadcrumbs-list > .-primary > .-item > a{
  color: #333333;
  position: relative;
}
.breadcrumbs-list > .-primary > .-item > a::after{
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.breadcrumbs-list > .-primary > .-item > a:hover::after{
  transform: scale(0, 1);
  transform-origin: right top;
}

@media screen and (max-width : 1000px){
  /* breadcrumbs-list */
  .breadcrumbs-list{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width : 760px){
  /* breadcrumbs-list */
  .breadcrumbs-list{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .breadcrumbs-list > .-primary{
    padding-top: 2rem;
  }
  .breadcrumbs-list > .-primary > .-item{
    font-size: 1.1rem;
  }
  .breadcrumbs-list > .-primary > .-item .-sp{
    display: none;
  }
}

/* page-title */
.page-title{
  padding-left: 6rem;
  padding-right: 6rem;
}
.page-title.-white{
  background-color: #ffffff;
}
.page-title > .-inner{
  max-width: 1040px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  color: #2c4169;
}
.page-title > .-inner > .-primary{
  width: 100%;
}
.page-title > .-inner > .-primary > .-main{
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width : 1000px){
  /* page-title */
  .page-title{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width : 760px){
  /* page-title */
  .page-title{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-title > .-inner > .-primary > .-main{
    font-size: 3.2rem;
  }
}

@media screen and (max-width : 450px){
  /* page-title */
  .page-title > .-inner{
    height: auto;
  }
  .page-title > .-inner > .-primary > .-main{
    font-size: 7.1vw;
  }
}

/* page-title-large */
.page-title-large{
  padding-left: 6rem;
  padding-right: 6rem;
}
.page-title-large.-white{
  background-color: #ffffff;
}
.page-title-large > .-inner{
  max-width: 1040px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  color: #2c4169;
}
.page-title-large > .-inner > .-primary{
  width: 100%;
}
.page-title-large > .-inner > .-primary > .-main{
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width : 1000px){
  /* page-title-large */
  .page-title-large{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width : 760px){
  /* page-title-large */
  .page-title-large{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-title-large > .-inner{
    height: 160px;
  }
  .page-title-large > .-inner > .-primary > .-main{
    font-size: 3.2rem;
  }
}

@media screen and (max-width : 450px){
  /* page-title-large */
  .page-title-large > .-inner{
    height: auto;
  }
  .page-title-large > .-inner > .-primary{
    padding-top: 11.5vw;
    padding-bottom: 11.5vw;
  }
  .page-title-large > .-inner > .-primary > .-main{
    font-size: 7.1vw;
  }
}

/* lower-page-title */
.lower-page-title{
  padding-left: 6rem;
  padding-right: 6rem;
}
.lower-page-title.-white{
  background-color: #ffffff;
}
.lower-page-title > .-inner{
  max-width: 960px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
.lower-page-title > .-inner > .-primary{
  padding-top: 3.7rem;
}
.lower-page-title > .-inner > .-primary > .-sub{
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c4169;
  line-height: 1.7857;
  margin-bottom: 1rem;
}
.lower-page-title > .-inner > .-primary > .-main{
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333333;
  line-height: 1.25;
}

@media screen and (max-width : 1000px){
  /* lower-page-title */
  .lower-page-title{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width : 760px){
  /* lower-page-title */
  .lower-page-title{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
  .lower-page-title > .-inner{
    height: auto;
  }
  .lower-page-title > .-inner > .-primary > .-main{
    font-size: 3rem;
  }
}

/* basic-page-nav */
.basic-page-nav{
  display: flex;
  flex-wrap: wrap;
}
.basic-page-nav > .-item{
  width: calc(25% - 4rem * 3/4);
  margin-top: 3rem;
  margin-right: 4rem;
  font-size: 1.6rem;
}
.basic-page-nav > .-item:nth-child(-n+4){
  margin-top: 0;
}
.basic-page-nav > .-item:nth-child(4n){
  margin-right: 0;
}
.basic-page-nav > .-item > a{
  width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
  background: url(/auto/career/assets/images/arrow-page-nav-navy.svg) right bottom 1.5rem no-repeat;
  background-size: 2rem auto;
	-webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.basic-page-nav > .-item > a:hover{
  color: #2c4169;
}
.basic-page-nav.-red > .-item > a{
  background: url(/auto/career/assets/images/arrow-page-nav-red.svg) right bottom 1.5rem no-repeat;
  background-size: 2rem auto;
}
.basic-page-nav.-red > .-item > a:hover{
  color: #da1f3d;
}
.basic-page-nav > .-item > a::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #b4bcc9;
  bottom: -0.1rem;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.basic-page-nav > .-item > a:hover::after{
  transform: scale(0, 1);
  transform-origin: right top;
}
.basic-page-nav > .-item > a > .-main{
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
}

@media screen and (max-width : 900px){
  /* basic-page-nav */
 .basic-page-nav > .-item{
    width: 50%;
    margin-top: 2rem;
    margin-right: 0;
  }
  .basic-page-nav > .-item:nth-child(3),
  .basic-page-nav > .-item:nth-child(4){
    margin-top: 2rem;
  }
  .basic-page-nav > .-item:nth-child(-n+2){
    margin-top: 0;
  }
  .basic-page-nav > .-item:nth-child(odd){
    padding-right: 2rem;
  }
  .basic-page-nav > .-item:nth-child(even){
    padding-left: 2rem;
  }
}

@media screen and (max-width : 760px){
  /* basic-page-nav */
  .basic-page-nav > .-item{
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .basic-page-nav > .-item:nth-child(3),
  .basic-page-nav > .-item:nth-child(4){
    margin-top: 1.5rem;
  }
  .basic-page-nav > .-item:nth-child(odd){
    padding-right: 1rem;
  }
  .basic-page-nav > .-item:nth-child(even){
    padding-left: 1rem;
  }
}

@media screen and (max-width : 460px){
  /* basic-page-nav */
  .basic-page-nav.-full{
    display: block;
  }
  .basic-page-nav.-full > .-item{
    width: 100%;
    margin-right: 0;
  }
  .basic-page-nav.-full > .-item:nth-child(2){
    margin-top: 1.5rem;
  }
  .basic-page-nav.-full > .-item:nth-child(odd){
    padding-right: 0;
  }
  .basic-page-nav.-full > .-item:nth-child(even){
    padding-left: 0;
  }
}

@media screen and (max-width : 460px){
}

/* basic-field */
.basic-field{
  margin-top: 4rem;
}
.basic-field > .-field{
  margin-top: 4rem;
}
.basic-field > .-field:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width : 760px){
  /* basic-field */
  .basic-field{
    margin-top: 3.5rem;
  }
  .basic-field > .-field{
    margin-top: 3.5rem;
  }
}

/* basic-heading */
.basic-heading{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 3.4rem;
  position: relative;
}
.basic-heading::before{
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 16px;
  height: 4px;
}
.basic-heading.-red::before{
  background-color: #da1f3d;  
}
.basic-heading.-navy::before{
  background-color: #2c4169;  
}

/* point-heading */
.point-heading.-line{
  display: flex;
  align-items: center;
}
.point-heading > .-main{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5238;
}

@media print, screen and (max-width: 760px){
  /* point-heading */
  .point-heading{
    white-space: nowrap;
  }
  .point-heading.-line{
    display: block;
  }
  .point-heading > .-main{
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 460px){
  /* link-two-column-home */
  .point-heading > .-main{
    font-size: 6.5vw;
  }
}

/* link-heading */
.link-heading{
  color: #333333;
  border-bottom: 2px solid #b4bcc9;
  font-weight: 700;
  font-size: 2.8rem;
  position: relative;
  line-height: 1.4286;
  padding-bottom: 0.8rem;
}
.link-heading::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 20px;
  height: 2px;
  background-color: #2c4169;
}

@media print, screen and (max-width: 760px){
  /* link-heading */
  .link-heading{
    font-size: 2.4rem;
  }
}

/* catch-heading */
.catch-heading{
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5238;
  color: #2c4169;
  margin-bottom: 2.2rem;
}

/* basic-text */
.basic-text > p{
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2em;
}
.basic-text > p:nth-child(1){
  margin-top: 0;
}

/* number-list */
.number-list{
  margin-top: 3.5rem;
  counter-reset: number-list;
}
.number-list > .-item{
  margin-top: 5rem;
}
.number-list > .-item:nth-child(1){
  margin-top: 0;
}
.number-list > .-item > .-heading{
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5238;
  color: #2c4169;
  margin-bottom: 2.2rem;
  padding-left: 2.5rem;
}
.number-list > .-item > .-heading::before{
  counter-increment: number-list;
  content: counter(number-list)'．';
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* check-list-box */
.check-list-box{
  background-color: #dce0e6;
  margin-bottom: 4.2rem;
  padding: 4rem;
}

@media print, screen and (max-width: 760px){
  /* check-list-box */
  .check-list-box{
    margin-bottom: 3.5rem;
    padding: 3.5rem 2rem;
  }
}

/* check-list-heading */
.check-list-heading{
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 3rem;
  position: relative;
  color: #2c4169;
  margin-bottom: 2.4rem;
}
.check-list-heading::before{
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 14px;
  height: 4px;
  background-color: #2c4169;  
}

/* check-list */
.check-list > .-item{
  padding-left: 4.2rem;
  background: url(/auto/career/assets/images/icon-check-red.svg) left top 0.3rem no-repeat;
  background-size: 23px auto;
  font-size: 1.8rem;
  line-height: 1.5556;
  font-weight: 700;
  color: #2c4169;
  margin-top: 1.3rem;
}
.check-list > .-item:nth-child(1){
  margin-top: 0;
}
.check-list > .-item.-disc{
  padding-left: 2.5rem;
  background-image: none;
  position: relative;
}
.check-list > .-item.-disc::before{
  position: absolute;
  top: 0.9rem;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #96a2b4;
  border-radius: 50%;
}
.check-list > .-item > .-small{
  font-size: 1.4rem;
  margin-top: 0.4em;
  margin-bottom: 1.5em;
  font-weight: 500;
  line-height: 1.75;
}
.check-list > .-item:last-child > .-small{
  margin-bottom: 0;
}

@media print, screen and (max-width: 760px){
  /* check-list */
  .check-list > .-item{
    padding-left: 4rem;
  }
  .check-list > .-item.-disc{
    padding-left: 1.5rem;
  }
  .check-list > .-item.-disc::before{
    top: 1rem;
    width: 6px;
    height: 6px;
  }
}

/* basic-button */
.basic-button{
  text-align: center;
}
.basic-button > a{
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  background-color: #324a74;
  padding: 1.8rem 2rem;
}
.basic-button > a:hover{
  opacity: 0.75;
}
.basic-button > a > span{
  background:  url(/auto/career/assets/images/arrow-circle-white.svg) right center no-repeat;
  background-size: 2.4rem auto;
  padding-right: 4.5rem;
  display: inline-block;
  line-height: 1.75;
}

/* link-box */
.link-box{
  background-color: #da1f3d;
  color: #ffffff;
  padding: 6rem 4rem 7rem;
}
.link-box > .-inner{
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 760px){
  /* link-box */
  .link-box{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
  }
}

@media print, screen and (max-width: 540px){
  /* link-box */
  .link-box{
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

/* link-box-contents */
.link-box-contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media print, screen and (max-width: 580px){
  /* link-box-contents */
  .link-box-contents{
    display: block;
  }
}

/* link-box-text */
.link-box-text{
  font-weight: 700;
}
.link-box-text > .-sub{
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.link-box-text > .-main{
  font-size: 4rem;
  line-height: 1.25;
  white-space: nowrap;
}

/* link-box-primary */
.link-box-primary{
  width: 500px;
}

@media screen and (max-width: 1000px){
  /* link-box-primary */
  .link-box-primary{
    width: 50%;
  }
}

@media screen and (max-width: 760px){
  /* link-box-primary */
  .link-box-primary{
    flex: 1;
    width: 100%;
    padding-left: 4rem;
  }
  .link-box-text > .-main{
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 580px){
  /* link-box-primary */
  .link-box-primary{
    margin-top: 4rem;
    padding-left: 0;
  }
  .link-box-text > .-main{
    white-space: normal;
  }
  .link-box-text > .-main > br{
    display: none;
  }
}

@media screen and (max-width: 540px){
  /* link-box-primary */
  .link-box-text > .-sub{
    font-size: 3.7vw;
    margin-bottom: 1.5vw;
  }
  .link-box-text > .-main{
    font-size: 6.65vw;
    white-space: nowrap;
  }
}

/* link-box-item */
.link-box-item > .-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}
.link-box-item > .-item:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width: 1000px){
  /* link-box-item */
  .link-box-item > .-item{
    display: block;
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 580px){
  /* link-box-item */
  .link-box-item{
    display: flex;
    justify-content: space-between;
  }
  .link-box-item > .-item{
    margin-top: 0;
    width: 50%;
  }
  .link-box-item > .-item:nth-child(1){
    padding-right: 1rem;
  }
  .link-box-item > .-item:nth-child(2){
    padding-left: 1rem;
  }
}

@media screen and (max-width: 480px){
  /* link-box-item */
  .link-box-item{
    display: block;
  }
  .link-box-item > .-item{
    width: 100%;
  }
  .link-box-item > .-item:nth-child(1){
    padding-right: 0;
  }
  .link-box-item > .-item:nth-child(2){
    margin-top: 4rem;
    padding-left: 0;
  }
}

/* link-box-heading */
.link-box-heading{
  font-size: 3.4rem;
  line-height: 1;
  white-space: nowrap;
}
.link-box-heading.-small{
  font-size: 2.2rem;
}
.link-box-heading > span{
  padding-left: 3.2rem;
  position: relative;
}
.link-box-heading > span::before{
  position: absolute;
  top: 1.9rem;
  left: 0;
  content: "";
  background-color: #ffffff;
  width: 1.6rem;
  height: 4px;
}
.link-box-heading.-small > span::before{
  top: 1.1rem;
}

@media screen and (max-width: 760px){
  /* link-box-heading */
  .link-box-heading{
    font-size: 2.2rem;
  }  
  .link-box-heading > span::before{
    top: 1.1rem;
  }
}

/* link-box-button */
.link-box-button > .-button > a{
  display: inline-block;
  min-width: 230px;
  width: 100%;
  line-height: 60px;
  background: #ffffff url(/auto/career/assets/images/arrow-circle-red.svg) right 2rem center no-repeat;
  background-size: 2.4rem auto;
  color: #da1f3d;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
}
.link-box-button > .-button.-small > a{
  line-height: 50px;
}
.link-box-button > .-button > a:hover{
  opacity: 0.75;
}

@media screen and (max-width: 1000px){
  /* link-box-button */
  .link-box-button > .-button{
    margin-top: 2rem;
  }
  .link-box-button > .-button > a{
    width: 100%;
  }
}

@media screen and (max-width: 640px){
  /* link-box-button */
  .link-box-button > .-button,
  .link-box-button > .-button.-small{
    margin-top: 2rem;
  }
  .link-box-button > .-button > a{
    line-height: 50px;
    font-size: 1.4rem;
    min-width: auto;
  }
}

/* link-two-column-box */
.link-two-column-box{
  display: flex;
}
.link-two-column-box > .-box{
  width: 50%;
  height: 300px;
}
.link-two-column-box > .-box > a{
  display: block;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
}
.link-two-column-box > .-box:nth-child(1) > a{
  padding-left: 18.0556%;
  padding-right: 4rem;
}
.link-two-column-box > .-box:nth-child(2) > a{
  padding-left: 6rem;
  padding-right: 18.0556%;
}
.link-two-column-box > .-img > a{
  position: relative;
}
.link-two-column-box > .-img > a::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2c4169;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.link-two-column-box > .-red > a{
  background-color: #de2246;
  color: #ffffff;
}
.link-two-column-box > .-navy > a{
  background-color: #324a74;
  color: #ffffff;
}
.link-two-column-box > .-job > a{
  color: #ffffff;
  background: url(/auto/career/assets/images/img-link-box-job.jpg) center center no-repeat;
  background-size: cover;
}
.link-two-column-box > .-movie > a{
  color: #ffffff;
  background: url(/auto/career/assets/images/img-link-box-movie.jpg) center center no-repeat;
  background-size: cover;
}
.link-two-column-box > .-box > a > .point-heading{
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}
.link-two-column-box > .-box > a:hover > .point-heading{
  opacity: 0.75;
}
.link-two-column-box > .-box > a > .point-heading > .-main > span{
  display: inline-block;
  background: url(/auto/career/assets/images/arrow-circle-white.svg) right center no-repeat;
  background-size: 4rem auto;
  padding-right: 8rem;
}

@media print, screen and (max-width: 1400px){
  /* link-two-column-box */
  .link-two-column-box > .-box:nth-child(1) > a{
    padding-left: 6rem;
  }
  .link-two-column-box > .-box:nth-child(2) > a{
    padding-right: 4rem;
  }
}

@media print, screen and (max-width: 1000px){
  /* link-two-column-box */
  .link-two-column-box > .-box:nth-child(1) > a{
    padding-left: 4rem;
  }
  .link-two-column-box > .-box:nth-child(2) > a{
    padding-left: 4rem;
  }
}

@media print, screen and (max-width: 880px){
  /* link-two-column-box */
  .link-two-column-box{
    display: block;
  }
  .link-two-column-box > .-box{
    width: 100%;
    height: 220px;
  }
  .link-two-column-box > .-box > a{
    height: 220px;
  }
}

@media print, screen and (max-width: 760px){
  /* link-two-column-box */
  .link-two-column-box > .-box:nth-child(1) > a,
  .link-two-column-box > .-box:nth-child(2) > a{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .link-two-column-box > .-box > a > .point-heading > .-main > span{
    width: 100%;
    display: block;
    background: url(/auto/career/assets/images/arrow-circle-white.svg) right center no-repeat;
    background-size: 4rem auto;
    padding-right: 0:
  }
}

@media print, screen and (max-width: 540px){
  /* link-two-column-box */
  .link-two-column-box > .-box{
    height: auto;
  }
  .link-two-column-box > .-box > a{
    padding-top: 14vw;
    padding-bottom: 14vw;
    height: auto;
  }
  .link-two-column-box > .-box > a > .point-heading > .-main > span{
    background: url(/auto/career/assets/images/arrow-circle-white.svg) right center no-repeat;
    background-size: 10% auto;
  }
}

/* related-box */
.related-box{
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
	margin-top: -80px;
}

@media screen and (max-width : 760px){
  /* related-box */
  .related-box{
    padding-top: 64px;
	  margin-top: -64px;
  }
}

/* related-field */
.related-field{
  margin-top: 5rem;
}
.related-field > .-field{
  margin-top: 5rem;
}
.related-field > .-field:nth-child(1){
  margin-top: 0;
}

/* related-interview-box */
.related-interview-box{
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
}
.related-interview-box > .-box{
  width: 46.8434%;
}
.related-interview-box > .-box > a{
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;  
}
.related-interview-box > .-box > a:hover{
  color: #2c4169;
}

@media print, screen and (max-width: 760px){
  /* related-interview-box */
  .related-interview-box{
    display: block;
  }
  .related-interview-box > .-box{
    margin-top: 4rem;
    width: 100%;
  }
  .related-interview-box > .-box:nth-child(1){
    margin-top: 0;
  }
}

/* related-interview-box-img */
.related-interview-box-img{
  width: 32.2581%;
}
.related-interview-box-img > span{
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}
.related-interview-box-img > span > img{
  width: 100%;
  display: block;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;.related-interview-box-img
}
a:hover > .related-interview-box-img > span > img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* related-interview-box-primary */
.related-interview-box-primary{
  width: 59.6774%;
}
.related-interview-box-primary > .-catch{
  line-height: 1.5556;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c4169;
  margin-bottom: 0.8rem;
}
.related-interview-box-primary > .-profile > .-position{
  line-height: 1.8571;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.related-interview-box-primary > .-profile > .-name{
  display: flex;
  align-items: flex-end;
}
.related-interview-box-primary > .-profile > .-name > .-main{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.related-interview-box-primary > .-profile > .-name > .-history{
  font-size: 1.4rem;
  color: #2c4169;
  font-weight: 700;
  line-height: 1;
  padding-left: 2rem;
}

@media print, screen and (max-width: 760px){
  /* related-interview-box-primary */
  .related-interview-box-primary{
    width: 62.5%;
  }
}

@media print, screen and (max-width: 480px){
  /* related-interview-box-primary */
  .related-interview-box-primary{
    width: 100%;
    flex: 1;
    padding-left: 2rem;
  }
}

/* related-movie-box */
.related-movie-box{ 
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;  
}
.related-movie-box > .-primary{
  width: 46.9697%;  
}
.related-movie-box > .-primary > .-heading{
  line-height: 1.5556;
  font-size: 1.8rem;
  font-weight: 700;
}
.related-movie-box > .-primary > .-heading{
  color: #2c4169;
}
.related-movie-box > .-primary > .-heading > span{
  padding-right: 3.2rem;
  background: url(/auto/career/assets/images/icon-play-red.svg) right center no-repeat;
  background-size: 2rem auto;
}
.related-movie-box > .-primary > .-text{
  margin-top: 1rem;
}
.related-movie-box > .-primary > .-text > p{
  color: #808080;
  line-height: 1.7857;
  font-size: 1.4rem;
}

@media print, screen and (max-width: 760px){
  /* related-movie-box */
  .related-movie-box{ 
    padding-bottom: 0.5rem;
    display: block;
  }
  .related-movie-box:last-child{
    padding-bottom: 0;
  }
  .related-movie-box > .-primary{
    width: 100%;
    margin-top: 2.5rem;
  }
  .related-movie-box > .-img{
    width: 100%;
  }
}

/* related-movie-item */
.related-movie-item{
  width: 46.9697%;
}
.related-movie-item > .-video{
  width: 100%;
  aspect-ratio: 16/9;
}
.related-movie-item > .-video > iframe{
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 760px){
  /* related-movie-item */
  .related-movie-item{
    width: 100%;
  }
}

/*========================================
footer layout
========================================*/
/* site-footer */
.site-footer{
  padding: 3rem 6rem;
  background-color: #324a74;
  color: #ffffff;
}
.site-footer > .-inner{
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

@media print, screen and (max-width: 1000px){
	/* site-footer */
  .site-footer{
    padding-left: 4rem;
    padding-right: 4rem;
	}
}

@media print, screen and (max-width: 760px){
	/* site-footer */
  .site-footer{
    padding-left: 2rem;
    padding-right: 2rem;
	}
  .site-footer > .-inner{
    display: block;
  }
}

@media print, screen and (max-width: 420px){
	/* site-footer */
  .site-footer{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

/* footer-link */
.footer-link{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

@media print, screen and (max-width: 760px){
  /* footer-link */
  .footer-link{
    justify-content: center;
  }
}

@media print, screen and (max-width: 420px){
  /* footer-link */
  .footer-link{
    justify-content: space-between;
  }
}

/* footer-link-site */
.footer-link-site > a{
  font-size: 1.2rem;
  white-space: nowrap;
  border-radius: 9999px;
  background-color: #ffffff;
  line-height: 3rem;
  color: #2c4169;
  display: inline-block;
  font-weight: 700;
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-link-site > a:hover{
  opacity: 0.75;
}
.footer-link-site > a > span{
  padding-right: 2.3rem;
  display: inline-block;
  background: url(/auto/career/assets/images/icon-window-navy.svg) right center no-repeat;
  background-size: 16px 14px;
}

@media print, screen and (max-width: 420px){
  /* footer-link-site */
  .footer-link-site{
    width: 55%;
  }
  .footer-link-site > a{
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

/* footer-link-privacy */
.footer-link-privacy{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 2.8rem;
}
.footer-link-privacy > a{
	font-size: 1.2rem;
	white-space: nowrap;
	line-height: 1;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-right: 2.3rem;
  background: url(/auto/career/assets/images/icon-window-white.svg) right center no-repeat;
  background-size: 16px 14px;
}
.footer-link-privacy > a:hover{
  opacity: 0.75;
}

@media print, screen and (max-width: 420px){
  /* footer-link-privacy */
  .footer-link-privacy{
    flex: 1;
    margin-right: 0;
    padding-right: 2rem;
  }
}

/* copyright */
.copyright{
	font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
	line-height: 1.6667;
  color: #ffffff;
  margin-right: 4rem;
}
.copyright > br{
  display: none;
}

@media print, screen and (max-width: 1000px){
  /* copyright */
  .copyright > br{
    display: inline;
  }
}

@media print, screen and (max-width: 760px){
  /* copyright */
  .copyright{
    text-align: center;
    margin-top: 2.5rem;
    margin-right: 0;
  }
  .copyright > br{
    display: none;
  }
}

@media print, screen and (max-width: 420px){
  /* copyright */
  .copyright{
    text-align: left;
    margin-top: 3.5rem;
  }
}
