@charset "utf-8";

/*------------------------------------------------------------
  Normalize
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; font:inherit; vertical-align:baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}body{line-height:1;}ol, ul{list-style:none;}blockquote, q{quotes:none;}blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse; border-spacing:0;}h1,h2,h3,h4,h5,h6{font-weight:normal;}img{vertical-align:bottom; line-hegiht:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,var{font-weight:normal; font-style:normal;}caption,th{text-align:left;}abbr,acronym{border:0;}

/*------------------------------------------------------------
  Style
------------------------------------------------------------*/


.pc{display:block;}
.sp{display:none;}
.sp450{display:none;}
@media only screen and (max-width: 798px) {
.pc{display:none;}
.sp{display:block;}
}
@media only screen and (max-width: 450px) {
.sp450{display:block;}
}

html, body{
  font-size: 62.5%;
  line-height:1.2;
  font-weight: 300;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
a{
  text-decoration:none;
  color: #333;
}
img{
  width: 100%;
}

.intro{
  padding: 0px 10px;
  text-align: center;
}
.intro_sapporo{
  padding: 10px 10px;
  text-align: center;
}
.intro h2{
  max-width: 355px;
  margin: 0 auto 70px;
}
.intro .txt1{
  font-size: 3.6rem;
  line-height: 2;
  margin: 0 auto 30px;
}
.intro .txt2{
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 798px) {
  .intro{
    padding: 50px 10px;
  }
  .intro h2{
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .intro .txt1{
    font-size: 2rem;
    line-height: 1.6;
  }
  .intro .txt2{
    font-size: 1.6rem;
  }
}
@media (max-width: 470px) {
  .intro h2{
    max-width: 200px;
  }
  .intro .txt1{
    font-size: 1.8rem;
  }
  .intro .txt2{
    font-size: 1.3rem;
  }
}
@media (max-width: 370px) {
  .intro .txt2{
    font-size: 1.1rem;
  }
}

.conts01{
  background-color: #F7F7F7;
  padding: 90px 0;
}
.conts01 .inner{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.quead{
  text-align: center;
  margin: 0 0 50px;
}
.quead .tit{
  background-color: #747474;
  padding: 10px;
  font-size: 4rem;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 40px;
}
.quead .txt1{
  font-size: 2.8rem;
  line-height: 1.8;
}
.quead .logo{
  max-width: 318px;
  width: 90%;
  margin: 80px auto;
}
.quead .img{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.about{
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
.about .tit{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.about .tit:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background-color: #707070;
}
.about .txt1{
  font-size: 1.6rem;
  line-height: 1.8;
  width: calc(100% - 230px);
  margin-bottom: -15%;
}
.about .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about .flex .data{
  width: calc(100% - 230px);
  font-size: 2rem;
  line-height: 1.6;
}
.about .flex .data span{
  font-size: 1.4rem;
}
.about .flex .data strong{
  font-size: 2.8rem;
  font-weight: normal;
}
.about .flex .img{
  max-width: 212px;
  width: 212px;
}
.flow{
  background-color: #fff;
  padding: 40px;
}
.flow .tit{
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
}
.flow ul li{
  margin-bottom: 40px;
}
.flow ul li .midashi{
  background-color: #747474;
  padding: 10px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 30px;
  text-align: center;
}
.flow ul li .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flow ul li .flex .txt-box{
  width: calc(100% - 430px);
}
.flow ul li .flex .img{
  max-width: 412px;
  width: 412px;
}
.flow ul li:nth-child(1) .flex .txt-box{
  width: calc(100% - 470px);
}
.flow ul li:nth-child(1) .flex .img{
  max-width: 453px;
  width: 453px;
}
.flow ul li .txt1{
  font-size: 2rem;
  line-height: 1.6;
  text-indent: -2rem;
  margin: 0 0 10px 2rem;
}
.flow ul li .txt2{
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 20px;
}
.flow ul li .txt2:last-of-type{
  margin: 0;
}
.flow ul li.last{
  position: relative;
  padding-top: 60px;
  margin: 0;
}
.flow ul li.last:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #aaaaaa transparent transparent transparent;
}
.flow ul li.last .txt{
  border: solid 1px #707070;
  padding: 10px;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 798px) {
  .conts01{
    padding: 40px 0;
  }
  .quead{
    margin: 0 0 25px;
  }
  .quead .tit{
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  .quead .txt1{
    font-size: 2rem;
    line-height: 1.8;
  }
  .quead .logo{
    max-width: none;
    width: 50%;
    margin: 40px auto;
  }
  .about{
    padding: 20px;
    margin-bottom: 20px;
  }
  .about .tit{
    font-size: 2rem;
    line-height: 2;
    padding-bottom: 10px;
  }
  .about .tit:after{
    width: 100px;
  }
  .about .txt1{
    font-size: 1.4rem;
    margin-bottom: 5%;
    width: 100%;
  }
  .about .flex .data{
    width: calc(100% - 155px);
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .about .flex .data span{
    font-size: 1rem;
  }
  .about .flex .data strong{
    font-size: 1.8rem;
  }
  .about .flex .img{
    max-width: 140px;
    width: 140px;
  }
  .flow{
    padding: 30px 20px;
  }
  .flow .tit{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .flow ul li{
    margin-bottom: 30px;
  }
  .flow ul li .midashi{
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .flow ul li .flex{
    display: block;
  }
  .flow ul li .flex .txt-box{
    width: 100%;
  }
  .flow ul li .flex .img{
    max-width: 412px;
    width: 100%;
    margin: 0 auto;
  }
  .flow ul li:nth-child(1) .flex .txt-box{
    width: 100%;
  }
  .flow ul li:nth-child(1) .flex .img{
    max-width: 453px;
    width: 100%;
  }
  .flow ul li .txt1{
    font-size: 1.6rem;
  }
  .flow ul li .txt2{
    font-size: 1.4rem;
  }
  .flow ul li .txt2:last-of-type{
    margin: 0 0 20px;
  }
  .flow ul li.last{
    position: relative;
    padding-top: 40px;
    margin: 0;
  }
  .flow ul li.last:before{
    border-width: 20px 50px 0 50px;
  }
  .flow ul li.last .txt{
    font-size: 1.8rem;
  }
}
@media (max-width: 470px) {
  .quead .tit{
    font-size: 2rem;
  }
  .quead .txt1{
    font-size: 1.6rem;
  }
  .about{
    padding: 20px 10px;
  }
  .about .tit{
    font-size: 1.4rem;
  }
  .about .txt1{
    font-size: 1.2rem;
  }
  .flow .tit{
    font-size: 1.8rem;
  }
  .flow ul li .midashi{
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  .flow ul li .txt1{
    font-size: 1.5rem;
  }
  .flow ul li .txt2{
    font-size: 1.2rem;
  }
  .flow ul li.last .txt{
    font-size: 1.6rem;
  }
}

.conts02{
  padding: 90px 0;
}
.conts02 .tit{
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
}
.conts02 .tit:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background-color: #707070;
}
.conts02 .recommend{
  border: solid 1px #707070;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 5px 5px 2px rgba(0,0,0,.16);
  padding: 90px 10px 60px;
}
.conts02 .recommend .midashi{
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.4;
  position: relative;
  max-width: 450px;
  width: 90%;
  margin: 0 auto 50px;
}
.conts02 .recommend .midashi span{
  display: block;
  border-top: solid 1px #747474;
  color: #AAAAAA;
  font-size: 2rem;
  line-height: 1;
  padding-top: 20px;
  margin-top: 15px;
}

.conts02 .recommend .more{
  max-width: 260px;
  width: 90%;
  text-align: center;
  margin: 50px auto 0;
}
.conts02 .recommend .more a{
  display: block;
  background-color: #AAAAAA;
  color: #fff;
  padding: 20px 10px;
  font-size: 2.6rem;
  position: relative;
  transition: .3s;
}
.conts02 .recommend .more a:hover{
  opacity: .7;
}
.conts02 .recommend .more a:after{
  content: '\03e';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 798px) {
  .conts02{
    padding: 40px 0;
  }
  .conts02 .tit{
    font-size: 5vw;
    margin: 0 0 20px;
  }
  .conts02 .tit:after{
    width: 100px;
  }
  .conts02 .recommend{
    padding: 40px 8px 30px;
  }
  .conts02 .recommend .midashi{
    font-size: 1.8rem;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .conts02 .recommend .midashi span{
    font-size: 1.2rem;
    padding-top: 10px;
    margin-top: 5px;
  }
  .conts02 .recommend ul{
    display: block;
  }
 .conts02 .recommend .more{
    max-width: 200px;
    margin: 30px auto 0;
  }
  .conts02 .recommend .more a{
    padding: 10px;
    font-size: 1.6rem;
  }
}

footer ul{
  background-color: #E6E6E6;
  padding: 15px;
  display: flex;
  justify-content: center;
}
footer ul li{
  padding: 5px 20px;
  border-right: solid 1px #333;
}
footer ul li:last-child{
  border-right: none;
}
footer ul li a{
  font-size: 1.4rem;
  display: block;
}
footer ul li a:hover{
  text-decoration: underline;
}
footer .inner{
  padding: 60px 0;
  text-align: center;
}
footer .inner .logo{
  max-width: 170px;
  margin: 0 auto 20px;
}
footer .inner address{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
}
@media (max-width: 798px) {
  footer ul{
    display: block;
    text-align: center;
  }
  footer ul li{
    padding: 5px 10px;
    border: none;
  }
  footer ul li a{
    font-size: 1.2rem;
  }
  footer .inner{
    padding: 30px 0;
    text-align: center;
  }
  footer .inner .logo{
    max-width: 100px;
    margin: 0 auto 20px;
  }
}
