@charset "UTF-8";

/*--------------------------------------------------------------------------
基本
---------------------------------------------------------------------------*/
.ffnoto{font-family: "Noto Sans", sans-serif;}
.ffnoto-serif{font-family: 'Noto Serif TC', serif;}
.ffMerri{font-family: 'Merriweather','Noto Serif TC', serif;}
 

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.text-justify {
      text-align:justify;
    }
.text-justify:after {
        content: "";
        display: inline-block;
        width: 100%;  
    }

.company_info_table .text-justify{ width:75px; margin-bottom:0px; height:30px; }

.text-primary{ color:#9a9c55; }
.text-black{color: #000;}

.text-hint-primary{background-color: #e0e5ac; margin: 0 7px;}
.text-hint-atunas{background-color: #9bd1bb; margin: 0 7px;}


.border-radius-5{border-radius: 5px;}
.border-radius-10{border-radius: 10px;}
.border-radius-15{border-radius: 15px;}
.border-radius-20{border-radius: 20px;}
.border-radius-25{border-radius: 25px;}

.opacity-9{opacity: 0.9}
.opacity-8{opacity: 0.8}
.opacity-7{opacity: 0.7}
.opacity-6{opacity: 0.6}
.opacity-5{opacity: 0.5}
.opacity-4{opacity: 0.4}
.opacity-3{opacity: 0.3}
.opacity-2{opacity: 0.2}
.opacity-1{opacity: 0.1}
.opacity-0{opacity: 0.0}

.fs10{font-size: 10px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs22{font-size: 22px;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}
.fs32{font-size: 32px;}
.fs34{font-size: 34px;}
.fs36{font-size: 36px;}
.fs38{font-size: 38px;}
.fs40{font-size: 40px;}
.fs42{font-size: 42px;}
.fs44{font-size: 44px;}
.fs46{font-size: 46px;}
.fs48{font-size: 48px;}
.fs50{font-size: 50px;}
.fs52{font-size: 52px;}
.fs54{font-size: 54px;}
.fs56{font-size: 56px;}

.fwt100{font-weight: 100;}
.fwt200{font-weight: 200;}
.fwt300{font-weight: 300;}
.fwt400{font-weight: 400;}
.fwt500{font-weight: 500;}
.fwt600{font-weight: 600;}
.fwt700{font-weight: 700;}
.fwt800{font-weight: 800;}
.fwt900{font-weight: 900;}

.z-999{z-index: 999;}

.bd-left-1{border-left: 1px solid #333;}
.bd-left-2{border-left: 2px solid #333;}
.bd-left-3{border-left: 3px solid #333;}
.bd-left-4{border-left: 4px solid #333;}
.bd-left-5{border-left: 5px solid #333;}

.text-note{list-style-position: outside;list-style-type: disc; padding-left: 20px;}

.float-right{float: right;}
.float-left{float: left;}

.bg_gray_grid{
background-color: #f8f9fa;
opacity: 1;
background-image:  linear-gradient(#ffffff 2.6px, transparent 2.6px), linear-gradient(90deg, #ffffff 2.6px, transparent 2.6px), linear-gradient(#ffffff 1.3px, transparent 1.3px), linear-gradient(90deg, #ffffff 1.3px, #f8f9fa 1.3px);
background-size: 65px 65px, 65px 65px, 13px 13px, 13px 13px;
background-position: -2.6px -2.6px, -2.6px -2.6px, -1.3px -1.3px, -1.3px -1.3px;}


.text-primary-blue{ color:#34509b; }
.bg-primary-blue{ background:#34509b; }

.text-primary-yellow{ color:#f6e616; }
.bg-primary-yellow{ background:#f6e616; }

.text-dark-blue{ color:#16254B; }
.bg-dark-blue{ background:#16254B; }

.text-pink{color: #FF80AB;}

.ffMont{ font-family: "Montserrat", sans-serif}

.bg-light-yellow{background:#fdfbe5;}
.bg-light-yellow-grid{background:#FFFDD0;
opacity: 1;
background-image:  linear-gradient(#ffffff 2.6px, transparent 2.6px), linear-gradient(90deg, #ffffff 2.6px, transparent 2.6px), linear-gradient(#ffffff 1.3px, transparent 1.3px), linear-gradient(90deg, #ffffff 1.3px, #FFFDD0 1.3px);
background-size: 65px 65px, 65px 65px, 13px 13px, 13px 13px;
background-position: -2.6px -2.6px, -2.6px -2.6px, -1.3px -1.3px, -1.3px -1.3px;}


.text-light-yellow{color: #fdfbe5;}

.bg-feature{
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(246,230,22,0.7) 0%, rgba(238,238,238,0) 70%);
}

.deco_feature{position: absolute; top:-7px; left:10%; width: 10%; z-index: 99; opacity: 0;}

/* =============================================
接續
================================================ */



/*問卷底色*/
.bg-resume-fill{background:rgba(246, 230, 22, .15);}


.bg-resume-fill-grid{background:#FFFDD0;
opacity: 1;
background-image:  linear-gradient(#ffffff 2.6px, transparent 2.6px), linear-gradient(90deg, #ffffff 2.6px, transparent 2.6px), linear-gradient(#ffffff 1.3px, transparent 1.3px), linear-gradient(90deg, #ffffff 1.3px, #FFFDD0 1.3px);
background-size: 65px 65px, 65px 65px, 13px 13px, 13px 13px;
background-position: -2.6px -2.6px, -2.6px -2.6px, -1.3px -1.3px, -1.3px -1.3px;}


/*問卷勾選一般顏色*/
.contactBody .id-radio input[type="radio"] {display: none; }
.contactBody .id-radio input:checked + .button {background: #5e7380; color: #fff; cursor: default; }
.contactBody .id-radio .button {display: inline-block; margin: 0 2px 10px 0; padding: 5px 10px;  color: #333; cursor: pointer; }
.contactBody .id-radio .button:hover {background: #bbb; color: #fff; }
.contactBody .id-radio .round {border-radius: 5px; }



.contactBody  .id-checkbox input[type="checkbox"] {display: none; }
.contactBody  .id-checkbox input:checked + .button {background: #5e7380; color: #fff;}
.contactBody .id-checkbox .button {display: inline-block; margin: 0 5px 10px 0; padding: 5px 10px;  color: #333; cursor: pointer; }
.contactBody .id-checkbox .button:hover {background: #bbb; color: #fff; }
.contactBody .id-checkbox .round {border-radius: 5px; }


.contactBody .id-radio .id-checkbox .button:hover {background: #bbb; color: #fff; }


/*手機上不呈現 hover*/

/* :hover will only work in Edge, Chrome, Safari 9+ for now  */
@media(hover: hover) and (pointer: fine) {
    .contactBody .id-checkbox .button:hover {background:rgba(246, 230, 22, .0); color:#333; }
  }

/* :hover will be removed in iOS 9+ and Android 5+  */
@media (hover: none) {
    .contactBody .id-checkbox .button:hover { background:rgba(246, 230, 22, .0); color:#333; }
}

/*手機上不呈現 hover*/


/*問卷勾選粉紅色*/
.contactBody.pink .id-radio input[type="radio"] {display: none; }
.contactBody.pink .id-radio input:checked + .button {background: #FF80AB; color: #fff; cursor: default; }
.contactBody.pink .id-radio .button {display: inline-block; margin: 0 2px 10px 0; padding: 5px 10px; background: #f7f7f7; color: #333; cursor: pointer; }
.contactBody.pink .id-radio .button:hover {background: #bbb; color: #fff; }
.contactBody.pink .id-radio .round {border-radius: 5px; }


.contactBody.pink .id-checkbox input[type="checkbox"] {display: none; }
.contactBody.pink .id-checkbox input:checked + .button {background: #FF80AB; color: #fff;}
.contactBody.pink .id-checkbox .button {display: inline-block; margin: 0 5px 10px 0; padding: 5px 10px; background: #f7f7f7; color: #333; cursor: pointer; }
.contactBody.pink .id-checkbox .button:hover {background: #bbb; color: #fff; }
.contactBody.pink .id-checkbox .round {border-radius: 5px; }




.prepare_ol li{ border-bottom:3px solid #eee;  }
.prepare_ol li:hover{ border-bottom:3px solid #ddd; }


.sDGS .prepare_ol li:nth-child(odd){ border-bottom:3px solid #d83f2c; border-right:3px solid #d83f2c; }
.sDGS .prepare_ol li:nth-child(even){ border-bottom:3px solid #901d3e; border-right:3px solid #901d3e; }



.clip-dialog-left{clip-path: polygon(8% 0, 92% 0, 100% 100%, 0% 100%); }
.clip-dialog-middle{clip-path: polygon(8% 0, 92% 0, 100% 100%, 0% 100%);}
.clip-dialog-right{clip-path: polygon(8% 0, 92% 0, 100% 100%, 0% 100%);}


.prepare{ line-height:60px; }
ol.prepare_ol li{ margin-bottom:30px; list-style-type:decimal-leading-zero; padding-left:15px; list-style-position:inside;font-size:20px; }
ol.prepare_ol li strong { font-weight:700; padding:5px 0 10px 0; display:inline-block; }
ol.prepare_ol li span { font-weight:400; font-size:16px; }

@media screen and (max-width: 768px) {
.clip-dialog-left{clip-path: none;}
  .clip-dialog-right{clip-path: none;}
  
}/*.clip-dialog-left{clip-path: none;}
  .clip-dialog-right{clip-path: none;}*/


/*JOBS*/ 

.job_header{background-color: #fff;}
.job_header:hover{
  cursor: pointer; 
  background: linear-gradient(180deg, rgba(246,230,22,0.05) 0%, rgba(255,255,255,1) 85%);
}

select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}


/*熱門*/
.badge-hot{margin:-2px 0 0 6px; font-weight: 400;}

@media screen and (max-width: 768px){

.badge-hot{margin:5px 0 0 6px;font-weight: 600;}

}

.mente_overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.5);
  position: fixed;
  top: 0;
  z-index: 9998;
}
.mente_overlay .content {
  width: 85%;
  height: auto;
  background-color: #fff;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
}
.mente_inner {
  position: relative;
  padding: 40px 30px 30px 30px;
}
.mente_inner::before {
  content: '';
  width: 28px;
  height: 2px;
  background-color: #BBC3C3;
  position: absolute;
  top: 25px;
  right: 25px;
}
.mente_inner::before {
  transform: rotate(-45deg);
}
.mente_inner::after {
  content: '';
  width: 28px;
  height: 2px;
  background-color: #BBC3C3;
  position: absolute;
  top: 25px;
  right: 25px;
}
.mente_inner::after {
  transform: rotate(45deg);
}

.mente_overlay .img {
  width: 80%;
  margin: 0 auto;
}

.mente_overlay .begining_message {
  margin-top: 25px;
}
.mente_overlay .begining_message p {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #282828;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}
.mente_overlay .begining_message p::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #282828;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.mente_column {
  margin-top: 25px;
}

.mente_overlay .mente_column .box {
  margin-top: 15px;
}
.mente_overlay .mente_column .box:first-child {
  margin-top: 0;
}

.mente_overlay .mente_column .box p {
  font-size: 12px;
  font-weight: bold;
  color: #282828;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.mente_overlay .mente_column .box p a {
  color: #52AF6E;
  position: relative;
  transition: 0.3s ease-in-out;
}
.mente_overlay .mente_column .box p a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #52AF6E;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}


@media screen and (min-width: 768px) {
  .mente_overlay .content {
    width: 530px;
    height: auto;
  }
  .mente_inner {
    padding: 70px 96px 60px 96px;
  }
  .mente_inner::before {
    width: 28px;
    height: 2px;
    top: 37px;
    right: 37px;
  }
  .mente_inner::after {
    width: 28px;
    height: 2px;
    top: 37px;
    right: 37px;
  } 
  .mente_overlay .img {
    width: 338px;
    margin: 0 auto;
  }
  
  .mente_overlay .begining_message {
    margin-top: 40px;
  }
  .mente_overlay .begining_message p {
    font-size: 20px;
  }
  
  .mente_column {
    margin-top: 40px;
  }
  
  .mente_overlay .mente_column .box {
    margin-top: 25px;
  }
  .mente_overlay .mente_column .box:first-child {
    margin-top: 0;
  }
  
  .mente_overlay .mente_column .box p {
    font-size: 16px;
  }
}


@media screen and (min-width: 980px) {
  .mente_overlay .mente_column .box p a:hover {
    opacity: 0.6;
  }
  .mente_overlay .mente_column .box p a:hover a::after {
    opacity: 0.6;
  }  
}


/*-----------------------------------------------------------------
  fadeUp/fadeDown
----------------------------------------------------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeUp2 {
  from {
    opacity: 0;
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes Down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------------------------------------------------------
  swing
----------------------------------------------------------------- */
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing2 {
  20% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  bounce
----------------------------------------------------------------- */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
/*-----------------------------------------------------------------
  scale
----------------------------------------------------------------- */
@keyframes scale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@keyframes loading {
  from {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@keyframes grayscale {
  from {
    filter: grayscale(100%) blur(0px);
  }
  to {
    filter: grayscale(0%) blur(0px);
  }
}
/*-----------------------------------------------------------------
  bounceInLeft
----------------------------------------------------------------- */
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  item
----------------------------------------------------------------- */
@keyframes item {
  from {
    opacity: 0;
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    transform: scale(1);
    top: 0px;
  }
}
/* =============================================
- SCRIPT
================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    slick-arrow
========================================================= */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  z-index: 22;
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  z-index: 44;
  top: 50%;
  margin-top: -4px;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
  .slick-prev:before, .slick-next:before {
    width: 18px;
    height: 18px;
    margin-top: -10px;
  }
  .slick-prev:hover:before, .slick-next:hover:before {
    border-color: #F77C2F;
  }
}
.slick-prev {
  left: 0px;
}
.slick-prev:before {
  content: "";
  transform: rotate(-135deg);
  margin-left: 5px;
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  transform: rotate(45deg);
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 21%;
  }
  .slick-prev:before {
    margin-left: 11px;
  }

  .slick-next {
    right: 21%;
  }
  .slick-next:before {
    margin-left: 4px;
  }
}
@media screen and (min-width: 980px) {
  .slick-prev {
    left: 5%;
  }

  .slick-next {
    right: 5%;
  }
}
@media screen and (min-width: 1180px) {
  .slick-prev {
    left: 9%;
  }

  .slick-next {
    right: 9%;
  }
}
@media screen and (min-width: 1400px) {
  .slick-prev {
    left: 11%;
  }

  .slick-next {
    right: 11%;
  }
}
/*
    Slick-theme.css
========================================================= */
/* Dots */
.slick-dots {
  margin-top: 5px;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  line-height: 1em;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  text-align: center;
  border: 1px solid #888888;
  background-color: #888888;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in;
  border-radius: 50%;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #060606;
  border-color: #060606;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #060606;
  border-color: #060606;
}
@media screen and (min-width: 768px) {
  .slick-dots li.slick-active button:before {
    background-color: #060606;
  }
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  padding: 70px 20px 20px 20px;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* =============================================
- _pageLayout
================================================ */
/*
    pageLayout_2column
========================================================= */
.pageLayout_2column {
  padding: 70px 20px 30px 20px;
  background-color: #F8F8F8;
}
.pageLayout_2column .titleStyle02.typeB .title, .pageLayout_2column .titleStyle02.typeB .sub {
  background:rgba(246, 230, 22, .15);
}
.pageLayout_2column section {
  padding: 0px;
}
.pageLayout_2column .rightColumn {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .pageLayout_2column {
    padding: 80px 25px 50px 25px;
  }
  .pageLayout_2column .rightColumn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .pageLayout_2column {
    padding: 100px 30px 60px 30px;
  }
  .pageLayout_2column .colArea {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
  }
  .pageLayout_2column .leftColumn {
    flex: 1;
    margin-right: 40px;
  }
  .pageLayout_2column .rightColumn {
    margin-top: 0px;
    width: 250px;
  }
}
@media screen and (min-width: 1180px) {
  .pageLayout_2column {
    padding: 160px 30px 120px 30px;
  }
  .pageLayout_2column .titleStyle02 {
    margin-bottom: 90px;
  }
  .pageLayout_2column .leftColumn {
    margin-right: 50px;
  }
}
/*
    widgetArea
========================================================= */
.widgetArea .widget_column .widget_title {
  position: relative;
  background-color: #16254B;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.7em 1em 0.7em 40px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  .widgetArea .widget_column .widget_title {
    font-weight: bold;
  }
}
.widgetArea .widget_column .widget_title:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -12px;
  background-size: cover;
}
.widgetArea .widget_column .widget_title:after {
  content: "";
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: -5px;
}
.widgetArea .widget_column ul {
  margin-top: 5px;
}
.widgetArea .widget_column ul li a {
  position: relative;
  color: #707070;
  padding: 0.6em 1em;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
}
.widgetArea .widget_column ul li a:after {
  content: "";
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .widgetArea .widget_column ul li a {
    transition: all 0.3s ease-in-out;
  }
  .widgetArea .widget_column ul li a:hover {
    background-color: #fafafa;
  }
}
.widgetArea .widget_column ul li + li {
  border-top: 1px solid #f8f8f8;
}
.widgetArea .widget_column .boxWrap {
  background-color: #fff;
  counter-reset: number 0;
}
.widgetArea .widget_column .boxWrap .box {
  padding: 25px 20px;
}
.widgetArea .widget_column .boxWrap .box .img {
  position: relative;
}
.widgetArea .widget_column .boxWrap .box .img:before {
  content: "";
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #FFDC1A;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #16254B;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 50%;
  font-size: 19px;
  line-height: 40px;
  z-index: 11;
}
@media screen and (min-width: 980px) {
  .widgetArea .widget_column .boxWrap .box .img:before {
    font-weight: bold;
  }
}
.widgetArea .widget_column .boxWrap .box .text {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (min-width: 980px) {
  .widgetArea .widget_column .boxWrap .box .text {
    font-weight: bold;
  }
}
.widgetArea .widget_column .boxWrap .box + .box {
  border-top: 1px solid #F8F8F8;
}
.widgetArea .widget_column .boxWrap .box:nth-child(n+2) .img:before {
  background-color: #16254B;
  color: #fff;
}
.widgetArea .widget_column.area .widget_title:before {
  background-image: url(../images/icon/icon_pin.png);
}
.widgetArea .widget_column.area ul {
  display: flex;
  flex-wrap: wrap;
}
.widgetArea .widget_column.area ul li {
  width: 50%;
}
.widgetArea .widget_column.area ul li:nth-child(even) {
  border-left: 1px solid #f8f8f8;
}
.widgetArea .widget_column.category .widget_title, .widgetArea .widget_column.ranking .widget_title, .widgetArea .widget_column.archives .widget_title {
  padding: 0.4em 1em 0.4em 45px;
  border-radius: 8px 8px 0px 0px;
}
.widgetArea .widget_column.category .widget_title:before, .widgetArea .widget_column.ranking .widget_title:before, .widgetArea .widget_column.archives .widget_title:before {
  margin-top: -10px;
}
.widgetArea .widget_column.category .widget_title:after, .widgetArea .widget_column.ranking .widget_title:after, .widgetArea .widget_column.archives .widget_title:after {
  display: none;
}
.widgetArea .widget_column.category ul, .widgetArea .widget_column.ranking ul, .widgetArea .widget_column.archives ul {
  margin-top: 0px;
}
.widgetArea .widget_column.area .widget_title:before {
  background-image: url(../images/icon/icon_pin.png);
  margin-top: -11px;
}
@media screen and (min-width: 768px) {
  .widgetArea .widget_column.area .widget_title:hover {
    background-color: #52AF6E;
  }
}
.widgetArea .widget_column.job .widget_title:before {
  background-image: url(../images/icon/icon_job.png);
  margin-top: -11px;
}
@media screen and (min-width: 768px) {
  .widgetArea .widget_column.job .widget_title:hover {
    background-color: #52AF6E;
  }
}
.widgetArea .widget_column.conditions .widget_title {
  background-color: #63749D;
}
.widgetArea .widget_column.conditions .widget_title:before {
  background-image: url(../images/icon/icon_check2.png);
  margin-top: -11px;
}
@media screen and (min-width: 768px) {
  .widgetArea .widget_column.conditions .widget_title:hover {
    background-color: #52AF6E;
  }
}
.widgetArea .widget_column.category .widget_title:before {
  background-image: url(../images/icon/icon_folder.png);
}
.widgetArea .widget_column.ranking .widget_title:before {
  background-image: url(../images/icon/icon_ranking.png);
  margin-top: -11px;
}
.widgetArea .widget_column.archives .widget_title:before {
  background-image: url(../images/icon/icon_archives.png);
}
.widgetArea .widget_column + .widget_column {
  margin-top: 8px;
}
.widgetArea .recruitBlock_type02 {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .widgetArea .widget_column .boxWrap .box {
    padding: 15px 15px;
  }
  .widgetArea .widget_column .boxWrap .box .text {
    line-height: 1.6em;
    font-size: 14px;
  }
  .widgetArea .widget_column .boxWrap .box .img img {
    transition: all 0.2s ease-in-out;
  }
  .widgetArea .widget_column .boxWrap .box .img img:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .widgetArea {
    display: flex;
    flex-wrap: wrap;
  }
  .widgetArea .widget_column {
    width: 48%;
  }
  .widgetArea .widget_column + .widget_column {
    margin-top: 0px;
  }
  .widgetArea .widget_column:nth-child(even) {
    margin-left: 4%;
  }
  .widgetArea .widget_column:nth-child(n+3) {
    margin-top: 15px;
  }
  .widgetArea .widget_column .boxWrap .box {
    padding: 15px 15px;
  }
  .widgetArea .recruitBlock_type02 {
    margin-top: 15px;
    width: 48%;
    margin-left: 4%;
  }
}
.wpp-no-data {
  padding: 10px 10px;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

/* =============================================
- _titleStyle
================================================ */
.maker {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #FFDC1A 0%);
  padding-bottom: 0.15em;
}

/* =============================================
- titleStyle01
================================================ */
.titleStyle01 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.titleStyle01 .title, .titleStyle01 .sub {
  display: inline-block;
  color: #16254B;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleStyle01 .sub {
  font-size: 15px;
  position: relative;
  top: -2px;
}
.titleStyle01 .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: normal;
}
.titleStyle01 .title.small {
  font-size: 22px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.titleStyle01:before, .titleStyle01:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.titleStyle01:before {
  width: 30px;
  background-color: #FFDC1A;
}
.titleStyle01:after {
  width: 15px;
  background-color: #16254B;
}

@media screen and (min-width: 768px) {
  .titleStyle01 {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .titleStyle01 .sub {
    font-size: 22px;
  }
  .titleStyle01 .title {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    letter-spacing: 0.08em;
  }
  .titleStyle01 .title.small {
    font-size: 30px;
  }
  .titleStyle01:before {
    width: 55px;
  }
  .titleStyle01:after {
    width: 27px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle01 {
    padding-bottom: 45px;
  }
}
/* =============================================
- titleStyle02
================================================ */
.titleStyle02 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  z-index: 1;
}
.titleStyle02 .title, .titleStyle02 .sub {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #16254B;
}
.titleStyle02 .title {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .titleStyle02 .title {
    font-weight: bold;
  }
}
.titleStyle02 .sub {
  font-size: 15px;
  position: relative;
  padding-top: 0.5em;
  font-family: "Montserrat", sans-serif;
}
.titleStyle02:before, .titleStyle02:after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.titleStyle02:before {
  width: 40px;
  background-color: #FFDC1A;
  margin-left: -20px;
}
.titleStyle02:after {
  width: 20px;
  background-color: #16254B;
  margin-left: -20px;
}
.titleStyle02 .border {
  width: 2px;
  height: 150%;
  position: absolute;
  right: 50%;
  bottom: 0px;
  transform: skewX(50deg);
  background-color: #16254B;
  z-index: -1;
  margin-left: -5px;
}
.titleStyle02.typeB {
  text-align: center;
}
.titleStyle02.typeB .title, .titleStyle02.typeB .sub {
  background:#fdfbe5;
  padding: 8px 12px;
}
.titleStyle02.typeB .sub {
  font-weight: 600;
  display: inline-block;
  padding-top: 1px;
}
@media screen and (min-width: 980px) {
  .titleStyle02.typeB .sub {
    font-weight: bold;
  }
}
.titleStyle02.typeB .title {
  padding-top: 0.2em;
}

@media screen and (min-width: 768px) {
  .titleStyle02 {
    padding-bottom: 25px;
    margin-bottom: 70px;
  }
  .titleStyle02 .title {
    font-size: 28px;
  }
  .titleStyle02 .sub {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
    padding-top: 0.8em;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle02 {
    padding-bottom: 45px;
    margin-bottom: 70px;
  }
  .titleStyle02 .title {
    font-size: 35px;
  }
  .titleStyle02 .sub {
    padding-top: 25px;
  }
  .titleStyle02 .border {
    width: 4px;
  }
  .titleStyle02.typeB .title {
    padding-top: 0.3em;
  }
}
/* =============================================
- titleStyle03
================================================ */
.titleStyle03 {
  position: relative;
  z-index: 1;
  margin-bottom: 2vw;
  padding: 11vw 0px 11vw 0px;
  color: #16254B;
}
.titleStyle03 .bar {
  width: 4px;
  height: 120%;
  margin-top: 10vw;
  position: absolute;
  top: 0px;
  left: 32%;
}
.titleStyle03 .bar span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.titleStyle03 .bar span:before, .titleStyle03 .bar span:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background-color: #16254B;
}
.titleStyle03 .bar span:before {
  transform: skew(47deg) translateY(30px);
}
.titleStyle03 .bar span:after {
  transform: skew(47deg) translateY(-30px);
}
.titleStyle03 .title {
  font-size: 5vw;
  line-height: 1.7em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .titleStyle03 .title {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .titleStyle03 {
    margin-bottom: 25px;
    padding: 90px 0px 60px 0px;
  }
  .titleStyle03 .bar {
    height: 145%;
    margin-top: 60px;
    left: 165px;
  }
  .titleStyle03 .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle03 {
    margin-bottom: 25px;
    padding: 90px 0px 85px 0px;
  }
  .titleStyle03 .bar {
    height: 170%;
    margin-top: 30px;
    left: 220px;
  }
  .titleStyle03 .title {
    font-size: 30px;
  }
}
/* =============================================
- titleStyle04・5
================================================ */
.titleStyle04, .titleStyle05 {
  position: relative;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  align-items: center;
}
.titleStyle04 .titleArea .title, .titleStyle05 .titleArea .title {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3em;
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  .titleStyle04 .titleArea .title, .titleStyle05 .titleArea .title {
    font-weight: bold;
  }
}
.titleStyle04 .titleArea .title span, .titleStyle05 .titleArea .title span {
  display: block;
  font-size: 75%;
}
.titleStyle04 .titleArea .step, .titleStyle05 .titleArea .step {
  font-family: "Montserrat", sans-serif;
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  font-size: 22px;
  padding-top: 0.3em;
}
@media screen and (min-width: 980px) {
  .titleStyle04 .titleArea .step, .titleStyle05 .titleArea .step {
    font-weight: bold;
  }
}
.titleStyle04 .titleArea .note, .titleStyle05 .titleArea .note {
  margin-top: 2px;
  color: #16254B;
  font-family: "Montserrat", sans-serif;
}
.titleStyle04 .number, .titleStyle05 .number {
  color: #16254B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  left: 0;
}
@media screen and (min-width: 980px) {
  .titleStyle04 .number, .titleStyle05 .number {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .titleStyle04 .titleArea .title, .titleStyle05 .titleArea .title {
    font-size: 24px;
  }
  .titleStyle04 .titleArea .title span, .titleStyle05 .titleArea .title span {
    font-size: 16px;
  }
  .titleStyle04 .titleArea .step, .titleStyle05 .titleArea .step {
    font-size: 25px;
  }
  .titleStyle04 .number, .titleStyle05 .number {
    font-size: 75px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle04 .titleArea .step, .titleStyle05 .titleArea .step {
    font-size: 30px;
  }
}
.titleStyle04 {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.titleStyle04:before, .titleStyle04:after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
.titleStyle04:before {
  width: 40px;
  background-color: #FFDC1A;
}
.titleStyle04:after {
  width: 20px;
  background-color: #16254B;
}

@media screen and (min-width: 768px) {
  .titleStyle04 {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
.titleStyle05 {
  position: relative;
  z-index: 11;
  padding: 6vw 0px 6vw 0px;
}
.titleStyle05 .titleArea {
  padding: 2px 3px;
}
.titleStyle05 .bar {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 10%;
}
.titleStyle05 .bar span {
  width: 100%;
  height: 50%;
  display: block;
  position: relative;
}
.titleStyle05 .bar span:before, .titleStyle05 .bar span:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background-color: #16254B;
}
.titleStyle05 .bar span:before {
  transform: skew(47deg) translateY(30px);
  top: 55px;
  left: 46px;
}
.titleStyle05 .bar span:after {
  transform: skew(47deg) translateY(-30px);
  bottom: 5px;
  left: 0px;
}

@media screen and (min-width: 768px) {
  .titleStyle05 .bar {
    left: 6%;
  }
  .titleStyle05 .bar span:before {
    top: 85px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle05 {
    padding: 50px 0px 50px 0px;
  }
  .titleStyle05 .bar {
    left: 4%;
  }
  .titleStyle05 .bar span:before {
    top: 88px;
    left: 46px;
  }
}
/* =============================================
- titleStyle06
================================================ */
.titleStyle06 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  z-index: 1;
  text-align: center;
}
.titleStyle06 .en, .titleStyle06 .sub, .titleStyle06 .title {
  text-align: center;
  color: #282828;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .titleStyle06 .en, .titleStyle06 .sub, .titleStyle06 .title {
    font-weight: bold;
  }
}
.titleStyle06 .en {
  font-family: "Montserrat", sans-serif;
}
.titleStyle06 .sub {
  font-size: 5vw;
  margin-bottom: 5px;
}
.titleStyle06 .title {
  font-size: 7vw;
  line-height: 1.4em;
}
.titleStyle06 .title.small {
  font-size: 6.5vw;
}
.titleStyle06 .label {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.titleStyle06 .label span {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  z-index: 11;
}
.titleStyle06 .label:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F52475;
  background: linear-gradient(to right, #F52475 0%, #9B25B1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  position: absolute;
  left: 0px;
  top: 0px;
  transform: skewX(-15deg);
  z-index: -1;
}
.titleStyle06:before, .titleStyle06:after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.titleStyle06:before {
  width: 30px;
  background-color: #9B25B1;
  margin-left: -20px;
}
.titleStyle06:after {
  width: 15px;
  background-color: #F02E79;
  margin-left: -20px;
}
.titleStyle06.color2:before {
  background-color: #FFDC1A;
}
.titleStyle06.color2:after {
  background-color: #16254B;
}

@media screen and (min-width: 768px) {
  .titleStyle06 {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .titleStyle06 .en {
    margin-bottom: 5px;
  }
  .titleStyle06 .sub {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .titleStyle06 .title {
    font-size: 28px;
    line-height: 1.4em;
  }
  .titleStyle06 .title.small {
    font-size: 25px;
  }
  .titleStyle06:before {
    width: 40px;
  }
  .titleStyle06:after {
    width: 20px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle06 {
    padding-bottom: 50px;
  }
  .titleStyle06 .en {
    font-size: 18px;
  }
  .titleStyle06 .sub {
    font-size: 23px;
  }
  .titleStyle06 .title {
    font-size: 35px;
  }
  .titleStyle06 .title.small {
    font-size: 30px;
  }
  .titleStyle06 .label {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle06 {
    padding-bottom: 50px;
  }
  .titleStyle06 .en {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .titleStyle06 .sub {
    font-size: 29px;
  }
  .titleStyle06 .title {
    font-size: 45px;
  }
  .titleStyle06 .title.small {
    font-size: 35px;
  }
  .titleStyle06 .label {
    margin-bottom: 30px;
  }
}
/* =============================================
- midashiStyle01
================================================ */
.midashiStyle01 {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5.5vw;
  margin-bottom: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .midashiStyle01 {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .midashiStyle01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .midashiStyle01 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
/* =============================================
- midashiStyle02
================================================ */
.midashiStyle02 {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5.5vw;
  margin-bottom: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .midashiStyle02 {
    font-weight: bold;
  }
}
.midashiStyle02.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashiStyle02 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .midashiStyle02 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
/* =============================================
- _btnStyle
================================================ */
.btnArea {
  text-align: center;
}
.btnArea.ar_right {
  text-align: right;
  width: 100%;
}

/*=========================================================
    btnStyle01
========================================================= */
.btnStyle01 {
  display: inline-block;
  width: 100%;
  max-width: 530px;
  text-align: center;
  position: relative;
  color: #16254B;
  font-weight: 600;
  border-radius: 40px;
  background-color: #FFDC1A;
  padding: 0.8em 20px;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .btnStyle01 {
    font-weight: bold;
  }
}
.btnStyle01:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #16254B;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 22;
}
.btnStyle01:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #16254B;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: 2px;
  transform: rotate(35deg) translateX(-100%);
  z-index: 22;
}
.btnStyle01.back:before {
  left: 15px;
}
.btnStyle01.back:after {
  left: 9px;
  transform: rotate(145deg) translateX(-100%);
}

@media screen and (min-width: 768px) {
  .btnStyle01 {
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    padding: 1em 20px;
  }
  .btnStyle01:after, .btnStyle01:before {
    transition: all 0.2s ease-in-out;
  }
  .btnStyle01:hover {
    color: #fff;
    background-color: #52AF6E;
  }
  .btnStyle01:hover:after, .btnStyle01:hover:before {
    margin-right: -5px;
    background-color: #fff;
  }
}
/*=========================================================
    btnStyle02
========================================================= */
.btnStyle02 {
  display: inline-block;
  width: 100%;
  max-width: 530px;
  text-align: center;
  position: relative;
  color: #16254B;
  border: 3px solid #16254B;
  background-color: #fff;
  font-weight: 600;
  padding: 0.8em 20px 0.9em 20px;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .btnStyle02 {
    font-weight: bold;
  }
}
.btnStyle02 span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 1em;
  margin-top: 5px;
}
.btnStyle02:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #16254B;
  border-right: 1px solid #16254B;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  z-index: 22;
}

@media screen and (min-width: 768px) {
  .btnStyle02 {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 5px solid #16254B;
    padding: 1.4em 20px 1.5em 20px;
  }
  .btnStyle02 span {
    font-size: 13px;
    margin-top: 5px;
  }
  .btnStyle02:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #16254B;
    border-right: 1px solid #16254B;
    transform: rotate(45deg);
    right: 15px;
    margin-top: -5px;
  }
}
@media screen and (min-width: 980px) {
  .btnStyle02 {
    transition: all 0.2s ease-in-out;
  }
  .btnStyle02:before {
    transition: all 0.2s ease-in-out;
    right: 18px;
  }
  .btnStyle02:hover {
    background-color: #FFDC1A;
  }
  .btnStyle02:hover:before {
    right: 13px;
  }
}
/*=========================================================
    arrowBtn
========================================================= */
.arrowBtn {
  letter-spacing: 0.2em;
  position: relative;
  padding-right: 45px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #707070;
  font-family: "Montserrat", sans-serif;
}
.arrowBtn:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 0px;
  top: 50%;
}
.arrowBtn:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: 2px;
  transform: rotate(35deg) translateX(-100%);
}

@media screen and (min-width: 768px) {
  .arrowBtn {
    transition: all 0.4s ease-in-out;
    font-size: 15px;
  }
  .arrowBtn:hover {
    color: #707070;
    transform: translateX(10px);
  }
}
/* =============================================
- rowLayout
================================================ */
/*=========================================================
    Layout01
========================================================= */
.colLayout01 .textBox {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .colLayout01 {
    display: flex;
    flex-direction: row-reverse;
  }
  .colLayout01 .imgArea {
    width: 40%;
  }
  .colLayout01 .textBox {
    flex: 1;
    padding-right: 30px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout01 {
    max-width: 910px;
    margin: 0 auto;
  }
  .colLayout01 .imgArea {
    width: 380px;
  }
  .colLayout01 .textBox {
    padding-right: 55px;
  }
}
/*=========================================================
    Layout02
========================================================= */
.colLayout02 .textBox {
  margin-top: 20px;
}
.colLayout02 .textArea strong {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #16254B;
}
@media screen and (min-width: 980px) {
  .colLayout02 .textArea strong {
    font-weight: bold;
  }
}
.colLayout02 .textArea p + p {
  margin-top: 1em;
}
.colLayout02 .grayBox {
  margin-top: 15px;
  padding: 15px 20px;
  background-color: #F8F8F8;
}
.colLayout02 .grayBox .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .colLayout02 .grayBox .title {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .colLayout02 {
    display: flex;
    flex-direction: row-reverse;
  }
  .colLayout02 .imgArea {
    width: 45%;
  }
  .colLayout02 .textBox {
    flex: 1;
    padding-right: 30px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout02 {
    max-width: 1100px;
    margin: 0px auto;
  }
  .colLayout02 .imgArea {
    width: 530px;
  }
  .colLayout02 .textBox {
    padding-right: 40px;
  }
  .colLayout02 .textArea p + p {
    margin-top: 1.5em;
  }
  .colLayout02 .grayBox {
    padding: 25px;
    margin-top: 25px;
  }
  .colLayout02 .grayBox .title {
    margin-bottom: 15px;
  }
}
/* =============================================
- boxStyle
================================================ */
/* =============================================
- boxLayout01
================================================ */
.boxLayout01 .box .img img {
  height: auto;
}
.boxLayout01 .box .textBox {
  margin-top: 15px;
}
.boxLayout01 .box .postInfo {
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.boxLayout01 .box .category a {
  color: #52AF6E;
  padding: 5px 10px;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #52AF6E;
}
.boxLayout01 .box .date {
  color: #707070;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxLayout01 .box .title {
  margin-top: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  .boxLayout01 .box .title {
    font-weight: bold;
  }
}
.boxLayout01 .box .title a {
  color: #282828;
}
.boxLayout01 .box .textArea {
  margin-top: 10px;
}
.boxLayout01 .box .btnArea {
  text-align: right;
  margin-top: 10px;
}
.boxLayout01 .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxLayout01 {
    display: flex;
    flex-wrap: wrap;
  }
  .boxLayout01 .box {
    width: 48%;
  }
  .boxLayout01 .box .textBox {
    margin-top: 15px;
  }
  .boxLayout01 .box .category a {
    transition: all 0.2s ease-in-out;
  }
  .boxLayout01 .box .category a:hover {
    background-color: #52AF6E;
    color: #fff;
  }
  .boxLayout01 .box .title a {
    transition: all 0.2s ease-in-out;
  }
  .boxLayout01 .box .title a:hover {
    color: #52AF6E;
  }
  .boxLayout01 .box .postInfo {
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .boxLayout01 .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .boxLayout01 .box + .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout01 .box + .box:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout01 .box {
    width: 32%;
  }
  .boxLayout01 .box .img {
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  .boxLayout01 .box .img img {
    transition: all 0.2s ease-in-out;
  }
  .boxLayout01 .box .img a:hover img {
    transform: scale(1.1, 1.1);
  }
  .boxLayout01 .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
  .boxLayout01 .box + .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout01 .box + .box:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout01 {
    max-width: 1100px;
    margin: 0px auto;
  }
  .boxLayout01 .box {
    width: 340px;
  }
  .boxLayout01 .box .textBox {
    margin-top: 15px;
  }
  .boxLayout01 .box .category a {
    font-size: 13px;
  }
  .boxLayout01 .box .date {
    font-size: 14px;
  }
  .boxLayout01 .box .title {
    margin-top: 15px;
    font-size: 20px;
  }
  .boxLayout01 .box .textArea {
    margin-top: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .boxLayout01 .box .textArea p {
    text-align: justify;
  }
  .boxLayout01 .box + .box {
    margin-top: 0px;
    margin-left: 40px;
  }
  .boxLayout01 .box + .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout01 .box + .box:nth-child(n+4) {
    margin-top: 60px;
  }
}
/* =============================================
- boxLayout02
================================================ */
.boxLayout02 .box .textBox {
  margin-top: 15px;
}
.boxLayout02 .box .title {
  margin-top: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  .boxLayout02 .box .title {
    font-weight: bold;
  }
}
.boxLayout02 .box .title a {
  color: #16254B;
}
.boxLayout02 .box .textArea {
  margin-top: 10px;
}
.boxLayout02 .box .textArea strong {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxLayout02 .box .textArea strong {
    font-weight: bold;
  }
}
.boxLayout02 .box .btnArea {
  text-align: right;
  margin-top: 10px;
}
.boxLayout02 .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxLayout02 .box {
    display: flex;
  }
  .boxLayout02 .box .imgArea {
    width: 30%;
  }
  .boxLayout02 .box .textBox {
    margin-top: 0px;
    padding-left: 30px;
    flex: 1;
  }
  .boxLayout02 .box .title {
    margin-top: 0px;
    font-size: 20px;
  }
  .boxLayout02 .box .title a {
    transition: all 0.2s ease-in-out;
  }
  .boxLayout02 .box .title a:hover {
    color: #52AF6E;
  }
  .boxLayout02 .box + .box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout02 .box .img {
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  .boxLayout02 .box .img img {
    transition: all 0.2s ease-in-out;
  }
  .boxLayout02 .box .img a:hover img {
    opacity: 0.8;
  }
  .boxLayout02 .box .textBox {
    margin-top: 10px;
    padding-left: 40px;
  }
  .boxLayout02 .box .title {
    font-size: 22px;
  }
  .boxLayout02 .box .textArea {
    margin-top: 15px;
  }
  .boxLayout02 .box + .box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout02 {
    max-width: 1100px;
    margin: 0px auto;
  }
  .boxLayout02 .box .imgArea {
    width: 340px;
  }
  .boxLayout02 .box .textBox {
    margin-top: 20px;
  }
  .boxLayout02 .box .textArea {
    margin-top: 30px;
  }
  .boxLayout02 .box + .box {
    margin-top: 80px;
  }
}
/* =============================================
- boxLayout03
================================================ */
.boxLayout03 .box .in {
  display: block;
  background-color: #fff;
  padding: 20px;
  color: #282828;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .boxLayout03 .box .personArea {
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .boxLayout03 .box .personArea .img {
    width: 45%;
  }
  .boxLayout03 .box .personArea .nameArea, .boxLayout03 .box .personArea .infoArea {
    margin-left: 5%;
    flex: 1;
  }
}
.boxLayout03 .box .personArea .nameArea .name, .boxLayout03 .box .personArea .nameArea .date {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
}
.boxLayout03 .box .personArea .nameArea .date {
  font-size: 12px;
  color: #707070;
}
.boxLayout03 .box .personArea .nameArea .name {
  margin-top: 10px;
}
.boxLayout03 .box .personArea .infoArea {
  border-top: 1px solid #E6E6E6;
}
.boxLayout03 .box .personArea .infoArea dl {
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}
.boxLayout03 .box .personArea .infoArea dl dt, .boxLayout03 .box .personArea .infoArea dl dd {
  font-size: 13px;
  letter-spacing: -0.05em;
  padding: 3px 5px;
}
.boxLayout03 .box .personArea .infoArea dl dt {
  width: 25%;
  min-width: 35px;
  background-color: #16254B;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxLayout03 .box .personArea .infoArea dl dd {
  flex: 1;
}
.boxLayout03 .box .textBox {
  margin-top: 15px;
}
.boxLayout03 .box .title {
  margin-top: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  .boxLayout03 .box .title {
    font-weight: bold;
  }
}
.boxLayout03 .box .textArea {
  margin-top: 10px;
}
.boxLayout03 .box .btnArea {
  text-align: right;
  margin-top: 15px;
}
.boxLayout03 .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 375px) {
  .boxLayout03 .box .in {
    padding: 25px;
  }
  .boxLayout03 .box .personArea .nameArea .date {
    font-size: 13px;
  }
  .boxLayout03 .box .personArea .nameArea .name {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .boxLayout03 .box .in {
    padding: 25px;
    display: flex;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout03 .box > a:hover {
    background-color: #fafafa;
  }
  .boxLayout03 .box .personArea {
    width: 25%;
  }
  .boxLayout03 .box .personArea .nameArea {
    margin-top: 15px;
  }
  .boxLayout03 .box .personArea .nameArea .date {
    font-size: 14px;
  }
  .boxLayout03 .box .personArea .nameArea .name {
    margin-top: 10px;
    font-size: 18px;
  }
  .boxLayout03 .box .personArea .infoArea {
    margin-top: 15px;
  }
  .boxLayout03 .box .personArea .infoArea dl dt, .boxLayout03 .box .personArea .infoArea dl dd {
    font-size: 14px;
    letter-spacing: 0em;
    padding: 5px 10px;
  }
  .boxLayout03 .box .personArea .infoArea dl dt {
    width: 28%;
    padding: 5px 5px;
  }
  .boxLayout03 .box .textBox {
    margin-top: 0px;
    padding-left: 30px;
    flex: 1;
  }
  .boxLayout03 .box .title {
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.7em;
  }
  .boxLayout03 .box .textArea {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout03 .box .in {
    padding: 30px;
  }
  .boxLayout03 .box .personArea {
    width: 190px;
  }
  .boxLayout03 .box .personArea .img {
    text-align: center;
  }
  .boxLayout03 .box .personArea .img img {
    width: 180px;
  }
  .boxLayout03 .box .personArea .nameArea .name {
    font-size: 20px;
  }
  .boxLayout03 .box .personArea .nameArea .name span {
    font-size: 16px;
    display: inline-block;
    padding-left: 5px;
  }
  .boxLayout03 .box .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout03 .box .in {
    padding: 30px 55px;
  }
  .boxLayout03 .box .textBox {
    padding-left: 40px;
    margin-top: 15px;
  }
  .boxLayout03 .box .textArea {
    margin-top: 25px;
  }
  .boxLayout03 .box .btnArea {
    margin-right: -10px;
  }
}
/* =============================================
- boxLayout04/boxLayout05
================================================ */
.boxLayout04 .box, .boxLayout05 .box {
  position: relative;
}
.boxLayout04 .box .img img, .boxLayout05 .box .img img {
  height: auto;
}
.boxLayout04 .box .textBox, .boxLayout05 .box .textBox {
  padding: 15px 15px 35px 15px;
  background-color: #fff;
}
.boxLayout04 .box .category, .boxLayout05 .box .category {
  margin-bottom: 5px;
}
.boxLayout04 .box .category a, .boxLayout05 .box .category a {
  color: #52AF6E;
  padding: 5px 5px;
  letter-spacing: -0.05em;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #52AF6E;
  font-size: 13px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.boxLayout04 .box .company, .boxLayout05 .box .company {
  font-size: 15px;
  color: #a0a0a0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .boxLayout04 .box .company, .boxLayout05 .box .company {
    font-weight: bold;
  }
}
.boxLayout04 .box .title a, .boxLayout05 .box .title a {
  font-size: 16px;
  color: #282828;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxLayout04 .box .title a, .boxLayout05 .box .title a {
    font-weight: bold;
  }
}
.boxLayout04 .box .tagArea, .boxLayout05 .box .tagArea {
  margin-top: 10px;
}
.boxLayout04 .box .tagArea p, .boxLayout05 .box .tagArea p {
  display: inline-block;
  color: #282828;
  line-height: 1em;
  background-color: #F4F3F2;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 2px;
  margin-top: 5px;
  border-radius: 30px;
}
.boxLayout04 .box .textArea, .boxLayout05 .box .textArea {
  margin-top: 10px;
}
.boxLayout04 .box .textArea p, .boxLayout05 .box .textArea p {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8em;
}
.boxLayout04 .box .arrow, .boxLayout05 .box .arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  height: 30px;
}
.boxLayout04 .box .arrow:before, .boxLayout04 .box .arrow:after, .boxLayout05 .box .arrow:before, .boxLayout05 .box .arrow:after {
  transition: all 0.2s ease-in-out;
}
.boxLayout04 .box .arrow:before, .boxLayout05 .box .arrow:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #B4B4B4;
  position: absolute;
  right: 10px;
  top: 50%;
}
.boxLayout04 .box .arrow:after, .boxLayout05 .box .arrow:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #B4B4B4;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: 2px;
  transform: rotate(35deg) translateX(-100%);
}
.boxLayout04 .box .arrow:hover:before, .boxLayout05 .box .arrow:hover:before {
  right: 5px;
}
.boxLayout04 .box .arrow:hover:after, .boxLayout05 .box .arrow:hover:after {
  right: -1px;
}

@media screen and (min-width: 768px) {
  .boxLayout04 .box .img, .boxLayout05 .box .img {
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  .boxLayout04 .box .img img, .boxLayout05 .box .img img {
    transition: all 0.2s ease-in-out;
  }
  .boxLayout04 .box .img a:hover img, .boxLayout05 .box .img a:hover img {
    transform: scale(1.1, 1.1);
  }
  .boxLayout04 .box .category a, .boxLayout05 .box .category a {
    transition: all 0.2s ease-in-out;
  }
  .boxLayout04 .box .category a:hover, .boxLayout05 .box .category a:hover {
    background-color: #52AF6E;
    color: #fff;
  }
  .boxLayout04 .box .title a, .boxLayout05 .box .title a {
    font-size: 17px;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout04 .box .title a:hover, .boxLayout05 .box .title a:hover {
    color: #52AF6E;
  }
}
/* =============================================
- boxLayout04
================================================ */
.boxLayout04 .box .in {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}


.boxLayout04 .box .in .imgwrap {
  max-height: 200px;
  height: 200px;
}
.boxLayout04 .box .in .imgwrap img {
  max-width: 200px;
  margin:0 auto;
  padding:auto 0;
}

@media screen and (min-width: 768px) {
  .boxLayout04:not(#recruitSlider) .box {
    padding: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    width: 48%;
  }

  .boxLayout04:not(#recruitSlider) .box .in {
    box-shadow: 0px 0px 0px 0px;
  }
  .boxLayout04:not(#recruitSlider) .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  .boxLayout04:not(#recruitSlider) .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout04:not(#recruitSlider) .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .boxLayout04:not(#recruitSlider) {
    -moz-justify-content: center;
    justify-content: center;
    display: flex;
    max-width: 980px;
    margin: 0 auto;
  }
  .boxLayout04:not(#recruitSlider) .box {
    width: 48%;
  }
  .boxLayout04:not(#recruitSlider) .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .boxLayout04:not(#recruitSlider) .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout04:not(#recruitSlider) .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout04:not(#recruitSlider) .box {
    width: 32%;
  }
  .boxLayout04:not(#recruitSlider) .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
  .boxLayout04:not(#recruitSlider) .box:nth-child(3n+1) {
    margin-left: 0px;
  }
}
/* =============================================
- boxLayout05
================================================ */
.boxLayout05 .box {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.boxLayout05 .box + .box {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .boxLayout05:not(#recruitSlider) {
    display: flex;
    flex-wrap: wrap;
    max-width: 820px;
    margin: 0 auto;
  }
  .boxLayout05:not(#recruitSlider) .box {
    padding: 0px;
    width: 48%;
    background-color: #fff;
  }
  .boxLayout05:not(#recruitSlider) .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  .boxLayout05:not(#recruitSlider) .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout05:not(#recruitSlider) .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout05 .box:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .boxLayout05:not(#recruitSlider) .box {
    width: 394px;
  }
  .boxLayout05:not(#recruitSlider) .box + .box {
    margin-left: 32px;
  }
  .boxLayout05:not(#recruitSlider) .box:nth-child(2n+1) {
    margin-left: 0px;
  }
}
/* =============================================
- occLinksArea
================================================ */
.occLinksArea {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px;
}
.occLinksArea .box {
  width: 50%;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: center;
}
.occLinksArea .box .img {
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 25%;
}
.occLinksArea .box .title {
  text-align: center;
  color: #16254B;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .occLinksArea .box .title {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .occLinksArea .box {
    width: 25%;
  }
}
@media screen and (min-width: 980px) {
  .occLinksArea {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .occLinksArea .box {
    width: 25%;
    max-width: 275px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all 0.25s ease-in-out;
  }
  .occLinksArea .box:hover {
    transform: scale(1.05);
  }
  .occLinksArea .box .img {
    transition: all 0.3s ease-in-out;
    border: 5px solid transparent;
  }
  .occLinksArea .box a:hover .img {
    border-color: #16254B;
  }
  .occLinksArea .title {
    margin-top: 20px;
    font-size: 18px;
  }
}
/* =============================================
- visual
================================================ */
/*
    innerVisual
========================================================= */
#innerVisual .headTextArea {
  padding: 30px 20px 50px 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#innerVisual .headTextArea .title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  letter-spacing: 0.02em;
}
#innerVisual .headTextArea .sub {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
#innerVisual .headTextArea .textArea {
  margin-top: 15px;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#innerVisual .headTextArea .textArea p {
  display: inline-block;
}
#innerVisual .headTextArea.typeB {
  padding: 30px 20px 100px 20px;
}
#innerVisual .headTextArea.typeB .title {
  font-size: 30px;
}
#innerVisual .headTextArea.typeB .sub {
  font-size: 16px;
}
#innerVisual .imgArea .img {
  text-align: center;
}

/*
    singleVisual
========================================================= */
#singleVisual {
  position: relative;
  z-index: 11;
}
#singleVisual .imgArea {
  padding-left: 20%;
}
#singleVisual .textBox {
  margin-top: -10%;
  padding: 8px;
  background-color: #FFDC1A;
  position: relative;
  z-index: 11;
  max-width: 80%;
}
#singleVisual .textBox .in {
  padding: 20px;
  position: relative;
}
#singleVisual .textBox .in .corners_left:before, #singleVisual .textBox .in .corners_left:after, #singleVisual .textBox .in .corners_right:before, #singleVisual .textBox .in .corners_right:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
}
#singleVisual .textBox .in .corners_left:before, #singleVisual .textBox .in .corners_left:after {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  left: 0px;
}
#singleVisual .textBox .in .corners_left:before {
  top: 0px;
}
#singleVisual .textBox .in .corners_left:after {
  bottom: 0px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#singleVisual .textBox .in .corners_right:before, #singleVisual .textBox .in .corners_right:after {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  right: 0px;
}
#singleVisual .textBox .in .corners_right:before {
  top: 0px;
}
#singleVisual .textBox .in .corners_right:after {
  bottom: 0px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#singleVisual .textBox .in:before, #singleVisual .textBox .in:after {
  content: "";
  width: 5px;
  height: 52px;
  background-image: url(../images/visual/dec_visual01.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -26px;
}
#singleVisual .textBox .in:before {
  left: 0px;
}
#singleVisual .textBox .in:after {
  right: 0px;
  transform: scale(-1, -1);
}
#singleVisual .textBox .titleArea {
  margin-bottom: 5vw;
  padding-bottom: 5vw;
  position: relative;
}
#singleVisual .textBox .titleArea .title {
  font-weight: 600;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6.5vw;
}
@media screen and (min-width: 980px) {
  #singleVisual .textBox .titleArea .title {
    font-weight: bold;
  }
}
#singleVisual .textBox .titleArea .note {
  font-family: "Montserrat", sans-serif;
  font-size: 3.8vw;
  line-height: 1em;
  margin-top: 5px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  #singleVisual .textBox .titleArea .note {
    font-weight: bold;
  }
}
#singleVisual .textBox .titleArea:after {
  content: "";
  width: 10vw;
  height: 2px;
  background-color: #16254B;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#singleVisual .textBox .midashi {
  font-weight: 600;
  font-size: 5vw;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3em;
}
@media screen and (min-width: 980px) {
  #singleVisual .textBox .midashi {
    font-weight: bold;
  }
}
#singleVisual + .grayBody {
  position: relative;
  z-index: 1;
  padding-top: 60vw;
  margin-top: -52vw;
}

@media screen and (min-width: 768px) {
  #singleVisual .imgArea {
    padding-left: 20%;
  }
  #singleVisual .textBox {
    padding: 10px;
    max-width: 65%;
  }
  #singleVisual .textBox .in {
    padding: 35px 45px;
  }
  #singleVisual .textBox .in .corners_left:before, #singleVisual .textBox .in .corners_left:after, #singleVisual .textBox .in .corners_right:before, #singleVisual .textBox .in .corners_right:after {
    width: 20px;
    height: 20px;
  }
  #singleVisual .textBox .in:before, #singleVisual .textBox .in:after {
    width: 10px;
    height: 104px;
    margin-top: -52px;
  }
  #singleVisual .textBox .titleArea {
    margin-bottom: 3.5vw;
    padding-bottom: 3.5vw;
  }
  #singleVisual .textBox .titleArea .title {
    line-height: 1.4em;
    font-size: 4.5vw;
  }
  #singleVisual .textBox .titleArea .note {
    font-size: 2vw;
    margin-top: 10px;
  }
  #singleVisual .textBox .titleArea:after {
    width: 7vw;
  }
  #singleVisual .textBox .midashi {
    font-size: 3.5vw;
    line-height: 1.4em;
  }
  #singleVisual + .grayBody {
    position: relative;
    z-index: 1;
    padding-top: 45vw;
    margin-top: -40vw;
  }
}
@media screen and (min-width: 980px) {
  #singleVisual .imgArea {
    padding-left: 30%;
  }
  #singleVisual .textBox {
    max-width: 530px;
    margin-top: -15%;
  }
  #singleVisual .textBox .in {
    padding: 45px 45px;
  }
  #singleVisual .textBox .titleArea {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
  #singleVisual .textBox .titleArea .title {
    font-size: 36px;
  }
  #singleVisual .textBox .titleArea .note {
    font-size: 14px;
    margin-top: 13px;
  }
  #singleVisual .textBox .titleArea:after {
    width: 40px;
  }
  #singleVisual .textBox .midashi {
    font-size: 28px;
  }
}
@media screen and (min-width: 1180px) {
  #singleVisual .imgArea {
    padding-left: 0%;
    max-width: 915px;
    margin-left: auto;
  }
  #singleVisual .textBox {
    margin-top: -20%;
  }
  #singleVisual + .grayBody {
    position: relative;
    z-index: 1;
    padding-top: 520px;
    margin-top: -420px;
  }
}
@media screen and (min-width: 1280px) {
  #singleVisual {
    padding-left: 5%;
  }
}
@media screen and (min-width: 1520px) {
  #singleVisual {
    padding-left: 120px;
    padding-right: 15px;
    max-width: 1520px;
    margin: 0px auto;
  }
  #singleVisual .textBox {
    margin-top: -21.5%;
  }
}
/* =============================================
- columnStyle
================================================ */
/* =============================================
- grayBody
================================================ */
.grayBody {
  background-color: #F8F8F8;
}
.grayBody .titleStyle02 .sub, .grayBody .titleStyle02 .title {
  background-color: #F8F8F8;
}
.grayBody .titleStyle02 {
  margin-bottom: 40px;
}

.grayBody + .grayBody {
  padding-top: 0px;
}

@media screen and (min-width: 768px) {
  .grayBody .titleStyle02 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  .grayBody .titleStyle02 {
    margin-bottom: 75px;
  }
}
/* =============================================
- triangleBody
================================================ */
.triangleBody {
  position: relative;
}
.triangleBody:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50vw 50vw 0px 0px;
  border-color: #FFDC1A transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}
.triangleBody .inner {
  position: relative;
  z-index: 11;
}

@media screen and (min-width: 1520px) {
  .triangleBody:before {
    border-width: 760px 760px 0px 0px;
  }
}
/* =============================================
- dotBody
================================================ */
.dotBody {
  background-image: url(../images/common/pattern01.png);
}

/* =============================================
- textColumn_typeA
================================================ */
.textColumn_typeA .textBox {
  position: relative;
  z-index: 1;
}
.textColumn_typeA .textBox:before {
  content: "";
  width: 76px;
  height: 100px;
  background-image: url(../images/icon/icon_ques.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}
.textColumn_typeA .textArea strong {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .textColumn_typeA .textArea strong {
    font-weight: bold;
  }
}
.textColumn_typeA .textArea p + p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .textColumn_typeA .textBox:before {
    width: 152px;
    height: 200px;
  }
  .textColumn_typeA .textArea p + p {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  .textColumn_typeA {
    display: flex;
    max-width: 1100px;
    margin: 0px auto;
  }
  .textColumn_typeA .titleArea {
    width: 450px;
  }
  .textColumn_typeA .textBox {
    padding-top: 100px;
    flex: 1;
  }
  .textColumn_typeA .textBox:before {
    top: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .textColumn_typeA .titleArea {
    width: 530px;
  }
  .textColumn_typeA .textBox {
    padding-left: 40px;
  }
}
/* =============================================
- textColumn_typeB
================================================ */
.textColumn_typeB {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .textColumn_typeB {
    padding: 60px 50px;
  }
}
@media screen and (min-width: 980px) {
  .textColumn_typeB {
    max-width: 1100px;
    margin: 0px auto;
    padding: 80px 70px;
  }
  .textColumn_typeB .titleStyle02 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1180px) {
  .textColumn_typeB {
    padding: 110px 120px;
  }
  .textColumn_typeB .titleStyle02 {
    margin-bottom: 90px;
  }
}
/* =============================================
- textColumn_typeC
================================================ */
.textColumn_typeC {
  max-width: 1100px;
  margin: 0 auto;
}
.textColumn_typeC .column + .column {
  margin-top: 40px;
}
.textColumn_typeC .column .textArea strong {
  color: #16254B;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .textColumn_typeC .column .textArea strong {
    font-weight: bold;
  }
}
.textColumn_typeC .column .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.textColumn_typeC .column .textArea p + p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .textColumn_typeC .column + .column {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  .textColumn_typeC .column + .column {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1180px) {
  .textColumn_typeC .column + .column {
    margin-top: 130px;
  }
}
/* =============================================
- boxColumn
================================================ */
.boxColumn .box {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .boxColumn .box {
    padding: 35px;
  }
}
@media screen and (min-width: 980px) {
  .boxColumn .box {
    padding: 55px;
  }
}
.colLayout02 + .boxColumn {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .colLayout02 + .boxColumn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout02 + .boxColumn {
    margin-top: 100px;
  }
}
/* =============================================
- boxColumn_typeA
================================================ */
.boxColumn_typeA .box .textArea strong {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeA .box .textArea strong {
    font-weight: bold;
  }
}
.boxColumn_typeA .box .textArea p + p {
  margin-top: 1em;
}
.boxColumn_typeA .box .btnArea {
  margin-top: 20px;
}
.boxColumn_typeA .box + .box {
  margin-top: 30px;
}
.boxColumn_typeA .flex .img {
  margin-top: 30px;
}
.boxColumn_typeA .flex .img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .boxColumn_typeA .box {
    max-width: 1100px;
    margin: 0px auto;
  }
  .boxColumn_typeA .box .textArea p + p {
    margin-top: 1.5em;
  }
  .boxColumn_typeA .box .btnArea {
    margin-top: 50px;
  }
  .boxColumn_typeA .flex {
    display: flex;
  }
  .boxColumn_typeA .flex .textArea {
    flex: 1;
  }
  .boxColumn_typeA .flex .img {
    width: 40%;
    margin-top: 0px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .boxColumn_typeA .flex .img {
    width: 475px;
  }
}
/* =============================================
- boxColumn_typeB
================================================ */
.boxColumn_typeB .box .textArea strong {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeB .box .textArea strong {
    font-weight: bold;
  }
}
.boxColumn_typeB .box .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxColumn_typeB .box .textArea p + p {
  margin-top: 1em;
}
.boxColumn_typeB .box .btnArea {
  margin-top: 20px;
}
.boxColumn_typeB .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxColumn_typeB .box {
    max-width: 1100px;
    margin: 0px auto;
    display: flex;
  }
  .boxColumn_typeB .box .textArea p + p {
    margin-top: 1.5em;
  }
  .boxColumn_typeB .box .titleBox {
    width: 230px;
  }
  .boxColumn_typeB .box .titleBox.short {
    width: 190px;
  }
  .boxColumn_typeB .box .textBox {
    flex: 1;
    padding-left: 10px;
  }
  .boxColumn_typeB .box .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .boxColumn_typeB .box .titleBox {
    width: 250px;
  }
}
/* =============================================
- boxColumn_typeC
================================================ */
.boxColumn_typeC .box .textArea strong {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeC .box .textArea strong {
    font-weight: bold;
  }
}
.boxColumn_typeC .box .textArea p + p {
  margin-top: 1em;
}
.boxColumn_typeC .box .textBox {
  margin-top: 25px;
}
.boxColumn_typeC .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxColumn_typeC .box {
    display: flex;
    max-width: 1100px;
    align-items: flex-end;
    margin: 0 auto;
  }
  .boxColumn_typeC .box .imgArea {
    width: 45%;
  }
  .boxColumn_typeC .box .imgArea .img {
    margin-top: -20px;
  }
  .boxColumn_typeC .box .imgArea .titleStyle05 {
    margin-left: 10%;
  }
  .boxColumn_typeC .box .textBox {
    padding-left: 40px;
    padding-top: 100px;
    flex: 1;
  }
  .boxColumn_typeC .box + .box {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .boxColumn_typeC .box .imgArea {
    width: 530px;
  }
  .boxColumn_typeC .box .imgArea .titleStyle05 {
    margin-left: 6%;
  }
  .boxColumn_typeC .box .textBox {
    padding-top: 180px;
  }
  .boxColumn_typeC .box + .box {
    margin-top: 70px;
  }
}
/* =============================================
- boxColumn_typeD
================================================ */
.boxColumn_typeD .box {
  position: relative;
}
.boxColumn_typeD .box .textArea strong {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeD .box .textArea strong {
    font-weight: bold;
  }
}
.boxColumn_typeD .box .textArea p + p {
  margin-top: 1em;
}
.boxColumn_typeD .box .btnArea {
  margin-top: 20px;
}
.boxColumn_typeD .box + .box {
  margin-top: 50px;
}
.boxColumn_typeD .box:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0px 0px;
  border-color: #16254B transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}
.boxColumn_typeD .box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #16254B transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -15px;
}
.boxColumn_typeD .box:last-child:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .boxColumn_typeD .box {
    max-width: 1100px;
    margin: 0px auto;
    display: flex;
  }
  .boxColumn_typeD .box .textArea p + p {
    margin-top: 1.5em;
  }
  .boxColumn_typeD .box .titleBox {
    width: 200px;
  }
  .boxColumn_typeD .box .textBox {
    flex: 1;
    padding-left: 10px;
  }
  .boxColumn_typeD .box .btnArea {
    margin-top: 50px;
  }
  .boxColumn_typeD .box:before {
    border-width: 25px 25px 0px 0px;
  }
  .boxColumn_typeD .box:after {
    bottom: -45px;
  }
  .boxColumn_typeD .box + .box {
    margin-top: 75px;
  }
}
/* =============================================
- other
================================================ */
/*
    tableStyle01
========================================================= */
@media screen and (max-width: 767px) {
  .tableStyle01 th, .tableStyle01 td {
    display: block;
  }
  .tableStyle01 tr {
    display: block;
  }
  .tableStyle01 tr + tr {
    margin-top: 10px;
  }
  .tableStyle01 th {
    background-color: #F8F8F8;
    padding: 3px 10px;
  }
  .tableStyle01 td {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .tableStyle01 table {
    width: 100%;
    border-bottom: 1px solid #C8C8C8;
  }
  .tableStyle01 th, .tableStyle01 td {
    padding: 13px 20px;
    border-top: 1px solid #C8C8C8;
  }
  .tableStyle01 th {
    background-color: #F8F8F8;
    width: 170px;
  }
  .tableStyle01 td {
    padding: 13px 40px;
  }
}
@media screen and (min-width: 980px) {
  .tableStyle01 th, .tableStyle01 td {
    padding: 16px 20px;
  }
  .tableStyle01 td {
    padding: 16px 40px;
  }
}
/*
    checkList
========================================================= */
.checkList li {
  position: relative;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #16254B;
  font-size: 15px;
  padding-left: 28px;
}
@media screen and (min-width: 980px) {
  .checkList li {
    font-weight: bold;
  }
}
.checkList li:before {
  content: "";
  width: 22px;
  height: 20px;
  background-image: url(../images/icon/icon_check.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 2px;
}
.checkList li + li {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .checkList li {
    font-size: 16px;
    padding-left: 32px;
  }
  .checkList li + li {
    margin-top: 17px;
  }
}
@media screen and (min-width: 980px) {
  .checkList li {
    font-size: 18px;
    padding-left: 35px;
  }
  .checkList li:before {
    top: 5px;
  }
  .checkList li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .checkList li {
    font-size: 22px;
    padding-left: 38px;
  }
  .checkList li + li {
    margin-top: 30px;
  }
}
/* =============================================
- toolIcon
================================================ */
.toolIcon {
  display: flex;
  flex-wrap: wrap;
}
.toolIcon li {
  width: 50%;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.toolIcon li .icon {
  width: 40px;
}
.toolIcon li p {
  flex: 1;
  padding-left: 8px;
  color: #16254B;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .toolIcon li p {
    font-weight: bold;
  }
}
@media screen and (max-width: 979px) {
  .toolIcon li:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 980px) {
  .toolIcon li {
    width: 24%;
  }
  .toolIcon li .icon {
    width: 30px;
  }
  .toolIcon li:nth-child(4) {
    width: 28%;
  }
}
@media screen and (min-width: 1180px) {
  .toolIcon li .icon {
    width: 40px;
  }
}
/* =============================================
- recruitBlock
================================================ */
.recruitBlock a {
  display: block;
  background-color: #282828;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 5px solid #FFDC1A;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.recruitBlock .imgArea {
  position: relative;
}
.recruitBlock .imgArea .img {
  width: 100%;
  height: 50vw;
  overflow: hidden;
  position: relative;
}
.recruitBlock .imgArea .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.recruitBlock .imgArea .midashiArea {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: column;
}
.recruitBlock .imgArea .midashiArea .mark, .recruitBlock .imgArea .midashiArea .midashi, .recruitBlock .imgArea .midashiArea .sub {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.recruitBlock .imgArea .midashiArea .mark {
  font-size: 35px;
  font-weight: 700;
}
.recruitBlock .imgArea .midashiArea .midashi {
  font-weight: 700;
  font-size: 40px;
  margin-top: 15px;
}
.recruitBlock .imgArea .midashiArea .sub {
  font-weight: 600;
  margin-top: 15px;
  font-size: 18px;
}
.recruitBlock .textBox {
  padding: 15px;
}
.recruitBlock .textBox .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .recruitBlock .textBox .title {
    font-weight: bold;
  }
}
.recruitBlock .btnArea {
  text-align: right;
  margin-top: 10px;
}
.recruitBlock .arrowBtn {
  color: #fff;
}
.recruitBlock .arrowBtn:before, .recruitBlock .arrowBtn:after {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .recruitBlock a {
    display: flex;
  }
  .recruitBlock a:hover {
    background-color: #16254B;
  }
  .recruitBlock a:hover .arrowBtn {
    transform: translateX(10px);
  }
  .recruitBlock .imgArea {
    position: relative;
    width: 35%;
    max-width: 340px;
    height: 340px;
  }
  .recruitBlock .imgArea .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .recruitBlock .imgArea .img img {
    width: auto;
    height: 100%;
  }
  .recruitBlock .textBox {
    padding: 25px;
    flex: 1;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1180px) {
  .recruitBlock {
    max-width: 1100px;
    margin: 0 auto;
  }
  .recruitBlock .imgArea {
    width: 380px;
    max-width: 380px;
    height: 380px;
  }
  .recruitBlock .imgArea .midashiArea .mark {
    font-size: 44px;
  }
  .recruitBlock .imgArea .midashiArea .midashi {
    font-size: 44px;
  }
  .recruitBlock .imgArea .midashiArea .sub {
    font-size: 15px;
  }
  .recruitBlock .textBox {
    padding: 50px 50px 10px 50px;
  }
  .recruitBlock .textBox .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .recruitBlock .textBox .btnArea {
    margin-right: -20px;
  }
}
/* =============================================
- recruitBlock_type02
================================================ */
.recruitBlock_type02 a {
  display: block;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.recruitBlock_type02 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 5px solid #FFDC1A;
  border-radius: 20px;
  z-index: 11;
  box-sizing: border-box;
}
.recruitBlock_type02 .imgArea {
  position: relative;
  width: 100%;
  height: 58vw;
}
.recruitBlock_type02 .imgArea .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.recruitBlock_type02 .imgArea .img img {
  position: absolute;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.recruitBlock_type02 .imgArea .midashiArea {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 16vw;
}
@media screen and (min-width: 375px) {
  .recruitBlock_type02 .imgArea .midashiArea {
    padding-bottom: 12vw;
  }
}
.recruitBlock_type02 .imgArea .midashiArea .mark, .recruitBlock_type02 .imgArea .midashiArea .midashi, .recruitBlock_type02 .imgArea .midashiArea .sub {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.recruitBlock_type02 .imgArea .midashiArea .mark {
  font-size: 10vw;
  font-weight: 700;
}
.recruitBlock_type02 .imgArea .midashiArea .midashi {
  font-weight: 700;
  font-size: 7vw;
  margin-top: 4vw;
  text-align: center;
  line-height: 1.2em;
}
.recruitBlock_type02 .imgArea .midashiArea .sub {
  font-weight: 600;
  margin-top: 5px;
  line-height: 1em;
  font-size: 4vw;
}
.recruitBlock_type02 .btnArea {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-bottom: 15px;
}
.recruitBlock_type02 .btnStyle01 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  max-width: 180px;
  padding: 0.5em 20px;
}

@media screen and (min-width: 768px) {
  .recruitBlock_type02 a:before {
    border: 6px solid #FFDC1A;
  }
  .recruitBlock_type02 .imgArea {
    position: relative;
    width: 100%;
    height: 270px;
  }
  .recruitBlock_type02 .imgArea .midashiArea {
    padding-bottom: 25px;
  }
  .recruitBlock_type02 .imgArea .midashiArea .mark {
    font-size: 50px;
  }
  .recruitBlock_type02 .imgArea .midashiArea .midashi {
    font-size: 35px;
    margin-top: 15px;
  }
  .recruitBlock_type02 .imgArea .midashiArea .sub {
    margin-top: 8px;
    font-size: 15px;
  }
  .recruitBlock_type02 .btnStyle01 {
    padding: 0.3em 20px;
  }
}
@media screen and (min-width: 980px) {
  .recruitBlock_type02 a:before {
    border: 6px solid #FFDC1A;
  }
  .recruitBlock_type02 .imgArea {
    height: 250px;
  }
  .recruitBlock_type02 .imgArea .midashiArea {
    padding-bottom: 15px;
  }
  .recruitBlock_type02 .imgArea .midashiArea .mark {
    font-size: 55px;
  }
  .recruitBlock_type02 .imgArea .midashiArea .midashi {
    font-size: 27px;
  }
  .recruitBlock_type02 .imgArea .midashiArea .sub {
    font-size: 12px;
  }
  .recruitBlock_type02 .btnArea {
    padding-bottom: 20px;
  }
  .recruitBlock_type02 .btnStyle01 {
    font-size: 14px;
    padding: 0.3em 20px;
  }
}
/* =============================================
- CircleIconBox
================================================ */
.CircleIconBox {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.CircleIconBox .icon {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .CircleIconBox .icon:nth-child(even) {
    margin-left: 4%;
  }
  .CircleIconBox .icon:nth-child(n+3) {
    margin-top: 20px;
  }
}
.CircleIconBox .circle {
  display: inline-block;
}
.CircleIconBox .circle a {
  background-color: #52AF6E;
  width: 36vw;
  height: 36vw;
  text-align: center;
  border-radius: 50%;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.CircleIconBox .circle a .svgwrap {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.CircleIconBox .circle a img,
.CircleIconBox .circle a svg {
  width: 40px;
  height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.CircleIconBox .circle a img path, .CircleIconBox .circle a img circle,
.CircleIconBox .circle a svg path,
.CircleIconBox .circle a svg circle {
  fill: #fff;
  transition: all 0.2s ease-in-out;
}
.CircleIconBox .circle a.register:not(:hover) {
  background-color: #FFDC1A;
}
.CircleIconBox .circle a.register:not(:hover) svg path, .CircleIconBox .circle a.register:not(:hover) svg circle {
  fill: #16254B;
}
.CircleIconBox .text {
  text-align: center;
  margin-top: 5px;
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .CircleIconBox .text {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .CircleIconBox .icon {
    width: 25%;
    text-align: center;
  }
  .CircleIconBox .circle {
    text-align: center;
  }
  .CircleIconBox .circle a {
    width: 12vw;
    height: 12vw;
  }
  .CircleIconBox .text {
    font-size: 13px;
  }
}
@media screen and (min-width: 980px) {
  .CircleIconBox {
    margin-top: 30px;
  }
  .CircleIconBox .circle a {
    width: 13vw;
    height: 13vw;
  }
  .CircleIconBox .circle a:hover {
    background-color: #63749D;
    color: #fff;
  }
  .CircleIconBox .circle a:hover path, .CircleIconBox .circle a:hover circle {
    fill: #fff;
  }
  .CircleIconBox .text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1180px) {
  .CircleIconBox {
    margin-top: 35px;
  }
  .CircleIconBox .circle a {
    width: 120px;
    height: 120px;
  }
  .CircleIconBox .text {
    margin-top: 13px;
    font-size: 18px;
  }
}
section {
  padding: 40px 20px;
}
@media screen and (min-width: 375px) {
  section {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 25px;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 100px 30px 100px 30px;
  }
}
@media screen and (min-width: 1180px) {
  section {
    padding: 110px 30px 100px 30px;
  }
}

/* =============================================
- Top
================================================ */
/* =============================================
- base
================================================ */
.top_page .breadcrumb {
  display: none;
}

@media screen and (min-width: 980px) {
  .top_page {
    padding-top: 0px;
  }
}
/* =============================================
- mainVisual
================================================ */

@keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -300px 0; }
}

#mainVisual { 
  background-color: #F6E616;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, .75) 0, rgba(255, 255, 255, .75) 1.3px, #F6E616 0, #F6E616 50%);
  background-size: 60px 50px;
  background-position: 0px 0px;

  animation: animatedBackground 10s linear infinite;
  -moz-animation: animatedBackground 10s linear infinite;
  -webkit-animation: animatedBackground 10s linear infinite;
  -ms-animation: animatedBackground 10s linear infinite;
  -o-animation: animatedBackground 10s linear infinite;
}


#mainVisual-1a {
  background:url("../img/bg_texturesss.jpg") #F6E616;
  background-size: cover;
  padding: 150px 5vw 0 5vw;
}

#mainVisual-2 {
  position: relative;
  height: 100vw;
  background:#F6E616;/*ffd00e*/
  background-position: right bottom;
  background-size: 50vw auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainVisual .imgArea {
  height: 80%;
  position: absolute;
  bottom: 0;
  right: 0%;
  z-index: 1;
  overflow: hidden;
  display: flex;
}
#mainVisual .imgArea .img {
  margin-left: -45vw;
  margin-right: -45vw;
}
#mainVisual .imgArea .mi-image-wrapper {
  width: 100% !important;
  height: 100% !important;
  line-height: 0;
}
#mainVisual .textBox {
  position: relative;
  z-index: 2;
  margin-top: 7vw;
}
#mainVisual .textBox .boxText {
  color: #FFF;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #mainVisual .textBox .boxText {
    font-weight: bold;
  }
}
#mainVisual .textBox .borderBox {
  width: 80vw;
  margin: 0px auto;
  padding: 10vw;
  background: rgba(255,255,255,0.1);
  position: relative;
}
#mainVisual .textBox .borderBox:before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#mainVisual .textBox .borderBox:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFF;
}
#mainVisual .textBox .borderBox .in:before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
#mainVisual .textBox .borderBox .in:after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mainVisual .textBox .borderBox p {
  font-size: 7.5vw;
  line-height: 1.5em;
}
#mainVisual .textBox .bottom {
  font-size: 5vw;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
  font-size: 5vw;
}


