@charset "utf-8";

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

----------------------------------
Color
----------------------------------


----------------------------------
font
----------------------------------

英語見出し
font-family_bk: essonnes-text, serif;
font-family: "Futura BT",'Montserrat', sans-serif;
font-weight: 400;
letter-spacing: 0.2em;


日本語　

font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700,400;

font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;

日本語ゴシック
font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;

日本語明朝体
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}


手書き文字
font-family: jeff-script, sans-serif;
font-weight: 400;

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

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

root

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


body {
    color: #333;
    background-color: #f5f5f5;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}


a {
    color: #333;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

ul {
    list-style: none;
}

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

parts

====================================*/
.midashi3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    font-size: 50px;
}

/* .midashi3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.5em;
    display: inline-block;
    width: 1.5em;
    height: 1px;
    background-color: #9e2b37;

} */

/*
.shadow {
    box-shadow: 0 0 30px rgba(54, 54, 54, 0.2);
}*/

.midashi {
    font-size: 30px;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;

}

@media only screen and (min-width:480px) {
    .sp-img {
        display: none !important;
    }

    .pc-img {
        display: block !important;
    }
}

.midashi2 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
    text-align: center;
}

.midashi2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.adv-midashi {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
    position: absolute;
    top: 5%;
    left: 5%;
}

.title {
    font-size: 48px;
}


.sub {
    position: relative;
    display: inline-block;
    padding: 0;
    align-self: center;
}

/* .sub:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 2em;
    height: 1px;
    background-color: rgb(187, 70, 70);
} */

/* .sub:before {
    left: 0;
} */

.btn {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    position: absolute;
    top: 5vw;
    left: 5vw;
    display: inline-block;
    width: 15vw;
    padding: 1vw;
    border: 1px solid #333;
    background: transparent;
    color: #333;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
}

.btn::before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 50%;
    right: -3em;
    display: inline-block;
    width: 5em;
    height: 1px;
    background-color: #333;
}

.btn:hover::before {
    transform: translateX(-20px);
    transition: 0.8s;
}

.btn2 {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    display: inline-block;
    width: 10vw;
    padding: 1vw;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

.btn2::before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 50%;
    right: -2em;
    display: inline-block;
    width: 3em;
    height: 1px;
    background-color: #fff;
}

.btn2:hover::before {
    transform: translateX(-20px);
    transition: 0.8s;
}


.btn3 {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    position: relative;
    display: inline-block;
    width: 20vw;
    padding: 1vw;
    border: 1px solid #333;
    background: transparent;
    color: #333;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    z-index: 60;
}

.btn3::before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 50%;
    right: -3em;
    display: inline-block;
    width: 5em;
    height: 1px;
    background-color: #333;
    z-index: 60;
}

.btn3:hover::before {
    transform: translateX(-20px);
    transition: 0.8s;
}

.lp-banner {
    width: 86%;
    max-width: 352px;
    position: fixed;
    bottom: 75px;
    left: 7%;
    z-index: 99;
    background: #000;
}

.lp-banner.stop {
    bottom: 190px;
    left: 5%;
}

.lp-banner>a:hover {
    opacity: 0.6;
}


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

ナビゲーション

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

/*menu*/
.menu {
    height: 20px;
    position: absolute;
    left: 2%;
    top: 4%;
    width: 30px;
    z-index: 99;
}

.menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.menu__line--center {
    top: 9px;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
}

.menu__line--center.active {
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
}


/*gnav*/
.gnav {
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}

.gnav span {
    display: block;
    font-size: 1vw;
}

.gnav__wrap {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.gnav__menu__item {
    margin: 2em 0;
}

.gnav__menu__item a {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1em;
}

.gnav__menu__item a:hover {
    color: #30cfd0;
}


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

ぱんくず

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

.cp_breadcrumb *,
.cp_breadcrumb *:after,
.cp_breadcrumb *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_breadcrumb {
    width: 90%;
    margin: 0 auto;
    color: #333;
    border-radius: 0.5em;
}

.cp_breadcrumb a {
    text-decoration: none;
    color: #333;
}

.cp_breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 1%;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.cp_breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #333;
}

.cp_breadcrumb li::before {
    content: '›';
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cp_breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #30cfd0;
}

.cp_breadcrumb li:last-child::before {
    content: normal;
}


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

トップ
ファーストビュー

====================================*/
.wrapper {
    background-image: url(../img/backstar.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 12vw;
}

.wrapper-kasou {
    background-image: url(../img/backstar.png);
    padding-top: 3vw;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 12vw;
}

.main-wrap {
    position: relative;
}

/*====== top  ========*/
.top {
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.top:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 2%;
    left: 1%;
    right: 1%;
    bottom: 2%;
    border: 1px solid #dad8bb;
}


/* ----- 背景用の動画ファイル ----- */
#bg-video {
    -webkit-transform: translateX(-50%);
    left: 50%;
    max-height: initial;
    max-width: initial;
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: -100;
    background-size: cover;
}

/* ----- メニュー ----- */
svg {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}

svg text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14vw;
}

svg rect {
    fill: #788288;
}

