@charset "utf-8";
/* CSS Document */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

.animation{
    display: flex;
    justify-content: center;
    overflow: hidden;   /*右から画像を挿入した場合に横幅が広がるのを防ぐ*/
}
.animation img{
    width: 100%;
    margin: 0;
}
.animation .anm_mod{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
    width: 50%;
    height: 100%;
}
.animation .anm_mod.full{
    width: 100%;
}
.animation .anm_mod.left{
    transform: translate3d(-30%, 0, 0);
}
.animation .anm_mod.right{
    transform: translate3d(30%, 0, 0);
}
.animation .anm_mod.delay_2s{
    transition: all 2s ease;
}
.animation .anm_mod.delay_3s{
    transition: all 3s ease;
}
.animation .anm_mod.fast{
    transition: all 0.8s ease;
}
.animation .anm_mod.active{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

img { max-width:100%; height:auto; }

.sp{ display: none; }
.pc{ display: block; }

/* ------------------------------------------------------------------------------------------------------
.mainvisual
------------------------------------------------------------------------------------------------------ */

.mainvisual {
    background: url(../images/research/mainvisual_bg01.png) no-repeat top/contain #eaf2fb;
    padding: 5em 0 2em;
    letter-spacing: 2px;
}

.main__contentWrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.main__contentWrap .top {
    position: absolute;
    top: -5em;
    right: -15em;
}

.main__contentWrap .logo {
    text-align: center;
    margin-top: 6em;
}

.main__contentWrap  h1 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000;
    font-size: 60px;
    line-height: 2;
}

.mainvisual .sub-title {
    max-width: 1000px;
    position: relative;
    z-index: 0;
    margin: 0 auto 3em;
    padding: 1em;
    text-align: center;
    background: none;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 23px;
}

.mainvisual .sub-title:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -999;
}

.mainvisual .sub-title:before {
  position: absolute;
  border: 5px solid #000;
  border-radius: 50px;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -998;
}

.mainvisual .yellow:after {
    background: #ffe301;
    border-radius: 50px;
}

.fuwa {
    animation-name: main;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

@keyframes main {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

/* ------------------------------------------------------------------------------------------------------
.home-research
------------------------------------------------------------------------------------------------------ */

.home-research {
    background: url(../images/research/research_bg.gif) no-repeat bottom/contain, url(../images/research/mainvisual_bg02.png) no-repeat top/contain #fff;
    padding-top: 10vw;
}

.home-research h2 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
}

.home-research .home-research__img {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
}

.home-research .home-research__contentWrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5em;
    border: 5px solid #000;
    border-radius: 30px;
    background: #fff;
}

.home-research .home-research__contentWrap ul li {
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
    margin-bottom: 1em;
    background: url(../images/research/research_check.gif);
    background-repeat: no-repeat, repeat-x;
    background-position-y: 13px;
    padding-left: 2em;
}

.home-research .home-research__contentWrap ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------------------------
.home-advantage
------------------------------------------------------------------------------------------------------ */

.home-advantage {
    max-width: 1000px;
    margin: 10em auto;
    text-align: center;
    letter-spacing: 2px;
}

.home-advantage h2 {
    font-family: freude, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0049ad;
    letter-spacing: 2px;
    font-size: 60px;
    text-align: center;
    line-height: 0.7;
    margin-bottom: 1em;
}

.home-advantage h2 span {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}

.home-advantage ul {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 895px;
    margin: 0 auto 8em;
}

.home-advantage ul li {
    width: 30%;
    max-width: 255px;
}

.home-advantage .home-advantage__contentWrap ul li div.icon {
    position: relative;
}

.home-advantage .home-advantage__contentWrap ul li div.icon h4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -25px;
    font-size: 60px;
    font-family: freude, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0049ad;
}

.home-advantage .home-advantage__contentWrap ul li div.txt {
    margin-top: 1.5em;
}

.home-advantage .home-advantage__contentWrap h3 {
    margin-bottom: 4em;
}