.index_area a img{transition:0.3s;}
.index_area a img:hover{ margin-left:15px;  }

@media screen and (min-width: 768px) {
  #mainVisual {
    max-height: 800px;
  }
  #mainVisual .textBox .borderBox:before {
    height: 15px;
  }
  #mainVisual .textBox .borderBox:after {
    width: 15px;
  }
  #mainVisual .textBox .borderBox .in:before {
    height: 15px;
  }
  #mainVisual .textBox .borderBox .in:after {
    width: 15px;
  }
  #mainVisual .textBox .borderBox p {
    font-size: 7.5vw;
    line-height: 1.5em;
  }
  #mainVisual .textBox .bottom {
    line-height: 1.5em;
    font-size: 5vw;
    margin-top: 20px;
  }
  #mainVisual .imgArea {
    width: 1300px;
    transform: translateX(-650px);
  }
  #mainVisual .imgArea .img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 830px) {
  #mainVisual .textBox .borderBox {
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px;
  }
  #mainVisual .textBox .borderBox p {
    font-size: 63px;
    line-height: 1.5em;
  }
  #mainVisual .textBox .bottom {
    line-height: 1.5em;
    font-size: 30px;
    margin-top: 20px;
  }
  #mainVisual .textBox .bottom br {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #mainVisual {
    max-height: 920px;
  }
  #mainVisual .textBox .borderBox {
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px;
  }
  #mainVisual .textBox .borderBox:before {
    height: 25px;
  }
  #mainVisual .textBox .borderBox:after {
    width: 25px;
  }
  #mainVisual .textBox .borderBox .in:before {
    height: 25px;
  }
  #mainVisual .textBox .borderBox .in:after {
    width: 25px;
  }
  #mainVisual .textBox .borderBox p {
    font-size: 63px;
    line-height: 1.5em;
  }
  #mainVisual .textBox .bottom {
    line-height: 1.5em;
    font-size: 30px;
    margin-top: 20px;
  }
  #mainVisual .textBox .bottom br {
    display: none;
  }
  #mainVisual .imgArea {
    width: 1520px;
    transform: translateX(-760px);
  }
}
@media screen and (min-width: 1180px) {
  #mainVisual {
    max-height: 920px;
  }
  #mainVisual .textBox {
    margin-top: 80px;
  }
  #mainVisual .textBox .borderBox {
    max-width: 890px;
    padding: 80px 90px;
    box-sizing: border-box;
  }
  #mainVisual .textBox .borderBox:before {
    height: 25px;
  }
  #mainVisual .textBox .borderBox:after {
    width: 25px;
  }
  #mainVisual .textBox .borderBox .in:before {
    height: 25px;
  }
  #mainVisual .textBox .borderBox .in:after {
    width: 25px;
  }
  #mainVisual .textBox .borderBox p {
    font-size: 85px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
  #mainVisual .textBox .bottom {
    font-size: 37px;
    letter-spacing: 0.1em;
  }
  #mainVisual .imgArea {
    width: 1520px;
    transform: translateX(-760px);
  }
}
/* =============================================
- topics
================================================ */
#topics {
  background-image: url(../images/common/pattern01.png);
}
#topics .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#topics .inner > .btnArea {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #topics .inner > .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #topics .inner > .btnArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #topics {
    padding-top: 100px;
  }
  #topics .inner > .btnArea {
    margin-top: 100px;
  }
}
/* =============================================
- top_about
================================================ */
#top_about {
  background-color: #EAEAEA;
}
#top_about .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#top_about .inner > .btnArea {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #top_about .inner > .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #top_about .inner > .btnArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #top_about .inner > .btnArea {
    margin-top: 100px;
  }
}
/* =============================================
- top_occupation
================================================ */
#top_occupation {
  background-color: #F8F8F8;
}
#top_occupation .occLinksArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #top_occupation .occLinksArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #top_occupation .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  #top_occupation .occLinksArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #top_occupation .occLinksArea {
    margin-top: 100px;
  }
}
/* =============================================
- top_voice
================================================ */
#top_voice {
  background-color: #F0F0EC;
}
#top_voice .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#top_voice .inner > .btnArea {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #top_voice .inner > .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #top_voice .inner > .btnArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #top_voice .inner > .btnArea {
    margin-top: 100px;
  }
}
/* =============================================
- top_recruit
================================================ */
#top_recruit {
  background-image: url(../img/pattern_01.png);
  padding-right: 0px;
  padding-left: 0px;
}
#top_recruit .inner {
  margin: 0px auto;
}
#top_recruit .inner > .btnArea {
  margin-top: 40px;
  padding: 0px 20px;
}
#top_recruit .recruitBlock {
  margin-top: 40px;
  padding: 0px 20px;
}

