@charset "utf-8";
/* 目次 
 * 0. Reset
 * 1. Common
 * 2. mv
 * 3. submv
 * 4. sec01
 * 5. sec02
 * 6. sec03
 * 7. sec04
 * 8. sec05
 * 9. sec06
 * 10. sec07
 * 11. sec08
 * 12. sec09
 * 13. Tab
 * 14. Mobile
 * 15. Replacement
 * 16. sec10
*/

/* font */
/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');*/

/**************************************************
/* 0. reset
***************************************************/
html,body,h1,h2,h3,p,ul,ol,li,table,tr,th,td,dl,dt,dd {
  margin:0;
  padding:0;
  line-height:1.5;
  font-family:"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

body {
  font-size:16px;
}

ul,ol {
  list-style:none;
}

a {
  text-decoration:none;
  color: #000000;
}

img {
  border:none;
  vertical-align:bottom;
  width:100%;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/**************************************************
/* 1. common
***************************************************/
/*----------------------------------
common
----------------------------------*/
.u-sp {
  display: none !important;
}

.u-pc {
  display: block;
}

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
}

.container02 {
  margin: 0 auto;
  max-width: 100%;
  width: 750px;
  text-align: -webkit-center;
}

#page_top{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0px;
    bottom: 30px;
    opacity: 0.6;
        z-index: 99;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
      z-index: 99;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 50px;
    color: #000000;
    z-index: 99;
}
/*----------------------------------
header
----------------------------------*/
header {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    top: 0;
    left: 0;
    background: #c4c4c4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

header h1 {
    margin-left: 50px;
    padding: 12px 0;
    width: 200px;
}

header h1 img {
    max-width: 100%;
}

header nav {
    margin-right: auto;
}

header nav ul {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

header nav ul li {
    margin: 0 12px;
    text-align: center;
}

header nav ul li a {
    position: relative;
    display: block;
    padding: 32px 0;
    font-family: 'Noto Sans', sans-serif;
    color: #ffffff; 
}

header ul.tel {
    margin-right: 50px;
    position: relative;
    display: block;
    padding: 10px 0;
    font-family: 'Noto Sans', sans-serif;
    color: #ffffff; 
}

header ul.tel a {
    color: #ffffff; 
}

header ul.tel li {
    text-align: center;
}

header ul.tel li.str {
    font-weight: bold;
    font-size: 22px;
}

#sp-nav {
  display: none;
}

/*----------------------------------
footer
----------------------------------*/

footer {
  text-align: center;
  padding: 200px 0 50px;
  background: url(../images/agency-img/footer.png) top left / contain no-repeat;
  background-size: cover;
}
/**************************************************
/* 2. mv
***************************************************/
.main_imgBox {
    height: 680px;
    overflow: hidden;
    position: relative;
     }

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 24s 0s infinite;
    animation: anime 24s 0s infinite;}

  .main_img:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s; }

  .main_img:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; }

  .main_img:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s; }

    @keyframes anime {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    33% {
        opacity: 0;
        transform: scale(1.2) ;
         z-index:9;
    }
    100% { opacity: 0 }
}


.mv .main .inner h2.one p.one {
    text-align: center;
    color: #ffffff;
    z-index: 11;
    color: white;
    font-size: 34px;
    position: absolute;
    display: block;
    margin: auto;
    width: 80%;
    height: auto;
    top: 250px;
    right: 150px;
    left: 0;
    text-shadow: 2px 2px 8px #000000;
}

