@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ------------ color ------------ */
/* ------------ Material icons ------------ */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle; }

/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

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; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

mark {
  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 #dcdcdc;
  margin: 30px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }
	.sp100 { width: 100%;}

  /* ------------ clearfix ------------ */
  .spclearfix, #jinzai_box .box_01 ul li, #company_box .box_03 ul li dl {
    zoom: 1; }
    .spclearfix::after, #jinzai_box .box_01 ul li::after, #company_box .box_03 ul li dl::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ 共通 ------------ */
  /* ------------ header ------------ */
  #header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000; }
    #header #header_box {
      height: 50px;
      display: flex;
      justify-content: space-between; }
      #header #header_box h1 {
        display: none; }
      #header #header_box p {
        text-indent: -9999px;
        margin: 14px 0 0 0; }
        #header #header_box p a {
          background: url(../img/02.png) no-repeat;
          background-size: cover;
          width: 150px;
          height: 22px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header #header_box p a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #header #header_box figure {
        margin: 10px 10px 0 0;
        max-width: 150px; }
        #header #header_box figure img {
          width: 100%;
          vertical-align: bottom; }
    #header #g_nav {
      background: #232d84; }
      #header #g_nav ul {
        width: 100%;
        overflow-x: auto; }
        #header #g_nav ul li {
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          list-style: none;
          display: table-cell;
          white-space: nowrap; }
          #header #g_nav ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 12px 5px; }
            #header #g_nav ul li a:link, #header #g_nav ul li a:visited, #header #g_nav ul li a:active {
              text-decoration: none;
              color: #fff; }
            #header #g_nav ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #header #g_nav ul li a.here {
              color: #232d84;
              background: #eff0f9; }
            #header #g_nav ul li a::before {
              font-family: 'Material Icons';
              display: inline;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'arrow_right';
              font-size: 1.8rem;
              line-height: 1;
              color: #c40018; }

  /* ------------ トップページ ------------ */
  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    background: url(../img/03.jpg) no-repeat center right;
    background-size: cover;
    position: relative; }
    #top_eyecatch figure {
      max-width: 90%;
      position: absolute;
      left: 0;
      right: 0;
      top: 28%;
      margin: auto; }
      #top_eyecatch figure img {
        width: 100%;
        vertical-align: bottom; }
    #top_eyecatch dl {
      width: 90%;
      background: rgba(255, 255, 255, 0.9);
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: auto;
      display: flex; }
      #top_eyecatch dl dt {
        width: 100px;
        padding: 10px;
        background-color: #232d84;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff;
        text-align: center;
        box-sizing: border-box; }
      #top_eyecatch dl dd {
        padding: 10px;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        vertical-align: middle; }
        #top_eyecatch dl dd a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_eyecatch dl dd a:link, #top_eyecatch dl dd a:visited, #top_eyecatch dl dd a:active {
            text-decoration: none;
            color: #333; }
          #top_eyecatch dl dd a:hover {
            color: #232d84; }

  /* ------------ top_business ------------ */
  #top_business {
    padding: 50px 0; }
    #top_business .title {
      text-align: center; }
      #top_business .title h2 {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84; }
      #top_business .title p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
      #top_business .title .bar {
        width: 1px;
        height: 20px;
        border-right: 2px solid  #c40018;
        margin: 10px auto 0; }
    #top_business ul {
      margin: 30px 0 0 0; }
      #top_business ul li {
        list-style: none;
        height: 150px;
        border-bottom: 5px solid #8abaca;
        position: relative;
        background-size: cover;
        background-position: center right; }
        #top_business ul li.tb_01 h3, #top_business ul li.tb_02 h3, #top_business ul li.tb_03 h3 {
          background: rgba(35, 45, 132, 0.8);
          font-size: 18px;
          line-height: 0.9;
          font: normal 1.8rem/0.9 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0; }
          #top_business ul li.tb_01 h3 .en, #top_business ul li.tb_02 h3 .en, #top_business ul li.tb_03 h3 .en {
            font-size: 12px;
            line-height: 1;
            font: normal 1.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            color: #c40018;
            margin: 0 0 0 10px; }
          #top_business ul li.tb_01 h3 br, #top_business ul li.tb_02 h3 br, #top_business ul li.tb_03 h3 br {
            display: none; }
          #top_business ul li.tb_01 h3 a, #top_business ul li.tb_02 h3 a, #top_business ul li.tb_03 h3 a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 15px;
            box-sizing: border-box; }
            #top_business ul li.tb_01 h3 a:link, #top_business ul li.tb_01 h3 a:visited, #top_business ul li.tb_01 h3 a:active, #top_business ul li.tb_02 h3 a:link, #top_business ul li.tb_02 h3 a:visited, #top_business ul li.tb_02 h3 a:active, #top_business ul li.tb_03 h3 a:link, #top_business ul li.tb_03 h3 a:visited, #top_business ul li.tb_03 h3 a:active {
              text-decoration: none;
              color: #fff; }
            #top_business ul li.tb_01 h3 a:hover, #top_business ul li.tb_02 h3 a:hover, #top_business ul li.tb_03 h3 a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
        #top_business ul li.tb_01 p, #top_business ul li.tb_02 p, #top_business ul li.tb_03 p {
          display: none; }

  /* ------------ top_news ------------ */
  #top_news .title {
    text-align: center; }
    #top_news .title h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #top_news .title p {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
    #top_news .title .bar {
      width: 1px;
      height: 20px;
      border-right: 2px solid  #c40018;
      margin: 10px auto 0; }
  #top_news dl {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    display: flex;
    border-bottom: 1px solid #dcdcdc; }
    #top_news dl dt {
      width: 35%; }
    #top_news dl dd a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top_news dl dd a:link, #top_news dl dd a:visited, #top_news dl dd a:active {
        text-decoration: none;
        color: #232d84; }
      #top_news dl dd a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    #top_news dl:first-of-type {
      margin: 20px auto 0; }
  #top_news a.button {
    width: 250px;
    margin: 30px auto 0;
    padding: 15px 0;
    position: relative;
    background: #232d84;
    display: block;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }
    #top_news a.button:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    #top_news a.button::before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      vertical-align: middle;
      content: 'chevron_right';
      position: absolute;
      right: 5px;
      top: 12px;
      font-size: 2rem;
      color: #c40018; }

  /* ------------ top_banner ------------ */
  #top_banner {
    padding: 50px 0 0 0; }
    #top_banner ul {
      display: flex; }
      #top_banner ul li {
        width: 100%;
        height: 200px;
        list-style: none;
        position: relative; }
        #top_banner ul li:nth-child(1) {
          background: url(../img/08.jpg) no-repeat center left;
          background-size: cover; }
          #top_banner ul li:nth-child(1) a {
            width: 90%;
            height: 50px;
            display: flex;
            justify-content: center;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: rgba(35, 45, 132, 0.8);
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #top_banner ul li:nth-child(1) a img {
              width: 90%;
              align-self: center; }
            #top_banner ul li:nth-child(1) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #top_banner ul li:nth-child(2) {
          background: url(../img/09.jpg) no-repeat center left;
          background-size: cover; }
          #top_banner ul li:nth-child(2) a {
            width: 90%;
            height: 50px;
            display: flex;
            justify-content: center;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: rgba(35, 45, 132, 0.8);
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #top_banner ul li:nth-child(2) a p {
              align-self: center;
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #top_banner ul li:nth-child(2) a:link, #top_banner ul li:nth-child(2) a:visited, #top_banner ul li:nth-child(2) a:active {
              text-decoration: none;
              color: #fff; }
            #top_banner ul li:nth-child(2) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }

  /* ------------ top_contact ------------ */
  #top_contact {
    padding: 50px 5%;
    margin: 0 auto;
    background: #f3f3f3; }
    #top_contact .title {
      text-align: center; }
      #top_contact .title h2 {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84; }
      #top_contact .title p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
      #top_contact .title .bar {
        width: 1px;
        height: 20px;
        border-right: 2px solid  #c40018;
        margin: 10px auto 0; }
    #top_contact p.lead {
      text-align: center;
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0; }
    #top_contact ul {
      margin: 0 auto; }
      #top_contact ul li {
        width: 100%;
        list-style: none;
        margin: 20px 0 0 0;
        text-align: center; }
        #top_contact ul li p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0 0 0 0;
          color: #666; }
          #top_contact ul li p.title {
            background: #232d84;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            color: #fff;
            padding: 10px 0;
            margin: 0; }
          #top_contact ul li p.tel {
            font-size: 30px;
            line-height: 1.5;
            font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            margin: 10px 0 0 0;
            color: #232d84; }
          #top_contact ul li p.mail {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            margin: 10px 0 0 0;
            color: #232d84; }
            #top_contact ul li p.mail a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              color: #232d84; }
              #top_contact ul li p.mail a:link, #top_contact ul li p.mail a:visited, #top_contact ul li p.mail a:active {
                text-decoration: none; }
              #top_contact ul li p.mail a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }

  /* ------------ 共通 ------------ */
  /* ------------ footer ------------ */
  #footer #f_nav {
    padding: 20px 0;
    border-bottom: 5px solid #f3f3f3; }
    #footer #f_nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      #footer #f_nav ul li {
        list-style: none;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 33%;
        text-align: center;
        margin: 20px 0 0 0; }
        #footer #f_nav ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer #f_nav ul li a:link, #footer #f_nav ul li a:visited, #footer #f_nav ul li a:active {
            text-decoration: none;
            color: #333; }
          #footer #f_nav ul li a:hover {
            text-decoration: underline; }
  #footer figure {
    max-width: 180px;
    margin: 0 auto;
    padding: 20px 0; }
    #footer figure img {
      width: 100%;
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #footer figure img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  #footer #copy_box {
    background: #232d84;
    padding: 20px 0; }
    #footer #copy_box ul {
      display: flex;
      justify-content: space-between; }
      #footer #copy_box ul li {
        width: 50%;
        list-style: none;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: center; }
        #footer #copy_box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer #copy_box ul li a:link, #footer #copy_box ul li a:visited, #footer #copy_box ul li a:active {
            text-decoration: none;
            color: #fff; }
          #footer #copy_box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    #footer #copy_box p {
      font-size: 10px;
      line-height: 1.5;
      font: normal 1rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      text-align: center;
      margin: 20px 0 0 0; }

  /* ------------ 共通 ------------ */
  /* ------------ page_top ------------ */
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 20px;
    background: #c40018;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 200; }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page_top a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #page_top a::before {
        font-family: 'Material Icons';
        font-size: 50px;
        content: 'arrow_drop_up';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        color: #fff;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 300;
        text-align: center; }

  /* ------------ sub_page_title ------------ */
  #sub_page_title {
    margin: 140px 0 0 0;
    text-align: center; }
    #sub_page_title h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #sub_page_title p {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
    #sub_page_title .bar {
      width: 1px;
      height: 20px;
      border-right: 2px solid  #c40018;
      margin: 10px auto 0; }

  /* ------------ keibi_box ------------ */
  #keibi_box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #keibi_box P {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      text-align: center; }
    #keibi_box ul li {
      list-style: none;
      margin: 30px 0 0 0;
      display: flex;
      flex-wrap: wrap; }
      #keibi_box ul li figure {
        width: 100%;
        padding: 61% 0 0 0;
        order: 1; }
      #keibi_box ul li .text_box {
        width: 100%;
        box-sizing: border-box;
        align-self: center;
        order: 2; }
        #keibi_box ul li .text_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          color: #232d84;
          text-align: center;
          background: #fff;
          display: block;
          border-bottom: 1px solid #232d84;
          padding: 5px;
          box-sizing: border-box;
          margin: 10px 0 0 0; }
        #keibi_box ul li .text_box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          margin: 10px 0 0 0;
          text-align: left; }
      #keibi_box ul li:nth-child(1) figure {
        background: url(../keibi/img/01.jpg) no-repeat center center;
        background-size: cover; }
      #keibi_box ul li:nth-child(2) figure {
        background: url(../keibi/img/02.jpg) no-repeat center center;
        background-size: cover; }
      #keibi_box ul li:nth-child(3) figure {
        background: url(../keibi/img/03.jpg) no-repeat center center;
        background-size: cover; }
      #keibi_box ul li:nth-child(4) figure {
        background: url(../keibi/img/04.jpg) no-repeat center center;
        background-size: cover; }
      #keibi_box ul li:nth-child(5) figure {
        background: url(../keibi/img/05.jpg) no-repeat center center;
        background-size: cover; }

  /* ------------ biso_box ------------ */
  #biso_box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #biso_box P {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      text-align: center; }
    #biso_box ul li {
      list-style: none;
      margin: 30px 0 0 0;
      display: flex;
      flex-wrap: wrap; }
      #biso_box ul li figure {
        width: 100%;
        padding: 61% 0 0 0;
        order: 1; }
      #biso_box ul li .text_box {
        width: 100%;
        box-sizing: border-box;
        align-self: center;
        order: 2; }
        #biso_box ul li .text_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          color: #232d84;
          text-align: center;
          background: #fff;
          display: block;
          border-bottom: 1px solid #232d84;
          padding: 5px;
          box-sizing: border-box;
          margin: 10px 0 0 0; }
        #biso_box ul li .text_box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          margin: 10px 0 0 0;
          text-align: left; }
      #biso_box ul li:nth-child(1) figure {
        background: url(../biso/img/01.jpg) no-repeat center center;
        background-size: cover; }
      #biso_box ul li:nth-child(2) figure {
        background: url(../biso/img/02.jpg) no-repeat center center;
        background-size: cover; }
      #biso_box ul li:nth-child(3) figure {
        background: url(../biso/img/03.jpg) no-repeat center center;
        background-size: cover; }

  /* ------------ jinzai_box ------------ */
  #jinzai_box ul.link_box {
    width: 90%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #jinzai_box ul.link_box li {
      width: 100%;
      list-style: none;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: center;
      background: #232d84;
      margin: 10px 0 0 0; }
      #jinzai_box ul.link_box li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 15px 0;
        position: relative; }
        #jinzai_box ul.link_box li a:link, #jinzai_box ul.link_box li a:visited, #jinzai_box ul.link_box li a:active {
          text-decoration: none;
          color: #fff; }
        #jinzai_box ul.link_box li a:hover {
          background: #eff0f9;
          color: #232d84; }
        #jinzai_box ul.link_box li a:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'navigate_next';
          position: absolute;
          right: 10px;
          top: 13px;
          font-size: 2rem;
          color: #c40018; }
        #jinzai_box ul.link_box li a.here {
          background: #eff0f9;
          color: #232d84; }
  #jinzai_box .box_01 {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .box_01 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_01 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_01 ul {
      margin: 30px 0 0 0;
      padding: 10px;
      box-sizing: border-box;
      border: 1px solid #232d84; }
      #jinzai_box .box_01 ul li {
        padding: 10px;
        list-style: none;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        color: #333;
        border-bottom: 1px dotted #232d84; }
        #jinzai_box .box_01 ul li .date {
          float: left;
          font-weight: 600;
          display: block;
          min-width: 30%;
          color: #232d84; }
        #jinzai_box .box_01 ul li .text {
          display: block; }
        #jinzai_box .box_01 ul li:last-child {
          border-bottom: none; }
        #jinzai_box .box_01 ul li a:link, #jinzai_box .box_01 ul li a:visited, #jinzai_box .box_01 ul li a:active {
          text-decoration: none;
          color: #333; }
        #jinzai_box .box_01 ul li a:hover {
          color: #232d84;
          text-decoration: underline; }
    #jinzai_box .box_01 a.button {
      width: 250px;
      margin: 30px auto 0;
      padding: 15px 0;
      position: relative;
      background: #232d84;
      display: block;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      text-align: center;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #jinzai_box .box_01 a.button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #jinzai_box .box_01 a.button::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'chevron_right';
        position: absolute;
        right: 5px;
        top: 12px;
        font-size: 2rem;
        color: #c40018; }
  #jinzai_box .box_02 {
    background: #eff0f9;
    padding: 50px 5%;
    text-align: center; }
    #jinzai_box .box_02 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_02 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_02 p {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0; }
    #jinzai_box .box_02 ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #jinzai_box .box_02 ul li {
        width: 48%;
        margin: 20px 0 0 0;
        padding: 10px;
        border: 1px solid #232d84;
        text-align: center;
        list-style: none;
        box-sizing: border-box;
        background: #fff; }
        #jinzai_box .box_02 ul li h4 {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #232d84;
          font-weight: 600;
          margin: 10px 0 0 0; }
        #jinzai_box .box_02 ul li p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          margin: 10px 0 0 0;
          text-align: left; }
        #jinzai_box .box_02 ul li img {
          width: 100%;
          vertical-align: bottom; }
  #jinzai_box .box_03 {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .box_03 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_03 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_03 p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0; }
      #jinzai_box .box_03 p br {
        display: none; }
    #jinzai_box .box_03 ul {
      margin: 30px auto 0;
      display: flex;
      justify-content: space-between; }
      #jinzai_box .box_03 ul li {
        list-style: none;
        width: 48%;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: center; }
        #jinzai_box .box_03 ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0;
          position: relative;
          background: #232d84; }
          #jinzai_box .box_03 ul li a:link, #jinzai_box .box_03 ul li a:visited, #jinzai_box .box_03 ul li a:active {
            text-decoration: none;
            color: #fff; }
          #jinzai_box .box_03 ul li a:hover {
            background: #eff0f9;
            color: #232d84; }
          #jinzai_box .box_03 ul li a:before {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            vertical-align: middle;
            content: 'chevron_right';
            position: absolute;
            right: 5px;
            top: 12px;
            font-size: 2rem;
            color: #c40018; }
        #jinzai_box .box_03 ul li:last-child a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0;
          position: relative;
          background: #ff9600;
          font-weight: 600; }
          #jinzai_box .box_03 ul li:last-child a:link, #jinzai_box .box_03 ul li:last-child a:visited, #jinzai_box .box_03 ul li:last-child a:active {
            text-decoration: none;
            color: #fff; }
          #jinzai_box .box_03 ul li:last-child a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #jinzai_box .box_03 ul li:last-child a::before {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            vertical-align: middle;
            content: 'chevron_right';
            position: absolute;
            right: 5px;
            top: 12px;
            font-size: 2rem;
            color: #c40018; }
  #jinzai_box .box_04 {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .box_04 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_04 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_04 p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0; }
    #jinzai_box .box_04 .explanation_box {
      padding: 30px 0; }
      #jinzai_box .box_04 .explanation_box .text_box {
        width: 100%;
        margin: 0 5% 0 0; }
        #jinzai_box .box_04 .explanation_box .text_box h4 {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #232d84;
          font-weight: 600; }
        #jinzai_box .box_04 .explanation_box .text_box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          text-align: left;
          margin: 10px 0 0 0; }
      #jinzai_box .box_04 .explanation_box figure {
        width: 70%;
        margin: 20px auto 0; }
        #jinzai_box .box_04 .explanation_box figure img {
          width: 100%;
          vertical-align: bottom; }
  #jinzai_box .box_05 {
    background: #eff0f9;
    padding: 50px 5%;
    text-align: center; }
    #jinzai_box .box_05 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_05 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_05 p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0; }
      #jinzai_box .box_05 p br {
        display: none; }
    #jinzai_box .box_05 ul li {
      margin: 20px 0 0 0;
      padding: 10px;
      border: 1px solid #232d84;
      text-align: center;
      list-style: none;
      box-sizing: border-box;
      background: #fff; }
      #jinzai_box .box_05 ul li h4 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #232d84;
        font-weight: 600;
        margin: 10px 0 0 0; }
      #jinzai_box .box_05 ul li p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 10px 0 0 0;
        text-align: left; }
  #jinzai_box .box_06 {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .box_06 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_06 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_06 p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0; }
      #jinzai_box .box_06 p br {
        display: none; }
    #jinzai_box .box_06 a.button {
      width: 250px;
      margin: 30px auto 0;
      padding: 15px 0;
      position: relative;
      background: #ff9600;
      display: block;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #fff;
      text-align: center;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #jinzai_box .box_06 a.button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #jinzai_box .box_06 a.button::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'chevron_right';
        position: absolute;
        right: 5px;
        top: 12px;
        font-size: 2rem;
        color: #fff; }
  #jinzai_box .mt50 {
    margin: 50px 0 0 0; }
  #jinzai_box .form_box {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .form_box .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .form_box .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .form_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0; }
      #jinzai_box .form_box p br {
        display: none; }
    #jinzai_box .form_box form {
      margin: 30px 0 0 0; }
    #jinzai_box .form_box dl {
      border-bottom: 1px solid #dcdcdc;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      padding: 20px 0; }
      #jinzai_box .form_box dl dt {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        text-align: left;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600; }
        #jinzai_box .form_box dl dt .iconrequire {
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #fff;
          color: #ee2c38;
          border: 1px solid #ee2c38;
          margin: 0 5px;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #jinzai_box .form_box dl dd {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        margin: 5px 0 0 0; }
        #jinzai_box .form_box dl dd select {
          height: 30px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #666;
          background-color: #f5f5f5;
          border: 1px solid #dcdcdc; }
        #jinzai_box .form_box dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #ddd;
          padding: 10px;
          resize: none;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box;
          -webkit-appearance: none; }
          #jinzai_box .form_box dl dd textarea::-webkit-input-placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd textarea::placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
        #jinzai_box .form_box dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ddd;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 10px 0 0;
          -webkit-appearance: none; }
          #jinzai_box .form_box dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd input[type="text"].w30 {
            width: 100%; }
          #jinzai_box .form_box dl dd input[type="text"]::placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #jinzai_box .form_box dl dd input:focus {
          outline: none; }
    #jinzai_box .form_box .submit_box {
      margin: 30px 0 0 0;
      text-align: center; }
      #jinzai_box .form_box .submit_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #jinzai_box .form_box .submit_box a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #jinzai_box .form_box .submit_box a:link, #jinzai_box .form_box .submit_box a:visited, #jinzai_box .form_box .submit_box a:active {
          text-decoration: none;
          color: #232d84; }
        #jinzai_box .form_box .submit_box a:hover {
          color: #232d84;
          text-decoration: underline; }
      #jinzai_box .form_box .submit_box .submit_button {
        width: 250px;
        padding: 15px 0;
        margin: 30px 0 0 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background-color: #232d84;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative;
        -webkit-appearance: button; }
        #jinzai_box .form_box .submit_box .submit_button:after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'send';
          color: #fff;
          position: absolute;
          right: 5px;
          top: 14px;
          font-size: 1.8rem; }
        #jinzai_box .form_box .submit_box .submit_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #jinzai_box .form_box .submit_box .back_button {
        width: 250px;
        padding: 15px 0;
        margin: 20px 0 0 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-appearance: button; }
        #jinzai_box .form_box .submit_box .back_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    #jinzai_box .form_box table {
      margin: 0 auto;
      width: 100%; }
      #jinzai_box .form_box table th {
        padding: 15px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 35%;
        text-align: left;
        color: #333;
        font-weight: 600;
        background: #f7f7f7;
        box-sizing: border-box; }
      #jinzai_box .form_box table td {
        padding: 15px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        color: #333;
        box-sizing: border-box; }
  #jinzai_box .box_07 {
    background: #eff0f9;
    padding: 50px 5%;
    text-align: center;
    margin: 50px 0 0 0; }
    #jinzai_box .box_07 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_07 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_07 ul li {
      list-style: none;
      margin: 30px 0 0 0;
      padding: 10px;
      border: 1px solid #232d84;
      box-sizing: border-box;
      background: #fff;
      text-align: left; }
      #jinzai_box .box_07 ul li dl.qu_box {
        display: flex;
        align-items: flex-start; }
        #jinzai_box .box_07 ul li dl.qu_box dt {
          border-radius: 50px;
          -moz-border-radius: 50px;
          -webkit-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px;
          background: #232d84;
          width: 50px;
          height: 50px;
          font-size: 30px;
          line-height: 1;
          font: normal 3rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          text-align: center;
          line-height: 45px;
          color: #fff;
          margin: 0 10px 0 0; }
        #jinzai_box .box_07 ul li dl.qu_box dd {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          width: calc(100% - 60px); }
      #jinzai_box .box_07 ul li dl.an_box {
        display: flex;
        align-items: flex-start;
        margin: 30px 0 0 0; }
        #jinzai_box .box_07 ul li dl.an_box dt {
          border-radius: 50px;
          -moz-border-radius: 50px;
          -webkit-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px;
          background: #c40018;
          width: 50px;
          height: 50px;
          font-size: 30px;
          line-height: 1;
          font: normal 3rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          text-align: center;
          line-height: 45px;
          color: #fff;
          margin: 0 10px 0 0; }
        #jinzai_box .box_07 ul li dl.an_box dd {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: calc(100% - 60px); }

  /* ------------ company_box ------------ */
  #company_box ul.link_box {
    width: 90%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #company_box ul.link_box li {
      width: 100%;
      list-style: none;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: center;
      background: #232d84;
      margin: 10px 0 0 0; }
      #company_box ul.link_box li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 15px 0;
        position: relative; }
        #company_box ul.link_box li a:link, #company_box ul.link_box li a:visited, #company_box ul.link_box li a:active {
          text-decoration: none;
          color: #fff; }
        #company_box ul.link_box li a:hover {
          background: #eff0f9;
          color: #232d84; }
        #company_box ul.link_box li a:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'navigate_next';
          position: absolute;
          right: 10px;
          top: 13px;
          font-size: 2rem;
          color: #c40018; }
        #company_box ul.link_box li a.here {
          background: #eff0f9;
          color: #232d84; }
  #company_box .box_01 {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #company_box .box_01 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #company_box .box_01 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #company_box .box_01 dl {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      display: flex; }
      #company_box .box_01 dl:first-of-type {
        margin: 30px auto 0; }
      #company_box .box_01 dl dt {
        width: 30%;
        text-align: right;
        padding: 15px 10px 15px 0;
        box-sizing: border-box;
        color: #232d84;
        font-weight: 600; }
        #company_box .box_01 dl dt:first-of-type {
          padding: 0 10px 15px 0; }
      #company_box .box_01 dl dd {
        width: 70%;
        padding: 15px 0 15px 10px;
        text-align: left;
        border-left: 1px solid #c3c3c3; }
        #company_box .box_01 dl dd:first-of-type {
          padding: 0 0 15px 10px; }
  #company_box .box_02 {
    background: #eff0f9;
    padding: 50px 5%;
    text-align: center; }
    #company_box .box_02 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #company_box .box_02 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #company_box .box_02 dl {
      padding: 15px 0;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      border-bottom: 1px solid #c3c3c3;
      display: flex; }
      #company_box .box_02 dl:first-of-type {
        margin: 30px auto 0; }
      #company_box .box_02 dl dt {
        width: 30%;
        box-sizing: border-box;
        color: #232d84;
        font-weight: 600;
        text-align: left; }
      #company_box .box_02 dl dd {
        width: 70%;
        text-align: left; }
  #company_box .box_03 {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #company_box .box_03 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #company_box .box_03 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #company_box .box_03 ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 30px 0 0 0; }
      #company_box .box_03 ul li {
        list-style: none;
        width: 100%; }
        #company_box .box_03 ul li dl {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
          #company_box .box_03 ul li dl dt {
            width: 90%;
            box-sizing: border-box;
            text-align: left;
            float: left; }
          #company_box .box_03 ul li dl dd {
            width: 10%;
            text-align: right;
            float: right; }
  #company_box .box_04 {
    width: 100%;
    padding: 0 0 50px 0;
    text-align: center; }
    #company_box .box_04 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #company_box .box_04 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #company_box .box_04 iframe {
      margin: 30px 0 0 0; }

  /* ------------ contact_box ------------ */
  #contact_box {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #contact_box .form_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
      #contact_box .form_box p br {
        display: none; }
    #contact_box .form_box form {
      margin: 30px 0 0 0; }
    #contact_box .form_box dl {
      border-bottom: 1px solid #dcdcdc;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      padding: 20px 0; }
      #contact_box .form_box dl dt {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        text-align: left;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600; }
        #contact_box .form_box dl dt br {
          display: none; }
        #contact_box .form_box dl dt .iconrequire {
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #fff;
          color: #ee2c38;
          border: 1px solid #ee2c38;
          margin: 0 5px;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #contact_box .form_box dl dd {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        margin: 5px 0 0 0; }
        #contact_box .form_box dl dd select {
          height: 30px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #666;
          background-color: #f5f5f5;
          border: 1px solid #dcdcdc; }
        #contact_box .form_box dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #ddd;
          padding: 10px;
          resize: none;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box;
          -webkit-appearance: none; }
          #contact_box .form_box dl dd textarea::-webkit-input-placeholder {
            color: #999; }
          #contact_box .form_box dl dd textarea::placeholder {
            color: #999; }
          #contact_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
          #contact_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
        #contact_box .form_box dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ddd;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 10px 0 0;
          -webkit-appearance: none; }
          #contact_box .form_box dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #contact_box .form_box dl dd input[type="text"].w30 {
            width: 100%; }
          #contact_box .form_box dl dd input[type="text"]::placeholder {
            color: #999; }
          #contact_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
          #contact_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #contact_box .form_box dl dd input:focus {
          outline: none; }
    #contact_box .form_box .submit_box {
      margin: 10px 0 0 0;
      text-align: center; }
      #contact_box .form_box .submit_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 20px 0 0 0; }
      #contact_box .form_box .submit_box a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #contact_box .form_box .submit_box a:link, #contact_box .form_box .submit_box a:visited, #contact_box .form_box .submit_box a:active {
          text-decoration: none;
          color: #232d84; }
        #contact_box .form_box .submit_box a:hover {
          color: #232d84;
          text-decoration: underline; }
      #contact_box .form_box .submit_box .submit_button {
        width: 250px;
        padding: 15px 0;
        margin: 30px 0 0 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background-color: #232d84;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative;
        -webkit-appearance: button; }
        #contact_box .form_box .submit_box .submit_button:after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'send';
          color: #fff;
          position: absolute;
          right: 5px;
          top: 14px;
          font-size: 1.8rem; }
        #contact_box .form_box .submit_box .submit_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #contact_box .form_box .submit_box .back_button {
        width: 250px;
        padding: 15px 0;
        margin: 20px 0 0 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-appearance: button; }
        #contact_box .form_box .submit_box .back_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    #contact_box .form_box table {
      margin: 0 auto;
      width: 100%; }
      #contact_box .form_box table th {
        padding: 15px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 35%;
        text-align: left;
        color: #333;
        font-weight: 600;
        background: #f7f7f7;
        box-sizing: border-box; }
      #contact_box .form_box table td {
        padding: 15px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        color: #333;
        box-sizing: border-box; }

  /* ------------ news_box ------------ */
  #news_box {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #news_box .details_box h4 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84;
      border: 1px solid #232d84;
      background: #f5f5f5;
      padding: 5px; }
    #news_box .details_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0;
      text-align: left; }
      #news_box .details_box p.date {
        margin: 10px 0 0 0;
        color: #232d84;
        text-align: center; }
    #news_box .list_box {
      margin: 50px 0 0 0; }
      #news_box .list_box h4 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84;
        border: 1px solid #232d84;
        background: #f5f5f5;
        padding: 5px; }
      #news_box .list_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 20px 0 0 0;
        text-align: left; }
        #news_box .list_box p.date {
          margin: 10px 0 0 0;
          color: #232d84;
          text-align: center; }
      #news_box .list_box:first-of-type {
        margin: 0; }
    #news_box ul.pager {
      display: flex;
      justify-content: space-around;
      border-top: 3px solid #232d84;
      margin: 50px 0 0 0; }
      #news_box ul.pager li {
        width: 48%;
        list-style: none;
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 10px 0; }
        #news_box ul.pager li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0; }
          #news_box ul.pager li a:link, #news_box ul.pager li a:visited, #news_box ul.pager li a:active {
            text-decoration: none;
            color: #232d84; }
          #news_box ul.pager li a:hover {
            text-decoration: underline; }
        #news_box ul.pager li.back {
          text-align: left; }
        #news_box ul.pager li.next {
          text-align: right; }

  /* ------------ job_box ------------ */
  #job_box {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #job_box .details_box h4 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84;
      border: 1px solid #232d84;
      background: #f5f5f5;
      padding: 5px; }
    #job_box .details_box dl {
      padding: 15px 0;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      border-bottom: 1px solid #c3c3c3;
      display: flex;
      justify-content: space-between; }
      #job_box .details_box dl:first-of-type {
        margin: 30px auto 0; }
      #job_box .details_box dl dt {
        width: 30%;
        box-sizing: border-box;
        color: #232d84;
        font-weight: 600;
        text-align: left; }
      #job_box .details_box dl dd {
        width: 65%;
        text-align: left; }
    #job_box .list_box {
      margin: 100px 0 0 0; }
      #job_box .list_box h4 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84;
        border: 1px solid #232d84;
        background: #f5f5f5;
        padding: 5px; }
      #job_box .list_box dl {
        padding: 15px 0;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #c3c3c3;
        display: flex;
        justify-content: space-between; }
        #job_box .list_box dl:first-of-type {
          margin: 30px auto 0; }
        #job_box .list_box dl dt {
          width: 30%;
          box-sizing: border-box;
          color: #232d84;
          font-weight: 600;
          text-align: left; }
        #job_box .list_box dl dd {
          width: 65%;
          text-align: left; }
      #job_box .list_box:first-of-type {
        margin: 0; }
    #job_box ul.pager {
      display: flex;
      justify-content: space-around;
      border-top: 3px solid #232d84;
      margin: 50px 0 0 0; }
      #job_box ul.pager li {
        width: 48%;
        list-style: none;
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 10px 0; }
        #job_box ul.pager li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0; }
          #job_box ul.pager li a:link, #job_box ul.pager li a:visited, #job_box ul.pager li a:active {
            text-decoration: none;
            color: #232d84; }
          #job_box ul.pager li a:hover {
            text-decoration: underline; }
        #job_box ul.pager li.back {
          text-align: left; }
        #job_box ul.pager li.next {
          text-align: right; }

  /* ------------ entry_box ------------ */
  #entry_box {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #entry_box .box_01 .title h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #entry_box .box_01 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 2px solid #c40018;
      margin: 10px auto 0; }
    #entry_box .box_01 p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0;
      text-align: left; }
      #entry_box .box_01 p br {
        display: none; }
    #entry_box .box_01 ul {
      display: flex;
      justify-content: space-between; }
      #entry_box .box_01 ul li {
        list-style: none;
        width: 31%;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        text-align: center;
        background: #eff0f9;
        color: #232d84;
        padding: 15px 0;
        border: 1px solid #232d84;
        box-sizing: border-box; }
    #entry_box .form_box .title {
      margin: 30px 0 0 0; }
      #entry_box .form_box .title h3 {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84; }
      #entry_box .form_box .title .bar {
        width: 40px;
        height: 1px;
        border-bottom: 2px solid #c40018;
        margin: 10px auto 0; }
    #entry_box .form_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 20px 0 0 0;
      text-align: left; }
      #entry_box .form_box p .iconrequire {
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background-color: #fff;
        color: #ee2c38;
        border: 1px solid #ee2c38;
        margin: 0 10px;
        padding: 2px 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
      #entry_box .form_box p.accept {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 20px 0 0 0;
        text-align: center; }
    #entry_box .form_box form {
      margin: 20px 0 0 0; }
    #entry_box .form_box dl {
      border-bottom: 1px solid #dcdcdc;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      padding: 20px 0; }
      #entry_box .form_box dl dt {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        text-align: left;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600; }
        #entry_box .form_box dl dt br {
          display: none; }
        #entry_box .form_box dl dt .iconrequire {
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #fff;
          color: #ee2c38;
          border: 1px solid #ee2c38;
          margin: 0 5px;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #entry_box .form_box dl dd {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        margin: 5px 0 0 0; }
        #entry_box .form_box dl dd select {
          height: 30px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #666;
          background-color: #f5f5f5;
          border: 1px solid #dcdcdc; }
        #entry_box .form_box dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #ddd;
          padding: 10px;
          resize: none;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box;
          -webkit-appearance: none; }
          #entry_box .form_box dl dd textarea::-webkit-input-placeholder {
            color: #999; }
          #entry_box .form_box dl dd textarea::placeholder {
            color: #999; }
          #entry_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
          #entry_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
        #entry_box .form_box dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ddd;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 10px 0 0;
          -webkit-appearance: none; }
          #entry_box .form_box dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #entry_box .form_box dl dd input[type="text"].w30 {
            width: 100%; }
          #entry_box .form_box dl dd input[type="text"]::placeholder {
            color: #999; }
          #entry_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
          #entry_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #entry_box .form_box dl dd input:focus {
          outline: none; }
    #entry_box .form_box .submit_box {
      margin: 10px 0 0 0;
      text-align: center; }
      #entry_box .form_box .submit_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 20px 0 0 0; }
        #entry_box .form_box .submit_box p br {
          display: none; }
      #entry_box .form_box .submit_box a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #entry_box .form_box .submit_box a:link, #entry_box .form_box .submit_box a:visited, #entry_box .form_box .submit_box a:active {
          text-decoration: none;
          color: #232d84; }
        #entry_box .form_box .submit_box a:hover {
          color: #232d84;
          text-decoration: underline; }
      #entry_box .form_box .submit_box .submit_button {
        width: 250px;
        padding: 15px 0;
        margin: 30px 0 0 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background-color: #232d84;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative;
        -webkit-appearance: button; }
        #entry_box .form_box .submit_box .submit_button:after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'send';
          color: #fff;
          position: absolute;
          right: 5px;
          top: 14px;
          font-size: 1.8rem; }
        #entry_box .form_box .submit_box .submit_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #entry_box .form_box .submit_box .back_button {
        width: 250px;
        padding: 15px 0;
        margin: 20px 0 0 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-appearance: button; }
        #entry_box .form_box .submit_box .back_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    #entry_box .form_box table {
      margin: 0 auto;
      width: 100%; }
      #entry_box .form_box table th {
        padding: 15px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 35%;
        text-align: left;
        color: #333;
        font-weight: 600;
        background: #f7f7f7;
        box-sizing: border-box; }
      #entry_box .form_box table td {
        padding: 15px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        color: #333;
        box-sizing: border-box; }

  /* ------------ support_box ------------ */
  #support_box p {
    width: 90%;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    text-align: center; }
    #support_box p br {
      display: none; }
  #support_box .box_01 {
    background: #eff0f9;
    padding: 30px 5%;
    text-align: center;
    margin: 30px 0 0 0; }
    #support_box .box_01 ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #support_box .box_01 ul li {
        width: 48%;
        margin: 10px 0 0 0;
        padding: 10px;
        border: 1px solid #232d84;
        text-align: center;
        list-style: none;
        box-sizing: border-box;
        background: #fff; }
        #support_box .box_01 ul li h4 {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #232d84;
          font-weight: 600;
          margin: 10px 0 0 0; }
        #support_box .box_01 ul li img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ privacy_box ------------ */
  #privacy_box {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto; }
    #privacy_box h3 {
      font-size: 18px;
      line-height: 1.2;
      font: normal 1.8rem/1.2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84;
      margin: 30px 0 0 0;
      padding: 0 0 10px 0;
      border-bottom: 1px solid #232d84; }
    #privacy_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 10px 0 0 0; }
    #privacy_box ul {
      margin: 10px 0 0 20px; }
      #privacy_box ul li {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        list-style: none; }
        #privacy_box ul li .title {
          font-weight: 600; }
    #privacy_box a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #privacy_box a:link, #privacy_box a:visited, #privacy_box a:active {
        text-decoration: none;
        color: #232d84; }
      #privacy_box a:hover {
        color: #232d84;
        text-decoration: underline; }

  /* ------------ sitemap_box ------------ */
  #sitemap_box {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto; }
    #sitemap_box ul {
      margin: 10px 0 0 0; }
      #sitemap_box ul li {
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        border-bottom: 2px dotted #dcdcdc;
        position: relative; }
        #sitemap_box ul li:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'play_circle_outline';
          position: absolute;
          left: 5px;
          top: 20px;
          font-size: 1.6rem;
          color: #232d84; }
        #sitemap_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 20px 0 20px 25px; }
          #sitemap_box ul li a:link, #sitemap_box ul li a:visited, #sitemap_box ul li a:active {
            text-decoration: none;
            color: #333; }
          #sitemap_box ul li a:hover {
            background: #f5f5f5; }
        #sitemap_box ul li > ul {
          margin: 0 0 0 30px; }
          #sitemap_box ul li > ul li {
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border-bottom: 1px dotted #dcdcdc; }
            #sitemap_box ul li > ul li a {
              padding: 20px 0 20px 25px; }
            #sitemap_box ul li > ul li:last-child {
              border: none; }
	.picw750 { 
		width: 90%;
		display: block;
		margin: 0 5%;
	}
  /* ------------SP END ------------ */ }
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

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; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