@media screen and (min-width: 768px) {
  #top_recruit .inner > .btnArea {
    margin-top: 50px;
  }
  #top_recruit .recruitBlock {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #top_recruit .inner > .btnArea {
    margin-top: 60px;
  }
  #top_recruit .recruitBlock {
    margin-top: 90px;
  }
}
#recruitSlider .box {
  width: 280px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  #recruitSlider .box {
    width: 400px;
  }
  #recruitSlider .slick-prev {
    left: 0;
  }
  #recruitSlider .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 980px) {
  #recruitSlider .box {
    width: 424px;
    padding: 15px;
  }
}
@media screen and (min-width: 1400px) {
  #recruitSlider .box {
    padding: 15px;
  }
}
/* =============================================
- top_recruit_bottom
================================================ */
#top_recruit_bottom {
  background-image: url(../images/common/pattern01.png);
  padding-right: 0px;
  padding-left: 0px;
}
#top_recruit_bottom .inner {
  margin: 0px auto;
}
#top_recruit_bottom .inner > .btnArea {
  padding: 0px 20px;
}
#top_recruit_bottom .recruitBlock {
  margin-top: 40px;
  padding: 0px 20px;
}

@media screen and (min-width: 768px) {
  #top_recruit_bottom .recruitBlock {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #top_recruit_bottom .recruitBlock {
    margin-top: 90px;
  }
}
/* =============================================
- attention
================================================ */
#attention {
  background-color: #20315d;
}
#attention.kaigo {
  background-color: #E663A0;
}
#attention.nightwork {
  background-color: #7D86BA;
}
#attention .inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
#attention .midashiStyle01 {
  text-align: center;
}
#attention .btnArea {
  margin: 25px 0px;
}

@media screen and (min-width: 768px) {
  #attention {
    padding: 50px 20px;
  }
  #attention .inner {
    padding: 40px 30px;
  }
  #attention .midashiStyle01 {
    text-align: center;
  }
  #attention .textArea p {
    text-align: center;
    line-height: 2em;
  }
  #attention .btnArea {
    margin: 25px 0px;
  }
  #attention .btnArea .btnStyle01 {
    max-width: 370px;
    background-color: #52AF6E;
    color: #fff;
  }
  #attention .btnArea .btnStyle01:after, #attention .btnArea .btnStyle01:before {
    background-color: #fff;
  }
  #attention .btnArea .btnStyle01:hover {
    color: #16254B;
    background-color: #FFDC1A;
  }
  #attention .btnArea .btnStyle01:hover:after, #attention .btnArea .btnStyle01:hover:before {
    margin-right: -5px;
    background-color: #16254B;
  }
}
@media screen and (min-width: 980px) {
  #attention {
    padding: 60px 20px !important;
  }
  #attention .inner {
    max-width: 800px;
    margin: 0px auto;
    padding: 50px 30px;
  }
  #attention .midashiStyle01 {
    margin-bottom: 20px;
  }
  #attention .textArea p {
    text-align: center;
    line-height: 2.2em;
  }
}
/* =============================================
- About
================================================ */
/* =============================================
- about
================================================ */
#about {
  background-color: #F8F8F8;
}
#about .titleStyle02 .title, #about .titleStyle02 .sub {
  background-color: #F8F8F8;
}
#about .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#about .inner > .btnArea {
  margin-top: 40px;
  padding: 0px 20px;
}
#about .recruitBlock {
  margin-top: 40px;
}
#about .bottomBtnArea {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #about .bottomBtnArea li + li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  #about .inner > .btnArea {
    margin-top: 50px;
  }
  #about .recruitBlock {
    margin-top: 60px;
  }
  #about .bottomBtnArea {
    margin-top: 60px;
  }
  #about .bottomBtnArea ul {
    display: flex;
  }
  #about .bottomBtnArea ul li {
    width: 48%;
  }
  #about .bottomBtnArea ul li + li {
    margin-left: 4%;
  }
}
@media screen and (min-width: 980px) {
  #about .inner > .btnArea {
    margin-top: 60px;
  }
  #about .recruitBlock {
    margin-top: 90px;
  }
  #about .img {
    transition: all 0.2s ease-in-out;
  }
  #about .img:hover {
    opacity: 0.8;
  }
}
#recruitSlider .box {
  padding: 10px;
}

@media screen and (min-width: 1400px) {
  #recruitSlider .box {
    padding: 15px;
  }
}
/* =============================================
- about_single_head
================================================ */
#about_single_head {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  #about_single_head {
    padding-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #about_single_head {
    padding-top: 100px;
  }
}


#single03_page .boxColumn_typeD .img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #single03_page .boxColumn_typeD .box:not(:first-child) {
    display: block;
  }
  #single03_page .boxColumn_typeD .flex {
    display: flex;
  }
  #single03_page .boxColumn_typeD .flex .textBox {
    flex: 1;
    padding-left: 0;
  }
  #single03_page .boxColumn_typeD .flex .img {
    width: 43%;
    margin-top: 0px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 980px) {
  #single03_page .boxColumn_typeD .box .midashiStyle01 {
    margin-bottom: 20px;
  }
  #single03_page .boxColumn_typeD .flex .img {
    width: 44%;
    max-width: 475px;
    margin-top: 0px;
    margin-left: 40px;
  }
}

#single02_page .boxColumn_typeA .img {
  margin-top: 30px;
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #single02_page .boxColumn_typeA .textArea {
    flex: 1;
  }
  #single02_page .boxColumn_typeA .img {
    margin-left: 40px;
    margin-top: 0;
  }
}

#single04_page .boxColumn_typeA .img {
  width: 100%;
  max-width: 285px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 768px) {
  #single04_page .boxColumn_typeA .flex {
    display: flex;
  }
  #single04_page .boxColumn_typeA .flex .textBox {
    flex: 1;
    padding-left: 0;
  }
  #single04_page .boxColumn_typeA .flex .img {
    width: 43%;
    max-width: 285px;
    margin-top: 10px;
    margin-left: 40px;
  }
}

