@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
@font-face {
  font-family: "HGPSoeiKakugothicUB-02";
  src: url("../font/HGPSoeiKakugothicUB-02.woff") format("woff"), url("../font/HGPSoeiKakugothicUB-02.eot") format("eot");
}
@font-face {
  font-family: "HGRSGU";
  src: url("../font/HGRSGU.woff") format("woff");
}
@font-face {
  font-family: "UDDigiKyokashoN-B";
  src: url("../font/UDDigiKyokashoN-B.woff") format("woff");
}
@font-face {
  font-family: "DF-GokuButoGothic-W12";
  src: url("../font/DF-GokuButoGothic-W12.woff") format("woff");
}
/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  height: 100%;
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "HGRSGU", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* コピー禁止 */
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  height: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6vw;
  }
}

h3 {
  color: #ffffff;
  font-size: 4vw;
  text-align: center;
  margin: 0 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2vw;
  }
}
@media (min-width: 1300px) {
  h3 {
    font-size: 3.8rem; /* 38pxでストップ */
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#contents {
  margin: 0 auto;
}

header {
  margin: 0 auto;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* コピー禁止 */
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  /* 右クリック禁止 */
  pointer-events: none;
}

h2 {
  color: #666666;
  padding: 1% 0 1% 0;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 14px;
    line-height: 14px;
  }
}

h4 {
  color: #666666;
  font-size: 12px;
  line-height: 12px;
  padding: 1% 0 1% 0;
  text-align: center;
  background-color: #1da891;
  color: #fff;
  width: auto;
}
@media (max-width: 1300px) {
  h4 {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 10px;
    line-height: 10px;
  }
}

