@charset "UTF-8";
/* PC/SP出し分け
-----------------------------------*/
.pc {
  display: block;
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

img.pc, span.pc {
  display: inline;
}
@media (min-width: 768px) {
  img.pc, span.pc {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  img.pc, span.pc {
    display: none !important;
  }
}
img.sp, span.sp {
  display: none;
}
@media (min-width: 768px) {
  img.sp, span.sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  img.sp, span.sp {
    display: inline !important;
  }
}

/* base
-----------------------------------*/
body {
  color: #333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #4691b2;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: bold;
}

/* wrapper
-----------------------------------*/
main section {
  overflow: hidden;
}

.contents {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .contents {
    max-width: 670px;
    padding: 0 20px;
  }
}

/* header
-----------------------------------*/
header {
  background-color: #FFF;
}
header .contents {
  height: 80px;
  max-width: 1810px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .contents {
    height: 40px;
  }
}
header .h-logo {
  position: relative;
  z-index: 20;
}
header .h-logo a {
  display: block;
}
header .h-logo a img {
  width: auto;
  height: 48px;
}
@media (max-width: 767px) {
  header .h-logo a img {
    height: 20px;
  }
}

/* mv
-----------------------------------*/
.mv {
  background-color: #5aa75d;
}
.mv .contents {
  max-width: 1920px;
  padding: 0;
}
.mv h1 {
  text-align: right;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .mv h1 {
    padding: 0;
  }
}

/* リスト
-----------------------------------*/
.list-check01 li {
  font-weight: bold;
  background-size: 32px auto;
  padding-left: 2em;
  position: relative;
}
.list-check01 li:before {
  position: absolute;
  content: "";
  background: url(/saiyo/rosenbus/lp/images/ic_check01.svg) no-repeat left center;
  background-size: auto 1em;
  width: 2em;
  height: 1.5em;
  top: 0;
  left: 0;
}

/* タイトル
-----------------------------------*/
.heading01-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(120px, 6.25vw);
  margin: 60px 0 40px;
}
@media (max-width: 767px) {
  .heading01-wrap {
    height: min(80px, 10.7vw); /* 80/750 */
    margin: 32px 0 20px;
  }
}
.heading01-wrap .en {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.heading01-wrap .heading01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.heading01 {
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .heading01 {
    font-size: 20px;
  }
}

/* テーブル
-----------------------------------*/
.tb01 {
  width: 100%;
}
@media (max-width: 767px) {
  .tb01 {
    border: 1px solid #e5e5e5;
  }
  .tb01 .ttl {
    display: flex;
    background-color: #e6b150;
    padding: 12px;
  }
  .tb01 .ttl th + th:before {
    content: "・";
  }
  .tb01 .block {
    display: block;
    padding: 12px;
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
  }
}
.tb01 th, .tb01 td {
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  padding: 16px;
}
@media (max-width: 767px) {
  .tb01 th, .tb01 td {
    display: block;
    border: none;
    padding: 0;
  }
}
.tb01 th {
  color: #FFF;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #e6b150;
}
@media (max-width: 767px) {
  .tb01 th {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tb02 > tbody > tr:last-child > td {
    padding-bottom: 0;
  }
}
.tb02 > tbody > tr > th, .tb02 > tbody > tr > td {
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .tb02 > tbody > tr > th, .tb02 > tbody > tr > td {
    display: block;
    border: none;
    padding: 12px;
  }
}
.tb02 > tbody > tr > th {
  color: #000;
  font-weight: bold;
  background-color: #f3f3f3;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .tb02 > tbody > tr > th {
    text-align: left;
  }
}

.tb03 th {
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
}
.tb03 td {
  position: relative;
}
.tb03 td:before {
  position: absolute;
  content: "：";
}
.tb03 td div {
  padding-left: 1em;
}

/* ボタン
-----------------------------------*/
.sec-bt .list-bt01 {
  margin-bottom: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  .sec-bt .list-bt01 {
    margin-bottom: 64px;
  }
  .sec-bt .list-bt01 .bt-guideline,
.sec-bt .list-bt01 .bt-entry {
    display: none;
  }
  .sec-bt .list-bt01 .bt-contact {
    width: 100%;
    max-width: 240px;
  }
}

.list-bt01 {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .list-bt01 {
    gap: 20px;
  }
}
.list-bt01 li {
  width: 50%;
}

.bt01 a {
  color: #FFF;
  font-size: clamp(19.2px, 1.7vw, 32px);
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid;
  border-radius: 12px;
  text-decoration: none;
  width: 100%;
  min-height: clamp(72px, 6.25vw, 120px);
  gap: clamp(12px, 1.25vw, 24px);
  padding: clamp(12px, 1.25vw, 24px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 12px 0 rgba(21, 79, 21, 0.4);
}
@media (max-width: 767px) {
  .bt01 a {
    font-size: 16px;
    border-width: 2px;
    border-radius: 6px;
    height: 60px;
    min-height: inherit;
    box-shadow: 0 6px 9px 0 rgba(21, 79, 21, 0.4);
  }
}
.bt01 a:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: 0.5s;
}
.bt01 a:hover:before {
  left: 100%;
}
.bt01 a .ic {
  width: clamp(33.6px, 2.9vw, 56px);
  height: clamp(43.2px, 3.75vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .bt01 a .ic {
    width: 28px;
    height: 36px;
  }
}
.bt01 a .ic img {
  max-width: 100%;
  max-height: 100%;
}
.bt01.bt-guideline a {
  border-color: #5aa75d !important;
  background: linear-gradient(60deg, rgb(41, 161, 174) 0%, rgb(61, 144, 76) 100%);
}
.bt01.bt-entry a {
  border-color: #f0ae37 !important;
  background: linear-gradient(60deg, rgb(247, 134, 147) 0%, rgb(255, 148, 0) 100%);
}
.bt01.bt-contact a {
  border-color: #0097f2 !important;
  background: linear-gradient(60deg, rgb(0, 116, 229) 0%, rgb(0, 67, 127) 100%);
}

/* sec01
-----------------------------------*/
.sec01 {
  background: #f2f2ec;
  padding: clamp(56px, 5.2vw, 100px) 0 52px;
  margin-bottom: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  .sec01 {
    padding: clamp(40px, 9.375vw, 72px) 0 48px;
    margin-bottom: 0;
  }
}
.sec01 .contents {
  display: flex;
}
@media (max-width: 767px) {
  .sec01 .contents {
    display: block;
    position: relative;
  }
}
.sec01 .contents .il {
  width: min(364px, 30%);
}
@media (max-width: 767px) {
  .sec01 .contents .il {
    float: left;
    margin-bottom: 20px;
  }
}
.sec01 .contents .tx-wrap {
  font-size: clamp(14px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  padding-left: 42px;
}
@media (max-width: 767px) {
  .sec01 .contents .tx-wrap {
    padding-left: 0;
  }
}
.sec01 .contents .tx-wrap .tx01,
.sec01 .contents .tx-wrap .tx02 {
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sec01 .contents .tx-wrap .tx01 {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec01 .contents .tx-wrap .tx01 {
    float: right;
    width: 70%;
    font-size: clamp(20px, 5.2vw, 40px);
  }
}
.sec01 .contents .tx-wrap .tx01:after {
  position: absolute;
  content: "";
  background: url(/saiyo/rosenbus/lp/images/sec01_ic01.png) no-repeat left center;
  background-size: 51px 30px;
  width: 51px;
  height: 100%;
  top: 0;
  left: -42px;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec01 .contents .tx-wrap .tx01:after {
    background-image: url(/saiyo/rosenbus/lp/images/sec01_ic01_sp.png);
    background-size: 100% 100%;
    width: clamp(30px, 7.8125vw, 60px);
    height: clamp(29px, 7.6vw, 58px);
    top: inherit;
    bottom: clamp(-23px, -6vw, -46px);
    left: min(32px, 8.3vw, 64px);
  }
}
.sec01 .contents .tx-wrap .tx01 span {
  display: block;
  padding: 30px;
  background-color: #FFF;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .sec01 .contents .tx-wrap .tx01 span {
    text-align: center;
    line-height: 1.25;
    padding: 0.8em 0;
    border-radius: 12px;
  }
}
.sec01 .contents .tx-wrap .tx02 {
  color: #e6b150;
}
.sec01 .contents .tx-wrap .box {
  padding: 30px;
  background-color: #fffdee;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .sec01 .contents .tx-wrap .box {
    clear: both;
    gap: 8px;
    padding: 20px;
    border-radius: 12px;
  }
}
.sec01 .contents .tx-wrap .box:after {
  position: absolute;
  content: "";
  background: url(/saiyo/rosenbus/lp/images/il_tape01.png) no-repeat left top;
  background-size: 100% auto;
  width: 16.625%; /* 133/800 */
  height: 50%;
  top: -8px;
  right: -8px;
}
@media (max-width: 767px) {
  .sec01 .contents .tx-wrap .box:after {
    width: 67px;
  }
}

/* introduction
-----------------------------------*/
#introduction {
  padding-bottom: clamp(80px, 5.2vw, 100px);
  background-color: #5aa75d;
}
@media (max-width: 767px) {
  #introduction {
    padding-bottom: 48px;
  }
}
#introduction .heading01-wrap {
  color: #FFF;
}
@media (max-width: 767px) {
  #introduction .heading01-wrap {
    min-height: 60px;
  }
}
#introduction .color1 {
  color: #5aa75d;
}
#introduction .color1 .marker {
  background: linear-gradient(transparent 50%, #dcf4dc 50%);
}
#introduction .color2 {
  color: #e6b150;
}
#introduction .color2 .marker {
  background: linear-gradient(transparent 50%, #fffdee 50%);
}
#introduction .block01 {
  background-color: #FFF;
  padding: 32px;
  border-radius: 16px;
  position: relative;
  margin: 60px 0 40px;
}
@media (max-width: 767px) {
  #introduction .block01 {
    padding: clamp(16px, 4.3vw, 32px);
    border-radius: 12px;
    margin: 32px 0;
  }
}
#introduction .block01:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 45px 25px;
  border-color: transparent transparent #FFF transparent;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #introduction .block01:before {
    border-width: 0 12.5px 22.5px 12.5px;
    top: -15px;
  }
}
#introduction .block01 p {
  position: relative;
  z-index: 1;
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #introduction .block01 p {
    font-size: clamp(16px, 4.3vw, 32px);
  }
}
#introduction .flex-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 28px;
}
@media (max-width: 767px) {
  #introduction .flex-wrap {
    display: block;
  }
}
#introduction .flex-wrap .img {
  width: 42.5%;
  display: flex;
  align-items: center;
}
#introduction .flex-wrap .img img {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #introduction .flex-wrap .img {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 32px;
    height: auto !important;
  }
}
#introduction .flex-wrap .block02 {
  background-color: #fffdee;
  border-radius: 16px;
  width: calc(57.5% - 28px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #introduction .flex-wrap .block02 {
    width: 100%;
    border-radius: 12px;
    height: auto !important;
    margin: 0 auto;
  }
}
#introduction .flex-wrap .block02 .inner {
  width: 100%;
  padding: 24px 6%;
}
@media (max-width: 767px) {
  #introduction .flex-wrap .block02 .inner {
    padding: clamp(16px, 4.3vw, 32px) 5%;
  }
}
#introduction .flex-wrap .block02 h3 {
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  #introduction .flex-wrap .block02 h3 {
    font-size: clamp(16px, 4.3vw, 32px);
  }
}
#introduction .flex-wrap .block02 ul {
  display: flex;
  gap: 2%;
  max-width: 570px;
  margin: 0 auto;
}
#introduction .flex-wrap .block02 ul li {
  width: 32%;
  text-align: center;
}

