@charset "UTF-8";
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*====================================================================
	01 General_style
====================================================================*/
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Meiryo,sans-serif,"宋体",Gulim;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
}

a {
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.inview {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  -ms-transition: all 0.5s ease-in-out 0.3s;
  -moz-transition: all 0.5s ease-in-out 0.3s;
  -o-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}

.inview.view {
  opacity: 1;
}

/*====================================================================
	02 Common_style
====================================================================*/
/*---------------------------------------------------------
	header
*/
header .inner {
  position: relative;
  display: block;
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  letter-spacing: -.4em;
  margin: 10px auto;
}

header .inner a {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

header .inner a.logo {
  width: 206px;
  margin: 0 320px 0 0;
}

header .inner a.logo_bane {
  width: 72px;
}

header .inner a.contact {
  position: absolute;
  top: 0;
  right: 45px;
  display: block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: .9em;
  border-radius: 10px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */
}

header .inner a.contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 50px;
  background: #81bf34;
  border-radius: 5px;
}

header .link {
  letter-spacing: -.4em;
  text-align: center;
  padding: 17px 0;
  background-image: linear-gradient(#f1ffb2 0px, transparent 0px), linear-gradient(90deg, #f1ffb2 0px, transparent 0px), linear-gradient(#f1ffb2 1px, transparent 1px), linear-gradient(90deg, #f1ffb2 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

header .link a {
  display: inline-block;
  width: 416px;
  height: 39px;
  line-height: 39px;
  letter-spacing: normal;
  color: #FF5B4D;
  border-radius: 20px;
  margin: 0 40px;
  font-size: .9em;
}

header .link a.on {
  border: 1px solid #ffa29a;
}

/*---------------------------------------------------------
	footer
*/
footer .contact {
  position: relative;
  background-image: linear-gradient(#f1ffb2 0px, transparent 0px), linear-gradient(90deg, #f1ffb2 0px, transparent 0px), linear-gradient(#f1ffb2 1px, transparent 1px), linear-gradient(90deg, #f1ffb2 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  padding: 115px 0;
}

footer .contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(129, 191, 52, 0.2);
}

footer .contact a {
  position: relative;
  display: block;
  width: 642px;
  margin: auto;
}

footer .link {
  letter-spacing: -.4em;
  text-align: center;
  padding: 17px 0;
  background-image: linear-gradient(#f1ffb2 0px, transparent 0px), linear-gradient(90deg, #f1ffb2 0px, transparent 0px), linear-gradient(#f1ffb2 1px, transparent 1px), linear-gradient(90deg, #f1ffb2 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

footer .link a {
  display: inline-block;
  width: 416px;
  height: 39px;
  line-height: 39px;
  letter-spacing: normal;
  color: #FF5B4D;
  border-radius: 20px;
  margin: 0 40px;
  font-size: .9em;
}

footer .link a.on {
  border: 1px solid #ffa29a;
}

footer address {
  display: block;
  height: 60px;
  line-height: 60px;
  font-style: normal;
  background: #86C927;
  color: #fff;
  text-align: center;
  font-size: .9em;
}

/*====================================================================
	03 Top_style
====================================================================*/
/*---------------------------------------------------------
	Top
*/
#cts {
  overflow-x: hidden;
}

#cts .main_area {
  position: relative;
  height: 644px;
  background-image: url("../images/top_main.png");
  background-size: cover;
  background-position: center center;
}

#cts .main_area.online {
  background-image: url("../images/online_main.png");
}

#cts .main_area .inner {
  width: 1000px;
  max-width: 1000px;
  margin: auto;
}

#cts .main_area .inner .logo_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 463px;
}

#cts .main_area .inner .main_catch {
  position: absolute;
  bottom: 40px;
  width: 660px;
}

#cts .line {
  display: block;
  width: 100%;
  height: 6px;
  background: url("../images/line.png");
  background-repeat: repeat-x;
  background-position: center center;
}

#cts .merit {
  background-image: linear-gradient(#f1ffb2 0px, transparent 0px), linear-gradient(90deg, #f1ffb2 0px, transparent 0px), linear-gradient(#f1ffb2 1px, transparent 1px), linear-gradient(90deg, #f1ffb2 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  padding: 75px 0 0;
}

#cts .merit ul {
  display: block;
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  letter-spacing: -.4em;
  margin: 0 auto 35px;
}

#cts .merit ul li {
  display: inline-block;
  width: 50%;
  margin: 0 auto 50px;
}

#cts .merit ul li img {
  display: block;
  width: 96%;
  margin: auto;
}

#cts .merit .img_area {
  background: rgba(129, 191, 52, 0.2);
  padding: 50px 0 30px;
}

#cts .merit .img_area img {
  display: block;
  width: 808px;
  margin: auto;
}

#cts .recommended {
  background-image: linear-gradient(#f1ffb2 0px, transparent 0px), linear-gradient(90deg, #f1ffb2 0px, transparent 0px), linear-gradient(#f1ffb2 1px, transparent 1px), linear-gradient(90deg, #f1ffb2 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  padding: 100px 0;
}

