*,*::before,*::after {
    box-sizing: border-box;
    outline: none
}

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%;
    vertical-align: baseline;
    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
}

input,button,select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none
}

textarea {
    resize: vertical
}

input[type='checkbox'],input[type='radio'] {
    display: none
}

input[type='submit'],input[type='button'],label,button,select {
    cursor: pointer
}

select::-ms-expand {
    display: none
}

html,body {
    width: 100%
}

html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 62.5%
}

body {
    font-family: "Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 2.25;
    color: #fff;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1.6rem
}

@media screen and (max-width: 834px) {
    body {
        font-size:1.4rem
    }
}

a {
    text-decoration: none;
    color: inherit;
    transition: .3s
}

a img {
    transition: .3s
}

li {
    list-style-type: none
}

img {
    max-width: 100%;
    height: auto;
    pointer-events: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select {
    vertical-align: middle
}

p {
    margin-bottom: 30px
}

p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 834px) {
    p {
        margin-bottom:20px
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.in834 {
    display: none;
}
@media screen and (max-width: 834px) {
    .in834 {
        display: block;
    }
    .in500 {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .in500 {
        display: block;
    }
}
@media screen and (max-width: 834px) {
    .out835 {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .out501 {
        display: none;
    }
}
br.in834 {
    display: none;
}
@media screen and (max-width: 834px) {
    br.in834 {
        display: inline-block;
    }
}
br.in500 {
    display: none;
}
@media screen and (max-width: 500px) {
    br.in500 {
        display: inline-block;
    }
}
.wrap {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.ub_ttl {
    text-align: center;
    font-size: 3.6rem;
    position: relative;
    padding: 0 0 24px;
    line-height: 1.5;
}
.ub_ttl:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 121px;
    height: 2px;
    background:#8b4bb0;
    background: linear-gradient(90deg, #8b4bb0 0%, #3a6c97 100%);
}
@media screen and (max-width: 834px) {
    .ub_ttl {
        font-size: 2.8rem;
        padding: 0 0 20px;
        margin: 0 0 45px;
    }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 30px 0;
    overflow: hidden;
}
#header .logo {
    float: left;
}
#header .right {
    float: right;
}
#header .right .tel,#header .right .btn {
    float: left;
}
#header .right .tel {
    display: inline-block;
    line-height: 0;
    margin: 0 24px 0 0;
}
#header .right .btn {
    margin: 0 10px 0 0;
}
#header .right .btn:last-child {
    margin: 0;
}
#header .right .btn a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0 48px;
    border-radius: 50px;
    background: #E38E2D;
    background: linear-gradient(90deg,rgba(227, 142, 45, 1) 0%, rgba(218, 68, 79, 1) 100%);
    line-height: 44px;
}
@media (hover: hover) and (pointer: fine) {
    #header .right .btn a:hover {
        opacity: 0.8;
    }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #header .right .btn a:hover {
        opacity: 0.8;
    }
}
#header .pagenav {
    clear: both;
    padding-top: 5px;
}
#header .pagenav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    padding-right: 8px;
    position: relative;
    font-size: 1.4rem;
}
#header .pagenav li:before {
    content:"";
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 1px;
    height: 14px;
    background:#fff;
}
#header .pagenav li a,#header .pagenav li span {
    font-size: 1.4rem;
    line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
    #header .pagenav li a:hover {
        text-decoration: underline;
    }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #header .pagenav li a:hover {
        text-decoration: underline;
    }
}
#header .pagenav li a.nolink {
    pointer-events: none;
}
#header .pagenav li span {
    color:#c9ae00;
}
#header .pagenav li:last-child {
    padding-right: 0;
    margin-right: 0;
}
#header .pagenav li:last-child:before {
    display: none;
}
@media screen and (max-width: 900px) {
    #header .logo img {
        max-width: 180px;
    }
    #header .right .tel img {
        width: 170px;
    }
}
@media screen and (max-width: 834px) {
    #header {
        padding: 17px 0;
    }
    #header .wrap {
        padding: 0 10px;
    }
    #header .logo img {
        max-width: 120px;
    }
    #header .right {
        margin:-2px 0 0;
    }
    #header .right .tel {
        display: none;
    }
    #header .right .btn a {
        font-size: 1.2rem;
        padding: 0 18px;
        line-height: 30px;
    }
    #header .pagenav {
        padding-top: 10px;
    }
}
.header_fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.7);
    color:#fff;
    overflow: hidden;
    display: none;
}
.header_fix .logo {
    float: left;
    padding: 10px 15px;
    line-height: 0;
}
.header_fix .right {
    float: right;
    padding: 15px 20px 15px 0;
}
.header_fix .right .btn {
    float: left;
    margin: 0 10px 0 0;
}
.header_fix .right .btn:last-child {
    margin: 0;
}
.header_fix .right .btn a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0 48px;
    border-radius: 50px;
    border: 1px solid #fff;
    line-height: 44px;
}
@media (hover: hover) and (pointer: fine) {
    .header_fix .right .btn a:hover {
        background:#153588;
    }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header_fix .right .btn a:hover {
        background:#153588;
    }
}
.header_fix .mainnav {
    float: right;
    margin: 20px 30px 0 0;
}
.header_fix .mainnav li {
    float: left;
    margin: 0 20px 0 0;
}
.header_fix .mainnav li:last-child {
    margin: 0;
}
.header_fix .mainnav li span {
    color:#c9ae00;
}
.header_fix .mainnav li a.nolink {
    pointer-events: none;
}
.header_fix .mainnav li.btn {
    display: none;
}
.header_fix .menu {
    display: none;
}
.header_fix.scroll {
    display: block;
}
@media screen and (max-width: 1315px) {
    .header_fix .logo img {
        max-width: 180px;
    }
    .header_fix .right {
        padding: 13px 20px 12px 0;
    }
    .header_fix .right .btn a {
        padding: 0 34px;
        font-size: 1.4rem;
        line-height: 38px;
    }
    .header_fix .mainnav {
        margin: 16px 25px 0 0;
    }
    .header_fix .mainnav li.last {
        margin: 0;
    }
    .header_fix .mainnav li a,.header_fix .mainnav li span {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 1100px) {
    .header_fix .logo img {
        max-width: 135px;
    }
    .header_fix .right {
        padding: 10px 20px 10px 0;
    }
    .header_fix .right .btn a {
        padding: 0 24px;
        font-size: 1.3rem;
        line-height: 32px;
    }
    .header_fix .mainnav {
        margin: 7px 20px 0 0;
    }
}
@media screen and (max-width: 1000px) {
    .header_fix {
        height: 54px;
    }
    .header_fix .mainnav {
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.7);
        float: none;
        margin: 0;
        padding: 0 10px 15px;
        display: none;
        overflow: hidden;
    }
    .header_fix .mainnav li {
        float: none;
        display: block;
        text-align: center;
        margin: 0;
    }
    .header_fix .mainnav li.btn {
        display: block;
        float: left;
        width: 48%;
        margin: 15px 4% 0 0;
    }
    .header_fix .mainnav li.btn:last-child {
        margin: 15px 0 0;
    }
    .header_fix .mainnav li.btn a {
        display: block;
        padding: 0 24px;
        font-size: 1.3rem;
        line-height: 28px;
        height: 32px;
        border: 1px solid #fff;
        border-radius: 50px;
    }
    .header_fix .right {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.7);
        float: none;
        text-align: center;
        display: flex;
        justify-content: space-between;
        padding: 13px 20px;
    }
    .header_fix .right .btn {
        float: none;
        width: 48%;
        font-size: 1.6rem;
        line-height: 44px;
    }
    .header_fix .right .btn a {
        display: block;
        width: 100%;
        padding: 0 24px;
        font-size: 1.3rem;
        line-height: 28px;
        height: 32px;
        border: 1px solid #fff;
        border-radius: 50px;
    }
    .header_fix .menu {
        display: block;
        width: 30px;
        height: 39px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto 0;
    }
    .header_fix .menu span {
        display: block;
        width: 100%;
        height: 2px;
        background:#fff;
        position: absolute;
        left: 0;
        right: 0;
    }
    .header_fix .menu span:first-child {
        top: 10px;
    }
    .header_fix .menu span:last-child {
        bottom: 10px;
    }
    .header_fix .menu span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .header_fix .menu.active span:first-child,.header_fix .menu.active span:last-child {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .header_fix .menu.active span:first-child {
        transform: rotate(45deg);
    }
    .header_fix .menu.active span:last-child {
        transform: rotate(-45deg);
    }
    .header_fix .menu.active span:nth-child(2) {
        opacity: 0;
    }
}

