@charset "UTF-8";
/* BASE COLOR
-------------------------------------------------- */
/* Layout Space
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700");
/* btn
-------------------------------------------------- */
.btn {
  background: #333;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  padding: 9px 0;
  text-align: center;
  width: 80%;
  position: relative;
}
.btn:before {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* main
-------------------------------------------------- */
#main {
  margin-top: 67px;
  position: relative;
}
#main .wrap {
  background: no-repeat 50%;
  background-size: auto 100%;
  height: 500px;
  z-index: 1;
}
#main .wrap .text {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#main .wrap .text h2 {
  font-size: 22px;
  margin-top: 18px;
  line-height: 1;
  letter-spacing: 0.16em;
}
#main .wrap2 {
  background: no-repeat 50%;
  background-size: auto 100%;
  height: 500px;
  z-index: 1;
}
#main .wrap2 .text {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#main .wrap2 .text h2 {
  font-size: 22px;
  margin-top: 18px;
  line-height: 1;
  letter-spacing: 0.16em;
}
#main .imgBox {
  position: relative;
  z-index: 1;
}

.intBg:after,
.intBg:before,
#mainBox:after,
#mainBox:before,
#main:after,
#main:before {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.intBg:before,
#mainBox:before,
#main:before {
  background-color: #4472c4;
  left: 0;
  z-index: -1;
}

.int:after,
#mainBox:after,
#main:after {
  background-color: #9bc2e6;
  right: 0;
  z-index: -1;
}

/* ---------------------------------------------------------

■■■ TOP ■■■■■■■■■■

--------------------------------------------------------- */
.intBg:after,
.intBg:before {
  z-index: -2;
}

.intBg:before {
  background: url("../images/int_bg_01.png") repeat-x 0 500px;
}

.intBg:after {
  background: url("../images/int_bg_02.png") repeat-x 0 500px;
}

.intBg #footer:after,
.intBg #footer:before {
  background: #f2f2f2;
  z-index: -1;
}

/* intBg ■■■ SP ■■■
-------------------------------------------------- */
@media screen and (max-width: 667px) {
  .intBg:before {
    background-image: none;
  }
  .intBg:after {
    background-image: none;
  }
}
/* mainBox
-------------------------------------------------- */
#mainBox {
  margin-top: 67px;
  position: relative;
  height: 500px;
}
#mainBox:after, #mainBox:before {
  z-index: -1;
}
#mainBox .mainBox-inner {
  margin: 0 auto;
  width: 1000px;
  height: 500px;
  background-image: url("../images/main_image.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainBox .mainBox-inner_h1 {
  text-align: center;
  color: #fff;
  line-height: 2;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
#mainBox .mainBox-inner_h1__main {
  font-size: clamp(1.688rem, 1.2rem + 2.08vw, 2.5rem);
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  display: inline-block;
  padding: 0 clamp(3.75rem, 3rem + 3.2vw, 5rem);
}
#mainBox .mainBox-inner_h1__main:before, #mainBox .mainBox-inner_h1__main:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: clamp(3.125rem, 2.375rem + 3.2vw, 4.375rem);
  height: 2px;
  background-color: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}
#mainBox .mainBox-inner_h1__main:before {
  left: 0;
}
#mainBox .mainBox-inner_h1__main:after {
  right: 0;
}
#mainBox .mainBox-inner_h1__sub {
  font-size: clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
}
#mainBox .nyBtn {
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  display: block;
}
#mainBox .nyBtn:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

/* top
-------------------------------------------------- */
#interviewList {
  /*
  h3 {
  	&.ttl {
  		border: 2px solid #fff;
  		color: #fff;
  		display: inline-block;
  		padding: 5px 37px 4px;
  		position: absolute;
  		left: 50%;
  		top: -50px;
  		z-index: 2;
  		transform: translateX(-50%);
  		&:before {
  			border-color: #fff transparent transparent transparent;
  			border-style: solid;
  			border-width: 7px 5px 0;
  			content: "";
  			position: absolute;
  			bottom: -13px;
  			left: 50%;
  			transform: translateX(-50%);
  		}
  	}
  }
  */
}
#interviewList h2 {
  padding: 20px 0;
  font-size: 0;
  text-align: center;
  position: relative;
}
#interviewList h2 img {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
#interviewList h2:before, #interviewList h2:after {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  z-index: 0;
}
#interviewList h2:before {
  background-color: #4472c4;
  left: 0;
}
#interviewList h2:after {
  background-color: #9bc2e6;
  right: 0;
}
#interviewList .box {
  width: 100%;
  position: relative;
}

