@charset "UTF-8";
/*------------------------
変数
-------------------------*/
/*------------------------
ブレイクポイント
-------------------------*/
/*------------------------
top
-------------------------*/
.top_slide_1 {
  position: relative;
}
.top_slide_1 .copy .copy_wrap {
  color: #fff;
}
.top_slide_1 .copy .copy_wrap h1 {
  font-size: 58px;
  font-weight: bold;
  position: absolute;
  top: 132px;
  z-index: 10;
  min-width: 30%;
  letter-spacing: -0.08rem;
}
.top_slide_1 .copy .copy_wrap h1 span {
  margin-bottom: 45px;
  min-width: 30%;
  display: block;
}
.top_slide_1 .copy .copy_wrap > div {
  position: absolute;
  top: 490px;
  z-index: 10;
  display: flex;
  max-width: 740px;
  flex-wrap: wrap;
  letter-spacing: -0.08rem;
}
.top_slide_1 .copy .copy_wrap > div p {
  font-size: 20px;
  min-width: 20%;
  border: solid 1px #fff;
  padding: 20px;
  margin-right: 5px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.top_slide_1 .copy .copy_wrap > div p:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .top_slide_1 .copy .copy_wrap h1 {
    font-size: 24px;
    top: 10px;
    left: 10px;
    min-width: 30%;
  }
  .top_slide_1 .copy .copy_wrap h1 span {
    margin-bottom: 0px;
  }
  .top_slide_1 .copy .copy_wrap > div {
    position: absolute;
    top: 130px;
    right: 10px;
    max-width: 300px;
  }
  .top_slide_1 .copy .copy_wrap > div p {
    font-size: 12px;
    padding: 5px;
  }
}
/*------------------------
top_mission
-------------------------*/
.top_mission {
  position: relative;
  margin-bottom: 170px;
}
.top_mission .top_mission_bg {
  background: url(../image/top/MISSION_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 69.9%;
  position: absolute;
}
.top_mission .top_mission_wrap {
  padding-top: 120px;
}
.top_mission .top_mission_wrap h2 {
  margin-bottom: 85px;
  font-size: 114px;
}
.top_mission .top_mission_wrap .top_mission_inner_1 {
  position: relative;
  margin-bottom: 115px;
}
.top_mission .top_mission_wrap .top_mission_inner_1 p {
  color: #fff;
}
.top_mission .top_mission_wrap .top_mission_inner_1 p:nth-of-type(1) {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 75px;
}
.top_mission .top_mission_wrap .top_mission_inner_1 p:nth-of-type(2) {
  font-size: 20px;
  line-height: 1.7;
}
.top_mission .top_mission_wrap .top_mission_inner_1 .top_mission_image {
  position: absolute;
  top: 0;
  right: -60px;
}
.top_mission .top_mission_wrap .top_slide_2 {
  padding-top: 50px;
}
.top_mission .top_mission_wrap .top_slide_2 dl {
  padding: 20px 10px 18px;
  background-color: #fff;
  height: 100%;
}
.top_mission .top_mission_wrap .top_slide_2 dl dt div {
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.top_mission .top_mission_wrap .top_slide_2 dl dt div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_mission .top_mission_wrap .top_slide_2 dl dt p {
  padding: 0 10px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: bold;
  position: relative;
}
.top_mission .top_mission_wrap .top_slide_2 dl dt p::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 3px;
  background-color: #F2FF8E;
}
.top_mission .top_mission_wrap .top_slide_2 dl dd {
  padding: 0 10px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .top_mission {
    position: relative;
    margin-bottom: 80px;
  }
  .top_mission .top_mission_bg {
    background: url(../image/top/MISSION_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 69.9%;
    position: absolute;
  }
  .top_mission .top_mission_wrap {
    padding: 80px 10px 0;
  }
  .top_mission .top_mission_wrap h2 {
    margin-bottom: 40px;
    font-size: 50px;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 {
    position: relative;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 p {
    color: #fff;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 p:nth-of-type(2) {
    font-size: 20px;
    line-height: 1.7;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 .top_mission_image {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 40%;
    z-index: -1;
    opacity: 0.7;
  }
}
/*------------------------
top_feature
-------------------------*/
.top_feature {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 235px;
}
.top_feature .top_feature_bg {
  background: url(../image/top/FEATUREbg_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 667px;
  height: 443px;
  position: absolute;
  z-index: 1;
  top: 13%;
  right: -6%;
}
.top_feature .top_feature_wrap h2 {
  margin-bottom: 56px;
  font-size: 114px;
}
.top_feature .top_feature_wrap h2 span {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-left: 55px;
}
.top_feature .top_feature_wrap dl {
  position: relative;
  background: #000;
  margin-bottom: 180px;
  padding: 70px;
  box-sizing: border-box;
}
.top_feature .top_feature_wrap dl:last-child {
  margin-bottom: 0;
}
.top_feature .top_feature_wrap dl::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 100%;
  background: #000;
  left: -80px;
  top: 0;
}
.top_feature .top_feature_wrap dl > div {
  display: flex;
  position: relative;
}
.top_feature .top_feature_wrap dl dt {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 48px;
  position: relative;
}
.top_feature .top_feature_wrap dl dt::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../image/top/1.png);
  width: 43px;
  height: 138px;
  left: -62px;
  top: 0%;
}
.top_feature .top_feature_wrap dl dd {
  color: #fff;
  line-height: 3;
}
.top_feature .top_feature_wrap dl dd > p {
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.top_feature .top_feature_wrap dl dd ul {
  list-style: none;
}
.top_feature .top_feature_wrap dl dd ul li {
  padding-left: 28px;
  margin-bottom: 23px;
  position: relative;
}
.top_feature .top_feature_wrap dl dd ul li::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../image/common/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top_feature .top_feature_wrap dl .top_feature_dd_image {
  position: absolute;
  right: -240px;
  top: 120px;
  z-index: 5;
}
.top_feature .top_feature_wrap dl .top_feature_dd_image img {
  width: 450px;
  height: 257px;
  object-fit: cover;
}
.top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image,
.top_feature .top_feature_wrap .top_feature_3 .top_feature_dd_image {
  height: 332px;
}
.top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image img,
.top_feature .top_feature_wrap .top_feature_3 .top_feature_dd_image img {
  width: 450px;
  height: 332px;
  object-fit: cover;
}
.top_feature .top_feature_wrap .top_feature_2 {
  width: 100%;
  margin-left: auto;
}
.top_feature .top_feature_wrap .top_feature_2::before {
  right: -80px;
  left: unset;
  top: 0;
}
.top_feature .top_feature_wrap .top_feature_2 dt {
  width: 54%;
  margin-left: auto;
  padding-left: 60px;
}
.top_feature .top_feature_wrap .top_feature_2 dt::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../image/top/2.png);
  width: 54px;
  height: 138px;
  left: 0px;
  top: -160%;
}
.top_feature .top_feature_wrap .top_feature_2 dd {
  width: 54%;
  margin-left: auto;
}
.top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image {
  position: absolute;
  left: -550px;
  top: 120px;
}
.top_feature .top_feature_wrap .top_feature_3 dt {
  padding-left: 84px;
}
.top_feature .top_feature_wrap .top_feature_3 dt::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../image/top/3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 54px;
  height: 138px;
  left: 0px;
  top: -152%;
}

@media screen and (max-width: 1000px) {
  .top_feature {
    margin-bottom: 80px;
  }
  .top_feature .top_feature_bg {
    background: url(../image/top/FEATUREbg_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 667px;
    height: 443px;
    position: absolute;
    z-index: -1;
    top: 0%;
    right: -6%;
    opacity: 0.7;
  }
  .top_feature .top_feature_wrap {
    padding: 0 10px;
  }
  .top_feature .top_feature_wrap h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 50px;
  }
  .top_feature .top_feature_wrap h2 span {
    font-size: 18px;
    margin-left: 10px;
  }
  .top_feature .top_feature_wrap dl {
    margin-bottom: 80px;
    padding: 10px;
    z-index: -5;
  }
  .top_feature .top_feature_wrap dl::before {
    display: none;
  }
  .top_feature .top_feature_wrap dl > div {
    display: flex;
    position: relative;
  }
  .top_feature .top_feature_wrap dl dt {
    font-size: 18px;
    margin-bottom: 40px;
    padding-top: 80px;
  }
  .top_feature .top_feature_wrap dl dt::before {
    content: "";
    content: "";
    position: absolute;
    display: block;
    background: url(../image/top/1.png);
    width: 43px;
    height: 138px;
    left: unset;
    right: 30px;
    top: 0%;
  }
  .top_feature .top_feature_wrap dl .top_feature_dd_image {
    position: absolute;
    right: 0px;
    top: unset;
    bottom: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.5;
  }
  .top_feature .top_feature_wrap .top_feature_2 {
    width: 100%;
    padding-bottom: 80px;
  }
  .top_feature .top_feature_wrap .top_feature_2::before {
    right: -80px;
    left: unset;
    top: 0;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt {
    width: 100%;
    padding-left: 0px;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../image/top/2.png);
    width: 54px;
    height: 138px;
    left: unset;
    top: 0%;
  }
  .top_feature .top_feature_wrap .top_feature_2 dd {
    width: 100%;
  }
  .top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image {
    position: absolute;
    left: -550px;
    top: 120px;
  }
  .top_feature .top_feature_wrap .top_feature_3 dt {
    padding-left: 0px;
  }
  .top_feature .top_feature_wrap .top_feature_3 dt::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../image/top/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    height: 138px;
    left: unset;
    top: 0%;
  }
  .top_feature .top_feature_wrap .top_feature_3 .top_feature_dd_image {
    bottom: 10px;
  }
}
/*------------------------
top_workflow
-------------------------*/
.top_workflow {
  overflow: hidden;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.top_workflow .top_workflow_wrap {
  position: relative;
  padding-bottom: 385px;
}
.top_workflow .top_workflow_wrap h2 {
  color: #5A5A5A;
  text-align: center;
  margin-bottom: 75px;
  font-size: 114px;
}
.top_workflow .top_workflow_wrap > p {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
  letter-spacing: -0.08rem;
  text-align: center;
  margin-bottom: 105px;
}
.top_workflow .top_workflow_wrap .top_workflow_image .top_workflow_image_inner {
  width: 100%;
}
.top_workflow .top_workflow_wrap .top_workflow_image .top_workflow_image_inner img {
  width: 100%;
  height: auto;
  display: block;
}
.top_workflow .top_workflow_wrap .top_workflow_bg_1 {
  position: absolute;
  display: block;
  background: url(../image/top/WORKFLOWbg_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 342px;
  height: 463px;
  top: -160px;
  right: -200px;
}
.top_workflow .top_workflow_wrap .top_workflow_bg_2 {
  position: absolute;
  display: block;
  background: url(../image/top/WORKFLOWbg_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1092px;
  height: 443px;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_workflow {
    margin-bottom: 35px;
  }
  .top_workflow .top_workflow_wrap {
    position: relative;
    padding-bottom: 210px;
  }
  .top_workflow .top_workflow_wrap h2 {
    margin-bottom: 40px;
    font-size: 50px;
    text-align: center;
  }
  .top_workflow .top_workflow_wrap > p {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .top_workflow .top_workflow_wrap .top_workflow_bg_1 {
    position: absolute;
    display: block;
    background: url(../image/top/WORKFLOWbg_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 342px;
    height: 463px;
    top: 0px;
    right: -60px;
  }
  .top_workflow .top_workflow_wrap .top_workflow_bg_2 {
    position: absolute;
    display: block;
    background: url(../image/top/WORKFLOWbg_2_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 733px;
    height: 312px;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
/*------------------------
top_service
-------------------------*/
.top_service {
  overflow: hidden;
  margin-bottom: 108px;
  position: relative;
  z-index: 1;
}
.top_service .top_service_wrap {
  padding-top: 110px;
}
.top_service .top_service_wrap h2 {
  font-size: 90px;
  margin-bottom: 56px;
  text-align: center;
}
.top_service .top_service_wrap dl {
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 18px;
  padding: 55px 90px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.top_service .top_service_wrap dl:nth-of-type(2n) {
  margin-left: auto;
}
.top_service .top_service_wrap dl:last-child {
  width: 100%;
  max-width: 1000px;
  padding-left: 218px;
}
.top_service .top_service_wrap dl dt {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
}
.top_service .top_service_wrap dl dt .display_pc {
  display: inline-block;
}
.top_service .top_service_wrap dl dt .display_sp {
  display: none;
}
.top_service .top_service_wrap dl dt a {
  width: 570px;
  max-width: initial;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.top_service .top_service_wrap dl dt a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #BC000F;
  transform-origin: left center;
  transform: scaleX(0.1);
  transition: transform 0.3s ease-out;
}
.top_service .top_service_wrap dl dt a:hover::before {
  transform: scaleX(1);
}
.top_service .top_service_wrap dl dt a .hover_arrow_icon {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: -0.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.top_service .top_service_wrap dl dt a .hover_arrow_icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  transition: transform 0.4s ease-out, background-color 0.4s ease-out;
  content: "";
}
.top_service .top_service_wrap dl dt a .hover_arrow_icon::after {
  position: absolute;
  top: 55%;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #BC000F;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.16);
  transition: transform 0.4s ease-out, background-color 0.4s ease-out;
  content: "";
}
.top_service .top_service_wrap dl dt a:hover .hover_arrow_icon::before {
  transform: translate(-50%, -50%) scale(0);
}
.top_service .top_service_wrap dl dt a:hover .hover_arrow_icon::after {
  transform: translate(-50%, -50%) scale(1);
}
.top_service .top_service_wrap dl dt a .hover_picture_wrap {
  position: absolute;
  z-index: 1;
  top: -100%;
  right: -25%;
  opacity: 0;
  transform: translateY(-50%) scale(0.9);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.top_service .top_service_wrap dl dt a .hover_picture_wrap .hover_picture_inner {
  width: 17rem;
}
.top_service .top_service_wrap dl dt a .hover_picture_wrap .hover_picture_inner .hover_picture_picture {
  padding-top: 100%;
}
.top_service .top_service_wrap dl dt a .hover_picture_wrap .hover_picture_inner .hover_picture_picture img {
  position: absolute;
  top: 30px;
  left: -20px;
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_service .top_service_wrap dl dt a:hover .hover_picture_wrap {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.top_service .top_service_wrap dl dt a .hover_arrow_icon .hover_arrow {
  position: relative;
  z-index: 1;
  width: 1.9rem;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  -webkit-animation: kv-link-arrow-normal 0.4s ease-out 0s 1 normal both;
  animation: kv-link-arrow-normal 0.4s ease-out 0s 1 normal both;
}
.top_service .top_service_wrap dl dt a .hover_arrow_icon .hover_arrow .hover_arrow_inner {
  position: relative;
  padding-top: 100%;
}
.top_service .top_service_wrap dl dt a .hover_arrow_icon .hover_arrow .hover_arrow_inner img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 50%;
  height: 50%;
}
.top_service .top_service_wrap dl dt a:hover .hover_arrow_icon .hover_arrow {
  opacity: 1;
  -webkit-animation: kv-link-arrow-hover 0.4s ease-out 0.2s 1 normal both;
  animation: kv-link-arrow-hover 0.4s ease-out 0.2s 1 normal both;
}
.top_service .top_service_wrap dl dd {
  line-height: 3;
  letter-spacing: -0.08rem;
}
.top_service .top_service_wrap .top_service_inner_1 .top_service_bg {
  position: absolute;
  display: block;
  background: url(../image/top/SERVICE.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1565px;
  height: 330px;
  top: -110px;
  left: calc(50% + 200px);
  transform: translateX(calc(-50% - 100px));
}

.top_service .top_service_wrap dl {
  position: relative;
  overflow: hidden;
}
.top_service .top_service_wrap .top_service_inner_1 {
  position: relative;
  z-index: 1;
}
.top_service .top_service_wrap .top_service_inner_1::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/top/service_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 365px;
  height: 250px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top_service .top_service_wrap .top_service_inner_2 {
  position: relative;
  z-index: 1;
}
.top_service .top_service_wrap .top_service_inner_2::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/top/service_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 387px;
  height: 243px;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
}
.top_service .top_service_wrap .top_service_inner_3 {
  position: relative;
  z-index: 1;
}
.top_service .top_service_wrap .top_service_inner_3::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/top/service_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 310px;
  height: 289px;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: -1;
}
.top_service .top_service_wrap .top_service_inner_4 {
  position: relative;
  z-index: 1;
}
.top_service .top_service_wrap .top_service_inner_4::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/top/service_4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 317px;
  height: 199px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top_service .top_service_wrap .top_service_inner_5 {
  position: relative;
  z-index: 1;
}
.top_service .top_service_wrap .top_service_inner_5::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/top/service_5.png);
  background-size: contain;
  background-position: right;
  width: 317px;
  height: 199px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_service {
    margin-bottom: 80px;
    overflow: initial;
  }
  .top_service .top_service_wrap {
    padding-top: 110px;
    padding: 0 10px;
  }
  .top_service .top_service_wrap h2 {
    font-size: 50px;
  }
  .top_service .top_service_wrap dl {
    width: 100%;
    padding: 55px 15px;
  }
  .top_service .top_service_wrap dl:last-child {
    padding-left: 20px;
  }
  .top_service .top_service_wrap dl dt {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: solid 2px #BC000F;
    margin-bottom: 20px;
    display: inline-block;
  }
  .top_service .top_service_wrap dl dt a {
    width: 100%;
    max-width: initial;
    font-size: 24px;
    margin-bottom: 0;
  }
  .top_service .top_service_wrap dl dt a::before {
    display: none;
  }
  .top_service .top_service_wrap dl dt .display_sp {
    display: inline-block;
  }
  .top_service .top_service_wrap dl dt .display_pc {
    display: none;
  }
  .top_service .top_service_wrap dl dd {
    line-height: 2;
    letter-spacing: -0.08rem;
    font-size: 16px;
  }
  .top_service .top_service_wrap .top_service_inner_1 {
    position: relative;
  }
  .top_service .top_service_wrap .top_service_inner_1 .top_service_bg {
    position: absolute;
    display: block;
    background: url(../image/top/SERVICE.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1000px;
    height: 330px;
    top: -110px;
    left: calc(50% + 200px);
    transform: translateX(calc(-50% - 100px));
  }
}
/*------------------------
top_achievement
-------------------------*/
.top_achievement {
  margin-bottom: 190px;
}
.top_achievement .top_achievement_wrap h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 60px;
  text-align: center;
}
.top_achievement .top_achievement_wrap .top_workflow_image_inner {
  margin-bottom: 80px;
}
.top_achievement .top_achievement_wrap .top_workflow_btn {
  display: flex;
}

.top_achievement .top_achievement_wrap .top_workflow_image_inner {
  position: relative;
  min-height: 255px;
}
.top_achievement .top_achievement_wrap .top_workflow_image_inner .slider_wrap {
  height: 100%;
  padding-top: 50px;
  max-width: unset;
  display: flex;
  align-items: center;
  animation-play-state: running;
  will-change: transform;
  animation-duration: 100s;
  position: absolute;
  left: -3105px;
  animation-name: animationMarqueeVisualize;
  animation-iteration-count: infinite;
  -webkit-box-align: center;
  animation-timing-function: linear;
  animation-delay: 0s;
}
.top_achievement .top_achievement_wrap .top_workflow_image_inner .slider_wrap .top_workflow_image_inner {
  margin-right: -130px;
  position: relative;
  width: 2070px;
  z-index: 1002;
  white-space: nowrap;
}
.top_achievement .top_achievement_wrap .top_workflow_image_inner .slider_wrap .top_workflow_image_inner:nth-of-type(2) {
  z-index: 1001;
}
.top_achievement .top_achievement_wrap .top_workflow_image_inner .slider_wrap .top_workflow_image_inner:nth-of-type(3) {
  z-index: 1000;
}

.top_mission .top_mission_inner_2 {
  position: relative;
  min-height: 255px;
}
.top_mission .top_mission_inner_2 .slider_wrap {
  padding-top: 50px;
  max-width: unset;
  display: flex;
  align-items: center;
  animation-play-state: running;
  will-change: transform;
  animation-duration: 100s;
  position: absolute;
  left: -3105px;
  animation-name: animationMarqueeVisualize;
  animation-iteration-count: infinite;
  -webkit-box-align: center;
  animation-timing-function: linear;
  animation-delay: 0s;
}
.top_mission .top_mission_inner_2 .slider_wrap .top_workflow_image_inner {
  margin-right: -130px;
  position: relative;
  width: 2070px;
  z-index: 1002;
  white-space: nowrap;
}
.top_mission .top_mission_inner_2 .slider_wrap .top_workflow_image_inner:nth-of-type(2) {
  z-index: 1001;
}
.top_mission .top_mission_inner_2 .slider_wrap .top_workflow_image_inner:nth-of-type(3) {
  z-index: 1000;
}

@-webkit-keyframes animationMarqueeVisualize {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
    transform: translateX(0%) rotate(0.001deg);
  }
  100% {
    -webkit-transform: translateX(2070px) rotate(0.001deg);
    transform: translateX(2070px) rotate(0.001deg);
  }
}
@-webkit-keyframes animationMarqueeVisualize {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
    transform: translateX(0%) rotate(0.001deg);
  }
  100% {
    -webkit-transform: translateX(2070px) rotate(0.001deg);
    transform: translateX(2070px) rotate(0.001deg);
    left: -4140px; /* leftの値を計算してループする */
  }
}
@keyframes animationMarqueeVisualize {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
    transform: translateX(0%) rotate(0.001deg);
  }
  100% {
    -webkit-transform: translateX(2070px) rotate(0.001deg);
    transform: translateX(2070px) rotate(0.001deg);
  }
}
@media screen and (max-width: 767px) {
  .top_achievement {
    margin-bottom: 80px;
  }
  .top_achievement .top_achievement_wrap h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .top_achievement .top_achievement_wrap .top_workflow_image_inner {
    margin-bottom: 80px;
  }
  .top_achievement .top_achievement_wrap .top_workflow_btn {
    display: block;
  }
}
/*------------------------
top_about
-------------------------*/
.top_about {
  position: relative;
  overflow: hidden;
  padding-bottom: 245px;
}
.top_about .top_about_blackbg {
  background-color: #333333;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  z-index: -1;
}
.top_about .top_about_graybg {
  top: 0;
  padding: 140px 80px 252px;
  background-color: #F7F7F7;
  max-width: 1170px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_about .top_about_graybg .top_about_wrap .top_about_inner_1 {
  margin-bottom: 85px;
}
.top_about .top_about_graybg .top_about_wrap .top_about_inner_1 p:first-child {
  font-size: 36px;
  font-weight: bold;
  color: #BC000F;
  text-align: center;
  margin-bottom: 40px;
}
.top_about .top_about_graybg .top_about_wrap .top_about_inner_2 {
  display: flex;
  max-width: 895px;
  margin: 0 auto;
  justify-content: center;
}
.top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > div {
  width: 45%;
}
.top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > div > img {
  height: 318px;
  object-fit: cover;
}
.top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > dl {
  width: 45%;
}
.top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > dl dt {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 67px;
  line-height: 2;
}
.top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > dl dd {
  line-height: 2.3;
}

@media screen and (max-width: 767px) {
  .top_about {
    padding-bottom: 150px;
  }
  .top_about .top_about_blackbg {
    width: 100%;
    height: 80%;
    bottom: 0;
    z-index: -1;
  }
  .top_about .top_about_graybg {
    top: 0;
    padding: 40px 10px;
    width: 95%;
    max-width: 400px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_1 {
    margin-bottom: 85px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_1 p:first-child {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 {
    max-width: 400px;
    flex-direction: column;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > div {
    width: 100%;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > div > img {
    height: auto;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > dl {
    width: 100%;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > dl dt {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 2;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > dl dd {
    line-height: 2;
  }
}
/*------------------------
top_column
-------------------------*/
.top_column {
  position: relative;
  overflow: hidden;
  padding-bottom: 130px;
}
.top_column .top_column_bg_1 {
  position: absolute;
  background: url(../image/top/COLUMNbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 48%;
  z-index: -5;
}
.top_column .top_column_blackbg {
  background-color: #333333;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  z-index: -10;
}
.top_column .top_column_wrap h2 {
  padding-top: 265px;
  position: relative;
  font-size: 90px;
  text-align: center;
  color: #e1e1e1;
}
.top_column .top_column_wrap h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 4px;
  color: #555;
}
.top_column .top_column_wrap .top_slide_2 dl {
  padding: 20px 10px;
  background-color: #fff;
  height: 390px;
}
.top_column .top_column_wrap .top_slide_2 dl dt div {
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.top_column .top_column_wrap .top_slide_2 dl dt div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_column .top_column_wrap .top_slide_2 dl dt p {
  padding: 0 10px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: bold;
  position: relative;
}
.top_column .top_column_wrap .top_slide_2 dl dt p::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 3px;
  background-color: #F2FF8E;
}
.top_column .top_column_wrap .top_slide_2 dl dd {
  padding: 0 10px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .top_column {
    padding-bottom: 130px;
  }
  .top_column .top_column_bg_1 {
    position: absolute;
    background: url(../image/top/COLUMNbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 48%;
    z-index: -5;
  }
  .top_column .top_column_wrap h2 {
    padding-top: 60px;
    font-size: 50px;
    text-align: center;
  }
  .top_column .top_column_wrap h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 55px;
  }
  .top_column .top_column_wrap .top_slide_2 dl {
    padding: 20px 10px;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
  }
  .top_column .top_column_wrap .top_slide_2 dl dt div {
    margin-bottom: 18px;
  }
  .top_column .top_column_wrap .top_slide_2 dl dt div img {
    width: 100%;
    height: auto;
    display: block;
  }
  .top_column .top_column_wrap .top_slide_2 dl dt p {
    padding: 0 10px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
  }
  .top_column .top_column_wrap .top_slide_2 dl dt p::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 132px;
    height: 3px;
    background-color: #F2FF8E;
  }
  .top_column .top_column_wrap .top_slide_2 dl dd {
    padding: 0 10px;
  }
}
/*------------------------
top_voice
-------------------------*/
.top_voice .top_voice_h2 {
  background: #333333;
  padding-bottom: 80px;
  padding-top: 50px;
}
.top_voice .top_voice_h2 .top_voice_h2_wrap h2 {
  font-size: 90px;
  text-align: center;
}
.top_voice .top_voice_h2 .top_voice_h2_wrap h2 span {
  font-size: 26px;
  margin-left: 20px;
  color: #fff;
  margin-top: 4px;
  font-weight: 600;
  display: block;
}
.top_voice .top_voice_blackbg {
  background-color: #333333;
  position: relative;
}
.top_voice .top_voice_blackbg .top_voice_bg_1 {
  position: absolute;
  background: url(../image/top/voicebg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 998px;
  height: 765px;
  z-index: 1;
}
.top_voice .top_voice_blackbg .top_voice_wrap {
  position: relative;
  z-index: 1;
  padding: 74px 0;
  min-height: 765px;
}
.top_voice .top_voice_blackbg .top_voice_wrap dl {
  padding: 60px 30px;
  background-color: #fff;
  max-width: 643px;
  margin-bottom: 42px;
  padding: 40px 60px;
  margin-left: auto;
  z-index: 1;
}
.top_voice .top_voice_blackbg .top_voice_wrap dl:nth-child(2) {
  margin-right: -96px;
}
.top_voice .top_voice_blackbg .top_voice_wrap dl:last-child {
  margin-bottom: 0;
}
.top_voice .top_voice_blackbg .top_voice_wrap dl dt {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 800;
}
.top_voice .top_voice_blackbg .top_voice_wrap dl dd {
  font-size: 18px;
}

@media screen and (max-width: 1300px) {
  .top_voice {
    overflow: hidden;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap {
    position: relative;
    z-index: 1;
    padding: 74px 0;
    min-height: 500px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl:nth-child(2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .top_voice .top_voice_h2 {
    padding-bottom: 40px;
  }
  .top_voice .top_voice_h2 .top_voice_h2_wrap h2 {
    text-align: center;
    font-size: 50px;
  }
  .top_voice .top_voice_h2 .top_voice_h2_wrap h2 span {
    font-size: 18px;
    margin-left: 10px;
  }
  .top_voice .top_voice_blackbg .top_voice_bg_1 {
    position: absolute;
    background: url(../image/top/voicebg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 76.5%;
    z-index: 1;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap {
    padding: 74px 10px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl {
    padding: 60px 30px;
    background-color: #fff;
    max-width: 643px;
    margin-bottom: 42px;
    padding: 40px 20px;
    margin-left: auto;
    z-index: 1;
    margin-right: 0;
    margin-left: auto;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl:nth-child(2) {
    margin-right: auto;
    margin-left: 0px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl:last-child {
    margin-bottom: 0;
    padding: 40px 20px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl dd {
    font-size: 16px;
  }
}
/*------------------------
top_question
-------------------------*/
.top_question {
  margin-bottom: 140px;
}
.top_question .top_question_wrap {
  background: linear-gradient(180deg, rgb(41, 51, 55) 0%, rgb(112, 118, 121) 100%);
  color: #fff;
  padding: 90px 76px 54px;
  box-sizing: border-box;
}
.top_question .top_question_wrap h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.top_question .top_question_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.top_question .top_question_wrap .top_question_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 164px;
}
.top_question .top_question_wrap .top_question_flex > div {
  width: 48%;
}
.top_question .top_question_wrap .top_question_sns_h3 {
  text-align: center;
}
.top_question .top_question_wrap .top_question_sns {
  margin-bottom: 82px;
}
.top_question .top_question_wrap .top_question_bgwhite {
  padding: 55px 45px;
  box-sizing: border-box;
  background-color: #fff;
  color: #293337;
}

@media screen and (max-width: 767px) {
  .top_question {
    margin-bottom: 140px;
  }
  .top_question .top_question_wrap {
    padding: 40px 20px 54px;
  }
  .top_question .top_question_wrap h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .top_question .top_question_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .top_question .top_question_wrap .top_question_flex {
    flex-direction: column;
    margin-bottom: 0;
  }
  .top_question .top_question_wrap .top_question_flex > div {
    width: 100%;
    margin-bottom: 80px;
  }
  .top_question .top_question_wrap .top_question_sns_h3 {
    text-align: center;
  }
  .top_question .top_question_wrap .top_question_sns {
    margin-bottom: 0px;
  }
  .top_question .top_question_wrap .top_question_bgwhite {
    padding: 40px 20px;
  }
}
/*------------------------
top_contact
-------------------------*/
.top_contact {
  padding-bottom: 265px;
  position: relative;
  z-index: 1;
}
.top_contact .top_contact_warp_bg {
  background: url(../image/top/contactbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 70.4%;
  z-index: -1;
}
.top_contact .top_contact_warp {
  background-color: #fff;
  padding: 70px 106px;
}
.top_contact .top_contact_warp h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
.top_contact .top_contact_warp .form_common {
  padding-top: 0;
}
.top_contact .top_contact_warp .top_contact_inner_1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
.top_contact .top_contact_warp .top_contact_inner_1 > p {
  width: calc(100% - 333px);
}
.top_contact .top_contact_warp .top_contact_inner_1 .common_btn {
  width: 285px;
  height: 66px;
  border: none;
  background-color: #57BE37;
  color: #fff;
  border-radius: 45px;
}
.top_contact .top_contact_warp .top_contact_inner_1 .common_btn p {
  margin-left: 35px;
}
.top_contact .top_contact_warp .top_contact_inner_1 .common_btn::after {
  background: url(../image/common/btn_arrow.png);
  right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .top_contact {
    padding-bottom: 130px;
  }
  .top_contact .top_contact_warp_bg {
    background: url(../image/top/contactbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 70.4%;
    z-index: -1;
  }
  .top_contact .top_contact_warp {
    width: 95%;
    max-width: 400px;
    padding: 40px 20px 80px;
  }
  .top_contact .top_contact_warp h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 55px;
  }
  .top_contact .top_contact_warp .top_contact_inner_1 {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .top_contact .top_contact_warp .top_contact_inner_1 > p {
    width: 100%;
  }
  .top_contact .top_contact_warp .top_contact_inner_1 .common_btn {
    width: 100%;
    max-width: 285px;
    height: 66px;
    border: none;
    background-color: #57BE37;
    color: #fff;
    border-radius: 45px;
  }
  .top_contact .top_contact_warp .top_contact_inner_1 .common_btn p {
    margin-left: 35px;
  }
  .top_contact .top_contact_warp .top_contact_inner_1 .common_btn::after {
    background: url(../image/common/btn_arrow.png);
    right: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
  }
  .top_contact .top_contact_warp #form .form_inner form .send::after {
    z-index: 15;
    content: "この内容で問い合わせる";
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    width: 200px;
    height: 40px;
    display: block;
    top: 37%;
    transform: translate(-50%, -3%);
    left: 41%;
  }
  .top_contact .top_contact_warp #form .form_inner form .send > p::after {
    top: 48%;
  }
}
.messege_top .messege_wrap {
  margin-bottom: 215px;
}
.messege_top .messege_wrap .copy_wrap {
  margin-bottom: 85px;
}
.messege_top .messege_wrap .copy_wrap .copy {
  margin-top: 180px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.messege_top .messege_wrap .copy_wrap p {
  margin-top: 45px;
}

.messege_top .messege_wrap .messege_inner {
  display: flex;
  max-width: 895px;
  margin: 0 auto;
  justify-content: center;
}
.messege_top .messege_wrap .messege_inner > div {
  width: 45%;
}
.messege_top .messege_wrap .messege_inner > div > img {
  height: 318px;
  object-fit: cover;
}
.messege_top .messege_wrap .messege_inner > dl {
  width: 45%;
}
.messege_top .messege_wrap .messege_inner > dl dt {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 67px;
  line-height: 2;
}
.messege_top .messege_wrap .messege_inner > dl dd {
  line-height: 2.3;
}

.messege_top .messege_wrap {
  margin-bottom: 215px;
}
.messege_top .messege_wrap .copy_wrap {
  margin-bottom: 85px;
}
.messege_top .messege_wrap .copy_wrap .copy {
  margin-top: 180px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.messege_top .messege_wrap .copy_wrap p {
  margin-top: 45px;
}

.messege_philosophy {
  margin-bottom: 180px;
}
.messege_philosophy .messege_philosophy_wrap h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  color: #333333;
  margin-bottom: 120px;
}
.messege_philosophy .messege_philosophy_wrap h2::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/common/h2bottom.png);
  width: 34px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.messege_philosophy .messege_philosophy_wrap dl {
  min-height: 325px;
  box-sizing: border-box;
  padding: 70px 40px;
  background-color: #F7F7F7;
  margin-bottom: 20px;
  display: flex;
}
.messege_philosophy .messege_philosophy_wrap dl:last-child {
  margin-bottom: 0;
}
.messege_philosophy .messege_philosophy_wrap dl:nth-of-type(1) dt::before {
  content: "01";
  display: block;
  position: absolute;
  color: #BC000F;
  font-weight: lighter;
  left: 0;
}
.messege_philosophy .messege_philosophy_wrap dl:nth-of-type(1) dt::before {
  content: "01";
  display: block;
  position: absolute;
  color: #BC000F;
  font-weight: lighter;
  left: 0;
}
.messege_philosophy .messege_philosophy_wrap dl:nth-of-type(2) dt::before {
  content: "02";
  display: block;
  position: absolute;
  color: #BC000F;
  font-weight: lighter;
  left: 0;
}
.messege_philosophy .messege_philosophy_wrap dl:nth-of-type(3) dt::before {
  content: "03";
  display: block;
  position: absolute;
  color: #BC000F;
  font-weight: lighter;
  left: 0;
}
.messege_philosophy .messege_philosophy_wrap dl:nth-of-type(4) dt::before {
  content: "04";
  display: block;
  position: absolute;
  color: #BC000F;
  font-weight: lighter;
  left: 0;
}
.messege_philosophy .messege_philosophy_wrap dl:nth-of-type(5) dt::before {
  content: "05";
  display: block;
  position: absolute;
  color: #BC000F;
  font-weight: lighter;
  left: 0;
}
.messege_philosophy .messege_philosophy_wrap dl:nth-of-type(6) dt::before {
  content: "06";
  display: block;
  position: absolute;
  color: #BC000F;
  font-weight: lighter;
  left: 0;
}
.messege_philosophy .messege_philosophy_wrap dl dt {
  width: 30%;
  font-size: 40px;
  font-weight: bold;
  padding-left: 70px;
  position: relative;
}
.messege_philosophy .messege_philosophy_wrap dl dd {
  width: 60%;
  padding-left: 60px;
}
.messege_philosophy .messege_philosophy_wrap dl dd p {
  line-height: 28px;
}
.messege_philosophy .messege_philosophy_wrap dl dd ol {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .messege_top .messege_wrap {
    margin-bottom: 80px;
    padding: 0 10px;
  }
  .messege_top .messege_wrap .copy_wrap {
    margin-bottom: 60px;
  }
  .messege_top .messege_wrap .copy_wrap .copy {
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }
  .messege_top .messege_wrap .copy_wrap p {
    margin-top: 30px;
  }
  .messege_top .messege_wrap .messege_inner {
    max-width: 400px;
    flex-direction: column;
  }
  .messege_top .messege_wrap .messege_inner > div {
    width: 100%;
  }
  .messege_top .messege_wrap .messege_inner > div > img {
    height: auto;
  }
  .messege_top .messege_wrap .messege_inner > dl {
    width: 100%;
  }
  .messege_top .messege_wrap .messege_inner > dl dt {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 2;
  }
  .messege_top .messege_wrap .messege_inner > dl dd {
    line-height: 2;
  }
  .messege_philosophy {
    margin-bottom: 180px;
  }
  .messege_philosophy .messege_philosophy_wrap {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .messege_philosophy .messege_philosophy_wrap h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 60px;
  }
  .messege_philosophy .messege_philosophy_wrap h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 34px;
    height: 2px;
    background-color: #BC000F;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .messege_philosophy .messege_philosophy_wrap dl {
    flex-direction: column;
    min-height: 325px;
    padding: 70px 40px;
    background-color: #F7F7F7;
    margin-bottom: 20px;
    display: flex;
  }
  .messege_philosophy .messege_philosophy_wrap dl:last-child {
    margin-bottom: 0;
  }
  .messege_philosophy .messege_philosophy_wrap dl:nth-of-type(1) dt::before {
    content: "01";
    display: block;
    position: absolute;
    color: #BC000F;
    font-weight: lighter;
    left: 0;
  }
  .messege_philosophy .messege_philosophy_wrap dl:nth-of-type(1) dt::before {
    content: "01";
    display: block;
    position: absolute;
    color: #BC000F;
    font-weight: lighter;
    left: 0;
  }
  .messege_philosophy .messege_philosophy_wrap dl:nth-of-type(2) dt::before {
    content: "02";
    display: block;
    position: absolute;
    color: #BC000F;
    font-weight: lighter;
    left: 0;
  }
  .messege_philosophy .messege_philosophy_wrap dl:nth-of-type(3) dt::before {
    content: "03";
    display: block;
    position: absolute;
    color: #BC000F;
    font-weight: lighter;
    left: 0;
  }
  .messege_philosophy .messege_philosophy_wrap dl:nth-of-type(4) dt::before {
    content: "04";
    display: block;
    position: absolute;
    color: #BC000F;
    font-weight: lighter;
    left: 0;
  }
  .messege_philosophy .messege_philosophy_wrap dl:nth-of-type(5) dt::before {
    content: "05";
    display: block;
    position: absolute;
    color: #BC000F;
    font-weight: lighter;
    left: 0;
  }
  .messege_philosophy .messege_philosophy_wrap dl:nth-of-type(6) dt::before {
    content: "06";
    display: block;
    position: absolute;
    color: #BC000F;
    font-weight: lighter;
    left: 0;
  }
  .messege_philosophy .messege_philosophy_wrap dl dt {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
  }
  .messege_philosophy .messege_philosophy_wrap dl dd {
    width: 100%;
    padding-left: 0px;
  }
}
.about_top {
  position: relative;
  z-index: 1;
}
.about_top .about_wrap h2 {
  margin-bottom: 50px;
  padding-top: 120px;
  font-size: 90px;
  text-align: center;
}
.about_top .about_wrap h2 span {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  color: #333333;
  margin-bottom: 50px;
  margin-top: 4px;
  display: block;
}
.about_top .about_wrap h2 span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/common/h2bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_top .about_wrap .about_inner {
  max-width: 787px;
  width: 100%;
  margin: 0 auto 170px;
}
.about_top .about_wrap .about_inner dl {
  display: flex;
  padding: 26px 22px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #D3D3D3;
}
.about_top .about_wrap .about_inner dl:first-child {
  border-top: solid 1px #D3D3D3;
}
.about_top .about_wrap .about_inner dl dt {
  width: 30%;
}
.about_top .about_wrap .about_inner dl dd {
  width: 60%;
}
.about_top .about_wrap .about_inner div {
  margin-top: 35px;
  font-size: 16px;
  font-weight: bold;
}
.about_top .about_wrap .about_inner div h3, .about_top .about_wrap .about_inner div p, .about_top .about_wrap .about_inner div li {
  margin-bottom: 35px;
  list-style: none;
}
.about_top .about_wrap .about_inner div li:last-child {
  margin-bottom: 0;
}

.about_person {
  padding-bottom: 105px;
  position: relative;
  z-index: 1;
}
.about_person .about_person_wrap h2 {
  font-size: 90px;
  text-align: center;
}
.about_person .about_person_wrap h2 span {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  color: #333333;
  margin-bottom: 100px;
  margin-top: 20px;
  display: block;
}
.about_person .about_person_wrap h2 span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/common/h2bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_person .about_person_wrap .about_person_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_person .about_person_wrap .about_person_flex > div {
  width: 47%;
}
.about_person .about_person_wrap .about_person_flex > div:first-child {
  width: 45%;
}
.about_person .about_person_wrap .about_person_flex > div:first-child img {
  width: 100%;
  height: auto;
  display: block;
}
.about_person .about_person_wrap .about_person_flex > dl {
  width: 47%;
}
.about_person .about_person_wrap .about_person_flex .about_person_text dt, .about_person .about_person_wrap .about_person_flex .about_person_text dd, .about_person .about_person_wrap .about_person_flex .about_person_text p {
  line-height: 2;
  letter-spacing: 0.08rem;
  margin-bottom: 10px;
}
.about_person .about_person_wrap .about_person_flex .about_person_text dt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.about_person .about_person_wrap .about_person_flex1 {
  margin-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .about_top {
    padding: 0 10px;
  }
  .about_top .about_wrap h2 {
    font-size: 50px;
    margin-bottom: 50px;
    padding-top: 80px;
  }
  .about_top .about_wrap .about_inner {
    max-width: 787px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .about_top .about_wrap .about_inner dl {
    padding: 26px 10px;
  }
  .about_top .about_wrap .about_inner dl dd {
    width: 65%;
  }
  .about_top .about_wrap .about_inner div {
    margin-top: 20px;
  }
  .about_top .about_wrap .about_inner div h3, .about_top .about_wrap .about_inner div p, .about_top .about_wrap .about_inner div li {
    margin-bottom: 20px;
  }
  .about_person {
    padding-bottom: 105px;
    position: relative;
    z-index: 1;
    padding: 0 10px 80px;
  }
  .about_person .about_person_wrap h2 {
    padding-bottom: 10px;
    margin-bottom: 50px;
    margin-top: 80px;
    font-size: 50px;
  }
  .about_person .about_person_wrap h2 span {
    margin-bottom: 0;
  }
  .about_person .about_person_wrap .about_person_flex {
    flex-direction: column;
  }
  .about_person .about_person_wrap .about_person_flex > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .about_person .about_person_wrap .about_person_flex > div:first-child {
    width: 100%;
  }
  .about_person .about_person_wrap .about_person_flex > dl {
    width: 100%;
  }
  .about_person .about_person_wrap .about_person_flex .about_person_text dt {
    margin-top: 0px;
  }
  .about_person .about_person_wrap .about_person_flex1 {
    margin-bottom: 105px;
  }
}
.lecture_top .lecture_wrap h2 {
  font-size: 114px;
  font-weight: bold;
  color: #707070;
  margin-top: 130px;
  margin-bottom: 80px;
  text-align: center;
}
.lecture_top .lecture_wrap h2 span {
  color: #000;
  font-size: 36px;
  font-weight: bold;
}
.lecture_top .lecture_wrap > div {
  display: flex;
  justify-content: space-between;
}
.lecture_top .lecture_wrap > div a.common_btn {
  width: 48%;
  display: block;
  max-width: 463px;
  padding: 85px 50px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: auto;
}
.lecture_top .lecture_wrap > div a.common_btn::after {
  display: none;
}
.lecture_top .lecture_wrap > div a.common_btn::before {
  background: #333333;
}
.lecture_top .lecture_wrap > div a.common_btn:first-child p {
  margin-left: 0;
}
.lecture_top .lecture_wrap > div a.common_btn:first-child p span {
  position: relative;
  padding-left: 90px;
  display: inline-block;
}
.lecture_top .lecture_wrap > div a.common_btn:first-child p span::before {
  content: "";
  display: block;
  background: url(../image/lecture/lecture1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 84px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lecture_top .lecture_wrap > div a.common_btn:last-child p {
  margin-left: 0;
}
.lecture_top .lecture_wrap > div a.common_btn:last-child p span {
  position: relative;
  padding-left: 90px;
  display: inline-block;
}
.lecture_top .lecture_wrap > div a.common_btn:last-child p span::before {
  content: "";
  display: block;
  background: url(../image/lecture/lecture2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 43px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lecture_about {
  padding-top: 100px;
}
.lecture_about .lecture_about_wrap {
  margin-bottom: 145px;
}
.lecture_about .lecture_about_wrap p {
  line-height: 2;
}
.lecture_about .lecture_about_wrap .lecture_about_inner1 {
  display: flex;
  justify-content: space-around;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 100px;
}
.lecture_about .lecture_about_wrap .lecture_about_inner1 > p {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  letter-spacing: 1px;
}
.lecture_about .lecture_about_wrap .copy {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
.lecture_about .lecture_about_wrap .lecture_about_image {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  max-width: 575px;
  margin: 70px auto 85px;
  width: 100%;
}
.lecture_about .lecture_about_wrap .lecture_about_image > div {
  width: 33%;
}
.lecture_about .lecture_about_wrap .lecture_about_image > div img {
  display: block;
  width: 100%;
  height: auto;
}
.lecture_about .lecture_about_inner2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}
.lecture_about .lecture_about_inner2 dl {
  width: 40%;
  margin-bottom: 80px;
}
.lecture_about .lecture_about_inner2 dl dt {
  font-size: 36px;
  color: #BC000F;
  font-weight: bold;
  padding-left: 65px;
  position: relative;
  margin-bottom: 30px;
}
.lecture_about .lecture_about_inner2 dl dd {
  line-height: 2;
}
.lecture_about .lecture_about_inner2 dl dd ul {
  list-style: none;
}
.lecture_about .lecture_about_inner2 dl:nth-child(1) dt::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/lecture/lecture6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lecture_about .lecture_about_inner2 dl:nth-child(2) dt::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/lecture/lecture7.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lecture_about .lecture_about_inner2 dl:nth-child(3) dt::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/lecture/lecture8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lecture_about .lecture_about_inner2 dl:nth-child(4) dt::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/lecture/lecture9.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lecture_contact {
  padding-bottom: 125px;
}

@media screen and (max-width: 767px) {
  .lecture_top .lecture_wrap h2 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .lecture_top .lecture_wrap h2 span {
    color: #000;
    font-size: 18px;
    font-weight: bold;
  }
  .lecture_top .lecture_wrap > div {
    flex-direction: column;
    align-items: center;
  }
  .lecture_top .lecture_wrap > div a.common_btn {
    width: 100%;
    max-width: 300px;
    padding: 85px 50px;
  }
  .lecture_top .lecture_wrap > div a.common_btn:first-child {
    margin-bottom: 10px;
  }
  .lecture_about {
    padding: 80px 10px 0;
  }
  .lecture_about .lecture_about_wrap {
    margin-bottom: 80px;
  }
  .lecture_about .lecture_about_wrap p {
    line-height: 2;
  }
  .lecture_about .lecture_about_wrap .lecture_about_inner1 {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .lecture_about .lecture_about_wrap .lecture_about_inner1 > p {
    font-size: 18px;
    margin-top: 10px;
  }
  .lecture_about .lecture_about_wrap .copy {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .lecture_about .lecture_about_wrap .lecture_about_image {
    margin: 40px auto 40px;
    width: 100%;
  }
  .lecture_about .lecture_about_wrap .lecture_about_image > div {
    width: 33%;
  }
  .lecture_about .lecture_about_wrap .lecture_about_image > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lecture_about .lecture_about_inner2 {
    padding-bottom: 0px;
  }
  .lecture_about .lecture_about_inner2 dl {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lecture_about .lecture_about_inner2 dl dt {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 15px;
  }
  .lecture_about .lecture_about_inner2 dl dd {
    width: 95%;
  }
  .lecture_contact {
    padding-bottom: 40px;
  }
}
.service_top {
  width: 100%;
  overflow: hidden;
  padding-top: 146px;
}
.service_top .service_wrap {
  margin-bottom: 116px;
}
.service_top .service_wrap .service_inner {
  padding: 78px 64px;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 145px;
}
.service_top .service_wrap .service_inner h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: solid #BC000F 4px;
  display: inline-block;
  margin-bottom: 30px;
}
.service_top .service_wrap .service_inner p {
  line-height: 2;
  margin-bottom: 25px;
}
.service_top .service_wrap .service_inner .common_btn {
  color: #fff;
  border: solid 1px #fff;
  margin: 0;
}
.service_top .service_wrap .service_inner .common_btn::after {
  display: block;
  content: "";
  background: url(../image/common/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 35px;
  width: 35px;
  height: 7px;
}
.service_top .service_wrap .service_inner .common_btn p {
  margin-bottom: 0;
  line-height: 1;
}
.service_top .service_wrap .service_inner .service_wrap_img {
  position: absolute;
  right: -130px;
  bottom: 0;
}
.service_top .service_wrap .service_inner .service_wrap_img img {
  display: block;
  width: 100%;
  height: auto;
}
.service_top .service_wrap .service_inner:last-child {
  display: flex;
}
.service_top .service_wrap .service_inner:last-child p:nth-of-type(2) {
  margin-left: 50px;
}
.service_top .service_wrap .service_inner:last-child > a {
  display: none;
}

@-webkit-keyframes kv-link-arrow-normal {
  to {
    transform: translateX(150%) scaleY(0.1);
  }
}
@keyframes kv-link-arrow-normal {
  to {
    transform: translateX(150%) scaleY(0.1);
  }
}
@media (hover: hover) {
  @-webkit-keyframes kv-link-arrow-hover {
    from {
      transform: translateX(-150%) scaleY(0.1);
    }
  }
  @keyframes kv-link-arrow-hover {
    from {
      transform: translateX(-150%) scaleY(0.1);
    }
  }
}
.service_workflow {
  padding-bottom: 310px;
}
.service_workflow .service_workflow_wrap h2 {
  font-size: 114px;
  text-align: center;
  margin-bottom: 90px;
}
.service_workflow .service_workflow_wrap > p {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 75px;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 1000px) {
  .underlayer .service_h1 {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: unset;
    transform: translateY(-50%);
    font-size: 18px;
    padding-left: 20px;
  }
  .service_top .service_wrap .service_inner .service_wrap_img {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .service_top {
    padding-top: 40px;
  }
  .service_top .service_wrap {
    margin-bottom: 50px;
  }
  .service_top .service_wrap .service_inner {
    padding: 78px 30px;
    margin-bottom: 50px;
  }
  .service_top .service_wrap .service_inner h2 {
    font-size: 24px;
    border-bottom: solid #BC000F 2px;
    margin-bottom: 15px;
  }
  .service_top .service_wrap .service_inner .common_btn {
    margin: 0 auto;
  }
  .service_top .service_wrap .service_inner .common_btn::after {
    display: block;
    content: "";
    background: url(../image/common/btn_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 35px;
    width: 25px;
    height: 7px;
  }
  .service_top .service_wrap .service_inner:last-child {
    display: block;
  }
  .service_top .service_wrap .service_inner:last-child p:nth-of-type(2) {
    margin-left: 0px;
  }
  .service_top .service_wrap .service_inner:last-child > a {
    display: none;
  }
  .service_workflow {
    padding-bottom: 150px;
  }
  .service_workflow .service_workflow_wrap h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .service_workflow .service_workflow_wrap > p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.05rem;
  }
  .service_workflow .service_workflow_wrap .display_sp {
    display: flex;
    justify-content: center;
  }
}
.single .single_top {
  position: relative;
  z-index: 1;
}
.single .single_top .single_black_bg {
  width: 100%;
  height: 40%;
  position: absolute;
  background-color: #000;
  bottom: 0;
  z-index: -1;
}
.single .single_top .single_wrap {
  padding-bottom: 40px;
  margin-bottom: 0px;
}

/*---------------------------
line
---------------------------*/
.line .single_top .single_wrap {
  padding-bottom: 40px;
  margin-bottom: 180px;
}

.line:nth-of-type(1) .single_categoryh2::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/line/01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 410px;
  height: 180px;
  right: 0;
  bottom: 20%;
}
.line:nth-of-type(2) .single_categoryh2::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/line/02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 410px;
  height: 180px;
  right: 0;
  bottom: 20%;
}
.line:nth-of-type(3) .single_categoryh2::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/line/03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 410px;
  height: 180px;
  right: 0;
  bottom: 20%;
}
.line:nth-of-type(4) .single_categoryh2::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/line/04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 410px;
  height: 180px;
  right: 0;
  bottom: 20%;
}
.line:nth-of-type(5) .single_categoryh2::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/line/05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 410px;
  height: 180px;
  right: 0;
  bottom: 20%;
}

/*---------------------------
line以外
---------------------------*/
.web .single_categoryh2::after {
  content: "WEB";
  display: block;
  position: absolute;
  font-size: 114px;
  color: #707070;
  right: 0;
  bottom: 20%;
}

@media screen and (max-width: 767px) {
  .web .single_categoryh2::after {
    content: "WEB";
    display: block;
    position: absolute;
    font-size: 50px;
    color: #707070;
    right: 0;
    bottom: 40%;
  }
}
.movie .single_categoryh2::after {
  content: "MOVIE";
  display: block;
  position: absolute;
  font-size: 114px;
  color: #707070;
  right: 0;
  bottom: 20%;
}

@media screen and (max-width: 767px) {
  .movie .single_categoryh2::after {
    content: "MOVIE";
    display: block;
    position: absolute;
    font-size: 50px;
    color: #707070;
    right: 0;
    bottom: 40%;
  }
}
.advertisement .single_categoryh2::after {
  content: "ADVERTISEMENT";
  display: block;
  position: absolute;
  font-size: 114px;
  color: #707070;
  right: -140px;
  bottom: 20%;
}

@media screen and (max-width: 1300px) {
  .advertisement .single_categoryh2::after {
    content: "ADVERTISEMENT";
    display: block;
    position: absolute;
    font-size: 80px;
    color: #707070;
    right: 0px;
    bottom: 20%;
  }
}
@media screen and (max-width: 767px) {
  .advertisement .single_categoryh2::after {
    content: "ADVERTISEMENT";
    display: block;
    position: absolute;
    font-size: 36px;
    color: #707070;
    right: 0;
    bottom: 40%;
  }
}
/*---------------------------
line以外此処まで
---------------------------*/
.advertisement .single_inner_1 .single_flex .single_flex_img {
  padding: 250px 20px 0px;
}

.single_inner_1 .single_categoryh2 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  padding: 160px 0 120px;
  position: relative;
}
.single_inner_1 .single_categoryh2 .white {
  color: #fff;
  position: relative;
  z-index: 1;
}
.single_inner_1 .single_categoryh2 .white::before {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #BC000F;
  z-index: -1;
  bottom: 50%;
  right: -90%;
  transform: translate(-50%, 50%);
}
.single_inner_1 .single_h2_image {
  display: flex;
  justify-content: space-between;
}

.single_main {
  position: relative;
  z-index: 1;
}
.single_main .single_black_bg {
  width: 100%;
  height: 75%;
  position: absolute;
  background-color: #000;
  bottom: 0;
  z-index: -1;
  left: 0;
}
.single_main .single_wrap {
  padding-bottom: 40px;
  margin-bottom: 180px;
  max-width: 1020px;
}

.single_inner_1 {
  position: relative;
  padding-top: 80px;
}
.single_inner_1 .single_h2 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  padding: 0px 0 0px;
  position: absolute;
  top: 0;
}
.single_inner_1 .single_h2 .single_h2_mini {
  font-size: 30px;
  display: block;
  margin-top: 10px;
}
.single_inner_1 .single_flex {
  overflow: auto;
}
.single_inner_1 .single_flex .single_flex_text {
  padding-top: 15%;
  width: 100%;
  padding-bottom: 10%;
}
.single_inner_1 .single_flex .single_flex_text > p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.single_inner_1 .single_flex .single_flex_text > p > a {
  color: #fff;
}
.single_inner_1 .single_flex .single_flex_img {
  display: flex;
  padding: 10px 20px;
  justify-content: flex-end;
  float: right;
}

.line:nth-last-child(2) .single_main:nth-last-child(1) .single_wrap {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .advertisement .single_inner_1 .single_flex .single_flex_img {
    padding: 110px 20px 0px;
    margin-top: -70px;
  }
  .advertisement .single_main .single_black_bg {
    height: 85%;
  }
  .single .single_top .single_wrap {
    margin-bottom: 0px;
    padding: 0 10px 0px;
  }
  .single:last-child .single_main:last-child .single_wrap {
    margin-bottom: 0;
  }
  .line:nth-of-type(1) .single_categoryh2::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/line/01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 190px;
    height: 115px;
    right: 60px;
    bottom: 5%;
  }
  .line:nth-of-type(2) .single_categoryh2::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/line/02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 190px;
    height: 115px;
    right: 60px;
    bottom: 5%;
  }
  .line:nth-of-type(3) .single_categoryh2::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/line/03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 190px;
    height: 115px;
    right: 60px;
    bottom: 5%;
  }
  .line:nth-of-type(4) .single_categoryh2::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/line/04.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 190px;
    height: 115px;
    right: 60px;
    bottom: 5%;
  }
  .line:nth-of-type(5) .single_categoryh2::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/line/05.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 190px;
    height: 115px;
    right: 60px;
    bottom: 5%;
  }
  .single_inner_1 .single_categoryh2 {
    font-size: 24px;
    padding: 0px 0 120px;
    position: relative;
  }
  .single_inner_1 .single_categoryh2 .white {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .single_inner_1 .single_categoryh2 .white::before {
    content: "";
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #BC000F;
    z-index: -1;
    bottom: 50%;
    right: -60%;
    transform: translate(-50%, 50%);
  }
  .single_main .single_black_bg {
    width: 100%;
    height: 70%;
    position: absolute;
    background-color: #000;
    bottom: 0;
    z-index: -1;
  }
  .single_main .single_wrap {
    padding: 0 10px 40px;
    margin-bottom: 40px;
  }
  .single_inner_1 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .single_inner_1 .single_h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 0px 0 0px;
    position: absolute;
    top: 0;
  }
  .single_inner_1 .single_h2 .single_h2_mini {
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .single_inner_1 .single_flex {
    flex-direction: column-reverse;
  }
  .single_inner_1 .single_flex .single_flex_text > p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .single_inner_1 .single_flex .single_flex_img {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
  /*---------------------------
  line
  ---------------------------*/
  .single.line .single_top .single_wrap {
    margin-bottom: 80px;
    padding: 0 10px 40px;
  }
  .line .single_inner_1 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .line .single_inner_1 .single_h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 0px 0 0px;
    position: absolute;
    top: 0;
  }
  .line .single_inner_1 .single_h2 .single_h2_mini {
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .line .single_inner_1 .single_flex {
    flex-direction: column-reverse;
  }
  .line .single_inner_1 .single_flex .single_flex_text > p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .line .single_inner_1 .single_flex .single_flex_img {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
}
/*---------------------------
line_bottom
---------------------------*/
.line_bottom {
  padding-bottom: 195px;
}
.line_bottom .line_bottom_wrap {
  max-width: 900px;
}
.line_bottom .line_bottom_wrap h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
}
.line_bottom .line_bottom_wrap .line_bottom_inner h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.line_bottom .line_bottom_wrap .line_bottom_inner > dl {
  margin-bottom: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line_bottom .line_bottom_wrap .line_bottom_inner > dl:last-child {
  margin-bottom: 0;
}
.line_bottom .line_bottom_wrap .line_bottom_inner > dl > dt {
  width: 39%;
}
.line_bottom .line_bottom_wrap .line_bottom_inner > dl > dt dl dt {
  font-size: 24px;
  font-weight: bold;
}
.line_bottom .line_bottom_wrap .line_bottom_inner > dl > dt dl dt span {
  display: block;
  margin-bottom: 25px;
}
.line_bottom .line_bottom_wrap .line_bottom_inner > dl > dd {
  width: 55%;
}
.line_bottom .line_bottom_wrap .line_bottom_inner .line_bottom_inner_3 {
  display: block;
}
.line_bottom .line_bottom_wrap .line_bottom_inner .line_bottom_inner_3 > dt {
  width: 100%;
  margin-bottom: 25px;
}
.line_bottom .line_bottom_wrap .line_bottom_inner .line_bottom_inner_3 > dd {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .line_bottom {
    padding-bottom: 100px;
  }
  .line_bottom .line_bottom_wrap {
    padding: 0 10px;
  }
  .line_bottom .line_bottom_wrap h2 {
    font-size: 24px;
    letter-spacing: -0.08rem;
    margin-bottom: 40px;
  }
  .line_bottom .line_bottom_wrap .line_bottom_inner h3 {
    font-size: 20px;
    text-align: center;
  }
  .line_bottom .line_bottom_wrap .line_bottom_inner > dl {
    margin-bottom: 80px;
    flex-direction: column-reverse;
  }
  .line_bottom .line_bottom_wrap .line_bottom_inner > dl:last-child {
    margin-bottom: 0;
  }
  .line_bottom .line_bottom_wrap .line_bottom_inner > dl > dt {
    width: 100%;
  }
  .line_bottom .line_bottom_wrap .line_bottom_inner > dl > dt dl dt {
    font-size: 20px;
  }
  .line_bottom .line_bottom_wrap .line_bottom_inner > dl > dt dl dt span {
    margin-bottom: 10px;
  }
  .line_bottom .line_bottom_wrap .line_bottom_inner > dl > dd {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*------------------------
form
-------------------------*/
.form_common {
  padding-top: 130px;
}

.top_contact #form .contact_inner {
  padding: 50px 0;
}

.top_contact #form .contact_warp .contact_inner .form_top {
  margin-bottom: 55px;
}
.top_contact #form .contact_warp .contact_inner .form_top .top_contact_inner_1 {
  display: flex;
  align-items: center;
}
#form .contact_inner {
  padding: 70px 105px;
  background-color: #fff;
}
#form .contact_inner h2 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#form .contact_inner .red {
  color: #BC000F;
  font-size: 12px;
  border: solid 1px;
  padding: 3px 4px;
  position: absolute;
  line-height: 1;
  right: 0;
}
#form .contact_inner .gray {
  color: #B2B2B2;
  font-size: 12px;
  position: absolute;
  line-height: 1;
  right: 0;
}
#form .contact_inner p {
  font-size: 14px;
  letter-spacing: -0.08rem;
}

#form .contact_warp .contact_inner .form_top {
  margin-bottom: 55px;
}
#form .contact_warp .contact_inner .form_top .top_contact_inner_1 {
  display: flex;
  align-items: center;
}
#form .contact_warp .contact_inner .form_top .top_contact_inner_1 > p {
  width: calc(100% - 333px);
}
#form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn {
  width: 265px;
  height: 66px;
  border: none;
  background-color: #57BE37;
  color: #fff;
  border-radius: 45px;
}
#form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn p {
  margin-left: 35px;
}
#form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn::after {
  background: url(../image/common/btn_arrow.png);
  right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
}

#form .form_inner form > div {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#form .form_inner form > div ::-webkit-scrollbar {
  display: none;
}
#form .form_inner form > div > div:nth-child(2) {
  width: 65%;
}
#form .form_inner form > div > div .plan_red {
  color: #BC000F;
  margin-top: 10px;
}
#form .form_inner form > div > p:first-child {
  width: 30%;
  position: relative;
}
#form .form_inner form > div > p:nth-child(2) {
  width: 65%;
}
#form .form_inner form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#form .form_inner form input, #form .form_inner form select {
  width: 100%;
  max-width: 558px;
  padding: 2px;
  border: 1px solid #B2B2B2;
  box-sizing: border-box;
  background: #fff;
}

#form .form_inner form input[type=checkbox] {
  display: none;
}
#form .form_inner form input[type=checkbox] + span {
  display: block;
  position: relative;
  padding: 0px 0px 0 24px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#form .form_inner form input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #B2B2B2;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
#form .form_inner form input[type=checkbox]:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/common/check_b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#form .form_inner form .privacy {
  justify-content: center;
}
#form .form_inner form .privacy p {
  text-align: center;
}
#form .form_inner form .privacy p a {
  color: #BC000F;
  font-weight: bold;
  display: block;
  text-align: center;
}
#form .form_inner form .privacy .agree_wrap .wpcf7-list-item {
  margin: 0 auto;
  text-align: center;
}
#form .form_inner form .privacy .agree_wrap .wpcf7-list-item > label {
  position: relative;
  -webkit-appearance: none;
}
#form .form_inner form .privacy .agree_wrap .wpcf7-list-item input[type=checkbox] + span {
  display: block;
  position: relative;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
}
#form .form_inner form .privacy .agree_wrap .wpcf7-list-item input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #B2B2B2;
  position: absolute;
  left: -50px;
  right: unset;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.12s, border-color 0.08s;
}
#form .form_inner form .privacy .agree_wrap .wpcf7-list-item input[type=checkbox]:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/common/check_b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  right: unset;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#form .form_inner .business .business_flex .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
#form .form_inner .business .business_flex .wpcf7-form-control > .wpcf7-list-item {
  margin-bottom: 10px;
}
#form .form_inner .business .business_flex .wpcf7-form-control::after {
  display: block;
  content: "";
  width: 45%;
}