/* support
-----------------------------------*/
#support {
  padding-bottom: clamp(80px, 5.2vw, 100px);
  background-color: #f3f3f3;
  margin-bottom: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  #support {
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #support .heading01-wrap {
    min-height: 60px;
  }
}
#support .heading01-wrap .heading01 {
  flex-direction: column;
}
#support .heading01-wrap .heading01 .logo {
  display: flex;
  align-items: center;
  height: 1.5em;
}
#support .heading01-wrap .heading01 .logo img {
  width: auto;
  height: 1em;
}
#support .tx01 {
  font-size: clamp(36px, 3.125vw, 60px);
  font-weight: bold;
  line-height: 1;
}
#support .tx01 .marker {
  background: linear-gradient(transparent 60%, #cde4ce 40%);
}
#support .tx01.color2 .marker {
  background: linear-gradient(transparent 60%, #f7e7ca 40%);
}
#support article + article {
  padding-top: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  #support article + article {
    padding-top: 48px;
  }
}
#support article .list-block01 {
  display: flex;
  gap: 36px;
}
@media (max-width: 1000px) {
  #support article .list-block01 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #support article .list-block01 {
    gap: 20px;
  }
}
#support article .list-block01 > * {
  width: calc((100% - 36px) / 2);
}
@media (max-width: 1000px) {
  #support article .list-block01 > * {
    width: 100%;
  }
}
#support .article01 {
  font-size: clamp(18px, 1.25vw, 24px);
  background-color: #FFF;
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 767px) {
  #support .article01 {
    font-size: 14px;
    border-radius: 12px;
    padding: 24px 20px 20px;
  }
}
#support .article01 .flex-wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #support .article01 .flex-wrap {
    display: block;
  }
}
#support .article01 .flex-wrap .img img {
  width: 250px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #support .article01 .flex-wrap .img img {
    width: 100%;
    border-radius: 12px;
    margin-top: 16px;
  }
}
#support .article01 .flex-wrap .tx {
  width: calc(100% - 282px);
}
@media (max-width: 767px) {
  #support .article01 .flex-wrap .tx {
    width: 100%;
  }
}
#support .article01 .flex-wrap .tx .tx01 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #support .article01 .flex-wrap .tx .tx01 {
    margin-bottom: 16px;
  }
}
#support .article01 .box {
  background-color: #fffdee;
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 767px) {
  #support .article01 .box {
    border-radius: 12px;
    padding: 16px;
  }
}
#support .article01 .box ol li + li {
  margin-top: 1em;
}
#support .article01 .box .ttl {
  color: #5aa75d;
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  #support .article01 .box .ttl {
    font-size: 16px;
  }
}
#support .article01 .box .ttl .num {
  color: #FFF;
  background-color: #5aa75d;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
}
#support .article01 .box .ttl .num span {
  font-size: 0.8em;
}
#support .article01 .box .ttl .label {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #dcf4dc;
  padding: 0.3em 0.5em;
  border-radius: 8px;
}
#support .article01 .box .ttl .label span {
  font-size: 0.6em;
}
#support .article02 .tx02 {
  font-size: clamp(18px, 1.25vw, 24px);
  margin: 32px 0;
}
@media (max-width: 767px) {
  #support .article02 .tx02 {
    font-size: 14px;
    margin: 20px 0;
  }
}
#support .article02 .tx02 p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#support .article02 .block01 .tx03 {
  color: #FFF;
  position: relative;
  padding: 16px;
  border-radius: 16px;
  max-width: 610px;
  margin: 0 auto 36px;
}
@media (max-width: 767px) {
  #support .article02 .block01 .tx03 {
    padding: 8px 0;
    border-radius: 12px;
    max-width: 340px;
    margin-bottom: 20px;
  }
}
#support .article02 .block01 .tx03:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #support .article02 .block01 .tx03:after {
    border-width: 10px 6px 0 6px;
    bottom: -8px;
  }
}
#support .article02 .block01 .tx03.color1 {
  background-color: #5aa75d;
}
#support .article02 .block01 .tx03.color1:after {
  border-color: #5aa75d transparent transparent transparent;
}
#support .article02 .block01 .tx03.color2 {
  background-color: #e6b150;
}
#support .article02 .block01 .tx03.color2:after {
  border-color: #e6b150 transparent transparent transparent;
}
#support .article02 .block01 .tx03 dl {
  font-size: clamp(24px, 1.7vw, 32px);
  text-align: center;
}
@media (max-width: 767px) {
  #support .article02 .block01 .tx03 dl {
    font-size: 16px;
  }
}
#support .article02 .block01 .tx03 dl dt {
  font-weight: bold;
}
#support .article02 .block01 .tx03 dl dd {
  font-size: 0.5em;
  margin-top: 4px;
}
@media (max-width: 767px) {
  #support .article02 .block01 .tx03 dl dd {
    font-size: 12px;
    margin-top: 2px;
  }
}
#support .article02 .block01 .box {
  background-color: #FFF;
  border-radius: 16px;
}
@media (max-width: 767px) {
  #support .article02 .block01 .box {
    border-radius: 12px;
  }
}
#support .article02 .block01 .box .inner {
  position: relative;
  padding: 20px 20px 154px;
  box-sizing: content-box;
  max-width: 610px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #support .article02 .block01 .box .inner {
    height: auto !important;
    padding-bottom: 20px;
    max-width: 340px;
  }
}
#support .article02 .block01 .box .flex-wrap {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 1000px) {
  #support .article02 .block01 .box .flex-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #support .article02 .block01 .box .flex-wrap {
    gap: 12px;
  }
}
@media (max-width: 1000px) {
  #support .article02 .block01 .box .flex-wrap .img.il03 {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  #support .article02 .block01 .box .flex-wrap .img {
    width: 100px;
  }
}
#support .article02 .block01 .box .flex-wrap .img img {
  width: auto;
  max-width: inherit;
  height: clamp(160px, 12.3vw, 236px);
}
@media (max-width: 767px) {
  #support .article02 .block01 .box .flex-wrap .img img {
    width: 100%;
    height: auto;
  }
}
#support .article02 .block01 .box .flex-wrap .tx {
  text-align: center;
  white-space: nowrap;
}
#support .article02 .block01 .box .flex-wrap .tx .tx04 {
  position: relative;
  font-size: clamp(15px, 1vw, 20px);
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 4em;
  margin: 0 auto 16px;
  padding: 0 1em;
}
@media (max-width: 767px) {
  #support .article02 .block01 .box .flex-wrap .tx .tx04 {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
#support .article02 .block01 .box .flex-wrap .tx .tx04:before, #support .article02 .block01 .box .flex-wrap .tx .tx04:after {
  position: absolute;
  content: "";
  width: 1em;
  height: 90%;
  bottom: 0;
}
#support .article02 .block01 .box .flex-wrap .tx .tx04:before {
  left: 0;
  border-left: 1px solid;
  transform: rotate(-15deg);
}
#support .article02 .block01 .box .flex-wrap .tx .tx04:after {
  right: 0;
  border-right: 1px solid;
  transform: rotate(15deg);
}
#support .article02 .block01 .box .tx02 {
  margin: 24px 0;
}
@media (max-width: 767px) {
  #support .article02 .block01 .box .tx02 {
    margin: 20px 0 16px;
  }
}
#support .article02 .block01 .box .list-check01 {
  font-size: clamp(20px, 1.5vw, 28px);
}
@media (max-width: 767px) {
  #support .article02 .block01 .box .list-check01 {
    font-size: 16px;
  }
}
#support .article02 .block01 .box .list-check01 .note {
  font-size: 0.5em;
  font-weight: 500;
  margin-top: 4px;
}
@media (max-width: 767px) {
  #support .article02 .block01 .box .list-check01 .note {
    font-size: 12px;
    margin-top: 2px;
  }
}
#support .article02 .block01 .box .list-check01 li + li {
  margin-top: 12px;
}
#support .article02 .block01 .box .img02 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 1000px) {
  #support .article02 .block01 .box .img02 {
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin: -1em 0 0 auto;
  }
}
#support .article02 .block01 .box .il02 {
  width: 34%;
}
#support .article02 .block01 .box .il04 {
  width: 80%;
}
@media (max-width: 767px) {
  #support .article02 .block01 .box .il04 {
    width: auto;
  }
}
#support .article03 .heading01 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #support .article03 .heading01 {
    margin-bottom: 20px;
  }
}
#support .article03 .block02 h4 {
  color: #FFF;
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #666;
  border-radius: 16px 16px 0 0;
  padding: 0.625em;
}
@media (max-width: 767px) {
  #support .article03 .block02 h4 {
    font-size: 16px;
    border-radius: 12px 12px 0 0;
  }
}
#support .article03 .block02 .box {
  padding: 24px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 0 0 16px 16px;
  box-sizing: content-box;
}
@media (max-width: 1000px) {
  #support .article03 .block02 .box {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  #support .article03 .block02 .box {
    padding: 16px;
    gap: 16px;
    border-radius: 0 0 12px 12px;
  }
}
#support .article03 .block02 .box .img {
  width: calc(40% - 24px);
  text-align: center;
}
@media (max-width: 1000px) {
  #support .article03 .block02 .box .img {
    width: 181px;
  }
}
@media (max-width: 767px) {
  #support .article03 .block02 .box .img {
    width: 118px;
  }
}
#support .article03 .block02 .box .img img {
  width: 100%;
}
#support .article03 .block02 .box .img.il05 img {
  max-width: 181px;
}
#support .article03 .block02 .box .img.il06 img {
  max-width: 122px;
}
#support .article03 .block02 .box .tx {
  width: 60%;
}
@media (max-width: 1000px) {
  #support .article03 .block02 .box .tx {
    width: calc(100% - 205px);
  }
}
@media (max-width: 767px) {
  #support .article03 .block02 .box .tx {
    width: calc(100% - 134px);
  }
}

