@charset "UTF-8";


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Abel|Yanone+Kaffeesatz:200&display=swap');
/* _color.scss START */
/* 壁紙など */
/* 文字色設定 */
/* _color.scss END */
/* base */
/* _reset.scss START */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.flex { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.inline-flex { display: -webkit-flex; display: inline-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.flex-between { justify-content:space-between; -webkit-justify-content:space-between; }
.flex-start{ justify-content: flex-start; -webkit-justify-content: flex-start;}
.flex-center  { justify-content:center; -webkit-justify-content:center; }
.flex-txt-center{display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;}

img {
  vertical-align: bottom;
}
html,body{
	overflow-x: hidden;
}
body {
  line-height: 1;
	font-feature-settings: "palt";
}

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

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

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input,
textarea {
  -webkit-appearance: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.sp_on{display: none;}
@media screen and (max-width: 767px) {
	.sp_on{display: block;}
}

/* _reset.scss END */
/* _mediaQuery.scss START */
/* _mediaQuery.scss END */
/* _size.scss START */
/* mediaquery "og" */
.area-a {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 3%;
}
@media screen and (min-width: 576px) {
  .area-a {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 992px) {
  .area-a {
    padding: 0;
  }
}

/* _size.scss END */
/* _base.scss START */
body {
  background-color: #FFF;
  color: #1A1A1A;
  overflow-x: hidden;
}

/* _base.scss END */
/* _library.scss START */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }

  .d-sp-block {
    display: block !important;
  }

  .d-sp-flex {
    display: flex !important;
  }

  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }

  .d-sp-block {
    display: block !important;
  }

  .d-sp-flex {
    display: flex !important;
  }

  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }

  .d-sp-block {
    display: block !important;
  }

  .d-sp-flex {
    display: flex !important;
  }

  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1630px) {
  .d-og-none {
    display: none !important;
  }

  .d-og-block {
    display: block !important;
  }

  .d-og-flex {
    display: flex !important;
  }

  .d-og-inline-block {
    display: inline-block !important;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.bold {
  font-weight: bold;
}

.cursor:hover {
  cursor: pointer;
}

/* _base.scss END */
/* mixin */
/* _space.scss START */
/* _space.scss END */
/* hover時のアンダーライン */
/*　hover時上から背景が降りてくる　*/
/*　hoverで文字色、背景反転　*/
/* setting */
/* _font.scss START */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 576px) {
  html {
    font-size: calc(100vw / 100);
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
  color: #1A1A1A;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 576px) {
  body {
    line-height: 1;
  }
}

a {
  color: #1A1A1A;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/* _font.scss END */
/* module */
.subpage-top {
  background-image: url(../images/common/top-view-sub.jpg);
  background-size: cover;
  height: 10rem;
  width: 100%;
  margin-top: 5rem;
  padding-top: 3rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .subpage-top {
    margin-top: 8rem;
	  height: 18rem;
	  padding-top: 5rem;
  }
}
.subpage-top .top-view-human {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 576px) {
  .subpage-top .top-view-human {
    display: block;
    max-width: 34.8rem;
    top: 3rem;
  }
}
.subpage-top .top-view-human img {
  width: 100%;
}
.subpage-top .subpage-top__inner {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
  padding: 0 3%;
}
.subpage-top .subpage-top__inner .subpage-top__txt {
  text-align: left;
	padding-left: 20px;
}
@media screen and (min-width: 576px) {
  .subpage-top .subpage-top__inner .subpage-top__txt {
    text-align: left;
  }
}
.subpage-top .subpage-top__inner .subpage-top__txt p {
  color: #0071BC;
  font-size: 1rem;
  letter-spacing: 0.3em;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .subpage-top .subpage-top__inner .subpage-top__txt p {
    font-size: 1.6rem;
  }
}
.subpage-top .subpage-top__inner .subpage-top__txt h1 {
  font-family: a-otf-ryumin-pr6n, serif;
  padding-top: 0;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .subpage-top .subpage-top__inner .subpage-top__txt h1 {
    font-size: 3.6rem;
	  padding-top: 1rem;
  }
}
.subpage-top .subpage-top__inner .subpage-top__catch {
  display: none;
  position: absolute;
}
@media screen and (min-width: 576px) {
  .subpage-top .subpage-top__inner .subpage-top__catch {
    display: block;
    right: 3%;
  }
}
.subpage-top .subpage-top__inner .subpage-top__catch p {
  font-weight: bold;
  color: #4d4d4d;
}
@media screen and (min-width: 576px) {
  .subpage-top .subpage-top__inner .subpage-top__catch p {
    font-size: 5.8rem;
  }
}
.subpage-top .subpage-top__inner .subpage-top__catch p span {
  color: #0071BC;
  margin-left: 0.5rem;
  display: block;
}
@media screen and (min-width: 576px) {
  .subpage-top .subpage-top__inner .subpage-top__catch p span {
    display: inline;
    font-size: 2.2rem;
    margin-left: 2rem;
  }
}
.subpage-top .sp-top-human {
  max-width: 150px;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
}
@media screen and (min-width: 576px) {
  .subpage-top .sp-top-human {
    display: none;
  }
}
.subpage-top .sp-top-human img {
  width: 100%;
}

.breadcrumb {
  background-color: #DDDDDD;
  width: 100%;
  padding: 1rem 0;
}
.breadcrumb p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #0071BC;
  font-size: 1.6rem;
  margin-right: 0.4rem;
  display: inline-block;
}
.breadcrumb p a {
  color: #f15a24;
}
.breadcrumb p a:hover {
  text-decoration: underline;
}

.page-ttl-area {
  padding: 3rem 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 576px) {
  .page-ttl-area {
    padding: 4.5rem 0;
  }
}

.page-ttl-area h2 {
  display: inline-block;
  color: #0071BC;
  position: relative;
  padding-bottom: 2.5rem;
  font-size: 2.2rem;
	line-height: 1em;
	vertical-align: middle;
}
.page-ttl-area h2 span {
	display: inline-block;
	background: #0071BC;
	color: #FFF;
	font-size: 1.6rem;
	padding: 5px 16px;
	margin-right: 8px;
	border-radius: 5px;
	line-height: 1em;
	vertical-align: middle;
}
@media screen and (min-width: 576px) {
	  .page-ttl-area h2 {
		font-size: 3.5rem;
		padding-bottom: 3rem;
	  }
	.page-ttl-area h2 span {
		font-size: 2rem;
		padding: 10px 16px;
	}
}
.page-ttl-area h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 80%;
  height: 0.3rem;
  background-color: #ccc;
  left: 50%;
  bottom: 0.9rem;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 576px) {
  .page-ttl-area h2::after {
    bottom: 1.2rem;
  }
}
.page-ttl-area p {
  font-family: a-otf-ryumin-pr6n, serif;
  letter-spacing: 0.2em;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .page-ttl-area p {
    font-size: 2rem;
  }
}
.page-ttl-area .lead {
  font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-top: 3rem;
}

.fadein {
  transform: translateY(3rem);
  opacity: 0;
  transition: 0.8s;
}

.fadein-top {
  transform: translateY(3rem);
  opacity: 0;
  transition: 0.8s;
}

.page-subttl-area {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  padding: 0.5rem 0;
  align-items: flex-end;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .page-subttl-area {
    padding: 1.5rem 0;
  }
}
.page-subttl-area h3 {
  font-size: 2.4rem;
  color: #0071BC;
  font-weight: bold;
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .page-subttl-area h3 {
    font-size: 3rem;
    padding-left: 3rem;
  }
}
.page-subttl-area h3::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 4rem;
  background-color: #0071BC;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px) {
  .page-subttl-area h3::before {
    height: 6rem;
    width: 0.8rem;
  }
}
@media screen and (min-width: 576px) {
  .page-subttl-area h3 {
    font-size: 3rem;
  }
}
.page-subttl-area p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 2.2rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.header__inner {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .header__inner {
    height: 8rem;
  }
}
.header__inner .logo-top {
  display: block;
  width: 20rem;
  margin-left: 2%;
}
@media screen and (min-width: 576px) {
  .header__inner .logo-top {
    width: 25.4rem;
  }
}
.header__inner .logo-top img {
  width: 100%;
}
.header__inner .menu-wrap {
  display: flex;
}
.header__inner .menu-wrap .toggle-btn {
  background-color: #0071BC;
  position: relative;
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 576px) {
  .header__inner .menu-wrap .toggle-btn {
    width: 8rem;
    height: 8rem;
  }
}
.header__inner .menu-wrap .toggle-btn span {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  transition: 0.3s;
  width: 2.9rem;
  height: 0.4rem;
}
@media screen and (min-width: 576px) {
  .header__inner .menu-wrap .toggle-btn span {
    width: 4.6rem;
    height: 0.7rem;
  }
}
.header__inner .menu-wrap .toggle-btn span:first-of-type {
  top: 1.5rem;
}
.header__inner .menu-wrap .toggle-btn span:nth-of-type(2) {
  top: 2.4rem;
}
.header__inner .menu-wrap .toggle-btn span:last-of-type {
  top: 3.3rem;
}
@media screen and (min-width: 576px) {
  .header__inner .menu-wrap .toggle-btn span:first-of-type {
    top: 2.3rem;
  }
  .header__inner .menu-wrap .toggle-btn span:nth-of-type(2) {
    top: 3.7rem;
  }
  .header__inner .menu-wrap .toggle-btn span:last-of-type {
    top: 5.1rem;
  }
  .header__inner .menu-wrap .toggle-btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.header__inner .menu-wrap .entry-btn {
  display: block;
  background-color: #C1272D;
  position: relative;
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 576px) {
  .header__inner .menu-wrap .entry-btn {
    width: 8rem;
    height: 8rem;
  }
}
.header__inner .menu-wrap .entry-btn img {
  position: absolute;
  width: 2.9rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 576px) {
  .header__inner .menu-wrap .entry-btn img {
    width: 4.6rem;
  }
}
.header__inner .menu-wrap .entry-btn:hover {
  opacity: 0.7;
}

.toggle-btn.active span:nth-of-type(1) {
  transform: translate(-50%, 0.9rem) rotate(-45deg);
}

.toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.toggle-btn.active span:nth-of-type(3) {
  transform: translate(-50%, -0.9rem) rotate(45deg);
}

@media screen and (min-width: 576px) {
  .toggle-btn.active span:nth-of-type(1) {
    transform: translate(-50%, 1.4rem) rotate(-45deg);
  }

  .toggle-btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .toggle-btn.active span:nth-of-type(3) {
    transform: translate(-50%, -1.4rem) rotate(45deg);
  }
}
.global-nav {
	background-color:rgba(0,0,0,0.7);
  width: 100%;
  height: calc(100vh - 50px);
  color: #fff;
  position: fixed;
  left: 0;
  top: 4rem;
  display: none;
  z-index: 99;
  overflow-y: auto;
}
@media screen and (min-width: 576px) {
  .global-nav {
    height: initial;
    top: 8rem;
  }
}
.global-nav .global-nav__inner {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3%;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .global-nav .global-nav__inner {
    flex-direction: row;
    padding: 30px 0;
  }
}

.nav-col {
  border-top: 2px solid #fff;
  width: 100%;
}
.nav-col:last-of-type {
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 576px) {
  .nav-col {
    width: calc(80% / 5);
  }
  .nav-col:last-of-type {
    border-bottom: 0px;
  }
}
.nav-col p {
  font-size: 1.9rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .nav-col p {
    font-size: 1.6rem;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.nav-col ul {
  width: 100%;
  display: none;
}
@media screen and (min-width: 576px) {
  .nav-col ul {
    padding-top: 1rem;
    display: block;
  }
}
.nav-col ul li {
  padding: 2.5rem 0;
  padding-left: 2rem;
}
@media screen and (min-width: 576px) {
  .nav-col ul li {
    padding: 1rem 0;
    padding-left: 1rem;
  }
}
.nav-col ul li a {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .nav-col ul li a {
    font-size: 1.5rem;
  }
}
.nav-col ul li a:hover {
  color: #0a9dff;
}

@media screen and (max-width: 576px){
	.logo-footer {
	  border-bottom: none!important;
	}
}

.logo-footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 12rem;
}
@media screen and (min-width: 576px) {
  .logo-footer {
    height: 17rem;
  }
}
.logo-footer img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13rem;
}
@media screen and (min-width: 576px) {
  .logo-footer img {
    width: 20rem;
  }
}

@media screen and (max-width: 576px){
	.footer-nav {
	  display: none!important;
	}
}
.footer-nav {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .footer-nav {
    flex-direction: row;
    margin-top: 2.8rem;
  }
}

.footer-nav-col {
  padding: 2rem 1.5rem;
  width: 100%;
  border-top: 1px solid #666;
}
.footer-nav-col:first-of-type {
  border-top: 0;
}
@media screen and (min-width: 576px) {
  .footer-nav-col {
    width: calc(100% / 5);
    border-top: none;
    border-left: 1px solid #666;
    padding: 1rem 1.5rem;
  }
}
.footer-nav-col p {
  color: #0071BC;
  font-size: 1.6rem;
  font-weight: bold;
}
.footer-nav-col ul li {
  margin-top: 1.4rem;
}
.footer-nav-col ul li a img {
  width: 1.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  .footer-nav-col ul li a img {
    margin-bottom: 0;
  }
}
.footer-nav-col ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 576px){
	.copyright {
	  margin-top: 0!important;
	}
}
.copyright {
  width: 100%;
  background-color: #999;
  color: #fff;
  text-align: center;
  padding: 1.7rem 0;
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .copyright {
    margin-top: 4.5rem;
  }
}

