@charset "utf-8";
.single_page_content article a {
    text-decoration: underline;
    font-size: 1.2rem;
}
.single_page_content article p {
    font-size: 1.2rem !important;
    background-color: inherit !important;
}
.single_page_content article .link {
    background-color: inherit;
}
.single_page_content article#top {
    background-image: url(../images/second/ec/ec_bg.png);
}
.single_page_content strong {
    background: linear-gradient(transparent 80%, #f9dd73 0%);
}
.single_page_content .read h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.single_page_content .read h2:after {
    content: '';
    display: block;
    width: 200px;
    margin: 20px auto;
    border: 3px solid #f9dd73;
}
.single_page_content .read h2 + p {
    text-align: left;
    max-width: 700px;
    margin: 20px auto;
    line-height: 1.8rem;
}
.ec_constraction {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.ec_constraction figure {
    width: 50%;
    position: relative;
    z-index: 1;
}
.ec_constraction figure > img {
    width: 100%;
}
.ec_constraction figure span.bulletin img {
    width: 7vw;
    position: absolute;
    top: 20%;
    right: 5vw;
}
.ec_constraction figure span.cloud img {
    width: 6vw;
    position: absolute;
    top: 20%;
    left: 6vw;
}
.ec_constraction figure span.movie img {
    width: 5.5vw;
    position: absolute;
    bottom: 30%;
    right: 7.5vw;
}
.ec_constraction figure span.security img {
    width: 4.5vw;
    position: absolute;
    bottom: 25%;
    right: 15vw;
}
.ec_constraction figure span.gear img {
    width: 4.5vw;
    position: absolute;
    bottom: 35%;
    left: 7vw;
}
.ec_constraction figure figcaption {
    display: none;
}
.ec_constraction .headLine {
    width: 50%;
    position: absolute;
    left: 5vw;
}
.ec_constraction .headLine h1 {
    font-size: 1.8rem;
    font-weight: normal;
    width: 27em;
}
.ec_constraction .headLine strong {
    font-size: 3rem;
    line-height: 4rem;
    display: block;
    margin-bottom: 15px;
    background: none;
}
.ec_constraction .headLine em {
    display: block;
    padding-left: 7em;
    margin-bottom: 2vh;
}
.ec_constraction .headLine em img {
    width: 5vw;
}
.ec_constraction figure span.bulletin img {
    transform-origin: center bottom;
    animation: yurayura1 2s linear infinite;
}
.ec_constraction figure span.movie img {
    transform-origin: center bottom;
    animation: yurayura2 1.5s linear infinite;
}
.ec_constraction figure span.gear img, .ec_constraction figure span.security img {
    transform-origin: center bottom;
    animation: yurayura3 3s linear infinite;
}
.ec_constraction figure span.cloud img {
    transform-origin: center bottom;
    animation: yurayura4 5s linear infinite;
}
@keyframes yurayura1 {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
}
@keyframes yurayura2 {
    0%,
    100% {
        transform: translateY(15px);
    }
    50% {
        transform: translateY(0px);
    }
}
@keyframes yurayura3 {
    0%,
    100% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(30px);
    }
}
@keyframes yurayura4 {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(50px);
    }
}
.ec_constraction figure span.bulletin img:hover, .ec_constraction figure span.target img:hover, .ec_constraction figure span.gear img:hover, .ec_constraction figure span.cloud img:hover, .ec_constraction figure span.movie img:hover {
    animation-play-state: paused;
}
.ec_constraction .headLine button.detail {
    position: relative;
    transition: .2s;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    margin-top: 20px;
    z-index: 1;
}
.ec_constraction .headLine button.detail a {
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 30px;
    display: inline-block;
    padding: 8px 40px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.ec_constraction .headLine button.detail a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: translateX(5px) rotate(45deg);
}

/* ブランディングとSEOで集客ECサイト構築 */
#seo section {
    padding-top: 80px;
    padding-bottom: 80px;
}
#seo .head.service {
    background-image: url(../images/second/ec/bg_service.jpg);
    background-size: cover;
}
#seo .read {
    text-align: center;
}
#seo .read h2 {
    color: #fff;
    font-size: 20px;
}
#seo .read h3 {
    color: #f9dd73;
    font-size: 2.2rem;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1rem;
}
#seo .contentInner {
    color: #fff;
    max-width: 800px;
    margin: auto;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
