@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

img {
  width: 100%;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  background-color: #F5F7F5;
}

html {
  /* width: 100vw; */
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  /* overflow-x: hidden; */
  font-feature-settings: "palt" 1;
  font-size: 62.5%;
  font-weight: 400;
}

:target {
  scroll-margin-top: 200px;
  /* 固定ヘッダーの高さに応じて調整 */
}

a {
  text-decoration: none;
}

.mb_5 {
  margin-bottom: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 15px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* header設定
---------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  background-color: #F5F7F5;
  z-index: 999;
}

header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
header .header_inner .title_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
header .header_inner .title_box h1 {
  width: 194px;
  margin-right: 20px;
  margin-bottom: -1px;
}
header .header_inner .title_box h1 img {
  width: 100%;
  height: auto;
}
header .header_inner .title_box .sub {
  width: 99px;
  margin-bottom: -8px;
}
header .header_inner .title_box .sub img {
  width: 100%;
  height: auto;
}
header .header_inner .menu_set {
  display: flex;
  align-items: center;
}
header .header_inner .menu_set .menu_box {
  display: flex;
  align-items: flex-end;
  position: relative;
}
header .header_inner .menu_set .menu_box .menu {
  display: flex;
  margin-right: 25px;
}
header .header_inner .menu_set .menu_box .menu li {
  display: flex;
  align-items: center;
  font-size: 1.3em;
  font-weight: 400;
  border-right: 1px solid #214267;
  padding: 2px 12px;
  letter-spacing: 0.05em;
}
header .header_inner .menu_set .menu_box .menu li span {
  width: 10px;
  margin-left: 5px;
  margin-top: -10px;
}
header .header_inner .menu_set .menu_box .menu li:hover {
  opacity: 0.8;
  cursor: pointer;
}
header .header_inner .menu_set .menu_box .menu li:last-child {
  border-right: none;
}
header .header_inner .menu_set .menu_box .about_box {
  display: none;
  /* 初期状態では非表示 */
  position: absolute;
  left: 18px;
  top: 80px;
  width: 170px;
}
header .header_inner .menu_set .menu_box .about_box ul {
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0px #c4c2c2;
  
}
header .header_inner .menu_set .menu_box .about_box ul li {
  font-size: 1.3em;
  padding: 0.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #214267;
  list-style: none;
  width: 100%;
  position: relative;
  /*←追記！*/
}
header .header_inner .menu_set .menu_box .about_box ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  position: absolute;
  top: 10px;
  right: 15px;
  transform: rotate(45deg);
}
header .header_inner .menu_set .menu_box .about_box ul li:hover {
  background-color: #214267;
  color: #fff;
}
header .header_inner .menu_set .menu_box .about_box.active {
  display: block;
  /* アクティブ時に表示 */
}
header .header_inner .menu_set .menu_box .icon img {
  transition: transform 0.3s ease;
  /* アニメーション効果を追加（任意） */
}
header .header_inner .menu_set .menu_box .icon.up img {
  transform: rotate(180deg);
  /* アイコンを上下反転（CSSで対応する場合） */
}
header .header_inner .menu_set .menu_box .btn_box {
  display: flex;
  align-items: center;
}
header .header_inner .menu_set .menu_box .btn_box .btn {
  font-size: 1.9em;
  width: 7em;
  font-weight: 400;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: #214267;
  margin-left: 5px;
  letter-spacing: 0.1em;
}
header .header_inner .menu_set .menu_box .btn_box .btn span {
  font-size: 0.8em;
  color: #CFDB00;
}
header .header_inner .menu_set .menu_box .btn_box .btn:hover {
  opacity: 0.8;
}
header .header_inner .login_menu {
  display: none;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  z-index: 1000;
  padding: 10px 0;
  border-radius: 0.5rem;
}
header .header_inner .login_menu li {
  padding: 10px 20px 20px;
  font-size: 1.4em;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}
header .header_inner .login_menu li:last-child {
  padding: 17px 20px 9px;
  border-bottom: none;
}

@media screen and (max-width: 479px) {
  header .header_inner .login {
    right: 13%;
  }
}
header .header_inner .login:hover {
  opacity: 0.6;
}

/* footer設定
---------------------------- */
#footnav {
    width: 100%;
    color: #fff;
    background-color: #424E5C;
    text-align: left;
    padding: 40px 20px;
}

#footnav img {
    margin-left: 4px;
}

#footnav .foot-row {
    width: 100%;
    max-width: 1005px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
}

#footnav .footmenu {
    width: 166px;
    font-size: 16px;
}


#footnav .main {
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 24px;
}

#footnav .sub {
    list-style-type: none;
    padding: 0;
    font-size: 12px;
    margin-bottom: 16px;
}

#footnav .copyright {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}

#footnav .copyright img {
    width: 29px;
    height: 29px;
    margin-bottom: 16px;
    border: 0;
}

#footnav a {
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: underline;
}

#footnav a img{
    width: 14px;
}

#footnav a:hover {
    color: #969696;
}

.footmenu-right {
    width: 166px;
    font-size: 16px;
    margin-right: 0px;
}

/* SPフッター */
#SP--footnav {
    display: none;
}


@media screen and (max-width: 979px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header設定
  ---------------------------- */
  header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 80px;
    width: 100%;
    background-color: #F5F7F5;
    z-index: 999;
  }
  header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 10px auto;
    padding: 0 8px;
  }
  header .header_inner .title_box {
    width: 35%;
    max-width: 140px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
  }
  header .header_inner .title_box h1 {
    width: 100%;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  header .header_inner .title_box .sub {
    width: 80px;
    margin: 0 0 0 33px;
  }
  header .header_inner .menu_set {
    display: flex;
    align-items: center;
  }
  header .header_inner .menu_set .menu_box {
    display: flex;
    align-items: center;
    position: relative;
  }
  header .header_inner .menu_set .menu_box .menu {
    display: none;
  }
  header .header_inner .menu_set .menu_box .about_box {
    display: none;
    /* 初期状態では非表示 */
  }
  header .header_inner .menu_set .menu_box .btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }
  header .header_inner .menu_set .menu_box .btn_box .btn {
    font-size: 1.5em;
    width: 85px;
    font-weight: 400;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    background-color: #214267;
    margin-left: 0;
    border: none;
    letter-spacing: 0.1em;
  }
  header .header_inner .menu_set .menu_box .btn_box .btn span {
    font-size: 1.4rem;
    color: #CFDB00;
  }
  header .header_inner .menu_set .menu_box .btn_box .btn.first {
    width: 90px;
    margin-right: 20px!important;
  }
  header .header_inner .menu_set .menu_box .btn_box .btn:hover {
    opacity: 0.8;
  }
  footer#footnav {
    padding: 3rem 0 5px;
  }
  footer#footnav #container {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    max-width: 1032px;
    font-size: 1.4rem;
    color: #fff;
  }
  footer#footnav #container .main {
    display: flex;
    /* box-sizing: content-box; */
    margin-bottom: 1.6rem;
    height: 22rem;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-content: space-around;
  }
  footer#footnav #container .main li {
    margin-right: 9%;
    float: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
  }
  footer#footnav #container .main ul.sub {
    display: none;
    flex-direction: column;
    font-weight: 200;
  }
  footer#footnav #container .main ul.sub li {
    margin-bottom: 1rem;
  }
  footer#footnav #container .main > li > p {
    margin-bottom: 2rem;
  }
  footer#footnav #container a:visited {
    color: #fff;
  }
  footer#footnav #container address {
    width: 90%;
    text-align: right;
    margin: 0 auto 20px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 978px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 10px auto;
  }
  header .header_inner .title_box {
    width: 38%;
    gap: 1rem;
  }
  header .header_inner .menu_set {
    display: flex;
    align-items: center;
  }
  header .header_inner .menu_set .menu_box {
    display: flex;
    align-items: center;
    position: relative;
  }
  header .header_inner .menu_set .menu_box .menu {
    display: none;
  }
  header .header_inner .menu_set .menu_box .about_box {
    display: none;
    /* 初期状態では非表示 */
  }
  header .header_inner .menu_set .menu_box .btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }
  header .header_inner .menu_set .menu_box .btn_box .btn {
    font-size: 1.8em;
    width: 150px;
    font-weight: 400;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    background-color: #214267;
    margin-left: 0;
    border: none;
    letter-spacing: 0.1em;
  }
  header .header_inner .menu_set .menu_box .btn_box .btn span {
    font-size: 1.4rem;
    color: #CFDB00;
  }
  header .header_inner .menu_set .menu_box .btn_box .btn.first {
    width: 150px;
    margin-right: 15px;
  }
  header .header_inner .menu_set .menu_box .btn_box .btn:hover {
    opacity: 0.8;
  }
}
/* ハンバーガーアイコンのスタイル */
.hamburger_menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 43px;
  height: 25px;
  justify-content: space-between;
  margin: 0 12px;
}

.hamburger_icon {
  width: 100%;
  height: 2px;
  background-color: black;
  transition: 0.3s;
}

/* クリック後、バツ印に変形 */
.hamburger_menu.active .hamburger_icon:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger_menu.active .hamburger_icon:nth-child(2) {
  opacity: 0;
}

.hamburger_menu.active .hamburger_icon:nth-child(3) {
  transform: rotate(-45deg) translate(11px, -11px);
}

/* モバイル用メニューのスタイル */
.mobile_menu {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  background-color: #fff;
  width: 63%;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  padding-top: 20px; /* タイトルバーの高さを考慮 */
  padding-bottom: 30px;
}

.mobile_menu ul {
  list-style: none;
  padding: 0 10%;
}

.mobile_menu li {
  padding: 10px 10px 10px 0;
  font-size: 1.7em;
  font-weight: 400;
  color: #214267;
}

.mobile_menu li.title {
  padding: 10px 10px 10px 0;
  margin-bottom: 10px;
  font-size: 1.7em;
  color: #214267;
  font-weight: 500;
  border-bottom: 1px dotted #214267;
  display: flex;
  justify-content: space-between;
}

.mobile_menu li.title img {
  margin-bottom: 0.5rem;
}

.mobile_menu li.title_m {
  padding: 10px 10px 10px 0;
  margin-bottom: 20px;
  font-size: 1.7em;
  color: #214267;
  font-weight: 500;
  border-bottom: 1px dotted #214267;
}

.mobile_menu li.end {
  padding: 10px 10px 40px 0;
}

.mobile_menu a {
  text-decoration: none;
  color: #214267;
  font-size: 1.7rem;
}

/* メディアクエリ（モバイル表示の場合のみハンバーガーメニュー表示） */
@media (max-width: 979px) {
  .hamburger_menu {
    display: flex;
    margin-left: 23px;
  }
}


/* top */
#top main {
  padding-top: 100px;
  max-width: 1440px;
  margin: 0 auto 100px;
  background-color: #F5F7F5;
}

/* ぱんくず*/
.pankuzu {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px 20px;
}

.pankuzu ul {
    display: flex;
    list-style: none;
}

.pankuzu li {
    margin-right: 0.5rem;
    font-size: 12px;
}

.pankuzu li a{
    color: #496B9C;
    text-decoration: underline;
}

#top main .title {
  width: 100%;
  max-width: 1440px;
  font-weight: 600;
  font-size: 1.6em;
  margin: 0 auto 90px;
}
#top main .title img {
  width: 100%;
  height: auto;
}
#top main .about_box {
  width: 96%;
  margin: 0 auto;
}
#top main .about_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4em;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  color: #214267;
  margin-bottom: 20px;
}
#top main .about_box .subtext {
  font-size: 1.6em;
  color: #214267;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 65px;
}
#top main .about_box .btn_box {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1080px;
  align-items: center;
  margin: 0 auto 100px;
}
#top main .about_box .btn_box li {
  width: 22%;
  font-size: 1.8em;
  text-align: center;
  padding: 3em 0;
  color: #fff;
  font-weight: 400;
  box-shadow: 5px 0px 5px 0px #cfcece;
  background-size: cover;
  letter-spacing: 0.1em;
}
#top main .about_box .btn_box li:hover {
  opacity: 0.8;
  cursor: pointer;
}
#top main .about_box .btn_box li.bg01 {
  background-image: url("/assets/img/recruit/about_01.png");
}
#top main .about_box .btn_box li.bg02 {
  background-image: url("/assets/img/recruit/about_02.png");
}
#top main .about_box .btn_box li.bg03 {
  background-image: url("/assets/img/recruit/about_03.png");
  padding: 2.4em 0;
}
#top main .about_box .btn_box li.bg04 {
  background-image: url("/assets/img/recruit/about_04.png");
}
#top main .president_box {
  position: relative;
  background-image: url("/assets/img/recruit/message_bg.webp?v2");
  background-size: cover;
  background-repeat: no-repeat;
  /*画像が繰り返すのを防ぐ*/
  min-height: 300px;
  width: 98%;
  max-width: 1080px;
  margin: 0 auto 100px;
  /* ボタンのスタイル */
  /* アイコンのスタイル */
}
#top main .president_box h2 {
  font-family: "Roboto", sans-serif;
  padding-top: 40px;
  margin-left: 40px;
  font-weight: 700;
  font-size: 4.5em;
  font-style: normal;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 10px;
}
#top main .president_box .subtext {
  font-size: 1.6em;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-left: 40px;
  margin-bottom: 65px;
}
#top main .president_box .btn {
  font-size: 1.6em;
  position: absolute;
  left: 40px;
  bottom: 10px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