/* page */
.index-top {
  height: 100vh;
  width: 100%;
  background-image: url(../images/top/index-top-bg-sp.png);
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 576px) {
  .index-top {
    background-image: url(../images/top/index-top-bg.png);
    margin-top: 8rem;
    height: 86rem;
  }
}
.index-top .top-view-txt {
  width: 18.75%;
  width: 28.8rem;
  position: absolute;
  left: 10%;
  top: 20%;
	mix-blend-mode: multiply;
}
@media screen and (min-width: 1300px) {
  .index-top .top-view-txt {
    left: 22%;
    width: 32.4rem;
  }
}
.index-top .top-view-img {
  width: 36.5%;
  width: 62.8rem;
  position: absolute;
  right: 0;
  top: 1%;
	mix-blend-mode: multiply;
}
@media screen and (min-width: 1300px) {
  .index-top .top-view-img {
    width: 71rem;
  }
}

.index-top-human-sp {
  position: absolute;
  top: 8rem;
  left: 3%;
  width: 94%;
  transform: translateX(0);
}
.index-top-human-sp img {
  width: 100%;
}

/*****************************
トップページ採用情報
*****************************/
.top_info{
	max-width: 140rem;
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 6rem;
	transform: translateX(-50%);
	padding: 0 3%;
}
.top_info .left, .top_info .right{
	width: 48%;
	color: #FFF;
}
.top_info .left h2, .top_info .right h2{
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
}
.top_info .left{
	background: #009fe8;
}
.top_info .right{
	background: #003985;
}
.top_info .left .photo, .top_info .right .photo{
	width: 35%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_info .photo img{
	width: 100%;
	height: auto;
}
.top_info .left .inner_box, .top_info .right .inner_box{
	width: 65%;
	padding: 26px 30px;
}

.top_info .left ul li, .top_info .right ul li{
	margin-bottom: 5px;
}
.top_info .left ul li:last-child, .top_info .right ul li:last-child{
	margin-bottom: 0;
}
.top_info .left ul li a, .top_info .right ul li a{
	display: block;
	position: relative;
	padding: 10px 20px ;
	font-weight: bold;
}
.top_info .left ul li a{
	background: #c5e7f0;
}
.top_info .right ul li a{
	background: #c2dbf0;
}
.top_info .left ul li a img,.top_info .right ul li a img{
	position: absolute;
	right: 8px;
	top: calc(50% - 10px);
	transform: translate(-50%);
	width: 10px;
	height: 20px;
}



.index-top__inner {
  max-width: 161rem;
  width: 100%;
  display: flex;
	justify-content:center; 
	-webkit-justify-content:center;
  /*justify-content: space-between;*/
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  padding: 0 3%;
}
@media screen and (min-width: 576px) {
  .index-top__inner {
    flex-direction: row;
    bottom: 7.6rem;
    padding: 0 1%;
  }
}

.index-top__linkunit {
  display: block;
  padding-top: 1rem;
  margin-top: 1rem;
  background-size: cover;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .index-top__linkunit {
    width: calc(95% / 3);
    margin: 0 0.83%;
    padding: 13rem 2.5rem 2rem;
  }
}
.index-top__linkunit:hover {
  opacity: 1;
}
.index-top__linkunit:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.index-top__linkunit p {
  font-size: 2.4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .index-top__linkunit p {
    font-size: 3rem;
    text-align: left;
  }
}
@media screen and (max-width: 1150px) {
  .index-top__linkunit p {
    font-size: 2.4rem;
  }
}
.index-top__linkunit .index-top__ex {
  color: #0071BC;
  font-size: 1.3rem;
  background-color: #fff;
  padding: 0.4em 1.2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .index-top__linkunit .index-top__ex {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}

/***
.index-top__linkunit:first-of-type {
  background-image: url(../images/top/top-view__img01.jpg);
}

.index-top__linkunit:nth-of-type(2) {
  background-image: url(../images/top/top-view__img02.jpg);
}

.index-top__linkunit:last-of-type {
  background-image: url(../images/top/top-view__img03.jpg);
}
***/

.index-lead {
  padding: 6rem 3% 12.5rem;
  text-align: center;
  background-image: url(../images/top/top-bg1.png);
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .index-lead {
    padding: 5.3rem 0 11.7rem;
  }
}
.index-lead .main-lead {
  font-size: 3.4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .index-lead .main-lead {
    font-size: 4.4rem;
    margin-top: 2.8rem;
  }
}
.index-lead .sub-lead {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: a-otf-ryumin-pr6n, serif;
}
@media screen and (min-width: 576px) {
  .index-lead .sub-lead {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}
.index-lead a {
  margin-top: 4rem;
  font-size: 1.4rem;
  display: inline-block;
  padding: 1.5rem 4.4rem;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  max-width: 38rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .index-lead a {
    margin-top: 2rem;
    max-width: initial;
    width: initial;
  }
}
.index-lead a img {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.index-lead a:hover {
  opacity: 1;
}
.index-lead a:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.index-about-us {
  padding: 1.5rem 0 1.5rem;
  background-color: #fff;
  position: relative;
}
.index-about-us::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 102%;
  height: 20rem;
  position: absolute;
  top: -6rem;
  left: 0;
  z-index: 0;
  transform: rotate(-3deg);
}
.index-about-us::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 102%;
  height: 20rem;
  position: absolute;
  bottom: -6rem;
  left: 0;
  z-index: 0;
  transform: rotate(3deg);
}

.index-about-us__content {
  position: relative;
}

.index-section-ttl {
  text-align: center;
}
.index-section-ttl h2 {
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.6em;
  color: #fff;
  background-color: #0071BC;
  font-size: 1.2rem;
  width: 18rem;
  padding: 0.3rem 0;
}
@media screen and (min-width: 576px) {
  .index-section-ttl h2 {
    font-size: 1.3rem;
    width: 22rem;
    padding: 0.7rem 0;
  }
}
.index-section-ttl p {
  font-size: 2.8rem;
  padding-top: 1.4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #0071BC;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .index-section-ttl p {
    font-size: 2.8rem;
  }
}

.index-about-us-2col {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .index-about-us-2col {
    flex-direction: row;
  }
}

.index-about-us-2col__txt {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.75;
  order: 2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .index-about-us-2col__txt {
    width: calc(96% / 2);
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.index-about-us-2col__img {
  width: 100%;
  order: 1;
}
@media screen and (min-width: 576px) {
  .index-about-us-2col__img {
    width: calc(95.5% / 2);
  }
}
.index-about-us-2col__img img {
  width: 100%;
}

.index-about-us-go-feature {
  padding: 4.4rem 0;
  display: block;
  background-image: url(../images/top/top-about-img02.jpg);
  background-size: cover;
  text-align: center;
  position: relative;
  margin-top: 2.6rem;
}
.index-about-us-go-feature:hover {
  opacity: 1;
}
.index-about-us-go-feature:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.index-about-us-go-feature h3 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 2.1rem;
  color: #fff;
}
.index-about-us-go-feature p {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.2em;
  padding-top: 0.5rem;
}

.index-about-us-3col {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .index-about-us-3col {
    flex-direction: row;
    margin-top: 3rem;
  }
}

.index-about-us-3col__unit {
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .index-about-us-3col__unit {
    width: calc(93% / 3);
    margin-bottom: 0;
  }
}
.index-about-us-3col__unit:hover {
  opacity: 1;
}
.index-about-us-3col__unit:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.index-about-us-3col__unit .txt {
  width: 65%;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 2.1rem;
  color: #fff;
}
.index-about-us-3col__unit .txt h3 {
  color: #0071BC;
  font-size: 2rem;
}
.index-about-us-3col__unit .txt p {
  font-size: 1.3rem;
  color: #333;
  padding-top: 0.5rem;
  letter-spacing: 0.2em;
}
.index-about-us-3col__unit .img {
  width: 35%;
}
.index-about-us-3col__unit .img img {
  width: 100%;
}

.index-environment {
  background-image: url(../images/top/top-bg2.jpg);
  background-size: cover;
	background-position: bottom;
  padding: 13.3rem 0 6rem;
}
@media screen and (min-width: 576px) {
  .index-environment {
    padding: 13.3rem 0 7rem;
  }
}

.index-environment__lead {
  padding-top: 1.9rem;
  font-size: 1.6rem;
  line-height: 1.81;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .index-environment__lead {
    text-align: center;
  }
}

.index-environment-2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .index-environment-2col {
    flex-direction: row;
  }
}

.index-environment-2col__unit {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .index-environment-2col__unit {
    margin-top: 3rem;
    width: calc(96% / 2);
  }
}
.index-environment-2col__unit:hover {
  opacity: 1;
}
.index-environment-2col__unit:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.index-environment-2col__unit .txt {
  text-align: center;
  width: 50%;
}
.index-environment-2col__unit .txt h3 {
  font-size: 2rem;
  color: #0071BC;
  font-weight: normal;
  font-family: a-otf-ryumin-pr6n, serif;
}
.index-environment-2col__unit .txt p {
  font-size: 1.3rem;
  font-family: a-otf-ryumin-pr6n, serif;
  padding-top: 0.5rem;
  letter-spacing: 0.2em;
}
.index-environment-2col__unit .img {
  width: 50%;
}
.index-environment-2col__unit .img img {
  width: 100%;
}

.index-voice {
  padding-top: 7rem;
}

.index-voice-3col {
  margin-top: 3.3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .index-voice-3col {
    flex-direction: row;
  }
}

.index-voice-3col__unit {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: center;
}
@media screen and (min-width: 576px) {
  .index-voice-3col__unit {
    width: calc(100% / 2);
    padding-top: 27rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .index-voice-3col__unit {
    width: calc(100% / 3);
  }
}
.index-voice-3col__unit:hover {
  opacity: 1;
}
.index-voice-3col__unit:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.index-voice-3col__unit:first-of-type {
  background-image: url(../images/top/top-vice-img01.jpg);
}

.index-voice-3col__unit:nth-of-type(2) {
  background-image: url(../images/top/top-vice-img02.jpg);
}

.index-voice-3col__unit:nth-of-type(3) {
  background-image: url(../images/top/top-vice-img03.jpg);
}

.index-voice-3col__unit:nth-of-type(4) {
  background-image: url(../images/top/top-vice-img04.jpg);
}

.index-voice-3col__unit:nth-of-type(5) {
  background-image: url(../images/top/top-vice-img05.jpg);
}

.index-voice-3col__unit:last-of-type {
  background-image: url(../images/top/top-vice-img06.jpg);
}

.index-voice-3col__txt {
  padding: 0.8rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-right: 5px solid #39b54a;
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .index-voice-3col__txt {
    width: 76%;
    padding: 1.2rem 3rem;
    margin: 0;
  }
}
.index-voice-3col__txt .message {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 576px) {
  .index-voice-3col__txt .message {
    font-size: 2.2rem;
  }
}
.index-voice-3col__txt .name {
  margin-top: 0.8rem;
}
.index-voice-3col__txt .name span {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  margin-right: 0.7rem;
}

.corporate-profile-philosophy {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .corporate-profile-philosophy {
    margin-top: 6rem;
  }
}

.corporate-profile-img {
  margin-top: 2rem;
}
.corporate-profile-img img {
  width: 100%;
}

.corporate-profile-overview {
  margin-top: 5rem;
}
@media screen and (min-width: 576px) {
  .corporate-profile-overview {
    margin-top: 10rem;
  }
}
.corporate-profile-overview .def-main dt {
  letter-spacing: 0.3em;
}

.corporate-profile-access {
  margin-top: 9rem;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 576px) {
  .corporate-profile-access {
    margin-bottom: 8rem;
  }
}
.corporate-profile-access .access-unit {
  margin-top: 2rem;
  background-color: #eaeff4;
  padding: 1.5rem 1.5%;
}
.corporate-profile-access .access-unit .access-unit__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .corporate-profile-access .access-unit .access-unit__flex {
    flex-direction: row;
  }
}
.corporate-profile-access .access-unit .access-unit__flex .txt {
  padding: 2.5rem 1%;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .corporate-profile-access .access-unit .access-unit__flex .txt {
    width: 45.4%;
  }
}
.corporate-profile-access .access-unit .access-unit__flex .txt h4 {
  font-size: 1.8rem;
}
.corporate-profile-access .access-unit .access-unit__flex .txt ul {
  margin-bottom: 2rem;
}
.corporate-profile-access .access-unit .access-unit__flex .txt ul li {
  padding-top: 1.6rem;
}
.corporate-profile-access .access-unit .access-unit__flex .txt p {
  line-height: 1.88;
  padding-top: 1rem;
}
.corporate-profile-access .access-unit .access-unit__flex .map {
  /* padding-top: 32%; */
  position: relative;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .corporate-profile-access .access-unit .access-unit__flex .map {
    width: 54.6%;
  }
}
.corporate-profile-access .access-unit .access-unit__flex .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access {
  margin-top: -5rem;
  padding-top: 10rem;
}
@media screen and (min-width: 576px) {
  #access {
    margin-top: -8rem;
    padding-top: 16rem;
  }
}

