@charset "utf-8";
@media screen and (max-width: 1536px) {}

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

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

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

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

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


/* ==============================
  bcategory
============================== */
#mainarea {
  margin: 0px 40px 0 40px;
  overflow: hidden;
}

#mainarea .mainareaWrap {
  width: 100%;
  height: 0;
  padding-top: 35.21%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

#mainarea .mainareaBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainarea .inner {
  display: flex;
  justify-content: space-between;
  width: 73.33%;
  align-items: center;
}

@media screen and (max-width: 1700px) {
  #mainarea .mainareaWrap {
    width: 100%;
    height: 590px;
    padding-top: 0;
  }

  #mainarea .inner {
    width: 80%;
    margin: 0 auto;
  }
}

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

#mainarea {
  margin: 0px 20px 0 20px;
}
}
@media screen and (max-width: 1400px) {
  #mainarea .inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  #mainarea .inner {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #mainarea .inner {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 980px) {
  #mainarea {
    margin: 0 20px;
  }

  #mainarea .mainareaWrap {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  #mainarea .inner {
    flex-wrap: wrap;
    padding: 0 0 50px;
  }

  #mainarea .mainareaBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }


}

@media screen and (max-width: 767px) {
  #mainarea {
    margin: 0 5px;
  }

  #mainarea .inner {
    width: 94%;
    margin: 0 auto;
    padding: 0 0 30px;
  }

  #mainarea .mainareaWrap {
    padding-top: 40px;
    border-radius: 15px;

  }
}

/* ==============================
#mainarea .inner .txt 
============================== */
#mainarea .inner .txt {
  width: 55%;
  flex-shrink: 0;
  color: #FFF;
}

#mainarea .inner .txt .txt01 {
  font-size: 3.2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ead292 0%, #d0ab4a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  margin-left: 50px;
  text-align: center;
  line-height: 1.2;
}
#mainarea .inner .txt01 span {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}
#mainarea .inner .txt .txt01::before {
  content: "";
  display: block;
  width: 35px;
  height: 51px;
  background: url(../images/top/bg_maintxt_l01.png) no-repeat left top / contain;
  position: absolute;
  top: 3px;
  left: -50px;
}

#mainarea .inner .txt .txt01::after {
  content: "";
  display: block;
  width: 35px;
  height: 51px;
  background: url(../images/top/bg_maintxt_r01.png) no-repeat left top / contain;
  position: absolute;
  top: 3px;
  right: -50px;
}

#mainarea .inner .txt .h1txt {
  font-size: 6.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}

#mainarea .inner .txt .txt02 {
  font-size: 2.0rem;
  font-feature-settings: "palt";
  margin-bottom: 20px
}

@media screen and (max-width: 1680px) {
  #mainarea .inner .txt {
    width: 55%;
  }

  #mainarea .inner .txt .h1txt {
    font-size: 5.8rem;
  }
}

@media screen and (max-width: 1160px) {
  #mainarea .inner .txt .h1txt {
    font-size: 4.8rem;
  }

}

@media screen and (max-width: 1024px) {
  #mainarea .inner .txt .txt02 {
    font-size: 1.6rem;
    margin-bottom: 15px
  }
}

@media screen and (max-width: 980px) {
  #mainarea .inner .txt {
    width: 100%;
    padding: 30px 0 60px 0;
    text-align: center;
  }

}

@media screen and (max-width: 767px) {
  #mainarea .inner .txt {
    padding: 0 0 25px 0;
  }

  #mainarea .inner .txt .txt01 {
    font-size: 2.0rem;
    margin-bottom: 9px;
    margin-left: 0px;
  }
    #mainarea .inner .txt .txt01 span {
              font-size: 1.2rem;
            }

  #mainarea .inner .txt .txt01::before {
    width: 22px;
    height: 32px;
    background: url(../images/top/bg_maintxt_l01.png) no-repeat left top / contain;
    top: 0;
    left: -32px;
  }

  #mainarea .inner .txt .txt01::after {
    width: 22px;
    height: 32px;
    background: url(../images/top/bg_maintxt_r01.png) no-repeat left top / contain;
    top: 0;
    right: -32px;
  }

  #mainarea .inner .txt .h1txt {
    font-size: 3.9rem;
  }

  #mainarea .inner .txt .txt02 {
    font-size: 1.4rem;
    margin-bottom: 15px
  }
}

/* ==============================
#mainarea .inner .txt .point
============================== */
#mainarea .inner .txt .point {
  display: flex;
  gap: 10px;
}

#mainarea .inner .txt .point .circle {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background: #FFF;
  color: #0b487e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#mainarea .inner .txt .point .s01 .ctxt01 {
  font-size: 1.6rem;
  border-bottom: 1px #0b487e solid;
  font-weight: 700;
}

#mainarea .inner .txt .point .s01 .ctxt02 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
}

#mainarea .inner .txt .point .s01 .ctxt02 span {
  font-size: 5.0rem;
  background: linear-gradient(90deg, #1eaddd 0%, #1460a3 50%, #0b487e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#mainarea .inner .txt .point .s01 .ctxt03 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
}

#mainarea .inner .txt .point .s02 .ctxt01 {
  font-size: 3.0rem;
  background: linear-gradient(90deg, #1eaddd 0%, #1460a3 50%, #0b487e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

#mainarea .inner .txt .point .s02 .ctxt02 {
  font-size: 2.0rem;
  background: linear-gradient(90deg, #1eaddd 0%, #1460a3 50%, #0b487e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

#mainarea .inner .txt .point .s03 .ctxt01 {
  font-size: 1.5rem;
  border-bottom: 1px #0b487e solid;
  font-weight: 700;
}

#mainarea .inner .txt .point .s03 .ctxt02 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #408949;
  font-feature-settings: "palt";
}

#mainarea .inner .txt .point .s03 .ctxt02 span {
  font-size: 3.8rem;

}

#mainarea .inner .txt .point .s03 .ctxt03 {
  font-size: 1.8rem;
  line-height: 1;
  font-feature-settings: "palt";
}

.btxt {
  font-size: 3.8rem;
  line-height: 1;
}

.lbluetxt {
  color: #1eaddd;
}
@media screen and (max-width: 1100px) {
#mainarea .inner .txt .point .s01 .ctxt02 span {
    font-size: 4.0rem;
  }
#mainarea .inner .txt .point .s02 .ctxt01 {
  font-size: 2.6rem;
}
#mainarea .inner .txt .point .s03 .ctxt01 {
  font-size: 1.3rem;
}

#mainarea .inner .txt .point .s03 .ctxt02 {
  font-size: 1.6rem;
}

#mainarea .inner .txt .point .s03 .ctxt02 span {
  font-size: 3.2rem;

}
}

@media screen and (max-width: 980px) {
  #mainarea .inner .txt .point {
    justify-content: center;
  }
}

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

  #mainarea .inner .txt .point .circle {
    width: 30%;
    height: 0;
    padding-top: 30%;
    border-radius: 50%;
    position: relative;
  }

  #mainarea .inner .txt .point .s01 .ctxt01 {
    font-size: 1.2rem;
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }

  #mainarea .inner .txt .point .s01 .ctxt02 {
    font-size: 1.4rem;
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: auto;
  }

  #mainarea .inner .txt .point .s01 .ctxt02 span {
    font-size: 3.4rem;
  }

  #mainarea .inner .txt .point .s01 .ctxt03 {
    font-size: 1.4rem;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
  }

  #mainarea .inner .txt .point .s02 .ctxt01 {
    font-size: 2.1rem;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
  }

  #mainarea .inner .txt .point .s02 .ctxt02 {
    font-size: 1.4rem;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
  }

  #mainarea .inner .txt .point .s03 .ctxt01 {
    font-size: 1.2rem;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
  }

  #mainarea .inner .txt .point .s03 .ctxt02 {
    font-size: 1.4rem;
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: auto;
  }

  #mainarea .inner .txt .point .s03 .ctxt02 span {
    font-size: 3.4rem;
  }

  #mainarea .inner .txt .point .s03 .ctxt03 {
    font-size: 1.4rem;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .btxt {
    font-size: 3.4rem;
    line-height: 1;
  }
}

/* ==============================
#mainarea .inner .form
============================== */
#mainarea .inner .form {
  width: 34.5%;
}

#mainarea .inner .form .formBox {
  background: #FFF;
  padding: 23px 20px 25px;
  margin-bottom: 15px;
  border-top: 4px solid;
  border-image: linear-gradient(to right, rgba(30, 171, 220, 1), rgba(20, 90, 167, 1) 50%, rgba(38, 174, 57, 1)) 1;
}

#mainarea .inner .form .formBox .checkbox {
  accent-color: #0b487e;
}


#mainarea .inner .form .formBox .sub {
  font-size: 2.0rem;
  color: #0b487e;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

#mainarea .inner .form .formBox .ttl {
  font-size: 3.8rem;
  color: #0b487e;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}

#mainarea .inner .form .formBox .img {
  font-size: 1.8rem;
  color: #1eaddd;
  text-align: center;
  padding-left: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainarea .inner .form .formBox .img img {
  width: auto;
  height: 18px;
  margin-right: 10px;
  vertical-align: bottom;
}

@media screen and (max-width: 1680px) {
  #mainarea .inner .form {
    width: 40%;
  }
}

@media screen and (max-width: 1160px) {
  #mainarea .inner .form .formBox .ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1024px) {
  #mainarea .inner .form .formBox {
    padding: 18px;
  }
}

@media screen and (max-width: 980px) {
  #mainarea .inner .form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #mainarea .inner .form .formBox .sub {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  #mainarea .inner .form .formBox .ttl {
    font-size: 2.8rem;
    margin-bottom: 1px;
  }

  #mainarea .inner .form .formBox .img {
    font-size: 1.4rem;
  }

  #mainarea .inner .form .formBox .img img {
    width: 160px;
    height: auto;
  }


}

/* ==============================
#mainarea .inner .form
============================== */
#mainarea .inner .form .formBox .sttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 700;
}

#mainarea .inner .form .formBox select {
  width: 100% !important;
  margin-bottom: 20px !important;
}

#mainarea .inner .form .formBox .ms-choice {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #eff4f6;
  padding: 15px 18px;
  height: 47px !important;
}

#mainarea .inner .form .formBox .ms-choice>span {
  top: 12px;
  left: 20px;
  right: 20px;
  padding-left: 0px;
  color: #999999;
}

#mainarea .inner .form .formBox .ms-choice>div.icon-caret {
  top: 50%;
  right: 8px;
  margin-top: -2px;
  border-color: #111 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}

#mainarea .inner .form .formBox .btns {
  margin-top: 20px;
  position: relative
}

#mainarea .inner .form .formBox .btns .formbtn {
  width: 100%;
  height: 56px;
  border: 0;
  color: #FFF;
  background: url(../images/common/ico_arrow01.png) no-repeat 95% center, #1eaddd;
  font-size: 2.0rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 28px;
  font-weight: 700;
}



#mainarea .inner .form .formBox .btns .formbtn:hover {
  color: #111;
  background: #FFF;
    border: 1px #1eaddd solid;

}

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

  #mainarea .inner .form .formBox .sttl {
    font-size: 1.6rem;
  }

  .ms-drop ul>li label {
    white-space: normal !important;
  }

  #mainarea .inner .form .formBox .btns .formbtn {
    font-size: 1.8rem;

  }


}

/* ==============================
#mainarea .inner .form btns
============================== */
#mainarea .inner .form .btns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#mainarea .inner .form .btns .hbtn01 {
  width: 49%;
}

#mainarea .inner .form .btns .hbtn01 a {
  width: 100%;
  height: 56px;
  border-radius: 25px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px #FFF solid;
}

#mainarea .inner .form .btns .hbtn01 a:hover {
  color: #111;
  opacity: 1;
  text-decoration: none;
}

/* ==============================
#mainarea .inner .form telltxt
============================== */
#mainarea .inner .form .telltxt {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

#mainarea .inner .form .telltxt a {
  color: #FFFFFF;
  font-size: 2.0rem;
}

@media screen and (max-width: 1024px) {
  #mainarea .inner .form .telltxt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #mainarea .inner .form .telltxt a {
    font-size: 2.8rem;
    display: block;
  }
}

/* ==============================
ms-drop
============================== */
.ms-drop {
  padding: 15px !important;
}