#top main .president_box .btn a {
  position: relative;
  display: block;
  width: 7.3em;
  padding: 15px 0;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#top main .president_box .btn-arrow-right a::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 50px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#top main .president_box:hover {
  opacity: 0.8;
}
#top main .massage_box {
  margin: 0 auto;
}
#top main .massage_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4em;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  color: #214267;
  margin-bottom: 15px;
}
#top main .massage_box .subtext {
  font-size: 1.6em;
  color: #214267;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 98%;
  max-width: 380px;
  text-align: center;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #214267;
}
#top main .massage_box .text {
  font-size: 1.5em;
  line-height: 1.75em;
  color: #214267;
  letter-spacing: 0.05em;
  width: 98%;
  max-width: 400px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 50px;
}
#top main .massage_box .imagae {
  width: 98%;
  max-width: 460px;
  height: auto;
  margin: 0 auto 50px;
}
#top main .massage_box .imagae img {
  width: 100%;
  height: auto;
}
#top main .massage_box .staff_box {
  display: flex;
  justify-content: space-between;
  width: 98.5%;
  max-width: 980px;
  margin: 0 auto 125px;
}
#top main .massage_box .staff_box .staff {
  width: 33%;
  text-align: center;
}
#top main .massage_box .staff_box .staff h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  color: #214267;
  font-weight: 600;
  margin-bottom: 5px;
}
#top main .massage_box .staff_box .staff h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.3rem;
  margin-left: 1rem;
}
#top main .massage_box .staff_box .staff .detail {
  width: 90%;
  background-color: #214267;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
}
#top main .massage_box .staff_box .staff .detail .position {
  padding-top: 1em;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 10px;
}
#top main .massage_box .staff_box .staff .detail .staff_name {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#top main .massage_box .staff_box .staff .detail .staff_name_e {
  border-top: 1px solid #fff;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
#top main .massage_box .staff_01:hover {
  cursor: pointer;
  opacity: 0.8;
}
#top main .massage_box .staff_02:hover {
  cursor: pointer;
  opacity: 0.8;
}
#top main .point_box {
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
#top main .point_box .point_cp {
  width: 35%;
}
#top main .point_box .point_cp dt {
  font-size: 4em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #214267;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}
#top main .point_box .point_cp .sub_title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #214267;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: #214267 solid 1px;
}
#top main .point_box .point_cp .text {
  font-size: 1.5rem;
  line-height: 1.75em;
  font-weight: 400;
  color: #214267;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
#top main .point_box .point {
  width: 58%;
}
#top main .point_box .point ul {
  display: flex;
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 5px 5px 5px 0px #c4c2c2;
  margin-bottom: 15px;
}
#top main .point_box .point ul .icon,
#top main .point_box .point ul .icon_second {
  width: 20%;
  margin-right: 2%;
  background-color: #214267;
}
#top main .point_box .point ul .icon img,
#top main .point_box .point ul .icon_second img {
  margin: 5px 0;
  width: 100%;
  height: auto;
}
#top main .point_box .point ul .detail {
  width: 78%;
  margin: 0 auto;
  align-items: flex-start;
}
#top main .point_box .point ul .detail .title {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 2em;
  color: #214267;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
  margin: 25px 0 20px 2%;
}
#top main .point_box .point ul .detail .title span {
  margin-right: 30px;
  margin-top: 0;
}
#top main .point_box .point ul .detail .title span img {
  width: 100%;
  height: auto;
}
#top main .point_box .point ul .detail .title2 {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 2em;
  color: #214267;
  font-weight: 400;
  width: 100%;
  margin: 25px 0 20px 2%;
}
#top main .point_box .point ul .detail .title2 span {
  margin-right: 30px;
  margin-top: 0;
}
#top main .point_box .point ul .detail .title:hover,
#top main .point_box .point ul .detail .title2:hover {
  cursor: pointer;
}
#top main .point_box .point ul .detail .text {
  width: 88%;
  margin: 0 0 20px 2%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
}
#top main .point_box .point ul .detail .toggle-content {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
#top main .point_box .point ul .detail .toggle-content.active {
  display: block;
}
#top .apply_box {
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#top .apply_box .entry_box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}
#top .apply_box .entry_box .bnr:hover {
  opacity: 0.8;
}
#top .apply_box .entry_box .apply .title {
  width: 100%;
  font-size: 1.8em;
  font-weight: 500;
  color: #214267;
  border-bottom: 1px solid #214267;
  padding: 0.5em 0;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
#top .apply_box .entry_box .apply .bnr {
  width: 46%;
  padding: 20px 10px;
  border: 1px solid #009DE8;
  background-color: #fff;
  margin: 0 auto 20px;
}
#top .apply_box .entry_box .apply .bnr img {
  width: 100%;
  height: auto;
}
#top .apply_box .entry_box .apply .link_box {
  display: flex;
  justify-content: space-between;
  /* ↓記載不要です↓ */
}
#top .apply_box .entry_box .apply .link_box li {
  font-size: 1.8em;
  color: #214267;
  font-weight: 500;
}
#top .apply_box .entry_box .apply .link_box li span {
  display: none;
}
#top .apply_box .entry_box .apply .link_box li:hover {
  opacity: 0.8;
}
#top .apply_box .entry_box .apply .link_box li:after {
  content: "";
  background: url(arrow.svg) no-repeat;
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 3px 15px;
}
#top .apply_box .entry_box .apply .link_box .post_entry_content ul {
  padding-left: 0;
}
#top .apply_box .entry_box .apply .link_box .post_entry_content ul li {
  list-style: none;
}
#top .apply_box .entry_box .new_graduate {
  width: 40%;
}
#top .apply_box .entry_box .mid-career_professional {
  width: 55%;
}
#top .apply_box .entry_box .mid-career_professional .btn {
  position: relative;
  text-align: center;
  padding: 0.75em 0.25em;
  font-weight: 500;
  color: #fff;
  font-size: 2.3em;
  background-color: #214267;
}
#top .apply_box .entry_box .mid-career_professional .btn span {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#top .apply_box .entry_box .mid-career_professional .btn:hover {
  opacity: 0.8;
}
#top .apply_box .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 50px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}



/* 採用情報・入力内容確認ページ
==================================== */
#entry main {
    padding-top: 200px;
    max-width: 1064px;
    padding: 0 20px;
    margin: 0 auto 100px;
    background-color: #F5F7F5;
}

#entry main .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 2.8em;
    color: #214267;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
}

#entry main #formWrap p {
    font-size: 1.6em;
    color: #C20012;
    line-height: 1.75em;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    font-weight: 600;
}

#entry main #formWrap .btn_submit {
    background-color: #214267;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    width: 40%;
    margin: 30px auto;
    font-size: 1.8em;
}

#entry main #formWrap .btn_submit {
    cursor: pointer;
}

#entry main form a {
    font-weight: 600;
}


