@charset "UTF-8";
/* header setting
------------------------------------*/
/* line 6, ../../_scss/top/top.scss */
header h1 {
  margin: 0 0 0 35px;
  width: 188px;
  text-align: center;
}
/* line 10, ../../_scss/top/top.scss */
header h1 span {
  display: block;
  margin: 0 0 10px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  color: #535c36;
}

/* main visual setting
------------------------------------*/
/* line 26, ../../_scss/top/top.scss */
#mainVisual {
  margin: 120px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 600px;
  text-align: center;
}
/* line 33, ../../_scss/top/top.scss */
#mainVisual h2 {
  margin: 0 0 -155px;
  width: 100%;
}
/* line 36, ../../_scss/top/top.scss */
#mainVisual h2 span {
  display: block;
  margin: 0 0 15px;
  width: 100%;
  letter-spacing: 0.15em;
  font-size: 16px;
  color: #535c36;
}
/* line 44, ../../_scss/top/top.scss */
#mainVisual h2 em {
  display: block;
  width: 100%;
  text-align: center;
}
/* line 48, ../../_scss/top/top.scss */
#mainVisual h2 em img {
  width: 322px;
}
/* line 53, ../../_scss/top/top.scss */
#mainVisual p {
  margin: -155px 0 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.25;
  font-size: 16px;
  color: #535c36;
}

/* top section 02 setting
------------------------------------*/
/* line 70, ../../_scss/top/top.scss */
#topSec02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 135px;
}
/* line 75, ../../_scss/top/top.scss */
#topSec02 #topAbout {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-radius: 0 30px 30px 0;
  background: rgba(190, 164, 134, 0.1);
  padding: 45px 20px 45px 0;
  width: 59.3%;
}
/* line 84, ../../_scss/top/top.scss */
#topSec02 #topAbout h3 {
  position: relative;
  margin: 0 0 30px 48.8%;
  width: 23.0%;
  min-width: 410px;
  font-size: 26px;
}
/* line 90, ../../_scss/top/top.scss */
#topSec02 #topAbout h3:before {
  content: '';
  position: absolute;
  top: -138px;
  left: -383px;
  display: block;
  background: url("/img/top/img_top-about01_pc.png") 0 0/100% 100% no-repeat;
  width: 353px;
  height: 525px;
}
/* line 101, ../../_scss/top/top.scss */
#topSec02 #topAbout p {
  margin: 0 0 45px 48.8%;
  width: 23.0%;
  min-width: 410px;
  line-height: 2.1;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
/* line 109, ../../_scss/top/top.scss */
#topSec02 #topAbout ul {
  margin: 0 0 0 48.8%;
  width: 23.0%;
  min-width: 410px;
  font-size: 16px;
}
/* line 115, ../../_scss/top/top.scss */
#topSec02 #topAbout ul li a {
  position: relative;
  padding: 0 0 0 48px;
}
/* line 118, ../../_scss/top/top.scss */
#topSec02 #topAbout ul li a:before {
  content: '';
  position: absolute;
  top: -12px;
  left: -5px;
  display: block;
  border-radius: 50%;
  background: #bea487 url("/img/common/ico_arrow-white.png") center center/16px 15px no-repeat;
  width: 39px;
  height: 39px;
  transition: all .3s;
}
/* line 131, ../../_scss/top/top.scss */
#topSec02 #topAbout ul li a:hover:before {
  left: 0;
}
/* line 139, ../../_scss/top/top.scss */
#topSec02 #topProfile {
  width: 36.6%;
}
/* line 141, ../../_scss/top/top.scss */
#topSec02 #topProfile h4 {
  font-size: 18px;
}
/* line 145, ../../_scss/top/top.scss */
#topSec02 #topProfile ul li {
  padding: 35px 0 0;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
}
/* line 149, ../../_scss/top/top.scss */
#topSec02 #topProfile ul li em {
  display: inline-block;
  width: 80px;
  font-weight: bold;
  color: #878e31;
}

/* top section 03 setting
------------------------------------*/
/* line 166, ../../_scss/top/top.scss */
#topSec03 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 0 185px;
}
/* line 172, ../../_scss/top/top.scss */
#topSec03 #aboutWorks {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 30px 0 0 30px;
  background: rgba(190, 164, 134, 0.1);
  padding: 45px 0 45px 45px;
  width: 59.3%;
}
/* line 181, ../../_scss/top/top.scss */
#topSec03 #aboutWorks h3 {
  position: relative;
  margin: 0 0 30px;
  width: 100%;
  min-width: 410px;
  font-size: 26px;
}
/* line 187, ../../_scss/top/top.scss */
#topSec03 #aboutWorks h3:before {
  content: '';
  position: absolute;
  top: -116px;
  left: 315px;
  display: block;
  background: url("/img/top/img_top-about02_pc.png") 0 0/100% 100% no-repeat;
  width: 452px;
  height: 517px;
}
/* line 198, ../../_scss/top/top.scss */
#topSec03 #aboutWorks p {
  margin: 0 0 45px;
  width: 100%;
  min-width: 410px;
  line-height: 2.1;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
