  @charset "UTF-8";
/*----------------------------------

reset

----------------------------------*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*----------------------------------

base

----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 2;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}
@media (max-width: 960px) {
  body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

a {
  color: #007ec5;
  transition: 0.3s;
}
@media (min-width: 961px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

main {
  position: relative;
}

section {
  position: relative;
}

.inner {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 960px) {
  .inner {
    padding: 0 17.5px;
  }
}

@media (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

/*----------------------------------

汎用ボタン

----------------------------------*/
.btn {
  min-width: 350px;
  max-width: 100%;
  min-height: 70px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 961px) {
  .btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 960px) {
  .btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 1.75rem;
  }
}
.btn.center {
  left: 50%;
  transform: translateX(-50%);
}
.btn.white {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.white.icon_next::after {
  background-image: url("/recruit/info/img/common/icon_arrow_white.svg");
}
.btn[class^=icon_]::after, .btn[class*=" icon_"]::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.btn.icon_next::after {
  background-image: url("/recruit/info/img/common/icon_arrow.svg");
}
.btn[class^=fill_], .btn[class*=" fill_"] {
  border: none;
  color: #fff;
}
.btn[class^=fill_].icon_next::after, .btn[class*=" fill_"].icon_next::after {
  background-image: url("/recruit/info/img/common/icon_arrow_white.svg");
}
.btn.fill_blue {
  background: #3794c8;
}
.btn.fill_yellow {
  background: #f8bc00;
}

_:-ms-lang(x)::-ms-backdrop,
.btn[class^=icon_]::after,
.btn[class*=" icon_"]::after {
  background-size: 10px 15px;
}

@media (max-width: 960px) {
  _:-ms-lang(x)::-ms-backdrop,
.btn[class^=icon_]::after,
.btn[class*=" icon_"]::after {
    background-size: 7px 12px;
  }
}
/* 効果 */
.glint_hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 960px) {
  .glint_hover {
    display: block;
    width: 100%;
  }
}
@media (min-width: 961px) {
  .glint_hover:hover {
    opacity: 1;
  }
  .glint_hover:hover .glint_back span::before,
.glint_hover:hover .glint_back span::after {
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translate3d(0, 0, 0) scale(0, 1);
  }
  .glint_hover:hover .glint_back span::before {
    transition-delay: 0.06s, 0.06s;
  }
}

.glint_back {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -16%;
  display: block;
  width: 132%;
  height: 100%;
  content: "";
  transform: skewX(-21.35deg);
}
.glint_back span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.glint_back span::before, .glint_back span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate3d(-101%, 0, 0) scale(1, 1);
  transform-origin: 100% 0;
  background-color: #fff;
}
.glint_back span::before {
  opacity: 0.2;
}
.glint_back span::after {
  opacity: 0.4;
}

/*----------------------------------

header

----------------------------------*/
header {
  width: 100%;
  height: 160px;
  padding: 20px 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}
