@charset "UTF-8";

/*--- main visual ---*/
.layout_global-content .mainvisual-area {
  background: url(../images/index/img_mainvisual.jpg) center no-repeat;
  text-indent: -9999px;
}


/*--- main title ---*/
.main-title-em {
  border-bottom: 2px solid #93dede;
}


/*--- intro ---*/
.section_intro {
  text-align: left;
}


/*--- title ---*/
.section-title {
  color: #3bc7c7;
}
.section-title-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/*--- workstyle ---*/
.workstyle-list {
  text-align: center;
}
.workstyle-list small{
  font-size: 70%;
}

.workstyle-list > li {
  position: relative;
}
.workstyle-detail > dt {
  border-bottom: 1px solid #3bc7c7;
  color: #3bc7c7;
}
.workstyle-detail > dt:before {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  margin: 0 auto 7px;
}
.workstyle-detail > dt:hover {
  opacity: 0.7;
}
.workstyle-detail.workstyle-detail_short > dt:before {
  background-image: url(../images/index/img_workstyle_short.png);
}
.workstyle-detail.workstyle-detail_flex > dt:before {
  background-image: url(../images/index/img_workstyle_flex.png);
}
.workstyle-detail.workstyle-detail_time > dt:before {
  background-image: url(../images/index/img_workstyle_time.png);
}
.workstyle-detail.workstyle-detail_refresh > dt:before {
  background-image: url(../images/index/img_workstyle_refresh.png);
}
.workstyle-detail.workstyle-detail_home > dt:before {
  background-image: url(../images/index/img_workstyle_home.png);
}
.workstyle-detail.workstyle-detail_parallel > dt:before {
  background-image: url(../images/index/img_workstyle_parallel.png);
}
.workstyle-detail.workstyle-detail_reduct > dt:before {
  background-image: url(../images/index/img_workstyle_reduct.png);
}
.workstyle-detail.workstyle-detail_x-turn > dt:before {
  background-image: url(../images/index/img_workstyle_x-turn.png);
}
.workstyle-detail > dd {
  text-align: left;
}
.workstyle-link:link {
  color: #444;
  display: block;
  height: 100%;
}
.workstyle-detail .workstyle-more {
  background-color: #3bc7c7;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.workstyle-detail .workstyle-more:after {
  -webkit-transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  transform: rotate(45deg);
  width: 8px;
}


