@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html,
body {
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}
body {
  padding-top: 80px;
  padding-bottom: 55px;
}

body.sub {
  background-color: #FBFBFB;
  /*padding-bottom: 0;*/
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.din-r {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-i {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.din-b {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-bi {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.din-nr {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-nb {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */


/* Header
---------------------------------------------------------------*/
#header {
  padding: 5px 10px;
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 21;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-name {
  display: none;
}

.logo-inner {
  margin-left: 2.08vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.logo-inner .logo01 {
  width: 167px;
}

.logo-inner-head {
  margin-left: 20px;
  order: 2;
}

.sp-logo-order01 {
  order: 1;
}

.logo-inner-head .logo03 {
  width: 72px;
  margin-bottom: 6px;
}

.logo-inner-head .logo02 {
  display: block;
  width: 114px;
}

.l-header-info {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}

.l-header-menu {
  padding-right: 2.08vw;
  padding-top: 10px;
}

.l-header-menu__head {
  display: none;
}

/*nav*/
.l-header-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #fff;
  z-index: 21;
  right: 0;
  top: 80px;
  overflow-y: auto;
  padding: 2px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  display: block;
}

.l-header-nav__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 90%;
  margin: 0 auto 2px;
}

.l-header-nav__items--link {
  padding: 15px 0px;
  display: block;
  font-size: 1.142857143rem;
  font-weight: 700;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  background: url(../../images/common/ico-arw-btn-orange.svg) no-repeat 100% 50%;
}

.l-header-entry {
  display: none;
}

.sp-job-btn {
  margin-bottom: 10px;
}

.sp-nav-tell {
  text-align: center;
}

.sp-nav-tell a {
  display: inline-block;
  padding-left: 44px;
  background: url(../../images/common/ico-tell-orange.svg) no-repeat left center;
  background-size: 28px auto;
  font-weight: 700;
  font-size: 1.714285714rem;
}

.sp-nav-tell span {
  display: block;
  font-size: 0.928571429rem;
}

.sp-navi-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px 42px;
  margin-top: 14px;
}

.sp-navi-links li {
  position: relative;
}

.sp-navi-links li:after {
  content: '';
  position: absolute;
  right: -21px;
  top: 6px;
  width: 1px;
  height: 14px;
  background: #333333;
}

.sp-navi-links li:last-child:after {
  display: none;
}

.sp-navi-links li a {
  font-size: 0.875rem;
  font-weight: 700;
}

.sp-navi-sub__link {
  text-align: center;
  margin-top: 14px;
  max-width: 258px;
  margin: 14px auto 0;
}

.sp-navi-sub__link a {
  display: inline-block;
  text-align: center;
  color: #015CB5;
  border: 1px solid #015CB5;
  border-radius: 100px;
  padding: 3px 36px 3px 19px;
  background: url(../../images/common/ico-arw-btn-blue.svg) no-repeat 95% 50%;
  background-size: 10px auto;
  font-weight: 500;
  font-size: 1rem;
}

.sp-navi {
  margin-top: 17px;
}


/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 50px;
  z-index: 30;
  height: 60px;
  top: 0px;
  right: 0;
  background: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.menu span {
  position: absolute;
  left: 15px;
  width: 25px;
  height: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #CC4E00;
}
.menu span:nth-of-type(1) {
  top: 22px;
}
.menu span:nth-of-type(2) {
  top: 30px;
}
.menu span:nth-of-type(3) {
  bottom: 19px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 26px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 18px;
}
.menu.is-show span {
  background-color: #001489;
}
/* Main
---------------------------------------------------------------*/

.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 4;
  width: 100%;
  background-color: #F5F5F5;
}

.l-footer.sub {
  margin-top: 60px;
}

.l-footer.sub:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -125px;
  width: 100%;
  height: 127px;
  background: url(../../images/common/lv-rec.svg);
  background-repeat: repeat-x;
  background-size: auto 127px;
  background-position: -60px 0;
}

#footer .c-center {
  padding-top: 40px;
  padding-bottom: 20px;
}

/*ページトップ*/
.l-footer-top {
  position: absolute;
  z-index: 4;
  right: 10px;
  bottom: 20px;
  width: 60px;
  height: 60px;
}

.ft-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 19px;
}

.ft-logo .ft-logo-img01 {
  width: 240px;
  order: 2;
}

.ft-logo-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  order: 1;
  width: 100%;
  margin-bottom: 14px;
}

.ft-logo-head .logo02 {
  width: 122px;
  margin-left: 25px;
}

.ft-logo-head .logo03 {
  width: 78px;
}

.ft-inf-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.ft-inf-inner .ft-info {
  width: 100%;
}

.ft-inf-inner .ft-info address {
  margin: 20px 0 17px;
  font-weight: 500;
  line-height: 1.5;
}

.ft-inf-inner .ft-info address {
  margin: 20px 0 17px;
  font-weight: 500;
  line-height: 1.5;
}

.ft-info-tell a {
  font-size: 1.25rem;
  padding-left: 29px;
  background: url(../../images/common/ico-tell-orange.svg) no-repeat left center;
  background-size: 24px auto;
  margin-right: 12px;
  display: inline-block;
}

.ft-info-tell .ft-info-open {
  font-size: 0.8125rem;
  display: block;
  padding-left: 2em;
}

.ft-nav {
  display: none;
}

.ft-nav-list,
.ft-nav-list__sub {
  display: none;
}

.ft-nav-list__sub {
  display: none;
}

.entry-btn {
  text-align: right;
}

.entry-btn a.c-btn {
  margin-left: auto;
  padding: 10px;
  display: inline-block;
}

