@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html, body {
  height: 100%; }

html {
  overflow-x: hidden;
  font-size: 62.5%; }

body {
  color: #251e1c;
  font-size: 1.4em;
  font-family: "ヒラギノ角ゴ Std W3", "Noto Sans Japanese", "Hiragino Kaku Gothic Std", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.7;
  background-color: #fff;
  -webkit-text-size-adjust: none; }

a {
  color: #333333;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

a, a:hover, a::after, a span, .tab li,
a::before, button, input[type=button], input[type=reset], input[type=submit] {
  touch-action: manipulation;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.4s; }

img {
  vertical-align: bottom; }

@media print {
  #headArea, footer {
    display: none !important; } }
/* ==============================================================
*  レイアウト
* ============================================================ */
/*
*  header style
* ----------------------------------------*/
/*----------------------------------------------------------------------------------------
PC only 981～
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    z-index: 500; }
    header .inner {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 25px 5%;
      box-sizing: border-box; }
    header #h_logo {
      margin-top: 25px; }
    header #h_logo a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-decoration: none; }
      header #h_logo a .logo img {
        max-width: 350px; }
      header #h_logo a .name img {
        max-width: 240px;
        margin-top: 30px;
        margin-left: 30px; }

  .menuOpen {
    position: fixed;
    height: 100vh;
    width: 100%; }
    .menuOpen #headArea {
      position: fixed;
      z-index: 555; }
    .menuOpen #menuBtn {
      z-index: 998; }
    .menuOpen #menuArea {
      display: block;
      z-index: 100;
      overflow-y: auto; }
      .menuOpen #menuArea:before {
        opacity: 1; }
      .menuOpen #menuArea .inner {
        opacity: 1; }

  header #h_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 25px; }
  header #entryBtn a {
    display: block;
    width: 80px;
    height: 80px;
    background: #ff8000;
    border: 2px solid #ff8000;
    box-sizing: border-box;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    line-height: 80px; }
    header #entryBtn a:hover {
      background: #fff;
      color: #ff8000; }
  header #menuBtn {
    position: relative;
    width: 80px;
    height: 80px;
    background: #1f5a80;
    transition: all .4s; }
  header a.menu_trigger {
    display: block;
    transition: all .4s;
    width: 100%;
    height: 100%; }
  header a.menu_trigger span {
    display: inline-block;
    transition: all .4s; }
  header a.menu_trigger:hover {
    text-decoration: none; }
  header .menu_trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 44px;
    height: 6px;
    background-color: #fff;
    border-radius: 8px; }
  header #top .menu_trigger span,
  header #top .menu_trigger span:nth-of-type(2)::after {
    background-color: #1f5a80; }
  header .menu_trigger span:nth-of-type(1) {
    top: 22px; }
  header .menu_trigger span:nth-of-type(2) {
    top: 38px; }
  header .menu_trigger span:nth-of-type(3) {
    top: 54px; }
  header .menu_trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    background-color: #fff;
    border-radius: 6px;
    transition: all .4s; }
  header .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0); }
  header .menu_trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header .menu_trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  header .menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0); }

  #menuArea {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 150px;
    left: 0;
    z-index: -9999; }
    #menuArea:before {
      content: "";
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(62, 128, 128, 0.9);
      -o-transition: all 200ms ease-in;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
    #menuArea .inner {
      position: relative;
      z-index: 10;
      opacity: 0;
      -o-transition: all 200ms ease-in;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      padding: 3% 0; }
    #menuArea nav {
      display: flex;
      justify-content: space-around;
      max-width: 1100px;
      margin: 0 auto; }
      #menuArea nav dl dt {
        position: relative;
        margin-bottom: 10px;
        padding-left: 18px;
        color: #fff;
        font-size: 2.0rem;
        font-weight: bold; }
        #menuArea nav dl dt::before, #menuArea nav dl dt::after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          content: "";
          vertical-align: middle; }
        #menuArea nav dl dt::before {
          width: 12px;
          height: 12px;
          background: #fff; }
        #menuArea nav dl dt::after {
          left: 5px;
          box-sizing: border-box;
          width: 3px;
          height: 3px;
          border: 3px solid transparent;
          border-left: 3px solid #666; }
      #menuArea nav dl dd {
        margin-bottom: 20px;
        padding-left: 24px;
        color: #fff; }
        #menuArea nav dl dd ul {
          font-size: 1.8rem; }
          #menuArea nav dl dd ul li {
            margin-bottom: 5px;
            list-style: disc; }
      #menuArea nav a {
        color: #fff;
        text-decoration: none; }
        #menuArea nav a:hover {
          text-decoration: underline; } }
/*
*  header style ( SP only )
* ----------------------------------------*/
@media screen and (max-width: 980px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 94%;
    height: 85px;
    padding: 15px 3%;
    z-index: 500; }
    header .inner {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 10px 3%;
      box-sizing: border-box; }
    header #h_logo {
      width: 45%;
      font-size: 1em; }
      header #h_logo span {
        display: block; }
        header #h_logo span.logo img {
          width: 100%;
          max-width: 200px; }
        header #h_logo span.name img {
          width: 100%;
          max-width: 160px; }
    header #h_info dl {
      display: none; }

  #menuArea {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 115px;
    left: 0;
    z-index: -9999; }
    #menuArea:before {
      content: "";
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(62, 128, 128, 0.9);
      -o-transition: all 200ms ease-in;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
    #menuArea .inner {
      position: relative;
      z-index: 10;
      opacity: 0;
      -o-transition: all 200ms ease-in;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      padding: 3% 0; }
    #menuArea nav {
      display: block;
      max-width: 90%;
      margin: 0 auto; }
      #menuArea nav dl dt {
        position: relative;
        margin-bottom: 10px;
        padding-left: 18px;
        color: #fff;
        font-size: 2.0rem;
        font-weight: bold; }
        #menuArea nav dl dt::before, #menuArea nav dl dt::after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          content: "";
          vertical-align: middle; }
        #menuArea nav dl dt::before {
          width: 12px;
          height: 12px;
          background: #fff; }
        #menuArea nav dl dt::after {
          left: 5px;
          box-sizing: border-box;
          width: 3px;
          height: 3px;
          border: 3px solid transparent;
          border-left: 3px solid #666; }
      #menuArea nav dl dd {
        margin-bottom: 20px;
        padding-left: 24px;
        color: #fff; }
        #menuArea nav dl dd ul {
          font-size: 1.8rem; }
          #menuArea nav dl dd ul li {
            margin-bottom: 5px;
            list-style: disc; }
      #menuArea nav a {
        color: #fff;
        text-decoration: none; }
        #menuArea nav a:hover {
          text-decoration: underline; }

  .menuOpen {
    position: fixed;
    height: 100vh;
    width: 100%; }
    .menuOpen #headArea {
      position: fixed;
      z-index: 555; }
    .menuOpen #menuBtn {
      z-index: 998; }
    .menuOpen #menuArea {
      display: block;
      z-index: 100;
      overflow-y: auto; }
      .menuOpen #menuArea:before {
        opacity: 1; }
      .menuOpen #menuArea .inner {
        overflow-y: auto;
        height: 100vh;
        padding: 10px 5% 200px;
        opacity: 1; }

  header #h_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  header #entryBtn a {
    display: block;
    width: 60px;
    height: 60px;
    background: #ff8000;
    border: 2px solid #ff8000;
    box-sizing: border-box;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    line-height: 60px; }
    header #entryBtn a:hover {
      background: #fff;
      color: #ff8000; }
  header #menuBtn {
    position: relative;
    width: 60px;
    height: 60px;
    background: #1f5a80;
    transition: all .4s; }
  header a.menu_trigger {
    display: block;
    transition: all .4s;
    width: 100%;
    height: 100%; }
  header a.menu_trigger span {
    display: inline-block;
    transition: all .4s; }
  header a.menu_trigger:hover {
    text-decoration: none; }
  header .menu_trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 6px;
    background-color: #fff;
    border-radius: 8px; }
  header #top .menu_trigger span,
  header #top .menu_trigger span:nth-of-type(2)::after {
    background-color: #1f5a80; }
  header .menu_trigger span:nth-of-type(1) {
    top: 16px; }
  header .menu_trigger span:nth-of-type(2) {
    top: 28px; }
  header .menu_trigger span:nth-of-type(3) {
    top: 40px; }
  header .menu_trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    background-color: #fff;
    border-radius: 6px;
    transition: all .4s; }
  header .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0); }
  header .menu_trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header .menu_trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  header .menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0); } }