/*--- support ---*/
.support-list > li {
  border: 1px solid #3bc7c7;
}
.support-detail > dt {
  border-bottom: 1px solid #3bc7c7;
  color: #3bc7c7;
}
.support-detail > dt:before {
  background-position: center bottom;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.support-detail.support-detail_commute > dt:before {
  background-image: url(../images/index/img_support_commute.png);
}
.support-detail.support-detail_circle > dt:before {
  background-image: url(../images/index/img_support_circle.png);
}
.support-detail.support-detail_cultivate > dt:before {
  background-image: url(../images/index/img_support_cultivate.png);
}
.support-detail.support-detail_gift > dt:before {
  background-image: url(../images/index/img_support_gift.png);
}
.support-detail.support-detail_program > dt:before {
  background-image: url(../images/index/img_support_program.png);
}
.support-detail.support-detail_school > dt:before {
  background-image: url(../images/index/img_support_school.png);
}


/*--- data ---*/
.data-title {
  border-bottom: 1px solid #3bc7c7;
  color: #3bc7c7;
}
.data-detail-em {
  color: #3bc7c7;
}
.data-detail-img > img {
  height: auto;
  width: auto;
}


/*--- news ---*/
.news-list {
  text-align: left;
}
.news-list > li {
  border-bottom: 1px solid #3bc7c7;
  display: table;
  width: 100%;
}
.news-list .news-detail,
.news-list .news-more {
  display: table-cell;
  vertical-align: bottom;
}
.news-list .news-more {
  text-align: right;
}
.news-list .news-more > a {
  color: #666;
}
.news-list .news-more > a:after {
  background: url(../images/index/icon_blank.png) center no-repeat;
  content: '';
  display: inline-block;
}
.news-list .news-date,
.news-list .news-title {
  display: block;
}
.news-list .news-date {
  color: #3bc7c7;
}
.hr-award-img{
  margin:auto;
  width: 200px;
}


/*--- modal ---*/
.modal-wrap {
  background: #fff center top no-repeat;
  border: 1px solid #3bc7c7;
  box-sizing: border-box;
  position: relative;
}

.modal-wrap small {
  font-size: 70%;
}

.modal-wrap .note li {
  font-size: 80%;
  color: #999;
  margin-bottom: 5px;
}

.modal-title {
  color: #3bc7c7;
  text-align: center;
}
.modal-title:before {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  position: absolute;
}
.remodal.remodal_short .modal-title:before {
  background-image: url(../images/index/img_workstyle_short.png);
}
.remodal.remodal_flex .modal-title:before {
  background-image: url(../images/index/img_workstyle_flex.png);
}
.remodal.remodal_time .modal-title:before {
  background-image: url(../images/index/img_workstyle_time.png);
}
.remodal.remodal_refresh .modal-title:before {
  background-image: url(../images/index/img_workstyle_refresh.png);
}
.remodal.remodal_home .modal-title:before {
  background-image: url(../images/index/img_workstyle_home.png);
}
.remodal.remodal_parallel .modal-title:before {
  background-image: url(../images/index/img_workstyle_parallel.png);
}
.remodal.remodal_reduct .modal-title:before {
  background-image: url(../images/index/img_workstyle_reduct.png);
}
.remodal.remodal_x-turn .modal-title:before {
  background-image: url(../images/index/img_workstyle_x-turn.png);
}

.modal-detail {
  text-align: left;
  overflow-y: scroll;
  margin: 0 7px;
}

.modal-detail::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #3bc7c7;
}
.modal-detail-title {
  margin-bottom: 5px;
}
.modal-close {
  background-color: #3bc7c7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-close:hover {
  text-decoration: none;
}



/*
  @PC
*/
.layout_global-pc .layout_global-content .breadcrumb {
  margin-top: 15px;
}
.layout_global-pc .layout_global-content section.component-main_content {
  padding-top: 40px;
}
.layout_global-pc .layout_global-content .section {
  font-size: 17px;
  margin: 0 auto;
  width: 960px;
}


/*--- main visual ---*/
.layout_global-pc .layout_global-content .mainvisual-area {
  padding-top: 400px;
  background-size: none !important;
}


/*--- main title ---*/
.layout_global-pc .main-title {
  font-size: 50px;
  margin-bottom: 75px;
}
.layout_global-pc .main-title-em {
  padding-bottom: 10px;
}


/*--- intro ---*/
.layout_global-pc .layout_global-content .section_intro {
  margin-bottom: 50px;
}
.layout_global-pc .intro-text {
  line-height: 2.2;
}
.layout_global-pc .intro-text strong {
  font-weight:bold;
  text-decoration: underline;
}



/*--- anchor ---*/
.layout_global-pc .layout_global-content .component-anchor_list {
  font-size: 14px;
}
.layout_global-pc .layout_global-content .component-anchor_list > li {
  margin: 0 26px;
}
.layout_global-pc .layout_global-content .component-anchor_list > li:first-child {
  margin-left: 0;
}
.layout_global-pc .layout_global-content .component-anchor_list > li:last-child {
  margin-right: 0;
}
.layout_global-pc .layout_global-content .component-anchor_list li a:before {
  background-image: url(../images/index/icon_arrow_bottom.png);
  height: 7px;
  width: 12px;
}


/*--- title ---*/
.layout_global-pc .section-title {
  font-size: 50px;
}
.layout_global-pc .section-title.section-title_workstyle {
  margin-bottom: 40px;
}
.layout_global-pc .section-title.section-title_learning {
  margin-bottom: 50px;
}
.layout_global-pc .section-title.section-title_release {
  margin-bottom: 25px;
}
.layout_global-pc .section-title-area {
  background-attachment: fixed;
  font-size: 50px;
  height: 320px;
  margin-bottom: 65px;
}
.layout_global-pc .section-title-area.section-title-area_support {
  background-image: url(../images/index/bg_title_support.jpg);
}
.layout_global-pc .section-title-area.section-title-area_data {
  background-image: url(../images/index/bg_title_data.jpg);
}
.layout_global-pc .section-title-area.section-title-area_data .section-data-title_intro {
  font-size: 17px;
}


