@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nokora&display=swap");
@import url(//db.onlinewebfonts.com/c/c45fb6b1e381cbb5383b8a03a6f496a7?family=Bangla+Sangam+MN);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
}

input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif; /*"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, */
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  line-height: 1.5;
  word-wrap: break-word;
  width: 100%;
}

main {
  width: 100%;
}

/* reset css End */
/* text rules */
h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.5rem;
}

.large_text {
  font-size: 1.2rem;
}

.small_text {
  font-size: 0.75rem;
}

.fwn {
  font-weight: normal;
}

.flexcl {
  display: block !important;
}

.article_inner {
  padding: 120px 0;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .article_inner {
    padding: 60px 0 100px;
  }
}

.orangeh2 {
  color: #ffb673;
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.col2Info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.col2Info__idea {
  font-weight: 400;
  width: 40%;
  font-size: 2em;
  line-height: 55px;
}
@media screen and (max-width: 480px) {
  .col2Info__idea {
    font-size: 1.8em;
    width: 100%;
  }
}
.col2Info__txt {
  line-height: 45px;
  width: 50%;
  font-weight: 400;
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  .col2Info__txt {
    line-height: 30px;
    font-size: 1rem;
    width: 100%;
  }
}

.pageTitle {
  font-weight: bold;
  text-align: center;
  margin: 40px 0 60px 0;
  font-size: 1.5rem;
  color: #005792;
}
@media screen and (max-width: 480px) {
  .pageTitle {
    margin: 36px 0;
  }
}
.pageTitle.career {
  color: #020202;
}

.tagtitleArea {
  text-align: center;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tagtitleArea .pageTitle {
  margin-bottom: 16px;
}

.img-w100 {
  width: 100%;
}

.small {
  font-size: 0.9rem;
}

.font-Raleay {
  font-family: "Raleway", sans-serif;
}

.BlocknavArea {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 60px 16px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .BlocknavArea {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 780px) {
  .BlocknavArea {
    display: none;
  }
}

.color-h2 {
  text-align: center;
  margin-bottom: 48px;
}

.cabinTitle {
  font-family: "Cabin Sketch", cursive;
  font-weight: bold;
  font-size: 3rem;
}
.cabinTitle.blue {
  color: #005792;
}
.cabinTitle .orange {
  color: #fd5f00;
}

.mainBtn {
  background: #f6f6e9;
  border: 5px solid #005792;
  border-radius: 20px;
}
.mainBtn__txt {
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 1em 0;
}
.mainBtn__txt a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion .toggle {
  display: none;
}
.accordion .option {
  position: relative;
}
.accordion .option .title,
.accordion .option .content-box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion .option .title {
  cursor: pointer;
}
.accordion .option .content-box {
  max-height: 0;
  overflow: hidden;
}
.accordion .option .toggle:checked + .title + .content-box {
  max-height: 500px;
  transition: all 1.5s;
}
.accordion .option {
  margin-bottom: 1em;
  width: 100%;
  margin: 0 auto 40px;
  font-size: 0.9rem;
  border: 5px solid #3F72AF;
  border-radius: 20px;
  background: #F8ECEB;
}
@media screen and (max-width: 480px) {
  .accordion .option {
    width: 95%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.accordion .option .title {
  display: flex;
  align-items: center;
  padding: 1.5% 12% 1.5% 3%;
  line-height: 1.5;
  color: #13334c;
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  .accordion .option .title {
    padding: 2% 12% 2% 4%;
  }
}
.accordion .option .title::before {
  content: "Q";
  font-family: Raleway;
  font-size: 2.5rem;
  font-weight: bold;
  color: #3f72af;
  padding-right: 0.5em;
}
@media screen and (max-width: 480px) {
  .accordion .option .title::before {
    margin-right: 0;
    left: 3%;
    width: 25px;
  }
}
.accordion .option .title::after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow_rainbow3.svg");
  position: absolute;
  right: 4%;
  top: 35%;
  margin: auto;
  width: 30px;
  height: 32px;
}
@media screen and (max-width: 480px) {
  .accordion .option .title::after {
    width: 20px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 35%;
  }
}
.accordion .option input[type=checkbox]:checked + label:after {
  transform: rotate(-180deg);
}
.accordion .option .content-box p {
  color: #13334c;
  margin: 0;
  padding: 6%;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0 0 15px 15px;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .accordion .option .content-box p {
    border-radius: 0 0 5px 5px;
  }
}

.navi__ul {
  width: fit-content;
  display: flex;
  border: 2px solid #3f72af;
  border-right: none;
}
.navi__ul__li {
  width: 175px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(249, 247, 247, 0.85);
  border-right: 2px solid #3f72af;
  font-weight: 700;
}
.navi__ul__li a {
  color: #3f72af;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  text-align: center;
}
.navi__ul__li a:hover {
  background: #b9d7ea;
  transition: 0.2s;
}

.BlueTag {
  display: inline-block;
  width: fit-content;
  font-weight: 700;
  padding: 0.2em;
  border: 1px solid;
  background: #b9d7ea;
  color: #3f72af;
  text-decoration: none;
  font-size: 0.9rem;
}

.navKinds {
  width: 295px;
  height: 120px;
  border: 2px solid #3f72af;
  display: flex;
  color: #3f72af;
  background: #f9f7f7;
}
.navKinds__iconArea {
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #3f72af;
  position: relative;
  transition: 0.2s;
}
.navKinds__iconArea:hover {
  background: #b9d7ea;
  transition: 0.2s;
}
.navKinds__iconArea a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navKinds__ankerArea {
  width: 60%;
}
.navKinds__ankerArea__ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.navKinds__ankerArea__ul__li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: relative;
  height: 100%;
  border-bottom: 2px solid #3f72af;
  transition: 0.2s;
}
.navKinds__ankerArea__ul__li::before {
  position: relative;
  left: -1em;
  content: url("../images/square_normal.svg");
}
.navKinds__ankerArea__ul__li:hover {
  background: #b9d7ea;
}
.navKinds__ankerArea__ul__li:hover::before {
  content: url("../images/square_blue.svg");
}
.navKinds__ankerArea__ul__li:last-child {
  border-bottom: none;
}
.navKinds__ankerArea__ul__li__anker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.simpleTable__one {
  display: flex;
  gap: 12px;
  margin-top: 56px;
}
.simpleTable__one:first-child {
  margin-top: 0px;
}
.simpleTable__one__left {
  width: 20%;
}
@media screen and (max-width: 780px) {
  .simpleTable__one__left {
    width: 30%;
  }
}
.simpleTable__one__left__txt {
  font-size: 1.1rem;
  position: relative;
  color: #005792;
  font-weight: 700;
}
.simpleTable__one__right {
  width: 80%;
}
@media screen and (max-width: 480px) {
  .simpleTable__one__right {
    width: 65%;
  }
}

.table {
  border: 5px solid #005792;
  line-height: 32px;
}
.table__one {
  display: flex;
  border-bottom: 5px solid #005792;
}
@media screen and (max-width: 780px) {
  .table__one {
    flex-direction: column;
  }
}
.table__one:last-child {
  border-bottom: none;
}
.table__one__left {
  border-right: 5px solid #005792;
  background: #f6f6e9;
  color: #005792;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 32px 24px;
  width: 20%;
}
@media screen and (max-width: 780px) {
  .table__one__left {
    border-right: none;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
  }
}
.table__one__right {
  width: 80%;
  padding: 32px 48px;
}
@media screen and (max-width: 780px) {
  .table__one__right {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
  }
}

.flowArea {
  color: #3f72af;
  font-size: 1.2rem;
}
.flowArea__one {
  border-radius: 9999px;
  border: 5px solid #3f72af;
  margin-bottom: 45px;
  position: relative;
}
.flowArea__one.finish {
  background: #f6f6e9;
}
.flowArea__one::before {
  position: absolute;
  content: "";
  width: 93px;
  height: 45px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #b9d7ea;
}
.flowArea__one:last-child::before {
  width: 0;
  height: 0;
}
.flowArea__one.arrow::before {
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.flowArea__one__txt {
  font-weight: 700;
  text-align: center;
  padding: 1.5em 1rem;
}

.simpleBtn {
  border: 2px solid #3b6ba6;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  position: relative;
}
.simpleBtn:hover {
  background: #b9d7ea;
  transition: 0.2s;
}
.simpleBtn__txt {
  font-weight: bold;
  width: fit-content;
  display: flex;
  justify-content: center;
  flex: 1 0;
}
@media screen and (max-width: 480px) {
  .simpleBtn__txt {
    font-size: 1.2rem;
  }
}
.simpleBtn__txt a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.simpleBtn__txt::before {
  position: absolute;
  left: 2em;
}
.simpleBtn__txt.mail_icon {
  padding-left: 1em;
}
.simpleBtn__txt.mail_icon::before {
  content: url("../images/mail_icon.svg");
}

.blogArticle {
  color: #3f72af;
  background: #f9f7f7;
  border: 2px solid #3f72af;
  padding: 40px;
  display: flex;
  gap: 0 65px;
  margin-bottom: 45px;
}
@media screen and (max-width: 780px) {
  .blogArticle {
    flex-wrap: wrap;
    padding: 24px;
  }
}
.blogArticle__imgArea {
  width: 25%;
  width: 315px;
  height: 200px;
  border: 2px solid #3f72af;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 780px) {
  .blogArticle__imgArea {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .blogArticle__imgArea {
    height: 200px;
  }
}
.blogArticle__imgArea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blogArticle__imgArea__txt {
  font-size: 2rem;
}
.blogArticle__content {
  width: 70%;
}
@media screen and (max-width: 780px) {
  .blogArticle__content {
    width: 100%;
    margin-top: 14px;
  }
}
.blogArticle__content__tagArea {
  display: flex;
  gap: 0 12px;
  margin-bottom: 12px;
}
.blogArticle__content__tagArea .BlueTag {
  font-size: 0.8rem;
}
.blogArticle__content__title {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
.blogArticle__content__title a {
  font-weight: 700;
  font-size: 1.3rem;
  color: #ffb673;
  text-decoration: none;
  transition: 0.2s;
}
.blogArticle__content__title a:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.blogArticle__content__txt {
  font-weight: 400;
}

/* ページネーション */
.pagination {
  margin: 40px 0 0;
}

.nav-links {
  display: flex;
}

.pagination {
  margin: 40px 0 0;
}
.pagination .pnavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 55px;
  padding: 16px 20px;
  color: #3f72af;
  background: #f9f7f7;
  border: 2px solid #3f72af;
  font-weight: 400;
  text-decoration: none;
}
.pagination .prev,
.pagination .next {
  font-weight: bold;
}
.pagination .dots {
  background: transparent;
  box-shadow: none;
}
.pagination .current {
  background: #3f72af;
  color: #fff;
}

.blueAnker {
  width: 100%;
  max-width: 590px;
  height: 330px;
  color: #3f72af;
  border: 2px solid #3f72af;
  background: #b9d7ea;
  padding: 1em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 780px) {
  .blueAnker {
    height: 280px;
  }
}
.blueAnker__title {
  font-size: 3rem;
  margin-bottom: 6px;
  text-align: center;
}
.blueAnker__small {
  font-size: 1.1rem;
  font-weight: 500;
}
.blueAnker__anker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchBar {
  border: 5px solid #ffb673;
  padding: 1.5em;
  color: #3f72af;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 12px 0;
}
@media screen and (max-width: 780px) {
  .searchBar {
    flex-wrap: wrap;
  }
}
.searchBar__categoryArea {
  width: 20%;
  min-width: 200px;
  position: relative;
  margin-right: 2em;
}
.searchBar__categoryArea::before {
  content: url("../images/arrow.svg");
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10;
}
.searchBar__categoryArea select {
  width: 100%;
  border: none;
  font-weight: 700;
  font-size: 1rem;
  color: #3f72af;
  position: relative;
  cursor: pointer;
  padding: 1em 1em 1em 2em;
}
@media screen and (max-width: 780px) {
  .searchBar__categoryArea select {
    padding: 1em;
  }
}
.searchBar__categoryArea select:focus {
  outline: none;
}
.searchBar__inputTxtArea {
  border-left: 1px solid #3f72af;
  width: 70%;
}
@media screen and (max-width: 780px) {
  .searchBar__inputTxtArea {
    border-left: none;
  }
}
.searchBar__inputTxtArea__input {
  outline: none;
  padding: 1em;
  border: none;
  margin-left: 2em;
  font-size: 1rem;
  width: calc(100% - 2em);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .searchBar__inputTxtArea__input {
    margin-left: 0;
  }
}
.searchBar__inputTxtArea__input::placeholder {
  color: #3f72af;
  opacity: 0.45;
}
.searchBar__submitArea {
  width: 20%;
  max-width: 100px;
  background: #3f72af;
  text-align: center;
  position: relative;
  padding: 1.5em 1em;
}
.searchBar__submitArea::before {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  content: url("../images/search.svg");
}
@media screen and (max-width: 480px) {
  .searchBar__submitArea::before {
    left: 12px;
  }
}
.searchBar__submitArea__submit {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: 500;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1em;
}

.moreBtn {
  width: 60%;
  max-width: 285px;
  height: 60px;
  position: relative;
  background: #b9d7ea;
  border: 2px solid #3f72af;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.2s;
}
.moreBtn:hover {
  background: #ffb673;
  transition: 0.2s;
}
.moreBtn::before {
  content: "";
  width: 50%;
  border: 1px solid #3f72af;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.moreBtn__txt {
  font-weight: 500;
  color: #3f72af;
  font-size: 1.3rem;
}
.moreBtn__anker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.humMenu {
  position: absolute;
  top: 0;
  right: -100%;
  background: #13334c;
  width: 50%;
  max-width: 250px;
  padding: 60px;
  color: #f6f6e9;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 20px 0px 0px 30px;
  z-index: 99;
  transition: 0.5s;
  display: none;
}
@media screen and (max-width: 1000px) {
  .humMenu {
    display: block;
  }
}
.humMenu.active {
  right: 0%;
  transition: 0.5s;
}
.humMenu__ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.humMenu__ul__li {
  position: relative;
}
.humMenu__ul__li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-header {
  position: fixed;
  background: #F9F7F7;
  padding: 0.85em;
  z-index: 80;
  width: 100%;
}
@media screen and (min-width: 999px) {
  .top-header .logo_area {
    display: none;
  }
}
.top-header .logo_area img {
  width: 150px;
}

.menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  align-items: center;
  z-index: 90;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu-btn {
    display: flex;
  }
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #3F72AF;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: white;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: white;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3584bb;
}

.menu-content ul {
  padding: 70px 24px 0;
}

.menu-content ul li {
  border-bottom: solid 1px white;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  box-sizing: border-box;
  color: white;
  text-decoration: none;
  padding: 24px 15px 10px 0;
  position: relative;
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 70%;
  height: 80%;
  max-height: 550px;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3f72af;
  transition: all 0.5s; /*アニメーション設定*/
  border-radius: 20px 0px 0px 30px;
}
@media screen and (max-width: 480px) {
  .menu-content {
    width: 70%;
  }
}

.person-slider {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 100px;
  overflow: hidden;
}
.person-slider_arrow {
  display: block;
  padding: 60px 16px;
}
.person-slider_arrow-left {
  width: 32px;
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .person-slider_arrow-left {
    left: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .person-slider_arrow-left {
    left: 1%;
  }
}
@media screen and (max-width: 780px) {
  .person-slider_arrow-left {
    left: 5%;
  }
}
@media screen and (max-width: 700px) {
  .person-slider_arrow-left {
    left: 1%;
  }
}
@media screen and (max-width: 600px) {
  .person-slider_arrow-left {
    left: 0;
    padding: 60px 16px 60px 4px;
  }
}
@media screen and (max-width: 480px) {
  .person-slider_arrow-left {
    left: 1%;
    padding: 60px 16px;
  }
}
.person-slider_arrow-right {
  width: 32px;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .person-slider_arrow-right {
    right: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .person-slider_arrow-right {
    right: 1%;
  }
}
@media screen and (max-width: 780px) {
  .person-slider_arrow-right {
    right: 5%;
  }
}
@media screen and (max-width: 700px) {
  .person-slider_arrow-right {
    right: 1%;
  }
}
@media screen and (max-width: 600px) {
  .person-slider_arrow-right {
    right: 0;
    padding: 60px 4px 60px 16px;
  }
}
@media screen and (max-width: 480px) {
  .person-slider_arrow-right {
    right: 1%;
    padding: 60px 16px;
  }
}

.person-list {
  width: 100%;
  max-width: 756px;
  padding: 4em 0 2em;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: stretch;
  opacity: 1;
}
@media screen and (max-width: 780px) {
  .person-list {
    max-width: 456px;
    padding-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  .person-list {
    max-width: 220px;
    padding-top: 1em;
  }
}
.person-list .one_person {
  position: relative;
  min-width: 350px;
  max-width: 350px;
  padding: 2em 0 3em;
  position: relative;
  left: -386px;
}
@media screen and (max-width: 780px) {
  .person-list .one_person {
    padding: 1em 0 1.5em;
    min-width: 200px;
    max-width: 200px;
    left: -236px;
  }
}
@media screen and (max-width: 480px) {
  .person-list .one_person {
    min-width: 200px;
    max-width: 200px;
    left: -236px;
  }
}
.person-list .one_person .name {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .person-list .one_person .name {
    width: 95%;
  }
}
.person-list .one_person .photo .image_area {
  width: 100%;
  padding: 1em 0 0 0;
  text-align: center;
}
.person-list .one_person .photo .image_area img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 780px) {
  .person-list .one_person .photo .image_area img {
    width: 95%;
  }
}

.entryBoxArea a {
  text-decoration: none;
}

.entryBox {
  width: 600px;
  margin: 0 auto;
  border: 6px solid #005792;
  position: relative;
  transition: 0.3s;
}
.entryBox:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.entryBox__linkArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 70%;
}
.entryBox__linkArea__img {
  padding: 2em 1em;
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  .entryBox__linkArea__img {
    padding: 1.5em 1em;
  }
}
.entryBox__txtArea {
  background: #005792;
  color: white;
  height: 30%;
}
.entryBox__txtArea__txt {
  text-align: center;
  padding: 1em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .entryBox__txtArea__txt {
    padding: 0.8em;
  }
}
.entryBox__anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entryPage .entryBoxArea a.entryBox__link {
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .entryPage .entryBox {
    width: 95%;
  }
}
.one_person {
  position: relative;
  width: 230px; /*;*/
  max-height: 260px;
  background-color: #f6f6e9;
  border-radius: 32px;
  border: 0.7em solid;
  border-color: #4274d3 #f56f0d #f56f0d #4274d3;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  padding: 0.5em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.one_person.person_title {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .one_person {
    width: 230px;
  }
}
.one_person:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.one_person .image_area {
  width: 100%;
  max-height: 180px;
  border-radius: 1em;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.one_person .image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.one_person a {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.one_person .part {
  font-size: 1.1em;
  font-weight: 600;
  padding-top: 0.3em;
  color: #f56f0d;
}
.one_person .dev,
.one_person .initial {
  font-size: 0.8rem;
  font-weight: 600;
  color: #13334c;
  padding-left: 0.8em;
}
.one_person .slider-link {
  display: none;
}
.one_person .slider-link.active {
  display: block;
}

.person_title {
  text-align: center;
  font-weight: 600;
  color: #13334c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.person_title h2 {
  font-size: 2.5em;
  font-weight: 600;
  color: #005792;
  margin-bottom: 0.2em;
  font-family: "Raleway", sans-serif;
}
.person_title p {
  font-weight: normal;
  font-size: 1.4rem;
  color: #13334c;
}
.person_title:hover {
  transform: none;
  cursor: default;
}
.person_title span {
  color: #f56f0d;
}

header.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 100;
  height: 65px;
}
@media screen and (max-width: 1000px) {
  header.pc-header {
    display: none;
  }
}
header.pc-header .inner_wrapper {
  background-color: #F9F7F7;
  width: 100%;
  padding: 0.5em 0;
  margin: 0 auto;
}
header.pc-header .inner_wrapper .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.5em;
  /*max-width: 1200px;*/
  margin: 0 auto;
}
header.pc-header .inner_wrapper .flex > a {
  margin-left: -3em;
}
header.pc-header .inner_wrapper .flex .logo_area img {
  width: 200px;
}
@media screen and (max-width: 480px) {
  header.pc-header .inner_wrapper .flex .logo_area img {
    width: 150px;
  }
}
header.pc-header .inner_wrapper .flex .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
  font-weight: 600;
}
header.pc-header .inner_wrapper .flex .menu a {
  text-decoration: none;
  color: #3F72AF;
}
header.pc-header .inner_wrapper .flex .menu a:hover {
  color: #ffb673;
}

.footer {
  background: url("../images/top-footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
}
.footer__ankerArea {
  width: 80%;
  margin: 0 auto;
  max-width: 1024px;
  padding: 140px 1em;
  color: #3b6ba6;
  display: flex;
  gap: 50px 100px;
}
@media screen and (max-width: 780px) {
  .footer__ankerArea {
    width: 95%;
    padding: 100px 0;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 780px) {
  .footer__ankerArea .link-b {
    display: flex;
    justify-content: space-between;
  }
}
.footer__ankerArea .link-b li {
  padding-left: 1em;
}
@media screen and (max-width: 780px) {
  .footer__ankerArea .link-b li {
    padding-left: 2em;
  }
}
.footer__ankerArea .link-b li:nth-child(1) {
  padding-bottom: 1.8em;
}
@media screen and (max-width: 780px) {
  .footer__ankerArea .link-b li:nth-child(1) {
    padding-left: 0;
  }
}
.footer__ankerArea .link-b li a {
  text-decoration: none;
  color: #3b6ba6;
}
.footer .simpleBtnArea {
  width: 80%;
  max-width: 200px;
}
@media screen and (max-width: 780px) {
  .footer .simpleBtnArea {
    max-width: none;
  }
}
.footer .simpleBtnArea .simpleBtn {
  margin-top: 15px;
  background: white;
  transition: 0.2s;
}
.footer .simpleBtnArea .simpleBtn:hover {
  background: #b9d7ea;
  transition: 0.2s;
}
.footer .simpleBtnArea .simpleBtn:first-child {
  margin-top: 0;
}
.footer__navArea {
  padding-top: 24px;
  width: 70%;
  max-width: 1024px;
  margin: 0 auto;
}
.footer__navArea__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
@media screen and (max-width: 480px) {
  .footer__navArea__ul {
    gap: 20px 0;
  }
}
.footer__navArea__ul__li {
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 480px) {
  .footer__navArea__ul__li {
    width: 50%;
  }
}
.footer__navArea__ul__li a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__infoArea {
  background: #3b6ba6;
  color: white;
  font-weight: bold;
}
.footer__infoArea__inner {
  width: 80%;
  margin: 0 auto;
  padding: 40px 1em;
  max-width: 1024px;
}
.footer__infoArea__img {
  display: block;
  width: 50px;
}
.footer__infoArea__txtArea {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
}
@media screen and (max-width: 870px) {
  .footer__infoArea__txtArea {
    flex-direction: column;
  }
}
.footer__infoArea__txtArea .blank-link {
  display: flex;
}
@media screen and (max-width: 870px) {
  .footer__infoArea__txtArea .blank-link {
    justify-content: space-around;
  }
}
.footer__infoArea__txtArea .blank-link li {
  margin-right: 3em;
  font-size: 0.9rem;
}
@media screen and (max-width: 870px) {
  .footer__infoArea__txtArea .blank-link li {
    margin: 0 1em 1.5em 0;
  }
}
.footer__infoArea__txtArea .blank-link li a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 870px) {
  .footer__infoArea__txtArea .small {
    margin: 0 auto;
  }
}
.footer__infoArea__txtArea__txt {
  width: fit-content;
}
.footer__infoArea__txtArea__txt a {
  color: white;
  text-decoration: underline;
}

header.flesh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 100;
  height: 65px;
}
header.flesh .inner_wrapper {
  background-color: #f6f6e9;
  width: 100%;
  padding: 0.5em 0;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  header.flesh .inner_wrapper {
    padding: 0.85em;
  }
}
header.flesh .inner_wrapper .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.5em;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  header.flesh .inner_wrapper .flex {
    justify-content: start;
  }
}
header.flesh .inner_wrapper .flex .logo_area img {
  width: 200px;
}
@media screen and (max-width: 480px) {
  header.flesh .inner_wrapper .flex .logo_area img {
    width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  header.flesh .inner_wrapper .flex .flesh__nav {
    display: none;
  }
}
header.flesh .inner_wrapper .flex .humMarkArea {
  display: none;
  margin-right: 1.5em;
  z-index: 100;
}
header.flesh .inner_wrapper .flex .humMarkArea .three-dot {
  width: 10px;
  display: none;
}
header.flesh .inner_wrapper .flex .humMarkArea .three-dot.active {
  display: block;
}
header.flesh .inner_wrapper .flex .humMarkArea .cross {
  width: 28px;
  height: 28px;
  display: none;
}
header.flesh .inner_wrapper .flex .humMarkArea .cross.active {
  display: block;
}
@media screen and (max-width: 1000px) {
  header.flesh .inner_wrapper .flex .humMarkArea {
    display: block;
  }
}
header.flesh .inner_wrapper .flex .menu {
  font-family: Raleway;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-weight: bold;
}
header.flesh .inner_wrapper .flex .menu a {
  text-decoration: none;
  color: #005792;
}
header.flesh .inner_wrapper .flex .menu a:hover {
  color: #fd5f00;
}
header.flesh .inner_wrapper .flex .menu .initial {
  color: #fd5f00;
}
header.flesh .inner_wrapper .flex .entry_btn .initial {
  color: #fd5f00;
}
@media screen and (max-width: 1000px) {
  header.flesh .inner_wrapper .flex .entry_btn {
    margin-right: 1em;
    margin-left: auto;
  }
}
header.flesh .inner_wrapper .flex .entry_btn .entry_btn {
  width: fit-content;
}
header.flesh .inner_wrapper .flex .entry_btn a {
  color: #005792;
  font-weight: 600;
  padding: 1em 2em;
  border: #005792 2px solid;
  border-radius: 0.4em;
  text-decoration: none;
}
header.flesh .inner_wrapper .flex .entry_btn a:hover {
  background-color: #fd5f00;
  border-color: #fd5f00;
  color: #f6f6e9;
}
header.flesh .inner_wrapper .flex .entry_btn a:hover .initial {
  color: #005792;
}

.recruit_footer {
  background-color: #005792;
  width: 100%;
  padding: 3em 0 0 0;
}
.recruit_footer .inner_wrapper {
  max-width: 1000px;
  padding: 2em 2em 1em;
  margin: 0 auto;
  color: #f6f6e9;
}
.recruit_footer .inner_wrapper .footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .recruit_footer .inner_wrapper .footer_nav ul {
    justify-content: space-evenly;
    margin-bottom: 2em;
  }
}
.recruit_footer .inner_wrapper .footer_nav ul li {
  margin: 0 3em 2em 0;
}
@media screen and (max-width: 480px) {
  .recruit_footer .inner_wrapper .footer_nav ul li {
    margin: 0 1em 1.5em 0;
  }
}
.recruit_footer .inner_wrapper .footer_nav ul a {
  text-decoration: none;
  color: #f6f6e9;
  font-weight: 600;
}
.recruit_footer .inner_wrapper .footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 870px) {
  .recruit_footer .inner_wrapper .footer-bottom {
    flex-direction: column;
  }
}
.recruit_footer .inner_wrapper .link-b {
  display: flex;
}
@media screen and (max-width: 870px) {
  .recruit_footer .inner_wrapper .link-b {
    justify-content: space-around;
  }
}
.recruit_footer .inner_wrapper .link-b li {
  font-size: 0.9rem;
  margin: 0 3em 0 0;
}
@media screen and (max-width: 870px) {
  .recruit_footer .inner_wrapper .link-b li {
    margin: 0 1em 1.5em 0;
  }
}
.recruit_footer .inner_wrapper .link-b li a {
  color: #fff;
  text-decoration: none;
}
.recruit_footer .inner_wrapper .copyright_area {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1em;
  font-size: 0.9rem;
}
@media screen and (max-width: 780px) {
  .recruit_footer .inner_wrapper .copyright_area {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 870px) {
  .recruit_footer .inner_wrapper .copyright_area p {
    margin: 0 auto;
  }
}
.recruit_footer .inner_wrapper .copyright_area p a {
  color: #fff;
}

header.career {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #61d2dc;
  margin-top: 0;
  z-index: 100;
  height: 65px;
}
header.career .inner_wrapper {
  width: 100%;
  max-width: 980px;
  padding: 0.5em 0 0.5em 2em;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  header.career .inner_wrapper {
    padding: 1em;
  }
}
header.career .inner_wrapper .logo_area img {
  width: 200px;
}
@media screen and (max-width: 480px) {
  header.career .inner_wrapper .logo_area img {
    width: 150px;
  }
}

.footer-career {
  background: #444444;
  width: 100%;
  padding: 4em 0 0;
  color: #f9f7f7;
}
@media screen and (max-width: 780px) {
  .footer-career {
    padding-top: 0;
  }
}
.footer-career__inner {
  max-width: 900px;
  padding: 2em;
  margin: 0 auto;
}
.footer-career__navArea {
  margin-bottom: 2em;
}
@media screen and (max-width: 870px) {
  .footer-career__navArea {
    margin-bottom: 0;
  }
}
.footer-career__navArea__ul {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-bottom: 4em;
}
@media screen and (max-width: 780px) {
  .footer-career__navArea__ul {
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 3em;
  }
}
.footer-career__navArea__ul__li {
  color: #f9f7f7;
  font-weight: 600;
  position: relative;
}
.footer-career__navArea__ul__li:nth-of-type(odd) {
  margin-left: 1em;
}
@media screen and (max-width: 780px) {
  .footer-career__navArea__ul__li {
    width: 45%;
  }
}
.footer-career__navArea__ul__li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-career__navArea .footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 870px) {
  .footer-career__navArea .footer-bottom {
    flex-direction: column;
  }
}
.footer-career__navArea .link-b {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 870px) {
  .footer-career__navArea .link-b {
    justify-content: space-around;
  }
}
.footer-career__navArea .link-b li {
  padding: 0 1em;
  font-size: 0.9rem;
}
@media screen and (max-width: 870px) {
  .footer-career__navArea .link-b li {
    margin: 0 1em 1.5em 0;
    padding: 0;
  }
}
.footer-career__navArea .link-b li a {
  color: #fff;
  text-decoration: none;
}
.footer-career .copyright {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 870px) {
  .footer-career .copyright {
    justify-content: center;
  }
}
.footer-career .footer-career__copyright {
  display: block;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .footer-career .footer-career__copyright {
    font-size: 0.7rem;
  }
}
.footer-career .footer-career__copyright a {
  color: #f9f7f7;
}

.hp_mt0 {
  margin-top: 0em !important;
}

.hp_mt1 {
  margin-top: 1em !important;
}

.hp_mt2 {
  margin-top: 2em !important;
}

.hp_mt3 {
  margin-top: 3em !important;
}

.hp_mt4 {
  margin-top: 4em !important;
}

.hp_mt5 {
  margin-top: 5em !important;
}

.hp_mt6 {
  margin-top: 6em !important;
}

.hp_mt7 {
  margin-top: 7em !important;
}

.hp_mt8 {
  margin-top: 8em !important;
}

.hp_mt9 {
  margin-top: 9em !important;
}

.hp_mt10 {
  margin-top: 10em !important;
}

.hp_mr1 {
  margin-right: 1em !important;
}

.hp_mr2 {
  margin-right: 2em !important;
}

.hp_mr3 {
  margin-right: 3em !important;
}

.hp_mr4 {
  margin-right: 4em !important;
}

.hp_mr5 {
  margin-right: 5em !important;
}

.hp_mr6 {
  margin-right: 6em !important;
}

.hp_mr7 {
  margin-right: 7em !important;
}

.hp_mr8 {
  margin-right: 8em !important;
}

.hp_mr9 {
  margin-right: 9em !important;
}

.hp_mr10 {
  margin-right: 10em !important;
}

.hp_mb1 {
  margin-bottom: 1em !important;
}

.hp_mb2 {
  margin-bottom: 2em !important;
}

.hp_mb3 {
  margin-bottom: 3em !important;
}

.hp_mb4 {
  margin-bottom: 4em !important;
}

.hp_mb5 {
  margin-bottom: 5em !important;
}

.hp_mb6 {
  margin-bottom: 6em !important;
}

.hp_mb7 {
  margin-bottom: 7em !important;
}

.hp_mb8 {
  margin-bottom: 8em !important;
}

.hp_mb9 {
  margin-bottom: 9em !important;
}

.hp_mb10 {
  margin-bottom: 10em !important;
}

.hp_ml1 {
  margin-left: 1em !important;
}

.hp_ml2 {
  margin-left: 2em !important;
}

.hp_ml3 {
  margin-left: 3em !important;
}

.hp_ml4 {
  margin-left: 4em !important;
}

.hp_ml5 {
  margin-left: 5em !important;
}

.hp_ml6 {
  margin-left: 6em !important;
}

.hp_ml7 {
  margin-left: 7em !important;
}

.hp_ml8 {
  margin-left: 8em !important;
}

.hp_ml9 {
  margin-left: 9em !important;
}

.hp_ml10 {
  margin-left: 10em !important;
}

.hp_pt1 {
  padding-top: 1em !important;
}

.hp_pt2 {
  padding-top: 2em !important;
}

.hp_pt3 {
  padding-top: 3em !important;
}

.hp_pt4 {
  padding-top: 4em !important;
}

.hp_pt5 {
  padding-top: 5em !important;
}

.hp_pt6 {
  padding-top: 6em !important;
}

.hp_pt7 {
  padding-top: 7em !important;
}

.hp_pt8 {
  padding-top: 8em !important;
}

.hp_pt9 {
  padding-top: 9em !important;
}

.hp_pt10 {
  padding-top: 10em !important;
}

.hp_pr1 {
  padding-right: 1em !important;
}

.hp_pr2 {
  padding-right: 2em !important;
}

.hp_pr3 {
  padding-right: 3em !important;
}

.hp_pr4 {
  padding-right: 4em !important;
}

.hp_pr5 {
  padding-right: 5em !important;
}

.hp_pr6 {
  padding-right: 6em !important;
}

.hp_pr7 {
  padding-right: 7em !important;
}

.hp_pr8 {
  padding-right: 8em !important;
}

.hp_pr9 {
  padding-right: 9em !important;
}

.hp_pr10 {
  padding-right: 10em !important;
}

.hp_pb1 {
  padding-bottom: 1em !important;
}

.hp_pb2 {
  padding-bottom: 2em !important;
}

.hp_pb3 {
  padding-bottom: 3em !important;
}

.hp_pb4 {
  padding-bottom: 4em !important;
}

.hp_pb5 {
  padding-bottom: 5em !important;
}

.hp_pb6 {
  padding-bottom: 6em !important;
}

.hp_pb7 {
  padding-bottom: 7em !important;
}

.hp_pb8 {
  padding-bottom: 8em !important;
}

.hp_pb9 {
  padding-bottom: 9em !important;
}

.hp_pb10 {
  padding-bottom: 10em !important;
}

.hp_pl1 {
  padding-left: 1em !important;
}

.hp_pl2 {
  padding-left: 2em !important;
}

.hp_pl3 {
  padding-left: 3em !important;
}

.hp_pl4 {
  padding-left: 4em !important;
}

.hp_pl5 {
  padding-left: 5em !important;
}

.hp_pl6 {
  padding-left: 6em !important;
}

.hp_pl7 {
  padding-left: 7em !important;
}

.hp_pl8 {
  padding-left: 8em !important;
}

.hp_pl9 {
  padding-left: 9em !important;
}

.hp_pl10 {
  padding-left: 10em !important;
}

.hp_fz05 {
  font-size: 0.5rem !important;
}

.hp_fz06 {
  font-size: 0.6rem !important;
}

.hp_fz07 {
  font-size: 0.7rem !important;
}

.hp_fz08 {
  font-size: 0.8rem !important;
}

.hp_fz09 {
  font-size: 0.9rem !important;
}

.hp_fz1 {
  font-size: 1rem !important;
}

.hp_fz1 {
  font-size: 1.1rem !important;
}

.hp_fz12 {
  font-size: 1.2rem !important;
}

.hp_fz13 {
  font-size: 1.3rem !important;
}

.hp_fz14 {
  font-size: 1.4rem !important;
}

.hp_fz15 {
  font-size: 1.5rem !important;
}

.hp_fz16 {
  font-size: 1.6rem !important;
}

.hp_fz17 {
  font-size: 1.7rem !important;
}

.hp_fz18 {
  font-size: 1.8rem !important;
}

.hp_fz19 {
  font-size: 1.9rem !important;
}

.hp_fz2 {
  font-size: 2rem !important;
}

.hp_fz21 {
  font-size: 2.1rem !important;
}

.hp_fz22 {
  font-size: 2.2rem !important;
}

.hp_fz23 {
  font-size: 2.3rem !important;
}

.hp_fz24 {
  font-size: 2.4rem !important;
}

.hp_fz25 {
  font-size: 2.5rem !important;
}

.hp_fz26 {
  font-size: 2.6rem !important;
}

.hp_fz27 {
  font-size: 2.7rem !important;
}

.hp_fz28 {
  font-size: 2.8rem !important;
}

.hp_fz29 {
  font-size: 2.9rem !important;
}

.hp_fz3 {
  font-size: 3rem !important;
}

.hp_max-w-780 {
  max-width: 780px !important;
}

.hp_smbr {
  display: none;
}
@media screen and (max-width: 480px) {
  .hp_smbr {
    display: block;
  }
}

.hp_pcbr {
  display: block;
}
@media screen and (max-width: 480px) {
  .hp_pcbr {
    display: none;
  }
}

.hp_font-Raleay {
  font-family: "Raleway", sans-serif !important;
}

.topPage {
  color: #3f72af;
}
.topPage .article_inner {
  padding: 65px 0;
  width: 100%;
}
.topPage .inner_wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .topPage .inner_wrapper {
    width: 90%;
    padding-top: 50px;
  }
}
.topPage .sp-navi {
  display: none;
}
@media screen and (max-width: 1000px) {
  .topPage .sp-navi {
    display: block;
    margin-top: 16px;
  }
}
.topPage .sp-navi .simpleBtn {
  margin: 1em auto;
  width: 90%;
}
.topPage .sp-navi .simpleBtn .simpleBtn__txt {
  font-weight: bold;
  width: fit-content;
  display: flex;
  justify-content: center;
  flex: 1 0;
}
.topPage .sp-navi .simpleBtn .simpleBtn__txt:before {
  left: 8em;
}
.topPage .moreBtnArea {
  display: flex;
  justify-content: flex-end;
}
.topPage .simpleBtn__txt {
  position: relative;
}
.topPage .simpleBtn__txt:before {
  left: 0;
}
.topPage .blogArticle__content__title a {
  color: #3f72af;
}
.topPage .fvArea {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
.topPage .fvArea .inner_wrapper {
  margin: 0 auto;
  padding: 0;
  padding-top: 0;
}
.topPage .fvArea .inner_wrapper .SPonly {
  display: none;
}
@media screen and (max-width: 1000px) {
  .topPage .fvArea .inner_wrapper .SPonly {
    display: block;
  }
  .topPage .fvArea .inner_wrapper .PConly {
    display: none;
  }
}
.topPage .fvArea .inner_wrapper img {
  position: absolute;
  top: 50%;
  left: 20%;
}
@media screen and (max-width: 800px) {
  .topPage .fvArea .inner_wrapper img {
    left: 9%;
  }
}
.topPage .fvArea__img {
  width: 100%;
  height: auto;
}
.topPage .fvArea__img2 {
  width: 16%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .topPage .fvArea__img2 {
    width: 28.5%;
  }
}
.topPage .fvArea .navKinds {
  position: relative;
  top: 32px;
  background: rgba(249, 247, 247, 0.85);
}
@media screen and (max-width: 780px) {
  .topPage .fvArea .navKinds {
    display: none;
  }
}
.topPage .fvArea .navi {
  position: absolute;
  bottom: 32px;
  right: 0;
}
@media screen and (max-width: 780px) {
  .topPage .fvArea .navi {
    display: none;
  }
}
.topPage .orangeTitleArea {
  margin-bottom: 48px;
}
.topPage .infoArea__title {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-align: center;
}
.topPage .infoArea__imgArea {
  margin: 92px auto;
}
.topPage .top_message .col2Info__txt {
  position: relative;
  width: 100%;
  margin-top: 2em;
}
.topPage .top_message .col2Info__txt .col2Info__text__right {
  display: block;
  text-align: right;
}
.topPage .top_message .col2Info__idea {
  width: 100%;
}
.topPage .top_message .grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 270px;
  margin: auto;
  cursor: pointer;
  transition: 0.2s ease;
  padding-right: 2.2em;
}
.topPage .top_message .grad-btn:before {
  background-color: #3f72af;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0.5em;
  top: 49%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: 0.2s;
  width: 10px;
}
.topPage .top_message .grad-btn:after {
  background-color: #3f72af;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0.5em;
  top: 49%;
  transition: 0.3s;
  width: 10px;
}
.topPage .top_message .grad-item {
  position: relative;
  overflow: hidden;
  height: 270px;
}
.topPage .top_message .grad-item:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
  content: "";
}
.topPage .top_message .grad-trigger {
  display: none;
}
.topPage .top_message .grad-trigger:checked + .grad-btn {
  display: none !important;
}
.topPage .top_message .grad-trigger:checked ~ .grad-item {
  height: auto;
}
.topPage .top_message .grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.topPage .culture__imgArea img {
  max-width: 100%;
}
.topPage .culture__imgArea .number-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: 0.3fr 0.4fr 0.5fr 0.5fr 0.5fr;
  grid-gap: 1.2em;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table {
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table {
    grid-template-rows: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr 0.8fr 0.2fr 0.2fr;
  }
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table {
    grid-template-rows: 0.5fr 0.5fr 0.4fr 0.4fr 0.4fr 0.7fr 0.4fr 0.4fr;
  }
}
.topPage .culture__imgArea .number-table .col-wrap {
  border: 2px solid #3f72af;
  text-align: center;
  padding: 2em 1em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap {
    padding: 1em;
  }
}
.topPage .culture__imgArea .number-table .col-wrap::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 8px;
  width: 100%;
  background: #b9d7ea;
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(5) {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/5;
  }
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(6) {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap:nth-child(6) {
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(7) {
  grid-column: 3/4;
  grid-row: 3/4;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap:nth-child(7) {
    grid-column: 1/2;
    grid-row: 3/5;
  }
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(8) {
  grid-column: 1/2;
  grid-row: 4/6;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap:nth-child(8) {
    grid-column: 1/3;
    grid-row: 6/8;
  }
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(9) {
  grid-column: 2/3;
  grid-row: 4/5;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap:nth-child(9) {
    grid-column: 1/2;
    grid-row: 8/9;
  }
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(10) {
  grid-column: 3/4;
  grid-row: 4/5;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap:nth-child(10) {
    grid-column: 2/3;
    grid-row: 8/9;
    padding: 1em 0;
  }
}
.topPage .culture__imgArea .number-table .col-wrap:nth-child(11) {
  grid-column: 2/4;
  grid-row: 5/6;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap:nth-child(11) {
    grid-column: 1/3;
    grid-row: 9/10;
    margin-bottom: 8px;
  }
}
.topPage .culture__imgArea .number-table .col-wrap h3 {
  margin: 0 0 1.5em;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap h3 {
    margin-bottom: 0.8em;
    font-size: 1rem;
  }
}
.topPage .culture__imgArea .number-table .col-wrap .number {
  font-family: "Roboto", sans-serif;
}
.topPage .culture__imgArea .number-table .col-wrap .font-b {
  font-size: 4rem;
  margin: 0 0.3rem;
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .col-wrap .font-b {
    font-size: 2.2rem;
  }
}
.topPage .culture__imgArea .number-table .col-wrap li {
  margin: 0.5em 0 0;
  z-index: 1;
  width: 100%;
}
.topPage .culture__imgArea .number-table .col-wrap dl {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.topPage .culture__imgArea .number-table .col-wrap dd span {
  font-size: 1.3rem;
  padding-right: 0.2em;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .col-wrap dd span {
    font-size: 1.1rem;
  }
}
.topPage .culture__imgArea .number-table .col2list {
  display: flex;
  align-items: flex-end;
}
.topPage .culture__imgArea .number-table .col2list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topPage .culture__imgArea .number-table .col2list p span {
  line-height: 6rem;
}
.topPage .culture__imgArea .number-table .col2list h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .topPage .culture__imgArea .number-table .col2list p span {
    line-height: 4rem;
  }
  .topPage .culture__imgArea .number-table .col2list h3 {
    font-size: 0.75rem;
  }
}
.topPage .culture__imgArea .number-table .col3list {
  display: flex;
  align-items: flex-end;
}
.topPage .culture__imgArea .number-table .col3list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topPage .culture__imgArea .number-table .col3list p span {
  line-height: 6rem;
}
.topPage .culture__imgArea .number-table .col3list h3 {
  margin-bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .topPage .culture__imgArea .number-table .col3list p span {
    line-height: 4rem;
  }
  .topPage .culture__imgArea .number-table .col3list h3 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1160px) {
  .topPage .culture__imgArea .number-table .col3list .font-b {
    font-size: 3.125rem;
    margin: 0 0.1em;
  }
}
@media screen and (max-width: 900px) {
  .topPage .culture__imgArea .number-table .col3list .font-b {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .topPage .culture__imgArea .number-table .col3list .font-b {
    font-size: 1.56rem;
  }
}
@media screen and (max-width: 1000px) {
  .topPage .culture__imgArea .number-table .map img {
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .map img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .map img {
    width: 90%;
  }
}
.topPage .culture__imgArea .number-table .off img {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .off img {
    width: 20%;
  }
}
.topPage .culture__imgArea .number-table .overtime img {
  position: absolute;
  bottom: 4.5em;
  right: 2em;
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .overtime img {
    width: 20%;
    bottom: 1em;
    right: 1em;
  }
}
.topPage .culture__imgArea .number-table .off p,
.topPage .culture__imgArea .number-table .overtime p {
  line-height: 1;
  padding-bottom: 1.5em;
}
.topPage .culture__imgArea .number-table .staff h3 {
  position: absolute;
  left: 4em;
  top: 3em;
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .staff h3 {
    position: static;
  }
}
@media screen and (max-width: 1000px) {
  .topPage .culture__imgArea .number-table .staff img {
    width: 95%;
  }
}
.topPage .culture__imgArea .number-table .helppoint p {
  margin-bottom: 1.5em;
}
.topPage .culture__imgArea .number-table .helppoint span {
  font-size: 0.8rem;
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .helppoint span {
    display: inline-block;
    font-size: 0.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1000px) {
  .topPage .culture__imgArea .number-table .transfer img {
    width: 95%;
  }
}
.topPage .culture__imgArea .number-table .age p {
  margin: 3em 0 4em;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .age p {
    margin: 1em 0 0;
  }
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .age img {
    position: absolute;
    left: 0;
    width: 105%;
  }
}
.topPage .culture__imgArea .number-table .mw dl {
  margin: 1em 2em;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .mw dl {
    margin-top: 4em;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .mw dl {
    margin: 1em 0.5em;
  }
}
.topPage .culture__imgArea .number-table .mw dt,
.topPage .culture__imgArea .number-table .mw dd {
  padding-right: 2em;
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .mw dt,
  .topPage .culture__imgArea .number-table .mw dd {
    padding-right: 1em;
  }
}
.topPage .culture__imgArea .number-table .hs ul {
  display: flex;
}
.topPage .culture__imgArea .number-table .hs img {
  width: 50%;
}
.topPage .culture__imgArea .number-table .mw ul {
  display: flex;
}
.topPage .culture__imgArea .number-table .mw img {
  width: 28%;
}
.topPage .culture__imgArea .number-table .mw ul {
  align-items: flex-end;
}
.topPage .culture__imgArea .number-table .mw ul h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .topPage .culture__imgArea .number-table .mw ul h3 {
    font-size: 0.8rem;
  }
}
.topPage .culture__imgArea .number-table .mw .or {
  padding: 0;
}
.topPage .culture__imgArea .number-table .decide img {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .topPage .culture__imgArea .number-table .lunch img,
  .topPage .culture__imgArea .number-table .active img,
  .topPage .culture__imgArea .number-table .student-club img {
    height: 30px;
    width: auto;
  }
}

#page_top {
  width: 65px;
  height: 65px;
  position: fixed;
  bottom: -65px;
  right: calc((100% - 1160px) / 2);
  background: #b9d7ea;
  opacity: 0.6;
}
@media screen and (max-width: 1160px) {
  #page_top {
    right: 0.8em;
    width: 40px;
    height: 40px;
    bottom: -40px;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  text-decoration: none;
}
@media screen and (max-width: 1160px) {
  #page_top a {
    width: 40px;
    height: 40px;
  }
}
#page_top a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f077";
  font-size: 30px;
  color: #3f72af;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-color: #b9d7ea;
  -webkit-text-stroke-width: 1px;
}

.page_topWrap.scroll-stop {
  position: relative;
}

.page_topWrap.scroll-stop #page_top {
  position: absolute;
  bottom: -100px !important;
  right: calc((100% - 1160px) / 2);
}
@media screen and (max-width: 1160px) {
  .page_topWrap.scroll-stop #page_top {
    right: 0.8em;
  }
}

.sample {
  background: #444444;
  border-radius: 3px;
  border: 1px solid #4274d3;
}
@media screen and (max-width: 780px) {
  .sample {
    background: #41b3d3;
  }
}

.flesh_top {
  width: 100%;
}
.flesh_top .fv {
  width: 100%;
  margin: 65px auto 0;
}
@media screen and (max-width: 480px) {
  .flesh_top .fv {
    width: 95%;
  }
}
.flesh_top .fv .image_area {
  max-width: 1200px;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
}
.flesh_top .fv .image_area img {
  width: 100%;
  height: 100%;
  border: 9px solid #3f72af;
  border-radius: 0px 0px 60px 60px;
}
@media screen and (max-width: 480px) {
  .flesh_top .fv .image_area img {
    border: 5px solid #005792;
    object-fit: cover;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 780px) {
  .flesh_top .fv .image_area img {
    border: 6px solid #3f72af;
  }
}
.flesh_top .category_sel .inner_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 4em auto;
}
.flesh_top .category_sel .inner_wrapper h2 {
  font-family: Raleway;
  font-size: 2.5em;
  font-weight: 600;
  color: #005792;
  margin: 0.2em 0;
  text-align: center;
}
.flesh_top .category_sel .inner_wrapper h2 span {
  color: #f56f0d;
}
.flesh_top .category_sel .inner_wrapper p {
  color: #13334c;
  font-size: 1.4rem;
  margin-bottom: 4em;
  font-weight: normal;
  text-align: center;
}
.flesh_top .category_sel .inner_wrapper .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
}
@media screen and (max-width: 480px) {
  .flesh_top .category_sel .inner_wrapper .categories {
    gap: 0.4em;
  }
}
.flesh_top .category_sel .inner_wrapper .categories .cat_image {
  width: 31%;
  min-width: 230px;
}
@media screen and (max-width: 480px) {
  .flesh_top .category_sel .inner_wrapper .categories .cat_image {
    min-width: 320px;
  }
}
.flesh_top .category_sel .inner_wrapper .categories img {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .flesh_top {
    margin-top: 32px;
  }
}

.occupation_page .aritcle_inner {
  margin: 0 auto;
}
.occupation_page .fv {
  padding: 8em 4em;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .occupation_page .fv {
    padding: 70px 0 100px;
  }
}
.occupation_page .fv .image_area {
  text-align: center;
  margin-bottom: 0.5em;
}
.occupation_page .fv .image_area h2 {
  font-family: Raleway;
  font-size: 2.5em;
  font-weight: 600;
  color: #005792;
  margin-bottom: 0.2em;
}
.occupation_page .fv .image_area h2 span {
  color: #f56f0d;
}
.occupation_page .fv .image_area p {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 4em;
}
@media screen and (max-width: 780px) {
  .occupation_page .fv .image_area p {
    margin-bottom: 2em;
  }
}
.occupation_page .fv .article_inner {
  padding: 0;
}
.occupation_page .fv .article_inner .link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .occupation_page .fv .article_inner .link {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.occupation_page .fv .article_inner .link li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 780px) {
  .occupation_page .fv .article_inner .link li {
    width: 33.3333%;
    padding: 0 0.2em;
  }
}
@media screen and (max-width: 780px) and (max-width: 480px) {
  .occupation_page .fv .article_inner .link li {
    width: 45%;
  }
}
@media screen and (max-width: 780px) {
  .occupation_page .fv .article_inner .link li img {
    width: 100%;
  }
}
.occupation_page .section_common .inner_wrapper {
  width: 100%;
  max-width: 980px;
  padding: 4em 2em;
  margin: 0 auto;
  color: #13334c;
}
@media screen and (max-width: 780px) {
  .occupation_page .section_common .inner_wrapper {
    width: 95%;
    padding: 0;
  }
}
.occupation_page .section_common .inner_wrapper .sales {
  color: #ea4c9d;
}
.occupation_page .section_common .inner_wrapper .engineer {
  color: #4274d3;
}
.occupation_page .section_common .inner_wrapper .office_work {
  color: #f8bf3c;
}
.occupation_page .section_common .inner_wrapper .text_area {
  line-height: 1.5;
}
.occupation_page .section_common .inner_wrapper .text_area h3 {
  font-size: 1.2rem;
  padding: 1em 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 780px) {
  .occupation_page .section_common .inner_wrapper .text_area h3 {
    padding-left: 1em;
  }
}
.occupation_page .section_common .inner_wrapper .text_area h3 span {
  font-weight: bold;
  font-size: 2.2rem;
}
.occupation_page .section_common .inner_wrapper .text_area h3 .font-Raleay {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.occupation_page .section_common .inner_wrapper .text_area .description {
  padding: 0 1em 1em;
}
@media screen and (max-width: 780px) {
  .occupation_page .section_common .inner_wrapper .text_area .description {
    padding-bottom: 3em;
  }
}
.occupation_page .section_common .inner_wrapper .text_area .description p + p {
  margin-top: 1.8em;
}
@media screen and (max-width: 780px) {
  .occupation_page .section_common .inner_wrapper .text_area .description p + p {
    margin-top: 1.5em;
  }
}
.occupation_page .section_common .inner_wrapper .text_area .description span {
  font-weight: bold;
}
.occupation_page #sales {
  background-color: #faeaf2;
  min-width: none;
}
.occupation_page #sales h3 .cabinTitle {
  color: #ea4c9d;
}
.occupation_page #engineer {
  background-color: #e9eef9;
  min-width: none;
}
.occupation_page #engineer h3 .cabinTitle {
  color: #4274d3;
}
.occupation_page #office_work {
  background-color: #fbf2eb;
  min-width: none;
}
.occupation_page #office_work h3 .cabinTitle {
  color: #f56f0d;
}
.occupation_page #cs {
  background-color: #eaf5f9;
  min-width: none;
}
.occupation_page .to_people {
  padding: 4em 0;
}
.occupation_page .to_people .inner_wrapper {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.occupation_page .to_people .inner_wrapper a {
  text-decoration: none;
  display: block;
  border-radius: 30px;
  border: 7px solid #005792;
  background: #f6f6e9;
  padding: 2em;
  text-align: center;
  color: #020202;
}
.occupation_page .to_people .inner_wrapper a p {
  font-weight: 600;
  font-size: 2.2rem;
  color: #005792;
  letter-spacing: 0.1em;
}
.occupation_page .to_people .inner_wrapper a p::first-letter {
  color: #f56f0d;
}
.occupation_page .to_people .inner_wrapper a span {
  color: #13334c;
}
.occupation_page .to_people .inner_wrapper img {
  width: 100%;
}
.occupation_page .to_people .inner_wrapper a:hover {
  opacity: 0.6;
}

.faq {
  max-width: 980px;
  margin: 0 auto;
}
.faq h2 {
  font-family: Raleway;
  text-align: center;
  margin-bottom: 0.2em;
  font-family: Raleway;
  font-weight: 600;
  font-size: 2.5em;
  color: #005792;
}
.faq h2 span {
  color: #f56f0d;
}
.faq p {
  color: #13334c;
  font-size: 1.4rem;
  margin-bottom: 4em;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .faq p {
    margin-bottom: 2em;
  }
}
.faq .link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .faq .link {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.faq .link li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 780px) {
  .faq .link li {
    width: 33.3333%;
    padding: 0 0.2em;
  }
}
@media screen and (max-width: 780px) and (max-width: 480px) {
  .faq .link li {
    width: 45%;
  }
}
@media screen and (max-width: 780px) {
  .faq .link li img {
    width: 100%;
  }
}
.faq h3 {
  color: #005792;
  font-weight: 600;
  margin: 2em 1em 1em 0.5em;
}
.faq .wrap {
  padding: 1em 0;
}
.faq .wrap:nth-of-type(1) .accordion .option {
  background: #F8ECEB;
}
.faq .wrap:nth-of-type(2) .accordion .option {
  background: #EDF7FB;
}
.faq .wrap:nth-of-type(3) .accordion .option {
  background: #F6F6E9;
}
.faq .content-box sup {
  vertical-align: super;
  font-size: 0.8rem;
}

.career-top {
  max-width: 980px;
  margin: 0 auto;
}
.career-top .fv {
  position: relative;
  height: 100%;
  margin: 65px auto 0;
}
.career-top .fv img {
  width: 100%;
}
.career-top .fv .career-top__fv__titleArea {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #f6f6f6;
  font-family: "Bangla Sangam MN";
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .career-top .fv .career-top__fv__titleArea {
    bottom: 20px;
    left: 40px;
  }
}
.career-top .fv .career-top__fv__titleArea .career-top__h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 780px) {
  .career-top .fv .career-top__fv__titleArea .career-top__h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .career-top .fv .career-top__fv__titleArea .career-top__h2 {
    font-size: 1.5rem;
  }
}
.career-top .fv .career-top__titleSub {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .career-top .fv .career-top__titleSub {
    font-size: 1rem;
  }
}
.career-top .navi {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .career-top .navi {
    margin: 2em auto;
  }
}
.career-top .navi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em 1em;
  margin: 4em 0;
}
@media screen and (max-width: 780px) {
  .career-top .navi ul {
    gap: 1em;
    margin: 4em 1em;
  }
}
.career-top .navi ul li {
  width: 47.5%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-size: cover;
  border: 5px solid #444;
  border-radius: 5px;
}
@media screen and (max-width: 780px) {
  .career-top .navi ul li {
    width: 45%;
  }
}
.career-top .navi ul li a {
  color: #fff;
}
.career-top .navi ul li img {
  width: 100%;
  display: block;
  transition-duration: 0.5s;
}
.career-top .navi ul li img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.8;
}
.career-top .navi ul li .text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.career-top .navi ul li p {
  text-align: center;
  letter-spacing: 0.1em;
}
.career-top .navi ul li p.job {
  font-size: 1.3rem;
  line-height: 1em;
}
@media screen and (max-width: 780px) {
  .career-top .navi ul li p.job {
    font-size: 0.8rem;
  }
}
.career-top .navi ul li p.job span {
  font-size: 0.8rem;
}
.career-top .navi ul li p.entry {
  background: #FF2C2C;
  opacity: 0.8;
  padding: 1rem;
  border-radius: 30px;
  width: 200px;
  margin-top: 1em;
}
@media screen and (max-width: 780px) {
  .career-top .navi ul li p.entry {
    width: 100px;
    padding: 0.4rem;
    font-size: 0.6rem;
  }
}

