@charset "UTF-8";
/**

  Font Family

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

img[src$=".svg"] {
  width: 100%;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #111;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
body.company .p-header__nav ul li a[href="/company/"] {
  background-color: #0034aa;
}
body.company .p-header__nav ul li a[href="/company/"] dl {
  background: url("/assets/images/common/sp_nav01_on.svg") no-repeat center top;
  background-size: auto 18px;
}
body.company .p-header__nav ul li a[href="/company/"] dl .jp {
  color: #fff;
}
body.company .p-header__nav ul li a[href="/company/"] dl .en {
  color: #fff;
}
body.service .p-header__nav ul li a[href="/service/"] {
  background-color: #0034aa;
}
body.service .p-header__nav ul li a[href="/service/"] dl {
  background: url("/assets/images/common/sp_nav02_on.svg") no-repeat center top;
  background-size: auto 18px;
}
body.service .p-header__nav ul li a[href="/service/"] dl .jp {
  color: #fff;
}
body.service .p-header__nav ul li a[href="/service/"] dl .en {
  color: #fff;
}
body.service .p-header__nav ul li:nth-child(2) {
  border-left: 1px solid #0034aa;
}
body.recruit .p-header__nav ul li a[href="/recruit/"] {
  background-color: #0034aa;
}
body.recruit .p-header__nav ul li a[href="/recruit/"] dl {
  background: url("/assets/images/common/sp_nav03_on.svg") no-repeat center top;
  background-size: auto 18px;
}
body.recruit .p-header__nav ul li a[href="/recruit/"] dl .jp {
  color: #fff;
}
body.recruit .p-header__nav ul li a[href="/recruit/"] dl .en {
  color: #fff;
}
body.recruit .p-header__nav ul li:nth-child(3) {
  border-left: 1px solid #0034aa;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table, th, td {
  border-collapse: collapse;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.forpc {
  display: none !important;
  height: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.forsp {
  display: block !important;
  height: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header {
  widows: 100%;
  height: auto;
  position: relative;
  top: 0;
  background-color: white;
  z-index: 99;
  display: block;
  margin: 0 auto;
}

#footer {
  width: 100%;
  clear: both;
}
#footer .pagetop {
  text-align: center;
}
#footer .pagetop .p-btn {
  border-bottom: 6px solid #0034aa;
}
#footer .pagetop .p-btn a {
  position: relative;
  display: inline-block;
  padding: 12px 30px 10px 20px;
  background-color: #0034aa;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
#footer .pagetop .p-btn a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(/assets/images/common/ico-pagetop.svg) no-repeat;
  background-size: contain;
}

.p-header__cap {
  display: none;
}
.p-header__inner {
  border-top: 4px solid #0337ab;
}
.p-header__logo {
  padding: 12px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__logo__main {
  width: 200px;
  height: auto;
  margin-right: 10px;
}
.p-header__logo__sub {
  width: 60px;
}
.p-header__nav {
  border-top: 2px solid #cfd4e6;
}
.p-header__nav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.p-header__nav ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9edf7));
  background: linear-gradient(to bottom, #ffffff 0%, #e9edf7 100%);
}
.p-header__nav ul li a {
  display: block;
  height: 60px;
  padding-top: 8px;
}
.p-header__nav ul li a:hover {
  text-decoration: none;
}
.p-header__nav ul li a dl {
  padding-top: 23px;
}
.p-header__nav ul li a dl .jp {
  color: #111;
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: bold;
}
.p-header__nav ul li a dl .en {
  color: #8a98b9;
  font-size: 9px;
  font-family: "Asap", sans-serif;
}
.p-header__nav ul li:first-child {
  border-right: 1px solid #cfd4e6;
}
.p-header__nav ul li:first-child a dl {
  background: url("/assets/images/common/sp_nav01.svg") no-repeat center top;
  background-size: auto 18px;
}
.p-header__nav ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #cfd4e6;
}
.p-header__nav ul li:nth-child(2) a dl {
  background: url("/assets/images/common/sp_nav02.svg") no-repeat center top;
  background-size: auto 18px;
}
.p-header__nav ul li:last-child {
  border-left: 1px solid #fff;
}
.p-header__nav ul li:last-child a dl {
  background: url("/assets/images/common/sp_nav03.svg") no-repeat center top;
  background-size: auto 18px;
}

.p-footer {
  width: 100%;
}
.p-footer__details {
  padding: 20px 20px;
  background-color: #eaedf4;
  border-top: 1px solid #fff;
}
.p-footer .p-flogo {
  display: table;
  width: 100%;
}
.p-footer .p-flogo dt {
  display: table-cell;
  width: 70%;
  padding-right: 5px;
  text-align: left;
  vertical-align: top;
}
.p-footer .p-flogo dd {
  display: table-cell;
  width: 30%;
  text-align: right;
  vertical-align: top;
}
.p-footer .p-flogo dd ul {
  display: table;
  margin-left: auto;
  margin-right: 0px;
}
.p-footer .p-flogo dd ul li {
  display: table-cell;
  padding-left: 10px;
  text-align: right;
  vertical-align: top;
}
.p-footer .p-flogo dd ul li img {
  width: 100%;
  height: auto;
}
.p-footer .p-flogo__address {
  padding: 15px 0 0;
  font-size: 10px;
}
.p-footer .p-flogo__img li img {
  max-width: 40px;
  height: auto;
}
.p-footer .p-flogo__logo img {
  width: 100%;
  max-width: 270px;
  height: auto;
}
.p-footer .p-phone {
  display: table;
  width: 100%;
  margin: 20px 0 0;
  border: 1px solid #d9dce3;
  background-color: #fff;
}
.p-footer .p-phone dt {
  display: table-cell;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
}
.p-footer .p-phone dd {
  display: table-cell;
  padding: 15px 0;
  border-left: 1px solid #d9dce3;
  text-align: center;
  vertical-align: middle;
}
.p-footer .p-phone dd a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  font-family: "Asap", sans-serif;
}
.p-footer .p-phone dd a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  width: 15px;
  height: 18px;
  margin-top: -8px;
  background: url("/assets/images/common/f-ico-phone.svg") no-repeat;
  background-size: contain;
}
.p-footer__nav {
  display: none;
}
.p-footer__copyright {
  padding: 20px 20px;
  font-size: 10px;
  text-align: center;
}

.p-toppage .slideshow {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 240px;
  top: -240px;
  margin-bottom: -240px;
}
.p-toppage .slideshow .slider-mv {
  position: relative;
  display: table;
  width: 100%;
  height: 240px;
  background: url("/assets/images/top/sp_mv-bg.png") no-repeat 50% 60%;
  background-size: cover;
}
.p-toppage .slideshow .slider-mv h1 {
  display: table-cell;
  padding: 0 25px;
  text-align: center;
  vertical-align: middle;
}
.p-toppage .slideshow .slider-mv h1 img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.p-toppage .slideshow .slider-mv canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px !important;
  z-index: 3;
}
.p-toppage .slideshow .slider-mv2 {
  position: relative;
  display: table;
  width: 100%;
  height: 240px;
  background: url("/assets/images/top/sp_mv-bg2.png") no-repeat 50% 60%;
  background-size: cover;
}
.p-toppage .slideshow .slider-mv2 a {
  display: contents !important;
}
.p-toppage .slideshow .slider-mv2 h1 {
  display: table-cell;
  padding: 0 45% 0 0;
  text-align: center;
  vertical-align: middle;
}
.p-toppage .slideshow .slider-mv2 h1 img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-left: 10px;
}
.p-toppage .slideshow .slider-mv3 {
  position: relative;
  display: table;
  width: 100%;
  height: 240px;
  background: url("/assets/images/top/sp_mv-bg3.png") no-repeat 50% 60%;
  background-size: cover;
  background-position: right;
}
.p-toppage .slideshow .slider-mv3 a {
  display: contents !important;
}
.p-toppage .slideshow .slider-mv3 h1 {
  display: table-cell;
  padding: 0 50% 0% 0;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.p-toppage .slideshow .slider-mv3 h1 :hover {
  opacity: 1;
}
.p-toppage .slideshow .slider-mv3 h1 img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-left: 10px;
  margin-top: 20%;
}
.p-toppage .slideshow .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  bottom: 4px;
  position: relative;
  list-style-type: none;
}
.p-toppage .slideshow .slick-dots li {
  margin: 0 0.25rem;
  width: 10px;
  height: 20px;
}
.p-toppage .slideshow .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c6c8cc;
  text-indent: -9999px;
}
.p-toppage .slideshow .slick-dots li.slick-active button {
  background-color: #0034aa;
}
.p-toppage .slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-toppage .slideshow .item.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-toppage__mv {
  position: relative;
  display: table;
  width: 100%;
  height: 240px;
  z-index: 2;
}
.p-toppage__mv h1 {
  display: table-cell;
  padding: 0 25px;
  text-align: center;
  vertical-align: middle;
}
.p-toppage__mv img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.p-toppage__mv canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px !important;
  z-index: 3;
}
.p-toppage__kenkoukeiei_yuryouhouzin {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0 40px;
}
.p-toppage__50th {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.p-toppage__50th--pc {
  display: none;
}
.p-toppage__50th--sp {
  display: block;
}
.p-toppage__news {
  width: 100%;
  padding: 20px 20px;
  background-color: #eaedf4;
}
.p-toppage__news__inner {
  position: relative;
  padding-bottom: 3em;
  margin-top: 20px;
}
.p-toppage__news__inner .p-titlebox {
  text-align: center;
}
.p-toppage__news__inner .p-titlebox h2 {
  padding: 0 0 15px;
  border-bottom: 1px solid #c0cce6;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.p-toppage__news__inner .p-titlebox h2 em {
  display: block;
  padding: 10px 0 0;
  font-size: 11px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  color: #8a98b9;
}
.p-toppage__news__inner .p-titlebox a {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 1em 0 1em 1em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #0034aa;
}
.p-toppage__news__inner .p-titlebox a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -3.5em;
  background: url("/assets/images/top/ico-btn.svg") no-repeat 50% 50%;
  background-size: 14px 14px;
}
.p-toppage__news__inner .p-listbox__inner dl {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
}
.p-toppage__news__inner .p-listbox__inner dl dt {
  position: absolute;
  top: 18px;
  left: 0px;
  font-size: 12px;
  line-height: 1;
}
.p-toppage__news__inner .p-listbox__inner dl dd .p-cat {
  display: block;
  padding-left: 5em;
}
.p-toppage__news__inner .p-listbox__inner dl dd .p-cat span {
  display: inline-block;
  width: 7em;
  padding: 3px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.p-toppage__news__inner .p-listbox__inner dl dd .p-cat .cat01 {
  background-color: #0034aa;
}
.p-toppage__news__inner .p-listbox__inner dl dd .p-cat .cat02 {
  background-color: #7cb976;
}
.p-toppage__news__inner .p-listbox__inner dl dd .p-cat .cat03 {
  background-color: #33b8c4;
}
.p-toppage__news__inner .p-listbox__inner dl dd .p-cat .cat04 {
  background-color: #4289d9;
}
.p-toppage__news__inner .p-listbox__inner dl dd .p-link {
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 1.3;
}
.p-toppage__news__inner .p-listbox__inner dl dd .p-link a {
  color: #333;
}
.p-toppage__recruit {
  width: 100%;
  background: #07425e url("/assets/images/top/sp_recruit-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-toppage__recruit a {
  display: block;
  color: #fff;
}
.p-toppage__recruit__inner h3 {
  position: relative;
  padding: 40px 20px 40px 35px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Asap", sans-serif;
  line-height: 1;
  color: #fff;
}
.p-toppage__recruit__inner h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("/assets/images/top/sp_recruit-ico.svg") no-repeat 50% 50%;
  background-size: 14px 14px;
}
.p-toppage__recruit__inner h3 span {
  display: block;
  padding-top: 10px;
  font-size: 11px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #fff;
}
.p-toppage__service {
  width: 100%;
  padding: 30px 0 30px;
}
.p-toppage__service .p-title {
  padding: 0 20px;
}
.p-toppage__service .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x 0% 50%;
}
.p-toppage__service .p-title h2 span {
  display: inline-block;
  padding: 0 18px;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  color: #0034aa;
}
.p-toppage__service .p-title h2 span em {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  color: #8a98b9;
}
.p-toppage__service .p-txt {
  padding: 20px 0 0;
}
.p-toppage__service .p-txt p {
  font-size: 12px;
  text-align: center;
  line-height: 2;
}
.p-toppage__servicebox {
  position: relative;
  padding-bottom: 60px;
}
.p-toppage__servicebox__inner ul li {
  position: relative;
  padding: 20px;
  border-top: 2px solid #fff;
  color: #fff;
}
.p-toppage__servicebox__inner ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  width: 80px;
  height: 80px;
}
.p-toppage__servicebox__inner ul li.p-box01 {
  background-color: #62a6db;
}
.p-toppage__servicebox__inner ul li.p-box01 h3, .p-toppage__servicebox__inner ul li.p-box01 p {
  padding-left: 90px;
}
.p-toppage__servicebox__inner ul li.p-box01:before {
  left: 20px;
  background-image: url("/assets/images/top/sp_service-ico01.svg"), url("/assets/images/top/sp_service-bg.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 50%, 50% 50%;
  background-size: 27px auto, 80px 80px !important;
}
.p-toppage__servicebox__inner ul li.p-box02 {
  background-color: #7fc1a4;
}
.p-toppage__servicebox__inner ul li.p-box02 h3, .p-toppage__servicebox__inner ul li.p-box02 p {
  padding-right: 90px;
}
.p-toppage__servicebox__inner ul li.p-box02:before {
  right: 20px;
  background-image: url("/assets/images/top/sp_service-ico02.svg"), url("/assets/images/top/sp_service-bg.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 50%, 50% 50%;
  background-size: 40px auto, 80px 80px !important;
}
.p-toppage__servicebox__inner ul li.p-box03 {
  background-color: #d48f52;
}
.p-toppage__servicebox__inner ul li.p-box03 h3, .p-toppage__servicebox__inner ul li.p-box03 p {
  padding-left: 90px;
}
.p-toppage__servicebox__inner ul li.p-box03:before {
  left: 20px;
  background-image: url("/assets/images/top/sp_service-ico03.svg"), url("/assets/images/top/sp_service-bg.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 50%, 50% 50%;
  background-size: 40px auto, 80px 80px !important;
}
.p-toppage__servicebox__inner ul li.p-box04 {
  background-color: #ce7abf;
}
.p-toppage__servicebox__inner ul li.p-box04 h3, .p-toppage__servicebox__inner ul li.p-box04 p {
  padding-right: 90px;
}
.p-toppage__servicebox__inner ul li.p-box04:before {
  right: 20px;
  background-image: url("/assets/images/top/sp_service-ico04.svg"), url("/assets/images/top/sp_service-bg.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 50%, 50% 50%;
  background-size: 44px auto, 80px 80px !important;
}
.p-toppage__servicebox__inner ul li.p-box05 {
  background-color: #a965e3;
}
.p-toppage__servicebox__inner ul li.p-box05 h3, .p-toppage__servicebox__inner ul li.p-box05 p {
  padding-left: 90px;
}
.p-toppage__servicebox__inner ul li.p-box05:before {
  left: 20px;
  background-image: url("/assets/images/top/sp_service-ico05.svg"), url("/assets/images/top/sp_service-bg.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 50%, 50% 50%;
  background-size: 44px auto, 80px 80px !important;
}
.p-toppage__servicebox__inner ul li h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  line-height: 1.5;
}
.p-toppage__servicebox__inner ul li p {
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}
.p-toppage__servicebox__inner ul li .p-btn {
  display: block;
  padding: 20px 0 0;
  text-align: center;
}
.p-toppage__servicebox__inner ul li .p-btn a {
  position: relative;
  display: inline-block;
  padding: 12px 30px 10px 45px;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #0034aa;
}
.p-toppage__servicebox__inner ul li .p-btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -3.5em;
  background: url("/assets/images/top/ico-btn.svg") no-repeat 50% 50%;
  background-size: 14px 14px;
}

.p-service {
  width: 100%;
  height: 100%;
}
.p-service__mv {
  width: 100%;
  display: table;
  background: url("/assets/images/service/mv-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-service__mv__txt {
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.p-service__mv__txt h1 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  letter-spacing: 3px;
  background: url("/assets/images/common/mv-ttl-bg.png") no-repeat center bottom;
  padding-bottom: 15px;
}
.p-service__mv__txt h1 em {
  display: block;
  font-size: 12px;
  font-family: "Asap", sans-serif;
  padding-top: 15px;
}
.p-service__lead {
  width: 100%;
  padding: 40px 20px 0;
}
.p-service__lead .p-title {
  margin: 0 auto;
}
.p-service__lead .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-service__lead .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-service__lead .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-service__lead .p-txt {
  margin: 30px auto 0;
}
.p-service__lead .p-txt p {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
.p-service__submenu {
  display: none;
}
.p-service__items {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.p-service__items.last {
  padding-bottom: 60px;
}
.p-service__items__box {
  margin: 0 auto;
  color: #111;
}
.p-service__items__box .p-title {
  text-align: center;
}
.p-service__items__box .p-title.service01 h3, .p-service__items__box .p-title.service02 h3, .p-service__items__box .p-title.service03 h3, .p-service__items__box .p-title.service04 h3, .p-service__items__box .p-title.service05 h3 {
  padding: 50px 20px 30px;
  text-align: center;
}
.p-service__items__box .p-title.service01 h3 span, .p-service__items__box .p-title.service02 h3 span, .p-service__items__box .p-title.service03 h3 span, .p-service__items__box .p-title.service04 h3 span, .p-service__items__box .p-title.service05 h3 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-service__items__box .p-title.service01 h3 em, .p-service__items__box .p-title.service02 h3 em, .p-service__items__box .p-title.service03 h3 em, .p-service__items__box .p-title.service04 h3 em, .p-service__items__box .p-title.service05 h3 em {
  display: block;
  font-size: 12px;
  font-family: "Asap", sans-serif;
  margin-top: 10px;
}
.p-service__items__box .p-title.service01 h3 {
  background: url("/assets/images/service/sp_service01-ico.svg") no-repeat 50% 0%;
  background-size: auto 40px;
}
.p-service__items__box .p-title.service01 h3 span {
  color: #2d93e2;
}
.p-service__items__box .p-title.service01 h3 em {
  color: #62a6db;
}
.p-service__items__box .p-title.service02 h3 {
  background: url("/assets/images/service/sp_service02-ico.svg") no-repeat 50% 0%;
  background-size: auto 40px;
}
.p-service__items__box .p-title.service02 h3 span {
  color: #41936f;
}
.p-service__items__box .p-title.service02 h3 em {
  color: #7fc1a4;
}
.p-service__items__box .p-title.service03 h3 {
  background: url("/assets/images/service/sp_service03-ico.svg") no-repeat 50% 0%;
  background-size: auto 40px;
}
.p-service__items__box .p-title.service03 h3 span {
  color: #c17736;
}
.p-service__items__box .p-title.service03 h3 em {
  color: #d48f52;
}
.p-service__items__box .p-title.service04 h3 {
  background: url("/assets/images/service/sp_service04-ico.svg") no-repeat 50% 0%;
  background-size: auto 40px;
}
.p-service__items__box .p-title.service04 h3 span {
  color: #ce7abf;
}
.p-service__items__box .p-title.service04 h3 em {
  color: #ce7abf;
}
.p-service__items__box .p-title.service05 h3 {
  background: url("/assets/images/service/sp_service05-ico.svg") no-repeat 50% 0%;
  background-size: auto 40px;
}
.p-service__items__box .p-title.service05 h3 span {
  color: #8e55bf;
}
.p-service__items__box .p-title.service05 h3 em {
  color: #a965e3;
}
.p-service__items__box .p-img {
  display: block;
}
.p-service__items__box .p-img img {
  max-width: 100%;
}
.p-service__items__box .p-detail {
  padding: 30px 20px 0px;
}
.p-service__items__box .p-detail h4 {
  font-size: 18px;
  line-height: 1.5;
}
.p-service__items__box .p-detail .p-txt {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.8;
}
.p-service__items__box .p-detail .p-offer {
  display: block;
}
.p-service__items__box .p-detail .p-offer dt {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px 10px;
  margin-top: 20px;
}
.p-service__items__box .p-detail .p-offer dt.s01 {
  background-color: #62a6db;
}
.p-service__items__box .p-detail .p-offer dt.s02 {
  background-color: #7fc1a4;
}
.p-service__items__box .p-detail .p-offer dt.s03 {
  background-color: #d48f52;
}
.p-service__items__box .p-detail .p-offer dt.s04 {
  background-color: #d081c2;
}
.p-service__items__box .p-detail .p-offer dt.s05 {
  background-color: #a965e3;
}
.p-service__items__box .p-detail .p-offer dd {
  display: block;
  padding: 15px 10px;
}
.p-service__items__box .p-detail .p-offer dd.s01 {
  background-color: #edf7ff;
}
.p-service__items__box .p-detail .p-offer dd.s02 {
  background-color: #edf5f2;
}
.p-service__items__box .p-detail .p-offer dd.s03 {
  background-color: #fff1e5;
}
.p-service__items__box .p-detail .p-offer dd.s04 {
  background-color: #fff3fd;
}
.p-service__items__box .p-detail .p-offer dd.s05 {
  background-color: #f2eaf9;
}
.p-service__items__box .p-detail ol {
  padding: 0 0 5px;
}
.p-service__items__box .p-detail ol li {
  position: relative;
  padding: 0 0 10px 22px;
  font-size: 14px;
  line-height: 1.5;
}
.p-service__items__box .p-detail ol li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 17px;
  height: 17px;
  background: url("/assets/images/common/ico-bull-arrow.svg") no-repeat;
  background-size: contain;
}
.p-service__items__box .p-detail .p-italic {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1.5;
  color: #0034aa;
}
.p-service__items__box .p-detail .p-italic.s01 {
  background-color: #dfeffb;
}
.p-service__items__box .p-detail .p-italic.s02 {
  background-color: #d7ebe2;
}
.p-service__items__box .p-detail .p-italic.s03 {
  background-color: #fbe7d6;
}
.p-service__items__box .p-detail .p-italic.s04 {
  background-color: #f6dcf1;
}
.p-service__items__box .p-detail .p-italic.s05 {
  background-color: #e3cff5;
}
.p-service__items__box .p-detail .p-place {
  display: block;
}
.p-service__items__box .p-detail .p-place dt {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px 10px;
  margin-top: 20px;
  background-color: #737373;
}
.p-service__items__box .p-detail .p-place dd {
  display: block;
  padding: 15px 10px;
  line-height: 1.8;
  background-color: #f6f6f6;
  font-size: 12px;
}
.p-service__items__box .p-detail .p-place dd br {
  display: none;
}

.p-company {
  width: 100%;
  height: 100%;
}
.p-company__mv {
  width: 100%;
  display: table;
  background: url("/assets/images/company/sp-mv-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-company__mv__txt {
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.p-company__mv__txt h1 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  letter-spacing: 3px;
  background: url("/assets/images/common/mv-ttl-bg.png") no-repeat center bottom;
  padding-bottom: 15px;
}
.p-company__mv__txt h1 em {
  display: block;
  font-size: 12px;
  font-family: "Asap", sans-serif;
  padding-top: 15px;
}
.p-company__submenu {
  width: 100%;
  background-color: #eaedf4;
  text-align: center;
}
.p-company__submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company__submenu ul li {
  display: table-cell;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
.p-company__submenu ul li a {
  display: inline-block;
  padding: 18px 0 18px 20px;
  background: url("/assets/images/common/ico-arrow-down.svg") no-repeat 5px 50%;
  font-size: 12px;
  font-weight: bold;
  color: #18269c;
  line-height: 1;
}
.p-company__submenu ul li.p-other a {
  padding: 10px 0;
  background: none;
}
.p-company__submenu ul li.p-other a span {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  background: #fff url("/assets/images/common/ico-arrow-down.svg") no-repeat 10px 50%;
  border-radius: 3px;
}
.p-company__info {
  padding: 40px 20px 0;
  background-color: #fff;
}
.p-company__info .p-title {
  margin: 0 auto;
}
.p-company__info .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-company__info .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-company__info .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-company__info .p-table {
  margin: 40px auto 0;
}
.p-company__info .p-table dl {
  width: 100%;
  display: table;
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.p-company__info .p-table dl:first-child {
  border-top: 1px solid #d2d2d2;
}
.p-company__info .p-table dl dt {
  padding: 0 0px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #0034aa;
}
.p-company__info .p-table dl dd {
  padding: 0 0px;
  font-size: 14px;
  line-height: 1.5;
}
.p-company__info .p-table dl dd .p-txt {
  margin-top: 20px;
}
.p-company__info .p-table dl dd .p-detail {
  margin-bottom: 20px;
}
.p-company__info .p-table dl dd .p-detail.last {
  margin-bottom: 0;
}
.p-company__info .p-table dl dd .p-detail h3 {
  padding-left: 24px;
  font-weight: bold;
  background: url("/assets/images/common/ico-bull-arrow.svg") no-repeat left center;
  background-size: 17px 17px;
}
.p-company__info .p-table dl dd .p-detail .p-address {
  padding: 5px 0 0;
}
.p-company__info .p-table dl dd .p-detail .p-google {
  margin-top: 15px;
  text-align: center;
}
.p-company__info .p-table dl dd .p-detail .p-google a {
  position: relative;
  display: block;
  padding: 15px 10px 15px 17px;
  border: 1px solid #dfdfdf;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #0034aa;
}
.p-company__info .p-table dl dd .p-detail .p-google a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 20px;
  margin: -12px 0 0 -4.7em;
  background: url("/assets/images/common/ico-google.svg") no-repeat 0% 0%;
}
.p-company__info .p-table dl dd .p-detail ol {
  padding: 5px 0 0;
}
.p-company__info .p-table dl dd .p-detail ol li:before {
  content: "・";
  vertical-align: middle;
}
.p-company__info .p-table dl dd .p-detail span.fax {
  display: block;
}
.p-company__access {
  padding: 80px 0 60px;
  background-color: #fff;
}
.p-company__access .p-title {
  margin: 0 auto;
  padding: 0 20px;
}
.p-company__access .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-company__access .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-company__access .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-company__access .p-title + .p-company__access__map {
  margin-top: 30px;
}
.p-company__access__map {
  margin-top: 60px;
}
.p-company__access__map h3 {
  color: #0034aa;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.p-company__access__map .p-mapbox {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 56%;
}
.p-company__access__map .p-mapbox--print {
  width: 640px;
  height: 250px;
  display: none;
  margin: 20px auto;
}
.p-company__access__map dl {
  padding: 30px 20px 0;
}
.p-company__access__map dl dt {
  vertical-align: top;
  font-size: 14px;
  line-height: 1.8;
}
.p-company__access__map dl dd {
  padding: 20px 0 0;
}
.p-company__access__map dl dd .p-google {
  text-align: center;
}
.p-company__access__map dl dd .p-google a {
  position: relative;
  display: block;
  padding: 15px 10px 15px 17px;
  border: 1px solid #dfdfdf;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #0034aa;
}
.p-company__access__map dl dd .p-google a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 20px;
  margin: -12px 0 0 -4.7em;
  background: url("/assets/images/common/ico-google.svg") no-repeat 0% 0%;
}

.p-iso {
  width: 100%;
  height: 100%;
}
.p-iso__mv {
  width: 100%;
  display: table;
  background: url("/assets/images/company/mv-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-iso__mv__txt {
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.p-iso__mv__txt h1 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  letter-spacing: 3px;
  background: url("/assets/images/common/mv-ttl-bg.png") no-repeat center bottom;
  padding-bottom: 15px;
}
.p-iso__mv__txt h1 em {
  display: block;
  font-size: 12px;
  font-family: "Asap", sans-serif;
  padding-top: 15px;
}
.p-iso__lead {
  width: 100%;
  padding: 40px 20px 40px;
}
.p-iso__lead .p-title {
  margin: 0 auto;
}
.p-iso__lead .p-title h2 {
  margin: 0 auto;
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-iso__lead .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-iso__lead .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-iso__section {
  margin: 0 20px;
  padding: 40px 0 40px;
  border-bottom: 1px solid #d2d2d2;
}
.p-iso__section.last {
  border-bottom: 0;
}
.p-iso__section h3 {
  color: #0034aa;
  font-size: 18px;
  font-weight: bold;
}
.p-iso__section p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.p-iso__section .p-desc {
  margin-top: 20px;
}
.p-iso__section .p-desc dt {
  font-size: 14px;
  line-height: 1.8;
}
.p-iso__section .p-desc dd.pc {
  display: none;
}
.p-iso__section .p-desc dd.sp {
  display: block;
  text-align: center;
  width: 165px;
  height: 136px;
  -webkit-box-shadow: 4px 4px 0px 3px #ededed;
          box-shadow: 4px 4px 0px 3px #ededed;
  margin: 20px auto 0;
  padding-top: 20px;
}
.p-iso__section .p-desc dd.sp img {
  max-width: 142px;
}
.p-iso__section .p-gray {
  display: block;
  padding: 20px 15px;
  background-color: #f2f3f6;
  margin-top: 30px;
}
.p-iso__section .p-gray dt {
  color: #111;
  font-size: 16px;
  font-weight: bold;
}
.p-iso__section .p-gray dd {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
}

.p-kenkoukeiei_yuryouhouzin {
  width: 100%;
  height: 100%;
}
.p-kenkoukeiei_yuryouhouzin__mv {
  width: 100%;
  display: table;
  background: url("/assets/images/company/mv-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-kenkoukeiei_yuryouhouzin__mv__txt {
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.p-kenkoukeiei_yuryouhouzin__mv__txt h1 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  letter-spacing: 3px;
  background: url("/assets/images/common/mv-ttl-bg.png") no-repeat center bottom;
  padding-bottom: 15px;
}
.p-kenkoukeiei_yuryouhouzin__mv__txt h1 em {
  display: block;
  font-size: 12px;
  font-family: "Asap", sans-serif;
  padding-top: 15px;
}
.p-kenkoukeiei_yuryouhouzin__lead {
  width: 100%;
  padding: 40px 20px 40px;
}
.p-kenkoukeiei_yuryouhouzin__lead .p-title {
  margin: 0 auto;
}
.p-kenkoukeiei_yuryouhouzin__lead .p-title h2 {
  margin: 0 auto;
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-kenkoukeiei_yuryouhouzin__lead .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-kenkoukeiei_yuryouhouzin__lead .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-kenkoukeiei_yuryouhouzin__section {
  margin: 0 20px;
  padding: 40px 0 80px;
}
.p-kenkoukeiei_yuryouhouzin__section h3 {
  color: #0034aa;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-kenkoukeiei_yuryouhouzin__section .img {
  text-align: center;
}
.p-kenkoukeiei_yuryouhouzin__section .logo {
  text-align: center;
  margin: 2rem 0;
}
.p-kenkoukeiei_yuryouhouzin__section p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}

.p-recruit {
  width: 100%;
  height: 100%;
}
.p-recruit__mv {
  width: 100%;
  display: table;
  background: url("/assets/images/recruit/sp-mv-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-recruit__mv__txt {
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.p-recruit__mv__txt h1 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  letter-spacing: 3px;
  background: url("/assets/images/common/mv-ttl-bg.png") no-repeat center bottom;
  padding-bottom: 15px;
}
.p-recruit__mv__txt h1 em {
  display: block;
  font-size: 12px;
  font-family: "Asap", sans-serif;
  padding-top: 15px;
}
.p-recruit__lead {
  background: url("/assets/images/recruit/lead-bg.png") no-repeat 50% 50%;
  background-size: contain;
}
.p-recruit__lead h2 {
  padding: 40px 20px;
  text-align: center;
}
.p-recruit__lead h2 img {
  max-width: 368px;
  width: 100%;
  height: auto;
}
.p-recruit__section {
  width: 100%;
  padding: 20px 0 40px;
}
.p-recruit__section .p-title {
  padding: 0 20px;
}
.p-recruit__section .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-recruit__section .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-recruit__section .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-recruit__section .p-txt {
  margin: 30px 20px 0;
}
.p-recruit__section .p-txt .p-ttl {
  color: #0034aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.p-recruit__section .p-txt .p-desc {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.p-recruit__section .p-txt .p-name {
  text-align: right;
  color: #0034aa;
  font-size: 14px;
  margin-top: 20px;
}
.p-recruit__section .p-txt .p-name em {
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  margin-left: 6px;
}
.p-recruit__section .p-txt .p-name img {
  max-width: 220px;
  height: auto;
}
.p-recruit__section a {
  display: block;
  padding: 40px 20px;
  line-height: 1.2;
  color: #fff;
}
.p-recruit__section .p-banner01 span,
.p-recruit__section .p-banner02 span,
.p-recruit__section .p-banner03 span,
.p-recruit__section .p-banner04 span,
.p-recruit__section .p-banner05 span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.p-recruit__section .p-banner01 span:after,
.p-recruit__section .p-banner02 span:after,
.p-recruit__section .p-banner03 span:after,
.p-recruit__section .p-banner04 span:after,
.p-recruit__section .p-banner05 span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("/assets/images/recruit/ico-banner.svg") no-repeat 50% 50%;
  background-size: 16px 16px;
}
.p-recruit__section .p-banner01 em,
.p-recruit__section .p-banner02 em,
.p-recruit__section .p-banner03 em,
.p-recruit__section .p-banner04 em,
.p-recruit__section .p-banner05 em {
  display: block;
  font-size: 12px;
  font-family: "Asap", sans-serif;
}
.p-recruit__section .p-banner01 span, .p-recruit__section .p-banner01 em,
.p-recruit__section .p-banner02 span,
.p-recruit__section .p-banner02 em,
.p-recruit__section .p-banner03 span,
.p-recruit__section .p-banner03 em,
.p-recruit__section .p-banner04 span,
.p-recruit__section .p-banner04 em,
.p-recruit__section .p-banner05 span,
.p-recruit__section .p-banner05 em {
  padding-right: 21px;
}
.p-recruit__section .p-banner01 {
  margin: 30px 0 0;
  background: url("/assets/images/recruit/banner-bg01.png") no-repeat 70% 50%;
  background-size: cover;
  text-align: left;
}
.p-recruit__section .p-banner01 p {
  text-shadow: 1px 1px 1px #393756, -1px -1px 1px #393756, 1px -1px 1px #393756, -1px 1px 1px #393756;
}
.p-recruit__section .p-banner02 {
  background: url("/assets/images/recruit/banner-bg02.png") no-repeat 50% 50%;
  background-size: cover;
  text-align: right;
}
.p-recruit__section .p-banner02 p {
  text-shadow: 1px 1px 1px #3b4c5e, -1px -1px 1px #3b4c5e, 1px -1px 1px #3b4c5e, -1px 1px 1px #3b4c5e;
}
.p-recruit__section .p-banner03 {
  background: url("/assets/images/recruit/banner-bg03.png") no-repeat 70% 50%;
  background-size: cover;
  text-align: left;
}
.p-recruit__section .p-banner03 p {
  text-shadow: 1px 1px 1px #8a8c9a, -1px -1px 1px #8a8c9a, 1px -1px 1px #8a8c9a, -1px 1px 1px #8a8c9a;
}
.p-recruit__section .p-banner04 {
  background: url("/assets/images/recruit/banner-bg04.png") no-repeat 15% 50%;
  background-size: cover;
  text-align: right;
}
.p-recruit__section .p-banner04 p {
  text-shadow: 1px 1px 1px #8ea3b0, -1px -1px 1px #8ea3b0, 1px -1px 1px #8ea3b0, -1px 1px 1px #8ea3b0;
}
.p-recruit__section .p-banner05 {
  background: url("/assets/images/recruit/banner-bg05.png") no-repeat 80% 50%;
  background-size: cover;
  text-align: left;
}
.p-recruit__section .p-banner05 p {
  text-shadow: 1px 1px 1px #b0b4bf, -1px -1px 1px #b0b4bf, 1px -1px 1px #b0b4bf, -1px 1px 1px #b0b4bf;
}
.p-recruit__submenu {
  width: 100%;
  background-color: #eaedf4;
  text-align: center;
}
.p-recruit__submenu ul {
  padding: 10px 10px;
  font-size: 0;
}
.p-recruit__submenu ul li {
  display: inline-block;
  margin: 6px 10px;
}
.p-recruit__submenu ul li a, .p-recruit__submenu ul li.active {
  padding-left: 15px;
  background: url("/assets/images/common/ico-arrow-right.svg") no-repeat left center;
  font-size: 12px;
  font-weight: bold;
}
.p-recruit__submenu ul li a {
  color: #18269c;
}
.p-recruit__submenu ul li.active {
  color: #a0a4ce;
}
.p-recruit__btnbox {
  padding-bottom: 40px;
}
.p-recruit__btnbox .p-line {
  height: 1px;
  margin: 0 20px 30px;
  border-bottom: 1px solid #d2d2d2;
  display: none;
}
.p-recruit__btnbox .p-entry {
  text-align: center;
  background-color: #0034aa;
}
.p-recruit__btnbox .p-entry a {
  position: relative;
  display: table;
  width: 100%;
  height: 80px;
  color: #fff;
}
.p-recruit__btnbox .p-entry a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 36px;
  margin-top: -18px;
  margin-left: -6.5em;
  background: url("/assets/images/recruit/ico-phone.svg") no-repeat 0% 50%;
  background-size: auto 36px;
}
.p-recruit__btnbox .p-entry dl {
  display: table-cell;
  padding-left: 1em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.p-recruit__btnbox .p-entry dl dt {
  font-size: 22px;
  font-weight: bold;
}
.p-recruit__btnbox .p-entry dl dd {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.p-recruit__btnbox .p-menubtn li {
  font-size: 14px;
}
.p-recruit__btnbox .p-menubtn li:nth-child(1) {
  background-color: #393756;
}
.p-recruit__btnbox .p-menubtn li:nth-child(2) {
  background-color: #3b4c5e;
}
.p-recruit__btnbox .p-menubtn li:nth-child(3) {
  background-color: #8a8c9a;
}
.p-recruit__btnbox .p-menubtn li:nth-child(4) {
  background-color: #8ea3b0;
}
.p-recruit__btnbox .p-menubtn li:nth-child(5) {
  background-color: #b0b4bf;
}
.p-recruit__btnbox .p-menubtn li a {
  display: table;
  width: 100%;
  height: 80px;
  color: #fff;
}
.p-recruit__btnbox .p-menubtn li a dl {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
}
.p-recruit__btnbox .p-menubtn li a dl dt {
  padding-left: 21px;
  background: url("/assets/images/recruit/ico-banner.svg") no-repeat 0% 0%;
  background-size: 16px 16px;
  font-size: 16px;
  font-weight: bold;
}
.p-recruit__btnbox .p-menubtn li a dl dd {
  padding-left: 21px;
  font-size: 12px;
  font-family: "Asap", sans-serif;
  margin-top: 6px;
}
.p-recruit__intro {
  padding: 40px 0 0;
}
.p-recruit__intro .p-title {
  padding: 0 20px;
}
.p-recruit__intro .p-title h2 {
  margin: 0 auto;
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-recruit__intro .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-recruit__intro .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-recruit__intro .p-textbox {
  padding: 40px 20px 0;
}
.p-recruit__intro .p-textbox dt {
  color: #0034aa;
  font-size: 18px;
  font-weight: bold;
}
.p-recruit__intro .p-textbox dd {
  color: #111;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
}
.p-recruit__intro .p-merit {
  overflow: hidden;
  padding: 20px 0 20px;
}
.p-recruit__intro .p-merit li {
  position: relative;
  float: left;
  width: 50%;
  padding: 20px 0;
  line-height: 1;
}
.p-recruit__intro .p-merit li:nth-child(2n+1) {
  clear: both;
}
.p-recruit__intro .p-merit li:nth-child(2n+1):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  width: 1px;
  height: 80px;
  margin-top: -40px;
  background-color: #d2d2d2;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.p-recruit__intro .p-merit li dl {
  text-align: center;
}
.p-recruit__intro .p-merit li dl dt {
  display: block;
  margin-bottom: 15px;
}
.p-recruit__intro .p-merit li dl dt img {
  width: 50px;
  height: auto;
}
.p-recruit__intro .p-merit li dl dd {
  font-size: 13px;
  font-weight: bold;
  color: #0034aa;
}
.p-recruit__intro .p-line {
  height: 1px;
  margin: 0 20px;
  border-bottom: 1px solid #d2d2d2;
}
.p-recruit__intro .p-works {
  padding: 40px 0 60px;
}
.p-recruit__intro .p-works li {
  display: block;
  padding: 0 20px 0;
}
.p-recruit__intro .p-works li h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 2px solid #0034aa;
  position: relative;
}
.p-recruit__intro .p-works li h3 br {
  display: none;
}
.p-recruit__intro .p-works li p {
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.p-recruit__intro .p-works li.p-arrow {
  text-align: center;
  padding: 30px 0;
}
.p-recruit__intro .p-works li.p-arrow img {
  width: 75%;
  height: auto;
}
.p-recruit__intro .p-works li dl dt img {
  max-width: 100%;
}
.p-recruit__intro .p-works li dl dd {
  padding: 20px 0 0;
  text-align: center;
}
.p-recruit__intro .p-works li dl dd img {
  max-width: 100%;
}
.p-recruit__env {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.p-recruit__env .p-title {
  padding: 0 20px;
}
.p-recruit__env .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-recruit__env .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-recruit__env .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-recruit__env .p-table {
  padding: 40px 20px 0;
}
.p-recruit__env .p-table dl {
  padding: 15px 0;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1.5;
}
.p-recruit__env .p-table dl:first-child {
  border-top: 1px solid #d2d2d2;
}
.p-recruit__env .p-table dl dt {
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #0034aa;
}
.p-recruit__env .p-table dl dd {
  font-size: 14px;
}
.p-recruit__env .p-gallery {
  overflow: hidden;
  padding: 20px 15px 0;
}
.p-recruit__env .p-gallery li {
  float: left;
  width: 50%;
  padding: 10px 5px 0;
  text-align: center;
}
.p-recruit__elder {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 20px;
}
.p-recruit__elder .p-title {
  padding: 0 20px 40px;
}
.p-recruit__elder .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-recruit__elder .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-recruit__elder .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-recruit__elder .p-messagearea .p-messagebox {
  margin: 0 20px;
  padding: 40px 0 30px;
  border-top: 1px solid #d2d2d2;
}
.p-recruit__elder .p-messagearea h3 {
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  color: #0034aa;
}
.p-recruit__elder .p-messagearea h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
  background-size: 45px 45px !important;
}
.p-recruit__elder .p-messagearea h3.p-title01:before {
  background: url("/assets/images/recruit/elder/icon-01.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea h3.p-title02:before {
  background: url("/assets/images/recruit/elder/icon-02.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea h3.p-title03:before {
  background: url("/assets/images/recruit/elder/icon-03.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea h3.p-title04:before {
  background: url("/assets/images/recruit/elder/icon-04.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea h3.p-title05:before {
  background: url("/assets/images/recruit/elder/icon-05.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea h3.p-title06:before {
  background: url("/assets/images/recruit/elder/icon-06.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea h3.p-title07:before {
  background: url("/assets/images/recruit/elder/icon-07.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea h3.p-title08:before {
  background: url("/assets/images/recruit/elder/icon-08.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea h3.p-title09:before {
  background: url("/assets/images/recruit/elder/icon-09.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea h3.p-title10:before {
  background: url("/assets/images/recruit/elder/icon-10.svg") no-repeat 50% 50%;
}
.p-recruit__elder .p-messagearea dl {
  position: relative;
  padding-top: 30px;
  line-height: 1.5;
}
.p-recruit__elder .p-messagearea dl img {
  position: absolute;
  top: -45px;
  right: 0px;
  z-index: -1;
  width: 42px;
  height: auto;
}
.p-recruit__elder .p-messagearea h4 {
  font-size: 16px;
  font-weight: bold;
}
.p-recruit__elder .p-messagearea h4 br {
  display: none;
}
.p-recruit__elder .p-messagearea span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.p-recruit__elder .p-messagearea p {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
.p-recruit__hrd {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.p-recruit__hrd .p-title {
  padding: 0 20px 40px;
}
.p-recruit__hrd .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-recruit__hrd .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  line-height: 1.2;
}
.p-recruit__hrd .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-recruit__hrd .p-textbox .p-txt {
  margin-top: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 2.2;
}
.p-recruit__hrd .p-textbox .p-txt.first {
  margin-top: 0;
}
.p-recruit__hrd .p-textbox .p-name {
  margin-top: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.p-recruit__hrd .p-textbox span {
  display: block;
  margin-top: 40px;
}
.p-recruit__faq {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 20px;
}
.p-recruit__faq .p-title {
  padding: 0 20px 40px;
}
.p-recruit__faq .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-recruit__faq .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-recruit__faq .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-recruit__faq .p-faqarea {
  padding: 0 20px;
}
.p-recruit__faq .p-faqarea p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.p-recruit__faq .p-faqarea .p-faqbox {
  width: 100%;
  padding: 30px 0 30px;
  border-top: 1px solid #d2d2d2;
  line-height: 1.5;
}
.p-recruit__faq .p-faqarea .p-faqbox dt {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
}
.p-recruit__faq .p-faqarea .p-faqbox dt:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: url("/assets/images/recruit/faq/icon-q.svg") no-repeat 50% 50%;
  background-size: 30px 30px;
}
.p-recruit__faq .p-faqarea .p-faqbox dd {
  position: relative;
  margin-top: 30px;
  padding-left: 40px;
  font-size: 14px;
}
.p-recruit__faq .p-faqarea .p-faqbox dd:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: url("/assets/images/recruit/faq/icon-a.svg") no-repeat 50% 50%;
  background-size: 30px 30px;
}
.p-recruit__contact {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.p-recruit__contact .p-title {
  padding: 0 20px 40px;
}
.p-recruit__contact .p-title h2 {
  text-align: center;
  background: url("/assets/images/common/ttl-line.png") repeat-x center left;
}
.p-recruit__contact .p-title h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #0034aa;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-recruit__contact .p-title h2 span em {
  color: #8a98b9;
  font-size: 12px;
  font-weight: normal;
  font-family: "Asap", sans-serif;
  display: block;
  margin-top: 10px;
}
.p-recruit__contact .p-contactarea {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-recruit__contact .p-contactarea .box-intro p {
  font-size: 16px;
  line-height: 1.8;
}
.p-recruit__contact .p-contactarea .box-tel {
  margin: 40px auto;
  padding: 10px;
  background-color: #F8F8F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recruit__contact .p-contactarea .box-tel .col-left {
  width: 18px;
}
.p-recruit__contact .p-contactarea .box-tel .col-right {
  padding-left: 15px;
}
.p-recruit__contact .p-contactarea .box-tel .col-right p {
  font-size: 16px;
  line-height: 26px;
  color: #0734A9;
  font-weight: 600;
}
.p-recruit__contact .p-contactarea .box-tel .col-right p:first-child {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
}
.p-recruit__contact .p-contactarea .box-tel .col-right p a {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #0734A9;
}
.p-recruit__contact .p-contactarea .box-tel .col-right p a:hover {
  text-decoration: none;
}
.p-recruit__contact .p-contactarea .box-remark p {
  font-size: 16px;
  line-height: 1.8;
}
.p-recruit__contact .p-contactarea .box-remark p .red {
  color: #DB2C2C;
}
.p-recruit__contact .p-contactarea .box-remark p a {
  text-decoration: underline;
  color: #0075FF;
}
.p-recruit__contact .p-contactarea .box-form {
  margin-top: 40px;
  border-top: 1px solid #DEDEDE;
}
.p-recruit__contact .p-contactarea .box-form .row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
}
.p-recruit__contact .p-contactarea .box-form .row .topic {
  display: table;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  text-align: right;
  position: relative;
  padding-right: 12px;
}
.p-recruit__contact .p-contactarea .box-form .row .topic.mt0 {
  margin-top: 0;
}
.p-recruit__contact .p-contactarea .box-form .row .topic .imp {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #DB2C2C;
}
.p-recruit__contact .p-contactarea .box-form .row .field {
  width: 100%;
  margin-top: 5px;
}
.p-recruit__contact .p-contactarea .box-form .row .field.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-recruit__contact .p-contactarea .box-form .row .field.flex .col {
  margin-top: 5px;
}
.p-recruit__contact .p-contactarea .box-form .row .field.flex .col.w33 {
  width: 80%;
}
.p-recruit__contact .p-contactarea .box-form .row .field.flex .col.text {
  width: 20%;
  text-align: center;
}
.p-recruit__contact .p-contactarea .box-form .row .field .textbox {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #232326;
  background-color: #F8F8F9;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.p-recruit__contact .p-contactarea .box-form .row .field select {
  background-image: url("/assets/images/recruit/contact/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px 8px;
}
.p-recruit__contact .p-contactarea .box-form .row .field.checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-recruit__contact .p-contactarea .box-form .row .agree {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 25px 30px 25px;
  background-color: #F8F8F9;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #232326;
  background-color: #F8F8F9;
  overflow: scroll;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll {
  height: 175px;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll > *:last-child {
  padding-bottom: 15px;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll p {
  font-size: 16px;
  line-height: 1.8;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll p + ol, .p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll p + ul {
  margin-top: 10px;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll ol, .p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll ul {
  margin-left: 20px;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll ol li, .p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll ul li {
  font-size: 16px;
  line-height: 1.8;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll ol + p, .p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll ul + p {
  margin-top: 10px;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll ol li {
  list-style: decimal;
}
.p-recruit__contact .p-contactarea .box-form .row .box-scroll .scroll ul li {
  list-style: disc;
}
.p-recruit__contact .p-contactarea .box-form .button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-recruit__contact .p-contactarea .box-form .button .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 240px;
  height: 50px;
  border: 1px solid #DADADA;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #0734A9;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.p-recruit__contact .p-contactarea .box-form .button .btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.p-recruit__contact .p-contactarea .box-form .button .btn .icon {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 24px;
  margin-right: 50px;
  margin-top: 7px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox-btn span {
  color: #ED151D;
  font-weight: 700;
}

.chkbox {
  position: absolute;
  top: -1px;
  left: 0;
  border: 1px solid #000;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 2px;
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #FFF;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #000;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0;
  left: 4px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-news {
  width: 100%;
  height: 100%;
}
.p-news__mv {
  width: 100%;
  display: table;
  background: url("/assets/images/news/mv-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-news__mv__txt {
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.p-news__mv__txt h1 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝 E", "MS P明朝", "MS 明朝", serif;
  letter-spacing: 3px;
  background: url("/assets/images/common/mv-ttl-bg.png") no-repeat center bottom;
  padding-bottom: 15px;
}
.p-news__mv__txt h1 em {
  display: block;
  font-size: 12px;
  font-family: "Asap", sans-serif;
  padding-top: 15px;
}
.p-news__list {
  margin: 0 auto;
  padding: 20px 20px 40px;
}
.p-news__list dl {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
}
.p-news__list dl dt {
  position: absolute;
  top: 18px;
  left: 0px;
  font-size: 12px;
  line-height: 1;
}
.p-news__list dl dd .p-cat {
  display: block;
  padding-left: 5em;
}
.p-news__list dl dd .p-cat span {
  display: inline-block;
  width: 7em;
  padding: 3px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.p-news__list dl dd .p-cat .cat01 {
  background-color: #0034aa;
}
.p-news__list dl dd .p-cat .cat02 {
  background-color: #7cb976;
}
.p-news__list dl dd .p-cat .cat03 {
  background-color: #33b8c4;
}
.p-news__list dl dd .p-cat .cat04 {
  background-color: #4289d9;
}
.p-news__list dl dd .p-link {
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 1.3;
}
.p-news__list dl dd .p-link a {
  color: #333;
}
.p-news__50th {
  padding: 20px 20px 40px;
  background: url("../images/news/bg-greeting.png") no-repeat center 90px;
  background-size: contain;
}
.p-news__50th__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0034aa;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__50th__title img {
  margin-left: 10px;
  width: 70px;
}
.p-news__50th__txt {
  width: 100%;
  margin: 0 auto 60px;
}
.p-news__50th__txt p {
  font-size: 14px;
  line-height: 1.6;
}
.p-news__50th__txt__sign {
  text-align: right;
  margin-top: 30px;
}
.p-news__50th__txt__sign img {
  width: 210px;
}