/*
Template: twentysixteen
Theme Name: Twenty Sixteen Child
*/
/* LESS Document */
.diffshadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.va {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wb {
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.tajust {
  text-align: justify;
  text-justify: inter-ideograph;
}
.icomoon {
  font-family: 'icomoon';
  font-weight: normal !important;
  font-style: normal !important;
  margin: 0 5px 0 0;
}
.solidBtn a {
  color: #ffffff;
  background-color: #e42e3b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 0 #ac1a24;
  -moz-box-shadow: 0 4px 0 #ac1a24;
  -ms-box-shadow: 0 4px 0 #ac1a24;
  -o-box-shadow: 0 4px 0 #ac1a24;
  box-shadow: 0 4px 0 #ac1a24;
  -webkit-transition: none;
  transition: none;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  box-sizing: border-box;
}
.arrowNavi {
  font-family: 'icomoon';
  font-weight: normal !important;
  font-style: normal !important;
  margin: 0 5px 0 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.375rem;
  content: '\e912';
  font-size: 0.75rem;
  color: #cccccc;
  display: block;
}
.textof {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body:not(.custom-background-image):before {
  top: 0 !important;
}
body.admin-bar:not(.custom-background-image)::before {
  top: 0 !important;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
  height: 0;
}
ul.typeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
ul.typeList li {
  width: calc(3);
  border-right: solid 1px #ffffff;
  box-sizing: border-box;
}
ul.typeList li:last-child {
  border: none;
}
ul.typeList li a {
  background: #222222;
  text-align: center;
}
ul.typeList li a .detail {
  padding: 1.5rem 1rem 1rem 1rem;
  background: #222222;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
ul.typeList li a .detail h3 {
  margin-top: -1rem;
  padding: 0.2rem 1rem;
  color: #ffffff;
  background: #fd2037;
  font-size: 0.875rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
ul.typeList li a .detail p,
ul.typeList li a .detail small {
  color: #ffffff;
  font-weight: normal;
}
ul.typeList li a .detail .date {
  padding: 0 1rem 0 0;
  font-size: 0.875rem;
}
ul.typeList li a .detail .name {
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
}
ul.typeList li a .detail .name small {
  font-size: 0.75rem;
  display: block;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  ul.typeList li a .detail {
    padding: 0.5rem;
    text-align: center;
  }
  ul.typeList li a .detail .date {
    padding: 0 0 0.2rem 0;
    font-size: 0.625rem;
  }
  ul.typeList li a .detail .name {
    font-size: 1.25rem;
    text-align: center;
  }
  ul.typeList li a .detail .name small {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  ul.typeList li a .detail {
    padding: 2.5rem 0.5rem 1rem 0.5rem;
  }
  ul.typeList li a .detail h3 {
    width: 100%;
    margin: 0 0 0.3rem 0;
    padding: 0.3rem 0.3rem;
    font-size: 0.75rem;
    line-height: 1.3;
    border-radius: 0;
    box-sizing: border-box;
  }
}
/*------------------------------------------------------------------

index

-------------------------------------------------------------------*/
#index {
  /*---------------------------------------

	index / catch

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

	index / prologue

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

	index / recommend

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

	index / jobList

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

	index / News & Event

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

	index / person

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

	index / seo

	---------------------------------------*/
}
#index #catch {
  width: 100%;
  height: 90vh;
  background: url("../images/index/catch.jpg");
  background-position: 20% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
#index #catch .copy {
  padding: 0 0 1rem 0;
  color: #ffffff;
  font-size: 3.750rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index #catch {
    height: 90vh;
    background-position: top center;
    background-size: auto 100%;
  }
  #index #catch .catchWrap {
    margin-top: -4rem;
  }
  #index #catch .copy {
    font-size: 3.125rem;
  }
}
#index #prologue {
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#index #prologue p {
  font-size: 0.875rem;
  line-height: 2.5rem;
  color: #fd2037;
}
#index #prologue p:first-child {
  padding: 0 3rem 0 0;
}
@media screen and (max-width: 767px) {
  #index #prologue {
    padding: 2rem;
    display: inherit;
  }
  #index #prologue p {
    font-size: 1rem;
  }
  #index #prologue p:first-child {
    padding: 0 0 1rem 0;
  }
}
#index #recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#index #recommend ul li {
  width: 50%;
}
#index #jobList {
  padding: 5rem 0 0 0;
}
#index .newsEventWrap {
  padding: 6rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#index .newsEventWrap .mainTitle hr {
  width: 9rem;
}
#index .newsEventWrap section {
  width: 46%;
}
#index .newsEventWrap .none {
  text-align: center;
}
#index .newsEventWrap ul {
  padding: 0 0 2rem 0;
}
#index .newsEventWrap ul li:not(:last-child) {
  padding: 0 0 1.2rem 0;
}
#index .newsEventWrap ul small {
  margin: 0 0.1rem 0 0;
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  color: #ffffff;
  background: #fd2037;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #index .newsEventWrap {
    padding: 5rem 2rem;
    display: inherit;
  }
  #index .newsEventWrap section {
    width: 100%;
    margin: 0 0 5rem 0;
  }
  #index .newsEventWrap section:last-child {
    margin: 0;
  }
  #index .newsEventWrap ul li {
    text-align: left;
  }
  #index .newsEventWrap ul small {
    margin: 0 0.1rem 0 0;
    font-size: 0.75rem;
    color: #fd2037;
    background: none;
    display: inline-block;
  }
}
#index #personIndex {
  margin: 1rem 0 0 0;
  padding: 0 4rem 6rem 4rem;
  background: url("../images/index/person.png") no-repeat;
  background-position: right top;
  background-size: auto 55%;
}
#index #personIndex dl {
  padding: 4rem 0 0 0;
}
#index #personIndex dl h2 {
  padding: 0 0 1.5rem 0;
  font-size: 2.125rem;
  color: #fd2037;
}
#index #personIndex dl h2 img {
  width: 2rem;
  margin: 0 0.3rem 0 0;
}
#index #personIndex dl dd ul li {
  padding: 0 0 1rem 0;
  font-size: 1.375rem;
  color: #83dac8;
}
#index #personIndex dl dd .text {
  padding: 2rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#index #personIndex dl dd .text p {
  width: 46%;
  font-size: 0.75rem;
  line-height: 2.25rem;
  color: #fd2037;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 950px) {
  #index #personIndex {
    background-size: auto 40%;
  }
}
@media screen and (max-width: 767px) {
  #index #personIndex {
    margin: 1rem 0 0 0;
    padding: 0 4rem 6rem 3rem;
  }
}
@media screen and (max-width: 414px) {
  #index #personIndex {
    background-size: auto 25%;
    margin: 1rem 0 0 0;
    padding: 0 2rem 6rem 2rem;
  }
  #index #personIndex dl dd .text {
    display: inherit;
  }
  #index #personIndex dl dd .text p {
    width: 100%;
    font-size: 0.875rem;
  }
}
#index #seo p {
  padding: 4rem;
  font-size: 0.75rem;
  line-height: 1.875rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 414px) {
  #index #seo p {
    padding: 2rem;
  }
}
/*------------------------------------------------------------------

othepage common

-------------------------------------------------------------------*/
.headerImage {
  width: 100%;
  padding: 3rem 0;
  background-position: top right;
  background-attachment: fixed;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .headerImage {
    background-size: 100% auto;
  }
}
.headerImage .mainTitle {
  margin: 0;
  color: #ffffff;
}
.headerImage .mainTitle small {
  color: #ffffff;
}
#recruit .headerImage {
  background-image: url("../images/otherpage/topRecruit.png");
}
#person .headerImage {
  background-image: url("../images/otherpage/topPerson.png");
  background-color: #83dac8;
}
#company .headerImage {
  background-image: url("../images/otherpage/topCompany.png");
}
#emp .headerImage {
  background-image: url("../images/otherpage/topEmp.png");
}
#entry .headerImage {
  background-image: url("../images/otherpage/topEntry.png");
}
#environment .headerImage {
  background-image: url("../images/otherpage/topEnvironment.png");
}
#environment .headerImage .mainTitle {
  color: #83dac8;
}
#environment .headerImage .mainTitle small {
  color: #83dac8;
}
.none {
  text-align: center;
}
.back {
  padding: 3rem 0 5rem 0;
  font-weight: bold;
  text-align: center;
}
.borderBtn a {
  background-image: linear-gradient(-45deg, transparent, transparent 35%, #83dac8 36%, #83dac8 50%, transparent 51%, transparent 85%, #83dac8 86%, #83dac8 100%);
}
/*------------------------------------------------------------------

otherpage / news＆event＆recruit

-------------------------------------------------------------------*/
#news,
#event,
#recruit {
  /*---------------------------------------

	list

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

	detail

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

	flow

	---------------------------------------*/
}
#news .listWrap,
#event .listWrap,
#recruit .listWrap {
  padding: 7rem 5rem 0 5rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#news .listWrap .list,