.ms-drop input[type="checkbox"] {
  margin-top: 7px !important;
}

.ms-drop ul>li label span {
  padding-left: 10px !important;
}

.ms-drop ul>li {
  padding: 0 !important;
  padding-bottom: 10px !important;
}
.ms-drop::after{
  content: "閉じる";
  display: block;
  background:#cccccc ;
  color: #111;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}

/* ==============================

============================== */
#links {
  background: #0b487e;
}

#links a {
  color: #FFFFFF;
}

#links ul {
  display: flex;
}

#links ul li {
  width: calc(100%/6);
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid;

  border-image: linear-gradient(to bottom, #0b487e 0%, #0b487e 10%, #37668f 11%, #37668f 89%, #0b487e 90%, #0b487e 100%) 1;
  position: relative;
}

#links ul li:first-child {
  border-left: 1px solid;
}

#links ul li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-size: 1.2rem;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 12px;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  color: #FFFFFF;
}

#links ul li a {
  font-size: 1.6rem;
  padding: 3px 35px 3px 20px;
  font-feature-settings: "palt";
}

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

  #links ul li a {
    font-size: 1.4rem;
    padding: 3px 20px 3px 20px;
  }
}
@media screen and (max-width: 980px) {
#links ul {
    flex-wrap: wrap;
  }
#links ul li {
  width: calc(100%/3);
  height: 78px;
}

}
@media screen and (max-width: 767px) {
  #links ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #links ul li {
    width: 49%;
    height: auto;
    border-right: 0;
    border-bottom: 1px #37668f solid;
    border-image: linear-gradient(#37668f 0%, #37668f 100%) 1;
  }

  #links ul li:first-child {
    border-left: 0px solid;
  }

  #links ul li:nth-child(odd) {
    border-image: linear-gradient(#37668f 0%, #37668f 100%) 1;
  }

  #links ul li:nth-child(even) {
    border-image: linear-gradient(#37668f 0%, #37668f 100%) 1;
  }

  #links ul li a {
    font-size: 1.4rem;
    padding: 20px 20px 20px 5px;
  }

  #links ul li::after {
    margin-right: 0px;
    width: 12px;
    height: 12px;
    right: 5px;
  }
}

/* ==============================
#pageservice
============================== */
.bcategory .iconttl {
  font-size: 1.6rem;
  color: #0b487e;
  margin-bottom: 2px;
  position: relative;
  padding: 5px 0 0 40px;
}

.bcategory .iconttl::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_logo01.png) no-repeat left top / contain;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .bcategory .iconttl {
    font-size: 1.5rem;
    padding: 5px 0 0 30px;
  }

  .bcategory .iconttl::before {
    content: "";
    display: block;
    width: 24px;
    height: 29px;
    background: url(../images/common/ico_logo01.png) no-repeat left 5px / 100%;
  }
}

/* ==============================
ttlBox
============================== */
.bcategory .ttlBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}

.bcategory .ttlBox .h2txt {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.bcategory .ttlBox .h2txt span {
  font-size: 2.0rem;
}

@media screen and (max-width: 1024px) {
  .bcategory .ttlBox .h2txt {
    font-size: 3.5rem;
  }

  .bcategory .ttlBox .h2txt span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 820px) {
  .bcategory .ttlBox {
    margin-bottom: 27px;
    flex-wrap: wrap;
  }

  .bcategory .ttlBox .h2txt {
    margin-bottom: 20px;
  }
}

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

  .bcategory .ttlBox .h2txt {
    font-size: 2.6rem;
    margin-bottom: 20px;
    font-feature-settings: "palt";
  }

  .bcategory .ttlBox .h2txt span {
    font-size: 1.5rem;
  }


}

/* ==============================
#pageservice
============================== */
#pageservice {
  background: url(../images/top/bg_topservice01.png) no-repeat right top, #eff4f6;
  border-radius: 0 0 60px 60px;
}

#pageservice .inner {
  padding: 100px 0 160px;
}
@media screen and (max-width: 1280px) {
#pageservice .inner {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #pageservice {
    background: url(../images/top/bg_topservice01sp.png) no-repeat right top, #eff4f6;
    border-radius: 30px;
  }

  #pageservice .inner {
    padding: 50px 0px;
  }
}

/* ==============================
#pageservice .ttlBox .sbox
============================== */
#pageservice .ttlBox .sbox {
  width: 400px;
  height: 50px;
  border-radius: 25px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 10px 0 20px;
}

#pageservice .ttlBox .sbox form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#pageservice .ttlBox .sbox .search-edit {
  border: 0;
  color: #999;
  width: 80%;
}

#pageservice .ttlBox .sbox button {
  background: #000000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#pageservice .ttlBox .sbox button span {
  color: #FFFFFF;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #pageservice .ttlBox .sbox {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px 0 20px;
  }

  #pageservice .ttlBox .sbox .search-edit {
    width: 80%;
    font-weight: 500;
  }

  #pageservice .ttlBox .sbox button {
    width: 30px;
    height: 30px;
  }

  #pageservice .ttlBox .sbox button span {
    font-size: 1.4rem;
  }
}

/* ==============================
#service
============================== */
#pageservice .inner .serviceBox {
  background: #FFFFFF;
  padding: 50px;
  margin-bottom: 40px;
}

#pageservice .inner .serviceBox .mainBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

#pageservice .inner .serviceBox .mainBox .img {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  #pageservice .inner .serviceBox {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  #pageservice .inner .serviceBox {
    padding: 15px 10px 30px;
    margin-bottom: 15px;
  }

  #pageservice .inner .serviceBox .mainBox {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }

  #pageservice .inner .serviceBox .mainBox .img {
    width: 100%;
    margin-bottom: 25px;
  }
}

/* ==============================
comment
============================== */
#pageservice .comment {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 50px;
}

#pageservice .comment .img {
  width: 90px;
  margin-right: 22px;
  flex-shrink: 0;
}

#pageservice .comment .txts {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #pageservice .comment {
    background: transparent;
    padding: 9px;
    margin-bottom: 25px;
    align-items: flex-start;
  }

  #pageservice .comment .img {
    width: 53px;
    margin-right: 10px;

  }

  #pageservice .comment .txts {
    font-size: 1.4rem;
  }
}

/* ==============================
serviceBox
============================== */
#pageservice .serviceBox {}

#pageservice .serviceBox .intro {
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px #d3dae1 solid;
}

#pageservice .serviceBox .intro .txts {
  margin-right: 2.8%;
}

#pageservice .serviceBox .intro .txts .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #000000;
  padding: 25px 30px 25px 78px;
  position: relative;
  line-height: 1;
  margin-bottom: 25px;
}

#pageservice .serviceBox .intro .txts .txt {
  font-size: 1.6rem;
}

#pageservice .serviceBox .intro .txts .ttl::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_logo01.png) no-repeat left top / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}

#pageservice .serviceBox .intro .img {
  width: 26.4%;
  flex-shrink: 0;
}

#pageservice .serviceBox .intro .img img {
  border-radius: 10px;
}

@media screen and (max-width: 980px) {
  #pageservice .serviceBox .intro .txts .ttl {
    font-size: 2.8rem;
    line-height: 1.2;
  }

}

@media screen and (max-width: 767px) {
  #pageservice .serviceBox .intro {
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px #d3dae1 solid;
  }

  #pageservice .serviceBox .intro .img {
    width: 100%;
    order: 1;
    margin-bottom: 25px;

  }

  #pageservice .serviceBox .intro .txts {
    margin-right: 0%;
    order: 2;
  }

  #pageservice .serviceBox .intro .txts .ttl {
    font-size: 2.2rem;
    padding: 12px 9px 12px 40px;
    margin-bottom: 20px;
  }

  #pageservice .serviceBox .intro .txts .ttl::before {
    width: 20px;
    height: 20px;
    background: url(../images/common/ico_logo01.png) no-repeat left top / contain;
    left: 10px;
  }

}

/* ==============================
lineup
============================== */
#pageservice .serviceBox .lineup {
  padding: 50px 0;
}

#pageservice .serviceBox .lineup .lineupttl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

#pageservice .serviceBox .lineup .lineupttl .h4txt {
  font-size: 2.4rem;
  font-weight: 700;
}


#pageservice .serviceBox .lineup .lineupttl .sbox {
  width: 400px;
  height: 50px;
  border-radius: 25px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 10px 0 20px;
  border: 1px #CCC solid;
}

#pageservice .serviceBox .lineup .lineupttl .sbox form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#pageservice .serviceBox .lineup .lineupttl .sbox .search-edit {
  border: 0;
  color: #999;
  width: 80%;
}

#pageservice .serviceBox .lineup .lineupttl .sbox button {
  background: #000000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#pageservice .serviceBox .lineup .lineupttl .sbox button span {
  color: #FFFFFF;
  font-size: 1.6rem;
}


@media screen and (max-width: 767px) {
  #pageservice .serviceBox .lineup {
    padding: 35px 0;
  }

  #pageservice .serviceBox .lineup .lineupttl {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  #pageservice .serviceBox .lineup .lineupttl .h4txt {
    font-size: 2.0rem;
    margin-bottom: 12px;
  }



  #pageservice .serviceBox .lineup .lineupttl .sbox {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px 0 20px;
  }

  #pageservice .serviceBox .lineup .lineupttl .sbox .search-edit {
    width: 80%;
    font-weight: 500;
  }

  #pageservice .serviceBox .lineup .lineupttl .sbox button {
    width: 30px;
    height: 30px;
  }

  #pageservice .serviceBox .lineup .lineupttl .sbox button span {
    font-size: 1.4rem;
  }
}

/* ==============================
lineupWrap
============================== */
#pageservice .serviceBox .lineupWrap {}

#pageservice .serviceBox .lineupWrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

#pageservice .serviceBox .lineupWrap ul li {
  width: calc(97%/4);
  border: 1px #d3dae1 solid;
  border-radius: 5px;
  padding: 15px;
  padding-bottom: 60px;
  margin-bottom: 20px;
  position: relative;
}

#pageservice .serviceBox .lineupWrap ul li .img {
  margin-bottom: 20px;
}

#pageservice .serviceBox .lineupWrap ul li .img img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  border-radius: 5px;
}

#pageservice .serviceBox .lineupWrap ul li .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

#pageservice .serviceBox .lineupWrap ul li .txt {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#pageservice .open {
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  color: rgb(30, 173, 221);
  text-decoration: underline;
}

#pageservice .open i {
  padding-left: 15px;
}

@media screen and (min-width: 767px){
  #pageservice .serviceBox .lineupWrap ul li{
  padding-bottom: 60px;
  position: relative;
  }
  #pageservice .serviceBox .lineupWrap ul li .btn03{
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    bottom: 15px;
  }
}

@media screen and (max-width: 980px) {
  #pageservice .serviceBox .lineupWrap ul {
    flex-wrap: wrap;
  }

  #pageservice .serviceBox .lineupWrap ul li {
    width: 49%;

  }

}

@media screen and (max-width: 767px) {
  #pageservice .serviceBox .lineupWrap ul {
    display: flex;
    gap: 0;
  }

  #pageservice .serviceBox .lineupWrap ul li {
    width: 100%;
    padding: 13px 9px;
  }

  #pageservice .serviceBox .lineupWrap .lineupBox {
    display: flex;
    justify-content: space-between;
  }

  #pageservice .serviceBox .lineupWrap ul li .img {
    margin-bottom: 0px;
    width: 38%;
    margin-right: 10px;
    flex-shrink: 0;
  }

  #pageservice .serviceBox .lineupWrap ul li .ttl {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }

  #pageservice .serviceBox .lineupWrap ul li .txt {
    font-size: 1.2rem;

  }

}

/* ==============================
#merit 
============================== */
#merit .inner {
  padding: 115px 0 120px;
}

#merit .iconttl {
  margin-bottom: 25px;
}

#merit .meritBox {
  margin-bottom: 60px;
  display: flex;
}

#merit .meritBox .txts {
  margin-right: 40px;
}

#merit .meritBox .txts .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0b487e;
  line-height: 1.4;
  margin-bottom: 30px;
}

#merit .meritBox .txts .ttl span {
  font-size: 2.4rem;
}

#merit .meritBox .txts .txt {
  font-size: 1.6rem;
}

