@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body {
  color: #373737;
  cursor: default;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  height: 100%;
}

input {
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  outline: 0;
}

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

label {
  cursor: pointer;
}

button {
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  outline: 0;
}

a {
  color: inherit;
  outline: 0;
  text-decoration: none !important;
}

a:hover {
  color: inherit;
  outline: 0;
  text-decoration: none !important;
}

a:focus {
  color: inherit;
  outline: 0;
  text-decoration: none !important;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.ex-pc {
  display: none !important;
}

body {
  font-family: "Roboto", "noto-sans-cjk-jp", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: flex;
  flex-direction: column;
}

.nobr {
  display: inline;
  white-space: nowrap;
}

header .menus {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 13.8429752066vw;
}
header .menus h2 {
  padding: 0 0 0 2.6859504132vw;
  margin-right: auto;
}
header .menus h2 img {
  width: 58.8842975207vw;
}
header .menus .switch {
  background: #0b3551;
  height: 13.8429752066vw;
  position: relative;
  width: 15.4958677686vw;
}
header .menus .switch::before {
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 10.3305785124vw;
  left: 2.6859504132vw;
  top: 8.6776859504vw;
  transition-duration: 0.5s;
}
header .menus .switch::after {
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 7.6446280992vw;
  left: 5.1652892562vw;
  top: 5.1652892562vw;
  transition-duration: 0.5s;
}
header .menus .switch.opened::before {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  top: 6.6115702479vw;
}
header .menus .switch.opened::after {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  width: 10.3305785124vw;
  left: 2.6859504132vw;
  top: 6.6115702479vw;
}
header .menus > nav {
  background: rgba(15, 42, 59, 0.89);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 13.8429752066vw);
  width: 100%;
  z-index: 10;
}
header .menus > nav.lock {
  display: none;
}
header .menus > nav .menu {
  display: flex;
  flex-direction: column;
  padding-top: 2.6859504132vw;
}
header .menus > nav .menu > li {
  font-size: max(1.8595041322vw, 13.5px);
  font-weight: 700;
  padding: 5.1652892562vw 5.1652892562vw 0 5.1652892562vw;
  width: 100%;
}
header .menus > nav .menu > li > a,
header .menus > nav .menu > li > span {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  color: #ffffff;
  font-size: 4.132231405vw;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1.652892562vw;
}
header .menus > nav .menu > li > span::after {
  color: #ffffff;
  display: block;
  content: "▼";
  opacity: 1;
  font-size: 3.0991735537vw;
  line-height: 6.1983471074vw;
  transform-origin: 50% 50%;
  transition-duration: 0.5s;
}
header .menus > nav .menu > li > span.opened::after {
  transform: rotate(180deg);
}
header .menus > nav .menu > li .submenu {
  display: none;
  width: 100%;
}
header .menus > nav .menu > li .submenu > .inner > ul > li {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  margin-bottom: 1px;
}
header .menus > nav .menu > li .submenu > .inner > ul > li > a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  line-height: 9.7355371901vw;
  padding: 0 5.1652892562vw;
}
header .menus > nav .menu > li .submenu > .inner > ul > li > a > span {
  color: #0b3551;
  display: block;
  font-size: max(1.652892562vw, 11.2px);
  font-weight: 700;
  margin: 0 2.6859504132vw 0 1.652892562vw;
}
header .menus > nav .menu > li .submenu > .inner > ul > li > a::before {
  content: "▲";
  display: block;
  color: #0b3551;
  font-size: 1.652892562vw;
  transform-origin: 50%;
  transform: rotate(90deg);
}
header .menus > nav .recruit {
  margin-top: auto;
  display: block;
}
header .menus > nav .recruit > dl {
  background: linear-gradient(120deg, #0b3551 0%, #1e618d 100%);
  align-items: center;
  display: flex;
  justify-content: center;
}
header .menus > nav .recruit > dl > dt {
  color: #ffffff;
  font-size: 8.6776859504vw;
  line-height: 16.5289256198vw;
}
header .menus > nav .recruit > dl > dd {
  color: #ffffff;
  font-size: 3.5867768595vw;
  margin-right: 7.6446280992vw;
  line-height: 16.5289256198vw;
}

main section.mv {
  display: flex;
  justify-content: space-between;
  position: relative;
}
main section.mv .photo {
  margin: 0vw 0 0vw 0;
  width: 100vw;
}
main section.mv .photo.high {
  height: 54.5454545455vw;
}
main section.mv .future {
  display: none;
}
main section.mv .copyright {
  display: none;
}
main section.mv .eyecatch {
  background: #1d1d1d;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 2.8925619835vw;
  height: 12.3966942149vw;
  justify-content: space-evenly;
  line-height: 1;
  padding: 0 3.0991735537vw 0 5.1652892562vw;
  position: absolute;
  top: 50%;
  bottom: 0;
  transform: translate(0, -50%);
  min-width: 37.1900826446vw;
  white-space: nowrap;
}
main section.mv .eyecatch.bottom {
  top: auto;
}
main section.mv .eyecatch .caption {
  line-height: 1;
  font-weight: 200;
  color: #ffffff;
  display: block;
  font-size: 4.3388429752vw;
}
main section.anchor {
  background: #ffffff;
}
main section.anchor > .inner {
  align-items: center;
  border-top: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  height: 23.1404958678vw;
  justify-content: center;
}
main section.anchor > .inner > li {
  border-right: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  height: 8.2644628099vw;
  justify-content: center;
  position: relative;
  width: 50%;
}
main section.anchor > .inner > li::before {
  background: #0b3551;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 1.4462809917vw;
  transform: rotate(30deg);
  transform-origin: 100% 100%;
  width: 1.4462809917vw;
}
main section.anchor > .inner > li::after {
  background: #0b3551;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 1.4462809917vw;
  width: 5.1652892562vw;
}
main section.anchor > .inner > li:last-child {
  border: none;
}
main section.anchor > .inner > li.separator {
  height: 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
main section.anchor > .inner > li.separator::before, main section.anchor > .inner > li.separator::after {
  content: "";
  background: #e2e2e2;
  display: block;
  position: relative;
  height: 1px;
  width: 30.9917355372vw;
  transform: none;
}
main section.anchor > .inner > li .headline {
  color: #191919;
  display: block;
  font-size: 3.0991735537vw;
  text-align: center;
}
main section.anchor > .inner > li .ruby {
  color: #0b3551;
  display: block;
  font-size: 2.0661157025vw;
  text-align: center;
}
main section.business {
  display: flex;
  position: relative;
}
main section.business h2 {
  align-items: center;
  background: #f3f1ed;
  color: #0B3551;
  display: flex;
  font-size: 6.1983471074vw;
  justify-content: center;
  padding-top: 7.8512396694vw;
  min-height: 86.5702479339vw;
  text-orientation: sideways;
  width: 14.6694214876vw;
  writing-mode: vertical-rl;
}
main section.business .items {
  min-height: 86.5702479339vw;
  display: flex;
  position: relative;
  width: 85.3305785124vw;
}
main section.business .items .item {
  margin-right: -100%;
  position: relative;
  width: 85.3305785124vw;
  z-index: 1;
}
main section.business .items .item:last-child {
  margin-right: 0;
}
main section.business .items .item > dl > dd img {
  height: 115.9090909091vw;
}
main section.business .items .item > dl > dd::after {
  background: rgba(0, 0, 0, 0.05);
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
}
main section.business .items .item > dl > dt {
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}
main section.business .items .item > dl > dt > a {
  align-items: center;
  background: linear-gradient(120deg, #237DB8 0%, #175B87 100%);
  color: #ffffff;
  display: flex;
  font-size: 3.9256198347vw;
  font-weight: 700;
  height: 9.9173553719vw;
  justify-content: space-between;
  padding: 0 1.2396694215vw;
}
main section.business .items .item > dl > dt > a::after {
  background: -webkit-image-set(url("/assets/img/common/1x/arrow_forward.svg") 1x, url("/assets/img/common/1x/arrow_forward.svg") 2x) center no-repeat;
  background: image-set("/assets/img/common/1x/arrow_forward.svg" 1x, "/assets/img/common/1x/arrow_forward.svg" 2x) center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 3.305785124vw;
  width: 3.305785124vw;
}
main section.business .slogan {
  align-items: center;
  background: #1d1d1d;
  color: #ffffff;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.479338843vw;
  font-weight: 700;
  height: 6.4049586777vw;
  justify-content: center;
  position: absolute;
  right: 6.1983471074vw;
  top: 8.8842975207vw;
  width: 47.3140495868vw;
  z-index: 1;
}
main section.entry {
  background: #345fa9;
  margin-bottom: 10.3305785124vw;
  padding: 8.2644628099vw 0 12.3966942149vw 0;
  overflow: hidden;
}
main section.entry > .inner {
  background: #ffffff;
  margin: 0 auto 0 auto;
  padding: 11.9834710744vw 0 13.2231404959vw 0;
  width: 93.8016528926vw;
  position: relative;
}
main section.entry > .inner::before {
  background: -webkit-image-set(url("/assets/img/top/1x/cut_helmet1.png") 1x, url("/assets/img/top/1x/cut_helmet1.png") 2x) center no-repeat;
  background: image-set("/assets/img/top/1x/cut_helmet1.png" 1x, "/assets/img/top/1x/cut_helmet1.png" 2x) center no-repeat;
  background-size: cover;
  bottom: -11.3636363636vw;
  content: "";
  display: block;
  height: 36.7768595041vw;
  left: -13.6363636364vw;
  position: absolute;
  width: 29.958677686vw;
}
main section.entry > .inner::after {
  background: -webkit-image-set(url("/assets/img/top/1x/cut_helmet2.png") 1x, url("/assets/img/top/1x/cut_helmet2.png") 2x) center no-repeat;
  background: image-set("/assets/img/top/1x/cut_helmet2.png" 1x, "/assets/img/top/1x/cut_helmet2.png" 2x) center no-repeat;
  background-size: cover;
  bottom: -10.5371900826vw;
  content: "";
  display: block;
  height: 37.3966942149vw;
  position: absolute;
  right: -15.2892561983vw;
  width: 33.6776859504vw;
}
main section.entry > .inner > dl {
  text-align: center;
}
main section.entry > .inner > dl .ruby {
  color: #0b3551;
  font-size: 8.6776859504vw;
  font-weight: 700;
}
main section.entry > .inner > dl > dt {
  color: #1e618d;
  font-size: 4.132231405vw;
  font-weight: 700;
  margin-bottom: 6.1983471074vw;
}
main section.entry > .inner > dl .link {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-right: 0vw;
  width: auto;
}
main section.entry > .inner > dl .link > a {
  align-items: center;
  border: 1px solid #1e618d;
  color: #1e618d;
  display: flex;
  font-size: 4.132231405vw;
  font-weight: 700;
  height: 9.9173553719vw;
  justify-content: center;
  margin: 0 auto 3.0991735537vw auto;
  position: relative;
  width: 43.3884297521vw;
}
main section.entry > .inner > dl .link > a::after {
  background: #707070;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -8.6776859504vw;
  top: 50%;
  width: 10.5371900826vw;
}
main section.contact {
  margin-bottom: 10.3305785124vw;
}
main section.contact .headline {
  margin-bottom: 14.2561983471vw;
  text-align: center;
}
main section.contact .headline .ruby {
  color: #0b3551;
  display: block;
  font-size: 8.2644628099vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5.1652892562vw;
}
main section.contact .headline h3 {
  color: #0b3551;
  font-size: 5.1652892562vw;
  font-weight: 700;
  line-height: 1;
}
main section.contact > .inner {
  background: #f3f1ed;
  margin: auto;
  padding: 5.1652892562vw 0vw;
  width: 93.8016528926vw;
}
main section.contact > .inner .items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto 5.1652892562vw auto;
  width: 93.8016528926vw;
}
main section.contact > .inner .items > dl > dt {
  background: #0b3551;
  color: #ffffff;
  font-size: 4.132231405vw;
  font-weight: 700;
  line-height: 9.9173553719vw;
  margin: 0 auto 0vw auto;
  text-align: center;
  width: 82.6446280992vw;
}
main section.contact > .inner .items > dl > dd {
  color: #0b3551;
  font-size: 6.1983471074vw;
  font-weight: 700;
  line-height: 14.8760330579vw;
  text-align: center;
}
main section.contact > .inner .items > dl > dd.email {
  font-size: 6.1983471074vw;
}
main section.contact > .inner .hours {
  font-size: 4.132231405vw;
  text-align: center;
}

footer .pagetop {
  justify-content: center;
  align-items: center;
  background: #0b3551;
  display: flex;
  color: #ffffff;
  font-size: 5.1652892562vw;
  height: 12.3966942149vw;
}
footer > .inner {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
}
footer > .inner .company {
  background: #0b3551;
  width: 100%;
}
footer > .inner .company > .inner {
  display: table;
  margin: 9.2975206612vw auto 9.2975206612vw auto;
}
footer > .inner .company > .inner .logo {
  margin: auto auto 7.2314049587vw auto;
  width: 30.1652892562vw;
  text-align: center;
}
footer > .inner .company > .inner > dl > dt {
  color: #ffffff;
  font-size: 5.1652892562vw;
  font-weight: 700;
  margin-bottom: 3.0991735537vw;
  text-align: center;
}
footer > .inner .company > .inner > dl > dd {
  color: #ffffff;
  font-size: 3.0991735537vw;
  margin-bottom: 6.1983471074vw;
}
footer > .inner .company > .inner > dl > dd:last-child {
  margin-bottom: 0;
}
footer > .inner .links {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 93.8016528926vw;
  justify-content: space-between;
  padding-top: 6.1983471074vw;
}
footer > .inner .links > dl {
  width: 45.4545454545vw;
}
footer > .inner .links > dl > dt {
  color: #0b3551;
  border-bottom: 1px solid #707070;
  font-size: 4.3388429752vw;
  font-weight: 700;
  padding-bottom: 2.0661157025vw;
  margin-bottom: 2.0661157025vw;
}
footer > .inner .links > dl > dd {
  font-size: 3.7190082645vw;
  margin-bottom: 6.1983471074vw;
}
footer > .inner .links > dl > dd > a {
  display: block;
  line-height: 2;
}
/*# sourceMappingURL=../map/sp/common.css.map */
