@charset "UTF-8";
/*----------------------------------------------------------
* information  :: element.css
* tsujino created :: 2019.10 improved
----------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.9;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  animation: opacity 0.7s both;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
  /*    padding: 0 0 1em;*/
  padding: 0;
  font-size: 100%;
}

th,
td {
  margin: 0;
  padding: 0.5em 1em;
  font-size: 95%;
}

dl,
dt,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.3s,
 color 0.3s,
 border 0.3s,
 background 0.3s;
}

a img {
  border: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*
.touch a:hover,
.touch a:hover img,
.touch input:hover {
	opacity: 1;
}
*/
a:focus {
  outline: none;
  text-decoration: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}

input[type="submit"]:hover {
  cursor: pointer;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*	width: auto;*/
  padding: 0;
  margin: 0;
  /*	background:none;*/
  border: 0;
  outline: none;
  max-width: none;
  font-family: inherit;
}

button {
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="text"],
input[type="button"],
input[type="search"],
button {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  /*	cursor: pointer;*/
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

optgroup {
  font-style: normal;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

@media screen and (max-width: 767px) {
  input::-webkit-input-placeholder {
    font-size: 0.75em;
  }
  input:-ms-input-placeholder {
    font-size: 0.75em;
  }
  input:-moz-placeholder {
    font-size: 0.75em;
  }
}

a {
  color: #DE3866;
}

.fa-facebook-square,
.fa-facebook {
  color: #3b579d;
}

.fa-twitter-square,
.fa-twitter {
  color: #1da1f2;
}

.fa-line {
  color: #4ecd00;
}

.vw {
  direction: ltr;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  line-height: 1.2;
}

.vw_up {
  -webkit-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
}

.hw {
  writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a {
  transition: opacity 0.3s,
 color 0.3s,
 border 0.3s,
 background 0.3s;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp_tab {
  display: none;
}

@media (max-width: 1024px) {
  .sp_tab {
    display: block;
  }
}

@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc_tab {
    display: none;
  }
}

@media (max-width: 767px) {
  p {
    text-align: justify;
  }
  table {
    display: block;
    width: auto !important;
  }
  tbody,
  tr {
    display: block;
  }
  th,
  td {
    display: block;
    width: auto !important;
    padding: 0.5em 1em;
  }
  th {
    border-bottom: none !important;
  }
  td {
    margin-bottom: 3px;
  }
}

@media (min-device-width: 768px) {
  a[href*='tel:'] {
    pointer-events: none;
  }
}

.grad_pattern {
  background: url(../img/pattern.png) center, linear-gradient(90deg, #F58D5D, #DE3866);
}

.grad_pattern_obl {
  background: url(../img/pattern.png) center, linear-gradient(135deg, #F58D5D, #DE3866 70%);
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #333;
}

body.nav_op {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body, html {
    min-width: 1100px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 105%;
  }
}

main {
  overflow: hidden;
}

.base_wrap {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1380px) {
  .base_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.middle_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .middle_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.mini_wrap {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .mini_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.minimum_wrap {
  max-width: 890px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .minimum_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*.large_wrap {
	max-width: 1200px;
	margin: 0 auto;
	@media screen and (max-width: 1240px) {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}*/
.fade_up {
  opacity: 0;
  transform: perspective(1000px) translate3d(0, 50px, -10px);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade_up.animated {
  opacity: 1;
  transform: perspective(1000px) translate3d(0, 0, 0);
}

.fade_down_bg {
  opacity: 0;
  transform: perspective(1000px) translate3d(0, -100px, -10px);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade_down_bg.animated {
  opacity: 1;
  transform: perspective(1000px) translate3d(0, 0, 0);
}

/*
.fade_up {
opacity: 0;
transform: perspective(500px) translate3d(0,100px,100px) scale(0.85);
transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.1s;
&.animated {
opacity: 1;
transform: perspective(500px) translate3d(0,0,0) scale(1);
}
}

.fade_up_s {
opacity: 0;
transform: perspective(500px) translate3d(0,50px,50px) scale(0.85);
transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.1s;
&.animated {
opacity: 1;
transform: perspective(500px) translate3d(0,0,0) scale(1);
}
}
*/
.fade_in {
  opacity: 0;
  transition: all 1.3s 0.1s;
}

.fade_in.animated {
  opacity: 1;
}

.fade_up .fade_up,
.fade_up .fade_up_s,
.fade_up .fade_in,
.fade_up_s .fade_up,
.fade_up_s .fade_up_s,
.fade_up_s .fade_in,
.fade_in .fade_up,
.fade_in .fade_up_s,
.fade_in .fade_in {
  transition-delay: 0.1s;
}

.fade_blur {
  opacity: 0;
  transform: perspective(1000px) translate3d(0, 50px, -10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.fade_blur.animated {
  opacity: 1;
  transform: perspective(1000px) translate3d(0, 0, 0);
  -ms-filter: blur(0);
  filter: blur(0);
}

.font_en {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.font_num {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  line-height: 1.5;
}

.notfound {
  margin: 6em 0;
}

.notfound:before {
  content: 'Sorry・・・';
  display: block;
  margin: 0 0 0.2em;
  font-style: oblique;
  font-size: 160%;
  font-weight: 400;
  color: #DE3866;
}

.no_offer,
.no_pref,
.no_city {
  color: #DE3866;
}

.selCity_alert {
  color: #666 !important;
  font-weight: normal !important;
}

#search_city {
  margin-top: 10px;
}

#search_city .no_city {
  font-weight: normal;
}

.kyujin_container {
  font-size: 0.9em;
  line-height: inherit;
  letter-spacing: inherit;
}

.custom-form .custom-form_searth_btn,
.search-toggle .toggle_trigger_txt_ico {
  z-index: 0;
}

.fixed_convertion {
  z-index: 1;
}

.job_occupations {
  z-index: 0 !important;
}

.txt_grad {
  background-image: linear-gradient(90deg, #F58D5D, #DE3866);
  -webkit-background-clip: text;
  color: transparent;
}

.txt_grad_obl {
  background-image: linear-gradient(135deg, #F58D5D, #DE3866 70%);
  -webkit-background-clip: text;
  color: transparent;
}

.txt_grad_vw {
  background-image: linear-gradient(135deg, #f58d5d 0%, #de3866 100%);
  -webkit-background-clip: text;
  color: transparent;
}

/*IE10+（Edgeも全て含む）*/
_:-ms-lang(x), .txt_grad,
_:-ms-lang(x), .txt_grad_obl,
_:-ms-lang(x), .txt_grad_vw {
  color: #DE3866;
  background-image: none;
}

.btn_small {
  display: inline-block;
  padding: 1.2em 2.5em;
  max-width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
  border-radius: 1.7em;
  background: #DE3866;
  padding: 0.8em 2.5em;
  font-size: 1em;
  border-radius: 1.5em;
}

.btn_small:hover {
  opacity: 1;
  background: #F5A49A;
}

.btn_grad_pattern {
  display: inline-block;
  padding: 1.2em 2.5em;
  max-width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
  border-radius: 1.7em;
  background: #DE3866;
  position: relative;
  overflow: hidden;
}

.btn_grad_pattern:hover {
  opacity: 1;
  background: #F5A49A;
}

.btn_grad_pattern:before {
  content: '';
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #DE3866, #F58D5D, #DE3866);
  transition: transform 0.5s ease-in-out;
}

.btn_grad_pattern:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  border-radius: inherit;
  background: url(../img/pattern.png) center;
}

.btn_grad_pattern:hover:before {
  transform: translateX(50%);
}

.btn_grad_pattern > * {
  position: relative;
  z-index: 1;
}

.btn_large_grad_pattern {
  display: inline-block;
  padding: 1.2em 2.5em;
  max-width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
  border-radius: 1.7em;
  background: #DE3866;
  position: relative;
  overflow: hidden;
  padding: 1.5em 3em;
  min-width: 340px;
  font-size: 1.05em;
  border-radius: 4.5em;
}

.btn_large_grad_pattern:hover {
  opacity: 1;
  background: #F5A49A;
}

.btn_large_grad_pattern:before {
  content: '';
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #DE3866, #F58D5D, #DE3866);
  transition: transform 0.5s ease-in-out;
}

.btn_large_grad_pattern:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  border-radius: inherit;
  background: url(../img/pattern.png) center;
}

.btn_large_grad_pattern:hover:before {
  transform: translateX(50%);
}

.btn_large_grad_pattern > * {
  position: relative;
  z-index: 1;
}

.btn_large_grad_pattern:before {
  background: linear-gradient(135deg, #DE3866 20%, #F58D5D, #DE3866 70%);
}

@media (max-width: 767px) {
  .btn_large_grad_pattern {
    min-width: 0;
  }
}

.btn_ang_b {
  display: inline-block;
  padding: 1.2em 2.5em;
  max-width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
  border-radius: 1.7em;
  background: #DE3866;
  border-radius: 6px;
  background: #3965B3;
}

.btn_ang_b:hover {
  opacity: 1;
  background: #F5A49A;
}

.btn_ang_b:hover {
  color: #3965B3;
  background: #DDE5F2;
}

.btn_ang_p {
  display: inline-block;
  padding: 1.2em 2.5em;
  max-width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
  border-radius: 1.7em;
  background: #DE3866;
  border-radius: 6px;
  background: #DE3866;
}

.btn_ang_p:hover {
  opacity: 1;
  background: #F5A49A;
}

.btn_ang_p:hover {
  color: #DE3866;
  background: #f5c4d1;
}

.btn_ang_grad_pattern {
  display: inline-block;
  padding: 1.2em 2.5em;
  max-width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
  border-radius: 1.7em;
  background: #DE3866;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.btn_ang_grad_pattern:hover {
  opacity: 1;
  background: #F5A49A;
}

.btn_ang_grad_pattern:before {
  content: '';
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #DE3866, #F58D5D, #DE3866);
  transition: transform 0.5s ease-in-out;
}

.btn_ang_grad_pattern:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  border-radius: inherit;
  background: url(../img/pattern.png) center;
}

.btn_ang_grad_pattern:hover:before {
  transform: translateX(50%);
}

.btn_ang_grad_pattern > * {
  position: relative;
  z-index: 1;
}

.btn_ang_grad_pattern:before {
  background: linear-gradient(135deg, #DE3866 20%, #F58D5D, #DE3866 70%);
}

.btn_wrap {
  padding: 1rem 0 0;
  text-align: center;
}

.fix_btn .btn_wrap {
  padding: 0;
}

.btns_wrap {
  display: flex;
  justify-content: center;
  margin: 0 -0.5rem;
}

.btns_wrap > * {
  flex: 0 1 auto;
  margin: 0 0.5rem;
}

@media (max-width: 767px) {
  .btns_wrap.no_wrap {
    margin: 0 -0.25rem;
    align-items: stretch;
  }
  .btns_wrap.no_wrap > * {
    flex: 1 1 auto;
    margin: 0 0.25rem;
    width: auto;
    width: auto;
    padding: 0.5em;
    font-size: 0.8em;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .btns_wrap:not(.no_wrap) {
    flex-direction: column;
  }
  .btns_wrap:not(.no_wrap) > * {
    margin-bottom: 1.5rem;
  }
}

.header_first {
  font-size: 0.85em;
  color: #fff;
  background: #DE3866;
}

.header_first a {
  color: #fff;
}

.header_first_in {
  display: flex;
  padding: 0.7rem 0;
}

.header .mini_nav_wrap {
  margin-left: auto;
}

.header .mini_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}

.header .mini_nav li {
  margin: 0 1em;
}

.header .mini_nav li a {
  display: flex;
}

.header .mini_nav li a:after {
  content: '';
  flex: 0 0 auto;
  margin-left: 0.5em;
  width: 11px;
  background: url(../img/ico_target.png) no-repeat center/contain;
}

.header_title {
  margin-right: 2em;
  font-size: 1em;
  font-weight: normal;
  white-space: nowrap;
}

.header_second {
  background: #fff;
}

.header_second_in {
  display: flex;
  align-items: center;
  padding: 0.7rem 0;
}

.header .logo {
  margin-right: auto;
}

.header .logo a {
  display: block;
}

.header .logo img {
  width: 308px;
}

.header .sp.mini_nav {
  display: none;
}

@media (min-width: 768px) {
  .header .mini_nav {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header .mini_nav_wrap {
    font-size: 0.9em;
  }
  .header .mini_nav:after {
    content: '';
    width: 100%;
  }
  .header .mini_nav li:nth-child(n+3) {
    order: 1;
  }
}

@media (max-width: 767px) {
  .header_first {
    display: none !important;
  }
  .header_second_in {
    padding: 0.7rem 0 0.5rem;
  }
  .header .logo img {
    width: 180px;
  }
  .header .sp.logo {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .header .sp.logo img {
    width: 210px;
  }
  .header .sp.mini_nav {
    display: block;
    margin: 2rem 0 0;
    font-weight: bold;
  }
  .header .sp.mini_nav li {
    margin: 0.75em 0;
  }
  .header .sp.mini_nav li a:after {
    background-image: url(../img/ico_target_p.png);
  }
  .header .sp_staff_btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    margin-right: 55px;
    padding: 0.1em 0.5em 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.78rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
  }
}

.g_nav {
  display: flex;
  align-items: center;
  margin: 0 -1em;
}

.g_nav li {
  margin: 0 1em;
}

.g_nav .g_nav_btn a {
  display: flex;
  color: inherit;
  font-weight: 600;
}

.g_nav .g_nav_btn a:before {
  content: '';
  flex: 0 0 auto;
  margin-right: 0.5em;
  width: 16px;
  background: url(../img/ico_arrow_p.png) no-repeat center/contain;
  transition: transform 0.2s;
}

.g_nav .g_nav_btn a:hover {
  opacity: 1;
}

.g_nav .g_nav_btn a:hover:before {
  transform: translateX(3px);
}

.g_nav .g_nav_btn.current a {
  color: #B62E54;
}

@media (max-width: 767px) {
  .g_nav_toggle {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    z-index: 10;
    cursor: pointer;
  }
  .g_nav_toggle .bar {
    width: 6px;
    height: 6px;
    margin: 2px;
    border-radius: 50%;
    background: #DE3866;
    transition: all 0.2s ease-out;
  }
  .nav_op .g_nav_toggle .bar {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 50%;
    height: 3px;
    margin: 0 auto;
    border-radius: 30%;
  }
  .nav_op .g_nav_toggle .bar:first-child {
    transform: translateY(-50%) rotate(45deg);
  }
  .nav_op .g_nav_toggle .bar:nth-child(2) {
    transform: scale(0);
  }
  .nav_op .g_nav_toggle .bar:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }
  .g_nav_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 80px 2rem 20px;
    width: 100%;
    height: 100vh;
    transform: translateY(-100%);
    overflow: auto;
    transition: all 0.2s ease-out;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
  }
  .nav_op .g_nav_wrap {
    transform: none;
  }
  .g_nav {
    font-size: inherit;
    display: block;
    position: static !important;
    padding: 0 !important;
    background: transparent;
  }
  .g_nav li {
    margin: 1em 0;
  }
  .g_nav .staff_btn {
    margin-top: 2em;
  }
}

.page_title_area {
  position: relative;
  padding: 1.5rem 0;
  background-position: center top;
  background-size: cover;
}

.page_title_area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(90deg, #F58D5D, #DE3866);
  content: '';
  opacity: 0.75;
}

.page_title_area_mini {
  padding: 0.3rem 0;
  background: none !important;
}

.page_title_area_mini:before {
  opacity: 0.9;
}

.type_whatsnew .page_title_area,
.type_kyujin .page_title_area {
  background-image: url(../img/header_kyujin.jpg);
}

.type_process .page_title_area {
  background-image: url(../img/header_process.jpg);
}

.type_staff .page_title_area {
  background-image: url(../img/header_staff.jpg);
}

.page_title_area .page_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
  color: #fff;
  font-size: 1.8rem;
}

.page_title_area .page_title .en {
  font-size: 1.4em;
  font-weight: normal;
  color: #f5c3d1;
}

@media (max-width: 767px) {
  .page_title_area {
    padding: 0.5rem 0;
  }
  .page_title_area .page_title {
    flex-direction: column;
    align-items: stretch;
    margin: 0.7em 0;
    height: auto;
    font-size: 1.35rem;
  }
  .page_title_area .page_title .en {
    font-size: 0.75em;
  }
}

.breadcrumb {
  position: relative;
  max-width: 100%;
  color: #fff;
}

.breadcrumb ol {
  padding: 0.2em 0;
  font-size: 0.75em;
  line-height: 1.6;
  overflow: hidden;
}

.breadcrumb li {
  display: inline-block;
  padding-right: 0.5em;
  margin-bottom: 0.1em;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.breadcrumb li:not(:first-child):before {
  display: inline-block;
  content: '>';
  margin-right: 0.7em;
  transform: scale(0.85, 1);
}

.breadcrumb a {
  display: inline-block;
  color: #fff;
}

.breadcrumb a:after {
  content: '';
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1024px) {
  .breadcrumb ol {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .breadcrumb ol li {
    display: inline;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    font-size: 0.85em;
  }
}

.before_footer {
  padding: 6rem 0 0;
  overflow: hidden;
  background: url(../img/tri_bg_p.png) no-repeat 10% center, url(../img/tri_bg_pb.png) no-repeat 105% center;
}

.lower .before_footer {
  border-top: solid 1px #f9c8c2;
}

.before_footer_content {
  display: flex;
}

.before_footer_content .img_wrap {
  flex: 0 0 auto;
  margin-right: 1rem;
  margin-bottom: -2rem;
  width: 28%;
  background: url(../img/index/img_staff.png) no-repeat center bottom/contain;
}

.before_footer_content .txt_wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 1.5rem 7rem;
}

.before_footer_content .txt_wrap .catch {
  align-self: center;
  margin-bottom: 1em;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.8rem;
}

.before_footer_content .txt_wrap .btns_wrap a {
  width: 50%;
  white-space: nowrap;
}

.before_footer_content .txt_wrap .staff_btn {
  padding: 2.5em 0.5em;
}

.before_footer_content .txt_wrap .staff_btn span {
  display: block;
}

.before_footer_content .txt_wrap .staff_btn .sub {
  margin: 0 0 0.7em;
  font-weight: normal;
}

.before_footer_content .txt_wrap .staff_btn .main {
  font-size: 1.3em;
  font-weight: 900;
}

.before_footer_content .txt_wrap .search_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
}

.before_footer_content .txt_wrap .bg_g {
  margin-top: 1.5rem;
  padding: 0.5em 2em;
  background: #F2F2F2;
  border-radius: 2em;
}

@media (max-width: 767px) {
  .before_footer {
    padding: 4rem 0 0;
    background: url(../img/tri_bg_left.png) no-repeat -70% 0%/60vw auto, url(../img/tri_bg_right.png) no-repeat 117% 95%/45vw auto;
  }
  .before_footer_content .img_wrap {
    width: 48%;
    margin-bottom: 0;
    margin-right: -48%;
    transform: translateX(-2rem);
  }
  .before_footer_content .txt_wrap {
    flex: 1 1 auto;
    justify-content: space-around;
    padding: 0 0 3rem;
    margin: 0 -1rem;
    min-height: 107vw;
    overflow: hidden;
  }
  .before_footer_content .txt_wrap .catch {
    text-align: left;
    font-size: 5.5vw;
  }
  .before_footer_content .txt_wrap .btn_wrap {
    padding-top: 0.5rem;
    padding-left: 42%;
    padding-right: 1rem;
    margin: 0 -1em;
    font-size: 0.8em;
  }
  .before_footer_content .txt_wrap .btns_wrap {
    margin: 0;
    padding-top: 2rem;
  }
  .before_footer_content .txt_wrap .btns_wrap a {
    align-self: center;
    width: 100%;
    max-width: 220px;
    margin: 0 0 1.5em;
    padding-left: 0;
    padding-right: 0;
  }
  .before_footer_content .txt_wrap .bg_g {
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9em;
    white-space: nowrap;
  }
}

@media (max-width: 320px) {
  .before_footer_content .txt_wrap .staff_btn .main {
    font-size: 1.2em;
  }
}

.footer {
  padding: 6rem 0 4rem;
  color: #fff;
  background: #DE3866;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 3rem;
  }
}

.footer a {
  color: #fff;
}

.footer_nav_area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 2rem;
  font-size: 0.9em;
}

.footer_nav_area ul li {
  margin: 0 0 1em;
}

.footer_nav {
  flex: 1 1 auto;
  margin: 0 1rem 2rem;
}

.footer_nav .target a {
  display: flex;
}

.footer_nav .target a:after {
  content: '';
  flex: 0 0 auto;
  margin-left: 0.5em;
  width: 11px;
  background: url(../img/ico_target.png) no-repeat center/contain;
}

.footer_nav .corpo {
  padding-top: 0.5em;
}

.footer_nav .corpo a {
  color: #f7cdd9;
}

.footer_search {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.footer_search_item {
  flex: 1 1 auto;
  margin: 0 1rem 2rem;
  padding-left: 2rem;
  border-left: solid 1px #eb88a3;
}

.footer_search_title {
  margin: 0 0 1.25em;
  color: #f7cdd9;
}

.footer_search ul li {
  font-size: 0.9em;
}

@media (max-width: 767px) {
  .footer_search {
    width: 100%;
    margin-left: calc(-1rem - 1px);
    overflow: hidden;
  }
  .footer_search_item {
    width: calc(50% - 2rem);
    padding-left: 1rem;
  }
}

.footer_middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -1rem 2rem;
}

.footer_middle > * {
  margin: 0 1rem 2rem;
}

.footer_middle .sns_area {
  flex: 1 0 auto;
  display: flex;
}

.footer_middle .sns_txt {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  font-size: 0.75em;
  line-height: 1.5;
}

.footer_middle .sns_list {
  display: flex;
  margin: 0 0.5rem;
}

.footer_middle .sns_list li {
  flex: 0 0 auto;
  margin: 0 0.5rem;
  width: 32px;
}

.footer_middle .sns_list li a {
  display: block;
}

.footer_middle .nissay {
  flex: 0 0 auto;
  width: 180px;
}

.footer_middle .privacy {
  display: flex;
  align-items: center;
  font-size: 0.7em;
}

.footer_middle .privacy .img_wrap {
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 56px;
}

.footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 -0.5rem;
}

.footer_bottom > * {
  margin: 0 0.5rem;
}

.footer_bottom .ga_about {
  font-size: 0.8em;
}

.footer_bottom small {
  font-size: 0.7em;
}

@media (max-width: 1024px) {
  .footer_bottom > * {
    width: 100%;
  }
}

.to_top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
  transition: all 0.3s;
}

.scrolled .to_top {
  opacity: 1;
}

.to_top a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/arrow_top.png) no-repeat center/contain;
}

@media (max-width: 767px) {
  .to_top {
    right: 1rem;
    bottom: 1rem;
  }
  .to_top a {
    width: 45px;
    height: 45px;
  }
}

.custom-form .custom-form_searth_btn {
  position: relative;
  width: 200px;
}

.custom-form .custom-form_searth_btn .btn_cover:hover {
  opacity: 1 !important;
}

.custom-form .custom-form_searth_btn .btn_cover input {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  background: #3965B3;
  border-radius: 6px;
}

select {
  font-size: inherit;
}

input[type=checkbox] + label:before {
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.1em;
  height: 1.1em;
  background: #fff;
  border: solid 1px #B3B3B3;
  border-radius: 3px;
}

input[type=checkbox] + label:after {
  top: 3px;
}

input[type=checkbox]:checked + label:before {
  background: #B62E54;
}

input[type=checkbox]:checked + label:after {
  width: 8px;
  height: 13px;
}

input[type=radio] + label:before,
input[type=radio] + label:after {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1.1em;
  height: 1.1em;
}

input[type=radio] + label:before {
  background: #fff;
  border: solid 1px #B3B3B3;
}

input[type=radio] + label:after {
  background: #fff;
  transform: scale(0.4);
}

input[type=radio]:checked + label:before {
  background: #B62E54;
  border-color: #B62E54;
}

.custom-form {
  font-size: 0.95rem;
}

.custom-form .parts_ttl {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.custom-form .parts_ttl:before {
  content: '';
  flex: 0 0 auto;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
}

.custom-form .form_parts_inner {
  font-weight: bold;
}

.custom-form .category_list {
  margin-right: -20px;
}

.custom-form .form_area .parts_ttl:before,
.custom-form .form_place .parts_ttl:before {
  background-image: url(../img/ico_map.png);
}

.custom-form .form_cat .parts_ttl:before {
  background-image: url(../img/ico_people.png);
}

.custom-form .form_time .parts_ttl:before {
  background-image: url(../img/ico_time.png);
}

.custom-form .form_company .parts_ttl:before {
  background-image: url(../img/ico_building.png);
}

.custom-form .form_word .parts_ttl:before {
  background-image: url(../img/ico_txt.png);
}

.custom-form .form_word input {
  font-size: 16px;
}

@media (min-width: 768px) {
  input[type="text"]:focus, input[type="submit"]:focus, input[type="search"]:focus, select:focus, textarea:focus {
    box-shadow: 0 0 6px rgba(222, 56, 102, 0.1);
  }
  select:hover, input:hover {
    background: rgba(238, 238, 238, 0.2);
  }
}

.search_title {
  display: flex;
  align-items: center;
  padding: 0.7em 1.5rem;
  font-size: 1.05em;
  font-weight: 600;
  background: #DDE5F2;
  border-radius: 6px 6px 0 0;
}

.search_title:before {
  content: '';
  flex: 0 0 auto;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: url(../img/ico_file.png) no-repeat center/auto 1em #fff;
}

@media (max-width: 767px) {
  .search_title {
    justify-content: center;
    color: #fff;
    border-radius: 0;
    background: #3965B3;
  }
}

.search-toggle {
  background: #DDE5F2;
}

.search-toggle .toggle_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0.7rem;
  font-size: 1.35em;
  font-weight: 600;
  color: #333;
}

.search-toggle .toggle_txt:before {
  content: '';
  flex: 0 0 auto;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: url(../img/ico_file.png) no-repeat center/auto 1em #fff;
}

.search-toggle .toggle_trigger {
  background: #3965B3;
}

@media (max-width: 767px) {
  .search-toggle .toggle_txt {
    justify-content: flex-start;
    font-size: 1.2em;
  }
}

.top_search_area {
  position: absolute;
  top: 3rem;
  left: 0;
  background: #fff;
  border-radius: 6px;
  border: solid 1px #E7E7E7;
  animation: opacity 2s 1.5s both;
}

.top_search_area .custom-form {
  padding: 1.2rem 1.5rem 1.8rem;
  border-bottom: none;
  margin-bottom: 0;
}

.top_search_area .custom-form_inner {
  flex-direction: column;
}

.top_search_area .custom-form_parts {
  flex-basis: auto;
  padding: 0.2em 0;
  border: none !important;
}

.top_search_area .custom-form_searth_btn {
  margin-top: 1rem;
}

.top_search_area .custom-form .parts_ttl {
  flex: 0 0 auto;
  width: 6em;
}

.top_search_area .custom-form .form_parts_inner {
  flex: 0 1 auto;
  width: 100%;
  padding: 0.7em 1em;
  border: solid 1px #E7E7E7;
  border-radius: 6px;
}

.top_search_area .custom-form .search_more {
  position: relative;
  padding-right: 3.75em;
}

.top_search_area .custom-form .search_more .search_more_toggle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EEF2F5;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease-in;
}

.top_search_area .custom-form .search_more .search_more_toggle:before {
  max-width: 100%;
  padding: 0.7em 1em;
  content: '選択する';
  font-weight: normal;
  overflow: hidden;
  transition: all 0.4s ease-in;
}

.top_search_area .custom-form .search_more .search_more_toggle .ico {
  position: relative;
  flex: 0 0 auto;
  align-self: stretch;
  width: 3em;
  border-left: solid 1px #E7E7E7;
}

.top_search_area .custom-form .search_more .search_more_toggle .ico:before, .top_search_area .custom-form .search_more .search_more_toggle .ico:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 1em;
  height: 1px;
  background: #333;
}

.top_search_area .custom-form .search_more .search_more_toggle .ico:after {
  transform: rotate(-90deg);
  transition: all 0.4s ease-in;
}

.top_search_area .custom-form .search_more .category_list {
  flex-wrap: nowrap;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}

.top_search_area .custom-form .search_more.open .search_more_toggle {
  left: auto;
  width: 3em;
}

.top_search_area .custom-form .search_more.open .search_more_toggle:before {
  max-width: 0;
  padding: 0.7em 0;
  transform: scale(0, 1);
}

.top_search_area .custom-form .search_more.open .search_more_toggle .ico:after {
  transform: rotate(0deg);
}

.top_search_area .custom-form .search_more.open .category_list {
  max-width: 100vw;
  opacity: 1;
}

.top_search_area .custom-form .form_area {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0.2em;
}

.top_search_area .custom-form .form_area .parts_ttl {
  margin-bottom: 0.3em;
  width: auto;
}

.top_search_area .custom-form .form_word {
  margin-top: 0.3em;
}

.top_search_area .custom-form .form_word .parts_ttl {
  display: none;
}

.top_search_area .custom-form .form_word .form_parts_inner {
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #D1D1D1;
}

@media (min-width: 1200px) {
  .top_search_area {
    left: 1rem;
  }
}

@media (max-width: 767px) {
  .top_search_area {
    position: static;
    margin: 0 -1rem;
    padding-bottom: 1em;
    border: none;
    border-bottom: solid 1px #F5A49A;
    border-radius: 0;
    animation-delay: 0.7s;
  }
  .top_search_area .custom-form_parts {
    margin-bottom: 0.3em;
  }
  .top_search_area .custom-form .search_more {
    padding: 0;
  }
  .top_search_area .custom-form .search_more .search_more_toggle {
    position: static;
    width: 100% !important;
  }
  .top_search_area .custom-form .search_more .search_more_toggle:before {
    max-width: 100% !important;
    padding: 0.7em 1em !important;
  }
  .top_search_area .custom-form .search_more .search_more_toggle:after {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 0.7em 1em;
    content: '閉じる';
    font-weight: normal;
    overflow: hidden;
    transition: all 0.4s ease-in;
    opacity: 0;
    transform: scale(1, 0);
  }
  .top_search_area .custom-form .search_more .category_list {
    flex-wrap: wrap;
    max-width: none !important;
    max-height: 0;
    padding: 0 1em;
  }
  .top_search_area .custom-form .search_more.open .search_more_toggle:before {
    transform: scale(1, 0);
    opacity: 0;
  }
  .top_search_area .custom-form .search_more.open .search_more_toggle:after {
    transform: scale(1, 1);
    opacity: 1;
  }
  .top_search_area .custom-form .search_more.open .category_list {
    max-height: 100vw;
    padding: 0.7em 1em;
  }
  .top_search_area .custom-form .form_area .form_parts_inner {
    padding: 0;
    overflow: hidden;
  }
  .top_search_area .custom-form .form_area .category_list {
    margin: 0 -1px -1px 0;
    overflow: hidden;
  }
  .top_search_area .custom-form .form_area .category_list li {
    padding: 0.7em 1em;
    margin: 0;
    width: 50%;
    border-right: solid 1px #E7E7E7;
    border-bottom: solid 1px #E7E7E7;
  }
  .top_search_area .custom-form .form_word {
    margin-top: 0.7em;
  }
}

.top_mv {
  background: #f9f9f9;
}

.top_mv:after {
  background-image: linear-gradient(90deg, #F58D5D, #DE3866);
  content: '';
  display: block;
  height: 4px;
  animation: opacity 1s 4s both;
}

.top_mv_in {
  position: relative;
  max-width: 1680px;
  height: 628px;
  margin: 0 auto;
}

.top_mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.top_mv_bg .layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition-duration: 0.5s;
  opacity: 0;
}

.top_mv_bg .layer:before, .top_mv_bg .layer:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-size: inherit;
  background-position: inherit;
  transition-duration: 0.25s;
  opacity: 0;
}

.top_mv_bg.animated .layer {
  opacity: 1;
}

.top_mv_bg.animated .layer:before, .top_mv_bg.animated .layer:after {
  opacity: 1;
}

.top_mv_bg .layer_line,
.top_mv_bg .layer_line_sp:before,
.top_mv_bg .layer_line_sp:after {
  background-image: url(../img/index/mv_line.png);
}

.top_mv_bg .layer1:before {
  transition-delay: 1.5s;
  background-image: url(../img/index/mv_tr1.png);
}

.top_mv_bg .layer2:before {
  transition-delay: 1.1s;
  background-image: url(../img/index/mv_tr2.png);
}

.top_mv_bg .layer2 {
  transition-delay: 0.9s;
  background-image: url(../img/index/mv_img2.png);
}

.top_mv_bg .layer3:before {
  transition-delay: 0.8s;
  background-image: url(../img/index/mv_tr3.png);
}

.top_mv_bg .layer3 {
  transition-delay: 0.5s;
  background-image: url(../img/index/mv_img3.png);
}

.top_mv_bg .layer4:before {
  transition-delay: 1.4s;
  background-image: url(../img/index/mv_tr4.png);
}

.top_mv_bg .layer4 {
  transition-delay: 1.3s;
  background-image: url(../img/index/mv_img4.png);
}

.top_mv_bg .layer5:before {
  transition-delay: 1.7s;
  background-image: url(../img/index/mv_tr5.png);
}

.top_mv_bg .layer_bg {
  transition-duration: 1s;
  background-image: url(../img/index/mv_bg.png);
}

.top_mv_content {
  position: relative;
  padding: 3.5rem 0;
}

.top_mv .top_txt_area {
  display: flex;
  justify-content: space-between;
  padding-left: 45%;
}

.top_mv_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.top_mv_title span {
  padding: 0.7em 0.5em;
}

.top_mv_title .first {
  background: #fff;
  transition-delay: 2.5s;
}

.top_mv_title .second {
  background: url(../img/pattern.png) center #DE3866;
  margin-top: 1em;
  color: #fff;
  transition-delay: 3.0s;
}

.top_mv_title_en {
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  text-align: right;
}

.top_mv_title_en b {
  display: block;
  font-weight: normal;
}

@media (max-width: 767px) {
  .top_mv {
    position: relative;
  }
  .top_mv:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    height: 2px;
    animation-delay: 0.5s;
  }
  .top_mv_in {
    height: auto;
  }
  .top_mv_bg {
    height: 250px;
    left: -10%;
  }
  .top_mv_bg .layer_bg {
    background-position: 60%;
  }
  .top_mv_bg .layer1:before {
    background-position: -5vw top;
  }
  .top_mv_bg .layer5:before {
    background-position: right -15vw bottom;
  }
  .top_mv_bg .layer_line {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 90% 100%, 0% 100%);
  }
  .top_mv_bg .layer_line_sp:before {
    background-position: -5vw top;
    -webkit-clip-path: polygon(0% 0%, 20% 0%, 20% 50%, 0% 50%);
    clip-path: polygon(0% 0%, 20% 0%, 20% 50%, 0% 50%);
  }
  .top_mv_bg .layer_line_sp:after {
    background-position: right -15vw bottom;
    -webkit-clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 70% 100%);
    clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 70% 100%);
  }
  .top_mv_content {
    padding: 250px 0 0;
  }
  .top_mv .top_txt_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 250px;
    padding-top: 1rem;
    padding-left: 1rem;
  }
  .top_mv_title {
    font-size: 1.35rem;
  }
  .top_mv_title_en {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}