.features__unit {
  padding-top: 5.7rem;
  padding-bottom: 8rem;
}
.features__unit:first-of-type {
  padding-top: 3rem;
}
@media screen and (min-width: 576px) {
  .features__unit:first-of-type {
    padding-top: 5.7rem;
  }
}

.features-ttl-area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .features-ttl-area {
    flex-direction: row;
    align-items: flex-end;
  }
}
.features-ttl-area .num {
  width: 12rem;
  padding-bottom: 1.1rem;
  border-bottom: 4px solid #0071BC;
}
@media screen and (min-width: 768px) {
  .features-ttl-area .num {
    padding-bottom: 1.3rem;
    border-bottom: 5px solid #0071BC;
  }
}
.features-ttl-area .num span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .features-ttl-area .num span {
    font-size: 2rem;
  }
}
.features-ttl-area .num p {
  padding-top: 1.1rem;
  max-width: 6rem;
}
@media screen and (min-width: 768px) {
  .features-ttl-area .num p {
    padding-top: 1.5rem;
    max-width: 7rem;
  }
}
.features-ttl-area .num p .img {
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .features-ttl-area .txt {
    margin-left: 3.2rem;
  }
}
.features-ttl-area .txt h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  color: #0071BC;
  font-size: 3.3rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .features-ttl-area .txt h2 {
    font-size: 4.3rem;
    padding-top: 0;
  }
}
.features-ttl-area .txt p {
  padding-top: 1.5rem;
  line-height: 1.23;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .features-ttl-area .txt p {
    line-height: 1;
    font-size: 2.6rem;
  }
}

