@charset "UTF-8";
/* CSS Document */

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.fadeUpTrigger{
	opacity: 0;
}

.fadeUpTrigger.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}




/* guide-css
--------------------- */

.fv-area {
  position: relative;
  width: 100%;
  height: 760px;
}
.fv-area .tri-angle {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}
.fv-area .tri-angle.angle02 {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.fv-area .pht-asi {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fv-area .pht-asi .cntnr {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv-area .pht-asi .cntnr .asi {
  position: absolute;
  width: 100%;
  top: 4%;
}
.fv-area .pht-asi .cntnr .asi:nth-child(2) {
  top: auto;
  bottom: 4%;
}

.fv-area .fv-txt {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 740px;
  width: 90%;
}
.lead-area .lead-txt {
  width: 90%;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  line-height: 2;
  margin: 0 auto;
  margin-top: 80px;
}
.lead-area .btn-area {
  text-align: center;
  margin-top: 60px;
}
.lead-area .btn-area .txt {
  font-size: 2rem;
  font-weight: 600;
}
.lead-area .btn-area a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 326px;
  height: 74px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
  background: -webkit-linear-gradient(#00387a, #005694);
  background: -o-linear-gradient(#00387a, #005694);
  background: linear-gradient(#00387a, #005694);
  margin: 30px auto 0;
}
.lead-area .btn-area a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/guide/gaibu-icon.svg") no-repeat center / contain;
}
.lead-area .btn-area a span {
  padding-right: 25px;
}

.point-btn {
  max-width: 1100px;
  width: 90%;
  margin: 80px auto 0;
}
h2.b-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #0150a2;
  margin-bottom: 50px;
}
h2.b-ttl span {
  padding-bottom: 8px;
  border-bottom: 3px solid #0150a2;
}
.point-btn .cntnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.5%;
  height: 110px;
  background-color: #0150a2;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 65px;
  border: 6px solid #fff;
  box-shadow: 0px 0px 15px -3px #777777;
}
.point-btn a span {
  margin-left: 15px;
}

.search-btn {
  margin-top: 80px;
}
.search-btn .cntnr {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-btn .cntnr a {
  width: 23.5%;
  transition: all 0.4s;
}
.search-btn .cntnr a:hover {
  transform: scale(1.04);
}

.search-btn .search-box {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-btn .search-box input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.search-btn .search-box label {
  position: relative;
  display: block;
  width: 23.5%;
  cursor: pointer;
  transition: all 0.4s;
}
.search-btn .search-box label:hover {
  opacity: 0.8;
  transform: scale(1.04);
}
.search-btn .search-box label img {
  display: block;
  position: relative;
  width: 100%;
}
.search-btn .search-box input[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 106%;
  padding-top: 106%;
  background-color: #ffff00;
}

.recruitment_flow {
  padding: 140px 0;
}
.recruitment_flow .ttl {
  text-align: center;
  color: #0150a2;
  margin-bottom: 70px;
}
.recruitment_flow .ttl .en {
  font-size: 50px;
}
.recruitment_flow .ttl h2 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.recruitment_flow .pink-txt {
  max-width: 670px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  background-color: #ff93cb;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 25px 20px;
  line-height: 1.8;
}
.recruitment_flow .pink-txt a {
  display: inline-block;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}
.recruitment_flow .cntnr {
  position: relative;
}
.recruitment_flow .zu {
  position: relative;
  max-width: 854px;
  width: 100%;
  margin: 60px auto 0;
}
  .recruitment_flow .zu:before{
	  content:'※フローは変更となる場合があります。';
	  font-size: 1.4rem;
	  position: absolute;
	  bottom:0;
	  left:50%;
	  transform: translate(-50%,160%)
  }
.recruitment_flow .zu > img {
  width: 100%;
}
.recruitment_flow .ab {
  position: absolute;
}
.recruitment_flow .f01 {
  width: 20%;
  right: 5%;
  bottom: 32%;
}
.recruitment_flow .f02 {
  width: 26%;
  right: 68%;
  bottom: 10px;
}
.recruitment_flow a.txt-19 {
  display: block;
  position: absolute;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
}
.recruitment_flow a.txt-19 span {
  border-bottom: 1px solid rgba(23, 23, 23, 1);
}
.recruitment_flow a.gr span {
  border-bottom: 1px solid #71cbcb;
}
.recruitment_flow a.bl span {
  border-bottom: 1px solid #6796c7;
}
.recruitment_flow a.btn01 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.recruitment_flow a.btn02 {
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.recruitment_flow a.btn03 {
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}

.recruitment_flow a.btn04 {
  top: 11%;
  left: 80.5%;
  transform: translateX(-50%);
  color: #71cbcb;
}
.recruitment_flow a.btn05 {
  top: 17.5%;
  left: 80.5%;
  transform: translateX(-50%);
  color: #71cbcb;
}
.recruitment_flow a.btn06 {
  top: 24%;
  left: 80.5%;
  transform: translateX(-50%);
  color: #71cbcb;
}

.recruitment_flow a.btn07 {
  top: 11%;
  left: 18.5%;
  transform: translateX(-50%);
  color: #6796c7;
}
.recruitment_flow a.btn08 {
  top: 22%;
  left: 18.5%;
  transform: translateX(-50%);
  color: #6796c7;
}
.recruitment_flow a.btn09 {
  top: 32.5%;
  left: 18.5%;
  transform: translateX(-50%);
  color: #6796c7;
}

.entry-footer-btn {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.9;
  font-weight: 600;
  padding: 60px;
  color: #0150a2;
  background-color: #e5edf6;
}
.entry-footer-btn a {
  display: block;
  max-width: 515px;
  width: 100%;
  height: 110px;
  color: #fff;
  background: -webkit-linear-gradient(#00387a, #005694);
  background: -o-linear-gradient(#00387a, #005694);
  background: linear-gradient(#00387a, #005694);
  margin: 40px auto;
  border-radius: 10px;
}
.entry-footer-btn a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  letter-spacing: 0.08rem;
}
.entry-footer-btn a span:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
.entry-footer-btn a:hover span:after {
  right: 23px;
}

/*-------------------------------
	検索エリア
--------------------------------*/
.event-search {
  background-color: #e5edf6;
  padding: 80px 0 0;
}
.es-ttl {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  color: #0150a2;
  text-align: center;
  cursor: pointer;
}
.es-ttl span {
  padding-right: 20px;
  position: relative;
}
.es-ttl span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) rotate(-180deg);
  width: 28px;
  height: 28px;
  background: url(../img/guide/aco-arw.svg) no-repeat center / contain;
  transition: all 0.4s;
}
.es-ttl.active span:before {
  content: "";
  transform: translateY(-50%);
}
.display-switch {
  position: relative;
}
.display-switch.active {
  padding-bottom: 80px;
}
.display-switch .tp-gra {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url("../img/guide/search-bg-fff.png") no-repeat center / cover;
  background-position: -5px center;
  cursor: pointer;
}
.display-switch.active .tp-gra {
  display: none;
}
.display-switch .search_cntnr:last-child {
  display: none;
}
.display-switch .cntntns-aco {
  display: none;
}
.display-switch .searchform01 {
  padding-bottom: 0;
}
.display-switch.active .search_cntnr:last-child {
  display: flex;
}
.display-switch.active .cntntns-aco {
  display: block;
}
.display-switch.active .searchform01 {
  padding-bottom: 60px;
}
.reset_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
  background: -webkit-linear-gradient(#00387a, #005694);
  background: -o-linear-gradient(#00387a, #005694);
  background: linear-gradient(#00387a, #005694);
  margin: 35px auto 0;
  cursor: pointer;
}
.searchform01 {
  max-width: 920px;
  width: 90%;
  margin: 0 auto 0;
  padding: 60px 0;
}
.search_cntnr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.search_cntnr:nth-child(n + 2) {
  margin-top: 35px;
}
.search_cntnr h3 {
  display: flex;
  justify-content: center;
  width: 85px;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  border-bottom: 2px solid #0150a2;
  color: #0150a2;
  text-align: center;
}
.search_cntnr:nth-child(n + 2) h3 {
  letter-spacing: 1.05rem;
}
.search_cntnr .right-area {
  width: calc(100% - 85px);
  padding-left: 30px;
}
.search_cntnr .right-area .tag-ttl {
  font-size: 1.4rem;
  font-weight: 600;
  color: #88c9b1;
}
.search_cntnr .right-area .tag-ttl:nth-child(n + 3) {
  margin-top: 15px;
}
.search_cntnr .right-area .search-box input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.search_cntnr .right-area .search-box label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  background-color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  border-radius: 8px;
  color: #8eb5e5;
  border: 3px solid #8eb5e5;
}
.search_cntnr:nth-child(2) .right-area .search-box label {
  color: #d09cd1;
  border: 3px solid #d09cd1;
}
.search_cntnr:nth-child(3) .right-area .search-box label {
  color: #88c9b1;
  border: 3px solid #88c9b1;
}
.search_cntnr .search-box input[type="checkbox"]:checked + label {
  color: #fff;
  background-color: #8eb5e5;
}
.search_cntnr:nth-child(2) .search-box input[type="checkbox"]:checked + label {
  background-color: #d09cd1;
}
.search_cntnr:nth-child(3) .search-box input[type="checkbox"]:checked + label {
  background-color: #88c9b1;
}

/*下部アコーディオン*/
.cntntns-aco {
  max-width: 920px;
  width: 90%;
  margin: 0 auto 0;
  border-top: 1px solid #0150a2;
  border-bottom: 1px solid #0150a2;
  padding: 0 25px;
}
.cntntns-aco .aco-item {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #0150a2;
  padding: 35px 0;
  cursor: pointer;
}
.cntntns-aco .aco-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(-180deg);
  width: 28px;
  height: 28px;
  background: url(../img/guide/aco-arw.svg) no-repeat center / contain;
  transition: all 0.4s;
}
.cntntns-aco .aco-item.active:before {
  content: "";
  transform: translateY(-50%);
}
.cntntns-aco .txt-area {
  display: none;
  padding-bottom: 40px;
  font-size: 1.6rem;
}
.cntntns-aco .txt-area.active {
  display: block;
}
.cntntns-aco .txt-area .b-txt {
  color: #0150a2;
  font-weight: 600;
  padding-bottom: 4px;
}
.cntntns-aco .txt-area .b-txt:nth-child(n + 2) {
  margin-top: 25px;
}

/*リストエリア*/
ul.list {
  max-width: 1100px;
  width: 95%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
}
ul.list > li {
  width: 30.8333333%;
  margin: 60px 1.25% 0;
}
.is-hide {
  display: none;
}
ul.list li .pht {
  position: relative;
}
ul.list li .pht .tagarea {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.list li .pht .tagarea .tag {
  background-color: #fff;
  padding: 2px 6px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ae61b5;
  border: 2px solid #ae61b5;
}
ul.list li .pht .tagarea .tag:nth-child(n + 2) {
  margin-left: -2px;
}
ul.list li .txtarea .name {
  font-size: 22px;
  font-weight: bold;
  color: #28188f;
  margin-top: 14px;
}
ul.list li .txtarea .txt {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 6px;
}
ul.list li .txtarea .cntnt {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #8eb5e5;
  padding: 4px 8px 6px;
  border: 2px solid #8eb5e5;
  border-radius: 5px;
  margin-top: 12px;
}
ul.list li .txtarea ul {
  margin-top: 8px;
  margin-bottom: 10px;
}
ul.list li .txtarea ul li {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px 8px;
  display: inline-block;
  color: #fff;
  background-color: #88c9b1;
  white-space: nowrap;
  margin: 3px 3px 3px 0;
  border-radius: 3px;
}
ul.list li .txtarea .time {
  font-size: 14px;
}
.event-comment {
  font-size: 14px;
  text-align: right;
}

body.noscroll {
  overflow: hidden !important;
}
html.noscroll {
  overflow: hidden !important;
}
/*モーダル*/

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 620px;
  width: 90%;
  /*		height: 70%;*/
  background-color: #0150a2;
  border-radius: 30px;
  border: 6px solid #fff;
}
.modal-content .content_area {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 40px 60px;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.modal-content .content_area::-webkit-scrollbar {
  display: none;
}
.modal-content .content_area .ttl-img {
  display: flex;
  justify-content: center;
}
.modal-content .content_area .ttl-img img {
  width: auto;
  height: 35px;
}
.modal-content .content_area .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}
.modal-content .content_area .txt {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 15px;
  text-align: center;
}
.modal-content .content_area .img {
  width: 276px;
  margin: 40px auto 0;
}
.modal a.js-modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  width: 32px;
  height: 32px;
}

/*-------------------------------
     詳細ページ
--------------------------------*/

.guide-detail {
  margin-top: 200px;
}
.guide-detail h1 {
  display: block;
  color: #0150a2;
  font-size: 40px;
  text-align: center;
  margin-bottom: 55px;
}
.guide-detail h1 span {
  padding-bottom: 10px;
  border-bottom: 2px solid #0150a2;
}
.guide-detail .tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.guide-detail .tag-area span {
  padding: 7px 9px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  background-color: #8eb5e5;
  border-radius: 5px;
  margin: 3px 3px;
}
.guide-detail .tag-area span.red {
  background-color: #d09cd1;
}
.guide-detail .tag-area span.gr {
  background-color: #88c9b1;
}
.guide-detail .lead-txt {
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: center;
  margin-top: 50px;
}
.recommend {
  max-width: 720px;
  width: 100%;
  border: 2px solid #0150a2;
  margin: 80px auto 0;
  padding-bottom: 50px;
}
.recommend h2 {
  text-align: center;
  transform: translateY(-50%);
  padding: 5px 10px;
}
.recommend h2 span {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #0150a2;
  padding: 7px 10px;
}
.recommend ul li {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #0150a2;
}
.recommend ul li:nth-child(n + 2) {
  margin-top: 15px;
}
.recommend ul li span {
  border-bottom: 2px solid #0150a2;
}

.guide-detail .entry {
  display: block;
  max-width: 515px;
  width: 100%;
  height: 110px;
  color: #fff;
  background: -webkit-linear-gradient(#00387a, #005694);
  background: -o-linear-gradient(#00387a, #005694);
  background: linear-gradient(#00387a, #005694);
  margin: 80px auto;
  border-radius: 10px;
}
.guide-detail .entry span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  letter-spacing: 0.08rem;
}
.guide-detail .entry span:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
.guide-detail .entry:hover span:after {
  right: 23px;
}

.guide-detail .back_btn {
  display: block;
  max-width: 350px;
  width: 90%;
  height: 85px;
  background-color: rgba(193, 193, 193, 0.8);
  margin: 40px auto;
  border-radius: 10px;
}
.guide-detail .back_btn span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
.guide-detail .back_btn span:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
.guide-detail .back_btn:hover span:after {
  right: 22px;
}

.onedays .inner {
  margin-top: 100px;
  padding: 80px 0;
  background-color: #0150a2;
  color: #fff;
}
.onedays h2 {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 55px;
}
.onedays h2 span {
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
}
.onedays .cntnt {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.onedays .cntnt .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.onedays .cntnt .txt {
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
}
.onedays .zu {
  max-width: 840px;
  width: 90%;
  margin: 50px auto 20px auto;
}
.onedays .zu li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  color: #0150a2;
  font-size: 15px;
  font-weight: 500;
}

.onedays .zu li:nth-child(2n - 1) {
  background-color: #e0ebf3;
}
.onedays .zu li .fi {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #0150a2;
}
.onedays .zu li .sc {
  width: calc(100% - 120px);
  padding: 15px;
}

.onedays .zu li.ttl {
  color: #fff;
  background-color: #64a3da;
  font-weight: 600;
}
.onedays .zu li.ttl .sc {
  padding: 10px 15px;
}
.onedays .zu-under-txt {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}

.onedays .hyo-list {
  max-width: 840px;
  width: 90%;
  margin: 50px auto;
  border-top: 1px solid #fff;
}
.onedays .hyo-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 24px 20px;
  font-size: 15px;
}
.onedays .hyo-list li .ttl {
  width: 120px;
  font-weight: 600;
}
.onedays .hyo-list li .txt {
  width: calc(100% - 120px);
}

/* 1100px */
@media screen and (max-width: 1100px) {
  .point-btn a {
    width: 100%;
  }
  .point-btn a:nth-child(2) {
    margin-top: 20px;
  }

  /*-------------------------------
     詳細ページ
--------------------------------*/

  .onedays h2 {
    font-size: 36px;
  }
}

/* max 767px */
@media screen and (max-width: 767px) {
  /*-------------------------------
	FV
--------------------------------*/
  .fv-area {
    width: 100%;
    height: calc(100vh - 64px);
    max-height: 570px;
  }
  .fv-area .tri-angle {
    width: 35%;
  }
  .fv-area .fv-txt {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-60%);
    max-width: 740px;
    width: 85%;
  }

  /*-------------------------------
	ポイントボタン
--------------------------------*/
  .lead-area {
    width: 90%;
    margin: 0 auto;
  }
  .lead-area .lead-txt {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 60px;
  }
  .lead-area .btn-area .txt {
    font-size: 18px;
    line-height: 1.6;
  }
  .lead-area .btn-area {
    margin-top: 15px;
  }
  .lead-area .btn-area a {
    width: 100%;
    height: 65px;
    margin-top: 20px;
    font-size: 15px;
  }

  /*-------------------------------
	ポイントボタン
--------------------------------*/

  .point-btn {
    margin-top: 60px;
  }
  .point-btn a {
    width: 100%;
    height: 80px;
    font-size: 15px;
    border: 3px solid #fff;
  }
  .point-btn a:nth-child(n + 2) {
    margin-top: 12px;
  }
  .point-btn a .cntnr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .point-btn .cntnr img {
    width: auto;
    height: 24px;
  }

  /*-------------------------------
	イベント検索
--------------------------------*/
  .search-btn {
    margin-top: 60px;
  }
  .point-btn a {
    width: 100%;
    height: 80px;
    font-size: 15px;
    border: 3px solid #fff;
  }

  /*-------------------------------
	イベント検索
--------------------------------*/

  .es-ttl span:before {
    content: "";
    right: -20px;
    width: 24px;
    height: 24px;
  }
  .cntntns-aco .aco-item:before {
    width: 24px;
    height: 24px;
  }
  .search-btn .search-box {
    margin-bottom: 40px;
  }
  h2.b-ttl {
    font-size: 2rem;
    margin-bottom: 25px;
    line-height: 1.8;
  }
  h2.b-ttl span {
    padding-bottom: 0px;
    border-bottom: 2px solid #0150a2;
  }
  .search-btn .search-box label {
    width: 47%;
  }
  .event-search {
    padding-top: 60px;
  }
  .reset_btn {
    width: 240px;
    height: 55px;
    margin-top: 25px;
  }
  .es-ttl {
    font-size: 38px;
  }
  .search_cntnr .right-area {
    width: 100%;
    padding-left: 0;
  }
  .search_cntnr .right-area .search-box label {
    padding: 3px 8px;
    font-size: 12px;
    margin: 3px 3px 3px 0;
  }
  .search_cntnr h3 {
    margin-bottom: 10px;
  }

  .display-switch .searchform01 {
    padding: 30px 0 0;
  }
  .search_cntnr:nth-child(n + 2) {
    margin-top: 25px;
  }
  .display-switch.active .searchform01 {
    padding-bottom: 30px;
  }
  .cntntns-aco {
    padding: 0 10px;
  }
  .cntntns-aco .aco-item {
    padding: 25px 0;
    font-size: 18px;
  }
  .display-switch.active {
    padding-bottom: 50px;
  }
  h2.b-ttl {
    margin-bottom: 20px;
  }

  ul.list > li {
    width: 47%;
    margin: 30px 1.5% 0;
  }
  ul.list li .txtarea .name {
    font-size: 18px;
    line-height: 1.2;
  }
  ul.list li .txtarea .cntnt {
    font-size: 13px;
  }
  ul.list li .txtarea .txt {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 7px;
  }
  ul.list li .txtarea .time {
    font-size: 12px;
  }
  ul.list li .pht .tagarea .tag {
    font-size: 1.05rem;
  }
  ul.list li .txtarea ul li {
    font-size: 1.1rem;
  }
  .event-comment {
    margin-top: 20px;
    font-size: 1.1rem;
  }

  /*-------------------------------
	採用フロー
--------------------------------*/

  .recruitment_flow {
    padding: 50px 0;
  }
  .recruitment_flow .ttl {
    margin-bottom: 25px;
  }
  .recruitment_flow .ttl .en {
    font-size: 30px;
  }

  .recruitment_flow .pink-txt {
    width: 100%;
    font-size: 14px;
    padding: 20px 16px;
  }
  .recruitment_flow .zu {
	  position: relative;
    margin: 40px auto 0;
  }
  .recruitment_flow .zu:before{
	  font-size: 1.2rem;
	  white-space: nowrap;
  }	
  .recruitment_flow a.txt-19 {
    font-size: 13px;
  }
  .recruitment_flow a.gr span {
    white-space: nowrap;
  }
  .recruitment_flow a.btn01 {
    top: 49%;
  }
  .recruitment_flow a.btn02 {
    top: 59%;
  }
  .recruitment_flow a.btn03 {
    top: 69%;
  }

  .recruitment_flow a.btn04 {
    top: 10%;
    left: 79.2%;
  }
  .recruitment_flow a.btn05 {
    top: 16.5%;
    left: 79.5%;
  }
  .recruitment_flow a.btn06 {
    top: 23.5%;
    left: 79.5%;
  }

  .recruitment_flow a.btn07 {
    top: 11%;
    left: 22%;
  }
  .recruitment_flow a.btn08 {
    top: 21%;
    left: 21%;
  }
  .recruitment_flow a.btn09 {
    top: 31.5%;
    left: 21%;
  }
  .recruitment_flow .f01 {
    width: 28%;
    right: -2%;
    bottom: 32%;
  }
  .recruitment_flow .f02 {
    width: 37%;
    right: 68%;
    bottom: 10px;
  }

  /*-------------------------------
	フッターエントリーボタン
--------------------------------*/

  .entry-footer-btn {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 50px 0;
  }
  .entry-footer-btn a {
    height: 65px;
    margin: 20px auto;
  }
  .entry-footer-btn a span {
    font-size: 1.8rem;
  }
  .entry-footer-btn a span:after {
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    right: 22px;
  }

  /*-------------------------------
     モーダル
--------------------------------*/
  .modal-content .content_area .img {
    width: 100%;
  }
  .modal-content .content_area {
    padding: 40px 25px 40px;
  }
  .modal-content .content_area .ttl-img img {
    height: 30px;
  }
  .modal-content .content_area .ttl {
    font-size: 18px;
    margin-top: 20px;
  }
  .modal-content .content_area .txt {
    font-size: 14px;
    margin-top: 13px;
    text-align: left;
  }
  .modal-content .content_area .img {
    width: 80%;
    margin-top: 25px;
  }

  /*-------------------------------
     詳細ページ
--------------------------------*/

  .guide-detail {
    margin-top: 150px;
  }
  .guide-detail h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .guide-detail h1 span {
    padding-bottom: 5px;
  }
  .guide-detail .tag-area span {
    padding: 7px 9px;
    font-size: 13px;
    border-radius: 4px;
    margin: 3px 3px;
  }
  .guide-detail .lead-txt {
    font-size: 1.4rem;
    margin-top: 30px;
    text-align: left;
  }
  .recommend {
    margin: 50px auto 0;
    padding-bottom: 30px;
  }
  .recommend h2 span {
    font-size: 2.2rem;
    padding: 7px 10px;
  }
  .recommend ul {
    padding-left: 25px;
  }
  .recommend ul li {
    font-size: 1.4rem;
    text-align: left;
  }
  .onedays .inner {
    margin-top: 70px;
    padding: 70px 0;
  }
  .onedays h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .onedays .cntnt .ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .onedays .zu li {
    font-size: 14px;
  }
  .onedays .zu li .fi {
    width: 90px;
  }
  .onedays .zu li .sc {
    width: calc(100% - 90px);
  }
  .onedays .hyo-list {
    margin-bottom: 0;
  }
  .onedays .hyo-list li {
    padding: 20px 15px;
    font-size: 14px;
  }
  .onedays .hyo-list li .ttl {
    width: 80px;
  }
  .onedays .hyo-list li .txt {
    width: calc(100% - 80px);
  }

  .guide-detail .entry {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 30px 0;
  }
  .guide-detail .entry {
    width: 85%;
    height: 65px;
    margin: 35px auto;
  }
  .guide-detail .entry span {
    font-size: 1.8rem;
  }
  .guide-detail .entry span:after {
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    right: 22px;
  }

  .guide-detail .back_btn {
    width: 70%;
    height: 65px;
    margin: 30px auto;
  }
  .guide-detail .back_btn span {
    font-size: 1.5rem;
  }
  .guide-detail .back_btn span:after {
    width: 12px;
    height: 12px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    right: 20px;
  }
}