/* place
-----------------------------------*/
#place {
  padding-bottom: clamp(80px, 5.2vw, 100px);
  background-color: #fdfaba;
  /* 杉並支所 */
  /* 新宿支所 */
  /* 港南支所 */
  /* 青戸支所 */
  /* 臨海支所 */
}
@media (max-width: 767px) {
  #place {
    padding-bottom: 48px;
  }
}
#place .tx01 {
  font-size: clamp(18px, 1.25vw, 24px);
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #place .tx01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#place .tx01 .txS {
  font-size: 0.8em;
  margin-top: 1em;
}
#place .map-wrap {
  position: relative;
}
#place .map {
  text-align: center;
  margin: 0 -25px 32px;
}
@media (max-width: 767px) {
  #place .map {
    margin: 0 -20px 16px;
  }
}
#place map area {
  cursor: pointer;
}
#place .pop-area {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  z-index: 20;
}
#place .pop-area .box {
  position: relative;
}
#place .pop-area .box .bt-close {
  width: 32px;
  height: 32px;
  background: #FFF;
  border: 2px solid #333;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  cursor: pointer;
}
#place .pop-area .box .bt-close:before, #place .pop-area .box .bt-close:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #333;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#place .pop-area .box .bt-close:before {
  transform: rotate(45deg);
}
#place .pop-area .box .bt-close:after {
  transform: rotate(-45deg);
}
#place .pop-area .box dl {
  border: 2px solid #333;
}
#place .pop-area .box dl dt {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 48px 0 12px;
}
#place .pop-area .box dl dd {
  font-size: 14px;
  background-color: #FFF;
  padding: 12px;
}
#place .pop-area .box dl dd .img {
  text-align: center;
  margin-bottom: 12px;
}
#place #pop01 {
  top: 17%;
  left: 28%;
}
@media (max-width: 767px) {
  #place #pop01 {
    top: 28%;
    left: 0;
  }
}
#place #pop01 dt {
  background-color: #6eb047;
}
#place #pop02 {
  top: 42%;
  left: 26%;
}
@media (max-width: 767px) {
  #place #pop02 {
    top: 54%;
    left: 0;
  }
}
#place #pop02 dt {
  background-color: #d4482b;
}
#place #pop03 {
  top: 64%;
  left: 42%;
}
@media (max-width: 767px) {
  #place #pop03 {
    top: 75%;
    left: 0;
  }
}
#place #pop03 dt {
  color: #333;
  background-color: #eed750;
}
#place #pop04 {
  top: 32%;
  right: 41.5%;
}
@media (max-width: 767px) {
  #place #pop04 {
    top: 44%;
    right: 0;
  }
}
#place #pop04 dt {
  background-color: #cf5d95;
}
#place #pop05 {
  top: 73%;
  right: 47.5%;
}
@media (max-width: 767px) {
  #place #pop05 {
    top: 83%;
    right: 0;
  }
}
#place #pop05 dt {
  background-color: #469ce1;
}