#form .form_inner .business .business_flex textarea {
  border: solid 1px #B2B2B2;
  background-color: #fff;
  width: 100%;
  height: 200px;
}
#form .form_inner .business .business_flex textarea ::-webkit-resizer {
  display: none;
}

#form .form_inner form .send {
  position: relative;
}
#form .form_inner form .send:hover > p::before {
  content: "";
  width: 100%;
  font-size: 18px;
  text-align: center;
}
#form .form_inner form .send::after {
  z-index: 15;
  content: "この内容で問い合わせる";
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  width: 200px;
  height: 24px;
  display: block;
  top: 50%;
  transform: translate(-66%, -50%);
  left: 50%;
}
#form .form_inner form .send > p {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 50px auto auto;
}
#form .form_inner form .send > p:first-child {
  width: auto;
  margin: 0 auto;
}
#form .form_inner form .send > p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  height: 100%;
  width: 0;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: #BC000F;
  transition: all 0.3s;
}
#form .form_inner form .send > p:hover::before {
  content: "";
  width: 100%;
  font-size: 18px;
  text-align: center;
}
#form .form_inner form .send > p > span {
  position: absolute;
}
#form .form_inner form .send input {
  max-width: 420px;
  width: 100%;
  height: 80px;
  background: #333333;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  color: #333333;
  box-sizing: border-box;
  padding: 20px 80px 20px 60px;
  font-size: 18px;
  text-align: center;
  justify-content: center;
  position: relative;
}

