.notice {
  width: 370px;
  padding: 27px 0;
  margin: 0 0 0 auto;
  font-size: 10px
}

@media only screen and (max-width: 768px) {
  .notice {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 32px 36px 70px;
    font-size: 15px;
    font-size: 2.344vw;
    line-height: 1.7;
    background: #fff
  }
  #snsMobile {
    position: relative;
    z-index: 1;
    background: #fff
  }
}

#introduction {
  z-index: 1;
  height: 59.615vw;
  min-height: 775px
}

#introduction .inner {
  position: absolute;
  top: 213px;
  width: 100%;
  height: 467px;
  margin: 0 auto;
}

#introduction .inner h1 {
  margin-bottom: 31px;
  text-align: center
}

#introduction .inner h1 img {
	margin-right:45px;
}
#introduction .inner .text {
  margin-bottom: 45px;
  font-size: 15.28px;
  text-align: center;
  line-height:1.9;
  letter-spacing: 0.2em;
}


#introduction .inner nav {
  text-align: center
}

#introduction .inner nav ul {
  font-size: 0
}

#introduction .inner nav ul li {
  display: inline-block;
  opacity: 0;
  width: 157px;
  margin: 0 18px
}

#introduction .inner nav ul li img {
  width: 100%
}

@media only screen and (max-width: 768px) {
  #introduction {
    height: auto;
    min-height: 0
  }
  #introduction .inner {
    position: relative;
    top: auto;
    height: auto;
    margin: 0;
    padding: 190px 0 75px
  }
  #introduction .inner h1 {
    width: 90%;
    margin: 0 auto 30px
  }
  #introduction .inner h1 img {
    width: 100%
  }
  #introduction .inner .text {
    margin-bottom: 55px;
    font-size: 24px;
    font-size: 3.75vw;
    line-height: 1.8;
	letter-spacing:0.1em;
  }
  #introduction .inner .text br {
    display: block
  }
  #introduction .inner nav ul {
    margin: 0 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  #introduction .inner nav ul li {
    display: inline-block;
    width: 29%;
    margin: 0 0 10px;
    padding: 0;
    box-sizing: border-box
  }
  
  #introduction .inner nav ul li:nth-child(1) {
	  margin-left:1.1%;
  }
  #introduction .inner nav ul li:nth-child(3) {
	  margin-right:1.6%;
  }
  #introduction .inner nav ul li:nth-child(4) {
	  margin-left:18.5%;
  }
  #introduction .inner nav ul li:nth-child(5) {
	  margin-right:17.9%;
  }
  #introduction .inner nav ul li img {
    width: 100%
  }
}

#column1 {
  z-index: 1;
  height: 70vh;
  min-height: 910px;
  background:#FFF7D9;
  background-image: url(../img/about/bg1-pc.jpg);
  background-size: cover;
  background-position: top center;
}

#column1 .inner {
  position: absolute;
  top: 156px;
  left: 50%;
  width: 1000px;
  height: 600px;
  margin: 0 0 0 -500px
}

#column1 .inner h2 {
  position: absolute;
  top: 5px;
  left: 3px
}

#column1 .inner .text {
  position: absolute;
  top: 122px;
  left: 4px;
  width: 595px;
  font-size: 16px;
  line-height: 2.2;
  color: #000
}

#column1 .inner .image {
  position: absolute;
  top: 249px;
  left: 258px;
  width: 731px;
  opacity:0;
}

#column1 .inner .image img {
  width: 100%
}
#column1 .inner .image figcaption {
	text-align:right;
	line-height:1;
	margin-top: 43px;
}


@media only screen and (max-width: 768px) {
  #column1 {
    height: auto;
    min-height: 0;
    padding: 90px 0 52px;
  background-image: url(../img/about/bg1-sp.jpg);
  background-size: cover;
  background-position: top center;
  }
  #column1 .inner {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    height: auto;
    margin: 0 auto
  }
  #column1 .inner h2 {
    position: static;
    margin-bottom: 25px
  }
  #column1 .inner h2 img {
    width: 82%
  }
  #column1 .inner .text {
    position: static;
    width: auto;
    font-size: 23px;
    font-size: 3.594vw;
	line-height:1.9;
  }
  #column1 .inner .image {
    position: static;
    text-align: right;
	margin:50px auto 0;
    width: 97.5%;
  }
  #column1 .inner .image figcaption {
	  font-size:15px;
	  font-size:2.344vw;
	  margin-top:70px;
	  text-align:left;
  }

}

