/************************ work ************************/

.under .work {
}
.search_box {
}
.work .search_box .search_inner {
  margin-bottom: 30px;
  border-radius: inherit;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
}
.search_box h1 {
  font-size: 32px;
}
/*検索ボックス*/
.hidden_box {
}

/*ボタン装飾*/
.hidden_box label {
}

/*ボタンホバー時*/

/*チェックは見えなくする*/

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
}
/*中身表示*/
.search dt {
}
.search dd.search_list input,
.search dd.search_list select {
}
.search input {
}
.search .kensaku label {
}
.search .kensaku input {
}
.search .kensaku table tr td label {
}
.search dd {
}
.search .submit input[type="submit"] {
}
.search .submit input[type="submit"]:hover {
}

#newsArea {
  width: 1024px;
  margin: 0 auto;
}
.under .work article {
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 20px 20px 30px;
  position: relative;
  background: #fff;
}

.under .point {
  color: var(--key);
  font-weight: bold;
  margin-bottom: 10px;
}
.under .topics_box {
  padding-left: 1em;
  width: 590px;
}
.under .titletext {
  font-size: 20px;
  margin-bottom: 15px;
}
.under .titlecatch {
  font-size: 20px;
  color: #333;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 15px;
  padding: 5px 0;
  font-weight: bold;
  border-left: 4px solid var(--accent);
  padding-left: 10px;
}

.under .work_img {
  width: 260px;
  height: 200px;
  overflow: hidden;
}
.under .work time {
  text-align: left;
}
.work_arcive .work_img {
  width: 250px;
  height: auto;
  overflow: hidden;
}

.search_box h2 {
  color: #fff;
  padding: 1em;
  margin: 0;
  border-bottom: none;
  line-height: 1.25em;
  font-size: 1.25em;
  text-align: center;
  font-weight: 700;
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
}
/************************ work詳細 ************************/
.work .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  height: 300px;
}

.work .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.work .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.work .swiper-button-prev,
.work .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.work .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.work_arcive .swiper-container {
  padding-bottom: 30px;
  margin-top: 30px;
}
.work_arcive .swiper-slide {
  line-height: 0;
  width: 300px;
}
.work_arcive .swiper-slide p.caption {
  color: #333;
  margin-top: 20px;
}
.work_arcive li.swiper-slide {
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 0;
  height: 200px;
}
.work_arcive .swiper-slide a {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #4169e1;
}
.work_arcive .swiper-slide a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.work_arcive .swiper-slide dt {
  height: 150px;
  overflow: hidden;
}
.work_arcive .swiper-slide dt img {
  width: 100%;
}
.work_arcive .swiper-slide dd {
  color: #4169e1;
  line-height: 1.5rem;
  text-align: justify;
  padding-top: 10px;
}