.people_page {
  width: 100%;
}
.people_page .article_inner {
  width: 100%;
}
.people_page .inner_wrapper {
  width: 100%;
  max-width: 900px;
  padding: 8em 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}

.training_page {
  width: 100%;
}
.training_page h2 {
  font-family: Raleway;
  font-weight: 600;
  font-size: 2.5rem;
  color: #005792;
  padding: 1em 0em 0.2em 0em;
  text-align: center;
}
.training_page h2 span {
  color: #fd5f00;
}
.training_page p {
  color: #13334c;
  font-size: 1.4rem;
  margin-bottom: 4em;
  font-weight: normal;
  text-align: center;
}
.training_page .fv {
  width: 100%;
  max-width: 1200px;
  margin: 65px auto 0;
}
@media screen and (max-width: 480px) {
  .training_page .fv {
    width: 95%;
  }
}
.training_page .fv .image_area {
  width: 100%;
}
.training_page .fv .image_area img {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px 0px 60px 60px;
  border: 9px solid #005792;
}
@media screen and (max-width: 480px) {
  .training_page .fv .image_area img {
    border: 5px solid #005792;
    object-fit: cover;
    box-sizing: border-box;
  }
}
.training_page .three_cats {
  max-width: 1200px;
  margin: 0 auto 8em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 780px) {
  .training_page .three_cats {
    flex-direction: column;
  }
}
.training_page .one_cat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 3em;
}
@media screen and (max-width: 780px) {
  .training_page .one_cat {
    width: 100%;
    padding: 1em;
  }
}
.training_page .one_cat:nth-of-type(1) {
  background: #faeaf2;
}
@media screen and (max-width: 780px) {
  .training_page .one_cat:nth-of-type(1) {
    border-right: none;
  }
}
.training_page .one_cat:nth-of-type(2) {
  background: #e9eef9;
}
@media screen and (max-width: 780px) {
  .training_page .one_cat:nth-of-type(2) {
    border-right: none;
  }
}
.training_page .one_cat:nth-of-type(3) {
  background: #fbf2eb;
}
.training_page .one_cat .image_area {
  margin-bottom: 4em;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .training_page .one_cat .image_area {
    margin-bottom: 2em;
  }
}
.training_page .one_cat .image_area h3 {
  color: #005792;
  font-weight: bold;
  margin: 1em 0;
}
.training_page .one_cat .image_area img {
  box-sizing: border-box;
  width: 30px;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .training_page .one_cat .flex {
    display: flex;
    gap: 1em;
  }
}
@media screen and (max-width: 780px) and (max-width: 480px) {
  .training_page .one_cat .flex {
    flex-direction: column;
  }
}
.training_page .one_cat ul {
  padding: 0.5em 0 0.5em 4em;
  min-height: 220px;
}
@media screen and (max-width: 780px) {
  .training_page .one_cat ul {
    min-height: auto;
    padding: 0.5em 1em 0.5em 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .training_page .one_cat ul {
    padding-left: 7em;
  }
}
.training_page .one_cat ul .flex {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 480px) {
  .training_page .one_cat ul .flex {
    flex-direction: row;
  }
}
.training_page .one_cat ul .flex h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: #005792;
}
.training_page .one_cat ul li {
  margin-bottom: 0.5em;
}
.training_page .one_cat ul li:not(:first-of-type) {
  margin-left: 1.6em;
  color: #13334c;
}
.training_page .one_cat ul li:not(:first-of-type) {
  margin-left: 1em;
}

