@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  width: 100%;
}

p {
  text-align: justify;
}

body {
  color: #333;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
body * {
  box-sizing: border-box;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

header#header {
  width: 100%;
  height: 60px;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
}
header#header h1 {
  width: 120px;
}

main {
  flex: 1 0 auto;
  overflow: hidden;
}
main .main_V {
  position: relative;
  height: auto;
  background: #07258d;
}
main .main_V img {
  width: 100%;
}
main .main_V .cv {
  position: absolute;
  width: 200px;
  height: 50px;
  right: 10px;
  bottom: 22px;
}

section {
  padding: 3rem 2rem 2rem 2rem;
}

section#WhatWeDo p {
  color: #fff;
  font-weight: bold;
}
section#WhatWeDo ul {
  margin-top: 2em;
  margin-bottom: 2em;
}
section#WhatWeDo ul li {
  font-size: 0.85rem;
  letter-spacing: 1px;
  border-bottom: 1px solid white;
  padding: 1rem 0;
  position: relative;
}
section#WhatWeDo ul li ::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
section#WhatWeDo a {
  display: block;
  color: #fff;
}
section#WhatWeDo .sub_ttl {
  display: block;
  font-size: 0.7em;
  opacity: 0.5;
}

section#message, section#salary, #Active_role, #AboutUs, #Detail {
  background-color: #07258d;
}
section#message p, section#salary p, #Active_role p, #AboutUs p, #Detail p {
  color: #fff;
  font-size: 0.85em;
}

section#recruitment, #Active_role, section#history, #WhatWeDo {
  background-image: linear-gradient(180deg, rgb(7, 37, 141) 39%, rgb(42, 138, 252));
}

section#history li, section#salary li, section#qa li {
  padding-bottom: 2em;
}

#recruitment .ttl2 {
  padding: 1em 2em 3em 2em;
}
#recruitment li {
  padding-bottom: 2em;
}

#Active_role {
  padding-left: 0;
  padding-right: 0;
}
#Active_role div {
  margin-top: 10px;
}
#Active_role div img {
  max-width: 355px;
}
#Active_role .act_box {
  text-align: right;
}
#Active_role .TextBox {
  padding: 0em 2rem 1em;
}
#Active_role .TextBox span {
  font-weight: bold;
  font-size: 2em;
}
#Active_role .TextBox .right {
  text-align: right;
}

section#history {
  padding: 3rem 1.5rem 1rem 1.5rem;
}

#AboutUs h3 {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#qa dt {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 1em;
  color: #07258d;
}
#qa dd {
  margin-bottom: 2em;
  text-align: justify;
  font-size: 0.85em;
}

#Detail {
  padding: 1em;
}
#Detail dd {
  font-size: 0.85em;
}
#Detail p {
  color: #333;
}

.copyRight {
  font-size: 0.85em;
  color: #bbbcbc;
  font-weight: bold;
  padding: 1.75em 0;
  text-align: center;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #07258d;
  text-align: center;
  color: #fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 100px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.entry_btn {
  background-color: #ffde00;
}

.entry_btn {
  background-color: #ffde00;
  padding: 5px 35px 2px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: bold;
}

.g-nav-openbtn {
  display: none;
}

.g-nav-openbtn {
  display: block;
  position: relative;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #07258d;
  border: 1px solid #fff;
  border-radius: 5px;
}

.g-nav-openbtn .openbtn-area {
  transition: all 0.4s;
}

.g-nav-openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.g-nav-openbtn span:nth-of-type(1) {
  top: 15px;
}

.g-nav-openbtn span:nth-of-type(2) {
  top: 23px;
}

.g-nav-openbtn span:nth-of-type(3) {
  top: 31px;
}

.g-nav-openbtn.active .openbtn-area {
  transform: rotateY(-360deg);
}

.g-nav-openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

.g-nav-openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.g-nav-openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

.openbtn {
  position: relative;
  background: #07258d;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: #fff 1px solid;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #07258d;
  transition: all 0.6s;
}

#g-nav.panelactive {
  top: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.g-nav-openbtn.active {
  border: none;
}

/*ナビゲーション*/
#g-nav ul {
  width: 90%;
  margin: 100px auto 0 auto;
}

#g-nav ul ul {
  width: 100%;
  margin: 0;
}

#g-nav ul li.has-child ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: none;
  transform: none;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

nav ul li a {
  border-bottom: 1px solid #fff;
}

