@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html, body {
  font-family: "Noto Sans JP", sans-serif;
  color: #232323;
}

body {
  overflow-x: hidden;
  line-height: 1.5;
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
body.change_jobs .l-header_cate ul li:first-child a, body.category-change_jobs .l-header_cate ul li:first-child a {
  color: #5285d9;
}
body.knowhow .l-header_cate ul li:nth-child(2) a, body.category-knowhow .l-header_cate ul li:nth-child(2) a {
  color: #5285d9;
}
body.independence .l-header_cate ul li:nth-child(3) a, body.category-independence .l-header_cate ul li:nth-child(3) a {
  color: #5285d9;
}
body.agent .l-header_cate ul li:nth-child(4) a, body.category-agent .l-header_cate ul li:nth-child(4) a {
  color: #5285d9;
}
body.cscx .l-header_cate ul li:nth-child(5) a, body.category-cscx .l-header_cate ul li:nth-child(5) a {
  color: #23549f;
}
body.clerical .l-header_cate ul li:nth-child(6) a, body.category-clerical .l-header_cate ul li:nth-child(6) a {
  color: #23549f;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
  color: #232323;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

i {
  font-style: normal;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #4a5796;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #4a5796;
  opacity: 1;
}

::-moz-placeholder {
  color: #4a5796;
  opacity: 1;
}

::-placeholder {
  color: #4a5796;
  opacity: 1;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
  border: 1px solid #cbcbcb;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  width: 100%;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 4%;
  position: relative;
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0 40px;
  }
}
.innerBox.is-h100 {
  height: 100%;
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  min-height: calc(100vh - 70px);
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  main {
    min-height: calc(100vh - 100px);
  }
}

.is-margin-header {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .is-margin-header {
    margin-top: 138px;
  }
}

#page__top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1A1A1A;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
#page__top:hover {
  cursor: pointer;
}
@media (min-width: 1180px) {
  #page__top {
    right: 32px;
    bottom: 32px;
  }
}
@media (min-width: 1366px) {
  #page__top {
    width: 95px;
    height: 95px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.is-iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.is-iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-header {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: static;
  top: 0;
  left: 0;
  z-index: 200;
}
@media (min-width: 1024px) {
  .l-header {
    height: 100px;
  }
}
.l-header__content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 70px;
  z-index: 200;
}
@media (min-width: 1024px) {
  .l-header__content {
    height: 100px;
  }
}
.l-header__content__btn {
  display: none;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 555px;
}
@media (min-width: 1180px) {
  .l-header__content__btn {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-align-items: center; /* Safari用 */
    align-items: center;
  }
}
.l-header__content__btn .o-btn {
  margin-left: 0;
  margin-right: auto;
}
.l-header__content__btn .o-btn:last-child {
  margin-left: auto;
  margin-right: 0;
}
.l-header__content__logo {
  position: absolute;
  display: block;
  width: 300px;
  left: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .l-header__content__logo {
    left: 30px;
    width: 580px;
  }
}

.l-header_cate {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .l-header_cate {
    margin-bottom: 30px;
  }
}
.l-header_cate ul {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 13px 0;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #f4fbff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .l-header_cate ul {
    border-radius: 40px;
    background-color: #f4fbff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-header_cate ul li {
  line-height: 1.2;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 6px;
  width: 45%;
}
@media (min-width: 768px) {
  .l-header_cate ul li {
    border-right: 1px solid #5aa8cf;
    width: 25%;
    margin: 0;
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  .l-header_cate ul li:last-child {
    border-right: none;
  }
}
.l-header_cate ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1.6;
  color: #333;
  font-weight: bold;
  font-size: 13px;
}
@media (min-width: 768px) {
  .l-header_cate ul li a {
    gap: 15px;
    font-size: 1.5vw;
  }
}
@media (min-width: 1024px) {
  .l-header_cate ul li a {
    font-size: 1.7vw;
  }
}
@media (min-width: 1180px) {
  .l-header_cate ul li a {
    font-size: 18px;
    line-height: 1.4;
  }
}
.l-header_cate ul li a img {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .l-header_cate ul li a img {
    width: 48px;
    height: 48px;
  }
}