#foot {
    padding: 65px 20px 50px;
    text-align: center;
    color:#000;
    font-weight: 400;
}
#foot .logo a {
    display: inline-block;
    line-height: 0;
}
#foot .subnav {
    margin: 0 0 30px;
}
#foot .subnav li {
    display: inline-block;
    margin: 0 12.5px;
}
#foot .subnav li a {
    font-size: 1.4rem;
}
#foot small {
    font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
    #foot {
        padding: 55px 20px 35px;
    }
}

.topscroll {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 100000;
    cursor: pointer;
    display: none;
}
.topscroll:after {
    content:"";
    position: absolute;
    top: 0;
    bottom:-10px;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
}
@media (hover: hover) and (pointer: fine) {
    .topscroll:hover {
        background: rgba(0,0,0,0.7);
    }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .topscroll:hover {
        background: rgba(0,0,0,0.7);
    }
}
@media screen and (max-width: 834px) {
    .topscroll {
        bottom: 70px;
        right: 15px; background: rgba(0,0,0,0.7);
    }
}

.bdr_ttl {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 50px;
}
.bdr_ttl span {
    font-size: 3.6rem;
    /*display: inline-block;*/
    position: relative;
    line-height: 1.88;
    padding: 0 5px 2px;
    background-image: linear-gradient(90deg, rgba(139,75,176,1) 0%, rgba(58,108,151,1) 100%);
    background-position: 0 100%;
    background-size: 100% 2px;
    background-repeat: no-repeat;
}
/*.bdr_ttl span:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(139,75,176);
    background: linear-gradient(90deg, rgba(139,75,176,1) 0%, rgba(58,108,151,1) 100%);
}*/
@media screen and (max-width: 834px) {
    .bdr_ttl {
        font-size: 2.0rem;
    }
    .bdr_ttl span {
        font-size: 2.8rem;
        margin: 0 0 7px;
    }
}