#event .listWrap .list,
#recruit .listWrap .list {
  width: 46%;
}
#news .listWrap .list ul li:not(:last-child),
#event .listWrap .list ul li:not(:last-child),
#recruit .listWrap .list ul li:not(:last-child) {
  padding: 0 0 1.2rem 0;
}
#news .listWrap .list ul h3,
#event .listWrap .list ul h3,
#recruit .listWrap .list ul h3 {
  font-style: normal;
}
#news .listWrap .list ul small,
#event .listWrap .list ul small,
#recruit .listWrap .list ul small {
  margin: 0 0.1rem 0 0;
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  color: #ffffff;
  background: #fd2037;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #news .listWrap,
  #event .listWrap,
  #recruit .listWrap {
    padding: 5rem 2.5rem 0 2.5rem;
    display: inherit;
  }
  #news .listWrap .list,
  #event .listWrap .list,
  #recruit .listWrap .list {
    width: 100%;
  }
  #news .listWrap .list:first-child,
  #event .listWrap .list:first-child,
  #recruit .listWrap .list:first-child {
    padding: 0 0 4rem 0;
  }
  #news .listWrap .list ul li,
  #event .listWrap .list ul li,
  #recruit .listWrap .list ul li {
    text-align: left;
  }
  #news .listWrap .list ul small,
  #event .listWrap .list ul small,
  #recruit .listWrap .list ul small {
    margin: 0 0.1rem 0 0;
    font-size: 0.75rem;
    color: #fd2037;
    background: none;
    display: inline-block;
  }
}
#news .detail,
#event .detail,
#recruit .detail {
  padding: 7rem 5rem 0 5rem;
}
@media screen and (max-width: 767px) {
  #news .detail,
  #event .detail,
  #recruit .detail {
    padding: 5rem 2.5rem 0 2.5rem;
  }
}
#news .detail .entryTitle,
#event .detail .entryTitle,
#recruit .detail .entryTitle {
  color: #fd2037;
}
#news .detail .entryTitle span,
#event .detail .entryTitle span,
#recruit .detail .entryTitle span {
  margin: 0 0.4rem 0 0;
  padding: 0.2rem 0.7rem;
  color: #ffffff;
  background: #222222;
  font-size: 0.75rem;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  vertical-align: 5px;
}
#news .detail p,
#event .detail p,
#recruit .detail p {
  font-style: normal;
}
#news .detail .date,
#event .detail .date,
#recruit .detail .date {
  color: #999999;
  font-size: 0.75rem;
  text-align: center;
}
#news .detail .image,
#event .detail .image,
#recruit .detail .image {
  padding: 2rem 0 0 0;
  text-align: center;
}
#news .detail .image img,
#event .detail .image img,
#recruit .detail .image img {
  width: 50%;
}
@media screen and (max-width: 414px) {
  #news .detail .image img,
  #event .detail .image img,
  #recruit .detail .image img {
    width: 100%;
  }
}
#news .detail .body p,
#event .detail .body p,
#recruit .detail .body p {
  padding: 2rem 0 0 0;
  line-height: 2.375rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