/* top ■■■ SP ■■■
-------------------------------------------------- */
@media screen and (max-width: 667px) {
  #interviewList {
    /*
    h3 {
    	&.ttl {
    		border: 1px solid #fff;
    		padding: 3px 27px 2px;
    		top: 11px;
    		&:before {
    			border-width: 5px 3px 0;
    			bottom: -9px;
    		}
    	}
    }
    */
  }
  #interviewList h2 {
    padding: 10px 0;
    font-size: 0;
    height: auto;
    line-height: 1;
    text-align: center;
  }
  #interviewList h2 img {
    width: 40%;
  }
  #interviewList .box {
    min-height: 100%;
    float: none;
  }
}
/* pList
-------------------------------------------------- */
.pList .pList-int {
  float: left;
  width: 25%;
  position: relative;
}
.pList .pList-int a:hover .data {
  opacity: 1;
  transition: all 0.5s;
}
.pList .pList-int a .data p {
  display: table-cell;
  height: 53px;
  vertical-align: middle;
  width: 1000px;
}
.pList .pList-int.pList-int__blog {
  width: 50%;
}
.pList .data {
  background: rgba(121, 171, 59, 0.8);
  opacity: 0;
  color: #fff;
  font-size: 12px;
  height: 100%;
  line-height: 1.2;
  padding-top: 49px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pList .data .name {
  font-size: 20px;
  line-height: 1;
  margin: 19px 0 41px;
}
.pList .data span {
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  line-height: 1;
  padding: 9px 29px;
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.pList02 .data {
  background: rgba(68, 114, 196, 0.8);
}

/* pList ■■■ SP ■■■
	-------------------------------------------------- */
@media screen and (max-width: 667px) {
  #interviewList .second {
    background: #9bc2e6;
  }
  #interviewList .second:before {
    background: url("../images/news_bg.png") 0 0;
    background-size: 100%;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50px;
  }
  .pList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pList .pList-int {
    float: none;
    width: auto;
    width: 50%;
  }
  .pList .pList-int a:hover .data {
    opacity: 0;
  }
}
/* news
-------------------------------------------------- */
#news {
  background: url("../images/news_bg.png") 0 0;
  height: 250px;
  position: relative;
}

#interviewList #news h3 {
  font-size: 0;
  line-height: 0;
  padding: 18px 0;
  text-align: center;
}

#news ul.newsList {
  line-height: 1;
  padding: 0 0 5px 41px;
}
#news ul.newsList .imgBox {
  width: 59px; /*仮　後でメンテする 20221021*/
}

#news ul.newsList li {
  display: table;
  margin-bottom: 15px;
}

#news ul.newsList li .imgBox,
#news ul.newsList li .info {
  display: table-cell;
  vertical-align: middle;
}

#news ul.newsList li .info {
  font-size: 13px;
  padding-left: 5px;
}

#news ul.newsList li .info p {
  line-height: 1;
}

#news ul.newsList li .info .date {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}

#news .sns {
  display: none;
}

#news .btn {
  font-size: 14px;
  padding: 4px 0;
  width: 62px;
  position: absolute;
  right: 10px;
  top: 10px;
  /* margin-top: -203px;*/
}

#news .btn:before {
  border-width: 4px;
  bottom: 3px;
  right: 3px;
}

/* news ■■■ SP ■■■
	-------------------------------------------------- */
@media screen and (max-width: 667px) {
  #news {
    height: 250px;
    text-align: center;
  }
  #interviewList #news h3 {
    margin: 0 auto;
    padding: 68px 0 20px;
    width: 128px;
    position: relative;
    z-index: 1;
  }
  #news ul.newsList {
    display: none;
  }
  #news .btn {
    font-size: 11px;
    padding: 3px 0;
    width: 49.6%;
  }
  #news .btn:before {
    border-width: 3px;
    bottom: 2px;
    right: 2px;
  }
  #news .sns {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
  }
  #news .sns li:nth-child(1) a {
    background-image: url("../images/top_fb.png");
  }
  #news .sns li:nth-child(2) a {
    background-image: url("../images/top_tw.png");
  }
  #news .btn {
    position: relative;
    margin: 0 auto;
    right: 0;
  }
}
/* ---------------------------------------------------------

■■■ DEVELOPMENT ■■■■■■■■■■

--------------------------------------------------------- */
/* dev
-------------------------------------------------- */
#dev #main .wrap {
  background-image: url("../images/dev.png");
}

