.fade {
  transition: 0.3s;
}

.fade:hover {
  opacity: 0.7;
}

/* ============================================================== index */
.idx_frame {
  padding: 0 0.5em;
}

.idx_frame .wfx {
  padding-top: 6.25em;
/*
  border-left: 1px solid rgba(37, 32, 65, 0.1);
  border-right: 1px solid rgba(37, 32, 65, 0.1);
*/
}

.idx_ttl {
  font-size: 100%;
  padding-left: 1em;
  margin-bottom: 2em;
  border-left: 0.35em solid #0e6f3f;
}

.idx_ttl span {
  font-size: 165%;
  letter-spacing: 0.2em;
  line-height: 1;
  display: inline-block;
  margin-right: 0.5em;
  padding: 0;
}

.idx_ttl i {
  display: inline-block;
  vertical-align: bottom;
}

body > header > div.gn > nav > ul:nth-child(6) > li:nth-child(4),body > footer > div > nav > ul:nth-child(4) > li:nth-child(3),body > footer > div > nav > ul:nth-child(4) > li:nth-child(4) {
	display:none!important;}

/* ----------------------------------------------- mv */
.idx_mv {
  position: relative;
  height:100vh;}

.idx_mv::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.idx_mv video {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  margin:auto;
}

.idx_mv_inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 2;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  transform: translateX(-50%);
}

.idx_mv_inner_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.idx_mv_ttl {
  width: 40%;
  margin-left: 5%;
  margin-bottom: 2em;
  max-width: 428px;
}

.idx_mv_en {
  width: 40%;
  margin-left: 12%;
  max-width: 506px;
}

.idx_mv_scroll {
  position: absolute;
  width: 1em;
  height: 10em;
  left: 5%;
  bottom: -4em;
  border-left: 1px solid #333;
}

.video_inner {
	height:100vh;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;}

.idx_mv_scroll a {
  display: block;
  padding-left: 0.4em;
}

@media screen and (min-width: 1250px) {
  .idx_mv_ttl {
    margin-bottom: 4em;
  }
}
/* ----------------------------------------------- message */
.idx_msg {
  padding: 6em 2em;
}

.idx_msg_outer {
  margin: 0 auto;
  max-width: 670px;
}

.idx_msg_inner {
  display: flex;
}

.idx_msg_ttl {
  width: 6vw;
}

.idx_msg_ttl span {
  font-size: 70%;
  display: block;
  letter-spacing: 0.2em;
  color: #0e6f3f;
}

.idx_msg_txt {
  font-size: 75%;
  padding-left: 4em;
  flex: 1;
}

.idx_msg_txt p {
  margin-bottom: 2em;
  font-size: 1.2em;
}

.idx_msg_txt br {
  display: none;
}

@media screen and (min-width: 750px) {
  .idx_msg {
    padding: 6em 2em 6em;
  }

  .idx_msg_txt br {
    display: inline;
  }
}
/* ----------------------------------------------- menu */
.idx_menu_box {
  color: #fff;
  text-decoration: none;
  padding: 0 1em;
  display: flex;
  align-items: center;
  width: 100%;
  height: 75vw;
  position:relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity:0.9;
}

.special_area .idx_menu {}

.idx_menu_1 {
  background-image: url("../img/idx_menu_1_bg.jpg");
}

.idx_menu_2 {
  background-image: url("../img/idx_menu_2_bg.jpg");
  background-position: 0 50%;
}

.idx_menu_3 {
  background-image: url("../img/idx_menu_3_bg.jpg");
}

.idx_menu_4 {
  background-image: url("../img/idx_menu_4_bg.jpg");
}

.idx_menu_5 {
  background-image: url("../img/idx_menu_5_bg.jpg");
}

.idx_menu_6 {
  background-image: url("../img/idx_menu_6_bg.jpg");}
.idx_menu_7 {
  background-image: url("../img/idx_menu_2_bg.jpg");
}

.idx_menu_inner {
  font-size: 75%;
  display: block;
  width: calc(98% - 25px - 1em);
  margin-left: 15px;
  position:absolute;
  bottom:25px;}

@media screen and (max-width: 767px) {
  .idx_menu_inner {
    margin-left: 10px;
  }

.idx_msg {
    padding: 6em 1em;}

.idx_msg_ttl {
    width: 85px;}

.idx_msg_ttl span {
	letter-spacing:0;}

.idx_msg_txt {
    padding-left: 1em;}

.idx_mv {
	background-image:url(../img/mv_sp.jpg);
	background-size:cover;
    background-position: center;}

.special_area {
	padding:0 0.5em;}

.idx_mv_en {
	width:62%;}

.idx_mv_ttl {
    width: 70%;}

.idx_msg_txt p {
    font-size: 13px;}



}





.idx_menu_ttl {
  font-size: 165%;
  position: relative;
}

.idx_menu_ttl span {
  display: inline-block;
  letter-spacing: 0.2em;
}

.idx_menu_ttl span i {
  display: block;
}

.idx_menu_box dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.idx_menu_box dd {
  font-size: 80%;
  max-width: 24em;
  margin-bottom: 1em;
}

.idx_menu_btn a {
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 70%;
  display: inline-block;
  padding: 1em 3em;
}

.idx_menu_lnk span {
  display: inline-block;
  margin-left: -2px;
}

.idx_menu_lnk i {
  opacity: 0.4;
  display: inline-block;
  position: relative;
  width: 4em;
  margin-left: 1em;
}

.idx_menu_2 .idx_menu_box {
	height:25vw;}

.idx_menu_2 span {
	color:#363636!important;}

.idx_menu_lnk i:before,
.idx_menu_lnk i:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  height: 1px;
  bottom: 0;
}

.idx_menu_lnk i:before {
  width: 100%;
  left: 0;
}

.idx_menu_lnk i:after {
  width: 1em;
  right: 0;
  transform: rotate(35deg);
  transform-origin: right bottom;
}

.idx_menu_1 .idx_menu_ttl {
  margin-bottom: 0.2em;
}

.idx_menu_1 .idx_menu_ttl span {
  width: 8em;
  font-size: 135%;
}

.idx_menu_1 .idx_menu_ttl span i {
  color: #0e6f3f;
  background: #fff;
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.1em 0 0.1em 0.2em;
  line-height: 1;
}

.idx_menu_2 {
  color: #363636;
}

.idx_menu_2 .idx_menu_ttl {
  color: #0e6f3f;
  font-size: 165%;
/*
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
*/
}

.idx_menu_2 .idx_menu_ttl:after {
  background: #0e6f3f;
  width: 2em;
  height: 2px;
  bottom: 0;
  left: 0;
/*  content: ""; */
  content: none;
  display: block;
  position: absolute;
}

@media screen and (min-width: 750px) {
  .idx_menu:after {
    content: "";
    font-size: 0;
    clear: both;
    display: block;
  }

  .idx_menu_box {
    float: left;
  }

  .idx_menu_1 {
    width: calc(100% / 3);
    height: 25vw;
  }

  .idx_menu_1:hover {
    cursor: pointer;
    cursor: hand;
  }

  .idx_menu_2 {
    width: calc((100% / 3) * 2);
    height: 25vw;
  }

  .idx_menu_3 {
    width: calc(100% / 3);
    height: 25vw;
	position:relative;
  }

  .idx_menu_4 {
    width: calc(100% / 3);
    height: 25vw;
  }

  .idx_menu_5 {
    width: calc(100% / 3);
    height: 50vw;
    float: right;
  }

  .idx_menu_6 {
    width: calc(100% / 3);
    height: 25vw;
	position:relative;
  }
  .idx_menu_7 {
    width: calc(100% / 3);
    height: 25vw;
	position:relative;
  }
}
/* ----------------------------------------------- works */
.idx_works .wfx {
  padding-bottom: 4em;
}

.idx_works_lst {
  display: flex;
}

.idx_works_lst li {
  font-size: 100%;
  width: 100%;
  max-width:1000px;
  margin: 0 auto;
}

.idx_works_lst li a {
  text-decoration: none;
}

.idx_works_lst li a img:hover {
  opacity: 0.7;
}

.idx_works_fig {
  margin-bottom: 0.5em;
  max-height:350px;
  overflow:hidden;
}

.idx_works p {
  padding-left: 0.0em;
}

.idx_works_ja {
  font-size: 90%;
  color: #000;
}

.idx_works_en {
  font-size: 60%;
  color: #0e6f3f;
  letter-spacing: 0.1em;
}

/* ----------------------------------------------- interviews */
.idx_interview {
  background: #428061;
  padding: 2em 1em;
  position: relative;
}

.idx_interview:before {
  background: #5f967b;
  right: 0;
  width: 89.5%;
  top: 30%;
  height: 53%;
  content: "";
  display: block;
  position: absolute;
}

.idx_interview_ttl {
  color: #fff;
  font-size: 100%;
  margin-bottom: 2em;
  text-align: center;
}

.idx_interview_ttl span {
  font-size: 165%;
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 0.3em;
}

.idx_interview_ttl i {
  font-size: 50%;
  display: block;
}

.idx_interview_box {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
  margin: 0 auto 2em;
  max-width: 480px;
}

.idx_interview_tag {
  font-size: 70%;
  background: #217143;
  top: -1em;
  right: -1em;
  padding: 0.5em 0;
  width: 13.5em;
  text-align: center;
  position: absolute;
}

.idx_interview_txt {
  font-size: 80%;
  background: #217143;
  color: #fff;
  width: calc(100% - 0.5em);
  padding: 1em 1em;
  z-index: 2;
  position: relative;
  transform: translate(-0.5em, 0);
  margin-top: -3.6em;
  margin-bottom: 1em;
}

.idx_interview_name span {
  display: inline-block;
  margin-right: 1em;
}

.idx_interview_name .ja {
  font-size: 120%;
}

.idx_interview_name .en {
  font-size: 70%;
}

.idx_interview_join {
  font-size: 70%;
}

@media screen and (max-width: 767px) {
  .idx_interview_tag {
    top: -3em;
  }
}

@media screen and (min-width: 750px) {
  .idx_interview {
    padding: 10% 1em;
  }

  .idx_interview_ttl {
    margin-bottom: 4em;
  }

  .idx_interview_ttl i {
    font-size: 80%;
  }

  .idx_interview .wfx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .idx_interview_box {
    width: 46%;
  }
}
@media screen and (min-width: 1000px) {
  .idx_interview_box {
    width: 28%;
	margin:0 auto 4.5em
  }
}
@media screen and (max-width: 767px) {
.idx_interview_ttl {
  margin-bottom: 4em;
  }
.idx_interview_ttl i {
    font-size: 80%;
	}
.idx_interview_box {
  color: #fff;
  position: relative;
  text-decoration: none;
  margin: 0 auto 2em;
  max-width: 47%;
  width: 48%;
  display: inline-block;
  }
}
.idx_interview_box:nth-child(2n-1) {
  margin: 0 10px 2em auto;
}
.idx_interview_txt span.no-exist{
	visibility:hidden;
	}

/* ----------------------------------------------- style */
.idx_style .wfx {
/*  padding-bottom: 3em;*/
}

.idx_style .wfx:after {
  content: "";
  font-size: 0;
  clear: both;
  display: block;
}

.idx_style_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.idx_style_wrp {
  color: #fff;
  background: #217143;
  padding: 0.5em 1em;
  text-decoration: none;
  display: block;
  width: 50%;
  max-width: 230px;
}

.idx_style_1 {
  background-image: url("../img/idx_style_1_bg.jpg");
}

.idx_style_2 {
  background-image: url("../img/idx_style_2_bg.jpg");
}

.idx_style_3 {
  background-image: url("../img/idx_style_3_bg.jpg");
}

.idx_style_4 {
  background-image: url("../img/idx_style_5_bg.jpg");
}
.idx_style_5 {
  background-image: url("../img/idx_style_4_bg.jpg");
}

.idx_style_ttl {
  margin-bottom: 0;
  font-size: 100%;
}

.idx_style_ttl span {
  font-size: 120%;
  letter-spacing: 0.1em;
}

.idx_style_txt {
  font-size: 70%;
}

@media screen and (min-width: 750px) {
  .idx_style_box {
    float: left;
  }

  .idx_style_1 {
    width: 50%;
    height: auto;
    padding: 75px 0;
	text-decoration: none;
  }

  .idx_style_2 {
    width: 50%;
    float: right;
    height: auto;
    padding: 296px 0 80.5px;
	text-decoration: none;
  }

  .idx_style_3 {
    width: 50%;
    height: auto;
    padding: 75px 0 76px 0;
	text-decoration: none;
  }
  .idx_style_4 {
    width: 100%;
    height: auto;
    padding: 110px 0;
	text-decoration: none;
  }
  .idx_style_5 {
    width: 50%;
    height: auto;
    padding: 110px 0;
	text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
.idx_frame a {
	text-decoration: none;
  }

.idx_style .wfx {
    padding-bottom: 0em;}


}

/* ----------------------------------------------- recruit */
.idx_recruit .wfx {
  padding-bottom: 3em;
}

.idx_recruit_box {
  padding: 0 1em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;}

.idx_recruit_box a {
  padding: 3em 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}

.idx_recruit_1 {
  background-image: url("../img/idx_recruit_1_bg.jpg");
}

.idx_recruit_2 {
  background-image: url("../img/idx_recruit_2_bg.jpg");
}

.idx_recruit_ttl {
  font-size: 165%;
  letter-spacing: 0.2em;
}

.idx_recruit_lnk {
  margin-left: 5em;
}

.idx_recruit_lnk span {
  display: inline-block;
  font-size: 75%;
}

.idx_recruit_lnk i {
  opacity: 0.4;
  display: inline-block;
  position: relative;
  width: 4em;
  margin-left: 1em;
}

.idx_recruit_lnk i:before,
.idx_recruit_lnk i:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  height: 1px;
  bottom: 0;
}

.idx_recruit_lnk i:before {
  width: 100%;
  left: 0;
}

.idx_recruit_lnk i:after {
  width: 1em;
  right: 0;
  transform: rotate(35deg);
  transform-origin: right bottom;
}

.idx_recruit_box .wft-en {
    font-size: 26px;
    }
@media screen and (min-width: 750px) {
  .idx_recruit .wfx {
    padding-bottom: 5em;
  }

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

  .idx_recruit_box {
    width: 48%;
  }
}
/*--------------------------------------------------
COMMON
--------------------------------------------------*/
html.lock {
  overflow: hidden;
}

.mainvisual_sub {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mainvisual_sub::before {
  content: '';
  display: block;
/*  padding-top: 43.9%;
  padding-top: 23.9%;*/
  padding-top: 30.9%;
}
.mainvisual_sub h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .mainvisual_sub h1 {
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual_sub h1 {
    font-size: 42px;
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
.mainvisual_sub {
  height: 70vh;
}
.mainvisual_sub::before {
  content: '';
  display: block;
  padding-top: 43.9%;
  }
}

/*--------------------------------------------------
TOP MESSAGE
--------------------------------------------------*/
body.topmessage .mainvisual {
  position: relative;
  background: url("../img/about/topmessage/mv.png") no-repeat center right;
  background-size: cover;
}
body.topmessage .mainvisual::before {
  content: '';
  display: block;
  padding-top: 53%;
}
body.topmessage .mainvisual .wfx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  body.topmessage .mainvisual .wfx {
    width: 90%;
  }
}
body.topmessage .mainvisual .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
}
body.topmessage .mainvisual .text h1 {
  font-size: 165%;
  letter-spacing: 0.2em;
}
body.topmessage .mainvisual .text .sub-title {
  font-size: 100%;
  line-height: 2;
}
body.topmessage .msg {
  position: relative;
  background-color: #ebeaea;
}
body.topmessage .msg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #2c4237;
}
body.topmessage .msg .wfx {
  position: relative;
  z-index: 2;
  transform: translateY(-7em);
  padding: 5%;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  body.topmessage .msg .wfx {
    transform: translateY(-4em);
    width: 90%;
  }
}
body.topmessage .msg .wfx h2 {
  text-align: center;
  font-size: 160%;
  color: #07562e;
  letter-spacing: 0.2em;
/*  font-family: "HG行書体", monospace;*/
  font-style: italic;
  line-height: 1.35;
  padding-top: 1em;
}
body.topmessage .msg .wfx p.text-right {
  text-align: right;
  font-size: 85%;
/*  font-family: "HG行書体", monospace; */
}
body.topmessage .msg .wfx p.text-right span {
    font-size: 150%;
	}
body.topmessage .msg .wfx p {
  margin-top: 2em;
  font-size: 80%;
}
body.topmessage .msg .wfx .box {
  margin-top: 8em;
}
body.topmessage .msg .wfx .box h3 {
  position: relative;
  padding-left: 60px;
  color: #0e6f3f;
  font-size: 120%;
}
body.topmessage .msg .wfx .box h3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #0e6f3f;
}
body.topmessage .msg .wfx .box .media-box,
body.topmessage .msg .wfx .box .col-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
body.topmessage .msg .wfx h2 {
  font-size: 105%;
	padding-top: 1em;
	letter-spacing: 0em;
  line-height: 1.8em;
	}