.entry-btn a.c-btn span {
  margin-bottom: 2px;
}

.entry-btn a.c-btn p {
  font-size: 1.375rem;
}

.ft-nav-list__btm {
  display: none;
}

.l-copyright {
  background-color: #CC4E00;
  padding: 10px 0;
  text-align: center;
}

.l-copyright p {
  color: #fff;
  font-size: 0.875rem;
}

/*フッター固定*/

.sp-btm-btn {
  width: 100%;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .0s,visibility 0s ease .0s;
  transition: opacity .0s,visibility 0s ease .0s;
  visibility: hidden;
  z-index: 0;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -2px 6px rgba(0,0,0,.16);
  box-shadow: 0px -2px 6px rgba(0,0,0,.16);
}

.sp-btm-btn li {
  width: 48%;
  float: left;
  height: 55px;
  text-align: center;
}

.sp-btm-btn li:nth-child(2) {
  width: 52%;
}

.sp-btm-btn li a {
  padding: 5px 10px;
  display: block;
  font-size: 0.714285714rem;
  font-weight: 500;
  height: 100%;
}

.sp-btm-btn li a span {
  display: block;
  font-size: 0.857142857rem;
  font-weight: 700;
  text-align: center;
}

.sp-btm-btn li:nth-child(1) {
  background: url(../../images/recruiter/top/bl.svg) no-repeat left center #EFF7FF;
  background-size: auto 100%;
}

.sp-btm-btn li:nth-child(2) {
  background: url(../../images/recruiter/top/og.svg) no-repeat left center #FFF2E9;
  background-size: auto 100%;
}

.sp-btm-btn.end li:nth-child(1) {
  display: none;
}

.sp-btm-btn.end li:nth-child(2) {
  width: 100%;
  height: 55px;
  text-align: center;
}

.sp-btm-btn li:nth-child(1) a span {
  color: #015CB5;
}

.sp-btm-btn li:nth-child(2) a span {
  color: #CC4E00;
}

.sp-btm-btn.no-seminar-link li {
  width: 100%;
}
/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */


/*main visual*/
.mv {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.mv:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - -350px);
  top: 195px;
  background-color: #CC4E00;
  z-index: 0;
}

.mv:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 61.875%;
  left: 0;
  right: 0;
  top: 0px;
  background: url(../../images/recruiter/top/mv-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 110%;
  bottom: 0px;
}

.mv-com-slider {
  margin-bottom: 25px;
  opacity: 0;
  transition: .3s;
  position: relative;
  z-index: 2;
}

.mv-com-slider.slick-initialized {
  opacity: 1;
}

.mv-slider-inner {
  margin: 0 15px;
  border: 2px solid #CC4E00;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.mv-com-slider .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.mv-com-slider .slick-slide {
  height: auto !important;
}

.mv-com-slider .slick-slide a {
  display: block;
  height: 100%;
}

.mv-slider-info {
  padding: 15px 20px;
}

.mv-slider-ttl {
  color: #015CB5;
  font-weight: 700;
  font-size: 1.071428571rem;
  margin-bottom: 5px;
  line-height: 1.5;
}

.mv-slider-sub {
  font-size: 1rem;
  font-weight: 700;
}

.mv-com-slider .slick-dots {
  width: 87%;
}

/*一時停止*/
.mv-slider-box {
  position: relative;
}

.row_btns {
  position: absolute;
  left: 86%;
  bottom: -47px;
  z-index: 3;
}

.row_btns button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  cursor: pointer;
}

.row_btns button img {
  display: block;
}

.row_btns .slick_pause .btn-start {
  display: none;
}

.row_btns .slick_pause.paused .btn-pause {
  display: none;
}

.row_btns .slick_pause.paused .btn-start {
  display: block;
}

.mv-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 55px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mv-inner .mv-left {
  width: 100%;
  padding-right: 3.125vw;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 20px;
}