#form .form_inner form .send_wrap {
  display: flex;
  justify-content: center;
}
#form .form_inner form .send_wrap .send {
  justify-content: center;
  display: inline-flex;
}
#form .form_inner form .send_wrap .send p {
  width: auto;
  display: inline-block;
  position: relative;
}
#form .form_inner form .send_wrap .send p:first-child {
  width: auto;
}
#form .form_inner form .send_wrap .send p::after {
  display: block;
  content: "";
  background: url(../image/common/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 49%;
  transform: translatey(-50%);
  right: 35px;
  width: 35px;
  height: 7px;
  z-index: 15;
}
#form .form_inner form .send_wrap .send .common_btn span {
  margin-left: 50px;
}

#form .form_inner form .wpcf7 form.init,
#form .form_inner form .wpcf7-response-output,
#form .form_inner form .wpcf7 form.resetting,
#form .form_inner form .wpcf7-response-output,
#form .form_inner form .wpcf7 form.submitting,
#form .form_inner form .wpcf7-response-output {
  display: none;
}

#form .form_inner form .privacy_text_wrap .privacy_text_inner {
  padding: 20px 30px;
  border: solid 1px #B2B2B2;
  height: 200px;
  overflow-y: scroll;
}

@media screen and (max-width: 1000px) {
  #form .contact_inner {
    padding: 100px 40px;
  }
  #form .form_inner form > div > div:nth-child(2) {
    width: 65%;
  }
  #form .form_inner form > div > p:nth-child(2) {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .top_contact #form .contact_warp {
    padding: 0;
  }
  .top_contact #form .contact_warp .contact_inner {
    padding: 20px 10px;
  }
  .top_contact #form .contact_warp .contact_inner .form_top {
    margin-bottom: 55px;
  }
  #form {
    padding-top: 0;
  }
  #form .contact_inner {
    padding: 20px 10px;
  }
  #form .contact_inner h2 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #form .contact_inner .red {
    position: absolute;
    line-height: 1;
    right: 0;
  }
  #form .contact_inner .gray {
    color: #B2B2B2;
    font-size: 12px;
    position: absolute;
    line-height: 1;
    right: 0;
  }
  #form .contact_warp .contact_inner .form_top {
    margin-bottom: 55px;
  }
  #form .contact_warp .contact_inner .form_top .top_contact_inner_1 {
    flex-direction: column;
  }
  #form .contact_warp .contact_inner .form_top .top_contact_inner_1 > p {
    width: 100%;
  }
  #form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn p {
    margin-left: 35px;
  }
  #form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn::after {
    background: url(../image/common/btn_arrow.png);
    right: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
  }
  #form .form_inner form > div {
    flex-direction: column;
  }
  #form .form_inner form > div ::-webkit-scrollbar {
    display: none;
  }
  #form .form_inner form > div > div:nth-child(2) {
    width: 100%;
  }
  #form .form_inner form > div > div .plan_red {
    color: #BC000F;
    margin-top: 10px;
  }
  #form .form_inner form > div > p:first-child {
    width: 40%;
    margin-bottom: 10px;
  }
  #form .form_inner form > div > p:nth-child(2) {
    width: 100%;
  }
  #form .form_inner form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #form .form_inner form input, #form .form_inner form select {
    width: 100%;
    max-width: 558px;
    padding: 2px;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    background: #fff;
  }
  #form .form_inner form input[type=checkbox] {
    display: none;
  }
  #form .form_inner form input[type=checkbox] + span {
    display: block;
    position: relative;
    padding: 0px 0px 0 24px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #form .form_inner form input[type=checkbox] + span::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #B2B2B2;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
  }
  #form .form_inner form input[type=checkbox]:checked + span::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/common/check_b.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  #form .form_inner form .privacy {
    align-items: center;
  }
  #form .form_inner form .privacy p {
    text-align: center;
  }
  #form .form_inner form .privacy p a {
    color: #BC000F;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  #form .form_inner form .privacy .agree_wrap .wpcf7-list-item {
    margin: 0 auto;
    text-align: center;
  }
  #form .form_inner form .privacy .agree_wrap .wpcf7-list-item > label {
    position: relative;
    -webkit-appearance: none;
  }
  #form .form_inner form .privacy .agree_wrap .wpcf7-list-item > label::before {
    content: "個人情報の扱いに同意する";
    display: block;
    position: absolute;
    padding-top: 110px;
    padding-left: 60px;
    -webkit-appearance: none;
    width: 220px;
  }
  #form .form_inner form .privacy .agree_wrap .wpcf7-list-item input[type=checkbox] + span {
    display: block;
    position: relative;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: none;
    cursor: pointer;
    -webkit-user-select: none;
  }
  #form .form_inner form .privacy .agree_wrap .wpcf7-list-item input[type=checkbox] + span::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #B2B2B2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
  }
  #form .form_inner form .privacy .agree_wrap .wpcf7-list-item input[type=checkbox]:checked + span::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/common/check_b.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  #form .form_inner .business .business_flex .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
  }
  #form .form_inner .business .business_flex .wpcf7-form-control > .wpcf7-list-item {
    margin-bottom: 10px;
  }
  #form .form_inner .business .business_flex .wpcf7-form-control::after {
    display: block;
    content: "";
    width: 45%;
  }
  #form .form_inner .business .business_flex textarea {
    border: solid 1px #B2B2B2;
    background-color: #fff;
    width: 100%;
    height: 200px;
  }
  #form .form_inner .business .business_flex textarea ::-webkit-resizer {
    display: none;
  }
  #form .form_inner form .send::after {
    z-index: 15;
    content: "この内容で問い合わせる";
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    width: 200px;
    height: 24px;
    display: block;
    top: 50%;
    transform: translate(-58%, 50%);
    left: 41%;
  }
  #form .form_inner form .send > p:first-child {
    width: 80%;
    margin: 0 auto;
  }
  #form .form_inner form .send > p::after {
    display: block;
    content: "";
    background: url(../image/common/btn_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 67%;
    transform: translatey(-50%);
    right: 70px;
    width: 35px;
    height: 7px;
    z-index: 15;
  }
  #form .form_inner form .send .common_btn {
    max-width: 420px;
    width: 100%;
    height: 80px;
    background: #333333;
    display: flex;
    align-items: center;
    margin: 50px auto auto;
    position: relative;
    overflow: hidden;
    z-index: 10;
    color: #333333;
    box-sizing: border-box;
    padding: 20px 20px 20px 0px;
    font-size: 18px;
    text-align: center;
    justify-content: center;
  }
  #form .send {
    justify-content: center;
    display: flex;
  }
  #form .send p {
    display: inline-block;
    position: relative;
  }
  #form .send p::after {
    display: block;
    content: "";
    background: url(../image/common/btn_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 57%;
    transform: translatey(-50%);
    right: 35px;
    width: 35px;
    height: 7px;
    z-index: 15;
  }
  #form .send .common_btn span {
    margin-left: 50px;
  }
  #form .form_inner form .wpcf7 form.init,
  #form .form_inner form .wpcf7-response-output,
  #form .form_inner form .wpcf7 form.resetting,
  #form .form_inner form .wpcf7-response-output,
  #form .form_inner form .wpcf7 form.submitting,
  #form .form_inner form .wpcf7-response-output {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #form .form_inner form .send::after {
    z-index: 15;
    content: "この内容で問い合わせる";
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    width: 200px;
    height: 40px;
    display: block;
    top: 61%;
    transform: translate(-58%, -3%);
    left: 41%;
  }
  #form .form_inner form .send > p::after {
    right: 35px;
  }
}
/*------------------------
appeal
-------------------------*/
.appeal .appeal_wrap > div {
  width: 100%;
  max-width: 560px;
  margin-bottom: 80px;
}
.appeal .appeal_wrap > div:nth-child(2n) {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .appeal .appeal_wrap > div {
    margin-bottom: 20px;
  }
}
/*------------------------
flow
-------------------------*/
.flow .accordion .arrow {
  width: 35px;
  height: 59px;
  margin: 35px auto;
}