body.topmessage .msg .wfx {
    transform: translateY(-1.5em);
	}
body.topmessage .mainvisual .text h1 {
    font-size: 72%;
	}
body.topmessage .mainvisual {
    position: relative;
    background: url(../img/about/topmessage/mv_sp.jpg) no-repeat center right;
    background-size: cover;
    height: 50vh;
	}
body.topmessage .msg .wfx p.text-right {
    font-size: 80%;
	}
body.topmessage .msg .wfx p.text-right span {
    font-size: 135%;
	}
body.topmessage .msg .wfx .box h3 {
    font-size: 95%;
	}
body.topmessage .mainvisual .text .sub-title {
    margin-left: -4px;
	}
body.topmessage .msg .wfx .box {
    margin-top: 4em;
	}
}
@media screen and (max-width: 600px) {
  body.topmessage .msg .wfx .box .media-box,
  body.topmessage .msg .wfx .box .col-box {
    flex-wrap: wrap;
  }
}
body.topmessage .msg .wfx .box .media-box > div,
body.topmessage .msg .wfx .box .col-box > div {
  width: 48.5%;
}
@media screen and (max-width: 600px) {
  body.topmessage .msg .wfx .box .media-box > div,
  body.topmessage .msg .wfx .box .col-box > div {
    width: 100%;
  }
  body.topmessage .msg .wfx .box .media-box > div.sentence,
  body.topmessage .msg .wfx .box .col-box > div.sentence {
    order: 1;
  }
  body.topmessage .msg .wfx .box .media-box > div.thumbnail,
  body.topmessage .msg .wfx .box .col-box > div.thumbnail {
    order: 2;
    margin-top: 1em;
  }
  body.topmessage .msg .wfx .box .media-box > div.thumbnail img,
  body.topmessage .msg .wfx .box .col-box > div.thumbnail img {
    width: 100%;
  }
}
body.topmessage .msg .wfx .box .media-box .sentence p,
body.topmessage .msg .wfx .box .col-box .sentence p {
  line-height: 2;
}
body.topmessage .msg .wfx .box .media-box .sentence p:first-child,
body.topmessage .msg .wfx .box .col-box .sentence p:first-child {
  margin-top: 0;
}
body.topmessage .msg .wfx .box .col-box h4 {
  font-size: 120%;
  text-align: center;
  font-weight: bold;
  color: #0e6f3f;
}
body.topmessage .msg .wfx .box .col-box > div {
  margin-top: 1em;
}
@media screen and (max-width: 600px) {
  body.topmessage .msg .wfx .box .col-box > div:nth-of-type(2) {
    margin-top: 4em;
  }
}
body.topmessage .msg .wfx .box .col-box > div p {
  line-height: 2;
}
body.topmessage .msg .wfx .box .col-box > div p:first-child {
  margin-top: 0;
}
body.topmessage .msg .wfx .img {
  margin-top: 2em;
}
body.topmessage .link {
  padding: 6.25em 0 4em;
}
@media screen and (max-width: 1200px) {
  body.topmessage .link .wfx {
    width: 90%;
  }
}
body.topmessage .link .csr-link a {
  position: relative;
  display: block;
  width: 66.6%;
  margin: 0 auto;
  background: url("../img/about/topmessage/img-csr.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
body.topmessage .link {
    padding: 2.0em 0 4em;
	}
}
@media screen and (max-width: 600px) {
  body.topmessage .link .csr-link a {
    width: 90%;
  }
}
body.topmessage .link .csr-link a::before {
  content: '';
  display: block;
  padding-top: 35.27%;
}
body.topmessage .link .csr-link a .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78.75%;
  height: 66.6%;
  background: rgba(255, 255, 255, 0.7);
}
body.topmessage .link .csr-link a .title .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
body.topmessage .link .csr-link a .title .text span {
  display: block;
  color: #0e6f3f;
  text-align: center;
  line-height: 1.8;
}
body.topmessage .link .csr-link a .title .text span:nth-of-type(1) {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 0.2em;
}
body.topmessage .link .csr-link a .title .text span:nth-of-type(2) {
  font-size: 100%;
}
body.topmessage .link .idx_ttl {
  margin-top: 6em;
}
body.topmessage .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
body.topmessage .link .link-box a {
  position: relative;
  display: block;
  width: 25%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  body.topmessage .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.topmessage .link .link-box a {
    width: 100%;
  }
}
body.topmessage .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
body.topmessage .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/sp-about.png");
}
body.topmessage .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/sp-business.png");
}
body.topmessage .link .link-box a:nth-of-type(3) {
  background-image: url("../img/common/sp-topmessage.png");
}
body.topmessage .link .link-box a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.topmessage .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.topmessage .link .link-box a .inner span.title {
  font-size: 120%;
  letter-spacing: 0.2em;
}
body.topmessage .link .link-box a .inner span.sub-title {
  font-size: 80%;
}
@media screen and (max-width: 450px) {
  body.topmessage .link .link-box a::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 374px) {
body.topmessage .msg .wfx h2 {
    font-size: 83%;
	}
body.topmessage .msg .wfx p.text-right {
    font-size: 75%;
	}
body.topmessage .msg .wfx .box h3 {
    font-size: 82%;
	}
}
@media screen and (max-width: 413px) {
body.topmessage .msg .wfx h2 {
    font-size: 98%;
	}
}
@media screen and (max-width: 374px) {
body.topmessage .msg .wfx h2 {
    font-size: 82%;
	}
body.topmessage .msg .wfx p.text-right span {
    font-size: 116%;
	}
}


/*--------------------------------------------------
INTERVIEW
--------------------------------------------------*/
body.interview .mainvisual_sub {
  background-image: url("../img/interview/mv.png");
  background-position-y: 30%;
}
body.interview .mainvisual_sub::before {
    padding-top: 33.9%;
	}
body.interview .idx_interview::before {
  top: 20%;
  height: 30%;
}
body.interview .idx_interview h3 {
  position: relative;
  z-index: 1;
}
body.interview .idx_interview .interview_sub_ttl {
  margin: 0em 0 3.5em;
  font-size: 130%;
  color: #fff;
  text-align: center;
}
body.interview .idx_interview .interview_sub_ttl.ttl02 {
  margin: 7% 0 3.5em;
}
body.interview .idx_interview .wfx {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  body.interview .idx_interview .wfx {
    justify-content: flex-start;
  }
}
body.interview .idx_interview .wfx a {
  margin: 0 0 4em;
}
@media screen and (max-width: 1000px) {
  body.interview .idx_interview .wfx a {
    margin: 2em 0em 2em;
  }
}
body.interview .idx_interview .wfx a:nth-of-type(2) {
  margin: 0 4.8%;
}
@media screen and (max-width: 1000px) {
  body.interview .idx_interview .wfx a:nth-of-type(2) {
    margin: 0 auto 2em;
  }
}
body.interview .idx_interview .wfx a:nth-of-type(4) {
  margin-right: 4.8%;
}
@media screen and (max-width: 1000px) {
  body.interview .idx_interview .wfx a:nth-of-type(4) {
    margin: 0 auto 2em;
  }
}
body.interview .idx_interview .wfx a .idx_interview_fig img {
  width: 100%;
}
body.interview .introduction {
  padding: 6.25em 0 4em;
}
@media screen and (max-width: 1200px) {
  body.interview .introduction .wfx {
    width: 90%;
  }
}
body.interview .introduction__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.interview .introduction__list a {
  position: relative;
  display: block;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
body.interview .mainvisual_sub {
    background-image: url(../img/interview/mv_sp.png);
    background-position-y: 30%;
	}
body.interview .idx_interview .interview_sub_ttl {
    margin: 1.5em 0 3em;
    font-size: 140%;
	}
body.interview .mainvisual_sub h1 {
    position: absolute;
    top: 60%;
	}
body.interview .idx_interview .interview_sub_ttl.ttl02 {
    margin: 4.0em 0 2.5em;
	}
body.interview .mainvisual_sub::before {
    padding-top: 44.9%;
	}
}
@media screen and (max-width: 560px) {
  body.interview .introduction__list a {
    width: 100%;
  }
}
body.interview .introduction__list a:nth-of-type(1) {
  background-image: url("../img/interview/interviews_thumb01.png");
}
body.interview .introduction__list a:nth-of-type(2) {
  background-image: url("../img/interview/interviews_thumb02.png");
}
body.interview .introduction__list a:nth-of-type(3) {
  background-image: url("../img/interview/interviews_thumb03.png");
}
body.interview .introduction__list a:nth-of-type(4) {
  background-image: url("../img/interview/interviews_thumb04.png");
}
body.interview .introduction__list a:nth-of-type(5) {
  background-image: url("../img/interview/interviews_thumb05.png");
}
body.interview .introduction__list a:nth-of-type(6) {
  background-image: url("../img/interview/interviews_thumb06.png");
}
body.interview .introduction__list a:nth-of-type(7) {
  background-image: url("../img/interview/interviews_thumb07.png");
}
body.interview .introduction__list a:nth-of-type(8) {
  background-image: url("../img/interview/interviews_thumb08.png");
}
body.interview .introduction__list a::before {
  content: '';
  display: block;
  padding-top: 32.6%;
}
@media screen and (max-width: 560px) {
  body.interview .introduction__list a::before {
    padding-top: 25%;
  }
}
@media screen and (max-width: 450px) {
  body.interview .introduction__list a::before {
    padding-top: 30%;
  }
}
@media screen and (max-width: 400px) {
  body.interview .introduction__list a::before {
    padding-top: 40%;
  }
}
body.interview .introduction__list a .tag {
  font-size: 70%;
  background: #07562e;
  top: 0;
  right: 0;
  padding: 0.5em 0;
  width: 9em;
  text-align: center;
  position: absolute;
  z-index: 2;
  color: #fff;
}
body.interview .introduction__list a .information {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  width: 50%;
  color: #fff;
}
body.interview .introduction__list a .information .name {
  font-size: 120%;
}
body.interview .introduction__list a .information .name span {
  font-size: 70%;
  font-weight: normal;
  margin-left: 7%;
}
body.interview .introduction__list a .information .year {
  font-size: 70%;
}
body.interview .introduction__list a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
body.interview .introduction__list a .inner .main {
  font-size: 120%;
}
body.interview .introduction__list a .inner .sub {
  font-size: 70%;
}
@media screen and (max-width: 767px) {
body.interview .introduction__list a .tag {
    font-size: 70%;
    padding: 0.2em 0;
	}
body.interview .introduction__list a .information .name span {
font-size: 75%;
    font-weight: normal;
    margin-left: 0;
    display: block;
    margin: 0px 0 10px 0;
	}
}
@media screen and (max-width: 376px) {
body.interview .introduction__list a .information .name {
    font-size: 100%;
    margin-top: 1em;
	}
}

/*--------------------------------------------------
WELFARE
--------------------------------------------------*/
body.welfare .mainvisual_sub {
  position: relative;
  background: url("../img/welfare/mv.png") no-repeat center center;
  background-size: cover;
    background-position: top;
}
body.welfare .section-title {
  font-size: 160%;
  text-align: center;
  margin: 7% 0 7%;
  color: #0e6f3f;
}
body.welfare .first-message {
  padding: 3% 15%;
  background-color: #f6fbf9;
}
@media screen and (max-width: 1200px) {
  body.welfare .first-message .wfx {
    width: 90%;
  }
}
body.welfare .first-message p {
  line-height: 2;
  font-size: 80%;
}
body.welfare .first-message p:not(:first-child) {
  margin-top: 2em;
}
body.welfare .welfare01,
body.welfare .welfare02 {
  padding: 3% 0;
}
@media screen and (max-width: 1200px) {
  body.welfare .welfare01 .wfx,
  body.welfare .welfare02 .wfx {
    width: 90%;
  }
}
body.welfare .welfare01 .list,
body.welfare .welfare02 .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 3.5em;
  margin-bottom: 4em;
}

body > section.welfare02 > div > div:nth-child(4) {
    justify-content: center!important;}

@media screen and (max-width: 1000px) {
  body.welfare .welfare01 .list,
  body.welfare .welfare02 .list {
    margin-top: 3em;
  }
}
body.welfare .welfare01 .list > div,
body.welfare .welfare02 .list > div {
/*  width: 50%; */
  width: 33%;
  padding: 0 2%;
}
@media screen and (max-width: 500px) {
  body.welfare .welfare01 .list > div,
  body.welfare .welfare02 .list > div {
    width: 100%;
  }
/*
  body.welfare .welfare01 .list > div:nth-of-type(2),
  body.welfare .welfare02 .list > div:nth-of-type(2) {
    margin-top: 3em;
  }
*/
}
body.welfare .welfare01 .list > div:not(:nth-of-type(-n+3)),
body.welfare .welfare02 .list > div:not(:nth-of-type(-n+3)) {
  margin-top: 3em;
}
body.welfare .welfare01 .list > div .item-title,
body.welfare .welfare02 .list > div .item-title {
  padding: 0.5em 0 0.7em 0;
  font-size: 120%;
  color: #0e6f3f;
  height:75px;
  text-align: center;}

body.welfare div .item-title img {
	vertical-align:middle;
		max-width:50px;
		margin-right:20px;}


@media screen and (max-width: 767px) {
  body.welfare .welfare01 .list > div .item-title,
  body.welfare .welfare02 .list > div .item-title {
    padding-bottom: 0.5em;
    font-size: 100%;
    color: #07562e;
    text-align: center;
    border-bottom: 1px solid #07562e;
  }
body.welfare .mainvisual_sub {
      background-position: right;
      }
}
body.welfare .welfare01 .list > div p,
body.welfare .welfare02 .list > div p {
  margin-top: 1.7em;
  font-size: 80%;
}
body.welfare .welfare01 .title01,
body.welfare .welfare02 .title01 {
  margin-top: 4em;
}
body.welfare .parallax-window {
  min-height: 550px;
  background: transparent;
}
body.welfare .link {
  padding: 2% 0 6%;
}
@media screen and (max-width: 1000px) {
  body.welfare .link {
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  body.welfare .link .wfx {
    width: 90%;
  }
}
body.welfare .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
body.welfare .link .link-box a {
  position: relative;
  display: block;
/*  width: 25%; */
  width: 24%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.welfare .link .link-box a:nth-of-type(4), body.welfare .link .link-box a:nth-of-type(5) {
/*  width: 37.5%; */
  width: 24%;
}
@media screen and (max-width: 600px) {
  body.welfare .link .link-box a:nth-of-type(4), body.welfare .link .link-box a:nth-of-type(5) {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  body.welfare .link .link-box a:nth-of-type(4), body.welfare .link .link-box a:nth-of-type(5) {
    width: 100%;
  }
}
body.welfare .link .link-box a:nth-of-type(4)::before, body.welfare .link .link-box a:nth-of-type(5)::before {
/*  padding-top: 66%; */
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.welfare .link .link-box a:nth-of-type(4)::before, body.welfare .link .link-box a:nth-of-type(5)::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 600px) {
  body.welfare .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.welfare .link .link-box a {
    width: 100%;
  }
}
body.welfare .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.welfare .link .link-box a::before {
    padding-top: 50%;
  }
}
body.welfare .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/ws-thumb01.png");
}
body.welfare .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/ws-thumb03.png");
}
body.welfare .link .link-box a:nth-of-type(3) {
  background-image: url("../img/common/ws-thumb04.png");
}
body.welfare .link .link-box a:nth-of-type(4) {
  background-image: url("../img/common/ws-thumb05.png");
}
body.welfare .link .link-box a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.welfare .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.welfare .link .link-box a .inner span.title {
/*  font-size: 120%; */
  font-size: 115%;
  letter-spacing: 0.2em;
}
body.welfare .link .link-box a .inner span.sub-title {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
body.welfare .first-message {
    padding: 8% 0;
	}
body.welfare .welfare01, body.welfare .welfare02 {
    padding: 8% 0;
	}
body.welfare .section-title {
    font-size: 140%;
	}
body.welfare .welfare01 .list > div p, body.welfare .welfare02 .list > div p {
    font-size: 80%;
	}
body.welfare .welfare01 .list > div:not(:nth-of-type(-n+1)),
body.welfare .welfare02 .list > div:not(:nth-of-type(-n+1)) {
  margin-top: 3em;
  }

}


/*--------------------------------------------------
RECRUIT
--------------------------------------------------*/
body.recruit .mainvisual_sub {
  position: relative;
  background: url("../img/recruit/mv.png") no-repeat center center;
  background-size: cover;
}
/*
body.recruit .mainvisual_sub::before {
  content: '';
  display: block;
  padding-top: 43.9%;
}
*/
body.recruit .section-title {
  font-size: 165%;
  text-align: center;
  color: #07562e;
  margin: 7% 0 2%;
}
body.recruit .first-message,
body.recruit .message {
  padding: 3% 0;
}
@media screen and (max-width: 1200px) {
  body.recruit .first-message .wfx,
  body.recruit .message .wfx {
    width: 90%;
  }
}
body.recruit .first-message p,
body.recruit .message p {
  font-size: 80%;
  line-height: 2;
}
body.recruit .first-message p:not(:first-child),
body.recruit .message p:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 1200px) {
  body.recruit .youkou .wfx {
    width: 90%;
  }
}
body.recruit .youkou .list .item {
  padding: 3% 0;
  border-bottom: 1px solid #e4e4e4;
}
body.recruit .youkou .list .item .item-title {
  font-size: 110%;
  color: #07562e;
}
body.recruit .youkou .list .item .item-title:before {
  content:"\025cf";
  width:1em;
  height:1em;
  margin-right:15px;
  display:inline-block;}

