@charset "utf-8";

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

トップ

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


/*----------------------------------------------------------------------------------------------------

Main visual

----------------------------------------------------------------------------------------------------*/

.mainVisual-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1780px;
}

.mainVisual {
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 884px;
  background-color: #fff;
}

.mv-txt {
  position: absolute;
  z-index: 1;
  width: 100%;
  transition: .3s;
}

.mv-txt__item {
  font-weight: 500;
  z-index: 2;
}

.mv-txt .mv-txt__item:nth-child(1) {
  color: var(--color-white);
  background-color: var(--color-green-grade);
  text-align: center;
}

.mv-txt .mv-txt__item:nth-child(2) {
  color: var(--color-green02);
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 1.4;
}

.mv-txt .mv-txt__item:nth-child(2) {
  padding: 10px 20px 20px;
}

.mv-photo {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.mv-p__item {
  display: block;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}

.mv-p__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mv-txt {
  /* top: calc(50% - 100px); */
  right: calc(50% + 100px);
}

@media print, screen and (max-width:1560px) {
  .mv-txt {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

@media print, screen and (min-width:801px) {
  .mv-txt {
    max-width: 560px;
    top: 500px;
  }

  .mv-photo {
    height: 884px;
  }
  
  .mv-p__item {
    height: 884px;
    background-size: cover;
  }

  /* .mv-photo .mv-p__item:nth-child(1) {
    background-image: url("../../image/mainvisual/01.jpg?v=2");
    background-position: bottom center;
  } */
  
  .mv-photo .mv-p__item:nth-child(1) {
    background-image: url("../../image/mainvisual/02.jpg?v=2");
    background-position: bottom center;
  }
  
  .mv-photo .mv-p__item:nth-child(2) {
    background-image: url("../../image/mainvisual/03.jpg?v=2");
    background-position: bottom center;
  }

  .mv-txt .mv-txt__item:nth-child(1) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media print, screen and (max-width:800px) {

  .mv-txt {
    /*max-width: 560px;
     top: calc(50% - 10px); */
    bottom: 0px;
  }

  .mv-txt .mv-txt__item:nth-child(1) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mainVisual {
    height: 500px;
  }
  .mv-photo {
    height: 500px;
  }
  
  .mv-p__item {
    height: 500px;
  }

  /* .mv-photo .mv-p__item:nth-child(1) {
    background-image: url("../../image/mainvisual/01tab.jpg?v=2");
    background-position: center;
  } */
  
  .mv-photo .mv-p__item:nth-child(1) {
    background-image: url("../../image/mainvisual/02tab.jpg?v=2");
    background-position: bottom center;
  }
  
  .mv-photo .mv-p__item:nth-child(2) {
    background-image: url("../../image/mainvisual/03tab.jpg?v=2");
    background-position: bottom center;
  }

}

@media print, screen and (max-width:640px) {
  .mainVisual-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mv-txt .mv-txt__item:nth-child(2) {
    padding: 10px 10px 20px;
  }
  .mv-txt {
    bottom: 0px;
  }
  .mainVisual {
    height: 400px;
  }
  .mv-photo {
    height: 400px;
  }
  
  .mv-p__item {
    height: 400px;
  }

  /* .mv-photo .mv-p__item:nth-child(1) {
    background-image: url("../../image/mainvisual/01sp.jpg?v=2");
    background-position: center;
  } */
  
  .mv-photo .mv-p__item:nth-child(1) {
    background-image: url("../../image/mainvisual/02sp.jpg?v=2");
    background-position: bottom center;
  }
  
  .mv-photo .mv-p__item:nth-child(2) {
    background-image: url("../../image/mainvisual/03sp.jpg?v=2");
    background-position: bottom center;
  }

}

@media print, screen and (max-width:480px) {
  .mv-photo .mv-p__item:nth-child(1) {
    background-size:172%;
    background-position: 54%;
  }
}

/*----------------------------------------------------------------------------------------------------

医院理念

----------------------------------------------------------------------------------------------------*/
#credo{
  padding-top: 60px;
  position: relative;
  color: var(--color-green02);
}

#credo::before {
  position: absolute;
  content: "";
  display: block;
  height: calc( 100% + 100px);
  background-color: var(--color-green04);
  bottom: 0;
  left: 0;
  z-index: -1;
}

#credo::before {
  width: 100%;
}

#credo p:nth-child(1){
  margin-bottom:20px;
}

