.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-26c934c6-0d3e-4622-8a1e-5aacf58b7b7e {
  text-align: center;
}







  #s-26c934c6-0d3e-4622-8a1e-5aacf58b7b7e img.shogun-image {
    

    
    
    
  }


#s-26c934c6-0d3e-4622-8a1e-5aacf58b7b7e .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-5b62205c-9fed-4028-a622-3ccf61f27921 {
  min-height: 50px;
background-color: rgba(255, 92, 38, 1);
}








#s-5b62205c-9fed-4028-a622-3ccf61f27921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b62205c-9fed-4028-a622-3ccf61f27921.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45de6fa9-6294-48a6-a1f0-76aac542ce40 {
  min-height: 50px;
}








#s-45de6fa9-6294-48a6-a1f0-76aac542ce40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45de6fa9-6294-48a6-a1f0-76aac542ce40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-f67457b1-dd7d-4f1c-8da7-e971ada193b5 {
  margin-top: 3px;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dotted;
border-radius: 5px;
text-align: center;
}

#s-f67457b1-dd7d-4f1c-8da7-e971ada193b5 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-65880876-ce4f-4e6c-afec-a767eb255c24 {
  margin-top: 29px;
margin-left: 29px;
margin-bottom: 29px;
margin-right: 29px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
min-height: 496px;
background-color: rgba(76, 76, 76, 1);
}
@media (min-width: 1200px){#s-65880876-ce4f-4e6c-afec-a767eb255c24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65880876-ce4f-4e6c-afec-a767eb255c24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65880876-ce4f-4e6c-afec-a767eb255c24 {
  
}
}@media (max-width: 767px){#s-65880876-ce4f-4e6c-afec-a767eb255c24 {
  
}
}







#s-65880876-ce4f-4e6c-afec-a767eb255c24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65880876-ce4f-4e6c-afec-a767eb255c24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5621772-29ad-4918-bd01-247e67a8e108 {
  margin-top: 17px;
margin-left: 19px;
margin-bottom: 17px;
margin-right: 19px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-d5621772-29ad-4918-bd01-247e67a8e108 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5621772-29ad-4918-bd01-247e67a8e108.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2251146-ebc4-449d-b0b2-96346ac7cc12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2251146-ebc4-449d-b0b2-96346ac7cc12 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-97537649-d44e-4148-8d08-3c6d01ba8fb4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 18px;
background-color: rgba(76, 76, 76, 1);
text-align: center;
text-decoration: none;
}
#s-97537649-d44e-4148-8d08-3c6d01ba8fb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97537649-d44e-4148-8d08-3c6d01ba8fb4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97537649-d44e-4148-8d08-3c6d01ba8fb4-root {
    text-align: center;
  }


#s-97537649-d44e-4148-8d08-3c6d01ba8fb4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97537649-d44e-4148-8d08-3c6d01ba8fb4-root {
    text-align: center;
  }


#s-97537649-d44e-4148-8d08-3c6d01ba8fb4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97537649-d44e-4148-8d08-3c6d01ba8fb4-root {
    text-align: center;
  }


#s-97537649-d44e-4148-8d08-3c6d01ba8fb4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97537649-d44e-4148-8d08-3c6d01ba8fb4-root {
    text-align: center;
  }


#s-97537649-d44e-4148-8d08-3c6d01ba8fb4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97537649-d44e-4148-8d08-3c6d01ba8fb4-root {
    text-align: center;
  }


#s-97537649-d44e-4148-8d08-3c6d01ba8fb4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-5ad60dbd-00c9-48d5-a317-f585a9ebdd97 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5ad60dbd-00c9-48d5-a317-f585a9ebdd97 {
  margin-left: 130px;