.mv-inner .mv-right {
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.mv-catch {
  margin-bottom: 30px;
}

.mv-inner .mv-right {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mv-btn {
  margin-top: auto;
}

.mv-rigth-sem__ttl {
  color: #fff;
  font-size: 1.285714286rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.mv-rigth-sem__inner {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.sem-inner-sub-ttl {
  font-weight: 700;
  font-size: 1.142857143rem;
  color: #CC4E00;
  margin-bottom: 12px;
  line-height: 1.4;
  text-align: left;
}

.sem-inner-sub-ttl a {
  text-decoration: underline;
}

.mv-rigth-sem__inner .box {
  display: block;
}

.mv-rigth-sem__inner .sem-inner-thum {
  width: 180px;
}

.mv-rigth-sem__inner .sem-inner-thum img {
  width: 100%;
}

.mv-rigth-sem__inner .sem-inner-info {
  width: 100%;
  margin-top: 20px;
}

.mv-rigth-sem__inner .sem-inner-info .info-dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mv-rigth-sem__inner .sem-inner-info .info-dl dt {
  margin-right: 10px;
  color: #CC4E00;
  font-size: 0.875rem;
  font-weight: 700;
}

.mv-rigth-sem__inner .sem-inner-info .info-dl dd {
  font-weight: 700;
  font-size: 0.875rem;
}

.info-ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.sem-btn-entry {
  display: inline-block;
  background: url(../../images/common/ico-arw-btn-white.svg) no-repeat 95% 50%;
  background-size: 6px auto;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 1px 20px 1px 9px;
  background-color: #CC4E00;
  color: #fff;
  border: 2px solid #CC4E00;
}

.sem-btn-single {
  display: inline-block;
  background: url(../../images/common/ico-arw-link-orange.svg) no-repeat 92% 50%;
  background-size: 6px auto;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 1px 20px 1px 9px;
  background-color: #fff;
  color: #CC4E00;
  border: 2px solid #CC4E00;
}

.side-banner {
  position: fixed;
  right: 0;
  top: 140px;
  width: 38px;
  height: 192px;
  z-index: 20;
}

.side-banner img {
  width: 100%;
}

.top-side-link  {
  display: none!important;
}

/*about*/

.lead {
  position: relative;
  margin-bottom: 20px;
}

.lead h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

#contentTtl01,
#contentTtl02 {
  padding-top: 130px;
  margin-top: -130px;
}

.about_head {
  margin-bottom: 32px;
}

.sp-about_head_thum {
  margin-bottom: 20px;
  width: 100%;
}

.about_head_info {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.about_head_info__catch {
  font-size: 1.285714286rem;
  color: #CC4E00;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.about_head_info .txt16 {
  margin-bottom: 20px;
}

/*point*/
.about-point {
  background-color: #F5F5F5;
  padding: 20px 20px;
  margin-bottom: 40px;
}

.h3-ttl {
  color: #CC4E00;
  font-size: 1.428571429rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-point .h3-ttl {
  margin-bottom: 15px;
  text-align: center;
}

.point-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.point-list li {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  padding: 20px 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.point-list li img {
  display: block;
  width: 60px;
}

.point-list-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.point-list li .point-list-ttl {
  border-bottom: 1px solid #D8D8D8;
  color: #CC4E00;
  font-size: 1.071428571rem;
  font-weight: 700;
  min-height: 60px;
  text-align: left;
  line-height: 1.4;
  width: calc(100% - 70px);
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.point-list li .txt16 {
  line-height: 1.5;
  text-align: left;
}

.about_btm {
  display: block;
}

.about_btm .lead {
  width: 100%;
}

.lead a {
  position: absolute;
  right: 0;
  top: 5px;
}

.about-entry {
  margin-top: 20px;
  width: 100%;
}

.about-entry dl {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}

.about-entry dl dt {
  width: 100%;
  color: #CC4E00;
  font-size: 1rem;
  font-weight: 700;
}

.about-entry dl dd {
  margin-top: 5px;
  width: 100%;
}

.about-entry dl dd .check_list li {
  padding-left: 30px;
  background: url(../../images/recruiter/top/ico-check-orange.svg) no-repeat 0 3px;
  background-size: 20px auto;
  margin-bottom: 6px;
  font-weight: 500;
}

.trial-case__lists {
  margin-top: 20px;
  padding: 20px 20px 4px;
  background-color: #F5F5F5;
}

.trial-case__lists li {
  margin-bottom: 6px;
}

.trial-case__lists--inner {
  display: block;
  margin-bottom: 10px;
}

.trial-case__lists--inner span {
  font-weight: 700;
  color: #CC4E00;
  width: 100%;
}

.trial-case__lists--inner p {
  font-weight: 700;
  width: 100%;
}

/*INFO*/
.info {
  padding: 20px 0px;
  margin: 40px auto 20px;
  width: 92.5%;
  border-top: 1px solid #E4E4E4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info.info-top {
  width: 100%;
  background-color: #F5F5F5;
  border: none;
  padding: 20px 20px;
}

.info-left ,
.info-right {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info-left {
  margin-bottom: 20px;
}

.info-right {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #d8d8d8;
}

.info-ttl {
  font-weight: 700;
  color: #CC4E00;
  margin-bottom: 10px;
  font-size: 1.428571429rem;
}

.info-right ul li.info-list-mail {
  margin-bottom: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
}

.info-right ul li.info-list-mail a {
  display: inline-block;
  padding-left: 48px;
  background: url(../../images/common/ico-mail-orange.svg) no-repeat left center;
  background-size: 32px auto;
  font-weight: 700;
  font-size: 1.142857143rem;
}

.info-right ul li.info-list-tell a {
  display: inline-block;
  padding-left: 48px;
  background: url(../../images/common/ico-tell-orange.svg) no-repeat left center;
  background-size: 32px auto;
  font-weight: 700;
  font-size: 1.714285714rem;
}

.info-right .info-open {
  display: block;
  font-size: 0.857142857rem;
  margin-left: 7em;
  text-indent: -3em;
}

/*FLOW*/
.flow {
  background-color: #F5F5F5;
}

.flow h2 {
  text-align: center;
}

.flow-list {
  margin-bottom: 41px;
}

.flow-list li {
  margin-bottom: 22px;
  background-color: #fff;
  border: 2px solid #CC4E00;
  position: relative;
}

.flow-list li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 200px;
  height: 20px;
  margin-left: -100px;
  background: url(../../images/top/flow-arw.png);
  background-repeat: no-repeat;
  background-size: 200px;
}

.flow-list li:last-child:after {
  display: none;
}

.flow-list li .flow-thum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #FEF3E4;
  padding: 6px 0;
}

.flow-list li .flow-thum img {
  max-width: 135px;
}

.flow-list li:nth-child(4),
.flow-list li:nth-child(5),
.flow-list li:nth-child(6) {
  border-color: #015CB5;
}

.flow-list li:nth-child(4) .flow-thum,
.flow-list li:nth-child(5) .flow-thum,
.flow-list li:nth-child(6) .flow-thum {
  background-color: #EAEFF5;
}

.flow-list li .flow-info {
  width: 100%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

.flow-list li .flow-info h3 {
  color: #CC4E00;
  font-size: 1.285714286rem;
  font-weight: 700;
}

.flow-list li:nth-child(4) .flow-info h3,
.flow-list li:nth-child(5) .flow-info h3,
.flow-list li:nth-child(6) .flow-info h3 {
  color: #015CB5;
}

.flow-list li .flow-info a:not([class]) {
  text-decoration: underline;
  color: #CC4E00;
}

.flow-info-contact {
  margin-top: 12px;
}

.flow-info-contact .ttl {
  margin-bottom: 0px;
  font-weight: 700;
}

.flow-info-contact a {
  font-size: 1.25rem;
  padding-left: 29px;
  background: url(../../images/common/ico-tell-orange.svg) no-repeat left center;
  background-size: 24px auto;
}

.flow-info-contact span {
  font-size: 0.8125rem;
}

.entry-image {
  background-color: #fff;
  padding: 20px 20px;
}

.entry-image .ttl {
  color: #CC4E00;
  font-size: 1.285714286rem;
  font-weight: 700;
  margin-bottom: 16px;
}

/*NEWS*/
.news {
  padding-bottom: 40px;
}

.news .c-center {
  display: block;
  padding-bottom: 0;
}

.news .info {
  margin-top: 0;
}

.news .lead {
  width: 100%;
}

.news-list {
  margin-top: 20px;
  width: 100%;
}

.news-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
}

.news-list li .news-innner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 15px;
}

.news-list li a {
  background: url(../../images/common/ico-arw-link-green.svg) no-repeat 100% 50%;
  background-size: 6px auto;
  padding-right: 16px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-list li .news-innner .news-thum {
  width: 100px;
}

.news-list li .news-innner .news-list-grid {
  margin-left: auto;
  width: calc(100% - 100px);
}

.news-list li .news-innner .news-date {
  color: #CC4E00;
  font-size: 1.125rem;
  font-weight: 700;
}

.news-list li .news-innner .news-title .ttl {
  font-size: 1.125rem;
  font-weight: 700;
}

.ft-banner {
  background-color: #efefef;
}

.ft-banner .c-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ft-banner-list li {
  margin-bottom: 10px;
}

.ft-banner-list li img {
  width: 100%;
}

/*ページナビ*/
.pagenavi {
  text-align: left;
  margin: 20px 0 24px;
  position: relative;
}

.wp-pagenavi {
  width: auto;
  max-width: 80%;
  display: inline-block;
}

.wp-pagenavi span,
.wp-pagenavi a {
  min-width: 35px;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  line-height: 35px;
  height: 35px;
  color: #218377;
  text-align: center;
  border: #218377 solid 1px;
}

.wp-pagenavi span.current {
  background: #218377;
  color: #fff;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
  padding: 0 3px;
}

/*事例・実績紹介*/

.h1-ttl {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.571428571rem;
  color: #CC4E00;
  padding-bottom: 10px;
  margin-bottom: 27px;
  border-bottom: 1px solid #E4E4E4;
}

.case-h2 {
  margin-bottom: 40px;
  text-align: center;
}

.case-h2 span {
  font-size: 1.428571429rem;
  line-height: 1.5;
  color: #CC4E00;
  display: inline-block;
  padding-left: 43px;
  padding-right: 43px;
  background: url(../../images/recruiter/case/ttl-left.svg) no-repeat left bottom,
  url(../../images/recruiter/case/ttl-right.svg) no-repeat right bottom;
  background-size: 22px auto,22px auto;
  font-weight: 700;
}

.case-list {
  display: block;
}

.case-list > li {
  width: 100%;
  margin-bottom: 35px;
  border: 1px solid #E4E4E4;
  padding: 34px 15px 47px 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.case-list-items .case-target {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: -15px;
  color: #fff;
  padding: 5px 25px;
  background-color: #CF1A1A;
  font-weight: 700;
  font-size: 1rem;
}

.case-list-items .case-list-title {
  font-weight: 700;
  color: #CF1A1A;
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E4E4E4; 
}

.accordion-text {
  padding: 0 0px 10px;
  overflow: hidden; /* テキストを隠す */
  position: relative;
}

.accordion-text p {
  line-height: 1.5;
}

.accordion-text.is-hide {
  height: 100px;
}

/*.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px;
  position: absolute;
  width: 100%;
}*/

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

.accordion-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  font-size: 0.875rem;
  background: #CC4E00;
  text-align: left;
  transition: all .2s;
  color: #fff;
  cursor: pointer;
  padding-left: 38%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 18px;
  margin-left: 26px;
  width: 12px;
  height: 16px;
  background: url(../../images/case/arw-btm-case-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.accordion-btn.is-show:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 12px;
  margin-left: 9px;
}

.case-list-items.type02 .case-target {
  background-color: #015CB5;
}

.case-list-items.type02 .case-list-title {
  color: #015CB5;
}

.case-list-items ul li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 6px;
}

.case-list-items ul li:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #015CB5;
  border-radius: 10px;
}

.case-achievement {
  margin-top: 40px;
}

.achievement-catch {
  text-align: center;
  margin-bottom: 40px;
}

.achievement-catch p {
  font-weight: 700;
  line-height: 1.5;
}

.achievement-catch p .txt02 {
  font-size: 1.625rem;
}

.case-achievement-thum {
  background-color: #F1F6F6;
  padding: 20px;
  overflow-y: auto;
  margin-bottom: 24px;
}

.case-achievement-thum img {
  min-width: 600px;
}

/*faq*/

.lead.type02 h2,
.h2-ttl {
  font-size: 1.428571429rem;
  margin-bottom: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.faq-list {
  border: 1px solid #CC4E00;
  background: #fff;
  position: relative;
  z-index: 2;
}

.faq-accordeon-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}

.faq-accordeon-list li {
  width: 48.4%;
  background: #CC4E00;
}

.faq-accordeon-list li a {
  text-align: center;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  color: #fff;
  background: url(../../images/common/ico-arw-btm-white02.svg) no-repeat 95% 50%;
  background-size: 10px auto;
}

.faq-block {
  margin-bottom: 60px;
}

.faq-block .faq-list {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.faq-block .faq-list .question {
  padding: 10px 50px 10px 20px;
  background-color: #F5F5F5;
  cursor: pointer;
  position: relative;
}

.faq-list h3 {
  font-size: 1rem;
  color: #CC4E00;
  font-weight: 700;
}

.open-close {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #CC4E00;
}

.answer {
  padding: 20px;
}

.open-close:before {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background: #fff;
}

.open-close:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fff;
}

.question.is-open .open-close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-block .lead h2 {
  margin-top: -130px;
  padding-top: 130px;
}

/*policy*/

.h2-ttl-type02 {
  color: #CC4E00;
  font-size: 1.571428571rem;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.h3-ttl-type01 {
  font-size: 1.3571428rem;
  background-color: rgba(204,78,0,.1);
  padding: 6px 20px;
  margin: 25px 0 24px;
  font-weight: 700;
}

.policy-box ,
.privacy-box {
  margin-bottom: 40px;
}

.policy-box.first {
  margin-top: 20px;
}

.policy-box p  {
  font-size: 1rem;
  padding-left: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.privacy-box p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

.policy-box ul ,
.privacy-box ul {
  padding-left: 10px;
}

.policy-box ul li  ,
.privacy-box ul li  {
  position: relative;
  padding-left: 14px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.policy-box ul li:before ,
.privacy-box ul li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #CC4E00;
  border-radius: 10px;
}

.policy-box ol ,
.privacy-box ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 12px;
  padding-left: 14px;
}

.privacy-box ul ,
.privacy-box ol {
  padding-left: 0;
}

.policy-box ol li ,
.privacy-box ol li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 22px;
  font-size: 1rem;
}

.policy-box ol li:before ,
.privacy-box ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  left: 4px;
  top: 0px;
  font-size: 1rem;
  color: #333;
}

.policy-box .h3-title.u-mt-ver {
  margin-top: 50px;
}

.policy-box a {
  text-decoration: underline;
  color: #CC4E00;
}

.policy-box .h3-title {
  margin-bottom: 14px;
}

.policy-box dl {
  margin-bottom: 22px;
}

.policy-box dt {
  font-weight: 500;
  color: #CC4E00;
  font-size: 1rem;
  margin-bottom: 6px;
}

.policy-box dd {
  padding-left: 15px;
}

.policy-box-inner {
  padding-left: 0px;
}

/* accessibility */
.accessibility-table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.accessibility-table table th {
  background-color: #F7F7F7;
  padding: 6px 20px;
  border: 1px solid #C5C5C5;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
}
.accessibility-table table td {
  border: 1px solid #C5C5C5;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
}
.accessibility-table table .wd30 {
  width: 40%;
  text-align: left;
}
.accessibility-table table .wd20 {
  width: 20%;
  text-align: left;
}
.accessibility-table table th.wd30 ,
.accessibility-table table th.wd20 {
  text-align: center;
}

/*privacy*/
.privacy-box .h2-ttl {
  margin-top: 40px;
  font-size: 1.285714286rem;
  margin-bottom: 13px;
}

/*contact*/
.contact-privacy {
  width: 100%;
  height: 260px;
  overflow-y: scroll;
  padding: 20px 15px;
  border: 1px solid #DDDDDD;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-privacy .ttl {
  font-weight: bold;
}

.contact-privacy .txt16 {
  margin-bottom: 15px;
}

.contact-privacy .h2-ttl {
  color: #CC4E00;
  font-size: 1.285714286rem;
}

.contact-privacy .h3-ttl {
  font-size: 1.285714286rem;
  margin-top: 40px;
  color: #333;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.thanks-block {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.p-form-flow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #CC4E00;
}

.p-form-flow li {
  width: 33.3333%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #CC4E00;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  background-color: #F5F5F5;
  /*border: 1px solid #CC4E00;*/
  /*border-right: none;*/
}

.p-form-flow li.is-active {
  background-color: #CC4E00;
  color: #fff;
}

.p-form-flow li:nth-child(1):before,
.p-form-flow li:nth-child(2):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: -20px;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-top: 40px solid #CC4E00;
  border-bottom: 0;
  z-index: 1;
}

.p-form-flow li:nth-child(1):after,
.p-form-flow li:nth-child(2):after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: -19px;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-top: 40px solid #F5F5F5;
  border-bottom: 0;
  z-index: 1;
}

.p-form-flow li.is-active:after {
  display: none;
}

.c-radio input {
  border-radius: 50%;
  transform: rotate(1deg);
  width: 22px;
  height: 22px;
}

.c-radio input[type="checkbox"]:checked::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  background-color: #333;
  border-radius: 50%;
  border-color: #333;
}

/*セミナー*/
.sub-sem-list {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  padding: 20px 15px;
  display: block;
  margin-bottom: 32px;
}

.sub-sem-list .seminar-thum {
  width: 180px;
}

.sub-sem-list .seminar-thum img {
  width: 100%;
}

.sub-sem-list .seminar-info {
  width: 100%;
  margin-top: 20px;
}

.sub-sem-list .seminar-info h2 {
  color: #CC4E00;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 11px;
}

.sub-sem-list .seminar-info h2 a {
  text-decoration: underline;
}

.sub-sem-list .seminar-info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 2px;
}