/* ---------------------------------------------------------

■■■ PERSONNEL ■■■■■■■■■■

--------------------------------------------------------- */
/* pe
-------------------------------------------------- */
#pe #main .wrap {
  background-image: url("../images/pe.png");
}

/* ---------------------------------------------------------

■■■ MESSAGE ■■■■■■■■■■

--------------------------------------------------------- */
/* msg
-------------------------------------------------- */
#msg #main .wrap {
  background-image: url("../images/msg.png");
}

/* ---------------------------------------------------------

■■■ EDUCATION ■■■■■■■■■■

--------------------------------------------------------- */
/* ed
-------------------------------------------------- */
#ed #main .wrap {
  background-image: url("../images/ed.png");
}

/* ---------------------------------------------------------

■■■ WELFARE ■■■■■■■■■■

--------------------------------------------------------- */
/* welfare
-------------------------------------------------- */
#welfare #main .wrap {
  background-image: url("../images/welfare.png");
}

/* ---------------------------------------------------------

■■■ INTERVIEW ■■■■■■■■■■

--------------------------------------------------------- */
/* interview
-------------------------------------------------- */
#interview.new #main {
  background: #4472c4;
}
#interview.second #main {
  background: #9bc2e6;
}
#interview #main:after, #interview #main:before {
  content: none;
}
#interview #main .dataBox,
#interview #main .imgBox {
  width: 50%;
}
#interview #main .dataBox {
  background: #4472c4;
  height: 500px;
  position: relative;
}
#interview #main .dataBox .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: calc(40px / 3);
}
#interview #main .dataBox .ttl.boss {
  margin-bottom: 40px;
}
#interview #main .dataBox .ttl-sub {
  margin-bottom: 40px;
}
#interview #main .dataBox .dataBox-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align: center;
  color: #fff;
  width: 80%;
}
#interview #main .dataBox .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: calc(40px / 3);
}
#interview #main .dataBox .data {
  position: absolute;
  left: 38px;
  bottom: 13px;
}
#interview .img {
  margin: 90px 0;
}
#interview .img img {
  width: 100%;
}

/* interview ■■■ SP ■■■
-------------------------------------------------- */
@media screen and (max-width: 667px) {
  #interview #main .flex {
    display: block;
  }
  #interview #main .dataBox,
  #interview #main .imgBox {
    width: auto;
  }
  #interview #main .dataBox {
    height: auto;
    margin: 0 -57px 0 -58px;
    padding: calc(40px / 2) 40px;
  }
  #interview #main .dataBox .ttl {
    font-size: 20px;
    margin-bottom: calc(40px / 2);
  }
  #interview #main .dataBox .ttl.boss {
    margin-bottom: calc(40px / 2);
  }
  #interview #main .dataBox .ttl-sub {
    margin-bottom: calc(40px / 2);
  }
  #interview #main .dataBox .dataBox-name {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    margin: 0;
    text-align: left;
    color: #fff;
    width: 100%;
  }
  #interview #main .dataBox .name {
    font-size: 15px;
    margin-bottom: 3px;
  }
  #interview #main .dataBox .data {
    margin-top: 23px;
    position: static;
  }
  #interview .img {
    margin: 35px 0 25px;
  }
  #interview .textBox {
    margin-bottom: 15px;
  }
}
/* ---------------------------------------------------------

■■■ RECRUIT ■■■■■■■■■■

--------------------------------------------------------- */
/* recruit
-------------------------------------------------- */
#recruit #main .wrap {
  background-image: url("../images/rec.png");
}
#recruit #container h2 {
  margin-bottom: 51px;
}

#entry dl.acc > dt.ttl01,
.accBox > dt.ttl01,
#recruit .accBox > dt.on {
  background: #4472c4;
}

#entry dl.acc > dt.ttl02,
.accBox > dt.ttl02,
#recruit.second .accBox > dt.on {
  background: #9bc2e6;
}

#recruit .btn {
  margin-top: 46px;
}