@media screen and (max-width: 979px) {
  /* top */
  #top main {
    padding-top: 80px;
    margin: 0 auto 50px;
    background-color: #F5F7F5;
  }
  #top main .title {
    width: 100%;
    max-width: 1440px;
    font-weight: 600;
    font-size: 1.6em;
    margin: 0 auto 35px;
  }
  #top main .about_box h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2.2em;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #214267;
    margin-bottom: 10px;
  }
  #top main .about_box .subtext {
    font-size: 1.4em;
    color: #214267;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
  }
  #top main .about_box .btn_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
    align-items: center;
    margin: 0 auto 35px;
  }
  #top main .about_box .btn_box li {
    width: 46.5%;
    font-size: 1.4em;
    text-align: center;
    padding: 2.5em 0;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    box-shadow: 5px 0px 5px 0px #cfcece;
    background-size: cover;
    letter-spacing: 0.1em;
  }
  #top main .about_box .btn_box li:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #top main .about_box .btn_box li.bg01 {
    background-image: url("/assets/img/recruit/about_01.png");
  }
  #top main .about_box .btn_box li.bg02 {
    background-image: url("/assets/img/recruit/about_02.png");
  }
  #top main .about_box .btn_box li.bg03 {
    background-image: url("/assets/img/recruit/about_03.png");
    padding: 1.9em 0;
  }
  #top main .about_box .btn_box li.bg04 {
    background-image: url("/assets/img/recruit/about_04.png");
  }
  #top main .president_box {
    position: relative;
    background-image: none;
    background-size: contain;
    min-height: 150px;
    width: 86%;
    margin: 0 auto 65px;
    /* ボタンのスタイル */
    /* アイコンのスタイル */
  }
  #top main .president_box img {
    width: 100%;
    height: auto;
  }
  #top main .president_box h2 {
    font-family: "Roboto", sans-serif;
    padding-top: 40px;
    margin-left: 40px;
    font-weight: 700;
    font-size: 5.4em;
    font-style: normal;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 10px;
  }
  #top main .president_box .subtext {
    font-size: 2.6em;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-left: 40px;
    margin-bottom: 65px;
  }
  #top main .president_box .btn {
    font-size: 2.4em;
    position: absolute;
    left: 40px;
    bottom: 10px;
    color: #fff;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
  }
  #top main .president_box .btn a {
    position: relative;
    display: block;
    width: 6em;
    padding: 15px 0 5px;
    border-radius: 8px;
    font-size: 2.4rem;
    color: #fff;
    text-decoration: none;
  }
  #top main .president_box .btn-arrow-right a::after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 0;
    right: 50px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  #top main .president_box:hover {
    opacity: 0.8;
  }
  #top main .massage_box {
    margin: 0 auto;
    width: 88%;
  }
  #top main .massage_box h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2.2em;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #214267;
    margin-bottom: 10px;
  }
  #top main .massage_box .subtext {
    font-size: 1.4em;
    color: #214267;
    letter-spacing: 0.1em;
    font-weight: 500;
    width: 98%;
    max-width: 380px;
    text-align: center;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #214267;
  }
  #top main .massage_box .text {
    font-size: 1.4em;
    line-height: 1.75em;
    color: #214267;
    letter-spacing: 0.05em;
    width: 98%;
    max-width: 400px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 40px;
  }
  #top main .massage_box .imagae {
    width: 66%;
    margin: 0 auto 50px;
  }
  #top main .massage_box .staff_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    max-width: 680px;
    margin: 0 auto 65px;
  }
  #top main .massage_box .staff_box .staff {
    width: 100%;
    text-align: center;
  }
  #top main .massage_box .staff_box .staff h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    color: #214267;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #top main .massage_box .staff_box .staff h3 span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 3.3rem;
    margin-left: 1rem;
  }
  #top main .massage_box .staff_box .staff .detail {
    width: 85%;
    background-color: #214267;
    color: #fff;
    font-weight: 600;
    margin: 0 auto 30px;
  }
  #top main .massage_box .staff_box .staff .detail .position {
    padding-top: 0.75em;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-weight: 300;
    margin-bottom: 10px;
  }
  #top main .massage_box .staff_box .staff .detail .staff_name {
    font-size: 2.3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  #top main .massage_box .staff_box .staff .detail .staff_name_e {
    border-top: 1px solid #fff;
    padding: 0.5em 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  #top main .massage_box .staff_01:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  #top main .massage_box .staff_02:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  #top main .point_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
    text-align: center;
  }
  #top main .point_box .point_cp {
    width: 98%;
    margin: 0 auto;
  }
  #top main .point_box .point_cp dt {
    font-size: 2.2em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #214267;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
  }
  #top main .point_box .point_cp .sub_title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #214267;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: #214267 solid 1px;
  }
  #top main .point_box .point_cp .text {
    font-size: 1.4rem;
    line-height: 1.75em;
    font-weight: 400;
    color: #214267;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
  #top main .point_box .point {
    width: 98%;
    margin: 0 auto;
  }
  #top main .point_box .point ul {
    display: flex;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 5px 5px 5px 0px #c4c2c2;
    margin-bottom: 15px;
  }
  #top main .point_box .point ul .icon {
    width: 20%;
    background-color: #214267;
  }
  #top main .point_box .point ul .icon img {
    width: 70%;
    margin: 15px auto;
  }
  #top main .point_box .point ul .icon_second {
    width: 20%;
    background-color: #214267;
  }
  #top main .point_box .point ul .icon_second img {
    width: 80%;
    margin: 15px auto;
  }
  #top main .point_box .point ul .detail {
    width: 78%;
    margin: 0 auto;
    align-items: flex-start;
  }
  #top main .point_box .point ul .detail .title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #214267;
    font-weight: 400;
    margin-top: 9%;
  }
  #top main .point_box .point ul .detail .title span {
    margin-right: 20px;
    margin-top: -5px;
  }
  #top main .point_box .point ul .detail .title span.second {
    margin-right: 20px;
    margin-top: 5px;
  }
  #top main .point_box .point ul .detail .title2 {
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #214267;
    font-weight: 400;
    margin-top: 7%;
    margin: 15px 0 10px 2%;
  }
  #top main .point_box .point ul .detail .title2 span {
    margin-right: 20px;
    margin-top: -5px;
  }
  #top main .point_box .point ul .detail .title2 span.second {
    margin-right: 20px;
    margin-top: 5px;
  }
  #top main .point_box .point ul .detail .title:hover,
  #top main .point_box .point ul .detail .title2:hover {
    cursor: pointer;
  }
  #top main .point_box .point ul .detail .text {
    width: 88%;
    margin: 0 0 20px 2%;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2em;
  }
  #top main .point_box .point ul .detail .toggle-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  #top main .point_box .point ul .detail .toggle-content.active {
    display: block;
  }
  #top .apply_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #F5F7F5;
  }
  #top .apply_box .entry_box {
    display: block;
    padding: 0;
    width: 90%;
    margin: 0 auto 80px;
  }
  #top .apply_box .entry_box .bnr:hover {
    opacity: 0.8;
  }
  #top .apply_box .entry_box .apply .title {
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
    color: #214267;
    border: none;
    padding: 0.5em 0 1em;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: #214267 solid 1px;
  }
  #top .apply_box .entry_box .apply .bnr {
    width: 60%;
    padding: 20px 10px;
    border: 1px solid #009DE8;
    background-color: #fff;
    margin: 0 auto 20px;
  }
  #top .apply_box .entry_box .apply .link_box {
    display: block;
    /* ↓記載不要です↓ */
  }
  #top .apply_box .entry_box .apply .link_box li {
    font-size: 1.6em;
    color: #214267;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
  }
  #top .apply_box .entry_box .apply .link_box li span {
    display: inline;
  }
  #top .apply_box .entry_box .apply .link_box li:hover {
    opacity: 0.8;
  }
  #top .apply_box .entry_box .apply .link_box li:after {
    content: "";
    background: url(/assets/img/recruit/arrow.svg) no-repeat;
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 0 3px 15px;
  }
  #top .apply_box .entry_box .apply .link_box .post_entry_content ul {
    padding-left: 0;
  }
  #top .apply_box .entry_box .apply .link_box .post_entry_content ul li {
    list-style: none;
  }
  #top .apply_box .entry_box .new_graduate {
    width: 96%;
    margin: 0 auto 50px;
  }
  #top .apply_box .entry_box .mid-career_professional {
    width: 100%;
  }
  #top .apply_box .entry_box .mid-career_professional .btn {
    font-size: 1.8em;
    background-color: #214267;
  }
  #top .apply_box .entry_box .mid-career_professional .btn span {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  #top .apply_box .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 50px 0 0;
    padding-bottom: 20px;
    font-weight: 400;
  }
}
/* history */
#history main {
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto 100px;
  background-color: #F5F7F5;
}
#history main .title {
  font-weight: 600;
  font-size: 2.8em;
  color: #214267;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 100px;
}
#history main .history_list .history {
  width: 100%;
  display: flex;
  font-size: 1.6em;
  margin: 0 auto;
}
#history main .history_list .history dt {
  width: 6.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #214267;
  text-align: center;
}
#history main .history_list .history .line_top {
  text-align: center;
  font-size: 0.9rem;
  color: #90A0B3;
  background-image: url("/assets/img/recruit/line.png");
  /* 背景画像のパス */
  background-repeat: repeat-y;
  /* 縦方向に繰り返す */
  background-size: 59px 100%;
  /* 幅を110px、高さを要素全体に合わせる */
  width: 60px;
  /* 必要なら明示的に幅を指定 */
  min-height: 60px;
  /* 高さの最低値を設定 */
  padding-top: 0;
  margin-top: 10px;
}
#history main .history_list .history .line {
  text-align: center;
  font-size: 0.9rem;
  color: #90A0B3;
  background-image: url("/assets/img/recruit/line.png");
  /* 背景画像のパス */
  background-repeat: repeat-y;
  /* 縦方向に繰り返す */
  background-size: 59px 100%;
  /* 幅を110px、高さを要素全体に合わせる */
  width: 60px;
  /* 必要なら明示的に幅を指定 */
  min-height: 60px;
  /* 高さの最低値を設定 */
  padding-top: 10px;
}
#history main .history_list .history .line_end {
  text-align: center;
  font-size: 0.9rem;
  color: #90A0B3;
  background-image: url("/assets/img/recruit/line_dot.png");
  /* 背景画像のパス */
  background-repeat: repeat-y;
  /* 縦方向に繰り返す */
  background-size: 59px 100%;
  /* 幅を110px、高さを要素全体に合わせる */
  width: 60px;
  /* 必要なら明示的に幅を指定 */
  min-height: 60px;
  /* 高さの最低値を設定 */
  padding-top: 10px;
}
#history main .history_list .history .text {
  width: 780px;
  letter-spacing: 0.1em;
  margin-bottom: 3em;
  font-weight: 400;
  line-height: 1.75em;
}
#history main .about_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4em;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  color: #214267;
  margin-bottom: 20px;
}
#history main .about_box .subtext {
  font-size: 1.6em;
  color: #214267;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 65px;
}
#history main .about_box .btn_box {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1080px;
  align-items: center;
  margin: 0 auto 100px;
}
#history main .about_box .btn_box li {
  width: 22%;
  font-size: 1.8em;
  text-align: center;
  padding: 3em 0;
  color: #fff;
  font-weight: 400;
  box-shadow: 5px 0px 5px 0px #cfcece;
  background-size: cover;
  letter-spacing: 0.1em;
}
#history main .about_box .btn_box li:hover {
  opacity: 0.8;
  cursor: pointer;
}
#history main .about_box .btn_box li.bg01 {
  background-image: url("/assets/img/recruit/about_01.png");
}
#history main .about_box .btn_box li.bg02 {
  background-image: url("/assets/img/recruit/about_02.png");
}
#history main .about_box .btn_box li.bg03 {
  background-image: url("/assets/img/recruit/about_03.png");
  padding: 2.4em 0;
}
#history main .about_box .btn_box li.bg04 {
  background-image: url("/assets/img/recruit/about_04.png");
}
#history .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 15px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}
#history .apply_box {
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#history .apply_box .entry_box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
}
#history .apply_box .entry_box .bnr:hover {
  opacity: 0.8;
}
#history .apply_box .entry_box .apply .title {
  width: 100%;
  font-size: 2em;
  font-weight: 500;
  color: #214267;
  border: 1px solid #214267;
  padding: 1em 0;
  text-align: center;
  margin-bottom: 40px;
}
#history .apply_box .entry_box .apply .bnr {
  width: 50%;
  padding: 20px 10px;
  border: 1px solid #009DE8;
}
#history .apply_box .entry_box .apply .link_box {
  display: flex;
  justify-content: space-between;
  /* ↓記載不要です↓ */
}
#history .apply_box .entry_box .apply .link_box li {
  font-size: 1.8em;
  color: #214267;
  font-weight: 500;
}
#history .apply_box .entry_box .apply .link_box li:hover {
  opacity: 0.8;
}
#history .apply_box .entry_box .apply .link_box li:after {
  content: "";
  background: url(/assets/img/recruit/arrow.svg) no-repeat;
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 3px 15px;
}
#history .apply_box .entry_box .apply .link_box .post_entry_content ul {
  padding-left: 0;
}
#history .apply_box .entry_box .apply .link_box .post_entry_content ul li {
  list-style: none;
}
#history .apply_box .entry_box .new_graduate {
  width: 40%;
}
#history .apply_box .entry_box .mid-career_professional {
  width: 55%;
}
#history .apply_box .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 50px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  #history main {
    padding-top: 120px;
    margin: 0 auto 50px;
    background-color: #F5F7F5;
  }
  #history main .title {
    font-weight: 600;
    font-size: 2em;
    color: #214267;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 50px;
  }
  #history main .history_list {
    margin: 0 auto 50px;
  }
  #history main .history_list .history {
    width: 100%;
    display: flex;
    font-size: 1.6em;
    margin: 0 auto;
  }
  #history main .history_list .history dt {
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 1.4rem;
    color: #214267;
    text-align: center;
  }
  #history main .history_list .history .line_top {
    text-align: center;
    font-size: 0.9rem;
    color: #214267;
    background-image: url("/assets/img/recruit/line.png");
    /* 背景画像のパス */
    background-repeat: repeat-y;
    /* 縦方向に繰り返す */
    background-size: 29px 100%;
    /* 幅を110px、高さを要素全体に合わせる */
    width: 30px;
    /* 必要なら明示的に幅を指定 */
    min-height: 40px;
    /* 高さの最低値を設定 */
    padding-top: 0;
    margin-top: 10px;
  }
  #history main .history_list .history .line {
    text-align: center;
    font-size: 0.9rem;
    color: #214267;
    background-image: url("/assets/img/recruit/line.png");
    /* 背景画像のパス */
    background-repeat: repeat-y;
    /* 縦方向に繰り返す */
    background-size: 29px 100%;
    /* 幅を110px、高さを要素全体に合わせる */
    width: 30px;
    /* 必要なら明示的に幅を指定 */
    min-height: 40px;
    /* 高さの最低値を設定 */
    padding-top: 10px;
  }
  #history main .history_list .history .line_end {
    text-align: center;
    font-size: 0.9rem;
    color: #214267;
    background-image: url("/assets/img/recruit/line_dot.png");
    /* 背景画像のパス */
    background-repeat: repeat-y;
    /* 縦方向に繰り返す */
    background-size: 29px 100%;
    /* 幅を110px、高さを要素全体に合わせる */
    width: 30px;
    /* 必要なら明示的に幅を指定 */
    min-height: 40px;
    /* 高さの最低値を設定 */
    padding-top: 10px;
  }
  #history main .history_list .history .text {
    width: 60%;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.75em;
  }
  #history main .about_box h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2.8em;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #214267;
    margin-bottom: 10px;
  }
  #history main .about_box .subtext {
    font-size: 1.5em;
    color: #214267;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
  }
  #history main .about_box .btn_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    align-items: center;
    margin: 0 auto 35px;
  }
  #history main .about_box .btn_box li {
    width: 46.5%;
    font-size: 1.6em;
    text-align: center;
    padding: 2.5em 0;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    box-shadow: 5px 0px 5px 0px #cfcece;
    background-size: cover;
    letter-spacing: 0.1em;
  }
  #history main .about_box .btn_box li:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #history main .about_box .btn_box li.bg01 {
    background-image: url("/assets/img/recruit/about_01.png");
  }
  #history main .about_box .btn_box li.bg02 {
    background-image: url("/assets/img/recruit/about_02.png");
  }
  #history main .about_box .btn_box li.bg03 {
    background-image: url("/assets/img/recruit/about_03.png");
    padding: 1.9em 0;
  }
  #history main .about_box .btn_box li.bg04 {
    background-image: url("/assets/img/recruit/about_04.png");
  }
  #history .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 15px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
  #history .apply_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #history .apply_box .entry_box {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
  }
  #history .apply_box .entry_box .bnr:hover {
    opacity: 0.8;
  }
  #history .apply_box .entry_box .apply .title {
    width: 100%;
    font-size: 2em;
    font-weight: 500;
    color: #214267;
    border: 1px solid #214267;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #history .apply_box .entry_box .apply .bnr {
    width: 50%;
    padding: 20px 10px;
    border: 1px solid #009DE8;
  }
  #history .apply_box .entry_box .apply .link_box {
    display: flex;
    justify-content: space-between;
    /* ↓記載不要です↓ */
  }
  #history .apply_box .entry_box .apply .link_box li {
    font-size: 1.8em;
    color: #214267;
    font-weight: 500;
  }
  #history .apply_box .entry_box .apply .link_box li:hover {
    opacity: 0.8;
  }
  #history .apply_box .entry_box .apply .link_box li:after {
    content: "";
    background: url(/assets/img/recruit/arrow.svg) no-repeat;
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 0 3px 15px;
  }
  #history .apply_box .entry_box .apply .link_box .post_entry_content ul {
    padding-left: 0;
  }
  #history .apply_box .entry_box .apply .link_box .post_entry_content ul li {
    list-style: none;
  }
  #history .apply_box .entry_box .new_graduate {
    width: 40%;
  }
  #history .apply_box .entry_box .mid-career_professional {
    width: 55%;
  }
  #history .apply_box .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 50px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
}
/* services */
#services main {
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto 100px;
  background-color: #F5F7F5;
}
#services main .title {
  font-weight: 600;
  font-size: 2.8em;
  color: #214267;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 100px;
}
#services main .service_box {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 60px;
}
#services main .service_box .service {
  margin: 0 auto 20px;
  display: flex;
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
#services main .service_box .service dt {
  color: #214267;
  font-weight: 500;
  margin-right: 5px;
}
#services main .service_box .service .text {
  font-weight: 400;
}
#services main .detail {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 130px;
}
#services main .detail img {
  width: 100%;
}
#services main .about_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4em;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  color: #214267;
  margin-bottom: 20px;
}
#services main .about_box .subtext {
  font-size: 1.6em;
  color: #214267;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 65px;
}
#services main .about_box .btn_box {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1080px;
  align-items: center;
  margin: 0 auto 100px;
}
#services main .about_box .btn_box li {
  width: 22%;
  font-size: 1.8em;
  text-align: center;
  padding: 3em 0;
  color: #fff;
  font-weight: 400;
  box-shadow: 5px 0px 5px 0px #cfcece;
  background-size: cover;
  letter-spacing: 0.1em;
}
#services main .about_box .btn_box li:hover {
  opacity: 0.8;
  cursor: pointer;
}
#services main .about_box .btn_box li.bg01 {
  background-image: url("/assets/img/recruit/about_01.png");
}
#services main .about_box .btn_box li.bg02 {
  background-image: url("/assets/img/recruit/about_02.png");
}
#services main .about_box .btn_box li.bg03 {
  background-image: url("/assets/img/recruit/about_03.png");
  padding: 2.4em 0;
}
#services main .about_box .btn_box li.bg04 {
  background-image: url("/assets/img/recruit/about_04.png");
}
#services .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 15px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}
#services .apply_box {
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#services .apply_box .entry_box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
}
#services .apply_box .entry_box .bnr:hover {
  opacity: 0.8;
}
#services .apply_box .entry_box .apply .title {
  width: 100%;
  font-size: 2em;
  font-weight: 500;
  color: #214267;
  border: 1px solid #214267;
  padding: 1em 0;
  text-align: center;
  margin-bottom: 40px;
}
#services .apply_box .entry_box .apply .bnr {
  width: 50%;
  padding: 20px 10px;
  border: 1px solid #009DE8;
}
#services .apply_box .entry_box .apply .link_box {
  display: flex;
  justify-content: space-between;
  /* ↓記載不要です↓ */
}
#services .apply_box .entry_box .apply .link_box li {
  font-size: 1.8em;
  color: #214267;
  font-weight: 500;
}
#services .apply_box .entry_box .apply .link_box li:hover {
  opacity: 0.8;
}
#services .apply_box .entry_box .apply .link_box li:after {
  content: "";
  background: url(/assets/img/recruit/arrow.svg) no-repeat;
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 3px 15px;
}
#services .apply_box .entry_box .apply .link_box .post_entry_content ul {
  padding-left: 0;
}
#services .apply_box .entry_box .apply .link_box .post_entry_content ul li {
  list-style: none;
}
#services .apply_box .entry_box .new_graduate {
  width: 40%;
}
#services .apply_box .entry_box .mid-career_professional {
  width: 55%;
}
#services .apply_box .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 50px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  #services main {
    padding-top: 120px;
    margin: 0 auto 50px;
    background-color: #F5F7F5;
  }
  #services main .title {
    font-weight: 600;
    font-size: 2em;
    color: #214267;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 50px;
  }
  #services main .service_box {
    width: 90%;
    margin: 0 auto 40px;
  }
  #services main .service_box .service {
    margin: 0 auto 30px;
    display: block;
    font-size: 1.6em;
    letter-spacing: 0.05em;
  }
  #services main .service_box .service dt {
    display: block;
    color: #214267;
    font-weight: 500;
    width: 100%;
    margin-right: 0;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #services main .service_box .service .text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  #services main .detail {
    width: 90%;
    margin: 0 auto 100px;
  }
  #services main .detail img {
    width: 100%;
  }
  #services main .about_box h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2.8em;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #214267;
    margin-bottom: 10px;
  }
  #services main .about_box .subtext {
    font-size: 1.5em;
    color: #214267;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
  }
  #services main .about_box .btn_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    align-items: center;
    margin: 0 auto 35px;
  }
  #services main .about_box .btn_box li {
    width: 46.5%;
    font-size: 1.6em;
    text-align: center;
    padding: 2.5em 0;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    box-shadow: 5px 0px 5px 0px #cfcece;
    background-size: cover;
    letter-spacing: 0.1em;
  }
  #services main .about_box .btn_box li:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #services main .about_box .btn_box li.bg01 {
    background-image: url("/assets/img/recruit/about_01.png");
  }
  #services main .about_box .btn_box li.bg02 {
    background-image: url("/assets/img/recruit/about_02.png");
  }
  #services main .about_box .btn_box li.bg03 {
    background-image: url("/assets/img/recruit/about_03.png");
    padding: 1.9em 0;
  }
  #services main .about_box .btn_box li.bg04 {
    background-image: url("/assets/img/recruit/about_04.png");
  }
  #services .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 15px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
  #services .apply_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #services .apply_box .entry_box {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
  }
  #services .apply_box .entry_box .bnr:hover {
    opacity: 0.8;
  }
  #services .apply_box .entry_box .apply .title {
    width: 100%;
    font-size: 2em;
    font-weight: 500;
    color: #214267;
    border: 1px solid #214267;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #services .apply_box .entry_box .apply .bnr {
    width: 50%;
    padding: 20px 10px;
    border: 1px solid #009DE8;
  }
  #services .apply_box .entry_box .apply .link_box {
    display: flex;
    justify-content: space-between;
    /* ↓記載不要です↓ */
  }
  #services .apply_box .entry_box .apply .link_box li {
    font-size: 1.8em;
    color: #214267;
    font-weight: 500;
  }
  #services .apply_box .entry_box .apply .link_box li:hover {
    opacity: 0.8;
  }
  #services .apply_box .entry_box .apply .link_box li:after {
    content: "";
    background: url(/assets/img/recruit/arrow.svg) no-repeat;
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 0 3px 15px;
  }
  #services .apply_box .entry_box .apply .link_box .post_entry_content ul {
    padding-left: 0;
  }
  #services .apply_box .entry_box .apply .link_box .post_entry_content ul li {
    list-style: none;
  }
  #services .apply_box .entry_box .new_graduate {
    width: 40%;
  }
  #services .apply_box .entry_box .mid-career_professional {
    width: 55%;
  }
  #services .apply_box .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 50px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
}
/* numbers */
#numbers main {
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto 100px;
  background-color: #F5F7F5;
}
#numbers main .title_box {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
#numbers main .title_box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2.8em;
  color: #214267;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 100px;
}
#numbers main .title_box .title span {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-left: 10px;
}
#numbers main .title_box .data {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-weight: 400;
}
#numbers main .numbers_box {
  width: 98%;
  max-width: 850px;
  margin: 0 auto 150px;
}
#numbers main .numbers_box p {
  margin-bottom: 100px;
}
#numbers main .numbers_box .img03 {
  margin-right: -55px;
}
#numbers main .service_box {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 60px;
}
#numbers main .service_box .service {
  margin: 0 auto 20px;
  display: flex;
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
#numbers main .service_box .service dt {
  color: #214267;
  margin-right: 5px;
}
#numbers main .service_box .service .text {
  font-weight: 400;
}
#numbers main .detail {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 130px;
}
#numbers main .detail img {
  width: 100%;
}
#numbers main .about_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4em;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  color: #214267;
  margin-bottom: 20px;
}
#numbers main .about_box .subtext {
  font-size: 1.6em;
  color: #214267;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 65px;
}
#numbers main .about_box .btn_box {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1080px;
  align-items: center;
  margin: 0 auto 100px;
}
#numbers main .about_box .btn_box li {
  width: 22%;
  font-size: 1.8em;
  text-align: center;
  padding: 3em 0;
  color: #fff;
  font-weight: 400;
  box-shadow: 5px 0px 5px 0px #cfcece;
  background-size: cover;
  letter-spacing: 0.1em;
}
#numbers main .about_box .btn_box li:hover {
  opacity: 0.8;
  cursor: pointer;
}
#numbers main .about_box .btn_box li.bg01 {
  background-image: url("/assets/img/recruit/about_01.png");
}
#numbers main .about_box .btn_box li.bg02 {
  background-image: url("/assets/img/recruit/about_02.png");
}
#numbers main .about_box .btn_box li.bg03 {
  background-image: url("/assets/img/recruit/about_03.png");
  padding: 2.4em 0;
}
#numbers main .about_box .btn_box li.bg04 {
  background-image: url("/assets/img/recruit/about_04.png");
}
#numbers .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 15px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}
#numbers .apply_box {
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#numbers .apply_box .entry_box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
}
#numbers .apply_box .entry_box .bnr:hover {
  opacity: 0.8;
}
#numbers .apply_box .entry_box .apply .title {
  width: 100%;
  font-size: 2em;
  font-weight: 500;
  color: #214267;
  border: 1px solid #214267;
  padding: 1em 0;
  text-align: center;
  margin-bottom: 40px;
}
#numbers .apply_box .entry_box .apply .bnr {
  width: 50%;
  padding: 20px 10px;
  border: 1px solid #009DE8;
}
#numbers .apply_box .entry_box .apply .link_box {
  display: flex;
  justify-content: space-between;
  /* ↓記載不要です↓ */
}
#numbers .apply_box .entry_box .apply .link_box li {
  font-size: 1.8em;
  color: #214267;
  font-weight: 500;
}
#numbers .apply_box .entry_box .apply .link_box li:hover {
  opacity: 0.8;
}
#numbers .apply_box .entry_box .apply .link_box li:after {
  content: "";
  background: url(/assets/img/recruit/arrow.svg) no-repeat;
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 3px 15px;
}
#numbers .apply_box .entry_box .apply .link_box .post_entry_content ul {
  padding-left: 0;
}
#numbers .apply_box .entry_box .apply .link_box .post_entry_content ul li {
  list-style: none;
}
#numbers .apply_box .entry_box .new_graduate {
  width: 40%;
}
#numbers .apply_box .entry_box .mid-career_professional {
  width: 55%;
}
#numbers .apply_box .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 50px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  #numbers main {
    padding-top: 120px;
    width: 90%;
    margin: 0 auto 50px;
    background-color: #F5F7F5;
  }
  #numbers main .title_box {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  #numbers main .title_box .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.5em;
    color: #214267;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 80px;
  }
  #numbers main .title_box .title span {
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-left: 10px;
  }
  #numbers main .title_box .data {
    position: relative;
    text-align: left;
    top: -55px;
    width: 17em;
    margin: 0 auto;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: 400;
  }
  #numbers main .numbers_box {
    width: 96%;
    margin: -30px auto 50px;
  }
  #numbers main .numbers_box p {
    margin-bottom: 100px;
  }
  #numbers main .numbers_box .img03 {
    margin-right: -55px;
  }
  #numbers main .numbers_box .w90 {
    width: 90%;
    margin: 0 auto 50px;
  }
  #numbers main .service_box {
    width: 98%;
    max-width: 944px;
    margin: 0 auto 60px;
  }
  #numbers main .service_box .service {
    margin: 0 auto 20px;
    display: flex;
    font-size: 1.6em;
    letter-spacing: 0.05em;
  }
  #numbers main .service_box .service dt {
    color: #214267;
    margin-right: 5px;
  }
  #numbers main .service_box .service .text {
    font-weight: 400;
  }
  #numbers main .detail {
    width: 98%;
    max-width: 944px;
    margin: 0 auto 130px;
  }
  #numbers main .detail img {
    width: 100%;
  }
  #numbers main .about_box h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2.8em;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #214267;
    margin-bottom: 10px;
  }
  #numbers main .about_box .subtext {
    font-size: 1.5em;
    color: #214267;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
  }
  #numbers main .about_box .btn_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin: 0 auto 35px;
  }
  #numbers main .about_box .btn_box li {
    width: 46.5%;
    font-size: 1.6em;
    text-align: center;
    padding: 2.5em 0;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    box-shadow: 5px 0px 5px 0px #cfcece;
    background-size: cover;
    letter-spacing: 0.1em;
  }
  #numbers main .about_box .btn_box li:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #numbers main .about_box .btn_box li.bg01 {
    background-image: url("/assets/img/recruit/about_01.png");
  }
  #numbers main .about_box .btn_box li.bg02 {
    background-image: url("/assets/img/recruit/about_02.png");
  }
  #numbers main .about_box .btn_box li.bg03 {
    background-image: url("/assets/img/recruit/about_03.png");
    padding: 1.9em 0;
  }
  #numbers main .about_box .btn_box li.bg04 {
    background-image: url("/assets/img/recruit/about_04.png");
  }
  #numbers .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 15px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
  #numbers .apply_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #numbers .apply_box .entry_box {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
  }
  #numbers .apply_box .entry_box .bnr:hover {
    opacity: 0.8;
  }
  #numbers .apply_box .entry_box .apply .title {
    width: 100%;
    font-size: 2em;
    font-weight: 500;
    color: #214267;
    border: 1px solid #214267;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #numbers .apply_box .entry_box .apply .bnr {
    width: 50%;
    padding: 20px 10px;
    border: 1px solid #009DE8;
  }
  #numbers .apply_box .entry_box .apply .link_box {
    display: flex;
    justify-content: space-between;
    /* ↓記載不要です↓ */
  }
  #numbers .apply_box .entry_box .apply .link_box li {
    font-size: 1.8em;
    color: #214267;
    font-weight: 500;
  }
  #numbers .apply_box .entry_box .apply .link_box li:hover {
    opacity: 0.8;
  }
  #numbers .apply_box .entry_box .apply .link_box li:after {
    content: "";
    background: url(/assets/img/recruit/arrow.svg) no-repeat;
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 0 3px 15px;
  }
  #numbers .apply_box .entry_box .apply .link_box .post_entry_content ul {
    padding-left: 0;
  }
  #numbers .apply_box .entry_box .apply .link_box .post_entry_content ul li {
    list-style: none;
  }
  #numbers .apply_box .entry_box .new_graduate {
    width: 40%;
  }
  #numbers .apply_box .entry_box .mid-career_professional {
    width: 55%;
  }
  #numbers .apply_box .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 50px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
}
/* workplace */
#workplace main {
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto 100px;
  background-color: #F5F7F5;
}
#workplace main .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2.8em;
  color: #214267;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