/* =============================================
- faq
================================================ */
#faq {
  background-color: #F8F8F8;
  padding-top: 70px;
}
#faq .titleStyle02.typeB .title, #faq .titleStyle02.typeB .sub {
  background-color: #F8F8F8;
}
#faq .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#faq .inner > .btnArea {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #faq {
    padding-top: 100px;
  }
  #faq .inner > .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #faq .titleStyle02 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #faq {
    padding-top: 160px;
  }
  #faq .titleStyle02 {
    margin-bottom: 100px;
  }
}
.faqList {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.faqList + .faqList {
  margin-top: 20px;
}
.faqList dt {
  position: relative;
  background-color: #fff;
  padding: 10px 30px 10px 50px;
  cursor: pointer;
}
.faqList dt .q {
  display: inline-block;
  background-color: #ECF0F0;
  width: 40px;
  height: 100%;
  position: absolute;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  left: 0px;
  top: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #A9B2B2;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  .faqList dt .q {
    font-weight: bold;
  }
}
.faqList dt:after {
  content: "";
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
  margin-top: -5px;
}
.faqList dt.active .q {
  background-color: #16254B;
  color: #fff;
}
.faqList dt.active:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: 0px;
}
.faqList dd {
  display: none;
  position: relative;
  border-top: 1px solid #E6E6E6;
  background-color: #fff;
  padding: 10px 20px 10px 50px;
}
.faqList dd:before {
  content: "";
  background-color: #16254B;
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (min-width: 768px) {
  .faqList {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .faqList + .faqList {
    margin-top: 30px;
  }
  .faqList dt {
    padding: 15px 30px 15px 80px;
  }
  .faqList dt .q {
    width: 60px;
    font-size: 25px;
  }
  .faqList dt:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    transform: rotate(45deg);
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    right: 20px;
  }
  .faqList dt:hover .q {
    background-color: #16254B;
    color: #fff;
  }
  .faqList dd {
    padding: 15px 30px 15px 80px;
  }
  .faqList dd:before {
    width: 60px;
  }
}
@media screen and (min-width: 980px) {
  .faqList + .faqList {
    margin-top: 40px;
  }
  .faqList dt {
    padding: 25px 55px 25px 110px;
  }
  .faqList dt .q {
    width: 80px;
    font-size: 30px;
  }
  .faqList dt:after {
    right: 30px;
  }
  .faqList dd {
    padding: 20px 55px 20px 110px;
  }
  .faqList dd:before {
    width: 80px;
  }
}
/* =============================================
- intro
================================================ */
#intro {
  background-color: #F8F8F8;
  padding-top: 70px;
}
#intro .titleStyle02.typeB .title, #intro .titleStyle02.typeB .sub {
  background-color: #F8F8F8;
}
#intro .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#intro .inner > .btnArea {
  margin-top: 40px;
}
#intro .boxLayout03 .midashi {
  color: #16254B;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  #intro .boxLayout03 .midashi {
    font-weight: bold;
  }
}
#intro .boxLayout03 .nameArea .position, #intro .boxLayout03 .nameArea .name {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #intro .boxLayout03 .nameArea .position, #intro .boxLayout03 .nameArea .name {
    font-weight: bold;
  }
}
#intro .boxLayout03 .nameArea .position {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
#intro .boxLayout03 .nameArea .name {
  font-size: 25px;
  margin-top: 8px;
}
#intro .boxLayout03 .profile, #intro .boxLayout03 .message {
  margin-top: 25px;
}
#intro .boxLayout03 .textArea {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#intro .boxLayout03 .textArea strong {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #intro .boxLayout03 .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #intro {
    padding-top: 100px;
  }
  #intro .inner > .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #intro .titleStyle02 {
    margin-bottom: 80px;
  }
  #intro .boxLayout03 .box .in {
    padding: 40px 55px;
  }
}
@media screen and (min-width: 1180px) {
  #intro {
    padding-top: 160px;
  }
  #intro .titleStyle02 {
    margin-bottom: 100px;
  }
  #intro .boxLayout03 .box .in {
    padding: 55px 55px;
  }
  #intro .boxLayout03 .nameArea .name {
    font-size: 30px;
  }
  #intro .boxLayout03 .profile, #intro .boxLayout03 .message {
    margin-top: 50px;
  }
  #intro .boxLayout03 .textArea {
    margin-top: 0px;
  }
}
/* =============================================
- job
================================================ */
/* =============================================
- occupation
================================================ */
#occupation {
  background-color: #EAEAEA;
}
#occupation .titleStyle02.typeB .title, #occupation .titleStyle02.typeB .sub {
  background-color: #EAEAEA;
}
#occupation .occLinksArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #occupation .occLinksArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #occupation .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  #occupation .occLinksArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #occupation .occLinksArea {
    margin-top: 100px;
  }
}
/* =============================================
- typeA
================================================ */
.bunnerArea.typeA .bunner {
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}
.bunnerArea.typeA .bunner .textArea {
  padding: 15px;
  position: relative;
}
.bunnerArea.typeA .bunner .title {
  font-weight: 600;
  font-size: 18px;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .bunnerArea.typeA .bunner .title {
    font-weight: bold;
  }
}
.bunnerArea.typeA .bunner .sub {
  color: #B4B4B4;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bunnerArea.typeA .bunner .arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.bunnerArea.typeA .bunner .arrow:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #B4B4B4;
  position: absolute;
  right: 0px;
  top: 50%;
}
.bunnerArea.typeA .bunner .arrow:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #B4B4B4;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: 2px;
  transform: rotate(35deg) translateX(-100%);
}
.bunnerArea.typeA .bunner + .bunner {
  margin-top: 25px;
}
.bunnerArea.typeC .bunner {
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}
.bunnerArea.typeC .bunner .textArea {
  padding: 15px;
  position: relative;
}
.bunnerArea.typeC .bunner .title, .bunnerArea.typeC .bunner .sub {
  line-height: 1.5em;
}
.bunnerArea.typeC .bunner .title {
  font-weight: 600;
  font-size: 16px;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .bunnerArea.typeC .bunner .title {
    font-weight: bold;
  }
}
.bunnerArea.typeC .bunner .sub {
  color: #B4B4B4;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.bunnerArea.typeC .bunner .arrow {
  position: absolute;
  right: 15px;
  bottom: 50%;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.bunnerArea.typeC .bunner .arrow:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #B4B4B4;
  position: absolute;
  right: 0px;
  top: 50%;
}
.bunnerArea.typeC .bunner .arrow:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #B4B4B4;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: 2px;
  transform: rotate(35deg) translateX(-100%);
}
.bunnerArea.typeC .bunner + .bunner {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .bunnerArea.typeA {
    display: flex;
    flex-wrap: wrap;
  }
  .bunnerArea.typeA .bunner {
    width: 48%;
  }
  .bunnerArea.typeA .bunner + .bunner {
    margin-top: 0px;
    margin-left: 4%;
  }
  .bunnerArea.typeA .bunner:nth-child(2n+1) {
    margin-left: 0px;
  }
  .bunnerArea.typeA .bunner:nth-child(n+3) {
    margin-top: 30px;
  }
  .bunnerArea.typeC {
    display: flex;
    flex-wrap: wrap;
  }
  .bunnerArea.typeC .bunner {
    width: 48%;
  }
  .bunnerArea.typeC .bunner + .bunner {
    margin-top: 0px;
    margin-left: 4%;
  }
  .bunnerArea.typeC .bunner:nth-child(2n+1) {
    margin-left: 0px;
  }
  .bunnerArea.typeC .bunner:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .bunnerArea.typeC {
    display: flex;
    flex-wrap: wrap;
  }
  .bunnerArea.typeC .bunner .textArea {
    padding: 15px;
    display: flex;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
  }
  .bunnerArea.typeC .bunner .textArea .sub {
    padding-top: 0.1em;
    margin-left: 1em;
  }
}
@media screen and (min-width: 1180px) {
  .bunnerArea.typeA .bunner {
    width: 530px;
    transition: all 0.2s ease-in-out;
  }
  .bunnerArea.typeA .bunner .textArea {
    padding: 30px 35px;
  }
  .bunnerArea.typeA .bunner .title {
    font-size: 23px;
    transition: all 0.2s ease-in-out;
  }
  .bunnerArea.typeA .bunner + .bunner {
    margin-left: 40px;
  }
  .bunnerArea.typeA .bunner:nth-child(2n+1) {
    margin-left: 0px;
  }
  .bunnerArea.typeA .bunner:nth-child(n+3) {
    margin-top: 40px;
  }
  .bunnerArea.typeA .bunner:hover {
    background-color: #FFDC1A;
  }
  .bunnerArea.typeA .bunner:hover .title {
    color: #16254B;
  }
  .bunnerArea.typeA .bunner:hover .sub {
    color: #16254B;
  }
  .bunnerArea.typeC .bunner {
    width: 530px;
    transition: all 0.2s ease-in-out;
  }
  .bunnerArea.typeC .bunner .title, .bunnerArea.typeC .bunner .sub {
    transition: all 0.2s ease-in-out;
  }
  .bunnerArea.typeC .bunner .arrow {
    transition: all 0.2s ease-in-out;
  }
  .bunnerArea.typeC .bunner .arrow:before, .bunnerArea.typeC .bunner .arrow:after {
    transition: all 0.2s ease-in-out;
  }
  .bunnerArea.typeC .bunner + .bunner {
    margin-left: 40px;
  }
  .bunnerArea.typeC .bunner:nth-child(2n+1) {
    margin-left: 0px;
  }
  .bunnerArea.typeC .bunner:nth-child(n+3) {
    margin-top: 40px;
  }
  .bunnerArea.typeC .bunner .textArea {
    padding: 15px;
  }
  .bunnerArea.typeC .bunner .title {
    font-size: 17px;
  }
  .bunnerArea.typeC .bunner:hover {
    background-color: #FFDC1A;
  }
  .bunnerArea.typeC .bunner:hover .title {
    color: #16254B;
  }
  .bunnerArea.typeC .bunner:hover .sub {
    color: #16254B;
  }
  .bunnerArea.typeC .bunner:hover .arrow {
    right: 10px;
  }
  .bunnerArea.typeC .bunner:hover .arrow:before, .bunnerArea.typeC .bunner:hover .arrow:after {
    background-color: #16254B;
  }
}
/* =============================================
- typeB
================================================ */
.bunnerArea.typeB .bunner {
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}
.bunnerArea.typeB .bunner .textArea {
  padding: 15px 15px 25px 15px;
  position: relative;
}
.bunnerArea.typeB .bunner .position {
  color: #16254B;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .bunnerArea.typeB .bunner .position {
    font-weight: bold;
  }
}
.bunnerArea.typeB .bunner .position span {
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.bunnerArea.typeB .bunner .title {
  font-weight: 600;
  font-size: 18px;
  color: #16254B;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .bunnerArea.typeB .bunner .title {
    font-weight: bold;
  }
}
.bunnerArea.typeB .bunner .sub {
  color: #B4B4B4;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bunnerArea.typeB .bunner .arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.bunnerArea.typeB .bunner .arrow:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #B4B4B4;
  position: absolute;
  right: 0px;
  top: 50%;
}
.bunnerArea.typeB .bunner .arrow:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #B4B4B4;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: 2px;
  transform: rotate(35deg) translateX(-100%);
}
.bunnerArea.typeB .bunner + .bunner {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .bunnerArea.typeB .bunner a {
    display: block;
    display: flex;
  }
  .bunnerArea.typeB .bunner .img {
    width: 40%;
  }
  .bunnerArea.typeB .bunner .textArea {
    flex: 1;
    padding: 20px 20px 25px 20px;
  }
}
@media screen and (min-width: 980px) {
  .bunnerArea.typeB .bunner {
    transition: all 0.3s ease-in-out;
  }
  .bunnerArea.typeB .bunner:hover {
    opacity: 0.8;
  }
  .bunnerArea.typeB .bunner:hover .arrow {
    margin-right: -5px;
  }
}
@media screen and (min-width: 1180px) {
  .bunnerArea.typeB .bunner .img {
    width: 435px;
  }
  .bunnerArea.typeB .bunner .textArea {
    padding: 30px 35px;
  }
  .bunnerArea.typeB .bunner .position {
    font-size: 29px;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
  }
  .bunnerArea.typeB .bunner .position span {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .bunnerArea.typeB .bunner .title {
    font-size: 23px;
    line-height: 1.6em;
    margin-top: 15px;
  }
  .bunnerArea.typeB .bunner .arrow {
    bottom: 25px;
  }
}
/* =============================================
-instVisual
================================================ */
#instVisual .inner .textBox {
  background: #F52475;
  background: linear-gradient(to bottom, #F52475 0%, #9B25B1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
  padding: 20px;
}
#instVisual .inner .textBox .text {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #instVisual .inner .textBox .text img {
    max-width: 288px;
  }
}
@media screen and (min-width: 768px) {
  #instVisual .inner {
    display: flex;
  }
  #instVisual .inner .textBox {
    width: 45%;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  #instVisual .inner .textBox .text {
    position: relative;
    left: 10%;
    margin-right: -5%;
  }
  #instVisual .inner .textBox .text img {
    width: 384px;
  }
  #instVisual .inner .slick-list, #instVisual .inner .slick-track {
    position: relative;
    z-index: -1;
  }
  #instVisual .inner .imgArea {
    width: 55%;
  }
}
@media screen and (min-width: 980px) {
  #instVisual .inner .textBox .text img {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  #instVisual .inner .textBox {
    width: 42.435%;
  }
  #instVisual .inner .textBox .text img {
    width: 768px;
  }
  #instVisual .inner .imgArea {
    width: 57.565%;
  }
}
@media screen and (min-width: 1520px) {
  #instVisual .inner .slick-list, #instVisual .inner .slick-track {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0%;
    z-index: -1;
  }
  #instVisual .inner .imgArea {
    width: 57.565%;
    height: 820px;
    position: relative;
  }
  #instVisual .inner .imgArea .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  #instVisual .inner .imgArea img {
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: -1;
  }
}
/* =============================================
-searchJob
================================================ */
.searchJob {
  background-image: url(../images/common/pattern01.png);
}
.searchJob .inner {
  max-width: 1100px;
  margin: 0px auto;
}
.searchJob .inner > .btnArea {
  margin-top: 40px;
}
.searchJob .boxWrap .box {
  background: #F52475;
  background: linear-gradient(to right, #F52475 0%, #9B25B1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  padding: 10px;
}
.searchJob .boxWrap .box .in {
  background-color: #fff;
  padding: 10px 10px;
}
@media screen and (max-width: 767px) {
  .searchJob .boxWrap .box .in {
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .searchJob .boxWrap .box .in .point {
    width: 80px;
  }
  .searchJob .boxWrap .box .in .textArea {
    flex: 1;
  }
}
.searchJob .boxWrap .box .point {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .searchJob .boxWrap .box .point {
    font-weight: bold;
  }
}
.searchJob .boxWrap .box .textArea p {
  font-size: 14px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.searchJob .boxWrap .box .textArea p strong {
  color: #F02E79;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .searchJob .boxWrap .box .textArea p strong {
    font-weight: bold;
  }
}
.searchJob .boxWrap .box + .box {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .searchJob .boxWrap {
   
  }
  .searchJob .boxWrap .box {
    background: #F52475;
    background: linear-gradient(to right, #F52475 0%, #9B25B1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
    padding: 10px;
    
  }
  .searchJob .boxWrap .box .in {
    background-color: #fff;
    padding: 10px 5px;
    height: 100%;
  }
  .searchJob .boxWrap .box .point {
    text-align: center;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .searchJob .boxWrap .box .point:before, .searchJob .boxWrap .box .point:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -7px;
  }
  .searchJob .boxWrap .box .point:before {
    width: 14px;
    background-color: #9B25B1;
  }
  .searchJob .boxWrap .box .point:after {
    width: 7px;
    background-color: #F02E79;
  }
  .searchJob .boxWrap .box .textArea p {
    font-size: 13px;
    line-height: 1.7em;
    letter-spacing: -0.03em;
    text-align: center;
  }
  .searchJob .boxWrap .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
  .searchJob .boxWrap .box:nth-child(2) .textArea {
    padding-top: 1.2em;
  }
}
@media screen and (min-width: 980px) {
  .searchJob .boxWrap .box .in {
    padding: 10px 5px;
    height: 100%;
  }
  .searchJob .boxWrap .box .point {
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .searchJob .boxWrap .box .textArea p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .searchJob .boxWrap .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1180px) {
  .searchJob .boxWrap .box {
    width: 245px;
  }
  .searchJob .boxWrap .box .in {
    padding: 20px 5px 15px 5px;
  }
  .searchJob .boxWrap .box .point {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .searchJob .boxWrap .box .textArea p {
    font-size: 17px;
    line-height: 1.9em;
  }
  .searchJob .boxWrap .box + .box {
    margin-left: 40px;
  }
}
/* =============================================
- inst_job
================================================ */
#inst_job {
  background-color: #EFF2FA;
}
#inst_job .titleArea {
  margin-bottom: 15px;
}
#inst_job .titleArea .label {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#inst_job .titleArea .label span {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  z-index: 11;
}
#inst_job .titleArea .label:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F52475;
  background: linear-gradient(to right, #F52475 0%, #9B25B1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  position: absolute;
  left: 0px;
  top: 0px;
  transform: skewX(-15deg);
  z-index: -1;
}
#inst_job .titleArea .title {
  margin-top: 0px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8vw;
  line-height: 1.4em;
}
@media screen and (min-width: 980px) {
  #inst_job .titleArea .title {
    font-weight: bold;
  }
}
#inst_job .colLayout .imgArea {
  margin-top: 30px;
}
#inst_job .colLayout .imgArea .img01 {
  width: 60%;
}
#inst_job .colLayout .imgArea .img02 {
  width: 50%;
  margin-left: auto;
  margin-top: -30%;
  position: relative;
  z-index: 11;
}
#inst_job .colLayout .imgArea .img03 {
  padding-left: 5%;
  width: 65%;
  margin-top: -10%;
}
#inst_job .textArea p {
  line-height: 2em;
}
#inst_job .textArea p span {
  padding-bottom: 0.15em;
  color: #F02E79;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #inst_job .textArea p span {
    font-weight: bold;
  }
}
#inst_job .textArea p + p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  #inst_job .titleArea {
    margin-bottom: 20px;
  }
  #inst_job .titleArea .title {
    font-size: 40px;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #inst_job .colLayout .imgArea {
    display: flex;
    margin-top: 60px;
  }
  #inst_job .colLayout .imgArea .img01 {
    width: 40%;
  }
  #inst_job .colLayout .imgArea .img02 {
    width: 40%;
    margin-left: -5%;
    margin-top: 10%;
    position: relative;
    z-index: 11;
  }
  #inst_job .colLayout .imgArea .img03 {
    padding-left: 0%;
    width: 40%;
    margin-top: 0%;
    margin-left: -5%;
  }
}
@media screen and (min-width: 980px) {
  #inst_job .titleArea {
    margin-bottom: 25px;
  }
  #inst_job .titleArea .label {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #inst_job .titleArea .label span {
    padding: 7px 10px 5px 10px;
  }
  #inst_job .titleArea .title {
    font-size: 42px;
    line-height: 1.4em;
  }
  #inst_job .colLayout {
    display: flex;
  }
  #inst_job .colLayout .textBox {
    flex: 1;
    padding-right: 50px;
  }
  #inst_job .colLayout .imgArea {
    width: 45%;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1180px) {
  #inst_job .titleArea {
    margin-bottom: 25px;
  }
  #inst_job .titleArea .label {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #inst_job .titleArea .label span {
    padding: 7px 10px 5px 10px;
  }
  #inst_job .titleArea .title {
    font-size: 42px;
    line-height: 1.4em;
  }
  #inst_job .colLayout {
    display: flex;
  }
  #inst_job .colLayout .textBox {
    flex: 1;
    padding-right: 50px;
  }
  #inst_job .colLayout .imgArea .img01 {
    width: 65%;
  }
  #inst_job .colLayout .imgArea .img02 {
    width: 50%;
    margin-top: -20%;
  }
  #inst_job .colLayout .imgArea .img03 {
    width: 65%;
  }
}
@media screen and (min-width: 1400px) {
  #inst_job .titleArea .title {
    font-size: 52px;
  }
  #inst_job .colLayout {
    max-width: 1180px;
    margin: 0 auto;
  }
  #inst_job .colLayout .textBox {
    padding-right: 60px;
  }
  #inst_job .colLayout .textBox .textArea p {
    line-height: 2em;
  }
  #inst_job .colLayout .textBox .textArea p + p {
    margin-top: 2em;
  }
  #inst_job .colLayout .imgArea {
    width: 665px;
    margin-right: -110px;
  }
  #inst_job .colLayout .imgArea .img01 {
    width: 435px;
  }
  #inst_job .colLayout .imgArea .img02 {
    width: 340px;
    margin-top: -160px;
  }
  #inst_job .colLayout .imgArea .img03 {
    padding-left: 40px;
    width: 380px;
    margin-top: -50px;
  }
}
/* =============================================
- inst_industry
================================================ */
#inst_industry {
  background-color: #F8F8F8;
}
#inst_industry .boxWrap {
  display: flex;
  flex-wrap: wrap;
}
#inst_industry .boxWrap .box {
  width: 48%;
  height: 42vw;
  background: #F52475;
  background: linear-gradient(to right, #F52475 0%, #9B25B1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  color: #fff;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  padding-top: 2vw;
}
#inst_industry .boxWrap .box p {
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #inst_industry .boxWrap .box p {
    font-weight: bold;
  }
}
#inst_industry .boxWrap .box .text {
  font-size: 4.3vw;
  line-height: 1.4em;
}
#inst_industry .boxWrap .box .sub {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2vw;
}
@media screen and (max-width: 767px) {
  #inst_industry .boxWrap .box:nth-child(even) {
    margin-left: 4%;
  }
  #inst_industry .boxWrap .box:nth-child(n+3) {
    margin-top: 4vw;
  }
}
#inst_industry .textArea {
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#inst_industry .textArea p + p {
  margin-top: 1em;
}
#inst_industry .textArea strong {
  color: #F02E79;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #inst_industry .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #inst_industry .boxWrap {
    display: flex;
    flex-wrap: wrap;
  }
  #inst_industry .boxWrap .box {
    width: 23.5%;
    height: 21.97vw;
    padding-top: 1vw;
  }
  #inst_industry .boxWrap .box .text {
    font-size: 2.3vw;
  }
  #inst_industry .boxWrap .box .sub {
    font-size: 1.6vw;
  }
  #inst_industry .boxWrap .box + .box {
    margin-left: 2%;
  }
  #inst_industry .boxWrap .box:nth-child(4n+1) {
    margin-left: 0%;
  }
  #inst_industry .boxWrap .box:nth-child(n+5) {
    margin-top: 2vw;
  }
  #inst_industry .textArea {
    margin-top: 50px;
  }
  #inst_industry .textArea p + p {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  #inst_industry .inner {
    max-width: 920px;
    margin: 0px auto;
  }
  #inst_industry .boxWrap .box {
    width: 200px;
    height: 200px;
    padding-top: 15px;
  }
  #inst_industry .boxWrap .box .text {
    font-size: 20px;
  }
  #inst_industry .boxWrap .box .sub {
    font-size: 12px;
    margin-top: 5px;
  }
  #inst_industry .boxWrap .box + .box {
    margin-left: 40px;
  }
  #inst_industry .boxWrap .box:nth-child(4n+1) {
    margin-left: 0%;
  }
  #inst_industry .boxWrap .box:nth-child(n+5) {
    margin-top: 30px;
  }
  #inst_industry .textArea {
    margin-top: 70px;
  }
  #inst_industry .textArea p + p {
    margin-top: 2em;
  }
}
/* =============================================
- inst_recomend
================================================ */
#inst_recomend {
  position: relative;
  z-index: 11;
  overflow: hidden;
}
#inst_recomend .imgBox {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 979px) {
  #inst_recomend .imgBox .img02 {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  #inst_recomend .imgBox .img img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 979px) and (min-width: 416px) {
  #inst_recomend .imgBox .img img {
    width: 100%;
    height: auto;
  }
}
#inst_recomend .checkList li {
  padding-bottom: 3px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
}
#inst_recomend .checkList li:before {
  background-image: url(../images/icon/icon_check3.png);
}
#inst_recomend .contentsBox {
  padding: 10px;
  background: #F52475;
  background: linear-gradient(to right, #F52475 0%, #9B25B1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
}
#inst_recomend .contentsBox .in {
  padding: 15px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #inst_recomend .checkList li {
    font-size: 18px;
  }
  #inst_recomend .checkList li + li {
    margin-top: 25px;
  }
  #inst_recomend .contentsBox {
    max-width: 720px;
    margin: 0px auto;
    padding: 20px;
  }
  #inst_recomend .contentsBox .in {
    padding: 60px 50px 50px 50px;
  }
}
@media screen and (min-width: 980px) {
  #inst_recomend .imgBox {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  #inst_recomend .imgBox .img {
    top: 0px;
    width: 50%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }
  #inst_recomend .imgBox .img img {
    position: absolute;
    top: 0%;
    width: auto;
    height: 100%;
  }
  #inst_recomend .imgBox .img.img01 {
    left: 0px;
  }
  #inst_recomend .imgBox .img.img01 img {
    right: 0%;
  }
  #inst_recomend .imgBox .img.img02 {
    right: 0px;
  }
  #inst_recomend .imgBox .img.img02 img {
    left: 0%;
  }
}
@media screen and (min-width: 1520px) {
  #inst_recomend .imgBox .img img {
    width: 100%;
    height: auto;
  }
}
/* =============================================
- inst_occupation
================================================ */
#inst_occupation {
  background-color: #F8F8F8;
}
#inst_occupation .titleStyle02:before {
  background-color: #9B25B1;
}
#inst_occupation .titleStyle02:after {
  background-color: #F02E79;
}
#inst_occupation .occLinksArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #inst_occupation .occLinksArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #inst_occupation .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  #inst_occupation .titleStyle02 {
    margin-bottom: 70px;
  }
  #inst_occupation .occLinksArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #inst_occupation .titleStyle02 {
    margin-bottom: 100px;
  }
  #inst_occupation .occLinksArea {
    margin-top: 100px;
  }
}
/* =============================================
-saleVisual
================================================ */
@media screen and (max-width: 767px) {
  #salesVisual {
    position: relative;
  }
  #salesVisual .text {
    background-color: #16254B;
    text-align: center;
    padding: 20px 5px;
  }
  #salesVisual .text img {
    width: 246px;
  }
  #salesVisual .label {
    position: absolute;
    left: 0px;
    bottom: 38%;
  }
  #salesVisual .label img {
    width: 132px;
  }
}
@media screen and (min-width: 768px) {
  #salesVisual {
    position: relative;
  }
  #salesVisual .label {
    position: absolute;
    left: 0px;
    top: 12%;
  }
  #salesVisual .label img {
    width: 265px;
  }
  #salesVisual .text {
    position: absolute;
    left: 3%;
    top: 40%;
    width: 50%;
  }
}
@media screen and (min-width: 1520px) {
  #salesVisual .label {
    top: 15%;
  }
  #salesVisual .label img {
    width: 265px;
  }
  #salesVisual .text {
    position: absolute;
    left: 8%;
    top: 40%;
    width: 50%;
  }
  #salesVisual .text img {
    max-width: 736px;
  }
}
/* =============================================
-searchJob
================================================ */
.searchJob.sale .box {
  background: #16254B;
  color: #fff;
  position: relative;
}
.searchJob.sale .box .in {
  background-color: #16254B;
}
.searchJob.sale .box .textArea p strong {
  color: #FFDC1A;
}
.searchJob.sale .box .point:before, .searchJob.sale .box .point:after {
  background-color: #fff;
}
.searchJob.sale .box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #FFDC1A transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* =============================================
-sale_job
================================================ */
#sale_job {
  background-color: #F8F8F8;
}
#sale_job .headText p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sale_job .headText strong {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #sale_job .headText strong {
    font-weight: bold;
  }
}
#sale_job .typeboxWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#sale_job .typeboxWrap .box {
  position: relative;
  background-color: #16254B;
  color: #fff;
  padding: 15px 10px;
  width: 48%;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
#sale_job .typeboxWrap .box p {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4vw;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 980px) {
  #sale_job .typeboxWrap .box p {
    font-weight: bold;
  }
}
#sale_job .typeboxWrap .box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #FFDC1A transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  #sale_job .typeboxWrap .box:nth-child(even) {
    margin-left: 4%;
  }
  #sale_job .typeboxWrap .box:nth-child(n+3) {
    margin-top: 20px;
  }
}
#sale_job .columnBoxArea {
  margin-top: 40px;
}
#sale_job .columnBoxArea .column {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#sale_job .columnBoxArea .column .title {
  color: #16254B;
  font-weight: 600;
  font-size: 20px;
  padding-left: 15px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
}
#sale_job .columnBoxArea .column .title:before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  transform: translate3d(0, -50%, 0);
  background-color: #16254B;
}
#sale_job .columnBoxArea .column .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sale_job .columnBoxArea .column .textArea p + p {
  margin-top: 1em;
}
#sale_job .columnBoxArea .column .textArea strong {
  font-weight: 600;
  color: #16254B;
}
@media screen and (min-width: 980px) {
  #sale_job .columnBoxArea .column .textArea strong {
    font-weight: bold;
  }
}
#sale_job .columnBoxArea .column + .column {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #sale_job .headText {
    max-width: 720px;
    margin: 0 auto;
  }
  #sale_job .typeboxWrap {
    margin-top: 40px;
  }
  #sale_job .typeboxWrap .box {
    width: 23.5%;
  }
  #sale_job .typeboxWrap .box p {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #sale_job .typeboxWrap .box p .sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #sale_job .typeboxWrap .box + .box {
    margin-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  #sale_job .typeboxWrap .box:nth-child(4n+1) {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  #sale_job .typeboxWrap .box:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #sale_job .columnBoxArea {
    margin-top: 40px;
  }
  #sale_job .columnBoxArea .column {
    padding: 40px 30px;
    border-radius: 8px;
    display: flex;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #sale_job .columnBoxArea .column .title {
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 20px;
    width: 180px;
  }
  #sale_job .columnBoxArea .column .title:before {
    width: 35px;
    left: -30px;
  }
  #sale_job .columnBoxArea .column + .column {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  #sale_job .typeboxWrap .box p {
    font-size: 1.6vw;
  }
  #sale_job .columnBoxArea {
    margin-top: 60px;
  }
  #sale_job .columnBoxArea .column {
    padding: 50px 40px;
  }
  #sale_job .columnBoxArea .column .title {
    font-size: 24px;
    width: 210px;
  }
  #sale_job .columnBoxArea .column .title:before {
    width: 40px;
    left: -40px;
  }
}
@media screen and (min-width: 1180px) {
  #sale_job .inner {
    max-width: 1100px;
    margin: 0px auto;
  }
  #sale_job .typeboxWrap {
    margin-top: 50px;
  }
  #sale_job .typeboxWrap .box {
    width: 245px;
  }
  #sale_job .typeboxWrap .box p {
    font-size: 17px;
  }
  #sale_job .typeboxWrap .box + .box {
    margin-left: 40px;
  }
  #sale_job .typeboxWrap .box:nth-child(4n+1) {
    margin-left: 0%;
  }
  #sale_job .typeboxWrap .box:nth-child(n+5) {
    margin-top: 30px;
  }
  #sale_job .columnBoxArea .column {
    padding: 50px 55px;
  }
  #sale_job .columnBoxArea .column .title {
    font-size: 25px;
    padding-left: 5px;
  }
  #sale_job .columnBoxArea .column .title:before {
    left: -55px;
  }
}
/* =============================================
-sales_date
================================================ */
#sales_date {
  background-image: url(../images/common/pattern02.png);
  background-color: #F4F3F2;
}
#sales_date .dateBox {
  color: #16254B;
}
#sales_date .dateBox .box {
  padding: 20px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(45deg, #fff 15px, #fff 15px), linear-gradient(135deg, #fff 15px, #fff 15px), linear-gradient(225deg, #fff 15px, #fff 15px), linear-gradient(-225deg, transparent 15px, #fff 15px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#sales_date .dateBox .box + .box {
  margin-top: 25px;
}
#sales_date .dateBox .title {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 2vw;
  font-weight: 600;
  color: #16254B;
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  #sales_date .dateBox .title {
    font-weight: bold;
  }
}
#sales_date .dateBox .title:before, #sales_date .dateBox .title:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
}
#sales_date .dateBox .title:before {
  width: 20px;
  background-color: #FFDC1A;
}
#sales_date .dateBox .title:after {
  width: 10px;
  background-color: #16254B;
}
#sales_date .dateBox .top {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  margin-bottom: 2vw;
}
@media screen and (min-width: 980px) {
  #sales_date .dateBox .top {
    font-weight: bold;
  }
}
#sales_date .dateBox .dateArea {
  text-align: center;
}
#sales_date .dateBox .dateArea p {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #sales_date .dateBox .dateArea p {
    font-weight: bold;
  }
}
#sales_date .dateBox .dateArea .value {
  font-size: 17vw;
  line-height: 1em;
}
#sales_date .dateBox .dateArea .unit {
  font-size: 9vw;
  padding-left: 5px;
  line-height: 1em;
}
#sales_date .dateBox .bottom {
  margin-top: 2vw;
}
#sales_date .dateBox .bottom p {
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 980px) {
  #sales_date .dateBox .bottom p {
    font-weight: bold;
  }
}
#sales_date .dateBox .noticeArea {
  margin-top: 3vw;
}
#sales_date .dateBox .noticeArea p {
  line-height: 1.4em;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sales_date .dateBox .noticeArea a {
  word-wrap: break-word;
  color: #16254B;
}

