@charset "UTF-8";

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-padding-top: 110px;
}

body{
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
    overflow-x: hidden;
    margin: 0;
    font-size:100%;
    background-color: white;
}

a,i,span,p,td,li,dt,#header_wrap .row .col-60 .g_btm_menu li a,.thin,footer .footer_mid .col-50 ul li a,footer .section_bg_black .col-50 ul li a{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5,.bold,a,.top_container .col-40 h1 span{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 36px;
}

h3{
    font-size: 28px;
    color:#222222;
}

h4{
    font-size: 20px;
    color: #0084B2;
    margin-top:0;
    margin-bottom:10px;
}

h1,h2,h3{
    margin:0;
}

a{
    transition: all 300ms 0s ease;
    text-decoration:none;
    color:#222222;
    letter-spacing:.02em;
    font-size:15px;
}

a:hover{
    opacity:.8;
}

p{
    font-size:16px;
    color:#222222;
    line-height:1.7em;
    letter-spacing:.02em;
    text-align:justify;
    margin:0;
}

p a{
    font-size: 16px;
    text-decoration: underline;
    color:#0065AE;
}

.container{
    width:1200px;
    margin:0 auto;
    background-color: transparent;
}

.row{
    display:flex;
}

.col-100{
    width:100%;
}

.col-90{
    width:85%;
}

.col-85{
    width:78%;
}

.col-80{
    width:78%;
}

.col-70{
    width:66%;
}

.col-65{
    width:63%;
}

.col-60{
    width:56%;
}

.col-50{
    width:48%;
}

.col-45{
    width:45%;
}

.col-40{
    width:38%;
}

.col-35{
    width:35%;
}

.col-30{
    width:31%;
}

.col-25{
    width:23%;
}

.col-20{
    width:18%;
}

.col-15{
    width:18%;
}

.col-10{
    width:12%;
}

ul{
    padding-left:0;
    margin-top:0;
}

li{
    list-style-type:none;
    line-height:1.7em;
}

.bold{
    font-weight: 600;
}


/*ここからデザインcss========*/
header{
    position:fixed;
    width:100%;
    background-color:white;
    z-index: 99999;
}

header.with-scroll {
  /* 影はお好みで */
  box-shadow:rgb(0 0 0 / 20%) 0px 2px 4px -1px,
             rgb(0 0 0 / 14%) 0px 4px 5px 0px,
             rgb(0 0 0 / 12%) 0px 1px 10px 0px
}

main {
  background-color: whitesmoke;
  overflow-y: scroll; /* コンテンツがはみ出たらスクロール */
  height: calc(100% - 177px); /* ヘッダの高さを引いたところは全部コンテンツの領域 */
}

main div {
  height: 1000px; /* スクロールするために高さを大きくしている */
}

#header_wrap{
    margin:0 auto;
    padding:10px 20px 0 20px;
}

#header_wrap .row{
    justify-content: space-between;
}

#header_wrap .row .header_left{
    margin-top:10px;
}

#header_wrap .row .header_left p,footer .row .footer_top p{
    display:inline-block;
    font-size:15px;
    vertical-align:3px;
    margin-left:5px;
}

#header_wrap .row .header_right{
    text-align:right;
}

#header_wrap .row .col-60 ul li{
    display:inline;
    text-align:center;
margin-left: 10px;
}

#header_wrap .row .col-60 ul{
margin-bottom: 10px;
}

#header_wrap .row .col-60 ul:first-child li a{
    display:inline-block;
    background-color:#0065AE;
    color:white;
    width:160px;
    padding:10px 15px;
    border-radius:100vh;

}

#header_wrap .row .col-60 .g_btm_menu li a{
    margin-left:15px;
}

.outfit,.news_outfit{
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color:#0084B2;
}

.btn_wrapper{
    text-align:center;
}

.btn,.arrow{
    display:inline-block;
    width:200px;
    padding:10px;
    border-radius:100vh;
    font-size:16px;
    font-weight:bold;
    margin:0 10px;
    text-indent:15px;
}


