@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  background: #F5F5F5;
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #333;
  min-width: 1200px;
}

body.top {
  background: url(images/body.png) no-repeat top center #F5F5F5;
  background-size: 100%;
}

ol, ul {
  list-style: none;
}

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

select {
  font-size: 14px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

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

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

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

.josefin {
  font-family: 'Josefin Sans', sans-serif;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/

.l-header {
  height: 146px;
  width: 100%;
}

.l-header-inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.l-header-logo01 {
  width: 108px;
  display: inline-block;
}

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

.l-header-logo02 {
  position: absolute;
  left: 50%;
  margin-left: -140px;
  top: 20px;
  width: 280px;
}

.l-header-logo02 img {
  width: 100%;
}

.l-header-info {
  margin-left: auto;
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.l-header-contact a {
  padding-left: 20px;
  background: url(images/ico-mial-green.svg) no-repeat left center;
  background-size: 14px;
  font-weight: 700;
}

.l-header-faq {
  margin-left: 24px;
}

.l-header-faq a {
  padding-left: 20px;
  background: url(images/ico-question.svg) no-repeat left center;
  background-size: 17px;
  font-weight: 700;
}

body.top .l-header-nav {
  display: none;
}

.l-header-nav {
  position: absolute;
  right: 0;
  top: 80px;
}

.l-header-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.l-header-nav ul li:nth-child(6) {
  border-right: 1px dashed #3E799D;
}

.l-header-nav ul li a {
  display: inline-block;
  color: #3E799D;
  font-weight: 700;
  padding: 0 10px;
  border-left: 1px dashed #3E799D;
}

/*検索*/
.l-header-search {
  width: 220px;
  margin-left: 20px;
}

#searchform {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 1px solid #29774F;
  border-radius: 250px;
}

#searchform input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  height: 32px;
  line-height: 30px;
  border: none;
  border-right-width: 0;
  border-radius: 200px 0 0 200px;
  background: #fff;
  text-indent: 1.25em;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#searchform input::placeholder {
  color: rgba(41,119,79,.7);
  top: 2px;
  position: relative;
}

#searchform button {
  cursor: pointer;
  color: inherit;
  overflow: visible;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 32px;
  border: none;
  border-left-width: 0;
  border-radius: 0 200px 200px 0;
  background: url(images/ico-search-green.svg) no-repeat 70% 50%;
  background-size: 14px auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-btm-navi,
.open-btn,
.navi-course-inner {
  display: none;
}

/*スクロールで出現ヘッダー*/
.header-change {
  display: none;
}

body.top .header-change {
  background: rgba(250,250,250,.9);
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: -200px;
  transition: .5s;
  width: 100%;
  height: 120px;
  display: block;
}

body.top .header-change.show{
  top: 0;
}

.header-change-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header-change .header-change-logo_img01 {
  width: 108px;
}

.header-change .header-change-logo_img02 {
  width: 196px;
  height: auto;
  margin-top: 10px;
  display: inline-block;
}

.header-change .l-header-info {
  position: absolute;
  right: 0;
  top: 0px;
}

.header-change-nav {
  position: absolute;
  right: 0;
  top: 80px;
}

.header-change-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.header-change-nav ul li:last-child {
  border-right: 1px dashed #3E799D;
}

.header-change-nav ul li a {
  display: inline-block;
  color: #3E799D;
  font-weight: 700;
  padding: 0 16px;
  border-left: 1px dashed #3E799D;
}

/*下層ヘッダー*/
.l-header.sub {
  height: 120px;
  background: rgba(250,250,250,.9);
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.l-header.sub .l-header-inner {
  display: block;
  position: relative;
}

.l-header.sub .l-header-logo02 {
  width: 196px;
  height: auto;
  margin: 0px;
  position: absolute;
  left: 120px;
  display: inline-block;
}

.l-header-info {
  position: absolute;
  right: 0;
  top: 0px;
}



/* Main
---------------------------------------------------------------*/
.l-wrapper {
  width: 100%;
}

#main {
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/

.l-footer {
  margin-top: 120px;
  padding: 45px 0 35px;
  background-color: #29A448;
}

.l-footer-inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #fff;
}

.l-footer-info {
  width: 628px;
}

.l-footer-nav {
  margin-left: auto;
  width: 396px;
}

.l-footer-primary__text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.l-footer address {
  font-size: 16px;
}

.l-footer-tell a {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-left: 21px;
  background: url(images/ico-tell-white.svg) no-repeat left center;
  background-size: 20px;
  margin: 4px 0;
  display: inline-block;
} 

.l-footer-open p {
  font-size: 16px;
  margin-left: 3em;
  text-indent: -3em;
  margin-bottom: 10px;
}

.l-footer-operation p {
  font-size: 13px;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  padding-right: 40px;
}

.l-footer-navlist {
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-bottom: 39px;
}

.l-footer-navlist li {
  margin-bottom: 10px;
}

.l-footer-navlist li a {
  font-weight: 700;
}

.l-footer-btm__nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.l-footer-btm__nav li {
  margin-left: 24px;
}

.l-footer-btm__nav li:first-child {
  margin-left: 0;
}

.l-footer-link__home a {
  padding-left: 20px;
  background: url(images/ico-home-white.svg) no-repeat left center;
  background-size: 12px;
  display: inline-block;
}

.l-footer-link__sitemap a {
  padding-left: 24px;
  background: url(images/ico-sitemap.svg) no-repeat left center;
  background-size: 18px;
  display: inline-block;
}

.l-footer-link__contact a {
  padding-left: 20px;
  background: url(images/ico-mail-white.svg) no-repeat left center;
  background-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.l-footer-link__faq a {
  padding-left: 20px;
  background: url(images/ico-question-white.svg) no-repeat left center;
  background-size: 17px;
  font-weight: 700;
  display: inline-block;
}

.l-footer-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.l-footer-links a {
  margin-left: 24px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding-left: 14px;
}

.l-footer-links a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*sns*/
.l-footer-sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items:center;    
  justify-content: flex-end;
  margin-top: 20px;
}

.l-footer-sns span {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
}

.l-footer-sns ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 26px;
  margin-left: 10px;
}

