@charset "utf-8";


/*
---------------------------------------------
    navigation01 ※TOP、下層共通
*/
.header-area-upper {
    padding: var(--s1);
    text-align: right;
}
.header-title {
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
}
.header-title::before {
    content: "PR";
    padding: .2rem;
    color: #fff;
    background-color: #333;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -2.4rem;
}
.header-title a {
    text-decoration: none;
}
.header-title a:hover {
    text-decoration: underline;
}
.gnavi-ctrl {
    display: none;
}
.gnavi-btn {
    display: none;
}
.gnavi-btn-close {
    display: none;
}
.gnavi-area {
    display: none;
}
.toggle-content {
    display: none;
}
/*------------------------------------------
 Global menu settings
*/

.navigation01-menu {
    display: flex;
    background-color: #fff;
    font-size: 2rem;
   
}

.navigation01-menu li + li {
    
  position: relative;
}


.navigation01-menu li::before {
    display: none;
}
.navigation01-menu li a {
    padding: .15rem 3.35rem;
    display: block;
    text-decoration: none;
    height: 100%;
    padding: .15rem 2rem; 
}





.navigation01-menu li:first-of-type a{
padding-left: 0;
position: relative;
}

.navigation01-menu li:not(:first-of-type) a {
border-left: 1px solid #000;

}

.navigation01-menu li:last-of-type a{
padding-right: 0;
height: 100%;
}

.navigation01-menu li a span {
  font-size: 1.3rem;
  padding-left: 0.8rem;
}


.navigation01-menu li a:hover {
    opacity: .6;
}

/*------------------------------------------
 共通 settings*/

.sec02, .sec03, .sec04, .sec05{
    margin: var(--s14) 0;
}  

.icon-head01 {
  margin-top: var(--s4);
  margin-bottom: var(--s4);
  margin-left: var(--s4);
  padding: var(--s4) var(--s2) var(--s4) var(--s12);
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 700;
  background-color: rgba(93, 204, 220, 0.3);
  position: relative;
}
.icon-head01::before {
  content: "";
    width: 10.5rem;
  background: url(./img/point_heading.png) no-repeat center / contain;
  position: absolute;
    top: -2rem;
    left: -5.25rem;
    display: block;
    aspect-ratio: 105 / 64;
}


/*------------------------------------------------------------
    SP 共通　settings
*/
@media screen and (max-width: 767px) {
  .icon-head01 {
    margin-left: var(--s2);
    padding: var(--s2) var(--s2) var(--s2) var(--s7);
    font-size: 1.8rem;
  }
  .icon-head01::before {
    content: "";
    width: 6rem;
    height: 6rem;
    left: -1.6rem;
  }
}


/*------------------------------------------
 section-title07 settings*/

.section-title07-frame {
    margin-top: 5rem;
    position: relative;
}

.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
}


/*------------------------------------------
    3box column settings
*/
.column-small {
    background-color: #fff;
    border: 1px solid #000;
    padding-bottom: 4rem;
}

.is-purple {
  background-color: #DDBEF6;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
.column-small {
  padding-bottom: 2.5rem;
}

.column-small + .column-small {
  margin-top: 3.5rem;
}
}

.thb-box-full {
    width: 100%;
}

.thb-box-full p{
padding-left: 1.8rem;
padding-right: 1.8rem;
margin-top: 2.2rem;
}

.thb-box-full table {
  max-width: 29.6rem;
  margin: 2.5rem auto 0;
  border: 1px solid #000;
}
.thb-box-full table th {
 background-color: #F7F7F7;
 font-size: 1.5rem;
 text-align: center;
 white-space: nowrap;
 border: 1px solid #000;
}

.thb-box-full table td {
  width: 57.5%;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid #000;
}

.thb-box-full .btn-link {
  margin-top: 3rem;
  max-width: 29.6rem;
  margin-inline: auto;
}
 
/*------------------------------------------
    3box_img-title settings
*/
.arrow-title {
    margin-bottom: 2.3rem;
    padding: var(--s2);
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    background-color: var(--site-color03);
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.arrow-title span {
  font-size: 2.5rem;
  position: relative;
}

.arrow-title span::after {
  content: '';
  position: absolute;
  background-color: #82DBE8;
  display: block;
  width: 100%;
  height: 3px;
  bottom:-3px;
  left: 0;

}
.arrow-title::after {
    content: "";
     width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 11px solid #000000;
  border-bottom: 0;
}
.arrow-title-sub {
    padding: var(--s1);
    margin-bottom: .8rem;
    background-color: #fff;
    font-size: 1.4rem;
    color: var(--site-color03);se
    line-height: 1.4;
    display: inline-block;
}
.arrow-title-small {
    font-size: 1.4rem;
}


.m-title01 {
    padding: var(--s1) var(--s1) 27px var(--s1);
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    line-height: 1.5;
    margin-top: var(--s3);
}
 


/*------------------------------------------
    3box_slider settings
*/
.thb-slider {
    width: 100%;
    padding-bottom: var(--s4);
}
.thb-slider .swiper-button-next,
.thb-slider .swiper-button-prev {
    width: 2.3rem;
    height: 2.3rem;
    top: 40%;
}
.thb-slider .swiper-button-next:hover,
.thb-slider .swiper-button-prev:hover {
    opacity: .6;
}
.thb-slider .swiper-button-next::after,
.thb-slider .swiper-rtl .swiper-button-prev::after {
    content: "";
    width: 2.3rem;
    height: 2.3rem;
    background: url("./img/slider-arrow-right.png") no-repeat center center;
    background-size: contain;
}
.thb-slider .swiper-button-prev::after,
.thb-slider .swiper-rtl .swiper-button-next::after {
    content: "";
    width: 2.3rem;
    height: 2.3rem;
    background: url("./img/slider-arrow-left.png") no-repeat center center;
    background-size: contain;
}

.thb-slider .swiper-slide img {
  aspect-ratio: 351 / 190;
  width: 100%;
}

.thb-slider .swiper-pagination-bullet-active {
  background-color: #FD9B23;
}

/*------------------------------------------
    1box column settings
*/
.column-medium {
    padding: var(--s4);

}
.onb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}

/*------------------------------------------
    2box column settings
*/
.column-medium {
    padding: var(--s4) var(--s4) 9.5rem var(--s4);
    margin-top: 54px;
    padding-top: 0;

}
.twb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}

/*------------------------------------------
    section-title07 settings
*/
.section-title07-frame {
    margin-top: 5rem;
    position: relative;
}

.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
}


/*------------------------------------------
    section-title04 settings
*/
.section-title04 {
    margin-top: 5rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
}

/*------------------------------------------
    section-title06 settings
*/
.section-title06-frame {
    margin-top: 5rem;
    position: relative;
}
.section-title06-frame::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 13.5vw;
    z-index: -1;
}
.section-title06 {
    width: 100%;
    padding: 1.9rem var(--s12);
    font-size: 3.8rem;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    line-height: 1.5;
    text-align: left;
    padding-right: 4.9rem;
    position: relative;
    right: 13.5vw;
    
}

.section-title06 a{
    text-decoration: none;    
    color: #ffffff;
}

.section-title06 a:hover{
 opacity: 0.6;
}

.section-title06 .span-first {
background-color: #5DCCDC;
color: #000;
}

.section-title06 .span-second {
  position: relative;
}

.section-title06 .span-second::after {
  content: '';
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  background: url(./img/arrow-right-white.png) no-repeat center / contain;
  top: 56%;
  transform: translateY(-50%);
  right: -47px;
}

/*------------------------------------------
    sec01 settings
*/

.sec01-wrap {
  /* background-color: #F7F7F7; */
background: url(./img/back-image1.png) no-repeat center / cover;
background-position-y: 13vw;
    padding-bottom: 60px;
    background-color: #f7f7f7;
}