_:-ms-input-placeholder, :root .top_mv_title span b {
  transform: translateX(-0.2em);
}

.top_entry_bn {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 100%;
  right: 0;
  margin-top: -3rem;
  width: 206px;
  height: 206px;
  background: #fff;
  border-radius: 50%;
  animation: opacity 1s 5s both;
}

.top_entry_bn:hover {
  background: rgba(250, 210, 205, 0.85);
}

.top_entry_bn .ico {
  margin: 0.5rem 0;
  height: 29px;
  background: url(../img/ico_pen.png) no-repeat center/contain;
}

.top_entry_bn .txt_block {
  position: relative;
  text-align: center;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.45;
}

.top_entry_bn .txt_block:before, .top_entry_bn .txt_block:after {
  content: '';
  position: absolute;
  width: 29px;
  height: 14px;
  background: url(../img/tri_color.png) no-repeat center/contain;
}

.top_entry_bn .txt_block:before {
  top: 0;
  left: 1.5em;
  margin-top: -0.25em;
  transform: rotate(180deg);
  transform-origin: center top;
}

.top_entry_bn .txt_block:after {
  bottom: 0;
  right: 1.5em;
  margin-bottom: 0.25em;
}

.top_entry_bn .txt_block span {
  display: block;
}

.top_entry_bn .txt_block .sub {
  font-size: 0.9em;
}