.features__flex {
  margin-top: 4rem;
  line-height: 1.75;
  position: relative;
}
@media screen and (min-width: 768px) {
  .features__flex {
    padding-top: 30%;
  }
}
.features__flex .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .features__flex .img {
    width: calc(47.5% + 50vw - 50%);
    position: absolute;
    left: 52.5%;
    top: 0;
  }
}
.features__flex .img img {
  width: 100%;
}
.features__flex .txt {
  width: 100%;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .features__flex .txt {
    width: 47.5%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
  }
}
.features__flex .txt p {
  font-size: 1.6rem;
  padding-bottom: 2.8rem;
}
.features__flex .txt .btn {
  display: block;
  border: 1px solid #000;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .features__flex .txt .btn {
    padding: 2rem 0;
    width: 30rem;
  }
}
.features__flex .txt .btn img {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.features__unit--mirror {
  background-color: #eaeff4;
}
.features__unit--mirror .features__flex .img {
  left: initial;
  right: 52.5%;
}
.features__unit--mirror .features__flex .txt {
  left: initial;
  right: 0;
}

.infographics-content {
  padding-top: 8rem;
  padding-bottom: 1.3rem;
}

.infographics-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .infographics-list {
    flex-direction: row;
  }
}
.infographics-list li {
  position: relative;
  padding: 3.3rem 1.5% 2rem;
  border: 1px solid #EAEFF4;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 8.7rem;
}
@media screen and (min-width: 576px) {
  .infographics-list li {
    width: calc(96% / 2);
    margin: 0;
    margin-bottom: 5.2em;
  }
}
.infographics-list li h3 {
  position: absolute;
  top: -1.6rem;
  left: -1.3rem;
  background-color: #0071BC;
  color: #fff;
  font-weight: normal;
  width: 18rem;
  padding: 0.6rem 1.5rem;
  box-shadow: 4px 3px 0 #CCC;
}
.infographics-list li img {
  width: 100%;
}
.infographics-list li p {
  margin-top: 2rem;
  background-color: #EAEFF4;
  font-size: 1.6rem;
  line-height: 1.63;
  padding: 1.5rem 3.6%;
  letter-spacing: -0.02em;
}

.message-content {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .message-content {
    margin-top: 6rem;
  }
}

.message-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .message-flex {
    flex-direction: row;
  }
}
.message-flex .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  width: 100%;
  order: 2;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 576px) {
  .message-flex .txt {
    order: 1;
    width: 60%;
  }
}
.message-flex .txt p {
  padding-bottom: 2.8rem;
}
.message-flex .img {
  text-align: center;
  width: 100%;
  order: 1;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 576px) {
  .message-flex .img {
    order: 2;
    width: 36%;
    margin-bottom: 0;
  }
}
.message-flex .img img {
  width: 70%;
}
@media screen and (min-width: 576px) {
  .message-flex .img img {
    width: 100%;
  }
}
.message-flex .img .caption {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  padding-top: 0.8rem;
}

.message-ketsui {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .message-ketsui {
    margin-top: 9.5rem;
    margin-bottom: 12.5rem;
  }
}
.message-ketsui img {
  width: 100%;
}

.photo-gallery-content {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .photo-gallery-content {
    padding-top: 4.3rem;
  }
}

.photo-gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.photo-gallery-list li {
  margin-bottom: 2.4rem;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}
@media screen and (min-width: 576px) {
  .photo-gallery-list li {
      width: 23%;
      margin-left: 1%;
      margin-right: 1%;
  }
}
.photo-gallery-list li img {
  width: 100%;
}

.recruit-works {
  padding-top: 3rem;
}
@media screen and (min-width: 576px) {
  .recruit-works {
    padding-top: 6rem;
  }
}

.recruit-works-2col {
  padding-top: 2.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .recruit-works-2col {
    flex-direction: row;
  }
}
.recruit-works-2col .txt {
  width: 100%;
  line-height: 1.88;
  order: 2;
}
@media screen and (min-width: 576px) {
  .recruit-works-2col .txt {
    width: 58%;
    order: 1;
  }
}
.recruit-works-2col .txt p {
  padding-bottom: 3.1rem;
}
.recruit-works-2col .txt img {
  width: 100%;
  margin-bottom: 2rem;
}
.recruit-works-2col .img {
  order: 1;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .recruit-works-2col .img {
    width: 36%;
    order: 2;
    margin-bottom: 0;
  }
}
.recruit-works-2col .img img {
  width: 100%;
}
.recruit-works-2col .img img:last-of-type {
  margin-top: 0.8rem;
}

.staffvoice-card {
  background-color: #ccc;
  max-width: 69.5rem;
  border-left: 0.5rem solid #39b54a;
  padding: 0.5%;
  display: block;
  margin: 0 3% 15px 3%;
}
@media screen and (min-width: 576px) {
  .staffvoice-card {
    margin: 0 auto 15px auto;
  }
}

.staffvoice-card-flex {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .staffvoice-card-flex {
    align-items: flex-start;
  }
}
.staffvoice-card-flex:hover {
  opacity: 0.7;
}
.staffvoice-card-flex .txt {
  padding: 1.5%;
  width: 50%;
}
@media screen and (min-width: 576px) {
  .staffvoice-card-flex .txt {
    width: 63%;
    padding: 3%;
    padding-bottom: 0;
  }
}
.staffvoice-card-flex .txt .staffvoice {
  color: #0071BC;
  font-weight: bold;
  font-size: 1.6rem;
}
.staffvoice-card-flex .txt .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.09;
  margin-top: 1.6rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
  .staffvoice-card-flex .txt .ttl {
    font-size: 2.2rem;
  }
}
.staffvoice-card-flex .txt .name {
  font-size: 1.8rem;
  margin-top: 0.7rem;
}
.staffvoice-card-flex .txt .name span {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.3rem;
  margin-right: 1.3rem;
  padding: 0 0.5rem;
}
.staffvoice-card-flex .img {
  width: 50%;
  padding-right: 1.5%;
}
@media screen and (min-width: 576px) {
  .staffvoice-card-flex .img {
    width: 37%;
    padding-right: 0;
  }
}
.staffvoice-card-flex .img img {
  width: 100%;
	height: auto;
}

.reqruit-requirements {
  padding-top: 8rem;
}