p {
  font-size: 16px;
  line-height: 22px;
  padding: 0 2% 0 2%;
}
@media (max-width: 1300px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

.req-mark {
  color: #011426;
}

.cyuui {
  font-size: 0.5em;
  line-height: 1.4em;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  top: 0 !important;
  left: 0 !important;
}

/*================================================
 *  inner
 ================================================*/
.inner {
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
  position: relative;
}
@media (min-width: 1921px) {
  .inner {
    max-width: 3200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .inner {
    max-width: 600px;
  }
}

.inner1100 {
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
  position: relative;
}
@media (min-width: 1921px) {
  .inner1100 {
    max-width: 3200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .inner1100 {
    max-width: 600px;
  }
}

.inner1300 {
  margin: 0 auto;
  max-width: 1300px;
  height: 100%;
  position: relative;
}
@media (min-width: 1921px) {
  .inner1300 {
    max-width: 3200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .inner1300 {
    max-width: 600px;
  }
}

/*================================================
 *  Marker
 ================================================*/
span.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fcee21));
  background: -webkit-linear-gradient(transparent 50%, #fcee21 50%);
  background: linear-gradient(transparent 50%, #fcee21 50%);
}

.header-8.hide {
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .header-8.hide {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

/*FontAwesomeを使用しています。*/
.header-8,
.header-short {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 999;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .header-8,
  .header-short {
    height: 60px;
  }
}
.header-8 .header_flex,
.header-short .header_flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-8 .header_flex .box-logo,
.header-short .header_flex .box-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: auto;
  padding: 10px 0;
  padding-left: 3%;
}
@media (max-width: 767px) {
  .header-8 .header_flex .box-logo,
  .header-short .header_flex .box-logo {
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 0;
  }
}
.header-8 .header_flex .box-logo a,
.header-short .header_flex .box-logo a {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .header-8 .header_flex .box-logo a,
  .header-short .header_flex .box-logo a {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-8 .header_flex .header_pc,
.header-short .header_flex .header_pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0%;
  height: 80px;
}
@media (max-width: 767px) {
  .header-8 .header_flex .header_pc,
  .header-short .header_flex .header_pc {
    display: none;
  }
}
@media (min-width: 1300px) {
  .header-8 .header_flex .header_pc,
  .header-short .header_flex .header_pc {
    padding-right: 2%;
  }
}
.header-8 .header_flex .header_tel,
.header-short .header_flex .header_tel {
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-8 .header_flex .header_tel a,
.header-short .header_flex .header_tel a {
  display: block;
}
.header-8 .header_flex .header_line,
.header-short .header_flex .header_line {
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ========== header ========== */
.logo-img,
.header_tel,
.header_line {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 767px) {
  .logo-img,
  .header_tel,
  .header_line {
    padding: 5px 0;
    -o-object-position: center center;
       object-position: center center;
  }
}

.sp-nav {
  display: none;
}

/* ========== nav ========== */
.box-nav {
  width: 100%;
  height: 40px;
}
@media (max-width: 767px) {
  .box-nav {
    height: 25px;
  }
}

@media (max-width: 767px) {
  .inner-nav.hide {
    line-height: 40px;
    -webkit-box-shadow: 2px 2px 4px gray;
            box-shadow: 2px 2px 4px gray;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}

.inner-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0;
  margin: 0 auto;
  line-height: 40px;
  background-color: #fff;
  list-style: none;
}
@media (max-width: 767px) {
  .inner-nav {
    line-height: 25px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
@media (max-width: 767px) {
  .inner-nav li:nth-child(1) {
    display: none;
  }
}

.menu {
  position: relative;
  width: 20%;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .menu {
    font-size: 12px;
    width: 25%;
  }
}
.menu:nth-of-type(n + 2)::before {
  position: absolute;
  top: 25%;
  left: 0%;
  width: 1px;
  height: 50%;
  content: "";
  background: #3a3a3a;
}
@media (max-width: 767px) {
  .menu:nth-of-type(n + 2)::before {
    display: none;
  }
}
.menu:nth-of-type(n + 3)::after {
  position: absolute;
  top: 25%;
  left: 0%;
  width: 1px;
  height: 50%;
  content: "";
  background: #3a3a3a;
}
@media (min-width: 768px) {
  .menu:nth-of-type(n + 3)::after {
    display: none;
  }
}
.menu:hover {
  color: #fff;
  background-color: #1da891;
}
.menu a {
  width: 100%;
  height: 100%;
  display: block;
}
.menu a:hover {
  color: #fff;
  opacity: 1;
}

/* Slider */
.slider {
  margin: 0 auto;
}
.slider .sliderbox {
  margin: 0 2px 0 2px;
  height: auto;
  background-color: #fff;
  border: 2px solid #1da891;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
.slider .sliderbox .sliderbox_title {
  text-align: center;
  color: #fff;
  background-color: #1da891;
  font-size: 18px;
}
@media (max-width: 767px) {
  .slider .sliderbox .sliderbox_title {
    font-size: 4vw;
    padding: 2vw 0;
  }
}
@media (min-width: 768px) {
  .slider .sliderbox .sliderbox_title {
    font-size: 2vw;
    line-height: 2.2vw;
    padding: 1vw 0;
  }
}
@media (min-width: 1300px) {
  .slider .sliderbox .sliderbox_title {
    font-size: 2rem;
    line-height: 1.2;
    padding: 0.5rem 0;
  }
}
.slider .sliderbox .sliderbox_flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider .sliderbox .sliderbox_flex .sliderbox_flex_img {
  width: 50%;
}
.slider .sliderbox .sliderbox_flex img {
  width: 100%;
  height: auto;
}
.slider .sliderbox ul,
.slider .sliderbox ol {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1em;
  color: #666666;
  padding: 0 1% 0 1%;
}
@media (max-width: 767px) {
  .slider .sliderbox ul,
  .slider .sliderbox ol {
    font-size: 0.8em;
  }
}
.slider .sliderbox ul li,
.slider .sliderbox ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-bottom: 1px dotted #1da891;
  padding: 2% 0 2% 0;
  list-style: square;
}
.slider .sliderbox ul li:last-child,
.slider .sliderbox ol li:last-child {
  border-bottom: none;
}
.slider .sliderbox ul li p,
.slider .sliderbox ol li p {
  line-height: 1em;
  margin: 0 auto;
}
.slider .sliderbox ul li .slider_t,
.slider .sliderbox ol li .slider_t {
  width: 35%;
}
.slider .sliderbox ul li .slider_i,
.slider .sliderbox ol li .slider_i {
  width: 65%;
  font-family: "Kiwi Maru", serif;
}
.slider .sliderbox .before {
  position: absolute;
  bottom: 2%;
  width: 40%;
}
.slider .sliderbox .after {
  position: absolute;
  bottom: 2%;
  left: 46%;
  width: 50%;
}
.slider .sliderbox .arrow {
  position: absolute;
  width: 20%;
  top: 32%;
  left: 40%;
}
.slider .sliderbox .kirakira {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*================================================
 *  アニメーション
 ================================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* その他*/
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

@keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.poyopoyo {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/*================================================
 *  ふるふる
 ================================================*/
@-webkit-keyframes mochimochi {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  20% {
    -webkit-transform: scale(0.8, 1.1);
            transform: scale(0.8, 1.1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
@keyframes mochimochi {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  20% {
    -webkit-transform: scale(0.8, 1.1);
            transform: scale(0.8, 1.1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
/* ======================================================
   1. 診断開始ボタン（LP設置用）
   ====================================================== */
/* ======================================================
   2. モーダル・外枠（共通構造）
   ====================================================== */
#modalOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2000000;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-content {
  background: #fff;
  width: 95%;
  max-width: 650px;
  height: 85vh;
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .modal-content {
    height: 80vh;
    max-width: 550px;
  }
}

/* ======================================================
   3. 内部レイアウト & 進行バー (STEP 1-3)
   ====================================================== */
.diagnosis-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.diagnosis-form .simple-progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px 15px;
  gap: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-bottom: 2px solid #1da891;
}
.diagnosis-form .simple-progress-bar.is-hidden {
  display: none;
}
.diagnosis-form .simple-progress-bar .progress-node {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.65rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .diagnosis-form .simple-progress-bar .progress-node {
    width: 80px;
    height: 80px;
  }
}
.diagnosis-form .simple-progress-bar .progress-node span {
  position: absolute;
  bottom: 0%;
  white-space: nowrap;
  font-size: 0.6rem;
  font-size: 10px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .diagnosis-form .simple-progress-bar .progress-node span {
    font-size: 20px;
    line-height: 80px;
    font-weight: normal;
  }
}
.diagnosis-form .simple-progress-bar .progress-node.active {
  background: #1da891;
  color: #fff;
}
.diagnosis-form .simple-progress-bar .progress-node.active span {
  color: #fff;
}
.diagnosis-form .simple-progress-bar .progress-line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40px;
  height: 2px;
  background: #eee;
}
@media (min-width: 768px) {
  .diagnosis-form .simple-progress-bar .progress-line {
    height: 10px;
  }
}
.diagnosis-form .step-box {
  display: none;
  height: 100%;
  padding: 10px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .diagnosis-form .step-box {
    padding: 10px 4px 10px;
  }
}
.diagnosis-form .step-box.is-active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.diagnosis-form .step-header,
.diagnosis-form .step-box__title,
.diagnosis-form .step-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.diagnosis-form .step-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
.diagnosis-form .step-header .js-close-btn,
.diagnosis-form .step-header .js-back-btn,
.diagnosis-form .step-header .js-close-btn-thanks {
  width: 100%;
  background: none;
  border: none;
  color: #666666;
  font-size: 1.2rem;
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
}
.diagnosis-form .step-header .js-close-btn:hover,
.diagnosis-form .step-header .js-back-btn:hover,
.diagnosis-form .step-header .js-close-btn-thanks:hover {
  opacity: 0.7;
}
.diagnosis-form .step-header .step-label {
  font-size: 2rem;
  color: #1da891;
}
.diagnosis-form .step-box__title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .diagnosis-form .step-box__title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.diagnosis-form .step-box__title span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .diagnosis-form .step-box__title span {
    font-size: 0.8rem;
    line-height: 1;
  }
}
.diagnosis-form .step-scroll-inner {
  display: block !important;
  height: calc(85vh - 350px);
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  padding: 10px 5px;
  margin: 5px 0 10px;
  background: #fdfdfd;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .diagnosis-form .step-scroll-inner {
    height: calc(80vh - 270px);
  }
}
.diagnosis-form .step-scroll-inner.--long {
  height: calc(85vh - 280px);
}
@media (max-width: 767px) {
  .diagnosis-form .step-scroll-inner.--long {
    height: calc(80vh - 210px);
  }
}
.diagnosis-form .step-scroll-inner::-webkit-scrollbar {
  width: 5px;
}
.diagnosis-form .step-scroll-inner::-webkit-scrollbar-thumb {
  background: #1da891;
  border-radius: 10px;
}

/* ======================================================
   4. STEP 4, 5：進行状況バー（％表示）
   ====================================================== */
.progress-container {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-bottom: 2px solid #1da891;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .progress-container {
    padding: 12px 0;
  }
}
.progress-container .step-label.is-pulse {
  color: #ec5a78;
  font-size: 24px;
  -webkit-animation: pulse-animation 1.5s infinite;
          animation: pulse-animation 1.5s infinite;
}
@media (max-width: 767px) {
  .progress-container .step-label.is-pulse {
    font-size: 1.6rem;
  }
}
.progress-container .mini-progress-bar {
  width: 120px;
  height: 10px;
  background: #eee;
  margin: 6px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .progress-container .mini-progress-bar {
    height: 5px;
  }
}
.progress-container .mini-progress-bar .fill {
  width: 0%;
  height: 100%;
  background: #ec5a78;
  -webkit-transition: width 1.2s ease-out;
  transition: width 1.2s ease-out;
}

/* ======================================================
   5. パーツ（チェックボックス・ボタンリスト）
   ====================================================== */
.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.checkbox-grid .custom-checkbox {
  cursor: pointer;
}
.checkbox-grid .custom-checkbox input {
  display: none;
}
.checkbox-grid .custom-checkbox .checkbox-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .checkbox-grid .custom-checkbox .checkbox-button {
    font-size: 1.2rem;
    height: 40px;
  }
}
.checkbox-grid .custom-checkbox input:checked + .checkbox-button {
  border-color: #1da891;
  background-color: #e8f6f4;
  color: #1da891;
  font-weight: bold;
}

.category-label {
  grid-column: 1/-1;
  font-size: 1.8rem;
  color: #fff;
  background-color: rgba(29, 168, 145, 0.6);
  margin: 15px 0 5px;
  padding-left: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .category-label {
    font-size: 1.2rem;
    padding: 2% 0;
  }
}

.category-sublabel {
  font-size: 1.2rem;
  border-left: 3px solid #1da891;
  padding-left: 5px;
}

.button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 10px 0;
}

.js-next-btn,
.js-calc-trigger,
.radio-button {
  display: block !important;
  height: 54px;
  width: 100%;
  background: #fff !important;
  border: 2px solid #eee !important;
  border-radius: 12px !important;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold !important;
  cursor: pointer !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .js-next-btn,
  .js-calc-trigger,
  .radio-button {
    font-size: 1.4rem;
    height: 40px;
  }
}
.js-next-btn:hover,
.js-calc-trigger:hover,
.radio-button:hover {
  border-color: #1da891 !important;
  background-color: #e8f6f4 !important;
  color: #1da891 !important;
}

.tel-entry {
  padding: 10px 0;
  text-align: center;
}
.tel-entry__input {
  width: 100%;
  padding: 18px;
  border: 2px solid #1da891;
  border-radius: 12px;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  outline: none;
}
@media (max-width: 767px) {
  .tel-entry__input {
    height: 40px;
  }
}
.tel-entry__input:focus {
  background: #f0fdfa;
  border-color: #158471;
}
.tel-entry__input:hover {
  border-color: #1da891 !important;
  background-color: #e8f6f4 !important;
  color: #1da891 !important;
}
.tel-entry__input::-webkit-input-placeholder {
  color: #ccc;
}
.tel-entry__input::-moz-placeholder {
  color: #ccc;
}
.tel-entry__input:-ms-input-placeholder {
  color: #ccc;
}
.tel-entry__input::-ms-input-placeholder {
  color: #ccc;
}
.tel-entry__input::placeholder {
  color: #ccc;
}
.tel-entry p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .tel-entry p {
    font-size: 1.2rem;
  }
}
.tel-entry__note {
  margin-top: 15px;
  font-size: 0.7rem;
  color: #999;
  line-height: 1.4;
}

.button-list-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 767px) {
  .button-list-area {
    gap: 4px;
  }
}
.button-list-area .button-area {
  width: calc(50% - 6px) !important;
}
@media (max-width: 767px) {
  .button-list-area .button-area {
    width: calc(50% - 2px) !important;
    font-size: 1rem;
  }
}

/* ======================================================
   6. アニメーション
   ====================================================== */
.step-loder-inner {
  width: 100%;
  height: 85vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-loder-inner p {
  margin-top: 20px;
  font-size: 28px;
  color: #1da891;
}
@media (max-width: 767px) {
  .step-loder-inner p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.loader, .loader-s {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #1da891;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .loader, .loader-s {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #1da891;
    width: 60px;
    height: 60px;
  }
}

.loader-s {
  width: 20px;
  height: 20px;
  border-width: 3px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.is-hidden {
  display: none !important;
}

/* 送信ボタン */
.step-box__submit-btn, .line-conversion-btn {
  width: 100%;
  padding: 14px;
  background: #1da891;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 2rem;
  -webkit-box-shadow: 0 4px 0 #147a69;
          box-shadow: 0 4px 0 #147a69;
}
@media (max-width: 767px) {
  .step-box__submit-btn, .line-conversion-btn {
    font-size: 1.8rem;
  }
}
.step-box__submit-btn, .line-conversion-btn {
  cursor: pointer;
}
.step-box__submit-btn:active, .line-conversion-btn:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 0 #147a69;
          box-shadow: 0 2px 0 #147a69;
}
.step-box__submit-btn:hover, .line-conversion-btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 0 #147a69;
          box-shadow: 0 2px 0 #147a69;
}

/* ======================================================
   7. サンクス画面
   ====================================================== */
.thanks-container {
  text-align: center;
  padding: 20px 20px;
}
.thanks-container .thanks-title {
  color: #1da891;
  font-size: 2.4rem;
  padding-bottom: 20px;
  border-bottom: 2px solid #1da891;
  margin-bottom: 20px;
}
.thanks-container p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .thanks-container p {
    font-size: 1.2rem;
  }
}
.thanks-container .thanks-img {
  width: 100%;
  margin: 5% auto;
}
.thanks-container .thanks-text {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.thanks-container .thanks-note {
  margin-top: 20px;
  font-size: 0.75rem;
  color: #888;
}

.line-conversion-btn {
  background: #06c755 !important;
  -webkit-box-shadow: 0 4px 0 #05a346 !important;
          box-shadow: 0 4px 0 #05a346 !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.line-conversion-btn .icon {
  font-size: 1.2rem;
}
.line-conversion-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation: sheen 3s infinite;
          animation: sheen 3s infinite;
}

@-webkit-keyframes sheen {
  0% {
    left: -60%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes sheen {
  0% {
    left: -60%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
/* ======================================================
   中断確認モーダルのレイアウト（必須）※これ実装出来てない保留
   ====================================================== */
.modal-content {
  position: relative;
}

#stop-confirm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: inherit;
}
#stop-confirm__inner {
  background: #fff;
  width: 85%;
  max-width: 320px;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
#stop-confirm__text {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333;
}
#stop-confirm__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#stop-confirm__btn {
  padding: 12px;
  border-radius: 50px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
}
#stop-confirm__btn.--cancel {
  background: #1da891;
  color: #fff;
}
#stop-confirm__btn.--ok {
  background: #eee;
  color: #666;
  font-size: 0.9rem;
}

/*================================================
 *  昨日の件数表示ポップアップ
 ================================================*/
.top-popup-window {
  position: fixed;
  width: 90vw;
  height: auto;
  max-width: 560px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 10%;
  left: 50%;
  z-index: 9998;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-delay: 3s;
          transition-delay: 3s; /*--1秒後に効果が開始されます--*/
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .top-popup-window {
    bottom: 12%;
  }
}

.top-popup-window.active {
  opacity: 1;
  visibility: visible;
}

.top-popup-window.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; /*--1秒後に効果が開始されます--*/
}

.popup-inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(236, 90, 120, 0.9);
  border-radius: 6px;
  position: relative;
}
@media (max-width: 767px) {
  .popup-inner {
    padding: 7px;
  }
}
.popup-inner .popup-img {
  width: 100%;
  margin: 0 auto;
}
.popup-inner .popup-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-inner .popup-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .popup-inner .popup-text {
    font-size: 12px;
  }
}
.popup-inner .close_btn {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #666666;
}
.popup-inner .close_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.square_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #666666; /* 枠の調整 */
}

.square_btn::before,
.square_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 27px; /* 棒の高さ */
  background: #fff; /* バツ印の色 */
}