body.recruit .youkou .list .item ul, body.recruit .youkou .list .item p {
  margin-top: 1em;
  font-size: 80%;
  line-height: 2;
}
body.recruit .target {
  margin-top: 5em;
}
@media screen and (max-width: 1200px) {
  body.recruit .target .wfx {
    width: 90%;
  }
}
body.recruit .target .list {
  margin-top: 2em;
  padding: 3% 0;
  background-color: #e6e8f4;
}
body.recruit .target .list .list-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.recruit .target .list .list-inner .item {
  width: 48%;
  margin: 0 1%;
  padding: 2.5% 2%;
  border-top: 1px solid #070e49;
  text-align: center;
}
@media screen and (max-width: 500px) {
  body.recruit .target .list .list-inner .item {
    width: 100%;
    margin: -1px 0 0 0;
  }
}
body.recruit .target .list .list-inner .item:not(:nth-of-type(-n+2)) {
  border-bottom: 1px solid #070e49;
}
body.recruit .target .list .list-inner .item .item-title {
  font-size: 120%;
}
body.recruit .target .list .list-inner .item p {
  margin-top: 1.5em;
  font-size: 80%;
}
body.recruit .link {
  padding: 2% 0 6%;
}
@media screen and (max-width: 1000px) {
  body.recruit .link {
    padding-top: 3.5em;
  }
}
@media screen and (max-width: 1200px) {
  body.recruit .link .wfx {
    width: 90%;
  }
}
body.recruit .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
body.recruit .link .link-box a {
  position: relative;
  display: block;
  width: 25%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  body.recruit .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.recruit .link .link-box a {
    width: 100%;
  }
}
body.recruit .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.recruit .link .link-box a::before {
    padding-top: 50%;
  }
}
body.recruit .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/r-thumb01.png");
}
body.recruit .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/r-thumb02.png");
}
body.recruit .link .link-box a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.recruit .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.recruit .link .link-box a .inner span.title {
  font-size: 120%;
  letter-spacing: 0.2em;
}
body.recruit .link .link-box a .inner span.sub-title {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
body.recruit .first-message, body.recruit .message {
    padding: 8% 0;
	}
body.recruit .section-title {
    font-size: 140%;
    margin: 50px 0 20px;
}
body.recruit .youkou .list .item .item-title {
    font-size: 100%;
	}
body.recruit .youkou .list .item ul, body.recruit .youkou .list .item p {
    font-size: 80%;
	}
body.recruit .youkou .list .item {
    padding: 5% 0;
	}
}

/*--------------------------------------------------
WORKS
--------------------------------------------------*/
body.works .mainvisual_sub {
  position: relative;
  background: url("../img/works/mv.jpg") no-repeat center center;
  background-size: cover;
}
body.works .training {
  padding: 5% 0;
}
@media screen and (max-width: 1200px) {
  body.works .training .wfx {
    width: 90vw;
  }
}
body.works .training h2 {
  text-align: center;
}
@media screen and (min-width: 751px) {
  body.works h2 {
    font-size: 160%;
    color: #07562e;
  }
}

  body.works .training h2:after {
	content:"";
	border-bottom:1px solid #07562e;
	width:70px;
	margin-top:20px;
	display:block;
	margin-left:auto;
	margin-right:auto;}