#merit .meritBox .img {
  width: 50.72%;
  flex-shrink: 0;
}

#merit .meritBox .img {
  width: auto;
}
@media screen and (max-width: 1280px) {
#merit .inner {
    padding: 60px 0 60px;
  }

#merit .meritBox .txts {
    width: 55%;
  }
#merit .meritBox .img{
  width: 45%;
}
  
}
@media screen and (max-width: 1160px) {
  #merit .meritBox .txts .ttl {
    font-size: 3.0rem;
  }

}

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

  #merit .inner {
    padding: 50px 0;
  }

  #merit .iconttl {
    margin-bottom: 10px;
  }

  #merit .meritBox {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  #merit .meritBox .img {
    width: 80%;
    margin:0 auto 20px;
    order: 0;
  }

  #merit .meritBox .txts {
    order: 1;
    margin-right: 0;
    width: 100%;
  }

  #merit .meritBox .txts .ttl {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }

  #merit .meritBox .txts .ttl span {
    font-size: 1.8rem;
  }

}

/* ==============================
#merit serviceFeatures
============================== */
#merit .serviceFeatures {
  background-image: linear-gradient(90deg, #0b487e, #1eaddd);
  padding: 35px 30px;
  border-radius: 10px;
}

#merit .serviceFeatures .fttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  #merit .serviceFeatures {
    padding: 30px 10px 15px;
  }

  #merit .serviceFeatures .fttl {
    font-size: 2.2rem;
    margin-bottom: 22px;
  }

}

/* ==============================
#merit .tabs
============================== */

/*タブ切り替え全体のスタイル*/
#merit .tabs {
  display: flex;
  flex-wrap: wrap;

}

/*タブのスタイル*/
#merit .tabItem {
  width: calc(100%/5);
  padding: 16px 0;
  height: auto;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
  color: #FFF;
  display: block;
  font-weight: 700;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, transparent 0%, transparent 10%, rgb(255 255 255/0.7) 11%, rgb(255 255 255/0.7) 89%, transparent 90%, transparent 100%) 1;
  cursor: pointer;
  position: relative;
}
#merit .tabItem::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-size: 1.2rem;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 12px;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  color: #FFFFFF;
}
.nobo {
  border: 0px !important;
}

#merit .tabItem:hover {
  background: rgba(255, 255, 255, 0.2);
}

/*ラジオボタンを全て消す*/
#merit input[name="tabItem"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
#merit .tabContent {
  width: 100%;
  display: none;
  padding: 48px 35px 48px 35px;
  clear: both;
  overflow: hidden;
  background: #FFF;
}

/*選択されているタブのコンテンツのみを表示*/
#sf01:checked~#sf01_content,
#sf02:checked~#sf02_content,
#sf03:checked~#sf03_content,
#sf04:checked~#sf04_content,
#sf05:checked~#sf05_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
#merit .tabs input:checked+.tabItem {
  background: #FFF;
  color: #0b487e;
}
#merit .tabs input:checked+.tabItem::after {
  color: #0b487e;
;
}
#merit .tabContent .tabBox {
  display: flex;
}

#merit .tabContent .tabBox .txts {
    width: 69%;
      margin-right: 1%;
  flex-shrink: 0;
    display: flex;
      justify-content: left;
      align-items: center;
}

#merit .tabContent .tabBox .txts .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 30px;

}

#merit .tabContent .tabBox .txts .txt {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;

}
#merit .tabContent .tabBox .txts .txt li{
margin-bottom: 15px;
display: flex;
}
#merit .tabContent .tabBox .txts .txt li::before {
  display: block;
  content: "・";
}
#merit .tabContent .tabBox .txts .txt li:last-child {
  margin-bottom: 0px;
}



#merit .tabContent .tabBox .img {
  width: 30%;
  flex-shrink: 0;
}

#merit .tabContent .tabBox .img img {
  border-radius: 10px;
}
@media screen and (max-width: 1220px) {
/*タブのスタイル*/
  #merit .tabItem {
    padding: 16px 15px 16px 16px;
    font-size: 1.4rem;
  }
    #merit .tabContent .tabBox .txts .txt {
      font-size: 1.8rem;
  
    }
}
@media screen and (max-width: 980px) {
  #merit .tabItem {
    font-size: 1.4rem;
  }

}

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

  /*タブ切り替え全体のスタイル*/
  #merit .tabs {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  /*タブのスタイル*/
  #merit .tabItem {
    width: 49%;
    height: 50px;
    padding: 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    font-size: 1.2rem;
    border: 1px solid;
    border-image: linear-gradient(#FFF 0%, #FFF 100%) 1;
    cursor: pointer;
    margin-bottom: 7px;
  }
#merit .tabItem::after {
  right: 5px;
}
  .nobo {
    border: 1px solid !important;
    border-image: linear-gradient(#FFF 0%, #FFF 100%) 1;
  }

  #merit .tabContent {
    padding: 25px 10px 10px 10px;

  }

  #merit .tabContent .tabBox {
    flex-wrap: wrap;
  }

  #merit .tabContent .tabBox .txts {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #merit .tabContent .tabBox .txts .ttl {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }

  #merit .tabContent .tabBox .txts .txt {
    font-size: 1.4rem;
  }

  #merit .tabContent .tabBox .img {
    width: 100%;
    flex-shrink: 0;
  }



}

/* ==============================
features
============================== */

#features {
  background: #eff4f6;
}

#features .inner {
  padding: 100px 0 100px;
}

#features .iconttlWrap,
#features .ttlBox {
  text-align: center;
  justify-content: center;
}

#features .iconttl {
  display: inline-block;
}

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

  #features .inner {
    padding: 50px 0;
  }

}

/* ==============================
features featuresBox
============================== */
#features .featuresBox {
  display: flex;
  gap: 40px;
}

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

  #features .featuresBox {
    flex-wrap: wrap;
    gap: 0px;
  }

}

/* ==============================
features featuresBox
============================== */
#features .featuresBox .count3 {
  width: 24%;
  flex-shrink: 0;
}

#features .featuresBox .countWrap {
  background: #FFF;
  padding: 20px 0;
  margin-bottom: 10px;
  text-align: center;
}

#features .featuresBox .countWrap .countTxt {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}

#features .featuresBox .countWrap .countBox {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}

#features .featuresBox .countWrap .countNum {
  font-size: 5.6rem;
  color: #0b487e;
  font-weight: 700;
  line-height: 1;
}

#features .featuresBox .countWrap .countTxt02 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0b487e;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #features .featuresBox .count3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  #features .featuresBox .countWrap {
    padding: 12px 0;
    margin-bottom: 0px;
    width: 32%;
    border-radius: 5px;
  }

  #features .featuresBox .countWrap .countTxt {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }

  #features .featuresBox .countWrap .countBox {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
  }

  #features .featuresBox .countWrap .countNum {
    font-size: 2.7rem;
  }

  #features .featuresBox .countWrap .countTxt02 {
    font-size: 1.3rem;
  }


}

/* ==============================
#features .featuresBox
============================== */
#features .featuresBox .txts {}

#features .featuresBox .txts .ttl {
  font-size: clamp(2.3rem, 1.8vw, 3.4rem);
  font-weight: 700;
  color: #0b487e;
  margin-bottom: 25px;
}

#features .featuresBox .txts .txt {
  margin-bottom: 25px;
}

.lbluetxt {
  color: #1eaddd
}

@media screen and (max-width: 767px) {
  #features .featuresBox .txts .ttl {
    font-size: 2.3rem;
    margin-bottom: 17px;
  }

  #features .featuresBox .txts .txt {
    margin-bottom: 20px;
  }

}

/* ==============================
#features .featuresBox
============================== */
#features .featuresBox .txts .img ul {
  display: flex;
  gap: 20px;
}

#features .featuresBox .txts .img ul li {
  text-align: center;
  width: 116px;
  font-size: 1.2rem;
}

#features .featuresBox .txts .img ul li img {
  margin: 0 auto 16px;
  width: auto;
  height: 88px;
}

@media screen and (max-width: 1280px) {
  #features .featuresBox .txts .img ul li {
    width: 16%;
  }

}

@media screen and (max-width: 767px) {
  #features .featuresBox .txts .img ul {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  #features .featuresBox .txts .img ul li {
    width: 26%;
    font-size: 1.0rem;
  }

  #features .featuresBox .txts .img ul li img {
    height: 63px;
  }

}

/* ==============================
#worriesttl
============================== */
#worriesttl {
  background: linear-gradient(to right, #0c4e83, #1eaddd);
  height: 205px;
}

#worriesttl .inner {
  display: flex;
  justify-content: center;
  height: 100%;
}

#worriesttl .inner .txt {
  font-size: 3.6rem;
  color: #FFF;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-right: 45px;
  font-weight: 700;
}

#worriesttl .btns {
  display: flex;
  align-items: center;
}

#worriesttl .btns .hbtn01 {
  margin: 0 0px 0 0;
}

#worriesttl .btns .hbtn01 .cap {
  text-align: center;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-bottom: 7px
}

#worriesttl .btns .hbtn01 a {
  width: 300px;
  height: 70px;
  border-radius: 35px;
  color: #FFF;
  border: 1px #FFF solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}

#worriesttl .btns .hbtn01 a:hover {
  color: #111;
  border: 1px #0b487e solid;
  opacity: 1;
  text-decoration: none;
}

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

  #worriesttl .inner .txt {
    font-size: 2.8rem;
  }

}



@media screen and (max-width: 1024px) {
  #worriesttl .inner .txt {
      font-size: 2.4rem;
    }
  #worriesttl {
    height: 160px;
  }

  #worriesttl .inner .txt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  #worriesttl {
    height: auto;
    padding: 25px 0;
  }

  #worriesttl .inner {
    display: flex;
    flex-wrap: wrap;
  }

  #worriesttl .inner .txt {
    font-size: 2.0rem;
    margin-right: 0px;
    margin-bottom: 15px;
    text-align: center;
    font-feature-settings: "palt";
  }
}


/* ==============================
worries
============================== */
#worries {}

#worries .inner {
  padding: 50px 0;
}

#worries .worriesbar {
  border-top: 1px solid;
  border-image: linear-gradient(to right, #1eaddd 0%, #1eaddd 10%, #d3dae1 11%, #d3dae1 100%) 1;
}


#worries .worriesBox {
  display: flex;
  padding: 50px 0 0;
  align-items: flex-start;
}

#worries .worriesBox.sp02 {
  padding: 30px 0 50px;
}

@media screen and (max-width: 767px) {
  #worries .worriesBox {
    flex-wrap: wrap;
    padding: 0px 0 0;
    margin-bottom: 25px;
  }

  #worries .worriesBox.sp02 {
    padding: 0px 0 50px;
  }
}

/* ==============================
worries
============================== */
#worries .worriesBox .wttl {
  position: sticky;
  top: 0;
  left: 0;
  font-size: 3.6rem;
  color: #0b487e;
  width: 28%;
  flex-shrink: 0;
  padding: 37px 25px 0 50px;
  line-height: 1;
  font-weight: 700;
}

#worries .worriesBox .wttl02 {
  width: 28.14%;
  flex-shrink: 0;
}

#worries .worriesBox .wttl::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_logo01.png) no-repeat left top / contain;
  position: absolute;
  top: 42px;
  left: 0px;
}

@media screen and (max-width: 1280px) {
  #worries .worriesBox .wttl {
    font-size: 3.2rem;
    line-height: 1.4;
  }

}
@media screen and (max-width: 1080px) {
  #worries .worriesBox .wttl {
    font-size: 2.8rem;
  }

}



@media screen and (max-width: 767px) {
  #worries .worriesBox .wttl {
    font-size: 2.0rem;
    width: 100%;
    padding: 25px 0 0 30px;
    margin-bottom: 25px;
  }

  #worries .worriesBox .wttl02 {
    display: none;
  }

  #worries .worriesBox .wttl::before {
    width: 23px;
    height: 23px;
    background: url(../images/common/ico_logo01.png) no-repeat left top / contain;
    top: 25px;
    left: 0px;
  }

}

/* ==============================
worries
============================== */
#worries .worriesBox .wright {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
#worries .worriesBox .wright {
    width: 100%;
  }
}
/* ==============================
worries
============================== */

