body {
  font-family: "Noto Serif JP", serif;
  max-width: 1500px;
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #f3aec0;
  transition: 0.3s;
}

.pc {
  display: inline-block !important;
}

.pc-rec {
  display: block !important;
}

.sp {
  display: none !important;
}

#nav {
  list-style: none;
  overflow: hidden;
  margin-top: 30px;
}

#nav li {
  width: 120px;
  text-align: center;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 2px;
}

#nav li a {
  text-decoration: none;
  font-weight: 300;
  padding: 0px;
}

.tel {
  margin: 10px 7% 0 auto;
  font-size: 1.3em;
  letter-spacing: 0.2em;
  color: #666666;
  letter-spacing: 0.1em;
}

.tel-svg {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}

.pc {
  display: block;
}

.humberg {
  display: none;
}

.menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 32px;
  width: 30px;
  z-index: 99;
}

.menu__line {
  background: #333;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}

.gnav {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.gnav__menu__item {
  list-style: none;
  margin: 40px 0;
}

.gnav__menu__item a {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding: 40px;
  text-decoration: none;
  transition: 0.5s;
}

.gnav__menu__item a:hover {
  color: #666;
}

video {
  width: 100%;
  height: 100%;
}

/* wrap */

.main-v {
  position: relative;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 99%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}

/* text */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

h1 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}

.news {
  margin: 50px 50px;
  position: relative;
}

.newsichiran {
  margin: 0px 0px;
  position: relative;
}

.textbox-news {
  position: absolute;
  right: 100%;
  top: 40%;
  display: block;
}

.vertical-news {
  writing-mode: vertical-rl;
  display: block;
}

.textbox-news-ichiran {
  position: absolute;
  right: 100%;
  top: 40%;
  display: block;
}

.vertical-news-ichiran {
  writing-mode: vertical-rl;
  display: block;
}

.news-koushin {
  margin: 50px 50px;
  overflow: hidden;
  float: left;
}

#news-koushin {
  list-style: none;
}

#news-koushin .title-long {
  display: inline-block;
  width: 500px;
}

ul.koushin li a {
  width: 300px;
}

ul.koushin .categ01 {
  display: inline-block;
  width: 120px;
  background-color: #fdeff2;
  margin-left: 50px;
  margin-right: 50px;
  padding: 0px 10px 0px 10px;
}

ul.koushin .categ02 {
  display: inline-block;
  width: 120px;
  background-color: #f2f2f3;
  margin-left: 50px;
  margin-right: 50px;
  padding: 0px 10px 0px 10px;
  text-align: center;
}

ul.koushin2 .categ01 {
  display: inline-block;
  width: 120px;
  background-color: #fdeff2;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px 20px 5px 20px;
}

ul.koushin2 .categ02 {
  display: inline-block;
  width: 120px;
  background-color: #f2f2f3;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px 20px 5px 20px;
  text-align: center;
}

.news-ichiran {
  margin: 0px 0px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

.hover4 {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #333;
  display: inline-block;
  padding: 20px 20px;
  margin: 0 0 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.hover4:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.hover5 {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #333;
  display: block;
  padding: 20px 20px;
  margin: 0 0 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.hover5:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

#vision {
  width: 100%;
  height: 0;
  padding-top: calc(300 / 1000 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../image/photo02.jpg) center center / cover no-repeat;
}

.tablet-top {
  margin-top: 50px;
}

.tablet-top-c {
  margin-top: 0px;
}

.vision-wrap {
  position: relative;
}

.textbox-vision {
  position: absolute;
  right: 92%;
  top: 30%;
  display: block;
}

.vertical-vision {
  writing-mode: vertical-rl;
  display: block;
}

.vision-01 {
  width: 300px;
  background-color: #fff;
  margin-top: -50px;
  text-align: center;
}

.philo-00 {
  width: 55%;
  padding-left: 100px;
}

.philo-01 p {
  display: inline-block;
}

.iro-yurai {
  width: 70%;
  border: 5px solid #f2f2f3;
  text-align: center;
  padding: 10px;
  margin-bottom: 100px;
  background-color: white;
}

.hana-haikei {
  background: url(../image/hana-haikei.png) center center / cover no-repeat;
}

.service {
  background-color: #f2f2f3;
  text-align: center;
  position: relative;
}

.textbox-service {
  position: absolute;
  right: 93%;
  top: 40%;
  display: block;
}

.vertical-service {
  writing-mode: vertical-rl;
  display: block;
}

.service-height {
  height: 830px;
}

@media (min-width: 768px) {
  .w-md-75 {
    width: 75%;
  }
}

.text-service-height p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.yadokari-02,
.copacasa-02,
.other-02 {
  padding: 20px;
  border: 5px solid #f2f2f3;
  height: auto;
}

.copa-p {
  margin-top: 100px;
}

#recruit {
  width: 100%;
  height: 0;
  padding-top: calc(300 / 1000 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../image/photo03.png) center center / cover no-repeat;
}

.recruit-01 {
  width: 320px;
  background-color: #fff;
  margin-top: -50px;
  text-align: center;
}

.recruit-kobetu {
  width: 60%;
}

#recruit-ul {
  list-style: none;
}