@media screen and (min-width: 768px) {
  #sales_date .dateBox {
    display: flex;
    flex-wrap: wrap;
  }
  #sales_date .dateBox .box {
    padding: 20px;
    width: 48%;
    background: linear-gradient(45deg, #fff 25px, #fff 25px), linear-gradient(135deg, #fff 25px, #fff 25px), linear-gradient(225deg, #fff 25px, #fff 25px), linear-gradient(-225deg, transparent 25px, #fff 25px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
  }
  #sales_date .dateBox .box + .box {
    margin-top: 0px;
  }
  #sales_date .dateBox .box:nth-child(even) {
    margin-left: 4%;
  }
  #sales_date .dateBox .box:nth-child(n+3) {
    margin-top: 30px;
  }
  #sales_date .dateBox .title {
    padding-bottom: 13px;
    margin-bottom: 2.5vw;
    font-size: 22px;
  }
  #sales_date .dateBox .title:before, #sales_date .dateBox .title:after {
    margin-left: -15px;
  }
  #sales_date .dateBox .title:before {
    width: 30px;
  }
  #sales_date .dateBox .title:after {
    width: 15px;
  }
  #sales_date .dateBox .top {
    font-size: 16px;
    margin-bottom: 0.5vw;
  }
  #sales_date .dateBox .dateArea .value {
    font-size: 9.5vw;
  }
  #sales_date .dateBox .dateArea .unit {
    font-size: 5.5vw;
  }
  #sales_date .dateBox .bottom {
    margin-top: 1vw;
  }
  #sales_date .dateBox .bottom p {
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #sales_date .dateBox .bottom p {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  #sales_date .dateBox .noticeArea {
    margin-top: 3vw;
  }
  #sales_date .dateBox .noticeArea p {
    line-height: 1.4em;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #sales_date .dateBox .noticeArea a {
    word-wrap: break-word;
    color: #16254B;
  }
}
@media screen and (min-width: 1180px) {
  #sales_date .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  #sales_date .dateBox .box {
    padding: 30px 20px 20px 20px;
    width: 530px;
    background: linear-gradient(45deg, #fff 50px, #fff 50px), linear-gradient(135deg, #fff 50px, #fff 50px), linear-gradient(225deg, #fff 50px, #fff 50px), linear-gradient(-225deg, transparent 50px, #fff 50px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
  }
  #sales_date .dateBox .box:nth-child(even) {
    margin-left: 40px;
  }
  #sales_date .dateBox .title {
    margin-bottom: 20px;
  }
  #sales_date .dateBox .top {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #sales_date .dateBox .dateArea .value {
    font-size: 120px;
  }
  #sales_date .dateBox .dateArea .value.small {
    font-size: 110px;
    padding-bottom: 25px;
  }
  #sales_date .dateBox .dateArea .unit {
    font-size: 52px;
  }
  #sales_date .dateBox .bottom {
    margin-top: 10px;
  }
  #sales_date .dateBox .noticeArea {
    margin-top: 20px;
  }
}
/* =============================================
-sales_plan
================================================ */
#sales_plan {
  background-image: url(../images/common/pattern01.png);
}
#sales_plan .headText {
  margin-bottom: 30px;
}
#sales_plan .headText p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  color: #16254B;
  font-size: 15px;
}
@media screen and (min-width: 980px) {
  #sales_plan .headText p {
    font-weight: bold;
  }
}
#sales_plan .headText strong {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #FFDC1A 0%);
}
#sales_plan .colLayout + .colLayout {
  margin-top: 30px;
}
#sales_plan .colLayout {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sales_plan .colLayout .img img {
  vertical-align: bottom;
}
#sales_plan .colLayout .textBox {
  border: 1px solid #16254B;
  background-color: #fff;
  position: relative;
  z-index: 11;
}
#sales_plan .colLayout .numberArea {
  position: relative;
  background-color: #F4F3F2;
  padding: 10px 15px 10px 15px;
}
#sales_plan .colLayout .numberArea .number {
  background-color: #16254B;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 45px;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 23px;
}
@media screen and (min-width: 980px) {
  #sales_plan .colLayout .numberArea .number {
    font-weight: bold;
  }
}
#sales_plan .colLayout .numberArea .text {
  text-align: center;
  color: #16254B;
  font-weight: 600;
  font-size: 15px;
}
@media screen and (min-width: 980px) {
  #sales_plan .colLayout .numberArea .text {
    font-weight: bold;
  }
}
#sales_plan .colLayout .titleArea {
  padding: 13px 10px;
  border-top: 1px solid #16254B;
}
#sales_plan .colLayout .titleArea .title {
  font-size: 20px;
  font-weight: 600;
  color: #16254B;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (min-width: 980px) {
  #sales_plan .colLayout .titleArea .title {
    font-weight: bold;
  }
}
#sales_plan .colLayout .textArea {
  border-top: 1px solid #16254B;
  padding: 20px 15px;
}
#sales_plan .colLayout .textArea strong {
  font-weight: 600;
  color: #16254B;
}
@media screen and (min-width: 980px) {
  #sales_plan .colLayout .textArea strong {
    font-weight: bold;
  }
}
#sales_plan .colLayout .textArea p + p {
  margin-top: 1em;
}
#sales_plan .bottomBox {
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #16254B;
}
#sales_plan .bottomBox .title {
  padding: 15px 10px 15px 10px;
  background-color: #F4F3F2;
  position: relative;
}
#sales_plan .bottomBox .title p {
  text-align: center;
  color: #16254B;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (min-width: 980px) {
  #sales_plan .bottomBox .title p {
    font-weight: bold;
  }
}
#sales_plan .bottomBox .title:before, #sales_plan .bottomBox .title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
#sales_plan .bottomBox .title:before {
  border-width: 15px 15px 0 0;
  border-color: #FFDC1A transparent transparent transparent;
  left: 0px;
  top: 0px;
}
#sales_plan .bottomBox .title:after {
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #FFDC1A transparent;
  right: 0px;
  bottom: 0px;
}
#sales_plan .bottomBox .textArea {
  border-top: 1px solid #16254B;
  padding: 15px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #sales_plan .headText {
    margin-bottom: 50px;
  }
  #sales_plan .headText p {
    text-align: center;
    font-size: 18px;
  }
  #sales_plan .colLayout + .colLayout {
    margin-top: 50px;
  }
  #sales_plan .colLayout {
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #sales_plan .colLayout .imgArea {
    width: 60%;
  }
  #sales_plan .colLayout .textBox {
    flex: 1;
  }
  #sales_plan .colLayout:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #sales_plan .colLayout:nth-child(odd) .imgArea {
    margin-top: 5%;
  }
  #sales_plan .colLayout:nth-child(odd) .textBox {
    margin-right: -10%;
  }
  #sales_plan .colLayout:nth-child(even) .textBox {
    margin-top: 5%;
    margin-left: -10%;
  }
  #sales_plan .bottomBox {
    margin-top: 50px;
    border: 3px solid #16254B;
  }
  #sales_plan .bottomBox .title {
    padding: 20px 10px 20px 10px;
  }
  #sales_plan .bottomBox .title p {
    font-size: 23px;
  }
  #sales_plan .bottomBox .title:before {
    border-width: 25px 25px 0 0;
  }
  #sales_plan .bottomBox .title:after {
    border-width: 0 0 25px 25px;
  }
  #sales_plan .bottomBox .textArea {
    padding: 25px;
  }
}
@media screen and (min-width: 980px) {
  #sales_plan .headText {
    margin-bottom: 80px;
  }
  #sales_plan .headText p {
    font-size: 20px;
  }
  #sales_plan .colLayout + .colLayout {
    margin-top: 80px;
  }
  #sales_plan .colLayout:nth-child(1) .imgArea {
    margin-top: 20%;
  }
  #sales_plan .colLayout:nth-child(2) .textBox {
    margin-top: 10%;
    margin-left: -10%;
  }
  #sales_plan .colLayout:nth-child(3) .imgArea {
    margin-top: 15%;
  }
  #sales_plan .colLayout .numberArea {
    position: relative;
    background-color: #F4F3F2;
    padding: 10px 15px 10px 15px;
  }
  #sales_plan .colLayout .numberArea .number {
    width: 50px;
    font-size: 27px;
  }
  #sales_plan .colLayout .numberArea .text {
    font-size: 16px;
  }
  #sales_plan .colLayout .titleArea {
    padding: 18px 10px;
    border-top: 1px solid #16254B;
  }
  #sales_plan .colLayout .titleArea .title {
    font-size: 30px;
  }
  #sales_plan .colLayout .textArea {
    border-top: 1px solid #16254B;
    padding: 20px 15px;
  }
  #sales_plan .colLayout .textArea strong {
    font-weight: 600;
    color: #16254B;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #sales_plan .colLayout .textArea strong {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #sales_plan .colLayout .textArea p + p {
    margin-top: 1em;
  }
}
@media screen and (min-width: 980px) {
  #sales_plan .bottomBox {
    margin-top: 80px;
    border: 4px solid #16254B;
  }
  #sales_plan .bottomBox .title p {
    font-size: 28px;
  }
}
@media screen and (min-width: 1180px) {
  #sales_plan .inner {
    max-width: 1100px;
    margin: 0px auto;
  }
  #sales_plan .colLayout + .colLayout {
    margin-top: 120px;
  }
  #sales_plan .colLayout {
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #sales_plan .colLayout .imgArea {
    width: 760px;
  }
  #sales_plan .colLayout .textBox {
    flex: 1;
  }
  #sales_plan .colLayout:nth-child(odd) .textBox {
    margin-right: -135px;
  }
  #sales_plan .colLayout:nth-child(1) .imgArea {
    margin-top: 120px;
  }
  #sales_plan .colLayout:nth-child(2) .textBox {
    margin-top: 40px;
    margin-left: -135px;
  }
  #sales_plan .colLayout:nth-child(3) .imgArea {
    margin-top: 30px;
  }
  #sales_plan .colLayout .titleArea {
    padding: 22px 10px;
  }
  #sales_plan .colLayout .titleArea .title {
    font-size: 35px;
  }
  #sales_plan .colLayout .textArea {
    padding: 30px;
  }
  #sales_plan .colLayout .textArea p + p {
    margin-top: 1.5em;
  }
  #sales_plan .bottomBox {
    margin-top: 100px;
  }
  #sales_plan .bottomBox .title {
    padding: 28px 10px 28px 10px;
  }
  #sales_plan .bottomBox .title p {
    font-size: 35px;
  }
  #sales_plan .bottomBox .title:before {
    border-width: 55px 55px 0 0;
  }
  #sales_plan .bottomBox .title:after {
    border-width: 0 0 55px 55px;
  }
  #sales_plan .bottomBox .textArea {
    padding: 35px 55px;
  }
}
/* =============================================
- sale_recruit
================================================ */
#sale_recruit {
  background-image: url(../images/common/pattern01.png);
  padding-right: 0px;
  padding-left: 0px;
}
#sale_recruit .inner {
  margin: 0px auto;
}
#sale_recruit .inner > .btnArea {
  margin-top: 40px;
  padding: 0px 20px;
}
#sale_recruit .recruitBlock {
  margin-top: 40px;
  padding: 0px 20px;
}

@media screen and (min-width: 768px) {
  #sale_recruit .inner > .btnArea {
    margin-top: 50px;
  }
  #sale_recruit .recruitBlock {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #sale_recruit .inner > .btnArea {
    margin-top: 60px;
  }
  #sale_recruit .recruitBlock {
    margin-top: 90px;
  }
}
/* =============================================
- sale_occupation
================================================ */
#sale_occupation {
  background-color: #F8F8F8;
}
#sale_occupation .occLinksArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #sale_occupation .occLinksArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #sale_occupation .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  #sale_occupation .titleStyle02 {
    margin-bottom: 70px;
  }
  #sale_occupation .occLinksArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #sale_occupation .titleStyle02 {
    margin-bottom: 100px;
  }
  #sale_occupation .occLinksArea {
    margin-top: 100px;
  }
}
.kaigo_page {
  color: #4E4E4E;
}

/* =============================================
-kaigoVisual
================================================ */
#kaigoVisual {
  position: relative;
}
#kaigoVisual .inner {
  position: relative;
}
#kaigoVisual .inner:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #E663A0;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#kaigoVisual .textBox {
  padding: 25px 20px;
}
#kaigoVisual .title {
  text-align: center;
}
#kaigoVisual .title img {
  max-width: 289px;
}
#kaigoVisual .text {
  margin-top: 10px;
}
#kaigoVisual .text p {
  color: #4E4E4E;
  text-align: center;
  font-weight: 600;
  font-size: 4vw;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 980px) {
  #kaigoVisual .text p {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #kaigoVisual .inner:after {
    height: 5px;
  }
  #kaigoVisual .textBox {
    padding: 0px;
    width: 290px;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    transform: translate3d(0, -50%, 0);
  }
  #kaigoVisual .text p {
    font-size: 20px;
  }
}
@media screen and (min-width: 980px) {
  #kaigoVisual .inner:after {
    height: 7px;
  }
  #kaigoVisual .textBox {
    width: 432px;
  }
  #kaigoVisual .textBox .title img {
    max-width: 100%;
  }
  #kaigoVisual .text {
    margin-top: 20px;
  }
  #kaigoVisual .text p {
    font-size: 21px;
  }
  #kaigoVisual .text p br {
    display: none;
  }
}
@media screen and (min-width: 1380px) {
  #kaigoVisual .textBox {
    width: 578px;
  }
  #kaigoVisual .text {
    margin-top: 25px;
  }
  #kaigoVisual .text p {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}
/* =============================================
-common
================================================ */
.titleKaigo01 {
  margin-bottom: 35px;
}
.titleKaigo01 .head {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 35px;
}
.titleKaigo01 .head:before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #838383;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -2px;
}
.titleKaigo01 .titleArea {
  margin-top: 10px;
}
.titleKaigo01 .titleArea span {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-align: center;
  color: #4E4E4E;
}
@media screen and (min-width: 980px) {
  .titleKaigo01 .titleArea span {
    font-weight: bold;
  }
}
.titleKaigo01 .titleArea .small {
  font-size: 5.5vw;
}
.titleKaigo01 .titleArea .text {
  font-size: 7.5vw;
  margin-top: 5px;
  line-height: 1.4em;
}
.titleKaigo01 .titleArea .text strong {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 180%;
  display: inline-block;
  position: relative;
  top: 0.05em;
}

@media screen and (min-width: 768px) {
  .titleKaigo01 {
    margin-bottom: 40px;
  }
  .titleKaigo01 .head {
    font-size: 18px;
    padding-bottom: 45px;
  }
  .titleKaigo01 .head:before {
    height: 40px;
  }
  .titleKaigo01 .titleArea {
    margin-top: 15px;
  }
  .titleKaigo01 .titleArea .small {
    font-size: 30px;
  }
  .titleKaigo01 .titleArea .text {
    font-size: 42px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 980px) {
  .titleKaigo01 {
    margin-bottom: 65px;
  }
  .titleKaigo01 .head {
    font-size: 25px;
    padding-bottom: 55px;
  }
  .titleKaigo01 .head:before {
    height: 45px;
  }
  .titleKaigo01 .titleArea {
    margin-top: 20px;
  }
  .titleKaigo01 .titleArea .small {
    font-size: 38px;
    line-height: 1em;
  }
  .titleKaigo01 .titleArea .text {
    font-size: 58px;
    margin-top: 0px;
  }
}
.titleKaigo02 {
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.titleKaigo02 .numberArea {
  width: 60px;
  padding-top: 26px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleKaigo02 .numberArea:before {
  content: "";
  width: 70px;
  height: 35px;
  background-image: url(../images/kaigo/title_dc.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -35px;
}
.titleKaigo02 .numberArea .note, .titleKaigo02 .numberArea .number {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  line-height: 1em;
}
.titleKaigo02 .numberArea .note {
  font-size: 50%;
  color: #fff;
}
.titleKaigo02 .numberArea .number {
  font-size: 30px;
  margin-top: 5px;
}
.titleKaigo02 .title {
  padding-top: 10px;
  padding-left: 20px;
  line-height: 1.5em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 4vw;
}
@media screen and (min-width: 980px) {
  .titleKaigo02 .title {
    font-weight: bold;
  }
}
.titleKaigo02 .title strong {
  font-size: 130%;
  padding-right: 0.1em;
}

@media screen and (min-width: 768px) {
  .titleKaigo02 {
    margin-bottom: 15px;
  }
  .titleKaigo02 .numberArea {
    width: 80px;
    padding-top: 35px;
  }
  .titleKaigo02 .numberArea:before {
    width: 100px;
    height: 45px;
    margin-left: -50px;
  }
  .titleKaigo02 .numberArea .note {
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .titleKaigo02 .numberArea .note {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .titleKaigo02 .numberArea .number {
    font-size: 50px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .titleKaigo02 .title {
    padding-top: 15px;
    padding-left: 30px;
    font-size: 28px;
  }
}
@media screen and (min-width: 980px) {
  .titleKaigo02 {
    margin-bottom: 20px;
  }
  .titleKaigo02 .numberArea {
    width: 115px;
    padding-top: 40px;
  }
  .titleKaigo02 .numberArea:before {
    width: 116px;
    height: 58px;
    margin-left: -58px;
  }
  .titleKaigo02 .numberArea .number {
    font-size: 69px;
  }
  .titleKaigo02 .title {
    padding-top: 20px;
    padding-left: 35px;
    font-size: 33px;
  }
}
@media screen and (min-width: 1180px) {
  .titleKaigo02 {
    margin-bottom: 35px;
  }
}
.titleKaigo03 {
  text-align: center;
  margin-bottom: 20px;
}
.titleKaigo03 .label {
  background: #FFB0C6;
  background: linear-gradient(to right, #FFB0C6 0%, #FF755C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}
.titleKaigo03 .title {
  font-weight: 600;
  font-size: 5vw;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (min-width: 980px) {
  .titleKaigo03 .title {
    font-weight: bold;
  }
}
.titleKaigo03 .title strong {
  color: #E663A0;
}

@media screen and (min-width: 768px) {
  .titleKaigo03 {
    margin-bottom: 35px;
  }
  .titleKaigo03 .label {
    padding: 5px 20px;
    letter-spacing: 0.2em;
    margin-bottom: 13px;
  }
  .titleKaigo03 .title {
    font-size: 26px;
  }
}
.colLayout_kaigo01 .textBox {
  margin-top: 15px;
}
.colLayout_kaigo01 .textBox .textArea {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colLayout_kaigo01 .textBox .textArea strong {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .colLayout_kaigo01 .textBox .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .colLayout_kaigo01 {
    display: flex;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .colLayout_kaigo01 .imgArea {
    width: 40%;
  }
  .colLayout_kaigo01 .imgArea .img {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .colLayout_kaigo01 .textBox {
    margin-top: 0px;
    flex: 1;
  }
  .colLayout_kaigo01.reverse {
    flex-direction: row-reverse;
  }
  .colLayout_kaigo01.reverse .textBox {
    padding-right: 20px;
  }
  .colLayout_kaigo01:not(.reverse) .textBox {
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout_kaigo01 .imgArea {
    width: 50%;
  }
  .colLayout_kaigo01.reverse .textBox {
    padding-right: 25px;
  }
  .colLayout_kaigo01:not(.reverse) .textBox {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout_kaigo01 .imgArea {
    width: 515px;
  }
}
/* =============================================
-kaigo_outline
================================================ */
#kaigo_outline {
  background-image: url(../images/kaigo/pattern01.png);
  background-color: #F5F5F5;
}
#kaigo_outline .textArea p {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4E4E4E;
  font-size: 15px;
  line-height: 1.9em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  #kaigo_outline .textArea p {
    font-weight: bold;
  }
}
#kaigo_outline .textArea p + p {
  margin-top: 1em;
}
#kaigo_outline .textArea p strong {
  color: #E663A0;
}

@media screen and (min-width: 768px) {
  #kaigo_outline .textArea p {
    font-size: 20px;
    text-align: center;
  }
  #kaigo_outline .textArea p + p {
    margin-top: 1em;
  }
  #kaigo_outline .textArea p strong {
    color: #E663A0;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_outline .textArea p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  #kaigo_outline {
    padding: 90px 30px 90px 30px;
  }
  #kaigo_outline .textArea p {
    font-size: 29px;
  }
}
/* =============================================
-kaigoMerit
================================================ */
#kaigoMerit {
  background-image: url(../images/kaigo/pattern01.png);
  background-color: #F5F5F5;
}
#kaigoMerit .column {
  background-color: #86B2DD;
  padding: 20px;
  border-radius: 10px;
}
#kaigoMerit .column + .column {
  margin-top: 30px;
}
#kaigoMerit .titleKaigo01 .head {
  color: #86B2DD;
}
#kaigoMerit .titleKaigo01 .titleArea .text strong {
  color: #86B2DD;
}
#kaigoMerit .titleKaigo02 .numberArea .number {
  color: #FFF796;
}
#kaigoMerit .titleKaigo02 .title strong {
  color: #FFF796;
}
#kaigoMerit .colLayout_kaigo01 .textBox .textArea {
  color: #fff;
}
#kaigoMerit .colLayout_kaigo01 .textBox .textArea strong {
  color: #FFF796;
}

@media screen and (min-width: 768px) {
  #kaigoMerit .column {
    padding: 40px 30px;
  }
  #kaigoMerit .column + .column {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #kaigoMerit .column {
    padding: 60px 50px 60px 50px;
  }
  #kaigoMerit .column + .column {
    margin-top: 100px;
  }
  #kaigoMerit .colLayout_kaigo01 .imgArea {
    margin-bottom: -80px;
  }
  #kaigoMerit .colLayout_kaigo01.reverse .imgArea {
    margin-right: -70px;
  }
  #kaigoMerit .colLayout_kaigo01:not(.reverse) .imgArea {
    margin-left: -70px;
  }
}
@media screen and (min-width: 1180px) {
  #kaigoMerit {
    padding: 90px 30px 180px 30px;
  }
  #kaigoMerit .inner {
    max-width: 1020px;
    margin: 0px auto;
  }
  #kaigoMerit .column {
    padding: 60px 50px 0px 50px;
    position: relative;
  }
  #kaigoMerit .column + .column {
    margin-top: 150px;
  }
  #kaigoMerit .colLayout_kaigo01 {
    position: relative;
  }
  #kaigoMerit .colLayout_kaigo01 .textArea {
    min-height: 340px;
    letter-spacing: 0.06em;
  }
  #kaigoMerit .colLayout_kaigo01 .imgArea {
    margin-bottom: 0px;
  }
  #kaigoMerit .colLayout_kaigo01 .imgArea .img {
    width: 515px;
    position: absolute;
    bottom: -40px;
  }
  #kaigoMerit .colLayout_kaigo01.reverse .imgArea {
    margin-right: -110px;
  }
  #kaigoMerit .colLayout_kaigo01.reverse .imgArea .img {
    right: -110px;
  }
  #kaigoMerit .colLayout_kaigo01:not(.reverse) .imgArea {
    margin-left: -110px;
  }
  #kaigoMerit .colLayout_kaigo01:not(.reverse) .imgArea .img {
    left: -110px;
  }
  #kaigoMerit .column.merit04 .colLayout_kaigo01 .textArea {
    min-height: 410px;
    letter-spacing: 0.1em;
  }
}
/* =============================================
-kaigo_worklist
================================================ */
#kaigo_worklist .title {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6vw;
  line-height: 1.6em;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  #kaigo_worklist .title {
    font-weight: bold;
  }
}
#kaigo_worklist .title strong {
  font-size: 120%;
}
#kaigo_worklist .check_lists li {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  padding-left: 30px;
}
#kaigo_worklist .check_lists li:before {
  content: "";
  width: 25px;
  height: 19px;
  background-image: url(../images/kaigo/check.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 2px;
}
#kaigo_worklist .check_lists li strong {
  font-weight: 600;
  font-size: 110%;
}
@media screen and (min-width: 980px) {
  #kaigo_worklist .check_lists li strong {
    font-weight: bold;
  }
}
#kaigo_worklist .check_lists li + li {
  margin-top: 10px;
}
#kaigo_worklist .textArea {
  margin-top: 20px;
}
#kaigo_worklist .textArea strong {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #kaigo_worklist .textArea strong {
    font-weight: bold;
  }
}
#kaigo_worklist .midashi {
  margin-top: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5vw;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  #kaigo_worklist .midashi {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #kaigo_worklist .title {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #kaigo_worklist .title {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_worklist .title strong {
    font-size: 120%;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_worklist .check_lists li {
    font-size: 20px;
    padding-left: 43px;
    letter-spacing: 0.05em;
  }
  #kaigo_worklist .check_lists li:before {
    width: 35px;
    height: 27px;
    top: 0px;
  }
  #kaigo_worklist .check_lists li + li {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_worklist .textArea {
    margin-top: 35px;
  }
  #kaigo_worklist .textArea p {
    font-size: 16px;
    line-height: 1.9em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #kaigo_worklist .textArea p + p {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_worklist .midashi {
    margin-top: 25px;
    font-size: 21px;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_worklist {
    position: relative;
  }
  #kaigo_worklist .inner {
    position: relative;
    z-index: 11;
    max-width: 1020px;
    margin: 0px auto;
  }
  #kaigo_worklist:after {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url(../images/kaigo/worklist_dc.png);
    background-size: cover;
  }
  #kaigo_worklist .title {
    font-size: 40px;
    line-height: 1.7em;
    margin-bottom: 35px;
  }
  #kaigo_worklist .check_lists li {
    font-size: 22px;
  }
  #kaigo_worklist .check_lists li + li {
    margin-top: 25px;
  }
  #kaigo_worklist .textArea {
    margin-top: 45px;
  }
  #kaigo_worklist .textArea p {
    font-size: 18px;
  }
  #kaigo_worklist .midashi {
    margin-top: 35px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  #kaigo_worklist {
    padding: 180px 30px 170px 30px;
  }
  #kaigo_worklist:after {
    width: 682px;
    height: 1203px;
  }
  #kaigo_worklist .title {
    margin-bottom: 40px;
  }
  #kaigo_worklist .midashi {
    margin-top: 40px;
    font-size: 29px;
  }
}
/* =============================================
-kaigo_worklist
================================================ */
#kaigoSupport {
  background-color: #FD9FA3;
}
#kaigoSupport .column {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
#kaigoSupport .column + .column {
  margin-top: 30px;
}
#kaigoSupport .titleKaigo01 .head {
  color: #fff;
}
#kaigoSupport .titleKaigo01 .head:before {
  background-color: #fff;
}
#kaigoSupport .titleKaigo01 .titleArea .text, #kaigoSupport .titleKaigo01 .titleArea .small {
  color: #fff;
}
#kaigoSupport .titleKaigo02 .numberArea:before {
  background-image: url(../images/kaigo/title_dc2.png);
}
#kaigoSupport .titleKaigo02 .numberArea .number {
  color: #FF799D;
}
#kaigoSupport .titleKaigo02 .numberArea .note {
  color: #4E4E4E;
}
#kaigoSupport .titleKaigo02 .title {
  color: #4E4E4E;
}
#kaigoSupport .titleKaigo02 .title strong {
  color: #FF799D;
}
#kaigoSupport .colLayout_kaigo01 .textBox .textArea strong {
  color: #FF799D;
}