#camera .main {
    background: url("../img/main.webp") no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 55.71vw;
    padding-top: 128px;
    display: flex;
    align-items: center;
}
#camera .main .wrap {
    width: 100%;
}
#camera .main .wrap .sub {
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.833;
}
#camera .main .wrap h1 {
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
}
#camera .main .wrap h1 span {
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
}
#camera .main .wrap .catch {
    font-size: 1.8rem;
    font-weight: 500;
}
#camera .main .wrap .list {
    margin-top: 40px;
}
#camera .main .wrap .list li {
    display: inline-block;
    margin: 0 10px 0 0;
}
#camera .main .wrap .list li:last-child {
    margin: 0;
}
#camera .main .wrap .list li a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 9px 30px;
    background: #E38E2D;
    background: linear-gradient(90deg,rgba(227, 142, 45, 1) 0%, rgba(218, 68, 79, 1) 100%);
    border-radius: 50px;
    width: 160px;
    text-align: center;
}
@media (hover: hover) and (pointer: fine) {
    #camera .main .wrap .list li a:hover {
        opacity: 0.8;
    }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #camera .main .wrap .list li a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 1200px) {
    #camera .main {
        height: 664px;
    }
}
@media screen and (max-width: 834px) {
    #camera .main .wrap h1 {
        font-size: 3.0rem;
    }
    #camera .main .wrap .sub {
        font-size: 2.0rem;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    #camera .main .wrap .catch {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    #camera .main .wrap h1 {
        font-size: 2.5rem;
    }
    #camera .main .wrap .catch {
        font-size: 1.6rem;
    }
}

