@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
/****************************************************************************
reset.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2016.10.06
Last up date   : 2016.10.06
****************************************************************************/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

strong {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

/****************************************************************************
pc_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/*============================================================
//  初期設定
//==========================================================*/
.on {
  display: block !important;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

/* Win版IE7とMac版IE5対策 */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* 共通設定--------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  overflow: hidden;
}

a img {
  transition: .2s;
  border: 0;
}

ul, ol, dl {
  list-style: none;
}

body {
  font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku GothicPro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  color: #333;
  background-color: #000;
}

a {
  text-decoration: none;
  color: #0062ce;
  border: none;
}

a:hover {
  text-decoration: underline;
  color: #806239;
}

a:link, a:visited img {
  color: #0062ce;
}

a:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
}

img {
  vertical-align: bottom;
  border: none;
}

/* CSS Document */
#wrapper {
  width: 100%;
}

/***********************************
共通ヘッダ
***********************************/
header {
	width: 100%;
	height: 85px;
	padding: 0px !important;
	margin: 0 auto 0 auto;
	display: block;
	text-align: left;
	z-index: 100;
	background: url(../images/header_bg.png) repeat-x bottom left;
}
header h1 a {
	/*width: 136px;*/
	width: auto;
    height: 30px;
	display: inline-block;
	/*margin: 12px 0 0 20px !important;*/
	margin: 13px 0 0 20px !important;
	padding: 0 !important;
	float: left;
}

header h1 a img {
	width: 100%;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper hr {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #65be22;
  border-left: none;
}

/***********************************
共通カラー
***********************************/
.red {
  color: #f00;
}

#contents {
  width: 100%;
  /*max-width: 1000px;*/
}

/***********************************
共通設定
***********************************/
section {
  font-family: 'Noto Sans JP','\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku GothicPro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;
  display: block;
  /*overflow: hidden;*/
  width: 100%;
  color: #fff;
}

.klsc .define_wrap {
  padding: 0 24px;
}

.klsc .define_inner {
  max-width: 100%;
  width: 990px;
  margin: 0 auto;
}

.ov {
  transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ov:hover {
  opacity: .7;
}


@media screen and (min-width:768px){
  .klsc .sp {
    display: none;
  }
}
@media screen and (max-width:767px){

  .klsc .pc {
    display: none;
  }

  .klsc .define_wrap {
    padding: 0 4%;
  }
}

/***********************************
共通ボタン
***********************************/
p.button {
  font-family: 'Sawarabi Mincho';
  font-weight: bold;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  letter-spacing: -1px;
}

p.button a {
  position: relative;
  z-index: 100;
  display: block;
  text-align: center;
}

p.button:hover {
  opacity: .8;
}

p.button a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

/*--------------------------------------------------------
footer
--------------------------------------------------------*/
footer {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 40px 0 40px 0;
  text-align: center;
  color: #fff;
  background: #000;
}

#footer {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.cRight {
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.pcLayer, img.pcImg {
  display: block;
}

.spLayer, img.spImg {
  display: none;
}

/* --- pagetop --- */
.pagetop {
  position: fixed;
  right: 8px;
  bottom: 58px;
  transition: all .6s;
  transform: scale(0.3);
  opacity: 0;
  filter: alpha(opacity=0);
}

.pagetop a {
  font-size: 1.6rem;
  display: table-cell;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  border-radius: 0;
  background: rgba(126, 202, 68, 0.9);
}

.pagetop.show {
  transform: scale(1);
  opacity: .8;
  filter: alpha(opacity=80);
}

.pagetop a:hover {
  text-decoration: none;
  background: rgba(126, 202, 68, 0.6);
}

/***********************************
PC共通
***********************************/
.pcLayer, img.pcImg {
  display: block !important;
}

.spLayer, img.spImg {
  display: none !important;
}

.c-both {
  clear: both;
}

/****************************************************************************
sp_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/* CSS Document */
@media screen and (max-width: 768px) {
  body {
    font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku Gothic Pro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
  }
  li {
    list-style-type: none;
  }
  a {
    text-decoration: none;
    color: #0062ce;
    border: none;
  }
  a:hover {
    text-decoration: underline;
    color: #806239;
  }
  a:link, a:visited img {
    color: #0062ce;
  }
  a:link img {
    border: none;
  }
  .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
  }
  .clearfix {
    min-height: 1px;
  }
  * html .clearfix {
    height: 1px;
  }
  /*行の高さをフォントサイズと同じにしています*/
  body {
    line-height: 1.4;
  }
  /*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  /*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
  ol, ul {
    list-style: none;
  }
  /*引用符の表示が出ないようにしています*/
  blockquote, q {
    quotes: none;
  }
  /*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }
  /*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
  a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
  }
  /* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
  ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
  }
  /* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
    また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
  mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
  }
  /*テキストに打ち消し線が付くようにしています*/
  del {
    text-decoration: line-through;
  }
  /*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
    また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
  abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
  }
  /*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  /*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
  hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
  }
  /*縦方向の揃え位置を中央揃えに指定しています*/
  input, select {
    vertical-align: middle;
  }
  /*画像を縦に並べたときに余白が出てしまわないように指定しています*/
  img {
    font-size: 0;
    line-height: 0;
    vertical-align: top;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 10px;
    font-size: 1.0rem;
    color: #333;
  }
  /* --- 共通設定 --- */
  section {
    display: block;
    width: 100%;
  }
  #wrapper {
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  /***********************************
    共通ヘッダ
    ***********************************/
  header {
		width: 100%;
		height: 82px;
		padding: 0px 0 0px 0 !important;
		margin: 0 auto 0 auto;
		display: block;
		text-align: left;
		z-index: 100;
		background: url(../images/header_bg.png) repeat-x bottom left;
		overflow: hidden;
	}
	header h1 a {
        width: 74%;
        display: inline-block;
        margin: 17px 0 0px 17px !important;
		padding: 0 !important;
		float: left;
	}

	header h1 a img {
		width: 100%;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
	}
  #wrapper hr {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #65be22;
    border-left: none;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /*--------------------------------------------------------
    footer
    --------------------------------------------------------*/
  footer {
    padding: 20px 0;
    font-size: 10px;
    line-height: 1.5;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 10px 0 15px 0;
    text-align: center;
    color: #fff;
  }
  #footer {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .cRight {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 10px;
  }
  /* --- pagetop --- */
  .pagetop {
    z-index: 1000;
    bottom: 10px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pcLayer, img.pcImg {
    display: none !important;
  }
  .spLayer, img.spImg {
    display: block !important;
  }
}

/**** END media screen *****/
/****************************************************************************
@pc_index.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/*--------------------------------------------------------
@back to top
--------------------------------------------------------*/
div.backToTop {
  overflow: hidden;
  width: 100%;
  height: 49px;
  text-align: right;
}

div.backToTop img {
  float: right;
  margin-top: 5px;
}

a.btn1 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin: 15px auto 15px auto;
  padding: 20px 30px 20px 15px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  background: #65be22;
}

a.btn2 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: 450px;
  margin: 15px auto 15px auto;
  padding: 10px 40px 10px 25px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

