@charset "utf-8";

/*===================================================

 クラウド法人名刺 /cloud

===================================================*/
#cloud #main {
    width: 100%;
}
#cloud article {
    margin-bottom: 0;
}
#cloud article section {
    margin-bottom: 0;
}
#cloud article .inner {
    width: 1000px;
    margin: 0 auto;
}
#cloud article h3,
#cloud article h4 {
    line-height: 1.0;
}
#cloud article h4,
#cloud article h5 {
    padding: 0;
    border: none;
    background: none;
    line-height: 1.0;
}
/*---------------------------------------------------
 chatplus
---------------------------------------------------*/
#chatplus {
    display: none !important;
}
/*---------------------------------------------------
 btn
---------------------------------------------------*/
#cloud article .btn {
    width: 380px;
    height: 66px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    border-radius: 40px;
    background: #ffb000;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.3);
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.0rem;
    line-height: 6.2rem;
    text-align: center;
    position: relative;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
#cloud article .btn:hover {
    border: 2px solid #ffb000;
    background: #fff;
    color: #ffb000;
    text-decoration: none;
}
#cloud article .btn:before {
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    transform: rotate(45deg);
    transition: all ease 0.8s;
}
#cloud article .btn:hover:before {
    border-top: 2px solid #ffb000;
    border-right: 2px solid #ffb000;
}
#cloud article ul li:first-child a.btn {
    border: 3px solid #fff;
    background: #ffb000;
    color: #fff;
}
#cloud article ul li:last-child a.btn {
    border: 3px solid #ffb000;
    background: #fff;
    color: #ffb000;
}
#cloud article ul li:first-child a.btn:hover {
    border: 3px solid #ffb000;
    background: #fff;
    color: #ffb000;
}
#cloud article ul li:last-child a.btn:hover {
    border: 3px solid #fff;
    background: #ffb000;
    color: #fff;
}
#cloud article ul li a.btn:before {
    width: 13px;
    height: 13px;
    right: 32px;
}
#cloud article ul li:first-child a.btn:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
#cloud article ul li:last-child a.btn:before {
    border-top: 3px solid #ffb000;
    border-right: 3px solid #ffb000;
}
#cloud article ul li:first-child a.btn:hover:before {
    border-top: 3px solid #ffb000;
    border-right: 3px solid #ffb000;
}
#cloud article ul li:last-child a.btn:hover:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
#cloud article a.btn span {
    width: 48px;
    height: 24px;
    float: left;
    margin-top: 20px;
    margin-left: 64px;
    border-radius: 8px;
    background: #1E88E5;
    box-sizing: border-box;
    display: block;
    color: var(--light-gray);
    font-size: 1.6rem;
    line-height: 2.2rem;
    position: absolute;
}
/*---------------------------------------------------
 view
---------------------------------------------------*/
#cloud article #view {
    width: 100%;
    height: 480px;
    background: url('/assets/images/cloud/index/bg_view.png') center;
}
#cloud article #view div {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}
#cloud article #view h1 {
    color: #fff;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 5.1rem;
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 50px;
}
#cloud article #view h1 span {
    margin-left: -20px;
    font-size: 6.7rem;
}
#cloud article #view img {
    width: 100%;
    max-width: 1120px;
    height: auto;
    margin: 0 auto;
    display: block;
}
#cloud article #view .mail {
    width: 36px;
    position: absolute;
    top: 22px;
    left: 94px;
}
#cloud article #view ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
#cloud article #view ul li a.btn {
    width: 424px;
    height: 84px;
    margin-bottom: 0;
    font-size: 2.3rem;
    line-height: 7.8rem;
}
#cloud article #view a.btn span {
    width: 48px;
    height: 24px;
    float: left;
    margin-top: 28px;
    margin-left: 78px;
    border-radius: 8px;
    background: #1E88E5;
    box-sizing: border-box;
    display: block;
    color: var(--light-gray);
    font-size: 1.6rem;
    line-height: 2.2rem;
    position: absolute;
}
/*---------------------------------------------------
 telphone / notice
---------------------------------------------------*/
#cloud article #telphone p {
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.1rem;
    font-weight: normal;
    position: relative;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
#cloud article #telphone .tel {
    padding-left: 26px;
    background: url('/assets/images/cloud/index/tel.png') no-repeat;
    background-size: 24px 24px;
    background-position: left center;
    line-height: 1.5;
    display: inline-block;
}
#cloud article #notice p {
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.1rem;
    font-weight: normal;
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

/*---------------------------------------------------
 about
---------------------------------------------------*/
#cloud article #about .inner {
    padding: 40px 0 40px;
}
#cloud article #about .inner div {
    width: 432px;
    margin: 0 auto 40px;
    border-bottom: 2px solid #0075bb;
    text-align: center;
}
#cloud article #about h2 {
    margin-bottom: 10px;
    display: inline-block;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
    font-size: 3.6rem;
}
#cloud article #about h2 + span {
    margin-left: -10px;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.5rem;
}
#cloud article #about h3 {
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: -60px;
}
#cloud article #about h3 span {
    color: #ffb000;
    font-size: 2.2rem;
}
#cloud article #about h3 span span {
    font-size: 3.4rem;
    color: #0075bb;
    background:linear-gradient(transparent 60%, #ffde83 60%);
}
/*---------------------------------------------------
 achievements
---------------------------------------------------*/
@keyframes loop {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -2237px 0;
    }
}
.company_image {
    text-align: center;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    animation: loop 50s linear infinite;
    background: url(/assets/images/cloud/index/company_logo_v6.png) repeat-x left center/auto 100px;
}
#cloud article #achievements .inner {
    padding: 105px 0 40px;
}
#cloud article #achievements .inner div:first-child {
    width: 332px;
    margin: 0 auto 40px;
    border-bottom: 2px solid #0075bb;
    text-align: center;
}
#cloud article #achievements h2 {
    margin-bottom: 10px;
    display: inline-block;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
    font-size: 3.6rem;
}
#cloud article #achievements h2 + span {
    margin-left: -10px;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.5rem;
}
#cloud article #achievements h3 {
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 40px;
}
#cloud article #achievements h3 span {
    color: #ffb000;
    font-size: 2.2rem;
}
#cloud article #achievements h3 span span {
    font-size: 3.4rem;
    color: #0075bb;
    background:linear-gradient(transparent 60%, #ffde83 60%);
}

/*---------------------------------------------------
 import
---------------------------------------------------*/
#cloud article #import {
    background: #eee;
}
#cloud article #import .inner {
    padding: 30px 0;
}
#cloud article #import h4 {
    margin-bottom: 50px;
    font-size: 3.0rem;
    text-align: center;
}
#cloud article #import h4:before,
#cloud article #import h4:after {
    width: 18px;
    height: 42px;
    display: inline-block;
    content: '';
}
#cloud article #import h4:before {
    margin-right: 5px;
    background: url('/assets/images/cloud/index/title_import01.png') no-repeat;
}
#cloud article #import h4:after {
    margin-left: 5px;
    background: url('/assets/images/cloud/index/title_import02.png') no-repeat;
}
#cloud article #import h4 span {
    font-size: 4.2rem;
}
#cloud article #import ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}
#cloud article #import ul li {
    width: 50%;
}
#cloud article #import ul li span {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #ffb000;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.0rem;
    line-height: 7.4rem;
    text-align: center;
}
#cloud article #import ul li h4 {
    float: left;
    margin-right: 10px;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 7.5rem;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,0 1px 0 #fff,0 -1px 0 #fff, -1px 0 0 #fff,1px 0 0 #fff;
}
#cloud article #import ul li:first-child img {
    float: left;
    display: inline;
    max-width: 70px;
}
#cloud article #import ul li:nth-child(2) h4 + img {
    max-width: 120px;
}
#cloud article #import ul li p {
    clear: both;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#cloud article #import ul li:last-child {
    width: 165px;
    height: 70px;
    position: absolute;
    top: -40px;
    left: 340px;
}
/*---------------------------------------------------
 contact
---------------------------------------------------*/
#cloud article .contact {
    width: 100%;
    height: 260px;
    margin-bottom: 0;
    background: url('/assets/images/cloud/index/bg_view.png') center;
}
#cloud article .contact .inner {
    padding: 30px 0;
}
#cloud article .contact p {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
#cloud article .contact p:first-of-type {
    font-size: 2.6rem;
}
#cloud article .contact p:first-of-type span {
    margin: 0 -10px 0 -20px;
    font-size: 3.4rem;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#cloud article .contact a + p {
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
}
#cloud article .contact ul {
    margin: 0 50px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
