/*
Theme Name: Nao Theme v2
Author: nao.inc
Description: nao official site theme
Version: 2.0
Text Domain: nao_v2
*/
* {
  line-height: 2;
}

*::selection {
  color: #fff;
  background: #71C54C;
}

*:focus {
  outline: none;
}

html,
body {
  height: 100%;
}

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  margin: 0;
  font-size: 62.5%;
}

body {
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  color: #141414;
  font-size: 1.6em;
  overflow-x: hidden;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}

_:-ms-fullscreen,
:root body {
  font-family: 'urw-din', sans-serif;
}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #64ab45;
  text-decoration: none;
}

a:hover,
.culture-article>a:hover {
  opacity: .7;
  transition: .3s ease;
}

ul li {
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input,
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.h1br {
  display: none;
}

.pcbr {
  display: block;
}

.footer-contents li a:hover {
  color: #71c54c;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-contents .sns a:hover {
  color: #fff !important;
  opacity: .7;
  transition: .3s ease;
}

.footer-contents .sns img {
  position: relative;
  top: .25em;
}

.footer-contents .sns img {
  height: 20px;
  width: auto;
}

.footer-contents ul li {
  margin: 10px 0 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-bottom: : 1px solid #F23D3D;
}

#wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  /* IE6対策 */
  height: 100%;
  /* IE6対策 */
  min-heigth: 100%
}

#contents {
  padding-bottom: 200px;
  /* フッターの高さと同じにする */
}

#footer {
  margin-top: 120px;
  height: 200px;
  bottom: 0;
}

.foot-height {
  min-height: 800px;
  height: auto !important;
  height: 800px;
}

/*PARTS*/
.button {
  font-size: 2.0rem;
  font-family: "urw-din", sans-serif;
  font-weight: 200;
  font-style: italic;
  position: relative;
  display: block;
  width: 260px;
  height: 60px;
  background-color: #64ab45;
  text-align: center;
  color: #fff;
  line-height: 3;
  letter-spacing: 1.28px;
}

.button-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.btn-arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  /*  color: #333;*/
  text-decoration: none;
}

.btn-arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -13px;
  transform: rotate(-45deg);
  right: -60px;
}

.custom-slide-arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-slide-arrow::before {
  content: '';
  width: 30px;
  height: 30px;
  border: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -13px;
}

.custom-left::before {
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  left: 10px;
  transform: rotate(-45deg);
}

.custom-right::before {
  border-bottom: solid 4px #fff;
  border-right: solid 4px #fff;
  right: 10px;
  transform: rotate(-45deg);
}

.next-arrow:hover>.custom-right::before {
  border-bottom: solid 4px #62fb2c;
  border-right: solid 4px #62fb2c;
  transition: .3s ease;
}

.prev-arrow:hover>.custom-left::before {
  border-top: solid 4px #62fb2c;
  border-left: solid 4px #62fb2c;
  transition: .3s ease;
}

/*TOP*/
#top {
  position: relative;
  top: -50px;
  left: 0;
}

.recruit-top h2,
.contents h2 {
  font-size: 5.0rem;
  /* font-weight: 600; */
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3.2px;
}

.contents h2:first-letter {
  color: #64AB45;
}

.slider {
  /* margin-top: -30px; */
  margin-top: -40px;
}

#slider img {
  max-width: 100%;
  /*  height: 100vh; */
  height: 50vw;
  width: auto\9;
  margin: 0 auto;
  object-fit: cover;
}

.slide-img {
  background-size: cover;
}

.slick-arrow {
  z-index: 20;
  /* 矢印画像を最前面へ */
}

/* ba-inner */
.bg-inner {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.bg-inner h2 {
  font-family: "urw-din", sans-serif;
  font-style: italic;
  font-weight: 200;
}

/* image */
.top-image {
  width: 100%;
  height: 50vw;
  object-fit: cover;
  background-size: cover;
}

.top-image h2 {
  font-size: 50px;
  padding-top: 250px;
  text-align: center;
  color: #FFF;
}

.top-image p {
  padding-bottom: 200px;
  color: #FFF;
  text-align: center;
}

/*スライダーカスタム*/
.slick-dots li.slick-active button:before {
  color: #62fb2c;
  z-index: 99;
}

.slick-dots {
  z-index: 1;
  bottom: 30px;
  right: -530px;
}

.slick-prev {
  left: 25px;
  z-index: 100;
}

.slick-next {
  right: 25px;
  z-index: 100;
}

.prev-arrow,
.next-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
}

.prev-arrow {
  left: 20px;
}

.next-arrow {
  right: 20px;
}

.menu-arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}

.menu-arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1.2px #fff;
  border-right: solid 1.2px #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  margin-top: -12px;
  transform: rotate(45deg);
}

/*topヘッダー*/
header a,
header li,
.header a {
  color: #EBF1E9;
}

a.nav_item:hover {
  color: #71c54c;
  opacity: 1;
}

header li {
  font-size: 1.6rem;
  font-family: "urw-din", sans-serif;
  font-style: italic;
  letter-spacing: 1.73px;
  font-weight: 200;
}

.header .logo {
  max-width: 200px;
}

.spt-logo {
  display: none;
}

header ul {
  display: flex;
  height: 50px;
}

.header {
  color: #EBF1E9;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  padding: 60px 20px;
  position: fixed;
  justify-content: space-between;
  transition: .5s;
  width: 100%;
}

.header.transform {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.header-index {
  margin: auto;
  /*  max-width: 1400px;*/
  width: 100%;
  position: relative;
  z-index: 1
}

.header-index .logo {
  position: relative;
  left: 20px;
  top: 20px;
}

.header-change.show img,
.header-index .logo img {
  max-width: 130px;
}

.header-index nav {
  position: absolute;
  top: 26px;
  right: 0px;
}

.header-index li {
  position: relative;
  right: 30px;
}

.header-index li::after {
  content: "/";
  margin: 10px;
}

.header-index li:last-child::after {
  display: none;
}

/*ホバーで表示2階層目表示*/
.gnav {
  height: 2rem;
}

.gnav ul {
  display: block;
  position: absolute;
  left: 20px;
}

.nav_item {
  /*ホバー範囲調整*/
  padding: 20px 0 10px;
}

/*メニュー小階層*/
.gnav li li {
  height: 0;
  /*隠す*/
  overflow: hidden;
  transition: .5s;
  padding: 0.5em 0;
}

.gnav li li a {
  display: block;
}

.gnav ul li::after {
  content: "";
}

.gnav li:hover>ul>li {
  /*ホバー表示子階層装飾*/
  height: 2rem;
  overflow: visible;
  background: #141414;
  padding: 10px 40px 30px 20px;
  opacity: .9;
  border-left: 2px solid #71C54C;
  width: 200px;
}

.gnav li:hover>ul>li a:hover {
  color: #71c54c;
  opacity: 1;
}

.gnav li:hover>ul::before {
  padding-top: 20px;
  border-left: 2px solid #71C54C;
}

/*切り替えヘッダー*/
.header-change {
  background: #141414;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px 20px;
  position: fixed;
  top: -100px;
  transition: .5s;
  width: 100%;
  z-index: 2;
  opacity: .9;
  list-style-type: none;
  font-size: 1.6rem;
  font-family: "urw-din", sans-serif;
  font-style: italic;
  letter-spacing: 1.73px;
  font-weight: 200;
}

.header-change a {
  color: #fff;
}

.default-header li::after,
.header-change li::after {
  content: "/";
  margin: 10px;
}

.default-header li:last-child::after,
.header-change li:last-child::after {
  display: none;
}

.header-change nav {
  position: absolute;
  right: 40px;
  bottom: 24px;
}

.header-change ul {
  display: flex;
}

.header-change li {
  position: relative;
  color: #fff;
}

.show .gnav ul {
  display: block;
  left: -10px;
  position: absolute;
}

.header-change.show {
  top: 0;
}

.default-header .logo a img,
.show .logo a img {
  width: 130px;
}

.header-change .gnav__menu__item a {
  color: #fff;
  text-decoration: none;
}

/*top以外ヘッダー*/
.default-header {
  /* padding: 20px 0 20px 20px; */
  padding: 20px 0 10px 20px;
  width: 100%;
  background: #141414;
  position: fixed;
  /*  position: relative;*/
  opacity: .9;
  z-index: 999;
  top: 0;
}

.default-header ul {
  display: flex;
}

.default-header ul ul {
  display: block !important;
  position: absolute !important;
  left: auto !important;
}

.default-header nav {
  position: absolute;
  right: 40px;
  bottom: 20px;
}

/*pc版ハンバーガー非表示*/
.sp-logo,
.Toggle {
  display: none;
}

.NavMenu {
  display: none;
}

/*パンくずリスト*/
.breadcrumbs {
  font-size: 1.4rem;
  margin: auto;
  max-width: calc(1280px);
  padding: 40px 1em 0;
}

.single-bread-c {
  margin: 70px auto 0;
}

.b-list {}

.breadcrumbs .post:first-of-type {
  border: none;
}

.breadcrumbs .post,
.breadcrumbs .type-post {
  padding: 0;
  border: 0;
}

.breadcrumbs i {
  color: #848e88;
  margin: 0 16px;
}

/*footer*/
footer {
  font-size: 1.4rem;
  color: #EBF1E9;
  text-align: center;
  background: #141414;
  padding: 40px 0;
  height: 200px;
  font-weight: 400;
  font-style: normal;
}

footer a {
  color: #EBF1E9;
  margin: 0 10px;
}

footer i {
  font-size: 2.0rem;
}

footer .logo {
  margin: 0 auto;
}

footer .logo:hover {
  opacity: .6;
  transition: .3s ease;
}

footer .logo img {
  max-width: 50px;
}

.contents-wrapper {
  margin: auto;
  max-width: 1400px;
}

/*ニュース*/
.entry-content img {
  width: 100%;
}

.entry-content .youtube {
  position: relative;
}

.entry-content .youtube::before {
  content: "";
  display: inline-block;
  padding-top: 56.25%;
}

.entry-content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-section {
  margin-top: 80px;
  padding: 0 60px;
}

.news-section>h2 {}

.news-section ul {
  margin: 1em auto 0;
  max-width: 1400px;
}

.news-section ul a {
  color: #141414;
}

.news-section ul i {
  color: #64ab45;
}

.news-section .entry-title {
  font-size: 1.2rem;
  text-align: left;
}

/*newsカテゴリアイコン*/
.news-days .category {
  width: 100px;
  font-size: 1.2rem;
  color: #fff;
  background: #848E88;
  padding: .25em .25em;
  margin: 0 0 0 20px;
  text-align: center;
  display: inline-block;
}

#works_area .youtube_area {
  max-width: 1000px;
  margin: 0 auto 0;
}

#works_area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tit_works {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em;
  line-height: 1;
  color: #64AB45;
}

.tit_works+h4 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 .75em;
}

@media screen and (max-width:820px) {
  .news-days .category {
    display: block;
    margin: .5em 0 0;
  }
}

.entry-title a {
  color: #141414;
}

.news-section .button {
  display: inline-block;
  width: calc(344px);
}

.btn_box {
  text-align: right !important;
}

.btn_box a {
  display: inline-block !important;
  width: calc(344px);
}

.btn_box_c {
  text-align: center;
}

.btn_box_c .button {
  display: inline-block !important;
  margin-top: 3em;
}

