@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%;
}

body {
  color: #666666;
  font-size: 16px;
  font-family: "HGRSGU", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  /* コピー禁止 */
  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;
  }
}

* {
  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;
}

h1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.4vw;
  }
}

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

h3 {
  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) {
  h3 {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  h3 {
    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;
}

/*================================================
 *  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-left: 3%;
}
@media (max-width: 767px) {
  .header-8 .header_flex .box-logo,
  .header-short .header_flex .box-logo {
    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: 2%;
  height: 80px;
}
@media (max-width: 767px) {
  .header-8 .header_flex .header_pc,
  .header-short .header_flex .header_pc {
    display: none;
  }
}
.header-8 .header_flex .header_tel,
.header-short .header_flex .header_tel {
  width: 40%;
  padding: 0 1% 0 1%;
  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 {
  width: 40%;
  padding: 0 1% 0 1%;
  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_line a,
.header-short .header_flex .header_line a {
  display: block;
}

.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: 0 50%;
     object-position: 0 50%;
  padding: 10px 0;
}
@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;
  padding: 0.5% 0;
}
@media (max-width: 767px) {
  .slider .sliderbox .sliderbox_title {
    font-size: 14px;
  }
}
.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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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);
  }
}
/*================================================
 *  新フォーム
 ================================================*/
.Area_form_hd {
  margin: 0% 0% 0% 0;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .Area_form_hd {
    margin-top: 60px;
  }
}

.Area_form {
  margin: 0% 0% 0% 0;
  color: #fff;
  padding: 0% 2% 2% 2%;
}
@media (max-width: 767px) {
  .Area_form {
    padding: 0% 2% 2% 2%;
  }
}
.Area_form h1 {
  background-color: none;
  font-family: "HGRSGU";
  color: #fff;
}
@media (max-width: 767px) {
  .Area_form h1 {
    font-size: 24px;
  }
}
.Area_form p {
  color: #1da891;
  padding: 0;
}

.Form {
  background: #dff7f2;
  width: 100%;
  margin: 0% auto 0;
  padding: 2% 2% 1% 2%;
}

.Form-Item {
  margin: 0 auto;
  border-top: 1px dashed #666666;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .Form-Item {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.check_section {
  width: 100%;
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 18px;
}
.check_section input[type=checkbox],
.check_section input[type=radio] {
  display: none;
}
.check_section input[type=checkbox]:checked + label,
.check_section input[type=radio]:checked + label {
  background-color: #1da891;
  color: #fff;
}
.check_section input[type=checkbox]:checked + label:hover,
.check_section input[type=radio]:checked + label:hover {
  background-color: #88dbce;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.check_section .check_box {
  margin: 0 0.75% 0.75% 0;
  background-color: #fff;
  color: #1da891;
  padding: 0.5%;
  border: 2px solid #1da891;
  cursor: pointer;
}
.check_section .check_box:hover {
  background-color: #88dbce;
  color: #1da891;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Form-Item-long {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: regular;
  font-size: 24px;
  color: #666666;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .Form-Item-Label {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
  }
}
.Form-Item-Label .Form-Item-Label-cyuui {
  font-size: 14px;
}
.Form-Item-Label p {
  color: #1da891;
  padding: 0 0 0 0;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  font-family: "sans-serif";
  margin-right: 8px;
  padding: 2px 4px 2px 4px;
  width: 10%;
  display: inline-block;
  text-align: center;
  background: #1da891;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 10%;
    font-size: 10px;
  }
}

.nini {
  color: #fff;
  background-color: #666666;
}

.Form-Item-Right {
  width: 100%;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-right: 2%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: 1.6em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #fff;
  color: #666666;
  font-size: 20px;
}
@media (max-width: 767px) {
  .Form-Item-Input {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    height: 40px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 16px;
  }
}

.date_time_flex {
  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;
}
.date_time_flex .date_flex {
  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) {
  .date_time_flex .date_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 0 5% 0;
  }
}
.date_time_flex .date_flex .date_title {
  width: 25%;
  color: #666666;
  font-size: 20px;
}
@media (max-width: 767px) {
  .date_time_flex .date_flex .date_title {
    width: 100%;
    font-size: 11px;
  }
}

.Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.5em;
  height: 300px;
  width: 100%;
  background: #fff;
  color: #666666;
  font-size: 20px;
}
@media (max-width: 767px) {
  .Textarea {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    height: 250px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 16px;
  }
}

.agecheckbox {
  width: 80%;
  text-align: left;
  padding: 0 0 0 0;
}
@media (max-width: 767px) {
  .agecheckbox {
    width: 100%;
  }
}