/* line 206, ../../_scss/top/top.scss */
#topSec03 #aboutWorks ul {
  width: 23.0%;
  min-width: 410px;
  font-size: 16px;
}
/* line 211, ../../_scss/top/top.scss */
#topSec03 #aboutWorks ul li a {
  position: relative;
  padding: 0 0 0 48px;
}
/* line 214, ../../_scss/top/top.scss */
#topSec03 #aboutWorks ul li a:before {
  content: '';
  position: absolute;
  top: -12px;
  left: -5px;
  display: block;
  border-radius: 50%;
  background: #bea487 url("/img/common/ico_arrow-white.png") center center/16px 15px no-repeat;
  width: 39px;
  height: 39px;
  transition: all .3s;
}
/* line 227, ../../_scss/top/top.scss */
#topSec03 #aboutWorks ul li a:hover:before {
  left: 0;
}
/* line 235, ../../_scss/top/top.scss */
#topSec03 #updateInfo {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 36.6%;
}
/* line 240, ../../_scss/top/top.scss */
#topSec03 #updateInfo h4 {
  box-sizing: border-box;
  padding: 0 0 0 25px;
  width: 100%;
  max-width: 425px;
  font-size: 18px;
}
/* line 247, ../../_scss/top/top.scss */
#topSec03 #updateInfo ul {
  box-sizing: border-box;
  padding: 0 0 0 25px;
  width: 100%;
  max-width: 425px;
}
/* line 252, ../../_scss/top/top.scss */
#topSec03 #updateInfo ul li {
  display: flex;
  padding: 35px 0 0;
  font-family: YuGothic, Arial, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
}
/* line 257, ../../_scss/top/top.scss */
#topSec03 #updateInfo ul li em {
  display: block;
  width: 80px;
  font-weight: bold;
  color: #878e31;
}
/* line 263, ../../_scss/top/top.scss */
#topSec03 #updateInfo ul li p {
  width: 320px;
}
/* line 266, ../../_scss/top/top.scss */
#topSec03 #updateInfo ul li p a:link {
  text-decoration: underline;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* header setting
  ------------------------------------*/
  /* line 297, ../../_scss/top/top.scss */
  header h1 {
    margin: 0;
    width: 100vw;
  }
  /* line 300, ../../_scss/top/top.scss */
  header h1 span {
    margin: 0 0 1.7333333vw;
    font-size: 2.4vw;
  }
  /* line 304, ../../_scss/top/top.scss */
  header h1 em {
    display: block;
    margin: 0 auto;
    width: 32.8vw;
  }

  /* main visual setting
  ------------------------------------*/
  /* line 318, ../../_scss/top/top.scss */
  #mainVisual {
    margin: 14vw 0 0;
    height: 126.666667vw;
  }
  /* line 321, ../../_scss/top/top.scss */
  #mainVisual h2 {
    margin: -22vw 0 -30vw;
  }
  /* line 323, ../../_scss/top/top.scss */
  #mainVisual h2 span {
    margin: 0 0 3.466667vw;
    font-size: 3.2vw;
  }
  /* line 328, ../../_scss/top/top.scss */
  #mainVisual h2 em img {
    width: 62.666667vw;
  }
  /* line 333, ../../_scss/top/top.scss */
  #mainVisual p {
    margin: -40vw 0 15vw;
    letter-spacing: 0.1em;
    line-height: 2.25;
    font-size: 3.466667vw;
  }

  /* top section 02 setting
  ------------------------------------*/
  /* line 347, ../../_scss/top/top.scss */
  #topSec02 {
    display: block;
    margin: 0 0 20vw;
  }
  /* line 350, ../../_scss/top/top.scss */
  #topSec02 #topAbout {
    position: relative;
    display: block;
    border-radius: 0;
    margin: 0 0 20vw;
    padding: 0 6.6666667vw;
    width: 100vw;
  }
  /* line 357, ../../_scss/top/top.scss */
  #topSec02 #topAbout:after {
    content: '';
    position: absolute;
    bottom: -15.2vw;
    left: -6.6666667vw;
    display: block;
    background: url("/img/top/img_top-about02_sp.png") 0 0/100% 100% no-repeat;
    width: 38.4vw;
    height: 39.6vw;
  }
  /* line 367, ../../_scss/top/top.scss */
  #topSec02 #topAbout h3 {
    position: relative;
    margin: 0 0 5.3333333vw;
    padding: 20vw 0 0;
    width: auto;
    min-width: auto;
    font-size: 6vw;
  }
  /* line 374, ../../_scss/top/top.scss */
  #topSec02 #topAbout h3:before {
    top: -29.6vw;
    left: auto;
    right: -6.6666667vw;
    background: url("/img/top/img_top-about01_sp.png") 0 0/100% 100% no-repeat;
    width: 45.333333vw;
    height: 47.866667vw;
  }
  /* line 383, ../../_scss/top/top.scss */
  #topSec02 #topAbout p {
    margin: 0 0 10.666667vw;
    width: auto;
    min-width: auto;
    line-height: 1.92;
    font-size: 3.733333vw;
  }
  /* line 390, ../../_scss/top/top.scss */
  #topSec02 #topAbout ul {
    margin: 0;
    padding: 0 0 20vw 42.666667vw;
    width: auto;
    min-width: auto;
    font-size: 4.2666667vw;
  }
  /* line 397, ../../_scss/top/top.scss */
  #topSec02 #topAbout ul li a {
    padding: 0 0 0 12vw;
  }
  /* line 399, ../../_scss/top/top.scss */
  #topSec02 #topAbout ul li a:before {
    top: -3.2vw;
    left: -1.3333333vw;
    background: #bea487 url("/img/common/ico_arrow-white.png") center center/4.26667vw 4vw no-repeat;
    width: 10.4vw;
    height: 10.4vw;
  }
  /* line 410, ../../_scss/top/top.scss */
  #topSec02 #topProfile {
    width: 100vw;
  }
  /* line 412, ../../_scss/top/top.scss */
  #topSec02 #topProfile h4 {
    text-align: center;
    font-size: 5.3333333vw;
  }
  /* line 417, ../../_scss/top/top.scss */
  #topSec02 #topProfile ul li {
    padding: 9.3333333vw 0 0 10.666667vw;
    font-size: 3.733333vw;
  }
  /* line 420, ../../_scss/top/top.scss */
  #topSec02 #topProfile ul li em {
    width: 24vw;
  }

  /* top section 03 setting
  ------------------------------------*/
  /* line 434, ../../_scss/top/top.scss */
  #topSec03 {
    display: block;
    margin: 0;
  }
  /* line 437, ../../_scss/top/top.scss */
  #topSec03 #aboutWorks {
    position: relative;
    display: block;
    border-radius: 0;
    margin: 0 0 20vw;
    padding: 0 6.6666667vw;
    width: 100vw;
  }
  /* line 444, ../../_scss/top/top.scss */
  #topSec03 #aboutWorks:after {
    content: '';
    position: absolute;
    bottom: -17.066667vw;
    left: -6.6666667vw;
    display: block;
    background: url("/img/top/img_top-about04_sp.png") 0 0/100% 100% no-repeat;
    width: 45.066667vw;
    height: 46.533333vw;
  }
  /* line 454, ../../_scss/top/top.scss */
  #topSec03 #aboutWorks h3 {
    margin: 0 0 5.3333333vw;
    padding: 20vw 0 0;
    width: auto;
    min-width: auto;
    font-size: 6vw;
  }
  /* line 460, ../../_scss/top/top.scss */
  #topSec03 #aboutWorks h3:before {
    top: -22.933333vw;
    left: auto;
    right: -6.6666667vw;
    background: url("/img/top/img_top-about03_sp.png") 0 0/100% 100% no-repeat;
    width: 37.2vw;
    height: 55.066667vw;
  }
  /* line 469, ../../_scss/top/top.scss */
  #topSec03 #aboutWorks p {
    margin: 0 0 10.666667vw;
    width: auto;
    min-width: auto;
    line-height: 1.92;
    font-size: 3.733333vw;
  }
  /* line 476, ../../_scss/top/top.scss */
  #topSec03 #aboutWorks ul {
    margin: 0;
    padding: 0 0 20vw 42.666667vw;
    width: auto;
    min-width: auto;
    font-size: 4.2666667vw;
  }
  /* line 483, ../../_scss/top/top.scss */
  #topSec03 #aboutWorks ul li a {
    padding: 0 0 0 12vw;
  }
  /* line 485, ../../_scss/top/top.scss */
  #topSec03 #aboutWorks ul li a:before {
    top: -3.2vw;
    left: -1.3333333vw;
    background: #bea487 url("/img/common/ico_arrow-white.png") center center/4.26667vw 4vw no-repeat;
    width: 10.4vw;
    height: 10.4vw;
  }
  /* line 496, ../../_scss/top/top.scss */
  #topSec03 #updateInfo {
    display: block;
    width: 100vw;
  }
  /* line 499, ../../_scss/top/top.scss */
  #topSec03 #updateInfo h4 {
    padding: 0;
    width: 100vw;
    max-width: auto;
    text-align: center;
    font-size: 18px;
  }
  /* line 506, ../../_scss/top/top.scss */
  #topSec03 #updateInfo ul {
    padding: 0 0 20vw 6.6666667vw;
    max-width: 100vw;
  }
  /* line 509, ../../_scss/top/top.scss */
  #topSec03 #updateInfo ul li {
    display: flex;
    padding: 6.6666667vw 0 0;
    font-size: 3.2vw;
  }
  /* line 513, ../../_scss/top/top.scss */
  #topSec03 #updateInfo ul li em {
    width: 19.333333vw;
  }
  /* line 516, ../../_scss/top/top.scss */
  #topSec03 #updateInfo ul li p {
    margin: -1.2vw 0 0;
    width: 68.666667vw;
    line-height: 1.8;
  }
}
