@charset "UTF-8";


.txt_orange {
color: #F38200;
}

.ml_none {
margin-left: initial!important;
}

/****************************************************************/
/* Business_development_area.html */
/****************************************************************/

/* Business_development_area */

.b_d_area > .block_ti.i46 .img {
max-width: 350px;
margin-left: initial;
}


/****************************************************************/
/* sdgs.html */
/****************************************************************/

/* sdgs2_block */

.sdgs2_block > .dlb_c55_block {
align-items: initial;
padding: 2.4rem;
}

.sdgs2_block > .dlb_c55_txt {
padding-left: 5rem;
}

/* sdgs_btn */
.sdgs_btn > .block_ti > .txtbox > .btn_hFix {
max-width: 300px;
margin-left: auto;
margin-right: 0;
}

/****************************************************************/
/* omoshiroi_shokuniku.html */
/****************************************************************/
.main_visual.main_omoshiro {
    background: url(../image/omosiroi_img_main.jpg) no-repeat center top;
    background-size: 100%;
    position: relative;
    max-height: 667px;
    height: 60vh;
}

.main_visual.main_omoshiro .lead_box {
    width: 100%;
    max-width: unset;
    padding-bottom: unset;
    padding-left: unset;
    background-color: #fff;
    position: absolute;
    border-radius: unset;
    left: 0;
    bottom: unset;
    top: 90px;
    background: rgba(255, 255, 255, 0.5);
}

.main_omoshiro .centering {
    width: fit-content;
    margin: 0 auto;
}

.main_visual.main_omoshiro .catch {
    font-size: 60px;
    font-weight: 700;
    line-height: unset;
    margin-bottom: 40px;
    margin-top: unset;
}

.main_visual.main_omoshiro .lead_txt {
    font-size: 24px;
    line-height: 2;
    margin: 0 auto;
    width: fit-content;
}

@media only screen and (max-width: 979px) {
    .main_visual.main_omoshiro {
        max-height: unset;
        height: 300px;
    }

    .main_visual.main_omoshiro .lead_box {
        top: 35px;
    }

    .main_visual.main_omoshiro .catch {
        font-size: 40px;
        margin-bottom: 0px;
    }

    .main_visual.main_omoshiro .lead_txt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 690px) {
    .main_visual.main_omoshiro {
        background: url(../image/omosiroi_img_main_sp.jpg) no-repeat center top;
        background-size: 100%;
        position: relative;
        height: 600px;
    }

    .main_visual.main_omoshiro .lead_box {
        top: 120px;
    }

    .main_visual.main_omoshiro .catch {
        font-size: 28px;
    }

    .main_visual.main_omoshiro .lead_txt {
        font-size: 14px;
    }

}

.h2ttl.omoshiroi_title {
    position: relative;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}

.h2ttl.omoshiroi_title::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 86px;
    height: 1px;
    background: #D53535;
}

.omoshiroi_lead {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}

@media only screen and (max-width: 979px) {
    .sec_mt.omoshiro_tuning {
        margin-top: 0px;
    }

    .omoshiroi_lead {
        font-size: 18px;
    }
}

