/* =========================================================================
// sp
//==========================================================================*/
@media screen and (min-width: 1025px) {
  .header-sp {
    display: none;
  }
  #header-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
  .pc-only_inline {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
}
/*common 汎用
------------------------------*/
/* 表示領域が1366px以下の場合に適用するスタイル */
@media screen and (max-width: 1367px) {
  /*hero area
--------------*/
  .hero__inner {
    max-width: 1000px;
    width: 95%;
  }
  .hero-heading {
    font-size: 270%;
  }
  .logo-text__text {
    font-size: 110%;
    margin: 0 10px 0 0;
  }
  .cta-box__lead {
    font-size: 105%;
  }
  .hero__text-box .cta-box__lead {
    margin: 0 0 15px 0;
  }
  .hero__img-main.hero__img-b::before {
    top: -390px;
    left: 490px;
  }
  /* 20220830 add */
  .hero__img-main{
    max-width: 510px;
  }

  /* bページの処理 */
  .hero__inner-b.hero__inner {
    max-width: 1000px;
    width: 95%;
  }
  .hero__inner-b .hero-heading {
    font-size: 250%;
  }
  .hero__inner-b .logo-text__text {
    font-size: 110%;
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .side-cta .column-area__side-banar{
    margin-top: 60px;
    margin-bottom: 0;
  }
}

/* 表示領域が1181px以下の場合に適用するスタイル */
@media screen and (max-width: 1181px) {
  .cta-box__lead {
    font-size: 110%;
  }
}

/* 表示領域が1024px以下の場合に適用するスタイル */
@media screen and (max-width: 1024px) {
  .header-pc {
    display: none;
  }
  .header{
    padding:0;
    box-shadow: none;
    transition: all .3s ease;
  }
  .header-sp {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .pc-only_inline {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /*header menu area
  -------------------*/
  .header-logoarea {
    height: 54px;
  }
  .header-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
  .header-logoarea-logo {
    width: 126px;
    padding: 10px 0 5px 5px;
  }

  .header_rakus_logo_sp {
    position: absolute;
    top: 12px;
    right: 55px;
  }
  .header_rakus_logo_sp img {
    height: 28px;
  }


  .header .burger-icon {
    position: absolute;
    z-index: 110;
    top: 0px;
    right: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all 0.3s ease 0.4s;
    transform-origin: 50% 50%;
    text-align: center;
  }
  .header .burger-icon span {
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 30px;
    height: 3px;
    display: block;
    border-radius: 3px;
    background: #081059;
    position: relative;
    left: 15px;
    top: 0px;
  }
  .header .burger-icon span:first-of-type {
    transform: translateY(14px);
    transform-origin: center center;
  }
  .header .burger-icon span:nth-of-type(2) {
    transform: translateY(21px);
  }
  .header .burger-icon span:last-of-type {
    transform: translateY(28px);
    transform-origin: center center;
  }
  .header .burger-icon.act span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    transform: translate(100px, 27px);
  }
  .header .burger-icon.act span:first-of-type {
    transform: rotate(-45deg) translate(-17px, 13px);
    transform-origin: center center;
  }
  .header .burger-icon.act span:last-of-type {
    transform: rotate(45deg) translate(9px, 13px);
    transform-origin: center center;
  }
  .header #js-header-sp-nav {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .header #js-header-sp-nav .header-sp-nav-list {
    margin: 0;
    padding: 0;
  }
  .header #js-header-sp-nav .header-sp-nav-list__item {
    margin: 0;
    list-style-type: none;
  }

  .header #js-header-sp-nav .header-sp-nav-list__item--first {
    border-top: 1px solid #dbdbdb;
  }
  .header #js-header-sp-nav .header-sp-nav-list .header-sp-nav-list__item {
    display: block;
    padding: 20px;
    text-align: left;
    font-weight: bold;
    background: #f5f5f5;
    font-size: 15px;
  }
  .header #js-header-sp-nav .header-sp-nav-list .header-sp-nav-list__item .header-sp-nav-list__link {
    display: table;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    color: #081059;
    position: relative;
  }
  .header-sp-nav-list__link::after {
    content: "";
    position: absolute;
    background: url(/rakurakucloud/kintai/asset/image/_common/icon_arrow.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    z-index: 100;
    right: -40px;
    top: 3px;
  }
  .header #js-header-sp-nav .header-sp-form__button {
    background-color: #ececec;
    border-bottom: none;
    padding: 20px 15px 0px 30px;
  }
  #js-header-sp-btn {
    display: none;
    background: #f5f5f5;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  }
  #js-header-sp-btn .header-sp__inner {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 2px;
    height: 100vh;
  }
  #js-header-sp-btn .header-sp-form {
    width: 98%;
    margin: 0 auto 5px;
  }
  #js-header-sp-btn .header-sp-form .header-sp-form__text {
    font-size: 16px;
    font-weight: bold;
    color: #081059;
    margin: 0 0 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
  }
  #js-header-sp-btn .header-sp-form .header-sp-form__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #00c87b;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    max-width: 250px;
    width: 90%;
    padding: 10px 6px;
    height: 64px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
  }
  #js-header-sp-btn .header-sp-form .header-sp-form__button::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #fff #ffff transparent transparent;
    transform: rotate(45deg);
    top: 40%;
    right: 10px;
  }
  #js-header-sp-btn .header-sp-tel {
    width: 98%;
    margin: 20px auto;
    padding-top: 12px;
  }
  #js-header-sp-btn .header-sp-tel .header-sp-tel__text .header-sp-tel__date {
    font-size: 12px;
  }
  #js-header-sp-btn .header-sp-tel {
    width: 98%;
    margin: 10px auto;
  }
  header #js-header-sp-nav #js-header-sp-btn .header-sp-tel .header-sp-tel-list__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    background: #081059;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    max-width: 250px;
    width: 90%;
    padding: 10px 6px;
    height: 64px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 15px;
  }

  #js-header-sp-btn .header-sp-tel .header-sp-tel-list__link::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    top: 40%;
    right: 10px;
  }
  .header-sp-tel__date {
    display: block;
    font-size: 68%;
    width: 100%;
  }
  /* inquiry/配下のheader用 */
  .header-sp-simple .contact-nav-list {
    margin-right: 10px;
    align-items: stretch;
  }
  .header_rakus_logo_sp-simple img {
    height: 30px;
  }
  
  .contact-tel {
    margin-right: 5px;
  }
  .contact-tel__box {
    line-height: 1;
  }
  .contact-tel__tel-number {
    display: inline-block;
    font-size: 90%;
    margin: 0 10px 5px 0;
    margin-bottom: 5px;
  }
  .contact-tel__box .icon__phone {
    width: 15px;
    height: 15px;
  }
  .contact-tel__reception-time {
    font-size: 50%;
  }

  /*title
--------------*/
  .heading-xl {
    font-size: 150%;
    margin-bottom: 30px;
  }
  .heading-l {
    font-size: 140%;
    margin-bottom: 30px;
  }
  .heading-m {
    font-size: 130%;
    margin-bottom: 30px;
  }
  .heading-m--none_mb {
  margin-bottom: 0;
  }
  .heading-s {
    font-size: 110%;
    margin-bottom: 10px;
  }
  /*common link button
--------------*/
  .link-button-box .link-button-box__lead-text{
    padding: 0px 20px 0px;
  }
  .link-button-box .link-button {
    padding: 18px 10px;
    font-size: 120%;
    border-radius: 15px;
    max-width: 400px;
    margin-bottom: 10px;
  }
  .box-shadow-round--white,
  .box-shadow-round--border-blue {
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  /*common button main color
--------------*/
  .link-button-box {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 20px;
  }
  .link-button-box .link-button--main-color {
    margin: 0 auto;
    width: 100%;
    font-size: 90%;
  }
  /*common link in-page
--------------*/
  .link-inpage-list {
    margin-top: 40px;
  }
  .link-inpage-list__link {
    padding: 4px 4px;
    font-size: 80%;
    font-weight: 500;
  }
  .link-inpage-list__number {
    padding-bottom: 8px;
  }
  .link-inpage-list__item,.link-inpage-list__item__column3  {
    width: 48%;
    margin-bottom: 10px;
    min-height: 60px;
  }
  .link-inpage-list__link .icon-arrow--bottom{
    bottom: -10px;
  }
   /* 追加CSS20220613 */
.last-blank-item:after{
  /* width: 48%;
  margin-bottom: 10px;
  min-height: 96px; */
  display: none;
}
.last-blank-item--one:after{
  width: 48%;
  margin-bottom: 10px;
  min-height: 60px;
}
  /*cta
--------------*/
  /*cta button*/
  .cta-button {
    border-radius: 15px;
  }
  /*cta box*/
  .cta-box .cta-button {
    max-width: 400px;
    padding: 18px 30px 18px 0px;
    font-size: 120%;
  }
  .cta-box .capture-box{
    display: block;
    position: absolute;
    right: -28px;
    bottom: 3px;
    width: 68px;
  }
  .cta-box .capture-box img{
    width: 100%;
    height: auto;
  }
  /*cta common*/
  .cta-common {
    padding: 10px 0;
  }
  .cta-common__inbox {
    background: none;
  }
  .cta-common__lead,
  .cta-common__title {
    color: #fff;
  }
  .cta-common__lead {
    font-size: 90%;
    padding: 10px 10px 0;
    margin-bottom: 10px;
  }
  .cta-common__title {
    font-size: 120%;
  }
  .cta-common__title::before,
  .cta-common__title::after {
    background: #fff;
  }
  .cta-common .cta-box {
    margin-bottom: 10px;
  }
  
  .cta-common2 .cta-box .cta-button {
    max-width: 400px;
    padding: 18px 40px 18px 0px;
    font-size: 120%;
  }
  .cta-common2 .cta-box {
    margin-bottom: 30px;
    width: 440px;
  }
  .cta-common2 .cta-box .cta-button {
    max-width: 400px;
    padding: 18px 40px 18px 0px;
    font-size: 120%;
  }
  .cta-common2 .cta-box .capture-box {
    display: block;
    position: absolute;
    right: -3px;
    bottom: 0px;
    width: 80px;
  }
  .cta-box .cta-button {
    max-width: 400px;
    padding: 18px 40px 18px 0px;
    font-size: 120%;
  }
  /*breadcrum area
--------------*/
  /*page top space*/
  .page-top-space {
    padding-top: 52px;
  }
  .breadcrum-list{
    position: relative;
    overflow-x: auto;
  }
  .breadcrum-list--cls{
  display: block;
  }
  .breadcrum-list__item{
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrum-list__item:last-child{
    text-overflow: ellipsis;
    white-space: pre-wrap;
    padding-right: 0;
  }
  .breadcrum-list__item--cls{
    text-overflow: clip;
    display: inline;
    width: auto;
    white-space: pre-wrap;
  }
  
  .breadcrum-list__item--cls .width--15 {
    max-width: 15px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}
  .breadcrum-list__item--home--cls a{
    overflow: hidden;
    aspect-ratio: 15 / 16;
  }
  .breadcrum-list__item--home--cls a img{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  /*inpage main title area
--------------*/
  .inpage-main-title-area {
    padding: 30px 0;
  }
.inpage-main-title-area-mbottom0 {
  padding: 30px 0 0 0;
}
  /*common main leadtext*/
  .inpage-main-title-area__lead-text {
    line-height: 1.5;
    font-size: 80%;
  }
  /*common section space
--------------*/
  .container {
    padding: 40px 0;
  }

  /*common　trouble area
--------------*/
  .trouble-area {
    padding: 60px 0 40px;
  }
  .inpage .trouble-area{
    padding: 50px 0 30px;
  }
  .trouble-box {
    padding: 0 20px 20px;
  }
  .trouble-box__title {
    font-size: 110%;
    margin-bottom: 0;
  }
  .trouble-list__text {
    font-size: 100%;
  }
  .touble-box__title--notice {
    font-size: 120%;
    padding: 0 60px;
    line-height: 1.2;
  }
  .trouble-solve__text {
    font-size: 90%;
    line-height: 1.5;
  }
  .troble-solve__figure {
    width: 29%;
    transform: translate(-5px, 15px);
  }

  /*common　step flowlist area
--------------*/
  .step-flow-list {
    margin-bottom: 30px;
  }
  .step-flow-list__item {
    width: 30%;
    margin: 0 auto;
  }
  .step-flow-list__box {
    display: flex;
    margin-bottom: 15px;
    padding: 12px 6px;
    min-height: 150px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .step-flow-list__title{
    font-size: 90%;
    width: 90%;
  }
  .step-flow-list__figure {
    width: 80%;
  }
  .step-flow-list__item::after {
    width: 30px;
    height: 20px;
    right: -20px;
  }
  .step-flow-list__text{
    line-height: 1.4;
    font-size: 80%;
  }
  /* =========================================================================
// top
//==========================================================================*/
  /*hero area
-------------*/
  .hero {
    padding: 30px 0;
  }
  .hero-heading {
    font-size: 200%;
    margin-bottom: 10px;
  }
  .hero__text-box,
  .hero__image-box {
    width: 100%;
    text-align: center;
  }
  .hero__inner .cta-box {
    width: 85%;
    max-width: 400px;
    margin: 0 auto;
  }
  .hero__inner .cta-box .cta-button {
    margin: 0 auto 20px;
    padding: 10px;
    width: 100%;
    max-width: 680px;
  }
  .cta-button-blue{
  background: #4272ea;
  }
  .logo-text {
    justify-content: center;
    margin-bottom: 20px;
  }
  .logo-text__text {
    font-size: 90%;
    margin: 0 10px 0 0;
  }
  .logo-text__figure {
    max-width: 90px;
  }
  .cta-box__lead {
    margin: 0 auto 10px;
    font-size: 100%;
  }
  .cta-box__lead::before,
  .cta-box__lead::after {
    width: 18px;
  }
  .hero__figure-main {
    margin-bottom: 10px;
  }
  .hero__img-main {
    margin-top: 10px;
    margin-left: -10px;
    max-width: 320px;
    height: auto;
  }
  .hero__img-main.hero__img-b::before {
    top: -210px;
    left: 270px;
    height: 70px;
    width: 70px;
  }
  /* bページの処理 */
  .hero__inner-b .hero-heading {
    font-size: 200%;
    margin-bottom: 10px;
  }
  .hero__inner-b .hero__text-box, .hero__inner-b .hero__image-box {
    width: 100%;
    text-align: center;
  }
  .hero__inner-b .hero__figure-main {
    margin-bottom: 10px;
  }
  .hero__inner-b .hero__img-main {
    margin-top: 10px;
    margin-left: -10px;
    max-width: 320px;
    height: auto;
  }
  .hero__inner-b .logo-text__text {
    font-size: 90%;
    margin: 0 10px 0 0;
  }
  /* 20220905 add */
  .hero__award-box{
    max-width: 400px;
  }
  .hero__award-boxwrap{
    margin: 20px auto 0;
  }
  .hero__award-left:after,.hero__award-right:after{
    left: 3px;
    height: 68px;
    width: 36px;
    top: -15px;
  }
  
  .hero__award-left:before,.hero__award-right:before{
    right: 3px;
    height: 68px;
    width: 36px;
    top: -15px;
  }
  .hero__award-main{
    font-size: 15px;
  }
  .hero__award-sub {
    font-size: 11px;
  }
  .hero__award-small{
    max-width: 400px;
    margin: 30px auto;
    text-align: left;
  }
  /* /////////////////////////// */

  /*problem solution area
-------------*/
  .top-ploblem-solution-area{
    padding: 40px 0 10px;
  }
  .problem-list {
    margin: 30px auto 60px;
  }
  .problem-list__item,
  .solution-list__item {
    width: 95%;
    padding: 0 12px 10px;
    margin: 0 auto;
    min-height: 190px;
  }
  .problem-list__over-title {
    background: #ffffff;
    width: 130px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-15px);
    color: #081059;
    border-radius: 60px;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.05em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .solution-list__over-title {
    font-size: 120%;
    padding: 5px;
    transform: translateY(-15px);
  }
  .problem-list__title,
  .solution-list__title {
    font-size: 110%;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 6px;
  }
  .solution-list__title {
    min-height: 45px;
  }
  .problem-list__item::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
  }
  .problem-list__text-image,
  .solution-list__text-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .problem-list__text,
  .solution-list__text {
    width: 68%;
    font-size: 85%;
  }
  .problem-list__figure {
    margin-bottom: 0;
  }
  .problem-list__figure,
  .solution-list__figure {
    width: 30%;
  }
  .problem-list__image,
  .solution-list__image {
    width: 60px;
    height: auto;
  }
  /*reason area
-------------*/
  .top-reason-area {
    padding: 40px 0;
  }
  .top-reason-area__inner {
    width: 92%;
    margin: 0 auto;
  }
  .top-reason-area .heading-l {
    font-size: 140%;
    line-height: 1.5;
  }
  /*right-left area*/
  .right-left-area{
    padding: 10px 0 0;
  }
  .right-left-box {
    margin-bottom: 0;
  }
  .right-left-box--odd {
    margin-bottom: 30px;
  }
  .right-left-box__numbering--left,
  .right-left-box__numbering--right {
    position: inherit;
  }
  .right-left-box--odd,
  .right-left-box--even {
    padding: 10px 0;
  }
  .right-left-box--odd::after,
  .right-left-box--even::after {
    display: none;
  }
  .right-left-box__title-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .right-left-box__title {
    font-size: 130%;
    margin-bottom: 0;
  }
  .right-left-box__number {
    font-size: 350%;
  }
  .right-left-box__title-box .heading-m {
    margin-bottom: 0;
  }
  .right-left-box__text-box,
  .right-left-box__image-box,
  .right-left-box__text-box--wide,
  .right-left-box__image-box--small {
    width: 95%;
    margin: 0 auto;
  }
  .right-left-box__image-box {
    margin-bottom: 30px;
  }
  .right-left-box__numbering--left,
  .right-left-box__numbering--right {
    font-size: 90%;
    margin-right: 10px;
  }
  .right-left-box__text {
    margin-bottom: 10px;
  }
  .right-left-box--odd .right-left-box__figure,
  .right-left-box--even .right-left-box__figure {
    transform: translateX(0);
  }
  .right-left-box__image--icon{
    max-width: 150px;
  }
  /*about rkintai
-------------*/
  .top-about-r-kintai-area {
    padding: 40px 0;
  }
  .about-r-kintai-area{
    padding: 20px 0 0;
  }
  .about-box__lead{
    margin: 0 auto 30px;
  }
  .about-box__figure{
    margin: 0 auto 30px;
  }
  .top-about-r-kintai__figure {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .top-about-box__lead {
    margin-bottom: 30px;
  }
  .top-about-box__accent-color {
    font-size: 100%;
  }
  .top-about-box__figure {
    justify-content: center;
    margin-bottom: 80px;
  }
  .top-function-box__title {
    font-size: 130%;
    padding: 12px 6px;
  }
  .top-function-box__title {
    margin-bottom: 0;
  }
  .top-function-box {
    padding-bottom: 2px;
  }
  .function-list__item {
    width: 100%;
    margin-bottom: 25px;
    padding: 20px;
    min-height: 220px;
  }
  .function-list__item--column3 {
    margin-bottom: 20px;
  }
  .function-list__flex-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    min-height: 60px;
  }
  .function-list__title {
    min-height: auto;
    text-align: left;
    font-size: 110%;
    width: 65%;
  }
  .function-list__text {
    font-size: 80%;
    width: 100%;
  }
  .function-list__title-image-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 70px;
  }
  .function-list__figure {
    margin-bottom: 0;
    width: 34%;
  }
  .function-list__item--link::after {
    width: 40px;
    height: 40px;
  }
  /* 20220714追加分 */
  .function-list__prduction{
    padding: 0px;
  }
  .function-list__prductionlist{
    display: block;
  }
  .function-list__prductionitem{
    width: 100%;
  }
  .function-list__prductionitem:not(:first-child){
    margin-top: 10px;
  }
  .function-list__prductiontitle{
    width: 65%;
    justify-content: flex-start;
  }
  /* 20220704 追加分*/
  .function-list__figure.function-list__figure--height{
    height: auto;
  }
  .height--spm90{
    max-height: 90px;
  }
  .function-list__flex-box.function-list__flex-box--spblock{
    display: block;
    justify-content: flex-start;
  }
  .function-list.function-list--width{
    width: 90%;
  }
  .function-group__check-list.function-group__check-sub li{
    font-size: 85%;
  }
  .function-group__check-list.function-group__check-sub li::before{
    width: 9px;
    height: 4px;
    margin-right: 5px;
  }
  .function-list02 {
    padding: 0;
  }

  /*flow area
-------------*/
  .top-flow-area {
    padding: 40px 0;
  }
  .top-flow-list {
    margin-bottom: 0;
  }
  .top-flow-list__item {
    width: 80%;
    margin: 0 auto 30px;
  }
  .top-flow-list__box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    padding: 10px;
    align-items: center;
  }
  .top-flow-list__title {
    font-size: 115%;
  }
  .top-flow-list__text {
    margin-bottom: 30px;
  }
  .top-flow-list__item::after {
    width: 30px;
    height: 20px;
    top: inherit;
    bottom: -10px;
    transform: rotate(90deg);
    left: 50%;
    margin-left: -15px;
  }
  /*faq area
-------------*/
  .top-faq-area {
    padding: 40px 0;
  }
  .top-faq-area__box {
    padding: 30px 25px;
  }
  .faq-list__title,
  .faq-list__answer {
    padding: 16px 32px 16px 42px;
  }
  .faq-list__title {
    font-size: 100%;
  }
  .faq-list__answer {
    font-size: 95%;
    line-height: 1.6;
  }
  .faq-list__title::before {
    font-size: 120%;
    top: 12px;
    left: 6px;
  }
  .faq-list__answer::before {
    font-size: 120%;
    top: 12px;
    left: 14px;
  }
  /*news
-------------*/
  .top-news-area {
    padding: 40px 0;
  }
  .news-list-link {
    padding: 15px 40px 15px 20px;
  }
  .news-list__date,
  .news-list__text {
    width: 100%;
  }
  .news-list__date {
    margin-bottom: 10px;
  }
  /*series
-------------*/
  .rakuraku-series-area {
    padding: 40px 0 20px;
  }
  .rakuraku-series-area .width--1000 {
    width: 95%;
  }
  .rakuraku-series-list{
    justify-content: space-around;
  }
  .rakuraku-series-list__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .rakuraku-series-link {
    padding: 8px;
    width: 100%;
  }
  .rakuraku-series-link::after {
    width: 12px;
    height: 8px;
  }
  .rakuraku-series-link__title {
    font-size: 70%;
  }
  .rakuraku-series-link__sub-title {
    font-size: 80%;
    padding: 10px 0;
  }
  .rakuraku-series__image {
    width: 70%;
  }
  .rakuraku-rakutel-link .rakuraku-series__image{
    margin: 5px auto;
  }
  .rakuraku-chatdealer-link .rakuraku-series__image,
  .rakuraku-maildealer-link .rakuraku-series__image{
    margin: 3px auto;
  }
  .rakuraku-rakutel-link .rakuraku-series__image{
    width: 70%;
  }
  .rakuraku-chatdealer-link .rakuraku-series__image{
    width: 95%;
  }
  .rakuraku-maildealer-link .rakuraku-series__image{
    width: 80%;
  }
  /*footer
-------------*/
  .footer {
    padding: 40px 0;
  }
  .footer-menu-box__left{
    width: 48%;
    margin-bottom: 20px;
  }
  .footer-menu-box__center {
    width: 48%;
    margin-bottom: 20px;
  }
  .footer-menu-box__right {
    width: 98%;
  }
  .footer-menu-box__center {
    border-right: none;
  }
  .footer-menu-list__item {
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 75%;
  }
  .footer-logo-area__figure {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .footer-info-box {
    justify-content: center;
  }
  .footer-info-box {
    display: flex;
  }
  .footer-info-box__link {
    width: auto;
    height: 70px;
  }
  .footer-info-markbox .footer-info-privacy{
    width: 70px;
  }
  .footer-info-markbox .footer-info-isms{
    width: 100px;
  }
  .footer-info-link__text {
    text-align: center;
  }
  .copyright {
    margin-bottom: 60px;
    text-align: center;
  }
  
  /*for footer-simple.php (inquiry etc)*/
  .footer-simple{
  color: #081059;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  }
  .footer-simple-copyright{
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 60%;
    line-height: 2;
  }
  
  /*cta follow area
-------------*/
  .cta-follow-box {
    background: rgba(8, 16, 89, 0.85);
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 15px 0px 50px rgba(0, 0, 0, 80%);
  }
  .cta-follow-box__inner {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
  }
  .cta-follow-box__item .cta-button {
    padding: 20px 16px;
    box-sizing: border-box;
    text-align: center;
    font-size: 140%;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .cta-follow-box__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cta-follow-box__tel-info-box {
    color: #fff;
    width: 60%;
  }
  .cta-follow-box__tel-info {
    display: flex;
  }
  .cta-follow-box__icon-tel {
    width: 100%;
  }
  .cta-follow-box__tel {
    font-size: 135%;
    line-height: 1.1;
    margin-bottom: 4px;
    width: 80%;
  }
  .cta-follow-box__info {
    font-size: 60%;
    line-height: 1.1;
  }
  .cta-follow-box__item .cta-button {
    padding: 12px 6px;
    font-size: 80%;
    line-height: 1.2;
    width: 40%;
    border-radius: 10px;
  }
  .cta-follow-box__item .cta-button .icon-arrow--right {
    right: -4px;
    width: 15px;
    height: 15px;
  }
  .cta-follow-box__tel-number {
    color: #fff;
  }

  /* .cta-follow-box--seminar */
  .cta-follow-box.cta-follow-box--seminar .cta-follow-box__item {
    justify-content: space-between;
  }
  .cta-follow-box.cta-follow-box--seminar .cta-follow-box__item .cta-button {
    margin: 0 0 0 5px;
  }
  .cta-follow-box.cta-follow-box--seminar .cta-follow-box__main .point {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
  }
  .cta-follow-box.cta-follow-box--seminar .cta-follow-box__main .title {
    margin-bottom: 5px;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: #ffffff;
    color: #081059;
    font-size: 13px;
    font-weight: bold;
  }
  .cta-follow-box.cta-follow-box--seminar .cta-follow-box__main .date {
    color: #ffffff;
    text-align: center;
  }

  .pagetop {
    display: none!important;
  }

  /* .cta-follow-form__caotrure--box*/
  .cta-follow-box.cta-follow-box--seminar .cta-follow-box__main.cta-follow-form .title {
    text-align: center;
  }
  .cta-follow-form__img {
    display: block;
    position: absolute;
    left: -33px;
    top: 0;
    width: 50px;
}
  .cta-follow-form__img img{
    width: 100%;
    height: auto;
}
.cta-follow__inner-txt{
  text-align: center;
  color: #ffffff;
}


  /*swiper.js
-------------*/
  .swiper-parent {
    position: relative;
    margin-bottom: 50px;
  }
  .swiper-container {
    width: calc(100% - 100px);
    padding-bottom: 20px;
    box-sizing: content-box;
    margin: 0 auto;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: calc((100% - 50px) * 0.5);
    margin-top: -22px;
    z-index: 100;
  }

  .swiper-pagination-bullet-active {
    background: #4272ea !important;
  }
  .swiper-slide {
    cursor: pointer;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-image: url("/rakurakucloud/kintai/asset/image/_common/icon_arrow_light-blue.svg") !important;
    background-size: 60px 60px !important;
    background-repeat: no-repeat;
    margin-top: -16px;
  }
  .swiper-button-prev {
    transform: scale(-1, 1);
  }
  .swiper-pagination.swiper-pagination-bullets {
    bottom: -20px;
  }
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
  }
  span.swiper-pagination-bullet {
    margin: 0 3px;
  }
  .swiper-heading{
    margin-bottom: 10px;
  }
  /* =========================================================================
// support page
//==========================================================================*/
  .about-rakus {
    padding: 25px;
  }
  .about-rakus__title {
    font-size: 130%;
  }
  .price-body {
    padding: 20px 15px 30px;
  }
  .price-group__text-price {
    font-size: 180%;
  }
  .price-group__check-list {
    font-size: 110%;
  }
  .price-group__check-list li::before {
    width: 14px;
    height: 7px;
    border-bottom: 3px solid;
    border-left: 3px solid;
  }
  .price-group__text-blue {
    font-size: 100%;
  }
  .price-group__note  {
    margin-bottom: 20px;
  }
  .price-group__btn {
    position: static;
  }
  /* =========================================================================
// price page
//==========================================================================*/
  .price-group {
    padding: 20px 10px 10px;
  }
  .price-group__title {
    margin-bottom: 20px;
    font-size: 130%;
  }
  .price-group__body {
    padding: 20px 10px 30px;
  }
  /* 20220805追加分 */
  .top-price-area.padding-top{
    padding: 10px 0 0;
  }
    /* =========================================================================
// reason page
//==========================================================================*/
.reason-area {
  padding: 10px 0 30px;
}
  /* =========================================================================
// column page
//==========================================================================*/
.column-area{
  padding: 30px 0 0;
}
.column-list{
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.column-list__item--box3, .column-list__item--box4{
  width: 95%;
  margin: 0 auto 15px;
  min-height: inherit;
  height: auto;
}
.column-list__item--box3:nth-child(3n) {
  margin-right: auto;
}
.column-list__figure{
  height: 170px;
}
.column-list__image{
  max-width: none;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%)!important;
}

.column-list-box__title {
    font-size: 95%;
  }
.column-area__article{
  width: 100%;
}
.column-table-of-contents__list-link{
  font-size: 90%;
}
.column-table-of-contents__list-point{
  max-width: 36px;
  width: 10%;
  text-decoration: none;
  height: 23px;
  text-align: center;
}
.column-table-of-box_text{
  display: inline-block;
  width: 88%;
}
.column-area__side{
  width: 100%;
  padding-top: 30px;
}
.column-area__article h1{
  font-size: 140%;
}
.column-area__article #article h2{
  font-size: 120%;
}
.column-area__article #article h3{
  font-size: 110%;
}
.column-area__article #article h4{
  font-size: 104%;
}
.column-area__description {
  line-height: 1.6;
}
.column-article-cta-box{
  padding: 20px;
}
.column-table-of-contents{
  padding: 20px;
}
.column-area__table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.side-cta .column-area__side-banar{
  margin-top: 30px;
  margin-bottom: 30px;
}
#toc .sub-list {
  margin: 15px 0 0 0;
}
#toc .list-item{
  padding: 0 0 10px 0;
  display: flex;
}
#toc .sub-list-item{
  font-size: 82%;
  padding: 0 0 10px 65px;
}
#toc .sub-sub-list-item{
  font-size: 82%;
  padding: 0 0 10px 95px;
}
#toc .sub-sub-list-item02{
  font-size: 82%;
  padding: 0 0 10px 120px;
}
.column-area__article p{
  line-height: 1.5;
}
.column-area__quote-box{
  padding: 20px 20px 10px;
}
.column-area__editor-box{
  padding: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.column-area__editor-box.image-kintai{
  justify-content: center;
}
.column-area__editor-box-figure, .column-area__editor-box-text-box{
  width: 100%;
}
.column-area__editor-box-name-box{
  justify-content: center;
}
.column-area__editor-box-figure{
  margin-bottom: 10px;
}
.column-area__editor-box-image{
  max-width: 80px;
}
.column-area__editor-box.image-kintai .column-area__editor-box-image{
  border-radius: 0%;
}
.column-area__editor-box.image-kintai .column-area__editor-box-text-box{
  margin-top: 10px;
}
.column-area__editor-box-name{
  text-align: center;
}
.column-area__editor-box-figcaption{
  font-size: 100%;
}
.column-area__editor-box-text{
  font-size: 78%;
}
.related-article{
  padding: 30px 0 10px;
}
.related-article__heading-l{
  font-size: 120%;
}
.column-article-cta-box__title{
  font-size: 140%;
}
.column-area__attention{
  padding: 15px;
}
.column-area__point ul {
  padding-left: 0;
}
.column-area__point-number-list {
  padding: 15px;
}
.point-list-title {
  font-size: 104%;
}
.column-area__point-title {
  font-size: 110%;
}
.column-area__point-sub-title {
  font-size: 104%;
}
.column-area__article #article p {
  font-size: 95%;
  line-height: 1.5;
  padding: 0px;
}
.column-area__point-text-b {
  font-size: 104%;
}
.column-area__point-group {
  padding: 15px;
}
.column-area__point-group-text {
  line-height: 1.5;
}
.column-area__point-detail .point-title_date{
  font-size: 110%;
}
.column__more-link a{
  font-size: 14px;
  padding: 15px 0 15px 5px;
}
.column__more-link_short-mb a{
  font-size: 14px;
  padding: 15px 0 15px 5px;
}
.column__more-link a::after {
  width: 20px;
  height: 20px;
}
.column__more-link_short-mb a::after {
  width: 20px;
  height: 20px;
}
.column__more-link.column__more-link--padding a{
  padding: 15px 20px 15px 5px;
}
.column__more-link_short-mb.column__more-link--padding a{
  padding: 15px 20px 15px 5px;
}


  /* =========================================================================
// news page
//==========================================================================*/
  .news {
    padding: 20px 0;
  }
  .news__box-white-round {
    padding: 30px;
  }
  .news__heading-xl {
    font-size: 140%;
  }
  .news__heading-l {
    font-size: 120%;
  }
  .news__heading-m {
    font-size: 110%;
  }
  .new-company-info {
    padding: 20px;
  }
  .news-table__th {
    display: block;
    padding: 6px;
    width: 100%;
    border-bottom: 1px solid;
  }
  .news-table__td {
    padding: 6px;
    display: block;
    width: 100%;
  }
  .new-company-info__heading-l {
    font-size: 115%;
  }
  
  .cta-floating {
    position: fixed;
    width: 190px;
    height: 230px;
    bottom: 0px;
    right: 0;
    z-index: 999;
  }
  .cta-floating .cta-btn{
    font-size: 0.9rem;
  }
  .cta-floating .cta-btn p{
    font-size: 0.6rem;
  }
}