.conclusion-area {
    padding: var(--s4);
    background: url('./img/dblue-bg.svg') repeat-y right top var(--site-color03);
}
.conclusion-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.conclusion-title-deco {
    position: relative;
}
.conclusion-title-deco::before,
.conclusion-title-deco::after {
    content: "";
    width: 40%;
    height: 0.1rem;
    background-color: #fff;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}
.conclusion-title-deco::before {
    left: -50%;
}
.conclusion-title-deco::after {
    right: -50%;
}

.conclusion-box__wht {
    color: #fff;
    line-height: 2;
}
.conclusion-catch {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.conclusion-catch span {
    border-bottom: 2px solid var(--site-color04);
}
.conclusion-btn-area {
    z-index: 5;
}
.btn-conclusion {
    margin: 0 auto;
}

.thb-listbox-bg-colored {
    padding-top: 2rem;
}
.thb-listbox-area {
    padding: 4rem var(--s2) var(--s2) var(--s2);
    background-color: var(--site-color06);
    position: relative;
}
.thb-listbox-title {
    margin-top: -5.5rem;
    padding: var(--s1);
    color: #fff;
    background-color: var(--site-color03);
    text-align: center;
}
.thb-listbox-subtitle {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
.thb-listbox-list {
    width: 100%;
    padding-left: 2rem;
}
.thb-listbox-list li {
    padding: 0 var(--s1);
    line-height: 1.5;
    position: relative;    
}
.thb-listbox-list li::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("./img/icon-check.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: .3rem;
    left: -2rem;
}
.thb-listbox-list li span {
    margin-right: var(--s1);
    display: block;
    text-align: center;
}

.sec01 .thb-table {
    line-height: 1.5;
    border-collapse: collapse;
    border: 1px solid #000;
    margin-top: 24px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sec01 .thb-table th,
.sec01 .thb-table td {
    padding: 1rem;
    border: 1px solid #000;
  background-color: transparent;
  font-weight: 700;
}

.sec01 .thb-table td span {
  font-size: 14px;
}
.sec01 .thb-table th {
    width: 29%;
    background-color: transparent;
    text-align: left;
  background-color: #f7f7f7;
}

.sec01 .l-grid-three{
    margin-top: 51px;
}

.sec01 .l-grid-three-bottom {
  font-size: 13px;
  color: #707070;
  line-height: 2.3;
  margin-top: 8px;
}

.sec01 .l-stack{
    gap: var(--s2);
}

.thb-iconbox01-bg-colored {
    padding-top: 4rem;
}
.thb-iconbox01-area {
    position: relative;
    margin-bottom: var(--s2);
}

.thb-iconbox01-bg-colored + p {
  padding-left: 2.15rem;
  padding-right: 2.15rem;
}
.thb-iconbox01-image {
    width: 7.2rem;
    height: 7.2rem;
    position: absolute;
    top: -1.6rem;
    left: -.8rem;
}
.thb-iconbox01-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    padding: 11px var(--s1);
    line-height: 1.4444;
    max-width: 307px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  background-color: rgba(93, 204, 220, 0.3);
}

@media screen and (max-width: 767px) {

    #index .sec01-wrap{
        background-size: contain;
        margin-top: -12rem;
    }


    #low-page .sec01-wrap{
      margin-top: 0;
    }

  .thb-iconbox01-title {
    max-width: none;
  }
}


.thb-iconbox01-title span {
    margin-bottom: var(--s1);
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
}

.thb-iconbox01-bg-colored {
    padding-top: 4rem;
}

.thb-iconbox01-bg-colored + p {
  line-height: 1.86666;
}

.thb-iconbox01-image {
    width: 2.4rem;
    height: 2rem;
    position: absolute;
    top: -0.7rem;
    left: 2.5rem;
}

.thb-iconbox01-title span {
    margin-bottom: var(--s1);
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
}

.icon-title-area {
  max-width: 262px;
  margin-left: auto;
  margin: auto;
border: 1px solid #82DBE8;
border-radius: 11px;
    position: relative;
    padding: 3.5rem 2rem 2rem 4.8rem;
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
.icon-title-area {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}

.icon-title-obj-r {
    width: 7.1rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--site-color03);
    border-radius: 11rem;
    position: absolute;
    top: -1.2rem;
    left: -.8rem;
}
.icon-title-obj-r__inner {
    text-align: center;
    font-weight: 700;
  height: inherit;
}
.icon-title-r {
    padding: 1.6rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.icon-title-small {
    font-size: 1.4rem;
}
 
.icon-title-area ul{

} 


/*
---------------------------------------------
    sec02 settings
*/

.sec02{
    background: url(./img/back-image2.png) no-repeat center;
    background-attachment: fixed;
    padding: var(--s10) var(--s10) 17.5rem var(--s10);
    background-size: cover;
}
.sec02 .column-medium{
    background: #fff;
    border: 1px solid #000000;
}

.section-title01-frame {
    padding-top: 24rem;
    position: relative;
}
.section-title01-frame::before {
    content: "";
    width: 100%;
    min-height: 38.8rem;
    background: url("./img/dummy.jpg") no-repeat center center;
    background-size: cover;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.section-title01-frame p {
    color: #fff;
}
.section-title01-bg {
    padding: 10rem 7.2rem 3.2rem 7.2rem;
    background-color: rgba(var(--site-color03-rgb),.87);
    position: relative;
    z-index: 2;
}
.section-title01 {
    margin-bottom: 5rem;
    font-size: 3.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    position: relative;
}
.section-title01::before {
    content: "INDEX";
    padding: 0 var(--s2);
    font-size: 2.6rem;
    transform: translateX(-50%);
    color: var(--site-color01);
    position: absolute;
    top: -4.8rem;
    left: 50%;
    z-index: 3;
}
.section-title01::after {
    content: "";
    height: 1px;
    transform: translateX(-50%);
    background-color: #ccc;
    position: absolute;
    top: -2rem;
    left: 50%;
    z-index: 2;
}

.onb-img-title-box {
    width: calc(100% + 6.4rem);
    margin-left: -3.2rem;
}
.onb-img-title-area {
    display: flex;
    background-color: var(--site-color03);
    align-items: end;
}
.onb-img-title-image {
    width: 20%;
    padding-left: var(--s4);
}
.onb-img-title-image img {
    margin-top: -6rem;
    width: 100%;
}
.onb-img-title {
    width: 80%;
    padding: var(--s2) var(--s2) var(--s3) var(--s1);
    color: #fff;
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
.onb-img-title-sub {
    margin-bottom: var(--s1);
    padding: var(--s1);
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    border-bottom: 5px solid var(--site-color15);
    display: inline-block;
}
.onb-img-title-small {
    font-size: 2.8rem;
}

.onb-five-slider-container {
    position: relative;
    width: 82.7%;
    margin: 0 auto;
    margin-top: 1.8rem;
}

.onb-five-slider-container + h4 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
  padding-left: 19px;
  position: relative;
  line-height: 1.7;
  margin-top: 30px;
  margin-bottom: 11px;
    max-width: 89rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.onb-five-slider-container + h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 6px;
  height: 100%;
  background-color: #47C1D3;
}

.onb-five-slider.swiper-thumbs .swiper-slide {
    width: 20%;
}
.onb-five-slider .swiper-slide-thumb-active {
    outline: 4px solid var(--site-color17);
    outline-offset: -4px;
}
.onb-five-slider2 {
    margin: var(--s3) 0;
}
.onb-five-slider-container .swiper-button-next,
.onb-five-slider-container .swiper-button-prev {
    top: calc(50% - 100px);
    width: 5rem;
    height: 5rem;
}
.onb-five-slider-container .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,-2.5rem);
}
.onb-five-slider-container .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,-2.5rem);
}
.onb-five-slider-container .swiper-button-next:hover,
.onb-five-slider-container .swiper-button-prev:hover {
    opacity: .6;
}
.onb-five-slider-container .swiper-button-next:after,
.onb-five-slider-container .swiper-rtl .swiper-button-prev:after {
    content: "";
    position: absolute;
    right: -4rem;
    width: 5rem;
    height: 5rem;
    background: url("./img/arrow-right_big.png") no-repeat center center;
    background-size: contain;l-onb-item-title__side span;
}
.onb-five-slider-container .swiper-button-prev:after,
.onb-five-slider-container .swiper-rtl .swiper-button-next:after {
    content: "";
    position: absolute;
    left: -4rem;
    width: 5rem;
    height: 5rem;
    background: url("./img/arrow-left_big.png") no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 767px) {

  .onb-five-slider-container .swiper-button-prev:after {
    content: "";
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(0);
    width: 3rem;
    height: 3rem;
    background: url(
    "./img/arrow-left_big.png") no-repeat center center;
    background-size: contain;

  }

}