#column2 {
  height: 70vh;
  min-height: 910px;
  background-image: url(../img/about/bg2-pc.jpg);
  background-size: cover;
  background-position: top center;
}

#column2 .inner {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 1000px;
  height:596px;
  margin: 0 -500px 0 0; 
}

#column2 .inner h2 {
  position: absolute;
  top: -1px;
  right: 175px
}

#column2 .inner .text {
  position: absolute;
  top: 114px;
  right: 2px;
  width: 737px;
  font-size: 16px;
  line-height: 2.2;
  color: #000
}

#column2 .inner .image {
  position: absolute;
  top: 228px;
  left: 0;
  width: 804px;
  opacity:0;
}

#column2 .inner .image img {
  width: 100%
}
#column2 .inner .image figcaption {
    text-align: left;
    line-height: 1;
    margin:22px 0 0 6px;
}

@media only screen and (max-width: 768px) {
  #column2 {
    z-index: 1;
    height: auto;
    min-height: 0;
    padding: 102px 0 52px;
  background-image: url(../img/about/bg2-sp.jpg);
  background-size: cover;
  background-position: top center;
  }
  #column2 .inner {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    height: auto;
    margin: 0 auto
  }
  #column2 .inner h2 {
    position: static;
    width: 92%;
    margin-bottom: 35px
  }
  #column2 .inner h2 img {
    width: 100%
  }
  #column2 .inner .text {
    position: static;
    width: auto;
    font-size: 23px;
    font-size: 3.594vw;
	line-height:1.9;
  }
  #column2 .inner .image {
    position: static;
    text-align: right;
    margin: 37px 0 0 auto;
    width: 100%
  }
  #column2 .inner .image figcaption {
	  font-size:15px;
	  font-size:2.344vw;
	  margin-top:30px;
	  text-align:left;
	  line-height:2.5;
  }

}

#column3 {
  z-index: 1;
  height: 70vh;
  min-height: 910px;
  background-image: url(../img/about/bg3-pc.jpg);
  background-size: cover;
  background-position: top center;
}

#column3 .inner {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 1000px;
  height: 670px;
  margin: 0 0 0 -500px
}

#column3 .inner h2 {
  position: absolute;
  top: 40px;
  left: 3px
}

#column3 .inner .text {
  position: absolute;
  top: 106px;
  left: 4px;
  width: 580px;
  font-size: 16px;
  line-height: 2.2;
  color: #000
}

#column3 .inner .image {
  position: absolute;
  top: 239px;
  right: 7px;
  width: 775px;
  opacity:0;
}

#column3 .inner .image img {
  width: 100%
}

#column3 .inner .image figcaption {
    text-align: right;
    line-height: 1;
    margin:22px -5px 0 0;
}

@media only screen and (max-width: 768px) {
  #column3 {
    height: auto;
    min-height: 0;
    padding: 88px 0 50px;
  background-image: url(../img/about/bg3-sp.jpg);
  background-size: cover;
  background-position: top center;
  }
  #column3 .inner {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    height: auto;
    margin: 0 auto
  }
  #column3 .inner h2 {
    position: static;
    margin:0 auto 32px 4px;
	width: 97%;
  }
  #column3 .inner h2 img {
    width: 100%
  }
  #column3 .inner .text {
    position: static;
    width: auto;
    font-size: 23px;
    font-size: 3.594vw;
	line-height:1.9;
  }
  #column3 .inner .image {
    position: static;
    text-align: right;
    margin: 58px 0 0 auto;
    width: 99%
  }
  #column3 .inner .image figcaption {
	  font-size:15px;
	  font-size:2.344vw;
	  margin-top:70px;
	  text-align:left;
  }

}

#column4 {
  height: 70vh;
  min-height: 910px;
  background-image: url(../img/about/bg4-pc.jpg);
  background-size: cover;
  background-position: top center;
}

#column4 .inner {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 1000px;
  height: 596px;
  margin: 0 -500px 0 0;
}

