@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,500,700,900");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: "Open Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.container {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .container {
    width: 94%;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

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

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

@media screen and (min-width: 769px) {
  .allLink {
    cursor: pointer;
  }
  .allLink:hover {
    opacity: 0.8;
  }
  .allLink a:hover {
    opacity: 1;
  }
}

.allLinkNone {
  cursor: default;
}
.allLinkNone:hover {
  opacity: 1;
}

.btn-4 {
  overflow: hidden;
  position: relative;
}
.btn-4 span {
  z-index: 20;
}
.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}

.btn-4:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5 {
  overflow: hidden;
  position: relative;
}
.btn-5 span {
  z-index: 20;
}
.btn-5:after {
  background: #699ae8;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}

.btn-5:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

::selection {
  color: #fff;
  /*文字色*/
  background: #36A6D5;
  /* Old browsers */
}

::-moz-selection {
  color: #fff;
  /*文字色*/
  background: #36A6D5;
  /* Old browsers */
}

.fontNoto {
  font-family: "Noto Sans JP", sans-serif;
}

.head {
  text-align: center;
}
.head h2 {
  color: #3A69C4;
  font-size: 46px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .head h2 {
    font-size: 23px;
    margin-bottom: 0;
  }
}

.contactArea01 {
  width: 100%;
  padding: 75px 0 70px;
  background: url("../../img/bg_top_05.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contactArea01 {
    padding: 30px 0;
    height: auto;
    position: relative;
  }
}
.contactArea01 .head {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contactArea01 .head {
    margin-bottom: 30px;
  }
}
.contactArea01 .head h2 {
  color: #fff;
}
.contactArea01 .head p {
  color: #fff;
}
.contactArea01 .text03 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .contactArea01 .text03 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contactArea01 .text03 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.contactArea01 .btn01 {
  text-align: center;
}
.contactArea01 .btn01:hover .btn-5 {
  background-position: center right 10px, center center;
}
@media screen and (max-width: 767px) {
  .contactArea01 .btn01:hover .btn-5 {
    background-position: center right 10px, center center;
  }
}
.contactArea01 .btn01 .btn-5 {
  font-size: 18px;
  font-weight: bold;
  color: #36A6D5;
  max-width: 375px;
  margin: 0 auto;
  padding: 18px 0 19px;
  background: url("../img/ico_common_03.svg") no-repeat, #fff;
  background-position: center right 30px, center center;
  background-size: 20px 15px, cover;
  border-radius: 30px;
  line-height: 1;
  transition: 0.3s;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .contactArea01 .btn01 .btn-5 {
    padding: 23px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .contactArea01 .btn01 .btn-5 {
    font-size: 13px;
    max-width: 270px;
    padding: 11px 0;
    background-position: center right 15px, center center;
    background-size: 20px 15px, cover;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .contactArea01 .btn01 .btn-5 {
    padding: 15px 0 7px;
  }
}

.breadcrumb {
  font-size: 12px;
  padding: 16px 0;
}
.breadcrumb .container {
  width: 94%;
  max-width: 1200px;
}
@media all and (-ms-high-contrast: none) {
  .breadcrumb li:not(:first-child) a {
    line-height: 1;
  }
}
.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.breadcrumb li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 1px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media all and (-ms-high-contrast: none) {
  .breadcrumb li:nth-child(n+2) {
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .subPage01 {
    margin-top: 50px;
  }
}

.title01 {
  font-size: 22px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 98px 0 90px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .title01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 18px;
    padding: 35px 0 50px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  .title01 {
    font-size: 16px;
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 360px) {
  .title01 {
    font-size: 15px;
  }
}
.title01 span {
  font-size: 72px;
  letter-spacing: 0.01em;
  display: block;
}
@media screen and (max-width: 1100px) {
  .title01 span {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .title01 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .title01 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  .title01 span {
    font-size: 28px;
  }
}

.displayNone {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .mainContent {
    margin-top: 50px;
  }
}

.table01 {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .table01 {
    width: 96%;
  }
}
.table01 table {
  margin-top: 0;
  line-height: 1.8;
}
.table01 p {
  margin: 0 0 20px 0;
}
.table01 p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.table01 th, .table01 td {
  font-size: 16px;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .table01 th, .table01 td {
    font-size: 14px;
    width: 100%;
    display: block;
  }
}
.table01 tr {
  border-top: 1px solid #d0d4d4;
  position: relative;
}
.table01 th {
  font-weight: bold;
  position: relative;
  padding: 20px 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table01 th {
    padding: 10px 0 0 10px;
  }
}
.table01 th:after {
  content: "";
  width: 228px;
  border-bottom: 1px solid #699ae8;
  position: absolute;
  top: -1px;
  left: 0;
}
.table01 td {
  width: 78%;
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 767px) {
  .table01 td {
    width: 100%;
    padding: 10px 0 10px 10px;
  }
}
.table01 td span {
  display: block;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadein02 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein02.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

a:hover {
  opacity: 1;
}

.header {
  padding-left: 20px;
  box-shadow: 2px 2px 6px rgba(205, 212, 209, 0.4);
}
@media screen and (max-width: 850px) {
  .header {
    padding-left: 10px;
  }
}
.header .logoArea {
  float: left;
  margin: 18px 15px 0;
  width: 107px;
  height: 38px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .header .logoArea {
    width: 84px;
    height: 30px;
  }
}
.header .logoArea a {
  display: block;
}
.header .recruitBtn {
  float: left;
  margin: 15px 15px 0;
  line-height: 1;
}
.header .mynavi {
  width: 160px;
  height: auto;
  margin: 15px 15px 0;
}
@media screen and (max-width: 800px) {
  .header .mynavi {
    margin-left: 5px;
  }
}
.header .menuArea {
  float: right;
}
.header .menuArea ul.menu {
  float: left;
}
.header .menuArea ul.menu li {
  float: left;
}
.header .menuArea ul.menu li:first-child .active:after {
  display: none;
}
.header .menuArea ul.menu a {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 30px 0 30px;
  margin: 0 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
  .header .menuArea ul.menu a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header .menuArea ul.menu a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .header .menuArea ul.menu a {
    margin: 0 5px;
  }
}
@media screen and (max-width: 850px) {
  .header .menuArea ul.menu a {
    font-size: 11px;
    margin: 0 4px;
  }
}
.header .menuArea ul.menu a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #3A69C4;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
  border-radius: 10px;
}
.header .menuArea ul.menu a:hover:after {
  transform: scale(1, 1);
}
.header .menuArea ul.menu .active {
  color: #3A69C4;
}
.header .menuArea ul.menu .active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3A69C4;
  border-radius: 10px;
  transform: scale(1, 1);
}
.header .menuArea p.contact {
  line-height: 0;
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .header .menuArea p.contact {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .header .menuArea p.contact {
    margin-left: 5px;
  }
}
.header .menuArea p.contact a {
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 30px 40px 30px 75px;
  background: url(../img/ico_common_01.svg), linear-gradient(to right, #36A6D5 0%, #3A69C4 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 20px 15px, 100%;
  background-position: center left 43px, center center;
}
@media screen and (max-width: 1250px) {
  .header .menuArea p.contact a {
    font-size: 12px;
    padding: 30px 20px 30px 55px;
    background-position: center left 20px, center center;
  }
}
@media screen and (max-width: 1050px) {
  .header .menuArea p.contact a {
    padding: 30px 15px 30px 40px;
    background-position: center left 15px, center center;
  }
}
@media screen and (max-width: 950px) {
  .header .menuArea p.contact a {
    padding: 30px 10px;
    background: linear-gradient(to right, #36A6D5 0%, #3A69C4 100%);
  }
}
@media screen and (max-width: 850px) {
  .header .menuArea p.contact a {
    font-size: 11px;
  }
}

.spHeader {
  width: 100%;
  height: 50px;
  padding: 7px 10px 6px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 5;
}
.spHeader .spMail {
  width: 45px;
  height: 40px;
  padding: 8px 0;
  background: #36A6D5;
  /* Old browsers */
  background: linear-gradient(to right, #36A6D5 0%, #3A69C4 100%);
  position: absolute;
  top: 5px;
  right: 40px;
}
.spHeader .spMail span {
  display: block;
  text-align: center;
}
.spHeader .spMail span:first-child {
  line-height: 0;
}
.spHeader .spMail span:first-child img {
  width: 17.5px;
  height: auto;
}
.spHeader .spMail span:last-child {
  color: #fff;
  font-size: 10px;
}
.spHeader .logo {
  float: left;
  width: 84px;
  height: 30px;
  padding-top: 5px;
}
.spHeader .logo img {
  height: 100%;
}
.spHeader .recruitBtn {
  float: left;
  width: 90px;
  padding-top: 5px;
}

.drawer--right .drawer-nav {
  background: rgba(47, 123, 203, 0.9);
}
.drawer--right .drawer-nav .drawer-menu li {
  margin-bottom: 15px;
}
.drawer--right .drawer-nav .drawer-menu li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
}
.drawer--right .drawer-nav .drawer-menu li span {
  color: #fff;
  display: block;
}
.drawer--right .drawer-nav .drawer-menu li span:first-child {
  font-size: 22px;
  font-weight: bold;
}
.drawer--right .drawer-nav .drawer-menu li span:last-child {
  font-size: 11px;
}

.drawer-hamburger {
  padding: 11px 10px;
  width: 18px;
  height: 17px;
  right: 3px;
  border-radius: 3px;
}

.drawer-hamburger-icon {
  border-radius: 3px;
}
.drawer-hamburger-icon:before {
  content: "";
  top: -5px;
  border-radius: 3px;
}
.drawer-hamburger-icon:after {
  content: "";
  top: 5px;
  border-radius: 3px;
}

.drawer-open .drawer-nav {
  width: 100%;
  height: 100%;
  background: rgba(47, 123, 203, 0.9);
  padding: 65px 0 0;
}
.drawer-open .drawer-nav .drawer-hamburger-icon:before {
  background: #fff;
}
.drawer-open .drawer-nav .drawer-hamburger-icon:after {
  background: #fff;
}
.drawer-open .drawer-hamburger-icon {
  border-radius: 3px;
}
.drawer-open .drawer-hamburger-icon:before {
  background: #fff;
}
.drawer-open .drawer-hamburger-icon:after {
  background: #fff;
}

.drawer--right.drawer-open .drawer-hamburger {
  top: 0;
  right: 3px;
}

@media screen and (min-width: 769px) {
  .spHeader {
    display: none;
  }
}

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

.footerContents01 {
  border-bottom: 1px solid #ddd;
}

.footerBox01 {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .footerBox01 {
    width: 94%;
    height: 50px;
  }
}
.footerBox01 .pageTop {
  width: 70px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.footerBox01 .pageTop:after {
  content: "";
  width: 2px;
  height: 35px;
  margin: auto;
  background: #3A69C4;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .footerBox01 .pageTop:after {
    height: 20px;
    top: -25px;
  }
}
.footerBox01 .pageTop:hover:after {
  top: -35px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .footerBox01 .pageTop:hover:after {
    top: -20px;
  }
}
.footerBox01 .pageTop a {
  display: block;
}
.footerBox01 .mynavi {
  float: left;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .footerBox01 .mynavi {
    float: none;
    text-align: center;
    margin: 0 0 10px;
  }
}

.footerBox02 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .footerBox02 {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .footerBox02 {
    width: 100%;
  }
}

.footerImg01 {
  float: right;
}
.footerImg01 a {
  max-width: 58px;
  margin: 6px 5px 0;
  padding: 5px;
  display: block;
}

.footerImg02 {
  float: left;
  width: 100px;
  margin: 15px 0 8px;
}
@media screen and (max-width: 1000px) {
  .footerImg02 {
    width: 90px;
    margin-top: 15px;
  }
}

.footerNav01 {
  font-size: 0;
  margin-top: 20px;
  float: right;
}
@media screen and (max-width: 767px) {
  .footerNav01 {
    width: 100%;
    margin-top: 0;
    background: #3A69C4;
  }
}
.footerNav01 li {
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footerNav01 li {
    border-right: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
  }
}
.footerNav01 li:first-child {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .footerNav01 li:first-child {
    border-left: 0;
  }
}
.footerNav01 li a {
  font-size: 12px;
  padding: 3px 30px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .footerNav01 li a {
    padding: 3px 15px;
  }
}
@media screen and (max-width: 900px) {
  .footerNav01 li a {
    padding: 3px 8px;
  }
}
@media screen and (max-width: 767px) {
  .footerNav01 li a {
    color: #fff;
    padding: 11px 0;
    position: relative;
  }
}
.footerNav01 li a:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .footerNav01 li a:after {
    content: "";
    color: #fff;
    font-family: "FontAwesome";
    text-align: right;
    position: absolute;
    right: 15px;
  }
}

.footerNav02 {
  float: left;
  margin-top: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .footerNav02 {
    float: none;
  }
}
.footerNav02 li a {
  padding: 2px 20px 3px;
}
@media all and (-ms-high-contrast: none) {
  .footerNav02 li a {
    padding: 6px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .footerNav02 li a {
    padding: 11px 0;
  }
}
.footerNav02 .spFooterIcowrap {
  width: 96px;
  margin: 0 auto;
  padding: 7px 0 8px;
}
.footerNav02 .spFooterIco {
  float: right;
  box-sizing: border-box;
  line-height: 0;
}
.footerNav02 .spFooterIco:first-child {
  float: left;
}
.footerNav02 .spFooterIco:last-child {
  margin-right: 6px;
}
.footerNav02 .spFooterIco img {
  height: 24px;
}
.footerNav02 .spFooterIco a {
  padding: 0;
  display: block;
}
.footerNav02 .spFooterIco a:after {
  display: none;
}

.footerContents03 {
  color: #fff;
  background: #3A69C4;
  padding: 14px 0 13px;
}
@media screen and (max-width: 767px) {
  .footerContents03 {
    padding: 0;
    background: #3A69C4;
  }
}
.footerContents03 a {
  color: #fff;
}
.footerContents03 .copy {
  font-size: 12px;
  float: right;
  padding-top: 3px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .footerContents03 .copy {
    padding: 16px 0;
    text-align: center;
    line-height: 1.2;
    float: none;
  }
}