/* ------------------------------------------------------------------------------------------------------
.home-advantage01
------------------------------------------------------------------------------------------------------ */

.home-advantage01 {
    background: url(../images/research/advantage03_bg_top.png) no-repeat top left, url(../images/research/advantage03_bg_bottom.png) no-repeat bottom right #eaf2fb;
    padding: 5em 0;
}

.home-advantage01 h2 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #0049ad;
    letter-spacing: 2px;
    font-size: 45px;
    text-align: center;
    line-height: 1.5;
}

.home-advantage01__contentWrap {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #fff;
    max-width: 1000px;
    border-radius: 50px;
    margin: 4em auto;
    padding: 4em;
    text-align: center;
    letter-spacing: 2px;
}

.home-advantage01__contentWrap h3 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000;
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
}

.home-advantage01__contentWrap h3 span {
    border-bottom: 10px solid #ffe301;
    padding-bottom: 2px;
    display: inline;
}

.home-advantage01__contentWrap h4 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #005cad;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 1.5em;
    padding: 0.5em;
    text-align: center;
}

.home-advantage01__contentWrap ul.age {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 895px;
    margin: 0 auto;
}

.home-advantage01__contentWrap ul.age li {
    width: 30%;
    max-width: 255px;
}

.home-advantage01__contentWrap ul.area {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 895px;
    margin: 0 auto 3em;
}

.home-advantage01__contentWrap ul.area li {
    width: 48%;
    max-width: 426px;
}

/* ------------------------------------------------------------------------------------------------------
.home-advantage02
------------------------------------------------------------------------------------------------------ */

.home-advantage02 {
    background: #fff;
    padding: 5em 0;
}

.home-advantage02 h2 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #0049ad;
    letter-spacing: 2px;
    font-size: 45px;
    text-align: center;
    line-height: 1.5;
}

.home-advantage02__contentWrap {
    background: #fff;
    max-width: 1000px;
    border-radius: 50px;
    margin: 4em auto;
    text-align: center;
    letter-spacing: 2px;
}

.home-advantage02__contentWrap ul.research {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.home-advantage02__contentWrap ul.research li {
    width: 48%;
    max-width: 485px;
}

.home-advantage02__contentWrap ul.research li .research-list {
    border: 5px solid #000;
    border-radius: 20px;
    margin-bottom: 2em;
    padding: 3em;
}

.home-advantage02__contentWrap ul.research li p {
    text-align: left;
}

.home-advantage02__contentWrap ul.research li .research-list h3 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #0049ad;
    font-size: 20px;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.home-advantage02__contentWrap ul.research li .research-list img {
    margin-bottom: 1em;
}

.home-advantage02__contentWrap ul.research li .research-list h3.main {
    font-size: 30px;
    text-align: center;
}

.home-advantage02__contentWrap ul.research li .gray {
    background: #f3f3f3;
}

/* ------------------------------------------------------------------------------------------------------
.home-advantage03
------------------------------------------------------------------------------------------------------ */

.home-advantage03 {
    background: url(../images/research/advantage03_bg.png) no-repeat top right #eaf2fb;
    padding: 5em 0;
}

.home-advantage03 h2 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #0049ad;
    letter-spacing: 2px;
    font-size: 45px;
    text-align: center;
    line-height: 1.5;
}

.home-advantage03__contentWrap {
    background: #fff;
    max-width: 1000px;
    border-radius: 50px;
    margin: 4em auto 0;
    padding: 4em;
    text-align: center;
    letter-spacing: 2px;
}

.home-advantage03__contentWrap p {
    margin-bottom: 3em;
}

/* ------------------------------------------------------------------------------------------------------
.home-comparison
------------------------------------------------------------------------------------------------------ */

.home-comparison {
    background: url(../images/research/comparison_bg.png) no-repeat top/contain #fff;
    padding: 12em 0 0;
}

.home-comparison h2 {
    font-family: freude, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0049ad;
    letter-spacing: 2px;
    font-size: 60px;
    text-align: center;
    line-height: 0.7;
    margin-bottom: 1em;
}