#cloud article .contact .mail {
    width: 36px;
    position: absolute;
    top: 14px;
    left: 82px;
}
/*---------------------------------------------------
 sec
---------------------------------------------------*/
#cloud article .sec .inner {
    padding: 60px 0 20px;
}
#cloud article .sec h4 {
    margin-bottom: 100px;
    color: #444;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.0rem;
    font-weight: normal;
    text-align: center;
    position: relative;
}
#cloud article .sec h4:after {
    width: 35%;
    height: 3px;
    background: #0075bb;
    line-height: 0;
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
#cloud article .sec h4 span {
    color: #0075bb;
}
#cloud article .sec ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#cloud article .sec ul li {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
/*---------------------------------------------------
 function
---------------------------------------------------*/
#cloud article #function {
    background: #e5f4ff;
}
#cloud article #function h4 span {
    margin-left: -10px;
    color: #444;
}
#cloud article #function h4 span span {
    margin-left: 0;
    color: #0075bb;
}
#cloud article #function ul li {
    width: 470px;
    height: 470px;
}
#cloud article #function ul li:nth-last-child(2),
#cloud article #function ul li:last-child {
    height: 360px;
}
#cloud article #function ul li h5 {
    height: auto;
    margin-bottom: 15px;
    color: #333;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
}
#cloud article #function ul li h4 {
    margin-bottom: 15px;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.0rem;
    font-weight: normal;
}
#cloud article #function ul li img {
    width: 100%;
    max-width: 430px;
    height: auto;
    transition: transform .6s ease;
}
#cloud article #function ul li:hover img {
    transform: scale(1.1); /* 拡大 */
}
#cloud article #function ul li p {
    padding-left: 1.0em;
    font-size: 1.65rem;
    text-indent: -1.0em;
    text-align: left;
}
#cloud article #function ul li:first-child p,
#cloud article #function ul li:nth-child(3) p,
#cloud article #function ul li:nth-child(4) p {
    margin-bottom: 7px;
}
#cloud article #function .privacy {
    width: 90px;
    height: 90px;
    margin-left: 50px;
    float: left;
    padding: 5px;
}
#cloud article #function div p:last-child {
    margin-bottom: 25px;
}
/*---------------------------------------------------
 flow
---------------------------------------------------*/
#cloud article #flow {
    background: #f6f6f6;
}
#cloud article #flow ul li {
    width: 225px;
    height: 200px;
}
#cloud article #flow ul li p:first-child {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.6rem;
    line-height: 6.5rem;
    position: absolute;
    top: -32.5px;
    left: 80px;
}
#cloud article #flow ul li p:nth-child(2) {
    margin: 20px 0;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.2rem;;
}
#cloud article #flow ul li p:last-child {
    line-height: 2.4rem;
    text-align: left;
}
#cloud article #flow ul li:last-child p:last-child {
    text-align: center;
}
#cloud article #flow ul li:after {
    width: 38px;
    height: 21px;
    background: url('/assets/images/cloud/index/arrow_function.png') center no-repeat;
    display: block;
    content: '';
    position: absolute;
    top: 90px;
    left: 287px;
    z-index: 99;
}
#cloud article #flow ul li:last-child:after {
    content: none;
}
#cloud article #flow ul + p {
    margin-bottom: 40px;
    text-align: center;
}
#cloud article #flow .btn {
    margin: 0 auto 40px;
}
/*---------------------------------------------------
 price
---------------------------------------------------*/
#cloud article #price {
    background: #e5f4ff;
}
#cloud article #price ul li {
    height: 195px;
    padding: 20px 10px 10px 10px;
}
#cloud article #price ul li:first-child {
    width: 260px;
}
#cloud article #price ul li:nth-child(2) {
    width: 320px;
}
#cloud article #price ul li:last-child {
    width: 240px;
}
#cloud article #price ul li p:first-child {
    margin-bottom: 10px;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.2rem;
}
#cloud article #price ul li p + p {
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#cloud article #price ul li:first-child p:last-child {
    color: #ffb000;
    font-size: 5.0rem;
    line-height: 11.0rem;
}
#cloud article #price ul li:first-child p:last-child span {
    margin: 0 -15px 0 0;
    font-size: 11.0rem;
}
#cloud article #price ul li:nth-child(2)  p span:first-of-type {
    font-size: 1.1rem;
}
#cloud article #price ul li:nth-child(2)  p span:last-of-type {
    margin-left: 50px;
    font-size: 2.2rem;
}
#cloud article #price ul li:nth-child(2)  p:nth-of-type(3) span:last-of-type,
#cloud article #price ul li:nth-child(2)  p:nth-of-type(4) span:last-of-type {
    margin-left: 65px;
}
#cloud article #price ul li:nth-child(2)  p span:last-of-type span {
    margin-left: 2px !important;
    font-size: 1.5rem;
}
#cloud article #price ul li:last-child p:nth-of-type(2) {
    margin-top: 20px;
}
#cloud article #price ul li:last-child p:nth-of-type(3) {
    margin: 10px 0 5px;
}
#cloud article #price ul li:last-child p span {
    font-size: 2.2rem;
}
#cloud article #price ul li:last-child p:nth-of-type(2) span {
    margin-left: 50px;
}
#cloud article #price ul li:last-child p:nth-of-type(3) span {
    margin-left: 65px;
}
#cloud article #price ul li:last-child p span span {
    margin-left: 2px !important;
    font-size: 1.5rem;
}
#cloud article #price ul li:nth-child(2)  p:last-child,
#cloud article #price ul li:last-child p:last-child {
    font-size: 1.4rem;
}
#cloud article #price ul li:after {
    display: block;
    color: #0075bb;
    font-size: 6.0rem;
    font-weight: bold;
    content: '＋';
    position: absolute;
    top: 75px;
    z-index: 99;
}
#cloud article #price ul li:first-child:after {
    left: 280px;
}
#cloud article #price ul li:nth-child(2):after {
    left: 340px;
}
#cloud article #price ul li:last-child:after {
    content: none;
}
#cloud article #price ul + p {
    margin-bottom: 40px;
    text-align: center;
}
#cloud article #price .btn {
    margin: 0 auto 40px;
}
/*---------------------------------------------------
 introduction
---------------------------------------------------*/
#cloud article #introduction h4 {
    margin-bottom: 80px;
}
#cloud article #introduction h4 + p {
    margin-bottom: 60px;
    font-size: 2.0rem;
    text-align: center;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#cloud article #introduction ul li {
    width: 470px;
    padding: 0;
}
#cloud article #introduction ul li p:first-child {
    width: 100%;
    height: 65px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 8px;
    background: #f6f6f6;
    box-sizing: border-box;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 2.4rem;
    text-align: left;
    position: relative;
}
#cloud article #introduction ul li p:first-child:before {
    border-top: 25px solid #f6f6f6;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