.l-footer {
  background-image: -moz-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  padding: 30px 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.l-footer__copy {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer__copy {
    font-size: 14px;
  }
}
.l-footer__copy a {
  color: #fff !important;
}
.l-footer__list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-footer__list {
    margin-bottom: 60px;
  }
}
.l-footer__list ul {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .l-footer__list ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.l-footer__list ul li {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .l-footer__list ul li {
    margin: 0 10px;
  }
}
.l-footer__list ul li a {
  font-size: 13px;
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer__list ul li a {
    font-size: 16px;
  }
}

.o-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  text-align: center;
  max-width: 270px;
  cursor: pointer;
  margin: 0 auto;
  background-image: -moz-linear-gradient(90deg, rgba(255, 147, 76, 0.99608) 0%, rgb(236, 175, 11) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 147, 76, 0.99608) 0%, rgb(236, 175, 11) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 147, 76, 0.99608) 0%, rgb(236, 175, 11) 100%);
  background-size: 12px;
  border-radius: 30px;
  padding-left: 30px;
  height: 55px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  border: none;
}
@media (min-width: 768px) {
  .o-btn {
    font-size: 18px;
  }
}
.o-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 53px;
  height: 37px;
  background: url(../images/common/icon_mail.png) center no-repeat;
  background-size: 100%;
}
.o-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 10px;
  height: 13px;
  background: url(../images/common/icon_arw.png) center no-repeat;
  background-size: 100%;
}
.o-btn.is-lb {
  background-color: #5285d9;
}
.o-btn.is-lb:before {
  background-image: url(../images/common/icon_edit.png);
  width: 20px;
  height: 24px;
}

.o-breadcrumb {
  background-image: -moz-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  padding: 10px 4%;
  position: relative;
  border-radius: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .o-breadcrumb {
    margin-bottom: 50px;
    padding: 15px 30px;
  }
}
.o-breadcrumb ul li {
  display: inline;
  padding-top: 3px;
  padding-right: 2px;
  padding-bottom: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 768px) {
  .o-breadcrumb ul li {
    font-size: 14px;
  }
}
.o-breadcrumb ul li a {
  font-weight: bold;
  color: #fff;
}
.o-breadcrumb ul li:before {
  content: "";
  background: url(../images/common/next_wh.png) left center no-repeat;
  background-size: 5px;
  padding-right: 12px;
}
.o-breadcrumb ul li:first-child:before {
  content: "";
  padding-right: 0;
}