.box_sns {
  display: flex;
  flex-wrap: wrap;
  margin: 4em 0 0;
}

.box_sns>li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 3% * 2) / 3);
  margin: 0 3% 2em 0;
}

.box_sns>li:nth-of-type(3n) {
  margin: 0 0 2em;
}



.top_service li a {
  display: block;
  font-size: 35px;
  color: #fff;
  padding: 2.25em;
  margin: 0 0 1em;
}

.top_service li:nth-of-type(1) a {
  background: url(./img/top_service01.png) center center no-repeat;
  background-size: cover;
}

.top_service li:nth-of-type(2) a {
  background: url(./img/top_service02.png) center center no-repeat;
  background-size: cover;
}

.txt_message {
  font-size: 50px;
  font-weight: 500;
  color: #64AB45;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 1em;
}

.box_message {
  max-width: 820px;
  margin: 0 auto;
}

.box_message p:nth-of-type(1) {
  text-align: center;
  margin: 0 0 2em;
}

.box_message p:nth-of-type(2) {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width:640px) {
  .news-days .category {
    display: inline-block;
    margin: 0 0 0 20px;
    width: 100px !important;
  }
  .news-section .button {
    width: 100%;
  }

  .box_sns>li {
    width: 100%;
    margin: 0 0 2em 0;
  }

  .top_service li a {
    padding: 1.5em;
    font-size: 24px;
  }

  .txt_message {
    font-size: 32px;
    text-align: left;
  }

  .box_message p:nth-of-type(1) {
    text-align: left;
  }
}

.news-section .button::after {
  display: block;
  content: "";
  clear: both;
}

.service-section .button,
.recruit-section .button {
  margin-top: 30px;
}

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 3% * 2) / 3);
  margin: 0 3% 2em 0;
}

.news-item:nth-of-type(3n) {
  margin: 0 0 2em;
}

.tit_haishin {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 1.5em 0;
  line-height: 1;
}

@media screen and (max-width:640px) {
  .home .news-item {
    width: 100%;
    margin: 0 0 2em 0;
  }

  .archive .news-item,
  .blog .news-item {
    width: calc((100% - 3% * 1) / 2);
    margin: 0 3% 2em 0;
  }

  .archive .news-item:nth-of-type(3n),
  .blog .news-item:nth-of-type(3n) {
    margin: 0 3% 2em 0;
  }

  .archive .news-item:nth-of-type(2n),
  .blog .news-item:nth-of-type(2n) {
    margin: 0 0 2em;
  }

  #works_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tit_works {
    font-size: 20px;

  }

  .tit_works+h4 {
    font-size: 16px;
  }

  #works_area .news-item {
    width: 100%;
    margin: 0 0 1em;
  }

  #works_area .btn_box a {
    width: 100%;
  }

  .tit_haishin {
    font-size: 20px;

  }
}

.news-item figure {
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin: 0 0 1em;
  border: 1px solid #ccc;
}



.news-item a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.news-title:hover,
.news-item:hover {
  opacity: .7;
  transition: all 0.3s ease;
}

.newslist-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  transition: all 0.3s ease;
}

li.news-item:hover .newslist-arrow {
  transition: .2s;
  right: 20px;
}


.news-title {
  display: block;
  margin: 1em 0 0;
  text-align: left !important;
}

.newslist {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
}


/*SERVICE,RECRUIT*/
.service-section,
.recruit-section {
  position: relative;
  height: 600px;
}

.service-section {
  margin-top: 120px;
}

.recruit-section .imgblock {
  position: absolute;
  right: 0;
}

.recruit-section .imgblock img {
  right: 0;
}

.txtblock {
  text-align: left;
  background: #fff;
  padding: 50px;
  width: 40%;
  z-index: 1;
}

.txtblock p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.service-section>.txtblock {
  position: absolute;
  top: 40px;
  right: 0;
  box-shadow: 2px 2px 0px #848E88;
}

.recruit-section>.txtblock {
  position: absolute;
  bottom: -50px;
  left: 0;
  box-shadow: -2px 2px 0px #848E88;
}

.service-section>.contents-bg {
  position: absolute;
  width: 1072px;
  height: 490px;
  background: #EBF1E9;
  right: -100px;
  top: 110px;
  z-index: -1;
}

.recruit-section>.contents-bg {
  position: absolute;
  width: 1072px;
  height: 580px;
  background: #EBF1E9;
  left: -100px;
  top: 150px;
  z-index: -1;
}

.recruit-section {
  margin-bottom: 250px;
  margin-top: 60px;
}

.recruit-section .imgblock {
  position: absolute;
  right: 0;
}

/*共通*/
.tx-j {
  text-align: justify;
}

.tx-l {
  text-align: left;
}

.tx-r {
  text-align: right;
}

.tx-c {
  text-align: center;
}

table {
  width: 100%;
  border-spacing: 0;
  margin-top: 40px;  
}

table th {
  font-weight: normal;
  border-bottom: solid 2px #64AB45;
  padding: 20px 40px;
  text-align: left;
}

@media screen and (max-width:640px) {
  table th {
    padding: 20px 0;
    width: 70px;
    text-align: center;
  }
}


table tr:nth-of-type(1) th  {
  border-top: solid 2px #64AB45;
}

table td {
  border-bottom: solid 1px #848E88;
  padding: 20px 40px;
}

@media screen and (max-width:640px) {
  table td {
    padding: 20px 20px;
  }
}

table tr:nth-of-type(1) td {
  border-top: solid 1px #848E88;
}


.job-table .fst th {
  width: 25%;
  border-top: solid 2px #64AB45;
}

.job-table .fst td {
  border-top: solid 1px #848E88;
}

.job-table p {
  margin: 10px 0 0 0;
}

.layout-block {
  margin: 74px 60px 0;
}

.titlecover {
  background-size: cover;
  background-position: center center, 0 0;
  position: relative;
}

.entry-header {
  padding: 180px 0 110px;
}

.no-head {
  padding: 85px 0 0 0;
}

.whiteline {
  text-align: center;
  border: solid 3px #fff;
  padding: 90px 0 70px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.whiteline h1 {
  font-size: 5.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 3.2px;
  line-height: 0;
}

.whiteline span {
  margin-top: 60px;
  display: block;
}

/*topへ戻るスクロールボタン*/
.page_top {
  position: fixed;
  bottom: -60px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  background: #141414;
  opacity: .9;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 50px;
  z-index: 99;
}

.page_top .btn-arrow::before {
  padding: 0;
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(-135deg);
  right: 10%;
  /* margin-top: 20px; */
}

.title-no-pic .whiteline {
  /*写真なしページタイトル*/
  color: #000
}

.title404 {
  /*404の時ヘッダー詰める*/
  z-index: 1;
  top: 0;
}

/*企業情報*/
.about table {
  max-width: 800px;
  margin: 80px auto 0;
}

.about table th {
  border-top: solid 2px #64AB45;
}

.about table td {
  border-top: solid 1px #848E88;
}

/*会社情報*/
.office iframe {
  width: 100%;
  margin: -10px 0 20px;
}

.lst-th {
  border-top: solid 3px #fff !important;
  border-bottom: solid 1px #848E88 !important;
}

/*404*/
.layout404 {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

.layout404 h2 {
  font-size: 6.0rem;
  margin-top: 120px;
  font-family: "urw-din", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.layout404 .back {
  margin: 40px auto 0;
  background: #fff;
  border: 1px solid #64ab45;
  color: #64ab45;
}

.layout404 .btn-arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1.5px #64ab45;
  border-right: solid 1.5px #64ab45;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -13px;
  transform: rotate(135deg);
  left: -20px;
}


.company-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
}

.service-contents div,
.company-contents div {
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 46%;
  margin: 20px auto 60px;
  /*  border-right: 1px solid #64ab45;
  border-bottom: 1px solid #64ab45;*/
  /*  box-shadow: 2px 2px 0px #848E88;*/
  /*  padding: 60px 40px;*/
}


/* サービス*/
.service-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
}

.service-contents::after {
  content: "";
  display: block;
  width: 50%;
}

.service-contents>div:hover .btn-arrow::before,
.company-section:hover .btn-arrow::before {
  left: 40px;
  transition: .3s ease;
}

.culture-cardlayout>.culture-article>a,
.service-contents div a,
.company-contents div a {
  /*  z-index: 10;*/
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.service-contents h2,
.company-section h2 {
  font-size: 4.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-weight: 400; */
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3.2px;
  line-height: 1;
  margin: 40px 0 0;
}

.service-contents h2 .btn-arrow,
.company-section h2 .btn-arrow {
  height: 25px;
}

.service-contents h2 .btn-arrow::before,
.company-section h2 .btn-arrow::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 3px #141414;
  border-right: solid 3px #141414;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -13px;
  transform: rotate(-45deg);
  left: 20px;
  transition: .3s ease;
}

.service-contents img,
.company-contents img {
  width: 100%;
  box-shadow: 2px 2px 0px #64ab45;
}

.service-contents>div:hover,
.company-section:hover {
  opacity: .7;
  transition: .3s ease;
}

/*サービス、AMIMO部分*/
.service-contents_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
}

.service-contents_a div {
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 46%;
  margin-left: 20px;
  /*  border-right: 1px solid #64ab45;
  border-bottom: 1px solid #64ab45;*/
  /*  box-shadow: 2px 2px 0px #848E88;*/
  /*  padding: 60px 40px;*/
}

.service-contents_a div:hover .btn-arrow::before {
  left: 40px;
  transition: .3s ease;
}

.service-contents_a h2 {
  font-size: 4.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-weight: 400; */
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3.2px;
  line-height: 1;
  margin: 40px 0 0;
}

.service-contents_a h2 .btn-arrow {
  height: 25px;
}

.service-contents_a h2 .btn-arrow::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 3px #141414;
  border-right: solid 3px #141414;
  position: left;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -13px;
  transform: rotate(-45deg);
  left: 20px;
  transition: .3s ease;
}

.service-contents_a img {
  width: 100%;
  box-shadow: 2px 2px 0px #64ab45;
}



/*沿革*/
.center-block {
  display: none !important;
}

h2.content-title {
  font-family: 'Noto Sans JP', sans-serif !important;
  /* font-weight: 600; */
  font-weight: 500;
}

.year {
  font-size: 4.0rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 3.2px;
  line-height: 0;
  padding: 20px 0;
  margin-top: 85px;
}

.year:first-child {
  margin-top: 0;
}

.history p {
  font-weight: 600;
}

.history span {
  margin-right: 10px;
}

.history li {
  border-bottom: 1px solid #848E88;
  padding: 20px 30px;
}

.history li:last-child {
  boder-top: none;
}

.content-details {}

.content-details img {
  /* max-width: 300px !important; */
  height: auto;
  margin: 20px auto 0;
}

.content-details {
  box-shadow: 1px 1px 0px #141414;
}

.cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title,
div.meta-details,
.content-details p {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.cool-timeline .timeline-year .icon-placeholder span {
  font-family: 'urw-din', sans-serif;
  margin: 0 auto;
}

.meta-details {
  letter-spacing: 3.2px;
}

.meta-details::after {
  content: "\65E5";
}

.custom-pagination .page-num {
  display: block;
}

/*問い合わせ*/
form {
  width: 800px;
  margin: 85px auto 0;
}

form div {
  padding: 10px 20px;
}

.text,
textarea,
.dropdown {
  border: 1px solid #777;
  padding: 10px;
  /*  color: #999;*/
  background: #fff;
}

.contact-textbox {
  max-width: 800px;
  margin: 0 auto;
}

.contact-textbox p {
  text-align: center;
}

.contact {
  width: 100%;
}

.dropdown {
  padding: 10px 60px 10px 20px;
}

.submit {
  width: 300px;
  border: none;
  margin: 60px auto 0;
}

.recruit .submit {
  margin: 80px auto 0;
}

.wpcf7-list-item input:hover,
.wpcf7-list-item-label:hover,
.submit:hover {
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

option:focus,
elect:focus,
textarea:focus,
input:focus {
  border: 1px solid #71C54C;
}

select {
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
}

.dropdown select::-ms-expand {
  display: none;
}

.dropdown {
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}

.ur-menu {
  position: relative;
}

#year_select::before,
.ur-menu::before {
  position: absolute;
  /* top: 20px; */
  /* top: 50%; */
  top: 24px;
  right: 20px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  z-index: 1;
}

.select_block .ur-menu::before {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropdown select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

select::selection {
  border-color: #71C54C;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/*サービス*/
/*NCN*/
.creator h2 {
  text-align: center;
  font-size: 5.0rem;
  /* font-weight: 600; */
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3.2px;
  line-height: 1;
  margin-top: 120px;
}

.creator-block {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.creators-section {
  width: calc(100%/4);
  position: relative;
  margin: 50px 0 0;
  transition: all .3s ease;
}

.creators-section:hover {
  transition: .3s ease;
  opacity: .7;
}

.creators-section:hover .creator-pict {
  border-right: 1px solid #71c54c;
  border-bottom: 1px solid #71c54c;
  transition: all .3s ease;
}

.creators-section p {
  width: 90%;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #141414;
  margin: 10px auto 0;
}

.creators-section h3 {
  text-align: center;
}

.creators-section h4 {
  font-size: 2.0rem;
  text-align: center;
  margin: 20px 0 0;
  line-height: 1.5;
}

.creators-section i {
  padding: 0 0 0 16px;
}

.creators-section a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.creators-section img {
  display: block;
  width: 90%;
  border: 1px solid #EBF1E9;
  margin: 0 auto;
}

/*ナオナビ*/
.go-gamer,
.go-naonavi {
  text-align: center;
  position: relative;
  margin-top: 60px;
}

.go-gamer h2,
.go-naonavi h2 {
  text-align: center;
}

.go-gamer a,
.go-naonavi a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.go-gamer:hover {
  opacity: .6;
  transition: .3s ease;
}

.go-gamer img,
.go-naonavi img {
  max-width: 600px;
  display: block;
  margin: 20px auto 0;
}

.naonavi-more {
  text-align: center;
  margin-top: 40px;
}

.naonavi-more .btn-arrow {
  display: block;
  width: 100%;
  margin-left: 8px;
}

.naonavi-more .btn-arrow::before {
  content: '';
  width: 40px;
  height: 40px;
  border: 0;
  border-bottom: solid 1.3px #000;
  border-right: solid 1.3px #000;
  position: absolute;
  top: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: rotate(45deg);
  right: 50%;
}

/*NAOSTUDIO*/
.studio h2 {
  text-align: center;
  font-size: 5.0rem;
  /* font-weight: 600; */
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3.2px;
  line-height: 1;
  margin-top: 120px;
}

.studio img {
  width: 100%;
  margin: 40px auto 0;
}

.studio .pict {
  margin: 60px auto 0;
}

.studio .pict .top-image {
  height: 30vw;
}

.studio .pict .slick-dots {
  bottom: -40px;
  right: 0;
}

.studio .back {
  margin: 150px auto 0;
}

/*カルチャー*/
a.culture-top {
  margin: 0px auto 80px;
}

.culture-cardlayout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.culture-archives>.culture-article:hover,
.culture-top>.culture-article:hover {
  opacity: .6;
  transition: 0.3s ease;
}

.culture-cardlayout::after {
  content: "";
  display: block;
  width: 30%;
}

.culture-cardlayout>.culture-article {
  position: relative;
  width: 30%;
  margin: 0 0 50px;
}

.imgflame {
  height: 160px;
  width: 100%;
  overflow: hidden;
}

.imgflame img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.culture-article h2 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.5;
  margin: 90px 0 20px;
}

.culture-article img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.culture-article section {
  margin: 50px 0 0;
}

.culture-article a {
  margin: 50px auto 0;
}

.culture-other {
  margin: 80px 0 0;
  border-top: 1px solid #848E88;
}

.culture-other h3 {
  font-size: 2.0rem;
  margin: 20px 0 0;
  text-align: center;
  color: #848E88;
}

.card-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  margin: 40px 0 0;
  width: 30%;
  border: 1px solid #333;
}

.back {
  color: #64ab45;
  background: #fff;
  border: solid 1px #64ab45;
  margin: 0 auto;
}

.recruit .back {
  margin: 40px auto;
  width: 300px;
}

.btn-back {
  color: #64ab45;
}

.btn-back::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1.5px #64ab45;
  border-left: solid 1.5px #64ab45;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -13px;
  transform: rotate(45deg);
  left: 0;
}

.wpcf7c-btn-back:hover,
.wpcf7c-btn-confirm:hover {
  opacity: .6;
  transition: .3s ease;
  cursor: pointer;
}

.wpcf7c-btn-back,
.wpcf7c-btn-confirm {
  margin: 0 auto;
}

.culture-cardlayout .culture-article h2 {
  margin: 0px 0 10px;
  font-size: 2.0rem;
}

.culture-cardlayout .culture-article section {
  margin: 20px 0 0;
}

.culture-cardlayout .culture-article section p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.culture-archives {
  margin: 0px 0 0;
}

.culture-top {
  margin: 0px 0 0;
}

.culture-single {
  margin: 30px 0 0;
}

.pr-block {
  text-align: center;
}

.pr-block h3 {
  font-size: 2.0rem;
}

.pr-block p {}

.pr-block iframe {
  padding-top: 0px !important;
}

.wp-pagenavi,
.pagenation {
  color: #fff;
  text-align: center;
  margin: 50px auto 0;
}

.wp-pagenavi a,
.pagenation a,
.current {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #64ab45;
  padding: 3px 2px;
  margin: 10px 6px 0;
  font-family: "urw-din", sans-serif;
  font-style: italic;
}

span.current {
  background: #848e88;
}

a.first,
a.last {
  width: 60px;
}

.pages {
  display: block;
  color: #141414;
  line-height: 1;
  margin: 0 0 20px;
}

.extend {
  color: #141414;
}

/*ニュース*/
.entry-content table th {
  width: 25%;
}

.archive .type-post,
.blog .type-post,
.archive .type-works,
.blog .type-works {
  max-width: none;
  margin: 0 auto;
  border: none;
  padding: 0;
}

.post,
.type-post {
  max-width: 800px;
  border: 1px solid #848E88;
  padding: 0 60px 60px;
  margin: 90px auto 0;
}

.type-works {

}

.type-post .entry-title,
.type-works .entry-title {
  font-size: 3.0rem;
  line-height: 1.5;
}

.type-post .entry-header,
.type-works .entry-header {
  padding: 0;
  margin: 120px 0 0;
}

.type-post section.description i,
.type-works section.description i {
  margin: -5px 0px 0px 0px;
}

.type-post h3,
.type-works h3 {
  margin: 50px 0 0 0;
}

.type-post .entry-content,
.type-works .entry-content {
  margin: 30px 0 0 0;
}

.type-works .detail-category {
  display: none;
}

.post-type-archive-works #category_select,
.post-type-archive-works .select_block,
.post-type-archive-works .page-title,
.post-type-archive-works .category {
  display: none;
}



.thumbnail img {
  width: 100%;
}

.post:first-of-type {
  border-top: 1px solid #848E88;
}

.news-article-list {
  position: relative;
  display: flex;
  border-bottom: 1px solid #848E88;
  padding: 20px;
}

.news-article-list:hover {
  opacity: .6;
  transition: .3s ease;
}

.news-article-list:hover .news-title i {
  transition: .3s ease;
  right: 20px;
}

.news-article-list a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.news-article-list .thumbnail {
  width: 200px;
  margin: 0 20px 0 0;
}

.news-article-list .news-title {
  margin: 0;
  max-width: 950px;
  width: 70%;
}

.news-article-list .news-title i {
  color: #64ab45;
  position: absolute;
  right: 40px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.news-article-layout {
  margin: auto;
  max-width: 1400px;
}

.archive h1.page-title {
  font-size: 4.0rem;
  /* font-weight: 600; */
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3.2px;
  line-height: 0;
  padding: 20px 0;
  text-align: center;
  margin: 40px 0 20px 0;
}

.category_select {
  position: relative;
}

.category_select::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  z-index: 1;
}

.ct {
  margin-right: 20px;
}

.news-index {
  margin: 0 0 40px 0;
}

.detail-category {
  width: 100px;
  font-size: 1.2rem;
  color: #fff;
  background: #848E88;
  padding: 6px 12px;
  text-align: center;
}

.detail-date {
  font-size: 2.0rem;
}

header.entry-header {
  position: relative;
}

.entry-header .detail-date {
  position: absolute;
  top: -120px;
  left: -61px;
  background: #141414;
  color: #fff;
  padding: 0 20px;
  font-weight: 200;
  font-style: italic;
  font-family: "urw-din", sans-serif;
}

.entry-header .detail-category {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 10px 20px;
  line-height: 1;
  margin: 0px 0 20px;
}

.news-back {
  margin: 0 auto;
}

.next-prev {
  position: relative;
  max-width: 800px;
  padding: 0 60px 60px;
  margin: 20px auto 0;
}

.prev-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  padding: 8px 0 0 20px;
}

.prev-link::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1.5px #64ab45;
  border-left: solid 1.5px #64ab45;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(45deg);
  left: 0;
  line-height: 1;
}

.next-link {
  right: 0;
  display: block;
  position: absolute;
  top: 0;
  line-height: 0;
  padding: 8px 20px 0 0;
}

.next-link::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1.5px #64ab45;
  border-right: solid 1.5px #64ab45;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(-45deg);
  right: 0;
  line-height: 1;
}

.addtoany_share_save_container {
  border-top: 1px solid #848E88;
  padding-top: 20px;
  margin: 60px 0 10px 0;
}

.culture-article .addtoany_content {
  border: none;
  margin: 40px 0 0;
  padding: 0;
}

.culture-article .a2a_button_facebook {
  margin: 0;
}

.culture-article .a2a_kit a {
  margin: 0;
}

/*アプリWEB*/
.apply h2 {
  font-size: 4.0rem;
  /* font-weight: 600; */
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3.2px;
  line-height: 1;
  /*  padding: 20px 0;
  margin: 40px 0 0 0*/
  ;
}

.apply .webh2 {
  /*  margin: 120px 0 0;*/
}

.go-gamer h2 {
  font-size: 2.0rem;
}

.apply p {
  margin: 20px 0 0;
}

.apply-block,
.gamer-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.apply-image {
  width: 50%;
}

.apply-image img {
  width: 100%;
}

.text-block {
  margin: 0 20px;
  background: #fff;
  box-shadow: 2px 2px 0px #848E88;
  padding: 20px 50px 40px 50px;
  display: block;
  width: 50%;
}

