@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, .sec05 table th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body, html {
  font-size: 62.5%;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* common */
.main_lead {
  line-height: 1.2;
  text-align: center;
}

.lead_txt {
  text-align: center;
  line-height: 1.75;
}
.lead_txt + .lead_txt {
  margin-top: 50px;
}

.area_img {
  text-align: center;
  line-height: 0;
}

.underline {
  border-bottom: 1px solid currentColor;
}

.lead_sub {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.67em;
}

.txt_em {
  font-size: 1.4em;
}

.txt_bold {
  font-weight: 900;
}

.txt_green {
  color: #17b2a5;
}

.txt_dgreen {
  color: #028377;
}

.txt_blue {
  color: #1278af;
}

.txt_ab {
  position: absolute;
}

.italic {
  display: inline-block;
  position: relative;
  top: 5px;
  font-style: italic;
  font-size: 1.4em;
  padding-right: 0.2em;
}

.half_elm {
  display: inline-block;
  vertical-align: middle;
}

.txt_dot {
  display: inline-block;
  position: relative;
}

.txt_dot::after {
  position: absolute;
  left: 0.2em;
  top: -.6em;
  font-size: 0.7em;
  letter-spacing: 0.4em;
  content: "・・・・";
}

.box_lead {
  margin-bottom: 15px;
  font-size: 2.8rem;
}

.box_txt {
  font-size: 1.5rem;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.75;
}

/* kv */
#kv {
  height: 599px;
  background-color: #8c6330;
  background-image: url(../images/kv_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.kv_inner {
  width: 1000px;
  margin: 0 auto;
  padding-left: 120px;
  padding-top: 112px;
}

/* cv_sec */
.cv_lead_area {
  background-color: #4f8fb1;
  text-align: center;
}

.day_label {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #b7d3e3;
  color: #000;
  font-size: 1.8rem;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  vertical-align: top;
}

.cv_item_area {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 35px;
  font-size: 0;
}

.cv_item_img {
  display: inline-block;
  width: 615px;
  vertical-align: middle;
}

.cv_area_doc {
  display: inline-block;
  width: 360px;
  margin-left: 25px;
  vertical-align: middle;
}

.cv_price {
  margin-bottom: 15px;
  text-align: center;
}

.cv_btn {
  width: 360px;
}

.cv_btn_body {
  display: block;
  padding: 25px 0;
  background: url(../images/arrow_cv_btn.png), #095e0d;
  /* Old browsers */
  background: url(../images/arrow_cv_btn.png), -moz-linear-gradient(top, #095e0d 0%, #095e0d 50%, #08500b 50%, #08500b 100%);
  /* FF3.6-15 */
  background: url(../images/arrow_cv_btn.png), -webkit-linear-gradient(top, #095e0d 0%, #095e0d 50%, #08500b 50%, #08500b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(../images/arrow_cv_btn.png), linear-gradient(to bottom, #095e0d 0%, #095e0d 50%, #08500b 50%, #08500b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095e0d', endColorstr='#08500b',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #fff;
  font-size: 2.8rem;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  transition: .5s;
}
.cv_btn_body:hover {
  opacity: 0.85;
}

.sec_mv {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec01 .sec_mv {
  background-image: url(../images/sec01_mv.png);
  background-position: 70% top;
}

.sec02 .sec_mv {
  background-image: url(../images/sec02_mv.png);
  background-position: 30% top;
}

.sec03 .sec_mv {
  background-image: url(../images/sec03_mv.png);
  background-position: 30% top;
}

.sec04 .sec_mv {
  background-image: url(../images/sec04_mv.png);
  background-position: 30% top;
}

.sec_mv_txt {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  text-indent: -9999px;
}

.sec01 .sec_mv_txt{
  background-image: url(../images/sec01_mv_txt.png);
  background-position: 30% center;
}

.sec02 .sec_mv_txt{
  background-image: url(../images/sec02_mv_txt.png);
  background-position: 10% center;
}

.sec03 .sec_mv_txt{
  background-image: url(../images/sec03_mv_txt.png);
  background-position: 50% center;
}

.sec04 .sec_mv_txt{
  background-image: url(../images/sec04_mv_txt.png);
  background-position: 30% center;
}

/* item_area */
.item_area {
  line-height: 0;
}
.item_area .item_box {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.item_area .step_num {
  position: absolute;
  left: 0;
  top: -23px;
}
.item_area .item_lead {
  display: inline-block;
  width: 496px;
  margin-left: 64px;
  vertical-align: top;
}
.item_area .item_img {
  display: inline-block;
  width: 389px;
  margin-left: 35px;
  vertical-align: top;
}

/* sec01 */
.sec01 .area01 {
  padding: 70px 0;
  background-image: url(../images/sec01_area01_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.sec01 .area01 .main_lead {
  margin-bottom: 20px;
  font-size: 4.6rem;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
}
.sec01 .area01 .lead_txt {
  font-size: 1.9rem;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
}
.sec01 .area02 {
  padding: 55px 0 25px;
}
.sec01 .area02 .main_lead {
  font-size: 3.4rem;
  margin-bottom: 20px;
}
.sec01 .area03 {
  padding: 120px 0 110px;
  background-image: url(../images/sec01_area03_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.sec01 .area03 .main_lead {
  margin-bottom: 30px;
  font-size: 4.2rem;
  text-shadow: 0px 0px 5px rgba(213, 233, 234, 0.6);
  letter-spacing: 0.05em;
}
.sec01 .area03 .lead_txt {
  font-size: 1.8rem;
  text-shadow: 0px 0px 5px rgba(213, 233, 234, 0.6);
}

/* sec02 */
.sec02 .area01 {
  background-image: url(../images/sec02_area01_bg.jpg);
  background: url(../images/sec02_area01_bg.jpg), #b2e1dd;
  /* Old browsers */
  background: url(../images/sec02_area01_bg.jpg), -moz-linear-gradient(left, #b2e1dd 0%, #b2e1dd 50%, #afd4f7 50%, #afd4f7 100%);
  /* FF3.6-15 */
  background: url(../images/sec02_area01_bg.jpg), -webkit-linear-gradient(left, #b2e1dd 0%, #b2e1dd 50%, #afd4f7 50%, #afd4f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(../images/sec02_area01_bg.jpg), linear-gradient(to right, #b2e1dd 0%, #b2e1dd 50%, #afd4f7 50%, #afd4f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1dd', endColorstr='#afd4f7',GradientType=1 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center top;
}
.sec02 .area02 {
  padding: 55px 0 65px;
}
.sec02 .area02 .main_lead {
  font-size: 3.4rem;
}
.sec02 .area02 .main_lead .txt_em {
  font-size: 1.2em;
}
.sec02 .area03 {
  background-color: #b1e1dd;
  background-image: url(../images/sec02_area03_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.sec02 .area04 {
  position: relative;
  padding: 40px 0 0;
  text-align: center;
}
.sec02 .area04 .main_lead {
  margin-bottom: 40px;
  font-size: 3rem;
}
.sec02 .area04 .area_img.half_elm {
  margin-bottom: 30px;
  width: 543px;
}
.sec02 .area04 .lead_txt.half_elm {
  margin-bottom: 30px;
  width: 418px;
  font-size: 2rem;
}
.sec02 .area04 .lead_txt.txt_ab {
  left: 0;
  bottom: 160px;
  width: 100%;
  font-size: 1.5rem;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  letter-spacing: -0.05em;
}
.sec02 .area05 {
  padding: 30px 0 60px;
}
.sec02 .area05 .main_lead {
  margin-bottom: 30px;
  font-size: 4.2rem;
}
.sec02 .area05 .lead_txt {
  font-size: 1.7rem;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.sec02 .area06 {
  width: 1000px;
  height: 510px;
  margin: 0 auto 40px;
  padding: 30px 0 0;
  background-image: url(../images/sec02_area06_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.sec02 .area06 .main_lead {
  margin-bottom: 30px;
  font-size: 3.4rem;
}
.sec02 .area06 .oil_box {
  font-size: 0;
  text-align: center;
}
.sec02 .area06 .oil_item {
  display: inline-block;
  width: 200px;
  margin: 0 20px;
  vertical-align: top;
}
.sec02 .area06 .oil_img {
  margin-bottom: 15px;
}
.sec02 .area06 .oil_name {
  margin-bottom: 15px;
  font-size: 2.2rem;
}
.sec02 .area06 .oil_txt {
  font-size: 1.4rem;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: left;
  line-height: 1.5;
}
.sec02 .area07 {
  padding-bottom: 5px;
}
.sec02 .area07 .area_img {
  margin-bottom: 30px;
}
.sec02 .area07 .main_lead {
  margin-bottom: 40px;
  font-size: 40px;
}
.sec02 .area07 .area_img:nth-of-type(2) {
  background-image: url(../images/sec02_area07_bg02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.sec02 .area08 {
  position: relative;
  margin-bottom: 15px;
}
.sec02 .area08 .lead_txt.txt_ab {
  position: absolute;
  left: 0;
  top: 145px;
  width: 100%;
  font-size: 1.8rem;
}
.sec02 .area09 {
  width: 1000px;
  margin: 0 auto 60px;
  padding: 40px 18px 35px;
  border: 1px solid #8bd8d2;
}
.sec02 .area09 .main_lead {
  margin-bottom: 20px;
  font-size: 3.4rem;
  letter-spacing: -0.01em;
}
.sec02 .area09 .lead_txt {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

/* sec03 */
.sec03 {
  padding-bottom: 60px;
}
.sec03 .area01 {
  background-color: #afd4f7;
  background-image: url(../images/sec03_area01_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.sec03 .area02 {
  padding: 40px 0;
}
.sec03 .area02 .main_lead {
  margin-bottom: 50px;
  font-size: 3.2rem;
  line-height: 1.5;
}
.sec03 .area02 .sorp_box {
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
.sec03 .area02 .sorp_box .sorp_img {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}
.sec03 .area02 .sorp_box .sorp_doc {
  display: inline-block;
  width: 700px;
  vertical-align: middle;
}
.sec03 .area02 .sorp_box:nth-child(even) .sorp_doc {
  padding-left: 40px;
}
.sec03 .area02 .sorp_box + .sorp_box {
  margin-top: 50px;
}
.sec03 .area03 {
  padding-bottom: 40px;
  background-image: url(../images/sec03_area03_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.sec03 .area03 .main_lead {
  margin-bottom: 55px;
  font-size: 3.4rem;
  line-height: 1.5;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
}
.sec03 .area04 {
  width: 1000px;
  margin: 0 auto 35px;
  padding: 40px 18px 45px;
  border: 1px solid #1278af;
}
.sec03 .area04 .main_lead {
  margin-bottom: 25px;
  font-size: 3.4rem;
}
.sec03 .area04 .lead_txt {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

/* sec04 */
.sec04 {
  padding-bottom: 50px;
}
.sec04 .area01 {
  padding-top: 50px;
  text-align: center;
}
.sec04 .area01 .main_lead {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 4.2rem;
}
.sec04 .area01 .main_lead .lead_caption {
  display: block;
  margin-top: 0.5em;
  font-size: 1.1rem;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: right;
}
.sec04 .area01 .voice_box {
  padding: 40px 0;
}
.sec04 .area01 .voice_box:nth-of-type(odd) {
  background-color: #e3e3e3;
}
.sec04 .area01 .voice_box:nth-of-type(even) {
  background-color: #f1f1f1;
}
.sec04 .area01 .voice_box .voice_doc {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  text-align: left;
}
.sec04 .area01 .voice_box .box_lead {
  line-height: 1.5;
}
.sec04 .area01 .voice_box .voice_info {
  margin-top: 25px;
}
.sec04 .area02 {
  padding-top: 50px;
}
.sec04 .area02 .main_lead {
  margin-bottom: 10px;
  font-size: 2.8rem;
  line-height: 1.5;
}
.sec04 .area02 .lead_txt {
  font-size: 1.8rem;
}

/* sec05 */
.sec05 {
  width: 750px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
.sec05 table {
  width: 100%;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.sec05 table caption {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
.sec05 table td, .sec05 table th {
  width: 560px;
  padding: 15px;
  border: 1px solid #efefef;
  background-color: #fff;
  font-size: 1.3rem;
  vertical-align: top;
  line-height: 1.2;
}
.sec05 table th {
  width: 186px;
  background-color: #f7f7f7;
}
.sec05 .area01 {
  margin-bottom: 30px;
}

/* footer area common styles
------------------------------------- */
.mr00 {
  margin-right: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

img {
  vertical-align: top;
}

.deviceWrap, #glovalnavi ul, .layout_table {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

#footer {
  padding: 160px 0 0em;
  text-align: center;
  color: #fff;
  position: relative;
  background-image: url(https://www.ksjapan.com/common/image/common/ft_bgimg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#footer a {
  color: #000;
}
#footer .telnoimg {
  text-align: center;
}

#ftr-box {
  background-color: #fff;
  padding: 12px 35px;
  border-radius: 10px;
  margin-bottom: 30px;
}

#ftr-box-tbl {
  display: table;
  width: 100%;
}

.ftr-box-cell-lft,
.ftr-box-cell-cnt,
.ftr-box-cell-rgt {
  display: table-cell;
  text-align: left;
}

.ftr-box-cell-lft,
.ftr-box-cell-cnt {
  width: 307px;
}

#ftr-box h5 {
  margin-bottom: 12px;
}

.ftr-box-cell-lft ul,
.ftr-box-cell-cnt ul {
  margin-bottom: 18px;
}

.ftr-box-cell-lft li a,
.ftr-box-cell-cnt li a {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
  padding-left: 16px;
  background: url(https://www.ksjapan.com/common/image/common/fticon_arrow.png) no-repeat left center;
}

.ftr-box-cell-lft li a:hover,
.ftr-box-cell-cnt li a:hover {
  text-decoration: none;
}

.ftr-box-cell-rgt {
  width: 366px;
}

.ftr-btn {
  padding-bottom: 18px;
}

.ftr-btn p {
  text-align: center;
}
.ftr-btn p a {
  transition: .5s;
}
.ftr-btn p a:hover {
  opacity: .7;
}

.ftr-btn p img {
  margin-right: 20px;
}

#footer address {
  font-style: normal;
}

.ftr-tel h5 {
  background-color: #9D8F67;
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
}

.ftr-tel .ftr-txt {
  width: 327px;
  letter-spacing: 0;
  margin: 10px auto;
  color: #333;
  font-size: 10px;
}

.ftr-tel .ftr-txt p {
  font-size: 10px;
  line-height: 1.5;
}

.copyright {
  text-align: center;
  font-size: 14px;
  background-color: #333;
  color: #fff;
  font-style: normal;
  padding: 8px 0 12px;
}