.home-comparison h2 span {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}

.home-comparison__contentWrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px;
}

.home-comparison__contentWrap h3 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000;
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
}

.home-comparison__contentWrap h3 span {
    border-bottom: 10px solid #ffe301;
    padding-bottom: 2px;
    display: inline;
}

.home-comparison__contentWrap .monitor {
    margin: 5em 0 8em;
}

.home-comparison__contentWrap .approach {
    line-height: 0;
}

/* ------------------------------------------------------------------------------------------------------
.home-introduction
------------------------------------------------------------------------------------------------------ */

.home-introduction {
    background: url(../images/research/introduction_bg.png) #fff289;
    padding: 7em 0;
}

.home-introduction__contentWrap {
    max-width: 1000px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding: 6em;
    background: none;
}

.home-introduction__contentWrap:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -999;
}

.home-introduction__contentWrap:before {
  position: absolute;
  border: 5px solid #000;
  border-radius: 50px;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -998;
}

.home-introduction .white:after {
    background: #fff;
    border-radius: 50px;
}

.home-introduction__contentWrap h2 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000;
    font-size: 35px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
}

.home-introduction__contentWrap h2 span {
    border-bottom: 10px solid #ffe301;
    padding-bottom: 2px;
    display: inline;
}

.home-introduction__contentWrap .pc-img {
    position: absolute;
    right: 50px;
    bottom: -50px;
}

.home-introduction__contentWrap p {
    max-width:  427px;
    line-height: 2.5;
}

/* ------------------------------------------------------------------------------------------------------
.home-campaign
------------------------------------------------------------------------------------------------------ */

.home-campaign .btn {
    margin-top: 2em;
}

.home-campaign {
    background: url(../images/research/campaign_bg.jpg) no-repeat top #005cad;
    padding: 7em 0;
    text-align: center;
    letter-spacing: 2px;
}

.home-campaign__contentWrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.home-campaign__contentWrap .sozai1 {
    position: absolute;
    left: 0;
    bottom: -112px;
}

.home-campaign__contentWrap .sozai2 {
    position: absolute;
    right: 0;
    bottom: -112px;
}

.home-campaign__contentWrap h3.period {
    background: #ffe301;
    color: #005cad;
    border-radius: 50px;
    padding: 0.5em;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-top: 2em;
}

.home-campaign__contentWrap .price {
    max-width: 1000px;
    margin: 2em auto 0;
    background: #fff;
    border-radius: 20px;
    padding: 4em 8em;
}

.home-campaign__contentWrap .price h3 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000;
    font-size: 40px;
    text-align: center;
    line-height: 1.8;
}

.home-campaign__contentWrap .price h4 {
    color: #fff;
    background: #000;
    font-size: 20px;
    text-align: center;
    padding: 0.5em;
    margin: 2em 0 1.3em;
    position: relative;
}

.home-campaign__contentWrap .price h4 .off {
    position: absolute;
    right: -30px;
    bottom: -25px;
}

.home-campaign__contentWrap .price p {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 1em;
}

.home-campaign__contentWrap .price p span {
    border-bottom: 10px solid #ffe301;
    padding-bottom: 2px;
    display: inline;
}

/* ------------------------------------------------------------------------------------------------------
.home-deliverables
------------------------------------------------------------------------------------------------------ */

.home-deliverables {
    background: #eaf2fb;
    padding: 8em 0;
}

.home-deliverables__contentWrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.home-deliverables__contentWrap p {
    text-align: center;
}

.home-deliverables h2 {
    font-family: freude, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0049ad;
    letter-spacing: 2px;
    font-size: 60px;
    text-align: center;
    line-height: 0.7;
    margin-bottom: 0.5em;
}

.home-deliverables h2 span {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}