#workplace main .subtext {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 65px;
}
#workplace main .workplace_box {
  width: 98%;
  max-width: 680px;
  margin: 0 auto 100px;
  border-top: 3px solid #214267;
}
#workplace main .workplace_box .workplace {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#workplace main .workplace_box .workplace .main_office_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#workplace main .workplace_box .workplace .main_office_box .title {
  font-size: 1.6em;
  color: #214267;
  font-weight: 500;
  text-align: left;
  justify-content: flex-start;
  line-height: 1.75em;
  padding: 0 0 20px;
}
#workplace main .workplace_box .workplace .main_office_box .main_office_nagoya {
  width: 22%;
  font-size: 2em;
}
#workplace main .workplace_box .workplace .main_office_box .main_office_tokyo {
  width: 15.8%;
  font-size: 2em;
}
#workplace main .workplace_box .workplace .main_office_box .main_office_hokaido {
  width: 19%;
  font-size: 2em;
}
#workplace main .workplace_box .workplace .main_office_box .address {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.75em;
  margin-bottom: 20px;
  padding: 20px 0;
}
#workplace main .workplace_box .workplace .main_office_box address.main_address {
  margin-bottom: 20px;
  display: block;
}
#workplace main .workplace_box .workplace .main_office_box .photo {
  padding-top: 20px;
  width: 120px;
}
#workplace main .workplace_box .workplace .main_office_box .photo img {
  width: 100%;
}
#workplace main .workplace_box .workplace .line {
  border-bottom: 2px solid #214267;
}
#workplace main .workplace_box .workplace .line_end {
  border-bottom: 3px solid #214267;
}
#workplace main .workplace_box .workplace .m_none {
  display: flex;
  align-items: flex-start;
}
#workplace main .workplace_box .workplace .m_none .title {
  width: 27%;
  padding: 5px 0 0 0;
  font-size: 1.8em;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 0;
}
#workplace main .workplace_box .workplace .m_none .tel_fax {
  padding: 0;
  font-size: 1.6em;
  margin-bottom: 0.5em;
  line-height: 1.75em;
  font-weight: 400;
}
#workplace main .workplace_box .workplace .m_none2 {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#workplace main .workplace_box .workplace .m_none2 .title {
  width: 27%;
  padding: 0;
  margin: 0;
  font-size: 1.8em;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
