/* ヘッダー */
/* ハンバーガーメニュー */
.mobileBtn {
    transition: all 0.8s ease;
    position: relative;
    z-index: 101;
    background-color: unset;
    width: 30px;
    height: 30px;
    display: none;
}

.mobileBtn__bar {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.8s ease;
    background-color: #13007E;
    left: 0;
}

.mobileBtn__bar:nth-child(1) {
    top: 25%;
}

.mobileBtn__bar:nth-child(2) {
    top: 50%;
}

.mobileBtn__bar:nth-child(3) {
    top: 75%;
}

.mobileBtn__bar.rotate:nth-child(1), .mobileBtn__bar.rotate:nth-child(3) {
    top: 50%;
}

.mobileBtn__bar.rotate:nth-child(1) {
    transform: rotate(-225deg);
}

.mobileBtn__bar.rotate:nth-child(2) {
    transform: translate(0%, -50%) scale(0);
}

.mobileBtn__bar.rotate:nth-child(3) {
    transform: rotate(225deg);
}

.mobile {
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    background-color: white;
    background-size: cover;
    position: fixed;
    top: -200vh;
    right: 0;
    z-index: 98;
    transition: all 0.5s ease;
}

.mobile.down {
    top: 0;
}

.mobile__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    margin: 110px auto 0;
}

.mobile__ul {
    width: 90%;
    margin: 0 auto;
}

.mobile__li {
    font-size: 14px;
    margin: 0;
}
.mobile__li.to-contact > a > img {
    width: 230px;
}
.mobile__li > a {
    border-bottom: 2px solid #13007E;
    padding: 15px;
}

