@charset "UTF-8";

/*ここからベース*/
* {
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #F2EEE4;
    background-image: url(../image/background_texture.png);
    position: relative;
    margin: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

div#culm {
    display: flex;
    flex-direction: column;
}

#main {
    margin: 0 0 0 220px;
    border: #394266 solid 2px;
    border-top: none;
    border-bottom: none;
}

a#page_top {
    position: fixed;
    right: 12px;
    bottom: 415px;
    z-index: 999;
}

a#page_top img {
    width: 40px;
}

header {
    width: 216px;
    position: fixed;
    padding-top: 24px;
}

button {
    background: none;
    font: inherit;
    cursor: pointer;
    outline: none;
}

/*↑ボタンのデフォルトCSSのリセット*/

button#free_consultation {
    width: 155px;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 5px 5px 5px 30.5px;
    background-color: #3092c7;
    color: rgb(248, 247, 240);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-weight: 800;
    font-size: 24px;
    filter: drop-shadow(5px 5px #1d1d1d);
    position: fixed;
}

nav {
    background-color: #394266;
    width: 216px;
    height: 100vh;
    border-top-right-radius: 20px;
    margin-top: 104px;
}

ul.menu {
    padding-top: 36px;
    padding-left: 20px;
    text-indent: 1em;
}

ul.menu a {
    text-decoration: none;
    color: #f2eee4;
    transition: color 0.4s ease;
}

ul.dropdown_list {
    padding-left: 0;
}

.dropdown_list li {
    background-color: #525e90;
    border-bottom: solid #394266 2px;
    margin-right: 20px;
}

.dropdown_link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../image/down.svg") no-repeat center center;
    background-size: 12px auto;
    margin-left: 5px;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.dropdown_menu:hover>.dropdown_link::after {
    transform: rotate(180deg);
}

nav {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1.5s ease, opacity 0.5s ease;
}

nav.active {
    transform: translateX(0);
    opacity: 1;
}

nav li {
    list-style-type: none;
    font-size: 18px;
    line-height: 2;
}

ul.menu a:hover {
    color: #d4cfc4;
}

#nav_company_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 42px;
}

img#nav_1 {
    width: 100px;
    transform-origin: bottom center;
    transition: 0.3s ease;
}

img#nav_1:hover {
    transform: skewX(-15deg);
}

#icons {
    display: flex;
    align-items: center;
    height: 96px;
}

img.icon {
    width: 40px;
    padding: 0 8px;
    transition: transform 0.3s ease;
}

img.icon:hover {
    transform: scale(0.9);
}

p#copylight {
    font-size: small;
    text-align: center;
    text-indent: -12px;
    color: #F2EEE4;
}

#breadcrumb ul {
    margin: 0;
    padding: 8px 0 0 48px;
    list-style-type: none;
}

#breadcrumb li {
    display: inline-block;
    color: #9e9990;
}

#breadcrumb li:first-child::after {
    content: "<";
    margin-left: 10px;
}

#breadcrumb li:last-child {
    margin-left: 10px;
}

#breadcrumb li a {
    color: #394266;
}

footer {
    border-top: #394266 solid 2px;
}

.sitemap_menu p,
.sitemap_menu li,
.sitemap_menu a {
    color: #394266;
    text-decoration: none;
}

#sitemap_base p {
    font-size: 20px;
    margin: 8px 0 0 8px;
    font-weight: bold;
}

#sitemap_base li {
    list-style-type: none;
}

#sitemap_base ul {
    padding-left: 0;
    margin: 4px 0 16px 8px;
}

#sitemap_base {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sitemap_menu {
    margin: 48px;
}

.sitemap_menu p a {
    font-weight: 500;
    display: inline-block;
    transition: transform 0.3s ease;
}

.sitemap_menu a:hover {
    transform: scale(0.9);
}

.sitemap_menu li a {
    color: #191919;
    transition: color 0.4s ease;
}

.sitemap_menu li a:hover {
    color: #d0cabe;
}

.sitemap_code {
    display: inline-block;
    width: 240px;
    text-align: right;
    line-height: 2.4em;
    padding-top: 116px;
    padding-right: 20px;
}

.sitemap_code a {
    text-decoration: none;
    color: #676767;
    transition: color 0.4s ease;
}

.sitemap_code a:hover {
    color: #d0cabe;
}

#addresslogo {
    width: 132px;
}

#address_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f2eee4;
    background-color: #394266;
    width: 45%;
    padding: 60px 0 60px 0;
}

#address_main p::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../image/lens.svg") no-repeat center center;
    background-size: contain;
}

#address_main img,
#address_main address,
#address_main a {
    margin: 14px;
    text-decoration: none;
    color: #f2eee4;
}

#address_main img {
    transform-origin: bottom center;
    transition: 0.3s ease;
}

#address_main img:hover {
    transform: skewX(-15deg);
}

#address_main a {
    display: inline-block;
    transition: transform 0.3s ease;
}

#address_main a:hover {
    transform: scale(1.1);
}

#googlemap::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../image/right.svg") no-repeat center center;
    background-size: contain;
    margin-left: 8px;
}

#address {
    display: flex;
    border-top: none;
    font-style: normal;
    background-color: #394266;
}