.top_entry_bn .txt_block .main {
  font-size: 1.5em;
  font-weight: 900;
}

.top_entry_bn .txt_block .free {
  font-size: 1.1em;
}

.top_entry_bn .click {
  align-self: center;
  margin: 0.5rem 0;
  padding: 0 0 0.25em;
  font-size: 0.8em;
  border-bottom: solid 1px #DE3866;
}

@media (max-width: 767px) {
  .top_entry_bn {
    top: 250px;
    margin-top: 0;
    font-size: 1.2em;
    transform: scale(0.55) translateY(-90%);
    transform-origin: right top;
    z-index: 1;
  }
}

.sp_about {
  position: relative;
  margin: 0 -1rem;
  padding: 2em 1em 1.7em;
  text-align: center;
  font-size: 0.85em;
  font-weight: 700;
  color: #DE3866;
  background: #FDF2F4;
  animation: opacity 1s 0.5s both;
}

.sp_about:before, .sp_about:after {
  content: '';
  position: absolute;
  width: 29px;
  height: 14px;
  background: url(../img/tri_color.png) no-repeat center/contain;
}

.sp_about:before {
  top: 1em;
  left: 1em;
  transform: rotate(180deg);
}

.sp_about:after {
  bottom: 1em;
  right: 1em;
}

