@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #111111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

.inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
  padding: 0px 15px;
}

.inner.inner-1120 {
/*
  max-width: 1150px;
*/
  max-width: 1200px;
}

.inner.inner-1240 {
  max-width: 1270px;
}

.inner-1560 {
  max-width: 1590px;
}

.inner-1600 {
  max-width: 1630px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 835px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

img {
  max-width: 100%;
}

@media screen and (min-width: 835px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

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

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

#main-header {
  position: fixed;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #ffffff;
}

#main-header.on {
  background: #0f1a71;
}

#main-header.on .header__logo .off {
  display: none;
}

#main-header.on .header__logo .on {
  display: block;
}

#main-header .header {
  padding: 0px 160px 0px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #main-header .header {
    padding: 15px 0px 15px 0px;
    display: block;
  }
}

#main-header .header__logo {
  width: 282px;
}

#main-header .header__logo a {
  display: inline-block;
}

#main-header .header__logo .off {
  display: block;
}

#main-header .header__logo .on {
  display: none;
}

@media screen and (max-width: 1100px) {
  #main-header .header__logo {
    width: 164px;
    margin: 0px 0px 0px 15px;
  }
}

#main-header .header__nav {
  width: calc(100% - 282px);
  padding: 0px 20px;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav {
    width: 100%;
    padding: 0;
  }
}

#main-header .header__nav .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: scroll;
  }
}

#main-header .header__nav .navGlobalIn > .item {
  padding: 0px 0px 24px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item {
    padding: 0;
  }
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item a {
    border-top: 1px solid #ffffff;
  }
}

#main-header .header__nav .navGlobalIn > .item.item-contact {
  display: none;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item.item-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#main-header .header__nav .navGlobalIn > .item.item-contact .btn-cnt {
  background: #9bb300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding-left: 5px;
  padding-right: 5px;
}

#main-header .header__nav .navGlobalIn > .item.item-contact .btn-cnt--border {
  border-left: 1px solid #aabe26;
}

#main-header .header__nav .navGlobalIn > .item > a {
  color: #0f1a71;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item > a {
    font-size: 24px;
    font-size: 2.4rem;
    background: #0f1a71;
    padding: 18px 20px;
    display: block;
    width: 100%;
    color: #ffffff;
    position: relative;
  }
}

#main-header .header__nav .navGlobalIn > .item > a.on span img {
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

#main-header .header__nav .navGlobalIn > .item > a span img {
  width: 10px;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item > a span {
    position: absolute;
    padding: 0px 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    content: '';
    z-index: 33;
  }
  #main-header .header__nav .navGlobalIn > .item > a span img {
    width: 16px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

#main-header .header__nav .navGlobalIn > .item.has-child > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .header__nav .navGlobalIn > .item.has-child > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  bottom: -23px;
  background: #0f1a71;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item.has-child > a:before {
    display: none;
  }
}

#main-header .header__nav .navGlobalIn > .item.has-child > a .ico.pc {
  margin-left: 5px;
}

@media screen and (min-width: 1101px) {
  #main-header .header__nav .navGlobalIn > .item.has-child > a .ico.pc {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item.has-child > a .ico.pc {
    display: none !important;
  }
}

@media screen and (min-width: 1101px) {
  #main-header .header__nav .navGlobalIn > .item.has-child > a .ico.sp {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item.has-child > a .ico.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#main-header .header__nav .navGlobalIn > .item.has-child.active .submenu {
  pointer-events: inherit;
}

#main-header .header__nav .navGlobalIn > .item.has-child.active > a {
  color: #1e2ea8;
}

#main-header .header__nav .navGlobalIn > .item.has-child.active > a:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#main-header .header__nav .navGlobalIn > .item .submenu {
  display: none;
  background: rgba(6, 12, 56, 0.6);
  position: absolute;
  top: 100%;
  color: #ffffff;
  left: 0;
  z-index: 3333;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item .submenu {
    pointer-events: inherit;
    position: static;
    background: #4b5395;
  }
  #main-header .header__nav .navGlobalIn > .item .submenu .inner {
    padding: 0;
  }
}

#main-header .header__nav .navGlobalIn > .item .submenu__top {
  background: #060c38;
  padding: 40px 0px 40px;
}

#main-header .header__nav .navGlobalIn > .item .submenu__top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#main-header .header__nav .navGlobalIn > .item .submenu__top .ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item .submenu__top {
    display: none;
  }
}

#main-header .header__nav .navGlobalIn > .item .submenu__cnt {
  padding: 40px 0px;
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item .submenu__cnt {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1100px) {
  #main-header .header__nav .navGlobalIn > .item .submenu.submenu01 {
    display: block;
  }
}

#main-header .header__nav .navGlobalIn > .item .submenu.submenu01 .submenu__cnt {
  padding: 37px 0px 10px;
}

#main-header .header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding: 22px 17px 0px;
}

@media screen and (max-width: 1100px) {
  #main-header .header__contact {
    display: none;
    padding-top: 15px;
  }
}

#main-header .header__contact p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  font-weight: bold;
  display: inline-block;
  margin-right: 13px;
}

#main-header .header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #666666;
}

#main-header .header__contact a img {
  margin-right: 2px;
  width: 15px;
  height: 15px;
}

#main-header .header .box-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #9bb200;
  text-align: center;
  width: 160px;
  height: 120px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 1100px) {
  #main-header .header .box-mail {
    display: none;
  }
}

#main-header .header .box-mail span {
  display: block;
  width: 100%;
  margin-top: 8px;
}

#main-header .menubar {
  width: 60px;
  height: 60px;
  background: #0f1a71;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1101px) {
  #main-header .menubar.pc {
    display: block !important;
  }
}

@media screen and (max-width: 1100px) {
  #main-header .menubar.pc {
    display: none !important;
  }
}

@media screen and (min-width: 1101px) {
  #main-header .menubar.sp {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  #main-header .menubar.sp {
    display: block !important;
  }
}

#main-header .menubar span {
  position: absolute;
  width: 22px;
  left: 20px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

#main-header .menubar span:first-child {
  top: 20px;
}

#main-header .menubar span:nth-of-type(2) {
  top: 28px;
}

#main-header .menubar span:last-child {
  top: 36px;
}

#main-header .menubar.on span:first-child {
  top: 28px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#main-header .menubar.on span:nth-of-type(2) {
  opacity: 0;
}

#main-header .menubar.on span:last-child {
  top: 28px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 834px) {
  #main-footer {
    margin-bottom: 20vw;
  }
}

#main-footer .footer {
  background: #222222;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 834px) {
  #main-footer .footer .list-sns .item {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 834px) {
  #main-footer .footer {
    padding: 35px 0px;
  }
}

#main-footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  #main-footer .footer__inner {
    display: block;
  }
}

#main-footer .footer__logo {
  max-width: 134px;
  display: block;
  margin: auto;
}

#main-footer .footer__left {
  width: 29.2%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

#main-footer .footer__left p {
  /*max-width: 190px;
  margin: auto;
  margin-top: 16px;
  text-align: center;
  margin-bottom: 14px;
  color: #cccccc;*/
      max-width: 300px;
    margin: auto;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 14px;
    color: #cccccc;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 834px) {
  #main-footer .footer__left p {
    max-width: 100%;
    margin: 27px auto;
  }
}

span.footer-map-link {}

span.footer-map-link a {
    color: #ffffff;
    margin: 0 0 0 5px;
    text-decoration: underline;
}

#main-footer .footer__left .list-sns {
  margin-top: 17px;
}

@media screen and (max-width: 834px) {
  #main-footer .footer__left .list-sns {
    margin-top: 27px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 834px) {
  #main-footer .footer__left {
    width: 100%;
    text-align: center;
  }
}

#main-footer .footer__right {
  width: calc(100% - 29.3% - 40px);
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #444444;
}

@media screen and (max-width: 834px) {
  #main-footer .footer__right {
    width: 100%;
    border: none;
    border-top: 1px solid #444444;
    padding: 35px 0px 0px;
    margin: auto;
  }
}

#main-footer .footer .list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -2px;
}

#main-footer .footer .list-footer .item {
  width: 33.33%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 22px;
  color: #cccccc;
}

@media screen and (max-width: 834px) {
  #main-footer .footer .list-footer {
    margin: 0px;
  }
  #main-footer .footer .list-footer .item {
    width: 50%;
    margin-bottom: 22px;
  }
}

#main-footer .footer .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -5px 0px;
}

#main-footer .footer .list-link .item {
  padding: 5px 5px;
  width: 50%;
}

#main-footer .footer .list-link .item .btn-comp04 {
  min-width: inherit;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #main-footer .footer .list-link {
    margin-top: 3px;
  }
}

#main-footer .coppyright {
  text-align: center;
  padding: 38px 20px;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 834px) {
  #main-footer .coppyright {
    padding: 37px 10px;
  }
}

.page-title {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .page-title {
    font-size: 6vw;
  }
}

@media screen and (max-width: 640px) {
  .page-title {
    font-size: 8.2vw;
  }
}

.page-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 320px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .page-title-area {
    padding: 0 4vw;
    height: 46.66vw;
  }
}

.page-title-area.ttl_wh {
  color: #fff;
}