#cts .recommended img {
  display: block;
  margin: auto;
}

#cts .recommended img.ttl_img {
  width: 477px;
  margin: 0 auto 50px;
}

#cts .recommended img.txt_img {
  width: 982px;
}

#cts .cts_01 {
  position: relative;
  background-image: linear-gradient(#f1ffb2 0px, transparent 0px), linear-gradient(90deg, #f1ffb2 0px, transparent 0px), linear-gradient(#f1ffb2 1px, transparent 1px), linear-gradient(90deg, #f1ffb2 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  padding: 95px 0 140px;
  overflow-y: hidden;
}

#cts .cts_01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 212, 0, 0.2);
  z-index: 1;
}

#cts .cts_01 .inner {
  position: relative;
  display: block;
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  z-index: 9;
}

#cts .cts_01 .inner .cts_ttl {
  margin: 0 auto 50px;
}

#cts .cts_01 .inner a {
  display: block;
}

#cts .cts_01 .inner a .btn {
  display: block;
  width: 643px;
  margin: auto;
}

#cts .cts_01 .bg_area .bg_left, #cts .cts_01 .bg_area .bg_right {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 9;
}

#cts .cts_01 .bg_area .bg_left {
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 640px;
  border-color: transparent transparent transparent #fff;
}

#cts .cts_01 .bg_area .bg_right {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 640px;
  border-color: transparent transparent #fff transparent;
}

#cts .service {
  padding: 115px 0;
}

#cts .service .ttl {
  display: block;
  width: 320px;
  margin: 0 auto 80px;
}

#cts .service ul {
  display: block;
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 auto 40px;
}

#cts .service ul li {
  display: inline-block;
  width: 308px;
  margin: 0 0 50px;
}

#cts .service ul li .txt_area {
  position: relative;
  display: block;
  width: 100%;
  background-image: linear-gradient(#f1ffb2 0px, transparent 0px), linear-gradient(90deg, #f1ffb2 0px, transparent 0px), linear-gradient(#f1ffb2 1px, transparent 1px), linear-gradient(90deg, #f1ffb2 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

#cts .service ul li .txt_area p {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 100%;
  letter-spacing: normal;
  font-weight: bold;
  line-height: 2;
}

#cts .service ul li:nth-child(-n + 3) .txt_area {
  height: 160px;
}

#cts .service ul li:nth-child(n + 4) .txt_area {
  height: 195px;
}

#cts .service ul li:nth-child(3n-1) {
  margin: 0 39px 50px;
}

#cts .service .catch {
  display: block;
  width: 770px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(255, 212, 0, 0.4);
  border-radius: 5px;
  margin: 0 auto 90px;
  font-size: .9em;
}

#cts .service video {
  display: block;
  margin: 0 auto;
}

#cts .flow .inner {
  display: block;
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  background-image: linear-gradient(#f1ffb2 0px, transparent 0px), linear-gradient(90deg, #f1ffb2 0px, transparent 0px), linear-gradient(#f1ffb2 1px, transparent 1px), linear-gradient(90deg, #f1ffb2 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  margin: 0 auto 80px;
  padding: 60px 0;
}

#cts .flow .inner img {
  display: block;
}

#cts .flow .inner .ttl {
  display: block;
  width: 320px;
  margin: 0 auto 50px;
}

#cts .flow .inner .description {
  width: 834px;
  margin: 0 auto;
}

#cts .flow .inner .flow_main {
  position: relative;
}

#cts .flow .inner .flow_main .main {
  position: relative;
  width: 813px;
  margin: 0 auto;
  z-index: 9;
}

#cts .flow .inner .flow_main .icon_img {
  position: absolute;
  z-index: 0;
}

#cts .flow .inner .flow_main .icon_img.icon_01 {
  top: 156px;
  left: -5%;
  width: 229px;
}

#cts .flow .inner .flow_main .icon_img.icon_02 {
  top: 475px;
  right: -180px;
  width: 413px;
}

#cts .flow .inner .flow_main .icon_img.icon_03 {
  top: 933px;
  right: -70px;
  width: 223px;
}

#cts .flow .inner .flow_main .icon_img.icon_04 {
  top: 1195px;
  left: -180px;
  width: 332px;
}

#cts .flow .inner p {
  position: relative;
  display: block;
  width: 830px;
  height: 125px;
  line-height: 125px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 212, 0, 0.4);
  border-radius: 10px;
  z-index: 9;
  font-weight: bold;
}

#cts .price {
  display: block;
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  background-image: linear-gradient(#f1ffb2 0px, transparent 0px), linear-gradient(90deg, #f1ffb2 0px, transparent 0px), linear-gradient(#f1ffb2 1px, transparent 1px), linear-gradient(90deg, #f1ffb2 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  margin: 0 auto 80px;
  padding: 60px 0 20px;
}

#cts .price .ttl {
  display: block;
  width: 138px;
  margin: 0 auto 50px;
}

#cts .price .price_img {
  display: block;
  width: 952px;
  margin: 0 auto;
}