.index_section .section_title_wrap {
  margin: 0 0 3rem;
}

@media (max-width: 767px) {
  .index_section .section_title_wrap {
    margin: 0 0 2rem;
  }
}

.index_section .section_title_line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: normal;
  font-size: 1.7rem;
}

.index_section .section_title_line .ico_tri_color {
  margin-right: 0.7em;
}

.index_section .section_title_line .font_en {
  margin-right: 1.5em;
}

.index_section .section_title_line .jp {
  font-size: 0.65em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .index_section .section_title_line {
    flex-direction: column;
    align-items: center;
  }
  .index_section .section_title_line .ico_tri_color {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .index_section .section_title_line .font_en {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.index_section .section_title_large {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: normal;
  font-size: 3rem;
}

.index_section .section_title_large > * {
  max-width: 100%;
}

.index_section .section_title_large .ico_tri_shadow {
  margin-bottom: 0.5em;
}

.index_section .section_title_large .font_en {
  margin-bottom: 0.2em;
}

.index_section .section_title_large .jp {
  font-size: 0.4em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .index_section .section_title_large {
    padding-bottom: 0.5rem;
    font-size: 2rem;
  }
  .index_section .section_title_large .ico_tri_shadow {
    margin-bottom: 0.5em;
  }
}

.section_newjob {
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .section_newjob {
    padding: 3rem 0 4.5rem;
  }
}

.section_newjob .newjob_content {
  display: flex;
  margin: 0 -1rem;
}

@media (max-width: 767px) {
  .section_newjob .newjob_content {
    flex-direction: column-reverse;
  }
}

.section_newjob .newjob_nav {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  margin-right: auto;
}

.section_newjob .newjob_nav .arrows {
  display: flex;
  margin: 0 0 1.5rem;
  width: 100%;
  height: 45px;
  background: #F2F2F2;
  border-radius: 23px;
  overflow: hidden;
}

.section_newjob .newjob_nav .arrows .slick-arrow {
  position: static;
  width: 50%;
  font-size: 0;
  color: transparent;
}

.section_newjob .newjob_nav .arrows .arrow_prev {
  background: url(../img/ico_prev.png) no-repeat center/8.5px auto;
}

.section_newjob .newjob_nav .arrows .arrow_next {
  background: url(../img/ico_next.png) no-repeat center/8.5px auto;
  border-left: solid 1px #D1D1D1;
}

@media (max-width: 767px) {
  .section_newjob .newjob_nav {
    position: relative;
    margin-left: auto;
    z-index: 1;
  }
  .section_newjob .newjob_nav .arrows {
    margin-bottom: 1rem;
    transform: scale(0.8);
  }
}

.section_newjob .newjob_box {
  margin-bottom: 0;
  width: calc(100% - 240px);
}

.section_newjob .newjob_box .item_set {
  padding: 0 1rem;
}

.section_newjob .newjob_box_item {
  margin-bottom: 3rem;
}

.section_newjob .newjob_box_item a {
  display: flex;
  color: inherit;
}

.section_newjob .newjob_box_item .img_wrap {
  flex: 0 0 auto;
  margin-right: 1.2rem;
  width: 80px;
  height: 72px;
  background-position: center;
  background-size: cover;
}

.section_newjob .newjob_box_item .txt_wrap {
  align-self: center;
}

.section_newjob .newjob_box_item .txt_wrap .date {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: 0.75em;
}

.section_newjob .newjob_box_item .txt_wrap .job_title {
  font-size: 0.85em;
  font-weight: normal;
  font-weight: 600;
}

@media (max-width: 767px) {
  .section_newjob .newjob_box {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: -1rem;
  }
}

.section_newjob .slick-dots {
  bottom: 100%;
  right: 1rem;
  margin-bottom: 3.5rem;
  width: auto;
}

.section_newjob .slick-dots li {
  margin: 0 3px;
}

.section_newjob .slick-dots li button {
  border-radius: 50%;
}

.section_newjob .slick-dots li button:before {
  content: '';
  background: #F5A49A;
  border-radius: 50%;
  transform: scale(0.5);
}

.section_newjob .slick-dots li.slick-active button {
  border: solid 1px #B62E54;
}

.section_newjob .slick-dots li.slick-active button:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .section_newjob .slick-dots {
    position: static;
    margin-bottom: 2rem;
    transform: scale(0.7);
  }
}

.section_process {
  padding: 5.5rem 0 7rem;
  position: relative;
  background: linear-gradient(90deg, rgba(245, 141, 93, 0.7) 0%, rgba(222, 56, 102, 0.7) 100%), url(../img/index/bg_img.jpg) center top/cover;
  counter-reset: count;
  overflow: hidden;
}

.section_process:before, .section_process:after {
  content: '';
  position: absolute;
  width: 259px;
  height: 129px;
  background: url(../img/tri_w.png) no-repeat center bottom/contain;
}

.section_process:before {
  top: 0;
  left: -2rem;
  transform: rotate(180deg);
}

.section_process:after {
  bottom: 0;
  right: 2rem;
}

.section_process > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .section_process {
    padding: 5rem 0 6rem;
  }
  .section_process:before, .section_process:after {
    width: 155.4px;
    height: 77.4px;
  }
  .section_process:before {
    top: -1px;
  }
}

.section_process .bg_txt {
  position: absolute;
  top: 2rem;
  left: 62%;
  width: 100%;
  height: 17vw;
  background: url(../img/bg_txt.png) no-repeat left top/auto 100%;
}

@media (max-width: 767px) {
  .section_process .section_title .font_en {
    font-size: 0.7em;
  }
}

.section_process .process_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 2rem;
}

