/* ======================
 TMD Gan Soudan Shien Center
 File Name: resource2017/css/layout-home.css
 Latest Update: 20210408
====================== */
.section-home {
  text-align: center;
  background-color: #fdf0dc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdebd1), to(#fef3e3));
  background: linear-gradient(#fdebd1, #fef3e3);
}

.section-home-inner {
  /*padding-top: 120px;*/
  height: auto;
  background: url(../images/home-bg.png) center bottom;
  background-size: cover;
}

.section-home .section-home-svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-home .sp-title {
  display: none;
}

@media only screen and (max-width: 540px) {
  .section-home-inner {
    position: relative;
    background: none;
  }

  .section-home .section-home-svg.wide {
    display: none;
  }

  .section-home .sp-title {
    display: block;
    width: 100%;
    height: auto;
  }

  .section-home .section-inner-margin {
    margin: 0;
  }
}
/* Section Mission */
.section-mission#mission-01,
.section-mission#mission-03,
.section-mission#mission-05 {
  background-image: url(../images/section-bg-thick.png);
}

.section-mission#mission-02,
.section-mission#mission-04,
.section-mission#mission-06 {
  background-image: url(../images/section-bg-light.png);
}

/*.20200521 */
.section-mission#kansen .section-inner-color {
  padding: 2em 0;
  background: rgba(236, 109, 69, 0.6);
}

.section-mission#kansen .kansen-inner {
  background: #ffffff;
  padding: 0.3em;
  border-radius: 1em;
}

.section-mission#kansen .kansen-border {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 1.6em 1.8em;
  border-radius: 0.7em;
  border: 0.2em solid rgba(236, 109, 69, 0.6);
  /*background: #ec6d23,109,69*/
}

.section-mission#kansen .kansen-inner p {
  text-align: center;
  font-weight: bold;
  color: rgba(236, 109, 69, 0.99);
}

.section-mission-title {
  margin: 0;
  padding: 0;
  color: #ec6d45;
  font-size: 32px;
  line-height: 1rem;
}

.section-mission-title .section-mission-title-svg {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 0.6em 0;
}

/* ( for print Chrome )  */
@media only screen and (max-width: 800px) {
  .section-mission-title .section-mission-title-svg {
    height: 50px !important;
    margin: 0 0 16px 0;
  }
}
@media only screen and (max-width: 760px) {
  .section-mission-title .section-mission-title-svg {
    height: 44px !important;
    max-width: auto;
    margin: 0 0 14px 0;
  }
}
@media only screen and (max-width: 540px) {
  .section-mission-title .section-mission-title-svg {
    height: 38px !important;
    margin: 0 0 12px 0;
  }
}
/* section 01 */
#mission-01 .section-text {
  width: 47%;
}

#mission-01 .section-figure {
  width: 49%;
  padding: 35px 0 2.6em 0;
}

#mission-01 .section-figure .section-figure-svg {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 700px) {
  #mission-01 .section-float-left,
#mission-01 .section-float-right {
    float: none;
  }

  #mission-01 .section-text,
#mission-01 .section-figure {
    width: auto;
  }

  #mission-01 .section-figure {
    padding: 0 0 2.6em 0;
    text-align: center;
  }

  #mission-01 .section-text {
    padding-bottom: 1.2em;
  }
}
/* section 02 */
#mission-02 .section-text {
  width: 55%;
  padding-bottom: 1.6em;
}

#mission-02 .section-figure {
  padding: 20px 0 1.6em 0;
  width: 41%;
}

#mission-02 .section-wide {
  width: 100%;
  text-align: center;
  padding-bottom: 2.6em;
}

#mission-02 .home-donnna {
  width: 100%;
  padding-bottom: 1.2em;
  display: inline-block;
  font-size: 0.1%;
  letter-spacing: -0.5em;
}

#mission-02 .home-donnna li {
  line-height: 2em;
  width: 24.9%;
  display: inline-block;
  letter-spacing: normal;
}

#mission-02 .home-donnna li img,
#mission-02 .home-donnna li object {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5%;
  max-width: 88%;
  height: auto;
}

@media only screen and (max-width: 760px) {
  #mission-02 .home-donnna {
    max-width: 450px;
  }

  #mission-02 .home-donnna li {
    width: 49%;
    max-width: 260px;
    padding-bottom: 0.6em;
  }

  #mission-02 .home-donnna li img,
#mission-02 .home-donnna li object {
    margin-bottom: 10%;
    max-width: 196px;
  }
}
@media only screen and (max-width: 640px) {
  #mission-02 .section-float-left,
#mission-02 .section-float-right {
    float: none;
  }

  #mission-02 .section-text,