@media only screen and (max-width: 690px) {
    .h2ttl.omoshiroi_title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .omoshiroi_lead {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

.omoshiroi_movie_sizing_set {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.omoshiroi_movie_sizing_set iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.omoshiroi_movies .flex_set {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.omoshiroi_movies .flex_col {
    width: 23%;
}

@media only screen and (max-width: 979px) {
    .omoshiroi_movies .flex_col {
        width: 48%;
        margin-bottom:20px;
    }
}
@media only screen and (max-width: 690px) {
    .omoshiroi_movies .flex_col {
        width: 100%;
    }
}

.omoshiro01 .theme_number {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 25px auto 20px auto;
}

.omoshiro01 .col figure {
    width: 144px;
    margin: 0 auto 10px auto
}

.omoshiro01 .col figure img {
    max-width: 100%;
}

.omoshiro01.link_block_01 .box_shadow .box_btm {
    padding: unset;
}

.omoshiro01.link_block_01 .box_shadow .ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}

.omoshiro01.link_block_01 .box_shadow .txt {
    position: relative;
    text-align: center;
    color: #CA062B;
    font-weight: 400;
    padding: 10px 10px 0 20px;
    margin: 0 10px 10px 10px;
    border-top: 2px dotted #707070;
}

.omoshiro01.link_block_01 .box_shadow .txt::before {
    position: absolute;
    content: "“";
    top: 0;
    left: 0;
    font-size: 30px;
    color: #666666;
}

.omoshiro01.link_block_01 .box_shadow .txt::after {
    position: absolute;
    content: "”";
    bottom: -1em;
    right: 0;
    font-size: 30px;
    color: #666666;
}

.omoshiro02 .flex_set {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 2000px;
    padding: 0 50px;
    margin: 0 auto;
}

.omoshiro02 .flex_col {
    width: 31%;
}

.omoshiro02 .flex_col figure {
    margin-bottom: 10px;
}

.omoshiro02 .flex_col figure img {
    max-width: 100%;
}

.omoshiro02 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.omoshiro02 .lead {
    margin-bottom: 10px;
}

.omoshiro02 .bttn_link a {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid #000;
}

@media only screen and (max-width: 979px) {
    .omoshiro02 .flex_col {
        width: 47%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 690px) {
    .omoshiro02 .flex_set {
        width: 94%;
        padding: 0 0;
    }

    .omoshiro02 .flex_col {
        width: 100%;
    }
}

.omoshiro03 .flex_set {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.omoshiro03 .flex_col {
    width: 23%;
    margin-bottom: 40px;
}

.omoshiro03 .flex_col figure {
    width: 120px;
    margin: 0 auto 10px auto;
}

.omoshiro03 .flex_col figure img {
    max-width: 100%;
}

.omoshiro03 .shadow_around {
    padding: 30px 15px 5px 15px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 16%);
}

.omoshiro03 .question {
    text-align: center;
}

.omoshiro03 #accordion dt {
    display: block;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    color: #fff;
    background: #CA062B;
    border-radius: 40px;
}

.omoshiro03 #accordion dt::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}

.omoshiro03 #accordion dt::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 26px;
    transform: translate(0, -50%) rotate(135deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #CA062B;
    border-right: 2px solid #CA062B;
}

.omoshiro03 #accordion dd {
    display: none;
    background:#fcefef;
    padding:1.0rem 1.0rem;
}

.omoshiro03 #accordion dd .big_font{
    font-size:120%;
    margin-bottom:20px;
}

@media only screen and (max-width: 979px) {
    .omoshiro03 .flex_col {
        width: 47%;
    }
}

@media only screen and (max-width: 690px) {
    .omoshiro03 .flex_col {
        width: 100%;
    }
}

#omoshiroi_form{
    padding-top: 200px;
}

#omoshiroi_form .omoshiroi_title{
    padding-top: 200px;
    margin-top:-200px;
}

@media only screen and (max-width: 690px) {
    #omoshiroi_form{
        padding-top: 100px;
    }

    #omoshiroi_form .omoshiroi_title{
        padding-top: 100px;
        margin-top:-100px;
    }
}

/****************************************************************/
/* popup */
/****************************************************************/
/* #satori__popup_widget {
    top: 50% !important;
}

@media only screen and (max-width: 690px) {
    #satori__popup_widget {
        top: calc(50% - 96px) !important;
        width: 184px !important;
    }    
} */
#satori__popup_widget .l-image_horiz img{
    width: 100%;
    height: auto;
}