@media screen and (max-width: 750px) {
  body.works .training h2 {
    font-size: 20px;
    font-size: 4vw;
  }
}
body.works .training .contents-box {
  margin-top: 5%;
}
@media screen and (min-width: 751px) {
  body.works .training .contents-box h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  body.works .training .contents-box h3 {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
body.works .training .contents-box p {
  margin-top: 0%;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  body.works .training .contents-box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body.works .training .contents-box p {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  body.entry .training .contents-box p {
    font-size: 13px;
  }
}
body.works .training .contents-box.c-box02 .img {
  margin-top: 2%;
  text-align: center;
}
body.works .training .contents-box.c-box02 .img img {
  width: 80%;
  max-width: 960px;
}
body.works .training .contents-box.c-box03 {
  margin-top: 10%;
}
body.works .training .contents-box.c-box03 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
body.works .training .contents-box.c-box03 .list.large {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-bottom: 25px;
  }
  body.works .training .contents-box.c-box03 .list > div:nth-of-type(3) {
    margin-top: 3em;
  }
}
@media screen and (max-width: 600px) {
  body.works .training .contents-box.c-box03 .list {
    display: block;
  }
}
body.works .training .contents-box.c-box03 .list > div {
  width: 100%;
  padding: 0 1vw;
}
body.works .training .contents-box.c-box03 .list > div img {
	width:100%;
  object-fit: cover;
  height: 320px;
  object-position: 0 40%;}

@media screen and (max-width: 600px) {
  body.works .training .contents-box.c-box03 .list > div img {
    height: auto;
  }
}
body.works .training .contents-box.c-box03 .list > div.item.large {
    width: 100%;
    padding: 7% 1vw 1vw 1vw;
    margin-bottom: -2.5vw;
	}
@media screen and (max-width: 600px) {
  body.works .training .contents-box.c-box03 .list > div {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  body.works .training .contents-box.c-box03 .list > div {
    width: 100%;
  }
  body.works .training .contents-box.c-box03 .list > div:nth-of-type(2) {
    margin-top: 3em;
  }
}
body.works .training .contents-box.c-box03 .list > div .item-title {
  padding-bottom: 0.5em;
  text-align: center;
}
@media screen and (min-width: 751px) {
  body.works .training .contents-box.c-box03 .gijutu-kenkyuu-box .list > div .item-title {
/*    font-size: 20px; */
    font-size: 100%;
    color: #07562e;
  }
  body.works .training .contents-box.c-box03 .gijutu-kenkyuu-box .list > div.item.large .item-title {
    font-size: 165%;
    color: #ffffff;
  }
}
  body.works .training .contents-box.c-box03 .list > div .item-title {
    font-size: 100%;
    color: #ffffff;
	background-color: #0e6f3f;
    padding: 5px;}

  body.works .training .contents-box.c-box03 .list > div .item-title.insmall {
	font-size:100%!important;}

  body.works .training .contents-box.c-box03 .list.insmall2 > div .item-title {
	border:inherit;
	background-color:inherit;
	margin-bottom:20px;}

  body.works .attention {
	color:#d42a2a;
	font-size:85%!important;
	text-align:left;}

@media screen and (max-width: 750px) {
  body.works .training .contents-box.c-box03 .list > div .item-title {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
body.works .training .contents-box.c-box03 .list > div p {
  margin-top: 2%;
}
@media screen and (min-width: 751px) {
  body.works .training .contents-box.c-box03 .list > div p {
    font-size: 80%;
  }
}
@media screen and (max-width: 750px) {
  body.works .training .contents-box.c-box03 .list > div p {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
body.works .training .contents-box.c-box03 .list > div .img {
  margin-top: 3%;
}
body.works .link {
  padding: 4vw 0 6vw;
}
@media screen and (max-width: 1000px) {
  body.works .link {
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 1200px) {
  body.works .link .wfx {
    width: 90vw;
  }
}
body.works .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 4vw;
}
body.works .link .link-box a {
  position: relative;
  display: block;
  width: 25%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.works .link .link-box a:nth-of-type(4), body.works .link .link-box a:nth-of-type(5) {
  width: 37.5%;
}
@media screen and (max-width: 600px) {
  body.works .link .link-box a:nth-of-type(4), body.works .link .link-box a:nth-of-type(5) {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  body.works .link .link-box a:nth-of-type(4), body.works .link .link-box a:nth-of-type(5) {
    width: 100%;
  }
}
body.works .link .link-box a:nth-of-type(4)::before, body.works .link .link-box a:nth-of-type(5)::before {
  padding-top: 66%;
}
@media screen and (max-width: 450px) {
  body.works .link .link-box a:nth-of-type(4)::before, body.works .link .link-box a:nth-of-type(5)::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 600px) {
  body.works .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.works .link .link-box a {
    width: 100%;
  }
}
body.works .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/works-thumb01.png");
  background-size: cover;
  background-position: center;
}
body.works .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/works-thumb02.png");
}
body.works .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.works .link .link-box a::before {
    padding-top: 50%;
  }
}
body.works .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.works .link .link-box a .inner span.title {
  font-size: 120%;
  letter-spacing: 0.2em;
}
body.works .link .link-box a .inner span.sub-title {
  font-size: 80%;
}
body.works .link .link-box a .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.gijutu-box {
	margin-top: -4.5vw;
	}
.gijutu-kenkyuu-box {
	margin-bottom: 11%;
	}
.jimu-box {
	margin-top: 5vw;
	}
  @media screen and (max-width: 767px) {
    .jimu-box {
    	margin-top: -5vw;
    	}
  }

@media screen and (max-width: 767px) {
body.works .training h2 {
    font-size: 140%;
    margin: 50px 0;
    color: #07562e;
	}
  body.entry .training h2 {
      font-size: 120%;
      margin: 50px 0;
      color: #07562e;
  	}
body.works .training .contents-box.c-box03 .list > div .item-title {
    font-size: 110%;
    color: #ffffff;
	}
body.works .training .contents-box.c-box03 div.gijutu-kenkyuu-box .list.large div .item-title {
    font-size: 140%;
    color: #ffffff;
    margin-bottom: 8px;
	}
body.works .training .contents-box.c-box03 div.gijutu-kenkyuu-box .list div .item-title {
    font-size: 110%;
	}
body.works .training .contents-box.c-box03 .list > div p {
    font-size: 80%;
	}
}

/*--------------------------------------------------
ENTRY
--------------------------------------------------*/

body.entry .mainvisual_sub {
	background:url(../img/entry/mv.png) no-repeat center center;
	background-size:cover;}

.entry_box p {
	text-align:center;}

/*--------------------------------------------------
TRAINING SYSTEM
--------------------------------------------------*/
body.trainingsystem .mainvisual_sub {
  position: relative;
  background: url("../img/trainingsystem/mv.png") no-repeat center center;
  background-size: cover;
}
body.trainingsystem .training {
  padding: 7% 0;
}
@media screen and (max-width: 1200px) {
  body.trainingsystem .training .wfx {
    width: 90vw;
  }
}
body.trainingsystem .training h2 {
  text-align: center;
}
@media screen and (min-width: 751px) {
  body.trainingsystem .training h2 {
    font-size: 30px;
    color: #07562e;
  }
}
@media screen and (max-width: 750px) {
  body.trainingsystem .training h2 {
    font-size: 30px;
    font-size: 4vw;
  }
}
body.trainingsystem .training .contents-box {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  body.trainingsystem .training .contents-box {
    margin-top: 11%;
  }
}
@media screen and (min-width: 751px) {
  body.trainingsystem .training .contents-box h3 {
    font-size: 24px;
    color: #07562e;
  }
}
@media screen and (max-width: 750px) {
  body.trainingsystem .training .contents-box h3 {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
body.trainingsystem .training .contents-box p {
  margin-top: 3%;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  body.trainingsystem .training .contents-box p {
    font-size: 80%;
  }
}
@media screen and (max-width: 750px) {
  body.trainingsystem .training .contents-box p {
    font-size: 80%;
  }
}
body.trainingsystem .training .contents-box.c-box02 .img {
  margin-top: 2%;
  text-align: center;
}
body.trainingsystem .training .contents-box.c-box02 .img img {
  width: 80%;
  max-width: 960px;
}
body.trainingsystem .training .contents-box.c-box03 {
  margin-top: 8vw;
}
body.trainingsystem .training .contents-box.c-box03 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-bottom: 55px;
}
@media screen and (max-width: 600px) {
  body.trainingsystem .training .contents-box.c-box03 .list {
    display: block;
  }
}
body.trainingsystem .training .contents-box.c-box03 .list > div {
  width: 50%;
  padding: 20px 1vw;
}
@media screen and (max-width: 600px) {
  body.trainingsystem .training .contents-box.c-box03 .list > div {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  body.trainingsystem .training .contents-box.c-box03 .list > div {
    width: 100%;
  }
  body.trainingsystem .training .contents-box.c-box03 .list > div:nth-of-type(2) {
    margin-top: 3em;
  }
}
body.trainingsystem .training .contents-box.c-box03 .list > div .item-title {
  padding-bottom: 0.5em;
  text-align: center;
}
@media screen and (min-width: 751px) {
  body.trainingsystem .training .contents-box.c-box03 .list > div .item-title {
    font-size: 24px;
    color: #07562e;
  }
}
@media screen and (max-width: 750px) {
  body.trainingsystem .training .contents-box.c-box03 .list > div .item-title {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
body.trainingsystem .training .contents-box.c-box03 .list > div p {
  margin-top: 2%;
}
@media screen and (min-width: 751px) {
  body.trainingsystem .training .contents-box.c-box03 .list > div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body.trainingsystem .training .contents-box.c-box03 .list > div p {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
body.trainingsystem .training .contents-box.c-box03 .list > div .img {
  margin-top: 3%;
}
body.trainingsystem .link {
  padding: 4vw 0 6vw;
}
@media screen and (max-width: 1000px) {
  body.trainingsystem .link {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 1200px) {
  body.trainingsystem .link .wfx {
    width: 90vw;
  }
}
body.trainingsystem .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 4vw;
}
body.trainingsystem .link .link-box a {
  position: relative;
  display: block;
/*  width: 25%; */
  width: 24%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.trainingsystem .link .link-box a:nth-of-type(4), body.trainingsystem .link .link-box a:nth-of-type(5) {
/*  width: 37.5%; */
  width: 24%;
}
@media screen and (max-width: 600px) {
  body.trainingsystem .link .link-box a:nth-of-type(4), body.trainingsystem .link .link-box a:nth-of-type(5) {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  body.trainingsystem .link .link-box a:nth-of-type(4), body.trainingsystem .link .link-box a:nth-of-type(5) {
    width: 100%;
  }
}
body.trainingsystem .link .link-box a:nth-of-type(4)::before, body.trainingsystem .link .link-box a:nth-of-type(5)::before {
/*  padding-top: 66%; */
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.trainingsystem .link .link-box a:nth-of-type(4)::before, body.trainingsystem .link .link-box a:nth-of-type(5)::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 600px) {
  body.trainingsystem .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.trainingsystem .link .link-box a {
    width: 100%;
  }
}
body.trainingsystem .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.trainingsystem .link .link-box a::before {
    padding-top: 50%;
  }
}
body.trainingsystem .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/ws-thumb01.png");
}
body.trainingsystem .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/ws-thumb03.png");
}
body.trainingsystem .link .link-box a:nth-of-type(3) {
  background-image: url("../img/common/ws-thumb04.png");
}
body.trainingsystem .link .link-box a:nth-of-type(4) {
  background-image: url("../img/common/ws-thumb05.png");
}
body.trainingsystem .link .link-box a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.trainingsystem .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.trainingsystem .link .link-box a .inner span.title {
/*  font-size: 120%; */
  font-size: 115%;
  letter-spacing: 0.2em;
}
body.trainingsystem .link .link-box a .inner span.sub-title {
  font-size: 80%;
}

@media screen and (max-width: 767px){
body.trainingsystem .training h2 {
    font-size: 125%;
    color: #07562e;
	}
body.trainingsystem .training .contents-box p {
    font-size: 80%;
	}
body.trainingsystem .training h2 {
    font-size: 140%;
    margin: 50px 0;
	}
body.trainingsystem .training .contents-box h3 {
    font-size: 100%;
    color: #07562e;
	}
body.trainingsystem .training .contents-box.c-box03 .list > div .item-title {
    font-size: 100%;
    color: #07562e;
	}
body.trainingsystem .training .contents-box.c-box03 .list > div p {
    font-size: 80%;
	}
}

/*--------------------------------------------------
LIBRARY
--------------------------------------------------*/
body.library .mainvisual_sub {
  position: relative;
  background: url("../img/library/mv.png") no-repeat center center;
  background-size: cover;
}
body.library .first-message {
  padding: 3% 15%;
  background-color: #f6fbf9;
}

body.library .local-navi ul li a span {
    display: block;
    font-size: 10px;
    line-height: 1em;
    margin-top: -16px;
    letter-spacing: -0.6px;}

@media screen and (max-width: 1200px) {
  body.library .first-message .wfx {
    width: 90%;
  }
}
body.library .first-message p {
  line-height: 2;
}
@media screen and (min-width: 751px) {
  body.library .first-message p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body.library .first-message p {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
	body.library .local-navi ul li a span {
    display: none!important;
	}
}
body.library .first-message p:not(:first-child) {
  margin-top: 3vw;
}
body.library .local-navi {
  padding-top: 4vw;
}
@media screen and (max-width: 1200px) {
  body.library .local-navi {
    width: 90%;
    margin: 0 auto;
  }
}
body.library .local-navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
body.library .local-navi ul li {
  width: 20%;
  margin: 0 1.5vw;
}
@media screen and (max-width: 750px) {
  body.library .local-navi ul li {
    width: 40%;
    margin: 0 1px;
  }
}
body.library .local-navi ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #0e6f3f;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  body.library .local-navi ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  body.library .local-navi ul li a {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 500px) {
  body.library .local-navi ul li a {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  body.library .slider .wfx {
    width: 90%;
  }
}
body.library .slider .slider-box {
  margin-top: 8vw;
}
@media screen and (min-width: 751px) {
  body.library .slider .slider-box h2 {
    font-size: 24px;
    border-bottom: 1px solid #07562e;
    color: #07562e;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  body.library .slider .slider-box h2 {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
body.library .slider .slider-box p {
  margin-top: 3vw;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  body.library .slider .slider-box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body.library .slider .slider-box p {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
body.library .slider .slider-box .slider {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 3vw;
}
body.library .slider .slider-box .slider-thumb {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 1vw;
}
body.library .slider .slider-box .slider-thumb .swiper-slide img {
  width: 100%;
}
body.library .slider .slider-box .slider-thumb .swiper-prev,
body.library .slider .slider-box .slider-thumb .swiper-next {
  outline: none;
}
@media screen and (max-width: 600px) {
  body.library .slider .slider-box .slider-thumb .swiper-prev,
  body.library .slider .slider-box .slider-thumb .swiper-next {
    display: none;
  }
}
body.library .slider .slider-box .slider-thumb .swiper-prev:hover,
body.library .slider .slider-box .slider-thumb .swiper-next:hover {
  cursor: pointer;
}
body.library .slider .slider-box .slider-thumb .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
@media screen and (max-width: 1200px) {
  body.library .slider .slider-box .slider-thumb .swiper-prev {
    left: -30px;
  }
  body.library .slider .slider-box .slider-thumb .swiper-prev img {
    width: 15px;
  }
}
body.library .slider .slider-box .slider-thumb .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
@media screen and (max-width: 1200px) {
  body.library .slider .slider-box .slider-thumb .swiper-next {
    right: -30px;
  }
  body.library .slider .slider-box .slider-thumb .swiper-next img {
    width: 15px;
  }
}
body.library .link {
  padding: 8vw 0 6vw;
}
@media screen and (max-width: 650px) {
  body.library .link {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 1200px) {
  body.library .link .wfx {
    width: 90vw;
  }
}
body.library .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 4vw;
}
body.library .link .link-box a {
  position: relative;
  display: block;
/*  width: 25%; */
  width: 24%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.library .link .link-box a:nth-of-type(4), body.library .link .link-box a:nth-of-type(5) {
/*  width: 37.5%; */
  width: 24%;
}
@media screen and (max-width: 600px) {
  body.library .link .link-box a:nth-of-type(4), body.library .link .link-box a:nth-of-type(5) {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  body.library .link .link-box a:nth-of-type(4), body.library .link .link-box a:nth-of-type(5) {
    width: 100%;
  }
}
body.library .link .link-box a:nth-of-type(4)::before, body.library .link .link-box a:nth-of-type(5)::before {
/*  padding-top: 66%; */
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.library .link .link-box a:nth-of-type(4)::before, body.library .link .link-box a:nth-of-type(5)::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 600px) {
  body.library .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.library .link .link-box a {
    width: 100%;
  }
}
body.library .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.library .link .link-box a::before {
    padding-top: 50%;
  }
}
body.library .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/ws-thumb01.png");
}
body.library .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/ws-thumb03.png");
}
body.library .link .link-box a:nth-of-type(3) {
  background-image: url("../img/common/ws-thumb04.png");
}
body.library .link .link-box a:nth-of-type(4) {
  background-image: url("../img/common/ws-thumb05.png");
}
body.library .link .link-box a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.library .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.library .link .link-box a .inner span.title {
/*  font-size: 120%; */
  font-size: 115%;
  letter-spacing: 0.2em;
}
body.library .link .link-box a .inner span.sub-title {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
body.library .first-message {
    padding: 8% 0;
	}
body.library .first-message p {
    font-size: 80%;
	}
body.library .local-navi {
    padding-top: 8%;
	}
body.library .local-navi ul li a {
    font-size: 50%;
	}
body.library .slider .slider-box h2 {
    font-size: 100%;
    border-bottom: 1px solid #07562e;
    padding-bottom: 10px;
    color: #07562e;
	}
body.library .slider .slider-box p {
    font-size: 80%;
	}
body.library .slider .slider-box {
    margin-top: 3em;
	}
body.library .link {
    padding-top: 6em;
	}
}

.lib_list {
    max-width: 1100px;
    margin:40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .lib_list {
      margin:40px 5%;
  }
}

.lib_list li {
	display:inline-block;
	width:23%;
	margin-left:1%;
	margin-top:1.5%;}

.lib_list li a {
	display:block;}

.lib_list li a img {
	width:100%;}
.lib_list li:nth-child(4n-3) {
	margin-left:0;}

@media screen and (max-width: 767px) {
.lib_list li {
	width:45%;
	margin-left:5%;}

.lib_list li:nth-child(2n+1) {
	margin-left:0;}


}
/*--------------------------------------------------
BUSINESS
--------------------------------------------------*/
body.business .mainvisual_sub {
  position: relative;
  background: url("../img/business/mv.png") no-repeat center center;
  background-size: cover;
}
body.business .section-title {
  font-size: 165%;
}
body.business .first-message {
  padding: 3% 0 8%;
  background-color: #f6fbf9;
}
@media screen and (max-width: 1200px) {
  body.business .first-message .wfx {
    width: 90%;
  }
}
body.business .first-message h2 {
  text-align: center;
  margin:50px 0 20px 0;
  color: #07562e;
}
body.business .first-message h3 {
  margin-top: 0.5em;
  font-size: 100%;
  text-align: center;
  margin-bottom: 1.8em;
  color: #07562e;
}
body.business .first-message p {
  line-height: 2;
  font-size: 80%;
}
body.business .first-message p:not(:first-child) {
  margin: 3em 10%;
}
@media screen and (max-width: 767px) {
  body.business .first-message p:not(:first-child) {
    margin: 3em 5%;
  }
}
body.business .first-message .img {
  margin-top: 4em;
}
body.business .jigyou01 .media-box,
body.business .jigyou02 .media-box {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
body.business .section-title {
  font-size: 140%;
  margin-top: 50px;
  }
body.business .first-message h3 {
    font-size: 100%;
	}
}
@media screen and (max-width: 500px) {
  body.business .jigyou01 .media-box,
  body.business .jigyou02 .media-box {
    flex-wrap: wrap;
  }
}
body.business .jigyou01 .media-box .thumbnail,
body.business .jigyou02 .media-box .thumbnail {
  width: 50%;
}
@media screen and (max-width: 500px) {
  body.business .jigyou01 .media-box .thumbnail,
  body.business .jigyou02 .media-box .thumbnail {
    width: 100%;
    order: 2;
    padding: 0 5vw;
    margin-top: 3em;
  }
}
body.business .jigyou01 .media-box .thumbnail img,
body.business .jigyou02 .media-box .thumbnail img {
  width: 100%;
}
body.business .jigyou01 .media-box .content,
body.business .jigyou02 .media-box .content {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  body.business .jigyou01 .media-box .content,
  body.business .jigyou02 .media-box .content {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 500px) {
  body.business .jigyou01 .media-box .content,
  body.business .jigyou02 .media-box .content {
    width: 100%;
    order: 1;
  }
}
body.business .jigyou01 .media-box .content .headline,
body.business .jigyou02 .media-box .content .headline {
  font-size: 80%;
  color: #0e6f3f;
  }

@media screen and (max-width: 767px) {
  body.business .jigyou01 .media-box .content .headline,
  body.business .jigyou02 .media-box .content .headline {
    text-align: center;
    }
}

body.business .jigyou01 .media-box .content h3,
body.business .jigyou02 .media-box .content h3 {
  margin-top:0.2em;
  margin-bottom:40px;
  font-size: 140%;
  color: #07562e;
}
body.business .jigyou01 .media-box .content p,
body.business .jigyou02 .media-box .content p {
  margin-top: 1.5em;
  font-size: 80%;
  line-height: 1.6;
}
body.business .jigyou01 .wfx,
body.business .jigyou02 .wfx {
  margin-top: 3em;
}
@media screen and (max-width: 1200px) {
  body.business .jigyou01 .wfx,
  body.business .jigyou02 .wfx {
    width: 90%;
  }
}
body.business .jigyou01 .wfx p,
body.business .jigyou02 .wfx p {
  text-align: center;
  font-size: 80%;
  line-height: 1.6;
}
body.business .jigyou01 .wfx .white-box,
body.business .jigyou02 .wfx .white-box {
  margin-top: 3em;
  padding: 0 3vw;
  background-color: #fff;
}
body.business .jigyou01 .wfx .white-box .item,
body.business .jigyou02 .wfx .white-box .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 2vw 1vw;
}
body.business .jigyou01 .wfx .white-box .item:not(:first-child),
body.business .jigyou02 .wfx .white-box .item:not(:first-child) {
  border-top: 1px solid #b2b2b2;
}
body.business .jigyou01 .wfx .white-box .item .title,
body.business .jigyou02 .wfx .white-box .item .title {
  flex-shrink: 0;
  width: 270px;
  font-size: 100%;
}
@media screen and (max-width: 600px) {
  body.business .jigyou01 .wfx .white-box .item .title,
  body.business .jigyou02 .wfx .white-box .item .title {
    width: 150px;
  }
}
body.business .jigyou01 .wfx .white-box .item .content,
body.business .jigyou02 .wfx .white-box .item .content {
  flex-grow: 1;
  font-size: 80%;
}
body.business .jigyou01 .wfx .white-box .item .content ul,
body.business .jigyou02 .wfx .white-box .item .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: -1vw;
}
body.business .jigyou01 .wfx .white-box .item .content ul li,
body.business .jigyou02 .wfx .white-box .item .content ul li {
  margin-right: 2vw;
  margin-top: 1vw;
}
body.business .jigyou01 {
  padding: 8% 0 5%;
  background-color: #eef7ee;
}
body.business .jigyou01 .media-box .content {
  padding-left: 5vw;
}
@media screen and (min-width: 1200px) {
  body.business .jigyou01 .media-box .content {
    padding-right: calc( ( 100% - 1200px ) / 2);
  }
}
body.business .jigyou02 {
  padding: 5% 0;
  background: #eef3ee;
}
body.business .jigyou02 .media-box .content {
  padding-right: 5vw;
}
@media screen and (min-width: 1200px) {
  body.business .jigyou02 .media-box .content {
    padding-left: calc( ( 100% - 1200px ) / 2);
  }
}
body.business .seihin {
  padding: 5% 0 3%;
  background-color: #e5e8f9;
}
@media screen and (max-width: 1200px) {
  body.business .seihin .wfx {
    width: 90%;
  }
}
body.business .seihin .section-title {
  text-align: center;
}
body.business .seihin h3 {
  margin-top: 4em;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
body.business .seihin .img {
  text-align: center;
}
body.business .seihin p {
  margin-top: 1em;
  font-size: 80%;
  line-height: 1.6;
  text-align: center;
}
body.business .img-box {
  min-height: 550px;
  background: transparent;
}
@media screen and (max-width: 767px) {
body.business .jigyou01 {
    padding: 10% 0 10%;
	}
body.business .first-message {
    padding: 8% 0 12%;
	}
body.business .jigyou02 {
    padding: 10% 0;
	}
body.business .first-message .img {
    margin-top: 2em;
	}
}
@media screen and (max-width: 750px) {
  body.business .img-box {
    min-height: 300px;
  }
}
body.business .kankyou_anzen {
  padding: 10% 0 10%;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1200px) {
  body.business .kankyou_anzen .wfx {
    width: 90%;
  }
}
body.business .kankyou_anzen .section-title {
  text-align: center;
  color: #07562e;
}
body.business .kankyou_anzen .lead-text {
  font-size: 100%;
  text-align: center;
  color: #07562e;
}
body.business .kankyou_anzen .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 5em;
}
@media screen and (max-width: 1000px) {
  body.business .kankyou_anzen .list {
    margin-top: 3em;
  }
}
body.business .kankyou_anzen .list > div {
/*  width: 48%; */
  width: 30%;
  padding: 1em 0 1em;
  border-top: 1px solid #767676;
}
@media screen and (max-width: 500px) {
  body.business .kankyou_anzen .list > div {
    width: 100%;
    margin: 0 5% 10%;
  }
  body.business .kankyou_anzen .list > div:nth-of-type(2) {
/*    margin-top: 3em;*/
  }
}
body.business .kankyou_anzen .list > div:not(:nth-of-type(-n+2)) {
/*  margin-top: 3em;*/
}
/*
body.business .kankyou_anzen .list > div:nth-of-type(2n) {
  margin-left: 4%;
}
*/
body.business .kankyou_anzen .list > div:not(:nth-of-type(-n+3)) {
  margin-top: 3em;
}
body.business .kankyou_anzen .list > div:nth-of-type(2), body.business .kankyou_anzen .list > div:nth-of-type(5),body.business .kankyou_anzen .list > div:nth-of-type(8) {
	margin-left: 4%;
	margin-right: 4%;
}
body.business .kankyou_anzen .list > div .headline {
  padding-bottom: 0.5em;
  font-size: 120%;
  text-align: center;
  color: #07562e;
}
body.business .kankyou_anzen .list > div p {
  margin-top: 1em;
  font-size: 80%;
  line-height: 2;
}
body.business .history {
  padding-top: 10%;
}
@media screen and (max-width: 1200px) {
  body.business .history .wfx {
    width: 90%;
  }
}
body.business .history .section-title {
  text-align: center;
  padding-bottom:20px;
  margin-bottom:30px;
  color: #0e6f3f;
}
body.business .history .history-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 5em;
  padding-bottom: 1%;
}
body.business .history .history-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #767676;
}
@media screen and (max-width: 767px) {
body.business .kankyou_anzen {
    padding: 8% 0 8%;
	}
body.business .history {
    padding-top: 10%;
	}
body.business .history .history-box {
    margin-top: 2em;
	}
body.business .kankyou_anzen .list > div:not(:nth-of-type(-n+1)) {
  margin-top: 1.5em;
  }
body.business .kankyou_anzen .list > div .headline {
    padding-bottom: 1em;
    font-size: 110%
	}
}
@media screen and (max-width: 600px) {
  body.business .history .history-box::before {
    content: none;
  }
}
body.business .history .history-box > div {
  width: 50%;
  padding: 0 3.5%;
}
@media screen and (max-width: 750px) {
  body.business .history .history-box > div {
    padding: 0 3%;
  }
}
@media screen and (max-width: 600px) {
  body.business .history .history-box > div {
    width: 100%;
    margin-top: 3em !important;
  }
  body.business .history .history-box > div.item01 {
    margin-top: 0 !important;
  }
}
body.business .history .history-box > div.item02 {
  margin-top: 10em;
}
body.business .history .history-box > div.item03 {
  margin-top: -14em;
}
body.business .history .history-box > div.item04 {
  margin-top: 18em;
}
body.business .history .history-box > div.item05 {
  margin-top: 7em;
}
body.business .history .history-box > div .headline {
  font-size: 100%;
  text-align: center;
  line-height: 1.6;
  color: #0e6f3f;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  body.business .history .history-box > div .headline {
    font-size: 110%;
  }
}
body.business .history .history-box > div .headline:after{
    content:"";
    border-top: 1px solid;
    width: 35px;
    display: block;
    margin-top: 20px;
	margin-left: auto;
    margin-right: auto;
	}
body.business .history .history-box > div .headline span {
    background-color: #2c4237;
    color: white;
    padding: 0px 10px;
    margin-bottom: 0.5em;
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    width: 5em;
    text-align: center;
	}
body.business .history .history-box > div p {
  margin-top: 1em;
  font-size: 80%;
  line-height: 2;
}
body.business .history .history-box > div .img {
  margin-top: 1em;
}
body.business .history .history-box > div .img img {
  width: 100%;
}
body.business .history .history-full-box {
  margin-top: 4em;
  padding: 0 3%;
}
body.business .history .history-full-box .headline {
  text-align: center;
  font-size: 100%;
  line-height: 1.4;
}
body.business .history .history-full-box p {
  margin-top: 1.5em;
  font-size: 80%;
  line-height: 2;
}
body.business .history .history-full-box .img {
  margin-top: 1.5em;
  width: 100%;
}
body.business .history .history-full-box .img img {
  width: 100%;
}
body.business .link {
  padding: 6.25em 0 4em;
}
@media screen and (max-width: 1200px) {
  body.business .link .wfx {
    width: 90%;
  }
}
body.business .link .csr-link a {
  position: relative;
  display: block;
  width: 66.6%;
  margin: 0 auto;
  background: url("../img/about/topmessage/img-csr.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  body.business .link .csr-link a {
    width: 90%;
  }
}
body.business .link .csr-link a::before {
  content: '';
  display: block;
  padding-top: 35.27%;
}
body.business .link .csr-link a .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78.75%;
  height: 66.6%;
  background: rgba(255, 255, 255, 0.7);
}
body.business .link .csr-link a .title .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
body.business .link .csr-link a .title .text span {
  display: block;
  color: #0e6f3f;
  text-align: center;
  line-height: 1.8;
}
body.business .link .csr-link a .title .text span:nth-of-type(1) {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 0.2em;
}
body.business .link .csr-link a .title .text span:nth-of-type(2) {
  font-size: 100%;
}
body.business .link .idx_ttl {
  margin-top: 6em;
}
body.business .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
body.business .link .link-box a {
  position: relative;
  display: block;
  width: 25%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  body.business .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.business .link .link-box a {
    width: 100%;
  }
}
body.business .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.business .link .link-box a::before {
    padding-top: 50%;
  }
}
body.business .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/sp-about.png");
}
body.business .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/sp-business.png");
}
body.business .link .link-box a:nth-of-type(3) {
  background-image: url("../img/common/sp-topmessage.png");
}
body.business .link .link-box a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.business .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.business .link .link-box a .inner span.title {
  font-size: 120%;
  letter-spacing: 0.2em;
}
body.business .link .link-box a .inner span.sub-title {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
body.business .jigyou01 .media-box .content h3, body.business .jigyou02 .media-box .content h3 {
	text-align: center;
	}
body.business .link .idx_ttl {
    margin-top: 0em;
	}
body.business .link {
    padding: 5em 0 4em;
	}
}


/*--------------------------------------------------
MINUTES
--------------------------------------------------*/
body.minutes .mainvisual_sub {
  position: relative;
  background: url("../img/3minutes/mv.png") no-repeat center center;
  background-size: cover;
}
body.minutes .section-title {
  font-size: 165%;
  text-align: center;
  font-weight: 700;
  color: #07562e;
  font-size: 20px;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
}
body.minutes .section-title:after{
    content:"";
    border-top: 1px solid;
    width: 30px;
    display: block;
	margin: 10px auto 0px auto;
    color: #0e6f3f;
    }
body.minutes .shimei {
  padding: 90px 0 0 0px;
  background-color: #eef3ee;
}
body.minutes .ex-item-box {
	margin-top: 90px;
	}
body.minutes .ex-item-box .image-over-box {
	padding: 15px 125px 40px 125px;
    width: 80%;
    margin: auto;
    background: rgba(189,197,251,.8);
    position: relative;
    top: -225px;
	}
@media screen and (max-width: 1200px) {
  body.minutes .shimei .wfx {
    width: 90%;
  }
}
body.minutes .shimei p {
  margin-top: 1.5em;
  line-height: 2;
  font-size: 115%;
  text-align: center;
}
body.minutes .shimei .image-up-box {
    padding: 10px 50px 35px 50px;
    width: 80%;
    margin: auto;
    background: rgba(14,111,6,0.2);
    margin-top: 2em;
	}
body.minutes .shimei .image-box	{
    padding-bottom: 4em;
	}
body.minutes .shimei .image-up-box p {
  margin-top: 1.5em;
  line-height: 2;
  font-size:90%;
  text-align: center;
  }

body.minutes .shimei .img {
  margin-top: 2em;
}
body.minutes .seihin {
  position: relative;
  padding: 5% 0;
  overflow: hidden;
  background: linear-gradient(to bottom right,#f4f5f4, #f3f3f3, #e0e8e0);
}
body.minutes .seihin .seihin-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 45%;
/*  background: url("../img/3minutes/img02.png") no-repeat center center; */
  background-size: 100% auto;
}
body.minutes .seihin .list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
body.minutes .seihin .list > div {
	width: 40vw;
    max-width: 600px;
    padding: 0 4%;
	}
body.minutes .seihin .list > div img {
	padding-top: 1em;
	}
@media screen and (max-width: 1000px) {
  body.minutes .seihin .list > div {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
body.minutes .ex-item-box {
	margin-top: 45px;
	}
body.minutes .ex-item-box .image-over-box {
    padding: 1px 10px 15px 10px;
    width: 94%;
    margin: auto;
    background: rgba(189,197,251,.8);
    position: relative;
    top: -45px;
	}
body.minutes .section-title {
    font-size: 125%;
	margin-top:50px;
	}
body.minutes .seihin .list > div h3 {
    font-size: 130%;
	}
body.minutes .shimei p {
    font-size: 100%;
	}
body.minutes .shimei .image-up-box {
    padding: 1em 1em 35px 1em;
    width: 100%;
    margin: auto;
    background: rgba(189,197,251,.8);
    margin-top: 1.5em;
	}
body.minutes .shimei .image-box	{
    padding-bottom: 2em;
	}

body.minutes .shimei {
	padding:1px 0 0 0;}

}
@media screen and (max-width: 500px) {
  body.minutes .seihin .list > div {
    width: 80vw;
  }
  body.minutes .seihin .list > div:nth-of-type(2) {
    margin-top: 3em;
  }
}
body.minutes .seihin .list > div h3 {
  font-size: 120%;
/*  font-weight: bold;*/
  text-align: center;
  color: #0e6f3f;
}
body.minutes .seihin .list > div p {
  margin-top: 1.5em;
  font-size: 80%;
  line-height: 2;
}
body.minutes .gijyutsu,
body.minutes .kaisya,
body.minutes .syain,
body.minutes .hatarakiyasusa {
  padding: 5% 0;
}
body.minutes .gijyutsu .list,
body.minutes .kaisya .list,
body.minutes .syain .list,
body.minutes .hatarakiyasusa .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
body.minutes .gijyutsu .list > div,
body.minutes .kaisya .list > div,
body.minutes .syain .list > div,
body.minutes .hatarakiyasusa .list > div {
  width: 33.3%;
  padding: 0 3%;
}
body.minutes .list > div.item.margin-up {
	margin-top: 70px;
}
body.minutes .list > div.item.large {
  width: 66.6%;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
body.minutes .list > div.item.large {
    width: 95%;
    padding: 0% 0 3em 0;
    margin: 0 auto;
	}
body.minutes .list > div.item.margin-up {
	margin-top: 0px;
    padding: 6% 0;
	}
}
/*@media screen and (max-width: 400px) {*/
@media screen and (max-width: 450px) {
  body.minutes .gijyutsu .list > div,
  body.minutes .kaisya .list > div,
  body.minutes .syain .list > div,
  body.minutes .hatarakiyasusa .list > div {
    width: 100%;
    padding: 6% 0;
  }
}
body.minutes .gijyutsu .list > div h3,
body.minutes .kaisya .list > div h3,
body.minutes .syain .list > div h3,
body.minutes .hatarakiyasusa .list > div h3 {
  font-size: 120%;
  text-align: center;
}
body.minutes .gijyutsu .list > div .value,
body.minutes .kaisya .list > div .value,
body.minutes .syain .list > div .value,
body.minutes .hatarakiyasusa .list > div .value {
  position: relative;
  height: 180px;
  width: 100%;
  margin: 2em 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.minutes .list > div.item.large .value {
  position: relative;
  height: 180px;
  width: 48.5%;
  margin: 2em 0 1.6em 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}
body.minutes .list > div.item.large .value.sankyuu01 {
  position: relative;
  height: 180px;
  width: 100%;
  margin: 2em 0 1.6em 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 767px) {
body.minutes .list > div.item.large .value {
  position: relative;
  height: 150px;
  width: 48.5%;
  margin: 0em 0 1em 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  }
body.minutes .gijyutsu .list, body.minutes .kaisya .list, body.minutes .syain .list, body.minutes .hatarakiyasusa .list {
    margin-top: 2em;
	}
}
@media screen and (max-width: 600px) {
  body.minutes .gijyutsu .list > div .value,
  body.minutes .kaisya .list > div .value,
  body.minutes .syain .list > div .value,
  body.minutes .hatarakiyasusa .list > div .value {
    height: 130px;
  }
}
body.minutes .gijyutsu .list > div .value.list .value-inner,
body.minutes .kaisya .list > div .value.list .value-inner,
body.minutes .syain .list > div .value.list .value-inner,
body.minutes .hatarakiyasusa .list > div .value.list .value-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.minutes .syain .list > div .value.list .value-inner.senkou {
    text-align: left;
	}
body.minutes .syain .list > div .value.list .value-inner.senkou .br {
    display: block;
    margin-bottom: -20px;
	line-height: 1.25;
    letter-spacing: -2px;
	}
body.minutes .syain .list > div .value.list .value-inner.senkou span.yaku {
    font-size:80%;
	}
@media screen and (max-width: 767px) {
body.minutes .syain .list > div .value.list .value-inner.senkou .br {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 100%;
    line-height: 1.25;
    letter-spacing: 0px;
	}
body.minutes .syain .list > div .value.list .value-inner.senkou {
    text-align: left;
    padding: 0 45px;
	}
}

body.minutes .gijyutsu .list > div .value.list .value-inner .left, body.minutes .gijyutsu .list > div .value.list .value-inner .right,
body.minutes .kaisya .list > div .value.list .value-inner .left,
body.minutes .kaisya .list > div .value.list .value-inner .right,
body.minutes .syain .list > div .value.list .value-inner .left,
body.minutes .syain .list > div .value.list .value-inner .right,
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .left,
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .right {
  width: 50%;
}
@media screen and (max-width: 600px) {
  body.minutes .gijyutsu .list > div .value.list .value-inner .left, body.minutes .gijyutsu .list > div .value.list .value-inner .right,
  body.minutes .kaisya .list > div .value.list .value-inner .left,
  body.minutes .kaisya .list > div .value.list .value-inner .right,
  body.minutes .syain .list > div .value.list .value-inner .left,
  body.minutes .syain .list > div .value.list .value-inner .right,
  body.minutes .hatarakiyasusa .list > div .value.list .value-inner .left,
  body.minutes .hatarakiyasusa .list > div .value.list .value-inner .right {
    width: 100%;
  }
}
body.minutes .gijyutsu .list > div .value.list .value-inner .left div, body.minutes .gijyutsu .list > div .value.list .value-inner .right div,
body.minutes .kaisya .list > div .value.list .value-inner .left div,
body.minutes .kaisya .list > div .value.list .value-inner .right div,
body.minutes .syain .list > div .value.list .value-inner .left div,
body.minutes .syain .list > div .value.list .value-inner .right div,
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .left div,
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .right div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  font-size: 85%;
  font-weight: bold;
  white-space: nowrap;
}
body.minutes .gijyutsu .list > div .value.list .value-inner .left div.center span:nth-of-type(1), body.minutes .gijyutsu .list > div .value.list .value-inner .right div.center span:nth-of-type(1),
body.minutes .kaisya .list > div .value.list .value-inner .left div.center span:nth-of-type(1),
body.minutes .kaisya .list > div .value.list .value-inner .right div.center span:nth-of-type(1),
body.minutes .syain .list > div .value.list .value-inner .left div.center span:nth-of-type(1),
body.minutes .syain .list > div .value.list .value-inner .right div.center span:nth-of-type(1),
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .left div.center span:nth-of-type(1),
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .right div.center span:nth-of-type(1) {
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.minutes .gijyutsu .list > div .value.list .value-inner .left div.center span:nth-of-type(1), body.minutes .gijyutsu .list > div .value.list .value-inner .right div.center span:nth-of-type(1),
  body.minutes .kaisya .list > div .value.list .value-inner .left div.center span:nth-of-type(1),
  body.minutes .kaisya .list > div .value.list .value-inner .right div.center span:nth-of-type(1),
  body.minutes .syain .list > div .value.list .value-inner .left div.center span:nth-of-type(1),
  body.minutes .syain .list > div .value.list .value-inner .right div.center span:nth-of-type(1),
  body.minutes .hatarakiyasusa .list > div .value.list .value-inner .left div.center span:nth-of-type(1),
  body.minutes .hatarakiyasusa .list > div .value.list .value-inner .right div.center span:nth-of-type(1) {
    text-align: right;
  }
}
body.minutes .gijyutsu .list > div .value.list .value-inner .left div span, body.minutes .gijyutsu .list > div .value.list .value-inner .right div span,
body.minutes .kaisya .list > div .value.list .value-inner .left div span,
body.minutes .kaisya .list > div .value.list .value-inner .right div span,
body.minutes .syain .list > div .value.list .value-inner .left div span,
body.minutes .syain .list > div .value.list .value-inner .right div span,
body.minutes .syain .list > div.item.anketo .value .value-inner span,
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .left div span,
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .right div span {
  line-height: 1.2;
  font-size: 50%;
}
body.minutes .syain .list > div.item.anketo .value .value-inner span span {
  font-size: 105%;
  display: block;
}
body.minutes .gijyutsu .list > div .value.list .value-inner .left div span:nth-of-type(1), body.minutes .gijyutsu .list > div .value.list .value-inner .right div span:nth-of-type(1),
body.minutes .kaisya .list > div .value.list .value-inner .left div span:nth-of-type(1),
body.minutes .kaisya .list > div .value.list .value-inner .right div span:nth-of-type(1),
body.minutes .syain .list > div .value.list .value-inner .left div span:nth-of-type(1),
body.minutes .syain .list > div .value.list .value-inner .right div span:nth-of-type(1),
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .left div span:nth-of-type(1),
body.minutes .hatarakiyasusa .list > div .value.list .value-inner .right div span:nth-of-type(1) {
  width: 80%;
  text-align: right;
}
@media screen and (max-width: 767px) {
body.minutes .syain .list > div.item.anketo .value .value-inner span span {
  font-size: 115%;
  display: block;
  }
}
@media screen and (max-width: 600px) {
  body.minutes .gijyutsu .list > div .value.list .value-inner .left div span:nth-of-type(1), body.minutes .gijyutsu .list > div .value.list .value-inner .right div span:nth-of-type(1),
  body.minutes .kaisya .list > div .value.list .value-inner .left div span:nth-of-type(1),
  body.minutes .kaisya .list > div .value.list .value-inner .right div span:nth-of-type(1),
  body.minutes .syain .list > div .value.list .value-inner .left div span:nth-of-type(1),
  body.minutes .syain .list > div .value.list .value-inner .right div span:nth-of-type(1),
  body.minutes .hatarakiyasusa .list > div .value.list .value-inner .left div span:nth-of-type(1),
  body.minutes .hatarakiyasusa .list > div .value.list .value-inner .right div span:nth-of-type(1) {
    width: 60%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 601px) {
  body.minutes .gijyutsu .list > div .value.list .value-inner .left div span:nth-of-type(1),
  body.minutes .kaisya .list > div .value.list .value-inner .left div span:nth-of-type(1),
  body.minutes .syain .list > div .value.list .value-inner .left div span:nth-of-type(1),
  body.minutes .hatarakiyasusa .list > div .value.list .value-inner .left div span:nth-of-type(1) {
    width: 70%;
    padding-right: 3%;
  }
}
body.minutes .gijyutsu .list > div .value .value-inner,
body.minutes .kaisya .list > div .value .value-inner,
body.minutes .syain .list > div .value .value-inner,
body.minutes .hatarakiyasusa .list > div .value .value-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #0e6f3f;
}
body.minutes .gijyutsu .list > div .value .value-inner div,
body.minutes .kaisya .list > div .value .value-inner div,
body.minutes .syain .list > div .value .value-inner div,
body.minutes .hatarakiyasusa .list > div .value .value-inner div {
  font-size: 165%;
  font-weight: bold;
}
body.minutes .syain .list > div .value .value-inner div {
  font-size: 183%;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  body.minutes .gijyutsu .list > div .value .value-inner div,
  body.minutes .kaisya .list > div .value .value-inner div,
  body.minutes .syain .list > div .value .value-inner div,
  body.minutes .hatarakiyasusa .list > div .value .value-inner div {
    font-size: 140%;
  }
}
@media screen and (max-width: 400px) {
  body.minutes .gijyutsu .list > div .value .value-inner div,
  body.minutes .kaisya .list > div .value .value-inner div,
  body.minutes .hatarakiyasusa .list > div .value .value-inner div {
    font-size: 165%;
  }
  body.minutes .kaisya .list > div .value .value-inner div {
    font-size: 164%;
  }
  body.minutes .syain .list > div .value .value-inner div {
    font-size: 160%;
  }
}
@media screen and (max-width: 370px) {
  body.minutes .kaisya .list > div .value .value-inner div {
    font-size: 140%;
  }
  body.minutes .syain .list > div .value .value-inner div {
    font-size: 132%;
  }
}
body.minutes .gijyutsu .list > div .value .value-inner div span,
body.minutes .syain .list > div .value .value-inner div span,
body.minutes .hatarakiyasusa .list > div .value .value-inner div span {
  font-size: 70%;
}
body.minutes .gijyutsu .list > div .value .value-inner div span span,
body.minutes .syain .list > div .value .value-inner div span span,
body.minutes .hatarakiyasusa .list > div .value .value-inner div span span {
  font-size: 70%;
  display: block;
}
body.minutes .hatarakiyasusa .list div.large .value .value-inner div span {
  font-size: 65%;
}
body.minutes .kaisya .list > div .value .value-inner div span {
  font-size: 60%;
}
body.minutes .kaisya .list > div .value .value-inner div span span {
  font-size: 80%;
  display: block;
}
@media screen and (max-width: 767px) {
body.minutes .kaisya .list > div .value .value-inner div span {
    font-size: 50%;
	}
body.minutes .syain .list > div .value .value-inner.senkou div span {
    font-size: 55%;
	}
body.minutes .kaisya .list > div .value .value-inner div span span {
    font-size: 110%;
	}
body.minutes .gijyutsu .list > div .value .value-inner div span span, body.minutes .syain .list > div .value .value-inner div span span, body.minutes .hatarakiyasusa .list > div .value .value-inner div span span {
    font-size: 80%;
	}
}
body.minutes .gijyutsu .list > div p,
body.minutes .kaisya .list > div p,
body.minutes .syain .list > div p,
body.minutes .hatarakiyasusa .list > div p {
/*  width: 70%; */
  width: 85%;
  margin: 0 auto;
  font-size: 80%;
  line-height: 1.6;
}
body.minutes .list > div.item.large p {
    width: 85%;
    margin: 0 auto;
    font-size: 80%;
    line-height: 1.6;
}
@media screen and (max-width: 600px) {
  body.minutes .gijyutsu .list > div p,
  body.minutes .kaisya .list > div p,
  body.minutes .syain .list > div p,
  body.minutes .hatarakiyasusa .list > div p {
    text-align: center;
  }
  body.minutes .list > div.item.large p {
    width: 90%;
  }
}
body.minutes .gijyutsu,
body.minutes .syain {
  background-color: #f6f7fd;
}
body.minutes .gijyutsu .list > div:nth-of-type(1) .value {
  background-image: url("../img/3minutes/bg-group1_02.png");
}
body.minutes .gijyutsu .list > div:nth-of-type(2) .value {
  background-image: url("../img/3minutes/bg-group1_02.png");
}
body.minutes .gijyutsu .list > div:nth-of-type(3) .value {
  background-image: url("../img/3minutes/bg-group1_03.png");
}
body.minutes .kaisya .list > div:nth-of-type(1) .value.company01 {
  background-image: url("../img/3minutes/bg-group2_01.png");
}
body.minutes .kaisya .list > div:nth-of-type(1) .value.company02 {
  background-image: url("../img/3minutes/bg-group2_02.png");
}
body.minutes .kaisya .list > div:nth-of-type(2) .value {
  background-image: url("../img/3minutes/bg-group2_03.png");
}
body.minutes .syain .list > div:nth-of-type(1) .value {
  background-image: url("../img/3minutes/bg-group3_01.png");
}
body.minutes .syain .list > div:nth-of-type(2) .value {
  background-image: url("../img/3minutes/bg-group3_02.png");
}
body.minutes .syain .list > div:nth-of-type(3) .value {
  background-image: url("../img/3minutes/bg-group3_03.png");
}
body.minutes .hatarakiyasusa .list > div:nth-of-type(1) .value {
  background-image: url("../img/3minutes/bg-group4_01.png");
}
body.minutes .hatarakiyasusa .list > div:nth-of-type(2) .value {
  background-image: url("../img/3minutes/bg-group4_02.png");
}
body.minutes .hatarakiyasusa .list > div:nth-of-type(3) .value {
  background-image: url("../img/3minutes/bg-group4_03.png");
}
body.minutes .hatarakiyasusa .list > div:nth-of-type(4) .value {
  background-image: url("../img/3minutes/bg-group4_04.png");
}
body.minutes .hatarakiyasusa .list > div:nth-of-type(5) .value.sankyuu01 {
  background-image: url("../img/3minutes/bg-group4_05.png");
}
body.minutes .hatarakiyasusa .list > div:nth-of-type(5) .value.sankyuu02 {
  background-image: url("../img/3minutes/bg-group4_06.png");
}

body.minutes .items img {
	width:47.5%;}
body.minutes .items2 img {
	width:40%;}

body.minutes .item04 .img {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	position:relative;}


body.minutes .item04 .img img {
	width:100%;}
body.minutes .item04 .img .num01 {
	position:absolute;
	right:-67px;
	top:0;
	width:55px;
	text-align:center}

body.minutes .item04 .img .num02 {
	position:absolute;
	right:-67px;
	top:90px;
	width:55px;
	text-align:center}
body.minutes .item04 .img .num03 {
	position:absolute;
	right:-67px;
	bottom:-34px;
	width:55px;
	text-align:center}
body.minutes .item04 .img .num04 {
	position:absolute;
	left:60%;
	width:55px;
	bottom:-55px;
	text-align:center}
body.minutes .item04 .img .num05 {
	position:absolute;
	right:52%;
	bottom:80px;
	width:55px;
	text-align:center}
body.minutes .item04 .img .num06 {
	position:absolute;
	left:30px;
	bottom:-60px;
	text-align:center}
body.minutes .item04 .img .num07 {
	position:absolute;
	left:-85px;
	bottom:20px;
	text-align:center}


body.minutes .item04 .img .num {
	color:#0e6f3f;
	font-size:28px;}

.area_name {
	display:block;
	font-size:14px;
	color:#0e6f3f;
	border-bottom:1px solid #000000;}

body.minutes .link {
  padding: 3em 0 4em;
}
@media screen and (max-width: 1200px) {
  body.minutes .link .wfx {
    width: 90%;
  }
}
body.minutes .link .csr-link a {
  position: relative;
  display: block;
  width: 66.6%;
  margin: 0 auto;
  background: url("../img/about/topmessage/img-csr.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
body.minutes .gijyutsu .list > div:nth-of-type(1) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .gijyutsu .list > div:nth-of-type(2) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .gijyutsu .list > div:nth-of-type(3) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .kaisya .list > div:nth-of-type(1) .value.company01 {
    margin: 1em auto 1em auto;
	}
body.minutes .kaisya .list > div:nth-of-type(1) .value.company02 {
    margin: 1em auto 1em auto;
	}
body.minutes .kaisya .list > div:nth-of-type(2) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .syain .list > div:nth-of-type(1) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .syain .list > div:nth-of-type(2) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .syain .list > div:nth-of-type(3) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .hatarakiyasusa .list > div:nth-of-type(1) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .hatarakiyasusa .list > div:nth-of-type(2) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .hatarakiyasusa .list > div:nth-of-type(3) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .hatarakiyasusa .list > div:nth-of-type(4) .value {
    margin: 1em auto 1em auto;
	}
body.minutes .hatarakiyasusa .list > div:nth-of-type(5) .value.sankyuu01 {
    margin: 1em auto 1em auto;
	}
body.minutes .hatarakiyasusa .list > div:nth-of-type(5) .value.sankyuu02 {
    margin: 1em auto 1em auto;
	}
}
@media screen and (max-width: 600px) {
  body.minutes .link .csr-link a {
    width: 90%;
  }
}
body.minutes .link .csr-link a::before {
  content: '';
  display: block;
  padding-top: 35.27%;
}
body.minutes .link .csr-link a .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78.75%;
  height: 66.6%;
  background: rgba(255, 255, 255, 0.7);
}
body.minutes .link .csr-link a .title .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
body.minutes .link .csr-link a .title .text span {
  display: block;
  color: #0e6f3f;
  text-align: center;
  line-height: 1.8;
}
body.minutes .link .csr-link a .title .text span:nth-of-type(1) {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 0.2em;
}
body.minutes .link .csr-link a .title .text span:nth-of-type(2) {
  font-size: 100%;
}
body.minutes .link .idx_ttl {
  margin-top: 6em;
}
body.minutes .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
body.minutes .link .link-box a {
  position: relative;
  display: block;
  width: 25%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  body.minutes .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.minutes .link .link-box a {
    width: 100%;
  }
}
body.minutes .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.minutes .link .link-box a::before {
    padding-top: 50%;
  }
}
body.minutes .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/sp-about.png");
}
body.minutes .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/sp-business.png");
}
body.minutes .link .link-box a:nth-of-type(3) {
  background-image: url("../img/common/sp-topmessage.png");
}
body.minutes .link .link-box a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.minutes .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.minutes .link .link-box a .inner span.title {
  font-size: 120%;
  letter-spacing: 0.2em;
}
body.minutes .link .link-box a .inner span.sub-title {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
body.minutes .link .idx_ttl {
    margin-top: 0em;
	}
body.minutes .link {
    padding: 2.5em 0 4em;
	}
}
@media screen and (max-width: 413px){
body.minutes .gijyutsu .list > div .value .value-inner div span span, body.minutes .syain .list > div .value .value-inner div span span, body.minutes .hatarakiyasusa .list > div .value .value-inner div span span {
    font-size: 68%;
	}
}
@media screen and (max-width: 374px) {
body.minutes .shimei p {
    font-size: 86%;
	}
body.minutes .syain .list > div.item.anketo .value .value-inner span span {
    font-size: 125%;
    display: block;
	}
}


/*--------------------------------------------------
FAQ
--------------------------------------------------*/
body.faq .mainvisual_sub {
  position: relative;
  background: url("../img/faq/mv.png") no-repeat center center;
  background-size: cover;
}
body.faq .section-title {
  font-size: 165%;
  text-align: center;
}
body.faq .first-message {
  padding: 3% 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body.faq .first-message .wfx {
    width: 90%;
  }
}
body.faq .first-message p {
  font-size: 80%;
  line-height: 2;
}
body.faq .first-message p:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 1200px) {
  body.faq .faq-navi .wfx {
    width: 90%;
  }
}
body.faq .faq-navi .local-navi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 7%;
}
body.faq .faq-navi .local-navi a {
  position: relative;
  display: block;
  width: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.faq .faq-navi .local-navi a::before {
  content: '';
  display: block;
  padding-top: 77%;
}
body.faq .faq-navi .local-navi a:nth-of-type(1) {
  background-image: url("../img/faq/nav-img01.png");
}
body.faq .faq-navi .local-navi a:nth-of-type(2) {
  background-image: url("../img/faq/nav-img02.png");
}
body.faq .faq-navi .local-navi a:nth-of-type(3) {
  background-image: url("../img/faq/nav-img03.png");
}
body.faq .faq-navi .local-navi a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
body.faq .faq-navi .local-navi a .inner span {
  display: block;
}
body.faq .faq-navi .local-navi a .inner span:nth-of-type(1) {
  font-size: 140%;
}
@media screen and (max-width: 500px) {
  body.faq .faq-navi .local-navi a .inner span:nth-of-type(1) {
    font-size: 110%;
  }
}
body.faq .faq-navi .local-navi a .inner span:nth-of-type(2) {
  font-size: 80%;
}
@media screen and (max-width: 500px) {
  body.faq .faq-navi .local-navi a .inner span:nth-of-type(2) {
    font-size: 70%;
  }
}
body.faq .faq-box {
  margin-top: 180px;
}
@media screen and (max-width: 1200px) {
  body.faq .faq-box {
    margin-top: 15%;
  }
}
@media screen and (max-width: 1200px) {
  body.faq .faq-box .wfx {
    width: 90%;
  }
}
body.faq .faq-box.f-box01 .q-box {
  background-color: #f6fdf8;
}
body.faq .faq-box.f-box01 .q-box.q-box01 > .thumbnail {
  background-image: url("../img/faq/sec01-img01.png");
}
body.faq .faq-box.f-box01 .q-box.q-box01 .content {
  background-color: #f6fdf8;
}
body.faq .faq-box.f-box01 .q-box.q-box02 {
  width: 100%;
}
body.faq .faq-box.f-box01 .q-box.q-box03, body.faq .faq-box.f-box01 .q-box.q-box04, body.faq .faq-box.f-box01 .q-box.q-box05, body.faq .faq-box.f-box01 .q-box.q-box06 {
  width: 49%;
}
@media screen and (max-width: 600px) {
  body.faq .faq-box.f-box01 .q-box.q-box03, body.faq .faq-box.f-box01 .q-box.q-box04, body.faq .faq-box.f-box01 .q-box.q-box05, body.faq .faq-box.f-box01 .q-box.q-box06 {
    width: 100%;
  }
}
body.faq .faq-box.f-box01 .q-box.q-box04, body.faq .faq-box.f-box01 .q-box.q-box06 {
  margin-left: 2%;
}
@media screen and (max-width: 600px) {
  body.faq .faq-box.f-box01 .q-box.q-box04, body.faq .faq-box.f-box01 .q-box.q-box06 {
    margin-left: 0;
  }
}
body.faq .faq-box.f-box01 .q-box .content .question span:nth-of-type(1) {
  background-color: #07562e;
}
body.faq .faq-box.f-box02 .q-box {
  background-color: #f6fdfa;
}
body.faq .faq-box.f-box02 .q-box.q-box01 > .thumbnail {
  background-image: url("../img/faq/sec02-img01.png");
}
body.faq .faq-box.f-box02 .q-box.q-box01 .content {
  background-color: #f6fdfa;
}
body.faq .faq-box.f-box02 .q-box.q-box02, body.faq .faq-box.f-box02 .q-box.q-box03 {
  width: 49%;
}
@media screen and (max-width: 600px) {
  body.faq .faq-box.f-box02 .q-box.q-box02, body.faq .faq-box.f-box02 .q-box.q-box03 {
    width: 100%;
  }
}
body.faq .faq-box.f-box02 .q-box.q-box03 {
  margin-left: 2%;
}
@media screen and (max-width: 600px) {
  body.faq .faq-box.f-box02 .q-box.q-box03 {
    margin-left: 0;
  }
}
body.faq .faq-box.f-box02 .q-box.q-box04, body.faq .faq-box.f-box02 .q-box.q-box05 {
  width: 100%;
}
body.faq .faq-box.f-box02 .q-box .content .question span:nth-of-type(1) {
  background-color: #2f6640;
}
body.faq .faq-box.f-box03 .q-box {
  background-color: #fdf9f6;
}
body.faq .faq-box.f-box03 .q-box.q-box01 > .thumbnail {
  background-image: url("../img/faq/sec03-img01.png");
}
body.faq .faq-box.f-box03 .q-box.q-box01 .content {
  background-color: #fdf9f6;
}
body.faq .faq-box.f-box03 .q-box.q-box02, body.faq .faq-box.f-box03 .q-box.q-box03 {
  width: 49%;
}
@media screen and (max-width: 600px) {
  body.faq .faq-box.f-box03 .q-box.q-box02, body.faq .faq-box.f-box03 .q-box.q-box03 {
    width: 100%;
  }
}
body.faq .faq-box.f-box03 .q-box.q-box03 {
  margin-left: 2%;
}
@media screen and (max-width: 600px) {
  body.faq .faq-box.f-box03 .q-box.q-box03 {
    margin-left: 0;
  }
}
body.faq .faq-box.f-box03 .q-box .content .question span:nth-of-type(1) {
  background-color: #814423;
}
body.faq .faq-box .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.faq .faq-box .list .q-box {
  margin-top: 20px;
}
body.faq .faq-box .list .q-box.q-box01 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
}
@media screen and (max-width: 800px) {
  body.faq .faq-box .list .q-box.q-box01 {
    display: block;
  }
}
body.faq .faq-box .list .q-box.q-box01 > .thumbnail {
  position: relative;
  flex-shrink: 0;
  width: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.faq .faq-box .list .q-box.q-box01 > .thumbnail::before {
  content: '';
  display: block;
  padding-top: 77.2%;
}
body.faq .faq-box .list .q-box.q-box01 > .thumbnail .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
body.faq .faq-box .list .q-box.q-box01 > .thumbnail .inner span {
  display: block;
}
body.faq .faq-box .list .q-box.q-box01 > .thumbnail .inner span:nth-of-type(1) {
  font-size: 140%;
}
@media screen and (max-width: 800px) {
  body.faq .faq-box .list .q-box.q-box01 > .thumbnail .inner span:nth-of-type(1) {
    font-size: 165%;
  }
}
body.faq .faq-box .list .q-box.q-box01 > .thumbnail .inner span:nth-of-type(2) {
  font-size: 80%;
}
@media screen and (max-width: 800px) {
  body.faq .faq-box .list .q-box.q-box01 > .thumbnail .inner span:nth-of-type(2) {
    font-size: 100%;
  }
}
@media screen and (max-width: 800px) {
  body.faq .faq-box .list .q-box.q-box01 > .thumbnail {
    width: 100%;
  }
}
body.faq .faq-box .list .q-box.q-box01 .content {
  flex-grow: 1;
  width: calc(100% - 1.6%);
  margin-left: 1.6%;
}
@media screen and (max-width: 800px) {
  body.faq .faq-box .list .q-box.q-box01 .content {
    width: 100%;
    margin: 3% 0 0 0;
  }
}
body.faq .faq-box .list .q-box .content p {
  line-height: 2;
  font-size: 15px;
}
body.faq .faq-box .list .q-box .content p:not(:first-child) {
  margin-top: 4%;
}
body.faq .faq-box .list .q-box .content a {
  color: #0e6f3f;
}
body.faq .faq-box .list .q-box .content .question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 20px 30px 20px 0;
}
body.faq .faq-box .list .q-box .content .question span:nth-of-type(1) {
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 120%;
  color: #fff;
}
body.faq .faq-box .list .q-box .content .question span:nth-of-type(2) {
  margin-left: 1.6%;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  body.faq .faq-box .list .q-box .content .question span:nth-of-type(2) {
    margin-left: 5%;
    font-size: 90%;
  }
}
body.faq .faq-box .list .q-box .content .answer {
  margin: 0 30px;
  padding: 25px 0;
  border-top: 2px solid #a6abb9;
  font-size: 80%;
}
body.faq .faq-box .list .q-box .content .answer.media-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 800px) {
  body.faq .faq-box .list .q-box .content .answer.media-box {
    display: block;
  }
}
body.faq .faq-box .list .q-box .content .answer.media-box .sentence {
  padding-right: 3%;
}
@media screen and (max-width: 800px) {
  body.faq .faq-box .list .q-box .content .answer.media-box .sentence {
    padding-right: 0;
  }
}
body.faq .faq-box .list .q-box .content .answer.media-box .thumbnail {
  flex-shrink: 0;
  width: 245px;
}
@media screen and (max-width: 800px) {
  body.faq .faq-box .list .q-box .content .answer.media-box .thumbnail {
    width: 100%;
    margin-top: 3%;
  }
}
body.faq .faq-box .list .q-box .content .answer.media-box .thumbnail img {
  width: 100%;
}
body.faq .faq-box .list .q-box .content .img {
  margin-top: 5%;
}
body.faq .faq-box .list .q-box .content .img img {
  width: 100%;
}
body.faq .link {
  padding: 10% 0 6%;
}
@media screen and (max-width: 1000px) {
  body.faq .link {
    padding-top: 5.5em;
  }
}
@media screen and (max-width: 1200px) {
  body.faq .link .wfx {
    width: 90%;
  }
}
body.faq .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
body.faq .link .link-box a {
  position: relative;
  display: block;
  width: 25%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  body.faq .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.faq .link .link-box a {
    width: 100%;
  }
}
body.faq .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.faq .link .link-box a::before {
    padding-top: 50%;
  }
}
body.faq .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/r-thumb01.png");
}
body.faq .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/r-thumb02.png");
}
body.faq .link .link-box a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.faq .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.faq .link .link-box a .inner span.title {
  font-size: 120%;
  letter-spacing: 0.2em;
}
body.faq .link .link-box a .inner span.sub-title {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
body.faq .first-message {
    padding: 8% 0;
	}
body.faq .faq-navi .local-navi a .inner span:nth-of-type(1) {
    font-size: 75%;
	}
body.faq .faq-navi .local-navi a .inner span:nth-of-type(2) {
    font-size: 66%;
	}
}