@media (max-width: 960px) {
  header {
    height: auto;
    padding: 5px 5px 5px 10px;
  }
}
header .logo {
  width: 498px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  header .logo {
    width: 237px;
    margin-top: 5px;
  }
}
header .spnav_btn {
  width: 40px;
  height: 40px;
  display: none;
  position: relative;
}
@media (max-width: 960px) {
  header .spnav_btn {
    display: block;
  }
}
header .spnav_btn span {
  width: 30px;
  height: 3px;
  position: absolute;
  background: #333333;
  border-radius: 20px;
}
@media (max-width: 960px) {
  header .spnav_btn span {
    height: 2px;
  }
}
header .spnav_btn.hamburger span {
  left: 50%;
  transform: translateX(-50%);
}
header .spnav_btn.hamburger span:nth-of-type(1) {
  top: 10px;
}
header .spnav_btn.hamburger span:nth-of-type(2) {
  top: 19px;
}
header .spnav_btn.hamburger span:nth-of-type(3) {
  top: 28px;
}
header .spnav_btn.close {
  position: absolute;
  top: 6px;
  right: 1.3%;
}
header .spnav_btn.close span:nth-of-type(1) {
  top: 18px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
header .spnav_btn.close span:nth-of-type(2) {
  top: 18px;
  transform: translateX(-50%) rotate(-45deg);
}
header .global_menu {
  width: 75%;
}
@media (max-width: 960px) {
  header .global_menu {
    width: 100%;
    padding-top: 50px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
}
header .global_menu li {
  list-style-type: none;
}
@media (max-width: 960px) {
  header .scroll_wrap {
    width: 100%;
    max-height: calc(100vh - 50px);
    top: 50px;
    left: 0;
    overflow-y: scroll;
  }
}
@media (min-width: 961px) {
  header .scroll_wrap .scroll_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
  }
}
@media (max-width: 960px) {
  header .scroll_wrap .scroll_inner {
    background: #fff;
  }
}
header .txt_menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #cccccc;
}
@media (max-width: 960px) {
  header .txt_menu {
    margin: 0;
    display: block;
    position: static;
    border-top: none;
  }
}
header .txt_menu > li {
  margin: 0 3.35%;
  padding: 10px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 960px) {
  header .txt_menu > li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px solid #fff;
  }
}
header .txt_menu .txt {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 960px) {
  header .txt_menu .txt {
    padding: 11px 18px;
    font-size: 1.8rem;
    display: block;
    border-bottom: 1px solid #333;
  }
}
header .txt_menu .txt::before {
  content: "";
  width: 1px;
  height: 13px;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #007ec5;
  transition: 0.3s;
}
@media (max-width: 960px) {
  header .txt_menu .txt::before {
    content: none;
  }
}
header .txt_menu .txt::after {
  content: none;
  width: 7px;
  height: 11px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  transform: rotate(90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/recruit/info/img/common/icon_arrow.svg");
  transition: 0.3s;
}
@media (max-width: 960px) {
  header .txt_menu .txt::after {
    content: "";
  }
}
@media (min-width: 961px) {
  header .txt_menu > li.active .txt::before {
    opacity: 1;
  }
  header .txt_menu > li.active .txt {
    color: #007ec5;
  }
}
@media (max-width: 960px) {
  header .txt_menu > li.active .txt::after {
    background-image: url("/recruit/info/img/common/icon_arrow_purple.svg");
    transform: rotate(-90deg);
  }
}
header .txt_menu .submenu {
  width: 100%;
  padding: 16px 15px 18px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transform: translateY(100%);
  background: #007ec5;
}
@media (min-width: 961px) {
  header .txt_menu .submenu {
    white-space: normal;
  }
}
@media (max-width: 960px) {
  header .txt_menu .submenu {
    padding: 0 17px;
    position: static;
    text-align: left;
    transform: none;
    background: transparent;
    border-bottom: 1px solid #333;
  }
}
header .txt_menu .submenu li {
  margin-right: 4.25%;
  display: inline-block;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  header .txt_menu .submenu li {
    margin: 0;
    display: block;
  }
}
header .txt_menu .submenu li:last-of-type {
  margin-right: 0;
}
@media (max-width: 960px) {
  header .txt_menu .submenu li:last-of-type a {
    border-bottom: 0px;
  }
}
header .txt_menu .submenu a {
  padding-right: 18px;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 960px) {
  header .txt_menu .submenu a {
    padding: 13px 16px 16px;
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.65;
    border-bottom: 1px solid #333;
    color: #333;
  }
}
header .txt_menu .submenu a::after {
  content: "";
  width: 8px;
  height: 12px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/recruit/info/img/common/icon_arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 960px) {
  header .txt_menu .submenu a::after {
    content: "";
    width: 7px;
    height: 11px;
    right: 16px;
    background-image: url("/recruit/info/img/common/icon_arrow_purple.svg");
  }
}
header .btn_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  header .btn_menu {
    margin-top: 25px;
    padding: 0 15px 50px;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 960px) {
  header .btn_menu li {
    width: 100%;
    max-width: 225px;
  }
}
header .btn_menu li + li {
  margin-left: 1vw;
}
@media (max-width: 960px) {
  header .btn_menu li + li {
    margin: 0;
  }
}
header .btn_menu a {
  position: relative;
  height: 60px;
  padding: 0px 36.5px;
  display: block;
  align-items: column;
  font-size: 1.6rem;
  text-decoration: none;
  background: #555555;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
header .btn_menu a.entry {
  color: #000;
  background: #FFD800;
}
header .btn_menu a.intership {
  color: #FFF;
  background: #0B8BEE;
}
@media (max-width: 960px) {
  header .btn_menu a {
    width: 100%;
    padding: 0;
    font-size: 1.8rem;
    text-align: center;
  }
}

.top_page .btn_menu a.entry {
  color: #fff;
  background: #135D90;
}
.top_page .btn_menu a.intership {
  color: #FFF;
  background: #1C2A70;
}

_:-ms-lang(x)::-ms-backdrop,
header .txt_menu .submenu a::after {
  background-size: 8px 12px;
}

@media (max-width: 960px) {
  _:-ms-lang(x)::-ms-backdrop,
header .txt_menu .submenu a::after {
    background-size: 7px 11px;
  }
}
/*----------------------------------

下層ページ共通

----------------------------------*/
.page section.mainvis {
  height: 390px;
  margin-top: 60px;
  padding-top: 100px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 960px) {
  .page section.mainvis {
    height: 200px;
    margin-top: 0;
    padding-top: 50px;
  }
}
.page section.mainvis .inner {
  max-width: 100%;
  padding: 0 3.1% 30px;
}
@media (max-width: 960px) {
  .page section.mainvis .inner {
    padding: 0 15px 5px;
  }
}
.page section.mainvis h1 {
  color: #555;
}
.page section.mainvis h1 .en {
  margin-right: 4%;
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 12rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .page section.mainvis h1 .en {
    margin-right: 4px;
    font-size: 5.5rem;
    letter-spacing: -0.02em;
    line-height: 0.9;
  }
}
.page section.mainvis h1 .ja {
  display: inline-block;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-feature-settings: normal;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  bottom: 3px;
  color: #333;
}
@media (max-width: 960px) {
  .page section.mainvis h1 .ja {
    font-size: 1.8rem;
    bottom: 2px;
    text-align: right;
  }
}
@media (max-width: 960px) {
  .page section.mainvis h1.rows .en {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .page section.mainvis h1.rows .ja {
    margin: 10px 0 8px;
    display: block;
    bottom: 0;
    text-align: right;
  }
}

.border_hdg {
  margin-bottom: 21px;
  padding-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.75;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 960px) {
  .border_hdg {
    margin-bottom: 14px;
    padding-bottom: 9px;
    font-size: 1.6rem;
    line-height: 1.53;
  }
}

section.article_nav .inner {
  padding-bottom: 94px;
}
@media (max-width: 960px) {
  section.article_nav .inner {
    padding-bottom: 34px;
  }
}
section.article_nav .border_hdg {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  section.article_nav .border_hdg {
    margin-bottom: 20px;
  }
}
section.article_nav .nav_list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media (max-width: 960px) {
  section.article_nav .nav_list {
    flex-wrap: wrap;
  }
}
section.article_nav .nav_list li {
  width: 31.63%;
}
@media (max-width: 960px) {
  section.article_nav .nav_list li {
    width: 48.4%;
    margin-bottom: 14px;
  }
}
section.article_nav .nav_list a {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 960px) {
  section.article_nav .nav_list a {
    max-width: 330px;
  }
}
section.article_nav .nav_list p {
  margin-top: 23px;
  font-size: 1.8rem;
  color: #333;
}
@media (max-width: 960px) {
  section.article_nav .nav_list p {
    margin-top: 6px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
section.article_nav .nav_list li.current {
  pointer-events: none;
}
section.article_nav .nav_list li.current img {
  opacity: 0.4;
}

/*----------------------------------

footer

----------------------------------*/
footer {
  padding: 49px 0 47px;
  font-size: 1.5rem;
  line-height: 1.67;
  position: relative;
  background: #555555;
  color: #fff;
}
@media (max-width: 960px) {
  footer {
    padding: 30px 0 28px;
    font-size: 11.5px;
    line-height: 1.4;
  }
}
footer .pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
footer .pagetop span {
  display: block;
  background: #555555;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.3s;
}
@media (min-width: 961px) {
  footer .pagetop span:hover {
    background: #848484;
  }
}
footer .pagetop span::before {
  content: "";
  width: 15px;
  height: 20px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
  background-image: url("/recruit/info/img/common/icon_arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 960px) {
  footer .pagetop span::before {
    width: 7px;
    height: 9px;
  }
}
@media (max-width: 960px) {
  footer .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
}
footer .inner {
  max-width: 1230px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 960px) {
  footer .inner {
    display: block;
  }
}
@media (max-width: 960px) {
  footer .footer_info {
    margin-bottom: 22px;
  }
}
footer .logo {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  footer .logo {
    max-width: 100px;
    margin: 0 auto 18px;
  }
}
@media (max-width: 960px) {
  footer address {
    max-width: 345px;
    margin: auto;
  }
}
@media (max-width: 960px) {
  footer address img {
    width: 286px;
  }
}
@media (max-width: 960px) {
  footer .footer_link {
    text-align: center;
  }
}
footer .footer_link a {
  text-decoration: none;
  color: #fff;
}
footer .footer_link a::before {
  content: "";
  width: 7px;
  height: 11px;
  margin-right: 10px;
  display: inline-block;
  background-image: url("/recruit/info/img/common/icon_arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 960px) {
  footer .footer_link a::before {
    margin-right: 9px;
  }
}
/*# sourceMappingURL=common.css.map */