/*

  MV

================================================================
*/
.top-mv {
  position: relative;
  width: 100%;
  height: 780px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2000px auto;
  background-image: url(../img/top/bg_mv_pc.jpg);}
.top-mv .logo {
  position: absolute;
  top: 23px;
  left: 50px;}
.top-mv .flex {
  display: flex;
  height: 100%;}
.top-mv .flex .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  color: #fff;}
.top-mv .flex .left .read01 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .2em;
  text-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.top-mv .flex .left .box {
  background: url(../img/top/bg_mv_left.png) no-repeat bottom left 30px / auto 80%;}
.top-mv .flex .left .read02 {
  pointer-events: none;
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: .1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.top-mv .flex .left .read03 {
  pointer-events: none;
  font-size: 90px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: right;
  text-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.top-mv .flex .left .read03 span {
  position: relative;
  top: .08em;
  font-size: 110%;}
.top-mv .flex .left .read04 {
  text-align: right;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.top-mv .flex .left a {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  border-radius: 100px;
  font-weight: 600;
  color: #fff;
  width: 300px;}
.top-mv .flex .left a:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #967118;}
.top-mv .flex .left a span {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-right: 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, #DEDA6E, #C39629);
  z-index: 2;
  transition: .06s;}
.top-mv .flex .left a:hover span {
  top: 2px;}
.top-mv .flex .left a span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon_head_contact.png);}
.top-mv .flex .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;}
.top-mv .flex .right ul {
  position: relative;
  width: 100%;}
.top-mv .flex .right ul li {
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;}
.top-mv .flex .right ul li:nth-child(1) {
  top: -100px;
  left: 300px;}
.top-mv .flex .right ul li:nth-child(2) {
  top: 0;
  left: 50px;}
.top-mv .flex .right ul li:nth-child(3) {
  top: 50px;
  left: 400px;}
.top-mv .flex .right ul li:nth-child(4) {
  top: 100px;
  left: 150px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-mv {
  overflow: hidden;
  height: 175vw;
  background-size: 100% auto;
  background-image: url(../img/top/bg_mv_sp.jpg);}
.top-mv .logo {
  top: 6vw;
  left: 5vw;}
.top-mv .logo img {
  width: 45vw;}
.top-mv .flex {
  flex-direction: column-reverse;
  padding-bottom: 10vw;}
.top-mv .flex .left {
  width: 100%;
  padding: 0 7vw;
  height: auto;}
.top-mv .flex .left .read01 {
  margin-bottom: 3.5vw;
  font-size: 3.5vw;}
.top-mv .flex .left .box {
  background-position: bottom left 20vw;}
.top-mv .flex .left .read02 {
  margin-bottom: 2vw;
  font-size: 12vw;}
.top-mv .flex .left .read03 {
  font-size: 10vw;}
.top-mv .flex .left .read04 {
  margin-top: 3vw;
  font-size: 4vw;}
.top-mv .flex .left a {
  margin: 0 auto;
  margin-top: 5vw;
  width: 90%;
  font-size: 3.5vw;}
.top-mv .flex .left a span {
  height: 12vw;
  padding-right: 2.5vw;}
.top-mv .flex .left a span:after {
  right: 3vw;
  width: 7vw;
  height: 7vw;
  margin-top: -3.5vw;}
.top-mv .flex .right {
  flex: 1;
  padding: 0 5vw;
  width: 100%;}
.top-mv .flex .right ul {
  position: relative;
  width: 100%;}
.top-mv .flex .right ul li {
  font-size: 3.4vw;
  padding: 2.5vw;
  border-radius: 2vw;}
.top-mv .flex .right ul li:nth-child(1) {
  top: -10vw;
  left: 0;}
.top-mv .flex .right ul li:nth-child(2) {
  top: 4vw;
  left: auto;
  right: 0;}
.top-mv .flex .right ul li:nth-child(3) {
  top: 18vw;
  left: 5vw;}
.top-mv .flex .right ul li:nth-child(4) {
  top: 32vw;
  left: auto;
  right: 5vw;}
}