#news .detail .detailList,
#event .detail .detailList,
#recruit .detail .detailList {
  padding: 4rem 0 3rem 0;
}
#news .detail .detailList .entryTitle,
#event .detail .detailList .entryTitle,
#recruit .detail .detailList .entryTitle {
  padding-bottom: 2rem;
}
#news .detail .detailList table,
#event .detail .detailList table,
#recruit .detail .detailList table {
  width: 100%;
  color: #999999;
}
#news .detail .detailList table tr,
#event .detail .detailList table tr,
#recruit .detail .detailList table tr {
  border-bottom: dashed 1px #fd2037;
}
#news .detail .detailList table th,
#event .detail .detailList table th,
#recruit .detail .detailList table th {
  width: 20%;
  padding: 1rem;
  font-style: normal;
}
#news .detail .detailList table td,
#event .detail .detailList table td,
#recruit .detail .detailList table td {
  padding: 1rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #news .detail .detailList table tr,
  #event .detail .detailList table tr,
  #recruit .detail .detailList table tr,
  #news .detail .detailList table tbody,
  #event .detail .detailList table tbody,
  #recruit .detail .detailList table tbody,
  #news .detail .detailList table th,
  #event .detail .detailList table th,
  #recruit .detail .detailList table th,
  #news .detail .detailList table td,
  #event .detail .detailList table td,
  #recruit .detail .detailList table td {
    display: block;
  }
  #news .detail .detailList table tr,
  #event .detail .detailList table tr,
  #recruit .detail .detailList table tr {
    border: none;
  }
  #news .detail .detailList table th,
  #event .detail .detailList table th,
  #recruit .detail .detailList table th,
  #news .detail .detailList table td,
  #event .detail .detailList table td,
  #recruit .detail .detailList table td {
    width: 100%;
    box-sizing: border-box;
  }
  #news .detail .detailList table th,
  #event .detail .detailList table th,
  #recruit .detail .detailList table th {
    padding: 0.3rem 1rem;
    text-align: center;
    color: #ffffff;
    background: #83dac8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}