ul.recruit-03 li a {
  width: 300px;
}

ul.recruit-03 .categ01 {
  display: inline-block;
  width: 120px;
  background-color: #fdeff2;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px 20px 5px 20px;
}

ul.recruit-03 .categ02 {
  display: inline-block;
  width: 120px;
  background-color: #f2f2f3;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px 20px 5px 20px;
  text-align: center;
}

ul.recruit-03 .title-p {
  padding-left: 90px;
}

ul.recruit-03 .title-p0 {
  padding-left: 140px;
}

ul.recruit-03 .td {
  display: inline-block;
  margin-left: 30px;
}

ul.recruit-03 .recruit-descri {
  margin-top: -30px;
  margin-left: 200px;
}

.rec000 {
  vertical-align: middle;
}

dl.recruite-setting {
  display: flex;
  align-items: center;
}

dt.recruite-setting-dt {
  float: left;
  width: 150px;
  text-align: center;
}

dt.recruite-setting-dt::after {
  content: "　";
}

dd.recruite-setting-dd {
  padding: 15px 0 10px 0;
}

.recruit-waku {
  position: relative;
  width: 55%;
  border: 1px solid #f2f2f3;
  padding: 20px;
  text-align: left;
}

.recruit-waku .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.categ01 {
  display: inline-block;
  width: 120px;
  background-color: #fdeff2;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px 20px 5px 20px;
  text-align: center;
}

.categ01-rec {
  display: inline-block;
  width: 120px;
  background-color: #fdeff2;
  margin-left: 0px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 5px 20px 5px 20px;
  text-align: center;
}

.recruit-02 {
  position: relative;
}

.textbox-rec {
  position: absolute;
  right: 96%;
  top: 35%;
  display: block;
}

.vertical-rec {
  writing-mode: vertical-rl;
  display: block;
}

#company {
  width: 100%;
  height: 0;
  padding-top: calc(300 / 1000 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../image/photo03.png) center center / cover no-repeat;
}

.company-01 {
  width: 300px;
  background-color: #fff;
  margin-top: -50px;
  text-align: center;
}

.pc-com {
  display: block !important;
}

.company-02 {
  width: 60%;
}

#company-ul {
  list-style: none;
}

ul.company-03 li a {
  width: 300px;
}

ul.company-03 .categ01 {
  display: inline-block;
  width: 120px;
  background-color: #fdeff2;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px 20px 5px 20px;
}

ul.company-03 .categ02 {
  display: inline-block;
  width: 120px;
  background-color: #f2f2f3;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px 20px 5px 20px;
  text-align: center;
}

ul.company-03 .title-p {
  padding-left: 90px;
}

ul.company-03 .title-p0 {
  padding-left: 0px;
}

ul.company-03 .title-p1 {
  padding-left: 72px;
}

ul.company-03 .title-p2 {
  margin-left: 140px;
}

ul.company-03 .td {
  display: inline-block;
  margin-left: 30px;
}

ul.company-03 .company-descri {
  margin-top: -25px;
  margin-left: 200px;
}

ul.company-03 .company-descri-add {
  margin-top: -25px;
  margin-left: 57px;
}

.yurai01 {
  color: #f4b4d0;
  font-weight: italic;
  font-size: 2em;
}

#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 0px;
}

#page_top a {
  position: relative;
  display: block;
  text-align: center;
  height: 40px;
  text-decoration: none;
  color: #333;
}