/****************************************************************/
/* 202311 renewal */
/****************************************************************/
.case-media__slider {
  overflow: hidden;
}
.case-media__slider .dlb_media_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.case-media__slider .dlb_media_block a {
  text-decoration: none;
  background: unset;
}
.case-media__slider .dlb_media_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.case-media__slider .dlb_media_left > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.case-media__slider .dlb_media_left_in {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 200px;
  width: 100%;
  display: blcok;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-media__slider .dlb_media_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
  margin-top: 15px;
  position: relative;
}
.case-media__slider .dlb_media_time {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  font-size: 1.3rem;
  margin-bottom: 0;
  line-height: 1;
}
.case-media__slider .dlb_media_title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: unset !important;
  color: var(--KEY);
  font-size: 1.6rem;
}
@media print, screen and (min-width: 680px) {
  .case-media__slider .dlb_media_title {
    font-size: 2rem;
  }
}
.case-media__slider .dlb_media_title:hover {
  text-decoration: underline;
}
.case-media__slider .dlb_media_txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  height: unset !important;
}
.case-media__slider .dlb_media_cate {
  display: none !important;
  position: absolute;
  display: inline-block;
  right: 0;
  top: -39px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 0;
}
.case-media__slider .dlb_media_cate a {
  background: var(--L-ORA);
  color: var(--ORA);
  border-radius: 5px 0 10px 0;
  padding: 3px 10px;
}
.case-media__slider .dlb_media_cate a.case {
  display: none;
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 980px) and (hover: hover) and (pointer: fine) {
  .case-media__slider .dlb_media_cate a:hover, .is-hover .case-media__slider .dlb_media_cate a {
    background: var(--ORA);
    color: #FFF;
  }
}
.case-media__slider .dlb_media_tag {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--GRY);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.case-media__slider .dlb_media_tag > a:before {
  content: "#";
  color: var(--KEY);
}
.case-media__slider .dlb_media_tag > a:hover {
  color: var(--KEY);
}
.case-media__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 680px) {
  .case-media__tools {
    margin-top: 30px;
  }
}
.case-media__tools.is-false {
  display: none;
}
.case-media__pagination {
  margin: 0 20px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
  -webkit-transform: unset;
  transform: unset;
}
.case-media__pagination .swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
  border: var(--GRY) 1px solid;
  margin: 0 4px;
}
.case-media__pagination .swiper-pagination-bullet-active {
  background: var(--KEY);
  border-color: var(--KEY);
}
.case-media__btn {
  width: 30px;
  height: 30px;
  background: var(--KEY);
  border-radius: 50%;
  position: relative;
}
.case-media__btn:before {
  font-family: "icons" !important;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea01";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1rem;
}
.case-media__prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.sol-contact__container .ttl_bdL {
  padding-left: 0;
}
.sol-contact__container .ttl_bdL:before, .sol-contact__container .ttl_bdL:after {
  display: none;
}
@media print, screen and (min-width: 680px) and (max-width: 979.8px) {
  .sol-contact__container .md-grid__container {
    row-gap: 15px;
  }
}
.sol-contact__box {
  background: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.sol-contact__summry {
  width: 100%;
}
@media print, screen and (min-width: 680px) and (max-width: 979.8px) {
  .sol-contact__summry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sol-contact__summry > dt {
  font-weight: bold;
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  line-height: 1.3;
}
@media print, screen and (min-width: 680px) and (max-width: 979.8px) {
  .sol-contact__summry > dt {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 680px) {
  .sol-contact__summry > dt {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 980px) and (max-width: 1179.8px) {
  .sol-contact__summry > dt {
    letter-spacing: -0.06em;
  }
}
.sol-contact__summry > dt.--ORA {
  background: var(--ORA);
}
.sol-contact__summry > dt.--DORA {
  background: var(--D-ORA);
}
.sol-contact__summry > dt.--RED {
  background: var(--KEY);
}
.sol-contact__summry > dd {
  padding: 15px;
}
@media print, screen and (min-width: 680px) and (max-width: 979.8px) {
  .sol-contact__summry > dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
}
.sol-contact__summry > dd .md-link__btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: unset;
}
.sol-contact__summry > dd .md-link__btn:before {
  font-size: 120%;
}
@media print, screen and (min-width: 680px) and (max-width: 979.8px) {
  .sol-contact__summry > dd .md-link__btn {
    width: 100%;
  }
}
@media print, screen and (min-width: 680px) {
  .sol-contact__summry > dd .md-link__btn {
    height: 60px;
    padding: 10px 8%;
  }
}
.sol-contact__summry > dd .md-link__btn .txt {
  width: 100%;
}

.sol-n__trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media print, screen and (min-width: 768px) {
  .sol-n__trust {
    margin-top: -15px;
  }
}
.sol-n__trust dt,
.sol-n__trust dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--L-GRY);
  line-height: 1.3;
}
.sol-n__trust dt {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 10px 0;
  width: 160px;
}
@media print, screen and (min-width: 768px) {
  .sol-n__trust dt {
    font-size: 2rem;
    padding: 30px;
    width: 210px;
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sol-n__trust .sol-n__num {
  width: calc(100% - 160px);
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.2rem;
  padding: 10px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--KEY);
}
@media print, screen and (min-width: 680px) and (max-width: 767.8px) {
  .sol-n__trust .sol-n__num {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sol-n__trust .sol-n__num {
    width: 160px;
    margin-top: 15px;
    padding: 0;
  }
}
.sol-n__trust .sol-n__num strong {
  line-height: 1;
  font-size: 2.8rem;
}
@media print, screen and (min-width: 680px) and (max-width: 767.8px) {
  .sol-n__trust .sol-n__num strong {
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .sol-n__trust .sol-n__num strong {
    font-size: 3.5rem;
  }
}
.sol-n__trust .sol-n__graph {
  padding: 10px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sol-n__trust .sol-n__graph {
    width: calc(100% - 370px);
    margin-top: 15px;
    padding: 0;
    padding-left: 15px;
    padding-right: 30px;
  }
}

.photo .icon img {
  width: auto;
}

.sol-sofmaru__container {
  padding: 15px;
  background: var(--L-GRY);
  border-radius: 0 30px 0 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
@media print, screen and (min-width: 680px) {
  .sol-sofmaru__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 680px) and (max-width: 979.8px) {
  .sol-sofmaru__container {
    width: 182%;
    margin-right: -82%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 980px) {
  .sol-sofmaru__container {
    padding: 20px;
  }
}
.sol-sofmaru__txtarea {
  margin-top: 10px;
  color: #707070;
}
@media print, screen and (min-width: 680px) {
  .sol-sofmaru__txtarea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    margin-top: 0;
  }
}
.sol-sofmaru__thumb {
  background: #FFF;
  text-align: center;
}
.sol-sofmaru__thumb img {
  max-width: 200px;
}
@media print, screen and (min-width: 680px) {
  .sol-sofmaru__thumb {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 980px) {
  .sol-sofmaru__thumb {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: transparent;
  }
}
.sol-sofmaru__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-weight: bold;
}
.sol-sofmaru__link:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--KEY);
  margin-right: 5px;
}

.sol-dl__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--L-ORA);
  border-radius: 10px;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 680px) {
  .sol-dl__box {
    padding: 20px 10px;
  }
}
@media print, screen and (min-width: 980px) {
  .sol-dl__box {
    padding: 30px;
  }
}
.sol-dl__box p {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 979.8px) {
  .sol-dl__box p .md-link__btn {
    min-width: unset;
    width: 100%;
  }
}
.sol-dl__box p.txt_c {
  font-size: 2rem;
  letter-spacing: -0.04em;
  line-height: 1.5;
  font-weight: bold;
  color: var(--ORA);
}
.sol-paperess__container {
  background: #F5F5F5;
  border-radius: 15px;
  overflow: hidden;
}
.sol-paperess__title {
  text-align: center;
}
.sol-paperess__title .title {
  display: inline-block;
  background: var(--KEY);
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  line-height: 1.3;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 680px) {
  .sol-paperess__title .title {
    font-size: 2.4rem;
  }
}
.sol-paperess__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
  padding: 20px 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 680px) {
  .sol-paperess__grid {
    padding: 30px 5%;
  }
}
.sol-paperess__box {
  width: 25%;
  padding: 0 5px;
  font-size: 1.1rem;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 680px) {
  .sol-paperess__box {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 980px) {
  .sol-paperess__box {
    width: 14.2857142857%;
    padding: 0 15px;
  }
}
.sol-paperess__box:nth-child(1) .sol-paperess__num {
  color: #D00000;
}
.sol-paperess__box:nth-child(2) .sol-paperess__num {
  color: #E14100;
}
.sol-paperess__box:nth-child(3) .sol-paperess__num {
  color: #EF7602;
}
.sol-paperess__box:nth-child(4) .sol-paperess__num {
  color: #F39302;
}
.sol-paperess__box:nth-child(5) .sol-paperess__num {
  color: #F1B105;
}
.sol-paperess__box:nth-child(6) .sol-paperess__num {
  color: #F3D700;
}
.sol-paperess__box:nth-child(7) .sol-paperess__num {
  color: #CDE001;
}
.sol-paperess__txt {
  line-height: 1.3;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
  font-weight: bold;
}
@media print, screen and (min-width: 680px) {
  .sol-paperess__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 980px) {
  .sol-paperess__txt {
    font-size: 1.8rem;
  }
}
.sol-paperess__num {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 680px) {
  .sol-paperess__num {
    font-size: 4rem;
  }
}

.top-industry__container {
  background: var(--L-KEY);
  border-radius: 10px;
  padding-top: 20px;
}
@media print, screen and (min-width: 680px) {
  .top-industry__container {
    padding-top: 40px;
  }
}
.top-industry__container > .md-title__container,
.top-industry__container .md-tab__menu {
  padding: 0 10px;
}
@media print, screen and (min-width: 680px) {
  .top-industry__container > .md-title__container,
  .top-industry__container .md-tab__menu {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 980px) {
  .top-industry__container > .md-title__container,
  .top-industry__container .md-tab__menu {
    padding: 0 40px;
  }
}
.top-industry__container .md-tab__menu {
  padding-bottom: 15px;
}
@media screen and (max-width: 679.8px) {
  .top-industry__container .md-tab__menu {
    row-gap: 5px;
  }
}
.top-industry__container .md-tab__panel {
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
}
@media print, screen and (min-width: 680px) {
  .top-industry__container .md-tab__panel {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 980px) {
  .top-industry__container .md-tab__panel {
    padding: 40px;
  }
}
.top-industry__point {
  background: var(--L-KEY);
  border-radius: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 680px) {
  .top-industry__point {
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 980px) {
  .top-industry__point {
    padding: 15px;
  }
}
.top-industry__point .txt {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top-industry__point:before {
  font-family: "icons" !important;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  content: "\ea08";
  width: 20px;
  height: 20px;
  background: #FFF;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--KEY);
  border: #D3BFBF 1px solid;
}
.top-industry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  border: var(--GRY) 1px solid;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 980px) and (hover: hover) and (pointer: fine) {
  .top-industry__item:hover, .is-hover .top-industry__item {
    border-color: var(--KEY);
    background: unset;
    color: var(--KEY);
  }
}
.top-industry__item .txt {
  padding: 5px;
  text-align: center;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 680px) and (max-width: 979.8px) {
  .top-industry__item .txt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 680px) {
  .top-industry__item .txt {
    padding: 5px 10px;
  }
}