.l-footer-sns ul li a {
  display: inline-block;
  height: 26px;
  width: 26px;
  background: url(images/sns.svg) no-repeat 0 0;
  background-size: auto 100%;
}

.l-footer-sns ul li:nth-child(2) a {
  display: inline-block;
  height: 26px;
  background: url(images/sns.svg) no-repeat -34px 0;
  background-size: auto 100%;
  margin-left: 7px;
}

.copyright p {
  width: 100%;
  font-size: 13px;
  color: #fff;
  margin: 10px auto 0;
  max-width: 1024px;
}

.l-footer-top {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 20px;
  width: 82px;
  height: 126px;
}

.l-footer-top img {
  width: 100%;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
/*main visual*/
.mainvisual {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 50px;
}

.mainvisual-inner {
  background: url(images/mv.svg) no-repeat 86% 20px;
  background-size: 826px auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}

.information {
  background: rgba(250,250,250,.94);
  border: 3px solid #6EB92B;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  padding: 16px 20px;
  width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.information h2 {
  text-align: center;
  margin-bottom: 12px;
}

.information h2 span {
  font-size: 20px;
  font-weight: 700;
  padding-left: 40px;
  display: inline-block;
  background: url(images/ico-idea.svg) no-repeat left center;
  background-size: 34px auto;
  margin-left: -20px;
}

.information-inner {
  position: relative;
}

.information-inner + .information-inner {
  position: relative;
  border-top: 1px dashed #ACE37B;
  margin-top: 10px;
}

.information-inner.hojokin .head-ttl {
  background: url(images/ico-money.svg) no-repeat left center;
  background-size: 24px auto;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.information-inner.houritu .head-ttl {
  background: url(images/ico-book.svg) no-repeat left center;
  background-size: 24px auto;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.information-inner .c-link {
  position: absolute;
  right: 0;
  top: 3px;
}

.information-inner__box {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 110px;
  padding: 12px;
  border: 1px solid #ACE37B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.information-inner__box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.information-inner__box::-webkit-scrollbar-thumb {
  background: #ACE37B;
  border-radius: 0px;
}

.information-inner__box::-webkit-scrollbar-track {
  background: #EBEBEB;
  border-radius: 0px;
}

.information-inner__box__list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ACE37B;
}

.information-inner__box__list .information-txt {
  word-break: break-all;
}

.information-ttl a {
  color: #29774F;
  font-weight: 500;
  text-decoration: underline;
}

.information-ttl a span {
  border: 1px solid #F15923;
  font-size: 12px;
  font-weight: 700;
  color: #F15923;
  border-radius: 20px;
  margin-right: 8px;
  line-height: 1;
  padding: 1px 8px;
  display: inline-block;
}

.information-cat span {
  color: #fff;
  text-align: center;
  padding: 2px 9px;
  background: #29774F;
  margin-bottom: 5px;
  font-size: 13px;
  border-radius: 5px;
}

.mainvisual-work {
  width: 375px;
  margin-left: 20px;
  margin-right: 45px;
}

.mainvisual-work a {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0,0,0,.16);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 375px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 200px;
  border: 6px solid #fff;
  background: #FEB811;
}

.mainvisual-work a + a {
  margin-top: 10px;
}

.mainvisual-work a:before{
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.seminar-btn {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0,0,0,.16);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 375px;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 200px;
  border: 6px solid #fff;
  background: #F15923;
}

.seminar-btn:before{
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.seminar-btn span {
  font-size: 16px;
  display: block;
}

/*work*/
.work {
  position: relative;
  margin-bottom: 18px;
}

.work-slider__lists {
  margin: 0 12px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

.work-cat01 {
  display: block;
  font-size: 13px;
  border-radius: 120px;
  background: #0073BF;
  width: 111px;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.work-cat01.corporate_workstyle {
  display: block;
  font-size: 13px;
  border-radius: 120px;
  background: #E44D17;
  width: 111px;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.work-slider__ttl.corporate_workstyle {
  font-weight: 700;
  color: #E44D17;
}

.work-slider__ttl {
  font-weight: 700;
  margin-bottom: 10px;
  color: #0073BF;
}

.work-slider__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.work-slider__thum {
  width: 30%;
  border-radius: 5px;
  overflow: hidden;
}

.work-slider__thum img {
  width: 100%;
}

.work-slider__info {
  width: 67%;
  margin-left: auto;
}

.work-slider__info .ttl {
  font-weight: 700;
  margin-bottom: 10px;
}

.work-slider__info .pdf-txt {
  color: #B43308;
}

/*seminar*/
.seminar {
  background: url(images/bg-top-seminar.png) no-repeat top center;
  background-size: 100%;
  padding-top: 72px;
  margin-top: -54px;
}

.seminar .lead {
  padding-left: 270px;
  background: url(images/bg-seminar-ttl.svg) no-repeat left top;
  background-size: 260px auto;
  overflow: hidden;
}

.seminar .lead h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #F15923;
}

.seminar .lead h2 span {
  font-size: 22px;
  display: block;
  font-weight: 700;
}

.seminar .lead .seminar-btn {
  margin-top: 24px;
  float: right;
}

.seminar-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 26px;
}

.seminar-list li {
  margin-bottom: 15px;
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.seminar-list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 8px;
  height: 100%;
  background: url(images/seminar-arw.svg) no-repeat bottom right;
}

.seminar_link_btn_close {
  border-radius: 40px;
  width: 320px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0;
  display: block;
  margin: 40px auto 0;
  background-color: #bbb;
}

.seminar_close_txt {
  color: #C2010A;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.seminar-list li .seminar-introduction {
  width: 180px;
}

.seminar-list li .seminar-thum {
  width: 180px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  margin-bottom: 9px;
}

.seminar-list li .seminar-thum img {
  width: 100%;
}

.seminar-list li .seminar-teacher {
  font-weight: 700;
  color: #29774F;
  margin-bottom: 3px;
  margin-left: 10px;
}

.seminar-list li .seminar-work {
  font-size: 13px;
  margin-left: 10px;
}

.seminar-info {
  padding-top: 10px;
  margin-left: auto;
  width: 306px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.seminar-ttl {
  color: #29774F;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.seminar-ttl span {
  display: block;
  width: 60px;
  height: 19px;
  line-height: 19px;
  border-radius: 100px;
  background: #B43308;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
}
.seminar_item_closing .seminar-ttl span ,
.seminar_item_closed .seminar-ttl span {
  background: #29774F;
}
.seminar-ttl.archive span {
  display: block;
  justify-content: flex-start;
  width: 180px;
  background: #B43308;
}

.seminar_item_dl {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}

.seminar_item_dl dt,
.seminar_item_dl dd {
  display: table-cell;
  vertical-align: top;
}

.seminar_item_dl dt {
  color: #009944;
  width: 72px;
  font-weight: 500;
}

.seminar_item_dl dd {
  width: calc(100% - 88px);
  font-weight: 700;
}

.seminar_item_dl dd > p {
  width: 80%;
}

.seminar_item_dl dd .archive_movie_text {
  width: 100%;
}

/*MISSION*/
.mission {
  background: url(images/bg-mission.png) no-repeat top center #fff;
  background-size: 100%;
  padding: 80px 0 170px;
  margin-top: 40px;
}

.mission .c-center-type {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  padding: 40px 40px 35px 50px;
}

.mission .lead h2 {
  font-size: 30px;
  font-weight: 700;
  color: #29774F;
}

.mission .lead h2 span {
  font-size: 22px;
  display: block;
}

.mission-inner {
  padding-left: 192px;
  padding-bottom: 30px;
  padding-top: 20px;
  min-height: 200px;
  background: url(images/top-about.svg) no-repeat left center;
}

.mission-inner .txt16 + .txt16 {
  margin-top: 25px;
}

.interview {
  padding-bottom: 120px;
  background: #fff;
  margin-top: -20px;
}

.interview .lead {
  border-bottom: 1px solid #3E799D;
  padding-bottom: 14px;
  margin-bottom: 24px;
  position: relative;
}

.interview .lead:before {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -24px;
  width: 140px;
  height: 162px;
  background: url(images/ttl-bg.svg);
  background-repeat: no-repeat;
}

.interview .lead h2 ,
.column .lead h2 {
  color: #3E799D;
  font-size: 30px;
  font-weight: 700;
}

.interview .lead h2 span ,
.column .lead h2 span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

/* 20220908追記 */

.interview .lead a {
  position: absolute;
  left: 230px;
  bottom: 20px;
  color: #3E799D;
  font-weight: 700;
  padding-left: 21px;
  background: url(images/ico-arw-cyrcle-blue.svg) no-repeat left center;
  background-size: 18px auto;
}

.interview-list {
    margin-top: 40px;
}

.interview-list li {
    width: 100%;
    background: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    position: relative;
}
.interview-list .new-label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 1em;
  background: #dc552c !important;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}

.interview-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.interview-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background: url(images/interview-arw.svg) no-repeat bottom right;
}

.interview-introduction {
    max-width: 313px;
}

.interview-thum img {
    width: 100%;
}

.interview-info {
    max-width: 620px;
    padding-top: 10px;
    padding-left: 22px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.interview-info p {
  font-size: 16px;
}

.interview-ttl {
    color: #3e799d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4444444;
    margin-bottom: 10px;
}

.interview-company {
    font-size: 18px;
    font-weight: 700;
}

.interview-description {
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    line-height: 1.5;
}

.interview-single.single-page h1 {
    margin-bottom: 24px;
    line-height: 1.4444444;
}

.interview-single.single-page h2 {
    margin-bottom: 16px;
    margin-top: 40px;
}

.interview-single.single-page h3 {
    margin-top: 32px;
}

.interview-single.single-page p {
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 16px;
}

.interview-single.single-page p+h2 {
    margin-top: 64px;
}

.interview-single.single-page p+.title_question {
    margin-top: 24px;
}

.interview-single.single-page img {
    margin-bottom: 0;
    max-width: 360px;
}
.interview-single.single-page .full-img-wrap img,
.interview-single.single-page .full-img {
    max-width: 100%;
}

.interview-single.single-page .img_caption {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 0;
}

.interview-single.single-page .aside {
    font-size: 14px;
}

.interview-single.single-page .flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.interview-single.single-page .text_area {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
}

.interview-single.single-page .title_question {
    margin-top: 16px;
    padding-left: 1.875em;
    text-indent: -1.875em;
    color: #3e799d;
    font-size: 18px;
    font-weight: 700;
}

.interview-single.single-page .title_question::before {
    content: "Q.";
    margin-right: 0.75em;
}

.interview-single.single-page .title_question.title {
  padding-left: 0;
  text-indent: 0;
}

.interview-single.single-page .title_question.title:before {
  display: none;
}

.interview-single.single-page .company_name {
    font-size: 18px;
    font-weight: 700;
}

.interview-single.single-page .border_area {
    display: inline-block;
    padding: 11px 42px;
    font-size: 18px;
    font-weight: 500;
    color: #3e799d;
    border: 2px solid #3e799d;
}

.interview-single.single-page a {
    font-size: 16px;
}

/* 20220908追記 */

.column {
  padding-top: 20px;
}

.column .lead {
  border-bottom: 1px solid #3E799D;
  padding-bottom: 14px;
  margin-bottom: 34px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
  position: relative;
}

.column .lead:before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -24px;
  width: 140px;
  height: 162px;
  background: url(images/ttl-bg.svg);
  background-repeat: no-repeat;
}

/* 20230130追記 */

.column .lead a {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #3E799D;
  font-weight: 700;
  padding-left: 21px;
  background: url(images/ico-arw-cyrcle-blue.svg) no-repeat left center;
  background-size: 18px auto;
}

.column-list li {
  background-color: #fff;
  border-radius: 10px;
}

.column-list li + li {
  margin-top: 25px;
}

.column-list li a {
  display: block;
  background: url(images/interview-arw.svg) no-repeat bottom right;
  padding: 18px 40px;
  padding-right: 50px;
}

.column-cat {
  margin-bottom: 10px;
}

.column-cat span {
  text-align: center;
  display: inline-block;
  background-color: #3E799D;
  border-radius: 5px;
  line-height: 1.2;
  padding: 3px 10px;
  font-weight: 700;
  color: #fff;
}

.column-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #3E799D;
  margin-bottom: 10px;
}

.column-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.column-inner .column-introduction {
  width: 210px;
}

.column-inner .column-introduction img {
  width: 100%;
}

.column-inner .column-info {
  margin-left: auto;
  width: calc(100% - 230px);
}

.column-inner .column-info p {
  font-size: 16px;
}

.column-single .sub_title {
  color: #3E799D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.column-single h2 {
  margin-top: 45px;
}

.column-single .sub-block {
  margin-bottom: 40px;
}

/*下層ページ*/
.lv {
  padding: 10px 0;
  margin-bottom: 24px;
}

.lv-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 140px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  background: url(images/lv.svg) no-repeat left top;
  background-size: 200px auto;
}

.lv.type02 .lv-inner {
  background: url(images/lv02.png) no-repeat left top;
  background-size: 208px auto;
}

.lv-inner h1,
.lv-inner p {
  text-align: center;
  color: #E44D17;
  font-size: 30px;
  font-weight: 700;
  order: 2;
  width: 100%;
}

.lv.type02 .lv-inner h1, 
.lv.type02 .lv-inner p {
  color: #29774F;
}

.lv-inner h1 span,
.lv-inner p span {
  display: block;
  font-size: 22px;
}

.lv.type02 .lv-inner h1.individual_workstyle,
.lv.type02 .lv-inner p.individual_workstyle {
  color: #3E799D;
}

/*breadcrumbs*/
.breadcrumbs {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 36px;
  order: 1;
}

.breadcrumbs_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-left: auto;
  max-width: 860px;
}

.breadcrumbs ol li {
  margin-left: 10px;
}

.breadcrumbs ol li.arw,
.breadcrumbs ol li:first-child {
  margin-top: -3px;
}

.breadcrumbs ol li a {
  white-space: nowrap;
  color: #3E799D;
  text-decoration: underline;
}

.breadcrumbs ol li img {
  margin-top: 3px;
  min-width: 4px;
}

.breadcrumbs ol li a img {
  min-width: 12px;
}

.c-center-type.content-box {
  background-color: #fff;
  border-radius: 10px;
  width: 1024px;
  padding: 44px 82px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.seminar-single h2 {
  font-size: 22px;
  color: #29774F;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-bottom: 1px solid #29774F;
}

.seminar-single-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.seminar-single__catch {
  width: 410px;
}

.seminar-single__list {
  margin-left: auto;
  width: 430px;
}

.seminar-single__catch h3 {
  color: #009944;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.seminar-single__list {
  margin-top: 40px;
}
.seminar-single__list dl {
  width: 100%;
  display: table;
  border-bottom: 1px dashed #29A448;
  padding-bottom: 10px;
  padding-top: 10px;
}

.seminar-single__list dl:first-child {
  padding-top: 0;
}

.seminar-single__list dl dt ,
.seminar-single__list dl dd {
  display: table-cell;
}

.seminar-single__list dl dt {
  width: 80px;
  color: #009944;
  font-size: 16px;
  font-weight: 700;
}

.seminar-single__list dl dd {
  font-size: 16px;
  font-weight: 700;
}

.seminar-single__list a {
  display: block;
  width: 380px;
  height: 80px;
  line-height: 74px;
  background: #E44D17;
  border: 6px solid #fff;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0,0,0,.16);
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  position: relative;
  margin-top: 15px;
}

.seminar-single__list a:before {
  content: '';
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.seminar-btm {
  background: #F5F5F5;
  padding: 15px 20px;
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}

.seminar-teacher-thum {
  width: 180px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  border-radius: 10px;
  overflow: hidden;
}

.seminar-teacher-thum img {
  width: 100%;
}

.seminar-teacher-info {
  margin-left: auto;
  width: calc(100% - 200px);
}

.seminar-single-teacher__name {
  font-size: 16px;
  color: #29774F;
  margin-bottom: 6px;
  font-weight: 700;
}

.seminar-single-teacher__name span {
  color: #333;
}

.seminar-single-teacher__work {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #29A448;
  font-size: 14px;
  font-weight: 500;
}

/*働き方改革情報*/

.work-reform-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.work-reform-list li {
  width: 420px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  margin-right: 20px;
  background: #fff;
}

.work-reform-list li:nth-child(2n) {
  margin-right: 0;
}

.work-reform-list__cat {
  margin-bottom: 10px;
}

.work-reform-list__cat span {
  display: block;
  font-size: 13px;
  border-radius: 120px;
  background: #E44D17;
  width: 111px;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.work-reform-list__head {
  color: #E44D17;
  font-weight: 700;
  margin-bottom: 10px;
}

.work-reform-list__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.work-reform-list__inner .thum {
  width: 120px;
  border-radius: 10px;
  overflow: hidden;
}

.work-reform-list__inner .thum img {
  width: 100%;
}

.work-reform-list__inner .info {
  width: calc(100% - 130px);
  margin-left: auto;
}

.work-reform-list__inner .info h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.work-reform-list__inner .info .target {
  color: #B43308;
}

.work-reform-list__cat.individual_workstyle span {
  background: #0073BF;
}

.work-reform-list__head.individual_workstyle {
  color: #0073BF;
}

.pagenavi {
  text-align: center;
  margin: 20px 0 0;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.wp-pagenavi span,
.wp-pagenavi a {
  color: #000;
  min-width: 35px;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  line-height: 35px;
  height: 35px;
  color: #E44D17;
  text-align: center;
  border: #E44D17 solid 1px;
}

.wp-pagenavi span.current {
  background: #E44D17;
  color: #fff;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
  padding: 0 3px;
}

.wp-pagenavi a:hover {
  background: #E44D17;
  color: #fff;
  opacity: 1;
}

/*single page*/
.single-page h1 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #29774F;
  color: #29774F;
  font-size: 22px;
  font-weight: 700;
}

.single-page h2 {
  font-size:20px;
  color: #29774F;
  margin-bottom: 16px;
  font-weight: 700;
}

.single-page h3 {
  font-size: 18px;
  color: #29774F;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 5px;
  font-weight: 700;
  background: #F5F5F5;
}

.single-page h4 {
  font-size: 18px;
  font-weight: 700;
  color: #E44D17;
  margin-bottom: 20px;
}

.single-page a {
  text-decoration: underline;
  color: #3E799D;
}

.single-page a:hover {
  text-decoration: none;
}

.single-page p {
  margin-bottom: 12px;
  font-size: 16px;
}

.single-page ul {
  margin: 0 0px 25px;
}

.single-page ul li {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 16px;
  line-height: 1.3;
  position: relative;
}

.single-page ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #29A448;
  border-radius: 50%;
}

.single-page .work_case_ttl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  background: #FEF0EB;
  color: #E44D17;
}

.single-page ol {
  list-style-type: none;
  counter-reset: item;
  list-style-type: none;
  padding-left: .3em;
  margin: 0 0px 25px;
}

.single-page ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 16px;
  line-height: 1.3;
  position: relative;
}

.single-page ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: 400;
  color: #29A448;
  font-size: 16px;
}