.apply .gamer-block {
  margin: 160px 0 0 0;
}

.gamer-block .text-block {
  top: 0%;
}

.text-block a {}

@supports (-ms-ime-align:auto) {
  .text-block a {
    display: inline-flex;
    align-items: center;
  }

  .text-block .gogamer {
    display: block;
  }
}

@-moz-document url-prefix() {
  .g-badge {
    display: inline-flex;
    align-items: center;
  }
}

.text-block span {
  display: block;
}

.g-badge {
  width: 221px;
  height: 74px;
}

@supports (-ms-ime-align:auto) {
  .g-badge {
    height: 100px;
  }
}

.g-badge img {
  width: auto;
  height: 100px;
}

.a-badge {
  width: 190px;
  height: 70px;
  display: inline-block;
  margin-top: -5px;
}

_:lang(x)::-internal-media-controls-overlay-cast-button,
.a-badge {
  /* margin-top: 5px; */
}

_::-webkit-full-page-media,
_:future,
:root .g-badge {
  margin-top: 5px
}

.storelink {
  margin: 50px 0 0;
}

.storelink a {
  display: inline-table;
  vertical-align: middle;
}

.gogamer {
  padding: 0 40px;
  margin: 60px auto 0;
  line-height: 3;
}

.gogamer i::before {
  right: 0;
}

/*代表挨拶*/
.message h2 {
  text-align: center;
  font-size: 4.0rem;
  margin: 0px 0 60px;
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  line-height: 1;
}

.message img {
  width: 100%;
}

.message p {
  margin: 30px 0 0;
}

/*採用*/
.recruit-top {
  /* margin: 80px 0 0; */
}

.recruit-top .back {
  margin: 80px auto 0;
}

.recruit-top h2 {
  line-height: 1;
}

.recruit-top h3 {
  font-size: 2.0rem;
  margin: 80px 0 0 0;
}

.recruit-top h3 span {
  font-weight: 500;
  font-size: 5.0rem;
  padding: 10px 10px;
  margin: 40px 0;
  letter-spacing: 3.2px;
  display: block;
  line-height: 1;
}