.def-main {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .def-main {
    flex-direction: row;
  }
}
.def-main dt {
  width: 100%;
  text-align: center;
  color: #0071BC;
  font-weight: bold;
  padding: 1.2rem 0 1.2rem;
  border-top: 1px solid #0071BC;
}
@media screen and (min-width: 576px) {
  .def-main dt {
    width: 18%;
  }
}
.def-main dt:last-of-type {
  border-bottom: 1px solid #0071BC;
}
.def-main dd {
  width: 100%;
  padding: 1.2rem 0 1.2rem;
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .def-main dd {
    font-size: 1.6rem;
	line-height: 1.8em;
    padding-left: 1.7rem;
    width: 82%;
  }
}
.def-main dd:last-of-type {
  border-bottom: 1px solid #ccc;
}
.def-main dd ul li {
  padding-bottom: 2.2rem;
}
@media screen and (min-width: 576px) {
  .def-main dd ul li {
    padding-bottom: 3rem;
  }
}
.def-main dd ul li:last-of-type {
  padding-bottom: 0;
}
.def-main dd ul li a {
  color: #f15a24;
}

.recruit-flow {
  padding-top: 8rem;
}

.table-blue {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-top: 2.5rem;
}
.table-blue th {
  background-color: #0071BC;
  color: #fff;
  width: 100%;
  vertical-align: middle;
  display: block;
  padding: 1rem 0;
}
@media screen and (min-width: 576px) {
  .table-blue th {
    display: table-cell;
    width: 22%;
    padding: 0;
  }
}
.table-blue td {
  background-color: #f2f2f2;
  width: 100%;
  padding: 2rem 3%;
  display: block;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 576px) {
  .table-blue td {
    width: 74%;
    display: table-cell;
  }
}
.table-blue td:first-of-type {
  background-color: #29abe2;
  width: 100%;
  color: #fff;
  padding: 0.3rem 0;
  display: block;
  text-align: center;
  border-top: 0;
}
@media screen and (min-width: 576px) {
  .table-blue td:first-of-type {
    width: 4%;
    display: table-cell;
    padding: 0;
  }
}
.table-blue td ul li {
  line-height: 1.75;
}
.table-blue td a {
  color: #f15a24;
}
.table-blue:last-of-type {
  margin-top: 2.2rem;
}
.table-blue:last-of-type ul li:first-of-type {
  font-weight: bold;
}

.recruit-entry-form {
  margin: 10rem 0;
}
.recruit-entry-form .lead {
  padding-top: 2.6rem;
}

.def-entry-form {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .def-entry-form {
    flex-direction: row;
  }
}
.def-entry-form dt {
  padding: 1.3rem 0 0rem;
  border-top: 1px solid #ccc;
  width: 100%;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 576px) {
  .def-entry-form dt {
    padding: 2.5rem 0 1.3rem;
    width: 26%;
  }
  .def-entry-form dt:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}
.def-entry-form dt .require {
  display: inline-block;
  position: relative;
}
.def-entry-form dt .require::after {
  content: "必須";
  white-space: nowrap;
  position: absolute;
  right: -4.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #c1272d;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}
.def-entry-form dd {
  padding: 1.3rem 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .def-entry-form dd {
    width: 74%;
    border-top: 1px solid #ccc;
  }
}
.def-entry-form dd:last-of-type {
  border-bottom: 1px solid #ccc;
}
.def-entry-form dd label:hover {
  cursor: pointer;
}
.def-entry-form dd input[type=text],
.def-entry-form dd input[type=mail],
.def-entry-form dd input[type=email],
.def-entry-form dd input[type=tel],
.def-entry-form dd select,
.def-entry-form dd textarea {
  padding: 1rem 1.6%;
  background-color: #f2f2f2;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  width: 100%;
  font-family: inherit;
  font-size: 1.6rem;
}
.def-entry-form dd textarea {
  height: 22rem;
}
.def-entry-form dd input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}
.def-entry-form dd a {
  color: #f15a24;
  vertical-align: baseline;
  padding: 0 0.5rem;
}
.def-entry-form .kakunin-line {
  padding-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .def-entry-form .kakunin-line {
    text-align: left;
  }
}

.recruit-entry-form input[type="submit"] {
  margin-top: 3.5rem;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #f15a24;
  color: #fff;
  padding: 1.7rem 0;
  font-size: 1.9rem;
  font-weight: bold;
  border-radius: 5px !important;
  margin-top: 3.6rem;
  cursor: pointer;
}
div.wpcf7 .wpcf7-submit:disabled{
    background-color: #CCC;
}
@media screen and (min-width: 576px) {
  .recruit-entry-form input[type="submit"] {
    font-size: 2.4rem;
    padding: 2rem 0;
  }
}

#entry-form {
  margin-top: -8rem;
  padding-top: 18rem;
}

.staff-voice-top {
  height: 28rem;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.staff-voice-top .inner{
    max-width: 100rem;
    height: 28rem;
    margin: 0 auto;
    position: relative;
    padding: 0 3%;
}

@media screen and (min-width: 576px) {
    .staff-voice-top .inner{
        padding: 0 2rem;
    }
    .staff-voice-top {
        height: 35rem;
    }
    .staff-voice-top .inner{
        height: 35rem;
    }
}
@media screen and (min-width: 992px) {
    .staff-voice-top .inner{
        padding: 0;
    }
    .staff-voice-top {
        height: 35rem;
    }
    .staff-voice-top .inner{
        height: 35rem;
    }
}
.staff-voice-top .inner .staff-name {
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: 4rem;
}
@media screen and (max-width: 576px) {
	.staff-voice-top .inner .staff-name {
		display: inline-block;
		background-color: rgba(0, 0, 0, 0.6);
		color: #fff;
		padding: 1.6rem 1.8rem;
		position: absolute;
		right: 3%;
		bottom: 2rem;
	}
}

.mob_catch{
    background: #0071BC;
    padding: 2rem 3%;
}
.mob_catch .staff-voice-lead{
    display: inline-block;
    text-align: left;
    color: #FFF;
    line-height: 1.36;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 2.4rem;
}

.staff-voice-top .inner .staff-voice-lead {
    display: inline-block;
    text-align: left;
    color: #FFF;
    line-height: 1.36;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 4.2rem;
    position: absolute;
    top: 4rem;
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1630px) {
}
.staff-voice-top .staff-name p {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .staff-voice-top .staff-name p {
    font-size: 1.7rem;
  }
}
.staff-voice-top .staff-name h2 {
  padding-top: 0.3rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 576px) {
  .staff-voice-top .staff-name h2 {
    font-size: 3.9rem;
    padding-top: 0.9rem;
  }
}
.movie_box_outer{
    background: url("../images/staff-voice/ami.png");
    padding: 40px 10px;
}
.movie_box{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.movie {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 576px) {
}

.staff-voice-unit {
  padding: 6rem 0;
}
.staff-voice-unit:first-of-type {
  padding: 6rem 0;
}

.staff-voice-col2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .staff-voice-col2 {
    flex-direction: row;
  }
}
.staff-voice-col2 .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff-voice-col2 .img {
    width: 40%;
  }
}
.staff-voice-col2 .img img {
  width: 100%;
}
.staff-voice-col2 .txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff-voice-col2 .txt {
    width: 55%;
  }
}
.staff-voice-col2 .txt .question {
  font-size: 1.7rem;
  font-weight: bold;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .staff-voice-col2 .txt .question {
    padding-top: 0;
  }
}
.staff-voice-col2 .txt .lead {
  font-size: 2.7rem;
  line-height: 1.4;
  color: #0071BC;
  font-family: a-otf-ryumin-pr6n, serif;
  padding-top: 1.3rem;
}
.staff-voice-col2 .txt .answer {
  padding-top: 1.8rem;
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}

.staff-voice-unit--mirror {
  background-color: #eaeff4;
}
@media screen and (min-width: 768px) {
  .staff-voice-unit--mirror .img {
    order: 2;
  }
  .staff-voice-unit--mirror .txt {
    order: 1;
  }
}


li.staff-voice-unit:nth-child(even) {
  background-color: #eaeff4;
}
@media screen and (min-width: 768px) {
  li.staff-voice-unit:nth-child(even) .img {
    order: 2;
  }
  li.staff-voice-unit:nth-child(even) .txt {
    order: 1;
  }
}



.staff-voice-unit--bottom {
  padding-top: 7rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .staff-voice-unit--bottom {
    padding-bottom: 1.2rem;
  }
}
.staff-voice-unit--bottom .txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff-voice-unit--bottom .txt {
    width: 47%;
  }
}
.staff-voice-unit--bottom .txt:last-of-type .question {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff-voice-unit--bottom .txt:last-of-type .question {
    padding-top: 0;
  }
}

/**** 202506追記 ****************************************************************/

