@charset "UTF-8";

body {
  /* font-family: 'Noto Serif JP', YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif; */
  position: relative;
  padding: 93px 0 0 0 !important;
  min-width: 1280px;
}
@media screen and (max-width: 767px) {

  body {
    padding: 73px 0 0 0 !important;
    min-width: inherit;
  }

}
@media print {
  body {
    min-width: initial;
  }
  header {
    padding: 0 !important;
  }
}


@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}

header .global-nav {
  float: right;
  font-size: 0;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  header .global-nav {
    display: none;
    float: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(51, 51, 51, 0.9);
    margin: 0;
  }
}
header .global-nav ul {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  header .global-nav ul {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
		width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
header .global-nav li {
  margin: 0 20px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
}
header .global-nav li .is-btn {
  background-color: #6f569a;
  color: #fff;
  padding: 8px 5px;
  border: #2B245C 1px solid;
}
header .global-nav li.current .is-btn {
  background-color: #6f569a !important;
  color: #fff;
  padding: 8px 5px;
  border: #2B245C 1px solid;
}
header .global-nav li .is-btn:hover {
  /*color: #fff;*/
}
@media screen and (min-width: 768px) {
  header .global-nav li {
    /*display: inline-block;*/
  }
	header .global-nav li .is-btn {
		padding: 8px 20px;
		border: #2B245C 1px solid;
	}
	header .global-nav li.current .is-btn {
		padding: 8px 20px;
	}
}
@media screen and (max-width: 767px) {
  header .global-nav li {
    position: relative;
    float: left;
    width: 50%;
    margin: 30px 0 0;
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  header .global-nav li:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  header .global-nav li:first-child:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .global-nav li:nth-child(2) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  header .global-nav li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  header .global-nav li:nth-child(odd) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  header .global-nav li:nth-child(odd):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .global-nav li:nth-child(even) {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  header .global-nav li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
header .global-nav li:hover a:before, header .global-nav li.current a:before {
  width: 100%;
  height: 1px;
  background: #2B245C;
}
header .global-nav li:hover a, header .global-nav li.current a {
  /* color: #2B245C; */
}
header .global-nav li.current:hover a.is-btn {
  color: #fff;
}
header .global-nav li .is-btn:hover,header .global-nav li.current .is-btn {
  background-color: #fff;
}
header .global-nav li .is-btn:hover {
	color: #2B245C;
}
header .global-nav li .is-btn:before {
  display: none !important;
}
header .global-nav a {
  position: relative;
  display: block;
  padding: 10px 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  header .global-nav a {
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
header .global-nav a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media screen and (max-width: 767px) {
  header .global-nav a:before {
    display: none;
  }
}

footer .footer__global-nav {
  float: left;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  footer .footer__global-nav {
    overflow: hidden;
    float: none;
    width: 260px;
    margin: 0 auto;
  }
}
footer .footer__global-nav li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer .footer__global-nav li {
    display: block;
    width: 50%;
    margin: 0 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__global-nav li:nth-child(odd) {
    clear: both;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__global-nav li:nth-child(even) {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  footer .footer__global-nav li:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  footer .footer__global-nav li:hover a, footer .footer__global-nav li.current a {
    color: #2B245C;
  }
}
footer .footer__global-nav a {
  position: relative;
  display: block;
  padding: 5px 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  footer .footer__global-nav a {
    padding: 10px 0 10px 15px;
  }
}

/*
Eric Meyer's CSS Reset
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
CSSresetr.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sup {
  position: relative;
  bottom: 1ex;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

/* clfix */
.clfix {
  zoom: 1;
}

.clfix:before, .clfix:after {
  content: "";
  display: table;
}

.clfix:after {
  clear: both;
}

/* links */
a {
  color: #333;
  text-decoration: none;
}

html {
  overflow-y: scroll;
  color: #333;
   font-family: YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", Arial, Meiryo, "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
}

html.fsvs {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
html.fsvs #fsvs-body {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
html.fsvs #fsvs-body > * {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
html.fsvs #fsvs-pagination {
  position: fixed;
  top: 50%;
  right: -100px;
  z-index: 2;
  width: 32px;
  height: auto;
  margin: 0;
  padding: 8px 4px;
}
html.fsvs #fsvs-pagination li {
  cursor: pointer;
}
html.fsvs #fsvs-pagination li > span {
  display: block;
  border-radius: 100%;
}
html.fsvs #fsvs-pagination li > span > span {
  display: block;
  width: 5px;
  height: 5px;
  margin: 6px auto;
  border: 1px solid #333;
  line-height: 1px;
}
html.fsvs #fsvs-pagination li.active > span > span {
  width: 11px;
  height: 11px;
  margin: 6px auto;
  border: none;
  background: #2B245C;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
html.fsvs #fsvs-pagination li:last-child {
  margin: 0;
}
html .active-slide-2 #fsvs-pagination li > span > span {
  border: 1px solid #fff;
}
html .active-slide-2 #fsvs-pagination li.active > span > span {
  background: #2B245C;
}

.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  transition: 0.3s;
  user-select: none;
  width: 25px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.tcon > * {
  display: block;
}
.tcon:hover, .tcon:focus {
  outline: none;
}
.tcon:-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines, .tcon-menu__lines:before, .tcon-menu__lines:after {
  display: inline-block;
  width: 25px;
  height: 2px;
  border-radius: 1.78571px;
  transition: 0.3s;
  background: black;
}

.tcon-menu__lines {
  position: relative;
  background: none;
}
.tcon-menu__lines:before, .tcon-menu__lines:after {
  content: '';
  position: absolute;
  left: 0;
  transform-origin: 1.78571px center;
  width: 100%;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tcon-menu__lines:before {
  top: 6.25px;
}
.tcon-menu__lines:after {
  top: -6.25px;
}
.tcon-transform .tcon-menu__lines {
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xcross {
  width: auto;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: none;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines:before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
  background: #fff;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.contents__wrap {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .contents__wrap {
    width: auto;
    padding: 0 0 25px 0;
  }
}
.contents__title {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding: 0 0 20px;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Noto Serif JP', YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents__title {
    margin: 0 0 20px;
    padding: 0 10px 10px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.contents__title:first-letter {
  color: #2B245C;
}
/* .contents__title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 1em;
  height: 1px;
  background: #2B245C;
} */
@media screen and (max-width: 767px) {
  .contents__title:after {
    left: 10px;
  }
}
.contents__title .break {
  display: inline-block;
}
.contents__lead {
  margin: 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contents__lead {
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .contents__lead br {
    display: none;
  }
}

.section__title {
  margin: 0 0 20px;
  padding: 20px 0;
  font-size: 26px;
  font-size: 2.6rem;
  border-top: 2px solid #2B245C;
  border-bottom: 1px solid #2B245C;
}
.section__title.no-ub {
    border-top: 0;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.section__image {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section__image img {
    max-width: 100%;
    height: auto;
  }
}
.section__text {
  margin: 0 0 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section__text {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
.section__text:last-child {
  margin: 0;
}

.contents__title + .section > .section__title:first-child {
  padding: 0 0 20px;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 0 10px;
  }
}
.contact h2 {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  font-size: 23px;
  font-size: 2.3rem;
  border-left: 4px solid #2B245C;
}
@media screen and (max-width: 767px) {
  .contact h2 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__message, .contact__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact__message {
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .contact__message {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.contact__text {
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin: 0 0 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-to {
    overflow: hidden;
  }
}
.contact .tel,
.contact .mail {
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact .tel,
  .contact .mail {
    width: 50%;
    text-align: center;
  }
}
.contact .tel span,
.contact .mail span {
  display: inline-block;
  padding: 1px 0 1px 26px;
}
@media screen and (max-width: 767px) {
  .contact .tel span,
  .contact .mail span {
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .tel {
    float: left;
  }
}
.contact .tel span {
  background: url(/careers/diversity/shared/img/icon-tel01.gif) no-repeat;
}
@media screen and (max-width: 767px) {
  .contact .tel span {
    background: url(/careers/diversity/shared/img/icon-tel02.gif) no-repeat top;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .contact .mail {
    float: right;
  }
}
.contact .mail span {
  background: url(/careers/diversity/shared/img/icon-mail01.gif) no-repeat;
}
@media screen and (max-width: 767px) {
  .contact .mail span {
    background: url(/careers/diversity/shared/img/icon-mail02.gif) no-repeat top;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
}

.topic-path {
  width: 960px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .topic-path {
    width: auto;
    padding: 0 10px;
  }
}
.topic-path li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .topic-path li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.topic-path a {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  text-decoration: underline;
}
.topic-path a:hover {
  text-decoration: none;
}
.topic-path a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin: -1px 0 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.local-nav {
  display: none;
  margin: 0 0 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .local-nav {
    display: block;
    margin: 0 0 25px;
    border-top: 1px solid #ddd;
  }
}
.local-nav li {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .local-nav li {
    width: 50%;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .local-nav li:nth-child(odd) {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .local-nav li:nth-child(even) {
    border-bottom: 1px solid #ddd;
  }
}
.local-nav li:last-child {
  margin: 0;
}
.local-nav li:before, .local-nav li:after {
  position: absolute;
  content: "";
  top: 0;
  width: 10px;
  height: 100%;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .local-nav li:before, .local-nav li:after {
    display: none;
  }
}
.local-nav li:before {
  left: 0;
  border-right: none;
}
.local-nav li:after {
  right: 0;
  border-left: none;
}
.local-nav a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .local-nav a {
    padding: 10px 20px 20px;
  }
}
.local-nav a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  margin: 0 0 0 -4px;
  border-left: 4px solid transparent;
  border-top: 4px solid #2B245C;
  border-right: 4px solid transparent;
  -webkit-transition: bottom 0.2s;
  -moz-transition: bottom 0.2s;
  -ms-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
@media screen and (max-width: 767px) {
  .local-nav a:before {
    bottom: 10px;
    border-left: 5px solid transparent;
    border-top: 5px solid #2B245C;
    border-right: 5px solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .local-nav a:hover:before {
    bottom: -2px;
  }
}

header .header__inner {
  margin: 0 auto;
}
header .header__inner:after {
  content: "";
  display: block;
  clear: both;
}

header {
  min-width: 1280px;
  /*border-bottom: 1px solid #ddd;*/

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
  z-index: 10;
  background-color: #fff;
}
header .header__inner {
  width: 96%;
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  header {
    min-width: initial;
    height: 63px;
  }

  header .header__inner {
    width: auto;
    padding: 15px;
  }
}
@media print {
  header {
    position: relative;
  }
}
header .header__logo {
  float: left;
  margin: 0 0 0 -8px;
}
@media screen and (max-width: 767px) {
  header .header__logo {
    margin: -10px 0 0 -30px;
  }
}
header .header__logo img {
  width: 180px;
  /* height: 57px; */
}
@media screen and (max-width: 767px) {
  header .header__logo img {
    width: 180px;
    /* height: 51px; */
  }
}
header .global-nav__opener {
  display: none !important;
}
@media screen and (min-width: 768px) {
  header .global-nav {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  header .global-nav__opener {
    display: block !important;
    position: relative;
    z-index: 4;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  header .global-nav .break {
    display: inline-block;
  }
}

.sns {
  padding: 0 0 90px 0;
  margin: 0 0 10px 0;
}

.sns-list {
  display: flex;
  justify-content: center;
  margin: 3% 0 0 0;
}
.sns-list-item {
  width: 45px;
  margin: 0 32px;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.sns-list-item img {
  width: 100%;
}
.sns-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .sns {
    margin-bottom: 15%;
    padding: 0;
  }
}

footer .page-top {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
footer .page-top a {
  position: relative;
  display: inline-block;
  padding: 15px 0 20px;
}
footer .page-top a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}
footer .page-top a:hover:after {
  top: -3px;
}
footer .footer__logo {
  float: left;
  width: 144px;
}
@media screen and (max-width: 767px) {
  footer .footer__logo {
    float: none;
    width: 260px;
    margin: 0 auto 30px;
  }
}
footer .footer__logo img {
  height: auto;
}
footer .footer__logo-sub {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #999;
}
@media screen and (max-width: 767px) {
  footer .footer__logo-sub {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    border-right: none;
  }
}
footer .footer__logo-sub img {
  width: 163px;
  height: auto;
}
@media screen and (min-width: 768px) {
  footer .footer__logo-sub img {
    width: 123px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__logo-banner {
    margin: 20px 0 0;
    text-align: center;
  }
}
footer .footer__logo-banner img {
  width: 190px;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer .footer__logo-banner img {
    width: 188px;
  }
}
footer .footer__row:first-of-type {
  padding: 12px 0;
  background: url(/careers/diversity/shared/img/bg-footer01.gif) repeat;
}
@media screen and (max-width: 767px) {
  footer .footer__row:first-of-type {
    padding: 40px 0 30px;
  }
}
footer .footer__row:last-of-type {
  padding: 10px 0;
  background: url(/careers/diversity/shared/img/bg-footer02.gif) repeat;
}
@media screen and (max-width: 767px) {
  footer .footer__row:last-of-type {
    padding: 25px 0;
    text-align: center;
    background: #eaeaea;
  }
}
footer .footer__row-inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  footer .footer__row-inner {
    width: auto;
  }
}
footer .footer__row-inner:after {
  content: "";
  display: block;
  clear: both;
}
footer .other-links {
  float: right;
}
@media screen and (max-width: 767px) {
  footer .other-links {
    float: none;
  }
}
footer .other-links li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Noto Serif JP', YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer .other-links li {
    display: block;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  footer .other-links li:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  footer .other-links li:hover a {
    color: #2B245C;
  }
}
@media screen and (max-width: 767px) {
  footer .break {
    display: inline-block;
  }
}

/* new footer */

.footer-nav {
  background-color: #f3f3f3;
  padding: 24px 0;
}

.footer-nav-list {
  display: flex;
  justify-content: center;
  margin: 0 0 13px 0;
  text-align: center;
}

.footer-nav-list:last-child {
  margin: 0;
}

.footer-nav-list-item {
  font-family: 'Noto Serif JP', YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 16px;
  display: flex;
  align-items: center;
}

.footer-nav-list-btn {
}

.footer-nav-list-item:before {
  content: "";
  display: block;
  background-color: #824bb0;
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
}

.footer-nav-list-btn:hover {
  color: #2B245C;
}

.footer-nav-list-btn:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #2B245C;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.footer-nav-list-btn:hover:after {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .footer-nav {
    padding: 0;
  }
  .footer-nav-list {
    display: block;
    margin: 0;
  }
  .footer-nav-list-item {
    font-size: 14px;
    font-weight: middle;
    margin: 0;
    border-top: 1px solid #ccc;
  }
  .footer-nav-list-btn {
    padding: 15px 10px;
    display: block;
    text-align: left;
  }
  .footer-nav-list-item:before {
    display: none;
  }
}

.footer-copyright {
  background: url(/careers/diversity/shared/img/bg-footer02.gif) repeat;
  padding: 10px 0;
}

.footer-copyright-inner {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

.footer-copyright-item {
}

@media screen and (max-width: 767px) {
  .footer-copyright-inner {
    display: block;
  }
  .footer-copyright-item {
    padding: 5px 0;
    text-align: center;
  }
}

.floating-btn {
  display: none;
  position: fixed;
  bottom: 10px;
  z-index: 9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /*transition: all 0.2s linear 0s;*/
}

.floating-btn.is-absolute {
  bottom: 160px;
  /*position: absolute;*/
}

.floating-btn:before {
  content: "";
  display: block;
}

.floating-btn.is-corporate {
  border: #74539f 1px solid;
  /* color: #74539f; */
	color: #fff;
	background: #74539f;
  left: 10px;
  font-size: 13px;
  line-height: 1;
  padding: 16px 12px;
  /* background-color: rgba(255,255,255,0.4); */
  text-align: center;
	transition: opacity 0.3s;
}

.floating-btn.is-corporate:hover {
  opacity: .7;
}


.floating-btn.is-corporate:before {
  /* border-left: #74539f 2px solid;
  border-bottom: #74539f 2px solid; */
	border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin: 0 7px 0 0;
  display: inline-block;
}

.floating-btn.is-top {
  background-color: #74539f;
  right: 10px;
  color: #fff;
  padding: 12px 12px 9px 12px;
}

.floating-btn.is-top:before {
  border-left: #fff 2px solid;
  border-top: #fff 2px solid;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .floating-btn {
    /*display: none;*/
  }

  .floating-btn.is-top {
    /*bottom: 10px !important;*/
  }


  .floating-btn.is-corporate {
    display: block !important;
    left: auto;
    bottom: auto !important;
    top: auto !important;
    padding: 16px 12px;
    position: relative;
    background-color: #74539f;
    color: #fff;
  }

  .floating-btn.is-corporate:before {
    border-left: #fff 2px solid;
    border-bottom: #fff 2px solid;
    width: 7px;
    height: 7px;
    margin: 0 7px 0 0;
  }

  .floating-btn.is-corporate span {
    text-align: center;
    width: 100%;
  }

}