/*================================================
 *  ボタンデザイン
 ================================================*/
.btn {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  outline: none;
  border: none;
  background: none;
}
.btn:hover {
  top: 3px;
}
.btn a {
  display: inline-block;
}

.btn-send {
  width: 30%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .btn-send {
    width: 50%;
  }
}

.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: 10000;
  -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;
  right: -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);
}

/*================================================
 *  特商ページデザイン
 ================================================*/
.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 {
  padding: 2px 0 2px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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 a {
  display: block;
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text .footer_fixed_link .footer_line_pc {
  margin-left: 2%;
}
.footer_fixed .footer_fixed_flex .footer_fixed_flex_text .footer_fixed_link .footer_line_pc a {
  display: block;
}

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

/*================================================
 *  ヘッダー
 ================================================*/
.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;
    background-color: #ec5a78;
    text-align: center;
  }
}
@media (min-width: 1300px) {
  .Area_main .sale_point {
    font-size: 28px;
  }
}
.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 {
    width: 70%;
  }
}
.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: 3% 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: 75%;
  }
}
.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: -370%;
  right: -75%;
  z-index: -1;
}
@media (max-width: 767px) {
  .Area_info .info_t .info_t2 {
    width: 75%;
    right: -26%;
    top: -338%;
  }
}
.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;
}

/*================================================
 *  service
 ================================================*/
.Area_service {
  margin: 0 auto;
  padding: 2% 2% 2% 2%;
}
@media (max-width: 767px) {
  .Area_service {
    padding: 5% 2% 7% 2%;
  }
}
.Area_service .service_t {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .Area_service .service_t {
    margin: 2% auto 0;
    width: 70%;
  }
}
.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: 14px;
  }
}
.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: 7% 2%;
  }
}
.Area_price .price_t {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .Area_price .price_t {
    width: 70%;
  }
}
.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 .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 .swiper-button-prev::after {
  border-bottom: 20px solid transparent;
  border-right: 30px solid #1da891;
  border-top: 20px solid transparent;
}
.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: 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 .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 h2 {
  color: #1da891;
  text-align: left;
}
.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% 8% 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 h2 {
  text-align: center;
  color: #1da891;
  font-size: 1.4em;
  margin-bottom: 2%;
}
@media (max-width: 767px) {
  .Area_sindan .sindan_box .sindan_box_text h2 {
    font-size: 1em;
  }
}
.Area_sindan .sindan_bk {
  position: absolute;
  width: 35%;
  z-index: 2;
  right: 7%;
  top: -6%;
}
@media (max-width: 767px) {
  .Area_sindan .sindan_bk {
    width: 50%;
    right: 0;
    top: -8%;
  }
}

/*================================================
 *  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: 7% 2%;
    background-size: 12px 12px;
  }
}
.Area_reason .reason_t {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .Area_reason .reason_t {
    width: 70%;
  }
}
.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_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: 7% 2%;
  }
}
.Area_costdown .costdown_t {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .Area_costdown .costdown_t {
    width: 70%;
  }
}
.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%;
    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 h2 {
  color: #fcee21;
  text-align: left;
  font-size: 1em;
}
.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: 5% 2%;
  }
}
.Area_customer .customer_t {
  width: 70%;
  margin: 0 auto;
}
.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: 5% 2%;
  }
}
.Area_qa .qa_t {
  width: 50%;
  margin: 0 0 2% 10%;
}
@media (max-width: 767px) {
  .Area_qa .qa_t {
    width: 70%;
    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%;
  font-size: 0.8em;
  -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%;
  }
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 0.5em;
  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;
}
.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: 2px 25px 2px 30px;
  }
}
.qa-list dl dt::before {
  position: absolute;
  top: 8%;
  left: 1%;
  display: block;
  content: "Ｑ.";
  color: #fcee21;
}
.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: 5px 2px 5px 20px;
  }
}
.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;
  }
}
.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: 7% 2%;
  }
}
.Area_flow .flow_t {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_flow .flow_t {
    width: 70%;
  }
}
.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: 1300px) {
  .Area_flow .flow_flex .flow_flexbox .flow_flexbox_text h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .Area_flow .flow_flex .flow_flexbox .flow_flexbox_text h3 {
    width: 100%;
  }
}
.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: 7% 2%;
    background-size: 12px 12px;
  }
}
.Area_area .area_t {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_area .area_t {
    width: 70%;
  }
}
.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: 7% 2%;
  }
}
.Area_company .company_t {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_company .company_t {
    width: 70%;
  }
}
.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%;
}/*# sourceMappingURL=style.css.map */