@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.has-x-small-font-size {
  font-size: 10px;
}

.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-x-large-font-size {
  font-size: 36px;
}

.has-huge-font-size {
  font-size: 50px;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #fff;
  font-size: 1.6rem;
  background: #000;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #2489ce;
}
a:hover, a:active {
  color: #72b7e6;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
header {
  position: relative;
  z-index: 1000;
}
header .wrap {
  position: relative;
}
header .wrap .top {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 896px) {
  header .wrap .top {
    width: 9%;
  }
}
header .wrap .logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
  header .wrap .logo {
    width: 25%;
  }
}
header .wrap .mail {
  position: absolute;
  right: 264px;
  top: 0;
}
@media screen and (max-width: 896px) {
  header .wrap .mail {
    right: 26%;
    width: 9%;
  }
}
header .wrap .tel {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 896px) {
  header .wrap .tel {
    width: 25.5%;
  }
}
header .wrap a:hover {
  opacity: 0.7;
}

#mv {
  background: url(../images/mv_bg@2x.jpg) no-repeat center center;
  background-size: cover;
  padding: 200px 0;
}
@media screen and (max-width: 479px) {
  #mv {
    background: url(../images/mv_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
  }
}

#main {
  padding-bottom: 80px;
}
#main #sct_point {
  padding: 130px 0 0;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #main #sct_point {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 479px) {
  #main #sct_point {
    padding: 80px 0 0;
  }
}
#main #sct_point .container h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  #main #sct_point .container h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#main #sct_point .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #main #sct_point .container ul li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  #main #sct_point .container ul li {
    margin-bottom: 40px;
  }
}
#main #sct_point .container ul li .img {
  width: 50%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #main #sct_point .container ul li .img {
    width: 38%;
  }
}
@media screen and (max-width: 479px) {
  #main #sct_point .container ul li .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#main #sct_point .container ul li .txt {
  width: 48%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #main #sct_point .container ul li .txt {
    width: 58%;
  }
}
@media screen and (max-width: 479px) {
  #main #sct_point .container ul li .txt {
    width: 100%;
  }
}
#main #sct_point .container ul li .txt h4 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #main #sct_point .container ul li .txt h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  #main #sct_point .container ul li .txt h4 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
#main #yoyaku {
  background: url(../images/yoyaku_bg@2x.png) no-repeat center top;
  background-size: 100%;
  padding-top: 220px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #main #yoyaku {
    background: url(../images/yoyaku_bg@2x.png) no-repeat center top;
    background-size: 120%;
    padding-top: 180px;
  }
}
@media screen and (max-width: 479px) {
  #main #yoyaku {
    background: url(../images/yoyaku_bg.png) no-repeat left top;
    background-size: 160%;
    padding-top: 110px;
  }
}
#main #yoyaku .container.container--w750 {
  max-width: 750px;
}
#main #yoyaku .container.container--w750 h3 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  #main #yoyaku .container.container--w750 h3 {
    margin-bottom: 20px;
  }
}
#main #yoyaku .container.container--w750 h4 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  #main #yoyaku .container.container--w750 h4 {
    padding: 0 26%;
    margin-bottom: 40px;
  }
}
#main #yoyaku .container.container--w750 ul {
  margin-bottom: 80px;
}
#main #yoyaku .container.container--w750 ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  #main #yoyaku .container.container--w750 ul li {
    margin-bottom: 20px;
  }
}
#main #yoyaku .container.container--w750 ul li p {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
#main #yoyaku .container.container--w750 .btns .nyukai {
  width: 46.666%;
}
@media screen and (max-width: 479px) {
  #main #yoyaku .container.container--w750 .btns .nyukai {
    width: 49.5%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
  #main #yoyaku .container.container--w750 .btns .nyukai img {
    vertical-align: bottom;
  }
}
#main #yoyaku .container.container--w750 .btns .taiken {
  width: 46.666%;
}
@media screen and (max-width: 479px) {
  #main #yoyaku .container.container--w750 .btns .taiken {
    width: 49.5%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }
  #main #yoyaku .container.container--w750 .btns .taiken img {
    vertical-align: bottom;
  }
}
#main #yoyaku .container.container--w750 .btns .hp {
  margin-top: 40px;
}
@media screen and (max-width: 479px) {
  #main #yoyaku .container.container--w750 .btns .hp {
    margin-top: 20px;
  }
}
#main #yoyaku .container.container--w750 .btns a:hover {
  opacity: 0.7;
}

footer {
  background-color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  footer {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
footer .copy {
  font-size: 1.2rem;
  color: #333;
  padding: 10px 0;
  letter-spacing: 0.05em;
}