#worries .worriesBox .img {
  width: 90px;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;

}

#worries .worriesBox .img img {
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 767px) {
  #worries .worriesBox .img {
    display: none;

  }

}

/* ==============================
worries
============================== */

#worries .worriesBox .wtxts {
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 25px;
  width: calc(100% - 110px);
}

#worries .worriesBox .worrieslist {
  background: #5b758c;
  padding: 38px;
  border-radius: 10px;
  position: relative;
}

#worries .worriesBox .worrieslist::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 42px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #5b758c;
  border-left: 0;

}

#worries .worriesBox .worrieslist li {
  color: #FFF;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
  padding-left: 24px;
  font-weight: 700;
}

#worries .worriesBox .worrieslist li:last-child {
  margin-bottom: 0px;
}

#worries .worriesBox .worrieslist li::before {
  content: "●";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 12px;
  font-size: 1.1rem;
  margin: auto;

}

@media screen and (max-width: 767px) {
  #worries .worriesBox .wtxts {
    width: 100%;
    margin-right: 0px;

  }

  #worries .worriesBox .worrieslist::before {
    left: 0px;
    top: auto;
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 0;
    border-left: 15px solid #5b758c;

  }

  #worries .worriesBox .worrieslist {
    padding: 30px 7px;
    border-radius: 10px 10px 10px 0;
  }

  #worries .worriesBox .worrieslist li {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-left: 14px;
  }

  #worries .worriesBox .worrieslist li::before {
    top: 0;
    bottom: auto;
    height: 12px;
    width: 12px;
    font-size: 1.1rem;
  }
}

/* ==============================
worries
============================== */

#worries .worriesBox .solution {
  background: #eff4f6;
  padding: 38px;
  border-radius: 10px;
  position: relative;
}

#worries .worriesBox .solution::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 42px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 0;
  border-left: 20px solid #eff4f6;

}

#worries .worriesBox .solution .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  padding-bottom: 24px;
  border-bottom: 1px #d3dae1 solid;
}


#worries .worriesBox .solution .point {
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px #d3dae1 solid;
}

#worries .worriesBox .solution .point .txts {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: center;
}

.btxt {
  font-size: 3.6rem;
}

#worries .worriesBox .solution .point .sub {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 10px;
}

#worries .worriesBox .solution .point .ico {
  display: flex;
  align-items: center;
}

#worries .worriesBox .solution .point .no {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0f508d;
}

@media screen and (max-width: 767px) {
  #worries .worriesBox .solution {
    background: #eff4f6;
    padding: 25px 10px;
    margin-left: 10px;
  }

  #worries .worriesBox .solution::before {
    border: 0;
  }

  #worries .worriesBox .solution .point {
    padding: 15px 0px;
  }

  #worries .worriesBox .solution .point .txts {
    font-size: 1.6rem;
line-height: 1.4;
  }

  .btxt {
    font-size: 2.3rem;
  }

  #worries .worriesBox .solution .point .sub {
    font-size: 1.0rem;
    margin-top: 10px;
  }


  #worries .worriesBox .solution .point .no {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }

}




/* ==============================
worries
============================== */

#worries .worriesBox .solution .logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 5px;
}

#worries .worriesBox .solution .logos .logoBox {
  width: 25%;
  text-align: center;
  margin-bottom: 35px;
}

#worries .worriesBox .solution .logos .logoBox .img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

#worries .worriesBox .solution .logos .logoBox .txt {
  font-size: 1.4rem;
  text-align: center;
}

#worries .worriesBox .solution .txt02 {
  font-size: 2.0rem;
  font-weight: 700;
}

#worries .worriesBox .solution .btn01 a {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  #worries .worriesBox .solution .logos {
    justify-content: center;
    gap: 20px;
    padding: 40px 0 5px;
  }

  #worries .worriesBox .solution .logos .logoBox {
    width: 28%;
    margin-bottom: 15px;
  }













  #worries .worriesBox .solution .btn01 {
    margin: 0 auto;
  }

  #worries .worriesBox .solution .btn01 a {
    margin: 30px auto 0;
  }


}

/* ==============================
voice
============================== */

#voice {
  background: #eff4f6;
  padding-bottom: 112px;
}

#voice .inner {
  padding: 93px 0 0;
}

#voice .iconttlWrap,
#voice .ttlBox {
  text-align: center;
  justify-content: center;
}

#voice .iconttl {
  display: inline-block;
}

/* ==============================
comment
============================== */
#voice .comment {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 50px;
}

#voice .comment .img {
  width: 90px;
  margin-right: 22px;
  flex-shrink: 0;
}

#voice .comment .txts {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #voice .comment {
    padding: 9px;
    margin-bottom: 25px;
  }

  #voice .comment .img {
    width: 53px;
    margin-right: 10px;
  }

  #voice .comment .txts {
    font-size: 1.4rem;
  }
}

/* ==============================
costexample
============================== */

#costexample {
  background: #FFF;
}

#costexample .inner {
  padding: 117px 0 112px;

}

#costexample .inner .ttlBox {
  margin-bottom: 20px;
}

#costexample .inner .ttlBox+.txt {
  margin-bottom: 45px;
}

#costexample .costexampleBox {
  background: #FFF;
  padding: 30px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  margin-bottom: 30px;
}

#costexample .costexampleBox .img {
  width: 24.44%;
  margin-right: 30px;
  flex-shrink: 0;
}

#costexample .costexampleBox .img img {
  border-radius: 10px;
}

#costexample .costexampleBox .txts {}

#costexample .costexampleBox .txts .ttl {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px #d3dae1 solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#costexample .costexampleBox .txts .list {
  margin-bottom: 20px;
}

#costexample .costexampleBox .txts .ttl .cat {
  width: fit-content;
  background: #1eaddd;
  padding: 6px 10px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 10px;

}

#costexample .costexampleBox .txts .ttl span {
  font-size: 1.8rem;
}

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

  #costexample .inner {
    padding: 45px 0;

  }

  #costexample .inner .iconttl {
    margin-bottom: 13px;
  }

  #costexample .inner .ttlBox {
    margin-bottom: 10px;
  }

  #costexample .inner .ttlBox+.txt {
    margin-bottom: 19px;
  }

  #costexample .costexampleBox {
    padding: 15px 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  #costexample .costexampleBox .img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  #costexample .costexampleBox .img img {
    border-radius: 5px;
  }


  #costexample .costexampleBox .txts .ttl {
    width: 100%;
    flex-direction: column;
    font-size: 2.0rem;
    padding-bottom: 9px;
    margin-bottom: 9px;
    align-items: flex-start;
  }

  #costexample .costexampleBox .txts .ttl .cat {
    width: fit-content;
    background: #1eaddd;
    padding: 4px 7px;
    font-size: 1.1rem;
    margin-right: 0px;
margin-bottom: 5px;
  }

  #costexample .costexampleBox .txts .ttl span {
    font-size: 1.6rem;
  }
    #costexample .costexampleBox .txts .list {
      margin-bottom: 10px;
    }
}



/* ==============================
costexample
============================== */
#costexample .costexampleBox .txts .list {}

#costexample .costexampleBox .txts .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#costexample .costexampleBox .txts .list ul li {
  display: flex;
  justify-content: space-between;
  width: 49.5%;
  margin-bottom: 7px;
  border-radius: 5px;
}
#costexample .costexampleBox .txts .list ul li.itemttl {
  background: #eff4f6;
  padding: 10px 19px 10px 19px;
}
#costexample .costexampleBox .txts .list ul li .itemttl {
  background: #eff4f6;
  padding: 10px 19px 10px 19px;
}



#costexample .costexampleBox .txts .list .item {
  color: #0b487e;
  font-weight: 700;
}

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

  #costexample .costexampleBox .txts .list ul {
    flex-wrap: wrap;
    width: 100%;
  }

  #costexample .costexampleBox .txts .list ul li {
    width: 100%;
    margin-bottom: 7px;
    padding: 6px 10px;
  }
}

/* ==============================
flow
============================== */
#costexample .costexampleBox .txts .fee {
  display: flex;
  align-items: baseline;
}

#costexample .costexampleBox .txts .fee .price {
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 40px;
}

#costexample .costexampleBox .txts .fee .price::before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-size: 2.4rem;
  font-weight: 900;
  margin-right: 10px;
  color: #0b487e;
}


#costexample .costexampleBox .txts .fee .staff {
  color: #0b487e;
  position: relative;
  padding: 0 0 0 33px;
}

#costexample .costexampleBox .txts .fee .staff::before {
  content: "";
  display: block;
  width: 23px;
  height: 25px;
  background: url(../images/bcategry/ico_staff01.png) no-repeat left top / contain;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 980px) {
  #costexample .costexampleBox .txts .fee {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #costexample .costexampleBox .txts .fee {
    flex-wrap: wrap;
  }

  #costexample .costexampleBox .txts .fee .price {
    font-size: 2.0rem;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  #costexample .costexampleBox .txts .fee .price::before {
    font-size: 2.0rem;
    margin-right: 10px;
  }

  #costexample .costexampleBox .txts .fee .price .btxt {
    font-size: 3.0rem;
  }
}


#costexample .costexampleBox .txts .fee .staff {
  padding: 0 0 0 33px;
  margin-left: 30px;
}

#costexample .costexampleBox .txts .fee .staff::before {
  width: 18px;
  height: 21px;
  background: url(../images/bcategry/ico_staff01.png) no-repeat left top / 100%;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 767px) {
#costexample .costexampleBox .txts .fee .staff {
    padding: 0 0 0 20px;
    margin-left: 30px;
  }

}

/* ==============================
flow
============================== */

#flow {
  background: #eff4f6;
  padding-bottom: 112px;
}

#flow .inner {
  padding: 93px 0 0;
}

#flow .iconttlWrap,
#flow .ttlBox {
  text-align: center;
  justify-content: center;
}

#flow .iconttl {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #flow {
    padding-bottom: 0px;
  }

  #flow .inner {
    padding: 50px 0 0;

  }
}

/* ==============================
flow
============================== */
.flowWrap {
  display: flex;
}

.flowWrap .flowBox {
  width: 25%;
  border-right: 1px #d3dae1 solid;
  padding: 0 40px;
  position: relative;
}

.flowWrap .flowBox .img {
  padding: 0 40px;
  margin-bottom: 20px;
}

.flowWrap .flowBox .ttl {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0b487e;
}

.flowWrap .flowBox .ttl span {
  font-size: 1.6rem;
  font-feature-settings: "palt";
}

.flowWrap .flowBox::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-size: 1.6rem;
  font-weight: 900;
  color: #d3dae1;
  width: 15px;
  height: 43px;
  background: #eff4f6;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.flowWrap .flowBox.nobo::before {
  position: absolute;
  content: "";
  font-size: 0;
  width: 0px;
  height: 0px;
  right: 0px;
  top: 0;

}

@media screen and (max-width: 980px) {
  .flowWrap {
    flex-wrap: wrap;
  }

  .flowWrap .flowBox {
    width: 50%;
    margin-bottom: 40px;
  }



}

@media screen and (max-width: 767px) {
  .flowWrap .flowBox {
    width: 100%;
    border-bottom: 1px #d3dae1 solid;
    border-right: 0px #d3dae1 solid;
    padding: 0 0px;
    display: flex;
    justify-content: space-between;
  }

  .flowWrap .flowBox.nobo {
    border: 0 !important;
  }



  .flowWrap .flowBox .img {
    width: 27%;
    flex-grow: 0;
    padding: 0 0px;
    margin-bottom: 0px;
  }

  .flowWrap .flowBox .txts {
    width: 70%;
  }



  .flowWrap .flowBox .ttl {
    margin-bottom: 10px;
    font-size: 2.0rem;
    text-align: left;
  }

  .flowWrap .flowBox .ttl span {
    font-size: 1.4rem;
  }

  .flowWrap .flowBox .txt {
    margin-bottom: 25px;
  }

  .flowWrap .flowBox::before {
    content: "\f0dd";
    font-size: 4.0rem;
    padding: 0 0 0 10px;
    width: 40px;
    height: 15px;
    right: 0px;
    left: 0;
    top: auto;
    bottom: -1px;
    margin: auto;
  }

  .flowWrap .flowBox.nobo::before {
    position: absolute;
    content: "";
    font-size: 0;
    width: 0px;
    height: 0px;
    right: 0px;
    top: 0;

  }


}