.btn_with_arrow {
  position: relative;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

/* 矢印付きの丸をbeforeで作成 */
.btn_with_arrow::before,#section5 .bg-white .col-90 h3::before{
    content: "→"; /* ←← ←矢印はUnicodeでも画像でも可 */
    position: absolute;
    left: 10px; /* ボタン内左側に配置 */
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #fff;
    color: #0065AE;
    border-radius: 50%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    text-indent:0;
}

.btn_with_arrow.btn_detail::before{
    background-color:#0065AE;
    color:white;
}

.btn_detail{
    border:1px solid #0084B2;
    color:#0084B2 !important;
}

.btn_blue{
    background-color:#0065AE;
    color:white !important;
}

.row_top{
    margin-top:20px;
}

.row-second{
    justify-content: space-between;
    margin-top:50px;
}

/*ここまでpcヘッダー================================*/

.top_container{
    position: relative;
    z-index: 9999;
    margin-top: 120px;
}

.top_container .col-40 .sub-copy{
    font-size:16px;
    margin-bottom:20px;
    margin-top:10px;
}

.top_container .row{
    justify-content: space-between;
}

.top_container .col-60{
    margin-top:30px;
}

.top_container .col-40 h1{
    font-size:36px;
    margin-bottom:30px;
    letter-spacing: 0.05em;
}

.top_container .col-40 h1 span{
    color:#0065AE;
}

.grd_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 18px;
    border-radius: 100vh;
    width: 240px;
    height: 55px;
    font-weight: bold;
    transition: 0.3s;
    background-color: [object object];
    background-image: linear-gradient(90deg, rgba(0, 101, 174, 1) 5%, rgba(0, 183, 170, 1) 95%);
}

.top_container .col-60 img{
    width:100%;
}

.circle-box01,.circle-box02{
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-image:  radial-gradient( #0084B2, white );
    opacity:.15;
    -webkit-mask-image: radial-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
    mask-image: radial-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
    z-index:1000;
}

.circle-box01{
    position:absolute;
    top:300px;
    left:20%;
    transform: translate(-50%, -50%);
}

.circle-box02{
    position:absolute;
    top:300px;
    left:80%;
    transform: translate(-50%, -50%);
}

.back{
    position:relative;
    width:100%;
    height:0;

}

.copy-box{
    position:absolute;
    top:350px;
    left:50%;
    transform: translate(-50%, -50%);
    width:105%;
}

.article_area{
    margin-bottom:70px;
}

.top_article{
    margin-top:40px;
}

.top_article .col-80{
    margin-top:20px;
}

.article_area .row{
    justify-content: space-between;
}

.article_area .outfit{
    font-size:50px;
}

.outfit+p{
    font-size:15px;
}

.article_area .col-80 article{
    width:40%;
    display:inline-block;
    margin:60px 20px 0 20px;
}

.article_area .col-80 article img{
    width:100%;
    margin-bottom:10px;
}

.article_area .col-80 article img+p{
    font-size:14px;
    line-height:1.6em;
}

.article_area .col-80 .row{
    justify-content: center;
    height: 230px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.top_article .news_all{
    height:100px !important;
}

.article_area .news_all article{
    width:100%;
    margin-top:0;
}

.article_area .news_all dt{
    float: left;
    clear: left;
    margin-right: 0.5em;
    width: 215px;
}

.news_outfit{
    color:#222222;
}

.article_area .btn_wrapper .btn{
    margin-top:40px;
    margin-left:0;
}

.article_area .news_all dt span{
    font-size:13px;
    padding:3px 20px;
    background:#0083b222;
    border-radius:100vh;
    margin-left:2em;
}

.article_area .news_all dd{
    float: left ;
    margin-left: 1em ;
    margin-bottom:1em;
    font-size:16px;
    width: 72%;
}

.article_area .news_all dd a{
    font-size:16px;
}

.article_info{
    margin-bottom:0;
}

.grd_circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #0065AE, #00B7AA);
}

.section_bg_gray{
    width:100%;
    background-color:#F5F5F5;
    padding:70px 0;
}

#works{
    padding-bottom:0;
}

.technologies_area{
    padding-top:0;
}