#workplace main .workplace_box .workplace .m_none2 .tel_fax {
  padding: 0;
  font-size: 1.6em;
  margin-bottom: 0.5em;
  font-weight: 400;
  line-height: 1.5em;
}
#workplace main .service_box {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 60px;
}
#workplace main .service_box .service {
  margin: 0 auto 20px;
  display: flex;
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
#workplace main .service_box .service dt {
  color: #214267;
  margin-right: 5px;
}
#workplace main .service_box .service .text {
  font-weight: 400;
}
#workplace main .detail {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 130px;
}
#workplace main .detail img {
  width: 100%;
}
#workplace main .about_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4em;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  color: #214267;
  margin-bottom: 20px;
}
#workplace main .about_box .subtext {
  font-size: 1.6em;
  color: #214267;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 65px;
}
#workplace main .about_box .btn_box {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1080px;
  align-items: center;
  margin: 0 auto 100px;
}
#workplace main .about_box .btn_box li {
  width: 22%;
  font-size: 1.8em;
  text-align: center;
  padding: 3em 0;
  color: #fff;
  font-weight: 400;
  box-shadow: 5px 0px 5px 0px #cfcece;
  background-size: cover;
  letter-spacing: 0.1em;
}
#workplace main .about_box .btn_box li:hover {
  opacity: 0.8;
  cursor: pointer;
}
#workplace main .about_box .btn_box li.bg01 {
  background-image: url("/assets/img/recruit/about_01.png");
}
#workplace main .about_box .btn_box li.bg02 {
  background-image: url("/assets/img/recruit/about_02.png");
}
#workplace main .about_box .btn_box li.bg03 {
  background-image: url("/assets/img/recruit/about_03.png");
  padding: 2.4em 0;
}
#workplace main .about_box .btn_box li.bg04 {
  background-image: url("/assets/img/recruit/about_04.png");
}
#workplace .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 15px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}
#workplace .apply_box {
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#workplace .apply_box .entry_box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
}
#workplace .apply_box .entry_box .bnr:hover {
  opacity: 0.8;
}
#workplace .apply_box .entry_box .apply .title {
  width: 100%;
  font-size: 2em;
  font-weight: 500;
  color: #214267;
  border: 1px solid #214267;
  padding: 1em 0;
  text-align: center;
  margin-bottom: 40px;
}
#workplace .apply_box .entry_box .apply .bnr {
  width: 50%;
  padding: 20px 10px;
  border: 1px solid #009DE8;
}
#workplace .apply_box .entry_box .apply .link_box {
  display: flex;
  justify-content: space-between;
  /* ↓記載不要です↓ */
}
#workplace .apply_box .entry_box .apply .link_box li {
  font-size: 1.8em;
  color: #214267;
  font-weight: 500;
}
#workplace .apply_box .entry_box .apply .link_box li:hover {
  opacity: 0.8;
}
#workplace .apply_box .entry_box .apply .link_box li:after {
  content: "";
  background: url(/assets/img/recruit/arrow.svg) no-repeat;
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 3px 15px;
}
#workplace .apply_box .entry_box .apply .link_box .post_entry_content ul {
  padding-left: 0;
}
#workplace .apply_box .entry_box .apply .link_box .post_entry_content ul li {
  list-style: none;
}
#workplace .apply_box .entry_box .new_graduate {
  width: 40%;
}
#workplace .apply_box .entry_box .mid-career_professional {
  width: 55%;
}
#workplace .apply_box .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 50px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  #workplace main {
    padding-top: 120px;
    margin: 0 auto 50px;
    background-color: #F5F7F5;
  }
  #workplace main .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 2em;
    color: #214267;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 30px;
  }
  #workplace main .subtext {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  #workplace main .workplace_box {
    width: 90%;
    margin: 0 auto 50px;
    border-top: 3px solid #214267;
  }
  #workplace main .workplace_box .workplace {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #workplace main .workplace_box .workplace .main_office_box {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #workplace main .workplace_box .workplace .main_office_box .title {
    font-size: 1.6em;
    color: #214267;
    font-weight: 500;
    text-align: left;
    justify-content: flex-start;
    line-height: 1.75em;
    padding: 10px 0;
    margin-bottom: 0;
  }
  #workplace main .workplace_box .workplace .main_office_box .main_office_nagoya {
    width: 100%;
    font-size: 1.6em;
    font-weight: 600;
  }
  #workplace main .workplace_box .workplace .main_office_box .main_office_tokyo {
    width: 100%;
    font-size: 1.6em;
    font-weight: 600;
  }
  #workplace main .workplace_box .workplace .main_office_box .main_office_hokaido {
    width: 100%;
    font-size: 1.6em;
    font-weight: 600;
  }
  #workplace main .workplace_box .workplace .main_office_box .address {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 0;
    padding: 20px 0 0;
  }
  #workplace main .workplace_box .workplace .main_office_box address.main_address {
    margin-bottom: 20px;
    font-size: 1.4em;
    display: block;
  }
  #workplace main .workplace_box .workplace .main_office_box .photo {
    padding-top: 0;
    width: 120px;
    margin: 0 auto;
  }
  #workplace main .workplace_box .workplace .main_office_box .photo img {
    width: 100%;
  }
  #workplace main .workplace_box .workplace .line {
    border-bottom: 1px solid #214267;
  }
  #workplace main .workplace_box .workplace .m_none {
    display: block;
  }
  #workplace main .workplace_box .workplace .m_none .title {
    width: 100%;
    padding: 5px 0;
    font-size: 1.4em;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 0;
  }
  #workplace main .workplace_box .workplace .m_none .tel_fax {
    padding: 0;
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 1.75em;
    font-weight: 400;
  }
  #workplace main .workplace_box .workplace .m_none2 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #workplace main .workplace_box .workplace .m_none2 .title {
    width: 100%;
    padding: 5px 0;
    font-size: 1.4em;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 0;
  }
  #workplace main .workplace_box .workplace .m_none2 .tel_fax {
    padding: 0;
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 1.75em;
    font-weight: 400;
  }
  #workplace main .service_box {
    width: 98%;
    max-width: 944px;
    margin: 0 auto 60px;
  }
  #workplace main .service_box .service {
    margin: 0 auto 20px;
    display: flex;
    font-size: 1.6em;
    letter-spacing: 0.05em;
  }
  #workplace main .service_box .service dt {
    color: #214267;
    margin-right: 5px;
  }
  #workplace main .service_box .service .text {
    font-weight: 400;
  }
  #workplace main .detail {
    width: 98%;
    max-width: 944px;
    margin: 0 auto 130px;
  }
  #workplace main .detail img {
    width: 100%;
  }
  #workplace main .about_box h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2.8em;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #214267;
    margin-bottom: 10px;
  }
  #workplace main .about_box .subtext {
    font-size: 1.5em;
    color: #214267;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
  }
  #workplace main .about_box .btn_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    align-items: center;
    margin: 0 auto 35px;
  }
  #workplace main .about_box .btn_box li {
    width: 46.5%;
    font-size: 1.6em;
    text-align: center;
    padding: 2.5em 0;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    box-shadow: 5px 0px 5px 0px #cfcece;
    background-size: cover;
    letter-spacing: 0.1em;
  }
  #workplace main .about_box .btn_box li:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #workplace main .about_box .btn_box li.bg01 {
    background-image: url("/assets/img/recruit/about_01.png");
  }
  #workplace main .about_box .btn_box li.bg02 {
    background-image: url("/assets/img/recruit/about_02.png");
  }
  #workplace main .about_box .btn_box li.bg03 {
    background-image: url("/assets/img/recruit/about_03.png");
    padding: 1.9em 0;
  }
  #workplace main .about_box .btn_box li.bg04 {
    background-image: url("/assets/img/recruit/about_04.png");
  }
  #workplace .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 15px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
  #workplace .apply_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #workplace .apply_box .entry_box {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
  }
  #workplace .apply_box .entry_box .bnr:hover {
    opacity: 0.8;
  }
  #workplace .apply_box .entry_box .apply .title {
    width: 100%;
    font-size: 2em;
    font-weight: 500;
    color: #214267;
    border: 1px solid #214267;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #workplace .apply_box .entry_box .apply .bnr {
    width: 50%;
    padding: 20px 10px;
    border: 1px solid #009DE8;
  }
  #workplace .apply_box .entry_box .apply .link_box {
    display: flex;
    justify-content: space-between;
    /* ↓記載不要です↓ */
  }
  #workplace .apply_box .entry_box .apply .link_box li {
    font-size: 1.8em;
    color: #214267;
    font-weight: 500;
  }
  #workplace .apply_box .entry_box .apply .link_box li:hover {
    opacity: 0.8;
  }
  #workplace .apply_box .entry_box .apply .link_box li:after {
    content: "";
    background: url(/assets/img/recruit/common/arrow.svg) no-repeat;
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 0 3px 15px;
  }
  #workplace .apply_box .entry_box .apply .link_box .post_entry_content ul {
    padding-left: 0;
  }
  #workplace .apply_box .entry_box .apply .link_box .post_entry_content ul li {
    list-style: none;
  }
  #workplace .apply_box .entry_box .new_graduate {
    width: 40%;
  }
  #workplace .apply_box .entry_box .mid-career_professional {
    width: 55%;
  }
  #workplace .apply_box .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 50px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
}
/* message */
#message main {
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 200px;
  background-color: #F5F7F5;
}
#message main .title_box {
  width: 680px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 100px;
}
#message main .title_box .title {
  width: 295px;
}
#message main .title_box .photo {
  width: 380px;
  padding-left: 80px;
  margin-bottom: 10px;
}
#message main .title_box .photo img {
  width: 100%;
}
#message main .title_box .name {
  width: 380px;
  font-size: 1.2em;
  text-align: right;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
#message main .text_box {
  width: 98%;
  font-size: 1.6em;
  line-height: 2.5em;
  max-width: 680px;
  margin: 0 auto 60px;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
}
#message main .name {
  width: 98%;
  max-width: 680px;
  font-size: 1.6em;
  text-align: right;
  margin: 0 auto;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