.work_arcive .swiper-button-next,
.work_arcive .swiper-button-prev {
  top: 50%;
  width: 26px;
  height: 24px;
}
.work_arcive .swiper-button-prev,
.work_arcive .swiper-container-rtl .swiper-button-next {
  left: -20px;
}
.work_arcive .swiper-button-prev,
.work_arcive .swiper-container-rtl .swiper-button-next :focus {
  outline: none;
}
.work_arcive .swiper-button-next,
.work_arcive .swiper-container-rtl .swiper-button-prev {
  right: -20px;
}
.work_arcive .swiper-button-next,
.work_arcive .swiper-container-rtl .swiper-button-prev :focus {
  outline: none;
}
section.work_sec {
}
section.work_sec .work {
  align-items: flex-start;
}
.work_arcive .work_sec:not(:last-child) {
  margin-bottom: 40px;
}
.detail_item {
  padding-bottom: 0;
}
.detail_item .midashi {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.detail_item .midashi .kyuryo {
  font-weight: bold;
  border-radius: 0;
  border-radius: 4px;
  margin-right: 1em;
}

.detail_item .midashi .syokuba {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.detail_item .midashi .syokuba {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.under .detail_item .work .time {
  xmargin-left: 10px;
}
.under .detail_item .work_title {
  xborder-left: 10px solid #097530;
}
.under .detail_item h3 {
  width: 100%;
  margin-bottom: 20px;
  border-left: none;
}
.under .detail_item .work .tag-info {
  margin-right: 10px;
}
.detail_item_imgbox {
  text-align: center;
}
.detail_item_imginner {
  padding-bottom: 20px;
  border-bottom: 2px solid #097530;
  padding-top: 20px;
}
.detail_item_imgbox img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  margin: 10px auto;
}
.under .detail_item .point {
  border-bottom: 2px solid #097530;
  text-align: center;
  padding-bottom: 10px;
}
.work_detail {
  width: 759px;
  margin-left: 15px;
}
.work_detail.detail_option {
  background: #fff;
  padding: 20px;
}

.detail_option ul {
  xtext-align: center;
  margin: 0 -3px 0 0;
}

.detail_option li {
  color: #000;
  font-size: 80%;
  text-align: center;
  padding: 3px 15px;
  margin: 0 3px 6px 0;
  background-color: #fff;
  border: 1px solid #faac58;
  line-height: 160%;
  display: -moz-inline-box;
  display: inline-block;
}
.work_sec .detail_option li {
  font-size: 90%;
  text-align: center;
  padding: 7px 15px;
  margin: 0 3px 6px 0;
}
.detail_option h3 {
  color: #097530;
  border-left: 5px solid #097530;
  padding: 0 0 0 10px;
  margin: 10px 0;
  font-size: 30px;
}
.detail_info h3 {
}
.detail_info table {
  width: 100%;
  background: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.detail_info table th {
  font-size: 90%;
  width: 25%;
  line-height: 150%;
  padding: 5px;
  border: 1px solid #fff;
  text-align: center;
  background: #f8f8f8;
}
.detail_info table td {
  font-size: 90%;
  width: 75%;
  line-height: 150%;
  padding: 15px 10px;
  border: 1px solid #fff;
  background: #fff;
  text-align: left;
}
.detail_info table td div {
  line-height: 1.4em;
}

.detail_info table td table.jikann_aera {
  border: 1px solid #fff;
  background: #fff;
  width: 480px;
  margin-top: 0;
}
.detail_info table td table.jikann_aera tr {
  display: flex;
  flex-wrap: wrap;
}
.detail_info table td table.jikann_aera th {
  width: 100%;
  text-align: left;
  background: #fff;
  font-size: 100%;
  padding: 0;
  display: flex;
}
.detail_info table td table.jikann_aera th span {
  width: auto;
  display: block;
  padding-right: 10px;
}
.detail_info table td table.jikann_aera td {
  width: auto;
  font-size: 90%;
  padding: 0;
  width: 100%;
}
.detail_info table td table.jikann_aera td.rest_time {
  xwidth: 15%;
}

.detail_info table td p.time_bikou {
  margin: 5px 0 0 0;
}
/*
.detail_access h3, .detail_entry h3, .detail_company h3 {
  color: #097530;
  border-left: 5px solid #097530;
  padding: 10px 0 10px 10px;
  margin: 30px 0 20px 0;
  font-size: 26px;
  background: #e7f1de;
}
*/
.detail_access .address,
.detail_entry .info,
.detail_company .info {
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.detail_access .address {
  margin-bottom: 50px;
  margin-top: 30px;
}
.detail_access .address dl,
.detail_entry .info dl,
.detail_company .info dl {
  padding: 10px;
  border-radius: 8px;
}
.detail_access .address dt,
.detail_entry .info dt,
.detail_company .info dt {
  color: var(--key);
  margin: 0 0 5px 0;
}
.detail_access .address dd,
.detail_entry .info dd,
.detail_company .info dd {
  margin: 0 0 10px 0;
}
.detail_access .address dt,
.detail_entry .info dt,
.detail_company .info dt {
  color: var(--key);
  margin: 0 0 5px 0;
}

#work_contact {
  /*  padding-top: 100px;
  margin-top:-100px;*/
}

.work .titletext {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #097530;
}
.work .text {
  margin-bottom: 5px;
}

.work .time {
  display: block;
  font-size: 12px;
  padding: 3px 20px 3px 0;
  font-weight: 400;
  margin-bottom: 5px;
  width: 100%;
  color: #666;
}
.work time {
  display: inline-block;
}
.work .work_tit {
  padding-left: 5px;
}
.work_link_box {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
.work_link_box a.btn {
  min-width: 260px;
  margin: 0 10px;
}
.kensaku tr.area {
  display: flex;
  flex-wrap: wrap;
}
.kensaku tr.area td {
  width: 25%;
}