a.btn1 span.icon {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

a.btn2 span.icon {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

a.btn1:hover {
  text-decoration: none;
  opacity: .7;
}

a.btn1:active {
  text-decoration: none;
}

a.btn2:hover {
  text-decoration: none;
  color: #000;
  border: 1px solid #65be22;
  background: #65be22;
}

a.btn2:hover span.icon {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

a.btn2:active {
  text-decoration: none;
}

a.btSP {
  margin-top: 0;
}

/*--------------------------------------------------------
@#contents
--------------------------------------------------------*/
#contents {
  overflow: hidden;
  width: 100%;
  /*max-width: 1000px;*/
  margin: 0 auto;
  padding: 0 0 0 0;
}

section h3 {
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
}

section h4 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

section h5 {
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

section h6 {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

/*--------------------------------------------------------
.main
--------------------------------------------------------*/
.main {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 0;
  text-align: center;
}

.main img {
  width: 100%;
}

.main img.mainText {
  width: 100%;
  margin: 15px 0 0 0;
}

.main img.mainText2 {
  width: 80%;
  max-width: 600px;
  margin: 15px auto 0 auto;
}

.main p {
  font-size: 12px;
  width: 80%;
  max-width: 600px;
  margin: 10px auto 25px auto;
  text-align: left;
}

/*--------------------------------------------------------
.outline
--------------------------------------------------------*/
.outline {
  overflow: hidden;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.outline p {
  font-size: 14px;
}

/*--------------------------------------------------------
.list
--------------------------------------------------------*/
.list {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.list li {
  position: relative;
  float: left;
  width: 14%;
}

.list li {
  margin-bottom: 15px;
  margin-left: 2%;
}

.list li span.icon {
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  z-index: 1000;
  top: -7px;
  left: -7px;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #f00;
  border-radius: 50%;
  background: #f00;
}

.list li:nth-child(1), .list li:nth-child(7), .list li:nth-child(13), .list li:nth-child(19), .list li:nth-child(25), .list li:nth-child(31) {
  margin-left: 3%;
}

.list li img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.list li p {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  display: inline-block;
  width: 96%;
  height: 3.4em;
  margin: 0;
  padding: 3px 2% 3px 2%;
  text-align: center;
  color: #fff;
}

/*--------------------------------------------------------
.cardBox1
--------------------------------------------------------*/
.cardBox1 {
  overflow: hidden;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  text-align: center;
}

.cardBox1 strong {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.cardBox1 ul.Kaze {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}

.cardBox1 ul.Kaze li.card {
  display: inline-block;
  width: 23%;
  text-align: right;
}

.cardBox1 ul.Kaze li.card img {
  width: 90%;
}

.cardBox1 ul.Kaze li.aboutKaze {
  display: inline-block;
  width: 75%;
  text-align: left;
}

/*--------------------------------------------------------
.cardBox2
--------------------------------------------------------*/
.cardBox2 {
  overflow: hidden;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px auto;
  padding: 30px 0 20px 0;
  text-align: center;
}

.cardBox2 img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px auto;
}

.cardBox2 a {
  margin-right: auto;
  margin-left: auto;
}

.cardBox2 p.notes {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 20px 0;
  padding: 0;
}

.cardBox2 p.notes span.small {
  font-size: 12px;
  font-weight: normal;
}

.cardBox2 p.catch {
  width: 520px;
  margin: 15px auto 0 auto;
  padding: 0;
}

.cardBox2 p.catch img {
  width: 100%;
}

/*--------------------------------------------------------
.cardBox3
--------------------------------------------------------*/
.cardBox3 {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
}

.cardBox3 img {
  width: 100%;
  max-width: 900px;
  margin: 20px auto 10px auto;
}

.cardBox3 a {
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------
.notes
--------------------------------------------------------*/
.notes {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

.notes p {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------
.contact
--------------------------------------------------------*/
.contact {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
  text-align: center;
}

.contact strong {
  font-size: 30px;
}

.contact strong.small {
  font-size: 16px;
}

.contact p {
  margin-bottom: 30px;
}

.contact p.catch {
  font-size: 18px;
  margin-bottom: 10px;
}

/****************************************************************************
sp_index.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
@media screen and (max-width: 768px) {
  .pcLayer {
    display: none;
  }
  .spLayer {
    display: block;
  }
  a.btn1 {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 96%;
    margin: 15px 0 15px 2%;
    padding: 20px 0 20px 0;
    text-align: center;
    color: #000;
    border-radius: 5px;
    background: #65be22;
  }
  a.btn2 {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: auto;
    width: 96%;
    margin: 15px auto 15px auto;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  a.btn1 span.icon {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    transform: rotate(45deg);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
  a.btn2 span.icon {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    transform: rotate(45deg);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  a.btn1:hover {
    text-decoration: none;
    opacity: .7;
  }
  a.btn1:active {
    text-decoration: none;
  }
  a.btn2:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid #65be22;
    background: #65be22;
  }
  a.btn2:hover span.icon {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
  a.btn2:active {
    text-decoration: none;
  }
  a.btSP {
    margin-bottom: 0;
  }
  /*--------------------------------------------------------
    @#contents
    --------------------------------------------------------*/
  #contents {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  section h3 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #fff;
  }
  section h4 {
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
  }
  section h5 {
    font-size: 10px;
    font-weight: normal;
    display: block;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
  }
  section h6 {
    font-size: 10px;
    font-weight: normal;
    display: block;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
  }
  /*--------------------------------------------------------
    .main
    --------------------------------------------------------*/
  .main {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: center;
  }
  .main img {
    width: 100%;
  }
  .main img.mainText {
    width: 92%;
    margin: 15px auto 0 auto;
  }
  .main img.mainText2 {
    width: 92%;
    max-width: 100%;
    margin: 15px auto 0 auto;
  }
  .main p {
    font-size: 10px;
    width: 92%;
    max-width: 100%;
    margin: 10px auto 25px auto;
    text-align: left;
  }
  /*--------------------------------------------------------
    .outline
    --------------------------------------------------------*/
  .outline {
    overflow: hidden;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .outline p {
    font-size: 14px;
  }
  /*--------------------------------------------------------
    .list
    --------------------------------------------------------*/
  .list {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  .list li {
    float: left;
    width: 22.5%;
  }
  .list li {
    margin-bottom: 10px;
    margin-left: 2%;
  }
  .list li span.icon {
    font-size: 9px;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #f00;
    border-radius: 50%;
    background: #f00;
  }
  .list li:nth-child(1), .list li:nth-child(7), .list li:nth-child(13), .list li:nth-child(19), .list li:nth-child(25), .list li:nth-child(31) {
    margin-left: 2%;
  }
  .list li img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .list li p {
    font-size: 10px;
    line-height: 1.2;
    display: block;
    display: inline-block;
    width: 96%;
    height: 4em;
    margin: 0;
    padding: 3px 2% 3px 2%;
    text-align: center;
    color: #fff;
  }
  .list li p span {
    font-size: 8px;
  }
  /*--------------------------------------------------------
    .cardBox1
    --------------------------------------------------------*/
  .cardBox1 {
    overflow: hidden;
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    text-align: center;
  }
  .cardBox1 strong {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .cardBox1 ul.Kaze {
    display: block;
    overflow: hidden;
    margin-top: 20px;
  }
  .cardBox1 ul.Kaze li.card {
    display: inline-block;
    width: 33%;
    text-align: right;
  }
  .cardBox1 ul.Kaze li.card img {
    width: 90%;
  }
  .cardBox1 ul.Kaze li.aboutKaze {
    font-size: 10px;
    display: inline-block;
    width: 65%;
    text-align: left;
  }
  /*--------------------------------------------------------
    .cardBox2
    --------------------------------------------------------*/
  .cardBox2 {
    overflow: hidden;
    width: 96%;
    max-width: 100%;
    margin: 0 auto 50px auto;
    padding: 30px 0 20px 0;
    text-align: center;
  }
  .cardBox2 img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0 auto;
  }
  .cardBox2 a {
    margin-right: auto;
    margin-left: auto;
  }
  .cardBox2 p.notes {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 20px 0;
    padding: 0;
    letter-spacing: -1px;
  }
  .cardBox2 p.notes span.small {
    font-size: 10px;
    font-weight: normal;
  }
  .cardBox2 p.catch {
    width: 90%;
    margin: 15px auto 0 auto;
    padding: 0;
  }
  .cardBox2 p.catch img {
    width: 100%;
  }
  /*--------------------------------------------------------
    .cardBox3
    --------------------------------------------------------*/
  .cardBox3 {
    overflow: hidden;
    width: 96%;
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .cardBox3 img {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0 auto;
  }
  .cardBox3 a {
    margin-right: auto;
    margin-left: auto;
  }
  /*--------------------------------------------------------
    .notes
    --------------------------------------------------------*/
  .notes {
    overflow: hidden;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding: 50px 0 20px 0;
  }
  .notes p {
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  /*--------------------------------------------------------
    .contact
    --------------------------------------------------------*/
  .contact {
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    text-align: center;
  }
  .contact strong {
    font-size: 24px;
  }
  .contact strong.small {
    font-size: 14px;
  }
  .contact p {
    margin-bottom: 20px;
  }
  .contact a {
    width: 90%;
  }
  .contact h5 {
    padding-bottom: 10px;
  }
  .contact p.catch {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact a.banner img {
    width: 80%;
  }
}

/**** END media screen *****/
@media screen and (min-width: 768px) {
  body {
    min-width: 984px;
  }
}

.klsc {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .klsc {
    /*width: 984px;*/
  }
}

@media screen and (min-width: 768px) {
  .klsc_inner {
    padding: 0 37px 100px;
  }
}

@media screen and (max-width: 767px) {
  .klsc_inner {
    padding: 0 2.66666667vw 13.33333333vw;
  }
}

.klsc * {
  color: #000;
}

.klsc *, .klsc *::before, .klsc *::after {
  box-sizing: border-box;
}

.klsc img {
  max-width: 100%;
  vertical-align: middle;
}

.klsc a {
  color: #000;
  transition: opacity .4s ease;
}

.klsc a:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .klsc ._pcHide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .klsc ._spHide {
    display: none;
  }
}

.klsc .hero {
  position: relative;
}

.klsc .hero_heading {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .klsc .hero_heading {
      top: 405px;
      right: 0px;
      width: 611px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .hero_heading {
      top: 41.2vw;
      right: 0vw;
      width: 60vw;
  }
}

.klsc .hero_img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .klsc .content1 {
    padding: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1 {
    padding: 3.2vw 0;
  }
}

.klsc .content1_heading {
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .klsc .content1_heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
    .klsc .content1_heading br.sp {
        display: block;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_heading {
    margin-bottom: 20px;
    font-size: 4.06666667vw;
  }

.klsc .content1_heading br.sp {
  display: none;
}
}

@media screen and (min-width: 768px) {
  .klsc .content1_heading span {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_heading span {
    font-size: 4.06666667vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content1_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 807px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content1_entry, .klsc .content1_period {
    width: 370px;
    margin-bottom: 20px;
      margin-right: 20px;
  }
}

.klsc .content1_entry {
    
}

@media screen and (max-width: 767px) {
  .klsc .content1_entry {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content1_entry_img {
      color: #fff;
      box-sizing: border-box;
      text-align: center;
      margin-right: 2px;
      margin-bottom: 20px;
  }
    .klsc .content1_entry_img p{
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
  .klsc .content1_entry_img {
      text-align: center;
      margin: 0 auto 20px;
      width: 100%;
  }
}

.klsc .content1_entry_img img {
  width: 100%;
}

.klsc .content1_entry_day {
  display: flex;
  line-height: 1;
}

.klsc .content1_entry_day p{
    display: flex;
    align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .klsc .content1_entry_day {
      font-size: 55px;
  }

    klsc .content1_entry_day p{
        display: block;
    }
}

@media screen and (max-width: 767px) {
  .klsc .content1_entry_day {
      display: block;
    text-align: center;
      margin: 0 auto;
      width: 100%;
  }
}

.klsc .content1_entry_day p {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .klsc .content1_entry_day p:first-of-type {
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_entry_day p:first-of-type {
    padding-right: 5.33333333vw;
  }
}

.klsc .content1_entry_day p:first-of-type:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
    width: 20px;
    height: 6px;
    background: url("../images/entry_day.png") no-repeat left center;
    background-size: 20px 6px;
}

@media screen and (min-width: 768px) {
  .klsc .content1_entry_day p:first-of-type:after {
    transform: translateY(calc(-50% + 5px));
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_entry_day p:first-of-type:after {
    right: 1.33333333vw;
    transform: translateY(-50%);
    font-size: 3.2vw;
  }
}

.klsc .content1_entry_day span {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .klsc .content1_entry_day span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_entry_day span {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_period {
    width: 100%;
    margin: 0 auto;
  }
}

.klsc .content1_period_inner {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .klsc .content1_period_inner {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_period_inner {
    justify-content: flex-start;
    margin-bottom: 1.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content1_period_img {
    width: 150px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_period_img {
    
    margin: 0.53333333vw 1.33333333vw 0 0;
  }
}

.klsc .content1_period_img img {
  width: 100%;
}

.klsc .content1_period_day {
  display: flex;
}

.klsc .content1_period_day p {
  position: relative;
  line-height: 1;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .klsc .content1_period_day p {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_period_day p {
    font-size: 9.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content1_period_day p:first-of-type {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_period_day p:first-of-type {
    padding-right: 5.33333333vw;
  }
}

.klsc .content1_period_day p:first-of-type:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "\25B6\FE0E";
}

@media screen and (min-width: 768px) {
  .klsc .content1_period_day p:first-of-type:after {
    transform: translateY(calc(-50% + 5px));
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_period_day p:first-of-type:after {
    right: 1.33333333vw;
    transform: translateY(-50%);
    font-size: 3.2vw;
  }
}

.klsc .content1_period_day span {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .klsc .content1_period_day span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_period_day span {
    font-size: 3.2vw;
  }
}

.klsc .content1_period_text {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .klsc .content1_period_text {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content1_period_text {
    font-size: 2.13333333vw;
  }
}

.klsc .content2 {
  width: 100%;
  margin: 0 auto;
  background: #eeeceb;
}

@media screen and (min-width: 768px) {
  .klsc .content2 {
    max-width: 807px;
    margin-bottom: 0;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content2 {
    margin-bottom: 0;
    padding: 4vw;
  }
}

.klsc .content2_heading {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #69be28;
}

@media screen and (min-width: 768px) {
  .klsc .content2_heading {
    max-width: 722px;
    margin: 0 auto 10px;
    padding: 3px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content2_heading {
    margin: 0 auto 4vw;
    padding: 1.33333333vw;
    font-size: 4vw;
  }
}

.klsc .content2_inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .klsc .content2_inner {
    max-width: 722px;
    margin: 0 auto 5px;
  }
  .klsc .content2_inner.mb40 {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content2_inner {
    margin: 0 auto 2.66666667vw;
  }
}

.klsc .content2_card2 a{
    font-size: 90%;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
  .klsc .content2_card {
    width: 222px;
  }
  .klsc .content2_card2 {
        margin-left: auto;
        width: 222px;
      text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content2_card {
    width: 25.66666667vw;
  }
  .klsc .content2_card2 {
        margin-left: 0;
        width: 100%;
      text-align: center;
  }
  .klsc .content2_card2 a{
    font-size: 14px;
    line-height: 150%;
  }
}

.klsc .content2_card img {
  width: 100%;
}

.klsc .content2_card:not(:last-of-type) {
  position: relative;
}

@media screen and (min-width: 768px) {
  .klsc .content2_card:not(:last-of-type) {
    margin-right: 30px;
  }
}

.klsc .content2_card:not(:last-of-type):after {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../images/arrow1.svg") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .klsc .content2_card:not(:last-of-type):after {
    right: -23px;
    width: 20px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content2_card:not(:last-of-type):after {
    right: -2.66666667vw;
    width: 1.76vw;
    height: 2.66666667vw;
    top: 37%;
  }
}

.klsc .content2_card p{
    font-size: 95%;
    line-height: 130%;
    padding: 0.5em 0 0 0;
    text-align: center;
    color: #c7000b;
    font-weight: bold;
}

.klsc .content2_card p br.pcb{
    display: block;
}

.klsc .content2_card a{
    font-size: 95%;
    line-height: 130%;
    padding: 0.5em 0 0 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .klsc .content2_card p{
    font-size: 2.66666667vw;
}
.klsc .content2_card p br.pcb{
    display: none;
}
}

.klsc .content2_text {
  text-align: center;
  color: #c7000b;
  letter-spacing: -.03em;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .klsc .content2_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content2_text {
    font-size: 2.66666667vw;
  }
}

.klsc .content2_text2 {
  text-align: center;
  letter-spacing: -.03em;
  line-height: 1.3;
}

.klsc .content2_text2 span{
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .klsc .content3_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content3_box1 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content3_box1 {
    margin-bottom: 2.66666667vw;
  }
}

.klsc .content3_content {
  width: 100%;
}

.klsc .content3_heading {
  margin: 0 auto;
  cursor: pointer;
  transition: opacity .4s ease;
}

@media screen and (min-width: 768px) {
  .klsc .content3_heading {
    width: 240px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content3_heading {
    width: 64vw;
    height: 21.33333333vw;
  }
}

.klsc .content3_heading:hover {
  opacity: .7;
}

.klsc .content3_heading-normal {
  background: url("../images/normal.png") no-repeat center center/cover;
}

.klsc .content3_heading-large {
  background: url("../images/large.png") no-repeat center center/cover;
}

.klsc .content4 {
  border-bottom: 1px solid #231815;
}

@media screen and (min-width: 768px) {
  .klsc .content4 {
    margin-top: 45px;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content4 {
    margin-top: 12vw;
    margin-bottom: 13.33333333vw;
    padding-bottom: 10.66666667vw;
  }
}

.klsc .content4_heading {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #000;
}

@media screen and (min-width: 768px) {
  .klsc .content4_heading {
    max-width: 620px;
    margin: 0 auto 20px;
    padding: 3px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content4_heading {
    margin: 0 auto 4vw;
    padding: 1.33333333vw;
    font-size: 4vw;
  }
}

.klsc .content4_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .klsc .content4_inner {
    max-width: 667px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content4_inner {
    flex-wrap: wrap;
  }
}

.klsc .content4_card {
  position: relative;
}

@media screen and (max-width: 767px) {
  .klsc .content4_card {
    width: 45.86666667vw;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content4_card:not(:last-of-type) {
    margin-bottom: 5.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content4_card:not(:last-of-type):after {
    position: absolute;
    display: block;
    content: "";
    top: calc(50% - 15px);
    right: -20px;
    transform: translateY(-50%);
    width: 22px;
    height: 33px;
    background: url("../images/arrow2.svg") no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content4_card_img {
    width: 82px;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content4_card_img {
    width: 21.33333333vw;
    margin: 0 auto;
    text-align: center;
  }
}

.klsc .content4_card_text {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .klsc .content4_card_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content4_card_text {
    font-size: 3.73333333vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content5 {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content5_heading {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content5_heading {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content5_item:nth-of-type(n + 3) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content5_item:nth-of-type(n + 3) {
    margin-bottom: 5.33333333vw;
  }
}

.klsc .content5_item_heading, .klsc .content5_item_text, .klsc .content5_item_list {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .klsc .content5_item_heading, .klsc .content5_item_text, .klsc .content5_item_list {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content5_item_heading, .klsc .content5_item_text, .klsc .content5_item_list {
    font-size: 2.66666667vw;
  }
}

.klsc .content5_item_heading {
  text-align: left;
  font-weight: 700;
}

.klsc .content5_item_text, .klsc .content5_item_list {
  padding-left: 1em;
}

.klsc .content5_item_text span {
  color: #c7000b;
}

.klsc .content5_item_list {
  letter-spacing: -.03em;
}

.klsc .content5_item_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  color: #fff;
  background: #69be28;
}

@media screen and (min-width: 768px) {
  .klsc .content5_item_link {
    max-width: 382px;
    height: 40px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content5_item_link {
    width: 80vw;
    margin: 5.33333333vw auto 0;
    padding: 4vw 6.66666667vw;
    font-size: 3.2vw;
  }
}

.klsc .content5_item_link span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .klsc .content5_item_link span {
    right: 15px;
    width: 14px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content5_item_link span {
    right: 4vw;
    width: 3.73333333vw;
  }
}

.klsc .content6 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .klsc .content6 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content6 {
    margin-top: 5.33333333vw;
  }
}

.klsc .content6_heading {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .klsc .content6_heading {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content6_heading {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content6_text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content6_text {
    font-size: 3.46666667vw;
  }
}

.klsc .content6_tel {
  line-height: 1;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .klsc .content6_tel {
    margin-bottom: 5px;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content6_tel {
    margin-bottom: 1.33333333vw;
    font-size: 5.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content6_list {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content6_list {
    font-size: 1.86666667vw;
      text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content7 {
    width: 808px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7 {
    width: 100%;
    margin: 2.66666667vw auto 10.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content7_heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_heading {
    width: 100%;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content7_content:nth-of-type(2) {
    width: 330px;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content7_content:nth-of-type(3) {
    width: 648px;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content7_content + .content7_content {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_content + .content7_content {
    margin-top: 2.66666667vw;
  }
}

.klsc .content7_content_inner {
  display: flex;
}

@media screen and (min-width: 768px) {
  .klsc .content7_content_inner {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_content_inner {
    flex-wrap: wrap;
    padding-top: 2.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content7_content_inner-orange {
    border: 5px solid #e6710b;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_content_inner-orange {
    border: 0.8vw solid #e6710b;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content7_content_inner-orange a:not(:last-of-type) {
    border-right: 1px solid #e6710b;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_content_inner-orange a:not(:nth-of-type(even)):not(:last-of-type) {
    border-right: 1px solid #e6710b;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content7_content_inner-green {
    border: 5px solid #009900;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_content_inner-green {
    border: 0.8vw solid #009900;
  }
}

@media screen and (min-width: 768px) {
  .klsc .content7_content_inner-green a:not(:last-of-type) {
    border-right: 1px solid #009900;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_content_inner-green a:not(:nth-of-type(even)):not(:last-of-type) {
    border-right: 1px solid #009900;
  }
}

.klsc .content7_content_heading {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .klsc .content7_content_heading {
    padding: 2px 15px 2px 6px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_content_heading {
    padding: 0.53333333vw 4vw 0.53333333vw 1.6vw;
    font-size: 3.2vw;
  }
}

.klsc .content7_content_heading-orange {
  background: url("../images/bike_text_bg1.png") no-repeat center right/cover;
}

.klsc .content7_content_heading-green {
  background: url("../images/bike_text_bg2.png") no-repeat center right/cover;
}

.klsc .content7_content_heading span {
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .klsc .content7_content_heading span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_content_heading span {
    font-size: 2.66666667vw;
  }
}

.klsc .content7_item {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .klsc .content7_item {
    width: 158px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .klsc .content7_item {
    width: 50%;
    margin-bottom: 2.66666667vw;
    padding: 0 2.66666667vw;
  }
}

.submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .submit {
    width: 620px;
    margin: 40px auto 0;
    height: 60px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .submit {
    margin: 13.33333333vw auto 0;
    height: 10.66666667vw;
    font-size: 4.26666667vw;
  }
}

.submit:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon_blank.png") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .submit:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .submit:after {
    right: 4vw;
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
}

.submit.green {
  background: #009900;
}

.submit.orange {
  background: #e6710b;
}

.content7{
    overflow: visible!important;
}

.content8_content{
    overflow: visible!important;
}

.content8_content .content{
    margin: 0 auto 50px;
    max-width: 807px;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
}

.content8_content .content dt{
    width: 25%;
    box-sizing: border-box;
    border: 2px #4E93A6 solid;
    background: #4E93A6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content8_content .content dt .coupon{
    position: absolute;
    top: -26px;
    left: -20px;
}

.content8_content .content dd:nth-child(-n+4) {
    border-top: 2px #4E93A6 solid;
}

.content8_content .content dd{
    width: 25%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-right: 2px #4E93A6 solid;
    border-bottom: 2px #4E93A6 solid;
    background: #EAE5E3;
}

.content8_content .content dd:nth-child(5){
    width: 25%;
    box-sizing: border-box;
    border-bottom: none;
    border-left: 1px none;
    background: none;
}




@media screen and (max-width: 767px) {
    .content8_content .content{
        margin: 0 auto 50px;
        width: 100%;
    }
    
    .content8_content .content dt .coupon{
        position: absolute;
        top: -13px;
        left: -2%;
    }
    
    .content8_content .content dt{
        width: 100%;
        box-sizing: border-box;
        border: 2px #4E93A6 solid;
        background: #4E93A6;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .content8_content .content dd{
        width: 50%;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        border-left: 2px #4E93A6 solid;
        border-right: 2px #4E93A6 solid;
        border-bottom: 2px #4E93A6 solid;
        background: #EAE5E3;
    }
    .content8_content .content dd:nth-child(-n+4) {
        border-top: none;
    }
    .content8_content .content dd:nth-child(5){
        display: none;
    }
    .content8_content .content dd:nth-child(3),
    .content8_content .content dd:nth-child(6){
        border-left: none;
    }
}
.content8_content .content.class600 dt{border-color: #d18f40; background: #d18f40;}
.content8_content .content.class600 dd{border-color: #d18f40;}
.content8_content .content.class250 dt{border-color: #CC6882; background: #CC6882;}
.content8_content .content.class250 dd{border-color: #CC6882;}
.content8_content .content.class125 dt{border-color: #79895F; background: #79895F;}
.content8_content .content.class125 dd{border-color: #79895F;}

.view_pc{display: block;}
.view_sp{display: none;}

@media screen and (max-width: 767px) {
    .view_pc{display: none;}
    .view_sp{display: block;}
}






/**********************************

 c-hero

***********************************/
.c-hero {
  position: relative;
  z-index: 1;
}

.c-hero img {
  width: 100%;
  max-width: none;
}

.c-hero__pic {

}

.c-hero__link {
  width: 45.41666667%;
  margin-top: 39.6%;
  margin-right: 4.9%;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.c-hero__link a {
  display: block;
}

.c-hero__link a:hover {
  opacity: 1;
}

.c-hero__link a img {
  display: block;
}

.c-hero__link a:hover img {
}

@media screen and (max-width:767px){


}


/**********************************

 c-about

***********************************/
.c-about {
  position: relative;
  z-index: 1;
}

.c-about__inner {
  width: 1160px;
  max-width: 100%;
  padding-top: 60px;
  margin: 0 auto;
}

.c-about__ttl {
  width: 1,117px;
  max-width: 100%;
  margin: 0 auto;
}

.c-about__support {
  width: 774px;
  max-width: 100%;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}

.c-about__support-balloon {
  width: 14.85788114%;
  margin-top: -6.45994832%;
  margin-left: -11.62790698%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-about__support-txt01 {
}

.c-about__pickup {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  width: 1032px;
  max-width: 100%;
  margin: 70px auto 0;
}

.c-about__pickup-item {
}

.c-about__pickup-item a {
  display: block;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.c-about__pickup-item a:hover img {
  opacity: 1 !important;
}

.c-about__pickup-item a .txt01 {
  width: 54.54545455%;
  margin-top: -6.06060606%;
  margin-left: -3.63636364%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-about__pickup-item a .pic {
}

@media screen and (max-width:1191px){

}

@media screen and (max-width:767px){

  .c-about {
    position: relative;
    z-index: 1;
  }

  .c-about__inner {
    padding-top: 30px;
  }

  .c-about__ttl {
    width: 80%;
  }

  .c-about__support {
    width: 80%;
    margin-top: 30px;
  }

  .c-about__support-balloon {
    width: 20%;
    margin-top: -4%;
    margin-left: -9%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .c-about__support-txt01 {
  }

  .c-about__pickup {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 3%;
    width: auto;
    margin-top: 35px;
  }

  .c-about__pickup-item {
    width: 47%;
  }

  .c-about__pickup-item a {
    display: block;
    overflow: visible;
    position: relative;
    z-index: 1;
  }

  .c-about__pickup-item a:hover img {
    opacity: 1 !important;
  }

  .c-about__pickup-item a .txt01 {
    width: 54.54545455%;
    margin-top: -6.06060606%;
    margin-left: -3.63636364%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .c-about__pickup-item a .pic {
  }

}


/**********************************

 c-title01

***********************************/
.c-title01 {
  padding: 16px 15px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  background: #000000;
}

@media screen and (max-width:767px){
  .c-title01 {
    padding: 8px 15px;
    font-size: 18px;
  }

}


/**********************************

 c-model

***********************************/
.c-model {
  margin-top: 50px;
}

.c-model__head {
}

.c-model__head-inner {
  max-width: 100%;
  width: 1250px;
  margin: 0 auto;
}

.c-model__head-inner ul {
  display: flex;
}

.c-model__head-inner ul li {
}

.c-model__head-inner ul li a {
  display: block;
  margin-left: -10px;
  margin-right: -15px;
  position: relative;
  transition: filter 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-model__head-inner ul li:nth-child(1) a {
  z-index: 3;
}

.c-model__head-inner ul li:nth-child(2) a {
  z-index: 2;
}

.c-model__head-inner ul li:nth-child(3) a {
  z-index: 1;
}

.c-model__head-inner ul li a.is-active {
  z-index: 4;
}

.c-model__head-inner ul li a img {

}

.c-model__head-inner ul li a:hover,
.c-model__head-inner ul li a:hover img {
  opacity: 1 !important;
}

.c-model__body {
  margin-top: -1px;
}

.c-model__body-inner {
}

.c-model__body-box {
  display: none;
  padding: 0 24px;
}

.c-model__body-box#model1 {
  display: block;
  background: #b5a15d;
}

.c-model__body-box#model2 {
  background: #e7e2a4;
}

.c-model__body-box#model3 {
  background: #91b671;
}

.c-model__body-box-inner {
  width: 1120px;
  max-width: 100%;
  padding: 80px 0;
  margin: 0 auto;
}

.c-model__body-box-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 26px;
}

.c-model__body-box-inner ul li {
  width: calc(100%/4 - 20px);
  flex: 0 1 calc(100%/4 - 20px);
  background: #fff;
  position: relative;
  z-index: 1;
}

.c-model__body-box-inner ul li a {
  display: block;
}

.c-model__body-box-inner ul li figcaption {
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.c-model__body-box-inner ul li .note01 {
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  border: 1px solid #000;
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width:1299px){

  .c-model__body-box-inner ul li figcaption {
    padding: 0 10px;
    font-size: 15px;
    bottom: 5px;
  }

  .c-model__body-box-inner ul li .note01 {
    padding: 0 5px;
    font-size: 12px;
    top: 5px;
  }
}

@media screen and (min-width:768px){

  .c-model__head-inner ul li a:hover {
    filter: brightness(1.15);
  }

}

@media screen and (max-width:767px){

  .c-model {
    margin-top: 30px;
  }

  .c-model__head-inner ul li a {
    margin-left: -3px;
    margin-right: -5px;
  }

  .c-model__body-box {
    padding: 0 4%;
  }

  .c-model__body-box-inner {
    padding: 40px 0;
  }

  .c-model__body-box-inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
  }

  .c-model__body-box-inner ul li {
    width: calc(100%/2 - 8px);
    flex: 0 1 calc(100%/2 - 8px);
  }

  .c-model__body-box-inner ul li figcaption {
    padding: 0 10px;
    font-size: 13px;
    bottom: 2px;
  }

  .c-model__body-box-inner ul li .note01 {
    padding: 0 3px;
    font-size: 9px;
    border: 1px solid #000;
    top: 3px;
  }
}


/**********************************

 c-flow

***********************************/
.c-flow {
  margin-top: 56px;
  /*margin-top: 100px;*/
	position: relative;
	z-index: 3;
}

.c-flow--bg {
  background: #f7f8da;
}

.c-flow--02 {
  margin-top: 0;
}

.c-flow--02 .c-flow__inner {
  padding-top: 30px;
}

.c-flow--bg .c-flow__inner {
  width: 1160px;
  padding: 30px 0 50px;
}

.c-flow__inner {

}

.c-flow__inner-ttl {
  width: 340px;
  margin: 0 auto;
  text-align: center;
}

.c-flow__inner-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.c-flow__inner-list-sec {
  text-align: center;
}

.c-flow__inner-list-sec:nth-child(1) {
  /*margin-left: 3.232323232323232%;*/
}

.c-flow__inner-list-sec:nth-child(3) {
  /*margin-right: 3.232323232323232%;*/
}

.c-flow__inner-list-sec .pic {
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.c-flow__inner-list-sec .pic:before {
  content: "";
  display: block;
  width: 42px;
  height: 33px;
  background: url(../images/flow_arr01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-flow__inner-list-sec:nth-child(1) .pic:before {
  margin-right: -80px;
}

.c-flow__inner-list-sec:nth-child(2) .pic:before {
  margin-right: -50px;
}

.c-flow__inner-list-sec:last-child .pic:before {
  display: none;
}

.c-flow__inner-list-sec .ttl {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.529411764705882;
  letter-spacing: -.03em;
}

.c-flow__inner-list-sec:nth-child(3) .ttl {
  margin-top: 20px;
}

.c-flow__inner-list-sec .period {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.c-flow__inner-list-sec .period dt {
  padding: 2px 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background: #000;
  border-radius: 200px;
}

.c-flow__inner-list-sec .period dd {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}

.c-flow__inner-list-sec .btn01 {
  display: inline-block;
  margin: 25px 0 0;
  text-align: center;
}

.c-flow__inner-list-sec .btn01-01 {
  margin-top: 53px;
}

.c-flow__inner-list-sec .btn01-02 {
  margin-top: 69px;
}

.c-flow__inner-list-sec .btn01-03 {
  margin-top: 17px;
}

.c-flow__inner-list-sec .btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 0 5px;
  color: #231815;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #d2dc7e;
  border-radius: 200px;
  position: relative;
  z-index: 1;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-flow__inner-list-sec .btn01-01 a {
  padding: 0 60px 0 40px;
}

.c-flow__inner-list-sec .btn01-02 a {
  padding: 0 40px 0 15px;
}

.c-flow__inner-list-sec .btn01-03 a {
  padding: 0 50px 0 25px;
}

.c-flow__inner-list-sec .btn01 a:hover {
  opacity: .7;
}

.c-flow__inner-list-sec .btn01 a:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/icon_arr01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-flow__inner-box01 {
  padding-top: 34px;
  margin-top: 55px;
  border-top: 1px solid #69BE28;
}

.c-flow__inner-box01 p {
  color: #E00000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

.c-flow__inner-entry {
  margin-bottom: 16px;
  color: #040000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.c-flow__inner-entry span {
  display: inline-block;
  padding: 0 30px;
  color: #040000;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.c-flow__inner-entry span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/flow_line01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-flow__inner-entry span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/flow_line02.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-flow__inner-place {
  width: 900px;
  max-width: 100%;
  margin: 10px auto 0;
}

.c-flow__inner-place-head {
  padding: 11px 50px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  background: #000;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.c-flow__inner-place-head:before {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-flow__inner-place-head:after {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-flow__inner-place-body {

}

.c-flow__inner-place .address[data-v-200b772e] {
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid #67b52f !important;
}

.c-flow__inner-place .address_heading.orange[data-v-200b772e] {
  padding: 15px 50px;
  /*padding: 15px 50px;*/
  margin: -1px -1px 0 -1px !important;
  font-size: 28px !important;
  /*font-size: 21px !important;*/
  background: #67b52f !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-flow__inner-place .address_heading.orange[data-v-200b772e]:hover {
  opacity: .7;
}

.c-flow__inner-place .address_heading.orange[data-v-200b772e]:before {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-flow__inner-place .address_heading.orange[data-v-200b772e]:after {
  content: "";
  display: block;
  width: 3px;
  height: 27px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 27px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-flow__inner-place .address_heading.orange[data-v-200b772e].is-active:after {
  opacity: 0;
}

.c-flow__inner-place .address_list[data-v-200b772e] {
  background: #fff !important;
}

/*.c-flow__inner-place .address_heading.orange + ul li[data-v-200b772e]:hover {*/
  /*background: #000 !important;*/
/*}*/

.c-flow__inner-place .school[data-v-200b772e] {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 1px solid #67b52f !important;
  background: #fff !important;
}

.c-flow__inner-place .detail[data-v-200b772e] {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 1px solid #67b52f !important;
  background: #fff !important;
}

@media screen and (max-width:1208px){

  .c-flow__inner-list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .c-flow__inner-list-sec {
    text-align: center;
  }

  .c-flow__inner-list-sec:nth-child(1) {
    /*margin-left: 3.232323232323232%;*/
  }

  .c-flow__inner-list-sec:nth-child(3) {
    /*margin-right: 3.232323232323232%;*/
  }

  .c-flow__inner-list-sec .pic {
    width: 250px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .c-flow__inner-list-sec .pic:before {
    width: 36px;
    height: 29px;
  }

  .c-flow__inner-list-sec:nth-child(1) .pic:before {
    margin-right: -70px;
  }

  .c-flow__inner-list-sec:nth-child(2) .pic:before {
    margin-right: -35px;
  }

  .c-flow__inner-list-sec:last-child .pic:before {
    display: none;
  }

  .c-flow__inner-list-sec .ttl {
    margin-top: 5px;
    font-size: 16px;
  }

  .c-flow__inner-list-sec:nth-child(3) .ttl {
    margin-top: 20px;
  }

  .c-flow__inner-list-sec .period {
    margin-top: 10px;
  }

  .c-flow__inner-list-sec .period dt {
    padding: 2px 5px;
    margin-right: 10px;
    font-size: 11px;
  }

  .c-flow__inner-list-sec .period dd {
    font-size: 20px;
  }

  .c-flow__inner-list-sec .btn01 {
    display: inline-block;
    /*margin: 25px 0 0;*/
    text-align: center;
  }

  .c-flow__inner-list-sec .btn01-01 {
    margin-top: 53px;
  }

  .c-flow__inner-list-sec .btn01-02 {
    margin-top: 63px;
  }

  .c-flow__inner-list-sec .btn01-03 {
    margin-top: 17px;
  }

  .c-flow__inner-list-sec .btn01 a {
    height: 32px;
    padding: 0 5px;
    font-size: 14px;
  }

  .c-flow__inner-list-sec .btn01-01 a {
    padding: 0 55px 0 35px;
  }

  .c-flow__inner-list-sec .btn01-02 a {
    padding: 0 35px 0 10px;
  }

  .c-flow__inner-list-sec .btn01-03 a {
    padding: 0 45px 0 20px;
  }

  .c-flow__inner-list-sec .btn01 a:hover {
    opacity: .7;
  }

  .c-flow__inner-list-sec .btn01 a:before {
    width: 26px;
    height: 26px;
    right: 4px;
  }
}

@media screen and (max-width:767px){
  .c-flow {
    margin-top: 40px;
    /*margin-top: 50px;*/
  }

  .c-flow--02 {
    margin-top: 0;
  }

  .c-flow--02 .c-flow__inner {
    padding-top: 30px;
  }

  .c-flow__inner-ttl {
    width: 58%;
  }

  .c-flow__inner-list {
    display: block;
    margin-top: 30px;
  }

  .c-flow__inner-list-sec {
    width: auto;
    padding-bottom: 50px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
  }

  .c-flow__inner-list-sec:nth-child(1) {
    margin: 0 auto 25px;
  }

  .c-flow__inner-list-sec:nth-child(3) {
    padding-bottom: 0;
    margin: 0 auto;
  }

  .c-flow__inner-list-sec:before {
    content: "";
    display: block;
    width: 24px;
    height: 30px;
    background: url(../images/flow_arr02.png) no-repeat center / contain;
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .c-flow__inner-list-sec:last-child:before {
    display: none;
  }

  .c-flow__inner-list-sec .pic {
    width: 200px;
    margin: 0 auto;
  }

  .c-flow__inner-list-sec:nth-child(1) .pic {
    margin-bottom: -10px;
  }

  .c-flow__inner-list-sec:nth-child(2) .pic {
    margin-top: -10px;
    margin-bottom: -5px;
  }

  .c-flow__inner-list-sec .pic:before {
    display: none;
  }

  .c-flow__inner-list-sec .ttl {
    margin-top: 20px;
    font-size: 16px;
  }

  .c-flow__inner-list-sec .period dt {
    padding: 2px 5px;
    margin-right: 10px;
    font-size: 11px;
  }

  .c-flow__inner-list-sec .period dd {
    font-size: 18px;
  }

  .c-flow__inner-list-sec .btn01 {
    display: inline-block;
    margin: 25px 0 0;
    text-align: center;
  }

  .c-flow__inner-list-sec .btn01-01 {
    margin-top: 10px;
  }

  .c-flow__inner-list-sec .btn01-02 {
    margin-top: 10px;
  }

  .c-flow__inner-list-sec .btn01-03 {
    margin-top: 10px;
  }

  .c-flow__inner-list-sec .btn01 a {
    height: 38px;
    padding: 0 5px;
    font-size: 15px;
  }

  .c-flow__inner-list-sec .btn01-01 a {
    padding: 0 60px 0 40px;
  }

  .c-flow__inner-list-sec .btn01-02 a {
    padding: 0 40px 0 15px;
  }

  .c-flow__inner-list-sec .btn01-03 a {
    padding: 0 50px 0 25px;
  }

  .c-flow__inner-list-sec .btn01 a:hover {
    opacity: 1;
  }

  .c-flow__inner-list-sec .btn01 a:before {
    width: 28px;
    height: 28px;
    right: 4px;
  }

  .c-flow__inner-box01 {
    padding-top: 20px;
    margin-top: 40px;
  }

  .c-flow__inner-box01 p {
    font-size: 14px;
  }

  .c-flow__inner-entry {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .c-flow__inner-entry span {
    padding: 0 30px;
  }

  .c-flow__inner-entry span:before {
    width: 14px;
    height: 14px;
  }

  .c-flow__inner-entry span:after {
    width: 14px;
    height: 14px;
  }

  .c-flow__inner-place .address_heading.orange[data-v-200b772e] {
    padding: 10px 40px;
    font-size: 16px !important;
  }

  .c-flow__inner-place .address_heading.orange[data-v-200b772e]:before {
    width: 19px;
    right: 15px;
  }

  .c-flow__inner-place .address_heading.orange[data-v-200b772e]:after {
    height: 19px;
    right: 23px;
  }

  .c-flow__inner-place .address_list[data-v-200b772e] {
    padding: 6.667vw 12vw;
    /*padding: 25px 45px;*/
  }

  .c-flow__inner-place .submit {
    margin-top: 10vw !important;
  }
}


/**********************************

 c-step

***********************************/
.c-step {
  margin-top: 70px;
  background: #f7f8da;
}

.c-step__inner {
  padding: 40px 0 50px;
}

.c-step__inner-txt01 {
  margin-bottom: 16px;
  color: #040000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.c-step__inner-txt01 span {
  display: inline-block;
  padding: 0 30px;
  color: #040000;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.c-step__inner-txt01 span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/step_line01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-step__inner-txt01 span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/step_line02.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-step__inner-ttl {
  padding: 9px 15px;
  margin-bottom: 70px;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  background: #d2dc7e;
}

.c-step__inner-ttl span {
  padding-left: 66px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.c-step__inner-ttl span:before {
  content: "";
  display: block;
  width: 53px;
  height: 98px;
  background: url(../images/step_touch01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-step__inner-list {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.c-step__inner-list-box {
  width: 25%;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.c-step__inner-list-box:after {
  content: "";
  display: block;
  width: 17px;
  height: 500px;
  margin-right: -15px;
  background: url(../images/step_arr01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-step__inner-list-box:last-child:after {
  display: none;
}

.c-step__inner-list-box .num {
  width: 76px;
  margin: 0 auto;
  text-align: center;
}

.c-step__inner-list-box .icon {
  display: block;
  width: 46px;
  margin: 35px auto 0;
  text-align: center;
}

.c-step__inner-list-box .txt01 {
  margin-top: 45px;
  color: #040000;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.647058823529412;
}

.c-step__inner-list-box:nth-child(1) .txt01,
.c-step__inner-list-box:nth-child(2) .txt01 {
  margin-top: 62px;
}

.c-step__inner-btn01 {
  width: 456px;
  margin: 66px auto 0;
}

.c-step__inner-btn01 a {
  display: block;
  padding: 11px 15px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #69BE28;
}

.c-step__inner-btn01 a span .m-icn-blank,
.c-step__inner-btn01 a span .m-icn-blank:before {
  display: none !important;
}


@media screen and (max-width:1037px){

  .c-step__inner-list-box {
    padding: 0 1.445vw;
  }

  .c-step__inner-list-box .num {
    width: 7.322vw;
  }

  .c-step__inner-list-box .txt01 {
    margin-top: 4.335vw;
    font-size: 1.638vw;
  }
}

@media screen and (max-width:767px){
  .c-step {
    margin-top: 40px;
    /*margin-top: 50px;*/
  }

  .c-step__inner {
    padding-top: 36px;
    padding-bottom: 1px;
  }

  .c-step__inner-txt01 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .c-step__inner-txt01 span {
    padding: 0 30px;
  }

  .c-step__inner-txt01 span:before {
    width: 14px;
    height: 14px;
  }

  .c-step__inner-txt01 span:after {
    width: 14px;
    height: 14px;
  }

  .c-step__inner-ttl {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .c-step__inner-ttl span {
    padding-left: 50px;
  }

  .c-step__inner-ttl span:before {
    width: 43px;
    height: 80px;
  }

  .c-step__inner-list {
    display: block;
    overc-step: visible;
  }

  .c-step__inner-list-box {
    width: 300px;
    max-width: 100%;
    padding: 0 0 45px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
    overc-step: hidden;
  }

  .c-step__inner-list-box:last-child {
    margin-bottom: 0;
  }

  .c-step__inner-list-box:after {
    content: "";
    display: block;
    width: 500px;
    height: 17px;
    margin-right: 0;
    background: url(../images/step_arr02.png) no-repeat center / contain;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .c-step__inner-list-box:last-child:after {
    display: none;
  }

  .c-step__inner-list-box .num {
    width: 76px;
    margin: 0 auto;
    text-align: center;
  }

  .c-step__inner-list-box .icon {
    width: 46px;
    margin: 25px auto 0;
  }

  .c-step__inner-list-box .txt01 {
    margin-top: 25px;
    font-size: 16px;
  }

  .c-step__inner-list-box:nth-child(1) .txt01,
  .c-step__inner-list-box:nth-child(2) .txt01 {
    margin-top: 25px;
  }

  .c-step__inner-btn01 {
    width: 300px;
    max-width: 100%;
    margin: 10px auto 0;
  }

  .c-step__inner-btn01 a {
    padding: 8px 15px;
    font-size: 18px;
  }
}

@media screen and (max-width:374px){

  .c-step__inner-txt01 {
    margin-bottom: 3.2vw;
    font-size: 4.267vw;
  }

  .c-step__inner-txt01 span {
    padding: 0 8vw;
  }

  .c-step__inner-txt01 span:before {
    width: 3.733vw;
    height: 3.733vw;
  }

  .c-step__inner-txt01 span:after {
    width: 3.733vw;
    height: 3.733vw;
  }

  .c-step__inner-ttl {
    margin-bottom: 10.667vw;
    font-size: 4.8vw;
  }

  .c-step__inner-ttl span {
    padding-left: 13.333vw;
  }

  .c-step__inner-ttl span:before {
    width: 11.467vw;
    height: 21.333vw;
  }
}


/**********************************

 c-note01

***********************************/
.c-note01 {
  background: #000000;
}

.c-note01 * {
  color: #fff;
}

.c-note01__inner {
  padding: 60px 0 20px;
}

.c-note01__inner-sec01 {

}

.c-note01__inner-sec01 .ttl {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.466666666666667;
}

.c-note01__inner-sec01 .sec {
  margin-bottom: 25px;
}

.c-note01__inner-sec01 .sec:last-child {
  margin-bottom: 0;
}

.c-note01__inner-sec01 .sec .sub-ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.466666666666667;
  text-align: left;
}

.c-note01__inner-sec01 .sec .txt01 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.466666666666667;
  letter-spacing: -.03em;
}

.c-note01__inner-sec01 .sec .txt01 a {
  color: #fff;
}

.c-note01__inner-sec01 .sec .txt01 .line-box {
  display: inline-block;
  padding: 0 .2em;
  margin: .2em 0;
  border: 1px solid #fff;
  line-height: 1.2;
}

.c-note01__inner-sec01 .sec .txt01 sup {
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -.5em;
}

.c-note01__inner-sec01 .sec .txt01 .t01{
	display: inline-block;
	padding-left: 5.45em;
	text-indent: -5.45em;
}

.c-note01__inner-sec01 .sec .txt01 .t02{
	display: inline-block;
	padding-left: 6.1em;
	text-indent: -6.1em;
}

.c-note01__inner-sec01 .sec .txt01 .t03{
	display: inline-block;
	padding-left: 6.1em;
	text-indent: -6.1em;
}

.c-note01__inner-sec02 {
  margin-top: 80px;
}

.c-note01__inner-sec02 .ttl {
  font-size: 16px;
  text-align: center;
}

.c-note01__inner-sec02 .txt01 {
  margin-top: .8em;
  font-size: 18px;
  text-align: center;
}

.c-note01__inner-sec02 .tel {
  margin: .5em 0 .5em;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.c-note01__inner-sec02 .note01 {
  font-size: 15px;
  line-height: 1.666666666666667;
}

.c-note01__inner-sec02 .note01 li {
  text-align: center;
}

@media screen and (max-width:767px){

  .c-note01__inner {
    padding: 40px 0 30px;
  }

  .c-note01__inner-sec01 .ttl {
    font-size: 10px;
  }

  .c-note01__inner-sec01 .sec {
    margin-bottom: 15px;
  }

  .c-note01__inner-sec01 .sec .sub-ttl {
    font-size: 10px;
  }

  .c-note01__inner-sec01 .sec .txt01 {
    font-size: 10px;
  }

  .c-note01__inner-sec02 {
    margin-top: 40px;
  }

  .c-note01__inner-sec02 .ttl {
    font-size: 12px;
  }

  .c-note01__inner-sec02 .txt01 {
    font-size: 14px;
  }

  .c-note01__inner-sec02 .tel {
    font-size: 24px;
  }

  .c-note01__inner-sec02 .note01 {
    font-size: 10px;
  }

  .c-note01__inner-sec02 .note01 li {
    text-align: left;
  }

}


/**********************************

 l-fixed-btn

***********************************/
.l-fixed-btn {
  display: none;
  width: 352px;
  /*width: 273px;*/
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
}

.l-fixed-btn a {
  transition: filter 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-fixed-btn a:hover {
}

.l-fixed-btn a:hover,
.l-fixed-btn a:hover img {
  opacity: 1 !important;
}

@media screen and (min-width:768px){

  .l-fixed-btn a:hover {
    filter: brightness(1.15);
  }

}

@media screen and (max-width:767px){

  footer {
    padding-bottom: 80px;
  }

  .l-fixed-btn {
    display: none;
    width: 240px;
    bottom: 15px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}


/**********************************

 xxx

***********************************/
.xxx {
}

@media screen and (max-width:767px){

}