.sub-sem-list .seminar-info dl dt {
  min-width: 80px;
  font-weight: 700;
  color: #CC4E00;
  flex: 1;
}

.sub-sem-list .seminar-info dl dd {
  flex: 3;
}

.seminar-info-inner .sem-info-ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.seminar-info-inner .sem-info-ul .sem-btn-entry {
  padding: 1px 24px 1px 15px;
}

.seminar-info-inner .sem-info-ul .sem-btn-single {
  padding: 1px 24px 1px 15px;
}

/*セミナー詳細*/
.seminar-box-inner {
  padding: 0 10px;
}
.h4_ttl {
  font-size: 1.25rem;
  color: #CC4E00;
  font-weight: 700;
  margin-bottom: 13px;
}
.seminar-box dl.sem-head-list {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px dashed #D8D8D8;
}

.seminar-box dl.sem-head-list:last-of-type {
  margin-bottom: 40px;
}

.seminar-box dl.sem-head-list dt {
  width: 80px;
  font-size: 1rem;
  font-weight: 700;
  color: #CC4E00;
  display: table-cell;
}

.seminar-box dl.sem-head-list dd {
  display: table-cell;
}

.seminar-schedule {
  margin-top: 30px;
}

.seminar-schedule {
  margin-bottom: 40px;
}

