@charset "UTF-8";
/* Setting */
/*
  var : 共通変数
*/
/*

FOT-UD角ゴ_ラージ Pr6N DB
font-family: fot-udkakugo-large-pr6n, sans-serif;
font-style: normal;
font-weight: 600;

DNP 秀英丸ゴシック Std L
font-family: dnp-shuei-mgothic-std, sans-serif;
font-style: normal;
font-weight: 400;

DNP 秀英丸ゴシック Std B
font-family: dnp-shuei-mgothic-std, sans-serif;
font-style: normal;
font-weight: 600;

Noto Sans CJK JP Regular
font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
font-weight: 400;

Noto Sans CJK JP Bold
font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
font-weight: 700;
*/
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1280px〜
*/
/* tool */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading a, .wf-loading p, .wf-loading li, .wf-loading address, .wf-loading td, .wf-loading th, .wf-loading strong, .wf-loading span, .wf-loading i, .wf-loading b {
//  visibility: hidden;
}

.wf-loading #js-mainStepSlide li {
  visibility: visible;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active a, .wf-active p, .wf-active li, .wf-active address, .wf-active td, .wf-active th, .wf-active strong, .wf-active span, .wf-active i, .wf-active b,
.wf-inactive h1,
.wf-inactive h2,
.wf-inactive h3,
.wf-inactive h4,
.wf-inactive a,
.wf-inactive p,
.wf-inactive li,
.wf-inactive address,
.wf-inactive td,
.wf-inactive th,
.wf-inactive strong,
.wf-inactive span,
.wf-inactive i,
.wf-inactive b {
  visibility: visible;
}

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

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.77;
  color: #333;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

main {
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

figure {
  margin: 0;
}

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

ul, ol {
  padding-left: 2em;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

/* Layout */

.l-container {
  max-width: calc(1920px - 200px);
}

.l-article {
  max-width: 1000px;
}

html.noscroll, html.noscroll body {
  overflow: hidden;
}

.l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-flex-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-flex {
  list-style: none;
}

.l-flex.-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-flex.-col2 .l-flex__item {
  width: calc(50% - 15px);
}

.l-flex.-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-flex.-col3 .l-flex__item {
  width: calc(33.3% - 25px);
}

.l-flex-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-flex-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-flex-sb-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex-sb-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-flex-c-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex-s-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex-column-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-column__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.l-column__main > p:first-child {
  margin-top: -0.4em;
}

.l-column__main + .l-column__sub {
  padding-left: 20px;
}

.l-column__sub + .l-column__main {
  padding-left: 20px;
}

.l-center-ma {
  margin-right: auto;
  margin-left: auto;
}

.l-center {
  text-align: center;
}

.l-left {
  text-align: left;
}

.l-right {
  text-align: right;
}

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

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

.l-bottom {
  vertical-align: bottom !important;
}

.l-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em;
}

.l-grid > * img {
  width: 100%;
}

.l-grid.-col100 {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.l-grid.-col200 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.l-grid.-col300 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.l-grid.-col400 {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.c-headLogo__img {
  height: auto;
  max-width: 150px;
}

.c-gnav .c-submenuToggleBtn::before,
.p-spMenu .c-submenuToggleBtn::before {
  content: '';
  background: url(/assets/img/template/icon_header_accd_arrow.svg) no-repeat center/contain;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-gnav .c-submenuToggleBtn::after,
.p-spMenu .c-submenuToggleBtn::after {
  content: none;
}

.l-header__areaContact {
  margin: 10px 0;
  padding: 0 6px;
}

.l-header__areaContact a {
  display: block;
  background: #082F5A;
  border-radius: 4px;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  padding: 25px 0;
  line-height: 1;
}

.l-header__areaBnr {
  margin: 10px 0;
  padding: 0 6px;
}

.l-header__areaBnr a {
  display: block;
}

.p-spMenu {
  top: 48px;
}

.p-spMenu__inner {
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[data-spmenu=opened] .-left .p-spMenu__inner {
  left: 0;
  -webkit-transform: translateX(0vw);
  transform: translateX(0vw);
}

.-left .p-spMenu__inner,
[data-spmenu=closed] .-left .p-spMenu__inner {
  left: 0;
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

.p-spMenu__closeBtn {
  display: none;
}

.p-spMenu__body {
  padding: 18px 0;
  border-top: 1px solid #ddd;
}

.p-spMenu__body .c-widget__title {
  display: none;
}

.p-spMenu .c-submenuToggleBtn {
  height: 100%;
  width: 54px;
  right: 0;
}

.p-spMenu .c-spnav {
  padding: 0;
}

.p-spMenu .c-spnav a:hover {
  text-decoration: none;
  background: #EEEEEE;
}

.p-spMenu .c-spnav a:before {
  content: none;
}

.p-spMenu .c-spnav .is-opened-children a {
  background: #EEEEEE;
}

.p-spMenu .c-spnav .sub-menu {
  display: none;
  padding: 0;
  border-top: 1px solid #ddd;
}

.p-spMenu .c-spnav .sub-menu.is-opened {
  display: block;
  background: #EEEEEE;
}

.p-spMenu .c-spnav .menu-item + li {
  border-top: 1px solid #ddd;
}

.p-spMenu .c-spnav .menu-item a {
  position: relative;
  display: block;
  padding: 14px 23px;
  font-size: 1.5rem;
  color: #082F5A;
  font-weight: bold;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  line-height: 1.5;
  border-bottom: none;
}

.p-spMenu .c-spnav .menu-item a[aria-current="page"] {
  background: #082F5A;
  color: #fff;
}

.p-spMenu .c-spnav .menu-item a[aria-current="page"]:before {
  background: #fff;
}

.p-spMenu .c-spnav .menu-item a[aria-current="page"] .ttl {
  color: #fff;
}

.p-spMenu .c-spnav .menu-item a[aria-current="page"] .-left .p-spMenu__inner {
  left: 0;
  -webkit-transform: translateX(-88vw);
  transform: translateX(-88vw);
}

.p-spMenu .c-spnav .menu-item > .sub-menu > .menu-item a {
  padding: 14px 23px 14px 37px;
}

.p-spMenu .c-spnav .menu-item > .sub-menu .sub-menu > .menu-item {
  padding-left: 38px;
}

.p-spMenu .c-spnav .menu-item > .sub-menu .sub-menu > .menu-item a {
  padding: 14px 23px;
}

.p-spMenu .c-spnav .menu-item > .sub-menu .sub-menu > .menu-item a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  background: #082F5A;
  width: 11px;
  height: 1px;
}

.p-spMenu .c-spnav .menu-item > .sub-menu .sub-menu > .menu-item a[aria-current="page"]:before {
  background: #fff;
}

.l-footer {
  padding: 0 0 25px;
  margin: 110px 0 0;
  position: relative;
}

.l-footer__pagetop {
  right: 0;
  top: -134px;
  height: 120px;
  position: absolute;
  padding: 0;
  background: none;
  border: none;
}

.l-footer__pagetop img {
  height: 100%;
  width: auto;
}

.l-footer__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
}

.l-footer__contact__item {
  width: 48.5%;
  height: 114px;
}

.l-footer__contact__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  height: 100%;
}

.l-footer__contact__item a:hover {
  text-decoration: none;
}

.l-footer__contact__item p {
  text-align: center;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

.l-footer__contact__item .sm {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.l-footer__contact__item .lg {
  font-size: 2.2rem;
  color: #fff;
  margin: 7px 0 0;
}

.l-footer__contact__item.-mail a {
  background: #082F5A;
  border: 1px solid #082F5A;
}

.l-footer__contact__item.-tel a {
  border: 1px solid #ddd;
}

.l-footer__contact__item.-tel img {
  width: 24px;
  height: auto;
  margin-right: 6px;
}

.l-footer__contact__item.-tel .sm {
  color: #666;
}

.l-footer__contact__item.-tel .sm.-modifier {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.l-footer__contact__item.-tel .number {
  font-size: 2.8rem;
  color: #082F5A;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 30px;
}

.l-footer__head {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.l-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.l-footer__list li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #CCC;
  line-height: 1;
}

.l-footer__list li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.l-footer__list a {
  font-size: 1.4rem;
  color: #082F5A;
  display: block;
}

.l-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.l-footer__sns li {
  width: 30px;
}

.l-footer__sns li + li {
  margin-left: 15px;
}

.l-footer__sns a {
  display: block;
}

.l-footer__sns img {
  width: 100%;
}

.l-footer__copyright {
  font-size: 1.2rem;
}

.w-beforeFooter {
  margin-right: auto;
  margin-left: auto;
  max-width: 1096px;
}

.w-beforeFooter .veu_adminEdit {
  display: none;
}

.w-beforeFooter .has-background .wp-block-columns:last-child {
  margin-bottom: 0;
}

.w-beforeFooter .has-background .wp-block-column ul {
  padding: 0;
  margin: 0;
}

.w-beforeFooter .has-background .wp-block-column ul li {
  margin-bottom: 0.6em;
}

.w-beforeFooter .has-background .wp-block-column ul li a {
  color: #333;
}

.l-content {
  margin: 0 auto 60px;
}

.l-content.-recruit-benefits {
  padding: 0;
}

.l-content.-recruit-benefits .post_content {
  padding: 0 20px;
}

.l-content.-recruit-data {
  padding: 0;
}

.l-content.-recruit-data .post_content {
  padding: 0 20px;
}

.l-content.-recruit-interview .post_content {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.l-content .w-pageBottom {
  margin-top: 120px;
}

/* editor style */
/* Module */
.sec__inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
  width: 100%;
  max-width: 1016px;
  padding-top: 72px;
}

.title-type1 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0px;
  line-height: 1;
  color: #666666;
}

.title-type2 {
  margin: 0 0 1.5em;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1;
  color: #666666;
}

.title-type3 {
  margin: 0 0 1em;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1;
  color: #666666;
}

.title-type4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3rem;
}

.title-caption {
  display: block;
  margin: 0;
  padding-bottom: 32px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  color: #666666;
}

.txt__copy {
  margin-top: 0;
  margin-bottom: 34px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0px;
  color: #666666;
}

.txt__copy-type2 {
  letter-spacing: 0px;
  margin-bottom: 1em;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1;
  color: #666666;
}

.txt-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE571));
  background: linear-gradient(transparent 60%, #FFE571 60%);
}

.list-type1 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.list-type1 li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 33px;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 600;
}

.list-type1 li::before {
  content: url("../img/icon-check-circle.png");
  position: absolute;
  top: .15em;
  left: .2em;
  width: 20px;
  height: 20px;
}

.list-q {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
}

.list-q > li {
  margin: 0 0 13px;
  padding: 3px 0 0 30px;
  background: url("../img/icon-q.png") no-repeat 2px 5px;
  background-size: 20px 20px;
}

.list-check {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.list-check li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 33px;
  line-height: 1.4;
}

.list-check li::before {
  content: url("../img/icon-check.png");
  position: absolute;
  top: 0em;
  left: .2em;
  width: 20px;
  height: 20px;
}

* .is-style-list-horizon-border,
.editor-styles-wrapper .is-style-list-horizon-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

* .is-style-list-horizon-border li,
.editor-styles-wrapper .is-style-list-horizon-border li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #CCC;
  line-height: 1;
}

* .is-style-list-horizon-border li:last-child,
.editor-styles-wrapper .is-style-list-horizon-border li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

* .is-style-list-horizon-border a,
.editor-styles-wrapper .is-style-list-horizon-border a {
  font-size: 1.4rem;
  color: #082F5A;
  display: block;
}

.case-list {
  top: 0;
  left: 0;
  margin: 0 -22px;
  padding: 0;
  text-align: left;
}

.case-list > * {
  margin: 0;
  padding: 0 22px;
  list-style: none;
}

.case-list a {
  color: #666;
  text-decoration: none;
}

.case-list a:hover {
  color: #29b6f6;
}

.case-list figure {
  display: block;
  padding: 0;
  margin: 0 0 16px;
  text-align: center;
}

.case-list img {
  max-width: 100%;
  max-height: 200px;
}

.case-list h3 {
  font-size: 1.8rem;
}

.case-list h4 {
  margin: 0 0 0.2em;
  font-size: 1.6rem;
  line-height: 1.2;
}

.case-list h4 span {
  display: inline-block;
}

.case-list p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.75;
}

.related-post {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.related-post__item a {
  display: block;
}

.related-post span {
  display: inline-block;
  background: #eee;
  font-size: 1.2rem;
  font-weight: bold;
  color: #082F5A;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 6px;
}

.related-post__thumbnail {
  margin: 0 0 8px;
}

.related-post__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 6px 0;
}

.related-post__name {
  font-weight: bold;
  font-size: 1.4rem;
  color: #666;
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 1.8em;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
  background: #B6E8FE;
  text-decoration: none;
}

.btn i {
  margin-right: 5px;
}

.btn .fab, .btn .far, .btn .fas {
  font-size: 1.7rem;
}

.btn.-s {
  padding: 0 1.6em;
  height: 40px;
  font-size: 1.4rem;
}

.btn.-m {
  padding: 0 1.6em;
  height: 50px;
  font-size: 1.6rem;
}

.btn.-l {
  padding: 0 1.1em;
  height: 60px;
  font-size: 1.8rem;
}

.btn.-big {
  padding: 0 1.6em;
  height: 68px;
  font-size: 2.2rem;
}

.btn.-full {
  width: 100%;
}

.btn.-w480 {
  min-width: 480px;
}

.btn.-round {
  border-radius: 6px;
}

.btn.-circle {
  border-radius: 1000px;
}

.btn.-circle2 {
  height: 50px;
  font-size: 2rem;
  border-radius: 1000px;
  border: 3px solid #B6E8FE;
}

.btn.-circle2.-secondary {
  border-color: #E1E8EC;
}

.btn.-circle2.-secondary:hover {
  color: #fff;
  background: #E1E8EC;
  border-color: #E1E8EC;
  text-decoration: none;
}

.btn.-primary {
  background: #B6E8FE;
}

.btn.-primary800 {
  color: #fff;
  background: #082F5A;
}

.btn.-primary800:hover {
  color: #fff;
  background: #B6E8FE;
  border-color: #B6E8FE;
  text-decoration: none;
}

.btn.-white {
  color: #333;
  background: #fff;
}

.btn.-white:hover {
  color: #fff;
  background: #B6E8FE;
  border-color: #B6E8FE;
  text-decoration: none;
}

.btn.-border-primary {
  padding: 1em;
  font-size: 1.6rem;
  line-height: 1.4;
  border: 1px solid #B6E8FE;
}

.btn.-border-primary:hover {
  color: #fff;
  background: #B6E8FE;
  border-color: #B6E8FE;
  text-decoration: none;
}

.btn.-border-secondary {
  padding: 1em;
  min-width: 230px;
  font-size: 1.6rem;
  line-height: 1.4;
  border: 1px solid #E1E8EC;
}

.btn.-border-secondary:hover {
  color: #fff;
  background: #B6E8FE;
  border-color: #B6E8FE;
  text-decoration: none;
}

.btn.-tx-secondary {
  color: #E1E8EC;
}

.btn.-nav-close {
  padding: 10px;
}

.btn.-icon-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-width: 48px;
  min-height: 48px;
  height: 100%;
  border-radius: 0;
  background: initial;
}

.btn.-icon-text i, .btn.-icon-text img {
  margin: 0 0 3px;
  font-size: 2rem;
}

.btn.-icon-text img {
  max-width: 20px;
}

.btn.-icon-text .label {
  display: block;
  font-size: 10px;
  line-height: 1;
  zoom: 0.8;
}

.btn.-icon-text:focus, .btn.-icon-text:hover, .btn.-icon-text:active {
  color: #000;
  background: #B6E8FE;
  text-decoration: none;
}

.m-btn-simple {
  text-align: center;
  margin: 60px 0;
}

.m-btn-simple a {
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  color: #082F5A;
  border-radius: 6px;
  padding: 10px 30px;
  text-align: center;
}

* .wp-block-buttons > .is-style-btn-primary-radius,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius {
  margin: 0;
}

* .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  padding: 0.3em 0.8em;
  margin: 0;
  background: #082F5A;
  border: none;
}

* .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link:hover {
  text-decoration: none;
}