.mv .main .inner h2.one p.one span.pink {
  background: linear-gradient(transparent 70%, #fd6da6 70%);
}

.mv .main .inner h2.one p.two {
    text-align: center;
    color: #ffffff;
    z-index: 11;
    color: white;
    font-size: 34px;
    position: absolute;
    display: block;
    margin: auto;
    width: 80%;
    height: auto;
    top: 300px;
    right: 0;
    left: 150px;
    text-shadow: 2px 2px 8px #000000;
}

.mv .main .inner h2.en {
  text-align: center;
  font-size: 42px !important;
  letter-spacing: 1px;
  color: #ffffff;
  z-index: 11;
  color: white;
  font-size: 34px;
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  top: 450px;
  right: 0;
  left: 0;
  text-shadow: 2px 2px 8px #000000;
}

@media screen and (min-width:1400px) {
/**************************************************
/* 2. mv
***************************************************/
.main_imgBox {
    height: 1000px;
}

  .main_img {
    height: 1000px;
}

.mv .main .inner h2.one p.one {
    top: 400px;
}

.mv .main .inner h2.one p.two {
    top: 450px;
}

.mv .main .inner h2.en {
  top: 600px;
}
 
}

/**************************************************
/* 3. submv
***************************************************/
.submv {
  padding: 50px 0 100px;
  background-image: url(../img/wave.png);
      background-repeat: no-repeat;
          background-size: cover;
}

.tit00 {
  position: relative;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
  background: #3480de;
  text-align: center;
}

.tit00::before {
content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px; 
  border: 14px solid transparent;
  border-top-color: #3480de;
}

.tit00 h2 {
  color: white;
}

.submv .sentence {
  margin-top: 50px;
}

.submv .sentence p {
  line-height: 2em;
}

/**************************************************
/* 4. sec01
***************************************************/
.sec01 {
  padding-top: 150px;
}

h2.tit01 {
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
    font-size: 18px;
    text-align: center;
    z-index: 9;
}

h2.tit01 span {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

h2.tit01 span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  display: inline-block;
  width: 200px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #000000; 
}

h2.tit01::after {
    position: absolute;
    width: 87px;
    height: 87px;
    top: -92px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    z-index: 1;
}

h2.tit01::before {
    position: absolute;
    width: 100px;
    height: 70px;
    top: -64px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/agency-img/service.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 2;
    padding-top: 0%;
}

.sec01 .main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        width: 1250px;
    max-width: 90%;
    margin: 0 auto;
    color: #ffffff;
}

.sec01 .main .box01 {
    width: 45%;
    background-image: url(../images/agency-img/box01.png);
        background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
        min-height: 300px;
}

.sec01 .main .box02 {
    width: 45%;
    background-image: url(../images/agency-img/box02.png);
        background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
        min-height: 300px;
}

.sec01 .main .box03 {
    width: 45%;
    margin-top: 50px;
    background-image: url(../images/agency-img/box03.png);
        background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
        min-height: 300px;
}

.sec01 .main .box04 {
    width: 45%;
    margin-top: 50px;
    background-image: url(../images/agency-img/box04.png);
        background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
        min-height: 300px;
}

.sec01 .box {
    width: 100%;
    object-fit: cover;
    height: 230px;
}
.sec01 .box h3 {
    text-align: center;
    margin-top: 30px;
}

.sec01 .box p {
    margin: 0 auto;
    width: 80%;
    font-size: 14px;
    margin-top: 30px;
    height: 40px;
}

.sec01 .box p.small {
    margin: 0 auto;
    width: 80%;
    font-size: 14px;
    margin-top: 0px;
}

.more {
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 5px;
  text-align: center;
}

.more a {
  display: inline-block;
  padding: 0.5em 3em;
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #ffffff;
}
/**************************************************
/* 5. sec02
***************************************************/
.sec02 {
  padding-top: 150px;
}

h2.tit02 {
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
    font-size: 18px;
    text-align: center;
    z-index: 9;
}

h2.tit02 span {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

h2.tit02 span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  display: inline-block;
  width: 200px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #000000; 
}

h2.tit02::after {
    position: absolute;
    width: 87px;
    height: 87px;
    top: -92px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    z-index: 1;
}

h2.tit02::before {
    position: absolute;
    width: 100px;
    height: 70px;
    top: -64px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/agency-img/printer.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 2;
    padding-top: 0%;
}

.sec02 .main {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 80%;
    margin: 0 auto;
}

.sec02 .main .box {
    width: 45%;
}
.sec02 .box h3 {
    text-align: center;
    margin-top: 30px;
}

.sec02 .box h3 img {
    width: 100%;
    object-fit: contain;
    height: 230px;
}

.sec02 .box p {
    margin: 0 auto;
    width: 80%;
    font-size: 12px;
    margin-top: 30px;
    height: 40px;
}

/**************************************************
/* 6. sec03
***************************************************/
.sec03 {
  padding-top: 150px;
}

.sec03 h2.tit03 {
  text-align: center;
}