/* schedule
-----------------------------------*/
#schedule {
  padding-bottom: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  #schedule {
    padding-bottom: 64px;
  }
}
#schedule .img01 {
  margin: clamp(64px, 4.2vw, 80px) auto;
}
@media (max-width: 767px) {
  #schedule .img01 {
    margin: 12px auto 4px;
  }
}
#schedule .bg {
  text-align: center;
  position: relative;
  margin-bottom: clamp(100px, 6.5vw, 125px);
}
@media (max-width: 767px) {
  #schedule .bg {
    margin-bottom: 0;
  }
}
#schedule .bg:after {
  position: absolute;
  content: "";
  width: 11%;
  height: 100%;
  background: url(/saiyo/rosenbus/lp/images/schedule_il01.png) no-repeat bottom center;
  background-size: 100% auto;
  bottom: -18%;
  right: 54%;
}
@media (max-width: 767px) {
  #schedule .bg:after {
    width: 27%;
    height: 46%;
    right: inherit;
    left: 5.3%;
  }
}

/* voice
-----------------------------------*/
#voice {
  padding-bottom: clamp(80px, 5.2vw, 100px);
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  #voice {
    padding-bottom: 48px;
  }
}
#voice .list-voice {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 767px) {
  #voice .list-voice {
    gap: 20px;
  }
}
#voice .list-voice article {
  width: calc((100% - 72px) / 3);
  background-color: #FFF;
  padding: 20px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 1000px) {
  #voice .list-voice article {
    width: calc((100% - 36px) / 2);
  }
}
@media (max-width: 767px) {
  #voice .list-voice article {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
  }
}
#voice .list-voice article:after {
  position: absolute;
  content: "";
  background: url(/saiyo/rosenbus/lp/images/il_tape01.png) no-repeat left top;
  background-size: 100% auto;
  width: 26%; /* 100/374 */
  height: 50%;
  top: -8px;
  right: -8px;
}
@media (max-width: 1000px) {
  #voice .list-voice article:after {
    width: 22%;
  }
}
@media (max-width: 767px) {
  #voice .list-voice article:after {
    width: 67px;
  }
}
#voice .list-voice article .flex-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #voice .list-voice article .flex-wrap {
    gap: 16px;
    margin-bottom: 16px;
  }
}
#voice .list-voice article .flex-wrap .img {
  width: 80px;
}
#voice .list-voice article .flex-wrap .tx {
  width: calc(100% - 96px);
}
#voice .list-voice article .name {
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #voice .list-voice article .name {
    margin-bottom: 6px;
  }
}
#voice .list-voice article .tx01 {
  color: #e6b150;
  font-size: 18px;
  font-weight: bold;
  background-color: #fffdee;
  border-radius: 8px;
  padding: 8px 16px;
  display: table;
}
@media (max-width: 767px) {
  #voice .list-voice article .tx01 {
    font-size: 16px;
    padding: 6px 12px;
  }
}