iframe {
    width: 920px;
    height: 460px;
    margin-top: 6px;
}


/* ハンバーガーメニューの基本デザイン */
#hamburger {
    display: none;
    position: absolute;
    position: fixed;
    top: 32px;
    left: 18px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    z-index: 999;
}

#hamburger span {
    display: block;
    width: 32px;
    height: 5px;
    margin: 7px auto;
    background: #394266;
    border-radius: 4px;
    transition: 0.4s;
}

#now-page {
    color: #9aa7dd;
}

#now-page-drop {
    color: #9e9990;
}

/*ここまでベース*/

/*ここからトップページ*/
#top {
    text-align: center;
    height: 894px;
    padding-top: 180px;
}

section {
    border-top: none;
    border-bottom: none;
    position: relative;
}

section#strength {
    padding: 56px 0;
}

#news_list {
    margin-left: 56px;
    margin-right: 4px;
    padding: 24px 0 24px 144px;
}

dl#info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: baseline;
    width: 53vw;
    height: 6em;
    margin: 40px auto 0 auto;
    overflow-y: scroll;
    background-color: rgba(251, 249, 244, 0.5);
}

dl#info div {
    display: flex;
    flex-wrap: wrap;
    border-bottom: #394266 dotted 1px;
    width: 100%;
    padding: 12px 40px;
}

dl#info span.media {
    background-color: #ffa685;
    padding: 4px;
    color: #394266;
}

dl#info span.news {
    background-color: #9be9d2;
    padding: 4px;
    color: #394266;
}

time {
    margin-left: 1em;
    margin-right: 1em;
}

dl#info div dd a {
    text-decoration: underline;
    color: #394266;
}


.heading-with-line {
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.heading-with-line.is-visible {
    opacity: 1;
}

.heading-with-line .text {
    font-size: 22px;
    color: #394266;
}

.heading-with-line .line {
    flex-grow: 1;
    height: 2px;
    background-color: #394266;
    transform: scaleX(0);
    transition: transform 2.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: right;
}

.heading-with-line.is-visible .line {
    transform: scaleX(1);
    height: 2px;
}

.center {
    margin-top: 16px;
}

h1.text {
    margin: 0 4px 0px 0;
    padding-left: 144px;
    padding-bottom: 4px;
    font-style: italic;
}

.three {
    font-size: 40px;
    font-style: italic;
}

.namimozi {
    margin: 36px auto 36px;
    /* padding-right: 69px; */
    transform: translateX(-28%);
    font-size: 24px;
    overflow: visible;
    z-index: 2;
}

text {
    height: 44px;
    letter-spacing: 8px;
}

.strength_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 376px;
    background-color: #FFFFFF;
    padding-bottom: 40px;
    margin: 56px 12px;
    border-right: #1d1d1d solid 2px;
    border-bottom: #1d1d1d solid 2px;
}

span.number {
    position: absolute;
    z-index: 10;
    font-family: "M PLUS 1";
    font-weight: 900;
    font-size: 26px;
    display: inline-block;
    text-indent: -156px;
    transform: translateY(-56%);
}

img.work_img,
img.glaf_img,
img.dash_img {
    width: 252px;
    z-index: 1;
}

.fukidashi-01-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    margin-top: -51px;
    color: #90d6c1;
    font-size: 18px;
    font-weight: 500;
}

.fukidashi-01-12::before {
    content: "";
    width: 30px;
    height: 2px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #90d6c1;
}

.fukidashi-01-12::after {
    content: "";
    width: 30px;
    height: 2px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #90d6c1;
}

h2.reason {
    font-size: 18px;
    font-style: italic;
    text-indent: -18px;
    color: #394266;
}

h2.reason::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 32px;
    background: url("../image/good.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(13%);
}

.caption {
    text-align: center;
}

#strength_3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

p#footnote {
    font-size: 0.8em;
    text-align: left;
    margin: 0;
}

#motto {
    margin: 0 236px 40px auto;
    background-color: #3092c7;
    width: 276px;
    height: 4em;
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#motto a {
    text-decoration: none;
    color: #f2eee4;
    transition: color 0.3s ease;
}

#motto a:hover {
    color: #60abd3;
}

#servises {
    padding-bottom: 72px;
}

#servise_4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div.contents_4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 304px;
    margin: 56px 0;
    padding: 48px 0;
    border-radius: 8px;
    transition: border 0.3s ease;
}

div.contents_4#pc:hover {
    border: #ff916a solid 2px;
}

div.contents_4#sns:hover {
    border: #aeb8e1 solid 2px;
}

div.contents_4#print:hover {
    border: #ffd153 solid 2px;
}

div.contents_4#pwp:hover {
    border: #90d6c1 solid 2px;
}

div.contents_4 img {
    display: block;
    margin: 0 0 12px 0;
    width: 64%;
}

div.contents_4#pc p.servis_name {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 500;
    background-color: #ff916a;
    margin: 0;
}

div.contents_4#sns p.servis_name {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 500;
    background-color: #aeb8e1;
    margin: 0;
}

div.contents_4#print p.servis_name {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 500;
    background-color: #ffd153;
    margin: 0;
}

div.contents_4#pwp p.servis_name {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 500;
    background-color: #90d6c1;
    margin: 0;
}

