@charset "UTF-8";

* {
	/* すべてのデフォルトのマージンを削除 */
	margin: 0;
	/* すべてのデフォルトのパディングを削除 */
	padding: 0;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*====================================================================

  =Reset CSS

====================================================================*/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,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  {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  border-collapse: collapse !important;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section  {
  display: block;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse !important;
  border-spacing: 0;
}
caption, th, td  {
  font-weight: normal;
  text-align: left;
}
blockquote, q  {
	quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
a img  {
  border: 0 !important;
}
audio, canvas, video  {
  display: inline-block;
  max-width: 100%;
  display: inline;
  zoom: 1;
}
embed, iframe, object {
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
html  {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


/*====================================================================

  =Basic Setup

====================================================================*/
img {
  border: none;
  vertical-align:bottom;
  margin: 0;
  padding: 0;
  line-height: 1;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
h1,h2,h3,h4,h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}
button, fieldset, form, input, label, legend, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
}
input,textarea,select {
  font-family: inherit;
  font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  border-radius: 0;
  display: block;
  font: inherit;
  outline: none;
  width: 100%;
}
textarea {
  resize: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
button, input[type=button],
input[type=submit],
label,select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}


/* Link Style */
a {
  color: #222;
  text-decoration: none;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  outline: 0;
}
a:focus, a:active, a:hover {
  color: #666;
  text-decoration: none;
  outline: 0;
}
/* a:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
} */
@media (min-width: 769px){
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* Transform */
.transform {
  -webkit-transform:scale(1);
  transform:scale(1);
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
a:hover .transform {
  -webkit-transform:scale(1.1);
  transform: scale(1.1);
}

/* Font Size */
.fs-9  { font-size: 9px !important;}
.fs-10 { font-size: 10px !important;}
.fs-11 { font-size: 11px !important;}
.fs-12 { font-size: 12px !important;}
.fs-13 { font-size: 13px !important;}
.fs-14 { font-size: 14px !important;}
.fs-15 { font-size: 15px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 18px !important;}
.fs-21 { font-size: 21px !important;}
.fs-24 { font-size: 24px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-36 { font-size: 36px !important;}
.fs-48 { font-size: 48px !important;}
.fs-60 { font-size: 60px !important;}


/* Margin  */
.mt00 { margin-top:  0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100{ margin-top:100px !important; }
.mr00 { margin-right:  0px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }
.mr90 { margin-right: 90px !important; }
.mr100{ margin-right:100px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100{ margin-bottom:100px !important; }
.ml00 { margin-left:  0px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }
.ml90 { margin-left: 90px !important; }
.ml100{ margin-left:100px !important; }

/* Padding */
.pt00 { padding-top:  0px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100{ padding-top:100px !important; }
.pr00 { padding-right:  0px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pr70 { padding-right: 70px !important; }
.pr80 { padding-right: 80px !important; }
.pr90 { padding-right: 90px !important; }
.pr100{ padding-right:100px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100{ padding-bottom:100px !important; }
.pl00 { padding-left:  0px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100{ padding-left:100px !important; }


/* Column Layout Format */
.column-2 .row{ width: 50%; }
.column-3 .row{ width: 33.33%; }
.column-4 .row{ width: 25%; }
.column-5 .row{ width: 20%;}
.column-6 .row{ width: 16.66%; }
.column-8 .row{ width: 12.5%;}

.col-2 .row {
  width: 48%;
}
/*
.col-2 .row:nth-child(odd)  { margin: 0 3% 0 0; }
.col-2 .row:nth-child(even) { margin: 0 0 0 3%; }
*/
.col-3 .row{
  width: 31.3%;
  /* margin: 0 3% 0 0; */
}
/*
.col-3 .row:nth-child(3n) { margin: 0 0 0 0; }
*/
.col-4 .row {
  width: 22%;
  /* margin: 0 4% 0 0; */
}
/*
.col-4 .row:nth-child(4n) { margin: 0 0 0 0; }*/
.col-5 .row {
  width: 19%;
  /* margin: 0 1% 0px 0; */
}
/*
.col-5 .row:nth-child(5n) { margin: 0 0 0px 0; }
*/
.col-6 .row {
  width: 14.66%;
  /* margin: 0 2% 0px 0; */
}
/* .col-6 .row:nth-child(6n) {
  margin: 0 0 0px 0;
} */
@media only screen and (max-width: 960px) {
  .col-2 .row {
    width: 100%;
    margin:0;
  }
  .col-3 .row{
    width: 100%;
    margin: 0;
  }
  .col-4 .row:nth-child(odd) {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-4 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .col-6 .row {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-6 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
}

.grid-col-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6rem;
  row-gap: 4rem;
}
.grid-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  row-gap: 6rem;
}
.grid-col-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4rem;
  row-gap: 6rem;
}
.grid-col-5{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 2rem;
  row-gap: 5rem;
}
@media only screen and (max-width: 960px) {
  .grid-col-2{
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-3{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.2rem;
  }
  .grid-col-4{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.4rem;
    row-gap: 3.2rem;
  }
  .grid-col-5{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.4rem;
    row-gap: 3.2rem;
  }
}

.flex-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-reverse{
  flex-direction: row-reverse;
}
.flex-center{
  align-items: center;
}
.box-shadow{
  box-shadow:0px 0px 3px 2px #eaeaea;
}

/* Font Setteing
-----------------------------------------------------*/
.tx-L { text-align: left !important; }
.tx-C { text-align: center !important; }
.tx-R { text-align: right !important; }
.tx-bold { font-weight: 700; }
.tx-justify { text-align: justify !important; }
.tx-caption{ font-size: 1.2rem; }

/* List Style
-----------------------------------------------------*/
.paragraph-1 li {
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.paragraph-1 li:nth-of-type(n+2) {
  margin-top: .8rem;
}
.paragraph-2 li {
  letter-spacing: 0;
  line-height: 1.4;
  padding: 3px 0 3px 2em;
  text-indent: -2em;
}
.disc-list li {
  padding-left: 1.6rem;
  line-height: 1.44;
  position: relative;
}
.disc-list li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
@media only screen and (max-width: 960px) {
  .disc-list li {
    padding-left: 1rem;
  }
  .disc-list li:before {
    width: 4px;
    height: 4px;
  }
}
.disc-list li:nth-of-type(n+2) {
  margin-top: 1rem;
}
.num-list{
  counter-reset: number;
}
.num-list li {
  padding-left: 2.4rem;
  line-height: 1.44;
  position: relative;
}
.num-list li::before {
  color:var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  display: inline-block;
  content: counter(number) '.';
}
.num-list li:nth-of-type(n+2) {
  margin-top: .8rem;
}
.circle-num-list{
  counter-reset: number;
}
.circle-num-list li {
  padding-left: 3.2rem;
  position: relative;
}
.circle-num-list li::before {
  counter-increment: number;
  content: counter(number);
  background-color: #d09c43;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 500;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
}
.circle-num-list li:nth-of-type(n+2) {
  margin-top: .8rem;
}
@media screen and (min-width: 961px) {
  .circle-num-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}
@media screen and (max-width: 960px) {
  .circle-num-list li {
    display: block;
  }
}


/* Device View
-----------------------------------------------------*/
.viewPC {display: block;}
.viewTB {display: none;}
.viewPCTB {display: block;}
.viewSP {display: none;}
.viewTBSP {display: none;}
@media only screen and (max-width: 1024px) {
  .viewPC {display: none;}
  .viewTB {display: block;}
  .viewPCTB {display: block;}
  .viewSP {display: none;}
  .viewTBSP {display: block;}
}
@media only screen and (max-width: 768px) {
  .viewPC {display: none;}
  .viewTB {display: none;}
  .viewPCTB {display: none;}
  .viewSP {display: block;}
  .viewTBSP {display: block;}
}