margin-right: 130px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ad60dbd-00c9-48d5-a317-f585a9ebdd97 {
  margin-left: 130px;
margin-right: 130px;
}
}
#s-5ad60dbd-00c9-48d5-a317-f585a9ebdd97 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-bd90bf27-cf8a-4c68-a460-470a9f7fee42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd90bf27-cf8a-4c68-a460-470a9f7fee42 .shogun-heading-component h5 {
  color: rgba(134, 134, 134, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d0422d15-8122-4229-bb07-de93a5904c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0422d15-8122-4229-bb07-de93a5904c3c .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-adf51342-21ce-41d3-a18b-77a3f014cf94 {
  min-height: 50px;
background-color: rgba(255, 92, 38, 1);
}








#s-adf51342-21ce-41d3-a18b-77a3f014cf94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adf51342-21ce-41d3-a18b-77a3f014cf94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27801057-b167-4e8d-af3d-62eb3316f16c {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-27801057-b167-4e8d-af3d-62eb3316f16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27801057-b167-4e8d-af3d-62eb3316f16c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2263b48-0bfe-4508-91a7-5c29606272e6 {
  margin-top: 0px;
margin-left: 19px;
margin-bottom: 0px;
margin-right: 19px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2263b48-0bfe-4508-91a7-5c29606272e6 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-0c2b3302-5802-4335-a576-cecfb825c867 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 18px;
background-color: rgba(76, 76, 76, 1);
text-align: center;
text-decoration: none;
}
#s-0c2b3302-5802-4335-a576-cecfb825c867:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c2b3302-5802-4335-a576-cecfb825c867:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0c2b3302-5802-4335-a576-cecfb825c867-root {
    text-align: center;
  }


#s-0c2b3302-5802-4335-a576-cecfb825c867.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c2b3302-5802-4335-a576-cecfb825c867-root {
    text-align: center;
  }


#s-0c2b3302-5802-4335-a576-cecfb825c867.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c2b3302-5802-4335-a576-cecfb825c867-root {
    text-align: center;
  }


#s-0c2b3302-5802-4335-a576-cecfb825c867.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c2b3302-5802-4335-a576-cecfb825c867-root {
    text-align: center;
  }


#s-0c2b3302-5802-4335-a576-cecfb825c867.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c2b3302-5802-4335-a576-cecfb825c867-root {
    text-align: center;
  }


#s-0c2b3302-5802-4335-a576-cecfb825c867.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-f8d378ea-5cc4-48c9-a708-754f05fc3a13 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-f8d378ea-5cc4-48c9-a708-754f05fc3a13 img.shogun-image {
    

    
    
    
  }


#s-f8d378ea-5cc4-48c9-a708-754f05fc3a13 .shogun-image-content {
  
    align-items: center;
  
}

#s-96cd6ce5-0a3c-49ce-bb36-f0473da72c76 {
  margin-top: 0px;
margin-left: 19px;
margin-bottom: 0px;
margin-right: 19px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96cd6ce5-0a3c-49ce-bb36-f0473da72c76 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-1d9a8688-55ce-40f8-afcb-c994b73c4618 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 18px;
background-color: rgba(76, 76, 76, 1);
text-align: center;
text-decoration: none;
}
#s-1d9a8688-55ce-40f8-afcb-c994b73c4618:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d9a8688-55ce-40f8-afcb-c994b73c4618:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d9a8688-55ce-40f8-afcb-c994b73c4618-root {
    text-align: center;
  }


#s-1d9a8688-55ce-40f8-afcb-c994b73c4618.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d9a8688-55ce-40f8-afcb-c994b73c4618-root {
    text-align: center;
  }


#s-1d9a8688-55ce-40f8-afcb-c994b73c4618.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d9a8688-55ce-40f8-afcb-c994b73c4618-root {
    text-align: center;
  }


#s-1d9a8688-55ce-40f8-afcb-c994b73c4618.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d9a8688-55ce-40f8-afcb-c994b73c4618-root {
    text-align: center;
  }


#s-1d9a8688-55ce-40f8-afcb-c994b73c4618.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d9a8688-55ce-40f8-afcb-c994b73c4618-root {
    text-align: center;
  }


#s-1d9a8688-55ce-40f8-afcb-c994b73c4618.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-9f3cf392-f235-4896-97f3-907cb87d34ba {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-9f3cf392-f235-4896-97f3-907cb87d34ba img.shogun-image {
    

    
    
    
  }


#s-9f3cf392-f235-4896-97f3-907cb87d34ba .shogun-image-content {
  
    align-items: center;
  
}

#s-b602a480-4fe9-426b-89eb-d1215ccd2d50 {
  margin-top: 0px;