#mission-02 .section-figure {
    width: auto;
  }

  #mission-02 .section-figure {
    padding-top: 0;
    text-align: center;
  }

  #mission-02 .section-text {
    padding-bottom: 0;
  }

  #mission-02 .home-donnna li {
    padding-bottom: 0.6em;
  }

  #mission-02 .home-donnna li img,
#mission-02 .home-donnna li object {
    max-width: 88%;
  }
}
@media only screen and (max-width: 540px) {
  #mission-02 .section-figure .section-figure-svg {
    max-width: 80%;
  }

  #mission-02 .section-text {
    padding-bottom: 0;
  }

  #mission-02 .home-donnna {
    width: auto;
    max-width: auto;
    margin-left: -4%;
    margin-right: -4%;
  }

  #mission-02 .home-donnna li {
    width: 49.5%;
    max-width: 200px;
  }
}
/* section 03 */
#mission-03 .section-text {
  width: 62%;
}

#mission-03 .section-figure {
  width: 34%;
  padding: 30px 0 2.6em 0;
}

#mission-03 .section-inner-margin .section-figure .section-figure-svg {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  #mission-03 .section-float-left,
#mission-03 .section-float-right {
    float: none;
  }

  #mission-03 .section-text,
#mission-03 .section-figure {
    width: auto;
  }

  #mission-03 .section-text {
    padding-bottom: 1.2em;
  }

  #mission-03 .section-figure {
    padding: 0 0 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  #mission-03 .section-figure .section-figure-svg {
    max-width: 80%;
  }
}
/* section 04 */
#mission-04 .section-text {
  width: 61%;
}

#mission-04 .section-figure {
  width: 35%;
  padding: 30px 0 2.6em 0;
}

#mission-04 .section-figure .section-figure-svg {
  height: auto;
}

@media only screen and (max-width: 860px) and (min-width: 641px) {
  #mission-04 .section-figure {
    padding-top: 8%;
  }
}
@media only screen and (max-width: 640px) {
  #mission-04 .section-float-left,
#mission-04 .section-float-right {
    float: none;
  }

  #mission-04 .section-text,
#mission-04 .section-figure {
    width: auto;
  }

  #mission-04 .section-text {
    padding-bottom: 1.2em;
  }

  #mission-04 .section-figure {
    padding: 0 0 2.6em 0;
    text-align: center;
  }
}
/* section 05 */
#mission-05 .section-inner-margin {
  position: relative;
}

#mission-05 .section-text {
  width: 47%;
}

#mission-05 .section-figure {
  width: 50%;
  padding: 30px 0 2.6em 0;
}

#mission-05 .section-figure .section-figure-svg {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: auto;
}

@media only screen and (max-width: 920px) and (min-width: 761px) {
  #mission-05 .section-figure .section-figure-svg {
    width: 55%;
    left: -40px;
  }
}
@media only screen and (max-width: 760px) {
  #mission-05 .section-float-left,
#mission-05 .section-float-right {
    float: none;
  }

  #mission-05 .section-text,
#mission-05 .section-figure {
    width: auto;
  }

  #mission-05 .section-text {
    padding-bottom: 1.2em;
  }

  #mission-05 .section-figure {
    padding: 0;
    text-align: center;
  }

  #mission-05 .section-figure .section-figure-svg {
    position: static;
    width: auto;
  }
}
@media only screen and (max-width: 760px) and (min-width: 641px) {
  #mission-05 .section-figure {
    margin: 0;
    text-align: center;
  }

  #mission-05 .section-figure .section-figure-svg {
    /*max-*/
    width: 70%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 541px) {
  #mission-05 .section-figure {
    margin: 0 0 0 -24px;
    text-align: left;
  }

  #mission-05 .section-figure .section-figure-svg {
    /*max-*/
    width: 85%;
  }
}
@media only screen and (max-width: 540px) {
  #mission-05 .section-figure {
    margin: 0 -24px;
  }

  #mission-05 .section-figure .section-figure-svg {
    width: 100%;
  }
}
/* section 06 */
#mission-06 .section-inner-margin {
  position: relative;
}

#mission-06 .section-text {
  width: 48%;
}

#mission-06 .section-figure {
  width: 48%;
  min-height: 300px;
}

#mission-06 .section-figure .section-figure-svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: auto;
}

@media only screen and (max-width: 680px) {
  #mission-06 .section-float-left,
#mission-06 .section-float-right {
    float: none;
  }

  #mission-06 .section-text,
#mission-06 .section-figure {
    width: auto;
  }

  #mission-06 .section-text {
    padding-bottom: 1.2em;
  }

  #mission-06 .section-figure {
    padding: 0;
    text-align: center;
    min-height: 10em;
  }

  #mission-06 .section-figure .section-figure-svg {
    position: static;
    bottom: 0;
    width: auto;
  }
}
@media only screen and (max-width: 680px) and (min-width: 540px) {
  #mission-06 .section-figure .section-figure-svg {
    max-width: 92%;
  }
}