/*================================================================================== STYLE CSS */
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    MyYuGothicM, YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 18px;
  font-feature-settings: "pkna";
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: 700;
}
h1 {
  font-size: 91px;
}
h2 {
  font-size: 64px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 24px;
}
p {
  margin: 0px;
  padding: 0px;
  line-height: 2;
}
p.large {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a {
  text-decoration: none;
  /* transition: opacity .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out; */
  color: #333333;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}
input:hover,
input:focus,
input:active {
  outline: none;
}
button {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
button:hover,
button:focus,
button:active {
  outline: none;
}
button:hover {
  opacity: 0.5;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style-type: none;
}
img {
  height: auto;
  border: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 100%;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.flex-pc {
  display: block !important;
}
.flex-sp {
  display: none !important;
}
.nopadding {
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.wrapper {
  margin: 0px auto;
}
.container {
  max-width: 1170px;
  padding: 0;
}

/*--------------- COMMON_START --------------*/
#contain {
  margin: 0px;
  padding: 90px 0 0 0;
  overflow: hidden;
}

.main-banner-hp {
  position: relative;
  width: 100%;
  height: 775px;
}
.main-banner-hp .carousel-item {
  width: 100%;
  height: 775px;
  position: relative;
}
.main-banner-hp .carousel-item .bg,
.main-banner-hp .carousel-item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner-hp .carousel-item .logo {
  position: absolute;
  left: 50px;
  bottom: 30px;
}
.main-banner-catchphrase-hp {
  position: absolute;
  right: 50px;
  top: 50px;
}
.main-banner-catchphrase-hp h2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  column-gap: 10px;
  font-size: 61px;
  font-weight: 500;
  letter-spacing: 15px;
  color: #fff;
}
.main-banner-catchphrase-hp h2 span {
  display: inline-block;
  background-color: #333333;
  writing-mode: vertical-rl;
  padding-top: 10px;  
}
.main-banner-catchphrase-hp h2 em {
  font-style: normal;
  color: #ff9000;
}

.common-title-hp {
  position: relative;
  z-index: 0;
}
.common-title-hp h1.bg {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  font-size: 180px;
  font-weight: 300;
  letter-spacing: 7.2px;
  line-height: 1;
  color: #e9f1f6;
  text-align: center;
  white-space: nowrap;
  z-index: -1;
}
.common-title-hp h1.bg.white {
  color: #fefcf5;
}
.common-title-hp h1.bg.red {
  color: #fef1f1;
}
.common-title-hp h1.bg.green {
  color: #e7f5f3;
}
.common-title-hp h2 {
  font-family: "YuGothic", sans-serif;
  letter-spacing: 1.28px;
  text-align: center;
}
.common-title-hp h4 {
  font-family: "YuGothic", sans-serif;
  line-height: 1.67;
  color: #ff9000;
  text-align: center;
}
.common-title-hp h4.green {
  color: #1abc9c;
}

.common-btn-hp {
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #0e192d;
  border: 1px solid #0e192d;
  background-color: #fff;
  position: relative;
}

.btn-functions {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #fff !important;
}
.btn-functions:hover {
  background-color: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-functions.btn-order {
  border-color: #ed4f28;
  background-color: #ed4f28;
}
.btn-functions.btn-order:hover {
  color: #ed4f28 !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.ellipse-bg {
  position: relative;
  z-index: 0;
}
.ellipse-bg::before {
  position: absolute;
  content: url("/user_data/packages/default/img/fushime/top/ellipse.svg");
  left: -25px;
  top: -30px;
  z-index: -1;
}
.ellipse-red-bg {
  position: relative;
  z-index: 0;
}
.ellipse-red-bg::before {
  position: absolute;
  content: url("/user_data/packages/default/img/fushime/top/ellipse_red.svg");
  left: -25px;
  top: -30px;
  z-index: -1;
}
.ref {
  /* font-family: "Noto Sans JP", sans-serif; */
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  color: #7d7d7d;
}

.white {
  color: #fff;
}
.black {
  color: #333333;
}
.grey {
  color: #676767;
}
.blue {
  color: #2097e0;
}
.red {
  color: #ed4f28;
}
.green {
  color: #1abc9c;
}
.blue-bg {
  background-color: #2097e0;
}
.black-bg {
  background-color: #333;
}
i[class="icon-play-sign"] {
  padding-right: 0.4em;
}
/*--------------- COMMON_END --------------*/

/*--------------- HEADER_START --------------*/
.ghead {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  /* transition: all 0.3s ease-out; */
}
.ghead-line-sect {
  width: 100%;
  height: 20px;
  margin: 0;
  background-color: #362e2b;
  color: #fff;
  text-align: left;
}
.ghead-line {
  display: flex;
  justify-content: space-between;
}
.ghead-line-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
}
.ghead-line-text a {
  color: white;
}
.ghead-line-text a:hover {
  color: #f39700;
  text-decoration: underline;
}
.ghead-line-text a strong {
  color: #f39700;
  font-weight: bold;
}
.ghead-line-text a.ghead-line-text__biz {
  color: #ffff00;
}
.ghead-line-text a.ghead-line-text__biz:hover {
  color: #ffff00;
}
.ghead-line-text__biz:after {
  content: "\f105\f105\f105";
  margin-left: 0.2em;
  font-family: FontAwesome;
}

.ghead {
  height: 90px;
}
.ghead-cont-sect {
  width: 100%;
  height: 70px;
  background-color: #f7f3e3;
}
.ghead-cont-sect .container {
  position: relative;
}
.ghead-logo {
  position: absolute;
  width: 160px;
  height: auto;
  top: 15px;
  left: 0;
  font-size: 0;
}
.ghead-logo a {
  display: block;
}
.ghead-logo img {
  max-width: 100%;
  height: auto;
}
.gnav {
  position: absolute;
  top: 0;
  right: 0;
}
.gnav-main li {
  display: inline-block;
  margin-top: 0;
}
.gnav-main li a,
.gnav-main li button {
  display: block;
  padding: 0 9px;
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  line-height: 70px;
}
.gnav-main li a:hover {
  color: #ff9000;
  text-decoration: none;
}
.gnav-main li a.gnav-on {
  color: #ff9000;
  background: linear-gradient(transparent 95%, #ff9000 5%);
}
.gnav-main .btn-order {
  display: inline-block;
  margin-left: 18px;
  padding: 10px 18px;
  background-color: #ed4f28;
  border: 1px solid #ed4f28;
  line-height: 16px;
  color: #f7f3e3;
  border-radius: 4px;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.gnav-main .btn-order:hover {
  background-color: #f7f3e3;
  color: #ed4f28;
}
/* Global navigation drawer */
.gnav_drawer {
  display: none;
}

/* SUB NAVIGATION */
.gnav-sub {
  position: static;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  z-index: 998;
  transition: all 0.2s ease-in-out;
}
.gnav-sub.is-fixed {
  position: fixed;
  top: 0;
}
.gnav-sub.is-fixed.is-show {
  top: 90px;
}
.gnav-sub dl {
  display: inline-block;
}
.gnav-sub dt,
.gnav-sub dd,
.gnav-sub ul,
.gnav-sub li {
  display: inline-block;
  font-size: 16px;
}
.gnav-sub dl {
  padding: 0.6em 0;
}
.gnav-sub dl:last-child {
  margin-left: 4em;
}
.gnav-sub dt {
  background-color: #999;
  padding: 0.2em 0.6em;
  color: white;
  font-size: 14px;
}
.gnav-sub li {
  margin-left: 3em;
}
.gnav-sub li:first-child {
  margin-left: 0;
}
.gnav-sub li a {
  display: inline-block;
  height: 48px;
  color: inherit;
  line-height: 48px;
}
.gnav-sub li a:after {
  display: inline-block;
  padding-left: 0.4em;
  font-family: FontAwesome;
  content: "\f105";
}
.gnav-sub li.gsub_anchor a:after {
  content: "\f107";
}
.gnav-sub li a:hover,
.gnav-sub li.gsub_current a {
  color: #f29525;
}
.gnav-sub li.gsub_current a:after {
  content: "\f107";
}
.gnav-sub-footer {
  display: none;
}

/*guidenav*/
.guidenav {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.guidenav ul {
}

.guidenav ul li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.guidenav ul li:last-child {
  margin-right: 0;
}
.guidenav ul li a {
  display: block;
  position: relative;
  height: 60px;
  color: #7e6b5a;
  font-size: 22px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.guidenav a:before {
  display: inline-block;
  padding-right: 7.5px;
  font-family: FontAwesome;
  content: "\F0D7";
}
.guidenav a:hover,
.guidenav a.curt {
  color: #f39700;
}
.guidenav a.curt:before {
  content: "\F0DA";
}
.guidenav-btn {
}
/*--------------- HEADER_END --------------*/

/*--------------- INDEX_START --------------*/
.banner-hp {
  padding: 60px 0;
}
.topic-block-hp {
  padding: 60px 0 0;
}
.topic-block-in-hp {
  text-align: center;
}
.price-block-hp {
  padding: 150px 0 120px 0;
}
.price-middle-hp .common-title-hp {
  margin-bottom: 140px;
}
.price-comparation-hp {
  margin-bottom: 160px;
}
.price-comparation-hp h3 {
  margin-bottom: 40px;
}
.price-comparation-hp p {
  font-family: "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.33;
  color: #676767;
  float: right;
}
.price-comparation-graph-hp {
  position: relative;
}
.price-comparation-graph-hp h4 {
  position: absolute;
  right: 40px;
  top: 35px;
}
.price-link-hp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 120px;
  list-style: none;
  margin: 80px 0 140px;
}
.price-link-btn, .topic-link-btn {
  position: relative;
  display: inline-block;
  min-width: 420px;
  padding: 20px 60px;
  background: #ff9000;
  border: 2px solid #ff9000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  color: white;
  border-radius: 12px;
  transition: background .2s ease-out, color .2s ease-out;
}
.price-link-btn > i, .topic-link-btn > i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.price-link-btn:hover, .topic-link-btn:hover {
  background: white;
  color: #ff9000;
  opacity: 1;
}

.price-secret-hp {
  margin-bottom: 140px;
}
.price-secret-hp h3 {
  margin-bottom: 80px;
}
.price-secret-list-hp {
  display: flex;
  flex-direction: row;
  column-gap: 35px;
}
.price-secret-item-hp {
  flex: 1;
}
.price-secret-item-hp img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  margin-bottom: 20px;
}
.price-secret-item-hp h6 {
  margin-bottom: 15px;
}
.price-advantage-hp > p {
  font-family: "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #7d7d7d;
  text-align: right;
}
.price-advantage-hp h3.ellipse-bg {
  margin-bottom: 10px;
}
.price-advantage-hp h3 span.small {
  font-size: 28px;
}
.price-advantage-hp h3.red {
  text-align: center;
  margin-bottom: 45px;
}
.price-advantage-hp > h5 {
  text-align: center;
  margin-bottom: 60px;
}
.price-advantage-graph-hp {
  margin: 45px 0 140px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
}
.price-advantage-graph-hp h5 {
  width: 345px;
  line-height: 1.8;
}
.price-advantage-graph-hp span {
  padding: 5px;
  color: #1F97E0;
}
.price-problem-list-hp {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  margin-bottom: 140px;
}
.price-problem-item-hp {
  flex: 1;
}
.price-problem-item-hp img {
  margin-left: 30px;
}
.price-problem-item-hp p {
  width: 100%;
  height: 165px;
  background-color: #f5f7fa;
  border-radius: 24px;
  padding: 15px;
  line-height: 1.67;
}
.price-advantage-list-hp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}
.price-advantage-item-hp {
  width: 320px;
  height: 320px;
  border-radius: 160px;
  border: 2px solid #ed4f28;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price-advantage-item-hp h4 {
  margin-bottom: 10px;
}
.price-advantage-item-hp h6 {
  width: 230px;
  height: 100px;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.price-message-list-hp {
  display: none;
}

.quality-block-hp {
  padding: 120px 0;
  background: url("/user_data/packages/default/img/fushime/top/quality_bg.jpg")
      center top no-repeat,
    #f6f3e5;
  background-size: 100% auto;
}
.quality-middle-hp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quality-middle-hp .common-title-hp {
  margin-bottom: 100px;
}
.quality-first-hp {
  display: flex;
  flex-direction: row;
  column-gap: 80px;
  margin-bottom: 120px;
}
.quality-second-hp {
  width: 100%;
}
.quality-element-hp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
}
.quality-element-hp.align-center {
  align-items: center;
  margin-bottom: 100px;
}
.quality-first-hp .quality-element-hp {
  margin-bottom: 0;
  flex: 1;
  justify-content: center;
}
.quality-element-hp h4 {
  margin-bottom: 15px;
  line-height: 1.67;
}
.quality-element-hp h6 {
  font-weight: 500;
  line-height: 1.67;
}
.quality-element-number-hp {
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.quality-element-number-hp::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background-color: #ff9000;
}
.quality-element-number-hp h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 96px;
  color: #ff9000;
}
.quality-element-number-hp p.small {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.33;
  color: #ff9000;
}
.quality-first-right-hp {
  overflow: hidden;
  width: calc(65% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  border-radius: 24px 0 0 24px;
}
.quality-first-right-hp img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px 0 0 24px;
}
.quality-comparation-hp {
  margin-bottom: 120px;
}
.quality-comparation-hp > h4 {
  font-family: "YuGothic", sans-serif;
  letter-spacing: 1.67;
  text-align: center;
  margin-bottom: 40px;
  vertical-align: middle;
}
.quality-comparation-hp > h4::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 38.4px;
  margin-left: 8px;
  background: url(/user_data/packages/default/img/fushime/top/quality_compare_sign.svg) top left/contain no-repeat;
  vertical-align: middle;
}
.quality-comparation-hp #image-compare {
  width: 100%;
}


.quality-02-list-hp, .quality-03-list-hp {
  overflow: hidden;
  width: 100vw;
  margin-bottom: 120px;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}
.quality-02-list-hp-wrap, .quality-03-list-hp-wrap {
  display: flex;
  width: 200vw;
}
.quality-02-list-hp-wrap li, .quality-03-list-hp-wrap li {
  display: block;
  width: 100vw;
}
.quality-02-list-hp-wrap li img, .quality-03-list-hp-wrap li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.quality-02-list-hp-wrap li {
  animation: scroll-left 40s infinite linear 0.5s both;
}
.quality-03-list-hp-wrap li {
  animation: scroll-right 40s infinite linear 0.5s both;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.quality-features-hp {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  column-gap: 50px;
}
.quality-feature-list-hp {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quality-feature-title-hp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.quality-feature-title-hp p.large {
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.quality-feature-title-hp p.large::after {
  position: absolute;
  content: url("/user_data/packages/default/img/fushime/top/quality_feature_title_bg.svg");
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.quality-feature-item-hp {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.quality-feature-item-hp:last-child {
  margin-bottom: 0;
}
.quality-feature-list-hp:nth-child(1) .quality-feature-item-hp {
  border: 3px solid #f1c40f;
}
.quality-feature-list-hp:nth-child(2) .quality-feature-item-hp {
  border: 3px solid #9b59b6;
}
.quality-feature-list-hp:nth-child(3) .quality-feature-item-hp {
  border: 3px solid #1abc9c;
}
.quality-feature-item-hp h6 {
  font-weight: 500;
  text-align: center;
}
.quality-shipping-hp {
  width: 690px;
  background-color: #f1ecd3;
  padding: 30px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 55px;
}
.quality-shipping-right-hp h6 {
  margin-bottom: 10px;
}
.quality-summary {
  margin: 80px 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  color: #ff9000;
}

.about-block-hp {
  padding: 140px 0 230px 0;
}
.about-middle-hp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-middle-hp .common-title-hp {
  margin-bottom: 30px;
}
.about-middle-hp > h6 {
  font-family: "YuGothic", sans-serif;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  margin-bottom: 90px;
}
.about-youtube-hp {
  max-width: 730px;
  width: 100%;
  margin-bottom: 80px;
}
.about-youtube-player {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
}
.about-youtube-hp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about-photos-hp {
  display: flex;
  flex-direction: row;
  column-gap: 120px;
  margin-bottom: 140px;
}
.about-photo-item-hp {
  width: 420px;
  position: relative;
}
.about-photo-item-hp img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.about-photo-item-hp h6 {
  position: absolute;
  padding: 7px 25px;
  border-radius: 0 16px 16px 16px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  transform: translate(0, 50%);
}
.about-profile-hp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 80px;
  margin-top: 80px;
  margin-bottom: 120px;
}
.about-profile-left-hp {
  width: 300px;
  height: 300px;
  position: relative;
}
.about-profile-left-hp img {
  width: 100%;
  height: auto;
}
.about-profile-left-hp p {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translate(-50%, 0);
  width: 107px;
  font-family: "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 1.33;
  color: #fff;
  text-align: center;
  background-color: #333333;
}
.about-profile-left-hp h6 {
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translate(-50%, 0);
  width: 107px;
  font-family: "YuGothic", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #333333;
}
.about-profile-right-hp h4 {
  margin-bottom: 40px;
  line-height: 1.67;
}
.about-profile-right-hp a {
  font-family: "YuGothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #5488a0;
  text-decoration: dotted underline #5488a0;
}
.about-staff-hp {
  width: calc(100% + (100vw - 100%) / 2);
  margin-left: calc((100% - 100vw) / 2);
  position: relative;
}
.about-staff-hp source, .about-staff-hp img {
  width: 100%;
  border-radius: 0 24px 24px 0;
}
.about-staff-hp h4 {
  position: absolute;
  right: -60px;
  top: 40px;
  padding: 7px 25px;
  background-color: #fff;
  font-family: "YuGothic", sans-serif;
  line-height: 1.67;
  border-radius: 16px;
}

.thank-block-hp {
  padding: 160px 0 130px 0;
  background: url("/user_data/packages/default/img/fushime/top/thank_bg.jpg")
      center top no-repeat,
    #f5f7fa;
  background-size: 100% auto;
}
.thank-middle-hp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thank-middle-hp .common-title-hp {
  margin-bottom: 80px;
}
.thank-middle-hp > img {
  margin-bottom: 140px;
}
.thank-middle-hp > h4 {
  width: 100%;
  margin-bottom: 80px;
  line-height: 1.67;
}
.thank-program-list-hp {
  width: 100%;
}
.thank-program-item-hp img {
  width: 100%;
  margin-bottom: 15px;
}
.thank-program-item-hp p.large {
  font-family: "YuGothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
.swiper-pagination-hp {
  /* display: none; */
  margin-top: 20px;
  text-align: center;
}
.swiper-pagination-hp .swiper-pagination-bullet-active {
  background-color: #333;
}

.voice-block-hp {
  background-color: #eceef1;
  padding: 80px 0 120px 0;
}
.voice-header-hp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice-header-hp h4 {
  display: inline-block;
}
.voice-header-hp .swiper-controls-hp {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 20px;
  height: 50px;
}
.voice-header-hp .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #333333;
  font-size: 20px;
  color: #333333;
  position: relative;
  transform: none;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}
.voice-header-hp .swiper-button-prev::after {
  display: none;
}
.voice-header-hp .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #333333;
  font-size: 20px;
  color: #333333;
  position: relative;
  transform: none;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}
.voice-header-hp .swiper-button-next::after {
  display: none;
}
.voice-item-hp {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0px 23px 35px -23px rgba(0, 0, 0, 0.25); */
  box-shadow: rgba(0, 0, 0, 0.18) 0px 25px 50px -12px;
}
.voice-list-hp {
  overflow: visible;
  /* width: calc(100% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2); */
  margin-top: 60px;
}
.voice-list-hp .swiper-controls-hp {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 20px;
  height: 50px;
  margin-bottom: 80px;
  padding-right: 145px;
}
.voice-list-hp .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #333333;
  font-size: 20px;
  color: #333333;
  position: relative;
  transform: none;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}
.voice-list-hp .swiper-button-prev::after {
  display: none;
}
.voice-list-hp .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #333333;
  font-size: 20px;
  color: #333333;
  position: relative;
  transform: none;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}
.voice-list-hp .swiper-button-next::after {
  display: none;
}
.swiper-slide {
  height: auto;
}
.voice-item-hp {
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.voice-item-hp img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}
.voice-item-content-hp {
  padding: 30px;
}
.voice-item-content-hp p.small {
  margin-bottom: 10px;
  font-family: "YuGothic", sans-serif;
  font-weight: 500;
  color: #757575;
}
.voice-item-content-hp p.desc {
  font-family: "YuGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
.thank-link-hp, .voice-link-hp {
  display: none;
  margin: 80px 0 0;
  text-align: center;
}
.thank-link-btn, .voice-link-btn {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .1em;
  transition-duration: .2s;
}
.thank-link-btn > i, .voice-link-btn > i {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  border: 2px solid #333;
  line-height: 46px;
  text-align: center;
  border-radius: 24px;
  transition: border .2s ease-out;
}
.thank-link-btn:hover, .voice-link-btn:hover {
  color: #5488a0;
}
.thank-link-btn:hover > i, .voice-link-btn:hover > i {
  border-color: #5488a0;
}

.company-block-hp {
  padding: 80px 0 120px 0;
  background-color: #f5f7fa;
}
.company-block-hp .container {
  max-width: 1020px;
}
.company-middle-hp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-middle-hp > h4 {
  width: 100%;
  line-height: 1.67;
  margin-bottom: 80px;
}
.company-middle-hp > a {
  font-family: "YuGothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #5488a0;
  text-decoration: dotted underline #5488a0;
}
.company-photos-hp {
  display: flex;
  flex-direction: row;
  column-gap: 60px;
  margin-bottom: 80px;
}
.company-photo-item-hp {
  flex: 1;
}
.company-photo-item-hp img {
  width: 100%;
  margin-bottom: 15px;
}
.company-photo-item-hp p.large {
  font-family: "YuGothic", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.company-photo-item-hp a {
  font-family: "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #5488a0;
  text-decoration: dotted underline #5488a0;
}
.company-logos-hp {
  margin-bottom: 80px;
}
.company-logos-hp .row {
  margin-left: -30px;
  margin-right: -30px;
  row-gap: 30px;
}
.company-logos-hp .row > div {
  padding-left: 30px;
  padding-right: 30px;
}

.support-block-hp {
  padding: 180px 0;
}
.support-middle-hp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-middle-hp .common-title-hp {
  margin-bottom: 90px;
}
.support-middle-hp a {
  font-family: "YuGothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #5488a0;
  text-decoration: dotted underline #5488a0;
}
.support-company-list-hp {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 120px;
  margin-bottom: 55px;
}
.support-company-item-hp {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-company-item-hp h6 {
  font-family: "YuGothic", sans-serif;
  line-height: 1.67;
  text-align: center;
  padding: 15px 20px 30px 20px;
}
.support-company-item-hp:nth-child(1) h6 {
  background: url("/user_data/packages/default/img/fushime/top/support_img1.svg")
    center center no-repeat;
  background-size: contain;
}
.support-company-item-hp:nth-child(2) h6 {
  background: url("/user_data/packages/default/img/fushime/top/support_img2.svg")
    center center no-repeat;
  background-size: contain;
}
.support-company-item-hp img {
  margin-bottom: 40px;
}

.home_section-mainvisual {
  margin-top: 0;
}
.homeMainvisual_container {
  background: url("/user_data/packages/default/img/fushime/home/mainvisual@2x.jpg") top center/cover no-repeat;
}
.homeMainvisual_container .container {
	position: relative;
	height: 570px;
}
.homeMainvisual_badge {
  position: absolute;
  max-width: 40%;
  width: 100%;
  height: auto;
  right: 15px;
  bottom: 50%;
  transform: translateY(50%);
  transition: none;
}
.homeMainvisual_contact {
	position: absolute;
	display: inline-block;
	max-width: 37.5%;
	left: 15px;
	bottom: 40px;
}
.homeMainvisual_contact:hover {
  opacity: .9;
}
@media (max-width: 1280px) {
  .homeMainvisual_container {
    background: url("/user_data/packages/default/img/fushime/home/mainvisual.jpg") top center/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .homeMainvisual_container {
    background: none;
  }
  .homeMainvisual_container .container {
    height: auto;
  }
  .homeMainvisual_badge {
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    transform: none;
  }
  .homeMainvisual_contact {
    position: static;
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 30px;
    background: url("/user_data/packages/default/img/fushime/home/mainvisual_sp@2x.jpg") top center/cover no-repeat;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .homeMainvisual_contact {
    background: url("/user_data/packages/default/img/fushime/home/mainvisual_sp.jpg") top center/cover no-repeat;
  }
}

/*--------------- INDEX_END --------------*/

/*--------------- FOOTER_START --------------*/
.gfoot {
  background-color: #59493f;
}
.gfoot-no-col {
  background-color: #f5efe3;
}
.gfoot-inner {
  padding: 30px 0;
  background-color: #bbaa8b;
}
.gfoot-map-col dl dt {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.gfoot-map-col dd {
  margin-bottom: 0;
}
.gfoot-map-col a {
  color: #fff;
}
.gfoot-map-col a:hover {
  color: #ed4f28;
}
.gfoot-map-col dl dd a {
  margin-bottom: 8px;
  font-size: 12px;
}

.gfoot-map-col dl dd i[class^="icon-"] {
  color: #fff;
  font-size: 8px;
}
.gfoot-contact {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #fed276;
  -webkit-background-size: 238px auto;
  background-size: 238px auto;
  width: 100%;
  padding: 30px 0;
  behavior: url(/user_data/packages/default/css/PIE.htc);
  -ms-behavior: url(/user_data/packages/default/css/backgroundsize.min.htc);
}
.gfoot-contact-no-col {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #fed276;
  padding: 20px 0;
}
.btn-gfoot-cont {
  position: relative;
  float: left;
  overflow: hidden;
  font-weight: bold;
  width: 23.5%;
  height: 54px;
  text-align: center;
  display: block;
  margin-right: 2%;
  padding: 0 16px;
  border: 1px solid #b28d35;
  background-color: #b28d35;
  font-size: 16px;
  line-height: 54px;
  color: white;
  border-radius: 6px;
}
.btn-gfoot-cont:last-child {
  margin-right: 0;
}
.btn-gfoot-cont:hover {
  background-color: white;
  color: #b28d35;
  transition: all 0.3s;
}
.btn-gfoot-cont:after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  transform: translateY(-50%);
}
.btn-gfoot-cont.is-blue {
  background-color: #488dbf;
  border: 1px solid #488dbf;
}
.btn-gfoot-cont.is-blue:hover {
  background-color: white;
  border-color: #488dbf;
  color: #488dbf;
}
.btn-gfoot-cont.is-red {
  background-color: #ed4f28;
  border: 1px solid #ed4f28;
}
.btn-gfoot-cont.is-red:hover {
  background-color: white;
  border-color: #ed4f28;
  color: #ed4f28;
}
.gfoot-logo {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding-right: 2%;
}
.gfoot-contact-cont {
  display: inline-block;
  vertical-align: middle;
  width: 73%;
}
.gfoot-contact-head {
  font-weight: bold;
  font-size: 14px;
}
.gfoot-office-hours {
  font-size: 15px;
  color: #707070;
}
.gfoot-tel-cont {
}
.gfoot-tel-free,
.gfoot-tel-phone {
  font-size: 20px;
  font-weight: bold;
}
.gfoot-tel-free:before {
  font-family: "condensicon";
  content: ":";
  color: #909090;
  padding-right: 5px;
}
.gfoot-tel-phone:before {
  font-family: "condensicon";
  content: "=";
  color: #909090;
  padding-right: 5px;
}
.gfoot-tel-smt {
  font-size: 20px;
  font-weight: bold;
}
.gfoot-tel-smt:before {
  font-family: "condensicon";
  content: "T";
  color: #909090;
  padding: 1.5px;
}
.gfoot-chat-cont {
  font-size: 15px;
  line-height: 30px;
}
.gfoot-chat-icon {
  border-radius: 6px 0 0 0;
  width: 36px;
  height: 28px;
  margin-left: 5px;
  display: inline-block;
  background: #ef8327
    url(/user_data/packages/default/img/fushime/contact/chat-icon.gif) center
    center no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  -ms-behavior: url(/user_data/packages/default/css/backgroundsize.min.htc);
  vertical-align: middle;
  behavior: url(/user_data/packages/default/css/PIE.htc);
}
.gfoot-chat-head {
  border-radius: 0 6px 0 0;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
  display: inline-block;
  background-color: #f39600;
  vertical-align: middle;
  behavior: url(/user_data/packages/default/css/PIE.htc);
}
.gfoot-chat-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.gfoot-mail {
  color: #303030;
  font-weight: bold;
  font-size: 20px;
}
.gfoot-mail:before {
  padding-left: 0.8em;
  padding-right: 0.4em;
  color: #909090;
  font-family: FontAwesome;
  content: "\F0E0";
}
.gfoot-copyright {
  height: 30px;
  margin-bottom: 0;
  background-color: #59493f;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.gfoot-copyright > br {
  display: none;
}
.gfoot-copyright a {
  padding-right: 1em;
  color: #fff;
}
.gfoot-copyright a:hover {
  color: #f39700;
  text-decoration: underline;
}
.gfoot-copyright small {
  color: #fff;
}

.gfoot_nav {
  display: none;
  width: 100%;
  background: white;
  padding: 0 20px 20px;
  text-align: center;
}
.gfoot_nav_item {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
}
.gfoot_nav_item a {
  color: #999;
}
.gfoot_nav_item a:hover {
  color: #ff9000;
}
.btn-top {
  position: fixed;
  opacity: 0;
  width: 56px;
  height: 56px;
  right: 20px;
  bottom: 20px;
  margin-bottom: 0;
  transition: opacity 0.5s;
}
.btn-top.is-visible {
  opacity: 1;
}
.btn-top a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 56px;
  height: 56px;
  padding-top: 56px;
  background: #ff9000;
  border-radius: 28px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.btn-top a:hover {
  background: #ffa633;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.btn-top a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  display: inline-block;
  color: white;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 50px;
  content: "\f106";
  text-align: center;
}
/*--------------- FOOTER_END --------------*/

/*================================================================================== RESPONSIVE CSS */
@media (min-width: 0px) and (max-width: 575px) {
  body {
    font-size: 13px;
  }

  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p.large {
    font-size: 14px;
  }
  p.small {
    font-size: 12px;
  }

  .container-fluid {
    padding: 0;
  }
  .row {
    margin: 0;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex-pc {
    display: none !important;
  }
  .flex-sp {
    display: flex !important;
  }

  /*--------------- COMMON_START --------------*/
  #contain {
    margin: 0px;
    padding: 60px 0 0 0;
  }

  .main-banner-hp {
    height: 640px;
    max-height: calc(100vh - 55px);
  }
  .main-banner-hp .carousel-item {
    height: 640px;
    max-height: calc(100vh - 55px);
  }
  .main-banner-hp .carousel-item .logo {
    left: 15px;
    bottom: 15px;
    width: 150px;
  }
  .main-banner-catchphrase-hp {
    right: 15px;
    top: 15px;
    column-gap: 10px;
  }
  .main-banner-catchphrase-hp h2 {
    column-gap: 8px;
    font-size: 40px;
    letter-spacing: 10px;
  }

  .common-title-hp h1.bg {
    font-size: 54px;
    letter-spacing: 0;
  }
  .common-title-hp h2 {
    letter-spacing: 0;
  }
  .common-title-hp h4 {
    font-size: 14px;
  }

  .common-btn-hp {
    width: 300px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #0e192d;
    border: 1px solid #0e192d;
    background-color: #fff;
    position: relative;
  }

  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: block !important;
  }
  .ellipse-bg::before {
    content: url("/user_data/packages/default/img/fushime/top/ellipse_sp.svg");
    left: 0;
    top: -10px;
  }
  .ellipse-red-bg::before {
    content: url("/user_data/packages/default/img/fushime/top/ellipse_red_sp.svg");
    left: 0;
    top: -10px;
  }
  .ref {
    /* font-family: "Noto Sans JP", sans-serif; */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    color: #7d7d7d;
  }
  /*--------------- COMMON_END --------------*/

  /*--------------- HEADER_START --------------*/
  .ghead {
    position: fixed;
    min-width: 320px;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999;
    box-shadow: none;
    transition: all 0.3s ease-out;
  }
  .ghead.is-hidden {
    top: -60px;
  }
  .ghead ~ main {
    padding-top: 60px;
  }
  .ghead-line-sect {
    display: none;
  }
  .ghead-cont-sect {
    height: 60px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    background: transparent;
  }
  .ghead-cont-sect > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .ghead-logo {
    top: 5px;
    margin-top: 0;
    margin-left: 10px;
  }
  .ghead-logo,
  .ghead-logo a {
    width: 120px;
    height: 31px;
  }
  .ghead-logo a {
    padding: 0;
  }

  .gnav {
    display: none;
  }
  .gnav-sub {
    position: relative;
    padding: 0 0 15px;
    border-bottom: 0;
    width: 100%;
  }
  .gnav-sub::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 15px;
    left: 0;
    border-bottom: 1px solid #eee;
    z-index: 1;
  }
  .gnav-sub.is-fixed {
    position: static;
  }
  .gnav-sub .container {
    padding: 0;
  }
  .gnav-sub ul {
    display: flex;
    width: max-content;
    text-align: center;
  }
  .gnav-sub li {
    display: inline-block;
    width: auto;
    margin: 0 0 0 3px;
    padding: 0;
    z-index: 0;
    font-size: 12px;
  }
  .gnav-sub li:first-child {
    margin-left: 10px;
  }
  .gnav-sub li a {
    height: auto;
    padding: 12px 12px 8px;
    line-height: 1.8;
  }
  .gnav-sub li.gsub_current a {
    border-bottom: 4px solid #ff9000;
    font-weight: bold;
  }
  .gnav-sub li:not(.gsub_anchor) a:after {
    display: none;
  }
  .gnav-sub-footer {
    display: block;
  }
  .gnav-sub-footer .gnav-sub {
    padding-top: 0;
  }
  .gnav-sub-footer .gnav-sub ul:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid #ccc;
  }
  .gnav-sub-footer .gnav-sub ul:after {
    display: none;
  }
  .gnav-sub-footer .gnav-sub li a {
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
  }
  .gnav-sub-footer .gnav-sub li a:hover,
  .gnav-sub-footer .gnav-sub li.gsub_current a {
    border-top: 1px solid #fff;
  }

  .gnav-sub.gnav-sub-guide {
    padding-bottom: 0;
  }
  .gnav-sub.gnav-sub-guide::after {
    display: none;
  }
  .gnav-sub.gnav-sub-guide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
  }
  .gnav-sub.gnav-sub-guide li {
    width: calc(100% / 3 - 7px);
    margin-top: 15px;
    margin-left: 0;
  }
  .gnav-sub.gnav-sub-guide li a {
    position: relative;
    display: block;
    padding: 4px;
    background-color: #efefef;
    border: 0;
    border-radius: 0;
  }
  .gnav-sub.gnav-sub-guide li a:hover,
  .gnav-sub.gnav-sub-guide li a:focus {
    background-color: #dfdfdf;
    color: #303030;
  }
  .gnav-sub.gnav-sub-guide li a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }

  .gnav-order {
    position: static;
    width: 86px;
    height: 40px;
    float: right;
    margin-right: 10px;
  }
  .gnav-order .btn-block.btn-large.btn-order {
    width: 100%;
    height: 40px;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }

  /* Global Navigation drawer */
  .gnav_drawer {
    position: relative;
    float: right;
    display: block;
  }
  .drawer_input {
    display: none;
  }
  .drawer_open {
    width: 84px;
    height: 40px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0;
    border: 1px solid #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
    color: #333;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
  }
  .drawer_open > i {
    margin-right: 6px;
  }
  .drawer_close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .drawer_close:before {
    position: absolute;
    display: inline-block;
    content: "\f057";
    top: 0.05em;
    left: 0.4em;
    color: white;
    font-family: FontAwesome;
    font-size: 2em;
    cursor: pointer;
  }
  .drawer_content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: calc(100% - 3.35em);
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .drawer_nav,
  .drawer_subnav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
  }
  .drawer_nav li {
    margin: 0;
    padding: 0;
  }
  .drawer_nav a,
  .drawer_opener {
    position: relative;
    display: block;
    padding: 1em 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 1.1em;
  }
  .drawer_nav a:after,
  .drawer_opener:after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    right: 15px;
    top: 0.8em;
    color: #333;
    font-size: 1.2em;
    font-family: FontAwesome;
  }
  .drawer_subnav {
    display: none;
  }
  .drawer_subnav a {
    padding-left: 2em;
    border-bottom: 1px solid white;
    background: #eee;
    color: #666;
  }
  .drawer_subnav a:after {
    color: #666;
  }
  .drawer_opener {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .drawer_opener:after {
    content: "\f0fe";
  }
  .drawer_buttons,
  .drawer_buttons ul {
    padding: 0;
    list-style: none;
  }
  .drawer_buttons ul {
    display: flex;
  }
  .drawer_buttons li {
    margin: 15px;
  }
  .drawer_buttons ul li {
    flex-grow: 1;
    margin: 0 15px 0 0;
  }
  .drawer_buttons ul li:last-child {
    margin-right: 0;
  }
  .drawer_btn {
    position: relative;
    display: block;
    padding: 0.5em;
    border: 1px solid #999;
    color: #999;
    border-radius: 4px;
    font-size: 0.8em;
    text-align: center;
  }
  .drawer_btn:after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    right: 0.6em;
    top: 0.6em;
    font-family: FontAwesome;
    font-size: 0.8em;
  }
  .drawer_btn-order {
    background: #ed4f28;
    border: 1px solid #ed4f28;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
  }
  .drawer_btn-order:hover {
    background-color: white;
    color: #ed4f28;
  }
  .drawer_btn-sim {
    border-color: #ff9000;
    color: #ff9000;
    font-size: 1.2em;
  }
  .drawer_btn-order:after,
  .drawer_btn-sim:after {
    top: 0.8em;
  }
  .drawer_btn-external:after {
    position: relative;
    content: "\f08e";
    right: 0;
    top: 0;
    margin-left: 0.4em;
  }
  .drawer_btn-em {
    background-color: #488dbf;
    border-color: #488dbf;
    color: white;
  }
  .drawer_btn-em:hover {
    background-color: white;
    color: #488dbf;
  }
  .drawer_input:checked ~ .drawer_close {
    display: block;
    opacity: 0.7;
  }
  .drawer_input:checked ~ .drawer_content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: -6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .drawer_input:checked ~ .drawer_opener:after {
    content: "\f146";
  }
  .drawer_input:checked ~ .drawer_subnav {
    display: block;
  }
  /*--------------- HEADER_END --------------*/

  /*--------------- INDEX_START --------------*/
  .banner-hp {
    padding: 30px 0 0;
  }
  .topic-block-hp {
    padding: 30px 0 0;
  }
  .price-block-hp {
    padding: 60px 0 90px 0;
  }
  .price-middle-hp .common-title-hp {
    margin-bottom: 60px;
  }
  .price-comparation-hp {
    margin-bottom: 40px;
  }
  .price-comparation-hp h3 {
    margin-bottom: 30px;
  }
  .price-comparation-hp p {
    font-size: 11px;
    font-weight: 500;
    float: none;
  }
  .price-comparation-graph-hp {
    margin-bottom: 15px;
  }
  .price-comparation-graph-hp h4 {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px;
  }
  .price-comparation-graph-hp img {
    width: 100%;
  }
  .price-link-hp {
    flex-direction: column;
    row-gap: 15px;
    margin: 0 0 80px;
  }
  .price-link-btn, .topic-link-btn {
    min-width: 100%;
    padding: 15px;
    background: #ff9000;
    border: 2px solid #ff9000;
    font-size: 16px;
    border-radius: 12px;
  }
  .price-secret-hp {
    margin: 80px 0;
  }
  .price-secret-hp h3 {
    margin-bottom: 30px;
  }
  .price-secret-list-hp {
    flex-direction: column;
    row-gap: 35px;
  }
  .price-secret-item-hp img {
    margin-bottom: 10px;
  }
  .price-secret-item-hp h6 {
    margin-bottom: 5px;
  }
  .price-advantage-hp h3.ellipse-bg {
    margin-bottom: 10px;
  }
  .price-advantage-hp h3 span.small {
    font-size: 20px;
  }
  .price-advantage-hp h3.red {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .price-advantage-hp > h5 {
    margin-bottom: 25px;
  }
  .price-advantage-graph-hp {
    margin: 20px 0 70px;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .price-advantage-graph-hp img {
    width: 220px;
  }
  .price-advantage-graph-hp h5 {
    width: 100%;
    max-width: 345px;
    line-height: 1.67;
  }
  .price-problem-list-hp {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 70px;
  }
  .price-problem-item-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    column-gap: 10px;
  }
  .price-problem-item-hp img {
    margin-left: 0;
    width: 35px;
  }
  .price-problem-item-hp p {
    flex: 1;
    width: auto;
    height: auto;
    border-radius: 16px;
  }
  .price-advantage-list-hp {
    display: none;
  }
  .price-message-list-hp {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .price-message-item-image-hp {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
  }
  .price-message-item-image-hp h5 {
    line-height: 1.67;
    color: #fff;
    background: url("/user_data/packages/default/img/fushime/top/msg_red.svg")
      center center no-repeat;
    background-size: contain;
    padding: 10px 25px 10px 15px;
  }
  .price-message-item-image-hp img {
    width: 50px;
  }
  .price-message-item-content-hp {
    border-radius: 16px;
    background-color: #fef1f1;
    padding: 10px 20px;
  }
  .price-message-item-content-hp h5 {
    line-height: 1.67;
  }
  .price-message-item-content-hp p {
    width: 100%;
    text-align: right;
    font-family: "YuGothic", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #7d7d7d;
    margin-top: 10px;
  }

  .quality-block-hp {
    padding: 60px 0;
  }
  .quality-middle-hp .common-title-hp {
    margin-bottom: 40px;
  }
  .quality-first-hp {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .quality-second-hp {
    width: 100%;
    margin-bottom: 20px;
  }
  .quality-element-hp {
    margin: 40px 0;
  }
  .quality-first-hp .quality-element-hp {
    margin-top: 0;
  }
  .quality-first-hp .quality-element-hp h4 br {
    display: none;
  }
  .quality-element-hp.align-center {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .quality-element-hp h4 {
    margin-bottom: 10px;
  }
  .quality-element-number-hp {
    margin-bottom: 25px;
  }
  .quality-element-number-hp::after {
    width: 25px;
    height: 2px;
  }
  .quality-element-number-hp h1 {
    font-size: 52px;
  }
  .quality-element-number-hp p.small {
    font-size: 10px;
    line-height: 1;
  }
  .quality-first-right-hp, .quality-first-right-hp img {
    border-radius: 0;
  }
  .quality-first-right-hp {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
  }

  .quality-first-rb-hp {
    padding: 5px 0;
    height: 50px;
  }
  .quality-first-rb-hp p {
    font-size: 12px;
  }
  .quality-first-rb-hp h5 {
    font-size: 17px;
  }
  .quality-comparation-hp {
    margin-bottom: 40px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .quality-comparation-hp > h4 {
    margin-bottom: 15px;
  }

  .quality-02-list-hp, .quality-03-list-hp {
    margin-bottom: 40px;
  }
  .quality-02-list-hp-wrap li, .quality-03-list-hp-wrap li {
    animation-duration: 20s;
  }

  .quality-features-hp {
    margin-bottom: 40px;
    column-gap: 10px;
  }
  .quality-feature-title-hp {
    margin-bottom: 15px;
  }
  .quality-feature-title-hp p.large {
    font-size: 12px;
  }
  .quality-feature-title-hp p.large::after {
    content: url("/user_data/packages/default/img/fushime/top/quality_feature_title_bg_sp.svg");
  }
  .quality-feature-item-hp {
    height: 50px;
  }
  .quality-feature-item-hp h6 {
    font-size: 13px;
  }
  .quality-shipping-hp {
    width: 100%;
    border-radius: 16px;
    padding: 15px;
    column-gap: 10px;
  }
  .quality-shipping-hp img {
    width: 80px;
  }
  .quality-summary {
    margin: 40px 0;
    font-size: 24px;
  }

  .about-block-hp {
    padding: 60px 0;
  }
  .about-middle-hp > h6 {
    margin-bottom: 20px;
  }
  .about-youtube-hp {
    margin-bottom: 0;
  }
  .about-photos-hp {
    flex-direction: column;
    row-gap: 50px;
    margin-bottom: 60px;
  }
  .about-photo-item-hp {
    width: 100%;
  }
  .about-photo-item-hp h6 {
    font-size: 16px;
  }
  .about-photo-item-hp:nth-child(2) h6 {
    left: auto;
    right: 0;
    border-radius: 16px 0 16px 16px;
  }
  .about-profile-hp {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .about-profile-left-hp {
    width: 200px;
    height: 200px;
  }
  .about-profile-left-hp p {
    bottom: 31px;
    width: 75px;
    font-size: 10px;
  }
  .about-profile-left-hp h6 {
    bottom: 10px;
    width: 75px;
    font-size: 16px;
    font-weight: 400;
  }
  .about-profile-right-hp h4 {
    margin-bottom: 15px;
  }
  .about-profile-right-hp a {
    font-size: 14px;
  }
  .about-staff-hp {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-staff-hp img {
    border-radius: 0;
  }
  .about-staff-hp h4 {
    right: auto;
    left: 0;
    top: 20px;
    border-radius: 0 16px 16px 0;
    font-size: 16px;
  }

  .thank-block-hp {
    padding: 60px 0;
  }
  .thank-middle-hp .common-title-hp {
    margin-bottom: 40px;
  }
  .thank-middle-hp > img {
    margin-bottom: 50px;
  }
  .thank-middle-hp > h4 {
    margin-bottom: 50px;
  }
  .thank-program-list-hp {
    padding-bottom: 20px;
  }
  .thank-program-list-hp .swiper-pagination {
    bottom: 0px;
  }
  .thank-program-list-hp .swiper-pagination-bullet-active {
    background-color: #333333;
  }
  .thank-program-item-hp img {
    margin-bottom: 5px;
  }
  .thank-program-item-hp p.large {
    font-size: 14px;
  }
  .thank-program-list-hp .swiper-pagination-hp {
    display: block;
  }

  .voice-block-hp {
    padding: 40px 0 60px;
  }
  .voice-list-hp {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .voice-header-hp .swiper-controls-hp {
    column-gap: 12px;
    height: 36px;
  }
  .voice-header-hp .swiper-button-prev, .voice-header-hp .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
  .voice-header-hp .swiper-button-prev > i, .voice-header-hp .swiper-button-next > i {
    font-size: 14px;
  }
  .voice-item-hp img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }
  .voice-item-content-hp {
    padding: 15px;
  }
  .voice-item-content-hp p.small {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .voice-item-content-hp p.desc {
    font-size: 14px;
  }
  .voice-list-hp .swiper-pagination-hp {
    display: block;
  }
  .thank-link-hp {
    margin-top: 10px;
  }
  .voice-link-hp {
    margin-top: 30px;
  }
  .thank-link-btn, .voice-link-btn {
    font-size: 16px;
  }
  .thank-link-btn > i, .voice-link-btn > i {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }

  .company-block-hp {
    padding: 60px 0;
    background-color: #f5f7fa;
  }
  .company-middle-hp > h4 {
    margin-bottom: 30px;
  }
  .company-middle-hp > a {
    font-size: 14px;
  }
  .company-photos-hp {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  .company-photo-item-hp img {
    margin-bottom: 15px;
  }
  .company-photo-item-hp p.large {
    font-size: 16px;
  }
  .company-photo-item-hp a {
    font-size: 14px;
    font-weight: 700;
  }
  .company-logos-hp {
    margin-bottom: 35px;
  }
  .company-logos-hp .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .company-logos-hp .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .support-block-hp {
    padding: 60px 0;
  }
  .support-middle-hp .common-title-hp {
    margin-bottom: 30px;
  }
  .support-middle-hp a {
    font-size: 14px;
  }
  .support-company-list-hp {
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .support-company-item-hp img {
    margin-bottom: 0;
  }
  /*--------------- INDEX_END --------------*/

  /*--------------- FOOTER_START --------------*/
  .gfoot,
  .gfoot-no-col {
    height: 48px;
  }
  .gfoot-inner,
  .gfoot-contact,
  .gfoot-contact-no-col {
    display: none;
  }
  .gfoot-copyright {
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
    height: 48px;
  }
  .gfoot-copyright > br {
    display: inline;
  }
  .gfoot-copyright a {
    color: #fff;
    padding-right: 0;
  }
  .gfoot-copyright small {
    color: #fff;
  }
  .gfoot_nav {
    display: block;
  }
  /*--------------- FOOTER_END --------------*/
}

@media (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p.large {
    font-size: 14px;
  }
  p.small {
    font-size: 12px;
  }

  .container-fluid {
    padding: 0;
  }
  .row {
    margin: 0;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex-pc {
    display: none !important;
  }
  .flex-sp {
    display: flex !important;
  }

  /*--------------- COMMON_START --------------*/
  #contain {
    margin: 0px;
    padding: 60px 0 0 0;
  }

  .main-banner-hp {
    height: 640px;
    max-height: calc(100vh - 55px);
  }
  .main-banner-hp .carousel-item {
    height: 640px;
    max-height: calc(100vh - 55px);
  }
  .main-banner-hp .carousel-item .logo {
    left: 15px;
    bottom: 15px;
    width: 150px;
  }
  .main-banner-catchphrase-hp {
    right: 15px;
    top: 15px;
    column-gap: 10px;
  }
  .main-banner-catchphrase-hp h2 {
    font-size: 54px;
    letter-spacing: 10px;
  }

  .common-title-hp h1.bg {
    font-size: 54px;
    letter-spacing: 0;
  }
  .common-title-hp h2 {
    letter-spacing: 0;
  }
  .common-title-hp h4 {
    font-size: 14px;
  }

  .common-btn-hp {
    width: 300px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #0e192d;
    border: 1px solid #0e192d;
    background-color: #fff;
    position: relative;
  }

  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: block !important;
  }
  .ellipse-bg::before {
    content: url("/user_data/packages/default/img/fushime/top/ellipse_sp.svg");
    left: 0;
    top: -10px;
  }
  .ellipse-red-bg::before {
    content: url("/user_data/packages/default/img/fushime/top/ellipse_red_sp.svg");
    left: 0;
    top: -10px;
  }
  .ref {
    /* font-family: "Noto Sans JP", sans-serif; */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    color: #7d7d7d;
  }
  /*--------------- COMMON_END --------------*/

  /*--------------- HEADER_START --------------*/
  .ghead {
    position: fixed;
    min-width: 320px;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999;
    box-shadow: none;
  }
  .ghead.is-hidden {
    top: -60px;
  }
  .ghead ~ main {
    padding-top: 60px;
  }
  .ghead-line-sect {
    display: none;
  }
  .ghead-cont-sect {
    height: 60px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    background: transparent;
  }
  .ghead-cont-sect > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .ghead-logo {
    top: 5px;
    margin-top: 0;
    margin-left: 10px;
  }
  .ghead-logo,
  .ghead-logo a {
    width: 120px;
    height: 31px;
  }
  .ghead-logo a {
    padding: 0;
  }

  .gnav {
    display: none;
  }
  .gnav-sub {
    position: relative;
    padding: 0 0 15px;
    border-bottom: 0;
    width: 100%;
  }
  .gnav-sub::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 15px;
    left: 0;
    border-bottom: 1px solid #eee;
    z-index: 1;
  }
  .gnav-sub.is-fixed {
    position: static;
  }
  .gnav-sub .container {
    padding: 0;
  }
  .gnav-sub ul {
    display: flex;
    width: max-content;
    text-align: center;
  }
  .gnav-sub li {
    display: inline-block;
    width: auto;
    margin: 0 0 0 3px;
    padding: 0;
    z-index: 0;
    font-size: 12px;
  }
  .gnav-sub li:first-child {
    margin-left: 10px;
  }
  .gnav-sub li a {
    height: auto;
    padding: 12px 12px 8px;
    line-height: 1.8;
  }
  .gnav-sub li.gsub_current a {
    border-bottom: 4px solid #ff9000;
    font-weight: bold;
  }
  .gnav-sub li:not(.gsub_anchor) a:after {
    display: none;
  }
  .gnav-sub-footer {
    display: block;
  }
  .gnav-sub-footer .gnav-sub {
    padding-top: 0;
  }
  .gnav-sub-footer .gnav-sub ul:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid #ccc;
  }
  .gnav-sub-footer .gnav-sub ul:after {
    display: none;
  }
  .gnav-sub-footer .gnav-sub li a {
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
  }
  .gnav-sub-footer .gnav-sub li a:hover,
  .gnav-sub-footer .gnav-sub li.gsub_current a {
    border-top: 1px solid #fff;
  }

  .gnav-sub.gnav-sub-guide {
    padding-bottom: 0;
  }
  .gnav-sub.gnav-sub-guide::after {
    display: none;
  }
  .gnav-sub.gnav-sub-guide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
  }
  .gnav-sub.gnav-sub-guide li {
    width: calc(100% / 3 - 7px);
    margin-top: 15px;
    margin-left: 0;
  }
  .gnav-sub.gnav-sub-guide li a {
    position: relative;
    display: block;
    padding: 4px;
    background-color: #efefef;
    border: 0;
    border-radius: 0;
  }
  .gnav-sub.gnav-sub-guide li a:hover,
  .gnav-sub.gnav-sub-guide li a:focus {
    background-color: #dfdfdf;
    color: #303030;
  }
  .gnav-sub.gnav-sub-guide li a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }

  .gnav-order {
    position: static;
    width: 86px;
    height: 40px;
    float: right;
    margin-right: 10px;
  }
  .gnav-order .btn-block.btn-large.btn-order {
    width: 100%;
    height: 40px;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
  }

  /* Global Navigation drawer */
  .gnav_drawer {
    position: relative;
    float: right;
    display: block;
  }
  .drawer_input {
    display: none;
  }
  .drawer_open {
    width: 84px;
    height: 40px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0;
    border: 1px solid #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1px;
    color: #333;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
  }
  .drawer_open > i {
    margin-right: 6px;
  }
  .drawer_close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .drawer_close:before {
    position: absolute;
    display: inline-block;
    content: "\f057";
    top: 0.05em;
    left: 0.4em;
    color: white;
    font-family: FontAwesome;
    font-size: 2em;
    cursor: pointer;
  }
  .drawer_content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: calc(100% - 3.35em);
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .drawer_nav,
  .drawer_subnav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
  }
  .drawer_nav li {
    margin: 0;
    padding: 0;
  }
  .drawer_nav a,
  .drawer_opener {
    position: relative;
    display: block;
    padding: 1em 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 1.1em;
  }
  .drawer_nav a:after,
  .drawer_opener:after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    right: 15px;
    top: 0.8em;
    color: #333;
    font-size: 1.2em;
    font-family: FontAwesome;
  }
  .drawer_subnav {
    display: none;
  }
  .drawer_subnav a {
    padding-left: 2em;
    border-bottom: 1px solid white;
    background: #eee;
    color: #666;
  }
  .drawer_subnav a:after {
    color: #666;
  }
  .drawer_opener {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .drawer_opener:after {
    content: "\f0fe";
  }
  .drawer_buttons,
  .drawer_buttons ul {
    padding: 0;
    list-style: none;
  }
  .drawer_buttons ul {
    display: flex;
  }
  .drawer_buttons li {
    margin: 15px;
  }
  .drawer_buttons ul li {
    flex-grow: 1;
    margin: 0 15px 0 0;
  }
  .drawer_buttons ul li:last-child {
    margin-right: 0;
  }
  .drawer_btn {
    position: relative;
    display: block;
    padding: 0.5em;
    border: 1px solid #999;
    color: #999;
    border-radius: 4px;
    font-size: 0.8em;
    text-align: center;
  }
  .drawer_btn:after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    right: 0.6em;
    top: 0.6em;
    font-family: FontAwesome;
    font-size: 0.8em;
  }
  .drawer_btn-order {
    background: #ed4f28;
    border: 1px solid #ed4f28;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
  }
  .drawer_btn-order:hover {
    background-color: white;
    color: #ed4f28;
  }
  .drawer_btn-sim {
    border-color: #ff9000;
    color: #ff9000;
    font-size: 1.2em;
  }
  .drawer_btn-order:after,
  .drawer_btn-sim:after {
    top: 0.8em;
  }
  .drawer_btn-external:after {
    position: relative;
    content: "\f08e";
    right: 0;
    top: 0;
    margin-left: 0.4em;
  }
  .drawer_btn-em {
    background-color: #488dbf;
    border-color: #488dbf;
    color: white;
  }
  .drawer_btn-em:hover {
    background-color: white;
    color: #488dbf;
  }
  .drawer_input:checked ~ .drawer_close {
    display: block;
    opacity: 0.7;
  }
  .drawer_input:checked ~ .drawer_content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: -6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .drawer_input:checked ~ .drawer_opener:after {
    content: "\f146";
  }
  .drawer_input:checked ~ .drawer_subnav {
    display: block;
  }
  /*--------------- HEADER_END --------------*/

  /*--------------- INDEX_START --------------*/
  .banner-hp {
    padding: 40px 0 0;
  }
  .price-block-hp {
    padding: 60px 0 90px 0;
  }
  .price-middle-hp .common-title-hp {
    margin-bottom: 40px;
  }
  .price-comparation-hp {
    margin-bottom: 60px;
  }
  .price-comparation-hp h3 {
    margin-bottom: 30px;
  }
  .price-comparation-hp p {
    font-size: 11px;
    font-weight: 500;
    float: none;
  }
  .price-comparation-graph-hp {
    margin-bottom: 15px;
  }
  .price-comparation-graph-hp h4 {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px;
  }
  .price-comparation-graph-hp img {
    width: 100%;
  }
  .price-secret-hp {
    margin-bottom: 80px;
  }
  .price-secret-hp h3 {
    margin-bottom: 30px;
  }
  .price-secret-list-hp {
    flex-direction: column;
    row-gap: 35px;
  }
  .price-secret-item-hp img {
    margin-bottom: 10px;
  }
  .price-secret-item-hp h6 {
    margin-bottom: 5px;
  }
  .price-advantage-hp h3.ellipse-bg {
    margin-bottom: 10px;
  }
  .price-advantage-hp h3 span.small {
    font-size: 20px;
  }
  .price-advantage-hp h3.red {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .price-advantage-hp > h5 {
    margin-bottom: 25px;
  }
  .price-advantage-graph-hp {
    margin: 20px 0 90px;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .price-advantage-graph-hp img {
    width: 220px;
  }
  .price-advantage-graph-hp h5 {
    width: 100%;
    max-width: 345px;
    line-height: 1.67;
  }
  .price-problem-list-hp {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 90px;
  }
  .price-problem-item-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    column-gap: 10px;
  }
  .price-problem-item-hp img {
    margin-left: 0;
    width: 35px;
  }
  .price-problem-item-hp p {
    flex: 1;
    width: auto;
    height: auto;
    border-radius: 16px;
  }
  .price-advantage-list-hp {
    display: none;
  }
  .price-message-list-hp {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .price-message-item-image-hp {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
  }
  .price-message-item-image-hp h5 {
    line-height: 1.67;
    color: #fff;
    background: url("/user_data/packages/default/img/fushime/top/msg_red.svg")
      center center no-repeat;
    background-size: contain;
    padding: 10px 25px 10px 15px;
  }
  .price-message-item-image-hp img {
    width: 50px;
  }
  .price-message-item-content-hp {
    border-radius: 16px;
    background-color: #fef1f1;
    padding: 10px 20px;
  }
  .price-message-item-content-hp h5 {
    line-height: 1.67;
  }
  .price-message-item-content-hp p {
    width: 100%;
    text-align: right;
    font-family: "YuGothic", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #7d7d7d;
    margin-top: 10px;
  }

  .quality-block-hp {
    padding: 60px 0;
  }
  .quality-middle-hp .common-title-hp {
    margin-bottom: 40px;
  }
  .quality-first-hp {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .quality-first-hp .quality-element-hp h4 br {
    display: none;
  }  
  .quality-element-hp {
    margin-bottom: 40px;
  }
  .quality-element-hp.align-center {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .quality-element-hp h4 {
    margin-bottom: 10px;
  }
  .quality-element-number-hp {
    margin-bottom: 25px;
  }
  .quality-element-number-hp::after {
    width: 25px;
    height: 2px;
  }
  .quality-element-number-hp h1 {
    font-size: 52px;
  }
  .quality-element-number-hp p.small {
    font-size: 10px;
    line-height: 1;
  }
  /* .quality-first-right-hp {
    background: url("/user_data/packages/default/img/fushime/top/quality_img1.jpg")
      center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 200px;
    border-radius: 0;
  } */
  .quality-first-right-hp, .quality-first-right-hp img {
    border-radius: 0;
  }
  .quality-first-right-hp {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
  }

  .quality-first-rb-hp {
    padding: 5px 0;
    height: 50px;
  }
  .quality-first-rb-hp p {
    font-size: 12px;
  }
  .quality-first-rb-hp h5 {
    font-size: 17px;
  }
  .quality-comparation-hp {
    margin-bottom: 40px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .quality-comparation-hp > h4 {
    margin-bottom: 15px;
  }
  .quality-02-list-hp-wrap, .quality-03-list-hp-wrap {
    animation-duration: 20s;
  }
  .quality-02-list-hp-wrap {
    animation-name: scroll-left15x;
  }
  .quality-03-list-hp-wrap {
    animation-name: scroll-right15x;
  }
  .quality-02-list-hp-wrap > img, .quality-03-list-hp-wrap > img {
    max-width: 150%;
  }
  .quality-features-hp {
    margin-bottom: 40px;
    column-gap: 10px;
  }
  .quality-feature-title-hp {
    margin-bottom: 15px;
  }
  .quality-feature-title-hp p.large {
    font-size: 12px;
  }
  .quality-feature-title-hp p.large::after {
    content: url("/user_data/packages/default/img/fushime/top/quality_feature_title_bg_sp.svg");
  }
  .quality-feature-item-hp {
    height: 50px;
  }
  .quality-feature-item-hp h6 {
    font-size: 13px;
  }
  .quality-shipping-hp {
    width: 100%;
    border-radius: 16px;
    padding: 15px;
    column-gap: 10px;
  }
  .quality-shipping-hp img {
    width: 80px;
  }
  .quality-summary {
    font-size: 24px;
  }

  .about-block-hp {
    padding: 60px 0;
  }
  .about-youtube-hp {
    /* margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); */
    margin-bottom: 40px;
  }
  .about-photos-hp {
    flex-direction: column;
    row-gap: 50px;
    margin-bottom: 60px;
  }
  .about-photo-item-hp {
    width: 100%;
  }
  .about-photo-item-hp h6 {
    font-size: 16px;
  }
  .about-photo-item-hp:nth-child(2) h6 {
    left: auto;
    right: 0;
    border-radius: 16px 0 16px 16px;
  }
  .about-profile-hp {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .about-profile-left-hp {
    width: 200px;
    height: 200px;
  }
  .about-profile-left-hp p {
    bottom: 31px;
    width: 75px;
    font-size: 10px;
  }
  .about-profile-left-hp h6 {
    bottom: 10px;
    width: 75px;
    font-size: 16px;
    font-weight: 400;
  }
  .about-profile-right-hp h4 {
    margin-bottom: 15px;
  }
  .about-profile-right-hp a {
    font-size: 14px;
  }
  .about-staff-hp {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-staff-hp img {
    border-radius: 0;
  }
  .about-staff-hp h4 {
    right: auto;
    left: 0;
    top: 10px;
    border-radius: 0 16px 16px 0;
    font-size: 16px;
  }

  .thank-block-hp {
    padding: 60px 0 70px 0;
  }
  .thank-middle-hp .common-title-hp {
    margin-bottom: 40px;
  }
  .thank-middle-hp > img {
    margin-bottom: 50px;
  }
  .thank-middle-hp > h4 {
    margin-bottom: 50px;
  }
  .thank-program-list-hp {
    padding-bottom: 20px;
  }
  .thank-program-list-hp .swiper-pagination {
    bottom: 0px;
  }
  .thank-program-list-hp .swiper-pagination-bullet-active {
    background-color: #333333;
  }
  .thank-program-item-hp img {
    margin-bottom: 5px;
  }
  .thank-program-item-hp p.large {
    font-size: 14px;
  }
  .thank-program-list-hp .swiper-pagination-hp {
    display: block;
  }
  
  .voice-block-hp {
    padding: 40px 0 60px 0;
  }
  .voice-list-hp {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .voice-header-hp .swiper-controls-hp {
    column-gap: 16px;
    height: 36px;
  }
  .voice-header-hp .swiper-button-prev, .voice-header-hp .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
  .voice-header-hp .swiper-button-prev > i, .voice-header-hp .swiper-button-next > i {
    font-size: 14px;
  }
  .voice-item-hp img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }
  .voice-item-content-hp {
    padding: 15px;
  }
  .voice-item-content-hp p.small {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .voice-item-content-hp p.desc {
    font-size: 15px;
  }
  .voice-list-hp .swiper-pagination-hp {
    display: block;
  }
  .thank-link-hp {
    margin-top: 10px;
  }
  .voice-link-hp {
    margin-top: 30px;
  }
  .thank-link-btn, .voice-link-btn {
    font-size: 16px;
  }
  .thank-link-btn > i, .voice-link-btn > i {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }

  .company-block-hp {
    padding: 60px 0;
    background-color: #f5f7fa;
  }
  .company-middle-hp > h4 {
    margin-bottom: 30px;
  }
  .company-middle-hp > a {
    font-size: 14px;
  }
  .company-photos-hp {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  .company-photo-item-hp img {
    margin-bottom: 15px;
  }
  .company-photo-item-hp p.large {
    font-size: 16px;
  }
  .company-photo-item-hp a {
    font-size: 14px;
    font-weight: 700;
  }
  .company-logos-hp {
    margin-bottom: 35px;
  }
  .company-logos-hp .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .company-logos-hp .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .support-block-hp {
    padding: 60px 0;
  }
  .support-middle-hp .common-title-hp {
    margin-bottom: 30px;
  }
  .support-middle-hp a {
    font-size: 14px;
  }
  .support-company-list-hp {
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .support-company-item-hp img {
    margin-bottom: 0;
  }
  /*--------------- INDEX_END --------------*/

  /*--------------- FOOTER_START --------------*/
  .gfoot,
  .gfoot-no-col {
    height: 48px;
  }
  .gfoot-inner,
  .gfoot-contact,
  .gfoot-contact-no-col {
    display: none;
  }
  .gfoot-copyright {
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
    height: 48px;
  }
  .gfoot-copyright > br {
    display: inline;
  }
  .gfoot-copyright a {
    color: #fff;
    padding-right: 0;
  }
  .gfoot-copyright small {
    color: #fff;
  }
  .gfoot_nav {
    display: block;
  }
  /*--------------- FOOTER_END --------------*/
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 30px;
    max-width: 100%;
  }

  /*--------------- COMMON_START --------------*/
  #contain {
    margin: 0;
    padding: 60px 0 0 0;
  }

  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: block !important;
  }
  /*--------------- COMMON_END --------------*/

  /*--------------- HEADER_START --------------*/
  .ghead-cont-sect > .container {
    max-width: 740px;
    padding-left: 0;
    padding-right: 0;
  }
  .ghead {
    height: auto;
  }
  .ghead-line-sect {
    display: none;
  }
  .ghead-cont-sect {
    height: 60px;
  }
  .ghead-logo,
  .ghead-logo a {
    width: 116px;
    height: 30px;
  }
  .ghead-logo {
    margin-left: 15px;
  }
  .gnav-order {
    width: 160px;
    height: 40px;
    margin-right: 15px;
  }
  .gnav-order .btn-block.btn-large.btn-order {
    width: 160px;
    height: 40px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
  }

  /* GLOBAL NAVIGATION */
  .gnav,
  .guidenav {
    display: none;
  }
  .gnav-sub.is-fixed.is-show {
    top: 60px;
  }
  .gnav-sub ul,
  .gnav-sub li {
    font-size: 13px;
  }
  .gnav-sub li {
    margin-left: 1em;
  }
  .gnav-sub li a:after {
    padding-left: 0.2em;
  }
  /* SP GLOBAL NAVIGATION */
  .gnav_menu_btn {
    display: block;
  }

  .gnav-order {
    position: static;
    width: 86px;
    height: 40px;
    float: right;
    margin-right: 10px;
  }
  .gnav-order .btn-block.btn-large.btn-order {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
  }

  /* Global Navigation drawer */
  .gnav_drawer {
    position: relative;
    float: right;
    display: block;
  }
  .drawer_input {
    display: none;
  }
  .drawer_open {
    width: 84px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0;
    border: 1px solid #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1px;
    color: #333;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
  }
  .drawer_open > i {
    margin-right: 6px;
  }
  .drawer_close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .drawer_close:before {
    position: absolute;
    display: inline-block;
    content: "\f057";
    top: 0.05em;
    left: 0.4em;
    color: white;
    font-family: FontAwesome;
    font-size: 2em;
    cursor: pointer;
  }
  .drawer_content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: calc(100% - 3.35em);
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .drawer_nav,
  .drawer_subnav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
  }
  .drawer_nav li {
    margin: 0;
    padding: 0;
  }
  .drawer_nav a,
  .drawer_opener {
    position: relative;
    display: block;
    padding: 1em 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 16.5px;
  }
  .drawer_nav a:after,
  .drawer_opener:after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    right: 15px;
    top: 0.8em;
    color: #333;
    font-size: 1.2em;
    font-family: FontAwesome;
  }
  .drawer_subnav {
    display: none;
  }
  .drawer_subnav a {
    padding-left: 2em;
    border-bottom: 1px solid white;
    background: #eee;
    color: #666;
  }
  .drawer_subnav a:after {
    color: #666;
  }
  .drawer_opener {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .drawer_opener:after {
    content: "\f0fe";
  }
  .drawer_buttons,
  .drawer_buttons ul {
    padding: 0;
    list-style: none;
  }
  .drawer_buttons ul {
    display: flex;
  }
  .drawer_buttons li {
    margin: 15px;
  }
  .drawer_buttons ul li {
    flex-grow: 1;
    margin: 0 15px 0 0;
  }
  .drawer_buttons ul li:last-child {
    margin-right: 0;
  }
  .drawer_btn {
    position: relative;
    display: block;
    padding: 0.5em;
    border: 1px solid #999;
    color: #999;
    border-radius: 4px;
    font-size: 0.8em;
    text-align: center;
  }
  .drawer_btn:after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    right: 0.6em;
    top: 0.6em;
    font-family: FontAwesome;
    font-size: 0.8em;
  }
  .drawer_btn-order {
    background: #ed4f28;
    border: 1px solid #ed4f28;
    color: white;
    font-size: 18px;
    font-weight: bold;
  }
  .drawer_btn-order:hover {
    background-color: white;
    color: #ed4f28;
  }
  .drawer_btn-sim {
    border-color: #ff9000;
    color: #ff9000;
    font-size: 1.2em;
  }
  .drawer_btn-order:after,
  .drawer_btn-sim:after {
    top: 0.8em;
  }
  .drawer_btn-external:after {
    position: relative;
    content: "\f08e";
    right: 0;
    top: 0;
    margin-left: 0.4em;
  }
  .drawer_btn-em {
    background-color: #488dbf;
    border-color: #488dbf;
    color: white;
  }
  .drawer_btn-em:hover {
    background-color: white;
    color: #488dbf;
  }
  .drawer_input:checked ~ .drawer_close {
    display: block;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 700;
  }
  .drawer_input:checked ~ .drawer_content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: -6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .drawer_input:checked ~ .drawer_opener:after {
    content: "\f146";
  }
  .drawer_input:checked ~ .drawer_subnav {
    display: block;
  }
  /*--------------- HEADER_END --------------*/

  /*--------------- INDEX_START --------------*/
  .banner-hp {
    padding: 60px 0 0;
  }
  .price-middle-hp .common-title-hp h1 {
    font-size: 120px;
  }
  .price-advantage-item-hp {
    width: 220px;
    height: 220px;
  }
  .price-advantage-item-hp h4 {
    font-size: 20px;
  }
  .price-advantage-item-hp h6 {
    width: 180px;
    height: 60px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .price-advantage-item-hp img {
    width: 60px;
  }
  .price-problem-item-hp p {
    height: 195px;
  }

  .quality-middle-hp .common-title-hp h1 {
    font-size: 120px;
  }
  .quality-first-hp {
    column-gap: 40px;
  }
  .quality-summary {
    font-size: 28px;
  }

  .about-photos-hp {
    column-gap: 40px;
  }
  .about-photo-item-hp {
    width: 340px;
  }
  .about-photo-item-hp h6 {
    font-size: 16px;
  }
  .about-staff-hp h4 {
    right: -20px;
  }

  .thank-middle-hp .common-title-hp h1 {
    font-size: 120px;
  }
  .thank-program-list-hp .swiper-pagination-hp, .voice-list-hp .swiper-pagination-hp {
    display: block;
  }

  /*--------------- INDEX_END --------------*/

  /*--------------- FOOTER_START --------------*/
  .gfoot {
    /*height: 492px;*/
  }
  .gfoot-map-col dl dt {
    font-size: 14px;
  }
  .gfoot-map-col dl dd a {
    font-size: 10px;
  }
  .gfoot-map-col dl dd i[class^="icon-"] {
    font-size: 6px;
  }
  .gfoot-contact {
    background-image: none;
  }
  .btn-gfoot-cont {
    padding: 0 5px;
    font-size: 14px;
  }
  .btn-gfoot-flat {
    padding-top: 6px;
  }

  .btn-gfoot-flat small {
    font-size: 11px;
  }
  .gfoot-contact-head {
    font-size: 12px;
  }
  .gfoot-tel-free,
  .gfoot-tel-phone {
    font-size: 16px;
  }
  .gfoot-mail {
    font-size: 16px;
  }
  /*--------------- FOOTER_END --------------*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    padding: 0 30px;
    max-width: 100%;
  }

  /*--------------- COMMON_START --------------*/
  #contain {
    margin: 0;
    padding: 75px 0 0 0;
  }
  /*--------------- COMMON_END --------------*/

  /*--------------- HEADER_START --------------*/
  .ghead {
    height: 60px;
  }
  .ghead-line-sect {
    height: 15px;
  }
  .ghead-line-sect .container {
    padding: 0;
  }
  .ghead-line-text {
    font-size: 11px;
    line-height: 15px;
  }
  .ghead-cont-sect,
  .ghead-cont-sect .container {
    height: 60px;
  }
  .ghead-cont-sect .container {
    padding: 0;
  }
  .ghead-logo,
  .ghead-logo a {
    width: 116px;
    height: 30px;
  }
  /* GLOBAL NAVIGATION */
  .gnav {
    /*margin-left: 1.4rem;*/
  }
  .ghead .container {
    width: 940px;
  }
  .gnav-main li a {
    padding: 0 6px;
    font-size: 14px;
    line-height: 60px;
  }
  .gnav-main li a.btn-order {
    margin-left: 12px;
  }
  /* SUB NAVIGATION */
  .gnav-sub.is-fixed.is-show {
    top: 75px;
  }
  .gnav-sub dt,
  .gnav-sub dd,
  .gnav-sub ul,
  .gnav-sub li {
    font-size: 14px;
  }
  .gnav-sub li {
    margin-left: 20px;
  }
  .gnav-sub dl {
    padding: 0.6em 0;
  }
  .gnav-sub dl:last-child {
    margin-left: 3em;
  }
  .gnav-sub dt {
    background-color: #999;
    padding: 0.2em 0.6em;
    color: white;
    font-size: 12px;
  }
  .gnav-sub li a {
    height: 50px;
    /*padding-left: 48px;*/
    background-size: 44px 44px;
    line-height: 50px;
  }

  /*guidenav*/
  .guidenav {
    padding: 5px 0;
  }
  .guidenav ul li {
    margin: 0 25px 0 0;
  }
  .guidenav ul li a {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  .guidenav a:before {
    padding-right: 5px;
  }
  .guidenav-btn {
  }
  /*--------------- HEADER_END --------------*/

  /*--------------- INDEX_START --------------*/
  .quality-middle-hp .common-title-hp h1 {
    font-size: 120px;
  }

  .about-staff-hp h4 {
    right: -20px;
  }
  /*--------------- INDEX_END --------------*/

  /*--------------- FOOTER_START --------------*/
  .gfoot {
  }
  .gfoot-map-col dl dt {
    font-size: 14px;
  }
  .gfoot-map-col dl dd a {
    font-size: 10px;
  }
  .gfoot-map-col dl dd i[class^="icon-"] {
    font-size: 6px;
  }
  .gfoot-contact {
    -webkit-background-size: 120px auto;
    background-size: 120px auto;
  }
  .btn-gfoot-cont {
    padding: 0 5px;
    font-size: 14px;
  }
  .btn-gfoot-flat {
    padding-top: 6px;
  }

  .btn-gfoot-flat small {
    font-size: 11px;
  }
  .gfoot-contact-head {
    font-size: 12px;
  }
  .gfoot-tel-free,
  .gfoot-tel-phone {
    font-size: 16px;
  }
  .gfoot-mail {
    font-size: 16px;
  }
  /*--------------- FOOTER_END --------------*/
}

@media (min-width: 992px) and (max-width: 9999px) {
  .navigation {
    display: block !important;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}


/*=================== Footer Navigation ========================*/
.gfoot__menu {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	width: 100%;
	background: white;
  z-index: 9999;
}
.gfoot__nav {
	display: flex;
	height: 100%;
}
.gfoot__nav li {
	display: block;
	width: calc((100% - 15px) / 2);
	margin: 0 0 0 5px;
	padding: 5px 0;
}
.gfoot__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 6px;
}
.gfoot__btn > img {
	max-width: 80%;
	height: auto;
}
.gfoot__btn-phone {
	background: #2097E0;
}
.gfoot__btn-order {
	background: #ED4F28;
}

@media (max-width: 767px) {
	.gfoot__menu {
		display: block;
	}
}


/* Hosei block
--------------------------------------*/
/* beer slider */
.beer-slider{display:inline-block;overflow:hidden;position:relative}.beer-slider *,.beer-slider:after,.beer-slider :after,.beer-slider:before,.beer-slider :before{box-sizing:border-box}.beer-slider img,.beer-slider svg{vertical-align:bottom}.beer-slider>*{height:100%}.beer-slider>img{height:auto;max-width:100%}.beer-reveal{left:0;opacity:0;overflow:hidden;position:absolute;right:50%;top:0;transition:opacity .35s;z-index:1}.beer-reveal>:first-child{height:100%;max-width:none;width:200%}.beer-reveal>img:first-child{height:auto}.beer-range{-ms-touch-action:auto;bottom:0;cursor:pointer;height:100%;left:-1px;margin:0;opacity:0;position:absolute;top:0;touch-action:auto;width:calc(100% + 2px);z-index:2}.beer-range::-webkit-slider-thumb{height:300vh}.beer-range::-moz-range-thumb{height:300vh}.beer-range::-ms-tooltip{display:none}.beer-handle{background:hsla(0,0%,100%,.5);border-radius:50%;box-shadow:0 0 6px transparent;color:#000;height:48px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:background .3s,box-shadow .3s,opacity .5s .25s;width:48px;z-index:2}.beer-handle:after,.beer-handle:before{border-left:2px solid;border-top:2px solid;content:"";height:10px;position:absolute;top:50%;transform-origin:0 0;width:10px}.beer-handle:before{left:10px;transform:rotate(-45deg)}.beer-handle:after{right:0;transform:rotate(135deg)}.beer-range:focus~.beer-handle{background:hsla(0,0%,100%,.85);box-shadow:0 0 3px rgba(0,0,0,.4)}.beer-reveal[data-beer-label]:after,.beer-slider[data-beer-label]:after{background:hsla(0,0%,100%,.75);border-radius:.125rem;content:attr(data-beer-label);line-height:1;padding:.5rem;position:absolute;top:1.5rem}.beer-slider[data-beer-label]:after{right:1.5rem}.beer-reveal[data-beer-label]:after{left:1.5rem}.beer-reveal[data-beer-label=""]:after,.beer-slider[data-beer-label=""]:after{content:none}.beer-ready .beer-handle,.beer-ready .beer-reveal{opacity:1}

.home__hosei {
  display: none;
}
.home__hosei__container {
  max-width: 960px;
  margin: 60px auto;
  padding: 40px;
  background: #F1F0FF;
  text-align: center;
  border-radius: 24px;
}
.home__hosei__title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #292167;
}
.home__hosei__title:before {
  position: absolute;
  display: inline-block;
  content: url("/user_data/packages/default/img/fushime/home/hosei_title_bg1.svg");
  width: 70px;
  height: 66px;
  bottom: 0;
  left: -100px;
}
.home__hosei__title:after {
  position: absolute;
  display: inline-block;
  content: url("/user_data/packages/default/img/fushime/home/hosei_title_bg2.svg");
  width: 61px;
  height: 66px;
  top: 0;
  right: -91px;
}
.home__hosei__slider {
  margin-top: 30px;
}
.home__hosei__slider .beer-reveal {
  border-right: solid 1px #fff;
}
.home__hosei__slider .beer-handle {
  background: #fff;
}
.home__hosei__slider .beer-range:focus ~ .beer-handle {
  background: #fff;
  box-shadow: none;
}
.home__hosei__slider .beer-reveal:after, 
.home__hosei__slider .beer-slider:after {
  top: auto;
  color: #fff;
  padding: .4em .6em;
  background: #111;
  white-space: nowrap;
}
.home__hosei__slider .beer-reveal:after {
  left: auto;
  bottom: 0;
  left: 0;
}
.home__hosei__slider .beer-slider:after {
  right: auto;
  bottom: 0;
  right: 0;
}
.home__hosei__link {
  position: relative;
  display: inline-block;
  margin: 30px auto 0;
  padding: 20px 80px;
  background: #6B57FF;
  border: 2px solid #6B57FF;
  font-size: 20px;
  font-weight: 600;
  color: white;
  border-radius: 50px;
  transition: all .2s ease-out;
}
.home__hosei__link:after {
  position: absolute;
	display: inline-block;
	content: "\f105";
  top: 50%;
  right: 1em;
	margin-left: .8em;
	font-family: FontAwesome;
  transform: translate(0, -50%);
}
.home__hosei__link:hover {
  background: transparent;
  border: 2px solid #6B57FF;
  color: #6B57FF;
}
@media (max-width: 767px) {
	.home__hosei__container {
    margin: 45px 15px;
    padding: 20px;
  }
  .home__hosei__title {
    font-size: 20px;
  }  
  .home__hosei__title:before {
    transform: scale(0.7);
    left: -80px;
  }
  .home__hosei__title:after {
    transform: scale(0.7);
    right: -71px;
  }
  .home__hosei__slider {
    margin-top: 20px;
  }
  .home__hosei__link {
    margin: 20px auto 0;
    padding: 20px 80px;
  }
}
@media (max-width: 480px) {
	.home__hosei__container {
    margin: 15px;
    padding: 15px;
  }
  .home__hosei__title {
    font-size: 18px;
  }  
  .home__hosei__title:before {
    transform: scale(0.4);
    left: -56px;
  }
  .home__hosei__title:after {
    transform: scale(0.4);
    right: -50px;
  }
  .home__hosei__slider {
    margin-top: 15px;
  }
  .home__hosei__link {
    margin: 15px auto 0;
    padding: 15px 60px;
    font-size: 18px;
  }
}