.jobPage {
  color: #13334c;
}
.jobPage .image_area {
  text-align: center;
}
.jobPage .image_area h2 {
  font-family: Raleway;
  font-size: 2.5em;
  font-weight: 600;
  color: #005792;
  margin-bottom: 0.2em;
}
.jobPage .image_area h2 span {
  color: #f56f0d;
}
.jobPage .image_area p {
  color: #13334c;
  font-size: 1.4rem;
  margin-bottom: 4em;
  font-weight: normal;
}
.jobPage h3 {
  font-size: 1.3rem;
}
@media screen and (max-width: 780px) {
  .jobPage h3 {
    font-size: 1.1rem;
  }
}
.jobPage .article_inner {
  max-width: 1024px;
}
.jobPage .simpleTable h2.pageTitle {
  font-size: 1rem;
}
.jobPage .simpleTable__one__left__txt.pink::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0px;
  bottom: -1em;
  border-radius: 10px;
  left: 0;
  border: 5px solid #ea4c9d;
}
.jobPage .simpleTable__one__left__txt.blue::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0px;
  bottom: -1em;
  border-radius: 10px;
  left: 0;
  border: 5px solid #4274d3;
}
.jobPage .simpleTable__one__left__txt.orange::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0px;
  bottom: -1em;
  border-radius: 10px;
  left: 0;
  border: 5px solid #f56f0d;
}
.jobPage .simpleTable__one__left__txt.skyBlue::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0px;
  bottom: -1em;
  border-radius: 10px;
  left: 0;
  border: 5px solid #51cfff;
}
.jobPage .btnArea .inner_wrapper {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.jobPage .btnArea .mainBtn {
  position: relative;
  width: 48%;
  color: #005792;
}
.jobPage .btnArea .mainBtn::before {
  content: url("../images/arrow_rainbow.svg");
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
}
.jobPage .btnArea .mainBtn.another::before {
  content: url("../images/arrow_rainbow2.svg");
}
.jobPage .btnArea .mainBtn__txt {
  padding: 2rem 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 780px) {
  .jobPage .btnArea .mainBtn__txt {
    padding: 1.5rem 0;
    font-size: 1.2rem;
  }
}
.jobPage .requirements .inner_wrapper {
  margin-top: 4em;
  padding-top: 4em;
}
.jobPage .table {
  max-width: 920px;
  margin: 0 auto;
}
.jobPage .flow {
  padding-top: 2em;
}
.jobPage .flow .inner_wrapper {
  width: 95%;
  max-width: 650px;
  margin: 4em auto 0;
}
.jobPage .to_entry {
  padding: 4em 0;
}
.jobPage .to_entry .inner_wrapper {
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}
.jobPage .to_entry .inner_wrapper a {
  text-decoration: none;
  display: block;
  border-radius: 30px;
  border: 7px solid #005792;
  background: #f6f6e9;
  padding: 2em;
  text-align: center;
  color: #020202;
}
.jobPage .to_entry .inner_wrapper a:hover {
  opacity: 0.6;
}
.jobPage .to_entry .inner_wrapper a p {
  font-weight: 600;
  font-size: 2.2rem;
  color: #005792;
  letter-spacing: 0.1em;
}
.jobPage .to_entry .inner_wrapper a p:first-letter {
  color: #f56f0d;
}

.oneday {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 2em;
  color: #13334c;
}
@media screen and (max-width: 780px) {
  .oneday section {
    width: 95%;
    margin: 0 auto;
  }
}
.oneday .col2 {
  display: flex;
}
.oneday .intro {
  margin-top: 7em;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .oneday .intro {
    flex-direction: column;
    margin-top: 2em;
  }
}
.oneday .intro .text-area {
  margin-right: 1em;
}
.oneday .intro .text-area h2 {
  color: #fd5f00;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .oneday .intro .text-area h2 {
    margin: 0.5em 0;
  }
}
.oneday .intro .text-area span {
  font-weight: bold;
}
.oneday .intro .text-area p {
  font-size: 0.9rem;
}
.oneday .intro .text-area .motto {
  margin: 2em 0;
  font-size: 1rem;
}
.oneday .intro .text-area .motto h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.oneday .intro img {
  width: 40%;
  height: 40%;
}
@media screen and (max-width: 780px) {
  .oneday .intro img {
    width: 100%;
  }
}
.oneday .interview .wrap05 {
  flex-direction: row-reverse;
}
.oneday .interview .interviewWrap {
  margin: 2.5em 0;
}
@media screen and (max-width: 780px) {
  .oneday .interview .interviewWrap {
    margin: 1em 0;
    flex-direction: column;
  }
}
.oneday .interview .interviewWrap .text h3 {
  display: flex;
  margin-bottom: 0.5em;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
}
.oneday .interview .interviewWrap .text h3 span {
  color: #fd5f00;
  font-size: 1.7rem;
  padding-right: 0.5em;
}
.oneday .interview .interviewWrap .text h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.oneday .interview .interviewWrap .right {
  margin: 0.5em 0 0 2.5em;
}
@media screen and (max-width: 780px) {
  .oneday .interview .interviewWrap .right {
    margin: 0;
  }
}
.oneday .interview .interviewWrap .left {
  margin: 0.5em 2.5em 0 0;
}
@media screen and (max-width: 780px) {
  .oneday .interview .interviewWrap .left {
    margin: 0;
  }
}
.oneday .interview .interviewWrap .right,
.oneday .interview .interviewWrap .left {
  width: 100%;
}