.price {
    font-family: "Barlow Condensed";
    font-size: 68px;
    font-weight: 600;
    margin: 12px 0;
    color: #3092c7;
}

div.contents_4 a {
    text-decoration: none;
    color: #1d1d1d;
    font-weight: 600;
    margin: 20px 0;
    transition: color 0.3s ease;

}

div.contents_4 a:hover {
    color: #d3cec0;
}

div.contents_4 img.sns_icon {
    display: block;
    height: 100px;
}

#konnamono {
    margin: 0 auto 56px;
    font-size: 25px;
    font-weight: 700;
    overflow: visible;
}

text#konnamono_text {
    height: 44px;
    letter-spacing: 4px;
}

#carousel_contents {
    display: flex;
    margin: 0 48px 56px 48px;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.works {
    flex: 0 0 auto;
    background-color: rgba(251, 249, 244, 0.5);
    width: 320px;
    padding-bottom: 50px;
    margin-right: 12px;
    border-radius: 16px;
}

.works img {
    width: 280px;
    display: inline-block;
    margin: 20px;
    border-radius: 16px;
}

.works p.title {
    margin: 0 20px;
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
}

p.hushtag {
    margin: 24px 20px;
    display: inline-block;
    height: 72px;
}

.works a {
    margin-left: 180px;
    bottom: 0;
    text-decoration: none;
    color: #1d1d1d;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.works a:hover {
    color: #d4cfc4;
}

#another-works {
    margin: 0 48px 40px auto;
    background-color: #3092c7;
    width: 220px;
    height: 4em;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    border-radius: 8px;
}

#another-works a {
    text-decoration: none;
    color: #f2eee4;
    transition: color 0.3s ease;
}

#another-works a:hover {
    color: #60abd3;
}

#boice-list {
    margin: 56px 12px 0 12px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

div.boice {
    display: flex;
    flex-direction: column;
    width: 276px;
    margin: 0 20px;
}

.company-name {
    font-size: 32px;
    font-weight: 900;
    margin: 0 8px;
    color: #394266;
    line-height: 5vh;
}

video.interview {
    width: 260px;
    margin: 8px;
}

div.name {
    text-align: right;
    margin-bottom: 40px;
    color: #394266;
    font-weight: 300;
    margin-right: 8px;
    height: 92;
}

div.rating div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 28px;
    margin: 8px 0;
}

div.rating div p {
    margin: 0;
    color: #394266;
    font-weight: 600;
}

.star5 {
    height: 18px;
}

#another-interview {
    margin: 32px auto;
    background-color: #3092c7;
    width: 132px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    border-radius: 8px;
}


#another-interview a {
    text-decoration: none;
    color: #f2eee4;
    transition: color 0.3s ease;
}

#another-interview a:hover {
    color: #60abd3;
}


section#customer-boice {
    padding-bottom: 96px;
}

.company-name-mp {
    display: flex;
    flex-direction: column;
}

#publishing_list {
    margin: 56px 0;
}

.publishing {
    display: flex;
}

.publishing.odd {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 12px;
}

.publishing.even {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 12px;
}

.publishing img {
    width: 500px;
}

.publishing p {
    width: 544px;
    margin: 20px;
}

.publishing a {
    color: #394266;
}

#meeting-movie {
    overflow: hidden;
    height: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#movie {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

#meeting {
    width: 100%;
    height: auto;
}

#massege {
    position: absolute;
}

#massege p,
#massege span {
    color: #F2EEE4;
    font-size: 2.71vw;
    font-weight: 900;
    width: 100%;
}

section#member_list {
    margin: 56px 0;
}

.menber {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 56px 0;
}

.menbers-movie-frame {
    height: 320px;
    border-radius: 100%;
    overflow: hidden;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.menber-movie {
    transform: scale(1.8);
    transform-origin: center;
}

.menbers {
    width: 380px;
    padding: 28px;
    margin: 0 4px 12px 0;
}

.menbers.ceo {
    border: #FF916A solid 2px;
    border-radius: 12px;
}

.menbers.manager {
    border: #AEB8E1 solid 2px;
    border-radius: 12px;
}

.menbers.creator {
    border: #ffd153 solid 2px;
    border-radius: 12px;
}


.menbers p.menber-name {
    font-weight: 500;
    font-style: italic;
    font-size: 28px;
    margin: 8px 0;
}

.sns_link {
    transition: transform 0.4s ease;
}

.sns_link img {
    width: 24px;
}

.sns_link img:hover {
    transform: scale(0.9);
}

.comment {
    height: 72px;
}

#instagram {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

#profile {
    display: flex;
    margin: 56px 56px;
}

#webnosuke-name {
    color: #75511E;
    font-weight: 600;
    font-size: 24px;
}

#webnosuke_insta_icon {
    width: 80px;
    margin: 8px;
}

#profile-text {
    margin-left: 20px;
}

#post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/* ↑ここまでがトップページ */

/* ↓ここから制作実績ページ */


section#works_list {
    margin: 20px 0;
}

#warning {
    font-size: small;
    transform: translateX(144px);
    margin: 2vw 0;
}

div#tag {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 70vw;
    margin: 0 auto;
}