/* ==============================
faq
============================== */

#faq {
  background: linear-gradient(to right, #0b487e 50%, #1eaddd 100%);
  padding: 100px 0;
  border-radius: 30px 30px 0 0;
}

#faq .inner {
  padding: 40px;
  background: #FFF;
  border-radius: 10px;
}

#faq .iconttlWrap,
#faq .ttlBox {
  text-align: center;
  justify-content: center;
}

#faq .iconttlWrap {
  margin-bottom: 0px;
}

#faq .ttlBox {
  margin-bottom: 25px;
}

#faq .iconttl {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #faq {
    padding: 50px 0;
  }

  #faq .inner {
    padding: 16px 12px 32px 12px;
    border-radius: 5px;
  }

  #faq .ttlBox {
    margin-bottom: 28px;
  }


}

/* ==============================
faq
============================== */
#faq .faqBox {}

#faq .faqBox .q01 {
  background: #eff4f6;
  color: #0b487e;
  padding: 10px 0 10px 20px;
  border-radius: 10px;
  min-height: 90px;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
}

#faq .faqBox .q01::before {
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  content: "Q";
  font-size: 2.4rem;
  background: #0b487e;
  color: #FFF;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 25px;
}

#faq .faqBox .a01 {
  padding: 25px 20px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.8;
}

#faq .btn01 a {
  margin: 0 auto;
}

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

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

@media screen and (max-width: 767px) {
  #faq .faqBox {
    margin-bottom: 10px;
  }

  #faq .faqBox .q01 {
    border-radius: 5px;
    min-height: 78px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 1.8rem;
  }

  #faq .faqBox .q01::before {
    font-size: 1.5rem;
    height: 35px;
    width: 35px;
    margin-right: 15px;
    flex-shrink: 0;
  }

  #faq .faqBox .a01 {
    padding: 15px;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  #faq .btn01 {
    margin: 0 auto;
  }
}


/* ==============================
print
============================== */
.print .management #mainarea .inner .txt {
  width: 60%;

}

.print .management #mainarea .inner .txt .h1txt {
  font-size: 6.0rem;

}

@media screen and (max-width: 767px) {
  .print #mainarea .inner .txt .h1txt {
    font-size: 3.6rem;
  }

  .print #mainarea .inner .txt .point {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .print #mainarea .inner .txt .point .circle {
    width: 35%;
    padding-top: 35%;
    flex-shrink: 0;
  }
}

/* ==============================
pservice
============================== */

#pservice {
  padding-bottom: 60px;
}

.pservicettl {
  padding: 63px 0 63px 319px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.pservicettl::before {
  position: absolute;
  content: "";
  width: 299px;
  height: 207px;
  background: url(../images/print/img_pservice01.png) no-repeat left top / 100%;
  top: -20px;
  left: 0;
}

.pservicettl .txt {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 700;
}

.pservicettl .txt .sub {
  color: #FFFFFF;
  font-size: 3.6rem;
  width: fit-content;
  font-weight: 700;
  line-height: 1.2;
  padding: 18px 14px;
  background-image: linear-gradient(90deg, rgba(30, 171, 220, 1), rgba(20, 90, 167, 1) 50%, rgba(38, 174, 57, 1));
  margin-right: 10px;
}


.bmarker {
  background: linear-gradient(transparent 80%, #cef3ff 20%);

}
@media screen and (max-width: 1280px) {
.pservicettl .txt {
    display: flex;
    flex-wrap: wrap;
    font-size: 3.0rem;
  }

  .pservicettl .txt .sub {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 767px) {

  #pservice {
    padding-bottom: 60px;
  }

  .pservicettl {
    padding: 15px 0;
  }

  .pservicettl::before {
    position: relative;
    display: block;
    margin: 20px auto 15px;
  }

  .pservicettl .txt {
    font-size: 2.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .pservicettl .txt .sub {
    font-size: 2.6rem;
  }
}

/* ==============================
pserviceWrap
============================== */
.pserviceWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pserviceBox {
  background: #eff4f6;
  width: 32.5%;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.pserviceBox .img {
  width: 55px;
  margin-right: 25px;
  flex-shrink: 0;


}

.pserviceBox .img img {
  width: auto
}

.pserviceBox .txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b487e;
}
@media screen and (max-width: 980px) {
  .pserviceBox {
      padding: 15px;
    }
.pserviceBox .txt {
    font-size: 1.6rem;
  }
.pserviceBox .img {
  width: 40px;
  margin-right: 15px;


}
}

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


  .pserviceBox {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .pserviceBox .img {
    width: 45px;
    margin-right: 15px;

  }

  .pserviceBox .img img {
    width: auto
  }

  .pserviceBox .txt {
    font-size: 1.6rem;
  }
}

/* ==============================
strengths
============================== */
#strengths {}

#strengths .inner {
  padding: 120px 0;
}

.iconttl {
  margin-bottom: 15px;
}

#strengths .ttlBox {
  margin-bottom: 50px;
}

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

  #strengths .inner {
    padding: 50px 0;
  }

  .iconttl {
    margin-bottom: 15px;
  }

  #strengths .ttlBox {
    margin-bottom: 25px;
  }
}

/* ==============================
strengthsBox01
============================== */
.strengthsBox01 {
  display: flex;
  margin-bottom: 75px;
}

.strengthsBox01 .txts {
  margin-right: 30px;
}

.strengthsBox01 .txts .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0b487e;
  margin-bottom: 35px;
  line-height: 1.4;
}

.strengthsBox01 .txts .ttl span {
  font-size: 3.6rem;
}

.strengthsBox01 .txts .txt {}

.strengthsBox01 .img {
  width: 47%;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
.strengthsBox01 .txts .ttl {
    font-size: 2.0rem;
  }
.strengthsBox01 .txts .ttl span {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 767px) {
  .strengthsBox01 {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .strengthsBox01 .txts {
    margin-right: 0px;
    order: 2;
  }

  .strengthsBox01 .txts .ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .strengthsBox01 .txts .ttl span {
    font-size: 2.8rem;
  }


  .strengthsBox01 .img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}

/* ==============================
strengthsBox02
============================== */
.strengthsBox02 {
  border-top: 1px solid;
  border-image: linear-gradient(to right, #1eaddd 0%, #1eaddd 10%, #d3dae1 11%, #d3dae1 100%) 1;
  display: flex;
  align-items: flex-start;
  padding: 50px 0;
}

.strengthsBox02 .ttls {
  position: sticky;
  top: 150px;
  left: 0;
  margin-right: 50px;
  width: 35%;
  flex-shrink: 0;
  font-size: 3.6rem;
  font-weight: 700;
  color: #0b487e;
  display: flex;
  align-items: center;

}

.strengthsBox02 .ttls .ico {
  margin-right: 35px;
}

.strengthsBox02 .ttls .ico img {
  width: auto;
}
@media screen and (max-width: 1280px) {
.strengthsBox02 .ttls {
    font-size: 3.0rem;
margin-right: 30px;
  }
.strengthsBox02 .ttls .ico {
  margin-right: 25px;
}
}
@media screen and (max-width: 1080px) {
  .strengthsBox02 .ttls {
    font-size: 2.6rem;

  }
.strengthsBox02 .ttls .ico {
  margin-right: 15px
}
}

@media screen and (max-width: 767px) {
  .strengthsBox02 {
    padding: 50px 0;
    flex-wrap: wrap;
  }

  .strengthsBox02 .ttls {
  position: relative;
  top:0;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 2.6rem;

  }

  .strengthsBox02 .ttls .ico {
    margin-right: 15px;
  }

  .strengthsBox02 .ttls .ico img {
    width: auto;
  }
}

/* ==============================
.strengthsBox02 .txts
============================== */
.strengthsBox02 .txts {}

.strengthsTxtBox01 {
  background: #eff4f6;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.strengthsTxtBox01 .ttl {
  padding-left: 90px;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;

  min-height: 70px;
  margin-bottom: 15px;
  font-feature-settings: "palt";
}

.strengthsTxtBox01 .ttl::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 0px;

}

.strengthsTxtBox01 .c01::before {
  background: url(../images/print/ico_c01.png) no-repeat left top /100%;
}

.strengthsTxtBox01 .c02::before {
  background: url(../images/print/ico_c02.png) no-repeat left top/100%;
}

.strengthsTxtBox01 .c03::before {
  background: url(../images/print/ico_c03.png) no-repeat left top/100%;
}




@media screen and (max-width: 767px) {
  .strengthsTxtBox01 {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .strengthsTxtBox01 .ttl {
    padding-left: 70px;
    font-size: 2.0rem;
    font-weight: 700;
    min-height: 70px;
  }

  .strengthsTxtBox01 .ttl::before {
    width: 50px;
    height: 50px;
    top: 10px;
  }

}


/* ==============================
spBox
============================== */
.spBox {
  border: 1px #1eaddd solid;
  border-radius: 10px;
  padding: 28px 30px;
  margin-top: 45px;
  background: #FFF;
}

.spBox .spBoxsub {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  background-image: linear-gradient(90deg, rgba(30, 171, 220, 1), rgba(20, 90, 167, 1) 50%, rgba(38, 174, 57, 1));
  padding: 10px 20px;
  border-radius: 10px;
  width: fit-content;
  margin-top: -50px;
  margin-bottom: 12px;
}

.spBox .spBoxttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1eaddd;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .spBox {
    padding: 20px;
    margin-top: 60px;
  }

  .spBox .spBoxsub {
    font-size: 3.6vw;
    padding: 15px;
    margin-top: -50px;
    margin-bottom: 12px;
    text-align: center;
  }

  .spBox .spBoxttl {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
}

/* ==============================
.strengthsBox03
============================== */
.strengthsBox03 {}

.strengthsBox03 .stttl02 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b487e;
  margin-bottom: 50px;
  text-align: center;
}

.strengthsBox03 .stttl02 span {
  font-size: 3.6rem;
  font-weight: 700;

}

@media screen and (max-width: 767px) {
  .strengthsBox03 .stttl02 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }

  .strengthsBox03 .stttl02 span {
    font-size: 2.6rem;
  }

}

/* ==============================
strengthsTableWrap
============================== */
.strengthsTableWrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 27px;
}

.stxt {}

.strengthsTableWrap .m01 {
  background: url(../images/print/ico_m01.png) no-repeat center center;
}

.strengthsTableWrap .s01 {
  background: url(../images/print/ico_s01.png) no-repeat center center;
}

.strengthsTableWrap .x01 {
  background: url(../images/print/ico_x01.png) no-repeat center center;
}

.strengthsTableWrap .line01 {
  width: 24.11%;
}

.strengthsTableWrap .blank {
  border-bottom: 1px #d3dae1 solid;
}

.strengthsTableWrap .item01 {
  background: #eff4f6;
  border-left: 1px #d3dae1 solid;
  border-bottom: 1px #d3dae1 solid;
  height: 98px;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 25px 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 80px;
  position: relative;
  color: #0b487e;
  font-feature-settings: "palt";
}

.strengthsTableWrap .item01 span {
  font-size: 1.4rem;
  width: 100%;
}

.strengthsTableWrap .item01::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 27px;
  display: flex;
  align-items: center;
  height: 98px;
}

.strengthsTableWrap .ico01::before {
  background: url(../images/print/ico_table01.png) no-repeat left center/100%;
}

.strengthsTableWrap .ico02::before {
  background: url(../images/print/ico_table02.png) no-repeat left center/100%;
}

.strengthsTableWrap .ico03::before {
  background: url(../images/print/ico_table03.png) no-repeat left center/100%;
}

.strengthsTableWrap .ico04::before {
  background: url(../images/print/ico_table04.png) no-repeat left center/100%;
}

.strengthsTableWrap .ico05::before {
  background: url(../images/print/ico_table05.png) no-repeat left center/100%;
}

.strengthsTableWrap .ico06::before {
  background: url(../images/print/ico_table06.png) no-repeat left center/100%;
}