.single-page table {
  table-layout: fixed;
  width: 100%;
  margin: 15px 0 25px;
}

.single-page table th {
  background: #29774F;
  padding: 7px;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
}

.single-page table td {
  border: 1px solid #ccc;
  padding: 7px;
  font-size: 16px;
}

.single-page img {
  margin-bottom: 20px;
}

.single-page img + img {
  margin-left: 20px;
}

/*a[href$=".xls"], a[href$=".xlsx"] {
  padding: 4px 0;
  padding-right: 33px;
  display: inline-block;
  background: url(images/ico-excel.png) no-repeat right 3px;
  color: #3E799D;
  text-decoration: underline;
}

a[href$=".pdf"] {
  padding: 4px 0;
  padding-right: 33px;
  text-decoration: none;
  display: inline-block;
  background: url(images/ico-pdf.png) no-repeat right 3px;
  color: #3E799D;
  text-decoration: underline;
}

a[href$=".doc"],
a[href$=".docx"] {
  padding: 4px 0;
  padding-right: 33px;
  display: inline-block;
  background: url(images/ico-word.png) no-repeat right 3px;
  color: #3E799D;
  text-decoration: underline;
}

a.ico-excel,
a.ico-pdf,
a.ico-word:hover {
  text-decoration: none;
}*/

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
.alignright, .alignleft {margin: 8px;}
img[class*="wp-image-"],img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
  &:after {
    content: "";
    display: block;
    clear: both;
  }
}