@media print, screen and (min-width:801px) {
  
  #credo{
    text-align: center;
  }
}
/*----------------------------------------------------------------------------------------------------

最新情報

----------------------------------------------------------------------------------------------------*/

#info {
  position: relative;
}

#info .inner>div {
  background-color: var(--color-white);
  box-shadow: 0 10px 25px 0 rgba(65, 168, 132, 0.1);
}

#info::before {
  position: absolute;
  content: "";
  display: block;
  height: calc( 100% + 100px);
  background-color: var(--color-green04);
  bottom: 0;
  left: 0;
  z-index: -1;
}

#info::before {
  width: 100%;
}

#info h2 {
  color: var(--color-white);
  background-color: var(--color-green01);
  text-align: center;
  font-weight: 500;
}

#info h2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

#info .info-box ul {
  list-style: none;
}

#info .info-box ul {
  height: 240px;
  padding: 0 20px 10px 30px;
}

#info .info-box ul li {
  display: flex;
  line-height: 1.6;
}

#info .info-box ul li:not(:last-child) {
  margin-bottom: 20px;
}

#info .info-box ul li .date {
  width: 120px;
  margin-right: 20px;
}

#info .info-box ul li .cate {
  display: block;
  font-weight: 500;
  color: var(--color-orange);
}

#info .timetable-inner {
  padding: 0px 30px 10px;
}

@media print, screen and (min-width:1201px) {
  #info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #info .info-box ul li p {
    width: calc( 100% - 120px);
  }
  #info .inner.col2_gr {
    grid-column-gap: 60px;
  }
}

@media print, screen and (max-width:1200px) {
  #info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #info .inner.col2_gr {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
  }
  #info .inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:640px) {
  #info .timetable-inner {
    padding: 10px;
  }
  #info .info-box ul li {
    flex-wrap: wrap;
  }
  #info .info-box ul li .date {
    width: 100%;
  }
  /* #info .info-box ul li p {} */
}


/*----------------------------------------------------------------------------------------------------

greeting

----------------------------------------------------------------------------------------------------*/

#greeting {
  position: relative;
}

#greeting {
  padding-top: 60px;
  padding-bottom: 60px;
}

#greeting::before {
  position: absolute;
  content: "";
  display: block;
  background-color: var(--color-green04);
  top: 0;
  left: 0;
  z-index: -1;
}

#greeting .inner {
  display: flex;
  align-items: center;
}

.img-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#greeting .img-box {
  background-image: url("../../image/doctor.jpg");
}

#greeting .txt-box {
  max-width: 670px;
}

@media screen and (min-width:1201px) {
  #greeting {
    margin-bottom: 100px;
  }
  #greeting::before {
    width: calc(50% - 30px);
    height: 100%;
  }
  #greeting .img-box {
    width: calc(50% + 30px);
    margin-right: 60px;
    margin-right: calc(5.6rem + ((1vw - 0.64rem) * 0.3125));
    padding-top: 30%;
  }
}

@media screen and (max-width:1200px) {
  #greeting {
    margin-bottom: 60px;
  }
  #greeting::before {
    width: calc(80% - 30px);
    height: 50%;
  }
  #greeting .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  #greeting .img-box {
    width: 100%;
    max-width: 670px;
    margin-bottom: 60px;
    margin-bottom: calc(5.6rem + ((1vw - 0.64rem) * 0.3125));
    padding-top: 50%;
  }
}

@media screen and (max-width:640px) {
  #greeting .img-box {
    padding-top: 80%;
  }
  #greeting::before {
    width: calc(70% - 30px);
    height: 40%;
  }
}


/*----------------------------------------------------------------------------------------------------

renewal

----------------------------------------------------------------------------------------------------*/

#renewal {
  position: relative;
  color: white;
}

#renewal {
  padding-top: 60px;
}

#renewal::before, #renewal::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#renewal::before {
  background: url("../../image/sky.jpg") no-repeat bottom;
}

#renewal::after {
  width: 100%;
}

#renewal .inner {
  display: flex;
  align-items: center;
}

#renewal .img-box {
  background-image: url("../../image/renewal.jpg");
}

#renewal .txt-box {
  max-width: 670px;
}