#news .flow,
#event .flow,
#recruit .flow {
  padding: 7rem 5rem 5rem 5rem;
}
#news .flow ul li,
#event .flow ul li,
#recruit .flow ul li {
  margin: 0 0 2.5rem 0;
  padding: 1rem;
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#news .flow ul li:last-child::after,
#event .flow ul li:last-child::after,
#recruit .flow ul li:last-child::after {
  content: none;
}
#news .flow ul li::after,
#event .flow ul li::after,
#recruit .flow ul li::after {
  font-family: 'icomoon';
  font-weight: normal !important;
  font-style: normal !important;
  margin: 0 5px 0 0;
  margin-left: -0.75rem;
  font-size: 1.5rem;
  content: '\e900';
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
}
#news .flow ul li .title,
#event .flow ul li .title,
#recruit .flow ul li .title {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.5rem 0;
  font-size: 1.25rem;
  font-weight: normal;
  border-bottom: dashed 1px #999999;
  text-align: center;
}
#news .flow ul li .title small,
#event .flow ul li .title small,
#recruit .flow ul li .title small {
  margin: 0 0.5rem 0 0;
  font-size: 0.75rem;
  display: inline-block;
}
#news .flow ul li .body,
#event .flow ul li .body,
#recruit .flow ul li .body {
  font-size: 0.875rem;
  font-style: normal;
}
/*------------------------------------------------------------------

otherpage / emp

-------------------------------------------------------------------*/
#emp {
  /*---------------------------------------

	list

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

	detail

	---------------------------------------*/
}
#emp .list {
  padding: 6rem 2rem 2rem 2rem;
}
#emp .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#emp .list ul li {
  width: 31%;
  margin: 0 0 8rem 0;
  padding: 0 1.5%;
  box-sizing: border-box;
}
#emp .list ul li a {
  position: relative;
  display: block;
}
#emp .list ul li a .profile {
  width: 90%;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 5%;
  bottom: -15%;
}
#emp .list ul li a .profile p,
#emp .list ul li a .profile h3 {
  color: #ffffff;
  text-align: center;
}
#emp .list ul li a .profile h3 {
  padding: 0 0 0.5rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
}
#emp .list ul li a .profile p {
  font-size: 0.75rem;
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  #emp .list ul {
    display: inherit;
  }
  #emp .list ul li {
    width: 100%;
  }
}
#emp .detail {
  padding: 0 0 5rem 0;
}
#emp .detail .profile {
  padding: 4rem 0 0 0;
}
#emp .detail .profile p,
#emp .detail .profile h3 {
  text-align: center;
}
#emp .detail .profile h3 {
  padding: 0 0 0.5rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}