/* faq
-----------------------------------*/
#faq {
  padding-bottom: clamp(80px, 5.2vw, 100px);
  background-color: #5aa75d;
}
@media (max-width: 767px) {
  #faq {
    padding-bottom: 48px;
  }
}
#faq .heading01-wrap {
  color: #FFF;
}
#faq .list-qa {
  background-color: #FFF;
}
#faq .list-qa dl {
  display: flex;
  padding: 20px clamp(24px, 1.7vw, 32px);
  gap: 16px;
}
@media (max-width: 767px) {
  #faq .list-qa dl {
    padding: 16px;
    gap: 8px;
  }
}
#faq .list-qa .q, #faq .list-qa .a {
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: bold;
  border-bottom: 2px solid #5aa75d;
}
@media (max-width: 767px) {
  #faq .list-qa .q, #faq .list-qa .a {
    font-size: 16px;
    border-width: 1px;
  }
}
#faq .list-qa .q dt, #faq .list-qa .a dt {
  color: #5aa75d;
}
#faq .list-qa .q {
  position: relative;
  padding-right: clamp(72px, 5.1vw, 96px);
  cursor: pointer;
}
@media (max-width: 767px) {
  #faq .list-qa .q {
    padding-right: 48px;
  }
}
#faq .list-qa .q:after {
  position: absolute;
  content: "";
  width: clamp(72px, 5.1vw, 96px);
  height: 1.5em;
  background: url(/saiyo/rosenbus/lp/images/faq_ic01.svg) no-repeat center;
  background-size: clamp(24px, 1.7vw, 32px) auto;
  top: 20px;
  right: 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #faq .list-qa .q:after {
    width: 48px;
    background-size: 16px auto;
    top: 16px;
  }
}
#faq .list-qa .q.open:after {
  transform: rotate(180deg);
}
#faq .list-qa .a {
  display: none;
  background-color: rgba(235, 252, 242, 0.92);
}