@media screen and (max-width: 767px) {

  .onb-five-slider-container .swiper-button-next:after {
    content: "";
    position: absolute;
    right: 0rem;
    width: 3rem;
    height: 3rem;
    top: 50%;
    transform: translateY(0);

  }

}


.onb-acc-list-frame {
    border: 1px solid #ccc;
    margin: var(--s2) 0 0;
}
.onb-acc-list-title {
    padding: var(--s2);
    background-color: #ccc;
    font-weight: 700;
}
.onb-acc-list-content {
    padding: var(--s2);
}
.onb-acc-list div {
    padding-bottom: var(--s2);
    display: flex;
    border-bottom: 1px solid #ccc;
}
.onb-acc-list div:last-child {
    border: none;
}
.onb-acc-list div dt,
.onb-acc-list div dd {
    width: 50%;
    line-height: 1.2;
}
.onb-acc-list div dd span {
    font-size: 1.4rem;
}

.onb-item-title-frame {
    padding: 3.1rem 4.3rem;
    background-color: var(--site-color03);
    position: relative;
}
.onb-item-title-icon {
    width: 6.3rem;
    height: 5.15rem;
    overflow: hidden;
    position: absolute;
        top: 1rem;
    left: 1rem;
}




.onb-item-title-icon img {
    width: 100%;
}
.l-onb-item-title {
    color: #fff;
    display: flex;
    align-items: center;
    gap: var(--s2);
}
.l-onb-item-title__side,
.l-onb-item-title__main {
    padding: var(--s2);
    text-align: center;
    line-height: 1.2;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.l-onb-item-title__side span {
    font-size: 2.4rem;
}
.l-onb-item-title__side {
  color: #000;
    max-width: 518px;
    width: 100%;
    font-size: 4rem;
    font-weight: 700;
    background-color: #5DCCDC;
}
.l-onb-item-title__main {
    width: calc((100% - var(--s2))*.7);
}
.onb-item-title-catch {
    margin-bottom: var(--s1);
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
}
.onb-item-title-catch--underline {
    padding-bottom: var(--s1);
    border-bottom: 5px solid var(--site-color15);
    display: inline-block;
}
.onb-item-title-title {
  font-size: 3.5rem;
    font-weight: 700;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.onb-item-title-title::after {
  content: '';
  background-color: #5DCCDC;
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  bottom: -14px;
  display: block;
}

.more-content-gradation {
    position: relative;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
}
.more-content-gradation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.more-content-gradation.is-open::after {
    display: none;
}
.onb-acc-list-more-btn {
    max-width: 32rem;
    margin: 0 auto;
    position: relative;
    transform: translate3d(0, 0, 0); /* 描画対策のGPU処理 */
}
.onb-acc-list-more-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .2rem solid var(--site-color05);
    border-radius: 4rem;
    background: url('./img/acc-off.svg') no-repeat 95% center #fff;
    display: block;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
}
.onb-acc-list-more-btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--site-color03);
    border-width: 0 1px 1px 0;
    transform: translate(.8rem, .8rem);
    border-radius: 4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.onb-acc-list-more-btn:hover span {
    transform: translate(.8rem, .8rem);
}
.onb-acc-list-more-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}

.onb-m-title5 {
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: var(--s8) 0 var(--s2);
}

.column-medium .onb-m-title5 {
 margin: 10.2rem 0 var(--s2);
}

@media screen and (max-width: 767px) {
.column-medium .onb-m-title5 {
  margin-top: 5.1rem;
}
}

.onb-m-title5 span {
    display: flex;
    align-items: center;
}
.onb-m-title5 span::before,
.onb-m-title5 span::after {
    content: "";
    min-width: 5%;
    height: 1px;
    background-color: #000;
    flex-grow: 1;
}
.onb-m-title5 span::before {
    margin-right: 10rem;
}
.onb-m-title5 span::after {
    margin-left: 10rem;
}

.onb-m-title5.features span::before {
margin-right: 1.5rem;
}

.onb-m-title5.features span::after {
    margin-left: 1.5rem;
}

.onb-casebox02-frame {
    margin-top: var(--s5);
    padding: var(--s5);
    background-color: #F7F7F7;
    position: relative;
  border: 1px solid #47C1D3;
padding-top: 4.8rem;
padding: 4.8rem 2.7rem 1.9rem 2.7rem;
}
.onb-casebox02-sub {
    padding: 1.45rem 3.1rem;
    background-color: #5DCCDC;
    color: #000;
  font-weight: 700;
    font-size: 2rem;
    transform: translateX(-50%);
    position: absolute;
    top: -2rem;
    left: 12.5%;
}

@media screen and (max-width: 767px) {
.onb-casebox02-sub {
  padding: 1rem;
  left: 6.5%;
}
}


.l-onb-casebox02 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s3);
}
.l-onb-casebox02__side {
    width: calc((100% - var(--s3))*.3);
}
.l-onb-casebox02__main {
    width: 100%;
}
.onb-casebox02-imgcap {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.2rem;
}
.onb-casebox02-catch {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
  text-align: center;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.onb-casebox02-caption {
    text-align: center;
}
.onb-casebox-01-frame {
    margin-top: var(--s8) 0;
    padding: var(--s4);
    background-color: transparent;
    position: relative;
}
.onb-casebox-01-sub {
    padding: var(--s1) var(--s3);
    background-color: var(--site-color03);
    color: #fff;
    font-size: 1.6rem;
    

}
.l-onb-casebox-01 {
    display: flex;
    gap: 30px;
}
.l-onb-casebox-01__side {
    max-width: none;
    width: 100%;
    aspect-ratio: 312 / 211;
}

.l-onb-casebox-01__side img {
  
  height: 100%;
}

.l-onb-casebox-01__main {
max-width: 512px;
width: 100%;
}

 .plus-black-box {
  width: fit-content;
  margin-top: 14px;
    line-height: 1.42;
    font-size: 2.1rem;
    color: #fff;
    background-color: #000;
    font-weight: 700;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  @media screen and (max-width: 767px) {
.plus-black-box {
  margin-top: 4.5rem;
}
  }

.plus-black-box + P {
  margin-top: 14px;
  font-size: 1.5rem;
  line-height: 2.13333;
}

.onb-casebox-01-table {
    width: 100%;
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
    background-color: #fff;
}
.onb-casebox-01-table th {
    font-weight: normal;
    text-align-last: left;
    background-color: var(--site-color12);
}
.onb-casebox-01-table th,
.onb-casebox-01-table td {
    border: 1px solid #D3D3D3;
    padding: var(--s1) var(--s2);
}
.onb-casebox-01-catch {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--site-color03);
}
.onb-casebox-01-caption {
    text-align: center;
}



/*------------------------------------------
    sec03 settings
*/

.section-title07-frame {
    margin-top: 5rem;
    position: relative;
}
.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
    line-height: 1.526;
    z-index: 10;
}

.sec03 .section-title07 a {
  text-decoration: none;
}
.sec03 .section-title07 a:hover {
  opacity: 0.6;
}

.section-title07.guide a {
  position: relative;
  text-decoration: none;
}

.section-title07.guide a::after {
  content: '';
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  background: url(./img/arrow-right_big.png) no-repeat center / contain;
  right: -5rem;
  top: 56%;
  transform: translateY(-50%);
}

.section-title07.faq a {
  position: relative;
  text-decoration: none;
}