/* ---------------------------------------------------------

■■■ ENTRY ■■■■■■■■■■

--------------------------------------------------------- */
/* entry
-------------------------------------------------- */
#entry #main .wrap {
  background-image: url("../images/entry.png");
}

#entry #main .wrap2 {
  background-image: url("../images/webseminar.png");
}

#entry #container h2 {
  margin-bottom: 42px;
}

#entry dl.acc > dt {
  color: #fff;
  padding: 0;
  text-align: center;
}

#entry dl.acc > dt a {
  color: #fff;
  display: block;
  padding: 25px 0;
  text-decoration: none;
}

#entry dl.acc > dt span {
  padding: 0 59px;
}

#entry dl.acc > dt.ttl01 span {
  background: url("../images/icn_01.png") no-repeat 0 50%, url("../images/icn_01.png") no-repeat 100% 50%;
  background-size: 17px;
}

#entry dl.acc > dt.ttl02 span {
  background: url("../images/icn_02.png") no-repeat 0 50%, url("../images/icn_02.png") no-repeat 100% 50%;
  background-size: 17px;
}

#entry dl.acc > dt.on:after,
#entry dl.acc > dt:after {
  content: none;
}

#entry dl.acc > dt.on:before,
#entry dl.acc > dt:before {
  width: 1em;
  height: 1.25em;
  line-height: 1;
  font-size: 140%;
  text-align: center;
  right: 27px;
  background: none;
}

#entry dl.acc > dt:before {
  content: "+";
}

#entry dl.acc > dt.on:before {
  content: "-";
}

#entry .table dt span {
  color: #f00;
}

#entry dl.acc a {
  text-decoration: underline;
}

#entry select {
  margin-right: calc(40px / 2);
}

#entry #complete p {
  margin-bottom: 100px;
}

#entry dl.acc a.btn {
  text-decoration: none;
}

/* ---------------------------------------------------------

■■■ PRIVACY ■■■■■■■■■■

--------------------------------------------------------- */
/* privacy
-------------------------------------------------- */
#privacy #main {
  height: auto;
}

#privacy section .wrap {
  width: 660px;
}

#privacy section ul,
#privacy section ol,
#privacy section p {
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 20px;
}

#privacy section p span.imgBox {
  display: block;
  margin-top: 10px;
}

#privacy .box {
  margin-bottom: 38px;
}

#privacy h3 {
  font-size: 14px;
  margin-bottom: 14px;
}

#privacy section a {
  color: #8b8f8f;
  text-decoration: underline;
}

#privacy .table {
  border-top: 1px solid #b8b8b8;
  margin-top: -5px;
}

#privacy .table dd,
#privacy .table dt {
  background: none;
  border-bottom: 1px solid #b8b8b8;
  padding: 10px;
}

#privacy .table dt {
  font-size: 12px;
  font-weight: bold;
  width: 40%;
}

#privacy .table dt:nth-child(2) {
  width: 60%;
}

#privacy .table dd {
  font-size: 11px;
}

/* ---------------------------------------------------------

■■■ SITEMAP ■■■■■■■■■■

--------------------------------------------------------- */
/* sitemap
-------------------------------------------------- */
#sitemap #main {
  height: auto;
}

#sitemap section .wrap {
  width: 660px;
}

#sitemap .box01 dt {
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  padding-bottom: 14px;
}

#sitemap .box01 dd {
  padding: 50px 0 64px 29px;
}

#sitemap .box01 dd:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}

#sitemap .box01 li ul {
  float: right;
  width: 46%;
}

#sitemap .box01 li {
  margin-bottom: 32px;
  padding-left: 12px;
  position: relative;
}

#sitemap .box01 li:before {
  border-color: transparent transparent transparent #8b8f8f;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}

#sitemap .box01 li:last-child {
  margin-bottom: 0;
}

#sitemap .box01 li a {
  font-size: 11px;
}

/* ---------------------------------------------------------

■■■ BLOG ■■■■■■■■■■

--------------------------------------------------------- */
/* blog
-------------------------------------------------- */
#blog #main .wrap {
  background-image: url("../images/blog.png");
}

#blog ul {
  margin: 0 auto;
}
#blog li {
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
}
#blog li .flex {
  justify-content: flex-start;
}
#blog li .data {
  padding-left: 26px;
}
#blog li .data .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 7px 0;
  text-decoration: underline;
}
#blog li .data p,
#blog li .data .ttl {
  letter-spacing: -0.07em;
}