.seminar-time {
  display: block;
  margin-bottom: 8px;
  /*border-bottom: 1px solid #CC4E00;*/
  padding-bottom: 8px;
  width: 100%;
}

.seminar-time dt,
.seminar-time dd {
  display: block;
  font-size: 1rem;
}

.seminar-time dd strong {
  background:linear-gradient(transparent 60%, rgba(204,78,0,.3) 60%)
}

.seminar-time dt {
  font-weight: 700;
}
.seminar-time dd {
  font-weight: 400;
}

.seminar-info__inner {
  display: block;
  margin-bottom: 40px;
}

.seminar-info__thum {
  width: 260px;
}

.seminar-info__thum img {
  width: 100%;
}

.seminar-info__txt {
  margin-top: 15px;
  width: 100%;
}

.seminar-info__txt .ttl {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0E5E91;
}

.seminar-info__txt .ttl span {
  display: block;
  color: #23558D;
  font-weight: 700;
  font-size: 0.875rem;
}

.seminar-box dl.type02 {
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}

.seminar-box dl.type02 dt {
  width: 84px;
}

.btntype02 {
  text-align: center;
  margin: 40px 0;
}

.btntype02 a {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: url(../../images/common/ico-arw-btn-white02.svg) no-repeat 95% 50%;
  background-size: 11px auto;
  background-color: #23558D;
  max-width: 480px;
  padding: 9px 0;
  position: relative;
}