.content_block .col-100 span{
    font-size:18px;
    display:block;
}

.content_block .col-100 span:before,.acd_area .col-100 .title_circle:before,footer .footer_mid .col-50 ul li:before,.bf_circle::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #0065AE, #00B7AA);
    margin-right: 8px;
    vertical-align: middle;
}

.content_block .row{
    flex-wrap:wrap;
}

#main_column h2{
    font-size:40px;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: none !important;
}

.content_block .row .col-100 span+h2{
    margin-top:5px;
    letter-spacing:.03em;
}

.content_block .row .col-100 h2+p,.content_block .row .col-100 h1+p{
    margin:20px 0 30px 0;
    font-size:16px;
}

.content_block .bg_white_wrap{
    background-color:white;
    padding:50px 50px;
    border-radius:20px;
}

.content_block .bg_gray_wrap{
    background-color:#F5F5F5;
    padding:50px 50px;
    border-radius:20px;
    margin-top:30px;
}

.circle_number{
    color:#0084B2;
    width:60px;
    height:60px;
    border-radius:100vh;
    border:1px solid #0084B2;
    display:inline-block;
    font-size:27px;
    text-align: center;
    box-sizing: border-box;
    padding-top:7px;
    vertical-align: top;
}

.bis_items h3{
    display: inline-block;
    margin-left: 10px;
}

.bis_items h3+p{
    margin-left: 4.8em;
}

.bis_items img{
    width:100%;
}

.bis_items_top,.bis_items_mid,.bis_items_btm{
    padding-bottom: 40px;
    margin-bottom: 45px;
    border-bottom: 1px solid #cccccc;
}

.bis_items_mid ul li{
    list-style-type: disc;
    margin-left:1em;
}

.bis_items_btm,.bis_items_mid{
    justify-content: space-between;
}

.bis_items_btm ul li{
    display:inline-block;
    width:40%;
}

.content_block .row-second .bis_items_top{
    border-bottom:0;
    height:120px;
    margin:0;
    padding:0;
}

.content_block .row-second .bis_items_mid{
    padding-bottom:20px;
}

.content_block .row-second .bis_items_mid h4{
    margin-top:20px;
}

.content_block .row-second .bis_items_btm .col-45 ul li{
    width:100%;
    text-indent: -1em;
    padding-left: 1em;
}

.row-third{
    margin-top:40px;
    justify-content: space-between;
}

.row-third h3{
    margin-bottom:30px;
}

.row-third .col-50 h4{
    color:#222222;
    margin-bottom:35px;
}

.row-third .col-50 .btn_wrapper{
    text-align: left;
}

.row-third .col-50 .btn_wrapper .btn{
    margin-left:0;
    text-align: center;
}

.gradient_bg{
    width:100%;
    height:100px;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
}

.gradient_bg:nth-of-type(3){
    transform: rotate(180deg);
}

.kaso_bg{
    width:100%;
    height:100px;
    background: #F5F5F5;
}

.wrapper_strengths{
    justify-content: space-between;
    margin-top:50px;
}

.wrapper_strengths .col-30,.wrapper_strengths .col-15 .circle_wrapper{
    border:2px solid #0084B2;
    aspect-ratio: 1 / 1;
    border-radius:100vh;
    text-align:center;
    position:relative;
}

.wrapper_strengths .circle_wrapper{
    padding:50px 50px;
    border-radius:100vh;
}