margin-left: 19px;
margin-bottom: 0px;
margin-right: 19px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b602a480-4fe9-426b-89eb-d1215ccd2d50 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-f4a4289c-5a2c-4fe1-9c58-a80fc1bd4cba {
  margin-top: 0px;
margin-left: 19px;
margin-bottom: 0px;
margin-right: 19px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4a4289c-5a2c-4fe1-9c58-a80fc1bd4cba .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-b2579926-59c1-46fc-9ac9-9d6f74e1134f {
  min-height: 50px;
background-color: rgba(255, 92, 38, 1);
}








#s-b2579926-59c1-46fc-9ac9-9d6f74e1134f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2579926-59c1-46fc-9ac9-9d6f74e1134f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-072e3de8-1087-4681-8f35-4e6b9c3918e9 {
  margin-top: 29px;
margin-left: 29px;
margin-bottom: 29px;
margin-right: 29px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
min-height: 496px;
background-color: rgba(76, 76, 76, 1);
}
@media (min-width: 1200px){#s-072e3de8-1087-4681-8f35-4e6b9c3918e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-072e3de8-1087-4681-8f35-4e6b9c3918e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-072e3de8-1087-4681-8f35-4e6b9c3918e9 {
  
}
}@media (max-width: 767px){#s-072e3de8-1087-4681-8f35-4e6b9c3918e9 {
  
}
}







#s-072e3de8-1087-4681-8f35-4e6b9c3918e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-072e3de8-1087-4681-8f35-4e6b9c3918e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ca86a22-b55b-43b2-8351-ace171065015 {
  margin-top: 17px;
margin-left: 19px;
margin-bottom: 17px;
margin-right: 19px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-4ca86a22-b55b-43b2-8351-ace171065015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca86a22-b55b-43b2-8351-ace171065015.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f3016ab-48b4-4318-b097-ff1e4d080275 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f3016ab-48b4-4318-b097-ff1e4d080275 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 18px;
background-color: rgba(76, 76, 76, 1);
text-align: center;
text-decoration: none;
}
#s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4-root {
    text-align: center;
  }


#s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4-root {
    text-align: center;
  }


#s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4-root {
    text-align: center;
  }


#s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4-root {
    text-align: center;
  }


#s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4-root {
    text-align: center;
  }


#s-4a004ff8-cdf6-4319-9277-e65c7b4ce9e4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-75d8054b-31b6-4914-9471-a40b6802b933 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-75d8054b-31b6-4914-9471-a40b6802b933 {
  margin-left: 130px;
margin-right: 130px;
display: none;
}
#s-75d8054b-31b6-4914-9471-a40b6802b933, #wrap-s-75d8054b-31b6-4914-9471-a40b6802b933 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75d8054b-31b6-4914-9471-a40b6802b933 {
  margin-left: 130px;
margin-right: 130px;
display: none;
}
#s-75d8054b-31b6-4914-9471-a40b6802b933, #wrap-s-75d8054b-31b6-4914-9471-a40b6802b933 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75d8054b-31b6-4914-9471-a40b6802b933 {
  display: none;
}
#s-75d8054b-31b6-4914-9471-a40b6802b933, #wrap-s-75d8054b-31b6-4914-9471-a40b6802b933 { display:none !important; }}
#s-75d8054b-31b6-4914-9471-a40b6802b933 .shogun-heading-component h1 {
  color: rgba(255, 92, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7dd21481-453f-493c-a15a-588062a497e3 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7dd21481-453f-493c-a15a-588062a497e3 {
  margin-left: 130px;
margin-right: 130px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7dd21481-453f-493c-a15a-588062a497e3 {
  margin-left: 130px;
margin-right: 130px;
}
}@media (max-width: 767px){#s-7dd21481-453f-493c-a15a-588062a497e3 {
  display: none;
}
#s-7dd21481-453f-493c-a15a-588062a497e3, #wrap-s-7dd21481-453f-493c-a15a-588062a497e3 { display:none !important; }}
#s-7dd21481-453f-493c-a15a-588062a497e3 .shogun-heading-component h4 {
  color: rgba(255, 92, 38, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-84e11ac0-a946-4383-b449-a8b41a338bbb {
  margin-top: 0px;
margin-left: 180px;
margin-bottom: 0px;
margin-right: 180px;
}
@media (min-width: 1200px){#s-84e11ac0-a946-4383-b449-a8b41a338bbb {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84e11ac0-a946-4383-b449-a8b41a338bbb {
  margin-left: 19px;
margin-right: 19px;
}
}@media (max-width: 767px){#s-84e11ac0-a946-4383-b449-a8b41a338bbb {
  margin-left: 19px;
margin-right: 19px;
}
}
@media (min-width: 0px) {
[id="s-84e11ac0-a946-4383-b449-a8b41a338bbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84e11ac0-a946-4383-b449-a8b41a338bbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84e11ac0-a946-4383-b449-a8b41a338bbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84e11ac0-a946-4383-b449-a8b41a338bbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cddc06e5-e905-4c95-9ce5-af08e8d592f6 {
  margin-left: 29px;
margin-right: 29px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(150, 150, 150, 1);
border-style: solid;
border-radius: 1px;
max-width: 200px;
text-align: center;
}
#s-cddc06e5-e905-4c95-9ce5-af08e8d592f6:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-cddc06e5-e905-4c95-9ce5-af08e8d592f6 {
  margin-left: 80px;
margin-right: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cddc06e5-e905-4c95-9ce5-af08e8d592f6 {
  margin-left: 61px;
margin-right: 61px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cddc06e5-e905-4c95-9ce5-af08e8d592f6 {
  margin-left: 200px;
margin-right: 200px;
}
}@media (max-width: 767px){#s-cddc06e5-e905-4c95-9ce5-af08e8d592f6 {
  margin-left: 66px;
margin-right: 66px;
}
}






  #s-cddc06e5-e905-4c95-9ce5-af08e8d592f6 img.shogun-image {
    

    
    
    
  }