/* flow
-----------------------------------*/
#flow {
  background-color: #f3f3f3;
  padding-bottom: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  #flow {
    padding-bottom: 56px;
  }
}
#flow .tx01 {
  font-size: clamp(18px, 1.25vw, 24px);
}
@media (max-width: 767px) {
  #flow .tx01 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #flow .tx02 {
    font-size: 12px;
  }
}
#flow .tx03 {
  color: #666;
  font-size: clamp(17px, 1.1vw, 22px);
  font-weight: bold;
}
@media (max-width: 767px) {
  #flow .tx03 {
    font-size: 12px;
  }
}
#flow .tx04 {
  font-size: clamp(20px, 1.5vw, 28px);
}
@media (max-width: 767px) {
  #flow .tx04 {
    font-size: 14px;
  }
}
#flow .list-step {
  margin: 20px 0 40px;
}
@media (max-width: 767px) {
  #flow .list-step {
    margin: 16px 0 32px;
  }
}
#flow .list-step > ul > li + li,
#flow .list-step .flex-wrap > ul > li,
#flow .list-step .flex-wrap + ul > li {
  position: relative;
  padding-top: 52px;
}
@media (max-width: 767px) {
  #flow .list-step > ul > li + li,
#flow .list-step .flex-wrap > ul > li,
#flow .list-step .flex-wrap + ul > li {
    padding-top: 26px;
  }
}
#flow .list-step > ul > li + li:before,
#flow .list-step .flex-wrap > ul > li:before,
#flow .list-step .flex-wrap + ul > li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #b2b2b2 transparent transparent transparent;
  border-width: 24px 14px 0px 14px;
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #flow .list-step > ul > li + li:before,
#flow .list-step .flex-wrap > ul > li:before,
#flow .list-step .flex-wrap + ul > li:before {
    border-width: 12px 7px 0px 7px;
    top: 7px;
  }
}
#flow .list-step .step01 .bt01 {
  max-width: 580px;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  #flow .list-step .step01 .bt01 {
    max-width: 240px;
    margin: 0.5em auto 0;
  }
}
#flow .list-step .step02 .tx01 .bold {
  margin-bottom: 1em;
}
#flow .list-step .flex-wrap {
  display: flex;
  justify-content: space-between;
}
#flow .list-step .flex-wrap > ul {
  min-width: 60%;
}
#flow .list-step .flex-wrap .tx04 {
  position: relative;
  margin: 0 auto;
}
#flow .list-step .flex-wrap .tx04:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #b2b2b2 transparent transparent transparent;
  border-width: 24px 14px 0px 14px;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #flow .list-step .flex-wrap .tx04:before {
    bottom: -26px;
    border-width: 12px 7px 0px 7px;
  }
}
#flow .list-step .flex-wrap .tx04:after {
  position: absolute;
  content: "";
  width: 10px;
  height: calc(100% + 28px);
  background-color: #b2b2b2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #flow .list-step .flex-wrap .tx04:after {
    width: 5px;
    height: calc(100% + 14px);
  }
}
#flow .list-step .flex-wrap .tx04 span {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}
#flow .list-step dl {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 36px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  #flow .list-step dl {
    display: block;
    padding: 0;
  }
}
#flow .list-step .ttl {
  width: 90px;
  line-height: 1;
}
@media (max-width: 767px) {
  #flow .list-step .ttl {
    width: 100%;
    background-color: #5aa75d;
    padding: 16px;
  }
  #flow .list-step .ttl img {
    width: auto;
    height: 14px;
  }
}
#flow .list-step dd {
  width: calc(100% - 126px);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #flow .list-step dd {
    width: 100%;
    padding: 16px;
  }
}
#flow .list-step dd * + * {
  margin-top: 4px;
}
#flow .list-step h3 {
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: bold;
}
@media (max-width: 767px) {
  #flow .list-step h3 {
    font-size: 16px;
  }
}
#flow .list-step h3 span {
  background: linear-gradient(transparent 50%, #f8fd60 50%);
}
#flow .list-step h3 + * {
  margin-top: 8px;
}
#flow .bt-wrap01 p {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
#flow .bt-wrap01 .bt01 {
  max-width: 580px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #flow .bt-wrap01 .bt01 {
    max-width: 240px;
  }
}