#cloud article #introduction ul li div {
    width: 100%;
    padding: 20px 25px;
    border-radius: 8px;
    background: #edf7ff;
    box-sizing: border-box;
    position: relative;
}
#cloud article #introduction ul li:first-child div,
#cloud article #introduction ul li:nth-child(2) div {
    height: 400px;
}
#cloud article #introduction ul li:nth-child(3) div,
#cloud article #introduction ul li:nth-child(4) div {
    height: 400px;
}
#cloud article #introduction ul li:nth-child(5) div,
#cloud article #introduction ul li:last-child div {
    height: 400px;
}
#cloud article #introduction ul li div:before {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: block;
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
#cloud article #introduction ul li div img {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}
#cloud article #introduction ul li div p {
    padding: 0 10px;
    font-size: 1.65rem;
    text-align: left;
}
#cloud article #introduction ul li p span {
    color: #0075bb;
    background:linear-gradient(transparent 60%, #ffde83 60%);
}
#cloud article #introduction .sdg {
    width: 10%;
    margin-left: 50px;
    float: left;
    padding: 5px;
}
#cloud article #introduction div p:last-child {
    margin-bottom: 25px;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #cloud #contents,
    #cloud article {
        width: 100%;
        margin: 0;
    }
    #cloud article article {
        margin-bottom: 0 !important;
    }
    #cloud article #view h1,
    #cloud article #view h1 span {
        font-size: 5.5rem;
    }
    #cloud article #view img {
        width: 90%;
    }
    #cloud article #view ul {
        width: 96%;
        margin: 0 2%;
    }
    #cloud article .inner {
        width: 96%;
        margin: 0 2%;
    }
}
@media screen and (max-width: 1120px) {
    #cloud article #campaign {
        height: auto;
    }
    #cloud article #campaign a {
        width: 100%;
    }
}
@media screen and (max-width: 1050px) {
    #cloud article #view h1,
    #cloud article #view h1 span {
        font-size: 4.8rem;
        left: 110px;
    }
    #cloud article #price ul li:after {
        display: none;
    }
}
@media screen and (max-width: 1020px) {
    #cloud article #function ul,
    #cloud article #introduction ul {
        justify-content: center;
        -webkit-justify-content: center;
    }
    #cloud article #function ul li,
    #cloud article #introduction ul li {
        margin: 0 10px 40px;
    }
    #cloud article #flow ul li:after {
        content: none;
    }
    #cloud article #introduction ul li div {
        height: auto !important;
    }
}
@media screen and (max-width: 1000px) {
    #cloud article #view h1,
    #cloud article #view h1 span {
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 980px) {
    #cloud article #import ul li:last-child {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    #cloud article #flow ul {
        width: 510px;
        margin: 0 auto;
    }
    #cloud article #flow ul li {
        margin: 0 10px 60px;
    }
}
@media screen and (max-width: 930px) {
    #cloud article #view ul {
        width: 424px;
        margin: 0 auto;
    }
    #cloud article #view ul li:first-child {
        margin-bottom: 10px;
    }
    #cloud article #import ul li {
        width: 465px;
        margin: 0 auto;
    }
    #cloud article #import ul li:first-child {
        margin-bottom: 20px;
    }
    #cloud article .contact p:first-of-type {
        font-size: 2.3rem;
    }
    #cloud article .contact p:first-of-type span {
        font-size: 3.0rem;
    }
}
@media screen and (max-width: 900px) {
    #cloud article #view h1,
    #cloud article #view h1 span {
        font-size: 3.4rem;
        left: 180px;
    }
    #cloud article #price ul {
        display: block;
    }
    #cloud article #price ul li {
        width: 320px !important;
        margin: 0 auto 40px;
    }
}
@media screen and (max-width: 880px) {
    #cloud article #about .inner {
        padding: 65px 0 40px;
    }
    #cloud article #about .inner div {
        width: 100%;
    }
    #cloud article #about h2 {
        font-size: 3.2rem;
    }
    #cloud article #about h3 {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    #cloud article #import h4 {
        font-size: 2.6rem;
    }
    #cloud article #import h4 span {
        font-size: 3.8rem;
    }
    #cloud article .contact a + p {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 860px) {
    #cloud article #view h1,
    #cloud article #view h1 span {
        font-size: 3.0rem;
    }
}
@media screen and (max-width: 800px) {
    #cloud article #view img {
        margin-bottom: 10px;
    }
    #cloud article #about h2 {
        font-size: 2.8rem;
    }
    #cloud article #about h3 {
        font-size: 1.6rem;
    }
    #cloud article #import h4 {
        font-size: 2.3rem;
    }
    #cloud article #import h4 span {
        font-size: 3.5rem;
    }
    #cloud article .contact p:first-of-type {
        font-size: 2.0rem;
    }
    #cloud article .contact p:first-of-type span {
        font-size: 2.6rem;
    }
    #cloud article .contact a + p {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 770px) {
    #cloud article #view h1,
    #cloud article #view h1 span {
        font-size: 2.8rem;
        left: 150px;
    }
    #cloud article #view h1 span {
        margin-left: -10px;
    }
}
@media screen and (max-width: 720px) {
    #cloud article #view ul li:first-child {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 702px) {
    #cloud article .contact a + p br {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    #cloud article #view h1,
    #cloud article #view h1 span {
        font-size: 2.2rem;
        top: 5px;
        left: 40px;
    }
    #cloud article #view img {
        margin-bottom: 20px;
    }
    #cloud article #about h2 {
        font-size: 2.4rem;
        display: contents;
    }
    #cloud article #about h2 + span {
        font-size: 2.4rem;
    }
    #cloud article #import h4 {
        font-size: 2.0rem;
    }
    #cloud article #import h4 span {
        font-size: 3.2rem;
    }
    #cloud article .contact p:first-of-type {
        font-size: 1.6rem;
    }
    #cloud article .contact p:first-of-type span {
        font-size: 2.0rem;
    }
    #cloud article .sec h4 {
        font-size: 2.2rem;
    }
    #cloud article #function ul li h4 {
        margin-bottom: 30px;
        font-size: 2.2rem;
    }
    #cloud article #function ul li h4:after {
        top: 30px;
    }
}
@media screen and (max-width: 600px) {
    #cloud article #view {
        height: 450px;
        padding-top: 10px;
    }
    #cloud article #view h1,
    #cloud article #view h1 span {
        font-size: 1.8rem;
        left: 30px;
    }
}
@media screen and (max-width: 540px) {
    #cloud article #view {
        height: 430px;
    }
    #cloud article #flow ul {
        width: 225px;
        margin: 0 auto;
    }
    #cloud article #flow ul li {
        margin: 0 auto 60px;
    }
    #cloud article #flow ul li:last-child p:nth-child(2) {
        margin: 20px 0 40px;
    }
}
@media screen and (max-width: 520px) {
    #cloud article #view {
        height: 410px;
    }
}
@media screen and (max-width: 502px) {
    #cloud article .contact {
        height: 300px;
    }
}
@media screen and (max-width: 490px) {
    #cloud article #view {
        height: 320px;
    }
    #cloud article #view ul {
        width: 100%;
    }
    #cloud article #view ul li a.btn,
    #cloud article .btn {
        width: 300px;
        height: 64px;
        line-height: 5.8rem;
        font-size: 1.8rem;
    }
    #cloud article #about .inner {
        padding: 40px 0;
    }
    #cloud article #import ul li span {
        width: 60px;
        height: 60px;
        margin-top: 10px;
        font-size: 1.6rem;
        line-height: 5.4rem;
    }
    #cloud article #import ul li h4 {
        margin-bottom: 0;
        font-size: 3.0rem;
    }
    #cloud article #import h4:before,
    #cloud article #import h4:after {
        content: none;
    }
    #cloud article #import ul li p br {
        display: none;
    }
    #cloud article .contact a + p {
        font-size: 1.3rem;
    }
    #cloud article #function ul li {
        width: 90%;
        height: auto !important;
        margin: 0 auto 40px;
        padding: 15px;
    }
    #cloud article #introduction ul li:last-child p:first-child {
        line-height: 2.4rem;
        text-align: left;
    }
}
@media screen and (max-width: 350px) {
    #cloud article #view h1,
    #cloud article #view h1 span {
        font-size: 1.6rem;
        top: 0;
        left: 25px;
    }
    #cloud article #import ul li h4 {
        font-size: 2.4rem;
    }
    #cloud article .contact a + p {
        line-height: 2.1rem;
    }
    #cloud article #price ul li {
        width: 100% !important;
        height: auto;
        margin: 0 auto 40px;
    }
}

/*===================================================

 資料請求 /cloud/form

===================================================*/
#form article h1 {
    margin: 40px auto 60px;
    display: block;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.0rem;
    font-weight: normal;
    text-align: center;
    position: relative;
}
#form article h1:after {
    content: '';
    position: absolute;
    bottom: -10px; /* 下に少し余白をとる */
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background: #0075bb;
}
#form article h1 + img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}
#form article #sec02 {
    width: 800px;
    margin: 0 auto 80px;
    padding: 40px 100px;
    border-radius: 10px;
    background: #e5f4ff;
    box-sizing: border-box;
}
#form article form ul {
    margin-bottom: 40px;
}
#form article form ul li {
    margin-bottom: 20px;
}
#form article form ul li p {
    width: 170px;
    float: left;
    margin-right: 20px;
    display: block;
    clear: both;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.9rem;
    text-align: left;
}
#form article form ul li input,select,textarea {
    width: 100%;
    max-width: 320px;
    height: 35px;
    padding: 0 5px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    font-size: 1.7rem;
}
#form article form ul li textarea {
    height: 120px;
}
#form article form ul li input::placeholder {
    color: #ddd;
}
#form article form ul + p {
    margin-bottom: 15px;
    font-size: 1.5rem;
    text-align: center;
}
#form article form #contract {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
    padding: 15px 10px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    overflow-y: scroll;
}

#form article form ul li p span {
    color: #444;
    font-size: 1.2rem;
}
#form article form ul li span.required {
    width: 40px;
    height: 16px;
    float: left;
    margin: 0px 5px 0 0;
    padding-left: 8px;
    background: #0075bb;
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.6rem;
    letter-spacing: 0.5em;
}