.home-deliverables__contentWrap ul {
    width: 100%;
    max-width: 860px;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-deliverables__contentWrap ul li {
    max-width: 400px;
    float: left;
    background: #fff;
    border: 5px solid #000;
    border-radius: 20px;
    margin-bottom: 3em;
    padding: 3em;
}

.home-deliverables__contentWrap ul li h3 {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-top: 0.5em;
}

.home-deliverables__contentWrap ul li p {
    text-align: left;
}

.home-deliverables__contentWrap ul li:nth-child(3),
.home-deliverables__contentWrap ul li:nth-child(4) {
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------------------------
.home-company
------------------------------------------------------------------------------------------------------ */

.home-company {
    background: url(../images/research/company_bg.gif) #fff;
    padding: 8em 0;
    letter-spacing: 2px;
}

.home-company__contentWrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.home-company__contentWrap h2 {
    font-family: freude, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0049ad;
    font-size: 60px;
    text-align: center;
    line-height: 0.7;
    margin-bottom: 0.5em;
}

.home-company__contentWrap h2 span {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}

.home-company__contentWrap > .information {
    max-width: 775px;
    margin: 0 auto;
    border: 5px solid #000;
    border-radius: 20px;
}

.home-company__contentWrap > .information > dl {
    border-bottom: 1px solid #000;
    display: table;
    width: 100%;
}

.home-company__contentWrap > .information > dl > dt {
    display: table-cell;
    width: 30%;
    background: #eeeeee;
    padding: 2em;
}

.home-company__contentWrap > .information > dl > dd {
    background: #fff;
}

.home-company__contentWrap > .information > dl:first-child > dt {
    border-radius: 15px 0 0 0;
}

.home-company__contentWrap > .information > dl:first-child > dd {
    border-radius: 0 15px 0 0;
}

.home-company__contentWrap > .information > dl:last-child > dt {
    border-radius: 0 0 0 15px;
}

.home-company__contentWrap > .information > dl:last-child > dd {
    border-radius: 0 0 15px 0;
}

.home-company__contentWrap > .information > dl:last-child {
    border-bottom: none;
}

.home-company__contentWrap > .information > dl > dd {
    display: table-cell;
    padding: 2em;
}

.home-company__contentWrap ul {
    padding-left: 2em;
}

.home-company__contentWrap ul li {
    list-style-type: decimal;
}

/* ------------------------------------------------------------------------------------------------------
.home-contact
------------------------------------------------------------------------------------------------------ */

.home-contact {
    padding: 8em 0;
    letter-spacing: 2px;
}

.home-contact__contentWrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.home-contact__contentWrap h2 {
    font-family: freude, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0049ad;
    font-size: 60px;
    text-align: center;
    line-height: 0.7;
    margin-bottom: 0.5em;
}

.home-contact__contentWrap h2 span {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}

#wpcf7-f1313-p1301-o1 {
    max-width: 900px;
    margin: 0 auto;
}

#wpcf7-f1313-p1301-o1 dl {
    border-bottom: 1px solid #000;
    display: table;
    width: 100%;
}

#wpcf7-f1313-p1301-o1 dl dt {
    display: table-cell;
    width: 30%;
    padding: 2em;
}

#wpcf7-f1313-p1301-o1 dl dd {
    background: #fff;
}

#wpcf7-f1313-p1301-o1 dl:first-child dd {
    border-radius: 0 15px 0 0;
}

#wpcf7-f1313-p1301-o1 dl:last-child dt {
    border-radius: 0 0 0 15px;
}

#wpcf7-f1313-p1301-o1 dl:last-child dd {
    border-radius: 0 0 15px 0;
}

#wpcf7-f1313-p1301-o1 dl:last-child {
    border-bottom: none;
}

#wpcf7-f1313-p1301-o1 dl dd {
    display: table-cell;
    padding: 2em;
}

#wpcf7-f1313-p1301-o1 span.mwform-radio-field.horizontal-item {
    display: block;
}

#wpcf7-f1313-p1301-o1 span.wpcf7-not-valid-tip {
    color: #ef4444;
    font-size: 14px;
    display: block;
}

#wpcf7-f1313-p1301-o1 p a {
    text-decoration: underline;
}