@media screen and (max-width: 767px) {
  .flow .accordion .arrow {
    width: 20px;
    height: 38px;
    margin: 15px auto;
  }
}
.category_log {
  padding: 100px;
  box-sizing: border-box;
}
.category_log .category_wrap h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  border: solid 1px #333333;
  background-color: #fff;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .category_log {
    padding: 10px 20px;
  }
  .category_log .category_wrap h2 {
    font-size: 18px;
  }
}
/*---------------------------------
詳細
---------------------------------*/
.category_single_wrap .category_single_inner {
  padding: 100px 0;
}
.category_single_wrap .category_single_inner p {
  margin-bottom: 10px;
}
.category_single_wrap .category_single_inner h2 {
  font-size: 24px;
  margin: 30px 0 15px;
}
.category_single_wrap .category_single_inner h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 15px;
}
.category_single_wrap .category_single_inner .wp-block-image {
  margin: 50px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

/*------------------------
各ページのscssファイル
-------------------------*/
/*------------------------
common
-------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #293337;
  overflow-x: hidden;
}

font {
  font-family: "Hiragino UD Sans Std", "Noto Sans CJK JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #293337;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #293337;
  cursor: pointer;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*--------------
top以外のh1
----------------*/
.underlayer .top_bg {
  background: url(../image/common/commonMVbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 18%;
}
.underlayer h1 {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------
top以外のh1
----------------*/
h2 {
  font-size: 50px;
  font-weight: bold;
  color: #717171;
}

#none {
  display: none;
}

.red {
  color: #BC000F;
}

#top_graybg {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(36, 36, 36) 12%, rgb(113, 113, 113) 31%, rgb(212, 212, 212) 83%, rgb(255, 255, 255) 100%);
}

#top_graybg_2 {
  position: relative;
  overflow: hidden;
  padding-top: 215px;
  background: linear-gradient(180deg, rgb(226, 226, 226) 0%, rgb(224, 224, 224) 37%, rgb(255, 255, 255) 100%);
}

