@charset "UTF-8";
@font-face {
  font-family: 'NotoSansCJKjp_subset';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin_subset.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin_subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin_subset.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp_subset';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-Light_subset.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light_subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light_subset.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp_subset';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular_subset.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular_subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular_subset.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp_subset';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold_subset.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold_subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold_subset.otf") format("truetype");
  font-display: swap;
}

html {
  /*↓↓↓remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  color: #221916;
  font-size: 1.4rem;
  font-family: 'NotoSansCJKjp_subset', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 100%;
  word-wrap: break-word;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*fontアンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* icomoon用設定 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?7tr0i1");
  src: url("../fonts/icomoon.eot?7tr0i1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7tr0i1") format("truetype"), url("../fonts/icomoon.woff?7tr0i1") format("woff"), url("../fonts/icomoon.svg?7tr0i1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-start:before {
  content: "\e900";
  color: #fff;
}

.icon-pose:before {
  content: "\e901";
  color: #fff;
}

.icon-blog:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow_right:before {
  content: "\e904";
  color: #fff;
}

.icon-arrow_bottom:before {
  content: "\e905";
  color: #fff;
}

.icon-arrow_left:before {
  content: "\e906";
  color: #fff;
}

.icon-arrow_top:before {
  content: "\e907";
  color: #fff;
}

.icon-tw:before {
  content: "\e909";
  color: #fff;
}

.icon-pdf:before {
  content: "\e903";
  color: #f4524b;
}

.icon-blank:before {
  content: "\e908";
  color: #fff;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

.max-pc_m {
  display: block !important;
}

@media (min-width: 1180px) {
  .max-pc_m {
    display: none !important;
  }
}

@media (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}

@media (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* スマホ時のfocusの青枠削除 */
/* a アニメーション */
a {
  color: #221916;
}

@media (min-width: 920px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (min-width: 920px) {
  a:hover, a:focus {
    color: #db3251;
    text-decoration: none;
  }
}

/*input要素デフォルトcss削除用*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

select:focus {
  outline: none;
}

input :not(.ccm-ui input) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

input :not(.ccm-ui input):focus {
  outline: none;
}

select:-ms-expand {
  display: none;
}

.skip {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #333;
  position: absolute;
  left: 0;
  top: -100px;
  text-align: center;
  padding: 5px 0;
  z-index: 1000000;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

a.skip:active {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
}

a.skip:focus {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
}

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

		共通パーツ

============================================================================*/
#container {
  position: relative;
  overflow: hidden;
}

.page_content_inner {
  padding: 0 20px;
}

@media (min-width: 920px) {
  .page_content_inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .page_content_inner.inner_small {
    max-width: 1060px;
  }
}

@media (min-width: 1280px) {
  .page_content_inner {
    padding: 0;
  }
}

@media (min-width: 920px) {
  .ancr_position {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.btn_base {
  position: relative;
  display: block;
  background: #db3251;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 3px 0 #e76671;
}

.btn_base span {
  position: relative;
  display: block;
  padding: 15px 10px;
}

.btn_base span:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: 1px;
  transform: translate(0, -50%);
  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: "\e904";
  font-size: 1rem;
  margin-left: 10px;
}

.btn_base.btn_white {
  background: #fff;
  color: #db3251;
  box-shadow: 0 0 0 0 rgba(231, 102, 113, 0);
}

@media (min-width: 321px) {
  .btn_base {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 920px) {
  .btn_base {
    max-width: 412px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .btn_base:before, .btn_base:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #db3251;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .btn_base:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
  }
  .btn_base span {
    padding: 20px 10px;
  }
  .btn_base:hover, .btn_base:focus {
    background: none;
    color: #db3251;
    box-shadow: 0 0 3px 0 rgba(231, 102, 113, 0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn_base:hover:before, .btn_base:hover:after, .btn_base:focus:before, .btn_base:focus:after {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn_base.btn_white:before, .btn_base.btn_white:after {
    background: #fff;
  }
  .btn_base.btn_white:hover, .btn_base.btn_white:focus {
    background: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(231, 102, 113, 0);
  }
}

.btn_autoplay {
  vertical-align: middle;
}

.btn_autoplay button {
  display: inline-block;
  height: 20px;
  width: 48px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background-color: #db3251;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_autoplay button i:before {
  position: relative;
  top: -1px;
  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: "\e900";
  font-size: 1.1rem;
}

.btn_autoplay button.js-play i:before {
  content: "\e901";
}

@media (min-width: 920px) {
  .btn_autoplay button:hover, .btn_autoplay button:focus {
    background-color: #a72947;
  }
}

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

		header

============================================================================*/
.header {
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_logo {
  display: flex;
  align-items: center;
  margin-top: -5px;
  margin-right: auto;
}

.header_logo a {
  text-decoration: none;
}

.header_logo .logo {
  padding: 0 0 0 15px;
}

.header_logo .logo img {
  height: 38px;
  vertical-align: middle;
}

.header_logo .logo span {
  position: relative;
  display: inline-block;
  top: 6px;
  padding-left: 10px;
}

.header_logo .logo span img {
  height: 24px;
}

.header_info {
  display: none;
}

.header_top {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: transform, opacity, margin;
}

.header_top .recruit_nav_list {
  display: flex;
  font-size: 1.3rem;
}

.header_top .recruit_nav_list > li {
  position: relative;
}

.header_top .recruit_nav_list > li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.45em;
  display: block;
  height: 1em;
  width: 1px;
  background: #221916;
}

.header_top .recruit_nav_list > li:last-child:before {
  content: none;
}

.header_top .recruit_nav_list > li > a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.header_top .recruit_nav_list > li > a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 10px;
  height: 2px;
  width: 0;
  background: #db3251;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_top .recruit_nav_list > li > a:hover, .header_top .recruit_nav_list > li > a:focus {
  color: #db3251;
}

.header_top .recruit_nav_list > li > a:hover:before, .header_top .recruit_nav_list > li > a:focus:before {
  width: calc(100% - 20px);
}

.header_nav {
  position: relative;
  display: flex;
  padding-right: 2px;
}

.header_nav .gl_nav_list {
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
}

.header_nav .gl_nav_list > li {
  position: relative;
}

.header_nav .gl_nav_list > li.active > a {
  color: #db3251;
}

.header_nav .gl_nav_list > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #221916;
  padding: 10px 8px;
}

.header_nav .gl_nav_list > li:last-child > a:after {
  border-right: 0;
}

.header_scroll_btn {
  display: none;
}

.header_scroll_recruit {
  display: none;
}

.device_tab .header_gl_nav_list > li.active > a {
  color: #db3251;
}

.header_toggle {
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  z-index: 15;
}

.header_toggle_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 56px;
  margin: 0;
  padding: 0;
  background: #db3251;
  border: 0;
}

.header_toggle_btn .toggle_icon span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  margin: 0px auto 6px;
}

.header_toggle_btn .toggle_icon span:last-of-type {
  margin-bottom: 0;
}

.header_toggle_btn .text {
  padding-top: 6px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.header_toggle_btn.closed .toggle_icon {
  padding: 8px 0 6px 0px;
}

.header_toggle_btn.closed .toggle_icon span {
  position: relative;
  margin-bottom: 0;
}

.header_toggle_btn.closed .toggle_icon span:nth-of-type(1) {
  top: 1px;
  transform: rotate(45deg);
}

.header_toggle_btn.closed .toggle_icon span:nth-of-type(2) {
  top: -1px;
  transform: rotate(-45deg);
}

.header_toggle_btn.closed .toggle_icon span:last-of-type {
  opacity: 0;
  margin-bottom: 0;
}

@media (min-width: 920px) {
  .header {
    position: fixed;
    height: 120px;
  }
  .header_logo {
    margin-top: -10px;
  }
  .header_logo .logo {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .header_logo .logo img {
    height: 40px;
  }
  .header_logo .logo span {
    top: 5px;
    padding-left: 10px;
  }
  .header_logo .logo span img {
    height: 20px;
  }
  .header_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
    padding-top: 5px;
  }
  .header_nav .gl_nav_list > li > a {
    position: relative;
  }
  .header_nav .gl_nav_list > li > a:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 8px;
    height: 2px;
    width: 0;
    background: #db3251;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_nav .gl_nav_list > li > a:hover, .header_nav .gl_nav_list > li > a:focus {
    color: #db3251;
  }
  .header_nav .gl_nav_list > li > a:hover:before, .header_nav .gl_nav_list > li > a:focus:before {
    width: calc(100% - 16px);
  }
  .header_toggle {
    position: static;
    display: none;
  }
  .hd_modal .header_toggle {
    position: fixed;
    display: block;
  }
}

@media (min-width: 1180px) {
  .header_logo .logo {
    padding-left: 30px;
  }
  .header_logo .logo img {
    height: 50px;
  }
  .header_logo .logo span {
    top: 10px;
    padding-left: 15px;
  }
  .header_logo .logo span img {
    height: 26px;
  }
  .header_top {
    padding-right: 0;
  }
  .header_top .recruit_nav_list > li > a {
    padding: 5px 12px;
  }
  .header_top .recruit_nav_list > li > a:before {
    left: 12px;
  }
  .header_top .recruit_nav_list > li > a:hover:before, .header_top .recruit_nav_list > li > a:focus:before {
    width: calc(100% - 24px);
  }
  .header_nav {
    padding-right: 0;
  }
  .header_nav .gl_nav_list {
    font-size: 1.5rem;
  }
  .header_nav .gl_nav_list > li > a {
    padding: 10px 12px;
  }
  .header_nav .gl_nav_list > li > a:before {
    left: 12px;
  }
  .header_nav .gl_nav_list > li > a:hover:before, .header_nav .gl_nav_list > li > a:focus:before {
    width: calc(100% - 24px);
  }
}

@media (min-width: 1280px) {
  .header_logo .logo img {
    height: 70px;
  }
  .header_logo .logo span img {
    height: 34px;
  }
  .header_top {
    padding-right: 5px;
  }
  .header_top .recruit_nav_list {
    font-size: 1.4rem;
  }
  .header_top .recruit_nav_list > li {
    margin-top: -0.36em;
  }
  .header_top .recruit_nav_list > li > a {
    padding: 5px 15px;
  }
  .header_top .recruit_nav_list > li > a:before {
    left: 15px;
  }
  .header_top .recruit_nav_list > li > a:hover:before, .header_top .recruit_nav_list > li > a:focus:before {
    width: calc(100% - 30px);
  }
  .header_nav {
    padding-right: 0;
  }
  .header_nav .gl_nav_list {
    font-size: 1.6rem;
  }
  .header_nav .gl_nav_list > li > a {
    padding: 10px 20px;
  }
  .header_nav .gl_nav_list > li > a:before {
    left: 20px;
  }
  .header_nav .gl_nav_list > li > a:hover:before, .header_nav .gl_nav_list > li > a:focus:before {
    width: calc(100% - 40px);
  }
}

@media (min-width: 920px) {
  .header.scroll {
    height: 70px;
    box-shadow: 0 8px 15px 0 rgba(153, 37, 62, 0.1);
  }
  .header.scroll .header_logo {
    margin-top: -5px;
  }
  .header.scroll .header_logo .logo {
    padding-left: 10px;
  }
  .header.scroll .header_logo .logo img {
    height: 35px;
  }
  .header.scroll .header_logo .logo span {
    top: 5px;
    padding-left: 10px;
  }
  .header.scroll .header_logo .logo span img {
    height: 23px;
  }
  .header.scroll .header_info {
    padding-top: 0;
  }
  .header.scroll .header_top {
    display: none;
    opacity: 0;
    margin-top: -34px;
    transform: translate(0, -10px);
  }
  .header.scroll .header_nav .gl_nav_list {
    font-size: 1.3rem;
  }
  .header.scroll .header_nav .gl_nav_list > li > a {
    padding: 7px 8px;
  }
  .header.scroll .header_scroll_btn {
    display: flex;
    justify-content: center;
    width: 100px;
    padding: 6px 8px;
    margin-left: 10px;
    text-decoration: none;
    color: #db3251;
    border: 1px solid #db3251;
    font-size: 1.3rem;
  }
  .header.scroll .header_scroll_btn.active {
    background: #db3251;
    color: #fff;
  }
  .header.scroll .header_scroll_recruit {
    position: absolute;
    top: 51px;
    right: -10px;
    z-index: 10;
    background: #db3251;
    font-size: 0;
  }
  .header.scroll .header_scroll_recruit > li {
    display: inline-block;
    font-size: 1.4rem;
    border-right: 1px solid #fff;
  }
  .header.scroll .header_scroll_recruit > li:last-child {
    border-right: 0;
  }
  .header.scroll .header_scroll_recruit > li > a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
  }
  .header.scroll .header_scroll_recruit > li > a:hover, .header.scroll .header_scroll_recruit > li > a:focus {
    background: #fff0f5;
    color: #db3251;
  }
}

@media (min-width: 1180px) {
  .header.scroll .header_logo {
    margin-top: -6px;
  }
  .header.scroll .header_logo .logo {
    padding-left: 20px;
  }
  .header.scroll .header_logo .logo img {
    height: 45px;
  }
  .header.scroll .header_logo .logo span {
    top: 6px;
    padding-left: 10px;
  }
  .header.scroll .header_logo .logo span img {
    height: 29px;
  }
  .header.scroll .header_info {
    padding-right: 20px;
  }
  .header.scroll .header_top {
    opacity: 0;
    margin-top: -34px;
    transform: translate(0, -10px);
  }
  .header.scroll .header_nav .gl_nav_list {
    font-size: 1.5rem;
  }
  .header.scroll .header_nav .gl_nav_list > li > a {
    padding: 10px 12px;
  }
  .header.scroll .header_scroll_btn {
    display: flex;
    justify-content: center;
    width: 150px;
    padding: 9px 12px;
    margin-left: 20px;
    text-decoration: none;
    color: #db3251;
    border: 1px solid #db3251;
    font-size: 1.5rem;
  }
  .header.scroll .header_scroll_recruit {
    top: 58px;
    right: -20px;
  }
}

@media (min-width: 1280px) {
  .header.scroll .header_nav .gl_nav_list {
    font-size: 1.5rem;
  }
  .header.scroll .header_nav .gl_nav_list > li > a {
    padding: 10px 20px;
  }
}

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

		main_contents

============================================================================*/
.main {
  position: relative;
}

.event_entry {
  position: relative;
}

.event_entry .event_entry_list {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background: #db3251;
  font-size: 0;
  box-shadow: 0 0 6px 0 #e76671;
}

.event_entry .event_entry_list > li {
  display: block;
  font-size: 1.2rem;
  border-right: 1px solid #fff;
  width: 50%;
}

.event_entry .event_entry_list > li:last-child {
  border-right: 0;
}

.event_entry .event_entry_list > li > a {
  display: block;
  text-align: center;
  padding: 12px 10px;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 920px) {
  .event_entry .event_entry_list {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
  }
  .event_entry .event_entry_list > li {
    width: auto;
    min-width: 150px;
    font-size: 1.5rem;
  }
  .event_entry .event_entry_list > li:last-child {
    width: auto;
  }
  .event_entry .event_entry_list > li > a {
    padding: 14px 20px;
  }
  .event_entry .event_entry_list > li > a:hover, .event_entry .event_entry_list > li > a:focus {
    color: #db3251;
    background: #fff;
  }
}

#eventEntry {
  display: none;
}