@media (max-width: 768px) {
    .mobileBtn {
        display: block;
    }
}

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: calc((70 / 1400) * 100vw);
    background-color: white;
}
.header__inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    width: calc((125 / 1400)* 100vw);
}
.header__ul {
    display: flex;
    align-items: center;
}
.header__li > a {
    margin: 0 calc((15 / 1400)* 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__li.li-c {
    width: calc((200 / 1400)* 100vw);
}

@media (max-width: 768px) {
    .header {
        height: 50px;
    }
    .header__logo {
        width: 110px;
    }
    .header__ul {
        display: none;
    }
    .header__li > a:after {
        display: none;
    }
}

/* 共通パーツ */

.main {
    background-color: #F2EB58;
    font-weight: 700;
}

.cv-btn {
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: .5s;
    color: #fff;
}

.cv-btn > p {
    background-color: #DC4F48;
    color: white;
    width: calc((350 / 1400) * 100vw);
    height: calc((75 / 1400) * 100vw);
    position: relative;
    transition: all 0.1s;
    top: calc((0 / 1400) * 100vw);
    box-shadow: 0px 8px #000000;
}
.cv-btn > p:active {
    top: calc((8 / 1400) * 100vw);
    box-shadow: unset;
}

.cv-btn::before,
.cv-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, #dc9748);
}

.cv-btn::before {
    animation: anime 1s ease-out infinite;
}

.cv-btn::after {
    animation: anime 1s ease-out 1s infinite;
}

@keyframes anime {
    0%   { transform: scale(.95); opacity: 1; }
    90%  { opacity: .1; }
    100% { transform: scale(1.3,1.4); opacity: 0; }
}

.h2-ttl {
    text-shadow:0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black,
    0 0 calc((5 / 1400)* 100vw) black;
}

.futi {
    text-shadow:0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black,
    0 0 calc((3 / 1400)* 100vw) black;
}

/* main */
.main {
    padding-top: calc((70 / 1400)* 100vw);
    overflow: hidden;
    background-image: url(../img/main-back.png);
    background-size: contain;
}

/* fvセクション */

.fv .cv-btn-wrapper {
    position: absolute;
    left: calc((118 / 1400) * 100vw);
    bottom: calc((133 / 1400) * 100vw);
}

/* aboutセクション */
.about__h2-wrapper {
    padding: calc((10 / 1400)* 100vw) calc((20 / 1400)* 100vw);
    background-color: white;
    border: 3px solid black;
}

.about__h2-wrapper > img {
    margin-right: calc((10 / 1400)* 100vw);
    width: calc((50 / 1400)* 100vw);
}

.about__iframe {
    width: calc((750 / 1400) * 100vw);
    height: calc((420 / 1400) * 100vw);
}

/* kadaiセクション */
.kadai__img01 {
    width: calc((635 / 1400) * 100vw);
    top: calc((621 / 1400) * 100vw);
    z-index: 1;
}

.kadai__img02 {
    width: calc((680 / 1400) * 100vw);
    top: calc((392 / 1400) * 100vw);
    z-index: 0;
}

/* sysセクション */
.sys__contents {
    justify-content: space-between;
}
.sys__contents:nth-child(2n) {
    flex-direction: row-reverse;
}

.sys__left {
    background-color: white;
    padding: calc((70 / 1400)* 100vw)
    calc((50 / 1400)* 100vw)
    calc((40 / 1400)* 100vw);
    width: calc((420 / 1400)* 100vw);
}

.sys__left > img {
    width: calc((190 / 1400)* 100vw);
    top: calc((-30 / 1400)* 100vw);
    left: calc((0 / 1400)* 100vw);
}

.sys__right {
    width: calc((540 / 1400)* 100vw);
}

/* riyouセクション */
.riyou__contents {
    width: calc((635 / 1400)* 100vw);
}

.riyou__txt-wrapper {
    background-color: rgba(255, 250, 152, 0.8);
    padding: calc((35 / 1400)* 100vw);
}
.riyou__txt-wrapper > h3 {
    background-color: black;
    padding: calc((5 / 1400)* 100vw) calc((13 / 1400)* 100vw);
}

/* planセクション */
.plan__top {
    width: calc((430 / 1400)* 100vw);
}
.plan__container  {
    width: calc((900 / 1400)* 100vw);
}
.plan__contents {
    gap: calc((10 / 1400)* 100vw);
}
.plan__content {
    height: calc((67 / 1400)* 100vw);
}

/* flowセクション */
.flow__contents {
    align-items: flex-start;
    top: 65%;
}
.flow__content {
    width: calc((377 / 1400) * 100vw);
}
.flow__content > div {
    width: calc((77 / 1400)* 100vw);
}

/* contactセクション */
.contact {
    background-color: white;
}

.contact__dt {
    width: calc(30% - ((20 / 1400) * 100vw));
    margin-right: calc((20 / 1400) * 100vw);
    display: flex;
    align-items: center;
}

.contact__dt::before {
    content: "必須";
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((50 / 1400) * 100vw);
    height: calc((25 / 1400) * 100vw);
    background-color: #DC4F48;
    color: white;
    margin-right: calc((12 / 1400) * 100vw);
    font-size: calc((14 / 1400)* 100vw);
}
.contact__dt.not-must::before {
    opacity: 0;
}

.contact__dd {
    width: 70%;
}

/* ddフォームパターン */
.contact__dd.dd-input > p > span > input {
    padding: calc((10 / 1400) * 100vw) calc((20 / 1400) * 100vw);
    width: calc(100% - calc((40 / 1400) * 100vw));
    background-color: #EBEBEB;
    border: none;
}
.contact__dd.dd-input > p > span > input::placeholder {
    color: #b3b3b3;
    font-weight: 700;
}

/* ddテキストエリアパターン */
.contact__dd.dd-txtara > p > span > textarea {
    padding: calc((10 / 1400) * 100vw) calc((20 / 1400) * 100vw);
    width: calc(100% - calc((40 / 1400) * 100vw));
    background-color: #EBEBEB;
    border: none;
    height: calc((210 / 1400) * 100vw)
}
.contact__dd.dd-txtara > p > span > textarea::placeholder {
    color: #9c9c9c;
    font-weight: 700;
}

/* .wpcf7-form-control-wrap {
    
} */

.wpcf7-form-control {
    padding: calc((10 / 1400)* 100vw);
    font-size: calc((16 / 1400)* 100vw);
    border: 1px solid black;
}

.dl-check {
    display: flex;
    flex-direction: column;
}
.dl-check > p {
    margin-bottom: calc((20 / 1400)* 100vw);
    text-align: center;
}
.dl-check .wpcf7-list-item {
    margin: 0 !important;
}
.dl-check .wpcf7-form-control-wrap {
    width: fit-content !important;
    margin: 0 auto !important;
}
.dl-check a {
    display: inline;
}
.dl-check .wpcf7-form-control {
        margin-bottom: 4px;
    display: inline-block;
}
.dl-check input {
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}
.dl-check label {
    display: flex;
    align-items: center;
}

.dd-input-url {
    position: relative;
}

.dd-input-url .wpcf7-form-control-wrap {
    width: 100%;
        display: flex;
    align-items: center;
}
.dd-input-url input {
    width: calc((245 / 1400) * 100vw) !important;
}
.dd-input-url .wpcf7-form-control-wrap::before,.dd-input-url .wpcf7-form-control-wrap::after {
    background-color: #515151;
    color: white;
    padding: calc((7 / 1400) * 100vw) calc((14 / 1400) * 100vw);
    font-size: calc((16 / 1400)* 100vw);
}
.dd-input-url .wpcf7-form-control-wrap::before {
    content: "https://";
}
.dd-input-url .wpcf7-form-control-wrap::after {
    content: ".cybozu.com";
}

.dd-input-url .wpcf7-not-valid-tip {
    position: absolute;
        bottom: calc((-76 / 1400) * 100vw);
    left: 0;
}

.url-p {
margin-left: calc((330 / 1400) * 100vw);
    font-weight: 500;
}

/* 送信ボタン */
.contact__btn > p > input, .contact__btn-t {
    border: 0;
    background-color: #DC4F48;
    border-radius: calc((50 / 1400)* 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((300 / 1400) * 100vw);
    height: calc((50 / 1400) * 100vw);
    color: white;
    margin: calc((50 / 1400) * 100vw) auto 0;
    letter-spacing: 0.15em;
    font-weight: 500;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); 
}

.contact__thanks {
	    text-align: center;
    	line-height: 1.5;
}

/* フッター */
.footer__top {
    justify-content: space-between;
}

.footer-right > img{
    width: calc((50 / 1400)* 100vw);
    margin-right: calc((18 / 1400)* 100vw);
}

@media (max-width: 768px) {

.cv-btn > p {
    width: 300px;
    height: 55px;
    top: 0;
    box-shadow: 0px 5px #000000;
    font-size: 16px;
}
.cv-btn > p:active {
    top: 5px;
}
.h2-ttl {
    font-size: 28px;
    text-shadow:0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black;
}

.futi {
    text-shadow:0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black,
    0 0 3px black;
}

/* main */
.main {
    padding-top: 50px;
}

/* fvセクション */

.fv .cv-btn-wrapper {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc((55 / 375) * 100vw);
}

/* aboutセクション */
.about__h2-wrapper {
    padding: 10px 8px;
    border: 3px solid black;
    font-size: 18px;
}

.about__h2-wrapper > img {
    margin-right: 10px;
    width: 30px;
}

.about__iframe {
    width: 100%;
    height: calc((200 / 375) * 100vw);
}

/* kadaiセクション */
/* .kadai__img01 {
    width: calc((635 / 1400) * 100vw);
    top: calc((621 / 1400) * 100vw);
}

.kadai__img02 {
    width: calc((680 / 1400) * 100vw);
    top: calc((392 / 1400) * 100vw);
    z-index: 0;
} */

/* sysセクション */
.sys__contents {
    flex-direction: column;
    margin-bottom: 80px;
}
.sys__contents:last-child {
    margin-bottom: 0;
}
.sys__contents:nth-child(2n) {
    flex-direction: column;
}

.sys__left {
    padding: 60px 15px 20px;
    width: calc(100% - 30px);
    margin-bottom: 20px;
}

.sys__left > img {
    width: 133px;
        top: -17px;
        left: 0;
}

.sys__right {
    width: 100%;
}

/* riyouセクション */
.riyou__contents {
    width: 100%;
}

.riyou__txt-wrapper {
    padding: 20px;
}
.riyou__txt-wrapper > h3 {
    padding: 5px 10px;
}

/* planセクション */
.plan__container > p {
    font-size: 12px;
    margin-bottom: 5px;
}
.plan__top {
    width: 300px;
}
.plan__container  {
    width: 100%;
}
.plan__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.plan__content {
    height: 50px;
}
.plan__content.f-24 {
    font-size: 18px;
}
.plan__content.f-18 {
    font-size: 14px;
}
.plan__content.f-20 {
    font-size: 19px;
}
.plan__content.f-16 {
    font-size: 14px;
}

/* flowセクション */
.flow__container {
    width: 345px;
    margin: 0 auto;
}
.flow__contents {
    flex-direction: column;
    top: 62%;
    width: 100%;
}
.flow__content {
    width: 100%;
        margin-bottom: 128px;
}
.flow__content > div {
    width: 50px;
}




/* お問い合わせページ */
    .contact__content-wrapper {
        width: 100%;
    }
    
    .contact__content {
        padding: 20px;
    }
    
    .contact__content.blue {
        border: 3px solid #13007E;
    }
    .contact__content.yellow {
        border: 3px solid #E3CC00;
    }
    
    .contact__content > p {
        line-height: 1.5;
    }
    
    .contact__content-two > a {
        height: auto;
        font-size: 10px !important;
        padding: 12px;
    }

    .contact__dl {
        flex-direction: column;
        margin-bottom: 30px !important;
    }
    .contact__dl.mb-5 {
        margin-bottom: 5px !important;
    }
    
    .contact__dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contact__dt.not-must {
        position: relative;
        left: -49px;
    }
    
    .contact__dt::before {
        width: 40px;
        height: 20px;
        margin-right: 10px;
        font-size: 12px;
    }
    
    .contact__dd {
        width: 100%;
        display: flex;
                flex-direction: column;
        font-size: 14px;
        font-weight: 500;
    }
    
    /* ddフォームパターン */
    .contact__dd.dd-input > p > span > input {
        padding: 10px;
        width: calc(100% - 20px);
    }
    
    /* ddテキストエリアパターン */
    .contact__dd.dd-txtara > p > span > textarea {
        padding: 10px;
        width: calc(100% - 20px);
        height: calc((600 / 1400) * 100vw)
    }
    
    /* 送信ボタン */
    .contact__btn > p > input,  .contact__btn-t {
        width: 250px;
        height: 40px;
        margin: 50px auto 0;
        font-size: 16px;
        border-radius: 50px;
    }

    .wpcf7-form-control {
        padding: 10px;
        font-size: 16px;
    }

    .dl-check > p {
        margin-bottom: 20px;
    }

    .dd-input-url input {
    width: 100% !important;
    font-size: 13px;
    max-width: 240px;
}

.dd-input-url .wpcf7-form-control-wrap::before,.dd-input-url .wpcf7-form-control-wrap::after {
        padding: 9px 8px;
        font-size: 10px;
}

.dd-input-url .wpcf7-not-valid-tip {
            bottom: -63px;
}

.url-p {
margin-left: 0;
font-size: 10px;
}

/* フッター */
.footer__top {
    flex-direction: column;
}

.footer-right {
    margin-top: 40px;
    margin-bottom: 50px;
}

.footer-right > img {
    width: 30px;
    margin-right: 10px;
}
}