@media (min-width: 1025px) {
  .swiper-parent .swiper-button-prev,
  .swiper-parent .swiper-button-next {
    display: block;
  }
}

/* 表示領域が820px以下の場合に適用するスタイル */
@media screen and (max-width: 820px) {
  .movie-box-pc {
    margin: 0px auto 20px;
    width: 90%;
  }
}

@media (max-width: 640px) {
  .top-reason-area {
    padding: 40px 0;
  }
  .cta-common2{
    padding: 0;
  }
  .cta-common2 .cta-box {
    width: 100%;
  }
  /*function workstyle table tab
-------------*/
  .tab-holiday {
    padding: 15px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    display: inherit;
  }
  .tab-holiday__item {
    width: calc(100% / 3);
    padding: 6px 0;
    background-color: #ececec;
    text-align: center;
    color: #4272ea;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    height: 54px;
    font-size: 85%;
    border-right: 1px solid #fff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 5px;
  }
  input[name="tab-holiday__item"] {
    display: none;
  }
  .tab-holiday__item.active {
    background-color: #081059;
    color: #FFF;
  }
  .tab-content {
    width: 100%;
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
  }
  #tab1:checked ~ #tab1_content,
  #tab2:checked ~ #tab2_content,
  #tab3:checked ~ #tab3_content,
  #tab4:checked ~ #tab4_content {
    display: block;
  }
  .tab-holiday input:checked + .tab-holiday__item {
    background-color: #4272ea;
    color: #fff;
    border-radius: 8px 8px 0 0;
  }
  .tab-holiday__title {
    font-size: 120%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .position-name {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-holiday__figure {
    margin-bottom: 0px;
    border-bottom: none;
  }
  .tab-holiday__figure::after {
    display: none;
  }
  .holiday-info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .holiday-info-list__title {
    display: block;
    font-weight: bold;
    width: 32%;
    padding: 6px 0;
  }
  .holiday-info-list__text {
    width: 46%;
    padding: 6px 0;
    height: auto;
    border-bottom: none;
    display: block;
    text-align: left;
  }
  .holiday-info-list__text--worktime::before,
  .holiday-info-list__text--breaktime::before,
  .holiday-info-list__text--holiday::before,
  .holiday-info-list__text--basiclabor::before,
  .holiday-info-list__text--worktime::after,
  .holiday-info-list__text--breaktime::after,
  .holiday-info-list__text--holiday::after,
  .holiday-info-list__text--basiclabor::after {
    display: none;
  }

  .tab-holiday__table{
    padding: 20px;
    margin: 0px;
    width: 100%;
  }  

  .tab-holiday__table table{
    width: 100%;
  }
  .tab-holiday__table th{
    font-weight: bold;
    text-align: right;
    width: 35%;
    vertical-align: middle;
    border-bottom: none;
    padding: 0px 10px 15px 0px;
  }
  .tab-holiday__table th.tab-holiday__head{
    width: 290%;
  }
  .tab-holiday__table th.tab-holiday__none{
    display: none;
  }
  .tab-holiday__table td{
    text-align: left;
    width: 75%;
    vertical-align: middle;
    border-bottom: none;
    padding: 0px 0px 15px;
  }
  /* column page */
  .column-area__table .table_type01 th,
  .column-area__table .table_type01 td {
    display: block;
    border: none;
  }
  .column-area__table .table_type01 td {
    padding: 15px 10px;
  }
  .column-area__table-title03{
    width: 100%;
  }
  .column-area__table.column-area__table--pc {
    display: none;
  }
  .column-area__listBox {
    display: block;
  }
  .column-area__listBox-item {
    margin-top: 15px;
  }
  .column-area__listBox-item:first-child {
    margin-top: 0;
  }
  .listBox-header {
    padding: 10px;
    background-color: #E6F4ff;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
  }
  .listBox-body {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 90%;
  }
  .listBox-list li {
    margin-top: 5px;
  }
  .listBox-list li:first-child {
    margin-top: 0;
  }
  
    /*faq page
-------------*/
.faq-area__content{
  padding: 25px;
}
  /*common use style
-------------*/
  .margin--20 {
    margin-bottom: 20px;
  }
  .margin--60,
  .margin--90 {
    margin-bottom: 30px;
  }
  .cta-box {
      width: 100%;
  }

  /*bnr_img
----------------------*/
.bnr_img {
  margin: 30px 30px 0 30px;
}

.bnr_img img{
  width: 90%;
  display: flex;
  margin: auto;
}
/* 20220701追加分 */
.news__flex{
  flex-wrap: wrap;
}
.news__figure--bottom:first-child{
  margin-bottom: 20px;
}
.news__figure--bottom.margin-left{
  margin-left: 0;
}

/* 20220704 追加分*/
  .function-list__item.function-list__item--height{
    height: 310px;
  }
  .function-group__check-list{
    display: block;
  }
  .function-group__check-list li{
    width: 100%;
  }
  .function-list__checktext{
    text-align: left;
  }
  .function-list__figure.function-list__figure--spwidth{
    width: 57%;
  }
  .function-group__check-list li:nth-child(n+2){
    margin-top: 5px;
  }
}

@media (max-width: 420px) {
  /*楽楽シリーズ
-------------*/
  .rakuraku-series-list__item {
    height: auto;
    display: flex;
  }

  .problem-list__image,
  .solution-list__image  {
    width: 100%;
  }
  /* 勤怠操作動画 PC埋め込み */
  .movie-box-pc__btn {
    font-size: 100%;
  }
}

/* =========================================================================
// seminarページ
//==========================================================================*/
@media screen and (max-width: 640px) {
  .width--100per-sp{
  width: 100%;
  }
  .width--100per-sp-inner{
  padding: 0 3%;
  }
  /* .fv_read-area */
  .fv_read-area__title {
    font-size: 25px;
  }

  /* .fv-main */
  .fv-main__title {
    font-size: 20px;
  }
  .fv-main__point-list {
    font-size: 18px;
  }
  .fv-main__point-list__item {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.5;
  }
  .fv-main .cta-box .cta-button {
    width: 100%;
  }

  /* .title-icon */
  .title-icon__title {
    font-size: 28px;
  }

  /* .seminar-box */
  .seminar-box {
    padding: 30px;
  }
  .seminar-box__text {
    font-size: 16px;
    text-align: left;
  }

  /* .object-card */
  .object-card {
    display: block;
  }
  .object-card__image {
    margin: 0 auto 20px;
  }

  /* .seminar-flex-list */
  .seminar-flex-list {
    padding: 0 20px;
  }
  .seminar-flex-list__item {
    display: block;
  }
  .seminar-flex-list__title {
    margin-bottom: 15px;
  }

  /* .fv-main__text */
  .fv-main__text.fv-main__text--fontfeature{
    font-feature-settings: "palt";
  }
}