#page_top a::before {
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.kojin {
  overflow: scroll;
  height: 300px;
}

/*  contact-pc  */

.c-wrapper01 {
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.c-top-wrap {
  padding: 70px 0 50px 0;
  position: relative;
}

.c-top-link ul {
  display: flex;
  justify-content: center;
  padding: 50px 0 50px 0;
}

.c-top-link-a li {
  width: 350px;
  line-height: 100px;
  margin: 0px;
  list-style: none;
}

.c-top-link-a li a {
  display: block;
  color: #000;
  text-decoration: none;
  /*font-weight: bold;*/
  text-align: center;
}

.c-top-link-a li {
  display: block;
  margin: 0;
  background: transparent;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.c-top-link-a li::after {
  position: absolute;
  top: 100%;
  right: 0.4em;
  left: auto;
  bottom: auto;
}

.c-top-link-a li a:hover {
  background: #fdeff2;
  color: #000;
  transition: 0.3s;
}

.c-top-link-a li a.active {
  background: #fdeff2;
  color: #000;
  transition: 0.3s;
}

.c-2nd-wrap {
  background-color: #3c3533;
  padding: 50px 0 50px 0;
}

.c-title {
  text-align: center;
  color: #ffffff;
}

.hover4-c {
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 25%);
  background-color: #fff;
  color: #333;
  display: inline-block;
  /*padding: 20px 20px;*/
  margin: 0 0 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

/*  contact-pc  */

/*  contact-pc 03 */
.list-contact03-01 {
  position: relative;
  overflow: hidden;
}

.list-contact03-01 ul {
  position: relative;
  float: left;
  margin-left: 20px;
}

.list-contact03-01 ul li {
  position: relative;
  float: left;
  margin-left: 10px;
  width: 150px;
}

.list-contact03-01 ul li label {
  line-height: 40px;
}

/*  contact-pc 03 */

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .pc {
    display: none !important;
  }

  .pc-rec {
    display: block !important;
  }

  .pc-com {
    display: block !important;
  }

  .recruit-kobetu {
    width: 80%;
  }

  .humberg {
    display: block;
    position: fixed;
    z-index: 111;
  }

  .menu {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 32px;
    width: 20px;
    z-index: 99;
    position: fixed;
  }

  .menu__line {
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background-color: #fff;
  }

  .menu__line--center.active {
    transform: scaleX(0);
    background-color: #fff;
  }

  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background-color: #fff;
  }

  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 98;
  }

  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }

  .gnav__menu__item {
    list-style: none;
    margin: 40px 0;
  }

  .gnav__menu__item a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: 0.5s;
  }

  .gnav__menu__item a:hover {
    color: #666;
  }

  .telpc {
    display: none !important;
  }

  .philo-00 {
    width: 80%;
  }

  .title-p {
    padding-bottom: 15px;
  }

  .other-02 {
    padding: 20px;
    border: 5px solid #f2f2f3;
    /* height: 700px; */
  }

  .yadokari-02,
  .copacasa-02 {
    height: auto;
  }

  .tablet-top {
    margin-top: 50px;
  }

  .tablet-top-c {
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-box h1 {
    line-height: 2em;
    font-size: 1.5em;
  }

  .text-service-height {
    line-height: 2.1em;
  }

  .pc {
    display: none !important;
  }

  .pc-rec {
    display: block !important;
  }

  .humberg {
    display: block;
    position: fixed;
    z-index: 111;
  }

  .recruit-kobetu {
    width: 90%;
  }

  ul.koushin .categ01,
  .categ02 {
    margin-bottom: 25px;
  }

  dt.recruite-setting-dt {
    text-align: left;
  }

  .menu {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 32px;
    width: 20px;
    z-index: 99;
    position: fixed;
  }

  .menu__line {
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background-color: #fff;
  }

  .menu__line--center.active {
    transform: scaleX(0);
    background-color: #fff;
  }

  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background-color: #fff;
  }

  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 98;
  }

  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }

  .gnav__menu__item {
    list-style: none;
    margin: 40px 0;
  }

  .gnav__menu__item a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: 0.5s;
  }

  .gnav__menu__item a:hover {
    color: #666;
  }

  .telpc {
    display: none !important;
  }

  .news-ichiran {
    margin: 0px 0px 0px -50px;
    width: 100%;
  }

  .iro-yurai {
    width: 80%;
    border: 5px solid #f2f2f3;
    text-align: center;
    padding: 10px;
  }

  .service-height {
    height: auto;
  }

  .philo-00 {
    width: 100%;
  }

  .yadokari-01 {
    height: auto;
    margin-bottom: 100px !important;
  }

  .other-02 {
    padding: 20px;
    border: 5px solid #f2f2f3;
  }

  .yadokari-02,
  .copacasa-02,
  .other-02 {
    height: 650px;
    margin-bottom: 30px;
  }

  .tablet-top {
    margin-top: 30px !important;
  }

  .tablet-top-a {
    margin-top: 25px !important;
  }

  .tablet-top-c {
    margin-top: 0px;
  }

  .addj01 {
    margin-top: -20px;
  }

  .pc-com {
    display: block !important;
  }

  .recruit-waku {
    width: 80%;
  }

  .recruit-kobetu {
    width: 60%;
  }
}