.about_gray_bg {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(226, 226, 226) 100%);
}

.service_gray_bg {
  width: 100%;
  position: relative;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(199, 199, 199) 100%);
}

.single_bg {
  width: 100%;
  position: relative;
  background: linear-gradient(0deg, rgb(255, 255, 252) 0%, rgb(199, 199, 199) 100%);
}

.line_bg {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 252) 0%, rgb(199, 199, 199) 100%);
}

.common_btn {
  width: 412px;
  height: 85px;
  border: solid 1px #333333;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.common_btn::after {
  display: block;
  content: "";
  background: url(../image/common/btn_arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 35px;
  width: 35px;
  height: 7px;
}
.common_btn p {
  font-size: 18px;
  display: block;
  margin-left: 50px;
}

.common_btn:hover {
  color: #fff;
  /*  color:#ccc;
  border-color: transparent; */
  /*色の変化を遅らせる*/
  transition-delay: 0.6s;
}
.common_btn:hover::before {
  width: 100%;
  /*0.4秒遅れてアニメーション*/
}
.common_btn:hover span::before, .common_btn:hover span::after {
  width: 100%;
}
.common_btn:hover::after {
  display: block;
  content: "";
  background: url(../image/common/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 35px;
  width: 35px;
  height: 7px;
}
.common_btn span {
  display: block;
  z-index: 2;
}
.common_btn span::before, .common_btn span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  width: 0;
  height: 2px;
  /*線の形状*/
  background: #BC000F;
  /*アニメーションの設定*/
  transition: all 0.3s;
}
.common_btn span::before {
  left: 0;
  top: 0;
}
.common_btn span::after {
  left: 0;
  bottom: 0;
}
.common_btn::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  /*背景の形状*/
  height: 100%;
  width: 0;
  background: #333333;
  /*アニメーションの設定*/
  transition: all 0.3s;
}