.tag-button {
    border: none;
    position: static;
    width: fit-content;
    font-size: 20px;
    padding: 2px 16px;
    margin: 12px 16px 12px 0;
    color: #394266;
}

button.all {
    background-color: #394266;
    border-radius: 50px;
    color: #f2eee4;
}

div#service_list button {
    background-color: #ffc7b2;
    border-radius: 50px;
}

div#service_list button:hover {
    background-color: #ff916a;
}

#amount_list button {
    background-color: #bcc4e5;
    border-radius: 50px;
}

#amount_list button:hover {
    background-color: #9aa7dd;
}

#production_days button {
    background-color: #f3dfa6;
    border-radius: 50px;
}

#production_days button:hover {
    background-color: #ffd153;
}

#typ-of-business button {
    background-color: #c5ede1;
    border-radius: 50px;
}

#typ-of-business button:hover {
    background-color: #9be9d2;
}

#year-of-production button {
    background-color: #eee5cf;
    border-radius: 50px;
}

#year-of-production button:hover {
    background-color: #ffefc8;
}

#works_contents_list-flem {
    display: flex;
    margin: 0 1vw;
}

#works_contents_list {
    display: flex;
    flex-wrap: wrap;
    gap: 46px;
    padding: 0 56px;
}

li.works_contents {
    list-style-type: none;
    width: 336px;
    margin: 8px 4px;
    display: flex;
    flex-direction: column;
}

li.works_contents img {
    border-radius: 12px;
    width: 336px;
}

li.works_contents p {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 600;
    color: #394266;
    margin: 4px 0;
    height: 108px;
}

li.works_contents a {
    font-weight: 500;
    margin: -12px 12px 8px auto;
}

li.works_contents a:hover {
    color: #9e9990;
}

/* ↑ここまで制作実績 */

/* ↓ここからサービス一覧 */
section#service_menu {
    margin: 20px 0;
}

#pay_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 56px;
    padding: 0;
}

.payment3 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(251, 249, 244, 0.5);
    width: 292px;
    height: 256px;
    border-radius: 4px;
    border: #394266 solid 2px;
    margin: 8px;
    text-decoration: none;
}

.payment3.current a {
    background-color: #394266;
}

.payment3.current a p {
    color: #f2eee4;
}

.payment3 p {
    margin: 16px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #394266;
}

.payment3 a:hover p {
    color: #9e9990;
}

#payment_caption {
    display: flex;
    justify-content: center;
    margin: 28px 0;
}

#list-QA {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 64px auto;
}

.list-Q img {
    width: 16px;
    transition: transform 0.3s ease;
}

.list-Q img.rotated {
    transform: rotate(90deg);
}

.list-Q {
    border-top: #394266 solid 2px;
    border-bottom: #394266 solid 2px;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    margin-top: -2px;
}

.list-Q:hover {
    color: #3092c7;
}

ul.list-A {
    display: none;
    margin: 0;
    padding: 16px 20px;
    border-bottom: #394266 solid 2px;
}

#list-QA article {
    margin: 0 16px;
    width: 564px;
}

#another_QA {
    text-decoration: none;
    margin: 0 236px 40px auto;
    background-color: #3092c7;
    width: 188px;
    height: 4em;
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #f2eee4;
    transition: color 0.3s ease;
}

#another_QA:hover {
    color: #60abd3;
}

/* ↑ここまでサービスメニュー */
/* ↓ここからWebサイト制作プラン */
.service-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
    0% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(5%);
    }
}


.service-icons img {
    width: 160px;
}

.service-icons p {
    margin: 0;
    font-size: 1.1em;
    font-weight: 500;
    font-style: italic;
    margin-top: -16px;
}

#carousel_webcontents {
    margin: 56px auto;
    width: 90%;
}

.carousel {
    display: flex;
}

.webcontents {
    display: flex;
    flex-direction: column;
    width: 392px;
    margin: 2px;
    padding-bottom: 50px;
    background-color: rgba(251, 249, 244, 0.5);
    border-radius: 16px;
    padding: 16px;
}

.contents-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contents-title p {
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    color: #394266;
    margin: 4px;
}

.webcontents img {
    border-radius: 16px;
}

.webcontents p.price {
    text-align: right;
    margin: 0;
    margin-top: -16px;
}

p.plan-caption {
    font-size: small;
    margin-left: 12px;
}


#update-plan {
    margin: 56px auto;
}

#update-plan-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-right: #FF916A solid 8px;
    border-bottom: #FF916A solid 8px;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 28px;
}

#update-plan-table ul {
    padding-left: 0;
}

#update-plan-table p {
    text-align: center;
    margin-top: 40px;
}

#update-plan-table p.price {
    margin: 0;
    margin-top: -28px;
}

#update-plan-table li {
    padding: 8px;
    font-size: 18px;
    border-bottom: gainsboro dotted 2px;
    display: flex;
}

img.checkpoint_icon {
    width: 24px;
    margin-right: 12px;
    margin-bottom: -5px;
}

#update-plan p.plan-caption {
    margin-left: 20%;
}

#option-table {
    display: flex;
    justify-content: center;
    background-color: rgba(251, 249, 244, 0.5);
    padding: 40px 0;
    margin: 56px 0;
}