/*

  導入部分

================================================================
*/
.top-sec01 {
  position: relative;
  height: 420px;
  z-index: 2;
  background-color: #111;}
.top-sec01 .flex {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;}
.top-sec01 .flex h2 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: .2em;}
.top-sec01 .flex h2:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 3px;
  height: 50px;
  transform: rotateZ(15deg);
  background: linear-gradient(180deg, #DEDA6E, #C39629);}
.top-sec01 .flex .txt {
  padding-left: 30px;
  line-height: 1.9;
  font-size: 16px;}
.top-sec01 ul li {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;}
.top-sec01 ul li:nth-child(1) {
  top: -30px;
  right: 222px;}
.top-sec01 ul li:nth-child(2) {
  top: 30px;
  right: 0;}
.top-sec01 ul li img {
  width: auto;
  height: 420px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-sec01 {
  position: relative;
  padding: 0 10vw;
  height: auto;}
.top-sec01 .flex {
  height: auto;
  padding: 10vw 0 5vw;
  justify-content: flex-start;}
.top-sec01 .flex h2 {
  margin-bottom: 5vw;
  text-align: center;
  padding-left: 0;
  font-size: 5.2vw;}
.top-sec01 .flex h2:after {
  top: -5vw;
  height: 15vw;}
.top-sec01 .flex .txt {
  padding-left: 0;
  font-size: 3.5vw;}
.top-sec01 ul {
  display: flex;
  position: relative;
  left: -40vw;
  bottom: -5vw;}
.top-sec01 ul li {
  position: static;}
.top-sec01 ul li:nth-child(2) {
  position: relative;
  top: 0;
  right: auto;
  left: -20vw;}
.top-sec01 ul li img {
  object-fit: cover;
  width: 70vw;
  min-width: 70vw;
  height: auto;}
}

/*

  実績紹介

================================================================
*/
.top-sec02 {
  overflow: hidden;
  position: relative;
  padding: 100px 0 150px;
  background-color: #F0F0F0;}
.top-sec02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 40%;
  height: 2000px;
  background: linear-gradient(180deg, transparent, #C6C6C6);
  transform: skewX(-15deg);}
.top-sec02 h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 62px;
  font-weight: 600;
  color: #C39629;}
.top-sec02 .read {
  text-align: center;
  font-size: 16px;}
.top-sec02 .case {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  height: 700px;}
.top-sec02 .case.open {
  height: auto;}
.top-sec02 .case ul {
  display: flex;
  flex-wrap: wrap;}
.top-sec02 .case ul li {
  overflow: hidden;
  border-radius: 10px;
  width: 32%;
  margin-top: 40px;}
.top-sec02 .case ul li + li {
  margin-left: 2%;}
.top-sec02 .case ul li:nth-child(3n+1) {
  margin-left: 0;}
.top-sec02 .case ul li:nth-child(-n+3) {
  margin-top: 0;}
.top-sec02 .case ul li > div {
  padding: 20px 30px;
  background-color: #fff;}
.top-sec02 .case ul li .title {
  position: relative;
  padding: 12px 30px;
  font-weight: 600;
  background-color: #111;
  color: #fff;}
.top-sec02 .case ul li .title:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #DEDA6E, #C39629);}
.top-sec02 .case ul li > div table {
  width: 100%;
  line-height: 1.6;
  font-size: 14px;}
.top-sec02 .case ul li > div table tr + tr {
  border-top: 1px solid #eee;}
.top-sec02 .case ul li > div table th {
  padding: 7px 0;
  vertical-align: top;
  text-align: left;
  font-weight: 500;}
.top-sec02 .case ul li > div table td {
  padding: 7px 0;
  padding-left: 10px;}
.top-sec02 .case ul li > div table tr:first-child th,
.top-sec02 .case ul li > div table tr:first-child td {
  padding-top: 0;}
.top-sec02 .case ul li > div table tr:last-child th,
.top-sec02 .case ul li > div table tr:last-child td {
  padding-bottom: 0;}
.top-sec02 .case ul li > div table + a {
  display: inline-block;
  margin-top: 20px;
  padding-left: 25px;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  background-image: url(../img/common/icon_outlink.svg);
  font-size: 14px;
  font-weight: 600;
  color: #111;}
.top-sec02 .case .over-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(17, 17, 17, .85);
  text-align: center;}
.top-sec02 .case .over-txt.none {
  display: none;}
.top-sec02 .case .over-txt p {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;}
.top-sec02 .case .over-txt p:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #111;}
.top-sec02 .case .over-txt p span {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  padding-right: 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, #9F9F9F, #111111);
  z-index: 2;
  color: #fff;
  transition: .06s;}
.top-sec02 .case .over-txt p:hover span {
  top: 2px;}
.top-sec02 .case .over-txt p span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon_more.png);}
.toriatukai {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-sec02 {
  padding: 15vw 6vw 15vw;}
.top-sec02:before {
  left: 10%;
  width: 60%;
  height: 100%;}
.top-sec02 h2 {
  margin-bottom: 1.5vw;
  font-size: 10vw;}
.top-sec02 .read {
  line-height: 1.6;
  font-size: 3.5vw;}
.top-sec02 .case {
  margin-top: 5vw;
  height: 380vw;}
.top-sec02 .case.open {
  height: auto;}
.top-sec02 .case ul {
  flex-direction: column;}
.top-sec02 .case ul li {
  border-radius: 2vw;
  margin-top: 10vw;
  width: 100%;}
.top-sec02 .case ul li + li {
  margin-left: 0;}
.top-sec02 .case ul li:nth-child(-n+3) {
  margin-top: 10vw;}
.top-sec02 .case ul li:first-child {
  margin-top: 0;}
.top-sec02 .case ul li > div {
  padding: 5vw;}
.top-sec02 .case ul li .title {
  padding: 2.5vw 7vw;
  font-size: 3.5vw;}
.top-sec02 .case ul li .title:after {
  left: 3vw;}
.top-sec02 .case ul li > div table {
  font-size: 3.2vw;}
.top-sec02 .case ul li > div table th {
  padding: 1.5vw 0;}
.top-sec02 .case ul li > div table td {
  padding: 1.5vw 0;
  padding-left: 5vw;}
.top-sec02 .case ul li > div table + a {
  margin-top: 5vw;
  padding-left: 5vw;
  font-size: 3.3vw;}
.top-sec02 .case .over-txt {
  padding: 2vw 0;}
.top-sec02 .case .over-txt p {
  font-size: 3.4vw;}
.top-sec02 .case .over-txt p span {
  width: 70vw;
  height: 12vw;
  padding-right: 2vw;}
.top-sec02 .case .over-txt p span:after {
  right: 3vw;
  width: 7vw;
  height: 7vw;
  margin-top: -3.5vw;}
.toriatukai {
  font-size: 3.6vw;
  margin-top: 5vw;
  margin-bottom: 3.5vw;}
}

/*

  サービス紹介

================================================================
*/
.top-sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #111;}
.top-sec03:before {
  content: url(../img/top/sec03_before.png);
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -1000px;}
.top-sec03:after {
  content: url(../img/top/sec03_after.png);
  position: absolute;
  bottom: -50px;
  right: 50%;
  margin-right: -1000px;}
.top-sec03 .h2-box {
  display: flex;
  align-items: center;}
.top-sec03 .h2-box p {
  font-weight: 600;
  color: #fff;}
.top-sec03 h2 {
  margin-right: 30px;
  font-size: 62px;
  font-weight: 600;
  color: #fff;}
.top-sec03 .list {
  position: relative;
  z-index: 2;
  margin-top: 40px;}
.top-sec03 .list > li {
  display: flex;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;}
.top-sec03 .list > li:nth-child(2n) {
  justify-content: flex-end;}
.top-sec03 .list > li + li {
  margin-top: 50px;}
.top-sec03 .list > li .box {
  width: 60%;
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, .85);}
.top-sec03 .list > li .box h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CECECE;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: .1em;}
.top-sec03 .list > li .box h3:before {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: -20px;
  font-size: 62px;
  font-weight: 500;
  color: #C39629;
  letter-spacing: -.02em;}
.top-sec03 .list > li.li01 .box h3:before {
  content: '01';}
.top-sec03 .list > li.li02 .box h3:before {
  content: '02';}
.top-sec03 .list > li.li03 .box h3:before {
  content: '03';}
.top-sec03 .list > li .box ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;}
.top-sec03 .list > li .box ul li {
  position: relative;
  padding: 10px;
  padding-left: 11px;}
.top-sec03 .list > li .box ul li:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #AEAEAE;}
.top-sec03 .list > li .box .sugoi {
  margin-top: 10px;
  padding: 15px 0;
  border-radius: 100px;
  background-color: #111;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;}
.top-sec03 .list > li .box .sugoi span {
  color: #C39629;}
.top-sec03 .list > li.li01 {
  background-image: url(../img/top/sec03_bg01.jpg);}
.top-sec03 .list > li.li02 {
  background-image: url(../img/top/sec03_bg02.jpg);}
.top-sec03 .list > li.li03 {
  background-image: url(../img/top/sec03_bg03.jpg);}
.top-sec03 .txt {
  position: relative;
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  letter-spacing: .2em;
  z-index: 2;}
.top-sec03 .txt span {
  color: #C39629;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-sec03 {
  position: relative;
  z-index: 2;
  padding: 10vw 5vw;}
.top-sec03:before {
  content: url(../img/top/sec03_before_sp.png);
  top: -5vw;
  margin-left: -80vw;}
.top-sec03:after {
  content: url(../img/top/sec03_after_sp.png);
  bottom: -5vw;
  margin-right: -90vw;}
.top-sec03 .h2-box {
  align-items: flex-start;
  flex-direction: column;}
.top-sec03 .h2-box p {
  font-size: 3.4vw;
  line-height: 1.5;}
.top-sec03 h2 {
  margin-bottom: 3vw;
  margin-right: 0;
  font-size: 10vw;}
.top-sec03 .list {
  margin-top: 7vw;}
.top-sec03 .list > li {
  padding: 3vw;}
.top-sec03 .list > li + li {
  margin-top: 5vw;}
.top-sec03 .list > li .box {
  width: 100%;
  padding: 5vw;}
.top-sec03 .list > li .box h3 {
  margin-bottom: 2vw;
  padding-left: 10vw;
  padding-bottom: 3vw;
  font-size: 4.8vw;}
.top-sec03 .list > li .box h3:before {
  bottom: 1.7vw;
  left: 0;
  font-size: 7vw;}
.top-sec03 .list > li .box ul {
  font-size: 3.3vw;}
.top-sec03 .list > li .box ul li {
  padding: 1vw 3vw;
  padding-left: 3vw;
  line-height: 1.5;}
.top-sec03 .list > li .box ul li:before {
  top: 3.4vw;
  width: 1.8vw;
  height: 1.8vw;
  margin-top: -.9vw;}
.top-sec03 .list > li .box .sugoi {
  margin-top: 3vw;
  padding: 3vw 5vw;
  border-radius: 2vw;
  line-height: 1.5;
  font-size: 3.5vw;}
.top-sec03 .txt {
  margin-top: 10vw;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.7;}
}

/*

  実績紹介

================================================================
*/
.top-sec04 {
  overflow: hidden;
  position: relative;
  padding: 100px 0 150px;
  background-color: #F0F0F0;}
.top-sec04:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10%;
  width: 40%;
  height: 2000px;
  background: linear-gradient(180deg, transparent, #C6C6C6);
  transform: skewX(15deg);}
.top-sec04 h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 62px;
  font-weight: 600;
  color: #C39629;}
.top-sec04 .read {
  text-align: center;
  font-size: 16px;}
.top-sec04 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;}
.top-sec04 .list > li {
  width: 48.5%;
  display: flex;
  margin-top: 80px;}
.top-sec04 .list > li:nth-child(-n+2) {
  margin-top: 0;}
.top-sec04 .list > li .left {
  width: 260px;}
.top-sec04 .list > li .left .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;}
.top-sec04 .list > li .left .image figure {
  pointer-events: none;
  position: absolute;
  bottom: 0;}
.top-sec04 .list > li .left .image .job {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: #000;
  font-weight: 600;
  font-size: 14px;
  color: #fff;}
.top-sec04 .list > li .left .image .name {
  pointer-events: none;
  position: absolute;
  top: -20px;
  right: 10px;
  color: #989898;
  letter-spacing: .2em;
  line-height: 1.5;
  writing-mode: vertical-rl;}
.top-sec04 .list > li .right {
  flex: 1;
  margin-left: 30px;}
.top-sec04 .list > li .right .name {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: .1em;}
.top-sec04 .list > li .right .zimusyo {
  font-weight: 600;
  font-size: 14px;
  color: #AAA89C;}
.top-sec04 .list > li .right a {
  display: inline-block;
  margin-top: 10px;
  padding-left: 25px;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  background-image: url(../img/common/icon_outlink2.svg);
  font-size: 14px;
  font-weight: 600;
  color: #AAA89C;}
.top-sec04 .list > li .right .domain {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #CECECE;
  line-height: 1.7;}
.top-sec04 .list > li .right .over-txt {
  margin-top: 20px;}
.top-sec04 .list > li .right .over-txt p {
  position: relative;
  display: inline-block;
  width: 200px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;}
.top-sec04 .list > li .right .over-txt p.none {
  display: none;}
.top-sec04 .list > li .right .over-txt p:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #111;}
.top-sec04 .list > li .right .over-txt p span {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-right: 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, #9F9F9F, #111111);
  z-index: 2;
  color: #fff;
  transition: .06s;}
.top-sec04 .list > li .right .over-txt p:hover span {
  top: 2px;}
.top-sec04 .list > li .right .over-txt p span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon_more.png);}
.top-sec04 .list > li .right .over-txt .box {
  display: none;
  width: 100%;
  height: 300px;
  overflow: auto;
  font-size: 14px;}
.top-sec04 .list > li .right .over-txt .box ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.7;}
.top-sec04 .list > li .right .over-txt .box ul li span {
  font-weight: 600;
  color: #C39629;}
.top-sec04 .list > li .right .over-txt .box ul li + li {
  margin-top: 5px;}
.top-sec04 .list > li .right .over-txt .box ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
.top-sec04 .bottom-box {
  margin-top: 60px;
  padding: 80px 100px;
  background-color: #fff;}
.top-sec04 .bottom-box h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .1em;}
.top-sec04 .bottom-box h3:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 3px;
  height: 50px;
  transform: rotateZ(15deg);
  background: linear-gradient(180deg, #DEDA6E, #C39629);}
.top-sec04 .bottom-box .list01 {
  display: flex;
  flex-wrap: wrap;}
.top-sec04 .bottom-box .list01 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  margin-top: 10px;
  padding: 15px 0;
  background-color: #F8F7F3;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;}
.top-sec04 .bottom-box .list01 li + li {
  margin-left: 1.25%;}
.top-sec04 .bottom-box .list01 li:nth-child(3n+1) {
  margin-left: 0;}
.top-sec04 .bottom-box .list01 li:nth-child(-n+3) {
  margin-top: 0;}
.top-sec04 .bottom-box .note + h3 {
  margin-top: 40px;}

.top-sec04 .bottom-box .list02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;}
.top-sec04 .bottom-box .list02 li {
  width: 23.5%;
  margin-top: 20px;}
.top-sec04 .bottom-box .list02 li + li {
  margin-left: 2%;}
.top-sec04 .bottom-box .list02 li:nth-child(4n+1) {
  margin-left: 0;}
.top-sec04 .bottom-box .list02 li:nth-child(-n+4) {
  margin-top: 0;}

.top-sec04 .bottom-box .list01 li.none {
  flex-direction: column;
  background-color: transparent;}
.top-sec04 .bottom-box .list01 li.none figure img {
  width: auto;
  height: 70px;}
.top-sec04 .bottom-box .list01 li.none figure img.h100 {
  width: auto;
  height: 100px;}
.top-sec04 .list > li .right .over-txt .box .syakai {
  margin-top: 20px;
  line-height: 1.6;}
.top-sec04 .bottom-box .note {
  text-align: right;
  margin-top: 10px;
  font-size: 13px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-sec04 {
  padding: 15vw 5vw;}
.top-sec04:before {
  right: -50vw;
  width: 60%;
  height: 1000vw;}
.top-sec04 h2 {
  margin-bottom: 3vw;
  font-size: 10vw;}
.top-sec04 .read {
  line-height: 1.5;
  font-size: 3.4vw;}
.top-sec04 .list {
  flex-direction: column;
  margin-top: 20vw;}
.top-sec04 .list > li {
  width: 100%;
  flex-direction: column;
  margin-top: 20vw!important;}
.top-sec04 .list > li:first-child {
  margin-top: 0!important;}
.top-sec04 .list > li .left {
  width: 100%;}
.top-sec04 .list > li .left .image {
  height: 50vw;}
.top-sec04 .list > li .left .image figure img {
  width: 52vw;}
.top-sec04 .list > li .left .image .job {
  padding: 2vw 5vw;
  font-size: 3.5vw;}
.top-sec04 .list > li .left .image .name {
  top: 7vw;
  right: 5vw;
  line-height: 1.4;
  font-size: 5.5vw;
  writing-mode: unset;}
.top-sec04 .list > li .right {
  width: 100%;
  margin-left: 0;
  margin-top: 5vw;
  padding: 0 5vw;}
.top-sec04 .list > li .right .name {
  margin-bottom: 2.5vw;
  font-size: 5vw;}
.top-sec04 .list > li .right .zimusyo {
  font-size: 3.4vw;}
.top-sec04 .list > li .right a {
  margin-top: 2.5vw;
  padding-left: 5vw;
  font-size: 3.4vw;}
.top-sec04 .list > li .right .domain {
  margin-top: 4vw;
  padding-top: 2.5vw;
  font-size: 3.3vw;}
.top-sec04 .list > li .right .over-txt {
  margin-top: 3.5vw;
  text-align: center;}
.top-sec04 .list > li .right .over-txt p {
  width: 80vw;
  font-size: 3.6vw;}
.top-sec04 .list > li .right .over-txt p span {
  height: 10vw;
  padding-right: 0;}
.top-sec04 .list > li .right .over-txt p span:after {
  right: 2vw;
  width: 6vw;
  height: 6vw;
  margin-top: -3vw;}
.top-sec04 .list > li .right .over-txt .box {
  height: auto;
  text-align: left;
  font-size: 3.3vw;}
.top-sec04 .list > li .right .over-txt .box ul li + li {
  margin-top: 2vw;}
.top-sec04 .bottom-box {
  margin-top: 10vw;
  padding: 6vw 5vw;}
.top-sec04 .bottom-box h3 {
  margin-bottom: 3.5vw;
  padding-left: 5vw;
  font-size: 4.5vw;}
.top-sec04 .bottom-box h3:after {
  top: -1vw;
  left: 1vw;
  width: 3px;
  height: 6vw;}
.top-sec04 .bottom-box .list01 {
  justify-content: space-between;}
.top-sec04 .bottom-box .list01 li {
  width: 49%;
  margin-top: 1vw;
  padding: 2vw 0;
  font-size: 3vw;}
.top-sec04 .bottom-box .list01 li + li {
  margin-left: 0;}
.top-sec04 .bottom-box .list01 li:nth-child(-n+3) {
  margin-top: 1vw;}
.top-sec04 .bottom-box .note + h3 {
  margin-top: 10vw;}
.top-sec04 .bottom-box .list02 li {
  width: 32%;
  margin-top: 5vw;}
.top-sec04 .bottom-box .list02 li + li {
  margin-left: 2%;}
.top-sec04 .bottom-box .list02 li:nth-child(4n+1) {
  margin-left: 2%;}
.top-sec04 .bottom-box .list02 li:nth-child(3n+1) {
  margin-left: 0;}
.top-sec04 .bottom-box .list02 li:nth-child(-n+4) {
  margin-top: 5vw;}
.top-sec04 .bottom-box .list02 li:nth-child(-n+3) {
  margin-top: 0;}
.top-sec04 .bottom-box .list01 li.none figure img {
  height: 14vw;}
.top-sec04 .bottom-box .list01 li.none figure img.h100 {
  height: 20vw;}
.top-sec04 .bottom-box .list01 li.ord01 {
  order: 1;}
.top-sec04 .bottom-box .list01 li.ord02 {
  order: 2;}
.top-sec04 .bottom-box .list01 li.ord03 {
  order: 3;}
.top-sec04 .bottom-box .list01 li.ord04 {
  order: 5;}
.top-sec04 .bottom-box .list01 li.ord05 {
  order: 4;}
.top-sec04 .bottom-box .list01 li.ord06 {
  order: 8;}
.top-sec04 .bottom-box .list01 li.ord07 {
  order: 6;}
.top-sec04 .bottom-box .list01 li.ord08 {
  order: 7;}
.top-sec04 .bottom-box .list01 li.ord09 {
  order: 11;}
.top-sec04 .bottom-box .list01 li.ord10 {
  order: 9;}
.top-sec04 .bottom-box .list01 li.ord11 {
  order: 10;}
.top-sec04 .bottom-box .list01 li.ord12 {
  order: 12;}
.top-sec04 .bottom-box .note {
  margin-top: 2vw;
  font-size: 2.6vw;}
}

/*

  代表的な流れ

================================================================
*/
.top-sec05 {
  overflow: hidden;
  position: relative;
  padding: 80px 0;
  background-color: #A3A379;}
.top-sec05 h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 62px;
  font-weight: 600;
  color: #fff;}
.top-sec05 .read {
  text-align: center;
  font-size: 16px;}
.top-sec05 .slide-flow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
  margin-top: 50px;}
.top-sec05 .slide-flow .slide-cont {
  flex-shrink: 0;
  position: relative;
  width: 275px;
  min-height: 380px;
  margin-top: 100px;
  padding: 40px 20px;
  box-shadow: 6px 6px 35px rgba(0, 0, 0, .1);
  background-color: #fff;}
.top-sec05 .slide-flow .slide-cont:nth-child(-n+3) {
  margin-top: 0;}
.top-sec05 .slide-flow .slide-cont:nth-child(3n):before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #fff;}
.top-sec05 .slide-flow .slide-cont:nth-child(3n+1):before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #fff;}
.top-sec05 .slide-flow .slide-cont:nth-child(3n+1):after {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  width: 626px;
  height: 1px;
  background-color: #fff;}
.top-sec05 .slide-flow .slide-cont:first-child:before,
.top-sec05 .slide-flow .slide-cont:first-child:after,
.top-sec05 .slide-flow .slide-cont:nth-child(9):before {
  display: none;}
.top-sec05 .slide-flow .slide-cont .no {
  position: absolute;
  top: -20px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 100%;
  background-color: #111;
  font-size: 13px;
  font-weight: 600;
  color: #fff;}
.top-sec05 .slide-flow .slide-cont h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;}
.top-sec05 .slide-flow .slide-cont figure {
  margin-bottom: 15px;}
.top-sec05 .slide-flow .slide-cont .title {
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #111;}
.top-sec05 .slide-flow .slide-cont .txt {
  margin-top: 10px;
  line-height: 1.6;
  font-weight: 600;}
.top-sec05 .slick-list {
  padding-top: 20px!important;}
.top-sec05 .slick-prev {
  display: none!important;}
.top-sec05 .slick-next {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/common/icon_next.png);
  text-indent: -9999px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-sec05 {
  padding: 10vw 0 10vw 5vw;}
.top-sec05 h2 {
  margin-bottom: 3vw;
  font-size: 10vw;}
.top-sec05 .read {
  line-height: 1.5;
  font-size: 3.5vw;}
.top-sec05 .slide-flow {
  overflow-x: auto;
  flex-wrap: unset;
  width: 100%;
  margin-top: 5vw;
  padding-top: 5vw;}
.top-sec05 .slide-flow .slide-cont {
  flex-shrink: 0;
  width: 55vw;
  min-height: auto;
  margin-top: 0;
  padding: 10vw 3vw 5vw;}
.top-sec05 .slide-flow .slide-cont:nth-child(3n):before {
  display: none;}
.top-sec05 .slide-flow .slide-cont:nth-child(3n+1):before {
  display: none;}
.top-sec05 .slide-flow .slide-cont:nth-child(3n+1):after {
  display: none;}
.top-sec05 .slide-flow .slide-cont:first-child:before,
.top-sec05 .slide-flow .slide-cont:first-child:after,
.top-sec05 .slide-flow .slide-cont:nth-child(9):before {
  display: none;}
.top-sec05 .slide-flow .slide-cont .no {
  top: -5vw;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  font-size: 4vw;}
.top-sec05 .slide-flow .slide-cont h3 {
  margin-bottom: 3.5vw;
  font-size: 3.6vw;}
.top-sec05 .slide-flow .slide-cont figure {
  margin-bottom: 3vw;}
.top-sec05 .slide-flow .slide-cont .title {
  padding-bottom: 1vw;
  font-size: 3.3vw;}
.top-sec05 .slide-flow .slide-cont .txt {
  margin-top: 2vw;
  font-size: 3.3vw;}
.top-sec05 .slide-flow .slide-cont + .slide-cont {
  margin-left: 3vw;}
.top-sec05 .slide-flow .slide-cont:last-child:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: -5vw;
  width: 5vw;
  height: 5vw;}
}

/*

  よくある質問

================================================================
*/
.top-sec06 {
  overflow: hidden;
  position: relative;
  padding: 80px 0 130px;
  background-color: #E2E2DA;}
.top-sec06 .inner {
  width: 1000px;}
.top-sec06 .h2-box {
  display: flex;
  align-items: center;}
.top-sec06 .h2-box p {
  font-weight: 600;}
.top-sec06 h2 {
  margin-right: 30px;
  font-size: 62px;
  font-weight: 600;
  color: #C39629;}
.top-sec06 dl {
  margin-top: 40px;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.8;}
.top-sec06 dl dt {
  position: relative;
  font-weight: 600;}
.top-sec06 dl dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  left: -60px;
  width: 40px;
  height: 40px;
  background-color: #111;
  border-radius: 100%;
  font-weight: 600;
  color: #fff;
  line-height: 0;
  z-index: 2;}
.top-sec06 dl dt span i {
  position: relative;
  top: -.1em;}
.top-sec06 dl dd {
  position: relative;
  margin-top: 15px;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #C7C3AF;}
.top-sec06 dl dd:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -1px;
  left: -42px;
  width: 42px;
  height: 1px;
  background-color: #C7C3AF;}
.top-sec06 dl dd:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -10px;
  left: -42px;
  width: 1px;
  height: 10px;
  background-color: #C7C3AF;}
.top-sec06 dl dd + dt {
  margin-top: 30px;}
.top-sec06 dl dd ul {
  margin-top: 20px;
  font-size: 90%;}
.top-sec06 dl dd ul li {
  position: relative;
  padding-left: 1.2em;}
.top-sec06 dl dd ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-sec06 {
  padding: 10vw 5vw 15vw;}
.top-sec06 .inner {
  width: 100%;}
.top-sec06 .h2-box {  
  align-items: center;
  flex-direction: column;}
.top-sec06 .h2-box p {
  font-size: 3.4vw;
  font-weight: 500;
  line-height: 1.5;}
.top-sec06 h2 {
  margin-bottom: 3vw;
  margin-right: 0;
  font-size: 10vw;}
.top-sec06 dl {
  margin-top: 10vw;
  padding-left: 10vw;
  font-size: 3.4vw;}
.top-sec06 dl dt {
  font-size: 3.5vw;
  line-height: 1.6;}
.top-sec06 dl dt span {
  top: -5px;
  left: -12vw;
  width: 8vw;
  height: 8vw;
  font-size: 3vw;}
.top-sec06 dl dt span i {
  position: relative;
  top: -.1em;}
.top-sec06 dl dd {
  margin-top: 3vw;
  padding: 4vw 5vw;
  line-height: 1.7;}
.top-sec06 dl dd:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -1px;
  left: -42px;
  width: 42px;
  height: 1px;
  background-color: #C7C3AF;}
.top-sec06 dl dd:after {
  display: none;}
.top-sec06 dl dd + dt {
  margin-top: 5vw;}
.top-sec06 dl dd ul {
  margin-top: 3.5vw;}
}

/*

  お問い合わせ

================================================================
*/
.top-sec07 {
  position: relative;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 2000px auto;
  background-image: url(../img/top/bg_sec07_pc.jpg);
  background-color: #111;}
.top-sec07:before {
  content: url(../img/top/sec03_before.png);
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -1000px;}
.top-sec07 .inner {
  width: 1000px;}
.top-sec07 .h2-box {
  display: flex;
  align-items: center;}
.top-sec07 .h2-box p {
  font-weight: 600;
  color: #fff;}
.top-sec07 h2 {
  margin-right: 30px;
  font-size: 62px;
  font-weight: 600;
  color: #fff;}
.top-sec07 .box {
  margin-top: 40px;
  padding: 70px 100px;
  background-color: #fff;}
.top-sec07 .box table {
  width: 100%;
  font-size: 16px;}
.top-sec07 .box table tr + tr {
  border-top: 1px solid #eee;}
.top-sec07 .box table th {
  padding: 10px 0;
  text-align: left;}
.top-sec07 .box table th span {
  display: inline-block;
  padding: 5px;
  margin-left: 10px;
  background-color: #C39629;
  color: #fff;
  font-size: 13px;}
.top-sec07 .box table td {
  padding: 10px 0;}
.top-sec07 .box table tr:first-child th,
.top-sec07 .box table tr:first-child td {
  padding-top: 0;}
.top-sec07 .box table tr:last-child th,
.top-sec07 .box table tr:last-child td {
  padding-bottom: 0;}
.inp-text {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #E2E1DC;
  background-color: #F3F3F3;
  transition: .2s;}
.inp-text:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background-color: #fff;}
.inp-text:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background-color: #fff;}
.inp-area {
  width: 100%;
  height: 200px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #E2E1DC;
  background-color: #F3F3F3;
  line-height: 1.6;
  transition: .2s;}
.inp-area:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background-color: #fff;}
.inp-area:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background-color: #fff;}
.top-sec07 .btn {
  margin-top: 30px;
  text-align: center;}
.top-sec07 .btn input {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin: 0 auto;
  padding-right: 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, #9F9F9F, #111111);
  z-index: 2;
  font-weight: 600;
  color: #fff;
  transition: .06s;}
.top-sec07 .goal {
  margin-top: 40px;
  text-align: center;}
.top-sec07 .goal img {
  width: 50%;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-sec07 {
  padding: 15vw 5vw;
  background-size: 100% auto;
  background-image: url(../img/top/bg_sec07_sp.jpg);}
.top-sec07:before {
  content: url(../img/top/sec03_before_sp.png);
  top: -5vw;
  margin-left: -80vw;}
.top-sec07 .inner {
  width: 100%;}
.top-sec07 .h2-box {
  align-items: flex-start;
  flex-direction: column;}
.top-sec07 .h2-box p {
  font-size: 3.4vw;
  line-height: 1.5;}
.top-sec07 h2 {
  margin-bottom: 3vw;
  margin-right: 0;
  font-size: 10vw;}
.top-sec07 .box {
  margin-top: 5vw;
  padding: 5vw;}
.top-sec07 .box table,
.top-sec07 .box table tbody,
.top-sec07 .box table tr,
.top-sec07 .box table th,
.top-sec07 .box table td {
  display: block;}
.top-sec07 .box table {
  font-size: 3.5vw;}
.top-sec07 .box table th {
  margin-bottom: 3vw;
  padding: 2vw 0;
  padding-bottom: 0;
  text-align: left;}
.top-sec07 .box table th span {
  padding: 1vw 2vw;
  margin-left: 3vw;
  font-size: 3vw;}
.top-sec07 .box table td {
  padding: 2vw 0;
  padding-top: 0;}
.top-sec07 .box table tr + tr th {
  margin-top: 3vw;}
.inp-text {
  padding: 3vw;
  border-radius: 1vw;}
.inp-area {
  height: 30vw;
  padding: 3vw;
  border-radius: 1vw;}
.top-sec07 .btn {
  margin-top: 5vw;}
.top-sec07 .btn input {
  width: 80%;
  height: 12vw;
  font-size: 3.6vw;
  padding-right: 0;}
.top-sec07 .goal {
  margin-top: 10vw;}
.top-sec07 .goal img {
  width: 90%;}
}

/*
  フォーム実装
*/

.top-sec07 .box dl {
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding:10px;
  font-size: 16px;}
.top-sec07 .box dl + dl {
  border-top: 1px solid #eee;}
.top-sec07 .box dl dt {
  flex:0.4;
  font-weight:bold;
  text-align: left;}
.top-sec07 .box dl dt span {
  display: inline-block;
  padding: 5px;
  margin-left: 10px;
  background-color: #C39629;
  color: #fff;
  font-size: 13px;}
.top-sec07 .box dl dd {
  flex:0.6;}
.top-sec07 .box dl:first-child dt,
.top-sec07 .box dl:first-child dd {
  padding-top: 0;}
.top-sec07 .box dl:last-child dt,
.top-sec07 .box dl:last-child dd {
  padding-bottom: 0;}
.top-sec07 .box dl dd .error_blank{
  display:block;
  font-size:12px;
  color:red;
}
.top-sec07 .box dl dd .error_blank.active{
  margin-top:10px;
}

@media (max-width: 767px) {
  .top-sec07 .box dl{
    display: block;
  }
  .top-sec07 .box dl{
    font-size: 3.5vw;
  }
  .top-sec07 .box dl dt{
    margin-bottom: 3vw;
    padding: 2vw 0;
    padding-bottom: 0;
    text-align: left;
  }
  .top-sec07 .box dl dt span {
    padding: 1vw 2vw;
    margin-left: 3vw;
    font-size: 3vw;
  }
  .top-sec07 .box dl dd {
    padding: 2vw 0;
    padding-top: 0;
  }
  .top-sec07 .box dl + dl dt {
    margin-top: 3vw;
  }
}