#eventEntry .event_entry_list {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 920px) {
  #eventEntry {
    display: block;
  }
  #eventEntry.view .event_entry_list {
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    box-shadow: 0 0 0 0 #e76671;
  }
  #eventEntry.page_bottom .event_entry_list {
    position: absolute;
    box-shadow: 0 0 0 0 #e76671;
  }
}

#pageTop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #a72947;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: opacity,transform;
}

#pageTop svg {
  display: inline-block;
  width: 25px;
  height: 33px;
}

#pageTop.view {
  opacity: 1;
  visibility: visible;
}

#pageTop.page_bottom {
  position: absolute;
  bottom: -25px;
}

@media (min-width: 920px) {
  #pageTop {
    right: 20px;
    bottom: 75px;
    width: 70px;
    height: 70px;
  }
  #pageTop svg {
    width: 35px;
    height: 42px;
    fill: #fff;
  }
  #pageTop:hover, #pageTop:focus {
    transform: translate(0, -5px);
  }
  #pageTop.page_bottom {
    bottom: 70px;
  }
}

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

		footer

============================================================================*/
.footer {
  padding-bottom: 43px;
}

.footer .logo_sns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .logo_sns .sns_list {
  display: flex;
  flex-wrap: wrap;
  order: 1;
  justify-content: center;
  padding: 35px 0 15px;
  text-align: center;
  font-size: 1.3rem;
  width: 100%;
}