/* iPadPro10.5 portrait */
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }

  .pc-rec {
    display: block !important;
  }

  .recruit-kobetu {
    width: 80%;
  }

  ul.koushin .categ01,
  .categ02 {
    margin-bottom: 25px;
  }

  .recruit-kobetu {
    width: 80%;
  }

  dt.recruite-setting-dt {
    text-align: left;
  }

  .pc-com {
    display: block !important;
  }

  .textbox-news {
    position: absolute;
    right: 115%;
    top: 40%;
    display: block;
  }

  .news-koushin {
    margin-left: -50px;
  }

  #nav {
    display: none;
  }

  .telpc {
    display: none;
  }

  .humberg {
    display: block;
    position: fixed;
    z-index: 111;
  }

  .menu {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 32px;
    width: 20px;
    z-index: 99;
    position: fixed;
  }

  .menu__line {
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background-color: #fff;
  }

  .menu__line--center.active {
    transform: scaleX(0);
    background-color: #fff;
  }

  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background-color: #fff;
  }

  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 98;
  }

  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }

  .gnav__menu__item {
    list-style: none;
    margin: 40px 0;
  }

  .gnav__menu__item a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: 0.5s;
  }

  .gnav__menu__item a:hover {
    color: #666;
  }

  .textbox-news-ichiran {
    right: 105%;
  }

  .company-02 {
    width: 90%;
  }

  .textbox-vision {
    right: 96%;
  }
}

/* iPad9.7 portrait */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .pc-rec {
    display: block !important;
  }

  .recruit-kobetu {
    width: 100% !important;
  }

  .pc-com {
    display: block !important;
  }

  .humberg {
    display: block;
    position: fixed;
    z-index: 111;
  }

  .menu {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 32px;
    width: 20px;
    z-index: 99;
    position: fixed;
  }

  .menu__line {
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background-color: #fff;
  }

  .menu__line--center.active {
    transform: scaleX(0);
    background-color: #fff;
  }

  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background-color: #fff;
  }

  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 98;
  }

  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }

  .gnav__menu__item {
    list-style: none;
    margin: 40px 0;
  }

  .gnav__menu__item a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: 0.5s;
  }

  .gnav__menu__item a:hover {
    color: #666;
  }

  .telpc {
    display: none;
  }

  .news-koushin {
    margin-left: -50px;
    width: 720px;
  }

  #news-koushin .title-long {
    display: inline-block;
    width: 300px;
    vertical-align: top;
  }

  .textbox-news {
    position: absolute;
    right: 105%;
    top: 40%;
    display: block;
  }

  .vertical-news {
    writing-mode: vertical-rl;
    display: block;
  }

  .vision-wrap {
  }

  .news {
    margin: 20px;
  }

  .textbox-news {
    right: 115%;
  }

  .philo-00 {
    width: 100%;
    padding-left: 0px;
  }

  .iro-yurai {
    width: 80%;
  }

  .service-height {
    height: auto;
  }

  .tablet-top {
    margin-top: 50px;
  }

  .recruit-waku {
    width: 100%;
  }

  .textbox-rec {
    right: 115%;
  }

  .company-02 {
    width: 100%;
    padding: 0;
    margin-left: -10px;
  }
}