/*--- workstyle ---*/
.layout_global-pc .workstyle-list {
  margin: 0 -27px 30px;
}
.layout_global-pc .workstyle-list > li {
  display: inline-block;
  height: 365px;
  margin: 0 27px 55px;
  vertical-align: top;
  width: 280px;
}
.layout_global-pc .workstyle-detail > dt {
  font-size: 24px;
  margin-bottom: 14px;
}
.layout_global-pc .workstyle-detail > dt:before {
  background-position: center;
  background-repeat: no-repeat;
  height: 203px;
  width: 203px;
}
.layout_global-pc .workstyle-detail > dd {
  font-size: 14px;
}
.layout_global-pc .workstyle-link:hover {
  text-decoration: none;
}
.layout_global-pc .workstyle-link .workstyle-more {
  font-size: 17px;
  width: 280px;
}
.layout_global-pc .workstyle-link:hover .workstyle-more {
  background-color: #93dede;
  text-decoration: none;
}
.layout_global-pc .workstyle-link:active .workstyle-more {
  background-color: #666;
}


/*--- support ---*/
.layout_global-pc .support-list {
  margin: 0 -4px 40px;
  text-align: center;
}
.layout_global-pc .support-list.support-list_learning {
  margin-bottom: 75px;
}
.layout_global-pc .support-list > li {
  display: inline-block;
  margin: 0 2px 10px;
  min-height: 230px;
  vertical-align: top;
  width: 475px;
}
.layout_global-pc .support-list.support-list_learning > li {
  min-height: 300px;
}
.layout_global-pc .support-detail {
  padding: 0 25px;
}
.layout_global-pc .support-detail > dt {
  font-size: 28px;
  margin-bottom: 8px;
}
.layout_global-pc .support-detail.support-detail_commute > dt:before,
.layout_global-pc .support-detail.support-detail_circle > dt:before {
  height: 68px;
}
.layout_global-pc .support-detail.support-detail_cultivate > dt:before,
.layout_global-pc .support-detail.support-detail_gift > dt:before {
  height: 77px;
}
.layout_global-pc .support-detail.support-detail_program > dt:before,
.layout_global-pc .support-detail.support-detail_school > dt:before {
  height: 105px;
  margin-bottom: 10px;
}