@media screen and (max-width: 767px) {
  .strengthsTableWrap {
    margin-bottom: 27px;
    width: 1100px;
  }

  .stxt {
    font-size: 1.2rem;
  }

  .strengthsTableWrap .line01 {
    width: 25rem;

  }

  .strengthsTableWrap .blank {
    border-bottom: 1px #d3dae1 solid;
  }

  .strengthsTableWrap .item01 {
    height: 70px;
    font-size: 1.6rem;
    padding: 15px;
    padding-left: 50px;
  }

  .strengthsTableWrap .item01 span {
    font-size: 1.2rem;
  }

  .strengthsTableWrap .item01::before {
    width: 25px;
    height: 25px;
    left: 15px;
    height: 70px;
  }


}

/* ==============================
pservice
============================== */
.strengthsTableWrap .line02 {
  width: 19.25%;
  box-shadow: 0px 0px 20px 0px rgba(15, 66, 113, 0.16);
  border: 4px #000000 solid;
}

.strengthsTableWrap .line02 .linettl01 {
  height: 86px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strengthsTableWrap .line02 .linettl01 img {
  width: 172px;
}

.strengthsTableWrap .item02 {
  height: 98px;
  border-bottom: 1px #d3dae1 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.strengthsTableWrap .item02b {
  height: 94px;
}

@media screen and (max-width: 1080px) {
.strengthsTableWrap .item02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .strengthsTableWrap .line02,
  .strengthsTableWrap .line03,
  .strengthsTableWrap .line04,
  .strengthsTableWrap .line05{
    width: calc((100% - 25rem) * 0.25);
  }
  .strengthsTableWrap .line02 {
    border: 2px #000000 solid;
  }

  .strengthsTableWrap .line02 .linettl01 {
    height: 80px;
  }

  .strengthsTableWrap .line02 .linettl01 img {
    width: 150px;
  }

  .strengthsTableWrap .item02 {
    height: 70px;
    font-size: 1.6rem;
  }

  .strengthsTableWrap .item02b {
    height: 68px;
  }
}

/* ==============================
.strengthsTableWrap .line03
============================== */
.strengthsTableWrap .line03 {
  width: 18.88%;
}

.strengthsTableWrap .linettl02 {
  height: 71px;
  background: #5b758c;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  flex-wrap: wrap;
  line-height: 1.3;
}

.strengthsTableWrap .linettl02 span {
  font-size: 1.4rem;
  width: 100%;
}

.strengthsTableWrap .item03 {
  height: 98px;
  border-bottom: 1px #d3dae1 solid;
  border-right: 1px #d3dae1 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .strengthsTableWrap .linettl02 {
    height: 70px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .strengthsTableWrap .linettl02 span {
    font-size: 1.2rem;
  }

  .strengthsTableWrap .item03 {
    height: 70px;
    padding: 0 10px;
    font-size: 1.6rem;
  }
}

/* ==============================
.strengthsTableWrap .line04
============================== */
.strengthsTableWrap .line04 {
  width: 18.88%;

}

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

/* ==============================
.strengthsTableWrap .line05
============================== */
.strengthsTableWrap .line05 {
  width: 18.88%;
}

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

/* ==============================
features
============================== */
.print #features {
  padding: 0 0 140px;
}

.print #features .inner {
  padding: 90px 0 60px;
}

.print #features #leadtext {
  padding: 0;
}

.print #features #leadtext .inner {
  padding: 0 0 45px;
}

@media screen and (max-width: 767px) {
  .print #features {
    padding: 0 0 50px;
  }

  .print #features .inner {
    padding: 50px 0;
  }

  .print #features #leadtext {
    padding: 0;
  }

  .print #features #leadtext .inner {
    padding: 0 0 25px;
  }
}

/* ==============================
.print #features
============================== */
.print #features .ttlsub {
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
  background: linear-gradient(to right, #0b487e, #1eaddd);
}
@media screen and (max-width: 1180px) {
.print #features .ttlsub {
    padding: 10px;
    height: auto;
  }

}
@media screen and (max-width: 767px) {
  .print #features .ttlsub {
    height: auto;
    font-size: 1.8rem;
    padding: 15px;
  }
}

/* ==============================
.print #features
============================== */

.print #features #mvimg .mv01 .slick-slide {
  width: 132px;
  height: 120px;
  margin-left: 5px;
  padding-top: 7px;
}

.print #features #mvimg .mv01 .slider {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .print #features #mvimg .mv01 .slick-slide {
    width: 120px;
    height: 100px;
  }
}

/* ==============================
featuresWrap
============================== */

.featuresWrap {}

.featuresWrap .inner {
  padding: 45px 0 35px 0 !important;
  background: #FFF;
}

.featuresWrap .featuresList {
  padding: 0 95px;
}

.featuresWrap .featuresList ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 33px;
  gap: 0.5%;
}

.featuresWrap .featuresList ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 5px;
  width: 24.6%;
  margin-bottom: 5px;
  line-height: 1.4;
  background: #0b487e;
  text-align: center;
  height: 85px;
  font-feature-settings: "palt";
}


.featuresWrap .stxt {
  padding: 0 95px;
}
@media screen and (max-width: 1180px) {
.featuresWrap .featuresList {
    padding: 0 60px;
  }
.featuresWrap .featuresList ul li {
    font-size: 1.6rem;
    height: 85px;
    padding: 5px;
  }
.featuresWrap .stxt {
  padding: 0 60px;
}
}
@media screen and (max-width: 980px) {
  .featuresWrap .featuresList {
    padding: 0 40px;
  }

  .featuresWrap .featuresList ul li {
    font-size: 1.4rem;
    height: auto;
    padding: 10px 5px;
  }

  .featuresWrap .stxt {
    padding: 0 40px;
  }
}


@media screen and (max-width: 767px) {
  .featuresWrap .inner {
    padding: 30px 0 !important;
  }

  .featuresWrap .featuresList {
    padding: 0 15px;
  }

  .featuresWrap .featuresList ul {
    margin-bottom: 33px;
  }

  .featuresWrap .featuresList ul::after {
    content: "";
    width: 49%;
  }

  .featuresWrap .featuresList ul li {
    font-size: 1.2rem;
    width: 49%;
    height: 70px;
  }

  .featuresWrap .stxt {
    padding: 0 15px;
  }
}

/* ==============================
given
============================== */
.costexampleBox .given {
  border: 1px #0b487e solid;
  display: flex;
  margin-bottom: 20px;
}

.costexampleBox .given .giventtl {
  background: #0b487e;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6;
  width: 110px;
  flex-shrink: 0;
}

.costexampleBox .given .giventxt {
  padding: 18px;
}

.costexampleBox .given .giventxt .line {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0b487e;
  margin-bottom: 10px;
}

.costexampleBox .given .giventxt .line .linettl {
  background: #eff4f6;
  padding: 5px 10px;
  margin-right: 8px;
}

.costexampleBox .given .giventxt .line .linetxt {
  margin-right: 30px;
}

.costexampleBox .given .giventxt .stxt01 {
  font-size: 1.4rem;
}

.costexampleBox .list .stxt {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
.costexampleBox .given .giventxt .line {
    flex-wrap: wrap;
  }

}
@media screen and (max-width: 767px) {
  .costexampleBox .given .giventxt {
    padding: 10px;
  }

  .costexampleBox .given .giventtl {
    font-size: 1.4rem;
  }

  .costexampleBox .given .giventxt .line {
    flex-wrap: wrap;
  }

  .costexampleBox .given .giventxt .line .linettl {
    padding: 7px;
    margin-right: 2%;
    width: 36%;
    margin-bottom: 8px;
  }

  .costexampleBox .given .giventxt .line .linetxt {
    width: 60%;
    margin-bottom: 8px;
    margin-right: 0;
  }
}

/* ==============================
management
============================== */
.management #mainarea .inner .txt {
  width: 60%;

}

.management #mainarea .inner .txt .h1txt {
  font-size: 6.0rem;

}

.management #mainarea .inner .txt .point .s03 .ctxt02 {
  font-size: 3.8rem;
  background: linear-gradient(90deg, #1eaddd 0%, #1460a3 50%, #0b487e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.management #mainarea .inner .txt .point .s03 .ctxt03 {
  font-weight: 700;
  background: linear-gradient(90deg, #1eaddd 0%, #1460a3 50%, #0b487e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.management #mainarea .inner .txt .point .s03 .stxt {
  font-size: 2.0rem;
}

.management #mainarea .inner .txt .point .s03 .btxt02 {
  font-size: 2.4rem;
}

.management .mainlist {
  margin-bottom: 25px;
}

.management .mainlist ul {
  display: flex;
}

.management .mainlist ul li {
  margin-right: 4px;
  border: 1px #FFF solid;
  background: #0b487e;
  padding: 13px 18px;
  border-radius: 5px;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .management #mainarea .inner .txt {
    width: 100%;

  }

  .management #mainarea .inner .txt .h1txt {
    font-size: 3.6rem;
  }

  .management #mainarea .inner .txt .point {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .management #mainarea .inner .txt .point .circle {
    width: 35%;
    padding-top: 35%;
    flex-shrink: 0;
  }

  .management .mainlist ul {
    justify-content: center;
  }

  .management .mainlist ul li {
    padding: 8px 13px;
    font-size: 1.6rem;
  }

  .management #mainarea .inner .txt .point .s03 .ctxt02 {
    top: 33%;
  }

  .management #mainarea .inner .txt .point .s03 .ctxt03 {
    font-size: 1.4rem;
    position: absolute;
    top: 67%;
  }
}

/* ==============================
mservice
============================== */
#mservice {
  padding-bottom: 60px;
}

.mservicettl {
  padding: 12px 0 19px 319px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.mservicettl::before {
  position: absolute;
  content: "";
  width: 295px;
  height: 236px;
  background: url(../images/management/img_mservice01.png) no-repeat left top / 100%;
  bottom: 0;
  left: 0;
}

.mservicettl .txt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0b487e;
}

.mservicettl .txt .sub01 {
  width: 100%;
  margin-bottom: 8px;
}

.mservicettl .txt .sub02 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.mservicettl .txt .sub {
  color: #FFFFFF;
  width: fit-content;
  padding: 4px 14px;
  background: #0b487e;
  margin-right: 10px;
}

.mservicettl .txt .sub03 {
  width: 100%;
  font-size: 1.8rem;
  color: #111
}
@media screen and (max-width: 1200px) {
.mservicettl .txt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .mservicettl .txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 980px) {
  .mservicettl .txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {

  #mservice {
    padding-bottom: 60px;
  }

  .mservicettl {
    padding: 15px 0;
  }

  .mservicettl::before {
    width: 195px;
    height: 156px;
    position: relative;
    display: block;
    margin: 0 auto 15px;
  }

  .mservicettl .txt {
    font-size: 2.0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .mservicettl .txt .sub02 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .mservicettl .txt .sub {
    font-size: 2.0rem;
    width: 49%;
    flex-shrink: 0;
    margin-right: 0;
    font-feature-settings: "palt";
  }

  .mservicettl .txt .subout {
    width: 100%;
    flex-shrink: 0;
  }
}

/* ==============================
mservice
============================== */
#mservice .ttlsub {
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to right, #1eacdc, #0b487e, #26af39);
}

#mservice .ttlsub span {
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
#mservice .ttlsub {
    font-size: 2.6rem;
padding: 10px;
    height: auto;
  }
#mservice .ttlsub span {
  font-size: 2.0rem;
}
}

@media screen and (max-width: 1200px) {
  #mservice .ttlsub {
    font-size: 2.2rem;
    padding: 10px;
    height: auto;
  }

  #mservice .ttlsub span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #mservice .ttlsub {
    font-size: 2.2rem;
    padding: 10px 5px;
    flex-wrap: wrap;
    height: auto;
  }

  #mservice .ttlsub span {
    font-size: 1.8rem;
    width: 100%;
  }
}

/* ==============================
mservice
============================== */
.mserviceWrap {
  background: #eff4f6;
  padding: 20px 25px;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
}

.mserviceWrap .mserviceBox {
  background: #eff4f6;
  border-radius: 0 0 10px 10px;
  width: 19.4%;
  border-right: 1px #d3dae1 solid;
  padding: 0 18px 0 8px;
  position: relative;
}

.mserviceWrap .mserviceBox::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-size: 2.0rem;
  font-weight: 900;
  color: #d3dae1;
  width: 15px;
  height: 43px;
  background: #eff4f6;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.mserviceWrap .mserviceBox.nobo::before {
  position: absolute;
  content: "";
  font-size: 0;
  width: 0px;
  height: 0px;
  right: 0px;
  top: 0;
}