#option-table ul {
    padding-left: 0;
    width: 65%;

}

#option-table li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: #181818 solid 2px;
}

#option-table li p {
    font-weight: 500;
}

p.price span.enmark {
    display: inline-block;
    font-size: 24px;
    transform: translateY(-32px);
}

span.credit {
    font-size: 50%;
}

span.caption {
    font-size: 80%;
    font-weight: 400;
}

span.normal {
    font-weight: 400;
}

#price-and-caption {
    display: flex;
}

.caption-p {
    margin-top: -20px;
}

p.price.right {
    text-align: right;
}

p.right {
    text-align: right;
}

/* ↑ここまでWebサイト制作プラン */
/* ↓ここからSNS運用プラン */
.service-icons-sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
    0% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(5%);
    }
}


.service-icons-sns img {
    width: 160px;
}

.service-icons-sns p {
    margin: 0;
    font-size: 1.1em;
    font-weight: 500;
    font-style: italic;
}

#image {
    margin: 56px auto;
    width: 1100px;
}

#carousel_webcontents.snscontents {
    width: 48%;
}

/* ここからうぇぶ之助とはページ */
section#motto-page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 56px 0;
}

#typing-motto p,
#typing-motto span {
    color: #3092c7;
    font-weight: 900;
    font-size: 2.71vw;
}

span.karning {
    letter-spacing: -0.2em;
}

#motto-caption {
    width: 40%;
}

section#zimotoimg {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

section#zimotoimg div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

img.naritasan {
    border-radius: 20px;
}

img#catchcopy {
    width: 100%;
    margin-bottom: 20px;
}

.flexuse {
    display: flex;
    flex-direction: column;
}

#company-about {
    background-color: #3092c7;
    width: 220px;
    height: 4em;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    border-radius: 8px;
    margin: 0 auto;
}

#company-about a {
    color: #f2eee4;
}

#company-about a:hover {
    color: #60abd3;
}

/* ここまでうぇぶ之助とは */
/* ここから制作の流れ */

section#process {
    margin: 56px 0;
}

#process-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(251, 249, 244, 0.5);
    padding: 40px 0;
    margin: 56px 0;
}

#process-table div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: #181818 solid 2px;
    width: 66%;
}

#process-table div p {
    width: 40%;
    margin: 20px 20px;
}

#process-table div p.strong {
    font-weight: 500;
}

#process-table div p a {
    text-decoration: underline solid;
}

section#process-QA {
    margin: 56px 0;
}

/* ここまで*/
/* ここからQAページ */

#question-list {
    margin: 56px 0;
}

/*  */
/* ここから利用規約 */
section#terms-of-service {
    margin: 56px 0;
}

#terms-caption {
    width: 78%;
    margin: 0 auto;
}

#terms-caption p {
    color: #394266;
}

#main-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: rgba(251, 249, 244, 0.5);
    padding: 56px 0;
}

#main-text article {
    width: 70%;
    margin: 24px 0;
}

#main-text article div.article {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.article span {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}

strong {
    width: 4em;
}

.article-contents {
    display: flex;
    align-items: baseline;
}

.article-contents p {
    margin: 4px 0;
    width: 95%;
}

.article-contents a {
    text-decoration: underline;
    color: #394266;
}

.article-contents.clause {
    margin-left: 16px;
}

p.level4 {
    margin-left: 56px;
}

#regulation-time {
    display: flex;
    justify-content: flex-start;
    width: 70%;
}

#regulation-time p {
    color: #3092c7;
}

/* ここまで */
/* ここからプライバシーポリシー */

section#privacy-policy {
    margin: 56px 0;
}

#privacy-policy-caption {
    width: 78%;
    margin: 0 auto;
}

#privacy-policy-caption p {
    color: #394266;
}

.article-contents.space {
    margin-top: 40px;
}

/* ここまで */
/* ここから特商法 */

section#specified-commercial-transactions {
    margin: 56px 0;
}

#specified-commercial-transactions-caption {
    width: 78%;
    margin: 0 auto;
}

#specified-commercial-transactions-caption p {
    color: #394266;
}

/* ここまで */
/* ここからお問い合わせ */

section#contact-form {
    margin: 56px 0;
}

span.tittle-decoration {
    position: relative;
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
    background-color: white;
    margin-bottom: 8px;
    padding: 0px 20px 8px 52px;
    border-radius: 4px;
}

span.tittle-decoration::before {
    position: absolute;
    inset: -8px 8px 8px -8px;
    border: 2px solid #394266;
    content: "";
    border-radius: 4px;
}

#form-caption {
    width: 78%;
    margin: 0 auto;
    color: #394266;
}

form#input-form {
    background-color: #394266;
    color: white;
    width: 66%;
    margin: 24px auto;
    border-radius: 12px;
    padding: 40px 0;
}

#form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 94%;
    margin: 0 auto;
}

.form-contents {
    width: 50%;
    margin: 16px 0;
}

.form-contents p {
    margin: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 98%;
}

.time-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.time-checkbox p {
    margin: 0;
}

.warning {
    margin-left: 3%;
}

.warning a {
    color: white;
    text-decoration: underline;
}

textarea {
    width: 100%;
}