svg>rect {
    -webkit-mask: url(#mask);
    mask: url(#mask);
}

nav {
    position: absolute;
    top: 4%;
    left: 2%;
}


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

トップ
メインコンテンツ

====================================*/
/*====== top  ========*/
.top {
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.top:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 2%;
    left: 1%;
    right: 1%;
    bottom: 2%;
    border: 1px solid #dad8bb;
}

.contact-btn {
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    vertical-align: middle;
    top: 10%;
    color: #fff;
    font-size: 1.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    width: 60px;
    height: 200px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    opacity: 0.8;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
    /* IE6-9 fallback on horizontal gradient */
    z-index: 1;
}

.contact-btn:hover {
    opacity: 0.6;
}

.contact-btn.dm-rd-request-btn {
    font-size: 1.125rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    background-image: linear-gradient(186deg, #FF5C00 -5.9%, #FFC700 140.21%);
    z-index: 10;
}

.dm-rd-request-btn i {
    margin-top: 0.5em;
}

.scroll {
    color: #fff;
    position: absolute;
    bottom: 3%;
    left: 2%;
}

.scroll p {
    font-size: 1.5em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

}

.scroll img {
    width: 30%;
    margin: 5px;
    padding: 5px 0 0 4px;
}



.infomation {
    color: #fff;
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.info-box {
    display: flex;
    z-index: 10;
    position: relative;
    width: 300px;
    border: solid 1px #fff;
    padding: 10px;
}

.info-message {
    padding: 0.5em 0;
}

.info-right {
    margin: auto;
    text-align: center;
    flex: 1;
}

.info-right p {
    color: #fff;
    text-decoration: none;
    font-size: 2em;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Montserrat', sans-serif;
}

.info-left {
    flex: 3;
}


.infomation h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: -5px;
}

.main-h {
    display: none;
}

/*====== servise  ========*/

#service {
    position: relative;
    margin: 5vw 0;
}

#service h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 0px 10px #aeaeae;
    font-size: 2.5vw;
    position: absolute;
    top: 40%;
    left: 60%;
}

#service .break h2 {
    top: 30%;
}

#service h3 {
    line-height: 1.2em;
    background: #aeaeae;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#service p {
    color: #fff;
}

.pc {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 3vw 0;
}

#service figure {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#service figcaption {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}


#service figcaption a {
    color: #fff;
}

#service figure:hover #service figcaption {
    opacity: 1;
}

#service figcaption h3,
#service figcaption p {
    position: absolute;
    left: -100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#service figcaption a {
    position: absolute;
    right: -100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#service figcaption h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    top: 35%;
}

.break h3 {
    top: 20%;
}

#service figcaption p {
    font-size: 1.5em;
    top: 60%;
}


#service figcaption a {
    top: 40%;
}

#service figure:hover h2 {
    opacity: 0;
}

#service figure:hover figcaption {
    opacity: 1;
}

#service figure:hover figcaption h3 {
    left: 10%;
}

#service figure:hover figcaption p {
    left: 10%;
}

#service figure:hover figcaption a {
    left: 70%;
}

#service figure:hover figcaption h3 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#service figure:hover figcaption p {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#service figure:hover figcaption a {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.pc li img {
    width: 100%;
}