.footer .logo_sns .sns_list > li {
  margin: 0 10px 10px;
}

.footer .logo_sns .sns_list > li > a {
  color: #221916;
  text-decoration: none;
}

.footer .logo_sns .sns_list > li.logo:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  width: 19px;
  height: 21px;
  background: url(../img/common/icon_logo.png) no-repeat 0 0;
  background-size: 19px;
  margin-right: 9px;
}

.footer .logo_sns .sns_list > li.tw:before {
  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;
  position: relative;
  top: 2px;
  content: "\e909";
  color: #55a7e9;
  margin-right: 5px;
  font-size: 1.6rem;
}

.footer .logo_sns .sns_list > li.blog:before {
  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;
  position: relative;
  top: 2px;
  content: "\e902";
  color: #db3251;
  margin-right: 5px;
  font-size: 1.6rem;
}

.footer .copy {
  text-align: center;
  font-size: 1rem;
  padding: 0 0 25px;
}

@media (min-width: 920px) {
  .footer {
    padding: 28px 0;
  }
  .footer .footer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  .footer .logo_sns {
    position: relative;
    top: 2px;
    width: 460px;
    margin-right: auto;
    flex-shrink: 0;
    flex-direction: row;
  }
  .footer .logo_sns .sns_list {
    order: 2;
    padding: 0 0 0 10px;
    font-size: 1.3rem;
    width: auto;
  }
  .footer .logo_sns .sns_list > li {
    margin: 0 0 0 20px;
  }
  .footer .logo_sns .sns_list > li > a {
    display: inline-block;
  }
  .footer .logo_sns .sns_list > li > a:hover, .footer .logo_sns .sns_list > li > a:focus {
    color: #db3251;
    text-decoration: underline;
  }
  .footer .copy {
    font-size: 1.2rem;
    padding: 0 0 0 30px;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .footer .footer_inner {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
  }
  .footer .copy {
    font-size: 1.3rem;
  }
}

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

		プリント設定

============================================================================*/
@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}

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

		remodal