.display_pc {
  display: block;
}

.display_sp {
  display: none;
}

#pageTop {
  position: fixed;
  bottom: 15px;
  right: 5%;
  width: 70px;
  z-index: 500;
}

main {
  padding-top: 90px;
}

/*------
common_sp
---------*/
@media screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
  .common_btn {
    width: 70%;
    height: 60px;
    margin: 25px auto auto;
  }
  .common_btn::after {
    display: block;
    content: "";
    background: url(../image/common/btn_arrow_black.png);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 35px;
    height: 7px;
  }
  .common_btn p {
    font-size: 16px;
    display: block;
    margin-left: 15px;
  }
  /*--------------
  top以外のh1
  ----------------*/
  .underlayer .top_bg {
    background: url(../image/common/commonMVbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
  /*--------------
  top以外のh1
  ----------------*/
  #top_graybg_2 {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: linear-gradient(180deg, rgb(226, 226, 226) 0%, rgb(224, 224, 224) 37%, rgb(255, 255, 255) 100%);
  }
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
  }
  #pageTop {
    width: 49px;
    right: 10px;
    bottom: 10px;
  }
}
/*------------------------
nav
---------------------------*/
nav {
  width: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  background: #000;
  padding: 4px 0;
}
nav .nav_wrap {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}
nav .nav_wrap > input {
  display: none;
}
nav .nav_wrap .menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .nav_wrap .menu-content > .open_btn {
  margin-right: 10px;
}
nav .nav_wrap ul {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  letter-spacing: 0.08rem;
}
nav .nav_wrap ul li {
  list-style: none;
  position: relative;
  padding: 20px 0px;
  letter-spacing: 0.05rem;
  align-items: center;
}
nav .nav_wrap ul li a {
  display: block;
  transition: all 0.3s;
  color: #fff;
}
nav .nav_wrap ul li > ul {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #000;
  width: 250px;
  bottom: 0%;
  z-index: 10;
}