.recruit-block {
  margin: 100px -40px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.recruit-block h3 {
  margin: 40px 0 0;
  font-size: 2.4rem;
  line-height: 0;
  font-weight: 500;
}

.recruit-block h3 .btn-arrow::before {
  width: 14px;
  height: 14px;
  border-bottom: solid 3px #141414;
  border-right: solid 3px #141414;
  top: 0;
  right: -10px;
  margin: -18px 0 0 0;
  transition: .3s ease;
}

.new-graduate,
.career {
  position: relative;
  width: calc(100%/2);
  margin: 0px 40px 0;
  transition: .3s ease;
}

.new-graduate a,
.career a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.new-graduate:hover,
.career:hover {
  opacity: .7;
  transition: .3s ease;
}

.new-graduate:hover .btn-arrow::before,
.career:hover .btn-arrow::before {
  right: -40px;
}

.recruit-block img {
  width: 100%;
}

.recruit-top .value-area {
  margin: 95px 0 0 0;
}

.naowork-box .value-area {
  margin: 120px 0 0 0;
  line-height: 1.5;
  font-size: 3.0rem;
}



.new-graduate p,
.career p {
  font-size: 4.0rem;
  color: #c3c3c3;
  line-height: 1;
  margin: 0 0 -3px 0;
}

.value-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.value-box .col {
  width: 24%;
  border-right: 1px solid #141414;
  border-bottom: 1px solid #141414;
  padding: 20px 40px 40px;
}

.value-box .col span {
  display: block;
  font-size: 5.0rem;
  margin: 0 0 10px 0;
  line-height: 1;
}

.value-box .col span::before {
  border: 1px solid #141414;
}

.value-box p {
  text-align: justify;
  line-height: 2;
  margin: 40px 0 0 0;
  font-weight: 400;
}

.value-box div {
  margin: 40px 0 0 0;
}

.value-box h3 {
  font-size: 2.0rem;
  margin: 0;
  line-height: 1.5;
}

.value-box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.value-box li {
  border: 1px solid #000;
  width: 30%;
}

.naowork-box p {
  margin: 40px 0 0 0;
}

.org-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.org-blocks h3 {
  font-size: 2.0rem;
  margin: 0px 0 0 14px;
  color: #64ab45;
  padding: 0 0 0 16px;
  /* font-weight: 600; */
  font-weight: 500;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}

.org-blocks .col h3::before {
  content: "";
  position: absolute;
  border-left: 2px solid #64ab45;
  top: 0;
  left: -5px;
  display: inline-block;
  width: 44px;
  height: 41px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.org-blocks p {
  margin: 20px 0 0 0;
  line-height: 2;
  text-align: justify;
  position: relative;
}

.org-blocks p::after {
  content: "";
  display: block;
  background: #EBF1E9;
  position: absolute;
  height: 135px;
  width: 100%;
  top: 18px;
  left: 18px;
  z-index: -1;
}

.org-blocks .col {
  width: 26%;
  margin: 0 0 40px;
  padding: 40px 0;
}

.imgList {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.imgList::after {
  content: "";
  display: block;
  width: 32%;
}

.imgList div {
  width: 32%;
  height: 200px;
  margin: 0 0 100px;
}

.imgList p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 10px 0 0;
  text-align: justify;
}

.imgList img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/*求人*/
.recruit table {
  max-width: 800px;
  margin: 30px auto 0;
  width: 100%;
  border-spacing: 0;
}

.job-table {}

.job-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0;
  padding: 0 60px;
}

.job-list::after {
  content: "";
  display: block;
  width: 47%;
}

.job-list .job {
  position: relative;
  width: 47%;
  margin: 40px 0;
}

.job-list .job a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.job-list .job-img {
  width: 100%;
}

.job-img img {
  width: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 0px #64ab45;
}

.jb-txt {
  margin: 120px 0 0 0;
  font-size: 2.4rem;
  font-weight: 500;
}

.rec-txt-block {
  margin: 110px auto 0;
  max-width: 800px;
}

.rec-txt-block h2 {
  font-size: 4.0rem;
  line-height: 1.5;
}

.rec-txt-block h3 {
  margin: 40px 0 0 0;
  font-size: 2.0rem;
  font-weight: 400;
}

.rec-txt-block h4 {
  margin: 80px 0 0;
  font-size: 2.0rem;
  line-height: 0;
}

.rec-txt-block span {
  display: block;
  margin: 20px 0;
  font-size: 3.0rem;
  font-weight: 500;
}

.job-list h5 {
  margin: 30px 0 0 0;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}

.job-list .btn-arrow::before {
  width: 12px;
  height: 12px;
  right: -10px;
  border-bottom: solid 3px #141414;
  border-right: solid 3px #141414;
  margin: -17px 0 0 0;
  top: 0%;
  transition: .3s ease;
}

.job-list div:hover .btn-arrow::before {
  opacity: .7;
  transition: .3s ease;
  right: -20px;
}

.job-list div:hover {
  opacity: .7;
  transition: .3s ease;
}

.not-recruiting {
  padding: 80px 0;
  border-bottom: 1px solid #141414;
  border-top: 1px solid #141414;
  margin: 60px auto;
  width: 100%;
}

.pointList {
  padding: 30px 0;
  border-bottom: 1px solid #141414;
  border-top: 1px solid #141414;
  margin: 20px auto 0;
  width: 100%;
}

.imagearea h3,
.pointList h3 {
  margin: 0;
  line-height: 1;
  font-family: 'urw-din', sans-serif;
  /* font-weight: 600; */
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3.2px;
}

.imagearea h3 {
  margin: 40px 0 20px 0;
}

.pointList p {
  margin: 20px 0 0 0;
}

h4.recruiting {
  margin: 80px 0 0 0;
}

h1.pagetitle {
  text-align: center;
  font-size: 2.4rem;
  border-bottom: 2px solid;
  padding: 0;
}

.headline-block {
  margin: 40px 0 0 0;
}

.paragraph-block {
  margin: 0 0 40px;
}

/*エントリーフォーム*/
.entry-f form {
  width: 800px;
  margin: 0 auto;
}

.formList input {
  margin: 0 20px 0 0;
}

.formList dt {
  margin: 40px 0 0 0;
}

.formList .number {
  margin: 0 0 0 20px;
}

.formList .number:first-child {
  margin: 0 0 0 0;
}

.birthday {
  display: flex;
  align-items: baseline;
}

.birthday .t_year {
  margin: 0;
}

.birthday p:first-child {
  margin: 0;
}

.birthday p input {
  margin: 0 -5px 0 5px !important;
}

.address li {
  margin: 0 0 30px;
}

.zipcode1 {
  margin-left: 10px;
}

.zipcode1 input {
  margin: 0;
}

.telno {
  display: flex;
  flex-wrap: nowrap;
}

.telno div {
  padding: 0;
}

/* .telno div:not(:last-child)::after {
  content: "\30FC";
  margin: 0 10px;
} */
.ur-job input,
.ur-media input {
  margin: 0;
}

/* .addressno div:not(:last-child)::after {
  content: "\30FC";
  margin: 0 10px;
} */
.addressno {
  display: flex;
  flex-wrap: nowrap;
}

.addressno div {
  padding: 0;
}

.select-job {
  margin: 10px 0 0 0;
}

.select-job .wpcf7-list-item,
.ur-media .wpcf7-list-item {
  margin: 0 40px 0 0;
}

.policyarea {
  margin: 60px 0 0 0;
  padding: 0;
}

.policyarea p {
  margin: 20px 1em 0;
}

.policyarea li {
  margin: 20px -20px 0 20px;
}

.policyarea h4 {
  color: #EBF1E9;
  background: #848E88;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin: 40px 0 0;
  text-align: left;
  padding: 5px 20px;
}

.policyarea ol {
  padding: 0 1em;
}

.wpcf7-form-control-wrap {
  display: inline-block;
}

.telno span {
  display: inline-block;
}

.addressno div span,
.telno div span {
  margin: 0 10px;
  /* display: inline; */
}

.acceptArea {
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  padding: 40px 0;
  margin: 60px 0 0;
}

.wpcf7-list-item input,
.wpcf7-radio input {
  appearance: radio;
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

.acceptArea input {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

.ur-works,
.ur-license,
.ur-reason,
.ur-message {
  width: 100%;
}

span.wpcf7-not-valid-tip {
  display: table-footer-group;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #f23d3d1a;
  padding: 40px 0;
  border-top: 2px solid #F23D3D;
  border-bottom: 2px solid #F23D3D;
  text-align: center;
  margin: 40px auto;
  width: 100%;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-right: 0px;
  border-left: 0px;
  margin: 60px calc(50% - 50vw) 0;
  width: 100vw;
}

.wpcf7c-btn-back {
  width: 300px;
  background: #fff;
  border: 1px solid #64ab45;
}

.submitBTNArea {
  margin: 40px 0 0;
}

.wpcf7c-elm-step2 {
  margin: 0px auto 0;
}

/*プライバシポリシー*/
.privacy-area p {
  margin: 10px 1em 0;
}

.m-of {
  margin: 10px 0 0 !important;
}

.privacy-area .link {
  letter-spacing: 0.5em;
}

.privacy-area .link a {
  font-size: 22px;
  color: #141414;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.privacy-area .link a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #64AB45;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}

.privacy-area .link a:hover::after {
  transform: scale(1, 1);
}

.studio p a,
.creator p a,
.privacy a {
  position: relative;
  text-decoration: none;
}

.studio p a::after,
.creator p a::after,
.privacy a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #64AB45;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.studio p a:hover::after,
.creator p a:hover::after,
.privacy a:hover::after {
  opacity: .9;
  transform: scale(1, 1);
}

.privacy-area .privacy {
  color: #141414;
  margin: 40px 0 0 0;
}

.privacy .number {
  margin: 20px 0 0;
}

.security .title,
.privacy-area .title {
  width: max-content;
  color: #EBF1E9;
  background: #848E88;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  margin: 110px 0 0;
  padding: 5px 20px;
}

@supports (-ms-ime-align:auto) {

  .security .title,
  .privacy-area .title {
    text-align: center;
    width: 30%;
  }
}

.privacy-area .content {
  margin: 2em 0 0;
}

.privacy-area .subtitle {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 2em 0 0;
  line-height: 1;
}

.privacy-area .main {
  margin: 40px 0 0 0;
}

.enactment {
  margin: 30px 0 0;
}

.privacy-area .main th {
  background-color: #64AB45;
  color: #FFF;
  padding: 10px 1em;
}

.privacy-area .content2 {
  margin-bottom: 2.5%;
}

.privacy-area table td {
  padding: 10px 0px;
  text-indent: 1em;
}

.privacy-area .main td {
  width: 50%;
  border: 0px;
  text-indent: 1em;
}

.privacy-area .sub td {
  width: 50%;
}

.privacy-area .box {
  margin: 10px 0 0 0;
}

.box th {
  width: 200px;
  color: #fff;
}

.privacy-area .box td {
  border-bottom: solid 0px;
}

.privacy-area .right {
  background-color: #64AB45;
}

.number li {
  margin: 20px 0 0 2em;
  text-indent: 0em;
}

.number li:first-child {
  margin: 0px 0 0 2em;
}

/*セキュリティポリシー*/
.security .main {
  background-color: #64AB45 !important;
  color: #FFFFFF;
}

.security table td {
  padding: 10px 0px;
}

.security .box td {
  border-bottom: solid 0px;
  padding: 10px 0px;
}

.security .right {
  background-color: #64AB45;
}

.security .title {
  margin: 85px 0 0 0;
}

.security p {
  margin: 40px 0 0;
}

/*ミッションコアバリュー*/
.m-cv h2 {
  color: #141414;
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  margin-top: 3em;
  text-align: center;
  line-height: 1;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 3.2px;
  font-style: italic;
}

.recruit-catch,
.m-cv h3 {
  font-size: 40px;
  color: #141414;
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  margin: 1.5em 0 0 0;
  text-align: center;
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 1.5;
}

.m-cv h3 {
  color: #64AB45;
}



p.recruit-catch {
  line-height: 2;
  margin-bottom: 20px;
}

.m-h4-p {
  margin: 60px 0 0 0;
  font-weight: 400;
  line-height: 3;
  letter-spacing: -.95px;
}

.m-cv h4 {
  text-align: center;
  font-size: 5.0rem;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  color: #64AB45;
  font-weight: 700;
}



.m-cv h5 {
  color: #141414;
  font-size: 120px;
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  margin-top: 180px;
  text-align: center;
}

.m-cv h7 {
  font-size: 100px;
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  color: #64AB45;
}

.m-cv h8 {
  font-size: 100px;
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  color: #64AB45;
}

.m-cv .col h5 {
  font-size: 2.2rem;
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  color: #64AB45;
  margin: 0;
  line-height: 1.5;
}

.m-cv hr.style1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 120px;
  background-color: #64AB45;
  border: none;
  transform: rotate(-45deg);
}

.m-cv hr.style5 {
  position: absolute;
  top: -2px;
  left: -59px;
  height: 3px;
  width: 64px;
  background-color: #64AB45;
  border: none;
  transform: rotate(-45deg);
}

.m-cv hr.style6 {
  position: absolute;
  top: -7px;
  left: 30px;
  height: 10px;
  width: 60px;
  background-color: #64AB45;
  border: none;
  transform: rotate(45deg);
}

.m-cv hr.style7 {
  height: 10px;
  width: 60px;
  background-color: #64AB45;
  border: none;
  transform: rotate(45deg);
}

.text4,
.text5,
.text6 {
  display: inline-block;
}

.text4 {
  font-size: 30px;
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  margin-top: 40px;
  color: #64AB45;
  height: 200px;
}

.m-cv hr.style2,
hr.style3,
hr.style4 {
  display: inline-block;
}

.m-cv .col .txt {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 0px #64AB45;
  margin-top: 40px;
  padding: 40px;
  /* height: 200px; */
  height: 40%;
}

.m-cv hr.style3 {
  background-color: #FFFFFF;
  border: 1px solid #64AB45;
  box-shadow: #64AB45 4px 4px 5px -1px;
  -webkit-box-shadow: #64AB45 4px 4px 5px -1px;
  -moz-box-shadow: #64AB45 4px 4px 5px -1px;
  margin-top: 40px;
}

.m-cv hr.style4 {
  background-color: #FFFFFF;
  border: 1px solid #64AB45;
  box-shadow: #64AB45 4px 4px 5px -1px;
  -webkit-box-shadow: #64AB45 4px 4px 5px -1px;
  -moz-box-shadow: #64AB45 4px 4px 5px -1px;
  margin-top: 40px;
}

.m-cv p2 {
  color: #141414;
  font-size: 16px;
  font-family: 'urw-din', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  position: absolute;
  top: 65px;
  left: 30px;
  max-width: 90%;
  max-height: 100%;
  padding: 0px;
  text-align: left;
}

.m-cv .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-cv .col {
  width: 30%;
}

.m-cv .section1 {
  text-align: center;
}

.m-cv .section2 {
  text-align: center;
}

.m-cv .section3 {
  text-align: center;
}

.m-cv .body1 {
  display: inline-block;
}

.m-cv .body2 {
  justify-content: center;
  display: flex;
}

.m-cv .style6 {
  position: absolute;
  top: -20px;
  right: 5px;
}

.m-cv .relative2 {
  position: relative;
  width: 100px
}

.m-cv .style7 {
  position: absolute;
  top: -20px;
  right: 5px;
}

.m-cv .relative3 {
  position: relative;
  margin: 26px 0 0 0;
}

.m-cv .content {
  position: absolute;
  top: 0px;
  left: 0px;
}

.m-cv .content2 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.m-cv .batu {
  position: absolute;
  top: 24%;
  left: 35%;
}

.m-cv .batu2 {
  position: absolute;
  top: 24%;
  right: 31%;
}

.apply .back,
.creator .back,
.nonv .back,
.history .back,
.message .back,
.about .back,
.m-cv .back {
  margin: 120px auto 0;
}

.sp-cross,
.sp-cross2 {
  display: none;
}

.cross {
  position: absolute;
  top: 25%;
  left: 30%;
}

.cross2 {
  position: absolute;
  top: 25%;
  right: 35%;
}

.cross2::before,
.cross::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 60px;
  border-top: 4px solid #64AB45;
}

.cross2::after,
.cross::after {
  position: absolute;
  top: -8px;
  left: 19px;
  content: "";
  display: block;
  width: 40px;
  border-top: 4px solid #64AB45;
}

.cross2::before,
.cross::before {
  transform: skewY(-45deg);
}

.cross2::after,
.cross::after {
  transform: skewY(45deg);
}

@media only screen and (max-width: 1024px) {
  .m-cv .col .txt {
    height: 50%;
  }

  .titlecover {
    background-position: center center, 0 0;
  }

  .value-box .col span {
    font-size: 4.0rem;
  }

  .m-cv h4 {
    font-size: 4.0rem;
  }

  .m-cv .col h5 {
    font-size: 1.8rem;
  }

  .cross {
    top: 20%;
    left: 28%;
  }

  .cross2 {
    top: 20%;
    right: 35%;
  }

}

/*SP版------------------------------------------------------------------------------*/
@media only screen and (max-width: 780px) {
  .slider {
    margin-top: 0px;
  }

  .h1br {
    display: block;
  }

  .pcbr {
    display: none;
  }

  .button {
    width: 100%;
    height: 80px;
    line-height: 80px;
  }

  .back,
  .submit {
    line-height: 80px;
    padding: 0;
  }

  .menu-arrow::before {
    width: 14px;
    height: 14px;
    border-bottom: solid 1.8px #fff;
    border-right: solid 1.8px #fff;
    left: 13px;
    margin-top: -20px;
  }

  /*spヘッダー*/
  .svgicon {
    width: 30px;
    height: 30px;
    fill: #e2e6e1;
  }

  .whiteline {
    width: 80%;
  }

  .whiteline h1 {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 400;
  }

  .entry-header {
    padding: 50px 0;
  }

  .titlecover {
    background-position: center center, 0 0;
  }

  .whiteline span {
    margin-top: 30px;
    /* font-size: 2.0rem; */
  }

  /*spパンくず*/
  .breadcrumbs {
    margin: 0 20px;
  }

  /*spフッター*/
  #footer {
    padding: 40px 0 90px;
    margin-top: 60px;
  }

  .sns i {
    font-size: 3.0rem;
  }

  .footer-contents ul li {
    margin: 20px 0 0;
  }

  .footer-contents ul li:first-child {
    margin: 0;
  }

  .footer-contents span {
    display: none;
  }

  .footer-contents ul li a {
    display: block;
  }

  .footer-contents .sns a {
    display: inline-block;
  }

  .sns {
    margin: 20px 0 0 0;
  }

  /*spスライダ*/
  .top-image {
    height: 80vw;
  }

  .slick-dots {
    right: 0;
    left: 0;
  }

  .slick-dots li button:before {
    font-size: 12px;
  }

  .slick-dots li {
    margin: 0 10px;
  }

  .custom-slide-arrow::before {
    width: 20px;
    height: 20px;
  }

  .prev-arrow,
  .next-arrow {
    bottom: 40px;
    top: auto;
  }

  .contents h2 {
    text-align: center;
    /* font-size: 5.0rem; */
    font-size: 3.0rem;
  }



  /*pcメニュー非表示*/
  .header-change,
  .default-header,
  .header-index {
    display: none;
  }

  .NavMenu {
    display: block;
  }

  .spt-logo {
    display: block;
    position: fixed;
    left: 16px;
    top: 14px;
    width: 37px;
    height: auto;
    cursor: pointer;
    z-index: 99;
  }

  /*spナビメニューのスタイルを指定*/
  nav.NavMenu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
  }

  nav.NavMenu ul {
    background: #141414;
    /*背景をグレーにする*/
    width: 100%;
    margin: 0 auto;
    opacity: .9;
    padding: 20px 40px 100%;
  }

  .NavMenu .logo {
    margin: 0 0 10px 0;
  }

  .NavMenu .logo img {
    width: 40px;
  }

  nav.NavMenu ul li {
    list-style-type: none;
    width: 100%;
    font-size: 1.6rem;
    font-family: "urw-din", sans-serif;
    font-style: italic;
    letter-spacing: 1.73px;
    font-weight: 200;
    text-align: left;
    margin-top: 5px;
  }

  nav.NavMenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    /*最後のメニュー項目のみ下線を消す*/
  }

  nav.NavMenu ul li a {
    display: block;
    /*クリックできる領域を広げる*/
    color: #fff;
    padding: 0 0;
  }

  nav.NavMenu .nav_item {
    padding: 0;
  }

  .NavMenu ul li ul li {
    margin: 0 0 0 1em;
    font-size: 1.4rem;
  }

  .NavMenu ul li ul {
    padding: 0;
  }

  .NavMenu ul li ul li a {
    padding: 0;
    /* padding: 5px 0; */
  }

  .NavMenu ul li ul li a:hover {
    color: #71c54c;
    opacity: 1;
  }

  /*トグルボタンが押されたときに付与するクラス*/
  nav.NavMenu.active {
    transform: translateY(0%);
  }

  /*トグルボタンのスタイルを指定*/
  .Toggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 20px;
    top: 16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 110;
  }

  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 4px #e2e6e1;
    -webkit-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    transition: .35s ease-in-out;
    /*変化の速度を指定*/
    left: 0px;
  }

  .Toggle span:nth-child(1) {
    top: 0px;
  }

  .Toggle span:nth-child(2) {
    top: 10px;
  }

  .Toggle span:nth-child(3) {
    top: 20px;
  }

  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 10px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sp-logo {
    display: block;
    top: 0;
    left: 0;
  }

  .NavMenu .sns {
    display: flex;
    font-size: 3.0rem;
    margin: 10px 0 0 -10px;
  }

  .NavMenu .sns a {
    margin: 0 10px;
  }

  .NavMenu .sns i {
    font-size: 2.0rem;
  }

  header ul {
    display: flex;
  }

  header li:first-child {
    margin-right: auto;
  }

  footer {
    text-align: center;
  }

  .contents-wrapper {
    margin: 0 20px;
    max-width: none;
  }

  .layout-block {
    margin: 50px 0 0;
  }

  .service-contents div,
  .company-contents div {
    width: 100%;
    margin: 40px 0 0 0;
  }

  .service-contents div:first-child,
  .company-contents div:first-child {
    margin-top: 0;
  }

  /*sp-top*/
  .recruit-section img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    top: 0;
    left: unset;
    right: unset;
  }

  .service-section img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    top: 0;
    left: unset;
    right: unset;
  }

  .recruit-section>.contents-bg,
  .service-section>.contents-bg {
    display: none;
  }

  /*spニュース*/
  .post img {
    width: 100%;
  }

  .news-days .category {
    vertical-align: super;
    width: auto;
  }

  .news-section {
    padding: 0;
  }

  .news-section .news-title {
    margin: .5em 0 0 0;
    width: 100%;
    text-align: justify;
  }

  .news-article-list {
    display: block;
    padding: 20px 0;
  }

  .news-article-list .news-title {
    margin: 20px 0 0 0;
    width: 90%;
    text-align: justify;
  }

  .news-days {
    float: none;
  }

  .type-post .entry-title {
    font-size: 1.6rem;
  }

  .service-contents h2,
  .company-section h2 {
    margin: 0;
    font-size: 2.6rem;
  }

  .post,
  .type-post {
    border: 0px;
    margin: 200px auto 0;
    padding: 0 40px 60px;
    border: 1px solid #848E88;
  }

  .entry-content iframe {
    width: 100%;
  }

  #player .ytp-cued-thumbnail-overlay-image {
    background-size: contain;
  }

  .type-post .entry-content table th {
    width: auto;
    border-top: solid 2px #64ab45;
    border-bottom: solid 2px #64ab45;
    background: #64ab452e;
    display: block;
    padding: 1em;
  }

  .type-post .entry-content table td {
    display: block;
    text-align: justify;
    border: 0;
    padding: .5em 1em;
  }

  .post-template-default .type-post {
    margin: 60px 20px 0;
    overflow-wrap: break-word;
  }

  .newslist-arrow {
    right: 10px;
  }

  .select_block .ur-menu {
    margin-top: 30px;
    display: block;
    width: 100%;
  }

  .ur-menu::before {
    top: 30px;
  }

  .news-index {
    margin: 0 0 60px 0;
  }

  .news-index .ur-menu {
    margin-top: 30px;
  }

  .news-article-list .news-title i {
    right: 10px;
  }

  .wp-pagenavi a,
  .pagenation a,
  .current {
    font-size: 1.8rem;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    margin: 20px 12px 0;
    line-height: 40px;
  }

  a.first,
  a.last {
    width: 80px;
  }

  .next-prev {
    width: auto;
    margin: 20px 25px 0;
  }

  .entry-header .detail-date {
    top: -121px;
    left: -40px;
  }

  .entry-header .detail-category {
    width: auto;
  }

  .news-back {
    width: auto;
    margin: 0 20px 0;
  }

  .entry-content img {
    width: 100%;
  }

  .service-section {
    position: unset;
    margin-top: 120px;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .recruit-section {
    margin: 120px 0;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .recruit-section .imgblock {
    position: unset;
    top: unset;
  }

  .txtblock p {
    text-align: justify;
    font-size: unset;
  }

  /*sp代表挨拶*/
  .message h2 {
    line-height: unset;
  }

  /*sp企業情報*/
  .about table th {
    width: 30%;
    padding: 20px;
  }

  /*sp沿革*/
  .cool-timeline.white-timeline .timeline-post.odd .timeline-meta .meta-details,
  .cool-timeline.white-timeline .timeline-post.even .timeline-meta .meta-details {
    font-size: 3.0rem;
  }

  .meta-details {
    margin: 40px 0 0 0 !important;
  }

  .timeline-year {
    margin: 40px 0 0 0 !important;
  }

  /*spカルチャー*/
  .culture-cardlayout>.culture-article {
    width: 100%;
  }

  .culture-cardlayout::after {
    width: 48%;
  }

  .service-section>.txtblock,
  .recruit-section>.txtblock {
    box-shadow: none;
    margin: 20px auto 0;
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    padding: 0;
    width: 100%;
  }

  .culture-article h2 {
    margin: 60px 0 20px;
  }

  .txtblock {
    padding: 30px 40px;
  }

  .imgflame {
    height: 200px;
  }

  /*spミッションコアバリュー*/


  .m-cv .body {
    justify-content: center;
    display: block;
  }

  .m-cv .col {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .m-cv .col:first-child {
    margin: 0;
  }

  .value-box {
    flex-wrap: wrap;
    margin: 60px 0 0;
  }

  .value-box .col span {
    line-height: 1;
    margin: 0;
  }

  .value-box .col {
    width: 100%;
    margin: 0 auto 40px;
  }

  .value-box h3 {
    line-height: 1;
  }

  .m-cv h2 {
    font-size: 7.0rem;
    margin-top: 120px;
    line-height: 1.1;
  }

  .m-cv .col .txt {
    height: auto;
  }

  .m-cv .col .txt p {
    line-height: 2.5;
  }

  .cross,
  .cross2 {
    display: none;
  }

  .sp-cross,
  .sp-cross2 {
    display: block;
    margin: 60px auto 0;
    position: relative;
    width: 60px;
    height: 60px;
  }

  .sp-cross2::before,
  .sp-cross::before {
    position: absolute;
    top: 29px;
    left: 0px;
    content: "";
    display: block;
    width: 60px;
    border-top: 4px solid #64AB45;
  }

  .sp-cross2::after,
  .sp-cross::after {
    position: absolute;
    top: 19px;
    left: 19px;
    content: "";
    display: block;
    width: 40px;
    border-top: 4px solid #64AB45;
  }

  .sp-cross2::before,
  .sp-cross::before {
    transform: skewY(-45deg);
  }

  .sp-cross2::after,
  .sp-cross::after {
    transform: skewY(45deg);
  }

  .m-cv h3 {
    font-size: 3.5rem;
    text-align: justify;
  }

  .m-h4-p {
    line-height: 2.5;
    font-size: 1.6rem;
    text-align: justify;
  }

  /*sp採用*/
  .jb-txt {
    margin: 0;
  }

  .org-blocks .col {
    width: 100%;
    margin: 60px 0 0;
    padding: 0;
    height: 150px;
  }

  .org-blocks .col:first-child {
    padding: 0;
    margin: 0;
  }

  .org-blocks h3 {
    /* font-size: 3.0rem; */
    line-height: 1.5;
  }

  .org-blocks p::after {
    height: auto;
    min-height: 100px;
    top: 16px;
    left: 15px;
  }

  .job-list {
    padding: 0;
  }

  .job-list .job {
    width: 100%;
  }

  .job-list h5 {
    font-size: 3.0rem;
    margin-top: 5px;
  }

  .rec-txt-block {
    margin: 0 auto 0;
  }

  .recruit .job-table {
    width: 100%;
  }

  .job-table .fst th {
    width: auto;
    border-top: solid 2px #64AB45;
    border-bottom: solid 2px #64AB45;
    background: #64ab452e;
    display: block;
    padding: 1em;
  }

  .job-table .fst td {
    display: block;
    text-align: justify;
    border: 0;
    padding: .5em 1em;
  }

  h4.recruiting {
    font-size: 2.4rem;
  }

  .recruit .back {
    width: 100%;
  }

  .rec-txt-block h3 {
    text-align: justify;
  }

  /*spエントリーフォーム*/
  .ur-email input,
  .ur-tel input {
    /* width: 100%; */
    width: -webkit-fill-available;
  }

  /*spサービス*/
  .service-contents h2 .btn-arrow::before,
  .company-section h2 .btn-arrow::before {
    width: 12px;
    height: 12px;
    border-bottom: solid 2px #141414;
    border-right: solid 2px #141414;
    margin-top: -4px;
    left: 10px;
  }

  /*spNAOスタジオ*/
  .studio .prev-arrow,
  .studio .next-arrow {
    bottom: 50%;
  }

  .studio .pict .top-image {
    height: 50vw;
  }

  /*sp NCN*/
  .creator-block {
    flex-wrap: wrap;
  }

  .creators-section {
    width: 100%;
    margin: 80px 0 0;
  }

  /*spプライバシポリシー*/
  .privacy-area main {
    -webkit-text-size-adjust: 100%;
    /* padding: 0% 3% 3% 0%;*/
  }

  .privacy-area .privacy br {
    display: none;
  }

  .privacy-area .link {
    /* margin: 15% 0% 15% 4% */
  }

  .link span {
    display: none;
  }

  .privacy-area .link a {
    display: block;
    margin: 20px 0;
    text-align: justify;
  }

  .security .title,
  .privacy-area .title {
    margin: 60px 0 0 0;
    width: 100%;
    padding: 10px 0;
  }

  .privacy-area .subtitle {
    font-size: 2.4rem;
    margin-bottom: 4%;
    line-height: 1.5;
  }

  .privacy-area .main td {
    height: 40px;
    padding: 3px;
    vertical-align: middle;
  }

  .privacy-area .sub td {
    padding: .5em 1em;
    text-indent: 0;
    line-height: 1.5;
  }

  .privacy-area .box {
    margin-bottom: 10%;
  }

  .privacy-area .box td {
    display: block;
    text-align: justify;
    border: 0;
    padding: .5em 1em;
    background: #fff;
    text-indent: unset;
  }

  .box th {
    width: auto;
    display: block;
    padding: .5em 1em;
  }

  .css-br::after {
    content: "\A";
    white-space: pre;
  }

  .privacy-area .content {
    margin: 1em 0 0;
  }

  .privacy-area .main th {
    text-align: center;
  }

  /*spフォーム*/
  form {
    width: 100%;
  }

  .wpcf7-form-control-wrap {
    width: 100%;
    /* margin: 0; */
  }

  .text,
  textarea,
  .dropdown {
    width: -webkit-fill-available;
    font-size: 2.0rem;
    /* iOSの角丸をリセット */
    border-radius: 0;
    /* width: 100%; */
    /* width: auto; */
    /* padding: 20px; */
  }

  .contact {
    width: -webkit-fill-available;
  }

  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing {
    font-size: 1.8rem;
  }

  .recruit-block {
    flex-wrap: wrap;
    width: 100%;
    margin: 60px auto 0;
  }

  .new-graduate,
  .career {
    width: 100%;
    margin: 60px auto 0;
  }

  .recruit-block h3 {
    margin: 0;
    font-size: 3.0rem;
    line-height: 1;
  }

  .formList input {
    /* width: 100%; */
    width: -webkit-fill-available;
    /* margin: 20px 0 0 0; */
    margin: 0;
  }

  .col2 input {
    margin-top: 10px;
  }

  dt.required {
    margin-bottom: -10px;
  }

  .entry-f form {
    width: auto;
  }

  .contact-textbox p {
    text-align: justify;
  }

  #entryform {
    padding: 0;
  }

  .telno input {
    width: 60%;
  }

  .wpcf7-list-item {
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
  }

  .submitBTNArea {
    padding: 0;
  }

  .wpcf7-list-item input {
    width: unset;
  }

  span.wpcf7-list-item {
    display: block;
  }

  .wpcf7-list-item input {
    width: unset;
    vertical-align: baseline;
  }

  .select-job {
    margin: 10px 0 0 20px;
  }

  .birthday input {
    width: 2em;
  }

  .b_year input {
    width: 3em;
  }

  .birthday p {
    /* margin: 0 0 20px -20px; */
    margin: 0 10px 20px -20px;
    display: inline-flex;
  }

  .birthday .t_year {
    /* margin: 0; */
  }

  .birthday p:first-child {
    margin-right: 10px;
  }

  .telno {
    display: flex;
  }

  .telno span {
    width: 160px;
  }

  .telno .tel-1 input {
    margin: 0;
  }

  .addressno span {
    display: inline;
  }

  .addressno input {
    width: 50%;
    margin: 0;
  }

  .submitBTN .wpcf7c-btn-confirm,
  .submitBTN .wpcf7c-elm-step2,
  .submitBTN .wpcf7c-btn-back {
    height: 80px;
    line-height: 80px;
    padding: 0;
  }

  /*spアプリ*/
  .apply h2 {
    font-size: 3.4rem;
  }

  .apply-block,
  .gamer-block {
    flex-wrap: wrap;
  }

  .text-block,
  .apply-image {
    width: 100%;
    margin: 0;
  }

  .apply .gamer-block {
    margin: 90px 0 0 0;
  }

  .gamer-block .text-block,
  .apply-block .text-block {
    margin: 40px 0 0;
  }

  .gogamer {
    padding: 0;
  }

  /*sp問い合わせ*/
  .postbtn input {
    padding: 0;
    height: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .telno {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .telno span {
    width: 100%;
    display: block;
  }

  .telno span:not(:first-child) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 414px) {
  .telno input {
    width: 50%;
  }
}

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

  .service-contents h2,
  .company-section h2 {
    font-size: 2.4rem;
  }

  .apply h2 {
    font-size: 3.2rem;
  }

  .apply .text-block {
    padding: 20px 20px 50px;
  }

  .jb-txt {
    font-size: 2.0rem;
  }

  .value-box h3 {
    line-height: 1.5;
  }

  .t_year {
    display: block;
    width: 100%;
  }

  .birthday {
    display: block;
  }

  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing {
    font-size: 1.4rem;
  }

  .telno input {
    width: 48%;
  }

  .telno {
    display: block;
  }

  .telno span:not(:first-child) {
    margin-top: 10px;
  }


}

/* AMIMO */
* {
  line-height: 2;
}

.whiteline_amimo {
  text-align: center;
  padding: 0px 0 0px;
  color: none;
  max-width: 800px;
  margin: 0 auto;
}

.whiteline_amimo h1 {
  font-size: 5.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 3.2px;
  line-height: 0;
}

.whiteline_amimo span {
  margin: 50px 0px 50px 0px;
  display: block;
}

/* 大きな枠 */
.amimo_base {
  margin: auto;
  max-width: 1200px;
  text-align: center;
}

/* テキスト */

.amimo_base h2 {
  font-weight: bold;
  font-size: 2.0rem;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.amimo_base h3 {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  background: #000000;
}

.amimo_base h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0px 20px 10px 20px;
  line-height: 1.5;
  text-align: center;
}


.menu {
  width: 100%;
  height: auto;
  background: url("<?php echo get_stylesheet_directory_uri(); ?>/img/amino/menu.png");
  padding: 10px 50px 10px 50px;
}

.layout-blockam {
  margin: 0px 60px 0;
}

/* AMIMOとは */
.about_am {
  background-image: url(<?php echo get_stylesheet_directory_uri();
  ?>/img/amino/about_am.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: contain;
  /* 画像のサイズを指定    */
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 77px;
  /* 縦幅のサイズを指定    */
  padding-top: 15px;
}


/* サービス */
.service {
  background-image: url(<?php echo get_stylesheet_directory_uri();
  ?>/img/amino/service.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: contain;
  /* 画像のサイズを指定    */
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 77px;
  /* 縦幅のサイズを指定    */
}

.service-img {
  background-image: url(<?php echo get_stylesheet_directory_uri();
  ?>/img/amino/service_img.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: contain;
  /* 画像のサイズを指定    */
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 257px;
  /* 縦幅のサイズを指定    */
}

/*クリエイター一覧 */
.creator_a {
  background-image: url(<?php echo get_stylesheet_directory_uri();
  ?>/img/amino/creator.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: contain;
  /* 画像のサイズを指定    */
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 77px;
  /* 縦幅のサイズを指定    */
  padding-top: 15px;
}

/*クリエイター写真と名前*/
.creator-block_amimo {
  margin: 0 auto;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

/*業務提携 */
.creator-block_amimo-fr {
  margin: 0 auto;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.creators-section_amimo {
  width: calc(100%/4);
  position: relative;
  margin: 10px 0 10px;
  transition: all .3s ease;
}

.creators-section_amimo:hover {
  transition: .3s ease;
  opacity: .7;
}

.creators-section_amimo:hover .creator-pict {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transition: all .3s ease;
}

.creators-section_amimo p {
  width: 90%;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  border: 1px solid #ffffff;
  margin: 10px auto 0;
}

.creators-section_amimo h3 {
  color: #ffffff;
  text-align: center;
}

.creators-section_amimo h4 {
  font-size: 2.0rem;
  color: #ffffff;
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.2;
}

.creators-section_amimo h5 {
  font-weight: bold;
  color: #ffffff;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.creators-section_amimo i {
  padding: 0 0 0 16px;
}

.creators-section_amimo a {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.creators-section_amimo img {
  display: block;
  width: 90%;
  border: 1px solid #EBF1E9;
  margin: 0 auto;
}





/*サポートイメージ */
.support1 {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0px 100px 0px 100px;
  width: 1200px;
  height: 77px;
  background: url("<?php echo get_stylesheet_directory_uri(); ?>/img/amino/support.png")
}

.support {
  background-image: url(<?php echo get_stylesheet_directory_uri();
  ?>/img/amino/support.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: contain;
  /* 画像のサイズを指定    */
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 77px;
  /* 縦幅のサイズを指定    */
  padding-top: 15px;
}

.support-img {
  background-image: url(<?php echo get_stylesheet_directory_uri();
  ?>/img/amino/support_img.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: contain;
  /* 画像のサイズを指定    */
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 615px;
  /* 縦幅のサイズを指定    */
}


/*プラン */
.plan {
  background-image: url(<?php echo get_stylesheet_directory_uri();
  ?>/img/amino/plan.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: contain;
  /* 画像のサイズを指定    */
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 77px;
  /* 縦幅のサイズを指定    */
  padding-top: 15px;
}

.plan-img {
  background-image: url(<?php echo get_stylesheet_directory_uri();
  ?>/img/amino/plan_img.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: contain;
  /* 画像のサイズを指定    */
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 402px;
  /* 縦幅のサイズを指定    */
}

/*お問い合わせ先 */
.contact_title {
  background-image: url(<?php echo get_stylesheet_directory_uri();
  ?>/img/amino/contact.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: contain;
  /* 画像のサイズを指定    */
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 77px;
  /* 縦幅のサイズを指定    */
  padding-top: 15px;
}

.contact-amimo {
  text-align: center;
  width: 1200px;
  /* 横幅のサイズを指定    */
  height: 200px;
  /* 縦幅のサイズを指定    */
}

.contact_amimo {
  width: calc(100%);
  position: relative;
  margin: 0px 0 0px;
  transition: all .3s ease;
}

.contact_amimo:hover {
  transition: .3s ease;
  opacity: .7;
}

.contact_amimo img {
  display: block;
  width: 500px;
  margin: 0 auto;
}


/* AMIMO問い合わせページ枠 */
.amimo_contact {
  margin: auto;
  max-width: 1200px;
  text-align: left;
}


.amimo_contact-textbox {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.amimo_contact-textbox p {
  text-align: center;
}



/*ここから下SP版 */
@media only screen and (max-width: 780px) {

  /* テキスト */
  .amimo_base h2 {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0;
    line-height: 1.5;
    text-align: center;
    display: none;
  }

  .amimo_base h2 {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.0;
    text-align: center;
    display: block;
  }

  /* テキスト */
  .amimo_base h3 {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0px;
    padding: 5px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    background: #000000;
  }

  .amimo_base h4 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
  }

  /*AMIMOとは(SP) */
  .about_am {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/about_am.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: 1200px;
    /* 横幅のサイズを指定    */
    height: 77px;
    /* 縦幅のサイズを指定    */
    padding-top: 15px;
    display: none;
  }

  .about_am {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/about_am-sp.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: auto;
    /* 横幅のサイズを指定    */
    height: 72px;
    /* 縦幅のサイズを指定    */
    padding-top: 15px;
    display: block;
  }

  /* サービス */
  .service {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/service.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: 1200px;
    /* 横幅のサイズを指定    */
    height: 77px;
    /* 縦幅のサイズを指定    */
    display: none;
  }

  .service {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/service-sp.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: auto;
    /* 横幅のサイズを指定    */
    height: 72px;
    /* 縦幅のサイズを指定    */
    display: block;
  }

  .service-img {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/service_img.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: 1200px;
    /* 横幅のサイズを指定    */
    height: 407px;
    /* 縦幅のサイズを指定    */
    display: none;
  }

  .service-img {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/service_img-sp.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: cover;
    /* 画像のサイズを指定    */
    width: auto;
    /* 横幅のサイズを指定    */
    height: 0;
    /* 縦幅のサイズを指定    */
    display: block;
    padding-top: 100%;
  }

  /*クリエイター一覧 */
  .creator_a {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/creator.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: 1200px;
    /* 横幅のサイズを指定    */
    height: 77px;
    /* 縦幅のサイズを指定    */
    padding-top: 15px;
    display: none;
  }

  .creator_a {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/creator-sp.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: auto;
    /* 横幅のサイズを指定    */
    height: 72px;
    /* 縦幅のサイズを指定    */
    padding-top: 15px;
    display: block;
  }

  .creator-block_a {
    flex-wrap: wrap;
  }

  .creators-section_amimo {
    width: calc(100%/2);
    position: relative;
    margin: 20px 0 50px;
    transition: all .3s ease;
  }

  /*サポートイメージ */
  .support {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/support.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: 1200px;
    /* 横幅のサイズを指定    */
    height: 77px;
    /* 縦幅のサイズを指定    */
    padding-top: 15px;
    display: none;
  }

  .support {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/support-sp.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: auto;
    /* 横幅のサイズを指定    */
    height: 72px;
    /* 縦幅のサイズを指定    */
    padding-top: 15px;
    display: block;
  }

  .support-img {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/support_img.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: 1200px;
    /* 横幅のサイズを指定    */
    height: 615px;
    /* 縦幅のサイズを指定    */
    display: none;
  }

  .support-img {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/support_img-sp.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: auto;
    /* 横幅のサイズを指定    */
    height: 0;
    /* 縦幅のサイズを指定    */
    padding-top: 168%;
    display: block;
  }


  /*プラン */
  .plan {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/plan.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: 1200px;
    /* 横幅のサイズを指定    */
    height: 77px;
    /* 縦幅のサイズを指定    */
    padding-top: 15px;
    display: none;
  }

  .plan {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/plan-sp.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: auto;
    /* 横幅のサイズを指定    */
    height: 72px;
    /* 縦幅のサイズを指定    */
    padding-top: 5px;
    display: block;
  }

  .plan-img {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/plan_img.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: 1200px;
    /* 横幅のサイズを指定    */
    height: 402px;
    /* 縦幅のサイズを指定    */
    display: none;
  }

  .plan-img {
    background-image: url(<?php echo get_stylesheet_directory_uri();
    ?>/img/amino/plan_img-sp.png);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: auto;
    /* 横幅のサイズを指定    */
    height: 0;
    /* 縦幅のサイズを指定    */
    display: block;
    padding-top: 54%;
  }

  /*お問い合わせ先 */
  .contact_title {
    background-image: url("<?php echo get_stylesheet_directory_uri(); ?>/img/amino/contact.png");
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: 1200px;
    /* 横幅のサイズを指定    */
    height: 77px;
    /* 縦幅のサイズを指定    */
    padding-top: 15px;
    display: none;
  }

  .contact_title {
    background-image: url("<?php echo get_stylesheet_directory_uri(); ?>/img/amino/contact-sp.png");
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: contain;
    /* 画像のサイズを指定    */
    width: auto;
    /* 横幅のサイズを指定    */
    height: 72px;
    /* 縦幅のサイズを指定    */
    padding-top: 5px;
    display: block;
  }

  .contact_amimo img {
    width: 500px;
    margin: 0 auto;
    display: none;
  }

  .contact_amimo img {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    display: block;
  }

}

.thum_area {
  margin: 0 auto 2em;
}

.thum_area img {
  width: 100%;
  height: auto;
}

.youtube_area,
.youtube_area p {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 2em;
  max-width: 100% !important;
}

.youtube_area iframe {
  width: 100%;
  height: 100%;
}

.content_area {
  margin: 0 auto 2em;
}

.content_area p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.mxw {
  max-width: 1000px;
  margin: 0 auto;
}

.page02 h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto .75em;
  padding-bottom: 1em;
  position: relative;
  line-height: 1.2;
}

.page02 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: rgb(100, 171, 69);
  background: linear-gradient(90deg, rgba(100, 171, 69, 1) 0%, rgba(100, 171, 69, 1) 50%, rgba(3, 5, 2, .03) 75%, rgba(100, 171, 69, 0) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.page02 h2+h3 {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  margin: 0 0 1em;
}

.page02 h2+h3 span {
  color: #64AB45;
}

.page02 p {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 2em;
  max-width: 1000px;
}


.page02 figure img {
  width: 100%;
  height: auto;
}

.page02 h2+h3+p+figure {
  margin-bottom: 64px;
}

.bk_g {
  background: #64AB45;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-id-2465 #footer {
  margin-top: 0;
}

.page-id-2485 #footer {
  margin-top: 0;
}


.bk_g .page02 h2::after {
  background: rgb(100, 171, 69);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(3, 5, 2, .03) 90%, rgba(100, 171, 69, 0) 100%);
}

.bk_g .page02 p {
  color: #000;
}

.channel_area>ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.channel_area>ul:nth-last-of-type(1) {
  margin-bottom: 0;
}

.channel_area>ul:nth-of-type(1) {
  flex-direction: row;
}

.channel_area>ul:nth-of-type(2) {
  flex-direction: row-reverse;
}

.channel_area>ul>li {
  display: flex;
  flex-direction: column;
}

.channel_area>ul>li:nth-of-type(1) {
  width: 30%;
}

.channel_area>ul>li:nth-of-type(2) {
  width: 67%;
}

.channel_area>ul:nth-of-type(1)>li:nth-of-type(1) {
  margin-right: 3%;
}

.channel_area>ul:nth-of-type(2)>li:nth-of-type(1) {
  margin-left: 3%;
}

.channel_area>ul>li header {
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
}

.channel_area>ul>li header ul {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.channel_area>ul>li header ul li {
  display: flex;
  flex-direction: column;
  margin: 0 2% 0 0;
  align-items: center;
  justify-content: center;
  font-style: normal !important;
}

.channel_area>ul>li header ul li:nth-last-of-type(1) {
  margin: 0;
}

.channel_area>ul>li header ul li:nth-of-type(2) {
  width: calc(280px);
}

.channel_area>ul>li header ul li:nth-of-type(1) {
  width: calc(100% - 280px - 2%);
}

.channel_area>ul>li header ul li:nth-of-type(2)>div{
  display: flex;
  flex-wrap: wrap;
  width: calc(280px);
}

.channel_area>ul>li header ul li:nth-of-type(2)>div>p {
  display: flex;
  flex-direction: column;
  width: 80px;
  margin: 0 20px 0 0;
}

.channel_area>ul>li header ul li:nth-of-type(2)>div>p:nth-last-of-type(1) {
  margin: 0;
}

.channel_area>ul>li header ul li:nth-of-type(2)>div>p img {
  width: 80px;
  height: 80px;
}



.channel_area>ul>li header h3 {
  font-size: 38px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 .5em;
  text-align: left;
  width: 100%;
}

.channel_area>ul>li header h3+p {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  margin: 0;
  width: 100%;
}

.channel_area>ul>li header p.btn_channel {
  margin: 0;
  width: 100%;
}







.channel_area>ul>li div>p {
  width: 100%;
  text-align: left;
  padding-top: 1em;
}

.channel_area>ul>li div ul {
  display: flex;
  flex-wrap: wrap;
}

.channel_area>ul>li div ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 2%)/2);
  margin: 0 2% 0 0;
  aspect-ratio: 16 / 9;
}

.channel_area>ul>li div ul li iframe {
  width: 100%;
  height: 100%;
}

.channel_area>ul>li div ul li:nth-last-of-type(1) {
  margin: 0;
}

@media screen and (max-width:1050px) {
  .channel_area>ul>li header ul li:nth-of-type(1) {
    width: 100%;
    margin: 0 0 1em;
  }
}

@media screen and (max-width:840px) {
  .channel_area>ul {
    display: block;
  }

  .channel_area>ul>li {
    display: block;
    width: 100% !important;
    margin: 0 0 2em;
  }

  .channel_area>ul>li>figure {
    max-width: 397px;
    margin: 0 auto 2em;
  }
}
@media screen and (max-width:640px) {
.channel_area>ul>li header ul li:nth-of-type(2) {
  width: calc(170px);
}

.channel_area>ul>li header ul li:nth-of-type(2)>div{
  width: calc(170px) !important;
}

.channel_area>ul>li header ul li:nth-of-type(2)>div>p {
  width: 50px;
  margin: 0 10px 0 0;
}

.channel_area>ul>li header ul li:nth-of-type(2)>div>p:nth-last-of-type(1) {
  margin: 0;
}

.channel_area>ul>li header ul li:nth-of-type(2)>div>p img {
  width: 50px;
  height: 50px;
}
}
.col_2 {
  display: flex;
  flex-wrap: wrap;
}
.col_2>li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 3%)/2);
  margin: 0 3% 3% 0;
}

.col_2>li:nth-of-type(2n) {
  margin: 0 0 3%;
}

.more02  {
  text-align: right !important;
}

.more02 a {
  display: inline-block;
  padding: 0 36px 0 0;
  position: relative;
  font-size: 22px;
  line-height: 1;
}

.more02 a::after {
  content: "";
  display: block;
  width: 15px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(./img/arrow_r_02.png) center center no-repeat;
  background-size: contain;
}

#movie_fv {
  padding: 180px 0 180px;
  position: relative;
  margin-top:-37px;
  background: rgba(0, 0, 0, 0.66);
}

#movie_fv .whiteline {
  text-align: center;
    border: solid 6px #fff;
    padding: 90px 0 90px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

#movie_fv .whiteline h1 {
  font-size: 5.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 3.2px;
    line-height: 1.2;
}

#movie_fv video {
  display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width:900px) {
#movie_fv {
  padding: 135px 0 135px;
}
}
@media screen and (max-width:640px) {
  #movie_fv {
    padding: 90px 0 90px;
  }

  #movie_fv .whiteline  {
    padding: 45px 0;
  }
  #movie_fv .whiteline h1 {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 400;
  }

  .m-cv h2 {
    font-size: 24px;
  }

  .recruit-catch,
  .m-cv h3 {
    font-size: 32px;
  }

  .page02 h2 {
    font-size: 25px;
  }

  .page02 h2::after {
    height: 5px;
  }

  .page02 h2+h3 {
    font-size: 18px;
  }

  .page02 p {
    text-align: left;
  }

  .bk_g {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .channel_area>ul>li>figure {
    max-width: 58%;
  }


  .channel_area>ul>li header li:nth-of-type(2) .btn_channel span {
    font-size: 17px;
  }

  .channel_area>ul>li header li:nth-of-type(3) p.btn_channel span {
    font-size: 14px;
  }

  .channel_area>ul>li header h3 {
    font-size: 24px;
  }

  .channel_area>ul>li header h3+p {
    font-size: 19px;
  }

  .channel_area>ul>li div ul li {
    display: block;
    width: 100%;
    margin: 0 0 1em;
  }
  .col_2>li {
    display: block;
    width: 100%;
    margin: 0 0 1em;
  }
  .more02 a {
    font-size: 16px;
  }
}

@media screen and (max-width:460px) {
  #movie_fv {
    padding: 90px 0 75px;
  }
  .channel_area>ul>li header ul li:nth-of-type(2),
  .channel_area>ul>li header ul li:nth-of-type(3) {
    display: block;
    width: 100%;
    margin: 0 0 1em;
  }
}

.mw440 .button{
  width: 100%;
  max-width: 440px;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

footer a .sp_none {
    display: inline;

}

@media screen and (max-width:640px) {
  .pc_none {
    display: block;
  }

  footer a .pc_none {
    display: inline;

}

  .sp_none {
    display: none;
  }

  footer a .sp_none {
    display: none;

}
}

/*
@media screen and (max-width:640px) {
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  dt,
  dd {
    display: flex;
    flex-direction: column;
  }
}
*/