#form article #contract p {
    font-size: 1.5rem;
    line-height: 2.2rem;
}
#form article #contract p:first-of-type {
    margin-bottom: 15px;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    text-align: center;
}
#form article #contract section {
    margin-bottom: 20px;
}
#form article #contract section p:first-of-type {
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-align: left;
}
#form article #contract section ul {
    margin-bottom: 0;
}
#form article #contract section ul li {
    margin-bottom: 0;
    padding-left: 1.5em;
    font-size: 1.5rem;
    text-indent: -1.5em;
}
#form article #contract section + p {
    margin-bottom: 20px;
}
#form article #agreement {
    text-align: center;
    margin-bottom: 20px;
}
#form article #agreement label {
    margin-left: 5px;
}
#form article form button {
    width: 380px;
    height: 66px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    border-radius: 40px;
    background: #ffb000;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.3);
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.0rem;
    line-height: 6.2rem;
    text-align: center;
    position: relative;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
#form article form button:hover {
    border: 2px solid #ffb000;
    background: #fff;
    color: #ffb000;
    text-decoration: none;
}
#form article form button:before {
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    transform: rotate(45deg);
    transition: all ease 0.8s;
}
#form article form button:hover:before {
    border-top: 2px solid #ffb000;
    border-right: 2px solid #ffb000;
}
#form article form .attention {
    margin-bottom: 30px;
}
#form article form .attention ul,
#form article form .attention ul li {
    margin-bottom: 0;
}

#form article form .checkbox-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}

#form article form .checkbox-group label {
    margin-right: 0.8em;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

#form article form .checkbox-group input[type="checkbox"] {
    margin-right: 0.2em;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #form article #sec02 {
        width: 96%;
        margin: 0 2%;
        padding: 40px;
    }
    #form article form ul {
        padding-left: 100px;
    }
}
@media screen and (max-width: 850px) {
    #form article form ul {
        padding-left: 0;
    }
}
@media screen and (max-width: 711px) {
    #form article form ul li input {
        width: calc(100% - 170px);
    }
}
@media screen and (max-width: 600px) {
    #form article form ul li p {
        float: none;
        margin: 0 0 5px 0;
        text-align: left;
    }
    #form article form ul li input {
        width: 100%;
    }
    #form article form ul + p {
        font-size: 1.3rem;
        line-height: 2.0rem;
    }
    #form article #contract p:first-of-type {
        font-size: 1.4rem;
    }
    #form article #contract p,
    #form article #contract section p:first-of-type,
    #form article #contract section ul li {
        font-size: 1.3rem;
    }
    #form article #contract p {
        line-height: 2.0rem;
    }
    #form article form button {
        width: 90%;
        font-size: 1.7rem;
        line-height: 4.8rem;
    }
    #form article form button:before {
        content: none;
    }
}
@media screen and (max-width: 540px) {
    #form article #sec02 {
        width: 100%;
        margin: 0;
        padding: 30px;
    }
}

/*===================================================

 お問い合わせ /cloud/contact

===================================================*/
#contact article h1 {
    margin: 40px auto 60px;
    display: block;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.0rem;
    font-weight: normal;
    text-align: center;
    position: relative;
}
#contact article h1:after {
    width: 100px;
    height: 3px;
    margin: 0;
    background: #0075bb;
    line-height: 0;
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
#contact article h1 + ul {
    width: 555px;
    margin: 0 auto 40px;
}
#contact article h1 + ul li {
    margin-bottom: 5px;
}
#contact article h1 + ul li span {
    margin-right: 0.25em;
}
#contact article #sec02 {
    width: 900px;
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 40px 50px;
    border-radius: 10px;
    background: #e5f4ff;
    box-sizing: border-box;
}
#contact article #sec02 p {
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 20px;
    border: 1px solid #ffb000;
    background: #fffefa;
    border-radius: 5px;
    box-sizing: border-box;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #contact article #sec02 {
        width: 96%;
        margin: 0 2%;
        padding: 40px;
    }
}
@media screen and (max-width: 751px) {
    #contact article #sec01 {
        margin-bottom: 30px;
    }
    #contact article #sec02 {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
    }
}
@media screen and (max-width: 700px) {
    #contact article h1 + ul {
        width: 100%;
    }
    #contact article h1 + ul li {
        padding-left: 1.5em;
        line-height: 2.2rem;
        text-indent: -1.5em;
    }
}

/*===================================================

 お問い合わせ - 確認  /cloud/confirm

===================================================*/
#confirm article h1 {
    margin: 40px auto 60px;
    display: block;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.0rem;
    font-weight: normal;
    text-align: center;
    position: relative;
}
#confirm article h1:after {
    width: 100px;
    height: 3px;
    margin: 0;
    background: #0075bb;
    line-height: 0;
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
#confirm article h1 + p {
    margin-bottom: 40px;
    text-align: center;
}
#confirm article #sec02 {
    width: 900px;
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 40px 50px;
    border-radius: 10px;
    background: #e5f4ff;
    box-sizing: border-box;
}
#confirm article #sec02 table {
    width: 100%;
    margin-bottom: 60px;
}
#confirm article #sec02 table tr th {
    width: 45%;
    padding: 15px 15px 15px 5px;
    color: #0075bb;
    font-size: 1.8rem;
    text-align: right;
}
#confirm article #sec02 table tr td {
    padding: 15px 5px 15px 15px;
    font-size: 1.8rem;
}
#confirm article #sec02 table tr td textarea {
    height: 120px;
}
#confirm article #sec02 form ul {
    width: 556px;
    margin: 0 auto 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#confirm article #sec02 form ul li a {
    width: 258px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 40px;
    box-shadow: 0 5px 5px -2px rgba(0,0,0,0.3);
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.8rem;
    line-height: 5.1rem;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
#confirm article #sec02 form ul li:first-child a {
    background: #bbb;
}
#confirm article #sec02 form ul li:last-child a {
    background: #ffb000;
}
#confirm article #sec02 form ul li:first-child a:hover {
    border: 2px solid #bbb;
    background: #fff;
    color: #bbb;
    text-decoration: none;
}
#confirm article #sec02 form ul li:last-child a:hover {
    border: 2px solid #ffb000;
    background: #fff;
    color: #ffb000;
    text-decoration: none;
}
#confirm article #sec02 form ul li a:before {
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    transform: rotate(45deg);
    transition: all ease 0.8s;
}
#confirm article #sec02 form ul li:first-child a:hover:before {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
#confirm article #sec02 form ul li:last-child a:hover:before {
    border-top: 2px solid #ffb000;
    border-right: 2px solid #ffb000;
}
/*---------------------------------------------------
 recaptcha
---------------------------------------------------*/
.grecaptcha-badge {
    display: none;
}
#confirm #recaptcha {
    width: 256px;
    height: 60px;
    margin: 30px auto 10px;
    box-shadow: grey 0 0 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 0.6rem;
    position: relative;
}
#confirm #recaptcha .rc-anchor-logo {
    width: 70px;
    height: 60px;
    float: left;
    padding: 8px 13px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}
#confirm #recaptcha .rc-anchor-logo + div {
    width: 186px;
    height: 60px;
    float: left;
    padding: 6px 5px 6px 8px;
    background: #1a73e8;
    box-sizing: border-box;
}
#confirm #recaptcha .rc-anchor-logo + div p {
    font-family: 'Fredoka', 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    line-height: 1.6rem;
}
#confirm #recaptcha .rc-anchor-logo + div p span {
    margin-right: 1px;
}
#confirm #recaptcha .rc-anchor-pt {
    margin-top: -4px;
    font-size: 1.1rem;
}
#confirm #recaptcha a {
    color: #fff;
    text-decoration: none;
}
#confirm #recaptcha a:hover {
    text-decoration: underline;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 1136px) {
    #confirm article #sec02 {
        width: 96%;
        margin: 0 2%;
        padding: 40px;
    }
}
@media screen and (max-width: 751px) {
    #confirm article #sec02 {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 700px) {
    #confirm article #sec02 table tr th,
    #confirm article #sec02 table tr td {
        font-size: 1.6rem;
    }
    #confirm article #sec02 form ul {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    #confirm article #sec02 form ul li:last-child {
        margin-bottom: 20px;
    }
    #confirm article #sec02 form ul li a {
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    #confirm article #sec02 table {
        margin-bottom: 40px;
    }
    #confirm article #sec02 table tr {
        display: block;
    }
    #confirm article #sec02 table tr th,
    #confirm article #sec02 table tr td {
        width: 100%;
        display: block;
        text-align: left;
    }
    #confirm article #sec02 table tr th {
        padding: 5px 0;
    }
    #confirm article #sec02 table tr td {
        padding: 0 0 10px 0;
    }
}

