@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
}
#page-ttl .pgttl-bgimg {
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 1599px) {
  #page-ttl .pgttl-bgimg {
    height: 32.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    height: 45rem;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-bgimg {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-bgimg {
    height: 300px;
  }
}
#page-ttl .pgttl-bgimg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ttl .pgttl-inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  width: min(75%, 50em);
  height: 75%;
  padding-top: 2em;
  padding-left: 10rem;
  border-bottom-right-radius: 1.875rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-inner {
    border-bottom-right-radius: 2.5rem;
  }
}
#page-ttl .pgttl-inner .bg-icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  margin-left: 3.75rem;
  transform: translateY(-50%);
  width: 9em;
}
#page-ttl .pgttl-inner .bg-icon img {
  width: 100%;
  height: auto;
}
#page-ttl .pgttl-inner .__ttltxt {
  color: #2686c7;
}
#page-ttl .pgttl-inner .__ttltxt span.__en {
  color: #ceba97;
}

.__breadcrumbs {
  color: #398bc3;
  padding: 0.6em 0;
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .__breadcrumbs ul {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (max-width: 991px) {
  .__breadcrumbs ul {
    width: calc(100% - 30px);
  }
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  content: ">";
  margin: 0 1em;
}
.__breadcrumbs ul li a {
  color: #398bc3;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.anchor-link-wrap {
  padding: 3.75rem 0;
}
@media screen and (max-width: 1199px) {
  .anchor-link-wrap {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link-wrap {
    padding: 48px 0;
  }
}
.anchor-link-wrap .anchor-link-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn {
  width: calc(20% - 1.5rem);
  margin-right: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .anchor-link-wrap .anchor-link-list ul .anchor-link-btn {
    width: calc(33.3333333333% - 2.5rem);
    margin: 1.875rem 0;
    margin-right: 3.75rem;
  }
  .anchor-link-wrap .anchor-link-list ul .anchor-link-btn:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link-wrap .anchor-link-list ul .anchor-link-btn {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn:last-of-type {
  margin-right: 0;
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn a {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2em;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0px rgba(102, 102, 102, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .anchor-link-wrap .anchor-link-list ul .anchor-link-btn a {
    padding-top: 1em;
    padding-bottom: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link-wrap .anchor-link-list ul .anchor-link-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    padding-right: 1.6em;
  }
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9f4f7;
  opacity: 0.6;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-icon {
  width: min(60%, 120px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-icon {
    width: 25%;
    margin: 0;
  }
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-icon img {
  width: 100%;
  height: auto;
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-txt {
  text-align: center;
  color: #335999;
  font-size: 1.25em;
  margin: 0.4em 0;
}
@media screen and (max-width: 1199px) {
  .anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-txt {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-txt {
    text-align: left;
    width: calc(75% - 4em);
    margin-left: 1em;
  }
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-txt span.__num {
  font-weight: 900;
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-arrow {
  width: 1.6em;
  margin: 0 auto;
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-arrow {
    width: 1.2em;
    margin: 0;
  }
}
.anchor-link-wrap .anchor-link-list ul .anchor-link-btn a .btn-arrow img {
  width: 100%;
  height: auto;
}

.__overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__overview-table dl {
    display: block;
  }
}
.__overview-table dl dt {
  color: #44a64e;
  font-size: 1.125em;
  width: 16em;
  padding: 1.2em 0 1em;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 767px) {
  .__overview-table dl dt {
    width: 100%;
    font-size: 1.25em;
    padding-top: 1.6em;
    padding-bottom: 0.8em;
    border-bottom: none;
  }
}
.__overview-table dl dd {
  font-size: 1.125em;
  font-weight: 400;
  width: calc(100% - 16em);
  padding: 1.2em 0 1em;
  padding-left: 2em;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 767px) {
  .__overview-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.4em;
    padding-left: 0;
  }
}
.__overview-table dl dd span.__small {
  display: inline-block;
  font-size: 0.9em;
}
.__overview-table dl:nth-of-type(1) dt, .__overview-table dl:nth-of-type(1) dd {
  padding-top: 0;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging > span {
  width: 4em;
  height: 4em;
  margin: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .paging > span {
    width: 3em;
    height: 3em;
    margin: 0 0.2em;
  }
}
.paging > span.paging-text a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-size: 1.5em;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .paging > span.paging-text a {
    font-size: 1.25em;
  }
}
.paging > span.paging-text a img {
  width: 0.6em;
  height: auto;
}
.paging > span.paging-text a:hover {
  background-color: #eee;
}
.paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  background-color: #398bc3;
  font-size: 1.5em;
}
@media screen and (max-width: 1199px) {
  .paging > span.current {
    font-size: 1.25em;
  }
}
.paging > span.paging-prev {
  width: auto;
}
.paging > span.paging-prev a {
  color: #398bc3;
  opacity: 1;
}
.paging > span.paging-prev a img {
  transform: scaleX(-1);
  margin-right: 1em;
}
.paging > span.paging-prev a:hover {
  background-color: initial;
  opacity: 0.6;
}
.paging > span.paging-next {
  width: auto;
}
.paging > span.paging-next a {
  color: #398bc3;
  opacity: 1;
}
.paging > span.paging-next a img {
  margin-left: 1em;
}
.paging > span.paging-next a:hover {
  background-color: initial;
  opacity: 0.6;
}

/* about.html
---------------------------------------------------- */
.sec-about01 {
  padding: 6.25rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-about01 {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about01 {
    padding: 48px 0;
  }
}
.sec-about01 .sec-content .img-wrap {
  aspect-ratio: 5/3;
}
@media screen and (max-width: 1199px) {
  .sec-about01 .sec-content .img-wrap {
    aspect-ratio: 3/2;
  }
}

.sec-about02 {
  padding-top: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-about02 {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about02 {
    padding-top: 48px;
  }
}
.sec-about02::before {
  content: "";
  display: block;
  background-color: #e6f3fc;
  border-radius: 1.875rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .sec-about02::before {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .sec-about02::before {
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about02::before {
    width: calc(100% - 20px);
  }
}
.sec-about02 .img-list {
  margin-top: 1em;
}
.sec-about02 .img-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-about02 .img-list ul .img-list-item {
  width: calc(33.3333333333% - 2.5rem);
  margin-top: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-about02 .img-list ul .img-list-item {
    width: calc(50% - 2.5rem);
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about02 .img-list ul .img-list-item {
    width: 100%;
  }
}
.sec-about02 .img-list ul .img-list-item .item-img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sec-about02 .img-list ul .img-list-item .item-img {
    border-radius: 2.5rem;
  }
}
.sec-about02 .img-list ul .img-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about02 .img-list ul .img-list-item .item-txt {
  color: #398bc3;
  font-size: 1.25em;
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-about02 .img-list ul .img-list-item .item-txt {
    font-size: 1.125em;
  }
}
.sec-about02 .img-list ul .img-list-item .item-txt span.__small {
  font-size: 0.9em;
}

.sec-about03 .sec-content {
  margin-top: 3em;
}

.sec-about04 {
  padding-top: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-about04 {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about04 {
    padding-top: 48px;
  }
}
.sec-about04::before {
  content: "";
  display: block;
  background-image: url(../images/bgimg-beige.png);
  background-size: cover;
  border-radius: 1.875rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .sec-about04::before {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .sec-about04::before {
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about04::before {
    width: calc(100% - 20px);
  }
}
.sec-about04 .img-list {
  margin-top: 1em;
}
.sec-about04 .img-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-about04 .img-list ul .img-list-item {
  width: calc(50% - 1.875rem);
  margin-top: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-about04 .img-list ul .img-list-item {
    width: calc(50% - 2.5rem);
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about04 .img-list ul .img-list-item {
    width: 100%;
  }
}
.sec-about04 .img-list ul .img-list-item .item-img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sec-about04 .img-list ul .img-list-item .item-img {
    border-radius: 2.5rem;
  }
}
.sec-about04 .img-list ul .img-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about04 .img-list ul .img-list-item .item-txt {
  color: #398bc3;
  font-size: 1.25em;
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-about04 .img-list ul .img-list-item .item-txt {
    font-size: 1.125em;
  }
}

/* guide.html
---------------------------------------------------- */
.sec-guide-item {
  padding: 6.25rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-guide-item {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide-item {
    padding: 48px 0;
  }
}
.sec-guide-item .sec-content {
  margin-top: 3em;
  align-items: center;
}
.sec-guide-item .sec-content .txt-wrap {
  width: 45rem;
}
@media screen and (max-width: 1199px) {
  .sec-guide-item .sec-content .txt-wrap {
    width: 60rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-guide-item .sec-content .txt-wrap {
    width: 100%;
  }
}
.sec-guide-item .sec-content .txt-wrap .content-txt {
  margin-bottom: 2em;
}
.sec-guide-item .sec-content .txt-wrap .content-txt h4 {
  font-size: 1.5em;
}
@media screen and (max-width: 1199px) {
  .sec-guide-item .sec-content .txt-wrap .content-txt h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide-item .sec-content .txt-wrap .content-txt h4 {
    font-size: min(4vw, 1.25em);
  }
}
.sec-guide-item .sec-content .img-wrap {
  width: calc(100% - 52.5rem);
}
@media screen and (max-width: 1199px) {
  .sec-guide-item .sec-content .img-wrap {
    width: calc(100% - 52.5rem - 15rem);
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 991px) {
  .sec-guide-item .sec-content .img-wrap {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.sec-guide-item:nth-of-type(odd) {
  background-color: #e9f4f7;
}
.sec-guide-item:nth-of-type(even) .sec-content {
  flex-direction: row-reverse;
}

/* visit.html
---------------------------------------------------- */
.sec-visit01 {
  background-color: #ebf5e7;
}
.sec-visit01 .sec-content {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-visit01 .sec-content {
    display: block;
    margin-top: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-visit01 .sec-content .txt-wrap {
    width: 100%;
  }
}
.sec-visit01 .sec-content .txt-wrap .point-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-visit01 .sec-content .txt-wrap .point-list ul .point-list-item {
  text-align: center;
  color: #fff;
  background-color: #6db956;
  width: 10em;
  padding: 0.1em 0.2em;
  border-radius: 6px;
  margin-right: 0.6em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-visit01 .sec-content .txt-wrap .point-list ul .point-list-item {
    width: calc(50% - 0.3em);
  }
  .sec-visit01 .sec-content .txt-wrap .point-list ul .point-list-item:nth-of-type(even) {
    margin-right: 0;
  }
}
.sec-visit01 .sec-content .txt-wrap .content-txt {
  margin-top: 1.6em;
}
.sec-visit01 .sec-content .txt-wrap .content-txt ul li {
  font-size: 1.25em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1199px) {
  .sec-visit01 .sec-content .txt-wrap .content-txt ul li {
    font-size: 1.125em;
  }
}
.sec-visit01 .sec-content .txt-wrap .content-txt ul li::before {
  color: #6db956;
}
.sec-visit01 .sec-content .txt-wrap .content-txt p {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-visit01 .sec-content .img-wrap {
    width: 100%;
    margin-top: 40px;
  }
}

.sec-visit02 {
  background-color: #ebf5e7;
  padding-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-visit02 {
    padding-top: 20px;
  }
}
.sec-visit02 .sec-content {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-visit02 .sec-content {
    margin-top: 2em;
  }
}
.sec-visit02 .sec-content .__overview-table {
  background-color: #fff;
  padding: 4em;
  border-radius: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-visit02 .sec-content .__overview-table {
    padding: 4em 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-visit02 .sec-content .__overview-table {
    border-radius: 2.5rem;
  }
}
.sec-visit02 .sec-content .__overview-table dl dd ul {
  color: #e24b16;
  font-weight: 700;
  margin: 1em 0;
}

.sec-visit03 {
  background-color: #ebf5e7;
  padding-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-visit03 {
    padding-top: 20px;
  }
}
.sec-visit03 .flow-list ul .flow-list-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 2em 4em;
  margin-bottom: 1em;
  border-radius: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-visit03 .flow-list ul .flow-list-item {
    padding: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-visit03 .flow-list ul .flow-list-item {
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-visit03 .flow-list ul .flow-list-item {
    display: block;
  }
}
.sec-visit03 .flow-list ul .flow-list-item .item-num {
  font-size: 1.125em;
  margin-right: 2em;
  width: 12em;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .sec-visit03 .flow-list ul .flow-list-item .item-num {
    width: 10em;
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-visit03 .flow-list ul .flow-list-item .item-num {
    width: 100%;
    margin-bottom: 0.3em;
  }
}
.sec-visit03 .flow-list ul .flow-list-item .item-num span {
  display: block;
}
.sec-visit03 .flow-list ul .flow-list-item .item-num span.__num {
  color: #6db956;
  font-weight: 900;
}
.sec-visit03 .flow-list ul .flow-list-item .item-num span.__txt {
  font-size: 1.375em;
}
.sec-visit03 .flow-list ul .flow-list-item .item-txt {
  font-size: 1.125em;
}
@media screen and (max-width: 1199px) {
  .sec-visit03 .flow-list ul .flow-list-item .item-txt {
    font-size: 1em;
  }
}

/* recruit.html
---------------------------------------------------- */
.sec-recruit01 {
  background-image: url(../images/bgimg-recruit.jpg);
  background-size: cover;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 {
    padding-bottom: 48px;
  }
}
.sec-recruit01 .sec-content .img-wrap {
  width: auto;
  aspect-ratio: initial;
  border-radius: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .sec-content .img-wrap {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-content .img-wrap {
    display: block;
  }
}
.sec-recruit01 .sec-content .img-wrap .img-large {
  width: 23.4375rem;
  aspect-ratio: 4/3;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 3.75rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .sec-content .img-wrap .img-large {
    width: 50%;
    margin-top: 0;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-content .img-wrap .img-large {
    width: 75%;
  }
}
.sec-recruit01 .sec-content .img-wrap .img-small {
  width: 19.6875rem;
  aspect-ratio: 4/3;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .sec-content .img-wrap .img-small {
    width: 40%;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-content .img-wrap .img-small {
    width: 50%;
    margin-top: 20px;
    margin-left: auto;
  }
}

.sec-recruit02 {
  padding: 5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit02 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02 {
    padding: 48px 0;
  }
}
.sec-recruit02::before {
  content: "";
  display: block;
  background-color: #e9f4f7;
  border-radius: 1.875rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02::before {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit02::before {
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02::before {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .__inner {
    padding: 0 20px;
  }
}
.sec-recruit02 .data-list {
  margin-top: 2em;
}
.sec-recruit02 .data-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-recruit02 .data-list ul .data-list-item {
  position: relative;
  text-align: center;
  width: calc(33.3333333333% - 1.25rem);
  padding: 3em 1em;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 12px 0px rgba(102, 102, 102, 0.1);
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .data-list ul .data-list-item {
    width: 100%;
    margin-top: 20px;
  }
}
.sec-recruit02 .data-list ul .data-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #eee;
  border-radius: 6px;
}
.sec-recruit02 .data-list ul .data-list-item .item-icon {
  width: min(40%, 120px);
  margin: 0 auto;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .data-list ul .data-list-item .item-icon {
    width: min(30%, 120px);
  }
}
.sec-recruit02 .data-list ul .data-list-item .item-icon img {
  width: 100%;
  height: auto;
}
.sec-recruit02 .data-list ul .data-list-item .item-data span {
  font-size: 1.25em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .data-list ul .data-list-item .item-data span {
    font-size: 1.125em;
  }
}
.sec-recruit02 .data-list ul .data-list-item .item-data span.__num {
  display: inline-block;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .data-list ul .data-list-item .item-data span.__num {
    font-size: 2.5em;
  }
}
.sec-recruit02 .data-list ul .data-list-item .item-data span.__info {
  display: block;
  color: #b09a73;
  font-size: 0.9em;
  margin-top: 0.4em;
}

.sec-recruit03 {
  padding: 5rem 0;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .sec-recruit03 {
    padding: 80px 0 40px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit03 {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit03 {
    padding: 48px 0 20px;
    margin-top: 20px;
  }
}
.sec-recruit03::before {
  content: "";
  display: block;
  background-color: #e9f4f7;
  border-radius: 1.875rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .sec-recruit03::before {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit03::before {
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit03::before {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .__inner {
    padding: 0 20px;
  }
}
.sec-recruit03 .merit-list {
  margin-top: 2em;
}
.sec-recruit03 .merit-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .merit-list ul {
    display: block;
  }
}
.sec-recruit03 .merit-list ul .merit-list-item {
  position: relative;
  width: calc(25% - 1.40625rem);
  margin-right: 1.875rem;
  padding: 3em 1em;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 12px 0px rgba(102, 102, 102, 0.1);
}
.sec-recruit03 .merit-list ul .merit-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #eee;
  border-radius: 6px;
}
.sec-recruit03 .merit-list ul .merit-list-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-recruit03 .merit-list ul .merit-list-item {
    width: calc(50% - 15rem);
    margin-bottom: 3.75rem;
    margin-right: 3.75rem;
  }
  .sec-recruit03 .merit-list ul .merit-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .merit-list ul .merit-list-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 2em 1em;
  }
  .sec-recruit03 .merit-list ul .merit-list-item:nth-of-type(2n) {
    margin-right: auto;
  }
}
.sec-recruit03 .merit-list ul .merit-list-item .item-inner {
  text-align: center;
  white-space: nowrap;
}
.sec-recruit03 .merit-list ul .merit-list-item .item-inner .item-icon {
  width: min(65%, 160px);
  margin: 0 auto;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .merit-list ul .merit-list-item .item-inner .item-icon {
    width: min(45%, 160px);
  }
}
.sec-recruit03 .merit-list ul .merit-list-item .item-inner .item-icon img {
  width: 100%;
  height: auto;
}
.sec-recruit03 .merit-list ul .merit-list-item .item-inner .item-merit {
  line-height: 1.6em;
}
.sec-recruit03 .merit-list ul .merit-list-item .item-inner .item-merit span {
  font-size: 1.25em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit03 .merit-list ul .merit-list-item .item-inner .item-merit span {
    font-size: 1.125em;
  }
}
.sec-recruit03 .merit-list ul .merit-list-item .item-inner .item-merit span em {
  color: #b09a73;
}

.sec-recruit04 {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit04 {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 .schedule-list {
    margin-top: 4em !important;
  }
}
.sec-recruit04 .schedule-list ul .schedule-list-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item {
    padding-top: 60px;
  }
}
.sec-recruit04 .schedule-list ul .schedule-list-item:nth-of-type(1) {
  padding-top: 0;
}
.sec-recruit04 .schedule-list ul .schedule-list-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: 10px;
  width: 1px;
  height: 100%;
  background-color: #333333;
}
.sec-recruit04 .schedule-list ul .schedule-list-item .item-point::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ceba97;
  margin-top: 1.25em;
}
@media screen and (max-width: 1599px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-point::before {
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-point::before {
    margin-top: 0.75em;
  }
}
.sec-recruit04 .schedule-list ul .schedule-list-item .item-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 20px - 2em);
}
@media screen and (max-width: 991px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-content {
    width: calc(100% - 20px - 40px);
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-content {
    width: calc(100% - 20px - 20px);
  }
}
.sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-img {
  width: 31.875rem;
  aspect-ratio: 3/2;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-img {
    width: 100%;
    margin-top: 1em;
    border-radius: 2.5rem;
  }
}
.sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail {
  width: calc(100% - 31.875rem - 3.75rem);
}
@media screen and (max-width: 1599px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail {
    width: calc(100% - 31.875rem - 5rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail {
    width: 100%;
  }
}
.sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail h4 span {
  font-size: 1.25em;
  display: inline;
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail h4 span {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail h4 span {
    font-size: 1em;
  }
}
.sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail h4 span.__time {
  margin-right: 0.6em;
}
@media screen and (max-width: 1599px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail h4 span.__time {
    display: block;
  }
}
.sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail h4 span.__txt {
  color: #398bc3;
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail h4 span.__txt {
    font-size: min(6vw, 1.75em);
  }
}
.sec-recruit04 .schedule-list ul .schedule-list-item .item-content .item-detail p {
  margin-top: 0.6em;
}

/* entry.html
---------------------------------------------------- */
.sec-recruitment {
  background-image: url(../images/bgimg-beige.png);
  background-size: cover;
}
.sec-recruitment .tab-btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sec-recruitment .tab-btn-wrap .__tab-btn {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1.875rem;
  padding: 2em;
  padding-right: 4em;
  background-color: #e9f4f7;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .sec-recruitment .tab-btn-wrap .__tab-btn {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruitment .tab-btn-wrap .__tab-btn {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    width: 10em;
  }
}
.sec-recruitment .tab-btn-wrap .__tab-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.sec-recruitment .tab-btn-wrap .__tab-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.sec-recruitment .tab-btn-wrap .__tab-btn.__current {
  background-color: #fff;
}
.sec-recruitment .tab-btn-wrap .__tab-btn .__ttltxt {
  font-size: 1.5em;
}
@media screen and (max-width: 1199px) {
  .sec-recruitment .tab-btn-wrap .__tab-btn .__ttltxt {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruitment .tab-btn-wrap .__tab-btn .__ttltxt {
    font-size: 1.125em;
  }
}
.sec-recruitment .tab-btn-wrap .__tab-btn .__ttltxt em {
  color: #335999;
}
.sec-recruitment .__tab-content .__overview-table {
  background-color: #fff;
  padding: 4em;
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruitment .__tab-content .__overview-table {
    padding: 4em 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruitment .__tab-content .__overview-table {
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}
.sec-recruitment .__tab-content .__overview-table dl dt {
  color: #2686c7;
}
@media screen and (max-width: 991px) {
  .sec-recruitment .__tab-content .__overview-table dl dt {
    width: 8em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruitment .__tab-content .__overview-table dl dt {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruitment .__tab-content .__overview-table dl dd {
    width: calc(100% - 8em);
  }
}
@media screen and (max-width: 767px) {
  .sec-recruitment .__tab-content .__overview-table dl dd {
    width: 100%;
  }
}
.sec-recruitment .__tab-content .__overview-table dl dd ul.__note {
  display: inline-block;
}
.sec-recruitment .__tab-content .__overview-table dl dd ul.__note li {
  font-size: 0.9em;
}

.sec-entry_tel {
  padding: 5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-entry_tel {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry_tel {
    padding: 48px 0;
  }
}
.sec-entry_tel h3 {
  text-align: center;
  margin-top: 0.4em;
}
.sec-entry_tel .tel-wrap {
  text-align: center;
  color: #335999;
  font-size: 2.5em;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .sec-entry_tel .tel-wrap {
    font-size: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-entry_tel .tel-wrap {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry_tel .tel-wrap {
    font-size: min(7vw, 1.75em);
  }
}
.sec-entry_tel .tel-wrap a {
  display: inline-block;
  font-size: 1em;
}
.sec-entry_tel .tel-wrap i {
  margin-right: 0.1em;
}

.sec-entry_form {
  background-color: #dbcfba;
  padding-top: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-entry_form {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry_form {
    padding-top: 48px;
  }
}
.sec-entry_form .sec-txt {
  font-weight: 400;
  margin-top: 2em;
}
.sec-entry_form span.__must {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.4em 0.4em;
  margin-right: 0.2em;
  font-size: 0.7em;
  line-height: 1.4em;
  vertical-align: bottom;
  color: #fff;
  background-color: #168fe2;
  border-radius: 6px;
}
.sec-entry_form .content-form {
  background-color: #fff;
  padding: 4em;
  padding-bottom: 6em;
  border-radius: 1.875rem;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-entry_form .content-form {
    padding: 4em 2em;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 991px) {
  .sec-entry_form .content-form {
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry_form .content-form {
    padding: 2em 1em;
  }
}
.sec-entry_form .content-form .form-table {
  width: 100%;
}
.sec-entry_form .content-form .form-table input[type=text], .sec-entry_form .content-form .form-table [type=date], .sec-entry_form .content-form .form-table select, .sec-entry_form .content-form .form-table textarea {
  background-color: #fff;
  border: solid 3px #e9f4f7;
  line-height: 1.2em;
  padding: 1em;
  width: 100%;
  border-radius: 6px;
}
@media screen and (max-width: 1199px) {
  .sec-entry_form .content-form .form-table input[type=text], .sec-entry_form .content-form .form-table [type=date], .sec-entry_form .content-form .form-table select, .sec-entry_form .content-form .form-table textarea {
    padding: 0.8em 1em;
  }
}
.sec-entry_form .content-form .form-table input[type=text]::-moz-placeholder, .sec-entry_form .content-form .form-table [type=date]::-moz-placeholder, .sec-entry_form .content-form .form-table select::-moz-placeholder, .sec-entry_form .content-form .form-table textarea::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.sec-entry_form .content-form .form-table input[type=text]::placeholder, .sec-entry_form .content-form .form-table [type=date]::placeholder, .sec-entry_form .content-form .form-table select::placeholder, .sec-entry_form .content-form .form-table textarea::placeholder {
  color: #999;
  font-weight: 400;
}
.sec-entry_form .content-form .form-table select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arrow.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 0.75em;
}
.sec-entry_form .content-form .form-table textarea {
  line-height: 1.75em;
}
.sec-entry_form .content-form .form-table tr {
  border-top: solid 1px #f0f0f0;
}
.sec-entry_form .content-form .form-table tr.__radio td {
  display: flex;
  flex-wrap: wrap;
}
.sec-entry_form .content-form .form-table tr.__radio td .__radio-wrap {
  margin: 0.2em 0;
  margin-right: 2em;
}
.sec-entry_form .content-form .form-table tr.__radio td .__radio-wrap input[type=radio] {
  margin-right: 0.6em;
  margin-bottom: 0.2em;
}
.sec-entry_form .content-form .form-table tr.__age td input {
  display: inline-block;
  width: 16em;
  margin-right: 0.3em;
}
.sec-entry_form .content-form .form-table tr.__postal td input {
  display: inline-block;
  width: 16em;
  margin-left: 0.3em;
}
.sec-entry_form .content-form .form-table tr.__region td select {
  width: 16em;
}
.sec-entry_form .content-form .form-table tr th {
  font-size: 1.25em;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-entry_form .content-form .form-table tr th {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry_form .content-form .form-table tr th {
    width: 100%;
    padding-top: 20px;
  }
}
.sec-entry_form .content-form .form-table tr th span.__must {
  margin-right: 0.6em;
}
.sec-entry_form .content-form .form-table tr td {
  font-size: 1.125em;
  display: block;
  width: 100%;
  padding-top: 0.6em;
  padding-bottom: 1.2em;
}
@media screen and (max-width: 1199px) {
  .sec-entry_form .content-form .form-table tr td {
    padding-top: 15px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry_form .content-form .form-table tr td {
    padding-top: 10px;
    padding-bottom: 22px;
  }
}
.sec-entry_form .content-form .form-table tr td label {
  font-size: 1.125em;
}
.sec-entry_form .content-form .form-policy {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .sec-entry_form .content-form .form-policy {
    margin-top: 48px;
  }
}
.sec-entry_form .content-form .form-policy .__ttltxt h3 span.__jp {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .sec-entry_form .content-form .form-policy .__ttltxt h3 span.__jp {
    font-size: min(6vw, 2em);
  }
}
.sec-entry_form .content-form .form-policy .policy-inner {
  border: solid 3px #e9f4f7;
  width: 100%;
  height: 30rem;
  overflow-y: scroll;
  padding: 1.875rem;
  margin-top: 1.875rem;
  font-weight: 400;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 1199px) {
  .sec-entry_form .content-form .form-policy .policy-inner {
    height: 300px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry_form .content-form .form-policy .policy-inner {
    padding: 20px 16px;
  }
}
.sec-entry_form .content-form .form-policy .policy-inner::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.sec-entry_form .content-form .form-policy .policy-inner h4 {
  font-weight: 700;
  margin-top: 2.8em;
  margin-bottom: 0.8em;
}
.sec-entry_form .content-form .form-policy .policy-inner p > a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #333333;
  transition: all 0.16s;
}
@media screen and (min-width: 992px) {
  .sec-entry_form .content-form .form-policy .policy-inner p > a:hover {
    opacity: 0.6;
  }
}
.sec-entry_form .content-form .form-policy .policy-inner p span, .sec-entry_form .content-form .form-policy .policy-inner p a {
  display: inline;
  font-size: 1em;
}
.sec-entry_form .content-form .form-policy .policy-inner ul {
  margin: 1em 0;
}
.sec-entry_form .content-form .form-policy .policy-inner ul li {
  margin-bottom: 0.4em;
}
.sec-entry_form .content-form .form-policy .policy-check {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .sec-entry_form .content-form .form-policy .policy-check {
    margin-top: 48px;
  }
}
.sec-entry_form .content-form .form-policy .policy-check .__check-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .sec-entry_form .content-form .form-policy .policy-check .__check-wrap {
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-entry_form .content-form .form-policy .policy-check .__check-wrap:last-of-type {
    margin-bottom: 0;
  }
}
.sec-entry_form .content-form .form-policy .policy-check .__check-wrap input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 0.6em;
  margin-bottom: 0.2em;
}
.sec-entry_form .content-form .form-policy .policy-check .__check-wrap label {
  font-size: 1.125em;
}
.sec-entry_form .content-form .btn-wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .sec-entry_form .content-form .btn-wrap {
    margin-top: 48px;
  }
}
.sec-entry_form .content-form .btn-wrap .__linkbtn.__confirm {
  margin: 0 auto;
}
.sec-entry_form .content-form .btn-wrap.__confirm {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-entry_form .content-form .btn-wrap.__confirm {
    display: block;
  }
}
.sec-entry_form .content-form .btn-wrap.__confirm .__linkbtn.__back {
  width: min(50% - 1.875rem, 320px);
  margin-right: 1.875rem;
  padding-left: 1.2em;
  padding-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-entry_form .content-form .btn-wrap.__confirm .__linkbtn.__back {
    width: 100%;
    margin-right: 0;
  }
}
.sec-entry_form .content-form .btn-wrap.__confirm .__linkbtn.__back span.__arrow {
  right: initial;
  left: 0;
  margin-right: 0;
  margin-left: 1em;
}
.sec-entry_form .content-form .btn-wrap.__confirm .__linkbtn.__back span.__arrow img {
  transform: scaleX(-1);
}
.sec-entry_form .content-form .btn-wrap.__confirm .__linkbtn.__send {
  width: min(50% - 1.875rem, 320px);
}
@media screen and (max-width: 767px) {
  .sec-entry_form .content-form .btn-wrap.__confirm .__linkbtn.__send {
    width: 100%;
    margin-top: 20px;
  }
}

/* info.html
---------------------------------------------------- */
.news-cate-wrap {
  padding-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .news-cate-wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news-cate-wrap {
    padding-top: 48px;
  }
}
.news-cate-wrap .news-cate-list ul a {
  width: 100%;
  height: 100%;
}

.sec-info .cate-ttl {
  text-align: center;
}
.sec-info .sec-content ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec-info .sec-content ul .content-wrap {
  width: calc(25% - 2.8125rem);
  margin-right: 3.75rem;
  margin-top: 3.75rem;
}
.sec-info .sec-content ul .content-wrap:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-info .sec-content ul .content-wrap {
    width: calc(33.3333333333% - 3.3333333333rem);
    margin-right: 5rem;
    margin-top: 60px;
  }
  .sec-info .sec-content ul .content-wrap:nth-of-type(4n) {
    margin-right: 5rem;
  }
  .sec-info .sec-content ul .content-wrap:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-info .sec-content ul .content-wrap {
    width: calc(50% - 3.125rem);
    margin-right: 6.25rem;
    margin-top: 48px;
  }
  .sec-info .sec-content ul .content-wrap:nth-of-type(3n) {
    margin-right: 6.25rem;
  }
  .sec-info .sec-content ul .content-wrap:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-info .sec-content ul .content-wrap {
    width: 100%;
    margin-right: 0;
  }
  .sec-info .sec-content ul .content-wrap:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-info .sec-content ul .content-wrap a .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 3/2;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .sec-info .sec-content ul .content-wrap a .item-img {
    border-radius: 2.5rem;
  }
}
.sec-info .sec-content ul .content-wrap a .item-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.sec-info .sec-content ul .content-wrap a .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-info .sec-content ul .content-wrap a .item-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.4em;
}
.sec-info .sec-content ul .content-wrap a .item-info .__date {
  font-size: 0.875em;
  margin-right: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-info .sec-content ul .content-wrap a .item-info .__date {
    font-size: 0.9em;
  }
}
.sec-info .sec-content ul .content-wrap a .item-info .__cate {
  text-align: center;
  color: #ceba97;
  font-size: 0.8125em;
  width: 8em;
  padding: 0 0.2em;
  border: solid 2px #dbcfba;
  border-radius: 6px;
}
.sec-info .sec-content ul .content-wrap a .item-ttl h4 {
  font-size: 1.25em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .sec-info .sec-content ul .content-wrap a .item-ttl h4 {
    font-size: 1.125em;
  }
}
.sec-info .sec-content ul .content-wrap a:hover .item-img::before {
  transform: scaleX(1);
  transform-origin: left;
}
.sec-info .sec-content ul .content-wrap a:hover .item-ttl h4 {
  color: #2686c7;
}
.sec-info .paging {
  border-top: solid 1px #eee;
  margin-top: 5rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-info .paging {
    margin-top: 80px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-info .paging {
    margin-top: 48px;
    padding-top: 48px;
  }
}

/* detail.html
---------------------------------------------------- */
.sec-info-detail .info-ttl .__ttltxt span.__deco-line img {
  position: relative;
  margin-bottom: 0;
}
.sec-info-detail .sec-content {
  border-bottom: solid 1px #eee;
  margin-bottom: 5rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-info-detail .sec-content {
    margin-bottom: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-info-detail .sec-content {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
}
.sec-info-detail .sec-content .item-info {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.sec-info-detail .sec-content .item-info .__date {
  font-size: 0.875em;
  margin-right: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-info-detail .sec-content .item-info .__date {
    font-size: 0.9em;
  }
}
.sec-info-detail .sec-content .item-info .__cate {
  text-align: center;
  color: #ceba97;
  font-size: 0.8125em;
  width: 8em;
  padding: 0 0.2em;
  border: solid 2px #dbcfba;
  border-radius: 6px;
}
.sec-info-detail .sec-content .item-slider {
  margin-top: 4em;
}
.sec-info-detail .sec-content .item-slider .slider-inner {
  width: min(100%, 800px);
  margin: 0 auto;
}
.sec-info-detail .sec-content .item-slider .slider-inner .__main {
  position: relative;
}
.sec-info-detail .sec-content .item-slider .slider-inner .__main .swiper-button-next,
.sec-info-detail .sec-content .item-slider .slider-inner .__main .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: #1a1a1a;
}
.sec-info-detail .sec-content .item-slider .slider-inner .__main .swiper-button-next::after,
.sec-info-detail .sec-content .item-slider .slider-inner .__main .swiper-button-prev::after {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .sec-info-detail .sec-content .item-slider .slider-inner .__main .swiper-button-next::after,
  .sec-info-detail .sec-content .item-slider .slider-inner .__main .swiper-button-prev::after {
    display: none;
  }
}
.sec-info-detail .sec-content .item-slider .slider-inner .__main .swiper-button-next {
  right: -3rem;
}
.sec-info-detail .sec-content .item-slider .slider-inner .__main .swiper-button-prev {
  left: -3rem;
}
.sec-info-detail .sec-content .item-slider .slider-inner .slider-main {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sec-info-detail .sec-content .item-slider .slider-inner .slider-main {
    border-radius: 2.5rem;
  }
}
.sec-info-detail .sec-content .item-slider .slider-inner .slider-main .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-info-detail .sec-content .item-slider .slider-inner .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
}
.sec-info-detail .sec-content .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide {
  position: relative;
  opacity: 0.6;
  transition: opacity 0.4s;
  width: calc(25% - 22.5px) !important;
  aspect-ratio: 3/2;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 30px;
  margin-right: 30px !important;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .sec-info-detail .sec-content .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(25% - 7.5px) !important;
    margin-top: 10px;
    margin-right: 10px !important;
  }
}
.sec-info-detail .sec-content .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(4n) {
  margin-right: 0 !important;
}
.sec-info-detail .sec-content .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-info-detail .sec-content .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.sec-info-detail .sec-content .item-content {
  font-weight: 400;
  margin-top: 3em;
}
.sec-info-detail .sec-content .item-link {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
}
.sec-info-detail .sec-content .item-link .__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1em;
  margin-top: 1em;
}
.sec-info-detail .sec-content .item-link .__linkbtn a {
  padding-left: 2em;
  padding-right: 2em;
}
.sec-info-detail .sec-content .item-link .__linkbtn a i {
  margin-right: 0.4em;
}
.sec-info-detail .sec-content .item-link .__linkbtn.__pdf a i {
  color: #e24b16;
}
.sec-info-detail .sec-content .item-link .__linkbtn.__word a i {
  color: #2686c7;
}
.sec-info-detail .sec-content .item-link .__linkbtn.__excel a i {
  color: #44a64e;
}
.sec-info-detail .back-btn .__linkbtn {
  margin: 0 auto;
}
.sec-info-detail .back-btn .__linkbtn a {
  padding-left: 1.2em;
  padding-right: 0.2em;
}
.sec-info-detail .back-btn .__linkbtn a span.__arrow {
  right: initial;
  left: 0;
  margin-right: 0;
  margin-left: 1em;
}
.sec-info-detail .back-btn .__linkbtn a span.__arrow img {
  transform: scaleX(-1);
}/*# sourceMappingURL=sub.css.map */