form span {
    color: red;
}

#textarea {
    width: 94%;
    margin: 0 auto;
}

#send-button {
    text-align: right;
    margin-right: 3%;
}

input[type=submit] {
    background-color: #3092c7;
    border: none;
    padding: 12px 64px;
    color: #f2eee4;
    border-radius: 4px;
    border: #3092c7 solid 2px;
    transition: background 0.3s ease;
}

input[type=submit]:hover {
    background-color: #f2eee4;
    color: #394266;
}

#confirmation-items {
    margin-left: 3%;
    color: #f2eee4;
    text-decoration: underline;
}

/* ここまで */
/* ここから確認画面 */

section#contact-form-confirmation {
    margin: 56px 0;
}

#confirmation-caption {
    width: 50%;
    margin: 36px auto;
    text-align: center;
    color: #394266;
}

ul#input-contents {
    width: 50%;
    margin: 28px auto;
    background-color: rgba(251, 249, 244, 0.5);
    padding: 28px 116px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}

span.confirm-contents {
    background-color: #394266;
    color: #f2eee4;
    padding: 2px 8px;
    border-radius: 4px;
}

form#send-deta {
    text-align: center;
    margin: 28px auto 56px auto;
}

button#back {
    background-color: #f2eee4;
    padding: 12px 64px;
    border: #3092c7 solid 2px;
    border-radius: 4px;
    color: #394266;
    transition: background 0.3s ease;
}

button#back:hover {
    background-color: #3092c7;
    color: #f2eee4;
}

/* ここまで */
/* ここからサンクスページ */

section#thanks-page {
    margin: 250px auto;
    width: 50%;
    text-align: center;
}

span#thanks-text {
    font-size: 36px;
    font-weight: 900;
    color: #3092c7;
}


/* ========== レスポンシブ対応 ========== */
@media (max-width: 900px) {
    #main {
        margin: 76px 32px;
        border-left: none;
        border-right: none;
    }

    #free_consultation {
        position: static !important;
        left: 0;
        top: 16px;
    }


    header,
    nav {
        width: 100vw;
        position: static;
        padding-top: 0;
        margin: 28px 20px 0 0;
        border-radius: 0;
        height: auto;
        min-height: unset;
    }

    nav {
        height: auto;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }


    #culm {
        flex-direction: column;
    }

    #breadcrumb {
        display: none;
    }

    #sitemap_base {
        flex-direction: row;
        flex-wrap: wrap;
        /* justify-content: flex-end; */
        justify-content: space-between;
    }

    .sitemap_menu {
        margin: 48px 3vw;
    }

    /* ページトップボタン位置調整 */
    a#page_top {
        right: 2vw;
        bottom: 2vw;
        position: fixed;
        z-index: 100;
    }

    #hamburger {
        display: block;
        top: 32px;
        left: 88vw;
    }


    nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 85vw;
        max-width: 330px;
        height: 100vh;
        background: #394266;
        z-index: 900;
        transform: translateX(-100%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.5s;
        opacity: 1;
    }

    body.menu-open::before {
        content: "";
        display: block;
        position: fixed;
        z-index: 800;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.25);
    }

    header {
        position: static;
    }

    #hamburger.open span:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
    }

    #hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    #hamburger.open span:nth-child(3) {
        transform: translateY(-12px) rotate(-45deg);
    }


    /* ここから下トップページ用 */
    #top {
        height: 480px;
        margin-bottom: 56px;
        padding: 0;
    }

    h1.text {
        padding-left: 12px;
        font-size: 20px;
    }

    .heading-with-line .text {
        font-size: 18px;
    }

    dl#info {
        width: 548px;
        height: 10em;
    }

    dl#info div dd {
        margin-top: 8px;
    }

    .namimozi {
        width: 40vw;
    }


    .strength_3 {
        width: 80vw;
        min-width: unset;
        margin: 16px auto;
        padding: 16px 0;
        border-right: none;
    }


    div.contents_4 {
        margin: 12px 0;
    }

    .contents_4 {
        width: 80vw !important;
        padding: 0 !important;
    }

    div.contents_4#pc p.servis_name {
        font-size: 5vw;
    }

    div.contents_4#sns p.servis_name {
        font-size: 5vw;
    }

    div.contents_4#print p.servis_name {
        font-size: 5vw;
    }

    div.contents_4#pwp p.servis_name {
        font-size: 5vw;

    }

    .price {
        font-size: 16vw;
    }


    div.contents_4 a {
        font-size: 4vw;
    }

    #strength_3,
    #servise_4 {
        flex-direction: column;
        align-items: center;
        margin-top: 56px;
    }

    img.work_img,
    img.glaf_img,
    img.dash_img {
        width: 80vw;
    }

    span.number {
        font-size: 36px;
        text-indent: -204px;
        transform: translateY(-90%);
    }

    h2.reason {
        font-size: 34px;
    }


    .caption {
        font-size: 26px;
    }

    .fukidashi-01-12 {
        margin-top: 12px;
        font-size: 36px;
    }

    #motto {
        width: 40vw;
        margin: 16px auto 32px auto;
    }

    #news_list {
        margin: 0 4vw;
        padding: 12px 0;
    }


    #carousel_contents {
        overflow: scroll;
    }

    .carousel-track,
    .works {
        width: 43vw !important;
    }

    div.boice {
        width: 60vw;
        margin: 40px;
    }

    .company-name {
        line-height: 10vh;
    }

    .rating {
        width: 36vw;
        margin: 0 auto;
        width: fit-content;
    }

    div.rating div p {
        font-size: 28px;
    }


    .star5 {
        margin-left: 46px;
        height: 28px;
    }

    video.interview {
        width: 60vw;
    }

    .company-name {
        font-size: 8vw;
        width: 40vw;
    }

    #address {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    iframe {
        width: 86vw !important;
        height: 398px !important;
    }

    #massege p,
    #massege span {
        font-size: 5vw;
    }

    .menbers {
        margin: 8px 0;
    }

    .menbers-movie-frame {
        height: 316px !important;
    }


    #profile {
        flex-direction: column;
        align-items: center;
    }

    .instagram-media {
        height: 40vh !important;
    }

    /* ↑ここまでトップページ */

    /* ↓ここから実績ページ */
    #warning {
        transform: translateX(24px);
    }

    div#tag {
        width: 86vw;
        margin-left: 8px;
    }

    li.works_contents {
        width: 300px;
    }

    #works_contents_list {
        padding: 0;
        justify-content: space-evenly;
    }

    /* ↑ここまで制作実績ページ */
    /* ↓ここからサービス一覧 */
    #another_QA {
        margin: 0 auto;
    }

    /* ↑ここまでサービス一覧 */
    /* ↓ここからWeb制作プラン */
    .carousel {
        overflow-x: auto;
        flex-wrap: nowrap;
        scroll-behavior: smooth;
        width: 80vw;
    }

    .webcontents {
        flex: 0 0 auto;
        width: 80vw;
        margin: 0;
    }

    #update-plan-table {
        width: 88%;
    }

    #option-table {
        flex-direction: column;
        align-items: center;
    }

    #option-table ul {
        width: 88%;
    }

    #option-table li p.price {
        font-size: 8vw;
    }

    /* ↑ここまでWebサイト制作プラン */
    /* ここからSNS運用プラン */
    #image {
        width: 100%;
    }

    #carousel_webcontents.snscontents {
        width: 88%;
    }

    span.credit {
        font-size: 45%;
    }

    /* ここまでSNS運用プラン */
    /* ここからうぇぶ之助とは */
    section#motto-page {
        flex-direction: column;
    }

    #typing-motto p,
    #typing-motto span {
        font-size: 10vw;
    }

    #motto-caption {
        width: 73vw;
    }

    /* ここまで */
    /* ここから制作の流れ */

    #process-table div {
        width: 93%;
    }

    /* ここまで */
    /* ここから問い合わせ */
    #form {
        flex-direction: column;
        align-items: center;
    }

    form#input-form {
        width: 80%;
    }

    .form-contents {
        width: 84%;
    }

    /* ここまで */
    /* ここから確認画面 */
    ul#input-contents {
        width: 100%;
    }

    /* ここまで */
    /* ここからサンクスページ */

    section#thanks-page {
        width: 100%;
        margin: 36px 0;
    }


    section#thanks-page p {
        font-size: 12px;
    }

    span#thanks-text {
        font-size: 18px;
    }

    section#thanks-page {
        margin: 66px 0;
    }

}