.work-reform-single__plan {
  margin-top: 30px;
}

.work-reform-single__plan .head {
  background: #FFFBF1;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.work-reform-single__plan .head:before {
  content: '';
  position: absolute;
  bottom: -160px;
  left: 50%;
  margin-left: -60px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 100px solid transparent;
  border-left: 20px solid #F15923;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.work-reform-single__plan .btm {
  position: relative;
  z-index: 2;
  border: 2px solid #F15923;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}

.work-reform-single__plan .head .ttl ,
.work-reform-single__plan .btm .ttl {
  font-size: 18px;
  color: #E44D17;
  font-weight: 700;
  margin-bottom: 14px;
}

.work-reform-single__plan .head .content {
  font-size: 16px;
}

/*補助金・助成*/

.page-navi {
  margin-bottom: 20px;
}

.page-navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 150px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  padding: 18px 0;
  width: 1024px;
  margin: 0 auto;
}

.page-navi ul li {
  margin: 0 19px;
  position: relative;
}

.page-navi ul li:before {
  content: '';
  position: absolute;
  right: -19px;
  top: 0;
  height: 100%;
  border: 1px dashed #3E799D;
}

.page-navi ul li:last-child:before {
  display: none;
}

.page-navi ul li a {
  display: inline-block;
  font-size: 16px;
  color: #3E799D;
  font-weight: 700;
}