#message main .name span {
  font-size: 2rem;
}
#message main .service_box {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 60px;
}
#message main .service_box .service {
  margin: 0 auto 20px;
  display: flex;
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
#message main .service_box .service dt {
  color: #214267;
  margin-right: 5px;
}
#message main .service_box .service .text {
  font-weight: 400;
}
#message main .detail {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 130px;
}
#message main .detail img {
  width: 100%;
}
#message main .about_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4em;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  color: #214267;
  margin-bottom: 20px;
}
#message main .about_box .subtext {
  font-size: 1.6em;
  color: #214267;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 65px;
}
#message main .about_box .btn_box {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1080px;
  align-items: center;
  margin: 0 auto 100px;
}
#message main .about_box .btn_box li {
  width: 22%;
  font-size: 1.8em;
  text-align: center;
  padding: 3em 0;
  color: #fff;
  font-weight: 400;
  box-shadow: 5px 0px 5px 0px #cfcece;
  background-size: cover;
  letter-spacing: 0.1em;
}
#message main .about_box .btn_box li:hover {
  opacity: 0.8;
}
#message main .about_box .btn_box li.bg01 {
  background-image: url("/assets/img/recruit/about_01.png");
}
#message main .about_box .btn_box li.bg02 {
  background-image: url("/assets/img/recruit/about_02.png");
}
#message main .about_box .btn_box li.bg03 {
  background-image: url("/assets/img/recruit/about_03.png");
  padding: 2.4em 0;
}
#message main .about_box .btn_box li.bg04 {
  background-image: url("/assets/img/recruit/about_04.png");
}
#message .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 15px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}
#message .apply_box {
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#message .apply_box .entry_box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
}
#message .apply_box .entry_box .bnr:hover {
  opacity: 0.8;
}
#message .apply_box .entry_box .apply .title {
  width: 100%;
  font-size: 2em;
  font-weight: 500;
  color: #214267;
  border: 1px solid #214267;
  padding: 1em 0;
  text-align: center;
  margin-bottom: 40px;
}
#message .apply_box .entry_box .apply .bnr {
  width: 50%;
  padding: 20px 10px;
  border: 1px solid #009DE8;
}
#message .apply_box .entry_box .apply .link_box {
  display: flex;
  justify-content: space-between;
  /* ↓記載不要です↓ */
}
#message .apply_box .entry_box .apply .link_box li {
  font-size: 1.8em;
  color: #214267;
  font-weight: 500;
}
#message .apply_box .entry_box .apply .link_box li:hover {
  opacity: 0.8;
}
#message .apply_box .entry_box .apply .link_box li:after {
  content: "";
  background: url(/assets/img/recruit/common/arrow.svg) no-repeat;
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 3px 15px;
}
#message .apply_box .entry_box .apply .link_box .post_entry_content ul {
  padding-left: 0;
}
#message .apply_box .entry_box .apply .link_box .post_entry_content ul li {
  list-style: none;
}
#message .apply_box .entry_box .new_graduate {
  width: 40%;
}
#message .apply_box .entry_box .mid-career_professional {
  width: 55%;
}
#message .apply_box .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 50px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  #message main {
    padding-top: 120px;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #F5F7F5;
  }
  #message main .title_box {
    width: 90%;
    display: block;
    margin: 0 auto 40px;
  }
  #message main .title_box .title {
    width: 80%;
    margin: 0 auto;
    padding-right: 1em;
  }
  #message main .title_box .photo {
    width: 200px;
    margin: 0 auto 10px;
    padding: 0;
  }
  #message main .title_box .photo img {
    width: 100%;
  }
  #message main .title_box .name {
    width: 98%;
    font-size: 1.3em;
    text-align: center;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 70px;
    letter-spacing: 0.1em;
  }
  #message main .text_box {
    width: 90%;
    font-size: 1.4em;
    line-height: 2em;
    max-width: 680px;
    margin: 0 auto 30px;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
  }
  #message main .name {
    width: 86%;
    max-width: 680px;
    font-size: 1.4em;
    text-align: right;
    margin: 0 auto;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.75em;
  }
  #message main .name span {
    font-size: 1.8rem;
  }
  #message main .about_box h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 4em;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #214267;
    margin-bottom: 20px;
  }
  #message main .about_box .subtext {
    font-size: 1.6em;
    color: #214267;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 65px;
  }
  #message main .about_box .btn_box {
    display: flex;
    justify-content: space-between;
    width: 98%;
    max-width: 1080px;
    align-items: center;
    margin: 0 auto 100px;
  }
  #message main .about_box .btn_box li {
    width: 22%;
    font-size: 1.8em;
    text-align: center;
    padding: 3em 0;
    color: #fff;
    font-weight: 400;
    box-shadow: 5px 0px 5px 0px #cfcece;
    background-size: cover;
    letter-spacing: 0.1em;
  }
  #message main .about_box .btn_box li:hover {
    opacity: 0.8;
  }
  #message main .about_box .btn_box li.bg01 {
    background-image: url("/assets/img/recruit/about_01.png");
  }
  #message main .about_box .btn_box li.bg02 {
    background-image: url("/assets/img/recruit/about_02.png");
  }
  #message main .about_box .btn_box li.bg03 {
    background-image: url("/assets/img/recruit/about_03.png");
    padding: 2.4em 0;
  }
  #message main .about_box .btn_box li.bg04 {
    background-image: url("/assets/img/recruit/about_04.png");
  }
  #message .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 15px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
  #message .apply_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #message .apply_box .entry_box {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
  }
  #message .apply_box .entry_box .bnr:hover {
    opacity: 0.8;
  }
  #message .apply_box .entry_box .apply .title {
    width: 100%;
    font-size: 2em;
    font-weight: 500;
    color: #214267;
    border: 1px solid #214267;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #message .apply_box .entry_box .apply .bnr {
    width: 50%;
    padding: 20px 10px;
    border: 1px solid #009DE8;
  }
  #message .apply_box .entry_box .apply .link_box {
    display: flex;
    justify-content: space-between;
    /* ↓記載不要です↓ */
  }
  #message .apply_box .entry_box .apply .link_box li {
    font-size: 1.8em;
    color: #214267;
    font-weight: 500;
  }
  #message .apply_box .entry_box .apply .link_box li:hover {
    opacity: 0.8;
  }
  #message .apply_box .entry_box .apply .link_box li:after {
    content: "";
    background: url(/assets/img/recruit/common/arrow.svg) no-repeat;
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 0 3px 15px;
  }
  #message .apply_box .entry_box .apply .link_box .post_entry_content ul {
    padding-left: 0;
  }
  #message .apply_box .entry_box .apply .link_box .post_entry_content ul li {
    list-style: none;
  }
  #message .apply_box .entry_box .new_graduate {
    width: 40%;
  }
  #message .apply_box .entry_box .mid-career_professional {
    width: 55%;
  }
  #message .apply_box .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 50px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
}
/* staff */
#staff main {
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto 100px;
  background-color: #F5F7F5;
}
#staff main .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2.8em;
  color: #214267;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 95px;
}
#staff main .staff_box {
  width: 98%;
  max-width: 860px;
  margin: 0 auto 200px;
}
#staff main .staff_box .title_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#staff main .staff_box .title_box .number {
  display: flex;
  align-items: center;
  border: 1px solid #214267;
  height: 48px;
  padding: 0.25em 1em;
  font-size: 1.6rem;
  margin: 0;
  color: #214267;
}
#staff main .staff_box .title_box .number span {
  font-family: "Roboto", sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
  color: #214267;
  margin-left: 0.25em;
}
#staff main .staff_box .title_box .type {
  display: flex;
  align-items: center;
  background-color: #214267;
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  height: 48px;
  padding: 0.25em 2em;
  text-align: center;
  margin-right: 90px;
}
#staff main .staff_box .title_box .title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}
#staff main .staff_box .staff_name_box {
  float: right;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
#staff main .staff_box .staff_name_box .affiliation {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-weight: 400;
}
#staff main .staff_box .staff_name_box .name {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#staff main .staff_box .staff_name_box .name span {
  font-size: 1.1rem;
  margin: 0 0 0 20px;
}
#staff main .staff_box .text_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#staff main .staff_box .text_box .photo {
  float: left;
  width: 35%;
  margin-top: 0.75em;
}
#staff main .staff_box .text_box .photo img {
  width: 100%;
  margin-bottom: 10px;
}
#staff main .staff_box .text_box .text {
  width: 55%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
}
#staff main .staff_box .text_box .text span {
  font-weight: 600;
}
#staff main .service_box {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 60px;
}
#staff main .service_box .service {
  margin: 0 auto 20px;
  display: flex;
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
#staff main .service_box .service dt {
  color: #214267;
  margin-right: 5px;
}
#staff main .service_box .service .text {
  font-weight: 400;
}
#staff main .detail {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 130px;
}
#staff main .detail img {
  width: 100%;
}
#staff main .about_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4em;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  color: #214267;
  margin-bottom: 20px;
}
#staff main .about_box .subtext {
  font-size: 1.6em;
  color: #214267;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 65px;
}
#staff main .about_box .btn_box {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1080px;
  align-items: center;
  margin: 0 auto 100px;
}
#staff main .about_box .btn_box li {
  width: 22%;
  font-size: 1.8em;
  text-align: center;
  padding: 3em 0;
  color: #fff;
  font-weight: 400;
  box-shadow: 5px 0px 5px 0px #cfcece;
  background-size: cover;
  letter-spacing: 0.1em;
}
#staff main .about_box .btn_box li:hover {
  opacity: 0.8;
}
#staff main .about_box .btn_box li.bg01 {
  background-image: url("/assets/img/recruit/about_01.png");
}
#staff main .about_box .btn_box li.bg02 {
  background-image: url("/assets/img/recruit/about_02.png");
}
#staff main .about_box .btn_box li.bg03 {
  background-image: url("/assets/img/recruit/about_03.png");
  padding: 2.4em 0;
}
#staff main .about_box .btn_box li.bg04 {
  background-image: url("/assets/img/recruit/about_04.png");
}
#staff .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 15px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}
#staff .apply_box {
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#staff .apply_box .entry_box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
}
#staff .apply_box .entry_box .bnr:hover {
  opacity: 0.8;
}
#staff .apply_box .entry_box .apply .title {
  width: 100%;
  font-size: 2em;
  font-weight: 500;
  color: #214267;
  border: 1px solid #214267;
  padding: 1em 0;
  text-align: center;
  margin-bottom: 40px;
}
#staff .apply_box .entry_box .apply .bnr {
  width: 50%;
  padding: 20px 10px;
  border: 1px solid #009DE8;
}
#staff .apply_box .entry_box .apply .link_box {
  display: flex;
  justify-content: space-between;
  /* ↓記載不要です↓ */
}
#staff .apply_box .entry_box .apply .link_box li {
  font-size: 1.8em;
  color: #214267;
  font-weight: 500;
}
#staff .apply_box .entry_box .apply .link_box li:hover {
  opacity: 0.8;
}
#staff .apply_box .entry_box .apply .link_box li:after {
  content: "";
  background: url(/assets/img/recruit/arrow.svg) no-repeat;
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 3px 15px;
}
#staff .apply_box .entry_box .apply .link_box .post_entry_content ul {
  padding-left: 0;
}
#staff .apply_box .entry_box .apply .link_box .post_entry_content ul li {
  list-style: none;
}
#staff .apply_box .entry_box .new_graduate {
  width: 40%;
}
#staff .apply_box .entry_box .mid-career_professional {
  width: 55%;
}
#staff .apply_box .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 50px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  #staff main {
    padding-top: 120px;
    width: 90%;
    margin: 0 auto 50px;
    background-color: #F5F7F5;
  }
  #staff main .title {
    display: block;
    align-items: center;
    font-weight: 600;
    font-size: 2em;
    color: #214267;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 50px;
  }
  #staff main .title_sp {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin: 70px 0 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
  }
  #staff main .staff_box {
    width: 98%;
    margin: 0 auto 100px;
  }
  #staff main .staff_box .title_box_wide {
    width: 70%;
    margin: 0 auto;
  }
  #staff main .staff_box .title_box {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
  }
  #staff main .staff_box .title_box .number {
    float: left;
    display: flex;
    text-align: center;
    justify-content: center;
    border: 1px solid #214267;
    height: 48px;
    width: 41%;
    padding: 0.25em 0.5em;
    font-size: 1.2rem;
    color: #214267;
  }
  #staff main .staff_box .title_box .number span {
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #214267;
    margin-left: 0.25em;
    justify-content: center;
  }
  #staff main .staff_box .title_box .type {
    display: flex;
    align-items: center;
    background-color: #214267;
    font-size: 2.1rem;
    font-weight: 400;
    color: #fff;
    height: 48px;
    padding: 0.25em 0;
    justify-content: center;
    width: 58%;
  }
  #staff main .staff_box .title_box .title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
  }
  #staff main .staff_box .staff_name_box {
    display: block;
    float: none;
    margin: 0 auto 20px;
    font-size: 1.3rem;
    margin: 0 auto;
  }
  #staff main .staff_box .staff_name_box .affiliation {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
  }
  #staff main .staff_box .staff_name_box .name {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5em;
  }
  #staff main .staff_box .staff_name_box .name span {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 400;
    text-align: center;
  }
  #staff main .staff_box .text_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #staff main .staff_box .text_box .photo {
    float: left;
    width: 35%;
    margin-top: 0.75em;
  }
  #staff main .staff_box .text_box .photo img {
    width: 100%;
    margin-bottom: 10px;
  }
  #staff main .staff_box .text_box .text {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em;
  }
  #staff main .staff_box .text_box .text span {
    font-weight: 600;
  }
  #staff main .staff_box .photo {
    width: 80%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  #staff main .staff_box .photo img {
    width: 100%;
    margin-bottom: 10px;
  }
  #staff main .service_box {
    width: 98%;
    max-width: 944px;
    margin: 0 auto 60px;
  }
  #staff main .service_box .service {
    margin: 0 auto 20px;
    display: flex;
    font-size: 1.6em;
    letter-spacing: 0.05em;
  }
  #staff main .service_box .service dt {
    color: #214267;
    margin-right: 5px;
  }
  #staff main .service_box .service .text {
    font-weight: 400;
  }
  #staff main .detail {
    width: 98%;
    max-width: 944px;
    margin: 0 auto 130px;
  }
  #staff main .detail img {
    width: 100%;
  }
  #staff main .about_box h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 4em;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #214267;
    margin-bottom: 20px;
  }
  #staff main .about_box .subtext {
    font-size: 1.6em;
    color: #214267;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 65px;
  }
  #staff main .about_box .btn_box {
    display: flex;
    justify-content: space-between;
    width: 98%;
    max-width: 1080px;
    align-items: center;
    margin: 0 auto 100px;
  }
  #staff main .about_box .btn_box li {
    width: 22%;
    font-size: 1.8em;
    text-align: center;
    padding: 3em 0;
    color: #fff;
    font-weight: 400;
    box-shadow: 5px 0px 5px 0px #cfcece;
    background-size: cover;
    letter-spacing: 0.1em;
  }
  #staff main .about_box .btn_box li:hover {
    opacity: 0.8;
  }
  #staff main .about_box .btn_box li.bg01 {
    background-image: url("/assets/img/recruit/about_01.png");
  }
  #staff main .about_box .btn_box li.bg02 {
    background-image: url("/assets/img/recruit/about_02.png");
  }
  #staff main .about_box .btn_box li.bg03 {
    background-image: url("/assets/img/recruit/about_03.png");
    padding: 2.4em 0;
  }
  #staff main .about_box .btn_box li.bg04 {
    background-image: url("/assets/img/recruit/about_04.png");
  }
  #staff .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 15px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
  #staff .apply_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #staff .apply_box .entry_box {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
  }
  #staff .apply_box .entry_box .bnr:hover {
    opacity: 0.8;
  }
  #staff .apply_box .entry_box .apply .title {
    width: 100%;
    font-size: 2em;
    font-weight: 500;
    color: #214267;
    border: 1px solid #214267;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #staff .apply_box .entry_box .apply .bnr {
    width: 50%;
    padding: 20px 10px;
    border: 1px solid #009DE8;
  }
  #staff .apply_box .entry_box .apply .link_box {
    display: flex;
    justify-content: space-between;
    /* ↓記載不要です↓ */
  }
  #staff .apply_box .entry_box .apply .link_box li {
    font-size: 1.8em;
    color: #214267;
    font-weight: 500;
  }
  #staff .apply_box .entry_box .apply .link_box li:hover {
    opacity: 0.8;
  }
  #staff .apply_box .entry_box .apply .link_box li:after {
    content: "";
    background: url(/assets/img/recruit/arrow.svg) no-repeat;
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 0 3px 15px;
  }
  #staff .apply_box .entry_box .apply .link_box .post_entry_content ul {
    padding-left: 0;
  }
  #staff .apply_box .entry_box .apply .link_box .post_entry_content ul li {
    list-style: none;
  }
  #staff .apply_box .entry_box .new_graduate {
    width: 40%;
  }
  #staff .apply_box .entry_box .mid-career_professional {
    width: 55%;
  }
  #staff .apply_box .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 50px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) and (max-width: 978px) {
  #staff main .staff_box .title_box {
    display: block;
    margin: 0 auto 30px;
    width: 60%;
  }
  #staff main .staff_box .title_box .number {
    width: 30%;
    margin: 0;
  }
  #staff main .staff_box .title_box .type {
    width: 70%;
  }
}
/* guideline */
#guideline main {
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto 100px;
  background-color: #F5F7F5;
}
#guideline main .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2.8em;
  color: #214267;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