#emp .detail .profile p {
  font-size: 0.875rem;
  font-weight: normal;
}
#emp .detail .empWrap {
  padding: 4rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#emp .detail .empWrap .question {
  width: 70%;
}
#emp .detail .empWrap .question ul li:not(:last-child) {
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: dotted 1px #cccccc;
}
#emp .detail .empWrap .question dl dt {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-style: normal;
}
#emp .detail .empWrap .question dl dt span {
  margin: 0 0.5rem 0 0;
  padding: 0.1rem 0.8rem;
  color: #ffffff;
  background: #83dac8;
  font-size: 0.75rem;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#emp .detail .empWrap .question dl dd {
  padding: 0 0 0 1rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
#emp .detail .empWrap .sch {
  width: 25%;
}
#emp .detail .empWrap .sch dl {
  background: #f0f0f0;
}
#emp .detail .empWrap .sch dl dt {
  color: #ffffff;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  background: #83dac8;
}
#emp .detail .empWrap .sch dl dt::after {
  content: "";
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #83dac8;
  position: absolute;
  left: 50%;
  top: 100%;
}
#emp .detail .empWrap .sch dl ul {
  padding: 0 1rem;
}
#emp .detail .empWrap .sch dl ul li {
  padding: 0 0 1.5rem 0;
  font-size: 0.75rem;
  font-style: normal;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}
#emp .detail .empWrap .sch dl ul li::after {
  content: '｜';
  display: block;
  text-align: center;
  position: absolute;
  left: 0.5rem;
  bottom: 0;
}
#emp .detail .empWrap .sch dl ul li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #emp .detail .empWrap {
    padding: 3rem 3rem;
    display: inherit;
  }
  #emp .detail .empWrap .question,
  #emp .detail .empWrap .sch {
    width: 100%;
  }
  #emp .detail .empWrap .question dl dd {
    padding: 0;
  }
  #emp .detail .empWrap .sch {
    margin: 4rem 0 0 0;
  }
}
/*------------------------------------------------------------------

otherpage / person

-------------------------------------------------------------------*/
#person ul {
  padding: 6rem 6rem;
}
#person ul li {
  margin: 0 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#person ul li:last-child {
  margin-bottom: 0;
}
#person ul li .image {
  width: 10%;
}
#person ul li .detail {
  width: 90%;
  padding: 0 0 0 5%;
  box-sizing: border-box;
}
#person ul li h2 {
  margin: 0 0 1rem 0;
  color: #fd2037;
  font-size: 2.375rem;
  font-weight: normal;
  border-bottom: solid 1px #222222;
  position: relative;
}
#person ul li p {
  font-size: 1rem;
  line-height: 2.375rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
#person ul li:nth-child(odd) h2::before {
  content: '';
  width: 37px;
  height: 37px;
  background-image: url("../images/otherpage/circleLeft.png");
  display: block;
  position: absolute;
  left: -37px;
  bottom: -37px;
}
#person ul li:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#person ul li:nth-child(even) h2::before {
  content: '';
  width: 37px;
  height: 37px;
  background-image: url("../images/otherpage/circleLeft.png");
  display: block;
  position: absolute;
  right: 0%;
  top: 50%;
  top: inherit;
  right: -37px;
  bottom: -37px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}
