@charset "UTF-8";
/*
#overview
common.css

comment
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none; }

/*
button {
	overflow: visible; // Internet Explorer 11-
	-webkit-appearance: button; // iOS 8+
}
*/
details {
  display: block; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%; }

/*
input {
	-webkit-border-radius: 0; // iOS 8+

	&[type="button"], &[type="reset"], &[type="submit"] {
		-webkit-appearance: button; // iOS 8+
	}

	&[type="number"] {
		width: auto; // Firefox 36+
	}

	&[type="search"] {
		-webkit-appearance: textfield; // Chrome 45+, Safari 9+

		&::-webkit-search-cancel-button,
		&::-webkit-search-decoration {
			-webkit-appearance: none; // Chrome 45+, Safari 9+
		}
	}
}
*/
main {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

summary {
  display: block; }

svg:not(:root) {
  overflow: hidden; }

template {
  display: none; }

/*
textarea {
	overflow: auto; // Edge 12+, Internet Explorer 11-
}
*/
[hidden] {
  display: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
/*
*,
::before,
::after {
	border-style: solid;
	border-width: 0;
}
*/
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

/*
button,
input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
*/
/*
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
	min-height: $form-element-min-height;
}
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

/*
select {
	-moz-appearance: none;    // Firefox 40+
	-webkit-appearance: none; // Chrome 45+

	&::-ms-expand {
		display: none;        // Edge 12+, Internet Explorer 11-
	}

	&::-ms-value {
		color: currentColor;  // Edge 12+, Internet Explorer 11-
	}
}
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
textarea {
	resize: $textarea-resize;
}
*/
::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden="false"]:focus {
    clip: auto; }

@media screen and (max-width: 800px) {
  img {
    border: none;
    vertical-align: top; }
  html {
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
  /*
#styleguide
body

@depulicated
@非推奨
@todo
@your-attribute

```
sample code here.
```
*/
  body {
    font-family: 'Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    background-color: #fff;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 1.5;
    cursor: auto;
    height: 100%;
    -webkit-text-size-adjust: none;
    font-size: 14px;
    width: 100%;
    position: relative;
    background: #fff;
    overflow-x: hidden; }
  #overWrap {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    padding-top: 60px; }
  a {
    color: #004994; }
    a:hover {
      color: #0676bd; }
    a:visited {
      color: #004994; }
    a:active {
      color: #004994; }
  img {
    max-width: 100%;
    height: auto; }
  .commonBtn {
    background-color: #193b79;
    border: 2px solid transparent;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    transition: .3s all;
    max-width: 400px;
    margin: 30px auto 0;
    padding: 10px 0; }
    .commonBtn:hover {
      border: 2px solid #193b79;
      background-color: #fff;
      color: #193b79 !important;
      text-decoration: none !important; }
    .commonBtn.whiteBtn {
      border-color: #193b79;
      background-color: #fff !important;
      color: #193b79 !important; }
      .commonBtn.whiteBtn:hover {
        background-color: #193b79 !important;
        color: #fff !important;
        text-decoration: none !important; }
  .btnCenter {
    text-align: center; }
  .btnLeft .commonBtn {
    margin-right: auto;
    margin-left: 0; }
  .btnRight .commonBtn {
    margin-right: 0;
    margin-left: auto; }
  [class*="Btn"]:not(:last-child) {
    margin-right: 10px; }
  .memberBtn {
    border: 2px solid transparent;
    background-color: #ceb75a;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    min-width: 172px;
    padding: 3px 10px 2px;
    text-align: center;
    transition: .3s all; }
    .memberBtn .blank {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url("../images/common/2023/ico_blank.png") no-repeat 0 0;
      background-size: 95%;
      vertical-align: middle;
      margin-left: 3px;
      transition: .3s all; }
    .memberBtn:hover {
      border: 2px solid #ceb75a;
      background-color: #fff;
      color: #ceb75a !important; }
      .memberBtn:hover .blank {
        background: url("../images/common/2023/ico_blank_ov2.png") no-repeat 0 0;
        background-size: 95%; }
  .homeBtn {
    border: 2px solid transparent;
    background-color: #123b78;
    border-radius: 50px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    font-weight: normal;
    min-width: 172px;
    padding: 14px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: .3s all; }
    .homeBtn:before {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      border: 2px solid #fff;
      border-radius: 10px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      position: absolute;
      top: 50%;
      right: 20px;
      z-index: 3;
      transition: right .3s; }
    .homeBtn .blank {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url("../images/common/2023/ico_blank.png") no-repeat 0 0;
      background-size: 95%;
      vertical-align: middle;
      margin-left: 3px;
      transition: .3s all; }
    .homeBtn:hover {
      background-color: #aa8546;
      color: #fff !important; }
      .homeBtn:hover .blank {
        background: url("../images/common/2023/ico_blank_ov2.png") no-repeat 0 0;
        background-size: 95%; }
      .homeBtn:hover:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 0px;
        background: none;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 3; }
  .recruitBtn {
    border: 2px solid transparent;
    background-color: #123b78;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    min-width: 172px;
    padding: 3px 10px 2px;
    text-align: center;
    transition: .3s all; }
    .recruitBtn:hover {
      border: 2px solid #123b78;
      background-color: #fff;
      color: #123b78 !important; }
  .yoyakuBtn {
    border: 2px solid transparent;
    background-color: #27579d;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    min-width: 172px;
    padding: 3px 10px 2px;
    text-align: center;
    transition: .3s all; }
    .yoyakuBtn .blank {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url("../images/common/2023/ico_blank.png") no-repeat 0 0;
      background-size: 95%;
      vertical-align: middle;
      margin-left: 3px;
      transition: .3s all; }
    .yoyakuBtn:hover {
      border: 2px solid #04265a;
      background-color: #fff;
      color: #04265a !important; }
      .yoyakuBtn:hover .blank {
        background: url("../images/common/2023/ico_blank_ov1.png") no-repeat 0 0;
        background-size: 95%; }
  .forPC {
    display: none !important; }
  .inner {
    width: 100%;
    overflow: hidden; }
  header {
    width: 100%;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 10; }
    header .inner #logo {
      max-width: 48%;
      float: left;
      padding: 16px 0 0px 5px; }
      header .inner #logo img {
        max-width: 198px;
        width: 100%;
        height: auto; }
    header .inner .headerObject {
      float: right;
      display: table;
      empty-cells: show;
      margin-top: 10px; }
      header .inner .headerObject .accessLink {
        width: 46px;
        display: table-cell;
        padding-right: 6px;
        vertical-align: bottom; }
        header .inner .headerObject .accessLink img {
          width: 100%;
          height: auto; }
      header .inner .headerObject #searchCall {
        display: table-cell;
        width: 40px;
        padding-right: 0px;
        vertical-align: bottom; }
        header .inner .headerObject #searchCall img {
          width: 100%;
          height: auto; }
      header .inner .headerObject #menuBtnArea {
        display: table-cell;
        width: 57px; }
        header .inner .headerObject #menuBtnArea img {
          width: 100%;
          height: auto; }
      header .inner .headerObject #spMenuBtn {
        display: table-cell;
        width: 57px; }
        header .inner .headerObject #spMenuBtn img {
          width: 100%;
          height: auto; }
      header .inner .headerObject #searchForm {
        position: absolute;
        width: 100%;
        padding: 10px 5%;
        right: 0;
        top: 57px;
        background: white;
        display: none;
        z-index: 999; }
      header .inner .headerObject #search:after {
        content: "";
        clear: both;
        display: block;
        width: 1px;
        height: 0;
        overflow: hidden; }
      header .inner .headerObject #search .cell {
        height: 30px;
        position: relative;
        border: solid 2px #ccc; }
        header .inner .headerObject #search .cell:nth-of-type(1) {
          width: calc(100% - 40px);
          height: 30px;
          float: left;
          border-radius: 15px 0 0 15px;
          border-width: 1px 0 1px 1px;
          background: #e9eef5; }
        header .inner .headerObject #search .cell:nth-of-type(2) {
          width: 40px;
          height: 30px;
          float: right;
          border-radius: 0 15px 15px 0;
          border-width: 1px 1px 1px 0;
          background: #e9eef5; }
      header .inner .headerObject #search #searchTxt {
        width: 100%;
        font-size: 12px;
        height: 30px;
        margin-left: 10px;
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        border: none;
        border-width: 0; }
      header .inner .headerObject #search #searchBtn {
        width: 100%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        background: url(../images/common/btn-search.png) no-repeat center 50%;
        background-size: 20px auto;
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        color: transparent;
        border: none; }
  .headerUnder .lang {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin: 20px 35px 0 0; }
    .headerUnder .lang a {
      color: #123b78; }
      .headerUnder .lang a:hover {
        text-decoration: underline;
        color: #ceb75a; }
      .headerUnder .lang a.now {
        color: #ceb75a; }
    .headerUnder .lang span.line {
      color: #123b78;
      padding: 0 25px; }
  #gNavi {
    width: 100%;
    background: url(../images/common/global_menu-bg.png);
    margin-top: 8px; }
    #gNavi > ul {
      display: table;
      list-style: none;
      width: 100%;
      table-layout: fixed; }
      #gNavi > ul > li {
        display: table-cell;
        border-right: solid 1px #fff;
        text-align: center; }
        #gNavi > ul > li:last-child {
          border: none; }
        #gNavi > ul > li img {
          width: 100%;
          height: auto; }
  footer {
    width: 100%;
    background: #1c4288;
    position: relative;
    margin-top: 50px; }
    footer #footerContents {
      position: relative;
      border-bottom: solid 1px #335594;
      padding-bottom: 20px;
      background: #e9eef5; }
      footer #footerContents:after {
        content: "";
        clear: both;
        display: block;
        width: 1px;
        height: 0;
        overflow: hidden; }
      footer #footerContents .inner {
        margin: 0 auto;
        padding: 30px 10px 0; }
        footer #footerContents .inner .logo {
          width: 200px;
          margin-bottom: 30px; }
        footer #footerContents .inner .underMenu {
          font-size: 13px;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          list-style: none; }
          footer #footerContents .inner .underMenu li {
            margin-bottom: 15px;
            flex-basis: 48%; }
      footer #footerContents #underMenu {
        list-style: none;
        padding-top: 10px;
        border-bottom: solid 1px #3b62aa; }
        footer #footerContents #underMenu:after {
          content: "";
          display: block;
          clear: both;
          width: 1px;
          height: 0;
          overflow: hidden; }
        footer #footerContents #underMenu li {
          font-size: 11px;
          line-height: 1.3;
          text-align: center;
          width: 50%;
          float: left;
          border-top: solid 1px #3b62aa; }
          footer #footerContents #underMenu li:nth-child(even) {
            border-left: solid 1px #3b62aa; }
          footer #footerContents #underMenu li a {
            color: #fff;
            display: block;
            width: 100%;
            height: 40px;
            background: #163775;
            text-align: center; }
            footer #footerContents #underMenu li a:before {
              width: 1px;
              content: "";
              height: 100%;
              display: inline-block;
              vertical-align: middle; }
            footer #footerContents #underMenu li a span {
              display: inline-block;
              vertical-align: middle; }
    footer .credit {
      text-align: center;
      padding: 20px 0;
      font-size: 10px;
      color: #fff;
      font-family: "garamond", "serif"; }
  #pageTop {
    cursor: pointer;
    position: absolute;
    bottom: 55px;
    right: 0;
    z-index: 1; }
    #pageTop:hover {
      opacity: 0.80; }
    #pageTop .img_sp img {
      width: 100px; }
    #pageTop .img1 {
      display: none; }
    #pageTop .img2 {
      display: none; }
  #spMenuBtn.open {
    width: 57px; }
  #spMenuBtn, #spMenuList {
    display: table-cell;
    vertical-align: top; }
  #spMenuBtn {
    position: relative; }
    #spMenuBtn span {
      background-image: url(../images/common/2023/icon-menu.png);
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: 37px auto;
      background-position: 10px 2px;
      display: block;
      width: 50px;
      height: 43px;
      position: absolute; }
      #spMenuBtn span img {
        width: 100%;
        height: auto; }
  #spMenu {
    display: table;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 60px;
    left: 100%;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    border-top: 1px solid #123b78; }
    #spMenu #spMenuList #spMenuInner {
      height: 100vh;
      overflow: scroll;
      padding-bottom: 80px; }
    #spMenu #spMenuList ul {
      list-style: none;
      font-size: 15px;
      line-height: 1.3;
      width: 100%; }
      #spMenu #spMenuList ul.menu_lv3 {
        display: none; }
    #spMenu #spGlobal {
      background: #fff;
      padding-left: 10px;
      padding-right: 10px; }
      #spMenu #spGlobal > li {
        border-bottom: solid 1px #ccd8e6; }
        #spMenu #spGlobal > li.parentMenu {
          position: relative; }
          #spMenu #spGlobal > li.parentMenu .drillBtn {
            width: 30px;
            height: 30px;
            position: absolute;
            display: block;
            top: 11px;
            right: 0px;
            margin-right: 0;
            background-image: url(../images/common/2023/icon-drill_p.svg);
            background-repeat: no-repeat;
            background-size: 28px auto;
            background-position: center center; }
            #spMenu #spGlobal > li.parentMenu .drillBtn.open {
              background-image: url(../images/common/2023/icon-drill_m.svg); }
        #spMenu #spGlobal > li > a {
          color: #123b78;
          text-decoration: none;
          height: 53px;
          display: block;
          background-repeat: no-repeat;
          background-position: 5px 50%;
          background-size: 34px auto;
          padding: 15px 0 0 10px; }
        #spMenu #spGlobal > li > ul {
          background-color: #ebf1f7;
          display: none; }
          #spMenu #spGlobal > li > ul > li {
            border-bottom: dotted 1px #cfdae7; }
            #spMenu #spGlobal > li > ul > li:last-child {
              border: none; }
            #spMenu #spGlobal > li > ul > li.gateName {
              display: none; }
            #spMenu #spGlobal > li > ul > li.subTitle {
              background: #999;
              color: #fff;
              padding: 5px 0 5px 12px; }
            #spMenu #spGlobal > li > ul > li > a {
              display: block;
              height: 53px;
              padding: 19px 0 0 15px; }
            #spMenu #spGlobal > li > ul > li > ul > li {
              padding-left: 30px; }
              #spMenu #spGlobal > li > ul > li > ul > li > a {
                display: block;
                padding-top: 13px;
                padding-bottom: 13px;
                padding-left: 15px;
                border-top: dotted 1px #cacdd4;
                background: #eff3fb;
                position: relative; }
                #spMenu #spGlobal > li > ul > li > ul > li > a:before {
                  content: "";
                  display: inline-block;
                  width: 5px;
                  height: 5px;
                  border-radius: 50%;
                  background: #1c4288;
                  margin-right: 10px;
                  margin-bottom: 3px;
                  position: absolute;
                  left: 0;
                  top: 19px; }
    #spMenu .langWrap {
      background: #fff;
      text-align: center;
      padding-bottom: 15px; }
    #spMenu .lang {
      font-size: 16px;
      line-height: 1;
      display: inline-block;
      margin: 17px 0px 0 0; }
      #spMenu .lang a {
        color: #123b78; }
        #spMenu .lang a:hover {
          text-decoration: underline;
          color: #ceb75a; }
        #spMenu .lang a.now {
          color: #ceb75a; }
      #spMenu .lang span.line {
        color: #123b78;
        padding: 0 25px; }
    #spMenu #spSubMenu {
      border-top: solid 1px #fff;
      background: none;
      min-height: 220px; }
      #spMenu #spSubMenu li {
        border-bottom: solid 1px #fff; }
        #spMenu #spSubMenu li a {
          color: #fff;
          display: block;
          padding: 16px 0;
          padding-left: 10px; }
          #spMenu #spSubMenu li a .littleTxt {
            font-size: 14px; }
          #spMenu #spSubMenu li a.spMemberBtn {
            background-color: #ceb75a; }
          #spMenu #spSubMenu li a.spRecruitBtn {
            background-color: #756d48; }
        #spMenu #spSubMenu li span {
          background: url(../images/common/icon-blank_gray.png) no-repeat right top;
          padding-right: 17px; }
        #spMenu #spSubMenu li.color1 {
          background: #04265a; }
        #spMenu #spSubMenu li.color2 {
          background: #123b78; }
        #spMenu #spSubMenu li.color3 {
          background: #aa8546; }
        #spMenu #spSubMenu li.blank a {
          background: url(../images/home/2023/ico_blank_white.png) no-repeat 95% center;
          background-size: 15px; }
    #spMenu.open {
      background: rgba(0, 0, 0, 0.8);
      left: 0;
      min-height: 100%; }
  .aform input, .aform select, .aform textarea {
    border: solid 1px #ccc; } }

@media print, screen and (min-width: 801px) {
  img {
    border: none;
    vertical-align: top; }
  html {
    height: 100%;
    width: 100%; }
  /*
#styleguide
body

@depulicated
@非推奨
@todo
@your-attribute

```
sample code here.
```
*/
  body {
    font-family: 'Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    background-color: #fff;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 1.5;
    cursor: auto;
    height: 100%;
    -webkit-text-size-adjust: none;
    padding-top: 114px; }
  a {
    color: #004994; }
    a:hover {
      color: #0676bd; }
    a:visited {
      color: #004994; }
    a:active {
      color: #004994; }
  img {
    width: auto;
    height: auto; }
  .commonBtn {
    background-color: #193b79;
    border: 2px solid transparent;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    transition: .3s all;
    margin: 50px 0 0;
    padding: 14px 0;
    width: 245px; }
    .commonBtn:hover {
      border: 2px solid #193b79;
      background-color: #fff;
      color: #193b79 !important;
      text-decoration: none !important; }
    .commonBtn.whiteBtn {
      border-color: #193b79;
      background-color: #fff !important;
      color: #193b79 !important; }
      .commonBtn.whiteBtn:hover {
        background-color: #193b79 !important;
        color: #fff !important;
        text-decoration: none !important; }
  .btnCenter {
    text-align: center; }
    .btnCenter .commonBtn {
      margin: 50px auto 0; }
  .btnLeft .commonBtn {
    margin-right: auto;
    margin-left: 0; }
  .btnRight .commonBtn {
    margin-right: 0;
    margin-left: auto; }
  [class*="Btn"]:not(:last-child) {
    margin-right: 10px; }
  .memberBtn {
    border: 2px solid transparent;
    background-color: #ceb75a;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    min-width: 172px;
    padding: 3px 10px 2px;
    text-align: center;
    transition: .3s all; }
    .memberBtn .blank {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url("../images/common/2023/ico_blank.png") no-repeat 0 0;
      background-size: 95%;
      vertical-align: middle;
      margin-left: 3px;
      transition: .3s all; }
    .memberBtn:hover {
      border: 2px solid #ceb75a;
      background-color: #fff;
      color: #ceb75a !important; }
      .memberBtn:hover .blank {
        background: url("../images/common/2023/ico_blank_ov2.png") no-repeat 0 0;
        background-size: 95%; }
  .homeBtn {
    border: 2px solid transparent;
    background-color: #123b78;
    border-radius: 50px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    font-weight: normal;
    min-width: 172px;
    padding: 19px 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: .3s all; }
    .homeBtn:before {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      border: 2px solid #fff;
      border-radius: 10px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      position: absolute;
      top: 50%;
      right: 20px;
      z-index: 3;
      transition: right .3s; }
    .homeBtn .blank {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url("../images/common/2023/ico_blank.png") no-repeat 0 0;
      background-size: 95%;
      vertical-align: middle;
      margin-left: 3px;
      transition: .3s all; }
    .homeBtn:hover {
      background-color: #aa8546;
      color: #fff !important; }
      .homeBtn:hover .blank {
        background: url("../images/common/2023/ico_blank_ov2.png") no-repeat 0 0;
        background-size: 95%; }
      .homeBtn:hover:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 0px;
        background: none;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 3; }
  .recruitBtn {
    border: 2px solid transparent;
    background-color: #123b78;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    min-width: 172px;
    padding: 3px 10px 2px;
    text-align: center;
    transition: .3s all; }
    .recruitBtn:hover {
      border: 2px solid #123b78;
      background-color: #fff;
      color: #123b78 !important; }
  .yoyakuBtn {
    border: 2px solid transparent;
    background-color: #27579d;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    min-width: 172px;
    padding: 3px 10px 2px;
    text-align: center;
    transition: .3s all; }
    .yoyakuBtn .blank {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url("../images/common/2023/ico_blank.png") no-repeat 0 0;
      background-size: 95%;
      vertical-align: middle;
      margin-left: 3px;
      transition: .3s all; }
    .yoyakuBtn:hover {
      border: 2px solid #04265a;
      background-color: #fff;
      color: #04265a !important; }
      .yoyakuBtn:hover .blank {
        background: url("../images/common/2023/ico_blank_ov1.png") no-repeat 0 0;
        background-size: 95%; }
  .forSP {
    display: none !important; }
  .inner {
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto; }
  header {
    width: 100%;
    height: 114px;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 10; }
    header .inner {
      display: flex;
      justify-content: space-between;
      padding-top: 16px; }
    header #logo {
      width: 282px;
      position: relative;
      top: 15px;
      padding-right: 10px; }
      header #logo img {
        width: 100%;
        height: auto; }
    header .headerObject {
      display: flex;
      align-items: center;
      position: relative; }
      header .headerObject .accessLink {
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        padding-left: 20px;
        position: relative;
        margin-right: 20px;
        min-width: 70px; }
        header .headerObject .accessLink::before {
          content: "";
          background: url(../images/common/2023/ico_access.svg) no-repeat;
          background-size: 100% auto;
          display: block;
          position: absolute;
          width: 17px;
          height: 18px;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        header .headerObject .accessLink:hover {
          text-decoration: underline;
          color: #ceb75a; }
      header .headerObject .isSearch {
        color: #004994;
        font-size: 12px;
        padding-left: 20px;
        position: relative;
        cursor: pointer;
        margin-right: 20px; }
        header .headerObject .isSearch::before {
          content: "";
          background: url(../images/common/ico_search.png) no-repeat;
          background-size: contain;
          display: block;
          position: absolute;
          width: 16px;
          height: 15px;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        header .headerObject .isSearch:hover {
          text-decoration: underline;
          color: #ceb75a; }
      header .headerObject #searchForm {
        display: inline-block;
        margin-right: 20px; }
      header .headerObject #search {
        display: inline-block;
        border-radius: 3px;
        display: inline-table;
        vertical-align: middle;
        background-color: #fff;
        border-radius: 20px;
        background: #e9eef5; }
        header .headerObject #search.show {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }
        header .headerObject #search .cell {
          border: none;
          display: table-cell;
          height: 30px;
          position: relative; }
          header .headerObject #search .cell:nth-of-type(1) {
            border-width: 1px 0 1px 1px;
            width: 200px;
            height: 30px; }
          header .headerObject #search .cell:nth-of-type(2) {
            border-width: 1px 1px 1px 0;
            width: 30px;
            height: 30px; }
        header .headerObject #search #searchTxt {
          width: 100%;
          max-width: 190px;
          font-size: 12px;
          height: 30px;
          margin-left: 10px;
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          border: none;
          border-width: 0;
          outline: none; }
        header .headerObject #search #searchBtn {
          width: 30px;
          height: 30px;
          text-align: center;
          cursor: pointer;
          background: url(../images/common/2023/btn-search.png) no-repeat center 50%;
          background-size: 14px auto;
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          box-sizing: border-box;
          outline-width: 0px;
          outline-style: none;
          border-width: 0px;
          border-style: none;
          color: transparent; }
      header .headerObject .btnWrap {
        display: flex; }
  .headerUnder {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end; }
    .headerUnder .lang {
      font-size: 14px;
      line-height: 1;
      display: inline-block;
      margin: 20px 35px 0 0; }
      .headerUnder .lang a {
        color: #123b78; }
        .headerUnder .lang a:hover {
          text-decoration: underline;
          color: #ceb75a; }
        .headerUnder .lang a.now {
          color: #ceb75a; }
      .headerUnder .lang span.line {
        color: #123b78;
        padding: 0 25px; }
  #gNavi {
    padding: 0px 75px 0px 10px;
    margin: 18px 0 0; }
    #gNavi ul {
      display: flex;
      justify-content: flex-end; }
    #gNavi li {
      display: flex;
      flex-flow: wrap; }
      #gNavi li:not(:last-child) {
        margin-right: 65px; }
    #gNavi a {
      display: block;
      transition: .3s all;
      position: relative;
      font-size: 15px; }
      #gNavi a::before {
        content: "";
        display: block;
        position: absolute;
        background-color: #193b79;
        width: 100%;
        height: 3px;
        bottom: -11px;
        left: 0;
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
        -webkit-transform: scale(1, 0);
                transform: scale(1, 0);
        transition: .3s all; }
      #gNavi a:hover::before, #gNavi a.now::before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
  footer {
    width: 100%;
    background: #1c4288;
    position: relative;
    margin-top: 40px;
    overflow: hidden; }
    footer #footerContents {
      position: relative;
      border-bottom: solid 1px #335594;
      padding-top: 20px;
      padding-bottom: 20px;
      background: #e9eef5; }
      footer #footerContents .inner {
        max-width: 1080px;
        margin: 0 auto;
        padding: 40px 0;
        display: flex;
        justify-content: flex-end;
        position: relative; }
        footer #footerContents .inner .logo {
          position: absolute;
          top: 50px;
          left: 0; }
        footer #footerContents .inner .underMenu {
          font-size: 13px;
          margin-left: 30px;
          list-style: none; }
          footer #footerContents .inner .underMenu li {
            margin-top: 20px; }
            footer #footerContents .inner .underMenu li:nth-child(1) {
              margin-top: 0; }
      footer #footerContents:after {
        content: "";
        clear: both;
        display: block;
        width: 1px;
        height: 0;
        overflow: hidden; }
      footer #footerContents #footLogo {
        height: auto;
        float: left; }
    footer .credit {
      text-align: center;
      padding: 40px 0;
      font-size: 12px;
      color: #fff;
      font-family: "garamond", "serif"; }
  #pageTop {
    cursor: pointer;
    width: 105px;
    height: 100px;
    margin: 0 auto;
    bottom: 0px;
    right: 20px;
    z-index: 5;
    transition: all .3s;
    position: fixed; }
    #pageTop:hover {
      opacity: 0.80; }
    #pageTop .img_sp {
      display: none; }
    #pageTop .img1 {
      width: 55px;
      display: block;
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 0 0px 10px 0 rgba(70, 100, 170, 0.3);
      position: absolute;
      top: 0;
      left: 0; }
    #pageTop .img2 {
      position: absolute;
      bottom: 0px;
      left: 25px;
      transition: all .5s;
      transition-delay: .2s; }
  #spMenuBtn.open {
    width: 57px; }
  #spMenuBtn, #spMenuList {
    display: table-cell;
    vertical-align: top; }
  #spMenuBtn {
    position: relative; }
    #spMenuBtn span {
      background-image: url(../images/common/2023/icon-menu.png);
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: 37px auto;
      background-position: 10px 2px;
      display: block;
      width: 50px;
      height: 43px;
      position: absolute; }
      #spMenuBtn span img {
        width: 100%;
        height: auto; }
  .aform input, .aform select, .aform textarea {
    border: solid 1px #ccc; } }

/* FREE Display
-------------------------------------------------- */
@media screen and (min-width: 801px) and (max-width: 1140px) {
  body {
    padding-top: 134px; }
  header {
    height: 134px; }
  header .inner {
    padding-top: 10px; }
  header #logo {
    width: 40%;
    max-width: 272px; }
  header .headerObject {
    flex-wrap: wrap;
    justify-content: flex-end; }
  header .headerObject #searchForm {
    margin-right: 0; }
  header .btnWrap {
    margin-top: 10px; }
  #gNavi {
    flex-basis: calc(100% - 125px); }
    #gNavi a {
      font-size: 15px; }
  .headerUnder {
    justify-content: space-between; }
  #gNavi ul {
    justify-content: space-between;
    flex-wrap: nowrap; }
  #gNavi li:not(:last-child) {
    margin-right: 0; }
  .memberBtn, .jobBtn {
    font-size: 12px; }
  #pageTop {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; } }

@media print {
  body {
    zoom: 70%; } }
/* recruit_search用css
-------------------------------------------------- */
@media print, screen and (min-width: 801px){
  .bnrArea {
      margin-top: 40px;
  }
  
  .bnrCol2 {
      display: flex;
  }
  
  .bnrCol2 img {
      width: 30%;
  }
  
  .bnrCol2 p {
      margin-left: 25px;
  }
  
  .link {
      margin-top: 15px;
  }
  
  a.blank:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  background: url(../images/common/icon-blank_gray.png) no-repeat;
  top: 0;
  right: -6px;
  }  
  }
  
  
  @media screen and (max-width: 800px) {
  .bnrArea {
      margin-top: 0;
      padding: 30px;
  }
  
  .bnrCol2 img {
      width: 70%;
      display: flex;
      margin: 0 auto;
  }
  
  .bnrCol2 p {
      margin-top: 20px;
  }
  
  .link {
      margin-top: 15px;
  }
  
  a.blank:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  background: url(../images/common/icon-blank_gray.png) no-repeat;
  top: 0;
  right: -6px;
  }  
  }