.section-title07.faq a::after {
  content: '';
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  background: url(./img/arrow-right_big.png) no-repeat center / contain;
  right: -5rem;
  top: 56%;
  transform: translateY(-50%);
}

.section-title07 span {
  position: relative;
}

.section-title07 span::after {
  content: '';
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  background: url(./img/arrow-right_big.png) no-repeat center / contain;
  right: -5rem;
  top: 56%;
  transform: translateY(-50%);
}

.section-title07::before {
    content: '';
    position: absolute;
    background: url(./img/recommend_text.png) no-repeat center / contain;
    max-width: 60rem;
    width: 100%;
    top: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 840 / 112;
    z-index: -10;
}

@media screen and (max-width: 767px) {
.section-title07::before {
   top: -0.6rem;
  
}
  

}

.sec03 .section-title07::before {
  content: '';
  position: absolute;
  background: url(./img/company_text.png) no-repeat center / contain;
  max-width: 50rem;
  width: 100%;
  top: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 840 / 112;
  z-index: -10;
}

@media screen and (max-width: 767px) {
.sec03 .section-title07::before {
   top: -0.6rem;

}


}

.sec01-wrap #chapter-2::before {
    content: '';
  position: absolute;
  background: url(./img/recommend_text.png) no-repeat center / contain;
  max-width: 60rem;
  width: 100%;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 840 / 112;
  z-index: -10;
}

@media screen and (max-width: 767px) {

  .sec01-wrap #chapter-2::before {
     top: -0.6rem;
  }
}

#chapter-6 a {
  text-decoration: none;
}

#chapter-6 a:hover {
  text-decoration: underline;
}

.section-title07.faq::before {
   content: '';
  position: absolute;
  background: url(./img/faq_text.png) no-repeat center / contain;
  max-width: 19.2rem;
  width: 100%;
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 192 / 79;
  z-index: -10;
}

.section-title07.guide::before {
  content: '';
  background: url(./img/text_guide.png) no-repeat center / contain;
  max-width: 281px;
  aspect-ratio: 281 / 64;
  z-index: -10;
  position: absolute;
   width: 100%;
  top: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
}

.section-title07.guide a:hover {
 opacity: 0.6;
}

.section-title07.faq a:hover {
 text-decoration: underline;
}

.sec02 .section-title07::before {
   background: url(./img/details_text.png) no-repeat center / contain;
   top: -2.7rem;
   max-width: 51.6rem;
   aspect-ratio: 516 / 120;
}

@media screen and (max-width: 767px) {
.sec02 .section-title07::before {
   top: -0.6rem;
  aspect-ratio: 840 / 112;
}
  

}

#chapter-2::before {
  max-width: 51.6rem;
  top: 1.3rem;
}

@media screen and (max-width: 767px) {
#chapter-2::before{
   top: -0.3rem;
}
  

}

.section-title07::after {
  content: '';
  position: absolute;
  width: 118px;
  height: 3px;
  background-color: #47C1D3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
}

@media screen and (max-width: 767px) {


.section-title07::after {
    width: 6rem; 
  bottom: -20px;
}
}

.m-title02 {
    padding: var(--s2);
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    background-color: var(--site-color03);
  
}

.m-title02 span {
  position: relative;
  display: block;
}
.m-title02 a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

.m-title02 a:hover {
 /* text-decoration: underline; */
 opacity: .6;
}

.m-title02 span::after {
content: '';
position: absolute;
right: 0;
top: 56%;
transform: translateY(-50%);
background: url(./img/white_circle_arrow.png) no-repeat center / contain;
display: block;
width: 2.2rem;
height: 2.2rem;
}

.m-title02 a::after {
content: '';
position: absolute;
right: 0;
top: 56%;
transform: translateY(-50%);
background: url(./img/white_circle_arrow.png) no-repeat center / contain;
display: block;
width: 2.2rem;
height: 2.2rem;
}


.onb-more-btn {
    max-width: 46rem;
  width: 100%;
    margin: 0 auto;
    position: relative;
}
.sec03 .onb-more-btn {
margin-top: 3.1rem;
}
.onb-more-btn span {
    width: 100%;
    margin: var(--s5) auto;
  margin-top: 0;
  margin-bottom: 0;
    padding: 2.49rem 6rem 2.49rem 3rem;
    border: .2rem solid var(--site-color03);
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
    border-radius: 100vmax;
    background: url('./img/acc-off.svg') no-repeat 95% center #fff;
    display: block;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
}
.onb-more-btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-width: 0 1px 1px 0;
    transform: translate(.5rem, .5rem);
    border-radius: 100vmax;
  background-color: #47C1D3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.onb-more-btn:hover span {
    transform: translate(.5rem, .5rem);
}
.onb-more-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}
.more-content {
    display: none;
}

.sec03 .column-medium {
    
    margin-top: var(--s5);
    border: 1px solid #707070;
    padding-bottom: 8.4rem;
}

.column-medium.case-study {
  position: relative;
  margin-top: 4.6rem;
}

.column-medium.case-study p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 3.4rem;
}

.column-medium.case-study::before {
  position: absolute;
  content: 'CASE';
  width: 8rem;
  line-height: 3.7rem;
  font-size: 18px;
  display: flex;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-weight: 700;
left: 50%;
transform: translateX(-50%);
top: -1.85rem;
}

.sec03 .section-title04{
    
    margin: 4rem 0 4.2rem 0;
}

.sec03 .section-title04 span {
  position: relative;
}

.sec03 .section-title04 a {
  position: relative;
  text-decoration: none;
}
.sec03 .section-title04 a::after {
      content: '';
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    background: url(./img/arrow-right_big.png) no-repeat center / contain;
    top: 56%;
    transform: translateY(-50%);
    right: -3.7rem;
}
.sec03 .section-title04 a:hover{
  opacity: 0.6;
}

.sec03 .section-title04 span::after{
   content: '';
   position: absolute;
   width: 2.4rem;
   height: 2.4rem;
   background: url(./img/arrow-right_big.png) no-repeat center / contain;
   top: 56%;
   transform: translateY(-50%);
   right: -3.7rem;

}

.sec03.case-studies {
  position: relative;
}

.sec03.case-studies::after {
  position: absolute;
  content: '';
  background: url(./img/case-studies.png) no-repeat center / contain;
  left: 0;
  top: 0.2rem;
  display: block;
  max-width: 628px;
  width: 100%;
  aspect-ratio: 628 / 64;
}

.sec04.case-studies {
  position: relative;
}

.sec04.case-studies::after {
 position: absolute;
  content: '';
  background: url(./img/case-studies.png) no-repeat center / contain;
  left: 0;
  top: 0.2rem;
  display: block;
  max-width: 628px;
  width: 100%;
  aspect-ratio: 628 / 64;
}

/*------------------------------------------
    sec04 settings
*/
.l-pickup-contents02 {
    width: 100%;
  
    display: flex;
    color: #fff;
    position: relative;
}

.l-pickup-contents02-box {
    flex: 1;
   
}
.pickup-contents02-img {
    
    background: url("./img/dummy.jpg") no-repeat center center;
    background-size: cover;
}
.l-pickup-contents02-content {
  
    padding: var(--s8);
    padding-right: 6.9rem;
    padding-top: 0;
    padding-bottom: 2.8rem;
    position: relative;
    z-index: 5;
}
.pickup-contents02-catch {
    margin-bottom: 1rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
}
.btn-pickup-contents02 {
    margin: var(--s5) auto 0 auto;
}

.l-pickup-contents02 {
    width: 100%;

    display: flex;
    color: #fff;
    position: relative;
}

.l-pickup-contents02--reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.l-pickup-contents02--reverse .l-pickup-contents02-content {

}


.l-pickup-contents02-box {
    flex: 1;

}

.l-pickup-contents02-box p {
font-size: 1.5rem;
color: #000;
line-height: 2.1333;
}