/*--- data ---*/
.layout_global-pc .data-list {
  margin-bottom: 85px;
}
.layout_global-pc .data-list > li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.layout_global-pc .data-detail,
.layout_global-pc .data-img {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.layout_global-pc .data-title {
  font-size: 33px;
  margin-bottom: 5px;
}
.layout_global-pc .data-detail > p {
  margin-bottom: 25px;
}
.layout_global-pc .data-detail-em {
  font-size: 33px;
  line-height: 2.1;
}

/* overtime */
.layout_global-pc .data-list_overtime {
  padding-bottom: 115px;
  position: relative;
}
.layout_global-pc .data-list_overtime .data-detail {
  padding-left: 30px;
}
.layout_global-pc .data-list_overtime .data-detail:after {
  -webkit-transform: rotate(-45deg);
  background-color: #3bc7c7;
  bottom: 25px;
  content: '';
  display: block;
  height: 152px;
  left: 49%;
  position: absolute;
  transform: rotate(-45deg);
  width: 1px;
}
.layout_global-pc .data-list_overtime .data-title {
  margin-top: 80px;
}

/* childcare */
.layout_global-pc .data-list_childcare {
  padding-bottom: 120px;
  position: relative;
}
.layout_global-pc .data-list_childcare .data-detail {
  padding-right: 30px;
  text-align: right;
}
.layout_global-pc .data-list_childcare .data-detail:after {
  -webkit-transform: rotate(45deg);
  background-color: #3bc7c7;
  bottom: -52px;
  content: '';
  display: block;
  height: 160px;
  left: 47%;
  position: absolute;
  transform: rotate(45deg);
  width: 1px;
}
.layout_global-pc .data-list_childcare .data-detail-img {
  margin-bottom: 10px;
}
.layout_global-pc .data-list_childcare .data-detail-img:first-child {
  margin-top: 35px;
}
.layout_global-pc .data-list_childcare p + .data-detail-img {
  margin-top: 30px;
}
.layout_global-pc .data-list_childcare .data-img {
  width: 483px;
}

/* return */
.layout_global-pc .data-list_return .data-detail {
  padding-left: 30px;
}
.layout_global-pc .data-list_return .data-title {
  margin-top: 25px;
}


/*--- news ---*/
.layout_global-pc .news-list > li {
  margin-bottom: 30px;
}
.layout_global-pc .news-list .news-detail {
  width: 80%;
}
.layout_global-pc .news-list .news-more {
  padding-bottom: 6px;
}
.layout_global-pc .news-list .news-more > a:hover {
  color: #93dede;
  text-decoration: none;
}
.layout_global-pc .news-list .news-more > a:active {
  color: #3bc7c7;
}
.layout_global-pc .news-list .news-more > a:after {
  background-size: 14px;
  height: 14px;
  margin-left: 5px;
  width: 14px;
}
.layout_global-pc .news-list .news-detail {
  font-size: 14px;
  padding-bottom: 2px;
}
.layout_global-pc .news-list .news-date {
  margin-bottom: 5px;
}


/*--- modal ---*/
.layout_global-pc .modal-wrap {
  background-size: auto 190px;
  height: 725px;
  margin: 0 auto;
  padding: 190px 0 50px;
  width: 960px;
}
.layout_global-pc .remodal.remodal_short .modal-wrap {
  background-image: url(../images/index/bg_modal_short.jpg);
}
.layout_global-pc .remodal.remodal_flex .modal-wrap {
  background-image: url(../images/index/bg_modal_flex.jpg);
}
.layout_global-pc .remodal.remodal_time .modal-wrap {
  background-image: url(../images/index/bg_modal_time.jpg);
}
.layout_global-pc .remodal.remodal_refresh .modal-wrap {
  background-image: url(../images/index/bg_modal_refresh.jpg);
}
.layout_global-pc .remodal.remodal_home .modal-wrap {
  background-image: url(../images/index/bg_modal_home.jpg);
}
.layout_global-pc .remodal.remodal_parallel .modal-wrap {
  background-image: url(../images/index/bg_modal_parallel.jpg);
}
.layout_global-pc .remodal.remodal_reduct .modal-wrap {
  background-image: url(../images/index/bg_modal_reduct.jpg);
}
.layout_global-pc .remodal.remodal_x-turn .modal-wrap {
  background-image: url(../images/index/bg_modal_x-turn.jpg);
}
.layout_global-pc .modal-title {
  font-size: 50px;
  margin-bottom: 30px;
  padding-top: 20px;
}
.layout_global-pc .modal-title:before {
  height: 206px;
  left: 15px;
  top: 85px;
  width: 206px;
}
.layout_global-pc .modal-detail {
  height: 350px;
  padding: 0 115px;
}
.layout_global-pc .modal-detail::-webkit-scrollbar {
  width: 15px;
}
.layout_global-pc .modal-detail-title {
  font-size: 113%;
}
.layout_global-pc .modal-detail > p {
  line-height: 2.3;
  margin-bottom: 42px;
}
.layout_global-pc .modal-close {
  color: #fff;
  height: 40px;
  position: absolute;
  bottom: 0;
}
.layout_global-pc .modal-close:hover {
  background-color: #93dede;
}


/*
  @SP
*/
.layout_global-sp .layout_global-content .section {
  padding: 0 15px;
}


/*--- main visual ---*/
.layout_global-sp .layout_global-content .mainvisual-area {
  background-size: cover !important;
  margin-bottom: 22px;
  margin-left: 0;
  padding-top: 60.65%;
  width: 100%;
}


/*--- main title ---*/
.layout_global-sp .main-title {
  font-size: 159%;
  margin-bottom: 40px;
}
.layout_global-sp .main-title-em {
  padding-bottom: 5px;
}


/*--- intro ---*/
.layout_global-sp .layout_global-content .section_intro {
  margin-bottom: 35px;
}
.layout_global-sp .intro-text {
  font-size: 109%;
}


/*--- title ---*/
.layout_global-sp .section-title.section-title_learning {
  margin-bottom: 15px;
}
.layout_global-sp .section-title.section-title_release {
  margin-bottom: 20px;
}
.layout_global-sp .section-title {
  font-size: 233.33%;
}
.layout_global-sp .section-title.section-title_workstyle {
  margin-bottom: 10px;
}
.layout_global-sp .section-title-area {
  font-size: 233.33%;
  height: auto;
  padding: 40px 0;
}
.layout_global-sp .section-title-area.section-title-area_support {
  background-image: url(../images/index/sp/bg_title_support.jpg);
  margin-bottom: 30px;
}
.layout_global-sp .section-title-area.section-title-area_data {
  background-image: url(../images/index/sp/bg_title_data.jpg);
  margin-bottom: 10px;
}


/*--- workstyle ---*/
.layout_global-sp .workstyle-list {
  margin-bottom: 10px;
}
.layout_global-sp .workstyle-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.layout_global-sp .workstyle-list > li {
  margin-bottom: 20px;
  width: 48.25%;
}
.layout_global-sp .workstyle-list > li:nth-child(2n) {
  margin-left: 10px;
}
.layout_global-sp .workstyle-detail > dt {
  font-size: 116.7%;
  margin-bottom: 5px;
}
.layout_global-sp .workstyle-detail > dt:before {
  background-size: 100%;
  padding-top: 72.2%;
  width: 72.2%;
}
.layout_global-sp .workstyle-detail > dd {
  font-size: 91.7%;
  padding-bottom: 60px;
}
.layout_global-sp .workstyle-detail .workstyle-more {
  font-size: 116.7%;
  width: 100%;
}
.layout_global-sp .workstyle-detail .workstyle-more:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 6px;
  margin-left: 5px;
  width: 6px;
}