.page-navi ul li.active {
  color: #E44D17;
  font-weight: 700;
  font-size: 16px;
}

.page-navi ul li a:hover {
  color: #E44D17;
}

.h2-ttl {
  font-size: 22px;
  color: #29774F;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid #29774F;
}

.ttl-catch {
  font-weight: 700;
  margin-bottom: 32px;
}

.subsidy-list + h2 {
  margin-top: 40px;
}

.subsidy-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ACE37B;
}

.subsidy-list h3 {
  font-size: 16px;
  font-weight: 700;
  color: #29774F;
  margin-bottom: 10px;
}

.subsidy-list h3 span {
  font-size: 12px;
  line-height: 1;
  color: #F15923;
  font-weight: 700;
  border: 1px solid #F15923;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 1px 6px;
  margin-right: 8px;
}

.subsidy-list a {
  text-decoration: underline;
  color: #3E799D;
}

.subsidy-list a:hover {
  text-decoration: none;
}

.subsidy-list__items {
  margin-top: 17px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.subsidy-list__items li {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.subsidy-list__items li .ttl {
  width: 104px;
  background: #29A448;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 6px 0;
  border: 1px solid #EEEEEE;
  border-left: none;
  border-right: none;
}

.subsidy-list__items li .txt {
  border: 1px solid #EEEEEE;
  color: #333333;
  font-weight: 700;
  padding: 6px 10px;
  width: calc(100% - 104px);
}

.subsidy-list__items li:nth-child(3) .txt ,
.subsidy-list__items li:nth-child(4) .txt ,
.subsidy-list__items li:nth-child(5) .txt ,
.subsidy-list__items li:nth-child(6) .txt ,
.subsidy-list__items li:nth-child(7) .txt ,
.subsidy-list__items li:nth-child(8) .txt ,
.subsidy-list__items li:nth-child(9) .txt ,
.subsidy-list__items li:nth-child(10) .txt {
  border-top: none;
}

.subsidy-list__items li:nth-child(3) .ttl ,
.subsidy-list__items li:nth-child(4) .ttl ,
.subsidy-list__items li:nth-child(5) .ttl ,
.subsidy-list__items li:nth-child(6) .ttl ,
.subsidy-list__items li:nth-child(7) .ttl ,
.subsidy-list__items li:nth-child(8) .ttl ,
.subsidy-list__items li:nth-child(9) .ttl ,
.subsidy-list__items li:nth-child(10) .ttl {
  border-top: none;
}

.subsidy-list .content a {
  color: #3E799D;
  text-decoration: underline;
}

/*法律等の改正情報*/
.amendment-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ACE37B;
}

.amendment-list__date {
  display: inline-block;
  padding: 3px 20px;
  border-radius: 5px;
  margin-bottom: 4px;
  background: #29774F;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.amendment-list h3 {
  color: #29774F;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

/*認証・表彰制度*/
.certification_head {
  margin-bottom: 8px;
}

.certification_head li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 4px;
}

.certification_head li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #333;
}