.service-gr1 {
    opacity: 0.9;
    width: 15vw;
    height: 16vw;
    z-index: -10;
    position: absolute;
    right: 4vw;
    top: 3vw;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.service-gr2 {
    opacity: 0.9;
    width: 15vw;
    height: 14vw;
    z-index: -10;
    position: absolute;
    left: 4vw;
    bottom: 0;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.sp {
    display: none;
}


/*====== blog  ========*/
.blog {
    position: relative;
    height: 50vw;
    background-image: radial-gradient(circle farthest-corner at 0% 25%, #b3b3d4 0%, rgba(179, 179, 212, .01) 40%),
        linear-gradient(to right, #27a3c7, #baeef4);
    background-image: -webkit-radial-gradient(circle farthest-corner at 0% 25%, #b3b3d4 0%, rgba(179, 179, 212, .01) 40%),
        -webkit-linear-gradient(left, #27a3c7, #baeef4);
    background-image: radial-gradient(circle farthest-corner at 0% 25%, #b3b3d4 0%, rgba(179, 179, 212, .01) 40%),
        linear-gradient(to right, #27a3c7, #baeef4);
    background-position: left bottom;
    background-size: 100% 100%;
    z-index: 0;
}

.blog .center {
    padding-top: 5vw;
}

.blog img {
    height: 16vw;
    width: 22vw;
    object-fit: cover;
}

.blog-innner {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.blog-box {
    padding: 2vw;
}

.blog-text h2 {
    font-size: 14px;
    margin: 1vw 0;
    border-bottom: #1e1e1e solid 1px;
}

.topic-h2 {
    font-size: 1.2rem;
    width: 75vw;
    margin: 0 auto;
    padding-top: 1rem;
}

.blog-date {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: -8px;
    color: #d4001c;
}

.blog-name {
    font-size: 14px;
    display: inline-block;
}


/*====== about us  ========*/


.container {
    overflow: hidden;
}


#about {
    margin: 5% 0;
    height: 35vw;
    position: relative;
}

.takahashi {
    /*height: 10vw;*/
}

.img-2 {
    height: 238px;
    width: 20%;
}

.img-1,
.img-3 {
    width: 37%;
    height: 238px;
}

.group {
    width: 21vw;
}

.staff-img {
    margin-top: 70px;
}

.staff-img img {
    margin-right: 8px;
    object-fit: cover;
}

.about-text {
    z-index: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    left: 5%;
    top: 36%;
    width: 70%;
    height: 15vw;
}

.about-bg {
    z-index: 40;
    position: absolute;
    left: 48%;
    width: 40%;
    top: 15%;
}

.about-gr {
    width: 26%;
    height: 16vw;
    z-index: -10;
    position: absolute;
    right: 10%;
    bottom: 10%;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.ceo-img.ceo-width {
    width: 100%;
}

.ceo-img.ceo-width img {
    object-fit: cover;
    height: 65%;
}

p.c-position {
    font-size: 0.8vw;
}

p.c-name {
    font-size: 1.3vw;
}

/* p.c-position {
    font-size: 1em;
}
p.c-name {
    font-size: 1.5em;
} */
/*.yamaguchi {
    height: 30vw!important;
}
.yuasa {
    height: 38vw!important;
}*/

.member-box {
    width: 23%;
    margin-right: 1vw;
    margin-top: 5vw;

}

.staff div {
    width: 20%;
}

.more {
    position: absolute;
    top: 4vw;
    left: 10vw;
}

.more .btn {
    font-size: 1.5em;
}

.more2 {
    position: absolute;
    bottom: 2vw;
    left: 27vw;
}

.more2 .btn {
    font-size: 1.5em;
}

.bg-text {
    font-family: 'Homemade Apple', cursive;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 80%;
    left: 70vw;
    font-size: 3.5vw;
    color: black;
    transform: rotate(-15deg);
    z-index: 111;
}


.bg-text-out {
    font-family: 'Homemade Apple', cursive;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    bottom: 0;
    top: 28vw;
    right: 10vw;
    font-size: 3vw;
    color: black;
    transform: rotate(-15deg);
    z-index: 1;
}


/*====== contact  ========*/
#contact {
    position: relative;
}

#contact .center {
    margin-top: 10vw;
}

.invalid-feedback {
    color: red;
}

.bg-text-con {
    font-family: jeff-script, sans-serif;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    width: 80vw;
    left: 10vw;
    ;
    font-size: 4vw;
    color: hsla(26, 36%, 41%, 0.801);
    transform: rotate(-15deg);
}

.contact-gr {
    opacity: 0.5;
    width: 10vw;
    height: 16vw;
    z-index: -10;
    position: absolute;
    right: 15vw;
    top: 17vw;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);

}

.contact-bg {
    opacity: 0.9;
    z-index: -50;
    position: absolute;
    width: 80vw;
    left: 10vw;
    top: 20%;
}

.contact-bg img {
    width: 100%;
}

.contact-tel {
    display: flex;
    position: absolute;
    top: 16vw;
    right: 25%;
    z-index: 20;
    background: rgba(255, 255, 255);
    width: 50%;
    height: 8vw;

}

.contact-tel p {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    margin: auto;
    flex: 1;
}

.tel-number {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    font-size: 2em !important;
    text-align: center;
}

.tel-number i {

    color: #74ebd5;
    padding-right: 1rem;
}

.contact-message {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 50%;
    left: 25%;
    top: 7vw;
    padding: 2%;
    text-align: center;
}

.contact-message p {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
}

.contact-message p>span {
    color: #FF7A00;
}

.form {
    position: absolute;
    top: 25vw;
    padding: 5% 10% 2%;
    background: rgba(255, 255, 255, 1);
    width: 50%;
    left: 25%;
}

.form dt {
    margin: 0.5em 0;
}

.form dl {
    text-align: left;
}

input,
textarea {
    border: 1px solid #e2e2e2;
}

.form .name,
.form .shop,
.form .adress,
.form .email,
.form .url,
.form .tel {
    width: 100%;
    height: 2vw;
}

textarea {
    width: 100%;
    height: 20vw;
    line-height: 1.5em;
}

.attention {
    margin: 1em 0;
    font-size: 0.8em;
}

.center {
    text-align: center;
    margin: 2vw;
}


.dm-rd-wrap {
    margin-top: 3.2552083333333335vw;
    overflow: hidden;
}

/* 資料請求ブロック */
.dm-rd-box-link {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 90%;
    max-width: 960px;
    border-radius: 24px;
    padding: 4.0625vw;
    background: linear-gradient(224deg, #FF5C00 -16.79%, #FFC700 62.6%);
    color: #FFF;
    margin: 0 auto 27px auto;
}

.dm-rd-box-link:hover {
    opacity: 0.6;
}

.dm-rd-text {
    max-width: 300px;
}

.dm-rd-text-ttl-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.45em;
    letter-spacing: -0.29px;
    text-transform: uppercase;
}

.dm-rd-text-ttl-jp {
    font-size: 2.4em;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-top: 0.8em;
}

.dm-rd-text-body {
    font-size: 1.01546em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 1.01546em;
}

.dm-rd-icon {
    font-size: 3.85em;
    line-height: 1;
}

/* 実績スライドブロック */
.dm-rd-slider.swiper-container {
    pointer-events: none;
}

.dm-rd-slider-img.swiper-slide {
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 16px;
}

.dm-rd-slider-img img {
    vertical-align: top;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
}

.dm-rd-slider .swiper-wrapper {
    transition-timing-function: linear;
}

/* お取引企業・自治体ブロック */
.dm-rd-client {
    margin: 2vw auto 0 auto;
    padding-top: 8vw;
    padding-bottom: 14vw;
}

.dm-rd-client-ttl {
    font-size: 1.2em;
    text-align: center;
}

.dm-rd-client-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 90%;
    max-width: 980px;
    margin: 24px auto 0 auto;
}

.dm-rd-client-list li {
    flex-basis: 192px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 18px;
}

.dm-rd-client-list .list-02 {
    flex-basis: 194px;
}

.dm-rd-client-list .list-04 {
    flex-basis: 207px;
}

.dm-rd-client-list .list-05 {
    flex-basis: 65px;
}

.dm-rd-client-list .list-07 {
    flex-basis: 150px;
}

.dm-rd-client-list .list-16 {
    flex-basis: 111px;
}

.dm-rd-client-list .list-18 {
    flex-basis: 127px;
}

.dm-rd-client-list .list-19 {
    flex-basis: 182px;
}

.dm-rd-client-list .list-20 {
    flex-basis: 111px;
}

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

アバウトアス
====================================*/
/*====== Outline ========*/


.yose h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.outline {
    margin: 0 15vw;
    margin-top: 3vw;
    margin-bottom: 7vw;
}

.outline .midashi2 {
    text-align: left;
}

.outline-bg {
    position: absolute;
    top: 5vw;
    right: 7vw;
    width: 40vw;
    z-index: -1;
}

.outline img {
    width: auto;
    height: 27vw;
}

.outline-text {
    margin-top: 4vw;
}


.access h4 {
    font-size: 1.5em;
}

.access .midashi2 {
    margin-bottom: 20px;

}

.access p {
    font-size: 1.25em;
}

.cp_table *,
.cp_table *:before,
.cp_table *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_table {}

/*
.cp_table {
    width: 100%;
    border-collapse: collapse;
}*/

.cp_table th,
.cp_table td {
    padding: 1vw 1vw .5vw 0;
    /*   border: 1px solid #dddddd;
    background: #f4f4f4;*/
}

.cp_table th {
    width: 30%;
    text-align: left;
    /*  background: #e4e4e4;*/
}


/*====== Message  ========*/
.message-box {
    margin: 0 15vw;
    margin-top: 7vw;
    margin-bottom: 5vw;

}

.message-box .midashi2 {
    text-align: left;
}



.message-text {
    /* position: absolute;
    top: 12vw;
    left: 10vw;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    width: 75vw;
    height: 85%;
    z-index: 4; */
}

.message-text .inner {
    /*   padding: 4vw; */
}

.message-img {
    /*  position: absolute;
    top: 10vw;
    right: 15vw;
    width: 330px;
    z-index: 10; */
}

.message-bg {
    position: relative;
    top: 15vw;
    z-index: -1;
}

.message-gr {
    position: absolute;
    width: 10vw;
    height: 18vw;
    left: 7vw;
    bottom: 6vw;
    z-index: -1;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.message-gr2 {
    position: absolute;
    width: 10vw;
    height: 18vw;
    right: 7vw;
    top: 6vw;
    z-index: -1;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.yose {
    position: absolute;
    top: 3vw;
    left: 15vw;
    z-index: 50;
}

.yuasa-img {
    height: 187px;
}

.staff-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: 1.5;
    margin-bottom: 80px;
}

.ceo {
    /*position: relative;
    width: 30vw;
    height: 27vw;*/
}

.ceo-width {
    margin-right: 4vw;
}

.ceo-wapper {
    display: flex;
    margin-top: 5vw;


}

/* .vision {
    font-size: 6rem !important;
    position: absolute;
    top: -16%;
    right: 20%;
    color: #dcdcdc;
    z-index: 5;
} */
.member-wapper {
    display: flex;
    flex-wrap: wrap;
}

.ceo-img {
    /*position: absolute;*/
    /*  width: 17vw;*/
    height: 30vw;
}

.ceo-img img {
    object-fit: cover;
    height: 100%;
}

.ceo-img.ceo-width {
    width: 30vw;
    height: 40vw;
}

.ceo-text {
    /* position: absolute; */
    font-size: 1.2vw;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    width: 59vw;
    z-index: 10;
    font-weight: 600;
}

.member-text {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    margin-top: 1vw;

}

.c-name {
    margin-bottom: 10px;
}

.c-message {
    font-size: 14px;
    z-index: 10;
}

.staff {
    width: 90%;
}

.staff ul {
    list-style: none;
    width: 100%;
    column-count: 5;
    column-gap: 10px;
}

.staff-img {
    height: 100%;
}

.engineers {
    margin-top: 2vw;
}

/*====== Access  ========*/

.access {
    margin: 0 0 0 15vw;
    margin-top: 3vw;
    margin-bottom: 5vw;
}

.access .midashi2 {
    text-align: left;
}

.root1 {
    position: absolute;
    top: 15vw;
    left: 10vw;
    background: #fff;
    width: 60vw;
    height: 75vw;
}

.root1-left {
    display: flex;
    margin: 3vw;
}

.root1-right {
    display: flex;
    margin: 3vw;
}

.root1 p {
    margin: 2vw 1vw;
}

.root1-img {
    width: 20vw;
    margin: auto;
}

.st_address {}

.st_address p {
    font-size: 1.17rem;
    font-weight: bold;
}

.st_address table {
    text-align: left;
    margin-top: 20px;
}

.st_address th {
    padding-right: 2vw;
    padding-bottom: 1vw;
}

.st_address td {
    padding-bottom: 1vw;
}

.loin_address {}

.loin_address p {
    font-size: 1.17rem;
    font-weight: bold;
}

.loin_address table {
    text-align: left;
    margin-top: 20px;
}

.loin_address th {
    padding-right: 2vw;
    padding-bottom: 1vw;
}

.loin_address td {
    padding-bottom: 1vw;
}

.map {
    width: 45vw;
    height: 25vw;

}

.map iframe {
    width: 100%;
    height: 100%;

}

.address {
    position: absolute;
    left: 15vw;
    top: 13%;
}

.address-wapper {
    display: flex;
    margin-top: 7vw;
    justify-content: space-between;
}


.root1 {
    position: absolute;
    top: 20vw;
    left: 20vw;
    background: #fff;
    width: 60vw;
    height: 70vw;
}

.root1-left {
    display: flex;
    margin: 3vw;
}

.root1-right {
    display: flex;
    margin: 3vw;
}

.root1 p {
    width: 70%;
    margin: 2vw 1vw;
}

.root1-img {
    width: 30%;
    width: 20vw;
}

.root1 h4 {
    text-align: center;
    margin: 1em 0;
}

.annai {
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 1px #494949;
    /*左線*/
}

/*====== link  ========*/
.link {
    margin: 0 15vw;
    margin-top: 5vw;
    padding-bottom: 5vw;

}

.link .midashi2 {
    text-align: left;
}

.sns-wrapper {
    display: flex;
    margin: 3vw 0;
}

.sns-wrapper p {
    font-weight: bold;
    width: 12%;
}

.sns-category {
    display: flex;
    width: 100%;
}

.sns-category>li {
    width: 23%;
}

.sns-type {
    display: flex;
    align-items: center;

}

.sns-type li img {
    width: 90%;
}

.sns-icon-img {
    width: 35px;
    margin-right: 8px;
}

/*====== gallery  ========*/
.gallery {
    margin: 0 0 0 15vw;
    margin-bottom: 10vw;
}

.gallery .midashi2 {
    text-align: left;
}

/* 全体のスタイル */
.swiper-wrapper {
    width: 100%;
    height: 250px;
}

.gallery-wrapper {
    margin-top: 5vw;
}

.gallery-wrapper2 div {
    margin: 0.5vw 0;
}

/* 全スライド共通スタイル */
.swiper-slide {
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 250px;
}

/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
.swiper-slide:nth-child(4n+1) {
    /* background-color: #EECB27; */
}

/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
.swiper-slide:nth-child(4n+2) {
    /* background-color: #E13239; */
}

/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
.swiper-slide:nth-child(4n+3) {
    /* background-color: #1F1762; */
}

/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
.swiper-slide:nth-child(4n+4) {
    /* background-color: #BEDAE5; */
}


.swiper-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left-btn.png);
    left: auto;
    top: -2%;
    right: 30%;
}

.swiper-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right-btn.png);
    right: 20%;
    left: auto;
    top: -2%;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px !important;
    height: 44px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 40px !important;
    /* background-position: center; */
    background-repeat: no-repeat;
}

.swiper-pagination-bullet-active {
    background: white !important;
}

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

フッター

====================================*/
footer {
    background: #2c2c2c;
    color: #fff;
}

.footer {
    padding: 2% 5%;
    margin: 0 auto;
}

.footer a {
    color: #fff;
}

.footer p {
    margin: 0.5em 0;
}

.footer h2 {
    margin-bottom: 0.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.front_page .footer {
    padding-top: 240px;
}


small {
    color: #555;
}


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

下層ヘッダー

====================================*/
.kasou-header {
    width: 100%;
    height: 70vh;
    color: #fff;
    text-align: center;
    display: table;
}

.head-text {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 3vw;
}

.head-text h3 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
}

.head-title {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.ec-header {
    background-image: url(../img/ec-head.jpg);
    background-size: cover;
    background-position: center;
}

.ec p {
    font-size: 1.2vw;
}

.web-header {
    background-image: url(../img/web-head.jpg);
    background-size: cover;
    background-position: center;
}

.about-header {
    background-image: url(../img/con-head.jpg);
    background-size: cover;
    /* background-position: center; */
}
.member-img {
    width: 50%;
}
.con-header {
    background-image: url(../img/con-head.jpg);
    background-size: cover;
    background-position: center;
}

.privacy-header {
    background-image: url(../img/privacy-head.jpg);
    background-size: cover;
    background-position: center;
}

.system-header {
    background-image: url(../img/system-head.jpg);
    background-size: cover;
    background-position: center;
}


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

下層フロー

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

.flow-wrap {
    margin: 5% 0;
}

.flow-wrap figure {
    position: relative;
}

.flow-wrap figcaption {
    display: flex;
    width: 100%;
    height: 8vw;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);

}

.flow-number {
    width: 35%;
    text-align: right;
    font-size: 2vw;
    margin: auto 0;
}

.flow-right {
    width: 60%;
    text-align: left;
    margin: auto;
}

.flow-wrap h5 {
    font-size: 20px;
}

.flow-image {
    width: 60vw;
    margin: auto;
    margin-top: 50px;
}


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

EC構築・運営

====================================*/
.ec-flow {
    margin: 5% 0;
}

.ec-data {
    position: relative;
    height: 35vw;
    margin: 10vw 0;
}

.ec-data h3 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 1em;
}

.ec-data-text-box {
    text-align: center;
    position: absolute;
    width: 40%;
    height: 14vw;
    background: #fff;
    top: 8vw;
    left: 12vw;
    padding: 3vw;
    z-index: -10;
}

.ec-data-img {
    position: absolute;
    top: 4vw;
    right: 12vw;
    width: 40%;
}

.ec-data-gr1 {
    position: absolute;
    width: 10vw;
    height: 18vw;
    left: 7vw;
    bottom: 0;
    z-index: -20;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.ec-data-gr2 {
    position: absolute;
    width: 10vw;
    height: 18vw;
    top: 0;
    right: 7vw;
    z-index: -20;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}


.ec-merit {
    margin: 5% 0;
}

.ec-merit-wrap {
    text-align: center;
    margin-top: 6vw;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: center center;

}

.ec-merit-box {
    width: 20%;
    border: #120867 1px solid;
    background: rgba(255, 255, 255, 1);
    padding: 2vw;
    margin: 0 2vw;
}

.ec-merit-box img {
    width: 100%;
    height: auto;
}

.ec-merit-box-img {
    width: 40%;
    margin: -6vw auto 0;
}


.ec-merit-text h3 {
    margin-bottom: 1em;
    font-size: 1.5vw;
}

.ec-point-box {
    position: relative;
    height: 35vw;
    margin: 4vw 0;
}

.ec-point-text {
    padding: 1em;
    width: 40%;
    position: absolute;
    top: 10vw;
    left: 10%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
}

.ec-point-pict {
    position: absolute;
    top: 2vw;
    right: 10%;
    width: 50%;
}

.ec-point-gr {
    position: absolute;
    top: 0;
    width: 50%;
    height: 30vw;
    right: 12%;
    z-index: -10;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.ec-point-text2 {
    padding: 1em;
    width: 40%;
    position: absolute;
    top: 10vw;
    right: 10%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
}

.ec-point-pict2 {
    position: absolute;
    top: 2vw;
    left: 10%;
    width: 50%;
}

.ec-point-gr2 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 30vw;
    left: 12%;
    z-index: -10;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.ec-point-text h3,
.ec-point-text2 h3 {
    font-size: 28px;
}

.ec-point-text h4,
.ec-point-text2 h4 {
    font-size: 24px;
    padding: 0.2em 0;
}

.mall-inner {
    background: #efefef;
    padding: 40px;
}

.malls {
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}

.ec-banner {
    width: 60%;
    margin: 5% auto;
}

/* プライス */

.p-all {
    margin: auto;
    width: 900px;
    font-family: "游ゴシック体", YuGothic;

}

.p-all h2 {
    margin-top: 15%;
}

.p-kome {
    font-size: 1.5em;
}

.p {
    box-shadow: 0 0 7px #D6D9D4;
}

.p-web {
    margin-top: 5%;
}

.p-web,
.p-ec {
    height: 460px;
}

.p hr {
    height: 1px;
    background-color: #ffffff;
    border: none;
}

.p-web-title,
.p-ec-title {
    clear: both;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.p-web-title p,
.p-ec-title p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
}

.w-box {
    float: left;
    width: 280px;
    /* height: 300px; */
    margin-right: 30px;
    text-align: center;
    background-color: white;
}

.w-box:last-child {
    margin-right: 0;
}

.w-inner_u {
    height: 200px;
}



.w-inner_d span {
    display: block;
    padding: 5%;
    line-height: 1.2;
    height: 100px;
}

.nedan {
    display: block;
    padding-top: 30px;
}

.p-web-1_inner {
    background-image: linear-gradient(65deg, #D6F110 0%, #56B70C 100%);
}

.p-web-2_inner {
    background-image: linear-gradient(65deg, #FAA107 0%, #F06B04 100%);
}

.p-web-3_inner {
    background-image: linear-gradient(65deg, #04B5F1 0%, #0338E5 100%);
}

.p-EC-1_inner {
    background-image: linear-gradient(65deg, #F673BB 0%, #F30B65 100%);
}

.w-inner_u span {
    color: #ffffff;
}

.p-web-plan {
    display: block;
    padding-top: 15px;
    padding-bottom: 8px;
}

.bg-p {
    font-size: 50px;
    line-height: 1.5;
}

.p-web-option2 {
    font-size: 14px;
    color: gray;
    text-align: left;
}

.p-ec-option1 {
    font-size: 14px;
    color: gray;
}

.m-table th,
.m-table td {
    border: solid 1px;
    padding: 24px 0;
    text-align: center;
    font-size: 1.5em;
}

.m-table th {
    background-color: #E9E5E6;
    color: gray;
}

.m-table td {
    padding: 0 50px;
    color: gray;
    background-color: #ffffff;
}

.m-table {
    border-collapse: collapse;
    width: 100%;
    height: 230px;
}


.m-plan {
    float: left;
    width: 590px;
    height: 280px;
}

.m-title {
    background-color: #C7C0C3;
    height: 50px;
}

.m-title p {
    text-align: center;
    vertical-align: center;
    padding-top: 15px;
}



.p-s-title,
.p-cm-title {
    color: #ffffff;
    font-size: 20px;
    width: 435px;
    clear: both;
    text-align: center;
    padding: 20px 0;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.p-3 {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: gray;
}

.p-system,
.p-cm {
    float: left;
}

.p-cm {
    margin-left: 30px;
}

.p-kome {
    clear: both;
    display: block;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

.mall-img {
    margin: 0 10px;
}


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

WEBサイト制作

====================================*/
.wd-menu {
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: center center;
    margin: 5% 0;

}

.wd-white {
    background: rgba(255, 255, 255, 0.9);
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.wd-btn {
    font-size: 14px;
    margin: 3% 1%;
    display: block;
    width: 25vw;
    line-height: 70px;
    color: #333;
    text-decoration: none;
    text-align: center;
    background-color: #FFF;
    border: solid 1px #333;
}

.wd-btn:hover {
    opacity: 0.8;
}

.wd-btn i {
    color: #4e84aa;
    padding-left: 10px;
    font-size: 20px;
    line-height: 70px;
}


.adv {
    position: relative;
    height: 40vw;
    text-align: center;
}

.adv-white {
    position: absolute;
    left: 10vw;
    display: flex;
    justify-content: center;
    background: #fff;
    width: 80vw;
    height: 25vw;
    top: 8vw;
    z-index: -10;
}

.adv-box {
    width: 30%;
    margin: 2vw 2vw;
}

.adv-pict {
    width: 40%;
    margin: 1em auto;
}

.adv-bg {
    width: 100%;
    position: absolute;
    top: 10vw;
    z-index: -30;
}

.adv-gr1 {
    position: absolute;
    width: 8vw;
    height: 18vw;
    top: 5vw;
    right: 7vw;
    z-index: -20;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.adv-gr2 {
    position: absolute;
    width: 8vw;
    height: 18vw;
    left: 7vw;
    bottom: 3vw;
    z-index: -20;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.adv-text {
    text-align: center;
    width: 80%;
    position: absolute;
    top: 27vw;
    z-index: 50;
    left: 10%;
    font-size: 1.2em;
}

.type {
    position: relative;
}

.type-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-image: url(../img/type-bg.jpg);
    background-size: cover;
    margin-top: 30px;
}


.types {

    padding: 2vw;
}

.type-text {
    margin: 1em 0 0 0;
    padding: 1vw;
    background: rgba(255, 255, 255, 0.9);
}

.type-text p {
    margin-top: 1em;
}

.type-bg {
    width: 100%;
    position: absolute;
    top: 7vw;
    z-index: -10;
}

.cm-inner {
    position: relative;
    height: 60vw;
}

.cm-box1 {
    position: absolute;
    left: 22%;
    top: 5vw;
}

.cm-box2 {
    right: 22%;
    position: absolute;
    top: 10vw;
}

.cm-box3 {
    left: 22%;
    position: absolute;
    top: 30vw;
}

.cm-box4 {
    right: 22%;
    position: absolute;
    top: 35vw;
}

.cm-pict {
    width: 25vw;
    margin: 0 auto;
}


.web-maketing {
    position: relative;
    height: 75vw;
    margin: auto;
    margin-top: 10vw;
}

.web-maketing h3 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 2rem;
    margin-top: 5vw;
}

.web-maketing-text-box {
    height: 70vw;
    width: 90%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.web-maketing-text-box p {
    padding: 1em;
    width: 45%;
    margin: auto;
    text-align: center;
    font-size: 1.2em;
}

.web-maketing-text-box2 {
    text-align: center;
    position: absolute;
    width: 80vw;
    height: 38vw;
    background: #fff;
    top: 12vw;
    left: 10vw;
    padding: 3vw;
    z-index: -12;
}

.web-maketing-img {
    width: 60vw;
    margin: auto;
    margin-top: 50px;
    margin-left: 11vw;
}

.web-maketing-img2 {
    position: absolute;
    top: 34vw;
    right: 12vw;
    width: 40%;
}

.web-maketing-gr1 {
    position: absolute;
    width: 10vw;
    height: 18vw;
    top: 2vw;
    left: 7vw;
    bottom: 0;
    z-index: -20;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.web-maketing-gr2 {
    position: absolute;
    width: 10vw;
    height: 18vw;
    bottom: 0;
    right: 7vw;
    z-index: -20;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}


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

システム開発

====================================*/
.system-pro {
    margin: 3% 0;
}

.system-pro-bg {
    margin: 3% 0 0;
    background-image: url(../img/probg.jpg);
    background-size: cover;
}

.system-pro-inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.pro-pict {
    padding: 5%;
}

.tech {
    position: relative;
    margin: 5% 0;
    height: 75vw;
}

.system-merit-inner {
    display: flex;
}

.rev {
    flex-flow: row-reverse;
}

.tech-pict {
    position: absolute;
    top: 5vw;
    left: 10vw;
    width: 80vw;

}

.tech-text {
    position: absolute;
    top: 40vw;
    left: 20vw;
    background: rgba(255, 255, 255, 0.9);
    width: 60vw;
    padding: 3em;
    font-size: 1.5em;
}

.tech-gr {
    position: absolute;
    width: 15vw;
    height: 40vw;
    top: 0;
    left: 15vw;
    z-index: -20;
    background-image: linear-gradient(15deg, #30cfd0 0%, #330867 100%);
}

.system-merit-wrap {
    margin: 5% 0;
}

.system-merit-inner {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
}

.column {
    height: 250px;
    width: 100%;
}

.column h2 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
    margin-bottom: 1em;
}

.column p {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
}

.info {
    padding: 3vw;
}

.info p {
    font-size: 1.2em;
}

.info h2 {
    font-size: 2em;

}

.cat1 {
    background-image: url(../img/s-merit1.jpg);
    background-size: cover;
}

.cat2 {
    background-image: url(../img/s-gr1.jpg);
    background-size: cover;
    background-position: right;
}

.cat2 .info,
.cat6 .info {
    width: 70%;
    margin-right: auto;
}

.cat3 {
    background-image: url(../img/s-merit2.jpg);
    background-size: cover;
}

.cat4 {
    background-image: url(../img/s-gr2.jpg);
    background-size: cover;
}

.cat4 .info {
    width: 70%;
    margin-left: auto;
}

.cat5 {
    background-image: url(../img/s-merit3.jpg);
    background-size: cover;
}

.cat6 {
    background-image: url(../img/s-gr3.jpg);
    background-size: cover;
    background-position: right;
}

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

プライバシーーポリシー

====================================*/
.privacy {
    margin: 2% 20%;
}

.privacy h2 {
    font-size: 24px;
    padding: 1rem 0;
}

.privacy p {
    padding: 1em;
}

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

トップオープニングアニメーション

====================================*/
.shutter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e1e1e;
    z-index: 9999;
    animation: byeShutter 2.6s forwards;
}

.shutter::before,
.shutter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.shutter::before {
    background-color: hsl(172, 59%, 61%);
    width: 0;
    height: 1px;
    animation: shutterOpen1 2.6s forwards;
}

.shutter::after {
    width: 100vw;
    height: 0;
    margin-left: -10%;
    background-color: #f3f3f3;
    animation: shutterOpen2 2.6s forwards;
}

.content {
    animation: contentScale 2.6s forwards;
}

/* ipad のみ */
.ipad {
    background-color: #000;
}

.ipad .menu span {
    background-color: #000 !important;
}

.ipad.main-h {
    display: block !important;
    position: absolute;
    font-size: 3em;
    top: 25%;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat',
        sans-serif;
    font-weight: bold;
}

.ipad .infomation {
    color: #000;
}

.ipad .info-box {
    border: solid 1px #000;
}

.ipad .scroll {
    color: #000;
}

.ipad .top {
    height: 90vh;
}

@keyframes byeShutter {
    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
        z-index: -1;

    }
}

@keyframes shutterOpen1 {
    0% {
        width: 0;
        height: 1px;

    }

    50% {
        width: 100%;
        height: 1px;
    }

    90% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    100% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }
}

@keyframes shutterOpen2 {
    60% {
        width: 120%;
        height: 0;
        transform: rotate(5deg);
    }

    90% {
        width: 120%;
        height: 100%;
        transform: rotate(-5deg);
    }

    100% {
        width: 120%;
        height: 100%;
        transform: rotate(-5deg);
    }
}


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

下層　問い合わせボタン

====================================*/
.kasou-contact-btn {
    text-align: center;
    margin: 5% 0;
}

.bg-gradient2 span,
.bg-gradient2:before {
    background: #52A0FD;
    background: -moz-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
    background: -webkit-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
    background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
}

/* fancy Button */
.fancy-button {
    display: inline-block;
    margin: 30px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}

.fancy-button:before {
    content: "";
    display: inline-block;
    height: 45px;
    position: absolute;
    bottom: -5px;
    left: 35px;
    right: 35px;
    z-index: -1;
    border-radius: 30em;
    filter: blur(20px) brightness(0.95);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

.fancy-button i {
    margin-top: -1px;
    margin-right: 20px;
    font-size: 1.265em;
    vertical-align: middle;
}

.fancy-button span {
    display: inline-block;
    padding: 18px 60px;
    border-radius: 50em;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

.fancy-button:focus,
.fancy-button:active {
    color: #ffffff;
}

.fancy-button:hover {
    color: #ffffff;
}

.fancy-button:hover span {
    filter: brightness(1.05) contrast(1.05);
    transform: scale(0.95);
}

.fancy-button:hover:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
}

@supports (-ms-ime-align: auto) {
    /* Edge のみ適用される */

}

/* @media screen and (min-width: 750px) and (max-width: 1050px) {
    .ceo {
        height: 37vw;
    }
    .yuasa {
        height: 47vw !important;
    }
    .message-box {
        position: relative;
        height: 230vw;
    }
    .access {
        height: 130vw;
    }
    .root1 {
        height: 80vw;
    }
    .blog {
        height:65vw;
    } 
}
*/

.portfolio {
    width: 100%;
    margin-top: 35px;
}