.pickup-contents02-img {
  max-width: 45rem;
  width: 100%;
    background: url("./img/taste01.jpg") no-repeat center top;
    background-size: cover;
    aspect-ratio: 450 / 330;
    height: fit-content;
    position: relative;
    
}

.pickup-contents02-img2 {
  background: url("./img/taste02.jpg") no-repeat center top;
background-size: cover;
}

.pickup-contents02-img3 {
  background: url("./img/taste03.jpg") no-repeat center top;
  background-size: cover;
}

.pickup-contents02-img4 {
  background: url("./img/taste04.jpg") no-repeat center top;
  background-size: cover;
}

.pickup-contents02-img5 {
  background: url("./img/taste05.jpg") no-repeat center top;
  background-size: cover;
}

.pickup-contents02-img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: calc(100% - 2.5px);
  display: block;
  border: 1px solid #000;
}

.pickup-contents02-img img {
  height: 100%;
}

.l-pickup-contents02-content {
  
    position: relative;
}



.taste_text {
max-width: 43.7rem;
width: 100%;
position: relative;
}

.l-pickup-contents02:first-of-type .taste_text {
 background: url("./img/taste_text01.png") no-repeat center / contain;
 aspect-ratio: 417 / 76.34;
}

.taste_text.logo-one {
  background: url("./img/taste_text01.png") no-repeat center / contain;
 aspect-ratio: 8 / 1;
}

.taste_text.logo-two {
   background: url("./img/taste_text02.png") no-repeat center / contain;
 aspect-ratio: 8 / 1;
}

.taste_text.logo-three {
   background: url("./img/taste_text03.png") no-repeat center / contain;
 aspect-ratio: 8 / 1;
}

.taste_text.logo-four {
   background: url("./img/taste_text04.png") no-repeat center / contain;
 aspect-ratio: 8 / 1;
}
.taste_text.logo-five {
   background: url("./img/taste_text05.png") no-repeat center / contain;
 aspect-ratio: 8 / 1;
}



.pickup-contents02-catch {
  margin-top: 6rem;
    margin-bottom:2.81rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.pickup-contents02-catch a {
  text-decoration: none;
  position: relative;
}

.pickup-contents02-catch a:hover {
  opacity: 0.6;
  position: relative;
}

.pickup-contents02-catch a::after {
  position: absolute;
  content: '';
  width: 3.4rem;
  height: 3.4rem;
  top: 56%;
  transform: translateY(-50%);
  right: -6rem;
  background: url("./img/arrow-right_big.png") no-repeat center / contain;
}

.btn-pickup-contents02 {
    margin: var(--s5) auto 0 auto;
}


/*------------------------------------------
    sec05 settings
*/

.l-pickup-contents01 {
    width: 100%;
    display: flex;
    align-items: stretch;
    background-color: var(--site-color09);
    position: relative;
}
.l-pickup-contents01--reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: var(--s5);
    /* padding-bottom: 5.914rem; */
}
.l-pickup-contents01-box {
    flex: 1;
    /* padding-bottom: 5.194rem; */
}

.l-pickup-contents01-box p {
  font-size: 1.5rem;
  line-height: 2.1333;
}


.l-pickup-contents01-box img {/* aspect-ratio: 960 / 464.5; */object-fit: cover;height: 100%;}
.l-pickup-contents01-content {
    max-width: 40.4rem;
    box-sizing: content-box;
    padding: 0 var(--s8) var(--s4);
    position: relative;
    z-index: 5;
    padding-left: 0;
    padding-right: 6.8rem;
}
.l-pickup-contents01-content--reverse {
    margin-left: auto;
}
.pickup-contents01-catch {
  margin-top: 6rem;
    margin-bottom: 2.8rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
}
.btn-pickup-contents01 {
    margin: var(--s5) auto 0 auto;
}


/*------------------------------------------
    sec06 settings
*/

section.sec06 {
    margin-bottom: 10rem;
}

.acc-contentsbg-colored {
    padding-top: 4rem;
}
.acc-contentsbg-colored__inner {
    position: relative;
}
.acc-contents-title {
    padding: 1.6rem 6.4rem;
    color: #fff;
    font-size: 2.1rem;
    background-color: var(--site-color03);
    transform: translateX(-50%);
    position: absolute;
    top: -3rem;
    left: 50%;
}
.acc-contents-title::after {
    content: "";
    width: 6rem;
    height: calc(6rem / 2);
    background-color: var(--site-color03);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -2rem;
}
.acc-area {
    background-color: #fff;
    border-bottom: 2px solid #47C1D3;
}
.acc-title {
    padding: 1.6rem;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}