#seo .hide-text {
    margin-top: 5px;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .5s ease, opacity .4s ease;
}
#seo .hide-text.is-visible {
    max-height: 500px;
    opacity: 1;
}
#seo .readmore {
    position: relative;
    margin: 1em auto;
    display: block;
    color: #666;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    letter-spacing: 0.1em;
}
#seo .readmore:before {
  content: "";
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto .5em;
  background: url(../images/second/ec/arrow.png) no-repeat center / 20px #fff;
  transition: .3s;
}
#seo .readmore.on-click:before {
  transform: rotate(180deg);
}
#seo .readmore .open {
  display: block;
  font-size: 1rem;
  color: #fff;
}
#seo .readmore.on-click .open {
  display: none;
}
#seo .readmore .close {
  display: none;
}
#seo .readmore.on-click .close {
    display: block;
    font-size: 1rem;
    color: #fff;
}

/* ブランディング×SEOのECサイト制作 */
#reason .ec_branding_seo {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
#reason .ec_branding_seo .read {
    max-width: 900px;
    margin: 0 auto 50px;
}
#reason .ec_branding_seo .read p {
    font-size: 16px;
    line-height: 1.6rem;
}
#reason .ec_branding_seo .contentInner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: auto;
}
#reason .ec_branding_seo .contentInner > div {
    width: 48%;
    line-height: 1.6rem;
}
#reason .ec_branding_seo .contentInner h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}
#reason .ec_branding_seo .contentInner h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    padding: 10px;
    position: relative;
}
#reason .ec_branding_seo .contentInner img {
    height: 70vh;
    width: 100%;
    margin-bottom: 20px;
}
#reason .ec_branding_seo .contentInner p {
    padding: 10px 20px;
    line-height: 1.8rem;
}
#reason .ec_branding_seo .contentInner .seo h4 {
    background-color: #d6e8f5;
}
#reason .ec_branding_seo .contentInner .seo h4:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #d6e8f5;
}
#reason .ec_branding_seo .contentInner .seo p {
    background-color: #d6e8f5;
}
#reason .ec_branding_seo .contentInner .branding h4 {
    background-color: #fbb3a9;
}
#reason .ec_branding_seo .contentInner .branding h4:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fbb3a9;
}
#reason .ec_branding_seo .contentInner .branding p {
    background-color: #fbb3a9;
}
#reason .ec_branding_seo img.arrow {
    width: 150px !important;
    position: absolute !important;
    left: 45% !important;
    top: 50% !important;
	height: auto !important;
	margin: 0 !important;
	border: none !important;
	transform: rotate(0deg) !important;
}

/* 制作実績 */
#achievements {
    background-color: #f6f6f6;
    padding: 50px 0;
    margin-bottom: 50px;
}
.ec_achievements h2 + p {
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
    line-height: 1.6rem;
}

/* ▼▼▼ Swiper（制作実績カルーセル）位置調整 ▼▼▼ */
/* CDN の swiper-bundle.min.css がこのファイルより後に読み込まれ、
   デフォルトの絶対配置で上書きしてしまうため、.ec_achievements で
   詳細度を上げつつ !important で確実に効かせる */