/* iPhone 縦 */
@media screen and (max-width: 499px) {
  .pc-tab {
    display: none !important;
  }

  .news {
    margin: 0px 0px 50px 0px;
  }

  .sp-top-news {
    margin-top: 50px;
  }

  .pc {
    display: none;
  }

  .pc-rec {
    display: none !important;
  }

  .pc-com {
    display: none !important;
  }

  .humberg {
    display: block;
    position: fixed;
    z-index: 111;
  }

  .menu {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 32px;
    width: 20px;
    z-index: 99;
    position: fixed;
  }

  .menu__line {
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background-color: #fff;
  }

  .menu__line--center.active {
    transform: scaleX(0);
    background-color: #fff;
  }

  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background-color: #fff;
  }

  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 98;
  }

  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }

  .gnav__menu__item {
    list-style: none;
    margin: 40px 0;
  }

  .gnav__menu__item a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: 0.5s;
  }

  .gnav__menu__item a:hover {
    color: #666;
  }

  .telpc {
    display: none;
  }

  .recruit-waku {
    width: 80%;
    text-align: center;
  }

  video {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  h1 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 1.2em;
    line-height: 1.2;
    padding: 0 50px;
    text-align: center;
    color: #fff;
  }

  .news-koushin {
    width: 450px;
  }

  #news-koushin .title-long {
    display: inline-block;
    width: 300px;
  }

  .news-ichiran {
    margin-left: -10px;
    width: 95%;
    overflow: hidden;
    padding: 0;
  }

  ul.koushin .categ01 {
    display: inline-block !important;
    width: 120px;
    background-color: #fdeff2;
    margin-left: 15px;
    margin-right: 50px;
    margin-bottom: 20px;
    padding: 0px 10px 0px 10px;
  }

  ul.koushin .categ02 {
    display: inline-block;
    width: 120px;
    background-color: #f2f2f3;
    margin-left: 15px !important;
    margin-right: 50px !important;
    margin-bottom: 20px;
    padding: 0px 10px 0px 10px;
    text-align: center;
  }

  ul.koushin2 .categ01 {
    display: inline-block !important;
    width: 130px;
    background-color: #fdeff2;
    margin: 20px 55px 20px 15px;
    padding: 5px 20px 5px 20px;
  }

  ul.koushin2 .categ02 {
    display: inline-block;
    width: 130px;
    background-color: #f2f2f3;
    margin: 20px 55px 20px 15px;
    padding: 5px 20px 5px 20px;
    text-align: center;
  }

  .title-p {
    margin-bottom: 15px;
  }

  .categ01 {
    margin-bottom: 15px;
  }

  #news-koushin .title-long {
    margin-bottom: 15px;
  }

  .hr-set {
    margin: 0 !important;
    padding: 0 !important;
  }

  .philo-00 {
    padding: 30px;
  }

  .philo-01 p {
    display: block;
  }

  .sub-01 {
    margin-top: -20px !important;
  }

  .ml-3 {
    margin-left: 0rem !important;
  }

  .tablet-top {
    margin-top: -50px;
  }

  .service-height {
    height: auto;
  }

  .yadokari-02 {
    height: auto;
  }

  .copa-sp {
    padding: 0px !important;
    padding-bottom: 50px;
  }

  .recruit-kobetu {
    width: 90%;
  }

  .pc {
    display: none !important;
  }

  .pc-rec {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .iro-yurai {
    width: 100%;
    border: 5px solid #f2f2f3;
    text-align: center;
    padding: 10px;
  }

  .textbox-news {
    display: none !important;
  }

  .vertical-news {
    display: none !important;
  }

  .textbox-vision {
    display: none !important;
  }

  .vertical-vision {
    display: none !important;
  }

  .textbox-service {
    display: none !important;
  }

  .vertical-service {
    display: none !important;
  }

  .textbox-rec {
    display: none !important;
  }

  .vertical-rec {
    display: none !important;
  }

  .company-sp {
    width: 90%;
  }

  .logo-adj00 img {
    width: 50%;
  }

  .iro-adj00 {
    padding-left: 60px;
  }

  .text-box h1 {
    line-height: 2em;
    font-size: 1.6em;
  }

  .c-top-link ul {
    display: inline-block;
    margin: 0 auto;
    padding: 50px 0 50px 0;
  }

  .c-top-link-a li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }

  .c-top-link-a li {
    display: block;
    margin: 0;
    background: transparent;
    color: #000;
    border: 1px solid #ffffff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
}