.btntype02 a .txt01 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.btntype02 a .txt02 {
  font-size: 1.25rem;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  color: #fff;
}

.dot-list li ,
.dot-list02 li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
  line-height: 1.6;
}

.dot-list li:before { 
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #CC4E00;
  border-radius: 10px;
}

.dot-list02 li:before { 
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #CC4E00;
  border-radius: 10px;
}

.c-checkbox .wpcf7-list-item, .c-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-list-item {
  margin-left: 0!important;
}

.seminar-form-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
}

.seminar-form-list dt {
  color: #CC4E00;
  font-weight: 700;
  width: 100px;
}

/*contact div type*/

.formTable-type02 li .inner {
  margin-bottom: 4px;
  border-bottom: 1px dashed #AAAAAA;
  padding: 12px 0 14px;
}

.formTable-type02 li .formTable-type02-ttl {
  text-align: left;
  vertical-align: top;
  padding: 0px 10px 0px 0;
  width: 100%;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.formTable-type02 li .formTable-type02-ttl.hissu:after {
  content: '必須';
  top: 16px;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid #fff;
  background: #C84302;
  line-height: 1.3;
  text-align: center;
  margin-left: 10px;
  border-radius: 4px;
}

.formTable-type02 li .input-inf {
  margin-top: 10px;
  width: 100%;
}

.formTable-type02 li textarea {
  width: 100%;
  height: 140px;
  padding: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
}

.form-sel-link {
  color: #CC4E00;
  text-decoration: underline;
}

/*インタビュー詳細*/
.h1-ttl .in-sub-ttl {
  color: #333;
  font-size: 1rem;
  display: block;
}
.interview-head,
.interview-btm {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #CCCCCC;
}

.interview-head .interview-catch ,
.interview-btm .interview-catch {
  background-color: #FDF7F4;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 35px;
  color: #23558D;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.interview-head-inner {
  display: block;
  margin-bottom: 20px;
}

.interview-head-inner.type02 {
  -ms-align-items: center;
  align-items: center;
}

.interview-head-inner a {
  text-decoration: underline;
  color: #CC4E00;
}

.interview-head-inner .interview-head-thum {
  /*width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;*/
  width: 260px;
  overflow: hidden;
  margin-bottom: 15px;
}

.interview-head-inner .interview-head-info {
  width: 100%;
}

.interview-head-inner .interview-head-info .com-name {
  color: #CC4E00;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 7px;
}

.interview-head-inner .interview-head-info .com-ceo-name {
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
}

.interview-compnay-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CC4E00;
}

.interview-compnay-info + .interview-compnay-info {
  border-top: none;
  margin-top: 0;
}

.interview-compnay-info__ttl {
  font-weight: 700;
  margin-bottom: 2px;
}

.interview-loop-list {
  margin-bottom: 40px;
}