#guideline main .title span {
  display: block;
  padding-top: 2px;
  font-size: 0.6em;
  margin-left: 5px;
}
#guideline main .subtext {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 65px;
}
#guideline main .guideline_box {
  width: 98%;
  max-width: 780px;
  margin: 100px auto;
}
#guideline main .guideline_box .workplace {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#guideline main .guideline_box .workplace .list_box {
  width: 100%;
}
#guideline main .guideline_box .workplace .list_box dl {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#guideline main .guideline_box .workplace .list_box dl dt {
  font-size: 1.6em;
  color: #214267;
  font-weight: 500;
  width: 10em;
  margin: 0;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
#guideline main .guideline_box .workplace .list_box dl dd {
  font-size: 1.6em;
  font-weight: 400;
  margin: 0;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
#guideline main .flow_box {
  width: 98%;
  max-width: 900px;
  margin: 0 auto 200px;
}
#guideline main .flow_box h3 {
  text-align: center;
  font-size: 1.6em;
  color: #214267;
  margin: 80px 0 30px;
  letter-spacing: 0.05em;
}
#guideline main .detail {
  width: 98%;
  max-width: 944px;
  margin: 0 auto 130px;
}
#guideline main .detail img {
  width: 100%;
}
#guideline main .entry_box .btn_box {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1080px;
  align-items: center;
  margin: 80px auto 100px;
}
#guideline main .entry_box .btn_box li {
  position: relative;
  width: 31%;
  font-size: 1.8em;
  text-align: left;
  padding: 1.25em 0;
  margin: 0 0.75em;
  color: #214267;
  background-color: #fff;
  font-weight: 400;
  box-shadow: 5px 5px 5px 0px #cfcece;
  background-size: cover;
  letter-spacing: 0.1em;
}
#guideline main .entry_box .btn_box li dl {
  width: 90%;
  margin: 0 auto;
}
#guideline main .entry_box .btn_box li dl dt {
  font-size: 2.35rem;
  margin-bottom: 15px;
  font-weight: 500;
}
#guideline main .entry_box .btn_box li dl dt span {
  font-size: 0.7em;
  font-weight: 400;
  margin-left: 10px;
}
#guideline main .entry_box .btn_box li .icon {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 1px solid #214267;
  border-right: 1px solid #214267;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#guideline main .entry_box .btn_box li:hover {
  opacity: 0.8;
  cursor: pointer;
}
#guideline .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 15px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  #guideline main {
    padding-top: 120px;
    margin: 0 auto 50px;
    background-color: #F5F7F5;
  }
  #guideline main .title {
    display: block;
    font-weight: 600;
    font-size: 2em;
    color: #214267;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 50px;
  }
  #guideline main .title span {
    font-size: 0.6em;
    padding-top: 5px;
    display: block;
  }
  #guideline main .subtext {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  #guideline main .guideline_box {
    width: 90%;
    margin: 0 auto 50px;
  }
  #guideline main .guideline_box .workplace {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  #guideline main .guideline_box .workplace .list_box {
    width: 100%;
  }
  #guideline main .guideline_box .workplace .list_box dl {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #guideline main .guideline_box .workplace .list_box dl dt {
    font-size: 1.6em;
    color: #214267;
    font-weight: 500;
    width: 100%;
    margin: 0;
    text-align: left;
    line-height: 1.75em;
    letter-spacing: 0.05em;
  }
  #guideline main .guideline_box .workplace .list_box dl dd {
    font-size: 1.6em;
    font-weight: 400;
    margin: 0;
    line-height: 1.75em;
    letter-spacing: 0.05em;
  }
  #guideline main .flow_box {
    margin: -10px auto 100px;
  }
  #guideline main .flow_box h3 {
    margin: 0 0 30px;
    font-size: 1.3em;
  }
  #guideline main .flow_box p {
    width: 30%;
    margin: 0 auto;
  }
  #guideline main .detail {
    width: 98%;
    max-width: 944px;
    margin: 0 auto 130px;
  }
  #guideline main .detail img {
    width: 100%;
  }
  #guideline main .entry_box {
    display: block;
  }
  #guideline main .entry_box .btn_box {
    display: block;
    justify-content: space-between;
    width: 98%;
    align-items: center;
    margin: 0 auto 100px;
  }
  #guideline main .entry_box .btn_box li {
    position: relative;
    width: 90%;
    font-size: 1.8em;
    text-align: left;
    padding: 1.25em 0;
    margin: 0 auto 30px;
    color: #214267;
    background-color: #fff;
    font-weight: 400;
    box-shadow: 5px 5px 5px 0px #cfcece;
    background-size: cover;
    letter-spacing: 0.1em;
  }
  #guideline main .entry_box .btn_box li dl {
    width: 90%;
    margin: 0 auto;
  }
  #guideline main .entry_box .btn_box li dl dt {
    font-size: 2.35rem;
    margin-bottom: 15px;
    font-weight: 500;
  }
  #guideline main .entry_box .btn_box li dl dt span {
    font-size: 0.7em;
    font-weight: 400;
    margin-left: 10px;
  }
  #guideline main .entry_box .btn_box li .icon {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 1px solid #214267;
    border-right: 1px solid #214267;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  #guideline main .entry_box .btn_box li:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #guideline main .about_box h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2.8em;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    color: #214267;
    margin-bottom: 10px;
  }
  #guideline main .about_box .subtext {
    font-size: 1.5em;
    color: #214267;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
  }
  #guideline main .about_box .btn_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    align-items: center;
    margin: 0 auto 35px;
  }
  #guideline main .about_box .btn_box li {
    width: 46.5%;
    font-size: 1.6em;
    text-align: center;
    padding: 2.5em 0;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    box-shadow: 5px 0px 5px 0px #cfcece;
    background-size: cover;
    letter-spacing: 0.1em;
  }
  #guideline main .about_box .btn_box li:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #guideline main .about_box .btn_box li.bg01 {
    background-image: url("/assets/img/recruit/about_01.png");
  }
  #guideline main .about_box .btn_box li.bg02 {
    background-image: url("/assets/img/recruit/about_02.png");
  }
  #guideline main .about_box .btn_box li.bg03 {
    background-image: url("/assets/img/recruit/about_03.png");
    padding: 1.9em 0;
  }
  #guideline main .about_box .btn_box li.bg04 {
    background-image: url("/assets/img/recruit/about_04.png");
  }
  #guideline .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 15px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
  #guideline .apply_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #guideline .apply_box .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 50px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
}
/* entry */
#entry main {
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto 100px;
  background-color: #F5F7F5;
}
#entry main .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2.8em;
  color: #214267;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
#entry main .title span {
  display: block;
  padding-top: 2px;
  font-size: 0.8em;
  margin-right: 20px;
}
#entry main .subtext {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 65px;
}
#entry main .entry_box {
  width: 98%;
  max-width: 780px;
  margin: 100px auto;
}
#entry main .entry_box .workplace {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#entry main .entry_box .workplace .list_box {
  width: 100%;
  margin-left: 8%;
}
#entry main .entry_box .workplace .list_box dl {
  display: flex;
  max-width: 780px;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#entry main .entry_box .workplace .list_box dl dt {
  font-size: 1.6em;
  color: #214267;
  font-weight: 500;
  width: 18%;
  margin: 0;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.75em;
}
#entry main .entry_box .workplace .list_box dl dt span.red {
  color: #C20012;
}
#entry main .entry_box .workplace .list_box dl dd {
  font-size: 1.6em;
  font-weight: 400;
  margin: 0;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
#entry main .entry_box .workplace .list_box dl dd ::placeholder {
  color: #b6bbbd;
  opacity: 0.5;
}
#entry main .entry_box .workplace .list_box dl dd input {
  background-color: #fff;
  padding: 0.5em;
  width: 231px;
  margin-right: 20px;
  letter-spacing: 0.05em;
  box-shadow: 3px 3px 3px 3px 196, 194, 194, 0.7;
}
#entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown {
  padding: 0.5em 0;
  display: flex;
}
#entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown select {
  background-color: #fff;
  margin-right: 5px;
  text-align: right;
}
#entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown select.year {
  width: 9em;
  padding: 0 0.5em;
  text-align: center;
}
#entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown select.day {
  width: 7em;
  padding: 0 0.5em;
  text-align: center;
}
#entry main .entry_box .workplace .list_box dl dd ul li.name {
  font-size: 0.9em;
  color: #214267;
}
#entry main .entry_box .workplace .list_box dl dd ul li.check_text {
  color: #214267;
  font-size: 1.2rem;
  font-weight: 500;
}
#entry main .entry_box .workplace .list_box dl dd ul.year_box {
  display: flex;
}
#entry main .entry_box .workplace .list_box dl dd.address {
  width: 64%;
}
#entry main .entry_box .workplace .list_box dl dd.address input {
  width: 96%;
}
#entry main .entry_box .workplace .list_box dl dd.remarks {
  width: 64%;
}
#entry main .entry_box .workplace .list_box dl dd.remarks textarea {
  width: 96%;
  padding: 0.5em;
  background-color: #fff;
}
#entry main .entry_box .workplace .list_box dl dd.privacy {
  width: 64%;
}
#entry main .entry_box .workplace .list_box dl dd.privacy label {
  align-items: center;
  /* チェックボックス本体を非表示に */
  /* チェックマーク表示用（擬似要素使用） */
  /* チェックされた時の見た目 */
}
#entry main .entry_box .workplace .list_box dl dd.privacy label input {
  margin-right: 0.5em;
  width: 15px;
}
#entry main .entry_box .workplace .list_box dl dd.privacy label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
#entry main .entry_box .workplace .list_box dl dd.privacy label input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #214267;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
#entry main .entry_box .workplace .list_box dl dd.privacy label input[type=checkbox]:checked::after {
  opacity: 1;
}
#entry main .entry_box .workplace .list_box dl dd.privacy label a {
  color: #214267;
  text-decoration: underline;
  font-weight: 500;
}
#entry main .entry_box .workplace .list_box dl.check {
  align-items: flex-start;
}
#entry main .entry_box .workplace .list_box dl.check dt {
  margin-top: 10px;
}
#entry main .entry_box .workplace .list_box .name_box dt {
  margin: 25px 0 0 0;
}
#entry main .entry_box .workplace .check_text2 {
  padding: 30px 0 0;
  color: #214267;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
