@charset "UTF-8";
/**
 * Default Setting
 */
/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
/**
 * Extend
 */
/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
.post-detail-body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #222; }
  .post-detail-body h1, .post-detail-body h2, .post-detail-body h3, .post-detail-body h4, .post-detail-body h5, .post-detail-body h6 {
    margin-top: 3em;
    margin-bottom: 1.6em;
    line-height: 1.4;
    font-weight: bold;
    box-sizing: border-box; }
    .post-detail-body h1:first-child, .post-detail-body h2:first-child, .post-detail-body h3:first-child, .post-detail-body h4:first-child, .post-detail-body h5:first-child, .post-detail-body h6:first-child {
      margin-top: 0; }
  .post-detail-body h1, .post-detail-body h2, .post-detail-body h3 {
    color: #173477; }
  .post-detail-body h4, .post-detail-body h5, .post-detail-body h6 {
    font-size: 1em;
    color: #222; }
  .post-detail-body h1 {
    font-size: 2em; }
  .post-detail-body h2 {
    font-size: 1.5em; }
    .post-detail-body h2:after {
      content: "";
      display: block;
      width: 2.2em;
      height: 1px;
      margin: 10px 0 0;
      background-color: #173477; }
  .post-detail-body h3 {
    font-size: 1.3em; }
  .post-detail-body a {
    text-decoration: underline; }
    .post-detail-body a:hover {
      color: inherit; }
    .post-detail-body a[target="_blank"] {
      position: relative;
      padding-right: 1.1em; }
      .post-detail-body a[target="_blank"]:before, .post-detail-body a[target="_blank"]:after {
        content: "";
        position: absolute;
        display: block;
        width: 0.7em;
        height: 0.6em;
        border: 1px solid #999;
        border-radius: 2px; }
      .post-detail-body a[target="_blank"]:before {
        top: 0.3em;
        right: 1px;
        z-index: 1;
        border-top-width: 3px; }
      .post-detail-body a[target="_blank"]:after {
        top: 0.45em;
        right: 3px;
        z-index: 0;
        border-color: #ccc;
        border-top-width: 3px; }
  .post-detail-body pre {
    max-width: 100%;
    width: 100%;
    padding: 1em;
    line-height: 1.4;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-family: monospace;
    font-size: 1em;
    white-space: pre;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box; }
    .post-detail-body pre code {
      padding: 15px;
      -moz-tab-size: 2;
      tab-size: 2; }
  .post-detail-body code {
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 2px; }
  .post-detail-body p {
    margin-bottom: 2em; }
    .post-detail-body p > code {
      background-color: #f0f0f0; }
  .post-detail-body hr {
    display: block;
    height: 1px;
    margin: 3em 0;
    background-color: transparent;
    background: linear-gradient(to right, transparent 0%, #0259ba 50%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='transparent', EndColorStr='transparent');
    border: 0; }
  .post-detail-body kbd:not([class*="kbd-find"]) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    min-width: 2em;
    margin: 5px;
    padding: 0 8px;
    line-height: 2;
    font-family: monospace;
    color: #767676;
    text-align: center;
    vertical-align: .2em;
    background-color: #f5f5f0;
    border-radius: 3px;
    box-shadow: 0 0 25px #e8e8e8 inset, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9, 0 2px 3px #333; }
  .post-detail-body mark {
    background-color: #fcf8e3; }
  .post-detail-body cite {
    font-style: italic; }
  .post-detail-body blockquote {
    margin-bottom: 1em;
    padding: 1em;
    background-color: #EFF7F7;
    border-left: 5px solid #173477; }
    .post-detail-body blockquote p:last-child {
      margin-bottom: 0; }
  .post-detail-body table {
    margin-bottom: 1em;
    table-layout: auto;
    border-collapse: collapse;
    font-size: 1em; }
    .post-detail-body table th, .post-detail-body table td {
      empty-cells: hide; }
  .post-detail-body dl {
    margin: 1em 0; }
    .post-detail-body dl dt {
      padding: 5px 10px;
      background-color: #f4f4f4; }
    .post-detail-body dl dd {
      margin-bottom: 1em;
      padding: 10px;
      padding-left: 2em; }
  .post-detail-body address {
    padding: 1em;
    line-height: 1.6;
    color: #4c4c4c;
    border: 1px solid #eee; }
  .post-detail-body ul, .post-detail-body ol {
    padding-left: 1.6em; }
    .post-detail-body ul li, .post-detail-body ol li {
      margin-top: 0.5rem; }
  .post-detail-body img {
    max-width: 100%;
    height: auto; }
  .post-detail-body table thead {
    background-color: #f0f0f0; }
  .post-detail-body table tbody {
    background-color: #fff; }
  .post-detail-body th, .post-detail-body td {
    padding: 5px 10px;
    line-height: 1.4;
    border: 1px solid #e2e2e2; }
  .post-detail-body iframe {
    max-width: 100%; }
  .post-detail-body .iframe-wrap {
    position: relative;
    height: 0;
    padding-bottom: 80%; }
    .post-detail-body .iframe-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .post-detail-body .iframe-wrap[src*="youtube.com"], .post-detail-body .iframe-wrap[src*="vimeo.com"] {
      padding-bottom: 56.2%; }
    .post-detail-body .iframe-wrap[src*="google.com/maps"] {
      padding-bottom: 92%; }
      @media (min-width: 576px) {
        .post-detail-body .iframe-wrap[src*="google.com/maps"] {
          padding-bottom: 62%; } }
      @media (min-width: 768px) {
        .post-detail-body .iframe-wrap[src*="google.com/maps"] {
          padding-bottom: 68%; } }
  .post-detail-body .blog-eyecatch {
    margin-bottom: 3em; }
    .post-detail-body .blog-eyecatch img {
      width: 100%;
      height: auto; }
  .post-detail-body .wp-caption {
    max-width: 100%;
    margin-bottom: 1em; }
    .post-detail-body .wp-caption-text {
      padding: 4px 2px;
      line-height: 1.2;
      font-size: 84%;
      color: #888; }
  .post-detail-body .alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em; }
  .post-detail-body .alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em; }
  .post-detail-body .aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .post-detail-body img.aligncenter {
    display: block; }
  @media (max-width: 767px) {
    .post-detail-body .alignright, .post-detail-body .alignleft {
      max-width: 50%; } }
  .post-detail-body .mce-wp-nextpage,
  .post-detail-body .mce-wp-more {
    height: 20px; }
  .post-detail-body .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; }
    @media (min-width: 576px) {
      .post-detail-body .gallery {
        margin-left: -15px;
        margin-right: -15px; } }
    .post-detail-body .gallery .gallery-item {
      position: relative;
      width: 50%;
      margin: 0;
      padding: 8px; }
      @media (min-width: 576px) {
        .post-detail-body .gallery .gallery-item {
          width: 33.333332%;
          margin-bottom: 20px;
          padding: 0 15px; } }
      @media (min-width: 768px) {
        .post-detail-body .gallery .gallery-item {
          width: 25%; } }
      .post-detail-body .gallery .gallery-item .gallery-icon {
        padding: 0;
        background-color: transparent; }
      .post-detail-body .gallery .gallery-item .gallery-caption {
        display: none !important; }
      .post-detail-body .gallery .gallery-item > a {
        display: block;
        transition: 235ms ease-in-out; }
        .post-detail-body .gallery .gallery-item > a:hover {
          opacity: 0.9; }

/**
 * CSS Reset
 * Default StyleSheet Normalize
 *
 * @since 0.1
 * @author MIRAI Inc.
 */
::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2); }

* {
  margin: 0;
  padding: 0; }
  *, *:before, *:after {
    box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  min-width: 300px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  font-size: 1.4rem;
  color: #333;
  background-color: #FAFAFA;
  -webkit-text-size-adjust: 100%; }
  @media (max-width: 767px) {
    body {
      margin-top: 60px; }
      body.toppage {
        margin-top: 0; } }
  @media (min-width: 992px) {
    body {
      font-size: 1.6rem; } }

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

main {
  width: 100%; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em 1em;
  border: 1px solid #ccc; }

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  cursor: pointer; }

table {
  font-size: 14px; }

a {
  color: #173477; }

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

.bg-primary, .btn-nextpage {
  background-color: #2343AC;
  background: linear-gradient(to right, #4DA1F5 0%, #2343AC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#4DA1F5', EndColorStr='#2343AC'); }

.din {
  font-family: "din-2014", sans-serif; }

.italic {
  font-style: italic; }

@media (min-width: 992px) {
  .hidden-lg {
    display: none; } }

@media (min-width: 992px) {
  .tel-link {
    pointer-events: none;
    color: #333;
    text-decoration: none; } }

@media (min-width: 0) and (max-width: 575px) {
  [xs] {
    display: none; } }

@media (min-width: 0) {
  [xs-min] {
    display: none; } }

@media (max-width: 575px) {
  [xs-max] {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  [sm] {
    display: none; } }

@media (min-width: 576px) {
  [sm-min] {
    display: none; } }

@media (max-width: 767px) {
  [sm-max] {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  [md] {
    display: none; } }

@media (min-width: 768px) {
  [md-min] {
    display: none; } }

@media (max-width: 991px) {
  [md-max] {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  [lg] {
    display: none; } }

@media (min-width: 992px) {
  [lg-min] {
    display: none; } }

@media (max-width: 1199px) {
  [lg-max] {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1390px) {
  [xl] {
    display: none; } }

@media (min-width: 1200px) {
  [xl-min] {
    display: none; } }

@media (max-width: 575px) {
  [xl-max] {
    display: none; } }

/**
* Common Parts
*/
.logo-cmn {
  width: 180px;
  height: auto; }

.arrow-right,
.arrow-left {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 1px;
  background-color: currentColor;
  vertical-align: middle; }
  .arrow-right:before,
  .arrow-left:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 1px;
    background-color: currentColor; }

.arrow-right {
  margin-left: 10px; }
  .arrow-right:before {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }

.arrow-left {
  margin-right: 10px; }
  .arrow-left:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.box-center {
  margin-left: auto;
  margin-right: auto; }

.color-main {
  color: #173477; }

.section {
  padding: 80px 0; }
  @media (min-width: 992px) {
    .section {
      padding: 100px 0; } }
  .section .heading {
    margin-bottom: 34px;
    text-align: center; }
    @media (min-width: 992px) {
      .section .heading {
        margin-bottom: 80px; } }
    .section .heading .ja {
      margin-top: 10px;
      color: #173477; }
  .section-page {
    padding: 60px 0; }
    @media (min-width: 768px) {
      .section-page {
        padding: 80px 0; } }

.next-page {
  padding-top: 100px; }
  @media (min-width: 768px) {
    .next-page {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .next-page-fulid .container {
      padding: 0; } }

.sp {
  display: block; }
  @media (min-width: 768px) {
    .sp {
      display: none; } }

.pc {
  display: none; }
  @media (min-width: 768px) {
    .pc {
      display: block; } }

i.blank {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding-right: 3px; }
  i.blank:before, i.blank:after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border: 1px solid #173477; }
  i.blank:after {
    position: absolute;
    left: 3px;
    bottom: 3px; }

.line-tel .readtext {
  margin-bottom: 40px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .line-tel .readtext {
      font-size: 16px; } }

@media (min-width: 768px) {
  .line-tel-row {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .line-tel.tour-contact .line-tel-row {
    margin: 0 -10px; } }

@media (min-width: 768px) {
  .line-tel.tour-contact .box-border {
    width: 33.333332%;
    margin: 0 10px; }
    .line-tel.tour-contact .box-border .tel-link {
      min-width: 0;
      max-width: 280px;
      width: 100%; } }

.line-tel .box-border {
  margin-bottom: 15px;
  padding: 25px 15px;
  text-align: center;
  border: 1px solid #173477; }
  @media (min-width: 768px) {
    .line-tel .box-border {
      width: 48%;
      margin-bottom: 0; } }

.line-tel .box-line {
  color: #00B900;
  border-color: #00B900; }
  .line-tel .box-line a {
    display: inline-block;
    vertical-align: top; }
  .line-tel .box-line .box-title:after {
    background-color: #00B900; }

.line-tel .box-tel {
  color: #173477; }

.line-tel .box-title {
  font-size: 16px; }
  .line-tel .box-title:after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    margin: 10px auto;
    background-color: #173477; }

.line-tel .box-text {
  margin-bottom: 18px;
  font-size: 14px; }

.line-tel .box-link {
  display: inline-block;
  max-width: 280px;
  width: 100%; }
  .line-tel .box-link a {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15); }

.line-tel .box-line-link a:hover {
  opacity: 0.8; }

.line-tel .box-tel-link .btn-contact,
.line-tel .box-tel-link .tel-link {
  display: inline-block;
  width: 100%;
  padding: 11px 10px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 26px;
  color: white;
  background-color: #173477;
  text-decoration: none; }
  @media (max-width: 575px) {
    .line-tel .box-tel-link .btn-contact,
    .line-tel .box-tel-link .tel-link {
      padding-left: 15px;
      padding-right: 15px;
      white-space: nowrap; } }
  @media (min-width: 576px) {
    .line-tel .box-tel-link .btn-contact,
    .line-tel .box-tel-link .tel-link {
      min-width: 280px; } }

.line-tel .box-tel-time {
  font-size: 12px; }

.entry-link {
  padding: 40px 0;
  background-color: #eee; }
  @media (min-width: 768px) {
    .entry-link .row {
      display: flex;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .entry-link .item {
      width: 50%;
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .entry-link .item + .item {
      margin-top: 10px; } }
  .entry-link .entry-link-btn {
    position: relative;
    display: block;
    height: 100%;
    padding: 20px;
    color: white;
    text-align: left;
    text-decoration: none;
    transition: 235ms ease-in-out; }
    @media (min-width: 768px) {
      .entry-link .entry-link-btn {
        padding: 50px 16px;
        text-align: center; } }
    .entry-link .entry-link-btn:hover {
      opacity: 0.8; }
    .entry-link .entry-link-btn .inner span {
      display: block; }
    .entry-link .entry-link-btn .inner .en {
      letter-spacing: 2px; }
    .entry-link .entry-link-btn .inner .ja {
      letter-spacing: 1px; }
    .entry-link .entry-link-btn .arrow-right {
      position: absolute;
      top: 50%;
      right: 4%; }
      @media (min-width: 768px) {
        .entry-link .entry-link-btn .arrow-right {
          right: 4%; } }
    .entry-link .entry-link-btn .ja {
      font-size: 14px; }
    .entry-link .entry-link-btn .en {
      margin-bottom: 8px;
      font-style: italic;
      font-weight: 300;
      font-size: 28px; }
      @media (min-width: 768px) {
        .entry-link .entry-link-btn .en {
          font-size: 26px; } }
  .entry-link .entry-link-graduate {
    background-color: #D84200; }
  .entry-link .entry-link-career {
    background-color: #C11414; }
  .entry-link .entry-link-tour {
    background-color: #172850;
    background-image: linear-gradient(0deg, #172850 0%, #173477 100%); }

.guide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .guide .container {
    position: relative;
    height: 100%; }

.common-contact {
  padding: 80px 0;
  background-color: white; }
  .common-contact-title {
    margin-bottom: 40px;
    font-size: 18px;
    color: #173477; }
    @media (min-width: 768px) {
      .common-contact-title {
        font-size: 24px; } }

.contact-complete-message {
  margin-bottom: 60px;
  line-height: 1.8;
  font-size: 14px; }
  @media (min-width: 768px) {
    .contact-complete-message {
      margin-bottom: 80px;
      font-size: 16px;
      text-align: center; } }
  .contact-complete-message p + p {
    margin-top: 2.5rem; }

@media (min-width: 768px) {
  .company {
    padding-top: 180px;
    padding-bottom: 180px; } }

.company-table {
  width: 100%;
  border-collapse: collapse; }
  @media (min-width: 992px) {
    .company-table {
      width: 920px; } }
  .company-table th, .company-table td {
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid #D3DBEB;
    border-bottom: 1px solid #D3DBEB; }
    @media (min-width: 768px) {
      .company-table th, .company-table td {
        padding: 20px 0;
        font-size: 16px; } }
  .company-table th {
    width: 100px;
    font-weight: bold;
    color: #173477;
    text-align: left;
    border-color: #173477; }
    @media (min-width: 768px) {
      .company-table th {
        width: 255px;
        vertical-align: top; } }
  .company-table .empty {
    width: 5px;
    border: 0; }
    @media (min-width: 768px) {
      .company-table .empty {
        width: 30px; } }
  .company-table p {
    margin-bottom: 1em; }
  .company-table ul {
    padding-left: 1.8em;
    font-size: 90%; }

.list-flow {
  position: relative;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .list-flow {
      margin-left: 20px; } }
  .list-flow li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 14px; }
    @media (min-width: 768px) {
      .list-flow li {
        padding-left: 30px; } }
    .list-flow li:before {
      content: "";
      position: absolute;
      top: 0.5em;
      left: 0;
      display: block;
      width: 9px;
      height: 9px;
      background-color: #D3DBEB;
      border-radius: 100%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .list-flow li:after {
      content: "";
      position: absolute;
      top: 0.5em;
      left: 0;
      display: block;
      width: 1px;
      height: 100%;
      background-color: #D3DBEB; }
    .list-flow li:last-child:after {
      display: none; }

.history-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 992px) {
    .history-list {
      max-width: 900px; } }
  .history-list > li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 1.5em; }
    @media (min-width: 768px) {
      .history-list > li {
        display: flex;
        padding-left: 50px; } }
    .history-list > li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 12px;
      height: 12px;
      background-color: #173477;
      border-radius: 100%; }
      @media (min-width: 768px) {
        .history-list > li:before {
          width: 20px;
          height: 20px; } }
    .history-list > li:after {
      content: "";
      position: absolute;
      top: 5px;
      left: 6px;
      display: block;
      width: 1px;
      height: 100%;
      background-color: #173477; }
      @media (min-width: 768px) {
        .history-list > li:after {
          left: 10px; } }
    .history-list > li:last-child:after {
      display: none; }
  .history-list .date {
    margin-bottom: 8px;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    color: #173477; }
    @media (min-width: 768px) {
      .history-list .date {
        width: 160px;
        line-height: 1.4;
        font-size: 16px; } }
  .history-list .text {
    font-size: 14px; }
    @media (min-width: 768px) {
      .history-list .text {
        flex: 1;
        font-size: 16px; } }

.fieldset {
  position: relative;
  padding: 40px 20px 30px;
  border: 1px solid #2343AC; }
  @media (min-width: 768px) {
    .fieldset {
      padding-bottom: 15px; } }
  .fieldset .legend {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    min-width: 220px;
    padding: 5px 20px;
    font-weight: 300;
    font-size: 16px;
    color: white;
    text-align: center;
    background-color: #2343AC;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .fieldset .list {
    max-width: 350px;
    margin: 0 auto;
    padding: 0;
    padding-left: 20px;
    list-style: none; }
    .fieldset .list li {
      position: relative; }
      .fieldset .list li:before {
        content: "";
        position: absolute;
        top: 0.5em;
        left: 0;
        display: block;
        width: 8px;
        height: 8px;
        margin-left: -15px;
        background-color: #2343AC;
        border-radius: 8px; }
      .fieldset .list li + li {
        margin-top: 10px; }
  .fieldset .list-arrow {
    list-style: none; }
    .fieldset .list-arrow li {
      color: #2343AC;
      text-align: center; }
      .fieldset .list-arrow li + li {
        margin-top: 6px; }
        .fieldset .list-arrow li + li:before {
          content: "\f107";
          display: block;
          margin-bottom: 6px;
          line-height: 1;
          font-family: 'FontAwesome';
          font-size: 160%; }

.history-table {
  position: relative;
  border-collapse: collapse; }
  .history-table th, .history-table td {
    padding: 0 0 32px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    border: 0; }
    @media (min-width: 768px) {
      .history-table th, .history-table td {
        font-size: 16px; } }
  .history-table th {
    width: 100px;
    color: #173477; }
    @media (min-width: 768px) {
      .history-table th {
        width: 140px; } }
  .history-table .border {
    position: relative;
    width: 40px; }
    @media (min-width: 768px) {
      .history-table .border {
        width: 50px; } }
    .history-table .border:before, .history-table .border:after {
      content: "";
      position: absolute;
      left: 50%;
      display: block;
      background-color: #2343AC;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .history-table .border:before, .history-table .border:after {
          left: 0; } }
    .history-table .border:before {
      top: 0.5em;
      width: 1px;
      height: 100%;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .history-table .border:after {
      top: 0.5em;
      width: 11px;
      height: 11px;
      background-color: white;
      border: 1px solid #2343AC;
      border-radius: 11px; }
  .history-table tr:last-child th, .history-table tr:last-child td {
    padding-bottom: 0; }
  .history-table tr:last-child .border:before {
    top: 0;
    bottom: 0.5em;
    height: auto; }

.content-next-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: left; }
  @media (min-width: 768px) {
    .content-next-wrap {
      padding-top: 60px;
      padding-bottom: 120px;
      text-align: center; } }

.content-next-link {
  display: block;
  text-decoration: none; }
  @media (max-width: 767px) {
    .content-next-link {
      margin-left: -15px;
      margin-right: -15px;
      padding: 40px 15px;
      background-color: #2343AC;
      background: linear-gradient(to right, #4DA1F5 0%, #2343AC 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#4DA1F5', EndColorStr='#2343AC'); } }
  @media (min-width: 768px) {
    .content-next-link {
      display: inline-block;
      min-width: 540px;
      text-align: left; } }
  .content-next-link:hover {
    opacity: 0.9; }
  .content-next-link .en {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .content-next-link .en {
        display: block;
        color: white;
        text-align: center; } }
    .content-next-link .en:after {
      content: "";
      display: block;
      width: 15px;
      height: 1px;
      margin: 10px auto;
      background-color: white; }
      @media (min-width: 768px) {
        .content-next-link .en:after {
          display: inline-block;
          margin: 0;
          margin-left: 10px;
          margin-right: 5px;
          vertical-align: middle;
          background-color: #173477; } }
    @media (min-width: 768px) {
      .content-next-link .en {
        font-size: 16px; } }
  .content-next-link .ja {
    font-weight: bold;
    font-size: 20px; }
    @media (max-width: 767px) {
      .content-next-link .ja {
        display: block;
        color: white;
        text-align: center; } }
    @media (min-width: 768px) {
      .content-next-link .ja {
        font-size: 24px; } }
  .content-next-link .arrow-right {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-left: 0;
    background-color: white; }
    @media (min-width: 768px) {
      .content-next-link .arrow-right {
        width: 106%;
        background-color: #173477; } }
    .content-next-link .arrow-right:before {
      height: 2px;
      background-color: white; }
      @media (min-width: 768px) {
        .content-next-link .arrow-right:before {
          background-color: #173477; } }

.content-next-recruit-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: left; }
  @media (min-width: 768px) {
    .content-next-recruit-wrap {
      padding-top: 60px;
      padding-bottom: 120px;
      text-align: center; } }

.content-next-recruit-link {
  display: block;
  text-decoration: none; }
  @media (min-width: 768px) {
    .content-next-recruit-link {
      display: inline-block;
      min-width: 540px;
      text-align: left; } }
  .content-next-recruit-link:hover {
    opacity: 0.9; }
  .content-next-recruit-link .en {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px; }
    .content-next-recruit-link .en:after {
      content: "";
      display: inline-block;
      width: 15px;
      height: 1px;
      margin-left: 10px;
      margin-right: 5px;
      vertical-align: middle;
      background-color: #173477; }
    @media (min-width: 768px) {
      .content-next-recruit-link .en {
        font-size: 16px; } }
  .content-next-recruit-link .ja {
    font-weight: bold;
    font-size: 20px; }
    @media (min-width: 768px) {
      .content-next-recruit-link .ja {
        font-size: 24px; } }
  .content-next-recruit-link .arrow-right {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-left: 0;
    background-color: #173477; }
    @media (min-width: 768px) {
      .content-next-recruit-link .arrow-right {
        width: 106%; } }
    .content-next-recruit-link .arrow-right:before {
      height: 2px;
      background-color: #173477; }

@media (min-width: 768px) {
  .content-next-recruit-recruit {
    display: flex;
    justify-content: center; } }

@media (min-width: 768px) {
  .content-next-recruit-recruit .content-next-link {
    min-width: 0;
    margin: 0 30px; } }

.content-next-recruit-link-graduate, .content-next-recruit-link-career {
  max-width: 350px; }
  @media (min-width: 768px) {
    .content-next-recruit-link-graduate, .content-next-recruit-link-career {
      min-width: auto;
      margin-left: 20px;
      margin-right: 20px; } }
  .content-next-recruit-link-graduate .arrow-right, .content-next-recruit-link-career .arrow-right {
    width: 350px; }

.content-next-recruit-link-graduate {
  color: #D84200; }
  .content-next-recruit-link-graduate .en:after {
    background-color: #D84200; }
  .content-next-recruit-link-graduate .arrow-right {
    background-color: #D84200; }
    .content-next-recruit-link-graduate .arrow-right:before {
      background-color: #D84200; }

.content-next-recruit-link-career {
  color: #C11414; }
  @media (max-width: 767px) {
    .content-next-recruit-link-career {
      margin-top: 25px; } }
  .content-next-recruit-link-career .en:after {
    background-color: #C11414; }
  .content-next-recruit-link-career .arrow-right {
    background-color: #C11414; }
    .content-next-recruit-link-career .arrow-right:before {
      background-color: #C11414; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 300ms ease-in-out; }
  .popup.active {
    opacity: 1;
    visibility: visible; }
  .popup .popup-close {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100;
    display: block;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0;
    outline: 0; }
    .popup .popup-close .bar {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100%;
      height: 1px;
      background-color: white; }
      .popup .popup-close .bar:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .popup .popup-close .bar:nth-child(2) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
  .popup .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    width: 90%;
    max-height: 80%;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .popup .inner {
        width: 100%; } }
    .popup .inner-item {
      height: 100%;
      padding: 10px 25px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
  .popup .item + .item {
    margin-top: 30px; }
  .popup .title {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #2343AC;
    border-bottom: 1px solid #D3DBEB; }
  .popup .text {
    font-size: 14px; }

.banner-col2 {
  padding-bottom: 48px; }
  .banner-col2__flex {
    display: flex;
    flex-direction: column;
    gap: 32px; }
    @media (max-width: 991px) {
      .banner-col2__flex {
        max-width: 330px;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .banner-col2__flex {
        flex-direction: row;
        gap: 30px;
        padding-bottom: 126px; } }
    .banner-col2__flex a {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
      transition: 235ms ease; }
      .banner-col2__flex a:hover {
        opacity: 0.8; }

.layout-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1920px) {
    .layout-wrapper {
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); } }
  .layout-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 8px;
    background-color: #173477; }

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: calc(constant(safe-area-inset-left) + 15px);
  padding-right: calc(constant(safe-area-inset-right) + 15px);
  padding-left: calc(env(safe-area-inset-left) + 15px);
  padding-right: calc(env(safe-area-inset-right) + 15px); }
  .container-sub {
    max-width: 950px; }
  .container-relative {
    position: relative; }

@media (min-width: 992px) {
  .l-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%; } }

.l-main {
  flex-grow: 1; }

.l-footer {
  background-color: #f4f4f4; }

.bg-white {
  background-color: white; }

.bg-lightgray {
  background-color: #f4f4f4; }

.heading {
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: normal;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    .heading {
      margin-bottom: 53px; } }
  @media (min-width: 992px) {
    .heading {
      margin-bottom: 80px; } }
  .heading span {
    display: block; }
  .heading .en {
    font-weight: 300;
    font-style: italic;
    font-size: 40px; }
    @media (min-width: 768px) {
      .heading .en {
        font-size: 56px; } }
  .heading .ja {
    font-size: 12px; }
  .heading-left {
    padding-left: 30px;
    border-left: 3px solid #333; }
  .heading-top {
    position: relative;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: center; }
    .heading-top:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 104px;
      height: 3px;
      background-color: #333;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.heading-line-w {
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
  padding-left: 20px;
  overflow: hidden;
  font-size: 18px;
  color: #173477; }
  @media (min-width: 768px) {
    .heading-line-w {
      margin-top: 60px;
      margin-bottom: 40px;
      font-size: 20px; } }
  .heading-line-w span {
    position: relative;
    display: inline-block;
    padding: 0 12px; }
    .heading-line-w span:before, .heading-line-w span:after {
      content: "";
      position: absolute;
      top: 50%;
      display: block;
      width: 99999em;
      height: 1px;
      background-color: #173477; }
    .heading-line-w span:before {
      right: 100%; }
    .heading-line-w span:after {
      left: 100%; }

.home-heading {
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: normal;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    .home-heading {
      margin-bottom: 53px; } }
  @media (min-width: 992px) {
    .home-heading {
      margin-bottom: 80px; } }
  .home-heading span {
    display: block; }
  .home-heading .en {
    font-weight: 300;
    font-style: italic;
    font-size: 40px; }
    @media (min-width: 768px) {
      .home-heading .en {
        font-size: 56px; } }
  .home-heading .ja {
    font-size: 12px; }
  .home-heading-left {
    padding-left: 30px;
    border-left: 3px solid #333; }
  .home-heading-top {
    position: relative;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: center; }
    .home-heading-top:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 104px;
      height: 3px;
      background-color: #173477;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.btn {
  position: relative;
  display: inline-block;
  padding: 15px;
  overflow: hidden;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  border-radius: 1px;
  transition: 175ms ease;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .btn {
      min-width: 280px;
      width: auto;
      padding: 20px 25px;
      font-size: 16px; } }
  @media (min-width: 992px) {
    .btn:hover:before {
      height: 200%;
      opacity: 0;
      visibility: hidden;
      transition: 165ms ease-in; } }
  .btn:active {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15), inset 0 2px 3px -1px rgba(0, 0, 0, 0.3);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
  .btn .fa {
    position: absolute;
    margin-left: 2em;
    line-height: 1.2;
    font-size: 130%; }

.btn-primary {
  color: #fff;
  background-color: #172850;
  background: linear-gradient(to bottom, #172850 0%, #173477 50%, #173477 50.1%, #172850 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#172850', EndColorStr='#172850');
  background-size: 100% 200%;
  background-position: 0 -100%; }
  .btn-primary:hover {
    background-position: 0 0; }

.btn-toppage-back {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  text-decoration: none; }
  .btn-toppage-back .arrow-left {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120%;
    background-color: #173477;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .btn-toppage-back .arrow-left:before {
      background-color: #173477; }

.btn-outline-white {
  border: 1px solid white; }

.btn-nextpage {
  display: block;
  padding: 40px 15px;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
  vertical-align: top; }
  @media (min-width: 768px) {
    .btn-nextpage {
      padding: 50px 15px; } }
  @media (min-width: 992px) {
    .btn-nextpage {
      padding: 40px 15px 60px; } }
  .btn-nextpage > span {
    display: block; }
  .btn-nextpage .en {
    font-size: 10px; }
    @media (min-width: 768px) {
      .btn-nextpage .en {
        font-size: 16px; } }
  .btn-nextpage .ja {
    font-size: 16px; }
    @media (min-width: 768px) {
      .btn-nextpage .ja {
        font-size: 20px; } }
  .btn-nextpage .arrow-right {
    position: relative;
    width: 85%;
    height: 1px;
    margin: 15px auto -10px;
    background-color: white; }
    @media (min-width: 768px) {
      .btn-nextpage .arrow-right {
        width: 540px; } }
    .btn-nextpage .arrow-right:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      width: 2em;
      height: 1px;
      background-color: white;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: bottom right;
      transform-origin: bottom right; }

.btn-graduate,
.btn-career {
  min-width: 0;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  color: white; }
  @media (min-width: 768px) {
    .btn-graduate,
    .btn-career {
      width: auto;
      padding: 10px 15px; } }

.btn-graduate {
  background-color: #D84200; }

.btn-career {
  background-color: #C11414; }

.form-group + .form-group {
  margin-top: 35px; }

.form-group input[type="text"],
.form-group input[type="search"],
.form-group input[type="tel"],
.form-group input[type="url"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="datetime"],
.form-group input[type="date"],
.form-group input[type="month"],
.form-group input[type="week"],
.form-group input[type="time"],
.form-group input[type="datetime-local"],
.form-group input[type="number"],
.form-group input[type="color"] {
  display: block;
  max-width: 100%;
  height: 40px;
  padding: 5px 8px;
  line-height: 1;
  font-size: 16px;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #D8E3E3;
  box-shadow: none;
  transition: 135ms ease-in; }
  .form-group input[type="text"]:focus,
  .form-group input[type="search"]:focus,
  .form-group input[type="tel"]:focus,
  .form-group input[type="url"]:focus,
  .form-group input[type="email"]:focus,
  .form-group input[type="password"]:focus,
  .form-group input[type="datetime"]:focus,
  .form-group input[type="date"]:focus,
  .form-group input[type="month"]:focus,
  .form-group input[type="week"]:focus,
  .form-group input[type="time"]:focus,
  .form-group input[type="datetime-local"]:focus,
  .form-group input[type="number"]:focus,
  .form-group input[type="color"]:focus {
    border-color: #173477;
    box-shadow: 0 0 0 1px #173477; }

@media (min-width: 768px) {
  .form-group input[name="name"],
  .form-group input[name="kana"] {
    max-width: 280px; }
  .form-group input[name="email"],
  .form-group input[name="phone"] {
    max-width: 480px; } }

.form-group input[name="birth_year"] {
  display: inline-block;
  width: 4em;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }
  .form-group input[name="birth_year"] + .error {
    position: absolute;
    top: 100%;
    left: 0; }

.form-group select[name="birth_month"],
.form-group select[name="birth_day"] {
  width: auto;
  margin-left: 6px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .form-group select[name="birth_month"],
    .form-group select[name="birth_day"] {
      margin-left: 15px;
      margin-right: 5px; } }

.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding: 5px 10px;
  padding-right: 30px;
  font-size: 16px;
  border-color: #D8E3E3;
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 12px auto;
  background-image: url("../img/common/icon_angle_down.png");
  background-color: white;
  border-radius: 3px;
  outline: 0; }
  .form-group select:focus {
    border-color: #173477;
    box-shadow: 0 0 0 1px #173477; }

.form-group textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  max-width: 100%;
  width: 100%;
  min-height: 5rem;
  padding: 5px 8px;
  font-size: 16px;
  outline: 0;
  border-color: #D8E3E3;
  border-radius: 3px;
  box-shadow: none; }
  .form-group textarea:focus {
    border-color: #173477;
    box-shadow: 0 0 0 1px #173477; }

.form-group .zip {
  position: relative;
  margin-bottom: 10px;
  padding-left: 2em; }
  .form-group .zip .zipmark {
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 124%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.require-text {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2em;
  font-size: 12px;
  color: #C11414; }

.required {
  margin: 0 5px;
  font-size: 12px;
  color: #C11414; }

.form-wrapper {
  position: relative;
  max-width: 920px;
  margin: 15px auto 20px;
  padding: 40px 20px;
  background-color: #fff;
  border: 1px solid #D8E3E3; }
  @media (min-width: 768px) {
    .form-wrapper {
      padding: 50px; } }

.form-label {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px; }

.form-field, .form-select, .form-radio, .form-checkbox, .form-textarea {
  margin-top: 10px; }

.form-field {
  position: relative; }

.form-button-area {
  margin-top: 40px; }
  .form-button-area .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
    border: 0; }
  .form-button-area .btn-primary {
    padding: 25px 15px;
    letter-spacing: 2px; }
    @media (max-width: 575px) {
      .form-button-area .btn-primary {
        width: 100%; } }
    @media (min-width: 576px) {
      .form-button-area .btn-primary {
        min-width: 280px; } }
    .form-button-area .btn-primary .arrow-right {
      position: absolute;
      right: 15px;
      top: 50%; }
  .form-button-area .btn-submit-back {
    position: relative;
    width: 180px;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 14px;
    color: white;
    background-color: #aaa;
    text-align: center; }
    @media (max-width: 767px) {
      .form-button-area .btn-submit-back {
        margin-top: 25px; } }
    @media (min-width: 768px) {
      .form-button-area .btn-submit-back {
        min-width: auto;
        margin-right: 25px; } }
    .form-button-area .btn-submit-back .arrow-left {
      position: absolute;
      top: 50%;
      left: 10px;
      width: 20px; }
  .form-button-area-row {
    display: flex;
    align-items: center;
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .form-button-area-row {
        flex-direction: row;
        align-items: flex-end;
        justify-content: center; } }

.form-privacy {
  margin-bottom: 40px;
  padding: 25px;
  font-size: 12px; }
  @media (min-width: 768px) {
    .form-privacy {
      margin-top: 50px;
      padding: 25px 35px; } }
  .form-privacy-title {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 16px;
    color: #173477; }

.form-radio {
  display: flex;
  flex-wrap: wrap; }
  .form-radio .mwform-radio-field {
    display: block;
    margin-left: 0 !important; }
    @media (min-width: 768px) {
      .form-radio .mwform-radio-field {
        display: inline-block;
        margin-right: 1.8rem; } }
    .form-radio .mwform-radio-field + .mwform-radio-field {
      margin-top: 15px; }
  .form-radio label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-right: 1.5em;
    padding: 3px;
    padding-left: 1.6em;
    font-size: 15px; }
    .form-radio label:hover {
      background-color: #f4f4f4; }
  .form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-size: 1em;
    overflow: hidden;
    background-color: white;
    border: 1px solid #D8E3E3;
    border-radius: 100%;
    outline: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 135ms ease-in-out; }
    .form-radio input[type="radio"]:before {
      content: "\f00c";
      margin-top: -1px;
      font-family: "FontAwesome";
      font-weight: normal;
      font-size: 0.5em;
      line-height: 1;
      color: transparent;
      transition: 135ms ease-in-out; }
    .form-radio input[type="radio"]:focus {
      box-shadow: 0 0 0 2px #D8E3E3; }
    .form-radio input[type="radio"]:checked {
      border-color: #173477; }
      .form-radio input[type="radio"]:checked:before {
        color: #173477; }

.mw_wp_form .error {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: inline-block;
  font-size: 14px; }

.ico {
  display: inline-block;
  width: 12px;
  height: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  .ico-angle-down {
    background-image: url("../img/common/icon_angle_down.png");
    background-image: -webkit-image-set(url("../img/common/icon_angle_down.png") 1x, url("../img/common/icon_angle_down@2x.png") 2x);
    background-image: image-set(url("../img/common/icon_angle_down.png") 1x, url("../img/common/icon_angle_down@2x.png") 2x); }

.breadcrumb {
  background-color: #eee; }
  .breadcrumb .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 767px) {
      .breadcrumb .container {
        width: 100%;
        white-space: nowrap; } }
  .breadcrumb-list {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    font-size: 14px; }
    .breadcrumb-list > li {
      position: relative;
      display: inline-block;
      margin-right: 40px; }
      .breadcrumb-list > li + li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -1.8em;
        width: 0.5em;
        height: 0.5em;
        border-top: 1px solid #173477;
        border-right: 1px solid #173477;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%); }
    .breadcrumb-list a {
      color: #173477; }
      .breadcrumb-list a:hover {
        text-decoration: none; }

.logo-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none; }
  @media (min-width: 992px) {
    .logo-link {
      display: block;
      height: 100%;
      transition: 235ms ease-out; }
      .logo-link:hover {
        opacity: .8; } }
  .logo-link svg {
    transition: 235ms ease-out; }

.logo-sp svg {
  display: block;
  width: auto;
  height: 100%; }

@media (min-width: 992px) {
  .logo-sp {
    display: none; } }

.logo-pc {
  display: none; }
  @media (min-width: 992px) {
    .logo-pc {
      display: block;
      width: 214px;
      height: 100%; }
      .logo-pc svg {
        display: block;
        width: auto;
        height: 100%; } }

.logo-set {
  position: relative;
  width: 63px;
  height: 56px;
  line-height: 1; }
  @media (min-width: 992px) {
    .logo-set {
      display: flex;
      align-items: center;
      width: 241px;
      height: 63px; } }
  .logo-set div {
    transition: 240ms ease-in-out; }
  .logo-set svg {
    transition: 240ms ease-in-out; }
  .logo-set .logo-mark {
    height: 70%; }
    @media (min-width: 992px) {
      .logo-set .logo-mark {
        width: 16.129%;
        height: auto; } }
    .logo-set .logo-mark svg {
      width: 100%;
      height: 100%; }
  .logo-set .logo-text {
    position: relative;
    flex: 1;
    width: 100%; }
    @media (min-width: 992px) {
      .logo-set .logo-text {
        margin-left: 26px; } }
    .logo-set .logo-text svg {
      width: 100%;
      height: auto; }
  .logo-set .company-name {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    height: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    font-size: 5px;
    color: #173477;
    letter-spacing: 2px;
    white-space: nowrap;
    transition: 240ms ease-in-out; }
    @media (min-width: 992px) {
      .logo-set .company-name {
        height: auto;
        margin-top: 3px;
        visibility: visible;
        opacity: 1;
        font-size: 10px; } }

.page-hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .page-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #2343AC;
    background: linear-gradient(to bottom, #4DA1F5 0%, #2343AC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#4DA1F5', EndColorStr='#2343AC'); }
  .page-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    padding-top: 48px; }
    @media (min-width: 768px) {
      .page-hero-inner {
        min-height: 400px;
        margin-top: 0;
        padding-top: 96px; } }
  .page-hero-title {
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    text-align: center; }
    .page-hero-title .en, .page-hero-title .ja {
      display: block; }
    .page-hero-title .en {
      font-family: "din-2014", sans-serif;
      font-style: italic;
      font-weight: 200;
      font-size: 40px;
      text-indent: 8px;
      letter-spacing: 8px; }
      @media (min-width: 992px) {
        .page-hero-title .en {
          font-size: 56px;
          text-indent: 10px;
          letter-spacing: 10px; } }
    .page-hero-title .ja {
      font-weight: normal;
      font-size: 14px; }
      @media (min-width: 992px) {
        .page-hero-title .ja {
          font-size: 16px; } }

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 60px; }
  @media (max-width: 767px) {
    .pager {
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .pager {
      margin-bottom: 0; } }
  .pager ul {
    display: flex;
    align-items: center;
    width: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .pager ul {
        width: auto; } }
    @media (max-width: 767px) {
      .pager ul li {
        display: none; } }
    @media (min-width: 768px) {
      .pager ul li {
        margin-left: 8px;
        margin-right: 8px; } }
    .pager ul a {
      font-family: "din-2014", sans-serif;
      font-weight: 400; }
      @media (min-width: 576px) {
        .pager ul a {
          position: relative; }
          .pager ul a:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: transparent; } }
      .pager ul a:hover {
        color: #173477; }
        .pager ul a:hover:before {
          background-color: #173477; }
    .pager ul span {
      pointer-events: none; }
      @media (min-width: 768px) {
        .pager ul span {
          display: inline-block;
          padding: 10px 8px; } }
    .pager ul a, .pager ul span {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      line-height: 1.6;
      font-size: 15px; }
  .pager a {
    display: inline-block;
    padding: 10px 8px;
    color: #222;
    text-decoration: none; }
  .pager .next,
  .pager .prev,
  .pager .current {
    color: #2343AC; }
  .pager .current span {
    color: #2343AC; }
    @media (min-width: 576px) {
      .pager .current span {
        position: relative; }
        .pager .current span:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 2px;
          background-color: #2343AC; } }
  @media (max-width: 767px) {
    .pager .next,
    .pager .prev {
      width: 48%;
      padding: 15px;
      font-size: 14px;
      color: white;
      text-align: center;
      background-color: #173477; }
      .pager .next .arrow-left,
      .pager .next .arrow-right,
      .pager .prev .arrow-left,
      .pager .prev .arrow-right {
        width: 20px; } }
  @media (min-width: 768px) {
    .pager .next,
    .pager .prev {
      color: #2343AC; }
      .pager .next .arrow-left,
      .pager .next .arrow-right,
      .pager .prev .arrow-left,
      .pager .prev .arrow-right {
        width: 24px;
        background-color: #2343AC; }
        .pager .next .arrow-left:before,
        .pager .next .arrow-right:before,
        .pager .prev .arrow-left:before,
        .pager .prev .arrow-right:before {
          background-color: #2343AC; } }
  @media (min-width: 768px) {
    .pager .next {
      margin-left: 2em; } }
  @media (min-width: 768px) {
    .pager .prev {
      margin-right: 2em; } }
  .pager .prev_text,
  .pager .next_text {
    font-weight: 200;
    font-size: 12px; }

.sidebar {
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .sidebar {
      width: 255px; } }

.search-box {
  position: relative; }

.search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 24px;
  padding: 0 8px;
  padding-right: 32px;
  line-height: 24px;
  font-size: 16px;
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0; }
  @media (min-width: 992px) {
    .search-input {
      font-size: 14px; } }
  .search-input:focus {
    outline: 0;
    box-shadow: 0 0 5px 1px rgba(23, 52, 119, 0.3); }

.search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  line-height: 1;
  font-size: 28px;
  color: #173477;
  background-color: transparent;
  border: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.album-recent ul > li + li {
  margin-top: 15px; }

@media (min-width: 992px) {
  .album-recent ul li:first-child .album-recent-thumbnail {
    width: 100%; }
  .album-recent ul li:first-child .album-recent-row {
    flex-wrap: wrap; }
  .album-recent ul li:first-child .album-recent-title {
    height: auto; }
    .album-recent ul li:first-child .album-recent-title:before {
      display: none; }
  .album-recent ul li:first-child .album-recent-content {
    flex: 1;
    margin-top: 20px;
    margin-left: 0; } }

.album-recent .widget-title:after {
  content: "新着記事"; }

.album-recent-link {
  display: block; }

.album-recent-row {
  display: flex; }

.album-recent-thumbnail {
  width: 95px; }
  .album-recent-thumbnail .album-archive-thumbnail:before {
    background-size: 38px auto; }

.album-recent-content {
  flex: 1;
  margin-left: 15px; }

.album-recent-datetime {
  display: block;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  color: #173477; }

.album-recent-title {
  position: relative;
  height: 3.5em;
  margin-top: 8px;
  overflow: hidden;
  line-height: 1.4;
  font-weight: normal;
  font-size: 14px;
  color: #222; }
  .album-recent-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2em;
    box-shadow: inset 0 -14px 10px -5px #fff; }

.widget + .widget {
  margin-top: 80px; }

.widget ul {
  list-style: none; }

.widget a {
  text-decoration: none; }

.widget-title {
  margin-bottom: 10px;
  padding: 20px 0;
  letter-spacing: 4px;
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  color: #173477;
  text-align: center;
  border-top: 2px solid #173477; }
  .widget-title:after {
    display: block;
    margin-top: 8px;
    font-size: 12px; }

.widget_search {
  position: relative;
  padding: 25px 15px;
  border: 1px solid #f0f0f0; }
  .widget_search label {
    display: none; }

.widget_categories .widget-title:after {
  content: "カテゴリから選ぶ"; }

.widget_categories > ul > li + li {
  margin-top: -1px; }

.widget_categories > ul > li > a {
  position: relative;
  display: block;
  padding: 15px;
  padding-left: 2em;
  font-size: 14px;
  color: #222;
  background-color: #f4f4f4;
  border-top: 1px solid #D8E3E3;
  border-bottom: 1px solid #D8E3E3; }
  .widget_categories > ul > li > a:hover {
    background-color: #D8E3E3; }
  .widget_categories > ul > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.9em;
    display: block;
    width: 0.5em;
    height: 1px;
    background-color: #222; }

.widget_tag_cloud .widget-title:after {
  content: "タグから選ぶ"; }

.widget_tag_cloud .tagcloud {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 5px;
    padding: 6px 10px;
    line-height: 1;
    font-size: 14px !important;
    color: #222;
    border: 1px solid #D8E3E3;
    border-radius: 2px; }
    @media (min-width: 768px) {
      .widget_tag_cloud .tagcloud a {
        margin: 3px;
        padding: 5px 8px;
        font-size: 12px !important; } }
    .widget_tag_cloud .tagcloud a:hover {
      background-color: #bacece; }

/**
 * Layout
 */
@media (max-width: 767px) {
  body.toppage .header {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    body.toppage .header.visible {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

@media (min-width: 768px) {
  body.toppage .header {
    position: fixed;
    background-color: transparent; }
    body.toppage .header.scrolled {
      background-color: white; } }

body.toppage .header .btn-sound-sp {
  display: block; }

@media (max-width: 767px) {
  body.toppage .header .header-navi-btn {
    width: 50%; } }

@media (max-width: 767px) {
  body.toppage .header .btn-gnavi {
    display: block; }
    body.toppage .header .btn-gnavi .bars {
      margin: auto; }
    body.toppage .header .btn-gnavi .bar {
      margin: 5px 0; }
    body.toppage .header .btn-gnavi .text {
      margin: 0; } }

@media (max-width: 767px) {
  body.toppage .header-group {
    width: 35%; } }

@media (max-width: 767px) {
  body.toppage .header-contact {
    width: 65%; } }

@media (max-width: 767px) {
  body.navi-toggled .header {
    padding-top: 0; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  min-width: 300px;
  width: 100%;
  padding-top: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 235ms ease-out; }
  @media (max-width: 767px) {
    .header {
      background-color: white;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); } }
  @media (min-width: 768px) {
    .header {
      position: fixed;
      top: 30px;
      padding: 0 15px; } }
  .header.scrolled {
    padding-top: 0; }
    @media (min-width: 768px) {
      .header.scrolled {
        position: fixed;
        top: 0;
        padding: 10px;
        background-color: white;
        box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(0);
        transform: translateY(0); }
        .header.scrolled .btn-gnavi,
        .header.scrolled .header-contact-list,
        .header.scrolled .btn-sound-sp {
          box-shadow: none; }
        .header.scrolled .btn-sound-sp {
          border-color: #173477; }
          .header.scrolled .btn-sound-sp svg .vol-on-a,
          .header.scrolled .btn-sound-sp svg .vol-on-b,
          .header.scrolled .btn-sound-sp svg .vol-off-a,
          .header.scrolled .btn-sound-sp svg .vol-off-b {
            stroke: #173477; } }
    @media (max-width: 767px) {
      .header.scrolled .header-logo {
        display: none; } }
    @media (min-width: 768px) {
      .header.scrolled .header-logo .logo-cmn {
        color: #444; } }
  .header.scrolldown {
    transition: 235ms ease-out 150ms;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    @media (max-width: 767px) {
      .header.scrolldown {
        padding-top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); } }
    @media (min-width: 768px) {
      .header.scrolldown {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); } }
  @media (max-width: 767px) {
    .header.visible {
      padding-top: 0; } }
  .header .flex {
    display: flex;
    justify-content: space-between;
    height: 60px; }
  .header-group {
    display: flex;
    align-items: center;
    width: 30%; }
    @media (min-width: 768px) {
      .header-group {
        width: auto; } }
  .header-logo {
    line-height: 0;
    font-size: 100%; }
    .header-logo .logo-cmn {
      color: #fff; }
    @media (max-width: 767px) {
      .header-logo {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        margin-top: -10px;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%); }
        .header-logo svg {
          width: 100%;
          height: 42px; }
        .header-logo .logo-cmn {
          color: #444; } }
    @media (min-width: 768px) {
      .header-logo {
        margin-left: 25px;
        margin-right: 25px; } }
    .header-logo .screen-reader-text {
      display: none; }
    .header-logo-link {
      display: inline-block; }
  .header-contact {
    position: relative;
    width: 70%;
    height: 100%; }
    @media (min-width: 768px) {
      .header-contact {
        width: auto; } }
    .header-contact-list {
      flex-grow: 1;
      display: flex;
      height: 100%;
      list-style: none;
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }
      .header-contact-list li {
        flex-grow: 1; }
        .header-contact-list li + li {
          border-left: 1px solid white; }
      .header-contact-list a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 5px;
        line-height: 60px;
        font-size: 12px;
        color: white;
        white-space: nowrap;
        text-align: center;
        text-decoration: none;
        transition: 235ms ease-in-out; }
        @media (min-width: 768px) {
          .header-contact-list a {
            padding: 0 25px; } }
        @media (min-width: 992px) {
          .header-contact-list a {
            padding: 0 25px;
            font-size: 14px; } }
        .header-contact-list a:hover {
          opacity: 0.8; }
          .header-contact-list a:hover .arrow-right {
            -webkit-transform: translateX(50%);
            transform: translateX(50%); }
      .header-contact-list .graduate {
        background-color: #D84200; }
      .header-contact-list .career {
        background-color: #C11414; }
      .header-contact-list .arrow-right {
        width: 20px;
        transition: 235ms ease-in-out; }
        @media (max-width: 767px) {
          .header-contact-list .arrow-right {
            display: none; } }
        @media (min-width: 768px) {
          .header-contact-list .arrow-right {
            margin-left: 25px; } }
  .header-navi-btn {
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .header-navi-btn {
        width: auto;
        height: auto; } }
  .header .btn-gnavi {
    display: block;
    height: 60px;
    padding: 10px 0;
    color: white;
    background-color: #173477;
    border: 1px solid #173477;
    outline: 0;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .header .btn-gnavi {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; } }
    @media (min-width: 768px) {
      .header .btn-gnavi {
        width: 56px;
        height: 56px;
        padding: 0 10px; } }
    .header .btn-gnavi .bars {
      width: 32px; }
    .header .btn-gnavi .bar {
      display: block;
      height: 1px;
      margin: 8px auto;
      background-color: white; }
      @media (min-width: 768px) {
        .header .btn-gnavi .bar {
          margin: 5px auto; } }
    .header .btn-gnavi .text {
      display: block;
      margin-left: 10px;
      text-indent: 1px;
      letter-spacing: 2px;
      font-weight: 300;
      font-size: 10px;
      text-align: center;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .header .btn-gnavi .text {
          margin-left: 0; } }
  .header .btn-sound-sp {
    display: none;
    background-color: white;
    border: 1px solid white;
    outline: 0;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .header .btn-sound-sp {
        width: 50%;
        height: 100%;
        border-color: #173477; }
        .header .btn-sound-sp svg {
          width: 30px; }
          .header .btn-sound-sp svg .vol-on-a,
          .header .btn-sound-sp svg .vol-on-b,
          .header .btn-sound-sp svg .vol-off-a,
          .header .btn-sound-sp svg .vol-off-b {
            stroke: #173477; } }
    @media (min-width: 768px) {
      .header .btn-sound-sp {
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 0;
        background-color: rgba(255, 255, 255, 0.2); }
        .header .btn-sound-sp svg {
          width: 24px;
          height: 20px; }
          .header .btn-sound-sp svg .vol-on-a,
          .header .btn-sound-sp svg .vol-on-b,
          .header .btn-sound-sp svg .vol-off-a,
          .header .btn-sound-sp svg .vol-off-b {
            stroke: white; } }
    .header .btn-sound-sp .on {
      display: none; }
    .header .btn-sound-sp .off {
      display: block; }
    .header .btn-sound-sp.play .on {
      display: block; }
    .header .btn-sound-sp.play .off {
      display: none; }

body.navi-toggled {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  width: 100%;
  height: 100%;
  height: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: 235ms ease-out; }
  .gnavi.navi-toggled {
    z-index: 35;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .gnavi .container-fulid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    margin-left: auto;
    margin-right: auto; }

.gnavi-toggle,
.gnavi-close {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 15px;
  left: calc(constant(safe-area-inset-left) + 15px);
  left: calc(env(safe-area-inset-left) + 15px);
  display: block;
  padding: 0;
  color: #707070;
  border: 0; }
  .gnavi-toggle .bar,
  .gnavi-close .bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070; }

.gnavi-toggle {
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 48px;
  line-height: 1;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 240ms ease-in-out; }
  .gnavi-toggle .bar {
    margin: 5px 0; }
  .gnavi-toggle .text {
    font-size: 10px; }

.gnavi-close {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 15;
  width: 48px;
  height: 58px;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: 240ms ease-in-out; }
  @media (min-width: 768px) {
    .gnavi-close {
      top: 20px;
      left: 20px; } }
  .gnavi-close .bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .gnavi-close .bar:nth-child(1) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .gnavi-close .bar:nth-child(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .gnavi-close .text {
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 1px;
    text-indent: 1px;
    white-space: nowrap; }

.gnavi-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .gnavi-container {
      align-items: center; } }

.gnavi-list {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 20px 15px 40px;
  list-style: none;
  text-align: left; }
  @media (max-width: 767px) {
    .gnavi-list {
      width: 100%;
      padding-left: 65px; } }
  @media (min-width: 768px) {
    .gnavi-list {
      max-width: 420px;
      width: 100%; } }
  .gnavi-list > li {
    position: relative;
    padding-top: 20px; }
    .gnavi-list > li.current > a {
      color: #2343AC; }
      .gnavi-list > li.current > a:before {
        height: 3px;
        background-color: #2343AC; }
    .gnavi-list > li > a {
      display: inline-block;
      padding: 8px;
      color: #173477;
      text-decoration: none;
      transition: 235ms ease-in-out; }
      .gnavi-list > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #173477;
        transition: 185ms ease-out; }
      .gnavi-list > li > a span {
        display: block; }
      .gnavi-list > li > a .fa {
        margin-right: 10px;
        font-size: 125%; }
      .gnavi-list > li > a:hover {
        color: #2343AC; }
        .gnavi-list > li > a:hover:before {
          height: 3px;
          background-color: #2343AC; }
  .gnavi-list .g-recruit a {
    display: block;
    margin-bottom: 5px;
    padding: 20px;
    color: white;
    text-align: center;
    transition: 235ms ease-out; }
    .gnavi-list .g-recruit a:before {
      display: none; }
    .gnavi-list .g-recruit a:hover {
      opacity: 0.9;
      color: white; }
  .gnavi-list .g-recruit .graduate {
    background-color: #D84200; }
  .gnavi-list .g-recruit .career {
    background-color: #C11414; }
  .gnavi-list .g-recruit .tour {
    background-color: #173477; }
  .gnavi-list .g-recruit .arrow-right {
    width: 25px;
    margin-left: 25px;
    margin-right: -25px; }
  .gnavi-list .child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
    list-style: none; }
    .gnavi-list .child > li {
      position: relative;
      margin: 5px 0;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 15px;
      color: #173477; }
      .gnavi-list .child > li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 1px;
        display: block;
        width: 0.5em;
        height: 1px;
        background-color: #444;
        margin-top: -1px; }
    .gnavi-list .child a {
      color: #484848;
      text-decoration: none;
      transition: 135ms ease-in-out; }
      .gnavi-list .child a:hover {
        color: #173477;
        text-decoration: underline; }

.footer-wrapper {
  padding: 50px 0;
  color: white;
  background-color: #444; }
  .footer-wrapper a {
    color: inherit; }

@media (min-width: 768px) {
  .footer-row {
    display: flex; } }

.footer-info {
  text-align: center; }
  @media (min-width: 768px) {
    .footer-info {
      text-align: left; } }

.footer-info-link {
  margin: 1rem 0; }
  .footer-info-link-outline {
    display: inline-block;
    width: 255px;
    padding: 12px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    border: 1px solid white; }
    .footer-info-link-outline .fa {
      margin-left: 10px;
      line-height: 1;
      font-size: 140%;
      vertical-align: -1px; }

.footer-logo {
  margin-bottom: 2rem; }
  .footer-logo-link {
    display: inline-block;
    color: #fff; }

.footer-address {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  line-height: 1.8;
  font-weight: normal;
  font-size: 12px;
  text-align: left; }

.footer-copyright {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 12px; }

@media (min-width: 768px) {
  .footer-navi {
    flex-grow: 1;
    margin-left: 100px;
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); } }

.footer-navi ul {
  list-style: none; }

@media (min-width: 768px) {
  .footer-navi-row {
    display: flex; } }

.footer-navi-list {
  letter-spacing: 1px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .footer-navi-list {
      width: 50%; } }
  .footer-navi-list a {
    text-decoration: none; }
    .footer-navi-list a:hover {
      text-decoration: underline; }
  .footer-navi-list > li + li {
    margin-top: 1.5em; }
  .footer-navi-list .child {
    margin-top: 0.8em;
    padding-left: 3em;
    font-size: 12px; }
    .footer-navi-list .child > li {
      position: relative;
      margin-top: 0.5em; }
      .footer-navi-list .child > li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -1.6em;
        display: block;
        width: 0.6em;
        height: 1px;
        background-color: white; }

.btn-sound-sp-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  bottom: calc(constant(safe-area-inset-bottom) + 15px);
  bottom: calc(env(safe-area-inset-bottom) + 15px);
  z-index: 15;
  width: 44px;
  height: 44px;
  padding: 13px 8px;
  background-color: rgba(35, 67, 172, 0.2);
  border: 1px solid rgba(35, 67, 172, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .btn-sound-sp-top {
      display: none; } }
  .btn-sound-sp-top .on {
    display: none; }
  .btn-sound-sp-top .off {
    display: block; }
  .btn-sound-sp-top.play .on {
    display: block; }
  .btn-sound-sp-top.play .off {
    display: none; }

.video-play-ground {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  color: white;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #2343AC;
  background: linear-gradient(to bottom, #4DA1F5 0%, #2343AC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#4DA1F5', EndColorStr='#2343AC');
  -webkit-backdrop-filter: blur(6px);
  transition: 300ms ease; }
  @media (min-width: 768px) {
    .video-play-ground {
      display: none; }
      .video-play-ground.not-autoplay {
        display: flex;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        background-color: rgba(35, 67, 172, 0.95);
        background: linear-gradient(to bottom, rgba(77, 161, 245, 0.85) 0%, rgba(35, 67, 172, 0.95) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(77, 161, 245, 0.85)', EndColorStr='rgba(35, 67, 172, 0.95)'); } }
  .video-play-ground.actived {
    pointer-events: none;
    opacity: 0;
    visibility: hidden; }
  .video-play-ground .welcome {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
    font-style: italic;
    font-weight: 300;
    font-size: 54px;
    letter-spacing: 2px;
    text-align: center; }
  .video-play-ground .container {
    max-width: 250px; }
  .video-play-ground .logo {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 1px auto 30px;
    color: #fff;
    text-align: center; }
    .video-play-ground .logo img {
      max-width: none;
      width: 100%; }
    .video-play-ground .logo svg {
      display: block;
      width: 100%;
      height: 100%; }
  .video-play-ground .text {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 320px;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 1px; }
  .video-play-ground .btns {
    text-align: center; }
    .video-play-ground .btns button {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: block;
      width: 100%;
      margin-bottom: 20px;
      padding: 14px;
      font-size: 20px;
      color: white;
      background-color: transparent;
      border: 1px solid white;
      box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2); }
    .video-play-ground .btns .video-on {
      font-weight: bold;
      font-size: 16px;
      color: #2343AC;
      background-color: white; }
    .video-play-ground .btns .video-off {
      margin: 0 auto;
      padding: 12px;
      font-size: 14px; }

.home-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #232323; }
  .home-visual-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #2343AC;
    background: linear-gradient(to bottom, #4DA1F5 0%, #2343AC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#4DA1F5', EndColorStr='#2343AC'); }
  .home-visual-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .home-visual-video .video-fit {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: none;
      max-height: none;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .home-visual-inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/common/bg_mask_visual.png"); }
  @media (max-width: 767px) {
    .home-visual .logo {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      text-align: center; } }
  .home-visual .starts-here {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: white;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .home-visual .starts-here-inner {
      padding: 15px; }
    .home-visual .starts-here-title {
      margin-bottom: 40px;
      letter-spacing: 3px; }
      @media (min-width: 768px) {
        .home-visual .starts-here-title {
          display: inline-block;
          margin-bottom: 0;
          padding: 60px 100px;
          background-color: rgba(23, 52, 119, 0.2);
          border: 4px solid white; } }
      .home-visual .starts-here-title span {
        display: block; }
      .home-visual .starts-here-title .ja {
        font-weight: 300;
        font-size: 14px; }
        @media (min-width: 768px) {
          .home-visual .starts-here-title .ja {
            font-size: 20px; } }
      .home-visual .starts-here-title .en {
        letter-spacing: 5px;
        font-style: italic;
        font-weight: 300;
        font-size: 40px; }
        @media (min-width: 768px) {
          .home-visual .starts-here-title .en {
            font-size: 80px; } }
    .home-visual .starts-here-btn {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 768px) {
        .home-visual .starts-here-btn {
          margin-top: 100px; } }
      .home-visual .starts-here-btn .btn {
        padding: 18px 35px;
        font-size: 14px;
        letter-spacing: 1px; }
        @media (max-width: 767px) {
          .home-visual .starts-here-btn .btn {
            max-width: 400px; } }
        @media (min-width: 768px) {
          .home-visual .starts-here-btn .btn {
            max-width: 470px;
            width: 100%;
            padding: 20px 20px;
            font-size: 18px; } }
        .home-visual .starts-here-btn .btn + .btn {
          margin-top: 20px; }
      .home-visual .starts-here-btn .btn-secondary {
        color: #173477;
        background: linear-gradient(180deg, #fff 0%, #d4e6fa 100%);
        opacity: 0.94;
        -webkit-filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15));
        filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.15)); }
        .home-visual .starts-here-btn .btn-secondary:hover {
          background: linear-gradient(0deg, #fff 0%, #d4e6fa 100%); }
      @media (max-width: 767px) {
        .home-visual .starts-here-btn .arrow-right {
          width: 1.2em; } }
  .home-visual .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .home-visual .scroll-down .circle {
      position: absolute;
      left: 50%;
      bottom: 1.5em;
      display: block;
      width: 1px;
      height: 40px;
      background-color: white;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .home-visual .scroll-down .circle:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 6px;
        height: 6px;
        opacity: 0;
        background-color: white;
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: scrollDown 1500ms cubic-bezier(0.77, 0, 0.175, 1) 100ms infinite normal;
        animation: scrollDown 1500ms cubic-bezier(0.77, 0, 0.175, 1) 100ms infinite normal; }
    .home-visual .scroll-down .text {
      letter-spacing: 1px;
      font-style: italic;
      font-weight: 300;
      font-size: 14px;
      color: white; }

@-webkit-keyframes scrollDown {
  0% {
    top: 0;
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    top: 100%;
    opacity: 0; } }

@keyframes scrollDown {
  0% {
    top: 0;
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    top: 100%;
    opacity: 0; } }

/*
 * Home Content
 */
.home-content-wrapper {
  position: relative; }
  @media (min-width: 768px) {
    .home-content-wrapper .home-bg-mask {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: absolute;
      top: -60px;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 100%;
      background-position: center top;
      background-image: url("../img/common/bg_mask.png"); } }

.section-home {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .section-home {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 992px) {
    .section-home {
      padding-top: 100px;
      padding-bottom: 100px; } }

.home-message {
  position: relative; }
  @media (max-width: 767px) {
    .home-message {
      min-height: 800px;
      padding-bottom: 230px;
      overflow: hidden;
      background-image: url(../img/top/img_message_bg@2x.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center 130px; } }
  @media (min-width: 768px) {
    .home-message {
      padding-top: 160px;
      padding-bottom: 80px; } }
  @media (min-width: 768px) {
    .home-message .row {
      display: flex;
      justify-content: space-between; } }
  .home-message .item-text {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .home-message .item-text {
        flex: 1; } }
  @media (max-width: 767px) {
    .home-message .home-heading {
      margin-bottom: 57px;
      padding: 20px 0 0;
      text-align: center;
      border-left: 0; }
      .home-message .home-heading:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 80px;
        height: 3px;
        background-color: #333;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .home-message .text-box {
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 15px 0 rgba(88, 95, 114, 0.15); }
    @media (min-width: 768px) {
      .home-message .text-box {
        margin-right: -240px;
        padding: 40px;
        background-color: white; } }
    @media (min-width: 992px) {
      .home-message .text-box {
        margin-right: -360px; } }
  .home-message .h {
    margin-bottom: 30px;
    font-size: 18px; }
  .home-message .text {
    line-height: 2;
    font-size: 14px; }
    @media (min-width: 768px) {
      .home-message .text {
        font-size: 16px; } }
    .home-message .text p + p {
      margin-top: 2em; }
  .home-message .tantou {
    margin-top: 1.5em;
    text-align: right; }
    .home-message .tantou small {
      display: block;
      font-size: 12px; }
    .home-message .tantou strong {
      font-size: 16px; }
  @media (max-width: 767px) {
    .home-message .item-image {
      position: absolute;
      top: 150px;
      left: 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .home-message .item-image {
      position: relative;
      width: 46%; } }
  .home-message .item-image .bg {
    width: 100%;
    height: 480px;
    opacity: 0.3;
    background-color: #2343AC;
    background: linear-gradient(to bottom, #4DA1F5 0%, #2343AC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#4DA1F5', EndColorStr='#2343AC'); }
    @media (max-width: 767px) {
      .home-message .item-image .bg {
        position: absolute;
        top: 360px;
        left: 0;
        height: 400px; } }
  @media (max-width: 767px) {
    .home-message .item-image .img {
      position: absolute;
      top: 25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (min-width: 768px) {
    .home-message .item-image .img {
      position: absolute;
      top: -85px;
      left: 50%; } }

@media (min-width: 992px) {
  .home-work {
    height: 580px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/top/img_work_bg@2x.jpg"); } }

@media (min-width: 1200px) {
  .home-work {
    height: 700px;
    padding-bottom: 0;
    background-size: cover; } }

@media (min-width: 1400px) {
  .home-work {
    height: 800px; } }

@media (max-width: 991px) {
  .home-work .img-people {
    display: block;
    width: 100%;
    margin-top: -40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; } }

@media (max-width: 991px) {
  .home-work-inner {
    padding-top: 1px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("../img/top/img_work_bg-sp@2x.jpg"); } }

@media (min-width: 992px) {
  .home-work-inner {
    padding-top: 80px; } }

@media (min-width: 1200px) {
  .home-work-inner {
    padding-top: 120px; } }

@media (max-width: 991px) {
  .home-work-inner .container {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 40px 30px 70px;
    background-color: white; } }

.home-work-inner .home-heading {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .home-work-inner .home-heading {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .home-work-inner .home-heading {
      margin-bottom: 80px; } }

.home-work-inner .text-box {
  line-height: 1.8;
  font-size: 14px; }
  @media (min-width: 992px) {
    .home-work-inner .text-box {
      margin-bottom: 50px;
      font-size: 16px; } }
  @media (min-width: 992px) {
    .home-work-inner .text-box {
      margin-bottom: 80px; } }

@media (max-width: 991px) {
  .home-work-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
    .home-work-btn .btn {
      width: 100%; }
    .home-work-btn .arrow-right {
      margin-left: 20px; } }

.home-talk {
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .home-talk-inner {
      display: flex;
      justify-content: space-between; } }
  .home-talk-inner .item {
    position: relative; }
  @media (min-width: 992px) {
    .home-talk-inner .item-talk {
      width: 49%; } }
  @media (min-width: 992px) {
    .home-talk-inner .item-image {
      width: 42%; } }
  @media (max-width: 991px) {
    .home-talk-image {
      margin-left: -15px;
      margin-right: -15px;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .home-talk-image {
      position: relative;
      height: 100%;
      margin-left: -50%; }
      .home-talk-image img {
        position: absolute;
        max-width: none;
        width: 100%; } }
  .home-talk-text {
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .home-talk-text {
        margin-top: -55px;
        margin-left: 40px;
        margin-right: -15px;
        padding-bottom: 30px;
        background-color: white; } }
    .home-talk-text .home-heading {
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .home-talk-text .home-heading {
          margin-bottom: 60px; } }
    .home-talk-text .text {
      margin-bottom: 40px;
      padding-left: 40px;
      padding-right: 10px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .home-talk-text .text {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .home-talk-text .text {
          padding: 40px 40px 80px;
          background-color: white; } }
  @media (max-width: 991px) {
    .home-talk-btn {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding-left: 40px;
      padding-right: 15px;
      -webkit-transform: translateY(50%);
      transform: translateY(50%); }
      .home-talk-btn .btn {
        display: block;
        width: 100%; } }
  @media (min-width: 992px) {
    .home-talk-btn {
      position: absolute;
      left: 40px;
      bottom: 0;
      -webkit-transform: translateY(50%);
      transform: translateY(50%); } }

.home-more {
  background-color: #eee; }
  @media (min-width: 992px) {
    .home-more {
      padding-top: 140px; } }
  .home-more .headline {
    margin-bottom: 2em;
    font-size: 18px;
    color: #173477;
    text-align: center; }
    @media (min-width: 768px) {
      .home-more .headline {
        margin-bottom: 1.4em;
        font-size: 24px; } }
  @media (min-width: 768px) {
    .home-more-row {
      display: flex;
      margin-left: -15px;
      margin-right: -15px; } }
  .home-more-row .item {
    position: relative; }
    @media (min-width: 768px) {
      .home-more-row .item {
        width: 33.333332%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .home-more-row .item + .item {
        margin-top: 50px;
        padding-top: 50px; }
        .home-more-row .item + .item:before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          width: 56px;
          height: 1px;
          background-color: #173477;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .home-more-link {
    position: relative;
    display: block;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.15);
    transition: 185ms ease-in-out; }
    .home-more-link:hover {
      opacity: 0.8; }
  .home-more-link-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .home-more-link-text .en, .home-more-link-text .ja {
      display: block; }
    .home-more-link-text .en {
      font-weight: 200;
      font-style: italic;
      font-size: 40px;
      letter-spacing: 4px; }
    .home-more-link-text .ja {
      margin: 3px 0 18px;
      font-size: 12px;
      letter-spacing: 2px; }
  .home-more .caption {
    margin-top: 25px;
    padding: 0 15px;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 768px) {
      .home-more .caption {
        font-size: 16px;
        text-align: left; } }

@media (min-width: 992px) {
  .home-career {
    padding-top: 180px; } }

.home-career__col {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  @media (min-width: 992px) {
    .home-career__col {
      flex-direction: row; } }

.home-career__item {
  flex: 1; }
  .home-career__item .title {
    margin: 0 0 22px;
    font-size: 20px;
    color: #173477;
    text-align: center; }
    @media (min-width: 992px) {
      .home-career__item .title {
        margin: 0 0 36px;
        font-size: 24px; } }
  .home-career__item .banner {
    display: flex; }
    .home-career__item .banner a {
      transition: 235ms ease; }
      .home-career__item .banner a:hover {
        opacity: 0.8; }
  .home-career__item .comment {
    margin: 18px 0 0;
    font-size: 15px;
    text-align: center; }
    @media (min-width: 992px) {
      .home-career__item .comment {
        margin: 28px 0 0;
        font-size: 18px; } }

@media (min-width: 768px) {
  .home-album {
    padding-bottom: 140px; } }

.home-album .btn {
  min-width: 280px; }
  @media (min-width: 768px) {
    .home-album .btn {
      min-width: 320px; } }

.about-here {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #2343AC;
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 43% auto;
  background-image: url("../img/about/img_bg_left.png"), url("../img/about/img_bg_right.png"); }
  @media (min-width: 768px) {
    .about-here {
      padding-top: 120px;
      padding-bottom: 120px;
      background-size: 38% auto; } }
  @media (min-width: 992px) {
    .about-here {
      background-size: 40% auto; } }
  @media (min-width: 1200px) {
    .about-here {
      background-size: auto auto; } }
  .about-here:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    background-image: url("../img/about/img_bg_mask.png"); }
  .about-here .container {
    position: relative;
    z-index: 1; }
  .about-here-title {
    margin-bottom: 30px;
    font-weight: 200;
    text-align: center; }
    @media (min-width: 768px) {
      .about-here-title {
        margin-bottom: 60px; } }
    .about-here-title span {
      display: block; }
    .about-here-title .ja {
      font-size: 14px; }
      @media (min-width: 768px) {
        .about-here-title .ja {
          font-size: 20px; } }
    .about-here-title .en {
      letter-spacing: 4px;
      font-style: italic;
      font-size: 40px; }
      @media (min-width: 768px) {
        .about-here-title .en {
          letter-spacing: 8px;
          font-size: 80px; } }
  .about-here-readtext {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center; }
    @media (min-width: 768px) {
      .about-here-readtext {
        margin-bottom: 30px;
        font-size: 28px; } }
  .about-here .text {
    line-height: 2;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 768px) {
      .about-here .text {
        line-height: 2.4;
        font-size: 16px; } }

.about-stores-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 16px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .about-stores-images {
      gap: 30px;
      max-width: 730px; } }
  @media (min-width: 768px) {
    .about-stores-images .item {
      margin-bottom: 0; } }
  .about-stores-images .caption {
    margin-top: 10px;
    font-size: 12px; }
    @media (min-width: 992px) {
      .about-stores-images .caption {
        font-size: 16px; } }

.about-feature-wrap .num {
  position: absolute;
  top: 0;
  left: 50%;
  font-weight: 100;
  font-size: 48px;
  color: #D3DBEB;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.about-feature-wrap .item {
  position: relative;
  margin-bottom: 50px; }

.about-feature-wrap .title {
  margin-bottom: 40px;
  font-size: 20px;
  color: #173477;
  text-align: center; }
  @media (min-width: 768px) {
    .about-feature-wrap .title {
      font-size: 23px; } }
  .about-feature-wrap .title:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 10px auto;
    background-color: #173477; }

.about-feature-wrap .text {
  margin-bottom: 40px;
  line-height: 1.8; }

@media (min-width: 768px) {
  .about-feature .row {
    display: flex; } }

@media (min-width: 768px) {
  .about-feature-1 {
    justify-content: space-between;
    margin-bottom: 20px; } }

.about-feature-1 .item {
  padding: 36px 18px;
  background-color: white; }
  @media (min-width: 768px) {
    .about-feature-1 .item {
      width: 48.5%;
      padding: 30px 40px; } }

.about-feature-2 {
  position: relative;
  padding: 36px 18px;
  background-color: white; }
  @media (min-width: 768px) {
    .about-feature-2 {
      padding: 36px 50px 40px; } }
  @media (min-width: 768px) {
    .about-feature-2 .fieldset-row {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .about-feature-2 .fieldset-row .fieldset {
      width: 32.5%; } }
  @media (max-width: 767px) {
    .about-feature-2 .fieldset-row .fieldset + .fieldset {
      margin-top: 40px; } }

.about-message .container {
  position: relative; }
  @media (max-width: 767px) {
    .about-message .container {
      padding-top: 240px;
      padding-bottom: 35px; } }

.about-message-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(35, 67, 172, 0.2);
  background: linear-gradient(to bottom, rgba(77, 161, 245, 0.2) 0%, rgba(35, 67, 172, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(77, 161, 245, 0.2)', EndColorStr='rgba(35, 67, 172, 0.2)'); }
  @media (max-width: 767px) {
    .about-message-img {
      width: 100%;
      height: 100%; } }
  @media (min-width: 768px) {
    .about-message-img {
      width: 90%;
      height: 402px; } }
  .about-message-img img {
    position: absolute; }
    @media (max-width: 767px) {
      .about-message-img img {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50px);
        transform: translate(-50%, -50px); } }
    @media (min-width: 768px) {
      .about-message-img img {
        left: 60px;
        bottom: 0; } }

.about-message-text {
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .about-message-text {
      background-color: white; } }
  @media (min-width: 768px) {
    .about-message-text {
      top: -48px;
      margin-left: 380px;
      margin-bottom: -48px; } }
  .about-message-text .heading .en {
    line-height: 1; }
  .about-message-text .heading-left {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .about-message-text .heading-left {
        margin-bottom: 40px; } }
  .about-message-text .text {
    padding: 15px 25px 30px;
    line-height: 1.6;
    background-color: white; }
    @media (min-width: 768px) {
      .about-message-text .text {
        padding: 40px;
        line-height: 2;
        font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; } }
    .about-message-text .text p + p {
      margin-top: 1.5em; }
      @media (min-width: 768px) {
        .about-message-text .text p + p {
          margin-top: 1.8em; } }
  .about-message-text .name-area {
    margin-top: 1.5em;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 16px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .about-message-text .name-area {
        margin-top: 16px;
        font-size: 20px; } }
    .about-message-text .name-area small, .about-message-text .name-area span {
      display: block; }
    .about-message-text .name-area small {
      font-size: 72%; }
    .about-message-text .name-area .name i {
      font-style: normal;
      font-size: 84%; }

.data-company,
.data-people {
  text-align: center; }

@media (min-width: 768px) {
  .work-archive .row {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .work-archive.other .item {
    width: 25%;
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  .work-archive.other .textbox {
    padding: 25px 25px 15px; } }

@media (min-width: 768px) {
  .work-archive.other .arrow-right {
    top: 50%;
    width: 25px; } }

.work-archive-link {
  display: block;
  text-decoration: none;
  transition: 235ms ease-in-out; }
  .work-archive-link:hover {
    opacity: 0.9; }

@media (min-width: 768px) {
  .work-archive .item {
    width: 50%;
    margin-bottom: 50px;
    padding: 0 15px; } }

@media (max-width: 767px) {
  .work-archive .item + .item {
    margin-top: 20px; } }

.work-archive .img img {
  max-width: none;
  width: 100%; }

.work-archive .textbox {
  position: relative;
  width: 92%;
  margin: -1.6em auto 0;
  padding: 25px 25px 15px;
  color: #173477;
  background-color: #eee; }
  @media (min-width: 768px) {
    .work-archive .textbox {
      padding: 25px 35px; } }

.work-archive .arrow-right {
  position: absolute;
  top: 2.5em;
  right: 0;
  width: 25px;
  background-color: #173477;
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }
  .work-archive .arrow-right:before {
    background-color: #173477; }
  @media (min-width: 768px) {
    .work-archive .arrow-right {
      top: 3em;
      width: 40px; } }

.work-archive .tag {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 1;
  padding: 6px 10px;
  line-height: 1;
  font-size: 11px;
  color: white;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .work-archive .tag-eigyo {
    background-color: #173477; }
  .work-archive .tag-service {
    background-color: #5F84D9; }
  .work-archive .tag-front {
    background-color: #E03232; }

@media (max-width: 767px) {
  .work-archive .title {
    display: none; } }

@media (min-width: 768px) {
  .work-archive .title {
    margin-bottom: 10px; } }

.work-archive .title br {
  display: none; }

.work-archive .meta {
  font-size: 14px; }

.work-profile {
  position: relative;
  background-color: rgba(77, 161, 245, 0.2);
  background: linear-gradient(45deg, rgba(35, 67, 172, 0.2) 0%, rgba(77, 161, 245, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(35, 67, 172, 0.2)', EndColorStr='rgba(77, 161, 245, 0.2)'); }
  @media (max-width: 767px) {
    .work-profile {
      margin-top: 60px;
      padding-top: 100px;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .work-profile {
      margin-top: 15px;
      padding-bottom: 40px; } }
  .work-profile .textbox {
    position: relative; }
    @media (max-width: 767px) {
      .work-profile .textbox {
        margin-left: 20px; } }
    @media (min-width: 768px) {
      .work-profile .textbox {
        margin-top: 30px; } }
  .work-profile .num {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    left: -28px;
    z-index: 0;
    line-height: 1;
    font-style: italic;
    font-weight: 200;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%); }
    @media (min-width: 768px) {
      .work-profile .num {
        left: -120px;
        font-size: 120px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .work-profile .title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    font-size: 22px;
    color: #173477; }
    @media (max-width: 767px) {
      .work-profile .title br {
        display: none; } }
    @media (min-width: 768px) {
      .work-profile .title {
        margin-bottom: 90px;
        font-size: 32px; } }
  .work-profile .meta {
    color: #173477; }
  .work-profile .tag {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 10px;
    line-height: 1;
    font-size: 12px;
    border: 1px solid #173477; }
    @media (min-width: 768px) {
      .work-profile .tag {
        font-size: 14px; } }
    .work-profile .tag i {
      display: block;
      margin-bottom: 3px; }
      @media (min-width: 768px) {
        .work-profile .tag i {
          display: inline-block;
          width: 0.6em;
          height: 1px;
          margin-left: 10px;
          margin-right: 10px;
          background-color: #173477; } }
  .work-profile .name {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .work-profile .name {
        margin-bottom: 0; } }
    .work-profile .name span {
      display: block; }
      @media (min-width: 768px) {
        .work-profile .name span {
          display: inline-block;
          vertical-align: middle; } }
    .work-profile .name .ja {
      font-weight: bold;
      font-size: 24px; }
    .work-profile .name .en {
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 1px; }
      @media (min-width: 768px) {
        .work-profile .name .en {
          margin-left: 15px;
          font-size: 16px; } }
  .work-profile .img {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 66%; }
    @media (min-width: 768px) {
      .work-profile .img {
        right: 0;
        width: auto; } }

.work-q {
  position: relative; }
  @media (max-width: 767px) {
    .work-q {
      padding-bottom: 40px; } }
  @media (min-width: 768px) {
    .work-q .row {
      display: flex; } }
  @media (max-width: 767px) {
    .work-q .image {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      z-index: 0;
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  @media (min-width: 768px) {
    .work-q .image {
      width: 300px;
      margin-top: -40px; } }
  @media (max-width: 767px) {
    .work-q .q-list {
      position: relative;
      z-index: 1;
      margin-top: 230px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 30px 15px;
      background-color: rgba(255, 255, 255, 0.9); } }
  @media (min-width: 768px) {
    .work-q .q-list {
      flex: 1;
      margin-left: 160px; } }
  .work-q .item {
    position: relative;
    padding-left: 30px; }
    @media (min-width: 768px) {
      .work-q .item {
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.9); } }
    @media (max-width: 767px) {
      .work-q .item + .item {
        margin-top: 40px; } }
    @media (min-width: 768px) {
      .work-q .item + .item {
        margin-top: 60px; } }
  .work-q .num {
    margin-left: -30px;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
    font-weight: 200;
    font-size: 40px;
    color: #D3DBEB; }
    @media (min-width: 768px) {
      .work-q .num {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -40px;
        font-size: 48px;
        -webkit-transform: translateY(-55%);
        transform: translateY(-55%); } }
  .work-q .title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #173477; }
    @media (min-width: 768px) {
      .work-q .title {
        font-size: 20px; } }
  .work-q .text {
    line-height: 1.8; }

@media (min-width: 768px) {
  .work-flow .row {
    display: flex; } }

@media (min-width: 768px) {
  .work-flow .item {
    width: 50%; } }

.work-flow .textbox {
  position: relative;
  z-index: 1;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px;
  padding-left: 40px;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 768px) {
    .work-flow .textbox {
      margin-top: 40px;
      margin-right: -60px;
      margin-left: 0;
      padding: 35px 25px; } }

.work-flow .num {
  position: absolute;
  top: 0;
  left: 15px;
  font-style: italic;
  font-weight: 200;
  font-size: 40px;
  color: #D3DBEB;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .work-flow .num {
      left: -40px;
      font-size: 48px; } }

.work-flow .title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #173477; }

.work-flow .list-flow li {
  display: flex; }

.work-flow .time {
  width: 60px;
  font-weight: 600;
  font-size: 16px; }
  @media (min-width: 768px) {
    .work-flow .time {
      width: 70px;
      font-size: 18px; } }

.work-flow .text {
  flex: 1; }

@media (max-width: 767px) {
  .work-flow .img {
    margin-left: -15px;
    margin-right: -15px; }
    .work-flow .img img {
      max-width: none;
      width: 100%; } }

.work-story {
  background-color: rgba(77, 161, 245, 0.2);
  background: linear-gradient(45deg, rgba(35, 67, 172, 0.2) 0%, rgba(77, 161, 245, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(35, 67, 172, 0.2)', EndColorStr='rgba(77, 161, 245, 0.2)'); }
  .work-story .sp {
    display: block;
    font-size: 12px;
    color: #666;
    text-align: right; }
    @media (min-width: 768px) {
      .work-story .sp {
        display: none; } }
  @media (max-width: 767px) {
    .work-story .img {
      position: relative;
      margin-left: -15px;
      margin-right: -15px;
      padding-top: 2em;
      padding-left: 15px;
      padding-right: 15px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .work-story .img img {
        max-width: none;
        width: auto;
        height: 320px; } }

.crosstalk-archive .item + .item {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .crosstalk-archive .item + .item {
      margin-top: 60px; } }

.crosstalk-archive-link {
  display: block;
  text-decoration: none;
  transition: 235ms ease-in-out; }
  @media (min-width: 768px) {
    .crosstalk-archive-link {
      display: flex;
      flex-direction: row-reverse;
      align-items: center; } }
  .crosstalk-archive-link:hover {
    opacity: 0.9; }

@media (max-width: 768px) {
  .crosstalk-archive .img {
    flex: 1; } }

.crosstalk-archive .textbox {
  position: relative;
  z-index: 1;
  max-width: 350px;
  margin: -25px 15px 0;
  padding: 20px 15px 25px;
  color: white;
  background-color: #4DA1F5;
  background: linear-gradient(45deg, #2343AC 0%, #4DA1F5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#2343AC', EndColorStr='#4DA1F5');
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .crosstalk-archive .textbox {
      width: 100%;
      margin: 0;
      margin-right: -160px;
      padding: 45px 30px; } }

.crosstalk-archive .title {
  margin-bottom: 10px;
  font-size: 24px; }

.crosstalk-archive .desc {
  font-weight: bold;
  font-size: 14px; }

.crosstalk-archive .border {
  height: 1px;
  margin: 15px 0;
  background-color: white;
  border: 0; }

.crosstalk-archive .cast {
  font-size: 14px; }

.crosstalk-archive .more {
  text-align: right; }

.crosstalk-archive-other-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #173477; }
  @media (min-width: 768px) {
    .crosstalk-archive-other-title {
      margin-bottom: 30px; } }

@media (min-width: 768px) {
  .crosstalk-archive-other {
    padding-bottom: 40px; } }

.ct-main {
  position: relative; }
  .ct-main .head {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 1;
    font-style: italic;
    font-weight: 200;
    font-size: 40px;
    color: #173477;
    white-space: nowrap;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (min-width: 768px) {
      .ct-main .head {
        margin-left: -1em;
        font-size: 48px; } }
  .ct-main .img {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .ct-main .img {
        margin-left: -15px;
        margin-right: -15px; }
        .ct-main .img img {
          max-width: none;
          width: 100%; } }
  .ct-main .title-sub {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 22px;
    color: #173477; }
    @media (min-width: 768px) {
      .ct-main .title-sub {
        font-size: 28px; } }

.ct-cast {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .ct-cast {
      margin-bottom: 40px;
      margin-left: -10px;
      margin-right: -10px; } }
  .ct-cast .item {
    flex: 1;
    margin-left: 3px;
    margin-right: 3px;
    padding: 5px;
    background-color: white; }
    @media (min-width: 768px) {
      .ct-cast .item {
        display: flex;
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px; } }
  @media (min-width: 768px) {
    .ct-cast .img {
      max-width: 120px; } }
  @media (min-width: 768px) {
    .ct-cast .text {
      flex: 1;
      margin-left: 20px; } }
  .ct-cast .cast-detail {
    padding-top: 15px; }
  .ct-cast .cast-name {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 14px; }
    @media (min-width: 768px) {
      .ct-cast .cast-name {
        font-size: 16px; } }
  .ct-cast .cast-text {
    font-size: 10px; }
    @media (min-width: 768px) {
      .ct-cast .cast-text {
        font-size: 14px; } }

@media (min-width: 768px) {
  .ct-talk .item {
    display: flex; } }

.ct-talk .item + .item {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .ct-talk .item + .item {
      margin-top: 40px; } }

@media (min-width: 768px) {
  .ct-talk .textbox {
    flex: 1;
    margin-right: -30px;
    padding: 30px 80px 30px 30px;
    background-color: white; } }

.ct-talk .title {
  margin-bottom: 40px;
  font-size: 18px;
  color: #4DA1F5; }
  @media (min-width: 768px) {
    .ct-talk .title {
      margin-bottom: 30px;
      font-size: 20px; } }

.ct-talk .talk-list {
  list-style: none; }
  .ct-talk .talk-list li {
    position: relative;
    padding-left: 40px; }
    @media (min-width: 768px) {
      .ct-talk .talk-list li {
        padding-left: 45px; } }
    .ct-talk .talk-list li:before {
      content: "";
      position: absolute;
      top: 0.7em;
      left: 0;
      display: block;
      width: 18px;
      height: 1px;
      background-color: #333; }
      @media (min-width: 768px) {
        .ct-talk .talk-list li:before {
          width: 24px; } }
    .ct-talk .talk-list li + li {
      margin-top: 20px; }
  .ct-talk .talk-list .interviewer {
    color: #999; }

.ct-talk .img {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .ct-talk .img {
      max-width: 400px;
      margin-top: 30px; } }

.honda-cars {
  position: relative;
  display: flex;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .honda-cars {
      justify-content: center;
      align-items: center;
      max-width: 920px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 80px; } }
  .honda-cars .logo {
    width: 25%; }
    @media (min-width: 768px) {
      .honda-cars .logo {
        width: 170px; } }
  .honda-cars .textbox {
    flex: 1;
    margin-left: 20px;
    padding-top: 15px; }
    @media (min-width: 768px) {
      .honda-cars .textbox {
        padding-top: 0; } }
  .honda-cars .title {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #173477;
    border-bottom: 1px solid #D3DBEB; }
    @media (min-width: 768px) {
      .honda-cars .title {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 24px; } }
    .honda-cars .title img {
      display: block; }
    .honda-cars .title .logo-sub {
      display: block; }
  .honda-cars .text {
    font-size: 12px; }
    @media (min-width: 768px) {
      .honda-cars .text {
        font-size: 16px; } }
  .honda-cars .links {
    display: none; }
    @media (min-width: 768px) {
      .honda-cars .links {
        display: block;
        margin-top: 20px; } }

@media (max-width: 767px) {
  .voice {
    margin-bottom: -60px; } }

.voice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .voice-list {
      margin-left: -15px;
      margin-right: -15px; } }
  .voice-list .item {
    position: relative;
    width: 33%;
    margin-bottom: 0.5%; }
    @media (min-width: 768px) {
      .voice-list .item {
        padding: 5px; } }
    @media (min-width: 992px) {
      .voice-list .item {
        padding: 10px; } }
  .voice-list .voice-anchor {
    position: relative;
    cursor: zoom-in;
    display: block;
    outline: 0; }
    .voice-list .voice-anchor:hover .img img {
      -webkit-transform: scale(1.12);
      transform: scale(1.12);
      -webkit-filter: blur(10px);
      filter: blur(10px); }
    .voice-list .voice-anchor:hover .text {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .voice-list .img {
    position: relative;
    overflow: hidden; }
    .voice-list .img img {
      max-width: none;
      width: 100%;
      transition: -webkit-transform 1200ms ease-out, -webkit-filter 235ms ease-out;
      transition: transform 1200ms ease-out, filter 235ms ease-out;
      transition: transform 1200ms ease-out, filter 235ms ease-out, -webkit-transform 1200ms ease-out, -webkit-filter 235ms ease-out; }
    .voice-list .img .fa {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 5px 7px;
      font-size: 2.8vw;
      color: white;
      background-color: rgba(23, 52, 119, 0.7); }
      @media (min-width: 576px) {
        .voice-list .img .fa {
          font-size: 2.4vw; } }
      @media (min-width: 768px) {
        .voice-list .img .fa {
          font-size: 2vw; } }
      @media (min-width: 992px) {
        .voice-list .img .fa {
          font-size: 24px; } }
  .voice-list .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: white;
    background-color: rgba(23, 52, 119, 0.6);
    background-color: rgba(35, 67, 172, 0.8);
    background: linear-gradient(to bottom, rgba(77, 161, 245, 0.8) 0%, rgba(35, 67, 172, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(77, 161, 245, 0.8)', EndColorStr='rgba(35, 67, 172, 0.8)');
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: 235ms ease-out; }
    .voice-list .text span {
      display: block;
      text-align: center; }
  .voice-list .hash {
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 200;
    font-size: 6vw; }
    @media (min-width: 768px) {
      .voice-list .hash {
        margin-bottom: 25px;
        font-size: 5vw; } }
    @media (min-width: 992px) {
      .voice-list .hash {
        font-size: 56px; } }
  .voice-list .ja {
    font-weight: bold;
    font-size: 4vw; }
    @media (min-width: 768px) {
      .voice-list .ja {
        font-size: 3vw; } }
    @media (min-width: 992px) {
      .voice-list .ja {
        font-size: 32px; } }

.mfp-bg {
  opacity: 0;
  transition: 235ms ease-out; }
  .mfp-bg.mfp-ready {
    opacity: 0.8; }

.mfp-wrap {
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  transition: 435ms ease-out; }
  .mfp-wrap.mfp-ready {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.voice-content {
  transition: 500ms ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }
  .voice-content.mfp-with-zoom {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .voice-content .item {
    padding: 15px;
    background-color: white; }
    @media (max-width: 767px) {
      .voice-content .item {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 768px) {
      .voice-content .item {
        display: flex;
        align-items: center;
        padding: 30px; } }
  .voice-content .img img {
    max-width: none;
    width: 100%; }
  @media (min-width: 768px) {
    .voice-content .img {
      width: 50%; } }
  @media (min-width: 992px) {
    .voice-content .img {
      width: 475px; } }
  .voice-content .textbox {
    position: relative;
    padding: 15px 0;
    background-color: white; }
    @media (min-width: 768px) {
      .voice-content .textbox {
        flex: 1;
        margin-left: -25px;
        padding: 24px 40px 52px;
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15); } }
  .voice-content .title {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 20px;
    color: #173477;
    text-align: center;
    border-bottom: 1px solid #D3DBEB; }
    @media (min-width: 768px) {
      .voice-content .title {
        margin-bottom: 30px;
        font-size: 20px; } }
  .voice-content .mind {
    margin-bottom: 30px;
    list-style: none; }
    @media (min-width: 768px) {
      .voice-content .mind {
        width: 100%;
        height: 208px;
        margin-bottom: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch; } }
    .voice-content .mind li {
      padding-left: 30px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 20px 22px;
      background-image: url("../img/voice/icon_comment@2x.png"); }
      .voice-content .mind li + li {
        margin-top: 10px; }
  @media (min-width: 768px) {
    .voice-content .link {
      position: absolute;
      bottom: 0;
      display: flex;
      -webkit-transform: translateY(50%);
      transform: translateY(50%); } }
  .voice-content .link .btn {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .voice-content .link .btn {
        margin-top: 0;
        margin-right: 10px; } }

.mfp-close-btn-in .mfp-close {
  position: fixed;
  top: 5px;
  right: 5px;
  font-weight: 200;
  font-size: 48px;
  color: white;
  background-color: #173477; }

.entry-syorui-address {
  margin: 20px 0 40px;
  padding: 15px 25px;
  line-height: 1.8;
  background-color: white;
  border: 1px solid #D3DBEB; }

.parttime-start {
  background-color: #f4f4f4;
  background-color: #f4f4f4;
  background: linear-gradient(to bottom, #fff 0%, #fff 70%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#fff', EndColorStr='#f4f4f4'); }
  .parttime-start-row {
    padding: 40px 0 240px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 212px;
    background-image: url("../img/recruit/img_head.png"); }
    @media (min-width: 768px) {
      .parttime-start-row {
        padding: 120px 0;
        background-position: right bottom;
        background-size: auto auto; } }
  .parttime-start .title {
    letter-spacing: 4px;
    font-size: 24px;
    color: #173477;
    text-align: center; }
    @media (min-width: 768px) {
      .parttime-start .title {
        font-size: 40px;
        text-align: left; } }

.parttime-shoplist .readtext {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center; }
  @media (min-width: 768px) {
    .parttime-shoplist .readtext {
      margin-bottom: 100px;
      font-size: 16px; } }

@media (min-width: 768px) {
  .shoplist .item {
    display: flex;
    justify-content: space-between; } }

.shoplist .item + .item {
  margin-top: 50px; }

@media (min-width: 768px) {
  .shoplist .img {
    width: 250px; } }

@media (min-width: 992px) {
  .shoplist .img {
    width: 350px; } }

.shoplist .img img {
  max-width: auto;
  width: 100%; }

@media (min-width: 768px) {
  .shoplist .detail {
    flex: 1;
    margin-left: 30px; } }

@media (min-width: 992px) {
  .shoplist .detail {
    margin-left: 30px; } }

.shoplist .detail > p {
  line-height: 1.8;
  font-size: 14px; }

.shoplist .shopname {
  padding: 12px 0;
  letter-spacing: 2px;
  font-size: 18px;
  color: #173477; }
  @media (min-width: 768px) {
    .shoplist .shopname {
      margin-bottom: 15px;
      padding: 0;
      line-height: 1; } }

@media (max-width: 767px) {
  .shoplist .time span {
    display: block; } }

@media (min-width: 768px) {
  .shoplist .time span {
    margin-right: 1rem; } }

.shoplist .message {
  margin-top: 15px;
  padding: 15px 18px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .shoplist .message {
      margin-top: 20px;
      padding: 15px; } }
  .shoplist .message-title {
    margin-bottom: 5px; }

.faq-item {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .faq-item {
      margin-bottom: 80px; } }
  .faq-item .q, .faq-item .a {
    position: relative;
    padding-left: 50px; }
    @media (min-width: 768px) {
      .faq-item .q, .faq-item .a {
        padding-left: 60px; } }
    .faq-item .q:before, .faq-item .a:before {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  .faq-item .q {
    min-height: 3em;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px; }
    .faq-item .q:before {
      width: 32px;
      height: 30px;
      background-image: url("../img/recruit/q.svg"); }
  .faq-item .a {
    font-size: 14px; }
    .faq-item .a:before {
      width: 33px;
      height: 28px;
      background-image: url("../img/recruit/a.svg"); }

.faq .remarks {
  padding: 20px;
  font-size: 14px;
  text-align: left;
  background-color: #f4f4f4; }
  @media (min-width: 768px) {
    .faq .remarks {
      padding: 25px;
      text-align: center; } }

.inquiry-read {
  margin-bottom: 30px;
  font-size: 16px; }
  @media (min-width: 768px) {
    .inquiry-read {
      margin-bottom: 60px;
      text-align: center; } }

.inquiry-confirm-text {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left; }
  @media (min-width: 768px) {
    .inquiry-confirm-text {
      margin-bottom: 60px;
      text-align: center; } }

.form-section {
  margin-top: 40px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .form-section {
      margin-bottom: 80px; } }

.section-readtext {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
  text-align: center; }
  @media (min-width: 768px) {
    .section-readtext {
      margin-bottom: 60px;
      font-size: 16px; } }

body.scholaship {
  --color-main: #173477; }

.scholaship-about {
  padding: 56px 0 70px;
  background-image: url(../img/scholaship/sec01_bg-sp@2x.jpg);
  background-size: cover;
  background-position: center top; }
  @media (min-width: 768px) {
    .scholaship-about {
      padding: 180px 0 200px;
      background-image: url(../img/scholaship/sec01_bg@2x.jpg); } }
  .scholaship-about__header {
    margin: 0 0 32px;
    color: var(--color-main);
    text-align: center; }
    @media (min-width: 768px) {
      .scholaship-about__header {
        margin: 0 0 112px; } }
    .scholaship-about__header .sub {
      margin: 0 0 10px;
      font-weight: bold;
      font-size: 14px; }
      @media (min-width: 768px) {
        .scholaship-about__header .sub {
          font-size: 18px; } }
    .scholaship-about__header .title {
      display: flex;
      justify-content: center;
      margin: 0 0 20px;
      line-height: 1;
      font-size: 28px; }
      @media (min-width: 768px) {
        .scholaship-about__header .title {
          font-size: 40px; } }
      .scholaship-about__header .title span {
        padding: 16px 0;
        border-top: 1px solid currentColor;
        border-bottom: 1px solid currentColor; }
    .scholaship-about__header .lede {
      margin: 0 0 40px;
      font-weight: bold;
      font-size: 18px; }
      @media (min-width: 768px) {
        .scholaship-about__header .lede {
          margin-bottom: 70px;
          font-size: 24px; } }
    .scholaship-about__header .image {
      display: flex;
      justify-content: center; }
      .scholaship-about__header .image img {
        display: block; }
  .scholaship-about__content {
    padding: 40px 15px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .scholaship-about__content {
        padding: 100px 20px 108px; } }
    .scholaship-about__content .h-title {
      margin: 0 0 40px;
      line-height: 1.8;
      font-size: 18px;
      color: var(--color-main);
      text-align: center; }
    .scholaship-about__content .content1 {
      display: flex;
      flex-direction: column-reverse;
      margin: 0 0 37px; }
      @media (min-width: 768px) {
        .scholaship-about__content .content1 {
          flex-direction: row;
          justify-content: center;
          align-items: center;
          max-width: 800px;
          margin: 0 auto 44px; } }
      .scholaship-about__content .content1 .image {
        margin-top: 13px;
        text-align: center; }
        @media (min-width: 768px) {
          .scholaship-about__content .content1 .image {
            max-width: 288px;
            width: 36%; } }
      .scholaship-about__content .content1 .text {
        line-height: 1.8;
        font-size: 14px;
        letter-spacing: 0.08em; }
        @media (min-width: 768px) {
          .scholaship-about__content .content1 .text {
            flex: 1 1 0%;
            margin-left: 47px; } }
    .scholaship-about__content .content2 {
      margin: 0 0 84px; }
      @media (min-width: 768px) {
        .scholaship-about__content .content2 {
          max-width: 520px;
          margin: 0 auto 95px; } }
      .scholaship-about__content .content2 dl {
        margin: 0 0 24px; }
        .scholaship-about__content .content2 dl:last-child {
          margin-bottom: 0; }
        .scholaship-about__content .content2 dl dt {
          margin-bottom: 20px;
          padding: 12px;
          line-height: 1.2;
          font-weight: bold;
          font-size: 16px;
          color: #fff;
          text-align: center;
          background-color: #2343AC; }
          @media (min-width: 768px) {
            .scholaship-about__content .content2 dl dt {
              margin-bottom: 16px;
              padding: 10px;
              font-size: 18px; } }
        .scholaship-about__content .content2 dl dd {
          line-height: 1.8;
          font-size: 14px;
          color: #173477; }
          @media (min-width: 768px) {
            .scholaship-about__content .content2 dl dd {
              padding: 0 16px; } }
    @media (min-width: 768px) {
      .scholaship-about__content .content3 {
        max-width: 874px;
        margin: 0 auto; } }
    .scholaship-about__content .content3 .title {
      margin: 0 0 40px;
      font-size: 18px;
      color: #173477;
      text-align: center; }
      @media (min-width: 768px) {
        .scholaship-about__content .content3 .title {
          margin-bottom: 60px;
          font-size: 28px; } }
    .scholaship-about__content .content3 ol {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 768px) {
        .scholaship-about__content .content3 ol {
          display: flex;
          justify-content: center;
          margin: 0 -22px; } }
      @media (min-width: 768px) {
        .scholaship-about__content .content3 ol li {
          padding: 0 22px; } }
      .scholaship-about__content .content3 ol dl {
        position: relative; }
        @media (max-width: 767px) {
          .scholaship-about__content .content3 ol dl {
            padding-bottom: 12px;
            margin-bottom: 20px;
            border-bottom: 1px dashed #D3DBEB; } }
        @media (max-width: 767px) {
          .scholaship-about__content .content3 ol dl dt {
            display: flex;
            align-items: center;
            margin-bottom: 11px; } }
        @media (max-width: 767px) {
          .scholaship-about__content .content3 ol dl dd {
            padding-right: 132px; } }
      .scholaship-about__content .content3 ol .num {
        margin-right: 10px;
        line-height: 1;
        font-family: "din-2014", sans-serif;
        font-style: italic;
        font-weight: 100;
        font-size: 36px;
        color: #d3dbeb; }
        @media (min-width: 768px) {
          .scholaship-about__content .content3 ol .num {
            margin: 0 0 10px;
            font-size: 48px;
            text-align: center; } }
      @media (max-width: 767px) {
        .scholaship-about__content .content3 ol .image {
          position: absolute;
          top: 0;
          right: 0;
          width: 100px; } }
      @media (min-width: 768px) {
        .scholaship-about__content .content3 ol .image {
          width: 140px; } }
      .scholaship-about__content .content3 ol .label {
        font-weight: bold;
        font-size: 18px;
        color: #2343AC; }
        @media (min-width: 768px) {
          .scholaship-about__content .content3 ol .label {
            margin: 18px 0 14px;
            text-align: center; } }
      .scholaship-about__content .content3 ol .text {
        line-height: 1.6;
        font-size: 14px;
        letter-spacing: 0.08em; }

.scholaship-info {
  padding: 72px 0 145px; }
  @media (min-width: 768px) {
    .scholaship-info {
      padding: 180px 0 185px; } }
  .scholaship-info .content1 .h-title {
    margin: 0 0 28px;
    font-size: 18px;
    color: #173477;
    text-align: center; }
    @media (min-width: 768px) {
      .scholaship-info .content1 .h-title {
        font-size: 28px; } }
  @media (min-width: 768px) {
    .scholaship-info .content1 .h-lede,
    .scholaship-info .content1 .h-lede2 {
      text-align: center; } }
  .scholaship-info .content1 .h-lede {
    font-size: 16px; }
    @media (min-width: 768px) {
      .scholaship-info .content1 .h-lede {
        margin-bottom: 18px;
        font-size: 18px; } }
  .scholaship-info .content1 .h-lede2 {
    margin: 0 0 24px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .scholaship-info .content1 .h-lede2 {
        margin-bottom: 44px;
        font-size: 12px; } }
  .scholaship-info .content1 .sp-scroller-text {
    margin: 0 0 21px;
    padding: 10px;
    font-weight: 500;
    color: #C11414;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: rgba(193, 20, 20, 0.27); }
  @media (max-width: 767px) {
    .scholaship-info .content1 .sp-scroller {
      margin-left: -16px;
      margin-right: -16px; }
      .scholaship-info .content1 .sp-scroller .image-table__inner {
        overflow-x: auto; }
        .scholaship-info .content1 .sp-scroller .image-table__inner .image {
          width: 1090px;
          padding: 0 16px; } }

.scholaship-info2 {
  position: relative;
  background-image: linear-gradient(rgba(77, 161, 245, 0.9) 0%, rgba(35, 67, 172, 0.9) 100%); }
  .scholaship-info2__left, .scholaship-info2__right {
    position: absolute; }
    .scholaship-info2__left img, .scholaship-info2__right img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media (max-width: 767px) {
    .scholaship-info2__left {
      top: 0;
      left: 16px;
      right: 16px;
      -webkit-transform: translateY(-65%);
      transform: translateY(-65%); } }
  @media (min-width: 768px) {
    .scholaship-info2__left {
      top: 0;
      left: 0;
      max-width: 551px;
      width: 25%;
      height: 100%; }
      .scholaship-info2__left img {
        object-position: right center; } }
  @media (max-width: 767px) {
    .scholaship-info2__right {
      top: 100%;
      left: 16px;
      right: 16px;
      -webkit-transform: translateY(-12%);
      transform: translateY(-12%); } }
  @media (min-width: 768px) {
    .scholaship-info2__right {
      top: 0;
      right: 0;
      max-width: 548px;
      width: 25%;
      height: 100%; }
      .scholaship-info2__right img {
        object-position: left center; } }
  .scholaship-info2__inner {
    position: relative;
    z-index: 1;
    padding: 83px 16px 80px;
    color: #fff; }
    @media (min-width: 768px) {
      .scholaship-info2__inner {
        padding: 124px 16px 122px; } }
    .scholaship-info2__inner .title {
      margin: 0 0 40px;
      font-size: 18px;
      text-align: center; }
      @media (min-width: 768px) {
        .scholaship-info2__inner .title {
          font-size: 28px; } }
    .scholaship-info2__inner .text {
      line-height: 1.8;
      font-size: 14px; }
      @media (min-width: 768px) {
        .scholaship-info2__inner .text {
          font-size: 18px;
          text-align: center; } }
      .scholaship-info2__inner .text u {
        font-weight: bold;
        text-underline-offset: 3px; }

.scholaship-repay {
  padding: 220px 0 100px; }
  @media (min-width: 768px) {
    .scholaship-repay {
      padding: 200px 0 160px; } }
  .scholaship-repay .content1 {
    margin: 0 0 60px; }
    @media (min-width: 768px) {
      .scholaship-repay .content1 {
        margin-bottom: 88px; } }
    .scholaship-repay .content1 .title {
      margin: 0 0 53px;
      font-size: 18px;
      color: #173477;
      text-align: center; }
      @media (min-width: 768px) {
        .scholaship-repay .content1 .title {
          margin-bottom: 44px;
          font-size: 28px; } }
    .scholaship-repay .content1 .lede {
      margin: 0 0 70px;
      line-height: 1.8; }
      @media (min-width: 768px) {
        .scholaship-repay .content1 .lede {
          margin-bottom: 124px;
          font-size: 18px;
          text-align: center; } }
      .scholaship-repay .content1 .lede em {
        font-weight: bold;
        font-style: normal;
        color: #C11414; }
    .scholaship-repay .content1 .image-wrap {
      position: relative;
      margin: 0 0 13px;
      padding: 58px 17px 29px;
      color: #2343AC;
      text-align: center;
      background-color: #fff;
      border: 1px solid currentColor; }
      @media (min-width: 768px) {
        .scholaship-repay .content1 .image-wrap {
          margin-bottom: 19px;
          padding: 51px 20px 48px; } }
      .scholaship-repay .content1 .image-wrap .label {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .scholaship-repay .content1 .image-wrap .label span {
          padding: 9px 49px;
          font-size: 16px;
          text-align: center;
          background-color: #fff;
          border: 1px solid currentColor; }
          @media (min-width: 768px) {
            .scholaship-repay .content1 .image-wrap .label span {
              padding: 14px 114px;
              color: #fff;
              background-color: #2343AC; } }
    .scholaship-repay .content1 .kome {
      margin: 0;
      font-weight: bold;
      font-size: 12px;
      color: #333; }
      @media (min-width: 768px) {
        .scholaship-repay .content1 .kome {
          font-size: 13px; } }
  .scholaship-repay .content2 .inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 41px 15px 46px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .scholaship-repay .content2 .inner {
        padding: 41px 27px 44px; } }
    .scholaship-repay .content2 .inner .title {
      margin: 0 0 25px;
      font-size: 18px;
      color: #173477; }
    .scholaship-repay .content2 .inner .text {
      line-height: 1.8;
      font-size: 14px; }

.scholaship-requirements .scholaship-req-list {
  counter-reset: reqlist;
  display: flex;
  flex-wrap: wrap;
  margin: 14px 0 12px;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .scholaship-requirements .scholaship-req-list {
      margin: 14px -8px 12px; } }
  @media (max-width: 767px) {
    .scholaship-requirements .scholaship-req-list li {
      width: 100%;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .scholaship-requirements .scholaship-req-list li {
      width: 46%;
      padding: 5px 8px; } }
  .scholaship-requirements .scholaship-req-list li > span {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    height: 50px;
    line-height: 1.1;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    background-color: #D3DBEB; }
    @media (min-width: 768px) {
      .scholaship-requirements .scholaship-req-list li > span {
        font-size: 16px; } }
    .scholaship-requirements .scholaship-req-list li > span:before {
      counter-increment: reqlist;
      content: counter(reqlist);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      margin-right: 9px;
      font-family: "din-2014", sans-serif;
      font-weight: 400;
      font-size: 16px;
      background-color: #fff;
      border-radius: 50px; }
      @media (min-width: 768px) {
        .scholaship-requirements .scholaship-req-list li > span:before {
          font-size: 18px; } }
    .scholaship-requirements .scholaship-req-list li > span span {
      text-align: center; }

.scholaship-requirements .kome-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px; }

.scholaship-contact .tel-lede {
  display: flex;
  align-items: flex-end;
  margin-top: 24px;
  line-height: 1; }
  .scholaship-contact .tel-lede .tel-link {
    margin-right: 32px; }

.album-search {
  position: relative;
  z-index: 5; }
  @media (min-width: 768px) {
    .album-search {
      margin-top: -2em; } }
  .album-search-inner {
    position: relative;
    background-color: white; }
    @media (max-width: 767px) {
      .album-search-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 88%;
        height: 64px;
        margin-top: -32px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden; }
        .album-search-inner.actived {
          height: auto;
          overflow: visible; }
          .album-search-inner.actived .album-search-toggle .fa {
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }
          .album-search-inner.actived .album-search-flex {
            box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3); } }
    @media (min-width: 768px) {
      .album-search-inner {
        padding: 15px;
        text-align: center;
        background-color: #f4f4f4; } }
  .album-search-toggle {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 64px;
    font-weight: bold;
    background-color: #f4f4f4;
    border: 0; }
    @media (min-width: 768px) {
      .album-search-toggle {
        display: none; } }
    .album-search-toggle .fa {
      margin-right: 10px;
      font-size: 180%;
      color: #454545;
      vertical-align: -2px; }
    .album-search-toggle .din {
      font-size: 14px;
      color: #222;
      letter-spacing: 1px; }
  @media (min-width: 768px) {
    .album-search-flex {
      position: relative;
      display: inline-block; }
      .album-search-flex-row {
        display: flex;
        align-items: center; } }
  .album-search-category {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .album-search-category {
        text-align: center; } }
    @media (max-width: 767px) {
      .album-search-category li {
        width: 50%;
        padding-top: 1px; }
        .album-search-category li:nth-child(2n) {
          padding-left: 1px; } }
    @media (min-width: 768px) {
      .album-search-category li {
        margin-right: 15px;
        padding-right: 15px; }
        .album-search-category li:not(:last-child) {
          border-right: 1px solid #ccc; } }
    .album-search-category li a {
      font-size: 12px;
      color: #222;
      text-decoration: none; }
      @media (max-width: 767px) {
        .album-search-category li a {
          display: block;
          height: 100%;
          padding: 15px 5px;
          background-color: #f4f4f4; } }
      @media (min-width: 768px) {
        .album-search-category li a {
          font-size: 14px; } }
  .album-search-form {
    position: relative;
    display: block;
    margin-top: 1px;
    padding: 15px;
    background-color: #f4f4f4; }
    @media (min-width: 768px) {
      .album-search-form {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: 235ms ease-in-out; }
        .album-search-form.active {
          width: 100%;
          visibility: visible;
          opacity: 1; } }
    .album-search-form-inner {
      position: relative; }
  .album-search-label {
    display: block; }
  .album-search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 45px 0 8px;
    line-height: 1.2;
    font-size: 16px;
    background-color: transparent;
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0; }
  .album-search-submit {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    color: white;
    background-color: #173477;
    border: 0;
    border-radius: 0; }
  .album-search-toggle-desktop {
    display: none; }
    @media (min-width: 768px) {
      .album-search-toggle-desktop {
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        margin-left: 40px;
        padding: 0;
        font-size: 20px;
        color: white;
        background-color: #173477;
        border: 0; } }

@media (max-width: 767px) {
  .album-detail {
    padding-top: 40px; } }

.fb-like > span {
  display: block !important; }

.post-detail-header {
  position: relative;
  margin-bottom: 40px; }
  .post-detail-header-meta {
    display: flex;
    justify-content: space-between; }
    .post-detail-header-meta .social {
      display: flex;
      padding-top: 5px;
      list-style: none; }
      .post-detail-header-meta .social > li {
        margin-right: 10px; }

.post-detail-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 22px;
  color: #2343AC;
  border-bottom: 1px solid #2343AC; }
  @media (min-width: 768px) {
    .post-detail-title {
      font-size: 32px; } }

.post-detail-datetime {
  font-style: italic;
  font-weight: 200;
  font-size: 16px;
  color: #173477; }

.post-detail-footer {
  margin-top: 30px; }

.post-detail-meta {
  font-size: 14px; }
  .post-detail-meta ul {
    display: inline;
    list-style: none; }
    .post-detail-meta ul li {
      display: inline-block; }
  .post-detail-meta a {
    font-size: 12px;
    color: inherit; }
  .post-detail-meta.tags a {
    display: inline-block;
    margin: 5px 0;
    margin-right: 8px;
    padding: 4px 10px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #D8E3E3;
    border-radius: 2px; }

.post-detail-social {
  padding-top: 10px;
  padding-bottom: 10px; }
  .post-detail-social ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .post-detail-social ul li {
      margin-right: 10px; }
  .post-detail-social .fb-like > span {
    display: block; }

.post-detail-heading {
  display: inline;
  font-weight: bold;
  letter-spacing: 1px;
  color: #173477; }

.post-detail-to-index {
  margin: 60px 0; }
  @media (min-width: 992px) {
    .post-detail-to-index {
      margin: 0;
      margin-top: 80px; } }
  .post-detail-to-index .btn {
    padding: 20px; }
    .post-detail-to-index .btn .fa {
      position: static;
      margin-left: -1rem;
      margin-right: 1rem;
      line-height: 1;
      vertical-align: middle; }
    .post-detail-to-index .btn .read {
      letter-spacing: 2px; }

.post-detail-other {
  margin-top: 80px;
  margin-bottom: 60px; }
  .post-detail-other-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #173477;
    border-bottom: 1px solid #D3DBEB; }
    @media (min-width: 768px) {
      .post-detail-other-title {
        margin-bottom: 30px; } }
    .post-detail-other-title .ja {
      font-size: 20px; }
      @media (min-width: 768px) {
        .post-detail-other-title .ja {
          font-size: 24px; } }
      .post-detail-other-title .ja:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 1px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: #173477; }
    .post-detail-other-title .en {
      font-weight: 200;
      font-size: 14px;
      color: #2343AC; }
      @media (min-width: 768px) {
        .post-detail-other-title .en {
          font-size: 16px; } }
  .post-detail-other-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .post-detail-other-list {
        display: flex;
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 768px) {
      .post-detail-other-list > li {
        width: 33.33332%;
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .post-detail-other-list > li + li {
        margin-top: 20px; } }
  .post-detail-other-link {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-decoration: none; }
    .post-detail-other-link .thumbnail {
      position: relative;
      width: 40%;
      background-color: rgba(35, 67, 172, 0.5);
      background: linear-gradient(to bottom, rgba(77, 161, 245, 0.5) 0%, rgba(35, 67, 172, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(77, 161, 245, 0.5)', EndColorStr='rgba(35, 67, 172, 0.5)'); }
      @media (min-width: 768px) {
        .post-detail-other-link .thumbnail {
          width: 45%; } }
      .post-detail-other-link .thumbnail-bg {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 72%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .post-detail-other-link .not {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 72%; }
      .post-detail-other-link .not i {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        -webkit-transform: translateY(-65%);
        transform: translateY(-65%); }
      .post-detail-other-link .not:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 16%;
        display: block;
        width: 52px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-image: url("../img/common/logo_honda.png");
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .post-detail-other-link .text {
      flex: 1;
      width: 50%;
      margin-left: 15px; }
    .post-detail-other-link .title {
      height: 5em;
      overflow: hidden;
      font-size: 14px;
      word-wrap: break-word;
      overflow-wrap: break-word; }
    .post-detail-other-link .more {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 12px; }
    .post-detail-other-link .arrow-right {
      width: 20px;
      background-color: #2343AC; }
      .post-detail-other-link .arrow-right:before {
        background-color: #2343AC; }

.my-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 576px) {
    .my-gallery {
      margin-left: -10px;
      margin-right: -10px; } }
  .my-gallery > figure {
    position: relative;
    width: 50%;
    padding: 8px; }
    @media (min-width: 576px) {
      .my-gallery > figure {
        width: 33.333332%;
        margin-bottom: 20px;
        padding: 0 10px; } }
    @media (min-width: 768px) {
      .my-gallery > figure {
        width: 25%; } }
    .my-gallery > figure figcaption {
      display: none; }
    .my-gallery > figure > a {
      cursor: zoom-in;
      position: relative;
      display: block;
      height: 0;
      padding-bottom: 75%;
      overflow: hidden;
      transition: 235ms ease-in-out; }
      .my-gallery > figure > a .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .my-gallery > figure > a:hover {
        opacity: 0.9; }
      .my-gallery > figure > a img {
        opacity: 0; }
  .my-gallery .fa {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    font-size: 20px;
    color: white;
    background-color: #173477; }
    @media (min-width: 576px) {
      .my-gallery .fa {
        right: 10px;
        bottom: 0; } }

.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

.pswp__caption__center {
  padding-bottom: calc(constans(safe-area-inset-bottom) + 10px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  color: white; }

.archive-title {
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 22px;
  color: #173477;
  text-align: center; }
  @media (min-width: 768px) {
    .archive-title {
      font-size: 32px; } }

/**
 * Album
 */
.album-archive-list {
  display: flex;
  flex-direction: column;
  margin: 0 -15px 20px;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .album-archive-list {
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 40px; } }
  .album-archive-list-item {
    margin-bottom: 25px;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .album-archive-list-item {
        padding-bottom: 25px;
        border-bottom: 1px solid #d8e3e3; } }
    @media (min-width: 768px) {
      .album-archive-list-item {
        width: 33.33332%; } }

.album-archive-link {
  display: block;
  color: #454545;
  text-decoration: none; }
  @media (min-width: 992px) {
    .album-archive-link:hover {
      opacity: 0.8; } }

.album-archive-notfound {
  text-align: center; }

.album-archive-thumbnail {
  position: relative;
  overflow: hidden;
  background-color: rgba(35, 67, 172, 0.5);
  background: linear-gradient(to bottom, rgba(77, 161, 245, 0.5) 0%, rgba(35, 67, 172, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(77, 161, 245, 0.5)', EndColorStr='rgba(35, 67, 172, 0.5)');
  height: 0;
  padding-bottom: 75.362319%;
  box-shadow: inset 0 0 5px -2px rgba(0, 0, 0, 0.5); }
  .album-archive-thumbnail:before {
    content: "";
    position: absolute;
    bottom: 70px;
    left: 50%;
    display: block;
    width: 64px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/common/logo_honda.png");
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .album-archive-thumbnail-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover; }

.album-archive-not {
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  font-style: italic;
  font-weight: 200;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 4px;
  text-align: center; }

.album-archive-data {
  position: relative;
  z-index: 1;
  margin: -2.6em 20px 0;
  padding: 10px 8px;
  background-color: #f4f4f4; }
  @media (min-width: 992px) {
    .album-archive-data {
      margin: -2.6em 15px 0;
      padding: 10px 15px; } }
  .album-archive-data .arrow-right {
    width: 20px;
    background-color: #173477; }
    .album-archive-data .arrow-right:before {
      background-color: #173477; }

.album-archive-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 16px;
  color: #2343AC;
  border-top: 1px solid #D3DBEB; }
  .album-archive-meta .more-text {
    font-size: 12px; }

.album-archive-datetime {
  min-width: 80px;
  font-style: italic;
  font-weight: 200;
  font-size: 12px; }

.album-archive-cat {
  font-size: 14px; }

.album-archive-title {
  position: relative;
  max-width: 100%;
  height: 3.2em;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.recruit-tab {
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .recruit-tab {
      margin-top: -30px;
      margin-bottom: 80px; } }
  .recruit-tab-button {
    position: relative;
    display: inline-block;
    min-width: 140px;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #173477; }
    @media (min-width: 768px) {
      .recruit-tab-button {
        min-width: 280px;
        margin: 0 15px; } }
    .recruit-tab-button .ico {
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.recruit-list {
  max-width: 730px;
  margin: 40px auto; }
  @media (min-width: 768px) {
    .recruit-list {
      margin: 80px auto; } }
  .recruit-list-title {
    margin-bottom: 30px;
    color: #173477;
    text-align: center; }
    .recruit-list-title:after {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      margin: 8px auto;
      background-color: currentColor; }
  .recruit-list-ul {
    list-style: none; }
    .recruit-list-ul li + li {
      margin-top: 30px; }
      @media (min-width: 768px) {
        .recruit-list-ul li + li {
          margin-top: 40px; } }
    .recruit-list-ul a {
      position: relative;
      display: block;
      max-width: 92%;
      padding: 30px 15px 20px;
      font-size: 15px;
      text-decoration: none;
      background-color: #eee;
      transition: 235ms ease; }
      @media (min-width: 768px) {
        .recruit-list-ul a {
          max-width: 100%;
          padding: 30px 30px 20px;
          font-size: 20px; } }
      .recruit-list-ul a:before, .recruit-list-ul a:after {
        content: "";
        position: absolute;
        z-index: 1;
        display: block;
        width: 0;
        height: 0;
        color: #173477;
        opacity: 0;
        transition: 500ms ease; }
      .recruit-list-ul a:before {
        top: 0;
        left: 0;
        border-top: 1px solid currentColor;
        border-left: 1px solid currentColor; }
      .recruit-list-ul a:after {
        bottom: 0;
        right: 0;
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor; }
      .recruit-list-ul a:hover:before, .recruit-list-ul a:hover:after {
        width: 100%;
        height: 100%;
        opacity: 1; }
    .recruit-list-ul .tag {
      position: absolute;
      top: 0;
      left: 5px;
      z-index: 2;
      padding: 7px 10px;
      line-height: 1;
      font-size: 10px;
      color: #fff;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .recruit-list-ul .tag {
          font-size: 14px; } }
    .recruit-list-ul .title {
      display: block;
      font-weight: bold; }
    .recruit-list-ul .job {
      display: block;
      margin-top: 10px;
      font-size: 12px; }
      @media (min-width: 768px) {
        .recruit-list-ul .job {
          font-size: 14px; } }
    .recruit-list-ul .arrow-right {
      position: absolute;
      top: 50%;
      right: 0;
      background-color: #173477;
      -webkit-transform: translateY(-50%) translateX(50%);
      transform: translateY(-50%) translateX(50%); }
      .recruit-list-ul .arrow-right:before {
        background-color: #173477; }
  .recruit-list.graduate .tag {
    background-color: #D84200; }
  .recruit-list.career .tag {
    background-color: #C11414; }

.recruit-meta {
  max-width: 480px;
  margin: auto;
  text-align: left; }
  @media (min-width: 768px) {
    .recruit-meta {
      max-width: 100%;
      text-align: center; } }
  .recruit-meta-title {
    margin-bottom: 30px;
    font-size: 18px;
    color: #2343AC; }
    @media (min-width: 768px) {
      .recruit-meta-title {
        margin-bottom: 60px;
        font-size: 32px; } }
  .recruit-meta-description {
    margin-bottom: 60px;
    line-height: 1.6;
    font-size: 14px; }
    @media (min-width: 768px) {
      .recruit-meta-description {
        margin-bottom: 100px;
        line-height: 2.2;
        font-size: 16px; } }

.error-mes {
  margin-top: 5px;
  font-size: 13px;
  color: #d32; }
  .error-mes [class*="fa "] {
    margin-right: 5px; }

.tour-title {
  margin: 0 0 42px;
  font-size: 22px;
  color: #2343AC;
  text-align: center; }
  @media (min-width: 992px) {
    .tour-title {
      margin-bottom: 52px;
      font-size: 32px; } }

.tour-start {
  padding: 60px 0 40px;
  background-color: #FAFAFA; }
  @media (min-width: 992px) {
    .tour-start {
      padding: 100px 0 60px;
      background-repeat: no-repeat;
      background-position: center 80px;
      background-size: contain;
      background-image: url(../img/tour/sec1_back.png); } }
  @media (min-width: 1800px) {
    .tour-start {
      background-size: auto; } }
  .tour-start__textbox {
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .tour-start__textbox {
        padding-top: 100px;
        padding-bottom: 80px;
        text-align: center; } }
    .tour-start__textbox .tour-title {
      margin: 0 0 24px;
      font-size: 20px; }
      @media (min-width: 992px) {
        .tour-start__textbox .tour-title {
          margin-bottom: 40px;
          font-size: 32px; } }
    .tour-start__textbox .text {
      line-height: 2; }
      @media (max-width: 991px) {
        .tour-start__textbox .text {
          display: flex;
          justify-content: center; } }
    .tour-start__textbox .picture {
      max-width: 353px;
      margin: 30px auto 0;
      text-align: center; }
      @media (min-width: 992px) {
        .tour-start__textbox .picture {
          display: none; } }
  @media (max-width: 991px) {
    .tour-start__radius {
      max-width: 240px;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .tour-start__radius {
      display: flex;
      justify-content: center;
      margin: 0 -20px; } }
  @media (min-width: 992px) {
    .tour-start__radius__item {
      margin: 0 20px; } }

.tour-recommend {
  padding: 10px 0 80px; }
  @media (min-width: 992px) {
    .tour-recommend {
      padding-bottom: 120px; } }
  .tour-recommend__box {
    position: relative;
    margin-bottom: 100px;
    padding: 40px 16px;
    background-color: #ECEFF7; }
    @media (min-width: 992px) {
      .tour-recommend__box {
        margin-bottom: 124px;
        padding: 64px 76px; } }
    .tour-recommend__box .tour-title {
      margin: 0 0 20px;
      font-size: 20px; }
      @media (min-width: 992px) {
        .tour-recommend__box .tour-title {
          margin-bottom: 40px;
          font-size: 32px; } }
    .tour-recommend__box .bottom-angle {
      position: absolute;
      top: 100%;
      left: 50%;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 35px 45px 0 45px;
      border-color: #ECEFF7 transparent transparent transparent;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 992px) {
        .tour-recommend__box .bottom-angle {
          border-width: 60px 80px 0 80px; } }
  .tour-recommend__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .tour-recommend__list li {
      position: relative;
      margin-bottom: 12px;
      padding: 5px 0;
      padding-left: 48px;
      line-height: 1.4;
      font-weight: bold;
      font-size: 16px; }
      @media (min-width: 992px) {
        .tour-recommend__list li {
          margin-bottom: 24px;
          padding: 12px 0;
          padding-left: 72px;
          font-size: 24px; } }
      .tour-recommend__list li:last-child {
        margin-bottom: 0; }
      .tour-recommend__list li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 26px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-image: url(../img/tour/checkbox.svg); }
        @media (min-width: 992px) {
          .tour-recommend__list li:before {
            width: 48px; } }
  .tour-recommend__line .tour-title {
    margin-bottom: 20px;
    font-size: 20px; }
    @media (min-width: 992px) {
      .tour-recommend__line .tour-title {
        margin-bottom: 40px;
        font-size: 26px; } }
  .tour-recommend__line .text {
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: bold;
    font-size: 16px;
    text-align: center; }
    @media (min-width: 992px) {
      .tour-recommend__line .text {
        margin-bottom: 40px;
        font-size: 20px; } }
  .tour-recommend__line .link {
    text-align: center; }
    .tour-recommend__line .link .line-btn {
      display: inline-block;
      max-width: 290px;
      width: 100%;
      padding: 16px;
      text-align: center;
      background-color: #00B900;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
      transition: 235ms ease; }
      @media (min-width: 992px) {
        .tour-recommend__line .link .line-btn {
          max-width: 400px; } }
      .tour-recommend__line .link .line-btn:hover {
        opacity: 0.8; }

.tour-kengaku {
  padding: 60px 0 40px;
  background-color: #fff;
  background-position: center 120px;
  background-image: url(../img/tour/bg_content.png); }
  @media (min-width: 992px) {
    .tour-kengaku {
      padding: 120px 0 89px; } }
  .tour-kengaku__content {
    display: flex;
    flex-direction: column-reverse;
    max-width: 720px;
    width: 100%;
    margin-bottom: 42px; }
    @media (min-width: 992px) {
      .tour-kengaku__content {
        flex-direction: row;
        margin-bottom: 73px; } }
    .tour-kengaku__content:last-child {
      margin-bottom: 0; }
    .tour-kengaku__content.left {
      margin-right: auto; }
    .tour-kengaku__content.right {
      margin-left: auto; }
    .tour-kengaku__content__text {
      position: relative;
      z-index: 1; }
      @media (max-width: 991px) {
        .tour-kengaku__content__text {
          margin-top: -60px;
          text-align: center; } }
      @media (min-width: 992px) {
        .tour-kengaku__content__text {
          width: 56%;
          margin-left: -8px; } }
    @media (max-width: 991px) {
      .tour-kengaku__content__picture {
        text-align: center; } }
    @media (min-width: 992px) {
      .tour-kengaku__content__picture {
        flex: 1;
        margin-left: -72px; } }

.tour-faq {
  padding: 80px 0;
  background-color: #FAFAFA; }
  @media (min-width: 992px) {
    .tour-faq {
      padding: 120px 0; } }
  .tour-faq .container {
    max-width: 800px; }
  .tour-faq__box {
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .tour-faq__box {
        margin-bottom: 16px; } }
    .tour-faq__box.open .tour-faq__a {
      display: flex;
      height: auto;
      padding-top: 16px;
      padding-bottom: 16px;
      opacity: 1;
      visibility: visible; }
    .tour-faq__box.open .tour-faq__q .plus .bar:before {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .tour-faq__q {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-bottom: 2px;
    padding: 16px 16px;
    padding-left: 42px;
    padding-right: 38px;
    background-color: #fff; }
    @media (min-width: 992px) {
      .tour-faq__q {
        padding: 24px 16px;
        padding-left: 77px; } }
    .tour-faq__q:hover {
      opacity: 0.8; }
    .tour-faq__q .title {
      position: relative;
      font-size: 14px;
      color: #173477; }
      @media (min-width: 992px) {
        .tour-faq__q .title {
          font-size: 20px; } }
      .tour-faq__q .title:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        display: block;
        width: 24px;
        height: 21px;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-image: url(../img/tour/faq/q.svg); }
        @media (min-width: 992px) {
          .tour-faq__q .title:before {
            width: 24px;
            height: 32px;
            margin-right: 15px; } }
    .tour-faq__q .plus {
      position: absolute;
      top: 50%;
      right: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 15px;
      height: 15px;
      color: #173477;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .tour-faq__q .plus .bar {
        display: block;
        width: 100%;
        height: 1px;
        background-color: currentColor; }
        .tour-faq__q .plus .bar:before {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          margin-left: -0.4px;
          background-color: currentColor;
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          transition: 235ms ease; }
  .tour-faq__a {
    display: flex;
    align-items: center;
    height: 0;
    padding: 0 16px;
    padding-left: 42px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: 300ms ease; }
    @media (min-width: 992px) {
      .tour-faq__a {
        padding-left: 77px; } }
    .tour-faq__a .avatar {
      width: 64px;
      height: 64px;
      margin-right: 20px; }
    .tour-faq__a .text {
      flex: 1;
      min-width: 1px; }

.tour-form {
  padding: 0 0 80px; }
  @media (min-width: 992px) {
    .tour-form {
      padding: 0 0 120px; } }
  .tour-form form input.error-input,
  .tour-form form select.error-input,
  .tour-form form textarea.error-input {
    border-color: #f00;
    box-shadow: 0 0 0 1px #f00; }
  .tour-form form .form-radio.error-input {
    border: 1px solid #f00;
    box-shadow: 0 0 0 1px #f00; }
  .tour-form .form-date-flex {
    display: flex;
    align-items: center;
    margin: 0 -5px;
    margin-left: -10px; }
    .tour-form .form-date-flex input[type=text],
    .tour-form .form-date-flex select {
      margin-right: 5px;
      margin-left: 10px;
      transition: 235ms ease; }
      .tour-form .form-date-flex input[type=text]:disabled,
      .tour-form .form-date-flex select:disabled {
        background-color: #ddd; }
  .tour-form .kome {
    margin-bottom: 1em; }
  .tour-form label[for*=formScheduleNot] {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 8px;
    padding-left: 30px;
    font-size: 14px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 8px; }
    .tour-form label[for*=formScheduleNot] input[type=checkbox] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #ccc;
      border-radius: 8px; }
      .tour-form label[for*=formScheduleNot] input[type=checkbox]:checked {
        background-color: rgba(23, 52, 119, 0.05);
        border-color: #173477; }
        .tour-form label[for*=formScheduleNot] input[type=checkbox]:checked + span:before {
          border-color: transparent transparent #173477 #173477; }
    .tour-form label[for*=formScheduleNot] span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 8px;
      display: block;
      width: 10px;
      height: 6px;
      margin-top: -2px;
      border-width: 0 0 2px 2px;
      border-color: transparent transparent #ccc #ccc;
      border-style: solid;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg); }
  .tour-form.contact {
    padding-top: 40px; }
    @media (min-width: 992px) {
      .tour-form.contact {
        padding-top: 80px; } }
  .tour-form .mw_wp_form_confirm .kome {
    display: none; }

.careerpath-about {
  padding: 70px 0 42px;
  color: #173477;
  background-color: #fff; }
  @media (min-width: 992px) {
    .careerpath-about {
      padding: 140px 0 72px; } }
  .careerpath-about .title {
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .careerpath-about .title {
        font-size: 28px; } }
  .careerpath-about .text {
    line-height: 2;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 992px) {
      .careerpath-about .text {
        font-size: 16px; } }

.careerpath-image {
  padding: 65px 0 44px; }
  @media (min-width: 992px) {
    .careerpath-image {
      padding: 144px 0 160px; } }
  @media (max-width: 991px) {
    .careerpath-image .image-x {
      margin-left: -15px;
      margin-right: -15px;
      overflow-x: auto; } }
  @media (max-width: 991px) {
    .careerpath-image .image-x__container {
      width: 778px;
      padding: 0 10px; } }
  @media (min-width: 992px) {
    .careerpath-image .image-x__container {
      margin-left: -9px; } }

.careerpath-case {
  padding: 84px 0;
  background-color: #fff; }
  @media (min-width: 992px) {
    .careerpath-case {
      padding: 193px 0 177px; } }
  .careerpath-case .career-data + .career-data {
    margin-top: 50px; }
    @media (min-width: 992px) {
      .careerpath-case .career-data + .career-data {
        margin-top: 110px; } }
  @media (min-width: 992px) {
    .careerpath-case .career-data {
      display: flex; } }
  @media (min-width: 992px) {
    .careerpath-case .career-data .textbox {
      flex: 1;
      margin-right: 30px; } }
  .careerpath-case .career-data .textbox .num {
    display: block;
    margin: 0 0 12px;
    font-style: italic;
    font-size: 18px;
    color: rgba(23, 52, 119, 0.41);
    letter-spacing: 0.1em; }
    @media (min-width: 992px) {
      .careerpath-case .career-data .textbox .num {
        margin-bottom: 20px;
        font-size: 29px; } }
  .careerpath-case .career-data .textbox .title {
    margin: 0 0 22px;
    font-size: 20px;
    color: #173477; }
    @media (min-width: 992px) {
      .careerpath-case .career-data .textbox .title {
        margin-bottom: 40px;
        font-size: 28px; } }
  .careerpath-case .career-data .textbox .list-flow li {
    display: flex;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .careerpath-case .career-data .textbox .list-flow li {
        padding-bottom: 30px; } }
    .careerpath-case .career-data .textbox .list-flow li:last-child {
      padding-bottom: 0; }
  .careerpath-case .career-data .textbox .list-flow .time {
    width: 6em;
    font-weight: bold;
    font-size: 16px;
    color: #173477; }
    @media (min-width: 992px) {
      .careerpath-case .career-data .textbox .list-flow .time {
        font-size: 18px; } }
  .careerpath-case .career-data .textbox .list-flow .text {
    flex: 1;
    font-size: 16px; }
    @media (min-width: 992px) {
      .careerpath-case .career-data .textbox .list-flow .text {
        font-size: 18px; } }
  .careerpath-case .career-data .image {
    margin-top: 28px; }
    @media (min-width: 992px) {
      .careerpath-case .career-data .image {
        width: 47%;
        margin-top: 60px; } }

.banner-next {
  padding: 60px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .banner-next {
      padding: 0 0 215px;
      background-color: #fff; } }
  .banner-next a {
    display: inline-block;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
    transition: 235ms ease; }
    .banner-next a:hover {
      opacity: 0.8; }

.education-about {
  padding: 70px 0 43px;
  color: #173477;
  background-color: #fff; }
  @media (min-width: 992px) {
    .education-about {
      padding: 140px 0 120px; } }
  .education-about .title {
    margin: 0 0 40px;
    line-height: 1.6;
    font-weight: 500;
    font-size: 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .education-about .title {
        line-height: 1.8;
        font-size: 28px;
        letter-spacing: 0.1em; } }
  .education-about .text {
    line-height: 2;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 992px) {
      .education-about .text {
        line-height: 2.4;
        font-size: 16px;
        letter-spacing: 0.1em; } }

.education-training {
  padding: 65px 0 80px; }
  @media (min-width: 992px) {
    .education-training {
      padding: 136px 0 160px; } }
  .education-training .frameset {
    position: relative;
    margin-bottom: 60px;
    padding: 14px;
    color: #173477;
    background-color: #fff;
    border: 1px solid #173477;
    box-shadow: inset 0 0 0 14px #FAFAFA; }
    @media (min-width: 992px) {
      .education-training .frameset {
        margin-bottom: 91px;
        padding: 26px 27px;
        box-shadow: inset 0 0 0 26px #FAFAFA; } }
    .education-training .frameset .inner {
      padding: 26px 20px; }
      @media (min-width: 992px) {
        .education-training .frameset .inner {
          padding: 58px 91px; } }
    .education-training .frameset .label {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 0;
      font-size: 20px;
      -webkit-transform: translateY(-70%);
      transform: translateY(-70%); }
      @media (min-width: 992px) {
        .education-training .frameset .label {
          font-size: 23px; } }
      .education-training .frameset .label span {
        padding: 0 15px;
        background-color: #fafafa; }
    .education-training .frameset .frameset-list {
      margin: 0;
      padding: 0;
      list-style: none;
      font-weight: bold;
      font-size: 16px; }
      @media (min-width: 992px) {
        .education-training .frameset .frameset-list {
          font-size: 20px; } }
      .education-training .frameset .frameset-list li {
        position: relative;
        padding-left: 1.5em; }
        .education-training .frameset .frameset-list li + li {
          margin-top: 1em; }
        .education-training .frameset .frameset-list li:before {
          content: "";
          position: absolute;
          top: 5px;
          left: 0;
          display: block;
          width: 0.7em;
          height: 0.7em;
          background-color: #D3DBEB;
          border-radius: 50px; }
  .education-training .kensyu {
    margin: 0 0 80px; }
    @media (min-width: 992px) {
      .education-training .kensyu {
        margin: 0 0 120px; } }
    .education-training .kensyu .title {
      margin: 0 0 20px;
      font-size: 20px;
      color: #173477;
      text-align: center; }
      @media (min-width: 992px) {
        .education-training .kensyu .title {
          margin-bottom: 40px;
          font-size: 23px; } }
      .education-training .kensyu .title:after {
        content: "";
        display: block;
        width: 30px;
        height: 1px;
        margin-top: 17px;
        margin-left: auto;
        margin-right: auto;
        background-color: currentColor; }
    .education-training .kensyu .lede {
      margin: 0 0 45px;
      line-height: 2;
      font-size: 14px;
      text-align: center; }
      @media (min-width: 992px) {
        .education-training .kensyu .lede {
          margin-bottom: 76px;
          line-height: 2.4;
          font-size: 16px;
          letter-spacing: 0.1em; } }
  .education-training .kensyu-list {
    display: flex;
    flex-direction: column;
    gap: 52px; }
    @media (min-width: 992px) {
      .education-training .kensyu-list {
        flex-direction: row;
        gap: 16px; } }
    @media (min-width: 992px) {
      .education-training .kensyu-list .kensyu-item {
        flex: 1; } }
    .education-training .kensyu-list .kensyu-item__image {
      position: relative; }
      .education-training .kensyu-list .kensyu-item__image .label {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .education-training .kensyu-list .kensyu-item__image .label span {
          min-width: 135px;
          padding: 8px 15px;
          font-size: 16px;
          font-weight: bold;
          color: #fff;
          text-align: center;
          background-color: #2343AC; }
    .education-training .kensyu-list .kensyu-item__text {
      position: relative;
      z-index: 1;
      padding: 29px 17px;
      background-color: #fff; }
      @media (min-width: 992px) {
        .education-training .kensyu-list .kensyu-item__text {
          margin-top: -62px;
          margin-left: 15px;
          margin-right: 15px; } }
      .education-training .kensyu-list .kensyu-item__text .dot-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-weight: bold;
        font-size: 15px;
        color: #173477; }
        @media (min-width: 992px) {
          .education-training .kensyu-list .kensyu-item__text .dot-list {
            font-size: 18px; } }
        .education-training .kensyu-list .kensyu-item__text .dot-list li {
          position: relative;
          padding-left: 1.2em; }
          .education-training .kensyu-list .kensyu-item__text .dot-list li + li {
            margin-top: 10px; }
          .education-training .kensyu-list .kensyu-item__text .dot-list li:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 0;
            display: block;
            width: 0.7em;
            height: 0.7em;
            background-color: #D3DBEB;
            border-radius: 50px; }
  .education-training .kyoten .title {
    margin: 0 0 35px;
    font-size: 20px;
    color: #173477;
    text-align: center; }
    @media (min-width: 992px) {
      .education-training .kyoten .title {
        margin: 0 0 55px;
        font-size: 23px; } }
    .education-training .kyoten .title:after {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      background-color: currentColor; }
    .education-training .kyoten .title + .kyoten-data {
      margin-top: 0; }
  .education-training .kyoten-data {
    max-width: 330px;
    margin: 60px auto 0; }
    @media (min-width: 992px) {
      .education-training .kyoten-data {
        max-width: 1002px;
        margin-top: 88px; } }
    .education-training .kyoten-data__title {
      position: relative;
      margin: 0 0 24px;
      padding-left: 16px;
      line-height: 1.2;
      font-size: 20px;
      color: #173477; }
      @media (min-width: 992px) {
        .education-training .kyoten-data__title {
          padding-left: 20px;
          font-size: 26px; } }
      .education-training .kyoten-data__title:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 8px;
        height: 100%;
        opacity: 0.46;
        background: linear-gradient(0, #4da1f5 0%, #2343ac 100%); }
        @media (min-width: 992px) {
          .education-training .kyoten-data__title:before {
            width: 12px; } }
    .education-training .kyoten-data__content {
      position: relative; }
      @media (max-width: 991px) {
        .education-training .kyoten-data__content {
          max-height: 244px;
          overflow: hidden;
          transition: 350ms ease; } }
      .education-training .kyoten-data__content .image {
        margin: 0 0 26px; }
        @media (min-width: 992px) {
          .education-training .kyoten-data__content .image {
            margin: 0 0 45px; } }
      .education-training .kyoten-data__content .point {
        display: flex;
        align-items: center; }
        .education-training .kyoten-data__content .point .icon {
          width: 46px; }
        .education-training .kyoten-data__content .point .text {
          flex: 1;
          position: relative;
          margin-left: 8px;
          padding: 26px 10px;
          font-weight: bold;
          font-size: 15px;
          background-color: #fff; }
          @media (min-width: 992px) {
            .education-training .kyoten-data__content .point .text {
              margin-left: 18px;
              padding: 33px 40px;
              font-size: 16px; } }
          .education-training .kyoten-data__content .point .text .label {
            position: absolute;
            top: 0;
            left: 5px;
            font-style: italic;
            font-weight: 300;
            font-size: 16px;
            color: rgba(23, 52, 119, 0.4);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media (min-width: 992px) {
              .education-training .kyoten-data__content .point .text .label {
                left: 0; } }
      .education-training .kyoten-data__content .grad {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 148px;
        background: linear-gradient(rgba(48, 95, 193, 0) 0%, #305fc1 100%); }
        @media (min-width: 992px) {
          .education-training .kyoten-data__content .grad {
            display: none !important; } }
        .education-training .kyoten-data__content .grad.is-open {
          display: none; }
      .education-training .kyoten-data__content .more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 16px 22px; }
        .education-training .kyoten-data__content .more button {
          flex: 1;
          padding: 12px;
          font-style: italic;
          font-weight: 300;
          font-size: 16px;
          color: #173477;
          letter-spacing: 0.1em;
          background-color: #fff;
          border: 1px solid #173477;
          box-shadow: 0 3px 6px rgba(23, 52, 119, 0.16); }

.career-support {
  padding: 60px 0;
  background-color: #fff; }
  @media (min-width: 992px) {
    .career-support {
      padding: 186px 0 140px; } }
  .career-support__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0; }
    @media (min-width: 992px) {
      .career-support__content {
        flex-direction: row;
        gap: 70px; } }
  .career-support__item {
    flex: 1; }
    .career-support__item .textbox {
      position: relative; }
      .career-support__item .textbox .title {
        display: flex;
        margin: -15px 0 16px;
        line-height: 1.2;
        font-size: 15px; }
        @media (min-width: 992px) {
          .career-support__item .textbox .title {
            margin: -15px 0 28px;
            font-size: 20px; } }
        .career-support__item .textbox .title span {
          padding: 10px 20px;
          color: #fff;
          background: linear-gradient(#4da1f5 0%, #2343ac 100%); }
          @media (min-width: 992px) {
            .career-support__item .textbox .title span {
              padding: 16px 30px; } }
      .career-support__item .textbox .text {
        font-weight: bold;
        font-size: 14px; }
        @media (min-width: 992px) {
          .career-support__item .textbox .text {
            font-size: 16px; } }
/*# sourceMappingURL=maps/app.css.map */
