@charset "UTF-8";

/*-----------------------------------------------------------------
　　reset
-----------------------------------------------------------------*/
html, body, header, footer, main, section,
article, aside, menu, nav, div,
h1, h2, h3, h4, h5, h6, p, span, a,
address, cite, code, q, em, figure, img,
small, strong, dialog, time,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
    line-height:1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}
footer, header, main, section,
article, aside, figure, nav {
    display: block;
}
nav ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
input, select {
    vertical-align: middle;
}
button,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
input[type="submit"],
input[type="button"] {
  cursor: pointer !important;
}
img {
    line-height: 1;
    max-width: 100%;
    height: auto;
}



/*-----------------------------------------------------------------
　　setting
-----------------------------------------------------------------*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
}

p {
  font-size: 108%;
}

a {
    color: #231815;
  cursor: pointer;
}
.cf:after {
    content: '';
    display: block;
    clear: both;
}



.sub {
      vertical-align: sub;
      font-size: 0.7rem;
    }
    .sup {
      vertical-align: super;
      font-size: 0.7rem;
    }

.txtl {
  text-align: left;
}

.txtc {
  text-align: center;
}

a img:hover {
	opacity: 0.8 ;
  cursor: pointer;
}

.toppage {
  text-align: center;
  padding: 30px 0 60px;
}


li {
  margin-left: 1.2rem;
  
}

.slick-prev {
  right: 0;
}
.slick-next {
  left: 0;
}

.btn {
  text-align: center;
}

.btn a {
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding: 16px 30px;
  color: #000000;
  font-weight: bold;
  font-size: 120%;
}
.btn a:hover {
  text-decoration: none;
}

.btn.portal a {
  background: #fff;
  border: 2px solid #000000;
  border-radius: 6px;
}
.btn.portal a:hover {
  background: #EAEAEA;
}

.btn.contact a {
  background: #69103A;
  color: #FFFFFF;
  padding: 16px 20%;
  border-radius: 50px;
}
.btn.contact a:hover {
  background: #490B2C;
}


.btn.garrely a {
  background: #006934;
  color: #FFFFFF;
  padding: 16px 6%;
  border-radius: 8px;
}
.btn.garrely a:hover {
  background: #005126;
}

.btn.shop a {
  background: #C4D700;
  color: #006934;
  padding: 16px 6%;
  border-radius: 8px;
}
.btn.shop a:hover {
  background: #A7AF00;
}


.img-r {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.img-c {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.f110 {
  font-size: 110%;
}
.f120 {
  font-size: 120%;
}
.f130 {
  font-size: 130%;
}
.f140 {
  font-size: 140%;
}
.f150 {
  font-size: 150%;
}
.f160 {
  font-size: 160%;
}
.f170 {
  font-size: 170%;
}
.f180 {
  font-size: 180%;
}
.f190 {
  font-size: 190%;
}
.f200 {
  font-size: 200%;
}

.breadcrumbs {
  top: -40px;
  position: relative;
}
.breadcrumbs li {
  list-style: none;
  display: inline-block;
}
.breadcrumbs li::after{
  content: '＞';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}

.breadcrumbs li:last-child::after{
  display: none;
}


/*-----------------------------------------------------------------
　　common
-----------------------------------------------------------------*/

#page_top{
  width: 60px;
  height: 110px;
  position: fixed;
  right: 0;
  bottom: -150px;
  z-index: 100;
}
#page_top a.top{
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
  background: #000;
  bottom: 0;
}
#page_top a.top::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.menubtn {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.menubtn ul {
  background: #FEFEFE;
  list-style: none;
  padding: 14px 20px;;
}
.menubtn ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000;
}
.menubtn ul li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.menubtn ul li a span {
  font-weight: normal;
  font-size: 86%;
}
.menubtn ul li a:hover {
  background: #B5B5B6;
  color: #FFFFFF;
}

.nav-sp {position: fixed;
  display: none;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.nav-sp-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 9999;
}

.inner {
  width: 940px;
  margin: 0 auto;
  padding: 60px 0;
}

p {
  margin-bottom: 1.2rem;
}

h1 {
  text-align: center;
  font-size: 240%;
  line-height: 1.3;
  margin-bottom: 2rem;
}

h2 {
  font-size: 180%;
  line-height: 1.3;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

h3 {
  font-size: 150%;
  line-height: 1.3;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

h4 {
  font-size: 130%;
  line-height: 1.3;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

#top {
  background: #E62E8B url("../img/top_bg.png") top center no-repeat;
  background-size: 100% auto;
  text-align: center;
}

#top .inner {
  position: relative;
}

#top .bg1 {
  position: absolute;
  left: 0;
  top: 30px;
}
#top .bg2 {
  position: absolute;
  right: 0;
  top: 30px;
}

#top h1 {
  color: #FFFFFF;
  font-size: 300%;
  padding-top: 90px;
}

#top .read p {
  margin-bottom: 2rem;
}
#top .read {
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

#step {
  background: #90B821;
}

#step h2 {
  color: #026A54;
}

#job {
  background: #2BA048;
}

#job h2 {
  color: #A0CB4B;
}

#shisetsu {
  background: #00A7E2;
  text-align: center;
}

#shisetsu h3 {
  color: #FFFFFF;
}

#fuwari , #kirari , #hirari {
}


#shisetsu {
  background: #00A7E2;
}

#sc {
  background: #C9356F;
}

#sc h2 {
  color: #E784A7;
}

#privacy {
  background: #317CBA;
}




@media screen and (max-width:900px){
  
.inner {
  width: 96%;
}
  


#top .bg1 {
  width: 200px;
}
#top .bg2 {
  width: 200px;
}

#top h1 {
  color: #FFFFFF;
  font-size: 240%;
  padding-top: 70px;
}

  
  
}
@media screen and (max-width:768px){
 
.menubtn ul {
    padding-top: 65px;
}
  
.inner {
  width: 94%;
}
  
h1 {
  font-size: 180%;
}

h2 {
  font-size: 140%;
  line-height: 1.3;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

h3 {
  font-size: 120%;
  line-height: 1.3;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

h4 {
  font-size: 110%;
  line-height: 1.3;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
  
#top .bg1 {
  width: 140px;
}
#top .bg2 {
  width: 140px;
}
  
#top h1 {
  font-size: 180%;
  padding-top: 40px;
}
  
  iframe {
    width: 100%;
    height: 300px;
  }
  
  
}


@media screen and (max-width:640px){

  .nav-sp-btn {
    width: 50px;
  }
  
#page_top {
    width: 50px;
}
  
#page_top a.top {
    width: 50px;
    height: 50px;
}
  
.btn a {
    padding: 16px 10px;
}
  
#top .bg1 {
  width: 80px;
  top: 50px;
}
#top .bg2 {
  width: 80px;
  top: 50px;
}

#top h1 {
  font-size: 120%;
  padding-top: 25px;
  margin-bottom: 50px;
}
  
#top .read {
}
#top .read p {
    margin-bottom: 1rem;
  font-size: 92%;
}
  
h1 {
    font-size: 160%;
}
  
  
}