@charset "UTF-8";
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .xs {
    display: none !important;
  }
}

@media (max-width: 575.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .sm {
    display: none !important;
  }
}

@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .md {
    display: none !important;
  }
}

@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .lg {
    display: none !important;
  }
}

@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px) {
  .xl {
    display: none !important;
  }
}

@media (min-width: 992px) {
  *:not(body).sp {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  *:not(body).pc {
    display: none !important;
  }
}

.c1 {
  color: #028CB9;
}

.c2 {
  color: #DAE6E7;
}

.c3 {
  color: #FED92B;
}

.c4 {
  color: #FF8F0D;
}

.c5 {
  color: #FFF4E7;
}

.c6 {
  color: #FFFCEB;
}

.c7 {
  color: #F2F6F7;
}

.bs1 {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/*
	Last Update:2020/11/05
	下層ページ用
*/
.page-- {
  /*=================================

		#共通部分

	==================================*/
  /*=================================

		top

	==================================*/
  /*=================================

		search

	==================================*/
  /*=================================

		news

	==================================*/
  /*=================================

		osusume

	==================================*/
  /*=================================

		terms

	==================================*/
  /*=================================

		privacy

	==================================*/
  /*=================================

		faq

	==================================*/
  /*=================================

		contact

	==================================*/
  /*=================================

		mypage

	==================================*/
  /*=================================

		scholarship

	==================================*/
  /*=================================

		recruit

	==================================*/
}

iframe[src*="youtube"] {
  width: 100%;
  max-height: 60vw;
  margin-bottom: 30px;
}

.uturn_movie iframe[src*="youtube"] {
  display:block;
  width: 85%;
  margin-left:auto;
  margin-right:auto;
  max-height: 60vw;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  iframe[src*="youtube"] {
    min-height: 550px;
  }
  .uturn_movie iframe[src*="youtube"] {
    min-height: 500px;
  }
}

.page--common_contact {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url("../image/layout/contact_back.png") repeat center center;
  border-top: 2px solid #028CB9;
  text-align: center;
}

@media (max-width: 991.98px) {
  .page--common_contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--common_contact .center {
  text-align: center;
}

.page--common_contact .center .comment {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

@media (max-width: 991.98px) {
  .page--common_contact .center .comment {
    font-size: 1.6rem;
    text-align: left;
    margin-top: -15px;
  }
}

.page--common_contact .center .style--hl_1:after {
  background-image: url("../image/layout/hl_1_back_2.png");
}

.page--common_text {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--common_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--common_text + .page--common_text {
  padding-top: 0;
}

.page--common_text iframe[src*="google.com/maps/"] {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}

.page--top_mainvisual {
  overflow: hidden;
  background: #028CB9;
}

@media (max-width: 991.98px) {
  .page--top_mainvisual .center {
    padding: 0;
  }
}

.page--top_mainvisual img {
  width: 100%;
}

.page--top_mainvisual .slick-list {
  overflow: inherit;
}

.page--top_mainvisual .slick-dots {
  position: relative;
  background: #028CB9;
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

@media (max-width: 991.98px) {
  .page--top_mainvisual .slick-dots {
    padding: 13px 0;
  }
}

.page--top_mainvisual .slick-dots li {
  padding: 0 25px;
  display: block;
}

@media (max-width: 991.98px) {
  .page--top_mainvisual .slick-dots li {
    padding: 0 20px;
  }
}

.page--top_mainvisual .slick-dots li button {
  padding: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 100px;
  opacity: 0.5;
}

.page--top_mainvisual .slick-dots li button:before {
  content: "";
}

.page--top_mainvisual .slick-dots li.slick-active button {
  opacity: 1;
}

.page--top_mainvisual .slick-dots li.slick-active button:before {
  content: "";
}

.page--top_mainvisual .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page--top_banner {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--top_banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .page--top_banner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: -40px;
  }
}

@media (min-width: 992px) {
  .page--top_banner .list .unit {
    padding: 0 27px;
    padding-bottom: 40px;
    width: 33.333%;
  }
}

.page--top_banner .list .unit a {
  display: block;
}

.page--top_banner .list .unit a img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .page--top_banner .list .unit + .unit {
    margin-top: 30px;
  }
}

.page--top_message {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #FFFCEB;
}

@media (max-width: 991.98px) {
  .page--top_message {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .page--top_message .flex {
    display: flex;
  }
}

.page--top_message .flex .image {
  text-align: center;
}

@media (min-width: 992px) {
  .page--top_message .flex .image {
    width: 445px;
  }
}

@media (max-width: 991.98px) {
  .page--top_message .flex .image img {
    max-width: 261px;
  }
}

@media (min-width: 992px) {
  .page--top_message .flex .text {
    width: calc(100% - 445px);
    padding-right: 50px;
  }
}

@media (max-width: 991.98px) {
  .page--top_message .flex .text {
    margin-bottom: 30px;
  }
}

.page--top_search {
  background: #028CB9 url("../image/contents/top/search_back.png") repeat center center;
}

.page--top_search .hl {
  position: relative;
  margin-bottom: 50px;
  padding: 50px 0;
  background: #FED92B;
  text-align: center;
}

@media (max-width: 991.98px) {
  .page--top_search .hl {
    padding: 30px 0;
  }
}

.page--top_search .hl img {
  max-width: 746px;
}

@media (max-width: 991.98px) {
  .page--top_search .hl img {
    max-width: 241px;
  }
}

.page--top_search .hl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 42px;
  height: 29px;
  background: url("../image/contents/top/search_hl_back.png") no-repeat center center/100% 100%;
}

@media (max-width: 991.98px) {
  .page--top_search .hl::after {
    width: 23px;
    height: 16px;
  }
}

.page--top_search .style--hl_1 {
  color: #FFF;
}

.page--top_search .style--hl_1:after {
  background-image: url("../image/contents/top/hl_1_back.png");
}

.page--top_search .button {
  margin-top: 40px;
}

.page--top_search .more {
  padding: 40px 65px 70px;
}

@media (max-width: 991.98px) {
  .page--top_search .more {
    padding: 40px 25px;
  }
}

.page--top_news {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #E84091 url("../image/contents/top/search_back_2.png") repeat center center;
}

@media (max-width: 991.98px) {
  .page--top_news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--top_news .center {
  background: #FFF;
  padding: 65px;
  background: #FFF;
  border-radius: 30px;
}

@media (max-width: 991.98px) {
  .page--top_news .center {
    padding: 30px 25px 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.page--top_news .list {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .page--top_news .list {
    margin-top: -25px;
    margin-bottom: 30px;
  }
}

.page--top_news .list table {
  width: 100%;
}

.page--top_news .list table tbody tr th, .page--top_news .list table tbody tr td {
  padding: 25px 0;
  border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 991.98px) {
  .page--top_news .list table tbody tr th, .page--top_news .list table tbody tr td {
    padding: 18px 0;
  }
}

.page--top_news .list table tbody tr th.date {
  width: 5.5em;
  white-space: nowrap;
}

.page--top_news .list table tbody tr td.category {
  width: 8em;
  text-align: center;
  white-space: wrap;
}

.page--top_news .list table tbody tr td.category span {
  display: inline-block;
  width: 100%;
  max-width: 7.5em;
  padding: 2px 0 5px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 1.4rem;
  white-space: wrap;
  line-height: 1;
}

.page--top_news .list table tbody tr td.category span.-category_1 {
  border-color: #FD710A;
  color: #FD710A;
}

.page--top_news .list table tbody tr td.category span.-category_2 {
  border-color: #2D82CB;
  color: #2D82CB;
}

.page--top_news .list table tbody tr td.category span.-category_3 {
  border-color: #9F551E;
  color: #9F551E;
}

.page--top_news .list table tbody tr td.category span.-category_4 {
  border-color: #24962C;
  color: #24962C;
}

.page--top_news .list table tbody tr td a {
  color: #000;
}

@media (max-width: 991.98px) {
  .page--top_news .list table tbody tr td:last-child {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .page--top_news .list table, .page--top_news .list table tbody, .page--top_news .list table tr {
    display: block;
  }
  .page--top_news .list table th, .page--top_news .list table td {
    display: inline-block;
  }
  .page--top_news .list table th, .page--top_news .list table th + td {
    padding-bottom: 7px !important;
    border-bottom: none !important;
  }
  .page--top_news .list table td + td {
    padding-top: 0 !important;
    border-top: none !important;
  }
}

.page--top_news .more {
  text-align: center;
}

.page--top_news .flex {
  /* @media (min-width:992px){ display: flex; justify-content: space-between; } */
  margin-bottom: 75px;
}

.page--top_news .flex .unit {
  /*@media (min-width:992px){ width: calc(50% - 30px); } */
  border: 2px solid #028CB9;
  border-radius: 10px;
  overflow: hidden;
}

.page--top_news .flex .unit ul {
  padding: 50px;
}

@media (max-width: 991.98px) {
  .page--top_news .flex .unit ul {
    padding: 30px;
  }
}

.page--top_news .flex .unit ul li img {
  width: 100%;
}

.page--top_news .flex .unit ul li + li {
  margin-top: 30px;
}

.page--top_news .flex .unit dl {
  padding: 30px;
}

.page--top_news .flex .unit dl dt {
  font-size: 2rem;
  line-height: 1.6;
}

.page--top_news .flex .unit dl dt a {
  line-height: 1.6 !important;
}

.page--top_news .flex .unit dl + dl {
  border-top: 2px solid #028CB9;
}

.page--top_news .flex .unit .hs {
  color: #028CB9;
  text-align: center;
  border-bottom: 2px solid #028CB9;
  line-height: 80px;
  font-size: 2.8rem;
  font-weight: bold;
}

.page--top_news .flex .unit.-unit_1 {
  border-color: #2D82CB;
}

.page--top_news .flex .unit.-unit_1 .hs {
  background: #F4F4F4;
  border-bottom-color: #2D82CB;
  color: #2D82CB;
}

.page--top_news .flex .unit.-unit_2 {
  border-color: #24962C;
}

.page--top_news .flex .unit.-unit_2 .hs {
  background: #F4F4F4;
  border-bottom-color: #24962C;
  color: #24962C;
}

.page--top_news .flex .unit.-unit_2 dl + dl {
  border-top: 2px solid #24962C;
}

.page--top_news .flex .unit + .unit {
  margin-top: 30px;
}

.page--top_osusume {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 2px solid #028CB9;
  background: #FFFCEB;
}

@media (max-width: 991.98px) {
  .page--top_osusume {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .page--top_osusume .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -60px;
  }
}

.page--top_osusume .list .unit {
  text-align: center;
}

@media (min-width: 992px) {
  .page--top_osusume .list .unit {
    width: 33.333333%;
    margin-bottom: 60px;
    padding: 0 30px;
  }
}

.page--top_osusume .list .unit a img {
  width: 100%;
}

.page--top_osusume .list .unit a .caption {
  padding-top: 10px;
  color: #000;
}

@media (max-width: 991.98px) {
  .page--top_osusume .list .unit + .unit {
    margin-top: 30px;
  }
}

.page--top_pickup {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 2px solid #028CB9;
}

@media (max-width: 991.98px) {
  .page--top_pickup {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .page--top_pickup .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px;
  }
}

.page--top_pickup .list .unit {
  text-align: center;
}

@media (min-width: 992px) {
  .page--top_pickup .list .unit {
    width: 25%;
    padding: 0 13px;
  }
}

.page--top_pickup .list .unit a .image {
  border: 5px solid #E0E0E0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page--top_pickup .list .unit a .image:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.page--top_pickup .list .unit a .title {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 2px solid #000000;
}

.page--top_pickup .list .unit a .comment {
  font-size: 1.4rem;
  color: #626262;
  text-align: left;
  line-height: 1.6;
}

.page--top_pickup .list .unit a:hover {
  text-decoration: none;
}

.page--top_pickup .list .unit a:hover .title {
  text-decoration: underline;
}

.page--top_pickup .list .unit a:hover .comment {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .page--top_pickup .list .unit + .unit {
    margin-top: 50px;
  }
}

.page--top_about {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 2px solid #028CB9;
}

@media (max-width: 991.98px) {
  .page--top_about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--top_about .flex {
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .page--top_about .flex {
    flex-direction: column-reverse;
  }
}

.page--top_about .flex .image {
  text-align: center;
}

@media (min-width: 992px) {
  .page--top_about .flex .image {
    width: 445px;
  }
}

@media (max-width: 991.98px) {
  .page--top_about .flex .image img {
    max-width: 263px;
  }
}

@media (min-width: 992px) {
  .page--top_about .flex .text {
    width: calc(100% - 445px);
    padding-left: 50px;
  }
}

@media (max-width: 991.98px) {
  .page--top_about .flex .text {
    margin-bottom: 30px;
  }
}

.page--top_about .flex .text dl dt {
  color: #028CB9;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 991.98px) {
  .page--top_about .flex .text dl dt {
    font-size: 1.8rem;
  }
}

.page--top_about .flex .text dl dd + dt,
.page--top_about .flex .text dl dd + dd {
  margin-top: 20px;
}

.page--search_form {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--search_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--search_form .button {
  margin-top: 40px;
}

.page--search_more {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--search_more {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--search_more .style--details_1 > ul > .details > .summary strong:after,
.page--search_more .style--details_1 > .details > .summary strong:after {
  top: 3px;
}

.page--search_more .style--details_1 > ul > .details > .summary:not(.-active) .a,
.page--search_more .style--details_1 > .details > .summary:not(.-active) .a {
  display: none;
}

.page--search_more .style--details_1 > ul > .details > .summary:after,
.page--search_more .style--details_1 > .details > .summary:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  height: 11px;
  transform: translateY(-50%);
  margin-top: 0px;
  background: url("../image/layout/icon_arrow_5.png") no-repeat center center/contain;
}

.page--search_more .style--details_1 > ul > .details > .summary.-active:after,
.page--search_more .style--details_1 > .details > .summary.-active:after {
  background: url("../image/layout/icon_arrow_6.png") no-repeat center center/contain;
}

.page--search_more .style--details_1 > ul > .details > .summary.-active + .open_contents,
.page--search_more .style--details_1 > .details > .summary.-active + .open_contents {
  display: block !important;
}

.page--search_more .style--details_1 > ul > .details > .summary:not(.-active) strong,
.page--search_more .style--details_1 > .details > .summary:not(.-active) strong {
  display: block;
}

.page--search_more .style--details_1:not(.-v2):not(.-v3) > .details {
  display: block;
  padding: 20px 0;
}

.page--search_more .style--details_1:not(.-v2):not(.-v3) > .details > .summary {
  width: 100%;
}

.page--search_more .style--details_1:not(.-v2):not(.-v3) > .details > .summary + .open_contents {
  padding-top: 15px;
  display: none;
}

.page--search_more .style--details_1.-v2 > .details {
  padding: 20px 0;
}

.page--search_more .style--details_1.-v2 > .details > .summary {
  margin-bottom: 0;
  min-height: 30px;
}

.page--search_more .style--details_1.-v2 > .details > .summary + .open_contents {
  display: none;
}

@media (min-width: 992px) {
  .page--search_more .style--details_1.-v3 > ul > li.details {
    display: flex;
  }
}

@media (min-width: 992px) {
  .page--search_more .style--details_1.-v3 > ul > li.details > .summary:after {
    display: none;
  }
}

.page--search_more .style--details_1.-v4 > .details {
  padding: 20px 0;
}

.page--search_more .style--details_1.-v4 > .details > .summary + .open_contents {
  padding-top: 15px;
  display: none;
}

.page--search_more .button {
  margin-top: 40px;
}

.page--search_list + .page--search_more .button {
  height: 50px;
}

.page--search_list + .page--search_more .button.-sticky a {
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 100;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .page--search_list + .page--search_more .button.-sticky a {
    width: calc(100% - 30px);
  }
}

.page--search_list {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 5px solid #028CB9;
}

@media (max-width: 991.98px) {
  .page--search_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--search_list .style--ul_pager {
  margin: 30px 0;
}

@media (max-width: 991.98px) {
  .page--search_list .status + .style--ul_pager {
    display: none;
  }
}

.page--search_list .status {
  margin-bottom: 30px;
}

.page--search_list .change {
  height: 40px;
}

.page--search_list .change.-sticky a {
  position: fixed;
  left: 50%;
  top: 10px;
  z-index: 100;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .page--search_list .change.-sticky a {
    width: calc(100% - 30px);
  }
}

.page--search_list .list .unit {
  margin-bottom: 70px;
}

.page--search_list .list .unit a {
  color: #000;
}

@media (min-width: 992px) {
  .page--search_list .list .unit a {
    display: flex;
    align-items: center;
  }
}

.page--search_list .list .unit a:hover {
  text-decoration: none;
}

.page--search_list .list .unit a .image {
  width: 345px;
  border: 5px solid #E0E0E0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .page--search_list .list .unit a .image {
    width: 100%;
  }
}

.page--search_list .list .unit a .image:before {
  content: "";
  display: block;
  padding-top: 80%;
}

@media (min-width: 992px) {
  .page--search_list .list .unit a .text {
    width: calc(100% - 345px);
    padding-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .page--search_list .list .unit a .text {
    padding-top: 15px;
  }
}

.page--search_list .list .unit a .text .category {
  margin-bottom: 20px;
}

.page--search_list .list .unit a .text .category strong {
  display: inline-block;
  padding: 5px 10px 6px;
  background: #FF8F0D;
  border-radius: 6px;
  color: #FFF;
  line-height: 1;
}

.page--search_list .list .unit a .text table tbody tr th, .page--search_list .list .unit a .text table tbody tr td {
  line-height: 1.5;
}

.page--search_list .list .unit a .text table tbody tr th {
  padding: 0 30px 18px 0;
  white-space: nowrap;
  border-right: 2px solid #3C3C3C;
  vertical-align: top;
}

@media (max-width: 991.98px) {
  .page--search_list .list .unit a .text table tbody tr th {
    padding-right: 18px;
  }
}

.page--search_list .list .unit a .text table tbody tr:last-child th, .page--search_list .list .unit a .text table tbody tr:last-child td {
  padding-bottom: 0;
}

.page--search_list .list .unit a .text table tbody tr td {
  padding: 0 0 18px 30px;
}

@media (max-width: 991.98px) {
  .page--search_list .list .unit a .text table tbody tr td {
    padding-left: 18px;
  }
}

.page--search_detail {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--search_detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--search_detail .center .back:first-child {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .page--search_detail .center .back:first-child {
    display: none;
  }
}

.page--search_detail .button {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .page--search_detail .button {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 15px);
    margin-left: -15px;
    margin-bottom: -10px;
  }
}

.page--search_detail .button li a, .page--search_detail .button li .tag {
  display: block;
  padding: 0px 20px 2px;
  border: 2px solid #028CB9;
  border-radius: 100px;
  font-size: 1.8rem;
  color: #028CB9;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page--search_detail .button li a, .page--search_detail .button li .tag {
    font-size: 1.6rem;
    padding: 2 15px 4px;
    text-align: center;
  }
}

.page--search_detail .button li:nth-child(2) a, .page--search_detail .button li:nth-child(2) .tag {
  border-color: #24962C;
  color: #24962C;
}

.page--search_detail .button li:nth-child(3) a, .page--search_detail .button li:nth-child(3) .tag {
  border-color: #FF8F0D;
  color: #FF8F0D;
}

.page--search_detail .button li.button_sup a, .page--search_detail .button li.button_sup .tag {
  border-color: #FF059F;
  color: #FF059F;
}

.page--search_detail .button li.button_sup2 a, .page--search_detail .button li.button_sup2 .tag {
  border-color: #F2879A;
  color: #F2879A;
}

@media (min-width: 992px) {
  .page--search_detail .button li:not(:empty) {
    margin-left: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .page--search_detail .button li:not(:empty) {
    margin-top: 15px;
  }
}

.page--search_detail .title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 5px solid #028CB9;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page--search_detail .title {
    font-size: 2rem;
    border-bottom-width: 3px;
  }
}

@media (min-width: 992px) {
  .page--search_detail .grid {
    display: grid;
    margin-bottom: -40px;
    grid-template-columns: 650px 2fr;
    grid-template-rows: auto;
  }
  .page--search_detail .grid > * {
    padding-bottom: 40px;
  }
  .page--search_detail .grid .text {
    font-size: 1.8rem;
    margin-top: 0;
    padding-right: 30px;
  }
}

@media (max-width: 991.98px) {
  .page--search_detail .grid {
    margin-bottom: -30px;
  }
  .page--search_detail .grid .text {
    padding-bottom: 30px;
  }
  .page--search_detail .grid .image img {
    margin-bottom: 40px;
  }
}

.page--search_detail .information {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .page--search_detail .information .image {
    float: right;
    position: relative;
    z-index: 10;
    margin-left: 30px;
  }
}

.page--search_detail .information .image img {
  width: 330px;
}

@media (max-width: 991.98px) {
  .page--search_detail .information .image img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .page--search_detail .information .image + .text table {
    width: calc(100% - 380px);
  }
}

.page--search_detail .internship {
  background: #FFF4E7;
}

@media (max-width: 991.98px) {
  .page--search_detail .internship {
    border-bottom: 9px solid #FF8F0D;
  }
}

.page--search_detail .internship .hl {
  background: #FF8F0D;
}

.page--search_detail .internship .hl .center {
  padding: 15px 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
}

@media (max-width: 991.98px) {
  .page--search_detail .internship .hl .center {
    padding: 7px 25px;
    font-size: 1.8rem;
  }
}

.page--search_detail .internship .list .center {
  padding: 30px 0;
}

@media (max-width: 991.98px) {
  .page--search_detail .internship .list .center {
    padding: 15px 25px;
  }
}

@media (min-width: 992px) {
  .page--search_detail .internship .list .center .flex {
    display: flex;
  }
}

.page--search_detail .internship .list .center .flex ul li {
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
}

.page--search_detail .internship .list .center .flex ul li strong:before {
  content: "●";
  color: #FF8F0D;
}

.page--search_detail .internship .list .center .flex ul:last-child li:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .page--search_detail .internship .list .center .flex ul + ul {
    margin-left: 50px;
  }
}

.page--search_detail .internship.-v2 {
  background: #EAF5EA;
}

.page--search_detail .internship.-v2 .hl {
  background: #24962C;
}

.page--search_detail .internship.-v2 .list .center .flex ul li strong:before {
  color: #24962C;
}

.page--search_detail iframe {
  width: 100%;
}

.page--search_detail .message {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--search_detail .message {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--search_detail .point {
  background: #FFFCEB;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--search_detail .point {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--search_detail .detail, .page--search_detail .company {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--search_detail .detail, .page--search_detail .company {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px), (max-width: 991.98px) {
  .page--search_detail .detail, .page--search_detail .company {
    padding-bottom: 0;
  }
}

.page--search_detail .map iframe {
  width: 100%;
  height: 500px;
  margin-top: 10px;
}

.page--search_detail .photo {
  margin: 40px 0 70px;
}

@media (max-width: 991.98px) {
  .page--search_detail .photo {
    margin: 30px 0 40px;
  }
}

@media (min-width: 992px) {
  .page--search_detail .photo ul {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .page--search_detail .photo ul li {
    padding: 0 10px;
    width: 33.3333%;
  }
}

@media (max-width: 991.98px) {
  .page--search_detail .photo ul li + li {
    margin-top: 15px;
  }
}

.page--search_detail .photo ul li img {
  width: 100%;
}

.page--news_list {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--news_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px), (max-width: 991.98px) {
  .page--news_list {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .page--news_list {
    padding-top: 20px;
  }
}

.page--news_list .category_select {
  background: #DAE6E7;
}

@media (min-width: 992px) {
  .page--news_list .category_select {
    margin-top: 15px;
  }
}

@media (max-width: 991.98px) {
  .page--news_list .category_select {
    background: #F2F6F7;
  }
}

.page--news_list .category_select ul {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

@media (max-width: 991.98px) {
  .page--news_list .category_select ul {
    flex-wrap: wrap;
    padding: 25px 0;
  }
}

.page--news_list .category_select ul li {
  margin: 0 10px;
}

@media (max-width: 991.98px) {
  .page--news_list .category_select ul li {
    margin: 0 5px;
  }
}

.page--news_list .category_select ul li a {
  display: block;
  width: 100%;
  width: 7.5em;
  padding: 10px 0 13px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 1.7rem;
  white-space: wrap;
  text-align: center;
  line-height: 1;
  text-align: center;
  color: #000;
}

.page--news_list .category_select ul li a.-category_0 {
  border-color: #028CB9;
  color: #028CB9;
}

.page--news_list .category_select ul li a.-category_1 {
  border-color: #FD710A;
  color: #FD710A;
}

.page--news_list .category_select ul li a.-category_2 {
  border-color: #2D82CB;
  color: #2D82CB;
}

.page--news_list .category_select ul li a.-category_3 {
  border-color: #9F551E;
  color: #9F551E;
}

.page--news_list .category_select ul li a.-category_4 {
  border-color: #24962C;
  color: #24962C;
}

.page--news_list .category_select ul li a:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .page--news_list .category_select ul li:first-child {
    order: 99999;
  }
}

@media (max-width: 991.98px) {
  .page--news_list .category_select ul li:first-child a {
    width: calc(15em + 10px);
  }
}

@media (max-width: 991.98px) {
  .page--news_list .category_select ul li:not(:first-child) {
    margin-bottom: 12px;
  }
}

.page--news_list .list {
  margin-bottom: 60px;
}

.page--news_list .list table {
  width: 100%;
}

.page--news_list .list table tbody tr th, .page--news_list .list table tbody tr td {
  padding: 25px 0;
  border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 991.98px) {
  .page--news_list .list table tbody tr th, .page--news_list .list table tbody tr td {
    padding: 18px 0;
  }
}

.page--news_list .list table tbody tr th.date {
  width: 5.5em;
  white-space: nowrap;
}

.page--news_list .list table tbody tr td.category {
  width: 8em;
  text-align: center;
  white-space: wrap;
}

.page--news_list .list table tbody tr td.category span {
  display: inline-block;
  width: 100%;
  max-width: 7.5em;
  padding: 2px 0 5px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 1.4rem;
  white-space: wrap;
  line-height: 1;
  text-align: center;
}

.page--news_list .list table tbody tr td.category span.-category_1 {
  border-color: #FD710A;
  color: #FD710A;
}

.page--news_list .list table tbody tr td.category span.-category_2 {
  border-color: #2D82CB;
  color: #2D82CB;
}

.page--news_list .list table tbody tr td.category span.-category_3 {
  border-color: #9F551E;
  color: #9F551E;
}

.page--news_list .list table tbody tr td.category span.-category_4 {
  border-color: #24962C;
  color: #24962C;
}

.page--news_list .list table tbody tr td a {
  color: #000;
}

@media (max-width: 991.98px) {
  .page--news_list .list table tbody tr td:last-child {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .page--news_list .list table, .page--news_list .list table tbody, .page--news_list .list table tr {
    display: block;
  }
  .page--news_list .list table th, .page--news_list .list table td {
    display: inline-block;
  }
  .page--news_list .list table th, .page--news_list .list table th + td {
    padding-bottom: 7px !important;
    border-bottom: none !important;
  }
  .page--news_list .list table td + td {
    padding-top: 0 !important;
    border-top: none !important;
  }
}

.page--news_list .style--ul_pager {
  margin: 50px 0;
}

@media (max-width: 991.98px) {
  .page--news_list .style--ul_pager {
    display: none;
  }
}

.page--news_detail {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--news_detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--news_detail .center .back:first-child {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .page--news_detail .center .back:first-child {
    display: none;
  }
}

.page--news_detail .date span {
  display: inline-block;
  min-width: 7em;
  margin-left: 20px;
  padding: 2px 15px 5px;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 1;
}

.page--news_detail .date span.-category_1 {
  border-color: #FD710A;
  color: #FD710A;
}

.page--news_detail .date span.-category_2 {
  border-color: #2D82CB;
  color: #2D82CB;
}

.page--news_detail .date span.-category_3 {
  border-color: #9F551E;
  color: #9F551E;
}

.page--news_detail .date span.-category_4 {
  border-color: #24962C;
  color: #24962C;
}

.page--news_detail .title {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page--news_detail .title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.page--news_detail .photo {
  margin: 40px 0 70px;
}

@media (max-width: 991.98px) {
  .page--news_detail .photo {
    margin: 30px 0 40px;
  }
}

@media (min-width: 992px) {
  .page--news_detail .photo ul {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .page--news_detail .photo ul li {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  .page--news_detail .photo ul li + li {
    margin-top: 15px;
  }
}

.page--news_detail .photo ul li img {
  width: 100%;
}

.page--osusume_detail {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--osusume_detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--terms_text {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--terms_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .page--terms_text .style--hl_2 {
    font-size: 2rem;
  }
}

.page--privacy_text {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--privacy_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .page--privacy_text .style--hl_2 {
    font-size: 2rem;
  }
}

.page--faq_list {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--faq_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--faq_list .anc {
  position: relative;
}

.page--faq_list .anc a {
  position: absolute;
  top: -75px;
}

.page--faq_list .anker {
  margin-bottom: 50px;
  background: #DAE6E7;
}

@media (min-width: 992px) {
  .page--faq_list .anker ul {
    display: flex;
    margin-left: -20px;
    margin-right: 20px;
    padding: 40px 0;
  }
}

@media (max-width: 991.98px) {
  .page--faq_list .anker ul {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .page--faq_list .anker ul li {
    width: 50%;
    padding: 0 20px;
  }
}

.page--faq_list .anker ul li a {
  display: block;
  position: relative;
  padding: 8px 50px 8px 30px;
  background: #FFF;
  color: #1F1F1F;
  font-weight: bold;
  font-size: 1.8rem;
}

.page--faq_list .anker ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 18px;
  height: 11px;
  transform: translateY(-50%);
  margin-top: 0px;
  background: url("../image/layout/icon_arrow_8.png") no-repeat center center/contain;
}

.page--faq_list .anker ul li a:hover {
  text-decoration: none;
}

.page--faq_list .anker ul li + li {
  margin-top: 3px;
}

.page--faq_list .style--hl_5:not(:first-child) {
  margin-top: 70px;
}

.page--faq_list .list + .style--hl_6 {
  margin-top: 40px;
}

.page--faq_list .list {
  border-top: 1px solid #B9B9B9;
}

@media (max-width: 991.98px) {
  .page--faq_list .list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.page--faq_list .list details {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #B9B9B9;
  padding: 15px 0 20px;
}

@media (max-width: 991.98px) {
  .page--faq_list .list details {
    padding: 15px 20px 20px;
  }
}

.page--faq_list .list details summary {
  display: flex;
  position: relative;
  list-style: none;
  overflow: hidden;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.8rem;
}

.page--faq_list .list details summary:before {
  content: "Q";
  display: block;
  width: 30px;
  padding: 0 20px 0 0;
  color: #FF8F0D;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 991.98px) {
  .page--faq_list .list details summary:before {
    position: relative;
    top: -1px;
  }
}

.page--faq_list .list details summary::-webkit-details-marker {
  position: absolute;
  color: transparent;
  display: none;
}

.page--faq_list .list details summary + .open_contents {
  display: flex;
  padding-top: 5px;
}

.page--faq_list .list details summary + .open_contents:before {
  content: "A";
  display: block;
  position: relative;
  right: -2px;
  width: 30px;
  padding: 0 20px 0 0;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .page--faq_list .list details summary + .open_contents:before {
    top: -2px;
  }
}

.page--faq_list .list details[open] summary + p {
  animation: fadein .3s ease-in-out;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.page--contact_form {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--contact_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px), (max-width: 991.98px) {
  .page--contact_form {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .page--contact_form {
    margin-top: 15px;
  }
}

.page--contact_form .center {
  max-width: 700px;
}

.page--contact_form .style--dl_1 {
  padding-bottom: 30px;
  border-bottom: 3px solid #028CB9;
}

.page--contact_form .name {
  padding-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page--contact_form .name {
    font-size: 1.8rem;
  }
}

.page--contact_form .finish_text {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .page--contact_form .finish_text {
    text-align: center;
  }
}

.page--contact_form .flow {
  padding: 30px 0;
  margin-bottom: 70px;
  background: #DAE6E7;
}

@media (min-width: 992px) {
  .page--contact_form .flow {
    margin-top: 15px;
  }
}

@media (max-width: 991.98px) {
  .page--contact_form .flow {
    padding: 20px 0;
  }
}

.page--contact_form .flow ul {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.page--contact_form .flow ul li {
  display: table-cell;
}

.page--contact_form .flow ul li img {
  position: relative;
  z-index: 10;
  height: 77px;
}

@media (max-width: 991.98px) {
  .page--contact_form .flow ul li img {
    height: 48px;
  }
}

.page--contact_form .flow ul li:nth-child(2) {
  padding: 0 105px;
}

@media (max-width: 991.98px) {
  .page--contact_form .flow ul li:nth-child(2) {
    padding: 0 60px;
  }
}

.page--contact_form .flow ul:after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #B9B9B9;
}

@media (max-width: 991.98px) {
  .page--contact_form .flow ul:after {
    height: 3px;
    top: 15px;
  }
}

.page--contact_form .comment {
  margin-top: 40px;
}

.page--mypage_regist {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--mypage_regist {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px), (max-width: 991.98px) {
  .page--mypage_regist {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .page--mypage_regist {
    padding-top: 20px;
  }
}

.page--mypage_regist .center {
  max-width: 700px;
}

.page--mypage_regist .style--dl_1 {
  padding-bottom: 30px;
  border-bottom: 3px solid #028CB9;
}

.page--mypage_regist .name {
  padding-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page--mypage_regist .name {
    font-size: 1.8rem;
  }
}

.page--mypage_regist .finish_text {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .page--mypage_regist .finish_text {
    text-align: center;
  }
}

.page--mypage_regist .flow {
  padding: 30px 0;
  margin-bottom: 70px;
  background: #DAE6E7;
}

@media (min-width: 992px) {
  .page--mypage_regist .flow {
    margin-top: 15px;
  }
}

@media (max-width: 991.98px) {
  .page--mypage_regist .flow {
    margin-bottom: 40px;
    padding: 20px 0;
  }
}

.page--mypage_regist .flow ul {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.page--mypage_regist .flow ul li {
  display: table-cell;
}

.page--mypage_regist .flow ul li img {
  position: relative;
  z-index: 10;
  height: 77px;
}

@media (max-width: 991.98px) {
  .page--mypage_regist .flow ul li img {
    height: 48px;
  }
}

.page--mypage_regist .flow ul li:nth-child(2) {
  padding: 0 105px;
}

@media (max-width: 991.98px) {
  .page--mypage_regist .flow ul li:nth-child(2) {
    padding: 0 60px;
  }
}

.page--mypage_regist .flow ul:after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #B9B9B9;
}

@media (max-width: 991.98px) {
  .page--mypage_regist .flow ul:after {
    height: 3px;
    top: 15px;
  }
}

.page--mypage_regist .privacy {
  padding-top: 10px;
  border-top: 3px solid #028CB9;
}

.page--mypage_regist .privacy dd {
  margin-bottom: -10px;
  padding: 30px 0 0;
  text-align: center;
}

.page--mypage_regist .privacy dd input[type=checkbox] {
  display: none;
}

.page--mypage_regist .privacy dd .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.page--mypage_regist .privacy dd .checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 25px;
  left: 0px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 25px;
}

.page--mypage_regist .privacy dd .checkbox01::after {
  border-right: 3px solid #028CB9;
  border-bottom: 3px solid #028CB9;
  content: '';
  display: block;
  height: 15px;
  left: 8px;
  margin-top: -11px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}

.page--mypage_regist .privacy dd input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.page--mypage_regist .comment {
  margin-top: 40px;
}

.page--mypage_password {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--mypage_password {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--mypage_login {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--mypage_login {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--mypage_login input[type=checkbox] {
  display: none;
}

.page--mypage_login .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.page--mypage_login .checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 25px;
  left: 0px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 25px;
}

.page--mypage_login .checkbox01::after {
  border-right: 3px solid #028CB9;
  border-bottom: 3px solid #028CB9;
  content: '';
  display: block;
  height: 15px;
  left: 8px;
  margin-top: -11px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}

.page--mypage_login input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.page--mypage_reminder {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--mypage_reminder {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .page--mypage_reminder .pos-ac {
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .page--mypage_reminder .pos-ac strong {
    font-weight: normal;
  }
}

.page--mypage_list {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--mypage_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--mypage_list .name {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page--mypage_list .name {
    font-size: 1.8rem;
  }
}

.page--mypage_list .button {
  margin-bottom: 50px;
  text-align: center;
}

.page--mypage_list .list > ul {
  border-top: 3px solid #028CB9;
}

.page--mypage_list .list > ul > li {
  padding: 15px 0;
  border-bottom: 3px solid #028CB9;
}

@media (max-width: 991.98px) {
  .page--mypage_list .list > ul > li {
    padding: 12px 0;
  }
}

.page--mypage_list .list > ul > li .hs {
  font-size: 1.8rem;
  font-weight: bold;
  color: #028CB9;
}

.page--mypage_list .list > ul > li > div:not([class]) summary:after {
  display: none !important;
}

.page--mypage_list .list > ul > li details summary {
  cursor: pointer;
}

.page--mypage_list .list > ul > li > div:not([class]),
.page--mypage_list .list > ul > li details {
  overflow: hidden;
  list-style: none;
}

.page--mypage_list .list > ul > li > div:not([class]) summary,
.page--mypage_list .list > ul > li details summary {
  display: flex;
  position: relative;
  list-style: none;
  overflow: hidden;
}

.page--mypage_list .list > ul > li > div:not([class]) summary:after,
.page--mypage_list .list > ul > li details summary:after {
  content: "＋";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  line-height: 26px;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #028CB9;
  border: 2px solid #E0E0E0;
  border-radius: 1000px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .page--mypage_list .list > ul > li > div:not([class]) summary:after,
  .page--mypage_list .list > ul > li details summary:after {
    right: 5px;
  }
}

.page--mypage_list .list > ul > li > div:not([class]) summary::-webkit-details-marker,
.page--mypage_list .list > ul > li details summary::-webkit-details-marker {
  position: absolute;
  color: transparent;
  display: none;
}

.page--mypage_list .list > ul > li > div:not([class]) summary + p,
.page--mypage_list .list > ul > li details summary + p {
  padding: 30px;
}

@media (max-width: 991.98px) {
  .page--mypage_list .list > ul > li > div:not([class]) summary + p,
  .page--mypage_list .list > ul > li details summary + p {
    padding: 20px 0;
  }
}

.page--mypage_list .list > ul > li > div:not([class]) + details,
.page--mypage_list .list > ul > li details + details {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .page--mypage_list .list > ul > li > div:not([class]) + details,
  .page--mypage_list .list > ul > li details + details {
    margin-top: 30px;
  }
}

.page--mypage_list .list > ul > li > div:not([class])[open] summary:after,
.page--mypage_list .list > ul > li details[open] summary:after {
  content: "ー";
}

.page--mypage_list .list > ul > li > div:not([class])[open] summary + p,
.page--mypage_list .list > ul > li details[open] summary + p {
  animation: fadein .3s ease-in-out;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.page--mypage_list .list > ul > li > div:not([class]) .open_contents .style--dl_1,
.page--mypage_list .list > ul > li details .open_contents .style--dl_1 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .page--mypage_list .list > ul > li > div:not([class]) .open_contents .style--dl_1,
  .page--mypage_list .list > ul > li details .open_contents .style--dl_1 {
    display: grid;
    grid-template-columns: 250px 2fr;
    grid-template-rows: auto;
  }
  .page--mypage_list .list > ul > li > div:not([class]) .open_contents .style--dl_1 > *,
  .page--mypage_list .list > ul > li details .open_contents .style--dl_1 > * {
    padding-bottom: 20px;
  }
  .page--mypage_list .list > ul > li > div:not([class]) .open_contents .style--dl_1 dt,
  .page--mypage_list .list > ul > li details .open_contents .style--dl_1 dt {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

.page--mypage_news {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--mypage_news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--mypage_news .name {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page--mypage_news .name {
    font-size: 1.8rem;
  }
}

.page--mypage_news .button {
  margin-bottom: 50px;
  text-align: center;
}

.page--mypage_news .list {
  border-top: 1px solid #028CB9;
}

.page--mypage_news .list .unit {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #028CB9;
}

@media (max-width: 991.98px) {
  .page--mypage_news .list .unit {
    flex-wrap: wrap;
  }
}

.page--mypage_news .list .unit .date {
  width: 100px;
}

@media (max-width: 991.98px) {
  .page--mypage_news .list .unit .date {
    order: 1;
  }
}

@media (min-width: 992px) {
  .page--mypage_news .list .unit .comment {
    width: calc(100% - 300px);
  }
}

@media (max-width: 991.98px) {
  .page--mypage_news .list .unit .comment {
    order: 3;
  }
}

.page--mypage_news .list .unit .radio {
  width: 200px;
  text-align: right;
}

@media (max-width: 991.98px) {
  .page--mypage_news .list .unit .radio {
    order: 2;
  }
}

.page--mypage_news .status {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .page--mypage_news .status {
    margin-bottom: 20px;
    text-align: center;
  }
}

.page--mypage_news .regist {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page--mypage_scholarship {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--mypage_scholarship {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--scholarship_text {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--scholarship_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .page--scholarship_text .style--hl_2 {
    font-size: 2rem;
  }
}

.page--scholarship_text .comment {
  margin-bottom: 50px;
}

.page--scholarship_text .date {
  margin-bottom: 5px;
}

.page--scholarship_text .details,
.page--scholarship_text details {
  overflow: hidden;
  list-style: none;
  border: 2px solid #028CB9;
  margin-bottom: 20px;
}

.page--scholarship_text .details .summary,
.page--scholarship_text details .summary {
  cursor: auto !important;
}

.page--scholarship_text .details .summary:after,
.page--scholarship_text details .summary:after {
  display: none !important;
}

.page--scholarship_text .details .summary,
.page--scholarship_text .details summary,
.page--scholarship_text details .summary,
.page--scholarship_text details summary {
  position: relative;
  list-style: none;
  overflow: hidden;
  cursor: pointer;
  padding: 7px 0 10px;
  background: #028CB9;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.page--scholarship_text .details .summary:after,
.page--scholarship_text .details summary:after,
.page--scholarship_text details .summary:after,
.page--scholarship_text details summary:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 18px;
  height: 11px;
  transform: translateY(-50%);
  background: url("../image/layout/icon_arrow_10.png") no-repeat center center/contain;
}

.page--scholarship_text .details .summary::-webkit-details-marker,
.page--scholarship_text .details summary::-webkit-details-marker,
.page--scholarship_text details .summary::-webkit-details-marker,
.page--scholarship_text details summary::-webkit-details-marker {
  position: absolute;
  color: transparent;
  display: none;
}

.page--scholarship_text .details .list .unit,
.page--scholarship_text details .list .unit {
  padding: 30px;
}

@media (max-width: 991.98px) {
  .page--scholarship_text .details .list .unit,
  .page--scholarship_text details .list .unit {
    padding: 20px;
  }
}

.page--scholarship_text .details .list .unit .name,
.page--scholarship_text details .list .unit .name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}

.page--scholarship_text .details .list .unit .name a,
.page--scholarship_text details .list .unit .name a {
  display: inline-block;
}

.page--scholarship_text .details .list .unit .name a:after,
.page--scholarship_text details .list .unit .name a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url("../image/layout/icon_blank.png") no-repeat center center/contain;
}

@media (min-width: 992px) {
  .page--scholarship_text .details .list .unit .flex,
  .page--scholarship_text details .list .unit .flex {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 992px) {
  .page--scholarship_text .details .list .unit .flex dl,
  .page--scholarship_text details .list .unit .flex dl {
    width: 50%;
    padding: 0 20px;
  }
}

.page--scholarship_text .details .list .unit .flex dl dt,
.page--scholarship_text details .list .unit .flex dl dt {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 1.4rem;
  background: #F4F4F4;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page--scholarship_text .details .list .unit .flex dl + dl,
  .page--scholarship_text details .list .unit .flex dl + dl {
    margin-top: 20px;
  }
}

.page--scholarship_text .details .list .unit + .unit,
.page--scholarship_text details .list .unit + .unit {
  border-top: 2px solid #028CB9;
}

.page--scholarship_text .details + details,
.page--scholarship_text details + details {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .page--scholarship_text .details + details,
  .page--scholarship_text details + details {
    margin-top: 30px;
  }
}

.page--scholarship_text .details[open] summary:after,
.page--scholarship_text details[open] summary:after {
  content: "";
  background: url("../image/layout/icon_arrow_9.png") no-repeat center center/contain;
}

.page--scholarship_text .details[open] summary + p,
.page--scholarship_text details[open] summary + p {
  animation: fadein .3s ease-in-out;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.page--recruit_list {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--recruit_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px), (max-width: 991.98px) {
  .page--recruit_list {
    padding-top: 0;
  }
}

.page--recruit_list .hl {
  position: relative;
  padding: 15px 30px 15px 40px;
  background: #FF8F0D;
  color: #FFF;
  font-weight: bold;
  font-size: 2.2rem;
}

.page--recruit_list .hl span {
  margin-top: 4px;
  font-size: 1.6rem;
  float: right;
  font-weight: normal;
}

.page--recruit_list .hl:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 5px;
  height: calc(100% - 20px);
  background: #FFF;
  border-radius: 100px;
}

.page--recruit_list .list {
  margin-bottom: 40px;
  padding: 50px;
  background: #DAE6E7;
}

@media (max-width: 991.98px) {
  .page--recruit_list .list {
    padding: 30px;
  }
}

.page--recruit_list .list .unit a {
  display: block;
  background: #FFF;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #222;
}

@media (min-width: 992px) {
  .page--recruit_list .list .unit a .flex {
    display: flex;
  }
}

.page--recruit_list .list .unit a .flex .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .page--recruit_list .list .unit a .flex .image {
    width: 250px;
  }
}

@media (max-width: 991.98px) {
  .page--recruit_list .list .unit a .flex .image:after {
    content: "";
    display: block;
    padding-top: 50%;
  }
}

@media (min-width: 992px) {
  .page--recruit_list .list .unit a .flex .text {
    padding: 40px;
  }
}

@media (max-width: 991.98px) {
  .page--recruit_list .list .unit a .flex .text {
    padding: 30px;
  }
}

.page--recruit_list .list .unit a .flex .text .title span {
  position: relative;
  top: -2px;
  margin-right: 15px;
  border: 1px solid #FF8F0D;
  color: #FF8F0D;
  font-size: 1.4rem;
  padding: 3px 10px;
}

.page--recruit_list .list .unit a .flex .text .title strong {
  text-decoration: underline;
  color: #028CB9;
  font-size: 2.2rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page--recruit_list .list .unit a .flex .text .title strong {
    display: block;
    padding-top: 5px;
    font-size: 2rem;
  }
}

.page--recruit_list .list .unit a .flex .text .salary {
  margin: 15px 0;
  color: #999;
}

@media (max-width: 991.98px) {
  .page--recruit_list .list .unit a .flex .text .comment {
    font-size: 1.4rem;
  }
}

.page--recruit_list .list .unit + .unit {
  margin-top: 40px;
}

.page--recruit_detail {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--recruit_detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--recruit_detail .detail {
  margin-bottom: 75px;
}

@media (max-width: 991.98px) {
  .page--recruit_detail .detail {
    margin-bottom: 50px;
  }
}

.page--recruit_detail .detail .status {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.page--recruit_detail .detail .status .category {
  position: relative;
  top: -2px;
  margin-right: 15px;
  border: 1px solid #FF8F0D;
  color: #FF8F0D;
  font-size: 1.4rem;
  padding: 3px 10px;
}

.page--recruit_detail .detail .status .update {
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .page--recruit_detail .detail .status .update {
    padding-left: 30px;
    font-size: 1.4rem;
    color: #999;
  }
}

@media (min-width: 992px) {
  .page--recruit_detail .detail .flex {
    display: flex;
  }
}

@media (min-width: 992px) {
  .page--recruit_detail .detail .flex .text {
    width: calc(100% - 400px);
    padding-right: 40px;
  }
}

.page--recruit_detail .detail .flex .text .title {
  margin-bottom: 20px;
  color: #028CB9;
  font-size: 2.6rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .page--recruit_detail .detail .flex .image {
    width: 400px;
  }
}

@media (max-width: 991.98px) {
  .page--recruit_detail .detail .flex .image img {
    width: 100%;
    margin-top: 20px;
  }
}

.page--recruit_form {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .page--recruit_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page--recruit_form .entry_detail {
  padding: 30px;
  background: #DAE6E7;
}

@media (min-width: 992px) {
  .page--recruit_form .entry_detail .flex {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .page--recruit_form .entry_detail .flex .text {
    padding-left: 30px;
  }
}

.page--recruit_form .entry_detail .flex .text .status {
  display: flex;
  margin-bottom: 5px;
}

.page--recruit_form .entry_detail .flex .text .status .category {
  position: relative;
  top: -2px;
  margin-right: 15px;
  background: #FFF;
  border: 1px solid #FF8F0D;
  color: #FF8F0D;
  font-size: 1.4rem;
  padding: 3px 10px;
}

.page--recruit_form .entry_detail .flex .text .status .update {
  margin-left: auto;
}

.page--recruit_form .entry_detail .flex .text .title {
  color: #028CB9;
  font-size: 2.2rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .page--recruit_form .entry_detail .flex .image {
    width: 150px;
  }
}

@media (max-width: 991.98px) {
  .page--recruit_form .entry_detail .flex .image {
    margin-bottom: 30px;
  }
}

.page--recruit_form .privacy label {
  display: block;
  width: 100%;
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #DDD;
  text-align: center;
  color: #028CB9;
}

.page--recruit_form .privacy label input {
  margin-right: 5px;
}

.page--recruit_form .privacy_comment {
  text-align: center;
}

.page--recruit_popup .text {
  align-items: center;
  padding: 50px;
}

@media (max-width: 575.98px) {
  .page--recruit_popup .text {
    padding: 30px;
  }
}

.page--recruit_popup .text .hs {
  display: block;
  position: relative;
  font-family: "DIN";
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  color: #FF8F0D;
  opacity: 0.25;
  vertical-align: middle;
  opacity: 0.25;
}

.page--recruit_popup .text .hl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 3.5rem;
  color: #FF8F0D;
  line-height: 1.4;
}

@media (max-width: 575.98px) {
  .page--recruit_popup .text .hl {
    font-size: 2.2rem;
  }
}

/*=================================

	#information

==================================*/
#information #secondary_info {
  display: none;
}

.info_unit {
  margin-bottom: 15px;
}

.info_unit a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 40px 15px 15px;
}

.info_unit a:after {
  content: "\f105";
  color: #0f6ab2;
  position: absolute;
  right: 15px;
  top: calc(50% - 0.6em);
}

.info_unit dl > * {
  text-align: left;
}

.info_unit dt {
  color: #333;
  width: 200px;
}

.info_unit .tag {
  margin-right: 10px;
}

body.pc .info_unit a:hover {
  background: rgba(255, 255, 255, 0.2);
}

body.pc .info_unit a:hover dd {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .info_unit a {
    color: #333;
  }
  .info_unit dt {
    padding: 0 0 5px;
    color: #0f6ab2;
    font-size: 0.95em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .info_unit a {
    color: #1894e2;
  }
  .info_unit dl {
    display: table;
    width: 100%;
  }
  .info_unit dl > * {
    display: table-cell;
    vertical-align: top;
  }
  .info_unit dt {
    width: 200px;
  }
  .info_unit dd {
    text-decoration: underline;
  }
}

.info_header {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px;
  padding: 10px 0 15px;
}

.info_header .date {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #0f6ab2;
}

.info_header .date .tag {
  margin-right: 10px;
}

.info_header h2 {
  font-size: 1.5em;
  line-height: 140%;
}

.info_contents {
  position: relative;
}

.sub_photo {
  margin-top: 50px;
}

/*=================================

	#work

==================================*/
/*---------------------------------------------------------
	.work_card
-----------------------------------------------------------*/
.work_card {
  border-top: 5px solid #3887c3;
  margin-bottom: 30px;
}

.work_card .meta:not(._no) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.work_card .meta._no {
  margin-bottom: 25px;
}

.work_card .meta ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: 10px;
}

.work_card .meta ul li {
  display: table-cell;
  vertical-align: middle;
}

.work_card .meta .campaign .tag {
  background: #fff4f4;
  color: #f00c1a;
  border: 1px solid #f00c1a;
}

.work_card .meta .btn_keep {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  border-radius: 3px;
}

.work_card .meta .pickup .tag {
  background: #fff;
  color: #f00c1a;
  border: 1px solid #f00c1a;
}

.work_card .meta .new {
  width: 50px;
}

.work_card .meta .new .tag {
  background: #f00c1a;
  color: #fff;
  border: 1px solid #f00c1a;
  min-width: 50px;
}

.work_card .number {
  font-size: 13px;
  color: #999;
}

.work_card .meta .share_ul {
  display: table;
  width: auto;
  margin: 0 0 0 auto;
}

.work_card .meta .share_ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}

.work_card .meta .share_ul li img {
  max-width: 30px;
}

.work_card .title {
  margin-bottom: 5px;
}

.work_card .title a {
  color: #3887c3;
}

.work_card .detail {
  margin-bottom: 10px;
}

.work_card .detail .tbl_empty th, .work_card .detail .tbl_empty td {
  vertical-align: middle;
}

.work_card .detail .tbl_empty i {
  font-size: 1.5em;
  margin-right: 10px;
  vertical-align: middle;
}

.work_card .photo .img_rect {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.work_card .comment {
  font-size: 0.9em;
}

.work_card .disp_limit {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 50px;
}

.work_card .share_area {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}

.work_card .share_area dl {
  display: table;
  width: auto;
  margin: 0 auto;
}

.work_card .share_area dl > * {
  display: table-cell;
  vertical-align: middle;
}

.work_card .share_area dl dt {
  width: 120px;
}

.work_card .share_area dl dt i {
  margin-right: 5px;
}

.work_card .share_area dl dd {
  padding: 0 0 0 10px;
}

.work_card .share_area dl dd img {
  max-width: 35px;
}

@media (max-width: 575.98px) {
  .work_card {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    border-radius: 3px;
    overflow: hidden;
  }
  .work_card .meta .campaign {
    width: 110px;
  }
  .work_card .meta .keep {
    width: 30px;
  }
  .work_card .meta .btn_keep {
    padding: 2px 2px 1px;
  }
  .work_card .meta .btn_keep i {
    margin: 0;
  }
  .work_card .meta .btn_keep > span {
    display: none;
  }
  .work_card .meta .pickup {
    width: 75px;
  }
  .work_card .title {
    font-size: 1.05em;
  }
  .work_card .text_wrap {
    display: table;
    width: 100%;
    margin: 10px 0 0;
  }
  .work_card .text_wrap > * {
    display: table-cell;
    vertical-align: top;
  }
  .work_card .photo {
    width: 35%;
  }
  .work_card .comment {
    padding: 0 0 10px 10px;
  }
  .work_card .detail {
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
  .work_card .detail .tbl_empty th, .work_card .detail .tbl_empty td {
    padding: 4px 0;
  }
  .work_card .detail .tbl_empty th {
    width: 30px;
  }
  .work_card .detail .tbl_empty th > span {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .work_card .meta .campaign {
    width: 115px;
  }
  .work_card .meta .keep {
    width: 75px;
  }
  .work_card .meta .btn_keep {
    padding: 2px 5px 1px 0;
  }
  .work_card .meta .pickup {
    width: 80px;
  }
  .work_card .title {
    font-size: 1.25em;
  }
  .work_card .detail .tbl_empty th, .work_card .detail .tbl_empty td {
    padding: 8px 0;
    font-size: 0.9em;
  }
  .work_card .detail .tbl_empty th {
    width: 80px;
  }
}

#detail_slide {
  position: relative;
  padding: 30px 50px;
  margin-bottom: 30px;
}

/*---------------------------------------------------------
	.tab
-----------------------------------------------------------*/
.tab_navi {
  margin-bottom: 20px;
}

.tab_navi a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
}

.tab_navi a.active:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.tab_navi._sort a {
  color: #333;
  padding: 10px;
  border-radius: 3px;
  background: #ededed;
}

.tab_navi._sort a.active {
  background: #0f6ab4;
  color: #fff;
}

.tab_navi._sort a.active:after {
  left: calc(50% - 7px);
  border-width: 7px;
  border-color: #0f6ab4 transparent transparent transparent;
}

body.pc .tab_navi._sort a:not(.active):hover {
  background: #edf4fa;
}

.tab_navi._mypage {
  padding-bottom: 10px;
}

.tab_navi._mypage a {
  color: #999;
  border: 1px solid #ccc;
  padding: 15px 0;
}

.tab_navi._mypage .row > div:not(:first-child) {
  border-left: none;
}

.tab_navi._mypage a > * {
  display: block;
}

.tab_navi._mypage a i {
  margin-bottom: 10px;
}

.tab_navi._mypage a .count {
  margin: 0 auto;
  padding: 3px 0 2px;
  line-height: 100%;
  border-radius: 50px;
  background: #f0f0f0;
}

.tab_navi._mypage .row > div:first-child a {
  border-radius: 3px 0 0 3px;
}

.tab_navi._mypage .row > div:last-child a {
  border-radius: 0 3px 3px 0;
}

.tab_navi._mypage a.active {
  background: #fb6722;
  color: #fff;
  border-color: #fb6722;
}

.tab_navi._mypage a.active:after {
  left: calc(50% - 10px);
  border-width: 10px;
  border-color: #fb6722 transparent transparent transparent;
}

.tab_navi._mypage a.active .count {
  background: #fff;
  color: #fb6722;
}

@media (max-width: 575.98px) {
  .tab_navi._mypage {
    margin-top: 15px;
  }
  .tab_navi._mypage a {
    font-size: 12px;
  }
  .tab_navi._mypage a i {
    font-size: 2.5em;
  }
  .tab_navi._mypage a .count {
    max-width: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .tab_navi._mypage a i {
    font-size: 2em;
  }
  .tab_navi._mypage a .count {
    max-width: 65px;
  }
}

/*---------------------------------------------------------
	.search
-----------------------------------------------------------*/
#search_box {
  margin-bottom: 30px;
}

#search_box .back_in_search {
  display: none;
}

#search_box a {
  position: relative;
  display: table;
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
  width: 100%;
}

#search_box a > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 150%;
}

#search_box a.popup_btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
}

#search_box a.popup_btn span {
  padding: 10px 0;
}

#search_box a.popup_btn i {
  font-size: 1.5em;
  margin-right: 5px;
}

#search_box a.popup_btn:not(._last):after {
  content: "\0d7";
  position: absolute;
  right: -23px;
  top: calc(50% - 0.8em);
  color: #aaa;
  font-size: 1.25em;
}

body.pc #search_box a.popup_btn:hover {
  color: #0f6ab2;
}

#search_box .search_box_button {
  width: 100%;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  border-width: 3px;
  border-style: solid;
  border-color: #0f6ab2 #0f6ab2 #1b6095 #0f6ab2;
  font-size: 1.1em;
}

#search_box .search_box_button span:not(.disp_tbl) {
  display: table-cell;
  vertical-align: middle;
  line-height: 120%;
  padding: 0;
}

#search_box .search_box_button .disp_tbl span:not(.pos_ar) {
  padding: 0 15% 0 0;
}

#search_box .search_box_button span.pos_ar {
  width: 38%;
}

#search_box .search_box_button i {
  font-size: 1.85em;
}

body.pc #search_box .search_box_button:hover {
  opacity: 0.8;
}

/*=================================

	#contact / form

==================================*/
/*---------------------------------------------------------
	.tbl_form
-----------------------------------------------------------*/
.tbl_form {
  width: 100%;
}

.tbl_form th, .tbl_form td {
  vertical-align: top;
}

@media (max-width: 575.98px) {
  .tbl_form {
    display: block;
    width: 100%;
  }
  .tbl_form tbody, .tbl_form th, .tbl_form td {
    display: block;
    width: 100%;
  }
  .tbl_form th {
    font-weight: bold;
    padding: 15px 15px 0;
  }
  .tbl_form td {
    padding: 5px 15px 15px;
    border-bottom: 1px solid #ddd;
  }
  .tbl_form th .need {
    font-weight: normal;
    margin-left: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .tbl_form th, .tbl_form td {
    border-bottom: 1px solid #ddd;
  }
  .tbl_form th {
    padding: 30px 0 0;
    position: relative;
    width: 190px;
  }
  .tbl_form th._def {
    padding: 15px 0;
  }
  .tbl_form th .need {
    position: absolute;
    right: 0;
  }
  .tbl_form td {
    padding: 15px 0 15px 25px;
  }
  .tbl_form._def {
    border-top: 1px solid #ddd;
  }
  .tbl_form._def th {
    padding: 15px 0;
  }
  #introduction .tbl_form th {
    width: 240px;
  }
}

.kiyaku_box_in {
  background: #fff;
  max-height: 180px;
  overflow: auto;
  font-size: 0.9em;
}

@media (max-width: 575.98px) {
  .kiyaku_box {
    padding: 30px 15px;
  }
  .kiyaku_box_in {
    padding: 15px 10px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .kiyaku_box {
    padding: 30px;
  }
  .kiyaku_box_in {
    padding: 20px 10px;
  }
}

.primary_box.entry_box h3 {
  line-height: 130%;
}

@media (max-width: 575.98px) {
  .primary_box.entry_box {
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}

/*=================================

	#page

==================================*/
.box {
  border: 1px solid #0f6ab2;
  border-radius: 5px;
  padding: 15px 15px 20px;
}

.box .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 5px;
}

/* photo_link / guide */
.photo_link {
  margin-bottom: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.photo_link a {
  display: block;
  text-decoration: none;
  color: #333;
}

.photo_link .text {
  padding: 10px 15px;
}

.photo_link .title {
  font-weight: bold;
}

body.pc .photo_link:hover {
  background: #edf4fa;
}

.photo_link2 {
  margin-bottom: 30px;
}

.photo_link2 a {
  display: block;
  text-decoration: none;
  color: #333;
}

.photo_link2 .photo {
  border-radius: 5px;
  overflow: hidden;
}

.photo_link2 .text {
  padding: 10px 0 0;
}

body.pc .photo_link2 a:hover {
  color: #0f6ab2;
}

.photo_link3 {
  position: relative;
  border: 2px solid #fff;
}

.photo_link3 a {
  display: table;
  width: 100%;
  height: 100%;
  color: #0f6ab2;
}

.photo_link3 .photo {
  display: table-cell;
  padding-top: 50%;
}

.photo_link3 .photo .img_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo_link3 .text {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

body.pc .photo_link3 a:hover {
  opacity: 0.8;
}

/*---------------------------------------------------------
	toggle_box / offices
-----------------------------------------------------------*/
.toggle_box {
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 20px;
}

.toggle_box .title {
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
}

.toggle_box .title h3 {
  font-weight: bold;
  font-size: 1.25em;
}

.toggle_box .title:after {
  content: "\f055";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 10px;
  color: #0f6ab2;
  font-size: 1.25em;
}

.toggle_box._open .title:after {
  content: "\f056";
}

.toggle_box:not(._open) .contents {
  display: none;
}

@media (max-width: 575.98px) {
  .toggle_box .contents {
    padding: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .toggle_box .contents {
    padding: 25px;
  }
}

/*---------------------------------------------------------
	dl_1 / privacy
-----------------------------------------------------------*/
.dl_1 dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.dl_1 dt:before {
  content: "【";
}

.dl_1 dt:after {
  content: "】";
}

.dl_1 dd {
  margin-bottom: 30px;
}

.dl_1 dd ol {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  counter-reset: ol_li;
}

.dl_1 dd ol li {
  position: relative;
  margin-bottom: 5px;
}

.dl_1 dd ol li:before {
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  position: absolute;
  top: 1px;
  left: -20px;
  font-weight: normal;
}

/*---------------------------------------------------------
	.ul_1 / about/shikaku
-----------------------------------------------------------*/
.ul_1 {
  list-style: none;
}

.ul_1 > li {
  position: relative;
  margin: 0 0 5px 20px;
}

.ul_1 > li:before {
  color: #0f6ab2;
  content: "●";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -17px;
}

/* 2020/06/30 */
/* yamakawa */
/*---------------------------------------------------------
	.ul_2 / first
-----------------------------------------------------------*/
.ul_2 {
  list-style: none;
}

.ul_2 > li {
  position: relative;
  margin: 0 0 5px 20px;
}

.ul_2 > li:before {
  color: #000;
  content: "●";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -17px;
}

/*=================================

	#first

==================================*/
.entry_flow {
  border: 3px solid #DCEAF5;
  padding: 5px;
  border-radius: 5px;
}

.entry_flow a {
  text-decoration: none;
  color: #000;
}

#first .dl_2 > li {
  position: relative;
  margin: 0 0 5px 20px;
}

#first .dl_2 > li:before {
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -17px;
}

/*=================================

	#about

==================================*/
/* daily_wages */
#about table td {
  border: 2px solid #EBEBEB;
  padding: 10px;
}

.info_work img {
  float: left;
}

.balloon {
  position: relative;
  display: inline-block;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #edf4fa;
}

.balloon p {
  padding: 20px;
}

.business_exc {
  border: 2px solid #408EC7;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
}

/*=================================

	#guide

==================================*/
.box_red {
  border: 3px solid #e0182c;
  border-radius: 3px;
  overflow: hidden;
}

.box_red .title {
  background: #e0182c;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 5px;
}

.box_red .box_in {
  padding: 20px;
}

.box_blue1 {
  border: 3px solid #0069a2;
  border-radius: 3px;
  overflow: hidden;
}

.box_blue1 .title {
  background: #0069a2;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 5px;
}

.box_blue1 .box_in {
  padding: 20px;
}

.box_blue2 {
  border: 3px solid #00a0e9;
  border-radius: 3px;
  overflow: hidden;
}

.box_blue2 .title {
  background: #00a0e9;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 5px;
}

.box_blue2 .box_in {
  padding: 20px;
}

/*=================================

	#edit

==================================*/
.edit {
  text-align: left;
}

.edit img {
  height: auto !important;
}

.edit p {
  margin-bottom: 15px;
}

.edit ul, .edit ol {
  list-style: none;
  margin-bottom: 20px;
}

.edit ul > li, .edit ol > li {
  position: relative;
  margin: 0 0 5px 20px;
}

.edit ul > li:before {
  color: #0075c2;
  content: "■";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -18px;
}

.edit ul > li > ul > li:before {
  color: #00a0e9;
  content: "\f105";
}

.edit ol {
  counter-reset: ol_li;
}

.edit ol > li:before {
  color: #0075c2;
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  position: absolute;
  top: 1px;
  left: -20px;
  font-weight: bold;
}

.edit ol > li > ol > li:before {
  color: #00a0e9;
}