#entry main .entry_box .workplace .btn {
  background-color: #214267;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  width: 62%;
  margin: 30px auto 0 26%;
  font-size: 1.8em;
}
#entry main .entry_box .workplace .btn:hover {
  opacity: 0.8;
}
#entry main .entry_box .workplace .btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
#entry main #formWrap .title {
  font-size: 2.4em;
  text-align: center;
  color: #214267;
}
#entry main #formWrap p {
  font-size: 1.6em;
  color: #C20012;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
#entry main #formWrap .back_btn {
  width: 70%;
  max-width: 546px;
  margin: 0 auto;
}
#entry main #formWrap .formTable {
  margin: 100px auto 50px;
}
#entry main #formWrap .formTable tr {
  display: block;
  margin-bottom: 30px;
}
#entry main #formWrap .formTable tr th {
  font-size: 1.6em;
  color: #214267;
  font-weight: 500;
  width: 12em;
}
#entry main #formWrap .formTable tr td {
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
#entry main #formWrap .confirmation_box {
  width: 98%;
  max-width: 500px;
  margin: 70px auto 0;
}
#entry main #formWrap .confirmation_box dl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#entry main #formWrap .confirmation_box dl dt {
  margin: 0;
  font-size: 1.6em;
  color: #214267;
  font-weight: 500;
  width: 13em;
  text-align: left;
  line-height: 1.75em;
}
#entry main #formWrap .confirmation_box dl dd {
  font-size: 1.6em;
  font-weight: 400;
  margin: 0;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
#entry main #formWrap .btn_submit {
  background-color: #214267;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  width: 40%;
  margin: 30px auto 0 30%;
  font-size: 1.8em;
}
#entry main #formWrap .btn_back {
  width: 40%;
  margin: 20px auto 0 30%;
  font-size: 1.6em;
  color: #214267;
}
#entry main .tanks_box_bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
}
#entry main .tanks_box_bg .tanks_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  /*一応BOX内の文字も中央寄せ*/
  width: 55em;
  padding: 70px 3em;
  background-color: #fff;
  box-shadow: 5px 5px 5px 0px #cfcece;
}
#entry main .tanks_box_bg .tanks_box h1 {
  color: #214267;
  font-size: 2.4em;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  font-weight: 600;
  text-align: center;
}
#entry main .tanks_box_bg .tanks_box .text {
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  color: #214267;
}
#entry .pagetop {
  text-align: center;
  font-size: 1.3em;
  margin: 15px 0 0;
  padding-bottom: 50px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  #entry main {
    padding-top: 120px;
    margin: 0 auto 50px;
    background-color: #F5F7F5;
  }
  #entry main .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 2em;
    color: #214267;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 50px;
  }
  #entry main .subtext {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  #entry main .entry_box {
    width: 90%;
    margin: 0 auto 50px;
  }
  #entry main .entry_box .workplace {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  #entry main .entry_box .workplace .list_box {
    width: 96%;
    margin: 0 auto;
  }
  #entry main .entry_box .workplace .list_box dl {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #entry main .entry_box .workplace .list_box dl dt {
    font-size: 1.6em;
    color: #214267;
    font-weight: 500;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    line-height: 1.75em;
  }
  #entry main .entry_box .workplace .list_box dl dt span {
    font-size: 0.8em;
    font-weight: 400;
  }
  #entry main .entry_box .workplace .list_box dl dt span.red {
    font-size: 1em;
  }
  #entry main .entry_box .workplace .list_box dl dd {
    font-size: 1.7em;
    font-weight: 400;
    margin: 0;
    line-height: 1.75em;
    letter-spacing: 0.05em;
  }
  #entry main .entry_box .workplace .list_box dl dd ::placeholder {
    color: #b6bbbd;
    opacity: 0.5;
  }
  #entry main .entry_box .workplace .list_box dl dd input {
    background-color: #fff;
    padding: 1em;
    margin-right: 0;
    width: 100%;
    letter-spacing: 0.05em;
    box-shadow: 3px 3px 3px 0px #c4c2c2;
  }
  #entry main .entry_box .workplace .list_box dl dd ul {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
  }
  #entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown {
    padding: 0.5em 0;
    display: flex;
    /* 最初の option のみ薄い色 */
  }
  #entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown select {
    background-color: #fff;
    box-shadow: 3px 3px 3px 0px #c4c2c2;
    margin-right: 5px;
    text-align: center;
  }
  #entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown select.year {
    width: 5em;
    padding: 0 0.5em;
    text-align: center;
  }
  #entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown select.year .placeholder {
    color: #ccc; /* 薄いグレー */
  }
  #entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown select option:first-child {
    color: #ccc; /* 薄いグレー */
  }
  #entry main .entry_box .workplace .list_box dl dd ul li .input-pulldown select.day {
    width: 3em;
    padding: 0 0.5em;
    text-align: center;
  }
  #entry main .entry_box .workplace .list_box dl dd ul li.name {
    font-size: 0.9em;
  }
  #entry main .entry_box .workplace .list_box dl dd ul li.input_erea {
    width: 100%;
    margin-left: 15px;
  }
  #entry main .entry_box .workplace .list_box dl dd ul li.input_erea_m {
    width: 100%;
    margin-left: 0;
  }
  #entry main .entry_box .workplace .list_box dl dd ul li.check_text {
    color: #214267;
    font-size: 1.1rem;
    font-weight: 400;
  }
  #entry main .entry_box .workplace .list_box dl dd ul.year_box {
    display: flex;
  }
  #entry main .entry_box .workplace .list_box dl dd.address {
    width: 100%;
  }
  #entry main .entry_box .workplace .list_box dl dd.address input {
    width: 100%;
  }
  #entry main .entry_box .workplace .list_box dl dd.remarks {
    width: 100%;
  }
  #entry main .entry_box .workplace .list_box dl dd.remarks textarea {
    width: 100%;
  }
  #entry main .entry_box .workplace .list_box dl dd.privacy {
    width: 100%;
  }
  #entry main .entry_box .workplace .list_box dl dd.privacy label {
    font-size: 0.5em;
    /* チェックボックス本体を非表示に */
    /* チェックマーク表示用（擬似要素使用） */
    /* チェックされた時の見た目 */
  }
  #entry main .entry_box .workplace .list_box dl dd.privacy label input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    top: -3px;
    width: 10px;
    height: 10px;
    border: 2px solid #555;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
  }
  #entry main .entry_box .workplace .list_box dl dd.privacy label input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 6px;
    width: 5px;
    height: 13px;
    border: solid #214267;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  #entry main .entry_box .workplace .list_box dl dd.privacy label input[type=checkbox]:checked::after {
    opacity: 1;
  }
  #entry main .entry_box .workplace .list_box dl dd.privacy label span {
    margin-top: 5px;
    font-size: 2em;
  }
  #entry main .entry_box .workplace .list_box dl input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
  }
  #entry main .entry_box .workplace .list_box dl input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #214267;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  #entry main .entry_box .workplace .list_box dl input[type=checkbox]:checked::after {
    opacity: 1;
  }
  #entry main .entry_box .workplace .btn {
    background-color: #214267;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 2.2em;
  }
  #entry main .entry_box .workplace .btn:hover {
    opacity: 0.8;
  }
  #entry main #formWrap {
    width: 90%;
    margin: -50px auto 0;
  }
  #entry main #formWrap .title {
    font-size: 2.4em;
    text-align: center;
    color: #214267;
  }
  #entry main #formWrap p {
    font-size: 1.6em;
    color: #C20012;
    line-height: 1.75em;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #entry main #formWrap .back_btn {
    width: 100%;
    max-width: 100%;
  }
  #entry main #formWrap .formTable {
    margin: 100px auto 50px;
  }
  #entry main #formWrap .formTable tr {
    display: block;
    margin-bottom: 30px;
  }
  #entry main #formWrap .formTable tr th {
    font-size: 1.6em;
    color: #214267;
    font-weight: 500;
    width: 12em;
  }
  #entry main #formWrap .formTable tr td {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    text-align: left;
  }
  #entry main #formWrap .confirmation_box {
    width: 90%;
    margin: 90px auto 0;
  }
  #entry main #formWrap .confirmation_box dl {
    display: block;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  #entry main #formWrap .confirmation_box dl dt {
    margin: 0;
    font-size: 1.6em;
    color: #214267;
    font-weight: 500;
    width: 100%;
    text-align: left;
    line-height: 1.75em;
  }
  #entry main #formWrap .confirmation_box dl dd {
    font-size: 1.6em;
    font-weight: 400;
    margin: 0;
    line-height: 1.75em;
    letter-spacing: 0.05em;
  }
  #entry main #formWrap .btn_submit {
    background-color: #214267;
    color: #fff;
    padding: 0.75em;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 2.2em;
  }
  #entry main #formWrap .btn_back {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 1.6em;
    color: #214267;
  }
  #entry main .tanks_box_bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
  }
  #entry main .tanks_box_bg .tanks_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*一応BOX内の文字も中央寄せ*/
    width: 88%;
    padding: 70px 3em;
    background-color: #fff;
    box-shadow: 5px 5px 5px 0px #cfcece;
  }
  #entry main .tanks_box_bg .tanks_box h1 {
    color: #214267;
    font-size: 2em;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
    font-weight: 600;
    text-align: center;
  }
  #entry main .tanks_box_bg .tanks_box .text {
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #214267;
  }
  #entry .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 15px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }
  #entry .apply_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #entry .apply_box .pagetop {
    text-align: center;
    font-size: 1.3em;
    margin: 50px 0 0;
    padding-bottom: 50px;
    font-weight: 400;
  }

  
/* footer */


#footnav {
    color: #fff;
    background-color: #424E5C;
    text-align: left;
    padding: 40px 0;
    display: none;
}

#footnav img {
    margin-left: 4px;
    width: 14px;
    height: auto;
}

footer .foot-row {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

footer .footmenu {
    width: 166px;
    font-size: 16px;
}

footer .main {
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 24px;
    overflow-x: hidden;
}

footer .sub {
    list-style-type: none;
    padding: 0;
    font-size: 12px;
    margin-bottom: 16px;
}

footer .copyright {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}

.copyright img {
    width: 29px;
    height: 29px;
    margin-bottom: 4px;
    border: 0;
}

footer #footnav a {
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: underline;
}

footer #footnav a:hover {
    color: #969696;
}

footer .footmenu-right {
    width: 166px;
    font-size: 16px;
    margin-right: 0px;
}
#SP--footnav {
    display: block;
    width: 100%;
    /* height: auto; */
    background-color:#424E5C;
    padding: 2rem 20px;
    margin: 0 auto;
}

footer #SP--footnav {
    display: block;
    color: #fff;
    background-color:#424E5C;
    text-align: left;
    padding: 2rem 1rem;
}

footer #SP--footnav img {
    margin-left: 0px;
}
    
#SP--footnav .foot-row {
    width: 100%;
    margin: 0 auto;
    display: grid;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 540px;
    margin: 0 auto;
}
    
#SP--footnav .footmenu {
    width: auto;
    max-width: 200px; 
    font-size: 16px;
    margin: 0 auto;
}
    
#SP--footnav .main {
    width: 100%;
    height: auto;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}

#SP--footnav .main li {
    width: 100%;
    text-align: left;
    border-right: 0;
}

#SP--footnav .main img {
    width: 14px;
    height: auto;
    margin-left: 0.3rem;
}

#SP--footnav .copyright {
    font-size: 12px;
    text-align: center;
    margin: 1rem auto;
    color: #fff;
}

#SP--footnav.copyright img {
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    border: 0;
}

#SP--footnav a {
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: underline;
}

#SP--footnav a:hover {
    color: #969696;
}

#SP--footnav .footmenu-right {
    width: 166px;
    font-size: 16px;
    margin-right: 0px;
}

}/*# sourceMappingURL=style.css.map */