@media screen and (min-width:1201px) {
  #renewal {
    margin-bottom: 100px;
  }
  #renewal::before {
    height: calc(100% - 60px);
  }
  #renewal::after {
    height: calc(100% - 60px);
    background: rgb(27, 164, 227);
    background: linear-gradient(90deg, rgba(27, 164, 227, 1) 0%, rgba(27, 164, 227, 0) 100%);
  }
  #renewal .img-box {
    width: calc(50% + 30px);
    padding-top: 30%;
  }
  #renewal .txt-box {
    margin-right: 60px;
    margin-right: calc(5.6rem + ((1vw - 0.64rem) * 0.3125));
  }
}

@media screen and (max-width:1200px) {
  #renewal {
    margin-bottom: 60px;
  }
  #renewal::before {
    height: calc(60% - 60px);
  }
  #renewal::after {
    height: calc(60% - 60px);
    background: rgb(27, 164, 227);
    background: radial-gradient(circle, rgba(27, 164, 227, 1) 0%, rgba(27, 164, 227, 0) 100%);
  }
  #renewal .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  #renewal .img-box {
    width: 100%;
    max-width: 670px;
    margin-bottom: 60px;
    margin-bottom: calc(5.6rem + ((1vw - 0.64rem) * 0.3125));
    padding-top: 50%;
  }
  #renewal .txt-box {
    margin-bottom: 60px;
    margin-bottom: calc(5.6rem + ((1vw - 0.64rem) * 0.3125));
  }
}

@media screen and (max-width:640px) {
  #renewal::before {
    height: calc(84% - 60px);
  }
  #renewal::after {
    height: calc(84% - 60px);
  }
}


/*----------------------------------------------------------------------------------------------------

contents-bnr

----------------------------------------------------------------------------------------------------*/

#contents-bnr {
  margin-bottom: 100px;
}


/*#contents-bnr .inner{
	display: grid;
}*/

#contents-bnr .inner>div {
  position: relative;
}

#contents-bnr .inner>div {
  height: 150px;
}

#contents-bnr .inner>div span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1.4;
  white-space: nowrap;
}

#contents-bnr .inner>div span::before {
  content: "";
  display: block;
  width: 36px;
  height: 37px;
  margin: 0 auto 5px;
}

#contents-bnr .inner>div:nth-child(1) span::before {
  background-image: url("../../image/icon/clinic.svg");
  background-size: contain;
}

#contents-bnr .inner>div:nth-child(2) span::before {
  background-image: url("../../image/icon/memo.svg");
}

#contents-bnr .inner>div:nth-child(3) span::before {
  background-image: url("../../image/icon/tooth.svg");
  background-size: contain;
}

#contents-bnr .inner>div:nth-child(4) span::before {
  background-image: url("../../image/icon/wallet.svg");
  background-size: contain;
}

/* #contents-bnr .inner>div:nth-child(5) span::before {
  background-image: url("../../image/icon/person.svg");
} */

#contents-bnr .inner>div:nth-child(5) span::before {
  background-image: url("../../image/icon/insta-white.png");
}

#contents-bnr .inner>div:not(.green-grade) {
  background-color: var(--color-green01);
  letter-spacing: 0.1em;
}

#contents-bnr .inner a {
  color: var(--color-white);
  text-decoration: none;
  display: block;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width:961px) {
  #contents-bnr .inner>div:nth-last-child(n+3) {
    border-bottom: 1px solid var(--color-green04);
  }
  #contents-bnr .inner>div:nth-child(odd) {
    border-right: 1px solid var(--color-green04);
  }
  #contents-bnr .inner>div:nth-child(even) {
    border-right: 1px solid var(--color-green04);
  }
  #contents-bnr .inner>div:nth-child(3n) {
    border-right: 0;
  }
}

@media screen and (max-width:960px) {
  #contents-bnr .inner>div:nth-last-child(n+2) {
    border-bottom: 1px solid var(--color-green04);
  }
  #contents-bnr .inner>div:nth-child(odd) {
    border-right: 1px solid var(--color-green04);
  }
}

@media screen and (max-width:640px) {
  #contents-bnr .inner.col3_gr {
    grid-template-columns: repeat(2, 1fr);
  }
}


/*----------------------------------------------------------------------------------------------------

concept

----------------------------------------------------------------------------------------------------*/

#concept {
  position: relative;
}