* .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link p,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link p {
  text-align: center;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

* .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link .sm,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link .sm {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

* .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link .lg,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link .lg {
  font-size: 2.2rem;
  color: #fff;
  margin: 7px 0 0;
}

* .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  padding: 0.3em 0.8em;
  margin: 0;
  background: #082F5A;
  border: none;
  height: 114px;
}

* .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link:hover {
  text-decoration: none;
}

* .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link p,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link p {
  text-align: center;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

* .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link .sm,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link .sm {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

* .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link .lg,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link .lg {
  font-size: 2.2rem;
  color: #fff;
  margin: 7px 0 0;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border {
  margin: 0;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  padding: 0.3em 0.8em;
  margin: 0;
  border: 1px solid #ddd;
  background: #fff;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link:hover {
  text-decoration: none;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link p,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link p {
  text-align: center;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .sm,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .sm {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .lg,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .lg {
  font-size: 2.2rem;
  color: #fff;
  margin: 7px 0 0;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link img,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link img {
  width: 24px;
  height: auto;
  margin-right: 6px;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .sm,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .sm {
  color: #666;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .sm.-modifier,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .sm.-modifier {
  font-family: noto-sans-cjk-jp, sans-serif;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .number,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link .number {
  font-size: 2.8rem;
  color: #082F5A;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  padding: 0.3em 0.8em;
  margin: 0;
  border: 1px solid #ddd;
  background: #fff;
  height: 114px;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link:hover {
  text-decoration: none;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link p,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link p {
  text-align: center;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .sm,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .sm {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .lg,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .lg {
  font-size: 2.2rem;
  color: #fff;
  margin: 7px 0 0;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link img,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link img {
  width: 24px;
  height: auto;
  margin-right: 6px;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .sm,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .sm {
  color: #666;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .sm.-modifier,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .sm.-modifier {
  font-family: noto-sans-cjk-jp, sans-serif;
}

* .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .number,
.editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link .number {
  font-size: 2.8rem;
  color: #082F5A;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

fieldset {
  margin-bottom: 2em;
  padding: 1em 1em 0.6em;
}

label {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.4em;
  line-height: 1.3;
  cursor: pointer;
}

.form-table {
  width: 100%;
}

.form-table th, .form-table td {
  vertical-align: top;
  padding-bottom: 40px;
}

.form-table th {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #666;
  text-align: right;
  width: 260px;
}

.form-table td {
  padding-left: 24px;
}

.form-table td p {
  margin-top: 0;
}

.form-table td p:last-of-type {
  margin-bottom: 0;
}

.form-table .txt-example,
.form-table .txt-notice {
  font-size: 1.5rem;
  line-height: calc(26/15);
  color: #666666;
}

.form-table .txt-error {
  margin-top: .5em;
  font-size: 1.6rem;
  font-weight: 600;
  color: #E53935;
}

.form-table .txt-error:empty {
  display: none;
}

.form-table .label__option,
.form-table .label__required {
  position: relative;
  top: -.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 38px;
  min-height: 22px;
  margin-left: 8px;
  padding: 0 .6em;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
}

.form-table .label__option {
  color: #333;
  background: #ddd;
}

.form-table .label__required {
  color: #fff;
  background: #E53935;
}

.form-table.-confirm {
  display: block;
}

.form-table.-confirm tr {
  display: block;
  margin-bottom: 32px;
}

.form-table.-confirm th, .form-table.-confirm td {
  display: block;
  width: 100%;
  padding: 0;
}

.form-table.-confirm th {
  margin-bottom: .6em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
  text-align: left;
}

.form-table.-confirm td {
  padding-left: 0;
}

.form-table.-confirm td .form-group.-checkboxes {
  padding-left: 0;
}

.form-table.-confirm td .form-group.-checkboxes ul {
  margin: 0;
  padding-left: 1.5em;
}

.form-control {
  padding: .5em .8em;
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  outline: 0;
  outline-color: transparent;
  background: #F7F7F7;
  color: #333;
}

.form-control:focus {
  border: 2px solid #E1E8EC;
  background: #FFFBE6;
  -webkit-box-shadow: 0 0 4px 2px #B6E8FE;
  box-shadow: 0 0 4px 2px #B6E8FE;
}

.form-control.-error {
  background: #FFFBE6;
  border-color: #E53935;
}

.form-group.-checkboxes {
  padding-left: 2px;
}

.form-group.-checkboxes.-column label {
  display: block;
  margin-bottom: 18px;
}

.form-action .btn + .btn {
  margin-top: 30px;
}

.msg-error {
  margin: 1em 0;
  padding: 1em;
  text-align: center;
  font-size: 1.8rem;
  border: 3px solid #E53935;
}

.blog .c-pageTitle,
.page .c-pageTitle,
.archive .c-pageTitle,
.case_studies-template-default .c-pageTitle,
.-member-archive .c-pageTitle {
  font-size: 3.2rem;
  border-bottom: none !important;
  margin: 0 0 40px;
}

.blog .c-pageTitle__inner,
.page .c-pageTitle__inner,
.archive .c-pageTitle__inner,
.case_studies-template-default .c-pageTitle__inner,
.-member-archive .c-pageTitle__inner {
  padding: 0 !important;
  border-bottom: none !important;
}

.blog .c-pageTitle-header,
.page .c-pageTitle-header,
.archive .c-pageTitle-header,
.case_studies-template-default .c-pageTitle-header,
.-member-archive .c-pageTitle-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: flex-start;
  margin: 0 0 10px;
}

.blog .c-pageTitle-header__head,
.page .c-pageTitle-header__head,
.archive .c-pageTitle-header__head,
.case_studies-template-default .c-pageTitle-header__head,
.-member-archive .c-pageTitle-header__head {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #333;
  line-height: 1.5;
  padding: 2px 10px 3px;
  margin-right: 14px;
}

.blog .c-pageTitle-header__lead,
.page .c-pageTitle-header__lead,
.archive .c-pageTitle-header__lead,
.case_studies-template-default .c-pageTitle-header__lead,
.-member-archive .c-pageTitle-header__lead {
  color: #0099D9;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45;
}

/**
  * ベーステンプレート
  * WPのブロックエディタで生成されるスタイルを上書きする
  *
  **/
.post_content ul,
.editor-styles-wrapper ul {
  list-style: none;
}

.post_content ul:not([class]),
.editor-styles-wrapper ul:not([class]) {
  margin: 40px 0;
  list-style: none;
  padding: 0;
}

.post_content ul:not([class]) li,
.editor-styles-wrapper ul:not([class]) li {
  position: relative;
  padding-left: 1em;
}

.post_content ul:not([class]) li:before,
.editor-styles-wrapper ul:not([class]) li:before {
  content: '';
  background: #0099D9;
  position: absolute;
  left: .3em;
  width: .38em;
  height: .38em;
  top: 0.6em;
  border-radius: 50%;
}

.post_content ul.is-style-check_list,
.editor-styles-wrapper ul.is-style-check_list {
  padding: 0;
}

.post_content ul.is-style-check_list li,
.editor-styles-wrapper ul.is-style-check_list li {
  position: relative;
  padding-left: 1.2em;
}

.post_content ul.is-style-check_list li::before,
.editor-styles-wrapper ul.is-style-check_list li::before {
  content: '';
  position: absolute;
  background: url(/assets/img/template/check-green.png) no-repeat center/contain;
  width: 1em;
  height: 1em;
  top: .2em;
  left: 0;
}

.post_content ul.is-style-right-arrow,
.editor-styles-wrapper ul.is-style-right-arrow {
  padding: 0;
}

.post_content ul.is-style-right-arrow li,
.editor-styles-wrapper ul.is-style-right-arrow li {
  position: relative;
  list-style: none;
  padding-left: 1.15em;
}

.post_content ul.is-style-right-arrow li::before,
.editor-styles-wrapper ul.is-style-right-arrow li::before {
  position: absolute;
  content: '';
  background: url(/assets/img/template/icon_right-arrow.svg) no-repeat center/contain;
  width: 0.4em;
  height: 0.6em;
  top: 0.5em;
  left: 0.4em;
}

.post_content p.has-background,
.editor-styles-wrapper p.has-background {
  padding: 1.3em 1.4em;
}

.post_content .smb-alert,
.editor-styles-wrapper .smb-alert {
  border: none;
  background: #FFF9C4;
  padding: 15px;
  border-radius: 0;
}

.post_content .smb-alert svg,
.editor-styles-wrapper .smb-alert svg {
  font-size: 2.9rem;
}

.post_content .smb-alert svg path,
.editor-styles-wrapper .smb-alert svg path {
  fill: #F9A825;
}

.post_content .smb-alert--warning,
.editor-styles-wrapper .smb-alert--warning {
  border: 2px solid #B71C1C;
  background: none;
}

.post_content .smb-alert--warning .smb-alert__title,
.editor-styles-wrapper .smb-alert--warning .smb-alert__title {
  color: #B71C1C;
  font-weight: bold;
  font-size: 1.8rem;
}

.post_content .smb-alert--warning .smb-alert__title svg,
.editor-styles-wrapper .smb-alert--warning .smb-alert__title svg {
  display: none;
}

.post_content .smb-alert--warning .smb-alert__title:before,
.editor-styles-wrapper .smb-alert--warning .smb-alert__title:before {
  content: url(/assets/img/template/icon_warning.svg);
  display: inline-block;
  width: 28px;
  margin-right: 11px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.post_content .smb-alert--warning .smb-alert__body,
.editor-styles-wrapper .smb-alert--warning .smb-alert__body {
  padding-left: 39px;
}

.post_content .wp-block-quote,
.editor-styles-wrapper .wp-block-quote {
  background: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 40px;
}

.post_content .wp-block-quote:before,
.editor-styles-wrapper .wp-block-quote:before {
  background: url(/assets/img/template/icon_quate01.svg) no-repeat center left/18px auto, #fff;
  content: '';
  width: 30px;
  height: 16px;
  border: none;
  top: -8px;
  left: 0;
}

.post_content .wp-block-quote:after,
.editor-styles-wrapper .wp-block-quote:after {
  background: url(/assets/img/template/icon_quate02.svg) no-repeat center right/18px auto, #fff;
  content: '';
  width: 30px;
  height: 16px;
  border: none;
  bottom: -8px;
  right: 0;
}

.post_content .wp-block-quote p,
.editor-styles-wrapper .wp-block-quote p {
  margin: 0 0 .5em;
}

.post_content table,
.editor-styles-wrapper table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.post_content thead th,
.editor-styles-wrapper thead th {
  background: #eee;
  color: #333;
}

.post_content .td_to_th_ tbody td:first-child,
.post_content .td_to_th_ tbody th,
.editor-styles-wrapper .td_to_th_ tbody td:first-child,
.editor-styles-wrapper .td_to_th_ tbody th {
  background: #F7F7F7;
}

.post_content th,
.post_content td,
.editor-styles-wrapper th,
.editor-styles-wrapper td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.post_content th,
.editor-styles-wrapper th {
  font-weight: bold;
  font-size: 1.5rem;
}

.post_content td,
.editor-styles-wrapper td {
  font-weight: normal;
}

.post_content td ul, .post_content td ol,
.editor-styles-wrapper td ul,
.editor-styles-wrapper td ol {
  margin: 0 0 20px;
}

.post_content tr:last-child th,
.post_content tr:last-child td,
.editor-styles-wrapper tr:last-child th,
.editor-styles-wrapper tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.post_content .is-style-simple > table,
.editor-styles-wrapper .is-style-simple > table {
  border-right: none;
}

.post_content .is-style-simple th,
.post_content .is-style-simple td,
.editor-styles-wrapper .is-style-simple th,
.editor-styles-wrapper .is-style-simple td {
  border-left: none;
}

.post_content .-headblack thead th,
.editor-styles-wrapper .-headblack thead th {
  background: #333;
  color: #fff;
}

.post_content .is-style-simple.-casestudy tr td,
.editor-styles-wrapper .is-style-simple.-casestudy tr td {
  width: calc( 100% - 200px);
}

.post_content .is-style-simple.-casestudy tr td:last-child,
.editor-styles-wrapper .is-style-simple.-casestudy tr td:last-child {
  width: 200px;
}

.post_content .is-style-simple.-client tr th,
.post_content .is-style-simple.-client tr td,
.editor-styles-wrapper .is-style-simple.-client tr th,
.editor-styles-wrapper .is-style-simple.-client tr td {
  line-height: 2;
}

.post_content .is-style-simple.-client tr th a,
.post_content .is-style-simple.-client tr td a,
.editor-styles-wrapper .is-style-simple.-client tr th a,
.editor-styles-wrapper .is-style-simple.-client tr td a {
  line-height: 2;
}

.post_content .is-style-simple.-client tr th a,
.editor-styles-wrapper .is-style-simple.-client tr th a {
  color: #333;
}

.post_content h1,
.editor-styles-wrapper h1 {
  font-size: 3.2rem;
  margin-bottom: 40px;
}

.post_content h1 + h2,
.editor-styles-wrapper h1 + h2 {
  margin-top: 40px;
}

.post_content h2,
.editor-styles-wrapper h2 {
  font-size: 2.4rem;
  color: #333 !important;
  background: none !important;
  padding: 0 !important;
  margin: 65px 0 20px;
}

.post_content h2::before,
.editor-styles-wrapper h2::before {
  content: none !important;
}

.post_content h2 + h3,
.editor-styles-wrapper h2 + h3 {
  margin-top: 25px;
}

.post_content h2 + p,
.editor-styles-wrapper h2 + p {
  margin-top: 15px;
}

.post_content h2 + .wp-block-columns,
.post_content h2 + .wp-block-table,
.editor-styles-wrapper h2 + .wp-block-columns,
.editor-styles-wrapper h2 + .wp-block-table {
  margin-top: 10px;
}

.post_content h3,
.editor-styles-wrapper h3 {
  font-size: 2rem;
  padding: 0 !important;
  margin: 50px 0 20px;
}

.post_content h3::before,
.editor-styles-wrapper h3::before {
  content: none !important;
}

.post_content h3 + p,
.editor-styles-wrapper h3 + p {
  margin-top: 10px;
}

.post_content h4,
.editor-styles-wrapper h4 {
  font-size: 1.6rem;
  border: none !important;
  padding: 0 !important;
  margin: 40px 0 10px;
}

.post_content h4 + p,
.editor-styles-wrapper h4 + p {
  margin-top: 1px;
}

.post_content p,
.editor-styles-wrapper p {
  margin: 2em 0;
  font-size: 1.8rem;
}

.post_content p .swl-fz.u-fz-xl,
.editor-styles-wrapper p .swl-fz.u-fz-xl {
  font-size: 3rem;
}

.post_content p .swl-fz.u-fz-l,
.editor-styles-wrapper p .swl-fz.u-fz-l {
  font-size: 2.4rem;
}

.post_content p .swl-fz.u-fz-s,
.editor-styles-wrapper p .swl-fz.u-fz-s {
  font-size: 1.6rem;
}

.post_content p .swl-fz.u-fz-xs,
.editor-styles-wrapper p .swl-fz.u-fz-xs {
  font-size: 1.3rem;
}

.post_content p + h2,
.editor-styles-wrapper p + h2 {
  margin: 90px 0 40px;
}

.post_content p + h3,
.editor-styles-wrapper p + h3 {
  margin: 90px 0 40px;
}

.post_content p + h4,
.editor-styles-wrapper p + h4 {
  margin: 90px 0 40px;
}

.post_content p + h5,
.editor-styles-wrapper p + h5 {
  margin: 90px 0 40px;
}

.post_content .is-style-ff-reading,
.editor-styles-wrapper .is-style-ff-reading {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.post_content .mark_yellow,
.editor-styles-wrapper .mark_yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(14%, rgba(255, 255, 255, 0)), color-stop(15%, #ffe800), color-stop(85%, #ffe800), color-stop(86%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14%, #ffe800 15%, #ffe800 85%, white 86%, rgba(255, 255, 255, 0) 100%);
}

.post_content a[href$=".pdf"],
.editor-styles-wrapper a[href$=".pdf"] {
  position: relative;
  padding-left: 1em;
}

.post_content a[href$=".pdf"]:before,
.editor-styles-wrapper a[href$=".pdf"]:before {
  content: '';
  position: absolute;
  background: url(/assets/img/template/file-pdf.svg) no-repeat center/contain;
  width: .78em;
  height: 1.05em;
  top: 0.3em;
  left: 0;
  margin: auto;
}

.post_content a[target="_blank"],
.editor-styles-wrapper a[target="_blank"] {
  background: url(/assets/img/template/external-link-alt.svg) no-repeat bottom 0.3em right/0.7em auto;
  padding-right: 1em;
}

.post_content .wp-block-columns .smb-box__body h3,
.editor-styles-wrapper .wp-block-columns .smb-box__body h3 {
  margin: 0 0 20px;
}

.post_content .wp-block-columns .smb-box__body p,
.editor-styles-wrapper .wp-block-columns .smb-box__body p {
  margin-top: 20px;
}

.post_content .smb-box,
.editor-styles-wrapper .smb-box {
  height: 100%;
}

.post_content .swell-block-faq,
.editor-styles-wrapper .swell-block-faq {
  margin: 0 0 1em;
}

.post_content .swell-block-faq__item .faq_q,
.editor-styles-wrapper .swell-block-faq__item .faq_q {
  font-size: 1.7rem;
  padding: 0.47em 3.2em;
}

.post_content .swell-block-faq__item .faq_q:before,
.editor-styles-wrapper .swell-block-faq__item .faq_q:before {
  background: #0099D9;
  font-size: 2.8rem;
  color: #fff;
  width: 40px;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  top: 0;
}

.post_content .swell-block-faq__item .faq_q:hover,
.editor-styles-wrapper .swell-block-faq__item .faq_q:hover {
  cursor: pointer;
}

.post_content .swell-block-faq__item .faq_q.-is-override,
.editor-styles-wrapper .swell-block-faq__item .faq_q.-is-override {
  padding: 0;
}

.post_content .swell-block-faq__item .faq_q__btn,
.editor-styles-wrapper .swell-block-faq__item .faq_q__btn {
  padding: 0.47em 3.2em;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
}

.post_content .swell-block-faq .faq_a,
.editor-styles-wrapper .swell-block-faq .faq_a {
  display: none;
  padding-left: 3.4em;
  background: #F7F7F7;
}

.post_content .swell-block-faq .faq_a:before,
.editor-styles-wrapper .swell-block-faq .faq_a:before {
  color: #0099D9;
  font-size: 2.8rem;
  width: 40px;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  top: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post_content .swell-block-faq .faq_a p,
.editor-styles-wrapper .swell-block-faq .faq_a p {
  margin: 0;
}

.post_content .swell-block-faq .faq_a p + p,
.editor-styles-wrapper .swell-block-faq .faq_a p + p {
  margin-top: 13px;
}

.post_content .swl-format-1,
.editor-styles-wrapper .swl-format-1 {
  background: url(../img/_common/exclamation-triangle.svg) no-repeat center left/18px auto, #FAF500;
  padding-left: 1.5em;
}

.post_content .blocks-gallery-item::before,
.editor-styles-wrapper .blocks-gallery-item::before {
  content: none;
}

.editor-styles-wrapper .swell-block-faq .faq_a {
  display: block;
}

.service-description-table {
  margin: 25px auto 17px;
}

.service-description-table .service-description-table-expert {
  background: #0099D9;
}

.service-description-table .service-description-table-express {
  background: #1C589E;
}

.service-description-table .-service-express {
  background: #E4F6FE;
}

.service-description-table .service-express-table-thead {
  color: #fff;
  background: #0099D9;
}

.service-description-table table {
  border-top: none;
}

.service-description-table thead th {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  border-top: none;
  text-align: center;
  background: none;
}

.service-description-table thead th > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc( 30% + 50px);
  margin: auto;
  text-align: center;
}

.service-description-table thead th > span span {
  background: #eee;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 7px 30px 8px;
  color: #333;
  text-align: center;
  display: inline-block;
}

.service-description-table thead th > span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: 0;
  margin: auto;
}

.service-description-table thead th:not([class]) {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
}

.service-description-table thead th:nth-child(1) {
  width: 19%;
}

.service-description-table thead th:nth-child(2) {
  width: 40.5%;
}

.service-description-table thead th:nth-child(3) {
  width: 40.5%;
}

.service-description-table tbody th {
  padding: 12px 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

.service-description-table tbody td {
  vertical-align: top;
  padding: 12px 20px;
}

.service-description-table tbody td p {
  margin: 0;
  font-size: 1.8rem;
}

.service-description-table tbody td p + p {
  margin-top: 5px;
}

.service-description-table tr th:first-child {
  border-left: none;
}

.service-description-table.-pattern02 {
  margin: 25px auto 40px;
  padding-top: 40px;
}

.service-description-table.-pattern01 {
  margin: 25px auto 17px;
}

.service-description-table.-pattern01 thead th {
  font-size: 1.8rem;
  line-height: 1.1;
}

.service-description-table.-pattern01 thead th:nth-child(1) {
  border: none;
}

.service-description-table.-pattern01 tbody td {
  text-align: center;
  font-size: 1.8rem;
}

.service-description-table.-pattern01 .tbody-header th {
  background: none;
  border-top: none;
}

.service-description-table.-pattern01 .tbody-header td {
  padding: 12px 10px;
}

.post_content .engineer-post,
.block-editor-block-list__layout .engineer-post,
.engineer-post {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.post_content .engineer-post__item,
.block-editor-block-list__layout .engineer-post__item,
.engineer-post__item {
  content: none;
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}

.post_content .engineer-post__item:before,
.block-editor-block-list__layout .engineer-post__item:before,
.engineer-post__item:before {
  content: none;
}

.post_content .engineer-post__item a,
.block-editor-block-list__layout .engineer-post__item a,
.engineer-post__item a {
  display: block;
}

.post_content .engineer-post__item h3,
.block-editor-block-list__layout .engineer-post__item h3,
.engineer-post__item h3 {
  color: #082F5A;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}

.post_content .engineer-post__item time,
.block-editor-block-list__layout .engineer-post__item time,
.engineer-post__item time {
  font-size: 1.2rem;
  color: #666666;
}

.widget .feed-list,
.post_content .feed-list {
  padding: 0;
  margin: 0;
}

.widget .feed-list__item,
.post_content .feed-list__item {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
  list-style: none;
}

.widget .feed-list__item:before,
.post_content .feed-list__item:before {
  content: none;
}

.widget .feed-list__item-thumbnail,
.post_content .feed-list__item-thumbnail {
  display: block;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}

.widget .feed-list__item-thumbnail:before,
.post_content .feed-list__item-thumbnail:before {
  content: '';
  padding-top: 54.4%;
  display: inline-block;
}

.widget .feed-list__item-thumbnail img,
.post_content .feed-list__item-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget .feed-list__item a,
.post_content .feed-list__item a {
  display: block;
}

.widget .feed-list__item h3,
.post_content .feed-list__item h3 {
  color: #333;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.widget .feed-list__item time,
.post_content .feed-list__item time {
  font-size: 1.2rem;
  color: #666666;
}

.widget .feed-list.-thumbnail,
.post_content .feed-list.-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.widget .feed-list.-thumbnail .feed-list__item,
.post_content .feed-list.-thumbnail .feed-list__item {
  width: 31.56%;
  border: none;
}

.widget .feed-list.-thumbnail .feed-list__item:only-child,
.post_content .feed-list.-thumbnail .feed-list__item:only-child {
  width: 100%;
}

.p-postList__item .p-postList__thumb:before {
  content: none;
}

.single-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  background: #f7f7f7;
  margin: 40px auto 90px;
}

.single-share__head {
  font-weight: bold;
  color: #666666;
  font-size: 1.5rem;
  margin-right: 34px;
  line-height: 1;
}

.single-share__sns {
  width: 30px;
  margin-right: 15px;
}

.single-share__sns a {
  display: block;
}

.p-breadcrumb {
  padding: 0 9px;
}

.p-breadcrumb .l-container {
  padding: 0;
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.p-breadcrumb__item {
  position: relative;
  margin-right: 10px;
  padding: 10px 12px 10px 0;
}

.p-breadcrumb__item:after {
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  opacity: .8;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #DDD;
}

.p-breadcrumb__text {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
  color: #082F5A;
}

.p-breadcrumb .icon-home {
  text-indent: -9999px;
  color: #ddd;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.p-breadcrumb .icon-home:before {
  position: absolute;
  background: url(../img/_common/home.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

/* page：後からモジュールに分けられるものは分ける。一旦ページごとに作る。 */
.post_content .service-flow__block,
.editor-styles-wrapper .service-flow__block {
  background: #F7F7F7;
}

.post_content .service-flow__block + .service-flow__block,
.editor-styles-wrapper .service-flow__block + .service-flow__block {
  margin-top: 35px;
  position: relative;
}

.post_content .service-flow__block + .service-flow__block:before,
.editor-styles-wrapper .service-flow__block + .service-flow__block:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 19px 0 19px;
  border-color: #0099D9 transparent transparent transparent;
  left: 13px;
  top: -27px;
}

.post_content .service-flow__header,
.editor-styles-wrapper .service-flow__header {
  padding: 10px 16px 8px 20px;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.post_content .service-flow__header p,
.editor-styles-wrapper .service-flow__header p {
  margin: 0;
}

.post_content .service-flow__header span,
.editor-styles-wrapper .service-flow__header span {
  font-size: 4rem;
  color: #0099D9;
  line-height: 1;
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.post_content .service-flow__header__btn,
.editor-styles-wrapper .service-flow__header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post_content .service-flow__header__btn__item,
.editor-styles-wrapper .service-flow__header__btn__item {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 4px 12px 5px;
  border-radius: 4px;
}

.post_content .service-flow__header__btn__item + div,
.editor-styles-wrapper .service-flow__header__btn__item + div {
  margin-left: 5px;
}

.post_content .service-flow__header__btn__item.-light,
.editor-styles-wrapper .service-flow__header__btn__item.-light {
  background: #1C589E;
}

.post_content .service-flow__header__btn__item.-dark,
.editor-styles-wrapper .service-flow__header__btn__item.-dark {
  background: #082F5A;
}

.post_content .service-flow__header__btn__item.-hilight,
.editor-styles-wrapper .service-flow__header__btn__item.-hilight {
  background: #91E2FB;
  color: #333;
}

.post_content .service-flow__body,
.editor-styles-wrapper .service-flow__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 55px;
}

.post_content .service-flow__column,
.editor-styles-wrapper .service-flow__column {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post_content .service-flow__column + div,
.editor-styles-wrapper .service-flow__column + div {
  margin-left: 50px;
}

.post_content .service-flow__icon,
.editor-styles-wrapper .service-flow__icon {
  background: #0099D9;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1px 14px 2px;
  margin-right: 20px;
  word-break: keep-all;
}

.post_content .service-flow__icon.-modifier,
.editor-styles-wrapper .service-flow__icon.-modifier {
  background: #666;
}

.post_content .service-flow__item,
.editor-styles-wrapper .service-flow__item {
  width: calc( 100% - 67px);
}

.post_content .service-flow__item p,
.editor-styles-wrapper .service-flow__item p {
  margin: .4em 0 .6em;
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
}

.post_content .service-flow__item span,
.editor-styles-wrapper .service-flow__item span {
  font-size: 1.4rem;
  font-weight: normal;
}

.post_content .service-flow__item > ul > li,
.editor-styles-wrapper .service-flow__item > ul > li {
  font-weight: bold;
  font-size: 1.8rem;
  color: #666;
  margin: 0;
}

.post_content .service-flow__item > ul > li + li,
.editor-styles-wrapper .service-flow__item > ul > li + li {
  margin-top: 0.5em;
}

.post_content .service-flow__item > ul > li:before,
.editor-styles-wrapper .service-flow__item > ul > li:before {
  background: #666;
}

.post_content .service-flow__item > ul > li > ul,
.editor-styles-wrapper .service-flow__item > ul > li > ul {
  margin: .5em 0 .7em;
  padding: 0;
  list-style: none;
}

.post_content .service-flow__item > ul > li > ul > li,
.editor-styles-wrapper .service-flow__item > ul > li > ul > li {
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
}

.post_content .service-flow__item > ul > li > ul > li:before,
.editor-styles-wrapper .service-flow__item > ul > li > ul > li:before {
  width: .23em;
  height: .23em;
  background: #333;
}

.post_content .wp-block-table.-service-items ul,
.editor-styles-wrapper .wp-block-table.-service-items ul {
  margin: 0;
}

.post_content .wp-block-table.-service-items table,
.editor-styles-wrapper .wp-block-table.-service-items table {
  border-top: none;
  border-right: none;
  width: auto;
}

.post_content .wp-block-table.-service-items thead th, .post_content .wp-block-table.-service-items thead td,
.editor-styles-wrapper .wp-block-table.-service-items thead th,
.editor-styles-wrapper .wp-block-table.-service-items thead td {
  color: #fff;
  background: #333;
  border-top: none;
  border-bottom: none;
}

.post_content .wp-block-table.-service-items th, .post_content .wp-block-table.-service-items td,
.editor-styles-wrapper .wp-block-table.-service-items th,
.editor-styles-wrapper .wp-block-table.-service-items td {
  border-left: none;
  border-right: none;
}

.post_content .wp-block-table.-service-items th,
.editor-styles-wrapper .wp-block-table.-service-items th {
  font-weight: bold;
  font-size: 1.5rem;
  background: none;
}

.post_content .wp-block-table.-service-items td,
.editor-styles-wrapper .wp-block-table.-service-items td {
  font-size: 1.4rem;
}

.post_content .service-index-flow,
.editor-styles-wrapper .service-index-flow {
  list-style: none;
  margin: 100px auto;
  padding: 0;
}

.post_content .service-index-flow__item,
.editor-styles-wrapper .service-index-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 45px;
  position: relative;
}

.post_content .service-index-flow__item:after,
.editor-styles-wrapper .service-index-flow__item:after {
  content: '';
  position: absolute;
  left: 21.7%;
  bottom: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 24px 0 24px;
  border-color: #082F5A transparent transparent transparent;
}

.post_content .service-index-flow__item:first-child .service-index-flow__head,
.editor-styles-wrapper .service-index-flow__item:first-child .service-index-flow__head {
  display: block;
}

.post_content .service-index-flow__item:last-child,
.editor-styles-wrapper .service-index-flow__item:last-child {
  padding: 0;
}

.post_content .service-index-flow__item:last-child:after,
.editor-styles-wrapper .service-index-flow__item:last-child:after {
  content: none;
}

.post_content .service-index-flow__ph,
.editor-styles-wrapper .service-index-flow__ph {
  width: 48.5%;
}

.post_content .service-index-flow__links,
.editor-styles-wrapper .service-index-flow__links {
  width: 48.5%;
}

.post_content .service-index-flow__head,
.editor-styles-wrapper .service-index-flow__head {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  margin: 0 0 8px;
  display: none;
}

.post_content .service-index-links,
.editor-styles-wrapper .service-index-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #082F5A;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 30px 27px;
}

.post_content .service-index-links.-lightblue,
.editor-styles-wrapper .service-index-links.-lightblue {
  background: #0099D9;
}

.post_content .service-index-links.-gray,
.editor-styles-wrapper .service-index-links.-gray {
  background: #eee;
}

.post_content .service-index-links.-gray .service-index-links__head h3,
.post_content .service-index-links.-gray .service-index-links__head p,
.editor-styles-wrapper .service-index-links.-gray .service-index-links__head h3,
.editor-styles-wrapper .service-index-links.-gray .service-index-links__head p {
  color: #082F5A;
}

.post_content .service-index-links__head,
.editor-styles-wrapper .service-index-links__head {
  margin: 0 0 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post_content .service-index-links__head img,
.editor-styles-wrapper .service-index-links__head img {
  max-width: 44px;
  margin-right: 15px;
}

.post_content .service-index-links__head h3,
.editor-styles-wrapper .service-index-links__head h3 {
  margin: 0;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
}

.post_content .service-index-links__head p,
.editor-styles-wrapper .service-index-links__head p {
  width: 100%;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 1.8rem;
  margin: 13px auto 17px;
  text-align: center;
}

.post_content .service-index-links__head p span,
.editor-styles-wrapper .service-index-links__head p span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}

.post_content .service-index-links__body,
.editor-styles-wrapper .service-index-links__body {
  width: 100%;
}

.post_content .service-index-links__link + .service-index-links__link,
.editor-styles-wrapper .service-index-links__link + .service-index-links__link {
  margin-top: 7px;
}

.post_content .service-index-links__link a,
.editor-styles-wrapper .service-index-links__link a {
  display: block;
  border-radius: 4px;
  background: url(../img/_common/icon_angle-right.svg) no-repeat center right 12px/6px auto, #fff;
  color: #082F5A;
  font-weight: bold;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-size: 1.5rem;
  padding: 10px;
}

.post_content .service-level-table table,
.editor-styles-wrapper .service-level-table table {
  border: none;
}

.post_content .service-level-table th,
.post_content .service-level-table td,
.editor-styles-wrapper .service-level-table th,
.editor-styles-wrapper .service-level-table td {
  border-left: none;
  border-right: none;
  padding: 10px 20px;
}

.post_content .service-level-table thead th,
.editor-styles-wrapper .service-level-table thead th {
  background: none;
  border-top: none;
}

.post_content .service-level-table thead th:nth-child(1),
.editor-styles-wrapper .service-level-table thead th:nth-child(1) {
  width: 9.5%;
}

.post_content .service-level-table thead th:nth-child(4),
.editor-styles-wrapper .service-level-table thead th:nth-child(4) {
  width: 23%;
}

.post_content .service-level-table tr td:nth-child(1),
.editor-styles-wrapper .service-level-table tr td:nth-child(1) {
  padding-right: 30px;
}

.post_content .service-level-table tr td[row-span="2"],
.editor-styles-wrapper .service-level-table tr td[row-span="2"] {
  border-bottom: none;
}

.post_content .service-level-table tr:last-child td,
.editor-styles-wrapper .service-level-table tr:last-child td {
  border: none;
}

.post_content .service-level-table p,
.editor-styles-wrapper .service-level-table p {
  margin: 0;
}

.post_content .service-level-table .level,
.editor-styles-wrapper .service-level-table .level {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.post_content .service-level-table .level span,
.editor-styles-wrapper .service-level-table .level span {
  display: block;
  font-size: 2.4rem;
}

.post_content .service-level-table .links a,
.editor-styles-wrapper .service-level-table .links a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #082F5A;
}

.post_content .service-level-table .links img,
.editor-styles-wrapper .service-level-table .links img {
  width: 20px;
  margin-right: 5px;
}

.post_content .service-level-table .links span,
.editor-styles-wrapper .service-level-table .links span {
  font-size: 1.4rem;
}

.related-pages {
  margin: 84px 0 0;
}

.related-pages__head {
  margin: 0 0 20px;
}

.related-pages .related-post {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.related-pages .related-post__item {
  width: 31.5%;
  padding: 0;
  margin: 0 2.75% 0 0;
}

.related-pages .related-post__item:nth-child(3n) {
  margin-right: 0;
}

.related-pages .related-post__item:before {
  content: none;
  padding: 0;
}

.related-pages .related-post__item span {
  display: inline-block;
  background: #91E2FB;
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding: 2px 7px;
}

.related-pages .related-post__item h3 {
  font-size: 1.6rem;
  color: #082F5A;
  margin: 10px 0 0;
  font-weight: bold;
}

.related-pages .related-post__thumbnail {
  margin: 0 0 17px;
}

.widget .recruit-interview-day,
.post_content .recruit-interview-day,
.block-editor-block-list__layout .recruit-interview-day {
  padding: 60px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.widget .recruit-interview-day__head,
.post_content .recruit-interview-day__head,
.block-editor-block-list__layout .recruit-interview-day__head {
  text-align: center;
  margin: 0 0 40px;
}

.widget .recruit-interview-day__head span,
.post_content .recruit-interview-day__head span,
.block-editor-block-list__layout .recruit-interview-day__head span {
  display: block;
}

.widget .recruit-interview-day__head .lg,
.post_content .recruit-interview-day__head .lg,
.block-editor-block-list__layout .recruit-interview-day__head .lg {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-size: 2rem;
  margin: 0 0 15px;
}

.widget .recruit-interview-day__head .sm,
.post_content .recruit-interview-day__head .sm,
.block-editor-block-list__layout .recruit-interview-day__head .sm {
  font-size: 1.4rem;
  font-weight: normal;
}

.widget .recruit-interview-day__body,
.post_content .recruit-interview-day__body,
.block-editor-block-list__layout .recruit-interview-day__body {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.widget .recruit-interview-day__item,
.post_content .recruit-interview-day__item,
.block-editor-block-list__layout .recruit-interview-day__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget .recruit-interview-day__item + div,
.post_content .recruit-interview-day__item + div,
.block-editor-block-list__layout .recruit-interview-day__item + div {
  margin-top: 30px;
}

.widget .recruit-interview-day__item span,
.post_content .recruit-interview-day__item span,
.block-editor-block-list__layout .recruit-interview-day__item span {
  font-size: 1.8rem;
  color: #082F5A;
  font-weight: bold;
  line-height: 1.5;
}

.widget .recruit-interview-day__inner,
.post_content .recruit-interview-day__inner,
.block-editor-block-list__layout .recruit-interview-day__inner {
  width: calc( 100% - 60px);
}

.widget .recruit-interview-day__inner h3,
.post_content .recruit-interview-day__inner h3,
.block-editor-block-list__layout .recruit-interview-day__inner h3 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.8rem;
  color: #082F5A;
  font-weight: bold;
  margin: 0;
}

.widget .recruit-interview-day__ph,
.post_content .recruit-interview-day__ph,
.block-editor-block-list__layout .recruit-interview-day__ph {
  margin: 30px 0;
}

.widget .recruit-interview-purposeblock,
.post_content .recruit-interview-purposeblock,
.block-editor-block-list__layout .recruit-interview-purposeblock {
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
  margin: 0;
}

.widget .recruit-interview-purposeblock h2,
.post_content .recruit-interview-purposeblock h2,
.block-editor-block-list__layout .recruit-interview-purposeblock h2 {
  text-align: center;
}

.widget .recruit-interview-purposeblock img,
.post_content .recruit-interview-purposeblock img,
.block-editor-block-list__layout .recruit-interview-purposeblock img {
  margin: 20px 0;
}

.widget .recruit-block,
.post_content .recruit-block,
.block-editor-block-list__layout .recruit-block {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #ddd;
}

.widget .recruit-block.-modifier,
.post_content .recruit-block.-modifier,
.block-editor-block-list__layout .recruit-block.-modifier {
  padding-top: 60px;
  margin-top: 36px;
  border-top: 1px solid #ddd;
}

.widget .recruit-block.-modifier h2,
.post_content .recruit-block.-modifier h2,
.block-editor-block-list__layout .recruit-block.-modifier h2 {
  margin-top: 0 !important;
}

.widget .recruit-block h2,
.post_content .recruit-block h2,
.block-editor-block-list__layout .recruit-block h2 {
  color: #082F5A !important;
  font-size: 2.4rem;
  padding: 0 0 15px !important;
  margin: 54px 0 0 !important;
}

.widget .recruit-block h2 .u-fz-s,
.post_content .recruit-block h2 .u-fz-s,
.block-editor-block-list__layout .recruit-block h2 .u-fz-s {
  font-size: 1.6rem;
}

.widget .recruit-block h2:after,
.post_content .recruit-block h2:after,
.block-editor-block-list__layout .recruit-block h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #082F5A;
  width: 72px;
  height: 1px;
}

.widget .recruit-block p,
.post_content .recruit-block p,
.block-editor-block-list__layout .recruit-block p {
  font-size: 1.6rem;
}

.recruit-other-interview {
  padding: 60px 0 0;
  margin: 60px 0 0;
  border-top: 1px solid #ddd;
}

.recruit-other-interview__head {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto 35px;
  font-weight: bold;
}

.recruit-other-interview .related-post .p-postList__body {
  padding-top: 0;
}

.recruit-interview-info {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: bold;
  margin: 0 0 60px;
}

.recruit-interview-info__thumbnail {
  text-align: center;
}

.recruit-interview-info__thumbnail img {
  width: 100%;
}

.recruit-interview-info__main {
  padding: 40px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}

.recruit-interview-info__parent {
  background: #082F5A;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  line-height: 1;
}

.recruit-interview-info .c-pageTitle {
  margin: 20px 0;
  padding: 0 0 20px;
  position: relative;
}

.recruit-interview-info .c-pageTitle__inner {
  font-size: 2.4rem;
  line-height: 1.62;
  float: none;
}

.recruit-interview-info .c-pageTitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 1px;
  background: #999;
}

.recruit-interview-info__name {
  font-size: 2rem;
}

.recruit-interview-info__annotation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recruit-interview-info__annotation span {
  font-size: 1.4rem;
}

.recruit-interview-info__annotation span.-modifier-color {
  color: #0099D9;
}

.recruit-interview-info__annotation span + span {
  margin-left: 15px;
}

.recruit-info {
  position: relative;
  padding: 0;
  max-width: var(--article_size);
  margin: 0 auto;
}

.recruit-info__thumbnail {
  margin: 0 0 40px;
}

.recruit-info__thumbnail img {
  width: 100%;
}

.recruit-info__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.recruit-info__title + p {
  margin-top: 16px;
}

#recruit-data-wrapper-pc {
  display: none;
}

.recruit-data-wrapper h2 {
  color: #0099D9 !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}

.recruit-data-wrapper .recruit-data-list01 {
  padding: 0 0 40px;
  margin: 0 0 60px;
  border-bottom: 1px solid #ddd;
}

.recruit-data-wrapper .recruit-data-list01__item {
  padding: 0;
  margin: 0;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

.recruit-data-wrapper .recruit-data-list01__item + li {
  margin-top: 20px;
}

.recruit-data-wrapper .recruit-data-list01__item:before {
  content: none;
}

.recruit-data-wrapper .recruit-data-list01__inner {
  background: #eee;
  padding: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-data-wrapper .recruit-data-list01__head {
  width: 100%;
  text-align: center;
  color: #082F5A;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin: 0 0 25px;
}

.recruit-data-wrapper .recruit-data-list01__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-data-wrapper .recruit-data-list01__column__item {
  width: 48%;
}

.recruit-data-wrapper .recruit-data-list01__column__foot {
  width: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
}

.recruit-data-wrapper .recruit-data-list01 .ph-wrapper {
  position: relative;
  padding: 0 18px;
}

.recruit-data-wrapper .recruit-data-list01 .ph-wrapper .persent-txt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25%;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #082F5A;
}

.recruit-data-wrapper .recruit-data-list01 .ph-wrapper .persent-txt span {
  font-size: 2rem;
}

.recruit-data-wrapper .recruit-data-list01 .annotation {
  font-size: 1.3rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  margin: 15px 0 0;
  width: 100%;
  text-align: center;
}

.recruit-data-wrapper .recruit-data-list01 .-item01 .recruit-data-list01__inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recruit-data-wrapper .recruit-data-list01 .-item01 .num {
  font-size: 10rem;
  line-height: 1;
  color: #0099D9;
  font-weight: bold;
  letter-spacing: -10px;
}

.recruit-data-wrapper .recruit-data-list01 .-item01 .txt {
  font-size: 3rem;
  color: #0099D9;
  font-weight: bold;
  margin-left: 10px;
}

.recruit-data-wrapper .recruit-data-list01 .-item02 .recruit-data-list01__head {
  margin: 0 0 24px;
}

.recruit-data-wrapper .recruit-data-list01 .-item04 .year {
  text-align: center;
  font-size: 1.6rem;
  color: #0099D9;
  margin: 0;
  font-weight: bold;
}

.recruit-data-wrapper .recruit-data-list01 .-item04 .num {
  text-align: center;
  font-size: 3.6rem;
  color: #0099D9;
  margin: 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item04 .num span {
  font-size: 2rem;
}

.recruit-data-wrapper .recruit-data-list01 .-item05 .persent-txt {
  bottom: 21%;
}

.recruit-data-wrapper .recruit-data-list01 .-item06 .main-txt {
  font-size: 6rem;
  line-height: 1;
  color: #0099D9;
  font-weight: bold;
  margin: 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item06 .main-txt span {
  color: #0099D9;
  font-weight: bold;
}

.recruit-data-wrapper .recruit-data-list01 .-item06 .main-txt span.md {
  font-size: 4rem;
}

.recruit-data-wrapper .recruit-data-list01 .-item06 .main-txt span.sm {
  font-size: 3rem;
}

.recruit-data-wrapper .recruit-data-list01 .-item07 .main-txt {
  font-size: 6rem;
  line-height: 1;
  color: #0099D9;
  font-weight: bold;
  margin: 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item07 .main-txt span {
  color: #0099D9;
  font-weight: bold;
}

.recruit-data-wrapper .recruit-data-list01 .-item07 .main-txt span.md {
  font-size: 4rem;
}

.recruit-data-wrapper .recruit-data-list01 .-item07 .main-txt span.sm {
  font-size: 3rem;
}

.recruit-data-wrapper .recruit-data-list01 .-item08 .ph-wrapper .persent-txt {
  line-height: 1;
  font-size: 4rem;
  bottom: 22%;
}

.recruit-data-wrapper .recruit-data-list01 .-item08 .ph-wrapper .symbol {
  font-size: 2rem;
}

.recruit-data-wrapper .recruit-data-list01 .-item08 .ph-wrapper .year {
  display: block;
  font-size: 1.4rem;
  margin: 8px ​0 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item08 .point {
  color: #0099D9;
  font-weight: bold;
  margin: 25px 0 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item09 .main-txt {
  font-size: 6rem;
  line-height: 1;
  color: #0099D9;
  font-weight: bold;
  margin: 0;
  display: block;
}

.recruit-data-wrapper .recruit-data-list01 .-item09 .main-txt span {
  color: #0099D9;
  font-weight: bold;
  font-size: 3rem;
}

.recruit-data-wrapper .recruit-data-list01 .-item10 .ph-wrapper {
  margin-top: 15px;
}

.recruit-data-wrapper .recruit-data-list01 .-item10 .persent-txt {
  bottom: 26%;
}

.recruit-data-wrapper .recruit-data-list01 .-item11 img {
  max-width: 69px;
}

.recruit-data-wrapper .recruit-data-list01 .-item11 .recruit-data-list01__column__item {
  width: auto;
  margin-left: 10px;
}

.recruit-data-wrapper .recruit-data-list01 .-item11 p {
  margin: 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item11 .sm {
  font-weight: bold;
  font-size: 1.6rem;
  color: #0099D9;
  margin: 0 0 5px 10px;
}

.recruit-data-wrapper .recruit-data-list01 .-item11 .lg {
  color: #0099D9;
  font-size: 5.6rem;
  line-height: 1;
}

.recruit-data-wrapper .recruit-data-list01 .-item11 .lg span {
  font-size: 3rem;
}

.recruit-data-wrapper .recruit-data-list01 .-item12 p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: normal;
  font-family: noto-sans-cjk-jp, sans-serif;
  margin: 20px 0 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item13 img {
  max-width: 65px;
}

.recruit-data-wrapper .recruit-data-list01 .-item13 .recruit-data-list01__column {
  margin: 20px 0 12px;
}

.recruit-data-wrapper .recruit-data-list01 .-item13 .recruit-data-list01__column__item {
  width: auto;
  margin-left: 10px;
}

.recruit-data-wrapper .recruit-data-list01 .-item13 .recruit-data-list01__column p {
  margin: 0;
  color: #0099D9;
  font-size: 5rem;
  letter-spacing: -4.17px;
  line-height: 1;
}

.recruit-data-wrapper .recruit-data-list01 .-item13 .recruit-data-list01__column p span {
  font-size: 3rem;
  letter-spacing: 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item18 .main-txt {
  font-size: 6rem;
  line-height: 1;
  color: #0099D9;
  font-weight: bold;
  margin: 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item18 .main-txt span {
  color: #0099D9;
  font-weight: bold;
  font-size: 3rem;
}

.recruit-data-wrapper .recruit-data-list01 .-item19 img {
  max-width: 71px;
}

.recruit-data-wrapper .recruit-data-list01 .-item19 .recruit-data-list01__column__item {
  width: auto;
  margin-left: 10px;
}

.recruit-data-wrapper .recruit-data-list01 .-item19 p {
  margin: 0;
}

.recruit-data-wrapper .recruit-data-list01 .-item19 .sm {
  font-weight: bold;
  font-size: 1.6rem;
  color: #0099D9;
  margin: 0 0 5px 10px;
}

.recruit-data-wrapper .recruit-data-list01 .-item19 .lg {
  color: #0099D9;
  font-size: 5.6rem;
  line-height: 1;
}

.recruit-data-wrapper .recruit-data-list01 .-item19 .lg span {
  font-size: 3rem;
}

.widget .recruit-top-visual,
.post_content .recruit-top-visual,
.block-editor-block-list__layout .recruit-top-visual {
  position: relative;
  padding: 0;
  margin: -20px -20px 0 !important;
  text-align: center;
}

.widget .recruit-top-visual__head,
.post_content .recruit-top-visual__head,
.block-editor-block-list__layout .recruit-top-visual__head {
  position: absolute;
  color: #082F5A;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  background: #FAF500;
  line-height: 1;
  padding: 10px 20px;
  top: 13px;
  left: 20px;
}

.widget .recruit-top-visual__ph img,
.post_content .recruit-top-visual__ph img,
.block-editor-block-list__layout .recruit-top-visual__ph img {
  width: 100%;
}

.widget .recruit-top-visual__reserve,
.post_content .recruit-top-visual__reserve,
.block-editor-block-list__layout .recruit-top-visual__reserve {
  border: 4px solid #eee;
  padding: 10px;
  width: calc( 100% - 40px);
  margin: -80px auto 0;
  position: relative;
  background: #fff;
}

.widget .recruit-top-visual__lead,
.post_content .recruit-top-visual__lead,
.block-editor-block-list__layout .recruit-top-visual__lead {
  font-size: 1.8rem;
  color: #082F5A !important;
  line-height: 1.33;
  margin: 0;
}

.widget .recruit-top-visual__info,
.post_content .recruit-top-visual__info,
.block-editor-block-list__layout .recruit-top-visual__info {
  text-align: center;
  margin: 0 0 4px;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

.widget .recruit-top-visual__btn,
.post_content .recruit-top-visual__btn,
.block-editor-block-list__layout .recruit-top-visual__btn {
  background: #082F5A;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 10px 50px;
}

.widget .recruit-top-visual__btn:hover,
.post_content .recruit-top-visual__btn:hover,
.block-editor-block-list__layout .recruit-top-visual__btn:hover {
  text-decoration: none;
}

.widget .recruit-top-mission,
.post_content .recruit-top-mission,
.block-editor-block-list__layout .recruit-top-mission {
  background: #F7F7F7;
  padding: 40px 20px;
}

.widget .recruit-top-mission h3,
.post_content .recruit-top-mission h3,
.block-editor-block-list__layout .recruit-top-mission h3 {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 20px;
  color: #082F5A;
}

.widget .recruit-top-mission p,
.post_content .recruit-top-mission p,
.block-editor-block-list__layout .recruit-top-mission p {
  font-size: 1.6rem;
}

.widget .recruit-top-entry,
.post_content .recruit-top-entry,
.block-editor-block-list__layout .recruit-top-entry {
  padding: 0 20px;
  margin: 60px 0;
}

.widget .recruit-top-entry__caption,
.post_content .recruit-top-entry__caption,
.block-editor-block-list__layout .recruit-top-entry__caption {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  text-align: center;
  font-size: 1.4rem;
  color: #082F5A;
  margin: 0;
}

.widget .recruit-top-entry__caption.-modifier,
.post_content .recruit-top-entry__caption.-modifier,
.block-editor-block-list__layout .recruit-top-entry__caption.-modifier {
  margin-top: 25px;
}

.widget .recruit-top-entry__caption::before, .widget .recruit-top-entry__caption::after,
.post_content .recruit-top-entry__caption::before,
.post_content .recruit-top-entry__caption::after,
.block-editor-block-list__layout .recruit-top-entry__caption::before,
.block-editor-block-list__layout .recruit-top-entry__caption::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  position: relative;
  top: 2px;
}

.widget .recruit-top-entry__caption:before,
.post_content .recruit-top-entry__caption:before,
.block-editor-block-list__layout .recruit-top-entry__caption:before {
  margin-right: 6px;
  background: url(../img/_common/line.svg) no-repeat center/contain;
}

.widget .recruit-top-entry__caption:after,
.post_content .recruit-top-entry__caption:after,
.block-editor-block-list__layout .recruit-top-entry__caption:after {
  margin-left: 6px;
  background: url(../img/_common/line_reverse.svg) no-repeat center/contain;
}

.widget .recruit-top-entry__btn,
.post_content .recruit-top-entry__btn,
.block-editor-block-list__layout .recruit-top-entry__btn {
  text-align: center;
}

.widget .recruit-top-entry__btn a,
.post_content .recruit-top-entry__btn a,
.block-editor-block-list__layout .recruit-top-entry__btn a {
  display: block;
  background: #0099D9;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: bold;
}

.widget .recruit-top-entry__btn.-modifier + .recruit-top-entry__btn,
.post_content .recruit-top-entry__btn.-modifier + .recruit-top-entry__btn,
.block-editor-block-list__layout .recruit-top-entry__btn.-modifier + .recruit-top-entry__btn {
  margin-top: 7px;
}

.widget .recruit-top-entry__btn.-modifier a,
.post_content .recruit-top-entry__btn.-modifier a,
.block-editor-block-list__layout .recruit-top-entry__btn.-modifier a {
  font-size: 1.5rem;
  color: #082F5A;
  background: #fff;
}

.widget .recruit-top-entry__body,
.post_content .recruit-top-entry__body,
.block-editor-block-list__layout .recruit-top-entry__body {
  border-radius: 4px;
  background: #082F5A;
  padding: 20px;
}

.widget .recruit-top-entry__lead,
.post_content .recruit-top-entry__lead,
.block-editor-block-list__layout .recruit-top-entry__lead {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
}

.widget .recruit-top-entry__list,
.post_content .recruit-top-entry__list,
.block-editor-block-list__layout .recruit-top-entry__list {
  padding: 0 20px;
  margin: 0;
}

.widget .recruit-top-entry__list li,
.post_content .recruit-top-entry__list li,
.block-editor-block-list__layout .recruit-top-entry__list li {
  padding: 0;
  margin: 0;
}

.widget .recruit-top-entry__list li::before,
.post_content .recruit-top-entry__list li::before,
.block-editor-block-list__layout .recruit-top-entry__list li::before {
  content: none;
}

.widget .recruit-top-interview,
.post_content .recruit-top-interview,
.block-editor-block-list__layout .recruit-top-interview {
  margin: 60px 0;
}

.widget .recruit-top-interview h3,
.post_content .recruit-top-interview h3,
.block-editor-block-list__layout .recruit-top-interview h3 {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 20px;
  color: #082F5A;
}

.widget .recruit-top-column,
.post_content .recruit-top-column,
.block-editor-block-list__layout .recruit-top-column {
  margin: 60px 0;
}

.widget .recruit-top-data,
.post_content .recruit-top-data,
.block-editor-block-list__layout .recruit-top-data {
  padding: 0 0px;
  margin: 0 0 20px;
}

.widget .recruit-top-faq,
.post_content .recruit-top-faq,
.block-editor-block-list__layout .recruit-top-faq {
  padding: 0 0px;
}

.widget .recruit-top-faq a,
.post_content .recruit-top-faq a,
.block-editor-block-list__layout .recruit-top-faq a {
  display: block;
  border: 3px solid #0099D9;
  background: #fff;
  padding: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.widget .recruit-top-faq a:hover,
.post_content .recruit-top-faq a:hover,
.block-editor-block-list__layout .recruit-top-faq a:hover {
  background: #0099D9;
  text-decoration: none;
}

.widget .recruit-top-faq a:hover p,
.post_content .recruit-top-faq a:hover p,
.block-editor-block-list__layout .recruit-top-faq a:hover p {
  color: #fff;
}

.widget .recruit-top-faq p,
.post_content .recruit-top-faq p,
.block-editor-block-list__layout .recruit-top-faq p {
  margin: 0;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  color: #0099D9;
  text-align: center;
}

.widget .recruit-top-faq__txt01,
.post_content .recruit-top-faq__txt01,
.block-editor-block-list__layout .recruit-top-faq__txt01 {
  font-size: 1.7rem;
}

.widget .recruit-top-faq__txt02,
.post_content .recruit-top-faq__txt02,
.block-editor-block-list__layout .recruit-top-faq__txt02 {
  font-size: 3rem;
  line-height: 1.3;
}

.widget .recruit-top-engineer,
.post_content .recruit-top-engineer,
.block-editor-block-list__layout .recruit-top-engineer {
  padding: 0 20px;
  margin: 60px 0;
}

.widget .recruit-top-engineer h2,
.post_content .recruit-top-engineer h2,
.block-editor-block-list__layout .recruit-top-engineer h2 {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 20px;
  color: #082F5A;
}

.widget .recruit-top-youtube,
.post_content .recruit-top-youtube,
.block-editor-block-list__layout .recruit-top-youtube {
  margin: 60px 0;
}

.widget .recruit-top-youtube__head,
.post_content .recruit-top-youtube__head,
.block-editor-block-list__layout .recruit-top-youtube__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 24px;
}

.widget .recruit-top-youtube__thumbnail,
.post_content .recruit-top-youtube__thumbnail,
.block-editor-block-list__layout .recruit-top-youtube__thumbnail {
  width: 19.6%;
}

.widget .recruit-top-youtube__body,
.post_content .recruit-top-youtube__body,
.block-editor-block-list__layout .recruit-top-youtube__body {
  width: 78.2%;
}

.widget .recruit-top-youtube__body h3,
.post_content .recruit-top-youtube__body h3,
.block-editor-block-list__layout .recruit-top-youtube__body h3 {
  margin: 0;
  font-size: 1.8rem;
}

.widget .recruit-top-youtube__body p,
.post_content .recruit-top-youtube__body p,
.block-editor-block-list__layout .recruit-top-youtube__body p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.widget .recruit-top-youtube .yrc-core a,
.post_content .recruit-top-youtube .yrc-core a,
.block-editor-block-list__layout .recruit-top-youtube .yrc-core a {
  background: none;
}

.widget .recruit-top-youtube .yrc-core .yrc-video,
.post_content .recruit-top-youtube .yrc-core .yrc-video,
.block-editor-block-list__layout .recruit-top-youtube .yrc-core .yrc-video {
  padding: 0;
  margin: 0;
}

.widget .recruit-top-youtube .yrc-core .yrc-video:before,
.post_content .recruit-top-youtube .yrc-core .yrc-video:before,
.block-editor-block-list__layout .recruit-top-youtube .yrc-core .yrc-video:before {
  content: none;
}

.widget .recruit-top-youtube .yrc-core .yrc-video + .yrc-video,
.post_content .recruit-top-youtube .yrc-core .yrc-video + .yrc-video,
.block-editor-block-list__layout .recruit-top-youtube .yrc-core .yrc-video + .yrc-video {
  margin-top: 30px;
}

.widget .recruit-top-youtube .yrc-core .yrc-thumb,
.post_content .recruit-top-youtube .yrc-core .yrc-thumb,
.block-editor-block-list__layout .recruit-top-youtube .yrc-core .yrc-thumb {
  margin: 0 0 10px;
}

.widget .recruit-top-youtube .yrc-core .yrc-item-meta .yrc-item-title,
.post_content .recruit-top-youtube .yrc-core .yrc-item-meta .yrc-item-title,
.block-editor-block-list__layout .recruit-top-youtube .yrc-core .yrc-item-meta .yrc-item-title {
  font-size: 1.5rem;
  color: #333;
  display: block;
  margin: 10px 0 6px;
}

.widget .recruit-top-youtube .yrc-core .yrc-item-meta .yrc-item-title a,
.post_content .recruit-top-youtube .yrc-core .yrc-item-meta .yrc-item-title a,
.block-editor-block-list__layout .recruit-top-youtube .yrc-core .yrc-item-meta .yrc-item-title a {
  color: #333;
  padding: 0;
}

.widget .recruit-top-youtube .yrc-core .yrc-item-meta .yrc-video-date,
.post_content .recruit-top-youtube .yrc-core .yrc-item-meta .yrc-video-date,
.block-editor-block-list__layout .recruit-top-youtube .yrc-core .yrc-item-meta .yrc-video-date {
  font-size: 1.2rem;
  color: #666;
}

.widget .recruit-top-twitter,
.post_content .recruit-top-twitter,
.block-editor-block-list__layout .recruit-top-twitter {
  padding: 0 20px;
  margin: 60px 0;
}

.widget .recruit-top-facebook,
.post_content .recruit-top-facebook,
.block-editor-block-list__layout .recruit-top-facebook {
  padding: 0 20px;
  text-align: center;
}

.w-pageBottom {
  padding: 0;
  max-width: var(--article_size);
  margin: 0 auto;
}

.case_studies-sort {
  border: 1px solid #ccc;
  padding: 22px;
  margin: 0 auto 80px;
}

.case_studies-sort__head {
  font-size: 1.6rem;
  margin: 0 0 10px;
}

.case_studies-sort__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.case_studies-sort__list li {
  border: 1px solid #1C589E;
  border-radius: 4px;
  margin: 0 8px 16px 0;
}

.case_studies-sort__list li strong,
.case_studies-sort__list li a {
  display: block;
  padding: 6px 15px;
  font-size: 1.4rem;
  color: #1C589E;
  font-weight: bold;
}

.case_studies-sort__list li strong:hover,
.case_studies-sort__list li a:hover {
  background: #1C589E;
  color: #fff;
}

.case_studies-sort__list li.current strong,
.case_studies-sort__list li.current a {
  background: #1C589E;
  color: #fff;
}

.case_studies-archive {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_studies-archive__item {
  width: 31.6%;
  margin: 0 2.5% 25px 0;
}

.case_studies-archive__item:nth-child(3n) {
  margin-right: 0;
}

.case_studies-archive__item a {
  display: block;
}

.case_studies-archive__item a:hover {
  text-decoration: none;
}

.case_studies-archive__thumbnail {
  margin: 0 0 16px;
  position: relative;
}

.case_studies-archive__thumbnail:before {
  content: '';
  display: inline-block;
  padding-top: 56.3%;
}

.case_studies-archive__thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case_studies-archive__tax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_studies-archive__tax span {
  background: #eee;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 2px 12px;
  margin: 0 6px 6px 0;
}

.case_studies-archive__title {
  font-size: 1.6rem;
  color: #082F5A;
  margin: 0 0 7px;
}

.case_studies-archive__name {
  color: #666666;
  font-size: 1.4rem;
  font-weight: bold;
}

.member-visual {
  margin: 0 auto 27px;
}

.member-visual img {
  width: 100%;
}

.member-archive-sort {
  border: 1px solid #ccc;
  padding: 24px 24px 16px;
  margin: 0 auto 50px;
}

.member-archive-sort__head {
  font-size: 1.6rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  line-height: 1;
  margin: 0 0 13px;
}

.member-archive-sort__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.member-archive-sort__list li {
  margin: 0 8px 8px 0;
}

.member-archive-sort__list li.current strong,
.member-archive-sort__list li.current a {
  background: #1C589E;
  color: #fff;
  text-decoration: none;
}

.member-archive-sort__list strong,
.member-archive-sort__list a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 4px;
  border: 1px solid #1C589E;
  color: #1C589E;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.member-archive-sort__list strong:hover,
.member-archive-sort__list a:hover {
  background: #1C589E;
  color: #fff;
  text-decoration: none;
}

.member-archive-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.member-archive-post__item {
  width: 22.9%;
  margin: 0 2.7% 24px 0;
}

.member-archive-post__item:nth-child(4n) {
  margin-right: 0;
}

.member-archive-post__item a {
  display: block;
  border-radius: 6px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.member-archive-post__item a:hover {
  text-decoration: none;
}

.member-archive-post__thumbnail {
  position: relative;
}

.member-archive-post__thumbnail:before {
  content: '';
  display: inline-block;
  padding-top: 96.7%;
}

.member-archive-post__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-archive-post__main {
  padding: 10px 13px 17px;
}

.member-archive-post__name {
  font-size: 2rem;
  font-weight: normal;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #333;
}

.member-archive-post__job {
  color: #0099D9;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
}

.post_content.-member-single,
.editor-styles-wrapper.-member-single {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.post_content.-member-single .p-toc,
.editor-styles-wrapper.-member-single .p-toc {
  display: none;
}

.post_content.-member-single h1,
.editor-styles-wrapper.-member-single h1 {
  position: relative;
  padding: 0 0 50px;
  margin: 0 0 42px;
}

.post_content.-member-single h1:after,
.editor-styles-wrapper.-member-single h1:after {
  content: '';
  background: #666666;
  width: 54px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post_content.-member-single h2,
.editor-styles-wrapper.-member-single h2 {
  color: #082F5A !important;
  padding: 0 0 0 46px !important;
  position: relative;
}

.post_content.-member-single h2::after,
.editor-styles-wrapper.-member-single h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 3px;
  background: #082F5A;
}

.single-member-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  background: #f7f7f7;
  margin: 40px auto 90px;
}

.single-member-share__head {
  font-weight: bold;
  color: #666666;
  font-size: 1.5rem;
  margin-right: 34px;
  line-height: 1;
}

.single-member-share__sns {
  width: 30px;
  margin-right: 15px;
}

.single-member-share__sns a {
  display: block;
}

.single-other-member__head {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 30px;
  position: relative;
}

.single-other-member__link {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #082F5A;
  font-size: 1.4rem;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.post_content .works-taskcolumn,
.block-editor-block-list__layout .works-taskcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0;
}

.post_content .works-taskcolumn__item,
.block-editor-block-list__layout .works-taskcolumn__item {
  width: 48.7%;
}

.post_content .works-taskcolumn__item.-effect .works-taskcolumn__head,
.block-editor-block-list__layout .works-taskcolumn__item.-effect .works-taskcolumn__head {
  background: #0099D9;
}

.post_content .works-taskcolumn__item.-effect .works-taskcolumn__body,
.block-editor-block-list__layout .works-taskcolumn__item.-effect .works-taskcolumn__body {
  background: #E2F3FB;
}

.post_content .works-taskcolumn__item.-effect .works-taskcolumn__body li,
.block-editor-block-list__layout .works-taskcolumn__item.-effect .works-taskcolumn__body li {
  font-weight: bold;
}

.post_content .works-taskcolumn__head,
.block-editor-block-list__layout .works-taskcolumn__head {
  padding: 8px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #333;
  margin: 0;
}

.post_content .works-taskcolumn__body,
.block-editor-block-list__layout .works-taskcolumn__body {
  padding: 24px;
  background: #f7f7f7;
}

.post_content .works-taskcolumn__body li,
.block-editor-block-list__layout .works-taskcolumn__body li {
  font-size: 1.8rem;
}

.post_content .works-taskcolumn__body li:before,
.block-editor-block-list__layout .works-taskcolumn__body li:before {
  background: #999;
  left: 0;
}

.post_content .works-taskcolumn__body li + li,
.block-editor-block-list__layout .works-taskcolumn__body li + li {
  margin-top: 18px;
}

.post_content .works-infobox,
.block-editor-block-list__layout .works-infobox {
  border: 3px solid #ccc;
}

.post_content .works-infobox__item,
.block-editor-block-list__layout .works-infobox__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px;
}

.post_content .works-infobox__item + .works-infobox__item,
.block-editor-block-list__layout .works-infobox__item + .works-infobox__item {
  border-top: 1px solid #ccc;
}

.post_content .works-infobox__head,
.block-editor-block-list__layout .works-infobox__head {
  font-size: 1.5rem;
  font-weight: bold;
  width: 15%;
}

.post_content .works-infobox__body,
.block-editor-block-list__layout .works-infobox__body {
  width: 85%;
  font-size: 1.6rem;
  line-height: 1.875;
}

.post_content .works-infobox__body p,
.block-editor-block-list__layout .works-infobox__body p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

.post_content .works-infobox__body p + p,
.block-editor-block-list__layout .works-infobox__body p + p {
  margin-top: 2em;
}

.post_content .works-infobox__body ul:not([class]),
.block-editor-block-list__layout .works-infobox__body ul:not([class]) {
  margin: 0;
  padding-left: 1.6em;
  list-style: disc;
}

.post_content .works-infobox__body ul:not([class]) ul:not([class]),
.block-editor-block-list__layout .works-infobox__body ul:not([class]) ul:not([class]) {
  list-style: circle;
}

.post_content .works-infobox__body ul:not([class]) li,
.block-editor-block-list__layout .works-infobox__body ul:not([class]) li {
  padding-left: 0;
  text-indent: 0;
  line-height: 1.875;
}

.post_content .works-infobox__body ul:not([class]) li:before,
.block-editor-block-list__layout .works-infobox__body ul:not([class]) li:before {
  content: none;
}

.-works .post_content p.has-background {
  margin: 60px 0;
}

.works-recommend__head {
  font-size: 2rem;
  margin: 0 0 20px;
}

.works-recommend__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}

.works-recommend__item {
  width: 31.5%;
  margin-right: 2%;
}

.works-recommend__item:last-child {
  margin-right: 0;
}

.works-recommend__item span {
  display: inline-block;
  border-radius: 2px;
  background: #eee;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 2px 7px;
  margin-right: 7px;
}

.works-recommend__item h3 {
  margin: 10px 0 0;
  color: #082F5A;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.works-recommend__thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0 0 16px;
}

.works-recommend__thumbnail:before {
  content: '';
  display: inline-block;
  padding-top: 53.2%;
}

.works-recommend__thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.words__title-line {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.6em;
  border-bottom: 4px solid #ddd;
}

.words__title-kana {
  margin-left: 1em;
}

.words__list {
  padding: 0;
  margin-left: 1em;
}

.words__list li {
  position: relative;
  list-style: none;
  padding-left: 1.15em;
}

.words__list li::before {
  position: absolute;
  content: '';
  background: url(/assets/img/template/icon_right-arrow.svg) no-repeat center/contain;
  width: 0.4em;
  height: 0.6em;
  top: 0.5em;
  left: 0.4em;
}

.widget .front-news,
.post_content .front-news,
.editor-styles-wrapper .front-news {
  margin: 80px auto;
}

.widget .front-news__head,
.post_content .front-news__head,
.editor-styles-wrapper .front-news__head {
  text-align: center;
  margin: 0 auto 40px;
}

.widget .front-news__head span,
.post_content .front-news__head span,
.editor-styles-wrapper .front-news__head span {
  display: block;
  line-height: 1;
}

.widget .front-news__head .en,
.post_content .front-news__head .en,
.editor-styles-wrapper .front-news__head .en {
  font-size: 4rem;
  color: #0099D9;
  font-weight: bold;
  margin: 0 0 15px;
  letter-spacing: 5px;
  font-family: Century Gothic、CenturyGothic、AppleGothic、sans-serif;
}

.widget .front-news__head .jpn,
.post_content .front-news__head .jpn,
.editor-styles-wrapper .front-news__head .jpn {
  font-size: 1.6rem;
  color: #666666;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

.widget .front-news__list,
.post_content .front-news__list,
.editor-styles-wrapper .front-news__list {
  padding: 0;
}

.widget .front-news__item,
.post_content .front-news__item,
.editor-styles-wrapper .front-news__item {
  padding: 0;
}

.widget .front-news__item + li,
.post_content .front-news__item + li,
.editor-styles-wrapper .front-news__item + li {
  margin-top: 20px;
}

.widget .front-news__item:before,
.post_content .front-news__item:before,
.editor-styles-wrapper .front-news__item:before {
  content: none;
}

.widget .front-news__item a,
.post_content .front-news__item a,
.editor-styles-wrapper .front-news__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget .front-news__item a:hover,
.post_content .front-news__item a:hover,
.editor-styles-wrapper .front-news__item a:hover {
  text-decoration: none;
}

.widget .front-news__item time,
.post_content .front-news__item time,
.editor-styles-wrapper .front-news__item time {
  color: #999999;
  font-size: 1.4rem;
  font-weight: bold;
}

.widget .front-news__body,
.post_content .front-news__body,
.editor-styles-wrapper .front-news__body {
  width: calc( 100% - 100px);
}

.widget .front-news__body span,
.post_content .front-news__body span,
.editor-styles-wrapper .front-news__body span {
  background: #EEEEEE;
  display: inline-block;
  margin-right: 6px;
  font-weight: bold;
  color: #333333;
  font-size: 1.1rem;
  border-radius: 3px;
  line-height: 1;
  padding: 5px 14px;
}

.widget .front-news__body h3,
.post_content .front-news__body h3,
.editor-styles-wrapper .front-news__body h3 {
  color: #082F5A;
  font-size: 1.5rem;
  line-height: 1.66;
  margin: 5px 0 0;
}

.widget .front-news__btn,
.post_content .front-news__btn,
.editor-styles-wrapper .front-news__btn {
  text-align: center;
}

.widget .front-news__btn a,
.post_content .front-news__btn a,
.editor-styles-wrapper .front-news__btn a {
  border: 1px solid #ccc;
  font-size: 1.5rem;
  color: #082F5A;
  text-align: center;
  border-radius: 6px;
  padding: 9px 30px;
}

.widget .front-servicelink,
.post_content .front-servicelink,
.editor-styles-wrapper .front-servicelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #082F5A;
  border-radius: 8px;
  padding: 30px 20px 30px 32px;
}

.widget .front-servicelink.-lightblue,
.post_content .front-servicelink.-lightblue,
.editor-styles-wrapper .front-servicelink.-lightblue {
  background: #0099D9;
}

.widget .front-servicelink.-gray,
.post_content .front-servicelink.-gray,
.editor-styles-wrapper .front-servicelink.-gray {
  background: #eee;
}

.widget .front-servicelink.-gray .front-servicelink__head p, .widget .front-servicelink.-gray .front-servicelink__head strong, .widget .front-servicelink.-gray .front-servicelink__head h2, .widget .front-servicelink.-gray .front-servicelink__head h3, .widget .front-servicelink.-gray .front-servicelink__head h4,
.post_content .front-servicelink.-gray .front-servicelink__head p,
.post_content .front-servicelink.-gray .front-servicelink__head strong,
.post_content .front-servicelink.-gray .front-servicelink__head h2,
.post_content .front-servicelink.-gray .front-servicelink__head h3,
.post_content .front-servicelink.-gray .front-servicelink__head h4,
.editor-styles-wrapper .front-servicelink.-gray .front-servicelink__head p,
.editor-styles-wrapper .front-servicelink.-gray .front-servicelink__head strong,
.editor-styles-wrapper .front-servicelink.-gray .front-servicelink__head h2,
.editor-styles-wrapper .front-servicelink.-gray .front-servicelink__head h3,
.editor-styles-wrapper .front-servicelink.-gray .front-servicelink__head h4 {
  color: #082F5A;
}

.widget .front-servicelink__head img,
.post_content .front-servicelink__head img,
.editor-styles-wrapper .front-servicelink__head img {
  max-width: 44px;
}

.widget .front-servicelink__head p, .widget .front-servicelink__head strong, .widget .front-servicelink__head h2, .widget .front-servicelink__head h3, .widget .front-servicelink__head h4,
.post_content .front-servicelink__head p,
.post_content .front-servicelink__head strong,
.post_content .front-servicelink__head h2,
.post_content .front-servicelink__head h3,
.post_content .front-servicelink__head h4,
.editor-styles-wrapper .front-servicelink__head p,
.editor-styles-wrapper .front-servicelink__head strong,
.editor-styles-wrapper .front-servicelink__head h2,
.editor-styles-wrapper .front-servicelink__head h3,
.editor-styles-wrapper .front-servicelink__head h4 {
  margin: 0;
  display: inline-block;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  line-height: 1;
}

.widget .front-servicelink__body,
.post_content .front-servicelink__body,
.editor-styles-wrapper .front-servicelink__body {
  width: 51.5%;
}

.widget .front-servicelink__link + .front-servicelink__link,
.post_content .front-servicelink__link + .front-servicelink__link,
.editor-styles-wrapper .front-servicelink__link + .front-servicelink__link {
  margin-top: 7px;
}

.widget .front-servicelink__link a,
.post_content .front-servicelink__link a,
.editor-styles-wrapper .front-servicelink__link a {
  padding: 5px 18px;
  display: block;
  border-radius: 4px;
  background: url(../img/_common/icon_angle-right.svg) no-repeat center right 12px/6px auto, #fff;
  font-size: 1.7rem;
  color: #082F5A;
  font-weight: bold;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

.widget .front-linkcolumn,
.post_content .front-linkcolumn,
.editor-styles-wrapper .front-linkcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget .front-linkcolumn code,
.post_content .front-linkcolumn code,
.editor-styles-wrapper .front-linkcolumn code {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.widget .front-linkcolumn.-column4 .front-linkcolumn__item,
.post_content .front-linkcolumn.-column4 .front-linkcolumn__item,
.editor-styles-wrapper .front-linkcolumn.-column4 .front-linkcolumn__item {
  width: 22.98%;
}

.widget .front-linkcolumn.-column3 .front-linkcolumn__item,
.post_content .front-linkcolumn.-column3 .front-linkcolumn__item,
.editor-styles-wrapper .front-linkcolumn.-column3 .front-linkcolumn__item {
  width: 31.56%;
}

.widget .front-linkcolumn.-column2 .front-linkcolumn__item,
.post_content .front-linkcolumn.-column2 .front-linkcolumn__item,
.editor-styles-wrapper .front-linkcolumn.-column2 .front-linkcolumn__item {
  width: 48.72%;
}

.widget .front-linkcolumn__item.-pattern-darkblue a,
.post_content .front-linkcolumn__item.-pattern-darkblue a,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-darkblue a {
  background: #082F5A;
}

.widget .front-linkcolumn__item.-pattern-darkblue span,
.post_content .front-linkcolumn__item.-pattern-darkblue span,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-darkblue span {
  display: block;
}

.widget .front-linkcolumn__item.-pattern-border a,
.post_content .front-linkcolumn__item.-pattern-border a,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-border a {
  border: 4px solid #DDDDDD;
}

.widget .front-linkcolumn__item.-pattern-border span,
.post_content .front-linkcolumn__item.-pattern-border span,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-border span {
  color: #333;
}

.widget .front-linkcolumn__item.-pattern-border .front-linkcolumn__small,
.post_content .front-linkcolumn__item.-pattern-border .front-linkcolumn__small,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-border .front-linkcolumn__small {
  background-image: url(../img/_common/icon_link-arrow_gray.svg);
}

.widget .front-linkcolumn__item.-pattern-gray a,
.post_content .front-linkcolumn__item.-pattern-gray a,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-gray a {
  background: #EEEEEE;
}

.widget .front-linkcolumn__item.-pattern-gray span,
.post_content .front-linkcolumn__item.-pattern-gray span,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-gray span {
  color: #082F5A;
}

.widget .front-linkcolumn__item.-pattern-gray .front-linkcolumn__small,
.post_content .front-linkcolumn__item.-pattern-gray .front-linkcolumn__small,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-gray .front-linkcolumn__small {
  background-image: url(../img/_common/icon_link-arrow_blue.svg);
}

.widget .front-linkcolumn__item.-pattern-lightroom a,
.post_content .front-linkcolumn__item.-pattern-lightroom a,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-lightroom a {
  background: #0099D9;
}

.widget .front-linkcolumn__item.-pattern-lightroom .front-linkcolumn__middle span,
.post_content .front-linkcolumn__item.-pattern-lightroom .front-linkcolumn__middle span,
.editor-styles-wrapper .front-linkcolumn__item.-pattern-lightroom .front-linkcolumn__middle span {
  font-size: 2.4rem;
  display: block;
}

.widget .front-linkcolumn__item a,
.post_content .front-linkcolumn__item a,
.editor-styles-wrapper .front-linkcolumn__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  padding: 20px 0;
}

.widget .front-linkcolumn__item a:hover,
.post_content .front-linkcolumn__item a:hover,
.editor-styles-wrapper .front-linkcolumn__item a:hover {
  text-decoration: none;
}

.widget .front-linkcolumn__item span,
.post_content .front-linkcolumn__item span,
.editor-styles-wrapper .front-linkcolumn__item span {
  font-weight: bold;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  text-align: center;
  margin: 0;
}

.widget .front-linkcolumn__small,
.post_content .front-linkcolumn__small,
.editor-styles-wrapper .front-linkcolumn__small {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.7;
  padding: 0 0 25px;
  background-repeat: no-repeat;
  background-position: center bottom 7px;
  background-size: 18px auto;
  background-image: url(../img/_common/icon_link-arrow_white.svg);
}

.widget .front-linkcolumn__middle,
.post_content .front-linkcolumn__middle,
.editor-styles-wrapper .front-linkcolumn__middle {
  display: block;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
}

.widget .front-linkcolumn__middle span,
.post_content .front-linkcolumn__middle span,
.editor-styles-wrapper .front-linkcolumn__middle span {
  font-size: 1.8rem;
  line-height: 1.5;
}

.widget .front-clients,
.post_content .front-clients,
.editor-styles-wrapper .front-clients {
  margin: 80px auto;
}

.widget .front-clients__head,
.post_content .front-clients__head,
.editor-styles-wrapper .front-clients__head {
  text-align: center;
  margin: 0 auto 40px;
}

.widget .front-clients__head span,
.post_content .front-clients__head span,
.editor-styles-wrapper .front-clients__head span {
  display: block;
  line-height: 1;
}

.widget .front-clients__head .en,
.post_content .front-clients__head .en,
.editor-styles-wrapper .front-clients__head .en {
  font-size: 4rem;
  color: #0099D9;
  font-weight: bold;
  margin: 0 0 15px;
  letter-spacing: 5px;
  font-family: Century Gothic、CenturyGothic、AppleGothic、sans-serif;
}

.widget .front-clients__head .jpn,
.post_content .front-clients__head .jpn,
.editor-styles-wrapper .front-clients__head .jpn {
  font-size: 1.6rem;
  color: #666666;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
}

.widget .front-clients__list,
.post_content .front-clients__list,
.editor-styles-wrapper .front-clients__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.widget .front-clients__item,
.post_content .front-clients__item,
.editor-styles-wrapper .front-clients__item {
  width: 25%;
  margin: 0 0 25px;
}

.widget .front-clients__item:before,
.post_content .front-clients__item:before,
.editor-styles-wrapper .front-clients__item:before {
  content: none;
}

.widget .front-clients__btn,
.post_content .front-clients__btn,
.editor-styles-wrapper .front-clients__btn {
  text-align: center;
}

.widget .front-clients__btn a,
.post_content .front-clients__btn a,
.editor-styles-wrapper .front-clients__btn a {
  border: 1px solid #ccc;
  font-size: 1.5rem;
  color: #082F5A;
  text-align: center;
  border-radius: 6px;
  padding: 9px 30px;
}

.widget .front-works,
.post_content .front-works,
.editor-styles-wrapper .front-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px 0;
}

.widget .front-works.-column2 .front-works__item,
.post_content .front-works.-column2 .front-works__item,
.editor-styles-wrapper .front-works.-column2 .front-works__item {
  width: 48%;
}

.widget .front-works__item,
.post_content .front-works__item,
.editor-styles-wrapper .front-works__item {
  width: 31.56%;
  padding: 0;
}

.widget .front-works__item:before,
.post_content .front-works__item:before,
.editor-styles-wrapper .front-works__item:before {
  content: none;
}

.widget .front-works__thumbnail,
.post_content .front-works__thumbnail,
.editor-styles-wrapper .front-works__thumbnail {
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}

.widget .front-works__thumbnail:before,
.post_content .front-works__thumbnail:before,
.editor-styles-wrapper .front-works__thumbnail:before {
  content: '';
  padding-top: 54.4%;
  display: inline-block;
}

.widget .front-works__thumbnail img,
.post_content .front-works__thumbnail img,
.editor-styles-wrapper .front-works__thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget .front-works span,
.post_content .front-works span,
.editor-styles-wrapper .front-works span {
  border-radius: 3px;
  background: #eee;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  padding: 6px 12px;
  margin-right: 6px;
  display: inline-block;
}

.widget .front-works h3,
.post_content .front-works h3,
.editor-styles-wrapper .front-works h3 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #082F5A;
  line-height: 1.5;
  margin: 10px 0 7px;
}

.widget .front-works p,
.post_content .front-works p,
.editor-styles-wrapper .front-works p {
  margin: 0;
  font-size: 1.4rem;
  color: #666;
  font-weight: bold;
}

.widget .front-taxpost,
.post_content .front-taxpost,
.editor-styles-wrapper .front-taxpost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 100px 0;
}

.widget .front-taxpost__item,
.post_content .front-taxpost__item,
.editor-styles-wrapper .front-taxpost__item {
  width: 31.56%;
}

.widget .front-taxpost__item h2,
.post_content .front-taxpost__item h2,
.editor-styles-wrapper .front-taxpost__item h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #082F5A;
  margin: 0 0 10px;
}

.widget .front-taxpost__item h3,
.post_content .front-taxpost__item h3,
.editor-styles-wrapper .front-taxpost__item h3 {
  color: #082F5A;
  font-size: 1.5rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  margin: 0;
}

.widget .front-taxpost__item time,
.post_content .front-taxpost__item time,
.editor-styles-wrapper .front-taxpost__item time {
  font-size: 1.2rem;
  color: #666666;
}

.widget .front-taxpost__thumbnail,
.post_content .front-taxpost__thumbnail,
.editor-styles-wrapper .front-taxpost__thumbnail {
  margin: 0 0 15px;
}

.widget .front-youtube,
.post_content .front-youtube,
.editor-styles-wrapper .front-youtube {
  margin: 60px 0;
}

.widget .front-youtube a,
.post_content .front-youtube a,
.editor-styles-wrapper .front-youtube a {
  color: #333;
  background: none;
}

.widget .front-youtube__head,
.post_content .front-youtube__head,
.editor-styles-wrapper .front-youtube__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 24px;
}

.widget .front-youtube__thumbnail,
.post_content .front-youtube__thumbnail,
.editor-styles-wrapper .front-youtube__thumbnail {
  width: 19.6%;
}

.widget .front-youtube__body,
.post_content .front-youtube__body,
.editor-styles-wrapper .front-youtube__body {
  width: 78.2%;
}

.widget .front-youtube__body h3,
.post_content .front-youtube__body h3,
.editor-styles-wrapper .front-youtube__body h3 {
  margin: 0;
  font-size: 1.8rem;
  color: #082F5A;
}

.widget .front-youtube__body p,
.post_content .front-youtube__body p,
.editor-styles-wrapper .front-youtube__body p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.widget .front-youtube .yrc-item-open .yrc-thumb, .widget .front-youtube .yrc-item-adjacent .yrc-thumb, .widget .front-youtube .yrc-item-none,
.post_content .front-youtube .yrc-item-open .yrc-thumb,
.post_content .front-youtube .yrc-item-adjacent .yrc-thumb,
.post_content .front-youtube .yrc-item-none,
.editor-styles-wrapper .front-youtube .yrc-item-open .yrc-thumb,
.editor-styles-wrapper .front-youtube .yrc-item-adjacent .yrc-thumb,
.editor-styles-wrapper .front-youtube .yrc-item-none {
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.widget .front-youtube .yrc-item-open .yrc-thumb:hover, .widget .front-youtube .yrc-item-adjacent .yrc-thumb:hover, .widget .front-youtube .yrc-item-none:hover,
.post_content .front-youtube .yrc-item-open .yrc-thumb:hover,
.post_content .front-youtube .yrc-item-adjacent .yrc-thumb:hover,
.post_content .front-youtube .yrc-item-none:hover,
.editor-styles-wrapper .front-youtube .yrc-item-open .yrc-thumb:hover,
.editor-styles-wrapper .front-youtube .yrc-item-adjacent .yrc-thumb:hover,
.editor-styles-wrapper .front-youtube .yrc-item-none:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.widget .front-youtube .yrc-core,
.post_content .front-youtube .yrc-core,
.editor-styles-wrapper .front-youtube .yrc-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.widget .front-youtube .yrc-core a,
.post_content .front-youtube .yrc-core a,
.editor-styles-wrapper .front-youtube .yrc-core a {
  background: none;
}

.widget .front-youtube .yrc-core .yrc-video,
.post_content .front-youtube .yrc-core .yrc-video,
.editor-styles-wrapper .front-youtube .yrc-core .yrc-video {
  padding: 0;
  margin: 0 !important;
  max-width: 31.56%;
}

.widget .front-youtube .yrc-core .yrc-video:before,
.post_content .front-youtube .yrc-core .yrc-video:before,
.editor-styles-wrapper .front-youtube .yrc-core .yrc-video:before {
  content: none;
}

.widget .front-youtube .yrc-core .yrc-video + .yrc-video,
.post_content .front-youtube .yrc-core .yrc-video + .yrc-video,
.editor-styles-wrapper .front-youtube .yrc-core .yrc-video + .yrc-video {
  margin-top: 30px;
}

.widget .front-youtube .yrc-core .yrc-thumb,
.post_content .front-youtube .yrc-core .yrc-thumb,
.editor-styles-wrapper .front-youtube .yrc-core .yrc-thumb {
  margin: 0 0 10px;
}

.widget .front-youtube .yrc-core .yrc-thumb a:before,
.post_content .front-youtube .yrc-core .yrc-thumb a:before,
.editor-styles-wrapper .front-youtube .yrc-core .yrc-thumb a:before {
  position: relative;
  display: block;
  height: 0;
  padding-top: var(--card_posts_thumb_ratio);
  content: "";
}

.widget .front-youtube .yrc-core .yrc-thumb a img,
.post_content .front-youtube .yrc-core .yrc-thumb a img,
.editor-styles-wrapper .front-youtube .yrc-core .yrc-thumb a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget .front-youtube .yrc-core .yrc-item-meta .yrc-item-title,
.post_content .front-youtube .yrc-core .yrc-item-meta .yrc-item-title,
.editor-styles-wrapper .front-youtube .yrc-core .yrc-item-meta .yrc-item-title {
  font-size: 1.5rem;
  color: #333;
  display: block;
  margin: 10px 0 6px;
}

.widget .front-youtube .yrc-core .yrc-item-meta .yrc-item-title a,
.post_content .front-youtube .yrc-core .yrc-item-meta .yrc-item-title a,
.editor-styles-wrapper .front-youtube .yrc-core .yrc-item-meta .yrc-item-title a {
  color: #333;
  padding: 0;
}

.widget .front-youtube .yrc-core .yrc-item-meta .yrc-video-date,
.post_content .front-youtube .yrc-core .yrc-item-meta .yrc-video-date,
.editor-styles-wrapper .front-youtube .yrc-core .yrc-item-meta .yrc-video-date {
  font-size: 1.2rem;
  color: #666;
}

.widget .front-youtube .yrc-load-more-button,
.post_content .front-youtube .yrc-load-more-button,
.editor-styles-wrapper .front-youtube .yrc-load-more-button {
  display: none;
}

.widget .front-blog,
.post_content .front-blog,
.editor-styles-wrapper .front-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.widget .front-blog__column,
.post_content .front-blog__column,
.editor-styles-wrapper .front-blog__column {
  width: 29.66%;
}

.widget .front-blog__column .engineer-post,
.post_content .front-blog__column .engineer-post,
.editor-styles-wrapper .front-blog__column .engineer-post {
  border-top: none;
}

.widget .front-blog__head,
.post_content .front-blog__head,
.editor-styles-wrapper .front-blog__head {
  color: #082F5A !important;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 7px !important;
  margin: 0;
}

.widget .front-blog__head:after,
.post_content .front-blog__head:after,
.editor-styles-wrapper .front-blog__head:after {
  content: '';
  position: absolute;
  background: #CCCCCC;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
}

.widget .front-blog__list,
.post_content .front-blog__list,
.editor-styles-wrapper .front-blog__list {
  padding: 0;
  margin: 0;
}

.widget .front-blog__item,
.post_content .front-blog__item,
.editor-styles-wrapper .front-blog__item {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}

.widget .front-blog__item:before,
.post_content .front-blog__item:before,
.editor-styles-wrapper .front-blog__item:before {
  content: none;
}

.widget .front-blog__item a,
.post_content .front-blog__item a,
.editor-styles-wrapper .front-blog__item a {
  display: block;
}

.widget .front-blog__item h3,
.post_content .front-blog__item h3,
.editor-styles-wrapper .front-blog__item h3 {
  color: #082F5A;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}

.widget .front-blog__item time,
.post_content .front-blog__item time,
.editor-styles-wrapper .front-blog__item time {
  font-size: 1.2rem;
  color: #666666;
}

.news-archive-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px 0;
  margin-bottom: 50px;
}

.news-archive-sort__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px 16px;
  margin: 0;
}

.news-archive-sort__item.-year {
  width: 180px;
  padding: 0;
  margin: 0 60px 0 0;
}

.news-archive-sort__head {
  font-size: 1.6rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  line-height: 1;
  margin: 0 20px 13px 0;
  padding-top: 0.6em;
  white-space: nowrap;
}

.news-archive-sort__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -8px;
}

.news-archive-sort__list li {
  margin: 0 8px 8px 0;
}

.news-archive-sort__list li.current strong,
.news-archive-sort__list li.current a, .news-archive-sort__list li.current-cat strong,
.news-archive-sort__list li.current-cat a {
  background: #1C589E;
  color: #fff;
  text-decoration: none;
}

.news-archive-sort__list strong,
.news-archive-sort__list a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1C589E;
  padding: 7px 15px;
  border-radius: 4px;
  border: 1px solid #1C589E;
  -webkit-transition: .3s;
  transition: .3s;
  color: #1C589E;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.news-archive-sort__list strong:hover,
.news-archive-sort__list a:hover {
  background: #1C589E;
  color: #fff;
  text-decoration: none;
}

.news-archive-sort__pulldown-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 40px;
  padding: 7px 25px 7px 15px;
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: noto-sans-cjk-jp, sans-serif;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #1C589E;
  color: #1C589E;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.news-archive-sort__pulldown-btn:hover {
  background: #1C589E;
  color: #fff;
  text-decoration: none;
}

.news-archive-sort__pulldown-btn:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.news-archive-sort__pulldown-btn:after {
  content: url("../img/_common/icon_angle-right.svg");
  position: absolute;
  right: 8px;
  top: 8px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.news-archive-sort__pulldown-btn h2 {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.news-archive-sort__pulldown-btn:hover + ul {
  display: block;
  opacity: 1;
}

.news-archive-sort__pulldown-list {
  display: none;
  opacity: 0;
  position: absolute;
  top: 39px;
  z-index: 100;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #1C589E;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.news-archive-sort__pulldown-list:hover {
  display: block;
  opacity: 1;
}

.news-archive-sort__pulldown-list li {
  padding: 0;
}

.news-archive-sort__pulldown-list a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 0px;
  color: #1C589E;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.news-archive-sort__pulldown-list a:hover {
  background: #1C589E;
  color: #fff;
  text-decoration: none;
}

.p-postList {
  padding: 0;
}

.p-articleMetas.-bottom {
  display: none;
}

.error404 .l-content {
  padding: 0;
}

.error404 .l-content .l-article {
  max-width: 100%;
}

.post_content .notfound picture {
  display: block;
  width: 100%;
  margin: 0 auto 52px;
}

.post_content .notfound h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: noto-sans-cjk-jp, sans-serif;
  margin: 0 0 24px;
}

.post_content .notfound p {
  text-align: center;
  margin: 0 0 40px;
}

.post_content .notfound p.link a {
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  color: #082F5A;
  text-align: center;
  border-radius: 6px;
  padding: 9px 30px;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

/* margin-top */
/* margin-bottom */
/* margin-right */
/* margin-left */
/* padding-top */
/*  font size */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.-fz10 {
  font-size: 1rem;
}

.-fz11 {
  font-size: 1.1rem;
}

.-fz12 {
  font-size: 1.2rem;
}

.-fz13 {
  font-size: 1.3rem;
}

.-fz14 {
  font-size: 1.4rem;
}

.-fz15 {
  font-size: 1.5rem;
}

.-fz16 {
  font-size: 1.6rem;
}

.-fz17 {
  font-size: 1.7rem;
}

.-fz18 {
  font-size: 1.8rem;
}

.-fz19 {
  font-size: 1.9rem;
}

.-fz20 {
  font-size: 2rem;
}

.-fz21 {
  font-size: 2.1rem;
}

.-fz22 {
  font-size: 2.2rem;
}

.-fz23 {
  font-size: 2.3rem;
}

.-fz24 {
  font-size: 2.4rem;
}

.-fz25 {
  font-size: 2.5rem;
}

.-fz26 {
  font-size: 2.6rem;
}

.-fz27 {
  font-size: 2.7rem;
}

.-fz28 {
  font-size: 2.8rem;
}

.-fz29 {
  font-size: 2.9rem;
}

.-fz30 {
  font-size: 3rem;
}

.-fz31 {
  font-size: 3.1rem;
}

.-fz32 {
  font-size: 3.2rem;
}

.-fz33 {
  font-size: 3.3rem;
}

.-fz34 {
  font-size: 3.4rem;
}

.-fz35 {
  font-size: 3.5rem;
}

.-fz36 {
  font-size: 3.6rem;
}

.-fz37 {
  font-size: 3.7rem;
}

.-fz38 {
  font-size: 3.8rem;
}

.-fz39 {
  font-size: 3.9rem;
}

.-fz40 {
  font-size: 4rem;
}

/*  text color */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.-black {
  color: #333;
}

/*  hide anchor */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.show {
  display: block;
}

.hide {
  display: none;
}

.screen-reader-text,
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/*  box layout */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.minh-none {
  min-height: inherit !important;
}

.maxh-none {
  max-height: inherit !important;
}

.minw-none {
  min-width: inherit !important;
}

.maxw-none {
  max-width: inherit !important;
}

.ta-center {
  text-align: center;
}

/* Theme */
/*
テーマ: Swell の上書き
 */
#main_content .post_content,
#lp-content .post_content {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .l-flex-sb--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex.-col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-flex.-col2 .l-flex__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-flex.-col3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-flex.-col3 .l-flex__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-flex-sb--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex-c--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer {
    margin-top: 145px;
  }
  .l-footer {
    padding: 0 20px 20px;
  }
  .l-footer__contact {
    display: block;
    margin: 0 0 42px;
  }
  .l-footer__contact__item {
    width: 100%;
  }
  .l-footer__contact__item + div {
    margin-top: 16px;
  }
  .l-footer__contact__item a {
    border-radius: 6px;
  }
  .l-footer__column {
    display: block;
  }
  .l-footer__head {
    text-align: center;
    margin: 0 0 34px;
  }
  .l-footer__list {
    display: block;
  }
  .l-footer__list li {
    margin: 0;
    padding: 0;
    border-right: none;
    text-align: center;
  }
  .l-footer__list li + li {
    margin-top: 28px;
  }
  .l-footer__sns {
    margin: 0 0 54px;
  }
  .l-footer__sns li {
    width: 44px;
  }
  .l-footer__sns li + li {
    margin-left: 20px;
  }
  .l-footer__copyright {
    display: block;
    text-align: center;
  }
  .l-content {
    padding: 20px;
  }
  .sec__inner {
    max-width: inherit;
    overflow: hidden;
    padding-right: 16px;
    padding-left: 16px;
  }
  .sec__inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .title-type1 {
    font-size: 2.4rem;
  }
  .title-type2 {
    font-size: 2rem;
  }
  .title-type3 {
    font-size: 1.8rem;
  }
  .title-type4 {
    font-size: 2.4rem;
  }
  .title-caption {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .txt__copy {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .txt__copy-type2 {
    line-height: 1.4;
    font-size: 2rem;
  }
  .list-type1 li {
    font-size: 1.6rem;
  }
  * .is-style-list-horizon-border,
  .editor-styles-wrapper .is-style-list-horizon-border {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .case-list {
    margin: 0;
  }
  .case-list > * {
    margin-bottom: 46px;
    padding: 0;
  }
  .case-list > *:last-child {
    margin-bottom: 0;
  }
  .btn.-big {
    padding: 0 1.4em;
    height: 60px;
    font-size: 2rem;
  }
  .btn.-w480 {
    width: 100%;
    min-width: inherit;
  }
  * .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link,
  .editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius .wp-block-button__link {
    border-radius: 6px;
  }
  * .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link,
  .editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-lg .wp-block-button__link {
    border-radius: 6px;
  }
  * .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link,
  .editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border .wp-block-button__link {
    border-radius: 6px;
  }
  * .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link,
  .editor-styles-wrapper .wp-block-buttons > .is-style-btn-primary-radius-border-lg .wp-block-button__link {
    border-radius: 6px;
  }
  .form-table {
    display: block;
  }
  .form-table tr {
    display: block;
    margin-bottom: 32px;
  }
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .form-table th {
    margin-bottom: .8em;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #666;
    text-align: left;
  }
  .form-table td {
    padding-left: 3px;
  }
  .form-group.-checkboxes {
    margin-top: 16px;
  }
  .post_content .service-index-flow__item,
  .editor-styles-wrapper .service-index-flow__item {
    display: block;
  }
  .post_content .service-index-flow__item:after,
  .editor-styles-wrapper .service-index-flow__item:after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .post_content .service-index-flow__ph,
  .editor-styles-wrapper .service-index-flow__ph {
    width: 100%;
    text-align: center;
    margin: 0 auto 50px;
  }
  .post_content .service-index-flow__links,
  .editor-styles-wrapper .service-index-flow__links {
    width: 100%;
  }
  .post_content .service-level-table th,
  .post_content .service-level-table td,
  .editor-styles-wrapper .service-level-table th,
  .editor-styles-wrapper .service-level-table td {
    display: block;
    padding: 0;
    width: 100%;
    border: none;
  }
  .post_content .service-level-table thead,
  .editor-styles-wrapper .service-level-table thead {
    display: none;
  }
  .post_content .service-level-table tr td:nth-child(1),
  .editor-styles-wrapper .service-level-table tr td:nth-child(1) {
    padding: 8px 12px;
    background: #eee;
    margin: 0 0 15px;
  }
  .post_content .service-level-table tr td:nth-child(1):before,
  .editor-styles-wrapper .service-level-table tr td:nth-child(1):before {
    content: none;
  }
  .post_content .service-level-table tr td,
  .editor-styles-wrapper .service-level-table tr td {
    margin: 15px 0 30px;
  }
  .post_content .service-level-table tr td:before,
  .editor-styles-wrapper .service-level-table tr td:before {
    content: attr(data-label);
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 0 10px;
    display: block;
  }
  .post_content .service-level-table .level,
  .editor-styles-wrapper .service-level-table .level {
    font-size: 1.8rem;
    text-align: left;
  }
  .post_content .service-level-table .level span,
  .editor-styles-wrapper .service-level-table .level span {
    display: inline-block;
    font-size: 1.8rem;
  }
  .works-recommend__list {
    display: block;
  }
  .works-recommend__item {
    width: 100%;
    margin: 0 0 30px;
  }
  .works-recommend__item:last-child {
    margin: 0;
  }
  .news-archive-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .news-archive-sort__item.-year {
    margin: 0;
    margin-bottom: 1em;
    width: 100%;
  }
  .news-archive-sort__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .news-archive-sort__list {
    margin: 0 0px;
  }
  .news-archive-sort__pulldown-btn {
    width: 100%;
    min-height: 32px;
  }
  .news-archive-sort__pulldown-list {
    top: 32px;
  }
  .forPC {
    display: none !important;
  }
  .forPC2 {
    display: none !important;
  }
  .forPC-inline {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
  .forSP2 {
    display: inline-block !important;
  }
  .forSP-inline {
    display: inline;
  }
  .-forPC {
    display: none !important;
  }
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmt0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  #body_wrap {
    width: 100%;
    position: relative;
    max-width: 1920px;
    min-width: 1024px;
    margin: 0 auto;
    padding-left: 280px;
  }
  .p-mainVisual,
  .p-postSlider,
  .footer {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 40px;
  }
  #header {
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 280px;
    z-index: 100;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .l-header__bar {
    display: none;
  }
  .-txt.c-headLogo__link {
    font-size: 18px;
  }
  .-txt .c-headLogo__link {
    font-size: 18px;
  }
  .l-header {
    border-right: 1px solid #ddd;
  }
  .l-header__gnav {
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 166px);
  }
  html[data-os='windows'] .l-header__gnav {
    scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
    scrollbar-width: thin;
  }
  html[data-os='windows'] .l-header__gnav::-webkit-scrollbar {
    width: 12px;
  }
  html[data-os='windows'] .l-header__gnav::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
  }
  html[data-os='windows'] .l-header__gnav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    border: 2px solid transparent;
    background-clip: content-box;
  }
  .l-header.-series .l-header__inner {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .l-header.-series .l-header__inner .l-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 37px 25px 15px;
    width: 100%;
    margin: 0;
  }
  .l-header.-series .l-header__logo .c-headLogo {
    height: auto;
    margin: 0;
    width: 200px;
  }
  .c-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin: 0 0 24px;
    padding: 0;
    height: auto;
  }
  .c-gnav > .menu-item {
    position: relative;
    height: auto;
  }
  .c-gnav > .menu-item > a {
    font-family: "FOT-UD角ゴ_ラージ Pr6N", sans-serif;
    display: block;
    text-decoration: none;
    padding: 17px 17px 18px;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
  }
  .c-gnav > .menu-item > a:after {
    content: none;
  }
  .c-gnav > .menu-item > a .ttl {
    font-size: 1.6rem;
    color: #082F5A;
    font-family: "FOT-UD角ゴ_ラージ Pr6N", sans-serif;
  }
  .c-gnav > .menu-item.current-menu-ancestor:not(.menu-item-has-children) > a,
  .c-gnav > .menu-item.current-post-ancestor:not(.menu-item-has-children) > a,
  .c-gnav > .menu-item a[aria-current="page"] {
    background: #082F5A;
    color: #fff;
  }
  .c-gnav > .menu-item.current-menu-ancestor:not(.menu-item-has-children) > a .ttl,
  .c-gnav > .menu-item.current-post-ancestor:not(.menu-item-has-children) > a .ttl,
  .c-gnav > .menu-item a[aria-current="page"] .ttl {
    color: #fff;
  }
  .c-gnav > .menu-item.menu-item-has-children > a:after {
    content: '';
    background: url(/assets/img/template/icon_header_accd_arrow.svg) no-repeat center/contain;
    width: 13px;
    height: 8px;
    position: absolute;
    top: 0;
    right: -78%;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-gnav > .menu-item.menu-item-has-children.current-menu-ancestor:not(.is-opened-children) a:after, .c-gnav > .menu-item.menu-item-has-children.is-opened-children a:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .c-gnav > .menu-item.menu-item-has-children.is-opened-children.current-menu-parent a:after, .c-gnav > .menu-item.menu-item-has-children.is-opened-children.current-menu-ancestor a:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .c-gnav > .menu-item.current-page-ancestor > .sub-menu, .c-gnav > .menu-item.current-menu-ancestor > .sub-menu, .c-gnav > .menu-item.current-menu-parent > .sub-menu, .c-gnav > .menu-item.current-menu-item > .sub-menu, .c-gnav > .menu-item.is-opened-children > .sub-menu {
    display: block;
  }
  .c-gnav > li.menu-item {
    position: static;
  }
  .c-gnav > li.menu-item > .sub-menu > .js-current-menu-ancestor:not(.menu-item-has-children) > a {
    background: #082F5A;
    color: #fff;
  }
  .c-gnav > li.menu-item > .sub-menu > .js-is-deny-current > a {
    color: initial !important;
    background: initial !important;
  }
  .c-gnav > li.menu-item li a[aria-current="page"] {
    background: #082F5A;
    color: #fff;
  }
  .c-gnav > li.menu-item .sub-menu {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transform: none;
    transform: none;
    position: static;
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .c-gnav > li.menu-item .sub-menu li.menu-item-has-children > a .c-submenuToggleBtn {
    display: none;
  }
  .c-gnav > li.menu-item .sub-menu a {
    position: relative;
    padding: 0.2em 32px 0.2em 32px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .c-gnav > li.menu-item .sub-menu a:before {
    content: '';
    display: inline-block;
    vertical-align: -1px;
    width: 6px;
    height: 2px;
    background: #1C589E;
    position: absolute;
    left: 20px;
    top: 0.8em;
  }
  .c-gnav > li.menu-item .sub-menu a:hover {
    text-decoration: none;
  }
  .c-gnav > li.menu-item .sub-menu a:hover .ttl {
    left: 0;
  }
  .c-gnav > li.menu-item .sub-menu a .ttl {
    font-size: 1.4rem;
  }
  .c-gnav > li.menu-item .sub-menu li,
  .c-gnav > li.menu-item .sub-menu a,
  .c-gnav > li.menu-item .sub-menu span {
    visibility: visible;
    opacity: 1;
  }
  .c-gnav > li.menu-item > .sub-menu {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: static;
    width: 100%;
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .c-gnav > li.menu-item > .sub-menu .sub-menu {
    position: static;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    background-color: inherit;
  }
  .c-gnav > li.menu-item > .sub-menu .sub-menu a {
    padding-left: 46px;
    font-size: 1.4rem;
  }
  .c-gnav > li.menu-item > .sub-menu .sub-menu a:before {
    left: 34px;
  }
  .c-gnav > li.menu-item > .sub-menu .sub-menu a .ttl {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .c-gnav > li.menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
  .l-fixHeader {
    display: none;
  }
  .p-mainVisual {
    padding: 0;
  }
}
@media screen and (max-width: 1279.98px) {
  .p-mainVisual,
  .p-postSlider,
  .footer {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-flex-sb--pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex-sb--pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex-c--pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .-series-right .w-header {
    margin: 0 !important;
  }
  .post_content {
    padding: 0;
    margin: 0;
  }
  .form-control.input-m {
    width: 240px;
  }
  .widget .recruit-top-column,
  .post_content .recruit-top-column,
  .block-editor-block-list__layout .recruit-top-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .widget .recruit-top-data,
  .post_content .recruit-top-data,
  .block-editor-block-list__layout .recruit-top-data {
    margin: 0;
    padding: 0;
    width: 25%;
  }
  .widget .recruit-top-faq,
  .post_content .recruit-top-faq,
  .block-editor-block-list__layout .recruit-top-faq {
    padding: 0;
    width: 70%;
  }
  .widget .recruit-top-faq a,
  .post_content .recruit-top-faq a,
  .block-editor-block-list__layout .recruit-top-faq a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .widget .recruit-top-youtube__head,
  .post_content .recruit-top-youtube__head,
  .block-editor-block-list__layout .recruit-top-youtube__head {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .widget .recruit-top-youtube__thumbnail,
  .post_content .recruit-top-youtube__thumbnail,
  .block-editor-block-list__layout .recruit-top-youtube__thumbnail {
    width: 112px;
    margin-right: 20px;
  }
  .widget .recruit-top-youtube__body,
  .post_content .recruit-top-youtube__body,
  .block-editor-block-list__layout .recruit-top-youtube__body {
    width: auto;
  }
  .widget .recruit-top-snswrapper,
  .post_content .recruit-top-snswrapper,
  .block-editor-block-list__layout .recruit-top-snswrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .widget .recruit-top-twitter,
  .post_content .recruit-top-twitter,
  .block-editor-block-list__layout .recruit-top-twitter {
    width: 48%;
    padding: 0;
  }
  .widget .recruit-top-facebook,
  .post_content .recruit-top-facebook,
  .block-editor-block-list__layout .recruit-top-facebook {
    width: 100%;
    max-width: 48%;
    padding: 0;
  }
  .widget .front-youtube__head,
  .post_content .front-youtube__head,
  .editor-styles-wrapper .front-youtube__head {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .widget .front-youtube__thumbnail,
  .post_content .front-youtube__thumbnail,
  .editor-styles-wrapper .front-youtube__thumbnail {
    width: 112px;
  }
  .forPC {
    display: block !important;
  }
  .forPC2 {
    display: inline-block !important;
  }
  .forPC-inline {
    display: inline;
  }
  .forSP {
    display: none !important;
  }
  .forSP2 {
    display: none !important;
  }
  .forSP-inline {
    display: none !important;
  }
  .-forSP {
    display: block !important;
  }
}
@media (min-width: 1920px) {
  #header {
    left: calc((100% - 1920px) / 2);
  }
}
@media screen and (max-width: 958.98px) {
  .c-headLogo__img {
    max-width: initial;
    height: 100%;
  }
  .-img .c-headLogo__link {
    padding: 5px 0;
  }
  .w-header {
    padding: 20px;
    border-top: 1px solid #ddd;
  }
  .post_content .smb-box,
  .editor-styles-wrapper .smb-box {
    width: 100%;
  }
  .p-mainVisual .p-mainVisual__inner {
    height: calc( 100vh - 48px);
    max-height: 812px;
  }
  .widget .front-servicelink,
  .post_content .front-servicelink,
  .editor-styles-wrapper .front-servicelink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 30px 27px;
  }
  .widget .front-servicelink__head,
  .post_content .front-servicelink__head,
  .editor-styles-wrapper .front-servicelink__head {
    margin: 0 0 27px;
  }
  .widget .front-servicelink__body,
  .post_content .front-servicelink__body,
  .editor-styles-wrapper .front-servicelink__body {
    width: 100%;
    max-width: 460px;
  }
}
@media screen and (min-width: 959px) and (max-width: 1279.98px) {
  #header {
    top: auto;
    height: auto;
  }
  .l-header__bar {
    display: none;
  }
  .l-header ul {
    margin: 0;
    padding: 0;
  }
  .l-header.-series .c-headLogo {
    height: auto;
    width: 80px;
  }
  .l-header.-series .c-headLogo img {
    width: 100%;
  }
  .l-header.-series .c-headLogo__img {
    height: 37px;
    width: auto;
  }
  .l-header__areaRecruit, .l-header__areaContact, .l-header__areaBnr {
    display: none;
  }
  .l-fixHeader {
    z-index: -1;
  }
  [data-scrolled=true] .l-fixHeader[data-ready] {
    top: 0 !important;
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 101;
  }
  .l-fixHeader__logo {
    height: auto;
    width: 80px;
  }
  .l-fixHeader ul {
    margin: 0;
    padding: 0;
  }
  .c-gnav > .menu-item:hover a {
    text-decoration: none;
    background: #EEEEEE;
  }
  .c-gnav > .menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    display: block;
  }
  .c-gnav > .menu-item > a {
    font-weight: bold;
    text-decoration: none;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .c-gnav > .menu-item > a:after {
    content: none;
  }
  .c-gnav > .menu-item > a .ttl {
    color: #082F5A;
    font-weight: bold;
  }
  .c-gnav > .menu-item > a:hover {
    background: #eee;
  }
  .c-gnav > .menu-item.menu-item-has-children:hover a:after {
    opacity: 1;
  }
  .c-gnav > .menu-item.menu-item-has-children .menu-item-has-children a:after {
    content: none;
  }
  .c-gnav > .menu-item > .sub-menu {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-gnav > .menu-item a .ttl {
    font-weight: bold;
  }
  .c-gnav > .menu-item a[aria-current="page"] {
    background: #082F5A;
    color: #fff;
  }
  .c-gnav > .menu-item a[aria-current="page"] .ttl {
    color: #fff;
  }
  .c-gnav > .menu-item .sub-menu {
    padding: 0;
    margin: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    transition: all .25s;
    z-index: -100;
    display: none;
  }
  .c-gnav > .menu-item .sub-menu a {
    border-bottom: 1px solid #CCC;
    padding: 12px 16px 13px;
    line-height: 1.42;
  }
  .c-gnav > .menu-item .sub-menu a:before {
    content: none;
  }
  .c-gnav > .menu-item .sub-menu a:hover {
    text-decoration: none;
    background: #082F5A;
    color: #fff;
  }
  .c-gnav > .menu-item .sub-menu a:hover .ttl {
    left: 0;
  }
  .c-gnav > .menu-item .sub-menu .submenu a {
    font-size: 1.4rem;
  }
  .c-gnav > .menu-item .sub-menu > .sub-menu {
    left: calc( 100% + 1px);
    background: #eee;
    -webkit-transform: none;
    transform: none;
    position: static;
    top: 0;
    width: 250px;
    height: auto;
    visibility: hidden;
    -webkit-transition: all .25s;
    transition: all .25s;
    z-index: -100;
    display: none;
  }
  .c-gnav > .menu-item .sub-menu > .sub-menu > .menu-item:last-child > .sub-menu .menu-item:last-child a {
    border-bottom: none;
  }
  .c-gnav > .menu-item .sub-menu > .sub-menu .sub-menu {
    position: static;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    background-color: inherit;
  }
  .c-gnav > .menu-item .sub-menu > .sub-menu .sub-menu a {
    padding-left: 35px;
  }
  .c-gnav > .menu-item .sub-menu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    display: block;
  }
  .c-gnav .sub-menu .sub-menu {
    left: 0;
  }
  .c-gnav .sub-menu .sub-menu > .menu-item > a {
    padding-left: 40px;
  }
}
@media (max-width: 959px) {
  .l-header__logo {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
    padding-left: 0;
  }
  .c-headLogo {
    height: auto;
  }
  .-img .c-headLogo__link {
    display: inline-block;
    padding: 12px 14px;
    height: 48px;
  }
  .-img .c-headLogo__link img {
    height: 100%;
  }
  .c-iconBtn__icon {
    color: #082F5A;
  }
  .c-iconBtn__icon:before {
    font-size: 2.1rem;
  }
  .l-header__menuBtn {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .l-header__customBtn {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
    background: #082F5A;
    margin-left: auto;
  }
  .l-header__customBtn a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
  }
  .l-header__customBtn img {
    max-width: 24px;
  }
  .w-beforeFooter .wp-block-column + .wp-block-column {
    margin-top: 0;
  }
  .w-beforeFooter .wp-block-column h2 {
    text-align: center;
  }
  .w-beforeFooter .wp-block-social-links {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .w-beforeFooter p {
    text-align: center;
  }
}
@media screen and (min-width: 959px) {
  .c-gnav .sub-menu li,
  .c-gnav .sub-menu a,
  .c-gnav .sub-menu span {
    visibility: hidden;
    opacity: 0;
  }
  .c-gnav > .menu-item:hover .sub-menu li,
  .c-gnav > .menu-item:hover .sub-menu a,
  .c-gnav > .menu-item:hover .sub-menu span {
    visibility: visible;
    opacity: 1;
  }
  .p-mainVisual__inner {
    height: 66.66vw;
  }
}
@media screen and (max-width: 575.98px) {
  .l-header__inner {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .post_content {
    margin: 30px 0;
  }
  .l-content.-recruit-interview .post_content {
    font-family: dnp-shuei-mgothic-std, sans-serif;
  }
  .l-content.-recruit-interview .post_content h2 {
    font-size: 2.2rem;
    line-height: 1.27;
    margin: 45px 0 25px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
  }
  .l-content.-recruit-interview .post_content p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .related-post {
    display: block;
  }
  .related-post__item {
    width: 100%;
    margin: 0;
  }
  .related-post__item + li {
    margin-top: 20px;
  }
  .blog .c-pageTitle,
  .page .c-pageTitle,
  .archive .c-pageTitle,
  .case_studies-template-default .c-pageTitle,
  .-member-archive .c-pageTitle {
    font-size: 2.8rem;
  }
  .blog .c-pageTitle-header__head,
  .page .c-pageTitle-header__head,
  .archive .c-pageTitle-header__head,
  .case_studies-template-default .c-pageTitle-header__head,
  .-member-archive .c-pageTitle-header__head {
    font-size: 1.5rem;
  }
  .blog .c-pageTitle-header__lead,
  .page .c-pageTitle-header__lead,
  .archive .c-pageTitle-header__lead,
  .case_studies-template-default .c-pageTitle-header__lead,
  .-member-archive .c-pageTitle-header__lead {
    font-size: 1.8rem;
  }
  .service-description-table {
    max-width: 100%;
    overflow-x: auto;
  }
  .service-description-table table {
    width: 700px;
  }
  .service-description-table thead th {
    font-size: 1.9rem;
  }
  .service-description-table thead th > span {
    bottom: calc( 30% + 42px);
  }
  .service-description-table thead th > span span {
    font-size: 1.2rem;
    padding: 4px 15px 5px;
  }
  .service-description-table tbody th {
    font-size: 1.5rem;
  }
  .service-description-table tbody td p {
    font-size: 1.6rem;
  }
  .service-description-table.-pattern01 thead th {
    font-size: 1.7rem;
  }
  .service-description-table.-pattern01 tbody td {
    font-size: 1.7rem;
  }
  .widget .feed-list,
  .post_content .feed-list {
    display: block;
  }
  .widget .feed-list.-thumbnail .feed-list__item,
  .post_content .feed-list.-thumbnail .feed-list__item {
    width: 100%;
  }
  .post_content .service-flow__header,
  .editor-styles-wrapper .service-flow__header {
    display: block;
  }
  .post_content .service-flow__header__btn,
  .editor-styles-wrapper .service-flow__header__btn {
    display: block;
    margin: 15px 0 0;
  }
  .post_content .service-flow__header__btn__item + div,
  .editor-styles-wrapper .service-flow__header__btn__item + div {
    margin: 10px 0 0;
  }
  .post_content .service-flow__body,
  .editor-styles-wrapper .service-flow__body {
    display: block;
    padding: 20px;
  }
  .post_content .service-flow__column,
  .editor-styles-wrapper .service-flow__column {
    display: block;
  }
  .post_content .service-flow__column + div,
  .editor-styles-wrapper .service-flow__column + div {
    margin-top: 20px;
    margin-left: 0;
  }
  .post_content .service-flow__icon,
  .editor-styles-wrapper .service-flow__icon {
    display: inline-block;
  }
  .post_content .service-flow__item,
  .editor-styles-wrapper .service-flow__item {
    width: 100%;
    margin-top: 10px;
  }
  .related-pages .related-post {
    display: block;
  }
  .related-pages .related-post__item {
    width: 100%;
    margin: 0;
  }
  .related-pages .related-post__item + li {
    margin-top: 20px;
  }
  .case_studies-sort__list li strong,
  .case_studies-sort__list li a {
    padding: 3px 10px;
  }
  .case_studies-archive {
    display: block;
  }
  .case_studies-archive__item {
    width: 100%;
    margin: 0 0 50px;
  }
  .member-archive-post__item {
    width: 48%;
    margin-right: 4%;
  }
  .member-archive-post__item:nth-child(2n) {
    margin-right: 0;
  }
  .post_content .works-taskcolumn,
  .block-editor-block-list__layout .works-taskcolumn {
    display: block;
  }
  .post_content .works-taskcolumn__item,
  .block-editor-block-list__layout .works-taskcolumn__item {
    width: 100%;
  }
  .post_content .works-taskcolumn__item.-effect,
  .block-editor-block-list__layout .works-taskcolumn__item.-effect {
    margin-top: 30px;
  }
  .post_content .works-taskcolumn__body,
  .block-editor-block-list__layout .works-taskcolumn__body {
    padding: 16px;
  }
  .post_content .works-taskcolumn__body li,
  .block-editor-block-list__layout .works-taskcolumn__body li {
    font-size: 1.6rem;
  }
  .post_content .works-taskcolumn__body li + li,
  .block-editor-block-list__layout .works-taskcolumn__body li + li {
    margin-top: 16px;
  }
  .post_content .works-infobox__item,
  .block-editor-block-list__layout .works-infobox__item {
    display: block;
  }
  .post_content .works-infobox__head,
  .block-editor-block-list__layout .works-infobox__head {
    width: 100%;
  }
  .post_content .works-infobox__body,
  .block-editor-block-list__layout .works-infobox__body {
    width: 100%;
    font-size: 1.5rem;
  }
  .post_content .works-infobox__body p,
  .block-editor-block-list__layout .works-infobox__body p {
    font-size: 1.5rem;
  }
  .widget .front-news__item a,
  .post_content .front-news__item a,
  .editor-styles-wrapper .front-news__item a {
    display: block;
  }
  .widget .front-news__body,
  .post_content .front-news__body,
  .editor-styles-wrapper .front-news__body {
    width: 100%;
  }
  .widget .front-servicelink__head,
  .post_content .front-servicelink__head,
  .editor-styles-wrapper .front-servicelink__head {
    text-align: center;
  }
  .widget .front-servicelink__head p, .widget .front-servicelink__head strong, .widget .front-servicelink__head h2, .widget .front-servicelink__head h3, .widget .front-servicelink__head h4,
  .post_content .front-servicelink__head p,
  .post_content .front-servicelink__head strong,
  .post_content .front-servicelink__head h2,
  .post_content .front-servicelink__head h3,
  .post_content .front-servicelink__head h4,
  .editor-styles-wrapper .front-servicelink__head p,
  .editor-styles-wrapper .front-servicelink__head strong,
  .editor-styles-wrapper .front-servicelink__head h2,
  .editor-styles-wrapper .front-servicelink__head h3,
  .editor-styles-wrapper .front-servicelink__head h4 {
    display: block;
    text-align: center;
    font-size: 2rem;
    margin: 10px 0 0;
  }
  .widget .front-servicelink__body,
  .post_content .front-servicelink__body,
  .editor-styles-wrapper .front-servicelink__body {
    max-width: 100%;
  }
  .widget .front-servicelink__link a,
  .post_content .front-servicelink__link a,
  .editor-styles-wrapper .front-servicelink__link a {
    font-size: 1.5rem;
    padding: 10px;
  }
  .widget .front-linkcolumn,
  .post_content .front-linkcolumn,
  .editor-styles-wrapper .front-linkcolumn {
    display: block;
  }
  .widget .front-linkcolumn.-column4 .front-linkcolumn__item,
  .post_content .front-linkcolumn.-column4 .front-linkcolumn__item,
  .editor-styles-wrapper .front-linkcolumn.-column4 .front-linkcolumn__item {
    width: 100%;
  }
  .widget .front-linkcolumn.-column3 .front-linkcolumn__item,
  .post_content .front-linkcolumn.-column3 .front-linkcolumn__item,
  .editor-styles-wrapper .front-linkcolumn.-column3 .front-linkcolumn__item {
    width: 100%;
  }
  .widget .front-linkcolumn.-column2 .front-linkcolumn__item,
  .post_content .front-linkcolumn.-column2 .front-linkcolumn__item,
  .editor-styles-wrapper .front-linkcolumn.-column2 .front-linkcolumn__item {
    width: 100%;
  }
  .widget .front-linkcolumn__item + .front-linkcolumn__item,
  .post_content .front-linkcolumn__item + .front-linkcolumn__item,
  .editor-styles-wrapper .front-linkcolumn__item + .front-linkcolumn__item {
    margin-top: 20px;
  }
  .widget .front-linkcolumn__small,
  .post_content .front-linkcolumn__small,
  .editor-styles-wrapper .front-linkcolumn__small {
    font-size: 1.4rem;
  }
  .widget .front-linkcolumn__middle,
  .post_content .front-linkcolumn__middle,
  .editor-styles-wrapper .front-linkcolumn__middle {
    font-size: 2.4rem;
  }
  .widget .front-linkcolumn__middle span,
  .post_content .front-linkcolumn__middle span,
  .editor-styles-wrapper .front-linkcolumn__middle span {
    font-size: 1.4rem;
  }
  .widget .front-clients__item,
  .post_content .front-clients__item,
  .editor-styles-wrapper .front-clients__item {
    width: 50%;
  }
  .widget .front-works,
  .post_content .front-works,
  .editor-styles-wrapper .front-works {
    display: block;
  }
  .widget .front-works.-column2 .front-works__item,
  .post_content .front-works.-column2 .front-works__item,
  .editor-styles-wrapper .front-works.-column2 .front-works__item {
    width: 100%;
  }
  .widget .front-works__item,
  .post_content .front-works__item,
  .editor-styles-wrapper .front-works__item {
    width: 100%;
  }
  .widget .front-works__item + .front-works__item,
  .post_content .front-works__item + .front-works__item,
  .editor-styles-wrapper .front-works__item + .front-works__item {
    margin-top: 30px;
  }
  .widget .front-taxpost,
  .post_content .front-taxpost,
  .editor-styles-wrapper .front-taxpost {
    display: block;
    margin: 60px 0;
  }
  .widget .front-taxpost__item,
  .post_content .front-taxpost__item,
  .editor-styles-wrapper .front-taxpost__item {
    width: 100%;
  }
  .widget .front-taxpost__item + .front-taxpost__item,
  .post_content .front-taxpost__item + .front-taxpost__item,
  .editor-styles-wrapper .front-taxpost__item + .front-taxpost__item {
    margin-top: 30px;
  }
  .widget .front-youtube,
  .post_content .front-youtube,
  .editor-styles-wrapper .front-youtube {
    padding: 0;
  }
  .widget .front-blog,
  .post_content .front-blog,
  .editor-styles-wrapper .front-blog {
    display: block;
  }
  .widget .front-blog__column,
  .post_content .front-blog__column,
  .editor-styles-wrapper .front-blog__column {
    width: 100%;
  }
  .widget .front-blog__column + .front-blog__column,
  .post_content .front-blog__column + .front-blog__column,
  .editor-styles-wrapper .front-blog__column + .front-blog__column {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 958.98px) {
  .l-footer {
    padding: 0 40px 20px;
  }
  .l-content {
    padding: 40px;
  }
}
@media screen and (min-width: 576px) {
  .l-content.-recruit-data .post_content {
    padding: 0;
    max-width: var(--article_size);
    margin: 0 auto;
  }
  .l-content.-recruit-data .l-article {
    max-width: 100%;
  }
  #recruit-data-wrapper-pc {
    display: block;
  }
  .recruit-data-wrapper {
    display: none;
  }
  .recruit-data-wrapper .recruit-data-list01__item {
    max-width: 300px;
    width: 100%;
    margin: 0 0 22px;
  }
  .recruit-data-wrapper .recruit-data-list01__item + li {
    margin-top: 0;
  }
  .widget .recruit-top-entry__btn a,
  .post_content .recruit-top-entry__btn a,
  .block-editor-block-list__layout .recruit-top-entry__btn a {
    max-width: 50%;
    display: inline-block;
    padding: 16px 12px;
  }
  .widget .recruit-top-entry__btn.-modifier,
  .post_content .recruit-top-entry__btn.-modifier,
  .block-editor-block-list__layout .recruit-top-entry__btn.-modifier {
    width: 32%;
  }
  .widget .recruit-top-entry__btn.-modifier + .recruit-top-entry__btn,
  .post_content .recruit-top-entry__btn.-modifier + .recruit-top-entry__btn,
  .block-editor-block-list__layout .recruit-top-entry__btn.-modifier + .recruit-top-entry__btn {
    margin: 0;
  }
  .widget .recruit-top-entry__btn.-modifier a,
  .post_content .recruit-top-entry__btn.-modifier a,
  .block-editor-block-list__layout .recruit-top-entry__btn.-modifier a {
    max-width: 100%;
    display: block;
  }
  .widget .recruit-top-entry__list,
  .post_content .recruit-top-entry__list,
  .block-editor-block-list__layout .recruit-top-entry__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 520px) {
  .widget .recruit-top-youtube .yrc-core .yrc-video + .yrc-video,
  .post_content .recruit-top-youtube .yrc-core .yrc-video + .yrc-video,
  .block-editor-block-list__layout .recruit-top-youtube .yrc-core .yrc-video + .yrc-video {
    margin-top: 0;
  }
  .widget .front-youtube .yrc-core .yrc-video + .yrc-video,
  .post_content .front-youtube .yrc-core .yrc-video + .yrc-video,
  .editor-styles-wrapper .front-youtube .yrc-core .yrc-video + .yrc-video {
    margin-top: 0;
  }
}
@media screen and (max-width: 399.98px) {
  .member-archive-sort {
    padding: 15px 15px 11px;
  }
  .member-archive-sort__list li {
    margin: 0 4px 4px;
  }
  .member-archive-sort__list strong,
  .member-archive-sort__list a {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .member-archive-post__main {
    padding: 10px 10px 13px;
  }
  .member-archive-post__name {
    font-size: 1.6rem;
  }
  .news-archive-sort__item {
    padding: 0 0 1em;
  }
  .news-archive-sort__list li {
    margin: 0 4px 8px;
  }
  .news-archive-sort__list strong,
  .news-archive-sort__list a {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .news-archive-sort__pulldown-btn {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .news-archive-sort__pulldown-list a {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
}