/*--------------------------------------------------
INTERVIEW DETAIL
--------------------------------------------------*/
body.interview-detail .mainvisual_sub {
  position: relative;
  border-bottom: 250px solid #2c4239;
}
@media screen and (max-width: 1000px) {
  body.interview-detail .mainvisual_sub {
    border-bottom-width: 125px;
  }
}
@media screen and (max-width: 700px) {
  body.interview-detail .mainvisual_sub {
    border-bottom-width: 30px;
  }
}
body.interview-detail .mainvisual_sub.interview01 {
  background-image: url("../img/interview/interview01/mv.png");
}
body.interview-detail .mainvisual_sub.interview02 {
  background-image: url("../img/interview/interview02/mv.png");
}
body.interview-detail .mainvisual_sub.interview03 {
  background-image: url("../img/interview/interview03/mv.png");
}
body.interview-detail .mainvisual_sub.interview04 {
  background-image: url("../img/interview/interview04/mv.png");
}
body.interview-detail .mainvisual_sub.interview05 {
  background-image: url("../img/interview/interview05/mv.png");
}
body.interview-detail .mainvisual_sub.interview06 {
  background-image: url("../img/interview/interview06/mv.png");
}
.mainvisual_sub.interview01::before {
    padding-top: 36.9%;
	}