/*===================================================

 お問い合わせ - 送信完了  /cloud/complete

===================================================*/
#complete article h1 {
    margin: 40px auto 60px;
    display: block;
    color: #0075bb;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.0rem;
    font-weight: normal;
    text-align: center;
    position: relative;
}
#complete article h1:after {
    width: 100px;
    height: 3px;
    margin: 0;
    background: #0075bb;
    line-height: 0;
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
#complete article h1 + p {
    margin-bottom: 60px;
    text-align: center;
}
#complete article h1 + p .btn {
    width: 380px;
    height: 66px;
    margin: 30px auto 20px;
    border: 2px solid #fff;
    border-radius: 40px;
    background: #ffb000;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.0rem;
    line-height: 6.2rem;
    text-align: center;
    position: relative;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
#complete article h1 + p .btn:hover {
    border: 2px solid #ffb000;
    background: #fff;
    color: #ffb000;
    text-decoration: none;
}
#complete article div {
    width: 100%;
}
#complete article div h2 {
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    font-size: 2.4rem;
    font-weight: normal;
}
#complete article div h2:after {
    height: 1px;
    margin: 12px 0 0 15px;
    background: #444;
    display: block;
    content: '';
    flex-grow: 1;
}
#complete article div ul {
    width: 100%;
    margin: 0 auto 100px;
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#complete article div ul li {
    width: 224px;
    padding: 0 12px;
    box-sizing: border-box;
}
#complete article div ul li a {
    width: 200px;
    margin: 0 auto;
    display: block;
}
#complete article div ul li a:hover {
    text-decoration: none;
}
#complete article div ul li a img {
    margin: 0 auto 10px;
}
#complete article div ul li a img:hover {
    opacity: 0.9;
}
#complete article div ul li a span {
    width: 200px;
    height: 46px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 40px;
    box-shadow: 0 5px 5px -2px rgba(0,0,0,0.3);
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    line-height: 4.2rem;
    text-align: center;
    position: relative;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
#complete article div:first-of-type ul li a span  {
    background: #44a1d9;
}
#complete article div:nth-of-type(2)  ul li a span {
    background: #ffb000;
}
#complete article div:last-of-type ul li a span {
    background: #ec636a;
}
#complete article div ul li a span:hover {
    background: #fff;
}
#complete article div:first-of-type ul li a span:hover {
    border: 2px solid #44a1d9;
    color: #44a1d9;
}
#complete article div:nth-of-type(2)  ul li a span:hover {
    border: 2px solid #ffc00f;
    color: #ffb000;
}
#complete article div:last-of-type ul li a span:hover {
    border: 2px solid #ec636a;
    color: #ec636a;
}
#complete article div ul li a span:before {
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    transform: rotate(45deg);
    transition: all ease 0.8s;
}
#complete article div ul:first-of-type li a span:hover:before {
    border-top: 2px solid #44a1d9;
    border-right: 2px solid #44a1d9;
}
#complete article div:nth-of-type(2)  ul li a span:hover:before {
    border-top: 2px solid #ffb000;
    border-right: 2px solid #ffb000;
}
#complete article div:last-of-type ul li a span:hover:before {
    border-top: 2px solid #ec636a;
    border-right: 2px solid #ec636a;
}
#complete article div:last-of-type + a {
    width: 350px;
    height: 77px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 40px;
    background: #0075bb;
    box-shadow: 0 5px 5px -2px rgba(0,0,0,0.3);
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-family: 'ShinGo-r', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.9rem;
    line-height: 7.3rem;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
#complete article div:last-of-type + a:hover {
    border: 2px solid #0075bb;
    background: #fff;
    color: #0075bb;
    text-decoration: none;
}
#complete article div:last-of-type + a:before {
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    transform: rotate(45deg);
    transition: all ease 0.8s;
}
#complete article div:last-of-type + a:hover:before {
    border-top: 2px solid #0075bb;
    border-right: 2px solid #0075bb;
}
/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (max-width: 900px) {
    #complete article div ul {
        width: 100%;
    }
    #complete article div ul li {
        width: 100%;
        margin-bottom: 50px;
    }
    #complete article div ul li:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 700px) {
    #complete article p {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 600px) {
    #complete article h1 {
        font-size: 2.0rem;
    }
    #complete article div:last-of-type + a {
        width: 90%;
        max-width: 350px;
        height: 67px;
        font-size: 1.7rem;
        line-height: 6.3rem;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 600px) {
    #cloud article #telphone span {
        display: none;
    }
    #cloud article a.btn span {
        display: none;
    }
    #cloud article #view .mail {
        display: none;
    }
    #cloud article .contact .mail {
        display: none;
    }
    #cloud article #view a.btn span {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    mark span {
        display: none;
    }
}

.sp-only {
    display: none;
}

/* スマホ幅（例：768px以下）でだけ表示 */
@media screen and (max-width: 768px) {
    .sp-only {
        display: inline;
    }
}

/*---------------------------------------------------
 highlight mark
---------------------------------------------------*/
mark {
    --lightness: 70%;
    --highlighted: 1;
    --highlight: hsl(var(--hue, 45) 80% var(--lightness));
    background: transparent;
}

mark span {
    color: #FFFFFF;
    background: linear-gradient(to right, #fff59d 0 0);
    background-repeat: no-repeat;
    background-size: calc(var(--highlighted) * 100%) 0.25em;
    background-position: 0 110%;
    transition: background-size 0.6s ease-out;
}

mark span a {
    color: #FFFFFF;
}

@supports (animation-timeline: view()) {
    mark {
        --highlighted: 0;
        -webkit-animation: highlight steps(1) both;
        animation: highlight steps(1) both;
        animation-timeline: view();
        animation-range: entry 100% cover 10%;
    }
}

@-webkit-keyframes highlight {
    to {
        --highlighted: 1;
    }
}

/*---------------------------------------------------
 faq
---------------------------------------------------*/
.faq-category {
    background-color: #FFF;
    margin: 10px 0 10px;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
}
.accordion-content {
    display: none;
}
.accordion-header {
    background-color: #FFF;
    padding: 12px 45px 10px 20px;
    margin: 10px 0 10px;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
}

.accordion-header::before,
.accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:20px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background:#151E2F;
}
.accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
    width: 98%;
    margin: 0 0 20px 2%;
    border: 1px solid var(--yellow);
    border-radius: 4px;
    background: #fffcf2;
    box-sizing: border-box;
    padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span{
    padding-left: 25px;
    position: relative;
}

.accordion-header span::before{
    position: absolute;
    content:"Q";
    top: 0px;
    left: 0;
    color: #257ea7;
    font-size: 17px;
}

.accordion-content span::before{
    position: absolute;
    content:"A";
    top: -1px;
    left: 0px;
    color: #ff9900;
    font-size: 17px;
}

/* hover */
.accordion-header:hover {
    background-color: #F2F2F2;
}

#nav .faq-category{
    display: inline;
    padding-left: 10px;
    font-weight: 600;
}


/*===================================================

 テンプレート作成初回無料キャンペーン /cloud/campaign

===================================================*/
#cloud-campaign {
    padding-bottom: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    text-align: center;
}
#campaign-main {
    width: 100%;
    background: url('/assets/images/cloud/campaign/bg.webp') repeat-y;
}
#campaign-main article {
    margin-bottom: 0;
}
#campaign-main #top {
    width: 100%;
    height: auto;
    min-height: 795.88px;
    background: url('/assets/images/cloud/campaign/bg_top.webp');
    background-size: cover;
    aspect-ratio: 1920 / 803;
    display: block;
    color: #fff;
    position: relative;
}
#campaign-main #top p:first-of-type {
    margin-bottom: 40px;
    padding-top: 20px;
    font-size: 3.0rem;
    font-weight: bold;
}
#campaign-main #top p + p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #ffea00;
    font-size: 2.8rem;
    font-weight: bold;
}
#campaign-main #top p + p:before,
#campaign-main #top p + p:after {
    width: 30px;
    height: 3px;
    background: #ffea00;
    content: '';
}
#campaign-main #top p + p:before {
    margin-right: 10px;
    transform: rotate(55deg);
}
#campaign-main #top p + p:after {
    margin-left: 10px;
    transform: rotate(-55deg);
}
#campaign-main #top h1 {
    margin-bottom: 25px;
    font-size: 10.0rem;
    font-style: italic;
    line-height: 12.0rem;
}
#campaign-main #top h1 span {
    color: #ffea00;
}
#campaign-main #top h1 + p {
    margin-bottom: 5px;
    font-size: 2.6rem;
    font-weight: bold;
}
#campaign-main #top ul {
    margin: 0 auto 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
