/*===========================================
初期化
===========================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*===========================================
common 共通
===========================================*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap'); */
body {
    font-family: 'Montserrat',"游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic",sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
}
.common_wrapper {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}
.section_common_ttl {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size : 108px;
    letter-spacing : 21.6px;
    color : #080F29;
    line-height: 1.19;
}

.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #080F29;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*===========================================
header
===========================================*/
#wrapper {
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 100;
    /* height: 95px; */
}
#wrapper .drowar-menu {
    /* width: 1920px; */
    /* max-width: 100%; */
    /* padding: 0 70px; */
    width: 1800px;
    /* width: 1600px; */
    max-width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    
}


  
#wrapper .drowar-menu .bland {
    display: flex;
    align-self: center;
    text-decoration: none;
}
#wrapper .drowar-menu .bland img {
    /* margin-top: 25px; */
    /* margin-left: 70px; */
    width: 250px;
}
#wrapper .drowar-menu .bland img:hover {
    opacity: .8;
}
.log_mes {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #231815;
    align-self: flex-end;
    /* line-height: 1.75; */
    /* margin-left: 20px; */
    margin-left: 7px;
}
#nav-btn {
    display: none;
    outline: none;
}
.menu .menu-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* background-color: #EFF1F9; */
    margin: 0;
}

.menu .menu-btn .dropdown-btn {
    
    
}

.dropdown-btn {
    display: inline-block;
    cursor: pointer;
    padding: 70px 10px;
    /* padding-bottom: 39px; */
}
.dropdown-btn a{
    font-size: 18px;
    color: #231815;
    font-weight: 600;
    list-style: none;
    transition: all .2s;
    text-decoration: none;
}
.dropdown-btn a:hover {
    opacity: .7;
}

.open {
    display: block;
}
  
.close {
    display: block;
}
  
.nav-button-wrap,
.open {
    display: block;
}
  
.close {
    display: block;
}





/*===========================================
mv
===========================================*/
.mv {
    padding-top: 70px;
    position: relative;
}
.mv_sankaku_block {
    width: 904px;
    max-width: 100%;
    margin-left: auto;
}
.mv_sankaku {
    width: 100%;
}
.mv_img_block {
    margin-right: 100px;
    height: 800px;
    overflow: hidden;
    position: relative;
    margin-top: -130px;
}
.mv_img_block img{
    width: 100%;
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom: 0;
    -webkit-animation: anime 60s 0s infinite;
    animation: anime 60s 0s infinite;
}
@keyframes anime {
    0% {
        opacity: 1;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 1;
         transform: scale(1.1);
                    z-index:9;
    }
    100% { opacity: 1 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 1;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 1;
         -webkit-transform: scale(1.1);
            z-index:9;
    }
    100% { opacity: 1 }
}
.mv_wrapper {
    width: 100%;
    position: absolute;
    /* top: 441px; */
    top: 392px;
}
.mv_content {
    width: 1600px;
    max-width: 96%;
    margin: 0 auto;
    position: relative;
    margin-bottom: -65px;
    z-index: 10;
}
.mv_message_one {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 45px;
    letter-spacing : 4.8px;

}
.mv_message_one_bg {
    display: inline-block;
    background-color: #080F29;
    padding: 25px;
    
}