.acc-content {
    padding: var(--s4);
    background-color: #fff;
    padding-bottom: 2.5rem;
}
.acc-content dt {
    margin-bottom: 1.6rem;
    font-size: 2.3rem;
    color: #47C1D3;
    font-weight: bold;
    line-height: 1.5;
}
.acc-content dd {
  font-size: 1.5rem;
  color: #000;
    line-height: 2.1333;
}
.acc-content-link {
    margin-top: 1.6rem;
    text-align: right;
}
.acc-content-link a {
    padding-right: 3.2rem;
    background: url('./img/arrow-01-black-right.svg') no-repeat center right / auto 1em;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
}
.faq-q {
    padding: var(--s2) var(--s1) var(--s2) var(--s12);
    background: url('./img/q-box.png') no-repeat left center;
    background-size: 70px auto;
}
.faq-a {
    padding-left: 8rem;
    background: url('./img/a-box.png') no-repeat 3rem 3rem;
    background-size: 38px auto;
}
/*--------------------------------------------------
    アコーディオン設定
*/
.acc-title {
    transition: all .5s ease;
    position: relative;
    background-color: #F7F7F7;
}
/*アイコンの＋と×*/
.acc-title::before,
.acc-title::after {
    position: absolute;
    content:'';
    width: 17px;
    height: 3px;
    background-color: #000;
}
.acc-title::before {
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
.acc-title::after {    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.acc-title.close::before {
    transform: rotate(45deg);
}
.acc-title.close::after {
    transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.acc-content {
    display: none;/*はじめは非表示*/
    background-color: #F7F7F7;
}

@media screen and (max-width: 767px) {
.acc-content {
     background-color: #F7F7F7;
}
}


/*
---------------------------------------------
    sp settings
*/
@media screen and (max-width: 767px) {

/* navigation01 ※TOP、下層共通*/

    .gnavi-ctrl {
        display: block;
        transition: opacity 0.6s, visibility 0.6s;
        opacity: 0;
        visibility: hidden;
    }
    .gnavi-ctrl.is-show {
        opacity: 1;
        visibility: visible;
    }
    #low-header .gnavi-ctrl {
        opacity: 1;
        visibility: visible;
    }
    .gnavi-btn {
        width: var(--s7);
        height: var(--s6);
        background: #000;
        display: block;
        position: fixed;
        top: var(--s3);
        right: 0;
        z-index: 200;
        cursor: pointer;
    background: #fff;
    border: 1px solid #000;
    }

  /* .gnavi-btn.is-active {
    background: #fff;
    border: 1px solid #000;
  } */
    .gnavi-btn span {
        width: var(--s4);
        height: 0.2rem;
        display: inline-block;
        background: #fff;
        position: absolute;
        left: 1.2rem;
        transform: translate(0, -50%);
        transition: transform 0.4s, opacity 0.4s;
    }
    .gnavi-btn span:nth-of-type(1) {
        top: 1.7rem;
    background: #000;
    
    }
    .gnavi-btn span:nth-of-type(2) {
        top: 2.6rem;
    background: #000;
    }
    .gnavi-btn span:nth-of-type(3) {
        top: 3.5rem;
    background: #000;
    }
    .gnavi-btn.is-active span:nth-of-type(1) {
        transform: translateY(0.7rem) rotate(-45deg);
    
    }
    .gnavi-btn.is-active span:nth-of-type(2) {
        opacity: 0;
    background: transparent;
    }
    .gnavi-btn.is-active span:nth-of-type(3) {
    top: 3.1rem;
        transform: translateY(-0.7rem) rotate(45deg);
    
    }
    .gnavi-btn-close {
        width: 80%;
        margin: 0 auto;
        padding: var(--s2);
        background: #333;
        display: block;
        text-align: center;
    }
    .gnavi-btn-close__inner {
        padding: 0 0 0 var(--s3);
        display: inline-block;
        color: #fff;
        font-weight: 700;
        position: relative;
    }
    .gnavi-btn-close__inner::before {
        content: "";
        width: 1em;
        height: 0.2rem;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%) rotate(45deg);
    }
    .gnavi-btn-close__inner::after {
        content: "";
        width: 1em;
        height: 0.2rem;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%) rotate(135deg);
    }
    .gnavi-area {
        width: 100%;
        height: 100vh;
        padding: var(--s3) var(--s1) var(--s10);
        display: block;
        background: #eee;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        transform: translateX(100%);
        transition: transform 0.8s ease, opacity 0.8s ease;
        opacity: 0;
    }
    .gnavi-title {
        min-height: var(--s6);
        margin: 0 var(--s8);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.5;
    }
    .gnavi-pc {
        display: none;
    }
    .gnavi-list {
        border-bottom: 1px solid #333;
        position: relative;
        margin-top: 8rem;
    }
    .gnavi-list li {
        padding-left: 0;
        font-size: 1.4rem;
    }
    .gnavi-list__item::before {
        display: none;
    }
    .gnavi-list__link {
        width: 100%;
        margin: 0 auto;
        padding: var(--s2) var(--s4) var(--s2) var(--s2);
        border-top: 1px solid #333;
        display: block;
        font-weight: 700;
        line-height: 2;
        text-decoration: none;
        position: relative;
    }
    .gnavi-list__link::after {
        content: "";
        width: 1.4rem;
        height: 1.4rem;
        background: url("img/arrow-01-black-right.svg") no-repeat center/100% auto;
        position: absolute;
        top: 50%;
        right: var(--s2);
        transform: translate(0, -50%) rotate(0);
        transition: transform 0.3s;
    }
    .gnavi-list__link--toggle::after {
        background-image: url("img/arrow-01-black-down.svg");
    }
    .gnavi-list__link--toggle.is-open::after {
        transform: translate(0, -50%) rotate(180deg);
    }
    .gnavi-list__sub {
        width: 100%;
        background: #fff;
    }
    .gnavi-list__low .gnavi-list__link {
        padding: var(--s2) var(--s4) var(--s2) var(--s4);
    }
    .gnavi-list__low .gnavi-list__link::after {
        content: "└";
        background: none;
        transform: translateY(-50%);
        position: absolute;
        top: 40%;
        left: 1rem;
    }
    .is-gnavi-open .gnavi-area {
        opacity: 1;
        transform: translateX(0);
    }
    /*------------------------------------------
    Global menu settings
    */
    .navigation01-menu-area {
        display: none;
    }



     /* 1box column settings */
     .column-medium {
        padding: var(--s2);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }

     /* 2box column settings */
    .column-medium {
        padding: var(--s2);
    }
    .twb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }

        /* section-title04 */
    .section-title04 {
        font-size: 2.2rem;
        line-height: 1.5;
    }
    .sec04 {
      margin-top: 4rem;
    } 


    /* section-title06 */
    section.sec06 {
      margin-bottom: 4rem;
    }
    .section-title06 {
        padding: var(--s2);
        font-size: 2.4rem;
    }


    /* section-title07 */
    .section-title07-frame {
        background-color: transparent;
    }
    .section-title07-frame::before {
        width: 100%;
        padding: var(--s1) 0;
        font-size: 6rem;
        top: -6rem;
    }
    .section-title07 {
        padding: var(--s2) var(--s2) 0 var(--s2);
        font-size: 2.4rem;
    }
    

    /* 簡易3選*/
    .conclusion-area {
        padding: var(--s4) var(--s2);
        background-size: 70% auto;
    }
    .conclusion-title {
        font-size: 2.4rem;
    }
    .conclusion-title-deco::before,
    .conclusion-title-deco::after {
        content: "";
        width: 10%;
    }
    .conclusion-title-deco::before {
        left: -20%;
    }
    .conclusion-title-deco::after {
        right: -20%;
    }
    .conclusion-box {
        padding: var(--s2);
    }
    .conclusion-catch {
        font-size: 1.8rem;
        line-height: 2;
    }
    .btn-conclusion {
        width: 80%;
    }
    .thb-listbox-area {
        padding: var(--s5) var(--s2) var(--s2) var(--s2);
    }
    .thb-listbox-list li {
        font-size: 1.4rem;
    }
    .thb-listbox-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .thb-listbox-title {
        width: 80%;
        margin: -5rem auto 0 auto;
        padding: var(--s1);
        font-size: 1.4rem;
        text-align: center;
    }




    /* 訴求詳細*/

    .sec02 {
        padding: var(--s1);
    }

    .sec02 .column-medium{
        margin-top: var(--s4);
        padding-bottom: var(--s6);
    }

    .section-title01-bg {
        padding: var(--s7) var(--s2) var(--s1) var(--s2);
    }
    .section-title01 {
        margin-bottom: var(--s3);
        font-size: 2.4rem;
    }
    .section-title01::before {
        font-size: 1.8rem;
        top: -3.2rem;
    }    

    .onb-img-title-box {
        width: calc(100% + 3.2rem);
        margin-left: -1.6rem;
    }
    .onb-img-title-image {
        width: 40%;
        padding-left: var(--s1);
    }
    .onb-img-title {
        width: 60%;
        font-size: 2.4rem;
    }

    .onb-m-title5{
        font-size: 2rem;
        margin: var(--s2) 0 var(--s1);
    }

    .onb-casebox02-catch{
        font-size: 1.8rem;
    }

    .sec02 .onb-item-title-title {
        font-size: 2.2rem;
    }
    .onb-five-slider-container .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset,-1.5rem);
    }
    .onb-five-slider-container .swiper-button-next {
        right: var(--swiper-navigation-sides-offset,-1.5rem);
    }
    .onb-five-slider-container .swiper-button-next,
    .onb-five-slider-container .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        top: 35%;
    }
    .onb-acc-list-more-btn {
        margin-right: var(--s1);
    }
    .onb-acc-list-more-btn span {
        transition: inherit;
        transform: none;
    }
    .onb-acc-list-more-btn:hover span {
        transform: none;
    }

    .onb-m-title5 span::before,
    .onb-m-title5 span::after {
        width: 4rem;
    }
    .onb-m-title5 span::before {
        margin-right: 1.8rem;
    }
    .onb-m-title5 span::after {
        margin-left: 1.8rem;
    }
    .l-onb-casebox-01 {
        flex-direction: column;
    }
    .l-onb-casebox-01__side,
    .l-onb-casebox-01__main {
        width: 100%;
    }

 
    .l-onb-casebox-01__side {
        text-align: center;
        height: fit-content;
    }

    .onb-item-title-frame {
        padding: var(--s2);
    }
    .onb-item-title-icon {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
    .l-onb-item-title {
        flex-direction: column;
    }
    .l-onb-item-title__side,
    .l-onb-item-title__main {
        width: 100%;
        font-size: 2.4rem;
    padding: var(--s1) 0 var(--s2);
    }
    .l-onb-item-title__side span,
    .l-onb-item-title__main span {
        font-size: 1.5rem;
    }

    .onb-casebox02-frame{
        padding: var(--s3);
        margin-top: var(--s3);
    }


    /* sec03*/
    .section-title07-frame {
        background-color: transparent;
    }
    .section-title07-frame::before {
        width: 100%;
        padding: var(--s1) 0;
        font-size: 6rem;
        top: -3rem;
    }
    .section-title07 {
        padding: var(--s2) var(--s2) 0 var(--s2);
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .onb-more-btn {
        margin-right: var(--s1);
    }
    .onb-more-btn span {
        transition: inherit;
        transform: none;
        font-size: 1.6rem;
        padding: 1.4rem 4rem;
    }
    .onb-more-btn:hover span {
        transform: none;
    }

    .sec03 .section-title04{
        margin: var(--s2) 0 var(--s3);
    }

    /* .sec03 .column-medium{
        margin-top: 0;
    } */
    .sec03.case-studies {
      margin-bottom: 4rem;
    }

        /* sec04*/
        .l-pickup-contents02 {
            min-height: inherit;
            flex-direction: column;
        }
        .l-pickup-contents02::before {
            width: 6.8rem;
            height: 6.8rem;
            top: -3.4rem;
            left: -.8rem;
        }
        .l-pickup-contents02-content {
            max-width: inherit;
            padding: var(--s4) var(--s2);
        }
        .pickup-contents02-img {
            min-height: 24rem;
        }    
        .pickup-contents02-catch {
            font-size: 2.4rem;
        }
        .btn-pickup-contents02 {
            margin-right: var(--s1);
        }
        .l-pickup-contents02 {
            min-height: inherit;
            flex-direction: column;
        }
        .l-pickup-contents02::before {
            width: 6.8rem;
            height: 6.8rem;
            top: -3.4rem;
            left: -.8rem;
        }
        .l-pickup-contents02 .caption{
            margin: var(--s2) 0;
        }


        
        .l-pickup-contents02-content {
            max-width: inherit;
            padding: var(--s4) var(--s2);
        }
        .pickup-contents02-img {
            min-height: 24rem;
        }
        .pickup-contents02-catch {
            font-size: 2.2rem;
        }
        .btn-pickup-contents02 {
            margin-right: var(--s1);
        }

.onb-five-slider-container{
    width: 100%;
}


  .taste_text.logo-one{
    background: url(./img/taste_text01.png) no-repeat left / contain;   
  }

  .taste_text.logo-two{
    background: url(./img/taste_text02.png) no-repeat left / contain;  
  }
  .taste_text.logo-four{
    background: url(./img/taste_text04.png) no-repeat left / contain;
  }
  .taste_text.logo-five{
    background: url(./img/taste_text05.png) no-repeat left / contain;
  }

    .sec04 .pickup-contents02-catch {
        margin: 2rem auto 1.81rem;
    }


   /*sec05*/
   .l-pickup-contents01 {
    min-height: inherit;
    flex-direction: column;
}
.l-pickup-contents01-content {
    max-width: inherit;
    padding: var(--s4) var(--s2);
}
.l-pickup-contents01-box img {
    min-height: inherit;
    object-fit: inherit;
}

.pickup-contents01-catch {
    font-size: 2rem;
}
.btn-pickup-contents01 {
    margin-right: var(--s1);
}

/* sec06*/

    .bg-colored__inner {
        padding: var(--s8) var(--s2) var(--s2) var(--s2);
    }
    .acc-contentsbg-colored__inner {
        padding: var(--s4) var(--s2) var(--s2) var(--s2);
    }
    .acc-contents-title {
        padding: 0.8rem 1.6rem;
        font-size: 1.8rem;
        top: -1.5rem;
    }
    .acc-contents-title::after {
        width: 3rem;
        height: calc(3rem / 2);
        bottom: -1rem;
    }
    .acc-title {
        padding: 1.6rem;
        font-size: 1.8rem;
    }
    .acc-content dt {
        margin-bottom: 1.6rem;
        font-size: 1.8rem;
    }
    .acc-content dd {
        font-size: 1.4rem;
    }
    .faq-q {
        padding: var(--s2) var(--s4) var(--s2) var(--s8);
        /* background: url('./img/Q.png') no-repeat left center;
        background-size: 4rem auto; */
        
        background: url(./img/q-box.png) no-repeat left center;
    background-size: 4rem auto;
    background-color: #F7F7F7;
    }
    .faq-a {
        padding: var(--s2) var(--s2) var(--s2) var(--s8);
        background: url('./img/a-box.png') no-repeat 1rem 1rem;
        background-size: 4rem auto;
        background-color:#F7F7F7;
    }




}




/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
    width: 75.6%;
    background-color: #fff;
    margin: var(--s5) auto 9.2rem;
}