#person ul li:nth-child(even) .detail {
  padding: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  #person ul {
    padding: 4rem 2.5rem;
  }
  #person ul li {
    display: inherit;
  }
  #person ul li .image {
    width: 20%;
    margin: 0 auto;
  }
  #person ul li .detail {
    width: 100%;
    padding: 0;
  }
  #person ul li h2 {
    padding: 0.5rem 0;
    text-align: center;
  }
  #person ul li:nth-child(odd) h2::before,
  #person ul li:nth-child(even) h2::before {
    content: none;
  }
}
/*------------------------------------------------------------------

otherpage / company

-------------------------------------------------------------------*/
#company ul.anc {
  padding: 4rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #company ul.anc {
    padding-bottom: 0rem;
  }
}
#company ul.anc li {
  margin: 0 1rem;
  padding: 0 0 1rem 0;
  font-size: 1.125rem;
}
#company ul.anc li .svgIcon {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}
#company ul.anc li a {
  color: #222222;
  text-decoration: underline;
}
#company ul.anc li a:hover {
  text-decoration: none;
}
#company .compWrap {
  padding: 0 5rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
  #company .compWrap {
    padding: 4rem 2.5rem;
  }
}
#company .compWrap #content {
  padding: 0 0 7rem 0;
}
#company .compWrap #content ul > li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: dashed 1px #cccccc;
}
#company .compWrap #content ul > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#company .compWrap #content ul > li h2 {
  width: 40%;
  font-size: 1.375rem;
  line-height: 2.5rem;
  letter-spacing: 3px;
}
#company .compWrap #content ul > li .detail .body {
  font-size: 0.75rem;
  font-style: normal;
  text-align: justify;
  text-justify: inter-ideograph;
}
#company .compWrap #content ul > li .detail dl {
  margin: 1rem 0 0 0;
  padding: 1rem;
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
#company .compWrap #content ul > li .detail dl dt {
  font-size: 0.875rem;
  font-style: normal;
}
#company .compWrap #content ul > li .detail dl ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#company .compWrap #content ul > li .detail dl ol li {
  margin-left: 1rem;
  padding: 0 0.7rem 0.2rem 0;
  font-size: 0.75rem;
  font-style: normal;
  text-align: left;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #company .compWrap #content ul > li {
    display: inherit;
  }
  #company .compWrap #content ul > li h2 {
    width: 100%;
    padding: 0 0 0.5rem 0;
    text-align: center;
  }
}
#company .compWrap #profile {
  padding: 0 0 7rem 0;
}
#company .compWrap #profile table,
#company .compWrap #profile th,
#company .compWrap #profile td {
  font-style: normal;
}
#company .compWrap #profile table {
  width: 100%;
  color: #999999;
}
#company .compWrap #profile table tr {
  border-bottom: dashed 1px #cccccc;
}
#company .compWrap #profile table th {
  width: 20%;
  padding: 1rem;
  font-style: normal;
}
#company .compWrap #profile table td {
  padding: 1rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #company .compWrap #profile table tr,
  #company .compWrap #profile table tbody,
  #company .compWrap #profile table th,
  #company .compWrap #profile table td {
    display: block;
  }
  #company .compWrap #profile table tr {
    border: none;
  }
  #company .compWrap #profile table th,
  #company .compWrap #profile table td {
    width: 100%;
    box-sizing: border-box;
  }
  #company .compWrap #profile table th {
    padding: 0.3rem 1rem;
    text-align: center;
    color: #ffffff;
    background: #83dac8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}
#company .compWrap #history {
  padding: 0 0 7rem 0;
}
#company .compWrap #history ul li {
  margin: 0 0 2rem 0;
}
#company .compWrap #history ul li dl dt {
  margin-bottom: 20px;
  padding: 10px;
  background: #f0f0f0;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}