/* その他レスポンシブ */
@media (max-width: 820px) {
    .company-name {
        line-height: 6vh;
    }
}


/* @media (max-width: 1180px) {
#strength_3{
    flex-wrap: nowrap;
}

    .strength_3{
        width: 285px;
        margin: 56px 5px;
    }

    span.number {
        text-indent: -124px;
    }

    h2.reason{
        padding: 0 4px 0 12px;
        text-align: center;
    }
    .caption{
        padding: 0 4px;
    }
} */

/*  */

/* スマホ専用（縦長） */
@media (max-width: 600px) {
    body {
        background-size: auto;
    }

    #main {
        margin: 0px 12px;
    }

    #hamburger {
        top: 8px;
        left: 84vw;
    }

    button#free_consultation {
        width: 32vw !important;
        left: 0;
        font-size: 18px;
        top: 0;
    }

    header,
    nav {
        width: 84vw !important;
        margin: 0;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 84vw;
        max-width: 330px;
        height: 100vh;
        background: #394266;
        z-index: 900;
        transform: translateX(-100%);
        opacity: 1;
        transition: transform 0.5s ease, opacity 0.5s ease;
        flex-direction: column;
        align-items: center;
    }

    nav.active {
        transform: translateX(0);
    }


    ul.menu {
        width: 68vw;
        margin: 16px auto;
    }

    button#free_consultation {
        width: 90vw;
        margin: 8px 5vw;
        font-size: 18px;
        padding: 8px;
    }

    h1.text,
    .heading-with-line .text {
        font-size: 16px;
        padding-left: 8px;
    }

    .three {
        font-size: 28px;
    }

    .sitemap_menu {
        margin: 4px;
    }

    #sitemap_base {
        flex-direction: row;
        justify-content: space-between;
    }

    .sitemap_code {
        transform: translateX(120px);
    }

    /* ↓ここからトップページ */

    #top {
        padding: 56px 0;
        height: auto;
        margin-bottom: 0;
    }

    .contents_4 {
        width: 89vw;
    }

    .strength_3 {
        width: 100%;
    }

    span.number {
        font-size: 1.5em;
        text-indent: 0;
        transform: translateY(-90%);
    }

    .namimozi {
        width: 50vw;
    }

    h2.reason {
        font-size: 112%;
        padding-left: 19px;
    }

    h2.reason::before {
        width: 7vw;
    }

    p.caption {
        font-size: 16px;
    }

    dl#info {
        width: 100%;
        height: 10em;
    }

    dl#info div {
        flex-direction: column;
        padding: 12px 0;
    }

    dl#info div dd {
        margin: 8px auto;
    }

    p#footnote {
        font-size: 0.2em;
        margin: 0 42px;
    }

    .fukidashi-01-12 {
        font-size: 20px;
    }

    #motto {
        width: 68vw;
    }

    #konnamono {
        transform: translateX(-54px);
    }

    #carousel_contents {
        margin: 0;
    }

    .works {
        width: 100%;
        max-width: 100%;
        margin-right: 12px;
    }

    .works img {
        /* width: 65vw; */
        width: calc(100% - 40px);
    }

    .carousel-track,
    .works {
        width: 76vw !important;
    }

    #another-works {
        margin: 20px auto 40px auto;
    }

    div.boice {
        width: 91vw;
    }

    .company-name-mp {
        width: 90vw;
    }

    div.rating div p {
        font-size: 16px;
    }

    .star5 {
        height: 16px;
    }

    video.interview {
        width: 90vw;
        margin: 0 auto;
    }

    .publishing {
        flex-wrap: wrap;
    }


    .menbers-movie-frame {
        height: 293px !important;
    }

    .sns_link img {
        margin-top: 40px;
    }

    #profile {
        margin: 20px 0;
        flex-direction: column;
        align-items: center;
    }

    #post {
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }

    /* ↑ここまでトップ */

    /* ↓ここから実績ページ */

    #warning {
        transform: translateX(4px);
        font-size: 0.5em;
    }

    .tag-button {
        font-size: 12px;
        padding: 0;
        margin: 0 0 2px 0;
    }

    /* ↑ここまで実績ページ */
    /* ↓ここからサービスページ */
    section#service_menu {
        margin-bottom: 44px;
    }

    #list-QA div {
        width: 100%;
    }

    #list-QA article {
        width: 100%;
        margin: 0 auto;
    }

    list-Q {
        width: 100%;
    }

    .list-A {
        width: 100%;
    }

    .payment3 a {
        width: 148px;
        height: 112px;
    }

    .payment3 img {
        width: 40%;
    }

    .payment3 p {
        margin-top: 4px;
        font-size: 16px;
    }

    /* ↑ここまでサーピスページ */
    /* ↓ここからWebサイト */

    .contents-title p {
        font-size: 18px;
    }

    #update-plan-table {
        border-right: #ff916a solid 4px;
        border-bottom: #ff916a solid 4px;
        width: 100%;
    }

    #update-plan p.plan-caption {
        margin-left: 0;
    }

    #option-table ul {
        width: 92%;
    }

    #option-table li p {
        font-size: 12px;
        width: 50%;
    }

    #option-table li p.price,
    .price-and-caption {
        text-align: right;
    }


    #option-table li p.price span.enmark {
        font-size: 18px;
        transform: translateY(-18px);
    }

    /* ここまで */
    /* ここから制作の流れ */

    #process-table div {
        flex-direction: column;
    }

    #process-table div p {
        width: 100%;
    }

    /* ここまで */
    /* ここから利用規約 */

    #terms-caption {
        width: 100%;
    }

    #main-text article {
        width: 98%;
    }

    .article-contents {
        justify-content: center;
    }

    .article-contents p {
        width: 100%;
    }

    .article img {
        width: 24px;
    }

    .article span {
        font-size: 18px;
    }

    /* ここまで */
    /* ここからプライバシーポリシー */

    #privacy-policy-caption {
        width: 100%;
    }

    /* 　ここまで */
    /* ここから特商法 */
    #specified-commercial-transactions-caption {
        width: 98%;
    }

    /* ここまで */
    /* ここから問い合わせ */
    span.tittle-decoration {
        font-size: 18px;
        padding: 0 18px 8px 24px;
    }

    span.tittle-decoration::before {
        inset: -5px 5px 5px -5px;
    }

    #form-caption {
        width: 98%;
    }

    form#input-form {
        width: 96%;
    }

    .form-contents {
        width: 100%;
    }

    select {
        width: 100%;
    }

    #send-button {
        text-align: center;
        margin: 24px 0;
    }

    /* ここまで */
    /* ここから確認画面 */

    ul#input-contents {
        padding: 28px 12px;
    }

    #confirmation-caption {
        width: 100%;
    }

    /* ここまで */
    /* ここからサンクスページ */
    section#thanks-page {
        width: 100%;
    }

}

/* メンテナンス画面 */

section#maintenance {
    margin: 400px auto;
}

p#maintenance-text {
    text-align: center;
    font-size: 2em;
    color: #394266;
}