.mserviceWrap .mserviceBox .img {
  margin-bottom: 20px;
  height: 130px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mserviceWrap .mserviceBox .img img {
  width: auto;
}

.mserviceWrap .mserviceBox .txt {
  padding-bottom: 8px;
}

.mserviceWrap .mserviceBox .txt li {
  background: #FFF;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0b487e;
}

.mserviceWrap .mserviceBox .txt.oneline li {
  height: 60px;
}

.mserviceWrap .mserviceBox .txt.tline li {
  height: 29px;
  margin-bottom: 2px;
}


@media screen and (max-width: 767px) {
  .mserviceWrap {
    padding: 15px;
    flex-wrap: wrap;
  }

  .mserviceWrap .mserviceBox {
    width: 100%;
    border-right: 0px #d3dae1 solid;
    border-bottom: 1px #d3dae1 solid;
    padding: 0 0 15px 0;
    margin-top: 10px;
  }

  .mserviceWrap .mserviceBox::before {
    content: "\f0dd";
    font-size: 4.0rem;
    width: 43px;
    height: 15px;
    right: 0px;
    left: 0;
    top: auto;
    bottom: -1px;
    padding-left: 10px;
  }

  .mserviceWrap .mserviceBox.nobo {
    border: 0 !important;
  }

}
/* ==============================
.mainVisualCategorys
============================== */
.mainVisualCategorys {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 15px;
  gap: 10px;
  column-gap: 15px;
}

.mainVisualCategorys dl {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  gap: 0.8rem;
}

.mainVisualCategorys dl dt {
  background-color: #fff;
  border: solid 1px #145fb6;
  padding: 6px 3px 5px;
  min-width: 4em;
  text-align: center;
}

.mainVisualCategorys dl dd {
  text-align: left
}

@media screen and (max-width: 767px) {
  .mainVisualCategorys{
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
  }
  .mainVisualCategorys dl {
    width: 100%;
  }
}


/* ==============================
scene
============================== */
#scene {}

#scene .inner {
  padding: 120px 0;
}

.iconttl {
  margin-bottom: 15px;
}

#scene .ttlBox {
  margin-bottom: 25px;
}

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

  #scene .inner {
    padding: 50px 0;
  }

  .iconttl {
    margin-bottom: 15px;
  }

  #scene .ttlBox {
    margin-bottom: 25px;
  }
}

/* ==============================
sceneBox01
============================== */
.sceneBox01 {
  display: flex;
  margin-bottom: 75px;
}

.sceneBox01 .txts {
  margin-right: 30px;
}

.sceneBox01 .txts .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0b487e;
  margin-bottom: 35px;
  line-height: 1.4;
  padding-top: 50px;
}

.sceneBox01 .txts .ttl span {
  font-size: 3.6rem;
}

.sceneBox01 .txts .txt {}

.sceneBox01 .img {
  width: 47%;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
.sceneBox01 .txts .ttl {
    font-size: 2.0rem;
  }

}
@media screen and (max-width: 767px) {
  .sceneBox01 {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .sceneBox01 .txts {
    margin-right: 0px;
    order: 2;
  }

  .sceneBox01 .txts .ttl {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  .sceneBox01 .txts .ttl span {
    font-size: 2.8rem;
  }


  .sceneBox01 .img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}

/* ==============================
sceneBox02
============================== */
.sceneBox02 {
  border-top: 1px solid;
  border-image: linear-gradient(to right, #1eaddd 0%, #1eaddd 10%, #d3dae1 11%, #d3dae1 100%) 1;
  display: flex;
  align-items: flex-start;
  padding: 50px 0;
}

.sceneBox02 .ttls {
  position: sticky;
  top: 150px;
  left: 0;
  width: 14%;
  flex-shrink: 0;
  font-size: 3.6rem;
  font-weight: 700;
  color: #0b487e;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .sceneBox02 {
    padding: 50px 0;
    flex-wrap: wrap;
  }

  .sceneBox02 .ttls {
    position: relative;
    top:0;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 2.6rem;
    writing-mode: horizontal-tb;
  }

}

/* ==============================
.sceneBox02 .txts
============================== */
.sceneBox02 .txts {}

.sceneTxtBox01 {
  margin-bottom: 20px;
}

.sceneTxtBox01 .ttl {
  background: #0b487e;
  border-radius: 10px 10px 0 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 20px 37px;
}

.sceneTxtBox01 .ttl .period {
  background: url(../images/management/ico_cl01.png) no-repeat 10px center, #FFF;
  color: #0b487e;
  font-size: 2.0rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 18px 10px 43px;
  margin-right: 20px;
}

.sceneTxtBox01 .ttl .ttltxt {
  color: #FFF;
  font-size: 3.0rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}

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

  .sceneTxtBox01 {
    margin-bottom: 10px;
  }

  .sceneTxtBox01 .ttl {
    padding: 15px;
    flex-wrap: wrap;
  }

  .sceneTxtBox01 .ttl .period {
    padding: 7px 10px 10px 40px;
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }

  .sceneTxtBox01 .ttl .ttltxt {
    font-size: 2.2rem;
    width: 100%;
  }

}

/* ==============================
.sceneTxtBox01 .txts
============================== */
.sceneTxtBox01 .txts {
  background: #eff4f6;
  padding: 30px 37px;
  border-radius: 0 0 10px 10px;
  display: flex;
}

.sceneTxtBox01 .txts .servceTxt {
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
  width: 34%;
  margin-right: 17px;
  flex-shrink: 0;
}

.sceneTxtBox01 .txts .servceTxt .sttl {
  font-size: 2.0rem;
  font-weight: 700;
  color: #0b487e;
  margin-bottom: 13px;
}

.sceneTxtBox01 .txts .servceTxt li {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  position: relative;
  font-feature-settings: "palt";
}

.sceneTxtBox01 .txts .servceTxt li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0b487e;
  margin-right: 10px;

}

.sceneTxtBox01 .txts .servceTxt .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .sceneTxtBox01 .txts {
    padding: 15px;
    flex-wrap: wrap;
  }

  .sceneTxtBox01 .txts .servceTxt {
    padding: 20px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .sceneTxtBox01 .txts .servceTxt .sttl {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }

  .sceneTxtBox01 .txts .servceTxt li {
    font-size: 1.4rem;
    margin-bottom: px;

  }

  .sceneTxtBox01 .txts .servceTxt li::before {
    font-size: 1.6rem;
    margin-right: 10px;

  }

  .sceneTxtBox01 .txts .servceTxt .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }

}

/* ==============================
recently
============================== */
.recently .sceneTxtBox01 {}

.recently .ttls {
  color: #1eaddd;
}

.recently .sceneTxtBox01 .ttl {
  background: #1eaddd;
}

.recently .sceneTxtBox01 .ttl .period {
  color: #1eaddd;
  background: url(../images/management/ico_cl02.png) no-repeat 10px center, #FFF;
}


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

/* ==============================
featureslists
============================== */
.featureslists {}

.featureslists .featuresBox {
  margin-bottom: 15px;
  border-bottom: 1px #cccccc solid;
  flex-wrap: wrap;
  gap: 0 !important;
}

.featureslists .featuresBox .ttl {}

.featureslists .featuresBox .ttl {
  cursor: pointer;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 75px;
  background: url(../images/services/ico_plus01.png) no-repeat 98% center;
}

.featureslists .featuresBox .ttl.active {
  background: url(../images/services/ico_minus01.png) no-repeat 98% center;
}


.featureslists .featuresBox .txt {
  display: none;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 25px 0;
}

.featureslists .featuresBox .ttl::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.featureslists .featuresBox .po01::before {
  background: url(../images/services/ico_point01.png) no-repeat left top;
}

.featureslists .featuresBox .po02::before {
  background: url(../images/services/ico_point02.png) no-repeat left top;
}

.featureslists .featuresBox .po03::before {
  background: url(../images/services/ico_point03.png) no-repeat left top;
}

.featureslists .featuresBox .po04::before {
  background: url(../images/services/ico_point04.png) no-repeat left top;
}

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

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

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

  .featureslists .featuresBox {
    margin-bottom: 20px !important;
    padding: 18px 15px !important;
  }

  .featureslists .featuresBox .ttl {
    font-size: 1.6rem;
    height: 38px;
    padding-left: 47px;
    padding-right: 20px;
  }

  .featureslists .featuresBox .txt {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }

  .featureslists .featuresBox .ttl::before {
    width: 38px;
    height: 38px;
  }

  .featureslists .featuresBox .po01::before {
    background-size: 100%;
  }

  .featureslists .featuresBox .po02::before {
    background-size: 100%;
  }

  .featureslists .featuresBox .po03::before {
    background-size: 100%;
  }

  .featureslists .featuresBox .po04::before {
    background-size: 100%;
  }
}

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


/* ==============================
featuresWrap
============================== */
#features .ttlsub {
  text-align: center;
  margin-bottom: 30px;
}

.featureslists {}

.featureslists .featuresBox {
  background: #FFF;
  border-bottom: 1px #cccccc solid;
  padding: 18px 30px;
  margin-bottom: 10px;
}

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

/* ==============================
featuresWrap
============================== */
.management #features .inner {
  padding: 90px 0 60px;
}

.management #features #leadtext {
  padding: 0;
}

.management #features #leadtext .inner {
  padding: 0 0 45px;
}

@media screen and (max-width: 767px) {
  .management #features {
    padding: 0 0 50px;
  }

  .management #features .inner {
    padding: 50px 0;
  }

  .management #features #leadtext {
    padding: 0;
  }

  .management #features #leadtext .inner {
    padding: 0 0 25px;
  }
}

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

/* ==============================
.management #features
============================== */

.management #features #mvimg .mv01 .slick-slide {
  width: 132px;
  height: 120px;
  margin-left: 5px;
  padding-top: 7px;
}

.management #features #mvimg .mv01 .slider {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .management #features #mvimg .mv01 .slick-slide {
    width: 120px;
    height: 100px;
  }
}

/* ==============================
.management 
============================== */
.management #costexample .costexampleBox .txts .list ul li {
  display: block;
}

.management #costexample .costexampleBox .txts .list ul li .itemttl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.management #costexample .costexampleBox .txts .list .item {
  background: url(../images/management/ico_splus01.png) no-repeat left center;
  padding-left: 20px;

}

.management #costexample .costexampleBox .txts .list .item.active {
  background: url(../images/management/ico_sm01.png) no-repeat left center;
  padding-left: 20px;
}

.management #costexample .costexampleBox .txts .list .itemtbox {
  display: none;
  border-top: 1px #CCC solid;
  font-size: 1.4rem;
  padding: 10px 19px 10px 19px;
    background: #eff4f6;
    border-radius: 0 0 5px 5px;
}

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

/* ==============================
homepage
============================== */
#hservice {}

#hservice .inner {
  padding: 70px 0 35px;
}

#hservice .inner .hservicettl {
  margin-bottom: 38px;
  text-align: center;
}

#hservice .inner .hservicettl .sub {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #0b487e;
}

#hservice .inner .hservicettl .mtxt {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0b487e;
}

#hservice .inner .hservicettl .sub02 {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #hservice .inner {
    padding: 35px 0;
  }

  #hservice .inner .hservicettl {
    margin-bottom: 35px;
    text-align: center;
  }

  #hservice .inner .hservicettl .sub {
    font-size: 1.8rem;
  }

  #hservice .inner .hservicettl .mtxt {
    font-size: 2.4rem;
    margin-bottom: 20px;

  }

  #hservice .inner .hservicettl .sub02 {
    font-size: 1.8rem;
  }

}


/* ==============================
homepage
============================== */
.hserviceWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 70px;
}

.hserviceWrap .herviceBox {
  width: 24%;
  margin-bottom: 35px;
}

.hserviceWrap .herviceBox .img {
  margin-bottom: 10px;
}

.hserviceWrap .herviceBox a {
  color: #111;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;

}

.hserviceWrap .herviceBox .txt i {
  padding-left: 10px;
  color: #1eaddd;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .hserviceWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 20px;
  }

  .hserviceWrap .herviceBox {
    width: 46%;
    margin-bottom: 20px;
  }

  .hserviceWrap .herviceBox .img {
    margin-bottom: 10px;
  }

  .hserviceWrap .herviceBox a {
    font-size: 1.6rem;
  }

  .hserviceWrap .herviceBox .txt i {
    font-size: 1.6rem;
  }
}