@media screen and (min-width: 768px) {
  #kaigoSupport {
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1519px) {
  #kaigoSupport .inner {
    position: relative;
    z-index: 11;
  }
}
@media screen and (min-width: 768px) {
  #kaigoSupport .column {
    padding: 40px 30px;
  }
  #kaigoSupport .column + .column {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  #kaigoSupport:before, #kaigoSupport:after {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0.4;
  }
}
@media screen and (min-width: 768px) {
  #kaigoSupport:before {
    background-image: url(../images/kaigo/support_dc_left.png);
    background-size: cover;
    left: -5%;
  }
}
@media screen and (min-width: 768px) {
  #kaigoSupport:after {
    background-image: url(../images/kaigo/support_dc_right.png);
    background-size: cover;
    right: -5%;
  }
}
@media screen and (min-width: 980px) {
  #kaigoSupport .inner {
    max-width: 1020px;
    margin: 0px auto;
  }
  #kaigoSupport .column {
    padding: 60px 50px 60px 50px;
  }
  #kaigoSupport .column + .column {
    margin-top: 100px;
  }
  #kaigoSupport .colLayout_kaigo01 .imgArea {
    margin-bottom: -80px;
  }
  #kaigoSupport .colLayout_kaigo01.reverse .imgArea {
    margin-right: -70px;
  }
  #kaigoSupport .colLayout_kaigo01:not(.reverse) .imgArea {
    margin-left: -70px;
  }
}
@media screen and (min-width: 1180px) {
  #kaigoSupport {
    padding: 100px 30px 180px 30px;
  }
  #kaigoSupport .column {
    padding: 50px 50px 0px 50px;
  }
  #kaigoSupport .column + .column {
    margin-top: 150px;
  }
  #kaigoSupport .colLayout_kaigo01 {
    position: relative;
  }
  #kaigoSupport .colLayout_kaigo01 .textArea {
    min-height: 290px;
    letter-spacing: 0.06em;
  }
  #kaigoSupport .colLayout_kaigo01 .imgArea {
    margin-bottom: 0px;
    width: 495px;
  }
  #kaigoSupport .colLayout_kaigo01 .imgArea .img {
    width: 495px;
    position: absolute;
    bottom: -55px;
  }
  #kaigoSupport .colLayout_kaigo01.reverse .imgArea {
    margin-right: -90px;
  }
  #kaigoSupport .colLayout_kaigo01.reverse .imgArea .img {
    right: -90px;
  }
  #kaigoSupport .colLayout_kaigo01:not(.reverse) .imgArea {
    margin-left: -90px;
  }
  #kaigoSupport .colLayout_kaigo01:not(.reverse) .imgArea .img {
    left: -90px;
  }
  #kaigoSupport:before {
    width: 408px;
  }
  #kaigoSupport:after {
    width: 427px;
  }
}
/* =============================================
-kaigo_date
================================================ */
#kaigo_date {
  background-image: url(../images/kaigo/pattern01.png);
  background-color: #F5F5F5;
}
#kaigo_date .titleKaigo01 .head {
  color: #8BC974;
}
#kaigo_date .titleKaigo01 .titleArea {
  text-align: center;
}
#kaigo_date .titleKaigo01 .titleArea span {
  display: inline-block;
}
#kaigo_date .boxWrap .midashi {
  font-size: 5vw;
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  #kaigo_date .boxWrap .midashi {
    font-weight: bold;
  }
}
#kaigo_date .boxWrap .box:nth-child(1) .graf {
  text-align: center;
}
#kaigo_date .boxWrap .box:nth-child(1) .graf img {
  width: 70%;
}
#kaigo_date .boxWrap .box:nth-child(2) .graf {
  position: relative;
  left: -5%;
}
#kaigo_date .boxWrap .box .noticeArea {
  margin-top: 15px;
}
#kaigo_date .boxWrap .box .noticeArea p {
  font-size: 13px;
  color: #4E4E4E;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3em;
}
#kaigo_date .boxWrap .box + .box {
  margin-top: 30px;
}
#kaigo_date .boxWrap .box .dateBox {
  max-width: 70%;
  margin: 0px auto;
}
#kaigo_date .boxWrap .box .dateBox .label {
  background-color: #8BC974;
  color: #fff;
  padding: 3px 0px;
  text-align: center;
  margin-bottom: 5px;
}
#kaigo_date .boxWrap .box .dateBox .date {
  text-align: center;
}
#kaigo_date .boxWrap .box .dateBox .date p {
  display: inline-block;
  line-height: 1em;
}
#kaigo_date .boxWrap .box .dateBox .date .num {
  font-size: 15vw;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #8BC974;
}
#kaigo_date .boxWrap .box .dateBox .date .percentage {
  font-size: 10vw;
}
#kaigo_date .boxWrap .box .dateBox .date .price {
  font-size: 5vw;
}
#kaigo_date .boxWrap .box .dateBox + .dateBox {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #kaigo_date .titleKaigo01 .head {
    color: #8BC974;
  }
  #kaigo_date .titleKaigo01 .titleArea {
    text-align: center;
  }
  #kaigo_date .titleKaigo01 .titleArea span {
    display: inline-block;
  }
  #kaigo_date .boxWrap {
    display: flex;
    flex-wrap: wrap;
  }
  #kaigo_date .boxWrap .box {
    width: 48%;
  }
  #kaigo_date .boxWrap .box + .box {
    margin-top: 0px;
  }
  #kaigo_date .boxWrap .box:nth-child(even) {
    margin-left: 4%;
  }
  #kaigo_date .boxWrap .box:nth-child(n+3) {
    margin-top: 40px;
  }
  #kaigo_date .boxWrap .midashi {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #kaigo_date .boxWrap .box:nth-child(1) .graf {
    text-align: center;
  }
  #kaigo_date .boxWrap .box:nth-child(1) .graf img {
    width: 75%;
  }
  #kaigo_date .boxWrap .box:nth-child(2) .graf {
    position: relative;
    left: -5%;
  }
  #kaigo_date .boxWrap .box .noticeArea {
    margin-top: 20px;
  }
  #kaigo_date .boxWrap .box .noticeArea p {
    line-height: 1.5em;
  }
  #kaigo_date .boxWrap .box .dateBox {
    max-width: 160px;
    margin: 0px auto;
  }
  #kaigo_date .boxWrap .box .dateBox .date {
    white-space: nowrap;
  }
  #kaigo_date .boxWrap .box .dateBox .date .num {
    font-size: 58px;
  }
  #kaigo_date .boxWrap .box .dateBox .date .percentage {
    font-size: 35px;
  }
  #kaigo_date .boxWrap .box .dateBox .date .price {
    font-size: 23px;
  }
  #kaigo_date .boxWrap .box .dateBox + .dateBox {
    margin-top: 0px;
    margin-left: 15px;
  }
  #kaigo_date .boxWrap .box .dateWrap {
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_date .inner {
    max-width: 1020px;
    margin: 0 auto;
  }
  #kaigo_date .boxWrap .box:nth-child(n+3) {
    margin-top: 80px;
  }
  #kaigo_date .boxWrap .midashi {
    font-size: 27px;
    margin-bottom: 30px;
  }
  #kaigo_date .boxWrap .box:nth-child(1) .graf img {
    width: 73.5%;
  }
  #kaigo_date .boxWrap .box .noticeArea {
    margin-top: 20px;
  }
  #kaigo_date .boxWrap .box .noticeArea p {
    font-size: 12px;
    line-height: 1.5em;
  }
  #kaigo_date .boxWrap .box .dateBox {
    max-width: 200px;
  }
  #kaigo_date .boxWrap .box .dateBox .label {
    padding: 2px 0px;
  }
  #kaigo_date .boxWrap .box .dateBox .date .num {
    font-size: 70px;
    letter-spacing: 0.05em;
  }
  #kaigo_date .boxWrap .box .dateBox .date .percentage {
    font-size: 40px;
  }
  #kaigo_date .boxWrap .box .dateBox .date .price {
    font-size: 23px;
  }
}
@media screen and (min-width: 1180px) {
  #kaigo_date .boxWrap .box:nth-child(n+3) {
    margin-top: 120px;
  }
  #kaigo_date .boxWrap .midashi {
    font-size: 27px;
    margin-bottom: 30px;
  }
  #kaigo_date .boxWrap .noticeArea {
    margin-top: 20px;
  }
  #kaigo_date .boxWrap .noticeArea p {
    letter-spacing: 0.02em;
  }
  #kaigo_date .boxWrap .box:nth-child(1) .graf img {
    width: 381px;
  }
  #kaigo_date .boxWrap .box:nth-child(2) .graf {
    left: -9%;
  }
  #kaigo_date .boxWrap .box:nth-child(2) .graf img {
    width: 521px;
  }
  #kaigo_date .boxWrap .box .dateBox {
    max-width: 220px;
  }
  #kaigo_date .boxWrap .box .dateBox .date .num {
    font-size: 80px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1180px) and (min-width: 980px) {
  #kaigo_date .boxWrap .box .dateBox .date .num {
    font-weight: bold;
  }
}
@media screen and (min-width: 1180px) {
  #kaigo_date .boxWrap .box .dateBox .date .percentage {
    font-size: 46px;
  }
}
@media screen and (min-width: 1180px) {
  #kaigo_date .boxWrap .box .dateBox .date .price {
    font-size: 20px;
  }
}
/* =============================================
-kaigo_career
================================================ */
#kaigo_career {
  background-color: #79CCBC;
}
#kaigo_career .headText p {
  color: #fff;
}
#kaigo_career .stepWrap {
  margin-top: 50px;
}
#kaigo_career .stepWrap > .column + .column {
  margin-top: 70px;
}
#kaigo_career .stepWrap > .column + .column:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: -48px;
  margin-left: -15px;
}
#kaigo_career .column {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
#kaigo_career .column .headline {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFF796;
  text-align: center;
  font-weight: 600;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.2em;
  margin-top: -35px;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  #kaigo_career .column .headline {
    font-weight: bold;
  }
}
#kaigo_career .column .midashi {
  font-size: 4.8vw;
  color: #79CCBC;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}
@media screen and (min-width: 980px) {
  #kaigo_career .column .midashi {
    font-weight: bold;
  }
}
#kaigo_career .column .midashi span {
  font-size: 75%;
}
#kaigo_career .column .careerList {
  margin-top: 10px;
}
#kaigo_career .column .careerList li {
  display: inline-block;
  border-radius: 40px;
  background-color: #79CCBC;
  color: #fff;
  padding: 8px 15px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #kaigo_career .column .careerList li {
    font-weight: bold;
  }
}
#kaigo_career .column .careerList li:last-child {
  margin-bottom: 0px;
}
#kaigo_career .titleKaigo01 .head {
  color: #fff;
}
#kaigo_career .titleKaigo01 .head:before {
  background-color: #fff;
}
#kaigo_career .titleKaigo01 .titleArea .text, #kaigo_career .titleKaigo01 .titleArea .small {
  color: #fff;
}
#kaigo_career .columnWrap {
  position: relative;
}
@media screen and (max-width: 979px) {
  #kaigo_career .columnWrap {
    margin-top: 70px;
  }
  #kaigo_career .columnWrap:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: -43px;
    margin-left: -15px;
  }
}
#kaigo_career .columnWrap .sp_text {
  background-color: #FFF796;
  margin-bottom: 40px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  text-align: center;
  padding: 7px 0px;
}
@media screen and (min-width: 980px) {
  #kaigo_career .columnWrap .sp_text {
    font-weight: bold;
  }
}
#kaigo_career .columnWrap .column + .column {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  #kaigo_career {
    position: relative;
  }
  #kaigo_career .inner {
    max-width: 1020px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1519px) {
  #kaigo_career .inner {
    position: relative;
    z-index: 11;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career .stepWrap {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career .stepWrap > .column + .column {
    margin-top: 90px;
  }
  #kaigo_career .stepWrap > .column + .column:after {
    border-width: 23px 23px 0 23px;
    top: -62px;
    margin-left: -23px;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career .column {
    padding: 40px 30px;
  }
  #kaigo_career .column .headline {
    padding: 10px 10px;
    font-size: 18px;
    margin-top: -55px;
    margin-bottom: 30px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
  #kaigo_career .column .midashi {
    font-size: 25px;
    text-align: center;
    margin-bottom: 12px;
  }
  #kaigo_career .column .careerList {
    margin-top: 20px;
    text-align: center;
  }
  #kaigo_career .column .careerList li {
    padding: 8px 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career .columnWrap {
    position: relative;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #kaigo_career .columnWrap {
    margin-top: 90px;
  }
  #kaigo_career .columnWrap:after {
    border-width: 23px 23px 0 23px;
    top: -62px;
    margin-left: -23px;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career .columnWrap .sp_text {
    margin: 0px;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career .columnWrap .column {
    width: 48%;
  }
  #kaigo_career .columnWrap .column + .column {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #kaigo_career .columnWrap .column:nth-of-type(even) {
    margin-left: 4%;
  }
  #kaigo_career .columnWrap .column:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career .columnWrap .column .careerList {
    margin-top: 20px;
    text-align: center;
  }
  #kaigo_career .columnWrap .column .careerList li {
    width: 100%;
  }
  #kaigo_career .columnWrap .column .careerList li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career:before, #kaigo_career:after {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0.3;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career:before {
    background-image: url(../images/kaigo/career_dc_left.png);
    background-size: cover;
    left: -5%;
  }
}
@media screen and (min-width: 768px) {
  #kaigo_career:after {
    background-image: url(../images/kaigo/career_dc_right.png);
    background-size: cover;
    right: -5%;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_career .headText p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2.2em;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #kaigo_career .headText p {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_career .stepWrap {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_career .stepWrap > .column + .column {
    margin-top: 140px;
  }
  #kaigo_career .stepWrap > .column + .column:after {
    border-width: 30px 25px 0 25px;
    top: -93px;
    margin-left: -25px;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_career .column {
    padding: 50px 60px 50px 60px;
  }
  #kaigo_career .column .headline {
    padding: 13px 10px;
    font-size: 20px;
    margin-top: -65px;
    margin-bottom: 35px;
  }
  #kaigo_career .column .midashi {
    margin-bottom: 15px;
  }
  #kaigo_career .column .careerList {
    margin-top: 20px;
  }
  #kaigo_career .column .careerList li {
    padding: 15px 30px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.3em;
  }
  #kaigo_career .column .textArea {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_career .columnWrap {
    margin-top: 140px;
  }
  #kaigo_career .columnWrap .column {
    position: relative;
    width: 32%;
    padding: 50px 25px 50px 25px;
  }
  #kaigo_career .columnWrap .column:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    border-width: 30px 25px 0 25px;
    top: -93px;
    margin-left: -25px;
  }
  #kaigo_career .columnWrap .column + .column {
    margin-top: 0px;
    margin-left: 2%;
  }
  #kaigo_career .columnWrap .column .careerList {
    margin-top: 20px;
    text-align: center;
  }
  #kaigo_career .columnWrap .column .careerList li {
    width: 100%;
  }
  #kaigo_career .columnWrap .column .careerList li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1180px) {
  #kaigo_career {
    padding: 180px 30px 180px 30px;
  }
  #kaigo_career:before {
    width: 408px;
  }
  #kaigo_career:after {
    width: 427px;
  }
}
/* =============================================
-kaigo_voice
================================================ */
#kaigo_voice {
  background-image: url(../images/kaigo/pattern01.png);
  background-color: #F5F5F5;
}
#kaigo_voice .titleKaigo01 .head {
  color: #E663A0;
}
#kaigo_voice .voiceWrap .column {
  padding: 5px;
  background: #FFB0C6;
  background: linear-gradient(to right, #FFB0C6 0%, #FF755C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
}
#kaigo_voice .voiceWrap .column + .column {
  margin-top: 30px;
}
#kaigo_voice .voiceWrap .column .in {
  padding: 20px;
  background-color: #fff;
}
#kaigo_voice .voiceWrap .column .colLayout {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#kaigo_voice .voiceWrap .column .colLayout .imgArea .name {
  margin-top: 3px;
  font-size: 13px;
  text-align: right;
}
#kaigo_voice .voiceWrap .column .colLayout .textBox {
  margin-top: 15px;
}
#kaigo_voice .voiceWrap .column .colLayout .textBox strong {
  font-weight: 600;
  color: #E663A0;
}
@media screen and (min-width: 980px) {
  #kaigo_voice .voiceWrap .column .colLayout .textBox strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #kaigo_voice .voiceWrap .column {
    padding: 10px;
  }
  #kaigo_voice .voiceWrap .column + .column {
    margin-top: 30px;
  }
  #kaigo_voice .voiceWrap .column .in {
    padding: 30px 30px;
  }
  #kaigo_voice .voiceWrap .column .colLayout {
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #kaigo_voice .voiceWrap .column .colLayout .imgArea {
    width: 40%;
  }
  #kaigo_voice .voiceWrap .column .colLayout .imgArea .name {
    margin-top: 3px;
    font-size: 13px;
    text-align: right;
  }
  #kaigo_voice .voiceWrap .column .colLayout .textBox {
    margin-top: 0px;
    flex: 1;
  }
  #kaigo_voice .voiceWrap .column .colLayout.reverse {
    flex-direction: row-reverse;
  }
  #kaigo_voice .voiceWrap .column .colLayout.reverse .imgArea .name {
    text-align: left;
  }
  #kaigo_voice .voiceWrap .column .colLayout.reverse .textBox {
    padding-right: 20px;
  }
  #kaigo_voice .voiceWrap .column .colLayout:not(.reverse) .textBox {
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_voice .inner {
    max-width: 1020px;
    margin: 0px auto;
  }
  #kaigo_voice .voiceWrap .column {
    padding: 10px;
  }
  #kaigo_voice .voiceWrap .column + .column {
    margin-top: 60px;
  }
  #kaigo_voice .voiceWrap .column .in {
    padding: 50px 60px;
  }
  #kaigo_voice .voiceWrap .column .colLayout .imgArea {
    width: 45%;
  }
  #kaigo_voice .voiceWrap .column .colLayout .imgArea .name {
    margin-top: 8px;
    font-size: 14px;
  }
  #kaigo_voice .voiceWrap .column .colLayout.reverse .imgArea {
    margin-right: -90px;
  }
  #kaigo_voice .voiceWrap .column .colLayout.reverse .textBox {
    padding-right: 25px;
  }
  #kaigo_voice .voiceWrap .column .colLayout:not(.reverse) .imgArea {
    margin-left: -90px;
  }
  #kaigo_voice .voiceWrap .column .colLayout:not(.reverse) .textBox {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1180px) {
  #kaigo_voice {
    padding: 120px 30px 180px 30px;
  }
  #kaigo_voice .voiceWrap .column {
    padding: 15px;
  }
  #kaigo_voice .voiceWrap .column + .column {
    margin-top: 60px;
  }
  #kaigo_voice .voiceWrap .column .in {
    padding: 60px 60px 70px 60px;
  }
  #kaigo_voice .voiceWrap .column .colLayout .imgArea {
    width: 432px;
  }
  #kaigo_voice .voiceWrap .column .colLayout.reverse .imgArea {
    margin-right: -145px;
  }
  #kaigo_voice .voiceWrap .column .colLayout.reverse .textBox {
    padding-right: 40px;
  }
  #kaigo_voice .voiceWrap .column .colLayout:not(.reverse) .imgArea {
    margin-left: -145px;
  }
  #kaigo_voice .voiceWrap .column .colLayout:not(.reverse) .textBox {
    padding-left: 40px;
  }
}
/* =============================================
-searchJob
================================================ */
.searchJob .titleStyle06 .en {
  color: #16254B;
}
.searchJob .titleStyle06 .sub, .searchJob .titleStyle06 .title {
  color: #E663A0;
}
.searchJob .titleStyle06:before {
  background-color: #ccc;
}
.searchJob .titleStyle06:after {
  background-color: #E663A0;
}
.searchJob.kaigo .box {
  background: #E663A0;
  color: #fff;
  position: relative;
}
.searchJob.kaigo .box .in {
  background-color: #E663A0;
}
.searchJob.kaigo .box .textArea p strong {
  color: #FFDC1A;
}
.searchJob.kaigo .box .point:before, .searchJob.kaigo .box .point:after {
  background-color: #fff;
}
.searchJob.kaigo .box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #FFDC1A transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* =============================================
- kaigo_recruit
================================================ */
#kaigo_recruit {
  background-image: url(../images/common/pattern01.png);
  padding-right: 0px;
  padding-left: 0px;
}
#kaigo_recruit .inner {
  margin: 0px auto;
}
#kaigo_recruit .inner > .btnArea {
  margin-top: 40px;
  padding: 0px 20px;
}
#kaigo_recruit .recruitBlock {
  margin-top: 40px;
  padding: 0px 20px;
}
#kaigo_recruit .titleStyle02 .title {
  color: #E663A0;
}
#kaigo_recruit .titleStyle02 .sub {
  color: #4E4E4E;
}
#kaigo_recruit .titleStyle02:before {
  background-color: #E663A0;
}
#kaigo_recruit .titleStyle02:after {
  background-color: #4E4E4E;
}
#kaigo_recruit .btnStyle01 {
  color: #fff;
  background-color: #E663A0;
}
#kaigo_recruit .btnStyle01:before, #kaigo_recruit .btnStyle01:after {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #kaigo_recruit .inner > .btnArea {
    margin-top: 50px;
  }
  #kaigo_recruit .recruitBlock {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #kaigo_recruit .inner > .btnArea {
    margin-top: 60px;
  }
  #kaigo_recruit .recruitBlock {
    margin-top: 90px;
  }
}
/* =============================================
- sale_recruit
================================================ */
.ConsultationArea.kaigo {
  background: #E663A0;
}
.ConsultationArea.kaigo .colorArea {
  background-color: #FFFCDB;
  padding: 25px;
  border-radius: 10px;
}
.ConsultationArea.kaigo .titleArea .title {
  color: #4E4E4E;
}
.ConsultationArea.kaigo .titleArea .title strong {
  color: #E663A0;
}
.ConsultationArea.kaigo .titleArea .title span {
  background-image: radial-gradient(0.1em 0.1em at center center, #E663A0, #E663A0 100%, transparent);
}
.ConsultationArea.kaigo .titleArea .icon svg path, .ConsultationArea.kaigo .titleArea .icon svg rect, .ConsultationArea.kaigo .titleArea .icon svg circle {
  fill: #E663A0;
}
.ConsultationArea.kaigo .btn_cons {
  width: 100%;
  position: relative;
  background-color: #E663A0;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 15px 13px 15px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.ConsultationArea.kaigo .btn_cons .svgwrap {
  display: inline-block;
  width: 23px;
  height: 20px;
}
.ConsultationArea.kaigo .btn_cons img,
.ConsultationArea.kaigo .btn_cons svg {
  width: 23px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.ConsultationArea.kaigo .btn_cons img path, .ConsultationArea.kaigo .btn_cons img circle,
.ConsultationArea.kaigo .btn_cons svg path,
.ConsultationArea.kaigo .btn_cons svg circle {
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .ConsultationArea.kaigo .colorArea {
    padding: 40px 25px;
  }
  .ConsultationArea.kaigo .btnArea {
    margin-top: 30px;
  }
  .ConsultationArea.kaigo .btn_cons {
    font-size: 17px;
    font-weight: normal;
    padding: 10px 15px 10px 15px;
    max-width: 430px;
  }
  .ConsultationArea.kaigo .btn_cons .svgwrap {
    width: 23px;
    height: 20px;
  }
  .ConsultationArea.kaigo .btn_cons img, .ConsultationArea.kaigo .btn_cons svg {
    width: 23px;
    height: 20px;
  }
}
@media screen and (min-width: 980px) {
  .ConsultationArea.kaigo .colorArea {
    padding: 70px 25px;
    max-width: 1020px;
    margin: 0px auto;
  }
  .ConsultationArea.kaigo .btnArea {
    margin-top: 30px;
  }
  .ConsultationArea.kaigo .btn_cons {
    font-size: 25px;
    padding: 13px 15px 17px 15px;
    border-radius: 60px;
  }
  .ConsultationArea.kaigo .btn_cons .svgwrap {
    width: 40px;
    height: 30px;
    position: relative;
    top: 1px;
  }
  .ConsultationArea.kaigo .btn_cons img, .ConsultationArea.kaigo .btn_cons svg {
    width: 40px;
    height: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .ConsultationArea.kaigo .colorArea {
    padding: 90px 30px;
  }
}
/* =============================================
- Animation
================================================ */
#kaigoVisual {
  position: relative;
  min-height: 56vw;
}
#kaigoVisual .inner {
  opacity: 0;
  transition: all 1.5s ease;
}
#kaigoVisual:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
  background-color: #FFB0C6;
  transition: all 1.4s ease;
}
#kaigoVisual:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  background-color: #FF755C;
  transition: all 1s ease;
}
#kaigoVisual.on .inner {
  opacity: 1;
}
#kaigoVisual.on:before, #kaigoVisual.on:after {
  width: 0;
}

@media screen and (min-width: 1520px) {
  #kaigoVisual {
    min-height: 800px;
  }
}
#kaigo_outline .textArea p {
  opacity: 0;
  transition: all 0.4s ease;
}
#kaigo_outline .textArea p strong {
  display: inline-block;
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(1.1, 1.1);
}
#kaigo_outline .textArea p strong:nth-of-type(0) {
  transition-delay: 0s;
}
#kaigo_outline .textArea p strong:nth-of-type(1) {
  transition-delay: 0.2s;
}
#kaigo_outline .textArea p strong:nth-of-type(2) {
  transition-delay: 0.4s;
}
#kaigo_outline .textArea p strong:nth-of-type(3) {
  transition-delay: 0.6s;
}
#kaigo_outline .textArea p strong:nth-of-type(4) {
  transition-delay: 0.8s;
}
#kaigo_outline .textArea p strong:nth-of-type(5) {
  transition-delay: 1s;
}
#kaigo_outline .textArea p strong:nth-of-type(6) {
  transition-delay: 1.2s;
}
#kaigo_outline .textArea p strong:nth-of-type(7) {
  transition-delay: 1.4s;
}
#kaigo_outline .textArea p strong:nth-of-type(8) {
  transition-delay: 1.6s;
}
#kaigo_outline .textArea p strong:nth-of-type(9) {
  transition-delay: 1.8s;
}
#kaigo_outline .textArea p strong:nth-of-type(10) {
  transition-delay: 2s;
}
#kaigo_outline .textArea p.on {
  opacity: 1;
}
#kaigo_outline .textArea p.on strong {
  opacity: 1;
  transform: scale(1, 1);
}

.ConsultationArea.kaigo .colorArea {
  opacity: 0;
  transition: all 0.4s ease;
}
.ConsultationArea.kaigo .btn_cons {
  transform: translateY(30%);
  opacity: 0;
  transition: all 0.4s ease;
  transition-delay: 0.4s;
}
.ConsultationArea.kaigo.on .colorArea {
  opacity: 1;
}
.ConsultationArea.kaigo.on .btn_cons {
  transform: translateY(0%);
  opacity: 1;
}

.titleKaigo01 {
  opacity: 0;
  transition: all 0.3s ease;
}
.titleKaigo01 .head {
  transform: translateY(-20%);
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}
.titleKaigo01.on {
  opacity: 1;
}
.titleKaigo01.on .head {
  transform: translateY(0%);
  opacity: 1;
}

#kaigoMerit .column {
  opacity: 0;
  transition: all 0.3s ease;
}
#kaigoMerit .column.on {
  opacity: 1;
}
#kaigoMerit .colLayout_kaigo01 .img {
  position: relative;
}
#kaigoMerit .colLayout_kaigo01 .img img {
  transition: all 1s ease;
}
#kaigoMerit .colLayout_kaigo01 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  background-color: #BDE8EA;
  transition: all 0.8s ease;
}
#kaigoMerit .colLayout_kaigo01.on .img img {
  opacity: 1;
}
#kaigoMerit .colLayout_kaigo01.on .img:after {
  width: 0;
}

#kaigo_worklist .title {
  transform: translateY(-10%);
  opacity: 0;
  transition: all 0.4s ease;
}
#kaigo_worklist .title.on {
  transform: translateY(0%);
  opacity: 1;
}
#kaigo_worklist .check_lists li {
  opacity: 0;
  transition: all 0.3s ease;
}
#kaigo_worklist .check_lists li:nth-child(0) {
  transition-delay: 0s;
}
#kaigo_worklist .check_lists li:nth-child(1) {
  transition-delay: 0.15s;
}
#kaigo_worklist .check_lists li:nth-child(2) {
  transition-delay: 0.3s;
}
#kaigo_worklist .check_lists li:nth-child(3) {
  transition-delay: 0.45s;
}
#kaigo_worklist .check_lists li:nth-child(4) {
  transition-delay: 0.6s;
}
#kaigo_worklist .check_lists li:nth-child(5) {
  transition-delay: 0.75s;
}
#kaigo_worklist .check_lists li:nth-child(6) {
  transition-delay: 0.9s;
}
#kaigo_worklist .check_lists li:nth-child(7) {
  transition-delay: 1.05s;
}
#kaigo_worklist .check_lists li:nth-child(8) {
  transition-delay: 1.2s;
}
#kaigo_worklist .check_lists li:nth-child(9) {
  transition-delay: 1.35s;
}
#kaigo_worklist .check_lists li:nth-child(10) {
  transition-delay: 1.5s;
}
#kaigo_worklist .check_lists.on li {
  opacity: 1;
}
#kaigo_worklist .midashi {
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(1.1, 1.1);
}
#kaigo_worklist .midashi.on {
  opacity: 1;
  transform: scale(1, 1);
}

#kaigoSupport .column {
  opacity: 0;
  transition: all 0.3s ease;
}
#kaigoSupport .column.on {
  opacity: 1;
}
#kaigoSupport .colLayout_kaigo01 .img {
  position: relative;
}
#kaigoSupport .colLayout_kaigo01 .img img {
  transition: all 1s ease;
}
#kaigoSupport .colLayout_kaigo01 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  background-color: #FDBEC0;
  transition: all 0.8s ease;
}
#kaigoSupport .colLayout_kaigo01.on .img img {
  opacity: 1;
}
#kaigoSupport .colLayout_kaigo01.on .img:after {
  width: 0;
}

#kaigo_date .boxWrap .box {
  opacity: 0;
  transition: all 0.8s ease;
}
#kaigo_date .boxWrap .box .num {
  transition: all 0.4s ease;
  transform: scale(1.2, 1.2);
}
#kaigo_date .boxWrap .box:nth-child(even) {
  transition-delay: 0.4s;
}
#kaigo_date .boxWrap .box:nth-child(even) .num {
  transition-delay: 0.6s;
}
#kaigo_date .boxWrap .box.on {
  opacity: 1;
}
#kaigo_date .boxWrap .box.on .num {
  transform: scale(1, 1);
}

#kaigo_career .stepWrap > .column {
  opacity: 0;
  transform: translateY(-20%);
  transition: all 0.7s ease;
}
#kaigo_career .stepWrap > .column .textBox {
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.25s;
}
#kaigo_career .stepWrap > .column.on {
  opacity: 1;
  transform: translateY(0%);
}
#kaigo_career .stepWrap > .column.on .textBox {
  opacity: 1;
}
#kaigo_career .stepWrap .columnWrap {
  opacity: 0;
  transform: translateY(-20%);
  transition: all 0.7s ease;
}
#kaigo_career .stepWrap .columnWrap.on {
  opacity: 1;
  transform: translateY(0%);
}

#kaigo_voice .column {
  opacity: 0;
  transition: all 0.3s ease;
}
#kaigo_voice .column.on {
  opacity: 1;
}
#kaigo_voice .colLayout .img {
  position: relative;
}
#kaigo_voice .colLayout .img img {
  transition: all 1s ease;
}
#kaigo_voice .colLayout .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  background-color: #FDBEC0;
  transition: all 0.8s ease;
}
#kaigo_voice .colLayout.on .img img {
  opacity: 1;
}
#kaigo_voice .colLayout.on .img:after {
  width: 0;
}

/* =============================================
- job
================================================ */
/* =============================================
- voice
================================================ */
#voice {
  background-color: #F8F8F8;
}
#voice .titleStyle02.typeB .title, #voice .titleStyle02.typeB .sub {
  background-color: #F8F8F8;
}
#voice .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#voice .inner > .btnArea {
  margin-top: 40px;
}
#voice .boxLayout03 .box .textArea p strong {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #voice .boxLayout03 .box .textArea p strong {
    font-weight: bold;
  }
}
#voice .boxLayout03 .box .textArea p + p {
  margin-top: 1em;
}
#voice .boxLayout03 .box .grayBox {
  padding: 20px 15px 15px 15px;
  background-color: #F8F8F8;
  margin-top: 15px;
  position: relative;
}
#voice .boxLayout03 .box .grayBox .hukidashi img {
  width: 204px;
}
#voice .boxLayout03 .box .grayBox:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0px 0px;
  border-color: #16254B transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (min-width: 768px) {
  #voice .inner > .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #voice .inner > .btnArea {
    margin-top: 80px;
  }
  #voice .titleStyle02 {
    margin-bottom: 80px;
  }
  #voice .boxLayout03 .box .textArea p {
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #voice .boxLayout03 .box .grayBox {
    padding: 30px;
    margin-top: 35px;
  }
  #voice .boxLayout03 .box .grayBox .hukidashi img {
    width: 204px;
  }
  #voice .boxLayout03 .box .grayBox:before {
    border-width: 20px 20px 0px 0px;
  }
}
@media screen and (min-width: 1180px) {
  #voice .inner > .btnArea {
    margin-top: 100px;
  }
  #voice .titleStyle02 {
    margin-bottom: 80px;
  }
}
/* =============================================
- recruit
================================================ */
/* =============================================
- about
================================================ */
#about {
  background-color: #F8F8F8;
}
#about .titleStyle02 .title, #about .titleStyle02 .sub {
  background-color: #F8F8F8;
}
#about .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#about .inner > .btnArea {
  margin-top: 40px;
  padding: 0px 20px;
}
#about .recruitBlock {
  margin-top: 40px;
}
#about .bottomBtnArea {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #about .bottomBtnArea li + li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  #about .inner > .btnArea {
    margin-top: 50px;
  }
  #about .recruitBlock {
    margin-top: 60px;
  }
  #about .bottomBtnArea {
    margin-top: 60px;
  }
  #about .bottomBtnArea ul {
    display: flex;
  }
  #about .bottomBtnArea ul li {
    width: 48%;
  }
  #about .bottomBtnArea ul li + li {
    margin-left: 4%;
  }
}
@media screen and (min-width: 980px) {
  #about .inner > .btnArea {
    margin-top: 60px;
  }
  #about .recruitBlock {
    margin-top: 90px;
  }
}
#recruitSlider .box {
  padding: 10px;
}

@media screen and (min-width: 1400px) {
  #recruitSlider .box {
    padding: 15px;
  }
}
/* =============================================
- Post
================================================ */
/* =============================================
- pagination
================================================ */
.pagination {
  margin: 40px auto 0px auto;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin: 80px auto 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .pagination {
    margin: 80px auto 0px auto;
  }
}