.p-top.is-page {
  padding-bottom: 50px;
}
.p-top.is-page .is-title {
  margin-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-top.is-page .is-title {
    padding-bottom: 25px;
  }
}
.p-top.is-page .is-title h2 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-top.is-page .is-title h2 {
    font-size: 22px;
  }
}
.p-top .is-archive {
  background-color: #f4fbff;
}
.p-top .is-pagenavi {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top .is-pagenavi {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.p-top .is-pagenavi .wp-pagenavi {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
}
.p-top .is-pagenavi .wp-pagenavi a, .p-top .is-pagenavi .wp-pagenavi span {
  border: none;
}
.p-top .is-pagenavi .wp-pagenavi .current {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  font-size: 14px;
  width: 35px;
  height: 35px;
  color: #4a5796;
  font-weight: bold;
  background: #ddeef8;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-top .is-pagenavi .wp-pagenavi .current {
    font-size: 20px;
    width: 58px;
    height: 58px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-top .is-pagenavi .wp-pagenavi .page {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  font-size: 14px;
  width: 35px;
  height: 35px;
  color: #a2a2a2;
  font-weight: bold;
  background: #ededed;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-top .is-pagenavi .wp-pagenavi .page {
    font-size: 20px;
    width: 58px;
    height: 58px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-top .is-pagenavi .wp-pagenavi .first {
  font-size: 0;
  color: #fff;
  background: url(../images/common/prev_d.png) center no-repeat;
  width: 22px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-top .is-pagenavi .wp-pagenavi .first {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-top .is-pagenavi .wp-pagenavi .last {
  font-size: 0;
  color: #fff;
  background: url(../images/common/next_d.png) center no-repeat;
  width: 22px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-top .is-pagenavi .wp-pagenavi .last {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-top .is-pagenavi .wp-pagenavi .previouspostslink {
  font-size: 0;
  color: #fff;
  background: url(../images/common/prev.png) center no-repeat;
  width: 12px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-top .is-pagenavi .wp-pagenavi .previouspostslink {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-top .is-pagenavi .wp-pagenavi .nextpostslink {
  font-size: 0;
  color: #fff;
  background: url(../images/common/next.png) center no-repeat;
  width: 12px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-top .is-pagenavi .wp-pagenavi .nextpostslink {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-top .is-post_content {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
}
@media (min-width: 768px) {
  .p-top .is-post_content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }
}
.p-top .is-post_content__cate {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top .is-post_content__cate a {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  min-height: 26px;
  background: #ffffff;
  font-size: 14px;
  color: #2b7ebe;
  font-weight: bold;
  padding: 2px 20px;
  border-radius: 0 !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
.p-top .is-post_content__data {
  display: flex;
  align-items: center;
  color: #a8a8a8;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .p-top .is-post_content__data {
    font-size: 16px;
    line-height: 17px;
  }
}
.p-top .is-post_content__data:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_time.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-top .is-post_content__data:before {
    width: 17px;
    height: 17px;
  }
}
.p-top .is-post_content__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6 !important;
}
@media (min-width: 768px) {
  .p-top .is-post_content > dl {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top .is-post_content > dl > dd {
  position: relative;
  border: 4px solid #5aa8cf;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top .is-post_content > dl > dd {
    width: 35%;
    border-radius: 10px;
    margin-bottom: 0;
  }
}
.p-top .is-post_content > dl > dd img {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .p-top .is-post_content > dl > dd img {
    margin-bottom: 0;
  }
}
.p-top .is-post_content > dl > dd .is-cate {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  border-radius: 0 8px 8px 0;
  height: 34px;
  color: #fff;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  min-width: 165px;
  padding-left: 20px;
  padding-right: 20px;
  background: #4a5796;
  font-size: 15px;
  font-weight: bold;
}
.p-top .is-post_content > dl > dd .is-cate.cscx, .p-top .is-post_content > dl > dd .is-cate.clerical {
  background: #61b8b3;
}
@media (min-width: 768px) {
  .p-top .is-post_content > dl > dt {
    width: 65%;
    padding-left: 20px;
  }
}
.p-top .is-post_content > dl > dt > h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6 !important;
  font-weight: 500;
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .p-top .is-post_content > dl > dt > h2 {
    font-size: 18px !important;
  }
}
.p-top__content {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__content {
    padding-bottom: 100px;
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-top__content__list {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-right: 40px;
  }
}
.p-top__content__list .is-title {
  margin-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-top__content__list .is-title {
    padding-bottom: 25px;
  }
}
.p-top__content__list .is-title h2 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-top__content__list .is-title h2 {
    font-size: 22px;
  }
}
.p-top__content__side {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-top__content__side {
    width: 240px;
    padding-top: 100px;
  }
}
.p-top__content__side .is-company {
  margin-bottom: 20px;
}
.p-top__content__side .is-company h2 {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #505050;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.p-top__content__side .is-company h2:after {
  content: "";
  height: 3px;
  background-color: #000;
  flex-grow: 1;
  margin-left: 1rem;
}
.p-top__content__side .is-company figcaption {
  margin-top: 30px;
  text-align: left;
  margin-bottom: 23px;
}
.p-top__content__side .is-company figcaption a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 128px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  line-height: 1.6;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-top__content__side .is-company figcaption a {
    font-size: 18px;
  }
}
.p-top__content__side .is-company figcaption a:last-child {
  margin-top: 23px;
  background-image: -moz-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(86, 177, 194, 0.99608) 0%, rgb(44, 155, 206) 100%);
}
.p-top__content__side .is-company figure {
  margin-top: 1em;
}
.p-top__content__side .is-bn {
  text-align: center;
}
.p-top__content__side .is-bn img {
  display: block;
  margin: 0 auto 20px;
}
.p-top__content__side .is-cate {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.p-top__content__side .is-cate li a {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  min-height: 26px;
  background: #ffffff;
  font-size: 14px;
  color: #2b7ebf;
  font-weight: bold;
  padding: 2px 20px;
  border-radius: 0 !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
.p-top__content__side .is-search {
  position: relative;
  margin-bottom: 20px;
}
.p-top__content__side .is-search input {
  border: 2px solid #ddeef8;
  height: 54px;
  padding-left: 60px;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  padding-right: 20px;
  color: #4a5796;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border-radius: 26px;
}
.p-top__content__side .is-search button {
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 0;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.p-top__first_content {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__first_content {
    padding: 40px;
  }
}
.p-top__first_content .is-post_content {
  padding: 0;
  border: none;
}
.p-top__first_content .is-post_content .is-post_content__cate a {
  background: #f7f7f7;
  color: #2b7ebf;
}
.p-top__first_content .is-post_content > dl > dd {
  border: 6px solid #5aa8cf;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .p-top__first_content .is-post_content > dl > dd {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .p-top__first_content .is-post_content > dl > dt {
    width: 60%;
    padding-left: 40px;
  }
}
.p-top__first_content .is-post_content > dl > dt > h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-top__first_content .is-post_content > dl > dt > h2 {
    font-size: 22px;
  }
}
.p-top__first_content .is-post_content > dl > dt .is-post_content__text a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-top__first_content .is-post_content > dl > dt .is-post_content__text a {
    font-size: 18px;
  }
}
.p-top__sec2 {
  background-color: #f4fbff;
}

.o-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 40px;
}
.o-pagination li:not(.is-first):not(.is-last) a {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #a2a2a2;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .o-pagination li:not(.is-first):not(.is-last) a {
    font-size: 20px;
    width: 48px;
    height: 48px;
  }
}
.o-pagination li:not(.is-first):not(.is-last).is-current a {
  color: #2f9ccd;
  background-color: #ddeef8;
}

.p-single {
  background-color: #f4fbff;
}
@media (min-width: 768px) {
  .p-single__wrap {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-single__content {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-single__content {
    padding-bottom: 120px;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-right: 40px;
  }
}
.p-single__content__link {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-single__content__link {
    margin-bottom: 15px;
  }
}
.p-single__content__link a {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  min-height: 30px;
  background: #fff;
  font-size: 13px;
  color: #58a8cd;
  font-weight: bold;
  padding: 0 18px;
  border-radius: 6px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-single__content__link a {
    padding: 0 25px;
    min-height: 26px;
    font-size: 15px;
  }
}
.p-single__content__body {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-single__content__body {
    padding-bottom: 30px;
  }
}
.p-single__content__body .no_bullets {
  background: #ddeef8;
  border-radius: 12px;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .p-single__content__body .no_bullets {
    padding: 30px 40px;
  }
}
.p-single__content__body .no_bullets .toc_title {
  color: #333 !important;
  text-align: left !important;
  padding-left: 10px;
  font-size: 16px !important;
  font-weight: 500;
}
.p-single__content__body .no_bullets .toc_title a {
  color: #333;
}
.p-single__content__body .no_bullets .toc_list > li {
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-single__content__body .no_bullets .toc_list > li {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.p-single__content__body .no_bullets .toc_list > li > a span {
  display: none;
}
.p-single__content__body .no_bullets .toc_list > li ul li {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-single__content__body .no_bullets .toc_list > li ul li {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.p-single__content__body .no_bullets .toc_list > li ul li a {
  padding-left: 1em;
  text-indent: -1em;
  color: #1f1f1f;
}
.p-single__content__body .no_bullets .toc_list > li a {
  color: #1f1f1f;
}
.p-single__content__body .no_bullets .toc_title {
  color: #4a5796;
  font-size: 18px;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-single__content__body .no_bullets .toc_title {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.p-single__content__body h3 {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-single__content__body h3 {
    margin-top: 45px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-single__content__body h2 {
  color: #333;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-single__content__body h2 {
    margin-top: 45px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-single__content__body p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-single__content__body p {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.p-single__content__body a {
  color: #58a8ce;
}
.p-single__content__thumbnail {
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-single__content__thumbnail {
    margin-bottom: 30px;
  }
}
.p-single__content__thumbnail img {
  width: 100%;
}
.p-single__content__cate {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-single__content__cate {
    margin-bottom: 30px;
  }
}
.p-single__content__cate a {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  min-height: 26px;
  background: #fff;
  font-size: 14px;
  color: #2b7ebf;
  font-weight: bold;
  padding: 2px 20px;
  border-radius: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-single__content__cate a {
    font-size: 16px;
  }
}
.p-single__content__day {
  color: #a7a8a8;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-single__content__day {
    font-size: 16px;
  }
}
.p-single__content__day:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_time.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-single__content__day:before {
    width: 17px;
    height: 17px;
  }
}
.p-single__content__title h1 {
  font-size: 18px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-single__content__title h1 {
    font-size: 22px;
  }
}

#toc_container {
  width: 100%;
  border: none !important;
  background-color: #fff;
  padding: 20px 20px 20px !important;
}
@media (min-width: 768px) {
  #toc_container {
    padding: 20px 30px 30px !important;
  }
}

.toc_toggle {
  display: none !important;
}/*# sourceMappingURL=style.css.map */