.onb-index01-frame:hover {
  opacity: 0.6;
}

.onb-index01-frame .chapter{
    padding: var(--s3);
        margin-top: var(--s2);
        background-color: #EBEBEB;
        font-size: 1.5rem;
}

.chapter-h.chapter-h-three {
  display: none;
}

.onb-index01-frame li{
    margin: var(--s2);
}

.onb-index01-frame li a {
  text-decoration: none;
}



.onb-index01-wrap {
    margin: 0 auto;
    padding: var(--s1) var(--s3);
    border: solid 0.1rem #D0D3E0;
    background-color: transparent;
    position: relative;
}
.onb-index01-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url("./img/quote.png") no-repeat left center;
    background-size: 2.7rem auto;
    position: relative;
    cursor: pointer;
}
.onb-index01-title::before {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
}
.onb-index01-title::after {
    content: "";
    width: 0.3rem;
    height: 2rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2.9rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}
.onb-index01-title.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}
.onb-index01-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s4);
    font-weight: 700;
}
.onb-index01-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
}
.onb-index01-chapter-h a:hover {
    opacity: .6;
}
.onb-index01-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
.onb-index01-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.5em;
}
.onb-index01-chapter-h-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: var(--site-color02);
    transform: translateY(-50%);
    top: .8em;
}
.onb-index01-chapter-h-three::before {
    content: "└";
}
.more-content {
    display: none;
}
.onb-index01-content {
    background-color: #fff;
}



.onb-index01-wrap:has(.is-open) {
padding-bottom: 3.2rem;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .onb-index01-frame{
        width: 90%;
    }
    .onb-index01-wrap{
        padding: var(--s2);
    }
    .onb-index01-title{
        font-size: 1.8rem;
    }

    .onb-index01-frame{
        margin: var(--s5) auto var(--s5);
    }
    .onb-index01-frame .chapter {
        padding: var(--s1);
        font-size: 1.4rem;
    }

  .pickup-contents02-catch a::after{
    background-size: 2rem;
  }

  .sec05 .btn-link{
    margin: var(--s2) auto;
  }

  .sec05 .btn-link a{
    background: #fff url(./img/arrow-01-black-right.svg) no-repeat 95% center / auto 1em;
  }

  .sec05 .l-pickup-contents01-box p{
    margin-bottom: var(--s5);
  }


}


/* ---------------------------------------------
related-article02(関連記事)
--------------------------------------------- */
.related-article02-frame {
    width: 80%;
    margin: var(--s10) auto;
    padding: var(--s2) var(--s3) var(--s4) var(--s3);
    position: relative;
    border: 1px solid #000;
}
.related-article02-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s7);
    color: var(--site-color03);
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url("./img/quote.png") no-repeat left center;
    background-size: 3rem auto;
    position: relative;
}
.related-article02-list {
    padding: var(--s2) var(--s2) var(--s2) 0;
    font-weight: 700;
    border-top: 1px solid var(--site-color03);
}
.related-article02-list li {
    margin: 0 0 0 var(--s2);
    padding-left: 1.5em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
    padding: ;
}
.related-article02-list li + li {
    margin-top: 10px;
}
.related-article02-list li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #FD9B23;
    position: absolute;
    top: .6em;
    left: 0;
}
.related-article02-list a {
    display: block;
    text-decoration: none;
}
.related-article02-list a:hover {
    opacity: 0.6;
}
.related-article02-list a {
    display: block;
    text-decoration: none;
}
.related-article02-list a:hover {
    opacity: 0.6;
}
/*----------------------------------------------
  more content settings
*/
div.onb-related02-gradation {
    position: relative;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
}
div.onb-related02-gradation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom, transparent 0%, var(--site-color09) 100%);
}