/*
*  footer style
* ----------------------------------------*/
/*----------------------------------------------------------------------------------------
PC only 981～
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  footer {
    padding: 30px 0 50px;
    background: #3e8085;
    color: #fff;
    text-align: center; }
    footer #f_logo {
      margin-bottom: 10px; }
      footer #f_logo img {
        width: 360px;
        height: auto; }
    footer #site_name {
      display: inline-block;
      margin-bottom: 30px;
      padding: 1px 10px;
      border: 1px solid #fff;
      font-size: 2.0rem;
      font-weight: bold;
      letter-spacing: 1.8px; }
    footer #link a {
      color: #fff;
      font-size: 1.5rem;
      text-decoration: none; }
      footer #link a:hover {
        text-decoration: underline; }
      footer #link a::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        background: url("../img/icon_blank.png") left top no-repeat;
        background-size: 20px; }
    footer #copyright {
      margin-top: 30px;
      text-align: center;
      font-size: 1.0em; } }
/*----------------------------------------------------------------------------------------
SP only ～980
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  footer {
    padding: 20px 3%;
    background: #3e8085;
    color: #fff;
    text-align: center; }
    footer #f_logo img {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin-bottom: 10px; }
    footer #site_name {
      display: inline-block;
      margin-bottom: 30px;
      padding: 1px 10px;
      border: 1px solid #fff;
      font-size: 2.0rem;
      font-weight: bold;
      letter-spacing: 1.8px; }
    footer #link a {
      color: #fff;
      font-size: 1.5rem;
      text-decoration: none; }
      footer #link a:hover {
        text-decoration: underline; }
      footer #link a::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        background: url("../img/icon_blank.png") left top no-repeat;
        background-size: 20px; }
    footer #copyright {
      margin-top: 30px;
      text-align: center;
      font-size: 1.0em; } }
/* ==============================================================
*  モジュール（汎用的に使用できるスタイル）
* ============================================================ */
/*
*  box
* ----------------------------------------*/
.inline {
  margin-bottom: 30px;
  padding: 0 2%; }

.pdfbox {
  margin: 0 1%;
  padding: 10px;
  background: #ECECEC;
  font-size: 12px; }
  .pdfbox p {
    margin-bottom: 0 !important; }