/*--- support ---*/
.layout_global-sp .support-list {
  margin-bottom: -5px;
}
.layout_global-sp .support-list.support-list_learning {
  margin-bottom: 30px;
}
.layout_global-sp .support-list > li {
  margin-bottom: 20px;
  min-height: 160px;
}
.layout_global-sp .support-detail {
  padding: 0 10px;
}
.layout_global-sp .support-detail > dt {
  font-size: 158.3%;
  margin-bottom: 3px;
}
.layout_global-sp .support-detail > dt:before {
  background-size: auto 100%;
  width: 100%;
}
.layout_global-sp .support-detail > dt:before {
  margin-top: 5px;
  padding-top: 13%;
}
.layout_global-sp .support-list_learning .support-detail > dt:before {
  margin-top: 10px;
  padding-top: 15.5%;
}
.layout_global-sp .support-detail > dd {
  font-size: 116.7%;
  padding-bottom: 5px;
}


/*--- data ---*/
.layout_global-sp .data-intro {
  font-size: 116.7%;
  margin-bottom: 30px;
}
.layout_global-sp .data-list {
  margin-bottom: 30px;
}
.layout_global-sp .data-detail {
  font-size: 116.7%;
}
.layout_global-sp .data-img {
  margin-bottom: 7px;
}
.layout_global-sp .data-title {
  font-size: 135.6%;
  margin-bottom: 13px;
}
.layout_global-sp .data-detail > p + p {
  margin-top: 22px;
}
.layout_global-sp .data-detail-em {
  font-size: 135.6%;
  line-height: 3.3;
}

/* overtime */
.layout_global-sp .data-list_overtime {
  margin-bottom: 20px;
}

/* childcare */
.layout_global-sp .data-list_childcare {
  margin-bottom: 40px;
}