.pagination ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination li a {
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .pagination li a {
    border: 1px solid #ddd;
  }
}
.pagination li:not(.current) a:hover {
  background-color: #eee;
}
.pagination li:first-of-type a {
  border-left-width: 1px;
}
.pagination li.first span, .pagination li.last span, .pagination li.previous span, .pagination li.next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.pagination li.first a:before, .pagination li.previous a:before, .pagination li.last a:before, .pagination li.next a:before {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.pagination li.first a:before {
  content: "";
}
.pagination li.last a:before {
  content: "";
}
.pagination li.previous a:before {
  content: "";
}
.pagination li.next a:before {
  content: "";
}
.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
  position: relative;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media screen and (min-width: 768px) {
  .pagination li a {
    min-width: 46px;
    min-height: 46px;
  }
  .pagination li.current a {
    background-color: rgba(255, 255, 255, 0);
  }
  .pagination li.current a:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #FFD800;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .pagination li + li {
    margin-left: 5px;
  }
}
/* =============================================
- SP
================================================ */
@media screen and (max-width: 680px) {
  .pagination li.first, .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media screen and (max-width: 500px) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current, .pagination li.first, .pagination li.last, .pagination li.previous, .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media screen and (max-width: 400px) {
  .pagination li.first, .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media screen and (max-width: 240px) {
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
@media screen and (max-width: 979px) {
  .pagination.pc {
    display: none;
  }
  .pagination.sp {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .pagination.sp {
    display: none;
  }
}
/* =============================================
- searchArea
================================================ */
.searchArea {
  background-color: #16254B;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 10px;
}
.searchArea .title {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .searchArea .title {
    font-weight: bold;
  }
}
.searchArea form {
  width: 100%;
}
.searchArea form .serch_btn {
  width: 100%;
  border-radius: 20px;
  display: flex;
}
.searchArea form .serch_btn:placeholder-shown {
  color: #b4b4b4;
}
.searchArea form .serch_btn::-webkit-input-placeholder {
  color: #b4b4b4;
}
.searchArea form .serch_btn:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.searchArea form .serch_btn::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.searchArea form .serch_btn:-ms-input-placeholder {
  color: #b4b4b4;
}
.searchArea form .serch_btn #s {
  font-size: 16px;
  width: 100%;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  padding: 0px 15px;
}
.searchArea form .serch_btn #s:placeholder-shown {
  color: #b4b4b4;
}
.searchArea form .serch_btn #s::-webkit-input-placeholder {
  color: #b4b4b4;
}
.searchArea form .serch_btn #s:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.searchArea form .serch_btn #s::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.searchArea form .serch_btn #s:-ms-input-placeholder {
  color: #b4b4b4;
}
.searchArea form .serch_btn #searchsubmit {
  width: 35px;
  height: 35px;
  background-image: url(../images/icon/icon_search.png);
  background-size: 19px 19px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFDC1A;
}

/* =============================================
- searchBox
================================================ */
.searchBox {
  max-width: 820px;
  margin: 0px auto;
  margin-bottom: 30px;
}
.searchBox form {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.searchBox form .serch_btn {
  width: 100%;
  border-radius: 20px;
  display: flex;
}
.searchBox form .serch_btn:placeholder-shown {
  color: #b4b4b4;
}
.searchBox form .serch_btn::-webkit-input-placeholder {
  color: #b4b4b4;
}
.searchBox form .serch_btn:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.searchBox form .serch_btn::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.searchBox form .serch_btn:-ms-input-placeholder {
  color: #b4b4b4;
}
.searchBox form .serch_btn #s {
  font-size: 16px;
  width: 100%;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #E6E6E6;
  padding: 0px 50px 0px 25px;
  height: 45px;
}
.searchBox form .serch_btn #s:placeholder-shown {
  color: #b4b4b4;
}
.searchBox form .serch_btn #s::-webkit-input-placeholder {
  color: #b4b4b4;
}
.searchBox form .serch_btn #s:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.searchBox form .serch_btn #s::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.searchBox form .serch_btn #s:-ms-input-placeholder {
  color: #b4b4b4;
}
.searchBox form .serch_btn #searchsubmit {
  width: 60px;
  height: 45px;
  background-image: url(../images/icon/icon_search2.png);
  background-size: 19px 19px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #16254B;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* =============================================
- single_recruit
================================================ */
#single_recruit {
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
#single_recruit .infoArea {
  margin-bottom: 20px;
}
#single_recruit .infoArea .category {
  margin-bottom: 15px;
}
#single_recruit .infoArea .category p {
  color: #52AF6E;
  padding: 5px 10px;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #52AF6E;
}
#single_recruit .infoArea .company, #single_recruit .infoArea .title {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #single_recruit .infoArea .company, #single_recruit .infoArea .title {
    font-weight: bold;
  }
}
#single_recruit .infoArea .company {
  font-size: 16px;
}
#single_recruit .infoArea .title {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 5px;
}
#single_recruit .infoArea .tagArea {
  margin-top: 20px;
  font-size: 0;
  line-height: 1.2;
}
#single_recruit .infoArea .tagArea li {
  background-color: #F4F3F2;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  padding: 5px 15px;
  font-size: 14px;
  display: inline-block;
  border-radius: 25px;
  margin: 0 3px 3px 0px;
}
#single_recruit .thumbnail img {
  height: auto;
}

@media screen and (min-width: 768px) {
  #single_recruit {
    padding: 50px 25px 50px 25px;
  }
  #single_recruit .infoArea {
    margin-bottom: 30px !important;
  }
  #single_recruit .infoArea .category {
    margin-bottom: 25px;
  }
  #single_recruit .infoArea .company {
    font-size: 16px;
  }
  #single_recruit .infoArea .title {
    font-size: 22px;
    margin-top: 10px;
  }
  #single_recruit .infoArea .tagArea {
    margin-top: 25px;
  }
  #single_recruit .infoArea .tagArea li {
    padding: 5px 15px;
    font-size: 13px;
    margin: 0 4px 4px 0px;
  }
}
@media screen and (min-width: 1180px) {
  #single_recruit {
    padding: 80px 50px 50px 50px;
  }
  #single_recruit .infoArea {
    margin-bottom: 30px;
  }
  #single_recruit .infoArea .title {
    font-size: 24px;
  }
}
#single_recruit .postContents {
  margin-top: 25px;
}
#single_recruit .postContents h2 {
  font-weight: 600;
  line-height: 1.4em;
  color: #16254B;
  font-size: 5.5vw;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 980px) {
  #single_recruit .postContents h2 {
    font-weight: bold;
  }
}
#single_recruit .postContents table {
  border-top: 1px solid #E6E6E6;
  margin-top: 25px;
}
#single_recruit .postContents table tr {
  font-size: 13px;
  line-height: 1.5em;
  border-bottom: 1px solid #E6E6E6;
}
#single_recruit .postContents table tr td, #single_recruit .postContents table tr th {
  padding: 8px 3px;
}
#single_recruit .postContents table tr *:nth-child(1) {
  width: 110px;
}
#single_recruit .postContents .btnArea {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  #single_recruit .postContents {
    margin-top: 30px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2em;
  }
  #single_recruit .postContents h2 {
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #single_recruit .postContents table {
    margin-top: 35px;
  }
  #single_recruit .postContents table tr {
    font-size: 16px;
    line-height: 1.9em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #single_recruit .postContents table tr td, #single_recruit .postContents table tr th {
    padding: 18px 15px;
  }
  #single_recruit .postContents table tr *:nth-child(1) {
    width: 150px;
  }
  #single_recruit .postContents .btnArea {
    margin-top: 45px;
  }
}
/* =============================================
- single
================================================ */
#single .infoArea {
  margin-bottom: 30px;
}
#single .infoArea .dateArea {
  display: flex;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
#single .infoArea .dateArea .category {
  margin-left: 10px;
}
#single .infoArea .dateArea .category a {
  color: #000;
  padding: 5px 10px;
  line-height: 1em;
  display: inline-block;
  background-color: #FFD800;
}
#single .infoArea .title {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5vw;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  #single .infoArea .title {
    font-weight: bold;
  }
}
#single .thumbnail img {
  height: auto;
}

@media screen and (min-width: 768px) {
  #single .infoArea {
    margin-bottom: 40px;
  }
  #single .infoArea .dateArea {
    margin-bottom: 20px;
  }
  #single .infoArea .dateArea .category {
    margin-left: 15px;
  }
  #single .infoArea .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  #single .infoArea {
    margin-bottom: 50px;
  }
  #single .infoArea .dateArea {
    margin-bottom: 30px;
  }
  #single .infoArea .title {
    font-size: 32px;
    line-height: 1.6em;
  }
}
#single .postContents {
  margin-top: 30px;
  color: #3C3C3C;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#single .postContents > *:first-child {
  margin-top: 0px !important;
}
#single .postContents > *:last-child {
  margin-bottom: 0px !important;
}
#single .postContents h2 {
  margin-top: 2.5em;
  margin-bottom: 1.3em;
  color: #000000;
  font-weight: bold;
  font-size: 17px;
  position: relative;
  background-color: #FFD800;
  padding: 0.7em 1em;
}
#single .postContents h3 {
  margin-top: 2em;
  margin-bottom: 1.3em;
  color: #3C3C3C;
  font-weight: bold;
  font-size: 17px;
  padding-left: 15px;
  position: relative;
}
#single .postContents h3:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  height: 1em;
  width: 3px;
  background-color: #3C3C3C;
}
#single .postContents h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  background-color: #EAEAEA;
  padding: 0.6em 1em;
}
#single .postContents p {
  overflow: hidden;
}
#single .postContents p + p {
  margin-top: 1em;
}
#single .postContents strong {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #single .postContents strong {
    font-weight: bold;
  }
}
#single .postContents .wp-caption {
  margin-bottom: 30px;
}
#single .postContents .wp-caption img {
  margin-bottom: 10px;
}
#single .postContents .wp-caption-text {
  font-size: 14px;
}
#single .postContents ul {
  margin-top: 10px;
  list-style-type: disc;
  padding-left: 1.3em;
}
#single .postContents ul li {
  position: relative;
  color: #16254B;
}
#single .postContents ul li span {
  color: #474342;
}
#single .postContents ol {
  counter-reset: item;
  margin-top: 25px;
  padding-left: 1.5em;
}
#single .postContents ol li {
  position: relative;
  color: #FFB100;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #single .postContents ol li {
    font-weight: bold;
  }
}
#single .postContents ol li span {
  color: #474342;
  font-weight: normal;
}
#single .postContents img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 1em;
  transition: all 0.2s ease-in-out;
}
#single .postContents img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single .postContents img.alignleft {
  display: block;
  float: left;
}
#single .postContents img.alignright {
  display: block;
  float: right;
}
@media screen and (max-width: 767px) {
  #single .postContents img {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #single .postContents .wp-caption {
    width: 100% !important;
  }
}
#single .postContents a {
  color: #FFB100;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #single .postContents a {
    font-weight: bold;
  }
}
#single .postContents a:hover {
  color: #71b4ff;
}
#single .postContents a:hover img {
  opacity: 0.7;
}
#single .postContents table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: dotted 2px #707070;
  border-top: dotted 2px #707070;
}
#single .postContents table th, #single .postContents table td {
  padding: 5px 8px;
}
@media screen and (max-width: 320px) {
  #single .postContents table th, #single .postContents table td {
    padding: 3px 5px;
  }
}
#single .postContents table tr *:nth-child(1) {
  vertical-align: middle;
  min-width: 120px;
  color: #000000;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #single .postContents table tr *:nth-child(1) {
    font-weight: bold;
  }
}
#single .postContents hr {
  background-color: transparent;
  border: transparent;
  border-bottom: dotted 2px #707070;
  width: 100%;
  height: 1px;
  display: block;
  margin: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#single .postContents blockquote {
  margin-bottom: 20px;
  padding: 45px 20px 40px 20px;
  position: relative;
  margin-bottom: 30px;
}
#single .postContents blockquote p {
  margin-bottom: 0px;
  color: #3C3C3C;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#single .postContents blockquote:before, #single .postContents blockquote:after {
  content: "";
  background-image: url(../images/icon/quote.png);
  background-size: cover;
  width: 35px;
  height: 25px;
  position: absolute;
}
#single .postContents blockquote:before {
  line-height: 1em;
  top: 0px;
  left: 14px;
}
#single .postContents blockquote:after {
  line-height: 0em;
  right: 14px;
  bottom: 0px;
  transform: scale(-1, -1);
}

@media screen and (min-width: 768px) {
  #single .postContents {
    margin-top: 60px;
    font-size: 15px;
    line-height: 2em;
  }
  #single .postContents h2 {
    margin-top: 3em;
    margin-bottom: 1.5em;
    font-size: 23px;
    padding: 0.7em 1em;
  }
  #single .postContents h3 {
    margin-top: 2.5em;
    margin-bottom: 1.3em;
    font-size: 20px;
    padding-left: 18px;
  }
  #single .postContents h3:before {
    width: 5px;
  }
  #single .postContents h4 {
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-size: 18px;
  }
  #single .postContents p + p {
    margin-top: 1.5em;
  }
  #single .postContents ul {
    margin-top: 20px;
  }
  #single .postContents ol {
    margin-top: 30px;
  }
  #single .postContents img {
    margin-bottom: 30px;
  }
  #single .postContents table {
    margin-top: 40px;
  }
  #single .postContents table th, #single .postContents table td {
    padding: 10px 15px;
  }
  #single .postContents hr {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  #single .postContents blockquote {
    padding: 45px 20px 40px 20px;
  }
}
@media screen and (min-width: 1180px) {
  #single .postContents {
    margin-top: 80px;
    font-size: 16px;
    line-height: 2.2em;
  }
  #single .postContents h2 {
    font-size: 25px;
    padding: 0.5em 1em;
  }
  #single .postContents h3 {
    margin-top: 2.8em;
    font-size: 25px;
  }
  #single .postContents h4 {
    margin-top: 2.5em;
    font-size: 22px;
  }
  #single .postContents ul {
    margin-top: 25px;
  }
  #single .postContents table {
    margin-top: 50px;
  }
  #single .postContents table th, #single .postContents table td {
    padding: 10px 20px;
  }
  #single .postContents blockquote {
    padding: 45px 30px 40px 30px;
  }
}
/* =============================================
- Contact
================================================ */
/* =============================================
- contact
================================================ */
#contact {
  padding-top: 70px;
}
#contact .titleStyle02.typeB .title, #contact .titleStyle02.typeB .sub {
  background-color: #F8F8F8;
}
#contact .inner {
  max-width: 800px;
  margin: 0px auto;
}
#contact .inner > .btnArea {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #contact {
    padding-top: 100px;
  }
  #contact .inner > .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #contact .titleStyle02 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #contact {
    padding-top: 160px;
  }
  #contact .titleStyle02 {
    margin-bottom: 80px;
  }
}
/* =============================================
- contactHead
================================================ */
#contact .contactHead {
  margin-bottom: 40px;
}
#contact .btnArea {
  margin-top: 30px;
}

@media screen and (min-width: 980px) {
  #contact .contactHead .titleStyle02, #contact .contactBody .titleStyle02 {
    margin-bottom: 60px;
  }
  #contact .contactHead {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1180px) {
  #contact .contactHead {
    margin-bottom: 150px;
  }
  #contact .btnArea {
    margin-top: 50px;
  }
}
/* =============================================
- contactBody
================================================ */
.contactBody {
  margin-top: 40px;
}
.contactBody .requre {
  color: #fff;
  background-color: #002f65;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  margin-left: 8px;
  padding: 3px 5px;
  font-size: 13px;
}
.contactBody dl {
  margin-bottom: 18px;
}
.contactBody dl dt {
  font-size: 15px;
  margin-bottom: 8px;
}
.contactBody dl + dl {
  margin-top: 25px;
}
.contactBody textarea,
.contactBody input[type=text],.contactBody input[type=tel],.contactBody input[type=email], .contactBody select {
  width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border: 1px solid #ECF0F0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0px;
  background-color: #fff;
}
.contactBody textarea:placeholder-shown,
.contactBody input[type=text]:placeholder-shown,.contactBody input[type=tel]:placeholder-shown,.contactBody input[type=email]:placeholder-shown, .contactBody select:placeholder-shown {
  color: #707070;
}
.contactBody textarea::-webkit-input-placeholder,
.contactBody input[type=text]::-webkit-input-placeholder,.contactBody input[type=tel]::-webkit-input-placeholder,.contactBody input[type=email]::-webkit-input-placeholder, .contactBody select::-webkit-input-placeholder {
  color: #707070;
}
.contactBody textarea:-moz-placeholder,
.contactBody input[type=text]:-moz-placeholder,.contactBody input[type=tel]:-moz-placeholder,.contactBody input[type=email]:-moz-placeholder, .contactBody select:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.contactBody textarea::-moz-placeholder,
.contactBody input[type=text]::-moz-placeholder,.contactBody input[type=tel]::-moz-placeholder,.contactBody input[type=email]::-moz-placeholder, .contactBody select::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.contactBody textarea:-ms-input-placeholder,
.contactBody input[type=text]:-ms-input-placeholder,.contactBody input[type=tel]:-ms-input-placeholder,.contactBody input[type=email]:-ms-input-placeholder, .contactBody select:-ms-input-placeholder {
  color: #707070;
}
.contactBody textarea:focus,
.contactBody input[type=text]:focus,.contactBody input[type=tel]:focus,.contactBody input[type=email]:focus, .contactBody select:focus {
  background-color: #FFF;
  transition: all 0.2s ease;
}
.contactBody input[name=年齢] {
  width: 120px;
}
.contactBody .noticeGroup {
  margin-top: 10px;
}
.contactBody .noticeGroup p {
  color: #000;
  font-size: 14px;
  line-height: 1.6em;
  opacity: 0.8;
}
.contactBody option:placeholder-shown {
  color: #b4b4b4;
}
.contactBody option::-webkit-input-placeholder {
  color: #b4b4b4;
}
.contactBody option:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contactBody option::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contactBody option:-ms-input-placeholder {
  color: #b4b4b4;
}
.contactBody textarea {
  vertical-align: bottom;
  height: 180px;
  line-height: 1.6;
}
.contactBody .selectWrap + .input {
  margin-top: 10px;
}
.contactBody .selectWrap {
  position: relative;
  border-radius: 0px;
  color: #707070;
  border: 1px solid #ECF0F0;
}
.contactBody .selectWrap:after {
  content: "";
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #BBC3C3;
  border-right: 1px solid #BBC3C3;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: -5px;
}
.contactBody .selectWrap.years {
  max-width: 200px;
}
.contactBody .postalGroup {
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.contactBody .postalGroup .line {
  display: inline-block;
  padding: 0px 5px;
}
.contactBody .postalGroup .input {
  width: 60px;
}
.contactBody .postalGroup .input:nth-of-type(2) {
  width: 70px;
}
.contactBody .bottomArea {
  margin-top: 50px;
}
.contactBody .btnArea {
  margin-top: 20px;
  text-align: center;
}
.contactBody .btn {
  position: relative;
  background-color: #002f65;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  margin-top: 10px;
}
.contactBody .btn:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  height: 1px;
  width: 20px;
  background-color: #fff;
}
.contactBody .btn:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 43%;
  height: 1px;
  width: 8px;
  background-color: #fff;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .contactBody {
    margin-top: 60px;
  }
  .contactBody dl {
    margin: 0px;
    display: flex;
    padding: 20px 0px;
  }
  .contactBody dl dt {
    width: 250px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 16px;
  }
  .contactBody dl dd {
    flex: 1;
  }
  .contactBody dl + dl {
    margin: 0px;
  }
  .contactBody textarea,
  .contactBody input[type=text],.contactBody input[type=tel],.contactBody input[type=email], .contactBody select {
    max-width: 600px;
    padding: 16px 15px;
  }
  .contactBody .selectWrap {
    max-width: 600px;
  }
  .contactBody .selectWrap select {
    padding: 14px 15px;
  }
  .contactBody .bottomArea {
    margin-top: 60px;
  }
  .contactBody .bottomArea .text {
    text-align: center;
    margin-bottom: 15px;
  }
  .contactBody .btnArea {
    margin-top: 30px;
  }
  .contactBody .btn {
    font-size: 18px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 320px;
    padding: 20px 0px;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .contactBody .btn {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .contactBody .btn + .btn {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .contactBody .btn:before, .contactBody .btn:after {
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .contactBody .btn:hover {
    background-color: black;
  }
  .contactBody .btn:hover:before, .contactBody .btn:hover:after {
    margin-right: -5px;
  }
}
@media screen and (min-width: 768px) {
  .contactBody .btn.btnBack:before, .contactBody .btn.btnBack:after {
    right: auto;
    left: 15px;
  }
  .contactBody .btn.btnBack:after {
    margin-top: 2px;
    transform: rotate(-45deg);
  }
}
/* =============================================
- error
================================================ */
.error {
  margin-top: 12px;
}
.error span {
  display: inline-block;
  background-color: #d64141;
  color: #fff;
  padding: 6px 10px;
  line-height: 1em;
  position: relative;
}
.error span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #d64141 transparent;
  position: absolute;
  left: 12px;
  top: -5px;
}

/* =============================================
- mw_wp_form_confirm
================================================ */
.mw_wp_form_confirm {
  padding-top: 0px;
}
.mw_wp_form_confirm .CircleIconBox {
  display: none;
}
.mw_wp_form_confirm .contactHead {
  margin-bottom: 60px !important;
}
.mw_wp_form_confirm .contactBody .titleStyle02 {
  display: none;
}
.mw_wp_form_confirm .formheadArea, .mw_wp_form_confirm .checkArea, .mw_wp_form_confirm .noticeGroup {
  display: none;
}
.mw_wp_form_confirm .formContent {
  padding-top: 30px;
  margin-top: 0px;
}
.mw_wp_form_confirm textarea, .mw_wp_form_confirm input[type=text], .mw_wp_form_confirm input[type=tel], .mw_wp_form_confirm input[type=email], .mw_wp_form_confirm select {
  display: none;
}
.mw_wp_form_confirm dl {
  padding: 20px 0px;
  border-top: 1px solid #999999;
}
.mw_wp_form_confirm dl dt {
  padding-top: 0px !important;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm dl dt {
    margin-bottom: 0px;
  }
}
.mw_wp_form_confirm dl dd {
  line-height: 1.2em;
}
.mw_wp_form_confirm dl + dl {
  margin-top: 0px;
}
.mw_wp_form_confirm dl:last-of-type {
  border-bottom: 1px solid #999;
}
.mw_wp_form_confirm .requre {
  display: none;
}
.mw_wp_form_confirm .selectWrap {
  margin-left: 0px;
  border: 0px;
}
.mw_wp_form_confirm .selectWrap:before, .mw_wp_form_confirm .selectWrap:after {
  display: none;
}
.mw_wp_form_confirm .address-group {
  margin: 10px 0px;
}
.mw_wp_form_confirm .address-group .notice {
  display: inline-block;
}
.mw_wp_form_confirm .address-group .selectWrap {
  margin-left: 0px;
}
.mw_wp_form_confirm .postal-group span {
  display: none;
}
.mw_wp_form_confirm .btnArea {
  margin-top: 40px;
}
.mw_wp_form_confirm .btnArea .btnStyle01 + .btnStyle01 {
  margin-top: 10px;
}
.mw_wp_form_confirm .btnArea .btnStyle01.back {
  color: #fff;
  background-color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_wp_form_confirm .btnArea .btnStyle01.back:before, .mw_wp_form_confirm .btnArea .btnStyle01.back:after {
  background-color: #fff;
}
.mw_wp_form_confirm .btnArea .btnStyle01.back:hover {
  background-color: #52AF6E;
}

@media screen and (min-width: 768px) {
  .mw_wp_form_confirm dl {
    padding: 25px 0px;
  }
  .mw_wp_form_confirm dl dt {
    margin-bottom: 0px;
  }
  .mw_wp_form_confirm .btnArea {
    margin-top: 60px;
  }
  .mw_wp_form_confirm .btnArea .btnStyle01 {
    width: 40%;
  }
  .mw_wp_form_confirm .btnArea .btnStyle01 + .btnStyle01 {
    margin-top: 0px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .mw_wp_form_confirm .contactHead {
    margin-bottom: 80px !important;
  }
  .mw_wp_form_confirm dl {
    padding: 30px 0px;
  }
}
/* =============================================
- thanksBlock
================================================ */
.thanksBlock {
  max-width: 840px;
  margin: 0 auto;
}
.thanksBlock .titleStyle02 {
  text-align: center;
}
.thanksBlock .textArea {
  line-height: 1.9em;
}
.thanksBlock .btnArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .thanksBlock .titleStyle02 {
    margin-bottom: 30px !important;
  }
  .thanksBlock .textArea {
    text-align: center;
  }
  .thanksBlock .textArea p {
    text-align: center;
    line-height: 2em;
  }
  .thanksBlock .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1180px) {
  .thanksBlock .titleStyle02 {
    margin-bottom: 30px !important;
  }
  .thanksBlock .titleStyle02 .title {
    font-size: 30px;
  }
  .thanksBlock .btnArea {
    margin-top: 70px;
  }
}
/* =============================================
- phonePage
================================================ */
#phone {
  background-color: #F8F8F8;
}

@media screen and (min-width: 1180px) {
  #phone {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.phonePage .headText {
  margin-bottom: 20px;
}
.phonePage .headText p {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.5vw;
  line-height: 1.6em;
  color: #16254B;
}
@media screen and (min-width: 980px) {
  .phonePage .headText p {
    font-weight: bold;
  }
}
.phonePage .phoneNumber {
  text-align: center;
  color: #16254B;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-align: center;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10vw;
}
.phonePage .addressArea p {
  text-align: center;
}
.phonePage .labelArea {
  margin-top: 20px;
}
.phonePage .labelArea p {
  text-align: center;
}
@media screen and (min-width: 375px) {
  .phonePage .labelArea {
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
  }
  .phonePage .labelArea p {
    font-size: 12px;
    color: #999;
  }
  .phonePage .labelArea p + p {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .phonePage .headText {
    margin-bottom: 30px;
  }
  .phonePage .headText p {
    font-size: 25px;
    text-align: center;
  }
  .phonePage .phoneNumber {
    font-size: 75px;
    margin-bottom: 40px;
  }
  .phonePage .addressArea p {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.9em;
  }
  .phonePage .labelArea {
    margin-top: 30px;
  }
  .phonePage .labelArea p {
    font-size: 14px;
  }
  .phonePage .labelArea p + p {
    margin-left: 20px;
  }
}
#contact_page .contactHead .textbox {
  margin-bottom: 30px;
}
#contact_page .contactHead .textbox a {
  color: #ffb100;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
#contact_page .contactHead .textbox a:hover {
  opacity: 0.6;
}
#contact_page .contactHead .textbox p + p {
  margin-top: 1em;
}
#contact_page .contactHead .textbox p br {
  display: none;
}
#contact_page .CircleIconBox {
  background-color: #FFF;
  padding: 30px 30px;
  border-radius: 14px;
  justify-content: center;
}
#contact_page .CircleIconBox .icon {
  width: 28vw;
  max-width: 120px;
}
#contact_page .CircleIconBox .circle a {
  width: 28vw;
  max-width: 120px;
  height: 28vw;
  max-height: 120px;
}

@media screen and (min-width: 768px) {
  #contact_page .titleStyle02 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #contact_page .contactHead {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  #contact_page .contactHead .textbox {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #contact_page .contactHead .textbox {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #contact_page .contactHead .textbox p {
    text-align: center;
    line-height: 2;
  }
  #contact_page .contactHead .textbox p + p {
    margin-top: 1em;
  }
  #contact_page .contactHead .textbox p br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #contact_page .CircleIconBox {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #contact_page .CircleIconBox {
    padding: 50px;
  }
}
@media screen and (min-width: 768px) {
  #contact_page .CircleIconBox .icon {
    width: 150px;
    max-width: 150px;
  }
  #contact_page .CircleIconBox .icon + .icon {
    margin-left: 40px;
  }
}
/* =============================================
- policy
================================================ */
/* =============================================
- policy
================================================ */
#policy {
  background-color: #F8F8F8;
  padding-top: 70px;
}
#policy .titleStyle02.typeB .title, #policy .titleStyle02.typeB .sub {
  background-color: #F8F8F8;
}
#policy .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#policy .textArea p, #policy .textArea li {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#policy .textArea + .textArea {
  margin-top: 20px;
}
#policy .textArea .listArea li + li {
  margin-top: 15px;
}
#policy .column + .column {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #policy {
    padding-top: 100px;
  }
  #policy .column + .column {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  #policy .titleStyle02 {
    margin-bottom: 80px;
  }
  #policy .column + .column {
    margin-top: 100px;
  }
  #policy .textArea + .textArea {
    margin-top: 30px;
  }
  #policy .textArea .listArea li + li {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1180px) {
  #policy {
    padding-top: 160px;
  }
  #policy .titleStyle02 {
    margin-bottom: 100px;
  }
  #policy .column + .column {
    margin-top: 130px;
  }
}
/* =============================================
- line
================================================ */
/* =============================================
- line
================================================ */
#line {
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  #line .midashiStyle01 {
    font-size: 4.3vw;
  }
}
#line .LinkArea {
  margin-top: 20px;
}
#line .linkBox + .linkBox {
  margin-top: 15px;
}
#line .linkBox a {
  display: block;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
#line .linkBox .iconArea {
  width: 50px;
  height: 50px;
  background-color: #52AF6E;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