@media screen and (max-width: 667px) {
  /* blog
  -------------------------------------------------- */
  #blog ul {
    margin: 13px 15px 33px;
  }
  #blog li {
    padding: 15px 0;
  }
  #blog li a {
    justify-content: flex-start;
  }
  #blog li .imgBox {
    width: 100px;
  }
  #blog li .data {
    padding-left: 10px;
    width: 70%;
  }
  #blog li .data .ttl {
    font-size: 15px;
    margin: 0;
  }
  #blog li .data p,
  #blog li .data .ttl {
    letter-spacing: -0.07em;
  }
  #blog li .date {
    font-size: 10px;
    line-height: 1;
  }
}
/* wp-pagenavi
-------------------------------------------------- */
.wp-pagenavi {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding-top: 40px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: 1px solid #333;
  display: inline-block;
  font-size: 18px;
  line-height: 31px;
  height: 33px;
  margin: 0 3px;
  vertical-align: top;
  width: 33px;
  position: relative;
}
.wp-pagenavi span,
.wp-pagenavi a:hover {
  background: #333;
  color: #fff;
}

.wp-pagenavi a:first-child,
.wp-pagenavi a:last-child {
  background: none;
  border: 0;
  border-bottom: 1px solid #333;
  width: auto;
  text-align: left;
}

.wp-pagenavi a:first-child {
  margin-right: 17px;
}

.wp-pagenavi a:last-child {
  margin-left: 17px;
}

.wp-pagenavi a:first-child:hover,
.wp-pagenavi a:last-child:hover {
  color: #333;
}

/* detail
-------------------------------------------------- */
#detail #main {
  padding: 39px 0 32px;
}

#detail .ttlBox {
  border-bottom: 1px solid #333;
  margin-bottom: 45px;
  padding: 11px 0 20px;
}

#detail .ttlBox h2 {
  font-size: 26px;
  line-height: 1.5;
}

#detail .ttlBox .date {
  text-align: right;
}

#detail .post img {
  height: auto;
  width: auto;
}

#detail .post p {
  margin-bottom: 45px;
}

#detail .snsBox li {
  display: inline-block;
  vertical-align: top;
}

#detail .snsBox li .fb-share-button span {
  vertical-align: top !important;
}

#detail .btnBox {
  border-top: 1px solid #333;
  padding-top: 35px;
  margin-top: 43px;
}

#detail .btnBox a {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding-top: 9px;
}

#se1 h3 {
  text-align: center;
  display: inline-block;
  font-size: 32px;
}