.oneday-schedule .schedule {
  background: #f6f6e9;
}
.oneday-schedule .schedule .scheduleWrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 3em 0 3em 1em;
}
@media screen and (max-width: 780px) {
  .oneday-schedule .schedule {
    padding-left: 1.5em;
    margin-bottom: 0.8em;
  }
}
.oneday-schedule .schedule h3 {
  color: #005792;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 2.5em;
}
.oneday-schedule .schedule .initial {
  color: #fd5f00;
}
.oneday-schedule p {
  max-width: 980px;
  color: #005792;
  margin: 0.8em auto;
}
.oneday-schedule span.note {
  display: block;
  max-width: 980px;
  color: #005792;
  margin: 0.6em auto;
}
@media screen and (max-width: 780px) {
  .oneday-schedule span.note {
    padding-left: 1em;
  }
}

.policy_page {
  width: 100%;
  line-height: 2;
}
.policy_page .inner_wrapper {
  max-width: 780px;
  margin: 0 auto;
  padding: 4em 2em;
}
.policy_page h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #020202;
  border-bottom: 2px solid #005792;
  margin-bottom: 1em;
}
.policy_page h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #005792;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
  border-left: 4px solid #005792;
}
.policy_page h4 {
  font-weight: 600;
}
.policy_page h5 {
  width: fit-content;
  border-bottom: #484848 1px dotted;
}
.policy_page .one_sec p {
  padding: 0.5em;
}
.policy_page .one_sec ul {
  padding: 0.5em;
}
.policy_page .one_sec ul li {
  padding: 0.3em;
  color: #484848;
}
.policy_page .one_sec ul li ul {
  padding: 0.5em;
}
.policy_page .one_sec .remake ul li {
  padding: 0;
  font-weight: normal;
}
.policy_page .one_sec .two ul li {
  font-weight: 600;
}
.policy_page .one_sec .two ul li ul li {
  font-weight: 500;
}
.policy_page .one_sec .two .remake ul li {
  padding: 0;
  font-weight: normal;
}