.wrapper_strengths .circle_number{
    position:absolute;
    top:0px;
    left:0px;
    background: linear-gradient(to bottom, #0065AE, #00B7AA);
    width: 90px;
    height: 90px;
    color:white;
    padding-top:25px;
    border:none;
}

.wrapper_strengths .col-30 img{
    margin-bottom:20px;
}

.wrapper_strengths .col-30 h3{
    font-weight:200;
    color:#0084B2;
    margin-bottom:20px;
    line-height:1.4em;
}

.wrapper_strengths .col-30 h3+p{
    text-align:center;
}

.clm3_items_wrap{
    justify-content: space-between;
    margin:30px 0 50px 0;
}

.clm3_items_wrap .clm3_items{
    position:relative;
}

.clm3_items_wrap .clm3_items{
    position:relative;
}

.clm3_items_wrap .clm3_items .clm3_copy_area{
    position:absolute;
    top:20px;
    left:20px;
}

.clm3_items_wrap .clm3_items .clm3_copy_area span,.clm3_items_wrap .clm3_items .clm3_copy_area h3{
    color:white;
}

.clm3_items_wrap .clm3_items img{
    width:100%;
}

.clm3_items_wrap .clm3_items .arrow{
    position:absolute;
    bottom:20px;
    right:20px;
    width: 30px;
    height: 30px;
    margin:0;
    padding: 6px;
}

.clm3_items_wrap .btn_with_arrow::before {
    width: 30px;
    height: 30px;
    color: #0065AE;
    font-size: 18px;
    line-height: 30px;
}

.acd_area{
    margin:70px auto 70px auto;
}

.case_bg_gray{
    width:100%;
    background-color:#F5F5F5;
    border-radius:20px;
    margin-top:30px;
}

.case_bg_gray .bg_gray_wrapper{
    padding:40px 70px 30px 70px;
    justify-content: space-between;
    flex-wrap:wrap;
}

/*アコーディオン=================================*/

/* inputを非表示 */
.acd-check{
    display: none; 
}

.acd-label {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px;
    color: black;
    -webkit-tap-highlight-color:transparent;
}

.col-50{
    margin-bottom:20px;
}

/* アコーディオンアイコン　プラスボタン */
.acd-label .AcdIcon,
.acd-label .AcdIcon::after{
    display: block;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 10px;
}
.acd-label .AcdIcon {
    position: absolute;
    transform: translate(0, -50%) scale(0.9);
    width: 40px;
    height: 40px;
    border-radius:100vh;
    background-color: #0084B2;
    top: 50%;
    right: 2%;
    z-index:99;
    cursor: pointer;
}
.acd-label .AcdIcon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 9px;
    left: 19px;
    background-color: white;
}

.acd-label .AcdIcon .circle{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    top: 18px;
    left: 10px;
    transition: 0.4s;
    background-color: white;
    z-index:-1;
}

/* アコーディオンアイコン　マイナスボタン */
.acd-check:checked + .acd-label .AcdIcon {
    box-sizing: border-box;
    position: absolute;
    display: block;

    width: 40px;
    height: 40px;
    background: currentColor;
    border-radius: 100vh;
    transition: 0.4s;
    background-color: white;
    border:2px solid #0084B2;
}

.acd-check:checked + .acd-label .AcdIcon .circle {
    transition: 0.4s;
    background-color: #0084B2;
    top: 18px;
    left: 8px;
    width: 20px;
    height: 2px;
}

.acd-check:checked + .acd-label .AcdIcon::after{
    display: none;
}

/* アコーディオンの中身 */
.acd-content {
    display: block;
    height: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    background-color: transparent;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
    background-color:white;
    margin-bottom:20px;
    border-radius:20px;
}

.acd-content h4{
    position:relative;
    padding-bottom:5px;
}

.acd-content h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* 下線の太さ */
  background: linear-gradient(to right, #0065AE, #00B7AA);
}

.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 25px 30px;
    visibility: visible;
}

.acd-content p {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    vertical-align: top;
}


.case_number{
    color: #0084B2;
    border:1px solid #0084B2;
    padding:0px 15px;
    border-radius:100vh;
    display:inline-block;
    font-size:16px;
    margin-bottom:15px;
}

.case_number + h3{
   font-size:20px;
   width: 85%;
}

.case_bg_gray .btn_wrapper{
    margin-bottom:40px;
}

.case_area{
    margin-bottom:70px;
}

.case_area .clm3_items_wrap .clm3_items h3{
    color:#222222;
    font-size:20px;
    margin-bottom:10px;
}

.case_txt_wrapper{
    margin:10px 15px;
}

.case_area .btn img{
    margin-left:0.5em;
    width:16px;
}

.btm_menu_area .clm3_items_wrap .col-30{
    background-image: linear-gradient(90deg, rgba(0, 101, 174, 1) 5%, rgb(0, 71, 122) 95%);
    border-radius:20px;
}