.menu-content ul li a.display_pc {
  display: block;
}
.menu-content ul li a.display_sp {
  display: none;
}

nav .nav_wrap ul li.menu-item a {
  content: "";
  display: inline;
  background-image: linear-gradient(90deg, #BC000F, #BC000F); /* マーカーの色を指定 */
  height: 1px;
  background-repeat: no-repeat;
  background-position: left bottom; /* マーカーの発生位置を左下に設定 */
  background-size: 0 40%; /* マーカーの横幅 / 縦幅 */
  transition: all 0.3s ease; /* マーカーを引く速度 */
  cursor: pointer; /* ホバー時のカーソルをポインターにする */
  padding-bottom: 5px;
}
nav .nav_wrap ul li.menu-item a:hover {
  background-size: 100% 5%; /* マーカーの横幅を100%にする */
}

nav .current {
  background-image: linear-gradient(90deg, #BC000F, #BC000F); /* マーカーの色を指定 */
  background-repeat: no-repeat;
  background-position: left bottom; /* マーカーの発生位置を左下に設定 */
  background-size: 100% 5%; /* マーカーの横幅 / 縦幅 */
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture,
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact {
  font-size: 12px;
  background-color: #fff;
  width: 128px;
  height: 64px;
  margin: auto;
  padding: 20px 10px;
  letter-spacing: -0.05rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a,
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact a {
  padding-left: 35px;
  color: #333333;
  position: relative;
  background-image: none;
}
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture:hover,
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact:hover {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture {
  margin-right: 10px;
}
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../image/common/nav_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 28px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact a::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../image/common/nav_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 28px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*-------
  navSP
  --------*/
  /*-------
  btn
  ---------*/
  nav {
    display: flex;
    justify-content: flex-end;
    max-width: unset;
  }
  .menu-btn {
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background: #BC000F;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 200;
  }
  .menu-btn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
  }
  .menu-btn span:nth-of-type(1) {
    top: 15px;
    width: 45%;
  }
  .menu-btn span:nth-of-type(2) {
    top: 23px;
    width: 35%;
  }
  .menu-btn span:nth-of-type(3) {
    top: 31px;
    width: 20%;
  }
  .menu-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
  #menu-btn-check {
    display: none;
  }
  /*-------
  btnここまで
  ---------*/
  nav .nav_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  nav .nav_wrap .menu-content {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #D5D500;
  }
  nav .nav_wrap .menu-content > ul > li {
    border-bottom: solid 1px #293337;
    list-style: none;
    padding: 10px 0px 10px 0px;
  }
  nav .nav_wrap .menu-content ul {
    display: block;
    padding: 0px 10px 0;
    text-align: center;
  }
  nav .nav_wrap .menu-content ul li a,
  nav .nav_wrap .menu-content ul li span.display_sp {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  nav .nav_wrap .menu-content ul li a.display_pc {
    display: none;
  }
  nav .nav_wrap .menu-content ul li a.display_sp {
    display: block;
  }
  nav .nav_wrap .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #333333;
    transition: all 0.5s; /*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  nav ul .has_child > a::before, nav ul .has_child > a::after,
  nav ul .has_child > span.display_sp::before,
  nav ul .has_child > span.display_sp::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  nav ul .has_child > a::before,
  nav ul .has_child > span.display_sp::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);
  }
  nav ul .has_child > a::after,
  nav ul .has_child > span.display_sp::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
  }
  nav ul .has_child.close > a::before,
  nav ul .has_child.close > span.display_sp::before {
    transform: rotate(45deg);
  }
  nav ul .has_child.close > a::after,
  nav ul .has_child.close > span.display_sp::after {
    transform: rotate(-45deg);
  }
  nav ul .has_child ul {
    display: none;
    width: 100%;
    position: unset;
    left: 0;
    transform: unset;
    top: 60px;
    z-index: 4;
    padding: 0;
    transition: unset;
    visibility: visible;
    opacity: 1;
  }
  nav ul .has_child ul li {
    list-style: none;
    padding: 10px 0px 10px 0px;
    width: 100%;
    opacity: 1;
    position: relative;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #293337;
  }
  nav ul .has_child ul li:last-child {
    border-bottom: none;
  }
  nav .nav_wrap .menu-content ul li > ul {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    background: #000;
    width: 250px;
    bottom: 0%;
  }
  nav .nav_wrap ul li.menu-item a {
    content: "";
    display: inline;
    background-image: linear-gradient(90deg, #BC000F, #BC000F); /* マーカーの色を指定 */
    height: 1px;
    background-repeat: no-repeat;
    background-position: left bottom; /* マーカーの発生位置を左下に設定 */
    background-size: 0 40%; /* マーカーの横幅 / 縦幅 */
    transition: all 0.3s ease; /* マーカーを引く速度 */
    cursor: pointer; /* ホバー時のカーソルをポインターにする */
    padding-bottom: 5px;
  }
  nav .nav_wrap ul li.menu-item a:hover {
    background-size: 100% 5%; /* マーカーの横幅を100%にする */
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture,
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact {
    margin: 0 auto;
    width: 150px;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a,
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact a {
    padding: 0 0 0 35px;
    letter-spacing: -0.08rem;
    font-size: 12px;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture {
    margin-right: auto;
    margin-bottom: 10%;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../image/common/nav_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 28px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact a::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../image/common/nav_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 28px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*------------------------
footer
-------------------------*/
footer {
  position: relative;
  z-index: 1;
}
footer .footer_wrap {
  background: #000;
  padding: 155px 0 100px;
  position: relative;
  z-index: -10;
}
footer .footer_wrap .footer_inner {
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
}
footer .footer_wrap .footer_inner .footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 33px;
}
footer .footer_wrap .footer_inner .footer_nav ul li:first-child {
  padding-left: 0;
}
footer .footer_wrap .footer_inner .footer_nav ul li > ul {
  display: none;
}
footer .footer_wrap .footer_inner .footer_nav ul .nav_lecture {
  margin-right: 15px;
  margin-left: 5px;
}

footer .footer_nav nav {
  position: static;
}
footer .footer_nav nav .nav_wrap {
  max-width: none;
}
footer .footer_nav nav .nav_wrap .menu-content {
  flex-direction: column;
}
footer .footer_nav nav .nav_wrap .menu-content > .open_btn {
  margin-right: 0;
}

footer .footer_bottom {
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer_bottom .footer_sns {
  display: flex;
  margin-bottom: 20px;
  width: 15%;
  justify-content: space-around;
  align-items: center;
}
footer .footer_bottom .footer_sns > div {
  width: 30px;
}
footer .footer_bottom small {
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer {
    position: relative;
    z-index: 1;
  }
  footer .footer_back .bus_wrap {
    margin: -10% 0 -10% 0;
  }
  footer .footer_wrap {
    padding: 80px 0 50px;
  }
  footer .footer_wrap .display_sp {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  footer .footer_wrap .footer_inner {
    width: 100%;
    max-width: unset;
    padding: 0 10px;
    box-sizing: border-box;
  }
  footer .footer_wrap .footer_inner .footer_nav ul {
    gap: unset;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  footer .footer_wrap .footer_inner .footer_nav ul li {
    width: 45%;
  }
  footer .marker {
    display: block;
  }
  footer .footer_bottom .footer_sns {
    width: 50%;
  }
  footer .footer_bottom .footer_left .footer_tel div, footer .footer_bottom .footer_left .footer_mail div {
    margin-right: 10px;
  }
  footer .footer_bottom .footer_right {
    text-align: right;
    margin-top: 15px;
  }
}
/*------------------------
accordion
-------------------------*/
/*ベース*/
.toggle {
  display: none;
}

.Label { /*タイトル*/
  padding: 1em;
  display: block;
  color: #fff;
  border: solid 1px #fff;
}

.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 20px;
  transform: rotate(135deg);
}

.Label::after {
  content: "";
  display: block;
  background: url(../image/common/Q.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 27px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  padding-left: 56px;
}

.content { /*本文*/
  height: 0;
  margin-bottom: 23px;
  padding: 0 20px;
  overflow: hidden;
  padding-left: 56px;
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  padding-left: 56px;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.toggle:checked + .Label + .content::after {
  content: "";
  display: block;
  background: url(../image/common/A.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 27px;
  position: absolute;
  left: 13px;
  top: 20px;
}

/*# sourceMappingURL=common.css.map */