.interview_box01 .question_ttl{width: 100%; font-size: 22px; line-height: 1.75; color: #003E77; font-weight:bold; border-bottom: 1px solid #003E77; margin-bottom: 15px; padding-bottom: 3px;}
.interview_box01 .inner{line-height: 1.75;}
.interview_box01 .inner figure{width: 40%;}
.interview_box01 .inner figure img {width: 100%;}
.interview_box01 .inner .txt{width: 55%;}
.staff-voice-unit:nth-child(2n) figure{order: 2;}

.interview_box01 .inner .txt .lead{ font-size: 2.7rem; line-height: 1.4; color: #0071BC; font-family: a-otf-ryumin-pr6n, serif; padding-bottom: 1.3rem;}

.staff_voice_last{padding: 60px 0; line-height: 1.75;}
.staff_voice_last .question{font-size: 22px; color: #003E77; font-weight:bold; border-bottom: 1px solid #003E77; margin-bottom: 15px; padding-bottom: 3px;}


.staff_voice_message{padding: 20px 0;}
.staff_voice_message .area-a {
    position: relative;
    padding:15px;
	line-height: 1.75;
}
.staff_voice_message .area-a:before,.staff_voice_message .area-a:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.staff_voice_message .area-a:before{
    border-left: solid 3px #5767bf;
    border-top: solid 3px #5767bf;
    top:0;
    left: 0;
}
.staff_voice_message .area-a:after{
    border-right: solid 3px #5767bf;
    border-bottom: solid 3px #5767bf;
    bottom:0;
    right: 0;
}
.staff_voice_message .area-a .inner{background-color: #eaeff4; padding: 30px 30px;}
.staff_voice_message .area-a .inner .question{ position: relative; text-align: center; font-size: 20px; color: #003E77; font-weight:bold; margin-bottom: 15px; }

.staff_schedule{ line-height:1.75; padding: 60px 0; }

.staff_schedule .ttl{font-size: 22px; color: #003E77; font-weight:bold; border-bottom: 1px solid #003E77; margin-bottom: 15px; padding-bottom: 3px;}
.staff_schedule .holiday{width: 47%;}
.staff_schedule .holiday figure{width: 100%;}
.staff_schedule .holiday figure img{width: 100%; height: auto;}
.staff_schedule .holiday .txt{margin-bottom: 30px; }

.staff_schedule .time{width: 47%;}
.staff_schedule .time table th{width: 80px; padding: 8px 0; font-weight: normal; text-align: left;}
.staff_schedule .time table td{position: relative; border-left: 1px solid #0071BC; padding: 8px 0 8px 20px;}
.staff_schedule .time table td::before{content: ''; position: absolute; top: 17px; left: -5px; width: 9px; height: 9px; background: #0071BC; border-radius: 50%;}


@media screen and (max-width: 767px) {
	.staff-voice-unit:first-of-type{padding:  40px 0; }
	.interview_box01 .question_ttl{font-size: 17px; line-height: 1.5em;}
	.interview_box01 .inner figure{width: 100%; margin: 20px 0 0 0; }
	.interview_box01 .inner .txt{width: 100%;}
	.staff-voice-unit figure{order: 2!important;}
	.interview_box01 .inner .txt .lead{font-size: 20px;}
	.staff_voice_last .question{font-size: 17px; line-height: 1.5em;}
	.staff_voice_last{padding: 40px 0;}
	.staff_voice_message{padding: 0;}
	.staff_voice_message .area-a{width: 90%;}
	.staff_voice_message .area-a .inner{padding: 15px;}
	.staff_voice_message .area-a .inner .question{font-size: 17px; line-height: 1.5em; margin-bottom: 10px;}
	.staff_schedule{padding: 60px 0 30px 0;}
	.staff_schedule .holiday{width: 100%; margin-bottom: 40px;}
	.staff_schedule .holiday .txt{margin-bottom: 20px;}
	.staff_schedule .time{width: 100%;}
	.staff_schedule .ttl{font-size: 17px; line-height: 1.5em;}
}







.welfare-content {
  padding-top: 2rem;
  padding-bottom: 0;
}
@media screen and (min-width: 576px) {
  .welfare-content {
    margin-top: 3rem;
  }
}

.welfare-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.welfare-list li {
  margin-bottom: 6rem;
  width: calc(97% / 2);
}
@media screen and (min-width: 576px) {
  .welfare-list li {
    width: calc(92.2% / 4);
  }
}
.welfare-list li img {
  width: 100%;
}
.welfare-list li h3 {
  color: #0071BC;
  font-size: 1.7rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 576px) {
  .welfare-list li h3 {
    font-size: 1.8rem;
  }
}
.welfare-list li p {
  line-height: 1.63;
  margin-top: 0.8rem;
  letter-spacing: -0.03em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .welfare-list li p {
    font-size: 1.6rem;
  }
}

.education-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.education-list li {
  margin-bottom: 6rem;
  width: calc(100%);
}
@media screen and (min-width: 576px) {
  .education-list li {
    width: calc(92.2% / 3);
  }
}
.education-list li img {
  width: 100%;
}
.education-list li h3 {
  color: #0071BC;
  font-size: 1.7rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 576px) {
  .education-list li h3 {
    font-size: 1.8rem;
  }
}
.education-list li p {
  line-height: 1.63;
  margin-top: 0.8rem;
  letter-spacing: -0.03em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .education-list li p {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
よくある質問
========================================================================== */
.faq{
	padding-top: 30px;
}
.faq .inner{
	padding-bottom: 40px;
}
.faq h4{
	color: #0071BC;
	font-size: 22px;
	font-weight: bold;
	background: #F5F5F5;
	padding: 15px 20px;
	border-left: 5px solid #0071BC;
	margin-bottom: 30px;
}

#accordion li{
	margin-bottom: 20px;
}
.accordion-container {
	position: relative;
	width: 100%;
	outline: 0;
	cursor: pointer;
}
.accordion-container .article-title {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0;
	background: #e6f1f5;
	font-weight: bold;
	color: #222;
	cursor: pointer;
	min-height: 50px;
	display: flex;
	align-items: center;
}
.accordion-container .article-title p {
	padding: 0 50px 0 70px;
}

.accordion-container .article-title:hover, .accordion-container .article-title:active, .accordion-container .content-entry.open .article-title {
	background-color: #cae2eb;
}
.article-title{
	position: relative;
}
.article-title:after {
	content: '';
	position: absolute;
	right: 25px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #0071BC;
	border-right: solid 2px #0071BC;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.article-title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
}
.article-title p:before{
	content: 'Q';
	font-family: 'Abel', sans-serif;
	color: #FFF;
	font-size: 50px;
	text-align: center;
	line-height: 1em;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: #0071BC;
}
.accordion-content {
	display: none;
	position: relative;
	margin-left: 50px;
	padding:20px 30px 20px 70px;
	background: #F9F9F9;
	line-height: 1.6em;
}
.accordion-content p:before{
	content: 'A';
	font-family: 'Abel', sans-serif;
	color: #f5a66e;
	font-size: 50px;
	text-align: center;
	line-height: 1em;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: #EFEFEF;
}

/* ==========================================================================
エントリー
========================================================================== */
#form-box #entry-form{
	margin-top: 0;
	padding-top: 30px;
}
.wpcf7-not-valid-tip{
	line-height: 1.8em;
}
.form-caution{
	border: 1px solid #CCC;
	padding: 20px;
	line-height: 1.8em;
	margin-top: 40px;
}
.form-caution ul{
	padding-left: 1em;
}
.form-caution ul li {
  list-style-type: none;
  text-indent: -1em;
}
.form-caution ul li:before {
  display: inline;
  content: "※";
}
@media screen and (max-width: 576px) {
	.form-caution{
		font-size: 14px;
		padding: 15px;
		line-height: 1.8em;
		margin-top: 30px;
	}
}

#privacy{
	padding: 40px 0 60px 0;
	line-height: 2em;
}
#privacy h2{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
#privacy h3{
	font-size: 1em;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
#privacy p{
	margin-bottom: 15px;
}

#privacy ol {
	margin-left: 4.5em;
	margin-bottom: 15px;
}
#privacy ol li {
	list-style-type: none;
	counter-increment: cnt;
}
#privacy ol li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}

/* ==========================================================================
2025改修
========================================================================== */
.content_in{width: 1000px; margin: 0 auto; position: relative;}
@media screen and (max-width: 1280px) { .content_in{width: 1000px;} }
@media screen and (max-width: 767px) { .content_in{ width: 90%; } }

#home2025{
    font-family: 'Arial', "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    margin-top: 8rem;
    position: relative;
    font-size: 17px; line-height: 1.8em;
}
#home2025 a:hover { opacity: 1.0; }
#home2025 .content_in{ width: 1200px; margin: 0 auto; }
#home2025 .fv { position: relative; height: calc(100vh - 8rem); }

#home2025 .fv .video{
  width: 100%;
  height: calc(100vh - 8rem); 
  background: url("../images/home/fv_2025_placeholder.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#home2025 .fv .video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#home2025 .fv h1 { font-size: 55px; font-weight: bold; color: #FFF; text-shadow: 0px 0px 30px #000; position: absolute; left: 0; right: 0; top: 260px; z-index: 1; text-align: center; }
#home2025 .fv p.catch { font-size: 26px; font-weight: bold; color: #FFF; text-shadow: 0px 0px 20px #000; position: absolute; left: 0; right: 0; top: 330px; z-index: 1; text-align: center; }

#home2025 .fv .rec_nav{ position: absolute; bottom: 50px; left: 0; width: 100%; }
#home2025 .fv .rec_nav .inner{ width: 48%; background:rgba(255,255,255,0.9); text-align: center; border-radius: 8px; padding: 25px; }
#home2025 .fv .rec_nav .inner h2{ font-size: 28px; margin-bottom: 20px; }
#home2025 .fv .rec_nav .inner ul li{ width: 31%;}
#home2025 .fv .rec_nav .inner ul li a{display: flex; justify-content: center; align-items: center; font-weight: bold; width: 100%; height: 100px; background: #666; color: #FFF; font-size: 20px; line-height: 1.4em; border-radius: 5px; }

#home2025 .fv .rec_nav .inner.new h2{ color: #E98D6B;}
#home2025 .fv .rec_nav .inner.new ul li a{ background: #E98D6B;}
#home2025 .fv .rec_nav .inner.new ul li a:hover{ background: #ad5231; color: #FF0}
#home2025 .fv .rec_nav .inner.career h2{ color: #276666;}
#home2025 .fv .rec_nav .inner.career ul li a{ background: #276666;}
#home2025 .fv .rec_nav .inner.career ul li a:hover{ background: #0f3333; color: #FF0}


#home2025 #sec01 .content_in{ padding: 100px 0 0 0; }
#home2025 #sec01 h2.catch{ font-size: 40px; color: #003E77; font-weight: bold; text-align: center; margin-bottom: 30px; }
#home2025 #sec01 p.bodycopy{ font-weight: bold; text-align: center; margin-bottom: 50px; }

#home2025 #sec01 ul {margin-bottom: 50px;}
#home2025 #sec01 ul li{width: 31%; margin-bottom: 30px;}
#home2025 #sec01 ul li a{display: block;}
#home2025 #sec01 ul li a figure{ overflow: hidden;}
#home2025 #sec01 ul li a figure img{ width: 100%; transition:0.3s all; }
#home2025 #sec01 ul li a:hover figure img{ transform:scale(1.1,1.1); transition:0.3s all;}
#home2025 #sec01 ul li a p{ color: #006D94; background:#D4E2E9; font-size: 20px; font-weight: bold; text-align: center; display: flex; justify-content: center; align-items: center; transition:0.3s all; }
#home2025 #sec01 ul li a:hover p{ color: #004A66; background:#A5CFE3; transition:0.3s all; }
#home2025 #sec01 ul li:nth-child(1) a p, #home2025 #sec01 ul li:nth-child(2) a p, #home2025 #sec01 ul li:nth-child(3) a p{ height: 90px; }

#home2025 #sec01 ul li:nth-child(4),#home2025 #sec01 ul li:nth-child(5){ width: 48.5%; }

#home2025 #sec01 ul li:nth-child(4) a, #home2025 #sec01 ul li:nth-child(5) a{
    display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap;
    justify-content:space-between; -webkit-justify-content:space-between;
}
#home2025 #sec01 ul li:nth-child(4) a figure, #home2025 #sec01 ul li:nth-child(5) a figure{ width: calc(100% - 220px); order: 2;}
#home2025 #sec01 ul li:nth-child(4) a p, #home2025 #sec01 ul li:nth-child(5) a p{ width: 220px; order: 1; }


#home2025 #sec02{ background:#EAEFF4; }
#home2025 #sec02 .content_in{ padding: 80px 0; }
#home2025 #sec02 h2.catch, #home2025 #sec03 h2.catch{ font-size: 30px; font-weight: bold; color: #003E77; text-align: center; margin-bottom: 10px; }
#home2025 #sec02 p.bodycopy{ font-size: 20px; font-weight: normal; text-align: center; margin-bottom: 50px; }
#home2025 #sec03 p.bodycopy{ font-size: 20px; font-weight: normal; text-align: center; margin-bottom: 30px; }

#home2025 #sec02 .features_item{ width: 90%; margin: 0 auto; position: relative; }
#home2025 #sec02 .features_item li{background: #FFF; position: relative; padding: 50px; overflow: hidden; height: 450px; }
#home2025 #sec02 .features_item figure{ position: absolute; top: 0; right: 0;}
#home2025 #sec02 .features_item h3, #home2025 #sec02 .features_item h4, #home2025 #sec02 .features_item .txt{ position: relative; z-index: 2; }

#home2025 #sec02 .features_item .icon{ position: absolute; top: 20px; left: 20px; line-height: 2.8em; width: 140px; height: 140px; text-align: center; color: #FFF; background: #003E77; z-index: 2; display: flex; justify-content: center; align-items: center; }
#home2025 #sec02 .features_item .icon strong{ font-size:74px; font-weight: normal;}

#home2025 #sec02 .features_item h3, #home2025 #sec02 .features_item h4{ padding-left: 150px; }
#home2025 #sec02 .features_item h3{font-size: 34px; color: #003E77; margin-bottom: 20px;}
#home2025 #sec02 .features_item h4{font-size: 24px; text-shadow: 0px 0px 10px #FFF; margin-bottom: 20px;}
#home2025 #sec02 .features_item .txt{width: calc(100% - 465px);}
#home2025 #sec02 .features_item .txt p{margin-bottom: 20px;}
#home2025 #sec02 .features_item .txt p:last-child{margin-bottom: 0;}

#home2025 #sec02 .features_item .slick-arrow {
    width: 20px;
    height: 34px;
    margin: auto;
}
#home2025 #sec02 .features_item .slick-prev {
    left: -40px;
    background: url("../images/home/arrow_l.svg") no-repeat center;
    transition:0.3s all;
}
#home2025 #sec02 .features_item .slick-next {
    right: -40px;
    background: url("../images/home/arrow_r.svg") no-repeat center;
    transition:0.3s all;
}
#home2025 #sec02 .features_item .slick-prev:hover, #home2025 #sec02 .features_item .slick-next:hover {
    width: 25px;
    height: 42.5px;
    transition:0.3s all;
}