.bg_box {
  margin-bottom: 30px;
  padding: 10px;
  background: #ECECEC; }
  .bg_box p:last-child {
    margin-bottom: 0 !important; }

.bg_box2 {
  margin-bottom: 30px;
  padding: 10px;
  background: #EDFBB0; }
  .bg_box2 p:last-child {
    margin-bottom: 0 !important; }

/*
*  table
* ----------------------------------------*/
table:not([class]) {
  width: 100%; }
  table:not([class]) th, table:not([class]) td {
    padding: 10px;
    border-bottom: 1px solid #1f5a80;
    border-top: 1px solid #1f5a80;
    vertical-align: middle;
    text-align: left; }
  table:not([class]) th {
    white-space: nowrap;
    font-size: 1.6rem; }
  table:not([class]) td {
    font-size: 1.5rem; }
    table:not([class]) td.tit {
      font-weight: bold; }

table.t_left {
  margin-bottom: 30px; }
  table.t_left caption {
    color: #1f5a80;
    text-align: left;
    font-weight: bold; }
  table.t_left th {
    vertical-align: middle; }
  table.t_left td {
    padding: 5px 10px !important;
    text-align: left; }

table.t_left_all {
  margin-bottom: 30px; }
  table.t_left_all caption {
    color: #1f5a80;
    text-align: left;
    font-weight: bold; }
  table.t_left_all th, table.t_left_all td {
    padding: 10px !important;
    vertical-align: top !important;
    text-align: left; }

table.number {
  margin-bottom: 20px;
  border: 1px solid #1f5a80; }
  table.number caption {
    padding: 5px 10px;
    background: #1f5a80;
    color: #fff;
    font-weight: bold;
    text-align: left; }
  table.number td {
    padding: 3px 5px; }

table.no_border th, table.no_border td {
  padding: 5px 10px;
  vertical-align: top; }
table.no_border th {
  color: #1f5a80;
  text-align: left;
  white-space: nowrap; }

.en table.no_border th {
  white-space: normal; }

.v_middle {
  vertical-align: middle !important; }

.v_top {
  vertical-align: top !important; }

.nowrap {
  white-space: nowrap; }

/*----------------------------------------------------------------------------------------
sp only style
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  div.scroll {
    padding: 0 0 10px; }

  div.scroll table {
    width: 100% !important; }

  .scroll table th {
    white-space: nowrap !important; }

  .scroll table td {
    white-space: nowrap !important;
    font-size: 1.5rem !important;
    line-height: 2.7rem; }

  .scroll {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 5%; }

  .scroll::-webkit-scrollbar {
    height: 5px; }

  .scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee; }

  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666; } }
/*
*  parts scss
* ----------------------------------------*/
ul.disc {
  margin-left: 25px;
  margin-bottom: 20px; }
  ul.disc li {
    list-style: disc;
    font-size: 1.5rem; }
ul.inline_b {
  margin-bottom: 20px; }
  ul.inline_b li {
    display: inline-block; }

/*----------------------------------------------------------------------------------------
PC only 981～
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  h2 {
    margin-bottom: 30px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center; }
    h2 span {
      display: inline-block;
      color: #1f5a80; }
      h2 span:first-child {
        position: relative; }
        h2 span:first-child::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: #1f5a80; }
      h2 span.sub {
        display: block;
        font-size: 1.6rem; }

  #mainArea .copy_txt {
    margin-bottom: 50px;
    color: #1f5a80;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em; }
  #mainArea .more_link {
    margin-top: 50px;
    text-align: center; }
    #mainArea .more_link a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 20px;
      background: rgba(31, 90, 128, 0.6);
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 2px; }
      #mainArea .more_link a::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid  #fff;
        vertical-align: middle; }
      #mainArea .more_link a:hover {
        background: rgba(31, 90, 128, 0.2);
        color: #1f5a80; }
        #mainArea .more_link a:hover::after {
          border-left: 4px solid #1f5a80; } }
/*----------------------------------------------------------------------------------------
SP only 981～
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  h2 {
    margin-bottom: 30px;
    font-size: 4.4vw;
    font-weight: bold;
    text-align: center; }
    h2 span {
      display: inline-block;
      color: #1f5a80; }
      h2 span:first-child {
        position: relative; }
        h2 span:first-child::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: #1f5a80; }
      h2 span.sub {
        display: block;
        font-size: 1.6rem; }

  #mainArea .copy_txt {
    margin-bottom: 50px;
    color: #1f5a80;
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em; }
  #mainArea .more_link {
    margin-top: 50px;
    text-align: center; }
    #mainArea .more_link a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 20px;
      background: rgba(31, 90, 128, 0.6);
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 2px; }
      #mainArea .more_link a::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid  #fff;
        vertical-align: middle; }
      #mainArea .more_link a:hover {
        background: rgba(31, 90, 128, 0.2);
        color: #1f5a80; }
        #mainArea .more_link a:hover::after {
          border-left: 4px solid #1f5a80; } }
.p_relative {
  position: relative; }

.centering {
  display: flex;
  justify-content: center;
  align-items: center; }

.t_center {
  text-align: center !important; }

.t_right {
  text-align: right !important; }

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

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.p0 {
  padding: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl60 {
  padding-left: 60px !important; }

.p10 {
  padding: 10px !important; }

.small {
  font-size: 1.3rem; }

.medium {
  font-size: 1.4rem; }

.notes {
  font-size: 1.3rem; }

.indent {
  text-indent: 1em; }

.indent2 {
  text-indent: 2em; }

.no_indent {
  text-indent: 0 !important; }

.c_red {
  color: #E71C20; }

.c_blue {
  color: #2980b9; }

.bold {
  font-weight: bold; }

.bdr_cancel {
  position: relative;
  display: inline-block; }
  .bdr_cancel::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 3px;
    border-bottom: 3px double #000; }

.u_line {
  text-decoration: underline; }

.mk_black {
  display: inline-block;
  padding: 0 5px;
  background: #000;
  color: #fff; }

.icon_new {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  background: #FF3F42;
  color: #fff;
  font-size: 12px;
  vertical-align: middle; }

hr[class] {
  height: 0;
  padding: 0;
  border: 0; }
hr.line_dot {
  border-top: 1px dotted #333; }
hr.line_dash {
  border-top: 1px dashed #333; }

.w_p10 {
  width: 10%; }

.w_p20 {
  width: 20%; }

.w_p30 {
  width: 30%; }

.w_p40 {
  width: 40%; }

.w_p50 {
  width: 50%; }

.w_p60 {
  width: 60%; }

.w_p65 {
  width: 65%; }

.w_p70 {
  width: 70%; }

.w_p80 {
  width: 80%; }

.w_p90 {
  width: 90%; }

.w_p100 {
  width: 100%; }

.b_solid {
  border: 1px solid #333; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ==============================================================
*  PC // 各ページ固有のスタイル
* ============================================================ */
/*----------------------------------------------------------------------------------------
top page style
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  body#top #silderArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 630px; }
    body#top #silderArea .slide01 {
      background-image: url(../../img/slide01.png); }
    body#top #silderArea .slide02 {
      background-image: url(../../img/slide02.png); }
    body#top #silderArea .slide03 {
      background-image: url(../../img/slide03.png); }
    body#top #silderArea .slide {
      width: 100vw;
      height: 630px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  body#top #mainvisualArea {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 630px;
    background-size: cover; }
    body#top #mainvisualArea .read_copy {
      z-index: 5; }
      body#top #mainvisualArea .read_copy img {
        max-width: 500px; }
  body#top #mainArea section {
    font-size: 1.6rem; }
  body#top #mainArea ul.pageLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 8% 0; }
    body#top #mainArea ul.pageLink li {
      width: 24%;
      margin: 0 10px;
      box-sizing: border-box; }
      body#top #mainArea ul.pageLink li a {
        position: relative;
        display: block;
        padding: 7px 0;
        background: rgba(31, 90, 128, 0.6);
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box; }
        body#top #mainArea ul.pageLink li a::after {
          position: absolute;
          content: "";
          top: 0;
          bottom: 0;
          right: 10px;
          margin: auto;
          box-sizing: border-box;
          width: 4px;
          height: 4px;
          border: 4px solid transparent;
          border-left: 4px solid  #fff;
          vertical-align: middle; }
        body#top #mainArea ul.pageLink li a:hover {
          background: #fff;
          color: #1f5a80; }
          body#top #mainArea ul.pageLink li a:hover::after {
            border-left: 4px solid #1f5a80; }
  body#top #messageArea {
    padding: 120px 0 200px;
    background: url("../../img/bg_message.png") center 70% no-repeat;
    background-size: contain; }
    body#top #messageArea .inner {
      width: 610px;
      margin: 0 auto; }
      body#top #messageArea .inner .main_txt {
        line-height: 2.0; }
  body#top #workstyleArea {
    margin-bottom: 30px;
    padding: 50px 0 100px;
    background: url("../../img/bg_workstyle.png") center top no-repeat;
    background-size: cover; }
    body#top #workstyleArea h2 {
      margin-bottom: 70px; }
  body#top #companyArea {
    padding: 50px 0 100px;
    background: url("../../img/bg_company.png") center top no-repeat;
    background-size: cover; }
    body#top #companyArea ul.pageLink {
      margin-top: 80px; }
  body#top #galleryArea {
    padding: 60px 0 300px;
    background: url("../../img/bg_galleryarea.png") center 100px no-repeat;
    background-size: 90%; }
    body#top #galleryArea .inner {
      margin: 0 10%; }
    body#top #galleryArea .copy_txt {
      margin-top: 220px;
      text-align: right; }
    body#top #galleryArea .more_link {
      text-align: right !important; } }
/*----------------------------------------------------------------------------------------
top page style
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  body#top #silderArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%; }
    body#top #silderArea .slide {
      width: 100vw;
      height: 50vh;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right center; }
    body#top #silderArea .slide01 {
      background-image: url(../../img/slide01.png); }
    body#top #silderArea .slide02 {
      background-image: url(../../img/slide02.png);
      background-position: center center; }
    body#top #silderArea .slide03 {
      background-image: url(../../img/slide03.png); }
  body#top #mainvisualArea {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    background-size: cover; }
    body#top #mainvisualArea .read_copy {
      margin-top: 20%;
      text-align: center;
      z-index: 5; }
      body#top #mainvisualArea .read_copy img {
        width: 90%;
        max-width: 400px; }
  body#top #mainArea section {
    font-size: 1.6rem; }
  body#top #mainArea ul.pageLink {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 100px 8% 0; }
    body#top #mainArea ul.pageLink li {
      width: 46%;
      margin: 0 10px 20px;
      box-sizing: border-box; }
      body#top #mainArea ul.pageLink li a {
        position: relative;
        display: block;
        padding: 7px 0;
        background: rgba(31, 90, 128, 0.6);
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box; }
        body#top #mainArea ul.pageLink li a::after {
          position: absolute;
          content: "";
          top: 0;
          bottom: 0;
          right: 10px;
          margin: auto;
          box-sizing: border-box;
          width: 4px;
          height: 4px;
          border: 4px solid transparent;
          border-left: 4px solid  #fff;
          vertical-align: middle; }
        body#top #mainArea ul.pageLink li a:hover {
          background: #fff;
          color: #1f5a80; }
          body#top #mainArea ul.pageLink li a:hover::after {
            border-left: 4px solid #1f5a80; }
  body#top #messageArea {
    padding: 40px 0 140px;
    background: url("../../img/bg_message.png") left 95% no-repeat;
    background-size: 100%; }
    body#top #messageArea .inner {
      margin: 0 10%; }
      body#top #messageArea .inner .copy_txt {
        margin-bottom: 30px; }
      body#top #messageArea .inner .main_txt {
        line-height: 2.0; }
  body#top #workstyleArea {
    margin-bottom: 30px;
    padding: 50px 0 100px;
    background: url("../../img/bg_workstyle.png") center top no-repeat;
    background-size: cover; }
    body#top #workstyleArea h2 {
      margin-bottom: 70px; }
  body#top #companyArea {
    padding: 50px 0 100px;
    background: url("../../img/bg_company.png") center top no-repeat;
    background-size: cover; }
    body#top #companyArea ul.pageLink {
      margin-top: 80px; }
  body#top #galleryArea {
    padding: 60px 0 300px;
    background: url("../../img/bg_galleryarea.png") center 90% no-repeat;
    background-size: 100%; }
    body#top #galleryArea .inner {
      position: relative;
      margin: 0 10%; }
    body#top #galleryArea .copy_txt {
      text-align: center; } }
/*----------------------------------------------------------------------------------------
page style (contents page)
----------------------------------------------------------------------------------------*/
/* -- titleArea background image -- */
#message #titleArea {
  background: url("../../img/bg_tit_message.png") left top no-repeat;
  background-size: cover; }

#entry #titleArea {
  background: url("../../img/bg_tit_entry.jpg") left top no-repeat;
  background-size: cover; }

#gallery #titleArea {
  background: url("../../gallery/img/bg_tit_gallery.png") left top no-repeat;
  background-size: cover; }