/* ---------------------------------------------------------

■■■ SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (max-width: 667px) {
  /* btn
  -------------------------------------------------- */
  .btn {
    font-size: 17px;
    padding: 8px 0;
    width: 61.7%;
  }
  .btn:before {
    border-width: 5px;
  }
  /* main
  -------------------------------------------------- */
  #main {
    height: auto;
    margin-top: 57px;
    padding: 0 57px 0 58px;
  }
  #main .wrap {
    height: auto;
  }
  #main .imgBox {
    margin: 0 auto;
  }
  #main .wrap .text h2 {
    font-size: 13px;
    margin-top: 17px;
  }
  #main .wrap2 {
    height: auto;
  }
  #main .wrap .text h2 {
    font-size: 13px;
    margin-top: 17px;
  }
  #main .bg {
    font-size: 0;
    line-height: 0;
  }
  /* ---------------------------------------------------------

  ■■■ TOP ■■■■■■■■■■

  --------------------------------------------------------- */
  .topbg {
    background: none;
  }
  .topbg:after,
  .topbg:before {
    content: none;
  }
  /* mainBox
  -------------------------------------------------- */
  #mainBox {
    margin-top: 57px;
    height: 375px;
  }
  #mainBox .mainBox-inner {
    height: 375px;
    width: auto;
  }
  #mainBox .nyBtn {
    bottom: 5%;
  }
  #mainBox .nyBtn img {
    width: 60%;
  }
  /* ---------------------------------------------------------

  ■■■ DEVELOPMENT ■■■■■■■■■■

  --------------------------------------------------------- */
  /* dev
  -------------------------------------------------- */
  #dev #main .wrap {
    background-image: url("../images/s_dev.png");
  }
  /* ---------------------------------------------------------

  ■■■ PERSONNEL ■■■■■■■■■■

  --------------------------------------------------------- */
  /* pe
  -------------------------------------------------- */
  #pe #main .imgBox {
    width: 160px;
  }
  /* ---------------------------------------------------------

  ■■■ MESSAGE ■■■■■■■■■■

  --------------------------------------------------------- */
  /* msg
  -------------------------------------------------- */
  #msg #main .imgBox {
    width: 117px;
  }
  /* ---------------------------------------------------------

  ■■■ EDUCATION ■■■■■■■■■■

  --------------------------------------------------------- */
  /* ed
  -------------------------------------------------- */
  #ed #main .imgBox {
    width: 183px;
  }
  /* ---------------------------------------------------------

  ■■■ WELFARE ■■■■■■■■■■

  --------------------------------------------------------- */
  /* welfare
  -------------------------------------------------- */
  #welfare #main .imgBox {
    width: 116px;
  }
  /* ---------------------------------------------------------

  ■■■ RECRUIT ■■■■■■■■■■

  --------------------------------------------------------- */
  /* recruit
  -------------------------------------------------- */
  #recruit #main .imgBox {
    width: 183px;
  }
  #recruit.second #main .imgBox {
    width: 132px;
  }
  #recruit #container h2 {
    margin-bottom: 30px;
  }
  #recruit .btn {
    margin-top: 28px;
  }
  /* ---------------------------------------------------------

  ■■■ ENTRY ■■■■■■■■■■

  --------------------------------------------------------- */
  /* entry
  -------------------------------------------------- */
  #entry #main .imgBox {
    width: 81px;
  }
  #entry dl.acc > dd {
    padding: 33px 17px 43px;
  }
  #entry #container h2 {
    margin-bottom: 28px;
  }
  #entry dl.acc > dt {
    text-align: left;
  }
  #entry dl.acc > dt a {
    padding: 17px 0 17px 17px;
  }
  #entry dl.acc > dt span {
    padding: 0 0 0 33px;
  }
  #entry dl.acc > dt.ttl01 span {
    background: url("../images/icn_01.png") no-repeat 0 50%;
    background-size: 15px;
  }
  #entry dl.acc > dt.ttl02 span {
    background: url("../images/icn_02.png") no-repeat 0 50%;
    background-size: 17px;
  }
  #entry dl.acc > dt.on:before,
  #entry dl.acc > dt:before {
    right: 17px;
  }
  #entry select {
    margin-right: 3%;
  }
  #entry #complete p {
    margin-bottom: 40px;
  }
  /* ---------------------------------------------------------

  ■■■ BLOG ■■■■■■■■■■

  --------------------------------------------------------- */
  /* wp-pagenavi
  -------------------------------------------------- */
  .wp-pagenavi {
    margin: 0 15px;
    position: relative;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 14px;
    line-height: 28px;
    height: 30px;
    margin: 0 4px;
    width: 30px;
  }
  .wp-pagenavi span,
  .wp-pagenavi a:hover {
    color: #fff;
  }
  .wp-pagenavi a:hover {
    background: #fff;
    color: #fff;
  }
  .wp-pagenavi a:first-child,
  .wp-pagenavi a:last-child {
    height: auto;
    line-height: 1.8;
    position: absolute;
    top: 0;
  }
  .wp-pagenavi a:first-child {
    left: 0;
  }
  .wp-pagenavi a:last-child {
    right: 0;
  }
  /* detail
  -------------------------------------------------- */
  #detail #main {
    padding: 18px 0 15px;
  }
  #detail #main h2 img {
    width: 195px;
  }
  #detail .inWrap {
    margin: 0 15px;
  }
  #detail .ttlBox {
    margin-bottom: 19px;
    padding: 0 0 9px;
  }
  #detail .ttlBox h2 {
    height: auto;
    font-size: 19px;
    line-height: 1.3;
  }
  #detail .ttlBox .date {
    font-size: 11px;
    line-height: 1;
    text-align: right;
  }
  #detail .post p {
    margin-bottom: 14px;
  }
  #detail .btnBox {
    padding-top: 18px;
    margin-top: 9px;
  }
  #detail .btnBox a {
    font-size: 15px;
    height: 29px;
    padding-top: 8px;
  }
  #detail .btnBox a.btn {
    font-size: 16px;
    height: auto;
    width: 50%;
  }
  #detail a:hover {
    text-decoration: underline;
  }
  .mw_wp_form_input {
    width: 90%;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */