@charset "UTF-8";
/**
 *
 * コンテンツ
 *
**/
/**
 * search_wrapper
**/
.search_wrapper {
  background: #fff;
}
.search_wrapper .inner {
  margin: 0 auto 0 auto;
  padding: 50px 0 85px 0;
  width: 91.6%;
  max-width: 1180px;
  text-align: left;
  display: flex;
}
.search_wrapper .head {
  margin: 0 0 0 0;
  padding: 0 0 18px 0;
}
.search_wrapper .head .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: bold;
  font-family: 'EB Garamond';
  background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.search_wrapper .head h3 {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #1a0004;
  letter-spacing: 5px;
}
.area_search {
  width: 50%;
}
.area_search .map {
  width: 100%;
  position: relative;
}
.area_search .map img {
  margin: 0 auto;
  width: 100%;
  max-width: 435px;
  display: block;
}
.area_search .map .area {
  width: 125px;
  height: 41px;
  display: table;
  position: absolute;
}
.area_search .map .area01 {
  top: 115px;
  right: 60px;
}
.area_search .map .area02 {
  top: 94px;
  left: 210px;
}
.area_search .map .area03 {
  top: 205px;
  right: 80px;
}
.area_search .map .area04 {
  top: 265px;
  right: 160px;
}
.area_search .map .area05 {
  top: 164px;
  left: 150px;
}
.area_search .map .area06 {
  top: 315px;
  right: 250px;
}
.area_search .map .area07 {
  top: 218px;
  left: 60px;
}
.area_search .map .area a {
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  color: #16b000;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #16b000;
  border-radius: 90px;
}
.area_search .map .area a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 851px) and (max-width: 1180px) {
  .area_search .map .area {
    width: 12.5vw;
    height: 3.9vw;
    display: table;
    position: absolute;
  }
  .area_search .map .area01 {
    top: 10vw;
    right: 1.1vw;
  }
  .area_search .map .area02 {
    top: 9.2vw;
    left: 14vw;
  }
  .area_search .map .area03 {
    top: 24vw;
    right: 2.5vw;
  }
  .area_search .map .area04 {
    top: 29vw;
    right: 12vw;
  }
  .area_search .map .area05 {
    top: 14vw;
    left: 10vw;
  }
  .area_search .map .area06 {
    top: 34vw;
    right: 20vw;
  }
  .area_search .map .area07 {
    top: 19vw;
    left: 2vw;
  }
  .area_search .map .area a {
    text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 1.6vw;
    font-weight: bold;
    color: #16b000;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #16b000;
    border-radius: 90px;
  }
  .area_search .map .area a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 850px) {
  .search_wrapper {
    background: #fff;
  }
  .search_wrapper .inner {
    margin: 0 auto 0 auto;
    padding: 25px 0 45px 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .search_wrapper .head {
    margin: 0 0 0 0;
    padding: 0 0 18px 0;
  }
  .search_wrapper .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    font-family: 'EB Garamond';
    background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .search_wrapper .head h3 {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
    color: #1a0004;
    letter-spacing: 5px;
  }
  .area_search {
    width: 100%;
  }
  .area_search .map {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .area_search .map img {
    margin: 0 auto;
    width: 100%;
    max-width: 435px;
    display: none;
  }
  .area_search .map .area {
    margin: 0 4% 20px 0;
    width: 48%;
    height: 41px;
    display: table;
    position: relative;
  }
  .area_search .map .area:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
  .area_search .map .area01 {
    top: auto;
    right: auto;
  }
  .area_search .map .area02 {
    top: auto;
    left: auto;
  }
  .area_search .map .area03 {
    top: auto;
    right: auto;
  }
  .area_search .map .area04 {
    top: auto;
    right: auto;
  }
  .area_search .map .area05 {
    top: auto;
    left: auto;
  }
  .area_search .map .area06 {
    top: auto;
    right: auto;
  }
  .area_search .map .area07 {
    top: auto;
    left: auto;
  }
  .area_search .map .area a {
    text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
    color: #16b000;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #16b000;
    border-radius: 90px;
  }
  .area_search .map .area a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
	.search_wrapper { display: none; }
}



.type_search {
  margin: 0 0 0 5.5%;
  width: 44.5%;
}
.type_search .list {
  margin: 0 0 0 0;
  padding: 8px 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.type_search .list .item {
  margin: 0 4% 10px 0;
  padding: 0 0 0 0;
  width: 48%;
  height: 60px;
  display: table;
}
.type_search .list .item:nth-of-type(2n) {
  margin: 0 0 10px 0;
}
.type_search .list .item a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-align: center;
  border-radius: 90px;
  background: #f5f5f5;
  display: table-cell;
  vertical-align: middle;
}
.type_search .list .item a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 850px) {
  .type_search {
    margin: 0 0 0 0;
    width: 100%;
  }
  .type_search .list {
    margin: 0 0 0 0;
    padding: 8px 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .type_search .list .item {
    margin: 0 4% 20px 0;
    padding: 0 0 0 0;
    width: 48%;
    height: 60px;
    display: table;
  }
  .type_search .list .item:nth-of-type(2n) {
    margin: 0 0 10px 0;
  }
  .type_search .list .item a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: center;
    border-radius: 90px;
    background: #f5f5f5;
    display: table-cell;
    vertical-align: middle;
  }
  .type_search .list .item a:hover {
    text-decoration: underline;
  }
}
/**
 * strengths
**/
.strengths {
  background: #fff;
  position: relative;
}
.strengths .inner {
  margin: 0 auto 0 auto;
  padding: 50px 0 85px 0;
  width: 91.6%;
  max-width: 1180px;
  text-align: left;
}
.strengths .head {
  margin: 0 0 60px;
  padding: 0 0 0 0;
  width: 100%;
  position: relative;
}
.strengths .head:after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 80vw;
  height: 100%;
  line-height: 100%;
  content: "";
  display: block;
  background: linear-gradient(90deg, #18b00c 0%, #81cffc 80%);
  position: absolute;
  top: 0;
  left: 300px;
}
.strengths .head .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: bold;
  font-family: 'EB Garamond';
  background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.strengths .head h3 {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #1a0004;
  letter-spacing: 5px;
}
.strengths .list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.strengths .list {
	gap: 0 30px;
}
.strengths .list .item {
  /*margin: 0 4.25% 0 0;
  padding: 40px 0 0 0;
  width: 30.5%;*/
  line-height: 2.0em;
  font-size: 15px;
  color: #000;
  width: calc((100% - 60px) / 3);
  margin: 0 0 0;
  padding: 2px;
  background: linear-gradient(to right, #17b004, #82cffe);
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
}
.strengths .list .item:nth-of-type(3) {
  margin: 0 0 0 0;
}
.strengths .list .item .inner {
    padding: 2.75em 1em 1em;
    width: calc(100% - 2px);
    height: 520px;
    background: #fff;
    border-radius: 14px;
	position: relative;
    box-sizing: border-box;
}
.strengths .list .item .inner::before {
	content: "";
	width: 60px;
	height: 60px;
	display: inline-block;
	position: absolute;
	top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.strengths .list .item:nth-child(1) .inner::before {
	background: url("../images/strength_no01.png") no-repeat;
	background-size: contain;
}
.strengths .list .item:nth-child(2) .inner::before {
	background: url("../images/strength_no02.png") no-repeat;
	background-size: contain;
}
.strengths .list .item:nth-child(3) .inner::before {
	background: url("../images/strength_no03.png") no-repeat;
	background-size: contain;
}

.strengths .list .item .image {
  width: 100%;
  margin-bottom: 10px;
}
.strengths .list .item .image img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 258px;
  object-fit: contain;
  display: block;
}
.strengths .list .item .num {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.3em;
  font-size: 60px;
  font-family: 'EB Garamond';
  color: #17b005;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.strengths .list .item h4 {
  margin: 0 0 10px;
  padding: 8px 0;
  width: 100%;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  /*background: linear-gradient(90deg, #18b00c 0%, #81cffc 80%);*/
  background: none;
}
.strengths .list .item p {
	line-height: 1.8em;
    font-size: 15px;
    color: #000;
}
@media only screen and (max-width: 850px) {
  .strengths {
    background: #fff;
    position: relative;
  }
  .strengths .inner {
    margin: 0 auto 0 auto;
    padding: 25px 0 45px 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left;
  }
  .strengths .head {
    margin: 0 0 60px 0;
    padding: 0 0 0 0;
    width: 100%;
    position: relative;
  }
  .strengths .head:after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 80vw;
    height: 100%;
    line-height: 100%;
    content: "";
    display: block;
    background: linear-gradient(90deg, #18b00c 0%, #81cffc 80%);
    position: absolute;
    top: 0;
    left: 260px;
  }
  .strengths .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .strengths .head h3 {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
    color: #1a0004;
    letter-spacing: 5px;
  }
  .strengths .list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	gap: 0 0;
  }
  .strengths .list .item {
    line-height: 2.0em;
    font-size: 12px;
    color: #000;
	width: 100%;
	margin-bottom: 40px;
    position: relative;
  }
  .strengths .list .item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .strengths .list .item .inner { height: auto; }
	
  .strengths .list .item .image {
    padding: 0 0 0 0;
    width: 60%;
    margin: 0 auto;
  }
  .strengths .list .item .image img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
	height: auto;
    display: block;
  }
  .strengths .list .item .num {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.3em;
    font-size: 50px;
    color: #17b005;
    position: absolute;
    top: 0;
    left: 0;
  }
  .strengths .list .item h4 {
    margin: 0 0 12px 0;
    padding: 8px 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
}
/**
 * new_arrival
**/
.new_arrival {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: center;
  background: #f5f5f5;
}
.new_arrival .inner {
  margin: 0 auto 0 auto;
  padding: 50px 0 35px 0;
  width: 91.6%;
  max-width: 1180px;
  text-align: left;
}
.new_arrival .inner .head {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
}
.new_arrival .inner .head .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: bold;
  font-family: 'EB Garamond';
  background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.new_arrival .inner .head h3 {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #1a0004;
  letter-spacing: 5px;
}
.new_arrival .inner .list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.new_arrival .inner .list .item {
  margin: 0 5.6% 0 0;
  padding: 0 0 35px 0;
  width: 29.6%;
}
.new_arrival .inner .list .item:nth-of-type(3n) {
  margin: 0 0 0 0;
}
.new_arrival .inner .list .item a {
  line-height: 1.6em;
  font-size: 15px;
  color: #000000;
  display: block;
  text-decoration: none;
}
.new_arrival .inner .list .item a .image {
  margin: 0 0 15px 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.new_arrival .inner .list .item a .image img {
  width: 100%;
  display: block;
  border-radius: 18px;
}
.new_arrival .inner .list .item a .image .cat {
  padding: 5px 10px;
  width: 180px;
  background: #000;
  color: #ffffff;
  text-align: center;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.new_arrival .inner .list .item a .tit {
  padding: 0 0 5px 0;
  color: #16b000;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
}
.new_arrival .inner .more {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.new_arrival .inner .more a {
  margin: 0 auto;
  padding: 30px 0;
  width: 350px;
  text-decoration: none;
  text-align: center;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  color: #16b000;
  background: #ffffff;
  border: 1px solid #16b000;
  border-radius: 90px;
  box-sizing: border-box;
  display: block;
}
.new_arrival .inner .more a:before {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 22px;
  height: 21px;
  line-height: 21px;
  content: "";
  background: url("../images/arrow_01.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 850px) {
  .new_arrival {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
  }
  .new_arrival .inner {
    margin: 0 auto 0 auto;
    padding: 25px 0 35px 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left;
  }
  .new_arrival .inner .head {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
  }
  .new_arrival .inner .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    font-family: 'EB Garamond';
    background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .new_arrival .inner .head h3 {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
    color: #1a0004;
    letter-spacing: 5px;
  }
  .new_arrival .inner .list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .new_arrival .inner .list .item {
    margin: 0 0 0 0;
    padding: 0 0 35px 0;
    width: 100%;
  }
  .new_arrival .inner .list .item:nth-of-type(3n) {
    margin: 0 0 0 0;
  }
  .new_arrival .inner .list .item a {
    line-height: 1.6em;
    font-size: 12px;
    color: #000000;
    display: block;
    text-decoration: none;
  }
  .new_arrival .inner .list .item a .image {
    margin: 0 0 15px 0;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .new_arrival .inner .list .item a .image img {
    width: 100%;
    display: block;
    border-radius: 18px;
  }
  .new_arrival .inner .list .item a .image .cat {
	padding: 5px 5px;
	width: auto;
    background: #000;
    color: #ffffff;
    text-align: center;
    line-height: 1.2em;
    font-size: 10px;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .new_arrival .inner .list .item a .tit {
    padding: 0 0 5px 0;
    color: #16b000;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
  }
  .new_arrival .inner .more {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
  }
  .new_arrival .inner .more a {
    margin: 0 auto;
    padding: 20px 0;
    width: 260px;
    text-decoration: none;
    text-align: center;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
    color: #16b000;
    background: #ffffff;
    border: 1px solid #16b000;
    border-radius: 90px;
    box-sizing: border-box;
    display: block;
  }
  .new_arrival .inner .more a:before {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: 22px;
    height: 21px;
    line-height: 21px;
    content: "";
    background: url("../images/arrow_01.png") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
}
/**
 * individual_briefing
**/
.individual_briefing {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: center;
  background: #ffffff;
}
.individual_briefing .inner {
  margin: 0 auto 0 auto;
  padding: 50px 0 75px 0;
  width: 91.6%;
  max-width: 1180px;
  text-align: left;
}
.individual_briefing .inner .head {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
}
.individual_briefing .inner .head .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: bold;
  font-family: 'EB Garamond';
  background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.individual_briefing .inner .head h3 {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #1a0004;
  letter-spacing: 5px;
}
.individual_briefing .inner .list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.individual_briefing .inner .list .item {
  margin: 0 0 0 0;
  padding: 0 0 35px 0;
}
.individual_briefing .inner .list .item a {
  margin: 0 33px 0;
  width: 350px;
  line-height: 1.6em;
  font-size: 15px;
  color: #000000;
  display: block;
  text-decoration: none;
}
.individual_briefing .inner .list .item a .image {
  margin: 0 0 15px 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.individual_briefing .inner .list .item a .image img {
  width: 100%;
  display: block;
  border-radius: 18px;
}
.individual_briefing .inner .list .item a .image .cat {
  padding: 5px 10px;
  max-width: 180px;
  background: #000;
  color: #ffffff;
  text-align: center;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.individual_briefing .inner .list .item a .tit {
  padding: 0 0 5px 0;
  color: #16b000;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
}
.individual_briefing .inner .list .item a .tit {
  padding: 0 0 5px 0;
  color: #16b000;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
}

.individual_briefing .inner .more {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.individual_briefing .inner .more a {
  margin: 0 auto;
  padding: 30px 0;
  width: 350px;
  text-decoration: none;
  text-align: center;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  color: #16b000;
  background: #ffffff;
  border: 1px solid #16b000;
  border-radius: 90px;
  box-sizing: border-box;
  display: block;
}
.individual_briefing .inner .more a:before {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 22px;
  height: 21px;
  line-height: 21px;
  content: "";
  background: url("../images/arrow_01.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 851px) and (max-width: 1180px) {
  .individual_briefing .inner .list .item a {
    margin: 0 1.2vw 0;
    width: 28vw;
    line-height: 1.6em;
    font-size: 15px;
    color: #000000;
    display: block;
    text-decoration: none;
  }
}
@media only screen and (max-width: 850px) {
  .individual_briefing {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    background: #ffffff;
  }
  .individual_briefing .inner {
    margin: 0 auto 0 auto;
    padding: 25px 0 35px 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left;
  }
  .individual_briefing .inner .head {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
  }
  .individual_briefing .inner .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    font-family: 'EB Garamond';
    background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .individual_briefing .inner .head h3 {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
    color: #1a0004;
    letter-spacing: 5px;
  }
  .individual_briefing .inner .list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .individual_briefing .inner .list .item {
    margin: 0 0 0 0;
    padding: 0 0 35px 0;
  }
  .individual_briefing .inner .list .item a {
    margin: 0 15px 0;
    width: 280px;
    line-height: 1.6em;
    font-size: 12px;
    color: #000000;
    display: block;
    text-decoration: none;
  }
  .individual_briefing .inner .list .item a .image {
    margin: 0 0 15px 0;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .individual_briefing .inner .list .item a .image img {
    width: 100%;
    display: block;
    border-radius: 18px;
  }
  .individual_briefing .inner .list .item a .image .cat {
    padding: 5px 0;
    width: 83px;
    background: #000;
    color: #ffffff;
    text-align: center;
    line-height: 1.2em;
    font-size: 10px;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .individual_briefing .inner .list .item a .tit {
    padding: 0 0 5px 0;
    color: #16b000;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
  }
  .individual_briefing .inner .list .item a .tit {
    padding: 0 0 5px 0;
    color: #16b000;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
  }
  
  .individual_briefing .inner .more {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
  }
  .individual_briefing .inner .more a {
    margin: 0 auto;
    padding: 20px 0;
    width: 260px;
    text-decoration: none;
    text-align: center;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
    color: #16b000;
    background: #ffffff;
    border: 1px solid #16b000;
    border-radius: 90px;
    box-sizing: border-box;
    display: block;
  }
  .individual_briefing .inner .more a:before {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: 22px;
    height: 21px;
    line-height: 21px;
    content: "";
    background: url("../images/arrow_01.png") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
}
/**
 * feature_contents
**/
.feature_contents {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: center;
  background: #f5f5f5;
}
.feature_contents .inner {
  margin: 0 auto 0 auto;
  padding: 50px 0 65px 0;
  width: 91.6%;
  max-width: 1180px;
  text-align: left;
}
.feature_contents .inner .head {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
}
.feature_contents .inner .head .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: bold;
  font-family: 'EB Garamond';
  background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.feature_contents .inner .head h3 {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #1a0004;
  letter-spacing: 5px;
}
.feature_contents .inner .list {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.feature_contents .inner .list .item {
  margin: 0 5.6% 0 0;
  padding: 0 0 35px 0;
  width: 29.6%;
}
.feature_contents .inner .list .item:nth-of-type(3n) {
  margin: 0 0 0 0;
}
.feature_contents .inner .list .item a {
  display: block;
  text-decoration: none;
}
.feature_contents .inner .list .item a .image {
  margin: 0 0 15px 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.feature_contents .inner .list .item a .image img {
  width: 100%;
  display: block;
  border-radius: 18px;
}
.feature_contents .inner .list .item a .tit {
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 15px;
}
.feature_contents .inner .more {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.feature_contents .inner .more a {
  margin: 0 auto;
  padding: 30px 0;
  width: 350px;
  text-decoration: none;
  text-align: center;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  color: #16b000;
  background: #ffffff;
  border: 1px solid #16b000;
  border-radius: 90px;
  box-sizing: border-box;
  display: block;
}
.feature_contents .inner .more a:before {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 22px;
  height: 21px;
  line-height: 21px;
  content: "";
  background: url("../images/arrow_01.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 850px) {
  .feature_contents {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
  }
  .feature_contents .inner {
    margin: 0 auto 0 auto;
    padding: 25px 0 35px 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left;
  }
  .feature_contents .inner .head {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
  }
  .feature_contents .inner .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    font-family: 'EB Garamond';
    background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .feature_contents .inner .head h3 {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
    color: #1a0004;
    letter-spacing: 5px;
  }
  .feature_contents .inner .list {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .feature_contents .inner .list .item {
    margin: 0 0 0 0;
    padding: 0 0 35px 0;
    width: 100%;
  }
  .feature_contents .inner .list .item:nth-of-type(3n) {
    margin: 0 0 0 0;
  }
  .feature_contents .inner .list .item a {
    display: block;
    text-decoration: none;
  }
  .feature_contents .inner .list .item a .image {
    margin: 0 0 15px 0;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .feature_contents .inner .list .item a .image img {
    width: 100%;
    display: block;
    border-radius: 18px;
  }
  .feature_contents .inner .list .item a .tit {
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 12px;
  }
  .feature_contents .inner .more {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
  }
  .feature_contents .inner .more a {
    margin: 0 auto;
    padding: 20px 0;
    width: 260px;
    text-decoration: none;
    text-align: center;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
    color: #16b000;
    background: #ffffff;
    border: 1px solid #16b000;
    border-radius: 90px;
    box-sizing: border-box;
    display: block;
  }
  .feature_contents .inner .more a:before {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: 22px;
    height: 21px;
    line-height: 21px;
    content: "";
    background: url("../images/arrow_01.png") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
}
/**
 * information
**/
.information {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: center;
  background: #ffffff;
}
.information .inner {
  margin: 0 auto 0 auto;
  padding: 75px 0 55px 0;
  width: 91.6%;
  max-width: 1180px;
  text-align: left;
}
.information .inner .head {
  margin: 0 0 0 0;
  padding: 0 0 35px 0;
}
.information .inner .head .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: bold;
  font-family: 'EB Garamond';
  background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.information .inner .head h3 {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #1a0004;
  letter-spacing: 5px;
}
.information .inner .list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.information .inner .list .item {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  display: flex;
}
.information .inner .list .item .update {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 130px;
  line-height: 1.4em;
  font-size: 16px;
  color: #b4b4b4;
}
.information .inner .list .item .tit {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: calc(100% - 130px);
  line-height: 1.4em;
  font-size: 16px;
}
.information .inner .list .item .tit a {
  color: #434343;
  text-decoration: none;
}
@media only screen and (max-width: 850px) {
  .information {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    background: #ffffff;
  }
  .information .inner {
    margin: 0 auto 0 auto;
    padding: 25px 0 25px 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left;
  }
  .information .inner .head {
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
  }
  .information .inner .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    font-family: 'EB Garamond';
    background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .information .inner .head h3 {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
    color: #1a0004;
    letter-spacing: 2px;
  }
  .information .inner .list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .information .inner .list .item {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .information .inner .list .item .update {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 12px;
    color: #b4b4b4;
  }
  .information .inner .list .item .tit {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 12px;
  }
  .information .inner .list .item .tit a {
    color: #434343;
    text-decoration: none;
  }
}
/**
 * service_pr
**/
.service_pr {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: center;
  background: url("../images/service_pr_back_01.webp?v=260608") no-repeat center center;
  background-size: cover;
}
.service_pr .inner {
  margin: 0 auto 0 auto;
  padding: 5em 0 5em;
  width: 91.6%;
  max-width: 1180px;
  text-align: left;
  position: relative;
}
.service_pr .inner .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 34.05%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.service_pr .inner .image img {
  display: block;
}
.service_pr .inner h3 {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  width: 343px;
}
.service_pr .inner h3 img {
  display: block;
}
.service_pr .inner .catch {
  margin: 0 0 0 0;
  padding: 0 0 18px 0;
  line-height: 1.4em;
  font-size: 33px;
  color: #fff;
}
.service_pr .inner .description {
  margin: 0 45% 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 16px;
  color: #fff;
}
.service_pr .inner .description p {
    color: #fff;
}
@media only screen and (max-width: 850px) {
  .service_pr {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    background: url("../images/service_pr_back_01.webp?v=260608") no-repeat center center;
    background-size: cover;
  }
  .service_pr .inner {
    margin: 0 auto 0 auto;
    padding: 25px 0 25px 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left;
    position: relative;
  }
  .service_pr .inner .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 34.05%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .service_pr .inner .image img {
    display: block;
  }
  .service_pr .inner h3 {
    margin: 0 auto 15px;
    padding: 0 0 0 0;
    width: 260px;
  }
  .service_pr .inner h3 img {
    display: block;
  }
  .service_pr .inner .catch {
    margin: 0 0 0 0;
    padding: 0 0 18px 0;
    line-height: 1.4em;
    font-size: 20px;
    text-align: center;
    color: #fff;
  }
  .service_pr .inner .description {
    margin: 0 35% 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 12px;
    color: #fff;
  }
}
/* ----------------------------------------------
 * 下層ページ *
 ---------------------------------------------- */
small {
  font-size: 86%;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.2s;
}
.bg_gray {
  background: #f8f8f8;
}
/* 下層ページ見出し */
.heading {
  margin-top: 80px;
  background-image: url(../images/heading-bg.webp?v=260608);
  background-size: cover;
  background-position: center;
}
.heading .heading-title {
  color: #555;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.08em;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* パンくず */
#topics {
  padding: 20px 0 20px 0;
  width: 100%;
  overflow: hidden;
}
#topics ol, #topics ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  text-align: left;
  overflow: hidden;
}
#topics li {
  font-size: 14px;
  color: #555;
  display: inline-block;
  letter-spacing: 0.06em;
}
#topics li a {
  font-size: 14px;
  color: #555;
}
/* 下層ページセクション */
.section_wrap {
  padding: 60px 80px;
  margin: 5px 5px 60px 5px;
  background: #fff;
  box-shadow: 0 3px 13px #ddd;
  border-radius: 12px;
  overflow: hidden;
}
.contact_wrap {
  padding: 40px 80px;
  margin: 5px 5px 60px 5px;
  background: #fff;
  box-shadow: 0 3px 13px #ddd;
  border-radius: 12px;
  overflow: hidden;
}
/* 下層ページコンテンツ */
.under-title-01 {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin: 10px 0 20px;
}
.text {
  font-size: 15px;
  line-height: 1.8em;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.text-link {
  font-size: 15px;
  line-height: 1.8em;
  color: #3498db;
}
.text-link:hover {
  text-decoration: underline;
}
/* テーブル */
.table-data {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table-data tr {}
.table-data tr th, .table-data tr td {
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.8em;
  text-align: left;
}
.table-data tr th {
  width: 200px;
  font-weight: bold;
  background: #f2f2f2;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table-data tr td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* ボタン */
.btn {
  min-width: 280px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 15px 0 16px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
.btn-yellow {
  background: #ffb200;
  color: #fff;
  border: 1px solid #ffb200;
}

.btn-orange {
  background: #fa9b1d;
  color: #fff;
  border: 1px solid #fa9b1d;
}
.btn-orange:hover { color: #fff; }

.btn-green {
  background: #16b000;
  color: #fff;
  border: 1px solid #16b000;
}

.btn-green:hover {
  color: #fff;
}


.btn-green-brd {
  color: #16b000;
  border: 1px solid #16b000;
  background: #fff;
}

.btn-green-brd:hover {
  color: #16b000;
}


.btn-yellow-brd {
  color: #ffb200;
  border: 1px solid #ffb200;
  background: #fff;
}
.btn-navy {
  background: #16b000;
  color: #fff;
  border: 1px solid #16b000;
}
.btn-navy-brd {
  color: #16b000;
  border: 1px solid #16b000;
  background: #fff;
}
/* 戻るボタン */
.btn_back a {
  color: #555;
  border: 1px solid #ededed;
  background: #ededed;
  margin: 0 auto;
  -webkit-appearance: none;
}
.btn_back + .btn {
    margin-left: 30px;
}


/* 複数行テキスト省略 */
.ellipsis {
  position: relative;
  height: 70px;
  overflow: hidden;
  line-height: 20px;
}
.ellipsis:before, .ellipsis:after {
  position: absolute;
  background: #fff;
}
.ellipsis:before {
  content: "･･･";
  bottom: 0;
  right: 0;
}
.ellipsis:after {
  content: "";
  width: 100%;
  height: 100%;
}
/* 複数行テキスト省略 ここまで */
/* お問い合わせフォーム */
select.form_select {
  width: inherit;
  padding: 7px 10px;
  height: 40px;
  line-height: 1em;
  font-size: 16px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*デフォルト▽表示*/
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
input.txt_w10p {
  padding: 7px 10px;
  width: 10%;
  height: 40px;
  line-height: 1em;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.txt_w15p {
  padding: 7px 10px;
  width: 15%;
  height: 40px;
  line-height: 1em;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.txt_w20p {
  padding: 7px 10px;
  width: 20%;
  height: 40px;
  line-height: 1em;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.txt_w30p {
  padding: 7px 10px;
  width: 30%;
  height: 40px;
  line-height: 1em;
  font-size: 16px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.txt_w50p {
  padding: 7px 10px;
  width: 50%;
  height: 40px;
  line-height: 1em;
  font-size: 16px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.txt_w60p {
  padding: 7px 10px;
  width: 60%;
  height: 35px;
  line-height: 1em;
  font-size: 16px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
textarea.textarea_w96p {
  padding: 7px 10px;
  width: 96%;
  height: 150px;
  line-height: 1.8em;
  font-size: 16px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* input[type=number]上下矢印非表示 */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/**
 * search.html *
**/
body.page-search #conditions {
  /*margin-top: -20px;*/
  margin-bottom: 30px;
  padding: 15px 5vw 20px;
  background: #BBDEFB;
}
body.page-search #conditions .num-display {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
}
body.page-search #conditions .num-display .num {
  margin: 0 5px;
  color: #F57C01;
  font-size: 18px;
}
body.page-search #conditions .conditions-box {
  position: relative;
  padding: 10px 15px;
  background: #fff;
  border: 2px solid #4A4A4A;
  border-radius: 12px;
  overflow: hidden;
  height: 45px;
}
body.page-search #conditions .conditions-box__left {
  font-size: 15px;
  white-space: nowrap;
}
body.page-search #conditions .conditions-box__left .item + .item::before {
  content: " / ";
}
body.page-search #conditions .conditions-box__right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
body.page-search #conditions .conditions-box__right a {
  display: block;
  padding: 15px;
  padding-left: 30px;
  background-image: linear-gradient(to right, #ffffff00 0, #fff 20px, #fff);
  color: #2296F3;
  font-weight: 600;
}
body.page-search #conditions .conditions-box__right a:hover {
  opacity: 1;
}
.search_form_wrap {
  margin: 5px 5px 60px 5px;
  padding: 50px 50px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 13px #ddd;
}
.search_form_wrap dl {
  margin-bottom: 10px;
}
.search_form_wrap dl dt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  /*padding-bottom: 10px;*/
  padding-right: 20px;
  min-width: 290px;
}
.search_form_wrap dl dd {
  width: 100%;
}
.search_form_wrap dl dd .list {
  overflow: hidden;
}
.search_form_wrap dl dd .list li {
  padding: 0 0 5px 0;
  width: 20%;
  float: left;
}
.search_form_wrap dl dd .list li label {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
.search_form_wrap dl.keyword {
  margin-bottom: 30px;
}
.search_form_wrap dl.keyword dt {
  min-width: 200px;
}
.search_form_wrap dl.keyword .text {
  width: 100%;
  background: #fafafa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.search_form_wrap .search_form__btn-area {
  position: relative;
  margin-top: 15px;
}
.search_form_wrap .search_form__more-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 1px solid #ccc;
  padding: 10px 20px;
  color: #777;
  font-size: 14px;
}
.search_form_wrap .search_form__more-btn::before {
  content: "+";
  margin-right: 10px;
  font-size: 18px;
  vertical-align: top;
}
.search_form_wrap .search_form__more-btn.active::before {
  content: "-";
}
.search_form_wrap .search_form__more-btn.active .active-hidden {
  display: none !important;
}
.search_form_wrap .search_form__more-btn:not(.active) .active-only {
  display: none !important;
}
/* 検索結果 */
.search_result_wrap {
  width: 100%;
}
.search_result {
  margin: 0 auto 20px;
}
.search_result .num {
  font-size: 24px;
  color: #16b000;
}
.search_result_message {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 16px;
}
/* 検索結果一覧 */
.recruit_info {
  padding: 15px 40px 40px 40px;
}
.update-date{
  margin-bottom: 10px;
  text-align: right;
  color: #666;
  font-size: 15px;
}
.recruit_info .recruit_title,
.recruit_info .recruit_title a {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: left;
}
.recruit_info .recruit_title a {
  color: #3498db;
}

.recruit_info .recruit_title .new {
    color: #fff;
    background: #16b000;
    padding: 0.1em 0.5em;
    margin-right: 0.25em;
    font-size: 16px;
    line-height: 1.6em;
    display: inline-block;
}

.recruit_info .category {
  display:flex;
  flex-wrap:wrap;
}
.recruit_info .category li {
  padding: 3px 10px;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
}
.recruit_info .info_wrap {
  margin: 20px auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit_info .img_wrap {
  width: 27%;
  max-width: 320px;
  height: 210px;
  margin-right: 3%;
  display: block;
}
.recruit_info .img_wrap img {
  width: 320px;
  height: 210px;
  object-fit: cover;
}
.recruit_info .data {
  width: 70%;
  border-top: 1px solid #ccc;
}
.recruit_info .data dl {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.recruit_info .data dl dt, .recruit_info .data dl dd {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.8em;
}
.recruit_info .data dl dt {
  width: 10em;
  font-weight: bold;
}
.recruit_info .data dl dd {
  text-align: left;
  width: calc(100% - 10em);
}
/* PRメッセージ */
.recruit_info .recommend_point {
  margin-bottom: 30px;
  padding: 20px 30px;
  text-align: left;
  border: 5px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recruit_info .recommend_point dt {
  font-size: 18px;
}
.recruit_info .recommend_point dd {
  font-size: 15px;
  line-height: 1.8em;
}
.recruit_info .btn_wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
/**
 * search.html : Search Modal
**/
.search_form_wrap .openModal {
  display: inline-block;
  position: relative;
  width: 140px;
  min-width: 140px;
  margin: 0 0 20px 0;
  padding: 6px 0 8px;
  border: solid 1px #cccccc;
  box-shadow: none;
  border-radius: 40px;
  color: #000;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}
.search_form_wrap .openModal .icon {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 8px;
  box-shadow: -1px 1px 0 0, -2px -2px 0 -1px, 2px 2px 0 -1px;
  margin-left: 14px;
  margin-top: 1px;
}
.search_form_wrap .openModal .icon::before, .search_form_wrap .openModal .icon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: -3px;
}
.search_form_wrap .openModal .icon::before {
  background: currentColor;
  transform: rotate(-45deg);
  width: 9px;
  height: 1px;
  top: 1px;
  z-index: 2;
}
.search_form_wrap .openModal .icon::after {
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-top: 1px solid;
  top: -3px;
  background: #fff;
  z-index: 1;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20px;
  background: #0b0b0bcc;
  z-index: 500;
}
.modal-container:not(.open) {
  display: none;
}
.modal-container .closeModal {
  position: absolute;
  top: 20px !important;
  right: 20px !important;
  cursor: pointer;
}
.modal-container .closeModal .icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
}
.modal-container .closeModal .icon::before, .modal-container .closeModal .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  transform: rotate(45deg);
  top: 50%;
  left: 25%;
  margin-top: -1px;
  background: #fff;
}
.modal-container .closeModal .icon::after {
  transform: rotate(-45deg);
}
.modal-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal-content {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 8px;
  overflow: hidden;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 40px 20px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.modal-header__title {
  color: #007fc3;
  font-size: 21px;
  line-height: 1;
}
.modal-header__numbers {
  font-size: 14px;
}
.modal-header__number {
  color: #f00;
  font-size: 24px;
  font-weight: bold;
}
.modal-body__title {
  margin-bottom: 10px;
  padding: 0;
  font-size: 17px;
  line-height: 1;
}
.modal-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
}
.modal-footer__button.submit {
  position: relative;
  padding: 15px 48px 16px;
  background: #ffb200;
  border-radius: 40px;
  color: #fefefe;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.modal-footer__button.submit::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  opacity: .7;
}
.modal-footer__button.clear {
  margin-top: 8px;
  color: #808080;
  font-size: 12px;
}
/* search.html : ウィンドウ幅に応じてjsで切り替え(.modal-container.width-narrow) */
.modal-container.width-narrow .modal-content {
  max-width: 600px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
/* search.html モーダル 勤務地から探す */
#modal-area .modal-body {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 30px 40px;
}
#modal-area .modal-body__search-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#modal-area .modal-body__main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 335px;
  background: #ebebeb;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
#modal-area .modal-body__empty {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #aaa;
  font-size: 12px;
}
#modal-area .modal-list {
  position: relative;
  height: 100%;
  background: #fafafa;
  z-index: 2;
  text-align: left;
}
#modal-area .modal-body__search-col.col-01 .modal-list ul, #modal-area .modal-body__search-col.col-02 .modal-list ul {
  display: none;
}
#modal-area.modal-container:not(.width-narrow) .modal-body__search-col.col-01 .modal-list ul, #modal-area.modal-container:not(.width-narrow) .modal-body__search-col.col-02 .modal-list ul {
  display: none !important;
}
#modal-area.modal-container:not(.width-narrow) .modal-body__main > .modal-list, #modal-area .modal-list.list-child, #modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild {
  display: block !important;
}
#modal-area .modal-list li {
  position: relative;
  background: #fff;
}
#modal-area .modal-list li + li {
  border-top: 1px solid #ccc;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild li {
  padding-left: 18px;
  border: none;
}
#modal-area .modal-list a {
  position: relative;
  display: block;
  padding: 12px 20px 10px;
  font-size: 14px;
  font-weight: 600;
}
#modal-area .modal-body__search-col.col-01 a.active, #modal-area .modal-body__search-col.col-02 a.active {
  background: #f2f9ff;
}
#modal-area .modal-list.list-lowest a {
  padding-left: 42px;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-lowest > li > a {
  background: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-child a {
  font-weight: 400;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 600;
}
#modal-area .modal-list.list-lowest a::before, #modal-area .modal-list.list-lowest a::after {
  content: "";
  position: absolute;
}
#modal-area .modal-list.list-lowest a::before {
  top: 10px;
  left: 14px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#modal-area .modal-list.list-lowest a.selected::before {
  background: #007fc3;
  border-color: #007fc3;
}
#modal-area .modal-list.list-lowest a.selected::after {
  top: 12px;
  left: 21px;
  width: 5px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild a::before {
  top: 5px;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild a.selected::after {
  top: 7px;
}
#modal-area .modal-list__number {
  display: inline-block;
  margin-left: 4px;
  color: #808080;
  font-size: 12px;
  font-weight: 400;
}
#modal-area .modal-list__tab.selected .sign::after {
  content: "選択中";
  display: inline-block;
  margin-left: 8px;
  padding: 3px 10px 4px;
  background: #82ad2b;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  vertical-align: top;
}
/* search.html モーダル 勤務地から探す(.modal-container.width-narrow) */
#modal-area.modal-container.width-narrow .modal-body {
  display: block;
  flex-shrink: 1;
  overflow-y: scroll;
}
#modal-area.modal-container.width-narrow .modal-body__search-col:not(.col-01) {
  display: none;
}
#modal-area.modal-container.width-narrow .modal-body__title {
  display: none;
}
#modal-area.modal-container.width-narrow .modal-body__main {
  max-height: 100%;
}
#modal-area.modal-container.width-narrow .modal-list.width-narrow-hidden {
  display: none !important;
}
#modal-area.modal-container.width-narrow .modal-list.width-narrow-open {
  display: block !important;
}
#modal-area.modal-container.width-narrow .modal-list .modal-list:not(.list-grandchild) {
  border-top: 1px solid #ccc;
}
#modal-area.modal-container.width-narrow .modal-list.list-grandchild {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 5px 7px;
  margin: 5px 10px 10px 5px;
  padding: 5px 7px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}
#modal-area.modal-container.width-narrow .modal-list.list-grandchild li {
  border: 1px solid #ddd !important;
  -webkit-box-shadow: 0 3px 7px #00000014;
  box-shadow: 0 3px 7px #00000014;
  border-radius: 4px;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a {
  font-weight: 400;
}
#modal-area.modal-container.width-narrow .modal-list.list-top > li > a::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 25px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(135deg);
  z-index: 3;
  transition: all .3s;
}
#modal-area.modal-container.width-narrow .modal-list.list-top > li > a.active::after {
  top: 19px;
  transform: rotate(-45deg);
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::before, #modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::after {
  content: "";
  position: absolute;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::before {
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  background: #f6f6f6;
  border-left: 1px solid #ccc;
  z-index: 2;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::after {
  top: 17px;
  right: 25px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(135deg);
  z-index: 3;
  transition: all .3s;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a.active::after {
  top: 19px;
  transform: rotate(-45deg);
}
/* search.html スクロール */
.search_form_wrap .ps__rail-y {
  width: 8px;
  margin-right: 5px;
  background: #ebebeb !important;
  opacity: 1 !important;
}
.search_form_wrap .ps__thumb-y {
  right: 0;
  width: 8px;
}
.search_form_wrap .ps__rail-y:hover > .ps__thumb-y, .search_form_wrap .ps__rail-y:focus > .ps__thumb-y, .search_form_wrap .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 8px;
}
/* search.html モーダル 職種から探す */
#modal-occupation .modal-content {
  display: flex;
  flex-direction: column;
}
#modal-occupation .modal-body {
  padding: 40px 40px 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal-occupation .modal-body::-webkit-scrollbar {
  display: none;
}
#modal-occupation .modal-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 8px 10px;
}
#modal-occupation .modal-list li {}
#modal-occupation .modal-list li label {
  font-size: 15px;
  letter-spacing: 0.08em;
}
#modal-occupation .modal-footer__button.submit {
  width: 100%;
  width: calc(100% - 40px);
  max-width: 300px;
  text-align: center;
}
#modal-occupation .modal-footer {
  padding-bottom: 30px;
}
/* search.html モーダル 条件の変更 */
#modal-conditions {
  margin: 0;
  z-index: 490;
}
#modal-conditions .modal-content {
  display: flex;
  flex-direction: column;
}
#modal-conditions .modal-header {
  background: #BBDEFB;
}
#modal-conditions .modal-body {
  /*height: 100%;*/
  padding: 30px 20px;
  background: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal-conditions .modal-body::-webkit-scrollbar {
  display: none;
}
#modal-conditions .modal-body .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0 10px;
}
#modal-conditions .modal-body .list li {
  width: 100%;
}
#modal-conditions .modal-body .list label {
  font-size: 16px;
}
#modal-conditions .modal-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  gap: 10px 0;
}
#modal-conditions .modal-footer__numbers {
  font-size: 14px;
  font-weight: 600;
}
#modal-conditions .modal-footer__number {
  margin: 0 3px;
  color: #F57C01;
  font-size: 23px;
}
#modal-conditions .modal-footer__button.submit {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 5px;
}
#modal-conditions .modal-footer__button.submit::before, #modal-conditions .modal-footer__button.submit::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}
#modal-conditions .modal-footer__button.submit::before {
  top: 18px;
  left: 20px;
  width: 16px;
  height: 16px;
  margin-left: -4px;
  margin-top: -4px;
  border: 3px solid #fff;
  border-radius: 100%;
}
#modal-conditions .modal-footer__button.submit::after {
  top: 25px;
  left: 30px;
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-45deg);
  opacity: 1;
}
/**
 * detail.html
**/
.detail {}
.detail .btn {
    line-height: 1.0em;
    padding: 0.55em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail .btn > span {
    color: #fa9b1d;
    font-size: 13px;
    line-height: 1.0em;
    background: #fff;
    padding: 0.25em 0.75em;
    border-radius: 50px;
    margin-bottom: 5px;
}

.recruit_data .table-data {}
.recruit_data .btn_wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
/* コンサルタントからの一言 */
.consul_message {}
.consul_message .img_wrap {
  float: left;
  width: 15%;
  height: auto;
  display: block;
}
.consul_message .img_wrap img {
  width: 100%;
  height: auto;
}
.consul_message .text_wrap {
  width: 85%;
  max-width: 950px;
  float: right;
  display: inline-block;
}
/* コンサルタントからの一言　吹き出し */
/* 吹き出し本体 */
.balloon {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -21px;
  top: 40%;
  border-top: 10px solid transparent;
  border-right: 20px solid #bbb;
  border-bottom: 10px solid transparent;
}
.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -20px;
  top: 40%;
  ;
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
}
/* コンサルタントからの一言　吹き出し */
/* 関連求人 */
.relation_wrap {}
.relation_wrap .item {
  margin: 7px 10px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  position: relative;
}
.relation_wrap .item .img-wrap { height: 200px; }
.relation_wrap .item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.relation_wrap .item .tag {
    padding: 5px 10px;
    width: 180px;
    background: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.relation_wrap .item .text-wrap {
  padding: 15px 15px;
}
.relation_wrap .item .title {
  position: relative;
  width: 100%;
  height: 45px;
  background: #fff;
  overflow: hidden;
}
.relation_wrap .item .title:before, .relation_wrap .item .title:after {
  position: absolute;
  background: #fff;
}
.relation_wrap .item .title:before {
  content: "...";
  bottom: 0;
  right: 0;
}
.relation_wrap .item .title:after {
  content: "";
  height: 100%;
  width: 100%;
}
/* slick調整 */
.relation_wrap .slick-prev, .relation_wrap .slick-next {
  width: 26px;
  height: 44px;
}
.relation_wrap .slick-prev:before, .relation_wrap .slick-next:before {
  content: "";
  display: block;
  background: url(../images/arrow-slide.png) no-repeat center center;
  width: 26px;
  height: 44px;
}
.relation_wrap .slick-prev {
  top: 42%;
  left: -25px;
}
.relation_wrap .slick-next {
  top: 42%;
  right: -30px;
}
/* この求人は以下の条件に合致しています */
.other_conditions {}
.other_conditions .head {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.other_conditions .tit {
  margin: 0 5px 0 0;
  line-height: 1.8em;
  font-size: 18px;
  font-weight: bold;
  float: left;
  display: inline;
}
.other_conditions .note {
  line-height: 1.8em;
  font-size: 13px;
  color: #999;
  float: left;
  display: inline;
  padding: 5px 0 0 0;
}
.other_conditions dl {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.other_conditions dl dt {
  width: 100px;
  padding: 4px 0;
  margin-right: 20px;
  font-size: 14px;
  text-align: center;
  color: #16b000;
  background: #fff;
  border: 1px solid #16b000;
  display: inline-block;
}
.other_conditions dl dd {width: 100%;}
.other_conditions dl dd ul li {
  margin-right: 10px;
}
.other_conditions dl dd ul li a {
  font-size: 15px;
  text-decoration: underline;
}
.other_conditions dl dd ul li a:hover {
  /*text-decoration: none;*/
}
/**
 * ページング
**/
.paging {
  margin: 0 0 50px 0;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
}
.paging li {
  padding: 0 4px;
  line-height: 34px;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.paging li a {
  padding: 0 10px;
  line-height: 32px;
  color: #16b000;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #16b000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.paging li a:hover {
  text-decoration: none;
  color: #fff;
  background: #16b000;
  border: 1px solid #16b000;
}
.paging li .current {
  padding: 0 10px;
  line-height: 32px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  background: #26499d;
  border: 1px solid #26499d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.paging li a.prev {
  padding: 0 10px;
  line-height: 32px;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.paging li a.next {
  padding: 0 10px;
  line-height: 32px;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
/* --------------------------------
* contact.html *
-------------------------------- */
.contact_form {}
.contact_form .form {
  margin: 0 auto 30px;
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.contact_form .form tr th, .contact_form .form tr td {
  padding: 1rem;
  line-height: 1.8em;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_form .form tr th {
  width: 230px;
  text-align: left;
  letter-spacing: 0.08em;
  font-weight: bold;
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
.contact_form .form tr td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  /*border-left: 1px solid #ddd;*/
  overflow: hidden;
}
.contact_form .form tr td .list_01 {
  border-top: dotted 1px #ccc;
  padding-top: 10px;
  overflow: hidden;
}
.contact_form .form tr td .list_01:first-child {
  border-top: none;
  padding-top: 0;
}
.contact_form .form tr td .list_01 li {
  width: auto;
  padding-right: 30px;
  padding-bottom: 5px;
  float: left;
}
.contact_form .form td .select {
  margin: 0 10px 0 0;
  display: inline;
}
.contact_form .form td .dl_01 {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.contact_form .form td .dl_01 dt {
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  float: left;
}
.contact_form .form .dl_01 dd {
  overflow: hidden;
}
.hissu {
  font-size: 12px;
  line-height: 1.4em;
  font-style: inherit;
  font-weight: bold;
  color: #fff;
  background: #fe7ca6;
  padding: 2px 6px 2px;
  border-radius: 14px;
  float: right;
}
.contact_form_note {
  font-size: 14px;
  color: #9f9f9f;
  display: inline-block;
}
.error {
  padding-top: 5px;
  color: #dd0202;
  font-size: 15px;
  line-height: 1.6em;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* お問合せフォーム内 > 利用規約 */
.contact_kiyaku_wrap {
  width: 80%;
  max-width: 750px;
  margin: 0 auto 30px;
}
.contact_kiyaku_wrap dt {
  padding: 6px 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #f2f2f2;
}
.contact_kiyaku_wrap dd {
  text-align: left;
  height: 150px;
  padding: 15px 15px;
  border: 1px solid #ddd;
  overflow: auto;
}
.contact_kiyaku_wrap .contact_kiyaku_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
  padding-bottom: 5px;
}
.contact_kiyaku_wrap p, .contact_kiyaku_wrap li {
  font-size: 14px;
  line-height: 1.6em;
}
.contact_btn_wrap {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.contact_btn_wrap .btn {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
/* 詳細お問い合わせ */
.detail_contact_head {
  margin: 5px 5px 20px 5px;
}
.detail_contact_head .img-wrap {
  width: 20%;
  max-width: 230px;
  padding-right: 30px;
}
.detail_contact_head .img-wrap img {
  height: 120px;
  object-fit: contain;
}
.detail_contact_head .text-wrap {
  width: 80%;
}
.detail_text {
  margin-bottom: 20px;
  line-height: 1.8em;
  font-size: 16px;
  color: #111;
}
.detail.error {
  margin: 5px 0 0 0;
  padding: 5px;
  color: #dd0202;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
/* --------------------------------
* faq.html *
-------------------------------- */
.faq_wrap {}
.faq_wrap dl {
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  letter-spacing: 0.05em;
}
.faq_wrap dl:last-of-type {
  margin-bottom: 0;
}
.faq_wrap dl dt {
  width: 100%;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #ededed;*/
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.faq_wrap dl dt::before {
  content: "Q";
  font-size: 28px;
  line-height:  0.8;
  color: #fff;
  background: #16b000;
  font-family: 'Comfortaa', cursive;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 10px 10px 11px;
  margin-right: 20px;
  box-sizing: border-box;
}
.faq_wrap dl dd {
  padding-top: 10px;
  position: relative;
}
.faq_wrap dl dd::before {
  content: "A";
  font-size: 28px;
  line-height: 0.8;
  color: #16b000;
  background: #fff;
  border: 2px solid #16b000;
  font-family: 'Comfortaa', cursive;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 8px 11px 11px;
  margin-right: 20px;
  box-sizing: border-box;
}
.faq_wrap dl dd p {
  line-height: 1.8em;
  text-align: left;
}
/* --------------------------------
* flow.html *
-------------------------------- */
.flow_wrap {}
.flow_wrap .step {
  margin: 0 auto 20px;
  display: table;
  position: relative;
  width: 100%;
  max-width: 1120px;
  overflow: hidden;
}
.flow_wrap .step:last-child {
  margin: 0 auto 0 auto;
}
.flow_wrap .step .number {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  width: 60px;
  padding: 4px 10px 10px;
  background: #16b000;
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
}
.flow_wrap .step .number span.small {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 3px;
  color: #fff;
}
.flow_wrap .step .box {
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.8em;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left;
}
.flow_wrap .box .faq-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
/* ▼矢印 */
.flow_wrap .arrow {
  margin: 0 0 20px 0;
  text-align: center;
  overflow: hidden;
}
.bordering-arrow-right {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ccc;
  margin: 0 auto 20px;
}
/* --------------------------------
* company.html *
-------------------------------- */
.company_data {}
.company_data .data {
  margin: auto;
  width: 100%;
  max-width: 800px;
}
.company_data .data tr {
  border-bottom: 1px solid #ddd;
}
.company_data .data th, .company_data .data td {
  padding: 1rem;
  line-height: 1.8em;
}
.company_data .data th {
  width: 180px;
  font-size: 16px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 40px;
}
.company_data .data td {
  font-size: 15px;
  text-align: left;
}
/* --------------------------------
* kiyaku.html / policy.html *
-------------------------------- */
.kiyaku_wrap {}
.kiyaku_wrap .kiyaku_item {
  margin-bottom: 30px;
}
.kiyaku_wrap .kiyaku_item:last-child {
  margin-bottom: 0;
}
.kiyaku_wrap .kiyaku_title {
  color: #16b000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.kiyaku_wrap .kiyaku_item p, .kiyaku_wrap .kiyaku_item li {
  font-size: 15px;
  line-height: 1.8em;
}
.kiyaku_wrap .kiyaku_item li {
  padding-left: 1em;
  text-indent: -1em;
}
/* --------------------------------
* sitemap.html *
-------------------------------- */
.sitemap_wrap {}
.sitemap_wrap .list {
  line-height: 1.8em;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.sitemap_wrap li {
  background: #fff;
  border-top: 1px dotted #ccc;
  text-align: left;
}
.sitemap_wrap li a {
  font-size: 15px;
  line-height: 1.8em;
}
.sitemap_wrap li .arrow {
  position: relative;
  display: inline-block;
  padding: 15px 0 15px 20px;
  margin-left: 10px;
}
.sitemap_wrap li .arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #16b000;
  border-right: solid 2px #16b000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.sitemap_wrap li ul li .arrow {
  margin-left: 30px;
}
.sitemap_wrap li ul li .arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #16b000;
  border-right: solid 2px #16b000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
/* --------------------------------
* news.html *
-------------------------------- */
.news_list tr {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.news_list tr:first-child {
  border-top: 1px solid #ccc;
}
.news_list tr th, .news_list tr td {
  padding: 1rem;
  display: table-cell;
}
.news_list th {
  width: 130px;
  text-align: left;
}
.news_list tr td {}
.news_list tr td a {
  color: #3498db;
  display: inline-block;
}
/* 詳細ページ */
.news_detail_wrap {
  margin-bottom: 50px;
}
/* --------------------------------
* contents.html *
-------------------------------- */
/* 一覧ページ */
.column_list_item {
  margin: 5px 5px 40px 5px;
}
.column_list_item:last-of-type {
  margin: 5px 5px 60px 5px;
}
.column_list_item .img_wrap {
  width: 18%;
  max-width: 200px;
  height: 130px;
}
.column_list_item .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column_list_item .text_wrap {
  width: 82%;
  padding-left: 30px;
}
.column_list_item .column_list_title {
  margin-bottom: 10px;
}
.column_list_item .column_list_title a {
  color: #3498db;
  word-break: break-all;
}
/* 詳細ページ */
.blog_content_title {
  color: #16b000;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 15px 0;
  width: 100%;
}
.blog_content_head01 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-bottom: 3px solid #16b000;
  width: 100%;
  padding: 15px 0;
  margin: 0 auto 30px;
}
.blog_content_head02 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.08em;
  background: #eee;
  padding: 15px 0 15px 20px;
  border-left: 8px solid #16b000;
  width: 100%;
  margin-bottom: 30px;
}
.blog_content_head03 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.08em;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto 10px;
}
.blog_content_image img {
  max-width: 100%;
  max-height: 70vh;
}
#content .blog_content_image img {
  width: auto;
  max-width: 100%;
}
figcaption {
  color: #777;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 10px;
}
.blog_content_text {
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  width: 100%;
  margin: 0 auto 40px;
}
.blog_content_text2 {
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  width: 100%;
  background: #e4fae1;
  margin: 20px auto;
  padding: 25px;
  box-sizing: border-box;
}
.blog_content_list {
  font-size: 15px;
  padding: 20px 35px;
  background: #FCFAF7;
  text-align: left;
  line-height: 1.8em;
  width: 100%;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.blog_content_image {
  width: 100%;
  margin: 30px auto;
}
.blog_content_list li {
  padding: 10px 10px 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  list-style: disc;
}
.blog_content_list li a {
  color: #0073C4;
  padding-bottom: 3px;
  border-bottom: 1px dashed #aaa;
}
.blog_content_list li a:before {
  content: '';
  margin-top: -1px;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog_content_link {
  font-weight: bold;
  font-size: 16px;
  color: #3498db;
  display: inline-block;
  padding: 10px 0;
}
.blog_content_link:hover {
  text-decoration: underline;
  opacity: 0.75;
}
/* --------------------------------
* feature.html *
-------------------------------- */
.feature_wrap {}
.feature_wrap .box {
  padding-top: 30px;
  margin-bottom: 60px;
  min-height: 450px;
  position: relative;
}
.feature_wrap .box:last-child {
  margin-bottom: 0;
}
.feature_wrap .box-1 {
  background: url(../images/feature-01.png) no-repeat right top;
  background-size: 52% auto;
}
.feature_wrap .box-2 {
  background: url(../images/feature-02.png) no-repeat left top;
  background-size: 52% auto;
}
.feature_wrap .box-3 {
  background: url(../images/feature-03.png) no-repeat right top;
  background-size: 52% auto;
}
.feature_wrap .box .text-wrap {
  width: 60%;
  max-width: 610px;
  background: rgba(47, 106, 171, 0.3);
  padding: 50px 70px 30px 50px;
}
.feature_wrap .box:nth-child(even) .text-wrap {
  padding: 50px 50px 30px 70px;
}
.feature_wrap .box-1::before, .feature_wrap .box-2::before, .feature_wrap .box-3::before {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #16b000;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  top: -25px;
}
.feature_wrap .box-1::before {
  content: "01";
  left: 0;
}
.feature_wrap .box-2::before {
  content: "02";
  right: 0;
}
.feature_wrap .box-3::before {
  content: "03";
  left: 0;
}
.feature_wrap .box-2 .text-wrap {
  position: absolute;
  right: 0;
}



/* --------------------------------
* staff.html *
-------------------------------- */
.staff_wrap {}
.staff_item {
	width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 3em;
    margin-bottom: 3em;
}
.staff_item:last-of-type {
    margin-bottom: 0;
}
.staff_item figure {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.staff_item .inner {
    grid-row: 1 / 3;
    grid-column: 2 / 5;
}
.staff_item .message {
    grid-row: 3 / 4;
    grid-column: 1 / 5;
    padding-top: 20px;
}

.staff_item figure img {
    box-shadow: 0 2px 8px #ddd;
    border-radius: 8px;
}

.staff_item .name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}
.staff_item .name::before {
    content: "";
    display: inline;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 45px;
    height: 5px;
    background: #16b000;
}
.staff_item .name::after {
	content: attr(data-text) "";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0em;
    color: #333;
    background: inherit;
    margin-left: 2em;
    position: static;
}

.staff_item .forte,
.staff_item .history {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 20px;
}
.staff_item .forte > div,
.staff_item .history > div {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: bold;
    width: 12%;
}
.staff_item .forte > ul {
    width: calc(100% - 12%);
}
.staff_item .forte > ul li {
	font-size: 15px;
    line-height: 1.6em;
    /*padding-left: 1em;
    text-indent: -1em;*/
	display: flex;
    align-items: center;
}
.staff_item .forte > ul li::before{ 
	display: inline-block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background: #333;
    border-radius: 50%;
    margin-right: 0.5em;
}

.staff_item .history {
	margin-top: 20px;
}
.staff_item .history > p { width: calc(100% - 12%); }



.kentou, .kentou2 {
  float: right;
}
.kentou a {
  color: #16b000;
  border: 1px solid #16b000;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0;
}
.kentou a:hover {
  color: #16b000;
  opacity: 1.0;
}
.kentou2 a {
  color: #fff;
  border: 1px solid #16b000;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background: #16b000;
  pointer-events: none;
  border-radius: 0;
}
.kentou2 a:hover {
  color: #fff;
  opacity: 1.0;
}
.google-map {
  margin: 60px auto 0;
  text-align: center;
  width: 100%;
  max-width: 800px;
}
.google-map .center {
  position: relative;
  padding-bottom: 45.25%;
  height: 0;
  overflow: hidden;
}
.google-map .center iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-gray{
	color:#b4b4b4;
}





.category_wrap {
	margin-bottom: 45px;
}
.category_wrap .category {
  display:flex;
  flex-wrap:wrap;
  display:flex;
  justify-content:center;
}
.category_wrap .category li {
  padding: 5px 10px 7px;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 650px) {

  .category_wrap {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .category_wrap .category {
    justify-content: start;
  }
  .category_wrap .category li {
    font-size: 14px;
  }
}





/* Success_case *
---------------------------------------- */
.Success_case {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    background: #f5f5f5
}
.Success_case .inner {
    margin: 0 auto 0 auto;
    padding: 50px 0 65px 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left
}
.Success_case .inner .head {
    margin: 0 0 0 0;
    padding: 0 0 30px 0
}
.Success_case .inner .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: bold;
    font-family: 'EB Garamond';
    background: linear-gradient(90deg,#18b00c 0%,#81cffc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}
.Success_case .inner .head h3 {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.2em;
    font-size: 30px;
    font-weight: bold;
    color: #1a0004;
    letter-spacing: 5px
}
.Success_case .inner .list {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.Success_case .inner .list .item {
  margin: 0 5.6% 0 0;
  padding: 0 0 35px 0;
  width: 29.6%;
}
.Success_case .inner .list .item:nth-of-type(3n) {
  margin: 0 0 0 0;
}
.Success_case .inner .list .item a {
  display: block;
  text-decoration: none;
}
.Success_case .inner .list .item a .image {
  margin: 0 0 15px 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.Success_case .inner .list .item a .image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}
.Success_case .inner .list .item a .tit {
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
  color: #16b000;
}
.Success_case .inner .more {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.Success_case .inner .more a {
  margin: 0 auto;
  padding: 30px 0;
  width: 350px;
  text-decoration: none;
  text-align: center;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  color: #16b000;
  background: #ffffff;
  border: 1px solid #16b000;
  border-radius: 90px;
  box-sizing: border-box;
  display: block;
}
.Success_case .inner .more a:before {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 22px;
  height: 21px;
  line-height: 21px;
  content: "";
  background: url("../images/arrow_01.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 650px) {
	.Success_case {
        margin:0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        text-align: center;
        background: #f5f5f5
    }
    .Success_case .inner {
        margin: 0 auto 0 auto;
        padding: 25px 0 35px 0;
        width: 91.6%;
        max-width: 1180px;
        text-align: left
    }
    .Success_case .inner .head {
        margin: 0 0 0 0;
        padding: 0 0 30px 0
    }
    .Success_case .inner .head .eng {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        line-height: 1.4em;
        font-size: 18px;
        font-weight: bold;
        font-family: 'EB Garamond';
        background: linear-gradient(90deg,#18b00c 0%,#81cffc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block
    }
    .Success_case .inner .head h3 {
        margin: 0 0 0 0;
        padding: 5px 0 0 0;
        line-height: 1.2em;
        font-size: 26px;
        font-weight: bold;
        color: #1a0004;
        letter-spacing: 5px
    }

    .Success_case .inner .list {
        margin: 0 0 0 0;
        padding: 0 30px;
		display: block;
    }
    .Success_case .inner .list .item {
		margin: 0 0;
        padding: 0 0 0 0;
        width: 100%;
    }
	.Success_case .inner .list .item:last-of-type {
        padding: 0 0 0 0;
    }
    .Success_case .inner .list .item:nth-of-type(3n) {
        margin: 0 0 0 0;
    }
    .Success_case .inner .list .item a {
        display: block;
        text-decoration: none;
    }
    .Success_case .inner .list .item a .image {
        margin: 0 0 15px 0;
        display: block;
        overflow: hidden;
        position: relative;
    }
    .Success_case .inner .list .item a .image img { height: 43vw; }
	
    .Success_case .inner .list .item a .tit {
        padding: 0 0 0 0;
        line-height: 1.6em;
        font-size: 12px;
    }

    .Success_case .inner .more {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center
    }
    .Success_case .inner .more a {
        margin: 0 auto;
        padding: 20px 0;
        width: 260px;
        text-decoration: none;
        text-align: center;
        line-height: 1.2em;
        font-size: 12px;
        font-weight: bold;
        color: #16b000;
        background: #fff;
        border: 1px solid #16b000;
        border-radius: 90px;
        box-sizing: border-box;
        display: block
    }
    .Success_case .inner .more a:before {
        margin: 0 10px 0 0;
        padding: 0 0 0 0;
        width: 22px;
        height: 21px;
        line-height: 21px;
        content: "";
        background: url(https://job.actgram.jp/common/images/xarrow_01.png.pagespeed.ic.BMLsK26APr.png) no-repeat center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle
    }
}


.sp_bnr_wrap { display: none; }
@media screen and (max-width: 650px) {
	.sp_reason_wrap {
		width: 100%;
        padding: 30px 2.5vw;
        background: #FFF;
	}
	 #main_image .sp_reason_wrap .reason_list li {
        font-size: 3.75vw;
    }
	.sp_bnr_wrap { 
        padding: 0 0 0;
        display: block;
	}
	.sp_bnr_wrap .outer {
		gap: 10px 10px;
	}
	.sp_bnr_wrap .outer a {
		width: calc((100% - 10px) / 2);
        margin: 0 10px;
	}
	.sp_bnr_wrap .outer img {
		width: 100%!important;
        height: auto;
	}
}