/* guideline
-----------------------------------*/
#guideline {
  padding-bottom: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  #guideline {
    padding-bottom: 48px;
  }
}

/* footer
-----------------------------------*/
footer {
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
  footer.fixed .fixed-nv {
    position: fixed;
    bottom: 0;
    top: inherit;
  }
  footer.fixed .ptop {
    bottom: 70px;
  }
}
footer .fixed-nv {
  position: fixed;
  top: 0;
  right: 25px;
  width: clamp(262px, 17vw, 328px);
  z-index: 10;
}
@media (max-width: 767px) {
  footer .fixed-nv {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
  }
}
footer .fixed-nv .list-bt01 {
  width: 100%;
  gap: 8px;
}
@media (max-width: 767px) {
  footer .fixed-nv .list-bt01 {
    gap: 20px;
  }
}
footer .fixed-nv .list-bt01 .bt01 a {
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-top: none;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 767px) {
  footer .fixed-nv .list-bt01 .bt01 a {
    font-size: 16px;
    line-height: 1.5;
    flex-direction: row;
    gap: clamp(12px, 1.25vw, 24px);
    padding: clamp(12px, 1.25vw, 24px);
    border-top: 2px solid;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
  }
}
footer .fixed-nv .list-bt01 .bt01 a .ic {
  width: auto;
  height: 40px;
}
@media (max-width: 767px) {
  footer .fixed-nv .list-bt01 .bt01 a .ic {
    width: 28px;
    height: 36px;
  }
}
footer .f-block {
  height: 160px;
  background: #333;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  footer .f-block {
    height: 75px;
    padding-bottom: 10px;
  }
}
footer .ptop {
  width: 110px;
  height: 110px;
  background-color: #FFF;
  border: 4px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 767px) {
  footer .ptop {
    width: 55px;
    height: 55px;
    border-width: 2px;
    bottom: 10px;
    right: 10px;
  }
}
footer .ptop img {
  width: 42px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  footer .ptop img {
    width: 21px;
  }
}
footer .ptop:hover {
  background-color: #ebfcf2;
  border-color: #5aa75d;
}
footer .ptop:hover img {
  filter: invert(74%) sepia(10%) saturate(2269%) hue-rotate(72deg) brightness(79%) contrast(73%); /* #5aa75d */
}
footer .copy {
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  footer .copy {
    font-size: 8px;
  }
}
/*# sourceMappingURL=style.css.map */