#s-cddc06e5-e905-4c95-9ce5-af08e8d592f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-04945197-4492-4011-9a5f-46bf87ef3afd {
  margin-top: -8px;
margin-bottom: -8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-04945197-4492-4011-9a5f-46bf87ef3afd {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-04945197-4492-4011-9a5f-46bf87ef3afd .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-39fece85-d381-48f8-b907-d55ce552a77b {
  margin-left: 24px;
margin-right: 24px;
text-align: center;
}
@media (min-width: 1200px){#s-39fece85-d381-48f8-b907-d55ce552a77b {
  margin-left: 60px;
margin-right: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-39fece85-d381-48f8-b907-d55ce552a77b {
  margin-left: 250px;
margin-right: 250px;
padding-left: 1px;
padding-right: 1px;
}
}@media (max-width: 767px){#s-39fece85-d381-48f8-b907-d55ce552a77b {
  margin-left: 100px;
margin-right: 100px;
}
}






  #s-39fece85-d381-48f8-b907-d55ce552a77b img.shogun-image {
    

    
    
    
  }


#s-39fece85-d381-48f8-b907-d55ce552a77b .shogun-image-content {
  
    align-items: center;
  
}

#s-e534760c-80f1-49e9-912a-ffab00f607f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e534760c-80f1-49e9-912a-ffab00f607f9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-84698b1b-9d5c-4976-9e75-ad82996d866a {
  margin-top: 29px;
margin-left: 29px;
margin-bottom: 29px;
margin-right: 29px;
min-height: 500px;
background-color: rgba(76, 76, 76, 1);
}
@media (min-width: 1200px){#s-84698b1b-9d5c-4976-9e75-ad82996d866a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84698b1b-9d5c-4976-9e75-ad82996d866a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84698b1b-9d5c-4976-9e75-ad82996d866a {
  
}
}@media (max-width: 767px){#s-84698b1b-9d5c-4976-9e75-ad82996d866a {
  
}
}







#s-84698b1b-9d5c-4976-9e75-ad82996d866a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84698b1b-9d5c-4976-9e75-ad82996d866a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fb9d2e3-9cfe-404b-93cc-e8ad95126fee {
  margin-top: 18px;
margin-left: 19px;
margin-bottom: 18px;
margin-right: 19px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7fb9d2e3-9cfe-404b-93cc-e8ad95126fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fb9d2e3-9cfe-404b-93cc-e8ad95126fee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89895bb2-b95c-4221-b71d-7728c77852e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89895bb2-b95c-4221-b71d-7728c77852e2 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-b2aa8d39-54d6-45d4-aaa5-3ed870119897 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 18px;
background-color: rgba(76, 76, 76, 1);
text-align: center;
text-decoration: none;
}
#s-b2aa8d39-54d6-45d4-aaa5-3ed870119897:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2aa8d39-54d6-45d4-aaa5-3ed870119897:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2aa8d39-54d6-45d4-aaa5-3ed870119897-root {
    text-align: center;
  }