============================================================================*/
.remodal {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 0;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Keyframes */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

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

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

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

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

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal-overlay {
  background: #db3251;
}

.sp_header_info {
  padding-top: 60px;
}

.sp_header_info .gl_nav_list {
  padding: 0 20px;
}

.sp_header_info .gl_nav_list > li {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff0f5;
}

.sp_header_info .gl_nav_list > li > a {
  position: relative;
  display: block;
  padding: 16px 0;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

.sp_header_info .gl_nav_list > li > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 1px;
  transform: translate(0, -50%);
  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: "\e904";
  font-size: 1rem;
  margin-left: 10px;
}

.sp_header_bottom {
  padding: 0 20px;
}

.sp_header_bottom .recruit_nav_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sp_header_bottom .recruit_nav_list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.4;
  border: 1px solid #fff;
  width: 48.5%;
  height: 60px;
  margin-top: 3%;
  margin-right: 3%;
}

.sp_header_bottom .recruit_nav_list > li.wide {
  width: 100%;
  margin-right: 0;
}

.sp_header_bottom .recruit_nav_list > li:last-child {
  margin-right: 0;
}

.sp_header_bottom .recruit_nav_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: left;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.sp_header_bottom .recruit_nav_list > li > a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 1px;
  transform: translate(0, -50%);
  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: "\e904";
  font-size: 1rem;
  margin-left: 10px;
}