.interview-loop-list .question {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.interview-loop-list .question span {
  color: #CC4E00;
  font-size: 2.285714285rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  top: -6px;
  margin-right: 14px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}

.interview-loop-list__inner {
  display: block;
}

.interview-loop-list__inner .thum {
  width: 230px;
  margin-bottom: 10px;
}

.interview-loop-list__inner .interview-loop-list__txt {
  display: block;
}

.interview-loop-list__inner.right .thum {
  margin-right: 0;
  order: 2;
}

.interview-loop-list__inner.right .interview-loop-list__txt {
  order:1;
}

.interview-message {
  background-color: #FDF7F4;
  border-radius: 10px;
  padding: 20px 20px 10px;
  margin-bottom: 32px;
}

.interview-message__ttl {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.interview-message__ttl span {
  color: #CC4E00;
  font-size: 2.285714285rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  top: -6px;
  margin-right: 14px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}

.interview-message__txt + .interview-message__txt {
  margin-top: 20px;
}
.interview-loop-list__txt p,
.interview-message__txt p {
  margin-bottom: 15px;
}

.interview-message__txt {
  display: block;
}

.interview-message__txt__thum {
  /*float: left;*/
  flex: 1;
  margin: 0 20px 10px 0;
  max-width: 270px;
}

.interview-message__txt__info {
  flex: 2;
}

.interview-btm-ttl {
  text-align: center;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; 
  color: #CC4E00;
  font-size: 1.625rem;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 25px;
}

.interview-btm-ttl:before,
.interview-btm-ttl:after {
  background-color: #CC4E00; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 100%; /* 横線の長さ */
}

.interview-btm-ttl:before {
  margin-right: 25px;
}

.interview-btm-ttl:after {
  margin-left: 20px;
}

/*インタビュー一覧*/
.interview-block {
  display: block;
}

.interview-items {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #CC4E00;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.interview-items a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 15px 35px;
  position: relative;
}

.interview-items-inner {
  display: block;
}

.interview-items-inner .interview-img {
  width: 100%;
}

.interview-items-inner .interview-info {
  width: 100%;
  margin-top: 15px;
}

.interview-items-inner .interview-info-comname {
  color: #CC4E00;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1rem;
}

.interview-items-inner .interview-info-name {
  color: #CC4E00;
  font-weight: 700;
  font-size: 1rem;
}

.interview-items-inner .interview-info-name .title {
  line-height: 1.5;
}

.interview-items-inner .interview-info-name .title .top-none {
  display: none;
}

.interview-items-inner .c-link {
  font-size: .875rem;
  padding-left: 0;
  padding-right: 42px;
  background-position: right center;
  background-size: 31px auto;
  height: 31px;
  line-height: 31px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.interview-info-ttl h2 {
  font-weight: 700;
  border-bottom: 1px dashed #DDDDDD;
  padding-bottom: 9px;
  margin-bottom: 9px;
  line-height: 1.4;
}

/*コンサルティング*/
.consulting-catch {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
}

.consulting-nayami {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 31px;
}

.consulting-nayami li {
  padding: 13px 30px;
  font-weight: 700;
  border: 1px solid #CC4E00;
  border-radius: 200px;
  position: relative;
}

.consulting-nayami li:nth-child(1):before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -24px;
  width: 26px;
  height: 29px;
  background: url(../../images/recruiter/consulting/fukidashi01.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
}

.consulting-nayami li:nth-child(2):before ,
.consulting-nayami li:nth-child(3):before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -24px;
  width: 26px;
  height: 29px;
  background: url(../../images/recruiter/consulting/fukidashi02.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
}

.consulting-box {
  margin-bottom: 40px;
  padding: 0 10px;
}

.consulting-box .consulting-box-thum {
  width: 100%;
  max-width: 370px;
}

.consulting-box .consulting-box-info {
  margin-top: 20px;
  width: 100%;
}

.consulting-box .consulting-box-info .ttl {
  text-align: center;
  color: #fff;
  background-color: #CC4E00;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 14px;
}

.consulting-box .consulting-box-info .ttl span {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 46px;
  height: 46px;
  color: #333;
  border-radius: 200px;
  background-color: #FFED48;
  line-height: 46px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.consulting-box-info .ttl-sub {
  text-align: center;
  color: #CC4E00;
  margin-bottom: 22px;
  font-size: 1.428571429rem;
  font-weight: 700;
}

.consulting-box-txt {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #898989 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

.consulting-box-txt span {
  font-size: 1.25rem;
  font-weight: 700;
}

.consulting-box02 {
  margin-bottom: 34px;
}

.consulting-box02 + .consulting-box02 {
  margin-top: 80px;
}

.consulting-box02 .h2-ttl span {
  font-size: 1.125rem;
}

.consulting-illust {
  overflow-y: auto;
}

.consulting-illust img {
  min-width: 440px;
}

.consulting-box02 .dot-list02 + .h3-ttl-type01 {
  margin-top: 35px;
}

.consulting-att-box {
  margin-top: 35px;
  background-color: #F5F5F5;
  padding: 15px 20px;
}

.consulting-att-box .ttl {
  padding-left: 42px;
  background: url(../../images/recruiter/consulting/ico-att.svg) no-repeat left center;
  background-size: 32px auto;
  font-size: 1.285714286rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.consulting-att-box ul li {
  margin-bottom: 8px;
  position: relative;
  line-height: 1.4;
  padding-left: 13px;
}

.consulting-att-box ul li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 10px;
}


/*news archive*/
.news-list.sub-pg {
  margin-left: 0;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*single*/

.single-page h2 {
  font-size: 1.428571429rem;
  margin-bottom: 24px;
  font-weight: 700;
}

.single-page h3 {
  font-size: 1.285714286rem;
  background-color: rgba(204,78,0,.1);
  padding: 6px 20px;
  margin: 25px 0 24px;
  font-weight: 700;
}

.single-page h4 {
  color: #CC4E00;
  margin-bottom: 24px;
  margin-top: 20px;
  font-size: 1.142857143rem;
  font-weight: 700;
}

.single-page p:not([class]) {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

.single-page ul:not([class]) {
  margin-bottom: 20px;
}

.single-page ul:not([class]) li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
  font-size: 1rem;
}

.single-page ul:not([class]) li:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  left: 4px;
  top: 13px;
  font-size: 18px;
  background-color: #CC4E00;
}

.single-page ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
}

.single-page ol li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
  font-size: 1rem;
}

.single-page ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 1rem;
  color: #CC4E00;
}

.single-page a:not([class]) {
  color: #CC4E00;
  text-decoration: underline;
}

.single-page a:not([class]):hover {
  text-decoration: none;
}

.single-page table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  margin-bottom: 15px;
}

.single-page table tr th,
.single-page table tr td {
  border: solid 1px #CCCCCC;
  vertical-align: middle;
  font-size: 1rem;
  padding: 5px;
}

.single-page table tr th {
  background: rgba(204,78,0,.1);
  color: #CC4E00;
  font-weight: 700;
}

.news-date {
  color: #CC4E00;
  text-align: right;
  font-weight: 700;
  margin-bottom: 15px;
  margin-bottom: 10px;
}

.news-single-btn {
  margin-top: 30px;
}

/*sitemap*/
.sitemap_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sitemap_wrap .sitemap_col1 {
  width: 100%;
}

.sitemap_wrap .sitemap_col1 a {
  color: #CC4E00;
  font-weight: 700;
}

.sitemap_wrap .sitemap_col2 ,
.sitemap_wrap .sitemap_col3 {
  width: 48%;
  margin-top: 20px;
}

.sitemap_wrap ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #E4E4E4;
}