#camera .dot {
    position: relative;
}
#camera .dot:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/dot.png") repeat;
    background-size: cover;
    background-size: 5px;
    opacity: 0.5;
}
#camera .dot .wrap {
    position: relative;
    z-index: 2;
}


#camera .contact dl {
    display:flex
  }
  #camera .contact dl dt,
  #camera .contact dl dd {
    width:50%
  }
  #camera .contact dl dt {
    line-height:0
  }
  #camera .contact dl dt img {
    width:100%;
    height:100%;
    object-fit:cover
  }
  #camera .contact dl dd {
    background:#3a6c97;
    background:linear-gradient(-45deg, #3a6c97 0%, #8b4bb0 100%);
    padding:85px 20px 90px
  }
  #camera .contact dl dd .inner {
    display:table;
    width:100%;
    height:100%;
    line-height:1.75;
    font-size:1.4rem;
    font-weight:400
  }
  #camera .contact dl dd .inner .center {
    display:table-cell;
    vertical-align:middle
  }
  #camera .contact dl dd .inner .center .center_inner {
    max-width:487px;
    margin:0 auto
  }
  #camera .contact dl dd .inner h2 {
    text-align:center;
    font-size:2.4rem;
    font-weight:700;
    margin:0 0 25px;
    padding-bottom:0
  }
  #camera .contact dl dd .inner h2:after {
    display:none
  }
  #camera .contact dl dd .inner .btn {
    text-align:center
  }
  #camera .contact dl dd .inner .btn a {
    display:inline-block;
    font-size:1.6rem;
    padding:6px 70px;
    background: #E38E2D;
    background: linear-gradient(90deg,rgba(227, 142, 45, 1) 0%, rgba(218, 68, 79, 1) 100%);
    border-radius:50px;
    font-size:1.6rem;
    font-weight:500
  }
  @media (hover: hover) and (pointer: fine) {
    #camera .contact dl dd .inner .btn a:hover {
      opacity: 0.8;
    }
  }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #camera .contact dl dd .inner .btn a:hover {
      opacity: 0.8;
    }
  }
  #camera .contact dl:first-child dt {
    order:2
  }
  #camera .contact dl:last-child dd .inner h2+p {
    text-align:center;
    font-size:1.6rem;
    font-weight:500
  }
  #camera .contact dl:last-child dd .inner .tel {
    line-height:0;
    text-align:center;
    margin:48px 0 0
  }
  @media screen and (max-width: 834px) {
    #camera .contact dl {
      display:block
    }
    #camera .contact dl dt,
    #camera .contact dl dd {
      width:100%
    }
    #camera .contact dl dd {
      padding:45px 20px 60px
    }
    #camera .contact dl dd .inner h2 {
      font-size:1.9rem;
      margin:0 0 15px
    }
    #camera .contact dl dd .inner h2 br {
      display:none
    }
    #camera .contact dl dd .inner .btn {
      margin:40px 0 0
    }
    #camera .contact dl dd .inner .btn a {
      padding:8px 30px;
      width:100%
    }
    #camera .contact dl:last-child .inner h2+p {
      font-size:1.4rem
    }
  }

  #camera .solution {
    background:#001047;
    background:linear-gradient(135deg, #001047 0%, #4b001e 100%);
    padding:100px 0 80px;
    position:relative
  }
  #camera .solution:before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background:url("../img/dot.png") repeat;
    background-position:center;
    background-size:5px;
    opacity:0.1
  }
  #camera .solution .wrap {
    position:relative;
    z-index:2
  }
  #camera .solution .wrap h2 {
    margin-bottom:70px
  }
  #camera .solution .wrap .flex {
    display:flex;
    flex-wrap:wrap;
    justify-content:center
  }
  #camera .solution .wrap .flex .box {
    width:23.33%;
    margin-right:2.22%;
    margin-bottom:20px;
    position:relative;
    background:#000;
    padding-top:20%
  }
  #camera .solution .wrap .flex .box:last-child {
    margin-right:0
  }
  #camera .solution .wrap .flex .box .img {
    line-height:0;
    position:absolute;
    top:0;
    left:0;
    right:0
  }
  #camera .solution .wrap .flex .box .img img {
    width:100%
  }
  #camera .solution .wrap .flex .box .img:before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    background:rgba(0,0,0,0.5)
  }
  #camera .solution .wrap .flex .box .img h3 {
    position:absolute;
    top:-40px;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2.4rem;
    line-height:1.4;
    height:325px
  }
  #camera .solution .wrap .flex .box .img h3 span{
    display: block;
    font-size: 1.6rem;
  }
  #camera .solution .wrap .flex .box .txt {
    position:relative;
    z-index:3;
    padding:0 20px 20px
  }
  #camera .solution .wrap .flex .box .txt .inner {
    background:#fff;
    color:#000000;
    padding:25px 20px;
    line-height:1.625
  }
  #camera .solution .wrap .flex .box .txt .inner h3 {
    font-size:2.4rem;
    font-weight:700;
    margin-bottom:20px
  }
  @media screen and (max-width: 834px) {
    #camera .solution {
      padding:90px 0 75px
    }
    #camera .solution .wrap .flex {
      display:block
    }
    #camera .solution .wrap .flex .box {
      width:100%;
      padding-top:64%
    }
    #camera .solution .wrap .flex .box .img h3 {
      font-size:2.2rem;
      height:294px
    }
    #camera .solution .wrap .flex .box .txt .inner {
      padding:25px 20px
    }
  }