.ttl {
  font-size: 2rem;
  padding: 0 0 2rem 0;
  text-align: center;
  color: #548dd8;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.ttl span {
  display: block;
  color: #fff;
  font-size: 0.4em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

section#offer .ttl span, #Benefits .ttl span, #qa .ttl span {
  display: block;
  font-size: 0.4em;
  color: #07258d;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.timeline {
  width: 100%;
  margin: 10px auto;
  border: 1px solid #eeeeee;
  background-color: #fff;
}
.timeline-list {
  padding: 40px 0;
}
.timeline-list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
}
.timeline-list-item .date {
  width: 17%;
  padding: 0 0 0 8px;
  color: #888888;
  font-weight: bold;
}
.timeline-list-item .content {
  position: relative;
  width: 80%;
  padding: 0 10px 20px 15px;
  border-left: 1px solid #aaaaaa;
}
.timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -7px;
  width: 15px;
  height: 15px;
  background-color: #07258d;
  border-radius: 10px;
}
.timeline-list-item .content span {
  font-size: 0.8em;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 450px;
  margin: 0 auto;
}
.accordion-area .box {
  padding: 1.5em 0;
}
.accordion-area .box h3 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  color: black;
  padding: 0.75rem 1rem;
}
.accordion-area .box dl {
  padding: 1em;
}
.accordion-area .box dt {
  color: #021d6e;
  font-weight: bold;
  border-left: 3px solid;
  padding-left: 6px;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}
.accordion-area .box dd {
  padding-left: 6px;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 3%;
  transition: all 0.5s ease;
  color: #fff;
  font-weight: bold;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #FFF;
}

.title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

.title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

.box {
  display: none;
  background: #f3f3f3;
  padding: 3%;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(100px);
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeInDown {
  opacity: 0;
  transform: translateY(-100px);
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-100px);
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
  transform: translateX(100px);
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* フェードインアニメーション */
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*== 線の上を別の線が伸びる */
#container {
  width: 100%;
  height: 100vh;
  background: #07258d;
  max-width: 450px;
  margin: 0 auto;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

header#header {
  width: 100%;
  height: 65px;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
  z-index: 99;
}
header#header .header-inner {
  display: flex;
}

.p-imgbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.c-img {
  width: 48%;
  height: 100%;
}

.c-img-2 {
  width: 100%;
  height: 100%;
}

.c-img-3 {
  width: 65%;
  height: 100%;
}

.c-img-4 {
  width: 31%;
  height: 100%;
}

.c-img-5 {
  width: 31%;
  height: 100%;
  margin-top: -10px;
}

.c-img-6 {
  width: 100%;
  height: 100%;
  margin-top: -10px;
}

.c-img img {
  width: 100%;
  height: auto;
  display: block;
}

.c-img-7 {
  width: 100%;
  height: 100%;
  margin-top: -10px;
}

.c-img-8 {
  width: 65%;
  height: 100%;
  margin-top: -10px;
}

