@charset "utf-8";

body {
    font-family: "Hannari";
    font-weight: 500;
    color: #444;
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#3850c3), color-stop(50%, #6dcdf7), to(#3850c3));
    background: linear-gradient(to right, #3850c3, #6dcdf7 50%, #3850c3);
}





#header,
#main,
#footer {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}





.new-mv {
    width: 100%;
    padding: 60px 30px;
    background-image: url(/upload/tenant_5/141eebfea0b1f76ad44e89715d0763c7.webp);
    background-size: cover;
    background-position: center bottom;
    position:relative;
}

.new-mv>*{
  position:relative;
  z-index:2;
}

.new-mv::before{
  display:inline-block;
  width:100%;
  height:100%;
  content:"";
  background-color:rgba(0,0,0,0.5);
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}

.new-mv-title {
    padding-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 55px;
    color: #fff;
    line-height:1.3em;
}

.new-mv-title>span {
    color: yellow;
}

.new-mini-mv-title {
    font-family: "Noto Serif JP", serif;
    font-size: 45px;
    color: #fff;
}

.ball-position {
    width: 120px;
    height: 120px;
    display: inline-block;
}

.ball001 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Noto Serif JP", serif;
    border-radius: 50%;
    background-color: #3850c3;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    position: relative;
}

.ball001 ::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    border: 3px dashed #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.ball-r01 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.ball-r02 {
    margin-top: -10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.ball-r02>span {
    font-size: 25px;
    color: yellow;
}

.flex-bnr-inner {
    width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    position: relative;
}

.flex-bnr-inner::before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: block;
    border: 5px double #3850c3;
    border-radius: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.ball-position {
    position: absolute;
    top: -60px;
    right: -60px;
    z-index: 2;
}

.flex-book {
    width: 200px;
    margin-top: -60px;
    padding: 0 0 30px 60px;
    position: relative;
    z-index: 2;
}

.flex-txt {
    padding:45px 30px 45px 15px;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    color: #555;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}






/*以下LPレイアウトCSS*/

#header {
    padding: 15px 0;
}

.main-logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}


.Q-ball {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Serif JP", Serif;
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    line-height: 120%;
    text-align: center;
    border-radius: 50%;
    background: #6dcdf7;
    position: relative;
    z-index: 1;
}

.Q-ball::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    border: 3px dashed #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.Q-ball::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #3850c3;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.q-title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    color: #555;
    text-align: center;
}

.checkbox-list {
    display: inline-block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.flex-ver .checkbox-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 40px;
}

.checkbox-list>li {
    width: 100%;
    margin-top: 8px;
    font-weight: 700;
    font-size: 22px;
    color: #555;
}

.flex-ver .checkbox-list>li {
    width: auto;
    margin-top: 0;
    font-weight: 700;
    font-size: 30px;
    color: #555;
}

input[type=checkbox] {
    display: none;
}

.checkbox {
    width: auto;
    display: inline-block;
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.checkbox::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-top: -8px;
    border: 2px solid #555;
    border-radius: 2px;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 5px;
}

.checkbox::after {
    content: "";
    width: 12px;
    height: 18px;
    display: block;
    margin-top: -10px;
    border-bottom: 3px solid red;
    border-right: 3px solid red;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
}

input[type=checkbox]:checked+.checkbox {
    opacity: 1;
}

input[type=checkbox]:checked+.checkbox::after {
    opacity: 1;
}


.Q2,
.Q3,
.Q4,
.mail-area {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Q2.open,
.Q3.open,
.Q4.open {
    max-height: 900px;
    margin-top: 90px;
}

[data-element-id].Q2{
    max-height: 900px;
    margin-top: 90px;
}

[data-element-id].Q3{
    max-height: 900px;
    margin-top: 90px;
}

[data-element-id].Q4{
    max-height: 900px;
    margin-top: 90px;
}

.mail-area.open {
    max-height: 1500px;
    margin-top: 90px;
}

[data-element-id]
.mail-area {
    max-height: 1500px;
    margin-top: 90px;
}

.new-title {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 10px 0;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    background-color: #3850c3;
}

.new-title {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 10px 0;
    font-family: "Noto Serif JP", Serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    background-color: #3850c3;
    position: relative;
}

.new-title::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 30px;
}

.new-title::after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
}


/*.new-title>*::before {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    background-image: url(/import/tenant_5/iryou.web-marketing.ai/LP/images/down.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}*/

.norm-txt {
    font-weight: 700;
    font-size: 20px;
    color: #555;
    text-align: center;
}


.mail-box {
    margin: 0 30px;
    padding: 60px 30px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.form-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #3850c3;
}

.hissu {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 10px;
    font-size: 13px;
    background-color:#3850c3;
    color:#fff;
}

.text-box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    line-height: 3em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.select-box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
}