.btm_menu_area .clm3_items_wrap .col-30 .clm3_items{
    width:100%;
    height:150px;
}

.btm_menu_area .clm3_copy_area .outfit{
    font-size:32px;
}

.btm_menu_area .clm3_copy_area p{
    font-size:16px;
    color:white;
}

.btm_menu_area .clm3_items_wrap{
    margin:70px 0 50px 0;
}

.contact_wrapper{
    background-image: linear-gradient(90deg, rgba(0, 101, 174, 1) 5%, rgba(0, 183, 170, 1) 95%);
    border-radius:20px;
}

.contact_wrapper .contact_area{
    padding:50px 55px;
    justify-content: space-between;
}

.contact_bg_gray{
    justify-content: space-between;
}

.contact_bg_gray img{
    width:100%;
}

.contact_area .outfit,.contact_area h2{
    color:white;
}

.contact_area .col-35 span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    margin-right: 8px;
    vertical-align: middle;
}

.contact_bg_gray{
    background-color:#F5F5F5;
    padding:30px 50px 30px 30px;
    border-radius:20px;
}

.contact_wrapper{
    margin-bottom:70px;
}

.contact_wrapper .btn_wrapper{
    text-align:left;
}

.contact_wrapper .btn{
    margin:0;
    text-align:center;
    width:250px;
}

.contact_wrapper .col-35 .btn_detail{
    border:1px solid white;
    color:white !important;
    margin-top:50px;
}

.contact_wrapper .col-65 .btn_blue{
    margin-top:20px;
    color:white;
}

.contact_wrapper .col-65 h3{
    font-size:20px;
    margin-bottom:5px;
}

.contact_wrapper .col-35 .btn_detail::before{
    background-color:white;
    color:#0084B2;    
}

footer .section_bg_gray {
    padding: 70px 0 30px 0;
}

footer .row .footer_top{
    margin-bottom:30px;
}

footer .footer_mid .col-30 ul li{
    margin-bottom:10px;
}

footer .footer_mid .col-50 ul li{
    margin-bottom:0;
}

footer .footer_mid .col-50 ul li:first-child{
    margin-top:15px;
}

footer .footer_btm .col-100 ul li{
    display:inline-block;
}

footer .section_bg_black{
    background-color:#222222;
}
footer .section_bg_black .row{
    justify-content: space-between;
    padding:10px 50px;
}

footer .section_bg_black ul,footer .section_bg_black .col-50{
    margin-bottom:0;
}

footer .section_bg_black ul li{
    display:inline-block;
    margin-right:1.5em;
}

footer .section_bg_black ul li a,footer .section_bg_black p{
    color:white;
}

footer .section_bg_black p{
    text-align:right;
    font-size:12px;
}

footer .section_bg_black .col-50 ul li a{
    font-size:13px;
}


/*下層ページ=========================================================*/

.breadcrumb {
  display: flex; /* リストを横並びに */
  flex-wrap: wrap; /* リストが折り返すように */
  list-style: none; /* リストスタイルを無しに */
  padding-left:0;
  margin-bottom:50px;
}
.breadcrumb__list:not(:last-of-type)::after {
  content: ">"; /* 区切り文字 */
  margin: 0 .6em; /* 区切り文字の左右の余白 */
}

.breadcrumb__list{
    font-size:12px;
}

.breadcrumb__list a{
    color:#0065AE;
    font-size: 12px;
}

.kaso_top_container .col-100{
    position:relative;
}

.kaso_top_container img{
    position:absolute;
    right:0;
    top:30px;
}

.kaso_top_container{
    background-color:#F5F5F5;
    padding: 120px 0 70px 0;
}

.intro_area{
    margin: 70px auto 40px auto;
}

.intro_area nav ul{
    background-color:#E5F2F7;
    padding:25px 0 25px 70px;
    border-radius:20px;
    margin-bottom:70px;
}

.intro_area nav ul li{
    position:relative;
    display:inline-block;
    margin-right:4em;
}