#s-b2aa8d39-54d6-45d4-aaa5-3ed870119897.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2aa8d39-54d6-45d4-aaa5-3ed870119897-root {
    text-align: center;
  }


#s-b2aa8d39-54d6-45d4-aaa5-3ed870119897.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2aa8d39-54d6-45d4-aaa5-3ed870119897-root {
    text-align: center;
  }


#s-b2aa8d39-54d6-45d4-aaa5-3ed870119897.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2aa8d39-54d6-45d4-aaa5-3ed870119897-root {
    text-align: center;
  }


#s-b2aa8d39-54d6-45d4-aaa5-3ed870119897.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2aa8d39-54d6-45d4-aaa5-3ed870119897-root {
    text-align: center;
  }


#s-b2aa8d39-54d6-45d4-aaa5-3ed870119897.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-58673a01-8018-452e-a652-fbdfb89d0b7d {
  margin-top: 7px;
margin-left: 13px;
margin-bottom: 7px;
margin-right: 13px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-58673a01-8018-452e-a652-fbdfb89d0b7d .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-de0f443c-36a1-4078-ae4e-c48e531ccb92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de0f443c-36a1-4078-ae4e-c48e531ccb92 .shogun-heading-component h5 {
  color: rgba(134, 134, 134, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-701f2745-a917-42de-ad12-60a4fee5addb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-701f2745-a917-42de-ad12-60a4fee5addb .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1964b36b-1f06-4bca-8ea4-829a5b97e2e8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1964b36b-1f06-4bca-8ea4-829a5b97e2e8 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5ae9425d-10c1-4670-b434-ba00bc99c7c8 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-5ae9425d-10c1-4670-b434-ba00bc99c7c8 {
  margin-left: 200px;
margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ae9425d-10c1-4670-b434-ba00bc99c7c8 {
  margin-left: 200px;
margin-right: 200px;
}
}
#s-5ae9425d-10c1-4670-b434-ba00bc99c7c8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-eb69cd9c-73a9-4fa0-9352-fcb2a7403ed2 {
  text-align: center;
}

#s-fbe7dd4c-86fa-47bc-9429-05407c590def {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fbe7dd4c-86fa-47bc-9429-05407c590def .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1c949a0c-c901-4383-8be9-3673b557ff25 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1c949a0c-c901-4383-8be9-3673b557ff25 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2a9b0b5f-1b07-4112-adb9-4169a9a3f755 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2a9b0b5f-1b07-4112-adb9-4169a9a3f755 {
  margin-left: 200px;
margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a9b0b5f-1b07-4112-adb9-4169a9a3f755 {
  margin-left: 200px;
margin-right: 200px;
}
}
#s-2a9b0b5f-1b07-4112-adb9-4169a9a3f755 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c075a445-850d-4ce2-908b-d877333dd1a3 {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-c075a445-850d-4ce2-908b-d877333dd1a3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c075a445-850d-4ce2-908b-d877333dd1a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c075a445-850d-4ce2-908b-d877333dd1a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c075a445-850d-4ce2-908b-d877333dd1a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cc545f72-7f0b-4355-9ffb-dc9bbaa984ea {
  text-align: center;
}

#s-f225c71f-88cc-4937-96bf-422384b4db0f {
  text-align: center;
}

#s-efe64622-505a-403b-adaf-240baebea5e2 {
  text-align: center;
}