.mainvisual_sub.interview02::before {
    padding-top: 36.9%;
	}
.mainvisual_sub.interview03::before {
    padding-top: 36.9%;
	}
.mainvisual_sub.interview04::before {
    padding-top: 36.9%;
	}
.mainvisual_sub.interview05::before {
    padding-top: 36.9%;
	}
.mainvisual_sub.interview06::before {
    padding-top: 36.9%;
	}
body.interview-detail .mainvisual_sub h1 {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 50%;
  height: 100%;
  background: rgba(60, 97, 83, 0.65);
  font-size: 140%;
  font-weight: normal;
  transform: translate(0, 0);
  white-space: normal;
}
@media screen and (max-width: 767px) {
  body.interview-detail .mainvisual_sub h1 {
    font-size: 78%;
  }
body.interview-detail .mainvisual_sub h1 span b {
    margin-left: 0em;
	}
.mainvisual_sub.interview01::before {
    padding-top: 53.9%;
	}
.mainvisual_sub.interview02::before {
    padding-top: 53.9%;
	}
.mainvisual_sub.interview03::before {
    padding-top: 53.9%;
	}
.mainvisual_sub.interview04::before {
    padding-top: 53.9%;
	}
.mainvisual_sub.interview05::before {
    padding-top: 53.9%;
	}
.mainvisual_sub.interview06::before {
    padding-top: 53.9%;
	}
body.interview-detail .mainvisual_sub.interview01 ,
body.interview-detail .mainvisual_sub.interview02 ,
body.interview-detail .mainvisual_sub.interview03 ,
body.interview-detail .mainvisual_sub.interview04 ,
body.interview-detail .mainvisual_sub.interview05 ,
body.interview-detail .mainvisual_sub.interview06 {
  background-position-x: -12.5em;
  }
}
body.interview-detail .mainvisual_sub h1 span {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 90%;
  display: inline-block;
/*  max-width: 600px; */
  max-width: 620px;
  text-align: left;
  padding-left: 30px;
}
body.interview-detail .mainvisual_sub h1 span b {
  display: inline-block;
  text-align: left;
  margin-left: 1em;
}
@media screen and (min-width: 768.0px) and (max-width: 768.9px) {
body.interview-detail .mainvisual_sub h1 span b {
  margin-left: 1em;
  }
}
@media screen and (max-width: 700px) {
  body.interview-detail .mainvisual_sub h1 span {
    text-align: left;
    padding-left: 10%;
  }
}
body.interview-detail .profile-box {
  position: relative;
}
body.interview-detail .profile-box .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25vw;
  z-index: 2;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 90%;
  padding: 4% 6%;
  background-color: #07562e;
  color: #fff;
}
body.interview-detail .profile-box .left {
  flex-shrink: 0;
  padding-right: 6%;
}