mark {
  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 #dcdcdc;
  margin: 30px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ PC ------------  */
@media screen and (min-width: 768px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ clearfix ------------ */
  .clearfix, #jinzai_box .box_01 ul li, #company_box .box_03 ul li dl {
    zoom: 1; }
    .clearfix::after, #jinzai_box .box_01 ul li::after, #company_box .box_03 ul li dl::after {
      display: block;
      content: "";
      clear: both; }
	.picw750 { max-width: 750px;}

  /* ------------ 共通 ------------ */
  /* ------------ header ------------ */
  #header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000; }
    #header #header_box {
      width: 100%;
      height: 90px;
      display: flex;
      justify-content: space-between; }
      #header #header_box h1 {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #666;
        margin: 28px 0 0 25px; }
      #header #header_box p {
        text-indent: -9999px;
        margin: 30px 0 0 0; }
        #header #header_box p a {
          background: url(../img/02.png) no-repeat;
          background-size: contain;
          width: 300px;
          height: 44px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header #header_box p a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #header #header_box figure {
        margin: 15px 25px 0 0;
        max-width: 306px; }
        #header #header_box figure img {
          width: 100%;
          vertical-align: bottom; }
    #header #g_nav {
      background: #232d84; }
      #header #g_nav ul {
        max-width: 1000px;
        margin: 0 auto;
        display: flex; }
        #header #g_nav ul li {
          width: 20%;
          font-size: 18px;
          line-height: 1;
          font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          list-style: none;
          text-align: center; }
          #header #g_nav ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 25px 0; }
            #header #g_nav ul li a:link, #header #g_nav ul li a:visited, #header #g_nav ul li a:active {
              text-decoration: none;
              color: #fff; }
            #header #g_nav ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #header #g_nav ul li a.here {
              color: #232d84;
              background: #eff0f9; }
            #header #g_nav ul li a::before {
              font-family: 'Material Icons';
              display: inline;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'arrow_right';
              font-size: 2rem;
              line-height: 1;
              color: #c40018; }

  /* ------------ トップページ ------------ */
  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    background: url(../img/03.jpg) no-repeat center center;
    background-size: cover;
    position: relative; }
    #top_eyecatch figure {
      max-width: 688px;
      position: absolute;
      left: 0;
      right: 0;
      top: 28%;
      margin: auto; }
      #top_eyecatch figure img {
        width: 100%;
        vertical-align: bottom; }
    #top_eyecatch dl {
      max-width: 1000px;
      width: 80%;
      background: rgba(255, 255, 255, 0.9);
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0;
      margin: auto;
      display: flex; }
      #top_eyecatch dl dt {
        width: 100px;
        padding: 10px;
        background-color: #232d84;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff;
        text-align: center;
        box-sizing: border-box; }
      #top_eyecatch dl dd {
        padding: 10px;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        vertical-align: middle; }
        #top_eyecatch dl dd a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_eyecatch dl dd a:link, #top_eyecatch dl dd a:visited, #top_eyecatch dl dd a:active {
            text-decoration: none;
            color: #333; }
          #top_eyecatch dl dd a:hover {
            color: #232d84; }

  /* ------------ top_business ------------ */
  #top_business {
    padding: 80px 0; }
    #top_business .title {
      text-align: center; }
      #top_business .title h2 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84; }
      #top_business .title p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
      #top_business .title .bar {
        width: 1px;
        height: 40px;
        border-right: 4px solid  #c40018;
        margin: 15px auto 0; }
    #top_business ul {
      margin: 50px 0 0 0; }
      #top_business ul li {
        list-style: none;
        height: 440px;
        border-bottom: 5px solid #8abaca;
        position: relative;
        background-size: cover; }
        #top_business ul li.tb_01 h3 {
          background: rgba(35, 45, 132, 0.8);
          font-size: 30px;
          line-height: 0.9;
          font: normal 3rem/0.9 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          max-width: 550px;
          width: 100%;
          position: absolute;
          top: 80px; }
          #top_business ul li.tb_01 h3 .en {
            font-size: 18px;
            line-height: 1;
            font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            color: #c40018; }
          #top_business ul li.tb_01 h3 a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 20px 0 20px 70px;
            box-sizing: border-box; }
            #top_business ul li.tb_01 h3 a:link, #top_business ul li.tb_01 h3 a:visited, #top_business ul li.tb_01 h3 a:active {
              text-decoration: none;
              color: #fff; }
            #top_business ul li.tb_01 h3 a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
        #top_business ul li.tb_01 p {
          position: absolute;
          top: 200px;
          left: 70px;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          color: #fff; }
        #top_business ul li.tb_02 h3 {
          background: rgba(35, 45, 132, 0.8);
          font-size: 30px;
          line-height: 0.9;
          font: normal 3rem/0.9 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          max-width: 550px;
          width: 100%;
          position: absolute;
          top: 80px;
          right: 0; }
          #top_business ul li.tb_02 h3 .en {
            font-size: 18px;
            line-height: 1;
            font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            color: #c40018; }
          #top_business ul li.tb_02 h3 a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 20px 0 20px 70px;
            box-sizing: border-box; }
            #top_business ul li.tb_02 h3 a:link, #top_business ul li.tb_02 h3 a:visited, #top_business ul li.tb_02 h3 a:active {
              text-decoration: none;
              color: #fff; }
            #top_business ul li.tb_02 h3 a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
        #top_business ul li.tb_02 p {
          position: absolute;
          top: 200px;
          right: 315px;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          color: #fff; }
        #top_business ul li.tb_03 h3 {
          background: rgba(35, 45, 132, 0.8);
          font-size: 30px;
          line-height: 0.9;
          font: normal 3rem/0.9 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          max-width: 550px;
          width: 100%;
          position: absolute;
          top: 80px; }
          #top_business ul li.tb_03 h3 .en {
            font-size: 18px;
            line-height: 1;
            font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            color: #c40018; }
          #top_business ul li.tb_03 h3 a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 20px 0 20px 70px;
            box-sizing: border-box; }
            #top_business ul li.tb_03 h3 a:link, #top_business ul li.tb_03 h3 a:visited, #top_business ul li.tb_03 h3 a:active {
              text-decoration: none;
              color: #fff; }
            #top_business ul li.tb_03 h3 a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
        #top_business ul li.tb_03 p {
          position: absolute;
          top: 200px;
          left: 70px;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          color: #fff; }

  /* ------------ top_news ------------ */
  #top_news {
    padding: 80px 0; }
    #top_news .title {
      text-align: center; }
      #top_news .title h2 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84; }
      #top_news .title p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
      #top_news .title .bar {
        width: 1px;
        height: 40px;
        border-right: 4px solid  #c40018;
        margin: 15px auto 0; }
    #top_news dl {
      max-width: 1100px;
      width: 90%;
      margin: 0 auto;
      padding: 20px 0;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      display: flex;
      border-bottom: 1px solid #dcdcdc; }
      #top_news dl dt {
        width: 150px; }
      #top_news dl dd a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top_news dl dd a:link, #top_news dl dd a:visited, #top_news dl dd a:active {
          text-decoration: none;
          color: #232d84; }
        #top_news dl dd a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #top_news dl:first-of-type {
        margin: 60px auto 0; }
    #top_news a.button {
      width: 250px;
      margin: 40px auto 0;
      padding: 20px 0;
      position: relative;
      background: #232d84;
      display: block;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      text-align: center;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top_news a.button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #top_news a.button::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'chevron_right';
        position: absolute;
        right: 5px;
        top: 15px;
        font-size: 3rem;
        color: #c40018; }

  /* ------------ top_banner ------------ */
  #top_banner ul {
    display: flex; }
    #top_banner ul li {
      width: 50%;
      height: 300px;
      list-style: none;
      position: relative; }
      #top_banner ul li:nth-child(1) {
        background: url(../img/08.jpg) no-repeat center center;
        background-size: cover; }
        #top_banner ul li:nth-child(1) a {
          max-width: 360px;
          width: 80%;
          height: 70px;
          display: flex;
          justify-content: center;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background: rgba(35, 45, 132, 0.8);
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_banner ul li:nth-child(1) a img {
            max-width: 322px;
            width: 90%;
            align-self: center; }
          #top_banner ul li:nth-child(1) a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #top_banner ul li:nth-child(2) {
        background: url(../img/09.jpg) no-repeat center center;
        background-size: cover; }
        #top_banner ul li:nth-child(2) a {
          max-width: 360px;
          width: 80%;
          height: 70px;
          display: flex;
          justify-content: center;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background: rgba(35, 45, 132, 0.8);
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_banner ul li:nth-child(2) a p {
            align-self: center;
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #top_banner ul li:nth-child(2) a:link, #top_banner ul li:nth-child(2) a:visited, #top_banner ul li:nth-child(2) a:active {
            text-decoration: none;
            color: #fff; }
          #top_banner ul li:nth-child(2) a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }

  /* ------------ top_contact ------------ */
  #top_contact {
    padding: 80px 5%;
    margin: 0 auto;
    background: #f3f3f3; }
    #top_contact .title {
      text-align: center; }
      #top_contact .title h2 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84; }
      #top_contact .title p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
      #top_contact .title .bar {
        width: 1px;
        height: 40px;
        border-right: 4px solid  #c40018;
        margin: 15px auto 0; }
    #top_contact p.lead {
      text-align: center;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 50px 0 0 0; }
    #top_contact ul {
      max-width: 650px;
      margin: 45px auto 0;
      display: flex;
      justify-content: center; }
      #top_contact ul li {
        width: 46%;
        list-style: none;
        margin: 0 8% 0 0;
        text-align: center; }
        #top_contact ul li p {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 0;
          color: #666; }
          #top_contact ul li p.title {
            background: #232d84;
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            color: #fff;
            padding: 10px 0;
            margin: 0; }
          #top_contact ul li p.tel {
            font-size: 30px;
            line-height: 1.5;
            font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            margin: 20px 0 0 0;
            color: #232d84; }
          #top_contact ul li p.mail {
            font-size: 26px;
            line-height: 1.5;
            font: normal 2.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            margin: 25px 0 0 0;
            color: #232d84; }
            #top_contact ul li p.mail a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              color: #232d84; }
              #top_contact ul li p.mail a:link, #top_contact ul li p.mail a:visited, #top_contact ul li p.mail a:active {
                text-decoration: none; }
              #top_contact ul li p.mail a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
        #top_contact ul li:last-child {
          margin: 0; }

  /* ------------ 共通 ------------ */
  /* ------------ footer ------------ */
  #footer #f_nav {
    padding: 50px 0;
    border-bottom: 5px solid #f3f3f3; }
    #footer #f_nav ul {
      max-width: 70%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      #footer #f_nav ul li {
        list-style: none;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #footer #f_nav ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer #f_nav ul li a:link, #footer #f_nav ul li a:visited, #footer #f_nav ul li a:active {
            text-decoration: none;
            color: #333; }
          #footer #f_nav ul li a:hover {
            text-decoration: underline; }
  #footer figure {
    max-width: 234px;
    margin: 0 auto;
    padding: 50px 0; }
    #footer figure img {
      width: 100%;
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #footer figure img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  #footer #copy_box {
    background: #232d84;
    padding: 25px 0;
    display: flex; }
    #footer #copy_box ul {
      width: 50%;
      padding: 0 0 0 2%;
      box-sizing: border-box;
      text-align: left;
      display: flex; }
      #footer #copy_box ul li {
        list-style: none;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0 20px 0 0; }
        #footer #copy_box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer #copy_box ul li a:link, #footer #copy_box ul li a:visited, #footer #copy_box ul li a:active {
            text-decoration: none;
            color: #fff; }
          #footer #copy_box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    #footer #copy_box p {
      width: 50%;
      padding: 0 2% 0 0;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 1;
      font: normal 1.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      text-align: right; }

  /* ------------ 共通 ------------ */
  /* ------------ page_top ------------ */
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 80px;
    background: #c40018;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 200; }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page_top a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #page_top a::before {
        font-family: 'Material Icons';
        font-size: 50px;
        content: 'arrow_drop_up';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        color: #fff;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 300;
        text-align: center; }

  /* ------------ sub_page_title ------------ */
  #sub_page_title {
    margin: 163px 0 0 0;
    text-align: center;
    padding: 60px 0 0 0; }
    #sub_page_title h2 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #sub_page_title p {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
    #sub_page_title .bar {
      width: 1px;
      height: 40px;
      border-right: 4px solid #c40018;
      margin: 15px auto 0; }

  /* ------------ keibi_box ------------ */
  #keibi_box {
    padding: 100px 0; }
    #keibi_box P {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      text-align: center; }
    #keibi_box ul {
      margin: 40px 0 0 0; }
      #keibi_box ul li {
        list-style: none;
        height: 400px;
        display: flex;
        background: #eff0f9; }
        #keibi_box ul li figure {
          width: 50%; }
        #keibi_box ul li .text_box {
          width: 50%;
          padding: 3%;
          box-sizing: border-box;
          align-self: center; }
          #keibi_box ul li .text_box h4 {
            font-size: 30px;
            line-height: 1.5;
            font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            color: #232d84;
            text-align: center;
            background: #fff;
            display: block;
            border: 1px solid #232d84;
            padding: 5px;
            box-sizing: border-box; }
          #keibi_box ul li .text_box p {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            margin: 20px 0 0 0;
            text-align: left; }
        #keibi_box ul li:nth-child(1) figure {
          background: url(../keibi/img/01.jpg) no-repeat center center;
          background-size: cover; }
        #keibi_box ul li:nth-child(2) figure {
          background: url(../keibi/img/02.jpg) no-repeat center center;
          background-size: cover; }
        #keibi_box ul li:nth-child(3) figure {
          background: url(../keibi/img/03.jpg) no-repeat center center;
          background-size: cover; }
        #keibi_box ul li:nth-child(4) figure {
          background: url(../keibi/img/04.jpg) no-repeat center center;
          background-size: cover; }
        #keibi_box ul li:nth-child(5) figure {
          background: url(../keibi/img/05.jpg) no-repeat center center;
          background-size: cover; }

  /* ------------ biso_box ------------ */
  #biso_box {
    padding: 100px 0; }
    #biso_box P {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      text-align: center; }
    #biso_box ul {
      margin: 40px 0 0 0; }
      #biso_box ul li {
        list-style: none;
        height: 400px;
        display: flex;
        background: #eff0f9; }
        #biso_box ul li figure {
          width: 50%; }
        #biso_box ul li .text_box {
          width: 50%;
          padding: 3%;
          box-sizing: border-box;
          align-self: center; }
          #biso_box ul li .text_box h4 {
            font-size: 30px;
            line-height: 1.5;
            font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            color: #232d84;
            text-align: center;
            background: #fff;
            display: block;
            border: 1px solid #232d84;
            padding: 5px;
            box-sizing: border-box; }
          #biso_box ul li .text_box p {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            margin: 20px 0 0 0;
            text-align: left; }
        #biso_box ul li:nth-child(1) figure {
          background: url(../biso/img/01.jpg) no-repeat center center;
          background-size: cover; }
        #biso_box ul li:nth-child(2) figure {
          background: url(../biso/img/02.jpg) no-repeat center center;
          background-size: cover; }
        #biso_box ul li:nth-child(3) figure {
          background: url(../biso/img/03.jpg) no-repeat center center;
          background-size: cover; }

  /* ------------ jinzai_box ------------ */
  #jinzai_box ul.link_box {
    max-width: 1200px;
    padding: 0 20px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between; }
    #jinzai_box ul.link_box li {
      list-style: none;
      width: 31%;
      font-size: 18px;
      line-height: 1;
      font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: center;
      background: #232d84; }
      #jinzai_box ul.link_box li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 30px 0;
        position: relative; }
        #jinzai_box ul.link_box li a:link, #jinzai_box ul.link_box li a:visited, #jinzai_box ul.link_box li a:active {
          text-decoration: none;
          color: #fff; }
        #jinzai_box ul.link_box li a:hover {
          background: #eff0f9;
          color: #232d84; }
        #jinzai_box ul.link_box li a:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'navigate_next';
          position: absolute;
          right: 10px;
          top: 26px;
          font-size: 3rem;
          color: #c40018; }
        #jinzai_box ul.link_box li a.here {
          background: #eff0f9;
          color: #232d84; }
  #jinzai_box .box_01 {
    max-width: 1200px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .box_01 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_01 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_01 ul {
      margin: 50px 0 0 0;
      padding: 20px;
      box-sizing: border-box;
      border: 1px solid #232d84; }
      #jinzai_box .box_01 ul li {
        padding: 30px;
        list-style: none;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        color: #333;
        border-bottom: 1px dotted #232d84; }
        #jinzai_box .box_01 ul li .date {
          float: left;
          font-weight: 600;
          display: block;
          min-width: 150px;
          color: #232d84; }
        #jinzai_box .box_01 ul li .text {
          display: block; }
        #jinzai_box .box_01 ul li:last-child {
          border-bottom: none; }
        #jinzai_box .box_01 ul li a:link, #jinzai_box .box_01 ul li a:visited, #jinzai_box .box_01 ul li a:active {
          text-decoration: none;
          color: #333; }
        #jinzai_box .box_01 ul li a:hover {
          color: #232d84;
          text-decoration: underline; }
    #jinzai_box .box_01 a.button {
      max-width: 250px;
      margin: 30px auto 0;
      padding: 20px 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: center;
      background: #232d84;
      color: #fff;
      position: relative;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      box-sizing: border-box;
      text-decoration: none; }
      #jinzai_box .box_01 a.button:link, #jinzai_box .box_01 a.button:visited, #jinzai_box .box_01 a.button:active {
        text-decoration: none; }
      #jinzai_box .box_01 a.button:hover {
        background: #eff0f9;
        color: #232d84; }
      #jinzai_box .box_01 a.button::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'chevron_right';
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 3rem;
        color: #c40018; }
  #jinzai_box .box_02 {
    background: #eff0f9;
    padding: 100px 20px;
    text-align: center; }
    #jinzai_box .box_02 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_02 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_02 p {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 40px 0 0 0; }
    #jinzai_box .box_02 ul {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 20px 0 20px;
      display: flex;
      flex-wrap: wrap; }
      #jinzai_box .box_02 ul li {
        width: 32%;
        margin: 20px 2% 0 0;
        padding: 20px;
        border: 1px solid #232d84;
        text-align: center;
        list-style: none;
        box-sizing: border-box;
        background: #fff; }
        #jinzai_box .box_02 ul li:nth-child(3n) {
          margin: 20px 0 0 0; }
        #jinzai_box .box_02 ul li h4 {
          font-size: 24px;
          line-height: 1.5;
          font: normal 2.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #232d84;
          font-weight: 600;
          margin: 10px 0 0 0; }
        #jinzai_box .box_02 ul li p {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          margin: 10px 0 0 0; }
        #jinzai_box .box_02 ul li img {
          width: 100%;
          vertical-align: bottom; }
  #jinzai_box .box_03 {
    max-width: 1200px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .box_03 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_03 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_03 p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 40px 0 0 0; }
    #jinzai_box .box_03 ul {
      max-width: 1200px;
      margin: 50px auto 0;
      display: flex;
      justify-content: center; }
      #jinzai_box .box_03 ul li {
        list-style: none;
        width: 40%;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: center;
        margin: 0 4% 0 0; }
        #jinzai_box .box_03 ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 30px 0;
          position: relative;
          background: #232d84; }
          #jinzai_box .box_03 ul li a:link, #jinzai_box .box_03 ul li a:visited, #jinzai_box .box_03 ul li a:active {
            text-decoration: none;
            color: #fff; }
          #jinzai_box .box_03 ul li a:hover {
            background: #eff0f9;
            color: #232d84; }
          #jinzai_box .box_03 ul li a:before {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            vertical-align: middle;
            content: 'navigate_next';
            position: absolute;
            right: 10px;
            top: 26px;
            font-size: 3rem;
            color: #c40018; }
        #jinzai_box .box_03 ul li:last-child {
          margin: 0; }
          #jinzai_box .box_03 ul li:last-child a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 30px 0;
            position: relative;
            background: #ff9600;
            font-weight: 600; }
            #jinzai_box .box_03 ul li:last-child a:link, #jinzai_box .box_03 ul li:last-child a:visited, #jinzai_box .box_03 ul li:last-child a:active {
              text-decoration: none;
              color: #fff; }
            #jinzai_box .box_03 ul li:last-child a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #jinzai_box .box_03 ul li:last-child a:before {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'navigate_next';
              position: absolute;
              right: 10px;
              top: 26px;
              font-size: 3rem;
              color: #fff; }
  #jinzai_box .box_04 {
    max-width: 1200px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .box_04 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_04 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_04 p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 40px 0 0 0; }
    #jinzai_box .box_04 .explanation_box {
      display: flex;
      padding: 60px 0;
      border-bottom: 2px dotted #dcdcdc; }
      #jinzai_box .box_04 .explanation_box .text_box {
        width: 65%;
        margin: 0 5% 0 0; }
        #jinzai_box .box_04 .explanation_box .text_box h4 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #232d84;
          font-weight: 600; }
        #jinzai_box .box_04 .explanation_box .text_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          text-align: left;
          margin: 20px 0 0 0; }
      #jinzai_box .box_04 .explanation_box figure {
        width: 30%;
        max-width: 300px; }
        #jinzai_box .box_04 .explanation_box figure img {
          width: 100%;
          vertical-align: bottom; }
    #jinzai_box .box_04 .explanation_box_02 {
      display: flex;
      padding: 60px 0; }
      #jinzai_box .box_04 .explanation_box_02 figure {
        width: 50%;
        max-width: 720px; }
        #jinzai_box .box_04 .explanation_box_02 figure img {
          width: 100%;
          vertical-align: bottom; }
      #jinzai_box .box_04 .explanation_box_02 .text_box {
        width: 45%;
        margin: 0 0 0 5%; }
        #jinzai_box .box_04 .explanation_box_02 .text_box h4 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #232d84;
          font-weight: 600; }
        #jinzai_box .box_04 .explanation_box_02 .text_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          text-align: left;
          margin: 20px 0 0 0; }
  #jinzai_box .box_05 {
    background: #eff0f9;
    padding: 100px 20px;
    text-align: center; }
    #jinzai_box .box_05 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_05 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_05 p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 40px 0 0 0; }
    #jinzai_box .box_05 ul {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 20px 0 20px;
      display: flex;
      flex-wrap: wrap; }
      #jinzai_box .box_05 ul li {
        width: 32%;
        margin: 20px 2% 0 0;
        padding: 20px;
        border: 1px solid #232d84;
        text-align: center;
        list-style: none;
        box-sizing: border-box;
        background: #fff; }
        #jinzai_box .box_05 ul li:nth-child(3n) {
          margin: 20px 0 0 0; }
        #jinzai_box .box_05 ul li h4 {
          font-size: 24px;
          line-height: 1.5;
          font: normal 2.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #232d84;
          font-weight: 600;
          margin: 10px 0 0 0; }
        #jinzai_box .box_05 ul li p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          margin: 10px 0 0 0;
          text-align: left; }
    #jinzai_box .box_05.mt50 {
      margin: 100px 0 0 0; }
  #jinzai_box .box_06 {
    max-width: 1200px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .box_06 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_06 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_06 p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 40px 0 0 0; }
    #jinzai_box .box_06 a.button {
      width: 250px;
      margin: 40px auto 0;
      padding: 20px 0;
      position: relative;
      background: #ff9600;
      display: block;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #fff;
      text-align: center;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #jinzai_box .box_06 a.button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #jinzai_box .box_06 a.button::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'chevron_right';
        position: absolute;
        right: 5px;
        top: 15px;
        font-size: 3rem;
        color: #fff; }
  #jinzai_box .form_box {
    max-width: 1200px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #jinzai_box .form_box .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .form_box .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .form_box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 40px 0 0 0; }
    #jinzai_box .form_box form {
      margin: 50px 0 0 0; }
    #jinzai_box .form_box dl {
      border-bottom: 1px solid #dcdcdc;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #jinzai_box .form_box dl dt {
        width: 30%;
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
        background: #f5f5f5;
        text-align: left; }
        #jinzai_box .form_box dl dt .iconrequire {
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #fff;
          color: #ee2c38;
          border: 1px solid #ee2c38;
          margin: 0 10px;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #jinzai_box .form_box dl dd {
        width: 70%;
        display: flex;
        padding: 20px;
        box-sizing: border-box;
        align-items: center; }
        #jinzai_box .form_box dl dd select {
          height: 50px;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #666;
          background-color: #f5f5f5;
          border: 1px solid #dcdcdc; }
        #jinzai_box .form_box dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #ddd;
          padding: 10px;
          resize: none;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box; }
          #jinzai_box .form_box dl dd textarea::-webkit-input-placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd textarea::placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
        #jinzai_box .form_box dl dd input[type="text"] {
          width: 80%;
          border: 1px solid #ddd;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 10px 0 0; }
          #jinzai_box .form_box dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd input[type="text"].w30 {
            width: 40%; }
          #jinzai_box .form_box dl dd input[type="text"]::placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
          #jinzai_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #jinzai_box .form_box dl dd input:focus {
          outline: none; }
    #jinzai_box .form_box .submit_box {
      margin: 30px 0 0 0;
      text-align: center; }
      #jinzai_box .form_box .submit_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #jinzai_box .form_box .submit_box a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #jinzai_box .form_box .submit_box a:link, #jinzai_box .form_box .submit_box a:visited, #jinzai_box .form_box .submit_box a:active {
          text-decoration: none;
          color: #232d84; }
        #jinzai_box .form_box .submit_box a:hover {
          color: #232d84;
          text-decoration: underline; }
      #jinzai_box .form_box .submit_box .submit_button {
        width: 350px;
        padding: 20px 0;
        margin: 30px 0 0 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background-color: #232d84;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative;
        -webkit-appearance: button; }
        #jinzai_box .form_box .submit_box .submit_button:after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'send';
          font-size: 2rem;
          color: #fff;
          position: absolute;
          top: 20px;
          right: 10px; }
        #jinzai_box .form_box .submit_box .submit_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #jinzai_box .form_box .submit_box .back_button {
        width: 350px;
        padding: 20px 0;
        margin: 30px 30px 0 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-appearance: button;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #jinzai_box .form_box .submit_box .back_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    #jinzai_box .form_box table {
      margin: 0 auto;
      width: 100%; }
      #jinzai_box .form_box table th {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 240px;
        text-align: left;
        color: #333;
        font-weight: 600;
        background: #f7f7f7;
        box-sizing: border-box; }
      #jinzai_box .form_box table td {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        color: #333;
        box-sizing: border-box; }
  #jinzai_box .box_07 {
    background: #eff0f9;
    padding: 100px 20px;
    text-align: center;
    margin: 100px 0; }
    #jinzai_box .box_07 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #jinzai_box .box_07 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #jinzai_box .box_07 ul {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap; }
      #jinzai_box .box_07 ul li {
        list-style: none;
        width: 47%;
        margin: 50px 6% 0 0;
        padding: 20px;
        border: 1px solid #232d84;
        box-sizing: border-box;
        background: #fff;
        text-align: left; }
        #jinzai_box .box_07 ul li dl.qu_box {
          display: flex;
          align-items: flex-start; }
          #jinzai_box .box_07 ul li dl.qu_box dt {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            background: #232d84;
            width: 50px;
            height: 50px;
            font-size: 30px;
            line-height: 1;
            font: normal 3rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            text-align: center;
            line-height: 45px;
            color: #fff;
            margin: 0 30px 0 0; }
          #jinzai_box .box_07 ul li dl.qu_box dd {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            width: calc(100% - 80px); }
        #jinzai_box .box_07 ul li dl.an_box {
          display: flex;
          align-items: flex-start;
          margin: 30px 0 0 0; }
          #jinzai_box .box_07 ul li dl.an_box dt {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            background: #c40018;
            width: 50px;
            height: 50px;
            font-size: 30px;
            line-height: 1;
            font: normal 3rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            text-align: center;
            line-height: 45px;
            color: #fff;
            margin: 0 30px 0 0; }
          #jinzai_box .box_07 ul li dl.an_box dd {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            width: calc(100% - 80px); }
        #jinzai_box .box_07 ul li:nth-child(2n) {
          margin: 50px 0 0 0; }

  /* ------------ company_box ------------ */
  #company_box ul.link_box {
    max-width: 1200px;
    padding: 0 20px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between; }
    #company_box ul.link_box li {
      list-style: none;
      width: 31%;
      font-size: 18px;
      line-height: 1;
      font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: center;
      background: #232d84; }
      #company_box ul.link_box li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 30px 0;
        position: relative; }
        #company_box ul.link_box li a:link, #company_box ul.link_box li a:visited, #company_box ul.link_box li a:active {
          text-decoration: none;
          color: #fff; }
        #company_box ul.link_box li a:hover {
          background: #eff0f9;
          color: #232d84; }
        #company_box ul.link_box li a:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'expand_more';
          position: absolute;
          right: 10px;
          top: 26px;
          font-size: 3rem;
          color: #c40018; }
        #company_box ul.link_box li a.here {
          background: #eff0f9;
          color: #232d84; }
  #company_box .box_01 {
    max-width: 800px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #company_box .box_01 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #company_box .box_01 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #company_box .box_01 dl {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      display: flex; }
      #company_box .box_01 dl:first-of-type {
        margin: 60px auto 0; }
      #company_box .box_01 dl dt {
        width: 30%;
        text-align: right;
        padding: 25px 20px 25px 0;
        box-sizing: border-box;
        color: #232d84;
        font-weight: 600; }
        #company_box .box_01 dl dt:first-of-type {
          padding: 0 20px 25px 0; }
      #company_box .box_01 dl dd {
        width: 70%;
        padding: 25px 0 25px 20px;
        text-align: left;
        border-left: 1px solid #c3c3c3; }
        #company_box .box_01 dl dd:first-of-type {
          padding: 0 0 25px 20px; }
  #company_box .box_02 {
    background: #eff0f9;
    padding: 100px 20px;
    text-align: center; }
    #company_box .box_02 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #company_box .box_02 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #company_box .box_02 dl {
      max-width: 800px;
      margin: 0 auto;
      padding: 25px 0;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      border-bottom: 1px solid #c3c3c3;
      display: flex; }
      #company_box .box_02 dl:first-of-type {
        margin: 60px auto 0; }
      #company_box .box_02 dl dt {
        width: 20%;
        box-sizing: border-box;
        color: #232d84;
        font-weight: 600;
        text-align: left; }
      #company_box .box_02 dl dd {
        width: 80%;
        text-align: left; }
  #company_box .box_03 {
    max-width: 800px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #company_box .box_03 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #company_box .box_03 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #company_box .box_03 ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 60px 0 0 0; }
      #company_box .box_03 ul li {
        list-style: none;
        width: 48%; }
        #company_box .box_03 ul li dl {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
          #company_box .box_03 ul li dl dt {
            width: 80%;
            box-sizing: border-box;
            text-align: left;
            float: left; }
          #company_box .box_03 ul li dl dd {
            width: 20%;
            text-align: right;
            float: right; }
  #company_box .box_04 {
    padding: 100px 20px;
    text-align: center; }
    #company_box .box_04 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #company_box .box_04 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #company_box .box_04 iframe {
      margin: 60px 0 0 0; }

  /* ------------ contact_box ------------ */
  #contact_box {
    max-width: 1200px;
    padding: 30px 20px 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #contact_box .form_box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 40px 0 0 0; }
      #contact_box .form_box p .iconrequire {
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background-color: #fff;
        color: #ee2c38;
        border: 1px solid #ee2c38;
        margin: 0 10px;
        padding: 2px 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
      #contact_box .form_box p.accept {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 30px 0 0 0;
        text-align: center; }
    #contact_box .form_box form {
      margin: 50px 0 0 0; }
    #contact_box .form_box dl {
      border-bottom: 1px solid #dcdcdc;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contact_box .form_box dl dt {
        width: 30%;
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
        background: #f5f5f5;
        text-align: left; }
        #contact_box .form_box dl dt .iconrequire {
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #fff;
          color: #ee2c38;
          border: 1px solid #ee2c38;
          margin: 0 10px;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #contact_box .form_box dl dd {
        width: 70%;
        display: flex;
        padding: 20px;
        box-sizing: border-box;
        align-items: center; }
        #contact_box .form_box dl dd select {
          height: 50px;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #666;
          background-color: #f5f5f5;
          border: 1px solid #dcdcdc; }
        #contact_box .form_box dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #ddd;
          padding: 10px;
          resize: none;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box; }
          #contact_box .form_box dl dd textarea::-webkit-input-placeholder {
            color: #999; }
          #contact_box .form_box dl dd textarea::placeholder {
            color: #999; }
          #contact_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
          #contact_box .form_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
        #contact_box .form_box dl dd input[type="text"] {
          width: 80%;
          border: 1px solid #ddd;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 10px 0 0; }
          #contact_box .form_box dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #contact_box .form_box dl dd input[type="text"].w30 {
            width: 40%; }
          #contact_box .form_box dl dd input[type="text"]::placeholder {
            color: #999; }
          #contact_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
          #contact_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #contact_box .form_box dl dd input:focus {
          outline: none; }
    #contact_box .form_box .submit_box {
      margin: 30px 0 0 0;
      text-align: center; }
      #contact_box .form_box .submit_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #contact_box .form_box .submit_box a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #contact_box .form_box .submit_box a:link, #contact_box .form_box .submit_box a:visited, #contact_box .form_box .submit_box a:active {
          text-decoration: none;
          color: #232d84; }
        #contact_box .form_box .submit_box a:hover {
          color: #232d84;
          text-decoration: underline; }
      #contact_box .form_box .submit_box .submit_button {
        width: 350px;
        padding: 20px 0;
        margin: 30px 0 0 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background-color: #232d84;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative;
        -webkit-appearance: button; }
        #contact_box .form_box .submit_box .submit_button:after {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'send';
          font-size: 2rem;
          color: #fff;
          position: absolute;
          top: 20px;
          right: 10px; }
        #contact_box .form_box .submit_box .submit_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #contact_box .form_box .submit_box .back_button {
        width: 350px;
        padding: 20px 0;
        margin: 30px 30px 0 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-appearance: button;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #contact_box .form_box .submit_box .back_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    #contact_box .form_box table {
      margin: 0 auto;
      width: 100%; }
      #contact_box .form_box table th {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 240px;
        text-align: left;
        color: #333;
        font-weight: 600;
        background: #f7f7f7;
        box-sizing: border-box; }
      #contact_box .form_box table td {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        color: #333;
        box-sizing: border-box; }

  /* ------------ news_box ------------ */
  #news_box {
    max-width: 800px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #news_box .details_box h4 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84;
      border: 1px solid #232d84;
      background: #f5f5f5;
      padding: 10px; }
    #news_box .details_box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 50px 0 0 0; }
      #news_box .details_box p.date {
        margin: 10px 0 0 0;
        color: #232d84; }
    #news_box .list_box {
      margin: 100px 0 0 0; }
      #news_box .list_box h4 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84;
        border: 1px solid #232d84;
        background: #f5f5f5;
        padding: 10px; }
      #news_box .list_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 50px 0 0 0; }
        #news_box .list_box p.date {
          margin: 10px 0 0 0;
          color: #232d84; }
      #news_box .list_box:first-of-type {
        margin: 0; }
    #news_box ul.pager {
      display: flex;
      justify-content: space-around;
      border-top: 1px dotted #232d84;
      margin: 60px 0 0 0; }
      #news_box ul.pager li {
        width: 48%;
        list-style: none;
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 10px 0; }
        #news_box ul.pager li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 25px 0; }
          #news_box ul.pager li a:link, #news_box ul.pager li a:visited, #news_box ul.pager li a:active {
            text-decoration: none;
            color: #232d84; }
          #news_box ul.pager li a:hover {
            text-decoration: underline; }
        #news_box ul.pager li.back {
          text-align: left;
          margin: 0 auto 0 0; }
        #news_box ul.pager li.next {
          margin: 0 0 0 auto;
          text-align: right; }

  /* ------------ job_box ------------ */
  #job_box {
    max-width: 800px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #job_box .details_box h4 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84;
      border: 1px solid #232d84;
      background: #f5f5f5;
      padding: 10px; }
    #job_box .details_box dl {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      display: flex; }
      #job_box .details_box dl:first-of-type {
        margin: 60px auto 0; }
      #job_box .details_box dl dt {
        width: 30%;
        text-align: right;
        padding: 25px 20px 25px 0;
        box-sizing: border-box;
        color: #232d84;
        font-weight: 600; }
        #job_box .details_box dl dt:first-of-type {
          padding: 0 20px 25px 0; }
      #job_box .details_box dl dd {
        width: 70%;
        padding: 25px 0 25px 20px;
        text-align: left;
        border-left: 1px solid #c3c3c3; }
        #job_box .details_box dl dd:first-of-type {
          padding: 0 0 25px 20px; }
    #job_box .list_box {
      margin: 100px 0 0 0; }
      #job_box .list_box h4 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84;
        border: 1px solid #232d84;
        background: #f5f5f5;
        padding: 10px; }
      #job_box .list_box dl {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        display: flex; }
        #job_box .list_box dl:first-of-type {
          margin: 60px auto 0; }
        #job_box .list_box dl dt {
          width: 30%;
          text-align: right;
          padding: 25px 20px 25px 0;
          box-sizing: border-box;
          color: #232d84;
          font-weight: 600; }
          #job_box .list_box dl dt:first-of-type {
            padding: 0 20px 25px 0; }
        #job_box .list_box dl dd {
          width: 70%;
          padding: 25px 0 25px 20px;
          text-align: left;
          border-left: 1px solid #c3c3c3; }
          #job_box .list_box dl dd:first-of-type {
            padding: 0 0 25px 20px; }
      #job_box .list_box:first-of-type {
        margin: 0; }
    #job_box ul.pager {
      display: flex;
      justify-content: space-around;
      border-top: 1px dotted #232d84;
      margin: 60px 0 0 0; }
      #job_box ul.pager li {
        width: 48%;
        list-style: none;
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 10px 0; }
        #job_box ul.pager li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 25px 0; }
          #job_box ul.pager li a:link, #job_box ul.pager li a:visited, #job_box ul.pager li a:active {
            text-decoration: none;
            color: #232d84; }
          #job_box ul.pager li a:hover {
            text-decoration: underline; }
        #job_box ul.pager li.back {
          text-align: left; }
        #job_box ul.pager li.next {
          text-align: right; }

  /* ------------ entry_box ------------ */
  #entry_box {
    max-width: 1200px;
    padding: 30px 20px 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #entry_box .box_01 .title h3 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84; }
    #entry_box .box_01 .title .bar {
      width: 40px;
      height: 1px;
      border-bottom: 4px solid #c40018;
      margin: 10px auto 0; }
    #entry_box .box_01 p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 30px 0 0 0; }
    #entry_box .box_01 ul {
      max-width: 1200px;
      padding: 0 20px;
      margin: 50px auto 0;
      display: flex;
      justify-content: space-between; }
      #entry_box .box_01 ul li {
        list-style: none;
        width: 31%;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        text-align: center;
        background: #eff0f9;
        color: #232d84;
        padding: 30px 0;
        border: 1px solid #232d84;
        box-sizing: border-box; }
    #entry_box .form_box {
      margin: 100px 0 0 0; }
      #entry_box .form_box .title h3 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        color: #232d84; }
      #entry_box .form_box .title .bar {
        width: 40px;
        height: 1px;
        border-bottom: 4px solid #c40018;
        margin: 10px auto 0; }
      #entry_box .form_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 30px 0 0 0; }
        #entry_box .form_box p .iconrequire {
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #fff;
          color: #ee2c38;
          border: 1px solid #ee2c38;
          margin: 0 10px;
          padding: 2px 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
        #entry_box .form_box p.accept {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 30px 0 0 0;
          text-align: center; }
      #entry_box .form_box form {
        margin: 50px 0 0 0; }
      #entry_box .form_box dl {
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #entry_box .form_box dl dt {
          width: 30%;
          display: flex;
          align-items: center;
          padding: 20px;
          box-sizing: border-box;
          background: #f5f5f5;
          text-align: left; }
          #entry_box .form_box dl dt .iconrequire {
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            background-color: #fff;
            color: #ee2c38;
            border: 1px solid #ee2c38;
            margin: 0 10px;
            padding: 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px; }
        #entry_box .form_box dl dd {
          width: 70%;
          display: flex;
          padding: 20px;
          box-sizing: border-box;
          align-items: center; }
          #entry_box .form_box dl dd select {
            height: 50px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border: none;
            box-sizing: border-box;
            color: #666;
            background-color: #f5f5f5;
            border: 1px solid #dcdcdc; }
          #entry_box .form_box dl dd textarea {
            width: 100%;
            height: 200px;
            border: 1px solid #ddd;
            padding: 10px;
            resize: none;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box; }
            #entry_box .form_box dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #entry_box .form_box dl dd textarea::placeholder {
              color: #999; }
            #entry_box .form_box dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #entry_box .form_box dl dd textarea::-ms-input-placeholder {
              color: #999; }
          #entry_box .form_box dl dd input[type="text"] {
            width: 80%;
            border: 1px solid #ddd;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            box-sizing: border-box;
            padding: 10px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            margin: 0 10px 0 0; }
            #entry_box .form_box dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #entry_box .form_box dl dd input[type="text"].w30 {
              width: 40%; }
            #entry_box .form_box dl dd input[type="text"]::placeholder {
              color: #999; }
            #entry_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #entry_box .form_box dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #entry_box .form_box dl dd input:focus {
            outline: none; }
      #entry_box .form_box .submit_box {
        margin: 30px 0 0 0;
        text-align: center; }
        #entry_box .form_box .submit_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #entry_box .form_box .submit_box a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #entry_box .form_box .submit_box a:link, #entry_box .form_box .submit_box a:visited, #entry_box .form_box .submit_box a:active {
            text-decoration: none;
            color: #232d84; }
          #entry_box .form_box .submit_box a:hover {
            color: #232d84;
            text-decoration: underline; }
        #entry_box .form_box .submit_box .submit_button {
          width: 350px;
          padding: 20px 0;
          margin: 30px 0 0 0;
          font-size: 18px;
          line-height: 1;
          font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          color: #fff;
          text-align: center;
          background-color: #232d84;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          position: relative;
          -webkit-appearance: button; }
          #entry_box .form_box .submit_box .submit_button:after {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            vertical-align: middle;
            content: 'send';
            font-size: 2rem;
            color: #fff;
            position: absolute;
            top: 20px;
            right: 10px; }
          #entry_box .form_box .submit_box .submit_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #entry_box .form_box .submit_box .back_button {
          width: 350px;
          padding: 20px 0;
          margin: 30px 30px 0 0;
          font-size: 18px;
          line-height: 1;
          font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 600;
          color: #666;
          text-align: center;
          background-color: #dcdcdc;
          border-style: none;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-appearance: button;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #entry_box .form_box .submit_box .back_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #entry_box .form_box table {
        margin: 0 auto;
        width: 100%; }
        #entry_box .form_box table th {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: 240px;
          text-align: left;
          color: #333;
          font-weight: 600;
          background: #f7f7f7;
          box-sizing: border-box; }
        #entry_box .form_box table td {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: left;
          color: #333;
          box-sizing: border-box; }

  /* ------------ support_box ------------ */
  #support_box p {
    font-size: 20px;
    line-height: 1.5;
    font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 50px 0 0 0;
    text-align: center; }
  #support_box .box_01 {
    background: #eff0f9;
    padding: 100px 20px;
    text-align: center;
    margin: 50px 0 0 0; }
    #support_box .box_01 ul {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 20px 0 20px;
      display: flex;
      flex-wrap: wrap; }
      #support_box .box_01 ul li {
        width: 32%;
        margin: 20px 2% 0 0;
        padding: 20px;
        border: 1px solid #232d84;
        text-align: center;
        list-style: none;
        box-sizing: border-box;
        background: #fff; }
        #support_box .box_01 ul li:nth-child(3n) {
          margin: 20px 0 0 0; }
        #support_box .box_01 ul li h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #232d84;
          font-weight: 600;
          margin: 10px 0 0 0; }
        #support_box .box_01 ul li img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ privacy_box ------------ */
  #privacy_box {
    max-width: 800px;
    padding: 100px 20px;
    margin: 0 auto; }
    #privacy_box h3 {
      font-size: 22px;
      line-height: 1.2;
      font: normal 2.2rem/1.2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      color: #232d84;
      margin: 50px 0 0 0;
      padding: 0 0 10px 0;
      border-bottom: 1px solid #232d84; }
    #privacy_box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 10px 0 0 0; }
    #privacy_box ul {
      margin: 20px 0 0 40px; }
      #privacy_box ul li {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        list-style: none; }
        #privacy_box ul li .title {
          font-weight: 600; }
    #privacy_box a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #privacy_box a:link, #privacy_box a:visited, #privacy_box a:active {
        text-decoration: none;
        color: #232d84; }
      #privacy_box a:hover {
        color: #232d84;
        text-decoration: underline; }

  /* ------------ sitemap_box ------------ */
  #sitemap_box {
    max-width: 800px;
    padding: 100px 20px;
    margin: 0 auto; }
    #sitemap_box ul {
      margin: 20px 0 0 0; }
      #sitemap_box ul li {
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        border-bottom: 2px dotted #dcdcdc;
        position: relative; }
        #sitemap_box ul li:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'play_circle_outline';
          position: absolute;
          left: 5px;
          top: 20px;
          font-size: 2rem;
          color: #232d84; }
        #sitemap_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 20px 0 20px 35px; }
          #sitemap_box ul li a:link, #sitemap_box ul li a:visited, #sitemap_box ul li a:active {
            text-decoration: none;
            color: #333; }
          #sitemap_box ul li a:hover {
            background: #f5f5f5; }
        #sitemap_box ul li > ul {
          margin: 0 0 0 60px; }
          #sitemap_box ul li > ul li {
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border-bottom: 1px dotted #dcdcdc; }
            #sitemap_box ul li > ul li a {
              padding: 20px 0 20px 35px; }
            #sitemap_box ul li > ul li:last-child {
              border: none; }

  /* ------------ //PC ------------ */ }
/* ------------ PRINT ------------ */
@media print {
  /* ------------ PRINT END ------------ */ }