#camera .lead {
    background: #f3f3f3;
    color: #000000;
    padding: 70px 0 90px;
}
#camera .lead .ub_ttl {
    margin-bottom: 70px;
}
#camera .lead .first {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 15px;
    max-width: 845px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.85;
    padding: 30px 20px;
}
#camera .lead .arrow {
    line-height: 0;
    text-align: center;
    margin-bottom: 25px;
}
#camera .lead h3 {
    color: #153588;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}
#camera .lead .anc {
    display: flex;
    gap: 15px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
#camera .lead .anc li {
    flex: 1;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0);
    box-shadow: 0 0 5px rgba(0,0,0,0);
}
#camera .lead .anc li a {
    position: relative;
    width: 100%;
    height: 147px;
    display: block;
    line-height: 92px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    width: 100%;
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(
        90deg,
        #8b4bb0 0%,
        #3a6c97 100%
    );
    background-repeat: no-repeat;
    /*
    5個 + gap4つ(15px×4=60px)
    */
    background-size: calc(500% + 60px) 100%;
}
#camera .lead .anc li a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
    opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
    #camera .lead .anc li {
        transition: .3s;
    }
    #camera .lead .anc li:hover {
        border: 2px solid #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.4);
    }
    #camera .lead .anc li a:hover:after {
        opacity: 1;
    }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #camera .lead .anc li {
        transition: .3s;
    }
    #camera .lead .anc li:hover {
        border: 2px solid #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.4);
    }
    #camera .lead .anc li a:hover:after {
        opacity: 1;
    }
}

#camera .lead .anc li:nth-child(1) a {
    background-position: 0% 0;
}
#camera .lead .anc li:nth-child(2) a {
    background-position: 25% 0;
}
#camera .lead .anc li:nth-child(3) a {
    background-position: 50% 0;
}
#camera .lead .anc li:nth-child(4) a {
    background-position: 75% 0;
}
#camera .lead .anc li:nth-child(5) a {
    background-position: 100% 0;
}