@media screen and (max-width: 1000px) {
  body.interview-detail .profile-box .inner {
    top: -24vw;
  }
}
@media screen and (max-width: 767px) {
  body.interview-detail .profile-box .left {
    width: 100%;
    padding: 0;
  }
  body.interview-detail .profile-box .inner {
    display: block;
  }
  body.interview-detail .profile-box .right {
    margin-top: 5%;
  }
}
@media screen and (max-width: 700px) {
  body.interview-detail .profile-box .inner {
    position: static;
    transform: translate(0, 0);
    padding: 4% 1em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  body.interview-detail .profile-box .left {
    width: 100%;
    padding: 0;
  }
}
body.interview-detail .profile-box .left .p01 {
  font-size: 80%;
  background-color: #fff;
  color: #07562e;
  padding: 5px 10px;
  width: 215px;
  text-align: center;
}
body.interview-detail .profile-box .left .p02 {
  margin-top: 4%;
}
body.interview-detail .profile-box .left .p02 span:nth-of-type(1) {
  font-size: 135%;
}
body.interview-detail .profile-box .left .p02 span:nth-of-type(2) {
  font-size: 80%;
  padding-left: 20px;
}
body.interview-detail .profile-box .left .p03 {
  margin-top: 4%;
  font-size: 80%;
  line-height: 1.6;
}
body.interview-detail .profile-box .right p {
  font-size: 100%;
  margin-left: -6px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  body.interview-detail .profile-box .right p {
    font-size: 80%;
    margin: 30px 0 10px;
  }
}
body.interview-detail .profile-box .right ul {
  font-size: 80%;
}
body.interview-detail .profile-box .right ul li {
  margin-top: 1%;
    padding-left: 6em;
    text-indent: -6.25em;
	font-size: 16px;
}
@media screen and (max-width: 1200px) {
  body.interview-detail .detail .wfx {
    width: 90%;
  }
}
body.interview-detail .detail .detail-box {
  padding-top: 10%;
}
body.interview-detail .detail .detail-box.media-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
body.interview-detail .detail .lr-box {
  width: 100%;
  margin: 10% auto 0 auto;
  text-align: center;
    background-color: #f6f6f6;
    padding: 0em 0 3em 0;
}
body.interview-detail .detail .lr-box .inleft {
  width: 45%;
  display: inline-block;
  text-align: left;
  margin-right: 50px;
}
body.interview-detail .detail .lr-box .inright {
  width: 45%;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
body.interview-detail .profile-box .right ul li {
  margin-top: 1%;
  padding-left: 6em;
  text-indent: -6em;
	font-size: 13px;
	}
}
@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.media-box {
    flex-wrap: wrap;
  }
}
body.interview-detail .detail .detail-box.media-box .thumbnail {
  flex-shrink: 0;
/*  width: 46.6%; */
  width: 25%;
  margin-right: 1.5em;
  margin-top: -4%;
}
@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.media-box .thumbnail {
    order: 2;
    width: 100%;
    margin-top: 5%;
  }
body.interview-detail .detail .detail-box.media-box .thumbnail {
    margin-right: 0em;
	}
}
body.interview-detail .detail .detail-box.media-box .sentence {
/*  width: 50%; */
  width: 100%;
}
body.interview-detail .detail .lr-box .detail-box.media-box .sentence {
    width: 100%;
}
@media screen and (max-width: 767px) {
body.interview-detail .detail .lr-box {
    padding: 0em 1em 3em 1em;
	}
body.interview-detail .detail .lr-box .inleft {
  width: 100%;
  display: block;
  margin-right: 0px;
  }
body.interview-detail .detail .lr-box .inright {
  width: 100%;
  display: block;
  }
}
@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.media-box .sentence {
    width: 100%;
  }
}
body.interview-detail .detail .detail-box .sentence .headline {
  padding-left: 60px;
/*  font-size: 115%;*/
  font-size: 100%;
  color: #07562e;
  background: url("../img/interview/interview01/border.png") no-repeat left center;
}
body.interview-detail .detail .detail-box .sentence p {
  margin-top: 30px;
  font-size: 80%;
  line-height: 1.8;
}
body.interview-detail .detail .detail-box .img {
  margin-top: 3%;
}
body.interview-detail .detail .detail-box .img img {
  width: 100%;
	position: relative;
}
body > section.detail > div.wfx > div:nth-child(2) > div.img > img {
	width: 100%;
    left: 0%;
	}
body.interview-detail .detail .detail-box .img.takashima img {
    width: 53%;
	position: relative;
    left: -5%;
	}
body.interview-detail .detail .detail-box.schedule {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.schedule {
    flex-wrap: wrap;
  }
}
body.interview-detail .detail .detail-box.schedule .sentence {
  position: relative;
  padding: 5% 2% 5% 12%;
  background-color: #f2f2f2;
}
body.interview-detail .detail .detail-box.schedule .sentence .inleft {
	display: inline-block;
	width: 48%;
	}
body.interview-detail .detail .detail-box.schedule .sentence .inright {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	}

@media screen and (max-width: 767px) {
body.interview-detail .detail .detail-box.schedule .sentence .inleft {
	display: block;
	width: 100%;
	}
body.interview-detail .detail .detail-box.schedule .sentence .inright {
	display: block;
	width: 100%;
	}
}
@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.schedule .sentence {
    padding: 5% 15% 5% 5%;
  }
}
body.interview-detail .detail .detail-box.schedule .sentence .schedule-title {
  font-size: 115%;
  color: #0e6f3f;
  margin-bottom: 20px;
}
body.interview-detail .detail .detail-box.schedule .sentence .schedule-list {
  position: relative;
  margin-top: 6%;
}
body.interview-detail .detail .detail-box.schedule .sentence .schedule-list::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 1px;
  height: calc(100% - 5px);
  background-color: #364ca1;
}
@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.schedule .sentence .schedule-list::before {
    left: 6px;
  }
}

@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.schedule .sentence .schedule-list::after {
    left: -7px;
  }
}
body.interview-detail .detail .detail-box.schedule .sentence .schedule-list > div {
  position: relative;
  padding: 0 0 25px 40px;
}
@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.schedule .sentence .schedule-list > div {
    padding-left: 25px;
  }
}
body.interview-detail .detail .detail-box.schedule .sentence .schedule-list > div::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #364ca1;
}
@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.schedule .sentence .schedule-list > div::before {
    width: 13px;
    height: 13px;
    border-radius: 13px;
  }
}
body.interview-detail .detail .detail-box.schedule .sentence .schedule-list > div .item-title {
  font-size: 85%;
  color: #0e6f3f;
}
body.interview-detail .detail .detail-box.schedule .sentence .schedule-list > div p {
  margin-top: 5px;
}
body.interview-detail .detail .detail-box.schedule .sentence .img {
  position: absolute;
  bottom: -5%;
  left: -29%;
}
@media screen and (max-width: 1200px) {
body.interview-detail .detail .detail-box.schedule .sentence .img {
    width: 65%;
    margin-left: 2em;
	}
}
@media screen and (max-width: 550px) {
  body.interview-detail .detail .detail-box.schedule .sentence .img {
    bottom: -1%;
    right: -3vw;
    left: auto;
    width: 20%;
  }
  body.interview-detail .detail .detail-box.schedule .sentence .img.takashima {
    bottom: -1%;
    right: -3vw;
    left: auto;
    width: 40%;
  }

  body.interview-detail .detail .detail-box.schedule .sentence .img img {
    width: 100%;
  }
}
body.interview-detail .detail .offshot-box {
  margin-top: 10%;
  padding-bottom: 5%;
  background-color: #07562e;
}
body.interview-detail .detail .offshot-box .sentence {
  color: #fff;
}
body.interview-detail .detail .offshot-box .sentence .headline {
  color: #fff;
  background: url("../img/interview/interview01/border03.png") no-repeat left center;
}
body.interview-detail .introduction {
  padding: 6.25em 0 4em;
}
@media screen and (max-width: 1200px) {
  body.interview-detail .introduction .wfx {
    width: 90%;
  }
}
body.interview-detail .introduction__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.interview-detail .introduction__list a {
  position: relative;
  display: block;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
  body.interview-detail .introduction__list a {
    width: 100%;
  }
}
body.interview-detail .introduction__list a:nth-of-type(1) {
  background-image: url("../img/interview/interviews_thumb01.png");
}
body.interview-detail .introduction__list a:nth-of-type(2) {
  background-image: url("../img/interview/interviews_thumb02.png");
}
body.interview-detail .introduction__list a:nth-of-type(3) {
  background-image: url("../img/interview/interviews_thumb03.png");
}
body.interview-detail .introduction__list a:nth-of-type(4) {
  background-image: url("../img/interview/interviews_thumb04.png");
}
body.interview-detail .introduction__list a:nth-of-type(5) {
  background-image: url("../img/interview/interviews_thumb05.png");
}
body.interview-detail .introduction__list a:nth-of-type(6) {
  background-image: url("../img/interview/interviews_thumb06.png");
}
body.interview-detail .introduction__list a:nth-of-type(7) {
  background-image: url("../img/interview/interviews_thumb07.png");
}
body.interview-detail .introduction__list a:nth-of-type(8) {
  background-image: url("../img/interview/interviews_thumb08.png");
}
body.interview-detail .introduction__list a::before {
  content: '';
  display: block;
  padding-top: 32.6%;
}
@media screen and (max-width: 767px) {
body.interview-detail .detail .offshot-box {
  padding-bottom: 10%;
  }
}
@media screen and (max-width: 560px) {
  body.interview-detail .introduction__list a::before {
    padding-top: 25%;
  }
}
@media screen and (max-width: 450px) {
  body.interview-detail .introduction__list a::before {
    padding-top: 30%;
  }
}
@media screen and (max-width: 400px) {
  body.interview-detail .introduction__list a::before {
    padding-top: 40%;
  }
}
body.interview-detail .introduction__list a .tag {
  font-size: 70%;
  background: #07562e;
  top: 0;
  right: 0;
  padding: 0.5em 0;
  width: 13.5em;
  text-align: center;
  position: absolute;
  z-index: 2;
  color: #fff;
}
body.interview-detail .introduction__list a .information {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: 50%;
  width: 50%;
  color: #fff;
}

body.interview-detail .introduction__list a .information .name {
  font-size: 100%;
  line-height: 20px;
}