/* ==============================
function
============================== */
#function {}

#function .inner {
  padding: 115px 0;
}

.iconttl {
  margin-bottom: 25px !important;
}

#function .ttlBox {
  display: block;
  margin-bottom: 50px;
}

#function .ttlBox .sub {
  font-size: 2.0rem;
  font-weight: 700;
}

#function .ttlBox .h2txt span {
  font-size: 5.6rem;
}

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

  #functions .inner {
    padding: 50px 0;
  }

  .iconttl {
    margin-bottom: 15px;
  }

  #function .ttlBox {
    margin-bottom: 25px;
  }
}

/* ==============================
functionBox01
============================== */
.functionBox01 {
  display: flex;
  margin-bottom: 75px;
}

.functionBox01 .txts {
  margin-right: 30px;
}

.functionBox01 .txts .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0b487e;
  margin-bottom: 35px;
  line-height: 1.4;
}

.functionBox01 .txts .ttl span {
  font-size: 3.6rem;
}

.functionBox01 .txts .txt {}

.functionBox01 .img {
  width: 47%;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .functionBox01 {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .functionBox01 .txts {
    margin-right: 0px;
    order: 2;
  }

  .functionBox01 .txts .ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .functionBox01 .txts .ttl span {
    font-size: 2.8rem;
  }

  .functionBox01 .img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}


/* ==============================
homepage
============================== */
.functionBox02 {
  padding:0 0 75px 0;
}

.functionBox02 .ttls {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 35px;
  padding-left: 45px;
  position: relative;
}

.functionBox02 .ttls::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_logo01.png) no-repeat left top / contain;
  position: absolute;
  top: 0px;
  left: 0px;
}


@media screen and (max-width: 767px) {
  .functionBox02 {
    padding: 50px 0;
  }

  .functionBox02 .ttls {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-left: 30px;
  }

  .functionBox02 .ttls::before {
    width: 23px;
    height: 23px;
    background: url(../images/common/ico_logo01.png) no-repeat left top / 100%;
    top: 5px
  }

}

/* ==============================
homepage
============================== */
.functionBoxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.functionBoxWrap::after {
  content: "";
  width: 24.5%;
}

.functionBoxWrap .functionBoxTxtBox01 {
  width: 24.5%;
  background: #eff4f6;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 25px;
}

.functionBoxWrap .functionBoxTxtBox01 .img {
  text-align: center;
  height: 115px;
}

.functionBoxWrap .functionBoxTxtBox01 .img img {
  width: auto;
  margin: 0 auto;
}

.functionBoxWrap .functionBoxTxtBox01 .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #0b487e;
  margin-bottom: 15px;
}

.functionBoxWrap .functionBoxTxtBox01 .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .functionBoxWrap::after {
    width: 100%;
  }

  .functionBoxWrap .functionBoxTxtBox01 {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }

  .functionBoxWrap .functionBoxTxtBox01 .img {
    height: 100px;
  }

  .functionBoxWrap .functionBoxTxtBox01 .ttl {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }

  .functionBoxWrap .functionBoxTxtBox01 .txt {
    font-size: 1.4rem;
  }

}

/* ==============================
homepage
============================== */
.functionBox03 {
  display: flex;
  border-radius: 10px;
  border: 1px #d3dae1 solid;
  padding: 20px;
}

.functionBox03 .ttl {
  display: flex;
  border-radius: 5px;
  width: 20%;
  height: 115px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
  background-image: linear-gradient(90deg, rgba(30, 171, 220, 1), rgba(20, 90, 167, 1) 50%, rgba(38, 174, 57, 1));

}

.functionBox03 .txt {
  padding: 10px 25px;
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
}

.functionBox03 .txt ul {
  display: flex;
  flex-wrap: wrap;
}

.functionBox03 .txt ul li {
  width: 245px;
  margin-bottom: 12px;
}

.functionBox03 .txt ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0b487e;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .functionBox03 {
    padding: 10px;
    flex-wrap: wrap;
  }

  .functionBox03 .ttl {
    width: 100%;
    height: 115px;
    font-size: 1.8rem;
  }

  .functionBox03 .txt {
    padding: 15px;
    font-size: 1.6rem;
  }

  .functionBox03 .txt ul {
    display: flex;
    flex-wrap: wrap;
  }

  .functionBox03 .txt ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* ==============================
homepage
============================== */
.homepage .ttlsub {
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
  background: linear-gradient(to right, #0b487e, #1eaddd);
}

.homepage #features .inner {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 980px) {
.homepage .ttlsub {
    height: auto;
    font-size: 2.2rem;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .homepage .ttlsub {
    height: auto;
    font-size: 1.8rem;
    padding: 10px;
  }
}

/* ==============================
homepage
============================== */
/* ==============================
.strengthsBox03
============================== */
.strengthsBox03 {}

.strengthsBox03 .stttl02 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b487e;
  margin-bottom: 50px;
  text-align: center;
}

.strengthsBox03 .stttl02 span {
  font-size: 3.6rem;
  font-weight: 700;

}

@media screen and (max-width: 767px) {
  .strengthsBox03 .stttl02 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }

  .strengthsBox03 .stttl02 span {
    font-size: 2.6rem;
  }

}

/* ==============================
featuresBox01
============================== */
.featuresBox01 {
  padding: 67px 0 0 0;
}

.featuresBox01 .stttl02 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b487e;
  margin-bottom: 50px;
  text-align: center;
}

.featuresBox01 .stttl02 span {
  font-size: 3.6rem;
  font-weight: 700;

}
@media screen and (max-width: 980px) {
.featuresBox01 .stttl02 {
  font-size: 3.8rem;
}

.featuresBox01 .stttl02 span {
  font-size: 3.0rem;

}
}


@media screen and (max-width: 767px) {
  .featuresBox01 .stttl02 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }

  .featuresBox01 .stttl02 span {
    font-size: 2.6rem;
  }

}

/* ==============================
featuresTableWrap
============================== */
.featuresTableWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 80%;
  margin: 0 auto 27px;
}


.featuresTableWrap .line01 {
  width: 22%;

}

.featuresTableWrap .blank {
  border-bottom: 1px #d3dae1 solid;
}

.featuresTableWrap .item01 {
  background: #eff4f6;
  border-left: 1px #d3dae1 solid;
  border-bottom: 1px #d3dae1 solid;
  height: 200px;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 25px 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 80px;
  position: relative;
  color: #0b487e;
  font-feature-settings: "palt";
}

.featuresTableWrap .item01 span {
  font-size: 1.4rem;
  width: 100%;
}

.featuresTableWrap .item01::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 27px;
  display: flex;
  align-items: center;
  height: 200px;
}

.featuresTableWrap .ico01::before {
  background: url(../images/homepage/ico_hptable01.png) no-repeat left center/100%;
}

.featuresTableWrap .ico02::before {
  background: url(../images/homepage/ico_hptable02.png) no-repeat left center/100%;
}

.featuresTableWrap .ico03::before {
  background: url(../images/homepage/ico_hptable03.png) no-repeat left center/100%;
}

.featuresTableWrap .ico04::before {
  background: url(../images/homepage/ico_hptable04.png) no-repeat left center/100%;

}
@media screen and (max-width: 1280px) {
  .featuresTableWrap {
      width: 94%;
    }
.featuresTableWrap .item01 {
    height: 230px;
  }
}

@media screen and (max-width: 930px) {
  .featuresTableWrap .item01 {
    height: 270px;
  }
}


@media screen and (max-width: 767px) {
  .featuresTableWrap {
    justify-content: flex-start;
    width: 800px;
    margin: 0 auto 27px;
  }

  .stxt {
    font-size: 1.2rem;
  }

  .featuresTableWrap .line01 {
    width: 22%;

  }

  .featuresTableWrap .blank {
    border-bottom: 1px #d3dae1 solid;
  }

  .featuresTableWrap .item01 {
    height: 200px;
    font-size: 1.6rem;
    padding: 15px;
    padding-left: 50px;
  }

  .featuresTableWrap .item01 span {
    font-size: 1.2rem;
  }

  .featuresTableWrap .item01::before {
    width: 25px;
    height: 25px;
    left: 15px;
    height: 200px;
  }


}

/* ==============================
.featuresTableWrap
============================== */
.featuresTableWrap .line02 {
  width: 39%;
  box-shadow: 0px 0px 20px 0px rgba(15, 66, 113, 0.16);
  border: 4px #000000 solid;
}

.featuresTableWrap .line02 .linettl01 {
  height: 82px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featuresTableWrap .line02 .linettl01 img {
  width: 172px;
}

.featuresTableWrap .item02 {
  height: 200px;
  border-bottom: 1px #d3dae1 solid;
  padding: 23px;
}

.featuresTableWrap .item02 .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  color: #1eaddd;
  margin-bottom: 13px;
}

.featuresTableWrap .item02 .txt {
  font-size: 1.4rem;
}


.featuresTableWrap .item02b {
  height: 196px;
}
@media screen and (max-width: 1280px) {
.featuresTableWrap .item02 {
    height: 230px;
  }
.featuresTableWrap .item02b {
  height: 226px;
}
}
@media screen and (max-width: 930px) {
.featuresTableWrap .item02 {
    height: 270px;
  }

  .featuresTableWrap .item02b {
    height: 266px;
  }
}

@media screen and (max-width: 767px) {
  .featuresTableWrap .line02 {
    width: 39%;
    border: 2px #000000 solid;
  }

  .featuresTableWrap .line02 .linettl01 {
    height: 120px;
  }

  .featuresTableWrap .line02 .linettl01 img {
    width: 150px;
  }

  .featuresTableWrap .item02 {
    height: 200px;
    font-size: 1.6rem;
    padding: 15px;
  }

  .featuresTableWrap .item02 .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .featuresTableWrap .item02b {
    height: 198px;
  }
}

/* ==============================
.strengthsTableWrap .line03
============================== */
.featuresTableWrap .line03 {
  width: 39%;
}

.featuresTableWrap .linettl02 {
  height: 71px;
  background: #5b758c;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  flex-wrap: wrap;
  line-height: 1.3;
}

.featuresTableWrap .linettl02 span {
  font-size: 1.4rem;
  width: 100%;
}

.featuresTableWrap .item03 {
  height: 200px;
  border-bottom: 1px #d3dae1 solid;
  border-right: 1px #d3dae1 solid;
  padding: 23px;
}

.featuresTableWrap .item03 .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  color: #0b487e;
  margin-bottom: 13px;
}

.featuresTableWrap .item03 .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 1280px) {
.featuresTableWrap .item03 {
    height: 230px;
  }
}
@media screen and (max-width: 930px) {
.featuresTableWrap .item03 {
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .featuresTableWrap .line03 {
    width: 39%;

  }

  .featuresTableWrap .linettl02 {
    height: 70px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .featuresTableWrap .linettl02 span {
    font-size: 1.2rem;
  }

  .featuresTableWrap .item03 {
    font-size: 1.4rem;
    padding: 15px;
        height: 200px;
  }

  .featuresTableWrap .item03 .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

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

/* ==============================
homepage
============================== */
.homepage .featuresWrap #leadtext {
  padding: 0px 0 43px 0;
}


.homepage .featuresWrap #leadtext .inner {
  background: #eff4f6;
}

.homepage #features #mvimg .mv01 .slick-slide {
  width: 132px;
  height: 120px;
  margin-left: 5px;
  padding-top: 7px;
}

.homepage #features #mvimg .mv01 .slider {
  margin-bottom: 5px;
}

.homepage .featuresWrap #mvimg {
  padding: 0 0 135px;
}

@media screen and (max-width: 767px) {
  .homepage #features #mvimg .mv01 .slick-slide {
    width: 120px;
    height: 100px;
  }

  .homepage .featuresWrap #mvimg {
    padding: 0 0 50px;
  }
}

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

/* ==============================
homepage
============================== */
.homepage #features .ttlsub {}

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

/* ==============================
homepage
============================== */
.homepage #features .ttlsub {}

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

/* ==============================
homepage
============================== */
.homepage #features .ttlsub {}

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