/*--- news ---*/
.layout_global-sp .news-list > li {
  margin-bottom: 15px;
}
.layout_global-sp .news-list .news-detail {
  width: 75%;
}
.layout_global-sp .news-list .news-more {
  font-size: 116.7%;
}
.layout_global-sp .news-list .news-more > a:after {
  background-size: 100%;
  height: 12px;
  margin-left: 3px;
  width: 12px;
}
.layout_global-sp .news-list .news-detail {
  font-size: 91.7%;
  padding-bottom: 5px;
}


/*--- modal ---*/
.layout_global-sp .modal-wrap {
  background-size: 100%;
  padding-top: 25.85%;
}
.layout_global-sp .remodal.remodal_short .modal-wrap {
  background-image: url(../images/index/sp/bg_modal_short.jpg);
}
.layout_global-sp .remodal.remodal_flex .modal-wrap {
  background-image: url(../images/index/sp/bg_modal_flex.jpg);
}
.layout_global-sp .remodal.remodal_time .modal-wrap {
  background-image: url(../images/index/sp/bg_modal_time.jpg);
}
.layout_global-sp .remodal.remodal_refresh .modal-wrap {
  background-image: url(../images/index/sp/bg_modal_refresh.jpg);
}
.layout_global-sp .remodal.remodal_home .modal-wrap {
  background-image: url(../images/index/sp/bg_modal_home.jpg);
}
.layout_global-sp .remodal.remodal_parallel .modal-wrap {
  background-image: url(../images/index/sp/bg_modal_parallel.jpg);
}
.layout_global-sp .remodal.remodal_reduct .modal-wrap {
  background-image: url(../images/index/sp/bg_modal_reduct.jpg);
}.layout_global-sp .modal-title {
  font-size: 175%;
  margin-bottom: 10px;
  padding-top: 5px;
}
.layout_global-sp .modal-title:before {
  height: 100px;
  left: 10px;
  top: -50px;
  width: 100px;
}
.layout_global-sp .modal-detail {
  font-size: 75%;
  height: 225px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.layout_global-sp .modal-detail::-webkit-scrollbar {
  width: 7px;
}
.layout_global-sp .modal-detail-title {
  font-size: 109%;
}
.layout_global-sp .modal-detail > p {
  line-height: 1.8;
  margin-bottom: 17px;
}
.layout_global-sp .modal-close {
  color: #fff;
  font-size: 87.5%;
  height: 25px;
}


/*
  remodal
  @require remodal.js
*/
.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}
.remodal-overlay {
  background-color: rgba(255, 255, 255, .9);
  bottom: -5000px;
  display: none;
  left: -5000px;
  position: fixed;
  right: -5000px;
  top: -5000px;
  z-index: 9999;
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: .3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-wrapper {
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
}

.remodal {
  box-sizing: border-box;
  display: none;
  margin-bottom: 10px;
  outline: none;
  text-size-adjust: 100%;
  position: relative;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: .4s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal.remodal-is-initialized {
  display: inline-block;
}

.remodal-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-decoration: none;
  transition: color .2s;
  z-index: 1;
}
.remodal-close:before,
.remodal-close:after {
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  background-color: #3bc7c7;
  content: '';
  display: none;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.remodal-is-opened .remodal-close:before,
.remodal-is-opened .remodal-close:after {
  display: block;
}



/*--- @PC ---*/
.layout_global-pc .remodal {
  margin-top: 30px;
  width: 960px;
}
.layout_global-pc .remodal-close {
  height: 70px;
  right: 20px;
  top: 20px;
  width: 70px;
}
.layout_global-pc .remodal-close:before {
  height: 3px;
  left: 0;
  width: 100px;
}
.layout_global-pc .remodal-close:after {
  height: 100px;
  right: 0;
  width: 3px;
}
.layout_global-pc .remodal-close:hover {
  opacity: 0.5;
}


/*--- @SP ---*/
.layout_global-sp .remodal {
  margin-top: 70px;
  width: 90.63%;
}
.layout_global-sp .remodal-close {
  height: 35px;
  right: 0;
  top: -45px;
  width: 35px;
}
.layout_global-sp .remodal-close:before {
  height: 1px;
  left: 0;
  width: 50px;
}
.layout_global-sp .remodal-close:after {
  height: 50px;
  right: 0;
  width: 1px;
}




/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(0.95);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}