.certification_url {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.certification_img.imgRight .certification_url {
  float: left;
  width: 80%;
}

.certification_url dt {
  font-weight: 700;
  color: #29774F;
}

.certification_url dd a {
  text-decoration: underline;
  color: #005BAA;
  word-break: break-all;
}

.certification_center {
  margin: 16px 0;
  background: #F5F5F5;
  padding: 20px;
}

.certification_center .ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #29774F;
}

.certification_img {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}

.certification_img.imgRight img {
  float: right;
}

.certification_img.imgRight p {
  float: left;
  width: 82%;
}

.certification_img.imgCenter {
  margin-top: 15px;
}

.certification_img.imgCenter img {
  margin: 15px 0;
  display: block;
}

.certification_img.imgList .certification_head {
  overflow: hidden;
  clear: both;
}

.certification_head + h3 {
  margin-top: 25px;
}

.certification_img.imgList img {
  float: right;
}

.certification_img.imgRight .certification_head ,
.certification_img.imgList .certification_head {
  width: 80%;
  float: left;
}

.certification_center .txt span {
  color: #29774F;
  font-weight: 700;
  margin-right: 25px;
}

.certification-list {
  padding-bottom: 25px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #ACE37B;
}

.certification-list h3 {
  color: #E44D17;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

/*公的機関 相談窓口一覧*/
.amendment-list {
  border-bottom: 1px dashed #ACE37B;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.amendment-list h3 {
  font-size: 16px;
  color: #29774F;
  font-weight: 700;
  margin-bottom: 10px;
}

.amendment-list ul {
  margin-bottom: 11px;
}

.amendment-list ul li {
  position: relative;
  padding-left: 14px;
}

.amendment-list ul li a {
  text-decoration: underline;
  color: #3E799D;
}

.amendment-list ul li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 1;
  font-size: 14px;
  color: #111;
}