.wpcf7-response-output {
    color: #ef4444;
    text-align: center;
    margin-top: 2em;
}

.home-contact__contentWrap ul {
    padding-left: 2em;
    display: none;
}

.home-contact__contentWrap ul li {
    list-style-type: decimal;
}

.home-contact__contentWrap .check {
    text-align: center;
    margin-bottom: 1em;
}

.home-contact__contentWrap p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 2em;
}

input[type="submit"] {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em;
    font-size: 30px;
    cursor: pointer;
    background: #ffe301;
    border: 5px solid #000;
    border-radius: 80px!important;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 10px;
    text-align: center;
    box-shadow: 3px 5px 0 0px;
    outline: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
}

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

input.form {
    padding: 1em;
    border: 3px solid #000;
    font-size: 16px;
    transform: scale(1);
}

input[type="text"] {
    padding: 1em;
    border: 3px solid #000;
    font-size: 16px;
    transform: scale(1);
}

footer {
    text-align: center;
    padding: 1em;
}

/* ------------------------------------------------------------------------------------------------------
.sp
------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 768px) {
    
body {
    font-size: 14px;
}
    
.sp{ display: block; }
.pc{ display: none; }

.mainvisual {
    padding: 2em 1em 2em;
    text-align: center;
}

.mainvisual .sub-title:after,
.mainvisual .sub-title:before {
    position: static;
    border: none;
}

.mainvisual .sub-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 1em;
    position: static;
    background: linear-gradient(transparent 0%, #0049ad 0%);
    padding: 0;
    display: inline;
    color: #fff;
    line-height: 2.5;
}

.home-research .home-research__img {
    width: 90%;
}

.main__contentWrap .logo {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

.main__contentWrap .top {
    position: static;
    top: 0;
    right: 0;
    width: 80%;
    margin: 2em auto;
}
    
.main__contentWrap h1 {
    text-align: center;
    font-size: 40px;
    line-height: 1.7;
}

.home-advantage h2,
.home-comparison h2,
.home-deliverables h2,
.home-company__contentWrap h2 {
      font-size: 40px;  
}
    
.home-comparison__contentWrap .monitor {
    margin: 2em 0 2em;
}

.home-advantage .home-advantage__contentWrap h3 {
    margin-bottom: 1em;
}

.home-advantage ul {
    width: 100%;
    margin: 0 auto 4em;
}
    
.home-advantage .home-advantage__contentWrap ul li div.icon h4 {
    bottom: -15px;
    font-size: 35px;
}
    
.home-advantage .home-advantage__contentWrap ul li div.txt {
    margin-top: 1.5em;
    font-size: 13px;
}
    
.home-advantage h2 span,
.home-comparison h2 span,
.home-deliverables h2 span,
.home-company__contentWrap h2 span {
    font-size: 12px;
}
    
.home-advantage01 h2,
.home-advantage02 h2,
.home-advantage03 h2 {
    font-size: 25px;
}
    
.home-advantage01__contentWrap {
    margin: 2em auto;
    padding: 2em;
}
    
.home-advantage01__contentWrap:last-child {
    margin-bottom: 0;
}
    
.home-advantage01__contentWrap h3 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.7;
}
    
.home-advantage01__contentWrap h3 span {
    line-height: 2;
    border-bottom: 5px solid #ffe301;
}

.home-advantage01__contentWrap ul.age,
.home-advantage01__contentWrap ul.area {
    width: 100%;
    margin: 0 auto;
}
    
.home-advantage01__contentWrap h4 {
    font-size: 11px;
    letter-spacing: 0;
}
    
.home-advantage03__contentWrap {
    margin: 2em auto 0;
    padding: 3em;
}
    
.home-campaign__contentWrap h2 {
    width: 90%;
    margin: 0 auto;
}
    
.home-campaign__contentWrap .price h3 {
    font-size: 25px;
}
    
.home-campaign__contentWrap h3.period {
    margin-top: 0;
    line-height: 1.5;
}
    
.home-advantage02__contentWrap ul.research li .research-list h3.main {
    font-size: 20px;
}
    
.home-advantage02__contentWrap ul.research li .research-list {
    padding: 2em;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 1em;
    border: 3px solid #000;
}
    
.home-advantage02__contentWrap {
    margin: 1.5em auto 0;
}
    
.home-advantage02__contentWrap ul.research li p {
    letter-spacing: 0;
    font-size: 12px;
}
    
.home-advantage02__contentWrap ul.research li .research-list h3 {
    font-size: 16px;
    text-align: center;
}
    
.home-comparison__contentWrap h3 {
    font-size: 20px;
}
    
.home-comparison__contentWrap h3 span {
    line-height: 2;
    border-bottom: 5px solid #ffe301;
}

.home-advantage {
    padding: 2em 1em;
}

.home-research,
.home-introduction,
.home-advantage01,
.home-advantage02,
.home-advantage03,
.home-deliverables,
.home-company,
.home-contact {
    padding: 4em 1em;
}
    
.home-research h2 {
    font-size: 25px;
}
    
.home-research .home-research__contentWrap ul li {
    font-size: 16px;
    background-position-y: 9px;
    background-size: 17px;
    padding-left: 2em;
}
    
.home-research .home-research__contentWrap {
    padding: 2em;
    border: 3px solid #000;
}
    
.home-advantage {
    margin: 1em auto;
}
    
.home-introduction__contentWrap {
    padding: 3em 3em 14em;
}
    
.home-introduction__contentWrap h2 {
    font-size: 25px;
}
    
.home-introduction__contentWrap h2 span {
    line-height: 2;
    border-bottom: 5px solid #ffe301;
}
    
.home-deliverables__contentWrap ul li {
    border: 3px solid #000;
    margin-bottom: 1em;
    padding: 2em;
}
    
.home-deliverables__contentWrap ul {
    margin: 2em auto 0;
}
    
.home-deliverables__contentWrap ul li:nth-child(3){
    margin-bottom: 1em;
}

.home-campaign {
    padding: 2em 1em 3em;
}
    
.home-campaign__contentWrap .price {
    padding: 2em;
    margin-top: 1em;
}
    
.home-campaign__contentWrap .price p {
    font-size: 14px;
}
    
.home-campaign__contentWrap .sozai2 {
    position: absolute;
    right: 0;
    bottom: -42px;
    width: 33%;
}
    
.home-campaign__contentWrap .sozai1 {
    width: 33%;
    position: absolute;
    left: 0;
    bottom: -42px;
}
    
.home-campaign__contentWrap .price h4 .off {
    position: absolute;
    right: -15px;
    bottom: -10px;
    width: 25%;
}
    
.home-campaign__contentWrap .price p span {
    line-height: 2em;
    font-size: 13px;
    border-bottom: 5px solid #ffe301;
}
    
.home-campaign__contentWrap .price h4 {
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em;
    margin: 0em 0 1em;
}
    
.home-comparison {
    padding: 4em 1em 0;
}
    
.home-company__contentWrap #wpcf7-f1313-p1301-o1 {
    border: 3px solid #000;
    font-size: 14px;
}
    
.home-company__contentWrap #wpcf7-f1313-p1301-o1 dl dd,
.home-company__contentWrap #wpcf7-f1313-p1301-o1 dl dt {
    padding: 1.3em;
}
    
.home-introduction__contentWrap .pc-img {
    position: absolute;
    width: 80%;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
    
#wpcf7-f1313-p1301-o1 dl dt {
    display: block;
    width: 100%;
    padding: 1em 1em 0;
}
    
#wpcf7-f1313-p1301-o1 dl:first-child dd {
    width: 100%;
    display: block;
}

#wpcf7-f1313-p1301-o1 dl dd {
    display: block;
    width: 100%;
    padding: 1em 1em 2em;
}
    
input[type="submit"] {
    width: 100%;
    padding: 20px;
}
    
input.form {
    width: 100%;
}
    
.home-contact__contentWrap p {
    margin-bottom: 2em;
}

}