.sp_etc_box {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.sp_etc_box .sns_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.sp_etc_box .sns_list > li {
  position: relative;
  margin: 6px 10px;
  font-size: 1.3rem;
}

.sp_etc_box .sns_list > li > a {
  color: #fff;
  text-decoration: none;
}

.sp_etc_box .sns_list > li.logo:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  width: 19px;
  height: 21px;
  background: url(../img/common/icon_logo_white.png) no-repeat 0 0;
  background-size: 19px;
  margin-right: 9px;
}

.sp_etc_box .sns_list > li.tw:before {
  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;
  position: relative;
  top: 2px;
  content: "\e909";
  color: #fff;
  margin-right: 5px;
  font-size: 1.7rem;
}

.sp_etc_box .sns_list > li.blog:before {
  position: relative;
  top: 2px;
  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: "\e902";
  color: #fff;
  margin-right: 5px;
  font-size: 1.7rem;
}

.sp_recruit_site_link {
  margin: 35px -20px 0;
  padding: 25px 20px;
  background: #ffd7d7;
}

.sp_recruit_site_link .recruit_site_link_list > li {
  padding: 0 20px;
  margin-bottom: 15px;
}

.sp_recruit_site_link .recruit_site_link_list > li img {
  width: 100%;
}

.sp_recruit_site_link .recruit_site_link_list > li:last-child {
  margin-bottom: 0;
}