.ec_achievements .swiper {
    /* pagination をカルーセルの下に置くための余白を確保 */
    margin: 50px auto 70px;
    max-width: 1100px;
    position: relative;
    background-color: #fff;
}
.ec_achievements .swiper-slide {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    border: 1px solid #bebebe;
    padding: 5em 3em;
}
.ec_achievements .swiper-slide .images {
    width: 65%;
}
.ec_achievements .swiper-slide .description {
    width: 35%;
    padding-left: 3%;
}
.ec_achievements .swiper-slide .description > img {
    margin-bottom: 20px;
}
.ec_achievements .swiper-slide .description .shopName {
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.ec_achievements .swiper-slide .description .shopName:after {
    content:'様';
    padding-left: 0.3em;
    font-size: 1rem;
    display: inline;
}

.ec_achievements .swiper-slide .description dl {
    display: flex;
    display: -webkit-flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.ec_achievements .swiper-slide .description dt {
    background-color: #f9dd73;
    font-size: 0.9rem;
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 100px;
    font-weight: normal;
    border-radius: 20px;
    padding: 3px;
    height: 1.8em;
}
.ec_achievements .swiper-slide .description dd {
    font-size: 1rem;
    padding: 3px;
}
.ec_achievements .swiper-slide .description .link a {
    font-size: 1.2rem;
    color: #f9dd73;
    background-image: url(../images/second/ec/icon_link.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 5px;
    padding-left: 2.4rem;
    text-decoration: underline;
}
.ec_achievements .swiper-slide .point {
    margin: 40px auto 0;
}

/* pagination（丸ポチ）: swiper-wrapper の「下」に絶対配置で固定表示する。
   position を static にせず bottom のマイナス値で外に逃がすことで、
   .swiper の高さ = swiper-wrapper の高さのまま保てるので、
   矢印ボタンの top:50% が swiper-wrapper の中央と一致する */
.ec_achievements .swiper-pagination {
    position: absolute !important;
    bottom: -40px !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
}
.ec_achievements .swiper-pagination span,
.ec_achievements .swiper-pagination-bullet {
    background-color: #e9e9e9 !important;
    opacity: 1 !important;
    height: 10px !important;
    width: 10px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
}
.ec_achievements .swiper-pagination span.swiper-pagination-bullet-active,
.ec_achievements .swiper-pagination-bullet-active {
    background-color: #f9dd73 !important;
}

/* 矢印ボタン: swiper-wrapper と同じ高さ（中央）に固定 */
.ec_achievements .swiper-button-prev,
.ec_achievements .swiper-button-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    z-index: 2 !important;
    width: 40px !important;
    height: 40px !important;
}
.ec_achievements .swiper-button-prev {
    left: 8% !important;
}
.ec_achievements .swiper-button-next {
    right: 8% !important;
}
.ec_achievements .swiper-button-prev::before {
    display: block;
    content: '';
    background-image: url(../images/second/ec/icon_left.png);
    background-size: contain;
    width: 40px;
    height: 40px;
	background-repeat: no-repeat;
}
.ec_achievements .swiper-button-next::before {
    display: block;
    content: '';
    background-image: url(../images/second/ec/icon_right.png);
    background-size: contain;
    width: 40px;
    height: 40px;
	background-repeat: no-repeat;
}
.ec_achievements .swiper-button-next:after,
.ec_achievements .swiper-button-prev:after {
	content: 'none' !important;
}
/* ▲▲▲ Swiper 位置調整ここまで ▲▲▲ */

/* 経験実績 */
.ec_experience ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
}
.ec_experience ul li {
    width: 32%;
    margin-bottom: 2%;
}

/* ECサイト構築からご納品までの流れ */
.flow {
    position: relative;
}
.flow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    transform: skewY(-7deg);
    z-index: -1;
}
.wrapper_inner {
    margin: 50px auto 50px;
    max-width: 1000px;
}
.main_inner h2 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
.main_inner h2:after {
    content: '';
    background: linear-gradient(to left, #fd644f, #f28e26);
    width: 20%;
    display: block;
    height: 8px;
    margin: 20px auto;
}
.wrapper_flow .wrapper_inner > p {
    font-size: 1.2rem;
    text-align: center;
}
.stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative;
}
.stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    content: "";
    border-radius: 50%;
    background-color: #1b95a0;
    color: #fff;
    text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    top: 1em;
}
.stepbar .stepbarwrap .steptitle .title {
    margin: 0.5em;
    font-weight: bold;
    font-size: 1.4em;
    color: #1b95a0;
}
.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.stepbar .stepbarwrap .steptxt {
    padding-left: 3.5em;
}
.stepbar .stepbarwrap .steptxt > p {
    font-size: 1.2rem;
    width: 60%;
    line-height: 1.8rem;
}
.stepbar .stepbarwrap .steptxt > p a {
    font-size: 1.2rem;
}
.stepbar .stepbarwrap .steptxt figure {
    max-width: 200px;
    margin-right: auto;
    width: 100%;
}
.stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 1em);
    background-color: #000;
    position: absolute;
    top: 1em;
    left: 2em;
    z-index: -1;
}

/* よくある質問 */
.faq {
    background-color: inherit;
    padding: 0;
    margin-bottom: 60px;
}
.accordion-container, .faq-wrap {
    margin: 50px auto 0;
    max-width: 1000px;
    width: 100%;
}    
.accordion-list:not(:first-child) {
    margin-top: 10px;
}    
.accordion-title, .faq-question{
    font-weight: normal;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 20px 40px;
    position: relative;
}    
.accordion-title:after, .faq-question:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}  
.accordion-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
}    
.accordion-text, .faq-answer {
    display: none;
    padding: 20px 40px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    background-color: #f2f2f2;
}

