@charset "UTF-8";
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}


.container {
  width: 95%;
  margin: 0 auto;
}

.all-wrap {
  width: 100%;
  overflow: hidden;
}

.pc-nav {
  display: block;
}

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

@media screen and (max-width: 1023px) {
  .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: fixed;
    z-index: 30;
    top: 10px;
    right: 10.5%;
    border: none;
  }
}


@media screen and (max-width: 1023px) {
  .bar {
    width: 25px;
    height: 1.5px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #000;
  }
}

@media screen and (max-width: 1023px) {
  .bar_top {
    top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1023px) {
  .bar_bottom {
    bottom: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .burger-btn.close .bar_top {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media screen and (max-width: 1023px) {
  .burger-btn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

@media screen and (max-width: 1023px) {
  .burger-btn.close .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media screen and (max-width: 1023px) {
  .nav-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 1023px) {
  .header-nav {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow-y:auto;
    -ms-overflow-style: none;
  }
  .header-nav::-webkit-scrollbar {
    display:none;
  }
}

@media screen and (max-width: 1023px) {
  .header-nav.nav-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .header-nav.nav-item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.mod_dropnavi {
  display: none;
  /* width: 200px; */
}

@media screen and (max-width: 1023px) {
  .mod_dropnavi {
    display: block !important;
    position: absolute;
    top: 100px;
    left:21%;
  }
}
.not-found{
  margin-top: 200px;
}
.not-found-wrap{
  width: 1000px;
  margin-left:auto;
  margin-right:auto;
}
.not-found-wrap h2{
  font-size: 25px;
}
.not-found-wrap p{
  margin-top: 20px;
  line-height:1.7em;
}
.not-found-wrap a{
  color:#B7183F;
}
@media screen and (max-width:1023px){
  .not-found-wrap{
    width: 750px;
  }
}
@media screen and (max-width:767px){
  .not-found-wrap{
    width: 90%;
  }
}
.btn, .parent {
  color: #807F7F;
}

.parent {
  margin-left: 36px;
}

.btn::before {
  content: '+';
  font-size: 20px;
  margin-right: 10px;
}

.btn.open::before {
  content: '-';
  font-size: 20px;
}

.mod_dropnavi ul li a {
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.mod_dropnavi ul li a:link {
  text-decoration: none;
}

.mod_dropnavi ul li a:visited {
  text-decoration: none;
}

.mod_dropnavi ul li a:hover {
  text-decoration: none;
}

.mod_dropnavi ul li a:active {
  text-decoration: none;
}

.mod_dropnavi .mod_dropnavi_child ul li {
  font-size: 90%;
  line-height: 1.3;
  margin: 30px 0 0 0 !important;
  white-space: nowrap;
}

.mod_dropnavi .mod_dropnavi_child ul li a {
  padding: 0 0 0 31px !important;
  display: inline-block;
}

.mod_dropnavi_child a {
  font-size: 16px;
  color: #111;
}

.parent {
  margin-bottom: 60px;
}

.parent-link {
  color: #807F7F;
  display: block;
  margin-left: 26px;
  width: 200px;
}

.mod_dropnavi_child a{
  font-size: 13px;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.dropdwn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

li {
  position: relative;
  cursor: pointer;
}

.dropdwn > li {
  margin-left: 25px;
}

.dropdwn_menu {
  width: 100%;
  display: none;
  position: absolute;
  padding: 0;
}

.dropdwn_menu a {
  width: 200px;
}

.dropdwn_menu li {
  margin-top: 30px;
}

.dropdwn_menu li a {
  display: block;
}

.link {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  /* -webkit-transition-duration: .1s;
          transition-duration: .1s; */
}

.link:hover {
  border-bottom: 1px solid #7f7f7f;
  /* -webkit-transition-duration: .1s;
          transition-duration: .1s; */
}

.dropdwn a,.dropdwn p {
  color: #7f7f7f;
  font-size: 14px;
  display: block !important;
  /* padding-top: 10px; */
}

.menu_contents li a {
  color: #807F7F;
  -webkit-transition: .7s;
  transition: .7s;
}

.menu_contents li a:hover {
  color: black;
  -webkit-transition: .7s;
  transition: .7s;
}

li a:hover {
  color: #414141;
}

header {
  padding: 20px 0 !important;
  background-color: #fff !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

header a {
  display: block;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  position:relative;
}

@media screen and (max-width: 1023px) {
  .header-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 76%;
  }
}

.logo {
  width: 170px;
}

.first-view {
  width: 606px;
  color: #fff;
  position: relative;
  margin: 150px auto 0;
}

@media screen and (max-width: 1023px) {
  .first-view {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .first-view {
    width: 324px;
    margin-top: 80px;
  }
}

.first-view__image > div {
  position: absolute;
  top: 68px;
  left: 370px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
}

@media screen and (max-width: 1023px) {
  .first-view__image > div {
    left: 296px;
    top: 91px;
  }
}

@media screen and (max-width: 767px) {
  .first-view__image > div {
    left: 200px;
    top: 94px;
  }
}

.fadein {
  opacity: 0;
  -webkit-animation: fadein 3s ease forwards;
          animation: fadein 3s ease forwards;
}

@-webkit-keyframes fadein {
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.first {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 300px;
  display: block;
  padding-top: 154px;
}

@media screen and (max-width: 1023px) {
  .first {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .first {
    width: 170px;
    padding-top: 190px;
  }
}

.second {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #990000;
  font-size: 35px;
  font-family: 'さわらび明朝', serif;
  -webkit-box-ordinal-group: 3;
      /* -ms-flex-order: 2;
          order: 2; */
  height: 395px;
  margin-left: 50px;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .second {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .second {
    font-size: 25px;
    margin-left: 0px;
    right: -47px;
    top: -53px;
  }
}

.third {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  z-index: 1;
  height: 352px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #990000;
  font-size: 35px;
  -webkit-box-ordinal-group: 2;
      /* -ms-flex-order: 1;
          order: 1; */
  z-index: 1;
  font-family: 'さわらび明朝', serif;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .third {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .third {
    font-size: 25px;
    position:absolute;
    right:-9px;
  }
}

.fourth {
  width: 600px;
  -webkit-animation-name: fourth;
          animation-name: fourth;
  opacity: 0;
  -webkit-animation: fourth 6s ease 4s forwards;
          animation: fourth 6s ease 4s forwards;
}

@media screen and (max-width: 1023px) {
  .fourth {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .fourth {
    width: 310px;
  }
}

@-webkit-keyframes fourth {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fourth {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

.fifth {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.concept {
  font-family: 'さわらび明朝', serif;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  width: 1000px;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 150px auto 0;
  background-image: url(../images/concept_background.png);
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .concept {
    background-position: 50%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .concept {
    height: 600px;
  }
}

.concept:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0px 0px 5px 5px #fff;
          box-shadow: inset 0px 0px 5px 5px #fff;
  content: " ";
}

.concept__title {
  font-size: 40px;
  margin-right: 13%;
  margin-top: 5%;
  margin-left: 8%;
  font-weight: bold;
  font-family: 'さわらび明朝', serif;
  text-shadow: 2px 1px 1px #000;
}

@media screen and (max-width: 1023px) {
  .concept__title {
    font-size: 25px;
    margin-left: 2%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .concept__title {
    margin-left: 40px;
    margin-right: 3.5%;
    font-size: 30px;
    top: 3%;
    margin-top: 3%;
  }
}

.concept__content {
  font-size: 16px;
  margin-left: 3%;
  line-height: 1.3em;
  margin-top: 10%;
  font-family: 'さわらび明朝', serif;
  text-shadow: 2px 1px 1px #000;
}

@media screen and (max-width: 1023px) {
  .concept__content {
    font-size: 14px;
    margin-left: 1%;
  }
}

@media screen and (max-width: 767px) {
  .concept__content {
    margin-left: 40px;
    line-height: 1.5em;
    font-size: 16px;
    margin-top: 6%;
  }
}

.concept > div {
  padding: 30px 40px 0 15px;
}

@media screen and (max-width: 767px) {
  .concept > div {
    padding-right: 20px;
    padding-left: 0;
  }
}

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

.left1 {
  margin-left: 4%;
}

@media screen and (max-width: 1023px) {
  .left1 {
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .left1 {
    margin-left: 5%;
  }
}

.left2 {
  margin-left: 8%;
}

@media screen and (max-width: 1023px) {
  .left2 {
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .left2 {
    margin-left: 7%;
  }
}

.left3 {
  margin-left: 5%;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 40px auto 0;
}

@media screen and (max-width: 1023px) {
  .category {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
    margin-top: 80px;
  }
}

.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .category__list {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}

.category__title {
  text-align: center;
  font-size: 45px;
  color: #7F7F7F;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .category__title {
    font-size: 35px;
  }
  .category__image {
    width: 100px;
  }
}

.category__image {
  width: 150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .category__image {
    margin:0 auto;
    width: 200px;
  }
}

.mouseover, .mouseover1 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .mouseover, .mouseover1 {
    flex-direction:column;
  }
  .category{
    margin-top: 0;
  }
}

.category .wrap {
  width: 53%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .category .wrap {
    width: 100%;
    margin-top: 0;
  }
}

.category__content {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5em;
  width: 217px;
}

.category a {
  color: #807F7F;
}

.category h2 {
  line-height: 1.5em;
}

@media screen and (max-width: 1023px) {
  .category h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .category h2 {
    font-size: 18px;
  }
}

.wrap__content {
  line-height: 1.8em;
}

@media screen and (max-width: 1023px) {
  .wrap__content {
    font-size: 14px;
  }
}

.slick-list {
  height: 300px !important;
}

.news {
  margin-top: 40px;
}

.news__title {
  text-align: center;
  font-size: 45px;
  color: #7F7F7F;
}

@media screen and (max-width: 767px) {
  .news__title {
    font-size: 35px;
  }
}

.news__more {
  width: 217px;
  height: 44px;
  background-color: #B12433;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  display: block;
  margin: 56px auto 0;
}

.news .news-lists {
  /* width: 61%; */
  width: 1000px;
  margin: 47px auto 0;
}

@media screen and (max-width: 1023px) {
  .news .news-lists {
    width: 81%;
  }
}

@media screen and (max-width: 767px) {
  .news .news-lists {
    max-width: 550px;
  }
}

.news-lists__content {
  /* width: 61%; */
  margin-top: 10px;
  line-height: 1.5em;
  -webkit-transition: .5s;
  transition: .5s;
  height: 47px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .news-lists__content {
    width: 92%;
  }
}

.news-lists__content:hover {
  color: black;
  -webkit-transition: .5s;
  transition: .5s;
}

.news-lists__image {
  display: block;
  margin-top: 20px;
}

.news-lists__list {
  margin-bottom: 50px;
  width: 270px !important;
  margin-left: 60px;
}

@media screen and (max-width: 1023px) {
  .news-lists__list {
    width: 276px !important;
  }
}

.news-lists__list .image-wrap {
  width: 270px;
  overflow: hidden;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
          
}
.news-lists__list .image-wrap img {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  
}

.news-lists__list .image-wrap img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
          
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.news-lists time {
  font-size: 14px;
  -webkit-transition: .5s;
  transition: .5s;
}

.news-lists time:hover {
  color: black;
  -webkit-transition: .5s;
  transition: .5s;
}

.news .news-lists a {
  color: #7F7F7F;
}

.recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .recruit {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 70px;
    width: 350px;
  }
}

.recruit-wrap > div {
  width: 50%;
}

.recruit .title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: 28px;
}

@media screen and (max-width: 1023px) {
  .recruit .title {
    font-size: 20px;
  }
}

.recruit-wrap__content {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7em;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .recruit-wrap__content {
    font-size: 20px;
  }
}

.recruit img {
  width: 40%;
  display: block;
  z-index: -3;
}

@media screen and (max-width: 1023px) {
  .recruit img {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .recruit img {
    width: 92%;
    margin: 20px auto 0;
  }
}

.recruit-wrap {
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .recruit-wrap {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .recruit-wrap {
    width: 350px;
  }
}

.Btn {
  position: relative;
  border: 2px solid #111;
  padding: 12px 0;
  background: #111;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .Btn {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.Btn-Text {
  width: 100%;
  color: #fff;
  z-index: 10;
}

.Btn-Text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
  -webkit-transition: .2s;
  transition: .2s;
}

.Btn-Text:hover {
  color: #111;
}

.Btn-Text:hover:before {
  width: 100%;
}

.pc {
  margin-top: 90px;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
    width: 80%;
    margin: 70px auto 0;
    text-align: center;
    color: #7f7f7f;
  }
}

.sp a {
  color: #7F7F7F;
}

.sp__left p {
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sp__left p {
    font-size: 10px;
  }
}

.sp__left .privacy {
  display: block;
  margin-top: 44px;
}

.address {
  text-align: initial;
  margin-top: 70px;
}

.address .privacy {
  width: 90px;
}

.address p {
  margin-bottom: 10px;
  line-height:1.3em;
}

.footer-nav {
  color: #7F7F7F;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 150px auto 50px;
  width: 1000px;
}

@media screen and (max-width: 1023px) {
  .footer-nav {
    width: 80%;
  }
}

.footer-nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  /* width: 71%; */
  width: 80%;
}

@media screen and (max-width: 1023px) {
  .footer-nav__right {
    width: 67%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-nav__right > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer-nav__right > div:first-child {
    display: block;
  }
}

.footer-nav__right h2 {
  font-size: 15px;
  margin-bottom: 14px;
}

.footer-nav__left {
  width: 30%;
}

@media screen and (max-width: 1023px) {
  .footer-nav__left {
    width: 40%;
  }
}

.footer-nav__left p {
  font-size: 12px;
  margin-top: 10px;
  line-height:1.3em;
}

.footer-nav__left .privacy {
  display: block;
  margin-top: 44px;
}

.footer-nav__wrap {
  margin-left: 4%;
}

@media screen and (max-width: 1023px) {
  .footer-nav__wrap {
    width: 26%;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav__wrap {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
    width: 100%;
  }
}

.footer-nav__wrap a {
  display: block;
  margin-top: 10px;
}

.footer-nav__wrap li {
  margin-bottom: 10px;
}

.footer-nav__wrap h2:last-child {
  margin-top: 20px;
}

.footer-nav__h2:first-child {
  margin-top: 0 !important;
}

.footer-nav__h2:first-child a {
  margin-top: 0 !important;
}

.footer-logo {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 180px;
  }
}

.footer-nav a {
  color: #7F7F7F;
}

.privacy {
  width: 90px;
  display: block;
}

.upcomer-works {
  width: 200px;
  display: block;
  margin-left: 30px;
}

.image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .image-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}

footer p {
  font-size: 11px;
  text-align: center;
  padding: 20px;
  color: #7F7F7F;
}

.page-recruting {
  background-image: url(../images/recruiting_first-view.png);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 50%;
  text-align: center;
  width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 1023px) {
  .page-recruting {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .page-recruting {
    background-size: 90%;
    width: 90%;
  }
}

.page-recruting__title {
  font-size: 30px;
  padding-top: 5%;
}

@media screen and (max-width: 1023px) {
  .page-recruting__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .page-recruting__title {
    font-size: 20px;
    padding-top: 11%;
  }
}

.page-recruting__title span {
  font-size: 18px;
  color: #7F7F7F;
}

@media screen and (max-width: 1023px) {
  .page-recruting__title span {
    font-size: 15px;
  }
}

.page-recruting p:nth-child(2) {
  font-size: 25px;
  text-align: center;
  margin-top: 17%;
}

@media screen and (max-width: 1023px) {
  .page-recruting p:nth-child(2) {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-recruting p:nth-child(2) {
    font-size: 18px;
    text-align: initial;
    line-height: 1.5em;
  }
}

.page-recruting p:nth-child(3) {
  font-size: 20px;
  margin-top: 50px;
  text-align: initial;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .page-recruting p:nth-child(3) {
    font-size: 18px;
  }
}

.page-education {
  background-image: url(../images/recruiting_first-view.png);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 50%;
  text-align: center;
  width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 1023px) {
  .page-education {
    width: 750px;
    background-size: 90%;
  }
}

@media screen and (max-width: 767px) {
  .page-education {
    width: 90%;
  }
}

.page-education__title {
  font-size: 30px;
  padding-top: 11%;
}

@media screen and (max-width: 1023px) {
  .page-education__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .page-education__title {
    font-size: 20px;
  }
}

.page-education__title span {
  font-size: 18px;
  color: #7F7F7F;
}

@media screen and (max-width: 1023px) {
  .page-education__title span {
    font-size: 15px;
  }
}

.page-education p:nth-child(2) {
  font-size: 25px;
  text-align: center;
  margin-top: 17%;
}

@media screen and (max-width: 1023px) {
  .page-education p:nth-child(2) {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-education p:nth-child(2) {
    font-size: 18px;
    text-align: initial;
    line-height: 1.5em;
  }
}

.page-education p:nth-child(3) {
  font-size: 20px;
  margin-top: 50px;
  text-align: initial;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .page-education p:nth-child(3) {
    font-size: 18px;
  }
}

.p-education-wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

@media screen and (max-width: 1023px) {
  .p-education-wrap {
    width: 750px;
  }
}

@media screen and (max-width: 1023px) {
  .p-education-wrap {
    width: 90%;
  }
}

.p-education-wrap__title {
  padding-top: 150px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-education-wrap__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-education-wrap__title {
    font-size: 20px;
  }
}

.p-education-wrap__content {
  font-size: 20px;
  line-height: 2em;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .p-education-wrap__content {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-education-wrap__content {
    font-size: 16px;
  }
}

.p-education-field {
  margin-top: 50px;
}
.p-education-field__img{
  width: 500px;
}
@media screen and (max-width:1023px){
  .p-education-field__img{
    width: 750px;
    display: block;
    margin-left:auto;
    margin-right:auto;
  }
}

.p-education-field__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width:1023px){
  .p-education-field__wrap {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:767px){
  .p-education-field__block{
    /* width: 300px!important;
    margin-left:auto;
    margin-right:auto; */
    margin-bottom: 30px;
  }
}

.p-education-field__img1 {
  width: 417px;
  height: 190px;
  display: block;
}

.p-education-field__img3 {
  width: 420px;
  height: 190px;
  display: block;
}

.p-education-field__img2 {
  width: 22px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-education-field__img2 {
    height: 145px;
    width: 15px;
  }
}

.p-education-field__block {
  width: 339px;
  margin-left: 30px;
}
@media screen and (max-width: 1023px) {
  .p-education-field__block {
    width: 90%;
  }
}

.p-education-field__block-title {
  font-size: 15px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  margin-top: 30px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .p-education-field__block-title {
    margin-top: 0;
    font-size: 13px;
  }
}

.p-education-field__block-content {
  line-height: 1.7em;
}

@media screen and (max-width: 1023px) {
  .p-education-field__block-content {
    font-size: 14px;
  }
}

.p-education-field__category {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .p-education-field__category {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-education-field__category {
    width: 90%;
  }
}

.p-education-field__category-img1 {
  width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .p-education-field__category-img1 {
    width: 500px;
  }
}

@media screen and (max-width: 1023px) {
  .p-education-field__category-img1 {
    width: 90%;
  }
}

.p-education-field__category-img2 {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .p-education-field__category-img2 {
    width: 180px;
  }
}

.p-education-field__category-content {
  background-color: #B12433;
  color: #fff;
  font-size: 20px;
  display: block;
  width: 500px;
  margin: 30px auto 0;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-education-field__category-content {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-education-field__category-content {
    font-size: 16px;
    width: 90%;
  }
}

.p-education-field__box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .p-education-field__box {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-education-field__box {
    width: 90%;
  }
}

.p-education-field__box-img {
  display: block;
  margin-top: 50px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-creative {
  background-image: url(../images/recruiting_first-view.png);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 50%;
  text-align: center;
  width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .page-creative {
    background-size: 90%;
    width: 90%;
  }
}

.page-creative__title {
  font-size: 30px;
  padding-top: 5%;
}

@media screen and (max-width: 1023px) {
  .page-creative__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .page-creative__title {
    font-size: 20px;
    padding-top: 54px;
  }
}

.page-creative__title span {
  font-size: 18px;
  color: #7F7F7F;
}

@media screen and (max-width: 1023px) {
  .page-creative__title span {
    font-size: 15px;
  }
}

.page-creative p:nth-child(2) {
  font-size: 25px;
  text-align: center;
  margin-top: 17%;
}

@media screen and (max-width: 1023px) {
  .page-creative p:nth-child(2) {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-creative p:nth-child(2) {
    font-size: 18px;
    text-align: initial;
    line-height: 1.5em;
  }
}

.page-creative p:nth-child(3) {
  font-size: 20px;
  margin-top: 50px;
  text-align: initial;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .page-creative p:nth-child(3) {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .page-creative p:nth-child(3) {
    font-size: 16px;
    text-align: initial;
    line-height: 1.5em;
  }
}

.p-company-overview {
  background-image: url(../images/recruiting_first-view.png);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 50%;
  text-align: center;
  width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-company-overview {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-overview {
    background-size: 90%;
    width: 100%;
  }
}

.p-company-overview__title {
  font-size: 30px;
  padding-top: 5%;
}

@media screen and (max-width: 1023px) {
  .p-company-overview__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-overview__title {
    font-size: 20px;
    padding-top: 11%;
  }
}

.p-company-overview__subtitle {
  font-size: 25px;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}

.p-company-overview-field__logotitle {
  color: #7f7f7f;
  font-size: 25px;
  position: absolute;
  top: 28px;
  left: 60px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .p-company-overview-field__logotitle {
    font-size: 20px;
    top: 19px;
    left: 41px;
  }
}

.p-company-overview-field {
  width: 1000px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-company-overview-field {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-overview-field {
    width: 90%;
  }
}

.p-company-overview p:nth-child(2) {
  font-size: 25px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-company-overview p:nth-child(2) {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-overview p:nth-child(2) {
    font-size: 18px;
    line-height: 1.5em;
  }
}

.p-company-overview p:nth-child(3) {
  font-size: 20px;
  margin-top: 50px;
  text-align: initial;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .p-company-overview p:nth-child(3) {
    font-size: 18px;
  }
}

.p-company-overview__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  .p-company-overview__lists-name {
    font-size: 14px;
  }
}

.p-company-overview__lists li:first-child {
  font-weight: bold;
}

.p-company-overview li {
  font-size: 20px;
}

@media screen and (max-width: 1023px) {
  .p-company-overview li {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-overview li {
    font-size: 15px;
  }
}

.p-company-overview a {
  color: #000;
}

.p-company-overview-field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.p-company-overview-field__title {
  margin-left: 3%;
  margin-right: 3%;
  width: 129px;
}


.p-company-overview-field__box p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5em;
}


@media screen and (max-width: 1023px) {
  .p-company-overview-field__box {
    width: 100%;
  }
}

.p-company-overview-field__box a {
  text-decoration: underline;
  color: #000;
}

.p-company-overview-field__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.p-company-overview-field__items li {
  font-size: 16px;
}

.p-company-overview-field__detail {
  padding-top: 150px;
}

.p-company-overview__detail .background-color {
  background-color: #f5f5f5;
}

.p-company-information {
  width: 1000px;
  margin: 100px auto 0;
}

.p-company-overview__detail .tokyo {
  margin-top: 30px;
}

.p-company-overview__detail .bank {
  line-height: 1.7em;
}

.p-company-overview__detail table {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}

.p-company-overview__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-company-overview-field__logo {
  position: relative;
}

.p-company-overview-field img {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
}

@media screen and (max-width: 1023px) {
  .p-company-overview-field img {
    width: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .p-company-overview-field__map {
    display: none;
  }
}

.p-company-overview-field__business-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-company-overview-field__business-flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-company-overview-field__business-list {
  width: 350px;
  line-height: 1.3em;
  margin-right: 15px;
}

.p-company-overview-field__list-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-company-overview-field__list {
  font-size: 13px;
  margin-bottom: 10px;
}

.bank-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy-management {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .privacy-management {
    width: 95%!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-greeting {
  background-image: url(../images/recruiting_first-view.png);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 50%;
  text-align: center;
  width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-greeting {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-greeting {
    background-size: 90%;
    width: 100%;
  }
}

.p-greeting__title {
  font-size: 30px;
  padding-top: 5%;
}

@media screen and (max-width: 1023px) {
  .p-greeting__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-greeting__title {
    font-size: 20px;
    padding-top: 11%;
  }
}

.p-greeting__subtitle {
  font-size: 25px;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}

.p-greeting-field__logotitle {
  color: #7f7f7f;
  font-size: 25px;
  position: absolute;
  top: 28px;
  left: 60px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .p-greeting-field__logotitle {
    font-size: 20px;
    top: 19px;
    left: 41px;
  }
}

.p-greeting p:nth-child(3) {
  font-size: 20px;
  margin-top: 50px;
  text-align: initial;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .p-greeting p:nth-child(3) {
    font-size: 18px;
  }
}

.p-greeting-wrap {
  width: 1000px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-greeting-wrap {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-greeting-wrap {
    width: 90%;
  }
}

.p-greeting-logo {
  position: relative;
}

.p-greeting-logo p {
  color: #7f7f7f;
  font-size: 25px;
  position: absolute;
  top: 28px;
  left: 60px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .p-greeting-logo p {
    font-size: 20px;
    top: 19px;
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-greeting-logo p {
    font-size: 17px;
    left: 36px;
  }
}

.p-greeting-logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
}

@media screen and (max-width: 1023px) {
  .p-greeting-logo img {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .p-greeting-logo img {
    width: 120px;
  }
}

.p-greeting-block {
  padding-top: 150px;
}

.p-greeting__title span {
  font-size: 18px;
  color: #7F7F7F;
}

@media screen and (max-width: 1023px) {
  .p-greeting__title span {
    font-size: 15px;
  }
}

.p-greeting__logo {
  position: relative;
}

.p-greeting__logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
}

@media screen and (max-width: 1023px) {
  .p-greeting__logo img {
    width: 60px;
  }
}

.p-greeting ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  margin: 70px auto 0;
}

.p-greeting li {
  font-size: 20px;
}

@media screen and (max-width: 1023px) {
  .p-greeting li {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-greeting li {
    font-size: 15px;
  }
}

.p-greeting li:nth-child(2) {
  font-weight: bold;
}

.p-greeting a {
  color: #000;
}

.p-greeting-block-content {
  line-height: 1.7em;
  font-size: 16px;
  margin-bottom: 30px;
}

.p-greeting-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: auto;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .p-greeting-flexbox {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .p-greeting-flexbox {
    width: 60%;
  }
}

.p-greeting-flexbox > div {
  margin-left: 30px;
}

.p-greeting-president-image {
  width: 45%;
  display: block;
}

.p-greeting-president-name {
  display: block;
  width: 170px;
  margin-left: 10px;
}
.p-greeting-president-box__flex{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.p-information {
  background-image: url(../images/recruiting_first-view.png);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 50%;
  text-align: center;
  width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-information {
    background-size: 90%;
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-information {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-information a {
    font-size: 14px;
  }
}

.p-information p:nth-child(2) {
  font-size: 25px;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}

.p-information-wrap {
  margin: 100px auto 0;
  width: 1000px;
}

.p-information-title {
  font-size: 30px;
  padding-top: 5%;
}

@media screen and (max-width: 1023px) {
  .p-information-title {
    font-size: 25px;
  }
}

.p-information ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 96%;
  margin: 70px auto 0;
}

.p-information-bigtitle {
  position: relative;
  width: 560px;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .p-information-bigtitle {
    width: 400px;
  }
}

.p-information-bigtitle__img {
  width: 450px;
}

@media screen and (max-width: 1023px) {
  .p-information-bigtitle__img {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-information-bigtitle__img {
    width: 300px;
  }
}

.p-information-bigtitle__wrap {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-information-bigtitle__wrap {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-information-bigtitle__wrap {
    width: 90%;
  }
}

.p-information-bigtitle__content {
  font-size: 36px;
  color: #404040;
  margin: 50px 0;
}

@media screen and (max-width: 1023px) {
  .p-information-bigtitle__content {
    line-height: 1.5em;
    font-size: 30px;
  }
}

.p-information-bigtitle__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
}

.p-information-bigtitle__list:first-child {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 30px;
  color: #404040;
}

@media screen and (max-width: 1023px) {
  .p-information-bigtitle__list:first-child {
    font-size: 25px;
  }
}

.p-information-bigtitle__list:nth-child(2),
.p-information-bigtitle__list:nth-child(3),
.p-information-bigtitle__list:nth-child(4) {
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #404040;
}

@media screen and (max-width: 1023px) {
  .p-information-bigtitle__list:nth-child(2),
  .p-information-bigtitle__list:nth-child(3),
  .p-information-bigtitle__list:nth-child(4) {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.p-information-bigtitle__title {
  font-size: 100px;
  font-weight: bold;
  color: #404040;
  position: absolute;
  top: 64px;
  left: 140px;
}

@media screen and (max-width: 1023px) {
  .p-information-bigtitle__title {
    font-size: 70px;
    top: 48px;
    left: 108px;
  }
}

@media screen and (max-width: 1023px) {
  .p-information-bigtitle__title {
    font-size: 55px;
    left: 99px;
  }
}

.p-information li:first-child, .p-information li:nth-child(2), .p-information li:nth-child(4) {
  opacity: 0.7;
}

.p-information li:nth-child(3) {
  font-weight: bold;
}

.p-information li {
  font-size: 20px;
}

.p-information a {
  color: #000;
}

.p-information-logo {
  position: relative;
}

.p-information-logo p {
  color: #7f7f7f;
  font-size: 35px;
  position: absolute;
  top: 13px;
  left: 40px;
}

.p-information-logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
}

.p-information-smalltitle {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-information-smalltitle {
    margin-bottom: 30px;
  }
}

.p-information-smalltitle__img {
  width: 150px;
}

.p-information-smalltitle__title {
  font-size: 20px;
  font-weight: bold;
  color: #7f7f7f;
  position: absolute;
  top: 26px;
  left: 52px;
}

.p-information-smalltitle__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  width: 800px;
}

@media screen and (max-width: 767px) {
  .p-information-smalltitle__flexbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}

.p-information-smalltitle__flexbox-content {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .p-information-smalltitle__flexbox-content {
    width: 100%;
  }
}

.p-information-smalltitle__flexbox-content li {
  margin-bottom: 15px;
  line-height: 1.5em;
}

.p-information-flexbox {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-information-left1 {
  margin-right: 13%;
  width: 35px;
}

@media screen and (max-width: 1023px) {
  .p-information-left1 {
    margin-left: 8%;
  }
}

.p-information-left2 {
  margin-right: 13%;
  width: 66px;
}

@media screen and (max-width: 1023px) {
  .p-information-left2 {
    margin-left: 8%;
  }
}

.p-information-block {
  margin-bottom: 50px;
  width: 460px;
}

@media screen and (max-width: 767px) {
  .p-information-block {
    width: 200px;
  }
}

.p-information-block h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .p-information-block h2 {
    font-size: 15px;
  }
}

.p-information-block p {
  line-height: 2em;
  font-size: 13px;
  margin-left: 15px;
}

@media screen and (max-width: 1023px) {
  .p-information-block p {
    font-size: 12px;
  }
}

.p-information-area {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-information-area {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-information-area {
    width: 90%;
  }
}

.p-information-field {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .p-information-field {
    width: 100px;
  }
}

.p-privacy-all-wrap {
  width: 100%;
  overflow: hidden;
}

.p-privacy {
  background-image: url(../images/recruiting_first-view.png);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 50%;
  text-align: center;
  width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-privacy {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy {
    width: 90%;
    background-size:90%;
  }
}

.p-privacy-field {
  width: 1000px;
  margin: 50px auto;
}

@media screen and (max-width: 1023px) {
  .p-privacy-field {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy-field {
    width: 90%;
  }
}

.p-privacy-block {
  margin-bottom: 50px;
}

.p-privacy-block-content {
  font-size: 16px;
  line-height: 1.5em;
}

.p-privacy-title {
  font-size: 30px;
  padding-top: 5%;
}

.p-privacy-content {
  line-height: 2em;
  font-size: 15px;
  margin-left: 15px;
}

@media screen and (max-width: 1023px) {
  .p-privacy-content {
    font-size: 12px;
  }
}

.p-privacy-list-number {
  background-color: #666;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}

.p-privacy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.p-privacy-list-content {
  width: 80%;
  line-height: 1.5em;
  font-size: 16px;
  margin-left: 10px;
}

.p-privacy-method-area-title {
  position: relative;
  padding: 10px 7px 7px 28px;
  background: #d8d8d8;
  overflow: hidden;
  font-weight: bold;
  margin: 20px 0 20px 0;
  display: inline-block;
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .p-privacy-method-area-title {
    font-size: 15px;
  }
}

.p-privacy-method-area-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: #fff #999 #fff #999;
  background: #999;
  display: block;
  width: 0;
}

.p-privacy-method-area-list {
  margin-bottom: 10px;
  font-size: 16px;
  line-height:1.5em;
}

.p-privacy-method-area-link {
  color: #8A2023;
}

.p-privacy-section {
  border: 1px solid #333;
  padding: 1%;
  width: 57%;
  font-size: 13px;
}

@media screen and (max-width: 1023px) {
  .p-privacy-section {
    width: 61%;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy-section {
    width: 98%;
  }
}

.p-privacy p:nth-child(2) {
  font-size: 25px;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}

.p-privacy-block-title {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .p-privacy-block-title {
    font-size: 15px;
  }
}

.p-privacy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 96%;
  margin: 70px auto 0;
}

.p-privacy li:first-child, .p-privacy li:nth-child(2), .p-privacy li:nth-child(3) {
  opacity: 0.7;
}

.p-privacy li:nth-child(4) {
  font-weight: bold;
}

.p-privacy li {
  font-size: 20px;
}

@media screen and (max-width: 1023px) {
  .p-privacy li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy li {
    font-size: 12px;
  }
}

.p-privacy a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-privacy a {
    font-size: 14px;
  }
}

.p-privacy-logo {
  position: relative;
}

.p-privacy-logo p {
  color: #7f7f7f;
  font-size: 35px;
  position: absolute;
  top: 13px;
  left: 40px;
}

@media screen and (max-width: 1023px) {
  .p-privacy-logo p {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy-logo p {
    font-size: 25px;
    top: 20px;
  }
}

.p-privacy-logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
}

.p-parivacy-block-first {
  padding-top: 150px;
}

.p-privacy-history-list {
  font-size: 16px;
  margin-bottom: 10px;
}

.p-privacy-history-list:nth-child(7) {
  margin-bottom: 20px;
}

.p-privacy-arrow {
  background-color: #AC2F35;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.p-privacy-mail {
  margin-bottom: 5px;
  font-size: 16px;
}

.p-privacy-company {
  margin-bottom: 20px;
  font-size: 16px;
  margin-top: 10px;
}

.p-privacy-section li {
  margin-bottom: 10px;
  font-size: 16px;
}

.p-privacy-section h2:nth-of-type(2) {
  margin-top: 5%;
}

.privacy-management {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .privacy-management {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.privacy-management__privacy, .privacy-management__management {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .privacy-management__privacy, .privacy-management__management {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .privacy-management__privacy {
    margin-bottom: 50px;
  }
}

.privacy-management__privacy p:first-child,
.privacy-management__management p:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-management__privacy p:nth-child(2),
.privacy-management__management p:nth-child(2) {
  margin-bottom: 5px;
  margin-top: 20px;
}

.privacy-management__privacy p:nth-child(3),
.privacy-management__management p:nth-child(3) {
  line-height: 1.7em;
}

.privacy-management__privacy p:nth-child(4),
.privacy-management__management p:nth-child(4) {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.7em;
}

.privacy-management__privacy img {
  width: 90px;
  display: block;
}

.p-recruit__title {
  font-size: 30px;
  padding-bottom: 7%;
  padding-top: 3%;
}

@media screen and (max-width: 1023px) {
  .p-recruit__title {
    padding-top: 6%;
    font-size: 25px;
  }
}

.p-recruit {
  background-image: url(../images/recruiting_first-view.png);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 50%;
  text-align: center;
  width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-recruit {
    width: 750px;
    background-size: 90%;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit {
    width: 90%;
  }
}

.p-recruit-wrap {
  width: 1000px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-recruit-wrap {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-wrap {
    width: 90%;
  }
}

.p-recruit-wrap__title {
  text-align: center;
  font-size: 30px;
  border-bottom: double 3px #333;
  padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .p-recruit-wrap__title {
    font-size: 25px;
  }
}

.p-recruit-wrap__subtitle {
  font-size: 22px;
  margin-top: 50px;
}

.p-recruit-wrap__content {
  margin-top: 15px;
  line-height: 1.7em;
  font-size: 15px;
}

.p-recruit-wrap__margintop {
  margin-top: 20px;
}

.p-recruit-type {
  width: 1000px;
  margin: 100px auto 0;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .p-recruit-type {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-type {
    width: 90%;
    margin-top: 50px;
  }
}

.p-recruit-type__title {
  text-align: center;
  font-size: 30px;
  border-bottom: double 3px #333;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.p-recruit-type__wrap {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 1s all;
  transition: 1s all;
  display: block;
}

.p-recruit-type__wrap::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.p-recruit-type__wrap-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .p-recruit-type__wrap-title {
    margin-bottom: 0;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-type__wrap-title {
    font-size: 16px;
    margin-top: 0;
  }
}

.p-recruit-type__wrap-subtitle {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-recruit-type__wrap-subtitle {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-type__wrap-subtitle {
    font-size: 11px;
    margin-top: 5px;
  }
}

.p-recruit-type__field {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 85%;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .p-recruit-type__field {
    top: 23%;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-type__field {
    top: 10%;
  }
}

.p-recruit-type__img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.p-recruit-type--text {
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width:767px){
  .p-recruit-type--text {
    margin-top: 0;
  }
}

.p-archive-title {
  padding-top: 100px;
  font-size: 30px;
  text-align: center;
}

.p-archive-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-archive-flexbox {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-archive-flexbox {
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-archive-flexbox__wrap {
  width: 30%;
  margin-left: 30px;
}

@media screen and (max-width: 1023px) {
  .p-archive-flexbox__wrap {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .p-archive-flexbox__wrap {
    width: 70%;
  }
}

.p-archive-flexbox__time {
  font-size: 13px;
}

.p-archive-flexbox__content {
  font-size: 15px;
  height: 24px;
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5em;
  overflow: hidden;
}

.p-archive-flexbox__img {
  margin-top: 20px;
}

.p-consulting-wrap {
  margin-top: 40px;
}

.p-consulting-wrap__table {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3em;
  font-size: 15px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-wrap__table {
    width: 750px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-wrap__table {
    width: 90%;
  }
}

.p-consulting-wrap__background-color {
  background-color: #F5F5F5;
}

.p-consulting-wrap__right {
  text-align: center;
  padding: 10px 8px;
}

.p-consulting-wrap__left {
  /* text-align-last: left; */
  padding: 10px 8px;
}

.p-business-title {
  padding-bottom: 1%;
}

.p-businessfield-block {
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (max-width:1023px){
  .p-businessfield-block {
    width: 750px;
  }
}
@media screen and (max-width:767px){
  .p-businessfield-block {
    width: 90%;
  }
}

.p-businessfield-block__title {
  font-size: 30px;
}
@media screen and (max-width:1023px){
  .p-businessfield-block__title {
    font-size: 25px;
  }
}
@media screen and (max-width:767px){
  .p-businessfield-block__title {
    font-size: 20px;
  }
}

.p-businessfield-block__content {
  margin-top: 20px;
  line-height: 2em;
}
@media screen and (max-width:1023px){
  .p-businessfield-block__content {
    font-size: 14px;
  }
}

.p-businessfield-area {
  width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width:1023px){
  .p-businessfield-area {
    width: 750px;
  }
}
@media screen and (max-width:767px){
  .p-businessfield-area {
    width: 90%;
  }
}

.p-businessfield-area--background1:hover,
.p-businessfield-area--background2:hover,
.p-businessfield-area--background3:hover,
.p-businessfield-area--background4:hover,
.p-businessfield-area--background5:hover,
.p-businessfield-area--background6:hover{
  border:1px solid black;
}

.p-businessfield-area__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px){
  .p-businessfield-area__flexbox {
    flex-direction:column;
    justify-content:flex-start;
    width: 350px;
    margin-left:auto;
    margin-right:auto;
  }
}

.p-businessfield-area__link{
  display: block;
  width: 250px;
}
@media screen and (max-width:1023px){
  .p-businessfield-area__link{
    width: 200px;
  }
  .p-businessfield-area__flexbox {
    justify-content: space-around;
  }
}
@media screen and (max-width:767px){
  .p-businessfield-area__link {
    width: 320px;
    margin-bottom: 30px;
  }

}

.p-businessfield-area__heading {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:1023px){
  .p-businessfield-area__heading {
    font-size: 18px;
  }
}
@media screen and (max-width:767px){
  .p-businessfield-area__heading {
    font-size: 16px;
  }
}

.p-businessfield-area__bigimg {
  width: 200px;
  padding: 0 10px;
}

.p-businessfield-area__wrapper {
  border: 1px solid #a3a2a2;
  border-radius: 20px;
  width: 200px;
  padding: 20px 10px 16px 10px;
}
@media screen and (max-width:767px){
  .p-businessfield-area__wrapper {
    width: 350px;
    margin-top: 20px;
  }
}

.p-businessfield-area__title span{
  font-size: 20px;
}

.p-businessfield-area__title {
  text-align: center;
  line-height: 1.7em;
  color: #7f7f7f;
}

.p-creative-wrapper {
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
}

@media screen and (max-width: 1023px) {
  .p-creative-wrapper {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-creative-wrapper {
    width: 90%;
  }
}

.p-creative-wrapper__heading {
  text-align: center;
  font-size: 30px;
  padding-top: 180px;
  line-height: 1.5em;
}

@media screen and (max-width: 1023px) {
  .p-creative-wrapper__heading {
    padding-top: 110px;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-creative-wrapper__heading {
    font-size: 20px;
  }
}

.p-creative-wrapper__lists {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-creative-wrapper__lists {
    margin-left: 0;
  }
}

.p-creative-wrapper__title {
  margin: 30px 0 20px;
}

.p-creative-wrapper__list {
  background-color: #203864;
  padding: 10px;
  width: 290px;
  margin-bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .p-creative-wrapper__list {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-creative-wrapper__list {
    width: 288px;
  }
}

.p-creative-wrapper__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  margin-top: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-creative-wrapper__flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 350px;
    margin: 0 auto;
  }
}

.p-creative-wrapper__img {
  width: 300px;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-creative-wrapper__img {
    width: 305px;
  }
}

.p-creative-wrapper__field {
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .p-creative-wrapper__field {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-creative-wrapper__field {
    width: 90%;
  }
}

.p-recon {
  width: 1000px;
  margin: 70px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-recon {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-recon {
    width: 90%;
  }
}

.p-recon__heading {
  font-size: 30px;
  text-align: center;
  padding-top: 170px;
}

@media screen and (max-width: 1023px) {
  .p-recon__heading {
    font-size: 25px;
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .p-recon__heading {
    font-size: 20px;
  }
}

.p-recon__img {
  width: 750px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  .p-recon__img {
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .p-recon__img {
    width: 90%;
  }
}

.p-recon--content-background {
  background-color: #B12433;
  color:#fff;
  font-size: 30px;
  width: 425px;
  margin: 30px auto 0;
  padding: 10px;
}

@media screen and (max-width: 1023px) {
  .p-recon--content-background {
    font-size: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-recon--content-background {
    font-size: 20px;
    width: 87%;
    text-align:initial;
  }
}

.p-recon__small-triangle {
  width: 100px;
  display: block;
  margin: 30px auto;
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .p-recon__small-triangle {
    width: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .p-recon__small-triangle {
    width: 60px;
  }
}

.p-recon__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-recon__flexbox {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .p-recon__flexbox {
    width: 90%;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-wrap:wrap;
  }
}

.p-recon__flexbox-img {
  display: block;
  width: 135px;
}

@media screen and (max-width: 1023px) {
  .p-recon__flexbox-img {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .p-recon__flexbox-img {
    margin-bottom: 30px;
    width: 150px;
    margin-left:auto;
    margin-right:auto;
  }
}

.p-recon__content {
  font-size: 30px;
  width: 425px;
  margin: 30px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-recon__content {
    font-size: 25px;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-recon__content {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .p-recon--marginleft {
    margin-left: 78px;
  }
}

@media screen and (max-width: 767px) {
  .p-recon--marginleft {
    margin-left: 84px;
  }
}

.p-image {
  width: 1000px;
  margin: 90px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-image {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-image {
    width: 300px;
  }
}

.p-image__img1 {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
}

@media screen and (max-width: 1023px) {
  .p-image__img1 {
    width: 500px;
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .p-image__img1 {
    width: 300px;
  }
}

.p-position {
  position: relative;
  width: 517px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-position {
    width: 670px;
  }
}

@media screen and (max-width: 767px) {
  .p-position {
    width: 360px;
    margin-left: 145px;
  }
}

.p-position__img2 {
  position: absolute;
  top: 0;
  left: 56px;
  height: 877px;
  width: 30px;
  z-index: -1;
  background-color:#CCCCCC;
}

@media screen and (max-width: 1023px) {
  .p-position__img2 {
    left: 170px;
    height: 950px;
  }
}

@media screen and (max-width: 767px) {
  .p-position__img2 {
    left: 33px;
  }
}

.p-position-wrap {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1023px) {
  .p-position-wrap {
    width: 450px;
    margin-left: 112px;
  }
}

@media screen and (max-width: 767px) {
  .p-position-wrap {
    margin-left: -23px;
    width: 330px;
  }
}

.p-position-wrap__img {
  width: 135px;
  height: 135px;
  line-height:135px;
  text-align: center;
  background-color:#141E3E;
  color:#fff;
  border-radius:67.5px;
  margin-top: 30px;
}


.p-position-wrap__content {
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 29px;
}

@media screen and (max-width: 1023px) {
  .p-position-wrap__content {
    font-size: 16px;
    width: 231px;
  }
}

@media screen and (max-width: 767px) {
  .p-position-wrap__content {
    font-size: 14px;
    width: 50%;
  }
}

.p-position-wrap:nth-of-type(5) {
  padding-bottom: 30px;
}

.p-branding {
  width: 1000px;
  margin: 130px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-branding {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-branding {
    width: 90%;
  }
}

.p-branding__title {
  font-size: 30px;
  text-align: center;
  padding-top: 140px;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (max-width: 1023px) {
  .p-branding__title {
    padding-top: 120px;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-branding__title {
    font-size: 20px;
    text-align: initial;
  }
}

.p-branding__margintop {
  margin-top: 70px;
}

.p-branding-wrapper {
  width: 600px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-branding-wrapper {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .p-branding-wrapper {
    width: 287px;
  }
}

.p-branding-wrapper__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 767px) {
  .p-branding-wrapper__flexbox {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-branding-wrapper__title {
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 15px;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (max-width: 1023px) {
  .p-branding-wrapper__title {
    width: 180px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-branding-wrapper__title {
    width: 200px;
    height: 60px;
    font-size: 14px;
  }
}

.p-branding-wrapper__content {
  margin-left: 30px;
  line-height: 1.5em;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .p-branding-wrapper__content {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-branding-wrapper__content {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
  }
}

.p-branding-wrapper__nowraptitle {
  background-color: #203864;
  color: #fff;
  line-height: 1.5em;
  margin-right: auto;
  border-radius: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 200px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .p-branding-wrapper__nowraptitle {
    font-size: 14px;
  }
}

.p-branding-field {
  width: 800px;
  margin: 70px auto 0;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 100px 620px;
  background-position: 51px 0px;
  position:relative;
}
.p-branding-field-verticaltriangle{
  position:absolute;
  left:50px;
  z-index:-1;
}
.p-branding-field-vertical{
  width: 50px;
  height: 582px;
  background-color: #ccc;
  margin-left: 25px;
}
.p-branding-field-triangle{
  border:50px solid #ccc;
  border-right:50px solid transparent;
  border-left:50px solid transparent;
  border-bottom:none;
  width: 0;
  height: 0;
}



@media screen and (max-width: 1023px) {
  .p-branding-field {
    background-size: 80px 608px;
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .p-branding-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
    background-size: 80px 840px;
    background-position: 31% 0;
    background-position: 40px 0;
  }
}

.p-branding-field__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 767px) {
  .p-branding-field__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 360px;
  }
}

.p-branding-field__number {
  background-color: #203864;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media screen and (max-width: 1023px) {
  .p-branding-field__number {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

.p-branding-field__title {
  display: inline;
}

@media screen and (max-width: 1023px) {
  .p-branding-field__title {
    font-size: 14px;
  }
}

.p-branding-field__content {
  margin-left: 50px;
  line-height: 1.5em;
}

@media screen and (max-width: 1023px) {
  .p-branding-field__content {
    font-size: 14px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-branding-field__content {
    margin-top: 10px;
    margin-left: 0;
    width: 80%;
  }
}

.p-branding-field__left-content {
  width: 265px;
}

.p-branding-field span {
  display: block;
  margin-left: 30px;
}

.p-flow {
  width: 1000px;
  margin: 80px auto 0;
}

@media screen and (max-width: 1023px) {
  .p-flow {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow {
    width: 90%;
  }
}

.p-flow-wrap--width {
  width: 200px;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 767px) {
  .p-flow__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-flow-wrap__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-flow-wrap__flexbox {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow-wrap__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 350px;
  }
  .p-flow-wrap__flexbox-row{
    flex-direction:row;
  }
}

.p-flow-wrap__margintop {
  padding-top: 150px;
}

@media screen and (max-width: 1023px) {
  .p-flow-wrap__margintop {
    padding-top: 110px;
  }
}

.p-flow-wrap__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  line-height: 1.5em;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1023px) {
  .p-flow-wrap__title {
    width: 180px;
    font-size: 14px;
  }
}

.p-flow-wrap__content {
  margin-left: 50px;
  margin-top: 10px;
  line-height: 1.5em;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1023px) {
  .p-flow-wrap__content {
    font-size: 14px;
    margin-top: 0;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow-wrap__content {
    margin-bottom: 10px;
    margin-left: 15px!important;
  }
}

.p-flow-wrap__month {
  width: 83px;
  display: block;
  margin-left: 50px;
  opacity: 0;
  -webkit-transition: 6s;
  transition: 6s;
}

@media screen and (max-width: 1023px) {
  .p-flow-wrap__month {
    width: 65px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow-wrap__month {
    margin-left: 50px;
    height: 350px;
  }
}

.p-flow-wrap__margintop1 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-flow-wrap__left {
    width: 200px;
  }
}



.p-flow-wrap__nonflexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-flow2 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .p-flow2 {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow2 {
    width: 90%;
  }
}

.p-image__wrap {
  padding-top: 120px;
}

@media screen and (max-width: 1023px) {
  .p-image__wrap {
    padding-top: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .p-image__wrap:nth-of-type(2) {
    padding-top: 88px;
  }
}

.p-image__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin:0 auto;
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-image__flexbox {
    display: block;
  }
}

.p-image__wrap-title {
  font-weight: bold;
  color: #404040;
  margin-bottom: 15px;
}

.p-image__wrap-img1 {
  width: 337px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .p-image__wrap-img1 {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-image__wrap-img1 {
    width: 300px;
  }
}

.p-image__wrap-img2 {
  width: 337px;
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .p-image__wrap-img2 {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-image__wrap-img2 {
    width: 300px;
  }
}

.p-image__margin-bottom1 {
  margin-bottom: 104px;
}

@media screen and (max-width: 1023px) {
  .p-image__margin-bottom1 {
    margin-bottom: 106px;
  }
}

@media screen and (max-width: 767px) {
  .p-image__margin-bottom1 {
    margin-bottom: 30px;
  }
  .p-image__margin-bottom2{
    margin-bottom: 30px!important;
  }
}

.p-image__margin-bottom2 {
  margin-bottom: 132px;
}

@media screen and (max-width: 1023px) {
  .p-image__margin-bottom2 {
    margin-bottom: 138px;
  }
}

@media screen and (max-width: 1023px) {
  .p-image__margin-bottom2 {
    margin-bottom: 135px;
  }
}

.p-image2 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .p-image2 {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-image2 {
    width: 300px;
  }
}

.p-image2__title {
  padding-top: 150px;
}

@media screen and (max-width: 1023px) {
  .p-image2__title {
    padding-top: 120px;
  }
}

.p-image2__wrap {
  margin-top: 50px;
}

.p-image2__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 750px;
  margin:0 auto; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px){
  .p-image2__flexbox {
    flex-direction:column;
  }
}

.p-image2__wrap-img1 {
  width: 225px;
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .p-image2__wrap-img1 {
    width: 250px;
  }
}

@media screen and (max-width: 1023px) {
  .p-image2__wrap-img1 {
    width: 180px;
  }
}

.p-image2__wrap-img2 {
  width: 360px;
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .p-image2__wrap-img2 {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-image2__wrap-img2 {
    width: 300px;
    margin-bottom: 0;
  }
}

.p-image2__wrap-marginbottom {
  margin-bottom: 87px;
}

@media screen and (max-width: 767px) {
  .p-image2__wrap-marginbottom {
    margin-bottom: 30px;
  }
}

.p-image2 p {
  font-size: 14px;
  font-weight: bold;
}

.fadein1 {
  opacity: 1;
}

.p-consulting {
  padding-top: 100px;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-consulting {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting {
    width: 94%;
  }
}

.p-consulting__title {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  padding-top: 130px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .p-consulting__title {
    font-size: 25px;
    margin-bottom: 50px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting__title {
    font-size: 20px;
  }
}

.p-consulting__pc-img{
  width: 750px;
  display: block;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width: 1023px) {
  .p-consulting__pc-img {
    display: none;
  }
}

.p-consulting__sp-img,
.p-consulting .p-consulting__sp-triangle {
  display: none;
}

@media screen and (max-width: 1023px) {
  .p-consulting__sp-img,
  .p-consulting .p-consulting__sp-triangle {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .p-consulting .p-consulting__sp-img {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting .p-consulting__sp-img {
    width: 80%;
  }
}

.p-consulting-area {
  padding-top: 100px;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-consulting-area {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-area {
    width: 90%;
  }
}

.p-consulting-area__title {
  font-size: 30px;
  text-align: center;
  padding-top: 130px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-area__title {
    font-size: 25px;
    padding-top: 114px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-area__title {
    font-size: 20px;
    line-height: 1.5em;
  }
}

.p-consulting-area__message {
  font-size: 30px;
  text-align: center;
  background-color: #B12433;
  color:#fff;
  padding: 10px 0px 5px 0px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-area__message {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-area__message {
    font-size: 20px;
    text-align: initial;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-consulting-area__content {
  font-size: 14px;
  line-height: 1.5em;
}

@media screen and (max-width: 1023px) {
  .p-consulting-area__content {
    font-size: 13px;
    margin-top: 10px;
  }
}

.p-consulting-area__content:nth-of-type(2) {
  font-weight: bold;
  line-height: 2em;
}

.p-consulting-area__img1 {
  width: 130px;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-area__img1 {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-area__img1 {
    width: 180px;
  }
  .p-consulting-area__img2 {
    display: block!important;
  }
}

.p-consulting-area__img2 {
  width: 80px;
  display: none;
  margin: 20px auto;
}

.p-consulting-area__background {
  background-color: #e4e4e4;
  padding: 20px;
  border-radius: 20px;
}

/* .p-consulting-area__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

@media screen and (max-width: 767px) {
  .p-consulting-area__field {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-consulting-area__center-block {
  /* margin-left: 22px; */
  /* display: flex; */
  display: none;
 
}
.p-consulting-area__center-block-img{
  height: 200px;
  width: 5px;
}
.p-consulting-area__flex-direction{
  display: none;
}

@media screen and (max-width: 767px) {
  .p-consulting-area__center-block {
    display: block;
  }
  .p-consulting-area__flex-direction{
    display: block;
    width: 90%;
  }
}

.p-consulting-area__right-block {
  width: 300px;
  margin-left: 50px;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-consulting-area__right-block {
    display: block;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
  }
}

.p-consulting-area__margin-top {
  margin-top: 150px;
}

.p-consulting-area__block {
  width: 240px;
}

.p-consulting-area__margin-left {
  margin-left: 47px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-area__margin-left {
    margin-left: 57px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-area__margin-left {
    margin-left: 268px;
  }
  .p-consulting-area__margin-top {
    margin-top: 20px;
  }
}

.p-consulting-field {
  background-image: url(../images/big_triangle.png);
  background-repeat: no-repeat;
  background-size: 500px 300px;
  background-position: 50% 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-field {
    background-size: 450px 250px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-field {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: 300px 200px;
    background-position: 50% 151px;
  }
}

.p-consulting-field__wrap {
  background-color: #203864;
  color: #fff;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 40px;
}

.p-consulting-field span {
  font-size: 13px;
}

.p-consulting-block {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}



@media screen and (max-width: 1023px) {
  .p-consulting-block {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-block {
    width: 90%;
    padding-top: 56px;
  }
  .wpcf7-text{
    height: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__flexbox {
    padding-top: 70px;
  }
}

.p-consulting-block__flexbox, .p-consulting-block__flexbox1, .p-consulting-block__flexbox2, .p-consulting-block__flexbox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
}

.p-consulting-block__flexbox{
  padding-top: 70px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__flexbox, .p-consulting-block__flexbox1, .p-consulting-block__flexbox2, .p-consulting-block__flexbox3 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-block__flexbox, .p-consulting-block__flexbox1, .p-consulting-block__flexbox2, .p-consulting-block__flexbox3 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}

.p-consulting-block__title {
  background-color: #203864;
  color: #fff;
  padding: 20px 10px;
  width: 226px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__title {
    font-size: 14px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .p-consulting-block__title {
    text-align: initial;
    width: 240px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-consulting-block__content {
  width: 500px;
  margin-left: 30px;
  line-height: 1.5em;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-consulting-block__content {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 95%;
    font-size: 14px;
  }
}

.p-consulting-block__modal-list {
  width: 700px;
  display: inline-block;
  margin-bottom: 40px;
}
.p-consulting-block__modal-list:nth-of-type(8) {
  margin-bottom: 0px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal-list {
    margin-bottom: 20px;
  }
}

.p-consulting-block__modal-title {
  width: 247px;
  display: inline-block;
  font-size: 14px;
  margin-left: 85px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal-title {
    width: 260px;
    line-height: 1.5em;
    margin-left: 123px;
  }
}

.p-consulting-block__modal-block {
  text-align: center;
  color: #fff;
}

.p-consulting-block__modal-content {
  font-size: 20px;
  color: #fff;
  line-height: 2em;
  margin-top: 20px;
  margin-left: 73px;
}

.p-consulting-block span {
  display: inline-block;
  /* width: 343px; */
  width: 224px;
  margin-left: 141px;
  line-height: 1.5em;
  font-size: 14px;
}

.p-consulting-block__flexbox {
  position: relative;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.p-consulting-block__flexbox:hover .p-consulting-block__modal-wrap {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  width: 800px;
  border-radius: 30px;
  padding: 50px;
}

.p-consulting-block__flexbox1 .p-consulting-block__modal-title {
  width: 267px;
  margin-left: 65px;
}
.p-consulting-block__modal-wrap1 span {
  width: 300px;
  margin-left: 122px;
}
.p-consulting-block__modal-wrap1 .p-consulting-block__modal-list {
  width: 780px;
}
.p-consulting-block__modal-wrap1 .p-consulting-block__modal-list:nth-of-type(7) {
  margin-bottom: 0;
}
.p-consulting-block__modal-wrap2 .p-consulting-block__modal-title{
  width: 286px;
  margin-left: 49px;
}
.p-consulting-block__modal-wrap2 span{
  width: 308px; 
  margin-left: 56px;
}
.p-consulting-block__modal-wrap2 .p-consulting-block__modal-list:nth-of-type(7){
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__flexbox:hover .p-consulting-block__modal-wrap {
    padding: 30px;
    width: 700px;
  }
}

.p-consulting-block__modal {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal {
    top: 45px;
  }
}

.p-consulting-block__modal-wrap {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  display: none;
  padding: 50px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal-wrap {
    padding: 30px;
  }
}

.p-consulting-block__flexbox1 {
  position: relative;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.p-consulting-block__flexbox1:hover .p-consulting-block__modal-wrap1 {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  width: 800px;
  border-radius: 30px;
  padding: 50px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__flexbox1:hover .p-consulting-block__modal-wrap1 {
    padding: 30px;
    width: 700px;
  }
}

.p-consulting-block__modal1 {
  position: absolute;
  top: -145px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal1 {
    top: -140px;
  }
}

.p-consulting-block__modal-wrap1 {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  display: none;
  padding: 50px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal-wrap1 {
    padding: 30px;
  }
}

.p-consulting-block__flexbox2 {
  position: relative;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.p-consulting-block__flexbox2:hover .p-consulting-block__modal-wrap2 {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  width: 750px;
  border-radius: 30px;
  padding: 50px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__flexbox2:hover .p-consulting-block__modal-wrap2 {
    padding: 30px;
    width: 700px;
  }
}

.p-consulting-block__modal2 {
  position: absolute;
  top: -275px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal2 {
    top: -230px;
  }
}

.p-consulting-block__modal-wrap2 {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  display: none;
  padding: 50px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal-wrap2 {
    padding: 30px;
  }
}

.p-consulting-block__flexbox3 {
  position: relative;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.p-consulting-block__flexbox3:hover .p-consulting-block__modal-wrap3 {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  width: 800px;
  border-radius: 30px;
  padding: 50px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__flexbox3:hover .p-consulting-block__modal-wrap3 {
    padding: 30px;
    width: 700px;
  }
}

.p-consulting-block__modal3 {
  position: absolute;
  top: -387px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal3 {
    top: -320px;
  }
}

.p-consulting-block__modal-wrap3 .p-consulting-block__modal-list {
  width: 750px;
}
.p-consulting-block__modal-wrap3 .p-consulting-block span {
  margin-left: 158px;
}

.p-consulting-block__modal-wrap3 {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  display: none;
  padding: 50px;
}

@media screen and (max-width: 1023px) {
  .p-consulting-block__modal-wrap3 {
    padding: 30px;
  }
}

.c-single-container img{
  width: 800px;
  height:auto;
  display: block;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width:1023px){
  .c-single-container img{
    width: 600px;
  }
}
@media screen and (max-width:767px){
  .c-single-container img{
    width: 90%;
  }
}
.c-single-container{
  width: 800px;
  margin:120px auto 0;
}
@media screen and (max-width:1023px){
  .c-single-container{
    width: 750px;
    margin-top: 80px;
  }
}
@media screen and (max-width:767px){
  .c-single-container{
    width: 90%;

  }
}
.c-single-container__title{
  font-size: 30px;
  line-height:1.5em;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width:1023px){
  .c-single-container__title{
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:767px){
  .c-single-container__title{
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.c-single-container p{
  margin-bottom: 20px;
  line-height:1.5em;
}
@media screen and (max-width:1023px){
  .c-single-container p{
    font-size: 14px;
  }
}
.c-single-container h2{
  margin-bottom: 20px;
  line-height:1.5em;
  font-size: 20px;
}
@media screen and (max-width:1023px){
  .c-single-container h2{
    font-size: 16px;
  }
}
@media screen and (max-width:767px){
  .c-single-container h2{
    font-size: 14px;
  }
}
.c-single-container h3{
  margin-bottom: 20px;
  line-height:1.5em;
}



.p-newstop-container__title{
  text-align: center;
  font-size: 30px;
  color: #404040;
}
@media screen and (max-width:1023px){
  .p-newstop-container__title{
    font-size: 25px;
  }
}
@media screen and (max-width:767px){
  .p-newstop-container__title{
    font-size: 20px;
  }
}


.p-newstop-container{
  margin-top: 145px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1023px){
  .p-newstop-container{
    width: 750px;
  }
}
@media screen and (max-width:767px){
  .p-newstop-container{
    width: 95%;
  }
}
.p-newstop-container__flexbox{
  display: flex;
  flex-wrap:wrap;
  width: 1000px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 60px;
}
@media screen and (max-width:1023px){
  .p-newstop-container__flexbox{
    width: 750px;
  }
  .p-newstop-container__list {
    width: 230px!important;
    margin-left: 2%!important;
  }
  .p-newstop-container__content {
    width: 230px!important;
  }
  .p-newstop-wrap {
    width: 750px!important;
    margin-top: 100px!important;
  }
  .p-search__title {
    width: 750px!important;
  }
}
@media screen and (max-width:767px){
  .p-newstop-container__flexbox {
    width: 90%;
    flex-direction:column;
  }
  .p-newstop-wrap {
    width: 95%!important;
  }
  .p-search__title {
    width: 90%!important;
  }
  .p-newstop-container__list {
    width: 95%!important;
    margin-left:auto!important;
    margin-right:auto;
  }
  .p-newstop-container__content {
    width: 95%!important;
  }
}
.p-newstop-container__list{
  width: 252px;
  margin-left: 6%;
  margin-bottom: 60px;
}
.p-newstop-container__list a{
  color: #404040;
}
.p-newstop-container__content{
  width: 252px;
}
.p-newstop-container__readmore{
  border:1px solid #333;
  padding: 10px 10px 5px;
  text-align: center;
  margin-top: 20px;
  display: block;
  border-radius:20px;
  font-size: 14px;
}
.p-greeting .p-company-overview__lists li:first-child{
  font-weight: normal;
}
.p-information li:first-child .p-company-overview__lists-name{
  font-weight: normal;
}
.p-privacy li:first-child .p-company-overview__lists-name{
  font-weight: normal;
}
.p-company-overview-field__map{
  margin-left: 1%;
}
.p-company-overview-field--width{
  width: 818px;
}
@media screen and (max-width:1023px){
  .p-company-overview-field--width{
    width: 449px;
  }
}
@media screen and (max-width:767px){
  .p-company-overview-field--width{
    width: 90%;
  }
}
@media screen and (max-width:1023px){
  .p-company-overview-field__sp{
    display: none;
  }
}
.p-image2__price{
  font-size: 25px!important;
}
.p-flow__img-marginleft{
  margin-left: 248px;
}
@media screen and (max-width:1023px){
  .p-flow__img-marginleft{
    margin-left: 152px;
  }
}
.p-flow-wrap__content {
  margin-left: 30px;
}
.p-consulting-area__content1{
  width: 800px;
  margin-left:auto;
  margin-right:auto;
  line-height:1.5em;
  margin-top: 20px;
  font-size: 16px;
}
#recruit{
  position:relative;
}
.top-button .fa-chevron-up {
  color: #fff;
  width: 70px;
  line-height: 70px;
  border-radius: 35px;
  background-color: #7f7f7f;
  font-size: 40px;
  text-align: center;
  position: absolute;
  right: 10%;
  bottom: -100px;
}
@media screen and (max-width:1023px){
  .top-button .fa-chevron-up{
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height:70px;
    bottom:-100px;
  }
}
@media screen and (max-width:767px){
  .top-button .fa-chevron-up{
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height:60px;
  }
}
@media screen and (max-width:1023px){
  .p-consulting-block__modal,
  .p-consulting-block__modal1,
  .p-consulting-block__modal2,
  .p-consulting-block__modal3{
    display: none;
  }
}
.p-newstop-field__title{
  margin-bottom: 5px;
  display: flex;
}
.post-catselect{
  width: 450px!important;
  padding: 5px;
  border-radius:10px;
}
@media screen and (max-width:1023px){
  .post-catselect{
    margin-bottom: 20px;
  }
  .search1{
    margin-left: 0!important;
    padding-left: 0!important;
  }
  .post-catselect {
    margin-left: 8px;
  }
  .p-newstop-field__title {
    margin-left: 39px;
  }
}
@media screen and (max-width:767px){
  .post-catselect {
    width: 95%!important;
  }
}
.p-category-container{
  margin-top: 145px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1023px){
  .p-category-container{
    width: 750px;
  }
}
@media screen and (max-width:767px){
  .p-category-container{
    width: 90%;
  }
}
.form-wrap{
  width: 450px;
}
.form-wrap form{
  position:relative;
  display: flex;
}
.form-wrap input{
  width: 485px;
  padding: 5px;
  border-radius:10px;
  border: 1px solid #767676;
}
@media screen and (max-width:767px){
  .form-wrap input{
    width: 60%;
  }
}
.search-article{
  margin-top: 200px;
}
.p-search__title{
  width: 926px;
  margin:40px auto 0;
  font-size: 20px;
  font-weight: bold;
  color:#7f7f7f;
}
.search{
  width: 50px!important;
  display: block;
  margin-left: 10px;
}
.search1{
  display: block;
  margin-left: 30px;
}
.p-newstop-wrap{
  display: flex;
  width: 911px;
  margin:145px auto 0;
}
@media screen and (max-width:1023px){
  .p-newstop-wrap{
    flex-direction:column;
  }
}
.search-title{
  margin-left: 30px;
  margin-bottom: 5px;
}
.searchpage-title{
  width: 926px;
  margin:40px auto 0;
  font-size: 20px;
  font-weight: bold;
  color:#7f7f7f;
}
.p-single{
  background-color:#7f7f7f;
  color:#fff;
  padding: 5px 10px;
  border-radius:10px;
  text-align: center;
  display: block;
  width: 148px;
}
.p-single-top{
  background-color: #7f7f7f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  display: block;
  width: 148px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width:1023px){
  .p-single-top{
    margin-left: 2%;
  }
}
.form-wrap input:last-child{
  margin-top: 5px;
}
.p-category-container .p-single,
.p-search .p-single{
  margin-left: 20px;
  margin-top: 10px;
}
@media screen and (max-width:767px){
  .p-company-overview-field__detail,
  .p-greeting-block,
  .p-parivacy-block-first {
    padding-top: 110px;
  }
  .p-company-overview-field__items li{
    line-height:1.3em;
  }
  .p-company-overview-field__flexbox {
    margin-bottom: 30px;
  }
  .p-company-overview-field__items .p-company-overview-field__items{
    padding-bottom: 0;
  }
  .p-company-overview__subtitle {
    margin-top: 50px;
  }
  .p-greeting-flexbox {
    width: 100%;
  }
  .p-greeting-flexbox p{
    line-height:1.3em;
  }
  .p-greeting-president-image {
    width: 50%;
  }
  .p-information p:nth-child(2){
    margin-top: 50px;
  }
  .p-information-bigtitle{
    margin-top: 50px;
  }
  .p-information-bigtitle__list:nth-child(2), .p-information-bigtitle__list:nth-child(3), .p-information-bigtitle__list:nth-child(4) {
    margin-left: 12px;
  }
  .p-information-bigtitle__flexbox {
    margin-bottom: 30px;
  }
  .p-information-smalltitle__flexbox{
    margin-bottom: 30px;
  }
  .p-privacy p:nth-child(2){
    margin-top: 50px;
  }
  .p-privacy-mail,
  .p-privacy-section li{
    line-height:1.3em;
  }
  .p-privacy-section {
    padding-top: 15px;
    padding-left: 10px;
  }
  .page-recruting p:nth-child(3) {
    font-size: 16px;
    margin-top: 30px;
  }
  .p-recon__heading {
    padding-top: 108px;
  }
  .p-consulting{
    padding-top: 50px;
  }
  .p-consulting__title {
    margin-bottom: 30px;
    line-height: 1.3em;
    text-align: initial;
  }
  .p-consulting-area{
    padding-top: 50px;
  }
  .p-consulting-field{
    padding-bottom: 20px;
  }
  .p-consulting-area__message {
    font-size: 17px;
    line-height:1.3em;
    padding-left: 10px;
  }
  .p-consulting-area__content1{
    width: 90%;
  }
  .p-consulting-area__block {
    width: 100%;
  }
  .p-consulting-area__margin-left {
    margin-left: auto;
  }
  .p-consulting-block__flexbox {
    padding-top: 90px;
  }
  .p-education-wrap {
    margin-top: 40px;
  }
  .p-education-wrap__title {
    padding-top: 90px;
  }
  .p-education-field {
    margin-top: 30px;
  }
  .p-education-wrap__content {
    margin-top: 30px;
  }
  .p-education-field__box-img {
    width: 90%;
  }
}
.p-consulting-block__modal-wrap-h2{
  text-align: center;
  color:#fff;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width:767px){
  .p-business-title {
    padding-bottom: 2%;
  }
  .p-greeting__title {
    padding-top: 3%!important;
    font-size: 20px;
  }
  /* .last{
    padding-bottom: 200px;
  } */
}
.p-education-field-sp{
  display: none;
}
@media screen and (max-width:767px){
  .p-education-field-sp{
    display: block;
  }
}
.p-consulting-area-img{
  display: block;
  width: 1000px;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width:1023px){
  .p-consulting-area-img{
    width: 750px;
  }
}
@media screen and (max-width:767px){
  .p-consulting-area-img{
    display: none;
  }
}


/*--------お問合せ--------*/
.p-contact-wrap{
  width: 1000px;
  margin: 120px auto 0;
}
.contact-form--background-gray{
  background-color:#F5F5F5;
}
.contact-form__wrapper th{
  font-weight: normal;
}
.color--red{
  color:#CC3232!important;
}
.wpcf7-response-output{
  border:none!important;
  text-align: center;
  color:#CC3232;
}
@media screen and (max-width:1023px){
  .wpcf7-response-output{
    text-align:initial;
  }
}
.class-contact-form span{
  font-size: 13px;
}
.contact-form__wrapper th{
  text-align:right;
  padding: 15px;
}
@media screen and (max-width:767px){
  .contact-form__wrapper th{
    padding: 8px;
  }
}
.contact-form__wrapper td{
  text-align:left;
  padding-top: 10px;
  padding-left: 10px;
  line-height:1.3em;
  padding-bottom: 10px;
}
.wpcf7-form-control{
  border:1px solid #ccc!important;
  width: 400px;
}
.wpcf7-text:hover,
.wpcf7-textarea:hover{
  background-color:#F5F5F5;
}
.contact-form__wrapper .notice{
  font-size: 13px;
}
.class-contact-form{
  width: 1000px;
}
.wpcf7-confirm{
  background-color:#B10D0F;
  color:#fff;
  border:none;
  width: 200px;
  padding: 10px;
  text-align: center;
  margin:50px auto 0;
  display: block;
}
.class-contact-form .wpcf7-textarea{
  height: 90px;
  margin-bottom: -38px;
}
.contact-form--height{
  height: 20px;
}
.wpcf7-not-valid-tip {
  font-size: 13px!important;
  margin-top: 5px;
}
.contact-form__your-message .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 44px;
}
.wpcf7-select{
  width: 80px!important;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width:767px){
  .wpcf7-select{
    height: 25px;
    margin-bottom: 5px;
  }
}
.number input{
  width: 80px;
  display: inline-block;
}
.number .notice{
  display: inline-block!important;
}
.wpcf7 form.invalid .wpcf7-response-output{
  text-align: center;
  border:none!important;
  color:#B10D0F;
  line-height:1.5em;
}
@media screen and (max-width:1023px){
  .wpcf7 form.invalid .wpcf7-response-output{
    text-align: initial;
  }
}
.p-contact__title{
  font-size: 30px;
  text-align: center;
  border-bottom:3px double #999;
  padding-bottom: 10px;
}
.wpcf7 form.sent .wpcf7-response-output{
  border:none;
  text-align: center;
}
.wpcf7c-btn-back,
.wpcf7c-elm-step2{
  background-color: #B10D0F;
  color: #fff;
  border: none;
  width: 200px;
  padding: 10px;
  text-align: center;
  margin: 50px auto 0;
  display: block;
  display: inline-block;
  margin-left: 20px;
}
.contact-form--block{
  width:450px;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width:1023px){
  .p-contact-wrap,
  .class-contact-form{
    width: 750px;
  }
  .wpcf7-form-control{
    width: 300px;
  }
}
@media screen and (max-width:767px){
  .p-contact-wrap,
  .class-contact-form{
    width: 100%;
  }
  .wpcf7-form-control{
    width: 195px!important;
  }
  .contact-form__wrapper th{
    text-align:initial;
  }
  th{
    width: 100px;
  }
  th span{
    font-size: 13px;
  }
  td{
    width: 220px!important;
  }
  .wpcf7c-btn-back,
  .wpcf7c-elm-step2{
    width: 150px;
  }
}

.p-contact-form1__wrap-title{
  font-size: 20px;
}
.p-contact-form1__wrap{
  width: 1000px;
  margin-top: 120px;
  margin-left:auto;
  margin-right:auto;
  background-color:#f6f6f6;
  padding-bottom: 20px;
}
.p-contact-form1__subtitle{
  font-size: 18px;
  color:#666;
  padding-top: 20px;
  padding-left: 20px;
}
.p-contact-form1__require{
  border:1px solid #666;
  padding: 2px;
  margin-left: 5px;
  font-size: 13px;
}
.p-contact-form1__item:nth-of-type(1){
  margin-top: 30px;
}
.p-contact-form1__item {
  margin-bottom: 10px;
  display: flex;
  justify-content:flex-end;
  width: 700px;
  margin-left:auto;
  margin-right:auto;
}
/* .p-contact-form1__field{
  width: 300px;
} */
.p-contact-form1__name {
  font-size: 13px;
  
  /* width: 200px; */
}
.p-contact-form1__marginright1{
  margin-right: 10px;
}
.p-contact-form1__flexbox{
  display: flex;
  justify-content:center;
  align-items:center;
  margin-right: 20px;
}
.p-contact-form1--width{
  width: 580px;
  margin-left:0;
  margin-right:0;
}
.p-contact-form1__money .wpcf7-textarea{
  width: 408px;
  height: 100px;
}
.p-contact-form1__money .p-contact-form1__flexbox {
  margin-right: 18px;
}
.p-contact-form1__explain{
  font-size: 13px;
  color:#999;
  text-align: right;
  margin-right: 150px;
}
.p-contact-form1__wrap-title{
  padding: 15px;
  background-color:#f1f1f1;
  border-bottom:1px solid #E6E6E6;
}
.p-contact-form1__wrap-subtitle{
  font-size: 13px;
  color:#999;
  text-align: center;
  padding: 15px;
  border-bottom:1px solid #E6E6E6;
}
.p-contact-form1__item .wpcf7-text{
  width: 406px;
}
.p-contact-form1__item .wpcf7-select{
  width: 136px!important;
}
.p-contact-form1__wrapper{
  padding-bottom: 20px;
  border-bottom:1px solid #E6E6E6;
}
.salary{
  display: block;
}
.p-contact-form1__box{
  width: 400px;
}
.p-contact-form1__borderbottom{
  padding-bottom: 20px;
  border-bottom:1px solid #E6E6E6;
}
.p-contact-form1__file-content{
  margin-top: 10px;
  margin-left: 20px;
  line-height:1.3em;
  font-size: 13px;
  padding-right: 20px;
}
.p-contact-form1__borderbottom .yourfile{
  width: 410px;
  margin-left:auto;
  margin-right:auto;
  display: block;
  margin-top: 20px;
}
.p-contact-form1__text-box{
  display: flex;
  align-items:center;
  justify-content:space-between;
  margin-top: 20px;
  width: 600px;
  margin-left: 252px;
}
.message .wpcf7-textarea{
  width: 410px;
}
.p-contact-form1__wrap a{
  display: block;
  color:#025B95;
  width: 200px;
  text-align: center;
  background-color:#fff;
  padding: 10px;
  margin:20px auto 30px;
}
.p-contact-form1__item span{
  color:#B10D0F;
  font-size: 13px;
}
.p-contact-form1__link-box{
  display: flex;
}
.p-contact-form1__flexbox{
  display: flex;
}
.wpcf7 form.sent .wpcf7-response-output {
  line-height: 1.5em;
}
.contact-form__wrapper input:-internal-autofill-selected{
  background-color:#fff!important;
}
.wpcf7c-conf {
  background-color: #fff!important;
}
@media screen and (max-width:1023px){
  .p-contact-form1__wrap{
    width: 750px;
    margin-top: 90px;
  }
  .p-contact-form1__text-box {
    margin-left: 100px;
  }
}
@media screen and (max-width:767px){
  .p-contact-form1__item .wpcf7-text {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .p-contact-form1__flexbox {
    margin-right: 12px;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .p-contact-form1__item{
    width: 360px;
    margin-left: 19px;
    flex-direction:column;
  }
  .p-contact-form1__wrap .wpcf7-textarea{
    width: 250px;
    height: 106px;
  }
  .p-contact-form1__text-box{
    width: 360px;
    margin-left: 0;
    flex-direction:column;
  }
  .p-contact-form1__explain{
    text-align:initial;
    margin-right: 0;
    width: 90%;
    margin-left: 20px;
    line-height: 1.5em;
  }
  .p-contact-form1__wrap{
    width: 90%;
    margin-top: 70px;
  }
  .p-contact-form1__borderbottom .yourfile{
    width: 200px;
  }
  .p-contact-form1__wrap .message{
    margin-top: 10px;
    display: block;
  }
  .wpcf7c-btn-back, .wpcf7c-elm-step2 {
    margin-left: 12px;
  }
  .contact-form--block {
    width: 360px;
  }
}
.p-contact-form2__wrap{
  width: 1000px;
  margin:200px auto 0;
}
@media screen and (max-width:767px){
  .p-contact-form2__wrap{
    margin-top: 100px;
  }
  .wpcf7 input[type="file"] {
    width: 235px!important;
  }
  .yourfile{
    width: 235px!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.p-contact-form2__wrap h2{
  border-bottom:1px solid #BFBFBF;
  font-size: 20px;
  padding-bottom: 10px;
}
.p-contact-form2__wrap .wpcf7-form-control{
  border:none!important;
}
.p-contact-form2__wrap a{
  color:#9A3737;
  border-bottom:1px solid #9A3737;
}
/* .contact-form__wrapper span{
  color:#9A3737;
} */
.contact-form__wrapper .wpcf7-text{
  border:1px solid #BBB!important;
}
.contact-form__wrapper .wpcf7-list-item{
  margin-left: 0;
  margin-right: 10px;
}
.contact-form__wrapper p{
  font-size: 13px;
  color:#888;
}
.p-contact-form2__wrap .first{
  padding-top: 0;
  width: 124px;
}
.p-contact-form2__wrap .wpcf7-radio{
  display: flex;
  flex-direction:column;
}
.p-contact-form2__site{
  display: inline;
}
.members{
  padding-right: 0!important;
  padding-left: 0!important;
}
.site-user{
  line-height:1.3em;
}
.radio-use{
  display: block;
  width: 150px;
}
.site-user-block{
  display: flex;
  /* justify-content:center; */
}
.text-use-site .wpcf7-text{
  width: 200px;
  margin-left: 5px;
}
@media screen and (max-width:767px){
  .text-use-site .wpcf7-text{
    margin-left: 0px;
  }
  td{
    padding-left: 5px!important;
  }
}
.post .wpcf7-text{
  width: 100px;
}
.p-contact-form2__wrap .tel .wpcf7-text,
.p-contact-form2__wrap .fax .wpcf7-text{
  width: 200px;
}
.p-contact-form2__wrap .text-member .wpcf7-text,
.text-year .wpcf7-text,
.text-month .wpcf7-text{
  width: 40px!important;
  margin-right: 5px;
  margin-left: 5px;
}
.text-month .wpcf7-text{
  width: 20px;
}
.p-contact-form2__wrap tr{
  font-size: 13px;
}
.p-contact-form2__wrap .mail p{
  margin-top: 5px;
}
.p-contact-form2__wrap .p-contact-form2__site{
  color:#000;
}
.p-contact-form2__wrap .more .wpcf7-form-control{
  border:1px solid #BBB!important;
}
.p-contact-form2__wrap .more .wpcf7-textarea {
  height: 90px;
  margin-bottom: -45px;
}
.more-title p{
  color:#000;
}
.p-contact-form2__wrap h3{
  background-color:#f5f5f5;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.protection-title{
  font-weight: bold;
  margin-top: 20px;
}
.protection-content{
  line-height:1.5em;
  margin-top: 30px;
}
.contact-content{
  line-height:1.5em;
  margin-top: 20px;
  font-size: 13px;
}
.p-consulting-wrap__left a,
.p-consulting-wrap__background-color a{
  color:#000;
  border-bottom:1px solid #000;
}
.p-contact-form2__wrap .site-user-block{
  border:none;
}
.demo-content{
  margin-top: 20px;
  line-height:1.5em;
}
.contact-form__wrapper{
  position:relative;
}
.contact-form__wrapper .fa-chevron-up{
  position:absolute;
  bottom:-2%;
  right:-10%;
}
@media screen and (max-width:1023px){
  .contact-form__wrapper .fa-chevron-up{
    right:5%;
  }
}
@media screen and (max-width:1023px){
  .p-contact-form2__wrap{
    width: 750px;
  }
  .contact-form__wrapper td{
    line-height:1.7em;
  }
}
@media screen and (max-width:767px){
  .p-contact-form2__wrap {
    width: 90%;
  }
  .site-user-block{
    flex-direction:column;
  }
  .p-contact-form2__wrap th{
    line-height:1.5em;
  }
  .p-consulting-wrap__right {
    text-align: center;
  }
  .p-consulting-wrap tr td:first-child{
    width: 122px!important;
  }
  @media screen and (max-width:767px){
    .p-contact-form2__wrap td{
      width:210px!important;
    }
  }
}
form.wpcf7-form{
	margin-top: -200px;
	padding-top: 200px;
}

.u-another-flex{
  display: flex;
}
.u-margin1{
  margin-left: 30px;
}



.u-margin2 {
  margin-top: 285px;
}

@media screen and (max-width: 1023px) {
  .u-margin2 {
    margin-top: 193px;
  }
}

@media screen and (max-width: 767px) {
  .u-margin2 {
    margin-top: 80px;
  }
}

.u-margin3 {
  margin-top: 345px;
}

.u-another-center{
  text-align: center!important;
}

@media screen and (max-width: 1023px) {
  .u-margin3 {
    margin-top: 256px;
  }
}

@media screen and (max-width: 767px) {
  .u-margin3 {
    margin-top: 77px;
  }
}

.p-reccon-square {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .p-reccon-square {
    width: 150px;
  }
}

.p-reccon-square__ellipse {
  width: 270px;
  background-color: #CCCCCC;
  padding: 20px 0;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-reccon-square__ellipse {
    width: 150px;
  }
}

.p-reccon-square__ellipse-title {
  background-color: #141E3E;
  width: 180px;
  height: 100px;
  border-radius: 90px / 50px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .p-reccon-square__ellipse-title {
    width: 110px;
    height: 64px;
    line-height: 64px;
    border-radius: 55px / 32px;
  }
}

.p-reccon-square__triangle-wrap {
  width: 61px;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .p-reccon-square__triangle-wrap {
    width: 39px;
  }
}

.p-reccon-square__triangle1 {
  border: 20px solid #7F7F80;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: none;
  width: 0;
  height: 0;
}

.p-reccon-square-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .p-reccon-square-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-reccon-square-block {
    width: 95%;
  }
}

.p-reccon-square-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 636px;
}

@media screen and (max-width: 767px) {
  .p-reccon-square-block-left {
    width: 100%;
  }
}

.p-reccon-text {
  width: 300px;
}

.u-another-block{
  display: block;
}
.p-single-wrap{
  display: flex;
  width: 350px;
  margin: 50px auto 0;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-reccon-text {
    width: 130px;
  }
}

.p-reccon-text__title {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-reccon-text__title {
    font-size: 14px;
  }
}

.p-reccon-text__content {
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-reccon-text__content {
    font-size: 12px;
    line-height: 2em;
  }
}

.p-reccon-text__field {
  width: 260px;
}

@media screen and (max-width: 1023px) {
  .p-reccon-text__field {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-reccon-text__field {
    width: 95%;
  }
}

.p-reccon-text__field-title {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 2em;
}

.p-reccon-text__field-content {
  font-size: 14px;
  margin-bottom: 15px;
}

.p-reccon-square-block-right {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .p-reccon-square-block-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .p-reccon-square-block-right {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-reccon-square-block-right__horizon {
  width: 30px;
  height: 2px;
  background-color: #000;
}


@media screen and (max-width: 1023px) {
  .p-reccon-square-block-right__lines {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: -317px;
    margin-top: -312px;
  }
}

@media screen and (max-width: 767px) {
  .p-reccon-square-block-right__lines {
    margin-bottom: -156px;
    margin-top: -140px;
  }
}
.u-another-width1 {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .u-another-width1 {
    width: 80px;
  }
}

.u-another-width2 {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .u-another-width2 {
    width: 280px;
  }
}

@media screen and (max-width: 1023px) {
  .u-another-width3 {
    width: 100px;
  }
}

.u-margin2 {
  margin-top: 285px;
}

@media screen and (max-width: 1023px) {
  .u-margin2 {
    margin-top: 193px;
  }
}

@media screen and (max-width: 767px) {
  .u-margin2 {
    margin-top: 80px;
  }
}

.u-margin3 {
  margin-top: 345px;
}

@media screen and (max-width: 1023px) {
  .u-margin3 {
    margin-top: 256px;
  }
}

@media screen and (max-width: 767px) {
  .u-margin3 {
    margin-top: 77px;
  }
}

.u-margin4 {
  margin-top: 50px !important;
}

@media screen and (max-width: 1023px) {
  .u-margin5 {
    margin-top: 40px !important;
  }
}
.u-margin6{
  margin-top: 25px;
}
@media screen and (max-width:1023px){
  .u-margin6{
    margin-top: 15px;
  }
}
.u-margin7{
  margin-top: 30px;
}

.p-reccon-square {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .p-reccon-square {
    width: 150px;
  }
}

.p-reccon-square__ellipse {
  width: 270px;
  background-color: #CCCCCC;
  padding: 20px 0;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-reccon-square__ellipse {
    width: 150px;
  }
}

.p-reccon-square__ellipse-title {
  background-color: #141E3E;
  width: 180px;
  height: 100px;
  border-radius: 90px / 50px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .p-reccon-square__ellipse-title {
    width: 110px;
    height: 64px;
    line-height: 64px;
    border-radius: 55px / 32px;
  }
}

.p-reccon-square__triangle-wrap {
  width: 61px;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .p-reccon-square__triangle-wrap {
    width: 39px;
  }
}

.p-reccon-square__triangle1 {
  border: 20px solid #7F7F80;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: none;
  width: 0;
  height: 0;
}

.p-reccon-square-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .p-reccon-square-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-reccon-square-block {
    width: 95%;
  }
}

.p-reccon-square-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 636px;
}

@media screen and (max-width: 767px) {
  .p-reccon-square-block-left {
    width: 100%;
  }
}

.p-reccon-text {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .p-reccon-text {
    width: 130px;
  }
}

.p-reccon-text__title {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-reccon-text__title {
    font-size: 14px;
  }
}

.p-reccon-text__content {
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-reccon-text__content {
    font-size: 12px;
    line-height: 2em;
  }
}

.p-reccon-text__field {
  width: 260px;
}

@media screen and (max-width: 1023px) {
  .p-reccon-text__field {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-reccon-text__field {
    width: 95%;
  }
}

.p-reccon-text__field-title {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 2em;
}

.p-reccon-text__field-content {
  font-size: 14px;
  margin-bottom: 15px;
}

.p-reccon-square-block-right {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .p-reccon-square-block-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .p-reccon-square-block-right {
    width: 100%;
  }
}

.p-reccon-square-block-right__horizon {
  width: 30px;
  height: 2px;
  background-color: #000;
}

.p-reccon-square-block-right__vertical {
  width: 2px;
  height: 1182px;
  margin-left: auto;
  background-color: #000;
}

@media screen and (max-width: 1023px) {
  .p-reccon-square-block-right__vertical {
    height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .p-reccon-square-block-right__vertical {
    height: 42vh;
  }
}

@media screen and (max-width: 1023px) {
  .p-reccon-square-block-right__lines {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: -317px;
    margin-top: -312px;
  }
}

@media screen and (max-width: 767px) {
  .p-reccon-square-block-right__lines {
    margin-bottom: -156px;
    margin-top: -129px;
  }
}

.creative-table {
  width: 1000px;
}

@media screen and (max-width: 1023px) {
  .creative-table {
    display: none;
  }
}

.creative-table__center {
  text-align: center;
}

.creative-table__background1 {
  background-color: #404041;
  color: #fff;
}

.creative-table__background2 {
  background-color: #E8E9E7;
  line-height: 1.7em;
}

.creative-table__background3 {
  background-color: #142850;
  color: #fff;
}

.creative-table__background4 {
  background-color: #CFD8EC;
  line-height: 1.7em;
}

.creative-table__tab {
  border: none;
  display: none;
}

.creative-table__tab td {
  padding: 10px;
}

.creative-table__tab tr, .creative-table__tab td {
  border: 1px solid #fff;
}

@media screen and (max-width: 1023px) {
  .creative-table__tab {
    display: block;
    width: 442px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .creative-table__tab {
    width: 360px;
  }
}

.creative-table td {
  padding: 10px;
}

.creative-table tr, .creative-table td {
  border: 1px solid #fff;
}

.p-greeting-logo-title {
  font-size: 25px !important;
}

@media screen and (max-width: 767px) {
  .p-image {
    width: 100%;
  }
}

.p-image2__price {
  font-size: 28px !important;
}
@media screen and (max-width:767px){
  .p-image2__price {
    font-size: 25px !important;
  }
}

.p-image2__wrap-img1 {
  margin-top: 15px;
}

.p-image2__wrap {
  margin-top: 24px;
}

.pamphlet-table {
  margin-top: 15px;
}

.pamphlet-table td {
  padding: 10px;
}

.pamphlet-table tr, .pamphlet-table td {
  border: 1px solid #fff;
}

.pamphlet-table-margin{
  margin-top: -15px;
}

@media screen and (max-width: 1023px) {
  .p-image2__flexbox {
    width: 415px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .p-image2__wrap-img1 {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-image2 {
    width: 100%;
  }
}

.p-image2__title {
  padding-top: 123px;
}
@media screen and (max-width: 767px) {
  .p-image2__flexbox {
    width: 360px;
  }
}
.c-single-container a{
  color:#B7183F;
  text-decoration:underline;
}
.strongpoint-title{
  background-color: #D0D0D0;
  padding: 10px;
  width: 350px;
  line-height: 1.7em;
  font-size: 14px;
}
@media screen and (max-width:1023px){
  .strongpoint-title{
    width: 300px;
  }
}
@media screen and (max-width:767px){
  .strongpoint-title{
    width: 100%;
  }
}
.strongpoint-content{
  margin-top: 10px;
  font-size: 14px;
}
.strongpoint-circle1{
  width: 200px;
  height: 200px;
  border-radius:100px;
  background-color:#566FA0;
  line-height:200px;
  text-align: center;
  position:absolute;
  top:10px;
  left:50%;
  transform:translate(-50%,-50%);
  font-weight: bold;
}
.strongpoint-circle2{
  width: 200px;
  height: 200px;
  border-radius:100px;
  background-color:#DDE3F2;
  line-height:200px;
  text-align: center;
  position:absolute;
  left: 80px;
  top: 100px;
  font-weight: bold;
}
.strongpoint-circle3{
  width: 200px;
  height: 200px;
  border-radius:100px;
  background-color:#9DB0D9;
  line-height:200px;
  text-align: center;
  position:absolute;
  right: 80px;
  top: 100px;
  font-weight: bold;
}
.strongpoint{
  width: 1000px;
  margin:50px auto 0;
}
@media screen and (max-width:1023px){
  .strongpoint{
    width: 750px;
  }
}
@media screen and (max-width:767px){
  .strongpoint{
    width: 100%;
  }
}
.strongpoint-wrap1{
  width: 350px;
  margin:0 auto;
}
@media screen and (max-width:767px){
  .strongpoint-wrap1{
    width: 80%;
    margin-bottom: 20px;
  }
}
.strongpoint-wrap2{
  width: 750px;
  margin:0 auto;
  position:relative;
  margin-top: 120px;
}
@media screen and (max-width:767px){
  .strongpoint-wrap2{
    display: none;
  }
}
.strongpoint-wrap3{
  display: flex;
  justify-content:space-between;
  padding-top: 327px;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width:767px){
  .strongpoint-wrap3{
    padding-top: 0;
    flex-direction:column;
    width: 100%;
    margin: 0;
  }
}
.p-education-flexbox{
  display: flex;
  justify-content:space-around;
}
.p-education-field__img{
  display: block;
}
.p-education-field__triangle{
  border:20px solid #D0D0D0;
  border-right:none;
  border-top:20px solid transparent;
  border-bottom:20px solid transparent;
  width: 0;
  height: 0;
}
.p-education-field__right{
  display: flex;
  align-items:center;
}
.p-education-field__block{
  width: 300px;
}
.p-education-field__title{
  font-weight: bold;
  margin-bottom: 10px;
  line-height:1.4em;
}
.p-education-field__content{
  margin-bottom: 10px;
  font-size: 14px;
}
.p-education-field__title1{
  font-size: 25px;
  color:#141E3E;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}
.p-education-field__ellispe1{
  width: 250px;
  height: 180px;
  border-radius: 125px / 90px;
  background-color: #141E3E;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0 auto;
}
.p-education-field__ellispe2{
  width: 250px;
  height: 180px;
  border-radius: 125px / 90px;
  background-color: #141E3E;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-education-field__ellispe-title{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.p-education-field__ellispe-content{
  line-height:1.7em;
  width: 177px;
}
.p-education-field__flex{
  display: flex;
  justify-content: space-around;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.p-education-field__line{
  width: 100px;
  height: 30px;
  margin-left: 31px;
  background-color: #B1B0B1;
}
.p-education-field__triangle1{
  border:48px solid #B1B0B1;
  width: 0;
  height: 0;
  border-bottom:none;
  border-right:80px solid transparent;
  border-left:80px solid transparent;
}
.p-education-field__chevron{
  width: 155px;
  margin:30px auto 0;
}
.p-gap-content{
  color:#fff;
  background-color:#1D3F7E;
  width: 150px;
  padding: 20px;
  line-height:1.3em;
  text-align: center;
}
.p-gap-content1{
  color:#fff;
  background-color:#1D3F7E;
  width: 150px;
  padding: 20px;
  line-height:1.3em;
  text-align: center;
  margin-top: 10px;
}
.p-gap-wrapper{
  position:relative;
  margin-top: 30px;
}
.p-gap-task__title{
  width: 250px;
  height: 80px;
  line-height:80px;
  border-radius: 125px / 40px;
  background-color: #A51F24;
  color: #fff;
  font-weight:bold;
  text-align: center;
}
.p-gap-task{
  position: absolute;
  top: 197px;
  left: 57%;
  transform: translate(-50%,-50%);
  width: 610px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-gap-line__horizon{
  width: 400px;
  height: 30px;
  background-color:#DAE3F3;
  margin-left: 24px;
  margin-top: 45px;
}
.p-gap-line__horizon1{
  width: 400px;
  height: 30px;
  background-color:#DAE3F3;
  margin-top: 26px;
}
.p-gap-line__vertical{
  height: 200px;
  width: 30px;
  background-color:#DAE3F3;
  margin-left: 24px;
}
.p-gap-line__triangle{
  width: 0;
  height: 0;
  border:40px solid #DAE3F3;
  border-right:40px solid transparent;
  border-left:40px solid transparent;
  border-bottom:none;
}
.p-gap-line__triangle1{
  width: 0;
  height: 0;
  border:40px solid #DAE3F3;
  border-right:none;
  border-top:40px solid transparent;
  border-bottom:40px solid transparent;
}
.p-gap-flex{
  display: flex;
  width: 800px;
  margin: 0 auto;
  justify-content: space-around;
}
.p-gap-flex2{
  display: flex;
  margin-left: 59px;
  margin-top: 20px;

}
.p-gap-flex3{
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
}
.p-gap-title{
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.p-gap-task__content{
  line-height:1.3em;
  font-size: 14px;
}
.p-gap-wrapper-sp{
  display: none;
}
.p-consulting__line{
  width: 104px;
  height: 8px;
  background-color: #141E3E;
  margin-bottom: 5px;
}
.p-consulting__line-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 380px;
  margin-top: 35px;
  margin-bottom: 10px;
}
.p-consulting__line-title{
  font-weight: bold;
}
.p-consulting__line-wrap{
  border:1px solid #141E3E;
  padding: 20px;
  width: 280px;
  border-radius:30px;
  display: flex;
  justify-content:space-around;
  align-items:center;
}
.p-consulting__line-wrap-bold{
  border:3px solid #141E3E;
  padding: 20px;
  width: 280px;
  border-radius:30px;
  display: flex;
  justify-content:space-around;
  align-items:center;
}
.p-consulting__line-content{
  width: 250px;
  line-height:1.7em;
  font-size: 14px;
}
.p-consulting__line-img{
  width: 100px;
  display: block;
}
.p-consulting__line-box{
  width: 750px;
  margin:0 auto;
}
.p-consulting__line-triangle{
  border:40px solid #B1B0B1;
  border-top:40px solid transparent;
  border-bottom:40px solid transparent;
  border-right:none;
  width: 0;
  height: 0;
}
.p-consulting__line-flex1{
  display: flex;
  justify-content:space-around;
  align-items:center;
}
.p-consulting__line-bold{
  border:3px solid #141E3E;
}
.p-consulting-padding{
  padding: 50px 20px;
}
.p-consulting-padding2{
  padding: 41px 20px;
}
.p-creative-branding-wrap{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-around;
  margin-top: 20px;
}
.p-creative-branding-wrap__title1{
  background-color:#E6E5E5;
  width: 150px;
  height: 40px;
  border-radius: 75px / 20px;
  text-align: center;
  line-height:40px;
  margin-bottom: 10px;
}
.p-creative-branding-wrap__title2{
  background-color:#E6E5E5;
  width: 70px;
  height: 40px;
  border-radius: 35px / 20px;
  text-align: center;
  line-height:40px;
  margin-bottom: 10px;
}
.p-creative-branding-wrap__content{
  text-align: center;
  margin-top: 5px;
}
.p-creative-triangle{
  width: 100px;
  margin:20px auto;
}
.p-creative-triangle__content{
  border:44px solid #B1B0B1;
  border-right:50px solid transparent;
  border-left:50px solid transparent;
  border-bottom:none; 
}
.p-creative-triangle__margin{
  margin-left: 251px;
  margin-top: 30px;
}
.p-recon__circle-flex{
  width: 160px;
  height: 160px;
  background-color:#141E3E;
  color:#fff;
  border-radius:90px;
  text-align: center;
}
.p-recon__circle-content{
  width: 145px;
  line-height: 2em;
  padding-top: 55px;
  padding-left: 7px;
}
.p-recon__circle-padding{
  padding-top: 62px;
}
.p-creative-field-img{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  position:relative;
}
.p-creative-field-img-left{
  background-color: #CFD8EC;
  width: 160px;
  height: 200px;
  line-height: 200px;
  font-size: 30px;
  font-weight: bold;
  padding-left: 40px;
}
.p-creative-field-list{
  border: 1px solid #B5B1B0;
  padding: 5px;
  width: 329px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color:#fff;
}
.p-creative-field-list span{
  font-weight: bold;
}
.p-creative-field-img-right{
  position:absolute;
  right:30px;
  top:170px;
}
.p-flow-wrap__vertical{
  width: 40px;
  height: 341px;
  writing-mode: vertical-rl;
  background-color: #B5B1B0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-left: 30px;
  line-height: 40px;
}
.p-flow-wrap__vertical2 {
  width: 40px;
  height: 489px;
  writing-mode: vertical-rl;
  background-color: #B5B1B0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-left: 30px;
  line-height: 40px;
}
.p-flow-wrap__triangle{
  border:50px solid #B5B1B0;
  border-right:50px solid transparent;
  border-left:50px solid transparent;
  border-bottom:none;
}
.p-flow-wrap__vertical span,
.p-flow-wrap__vertical2 span{
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.p-flow-wrap__verticaltriangle{
  margin-left: 42px;
}
.piramid{
  position:relative;
}
.piramid-text1{
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 53px;
  left: 166px;
}
.piramid-text2{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
  position: absolute;
  top: 140px;
  left: 100px;
}
.piramid-text3{
  font-size: 30px;
  font-weight: bold;
  color: #E60A15;
  position: absolute;
  top: 300px;
  left: 168px;
}
.p-greeting-president-box{
  width: 300px;
  margin-left:auto;
}




@media screen and (max-width:1023px){
  .p-education-field__img{
    width: 495px;
  }
  .p-educatoin-field__title{
    font-size: 15px;
  }
  .p-education-field__content{
    font-size: 12px;
  }
  .p-education-field__block{
    width: 250px;
  }
  .p-education-field__ellispe1 {
    width: 220px;
    height: 150px;
    border-radius: 110px / 75px;
  }
  .p-education-field__ellispe2 {
    width: 220px;
    height: 150px;
    border-radius: 110px / 75px;
  }
  .p-gap-content {
    width: 120px;
    font-size: 14px;
    padding: 15px;
  }
  .p-gap-content1 {
    width: 120px;
    font-size: 14px;
    padding: 15px;
  }
  .p-gap-title {
    font-size: 13px;
  }
  .p-gap-task__title {
    width: 220px;
    height: 72px;
    line-height: 70px;
    border-radius: 110px / 36px;
    font-size: 14px;
  }
  .p-gap-task{
    width: 550px;
    left:61%;
    top:160px;
  }
  .p-gap-task__content{
    width: 300px;
    font-size: 13px;
  }
  .p-gap-line__horizon {
    width: 300px;
    height: 20px;
  }
  .p-gap-line__vertical {
    height: 150px;
    width: 20px;
  }
  .p-gap-line__triangle {
    border: 30px solid #DAE3F3;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: none;
    margin-left: 6px;
  }
  .p-gap-line__horizon1 {
    width: 250px;
    height: 20px;
    margin-top: 19px;
  }
  .p-gap-line__triangle1 {
    border: 30px solid #DAE3F3;
    border-right: none;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .p-education-field__line {
    width: 80px;
  }
  .p-education-field__triangle1 {
    border: 43px solid #B1B0B1;
    border-bottom: none;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
  }
  .p-gap-flex{
    width: 600px;
  }
  .p-education-field__chevron {
    width: 130px;
  }
  .p-education-field__category-content {
    font-size: 18px;
  }
  .p-consulting__line-wrap {
    width: 240px;
  }
  .p-consulting__line-wrap-bold {
    width: 240px;
  }
  .p-consulting__line-content {
    font-size: 12px;
  }
  .p-consulting__line-triangle {
    border: 30px solid #B1B0B1;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: none;
    width: 0;
    height: 0;
  }
  .p-consulting__line-img {
    width: 70px;
  }
  .p-consulting-padding2 {
    padding: 31px 20px;
  }
  .p-creative-field-img {
    padding-top: 98px;
  }
  .p-creative-field-img-right {
    top:125px;
  }
}
@media screen and (max-width:767px){
  .p-education-flexbox{
    display: none;
  }
  .p-education-field__title1{
    font-size: 18px;
    text-align:initial;
  }
  .p-education-field__flex{
    flex-direction:column;
    width: 220px;
  }
  .p-education-field__ellispe1 {
    margin-bottom: 20px;
  }
  .p-education-field__ellispe2 {
    margin-bottom: 20px;
  }
  .p-education-field__line {
    width: 60px;
  }
  .p-education-field__triangle1 {
    border: 43px solid #B1B0B1;
    border-bottom: none;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
  }
  .p-education-field__chevron {
    width: 110px;
  }
  .p-gap-wrapper{
    display: none;
  }
  .p-gap-wrapper-sp{
    display: block;
    position:relative;
    margin-top: 30px;
  }
  .p-gap-task {
    width: 170px;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction:column;
    left:66%;
  }
  .p-gap-flex{
    flex-direction:column;
    width: 90%;
  }
  .p-gap-line__vertical {
    height: 100px;
    margin-left: 57px;
  }
  .p-gap-line__triangle {
    margin-left: 37px;
  }
  .p-gap-task__title {
    width: 170px;
    height: 40px;
    line-height: 40px;
    border-radius: 85px / 20px;
    font-size: 12px;
  }
  .p-gap-flex2{
    flex-direction:column;
    margin-left: 4%;
  }
  .p-gap-task__content {
    margin-top: 10px;
    width: 170px;
  }
  .p-gap-title {
    font-size: 12px;
  }
  .p-consulting__line-box {
    width: 329px;
    margin: 0 auto;
  }
  .p-consulting__line-flex1 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
  .p-consulting__line-flex {
    width: 329px;
    margin-left:auto;
    margin-right:auto;
  }
  .p-consulting__line {
    width: 80px;
  }
  .p-consulting__line-flex1 {
    width: 290px;
    margin:0 auto;
  }
  .p-consulting__line-triangle-wrap{
    width: 40px;
    margin:0 auto;
    transform:rotate(90deg);
  }
  .p-consulting__line-wrap {
    margin: 20px 0;
  }
  .p-consulting__line-title {
    font-size: 14px;
    height: 5px;
  }
  .p-recon__circle-flex {
    width: 130px;
    height: 130px;
    border-radius: 65px;
  }
  .p-recon__circle-content {
    width: 111px;
    font-size: 14px;
    padding-top: 42px;
  }
  .p-recon__circle-padding {
    padding-top: 49px;
  }
  .p-creative-field-img-left {
    width: 155px;
    height: 170px;
    line-height: 170px;
    font-size: 25px;
    padding-left: 15px;
  }
  .p-creative-field-img-right {
    right: 14px;
    top: 118px;
  }
  .p-creative-field-list{
    font-size: 12px;
    width: 250px;
  }
  .p-creative-triangle__margin {
    margin-left: 49px;
  }
  .p-position{
    width: 90%;
    margin-left: 32px;
  }
  .p-creative-field-img {
    padding-top: 98px;
    margin: 0;
    width: 350px;
  }
  .p-branding-field-vertical {
    height: 834px;
  }
}