.intro_area nav ul li a::after{
    content: "↓"; /* ←← ←矢印はUnicodeでも画像でも可 */
    position: absolute;
    left: -30px;
    top: 15px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #0084B2;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    text-align:center;
    line-height:24px;
}

#section1{
    padding-bottom:5px;
}

#section1 .clm3_items_wrap a{
    display:block;
    padding:20px 20px 40px 20px;
    text-align:center;
}

#section1 .clm3_items_wrap a span{
    color:#0084B2;
    border:1px solid #0084B2;
    padding:10px;
    width:30px;
    height:30px;
    display:block;
    border-radius:100vh;
    font-size:18px;
    margin:0 auto 10px auto;
}

#section1 .clm3_items_wrap h3{
    font-size:18px;
    color:#222222;
    line-height:1.6em;
}

#section1 .clm3_items_wrap .col-30{
    position:relative;
    background-color:white;
    border-radius:20px;
}

.arrow_down{
  display: inline-block;
  vertical-align: middle;
  color: #0084B2;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 6em;
  background: currentColor;
  margin:0 auto 50px auto;
}

.arrow_down::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

.bg_white_wrap.solution_wrap{
    border:1px solid #0084B2;
    border-radius:20px;
    margin-top: 30px;
}

.solution_wrap h2{
    margin-bottom:50px;
}

.solution_wrap .bis_items_top b{
    color:#0084B2;
}

.solution_wrap .bis_items_btm{
    border:0;
    padding-bottom:0;
    margin-bottom:0;
    justify-content: flex-start;
}

.solution_wrap .bis_items_btm .col-25{
    background-color:#E5F2F7;
    padding:10px 0;
    border-radius:10px;
    margin-right:29px;
}
.solution_wrap .bis_items_btm .col-25:last-child{
    margin-right:0;
}

.solution_wrap .bis_items_btm .col-25 p{
    text-align:center;
}

.wide_btn{
    width:290px;
}

.case_ka_area .clm3_items_wrap .clm3_items ul{
    margin-top:20px;
}

.case_ka_area .clm3_items_wrap .clm3_items ul li{
    display:inline-block;
    padding:2px 15px;
    background-color:#E5F2F7;
    border-radius:100vh;
    margin-bottom:10px;
    font-size:15px;
}

#section5 .bg-white{
    background-color:white;
    padding:30px 50px;
    border-radius:20px;
    justify-content: space-between;
    margin-bottom:20px;
}

#section5 .bg-white .col-10 img{
    width:100%;
}

#section5 .bg-white .col-90 h3{
    margin-bottom:10px;
    position:relative;
    text-indent:1.2em;
}

#section5 .bg-white .col-90 h3 span{
    font-size:16px;
    font-weight: 600;
}

#section5 .bg-white .col-90 h3::before{
    content: "→"; /* ←← ←矢印はUnicodeでも画像でも可 */
    position: absolute;
    left: 0; /* ボタン内左側に配置 */
    top: 55%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #0084B2;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    text-indent:0;
}

.service_flow .wrapper_strengths .circle_wrapper .circle_number{
    width: 50px;
    height: 50px;
    padding-top: 12px;
    font-size: 18px;
}

.service_flow{
    margin:70px auto;
}

.wrapper_strengths .col-15 .circle_wrapper{
    padding:30px 30px;
    position:relative;
}

.wrapper_strengths .col-15 .circle_wrapper_arrow::after{
    content: "→"; /* ←← ←矢印はUnicodeでも画像でも可 */
    position: absolute;
    right: -40px; /* ボタン内左側に配置 */
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrapper_strengths .col-15 .circle_wrapper::after:last-child{
    content: ""; /* ←← ←矢印はUnicodeでも画像でも可 */
}

.wrapper_strengths .col-15 .circle_wrapper img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.wrapper_strengths .col-15{
    width:14%;
    margin:0 auto;
}

.wrapper_strengths .col-15 .circle_wrapper{
    border: none;
    background-color:#E5F2F7;
    margin: 0 auto;
    width:50%;
}

.wrapper_strengths .col-15 .circle_copy h3{
    font-size:16px;
    color:#0084B2;
    text-align:center;
    margin:10px 0;
}

.wrapper_strengths .col-15 .circle_copy h3+p{
    font-size:14px;
    line-height:1.8em;
}

.frame_outer{
text-align:left;
}

footer .section_bg_gray .container{
background-color:#F5F5F5;
}

.LC_Page_Index #container{
max-width:100%;
}