.m_size, main {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.flex, .flexB, .flexC, .flexW {
  display: flex;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
  align-items: center;
}

.flexW {
  flex-wrap: wrap;
}

.icon {
  width: 100%;
  height: 100%;
}

.caps {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  display: inline-block;
  padding-top: 1rem;
}

.dlt_1 {
  transition: all 0.6s ease-out;
  transform: translateY(30%);
  opacity: 0;
}

.dlt_1.started {
  transform: none;
  opacity: 1;
}

input, textarea {
  margin: 0;
  padding: 0;
}

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

button, input, select {
  overflow: visible;
  -webkit-appearance: none;
}

button, input, select, textarea {
  margin: 0;
}

button, select {
  text-transform: none;
}

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

select {
  -moz-appearance: none;
}

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

[disabled] {
  cursor: default;
}

button::-moz-focus-innner, input::-moz-focus-innner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-innner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

button, input[type=submit], input[type=button], input[type=reset] {
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  color: inherit;
  width: 100%;
  letter-spacing: 0.08rem;
  font-size: 1.4rem;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

header .page_back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

header .icon {
  fill: #333;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  box-sizing: border-box;
}

header input {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*form-step*/
.formStep {
  font-size: 0.8rem;
  margin: 0 auto 2.2rem;
  line-height: 1.2;
  text-align: center;
}

.formStep li {
  position: relative;
  color: #333;
  margin: 0 1em;
  padding-top: 0.6em;
}

.formStep li:not(:first-child) {
  border-left: none;
}

.formStep li:nth-child(2) {
  margin: 0 3.2em;
}

.formStep li span {
  display: block;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0;
  margin-bottom: 0.2em;
}

.formStep li span b {
  font-size: 13px;
  padding-left: 0.2em;
  font-weight: bold;
}

.formStep li:not(:last-child)::before {
  content: "";
  position: absolute;
  background: #333;
  width: 2.2em;
  height: 1px;
  right: -3.2em;
  top: 50%;
}

.step1 li:first-child, .step2 li:nth-child(2), .step3 li:last-child {
  color: black;
  border-top: 3px solid #07258d;
}

.step1 li:first-child span, .step2 li:nth-child(2) span, .step3 li:last-child span {
  color: #07258d;
}

.formStep.step1 li:nth-child(2)::after, .formStep.step2 li:last-child::after {
  border-left: 14px solid #999;
}

.formStep.step1 li:last-child::after, .formStep.step2 li:nth-child(2)::after, .formStep.step3 li:nth-child(2)::after, .formStep.step3 li:last-child::after {
  border-left: 14px solid #f0f0f0;
}

.form-control, select {
  display: block;
  box-sizing: border-box;
  border: 1px solid #bbbcbc;
  border-radius: 0.2em;
  width: 100%;
  line-height: 1.4;
  background: white;
  padding: 0.8em 0.6em;
}

.required {
  display: inline-block;
  color: #021d6e;
  border: 1px solid;
  border-radius: 0.2em;
  padding: 0.3em;
  margin-right: 0.6em;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
}

textarea {
  overflow: auto;
  height: 10em;
  resize: vertical;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

select:invalid, ::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.sub_entry_btn {
  position: relative;
  display: block;
  margin: 2rem auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 1em 0;
  max-width: 240px;
  background: #07258d;
  border-radius: 4rem;
}

form {
  margin: 1em auto;
}

form .required {
  margin-left: 0.6em;
}

form dl {
  margin-bottom: 2rem;
}

form dl dt {
  padding: 1.75em 0 0.6em;
  border-top: 1px solid #bbbcbc;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  clear: both;
}

form dl dd {
  padding: 0 0 1.75em;
}

form dl dd:last-child {
  padding-bottom: 0;
}

.selbtn {
  position: relative;
  max-width: 16em;
}

.selbtn.selage {
  width: 7em;
}

.selbtn .icon {
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  right: 0.6em;
  top: calc(50% - 0.4em);
  pointer-events: none;
  color: #333;
}

.form-control.error-input {
  background: #FFEFEF;
  border: 1px solid #021d6e;
}

/*error*/
.error {
  font-size: 0.9em;
  color: #021d6e;
  margin-top: 0.2em;
}

.ttl_form {
  text-align: center;
  padding: 3em 0 2.4em;
}

.ttl_form b {
  color: #07258d;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.innner {
  padding: 0 0.75em;
  text-align: center;
}

strong {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.75em 0;
}

.fin {
  font-size: 1.3rem;
}

.error_messe {
  padding: 2rem 0;
  color: #021d6e;
  font-weight: bold;
}

.btn1 {
  text-align: center;
  position: relative;
  width: 10rem;
  color: #07258d;
}

.btn1 input {
  border: 1px solid #07258d;
  border-radius: 0.2rem;
  padding: 0.4rem 0 0.4rem 1rem;
  font-weight: bold;
}

.btn1 .icon {
  position: absolute;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(90deg);
  top: calc(50% - 0.5rem);
  pointer-events: none;
  fill: #07258d;
}

.btn1.btn_submit .icon {
  fill: white;
  left: auto;
  right: 0.5rem;
  transform: rotate(-90deg);
}

.btn1.btn_submit input {
  background: #ffdf00;
  color: white;
  border-color: #ffdf00;
  padding: 0.4rem 1rem 0.4rem 0;
}

.btn-back {
  color: #07258d;
  border: 1px solid;
  border-radius: 2em;
  padding: 0.6rem 0;
  display: block;
  margin: 3em auto;
  font-size: 1.6rem;
  max-width: 200px;
}

.cont-error {
  padding-top: 2.4rem;
}

.cont-error .btn1 {
  margin: 0 auto;
}

.formTable {
  text-align: left;
  letter-spacing: 0.08rem;
  line-height: 1.5;
  margin-top: 1.2rem;
  border-top: 1px solid #07258d;
  border-bottom: 1px solid #07258d;
  font-size: 1.6rem;
}

.formTable th {
  width: 8rem;
  font-weight: normal;
}

.formTable td {
  padding-left: 1.6rem;
}

.formTable tr:not(:last-child) th, .formTable tr:not(:last-child) td {
  padding-bottom: 0.6rem;
}

.formTable tr:first-child th, .formTable tr:first-child td {
  padding-top: 1.4rem;
}

.formTable tr:last-child th, .formTable tr:last-child td {
  padding-bottom: 1.4rem;
}

.box-btn-form {
  padding: 2rem 0 1rem;
}

.box-btn-form > div:first-child {
  margin-right: 0.5rem;
} /*# sourceMappingURL=style.css.map */