.companyPage .article_inner {
  max-width: 1200px;
  padding-top: 60px;
}
.companyPage .article_inner.career {
  padding-top: 120px;
}
.companyPage .inner_wrapper {
  max-width: 780px;
  margin: 0 auto;
}
.companyPage .simpleTable__one__left__txt {
  color: #020202;
}
.companyPage .simpleTable__one__left__txt::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0px;
  bottom: -1em;
  border-radius: 10px;
  left: 0;
  border: 5px solid #d2d2d2;
}

.blogPage .article_inner {
  max-width: 1200px;
  padding-top: 60px;
}
@media screen and (max-width: 780px) {
  .blogPage .tagtitleArea.first {
    margin-top: 0;
  }
}
.blogPage .tagtitleArea.recruit {
  margin-top: 120px;
}

.blueAnkerArea {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 780px) {
  .blueAnkerArea {
    flex-wrap: wrap;
  }
}

.blog_page .contents_text h1,
.blog_page .contents_text h2,
.blog_page .contents_text h3,
.blog_page .contents_text h4 {
  margin: 1em 0 0.6em;
  font-weight: bold;
}
.blog_page .contents_text h1 {
  font-size: 1.6rem;
  border-left: 8px solid #b9d7ea;
  padding: 1px 0 1px 10px;
}
.blog_page .contents_text h2 {
  font-size: 1.4rem;
  border-bottom: 2px solid #b9d7ea;
  padding-left: 8px;
}
.blog_page .contents_text h3 {
  font-size: 1.2rem;
  background: #b9d7ea;
  padding: 0.5px 0 0.5px 8px;
}
.blog_page .contents_text h4 {
  font-size: 1.1em;
}
.blog_page .contents_text ul {
  margin: 0.5em 0;
}
.blog_page .contents_text ul li {
  list-style: square;
  margin-left: 1.3em;
}
.blog_page .contents_text strong {
  font-weight: bold;
}
.blog_page .contents_text img {
  margin: 1em 0;
}