.amendment-list-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.amendment-contact {
  width: 104px;
  background: #29A448;
  text-align: center;
  padding: 10px;
}

.amendment-contact p {
  color: #fff;
  font-weight: 700;
}

.amendment-info {
  margin-left: auto;
  width: calc(100% - 104px);
  border: 1px solid #EEEEEE;
  border-left: none;
  padding: 10px;
}

.amendment-info_open p,
.amendment-info_tel p,
.amendment-info_url p,
.amendment-info_free p,
.amendment-info_place p {
  margin-bottom: 5px;
  font-weight: 700;
  display: inline-block;
}

.amendment-info_open span,
.amendment-info_tel span,
.amendment-info_url span,
.amendment-info_free span,
.amendment-info_place span {
  color: #29774F;
  font-weight: 700;
}

.amendment-info_tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.amendment-info_tel p ,
.amendment-info_tel div {
  min-width: 170px;
}

.amendment-info_tel div + div {
  margin-left: 15px;
}

.amendment-info_tel p + p {
  width: calc(100% - 170px);
}

.amendment-info_url a {
  text-decoration: underline;
  color: #3E799D;
  font-weight: 700;
}

/*関連機構・団体リンク*/
.links-items + h3 {
  margin-top: 45px;
}

h3.links-h3 {
  color: #29774F;
  font-weight: 700;
  margin-bottom: 10px;
}