#campaign-main #top ul li {
    font-size: 9.0rem;
    font-weight: bold;
    line-height: 9.0rem;
}
#campaign-main #top ul li:first-child {
    padding-top: 15px;
    font-size: 4.8rem;
}
#campaign-main #top ul li:first-child span:first-of-type {
    margin-right: 5px;
    font-size: 2.4rem;
    vertical-align: top;
}
#campaign-main #top ul li:first-child span:last-of-type {
    font-size: 70%;
}
#campaign-main #top ul li:nth-child(2) {
    margin-right: 5px;
}
#campaign-main #top ul li img {
    display: inline-block;
    vertical-align: middle;
}
#campaign-main #top ul li:last-child {
    color: #ffea00;
    font-style: italic;
}
#campaign-main #top ul li:last-child span {
    font-size: 50%;
}
#campaign-main #top ul + img {
    max-width: 750px;
    margin: 0 auto;
    padding-left: 120px;
    position: absolute;
    top: 520px;
    right: 0;
    left: 0;
}
#campaign-main #period {
    margin-bottom: 60px;
    padding-top: 170px;
}
#campaign-main #period h2 {
    max-width: 362px;
    height: 64px;
    margin: 0 auto 30px;
    background: url('/assets/images/cloud/campaign/ribbon.webp');
    display: block;
    box-sizing: border-box;
    font-size: 2.7rem;
    line-height: 4.7rem;
}
#campaign-main #period h2 + p {
    font-size: 4.2rem;
}
#campaign-main #period h2 + p span {
    font-size: 70%;
}
#campaign-main #period h2 + p span:nth-of-type(4),
#campaign-main #period h2 + p span:nth-of-type(8) {
    margin-left: -0.5em;
}
#campaign-main nav {
    width: 1040px;
    height: 84px;
    margin: 0 auto 80px;
    background: url('/assets/images/cloud/campaign/bg_nav.webp');
    display: block;
}
#campaign-main nav ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#campaign-main nav ul li a {
    color: #fff;
    font-size: 2.4rem;;
    line-height: 7.8rem;
    text-align: center;
}
#campaign-main nav ul li a:hover {
    color: #ffea00;
    text-decoration: none;
}
#campaign-main #about h3 {
    margin-bottom: 30px;
    background: linear-gradient(180deg, #288af1 0%, #002ac2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.0rem;
    font-style: italic;
}
#campaign-main #about h3 + p {
    color: #004ad1;
    font-size: 2.8rem;
    font-weight: bold;
    font-style: italic;
    line-height: 5.6rem;
}
#campaign-main #features {
    width: 100%;
    height: auto;
    background: url('/assets/images/cloud/campaign/bg_features.webp');
    background-size: cover;
    aspect-ratio: 1920 / 1090;
}
#campaign-main #features h3 {
    margin-bottom: 50px;
    padding-top: 120px;
    color: #fff;
    font-size: 4.8rem;
    font-style: italic;
}
#campaign-main #features h3 span:first-of-type,
#campaign-main #features h3 span:nth-of-type(2) {
    font-size: 70%;
}
#campaign-main #features h3 span:last-of-type {
    color: #ffea00;
}
#campaign-main #features h4 {
    width: 1040px;
    height: 82px;
    margin: 0 auto 50px;
    background: #0039a1;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 4.2rem;
    font-style: italic;
    line-height: 8.2rem;
}
#campaign-main #features h4 span {
    font-size: 70%;
}
#campaign-main #features img {
    max-width: 455px;
    margin: 0 auto 50px;
}
#campaign-main #features img + ul {
    width: 1040px;
    margin: 0 auto 40px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#campaign-main #features img + ul li {
    margin-bottom: 50px;
    color: #fff;
    font-size: 4.0rem;
    font-style: italic;
    text-align: left;
}
#campaign-main #features img + ul li:not(:last-child) {
    width: 50%;
}
#campaign-main #features img + ul li:nth-child(4) {
    font-size: 2.8rem;
}
#campaign-main #features img + ul li:last-child {
    width: 100%;
    margin-bottom: 0;
}
#campaign-main #features img + ul li:before {
    width: 37px;
    height: 37px;
    margin-right: 5px;
    background: url('/assets/images/cloud/campaign/check.webp');
    display: inline-block;
    content: '';
    vertical-align: top;
}
#campaign-main #features img + ul li span {
    font-size: 70%;
}
#campaign-main #features img + ul li:first-child span:first-of-type {
    margin-right: 3px;
}
#campaign-main #features img + ul li:nth-child(3) span:first-of-type {
    margin-right: 3px;
}
#campaign-main #features img + ul li:last-child span:first-of-type {
    margin-right: 2px;
}
#campaign-main #features img + ul li:last-child span:last-of-type {
    margin-left: 20px;
    font-size: 50%;
}
#campaign-main #features ul + ul {
    width: 980px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#campaign-main #features ul + ul li a {
    width: 454px;
    height: 90px;
    margin: 0 auto;
    background: url('/assets/images/cloud/campaign/bg_btn_off.webp');
    display: block;
    color: #111;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 8.2rem;
}
#campaign-main #features ul + ul li a:hover {
    background: url('/assets/images/cloud/campaign/bg_btn_on.webp');
    line-height: 9.0rem;
    text-decoration: none;
    opacity: 0.95;
}
#campaign-main #reason h3 {
    margin-bottom: 50px;
    font-size: 4.8rem;
    font-style: italic;
}
#campaign-main #reason h3 + img {
    max-width: 690px;
    margin: 0 auto 50px;
    border: 5px solid #fff;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.3);
}
#campaign-main #reason ul li {
    margin-bottom: 60px;
}
#campaign-main #reason ul li h4 {
    margin-bottom: 30px;
    background: linear-gradient(180deg, #288af1 0%, #002ac2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5rem;
    font-weight: bold;
    font-style: italic;
}
#campaign-main #reason ul li p {
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4.2rem;
}
#campaign-main #detail {
    width: 100%;
    height: auto;
    background: url('/assets/images/cloud/campaign/bg_detail.webp');
    background-size: cover;
    box-sizing: border-box;
    aspect-ratio: 1920 / 750;
}
#campaign-main #detail h2 {
    margin-bottom: 50px;
    padding-top: 60px;
    color: #fff;
    font-size: 4.8rem;
    font-weight: normal;
    font-style: italic;
}
#campaign-main #detail ul {
    width: 810px;
    margin: 0 auto;
}
#campaign-main #detail ul li {
    margin-bottom: 40px;
    text-align: left;
}
#campaign-main #detail ul li p:first-child {
    margin-bottom: 15px;
    border-left: 4px solid #ffea00;
    color: #ffea00;
    font-size: 2.6rem;
    text-indent: 15px;
}
#campaign-main #detail ul li p + p {
    color: #fff;
    font-size: 2.2rem;
}
#campaign-main #detail ul li:nth-child(3) p:nth-child(2) {
    margin-bottom: 5px;
}
#campaign-main #detail ul li:nth-child(3) p:last-child {
    font-size: 1.8rem;
}
#campaign-main #detail ul li:nth-child(3) p:last-child a {
    color: #fff;
}
#campaign-main #detail ul li:last-child p:last-child {
    line-height: 3.5rem;
}
#campaign-main #contact {
    padding-bottom: 110px;
}
#campaign-main #contact > p {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-style: italic;
}
#campaign-main #layer {
    width: 770px;
    height: 380px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.3);
}
#campaign-main #layer #title {
    width: 100%;
    height: 64px;
    margin-bottom: 15px;
    background: #004ad1;
    border-radius: 10px 10px 0 0;
}
#campaign-main #layer #title p {
    color: #fff;
    font-size: 2.8rem;
    line-height: 6.4rem;
}
#campaign-main #layer #desc p {
    margin-bottom: 15px;
    font-size: 2.0rem;
}
#campaign-main #layer #desc a {
    width: 454px;
    height: 90px;
    margin: 0 auto 10px;
    background: url('/assets/images/cloud/campaign/bg_contact_off.webp');
    display: block;
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 8.2rem;
}
#campaign-main #layer #desc a:hover {
    background: url('/assets/images/cloud/campaign/bg_contact_on.webp');
    line-height: 9.0rem;
    text-decoration: none;
    opacity: 0.95;
}
#campaign-main #layer #desc a + p {
    margin-bottom: 20px;
}
#campaign-main #layer #desc #tel {
    margin-bottom: 15px;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.0;
}
#campaign footer {
    border: none;
    background: #fff;
    text-align: center;
    position: relative;
}
#campaign footer:before {
    width: 100%;
    height: 50px;
    background: url('/assets/images/cloud/campaign/bg_footer.webp');
    background-size: cover;
    display: block;
    aspect-ratio: 1920 / 50;
    content: '';
    position: absolute;
    top: -49px;
}
#campaign footer > a {
    width: 400px;
    margin: 0 auto 10px;
    display: block;
}
#campaign footer > a:hover {
    opacity: 0.9;
}
#campaign footer a img {
    width: 100%;
    height: auto;
    display: block;
}
#campaign footer > a + p {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
}
#campaign footer ul {
    margin-bottom: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#campaign footer ul li {
    padding: 0 10px;
}
#campaign footer ul li a {
    color: #222;
    font-size: 1.6rem;
}
#campaign footer ul li a:hover {
    color: #004ad1;
    text-decoration: none;
}
#campaign footer ul + p {
    margin-bottom: 10px;
}
#campaign #page-top {
    width: 90px;
    height: 90px;
    display: none;
    position: fixed;
    right: 100px;
    bottom: 50px;
    z-index: 10;
}
#campaign #page-top a {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #004ad1;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
#campaign #page-top a:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    display: block;
    content: '';
}
#campaign #page-top a:hover {
    background: #0062d1;
    text-decoration: none;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    width: 70%;
    margin: 0 auto 20px;
    border: 1px solid var(--yellow);
    border-radius: 4px;
    background: #fffcf2;
    box-sizing: border-box;
    padding: 12px 20px 10px;
    text-align: left;
    position: relative;

    max-height: 80vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-title,