#column4 .inner h2 {
  position: absolute;
  top: -1px;
  right: 81px
}

#column4 .inner .text {
  position: absolute;
  top: 104px;
  right: 2px;
  width: 737px;
  font-size: 16px;
  line-height: 2.2;
  color: #000;
  letter-spacing:0.06em;
}

#column4 .inner .text .up {
	vertical-align: super;
	font-size:10px;
}

#column4 .inner .caution {
	font-size:10px;
}

#column4 .inner .image {
  position: absolute;
  top: 319px;
  left: 2px;
  width: 811px;
  opacity:0;
}

#column4 .inner .image img {
  width: 100%
}

#column4 .inner .image figcaption {
    text-align: left;
    line-height: 1;
    margin:25px 0 0 -8px;
}

@media only screen and (max-width: 768px) {
  #column4 {
    z-index: 1;
    height: auto;
    min-height: 0;
    padding: 101px 0 46px;
  background-image: url(../img/about/bg4-sp.jpg);
  background-size: cover;
  background-position: top center;
  }
  #column4 .inner {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    height: auto;
    margin: 0 auto
  }
  #column4 .inner h2 {
    position: static;
    width: 95.3%;
    margin: 0 auto 34px 2px;
  }
  #column4 .inner h2 img {
    width: 100%
  }
  #column4 .inner .text {
    position: static;
    width: auto;
    font-size: 23px;
    font-size: 3.594vw;
	line-height:1.9;
	letter-spacing:0.02em;
	font-feature-settings: "palt";
  }
  #column4 .inner .text .up {
    font-size: 23px;
    font-size: 3.594vw;
	vertical-align:baseline;
  }
  #column4 .inner .image {
    position: static;
    text-align: right;
    margin: 31px auto 0 -3px;
	width: 97.3%;
  }
  #column4 .inner .image figcaption {
	  font-size:15px;
	  font-size:2.344vw;
	  margin:56px auto 0;
	  text-align:left;
  }
  #column4 .inner .caution {
	  font-size:15px;
	  font-size:2.344vw;
  }

}

#column5 {
  z-index: 1;
  height: 70vh;
  min-height: 910px;
  background-image: url(../img/about/bg5-pc.jpg);
  background-size: cover;
  background-position: top center;
}

#column5 .inner {
  position: absolute;
  top: 159px;
  right: 50%;
  width: 1000px;
  height: 596px;
  margin: 0 -500px 0 0;
}

#column5 .inner h2 {
  position: absolute;
  top: 1px;
  left: 3px
}

#column5 .inner .text {
  position: absolute;
  top: 135px;
  left: 4px;
  width: 580px;
  font-size: 16px;
  line-height: 2.2;
  color: #000;
}

#column5 .inner .image {
  position: absolute;
  top: 304px;
  right: 9px;
  width: 707px;
  opacity:0;
}

#column5 .inner .image img {
  width: 100%
}
#column5 .inner .image figcaption {
    text-align: right;
    line-height: 1;
    margin:54px 0px 0 0;
}

@media only screen and (max-width: 768px) {
  #column5 {
    height: auto;
    min-height: 0;
    padding: 90px 0 20px;
  background-image: url(../img/about/bg5-sp.jpg);
  background-size: cover;
  background-position: top center;
  }
  #column5 .inner {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    height: auto;
    margin: 0 auto
  }
  #column5 .inner h2 {
    position: static;
    margin-bottom: 30px;
	width:91%;
  }
  #column5 .inner h2 img {
    width: 100%
  }
  #column5 .inner .text {
    position: static;
    width: auto;
    font-size: 23px;
    font-size: 3.594vw;
	line-height:1.9;
  }
  #column5 .inner .image {
    position: static;
    text-align: right;
    margin: 46px auto 0 0;
    width: 99%
  }
  #column5 .inner .image figcaption {
	  font-size:15px;
	  font-size:2.344vw;
	  margin-top:46px;
	  text-align:left;
	  line-height:2.5;
  }}
@media only screen and (max-width: 768px) {
  .bg1 {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/reason/bg1-sp.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #999
  }
  .bg2 {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/reason/bg2-sp.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff
  }
  .bg3 {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/reason/bg3-sp.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #999
  }
}