@charset "UTF-8";
/***************************************


00-変数


****************************************/
/***************************************


01-初期設定


****************************************/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 2px;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333; }

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

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

.ov-v {
  overflow: visible; }

html {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

body {
  height: 100%; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }


input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

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

a {
  display: inline-block;
  text-decoration: none; }

object {
  pointer-events: none; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

.main {
  position: relative; }

.wrap {
  overflow: hidden; }

/***************************************


02-汎用スタイル


****************************************/
.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt70 {
  padding-top: 70px; }

.pt80 {
  padding-top: 5pc; }

.pt90 {
  padding-top: 90px; }

.pt100 {
  padding-top: 75pt; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pb80 {
  padding-bottom: 5pc; }

.pb90 {
  padding-bottom: 90px; }

.pb100 {
  padding-bottom: 75pt; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pr40 {
  padding-right: 40px; }

.pr50 {
  padding-right: 50px; }

.pr60 {
  padding-right: 60px; }

.pr70 {
  padding-right: 70px; }

.pr80 {
  padding-right: 5pc; }

.pr90 {
  padding-right: 90px; }

.pr100 {
  padding-right: 75pt; }

.pl10 {
  padding-left: 10px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pl40 {
  padding-left: 40px; }

.pl50 {
  padding-left: 50px; }

.pl60 {
  padding-left: 60px; }

.pl70 {
  padding-left: 70px; }

.pl80 {
  padding-left: 5pc; }

.pl90 {
  padding-left: 90px; }

.pl100 {
  padding-left: 75pt; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 5pc; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 75pt; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 5pc; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 75pt; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.mr40 {
  margin-right: 40px; }

.mr50 {
  margin-right: 50px; }

.mr60 {
  margin-right: 60px; }

.mr70 {
  margin-right: 70px; }

.mr80 {
  margin-right: 5pc; }

.mr90 {
  margin-right: 90px; }

.mr100 {
  margin-right: 75pt; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px; }

.ml60 {
  margin-left: 60px; }

.ml70 {
  margin-left: 70px; }

.ml80 {
  margin-left: 5pc; }

.ml90 {
  margin-left: 90px; }

.ml100 {
  margin-left: 75pt; }

/***************************************


03-共通スタイル
ロールオーバー
ボタン
アニメーション


****************************************/
/***************************************


04-共通スタイル
ヘッダー＆フッター


****************************************/
#main3 {
  position: relative; }

#page-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 19999; }

#page-top a {
  text-decoration: none;
  display: block; }

#page-top a:hover {
  text-decoration: none; }

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.entry {
  background-color: #ec0253;
  color: #ffffff;
  width: 132px;
  margin-right: 30px;
  font-size: 17px;
  height: 33px;
  text-align: center;
  background-image: url("../images/top/triangle_1.svg");
  background-position: right bottom;
  background-repeat: no-repeat; }
  .entry a:after,
  .entry a:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .entry a,
  .entry a:after,
  .entry a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .entry a {
    font-size: 17px;
    color: #ffffff;
    width: 100%;
    height: 33px;
    padding-top: 3px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    overflow: hidden; }
  .entry a:hover {
    color: #ec0253; }
  .entry a:after {
    right: -100%;
    bottom: -100%;
    width: 100%;
    height: 100%; }
  .entry a:hover::after {
    right: 0;
    bottom: 0;
    background-color: #ffffff; }

.facebook {
  margin-top: 6px; }

.header {
  padding-top: 14px;
  width: 1000px !important;
  margin: 0 auto; }

.logo {
  float: left; }

.header2 {
  height: 50px;
  display: none; }
  .header2 .logoRes {
    margin-left: 18px;
    padding-top: 10px;
    float: left;
    width: 182px;
    height: 30px; }
  .header2 .entry a {
    color: #fff !important; }
  .header2 .entry a:hover {
    color: #ec0253 !important; }
  .header2 .humberger {
    float: right; }

.right {
  float: right;
  position: relative;
  top: 13px; }
  .right p {
    float: left; }

.gNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .gNavi div {
    width: auto; }
  .gNavi .gNaviP li {
    padding-bottom: 5px;
    width: 125px;
    background-image: url("../images/top/dotted.png");
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block; }
    .gNavi .gNaviP li p {
      letter-spacing: 0; }
    .gNavi .gNaviP li a:after {
      width: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 5px solid #fcc800;
      display: block; }
    .gNavi .gNaviP li a:hover:after {
      width: 100%;
      border-bottom: 5px solid #fcc800; }
  .gNavi .gNaviC li {
    padding-bottom: 5px;
    width: 125px;
    background-image: url("../images/top/dotted.png");
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block; }
    .gNavi .gNaviC li p {
      letter-spacing: 0; }
    .gNavi .gNaviC li a:after {
      width: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 5px solid #ef858c;
      display: block; }
    .gNavi .gNaviC li a:hover:after {
      width: 100%;
      border-bottom: 5px solid #ef858c; }
  .gNavi .gNaviT li {
    padding-bottom: 5px;
    width: 125px;
    background-image: url("../images/top/dotted.png");
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block; }
    .gNavi .gNaviT li p {
      letter-spacing: 0; }
    .gNavi .gNaviT li a:after {
      width: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 5px solid #f9c16d;
      display: block; }
    .gNavi .gNaviT li a:hover:after {
      width: 100%;
      border-bottom: 5px solid #f9c16d; }
  .gNavi .gNaviE li {
    padding-bottom: 5px;
    width: 125px;
    background-image: url("../images/top/dotted.png");
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block; }
    .gNavi .gNaviE li p {
      letter-spacing: 0; }
    .gNavi .gNaviE li a:after {
      width: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 5px solid #ab89bd;
      display: block; }
    .gNavi .gNaviE li a:hover:after {
      width: 100%;
      border-bottom: 5px solid #ab89bd; }
  .gNavi .gNaviM li {
    padding-bottom: 5px;
    width: 125px;
    background-image: url("../images/top/dotted.png");
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block; }
    .gNavi .gNaviM li p {
      letter-spacing: 0; }
    .gNavi .gNaviM li a:after {
      width: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 5px solid #0086d1;
      display: block; }
    .gNavi .gNaviM li a:hover:after {
      width: 100%;
      border-bottom: 5px solid #0086d1; }
  .gNavi .gNaviR li {
    padding-bottom: 5px;
    width: 125px;
    background-image: url("../images/top/dotted.png");
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block; }
    .gNavi .gNaviR li p {
      letter-spacing: 0; }
    .gNavi .gNaviR li a:after {
      width: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 5px solid #89c997;
      display: block; }
    .gNavi .gNaviR li a:hover:after {
      width: 100%;
      border-bottom: 5px solid #89c997; }
  .gNavi .gNaviF li {
    padding-bottom: 5px;
    width: 125px;
    background-image: url("../images/top/dotted.png");
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block; }
    .gNavi .gNaviF li p {
      letter-spacing: 0; }
    .gNavi .gNaviF li a:after {
      width: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 5px solid #cb972a;
      display: block; }
    .gNavi .gNaviF li a:hover:after {
      width: 100%;
      border-bottom: 5px solid #cb972a; }
  .gNavi .gNaviA li {
    padding-bottom: 5px;
    width: 125px;
    background-image: url("../images/top/dotted.png");
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block; }
    .gNavi .gNaviA li p {
      letter-spacing: 0; }
    .gNavi .gNaviA li a:after {
      width: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 5px solid #82d7fa;
      display: block; }
    .gNavi .gNaviA li a:hover:after {
      width: 100%;
      border-bottom: 5px solid #82d7fa; }
  .gNavi .gNaviA li {
    padding-bottom: 5px;
    width: 125px;
    background-image: url("../images/top/dotted.png");
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block; }
    .gNavi .gNaviA li p {
      letter-spacing: 0; }
    .gNavi .gNaviA li a:after {
      width: 0;
      content: '';
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 5px solid #82d7fa;
      display: block; }
    .gNavi .gNaviA li a:hover:after {
      width: 100%;
      border-bottom: 5px solid #82d7fa; }
  .gNavi .gNaviBack {
    background-image: url("../images/top/dotted.png");
    background-position: right;
    background-repeat: no-repeat; }

.gNaviMainText {
  font-size: 12px; }

.gNaviSubtext {
  font-size: 12px; }

#menu {
  display: none;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.9;
  text-align: center;
  text-decoration: none;
  padding: 15% 0 0;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 10000; }
  #menu li {
    text-align: center;
    font-size: 24px;
    display: block;
    list-style: none;
    font-weight: bold;
    color: transparent;
    text-decoration: none;
    margin: 0 auto 3%;
    float: none; }
  #menu img {
    text-align: center;
    float: none;
    margin: 0; }
  #menu a {
    text-decoration: none;
    color: #252525;
    letter-spacing: 5px; }
  #menu a:hover {
    color: #FF2D35; }

nav.menu {
  width: 25px;
  height: 25px;
  top: 13px;
  right: 12px;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  z-index: 10010;
  background-color: #ec0253; }

nav .menu1 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  top: 0;
  position: absolute; }

.navis2 {
  width: 50px;
  height: 50px;
  background-color: #ec0253;
  right: 0;
  position: absolute;
  z-index: 10005; }

nav .menu2 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  top: 11px;
  position: absolute; }

nav .menu3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  top: 23px;
  position: absolute; }

nav .menu1,
nav .menu2,
nav .menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  /* Opera */
  -moz-transition: all 0.5s ease-out;
  /* Firefox */
  -webkit-transition: all 0.5s ease-out;
  /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out;
  /* IE */ }

nav .menuclick1 {
  top: 11px;
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg); }

nav .menuclick2 {
  background-color: rgba(255, 255, 255, 0); }

nav .menuclick3 {
  top: 11px;
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg); }

.menu {
  z-index: 20010; }

.about {
  color: #82d7fa; }

.person {
  color: #fcc800; }

.career {
  color: #ef858c; }

.training {
  color: #f9c16d; }

.environment {
  color: #ab89bd; }

.massage {
  color: #0086d1; }

.recruit {
  color: #89c997; }

.faq {
  color: #cb972a; }

footer .footer {
  background-color: #ffffff;
  width: 100%;
  height: auto; }
  footer .footer .footerTitle {
    text-align: center; }
    footer .footer .footerTitle a {
      width: 258px; }
    footer .footer .footerTitle p {
      letter-spacing: 0;
      padding-top: 30px;
      padding-bottom: 35px;
      font-size: 30px;
      text-align: center; }
      footer .footer .footerTitle p small {
        font-size: 16px; }
  footer .footer .footerNavi .footerBorder {
    display: none; }
  footer .footer .footerNavi ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px; }
    footer .footer .footerNavi ul li {
      padding-left: 12px;
      border-left: solid 1px #111111; }
      footer .footer .footerNavi ul li .footerRight {
        border-right: solid 1px #111111;
        padding-right: 10px; }
      footer .footer .footerNavi ul li a {
        font-size: 15px;
        letter-spacing: 0; }
  footer .footer .footerB {
    padding-top: 20px; }
    footer .footer .footerB ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1100px;
      margin: 0 auto; }
      footer .footer .footerB ul li {
        letter-spacing: 0;
        padding-left: 20px;
        font-size: 15px; }
  footer .footer .copy {
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 14px;
    text-align: center; }

.footerA:hover {
  color: #82d7fa; }

.footerP:hover {
  color: #fcc800; }

.footerC:hover {
  color: #ef858c; }

.footerT:hover {
  color: #f9c16d; }

.footerE:hover {
  color: #ab89bd; }

.footerM:hover {
  color: #0086d1; }

.footerR:hover {
  color: #89c997; }

.footerF:hover {
  color: #cb972a; }

.footerEn:hover {
  color: #ec0253; }

/***************************************


各ページのスタイル読み込み


****************************************/
body {
  font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif; }

.about1 {
  padding-top: 565px;
  float: left;
  height: 380px;
  width: 62.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.aboutImage1 {
  width: 50%;
  height: 190px;
  background-image: url("../images/top/about_1.jpg");
  background-size: cover;
  background-position: center bottom;
  padding: 0;
  margin: 0; }

.aboutImage2 {
  width: 50%;
  height: 190px;
  background-image: url("../images/top/about_2.jpg");
  background-size: cover;
  background-position: center bottom;
  padding: 0;
  margin: 0; }

.aboutImage3 {
  width: 50%;
  height: 190px;
  background-image: url("../images/top/about_3.jpg");
  background-size: cover;
  background-position: center bottom;
  padding: 0;
  margin: 0; }

.aboutImage4 {
  width: 25%;
  height: 190px;
  background-image: url("../images/top/about_4.jpg");
  background-size: cover;
  background-position: center bottom;
  padding: 0;
  margin: 0; }

.aboutImage5 {
  width: 25%;
  height: 190px;
  background-image: url("../images/top/about_5.jpg");
  background-size: cover;
  background-position: center bottom;
  padding: 0;
  margin: 0; }

.about1res {
  display: none; }

.aboutImage1res {
  width: 50%;
  height: auto; }

.aboutImage2res {
  width: 25%;
  height: auto; }

.about2 {
  margin-top: 565px;
  padding-left: 3%;
  float: right;
  width: 34.7%;
  height: 380px;
  background-color: #82d7fa; }
  .about2 .aboutTitle {
    padding-top: 45px;
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    height: 42px; }
  .about2 .subTitle {
    padding-top: 10px;
    font-size: 22px;
    color: #ffffff; }
  .about2 .aboutBorder {
    margin-top: 20px;
    width: 50px;
    border-bottom: solid 2px #ffffff; }
  .about2 .aboutText {
    padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff; }
  .about2 .aboutBotton {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding-bottom: 15px; }
  .about2 a:after,
  .about2 a:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .about2 a,
  .about2 a:after,
  .about2 a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .about2 a {
    margin-top: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 3px solid #ffffff;
    padding: 15px 30px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    overflow: hidden;
    height: 100%; }
  .about2 a:hover {
    color: #82d7fa; }
  .about2 a:after {
    left: -100%;
    width: 100%;
    height: 100%; }
  .about2 a:hover::after {
    top: 0;
    left: 0;
    background-color: #ffffff; }

.person a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none; }

.person a:after,
.person a:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.person a,
.person a:after,
.person a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.person a {
  position: relative;
  z-index: 2;
  line-height: 50px;
  overflow: hidden; }

.person a:after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%; }

.person a:hover::after {
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.5); }

.person-top {
  width: 100%;
  height: 227px;
  margin-top: 75px;
  background-color: #f2f6f3; }

.personTitle {
  padding-top: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center; }

.personSubTitle {
  font-size: 15px;
  text-align: center; }

.personBorder {
  padding-top: 20px;
  width: 50px;
  border-bottom: 1px solid #888888;
  text-align: center;
  margin: 0 auto; }

.personText {
  padding-top: 26px;
  text-align: center;
  font-size: 16px; }
  .personText br {
    display: none; }

.personShoukai {
  background-color: #f2f6f3; }
  .personShoukai ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .personShoukai ul li a {
      position: relative;
      height: 100%;
      width: 100%; }
      .personShoukai ul li a .back {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(238, 178, 3, 0.85); }

.personComent {
  padding-top: 12px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff; }

.personToshi {
  padding-top: 16px;
  font-size: 15px;
  height: 23px;
  color: #ffffff; }

.PersonName {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 15px; }
  .PersonName small {
    font-size: 15px;
    padding-right: 10px;
    color: #ffffff; }

.person1 {
  text-align: center;
  width: 33.3%;
  height: 518px;
  background-image: url("../images/top/person_1.jpg");
  background-size: cover;
  background-position: center; }

.person2 {
  text-align: center;
  width: 33.3%;
  height: 518px;
  background-image: url("../images/top/person_2.jpg");
  background-size: cover;
  background-position: center; }

.person3 {
  text-align: center;
  width: 33.4%;
  height: 518px;
  background-image: url("../images/top/person_3.jpg");
  background-size: cover;
  background-position: center; }

.person4 {
  text-align: center;
  width: 33.3%;
  height: 518px;
  background-image: url("../images/top/person_4.jpg");
  background-size: cover;
  background-position: center; }

.person5 {
  text-align: center;
  width: 33.3%;
  height: 518px;
  background-image: url("../images/top/person_5.jpg");
  background-size: cover;
  background-position: center; }

.person6 {
  text-align: center;
  width: 33.3%;
  height: 518px;
  background-image: url("../images/top/person_6.jpg");
  background-size: cover;
  background-position: center; }

.personShoukaiRes {
  display: none; }
  .personShoukaiRes .person1res {
    text-align: center;
    width: 50%;
    height: 215px;
    background-image: url("../images/top/person_1.jpg");
    background-size: cover;
    background-position: center; }
  .personShoukaiRes .person2res {
    text-align: center;
    width: 50%;
    height: 215px;
    background-image: url("../images/top/person_2.jpg");
    background-size: cover;
    background-position: center; }
  .personShoukaiRes .person3res {
    text-align: center;
    width: 50%;
    height: 215px;
    background-image: url("../images/top/person_3.jpg");
    background-size: cover;
    background-position: center; }
  .personShoukaiRes .person4res {
    text-align: center;
    width: 50%;
    height: 215px;
    background-image: url("../images/top/person_4.jpg");
    background-size: cover;
    background-position: center; }
  .personShoukaiRes .person5res {
    text-align: center;
    width: 50%;
    height: 215px;
    background-image: url("../images/top/person_5.jpg");
    background-size: cover;
    background-position: center; }
  .personShoukaiRes .person6res {
    text-align: center;
    width: 50%;
    height: 215px;
    background-image: url("../images/top/person_6.jpg");
    background-size: cover;
    background-position: center; }

.person1Left {
  position: relative;
  width: 50%;
  height: 215px;
  background-color: #fcc800; }
  .person1Left .person1Left2 {
    padding-left: 6%; }
  .person1Left .personMain {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 45px; }
  .person1Left .person_2 {
    font-size: 13px;
    color: #ffffff !important;
    font-weight: 200; }
  .person1Left .personName2 {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 45px; }
  .person1Left .personUnder {
    bottom: 0;
    position: absolute; }

.sonota {
  background-color: #f2f6f3;
  padding-top: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.careerBotton {
  text-align: center;
  width: 33.4%;
  height: 317px;
  background-image: url("../images/top/career.jpg");
  background-size: cover;
  background-position: center; }
  .careerBotton a {
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    -webkit-transition: 1s;
    transition: 1s; }
  .careerBotton a:hover {
    background-color: rgba(17, 17, 17, 0.2); }

.trainingBotton {
  text-align: center;
  width: 33.4%;
  height: 317px;
  background-image: url("../images/top/training.jpg");
  background-size: cover;
  background-position: center; }
  .trainingBotton a {
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    -webkit-transition: 1s;
    transition: 1s; }
  .trainingBotton a:hover {
    background-color: rgba(17, 17, 17, 0.2); }

.environmentBotton {
  text-align: center;
  width: 33.4%;
  height: 317px;
  background-image: url("../images/top/environment.jpg");
  background-size: cover;
  background-position: center; }
  .environmentBotton a {
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    -webkit-transition: 1s;
    transition: 1s; }
  .environmentBotton a:hover {
    background-color: rgba(17, 17, 17, 0.2); }

.sonotaTitle {
  padding-top: 115px;
  font-size: 28px;
  font-weight: bold; }

.sonotaSubTitle {
  font-size: 15px;
  color: #ffffff; }

.sonotaBotton {
  margin-top: 25px;
  font-size: 15px;
  color: #ffffff;
  border: 3px solid #ffffff;
  width: 110px;
  padding: 7px 30px;
  border-radius: 15px;
  margin: 25px auto 0;
  display: inline-block;
  text-decoration: none;
  outline: none; }

.sonota2 {
  width: 100%;
  height: 418px;
  background-color: #f2f6f3; }

.sonota22 {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px; }

.messageBotton {
  width: 250px;
  height: 135px;
  text-align: center;
  background-color: #ffffff;
  background-image: url("../images/top/triangle_2.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  float: right; }
  .messageBotton a:after,
  .messageBotton a:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .messageBotton a,
  .messageBotton a:after,
  .messageBotton a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .messageBotton a {
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    overflow: hidden;
    height: 100%; }
  .messageBotton a:hover {
    color: #82d7fa; }
    .messageBotton a:hover .sonota2Title {
      color: #ffffff; }
    .messageBotton a:hover .sonota2Subtitle {
      color: #ffffff; }
  .messageBotton a:after {
    right: -100%;
    bottom: -100%;
    width: 100%;
    height: 100%; }
  .messageBotton a:hover::after {
    right: 0;
    bottom: 0;
    background-color: #0086d1; }

.messageBottonImage {
  width: 154px;
  height: 135px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/top/message.jpg"); }

.recruitBotton {
  width: 250px;
  height: 135px;
  text-align: center;
  background-color: #ffffff;
  background-image: url("../images/top/triangle_3.svg");
  background-position: right bottom;
  background-repeat: no-repeat; }
  .recruitBotton a:after,
  .recruitBotton a:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .recruitBotton a,
  .recruitBotton a:after,
  .recruitBotton a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .recruitBotton a {
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    overflow: hidden;
    height: 100%; }
  .recruitBotton a:hover {
    color: #82d7fa; }
    .recruitBotton a:hover .sonota2Title {
      color: #ffffff; }
    .recruitBotton a:hover .sonota2Subtitle {
      color: #ffffff; }
  .recruitBotton a:after {
    right: -100%;
    bottom: -100%;
    width: 100%;
    height: 100%; }
  .recruitBotton a:hover::after {
    right: 0;
    bottom: 0;
    background-color: #89c997; }

.FAQBotton {
  width: 250px;
  height: 135px;
  text-align: center;
  background-color: #ffffff;
  background-image: url("../images/top/triangle_4.svg");
  background-position: right bottom;
  background-repeat: no-repeat; }
  .FAQBotton a:after,
  .FAQBotton a:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .FAQBotton a,
  .FAQBotton a:after,
  .FAQBotton a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .FAQBotton a {
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    overflow: hidden;
    height: 100%; }
  .FAQBotton a:hover {
    color: #82d7fa; }
    .FAQBotton a:hover .sonota2Title {
      color: #ffffff; }
    .FAQBotton a:hover .sonota2Subtitle {
      color: #ffffff; }
  .FAQBotton a:after {
    right: -100%;
    bottom: -100%;
    width: 100%;
    height: 100%; }
  .FAQBotton a:hover::after {
    right: 0;
    bottom: 0;
    background-color: #cb972a; }

.sonota2Title {
  font-size: 28px;
  font-weight: bold;
  padding-top: 40px; }

.sonota2Subtitle {
  font-size: 15px; }

.entryBotton {
  font-size: 28px;
  color: #ffffff;
  width: 330px;
  background-color: #ec0253;
  text-align: center;
  margin: 0 auto;
  height: 82px;
  margin-top: 100px;
  background-image: url("../images/top/triangle_5.svg");
  background-position: right bottom;
  background-repeat: no-repeat; }
  .entryBotton a:after,
  .entryBotton a:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .entryBotton a,
  .entryBotton a:after,
  .entryBotton a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .entryBotton a {
    font-size: 28px;
    color: #ffffff;
    width: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px; }
  .entryBotton a:hover {
    color: #ec0253; }
  .entryBotton a:after {
    right: -100%;
    bottom: -100%;
    width: 100%;
    height: 100%; }
  .entryBotton a:hover::after {
    right: 0;
    bottom: 0;
    background-color: #ffffff; }

.face {
  display: none; }

.s1, .s2, .s3, .s4 {
  background-image: url("../images/top/top_main.jpg");
  height: 598px;
  width: 100%;
  background-size: cover;
  padding: 0;
  margin: 0; }

.s2 {
  background-image: url("../images/top/top_main2.jpg"); }

.s3 {
  background-image: url("../images/top/top_main3.jpg"); }

.s4 {
  background-image: url("../images/top/top_main4.jpg"); }

#slideshow {
  z-index: 9999;
  position: relative;
  width: 100%;
  /* 画像の横幅に合わせて記述 */
  margin: 0;
  /* 画像の高さに合わせて記述 */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0; }

#slideshow p {
  height: 598px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

#slideshow p.active {
  z-index: 10;
  opacity: 1.0; }

#slideshow p.last-active {
  z-index: 9; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0; }

.slideshow > p {
  height: 100; }

.chap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .chap1 .chap1Left {
    opacity: 1;
    left: 0;
    position: relative;
    width: 50%;
    height: 596px;
    background-color: #fcc800; }
    .chap1 .chap1Left .chap1Left2 {
      width: 400px;
      float: right; }
    .chap1 .chap1Left .chap1Main {
      font-size: 36px;
      color: #ffffff;
      font-weight: bold;
      padding-top: 105px; }
    .chap1 .chap1Left .person {
      font-size: 18px;
      color: #ffffff !important; }
    .chap1 .chap1Left .personName {
      font-size: 27px;
      color: #ffffff;
      padding-bottom: 100px; }
      .chap1 .chap1Left .personName small {
        padding-right: 16px; }
  .chap1 .chap1under {
    bottom: 0;
    position: absolute; }
  .chap1 .chap1img {
    width: 50%;
    height: 596px;
    background-image: url("../images/staff/person1_1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .chap1 .chap1imgRes {
    display: none;
    width: 100%;
    height: 596px;
    background-image: url("../images/staff/person1_1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 10px solid #fcc800; }

.chap1-2img {
  width: 50%;
  height: 596px;
  background-image: url("../images/staff/person2_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.chap1-2imgRes {
  display: none;
  width: 100%;
  height: 596px;
  background-image: url("../images/staff/person2_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid #fcc800; }

.chap1-3img {
  width: 50%;
  height: 596px;
  background-image: url("../images/staff/person3_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.chap1-3imgRes {
  display: none;
  width: 100%;
  height: 596px;
  background-image: url("../images/staff/person3_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid #fcc800; }

.chap1-4img {
  width: 50%;
  height: 596px;
  background-image: url("../images/staff/person4_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.chap1-4imgRes {
  display: none;
  width: 100%;
  height: 596px;
  background-image: url("../images/staff/person4_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid #fcc800; }

.chap1-5img {
  width: 50%;
  height: 596px;
  background-image: url("../images/staff/person5_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.chap1-5imgRes {
  display: none;
  width: 100%;
  height: 596px;
  background-image: url("../images/staff/person5_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid #fcc800; }

.chap1-6img {
  width: 50%;
  height: 596px;
  background-image: url("../images/staff/person6_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.chap1-6imgRes {
  display: none;
  width: 100%;
  height: 596px;
  background-image: url("../images/staff/person6_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid #fcc800; }

.chap2 {
  width: 100%;
  background-color: #f2f6f3; }
  .chap2 .space {
    padding-top: 95px; }
  .chap2 .chap2Title {
    width: 762px;
    padding-left: 19px;
    border-left: 19px solid #fcc800;
    margin: 0 auto;
    font-size: 32px;
    color: #fcc800;
    padding-top: 9px;
    padding-bottom: 9px; }
    .chap2 .chap2Title br {
      display: none; }
  .chap2 .chap2Text {
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    padding-top: 50px;
    padding-bottom: 85px; }

.chap3 {
  width: 100%;
  height: 519px;
  background-color: #f2f6f3; }
  .chap3 .chap3img {
    width: 100%;
    height: 519px;
    background-image: url("../images/staff/person1_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.chap3-2img {
  width: 100%;
  height: 519px;
  background-image: url("../images/staff/person2_2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.chap3-3img {
  width: 100%;
  height: 519px;
  background-image: url("../images/staff/person3_2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.chap3-4img {
  width: 100%;
  height: 519px;
  background-image: url("../images/staff/person4_2.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover; }

.chap3-5img {
  width: 100%;
  height: 519px;
  background-image: url("../images/staff/person5_2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.chap3-6img {
  width: 100%;
  height: 519px;
  background-image: url("../images/staff/person6_2.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover; }

.chap4 {
  padding-bottom: 80px;
  width: 100%;
  background-color: #f2f6f3; }
  .chap4 .space {
    padding-top: 95px; }
  .chap4 .chap4Title {
    width: 762px;
    padding-left: 19px;
    border-left: 19px solid #fcc800;
    margin: 0 auto;
    font-size: 32px;
    color: #fcc800;
    padding-top: 9px;
    padding-bottom: 9px; }
    .chap4 .chap4Title br {
      display: none; }
  .chap4 .chap4Text {
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    padding-top: 50px;
    padding-bottom: 85px; }
  .chap4 .chap4Message {
    background-image: url("../images/staff/back-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    width: 800px;
    height: 232px; }
  .chap4 .chap4Message2 {
    background-image: url("../images/staff/back-2.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 800px;
    height: 232px; }
  .chap4 .chap4Message3 {
    background-image: url("../images/staff/back-3.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 800px;
    height: 232px; }
  .chap4 .chap4Message4 {
    background-image: url("../images/staff/person-4.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 800px;
    height: 232px; }
  .chap4 .chap4Message5 {
    background-image: url("../images/staff/person-5.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 800px;
    height: 232px; }
  .chap4 .chap4Message6 {
    background-image: url("../images/staff/person-6.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 800px;
    height: 232px; }
  .chap4 .chap4MessageTitle {
    font-size: 18px;
    color: #fcc800;
    padding-top: 33px;
    padding-left: 42px; }
  .chap4 .chap4MessageText {
    padding-bottom: 105px;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 42px 0; }

.chap5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f6f3; }
  .chap5 .chap5_1 {
    background-image: url("../images/staff/person1_3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 519px; }
  .chap5 .chap5_2 {
    background-image: url("../images/staff/person1_4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 519px; }

.chap5_3 {
  background-image: url("../images/staff/person2_3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.chap5_4 {
  background-image: url("../images/staff/person2_4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.chap5_5 {
  background-image: url("../images/staff/person3_3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.chap5_6 {
  background-image: url("../images/staff/person3_4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.chap5_7 {
  background-image: url("../images/staff/person4_3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.chap5_8 {
  background-image: url("../images/staff/person4_4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.chap5_9 {
  background-image: url("../images/staff/person5_3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.chap5_10 {
  background-image: url("../images/staff/person5_4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.chap5_11 {
  background-image: url("../images/staff/person6_3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.chap5_12 {
  background-image: url("../images/staff/person6_4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 519px; }

.personShoukai2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .personShoukai2 ul li a {
    position: relative;
    height: 100%;
    width: 100%; }
    .personShoukai2 ul li a .back {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: rgba(238, 178, 3, 0.85); }

.chap6 {
  width: 100%;
  height: auto;
  background-color: #f2f6f3; }

.sonota3 {
  font-size: 30px;
  background-color: #f2f6f3;
  padding-top: 140px;
  padding-bottom: 37px;
  text-align: center;
  width: 200px;
  margin: 0 auto; }

.chap6Res {
  display: none; }
  .chap6Res .chap6ResSonota {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 36px; }
  .chap6Res .NextPrev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 36px; }
    .chap6Res .NextPrev .prev {
      width: 78px;
      height: 18px;
      padding-top: 13px; }
    .chap6Res .NextPrev .block {
      width: 44px;
      height: 44px;
      padding: 0 50px; }
    .chap6Res .NextPrev .next {
      width: 78px;
      height: 18px;
      padding-top: 13px; }

.chap7 {
  width: 100%;
  background-color: #f2f6f3; }
  .chap7 .chap72 {
    padding-top: 140px;
    padding-bottom: 30px; }
  .chap7 .entryBotton {
    margin-top: 0 !important; }

#a1 {
  opacity: 1;
  left: 0; }

.mainVis {
  background-image: url("../images/about/about_main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 596px; }

.mainTitle {
  text-align: center;
  position: absolute;
  font-size: 42px;
  font-weight: bold;
  line-height: 40px;
  width: 100%;
  top: 350px; }
  .mainTitle small {
    font-size: 28px;
    color: #fff; }

.ac {
  color: #82d7fa; }

.tc {
  color: #f9c16d; }
  .tc small {
    text-shadow: 1px 1px 3px #8c9bb2; }

.mainBorder {
  border-bottom: 14px solid #82d7fa; }

.aboutmain {
  width: 100%; }

.base {
  background-color: #f2f6f3;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 105px; }

.space {
  padding-top: 105px; }

.body {
  width: 800px;
  margin: 0 auto; }

.abody2 {
  width: 90%;
  margin: 0 auto; }

.aboutchap1title {
  font-size: 35px;
  width: 190px;
  padding: 10px 15px 100px;
  border: 5px solid #82d7fa;
  position: relative;
  top: 103px;
  right: 60px; }

.aboutImg1 {
  background-image: url("../images/about/about1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 800px;
  height: 454px;
  margin: 0 auto; }

.aboutText1 {
  font-size: 16px;
  line-height: 24px;
  width: 800px;
  margin: 0 auto;
  padding-top: 30px; }

.aboutText1Res {
  display: none;
  width: 100%;
  padding-bottom: 80px;
  padding-top: 35px; }

.aboutchap2title {
  margin-top: 105px;
  font-size: 35px;
  width: 190px;
  padding: 10px 15px 40px;
  border: 5px solid #82d7fa;
  position: relative;
  top: 40px;
  right: 60px; }

.aboutImg2 {
  background-image: url("../images/about/about2.jpg");
  background-size: cover;
  background-position: center;
  width: 800px;
  height: 454px;
  margin: 0 auto; }

.aboutText2 {
  font-size: 16px;
  line-height: 24px;
  width: 800px;
  margin: 0 auto;
  padding-top: 30px; }

.aboutText2Res {
  display: none;
  width: 100%;
  font-size: 15px;
  padding-bottom: 80px;
  padding-top: 35px; }

.af {
  width: 100%;
  display: none;
  text-align: center;
  padding-bottom: 50px; }
  .af a {
    text-align: center; }

.aboutfacebook {
  text-align: center;
  margin: 0 auto;
  width: 70px; }

#about2 {
  top: 0;
  position: relative; }

#about1 {
  z-index: 10000;
  bottom: 0;
  position: relative; }

#about4 {
  top: 0;
  position: relative; }

#about3 {
  z-index: 10000;
  bottom: 0;
  position: relative; }

#about5 {
  position: relative; }

#about6 {
  position: relative; }

.mainVisT {
  background-image: url("../images/training/training_main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 596px; }

.mainBorderT {
  border-bottom: 14px solid #f9c16d; }

.baseT {
  background-color: #f2f6f3;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 105px; }

.trainingChap1 {
  width: 100%;
  background-color: #f2f6f3; }

.trainingChap1Text {
  font-size: 18px;
  width: 800px;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 50px; }

.trainingChap2 {
  background-image: url(../images/training/trainig_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 243px;
  width: 100%; }
  .trainingChap2 .trainingChap22 {
    width: 800px;
    margin: 0 auto; }
    .trainingChap2 .trainingChap22 .trainingChap2Title {
      width: 360px;
      margin: 0 auto;
      padding-top: 45px;
      font-size: 28px;
      text-align: center;
      border-bottom: 3px solid #f9c16d;
      color: #f9c16d;
      margin-bottom: 25px; }
    .trainingChap2 .trainingChap22 .trainingChap2Text {
      font-size: 16px;
      line-height: 24px; }

.trainingChap3 {
  margin-top: 40px;
  background-image: url(../images/training/trainig_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 243px;
  width: 100%; }
  .trainingChap3 .trainingChap32 {
    width: 800px;
    margin: 0 auto; }
    .trainingChap3 .trainingChap32 .trainingChap3Title {
      width: 360px;
      margin: 0 auto;
      padding-top: 45px;
      font-size: 28px;
      text-align: center;
      border-bottom: 3px solid #f9c16d;
      color: #f9c16d;
      margin-bottom: 25px; }
    .trainingChap3 .trainingChap32 .trainingChap3Text {
      font-size: 16px; }

.trainingChap4 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 454px; }
  .trainingChap4 .trainingImg1 {
    background-image: url(../images/training/training1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 454px; }
  .trainingChap4 .trainingImg2 {
    background-image: url(../images/training/training2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 454px; }

.mainVisC {
  background-image: url("../images/career/career_main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 596px; }

.cc {
  color: #ef858c; }
  .cc small {
    color: #000 !important; }

.mainBorderC {
  border-bottom: 14px solid #ef858c; }

.baseC {
  background-color: #f2f6f3;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 55px; }

.CC1 {
  width: 800px;
  margin: 0 auto; }
  .CC1 .CC1Text {
    padding: 60px 0;
    font-size: 18px; }

.CC2 {
  background-image: url("../images/career/career_back1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto; }
  .CC2 .CC22 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .CC2 .CC22 .CC2A {
      padding-top: 175px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .CC2 .CC22 .CC1Graff {
      padding: 40px 0 40px 120px; }

.CC3 {
  background-image: url("../images/career/career_back1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  margin-top: 35px; }
  .CC3 .CC32 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .CC3 .CC32 .CC3B {
      padding-top: 187px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .CC3 .CC32 .CC3Bres {
      display: none; }
    .CC3 .CC32 .CC2Graff {
      padding: 40px 120px 40px 0; }

.CC4 {
  background-image: url("../images/career/career_back1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  margin-top: 35px; }
  .CC4 .CC42 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .CC4 .CC42 .CC4C {
      padding-top: 145px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .CC4 .CC42 .CC3Graff {
      padding: 40px 0 40px 120px; }

.CGraff {
  font-size: 16px;
  width: 440px;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 2px solid #ef858c;
  background-color: #fff;
  text-align: center; }

.CGunder {
  text-align: center;
  padding-bottom: 3px; }

.ec {
  color: #ab89bd; }

.sample3 {
  height: 200px;
  display: table-cell;
  vertical-align: middle; }

.mainVisE {
  background-image: url("../images/environment/environment_main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 596px; }

.mainBorderE {
  border-bottom: 14px solid #ab89bd; }

.EW {
  width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  padding-bottom: 45px;
  display: table; }
  .EW .EWL {
    font-size: 18px;
    width: 165px;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #000;
    color: #ab89bd;
    padding-right: 10px; }
  .EW .EWR {
    width: 505px;
    padding-left: 20px;
    height: 85px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle; }

.resImages {
  display: none;
  width: 100%;
  text-align: center;
  padding-top: 5px; }
  .resImages img {
    width: 90%; }

.EC1 {
  padding-top: 85px;
  padding-bottom: 35px; }
  .EC1 .ECTitle {
    font-size: 30px;
    width: 130px;
    margin: 0 auto;
    border-bottom: 3px solid #ab89bd;
    color: #ab89bd;
    text-align: center; }
  .EC1 .ECText {
    font-size: 18px;
    padding-top: 35px;
    text-align: center; }

.EC2 {
  width: 720px;
  padding: 40px;
  background-color: #fff;
  margin: 0 auto; }
  .EC2 .EC2Img2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 45px; }

.EC3 {
  padding-top: 85px;
  padding-bottom: 35px; }
  .EC3 .EC3Title {
    font-size: 30px;
    width: 130px;
    margin: 0 auto;
    border-bottom: 3px solid #ab89bd;
    color: #ab89bd;
    text-align: center; }
  .EC3 .EC3Text {
    font-size: 18px;
    padding-top: 35px;
    text-align: center; }

.EW2 {
  width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  padding-bottom: 45px;
  display: table; }
  .EW2 .EWL2 {
    font-size: 22px;
    width: 165px;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #000;
    color: #ab89bd;
    padding-right: 10px; }
  .EW2 .EWR2 {
    width: 505px;
    padding-left: 20px;
    height: 85px;
    font-size: 16px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle; }

.ec4 {
  border: 2px solid #ab89bd;
  color: #ab89bd;
  padding: 4px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px; }

.ec4:hover {
  background-color: #ab89bd;
  color: #fff;
  border: 2px solid #ab89bd; }

.ec3 {
  padding-left: 30px; }

.EC4 {
  display: block;
  width: 720px;
  padding: 40px;
  background-color: #fff;
  margin: 0 auto; }

.Juusho {
  padding-top: 15px;
  text-align: center; }
  .Juusho a {
    text-decoration: underline; }

.Ueru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .Ueru .UeruUl li {
    width: 160px; }
  .Ueru .UeruText {
    padding-left: 30px; }
  .Ueru .UeruTitle {
    font-size: 24px;
    color: #ab89bd; }
  .Ueru .UeruTitleRes {
    display: none;
    padding-top: 10px; }
  .Ueru .UeruBotton {
    padding-top: 15px;
    padding-bottom: 5px; }

.JuushoRes {
  display: none; }
  .JuushoRes a {
    font-size: 12px;
    text-decoration: underline; }

.Juusho {
  padding-top: 15px;
  text-align: center; }
  .Juusho a {
    text-decoration: underline; }

.EC5 {
  margin-top: 30px;
  width: 720px;
  padding: 40px;
  background-color: #fff;
  margin: 20px auto 0; }

.UeruText2 {
  padding-left: 30px; }

.UeruText3 {
  display: none;
  padding-left: 5%; }

.UeruText4 {
  display: none; }

.EC6 {
  width: 720px;
  padding: 40px;
  background-color: #fff;
  margin: 20px auto 0; }
  .EC6 .EC6Img {
    text-align: center;
    padding-bottom: 25px;
    width: 100%; }
    .EC6 .EC6Img img {
      width: 90%; }

.EC7 {
  padding-top: 85px;
  padding-bottom: 35px; }
  .EC7 .EC7Title {
    font-size: 30px;
    width: 630px;
    margin: 0 auto;
    border-bottom: 3px solid #ab89bd;
    color: #ab89bd;
    text-align: left; }

.EC8 {
  width: 380px;
  background-color: #fff;
  margin: 0 20px 0 0; }
  .EC8 .EC8Img {
    text-align: center;
    padding-top: 25px; }
  .EC8 .EC8Title {
    font-size: 24px;
    color: #ab89bd;
    border-bottom: 3px solid #ab89bd;
    text-align: center; }
    .EC8 .EC8Title small {
      color: #ab89bd;
      font-size: 18px; }
  .EC8 .EC8Text {
    width: 300px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px; }
  .EC8 .EC8Img2 {
    text-align: center;
    margin: 0 auto; }
    .EC8 .EC8Img2 img {
      max-width: 300px; }
  .EC8 .EC8Juusho {
    width: 300px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 16px; }

.EC9 {
  width: 380px;
  background-color: #fff;
  margin: 0 0 0 20px; }
  .EC9 .EC9Img {
    text-align: center;
    padding-top: 25px; }
  .EC9 .EC9Title {
    font-size: 24px;
    color: #ab89bd;
    border-bottom: 3px solid #ab89bd;
    text-align: center; }
    .EC9 .EC9Title small {
      color: #ab89bd;
      font-size: 18px; }
  .EC9 .EC9Text {
    width: 300px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px; }
  .EC9 .EC9Img2 {
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    .EC9 .EC9Img2 img {
      max-width: 300px; }
  .EC9 .EC9Juusho {
    width: 300px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 16px; }

.EC8-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 0 auto; }

.EC10 {
  width: 800px;
  margin: 0 auto;
  text-align: right; }

#viewer {
  margin: 0 auto;
  width: 80%;
  height: 390px;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding-bottom: 45px; }

#viewer img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%; }

.mainVisM {
  background-image: url("../images/message/message_main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 596px; }

.mc {
  color: #0086d1; }
  .mc small {
    color: #000 !important; }

.mainBorderM {
  border-bottom: 14px solid #0086d1; }

.baseM {
  background-color: #f2f6f3;
  width: 100%;
  margin: 0 auto;
  padding-top: 133px;
  padding-bottom: 105px; }

.baseM2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.spaceM {
  padding-top: 133px;
  background-color: #f2f6f3; }

.bodyM {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 50px; }

.bodyM2 {
  width: 1000px;
  margin: 0 auto; }
  .bodyM2 .messageChap1title {
    font-size: 28px;
    color: #0086d1; }
  .bodyM2 .messageChap1Text {
    font-size: 16px;
    padding-top: 50px; }
  .bodyM2 .messageChap1Name {
    font-size: 25px;
    padding-top: 45px; }
    .bodyM2 .messageChap1Name small {
      font-size: 15px; }

.messageImg1 {
  background-image: url(../images/message/message1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
  height: 839px;
  position: absolute;
  margin-top: -120px;
  right: 7%; }

.messageImg1res {
  display: none; }

.fTitle {
  padding: 40px 0 40px;
  border-top: 14px solid #cb972a; }

.fTitleE {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #cb972a; }

.fTitleJ {
  font-size: 28px;
  text-align: center; }

.fc1 {
  background-color: #f2f6f3;
  width: 100%; }

.fc2 {
  width: 800px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 60px; }

.f1 .fq {
  background-image: url("../images/faq/Qback.png");
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  height: 80px; }
  .f1 .fq .Qimage {
    width: 80px;
    height: 80px; }
    .f1 .fq .Qimage img {
      padding: 20px; }
  .f1 .fq .Qtext {
    font-size: 16px;
    color: #cb972a;
    padding-top: 25px; }

.f1 .fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #000;
  margin-bottom: 40px;
  display: flex; }
  .f1 .fa .Aimage {
    height: 80px; }
    .f1 .fa .Aimage img {
      padding: 20px; }
  .f1 .fa .Atext {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px; }

.rNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 505px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .rNavi a {
    width: 155px;
    font-size: 18px;
    text-align: center; }
  .rNavi a:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    background-color: #ec0253; }
  .rNavi a, .rNavi a:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .rNavi a {
    font-size: 17px;
    height: 33px;
    padding-top: 3px;
    position: relative;
    z-index: 2;
    overflow: hidden; }
  .rNavi a:after {
    right: 0;
    width: 100%;
    height: 100%; }
  .rNavi a:hover::after {
    right: 0;
    background-color: #dddddd; }

.rTitle {
  padding: 40px 0;
  border-top: 14px solid #89c997; }

.rTitleE {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #89c997; }

.rTitleJ {
  font-size: 28px;
  text-align: center; }

.rc1 {
  background-color: #f2f6f3;
  width: 100%; }

.rc2 {
  width: 800px;
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 60px; }

.rC1Title {
  margin-top: 80px;
  font-size: 18px;
  color: #ec0253;
  background-image: url("../images/recruit/r_title.png");
  padding: 5px 0 5px 15px;
  background-size: cover; }

.rTable1 {
  background-color: #89c997;
  border: 3px solid #89c997;
  margin-top: 30px; }
  .rTable1 td {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    font-size: 16px; }
  .rTable1 .tdtitle1 {
    background-color: #89c997; }
    .rTable1 .tdtitle1 th {
      color: #fff;
      font-size: 24px;
      padding-top: 18px;
      padding-bottom: 3px; }
  .rTable1 .td1 {
    background-color: #fff;
    border: 3px solid #89c997;
    color: #89c997;
    padding-left: 7px !important;
    padding-right: 7px !important; }
  .rTable1 .td2 {
    background-color: #fff;
    border: 3px solid #89c997; }

.rTable2 {
  background-color: #13b5b1;
  border: 3px solid #13b5b1;
  margin-top: 30px; }
  .rTable2 td {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    font-size: 16px; }

.tdtitle1 {
  background-color: #13b5b1; }
  .tdtitle1 th {
    color: #fff;
    font-size: 24px;
    padding-top: 18px;
    padding-bottom: 2px; }

.td1 {
  background-color: #fff;
  border: 3px solid #13b5b1;
  color: #13b5b1;
  padding-left: 7px !important;
  padding-right: 7px !important; }

.td2 {
  background-color: #fff;
  border: 3px solid #13b5b1; }

.rc4 p {
  font-size: 16px;
  padding-bottom: 3px; }

.rc4 li {
  font-size: 16px;
  padding-bottom: 3px; }

.rc4 a {
  font-size: 16px;
  border-bottom: 1px solid #000; }

.rc4 .rc4j {
  padding-bottom: 10px; }

.rc4 .rc4ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.rc4 .rc4-1 {
  padding-top: 50px; }

.rc4 .rc4-0 {
  padding-top: 30px; }

.rTable3 {
  background-color: #80c269;
  border: 3px solid #80c269;
  margin-top: 30px; }
  .rTable3 td {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    font-size: 16px; }
  .rTable3 .tdtitle1 {
    background-color: #80c269; }
    .rTable3 .tdtitle1 th {
      color: #fff;
      font-size: 24px;
      padding-top: 18px;
      padding-bottom: 3px; }
  .rTable3 .td1 {
    background-color: #fff;
    border: 3px solid #80c269;
    color: #80c269;
    padding-left: 7px !important;
    padding-right: 7px !important; }
  .rTable3 .td2 {
    background-color: #fff;
    border: 3px solid #80c269; }

.entry3 {
  background-color: #ec0253;
  color: #ffffff;
  margin-right: 4%;
  font-size: 26px;
  height: 28px;
  text-align: center;
  background-image: url("../images/top/triangle_1.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 133px;
  float: right;
  display: table; }
  .entry3 a:after,
  .entry3 a:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .entry3 a,
  .entry3 a:after,
  .entry3 a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .entry3 a {
    font-size: 18px;
    color: #ffffff;
    height: 28px;
    position: relative;
    padding: 0 10px 0;
    display: table-cell;
    z-index: 2;
    color: #ffffff;
    overflow: hidden; }
  .entry3 a:hover {
    color: #ec0253; }
  .entry3 a:after {
    right: -100%;
    bottom: -100%;
    width: 100%;
    height: 100%; }
  .entry3 a:hover::after {
    right: 0;
    bottom: 0;
    background-color: #ffffff; }

.recp {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }
  .sp {
    display: block !important; } }

@media screen and (max-width: 768px) {
    #page-top {
      bottom: 25px;
      right: 25px; }
      #page-top img {
        width: 50px;
        height: 50px; }
    .header {
      display: none; }
    .header2 {
      display: block; }
      .header2 img {
        width: 182px;
        height: 30px; }
    .right {
      display: none; }
    .gNavi {
      display: none; }
    footer .footer {
      background-color: #f0f0f0;
      border-top: 2px solid #c8c8c8; }
      footer .footer .footerNavi .footerBorder {
        display: block;
        border-left: 1px solid #000000;
        padding-left: 0 !important;
        padding-right: 0 !important; }
      footer .footer .footerNavi ul {
        width: 320px;
        margin: 0 auto;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        footer .footer .footerNavi ul li {
          border: none;
          padding-left: 4px !important;
          padding-right: 4px !important; }
          footer .footer .footerNavi ul li .footerRight {
            border: none; }
        footer .footer .footerB ul {
          width: 320px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          footer .footer .footerB ul li {
            padding-left: 5px; }
    .about1 {
      display: none;
      width: 100%;
      height: auto;
      padding-top: 496px; }
    .about1res {
      display: block;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 380px;
      height: auto; }
    .about2 {
      width: 100%;
      height: auto;
      margin-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about2 .aboutResLeft {
        margin-left: 10%;
        margin-right: 10%;
        height: 100%;
        display: table-cell;
        vertical-align: middle; }
      .about2 .aboutTitle {
        font-size: 40px; }
      .about2 .subTitle {
        font-size: 20px; }
      .about2 .aboutBorder {
        display: none; }
      .about2 a {
        color: #82d7fa;
        border: none;
        background-color: #ffffff;
        width: 158px; }
      .about2 a:hover {
        color: #ffffff; }
      .about2 a:hover::after {
        background-color: #82d7fa;
        border: 3px solid #ffffff;
        border-radius: 15px; }
    .person-top {
      margin-top: 0;
      height: auto; }
    .personText {
      width: 90%;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 30px;
      font-size: 14px; }
      .personText br {
        display: block; }
    .personShoukai {
      display: none; }
    .personShoukaiRes {
      display: block;
      width: 100%; }
      .personShoukaiRes a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .person1Left .personMain {
        font-size: 16px;
        padding-top: 17px; }
      .person1Left .person_2 {
        font-size: 12px; }
      .person1Left .personName2 {
        font-size: 16px;
        padding-bottom: 17px; }
    .sonota {
      display: block;
      padding-top: 13px; }
    .fle {
      border: 2px solid #0086d1; }
    .careerBotton {
      width: 100%;
      height: 164px; }
    .trainingBotton {
      width: 100%;
      height: 164px; }
    .environmentBotton {
      width: 100%;
      height: 164px; }
    .sonotaTitle {
      padding-top: 21px; }
    .sonotaBotton {
      margin-top: 10px; }
    .sonota2 {
      height: auto;
      background-color: #ffffff; }
    .sonota22 {
      display: block;
      width: 454px;
      margin: 0 auto;
      padding-top: 25px; }
    .messageBotton {
      width: 70%;
      height: 100px; }
    .messageBottonImage {
      width: 30%;
      height: 100px; }
    .recruitBotton {
      height: 100px;
      width: 450px;
      border: 2px solid #89c997;
      margin-top: 20px; }
    .FAQBotton {
      height: 100px;
      width: 450px;
      border: 2px solid #cb972a;
      margin-top: 20px; }
    .entryBotton {
      margin-bottom: 30px;
      margin-top: 60px; }
    .face {
      display: block;
      text-align: center;
      padding-bottom: 68px; }
    .s1, .s2, .s3, .s4 {
      background-image: url("../images/top/res1.jpg");
      background-position: center !important; }
    .s2 {
      background-image: url("../images/top/res2.jpg");
      background-position: center !important; }
    .s3 {
      background-image: url("../images/top/res3.jpg");
      background-position: center !important; }
    .s4 {
      background-image: url("../images/top/res4.jpg");
      background-position: center !important; }
    #slideshow p {
      height: 445px; }
    .chap1 {
      display: block; }
      .chap1 .chap1Left {
        width: 100%;
        height: 200px; }
        .chap1 .chap1Left .chap1Left2 {
          float: none;
          width: 90%;
          margin: 0 auto; }
        .chap1 .chap1Left .chap1Main {
          font-size: 21px;
          padding-top: 30px; }
          .chap1 .chap1Left .chap1Main br {
            display: none; }
        .chap1 .chap1Left .person {
          font-size: 14px;
          padding-bottom: 25px;
          padding-top: 5px; }
        .chap1 .chap1Left .personName {
          padding-bottom: 25px;
          font-size: 16px;
          padding-left: 15px;
          margin-top: 23px;
          float: right; }
      .chap1 .chap1under {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        right: 5%; }
      .chap1 .chap1img {
        display: none; }
      .chap1 .chap1imgRes {
        display: block; }
    .chap1-2img {
      display: none; }
    .chap1-2imgRes {
      display: block; }
    .chap1-3img {
      display: none; }
    .chap1-3imgRes {
      display: block; }
    .chap1-4img {
      display: none; }
    .chap1-4imgRes {
      display: block; }
    .chap1-5img {
      display: none; }
    .chap1-5imgRes {
      display: block; }
    .chap1-6img {
      display: none; }
    .chap1-6imgRes {
      display: block; }
    .chap2 {
      background-color: #fff; }
    .chap2 .chap22 {
      width: 90%;
      margin: 0 auto; }
      .chap2 .space {
        padding-top: 35px; }
      .chap2 .chap2Title {
        font-size: 18px;
        font-weight: bold;
        border-left: 9px solid #fcc800;
        width: 90%;
        margin: 0; }
        .chap2 .chap2Title br {
          display: block; }
      .chap2 .chap2Text {
        font-size: 14px;
        line-height: 21px;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px; }
    .chap3 {
      height: auto; }
      .chap3 .chap3img {
        height: 220px; }
    .chap3-2img {
      height: 220px; }
    .chap3-3img {
      height: 220px; }
    .chap3-4img {
      height: 220px; }
    .chap3-5img {
      height: 220px; }
    .chap3-6img {
      height: 220px; }
    .chap4 {
      padding-bottom: 35px; }
    .chap4 {
      background-color: #fff; }
    .chap4 .chap42 {
      width: 90%;
      margin: 0 auto; }
      .chap4 .space {
        padding-top: 35px; }
      .chap4 .chap4Title {
        font-size: 18px;
        font-weight: bold;
        border-left: 9px solid #fcc800;
        width: 90%;
        margin: 0; }
        .chap4 .chap4Title br {
          display: block; }
      .chap4 .chap4Text {
        font-size: 14px;
        line-height: 21px;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 25px; }
      .chap4 .chap4Message {
        background-color: #fff;
        background-image: url();
        width: 100%;
        height: auto;
        border: 3px solid #fcc800; }
      .chap4 .chap4Message2 {
        background-color: #fff;
        background-image: url();
        width: 100%;
        height: auto;
        border: 3px solid #fcc800; }
      .chap4 .chap4Message3 {
        background-color: #fff;
        background-image: url();
        width: 100%;
        height: auto;
        border: 3px solid #fcc800; }
      .chap4 .chap4Message4 {
        background-color: #fff;
        background-image: url();
        width: 100%;
        height: auto;
        border: 3px solid #fcc800; }
      .chap4 .chap4Message5 {
        background-color: #fff;
        background-image: url();
        width: 100%;
        height: auto;
        border: 3px solid #fcc800; }
      .chap4 .chap4Message6 {
        background-color: #fff;
        background-image: url();
        width: 100%;
        height: auto;
        border: 3px solid #fcc800; }
      .chap4 .chap4MessageTitle {
        font-size: 16px;
        text-align: center;
        padding-left: 0; }
      .chap4 .chap4MessageText {
        font-size: 14px;
        line-height: 21px;
        font-weight: bold;
        padding: 30px; }
    .chap5 {
      display: block; }
      .chap5 .chap5_1 {
        height: 370px;
        width: 100%; }
      .chap5 .chap5_2 {
        height: 370px;
        width: 100%; }
    .chap5_3 {
      height: 370px;
      width: 100%; }
    .chap5_4 {
      height: 370px;
      width: 100%; }
    .chap5_5 {
      height: 370px;
      width: 100%; }
    .chap5_6 {
      height: 370px;
      width: 100%; }
    .chap5_7 {
      height: 370px;
      width: 100%; }
    .chap5_8 {
      height: 370px;
      width: 100%; }
    .chap5_9 {
      height: 370px;
      width: 100%; }
    .chap5_10 {
      height: 370px;
      width: 100%; }
    .chap5_11 {
      height: 370px;
      width: 100%; }
    .chap5_12 {
      height: 370px;
      width: 100%; }
  .personShoukai2 {
    display: none; }
    .chap6 {
      display: none; }
    .chap6 {
      background-color: #fff; }
    .sonota3 {
      background-color: #fff; }
    .chap6Res {
      display: block; }
      .chap6Res .chap6ResSonota {
        font-size: 16px; }
    .chap7 {
      background-color: #fff; }
      .chap7 .chap72 {
        padding-top: 70px;
        padding-bottom: 0; }
    .mainVis {
      border-bottom: none;
      border-top: 9px solid #82d7fa;
      height: 450px;
      background-image: url("../images/about/res_main.jpg"); }
    .mainTitle {
      font-size: 30px;
      top: 200px;
      font-weight: bold;
      line-height: 30px; }
      .mainTitle small {
        font-size: 15px; }
    .mainBorder {
      display: none; }
    .base {
      background-color: #fff;
      padding-bottom: 0; }
    .body {
      width: 100%; }
    .aboutchap1title {
      font-size: 18px;
      font-weight: bold;
      border-left: 9px solid #82d7fa !important;
      position: relative;
      padding: 0 0 0 19px;
      margin-top: 35px;
      border: none;
      top: 0;
      right: 0;
      color: #82d7fa; }
      .aboutchap1title br {
        display: none; }
    .aboutImg1 {
      width: 100%;
      background-size: cover;
      background-position: center;
      height: auto; }
    .aboutText1 {
      display: none; }
    .aboutText1Res {
      display: block;
      padding-top: 20px;
      padding-bottom: 70px;
      font-size: 14px;
      line-height: 21px; }
    .aboutchap2title {
      font-size: 18px;
      font-weight: bold;
      border-left: 9px solid #82d7fa !important;
      position: relative;
      padding: 0 0 0 19px;
      margin-top: 35px;
      border: none;
      top: 0;
      right: 0;
      color: #82d7fa;
      width: auto; }
      .aboutchap2title br {
        display: none; }
    .aboutImg2 {
      width: 100%;
      background-size: cover;
      background-position: center;
      height: auto; }
    .aboutText2 {
      display: none; }
    .aboutText2Res {
      display: block;
      padding-top: 20px;
      padding-bottom: 70px;
      font-size: 14px;
      line-height: 21px; }
    .af {
      display: block; }
    .mainVisT {
      border-bottom: none;
      border-top: 10px solid #f9c16d;
      height: 450px;
      background-image: url("../images/training/res_main.jpg"); }
    .mainBorderT {
      display: none; }
    .baseT {
      background-color: #fff;
      padding-bottom: 0; }
    .trainingChap1 {
      background-color: #fff; }
    .trainingChap1Text {
      padding: 30px 0 30px;
      width: 90%;
      font-size: 16px; }
      .trainingChap1Text br {
        display: none; }
    .trainingChap2 {
      height: auto; }
      .trainingChap2 .trainingChap22 {
        width: 90%; }
        .trainingChap2 .trainingChap22 .trainingChap2Title {
          width: 250px;
          font-size: 18px;
          padding-top: 30px; }
        .trainingChap2 .trainingChap22 .trainingChap2Text {
          font-size: 14px;
          line-height: 21px;
          padding-bottom: 20px; }
    .trainingChap3 {
      height: auto; }
      .trainingChap3 .trainingChap32 {
        width: 90%; }
        .trainingChap3 .trainingChap32 .trainingChap3Title {
          width: 180px;
          font-size: 18px;
          padding-top: 30px; }
        .trainingChap3 .trainingChap32 .trainingChap3Text {
          font-size: 14px;
          padding-bottom: 20px; }
    .trainingChap4 {
      display: block;
      height: auto; }
      .trainingChap4 .trainingImg1 {
        width: 100%;
        height: 232px; }
      .trainingChap4 .trainingImg2 {
        width: 100%;
        height: 232px; }
    .mainVisC {
      border-bottom: none;
      border-top: 10px solid #ef858c;
      height: 450px;
      background-image: url("../images/career/res_main.jpg"); }
    .mainBorderC {
      display: none; }
    .baseC {
      background-color: #fff;
      padding-bottom: 0; }
    .CC1 {
      width: 100%; }
      .CC1 .CC1Text {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 24px;
        padding: 30px 0 20px; }
        .CC1 .CC1Text br {
          display: none; }
        .CC2 .CC22 .CC2A {
          text-align: center;
          padding-top: 30px;
          padding-bottom: 20px; }
      .CC2 .CC22 {
        display: block; }
        .CC2 .CC22 .CC1Graff {
          padding: 0;
          width: 440px;
          margin: 0 auto;
          padding-bottom: 50px; }
      .CC2 .CC22 .CGunder {
        width: 440px; }
        .CC3 .CC32 .CC3B {
          display: none; }
        .CC3 .CC32 .CC3Bres {
          display: block;
          text-align: center;
          padding-top: 30px;
          padding-bottom: 20px; }
      .CC3 .CC32 {
        display: block; }
        .CC3 .CC32 .CC2Graff {
          padding: 0;
          width: 440px;
          margin: 0 auto;
          padding-bottom: 50px; }
        .CC4 .CC42 .CC4C {
          text-align: center;
          padding-top: 30px;
          padding-bottom: 20px; }
      .CC4 .CC42 {
        display: block; }
        .CC4 .CC42 .CC3Graff {
          padding: 0;
          width: 440px;
          margin: 0 auto;
          padding-bottom: 50px; }
  .glay {
    background-color: #f2f6f3;
    padding-top: 20px !important;
    padding-bottom: 30px !important; }
  .white {
    padding-top: 20px !important;
    padding-bottom: 30px !important; }
    .mainVisE {
      border-bottom: none;
      border-top: 10px solid #ab89bd;
      height: 450px;
      background-image: url("../images/environment/res_main.jpg"); }
    .mainBorderE {
      display: none; }
    .EW {
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 0; }
      .EW .EWL {
        font-size: 16px;
        width: 100%;
        height: auto;
        display: block;
        vertical-align: inherit;
        border-right: none;
        padding: 0;
        text-align: center;
        padding-bottom: 7px; }
      .EW .EWR {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        height: auto;
        font-size: 14px;
        display: block;
        vertical-align: inherit; }
        .EW .EWR br {
          display: none; }
    .resImages {
      display: block; }
    .EC1 {
      padding-top: 25px;
      padding-bottom: 20px; }
      .EC1 .ECTitle {
        font-size: 18px;
        width: 90px; }
      .EC1 .ECText {
        font-size: 16px;
        font-weight: bold;
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
        text-align: left; }
        .EC1 .ECText br {
          display: none; }
    .EC2 {
      width: 100%;
      margin: 0 auto;
      padding: 0; }
      .EC2 .EC2Img2 {
        display: block;
        width: 90%;
        margin: 0 auto; }
      .EC2 .EC2Img2 .EC2Img21 {
        width: 100%; }
        .EC2 .EC2Img2 .EC2Img21 img {
          width: 100%; }
      .EC2 .EC2Img2 .ECImg2matome {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .EC2 .EC2Img2 .EC2Img22 {
        width: 50%; }
        .EC2 .EC2Img2 .EC2Img22 img {
          width: 100%; }
      .EC2 .EC2Img2 .EC2Img23 {
        width: 50%; }
        .EC2 .EC2Img2 .EC2Img23 img {
          width: 100%; }
    .EC3 {
      padding-bottom: 20px;
      padding-top: 50px; }
      .EC3 .EC3Title {
        font-size: 18px;
        width: 90px; }
      .EC3 .EC3Text {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        width: 90%;
        margin: 0 auto;
        padding-top: 15px; }
        .EC3 .EC3Text br {
          display: none; }
    .EW2 {
      width: 100%;
      height: auto;
      padding-bottom: 0;
      height: auto;
      padding: 10px 0;
      padding-top: 45px !important; }
      .EW2 .EWL2 {
        font-size: 15px;
        padding-bottom: 7px;
        height: auto;
        padding: 0;
        width: 25%; }
        .EW2 .EWL2 img {
          width: 100%; }
      .EW2 .EWR2 {
        width: auto;
        font-size: 14px;
        line-height: 21px;
        vertical-align: inherit; }
        .EW2 .EWR2 br {
          display: none; }
    .ec3 {
      display: none; }
    .EC4 {
      width: 90%;
      margin: 0 auto;
      padding: 0; }
    .Ueru {
      display: block;
      width: 100%;
      margin: 0 auto; }
    .Ueru .UeruImg {
      width: 90%;
      margin-left: 5%; }
      .Ueru .UeruText {
        padding-left: 5%; }
      .Ueru .UeruTitle {
        display: none; }
      .Ueru .UeruTitleRes {
        display: block;
        font-size: 18px;
        color: #ab89bd; }
      .Ueru .UeruBotton {
        padding-bottom: 10px; }
    .JuushoRes {
      display: block; }
    .Juusho {
      display: none; }
    .EC5 {
      width: 90%;
      margin: 0 auto;
      padding: 0; }
  .ConexImg {
    width: 90%;
    margin-left: 5%; }
  .Conex2Img {
    width: 90%;
    margin-left: 5%; }
    .UeruText2 {
      padding-left: 5%;
      display: none; }
    .UeruText3 {
      display: block; }
    .UeruText4 {
      display: block; }
    .EC6 {
      width: 90%;
      margin: 0 auto;
      padding: 0; }
    .EC7 {
      padding-top: 40px;
      padding-bottom: 20px; }
      .EC7 .EC7Title {
        width: 90%;
        margin: 0 auto;
        font-size: 21px;
        border-bottom: none; }
        .EC7 .EC7Title br {
          display: none; }
    .EC8 {
      width: 90%;
      margin-left: 5%; }
      .EC8 .EC8Img {
        padding-top: 0; }
      .EC8 .EC8Text {
        font-size: 14px;
        line-height: 21px; }
      .EC8 .EC8Img2 {
        width: 100% !important;
        text-align: center; }
        .EC8 .EC8Img2 img {
          width: 90%; }
      .EC8 .EC8Juusho {
        font-size: 14px; }
    .EC9 {
      width: 90%;
      margin-top: 15px;
      margin: 15px auto 0; }
      .EC9 .EC9Img {
        padding-top: 0; }
      .EC9 .EC9Text {
        font-size: 14px;
        line-height: 21px; }
      .EC9 .EC9Img2 {
        width: 100% !important;
        text-align: center; }
        .EC9 .EC9Img2 img {
          width: 90%; }
      .EC9 .EC9Juusho {
        font-size: 14px; }
    .EC8-9 {
      width: 100%;
      display: block; }
    .EC10 {
      width: 90%; }
    #viewer {
      display: none; }
    .mainVisM {
      border-bottom: none;
      border-top: 9px solid #0086d1;
      height: 450px;
      background-image: url("../images/message/res_main.jpg"); }
    .mainBorderM {
      display: none; }
    .baseM {
      background-color: #fff;
      padding: 0; }
    .baseM2 {
      display: block; }
    .spaceM {
      display: none; }
    .bodyM {
      margin-bottom: 0;
      padding-top: 40px;
      padding-bottom: 50px; }
    .bodyM2 {
      width: 90%;
      margin: 0 auto; }
      .bodyM2 .messageChap1title {
        font-size: 18px;
        font-weight: bold;
        text-align: left; }
      .bodyM2 .messageChap1Text {
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        padding-top: 15px; }
        .bodyM2 .messageChap1Text br {
          display: none; }
      .bodyM2 .messageChap1Name {
        text-align: right;
        font-size: 15px;
        padding-top: 30px; }
    .messageImg1 {
      display: none;
      width: 80%;
      height: auto;
      position: relative;
      right: -10%;
      margin: 0 auto;
      text-align: center;
      background-position: top center; }
    .messageImg1res {
      width: 80%;
      height: auto;
      position: relative;
      margin: 0 auto;
      text-align: center;
      display: block; }
    .fTitleE {
      font-size: 30px; }
    .fTitleJ {
      font-size: 15px; }
    .fc1 {
      background-color: #fff; }
    .fc2 {
      width: 90%;
      padding-top: 0; }
    .f1 .fq {
      height: auto;
      padding-bottom: 5px; }
      .f1 .fq .Qimage {
        width: 70px;
        height: 70px; }
        .f1 .fq .Qimage img {
          padding: 10px 10px 20px; }
      .f1 .fq .Qtext {
        padding-right: 10px;
        padding-top: 10px;
        font-size: 14px; }
      .f1 .fa .Aimage {
        width: 70px;
        height: 70px; }
        .f1 .fa .Aimage img {
          padding: 10px 10px 20px; }
      .f1 .fa .Atext {
        padding-top: 10px;
        font-size: 14px; }
    .rNavi {
      width: 310px; }
      .rNavi li {
        width: 90px; }
      .rNavi a {
        width: 90px;
        font-size: 14px;
        height: 30px; }
  table {
    width: 100% !important; }
    .rTitleE {
      font-size: 30px; }
    .rTitleJ {
      font-size: 15px; }
    .rc1 {
      background-color: #fff; }
    .rc2 {
      width: 90%; }
    .rC1Title {
      margin-top: 0;
      font-size: 16px; }
      .rTable1 td {
        font-size: 14px;
        line-height: 18px;
        padding-top: 14px;
        padding-bottom: 14px; }
        .rTable1 td br {
          display: none; }
        .rTable1 .tdtitle1 th {
          font-size: 18px;
          text-align: left;
          padding-left: 10px; }
      .rTable2 td {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        padding-top: 14px;
        padding-bottom: 14px; }
        .rTable2 td br {
          display: none; }
      .tdtitle1 th {
        font-size: 18px;
        text-align: left;
        padding-left: 10px; }
    .rc4 p {
      font-size: 14px; }
    .rc4 li {
      font-size: 14px; }
    .rc4 a {
      font-size: 14px; }
      .rTable3 td {
        font-size: 14px;
        line-height: 18px;
        padding-top: 14px;
        padding-bottom: 14px; }
        .rTable3 td br {
          display: none; }
        .rTable3 .tdtitle1 th {
          font-size: 18px;
          text-align: left;
          padding-left: 10px; }
    .recp {
      font-size: 14px; } }

@media screen and (max-width: 768px) and (max-width: 575px) {
      .about2 .aboutResLeft {
        margin-left: 6%;
        margin-right: 6%; } }

@media screen and (max-width: 575px) {
      .about2 .aboutTitle {
        font-size: 30px; }
      .about2 .subTitle {
        font-size: 15px; }
      .about2 .aboutText {
        font-size: 14px;
        line-height: 21px; }
        .about2 .aboutText br {
          display: none; } }

@media screen and (max-width: 450px) {
    .fle {
      width: 90%;
      margin: 20px auto 0; }
    .FAQBotton {
      width: 90%;
      margin: 20px auto 0; }
    .sonota2Title {
      padding-top: 20px; }
    .entryBotton {
      width: 90%; } }

@media screen and (max-width: 768px) and (max-width: 450px) {

    .sonota22 {
      width: 100%; }
    .recruitBotton {
      width: 90%;
      margin: 20px auto 0; } }

@media screen and (max-width: 460px) {
      .chap1 .chap1imgRes {
        background-image: url(../images/staff/res1.jpg);
        height: 550px; }
    .chap1-2imgRes {
      background-image: url(../images/staff/res2.jpg);
      height: 550px; }
    .chap1-3imgRes {
      background-image: url(../images/staff/res3.jpg);
      height: 550px; }
    .chap1-4imgRes {
      background-image: url(../images/staff/res4.jpg);
      height: 550px; }
    .chap1-5imgRes {
      background-image: url(../images/staff/res5.jpg);
      height: 550px; }
    .chap1-6imgRes {
      background-image: url(../images/staff/res6.jpg);
      height: 550px; } }

@media screen and (max-width: 440px) {
        .CC2 .CC22 .CC1Graff {
          width: 90%;
          margin: 0 auto; }
      .CC2 .CC22 .CGunder {
        width: 100%;
        margin: 0 auto; }
        .CC3 .CC32 .CC2Graff {
          width: 90%;
          margin: 0 auto; }
        .CC4 .CC42 .CC3Graff {
          width: 90%;
          margin: 0 auto; }
    .CGraff {
      width: 100%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 21px; } }

@media screen and (max-width: 500px) {
    .rc4 .rc4ul {
      width: 100%; } }



.granark.pc {
  padding-top: 75px;
  text-align: center;
}

.granark.sp {
  margin: 2em 0;
}

.granark a {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin:  0 auto;
}

.granark img {
  width: 100%;
}