.section_process .process_box_item {
  display: flex;
  width: 50%;
  padding: 0 1rem 2rem;
}

.section_process .process_box_item_in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  counter-increment: count;
}

.section_process .process_box_item_in > * {
  max-width: 100%;
}

.section_process .process_box_item .item_main {
  display: flex;
  padding: 2.5rem;
}

.section_process .process_box_item .num_wrap {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2.5rem;
  padding-right: 2.5rem;
}

.section_process .process_box_item .num_wrap:after {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, #F5A49A, #F5A49A 7px, transparent 7px, transparent 10px);
  background-size: 100% 10px;
}

.section_process .process_box_item .num_wrap .num_part {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_process .process_box_item .num_wrap .txt {
  padding-bottom: 1em;
  margin-bottom: 0.25em;
  font-size: 0.7em;
  font-weight: bold;
  color: #DE3866;
  background: url(../img/wave.png) no-repeat left bottom/100% auto;
}

.section_process .process_box_item .num_wrap .num {
  margin-bottom: 0.2em;
  font-size: 2.5em;
  transform: skewX(-12deg);
}

.section_process .process_box_item .num_wrap .num:before {
  content: counter(count, decimal-leading-zero);
}

.section_process .process_box_item .num_wrap .ico {
  margin-bottom: 0.5rem;
  align-self: stretch;
  height: 42px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

.section_process .process_box_item .txt_wrap .title {
  margin: 0 0 0.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4em;
  font-weight: 900;
}

.section_process .process_box_item .txt_wrap p {
  color: #DE3866;
  font-size: 0.9em;
  font-weight: 600;
}

.section_process .process_box_item .item_bottom {
  display: flex;
  justify-content: center;
}

.section_process .process_box_item .item_bottom a {
  padding: 0.7em 1.5em;
  min-width: 65%;
  text-align: center;
  color: #fff;
  background: #DE3866;
  border-radius: 6px 6px 0 0;
}

.section_process .process_box_item .item_bottom a:hover {
  opacity: 1;
  background: #F5A49A;
}

@media (max-width: 767px) {
  .section_process .process_box_item {
    width: 100%;
  }
  .section_process .process_box_item .item_main {
    flex-direction: column;
    padding-top: 2rem;
  }
  .section_process .process_box_item .num_wrap {
    flex-direction: row;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.8em;
  }
  .section_process .process_box_item .num_wrap:after {
    top: 100%;
    left: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    background-image: linear-gradient(90deg, #F5A49A, #F5A49A 7px, transparent 7px, transparent 10px);
    background-size: 10px 100%;
  }
  .section_process .process_box_item .num_wrap .num_part {
    margin-right: -2.5em;
  }
  .section_process .process_box_item .num_wrap .num {
    margin-bottom: 0;
  }
  .section_process .process_box_item .num_wrap .ico {
    flex: 1 1 auto;
    align-self: center;
  }
  .section_process .process_box_item .txt_wrap .title {
    text-align: center;
  }
  .section_process .process_box_item .item_bottom {
    font-size: 0.9em;
  }
}

.section_process .process_bottom .staff_btn {
  padding: 2em 2em;
  width: 540px;
  font-size: 1em;
  border: solid 2px #fff;
}

.section_process .process_bottom .staff_btn span {
  display: block;
}

.section_process .process_bottom .staff_btn .sub {
  margin: 0 0 0.7em;
  font-weight: normal;
}

.section_process .process_bottom .staff_btn .main {
  font-size: 1.6em;
  font-weight: 900;
}

.btn {
  display: inline-block;
  padding: 1.2em 2.5em;
  max-width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
  border-radius: 1.7em;
  background: #DE3866;
  border-radius: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  background: #DE3866;
}

.btn:hover {
  opacity: 1;
  background: #F5A49A;
}

.btn:hover {
  color: #DE3866;
  background: #f5c4d1;
}

.btn.btn_secondary {
  background: #3965B3;
}

.btn.btn_secondary:hover {
  color: #3965B3;
  background: #DDE5F2;
}

.btn.btn_external:after {
  top: 6px;
  right: 6px;
}

.fixed_convertion .convertion {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.fixed_convertion .convertion:before {
  content: '';
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #DE3866, #F58D5D, #DE3866);
  transition: transform 0.5s ease-in-out;
}

.fixed_convertion .convertion:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  border-radius: inherit;
  background: url(../img/pattern.png) center;
}

.fixed_convertion .convertion:hover:before {
  transform: translateX(50%);
}

.fixed_convertion .convertion > * {
  position: relative;
  z-index: 1;
}

.fixed_convertion .convertion:before {
  background: linear-gradient(135deg, #DE3866 20%, #F58D5D, #DE3866 70%);
}

.fixed_convertion .convertion .btn_convertion {
  background: transparent;
  z-index: 1;
  opacity: 1 !important;
}

.fixed_convertion .convertion .btn_convertion:after {
  top: 6px;
  right: 6px;
}

.fixed_convertion .phone {
  border-radius: 6px;
}

.job_result_total .job_result_total_head {
  background: url(../img/pattern.png) center, linear-gradient(135deg, #F58D5D, #DE3866 70%);
  background-size: 200px auto, auto;
}

.result_total_all {
  color: #F58D5D;
}

.pagination {
  z-index: auto;
}

.pagination ul {
  border-radius: 1.5em;
  overflow: hidden;
}

.pagination ul li:first-child em {
  padding-left: 0.75em;
}

.pagination ul li:last-child em {
  padding-right: 0.75em;
}

@media (min-width: 768px) {
  .lower-kyujin_l .job {
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .lower-kyujin_l .job:before, .lower-kyujin_l .job:after {
    border-top: none;
  }
  .lower-kyujin_l .job:after {
    background-image: linear-gradient(90deg, #F5A49A, #F5A49A 7px, transparent 7px, transparent 10px);
    background-size: 10px 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 1px;
    border-top: none !important;
  }
  .lower-kyujin_l .job:first-child:before {
    border-color: #F5A49A;
  }
}

@media (max-width: 767px) {
  .lower-kyujin_l .job_list:last-child .job:last-child {
    margin-bottom: 3rem;
  }
  .lower-kyujin_l .job_list:last-child .job:last-child:after {
    content: none;
  }
}

.lower-whatsnew .job:before, .lower-whatsnew .job:after {
  border-color: #F5A49A;
}

.outline_ttl {
  text-shadow: 0 0 10px #fff,
 0 0 5px #fff;
}

.outline_ttl:after {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F5A49A' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 7px 7px;
}

.appeal_ttl {
  text-shadow: 0 0 10px #fff,
 0 0 5px #fff;
}

.appeal_ttl:after {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239fe1eb' fill-opacity='0.65' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 7px 7px;
}

.process_main {
  position: relative;
}

.process_nav {
  position: fixed;
  right: 0;
  top: 50%;
  padding: 1.75em 1em 1.75em 1.75em;
  font-size: 0.8em;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 6px 0 0 6px;
  transform: translateY(-30%);
  z-index: 2;
  transition: 0.3s;
}

.process_nav ul {
  margin: 0 0 -1em;
}

.process_nav ul li {
  margin: 0 0 1.25em;
  font-weight: bold;
}

.process_nav ul li a {
  display: flex;
  color: #DE3866;
}

.process_nav ul li .ico {
  flex: 0 0 auto;
  margin-right: 1em;
  width: 1.5em;
  height: 1.9em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .process_nav {
    position: static;
    padding: 0;
    transform: none;
    font-size: 0.75em;
    border-radius: 0;
    box-shadow: none;
  }
  .process_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px 0 0;
    border-top: solid 1px #F5A49A;
    overflow: hidden;
  }
  .process_nav ul li {
    padding: 0.5em;
    margin: 0;
    width: 50%;
    border-right: solid 1px #F5A49A;
    border-bottom: solid 1px #F5A49A;
  }
  .process_nav ul li a {
    height: 100%;
    margin-right: -0.5em;
    white-space: nowrap;
  }
}

.process_section {
  padding: 6rem 0;
  color: #DE3866;
}

@media (max-width: 767px) {
  .process_section {
    padding: 2rem 0 3rem;
  }
}

.process_section .section_title_wrap {
  margin: 0 -1rem 3rem;
  text-align: center;
}

@media (max-width: 767px) {
  .process_section .section_title_wrap {
    margin-bottom: 2rem;
  }
}

.process_section .section_title {
  display: inline-flex;
  justify-content: center;
  text-align: left;
}

.process_section .section_title_ico {
  margin: -0.25em 0.7em -0.25em 0;
  width: 1.2em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .process_section .section_title {
    font-size: 0.9em;
    letter-spacing: normal;
    white-space: nowrap;
  }
}

.process_section p {
  text-align: justify;
  font-size: 0.95em;
}

@media (max-width: 767px) {
  .process_section p {
    font-size: 0.9em;
  }
}

.process_system {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .process_system {
    padding: 2.5rem 0 0;
    margin-top: -0.5rem;
  }
}

.process_system .section_title_wrap {
  position: relative;
  margin-bottom: 0;
  transform: translateY(50%);
  z-index: 1;
}

.process_system_content {
  position: relative;
  padding: 5.5rem 0 3.5rem;
}

.process_system_content:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: #FEF7F8;
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  .process_system_content {
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
  .process_system_content {
    padding: 3rem 0 3.5rem;
  }
  .process_system_content:before {
    transform: none;
    left: -1rem;
    right: -1rem;
  }
}

.process_system .bg_circle_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FEF7F8;
  z-index: -1;
}

.process_system .bg_circle_wrap svg {
  display: block;
  height: 100%;
  float: right;
  transform: translateX(50%);
}

@media (max-width: 767px) {
  .process_system .bg_circle_wrap {
    display: none;
  }
}

.process_system .bg_circle {
  height: 100%;
  width: auto;
  fill: #FEF7F8;
}

.process_system .content_wrap {
  display: flex;
  align-items: center;
  margin: 0 -1.5rem -2rem;
}

.process_system .content_wrap > * {
  padding: 0 1.5rem;
  margin: 0 0 2rem;
}

.process_system .content_wrap .img_wrap {
  flex: 0 0 auto;
  width: 55%;
}

@media (max-width: 767px) {
  .process_system .content_wrap {
    flex-wrap: wrap;
  }
  .process_system .content_wrap .img_wrap {
    width: 100%;
  }
}

.process_jobs {
  background: #FEF7F8;
}

@media (max-width: 767px) {
  .process_jobs {
    position: relative;
    margin-top: 0;
    padding: 5.5rem 0 3rem;
  }
  .process_jobs:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5.5rem;
    background: #fff;
  }
}

.process_jobs .section_title_wrap {
  margin-top: 0;
  margin-bottom: 0;
  transform: translateY(50%);
}

@media (max-width: 767px) {
  .process_jobs .section_title_wrap {
    position: relative;
    transform: translateY(-50%);
  }
}

.process_jobs_content_main {
  position: relative;
  padding: 5rem 246px 0;
  min-height: calc(492px + 3rem);
}

.process_jobs_content_main .img_wrap li {
  position: absolute;
  width: 246px;
}

.process_jobs_content_main .img_wrap li .bg {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.process_jobs_content_main .img_wrap li.img1 {
  top: 0;
  left: 0;
}

.process_jobs_content_main .img_wrap li.img2 {
  bottom: 0;
  left: 0;
}

.process_jobs_content_main .img_wrap li.img3 {
  top: 0;
  right: 0;
}

.process_jobs_content_main .img_wrap li.img4 {
  bottom: 0;
  right: 0;
}

.process_jobs_content_main .txt_wrap {
  position: relative;
  padding: 3.5rem 4rem;
  margin: 0 -1rem 3rem;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.process_jobs_content_main .job_btn .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url(../img/kyujin/ico_custom_lenz_white.png) no-repeat center/contain;
}

@media (max-width: 767px) {
  .process_jobs_content_main {
    margin: 0.5rem -1rem 8rem;
    padding: calc(120px - 0.75em) 2.5rem;
  }
  .process_jobs_content_main .img_wrap li {
    width: 120px;
  }
  .process_jobs_content_main .txt_wrap {
    padding: 2rem 2.25rem;
    margin-bottom: 0;
  }
  .process_jobs_content_main .btn_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1.5rem;
  }
  .process_jobs_content_main .btn_wrap a {
    font-size: 0.85em;
  }
}

@media (max-width: 767px) {
  .process_flow {
    padding-top: 4rem;
  }
}

.process_flow_main {
  counter-reset: count;
}

.process_flow_main li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.75rem 1rem 1.75rem;
  margin: 0 0 1rem;
  background: #fff;
  border: solid 3px #DE3866;
  border-radius: 0 12px 12px 12px;
  counter-increment: count;
}

.process_flow_main li:not(:first-child):before {
  content: '';
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 3px;
  background: #DE3866;
}

.process_flow_main li .num {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.7em;
  color: #fff;
  letter-spacing: 0.2em;
  border-radius: 0 0 2em 0;
  background-image: linear-gradient(135deg, #f58d5d 0%, #de3866 50%);
  border-right: solid 3px #DE3866;
  border-bottom: solid 3px #DE3866;
}

.process_flow_main li .num:after {
  padding: 0 0.2em;
  content: counter(count);
  font-size: 2em;
  font-weight: bold;
}

.process_flow_main li .img_wrap {
  flex: 0 0 auto;
  padding: 1em 1.5em;
}

.process_flow_main li .img_wrap .ico {
  width: 116px;
  height: 116px;
  border: solid 2px #DE3866;
  border-radius: 50%;
  overflow: hidden;
}

.process_flow_main li .img_wrap .ico_bg {
  padding-top: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(0.5);
}

.process_flow_main li .txt_wrap {
  flex: 1 1 auto;
  padding: 0 1rem 1.5rem;
}

.process_flow_main li .txt_wrap .title {
  margin: 0 0 0.2em;
  font-size: 1.45em;
  font-weight: bold;
}

.process_flow_main li.last {
  background: url(../img/pattern.png) center, linear-gradient(135deg, #F58D5D, #DE3866 70%);
  margin-top: 3.5rem;
  color: #fff;
}

.process_flow_main li.last:before {
  transform: translateY(-2.5rem);
}

.process_flow_main li.last:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 1.3rem 0;
  border-color: #DE3866 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.process_flow_main li.last .num {
  padding: 0.5em 1em;
  background: #fff;
}

.process_flow_main li.last .num:after {
  content: 'START';
  color: #DE3866;
  font-size: 1.35em;
  line-height: 2.5;
}

.process_flow_main li.last .txt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0;
}

.process_flow_main li.last .txt_wrap > * {
  max-width: 100%;
}

.process_flow_main li.last .txt_wrap .title {
  font-size: 1.55em;
}

@media (max-width: 767px) {
  .process_flow_main li {
    flex-direction: column;
  }
  .process_flow_main li .txt_wrap .title {
    text-align: center;
    font-size: 1.25em;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .process_flow_main li.last .num:after {
  font-size: 0.9rem;
}

.process_performance {
  background: #FEF7F8;
  overflow: hidden;
}

@media (max-width: 767px) {
  .process_performance {
    padding-top: 4rem;
  }
}

.process_performance_main {
  counter-reset: performance;
}

.process_performance_main li {
  display: flex;
  align-items: center;
  margin: 0 0 2.5rem;
  padding: 4rem 4rem;
  counter-increment: performance;
  background: #fff;
}

.process_performance_main li .num {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: -0.7rem;
  width: 90px;
  height: 90px;
  font-size: 0.7em;
  font-weight: bold;
  border: solid 2px #DE3866;
  border-radius: 50%;
}

.process_performance_main li .num:after {
  content: counter(performance);
  margin-top: 0.3em;
  font-size: 2em;
}

.process_performance_main li .img_wrap {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  height: 292px;
  width: 45%;
}

.process_performance_main li .img_wrap .bg {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.process_performance_main li .txt_wrap {
  padding: 0 1.5rem;
  margin: 1rem 0;
}

.process_performance_main li .txt_wrap:before, .process_performance_main li .txt_wrap:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 22px;
  background: url(../img/tri_pink.png) no-repeat center bottom/contain;
}

.process_performance_main li .txt_wrap:before {
  top: 2.5rem;
  right: 2.5rem;
}

.process_performance_main li .txt_wrap:after {
  bottom: 2.5rem;
  left: 2.5rem;
}

.process_performance_main li .txt_wrap .title {
  margin: 0 0 0.25em;
  font-weight: bold;
  font-size: 1.3em;
}

.process_performance_main li .txt_wrap .txt {
  font-size: 1em;
}

@media (min-width: 768px) {
  .process_performance_main li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: #fff;
  }
  .process_performance_main li:nth-child(2n+1) {
    margin-right: 110px;
    margin-left: -110px;
  }
  .process_performance_main li:nth-child(2n+1):before {
    transform: translateX(-100%);
  }
  .process_performance_main li:nth-child(2n+1) .num {
    left: 45%;
    transform: translateX(-50%);
  }
  .process_performance_main li:nth-child(2n+1) .txt_wrap:after {
    margin: 1rem 1.5rem;
  }
  .process_performance_main li:nth-child(2n) {
    flex-direction: row-reverse;
    margin-right: -110px;
    margin-left: 110px;
  }
  .process_performance_main li:nth-child(2n):before {
    transform: translateX(100%);
  }
  .process_performance_main li:nth-child(2n) .num {
    left: 1rem;
  }
  .process_performance_main li:nth-child(2n) .txt_wrap:before {
    margin: 0.5rem 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .process_performance_main li:nth-child(2n+1) {
    margin-right: 60px;
    margin-left: -60px;
  }
  .process_performance_main li:nth-child(2n) {
    margin-right: -60px;
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  .process_performance_main li {
    flex-direction: column;
    align-items: stretch;
    padding: 4rem 0;
  }
  .process_performance_main li .img_wrap {
    width: auto;
    height: 250px;
  }
  .process_performance_main li .txt_wrap {
    margin: 1.5rem 0 0;
  }
  .process_performance_main li .txt_wrap:before {
    top: 3rem;
    right: 0.8rem;
  }
  .process_performance_main li .txt_wrap:after {
    bottom: 2rem;
    left: 0.8rem;
  }
  .process_performance_main li .txt_wrap .title {
    font-size: 1.2em;
  }
  .process_performance_main li .txt_wrap .txt {
    font-size: 0.9em;
  }
}

.ico_tri_color {
  display: inline-block;
  width: 46px;
  height: 23px;
  background: url(../img/tri_color.png) no-repeat center/contain;
}

.ico_tri_shadow {
  display: inline-block;
  width: 46px;
  height: 23px;
  background: url(../img/tri_shadow.png) no-repeat center/contain;
}

.txt_btn_w {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #fff;
}

.txt_btn_w:before {
  content: '';
  flex: 0 0 auto;
  margin-right: 0.7em;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s;
}

.txt_btn_w:hover {
  opacity: 1;
}

.txt_btn_w:hover:before {
  transform: translateX(3px);
}

.txt_btn_w:before {
  background-image: url(../img/ico_arrow_w.png);
}

.txt_btn_b {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #3965B3;
}

.txt_btn_b:before {
  content: '';
  flex: 0 0 auto;
  margin-right: 0.7em;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s;
}

.txt_btn_b:hover {
  opacity: 1;
}

.txt_btn_b:hover:before {
  transform: translateX(3px);
}

.txt_btn_b:before {
  background-image: url(../img/ico_arrow_b.png);
}

.section_title_p {
  padding: 0.6em 2em;
  font-size: 1.5rem;
  font-weight: 900;
  color: #DE3866;
  background: #FEEEEF;
  border-radius: 2em;
}

@media (max-width: 767px) {
  .section_title_p {
    padding: 0.6em 1em;
  }
}

.ico_system {
  background-image: url(../img/ico_change.png);
}

.ico_jobs {
  background-image: url(../img/ico_pc.png);
}

.ico_flow {
  background-image: url(../img/ico_operate.png);
}

.ico_performance {
  background-image: url(../img/ico_heart.png);
}

/*# sourceMappingURL=style.css.map */