#line .linkBox .iconArea .icon {
  width: 35px;
  height: 35px;
}
#line .linkBox .iconArea .icon svg {
  width: 100%;
  height: 100%;
}
#line .linkBox .iconArea .icon svg path {
  fill: #fff;
}
#line .linkBox .textBox {
  flex: 1;
  position: relative;
}
#line .linkBox .textBox .text {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  #line .linkBox .textBox .text {
    font-weight: bold;
  }
}
#line .linkBox .textBox:before, #line .linkBox .textBox:after {
  transition: all 0.2s ease-in-out;
}
#line .linkBox .textBox:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #16254B;
  position: absolute;
  right: 10px;
  top: 50%;
}
#line .linkBox .textBox:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #16254B;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: 2px;
  transform: rotate(35deg) translateX(-100%);
}
#line .bottomArea {
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#line .bottomArea .text {
  text-align: center;
}
#line .bottomArea .notice {
  color: #999;
  margin-top: 15px;
}
#line .bottomArea .notice p {
  text-align: center;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  #line .inner {
    max-width: 880px;
    margin: 0px auto;
  }
  #line .midashiStyle01 {
    text-align: center;
    line-height: 1.7em;
    margin-bottom: 45px;
  }
  #line .LinkArea {
    display: flex;
    flex-wrap: wrap;
  }
  #line .LinkArea .linkBox {
    width: 48%;
  }
  #line .LinkArea .linkBox:nth-child(even) {
    margin-left: 4%;
  }
  #line .LinkArea .linkBox:nth-child(n+3) {
    margin-top: 20px;
  }
  #line .linkBox + .linkBox {
    margin-top: 0px;
  }
  #line .linkBox .iconArea {
    width: 70px;
    height: 70px;
  }
  #line .linkBox .iconArea .icon {
    width: 45px;
    height: 45px;
  }
  #line .linkBox .textBox .text {
    font-size: 15px;
    padding-right: 15px;
  }
  #line .linkBox .textBox:before {
    width: 30px;
    right: 14px;
  }
  #line .linkBox .textBox:after {
    width: 8px;
    height: 1px;
    right: 8px;
    margin-top: 2px;
  }
  #line .bottomArea {
    margin-top: 50px;
  }
  #line .bottomArea .notice {
    margin-top: 25px;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
  }
  #line .bottomArea .notice p + p {
    margin-left: 35px;
  }
}
@media screen and (min-width: 980px) {
  #line {
    padding-bottom: 120px;
  }
  #line .LinkArea .linkBox {
    width: 420px;
  }
  #line .LinkArea .linkBox:nth-child(even) {
    margin-left: 40px;
  }
  #line .LinkArea .linkBox:nth-child(n+3) {
    margin-top: 40px;
  }
  #line .linkBox .textBox .text {
    font-size: 18px;
    padding-right: 15px;
  }
  #line .linkBox .textBox:before {
    width: 40px;
    right: 14px;
  }
  #line .linkBox .textBox:after {
    width: 10px;
    right: 6px;
    margin-top: 3px;
  }
  #line .linkBox a:hover .iconArea {
    background-color: #16254B;
  }
  #line .linkBox a:hover .textBox:before, #line .linkBox a:hover .textBox:after {
    margin-right: -5px;
  }
  #line .bottomArea {
    margin-top: 60px;
  }
}
/* =============================================
- ANIMATION
================================================ */
/* =============================================
- 追加
================================================ */
#mainVisual .boxText .borderBox p span {
  opacity: 0;
  transition: opacity 0s ease;
}
#mainVisual .boxText .borderBox p span:nth-child(0) {
  transition-delay: 3.5s;
}
#mainVisual .boxText .borderBox p span:nth-child(1) {
  transition-delay: 3.565s;
}
#mainVisual .boxText .borderBox p span:nth-child(2) {
  transition-delay: 3.63s;
}
#mainVisual .boxText .borderBox p span:nth-child(3) {
  transition-delay: 3.695s;
}
#mainVisual .boxText .borderBox p span:nth-child(4) {
  transition-delay: 3.76s;
}
#mainVisual .boxText .borderBox p span:nth-child(5) {
  transition-delay: 3.825s;
}
#mainVisual .boxText .borderBox p span:nth-child(6) {
  transition-delay: 3.89s;
}
#mainVisual .boxText .borderBox p span:nth-child(7) {
  transition-delay: 3.955s;
}
#mainVisual .boxText .borderBox p span:nth-child(8) {
  transition-delay: 4.02s;
}
#mainVisual .boxText .borderBox p span:nth-child(9) {
  transition-delay: 4.085s;
}
#mainVisual .boxText .borderBox p span:nth-child(10) {
  transition-delay: 4.15s;
}
#mainVisual .boxText .borderBox p span:nth-child(11) {
  transition-delay: 4.215s;
}
#mainVisual .boxText .borderBox p span:nth-child(12) {
  transition-delay: 4.28s;
}
#mainVisual .boxText .borderBox p span:nth-child(13) {
  transition-delay: 4.345s;
}
#mainVisual .boxText .borderBox p span:nth-child(14) {
  transition-delay: 4.41s;
}
#mainVisual .boxText .borderBox p span:nth-child(15) {
  transition-delay: 4.475s;
}
#mainVisual .boxText .borderBox p span:nth-child(16) {
  transition-delay: 4.54s;
}
#mainVisual .boxText .borderBox p span:nth-child(17) {
  transition-delay: 4.605s;
}
#mainVisual .boxText .borderBox p span:nth-child(18) {
  transition-delay: 4.67s;
}
#mainVisual .boxText .borderBox p span:nth-child(19) {
  transition-delay: 4.735s;
}
#mainVisual .boxText .borderBox p span:nth-child(20) {
  transition-delay: 4.8s;
}
#mainVisual .boxText .borderBox p span:nth-child(21) {
  transition-delay: 4.865s;
}
#mainVisual .boxText .borderBox p span:nth-child(22) {
  transition-delay: 4.93s;
}
#mainVisual .boxText .borderBox p span:nth-child(23) {
  transition-delay: 4.995s;
}
#mainVisual .boxText .borderBox p span:nth-child(24) {
  transition-delay: 5.06s;
}
#mainVisual .boxText .borderBox p span:nth-child(25) {
  transition-delay: 5.125s;
}
#mainVisual .boxText .borderBox:before {
  width: 0;
  transition: width 0.25s ease-in 0s;
}
#mainVisual .boxText .borderBox:after {
  height: 0;
  transition: height 0.25s linear 0.25s;
}
#mainVisual .boxText .borderBox .in:before {
  width: 0;
  transition: width 0.25s linear 0.5s;
}
#mainVisual .boxText .borderBox .in:after {
  height: 0;
  transition: height 0.25s ease-out 0.75s;
}
#mainVisual .boxText .bottom {
  opacity: 0;
  transition: opacity 0.4s ease-in 5s;
}

.onload #mainVisual .img {
  opacity: 1;
}
.onload #mainVisual .boxText .borderBox p span {
  opacity: 1;
}
.onload #mainVisual .boxText .borderBox:before {
  width: 100%;
}
.onload #mainVisual .boxText .borderBox:after {
  height: 100%;
}
.onload #mainVisual .boxText .borderBox .in:before {
  width: 100%;
}
.onload #mainVisual .boxText .borderBox .in:after {
  height: 100%;
}
.onload #mainVisual .bottom {
  opacity: 1;
}

.top_page .titleStyle01 {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
  animation-duration: 0.8s;
  animation-fill-mode: backwards;
  animation-play-state: paused;
}
.top_page .titleStyle01.on {
  animation-play-state: running;
}

.boxLayout01 .box {
  transform: translateY(30%);
  opacity: 0;
  transition: all 0.4s ease;
}
.boxLayout01 .box.on {
  transform: translateY(0%);
  opacity: 1;
}

.boxLayout02 .box {
  transform: translateY(30%);
  opacity: 0;
  transition: all 0.4s ease;
}
.boxLayout02 .box.on {
  transform: translateY(0%);
  opacity: 1;
}

.top_page .boxLayout03 .box {
  transform: translateY(30%);
  opacity: 0;
  transition: all 0.4s ease;
}
.top_page .boxLayout03 .box .img {
  opacity: 0;
  transition: all 0.4s ease;
}
.top_page .boxLayout03 .box .infoArea {
  opacity: 0;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
.top_page .boxLayout03 .box .title {
  opacity: 0;
  transform: translateX(20%);
  transition: all 0.4s ease;
}
.top_page .boxLayout03 .box .textArea {
  opacity: 0;
  transition: all 0.4s ease;
}
.top_page .boxLayout03 .box .btnArea {
  opacity: 0;
  transition: all 0.4s ease;
}
.top_page .boxLayout03 .box.on {
  transform: translateY(0%);
  opacity: 1;
}
.top_page .boxLayout03 .box.on .img {
  opacity: 1;
}
.top_page .boxLayout03 .box.on .infoArea {
  opacity: 1;
}
.top_page .boxLayout03 .box.on .title {
  transform: translateX(0%);
  opacity: 1;
}
.top_page .boxLayout03 .box.on .textArea {
  opacity: 1;
}
.top_page .boxLayout03 .box.on .btnArea {
  opacity: 1;
}

.btnStyle01 {
  transform: translateY(20%);
  opacity: 1;
  transition: all 0.4s ease;
}
.btnStyle01.on {
  transform: translateY(0%);
  opacity: 1;
}

.titleStyle02 {
  transform: translateY(-30%);
  opacity: 0;
  transition: all 0.4s ease;
}
.titleStyle02.on {
  transform: translateY(0%);
  opacity: 1;
}

.bunnerArea .bunner {
  transform: translateY(30%);
  opacity: 0;
  transition: all 0.4s ease;
}
.bunnerArea .bunner.on {
  transform: translateY(0%);
  opacity: 1;
}

.occLinksArea .box {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.occLinksArea.on .box {
  animation-play-state: running;
}
.occLinksArea.on .box:nth-child(0) {
  animation-delay: 0s;
}
.occLinksArea.on .box:nth-child(1) {
  animation-delay: 0.15s;
}
.occLinksArea.on .box:nth-child(2) {
  animation-delay: 0.3s;
}
.occLinksArea.on .box:nth-child(3) {
  animation-delay: 0.45s;
}
.occLinksArea.on .box:nth-child(4) {
  animation-delay: 0.6s;
}
.occLinksArea.on .box:nth-child(5) {
  animation-delay: 0.75s;
}
.occLinksArea.on .box:nth-child(6) {
  animation-delay: 0.9s;
}
.occLinksArea.on .box:nth-child(7) {
  animation-delay: 1.05s;
}
.occLinksArea.on .box:nth-child(8) {
  animation-delay: 1.2s;
}
.occLinksArea.on .box:nth-child(9) {
  animation-delay: 1.35s;
}
.occLinksArea.on .box:nth-child(10) {
  animation-delay: 1.5s;
}
.occLinksArea.on .box:nth-child(11) {
  animation-delay: 1.65s;
}
.occLinksArea.on .box:nth-child(12) {
  animation-delay: 1.8s;
}
.occLinksArea.on .box:nth-child(13) {
  animation-delay: 1.95s;
}
.occLinksArea.on .box:nth-child(14) {
  animation-delay: 2.1s;
}
.occLinksArea.on .box:nth-child(15) {
  animation-delay: 2.25s;
}
.occLinksArea.on .box:nth-child(16) {
  animation-delay: 2.4s;
}
.occLinksArea.on .box:nth-child(17) {
  animation-delay: 2.55s;
}
.occLinksArea.on .box:nth-child(18) {
  animation-delay: 2.7s;
}
.occLinksArea.on .box:nth-child(19) {
  animation-delay: 2.85s;
}
.occLinksArea.on .box:nth-child(20) {
  animation-delay: 3s;
}
.occLinksArea.on .box:nth-child(21) {
  animation-delay: 3.15s;
}
.occLinksArea.on .box:nth-child(22) {
  animation-delay: 3.3s;
}
.occLinksArea.on .box:nth-child(23) {
  animation-delay: 3.45s;
}
.occLinksArea.on .box:nth-child(24) {
  animation-delay: 3.6s;
}
.occLinksArea.on .box:nth-child(25) {
  animation-delay: 3.75s;
}

.recruitBlock.on {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media screen and (max-width: 767px) {
  .iconBox .box {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .iconBox .box.on {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .iconBox .box {
    opacity: 0;
  }
  .iconBox .box:nth-child(0) {
    animation-delay: 0s;
  }
  .iconBox .box:nth-child(1) {
    animation-delay: 0.05s;
  }
  .iconBox .box:nth-child(2) {
    animation-delay: 0.1s;
  }
  .iconBox .box:nth-child(3) {
    animation-delay: 0.15s;
  }
  .iconBox .box:nth-child(4) {
    animation-delay: 0.2s;
  }
  .iconBox .box.on {
    animation-name: zoomIn;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    opacity: 1;
  }
}
#singleVisual .img {
  opacity: 0;
  transform: translateX(20%);
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}
#singleVisual .textBox {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}
#singleVisual .textBox .title, #singleVisual .textBox .midashi {
  opacity: 0;
  transition: all 0.7s ease;
  transition-delay: 0.6s;
}
#singleVisual.on .img {
  opacity: 1;
  transform: translateX(0%);
}
#singleVisual.on .textBox {
  opacity: 1;
  transform: translateY(0%);
}
#singleVisual.on .textBox .title, #singleVisual.on .textBox .midashi {
  opacity: 1;
}

.titleStyle03 .title {
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.7s ease;
}
.titleStyle03.on .title {
  transform: translateX(0%);
  opacity: 1;
}

#about_single_head .textBox {
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.7s ease;
}
#about_single_head .textBox.on {
  transform: translateY(0%);
  opacity: 1;
}
#about_single_head .textBox.on:before {
  animation-name: wobble;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  transform-origin: center bottom;
}

.boxColumn_typeA .box {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.7s ease;
}
.boxColumn_typeA .box.on {
  opacity: 1;
  transform: translateY(0%);
}

.triangleBody:before {
  border-width: 0vw 50vw 0px 0px;
  transition: all 0.7s ease;
}
@media screen and (min-width: 1520px) {
  .triangleBody:before {
    border-width: 0px 760px 0px 0px;
  }
}
.triangleBody.on:before {
  border-width: 50vw 50vw 0px 0px;
}
@media screen and (min-width: 1520px) {
  .triangleBody.on:before {
    border-width: 760px 760px 0px 0px;
  }
}

.boxColumn_typeB .box {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.7s ease;
}
.boxColumn_typeB .box.on {
  opacity: 1;
  transform: translateY(0%);
}

.boxColumn_typeC .box .img {
  position: relative;
}
.boxColumn_typeC .box .img img {
  display: block;
  opacity: 0;
  transition: all 0.8s ease;
}
.boxColumn_typeC .box .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
  background-color: #FFDC1A;
  transition: all 0.6s ease;
}
.boxColumn_typeC .box .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  background-color: #16254B;
  transition: all 0.5s ease;
}
.boxColumn_typeC .box .textBox .midashiStyle01 {
  opacity: 0;
  transform: translateY(40%);
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}
.boxColumn_typeC .box .textBox .textArea {
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}
.boxColumn_typeC .box.on .img img {
  opacity: 1;
}
.boxColumn_typeC .box.on .img:before {
  width: 0%;
}
.boxColumn_typeC .box.on .img:after {
  width: 0%;
}
.boxColumn_typeC .box.on .textBox .midashiStyle01 {
  opacity: 1;
  transform: translateY(0%);
}
.boxColumn_typeC .box.on .textBox .textArea {
  opacity: 1;
  transform: translateY(0%);
}

.boxColumn_typeD .box {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.7s ease;
}
.boxColumn_typeD .box .textBox {
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.25s;
}
.boxColumn_typeD .box.on {
  opacity: 1;
  transform: translateY(0%);
}
.boxColumn_typeD .box.on .textBox {
  opacity: 1;
}

.textColumn_typeC .column,
#policy .contentsArea .column {
  opacity: 0;
  transition: all 1s ease;
}
.textColumn_typeC .column.on,
#policy .contentsArea .column.on {
  opacity: 1;
}

#about_single_head .colLayout02 .img {
  position: relative;
}
#about_single_head .colLayout02 .img img {
  display: block;
  opacity: 0;
  transition: all 0.8s ease;
}
#about_single_head .colLayout02 .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
  background-color: #FFDC1A;
  transition: all 0.7s ease;
}
#about_single_head .colLayout02 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  background-color: #16254B;
  transition: all 0.5s ease;
}
#about_single_head .colLayout02 .textBox {
  opacity: 0;
  transform: translateY(20%);
}
#about_single_head .colLayout02 .toolIcon li {
  opacity: 0;
  transition: all 0.3s ease;
}
#about_single_head .colLayout02 .toolIcon li:nth-child(0) {
  transition-delay: 0.3s;
}
#about_single_head .colLayout02 .toolIcon li:nth-child(1) {
  transition-delay: 0.4s;
}
#about_single_head .colLayout02 .toolIcon li:nth-child(2) {
  transition-delay: 0.5s;
}
#about_single_head .colLayout02 .toolIcon li:nth-child(3) {
  transition-delay: 0.6s;
}
#about_single_head .colLayout02 .toolIcon li:nth-child(4) {
  transition-delay: 0.7s;
}
#about_single_head .colLayout02.on .img img {
  opacity: 1;
}
#about_single_head .colLayout02.on .img:before, #about_single_head .colLayout02.on .img:after {
  width: 0;
}
#about_single_head .colLayout02.on .textBox {
  opacity: 1;
  transform: translateY(0%);
}
#about_single_head .colLayout02.on .toolIcon li {
  opacity: 1;
}

.checkList li {
  opacity: 0;
  transform: translateY(60%);
  transition: all 0.2s ease;
}
.checkList li:nth-child(0) {
  transition-delay: 0s;
}
.checkList li:nth-child(1) {
  transition-delay: 0.05s;
}
.checkList li:nth-child(2) {
  transition-delay: 0.1s;
}
.checkList li:nth-child(3) {
  transition-delay: 0.15s;
}
.checkList li:nth-child(4) {
  transition-delay: 0.2s;
}
.checkList li:nth-child(5) {
  transition-delay: 0.25s;
}
.checkList li:nth-child(6) {
  transition-delay: 0.3s;
}
.checkList li:nth-child(7) {
  transition-delay: 0.35s;
}
.checkList li:nth-child(8) {
  transition-delay: 0.4s;
}
.checkList li:nth-child(9) {
  transition-delay: 0.45s;
}
.checkList li:nth-child(10) {
  transition-delay: 0.5s;
}
.checkList.on li {
  opacity: 1;
  transform: translateY(0%);
}

.inner_page .boxLayout03 .box:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}
.inner_page .boxLayout03 .box:nth-child(1) .personArea {
  opacity: 1;
  transform: translateY(0px);
}
.inner_page .boxLayout03 .box:nth-child(1) .textBox {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0s;
}
.inner_page .boxLayout03 .box {
  transform: translateY(0);
}
.inner_page .boxLayout03 .box .personArea {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s ease;
}
.inner_page .boxLayout03 .box .textBox {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}
.inner_page .boxLayout03 .box.on .personArea {
  opacity: 1;
  transform: translateY(0%);
}
.inner_page .boxLayout03 .box.on .textBox {
  opacity: 1;
  transform: translateY(0px);
}

#instVisual {
  position: relative;
  min-height: 45vw;
}
#instVisual .inner {
  opacity: 0;
  transition: all 1.5s ease;
}
#instVisual:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
  background-color: #F52475;
  transition: all 1.4s ease;
}
#instVisual:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  background-color: #9B25B1;
  transition: all 1s ease;
}
#instVisual.on .inner {
  opacity: 1;
}
#instVisual.on:before, #instVisual.on:after {
  width: 0;
}

@media screen and (min-width: 1520px) {
  #instVisual {
    min-height: 800px;
  }
}
.searchJob .boxWrap .box {
  opacity: 0;
  transform: translateY(60%);
  transition: all 0.4s ease;
}
.searchJob .boxWrap .box:nth-child(0) {
  transition-delay: 0s;
}
.searchJob .boxWrap .box:nth-child(1) {
  transition-delay: 0.05s;
}
.searchJob .boxWrap .box:nth-child(2) {
  transition-delay: 0.1s;
}
.searchJob .boxWrap .box:nth-child(3) {
  transition-delay: 0.15s;
}
.searchJob .boxWrap .box:nth-child(4) {
  transition-delay: 0.2s;
}
.searchJob .boxWrap .box:nth-child(5) {
  transition-delay: 0.25s;
}
.searchJob .boxWrap .box:nth-child(6) {
  transition-delay: 0.3s;
}
.searchJob .boxWrap .box:nth-child(7) {
  transition-delay: 0.35s;
}
.searchJob .boxWrap .box:nth-child(8) {
  transition-delay: 0.4s;
}
.searchJob .boxWrap .box:nth-child(9) {
  transition-delay: 0.45s;
}
.searchJob .boxWrap .box:nth-child(10) {
  transition-delay: 0.5s;
}
.searchJob .boxWrap.on .box {
  opacity: 1;
  transform: translateY(0%);
}

#inst_job .textBox .titleArea {
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.7s ease;
}
#inst_job .textBox .titleArea .label:after {
  transition: all 0.3s ease;
  transition-delay: 0.7s;
  transform: skewX(0deg);
}
#inst_job .textBox.on .titleArea {
  transform: translateX(0%);
  opacity: 1;
}
#inst_job .textBox.on .titleArea .label:after {
  transform: skewX(-15deg);
}
#inst_job .imgArea .img {
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.7s ease;
}
#inst_job .imgArea .img:nth-child(0) {
  transition-delay: 0.5s;
}
#inst_job .imgArea .img:nth-child(1) {
  transition-delay: 0.8s;
}
#inst_job .imgArea .img:nth-child(2) {
  transition-delay: 1.1s;
}
#inst_job .imgArea .img:nth-child(3) {
  transition-delay: 1.4s;
}
#inst_job .imgArea .img:nth-child(4) {
  transition-delay: 1.7s;
}
#inst_job .imgArea .img:nth-child(5) {
  transition-delay: 2s;
}
#inst_job .imgArea .img:nth-child(6) {
  transition-delay: 2.3s;
}
#inst_job .imgArea .img:nth-child(7) {
  transition-delay: 2.6s;
}
#inst_job .imgArea .img:nth-child(8) {
  transition-delay: 2.9s;
}
#inst_job .imgArea .img:nth-child(9) {
  transition-delay: 3.2s;
}
#inst_job .imgArea .img:nth-child(10) {
  transition-delay: 3.5s;
}
#inst_job .imgArea.on .img {
  opacity: 1;
  transform: translateY(0%);
}

.titleStyle06 {
  transform: translateY(-30%);
  opacity: 0;
  transition: all 0.4s ease;
}
.titleStyle06.on {
  transform: translateY(0%);
  opacity: 1;
}

#inst_industry .boxWrap .box {
  opacity: 0;
  transform: scale(0.8, 0.8);
  transition: all 0.5s ease;
}
#inst_industry .boxWrap .box:nth-child(0) {
  transition-delay: 0s;
}
#inst_industry .boxWrap .box:nth-child(1) {
  transition-delay: 0.2s;
}
#inst_industry .boxWrap .box:nth-child(2) {
  transition-delay: 0.4s;
}
#inst_industry .boxWrap .box:nth-child(3) {
  transition-delay: 0.6s;
}
#inst_industry .boxWrap .box:nth-child(4) {
  transition-delay: 0.8s;
}
#inst_industry .boxWrap .box:nth-child(5) {
  transition-delay: 1s;
}
#inst_industry .boxWrap .box:nth-child(6) {
  transition-delay: 1.2s;
}
#inst_industry .boxWrap .box:nth-child(7) {
  transition-delay: 1.4s;
}
#inst_industry .boxWrap .box:nth-child(8) {
  transition-delay: 1.6s;
}
#inst_industry .boxWrap .box:nth-child(9) {
  transition-delay: 1.8s;
}
#inst_industry .boxWrap .box:nth-child(10) {
  transition-delay: 2s;
}
#inst_industry .boxWrap.on .box {
  opacity: 1;
  transform: scale(1, 1);
}

#salesVisual {
  position: relative;
  min-height: 50vw;
}
#salesVisual .inner {
  opacity: 0;
  transition: all 1.5s ease;
}
#salesVisual:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
  background-color: #FFDC1A;
  transition: all 1.4s ease;
}
#salesVisual:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  background-color: #16254B;
  transition: all 1s ease;
}
#salesVisual.on .inner {
  opacity: 1;
}
#salesVisual.on:before, #salesVisual.on:after {
  width: 0;
}

@media screen and (min-width: 1520px) {
  #salesVisual {
    min-height: 800px;
  }
}
#sale_job .typeboxWrap .box {
  opacity: 0;
  transition: all 0.4s ease;
}
#sale_job .typeboxWrap .box:before {
  transition: all 0.3s ease;
  border-width: 30px 30px 0 0;
}
#sale_job .typeboxWrap .box:nth-child(0) {
  transition-delay: 0s;
}
#sale_job .typeboxWrap .box:nth-child(0):before {
  transition-delay: 0.3s;
}
#sale_job .typeboxWrap .box:nth-child(1) {
  transition-delay: 0.2s;
}
#sale_job .typeboxWrap .box:nth-child(1):before {
  transition-delay: 0.5s;
}
#sale_job .typeboxWrap .box:nth-child(2) {
  transition-delay: 0.4s;
}
#sale_job .typeboxWrap .box:nth-child(2):before {
  transition-delay: 0.7s;
}
#sale_job .typeboxWrap .box:nth-child(3) {
  transition-delay: 0.6s;
}
#sale_job .typeboxWrap .box:nth-child(3):before {
  transition-delay: 0.9s;
}
#sale_job .typeboxWrap .box:nth-child(4) {
  transition-delay: 0.8s;
}
#sale_job .typeboxWrap .box:nth-child(4):before {
  transition-delay: 1.1s;
}
#sale_job .typeboxWrap .box:nth-child(5) {
  transition-delay: 1s;
}
#sale_job .typeboxWrap .box:nth-child(5):before {
  transition-delay: 1.3s;
}
#sale_job .typeboxWrap .box:nth-child(6) {
  transition-delay: 1.2s;
}
#sale_job .typeboxWrap .box:nth-child(6):before {
  transition-delay: 1.5s;
}
#sale_job .typeboxWrap .box:nth-child(7) {
  transition-delay: 1.4s;
}
#sale_job .typeboxWrap .box:nth-child(7):before {
  transition-delay: 1.7s;
}
#sale_job .typeboxWrap .box:nth-child(8) {
  transition-delay: 1.6s;
}
#sale_job .typeboxWrap .box:nth-child(8):before {
  transition-delay: 1.9s;
}
#sale_job .typeboxWrap .box:nth-child(9) {
  transition-delay: 1.8s;
}
#sale_job .typeboxWrap .box:nth-child(9):before {
  transition-delay: 2.1s;
}
#sale_job .typeboxWrap .box:nth-child(10) {
  transition-delay: 2s;
}
#sale_job .typeboxWrap .box:nth-child(10):before {
  transition-delay: 2.3s;
}
#sale_job .typeboxWrap.on .box {
  opacity: 1;
}
#sale_job .typeboxWrap.on .box:before {
  border-width: 15px 15px 0 0;
}
#sale_job .columnBoxArea .column {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.4s ease;
}
#sale_job .columnBoxArea .column.on {
  opacity: 1;
  transform: translateY(0%);
}

#sales_date .dateBox .box {
  opacity: 0;
  transition: all 0.8s ease;
}
#sales_date .dateBox .box .value {
  transition: all 0.4s ease;
  transform: scale(1.2, 1.2);
}
#sales_date .dateBox .box:nth-child(even) {
  transition-delay: 0.4s;
}
#sales_date .dateBox .box:nth-child(even) .value {
  transition-delay: 0.6s;
}
#sales_date .dateBox .box.on {
  opacity: 1;
}
#sales_date .dateBox .box.on .value {
  transform: scale(1, 1);
}

#sales_plan .colLayout .img {
  position: relative;
}
#sales_plan .colLayout .img img {
  opacity: 0;
  transition: all 1s ease;
}
#sales_plan .colLayout .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  background-color: #16254B;
  transition: all 0.8s ease;
}
#sales_plan .colLayout.on .img img {
  opacity: 1;
}
#sales_plan .colLayout.on .img:after {
  width: 0;
}
#sales_plan .bottomBox {
  opacity: 0;
  transform: translateY(25%);
  transition: all 0.6s ease;
}
#sales_plan .bottomBox.on {
  opacity: 1;
  transform: translateY(0%);
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* =============================================
- IE
================================================ */
@media screen and (min-width: 1180px) {
  _:-ms-input-placeholder .gnav > ul > li > a, :root #navigation .gnav > ul > li > a {
    padding: 22px 20px 15px;
  }
  _:-ms-input-placeholder .gnav .childList li a, :root #navigation .gnav .childList li a {
    padding: 15px 15px 8px;
  }
}

_:-ms-input-placeholder .logo, :root #header .logo {
  margin-top: 15px;
}
@media screen and (min-width: 1180px) {
  _:-ms-input-placeholder .btn_consArea .btn_cons, :root #header .btn_consArea .btn_cons {
    padding: 9px 10px 5px 42px;
  }
}

_:-ms-input-placeholder .box .category a, :root .boxLayout01 .box .category a {
  padding: 7px 10px 2px;
}

@media screen and (min-width: 768px) {
  _:-ms-input-placeholder, :root .btnStyle01 {
    padding: 1em 20px 0.8em 20px;
    line-height: 1em;
  }
}

@media screen and (min-width: 768px) {
  _:-ms-input-placeholder, :root .btnStyle02 {
    padding: 1.6em 20px 1.3em 20px;
  }
}

@media screen and (min-width: 768px) {
  _:-ms-input-placeholder .box .personArea .infoArea dl dt, _:-ms-input-placeholder .box .personArea .infoArea dl dd, :root .boxLayout03 .box .personArea .infoArea dl dt, :root .boxLayout03 .box .personArea .infoArea dl dd {
    padding: 7px 10px 3px;
  }
  _:-ms-input-placeholder .box .personArea .infoArea dl dt, :root .boxLayout03 .box .personArea .infoArea dl dt {
    padding: 7px 5px 3px;
  }
}

@media screen and (min-width: 768px) {
  _:-ms-input-placeholder .box .category a, :root .boxLayout04 .box .category a, .boxLayout05 .box .category a {
    padding: 8px 10px 3px;
  }
  _:-ms-input-placeholder .box .tagArea p, :root .boxLayout04 .box .tagArea p, .boxLayout05 .box .tagArea p {
    padding: 7px 10px 3px;
  }
}

_:-ms-input-placeholder .widget_column ul li a, :root .widgetArea .widget_column ul li a {
  padding: 0.8em 1em 0.4em;
}
_:-ms-input-placeholder .widget_column.category .widget_title, _:-ms-input-placeholder .widget_column.ranking .widget_title, _:-ms-input-placeholder .widget_column.archives .widget_title, :root .widgetArea .widget_column.category .widget_title, :root .widgetArea .widget_column.ranking .widget_title, :root .widgetArea .widget_column.archives .widget_title {
  padding: 0.6em 1em 0.2em 45px;
}

_:-ms-input-placeholder ul li a, :root .pagination ul li a {
  padding: 4px 10px 0;
}
_:-ms-input-placeholder ul li.prev:before, :root .pagination ul li.prev:before {
  left: 25px;
}
_:-ms-input-placeholder ul li.next:before, :root .pagination ul li.next:before {
  right: 25px;
}

_:-ms-input-placeholder .typeboxWrap .box, :root #sale_job .typeboxWrap .box {
  padding: 18px 10px 12px;
}

@media screen and (min-width: 768px) {
  _:-ms-input-placeholder .colLayout .numberArea, :root #sales_plan .colLayout .numberArea {
    padding: 13px 15px 7px 15px;
  }
  _:-ms-input-placeholder .colLayout .titleArea, :root #sales_plan .colLayout .titleArea {
    padding: 24px 10px 12px;
  }
  _:-ms-input-placeholder .bottomBox .title, :root #sales_plan .bottomBox .title {
    padding: 26px 10px 14px;
  }
}
@media screen and (min-width: 1180px) {
  _:-ms-input-placeholder .colLayout .titleArea, :root #sales_plan .colLayout .titleArea {
    padding: 27px 10px 15px;
  }
  _:-ms-input-placeholder .bottomBox .title, :root #sales_plan .bottomBox .title {
    padding: 35px 10px 21px;
  }
}



.bg-resume-fill dt{font-size: 16px !important; font-weight: 600; padding: 8px 0 4px 0;}


.bg-goose-yellow{ background:#fff9e7; }
        .bg-goose-yellow-dot{ background-color: #fff9e7;opacity: 1; 
          background-image: radial-gradient(#fdb334 1.05px, #fff9e7 1.05px); background-size: 21px 21px; }

        .bg-primary-orange{background:#fdb334;}

        .table-ptjob th:nth-child(1){ background:#55aef7; }
        .table-ptjob th:nth-child(2){ background:#55aef7; }
        .table-ptjob th:nth-child(3){ text-align:center; background:#444; 
          border-right:1px solid #333;border-left:1px solid #333; }
        .table-ptjob td:nth-child(3){ border-right:1px solid #333; border-left:1px solid #333;  text-align:center; background:#fff; font-weight:700; font-size:15.5px;}

        .table-ptjob th{ background:#fdb334;}
        .btn-pdf{border-radius:25px; color: #111;}

        /*
        2.0 可再新增：標頭可以固定
        .table-fixed          { overflow: auto; height:calc(100vh - 120px); width: 100%;   }
        .table-fixed thead th { position: sticky; top: 0; z-index: 9; box-shadow: inset 0px -2px 0px #111;  }
        --------------------------------------------------------
        2.0 可再新增：表格filter sort keywords search 統計幾個結果
        */

