@charset "UTF-8";
/*============================================================================

    ページタイトル

============================================================================*/
.underlayer_header_area {
  background: linear-gradient(90deg, #db3251, #ea6985);
}

.breadcrumb {
  min-height: 40px;
  padding: 10px 15px 0;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.breadcrumb li {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
}

.breadcrumb li a {
  color: #ecbbc9;
}

.breadcrumb li:not(:first-child) {
  padding-left: 16px;
}

.breadcrumb li:not(:first-child):before {
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  left: 5px;
  width: 6px;
  height: 1px;
  background-color: #ecbbc9;
}

.underlayer_title_area {
  position: relative;
}

.underlayer_title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.underlayer_title p {
  display: none;
}

.underlayer_title h2 {
  position: absolute;
  top: 50%;
  left: 15px;
  padding: 11px 16px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #db3251;
  background-color: #fff;
  box-shadow: 10px 10px 13px rgba(15, 45, 76, 0.15);
  transform: translateY(-50%);
}

.underlayer_visual {
  position: relative;
  width: calc(100% - 100px);
  margin: 0 0 0 auto;
  padding-top: 40%;
  height: 100%;
  min-height: 150px;
  overflow: hidden;
  z-index: 1;
  background-color: #fff0f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.syaa .underlayer_visual {
  background-image: url(../img/pagetitle/syaa.jpg);
}

.development .underlayer_visual {
  background-image: url(../img/pagetitle/development.jpg);
}

.interview .underlayer_visual {
  background-image: url(../img/pagetitle/interview.jpg);
}

.recruit .underlayer_visual {
  background-image: url(../img/pagetitle/recruit.jpg);
}

.career .underlayer_visual {
  background-image: url(../img/pagetitle/career.jpg);
}

.event .underlayer_visual {
  background-image: url(../img/pagetitle/event.jpg);
}

.parttime .underlayer_visual {
  background-image: url(../img/pagetitle/parttime.jpg);
}

.faq .underlayer_visual {
  background-image: url(../img/pagetitle/faq.jpg);
}

.contact .underlayer_visual {
  background-image: url(../img/pagetitle/contact.jpg);
}

@media (min-width: 768px) {
  .breadcrumb {
    height: 60px;
    padding: 20px 30px 0;
  }
  .breadcrumb li {
    font-size: 1.4rem;
  }
  .breadcrumb li:not(:first-child) {
    padding-left: 24px;
  }
  .breadcrumb li:not(:first-child):before {
    top: 11px;
    left: 7px;
    width: 10px;
    height: 1px;
  }
  .underlayer_title_area {
    position: relative;
    max-height: 400px;
    overflow: hidden;
  }
  .underlayer_visual {
    width: 70%;
  }
  .underlayer_title {
    width: 30%;
    z-index: 2;
  }
  .underlayer_title p {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 55%;
    font-size: 6vw;
    font-weight: 100;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    opacity: 0.2;
  }
  .underlayer_title h2 {
    position: absolute;
    top: 45%;
    left: 20%;
    padding: 15px 30px;
    font-size: 3rem;
    transform: translateY(10px);
  }
  .development .underlayer_title p {
    font-size: 4.2vw;
    letter-spacing: -0.03em;
    transform: scaleX(0.92);
    transform-origin: left;
  }
  .parttime .underlayer_title p {
    font-size: 4.7vw;
    text-align: right;
  }
  .contact .underlayer_title p {
    font-size: 4.7vw;
  }
  .interview .underlayer_title p {
    font-size: 4.7vw;
  }
}

@media (min-width: 920px) {
  .underlayer_header_area {
    margin-top: 120px;
  }
}

@media (min-width: 1280px) {
  .underlayer_title_area {
    position: relative;
    height: 400px;
  }
  .underlayer_visual {
    width: calc(100% - 460px);
    padding-top: 0;
  }
  .underlayer_title {
    width: 460px;
    z-index: 2;
  }
  .underlayer_title p {
    font-size: 10rem;
  }
  .underlayer_title h2 {
    left: 120px;
    padding: 15px 30px;
    font-size: 3.8rem;
  }
  .development .underlayer_title p {
    font-size: 7rem;
  }
  .parttime .underlayer_title p {
    font-size: 8rem;
  }
  .contact .underlayer_title p {
    font-size: 8rem;
  }
  .interview .underlayer_title p {
    font-size: 8rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .underlayer_title p {
    letter-spacing: 0;
  }
}

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

    コンテンツ大枠・共通パーツ

============================================================================*/
.underlayer_contents {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  background: url(../img/common/bg_underlayer.png) top center repeat-y;
  background-size: 768px auto;
}

.underlayer_section:not(:first-of-type) {
  margin-top: 75px;
}

@media (min-width: 768px) {
  .underlayer_contents {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: auto auto;
  }
  .underlayer_section:not(:first-of-type) {
    margin-top: 110px;
  }
}

@media (min-width: 1400px) {
  .underlayer_contents {
    background-size: 100% auto;
  }
}

@media (min-width: 1180px) {
  .underlayer_section:not(:first-of-type) {
    margin-top: 150px;
  }
}

.underlayer_contents .sec_title {
  margin-bottom: 20px;
  font-size: 3.8rem;
  font-weight: 300;
  color: #db3251;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}

.underlayer_contents .sec_title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 450px) {
  .underlayer_contents .sec_title {
    font-size: 8vw;
  }
}

@media (min-width: 768px) {
  .underlayer_contents .sec_title {
    font-size: 5rem;
    margin-bottom: 40px;
  }
  .underlayer_contents .sec_title span {
    font-size: 1.7rem;
  }
}

.title_lv_h4 {
  position: relative;
  margin-top: 30px;
  padding: 10px 10px 10px 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  background-color: #fff0f5;
}

.title_lv_h4:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #db3251;
}

.title_lv_h5 {
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #db3251;
  border-bottom: 2px solid #db3251;
}

.title_lv_h6 {
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  color: #db3251;
  border-bottom: 1px solid #f89994;
}

.title_lv_h4 + .title_lv_h5,
.title_lv_h5 + .title_lv_h6 {
  margin-top: 18px;
}

.page_normal_text {
  margin-top: 12px;
  line-height: 1.8;
}

.title_lv_h4 + .page_normal_text,
.page_normal_text + .page_normal_text {
  margin-top: 20px;
}

.page_notes_text {
  margin-top: 12px;
  font-size: 1.2rem;
}

.title_lv_h4:first-child,
.title_lv_h5:first-child,
.title_lv_h6:first-child,
.page_normal_text:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .title_lv_h4 {
    margin-top: 50px;
    padding: 10px 10px 10px 25px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .title_lv_h4:before {
    width: 5px;
  }
  .title_lv_h5 {
    margin-top: 40px;
    padding-bottom: 7px;
    font-size: 2rem;
  }
  .title_lv_h6 {
    margin-top: 40px;
    padding-bottom: 7px;
    font-size: 1.6rem;
  }
  .title_lv_h4 + .title_lv_h5,
  .title_lv_h5 + .title_lv_h6 {
    margin-top: 25px;
  }
  .page_normal_text {
    margin-top: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .title_lv_h4 + .page_normal_text,
  .page_normal_text + .page_normal_text {
    margin-top: 25px;
  }
  .page_notes_text {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.underlayer_contents p .text_pink {
  color: #db3251;
}

.underlayer_contents p > a {
  color: #db3251;
}

.underlayer_contents p > a:link, .underlayer_contents p > a:visited {
  color: #db3251;
}

.underlayer_contents p > a:hover, .underlayer_contents p > a:focus {
  color: #96033e;
  text-decoration: none;
}

.underlayer_contents p > a[target='_blank'] {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}

.underlayer_contents p > a[target='_blank']:after {
  position: absolute;
  right: 4px;
  font-family: 'icomoon' !important;
  content: '\e908';
}

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

    WYSIWYGパーツ

============================================================================*/
.border_content {
  padding: 25px 20px;
  border: 1px solid #ced5d8;
  background-color: #fff;
}

@media (min-width: 768px) {
  .border_content {
    padding: 60px;
  }
}

.wysiwyg_content_wrap > h4 {
  position: relative;
  margin-top: 30px;
  padding: 10px 10px 10px 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  background-color: #fff0f5;
}

.wysiwyg_content_wrap > h4:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #db3251;
}

.wysiwyg_content_wrap h5 {
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #db3251;
  border-bottom: 2px solid #db3251;
}

.wysiwyg_content_wrap h6 {
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  color: #db3251;
  border-bottom: 1px solid #f89994;
}

.wysiwyg_content_wrap h4 + h5,
.wysiwyg_content_wrap h5 + h6 {
  margin-top: 18px;
}

.wysiwyg_content_wrap p {
  margin-top: 12px;
  line-height: 1.8;
}

.wysiwyg_content_wrap h4 + p,
.wysiwyg_content_wrap p + p {
  margin-top: 20px;
}

.wysiwyg_content_wrap > *:first-child {
  margin-top: 0;
}

.wysiwyg_content_wrap ul {
  margin-top: 16px;
  font-size: 1.5rem;
}

.wysiwyg_content_wrap ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 17px;
}

.wysiwyg_content_wrap ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #221916;
}

.wysiwyg_content_wrap ol {
  margin-top: 16px;
  padding-left: 21px;
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 1.5rem;
}

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

@media (min-width: 768px) {
  .wysiwyg_content_wrap > h4 {
    margin-top: 50px;
    padding: 10px 10px 10px 25px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .wysiwyg_content_wrap > h4:before {
    width: 5px;
  }
  .wysiwyg_content_wrap h5 {
    margin-top: 40px;
    padding-bottom: 7px;
    font-size: 2rem;
  }
  .wysiwyg_content_wrap h6 {
    margin-top: 40px;
    padding-bottom: 7px;
    font-size: 1.6rem;
  }
  .wysiwyg_content_wrap h4 + h5,
  .wysiwyg_content_wrap h5 + h6 {
    margin-top: 25px;
  }
  .wysiwyg_content_wrap p {
    margin-top: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .wysiwyg_content_wrap h4 + p,
  .wysiwyg_content_wrap p + p {
    margin-top: 25px;
  }
}

.recruit_flow_wrap {
  padding: 25px 20px;
  border: 1px solid #ced5d8;
  background-color: #fff;
}

.recruit_flow_step {
  background-color: #fff;
}

.recruit_flow_step:not(:first-of-type) {
  margin-top: 30px;
}

.recruit_flow_step .customfield_wrap {
  display: flex;
  width: 100%;
}

.recruit_flow_step .customfield_wrap .step_num {
  width: 70px;
}

.recruit_flow_step .customfield_wrap .step_num p {
  width: 60px;
  padding: 7px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #db3251;
}

.recruit_flow_step .customfield_wrap .step_num p span {
  font-size: 1.5rem;
}

.recruit_flow_step .customfield_wrap h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #db3251;
}

.recruit_flow_step .customfield_wrap .step_num + h4 {
  width: calc(100% - 70px);
}

.recruit_flow_step .customfield_wrap + .wysiwyg_content_wrap {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .recruit_flow_wrap {
    padding: 60px;
  }
  .recruit_flow_step:not(:first-of-type) {
    margin-top: 60px;
  }
  .recruit_flow_step .customfield_wrap .step_num {
    width: 110px;
  }
  .recruit_flow_step .customfield_wrap .step_num p {
    width: 90px;
    padding: 7px 6px 9px;
    font-size: 1.8rem;
  }
  .recruit_flow_step .customfield_wrap .step_num p span {
    font-size: 2.2rem;
  }
  .recruit_flow_step .customfield_wrap h4 {
    font-size: 2.2rem;
  }
  .recruit_flow_step .customfield_wrap .step_num + h4 {
    width: calc(100% - 110px);
  }
  .recruit_flow_step .customfield_wrap + .wysiwyg_content_wrap {
    padding-top: 25px;
  }
}

.recruit_personality_link {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .recruit_personality_link {
    margin-top: 80px;
  }
}

.parttime_content_wrap:not(:first-of-type) {
  margin-top: 40px;
}

.parttime_content_img {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0;
  width: calc(100% + 10px);
}

.parttime_content_img li {
  width: 100%;
  padding: 5px;
}

.parttime_detail {
  margin-top: 30px;
}

@media (min-width: 400px) {
  .parttime_content_img li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .parttime_content_wrap:not(:first-of-type) {
    margin-top: 60px;
  }
  .parttime_content_img {
    margin: 30px -15px 0;
    width: calc(100% + 30px);
  }
  .parttime_content_img li {
    width: 50%;
    padding: 0 15px;
  }
  .parttime_detail {
    margin-top: 40px;
  }
}

@media (min-width: 1180px) {
  .parttime_content_wrap:not(:first-of-type) {
    margin-top: 80px;
  }
}

.event_content_wrap .wysiwyg_content_wrap + .wysiwyg_content_wrap {
  margin-top: 30px;
}

.event_content_wrap .event_content_link {
  background: #ffd7d7;
  padding: 25px 20px;
}

.event_content_wrap .event_content_link .recruit_site_link_list {
  margin: 0 auto;
  max-width: 750px;
}

.event_content_wrap .event_content_link .recruit_site_link_list li {
  margin-bottom: 15px;
}

.event_content_wrap .event_content_link .recruit_site_link_list li:last-child {
  margin-bottom: 0;
}

.event_content_wrap .event_content_link .recruit_site_link_list li img {
  width: 100%;
}

.event_calendar_wrap .customfield_wrap {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #c11736;
  background: #fff0f5;
  border: 2px solid #c11736;
}

.event_calendar_area {
  margin: 25px 0;
}

.event_calendar_area iframe {
  width: 100%;
  height: 450px;
}

@media (min-width: 768px) {
  .event_content_wrap .wysiwyg_content_wrap + .wysiwyg_content_wrap {
    margin-top: 50px;
  }
  .event_calendar_wrap .customfield_wrap {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 1.6rem;
  }
  .event_calendar_area {
    margin: 35px 0;
  }
  .event_calendar_area iframe {
    height: 480px;
  }
}

@media (min-width: 920px) {
  .event_content_wrap .event_content_link {
    padding: 40px 30px;
  }
  .event_content_wrap .event_content_link .recruit_site_link_list {
    display: flex;
    justify-content: center;
  }
  .event_content_wrap .event_content_link .recruit_site_link_list li {
    width: 31.66666666666%;
    padding: 0;
    margin-right: 2.5%;
    margin-bottom: 0;
  }
  .event_content_wrap .event_content_link .recruit_site_link_list li:last-child {
    margin-right: 0;
  }
  .event_content_wrap .event_content_link .recruit_site_link_list li a:hover, .event_content_wrap .event_content_link .recruit_site_link_list li a:focus {
    opacity: 0.5;
  }
}

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

    リクルートサイトリンク

============================================================================*/
.recruit_footer {
  position: relative;
  margin-top: 50px;
}

.recruit_footer_wrap {
  padding: 25px 20px 0;
}

.recruit_footer_inner {
  position: relative;
  z-index: 2;
  padding: 25px 12px 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #db3251, #ea6985);
  box-shadow: 10px 10px 13px rgba(15, 45, 76, 0.15);
}

.recruit_footer_inner h3,
.recruit_footer_inner p {
  padding: 0 50px;
}

.recruit_footer_inner h3 {
  font-size: 2.8rem;
  font-weight: 100;
}

.recruit_footer_inner p {
  margin: 5px 0 15px;
  font-size: 1.3rem;
}

.recruit_footer_inner .entry_contact_link {
  margin-top: 25px;
}

.recruit_footer_inner .recruit_site_link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recruit_footer_inner .recruit_site_link_list li {
  width: 50%;
  max-width: 240px;
  padding: 8px;
}

.recruit_footer_inner:before, .recruit_footer_inner:after {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  width: 60px;
  height: 152px;
  z-index: 1;
}

.recruit_footer_inner:before {
  left: 15px;
  background: url(../img/common/img_recruit_footer01.png) no-repeat 0 0;
  background-size: contain;
}

.recruit_footer_inner:after {
  right: 15px;
  background: url(../img/common/img_recruit_footer02.png) no-repeat 0 0;
  background-size: contain;
}

.recruit_footer_inner.entry_contact:before {
  background-image: url(../img/common/img_recruit_footer03.png);
}

.recruit_footer_inner.entry_contact:after {
  background-image: url(../img/common/img_recruit_footer04.png);
}

@media (min-width: 768px) {
  .recruit_footer {
    margin-top: 120px;
  }
  .recruit_footer_wrap {
    padding: 50px 20px 0;
  }
  .recruit_footer_inner {
    max-width: 1200px;
    min-height: 340px;
    margin: 0 auto;
    padding: 50px 150px 50px;
  }
  .recruit_footer_inner h3,
  .recruit_footer_inner p {
    padding: 0;
  }
  .recruit_footer_inner h3 {
    font-size: 3.4rem;
  }
  .recruit_footer_inner p {
    margin: 10px 0 25px;
    font-size: 1.5rem;
  }
  .recruit_footer_inner .entry_contact_link {
    margin-top: 40px;
  }
  .recruit_footer_inner .recruit_site_link_list li {
    max-width: 264px;
    padding: 12px;
  }
  .recruit_footer_inner .recruit_site_link_list li a:hover, .recruit_footer_inner .recruit_site_link_list li a:focus {
    opacity: 0.5;
  }
  .recruit_footer_inner:before, .recruit_footer_inner:after {
    top: -50px;
    width: 140px;
    height: 351px;
  }
  .recruit_footer_inner:before {
    left: 4%;
  }
  .recruit_footer_inner:after {
    right: 3%;
  }
}

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

    人材育成について

============================================================================*/
.development_resources_text {
  margin: 30px 0 10px;
  font-size: 1.6rem;
  text-align: center;
  color: #db3251;
}

.development_resources_img {
  display: flex;
  justify-content: center;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.development_resources_img li {
  width: 100%;
  max-width: 320px;
  padding: 10px;
  text-align: center;
}

.development_resources_img li span {
  display: inline-block;
  padding: 17%;
  border-radius: 50%;
  background: linear-gradient(125deg, #ffd7d7, #fff7f7);
}

.development_resources_img li span img {
  width: 100%;
}

@media (min-width: 768px) {
  .development_resources_text {
    margin: 40px 0 20px;
    font-size: 2.5rem;
  }
}

@media (min-width: 920px) {
  .development_resources_img {
    width: calc(100% + 70px);
    margin: 40px -35px 0;
  }
  .development_resources_img li {
    width: 50%;
    max-width: 380px;
    padding: 0 35px;
  }
  .development_resources_img li span {
    padding: 19%;
  }
}

.development_future_dna {
  position: relative;
  margin: 10px 0 25px;
  padding: 20px 15px 15px;
  border: 2px solid #db3251;
  border-radius: 20px;
}

.development_future_dna h4 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -55%);
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: #db3251;
}

.development_future_dna h4 span {
  padding: 0 15px;
  line-height: 1.2;
  display: inline-block;
  background-color: #fff;
}

.development_future_dna ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 -5px;
}

.development_future_dna ul li {
  width: 100%;
  padding: 5px;
}

.development_future_dna ul li span {
  display: block;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  color: #db3251;
  background: linear-gradient(125deg, #ffd7d7, #fff7f7);
  border-radius: 24px;
}

@media (min-width: 460px) {
  .development_future_dna ul li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .development_future_dna {
    margin: 20px 0 30px;
    padding: 40px 40px 30px;
  }
  .development_future_dna h4 {
    transform: translate(0, -55%);
    font-size: 2.4rem;
  }
  .development_future_dna h4 span {
    padding: 0 20px 0 30px;
  }
  .development_future_dna ul {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .development_future_dna ul li {
    width: 50%;
    padding: 10px;
  }
  .development_future_dna ul li span {
    padding: 35px 0;
    font-size: 2.2rem;
    border-radius: 45px;
  }
  .development_future_dna ul li .small {
    font-size: 1.9rem;
  }
}

@media (min-width: 1180px) {
  .development_future_dna ul li {
    width: 33.3%;
  }
}

.development_training {
  margin-top: 20px;
  padding: 12px;
  background: #ffd7d7;
}

.development_training_column li:not(:first-child) {
  margin-top: 15px;
}

.development_training_column dl {
  background-color: #fff;
}

.development_training_column dl dt {
  padding: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #db3251;
}

.development_training_column dl dd {
  padding: 15px;
}

@media (min-width: 768px) {
  .development_training {
    margin-top: 30px;
    padding: 20px;
  }
  .development_training_column {
    display: flex;
    justify-content: center;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .development_training_column li {
    width: 33.3%;
    max-width: 285px;
    padding: 0 10px;
  }
  .development_training_column li:not(:first-child) {
    margin-top: 0;
  }
  .development_training_column dl {
    height: 100%;
  }
  .development_training_column dl dt {
    padding: 18px;
  }
  .development_training_column dl dd {
    padding: 20px 18px;
  }
}

@media (min-width: 1180px) {
  .development_training {
    padding: 40px 30px;
  }
}

.development_training_table {
  margin-top: 20px;
}

.development_training_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.development_training_table th,
.development_training_table td {
  padding: 10px 8px;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #4f413d;
}

.development_training_table thead th {
  color: #fff;
  background-color: #db3251;
}

.development_training_table tbody th {
  padding: 10px 3px;
  background-color: #fff0f5;
}

@media (min-width: 768px) {
  .development_training_table {
    margin-top: 30px;
  }
  .development_training_table th,
  .development_training_table td {
    padding: 15px;
    font-size: 1.5rem;
  }
  .development_training_table thead th {
    width: 50%;
  }
  .development_training_table tbody th {
    padding: 15px;
  }
  .development_training_table tbody .th_half {
    width: 25%;
  }
}

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

    お問い合わせ

============================================================================*/
.contact_form_wrap {
  padding: 30px 20px;
  border: 1px solid #ced5d8;
  background-color: #fff;
}

.contact_index_text {
  text-align: center;
  margin-top: 20px;
}

.contact_form_toptext {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .contact_form_wrap {
    padding: 60px;
  }
  .contact_index_text {
    margin-top: 30px;
  }
  .contact_form_toptext {
    padding: 0 0 50px;
  }
}

.contact_form_item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #adafb0;
}

.contact_form_item:last-of-type {
  border-bottom: 0;
}

.contact_form_item dt,
.contact_form_item legend {
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.contact_form_item dt.required:after,
.contact_form_item legend.required:after {
  content: '必須';
  display: inline-block;
  margin-left: 5px;
  padding: 4px 6px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #db3251;
}

.contact_form_item dd .parts_annotation,
.contact_form_item .fieldset_box .parts_annotation {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

fieldset.contact_form_item {
  border-bottom: 1px solid #adafb0;
}

fieldset.contact_form_item:last-of-type {
  border-bottom: 1px solid #adafb0;
}

@media (min-width: 920px) {
  .contact_form_item {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
  .contact_form_item dt,
  .contact_form_item legend {
    width: 250px;
    font-size: 1.6rem;
    padding: 10px 0 0;
  }
  .contact_form_item dt.required:after,
  .contact_form_item legend.required:after {
    margin-left: 10px;
  }
  .contact_form_item dd,
  .contact_form_item .fieldset_box {
    width: calc(100% - 250px);
    padding-right: 30px;
  }
  fieldset.contact_form_item {
    display: block;
  }
  fieldset.contact_form_item legend,
  fieldset.contact_form_item .fieldset_box {
    float: left;
  }
  fieldset.contact_form_item legend {
    padding-top: 52px;
  }
}

@media (min-width: 1280px) {
  .contact_form_item dt,
  .contact_form_item legend {
    width: 300px;
    padding-top: 0;
  }
  .contact_form_item dd,
  .contact_form_item .fieldset_box {
    width: calc(100% - 300px);
    padding-right: 50px;
  }
  fieldset.contact_form_item legend {
    padding-top: 12px;
  }
}

.contact_post_column:first-of-type {
  margin-bottom: 15px;
}

.contact_post_column .contact_post_title {
  margin-bottom: 5px;
}

@media (min-width: 920px) {
  .contact_post_column {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .contact_post_column:first-of-type {
    margin-bottom: 20px;
  }
  .contact_post_column .contact_post_title {
    width: 80px;
    margin-bottom: 0;
    padding-right: 13px;
    font-size: 1.5rem;
    text-align: right;
  }
  .contact_post_column .contact_post_input {
    width: calc(100% - 80px);
  }
}

.contact_form_item input[type='text'],
.contact_form_item input[type='email'],
.contact_form_item input[type='tel'],
.contact_form_item textarea {
  border: 1px solid #221916;
  background: #fff;
  padding: 10px 7px;
  width: 100%;
  font-size: 1.6rem;
}

@media (min-width: 920px) {
  .contact_form_item input[type='text'],
  .contact_form_item input[type='email'],
  .contact_form_item input[type='tel'],
  .contact_form_item textarea {
    padding: 15px;
  }
}

.contact_form_item input[type='text']:focus,
.contact_form_item input[type='email']:focus,
.contact_form_item input[type='tel']:focus,
.contact_form_item textarea:focus {
  border-color: #db3251;
  background-color: #fff0f5;
}

.contact_form_item input[type='text']::placeholder,
.contact_form_item input[type='email']::placeholder,
.contact_form_item input[type='tel']::placeholder,
.contact_form_item textarea::placeholder {
  color: #757575;
}

.contact_form_item input[type='text']:-ms-input-placeholder,
.contact_form_item input[type='email']:-ms-input-placeholder,
.contact_form_item input[type='tel']:-ms-input-placeholder,
.contact_form_item textarea:-ms-input-placeholder {
  color: #757575;
}

.contact_form_item input[type='text']::-ms-input-placeholder,
.contact_form_item input[type='email']::-ms-input-placeholder,
.contact_form_item input[type='tel']::-ms-input-placeholder,
.contact_form_item textarea::-ms-input-placeholder {
  color: #757575;
}

.contact_form_item .width_tel {
  width: calc(33% - 13px) !important;
  max-width: 120px;
  display: inline-block;
  vertical-align: middle;
}

.contact_form_item .width_s {
  max-width: 260px;
}

.contact_form_item .width_m {
  max-width: 480px;
}

.contact_form_item .width_l {
  max-width: 640px;
}

.contact_form_item input.form_name {
  width: 100%;
}

@media (min-width: 920px) {
  .contact_form_item input.form_name {
    width: calc(50% - 8px);
    max-width: 310px;
  }
}

.contact_form_item input.form_name:first-of-type {
  margin-bottom: 10px;
}

@media (min-width: 920px) {
  .contact_form_item input.form_name:first-of-type {
    margin-right: 16px;
    margin-bottom: 0;
  }
}

.contact_form_item textarea {
  min-height: 180px;
}

@media (min-width: 920px) {
  .contact_form_item textarea {
    min-height: 230px;
  }
}

.tel_hyphen {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 54px;
  vertical-align: middle;
}

.tel_hyphen:before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  top: 50%;
  left: 2px;
  background-color: #221916;
}

@media (min-width: 920px) {
  .tel_hyphen {
    width: 20px;
  }
  .tel_hyphen:before {
    width: 12px;
    height: 2px;
    left: 4px;
  }
}

.form_check_label {
  cursor: pointer;
}

.form_check_label input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: 0px none black;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
}

.form_check_label input:focus + span {
  outline-color: #3b99fc;
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 5px;
  background-color: #fff0f5;
  border-color: #db3251;
}

.form_check_label > span {
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #f0f0f0;
  border: 1px solid #7f7f7f;
  border-radius: 6px;
  padding: 12px 10px 12px 45px;
  transition: all 0.2s;
}

@media (min-width: 920px) {
  .form_check_label > span {
    font-size: 1.5rem;
    padding: 15px 15px 15px 45px;
  }
}

.form_check_label > span:before {
  display: block;
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #7f7f7f;
  top: calc(50% - 9px);
  left: 15px;
}

.form_check_label > span:after {
  display: block;
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  top: calc(50% + 1px);
  left: 17px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  transform: rotate(-45deg);
  transform-origin: left top;
  transition: height 0.1s, width 0.1s 0.1s;
}

.form_check_label:hover span,
.form_check_label input:checked + span {
  background-color: #fff0f5;
  border-color: #db3251;
}

.form_check_label input:checked + span:before {
  border-color: #db3251;
}

.form_check_label input:checked + span:after {
  width: 13px;
  height: 7px;
  border-bottom: 3px solid #db3251;
  border-left: 3px solid #db3251;
}

.form_select_label {
  display: block;
  margin-top: 12px;
}

.form_select_label:first-of-type {
  margin-top: 0;
}

.contact_form_agree {
  padding: 20px;
  border: 1px solid #adafb0;
}

@media (min-width: 920px) {
  .contact_form_agree {
    padding: 30px 40px;
  }
}

.form_agree {
  position: relative;
  max-width: 100%;
  margin: 25px auto 0;
  padding-left: 50px;
}

.form_agree:before {
  content: '必須';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  padding: 4px 8px;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: inherit;
  line-height: 1;
  color: #fff;
  background-color: #db3251;
}

.form_agree_label br {
  display: none;
}

@media (min-width: 400px) {
  .form_agree_label br {
    display: none;
  }
}

@media (min-width: 920px) {
  .form_label {
    display: flex;
    flex-wrap: wrap;
  }
  .form_select_label {
    display: block;
    width: calc(50% - 10px);
    margin-top: 10px;
  }
  .form_select_label:first-of-type {
    margin-top: 10px;
  }
  .form_select_label:not(:last-of-type) {
    margin-right: 8px;
  }
  .form_agree {
    max-width: 420px;
    margin: 30px 0 0;
  }
}

@media (min-width: 1180px) {
  .form_select_label {
    width: auto;
    min-width: 170px;
    margin-top: 0;
  }
  .form_select_label:first-of-type {
    margin-top: 0;
  }
}

.contact_form_agree .attention {
  margin-top: 25px;
  font-size: 1.3rem;
}

.contact_form_button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 30px -10px 0;
}

.contact_form_button .form_button_item {
  width: 100%;
  max-width: 450px;
  padding: 8px 10px;
}

.contact_form_button .btn_base {
  border: none;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  transition: color 0.3s ease, background 0.3s ease;
}

.contact_form_button .btn_base:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.contact_form_button .btn_base.gray {
  background: #7f7f7f;
  box-shadow: 0 0 3px 0 #808080;
}

@media (min-width: 768px) {
  .contact_form_button {
    margin: 30px -10px 0;
  }
  .contact_form_button .form_button_item {
    width: 50%;
  }
  .contact_form_button .btn_base {
    font-size: 1.7rem;
  }
  .contact_form_button .btn_base.gray:hover {
    color: #db3251;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(128, 128, 128, 0);
  }
}

.contact_error_toptext {
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  color: #ec0808;
}

.contact_error_toptext span {
  display: inline-block;
}

.contact_error_text {
  margin-bottom: 5px;
  font-weight: bold;
  color: #ec0808;
}

@media (min-width: 768px) {
  .contact_error_toptext {
    margin-top: -15px;
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
  .contact_error_text {
    margin-bottom: 10px;
  }
}

.confirm_wrap .contact_form_item dt {
  padding-bottom: 4px;
}

.contact_confirm_text {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .confirm_wrap .contact_form_item dt {
    padding: 0;
  }
}

.contact_complete_text {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .contact_complete_text {
    font-size: 1.7rem;
    text-align: center;
  }
}

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

    SYAA (活動協会とは)

============================================================================*/
.whats_syaa {
  margin-bottom: 70px;
}

.whats_syaa .intro_box .catch {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 35px;
}

.whats_syaa .intro_box .left_img_full {
  position: relative;
  margin: 0 -10px 20px;
}

.whats_syaa .intro_box .left_img_full img {
  position: relative;
  left: -1%;
  width: 100%;
}

.whats_syaa .intro_box p {
  line-height: 1.9;
}

@media (min-width: 920px) {
  .whats_syaa {
    margin-bottom: 105px;
  }
  .whats_syaa .intro_box {
    position: relative;
    min-height: 440px;
  }
  .whats_syaa .intro_box .catch {
    padding-left: 50%;
    font-size: 1.8rem;
    line-height: 2;
  }
  .whats_syaa .intro_box .left_img_full {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 540px;
    margin: 0;
    margin-left: -590px;
  }
  .whats_syaa .intro_box .left_img_full img {
    left: auto;
  }
  .whats_syaa .intro_box p {
    padding-left: 50%;
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media (min-width: 1280px) {
  .whats_syaa {
    margin-bottom: 145px;
  }
  .whats_syaa .intro_box {
    min-height: 606px;
  }
  .whats_syaa .intro_box .catch {
    padding-left: 55%;
    font-size: 2.1rem;
    line-height: 2.4;
  }
  .whats_syaa .intro_box .left_img_full {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 733px;
    margin: 0;
    margin-left: -733px;
  }
  .whats_syaa .intro_box .left_img_full img {
    left: auto;
  }
  .whats_syaa .intro_box p {
    padding-left: 55%;
    line-height: 2.4;
  }
}

.activity {
  margin-bottom: 80px;
}

.activity .activity_inner_box {
  background: #fff;
  border: 1px solid #ced5d8;
  padding: 25px;
}

.activity .activity_inner_box p {
  line-height: 1.9;
}

.activity .point {
  margin: 45px 0 25px;
}

.activity .point .point_box {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  background: #fcf3f2;
  color: #db3251;
  text-align: center;
}

.activity .point .point_box .number {
  position: absolute;
  top: -10px;
  left: 0;
  overflow: hidden;
  width: 80px;
}

.activity .point .point_box .number span {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 10px;
  color: #fff;
}

.activity .point .point_box .number:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 100%;
  height: 100%;
  background: #db3251;
  background: -moz-linear-gradient(left, #db3251 0%, #ea6985 100%);
  background: -webkit-linear-gradient(left, #db3251 0%, #ea6985 100%);
  background: linear-gradient(to right, #db3251 0%, #ea6985 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db3251', endColorstr='#ea6985',GradientType=1 );
  color: #fff;
  transform: skew(-20deg);
}

.activity .point .point_box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.activity .point .point_box p strong {
  font-weight: 400;
}

.activity .activity_foot_img {
  margin-top: -1px;
  box-shadow: 0 12px 14px -10px rgba(34, 25, 22, 0.2);
}

@media (min-width: 321px) {
  .activity .point .point_box p {
    font-size: 1.5rem;
  }
}

@media (min-width: 920px) {
  .activity {
    margin-bottom: 100px;
  }
  .activity .activity_inner_box {
    padding: 60px 60px 50px 60px;
  }
  .activity .activity_inner_box p {
    text-align: center;
    line-height: 2.4;
    font-size: 1.6rem;
  }
  .activity .point {
    margin: 65px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .activity .point .point_box {
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 35px 20px;
    background: #fcf3f2;
    color: #db3251;
    text-align: center;
  }
  .activity .point .point_box:nth-of-type(2n) {
    margin-right: 0;
  }
  .activity .point .point_box .number {
    top: -15px;
    width: 100px;
  }
  .activity .point .point_box .number span {
    top: -1px;
    font-size: 2.9rem;
    margin-right: 12px;
  }
  .activity .point .point_box p {
    font-size: 2.1rem;
  }
  .activity .activity_foot_img img {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .activity {
    margin-bottom: 140px;
  }
}

.facility .facility_list .facility_list_box {
  background: #fff;
  border: 1px solid #ced5d8;
  padding: 25px;
  margin-bottom: 25px;
}

.facility .facility_list .facility_list_box .text_img {
  margin-top: 25px;
}

.facility .facility_list .facility_list_box .text_img .img {
  margin-bottom: 25px;
}

.facility .facility_list .facility_list_box .text_img .img img {
  width: 100%;
}

.facility .facility_list .facility_list_box .text_img .text .catch {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 20px;
}

.facility .facility_list .facility_list_box .text_img .text .btn_wrap {
  margin-bottom: 30px;
}

.facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base {
  display: block;
  width: auto;
  margin-bottom: 10px;
  border: 1px solid #db3251;
  color: #db3251;
  background: none;
  box-shadow: 0 0 0 #000;
}

.facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:before, .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:after {
  content: none;
}

.facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base span {
  padding: 8px 35px 8px 35px;
}

.facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base span:after {
  content: '\e908';
  font-size: 1.2rem;
}

.facility .facility_list .facility_list_box .text_img .text p {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.facility .facility_list .facility_list_box .slider_control {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
}

.facility .facility_list .facility_list_box .slider_control .slide_dot {
  padding-right: 5px;
}

.facility .facility_list .facility_list_box .slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.facility .facility_list .facility_list_box .slick-dots {
  position: relative;
  text-align: right;
  bottom: 0;
}

.facility .facility_list .facility_list_box .slick-dots li {
  margin: 0 2px;
}

.facility .facility_list .facility_list_box .slick-dots li.slick-active button:before {
  background: #f7827f;
}

.facility .facility_list .facility_list_box .slick-dots li button:before {
  content: '';
  line-height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #f7827f;
  border-radius: 12px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 920px) {
  .facility .facility_list .facility_list_box {
    margin-bottom: 40px;
  }
  .facility .facility_list .facility_list_box .text_img {
    display: flex;
    margin-top: 30px;
  }
  .facility .facility_list .facility_list_box .text_img .img {
    width: 300px;
    flex-shrink: 0;
    margin: 0;
  }
  .facility .facility_list .facility_list_box .text_img .text {
    padding-left: 25px;
    width: 100%;
  }
  .facility .facility_list .facility_list_box .text_img .text .catch {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:before, .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base span {
    padding: 8px 35px 8px 15px;
  }
  .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:hover, .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:focus {
    background: #db3251;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:hover:before, .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:hover:after, .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:focus:before, .facility .facility_list .facility_list_box .text_img .text .btn_wrap .btn_base:focus:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .facility .facility_list .facility_list_box .text_img .text p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .facility .facility_list .facility_list_box .slider_control {
    justify-content: center;
    padding: 2px 0 0 0;
  }
  .facility .facility_list .facility_list_box .slider_control .slide_dot {
    padding-right: 5px;
  }
}

@media (min-width: 1280px) {
  .facility .facility_list .facility_list_box {
    padding: 45px;
  }
  .facility .facility_list .facility_list_box .text_img .text {
    padding-left: 30px;
  }
}

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

    VOICE (先輩の声)

============================================================================*/
.voice_select {
  padding-top: 20px;
  margin-bottom: 75px;
}

.voice_select .intro {
  margin-bottom: 35px;
  line-height: 1.8;
}

.voice_select .voice_select_box {
  margin-bottom: 10px;
}

.voice_select .voice_select_box a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #db3251;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.voice_select .voice_select_box a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  position: absolute;
  right: 8px;
  bottom: 10px;
  font-size: 1.2rem;
  color: #db3251;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.voice_select .voice_select_box a .img {
  width: 45%;
  flex-shrink: 0;
}

.voice_select .voice_select_box a .profile {
  position: relative;
  width: 100%;
  padding: 0 25px 0 15px;
  color: #db3251;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.voice_select .voice_select_box a .profile .name {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

.voice_select .voice_select_box a .profile .position {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 321px) {
  .voice_select .voice_select_box a .img {
    width: 41%;
  }
  .voice_select .voice_select_box a .profile .name {
    margin-bottom: 3px;
  }
}

@media (min-width: 920px) {
  .voice_select {
    padding-top: 30px;
    margin-bottom: 90px;
  }
  .voice_select .intro {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 45px;
  }
  .voice_select .voice_select_list {
    display: flex;
    flex-wrap: wrap;
  }
  .voice_select .voice_select_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .voice_select .voice_select_box:nth-of-type(3n) {
    margin-right: 0;
  }
  .voice_select .voice_select_box a {
    display: block;
  }
  .voice_select .voice_select_box a:after {
    right: 16px;
    bottom: 20px;
    font-size: 1.3rem;
  }
  .voice_select .voice_select_box a .img {
    width: 100%;
    overflow: hidden;
  }
  .voice_select .voice_select_box a .img img {
    width: 100%;
    transform-origin: center center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-property: transform;
  }
  .voice_select .voice_select_box a .profile {
    padding: 15px 20px 17px;
  }
  .voice_select .voice_select_box a .profile .name {
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
  .voice_select .voice_select_box a .profile .position {
    font-size: 1.4rem;
  }
  .voice_select .voice_select_box a:hover:after, .voice_select .voice_select_box a:focus:after {
    color: #fff;
  }
  .voice_select .voice_select_box a:hover .img img, .voice_select .voice_select_box a:focus .img img {
    transform: scale(1.08);
  }
  .voice_select .voice_select_box a:hover .profile, .voice_select .voice_select_box a:focus .profile {
    background: #db3251;
    color: #fff;
  }
}

@media (min-width: 1280px) {
  .voice_select {
    margin-bottom: 125px;
  }
}

.interview_content {
  margin-bottom: 75px;
}

.interview_content:last-of-type {
  margin-bottom: 0;
}

.interview_content .interview_box {
  border: 1px solid #ced5d8;
  background: #fff;
  box-shadow: 0 12px 14px -10px rgba(34, 25, 22, 0.2);
}

.interview_content .box_top .slider_wrap .slider .slider_item img {
  width: 100%;
}

.interview_content .box_top .slider_wrap .slider_control {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
}

.interview_content .box_top .slider_wrap .slider_control .slide_dot {
  padding-right: 5px;
}

.interview_content .box_top .info {
  position: relative;
  padding: 20px;
}

.interview_content .box_top .info .catch {
  position: absolute;
  left: 0;
  top: -115px;
}

.interview_content .box_top .info .catch span {
  display: inline-block;
  line-height: 1;
  padding: 6px 10px;
  margin-bottom: 7px;
  font-size: 1.6rem;
  color: #db3251;
  background: #fff;
}

.interview_content .box_top .info .profile {
  text-align: center;
  color: #db3251;
}

.interview_content .box_top .info .profile .en {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  font-weight: 300;
}

.interview_content .box_top .info .profile .name {
  display: block;
  margin-bottom: 5px;
  font-size: 2.8rem;
}

.interview_content .box_top .info .profile .position {
  display: block;
  font-size: 1.2rem;
}

.interview_content .box_top .info .profile .btn_wrap {
  margin-top: 30px;
}

.interview_content .box_top .info .profile .btn_wrap .btn_base span {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3rem;
}

.interview_content .text {
  margin-top: 15px;
  padding: 0 20px 35px;
}

.interview_content .text p {
  line-height: 1.8;
}

.interview_content .slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.interview_content .slick-dots {
  position: relative;
  text-align: right;
  bottom: 0;
}

.interview_content .slick-dots li {
  margin: 0 2px;
}

.interview_content .slick-dots li.slick-active button:before {
  background: #f7827f;
}

.interview_content .slick-dots li button:before {
  content: '';
  line-height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #f7827f;
  border-radius: 12px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 360px) {
  .interview_content .box_top .info .profile .btn_wrap .btn_base span br {
    display: none;
  }
}

@media (min-width: 920px) {
  .interview_content {
    margin-bottom: 110px;
  }
  .interview_content .box_top {
    display: flex;
  }
  .interview_content .box_top .slider_wrap {
    width: 57%;
    flex-shrink: 0;
  }
  .interview_content .box_top .slider_wrap .slider_control {
    justify-content: flex-start;
    padding: 2px 0 0 16px;
  }
  .interview_content .box_top .slider_wrap .slider_control .slide_dot {
    padding-right: 10px;
  }
  .interview_content .box_top .info {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 45px 60px 40px 45px;
    width: 100%;
  }
  .interview_content .box_top .info .catch {
    left: -70px;
    top: 50px;
  }
  .interview_content .box_top .info .catch span {
    padding: 12px 15px;
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
  }
  .interview_content .box_top .info .profile {
    text-align: right;
    width: 100%;
  }
  .interview_content .box_top .info .profile .en {
    font-size: 1.7rem;
  }
  .interview_content .box_top .info .profile .name {
    font-size: 3.2rem;
  }
  .interview_content .box_top .info .profile .position {
    display: block;
    font-size: 1.5rem;
  }
  .interview_content .box_top .info .profile .btn_wrap {
    margin-top: 40px;
  }
  .interview_content .box_top .info .profile .btn_wrap .btn_base {
    display: inline-block;
    width: auto;
  }
  .interview_content .box_top .info .profile .btn_wrap .btn_base span {
    padding: 10px 40px 10px 15px;
  }
  .interview_content .text {
    margin-top: 50px;
    padding: 0 60px 60px;
  }
  .interview_content .text p {
    line-height: 2;
    font-size: 1.5rem;
  }
  .interview_content .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  .interview_content .slick-dots {
    position: relative;
    text-align: right;
    bottom: 0;
  }
  .interview_content .slick-dots li {
    margin: 0 2px;
  }
  .interview_content .slick-dots li.slick-active button:before {
    background: #f7827f;
  }
  .interview_content .slick-dots li button:before {
    content: '';
    line-height: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #f7827f;
    border-radius: 12px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (min-width: 1180px) {
  .interview_content .box_top .slider_wrap {
    width: 63%;
  }
  .interview_content .box_top .info .catch {
    left: -133px;
    top: 60px;
  }
  .interview_content .box_top .info .catch span {
    font-size: 2.8rem;
  }
}

@media (min-width: 1280px) {
  .interview_content {
    margin-bottom: 150px;
  }
}

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

    FAQ

============================================================================*/
.anchor_link {
  margin-top: 10px;
  margin-bottom: 35px;
}

.anchor_link li {
  margin-bottom: 10px;
}

.anchor_link li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 35px 12px 20px;
  text-decoration: none;
  border: 1px solid #db3251;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 700;
  color: #db3251;
}

.anchor_link li a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 1.4rem;
  color: #db3251;
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 920px) {
  .anchor_link {
    display: flex;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .anchor_link li {
    width: 49%;
    margin-right: 2%;
  }
  .anchor_link li:last-child {
    margin-right: 0;
  }
  .anchor_link li a {
    display: flex;
    height: 100%;
    padding: 15px 35px 15px 20px;
    font-size: 1.6rem;
  }
  .anchor_link li a:hover {
    background: #db3251;
    color: #fff;
  }
  .anchor_link li a:hover:after {
    color: #fff;
  }
}

.faq_wrap {
  margin-bottom: 75px;
}

.faq_wrap.mb0 {
  margin-bottom: 20px;
}

.faq_list_box {
  margin-bottom: 15px;
  border: 1.2px solid #ced5d8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq_list_box dt {
  position: relative;
  font-size: 1.5rem;
  background: #fff;
  vertical-align: middle;
  padding: 15px 45px 15px 50px;
}

.faq_list_box dt span {
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #db3251;
}

.faq_list_box dt i {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 18px;
  width: 20px;
  height: 20px;
  border: 1px solid #db3251;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq_list_box dt i:after, .faq_list_box dt i:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #db3251;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq_list_box dt i:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq_list_box dt:hover {
  cursor: pointer;
}

.faq_list_box dd {
  display: none;
  padding: 0 15px 15px 15px;
  background: #fff;
}

.faq_list_box dd p {
  margin-bottom: 0;
  padding-top: 15px;
  border-top: 1px dashed #808080;
  line-height: 1.8;
}

.faq_list_box.active {
  border-color: #db3251;
  box-shadow: 0 4px 0 0 rgba(77, 77, 77, 0.15);
}

.faq_list_box.active dt i:before {
  opacity: 0;
}

.faq_list_box.active dd {
  display: block;
}

@media (min-width: 920px) {
  .faq_wrap {
    margin-bottom: 90px;
  }
  .faq_wrap.mb0 {
    margin-bottom: 0;
  }
  .faq_list_box dt {
    font-size: 1.8rem;
    padding: 20px 50px 20px 65px;
  }
  .faq_list_box dt span {
    left: 23px;
    top: 18px;
    font-size: 1.9rem;
  }
  .faq_list_box dt i {
    top: 24px;
    right: 25px;
    transform: scale(1, 1);
  }
  .faq_list_box dd {
    padding: 0 25px 25px 25px;
  }
  .faq_list_box dd p {
    padding-top: 25px;
    line-height: 2;
    font-size: 1.5rem;
  }
  .faq_list_box.active {
    transform: translate(0, -3px);
  }
  .faq_list_box.active dt i:before {
    opacity: 0;
  }
  .faq_list_box.active dd {
    display: block;
  }
  .faq_list_box:hover, .faq_list_box:focus {
    transform: translate(0, -3px);
    box-shadow: 0 4px 0 0 rgba(77, 77, 77, 0.15);
  }
  .faq_list_box:hover dt i, .faq_list_box:focus dt i {
    background: #db3251;
    transform: scale(1.4, 1.4);
  }
  .faq_list_box:hover dt i:after, .faq_list_box:hover dt i:before, .faq_list_box:focus dt i:after, .faq_list_box:focus dt i:before {
    background: #fff;
  }
  .faq_list_box:focus {
    outline-color: #3b99fc;
    outline-offset: 0px;
    outline-style: auto;
    outline-width: 5px;
  }
}

@media (min-width: 1280px) {
  .faq_wrap {
    margin-bottom: 120px;
  }
  .faq_wrap.mb0 {
    margin-bottom: 0;
  }
}