#concept {
  margin-bottom: 100px;
}

#concept::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 230px);
  background-color: var(--color-green04);
  bottom: 30px;
  left: 0;
  z-index: -1;
}

.concept-list {
  display: grid;
  list-style: none;
  counter-reset: number 0;
  margin-left: auto;
  margin-right: auto;
}

.concept-list li {
  background-color: var(--color-white);
}

.concept-list li .img-box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.concept-list li .img-box span {
  color: var(--color-white);
  font-weight: 700;
  position: absolute;
  right: -4px;
  bottom: -6px;
  line-height: 1;
}

.concept-list li .img-box::after {
  color: var(--color-yellow);
  font-weight: 700;
  position: absolute;
  right: 0px;
  bottom: -2px;
  line-height: 1;
  counter-increment: number;
  content: counter(number, decimal-leading-zero) "";
}

.concept-list li .img-box span, .concept-list li .img-box::after {
  font-size: 60px;
  font-size: calc(5.6rem + ((1vw - 0.64rem) * 0.3125));
}

.concept-list li:nth-child(1) .img-box {
  background-image: url("../../image/contents/top/concept01.jpg");
}

.concept-list li:nth-child(2) .img-box {
  background-image: url("../../image/contents/top/concept02.jpg");
}

.concept-list li:nth-child(3) .img-box {
  background-image: url("../../image/contents/top/concept03.jpg");
}

.concept-list li p {
  color: var(--color-green02);
  text-align: center;
  font-weight: 500;
}

.concept-list li p {
  
  white-space: nowrap;
}

.concept-list li > div:not(.img-box) {
  position: relative;
  background-color: var(--color-white);
  padding: 20px;
  width: 100%;
  height: 110px;
}

.concept-list li > div > p {
  position: absolute;
  display:block;
  top: 50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
}

#concept .box {
  position: relative;
  background-color: #fff;
  max-width: 990px;
  margin: 0 auto;
}

#concept .box::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: rgb(65, 168, 132);
  background: linear-gradient(90deg, rgba(0,165,132,1) 0%, rgba(247,202,78,1) 100%);
}

#concept .box p {
  font-weight: 500;
}

@media screen and (min-width:1201px) {
  .concept-list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    margin-bottom: 30px;
  }
  .concept-list li .img-box {
    height: 300px;
  }
  #concept .box {
    padding: 30px 30px 34px;
    text-align: center;
  }
}

@media screen and (max-width:1200px) {
  #concept h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  }
  .concept-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
    margin-bottom: 40px;
    max-width: 640px;
  }
  .concept-list li .img-box {
    padding-top: 60%;
  }
  #concept .box {
    padding: 20px 20px 24px;
  }
}


/*----------------------------------------------------------------------------------------------------

banner

----------------------------------------------------------------------------------------------------*/

#banner a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

#banner a {
  height: 290px;
}

.reserve-bnr {
  background-color: var(--color-green01);
}

.reserve-bnr a {
  background-color: var(--color-green01);
  display: block;
}

.reserve-bnr>a>div {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(50% + 60px);
  transform: translateX(-50%) translateY(-50%);
	width: 500px;
}

.reserve-bnr>a>div strong {
	color: #FFE354;
	text-align: center;
	display: block;
	font-size: 26px;
}

.reserve-bnr>a>div::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 120px;
  height: 90px;
  top: 50%;
  left: -140px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../image/icon/pc.svg")
}

.apo-alart {
	color: #ff0000;
	font-size: 24px;
	text-align: center;
	display: block
}

.reserve-bnr>a h3 {
  color: var(--color-white)!important;
  font-weight: 500!important;
  white-space: nowrap;
	text-align: center;
}

.reserve-bnr>a>div>span {
  display: block;
  background-color: var(--color-white);
  color: var(--color-green02);
  text-align: center;
}

@media screen and (max-width:750px) {
  .reserve-bnr>a>div {
    left: 50%;
  }
  .reserve-bnr>a>div::before {
    display: none;
  }
}

.recruit-bnr {
  background-color: var(--color-green03);
}

.recruit-bnr a {
  color: var(--color-white);
}

.recruit-bnr h3 {
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.recruit-bnr h3 {
  margin-bottom: 20px;
}

.recruit-bnr h3 span {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-white);
  margin-bottom: 5px;
}