.mv_message_one_bg_move span{
    opacity: 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.mv_message_two {
    font-size: 136px;
    font-weight: 600;
    letter-spacing: 27px;
    line-height: 1.1;
    color : #080F29;
    padding-right: 20px;
}
.mv_message_two_move span {
    opacity: 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

/* アニメーション設定 */
.mv_scroll {
    position: absolute;
    right: 20px;
    bottom: -20px;
    height: 200px;
    z-index: 11;
}
  
.mv_scroll_inner p {
    font-size: 9px;
    font-weight: lighter;
    text-align: end;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
  
.arrow {
    width: 1px;
    height: 200px;
    margin: 50px auto 0;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}
  
.arrow::before {
    content: '';
    width: 2px;
    /* height: 200px;
    margin: 50px auto 0; */
    height: 200px;
    margin: -200px auto 0;
    background-color: #E6215B;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-animation: arrow 2.5s ease 0s infinite normal;
    animation: arrow 2.5s ease 0s infinite normal;
}
  
@keyframes arrow {
    0% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
  
    60% {
      -webkit-transform: translate3d(-50%, 100px, 0);
      transform: translate3d(-50%, 100px, 0);
    }
  
    100% {
      -webkit-transform: translate3d(-50%, 100px, 0);
      transform: translate3d(-50%, 100px, 0);
    }
}

.mv_message_two {

}

/*===========================================
mission
===========================================*/

.mission {
    /* margin-top: 140px; */
    /* margin-bottom: 85px; */
    /* 変更3/1 */
    margin-top: 120px;
    margin-bottom: 110px;
    background-image: url(../img/mission-bg.svg);
    background-size: cover;
    background-position: center;
}
.mission_content {
    width: 94%;
    margin: 0 auto;
}
.scroll_down {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}
.scroll_down.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
.mission_ttl {
    text-align: center;
    /* padding-bottom: 40px; */
    /* 変更3/1 */
    padding-bottom: 100px;
}
/* .mission_content {
    width: 100%;
    max-width: 100%;
} */
.mission_subttl {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 28px 26px 27px 26px;
    background: #fff0d9;
    font-weight : bold;
    font-size : 36px;
    color : #FFFFFF;
    /* margin-left: -33px; */
    line-height: 1.2;
    /* border-bottom: solid 3px orange; */
    z-index:-2;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(79, 108, 179, 1) 0%,rgba(76, 191, 213, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(79, 108, 179, 1) ),color-stop(1,rgba(76, 191, 213, 1) ));
    background : -o-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6CB3', endColorstr='#4CBFD5' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6CB3',endColorstr='#4CBFD5' , GradientType=1);
}
.mission_subttl:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 27px white;
    border-bottom: solid 108px transparent;
    z-index: -1;
}
.mission_subttl:after {
    position: absolute;
    content: '';
    right: -1px;
    top: -7px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 27px transparent;
    border-bottom: solid 108px white;
    z-index: -1;
}
.mission_p {
    /* padding: 85px 0; */
    /* padding-top: 80px; */
    /* 変更3/1 */
    padding-top: 100px;
    text-align: justify;
    width: 1336px;
    max-width: 94%;
    margin: 0 auto;
    font-weight : bold;
    font-size : 36px;
    line-height : 1.66;
    color : #231815;

}
.mission_p_move span {
    opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
/*===========================================
product
===========================================*/
.product_ttl {
    text-align: center;
    /* padding-bottom: 90px; */
    /* 変更3/1 */
    padding-bottom: 110px;
}
.product_intro {
    position: relative;
    width: 100%;
    /* padding-bottom: 150px; */
}
.product_intro{
    /* padding-bottom: 170px; */
    /* 変更3/1 */
    padding-bottom: 120px;
}

.product_intro:last-child{
    /* padding-bottom: 100px; */
    padding-bottom: 0;
}
.product_sankaku_block {
    /* width: 1000px; */
    max-width: 100%;
    margin-left: auto;
    margin-bottom: -200px;
    /* position: absolute; */
    /* 変更 */
    width: 800px;
}
.product_sankaku_block_img {
    width: 100%;
}
.product_bgborder {
    position: relative;
    background-color: #F1F3FA;
    width: 1920px;
    max-width: 100%;
    height: 385px;
}
/* .sp_bgcolor {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #F1F3FA 70%, #F1F3FA 100%);
} */
.product_wrapper {
    /* width: 1580px; */
    max-width: 96%;
    margin: 0 auto;
    height: 0;
    /* overflow: hidden; */
    /* 変更 */
    width: 1300px;
}
main {
    overflow: hidden;
}

.product_platform {
    background-image: url(../img/product-1.png);
}
.product_intro_common {
    padding: 20px;
    /* width: 1075px; */
    /* height: 715px; */
    max-width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    /* top: -495px; */
    /* bottom: 883px; */
    bottom: 750px;
    z-index: 5;
    /* 変更 */
    width: 900px;
}
.product_intro_common_wrapper {
    border: 4px solid #FFFFFF;
    padding-top: 55px;
    padding-left: 55px;
    /* position: absolute; */
}
.product_intro_common_ttl {
    font-weight : 700;
    font-size : 72px;
    color : #FFFFFF;
    /* line-height: 1.2; */
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #231815;
}
.product_intro_common_sub_ttl {
    font-weight : 700;
    font-size : 18px;
    color : #FFFFFF;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px #231815;
}
.product_intro_common_p {
    margin-bottom: 10px;
    font-weight : bold;
    font-size : 18px;
    line-height : 1.6;
    color : #FFFFFF;
    text-shadow: 1px 1px 2px #231815;
}
.product_intro_btn_block {
    /* position: relative; */
    /* bottom: 0; */
    background-color: #FFFFFF;
    /* width: 568px; */
    max-width: 100%;
    margin-left: auto;
    /* margin-right: -420px; */
    margin-bottom: -95px;
    /* height: 502px; */
    /* max-height: 100%; */
    /* 変更 */
    margin-right: -405px;
    width: 600px;
}
.product_intro_btn_block_wrapper {
    /* width: 410px; */
    max-width: 100%;
    margin: 0 auto;
    /* padding: 100px 0; */
    /* 変更 */
    width: 490px;
    padding: 50px 0;
}
.product_intro_btn_block_number {
    font-size : 21px;
    font-weight: normal;
    /* line-height : 24px; */
    color : #231815;
}
.product_intro_btn_block_img {
    width: 345px;
    max-width: 100%;
    margin: 43px 0;
}
.product_intro_btn_block_img_1 {
    margin: 36px 0;
}
.product_intro_btn_block_img_3 {
    margin: 22px 0;
}
.product_intro_btn_block_ex {
    font-weight : bold;
    font-size : 18px;
    color : #3E3A39;
    /* margin-bottom: 55px; */
    /* 変更 */
    margin-bottom: 30px;
}
.product_intro_btn_block_ex_1 {
    font-weight : bold;
    font-size : 18px;
    line-height : 1.3;
    color : #3E3A39;
    /* margin-bottom: 55px; */
    /* 変更 */
    margin-bottom: 30px;
}
.product_intro_btn_block_btn {
    display: inline-block;
    text-align: center;
    /* width: 410px; */
    max-width: 100%;
    height: 50px;
    font-weight : bold;
    font-size : 18px;
    line-height: 50px;
    color : #FFFFFF;
    text-decoration: none;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(79, 108, 179, 1) 0%,rgba(76, 191, 213, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(79, 108, 179, 1) ),color-stop(1,rgba(76, 191, 213, 1) ));
    background : -o-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6CB3', endColorstr='#4CBFD5' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6CB3',endColorstr='#4CBFD5' , GradientType=1);

    /* 変更 */
    width: 490px;
}
.product_intro_btn_block_btn:hover {
    opacity: .8;
}

.slideConts {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.slideContsL {
    /* background-color: lightpink; */
    transform: translate(-1600px, 0);
}
.slideContsR {
    /* background-color: lightblue; */
    transform: translate(1600px, 0);
}
.slideContsL.show {
    transform: translate(0px, 0) !important;
}
.slideContsR.show {
    transform: translate(0px, 0) !important;
}
.product_media {
    background-image: url(../img/product-2.png);
    margin-left: auto;
}
.product_media_wrapper {
    padding-right: 55px;
    padding-top: 55px;
}
.product_media_content {
    text-align: right;
}
.product_sankaku_block_left {
    margin-left: initial;
    margin-right: auto;
    margin-bottom: -75px;
}
.product_intro_lab {
    /* margin-left: -420px; */
    margin-left: -460px;
}
.product_portal {
    background-image: url(../img/product-3.png);
}
.product_portal_wrapper {
    /* position: relative; */
    display: flex;
    /* height: 680px; */
    padding-bottom: 55px;
    /* 変更 */
    height: 520px;
}
.product_portal_content {
    align-self: flex-end;
}
.product_portal_content {
    /* position: absolute; */
    /* bottom: 0; */
}
.product_intro_nav {
    /* margin-top: 400px; */
    align-self: flex-end;
    margin-bottom: -150px;
}
/*===========================================
service
===========================================*/
.service {
    /* background-color: #F1F3FA; */
    /* background: linear-gradient(to bottom, #F1F3FA 0%, #F1F3FA 65%, #ffffff 65%, #ffffff 100%); */
    position: relative;
}
.service_bg {
    width: 100%;
    height: 663px;
    background-color: #F1F3FA;
    margin-bottom: 270px;
}
.service_block {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
}
.service_ttl {
    text-align: center;
    /* padding-top: 120px; */
    /* 変更3/1 */
}
.service_wrapper {
    display: flex;
    width: 1600px;
    max-width: 96%;
    margin: 0 auto;
    /* margin-top: 115px; */
    /* 変更3/1 */
    margin-top: 100px;
    padding-bottom: 195px;
    justify-content: space-between;
}

.service_left_img {
    display: block;
    width: 716px;
    max-width: 100%;
}
.service_content_block {
    width: 775px;
    max-width: 100%;
}
.service_content_block_img {
    width: 221px;
    max-width: 100%;
}
.service_content_block_ttl {
    font-weight : bold;
    font-size : 32px;
    color : #080F29;
    padding: 45px 0;
}
.service_content_block_ex {
    margin-right: 100px;
    font-weight : bold;
    font-size : 18px;
    line-height : 2;
    color : #3E3A39;
    /* 変更3/1 */
    text-align: justify;
}
.parallax {
    /* text-align: center; */
    position: absolute;
    width: 100%;
    /* position: fixed; */
    z-index: -1;
    top:2000px;
    /* bottom: 300px; */
}
.parallax_sp {
    display: none;

}
.parallax_ttl {
    font-size : 349px;
    letter-spacing : 40px;
    color : #F7F8F8;
}

/*===========================================
solution
===========================================*/
.solution {
    width: 100%;
    
    /* position: relative; */
}
.solution_ttl {
    text-align: center;
    /* margin-bottom: 40px; */
    padding-top: 140px;
}
.solution_ex {
    text-align: left;
    /* margin-bottom: 40px; */
    /* 変更3/1 */
    margin-bottom: 80px;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    line-height: 2;
    color: #3E3A39;
}
/* .solution_txt_block {
    text-align: center;
    padding: 90px 0;
} */
.solution_txt {
    width: 141px;
    max-width: 100%;
    
}
/* .solution_sp_bg {
    background-image: url(../img/solution-bg.png);
    background-position: center;
    background-size: cover;
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    height: 480px;
} */
.solution_pc_bg {
    background-image: url(../img/solution-bg.png);
    background-position: center;
    background-size: cover;
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    height: 480px;
}
.solution_contents {
    /* position: absolute; */
    /* top: -115px; */
    /* right: 0; */
    width: 1295px;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: -340px;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #231815; */
}
.solution_content {
    width: 50%;
    border: 1px solid #231815;
    background-color: #ffffff;
    border-collapse: collapse;
    text-align: center;
}
.solution_content_one {
    border-top: 2px solid #231815;
    border-left: 2px solid #231815;
}
.solution_content_two {
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
}
.solution_content_three {
    border-bottom: 2px solid #231815;
    border-left: 2px solid #231815;
}
.solution_content_four {
    border-bottom: 2px solid #231815;
    border-right: 2px solid #231815;
}
.solution_content_img_one {
    margin-top: 25px;
}
.solution_content_img_two {
    margin-top: 20px;
}
.solution_content_img_three {
    margin-top: 25px;
}
.solution_content_img_four {
    margin-top: 20px;
}
.solution_content_ttl {
    font-weight : bold;
    font-size : 32px;
    line-height: 1.2;
    color : #080F29;
    margin-bottom: 40px;
    margin-top: 20px;
}

.ttl_fadein {
    opacity : 0;
    transform : translate(0, 150px);
    transition:all 0.5s;
}
.ttl_fadein.ttl_scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.business_model{
    width: 1000px;
    max-width: 96%;
    margin: 0 auto;
    /* padding:90px 0;
    padding-top: 40px; */
    padding-top: 70px;
    padding-bottom: 80px;
}
/*===========================================
circle
===========================================*/
.circle {
    position: relative;
}

.background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    
    z-index: -1;
    width: 100%;
    height: 100%;
}
/*===========================================
news
===========================================*/
.news {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 170px;
    padding-bottom: 170px;
}
.news_left {
    width: 765px;
    max-width: 100%;
    padding-top: 50px;
    align-self: flex-end;
}
.news_ttl {
    text-align: right;
    padding-right: 20px;
    /* margin-bottom: 5px; */
    /* 変更3/1 */
    margin-bottom: 20px;
}
.news_left_img {
    width: 100%;
    /* max-width: 100%; */
}
.news_left_img_content {
    width: 100%;
}
.news_right {
    /* width: 1009px; */
    /* 変更3/1 */
    width: 805px;
    max-width: 100%;
    margin-left: 60px;
    margin-bottom: 17px;
}
.news_right_contents {
    padding-bottom: 70px;
}
.news_right_content {
    display: flex;
    border-top: solid 1px rgb(107, 104, 104);
    padding-left: 35px;
}
.arrow_block {
    align-self: center;
    margin-right: 30px;
}
.arrow_block_img {
    width: 8px;
}
.news_right_content_txt {
    display: flex;
    align-self: center;
    font-size: 14px;
    font-weight: 500;
    line-height : 1.4;
    letter-spacing : 1.4px;
    color : #3E3A39;
    padding: 35px 0;
}
.news_right_time {
    min-width: 130px;
    padding-right: 30px;
    align-self: center;
}
.news_right_news {
    min-width: 90px;
    /* padding-right: 30px; */
    /* 変更3/1 */
    padding-right: 25px;
    align-self: center;
}
.news_right_news_content {
    align-self: center;
}
.news_right_content:last-child {
    border-bottom: solid 1px rgb(107, 104, 104);
}
.news_right_btn {
    text-decoration: none;
    /* padding: 30px; */
    padding: 16px 25px;
    position: relative;
    font-weight : 600;
    font-size : 14px;
    letter-spacing : 1.4px;
    color : #3E3A39;
}
.news_right_btn:hover {
    opacity: .8;
}
/* .news_right_btn_two {
    text-decoration: none;
    padding: 30px;
    padding: 16px 25px;
    font-weight : 600;
    font-size : 14px;
    letter-spacing : 1.4px;
    color : #3E3A39;
} */
.news_right_btn_two{
    display: inline-block;
    width: 300px;
    height: auto;
    padding: 0;
    text-align: center;
    border-left: 4px solid #000000;
    border-right: 4px solid #ffffff;
}
.news_right_btn_two::before,
.news_right_btn_two::after{
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(to right, #000000 0%, #ffffff 100%);
}


.news_right_btn::before, .news_right_btn::after {
	content: '';
	width: 29.5px;
	height: 30px;
	position: absolute;
}
.news_right_btn::before {
	border-left: solid 2px #231815;
	border-top: solid 2px #231815;
	top: 0;
	left: 0;
}
.news_right_btn::after {
	border-right: solid 2px #231815;
	border-bottom: solid 2px #231815;
	bottom: 0;
	right: 0;
}
/*===========================================
recruit
===========================================*/
.recruit {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* padding-top: 170px;*/
    /* padding-bottom: 260px; */
    /* 変更3/1 */
    padding-bottom: 170px;
}
.recruit_right {
    width: 765px;
    max-width: 100%;
    order: 2;
    align-self: flex-end;
}
.recruit_ttl {
    text-align: left;
    margin-top: 35px;
    margin-bottom: 20px;
    /* padding-right: 20px; */
}
.recruit_right_img {
    width: 100%;
    /* max-width: 100%; */
}
.recruit_right_img_content {
    width: 100%;
}
.recruit_left {
    width: 735px;
    max-width: 100%;
    margin-right: 60px;
}
.recruit_left_content {
    margin-bottom: 25px;
}
.recruit_left_content_ttl  {
    /* text-align: center; */
    padding-left: 70px;
    font-weight : bold;
    font-size : 36px;
    line-height : 93px;
    color : #FFFFFF;
    height: 93px;
    background-color: #080F29;
    max-width: 100%;
}
.recruit_left_content_ttlone {
    margin-bottom: 15px;
    width: 407px;
}
.recruit_left_content_ttltwo {
    margin-bottom: 15px;
    width: 529px;
}
.recruit_left_content_ttlthree {
    width: 609px;
}
.recruit_left_content_txt {
    padding-left: 70px;
    margin-top: 40px;
    /* margin-bottom: 45px; */
}
.recruit_left_content_txt_p {
    font-size : 18px;
    line-height : 2;
    letter-spacing : 1.8px;
    color : #3E3A39;
    margin-bottom: 55px;
}
.recruit_left_btn {

}
.recruit_left_btn {
    text-decoration: none;
    /* padding: 30px; */
    padding: 16px 25px;
    position: relative;
    font-weight : 600;
    font-size : 14px;
    letter-spacing : 1.4px;
    color : #3E3A39;
}
.recruit_left_btn:hover {
    opacity: .8;
}
.recruit_left_btn::before, .recruit_left_btn::after {
	content: '';
	width: 29.5px;
	height: 30px;
	position: absolute;
}

.recruit_left_btn::before {
	border-left: solid 2px #231815;
	border-top: solid 2px #231815;
	top: 0;
	left: 0;
}

.recruit_left_btn::after {
	border-right: solid 2px #231815;
	border-bottom: solid 2px #231815;
	bottom: 0;
	right: 0;
}

/*===========================================
contact
===========================================*/
.contact {
    /* margin-bottom: 200px; */
    /* 変更3/1 */
    margin-bottom: 170px;
}
.contact_wrapper {
    display: flex;
    justify-content: space-between;
}
.contact_ttl {
    text-align: right;
    padding-right: 20px;
    margin-bottom: 20px;
}
.contact_left {
    width: 765px;
    max-width: 100%;
}
.contact_left_img {
    width: 100%;
}
.contact_left_img_content {
    width: 100%;
}
.contact_right {
    margin-top: 80px;
    margin-left: 60px;
    /* margin-left: 195px; */
    /* padding-left: 55px; */
    /* 変更3/1 */
    width: 805px;
    max-width: 100%;
}
.formrun_css {
    width: 100%;
}
.form01 {
    width: 100%;
}

/* _________ お問い合わせ埋め込みフォームエリア _________ */

.form_ex {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 55px;
    line-height: 1.4;
    font-weight: normal;
}
.form    {   text-align :left;}


.contact_form{
    width   :700px;
    margin:0 auto;
}
.contact_form_inner{
    margin :0px 0 0px 0;
}

.formrun input{
    border-radius :3px;
    border:solid 1px #9FA0A0;
    padding  :10px 10px 10px 15px;
} 

.formrun select{
    border-radius :3px;
    border:solid 1px #9FA0A0;
    padding  :10px 15px 10px 15px;
    /* width   :700px; */
    /* 変更3/1 */
    width: 100%;
    max-width: 100%;
} 

.formrun textarea{
    border-radius :3px;
    border:solid 1px #9FA0A0;
    padding  :10px 10px;
    /* width   :700px; */
    width: 100%;
    height   :100px;
    font-size :14px;
    max-width: 100%;
} 
.form01 label{
    font-size: 18px;
    display: inline-block;
    /* 追加⬆︎ */
    margin :20px 0px 20px 0;
    padding  :10px 0 10px 15px;
	border-left  :7px solid #080F29;
}   
                         
input.name{
    /* width  :700px; */
    /* 変更3/1 */
    width: 100%;
    max-width: 100%;
}
input.company{
    /* width  :700px; */
    /* 変更3/1 */
    width: 100%;
    max-width: 100%;
}
input.email{
    /* width  :700px; */
    /* 変更3/1 */
    width: 100%;
    max-width: 100%;
}


.bt_box{
    width:160px;
    margin:0 auto;
    color :#fff;
}
.bt_box_ad{
    width:230px; 
    margin  :0 auto;
    color :#fff;
}

.bt_box_in{
    margin:0px 0 0 0;
}
.contact_btn{ 
    font-size: 14px;
    background:#080F29;
    border:none;
    padding  :20px 20px;
    color :#fff;
    border-radius :5px;
    margin  :60px 0 0 0;
} 
.contact_btn:hover{
    opacity: .7;
    cursor: pointer;
}
.formrun select {
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* _________ お問い合わせ埋め込みフォームエリアEND _________ */





/*===========================================
footer
===========================================*/
footer {
    background-image: url(../img/footer_bg.png);
    background-position: center;
    background-size: cover;
}
.footer_wrapper {
    /* width: 100%;
    padding: 50px; */
    /* 変更⬇︎ */
    /* width: 1600px; */
    width: 1800px;
    max-width: 96%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.footer_log_link {
    display: flex;
    text-decoration: none;
}
.footer_log_link:hover {
    opacity: .8;
}
.log_mes_footer {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    align-self: flex-end;
    /* line-height: 1.75; */
    /* margin-left: 20px; */
    margin-left: 7px;
}
.official_logo_footer {
    width: 250px;
}
.footer_top_img {
    max-width: 100%;
    align-self: center;
}
.footer_nav {
    display: flex;
    list-style: none;
    align-self: flex-end;
}
.footer_nav_link {
    text-decoration: none;
    font-size : 18px;
    color : #FFFFFF;
    font-weight: 600;
}
.footer_nav_link:hover {
    opacity: .8;
}
.footer_nav_list:not(:last-child) {
    margin-right: 20px;
}
.footer_nav_list:last-child {
    margin-right: 10px;
}
.footer_center {
    text-align: center;
}
.footer_center_subttl {
    font-size : 18px;
    letter-spacing : 3.6px;
    color : #FFFFFF;
    margin-bottom: 25px;
    margin-right: 15px;
}
.footer_center_ttl {
    font-weight : 600;
    font-size : 57px;
    color : #FFFFFF;
    letter-spacing: 15px;
}
.footer_bottom {
    margin-top: 80px;
}
.footer_bottom p{
    font-size : 12px;
    color : #FFFFFF;
    margin-bottom: 12px;  
}
.footer_right {
    padding-top: 18px;
}
/*===========================================
レスポンシブデザイン
===========================================*/
@media screen and (max-width:1919px) {
    /*===========================================
    common
    ===========================================*/
    .section_common_ttl {
        font-size: 90px;
    }
    /*===========================================
    header
    ===========================================*/

    #wrapper .drowar-menu .bland img {
        width: 230px;
    }
    .log_mes {
        /* margin-left: 5px; */
        font-size: 10px;
    }
    #wrapper .drowar-menu {
        /* padding: 0 50px; */
        width: 1600px;
    }
    .dropdown-btn {
        /* padding: 40px 10px; */
        padding: 40px 9px;
    }

    /*===========================================
    mission
    ===========================================*/
    .mission_p {
        font-size: 28px;
        line-height: 1.7;
    }
    /*===========================================
    product
    ===========================================*/
    .product_wrapper {
        width: 1180px;
    }
    .product_intro_common {
        /* width: 900px; */
        /* 変更⬇︎ */
        /* width: 1000px; */
        width: 800px;
    }
    .product_intro_btn_block {
        /* width: 520px; */
        /* 変更⬇︎ */
        /* width: 720px; */
        /* width: 500px; */
    }
    .product_intro_btn_block_wrapper {
        /* padding: 80px 0; */
        /* padding: 50px 0; */
    }
    /*===========================================
    service
    ===========================================*/
    .parallax_ttl {
        font-size: 245px;
    }
    /*===========================================
    solution
    ===========================================*/
    .solution_content_ttl {
        font-size: 28px;
    }
    /*===========================================
    news
    ===========================================*/
    .news {
        max-width: 96%;
    }
    /*===========================================
    recruit
    ===========================================*/
    .recruit {
        max-width: 96%;
    }
    /*===========================================
    copntact
    ===========================================*/
    .contact {
        max-width: 96%;
    }
    .contact_right {
        /* width: 700px; */
        /* 変更3/1 */

    }
    /*===========================================
    footer
    ===========================================*/
    .footer_wrapper {
        width: 1600px;
    }
    .official_logo_footer {
        width: 230px;
    }
    .log_mes_footer {
        /* margin-left: 5px; */
        font-size: 10px;
    }
    .footer_nav_list:not(:last-child) {
        margin-right: 18px;
    }   
    .footer_nav_list:last-child {
        margin-right: 9px;
    }

}
@media screen and (max-width:1439px) {
    /*===========================================
    common 共通
    ===========================================*/
    .section_common_ttl {
        font-size : 80px;
    }
    /*===========================================
    header
    ===========================================*/
    #wrapper .drowar-menu {
        /* padding: 0 35px; */
    }
    /*===========================================
    mv
    ===========================================*/
    .mv_img_block {
        height: 600px;
    }
    /*===========================================
    product
    ===========================================*/
    .product_intro {
        padding-bottom: 100px;
    }
    .product_wrapper {
        width: 946px;
    }
    .product_intro_common {
        /* width: 700px; */
        /* 変更 */
        width: 650px;
        /* 変更3/1 */
        bottom: 700px;
    }
    .product_intro_common_wrapper {
        padding: 30px;
        
    }
    .product_portal_wrapper {
        /* position: relative; */
        display: block;
        height: auto;
        padding-bottom: 0px;
        height: 450px;
    }
    .product_portal_content {
        align-self: flex-end;
    }
    .product_portal_content {
        /* position: absolute; */
        /* bottom: 0; */
    }
    .product_intro_lab {
        /* margin-left: -377px; */
        min-width: 550px;
        max-width: 550px;
        /* 変更 */
        margin-left: -350px;
    }
    .product_intro_nav {
        /* margin-top: 400px; */
        align-self: flex-end;
        /* margin-bottom: auto; */
        margin-bottom: -95px;
    }
    .product_intro_btn_block {
        margin-right: -350px;
        margin-bottom: -120px;
        
        width: 550px;
    }
    
    .product_intro_btn_block_wrapper {
        /* height: 365px; */
        padding: 43px 0;
        /* 変更 */
        height: 400px;
    }
    .product_intro_btn_block_img {
        margin: 25px 0;
    }
    .product_intro_btn_block_img_1  {
        margin: 18px 0;
    }
    .product_intro_btn_block_img_3 {
        margin: 4px 0;
    }
    .product_intro_btn_block {
        
    }
    /*===========================================
    service
    ===========================================*/
    .service_left_img {
        /* width: 600px; */
        width: 365px;
    }
    .parallax_ttl {
        font-size: 160px;
    }
    .service_content_block_ex {
        margin-right: 50px;
    }
    /*===========================================
    news
    ===========================================*/
    .news_right_content {
        padding-left: 20px;
    }
    .arrow_block {
        margin-right: 20px;
    }
    .news_right {
        /* 変更3/1 */
        margin-left: 44px;
    }
    .news_right_content_txt {
        padding: 25px 0;
    }
    .news_right_time {
        padding-right: 20px;
    }
    .news_right_news {
        padding-right: 20px;
    }
    /*===========================================
    recruit
    ===========================================*/
    .recruit_ttl {
        letter-spacing: 13px;
    }
    .recruit_left {
        margin-right: 44px;
    }
    .recruit_left_content_ttl {
        padding-left: 40px;
        font-size: 29px;
        height: 80px;
        line-height: 80px;
    }
    .recruit_left_content_ttlone {
        width: 360px;
    }
    .recruit_left_content_ttltwo {
        width: 440px;
    }
    .recruit_left_content_ttlthree {
        width: 500px;
    }
    .recruit_left_content_txt {
        padding-left: 40px;
        margin-top: 30px;
    }
    .recruit_left_content_txt_p {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1.6px;
        margin-bottom: 45px;
    }
    /*===========================================
    contact
    ===========================================*/
    .contact_right {
        /* margin-left: 5px; */
        /* 変更3/1 */
        margin-left: 44px;

    }
    .contact_ttl {
        letter-spacing: 12px;
        padding-right: 10px;
    }
    .form_ex {
        font-size: 16px;
    }
    .form01 label {
        font-size: 16px;
    }
    /*===========================================
    footer
    ===========================================*/
    .footer_wrapper {
        /* padding: 30px; */
    }
}
@media screen and (max-width:1240px) { 
    /*===========================================
    copntact
    ===========================================*/
    .contact_right {
        /* width: 499px; */
        /* 変更3/1 */
    }
}
@media screen and (max-width:1024px) {
    
    /*===========================================
    header
    ===========================================*/
    #wrapper {
        height: 88px;
    }
    #wrapper:hover {
        /* background-color: #EFF1F9; */
    }
    #wrapper .drowar-menu {
        display: flex;
    }
    #nav-btn {
        display: block;
        z-index: 11;
        top: 35px;
        /* right: 25px; */
        background: transparent;
        border: none;
    }
    #wrapper .drowar-menu .bland img {
        margin-top: 28px;
        /* margin-left: 25px; */
    }
    .hamburger {
        position: relative;
        display: block;
        width: 28px;
        height: 22px;
        
    }
    .hamburger .bdr {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        /* background: #1698C7; */
        transition: all .5s;
    }
    .hamburger .bdr {
        background : -moz-linear-gradient(0% 50% 0deg,rgba(79, 108, 179, 1) 0%,rgba(76, 191, 213, 1) 100%);
        background : -webkit-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
        background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(79, 108, 179, 1) ),color-stop(1,rgba(76, 191, 213, 1) ));
        background : -o-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
        background : -ms-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6CB3', endColorstr='#4CBFD5' ,GradientType=0)";
        background : linear-gradient(90deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6CB3',endColorstr='#4CBFD5' , GradientType=1);
    }
    .hamburger .bdr:nth-child(1) {
        top: 0;
    }
    .hamburger .bdr:nth-child(2) {
        top: 9px;
    }
    .hamburger .bdr:nth-child(3) {
        bottom: 0;
    }
    .hamburger.is-active .bdr {
        /* background: #1698C7; */
        background : -moz-linear-gradient(0% 50% 0deg,rgba(79, 108, 179, 1) 0%,rgba(76, 191, 213, 1) 100%);
        background : -webkit-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
        background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(79, 108, 179, 1) ),color-stop(1,rgba(76, 191, 213, 1) ));
        background : -o-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
        background : -ms-linear-gradient(0deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6CB3', endColorstr='#4CBFD5' ,GradientType=0)";
        background : linear-gradient(90deg, rgba(79, 108, 179, 1) 0%, rgba(76, 191, 213, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6CB3',endColorstr='#4CBFD5' , GradientType=1);

    }
    .hamburger.is-active .bdr:nth-child(1) {
        transform: translateY(4px) rotate(-45deg);
    }
    .hamburger.is-active .bdr:nth-child(2) {
        opacity: 0;
    }
    .hamburger.is-active .bdr:nth-child(3) {
        transform: translateY(-14px) rotate(45deg);
    }
    .menu {
        opacity: 0.94;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding-top: 60px;
        text-align: left;
        font-size: 13px;
        background: #FFFFFF;
        z-index: 1;
        transform: translateX(100%);
        transition: .4s all;
    }
    .menu .menu-btn {
        display: block;
        width: 290px;
        background: none;
        padding-left: 0;
        margin: 0 auto;
    }
    .menu .menu-btn .dropdown-btn {
        width: 290px;
        cursor: auto;
        text-align: center;
    }
    .menu .menu-btn .dropdown-btn:hover {
        background: #ffffff;
      }
    
    .nav-open .menu {
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(0);
    }
    .nav-open #contents {
        transform: translateX(-150px);
    }
    /*===========================================
    mv
    ===========================================*/
    .mv_img_block {
        height: 500px;
        margin-right: 23px;
    }
    .mv_wrapper {
        top: 250px;
    }
    .mv_message_two {
        font-size: 100px;
    }
    .mv_scroll {
        right: 0px;
    }
    /*===========================================
    mission
    ===========================================*/
    .mission_subttl {
        font-size: 28px;
    }
    .mission_p {
        font-size: 24px;
    }
    /*===========================================
    product
    ===========================================*/
    .product_sankaku_block {
        display: none;
    }
    .product_bgborder {
        display: none;
    }
    .product_wrapper {
        max-width: 90%;
        /* padding-bottom: 80px; */
        /* 変更3/1 */
        padding-bottom: 120px;
        height: auto;
        /* spだけ 　pcにつけるとアニメーションがうまく行かない*/
        /* overflow: hidden; */

    }
    .sp_bgcolor {
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #F1F3FA 70%, #F1F3FA 100%);
    }
    .product_intro_common {
        width: 100%;
        position: static;
    }
    .product_intro {
        /* 変更3/1 */
        padding-bottom: 120px;
    }
    .product_intro_common_wrapper {
        padding: 20px;
        border: 3px solid #FFFFFF;
    }
    .product_portal_wrapper {
        height: auto;
    }
    .product_intro_common_ttl {
        font-size: 55px;
    }
    .product_intro_common_sub_ttl {
        font-size: 16px;
    }
    .product_intro_common_p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .product_intro_btn_block {
        width: 400px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .product_intro_btn_block_wrapper {
        padding: 35px 0;
        max-width: 83%;
        height: auto;
    }
    .product_intro_btn_block_number {
        font-size: 18px;
    }
    .product_intro_btn_block_img {
        width: 280px;
        margin: 35px 0;
    }
    .product_intro_btn_block_ex {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .product_intro_btn_block_ex_1 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .product_intro_btn_block_btn {
        font-size: 16px;
    }
    .product_intro_lab {
        margin-left: 0;
        min-width: auto;
        max-width: 100%;
    }
    /*===========================================
    service
    ===========================================*/
    .service_content_block_img {
        width: 190px;
    }
    .service_content_block_ttl {
        font-size: 26px;
        padding: 35px 0;
    }
    .service_content_block_ex {
        font-size: 16px;
        line-height: 1.8;
        margin-right: 40px;
    }
    .parallax {
        display: none;
    }
    .parallax_sp {
        display: block;
        position: absolute;
        z-index: -1;

    }
    .parallax_ttl {
        font-size: 96px;
        padding-top: 200px;
    }
    /*===========================================
    solution
    ===========================================*/
    .solution_content_ttl {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .business_model {
        max-width: 90%;
    }
    .solution_ex {
        font-size: 16px;
        line-height: 1.8;
    }
    /*===========================================
    news
    ===========================================*/
    .news {
        display: block;
        max-width: 90%;
        padding-bottom: 0;
    }
    .news_left {
        padding-top: 0;
    }
    .news_right {
        width: 765px;
        margin-left: auto;
    }
    .news_right_contents {
        padding-top: 55px;
    }
    /*===========================================
    recruit
    ===========================================*/
    .recruit {
        display: block;
        max-width: 90%;
        padding-top: 220px;
        padding-bottom: 220px;
    }
    .recruit_right {
        margin-left: auto;
    }
    .recruit_ttl {
        margin-top: 0;
    }
    .recruit_left {
        padding-top: 55px;
    }
    /*===========================================
    copntact
    ===========================================*/
    .contact {
        max-width: 90%;
    }
    .contact_wrapper {
        display: block;
    }
    .contact_right {
        margin-left: auto;
        /* width: 700px; */
        /* 変更3/1 */
        width: 765px;
        padding-left: 0px;
    }
    .form_ex {
        margin-bottom: 15px;
    }
    
    /*===========================================
    footer
    ===========================================*/
    .footer_wrapper {
        /* max-width: 90%; */
    }
    .footer_top {
        display: block;
    }
    .footer_wrapper {
        /* padding:30px 15px; */
    }
    .footer_log_link {
        justify-content: center;
    }
    .footer_top_img {
        width: 300px;
    }
    .footer_nav {
        justify-content: center;
        margin-top: 50px;
        flex-wrap: wrap;

    }
    .footer_nav_list {
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .footer_nav_list:not(:last-child) {
        margin-right: 20px;
    }
    .footer_nav_list:last-child {
        margin-right: 0;
    }
    .footer_nav_link {
        font-size: 16px;
    }
    .footer_bottom {
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    /*===========================================
    common 共通
    ===========================================*/
    .section_common_ttl {
        font-size : 50px;
        letter-spacing: 9px;
    }
    .section_common_ttl {
        /* padding-bottom: 30px; */
        /* 変更3/1 */
        padding-bottom: 70px;
    }
    /*===========================================
    header
    ===========================================*/
    #wrapper .drowar-menu {
        padding: 0 20px;
        max-width: 100%;
    }
    #wrapper .drowar-menu .bland img {
        /* width: 350px; */ 
    }
    .log_mes {
        font-size: 12px;
        margin-left: 15px;
    }
    /*===========================================
    mv
    ===========================================*/
    
    .mv_sankaku_block {
        text-align: right;
    }
    .mv_sankaku {
        width: 500px;
    }
    .mv_img_block {
        height: 350px;
    }
    .mv_wrapper {
        top: 180px;
    }
    .mv_content {
        max-width: 100%;
    }
    .mv_message_one {
        line-height: 1.4;
        font-size: 20px;
    }
    .mv_message_one_bg {
        padding: 15px;
        padding-left: 20px;
        margin-right: 23px;
    }
    .mv_message_two {
        font-size: 75px;
        letter-spacing: 15px;
        padding-left: 20px;
    }
    .mv_scroll {
        bottom: -104px;
        right: 15px;
    }
    .arrow {
        margin-top: 40px;
    }
    .arrow::before {
        /* width: 2px; */
    }
    /*===========================================
    mission
    ===========================================*/
    .mission {
        /* 変更3/1 */
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .mission_subttl {
        font-size: 19px;
    }
    .mission_p {
        font-size: 16px;
        /* 変更3/1 */
        padding-top: 70px;
    }
    /*===========================================
    product
    ===========================================*/
    .product_wrapper {
        max-width: 94%;
        /* 変更3/1 */
        padding-bottom: 70px;
    }
    .product_wrapper_last {
        /* 変更3/1 */
        padding-bottom: 0;
    }
    .product_intro_common {
        padding: 15px;
    }
    .product_intro_common_wrapper {
        padding: 15px;
        border: 2px solid #FFFFFF;
    }
    .product_intro {
        /* padding-bottom: 100px; */
        /* 変更3/1 */
        padding-bottom: 70px;
    }
    .product_intro_common_ttl {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .product_intro_common_sub_ttl {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .product_intro_common_p {
        font-size: 14px;
    }
    .product_intro_btn_block_wrapper {
        padding: 25px 0;
        /* max-width: 87%; */
    }
    .product_intro_btn_block_number {
        font-size: 16px;
    }
    .product_intro_btn_block_img {
        width: 220px;
        margin: 25px 0;
    }
    .product_intro_btn_block_ex {
        font-size: 14px;
        /* margin-bottom: 25px; */
    }
    .product_intro_btn_block_ex_1 {
        font-size: 14px;
    }
    .product_intro_btn_block_btn {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    /*===========================================
    service
    ===========================================*/
    .service_wrapper {
        display: block;
        max-width: 90%;
        margin-top: 30px;
    }
    .service_ttl {
        /* padding-top: 30px; */
        padding-top: 70px;
        /* padding-bottom: 45px; */
        padding-bottom: 40px;
    }

    .service_bg {
        margin-bottom: 170px;
    }
    .service_left_img {
        width: 400px;
        margin: 0 auto;
    }
    .service_content_block {
        margin-top: 25px;
    }
    .service_content_block_img {
        width: 160px;
    }
    .service_content_block_ttl {
        font-size: 22px;
        padding: 25px 0;
    }
    .service_content_block_ex {
        margin-right: 0px;
        font-size: 14px;
        line-height: 1.6;
    }
    .parallax_ttl {
        letter-spacing: 16px;
        font-size: 79px;
        padding-top: 0;
    }
    /*===========================================
    solution
    ===========================================*/
    .solution_ttl {
        padding-bottom: 50px;
    }
    .solution_contents {
        margin-bottom: 0;
    }
    .solution_content img {
        width: 50px;
        margin-top: 25px;
    }
    .solution_content_ttl {
        font-size: 16px;
        line-height: 1.2;
    }
    .solution_sp_bg {
        background-image: url(../img/solution-bg.png);
        background-position: center;
        background-size: cover;
        width: 1920px;
        /* margin: 0 auto; */
        max-width: 100%;
        padding: 50px 0;
        /* height: 480px; */
    }
    .solution_pc_bg {
        display: none;
        height: 400px;

    }
    .solution_ex {
        font-size: 14px;
        line-height: 1.6;
        /* 変更3/1 */
        margin-bottom: 70px;
    }
    .business_model{
        max-width: 90%;
        padding-top: 0;
        /* padding-bottom: 50px; */
        /* 変更3/1 */
        padding-bottom: 70px;
    }

    /*===========================================
    news
    ===========================================*/
    .news {
       /* max-width: 90%; */
       padding-top: 120px;
    }
    
    .news_ttl {
        /* 変更3/1 */
        padding-bottom: 0;
    }
    .news_right_content {
        padding-left: 10px;
    }
    .arrow_block {
        margin-right: 15px;
    }
    .news_right_content_txt {
        padding: 20px 0;
    }
    .news_right_time {
        padding-right: 10px;
        min-width: 112px;
    }
    .news_right_news {
        padding-right: 10px;
        min-width: 80px;
    }
    
    /*===========================================
    recruit
    ===========================================*/
    .recruit {
        /* max-width: 90%; */
        padding-top: 150px;
        padding-bottom: 170px;
    }
    .recruit_ttl {
        /* 変更3/1 */
        padding-bottom: 0;
    }
    .recruit_left_content_ttl {
        padding-left: 25px;
        font-size: 24px;
        height: 70px;
        line-height: 70px;
    }
    .recruit_left_content_ttlone {
        width: 300px;
    }
    .recruit_left_content_ttltwo {
        width: 350px;
    }
    .recruit_left_content_ttlthree {
        width: 400px;
    }
    .recruit_left_content_txt {
        padding-left: 25px;
    }
    .contact_ttl {
        /* 変更3/1 */
        padding-bottom: 0;
    }
    /*===========================================
    footer
    ===========================================*/
    .footer_wrapper {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer_top {
        display: block;
        text-align: center;
        margin-bottom: 70px;
    }
    
    .footer_center_subttl {
        font-size: 16px;
        letter-spacing: 3.1px;
        margin-bottom: 10px;
    }
    .footer_center_ttl {
        font-size: 45px;
    }
    
}
@media screen and (max-width:480px) {
    /*===========================================
    common 共通
    ===========================================*/
    .section_common_ttl {
        font-size : 35px;
    }
    /*===========================================
    header
    ===========================================*/
    #wrapper .drowar-menu {
        padding: 0 15px;
    }
    #wrapper .drowar-menu .bland {
        display: grid;
    }
    #wrapper .drowar-menu .bland img {
        width: 180px;
        /* margin-left: 10px; */
        margin-top: 28px;
    }
    .log_mes {
        font-size: 11px;
        margin-left: 0px;
        margin-top: 8px;
    }
    /*===========================================
    mv
    ===========================================*/
    .mv_img_block {
        margin-right: 15px;
        /* height: 380px; */
        margin-top: -146px;
    }
    .mv_wrapper {
        /* top: 50%; */
    }
    .mv_message_one {
        font-size: 16px;
        padding-right: 10px;
        margin-bottom: 33px;
    }
    .mv_message_one_bg {
        margin-right: 5px;
        padding-left: 10px;
    }
    .mv_message_two {
        font-size: 45px;
        padding-left: 10px;
    }
    .mv_scroll {
        bottom: -250px;
    }
    .arrow {
        height: 140px;
    }
    .arrow::before {
        /* height: 140px; */
    }
    /*===========================================
    mission
    ===========================================*/
    .mission_subttl {
        font-size: 16px;
        padding: 19px 26px 19px 26px;
    }
    .mission_subttl:before {
        border-left: solid 23px white;
        border-bottom:solid 100px transparent;
    }
    .mission_subttl:after {
        border-left: solid 23px transparent;
        border-bottom: solid 100px white;
    }
    .mission_p {
        font-size: 14px;
    }
    /*===========================================
    product
    ===========================================*/
    .product_intro {
        padding-bottom: 70px;
    }
    .product_intro:last-child {
        /* padding-bottom: 70px; */
        /* 変更3/1 */

    }
    .product_intro_common {
        padding: 10px;
    }
    .product_intro_common_wrapper {
        padding: 10px;
        border: none;
    }
    .product_intro_common_ttl {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .product_intro_common_sub_ttl {
        margin-bottom: 10px;
        line-height: 1.3;
    }
    .product_intro_btn_block_wrapper {
        padding: 15px 0;
        max-width: 90%;
    }
    .product_intro_btn_block_img {
        width: 180px;
        margin: 15px 0;
    }
    .product_intro_btn_block_ex {
        margin-bottom: 15px;
        line-height: 1.3;
    }
    .product_intro_btn_block_ex_1 {
        margin-bottom: 15px;
    }
    /*===========================================
    service
    ===========================================*/
    .service_content_block_ttl {
        font-size: 21px;
    }
    .parallax_ttl {
        font-size: 60px;
        letter-spacing: 5px;
        padding-top: 50px;
    }
    /*===========================================
    solution
    ===========================================*/
    .solution_content img {
        width: 50px;
        margin-top: 25px;
    }
    .solution_content_ttl {
        font-size: 14px;
    }
    .solution_contents {
        max-width: 90%;
    }
    /*===========================================
    news
    ===========================================*/
    .news_right_content_txt {
        flex-wrap: wrap;
    }
    .news_right_news_content {
        margin-top: 15px;
    }
    .news_right_btn {
        /* padding: 25px; */
    }
    /*===========================================
    recruit
    ===========================================*/
    .recruit_left_content_ttl {
        padding-left: 15px;
        font-size: 19px;
        height: 60px;
        line-height: 60px;

    }
    .recruit_left_content_ttlone {
        width: 200px;
    }
    .recruit_left_content_ttltwo {
        width: 252px;
    }
    .recruit_left_content_ttlthree {
        width: 282px;
    }
    .recruit_left_content_txt {
        padding-left: 15px;
    }
    .recruit_left_content_txt_p {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 1.5px;

    }
    /*===========================================
    footer
    ===========================================*/
    .footer_wrapper {
        /* padding: 30px 10px; */
        padding-left: 15px;
        padding-right: 15px;
    }
    .official_logo_footer {
        width: 180px;
    }
    /* .footer_top_img {
        width: 280px;
    } */
    .footer_nav_list:not(:last-child) {
        margin-right: 18px;
    }
    .footer_nav_link {
        font-size: 12px;
    }
    .footer_center_subttl {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.4;
    }
    .footer_center_ttl {
        font-size: 28px;
        letter-spacing: 12px;
    }
}