.btn>button {
    width: 250px;
    display: inline-block;
    padding: 13px 0;
    font-family: "Noto Serif JP",
        serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 30px;
    background: #6dcdf7;
    background: -webkit-gradient(linear, left top, left bottom, from(#6dcdf7), to(#3850c3));
    background: linear-gradient(to bottom, #6dcdf7 0%, #3850c3 100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn.long>button {
    width: auto;
    padding: 13px 45px;
    font-family: "Noto Serif JP",
        serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.7em;
}

.btn>button:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#6dcdf7), to(#3850c3));
    background: linear-gradient(to top, #6dcdf7 0%, #3850c3 100%);
    opacity: 1;
}

.download-banner {
    text-align: center;
}

.download-banner>a>img {
    width: 150px;
    display: inline-block;
}

.down-txt {
    font-family: "Noto Serif JP", Serif;
    font-size: 25px;
    color: #fff;
}

.download-banner>a {
    display: inline-block;
    padding: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 30px;
    background: #6dcdf7;
    background: -webkit-gradient(linear, left top, left bottom, from(#6dcdf7), to(#3850c3));
    background: linear-gradient(to bottom, #6dcdf7 0%, #3850c3 100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.download-banner>a:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#6dcdf7), to(#3850c3));
    background: linear-gradient(to top, #6dcdf7 0%, #3850c3 100%);
    opacity: 1;
}

.small-txt {
    font-size: 16px;
    color: #777;
}

.mini-img {
    text-align: center;
}

.mini-img>img {
    width: 400px;
}

@media(max-width:1024px) {
    .only-tb {
        display: block;
    }

    .new-mv {
        padding: 60px 15px;
        background-image:url('/upload/tenant_5/3ed157910b7ace4fad5b4ae589b8e3e1.webp');
    }

    .new-mv-title {
        font-size: 45px;
    }

    .new-mini-mv-title {
        font-size: 35px;
    }

    .flex-bnr-inner {
        width: 100%;
        max-width: 550px;
    }

    .ball-position {
        width: 90px;
        height: 90px;
        top: -10px;
        right: -10px;
    }

    .ball001::before {
        border: 1px dashed #fff;
    }

    .q-title {
        font-size: 20px;
    }

    .norm-txt {
        font-size: 16px;
    }

    .form-item-label {
        font-size: 20px;
    }

    .btn.long>button {
        font-size: 20px;
    }

    .checkbox-list>li {
        font-size: 20px;
    }

    .new-title {
        font-size: 24px;
    }
}








@media(max-width:599px) {
    .only-sp {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .new-mv {
        padding: 60px 5px;
    }

    .new-mv-title {
        font-size: 33px;
        text-align: center;
        padding-bottom:0px;
    }
    
    .new-mini-mv-title {
    text-align: center;
    font-size:28px;
    padding-bottom:30px;
    margin-top:-5px;
}


    .flex-bnr {
        padding: 0 10px;
    }

    .flex-bnr-inner {
        margin-top: 45px;
    }

    .flex-book {
        width: 45px;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: -10px;
        left: -10px;
    }

    .flex-txt {
        width: 100%;
        padding: 30px 15px;
        text-align: center;
    }

    .ball-r01 {
        font-size: 16px;
    }

    .ball-r02>span {
        font-size: 20px;
    }

    .ball-position {
        width: 70px;
        height: 70px;
        top: -30px;
        right: -10px;
    }

    .flex-bnr-inner::before {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .Q-ball {
        width: 90px;
        height: 90px;
    }

    .q-title {
        font-size: 16px;
    }

    .checkbox-list>li {
        font-size: 16px;
    }

    .checkbox-list {
        margin-top: 15px;
    }

    .new-title {
        width: 100%;
        padding: 5px 0;
        font-size: 20px;
        border-radius: 15px;
        background-color: #3850c3;
        position: relative;
    }

    .new-title::before {
        width: 15px;
        height: 15px;
        left: 15px;
    }

    .new-title::after {
        width: 15px;
        height: 15px;
        right: 15px;
    }

    .mail-box {
        margin: 0 10px;
        padding: 30px 10px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    }

    .text-box,
    .select-box {
        padding: 5px;
        line-height: 2em;
        border: 1px solid #ccc;
    }

    .form-item-label {
        font-size: 16px;
    }

    .hissu {
        font-size: 14px;
    }

    .btn.long>button {
        padding: 10px 30px;
        font-size: 16px;
    }

    .btb-btn>button:nth-child(2) {
        margin-top: 15px;
    }

    .down-txt {
        font-size: 16px;
    }

    .download-banner>a>img {
        width: 100px;
    }

    .download-banner>a {
        padding: 30px 60px;
    }

    .small-txt {
        font-size: 14px;
    }

    .mini-img>img {
        width: 90%;
    }
}

.underline{
  display:inline-block;
  position:relative;
}

.underline::after{
  content:"";
  display:inline-block;
  width:100%;
  height:40%;
  background-color:yellow;
  border-radius:5px;
  position:absolute;
  left:0;
  bottom:0;
}

.underline>span{
  display:inline-block;
  position:relative;
  z-index:2;
  color:#3850c3;
  font-weight:bold;
}