/* お問い合わせ */
.single_page_content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.single_page_content table {
    background-color: #fbfaf0;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 30px;
}
.single_page_content table + p {
    max-width: 1000px;
    margin: auto;
}
.single_page_content table tr:nth-child(2n) {
    background-color: #fff;
}
.single_page_content th {
    border: 0;
    padding: 20px;
    vertical-align: middle;
}
.single_page_content td input[type="text"], .single_page_content td input[type="email"], .single_page_content td input[type="tel"], .single_page_content td input[type="url"] {
    height: 30px;
    font-size: 16px;
    border: 1px solid #d3d3d3;
}
.single_page_content td textarea {
    border: 1px solid #dfdfdf;
    width: 100%;
}
.single_page_content p:after {
    content: '';
    display: block;
    clear: both;
}
.single_page_content td {
    border: 0;
    padding: 20px;
    vertical-align: middle;
}
.single_page_content p input[type="submit"].post {
    background: -moz-linear-gradient(top, #0986ba, #22a5dc);
    background: -moz-linear-gradient(top, #0986ba, #22a5dc);
    background: -webkit-gradient(linear, left top, left bottom, from(#0986ba), to(#22a5dc));
    display: block;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    max-width: 250px;
    width: 100%;
    border: 2px solid #0986ba;
    font-size: 18px;
    padding: 10px;
    margin: 20px auto 0;
    position: relative;
}

@media screen and (max-width: 600px) {
    /*　画面サイズが600pxまではここを読み込む　*/
    /* FV */
    .ec_constraction {
        display: block;
    }
    .ec_constraction figure {
        width: 100%;
    }
    .ec_constraction .headLine {
        width: 100%;
        position: inherit;
        left: 0;
    }
    .ec_constraction .headLine h1 {
        width: 95%;
        margin: auto;
        font-size: 1.3rem;
    }
    .ec_constraction .headLine strong {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .ec_constraction .headLine em {
        padding-left: 6em;
    }
    .ec_constraction .headLine em img {
        width: 30%;
    }
    .ec_constraction .headLine button.detail a {
        font-size: 1.2rem;
    }
    .ec_constraction figure span.bulletin img {
        width: 10vw;
        top: 3%;
        right: 2vw;
    }
    .ec_constraction figure span.cloud img {
        width: 10vw;
        top: 0;
        right: 36vw;
    }
    .ec_constraction figure span.movie img {
        width: 10vw;
        top: 45%;
        left: 0vw;
    }
    .ec_constraction figure span.target img {
        width: 25vw;
        top: 0;
        right: 12vw;
    }
    .ec_constraction figure span.gear img {
        width: 13vw;
        top: 13%;
        right: 26vw;
    }
    .ec_constraction .headLine button.detail {
        margin-bottom: 30px;
    }

    /* ブランディングとSEOで集客ECサイト構築 */
    #seo .head.service {
        background-position: center;
    }
    #seo .read, #seo .contentInner {
        width: 95%;
        margin: auto;
    }
    #seo .read h3 {
        font-size: 26px;
    }

    /* ブランディング×SEOのECサイト制作 */
    #reason .ec_branding_seo .contentInner {
        display: block;
    }
    #reason .ec_branding_seo .contentInner > div {
        width: 100%;
    }
    #reason .ec_branding_seo .contentInner img {
        height: 100%;
    }
    #reason .ec_branding_seo img.arrow {
        display: none;
    }

    /* 制作実績 */
    .ec_achievements .swiper-slide {
        padding: 2em 1em;
    }
    .ec_achievements .swiper-slide .images {
        width: 100%;
    }
    .ec_achievements .swiper-slide .description {
        width: 100%;
        padding-left: 0;
    }
    .ec_achievements .swiper-slide .point {
        margin: 20px auto 0;
    }
    .ec_achievements .swiper-button-next {
        right: 2% !important;
    }
    .ec_achievements .swiper-button-prev {
        left: 2% !important;
    }

    /* ECサイト新規・リニューアル構築 */
    .ec_experience ul li {
        width: 49% !important;
        margin-bottom: 1% !important;
    }

    /* ECサイト新規からご納品までの流れ */
    .stepbar .stepbarwrap .steptxt > p {
        width: 100%;
    }

    /* お問い合わせ */
    .single_page_content th {
        display: block;
        padding-bottom: 0px;
    }
    .single_page_content td {
        display: block;
		background-color: white;
    }

}