.links-items .inner {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  font-size: 16px;
}

.links-items .inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #29774F;
  border-radius: 50%;
}

.links-items .inner a {
  text-decoration: underline;
  color: #3E799D;
  font-size: 16px;
  font-weight: 500;
  padding-right: 24px;
  background: url(images/ico-target.svg) no-repeat right center;
  background-size: 16px auto;
}

/*FAQ*/
.faq-list {
  width: 100%;
  margin-bottom: 25px;
}

.faq-list dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.faq-list dt span {
  width: 50px;
  height: 50px;
  background: #29A448;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.faq-list dt p {
  margin-bottom: 0;
  width: calc(100% - 60px);
  margin-left: auto;
  color: #29774F;
  font-size: 16px;
  font-weight: 700;
}

.faq-list dd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px 20px;
  background: #F5F5F5;
  border-bottom: 1px solid #CCCCCC;
}
.faq-list dd span {
  color: #E44D17;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-list dd div {
  margin-bottom: 0;
  width: calc(100% - 40px);
  margin-left: auto;
  font-size: 16px;
}

.faq-list dd div ul {
  margin-top: 20px;
}

.post a {
  background: #efefef;
  border-bottom: 1px solid #ccc;
  padding: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px;
}

.post__thumbnail {
  width: 200px;
}

.post__thumbnail img {
  width: 100%;
}

.h3-ttl {
  color: #111;
  font-size: 18px;
}

.post__text {
  margin-left: auto;
  width: calc(100% - 220px);
}

.post_date span {
  display: inline-block;
  background: #29774F;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
  padding: 2px 10px;
}

#ttlColumn,
#ttlInterview {
  padding-top: 120px;
  margin-top: -120px;
}

/*SITEMAP*/

.sitemap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sitemap-col02 {
  width: 30%;
}

.sitemap-col08 {
  width: 70%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sitemap-col08 ul {
  width: 50%;
}

.sitemap-col08 ul li {
  margin-bottom: 16px;
}

.sitemap-homeicon a {
  padding-left: 20px;
  background: url(images/ico-home-blue.svg) no-repeat left center;
  background-size: 12px auto;
}

.p-privacy-block {
  margin-bottom: 40px;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  margin: 0 auto;
  width: 1240px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center-type {
  width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center-type02 {
  width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*btn*/

.c-btn {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 200px;
  background: #29774F;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.c-btn:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*link*/
.c-link {
  display: inline-block;
  padding-left: 21px;
  background: url(images/ico-arw-cyrcle.svg) no-repeat left center;
  background-size: 18px auto;
  font-size: 13px;
  font-weight: 700;
}

/*txt*/
.txt14 {
  font-size: 14px;
}

.txt16 {
  font-size: 16px;
}

.txt18 {
  font-size: 18px;
}

.u-color-red {
  color: #B43308;
}

.u-color-green {
  color: #009944;
}

.u-color-dgreen {
  color: #29774F;
}

.u-color-orange {
  color: #F15923;
}

.u-color-blue {
  color: #0073BF;
}

.u-color-dblue {
  color: #3E799D;
}

.u-bg-green {
  color: #009944;
}

.u-bg-dgreen {
  color: #29774F;
}

.u-bg-orange {
  color: #F15923;
}

.u-bg-blue {
  color: #0073BF;
}

.u-bg-dblue {
  color: #3E799D;
}

strong {
  font-weight: 700;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}


/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }


/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1200px){
  .l-header-nav {
    top: 90px;
  }
}


/* フッター関連バナー */
.footer-bnr-section {
  background: #FFF;
  padding: 30px 0;
  margin: 120px 0 -120px;
}

@media(min-width: 768px) {
  .footer-bnr-section .container {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
}
.footer-bnr-section .h2 {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 18px
}
@media(min-width: 768px) {
  .footer-bnr-section .h2 {
      margin:0 1.5rem 0 0
  }
}
.footer-bnr-section .bnr {
  display: block;
  max-width: 260px;
  border: 1px solid #EEE;
}

.wp-block-embed iframe {
  width: 100%;
}