#home2025 .btn_area{ padding: 30px 0 0 0; }
#home2025 .btn_area a{ display: block; position: relative; text-align: center; font-size: 19px; color: #003E77; line-height: 1em; background: #FFF; font-weight: bold; padding: 20px 0; border-radius: 100px;  width: 300px; margin:  0 auto; border: 2px solid #003E77; }
#home2025 .btn_area a:hover { color: #FFF; background: #003E77; }
#home2025 .btn_area a::after{ position: absolute; top: 0; bottom: 0; right: 15px; margin: auto 0; content: url("../images/home/arrow_r50.svg"); width:13px; height: 21px; }


#home2025 #sec03 .content_in{ padding: 100px 0 0 0; }
#home2025 #sec03 .voice_box{ padding: 0 0 10px 0; }

#home2025 #sec03 .voice_item{ position: relative; }
#home2025 #sec03 .voice_item .voice_inner { position: relative; margin: 20px 15px; width: 350px; }
#home2025 #sec03 .voice_item .voice_inner.slick-active{ margin: 20px 15px; }

#home2025 #sec03 .voice_item .voice_inner a { box-sizing: border-box; display: block; position: relative; height: 100%; border: 5px solid #CCC; opacity: 0.7; transition: opacity 0.3s; }

#home2025 #sec03 .voice_item .voice_inner.slick-active a { opacity: 1.0; transition: opacity 0.3s; transform:scale(1.05,1.05); border: 5px solid #003E77; }

#home2025 #sec03 .voice_item .voice_inner a figure{ overflow: hidden;}
#home2025 #sec03 .voice_item .voice_inner a figure img { width: 100%; height: auto; transition:0.3s all;}
#home2025 #sec03 .voice_item .voice_inner a:hover figure img{ transform:scale(1.05,1.05); transition:0.3s all;}

#home2025 #sec03 .voice_item .voice_inner a .photo{ background-position: center; background-repeat: no-repeat; background-size: cover; }

#home2025 #sec03 .voice_item .voice_inner a .position{ position: absolute; bottom:0px; left: 0px; z-index: 2; background: #003E77; color: #FFF; font-weight: bold; line-height: 1em; padding: 10px 25px 10px 20px;clip-path:polygon(0 0, 90% 0, 100% 100%, 0 100%);}
#home2025 #sec03 .voice_item .voice_inner.slick-active a .position{bottom:-1px; left: -1px;}

#home2025 #sec03 .voice_item .voice_inner a .catch{ position: absolute; top: 0; right: 15px; z-index: 2; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; background: #FFF; font-size: 19px; font-weight: bold; padding: 20px 10px; font-feature-settings: normal; display: inline-block;}