@media screen and (max-width: 380px) {
  .pc {
    display: none;
  }

  .pc-rec {
    display: none !important;
  }

  .pc-com {
    display: none !important;
  }

  .humberg {
    display: block;
    position: fixed;
    z-index: 111;
  }

  .menu {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 32px;
    width: 20px;
    z-index: 99;
    position: fixed;
  }

  .menu__line {
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background-color: #fff;
  }

  .menu__line--center.active {
    transform: scaleX(0);
    background-color: #fff;
  }

  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background-color: #fff;
  }

  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 98;
  }

  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }

  .gnav__menu__item {
    list-style: none;
    margin: 40px 0;
  }

  .gnav__menu__item a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: 0.5s;
  }

  .gnav__menu__item a:hover {
    color: #666;
  }

  .telpc {
    display: none;
  }

  .recruit-waku {
    width: 80%;
    text-align: center;
  }

  video {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  h1 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 1.2em;
    line-height: 1.2;
    padding: 0 50px;
    text-align: center;
    color: #fff;
  }

  .news-koushin {
    width: 370px;
  }

  #news-koushin .title-long {
    display: inline-block;
    width: 300px;
  }

  .news-ichiran {
    margin-left: -10px;
    width: 95%;
    overflow: hidden;
    padding: 0;
  }

  ul.koushin .categ01 {
    display: inline-block !important;
    width: 120px;
    background-color: #fdeff2;
    margin-left: 15px;
    margin-right: 50px;
    margin-bottom: 20px;
    padding: 0px 10px 0px 10px;
  }

  ul.koushin .categ02 {
    display: inline-block;
    width: 120px;
    background-color: #f2f2f3;
    margin-left: 15px !important;
    margin-right: 50px !important;
    margin-bottom: 20px;
    padding: 0px 10px 0px 10px;
    text-align: center;
  }

  ul.koushin2 .categ01 {
    display: inline-block !important;
    width: 130px;
    background-color: #fdeff2;
    margin: 20px 55px 20px 15px;
    padding: 5px 20px 5px 20px;
  }

  ul.koushin2 .categ02 {
    display: inline-block;
    width: 130px;
    background-color: #f2f2f3;
    margin: 20px 55px 20px 15px;
    padding: 5px 20px 5px 20px;
    text-align: center;
  }

  .title-p {
    margin-bottom: 15px;
  }

  #news-koushin .title-long {
    margin-bottom: 15px;
  }

  .hr-set {
    margin: 0 !important;
    padding: 0 !important;
  }

  .philo-00 {
    padding: 30px;
  }

  .philo-01 p {
    display: block;
  }

  .sub-01 {
    margin-top: -20px !important;
  }

  .ml-3 {
    margin-left: 0rem !important;
  }

  .tablet-top {
    margin-top: 30px !important;
  }

  .service-height {
    height: auto;
  }

  .sp-other-im {
    height: 150px !important;
    margin-top: 50px;
  }

  .yadokari-02 {
    height: auto;
  }

  .copa-sp {
    padding: 0px !important;
    padding-bottom: 50px;
  }

  .recruit-kobetu {
    width: 90%;
  }

  .pc {
    display: none !important;
  }

  .pc-rec {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .logo-adj00 img {
    width: 50%;
  }

  .iro-yurai {
    width: 100%;
    border: 5px solid #f2f2f3;
    text-align: center;
    padding: 10px;
  }

  .textbox-news {
    display: none !important;
  }

  .vertical-news {
    display: none !important;
  }

  .textbox-vision {
    display: none !important;
  }

  .vertical-vision {
    display: none !important;
  }

  .textbox-service {
    display: none !important;
  }

  .vertical-service {
    display: none !important;
  }

  .textbox-rec {
    display: none !important;
  }

  .vertical-rec {
    display: none !important;
  }

  .company-sp {
    width: 90%;
  }
}

.add_p {
  margin-top: -10px;
}

@media screen and (min-width: 500px) {
  .pc-tab {
    display: block !important;
  }
}

.p-10 {
  padding: 10rem !important;
}