.onb-related02-btn {
    width: 32rem;
    margin: var(--s5) auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 6rem 2rem 3rem;
    border: .2rem solid var(--site-color03);
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 100vmax;
    background: url(./img/acc-off.svg) no-repeat 95% center #fff;
    display: block;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
}
.onb-related02-btn span {
    width: 100%;
    padding: 1.5rem 5rem 1.5rem 2rem;
    border: 0.2rem solid var(--site-color05);
    border-radius: 4rem;
    background: url('./img/acc-off.svg') no-repeat 95% center #fff;
    display: block;
    text-align: center;
    transition: transform 0.3s, background 0.3s;
    cursor: pointer;
    z-index: 1;
}

.onb-related02-btn:hover span {
    transform: translate(0.5rem, 0.5rem);
}
.onb-related02-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .related-article02-list {
        paddingｰtop: var(--s3);
    }
    .related-article02-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }

    .onb-related02-btn{
            width: 25rem;
    }

    .onb-related02-btn{
          background: url(./img/acc-off.svg) no-repeat 90% center #fff;
    }

    .related-article02-frame{
          width: 90%;
          margin: var(--s10) auto var(--s5);
    }
    .related-article02-title{
      padding: var(--s2) var(--s2) var(--s2) var(--s5);
      font-size: 2rem;
    }

}

/*------------------------------------------------------------
    メインビジュアルセクション
*/

.mainvisual {

}

@media screen and (max-width: 1280px) {
.mainvisual {
margin-bottom: 6rem;
}

}

@media screen and (max-width: 767px) {
.mainvisual {
margin-bottom: 0;
}

}

.mv__inner {
/* max-width: 1787px; */
max-width: 93.802vw;
box-sizing: content-box;
margin-right: auto;
}

@media screen and (min-width: 1921px) {
  .mv__inner {
    max-width: 180.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {

  .mv__inner {
    max-width: none;
    margin-right: 0;
  }
}

.mv-logo {
max-width: 260px;
aspect-ratio: 362 / 61;
margin-left: 5rem;
top: 5rem;
position: relative;

}

@media screen and (max-width: 767px) {
.mv-logo {
max-width: 15.45rem;
aspect-ratio: 309 / 52;
margin-inline: auto;
top :0;
}

}

.mv-logo {
  height: 100%;
}

.mv-flex {
display: flex;
margin-top: min(4.1666vw, 8rem);
}

@media screen and (max-width: 767px) {
.mv-flex {
  display: block;
  margin-top: 11rem;
}


}

.left-text-box {
font-size: min(2.604166vw, 5rem);
margin-top: min(5.46875vw, 10.5rem);
position: relative;
z-index: 10;
}

@media screen and (max-width: 767px) {
.left-text-box {
font-size: clamp(1.125rem, 0.168rem + 4.08vw, 2.125rem)
}
}

@media screen and (max-width: 1280px) {
.left-text-box  {
  font-size: 2.3475vw;
}

}

@media screen and (max-width: 767px) {
.left-text-box  {
  font-size: clamp(1.25rem, 5.33vw, 2.5rem);
      position: relative;
    top: 4rem;
}

}

.left-text-box::after {
  position: absolute;
  content: '';
  width: min(25.46875vw, 48.9rem);
  aspect-ratio: 489 / 558.5;
  background-color: #47C1D3;
  left: 0;
  top: max(-3.0283vw, -5.8rem);
  z-index: -10;
}

@media screen and (max-width: 767px) {

  .left-text-box::after {
  display: none;
}
}

.mv-text-1 span {background-color: #000;color: #fff;font-weight: 700;line-height: 2;width: fit-content;padding: 0rem 1rem .3rem;}

.mv-text-1, .mv-text-2 {
  font-size: min(2.604166vw, 5rem);
  padding-left: 6rem;
}

@media screen and (max-width: 767px) {
.mv-text-1, .mv-text-2 {
  font-size: 1.8rem;
  line-height: 2.25;
          position: relative;
        top: -2rem;
}
}



@media screen and (max-width: 1536px) {
.mv-text-1 {
  padding-left: 0;
}

}

.mv-text-2 {
  margin-top: 1.9rem;
background-color: #000;
color: #fff;
font-weight: 700;
line-height: 1.8;
width: fit-content;
padding-left: 2.2rem;
padding-right: 2rem;
}

@media screen and (max-width: 1536px) {
.mv-text-2 {
  padding-left: 1.8rem;
}

}

@media screen and (max-width: 767px) {
.mv-text-2 {
  line-height: 2.25;
  margin-top: min(2.5333vw, 1.9rem);
}
}

.mv-image-right {
width: 37vw;
margin-left: auto;
position: relative;
top: -6rem;
}

.mv-image-right img {
height: 100%;
}

@media screen and (max-width: 767px) {
.mv-image-right::after {
content: '';
width: 43.6666vw;
background-color: #47C1D3;
aspect-ratio: 327.5 / 378.17;
display: block;
position: absolute;
left: -28vw;
top: -4vw;
z-index: -10;
}
}

@media screen and (max-width: 767px) {
.mv-image-right::after {
content: '';
width: 43.6666vw;
background-color: #47C1D3;
aspect-ratio: 327.5 / 378.17;
display: block;
position: absolute;
left: -28vw;
top: -4vw;
z-index: -10;
}
}

@media screen and (max-width: 767px) {
  .mv-flex::after {
  content: '';
  width: 43.6666vw;
  background-color: #47C1D3;
  aspect-ratio: 327.5 / 378.17;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  }

}


@media screen and (max-width: 767px) {
.mv-flex::after {
display: none;
}
}

@media screen and (max-width: 767px) {
.mv-image-right {
  width: 71.9666vw;
  position: relative;
 margin-top: -10rem;
  aspect-ratio: 540 / 410;
}
}

@media screen and (max-width: 767px) {
.mv-image-right img {
  object-fit: contain;
  aspect-ratio: 540 / 410;
}
}


.mv-flex2 {
display: flex;
max-width: 93.0729vw;
box-sizing: content-box;
padding-left: 6.3802vw;
align-items: flex-start;
position: relative;
z-index: 11;
top: -3rem;
}

@media screen and (max-width: 767px) {
.mv-flex2 {
  flex-direction: column-reverse;
  padding-left: 0;
  max-width: none;
}

}

.mv-image-left {
width: 25vw;
position: relative;
top: min(-2.604166vw, -3.7rem);
}

@media screen and (max-width: 1536px) {
.mv-image-left {

top:-4vw;
}
}

@media screen and (max-width: 767px) {

  .mv-image-left {
    width: 35%;
  }

  .mv-image-left img {
    height: auto;
    object-fit: cover;
    aspect-ratio: 557 / 373;
  }
}

.mv-description {
  margin-left: auto;
width: 53.9062vw;
margin-top: min(2.2395vw, 4.3rem);
padding-top: min(1.8229vw, 3.5rem);
padding-bottom: min(2.552vw, 4.9rem);
border-top: 1px solid #000;
border-bottom: 1px solid #000;
line-height: 2.1875;
font-size: 1.6rem;
color: #000;
}

@media screen and (max-width: 1280px) {
.mv-description  {
  padding-bottom: min(1.8229vw, 3.5rem);
}

}

@media screen and (max-width: 767px) {
.mv-description  {
margin-left: 0;
width: auto;
border: none;
font-size: 1.6rem;
padding-left: 2rem;
line-height: 1.59375;
padding-bottom: 2.6rem;
position: relative;
z-index: 10;
padding-right: 1rem;
top: -2rem;
}

.mv-description::after {
  content: '';
  position: absolute;
  width: calc(100% - 1rem);
  height: 100%;
  top: 0;
  left: 1rem;
  z-index: -10;
}

}

@media screen and (max-width: 767px) {
section.sec01 {
  margin-top: 0;
}
.l-onb-casebox-01 {
  display:block;
}
}

.onb-five-slider2 .swiper-slide img {
  aspect-ratio: 774 / 558;
  width: 100%;
  object-fit: cover;
}



.swiper-thumbs .swiper-slide img {
aspect-ratio: 146.8 / 97.65;
}