.single_page .inner_wrapper {
  width: 95%;
  max-width: 780px;
  padding: 80px 0 120px;
  margin: 0 auto;
  color: #3f72af;
}
.single_page h2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.single_page h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.single_page .q_title h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  padding-top: 1em;
  font-size: 1.5rem;
}
.single_page .imageArea img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 350px;
}
.single_page .answer_area.contents_area {
  padding: 40px 0;
  font-weight: normal;
}
.single_page .tagArea {
  display: flex;
  gap: 0.25em;
  margin-top: 3em;
}
.single_page .BluetagArea {
  display: flex;
  gap: 12px;
}
.single_page .timeArea {
  display: block;
  text-align: right;
}
.single_page .btnArea {
  display: flex;
  position: relative;
  gap: 1.5em;
  margin-top: 60px;
}
@media screen and (max-width: 780px) {
  .single_page .btnArea {
    flex-direction: column;
  }
}
.single_page .btnArea_one {
  border: 1px solid #3f72af;
  border-radius: 6px;
  background: #f9f7f7;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}
.single_page .btnArea_one:hover {
  opacity: 0.7;
}
.single_page .btnArea_one a {
  font-weight: bold;
  color: #3f72af;
  padding: 1em;
  display: block;
  padding: 2em 0.5em;
}
.single_page .btnArea_one--next {
  background: white;
  width: 35%;
  transition: 0.2s;
  position: absolute;
  left: 0;
}
.single_page .btnArea_one--next:hover {
  background: #3f72af;
  transition: 0.2s;
  opacity: 1;
}
.single_page .btnArea_one--next:hover a {
  color: white;
}
.single_page .btnArea_one--back {
  background: white;
  width: 35%;
  transition: 0.2s;
  position: absolute;
  right: 0;
}
.single_page .btnArea_one--back:hover {
  background: #3f72af;
  transition: 0.2s;
  opacity: 1;
}
.single_page .btnArea_one--back:hover a {
  color: white;
}
.single_page .btnArea_one--index {
  width: 24%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .single_page .btnArea_one {
    width: 100%;
  }
}
.single_page .arrow {
  width: 16px;
}
.single_page .btnArea_one:hover .arrow_left {
  left: -0.8em;
  transition: 0.3s;
}
.single_page .btnArea_one:hover .arrow_right {
  right: -0.8em;
  transition: 0.3s;
}
@media screen and (max-width: 780px) {
  .single_page .btnArea_one--next,
  .single_page .btnArea_one--back,
  .single_page .btnArea_one--index {
    width: 100%;
    position: static;
  }
}

.entryPage .article_inner {
  max-width: 1024px;
  margin: 0 auto;
}
.entryPage .cabinTitleArea .cabinTitle {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: Raleway;
  color: #005792;
}
.entryPage .cabinTitleArea .cabinTitle span {
  color: #f56f0d;
}
.entryPage .cabinTitleArea .subTitle {
  text-align: center;
  font-size: 1.3rem;
}
.entryPage .entryArea {
  margin-top: 2em;
}
.entryPage .entryArea__info {
  text-align: center;
}
.entryPage .entryBoxArea {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-top: 60px;
}
@media screen and (max-width: 780px) {
  .entryPage .entryBoxArea {
    flex-direction: column;
    margin-top: 36px;
  }
}/*# sourceMappingURL=style.css.map */