#container{
max-width:100%;
margin-top:0;
padding-top:0;
}

#main_column.colnum1 {
    width: 100%;
    margin: 0;
}

.LC_Page_Index div#main_column > div {
    margin-top: 0;
}

#header_container {
    width: 100%;
    position: fixed;
    overflow: auto;
    padding: 10px 0;
    transition: all 0.15s linear;
    min-width: 1250px;
}

#header_container.active {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);   
}

.env_message{
    padding: 0;
    font-size: 0;
    height:0;
}

.env_message p,p.env_version_message{
    font-size:0;
}

.env_message_blank{
    height:0;
}

.LC_Page_User header{
    background-color:#F5F5F5;
    margin-bottom: 0;
}

.tech_all_area{
    background-color:white;
}

.bg_white{
    background-color:white;
    width:100%;
    z-index: 2;
    position:relative;
    padding:70px 0;
}

.tech_all_area.intro_area{
    margin:0 auto;
    position: relative;
    margin:0 auto;
}

.tech_all_area .clm3_items_wrap img{
    width:100%;
    margin-bottom:20px;
}

.tech_all_area .clm3_items_wrap .circle_number{
    margin-top:3px;
    padding-top:7px;
}

.tech_all_area .clm3_items_wrap h3{
    display:inline-block;
    margin-bottom:25px;
    margin-left:10px;
    height: 80px;
    width:77%;
}

.tech_all_area .clm3_items_wrap p{
    height:20em;
}

.tech_all_area .clm3_items_wrap .btn_with_arrow::before{
    color:white;
}

.tech_all_area .btn_with_arrow.btn_detail::before{
    background-color:#0084B2;
}

.top_image_right .content_block{
    position:relative;
}

.top_image_right .top_back_image img{
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 1;
}

.tech_info_01 .top_back_image img{
    top: 20px;
    right: -60px;
}

.tech_info_01 .content_block p{
    line-height:2em;
}

.tech_info_01 .intro_area {
    margin: 70px auto 70px auto;
}

.tech_info_01 .intro_area ul{
    margin-bottom:0;
}

.tech_info_top .row{
    justify-content: space-between;
}

.tech_info_top img{
    width:100%;
}

.tech_info_top .col-50{
    margin-bottom:0;
}

.tech_info_top h2{
    margin:5px 0 10px 0;
}

.tech_info_top .bg_white_wrap.solution_wrap{
    border:none;
}

.tech_info_top .circle_number img{
    width:25px;
}

.tech_info_top .circle_number.check_icon img{
    width:30px;
}

.tech_info_top .circle_number{
    padding-top: 13px;
}

.tech_info_top .bis_items h3{
    margin-top: 7px;
}

.tech_info_top .bis_items_mid:last-child{
    border-bottom:none;
    margin-bottom: 0;
    padding-bottom:0;
}

.tech_info_top #achievements .bis_items_mid h4{
    line-height:1.8em;
    margin-bottom:30px;
}

.tech_info_top #achievements .bis_items_mid img+p{
    font-size:14px;
}

.tech_info_top #achievements .bis_items_mid{
    flex-wrap: wrap;
    justify-content: center;
}

.tech_info_top #achievements .bis_items_mid .col-30{
    margin:0 19px;
    margin-bottom:20px;
}

.tech_info_top #achievements .bis_items_mid .col-30:nth-child(2){
    margin-left:0;
}

.tech_info_top #achievements .bis_items_mid .col-30:nth-child(4){
    margin-right:0;
}

.tech_info_top.section_bg_white{
    padding: 70px 0;
}

.tech_info_01 #section1{
    padding-bottom:70px;
}

.flex {
    display: block;
}

nav {
    margin-bottom: 0;
}

img.under_logo {
    width: initial;
}