.page-title-box {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

.page-title-box .cap {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .page-title-box .cap {
    font-size: 3vw;
  }
}

@media screen and (max-width: 640px) {
  .page-title-box .cap {
    font-size: 4vw;
  }
}

@media screen and (min-width: 835px) {
  .nav-internal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nav-internal-area {
  color: #0f1a71;
  font-weight: bold;
  background: #dbddea;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 835px) {
  .nav-internal-area {
    padding: 70px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 835px) {
  .nav-internal-item {
    margin: 10px 0;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #0f1a71;
  }
  .nav-internal-item:nth-child(3n) {
    border-right: 1px solid #0f1a71;
  }
}

@media screen and (max-width: 834px) {
  .nav-internal-item {
    border-bottom: 1px solid #0f1a71;
  }
  .nav-internal-item:last-child {
    border-bottom: 0;
  }
}

.nav-internal-item a {
  position: relative;
  padding: 0 10px;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav-internal-item a {
    padding: 20px 0;
  }
  .nav-internal-item a:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0f1a71;
    border-bottom: 2px solid #0f1a71;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}

.list-ol {
  counter-reset: item;
  list-style-type: none;
}

.list-ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.list-ol li:before {
  counter-increment: item;
  content: counter(item) ". ";
  color: #0f1a71;
  font-weight: bold;
}

.list-ol02 {
  counter-reset: item2;
  list-style-type: none;
}

.list-ol02 li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.list-ol02 li:before {
  counter-increment: item2;
  content: "(" counter(item2, katakana) ") ";
  color: #0f1a71;
  font-weight: bold;
}

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

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

.txt-base, .sec-about__cnt, .sec-recruit__inner {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.txt-base.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .txt-base, .sec-about__cnt, .sec-recruit__inner {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.53;
  }
}

.txt-base01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.txt-base02 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.list-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-style01 li {
  width: 50%;
  margin-bottom: 23px;
}

.list-style01 li a {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  background: url("../img/common/ico-arr-r.png") no-repeat;
  background-size: 14px auto;
  background-position: top 4px left 0px;
  padding-left: 18px;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-style01 li a {
    background-position: top 2px left 0px;
  }
}

@media screen and (max-width: 1100px) {
  .list-style01 {
    display: block;
  }
  .list-style01 li {
    width: 100%;
    margin-bottom: 0;
  }
  .list-style01 li a {
    padding: 18px 60px 18px 20px;
    display: block;
    background-position: top 50% right 20px;
  }
}

.list-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: nowrap;
      flex-wrap: nowrap;*/
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.list-style02.col04 .item {
  width: 25%;
}

.list-style02.col05 .item {
  width: 20%;
}

.list-style02 .item {
  position: relative;
  background: #ffffff;
}

.list-style02 .item:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/common/ico-arr-r.png") no-repeat center/cover;
  bottom: 20px;
  right: 20px;
}

/*.list-style02 .item:last-child:after {
  content: none;
}
*/
.list-style02 .item span {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .list-style02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 10px;
  }
  .list-style02 .item {
    width: 50% !important;
    padding: 10px;
  }
}

.list-style03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.list-style03 .item {
  padding: 0;
  width: 33%;
  margin: 0 1px 10px 1px;
  background: #ffffff;
}
.list-style03 .items {
  padding: 0;
  width: 33%;
  margin: 0 1px 10px 1px;
  background: #ffffff;
}

.list-style03 .item img {
  width: 100%;
  display: block;
/*
  max-height: 214px;
*/
  width: auto;
  margin: 0 auto;
}
.list-style03 .items img {
  width: 100%;
  display: block;
/*
  max-height: 214px;
  width: auto;
*/
  margin: 0 auto;
}

.list-style03 .item a,
.list-style03 .items a {
  display: block;
}

.list-style03 .item .dtl,
.list-style03 .items .dtl {
  padding: 20px;
  background: #fff;
  text-align:center;
}

@media screen and (max-width: 834px) {
  .list-style03 .item .dtl {
    padding: 15px;
  }
}

.list-style03 .item .dtl .date {
  margin-bottom: 5px;
}

li.item.item-border {
    padding: 10px 0;
}

li.item.item-border img {
    border: 1px solid #dbddea;
    padding: 4px;
}

@media screen and (max-width: 834px) {
  .list-style03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -2.5px;
  }
  .list-style03 .item、
  .list-style03 .items {
    width: 49%;
    padding: 2.5px;
	margin:0;
  }
  .list-style03 .items img {
	width:80%;
    height:auto;
	padding:10px 0;
  }
  .list-style03.rsp_w100p .item,
  .list-style03.rsp_w100p .items {
    width: 100%;
    padding: 0;
  }
}

.list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.list-sns.jus-cen {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-sns li {
  padding: 0px 3px;
  display: inline-block;
}

.list-sns li a {
  display: inline-block;
}

.list-sns li a img {
  max-width: 21px;
}

.ikukyu{
  text-align: center;
  margin: 30px 0;
}

.ikukyu_link{
font-weight: bold;
margin-top: 10px;
color: #0f1a71;
display: block;
}

@media screen and (max-width: 834px) {
  .list-sns li a img {
    max-width: 30px;
  }
}

.ttl-comp01 {
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
}

@media screen and (max-width: 834px) {
  .ttl-comp01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ttl-comp01 .txt-en {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: #0f1a71;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 7px;
}

@media screen and (max-width: 834px) {
  .ttl-comp01 .txt-en {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 12px;
  }
}

.ttl-comp01.white .txt-en {
  color: #ffffff;
}

.ttl-comp01 .ico-head {
  display: block;
  text-align: center;
  margin-bottom: 11px;
}

@media screen and (max-width: 834px) {
  .ttl-comp01 .ico-head {
    margin-bottom: 16px;
  }
}

.ttl-comp01--lg {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 834px) {
  .ttl-comp01--lg {
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl-comp02 {
  font-size: 240px;
  font-size: 24rem;
  line-height: 1;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -5px;
}

@media screen and (max-width: 1800px) {
  .ttl-comp02 {
    font-size: 160px;
    font-size: 16rem;
  }
}

@media screen and (max-width: 834px) {
  .ttl-comp02 {
    font-size: 90px;
    font-size: 9rem;
  }
}

.ttl-comp03 {
  padding-left: 35px;
  padding-bottom: 6px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  background: url(../img/common/icn_dia.png) no-repeat left 3px top 7px;
  background-size: 24px auto;
  border-bottom: 2px solid #0f1a71;
}

@media screen and (max-width: 834px) {
  .ttl-comp03 {
    padding-left: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    background-size: 22px auto;
    background-position: left 2px top 4px;
  }
}

.ttl-comp04 {
  color: #0f1a71;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.btn-center {
  text-align: center;
  display: block;
}

.btn-comp01 {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 5px 47px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-comp01 {
    padding: 8px 47px 2px 15px;
  }
}

.btn-comp01:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/ico-arr-r.png") no-repeat center/cover;
}

.btn-comp02 {
  color: #0f1a71;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 16px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-comp02 {
    padding: 20px 30px 12px;
  }
}

.btn-comp02 img {
  margin-left: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-comp02 img {
    position: relative;
    top: -3px;
  }
}

@media screen and (max-width: 834px) {
  .btn-comp02 {
    padding: 19px 10px;
    min-width: 250px;
  }
}

.btn-comp03 {
  padding: 25px 20px;
  position: relative;
  color: #0f1a71;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ffffff;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-comp03 {
    padding: 28px 30px 22px;
  }
}

.btn-comp03:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0f1a71;
  width: 14px;
  height: 14px;
  right: 30px;
  background: url("../img/common/ico-arr-r-black.png") no-repeat center/cover;
}

@media screen and (max-width: 834px) {
  .btn-comp03 {
    padding: 10px 15px;
    display: block;
  }
  .btn-comp03:after {
    right: 15px;
  }
}

.btn-comp04 {
  padding: 5px 5px;
  margin-bottom:10px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  color: #222222;
  min-width: 280px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-comp04 span {
    position: relative;
    top: 3px;
  }
}

@media screen and (max-width: 834px) {
  .btn-comp04 {
    font-size: 12px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.btn-comp04 img {
  margin-right: 10px;
}

.btn-comp04.green {
  background: #9bb300;
  color: #ffffff;
}

@media screen and (max-width: 834px) {
  .btn-comp04--mail img, .btn-comp04--doc img {
    width: 20px;
  }
}

@media screen and (max-width: 834px) {
  .btn-comp04--iwate img {
    width: 30px;
  }
}

@media screen and (max-width: 834px) {
  .btn-comp04--kon img {
    width: 31px;
  }
}

@media screen and (max-width: 834px) {
  .btn-comp04--blade {
    font-size: 10px;
    font-size: 1rem;
  }
  .btn-comp04--blade img {
    width: 40px;
  }
}

.btn-comp04.blue {
  background: #004986;
  color: #ffffff;
}

.btn-comp04--yokokawa {
  background: transparent;
}

.btn-comp04--inos {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 14px;
}

.btn-comp05 {
  display: inline-block !important;
  position: relative;
  padding-right: 25px;
  color: #0f1a71;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.btn-comp05:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0f1a71;
  width: 14px;
  height: 14px;
  right: 0;
  background: url("../img/common/ico-arr-r-black.png") no-repeat center/cover;
}

@media screen and (max-width: 834px) {
  .btn-comp05 {
    display: block;
  }
}

.banner-recruit {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 33;
}

@media screen and (max-width: 750px) {
  .banner-recruit img {
    max-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .banner-recruit img {
    max-height: 102px;
  }
}

@media screen and (max-width: 640px) {
  .banner-recruit img {
    max-height: 85px;
  }
}

@-webkit-keyframes zoom_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoom_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.z-index {
  position: relative;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.z-index4 {
  z-index: 4;
}

.sec-mv {
  position: relative;
}

.sec-mv .slider .item {
  outline: none !important;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 3500ms ease 0s !important;
  -o-transition: opacity 3500ms ease 0s !important;
  transition: opacity 3500ms ease 0s !important;
}

.sec-mv .slider .item.-moving {
  -webkit-animation: zoom_animation 13s linear infinite;
          animation: zoom_animation 13s linear infinite;
}

.sec-mv .slider .item img {
  width: 100%;
  height: calc(100vh - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media all and (-ms-high-contrast:none){
      *::-ms-backdrop, .sec-mv .slider .item img {
        height: calc(100% - 120px);
  }
}

@media all and (-ms-high-contrast:none) and (max-width: 834px){
      *::-ms-backdrop, .sec-mv .slider .item img {
        height: calc(100vh - 60px);
  }
}


@media screen and (max-width: 834px) {
  .sec-mv .slider .item img {
    height: auto;
    min-height: 60vh;
  }
}

.sec-mv__ttl {
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fefefe;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .sec-mv__ttl {
    font-size: 32px;
    font-size: 3.2rem;
    bottom: 70px;
    left: 18px;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.sec-mv__banner {
  position: absolute;
  right: 2%;
  bottom: 120px;
  color: #ffffff;
  display: block;
  padding: 40px 40px;
  width: 400px;
  height: 225px;
  background: url("../img/index/bg-banner-mv.jpg") no-repeat center/cover;
}

.sec-mv__banner .ttl {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 33px;
}

.sec-mv__banner .txt {
  font-size: 16.5px;
  font-size: 1.65rem;
  font-weight: bold;
  line-height: 1;
}

.sec-mv__banner .txt span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8.5px;
  font-size: 0.85rem;
  display: block;
  margin-top: 5px;
}

.sec-mv .slick-dots {
  bottom: 100px;
  z-index: 32;
}

@media screen and (max-width: 834px) {
  .sec-mv .slick-dots {
    bottom: 60px;
  }
}

.sec-mv .slick-dots li button {
  width: 14px;
  height: 14px;
}

.sec-mv .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}

.sec-mv .slick-dots li.slick-active button:before {
  border: 2px solid white;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.sec-news {
  margin-top: -80px;
  background: #dbddea;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .sec-news {
    margin-top: -40px;
  }
}

.sec-news__inner {
  padding: 54px 50px 38px 50px;
/*
  padding: 54px 0px 38px 80px;
*/
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          justify-content: center;
  position: relative;
	gap:0 25px;
}

@media screen and (max-width: 1100px) {
  .sec-news__inner {
    padding: 50px 0 35px 15px;
  }
}

.sec-news__inner:after {
/*
  content: '';
  position: absolute;
  right: -2000px;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 2;
  background: #ffffff;
*/
}

@media screen and (max-width: 834px) {
  .sec-news__inner {
    padding: 30px 30px 12px;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .sec-news__inner {
    padding: 30px 15px 12px;
  }
}

.sec-news__ttl {
  width: 195px;
}

.sec-news__ttl .ttl-comp01 {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .sec-news__ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .sec-news__ttl .ttl-comp01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .sec-news__ttl .ttl-comp01 .txt-en {
    margin: 0px 0px 0px 10px;
  }
}

@media screen and (max-width: 834px) and (max-width: 374px) {
  .sec-news__ttl .ttl-comp01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-news__ttl .ttl-comp01 .txt-en {
    margin: 0;
  }
}

.sec-news .list-news {

    width: 60%;

/*
  width: calc(100% - 480px);
    width: 360px;
*/
    margin-top: 20px;
    height:21em;
    overflow-y: auto;
    padding-top: 5px;
    padding-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
  
}



@media screen and (max-width: 834px) {
  .sec-news .list-news {
    width: 100%;
    margin: 25px 0;
  }
}

.list-news dt{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100px;
}

.list-news dd {
    margin: 0 0 1em 0;
    width: calc(100% - 100px);
}

@media screen and (max-width: 834px) {
  .list-news dt{
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .list-news dd {
    width: 100%;
    margin: 3px 0 1em 0;
  }
}

.sec-news .list-news .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 22px;
}

.sec-news .list-news .item a:hover .ttl {
  color: #0f1a71;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}

@media screen and (max-width: 834px) {
  .sec-news .list-news .item a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}

.sec-news .list-news .item a .date {
  width: 90px;
  font-weight: bold;
}

.sec-news .list-news .item a .ttl {
  width: calc(100% - 90px);
  padding: 0px 0px 0px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-news .news-area {
	/*
  width: 550px;
	*/
}

.sec-news .news-area .flex{
	display: flex;
  align-items:center ;
  
}

.sec-news .news-area .flex .banner_area{
	margin-left: 40px;
}


.sec-news .box-twister {
	display: none;
  width: 420px;
/*
  width: 380px;
*/
  margin-top: -15px;
  background: #f4f4f4;
  padding-bottom: 5px;
}

.box-twister iframe {
    margin: 0px 10px 0 10px;
}

.box-twitter-head a {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	margin:0 !important;
/*
	background:#222;
*/
}

.twitter-footer .box-twitter-head a {
	background:#222;
}
.twitter-footer .box-twitter-head a:hover {
	background:#000;
}

.twitter-footer p.box-twitter-left {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 !important;
    width: 36%;
    color: #fff !important;
}

.box-twister.twitter-footer p.box-twitter-right {
    font-size: 15px;
    font-size: 1.5rem;
	line-height:1;
    margin: 0 !important;
    width: 61%;
}
.box-twister .txt-small {
    font-size: 11px !important;
    font-size: 1.1rem !important;
}
.box-twister .tw-ttl {
	font-weight:bold !important;
    font-size: 13px !important;
    font-size: 1.3rem !important;
}

@media screen and (max-width: 834px) {
  p.box-twitter-right {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}

.box-twister.twitter-footer {
    width: 280px;
    background: #222;
	border:#fff solid 1px;
/*
    background: #ffffff;
*/
}
@media screen and (max-width: 834px) {
  .box-twister.twitter-footer {
      width: 100%;
  }
}

.twitter-footer a{
	color:#fff;
}

.box-twister.twitter-footer .box-twitter-head {
    height: 60px;
	box-sizing: border-box;
}

.box-twister.twitter-footer .box-twitter-head a {
    height: 60px;
}

@media screen and (max-width: 834px) {
  .sec-news .box-twister {
    width: 100%;
    margin-top: 0;
  }
}

.box-twitter-head {
  background: url(../img/common/twitter-head.png) no-repeat left center;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}

.twitter-footer .box-twitter-head {
  background:none;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}

p.box-twitter-left {
    width: 29%;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}
@media screen and (max-width: 834px) {
  p.box-twitter-left {
      width: 120px;
  }
}
@media screen and (max-width: 834px) {
  .box-twister.twitter-footer p.box-twitter-left {
      width: 33%;
  }
}

p.box-twitter-right {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #121c72;
    width: 58%;
}

@media screen and (max-width: 834px) {
  .box-twister.twitter-footer p.box-twitter-right {
	  /*
      width: 11em;
	  */
      text-align: left !important;
      margin-left: 5% !important;
      font-size: 16px !important;
      font-size: 1.6rem !important;
/*
      width: 50%;
*/
  }
}

@media screen and (max-width: 834px) {
  .box-twister.twitter-footer .box-twitter-head a {
      justify-content: flex-start;
      height: 100%;
  }
}

@media screen and (max-width: 834px) {
  .box-twister.twitter-footer .box-twitter-head {
      background-size: 34%;
/*
      height: 120px;
*/
      height: 60px;

  }
}

@media screen and (max-width: 834px) {
  .box-twister.twitter-footer p.box-twitter-left br {
      display: none;
  }
}

@media screen and (max-width: 834px) {
  .box-twister.twitter-footer p.box-twitter-right br {
      display: none;
  }
}

.sec-news .box-youtube {
  width: 380px;
  margin-top: -15px;
  background: #f4f4f4;
  padding-bottom: 5px;
}

.box-youtube-head a {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.box-youtube.youtube-footer p.box-youtube-left {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 !important;
    width: 36%;
    color: #ffffff !important;
}

.box-youtube.youtube-footer p.box-youtube-right {
    font-size: 16px;
    font-size: 1.6rem;
    color: #121c72 !important;
    margin: 0 !important;
    width: 61%;
}

@media screen and (max-width: 834px) {
  p.box-youtube-right {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}

.box-youtube.youtube-footer {
    width: 280px;
    background: #ffffff;
}
@media screen and (max-width: 834px) {
  .box-youtube.youtube-footer {
      width: 100%;
  }
}


.box-youtube.youtube-footer .box-youtube-head {
    height: 70px;
  margin-top: 10px;
}

.box-youtube.youtube-footer .box-youtube-head a {
    height: 70px;
}

@media screen and (max-width: 834px) {
  .sec-news .box-youtube {
    width: 100%;
    margin-top: 0;
  }
}

.box-youtube-head {
  background: url(../img/common/twitter-head.png) no-repeat left center;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}

p.box-youtube-left {
    width: 33%;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}
@media screen and (max-width: 834px) {
  p.box-youtube-left {
      width: 120px;
  }
}
@media screen and (max-width: 834px) {
  .box-youtube.youtube-footer p.box-youtube-left {
      width: 33%;
  }
}

p.box-youtube-right {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #121c72;
    width: 58%;
}

@media screen and (max-width: 834px) {
  .box-youtube.youtube-footer p.box-youtube-right {
      width: 11em;
      text-align: left !important;
      margin-left: 5% !important;
      font-size: 16px !important;
      font-size: 1.6rem !important;
      width: 50%;
  }
}

@media screen and (max-width: 834px) {
  .box-youtube.youtube-footer .box-youtube-head a {
      justify-content: flex-start;
      height: 100%;
  }
}

@media screen and (max-width: 834px) {
  .box-youtube.youtube-footer .box-youtube-head {
      background-size: 34%;
      height: 60px;
  }
}

@media screen and (max-width: 834px) {
  .box-youtube.youtube-footer p.box-youtube-left br {
      display: none;
  }
}

@media screen and (max-width: 834px) {
  .box-youtube.youtube-footer p.box-youtube-right br {
      display: none;
  }
}

.youtube-area {
	width:95%;
	margin:0 auto;
	padding:10px;
	background: #fff;
	height:100%;
}
@media screen and (max-width: 834px) {
	.youtube-area {

	}
}
@media screen and (min-width: 834px) {
	.youtube-area {
		max-height:350px;
	}
	.sec-news .box-youtube {
		height:439px;
	}
}

.youtube {
/*
	box-sizing: border-box;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align: center;
*/
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube-intro{
	margin:0;
	padding:0 0.5em 1.2em;
	font-size:15px;
	line-height:1.6;
}

.youtube-btn {
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;  
	margin:12px auto 0;
	padding: 5px 5px;
	background: #ff0000;
	color: #ffffff;
	max-width: 280px;
	height:60px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.sec-about {
  background: #dbddea;
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-about {
    padding-bottom: 0px;
    padding-top: 40px;
  }
}

.sec-about:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 65px;
  left: 0;
  right: 0;
  background: #f4f4f4;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .sec-about:before {
    height: 40px;
  }
}

.sec-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .sec-about__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sec-about__img {
  width: 50%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .sec-about__img {
    width: 100%;
    padding-right: 20px;
  }
}

.sec-about__cnt {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .sec-about__cnt {
    width: 100%;
    padding: 0px 15px 40px;
  }
}

.sec-about__cnt .ttl-comp02 {
  position: absolute;
  top: -12px;
  right: 0px;
  text-align: right;
  letter-spacing: -1px;
  line-height: 0.8;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .sec-about__cnt .ttl-comp02 {
    letter-spacing: -3px;
  }
}

.sec-about__cnt .cnt__inner {
  max-width: 519px;
  position: relative;
  z-index: 2;
  margin-top: 27px;
}

@media screen and (max-width: 834px) {
  .sec-about__cnt .cnt__inner {
    margin-top: 0;
    max-width: inherit;
  }
}

.sec-about__cnt .cnt__inner .ttl-comp01 {
  margin-bottom: 26px;
}

@media screen and (max-width: 834px) {
  .sec-about__cnt .cnt__inner .ttl-comp01 {
    margin-bottom: 21px;
  }
}

.sec-about__cnt .cnt__inner p {
  max-width: 442px;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .sec-about__cnt .cnt__inner p {
    max-width: inherit;
  }
}

.sec-about__cnt .cnt__inner .btn-comp02 {
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .sec-about__cnt .cnt__inner .btn-comp02 {
    margin-top: 25px;
  }
}

.sec-scene {
  background: #f4f4f4;
  padding: 0px 0px 125px;
}

.sec-scene .ttl-comp02 {
  margin-bottom: -151px;
}

@media screen and (max-width: 834px) {
  .sec-scene .ttl-comp02 {
    margin-bottom: -95px;
    text-align: center;
    margin-top: -15px;
    line-height: 0.8;
  }
}

@media screen and (max-width: 834px) {
  .sec-scene .ttl-comp01 {
    max-width: 150px;
  }
}

@media screen and (max-width: 834px) {
  .sec-scene .img {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    z-index: 2;
    margin-top: -65px;
  }
  .sec-scene .img > img {
    width: 100%;
  }
  .sec-scene .img .btn-wrap {
    text-align: center;
    position: absolute;
    bottom: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}

.sec-scene .list-scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20%;
}

@media screen and (max-width: 1279px) {
  .sec-scene .list-scene {
    max-width: 830px;
    margin: auto;
  }
  .sec-scene .list-scene--04 .item:nth-child(2), .sec-scene .list-scene--04 .item:nth-child(3) {
    display: none;
  }
  .sec-scene .list-scene--05 .item:nth-child(1), .sec-scene .list-scene--05 .item:nth-child(3) {
    display: none;
  }
}

.sec-scene .list-scene .item {
  width: 50%;
  position: relative;
}

.sec-scene .list-scene .item .abs {
  width: 340px;
  height: 340px;
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}

.sec-scene .list-scene .item .abs:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1279px) {
  .sec-scene .list-scene .item .abs {
    width: 300px;
    height: 300px;
  }
}

.sec-scene .list-scene .item--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-scene .list-scene .item .item__txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}

.sec-scene .list-scene .item .item__txt img {
  width: 20px;
  margin-left: 5px;
}

.sec-scene .list-scene.mt-239 {
  margin-top: -239px;
}

.sec-scene .list-scene.mt-108 {
  margin-top: -108px;
}

.sec-scene .list-scene.mt-100 {
  margin-top: -100px;
}

@media screen and (max-width: 1279px) {
  .sec-scene .list-scene {
    padding: 0 !important;
  }
  .sec-scene .list-scene.mt-239 {
    margin-top: 0px;
  }
  .sec-scene .list-scene.mt-108 {
    margin-top: 0px;
  }
  .sec-scene .list-scene.mt-100 {
    margin-top: 0px;
  }
}

.sec-scene .list-scene--01 {
  position: relative;
  padding-left: 20%;
  padding-right: 0;
}

.sec-contruct {
  background: #f4f4f4 url("../img/index/bg01.png") no-repeat;
  background-size: 1280px auto;
  background-position: top right;
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
}

.sec-contruct .ttl-comp02 {
  line-height: 0.65;
  margin-bottom: -65px;
}

@media screen and (max-width: 834px) {
  .sec-contruct .ttl-comp02 {
    margin-bottom: 0;
  }
}

.sec-contruct .btn-comp02 {
  position: relative;
  bottom: -28px;
}

@media screen and (max-width: 834px) {
  .sec-contruct .btn-comp02 {
    bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .sec-contruct {
    padding-bottom: 40px;
    position: relative;
    background: url("../img/index/bg-scene-sp.png") no-repeat;
    background-size: 100% auto;
    margin-top: -51%;
    padding-top: 30%;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .sec-contruct {
    margin-top: -69%;
    padding-top: 32%;
  }
}

@media screen and (max-width: 834px) {
  .sec-contruct .ttl-comp01 {
    margin-top: -20px;
  }
}

@media screen and (max-width: 834px) and (max-width: 834px) {
  .sec-contruct .ttl-comp01 {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 834px) {
  .sec-contruct:after {
    content: '';
    position: absolute;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f4f4;
    z-index: 1;
  }
  .sec-contruct .btn-comp02 {
    position: relative;
    z-index: 2;
  }
}

.sec-contruct .contruct-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 834px) {
  .sec-contruct .contruct-top {
    display: block;
  }
}

.sec-contruct .contruct-top__r {
  text-align: center;
}

.sec-contruct .contruct-top > * {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .sec-contruct .contruct-top > * {
    width: 100%;
  }
}

.sec-contruct .slider02 {
  margin-bottom: 22px;
}

.sec-contruct .slider02 .mw-145 {
  min-width: 145px;
}

@media screen and (max-width: 1500px) {
  .sec-contruct .slider02 .mw-145 {
    min-width: inherit;
  }
}

@media screen and (max-width: 834px) {
  .sec-contruct .slider02 {
    margin-bottom: 40px;
  }
}

.sec-contruct .slider02 .slick-prev, .sec-contruct .slider02 .slick-next {
  top: 438px;
  z-index: 33;
}

@media screen and (min-width: 835px) and (max-width: 1500px) {
  .sec-contruct .slider02 .slick-prev, .sec-contruct .slider02 .slick-next {
    top: 419px;
  }
}

.sec-contruct .slider02 .slick-prev:before, .sec-contruct .slider02 .slick-next:before {
  display: none;
}

@media screen and (max-width: 834px) {
  .sec-contruct .slider02 .slick-prev, .sec-contruct .slider02 .slick-next {
    top: 82%;
  }
}

.sec-contruct .slider02 .slick-prev {
  background: url("../img/index/slick-arr-l.png") no-repeat center/cover;
  width: 80px;
  height: 80px;
  left: 265px;
}

@media screen and (min-width: 835px) and (max-width: 1500px) {
  .sec-contruct .slider02 .slick-prev {
    left: 210px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 834px) {
  .sec-contruct .slider02 .slick-prev {
    left: 7%;
  }
}

.sec-contruct .slider02 .slick-next {
  background: url("../img/index/slick-arr-r.png") no-repeat center/cover;
  width: 80px;
  height: 80px;
  left: 666px;
}

@media screen and (min-width: 835px) and (max-width: 1500px) {
  .sec-contruct .slider02 .slick-next {
    left: 474px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 834px) {
  .sec-contruct .slider02 .slick-next {
    right: 7%;
    left: auto;
  }
}

.sec-contruct .slider02 .slick-list {
  padding-top: 320px;
  margin-top: -165px;
}

@media screen and (max-width: 834px) {
  .sec-contruct .slider02 .slick-list {
    padding-top: 0;
    margin-top: 25px;
  }
}

.sec-contruct .slider02 .item {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0px 12px;
}

@media screen and (min-width: 835px) and (max-width: 1500px) {
  .sec-contruct .slider02 .item {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 834px) {
  .sec-contruct .slider02 .item {
    width: auto;
    height: auto;
    margin: auto;
  }
}

.sec-contruct .slider02 .item img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

@media screen and (min-width: 835px) and (max-width: 1500px) {
  .sec-contruct .slider02 .item img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 834px) {
  .sec-contruct .slider02 .item img {
    width: auto;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
}

@media screen and (min-width: 835px) {
  .sec-contruct .slider02 .item.slick-current > span {
    padding-right: 40px;
  }
  .sec-contruct .slider02 .item.slick-current + .slick-slide {
    width: 480px;
  }
  .sec-contruct .slider02 .item.slick-current + .slick-slide img {
    -webkit-transform: translate(-50%, -66%) scale(2.33);
        -ms-transform: translate(-50%, -66%) scale(2.33);
            transform: translate(-50%, -66%) scale(2.33);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec-contruct .slider02 .item.slick-current + .slick-slide .item__txt {
    top: -39px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 835px) and (max-width: 1500px) {
  .sec-contruct .slider02 .item.slick-current + .slick-slide .item__txt {
    top: 0;
  }
}

@media screen and (min-width: 835px) and (max-width: 1500px) {
  .sec-contruct .slider02 .item.slick-current + .slick-slide {
    width: 300px;
  }
  .sec-contruct .slider02 .item.slick-current + .slick-slide img {
    -webkit-transform: translate(-50%, -50%) scale(1.8);
        -ms-transform: translate(-50%, -50%) scale(1.8);
            transform: translate(-50%, -50%) scale(1.8);
  }
}

@media screen and (min-width: 835px) and (max-width: 1200px) {
  .sec-contruct .slider02 .item.slick-current + .slick-slide .item__txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-contruct .slider02 .item.slick-current img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec-contruct .slider02 .item.slick-current .item__txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) and (max-width: 330px) {
  .sec-contruct .slider02 .item.slick-current .item__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-contruct .slider02 .item .item__txt {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

@media screen and (min-width: 835px) and (max-width: 1200px) {
  .sec-contruct .slider02 .item .item__txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 330px) {
  .sec-contruct .slider02 .item .item__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-contruct .slider02 .item .item__txt:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-contruct .slider02 .item .item__txt > span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.sec-contruct .slider02 .item .item__txt > span:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: 0;
  background: url("../img/common/ico-arr-r.png") no-repeat center/cover;
}

.sec-recruit {
  background: #f4f4f4 url("../img/index/bg02.png") no-repeat;
  background-position: top 330px left 0px;
  background-size: 1280px auto;
  position: relative;
  padding-bottom: 240px;
  padding-top: 110px;
}

@media screen and (max-width: 834px) {
  .sec-recruit {
    padding-bottom: 40px;
    background: #f4f4f4 url("../img/index/bg02-sp.png") no-repeat;
    background-position: bottom 0 left 0px;
    background-size: 100% auto;
    padding-top: 0;
  }
}

.sec-recruit .ttl-comp01 {
  margin-bottom: 22px;
}

.sec-recruit .ttl-comp02 {
  line-height: 0.7;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: -40px;
}

@media screen and (max-width: 834px) {
  .sec-recruit .ttl-comp02 {
    margin-bottom: -20px;
  }
  .sec-recruit .ttl-comp02.txt-right {
    margin-bottom: 0;
  }
}

.sec-recruit .btn-comp02 {
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .sec-recruit .btn-comp02 {
    margin-top: 20px;
  }
}

.sec-recruit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 335px;
  background: #ffffff;
  z-index: -1;
}

.sec-recruit__inner {
  background: url("../img/index/bg-banner.jpg") no-repeat center/cover;
  padding: 0px 0px 120px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .sec-recruit__inner {
    padding-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
    background: url("../img/index/bg-banner-sp.png") no-repeat center/cover;
  }
  .sec-recruit__inner p {
    padding: 0px 15px;
  }
}

.sec-recruit__inner p {
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .sec-recruit__inner p {
    font-weight: 400;
  }
}

@media screen and (max-width: 834px) {
  .sec-recruit .inner-1600 {
    padding-bottom: 35px;
  }
}

.sec-recruit .list-style03 {
  margin-top: 4px;
}

@media screen and (max-width: 834px) {
  .pd0-sp {
    padding: 0 !important;
  }
}

.page-about {
  background: #f4f4f4;
  /*padding-top: 120px;*/
}

@media screen and (max-width: 1100px) {
  .page-about {
    /*padding-top: 60px;*/
  }
}

.page-about .sec-recruit {
  padding-bottom: 80px;
  background: none;
}

.page-about .page-title-area {
  background-image: url(../about/img/bg-pageTitle.jpg);
}

@media screen and (max-width: 834px) {
  .page-about .page-title-area {
    margin-bottom: 10px;
    background-image: url(../about/img/bg-pageTitle_sp.jpg);
  }
}

.page-about .ttl-comp01 {
  margin-bottom: 45px;
}

@media screen and (max-width: 834px) {
  .page-about .ttl-comp01 {
    margin-bottom: 30px;
  }
}

.page-about .ttl-comp03 {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .page-about .ttl-comp03 {
    margin-bottom: 20px;
  }
}

.page-about .ttl-comp04 {
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .page-about .ttl-comp04 {
    margin-bottom: 20px;
  }
}

.page-about .list-ol {
  margin-bottom: 25px;
}

@media screen and (min-width: 835px) {
  .page-about .clm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-about .clm2 .clm {
    width: 45.833%;
  }
}

.page-about .clm {
  margin-bottom: 65px;
}

@media screen and (max-width: 834px) {
  .page-about .clm {
    margin-bottom: 8vw;
  }
}

.page-about .list-style03 .item .btn-comp05 {
  margin-top: 10px;
}

.page-about .txt-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-about .txt-layout .img {
  width: 220px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .page-about .txt-layout .img {
    padding-right: 0;
    width: 100%;
  }
  .page-about .txt-layout .img img {
    width: 100%;
  }
}

.page-about .txt-layout .txt-base, .page-about .txt-layout .sec-about__cnt, .page-about .txt-layout .sec-recruit__inner {
  width: calc(100% - 220px);
  margin-bottom: 25px;
  padding-right: 15px;
}

@media screen and (max-width: 640px) {
  .page-about .txt-layout .txt-base, .page-about .txt-layout .sec-about__cnt, .page-about .txt-layout .sec-recruit__inner {
    width: 100%;
    padding-right: 0;
  }
}

.sec-message {
  margin: 80px 0 58px;
  padding: 115px 0 110px;
  background: url(../about/img/bg_wh.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-message {
    margin: 7.33vw 15px 0 15px;
    padding: 30px 0 5vw;
    background: #fff url(../about/img/bg_wh_sp.jpg) no-repeat;
    background-position: left top;
  }
}

.sec-message .ttl-comp01 {
  margin-bottom: 55px;
}

@media screen and (max-width: 834px) {
  .sec-message .ttl-comp01 {
    margin-bottom: 30px;
  }
}

.sec-message .representive-sign {
  margin-top: 25px;
  font-weight: bold;
}

.sec-message .representive-sign .cap {
  color: #0f1a71;
}

.sec-message .representive-sign .name {
  font-size: 24px;
  font-size: 2.4rem;
}

.sec-motto {
  margin: 0;
  padding: 120px 0 0;
}

.sec-contribution {
    padding: 120px 0 0 0;
}

@media screen and (max-width: 834px) {
  .sec-motto {
    padding: 7.33vw 0 6.66vw;
  }
}

.sec-motto .desc {
  margin-top: 30px;
  line-height: 2;
}

.sec-motto .standards-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}

.sec-motto .standards-list .txt-base02 {
  padding-left: 15px;
}

.sec-motto .standards-list .no {
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
  color: #0f1a71;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -2px;
}

.sec-motto .clm-mb .desc2 {
  margin-bottom: 30px;
}

.banner-recruit {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 33;
}

@media screen and (max-width: 750px) {
  .banner-recruit img {
    max-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .banner-recruit img {
    max-height: 102px;
  }
}

@media screen and (max-width: 640px) {
  .banner-recruit img {
    max-height: 85px;
  }
}

@media screen and (max-width: 834px) {
  .banner-recruit img {
    font-size: 10px;
    font-size: 1rem;
  }
  .banner-recruit img img {
    width: 40px;
  }
}


/* page-recruit */
.page-recruit {
  background: #f4f4f4;
}

.page-recruit .page-title-area {
  background-image: url(../recruit/img/bg-pageTitle.jpg);
}


@media screen and (max-width: 834px) {
  .page-recruit .page-title-area {
    margin-bottom: 10px;
    background-image: url(../recruit/img/bg-pageTitle_sp.jpg);
  }
}

.recruit-msg-top {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 1em 0;
    color: #0f1a71;
}

.department-clm3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 100px 0;
}

@media screen and (max-width: 834px) {
  .department-clm3 {
      margin-bottom: 0;
  }
}

.department-item {
    width: 33%;
    margin: 0 1px 0 1px;
    background: #ffffff;
}

@media screen and (max-width: 834px) {
  .department-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

img.department-img {
    display: block;
    margin: 0;
}

h3.department-ttl {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0f1a71;
    margin: 1em 0;
}

p.department.txt {
    font-size: 1.6rem;
    margin: 1em 1.2em 1.5em 1.2em;
    text-align: left;
    line-height: 150%;
}

.sec-recruitmsg {
    /* background: url(../about/img/bg_wh.jpg) no-repeat; */
    /* background-size: contain; */
    /* background-position: top center; */
    /* position: relative; */
    background: #f4f4f4;
    padding: 100px 0 40px 0;
}

@media screen and (max-width: 834px) {
  .sec-recruitmsg {
      padding: 60px 0 20px 0;
  }
}

.recruit-senior-msg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  margin: 30px 0 50px 0;
}

@media screen and (max-width: 834px) {
  .recruit-senior-msg {
      width: 100%;
      margin: 40px 0 30px 0;
  }
}

.recruit-senior-ttl {
    /* width: 40%; */
    /* background: #ffffff; */
    margin: 0 -30px 0 0;
}


.recruit-senior-ttl.ml30 {
  margin-left: 30px;
}

@media screen and (max-width: 834px) {
  .recruit-senior-ttl {
      width: 100%;
      margin: 0 0 0 0;
  }
}

p.recruit-senior-job {
    font-size: 1.6rem;
    color: #444444;
    font-weight: bold;
    margin: 0 0 .5rem 0;
}
@media screen and (max-width: 834px) {
  p.recruit-senior-job {
      text-align: center;
  }
}

p.recruit-senior-name {
    font-size: 3rem;
    font-weight: bold;
    color: #0f1a71;
    margin: 0 0 1rem 0;
}
@media screen and (max-width: 834px) {
  p.recruit-senior-name {
      text-align: center;
  }
}

p.recruit-senior-yaer {
    color: #666666;
    font-size: 1.5rem;
    margin: 0 0 3rem 0;
}
@media screen and (max-width: 834px) {
  p.recruit-senior-yaer {
      text-align: center;
  }
}

p.recruit-senior-catch {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2em;
    color: #0f1a71;
}
@media screen and (max-width: 834px) {
  p.recruit-senior-catch {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      line-height: 30px;
  }
}
@media screen and (max-width: 834px) {
  p.recruit-senior-catch br {
  }
}

.recruit-senior-q {
    width: 84%;
    margin: 0 auto 60px;
}
@media screen and (max-width: 834px) {
  .recruit-senior-q {
      width: 100%;
  }
}

h3.recruit-senior-q-ttl {
    padding-left: 30px;
    padding-bottom: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background: url(../img/common/icn_dia.png) no-repeat left 3px top 2px;
    background-size: 20px auto;
    border-bottom: 2px solid #0f1a71;
    margin: 0 0 1em 0;
}

p.recruit-senior-q-txt {
    font-size: 1.6rem;
    line-height: 160%;
    margin: 0 30px 1em 30px;
    color: #000000;
    text-align: justify;
}
@media screen and (max-width: 834px) {
  p.recruit-senior-q-txt {
      margin: 0;
      width: 100%;
  }
  p.recruit-senior-q-txt + p.recruit-senior-q-txt {
      margin-top: 1em;
  }
}

.recruit-senior-q .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.recruit-senior-q .flex .left{
  width: 70%;
}

.recruit-senior-q .flex .right{
  width: 30%;
  text-align: center;
}

.recruit-senior-q .flex2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.recruit-senior-q .flex2 .left{
  width: 30%;
  text-align: center;
}

.recruit-senior-q .flex2 .right{
  width: 70%;
}


@media screen and (max-width: 834px) {
  .recruit-senior-img {
      margin-top: 20px;
  }
}


.sec-recruitint {
    padding: 100px 0 50px 0;
    background: #aaaaaa;
    background: url(../about/img/bg_wh.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

ul.recruit-intern-contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 20px 0 100px 0;
}
@media screen and (max-width: 834px) {
  ul.recruit-intern-contact {
      width: 90%;
      margin: 30px auto 0 auto;
  }
}

ul.recruit-intern-contact li {
  width: 40%;
}
@media screen and (max-width: 834px) {
  ul.recruit-intern-contact li.recruit-intern-tel {
      width: 100%;
  }
}
@media screen and (max-width: 834px) {
  ul.recruit-intern-contact li.recruit-intern-mail {
      width: 100%;
  }
}

ul.recruit-intern-contact li a {
    display: block;
    padding: 20px;
}

ul.recruit-intern-contact li img {
    height: 60px;
    width: auto;
    display: block;
    margin: 0 auto;
}

li.recruit-intern-tel a {
    background: #0f1a71;
}

li.recruit-intern-mail a {
    background: #9bb200;
}

ul.recruit-require-btn {
    width: 80%;
    margin: 40px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 834px) {
  ul.recruit-require-btn {
      width: 100%;
  }
}

ul.recruit-require-btn li {
    font-size: 1.8rem;
    font-weight: bold;
    width: calc(50% - 1px);
    text-align: center;
}

@media screen and (max-width: 834px) {
  ul.recruit-require-btn li {
      width: 100%;
      margin: 0 0 3px 0;
  }
}

ul.recruit-require-btn li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #0f1a71;
  padding: 1em 0;
  background: #ffffff;
  color: #0f1a71;
}

p.recruit-app-btn {
    display: block;
    width: 80%;
    margin: 20px auto;
}
@media screen and (max-width: 834px) {
  p.recruit-app-btn {
      width: 100%;
      margin: 10px auto 10px auto;
  }
}

p.recruit-app-btn a {
    font-size: 1.8rem;
    background: #9bb200;
    color: #ffffff;
    text-align: center;
    padding: 1em 0;
    font-weight: bold;
    display: block;
}

p.recruit-privacy-txt {
    text-align: center;
    font-size: 1.6rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  p.recruit-privacy-txt {
      font-size: 14px;
      font-size: 1.4rem;
  }
}

ul.recruit-require-btn a:after {
    display: block;
    content: '';
    position: relative;
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    color: #0f1a71;
    width: 14px;
    height: 14px;
    right: -10px;
    background: url(../img/common/ico-arr-r-black.png) no-repeat center/cover;
    margin: 0 0 0 20px;
}


.sec-recruittbl {
    padding: 115px 0 60px 0;
    background: #f4f4f4;
}
@media screen and (max-width: 834px) {
  .sec-recruittbl {
      padding: 60px 0 0 0;
  }
}

.recruit-tbl-wrap {
    margin: 40px 0 40px 0;
}

table.recruit-tbl {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.6rem;
    line-height: 160%;
    border: 1px solid #bbbbbb;
    width: 100%;
}
@media screen and (max-width: 834px) {
  table.recruit-tbl {
      border-collapse: collapse;
      border: 0;
      border-bottom: 1px solid #bbbbbb;
  }
}

table.recruit-tbl th, table.recruit-tbl td {
    padding: 10px 15px;
    border: 1px solid #bbbbbb;
}

table.recruit-tbl th {
    font-weight: bold;
    background: #dbddea;
    width: 22%;
}
@media screen and (max-width: 834px) {
   table.recruit-tbl th {
      display: block;
      width: 100%;
      border-bottom: 0;
  }
}

table.recruit-tbl td {
    background: #ffffff;
    width: 78%;
}
@media screen and (max-width: 834px) {
  table.recruit-tbl td {
      display: block;
      width: 100%;
      border-bottom: 0;
  }
}

table.recruit-tbl strong {
    font-weight: bold;
}

.sec-recruitapp {
    padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .sec-recruitapp {
      padding: 60px 0 60px 0;
  }
}

table.recruit-tbl02 {
    border: 0;
}

table.recruit-tbl02 th, table.recruit-tbl02 td {
    border: 0;
    padding: 5px 0;
}
@media screen and (max-width: 834px) {
  table.recruit-tbl02 th, table.recruit-tbl02 td {
    display: table-cell;
  }
}


table.recruit-tbl02 th {
    background: none;
    padding-right: 30px;
}

@media screen and (max-width: 834px) {
  table.recruit-tbl02 th {
      width: 50%;
  }
}

@media screen and (max-width: 834px) {
  table.recruit-tbl02 td {
      width: 50%;
  }
}


/* COMPANY */

.sec-general {
    padding: 120px 0 120px 0;
}

.sec-general:nth-child(even) {
    background: #ffffff;
}

@media screen and (max-width: 1100px) {
  .sec-general {
      padding: 60px 0;
  }
}

table.tbl-company {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
    margin: 30px 0 100px 0;
}

table.tbl-company th, table.tbl-company td {
    padding: 1em 1em;
    border: 1px solid #f4f4f4;
}

table.tbl-company th {
    width: 30%;
    background: #dbddea;
    font-weight: bold;
    color: #0f1a71;
    border-left: 0;
}

table.tbl-company td {
    width: 70%;
    background: #ffffff;
    border-right: 0;
}

.org-img-wrap {
    width: 70%;
    margin: 10px auto 70px auto;
}

table.tbl-history {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
    margin: 0 auto 0 auto;
    border-top: 1px solid #dcdcdc;
}

table.tbl-history th, table.tbl-history td {
    padding: .7em 1em;
    border-bottom: 1px solid #dcdcdc;
}

table.tbl-history th {
    width: 20%;
    color: #000000;
}

table.tbl-history td {
    width: 80%;
}

.company-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-txt {
    width: 55%;
}
@media screen and (max-width: 834px) {
  .company-txt {
      width: 100%;
      margin-bottom: 20px;
  }
}
.company-img {
    width: 41%;
}
@media screen and (max-width: 834px) {
  .company-img {
      width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .company-img img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
  }
}

.company-map {
    /* width: 100%; */
    /* height: 450px; */
    background: #ffffff;
    padding: 4px 4px 0 4px;
    border: 1px solid #dbddea;
}

.company-map iframe {
    width: 100%;
    height: 500px;
}
a.link-map {
    text-decoration: underline;
    color: #0f1a71;
}



/* SERVICE */
.page-service {
  background: #f4f4f4;
}
.page-service .page-title-area {
  background-image: url(../service/img/bg-pageTitle.jpg);
}

@media screen and (max-width: 834px) {
  .page-service .page-title-area {
    margin-bottom: 10px;
    background-image: url(../service/img/bg-pageTitle_sp.jpg);
  }
}

.service-wrap {
    width: 100%;
    margin: 30px auto 0 auto;
}

.service-img {
    width: 100%;
    margin: 0 auto 15px auto;
}

.service-img img {
    display: block;
}

.service-wrap-txt {}

.service-wrap-txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
}

/* CONST */
.page-const {
  background: #f4f4f4;
}
.page-const .page-title-area {
  background-image: url(../const/img/bg-pageTitle.jpg);
}

@media screen and (max-width: 834px) {
  .page-const .page-title-area {
    margin-bottom: 10px;
    background-image: url(../const/img/bg-pageTitle_sp.jpg);
  }
}

.work-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px 0 0 0;
}

dl.work-item {
    width: 33%;
  margin: 0 1px 20px 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}

@media screen and (max-width: 1100px) {
  dl.work-item {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  dl.work-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}


.work-item dt {
    color: #0f1a71;
    background: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: .5em 1em;
    text-align: center;
    order: 2;
    width: 100%;
    /*height: 100%;*/
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

dl.work-item dd {
    order: 1;
    width: 100%;
}

dl.work-item dd img {
    display: block;
}

dl.work-item a {
    display: block;
}
.const-list-wrap {
    margin: 0 0 60px 0;
}

table.tbl-const-list {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
    margin: 30px 0 100px 0;
}

@media screen and (max-width: 834px) {
  table.tbl-const-list {
    font-size: 14px;
    font-size: 1.4rem;
	}
}

table.tbl-const-list th, table.tbl-const-list td {
    padding: .5em 1em;
    border: 1px solid #dcdcdc;
}

@media screen and (max-width: 834px) {
  table.tbl-const-list th, table.tbl-const-list td {
      padding: 5px 10px;
  }
}

table.tbl-const-list th {
    background: #f4f4f4;
    font-weight: bold;
    text-align: center;
}

table.tbl-const-list td:nth-child(2) {
    width: 170px;
}

@media screen and (max-width: 834px) {
  table.tbl-const-list td:nth-child(2) {
    width: 84px;
	}
}


/* CONTACT */
.page-contact .page-title-area {
  background-image: url(../contact/img/bg-pageTitle.jpg);
}

@media screen and (max-width: 834px) {
  .page-contact .page-title-area {
    margin-bottom: 10px;
    background-image: url(../contact/img/bg-pageTitle_sp.jpg);
  }
}

dl.contact-tf-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin: 20px auto 0 auto;
}
@media screen and (max-width: 834px) {
  dl.contact-tf-list {
      width: 100%;
  }
}



dl.contact-tf-list dt, dl.contact-tf-list dd {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: .5em 1em;
}

dl.contact-tf-list dt {
    background: #dbddea;
    font-weight: bold;
    color: #0f1a71;
    width: 40%;
    text-align: center;
}

dl.contact-tf-list dd {
    width: 60%;
    background: #ffffff;
    text-align: center;
}

.main-form-contact {
    margin-top: 40px;
}

.main-form-contact .heading-form {
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .main-form-contact .heading-form {
    margin-bottom: 15px;
  }
}

.main-form-contact .heading-form .ttlcomp-03 {
  text-align: left;
  margin-bottom: 10px;
}

.main-form-contact .box-intro-form {
  padding: 23px 15px;
  background: rgba(0, 119, 61, 0.05);
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .main-form-contact .box-intro-form {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.main-form-contact .box-intro-form .intro-form-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 9px;
}

@media screen and (max-width: 834px) {
  .main-form-contact .box-intro-form .intro-form-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.main-form-contact .box-intro-form .intro-form-content {
  padding-left: 27px;
}

@media screen and (max-width: 834px) {
  .main-form-contact .box-intro-form .intro-form-content {
    padding-left: 12px;
  }
}

.main-form-contact .box-intro-form .intro-form-content .txt-basic {
  margin-bottom: 8px;
}

.main-form-contact .box-intro-form .intro-form-content .txt-basic:last-of-type {
  margin-bottom: 0;
}

.main-form-contact .form dl {
  display: flex;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid #d4d4d4;
}

.main-form-contact .form dl:first-of-type {
  border-top: 1px solid #d4d4d4;
}

@media screen and (max-width: 640px) {
  .main-form-contact .form dl {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}

.main-form-contact .form dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  padding-right: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 200px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .main-form-contact .form dl dt {
    padding-right: 0;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

.main-form-contact .form dl dt .required {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #ec6941;
  border-radius: 2px;
  padding: 1px 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form-contact .form dl dt .required {
    padding-top: 5px;
    line-height: 1;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dt .required {
    padding-top: 2px;
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 10px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 834px) {
  .main-form-contact .form dl dt .required {
    padding-top: 5px;
  }
}

.main-form-contact .form dl dt .any {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #3399ff;
  border-radius: 2px;
  padding: 1px 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form-contact .form dl dt .any {
    padding-top: 5px;
    line-height: 1;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dt .any {
    padding-top: 2px;
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 10px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 834px) {
  .main-form-contact .form dl dt .any {
    padding-top: 5px;
  }
}

.main-form-contact .form dl dt .sm {
  display: block;
}

@media screen and (max-width: 640px) {
  .main-form-contact .form dl dt .sm {
    display: none;
  }
}

.main-form-contact .form dl dd {
  width: calc(100% - 220px);
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dd {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 640px) {
  .main-form-contact .form dl dd {
    width: 100%;
  }
}

.main-form-contact .form dl dd .input {
  width: 100%;
  height: 34px;
  background: #eeeeee;
  outline: 0;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
}

.main-form-contact .form dl dd .txt-basic {
  margin-bottom: 4px;
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dd .txt-basic {
    margin-bottom: 10px;
  }
}

/*
.main-form-contact .form dl dd .form-checkbox {
  padding-left: 25px;
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dd .form-checkbox {
    padding-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .main-form-contact .form dl dd .form-checkbox {
    padding-left: 0;
  }
}

.main-form-contact .form dl dd .form-checkbox .item {
  display: block;
  width: 20em;
  margin-right: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dd .form-checkbox .item {
    margin-bottom: 10px;
  }
}

.main-form-contact .form dl dd .form-checkbox .item:last-of-type {
  margin-right: 0;
}

.main-form-contact .form dl dd .form-checkbox .item .input-check {
  display: none;
}

.main-form-contact .form dl dd .form-checkbox .item .label {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dd .form-checkbox .item .label {
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main-form-contact .form dl dd .form-checkbox .item .label:before {
content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: #eeeeee;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    border-radius: 1em;
}

.main-form-contact .form dl dd .form-checkbox .item input:checked + label:after {
content: "";
    display: block;
    transform: rotate(45deg);
    height: 11px;
    width: 11px;
    background: #666666;
    border-radius: 1em;
    position: absolute;
    top: 4px;
    left: 4px;
}

*/

.main-form-contact .form dl dd .form-radio .item {
  display: inline-block;
  margin-right: 30px;
}

.main-form-contact .form dl dd .form-radio .item:last-of-type {
  margin-right: 0;
}

.main-form-contact .form dl dd .form-radio .item .radio {
  display: none;
}

.main-form-contact .form dl dd .form-radio .item .label {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dd .form-radio .item .label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main-form-contact .form dl dd .form-radio .item .label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #eeeeee;
  border: 1px solid #cfcfcf;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form-contact .form dl dd .form-radio .item .label:before {
    top: 3px;
  }
}

.main-form-contact .form dl dd .form-radio .item input:checked + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #1d0002;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form-contact .form dl dd .form-radio .item input:checked + label:after {
    top: 6px;
  }
}

.main-form-contact .form dl dd .box-person .item {
  display: inline-block;
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .main-form-contact .form dl dd .box-person .item {
    margin-right: 10px;
  }
}

.main-form-contact .form dl dd .box-person .item span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form-contact .form dl dd .box-person .item span {
    position: relative;
    top: 3px;
  }
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dd .box-person .item span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main-form-contact .form dl dd .box-person .item input {
  width: 50px;
  height: 34px;
  background: #eeeeee;
  outline: 0;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
}

.main-form-contact .form dl dd .box-person span {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form-contact .form dl dd .box-person span {
    position: relative;
    top: 3px;
  }
}

@media screen and (max-width: 834px) {
  .main-form-contact .form dl dd .box-person span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
  }
}

.main-form-contact .form dl dd .textarea {
  height: 113px;
  width: 100%;
  background: #eeeeee;
  outline: 0;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px;
  resize: none;
}

.other {
  padding-top: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
}

.main-form-contact .form dl dd .pl-0 {
  padding-left: 0 !important;
}

.main-form-contact .form .btn-contact {
  max-width: 582px;
  width: 100%;
  margin: 42px auto 0;
  position: relative;
}

@media screen and (max-width: 834px) {
  .main-form-contact .form .btn-contact {
    max-width: 300px;
  }
}

.main-form-contact .form .btn-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  color: #fff;
  border-radius: 11px;
  background: #78a816;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 4px;
}

@media screen and (max-width: 834px) {
  .main-form-contact .form .btn-contact a {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    height: 50px;
  }
}

.main-form-contact .form .btn-contact:after {
  content: "";
  width: 23px;
  height: 23px;
  background: url("../img/contact/ico-right.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .main-form-contact .form .btn-contact:after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

@media screen and (max-width: 834px) {
  .main-form-contact .form-support dl {
    flex-wrap: wrap;
  }
}

.main-form-contact .form-support dl dt {
  width: 260px;
}

@media screen and (max-width: 834px) {
  .main-form-contact .form-support dl dt {
    width: 210px;
  }
}

@media screen and (max-width: 640px) {
  .main-form-contact .form-support dl dt {
    width: 100%;
  }
}

.main-form-contact .form-support dl dd {
  width: calc(100% - 260px);
}

@media screen and (max-width: 834px) {
  .main-form-contact .form-support dl dd {
    width: calc(100% - 210px);
  }
}

@media screen and (max-width: 640px) {
  .main-form-contact .form-support dl dd {
    width: 100%;
  }
}

 .btn-contact input#submit-btn {
    background: #2b7bb9;
    border: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1em 4em;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 1px;
    border: 0;
	cursor: pointer;
}
 .btn-contact input#submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}



/* media awards */
.award-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 10px;
    background: #ffffff;
    margin: 0 0 20px 0;
}

.award-img a {
    width: 48%;
    /* padding: 2px; */
    /* background: #ffffff; */
}

.award-img a:nth-child(2n+3),
.award-img a:nth-child(2n+4) {
  margin: 20px 0 0 0;
}

.award-item {
    /* background: #ffffff; */
    /* padding: 20px; */
}

.award-item .ttl-comp03 {
    /* font-size: 22px; */
    /* font-size: 2.2rem; */
}


table.tbl-ma-list {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
    margin: 30px 0 100px 0;
}

table.tbl-ma-list th, table.tbl-ma-list td {
    padding: .5em 1em;
    border: 1px solid #0f1a71;
}

table.tbl-ma-list th {
    background: #0f1a71;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

table.tbl-ma-list td {}

table.tbl-ma-list td {
    background: #ffffff;
}


/* general */
.mrgn-t40 {
  margin-top: 40px;
}
.mrgn-t20 {
  margin-top: 20px;
}


/*# sourceMappingURL=maps/styles.css.map */

/* Equipment & License */
.equipment-tbl-wrap {
  margin: 40px 0 40px 0;
  overflow: auto;
  white-space: nowrap;
}

.equipment-scrollable {
  display: none;
}
@media screen and (max-width: 640px) {
  .equipment-scrollable {
    display: block;
    font-size: 1.6rem;
    line-height: 160%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
  }
}


table.equipment-tbl {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  line-height: 160%;
  border: 1px solid #bbbbbb;
  width: 100%;
}

table.equipment-tbl th {
    font-weight: bold;
    background: #dbddea;
}
table.equipment-tbl th, table.equipment-tbl td {
    padding: 10px 15px;
    border: 1px solid #bbbbbb;
}

table.equipment-tbl td {
    background: #ffffff;
}

table.equipment-tbl th, table.equipment-tbl td {
    padding: 10px 15px;
    border: 1px solid #bbbbbb;
}

.license-tbl-wrap {
  margin: 40px 0 40px 0;
}

.license-tbl-wrap > p {
  display: none;
}
@media screen and (max-width: 640px) {
  .license-tbl-wrap > p {
    display: block;
    font-size: 1.6rem;
    line-height: 160%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
  }
}


table.license-tbl {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  line-height: 160%;
  border: 1px solid #bbbbbb;
  width: 100%;
}

table.license-tbl th {
    font-weight: bold;
    background: #dbddea;
}
table.license-tbl th, table.license-tbl td {
    padding: 10px 15px;
    border: 1px solid #bbbbbb;
}

table.license-tbl td {
    background: #ffffff;
}
table.license-tbl td:nth-child(2n) {
    text-align: center;
}

table.license-tbl tr:nth-child(2n+1) td {
    background: #eee;
}

@media screen and (max-width: 640px) {
  table.license-tbl tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.license-tbl td:nth-child(2n+1) {
    flex: 1 0 70%;
  }
  table.license-tbl td:nth-child(2n) {
    flex: 0 0 25%;
  }
  table.license-tbl tr:nth-child(2n+1) td {
      background: #ffffff;
  }
}

table.license-tbl th, table.license-tbl td {
    padding: 10px 15px;
    border: 1px solid #bbbbbb;
}

/* CONST-Special */
.page-const-special {
  background: #f4f4f4;
}
.page-const-special .page-title-area {
  background-image: url(../const_special/img/bg-pageTitle.jpg);
}

@media screen and (max-width: 834px) {
  .page-const-special .page-title-area {
    margin-bottom: 10px;
    background-image: url(../const_special/img/bg-pageTitle_sp.jpg);
  }
}

dl.item-youtube {
    width: 49%;
  margin: 0 1px 20px 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
dl.item-youtube-intro {
    width: 49%;
	margin: 0 1px 20px 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	background: #D3EBD9;
}

@media screen and (max-width: 1100px) {
  dl.item-youtube {
    width: 45%;
  }
  dl.item-youtube-intro {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  dl.item-youtube {
    width: 100%;
    margin: 0 0 20px 0;
  }
  dl.item-youtube-intro {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

dl.work-item dd iframe {
  width: 100%;
    min-height: 250px;
}

dl.item-youtube-intro dd {
  width: 100%;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-start: 0 !important;
}
dl.item-youtube-intro dd p{
	text-align: left;
	font-size: 1.8rem;
	margin:0;
	padding:0 2em;
	line-height:2;
	font-weight: bold;
}	

/* TOP-Special */
.bnr-special-link {
  display: block;
  width: 350px;
  position: absolute;
  bottom: 38px;
  bottom: calc(123px + 38px + 20px);
}
@media screen and (max-width: 834px) {
  .bnr-special-link {
    width: 90%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}

.bnr-action-link {
  display: block;
  width: 350px;
/*
  position: absolute;
  bottom: 38px;
*/
	margin:10px 0;
}
@media screen and (max-width: 834px) {
  .bnr-action-link {
    width: 90%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}

.bnr-special-link img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

.bnr-action-link img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}


/* link */

.sec-link {
    padding: 120px 0 120px 0;
}

.sec-link:nth-child(even) {
    background: #ffffff;
}

@media screen and (max-width: 1100px) {
  .sec-link {
      padding: 60px 0;
  }
}

.sec-link ul {
  width:80%;
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  margin:50px auto;
  padding: 1.25em 2.5em;
  position: relative;
  background: #fafafa;
}

.sec-link ul li {
  	line-height: 1.5;
  	margin:0;
  	padding: 0.5em 1em;
  	list-style-type: none!important;
    font-size: 20px;
    font-size: 2.0rem;
}

.sec-link ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
  font-weight: 900;
}

@media screen and (max-width: 1100px) {
	.sec-link ul {
		width:100%;
  		padding: 1.25em 1.5em;
	}
	.sec-link ul li {
	  	line-height: 1.5;
	  	margin:0;
	  	padding: 0.5em 1em;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.link-none a{
	pointer-events: none;
}

@media screen and (max-width: 1100px) {
	.link-none {
		display: none;
	}
}

.head-intro{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.head-intro p{
    font-size: 18px;
    font-size: 1.8rem;
	margin:0 auto 2em;
}


/*----------------------------

  行動計画

---------------------------- */
.sec-action {
  margin: 80px 0 58px;
  padding: 115px 0 110px;
  background: url(../about/img/bg_wh.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-action {
    margin: 7.33vw 15px 0 15px;
    padding: 30px 0 5vw;
    background: #fff url(../about/img/bg_wh_sp.jpg) no-repeat;
    background-position: left top;
  }
}

.action-box {
  flex-wrap: wrap;
  margin-bottom: 8rem !important;

  /* Pattern 1 */
  /* background-color: #D3EBD9; */
  background-color: #d8daec;

  padding: 2rem;
}

h4.action-title {
  font-size: 2rem;
  padding: 1rem;

  /* Pattern 1 */
  /* border: 1px solid  #437e52; */
  border: 1px solid  #0f1a71;
  background-color: #fff;
  /* color: #437e52; */
  color: #FF33FF;

  /* Pattern 2 */
  /* border-left: 8px solid #0f1a71; */

  width: 100%;
  flex: 0 0 100%;
  font-weight: 600;
}

.action-txt {
  margin-left: 5rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .action-txt {
    margin-left: 0;
  }
}


.action-list {
  flex: 0 0 100%;
  margin: 2rem 1rem 0 3rem;
  line-height: 2;
  font-weight: 600;
  font-size: 2.4rem;
}
.action-list li:before {
  color: #000 !important;
}

@media screen and (max-width: 834px) {
  .action-list {
    flex: 0 0 100%;
    margin: 2rem 1rem 0 1rem;
    line-height: 2;
    font-weight: 600;
  }
}


.action-howto {
  font-size: 1.8rem;
  flex: 0 0 100%;
  margin-top: 2rem;
  font-weight: 600;
  color: #00862C;

  /* Pattern 2 */
  /* margin-bottom: 1.5rem; */

}

.action-howto-list {
  width: 100%;
  font-size: 1.5rem;
  display: flex;
  font-weight: bold;
  color: #00862C;

  margin: 0 0 0 3rem;
  /* Pattern 2 */
  /* border-left: 1px solid #666;
  border-top: 1px solid #999; */
}
@media screen and (max-width: 834px) {
  .action-howto-list {
    width: 100%;
    flex-direction: column;
    margin: 0;
  }
}

.action-howto-list > dt {
  width: 20%;
  font-size: 2rem;

  /* Pattern 1 */
  padding: 1rem;

  /* Pattern 2 */
  /* padding: 1.5rem;
  background-color: #d6d6d6;
  border-right: 1px solid #666;
  border-bottom: 1px solid #999; */
}
@media screen and (max-width: 834px) {
  .action-howto-list > dt {
    width: 100%;
  }
}

.action-howto-list > dd {
  width: 80%;
  font-size: 2rem;
  /* Pattern 1 */
  padding: 1rem;

  /* Pattern 2 */
  /* padding: 1.5rem;
  border-right: 1px solid #666;
  border-bottom: 1px solid #999; */

}
@media screen and (max-width: 834px) {
  .action-howto-list > dd {
    width: 100%;
  }
}


/*===========================
  行動計画専用フッタ
=========================== */

.item-col2 {
  width: 60% !important;
}
@media screen and (max-width: 834px) {
  .item-col2 {
    width: 50% !important;
  }
}

@media screen and (max-width: 834px) {
  br.sp-None {
    display: none;
  }
}


.txt-blue {
	color: #0f1a71;
}
.txt-bold {
	font-weight: 900;
}


.internship-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: flex-start; */
	justify-content: center;
	margin: 10px 0 0 0;
}

dl.internship-item {
	width: 25%;
	/* margin: 0 1px 20px 1px; */
	margin: 0 5% 10px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	height: 100%;
}
dl.internship-item:nth-of-type(3n+1) {
	margin-left: 0;
}
dl.internship-item:nth-of-type(3n) {
	margin-right: 0;
}



@media screen and (max-width: 1100px) {
	dl.internship-item {
		width: 49%;
	}
}
@media screen and (max-width: 640px) {
	dl.internship-item {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

dl.internship-item dd {
	width: 100%;
}

dl.internship-item dd img {
	display: block;
}

dl.internship-item a {
	display: block;
}

.ttl-wrapper {
	margin: 50px 0 30px;
}

.btn-grulla {
	background: linear-gradient(to bottom, #E50012 25%, #960912);
}

.list-news a{
	color:#0000CC;
}
.list-news a:hover{
	color:#ff6600;
}
.list-news a.news{
	font-weight:bold;
}
/*新入社員からのメッセージ*/
section#section07 h2.ttl-comp01{
	margin-bottom:120px;
}
section.recruit-banner div.inner-1150{
	max-width: 990px;
	margin:0 auto;
background: url("../recruit/img/recruite-New-Banner.png") no-repeat center/cover;
	min-height: 330px;
}
section.recruit-banner h3.recruit-new-tit{
	padding:3em 1em;
	display: flex;
	align-content:  stretch;
	justify-content: center;
	flex-wrap: wrap;
	width:14em;
	font-size:35px;
	font-weight: bold;
	color:white;
}
section.recruit-banner h3.recruit-new-tit .ico-head{
	margin-bottom: 0.5em;
}
section.recruit-banner h3.recruit-new-tit .txt-en{
	margin-top:0.5em;
	font-size: 23px;
}
/*採用情報ページ・メニュー*/
@media screen and (min-width: 835px){
.nav-internal-item-new{
    margin: 10px 0;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #0f1a71;
    border-right: 1px solid #0f1a71;
}
		section.recruit-banner div.inner-1150{
	max-width: 800px;
	margin:0 auto;
background: url("../recruit/img/recruite-New-Banner.png") no-repeat center/cover;
	min-height: 264px;
}
	section.recruit-banner h3.recruit-new-tit{
		font-size:30px;
	}
	section.recruit-banner h3.recruit-new-tit .txt-en{
	font-size: 20px;
}
}
@media screen and (max-width: 834px){
.nav-internal-item-new {
    border-bottom: 1px solid #0f1a71;
}
	section.recruit-banner div.inner-1150{
	max-width: 800px;
	margin:0 auto;
background: url("../recruit/img/recruite-New-Banner-sp.png") no-repeat center/cover;
	min-height: 337px;
}
	section.recruit-banner h3.recruit-new-tit{
		width:10em;
	}
}
@media screen and (max-width: 450px){
	section.recruit-banner div.inner-1150{
	max-width: 375px;
	margin:0 auto;
background: url("../recruit/img/recruite-New-Banner-sp.png") no-repeat center/cover;
	min-height: 168px;
}
	section.recruit-banner h3.recruit-new-tit{
		width:11em;
		font-size:20px;
	}
	section.recruit-banner h3.recruit-new-tit .ico-head{
		max-width: 50px;
		height: auto;
	}
	section.recruit-banner h3.recruit-new-tit .txt-en{
	font-size: 15px;
}
	
}

.interview_banner{
  text-align: center;
  margin: 30px auto;
  margin-bottom: 60px;
}

.media-item {
    background: #ffffff;
    padding: 20px;
}

.media-txt {
	width:100%;
	max-width:800px;
	margin:1em auto 3em;
}

.media-txt strong{
	font-weight:bold;
}

.newspaper {
	width:100%;
	max-width:800px;
	margin:1em auto 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
}

.newspaper li{
	list-style: none;
}

.newspaper li a{
	color:#0F1A71;
}
.newspaper li a:hover{
	color:#4D5596;
}


.newspaper li a{
	color:#0F1A71;
}
.newspaper li a:hover{
	color:#4D5596;
}

.link-deco{
  color:#0F1A71;
}

.link-deco:hover{
  color:#4D5596;
}

.sdgs-link {
	width:100%;
	max-width:800px;
	margin:50px auto 100px;
}

.sdgs-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 14px;
  color:  #0f1a71;
  background-color: #fff;
}
.sdgs-link a:hover {

}
.sdgs-link a:first-child {
  border-top: 1px #ddd solid;
}
.sdgs-label {
  margin-bottom: 10px;
}

/* Images */
.thumb-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items:center !important;
}
.thumb-wrap p {
  margin: 0 0 0 16px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight:bold;
  line-height: 1.4;
}
.thumb-wrap img {
  width: 80px;
  height: 100%;
}

/* Larger devices */
@media ( min-width: 600px) {
  .sdgs-link {
    display: flex;
    flex-wrap: wrap;
	gap:20px;
  }
  .sdgs-link a {
	width:100%;
	max-width:48%;
  }
  .sdgs-link a,
  .sdgs-link a:first-child {
    border: #ddd 1px solid;
  }
  .next-link {
    text-align: right;
  }
	.thumb-wrap {
    flex-wrap: nowrap;
	}
}


.goal-inner {
	width:100%;
	max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.goal-list {
    padding: 0;
    list-style: none;
}

.goal-list li {
	margin-bottom: 80px;
}

.goal-list .box {
    position: relative;
    margin-bottom: 10px;
    padding: 50px 40px 0;
    border: 6px solid #069edc;
	background: #fff;
}

.goal-list .txt-content {
	font-weight: 700;
    font-size: 18px;
    line-height: 2;
}
.goal-list .txt-content p{
	text-indent: -1em;
	padding-left:1em;
}
.goal-list .txt-content p::before{
	content: "・";
}
.goal-list .txt-content:last-child {
    margin-bottom: 40px;
}
.goal-list .no .label {
    display: block;
	font-size:1.5em;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
}

.goal-list .no {
    position: absolute;
    top: -23px;
    left: -35px;
    padding: 0 20px;
    border: 6px solid #069edc;
    background-color: #333;
    color: #fff;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.1;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
}

#goal03,#goal04,#goal07,#goal09,#goal11,#goal12 {
/*
	padding-top:50px;
	margin-top:-50px;
*/
}
#goal03 .goal-list .box {
	border-color: #1B973A;
}
#goal03 .goal-list .no {
    border-color: #1B973A;
    background-color: #1B973A;
}
#goal03 .goal-list .em {
    color: #1B973A;
	font-weight:bold;
}
#goal04 .goal-list .box {
	border-color: #e5243b;
}
#goal04 .goal-list .no {
    border-color: #e5243b;
    background-color: #e5243b;
}
#goal04 .goal-list .em {
    color: #e5243b;
	font-weight:bold;
}
#goal07 .goal-list .box {
	border-color: #FABD00;
}
#goal07 .goal-list .no {
    border-color: #FABD00;
    background-color: #FABD00;
}
#goal07 .goal-list .em {
    color: #FABD00;
	font-weight:bold;
}
#goal09 .goal-list .box {
	border-color: #EC6A06;
}
#goal09 .goal-list .no {
    border-color: #EC6A06;
    background-color: #EC6A06;
}
#goal09 .goal-list .em {
    color: #EC6A06;
	font-weight:bold;
}
#goal11 .goal-list .box {
	border-color: #F5A20B;
}
#goal11 .goal-list .no {
    border-color: #F5A20B;
    background-color: #F5A20B;
}
#goal11 .goal-list .em {
    color: #F5A20B;
	font-weight:bold;
}
#goal12 .goal-list .box {
	border-color: #D39206;
}
#goal12 .goal-list .no {
    border-color: #D39206;
    background-color: #D39206;
}
#goal12 .goal-list .em {
    color: #D39206;
	font-weight:bold;
}

.c-txt-note {
    color: #666;
    font-size: .6875rem;
    line-height: 1.63;
}

.sdgs-section {
    width: calc(100% - 120px);
    overflow: hidden;
    max-width: 1000px;
    min-width: 900px;
    margin: 0 auto 60px;
    height: 380px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,0.1);
    background-blend-mode: lighten;
    z-index: 1;
}

.sdgs-section .sdgs-section__in {
    width: 800px !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}
.sdgs-section .sdgs-section__cnt {
    width: 550px !important;
}
.sdgs-section .sdgs-section-ico {
    padding-top: 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}
.sdgs-section .sdgs-section-ico__item {
    width: 180px !important;
    margin-bottom: 20px!important;
	margin:0!important;
	padding:0!important;
}
.sdgs-section .sdgs-section-torikumi {
    margin-top: 50px;
    width: 100%;
    background: rgba(255,255,255,0.85);
    padding: 20px 30px 25px;
    border-radius: 5px;
}

.sdgs-section .sdgs-section__ttl {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
	text-shadow: 2px 2px 2px #666666;
}
.sdgs-section .sdgs-section-torikumi__ttl {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.sdgs-section .sdgs-section-torikumi-list__item {
    position: relative;
    padding-left: 20px;
    color: #555555;
    font-size: 15px;
    line-height: 1.5;
}
.sdgs-section .sdgs-section-torikumi-list__item::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: #008dd4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4.5px;
}
.ff-mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mt15 {
    margin-top: 15px;
}

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

	.sdgs-section .sdgs-section__in {
		width: 100%;
		align-items: flex-start;
	}

	.sdgs-section .sdgs-section-ico__item {
		margin: 0 0 0 1.3333333333vw;
		width: 13.3333333333vw;
	}
	.sdgs-section.sdgs-section--01 {
		background-image:url("../sdgs/img/bg_01.jpg");
	}
	.sdgs-section.sdgs-section--03 {
		background-image:url("../sdgs/img/bg_03.jpg");
	}
	.sdgs-section.sdgs-section--04 {
		background-image:url("../sdgs/img/bg_04.jpg");
	}
	.sdgs-section.sdgs-section--07 {
		background-image:url("../sdgs/img/bg_07.jpg");
	}
	.sdgs-section.sdgs-section--09 {
		background-image:url("../sdgs/img/bg_09.jpg");
	}
	.sdgs-section.sdgs-section--11 {
		background-image:url("../sdgs/img/bg_11.jpg");
	}
	.sdgs-section.sdgs-section--12 {
		background-image:url("../sdgs/img/bg_12.jpg");
	}
	.fz13-w {
		font-size: 13px;
	}

}

@media screen and (max-width: 768px) {
	.sdgs-section {
		width: 100%!important;
		background: none!important;
		max-width: none!important;
		min-width: 0!important;
		height: auto!important;
		margin-bottom: 0!important;
		padding-bottom: 8vw!important;
		display: block!important;
	}
	.sdgs-section .sdgs-section__in {
		width: 100%!important;
		align-items: flex-start!important;
	}
	.sdgs-section .sdgs-section__cnt {
		width: 100%!important;
	}

	.sdgs-section .sdgs-section__top {
		width: 100%!important;
		padding: 21.8666666667vw 5.3333333333vw 4.9333333333vw!important;
		margin-bottom: 4vw!important;
		background-repeat: no-repeat!important;
		background-size: cover!important;
		background-position: center center!important;
	}
	.sdgs-section .sdgs-section__ttl {
		font-size: 4.8vw!important;
		letter-spacing: 0!important;
	}
	.sdgs-section .sdgs-section-ico {
		position: absolute!important;
		z-index: 1!important;
		right: 4vw!important;
		top: 4vw!important;
		justify-content: flex-end!important;
		width: 100%!important;
		padding: 0!important;
	}
	.sdgs-section .sdgs-section-ico__item {
		margin: 0 0 0 1.3333333333vw!important;
		width: 13.3333333333vw!important;
	}
	.sdgs-section.sdgs-section--01 .sdgs-section__top {
		background-image:url("../sdgs/img/bg_01.jpg")!important;
	}
	.sdgs-section.sdgs-section--03 .sdgs-section__top {
		background-image:url("../sdgs/img/bg_03.jpg")!important;
	}
	.sdgs-section.sdgs-section--04 .sdgs-section__top {
		background-image:url("../sdgs/img/bg_04.jpg")!important;
	}
	.sdgs-section.sdgs-section--07 .sdgs-section__top {
		background-image:url("../sdgs/img/bg_07.jpg")!important;
	}
	.sdgs-section.sdgs-section--09 .sdgs-section__top {
		background-image:url("../sdgs/img/bg_09.jpg")!important;
	}
	.sdgs-section.sdgs-section--11 .sdgs-section__top {
		background-image:url("../sdgs/img/bg_11.jpg")!important;
	}
	.sdgs-section.sdgs-section--12 .sdgs-section__top {
		background-image:url("../sdgs/img/bg_12.jpg")!important;
	}
	.sdgs-section .sdgs-section-torikumi {
		margin: 0 auto!important;
		width: 89.3333333333vw!important;
		padding: 3.3333333333vw 4vw!important;
		border-radius: 0.6666666667vw!important;
		background: #f5f5f5!important;
	}
}


.text-indent{
	text-indent: 1em;
}

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

#pagetop {
    bottom: -200px;
    height: 180px;
    position: fixed;
    right: 0;
    width: 180px;
    z-index: 3;
}

@media only screen and (max-width: 599px){

	#pagetop {
	    bottom: -150px;
	    height: 124px;
	    position: fixed;
	    right: 0;
	    width: 124px;
	    z-index: 3;
	}

}




.page-sitemap {
  background: #f4f4f4;
}

.page-sitemap .page-title-area {
  background-image: url(../sitemap/img/bg-pageTitle.jpg);
}

@media screen and (max-width: 834px) {
  .page-sitemap .page-title-area {
    margin-bottom: 10px;
    background-image: url(../sitemap/img/bg-pageTitle_sp.jpg);
  }
}

.page-sitemap .ttl-comp01 {
  margin-bottom: 45px;
}

@media screen and (max-width: 834px) {
  .page-sitemap .ttl-comp01 {
    margin-bottom: 30px;
  }
}

.page-sitemap .ttl-comp03 {
  color: #0f1a71;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .page-sitemap .ttl-comp03 {
    margin-bottom: 20px;
  }
}

.page-sitemap .clm {
  margin-bottom: 85px;
}

@media screen and (max-width: 834px) {
  .page-sitemap .clm {
    margin-bottom: 12vw;
  }
}

.page-sitemap-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  padding: 0 50px;
}
@media screen and (max-width: 834px) {
  .page-sitemap-list {
    grid-template-columns: 1fr;
    gap: 10px 0;
    padding: 0 20px;
  }
}
.page-sitemap-list-item {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .page-sitemap-list-item {
    font-size: 1.8rem;
  }
}

.sns-x{
	display:block;
	font-size:1.8em;
	line-height:1;
}

.media-item a {
	color:#1558d6;
}
.media-item a:hover {
	color:#575E9B;
}

.form-checkbox {
	font-size: 16px;
	font-size: 1.6rem;
}

.main-form-contact .form dl dd .chbox {
	padding-left: 25px;
	display:flex;
	flex-wrap: wrap;
	gap:5px 15px;
	font-size: 16px;
	font-size: 1.6rem;
}
.main-form-contact .form dl dd .chbox .item {
	width:18em;
	margin-bottom:5px;
}

/* チェックボックス01 */
/*
input[type=checkbox] {
    display: none;
}
*/
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
/*
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
*/

.form-intro {
	width:80%;
	margin:1em auto;
	text-align: left;
	font-size:16px;
	line-height:1.4;
}

.form-intro-center {
	width:80%;
	margin:1em auto;
	text-align: center;
	font-size:16px;
	line-height:1.4;
}

.h-intro {
	font-size:16px;
	line-height:1.5;
	margin:0.5em 2em 0;
}