.square_btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.square_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*================================================
 *  離脱用POPUP
 ================================================*/
.exit-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2147483647;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.exit-popup__content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 35px 20px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
@media (min-width: 768px) {
  .exit-popup__content {
    max-width: 450px;
  }
}
.exit-popup__close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #aaa;
  padding: 5px;
  line-height: 1;
}
.exit-popup__text {
  margin: 2% auto 3%;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #555;
}
.exit-popup__text strong {
  color: #1da891;
}
.exit-popup__text span.highlight {
  color: #ff0000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffeb3b));
  background: -webkit-linear-gradient(transparent 70%, #ffeb3b 70%);
  background: linear-gradient(transparent 70%, #ffeb3b 70%);
}
@media (min-width: 768px) {
  .exit-popup__text {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.exit-popup__button {
  display: block;
  background: #06c755;
  color: #fff;
  text-decoration: none;
  padding: 16px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 2rem;
  -webkit-box-shadow: 0 4px 0 #05a346;
          box-shadow: 0 4px 0 #05a346;
  -webkit-animation: poyon 2.5s infinite;
          animation: poyon 2.5s infinite;
}
@media (min-width: 768px) {
  .exit-popup__button {
    font-size: 3rem;
  }
}

@-webkit-keyframes poyon {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  15% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes poyon {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  15% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*================================================
 *  特商ページデザイン
 ================================================*/
.Area_tokusyo {
  width: 100%;
  margin-top: 60px;
  background-color: #f2f2f2;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_tokusyo {
    margin-top: 0;
  }
}
.Area_tokusyo .whitebord {
  margin: 5% auto;
  background-color: #fff;
  padding: 2% 2%;
  font-size: 16px;
  line-height: 22px;
  padding-top: 120px;
}
@media (max-width: 1300px) {
  .Area_tokusyo .whitebord {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Area_tokusyo .whitebord {
    font-size: 14px;
    line-height: 20px;
  }
}
.Area_tokusyo .disp_t,
.Area_tokusyo dt {
  width: 100%;
  border-bottom: 1px solid gray;
  font-family: "HGRPRE";
  font-weight: 900;
  padding: 0;
  color: #1da891;
}
.Area_tokusyo .disp_v,
.Area_tokusyo dd {
  margin: 2% 0;
  font-family: "HGRPRE";
  font-weight: 600;
}
.Area_tokusyo .short {
  margin: 5% auto;
  text-align: center;
  font-size: 0.8em;
  font-family: "HGRPRE";
  font-weight: 600;
}
@media (max-width: 767px) {
  .Area_tokusyo .short {
    text-align: left;
  }
}
.Area_tokusyo ul {
  padding-left: 5%;
  list-style: square;
}
.Area_tokusyo ol {
  padding-left: 5%;
}
.Area_tokusyo .number {
  padding-left: 5%;
}
.Area_tokusyo .number li {
  list-style: none;
  counter-increment: cnt;
}
.Area_tokusyo .number li::before {
  content: "[" counter(cnt) "]";
}

footer {
  text-align: center;
  background-color: #1da891;
  color: #fff;
  padding: 1% 2% 150px 2%;
}
@media (max-width: 767px) {
  footer {
    padding: 1% 2% 130px 2%;
  }
}
footer .footer_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2% auto;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  footer .footer_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
footer .footer_flex .footer_company {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  footer .footer_flex .footer_company {
    width: 100%;
  }
}
footer .footer_flex .footer_company .footer_logo {
  width: 50%;
}
footer .footer_flex .footer_company .footer_logo a {
  display: block;
}
footer .footer_flex .footer_company p {
  text-align: left;
  padding: 0;
}
footer .footer_flex .footer_company a {
  text-align: left;
  color: #fff;
}
footer .footer_flex .footer_link {
  width: 40%;
}
@media (max-width: 767px) {
  footer .footer_flex .footer_link {
    width: 100%;
    margin: 15px 0 0 0;
    border-top: 1px solid #fff;
    padding: 15px 0;
  }
}
footer .footer_flex .footer_link ul {
  font-size: 16px;
  list-style: square;
  text-align: left;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media (max-width: 767px) {
  footer .footer_flex .footer_link ul {
    padding-left: 20px;
  }
}
footer .footer_flex .footer_link li a {
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer_flex .footer_link li a {
    font-size: 2.6vw;
  }
}
footer .copy {
  font-size: 10px;
}

.footer_fixed {
  height: 120px;
  padding: 5px 2% 0px 2%;
  width: 100%;
  z-index: 998;
  background-color: #1da891;
  position: fixed;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0;
}
@media (max-width: 767px) {
  .footer_fixed {
    height: 100px;
  }
}
.footer_fixed .footer_fixed_flex {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_img {
  width: 20%;
  position: relative;
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_img .footer_fixed_flex_img_in {
  position: absolute;
  bottom: 0%;
  right: 5%;
}
@media (max-width: 767px) {
  .footer_fixed .footer_fixed_flex .footer_fixed_flex_img {
    width: 0;
  }
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text {
  width: 80%;
}
@media (max-width: 767px) {
  .footer_fixed .footer_fixed_flex .footer_fixed_flex_text {
    width: 100%;
  }
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text h2 {
  color: #fff;
  text-align: left;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1300px) {
  .footer_fixed .footer_fixed_flex .footer_fixed_flex_text h2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer_fixed .footer_fixed_flex .footer_fixed_flex_text h2 {
    font-size: 10px;
  }
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text .footer_fixed_link {
  width: 100%;
  padding: 2px 0 2px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text .footer_fixed_link .footer_tel_pc {
  height: 60px;
}
@media (max-width: 767px) {
  .footer_fixed .footer_fixed_flex .footer_fixed_flex_text .footer_fixed_link .footer_tel_pc {
    width: 50%;
  }
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text .footer_fixed_link .footer_tel_pc a {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text .footer_fixed_link .footer_tel_pc a img {
  height: 100%;
  width: 100%;
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text .footer_fixed_link .footer_line_pc {
  margin-left: 2%;
  width: 50%;
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text .footer_fixed_link .footer_line_pc a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*================================================
 *  Top_up & To_chicket
 ================================================*/
.top_up {
  width: 60px;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 9995;
}
@media (max-width: 1300px) {
  .top_up {
    bottom: 15%;
  }
}
@media (max-width: 767px) {
  .top_up {
    width: 40px;
    bottom: 110px;
  }
}
.top_up a {
  display: block;
}

.header-info-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 66px;
  background-color: #06C755;
  border: 2px solid #1a1a1a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 6px 2px;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 0 #05a647;
          box-shadow: 0 6px 0 #05a647;
  cursor: pointer;
}
.header-info-btn.--nightmode {
  background-color: #FF5722;
  -webkit-box-shadow: 0 6px 0 #BE3D17;
          box-shadow: 0 6px 0 #BE3D17;
}
.header-info-btn.--nightmode:active, .header-info-btn.--nightmode:hover {
  -webkit-box-shadow: 0 2px 0 #BE3D17;
          box-shadow: 0 2px 0 #BE3D17;
}
.header-info-btn.--nightmode .header-info-btn__text {
  color: #fcee21;
  font-weight: bold;
}
.header-info-btn.--nightmode .header-info-btn__text .small {
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-info-btn.--footerbtn {
    height: 8vw;
  }
}
.header-info-btn.--footerbtn .header-info-btn__text {
  font-size: 1.6rem;
}
@media (min-width: 1000px) {
  .header-info-btn.--footerbtn .header-info-btn__text {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .header-info-btn.--footerbtn .header-info-btn__text {
    font-size: 3.6vw;
    line-height: 1;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
.header-info-btn.--footerbtn .header-info-btn__text .small {
  font-size: 1.3rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-info-btn.--footerbtn .header-info-btn__text .small {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .header-info-btn.--footerbtn .header-icon {
    width: 20px;
    padding-left: 2px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header-info-btn.--footerbtn .header-icon {
    width: 6vw;
  }
}
.header-info-btn:active, .header-info-btn:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 2px 0 #05a647;
          box-shadow: 0 2px 0 #05a647;
}
.header-info-btn .header-icon {
  width: 40px;
  padding-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1300px) {
  .header-info-btn .header-icon {
    width: 55px;
    padding-left: 0;
    padding-right: 5px;
  }
}
.header-info-btn__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fcee21;
  height: 100%;
  font-size: 1.8rem;
}
@media (min-width: 1300px) {
  .header-info-btn__text {
    font-size: 3rem;
    line-height: 1;
  }
}
.header-info-btn__text .small {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}
@media (min-width: 1300px) {
  .header-info-btn__text .small {
    font-size: 2rem;
  }
}
.header-info-btn p {
  color: #fff;
}

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.normal-btn {
  margin: 2% auto;
  max-width: 600px;
}
@media (max-width: 767px) {
  .normal-btn {
    width: 95%;
    margin: 5% auto 0;
  }
}
.normal-btn .header-info-btn {
  border-radius: 999px;
  height: auto;
  padding: 5% 0;
}
@media (max-width: 767px) {
  .normal-btn .header-info-btn__text {
    font-size: 4.6vw;
  }
}
@media (max-width: 767px) {
  .normal-btn .small {
    font-size: 3.2vw !important;
  }
}

/*================================================
 *  ヘッダー
 ================================================*/
.to_solutioton {
  text-align: center;
  margin: 5% auto 0;
  width: 70%;
  max-width: 600px;
}
.to_solutioton a {
  display: block;
}
.to_solutioton :hover {
  opacity: 0.7;
}

/*================================================
 *  ボタンデザイン
 ================================================*/
/*================================================
 *  TOPビュー
 ================================================*/
.Area_main {
  position: relative;
  margin: 0 auto;
  margin-top: 120px;
  width: 100%;
  height: auto;
  background: -webkit-linear-gradient(170deg, #1da891 0%, #1da891 50%, #fcee21 50%, #fcee21 100%);
  background: linear-gradient(-80deg, #1da891 0%, #1da891 50%, #fcee21 50%, #fcee21 100%);
  padding: 1%;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .Area_main {
    height: 48vw;
  }
}
@media (max-width: 767px) {
  .Area_main {
    background: -webkit-linear-gradient(280deg, #fcee21 0%, #fcee21 50%, #1da891 50%, #1da891 100%);
    background: linear-gradient(170deg, #fcee21 0%, #fcee21 50%, #1da891 50%, #1da891 100%);
    margin-top: 65px;
    height: 120vw;
  }
}
.Area_main .main_title {
  width: 100%;
  position: relative;
  margin: 0 auto 0 0;
  z-index: 2;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_main .main_title {
    width: 100%;
    margin: 5% auto 0;
  }
}
.Area_main .main_title .main_tag_flex {
  width: 100%;
  margin: 0 auto 2% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 767px) {
  .Area_main .main_title .main_tag_flex {
    width: 100%;
  }
}
.Area_main .main_title .main_tag_flex_box {
  background-color: #1da891;
  color: #fff;
  padding: 0.5% 2%;
  border-radius: 5px;
  line-height: 1;
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  .Area_main .main_title .main_tag_flex_box {
    padding: 1%;
    font-size: 3.1vw;
  }
}
@media (min-width: 1300px) {
  .Area_main .main_title .main_tag_flex_box {
    font-size: 22px;
  }
}
.Area_main .main_title .main_flex {
  width: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Area_main .main_title .main_flex .main_flexbox1 {
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #ec5a78;
  color: #fff;
  padding: 2% 0;
  font-size: 2vw;
}
@media (max-width: 767px) {
  .Area_main .main_title .main_flex .main_flexbox1 {
    font-size: 3vw;
    line-height: 1.4;
  }
}
@media (min-width: 1300px) {
  .Area_main .main_title .main_flex .main_flexbox1 {
    font-size: 28px;
  }
}
.Area_main .main_title .main_flex .main_flexbox2 {
  padding-left: 1%;
}
.Area_main .main_title .main_flex .main_flexbox2 .fv_title_sub {
  font-family: "HGRSGU";
  font-weight: 600;
  color: #1a1a1a;
  background: none;
  font-size: 5vw;
  line-height: 5vw;
}
@media (max-width: 767px) {
  .Area_main .main_title .main_flex .main_flexbox2 .fv_title_sub {
    font-size: 7.5vw;
    line-height: 7.5vw;
  }
}
@media (min-width: 1300px) {
  .Area_main .main_title .main_flex .main_flexbox2 .fv_title_sub {
    font-size: 68px;
    line-height: 68px;
  }
}
.Area_main .main_title .main_flex .main_flexbox2 .fv_title {
  font-family: "HGRSGU";
  font-weight: 600;
  padding: 5% 0 2% 0;
  font-size: 8.8vw;
  line-height: 5vw;
  color: #1da891;
}
@media (max-width: 767px) {
  .Area_main .main_title .main_flex .main_flexbox2 .fv_title {
    font-size: 13vw;
    line-height: 13vw;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .Area_main .main_title .main_flex .main_flexbox2 .fv_title {
    font-size: 120px;
    line-height: 120px;
    padding: 0;
  }
}
.Area_main .sub_title {
  position: absolute;
  top: 2%;
  right: 0;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "HGRSGU";
  font-weight: 500;
  font-size: 7vw;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .Area_main .sub_title {
    font-size: 12vw;
    top: 0;
    right: 2%;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 2px #1da891;
  }
}
@media (min-width: 1300px) {
  .Area_main .sub_title {
    font-size: 92px;
    line-height: 1.2;
  }
}
.Area_main .main_no1_flex {
  margin-top: 5%;
  position: relative;
  z-index: 4;
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
}
@media (max-width: 767px) {
  .Area_main .main_no1_flex {
    margin: 46% auto 0;
    width: 95%;
  }
}
.Area_main .main_no1_flex_box {
  width: 30%;
}
.Area_main .main_no1_flex .no1_coment {
  position: absolute;
  bottom: -15px;
  color: #666666;
  font-size: 9px;
  right: 0;
}
.Area_main .sale_point {
  position: relative;
  z-index: 5;
  margin: 3% auto 0;
  color: #fff;
  padding: 0 2%;
  font-size: 2vw;
}
@media (max-width: 767px) {
  .Area_main .sale_point {
    font-size: 4.6vw;
    margin: 5% auto 0;
    text-align: center;
  }
}
@media (min-width: 1300px) {
  .Area_main .sale_point {
    font-size: 2.8rem;
  }
}
.Area_main .sale_point .red_bk {
  background-color: #ec5a78;
  padding: 1%;
}
.Area_main .main_women {
  position: absolute;
  width: 35%;
  bottom: -10%;
  right: 27%;
}
@media (max-width: 767px) {
  .Area_main .main_women {
    width: 85%;
    bottom: 0%;
    right: 27%;
  }
}
.Area_main .top_flex1 {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .Area_main .top_flex1 {
    padding: 5% 0 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.Area_main .top_flex1 .top01 {
  width: 45%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .Area_main .top_flex1 .top01 {
    width: 80%;
  }
}
.Area_main .top_flex1 .top_flex1_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .Area_main .top_flex1 .top_flex1_1 {
    width: 70%;
  }
}
.Area_main .top_flex1 .top_flex1_1 .top_flex1_1_box {
  width: 100%;
  height: 100%;
  padding: 0 1% 0 1%;
}
.Area_main .top_flex1 .top05 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.Area_main .top_flex1 .top05 .top06 {
  width: 50%;
  position: absolute;
  right: 5%;
  bottom: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .Area_main .top_flex1 .top05 .top06 {
    width: 80%;
    right: -20%;
  }
}
.Area_main .top_flex1 .top05 .top07 {
  width: 60%;
  position: absolute;
  right: -25%;
  bottom: 45%;
  z-index: 1;
}
@media (max-width: 767px) {
  .Area_main .top_flex1 .top05 .top07 {
    width: 100%;
    left: 0;
    bottom: -250%;
  }
}
.Area_main .top_flex1 .top05 .top08 {
  width: 25%;
  position: absolute;
  right: -25%;
  bottom: 250%;
  z-index: 1;
}
@media (max-width: 767px) {
  .Area_main .top_flex1 .top05 .top08 {
    right: 2%;
    bottom: 520%;
  }
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

/*================================================
 *  new
 ================================================*/
.Area_news {
  margin: 0 auto 3%;
  background-color: #fff;
  padding: 2% 2% 2% 2%;
}
@media (max-width: 767px) {
  .Area_news {
    margin: 3% auto 10%;
  }
}
.Area_news .swiper {
  width: 100%;
}
@media (max-width: 767px) {
  .Area_news .swiper {
    width: 100%;
  }
}
.Area_news .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}
.Area_news .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center;
  border: solid 1px #666666;
}
.Area_news .swiper-slide a {
  display: block;
  height: 100%;
}
.Area_news .swiper-pagination {
  bottom: -15% !important;
}
.Area_news .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #1da891;
}
@media (min-width: 768px) {
  .Area_news .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.Area_news .swiper-button-next::after,
.Area_news .swiper-button-prev::after {
  font-size: 1.5rem;
  color: #666666;
}
.Area_news .news_flex_box {
  position: relative;
  width: 100%;
}
.Area_news .news_flex_box .cupon_limit01 {
  position: absolute;
  color: #fcee21;
  top: 0%;
  right: 22%;
  font-size: 6vw;
}
@media (min-width: 768px) {
  .Area_news .news_flex_box .cupon_limit01 {
    top: 0%;
    font-size: 4vw;
  }
}
@media (min-width: 1300px) {
  .Area_news .news_flex_box .cupon_limit01 {
    font-size: 2.6vw;
  }
}
.Area_news .news_flex_box .cupon_limit02 {
  position: absolute;
  color: #fff;
  bottom: -3.5%;
  left: 1%;
  font-size: 6vw;
}
@media (min-width: 768px) {
  .Area_news .news_flex_box .cupon_limit02 {
    font-size: 4vw;
  }
}
@media (min-width: 1300px) {
  .Area_news .news_flex_box .cupon_limit02 {
    font-size: 2.6vw;
  }
}

/*================================================
 *  solve
 ================================================*/
.Area_solve {
  margin: 0 auto;
  padding: 0 2% 0 2%;
  overflow: hidden;
}
.Area_solve .solve_t {
  margin: 0 auto;
  width: 40%;
}
@media (max-width: 767px) {
  .Area_solve .solve_t {
    margin: 10% auto 0;
    width: 100%;
  }
}
.Area_solve .solve_flex {
  margin: 0 auto;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 767px) {
  .Area_solve .solve_flex {
    width: 100%;
  }
}
.Area_solve .solve_flex .solve_flexbox {
  padding: 2%;
}
.Area_solve .solve_text {
  margin: 0 auto;
  width: 70%;
  text-align: right;
}
@media (max-width: 767px) {
  .Area_solve .solve_text {
    width: 100%;
  }
}
.Area_solve .solve_text p {
  font-size: 0.5em;
  line-height: 1.2em;
}
.Area_solve .solve04 {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 767px) {
  .Area_solve .solve04 {
    width: 120%;
  }
}

/*================================================
 *  cvid
 ================================================*/
.Area_cvid {
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 2% 2% 2% 2%;
}
@media (max-width: 767px) {
  .Area_cvid {
    padding: 7% 2%;
  }
}
.Area_cvid .cvid_flex {
  margin: 0 auto;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .Area_cvid .cvid_flex {
    width: 97%;
  }
}
.Area_cvid .cvid_flex .cvid_flexbox {
  background-color: #fff;
  width: 30%;
  padding: 2% 0 0 0;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
.Area_cvid .cvid04 {
  margin: 2% auto 0;
  width: 70%;
  background-color: #1da891;
  padding: 1% 4% 1% 4%;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .Area_cvid .cvid04 {
    margin: 5% auto 0;
    width: 97%;
  }
}

/*================================================
 *  flick
 ================================================*/
.Area_flick {
  margin: 0 auto;
  padding: 2% 0 2% 0;
}
@media (max-width: 767px) {
  .Area_flick {
    margin: 10% auto 0;
  }
}
.Area_flick .flick_t {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 767px) {
  .Area_flick .flick_t {
    width: 90%;
  }
}

/*================================================
 *  No1
 ================================================*/
.Area_no1 {
  margin: 0 auto;
  background: url(../images/no1_bk.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 2% 2% 2% 2%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .Area_no1 {
    padding: 5% 2% 2% 2%;
  }
}
.Area_no1 .no1_t {
  margin: 0 auto;
  width: 50%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .Area_no1 .no1_t {
    width: 100%;
    margin: 10% auto 0;
  }
}
.Area_no1 .no102 {
  width: 30%;
  margin-left: 5%;
  margin-top: 5%;
  -webkit-animation: mochimochi 1s infinite;
          animation: mochimochi 1s infinite;
}
@media (max-width: 767px) {
  .Area_no1 .no102 {
    width: 48%;
    margin-left: 2%;
  }
}
.Area_no1 .no103 {
  width: 26%;
  margin-top: 0%;
  -webkit-animation: mochimochi 1.6s infinite;
          animation: mochimochi 1.6s infinite;
}
@media (max-width: 767px) {
  .Area_no1 .no103 {
    margin-top: 3%;
    margin-left: -3%;
    width: 42%;
  }
}
.Area_no1 .no104 {
  position: relative;
  width: 45%;
  margin-left: 15%;
  margin-top: -5%;
  z-index: 3;
  -webkit-animation: mochimochi 1.8s infinite;
          animation: mochimochi 1.8s infinite;
}
@media (max-width: 767px) {
  .Area_no1 .no104 {
    margin-left: -2%;
    margin-top: 25%;
    width: 65%;
  }
}
.Area_no1 .no104 .no105 {
  position: absolute;
  width: 60%;
  top: -100%;
  right: 0%;
  z-index: 3;
  -webkit-animation: mochimochi 1.2s infinite;
          animation: mochimochi 1.2s infinite;
}
@media (max-width: 767px) {
  .Area_no1 .no104 .no105 {
    width: 70%;
    top: -105%;
    right: 7%;
  }
}
.Area_no1 .no104 .no106 {
  position: absolute;
  width: 100%;
  right: -90%;
  top: -170%;
  z-index: 3;
  -webkit-animation: mochimochi 0.8s infinite;
          animation: mochimochi 0.8s infinite;
}
@media (max-width: 767px) {
  .Area_no1 .no104 .no106 {
    right: -65%;
    top: -225%;
  }
}
.Area_no1 .no107 {
  margin-top: 5%;
  margin-bottom: 2%;
  width: 50%;
  position: relative;
  z-index: 3;
  margin-left: 15%;
}
@media (max-width: 767px) {
  .Area_no1 .no107 {
    width: 70%;
    margin-left: 0;
    margin-top: 10%;
    margin-bottom: 20%;
  }
}

/*================================================
 *  info
 ================================================*/
.Area_info {
  margin: 0 auto;
  background-color: #1da891;
  padding: 1% 2% 2% 2%;
}
@media (max-width: 767px) {
  .Area_info {
    padding: 5% 2% 5% 2%;
  }
}
.Area_info .info_t {
  width: 40%;
  position: relative;
  z-index: 2;
  margin-left: 15%;
}
@media (max-width: 767px) {
  .Area_info .info_t {
    margin-left: 0;
    width: 80%;
    margin-bottom: 5%;
  }
}
.Area_info .info_t .info_t2 {
  width: 75%;
  position: absolute;
  top: -260%;
  right: -75%;
  z-index: -1;
}
@media (max-width: 767px) {
  .Area_info .info_t .info_t2 {
    width: 75%;
    right: -26%;
    top: -280%;
  }
}
.Area_info .info_box {
  width: 70%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background-color: #fff;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_info .info_box {
    width: 100%;
    padding: 3% 2%;
  }
}
.Area_info .info_box .info_box_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Area_info .info_box .info_box_flex .info_box_flexbox {
  width: 24%;
}
.Area_info .info_box .info_box_flex .info_box_flexbox img {
  width: 100%;
}
.Area_info .info_box .info_box05 {
  margin: 1% 0 0 0;
  width: 100%;
}
.Area_info .info_box .info_box_tel {
  margin: 4% auto 0;
  width: 70%;
}
@media (max-width: 767px) {
  .Area_info .info_box .info_box_tel {
    width: 100%;
  }
}
.Area_info .info_box .info_box_tel a {
  display: block;
}
.Area_info .info_box .info_box_cre {
  margin: 2% auto 0;
  width: 70%;
}
@media (max-width: 767px) {
  .Area_info .info_box .info_box_cre {
    width: 100%;
  }
}
.Area_info .info_line {
  width: 70%;
  margin: 2% auto 0;
  background-color: #fcee21;
  padding: 1% 3% 1% 3%;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .Area_info .info_line {
    width: 100%;
    margin: 5% auto 0;
  }
}
.Area_info .info_line a {
  display: block;
}
.Area_info .info_line button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.Area_info .info_line button:hover {
  opacity: 0.7;
}

/*================================================
 *  service
 ================================================*/
.Area_service {
  margin: 0 auto;
  padding: 2% 2% 2% 2%;
}
@media (max-width: 767px) {
  .Area_service {
    padding: 5% 2% 20% 2%;
  }
}
.Area_service .service_t {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .Area_service .service_t {
    margin: 10% auto 0;
    width: 100%;
  }
}
.Area_service .service_flex {
  margin: 1% auto 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .Area_service .service_flex {
    margin: 5% auto 0;
  }
}
.Area_service .service_flex::after {
  content: "";
  display: block;
  width: 33%; /* .boxに指定したwidthと同じ幅を指定する */
}
.Area_service .service_flex .service_flexbox {
  margin: 2% auto 0;
  width: 24%;
  background-color: #fff;
  border: 2px solid #1da891;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 1300px) {
  .Area_service .service_flex .service_flexbox {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .Area_service .service_flex .service_flexbox {
    width: 48%;
  }
}
.Area_service .service_flex .service_flexbox_title {
  text-align: center;
  background-color: #1da891;
  color: #fff;
  font-size: 18px;
  padding: 0.5% 0;
}
@media (max-width: 767px) {
  .Area_service .service_flex .service_flexbox_title {
    font-size: 4vw;
    padding: 1vw 0;
  }
}
.Area_service .service_flex .service_flexbox img {
  margin: 5% auto;
}
.Area_service .service_flex .service_flexbox p {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  padding: 0 2% 4% 2%;
}
@media (max-width: 767px) {
  .Area_service .service_flex .service_flexbox p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 2% 4% 2%;
  }
}

/*================================================
 *  price
 ================================================*/
.Area_price {
  margin: 0 auto;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f2f2f2;
  padding: 2% 2% 0 2%;
}
@media (max-width: 767px) {
  .Area_price {
    background-size: 12px 12px;
    padding: 15% 2% 5% 2%;
  }
}
.Area_price .price_t {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .Area_price .price_t {
    width: 100%;
  }
}
.Area_price .cupon01 {
  position: relative;
  margin: 3% auto;
  background-color: #fcee21;
  width: 70%;
  border: 1px solid #666666;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .Area_price .cupon01 {
    margin: 5% auto;
    width: 100%;
  }
}
.Area_price .cupon01 .cupon_limit03 {
  position: absolute;
  color: #fff;
  top: 0%;
  right: 1%;
  font-size: 26px;
}
@media (max-width: 1300px) {
  .Area_price .cupon01 .cupon_limit03 {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .Area_price .cupon01 .cupon_limit03 {
    font-size: 3vw;
  }
}
.Area_price .swiper2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.Area_price .swiper2 .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}
.Area_price .swiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}
.Area_price .swiper2 .swiper-pagination2 {
  text-align: center;
}
.Area_price .swiper2 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #1da891;
}
@media (min-width: 768px) {
  .Area_price .swiper2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.Area_price .swiper2 {
  /* 前へ次への矢印カスタマイズ */
}
.Area_price .swiper2 .swiper-button-prev::after,
.Area_price .swiper2 .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.Area_price .swiper2 {
  /* 前への矢印カスタマイズ */
}
.Area_price .swiper2 .swiper-button-prev::after {
  border-bottom: 20px solid transparent;
  border-right: 30px solid #1da891;
  border-top: 20px solid transparent;
}
.Area_price .swiper2 {
  /* 次への矢印カスタマイズ */
}
.Area_price .swiper2 .swiper-button-next::after {
  border-bottom: 20px solid transparent;
  border-left: 30px solid #1da891;
  border-top: 20px solid transparent;
}
.Area_price .swiper2 .price_flexbox {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .Area_price .swiper2 .price_flexbox {
    margin: 0 0 0 0;
  }
}
.Area_price .swiper2 .price_flexbox_inner {
  padding: 2% 2% 3% 2%;
}
.Area_price .swiper2 .price_flexbox .track_img {
  width: 70%;
  margin: 0 auto;
}
.Area_price .swiper2 .price_flexbox .price_img {
  width: 75%;
  margin: 0 auto;
}
.Area_price .swiper2 .price_flexbox_title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 1% 0;
}
@media (max-width: 767px) {
  .Area_price .swiper2 .price_flexbox_title {
    font-size: 16px;
    padding: 1% 0;
  }
}
@media (min-width: 1300px) {
  .Area_price .swiper2 .price_flexbox_title {
    font-size: 22px;
  }
}
.Area_price .swiper2 .price_flexbox h2 {
  color: #fff;
  font-size: 0.8em;
}
.Area_price .swiper2 .price_flexbox h3 {
  margin: 0% auto 0 0;
  background-color: #666666;
  padding: 5%;
}
@media (max-width: 767px) {
  .Area_price .swiper2 .price_flexbox h3 {
    font-size: 4vw;
    line-height: 1.6;
    padding: 1vw 0;
  }
}
@media (min-width: 768px) {
  .Area_price .swiper2 .price_flexbox h3 {
    font-size: 2vw;
    padding: 0 0;
  }
}
@media (min-width: 1300px) {
  .Area_price .swiper2 .price_flexbox h3 {
    font-size: 2.4rem;
    padding: 0.5rem 0;
  }
}
.Area_price .swiper2 .price_flexbox h4 {
  margin: 2% auto 0 0;
  width: 45%;
  background-color: #666666;
  padding: 2%;
}
.Area_price .swiper2 .price_flexbox img {
  width: 100%;
}
.Area_price .swiper2 .price_flexbox p {
  border-bottom: dotted 1px #666666;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
.Area_price .swiper2 .price_flexbox .price_1k {
  background-color: #f7931e;
}
.Area_price .swiper2 .price_flexbox .price_1dk {
  background-color: #1fd537;
}
.Area_price .swiper2 .price_flexbox .price_2dk {
  background-color: #0071bc;
}
.Area_price .swiper2 .price_flexbox .price_3dk {
  background-color: #93278f;
}
@media (max-width: 1300px) {
  .Area_price .swiper2 .price_flexbox .youto {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .Area_price .swiper2 .price_flexbox .youto {
    height: 70px;
  }
}

.Area_otoku {
  margin: 5% auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .Area_otoku {
    margin: 0 auto;
  }
}
.Area_otoku h2 {
  background-color: rgba(0, 0, 0, 0);
}
.Area_otoku .otoku_t {
  width: 55%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .Area_otoku .otoku_t {
    margin-top: 5%;
    width: 100%;
  }
}
.Area_otoku .otoku_flex {
  width: 55%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .Area_otoku .otoku_flex {
    width: 100%;
    margin: 25% auto 0;
  }
}
.Area_otoku .otoku_flex .otoku_flexbox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .Area_otoku .otoku_flex .otoku_flexbox {
    margin: 5% auto 0;
  }
}
.Area_otoku .otoku_flex .otoku_flexbox .otoku_flexbox_t {
  width: 5%;
}
@media (max-width: 767px) {
  .Area_otoku .otoku_flex .otoku_flexbox .otoku_flexbox_t {
    width: 8.5%;
  }
}
.Area_otoku .otoku_flex .otoku_flexbox .otoku_flexbox_text {
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1% 2% 1% 2%;
}
.Area_otoku .otoku_flex .otoku_flexbox .otoku_flexbox_text h3 {
  background-color: rgba(0, 0, 0, 0);
  color: #1da891;
  text-align: left;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1300px) {
  .Area_otoku .otoku_flex .otoku_flexbox .otoku_flexbox_text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .Area_otoku .otoku_flex .otoku_flexbox .otoku_flexbox_text h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
.Area_otoku .otoku_flex .otoku_flexbox .otoku_flexbox_text p {
  padding: 0;
}
.Area_otoku .otoku_bk {
  position: absolute;
  bottom: 0%;
  width: 35%;
  left: 10%;
  z-index: 0;
}
@media (max-width: 767px) {
  .Area_otoku .otoku_bk {
    width: 90%;
    left: -20%;
    bottom: -7%;
  }
}
@media (min-width: 1300px) {
  .Area_otoku .otoku_bk {
    bottom: 0%;
    width: 26%;
    left: 18%;
  }
}

/*================================================
 *  sindan
 ================================================*/
.Area_sindan {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: 2%;
  z-index: 2;
}
@media (max-width: 767px) {
  .Area_sindan {
    padding: 3% 2% 15% 2%;
  }
}
.Area_sindan .sindan_t {
  position: relative;
  width: 50%;
  margin-left: 10%;
  z-index: 3;
}
@media (max-width: 767px) {
  .Area_sindan .sindan_t {
    width: 70%;
    margin-left: 0;
    margin-top: 5%;
  }
}
.Area_sindan .sindan01 {
  margin-top: 2%;
  width: 20%;
  margin-left: 10%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .Area_sindan .sindan01 {
    width: 40%;
    margin-left: 0%;
    margin-top: 5%;
  }
}
.Area_sindan .sindan01 .sindan03 {
  position: absolute;
  z-index: 3;
  width: 110%;
  right: -110%;
  top: 10%;
}
.Area_sindan .sindan02 {
  width: 20%;
  margin-left: 25%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .Area_sindan .sindan02 {
    width: 40%;
    margin-top: 2%;
    margin-left: 15%;
  }
}
.Area_sindan .sindan02 .sindan04 {
  position: absolute;
  z-index: 3;
  width: 90%;
  right: -100%;
  top: -20%;
}
.Area_sindan .sindan_box {
  position: relative;
  z-index: 3;
  margin: 2% auto 0;
  width: 80%;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px dashed #1da891;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 2%;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .Area_sindan .sindan_box {
    background-size: 12px 12px;
    width: 95%;
    padding: 5% 2%;
  }
}
.Area_sindan .sindan_box .sindan_box_img {
  width: 20%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_sindan .sindan_box .sindan_box_img {
    width: 35%;
    margin-bottom: 4%;
  }
}
.Area_sindan .sindan_box .sindan_box_text {
  width: 80%;
}
@media (max-width: 767px) {
  .Area_sindan .sindan_box .sindan_box_text {
    width: 100%;
  }
}
.Area_sindan .sindan_box .sindan_box_text h3 {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  color: #1da891;
  font-size: 1.4em;
  margin-bottom: 2%;
}
@media (max-width: 767px) {
  .Area_sindan .sindan_box .sindan_box_text h3 {
    font-size: 5.5vw;
  }
}
.Area_sindan .sindan_bk {
  position: absolute;
  width: 35%;
  z-index: 2;
  right: 7%;
  top: -6%;
}
@media (max-width: 767px) {
  .Area_sindan .sindan_bk {
    width: 55%;
    right: 0;
    top: -10%;
  }
}

/*================================================
 *  reason
 ================================================*/
.Area_reason {
  margin: 0 auto;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f2f2f2;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_reason {
    padding: 13% 2%;
    background-size: 12px 12px;
  }
}
.Area_reason .reason_t {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .Area_reason .reason_t {
    width: 100%;
  }
}
.Area_reason .reason_flex {
  margin: 2% auto 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .Area_reason .reason_flex {
    margin: 7% auto 0;
  }
}
.Area_reason .reason_flex .reason_flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24%;
  background-color: #fff;
  margin-bottom: 2%;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .Area_reason .reason_flex .reason_flexbox {
    width: 49%;
  }
}
.Area_reason .reason_flex .reason_flexbox_inner {
  padding: 2%;
}
.Area_reason .reason_flex .reason_flexbox h3 {
  width: 100%;
  background-color: #1da891;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  padding: 2% 0;
}
@media (max-width: 767px) {
  .Area_reason .reason_flex .reason_flexbox h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.Area_reason .reason_flex .reason_flexbox_title {
  width: 100%;
  background-color: #1da891;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 2% 0;
}
@media (max-width: 767px) {
  .Area_reason .reason_flex .reason_flexbox_title {
    font-size: 16px;
  }
}
.Area_reason .reason_flex .reason_flexbox .reason_flexbox_img {
  width: 80%;
  margin: 0 auto;
}
.Area_reason .reason_flex .reason_flexbox .reason_flexbox_text {
  width: 100%;
  border-top: 1px solid #1da891;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  padding: 2% 0;
}
@media (max-width: 767px) {
  .Area_reason .reason_flex .reason_flexbox .reason_flexbox_text {
    padding: 5% 0;
  }
}
.Area_reason .reason_flex .reason_flexbox .reason_flexbox_text ul {
  width: 100%;
  list-style: square;
  font-size: 0.4em;
  margin-left: 10%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 767px) {
  .Area_reason .reason_flex .reason_flexbox .reason_flexbox_text ul {
    font-size: 0.5em;
    margin-left: 12%;
  }
}

/*================================================
 * costdown
 ================================================*/
.Area_costdown {
  margin: 0 auto;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_costdown {
    padding: 15% 2%;
  }
}
.Area_costdown .costdown_t {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .Area_costdown .costdown_t {
    width: 100%;
  }
}
.Area_costdown .costdown_flex {
  width: 100%;
  margin: 3% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .Area_costdown .costdown_flex {
    margin: 7% auto 0;
  }
}
.Area_costdown .costdown_flex .costdown_flexbox {
  width: 48%;
  margin: 0 auto 2%;
  background-color: #1da891;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1% 1% 0 1%;
}
@media (max-width: 767px) {
  .Area_costdown .costdown_flex .costdown_flexbox {
    width: 100%;
    padding-top: 2%;
    margin-bottom: 5%;
  }
}
.Area_costdown .costdown_flex .costdown_flexbox .costdown_flexbox_img {
  width: 15%;
}
.Area_costdown .costdown_flex .costdown_flexbox .costdown_flexbox_text {
  width: 85%;
  padding: 0 0 0 2%;
}
.Area_costdown .costdown_flex .costdown_flexbox h3 {
  color: #fcee21;
  text-align: left;
}
@media (max-width: 767px) {
  .Area_costdown .costdown_flex .costdown_flexbox h3 {
    font-size: 4vw;
  }
}
@media (min-width: 1300px) {
  .Area_costdown .costdown_flex .costdown_flexbox h3 {
    font-size: 3rem;
  }
}
.Area_costdown .costdown_flex .costdown_flexbox p {
  color: #fff;
  padding: 0;
}
.Area_costdown .costdown07 {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_costdown .costdown07 {
    width: 100%;
  }
}

/*================================================
 *  customer
 ================================================*/
.Area_customer {
  background-color: #fff;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_customer {
    padding: 15% 2%;
  }
}
.Area_customer .customer_t {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_customer .customer_t {
    width: 100%;
  }
}
.Area_customer .customer_box {
  font-family: "UDDigiKyokashoN-B";
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #dff7f2;
  padding: 5px;
  height: 570px;
}
@media (max-width: 1300px) {
  .Area_customer .customer_box {
    height: 670px;
  }
}
@media (max-width: 767px) {
  .Area_customer .customer_box {
    padding: 5px;
    height: 500px;
    background-size: 12px 12px;
  }
}

/*================================================
 *  q&a
 ================================================*/
.Area_qa {
  margin: 0 auto;
  padding: 2% 2% 2% 2%;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .Area_qa {
    padding: 15% 2%;
  }
}
.Area_qa .qa_t {
  width: 50%;
  margin: 0 0 2% 10%;
}
@media (max-width: 767px) {
  .Area_qa .qa_t {
    width: 100%;
    margin: 0 0 5% 0%;
  }
}

.qa-list {
  margin: 0 auto;
}
.qa-list dl {
  position: relative;
  margin: 2% auto 0;
  cursor: pointer;
  border: 1px solid #1da891;
  width: 80%;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
@media (max-width: 767px) {
  .qa-list dl {
    width: 100%;
    margin-bottom: 5%;
    font-size: 4vw;
    line-height: 5vw;
  }
}
@media (min-width: 768px) {
  .qa-list dl {
    font-size: 2.6vw;
    line-height: 3vw;
  }
}
@media (min-width: 1300px) {
  .qa-list dl {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 3vw;
  right: 3%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (min-width: 768px) {
  .qa-list dl::after {
    top: 1.2vw;
  }
}
@media (min-width: 1300px) {
  .qa-list dl::after {
    top: 1.6rem;
  }
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 2px 5% 2px 6%;
  background: #1da891;
  color: #fff;
}
@media (max-width: 767px) {
  .qa-list dl dt {
    padding: 2vw 7vw;
  }
}
@media (min-width: 768px) {
  .qa-list dl dt {
    padding: 0.7vw 5vw;
  }
}
@media (min-width: 1300px) {
  .qa-list dl dt {
    padding: 1rem 5rem;
  }
}
.qa-list dl dt::before {
  position: absolute;
  top: 2vw;
  left: 1%;
  display: block;
  content: "Ｑ.";
  color: #fcee21;
}
@media (min-width: 768px) {
  .qa-list dl dt::before {
    top: 0.7vw;
  }
}
@media (min-width: 1300px) {
  .qa-list dl dt::before {
    top: 1rem;
  }
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 4%;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .qa-list dl dd {
    padding: 2vw 5vw;
  }
}
@media (min-width: 768px) {
  .qa-list dl dd {
    padding: 2vw 4vw;
  }
}
@media (min-width: 1300px) {
  .qa-list dl dd {
    padding: 2rem 3.4rem;
  }
}
.qa-list dl dd::before {
  font-family: "HGRSGU";
  line-height: 1;
  position: absolute;
  left: 1%;
  top: 22px;
  display: block;
  content: "Ａ.";
  font-weight: bold;
  color: #ec5a78;
}
@media (max-width: 767px) {
  .qa-list dl dd::before {
    top: 10px;
  }
}
@media (min-width: 768px) {
  .qa-list dl dd::before {
    top: 2vw;
  }
}
@media (min-width: 1300px) {
  .qa-list dl dd::before {
    top: 2rem;
  }
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

.qa-list .open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*================================================
 *  flow
 ================================================*/
.Area_flow {
  margin: 0 auto;
  padding: 2%;
  height: auto;
}
@media (max-width: 767px) {
  .Area_flow {
    padding: 15% 2%;
  }
}
.Area_flow .flow_t {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_flow .flow_t {
    width: 100%;
  }
}
.Area_flow .flow_flex {
  margin: 3% auto 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .Area_flow .flow_flex {
    margin: 7% auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Area_flow .flow_flex .flow_flexbox {
  width: 22%;
  height: auto;
  border: 2px solid #1da891;
}
@media (max-width: 767px) {
  .Area_flow .flow_flex .flow_flexbox {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.Area_flow .flow_flex .flow_flexbox_title {
  text-align: center;
  width: 100%;
  background-color: #1da891;
  color: #fff;
  font-size: 18px;
  padding: 2% 0;
  font-weight: 800;
}
@media (max-width: 767px) {
  .Area_flow .flow_flex .flow_flexbox_title {
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    padding: 0;
    width: 28px;
    height: 180px;
  }
}
.Area_flow .flow_flex .flow_flexbox h2 {
  background-color: #1da891;
  color: #fff;
}
@media (max-width: 767px) {
  .Area_flow .flow_flex .flow_flexbox h2 {
    text-align: center;
    width: 5%;
    height: 100%;
  }
}
.Area_flow .flow_flex .flow_flexbox .flow_flexbox_img {
  width: 100%;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_flow .flow_flex .flow_flexbox .flow_flexbox_img {
    width: 30%;
    height: 180px;
    padding: 0;
  }
  .Area_flow .flow_flex .flow_flexbox .flow_flexbox_img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
    width: 100%;
    height: 100%;
  }
}
.Area_flow .flow_flex .flow_flexbox .flow_flexbox_text {
  width: 100%;
  padding: 2%;
  margin-bottom: 0%;
}
@media (max-width: 767px) {
  .Area_flow .flow_flex .flow_flexbox .flow_flexbox_text {
    width: 65%;
    margin-bottom: 0%;
    padding: 3% 2%;
  }
}
.Area_flow .flow_flex .flow_flexbox .flow_flexbox_text h3 {
  background-color: #fff;
  color: #1da891;
  text-align: left;
  margin-bottom: 2%;
  padding-bottom: 3%;
}
@media (max-width: 767px) {
  .Area_flow .flow_flex .flow_flexbox .flow_flexbox_text h3 {
    width: 100%;
    font-size: 4.4vw;
    line-height: 4.4vw;
  }
}
@media (min-width: 768px) {
  .Area_flow .flow_flex .flow_flexbox .flow_flexbox_text h3 {
    font-size: 2vw;
    line-height: 2vw;
  }
}
@media (min-width: 1300px) {
  .Area_flow .flow_flex .flow_flexbox .flow_flexbox_text h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.Area_flow .flow_flex .flow_flexbox .flow_flexbox_text p {
  padding: 0;
  border-top: 1px solid #1da891;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  padding: 2% 0;
}
.Area_flow .flow_flex .arrow2 {
  width: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .Area_flow .flow_flex .arrow2 {
    margin: 0 auto;
    width: 5%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*================================================
 *  area
 ================================================*/
.Area_area {
  margin: 0 auto;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6e6e6 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f2f2f2;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_area {
    padding: 15% 2%;
    background-size: 12px 12px;
  }
}
.Area_area .area_t {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_area .area_t {
    width: 100%;
  }
}
.Area_area .area_flex {
  margin: 5% auto 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 767px) {
  .Area_area .area_flex {
    margin: 7% auto 0;
  }
}
.Area_area .area_flex .area_img {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Area_area .area_flex .area_img .area_imgbox {
  width: 48%;
}
.Area_area .area_flex .area_map {
  width: 40%;
}
@media (max-width: 767px) {
  .Area_area .area_flex .area_map {
    width: 60%;
  }
}

.tab-wrap {
  margin: -5% auto 0;
  position: relative;
  z-index: 2;
  width: 100%;
  background: White;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  padding: 0 0 20px;
}

.tab-label {
  color: #1da891;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  padding: 2px;
  position: relative;
  text-align: center;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  font-size: 22px;
}
@media (max-width: 767px) {
  .tab-label {
    font-size: 16px;
  }
}

.tab-label:hover {
  background: rgba(0, 191, 255, 0.1);
}

.tab-switch:checked + .tab-label {
  color: #fff;
  background-color: #1da891;
}

.tab-label::after {
  background: #ec5a78;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.tab-content {
  font-size: 0.7em;
  height: 0;
  opacity: 0;
  padding: 0 20px;
  pointer-events: none;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  width: 100%;
}

.tab-switch:checked ~ .tab-content {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.tab-wrap::after {
  content: "";
  height: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}

.tab-switch {
  display: none;
}

/*================================================
 *  company
 ================================================*/
.Area_company {
  margin: 0 auto;
  padding: 2%;
}
@media (max-width: 767px) {
  .Area_company {
    padding: 15% 2%;
  }
}
.Area_company .company_t {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_company .company_t {
    width: 100%;
  }
}
.Area_company .company_text {
  width: 70%;
  margin: 2% auto 0;
  border-top: dotted 2px #1da891;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .Area_company .company_text {
    margin: 7% auto 0;
    width: 100%;
  }
}
.Area_company .company_text dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 2%;
  border-bottom: dotted 2px #1da891;
}
@media (max-width: 767px) {
  .Area_company .company_text dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.Area_company .company_text dl dt {
  width: 30%;
  color: #1da891;
}
@media (max-width: 767px) {
  .Area_company .company_text dl dt {
    width: 100%;
  }
}
.Area_company .company_text dl dd {
  width: 70%;
}
@media (max-width: 767px) {
  .Area_company .company_text dl dd {
    width: 100%;
  }
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .sp-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .cb_service_list.num3 .cb_service_item_list .item a:after {
    background-color: rgba(0, 179, 176, 0.2) !important;
  }
}
.cb_service_list.num3 .cb_service_item_list .item a:after {
  background-color: rgba(0, 179, 176, 0.5);
}

.btn-kakutei {
  background-color: #00b3b0 !important;
  color: #fff;
}/*# sourceMappingURL=style.css.map */