#company #titleArea.overview {
  background: url("../../company/img/bg_title_overview.png") left top no-repeat;
  background-size: cover; }

#company #titleArea.support {
  background: url("../../company/img/bg_title_support.png") center top no-repeat;
  background-size: cover; }

#workstyle #titleArea.people01 {
  background: url("../../workstyle/img/bg_title_people01.png") center top no-repeat;
  background-size: cover; }

#workstyle #titleArea.people02 {
  background: url("../../workstyle/img/bg_title_people02.png") center top no-repeat;
  background-size: cover; }

#workstyle #titleArea.people03 {
  background: url("../../workstyle/img/bg_title_people03.png") center top no-repeat;
  background-size: cover; }

#workstyle #titleArea.people04 {
  background: url("../../workstyle/img/bg_title_people04.png") center top no-repeat;
  background-size: cover; }

/* -- //titleArea background image end -- */
/*----------------------------------------------------------------------------------------
PC only 981～
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 981px) {
  #titleArea {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 630px;
    margin-bottom: 8px;
    text-align: center;
    color: #1f5a80; }
    #titleArea h1 {
      font-size: 4.4rem;
      text-shadow: 0px 0px 7px white; }
      #titleArea h1 span {
        display: block; }
        #titleArea h1 span.sub {
          font-size: 2.2rem; }
    #titleArea #peopleInfo {
      position: relative;
      width: 100%;
      height: 100%; }
      #titleArea #peopleInfo h1 {
        position: absolute;
        top: 50%;
        bottom: 50%;
        left: 5%;
        margin: auto;
        transform: translateY(-50%) translateX(0);
        -webkit-transform: translateY(-50%) translateX(0); }
        #titleArea #peopleInfo h1 img {
          width: -webkit-calc(100% / 1.3);
          width: calc(100% / 1.3); }
      #titleArea #peopleInfo dl {
        position: absolute;
        bottom: 5%;
        right: 5%;
        margin-top: auto;
        display: inline-block;
        width: 385px; }
        #titleArea #peopleInfo dl dt img, #titleArea #peopleInfo dl dd img {
          width: -webkit-calc(100% / 1);
          width: calc(100% / 1); }
        #titleArea #peopleInfo dl dt {
          margin-bottom: 20px;
          padding-bottom: 20px;
          border-bottom: 2px solid #fff; }

  /*------------------------------------------------------------------
    message
  ------------------------------------------------------------------*/
  #message #messageBox {
    padding: 120px 0 80px;
    background: url("../../img/bg_message_page.png") center top no-repeat;
    background-size: cover; }
    #message #messageBox .inner {
      width: 660px;
      margin: 0 auto; }
    #message #messageBox .main_txt {
      margin-top: 60px;
      font-size: 1.7rem;
      line-height: 2.0em; }
      #message #messageBox .main_txt p {
        margin-bottom: 40px; }

  /*------------------------------------------------------------------
    workstyle
  ------------------------------------------------------------------*/
  .careerpass #interviewArea .interviewBox:last-child {
    padding-bottom: 150px; }

  #interviewArea .interviewBox:nth-child(2n+1) {
    background: #b6b7ff; }
    #interviewArea .interviewBox:nth-child(2n+1) .textBox {
      margin-right: 40px; }
  #interviewArea .interviewBox .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 10%;
    padding: 90px 0;
    box-sizing: border-box; }
  #interviewArea .interviewBox:nth-child(2n) .inner {
    flex-flow: row-reverse; }
  #interviewArea .interviewBox:nth-child(2n) .textBox {
    margin-left: 40px; }
  #interviewArea .interviewBox .textBox h2 {
    color: #1f5a80;
    text-align: left; }
  #interviewArea .interviewBox .textBox .answer_txt {
    font-size: 1.7rem; }
  #interviewArea .interviewBox .photo {
    margin-top: 80px; }
    #interviewArea .interviewBox .photo img {
      max-width: 440px; }

  #scheduleArea {
    padding: 100px 0 150px; }
    #scheduleArea .inner {
      margin: 0 10%; }
    #scheduleArea h2 {
      border-top: 1px solid #1f5a80;
      border-bottom: 1px solid #1f5a80; }
    #scheduleArea .img {
      margin: 60px 0;
      text-align: center; }
      #scheduleArea .img img {
        width: calc(100% / 1.3);
        max-width: 850px; }

  #profArea {
    background: #808080; }
    #profArea .inner {
      position: relative;
      margin: 0 10%;
      padding: 120px 0 40px; }
      #profArea .inner h2 {
        color: #ff9c00;
        font-size: 4.0rem;
        font-family: "ヒラギノ明朝 Std W3", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        letter-spacing: 2px; }
      #profArea .inner .icon {
        position: absolute;
        top: -100px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center; }
        #profArea .inner .icon img {
          max-width: 200px; }
    #profArea .column3 {
      display: flex;
      justify-content: space-between; }
      #profArea .column3 dl {
        width: 30%;
        padding-left: 2%;
        color: #fff;
        border-left: 2px dashed #fff;
        font-size: 1.5rem; }
        #profArea .column3 dl:first-child {
          border-left: 0; }
        #profArea .column3 dl dt {
          margin-bottom: 25px; }
          #profArea .column3 dl dt img {
            width: 100%; }
        #profArea .column3 dl dd {
          line-height: 2.0em; }

  #careerpassArea {
    padding: 100px 0 80px; }
    #careerpassArea .inner {
      margin: 0 10%; }
    #careerpassArea h2 {
      color: #1f5a80;
      font-size: 2.4rem; }
    #careerpassArea .wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    #careerpassArea .txt_box {
      width: 45%;
      font-size: 1.7rem; }
    #careerpassArea ul {
      width: 35%;
      margin-right: 3%; }
      #careerpassArea ul li {
        position: relative;
        margin-bottom: 35px;
        padding: 5px 0;
        background: #1f5a80;
        color: #fff;
        text-align: center;
        line-height: 1.4em; }
        #careerpassArea ul li::after {
          position: absolute;
          bottom: -28px;
          left: 0;
          right: 0;
          margin: auto;
          display: inline-block;
          content: "";
          width: 22px;
          height: 22px;
          background: url("../../workstyle/img/icon_arrow.png") left top no-repeat;
          background-size: 22px; }
        #careerpassArea ul li:last-child::after {
          display: none; }

  #linkArea ul.pageLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 10%; }
    #linkArea ul.pageLink li {
      width: 24%;
      margin: 0 10px;
      box-sizing: border-box; }
      #linkArea ul.pageLink li a {
        position: relative;
        display: block;
        padding: 7px 0;
        background: #1f5a80;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box; }
        #linkArea ul.pageLink li a::after {
          position: absolute;
          content: "";
          top: 0;
          bottom: 0;
          right: 10px;
          margin: auto;
          box-sizing: border-box;
          width: 4px;
          height: 4px;
          border: 4px solid transparent;
          border-left: 4px solid  #fff;
          vertical-align: middle; }
        #linkArea ul.pageLink li a:hover {
          background: rgba(31, 90, 128, 0.2);
          color: #1f5a80; }
          #linkArea ul.pageLink li a:hover::after {
            border-left: 4px solid #1f5a80; }

  /*------------------------------------------------------------------
    company
  ------------------------------------------------------------------*/
  #company {
    /* support.html -----------------*/ }
    #company.support #mainArea #supportArea {
      padding: 100px 0; }
      #company.support #mainArea #supportArea .inner {
        width: 660px;
        margin: 0 auto; }
      #company.support #mainArea #supportArea h2 {
        color: #1f5a80; }
      #company.support #mainArea #supportArea p {
        font-size: 1.7rem;
        line-height: 2.0em; }
    #company.support #mainArea #photoArea {
      margin-bottom: 100px; }
      #company.support #mainArea #photoArea ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        #company.support #mainArea #photoArea ul li {
          width: 25%; }
          #company.support #mainArea #photoArea ul li img {
            width: 100%; }
    #company.support #mainArea #supportList {
      margin-bottom: 80px; }
      #company.support #mainArea #supportList .inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0 10%; }
        #company.support #mainArea #supportList .inner dl {
          width: 45%;
          margin-bottom: 40px; }
          #company.support #mainArea #supportList .inner dl dt {
            margin-bottom: 5px;
            padding-bottom: 5px;
            color: #1f5a80;
            border-bottom: 1px solid #1f5a80;
            font-size: 2.0rem;
            font-weight: bold; }
            #company.support #mainArea #supportList .inner dl dt::before {
              content: "";
              display: inline-block;
              width: 20px;
              height: 22px;
              margin-right: 5px;
              vertical-align: middle;
              background: url("../../company/img/icon_circle.png") left top no-repeat;
              background-size: 100%; }
          #company.support #mainArea #supportList .inner dl dd {
            font-size: 1.6rem; }
    #company #overviewArea {
      padding: 100px 0; }
      #company #overviewArea .inner {
        width: 660px;
        margin: 0 auto; }
      #company #overviewArea h2 {
        color: #1f5a80; }
      #company #overviewArea p {
        font-size: 1.7rem;
        line-height: 2.0em; }
    #company #tableArea {
      padding: 0 0 100px; }
      #company #tableArea .inner {
        max-width: 660px;
        margin: 0 auto; }

  /*------------------------------------------------------------------
    gallery
  ------------------------------------------------------------------*/
  #photoArea .inner {
    padding: 100px 0;
    margin: 0 10%; }
    #photoArea .inner .read_txt {
      width: 600px;
      margin: 0 auto;
      font-size: 1.6rem;
      line-height: 2.0em; }
  #photoArea .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 100px; }
    #photoArea .wrap dl {
      width: 31%;
      margin-bottom: 30px; }
      #photoArea .wrap dl dt {
        margin-bottom: 5px; }
        #photoArea .wrap dl dt img {
          width: 100%; }
      #photoArea .wrap dl dd {
        color: #1f5a80;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center; }

  /*------------------------------------------------------------------
    entry
  ------------------------------------------------------------------*/
  #entry #mainArea .entryArea {
    padding: 80px 0 60px; }
    #entry #mainArea .entryArea .inner {
      max-width: 660px;
      margin: 0 auto; }
    #entry #mainArea .entryArea h2 {
      color: #1f5a80; }
  #entry #mainArea .entry_btn {
    margin-bottom: 80px;
    text-align: center; }
    #entry #mainArea .entry_btn a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 20px;
      background: rgba(31, 90, 128, 0.6);
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 2px; }
      #entry #mainArea .entry_btn a::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid  #fff;
        vertical-align: middle; }
      #entry #mainArea .entry_btn a:hover {
        background: rgba(31, 90, 128, 0.2);
        color: #1f5a80; }
        #entry #mainArea .entry_btn a:hover::after {
          border-left: 4px solid #1f5a80; } }