#s-f04d9d84-eae7-4ad9-a9df-94702964133b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f04d9d84-eae7-4ad9-a9df-94702964133b .shogun-heading-component h5 {
  color: rgba(134, 134, 134, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-28951502-bcc7-43aa-a96c-a5e6ab44d862 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28951502-bcc7-43aa-a96c-a5e6ab44d862 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c66a7583-7257-4acd-9160-9b5c2cb5eacb {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-c66a7583-7257-4acd-9160-9b5c2cb5eacb {
  margin-left: 200px;
margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c66a7583-7257-4acd-9160-9b5c2cb5eacb {
  margin-left: 200px;
margin-right: 200px;
}
}
#s-c66a7583-7257-4acd-9160-9b5c2cb5eacb .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-76817830-ce08-4f6c-a4cd-2ad8e304d0b0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-76817830-ce08-4f6c-a4cd-2ad8e304d0b0 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1f591aae-81ce-4ee2-8d4d-eb941a179c75 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-1f591aae-81ce-4ee2-8d4d-eb941a179c75 {
  margin-left: 200px;
margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f591aae-81ce-4ee2-8d4d-eb941a179c75 {
  margin-left: 200px;
margin-right: 200px;
}
}
#s-1f591aae-81ce-4ee2-8d4d-eb941a179c75 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-db7fadc2-1d98-4a4e-9ff7-5349a62c327f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db7fadc2-1d98-4a4e-9ff7-5349a62c327f .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a8134970-2b0a-4a4c-95d8-f0042ff41636 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a8134970-2b0a-4a4c-95d8-f0042ff41636 {
  margin-left: 200px;
margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8134970-2b0a-4a4c-95d8-f0042ff41636 {
  margin-left: 200px;
margin-right: 200px;
}
}
#s-a8134970-2b0a-4a4c-95d8-f0042ff41636 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e7cab20f-ed65-4467-86dc-848426a7f0c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7cab20f-ed65-4467-86dc-848426a7f0c5 .shogun-heading-component h5 {
  color: rgba(134, 134, 134, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-922bec13-4d49-42e0-8057-754b45b3c413 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-922bec13-4d49-42e0-8057-754b45b3c413 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4f1b4c7d-f3ac-47b1-ba2b-9ee3c748468c {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-4f1b4c7d-f3ac-47b1-ba2b-9ee3c748468c {
  margin-left: 200px;
margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f1b4c7d-f3ac-47b1-ba2b-9ee3c748468c {
  margin-left: 200px;
margin-right: 200px;
}
}
#s-4f1b4c7d-f3ac-47b1-ba2b-9ee3c748468c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b8fb37f2-c71c-4001-a169-09107883c61f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8fb37f2-c71c-4001-a169-09107883c61f .shogun-heading-component h5 {
  color: rgba(134, 134, 134, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ee2edb0d-e233-4f48-9a63-29d7e5b08f12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee2edb0d-e233-4f48-9a63-29d7e5b08f12 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-cc4ac2bd-8c17-4149-941d-bea6ee6a3065 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-cc4ac2bd-8c17-4149-941d-bea6ee6a3065 {
  margin-left: 200px;
margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc4ac2bd-8c17-4149-941d-bea6ee6a3065 {
  margin-left: 200px;
margin-right: 200px;
}
}
#s-cc4ac2bd-8c17-4149-941d-bea6ee6a3065 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-79f62ca9-8a2b-4ccf-af75-b8ff26736df5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79f62ca9-8a2b-4ccf-af75-b8ff26736df5 .shogun-heading-component h5 {
  color: rgba(134, 134, 134, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4dafc050-8c0f-4470-82c2-661778e4cdbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dafc050-8c0f-4470-82c2-661778e4cdbb .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9eed1caa-81d5-4f5d-8c1d-8d937a6e06e8 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-9eed1caa-81d5-4f5d-8c1d-8d937a6e06e8 {
  margin-left: 200px;
margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9eed1caa-81d5-4f5d-8c1d-8d937a6e06e8 {
  margin-left: 200px;
margin-right: 200px;
}
}
#s-9eed1caa-81d5-4f5d-8c1d-8d937a6e06e8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2c142005-1d94-4430-ad9f-690420f2799a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c142005-1d94-4430-ad9f-690420f2799a .shogun-heading-component h5 {
  color: rgba(134, 134, 134, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d5ec8721-34a0-4e47-b7d3-5e4f4749a57f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5ec8721-34a0-4e47-b7d3-5e4f4749a57f .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-00212060-5ff8-47f0-ab04-c7e0f6e63f7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00212060-5ff8-47f0-ab04-c7e0f6e63f7d .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-d7861d61-60b6-42f7-a2fe-2bf0c2c7969c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7861d61-60b6-42f7-a2fe-2bf0c2c7969c .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-5542f825-63b0-4910-9b64-ee800438f69d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5542f825-63b0-4910-9b64-ee800438f69d .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}