body.interview-detail .introduction__list a .information .name span {
  font-size: 70%;
  font-weight: normal;
  margin-left: 7%;
}
@media screen and (max-width: 767px) {
  body.interview-detail .introduction__list a .information .name span {
    margin-left: 0%;
  }
}
body.interview-detail .introduction__list a .information .year {
  font-size: 70%;
}
body.interview-detail .introduction__list a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
body.interview-detail .introduction__list a .inner .main {
  font-size: 120%;
}
body.interview-detail .introduction__list a .inner .sub {
  font-size: 70%;
}

@media screen and (max-width: 767px) {
body.interview-detail .profile-box .left .p01 {
    font-size: 80%;
	}
body.interview-detail .mainvisual_sub h1 span {
    top: 50%;
	}
body.interview-detail .detail .detail-box .sentence .headline {
    font-size: 100%;
	}
}

/* スケジュールエリア 人物表示調整 ここから */
@media screen and (max-width: 1280px) {
body.interview-detail .detail .detail-box .img.takashima img {
    width: 48%;
    margin-left: 0%;
    }
}
@media screen and (max-width: 1280px) {
body > section.detail > div.wfx > div:nth-child(2) > div.img > img {
    width: 100%;
    left: 0%;
	}

body.interview-detail .detail .detail-box .img.takashima img {
    width: 45%;
    left: 30%;
    }
}
@media screen and (max-width: 1200px) {
body > section.detail > div.wfx > div:nth-child(2) > div.img > img {
    width: 100%;
    left: 0%;
	}

body.interview-detail .detail .detail-box .img.takashima img {
    width: 85%;
    left: 30%;
	}
}
@media screen and (max-width: 550px) {
body.interview-detail .detail .detail-box .img img {
    left: 0%;
	}
body.interview-detail .detail .detail-box .img.takashima img {
    left: 0%;
	}

}
/* スケジュールエリア 人物表示調整 ここまで */

/*--------------------------------------------------
CAREER
--------------------------------------------------*/
body.career .mainvisual_sub {
  position: relative;
  background: url("../img/career/mv.png") no-repeat center center;
  background-size: cover;
}
body.career .section-title {
  font-size: 160%;
  text-align: center;
  color: #07562e;
}
@media screen and (max-width: 767px) {
  body.career .section-title {
    font-size: 140%;
  }
}
body.career .wfx {
  width: 90%;
}
body.career .first-message {
  padding: 7% 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body.career .first-message .wfx {
    width: 90%;
  }
}
body.career .first-message h2 {
  font-size: 160%;
}
body.career .first-message p {
  line-height: 2;
  font-size: 80%;
  margin: 0 5%;
}
body.career .first-message p:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  body.career .first-message p {
    margin: 0 0%;
    text-align: left;
  }
  body.career .first-message .forsp img {
    margin: 30px 0;
  }
}
body.career .career-navi {
  padding: 7% 0;
  background-color: #2c4237;
  position:relative;
}
body.career .career-navi .section-title {
  color: #fff;
  margin: 0 0 70px;
}
/*
body.career .career-navi:before {
    background: #2c4237;
    right: 0;
    width: 89.5%;
    top: 30%;
    height: 53%;
    content: "";
    display: block;
    position: absolute;
}
*/



@media screen and (max-width: 767px) {
  body.career .career-navi .section-title {
    margin: 40px 0 55px;
  }
body.career .career-navi .idx_interview_box {
    color: #fff;
    position: relative;
    text-decoration: none;
    margin: 0 auto 2em;
    max-width: 100%;
    width: 100%;
    display: block;
	}
}
body.career .career-navi .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 4%;
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
}
body.career .career-navi .list a {
  width: 45%;
  margin: 0;
}

/* 経歴 */
.visual+.profile-box {
	display:none;}


@media screen and (max-width: 900px) {
  body.career .career-navi .list a {
    width: 46%;
    padding: 0 2%;
  }
  body.career .career-navi .list a:not(:nth-of-type(-n+2)) {
    margin-top: 3%;
  }
}
@media screen and (max-width: 600px) {
  body.career .career-navi .list a {
    width: 48%;
    padding: 0 1%;
  }
}
@media screen and (max-width: 520px) {
  body.career .career-navi .list a {
    width: 100%;
  }
  body.career .career-navi .list a:nth-of-type(2) {
    margin-top: 3%;
  }
}
body.career .career-navi .list a .idx_interview_txt {
  font-size: 70%;
}
@media screen and (max-width: 900px) {
  body.career .career-navi .list a .idx_interview_txt {
    font-size: 100%;
  }
}
body.career .career-navi .list a .idx_interview_fig img {
  width: 100%;
}
body.career .career-navi .list a .idx_interview_name {
  white-space: nowrap;
}
body.career .career-box {
  background-color: #fff;
}
body.career .career-box.c-box01 .visual {
  background-image: url("../img/career/sec01-bg.jpg");
}
body.career .career-box.c-box02 .visual {
  background-image: url("../img/career/sec02-bg.jpg");
}
body.career .career-box.c-box03 .visual {
  background-image: url("../img/career/sec03-bg.jpg");
}
body.career .career-box.c-box04 .visual {
  background-image: url("../img/career/sec04-bg.jpg");
}
body.career .career-box .visual {
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
body.career .career-box {
    padding-top: 2em;
	}
}
@media screen and (max-width: 700px) {
  body.career .career-box .visual {
    background: transparent !important;
  }
}
body.career .career-box .visual::before {
  content: '';
  display: block;
  padding-top: 36.45%;
}
@media screen and (max-width: 700px) {
  body.career .career-box .visual::before {
    content: none;
  }
}
body.career .career-box .visual .img {
  display: none;
}
@media screen and (max-width: 700px) {
  body.career .career-box .visual .img {
    display: block;
  }
}
body.career .career-box .visual .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
}
@media screen and (max-width: 700px) {
  body.career .career-box .visual .inner {
    position: static;
    width: 100%;
    padding: 3%;
    transform: translate(0, 0);
  }
}
body.career .career-box .visual .inner .message {
  color: #fff;
  font-size: 165%;
}
body.career .career-box .visual .inner .message p {
  text-shadow: 0 0 8px #999;
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  body.career .career-box .visual .inner .message p {
    font-size: 100%;
    color: #07562e;
    text-shadow: none;
    margin: 20px 0 20px;
  }
  body.career .career-navi .list a .idx_interview_txt {
    font-size: 72.5%;
	width: 56%;
  }
}
@media screen and (max-width: 700px) {
  body.career .career-box .visual .inner .message {
    color: #211f1f;
  }
}
body.career .career-box .visual .inner .profile {
  width: 43%;
  margin-top: 3%;
  padding: 2% 4%;
  color: #fff;
  background-color: #07562e;
}
@media screen and (max-width: 700px) {
  body.career .career-box .visual .inner .profile {
    width: 100%;
    padding: 20px;
  }
}
body.career .career-box .visual .inner .profile .p01 {
  font-size: 70%;
  background-color: #fff;
  width: 175px;
  color: #07562e;
  padding: 5px 10px;
  text-align: center;
}
body.career .career-box .visual .inner .profile .p02 {
  margin-top: 3%;
}
body.career .career-box .visual .inner .profile .p02 span:nth-of-type(1) {
  font-size: 120%;
}
body.career .career-box .visual .inner .profile .p02 span:nth-of-type(2) {
  font-size: 80%;
}
body.career .career-box .visual .inner .profile .p03 {
  margin-top: 3%;
  font-size: 80%;
  line-height: 1.6;
}
body.career .career-box .profile-box {
  padding: 3% 0 12%;
}
body.career .career-box .profile-box.p-box01 ul {
  margin-top: 3%;
  padding: 0 3%;
}
body.career .career-box .profile-box.p-box01 ul li {
  padding: 10px 0;
  font-size: 80%;
  padding-left: 6em;
  text-indent: -6em;
}
body.career .career-box .profile-box.p-box01 ul li:not(:first-child) {
  border-top: 1px solid #dddfe3;
}
body.career .career-box .profile-box.p-box02 {
  background-color: #fbfcff;
}
body.career .career-box .profile-box.p-box02 .box {
  padding: 3% 4%;
  font-size: 110%;
  color: #363636;
  background: url("../img/career/plus.png") no-repeat 97% center;
  background-color: #f3f3f3;
}
body.career .career-box .profile-box.p-box02 .box:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  body.career .career-box .profile-box.p-box02 .box {
    background-size: 24px auto;
  }
}
body.career .career-box .profile-box.p-box02 .box.box01 {
  margin-top: 3%;
}
body.career .career-box .profile-box.p-box02 .modal {
    left: 50%;
    z-index: 200;
    display: none;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 5%;
	border:1px solid #e4e8f4;}
body.career .career-box .profile-box.p-box02 .modal.f_open {display:block;}
@media screen and (max-width: 800px) {
  body.career .career-box .profile-box.p-box02 .modal {
    padding: 50px 20px 20px;
  }
}
body.career .career-box .profile-box.p-box02 .modal.active {
  display: block;
  height: auto;
}
body.career .career-box .profile-box.p-box02 .modal .close {
  position: absolute;
  top: 12%;
  right: 6%;
  display:none;
}
@media screen and (max-width: 800px) {
  body.career .career-box .profile-box.p-box02 .modal .close {
    top: 3%;
    right: 3%;
    width: 25px;
  }
}
body.career .career-box .profile-box.p-box02 .modal .close:hover {
  cursor: pointer;
}
body.career .career-box .profile-box.p-box02 .modal .title {
  text-align: center;
  font-size: 118%;
  font-weight: bold;
  padding: 0 5%;
}
@media screen and (max-width: 800px) {
  body.career .career-box .profile-box.p-box02 .modal .title {
    padding: 0;
  }
}
body.career .career-box .profile-box.p-box02 .modal .content {
}
body.career .career-box .profile-box.p-box02 .modal .content p {
  font-size: 80%;
  line-height: 1.6;
}
body.career .career-box .profile-box.p-box02 .modal .content p:not(:first-child) {
  margin-top: 3%;
}
body.career .career-box .profile-box.p-box02 .arrow {
  padding: 2% 0;
  text-align: center;
}

.ttl_y {
    background-color: #07562e;
    margin: -3% 3% -3% -4.3%;
    padding: 3.54% 3% 3.65% 3%;
    color: white;}

.ttl_y2 {
    background-color: #0e6f3f;
    margin: -3% 3% -3% -4.3%;
    padding: 3.5% 3%;
    color: white;}

@media screen and (max-width: 900px) {
  body.career .career-box .profile-box.p-box02 .arrow img {
    width: 40px;
  }
}
body.career .career-box .profile-box.p-box02 .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 3%;
}
@media screen and (max-width: 500px) {
  body.career .career-box .profile-box.p-box02 .media-box {
    display: block;
  }
}
body.career .career-box .profile-box.p-box02 .media-box > div {
  width: 50%;
}
@media screen and (max-width: 500px) {
  body.career .career-box .profile-box.p-box02 .media-box > div {
    width: 100%;
  }
}
body.career .career-box .profile-box.p-box02 .media-box > div.inner {
  text-align: right;
}
body.career .career-box .profile-box.p-box02 .media-box > div.inner .sentence {
  display: inline-block;
  max-width: 600px;
  padding-right: 8%;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  body.career .career-box .profile-box.p-box02 .media-box > div.inner .sentence {
    max-width: 90%;
  }
}
@media screen and (max-width: 500px) {
  body.career .career-box .profile-box.p-box02 .media-box > div.inner .sentence {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
  }
}
body.career .career-box .profile-box.p-box02 .media-box > div.inner .sentence .p01 {
  font-size: 100%;
  color: #fff;
  background-color: #07562e;
  margin-bottom: 15px;
  padding: 5px 20px;
  width: 180px;
  text-align: center;
}
body.career .career-box .profile-box.p-box02 .media-box > div.inner .sentence .p02 {
  font-size: 110%;
  color: #07562e;
}
body.career .career-box .profile-box.p-box02 .media-box > div.inner .sentence .p03 {
  margin-top: 3%;
  font-size: 80%;
  color: #211f1f;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  body.career .career-box .profile-box.p-box02 .media-box > div.thumbnail {
    margin-top: 3%;
    text-align: center;
  }
}
body.career .career-box .profile-box.p-box02 .media-box > div.thumbnail img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  body.career .career-box .profile-box.p-box02 .media-box > div.thumbnail img {
    width: 90%;
  }
}
body.career .career-box .profile-box .profile-title {
  font-size: 165%;
  text-align: center;
  color: #0e6f3f;
  text-align: center;
  font-weight: bold;
}
body.career .link {
  padding: 6% 0;
}
@media screen and (max-width: 1000px) {
  body.career .link {
    padding-top: 5%;
  }
}
@media screen and (max-width: 1200px) {
  body.career .link .wfx {
    width: 90%;
  }
}
body.career .link .link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
body.career .link .link-box a {
  position: relative;
  display: block;
  width: 24%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  body.career .link .link-box a:nth-of-type(4), body.career .link .link-box a:nth-of-type(5) {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  body.career .link .link-box a:nth-of-type(4), body.career .link .link-box a:nth-of-type(5) {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  body.career .link .link-box a:nth-of-type(4)::before, body.career .link .link-box a:nth-of-type(5)::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 600px) {
  body.career .link .link-box a {
    width: 33.3%;
  }
}
@media screen and (max-width: 450px) {
  body.career .link .link-box a {
    width: 100%;
  }
}
body.career .link .link-box a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 450px) {
  body.career .link .link-box a::before {
    padding-top: 50%;
  }
}
body.career .link .link-box a:nth-of-type(1) {
  background-image: url("../img/common/ws-thumb01.png");
}
body.career .link .link-box a:nth-of-type(2) {
  background-image: url("../img/common/ws-thumb02.png");
}
body.career .link .link-box a:nth-of-type(3) {
  background-image: url("../img/common/ws-thumb03.png");
}
body.career .link .link-box a:nth-of-type(4) {
  background-image: url("../img/common/ws-thumb05.png");
}
body.career .link .link-box a:nth-of-type(5) {
  background-image: url("../img/common/ws-thumb05.png");
}
body.career .link .link-box a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.career .link .link-box a .inner span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
body.career .link .link-box a .inner span.title {
  font-size: 120%;
  letter-spacing: 0.2em;
}
body.career .link .link-box a .inner span.sub-title {
  font-size: 80%;
}

.modal-layer {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.modal-layer.active {
  display: block;
}

@media screen and (max-width: 767px) {
body.career .first-message h2 {
    font-size: 140%;
    margin-top: 50px;
	}
body.career .career-box .visual .inner .message {
    font-size: 125%;
	}
body.career .career-box .visual .inner .profile .p01 {
    font-size: 80%;
	}
body.career .career-box .profile-box .profile-title {
    font-size: 155%;
	}
body.career .career-box .profile-box.p-box02 .box {
    font-size: 80%;
	}
body.career .career-box .profile-box.p-box01 .box p {
	padding:3%;}

body.career .career-box .profile-box.p-box01 .box {
	padding:0;}

body.career .career-box .profile-box.p-box02 .box {
    background-image: none;
	background-repeat:no-repeat;
	background-position:95% 79%;}

.ttl_y {
    background-color: #0e6f3f;
    margin: 0%;
    padding: 2%;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 80%;
    margin-bottom: 3%;}

.ttl_y2 {
    margin: 0%;
    padding: 2%;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 80%;
    margin-bottom: 3%;}

body.career .link {
    padding-top: 5em;
	}
}

body.works .training .contents-box p.contact {
  font-size: 110%;
  color: #07562e;
  margin-top: 80px;
}
body.works .training .contents-box .image-box {
    margin: 30px auto 15px auto;
    text-align: center;
}
@media screen and (max-width: 767px) {
body.works .training .contents-box .image-box {
    margin: 8px auto 0 auto;
    text-align: center;
	}
}




/* 下層ページ フッター上部リンクエリア SP版表示 ここから */
@media screen and (max-width: 767px) {
body.topmessage .link .link-box a:nth-of-type(1),body.minutes .link .link-box a:nth-of-type(1),body.business .link .link-box a:nth-of-type(1) {
	background-position: center;
	}
body.topmessage .link .link-box a:nth-of-type(2),body.minutes .link .link-box a:nth-of-type(2),body.business .link .link-box a:nth-of-type(2)  {
	background-position: center;
	}
body.topmessage .link .link-box a:nth-of-type(3),body.minutes .link .link-box a:nth-of-type(3),body.business .link .link-box a:nth-of-type(3)  {
	background-position: bottom;
	}
body.recruit .link .link-box a:nth-of-type(1),body.faq .link .link-box a:nth-of-type(1) {
    background-position: center;
	}
body.recruit .link .link-box a:nth-of-type(2),body.faq .link .link-box a:nth-of-type(2) {
    background-position: center;
	}
}
/* 下層ページ フッター上部リンクエリア SP版表示 ここまで */



.filter_tech img {
filter: hue-rotate(225deg);}



/* 768px以上の時にforsp(スマホ用)を非表示 */
@media screen and (min-width:768px){.forsp {display: none!important;}}

/* 767px以下の時にforpc(ＰＣ用)を非表示 */
@media screen and (max-width:767px){.forpc {display: none!important;}}