.sec03 h2.tit03 span {
  background: linear-gradient(transparent 70%, #f6db5e 70%);
}

.sec03 .main {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
        width: 1250px;
    max-width: 90%;
    margin: 0 auto;
}

.sec03 .main .list {
        width: 29%;
    border: solid 10px #258319;
    border-radius: 3px;
margin: 0 auto;
    margin-top: 40px;
}

.sec03 .list h3 {
    text-align: center;
    background-color: #258319;
    color: #ffffff;
    height: 65px;
}

.sec03 .list h3.st {
  line-height: 60px;
}

.sec03 .list h3 span {
 font-size: 16px;
}

.sec03 .img01 img {
    position: absolute;
    width: 20%;
    object-fit: contain;
    height: 100px;
}

.sec03 .img02 img {
    position: absolute;
    width: 20%;
    object-fit: contain;
    height: 100px;
}

.sec03 .img03 img {
    position: absolute;
    width: 54%;
    object-fit: contain;
    height: 100px;
    margin-top: -143px;
}

@media screen and (min-width:1400px) {
.sec03 .img01 img {
    width: 10%;
}

.sec03 .img02 img {
    width: 10%;
}

.sec03 .img03 img {
    width: 40%;
}

}

.sec03 .list p {
    margin: 0 auto;
    width: 80%;
    font-size: 12px;
    margin-top: 30px;
    height: 40px;
}

.sec03 .list dt, .sec03 .list dd{
  padding: 14px 5px 8px 5px;
}

.sec03 .list dt {
  clear: left;
  float: left;
  border-top: 1px solid #258319;
}

.sec03 .list dt span {
    color: #eb1d75;
    margin: 10px;
    font-weight: bold;
}

.sec03 .list dd {
    text-align: right;
    border-top: 1px solid #258319;
}

.sec03 .str {
  font-weight: bold;
  line-height: 20px;
}

.sec03 .str span {
    font-weight: bold;
    color: #eb1d75;
    font-size: 28px;
}
/**************************************************
/* 7. sec04
***************************************************/
.sec04 {
  padding-top: 150px;
}

.sec04 h2.tit04 {
  text-align: center;
}

.sec04 h2.tit04 span {
  background: linear-gradient(transparent 70%, #f6db5e 70%);
}

.sec04 .main {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1660px;
    max-width: 95%;
    margin: 0 auto;
}

@media screen and (min-width:1400px) {
  .sec04 .list .color {
    width: 310px;
}

.sec04 .list dd.p {
        width: 460px;
}

.sec04 .list p {
    margin-top: 50px !important;
}

.sec04 .list p.under {
    margin-top: 100px !important;
}

.sec04 .list img {
    height: 100px !important;
}

  .sec04 .main {
    width: 1850px;
    max-width: 75%;
}
  }


.sec04 .list {
    width: 50%;
    margin-bottom: 20px;
}

.sec04 .list dl {
    float: right;
    width: 50%;
}

.sec04 .list dt {
  font-weight: bold;
}

.sec04 .list img {
  margin-top: 20px;
  margin-left: 50px;
    object-fit: contain;
    height: 100px;
    max-width: 35%;
}

.sec04 .list .color {
  display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.sec04 .list dd.pp {
  color: #ffffff;
  font-size: 12px;
min-height: 40px;
       min-width: 60px;
    max-width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.sec04 .list dd.blue {
  background-color: #142bc1;
}

.sec04 .list dd.purple {
  background-color: #9330ea;
}

.sec04 .list dd.green {
  background-color: #1d8c1c;
  line-height: 40px;
}

.sec04 .list dd.orange {
  background-color: #e85725;
  line-height: 40px;
}

.sec04 .list dd.grey {
  background-color: #515151;
  line-height: 40px;
}

.sec04 .list dd.gold {
  background-color: #b9a626;
}

.sec04 .list dd.pink {
  background-color: #e51a6c;
}

.sec04 .list dd.p {
  font-size: 12px;
}

.sec04 .list p {
    margin-top: 50px;
    margin-bottom: 20px;
}

.sec04 .list p.under {
    margin-top: 100px;
}

.sec04 .list p span{
    font-weight: bold;
}

.sec04 .plan {
  max-width: 95%;
}

.sec04 .plan dd {
  font-weight: bold;
}

/**************************************************
/* 8. sec05
***************************************************/
.sec05 {
  padding-top: 150px;
}

h2.tit05 {
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    text-align: center;
    z-index: 9;
    background-color: #f3f3f3;
}

h2.tit05 span {
  padding-bottom: 50px;
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

h2.tit05 span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  display: inline-block;
  width: 200px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #000000; 
}

h2.tit05::after {
    position: absolute;
    width: 110px;
    height: 90px;
    top: -107px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
    background-color: #f3f3f3;
    content: "";
    z-index: 1;
}

h2.tit05::before {
    position: absolute;
    height: 70px;
    top: -64px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/agency-img/pc.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 2;
    background-color: #f3f3f3;
    padding-top: 0%;
}

.sec05 .st {
  width: 100%;
  background-image: url(../images/agency-img/backblue.png);
  background-repeat: no-repeat;
    background-size: cover;
  padding-top: 0%;
}

.sec05 .st h3 {
        padding-top: 150px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 73px;
    font-weight: 700;
    line-height: 1.3;
}

.sec05 .st-in {
  display: flex;
      clear: both;
}


.sec05 .left {
    width: 40%;
    float: left;
    margin: 5%;
}

.sec05 .right {
width: 40%;
    float: right;
    margin: 5%;
}

.sec05 .st dl dt {
      margin-top: 50px;
    margin-bottom: 15px;
    font-size: 20px;
    transition: .5s;
    color : #ffffff;
}

.sec05 .st dl dt span {
    border-bottom: solid 3px #f6db60;
}

.sec05 .st dl dd {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    transition: .5s;
    color : #ffffff;
}

.sec05 .st p {
color: #ffffff;
    font-size: 12px;
    width: 100%;
    padding-bottom: 50px;
}

.backgrey {
  background-color: #f3f3f3;
  padding-top: 50px;
}

.sec05 .nd {
  background-color: #ffffff;
  padding-top: 50px;
}

.sec05 .nd h3.the01 {
  background-color: #f6db5e;
  margin-bottom: 50px;
  text-align: center;
  color: #021f5e;
  font-size: 28px;
}

.sec05 .nd {
  color: #021f5e;
  padding-bottom: 50px;
}

.sec05 .rd h3.the01 {
  margin-top: 50px;
  background-color: #f6db5e;
  margin-bottom: 50px;
  text-align: center;
  color: #021f5e;
  font-size: 28px;
  width: 35%;
}

.sec05 .main {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}

.sec05 .back {
  background-image: url(../img/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 150px;
  padding-top: 0%;
}

.sec05 .box {
    width: calc(33.3% - 10px);
    margin: 5px;
    background-color: #ffffff;
}

.sec05 .box img {
width: 100%;
}

.sec05 .box h4 {
text-align: center;
    color: #021f5e;
    font-weight: bold;
    padding: 2px 0;
    width: 100%;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.sec05 .box p {
    padding: 10px;
    color: #021f5e;
}

.sec05 .th h3.the01 {
    margin-top: 50px;
    background-color: #f6db5e;
    margin-bottom: 50px;
    text-align: center;
    color: #021f5e;
    font-size: 28px;
    width: 35%;
}

.sec05 .th p {
    color: #021f5e;
}

.sec05 .th a {
    color: #021f5e;
    text-decoration: underline;
        font-weight: bold;
}

.sec05 .th .a {
padding-top: 100px;
padding-bottom: 200px;
text-align: center;
}

.sec05 .th .img {
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}

/**************************************************
/* 9. sec06
***************************************************/
#scr06 {
    position: relative;
    top: -80px;
}

.sec06 {
  padding-top: 100px;
}

h2.tit06 {
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    text-align: center;
    z-index: 9;
    background-color: #ffffffff;
}

h2.tit06 span {
  padding-bottom: 50px;
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

h2.tit06 span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  display: inline-block;
  width: 200px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #000000; 
}

h2.tit06::after {
    position: absolute;
    width: 110px;
    height: 90px;
    top: -130px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
    background-color: #ffffffff;
    content: "";
    z-index: 1;
}

h2.tit06::before {
    position: absolute;
    height: 95px;
    top: -90px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/agency-img/video.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 2;
    background-color: #ffffffff;
    padding-top: 0%;
}

.tit06 .st h3 {
    padding-top: 150px;
    margin-left: 90px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 73px;
    font-weight: 700;
    line-height: 1.3;
  }

.sec06 .st {
    width: 100%;
    background-image: url(../images/agency-img/video01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
padding-top: 10%;
    height: 400px;
}

.sec06 .left {
    width: 40%;
    margin-left: 10%;
}

.sec06 .st .st-in h3 {
  padding-top: 0px;
  font-size: 24px; 
}

.sec06 .st .st-in p {
  padding-top: 40px;
}

.sec06 .nd .title {
  padding-bottom: 50px;
    display: block;
    position: relative;
    margin-top: 60px;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
    text-align: center;
}

.sec06 .nd .back {
    width: 100%;
    background-image: url(../images/agency-img/camera.png);
  background-repeat: no-repeat;
  background-size: cover;
    padding-top: 0%;
}

.works-warp {
    margin-top: 32px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
      margin: 0 auto;
  max-width: 100%;
  width: 1000px;
}

.works-warp li {
padding-top: 100px;
    width: calc(46.3% - 10px);
    margin: 20px;
}

.youtube-video {
    position: relative;
    width: 100%;
    padding-top: 75%;
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.works-video-ttl {
    margin-top: 8px;
}

.works-video-note {
    font-size: 10px;
}

.more02 a {
    display: inline-block;
  padding: 7px 70px;
  border-radius: 25px;
  border: solid 1px #000000;
  transition: .4s;
}

.more02 {
  text-align: center;
  margin-top: 50px;
}

.sec06 .p02 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px
}

/**************************************************
/* 10. sec07
***************************************************/

#scr07 {
    position: relative;
    top: -80px;
}
.sec07 {
  padding-top: 100px;
  padding-bottom: 200px;
      background-color: #f3f3f3;
}

h2.tit07 {
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    text-align: center;
    z-index: 9;
        background-color: #f3f3f3;
}

h2.tit07 span {
  padding-bottom: 50px;
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

h2.tit07 span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  display: inline-block;
  width: 200px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #000000; 
}

h2.tit07::after {
    position: absolute;
    width: 110px;
    height: 90px;
    top: -130px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
        background-color: #f3f3f3;
    content: "";
    z-index: 1;
}

h2.tit07::before {
    position: absolute;
    height: 95px;
    top: -90px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/agency-img/flow.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 2;
        background-color: #f3f3f3;
    padding-top: 0%;
}

.sec07 .box {
    width: calc(33.3% - 10px);
    margin: 5px;
        background-color: #f3f3f3;
}

.sec07 .box h3 {
    text-align: center;
}

.sec07 .box h3 img {
    width: 80%;
}

.sec07 .main {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}
/**************************************************
/* 11. sec08
***************************************************/

#scr08 {
    position: relative;
    top: -80px;
}

.sec08 {
  padding-top: 100px;
}

h2.tit08 {
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    text-align: center;
    z-index: 9;
}

h2.tit08 span {
  padding-bottom: 50px;
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

h2.tit08 span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  display: inline-block;
  width: 200px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #000000; 
}

h2.tit08::after {
    position: absolute;
    width: 110px;
    height: 90px;
    top: -130px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
    content: "";
    z-index: 1;
    background-color: #ffffff;
}

h2.tit08::before {
    position: absolute;
    height: 95px;
    top: -90px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/agency-img/bill.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 2;
    padding-top: 0%;
}


.sec08 .about {
  margin: 0 auto;
  max-width: 100%;
  width: 500px;
}


.sec08 .about dl {
  display:flex;
  flex-wrap: wrap;
  border-top: none;
}

.sec08 .about dl dt {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
}

.sec08 .about dl dd {
  padding: 10px;
  margin: 0;
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}

.sec08 .map {
  margin-top: 100px;

}

.sec08 .map iframe {
  width: 100vw;
  max-width: 100%;
}
/**************************************************
/* 12. sec09
***************************************************/
.sec09 {
  padding-top: 150px;
  padding-bottom: 150px;
}

h2.tit09 {
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
    font-size: 18px;
    text-align: center;
    z-index: 9;
}

h2.tit09 span {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

h2.tit09 span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  display: inline-block;
  width: 200px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #000000; 
}

h2.tit09::after {
    position: absolute;
    width: 87px;
    height: 87px;
    top: -92px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    z-index: 1;
}

h2.tit09::before {
    position: absolute;
    width: 100px;
    height: 70px;
    top: -64px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/agency-img/mail.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 2;
    padding-top: 0%;
}

.lower-inner {
    margin: 0 auto;
    max-width: 100%;
    width: 500px;
}

form .form-ttl {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

 form input, form textarea {
    display: block;
    margin-bottom: 40px;
    padding: 10px 5px;
    width: 100% !important;
    line-height: 1.6;
    font-size: 16px;
    color: #495057;
    border: none;
    box-sizing: border-box;
}

 form input {
  border-bottom: solid 1px #000000;
 }

  form input:focus {
  border: solid 1px #000000;
 }


 form textarea {
 border: solid 1px #000000;
 height: 200px !important;
}

form .button {
    text-align: center;
}

form .button button {
    padding: 14px 32px;
    border: none;
    letter-spacing: 2px;
    border: solid 1px #000000;
    cursor: pointer;
}
/**************************************************
/* 13. Tab
***************************************************/
@media screen and (max-width:959px){
/*----------------------------------
common
----------------------------------*/
.u-sp {
  display: block !important;
}

.u-pc {
  display: none !important;
}

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
        padding: 10px;
    box-sizing: border-box;
}


/*----------------------------------
header
----------------------------------*/
header {
    height: 50px;
}

header h1 {
    padding: 10px 0 10px 14px;
    width: 260px;
    height: 24px;
    margin-left: 0px;
}

header h1 img {
    max-height: 24px;
    vertical-align: top;
    width: auto;
}

*, *:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.cp_cont {
  height: 6vh;
}
.cp_offcm01 {
  position: absolute;
top: -8px;
  right: 20px;
  display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 250px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.53s transform;
          transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
          transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  background-color: #c4c4c4;
  opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
  margin: 0;
  padding: 0;
}
.cp_offcm01 .cp_menu li {
  list-style: none;
}

.cp_offcm01 .cp_menu li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    border-bottom: 2px solid #000000;
}

.cp_offcm01 #cp_toggle01 {
  position: absolute;
  display: none;
  opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
          transition: 0.5s transform;
  -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
          transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
  text-align: center;
  color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0c9';
  font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
  content: '\f00d';
}

/*----------------------------------
footer
----------------------------------*/

/*----------------------------------
mv
----------------------------------*/
.mv .main .inner h2.one p.one {
    font-size: 18px;
}

.mv .main .inner h2.one p.two {
    font-size: 18px;
    left: 50px;
}

.mv .main .inner h2.en {
    font-size: 24px !important;
}
/*----------------------------------
submv
----------------------------------*/
.tit00 h2 {
    font-size: 18px;
}

.tit00::before {
    bottom: -26px;
}

.submv .sentence {
    padding: 10px;
    box-sizing: border-box;
}
/*----------------------------------
sec01
----------------------------------*/
.sec01 .main .box01 {
    width: 100%;
        min-height: 250px;
}

.sec01 .main .box02 {
    width: 100%;
    margin-top: 20px;
        min-height: 250px;
}

.sec01 .main .box03 {
    width: 100%;
    margin-top: 20px;
        min-height: 250px;
}

.sec01 .main .box04 {
    width: 100%;
    margin-top: 20px;
        min-height: 250px;
}


/*----------------------------------
sec02
----------------------------------*/
.sec02 .main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec02 .main .box {
    width: 100%;
}

.sec02 .box p {
    margin-bottom: 40px;
}
/*----------------------------------
sec03
----------------------------------*/
.sec03 {
    padding-top: 110px;
}

.sec03 .main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec03 .main .list {
    width: 100%;
    border: solid 10px #258319;
    border-radius: 3px;
    margin: 25px;
}

.sec03 .img03 img {
width: 20%;
    left: 290px;
    margin-top: -129px;
}

.sec03 .img01 img {
    width: 13%;
}

.sec03 .img02 img {
    width: 19%;
}

/*----------------------------------
sec04
----------------------------------*/
.sec04 {
    padding-top: 50px;
}

.sec04 .list {
    width: 100%;
    margin-bottom: 20px;
}

.sec04 .list img {
     margin-left: 0px;
         max-width: 100%; 
}

.sec04 .list dl {
    float: right;
    width: 100%;
}

.sec04 .list dd.p {
    margin-bottom: 10px;
}

.sec04 .list p {
    font-size: 14px;
}

.sec04 .plan {
   font-size: 14px;
}
/*----------------------------------
sec05
----------------------------------*/
.sec05 .st-in {
padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

.sec05 .st h3 {
    font-size: 50px;
}

.sec05 .left {
    width: 100%;
    float: none;
}

.sec05 .right {
    width: 100%;
    float: none;
}

.sec05 .st dl dd {
    font-size: 30px;
}

.sec05 .st dl dt {
    font-size: 18px;
}

.sec05 .nd h3.the01 {
    padding: 10px;
    box-sizing: border-box;
}

.sec05 .nd h3.the01 p {
    padding: 10px;
    box-sizing: border-box;
}

.sec05 .rd h3.the01 {
    width: 75%;
}

.sec05 .box {
    width: calc(100% - 10px);
}

.sec05 .th .img {
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: center;
}

.sec05 .th .a {
    padding-bottom: 100px;
}
/*----------------------------------
sec06
----------------------------------*/
.sec06 .st {
    width: 100%;
    background-image: url(../images/agency-img/video01_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-top: 0%;
    height: 500px;
}

.sec06 .st .st-in h3 {
  padding-top: 0px;
}

.sec06 .left {
    width: 95%;
    float: none; 
    padding: 10px;
    box-sizing: border-box;
    margin: 0%;
}

.sec06 .nd .title {
    padding-bottom: 10px;
}

.works-warp li {
    padding-top: 20px;
    width: calc(100% - 10px);
}

.works-video-ttl {
    font-size: 12px;
}

.sec06 .p02 {
        padding: 50px 10px 50px;
    box-sizing: border-box;
}
/*----------------------------------
sec07
----------------------------------*/
.sec07 {
    padding-bottom: 50px;
}
/*----------------------------------
sec08
----------------------------------*/
.sec08 .about dl dd {
    font-size: 14px;
}
/*----------------------------------
sec09
----------------------------------*/
.sec09 {
        padding: 150px 10px 150px;
    box-sizing: border-box;
}

form .button button {
   background-color: white;
}

}

/**************************************************
/* 14. Mobile
***************************************************/
@media screen and (max-width:767px){
/*----------------------------------
common
----------------------------------*/

/*----------------------------------
header
----------------------------------*/

/*----------------------------------
footer
----------------------------------*/

/*----------------------------------
mv
----------------------------------*/

/*----------------------------------
submv
----------------------------------*/

/*----------------------------------
sec01
----------------------------------*/

/*----------------------------------
sec02
----------------------------------*/

/*----------------------------------
sec03
----------------------------------*/

/*----------------------------------
sec04
----------------------------------*/

/*----------------------------------
sec05
----------------------------------*/

/*----------------------------------
sec06
----------------------------------*/

/*----------------------------------
sec07
----------------------------------*/

/*----------------------------------
sec08
----------------------------------*/

/*----------------------------------
sec09
----------------------------------*/

}

/**************************************************
/* 8. Replacement
***************************************************/

/**************************************************
/* 5. sec02
***************************************************/
.sec10 {
    padding-top: 150px;
}

.tit10 {
    position: relative;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 20px;
    background: #c4c4c4;
    text-align: center;
    color: white;
}

.sec10 .sentence {
    margin-top: 50px;
    text-align: center;
}

.sec10 .sentence p {
    line-height: 2em;
    margin: 100px 0;
}

.sec10 button {
    margin-bottom: 100px;
    padding: 14px 32px;
    border: none;
    letter-spacing: 2px;
    border: solid 1px #000000;
    cursor: pointer;
    text-align: center;
    background: #ffffff;
}


@media screen and (max-width:959px){

.tit10 {
    margin: 0 auto 0px;
}

.sec10 .sentence p {
    font-size: 14px;
}
}