.modal-text {
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
}

.modal-title span::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    color: #257ea7;
    font-size: 17px;
    line-height: 1.5;
}

.modal-text span::before {
    content: "A";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff9900;
    font-size: 17px;
    line-height: 1.5;
}

.modal-content img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}

.btn-close {
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px auto 0;
    font-weight: bold;
    color: #ff9900;
    display: block;
    text-align: center;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    .modal-content {
        width: 90%;
        padding: 16px 16px 20px;
    }

    .modal-title,
    .modal-text {
        font-size: 14px;
        padding-left: 2em;
    }

    .modal-title span::before,
    .modal-text span::before {
        font-size: 16px;
    }

    .btn-close {
        font-size: 14px;
    }
}

.video-container {
    position: relative;
    width: 60%; /* 画面幅の60%（小さめ） */
    max-width: 480px; /* 最大幅を480px */
    margin: 20px auto; /* 上下に余白をつける */
    aspect-ratio: 16 / 9; /* 16:9の比率を維持 */
    background: black; /* 読み込み前の背景 */
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

.floating-banner {
    position: fixed;
    right: -60px;
    bottom: 150px;
    width: 50px;              /* ← 少しだけ広げる */
    height: 220px;
    background-color: #ffb000;
    color: #000000;
    font-size: 15px;          /* ← PC側フォントも少しだけ小さく */
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    writing-mode: vertical-rl;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.2s ease;
    opacity: 0;
    cursor: pointer;
    border: 2px solid #ffb000;
    z-index: 1000;
    line-height: 1.0;          /* ← 詰める */
    padding: 2px 1px;
    box-sizing: border-box;
}
/* 料金表リンクのスタイル（下線を削除） */
.floating-banner a {
    text-decoration: none; /* 下線を削除 */
    color: inherit; /* 文字色をバナーの色と同じに */
}

/* ホバー時のエフェクト */
.floating-banner:hover {
    text-decoration: none; /* 下線を削除 */
    transform: scale(1.1);
    background-color: white;
    color: #ffb000;
    border: 2px solid #ffb000;
}

/* 表示状態 */
.floating-banner.show {
    right: 5px;
    opacity: 1;
}

/* スマホ表示向けの調整 */
@media (max-width: 768px) {
    .floating-banner {
        width: 50px;
        height: 180px;
        font-size: 13px;
        bottom: 120px;
        padding: 1px;
        line-height: 1.0;
    }
}

.sub-menu {
    display: flex;
    justify-content: center;
    gap: 30px; /* サブメニュー間の間隔を広げる */
    margin: 30px 0;
    padding: 10px 0;
}
.sub-menu ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.sub-menu li {
    margin: 5px;
}
.sub-menu a {
    display: inline-block;
    padding: 12px 30px; /* ボタンのサイズを少し広げる */
    background-color: #0075bb;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.2s;
}
.sub-menu a:hover {
    background-color: #005f99;
    transform: scale(1.05);
}
@media screen and (max-width: 768px) {
    .sub-menu ul {
        font-size: 10px; /* フォントサイズを小さくする */
        padding: 5px 10px; /* 余白を減らす */
    }

    .sub-menu ul li {
        margin: 2px; /* 項目間の間隔を縮める */
    }

    .sub-menu ul li a {
        padding: 5px 8px; /* クリックしやすいがコンパクトなサイズに */
        display: block; /* 余白を詰めるためにブロック化 */
    }

    /* アイコン表示にする場合 */
    .sub-menu ul li a::before {
        margin-right: 5px;
    }
}

/*---------------------------------------------------
 responsive
---------------------------------------------------*/
@media screen and (min-width: 1921px) {
    #campaign-main #period {
        padding-top: 50px;
    }
    #campaign-main #features {
        max-height: 1000px;
    }
    #campaign-main #detail {
        max-height: 750px;
    }
}
@media screen and (max-width: 1800px) {
    #campaign-main #detail {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 1450px) {
    #campaign #page-top {
        right: 50px;
    }
}
@media screen and (max-width: 1350px) {
    #campaign #page-top {
        right: 25px;
    }
}
@media screen and (max-width: 1100px) {
    #campaign-main #top h1 {
        font-size: 8.0rem;
        line-height: 10.0rem;
    }
    #campaign-main #top ul + img {
        top: 480px;
    }
    #campaign-main #period {
        padding-top: 130px;
    }
    #campaign-main nav {
        width: 96%;
        margin: 0 2% 80px;
        background: none;
    }
    #campaign-main nav ul li {
        width: 32%;
        background: #004ad1;
        border-radius: 42px;
    }
    #campaign-main #about h3,
    #campaign-main #features h3,
    #campaign-main #reason h3 {
        font-size: 4.0rem;
    }
    #campaign-main #about h3 + p {
        font-size: 2.4rem;
    }
    #campaign-main #features h4 {
        width: 96%;
        margin: 0 2% 50px;
    }
    #campaign-main #features img + ul {
        width: 96%;
        margin: 0 2% 40px;
    }
    #campaign-main #features img + ul li {
        line-height: 1.0;
    }
    #campaign-main #features img + ul li:not(:last-child) {
        width: 100%;
    }
    #campaign-main #features img + ul li:nth-child(4) {
        font-size: 4.0rem;
    }
    #campaign-main #features img + ul li:last-child span:last-of-type:before {
        content: '\A';
        white-space: pre;
    }
    #campaign-main #reason ul li h4 {
        font-size: 4.0rem;
    }
    #campaign-main #reason ul li p {
        font-size: 2.0rem;
    }
    #campaign-main #detail h2 {
        padding-top: 40px;
    }
    #campaign #page-top {
        display: none !important;
    }
}
@media screen and (max-width: 1050px) {
    #campaign-main #features ul + ul  {
        width: 454px;
        margin: 0 auto;
    }
    #campaign-main #features ul + ul li:first-child {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 900px) {
    #campaign-main #top p:first-of-type {
        font-size: 2.6rem;
    }
    #campaign-main #top p + p {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }
    #campaign-main #top h1{
        font-size: 6.0rem;
        line-height: 8.0rem;
    }
    #campaign-main #top h1 + p {
        font-size: 2.0rem;
    }
    #campaign-main #top ul + img {
        max-width: 80%;
        padding-left: 60px;
        top: 460px;
    }
    #campaign-main #period {
        padding-top: 50px;
    }
    #campaign-main #period h2 + p {
        font-size: 3.0rem;
    }
    #campaign-main nav {
        height: 64px;
    }
    #campaign-main nav ul li {
        border-radius: 32px;
    }
    #campaign-main nav ul li a {
        font-size: 2.0rem;
        line-height: 6.4rem;
    }
    #campaign-main #about h3,
    #campaign-main #features h3,
    #campaign-main #reason h3 {
        font-size: 3.2rem;
    }
    #campaign-main #about h3 + p {
        font-size: 2.0rem;
        line-height: 3.6rem;
    }
    #campaign-main #features h4 {
        height: 62px;
        font-size: 3.0rem;
        line-height: 6.2rem;
    }
    #campaign-main #features img + ul li,
    #campaign-main #features img + ul li:nth-child(4) {
        font-size: 3.0rem;
    }
    #campaign-main #features img + ul li:last-child span:last-of-type {
        font-size: 60%;
    }
    #campaign-main #reason h3 + img {
        max-width: 80%;
    }
    #campaign-main #reason ul li {
        margin-bottom: 40px;
    }
    #campaign-main #reason ul li h4 {
        margin-bottom: 20px;
        font-size: 3.0rem;
    }
    #campaign-main #reason ul li p {
        font-size: 1.8rem;
        line-height: 3.6rem;
    }
    #campaign-main #detail {
        padding-bottom: 40px;
    }
    #campaign-main #detail ul {
        width: 95%;
        margin: 0 2%;
    }
    #campaign-main #detail ul li p:first-child {
        font-size: 2.2rem;
    }
    #campaign-main #detail ul li p + p {
        font-size: 1.8rem;
    }
    #campaign-main #detail ul li:nth-child(3) p:last-child {
        font-size: 1.4rem;
    }
    #campaign-main #contact > p {
        font-size: 1.8rem;
    }
    #campaign-main #layer {
        width: 96%;
        height: auto;
        margin: 0 2%;
        padding-bottom: 2%;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 800px) {
    #campaign-main #period {
        padding-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    #campaign-main #top p:first-of-type {
        font-size: 2.0rem;
    }
    #campaign-main #top p + p {
        font-size: 1.8rem;
    }
    #campaign-main #top h1 {
        font-size: 4.0rem;
        line-height: 6.0rem;
    }
    #campaign-main #top h1 + p {
        width: 96%;
        margin: 0 2%;
        font-size: 1.8rem;
    }
    #campaign-main #top ul li:first-child {
        font-size: 2.2rem;
    }
    #campaign-main #top ul li:first-child span:first-of-type {
        font-size: 1.6rem;
    }
    #campaign-main #period {
        padding-top: 0;
    }
    #campaign-main #period h2 + p {
        font-size: 2.6rem;
    }
    #campaign-main nav {
        display: none;
    }
    #campaign-main #about h3,
    #campaign-main #features h3,
    #campaign-main #reason h3,
    #campaign-main #detail h2 {
        font-size: 3.0rem;
    }
    #campaign-main #about h3 + p {
        width: 96%;
        margin: 0 2%;
    }
    #campaign-main #features h3 {
        margin-bottom: 30px;
        line-height: 4.0rem;
    }
    #campaign-main #features h3 span:nth-of-type(2):after {
        content: '\A';
        white-space: pre;
    }
    #campaign-main #features h3 span:last-of-type {
        font-size: 3.6rem;
    }
    #campaign-main #features img {
        max-width: 80%;
    }
    #campaign-main #features h4 {
        font-size: 2.4rem;
    }
    #campaign-main #features img +  ul li,
    #campaign-main #features img + ul li:nth-child(4) {
        margin-bottom: 20px;
        font-size: 2.6rem;
    }
    #campaign-main #reason ul li h4 {
        font-size: 2.6rem;
    }
    #campaign-main #detail ul li:nth-child(3) p:last-child {
        padding-left: 1.0em;
        text-indent: -1.0em;
    }
    #campaign-main #detail ul li:nth-child(3) p:last-child span:before {
        content: '\A';
        white-space: pre;
    }
    #campaign-main #contact > p span:after {
        content: '\A';
        white-space: pre;
    }
    #campaign footer {
        padding-top: 30px;
    }
    #campaign footer:before {
        content: none;
    }
    #campaign footer ul {
        margin-bottom: 20px;
    }
    #campaign footer ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    #campaign-main #top {
        min-height: 660px;
    }
    #campaign-main #top p:first-of-type,
    #campaign-main #top p + p {
        width: 96%;
        margin: 0 2% 20px;
    }
    #campaign-main #top p + p:before,
    #campaign-main #top p + p:after {
        content: none;
    }
    #campaign-main #top h1 {
        width: 96%;
        margin: 0 2% 30px;
        font-size: 3.6rem;
        line-height: 5.5rem;
    }
    #campaign-main #top ul + img {
        top: 420px;
        padding-left: 30px;
    }
    #campaign-main #period h2 {
        width: 96%;
        height: auto;
        margin: 0 auto 10px;
        padding: 10px;
        border-radius: 5px;
        background: #ffea00;
        font-size: 1.8rem;
        line-height: 1.0;
    }
    #campaign-main #period h2 + p {
        font-size: 2.2rem;
    }
    #campaign-main #about h3,
    #campaign-main #features h3,
    #campaign-main #reason h3,
    #campaign-main #detail h2 {
        font-size: 2.6rem;
    }
    #campaign-main #about h3 + p {
        font-size: 1.8rem;
        line-height: 3.0rem;
    }
    #campaign-main #about h3 + p br {
        display: none;
    }
    #campaign-main #features h3  {
        width: 96%;
        margin: 0 2% 30px;
        padding-top: 60px;
    }
    #campaign-main #features h3 span:last-of-type {
        font-size: 2.6rem;
    }
    #campaign-main #features h3 span:nth-of-type(2):after {
        content: none;
    }
    #campaign-main #features h4 {
        height: 42px;
        font-size: 1.6rem;
        line-height: 4.2rem;
    }
    #campaign-main #features img {
        margin: 0 auto 30px;
    }
    #campaign-main #features img + ul {
        margin: 0 2% 30px;
    }
    #campaign-main #features img + ul li,
    #campaign-main #features img + ul li:nth-child(4) {
        margin-bottom: 15px;
        font-size: 1.7rem;
    }
    #campaign-main #features img + ul li:before {
        width: auto;
        height: auto;
        background: none;
        content: '・';
        vertical-align: bottom;
    }
    #campaign-main #features ul + ul {
        width: 280px;
    }
    #campaign-main #features ul + ul li:first-child {
        margin-bottom: 10px;
    }
    #campaign-main #features ul + ul li a {
        width: 280px;
        height: 60px;
        border-radius: 30px;
        background: #ffea00;
        font-size: 2.0rem;
        line-height: 6.0rem;
    }
    #campaign-main #features ul + ul li a:hover {
        background: #ffc400;
        line-height: 6.0rem;
    }
    #campaign-main #reason h3 {
        width: 96%;
        margin: 0 2% 30px;
        line-height: 4.0rem;
    }
    #campaign-main #reason ul {
        width: 96%;
        margin: 0 2%;
    }
    #campaign-main #detail {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    #campaign-main #detail ul li {
        margin-bottom: 30px;
    }
    #campaign-main #reason ul li h4 {
        font-size: 2.2rem;
    }
    #campaign-main #reason ul li p {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    #campaign-main #detail ul li p:first-child {
        font-size: 2.0rem;
        text-indent: 5px;
    }
    #campaign-main #detail ul li p:last-child {
        font-size: 1.6rem;
    }
    #campaign-main #contact {
        padding-bottom: 40px;
    }
    #campaign-main #contact > p {
        width: 96%;
        margin: 0 2% 20px;
        font-size: 1.6rem;
    }
    #campaign-main #layer #desc a {
        width: 280px;
        height: 60px;
        border-radius: 30px;
        background: #004ad1;
        font-size: 2.0rem;
        line-height: 6.0rem;
    }
    #campaign-main #layer #desc a:hover {
        background: #0a73e2;
        line-height: 6.0rem;
    }
    #campaign-main #layer #desc p {
        font-size: 1.8rem;
    }
    #campaign-main #layer #desc #tel {
        font-size: 3.0rem;
    }
    #campaign footer > a {
        width: 280px;
    }
    #campaign footer > a + p {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 360px) {
    #campaign-main #top p:first-of-type {
        font-size: 1.6rem;
    }
    #campaign-main #top h1 {
        font-size: 2.8rem;
        line-height: 5.0rem;
    }
    #campaign-main #top ul li {
        font-size: 7.0rem;
        line-height: 7.0rem;
    }
    #campaign-main #top ul li:first-child span:first-of-type {
        font-size: 1.4rem;
    }
    #campaign-main #period h2 + p {
        font-size: 1.8rem;
        font-weight: bold;
    }
    #campaign-main #about h3,
    #campaign-main #features h3,
    #campaign-main #reason h3,
    #campaign-main #detail h2 {
        font-size: 2.3rem;
    }
    #campaign-main #about h3 + p {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    #campaign-main #detail ul li:last-child p:last-child br:first-of-type {
        display: none;
    }
    #campaign-main #layer #title p {
        font-size: 2.4rem;
    }
    #campaign-main #layer #desc p {
        font-size: 1.6rem;
    }
    #campaign-main #layer #desc #tel {
        font-size: 2.8rem;
    }
}