#home2025 #sec03 .voice_item .slick-arrow { top: auto; right: 0; bottom: -85px; left: 0; width: 20px; height: 34px; margin: auto;}

#home2025 #sec03 .voice_item .slick-prev {
    left: -360px;
    background: url("../images/home/arrow_l.svg") no-repeat center;
    transition:0.3s all;
}
#home2025 #sec03 .voice_item .slick-next {
    right: -360px;
    background: url("../images/home/arrow_r.svg") no-repeat center;
    transition:0.3s all;
}
#home2025 #sec03 .btn_area{ padding: 10px 0 100px 0;}


@media screen and (max-width: 1280px) {
	#home2025 .fv{ height: calc(600px);}
	#home2025 .fv .video{ height: calc(600px);}
	#home2025 .fv h1{top: 150px; font-size: 48px;}
	#home2025 .fv p.catch{ top: 200px; font-size: 22px;}
	#home2025 .content_in{ width: 1000px; }
	#home2025 #sec02 .features_item{ width: 100%; }
	#home2025 #sec02 .features_item li{ height: 465px;}
}

@media screen and (max-width: 767px) {
	#home2025 .content_in{ width: 90%; }
	#home2025{ margin-top: 5rem; }
	#home2025 .fv{ height: calc(660px);}
	#home2025 .fv .video{ height: calc(660px);}
	#home2025 .fv h1{font-size: 30px; line-height: 1.2em; top: 50px;}
	#home2025 .fv p.catch{font-size: 20px; line-height: 1.2em; top: 130px;}
	#home2025 .fv .rec_nav{bottom: 30px;}
	#home2025 .fv .rec_nav .inner{width: 100%; padding: 15px 15px 10px 15px; margin-bottom: 10px;}
	#home2025 .fv .rec_nav .inner h2{font-size: 20px; margin-bottom: 8px;}
	#home2025 .fv .rec_nav .inner ul li{width: 100%; margin-bottom: 5px;}
	#home2025 .fv .rec_nav .inner ul li a{height: auto; font-size: 17px; padding: 8px 10px;}
	#home2025 .fv .rec_nav .inner ul li a br{display: none;}
	
	#home2025 #sec01 .content_in{ padding: 50px 0 0 0;}
	#home2025 #sec01 h2.catch{font-size: 26px; margin-bottom: 15px;}
	#home2025 #sec01 p.bodycopy{margin-bottom: 30px;}
	#home2025 #sec01 ul {margin-bottom: 50px;}
	#home2025 #sec01 ul li{width: 100%; margin-bottom: 10px!important;}
	#home2025 #sec01 ul li:nth-child(4), #home2025 #sec01 ul li:nth-child(5){width: 100%; margin-bottom: 20px;}
	#home2025 #sec01 ul li a{display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between;}
	#home2025 #sec01 ul li a figure { width: calc(100% - 200px)!important; order: 2;}
	#home2025 #sec01 ul li a p { width: 200px!important; order: 1; line-height: 1.3em; }
	#home2025 #sec01 ul li a p{height: auto!important; padding: 0 0; font-size: 17px;}
	
	#home2025 #sec02 h2.catch, #home2025 #sec03 h2.catch{font-size: 22px; margin-bottom: 0;}
	#home2025 #sec02 p.bodycopy{font-size: 17px; margin-bottom: 30px;}
	#home2025 #sec03 p.bodycopy{font-size: 17px; margin-bottom: 10px;}
	#home2025 #sec02 .content_in{padding: 50px 0;}
	#home2025 #sec03 .content_in{padding: 50px 0 0 0;}
	#home2025 .btn_area a{width: 240px; font-size: 16px;}
	
	#home2025 #sec02 .features_item{width: 85%;}
	#home2025 #sec02 .features_item .slick-prev{left: -30px;}
	#home2025 #sec02 .features_item .slick-next{right: -30px;}
	
	#home2025 #sec02 .features_item li{ padding: 20px;}
	#home2025 #sec02 .features_item .icon{top: 10px; left: 10px; width: 80px; height: 80px; font-size: 14px; line-height: 1.9em;}
	#home2025 #sec02 .features_item .icon strong{font-size: 40px;}
	#home2025 #sec02 .features_item figure{position: relative; margin-bottom: 20px; }
	#home2025 #sec02 .features_item figure img{ width: 100%;}
	#home2025 #sec02 .features_item h3{padding: 0; font-size: 24px; text-align: center; margin-bottom: 10px;}
	#home2025 #sec02 .features_item h4{font-size: 16px; padding: 0; line-height: 1.7em;}
	#home2025 #sec02 .features_item h4 br{display: none;}
	#home2025 #sec02 .features_item .txt{display: none;}
	
	#home2025 #sec03 .btn_area{padding: 10px 0 60px 0;}
	#home2025 #sec03 .voice_item .slick-prev{left: -300px;}
	#home2025 #sec03 .voice_item .slick-next{right: -300px;}
	
	#home2025 #sec03 .voice_item .voice_inner{width: 280px;}
	#home2025 #sec03 .voice_item .voice_inner a .catch{font-size: 16px; line-height: 1.4em; padding: 15px 10px;}
	#home2025 #sec03 .voice_item .voice_inner a .position{font-size: 16px;}
}


.subhead_2025 {
	background-image: url("../images/home/sub_header.jpg");
	background-size: cover;
	background-position: center;
	height: 18rem;
	width: 100%;
	margin-top: 8rem;
	position: relative;
	text-align: center;
}
.subhead_2025 .content_in{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subhead_2025 .content_in p{font-size: 1.6rem; color: #0071BC; letter-spacing: 0.3em; font-weight: bold; }
.subhead_2025 .content_in h1{font-family: a-otf-ryumin-pr6n, serif; color: #333; font-weight: normal;font-size: 3.6rem; padding-top: 1rem;}

.voice_head_2025{background-image: url("../images/staff-voice/head_back.svg");background-size: cover; background-position: center; background-repeat: no-repeat; padding: 40px 0; margin-bottom: 20px;}
.voice_head_2025 figure{width: 360px;}
.voice_head_2025 figure img{width: 100%; height: auto;}
.voice_head_2025 .desc{width: calc(100% - 400px);display: flex; justify-content: center;align-items: center;}
.voice_head_2025 .desc .inner{ width: 100%;}
.voice_head_2025 .desc h2{ color: #FFF; font-size: 36px; line-height: 1.4em; font-weight: bold; margin-bottom: 40px;}
.voice_head_2025 .desc .name_box{position: relative;display: inline-block; background: #FFF; padding: 25px 30px 20px 30px; margin: 10px 0 0 20px;}
.voice_head_2025 .desc .name_box .position{display: inline-block; position: absolute; top: -20px; left: -20px; background: #C7DCF2; font-size: 18px; font-weight: bold; padding: 10px 15px;}
.voice_head_2025 .desc .name_box .name{font-size: 25px; font-weight: bold; line-height: 1.4em;}
.voice_head_2025 .desc .name_box .name span{font-size: 20px; padding-left: 5px;}

.other_voice{background: #EAEFF4; margin-top: 5rem!important;}

.voice_list{margin-top: 0!important; padding: 50px 0;}
.voice_list #sec03 .voice_item .voice_inner a{ opacity: 1.0!important; }

.voice_list #sec03 .voice_item::after{ content:""; display: block; width:350px; margin: 20px 15px; }

@media screen and (max-width: 1280px) {
	#home2025 #sec03 .voice_item .voice_inner{width: 300px;}
	#home2025 #sec03 .voice_item .voice_inner a .catch{font-size: 16px; line-height: 1.4em;}
}

@media screen and (max-width: 767px) {
	.subhead_2025{margin-top: 50px; height: 90px; line-height: 1em; }
	.subhead_2025 .content_in p{font-size: 13px;}
	.subhead_2025 .content_in h1{font-size: 22px; padding-top: 5px;}
	.voice_list{ padding: 30px 0 0 0;}
	.voice_list #sec03 .voice_item .voice_inner{width: 100%;}
	.voice_head_2025 .desc{width: 100%;}
	.voice_head_2025 figure{width: 100%;}
	.voice_head_2025 .desc h2{font-size: 20px;margin-bottom: 20px;}
	.voice_head_2025 .desc .name_box{margin: 10px 0 20px 20px; padding: 10px 20px 10px 100px;}
	.voice_head_2025 .desc .name_box .position{font-size: 16px; top: -8px; padding: 8px 15px;}
	.voice_head_2025 .desc .name_box .name{ font-size: 17px;}
	.voice_head_2025 .desc .name_box .name span{font-size: 15px;}
	.voice_head_2025 .desc .name_box .years{ font-size: 14px; }
}