.recruit-bnr .txt-box {
  position: relative;
  text-align: center;
  height: 100%;
  margin: 0;
}

.recruit-bnr .txt-box p {
  margin-bottom: 20px;
}

.recruit-bnr .txt-box>div>div {
  background-color: var(--color-orange);
  padding: 5px 10px;
}

.recruit-bnr .txt-box>div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.recruit-bnr .img-box {
  background-image: url("../../image/recruit.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0;
}

.recruit-bnr .img-box {
  height: 100%;
}

@media screen and (min-width:1201px) {
  #banner {
    margin-bottom: 100px;
  }
  #banner .inner.col2_gr {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width:1200px) {
  #banner {
    margin-bottom: 60px;
  }
  #banner .inner.col2_gr {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
  }
}

@media screen and (max-width:800px) {
  #banner .recruit-bnr a {
    height: 480px;
  }
}


/*----------------------------------------------------------------------------------------------------

outline

----------------------------------------------------------------------------------------------------*/

#outline {
  position: relative;
}

#outline {
  padding-top: 60px;
  padding-bottom: 60px;
}

#outline::before {
  position: absolute;
  content: "";
  display: block;
  /*	height: 100%;*/
  background-color: var(--color-green04);
  bottom: 0;
  right: 0;
  z-index: -1;
}

#outline::before {
  width: calc(50% - 30px);
}

#outline .inner {
  display: flex;
  align-items: center;
}

#outline .img-box {
  background-image: url("../../image/view.jpg");
}

#outline .txt-box {
  max-width: 670px;
}

.outline-list {
  display: flex;
  /*align-items: center;*/
align-items: flex-start;
  flex-wrap: wrap;
}

.outline-list dt {
  width: 90px;
  margin-right: 10px;
}

.outline-list dd {
  width: calc(100% - 100px);
}

@media screen and (min-width:1201px) {
  #outline::before {
    width: calc(50% - 30px);
    height: 100%;
  }
  #outline .txt-box {
    margin-right: 60px;
    margin-right: calc(5.6rem + ((1vw - 0.64rem) * 0.3125));
  }
  #outline .img-box {
    width: calc(50% + 30px);
    padding-top: 30%;
  }
}

@media screen and (max-width:1200px) {
  #outline::before {
    width: calc(80% - 30px);
    height: 50%;
  }
  #outline .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  #outline .txt-box {
    margin-bottom: 60px;
    margin-bottom: calc(5.6rem + ((1vw - 0.64rem) * 0.3125));
  }
  #outline .img-box {
    width: 100%;
    max-width: 670px;
    padding-top: 50%;
  }
}

@media screen and (max-width:640px) {
  #outline .img-box {
    padding-top: 80%;
  }
  #outline::before {
    width: calc(70% - 30px);
    height: 40%;
  }
}


/*----------------------------------------------------------------------------------------------------

map

----------------------------------------------------------------------------------------------------*/

#map {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--color-green04);
}

#map .col2_gr{
  grid-column-gap: 60px;
}

@media screen and (max-width:800px) {
  #map .col2_gr{
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  #map .col2_gr iframe{
    height: 400px;
  }
}

/*----------------------------------------------------------------------------------------------------

scrolldown

----------------------------------------------------------------------------------------------------*/

.scrolldown1 {
  text-transform: uppercase;
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  /*全体の高さ*/
  height: 60px;
  text-align: center;
}


/*Scrollテキストの描写*/

.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*テキストの形状*/
  color: var(--color-white);
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}


/* 線の描写 */

.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 20px;
  /*線の形状*/
  width: 2px;
  height: 36px;
  background: var(--color-white);
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}


/*高さ・位置・透過が変化して線が上から下に動く*/

@keyframes pathmove {
  0% {
    height: 0;
    top: 20px;
    opacity: 0;
  }
  30% {
    height: 36px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}

@media screen and (max-width:800px) {
  .scrolldown1 {
    display: none;
  }
}

/*----------------------------------------------------------------------------------------------------

online-system

----------------------------------------------------------------------------------------------------*/

#online-system{
  text-align: center;
  background-color:var(--color-green04);
  padding: 20px 0 60px;
}
#online-system p.fs-l{
  margin-bottom: 20px;
}

@media screen and (max-width:800px) {
  #online-system{
    text-align: left;
  }
}