/*----------------------------------------------------------------------------------------
page style (contents page)
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  #titleArea {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 8px;
    padding-top: 60px;
    text-align: center;
    color: #1f5a80; }
    #titleArea h1 {
      font-size: 5.2vw;
      text-shadow: 0px 0px 7px white; }
      #titleArea h1 span {
        display: block; }
        #titleArea h1 span.sub {
          font-size: 3.8vw; }
    #titleArea #peopleInfo {
      width: 100%;
      height: 100%;
      margin-left: 5%;
      padding-bottom: 5%;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-end;
      flex-flow: column; }
      #titleArea #peopleInfo h1 {
        margin-top: 120px;
        margin-bottom: 20px;
        text-align: left; }
        #titleArea #peopleInfo h1 img {
          max-width: 90%;
          max-height: 66px; }
      #titleArea #peopleInfo dl {
        text-align: left; }
        #titleArea #peopleInfo dl dt img, #titleArea #peopleInfo dl dd img {
          width: calc(100% / 2); }
        #titleArea #peopleInfo dl dt img {
          max-height: 64px; }

  /*------------------------------------------------------------------
    message
  ------------------------------------------------------------------*/
  #message #messageBox {
    padding: 60px 0;
    background: url("../../img/bg_message_page.png") center top no-repeat;
    background-size: cover; }
    #message #messageBox .inner {
      margin: 0 4%; }
    #message #messageBox .main_txt {
      margin-top: 30px;
      font-size: 3.5vw;
      line-height: 2.0em; }
      #message #messageBox .main_txt p {
        margin-bottom: 20px; }

  /*------------------------------------------------------------------
    workstyle
  ------------------------------------------------------------------*/
  #workstyle #titleArea {
    height: 70vh; }

  .careerpass #interviewArea .interviewBox:last-child {
    padding-bottom: 100px; }

  #interviewArea .interviewBox:nth-child(2n+1) {
    background: #b6b7ff; }
  #interviewArea .interviewBox .inner {
    margin: 0 8%;
    padding: 50px 0;
    box-sizing: border-box; }
  #interviewArea .interviewBox:nth-child(2n) .inner {
    flex-flow: row-reverse; }
  #interviewArea .interviewBox .textBox h2 {
    color: #1f5a80;
    text-align: left; }
  #interviewArea .interviewBox .textBox .answer_txt {
    font-size: 3.2vw; }
  #interviewArea .interviewBox .photo {
    margin-top: 20px; }
    #interviewArea .interviewBox .photo img {
      width: 100%;
      max-width: 440px; }

  #scheduleArea {
    padding: 50px 0 100px; }
    #scheduleArea .inner {
      margin: 0 4%; }
    #scheduleArea h2 {
      border-top: 1px solid #1f5a80;
      border-bottom: 1px solid #1f5a80; }
    #scheduleArea .img {
      margin: 60px 0;
      text-align: center; }
      #scheduleArea .img img {
        width: 100%; }

  #profArea {
    background: #808080; }
    #profArea .inner {
      position: relative;
      margin: 0 10%;
      padding: 120px 0 40px; }
      #profArea .inner h2 {
        color: #ff9c00;
        font-size: 4.0rem;
        font-family: "ヒラギノ明朝 Std W3", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        letter-spacing: 2px; }
      #profArea .inner .icon {
        position: absolute;
        top: -100px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center; }
        #profArea .inner .icon img {
          max-width: 200px; }
    #profArea .column3 dl {
      margin-bottom: 20px;
      padding-bottom: 20px;
      color: #fff;
      border-bottom: 2px dashed #fff;
      font-size: 1.5rem; }
      #profArea .column3 dl:last-child {
        border-bottom: 0; }
      #profArea .column3 dl dt {
        margin-bottom: 15px; }
        #profArea .column3 dl dt img {
          width: 100%; }
      #profArea .column3 dl dd {
        line-height: 2.0em; }

  #careerpassArea {
    padding: 60px 0; }
    #careerpassArea .inner {
      margin: 0 10%; }
    #careerpassArea h2 {
      color: #1f5a80;
      font-size: 4.4vw; }
    #careerpassArea .txt_box {
      margin-bottom: 20px;
      font-size: 3.6vw; }
    #careerpassArea ul li {
      position: relative;
      margin-bottom: 35px;
      padding: 5px 0;
      background: #1f5a80;
      color: #fff;
      text-align: center;
      line-height: 1.4em; }
      #careerpassArea ul li::after {
        position: absolute;
        bottom: -28px;
        left: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        content: "";
        width: 22px;
        height: 22px;
        background: url("../../workstyle/img/icon_arrow.png") left top no-repeat;
        background-size: 22px; }
      #careerpassArea ul li:last-child::after {
        display: none; }

  #linkArea ul.pageLink {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 80px 10%; }
    #linkArea ul.pageLink li {
      width: 80%;
      margin-bottom: 10px;
      box-sizing: border-box; }
      #linkArea ul.pageLink li a {
        position: relative;
        display: block;
        height: 100%;
        padding: 7px 0;
        background: #1f5a80;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box; }
        #linkArea ul.pageLink li a::after {
          position: absolute;
          content: "";
          top: 0;
          bottom: 0;
          right: 10px;
          margin: auto;
          box-sizing: border-box;
          width: 4px;
          height: 4px;
          border: 4px solid transparent;
          border-left: 4px solid  #fff;
          vertical-align: middle; }
        #linkArea ul.pageLink li a:hover {
          background: rgba(31, 90, 128, 0.2);
          color: #1f5a80; }
          #linkArea ul.pageLink li a:hover::after {
            border-left: 4px solid #1f5a80; }

  /*------------------------------------------------------------------
    company
  ------------------------------------------------------------------*/
  #company {
    /* support.html -----------------*/
    /* overview.html ------------------*/ }
    #company.support #mainArea #supportArea {
      padding: 60px 0; }
      #company.support #mainArea #supportArea .inner {
        margin: 0 4%; }
      #company.support #mainArea #supportArea h2 {
        color: #1f5a80; }
      #company.support #mainArea #supportArea p {
        font-size: 3.6vw;
        line-height: 2.0em; }
    #company.support #mainArea #photoArea {
      margin-bottom: 60px; }
      #company.support #mainArea #photoArea ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        #company.support #mainArea #photoArea ul li {
          width: 25%; }
          #company.support #mainArea #photoArea ul li img {
            width: 100%; }
    #company.support #mainArea #supportList {
      margin-bottom: 80px; }
      #company.support #mainArea #supportList .inner {
        margin: 0 10%; }
        #company.support #mainArea #supportList .inner dl {
          margin-bottom: 40px; }
          #company.support #mainArea #supportList .inner dl dt {
            margin-bottom: 5px;
            padding-bottom: 5px;
            color: #1f5a80;
            border-bottom: 1px solid #1f5a80;
            font-size: 4.4vw;
            font-weight: bold; }
            #company.support #mainArea #supportList .inner dl dt::before {
              content: "";
              display: inline-block;
              width: 20px;
              height: 22px;
              margin-right: 5px;
              vertical-align: middle;
              background: url("../../company/img/icon_circle.png") left top no-repeat;
              background-size: 100%; }
          #company.support #mainArea #supportList .inner dl dd {
            font-size: 3.6vw; }
    #company #overviewArea {
      padding: 60px 0; }
      #company #overviewArea .inner {
        margin: 0 4%; }
      #company #overviewArea h2 {
        color: #1f5a80; }
      #company #overviewArea p {
        font-size: 3.6vw;
        line-height: 2.0em; }
    #company #tableArea {
      padding: 0 0 60px; }
      #company #tableArea .inner {
        margin: 0 4%; }

  /*------------------------------------------------------------------
    gallery
  ------------------------------------------------------------------*/
  #photoArea .inner {
    padding: 60px 0;
    margin: 0 10%; }
    #photoArea .inner .read_txt {
      margin: 0 4%;
      font-size: 3.6vw;
      line-height: 2.0em; }
  #photoArea .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 60px; }
    #photoArea .wrap dl {
      width: 46%;
      margin-bottom: 30px; }
      #photoArea .wrap dl dt {
        margin-bottom: 5px; }
        #photoArea .wrap dl dt img {
          width: 100%; }
      #photoArea .wrap dl dd {
        color: #1f5a80;
        font-size: 3.6vw;
        font-weight: bold;
        text-align: center; }

  /*------------------------------------------------------------------
    entry
  ------------------------------------------------------------------*/
  #entry #mainArea .entryArea {
    padding: 60px 0 60px; }
    #entry #mainArea .entryArea .inner {
      margin: 0 4%; }
    #entry #mainArea .entryArea h2 {
      color: #1f5a80; }
  #entry #mainArea .entry_btn {
    margin-bottom: 80px;
    text-align: center; }
    #entry #mainArea .entry_btn a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 20px;
      background: rgba(31, 90, 128, 0.6);
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 2px; }
      #entry #mainArea .entry_btn a::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid  #fff;
        vertical-align: middle; }
      #entry #mainArea .entry_btn a:hover {
        background: rgba(31, 90, 128, 0.2);
        color: #1f5a80; }
        #entry #mainArea .entry_btn a:hover::after {
          border-left: 4px solid #1f5a80; } }
