@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 769px) {
  header, footer {
    min-width: 1060px;
  }
}
main {
  /*  margin-top: -100px;
  background: #f9f5f0;
  height: 500px;
  width: 100%;
  text-align: center;*/
  margin-top: 133px;
  min-width: 1060px;
  width: 100%
}
.outer {
  margin-right: auto;
  margin-left: auto;
  width: 1178px;
}
.inner {
  margin-right: auto;
  margin-left: auto;
  width: 890px;
}
.w1400 {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}
.w1020 {
  margin-right: auto;
  margin-left: auto;
  width: 1020px;
}
.w1060 {
  margin-right: auto;
  margin-left: auto;
  width: 1060px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 50px;
    width: 100%;
    min-width: inherit;
    overflow-x: hidden;
  }
  .outer, .inner, .w1400, .w1020, .w1060 {
    width: 90%;
  }
}
/*=================================
HEADERMENU
===================================*/
.login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.login ul {
  background: #f9f5f0;
  display: flex;
  justify-content: end;
  font-size: 1.2rem;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.login ul li {
  padding: 0 20px;
  line-height: 1;
}
.login ul li:first-child {
  border-right: 1px solid #000
}
@media screen and (max-width: 768px) {
  .login {
    display: none;
  }
}
.header nav ul li.has-child > a::before, .header nav ul li.has-child.active > a::before {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .btn__wht a, .btn__org a {
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 45px;
    font-size: 1.4rem;
    padding: 0 !important;
    background: #fd452d;
    color: #fff;
  }
  .btn__wht a {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    transform: translate(15px);
  }
  .menu {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
    background: #fff;
    box-shadow: 3px 3px 40px rgb(0, 0, 0, 0.11);
    border-radius: 13px;
    overflow: hidden;
  }
  .menu__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
  }
  .menu__item__img {
    max-width: 270px;
    display: block;
    width: 22.6%;
  }
  .menu__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .menu__item__ttl {
    width: 24%;
    padding: 50px 0 50px 75px;
  }
  .menu__item__ttl .line {
    border-right: 1px solid #e5e5e5;
    display: block;
    height: 100%;
  }
  .menu__item__link.first {
    width: 24%;
    padding: 50px 0 50px 55px;
  }
  .menu__item__link.end {
    width: 29.4%;
    padding: 50px 0;
  }
  .menu__item__link li {
    margin-bottom: 20px;
    font-weight: 400;
  }
  .menu__ttl {
    font-size: 2.0rem;
    margin-bottom: 5px;
  }
  .menu__sub__ttl {
    color: #8c8c8c
  }
}
/*========= ドロップダウン===============*/
@media screen and (min-width:769px) {
  .header__hamburger {
    display: none;
  }
  .header {
    height: 133px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
  }
  .header .logo {
    font-size: 1.3rem;
    display: flex;
    column-gap: 20px;
    position: relative;
    z-index: 10;
  }
  .header .logo span {
    padding-top: 55px;
  }
  .header nav {
    width: 100%;
    padding-right: 30px;
    margin-top: 65px;
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column-gap: 25px;
    position: relative;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .header nav ul a {
    padding-bottom: 35px;
  }
  .mordal-arrow {
    background: url("../images/common/icon_arrow_05.png") no-repeat right top 10px;
    padding-right: 20px;
  }
  #top .mordal-arrow {
    background: url("../images/common/icon_arrow_03.png") no-repeat right top 10px;
  }
  .header nav ul ul {
    display: block !important;
  }
  .header nav ul ul.sp {
    display: none !important;
  }
  .header nav ul ul a {
    color: #000;
    margin-bottom: 35px;
    padding-bottom: 0;
  }
  .header nav li.has-child .menu {
    position: absolute;
    left: calc(50% - 570px);
    top: 58px;
    z-index: 1000;
    /*はじめは非表示
 display: none;*/
    visibility: hidden;
    opacity: 0;
    transition: all .8s;
  }
  .header nav li.has-child:hover .menu {
    /*display:block;*/
    visibility: visible;
    opacity: 1;
  }
  .bg__blk {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.54);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
  }
  .bg__blk.blk {
    display: block;
  }
}
@media screen and (max-width:1200px) {
  .header nav li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible; /*JSで制御するため一旦表示*/
    opacity: 1; /*JSで制御するため一旦表示*/
    display: none; /*JSのslidetoggleで表示させるため非表示に*/
    transition: none; /*JSで制御するためCSSのアニメーションを切る*/
  }
  .header nav li.has-child:hover > ul {
    display: none;
  }
  .header nav li.has-child ul li {
    width: 50%;
    border-top: 1px solid #e7e7e7;
    display: inline-block;
    background: #f7f7f7;
    margin: 0;
  }
  .header nav li.has-child ul li:nth-child(odd) {
    border-right: 1px solid #e7e7e7;
  }
  /*矢印の位置と向き*/
  .header nav ul li.has-child > a {
    position: relative;
    padding-right: 50px;
  }
  .header nav ul li.has-child > a::before {
    content: '+';
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000;
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
  }
  .header nav ul li.has-child.active > a::before {
    content: '-';
    font-size: 3.6rem;
    line-height: 0;
    top: 25px;
    right: 17px;
  }
}
/* SP MENU */
@media screen and (max-width: 768px) {
  a.btn__org__sp {
    border-radius: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 35px;
    font-size: 1.1rem;
    padding: 0 !important;
    background: #fd452d;
    color: #fff;
    position: absolute;
    right: 60px;
    top: 8px;
  }
  .header {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header.is-show {
    background: rgba(255, 255, 255, 0.50)
  }
  #top .header.is-show {
    background: rgba(255, 255, 255, 0.50)
  }
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease .4s;
  }
  .header__nav ul {
    padding-top: 30px;
    width: 100%;
    text-align: center;
  }
  .header__nav ul li {
    padding: 10px 0;
    font-weight: 500;
  }
  .header__hamburger {
    width: 26px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease .4s;
    display: block;
  }
  #top .hamburger span {
    background-color: #000;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
    width: 19px;
  }
  .hamburger span:nth-child(3) {
    top: 0;
    width: 13px;
  }
  .header__nav.active {
    transform: translateX(0);
    overflow-y: scroll;
  }
  .hamburger.active span:nth-child(1), #top .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
    background: #000;
  }
  .hamburger.active span:nth-child(2), #top .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3), #top .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
    background: #000;
    width: 26px;
  }
  .header {
    height: 54px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .header .logo {
    display: flex;
    column-gap: 10px;
  }
  .header .logo span {
    display: none
  }
  .header .logo a {
    width: 100px;
    display: inline-block
  }
  .nav__items > li {
    width: 100%;
  }
  .nav__items > li > a {
    display: block;
    padding: 18px;
    border-top: 1px solid #e7e7e7;
    font-weight: 400;
    width: 100%;
  }
  .nav__items > li.has-child ul {
    font-size: 0;
  }
  .nav__items > li.has-child ul li {
    font-size: 1.4rem;
  }
  .nav__items > li.has-child ul li a {
    padding: 18px;
    display: inline-block;
  }
  .sns__items {
    display: flex;
    column-gap: 30px;
    justify-content: center;
    margin: 30px 0;
  }
  /* 追加修正 */
  .header__nav .sp__logo {
    background: #fff;
    text-align: center;
    box-shadow: 6px 0 59px rgb(188, 188, 188, 0.33);
    padding: 20px;
  }
  .header__nav ul li.col2 {
    width: 43%;
    padding: 0;
    margin: 30px 0;
    font-size: 1.3rem;
  }
  .sp {
    width: 100%;
  }
  .line_r {
    border-right: 1px solid #000;
  }
  .btn__wht a, .btn__org a {
    border-radius: 100px;
    display: inline-block;
    width: 77%;
    font-size: 1.4rem;
    background: #fd452d;
    color: #fff;
    padding: 14px 0;
  }
  .btn__wht a {
    background: #fff;
    border: 1px solid #000;
    color: #000;
  }
}
/*=================================
ふわっと順番に表示
===================================*/
.animate {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.0s;
}
.animate.show {
  opacity: 1;
  transform: translateY(0);
}
.animate.show.fadein01 {
  transition-delay: 0s;
}
.animate.show.fadein02 {
  transition-delay: 0.1s;
}
.animate.show.fadein03 {
  transition-delay: 0.2s;
}
.animate.show.fadein04 {
  transition-delay: 0.3s;
}
.animate.show.fadein05 {
  transition-delay: 0.4s;
}
.animate.show.fadein06 {
  transition-delay: 0.5s;
}
.animate.show.fadeina {
  transition-delay: 0.5s;
}
.animate.show.fadeinb {
  transition-delay: 1.0s;
}
.animate.show.fadeinc {
  transition-delay: 1.5s;
}
/*=================================
toppage
===================================*/
.top01__wrap {
  padding-top: 15px;
}
.news__box {
  /*width: 405px;
  box-shadow: 3px 3px 11px rgb(0, 0, 0, 0.08);*/
  position: absolute;
  left: 30px;
  top: 500px;
  z-index: 50;
}
.close-btn {
  position: absolute;
  right: 8px;
  top: 4px;
  cursor: pointer;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.67);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.news__box.hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .news__box {
    width: 60%;
    left: 10px;
    top: 92vw;
  }
}
/* font */
.ttl__style__01 {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.6;
}
.ttl__style__02 {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.4;
}
.ttl__style__03 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.ttl__style__04 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.ttl__style__05 {
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 1.4;
}
.ttl__style__06 {
  font-size: 1.1rem;
  font-weight: 400
}
.ttl__style__07 {
  font-size: 1.8rem;
  font-weight: 500
}
.ttl__style__08 {
  font-size: 1.4rem;
  font-weight: 400
}
.ttl__style__09 {
  font-size: 2.2rem;
  font-weight: 500
}
.ttl__style__10 {
  font-size: 3.3rem;
  font-weight: 500
}
.ttl__style__11 {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ttl__style__12 {
  font-size: 1.6rem;
  font-weight: 500
}
.ttl__style__13 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ttl__style__14 {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.4;
}
.ttl__style__15 {
  font-size: 1.4rem;
  font-weight: 500
}
.ttl__style__16 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.ttl__style__17 {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ttl__style__18 {
  font-size: 7.0rem;
  font-weight: 700 !important;
  line-height: 1.4;
}
.lead__style__01 {
  font-size: 1.4rem;
  font-weight: 500
}
.lead__style__02 {
  font-size: 1.6rem;
}
.lead__style__03 {
  font-size: 1.4rem;
  font-weight: 400
}
.lead__style__04 {
  font-size: 1.8rem;
  font-weight: 400
}
.lead__style__05 {
  font-size: 1.3rem;
  font-weight: 400
}
.lead__style__06 {
  font-size: 1.1rem;
  font-weight: 400
}
.lead__style__07 {
  font-size: 1.7rem;
  font-weight: 500
}
.lead__style__08 {
  font-size: 2.0rem;
  font-weight: 500
}
.lead__style__09 {
  font-size: 1.2rem;
  font-weight: 500
}
.lead__style__10 {
  font-weight: 500
}
.lead__style__11 {
  font-size: 2.1rem;
  font-weight: 500
}
.lead__style__12 {
  font-size: 1.1rem;
  font-weight: 500
}
.lead__style__13 {
  font-size: 1.0rem;
}
@media screen and (max-width: 768px) {
  .ttl__style__01 {
    font-size: 2.0rem;
  }
  .ttl__style__02 {
    font-size: 1.8rem;
  }
  .ttl__style__03 {
    font-size: 1.6rem;
  }
  .ttl__style__04 {
    font-size: 1.5rem;
  }
  .ttl__style__05 {
    font-size: 2.0rem;
  }
  .ttl__style__06 {
    font-size: 0.9rem;
  }
  .ttl__style__07 {
    font-size: 1.5rem;
  }
  .ttl__style__08 {
    font-size: 0.9rem;
  }
  .ttl__style__09 {
    font-size: 1.4rem;
  }
  .ttl__style__10 {
    font-size: 1.78rem;
  }
  .ttl__style__11 {
    font-size: 2.4rem;
  }
  .ttl__style__12 {
    font-size: 1.6rem;
    font-weight: 500
  }
  .ttl__style__13 {
    font-size: 2.77rem;
  }
  .ttl__style__16 .ttl__style__13 {
    font-size: 1.77rem;
  }
  .ttl__style__14 {
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .ttl__style__15 {}
  .ttl__style__16 {
    font-size: 1.9rem;
  }
  .ttl__style__17 {
    font-size: 2.8rem;
  }
  .ttl__style__18 {
    font-size: 3.5rem;
  }
  .lead__style__01 {
    font-size: 1.2rem;
  }
  .lead__style__02 {
    font-size: 1.4rem;
  }
  .lead__style__03 {
    font-size: 1.4rem;
    font-weight: 400
  }
  .lead__style__04 {
    font-size: 1.4rem;
  }
  .lead__style__05 {
    font-size: 1.2rem;
  }
  .lead__style__06 {
    font-size: 1.1rem;
    font-weight: 400
  }
  .lead__style__07 {
    font-size: 1.5rem;
  }
  .lead__style__08 {
    font-size: 1.2rem;
  }
  .lead__style__09 {
    font-size: 1.2rem;
    font-weight: 500
  }
  .lead__style__10 {
    font-weight: 500
  }
  .lead__style__11 {
    font-size: 2.1rem;
    font-weight: 500
  }
  .lead__style__12 {
    font-size: 1.1rem;
    font-weight: 500
  }
  .lead__style__13 {
    font-size: 0.9rem;
  }
}
/*=================================
MV
===================================*/
.mv {
  position: relative;
  width: 100%;
  height: 721px;
  overflow: hidden;
  background: #f9f5f0
}
.mv_text {
  position: absolute;
  top: 100px;
  right: 10%;
  z-index: 3;
}
.mv_text_meet {
  position: absolute;
  top: 544px;
  left: 3%;
  z-index: 2;
  width: 580px;
}
.mv_wrap {
  width: 2800px;
  display: flex;
  height: 721px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mv_wrap img {
  width: 2800px;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.mv_wrap.num1 img:first-child {
  animation: loop 120s -60s linear infinite;
}
.mv_wrap.num1 img:last-child {
  animation: loop2 120s linear infinite;
}
/*.mv_wrap.num2 img:first-child {
  animation: loop 60s -30s linear infinite;
}
.mv_wrap.num2 img:last-child {
  animation: loop2 60s linear infinite;
}*/
.mv_wrap.num3 img:first-child {
  animation: loop 240s -120s linear infinite;
}
.mv_wrap.num3 img:last-child {
  animation: loop2 240s linear infinite;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 517px;
  }
  .mv_text {
    top: 100px;
    right: 4%;
    width: 80%;
    max-width: 430px;
  }
  .mv_text_meet {
    top: inherit;
    width: 75%;
    bottom: 15%;
    max-width: 330px;
  }
  .mv_wrap img {
    width: auto;
    height: 517px;
  }
}
/*=================================
トップページ
===================================*/
.loop_wrap {
  display: flex;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.loop_wrap img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}
.top02__wrap {
  padding-top: 55px;
}
.top02__items {
  display: flex;
  justify-content: space-between;
}
.top02__item__l {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 20px;
}
.press-release__items {
  margin-top: 75px;
  background: #fff;
  display: flex;
  width: 100%;
  border-radius: 10px;
  align-items: center;
  box-shadow: 3px 3px 25px rgb(0, 0, 0, 0.1);
  overflow: hidden;
}
.press-release__item__img {
  width: 21.3%;
  padding-right: 2%;
}
.tag__wht {
  display: inline-block;
  width: 110px;
  text-align: center;
  color: #fd452d;
  font-size: 1.2rem;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  box-shadow: 3px 3px 14px rgb(0, 0, 0, 0.1);
}
.press-release__item__date {
  font-size: 1.4rem;
  width: 100px;
  text-align: center;
}
.press-release__item__txt {
  font-size: 1.4rem;
  width: calc(78.7% - 210px);
  background: url(../images/common/arrow_r.svg) no-repeat center right 10%;
  background-size: 36px auto;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.top03__wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.top03__wrap .ttl__style__01, .top03__wrap .lead__style__02 {
  text-align: center;
  margin-bottom: 35px
}
.nav__list {
  text-align: right;
  margin-bottom: 25px;
}
.nav__list a {
  background: url("../images/common/arrow_r.svg") no-repeat right center;
  background-size: 25px 25px;
  padding-right: 35px;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
}
.content01__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content01__item {
  max-width: 250px;
  width: 23%;
  overflow: hidden;
}
.content01__item img {
  aspect-ratio: 25 / 14;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  box-shadow: 3px 3px 12px rgb(0, 0, 0, 0.08);
  transition: 0.4s ease;
}
.content01__item img:hover {
  transform: scale(1.1);
}
.content01__item figure {
  margin-bottom: 18px;
}
.content01__item .parts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.0rem;
}
.tag__org {
  text-align: center;
  padding: 3px;
  color: #ff5d01;
  font-size: 1.0rem;
  border: 1px solid #ff5d01;
  border-radius: 50px;
  width: 122px;
}
.content01__item .tag a {
  color: #737373;
  margin-right: 5px;
  font-size: 1.0rem;
}
.top04__wrap {
  background: url("../images/top/bk_wave.png") no-repeat bottom #f9f5f0;
  background-size: 100% auto;
  padding: 100px 0 240px 0;
}
.top04__wrap .ttl {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 30px;
}
.top04__wrap .ttl span:first-child {
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1
}
.top04__wrap .ttl span:nth-child(2) {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1
}
.top04__wrap .ttl span:last-child {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: dotted 3px #ff5d01
}
.top04__items {
  background: #fff;
  border-radius: 30px;
  width: 100%;
  padding: 90px 65px 0 105px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top04__items::before {
  content: '';
  background: url("../images/top/bk_jobscape.svg") no-repeat;
  background-size: 100% auto;
  width: 583px;
  height: 123px;
  position: absolute;
  left: -40px;
  bottom: -50px;
}
.ttl__org {
  color: #ff5d01;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: -23px;
}
.ttl__org span {
  color: #ff5d01;
  font-size: 4.4rem;
  line-height: 1.4
}
.top04__item__txt .lead__style__02 {
  margin: 25px 0;
}
.top04__item__txt {
  width: 52%;
  padding-top: 25px;
}
.top04__item__img {
  width: 48%;
  margin-bottom: -30px;
}
.top05__wrap {
  padding-top: 55px;
  padding-bottom: 310px;
  background: url("../images/top/img_top07.png") no-repeat right bottom;
  background-size: 749px auto;
}
.top05__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.top05__item__img {
  width: 50%;
  padding-top: 70px;
}
.top05__item__txt {
  width: 44%;
}
.top05__item__txt .lead__style__02 {
  line-height: 2;
  margin-top: 35px;
}
.top06__wrap {
  background: #f9f5f0;
  padding-top: 130px;
  padding-bottom: 90px;
  text-align: center;
}
.ttl__under-arrow.org {
  background: #ff7143;
  font-size: 2.5rem;
  color: #fff;
  width: 430px;
  padding: 3px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 40px auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  position: relative;
}
.top06__wrap h3.ttl__style__03 {
  margin-top: 20px;
}
.ttl__under-arrow.org::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: calc(50% - 10px);
  transform: rotate(90deg);
  border: 10px solid transparent;
  border-left: 15px solid #ff7143;
}
.top06__items {
  background: #fff;
  border-radius: 30px;
  width: 100%;
  padding: 75px 55px 55px 55px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 100px;
  margin-bottom: 85px;
}
.top06__items::before {
  content: '';
  background: url("../images/top/img_top08.png") no-repeat;
  background-size: 151px 232px;
  width: 151px;
  height: 232px;
  position: absolute;
  top: -232px;
  right: 150px;
}
.gray__box {
  background: #e6e6e6;
}
.blue__box {
  background: #10c9dc;
  color: #fff;
}
.top06__item {
  width: 47%;
  border-radius: 10px;
  padding: 0 25px 25px 25px;
}
.gray__tab, .org__tab {
  background: #374851;
  color: #fff;
  font-size: 2.0rem;
  border-radius: 100px;
  width: 250px;
  padding: 10px;
  margin: -23px auto 0 auto;
}
.org__tab {
  background: #ff7143;
}
.top06__item .lead__style__08 {
  padding-top: 13px;
}
.top06__item .ttl__style__04 {
  line-height: 1.6;
  margin-bottom: 23px;
}
.top06__item .ttl__style__04 span {
  border-bottom: 3px solid #f6de79;
}
.wht__box02 {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 20px 0px 30px 0px;
  position: relative;
  margin-bottom: 26px;
}
.wht__box02::before {
  content: "";
  position: absolute;
  bottom: -42px;
  left: calc(50% - 20px);
  transform: rotate(90deg);
  border: 20px solid transparent;
  border-left: 25px solid #fff;
}
.wht__box03 {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 12px 0px;
  position: relative;
  font-size: 2.3rem;
  color: #000;
}
.wht__box03 img {
  display: inline;
  margin-left: 5px;
  margin-top: -26px;
  margin-bottom: -10px;
}
.txt__org {
  color: #ff5d01
}
.top07__wrap {
  padding-top: 160px;
  padding-bottom: 195px;
  background: #f8f4ef;
  position: relative;
}
.top07__wrap > * {
  position: relative;
}
.top07__wrap h2.ttl__style__05 {
  margin: 18px 0px 30px 0px;
}
.top07__wrap::before {
  content: '';
  background: #ffffff;
  width: 100%;
  height: 770px;
  position: absolute;
  top: 0;
  right: 0;
}
.top07__wrap .ttl {
  text-align: center;
  margin-bottom: 140px;
  background: url("../images/top/bk_jobscape02.svg") no-repeat top 10px center;
  background-size: 687px auto;
}
.top07__wrap .ttl p.ttl__style__04 {
  display: inline-block;
  padding: 0 35px;
  position: relative;
}
.top07__wrap .ttl p.ttl__style__04::before, .top07__wrap .ttl p.ttl__style__04::after {
  position: absolute;
  top: 8px;
  height: 30px;
  content: '';
}
.top07__wrap .ttl p.ttl__style__04::before {
  border-left: solid 1px;
  left: 0;
  transform: rotate(-30deg);
}
.top07__wrap .ttl p.ttl__style__04::after {
  border-right: solid 1px;
  right: 0;
  transform: rotate(30deg);
}
.top07__items {
  /*  display: flex;
  grid-column-gap: 55px;*/
}
.slick-list {
  padding-bottom: 85px !important;
}
.top07__item {
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 3px 3px 25px rgb(0, 0, 0, 0.1);
  position: relative;
  margin: 0 25px;
}
.top07__item:nth-child(odd) {
  transform: translateY(65px);
}
.top07__item figure {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.top07__item a img {
  transition: 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top07__item a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .top07__item a:hover img {
    transform: none;
  }
}
.top07__item .org__box {
  position: absolute;
  border-radius: 10px;
  background: #ff6e03;
  text-align: center;
  color: #fff;
  width: 180px;
  z-index: 1;
  top: 230px;
  right: 15px;
  padding: 10px 0 15px 0;
}
.top07__item .org__box .month {
  display: inline-block;
  background: url("../images/top/icon_dot.svg") no-repeat center left;
  background-size: 14px auto;
  padding-left: 18px;
}
.top07__item .org__box .price {
  font-size: 2.5rem;
  line-height: 1
}
.top07__item .name {
  font-size: 2.0rem;
  line-height: 1;
  font-weight: 500
}
.top07__item .wrap {
  padding: 45px 25px 30px 25px;
}
.top07__item .wrap p {
  padding: 3px 0;
  line-height: 1.4
}
.top07__item .wrap > p:last-child {
  padding-top: 20px;
}
.bnr__monitor {
  margin: 150px auto 0 auto;
  max-width: 1078px;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background: url("../images/top/bk_bnr01.png") no-repeat right #234452;
  background-size: auto 100%;
}
.bnr__monitor a {
  display: block;
  padding: 50px 41% 45px 90px;
  height: 100%
}
.bnr__monitor figure {
  background: url("../images/top/bk_jobscape03.svg") no-repeat left top;
  background-size: auto 100%;
  padding: 55px 0 20px 0;
}
.bnr__monitor .lead__style__04 {
  text-align: left;
  margin-bottom: 35px;
}
.top09__wrap {
  background: url("../images/top/bk_circle.png") no-repeat top center #f9f5f0;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 140px;
  text-align: center;
}
.txt__sky {
  color: #0fc2d4
}
h2.ttl__style__16 {
  line-height: 1.4;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 40px;
}
h2.ttl__style__16 span {
  font-weight: 600;
}
.robot {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth"100;
}
.top09__wrap h3.ttl__style__13 {
  font-weight: 500;
}
.top09__items {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top09__item {
  width: 28.863%;
}
.top09__item.center {
  width: 36.503%;
}
.top09__item figure img {
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.1);
}
.top09__item p:last-child {
  text-align: left;
}
.wht__box04 {
  margin: -25px 7% 0 7%;
  border-radius: 10px;
  background: #fff;
  width: 86%;
  padding: 30px 7%;
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.1);
  position: relative;
  min-height: 290px;
}
.txt__pink {
  color: #f87c73
}
.txt__org {
  color: #ff5d01
}
.top09__item .ttl__style__09, .top09__item .ttl__style__07 {
  margin: 15px 0;
}
.wht__box05 {
  margin: 85px auto 0 auto;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 750px;
  padding: 30px 45px;
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.1);
  text-align: left;
}
.top10__wrap {
  background: url("../images/top/bk_funya01.png") no-repeat center center #fff;
  background-size: 100% 100%;
  padding-top: 145px;
  padding-bottom: 180px;
}
.ttl__under-arrow.yel {
  background: #ffe42e;
  font-size: 3.1rem;
  width: 355px;
  padding: 5px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 40px auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.ttl__under-arrow.yel::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: calc(50% - 10px);
  transform: rotate(90deg);
  border: 10px solid transparent;
  border-left: 15px solid #ffe42e;
}
.ttl__under-arrow.yel::after {
  content: "";
  position: absolute;
  background: url("../images/top/img_top11.png") no-repeat;
  background-size: 135px 79px;
  right: -68px;
  bottom: -27px;
  width: 135px;
  height: 79px;
}
.top10__wrap .ttl__style__10 {
  text-align: center;
  margin-bottom: 60px;
}
.txt__wht {
  color: #fff;
}
.top10__items {
  width: 100%;
  max-width: 1087px;
  border-radius: 30px;
  background: #fff;
  padding: 90px 120px;
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 175px auto;
  position: relative;
}
.top10__item__txt {
  width: 32%;
}
.top10__item__img {
  width: 62.6%;
}
.top10__item__txt .step {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.top10__item__txt .ttl__style__04 {
  margin: 20px 0;
}
.top10__items::after {
  content: "";
  position: absolute;
  background: url("../images/top/bk_dotted line01.png") no-repeat;
  background-size: 178px 200px;
  right: calc(50% - 89px);
  bottom: -200px;
  width: 178px;
  height: 200px;
}
.top10__items.step2 {
  transform: translateX(115px)
}
.top10__items.step2::after {
  background: url("../images/top/bk_dotted line02.png") no-repeat;
  background-size: 190px 200px;
  right: calc(50% - 95px);
  width: 190px;
}
.top10__items.step3::after {
  display: none;
}
.top10__items.step3 {
  margin-bottom: 124px;
}
.top11__wrap {
  overflow: hidden
}
.top11__items {
  margin-top: 215px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top11__item__txt {
  width: 57%;
}
.top11__item__txt .ttl__style__11 {
  margin: 10px 0 30px 0;
}
.top11__item__img {
  width: 46.5%;
  margin-right: -13%;
}
.top08__wrap {
  margin-top: 330px;
  margin-bottom: 587px;
  border-radius: 40px;
  background: #f9f5f0;
  height: 620px;
  position: relative;
}
.happy__items {
  width: 490px;
  position: absolute;
}
.happy__items.item01 {
  top: -140px;
  right: -20px;
}
.happy__items.item02 {
  top: 195px;
  left: -20px;
}
.happy__items.item03 {
  bottom: -436px;
  right: -20px;
}
.happy__items img {
  border-radius: 20px;
  margin-top: 25px;
}
.wht__box08 {
  border-radius: 20px;
  background: #fff;
  width: 93%;
  margin-left: -6%;
  margin-top: -35px;
  padding: 45px 40px;
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.top12__wrap {
  text-align: center;
}
.beige__tab {
  font-size: 2.0rem;
  font-weight: 500;
  display: inline-block;
  background: #f9f5f0;
  border-radius: 100px;
  padding: 3px 20px;
  margin-bottom: 20px;
}
.beige__tab span {
  font-size: 2.7rem;
  font-weight: 500;
}
.content02__items {
  width: 100%;
  /*display: flex;
  grid-column-gap: 20px;*/
  margin-top: 30px;
  text-align: left;
}
.content02__item {
  width: 340px;
  height: 410px;
  box-shadow: 3px 3px 12px rgb(0, 0, 0, 0.08);
  background: #fff;
  font-size: 1.586rem;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 20px;
}
.content02__item a {
  display: block;
  height: 410px;
}
.content02__item figure {
  height: 240px;
}
.content02__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tag__org2 {
  padding: 1px 12px;
  color: #ff5d01;
  font-size: 1.465rem;
  border: 1px solid #ff5d01;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 11px;
}
.content02__item .space {
  padding: 15px 25px;
}
.beige__box {
  background: #f9f5f0;
  border-radius: 20px;
  padding: 50px 60px;
  text-align: left;
  margin-top: 70px;
}
.tab__line {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 13px 20px;
}
.tab__line a {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  padding: 2px 15px;
  border-radius: 50px;
}
.top13__wrap {
  margin-top: 150px;
  background: url("../images/top/bk_bnr02.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 60px 30px 70px 30px;
}
.top13__items {
  display: flex;
  justify-content: center;
  grid-column-gap: 40px;
  margin-top: 40px;
}
.top14__wrap {
  text-align: center;
  position: relative;
  padding-top: 175px;
}
.top14__wrap::after {
  content: "";
  background: #f9f5f0;
  width: 100%;
  height: 1150px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 685px;
}
.wht_box09 {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding: 108px 155px 130px 155px;
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.08);
}
.wht_box09 .ttl__style__13 {
  background: url(../images/top/bk_price.png) no-repeat top center;
  background-size: 287px 77px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
  line-height: 1;
}
.wht_box10 {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding: 50px 30px 55px 30px;
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.08);
  margin-top: 60px;
}
.top14__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 140px;
}
.top14__item {
  width: 250px;
  height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 15px;
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.08);
  position: relative;
}
.top14__item.popular {
  width: 265px;
  height: 555px;
  border: 4px solid #ff6e03;
}
.btn__blue__line a, .btn__org02 a {
  border: 2px solid #1bb8ce;
  color: #1bb8ce;
  text-align: center;
  background: #fff;
  border-radius: 100px;
  padding: 10px;
  width: 190px;
  font-size: 1.34rem;
  display: inline-block;
  box-shadow: 3px 3px 20px rgb(0, 0, 0, 0.1);
}
.btn__org02 a {
  border: 2px solid #ff6e03;
  color: #fff;
  background: #ff6e03;
  width: 210px;
}
.top14__item .backm {
  font-size: 5.9rem;
  font-weight: 700;
  line-height: 1;
}
.top14__item .backm span {
  font-size: 2.6rem;
}
.top14__item .price {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}
.top14__item .price span:first-child {
  font-size: 2.1rem;
  font-weight: 600;
}
.top14__item .price span:last-child {
  font-size: 1.4rem;
}
.top14__item p:nth-child(1) {
  margin-bottom: 20px;
}
.top14__item p:nth-child(2) {
  margin-bottom: 0px;
}
.top14__item p:nth-child(3) {
  margin-bottom: 5px;
}
.top14__item p:nth-child(4) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.top14__item p:nth-child(5) {
  margin-bottom: 0px;
}
.top14__item p:nth-child(6) {
  margin-bottom: 5px;
}
.top14__item p:nth-child(7) {
  margin-bottom: 35px;
}
.top14__item:first-child p:nth-child(7) {
  margin-bottom: 5px;
}
.top14__item:first-child p:nth-child(8) {
  margin-bottom: 5px;
}
.top14__item .yel__tab {
  background: #ffeb0c;
  font-size: 1.34rem;
  font-weight: 500;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 14px;
  right: 7px;
  line-height: 1.4;
}
.top14__item .no1__tab {
  position: absolute;
  top: -22px;
  right: 5px;
}
.txt__blue {
  color: #3370ff !important
}
.top14__items__notes {
  display: inline-block;
  text-align: left;
  margin-top: 40px;
}
.top15__wrap {
  padding-top: 245px;
  padding-bottom: 185px;
}
.content03__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content03__item__ttl {
  width: 270px;
}
.content03__item__content {
  width: calc(100% - 270px);
}
.content03__item__ttl .nav__list {
  text-align: left;
  margin-bottom: 0;
  margin-top: 50px;
}
.faq {
  box-shadow: 3px 3px 30px rgb(0, 0, 0, 0.08);
  margin-top: 20px;
}
.faq:first-child {
  margin-top: 0px;
}
.question {
  cursor: pointer;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 25px 50px 25px 85px;
  font-weight: 400;
}
.faq dd {
  display: none;
  padding: 25px 0px 25px 0px;
  margin: 0 50px 0 85px;
  border-top: 1px solid #ccc;
  position: relative;
}
.question::before {
  position: absolute;
  left: 25px;
  top: 20px;
  background: #ff5d01;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  color: #fff;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 5px;
}
.question::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: '';
  transition: transform .5s;
  display: block;
  position: absolute;
  right: 30px;
  top: 35px;
}
.question.open::after {
  transform: rotate(225deg);
}
.faq dd::before {
  position: absolute;
  left: -59px;
  top: 20px;
  border: 1px solid #ff5d01;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  color: #ff5d01;
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 5px;
}
.top16__wrap {
  background: #f9f8f7;
  padding-top: 165px;
}
/*.content03__items{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.content03__item__ttl{
	width: 25.5%;
}
.content03__item__content{
	width: 74%;
}*/
.category {
  margin-top: 70px;
}
.category li a, .tag__cat a {
  display: inline-block;
  margin-top: 20px;
  padding: 2px 25px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #000;
  font-size: 1.3rem;
}
.tag__cat a {
  margin-top: 0px;
}
.category li.ov a {
  background: #ff5d01;
  color: #fff;
  border: 1px solid #ff5d01;
}
.top16__wrap .content03__items {
  margin-bottom: 110px;
}
.news__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #c7c5c0;
}
.news__items .news__item__img {
  width: 140px;
}
.news__items .news__item__img figure {
  width: 140px;
  height: 98px;
  overflow: hidden;
  border-radius: 5px;
}
.news__items .news__item__img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news__items .date {
  width: 80px;
  text-align: center;
  color: #737373;
  font-size: 1.4rem;
}
.news__items .tag__cat {
  width: 110px;
  text-align: center;
}
.news__items .news__item__txt {
  width: calc(100% - 370px);
  font-size: 1.4rem;
  padding-right: 74px;
  background: url("../images/common/arrow_r.svg") no-repeat right center;
  background-size: 20px auto;
}
.top17__items {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  transform: translateY(60px)
}
.top17__items a {
  display: block;
  padding: 55px;
  height: 100%;
}
.top17__items a:hover {
  opacity: 1;
}
.top17__item__l, .top17__item__r {
  width: 50%;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.top17__item__l:after, .top17__item__r:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: -1;
}
.top17__item__l:hover:after, .top17__item__r:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.top17__item__l:after {
  background: url("../images/top/img_contact01.jpg") no-repeat center center;
  background-size: cover;
}
.top17__item__r:after {
  background: url("../images/top/img_contact02.jpg") no-repeat center center;
  background-size: cover;
}
.top17__items .ttl__style__16 {
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  grid-column-gap: 10px;
}
.top17__items .ttl__style__16 img {
  transition: 0.4s ease;
  margin-top: 5px;
}
.top17__items a:hover .ttl__style__16 img {
  transform: translateX(10px);
}
.top17__items .lead__style__07 {
  margin-bottom: 25px;
}
.top17__item__r .lead__style__07 {
  text-align: left;
}
footer {
  background: #234452;
  padding-top: 128px;
  padding-bottom: 70px;
  color: #fff;
}
footer a {
  color: #fff;
}
.footer__items {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 60px;
}
.footer__item__logo {
  padding-right: 35px;
  max-width: 360px;
}
.footer__item__logo .lead__style__05 {
  margin-top: 20px;
}
.footer__item__logo .sns {
  margin-top: 40px;
  display: flex;
  grid-column-gap: 15px;
  align-items: center;
}
.footer__item__link a {
  margin-bottom: 15px;
  display: inline-block;
}
.fot ul {
  padding: 25px;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}
.fot ul li * {
  padding: 0 20px;
  display: inline-block
}
.fot ul li:before {
  content: '/';
  color: #a0a0a0;
}
.fot ul li:first-child:before {
  content: '';
  display: none;
}
.btn__wht__list a {
  display: inline-block;
  border-radius: 100px;
  width: 265px;
  font-size: 1.4rem;
  box-shadow: 3px 3px 20px rgb(0, 0, 0, 0.1);
  padding: 15px 55px 15px 25px;
  text-align: center;
  background: url("../images/common/arrow_r.png") no-repeat center right 30px #fff;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .top02__wrap {
    padding-top: 20px;
  }
  .top02__items {
    width: 100%;
    flex-wrap: wrap;
    grid-row-gap: 35px;
    text-align: center;
    justify-content: center;
    padding-bottom: 7px;
  }
  .top02__item__l {
    width: 100%;
    justify-content: center;
    grid-column-gap: 10px;
  }
  .hd__btn {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .btn__blk {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    border: 1px solid #000;
    border-radius: 100px;
    font-size: 1.4rem;
    padding: 15px;
    font-weight: 500;
  }
  .press-release__items {
    margin-top: 40px;
    padding: 13px 45px 13px 0;
    background: url(../images/common/arrow_r.svg) no-repeat center right 10px;
    background-size: 15px auto;
  }
  .press-release__item_sp {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
  }
  .press-release__item__img {
    width: 90px;
    padding: 10px;
  }
  .press-release__item__img figure {
    border-radius: 5px;
    overflow: hidden;
  }
  .press-release__items_sp {
    width: calc(100% - 90px)
  }
  .tag__wht {
    width: auto;
    font-size: 1.0rem;
    padding: 5px 10px;
  }
  .press-release__item__date {
    font-size: 1.1rem;
    width: auto;
  }
  .press-release__item__txt {
    font-size: 1.2rem;
    width: 100%;
    background: none;
  }
  .top03__wrap {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .nav__list {
    text-align: center;
    margin-bottom: 30px;
  }
  .top09__wrap, .top14__wrap {
    overflow: hidden;
  }
  .top09__wrap .items__wrap, .top14__wrap .items__wrap {
    overflow-x: scroll;
    width: 114%;
    margin-left: -7%;
  }
  .items__wrap {
    overflow-x: scroll;
    width: 100%;
  }
  .content01__items {
    width: 1100px;
  }
  .content01__item {
    max-width: 230px;
  }
  .content01__item figure {
    margin-bottom: 10px;
  }
  .content01__item .parts {
    font-size: 0.868rem;
  }
  .tag__org {
    padding: 3px 10px;
    font-size: 0.868rem;
    width: auto;
  }
  .content01__item .tag a {
    font-size: 0.9rem;
  }
  .top04__wrap {
    padding: 75px 0 155px 0;
  }
  .top04__wrap .ttl {
    margin-bottom: 48px;
    grid-row-gap: 13px;
  }
  .top04__wrap .ttl span:first-child {
    font-size: 2.1rem;
  }
  .top04__wrap .ttl span:nth-child(2) {
    font-size: 1.8rem;
  }
  .top04__wrap .ttl span:last-child {
    font-size: 1.4rem;
    padding-bottom: 5px;
    border-bottom: dotted 3px #ff5d01
  }
  .top04__items {
    padding: 45px 25px 35px 25px;
    flex-wrap: wrap;
    grid-row-gap: 45px;
    justify-content: center;
  }
  .top04__item__txt {
    width: 100%;
    padding-top: 0px;
  }
  .top04__item__img {
    width: 75%;
    margin-bottom: 0px;
  }
  .top04__items::before {
    content: '';
    background: url("../images/top/bk_jobscape.svg") no-repeat;
    background-size: 242px auto;
    width: 242px;
    height: 51px;
    left: calc(50% - 121px);
    bottom: -20px;
  }
  .ttl__org {
    font-size: 2.1rem;
    margin-left: 0px;
  }
  .ttl__org span {
    font-size: 2.4rem;
  }
  .top04__item__txt .ttl__org, .top04__item__txt .ttl__style__02 {
    text-align: center
  }
  .top04__item__txt .lead__style__02 {
    margin: 25px 0 40px 0;
  }
  .btn__wht__list a {
    font-size: 1.4rem;
    background: url("../images/common/arrow_r.svg") no-repeat right 25px center #fff;
    background-size: 25px auto;
    padding: 13px 30px 13px 0px;
    text-align: center;
    width: 265px;
    display: block;
    box-shadow: 3px 3px 25px rgb(0, 0, 0, 0.1);
    border-radius: 100px;
    margin: 0 auto;
  }
  .top05__wrap {
    padding-top: 45px;
    padding-bottom: 220px;
    background: url("../images/top/img_top07.png") no-repeat center bottom;
    background-size: 263px auto;
  }
  .top05__items {
    flex-wrap: wrap;
    grid-row-gap: 80px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .top05__item__img {
    width: 100%;
    padding-top: 0px;
  }
  .top05__item__txt {
    width: 90%;
  }
  .top05__item__txt .lead__style__02 {
    margin-top: 50px;
    line-height: 1.6;
  }
  .top06__wrap {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .top06__wrap h2 img {
    max-width: 80%;
    margin-top: 10px;
  }
  .ttl__under-arrow.org {
    font-size: 1.2rem;
    width: 190px;
    padding: 2px;
    margin: 0 auto 10px auto;
  }
  .top06__wrap h3.ttl__style__03 {
    margin-top: 10px;
  }
  .ttl__under-arrow.org::before {
    bottom: -13px;
    left: calc(50% - 5px);
    border: 6px solid transparent;
    border-left: 10px solid #ff7143;
  }
  .top06__items {
    border-radius: 15px;
    padding: 65px 20px 55px 20px;
    margin-top: 45px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    grid-row-gap: 50px
  }
  .top06__items::before {
    background: url("../images/top/img_top08_sp.png") no-repeat;
    background-size: 63px 80px;
    width: 63px;
    height: 80px;
    top: -80px;
    right: 0px;
  }
  .top06__item {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
  .gray__tab, .org__tab {
    font-size: 1.2rem;
    width: 150px;
    padding: 3px;
    margin: -12px auto 0 auto;
  }
  .top06__item .ttl__style__04 {
    margin-bottom: 10px;
  }
  .wht__box02 {
    padding: 15px 0px;
    margin-bottom: 15px;
  }
  .wht__box02::before {
    bottom: -20px;
    left: calc(50% - 10px);
    border: 10px solid transparent;
    border-left: 15px solid #fff;
  }
  .wht__box03 {
    padding: 10px 0px;
    font-size: 1.4rem;
  }
  .wht__box03 img {
    margin-left: 8px;
    margin-top: -30px;
    margin-bottom: -8px;
    width: 90px;
  }
  .top07__wrap {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .top07__wrap h2.ttl__style__05 {
    margin: 10px 0px 15px 0px;
  }
  .top07__wrap::before {
    height: 555px;
  }
  .top07__wrap .ttl {
    margin-bottom: 0px;
    background: url("../images/top/bk_jobscape02.svg") no-repeat top 10px center;
    background-size: 100% auto;
  }
  .top07__wrap .ttl p.ttl__style__04 {
    padding: 0 24px;
  }
  .top07__wrap .ttl p.ttl__style__04::before, .top07__wrap .ttl p.ttl__style__04::after {
    top: 5px;
    height: 16px;
  }
  .top07__items {
    /*width: 1110px;
    grid-column-gap: 50px;
    margin-left: 20px;*/
    margin-bottom: 40px;
    padding-top: 55px;
  }
  .top07__item {
    margin: 0 15px;
    /*width: 240px;*/
  }
  .top07__item:nth-child(odd) {
    transform: translateY(55px);
  }
  .top07__item figure {
    /*width: 240px;*/
    height: 220px;
  }
  .top07__item .org__box {
    width: 140px;
    top: 175px;
  }
  .top07__item .org__box .month {
    font-size: 1.0rem;
  }
  .top07__item .org__box .price {
    font-size: 2.0rem;
    line-height: 1
  }
  .top07__item .name {
    font-size: 1.5rem;
  }
  .top07__item .wrap {
    padding: 40px 15px 30px 15px;
  }
  .top07__item .wrap p {}
  .top07__item .wrap > p:last-child {
    padding-top: 10px;
  }
  .btn_entry {
    max-width: 80%;
  }
  .bnr__monitor {
    margin: 0 auto;
    background: url("../images/top/bk_bnr01_sp.png") no-repeat right #234452;
    background-size: auto 100%;
    width: 90%;
  }
  .bnr__monitor a {
    padding: 30px 20px 55px 20px;
  }
  .bnr__monitor figure {
    background: url("../images/top/bk_jobscape03.svg") no-repeat center top;
    background-size: 90% auto;
    padding: 50px 0 20px 0;
  }
  .bnr__monitor .lead__style__04 {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .top09__wrap {
    background: url("../images/top/bk_circle_sp.png") no-repeat top center #f9f5f0;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 50px;
  }
  h2.ttl__style__16 {
    margin-bottom: 35px;
  }
  .how__sp img {
    width: 156px;
  }
  .top09__items {
    width: 830px;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .top09__item.center, .top09__item {
    width: 32%;
  }
  .wht__box04 {
    margin: -20px 7% 0 7%;
    padding: 20px 7%;
    font-size: 1.1rem;
  }
  .wht__box04 .lead__style__05 {
    font-size: 0.9rem;
  }
  .top09__item .ttl__style__09, .top09__item .ttl__style__07 {
    margin: 6px 0;
  }
  .wht__box05 {
    margin: 20px auto 0 auto;
    padding: 25px 30px;
  }
  .top10__wrap {
    background: #0fc2d4;
    border-radius: 50px;
    padding-top: 55px;
    padding-bottom: 85px;
  }
  .ttl__under-arrow.yel {
    font-size: 1.68rem;
    width: 190px;
    margin: 0 auto 18px auto;
  }
  .ttl__under-arrow.yel::before {
    bottom: -13px;
    left: calc(50% - 5px);
    border: 6px solid transparent;
    border-left: 10px solid #ffe42e;
  }
  .ttl__under-arrow.yel::after {
    background: url(../images/top/img_top11.png) no-repeat;
    background-size: 60px 45px;
    right: -42px;
    bottom: -6px;
    width: 60px;
    height: 45px;
  }
  .top10__wrap .ttl__style__10 {
    margin-bottom: 35px;
  }
  .top10__items {
    padding: 40px 25px;
    flex-direction: column;
    grid-row-gap: 30px;
    align-items: center;
    margin: 0 auto 40px auto;
  }
  .top10__item__txt {
    width: 90%;
  }
  .top10__item__img {
    width: 100%;
  }
  .top10__item__txt .step img {
    width: 65px;
  }
  .top10__item__txt .ttl__style__04 {
    margin: 30px 0;
  }
  .top10__items::after {
    display: none;
  }
  .top10__item__txt .step {
    justify-content: inherit;
    align-items: center;
    column-gap: 13px;
  }
  .top10__items.step2 {
    transform: inherit;
    flex-direction: column-reverse
  }
  .top10__items.step2::after {
    display: none;
  }
  .top10__items .ttl__style__04 {
    font-size: 1.8rem;
  }
  .top10__items.step3 {
    margin-bottom: 30px;
  }
  .top10__items.step3 .top10__item__img {
    margin-right: -24px;
  }
  .top11__items {
    margin-top: 90px;
    flex-wrap: wrap;
    grid-row-gap: 40px
  }
  .top11__item__txt {
    width: 100%;
  }
  .top11__item__txt img {
    width: 145px;
  }
  .top11__item__img {
    width: 100%;
    margin-right: 0;
  }
  .top08__wrap.w1020 {
    margin-top: 40px;
    margin-bottom: 80px;
    border-radius: 30px;
    height: inherit;
    padding: 70px 25px 35px 25px;
    width: 100%;
  }
  .happy__items {
    width: 100%;
    position: inherit;
    margin-bottom: 75px
  }
  .happy__items.item01, .happy__items.item02, .happy__items.item03 {
    bottom: inherit;
    right: inherit;
    top: inherit;
    left: inherit;
  }
  .wht__box08 {
    width: 92%;
    margin-left: 4%;
    margin-top: -45px;
    padding: 30px 25px;
    gap: 0
  }
  .wht__box08 .lead__style__07 {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .happy__items .ttl__style__04 {
    font-size: 1.8rem;
    text-align: center;
  }
  .beige__tab {
    font-size: 1.35rem;
    padding: 2px 15px;
  }
  .beige__tab span {
    font-size: 1.85rem;
  }
  .content02__items {
    margin-top: 20px;
  }
  .content02__item {
    width: auto;
    height: auto;
    font-size: 1.4rem;
    margin: 0 10px;
  }
  .content02__item a {
    display: block;
    height: 100%;
  }
  .content02__item figure {
    height: 150px;
  }
  .tag__org2 {
    padding: 1px 8px;
    font-size: 0.9rem;
    margin-bottom: 6px;
  }
  .content02__item .space {
    padding: 5px 20px;
  }
  .beige__box {
    border-radius: 10px;
    padding: 25px 20px;
    margin-top: 60px;
  }
  .tab__line {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 7px 15px;
  }
  .tab__line a {
    padding: 2px 10px;
    font-size: 1.1rem;
  }
  .top13__wrap {
    margin-top: 50px;
    background: url("../images/top/bk_bnr02.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 50px 25px 55px 25px;
  }
  .top13__items {
    margin-top: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }
  .top13__wrap .ttl__style__04 {
    font-size: 2.0rem;
  }
  .top14__wrap {
    padding-top: 60px;
  }
  .top14__wrap::after {
    height: 81%;
    top: -200px;
  }
  .wht_box09 {
    border-radius: 20px;
    padding: 65px 10px 50px 10px;
  }
  .wht_box09 .ttl__style__13 {
    font-size: 2.2rem;
  }
  .wht_box09 .ttl__style__13 {
    background: url(../images/top/bk_price.png) no-repeat top center;
    background-size: 145px auto;
    height: 47px;
    margin-bottom: 25px;
  }
  .wht_box10 {
    padding: 0px;
    box-shadow: none;
    margin-top: 55px;
  }
  .top14__items {
    width: 1060px;
    margin-top: 100px;
    margin-left: 20px;
  }
  .top14__item {
    border-radius: 10px;
  }
  .top14__items__notes {}
  .top15__wrap {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .content03__items {
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .content03__item__ttl {
    width: 100%;
    text-align: center;
  }
  .content03__item__content {
    width: 100%;
  }
  .content03__item__ttl .nav__list {
    margin-top: 35px;
    text-align: right
  }
  .faq {
    margin-top: 10px;
  }
  .faq:first-child {
    margin-top: 0px;
  }
  .question {
    padding: 15px 60px;
  }
  .faq dd {
    padding: 25px 0px;
    margin: 0 60px;
  }
  .question::before {
    left: 20px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-size: 1.35rem;
    padding-bottom: 5px;
  }
  .question::after {
    right: 30px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
  .faq dd::before {
    left: -40px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-size: 1.35rem;
    padding-bottom: 5px;
  }
  .top16__wrap {
    background: #f9f8f7;
    padding-top: 85px;
  }
  .category {
    margin-top: 40px;
    display: flex;
    grid-gap: 10px 15px;
    flex-wrap: wrap;
  }
  .category li a {
    margin-top: 0px;
    padding: 2px 20px;
  }
  .tag__cat a {
    margin-top: 0px;
    padding: 1px 10px;
    font-size: 1.0rem
  }
  .top16__wrap .content03__items {
    margin-bottom: 130px;
  }
  .news__items {
    padding: 20px 0;
  }
  .news__items .news__item__img {
    width: 100px;
  }
  .news__items .news__item__img figure {
    width: 83px;
    height: 60px;
  }
  .news__items_sp {
    width: calc(100% - 100px);
    padding-right: 40px;
    background: url("../images/common/arrow_r.svg") no-repeat right center;
    background-size: 20px auto;
  }
  .news__item_sp {
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
  }
  .news__items .date {
    width: 60px;
    font-size: 1.1rem;
  }
  .news__items .tag__cat {
    width: auto;
  }
  .news__items .news__item__txt {
    width: 100%;
    font-size: 1.2rem;
    padding: 0;
    background: none;
  }
  .top17__items {
    border-radius: 0px;
    width: 116%;
    transform: translateY(0px);
    flex-direction: column;
    margin-left: -8%;
  }
  .top17__items a {
    padding: 35px 20px 30px 20px;
  }
  .top17__item__l, .top17__item__r {
    width: 100%;
  }
  .top17__items .ttl__style__16 {
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
  .top17__items a:hover .ttl__style__16 img {
    transform: translateX(0px);
  }
  .top17__items .lead__style__07 {
    margin-bottom: 30px;
  }
  .top17__item__r .lead__style__07 {
    text-align: center;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer__items {
    flex-wrap: wrap;
    grid-column-gap: 0;
  }
  .footer__item__logo {
    padding-right: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .footer__item__logo .lead__style__05 {
    margin-top: 30px;
    text-align: left;
  }
  .footer__item__link {
    width: 50%;
    font-size: 1.3rem;
  }
  .sns__wrap {
    width: 100%;
  }
  .sns {
    display: flex;
    justify-content: center;
    grid-column-gap: 15px;
    align-items: center;
  }
  .fot ul {
    padding: 25px 0;
    font-size: 1.1rem;
  }
  .fot ul li * {
    padding: 0 10px;
  }
  .outer {
    width: 90%;
  }
}
/*=================================
slick
===================================*/
.content02__items .slick-prev, .content02__items .slick-next, .top07__items .slick-prev, .top07__items .slick-next {
  content: '';
  right: 7.2%;
  background: url("../images/common/arrow_r.svg") no-repeat;
  background-size: 45px;
  height: 45px;
  width: 45px;
  z-index: 10;
}
.content02__items .slick-prev, .top07__items .slick-prev {
  transform: rotate(180deg);
  right: inherit;
  left: 7.2%;
}
.content02__items .slick-prev:before, .content02__items .slick-next:before, .top07__items .slick-prev:before, .top07__items .slick-next:before {
  content: '';
}
.content02__item {
  opacity: .4;
  transition: opacity .5s;
}
.content02__item.slick-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {}
/*=================================
下層ページ
===================================*/
.container {
  max-width: 1060px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.bg__beige {
  background: #f9f5f0;
  padding: 100px 0 155px 0;
}
.ttl__style__19 {
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  padding: 100px 0 140px 0;
}
.wht__box01 {
  background: #fff;
  padding: 130px 85px;
  box-shadow: 0 0 40px rgb(0, 0, 0, 0.1);
  margin-bottom: 200px;
}
.tbl_d__style {
  width: 100%;
  border-top: 1px solid #ededed;
}
.tbl_d__style td, .tbl_d__style th {
  padding: 15px 0;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
}
.tbl_d__style th {
  width: 225px;
}
@media screen and (max-width: 768px) {
  .bg__beige {
    padding: 60px 0;
  }
  .ttl__style__19 {
    font-size: 2.0rem;
    padding: 60px 0;
  }
  .wht__box01 {
    padding: 30px 25px;
    margin-bottom: 80px;
  }
  .tbl_d__style {
    border: none;
  }
  .tbl_d__style td, .tbl_d__style th {
    display: block;
    width: 100%;
    padding: 5px 0 15px 0;
  }
  .tbl_d__style th {
    padding: 15px 0 0 0;
    border: none;
    font-weight: 600;
  }
}
/*=================================
新着情報
===================================*/
.breadcrumb {
  padding-top: 70px;
  display: flex;
  font-size: 1.2rem;
  color: #000;
  font-weight: 400;
  flex-wrap: wrap;
}
.breadcrumb.base {
  padding: 110px 0 60px 0;
}
.breadcrumb li:after {
  content: '/';
  color: #ff5d01;
  margin: 0 15px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb a {
  color: #8c8c8c;
}
.ttl__06 {
  font-size: 8.0rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
}
.ttl__13 {
  font-size: 2.0rem;
  font-weight: 500;
}
.news02__wrap {
  max-width: 700px;
  margin: 150px auto 0 auto;
  padding-bottom: 200px;
}
.ttl__news {
  font-size: 3.0rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 55px;
}
.news02__wrap figure, .features02__wrap figure {
  margin: 55px 0 45px 0;
  text-align: center;
}
.tbl_b__style {
  margin-top: 85px;
  width: 100%;
  border-top: 1px solid #d2d4d1;
}
.tbl_b__style th {
  border-bottom: 1px solid #d2d4d1;
  padding: 20px 20px 20px 0;
  width: 135px;
}
.tbl_b__style th a {
  background: url("../images/common/icon_arrow_06.png") no-repeat left center;
  background-size: 7px auto;
  padding-left: 15px;
  display: inline-block;
}
.tbl_b__style td {
  border-bottom: 1px solid #d2d4d1;
  padding: 20px 0;
  width: calc(100% - 135px);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
  .ttl__06 {
    font-size: 4.6rem;
  }
  .ttl__13 {
    font-size: 1.8rem;
  }
  .news02__wrap {
    margin: 60px auto 0 auto;
    padding-bottom: 60px;
  }
  .ttl__news {
    font-size: 2.0rem;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .news02__wrap figure {
    margin: 30px 0;
  }
  .tbl_b__style {
    margin-top: 40px;
  }
  .tbl_b__style th {
    padding: 20px 0;
    width: 100px;
  }
  .tbl_b__style td {
    width: calc(100% - 100px);
  }
}
.features03__wrap {
  padding: 120px 0 200px 0;
}
.cat__items {
  display: flex;
}
.cat__item__ttl {
  width: 170px;
  font-weight: 500;
}
.cat__item__tag ul {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
}
.features01__items {
  display: flex;
  width: 100%;
  margin-bottom: 65px;
  column-gap: 3.5%;
}
.features01__wrap .features01__items {
  align-items: flex-end;
}
.features03__wrap .features01__items {
  flex-wrap: wrap;
  margin-top: 70px;
  grid-row-gap: 70px;
}
.features03__wrap .features01__item {
  width: 31%;
  box-shadow: 8px 8px 20px rgb(0, 0, 0, 0.11);
  padding: 30px;
}
.features03__wrap .features01__item a {
  display: block;
}
.features03__wrap .features01__item figure {
  margin-bottom: 15px;
  height: 170px;
  border-radius: 5px;
  overflow: hidden;
}
.features03__wrap .features01__item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.features03__wrap .features01__item .tag__gray {
  margin-top: 20px;
}
.link__tab {
  display: flex;
  grid-column-gap: 20px;
  flex-wrap: wrap;
  margin-top: 80px;
  grid-row-gap: 10px;
}
.link__tab span, .link__tab a {
  text-align: center;
  min-width: 130px;
  display: inline-block;
  border-radius: 50px;
  padding: 7px 15px;
  font-size: 1.5rem;
}
.link__tab span {
  background: #fd452d;
  color: #fff
}
.link__tab a {
  background: #fff;
  border: 1px solid #a6a6a6;
}
.link__tab a:hover {
  background: #fd452d;
  color: #fff;
  border: 1px solid #fd452d;
  border: none;
}
.news01__wrap {
  padding: 0 0 200px 0 !important;
}
.news01__wrap .tbl_a__style {
  margin: 80px 0 0;
  width: 100%;
}
.news01__wrap .tbl_a__style th {
  padding: 40px 20px 40px 0;
  width: 225px;
}
.news01__wrap .tbl_a__style td {
  padding: 40px 0;
  width: calc(100% - 225px);
  vertical-align: middle;
}
.news01__wrap .tbl_a__style .ttl {
  margin-top: 15px;
  font-size: 1.7rem;
}
ul.page-numbers, nav.page-numbers {
  display: flex;
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 170px;
  justify-content: center;
  font-size: 1.8rem;
}
.screen-reader-text {
  display: none
}
.navigation a {}
.navigation span {
  color: #ffd600;
}
.navigation .prev, .navigation .next, .navigation_kiji .prev, .navigation_kiji .next {
  display: flex;
  margin: 0 40px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navigation .prev:hover, .navigation .next:hover, .navigation_kiji .prev:hover, .navigation_kiji .next:hover {
  background-color: #f0c911;
  border: none;
}
.features03__wrap .features01__item .tag__gray {
  margin-top: 20px;
}
.tag__gray {
  margin-top: auto;
}
.tag__gray a, .tag__gray span {
  background: #f0f0f0;
  display: inline-block;
  border-radius: 50px;
  font-size: 1.2rem;
  padding: 2px 15px;
  margin-right: 5px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .features03__wrap {
    padding: 40px 0 60px 0;
  }
  .features03__wrap .features01__item figure {
    height: 70px;
  }
  .cat__items {
    flex-wrap: wrap;
    grid-row-gap: 15px;
  }
  .cat__item__ttl {
    width: 100%;
  }
  .cat__item__tag ul {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
  .features01__items {
    flex-wrap: wrap;
    margin-bottom: 55px;
  }
  .features03__wrap .features01__items {
    margin-top: 40px;
    grid-row-gap: 40px;
  }
  .features03__wrap .features01__item {
    width: 48%;
    padding: 15px;
  }
  .features03__wrap .features01__item figure {
    margin-bottom: 10px;
  }
  .features03__wrap .features01__item .tag__gray {
    margin-top: 10px;
  }
  .link__tab {
    grid-column-gap: 10px;
    margin-top: 40px;
  }
  .link__tab span, .link__tab a {
    min-width: 100px;
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  .news01__wrap {
    padding: 0 0 60px 0 !important;
  }
  .news01__wrap .tbl_a__style {
    margin: 40px 0 0;
  }
  .news01__wrap .tbl_a__style th {
    padding: 17px 20px 10px 0;
    width: 30%;
    border-bottom: 1px solid #d2d4d1;
    display: table-cell
  }
  .news01__wrap .tbl_a__style td {
    padding: 10px 0;
    width: 70%;
    display: table-cell
  }
  .news01__wrap .tbl_a__style .ttl {
    margin-top: 0px;
    font-size: 1.4rem;
  }
  ul.page-numbers {
    grid-column-gap: 10px;
    margin-top: 60px;
    font-size: 1.4rem;
  }
  .navigation .prev, .navigation .next, .navigation_kiji .prev, .navigation_kiji .next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
  }
  .navigation .prev img, .navigation .next img, .navigation_kiji .prev img, .navigation_kiji .next img {
    width: 5px;
  }
  .news02__wrap iframe {
    width: 100% !important;
  }
  .archive a {
    text-decoration: underline;
    color: #007ED9
  }
  .features03__wrap .features01__item .tag__gray {
    margin-top: 10px;
  }
}
/*=================================
お問い合わせ
===================================*/
.pankuz {
  font-size: 1.2rem;
  display: flex;
  column-gap: 18px;
  margin-bottom: 45px
}
.pankuz li {
  position: relative;
}
.pankuz li::after {
  content: '';
  margin-left: 10px;
  background: url("../images/common/icon_arrow_pankuz.png") no-repeat;
  background-size: 3px 5px;
  width: 3px;
  height: 5px;
  position: absolute;
  right: -11px;
  top: calc(50% - 2.5px);
}
.pankuz li:last-child::after {
  display: none;
}
.PageTtl__En {
  color: #234452;
  font-size: 5.0rem;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 700;
}
.PageTtl__Jp {
  margin-bottom: 70px;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pankuz {
    margin-bottom: 20px
  }
  .PageTtl__En {
    font-size: 4.0rem;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .PageTtl__Jp {
    margin-bottom: 40px;
  }
}
#pagettl {
  padding-top: 20px;
}
#contact.inner {
  margin-top: 80px;
  padding-bottom: 70px;
}
#contact table.formTable {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 60px;
}
#contact table.formTable td, #contact table.formTable th {
  padding: 25px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  vertical-align: middle;
  font-weight: normal;
}
#contact table.formTable th {
  white-space: nowrap;
}
#contact table.formTable td:last-child {
  width: 70%;
}
#contact .hissu, #contact .ninni {
  background: #ff5d01;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 3px;
  padding: 1px 12px;
  white-space: nowrap;
}
#contact .ninni {
  background: #808080;
}
#contact ::placeholder {
  color: #959595;
}
#contact input[type=text], #contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 3px;
}
.box__privacy {
  width: 100%;
  height: 204px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 30px 25px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.box__privacy p {
  padding-bottom: 20px;
}
#contact input[type=submit], #contact input[type=button] {
  width: 300px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  background: #ff5d01;
  font-size: 1.8rem;
  padding: 15px;
  margin: 0 10px;
}
#contact .error_messe {
  margin-top: 20px;
  color: #D50003;
}
@media screen and (max-width: 768px) {
  #pagettl {
    padding-top: 50px;
  }
  #contact.inner {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #contact table.formTable {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  #contact table.formTable td, #contact table.formTable th {
    padding: 25px 10px 0px 10px;
    font-size: 1.3rem;
    display: inline-block;
    border: none;
  }
  #contact table.formTable td:last-child {
    width: 100%;
    display: block;
    padding-top: 10px;
  }
  #contact .hissu, #contact .ninni {
    font-size: 1.0rem;
    padding: 1px 10px;
  }
  #contact input[type=submit], #contact input[type=button] {
    width: 150px;
    font-size: 1.5rem;
    padding: 10px;
    margin: 0 5px;
  }
  .box__privacy {
    padding: 20px;
    margin-bottom: 15px;
    height: 150px;
  }
}
/*=================================

===================================*/
@media screen and (max-width: 768px) {}