#company .compWrap #history ul li dl dt::after {
  content: "";
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #f0f0f0;
  position: absolute;
  left: 50%;
  top: 100%;
}
#company .compWrap #history ul li dl dd {
  font-style: normal;
}
/*------------------------------------------------------------------

otherpage / entry

-------------------------------------------------------------------*/
#entry ul.choice {
  padding: 5rem 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #entry ul.choice {
    padding: 5rem 2.5rem;
  }
}
#entry ul.choice .btn {
  width: 400px;
  height: 100px;
  line-height: 100px;
}
@media screen and (max-width: 767px) {
  #entry ul.choice {
    display: inherit;
  }
  #entry ul.choice li:not(:last-child) {
    margin: 0 0 2rem 0;
  }
  #entry ul.choice .btn {
    width: 100%;
  }
}
#entry .entryWrap .box {
  padding: 5rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #entry .entryWrap .box {
    padding: 5rem 2.5rem;
  }
}
#entry .entryWrap .box table {
  width: 47%;
}
#entry .entryWrap .box table th,
#entry .entryWrap .box table td,
#entry .entryWrap .box table input,
#entry .entryWrap .box table label,
#entry .entryWrap .box table textarea,
#entry .entryWrap .box table span,
#entry .entryWrap .box table select,
#entry .entryWrap .box table em {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
#entry .entryWrap .box table tr {
  border-bottom: dotted 1px #cccccc;
}
#entry .entryWrap .box table th {
  width: 30%;
  padding: 1rem 0;
}
#entry .entryWrap .box table th span {
  margin: 0 0.3rem 0 0;
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  color: #ffffff;
  background: #83dac8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inherit;
}
#entry .entryWrap .box table td {
  padding: 1rem;
}
#entry .entryWrap .box table textarea {
  height: 3rem;
}
#entry .entryWrap .box table em {
  display: block;
}
#entry .entryWrap .box table select {
  width: 100%;
  box-sizing: border-box;
}
#entry .entryWrap .box table .free {
  height: 8rem;
}
#entry .entryWrap .box table .wpcf7-not-valid-tip {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #entry .entryWrap .box {
    display: inherit;
  }
  #entry .entryWrap .box table {
    width: 100%;
  }
}
#entry .entryWrap .btn {
  padding: 0 0 9rem 0;
}
#entry .entryWrap .btn input[type="submit"] {
  width: 12rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #entry .entryWrap .btn input[type="submit"] {
    width: 100% !important;
    box-sizing: border-box;
  }
}
#entry .entryWrap .btn input[type="submit"]:hover {
  background: #fd2037;
}
/*------------------------------------------------------------------

otherpage / message

-------------------------------------------------------------------*/
#message {
  background: #f0f0f0;
}
#message .top {
  width: 100%;
  height: 70vh;
  background-image: url("../images/otherpage/message1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
}
#message .top dl {
  width: 500px;
  padding: 3% 5% 5% 5%;
  box-sizing: border-box;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 60%;
}
#message .top dl dt {
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: solid 1px #222222;
}
#message .top dl h2 {
  font-size: 2.5rem;
}
#message .top dl h2 small {
  display: block;
}
#message .top dl dd {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #message .top dl {
    width: 100%;
    top: 55%;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #message .top {
    height: 65vh;
  }
  #message .top dl {
    top: 50%;
  }
}
@media screen and (max-width: 650px) {
  #message .top {
    height: 60vh;
  }
  #message .top dl {
    top: 45%;
  }
}
@media screen and (max-width: 550px) {
  #message .top {
    height: 55vh;
  }
  #message .top dl {
    top: 40%;
  }
}
@media screen and (max-width: 500px) {
  #message .top {
    height: 50vh;
  }
}
@media screen and (max-width: 414px) {
  #message .top dl h2 {
    font-size: 1.875rem;
  }
  #message .top dl dd {
    font-size: 1rem;
  }
}
#message h3 {
  padding: 8% 3rem 8% 3rem;
  font-size: 1.875rem;
  font-style: normal;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  #message h3 {
    padding: 0 2rem 3rem 2rem;
    text-align: center;
    font-size: 1.5rem;
  }
}
#message p {
  font-size: 0.875rem;
  line-height: 2rem;
  font-style: normal;
  background-repeat: no-repeat;
}
#message .body1 {
  padding: 1rem 50% 0 3rem;
  background-image: url("../images/otherpage/message2.jpg");
  background-position: right top;
  background-size: 45% auto;
}
@media screen and (max-width: 767px) {
  #message .body1 {
    padding: 65% 2.5rem 0 2.5rem;
    background-size: 50% auto;
    background-position: top center;
  }
}
#message .body2 {
  margin: 5rem 0 0 0;
  padding: 0 3rem 0 50%;
  background-image: url("../images/otherpage/message3.jpg");
  background-position: left top;
  background-size: 45% auto;
}
@media screen and (max-width: 767px) {
  #message .body2 {
    padding: 70% 2.5rem 0 2.5rem;
    background-size: 50% auto;
    background-position: top center;
  }
}
#message .btmImage {
  width: 100%;
  height: 50vh;
  margin: 5rem 0 0 0;
  background-image: url("../images/otherpage/message4.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #message .btmImage {
    height: 20vh;
    background-size: 100% auto;
  }
}
/*------------------------------------------------------------------

otherpage / type

-------------------------------------------------------------------*/
#type {
  padding: 6rem 0 0 0;
  /*---------------------------------------

	detailWrap

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

	list

	---------------------------------------*/
}
#type .detailWrap {
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  #type .detailWrap {
    padding: 0 2.5rem;
  }
}
#type .detailWrap .image {
  margin: 0 auto;
  padding: 2rem 0 4rem 0;
  text-align: center;
}
#type .detailWrap dl.typeAbout {
  text-align: center;
}
#type .detailWrap dl.typeAbout h3 {
  padding: 0 0 1rem 0;
}
#type .detailWrap dl.typeAbout dd {
  text-align: justify;
  text-justify: inter-ideograph;
  font-style: normal;
  line-height: 2.375rem;
}
#type .detailWrap ul.check {
  margin: 2rem 0 0 0;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#type .detailWrap ul.check li {
  padding: 0 1rem 1rem 0;
  font-size: 0.875rem;
  font-style: normal;
}
#type .detailWrap ul.check li::before {
  content: '\e901';
  font-family: 'icomoon';
  font-weight: normal !important;
  font-style: normal !important;
  margin: 0 5px 0 0;
  display: inline-block;
}
#type .detailWrap .timeline {
  padding: 5rem 0 0 0;
}
#type .detailWrap .timeline ul {
  border-left: dashed 1px #999999;
}
#type .detailWrap .timeline ul li {
  padding: 0 0 2rem 0;
  position: relative;
}
#type .detailWrap .timeline ul li:last-child {
  padding: 0;
}
#type .detailWrap .timeline ul li .time {
  position: absolute;
  left: -0.6rem;
  top: 0;
}
#type .detailWrap .timeline ul li .time::before {
  content: '';
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem 0 0;
  background: #ffffff;
  border: solid 5px #cccccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
#type .detailWrap .timeline ul li .title {
  padding: 0 0 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#type .detailWrap .timeline ul li .title p {
  font-size: 0.75rem;
  flex: 1;
}
#type .detailWrap .timeline ul li .title p strong {
  display: block;
}
#type .detailWrap .timeline ul li .title .catch {
  padding: 1rem 0 0 1.5rem;
}
#type .detailWrap .timeline ul li .title .catch img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #type .detailWrap .timeline ul li .title {
    display: inherit;
  }
  #type .detailWrap .timeline ul li .title .catch {
    padding: 1rem 0 0 0;
  }
}
#type .btns {
  margin: 5rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#type .btns .btn {
  width: 300px;
  height: 70px;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  #type .btns {
    display: inherit;
  }
  #type .btns li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
/*------------------------------------------------------------------

otherpage / environment

-------------------------------------------------------------------*/
#environment .enviWrap {
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  #environment .enviWrap {
    padding: 5rem 2.5rem 0 2.5rem;
  }
}
#environment .enviWrap dl.fukuri ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#environment .enviWrap dl.fukuri ul li {
  width: 50%;
  border-right: solid 1px #cccccc;
  box-sizing: border-box;
}