@media screen and (max-width: 834px) {
    #camera .lead {
        padding: 70px 0;
    }
    #camera .lead .ub_ttl {
        margin-bottom: 40px;
    }
    #camera .lead .first {
        font-size: 1.7rem;
        text-align: left;
    }
    #camera .lead h3 {
        font-size: 2.2rem;
    }
    #camera .lead .anc {
        flex-wrap: wrap;
        gap: 10px;
    }
    #camera .lead .anc li {
        flex: auto;
        width: calc(50% - 5px);
    }
    #camera .lead .anc li a {
        line-height: 58px;
        font-size: 1.7rem;
        height: 110px;
    }
    #camera .lead .anc li a:after {
        bottom: 18px;
        width: 10px;
        height: 10px;
    }
}

#camera .solution_list .dot {
    background: #dae1e4;
    padding: 80px 0 70px;
}
#camera .solution_list .dot:nth-child(2n) {
    background: #b8c2db;
}
#camera .solution_list .dot:nth-child(2n):before {
    opacity: 0.3;
}
#camera .solution_list .dot .box {
    background: #fff;
    color: #000000;
}
#camera .solution_list .dot .box h2 {
    background-image: linear-gradient(90deg,#8b4bb0 0%,#3a6c97 100%);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 19.5px 20px;
    color: #fff;
}
#camera .solution_list .dot .box h2 span {
    font-size: 1.4rem;
    vertical-align: text-top;
}
#camera .solution_list .dot .box .txt {
    padding: 45px 40px 28px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
#camera .solution_list .dot .box .txt .kome {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.667;
    word-wrap: break-word;
}
#camera .solution_list .dot .box .img,
#camera .solution_list .dot .box .movie {
    position: relative;
    aspect-ratio: 400/225;
    line-height: 0;
    /*width: 36.03%;*/
    width: 86.03%;
    margin-right: 3.97%;
}
#camera .solution_list .dot .box .movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 400/225;
    object-fit: cover;
}
#camera .solution_list .dot .box .movie button {
    padding: 0;
}
#camera .solution_list .dot .box .detail {
    width: 60%;
}
#camera .solution_list .dot .box .detail dl {
    display: flex;
    flex-wrap: wrap;
}
#camera .solution_list .dot .box .detail dl dt,
#camera .solution_list .dot .box .detail dl dd {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}
#camera .solution_list .dot .box .detail dl dt:nth-last-child(2),
#camera .solution_list .dot .box .detail dl dd:last-child {
    border-bottom: none;
}
#camera .solution_list .dot .box .detail dl dt {
    width: 88px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #153588;
}
#camera .solution_list .dot .box .detail dl dd {
    width: calc(100% - 88px);
    line-height: 1.625;
}
#camera .solution_list .dot .box .detail dl dd .font_s {
    font-size: 0.9rem;
    vertical-align: text-top;
}
@media screen and (max-width: 834px) {
    #camera .solution_list .dot {
        padding: 70px 0;
    }
    #camera .solution_list .dot .box h2 {
        font-size: 2.0rem;
    }
    #camera .solution_list .dot .box .txt {
        padding: 40px 20px 28px;
        display: block;
    }
    #camera .solution_list .dot .box .img, #camera .solution_list .dot .box .movie {
        width: 100%;
        margin-bottom: 20px;
    }
    #camera .solution_list .dot .box .detail {
        width: 100%;
    }
    #camera .solution_list .dot .box .detail dl dt {
        font-size: 1.9rem;
    }
}
@media screen and (max-width: 500px) {
    #camera .solution_list .dot .box .detail dl {
        display: block;
    }
    #camera .solution_list .dot .box .detail dl dt,
    #camera .solution_list .dot .box .detail dl dd {
        width: 100%;
    }
    #camera .solution_list .dot .box .detail dl dt {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}

/*0604追記*/

.movie_flexbox {
    width: 40%;
    text-align: center;
}
@media screen and (max-width: 834px) {
.movie_flexbox {
    width: 100%;
    margin-bottom: 20px;
    }
}

@media screen and (min-width: 835px) {
.movie_flexbox p {
    width: 86.03%;
    }
}