.sitemap_wrap ul li a {
  font-size: 1rem;
  font-weight: 500;
  background: url(../../images/common/ico-arw-link-orange.svg) no-repeat 0% 50%;
  background-size: 6px auto;
  padding-left: 12px;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  padding: 20px 0px;
  width: 92.5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center02 {
  width: 92.5%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  margin: 0 auto 20px;
  padding: 30px 15px 30px;
  max-width: 1320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-btn {
  background: url(../../images/common/ico-target-white.svg) no-repeat 97% 50%;
  background-size: 20px auto;
  background-color: #015CB5;
  border: 2px solid #fff;
  text-align: center;
  padding: 11px;
  width: 100%;
  max-width: 500px;
  display: inline-block;
}

.c-btn p {
  display: block;
  font-size: 1.142857143rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

.c-btn span {
  display: block;
  font-size: 0.928571429rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3px;
  color: #fff;
}

.info-btn.entry-soon ,
.entry-soon {
  position: relative;
  pointer-events:none;
}

span.entry-soon-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(51,51,51,.7);
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.c-btn-type02 {
  display: inline-block;
  max-width: 400px;
  background: url(../../images/common/ico-arw-btm-white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  font-size: 1rem;
  font-weight: 500;
  background-color: #218377;
  padding: 15px;
  text-align: center;
  color: #fff;
  width: 100%;
}

.c-btn-type03 {
  display: inline-block;
  max-width: 400px;
  background: url(../../images/common/ico-arw-btn-white02.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  font-size: 1rem;
  font-weight: 500;
  background-color: #CC4E00;
  padding: 15px;
  text-align: center;
  color: #fff;
  width: 100%;
}

.c-link {
  display: inline-block;
  padding-left: 40px;
  background: url(../../images/common/ico-arw-orange.svg) no-repeat left center;
  background-size: 28px auto;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1rem;
  font-weight: 700;
}

.c-link02 {
  display: inline-block;
  padding-right: 18px;
  background: url(../../images/common/ico-arw-link-orange.svg) no-repeat right center;
  background-size: 8px auto;
  font-size: 1rem;
  font-weight: 700;
  color: #CC4E00;
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 20000;
}
a.skip {
  background-color: #FFFFFF;
  /* 変更しない */
  text-align: center;
  /* 変更しない */
  padding: 2px 0;
  /* 変更しない */
  top: auto;
  /* 変更しない */
}
a.skip:active {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.8;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.8;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }

.txt14 {
  font-size: 0.928571429rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.142857143rem;
}

strong {
  font-weight: bold;
}

/*color*/
.u-color-blue {
  color: #015CB5;
}

.u-color-green {
  color: #218377;
}

.u-color-orange {
  color: #CC4E00;
}

/*backgroud-color*/

/*パンくず*/
.breadcrumbs {
  text-align: right;
  margin-bottom: 14px;
  margin-top: 15px;
}

.breadcrumbs ol {
  max-width: 1080px;
  margin: 0 auto;
  width: 92.5%;
}
.breadcrumbs ol li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

.breadcrumbs ol li a {
  color: #CC4E00;
}

.breadcrumbs ol li img {
  margin-top: -2px;
}

.breadcrumbs li.arrow {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  position: relative;
  color: #CC4E00;
}

/*==========
Effect
==========*/
.rotate {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.rotate.trigger {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeUpList > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUpList.trigger > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUp.trigger {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

.popUpList > * {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUpList.trigger > * {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.trigger {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 355px){
  
}