@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho&display=swap");
/*================================================
 *  CSSリセット
 ================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
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;
}

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

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

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

#contents {
  margin: 0 auto;
}

header {
  margin: 0 auto;
}

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

a:hover {
  opacity: 0.7;
}

p {
  font-size: 0.7em;
  margin: 0 0 1em 0;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

img {
  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: 0.7em;
  line-height: 1.4;
  text-align: center;
  background: #000000;
  margin: 0 0;
}

@media (max-width: 767px) {
  h1 {
    font-size: 16px;
  }
}

/*================================================
 *  inner
 ================================================*/
.inner {
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
  position: relative;
  z-index: 1;
}

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

.inner1400 {
  margin: 0 auto;
  max-width: 1400px;
  height: 100%;
  position: relative;
}

@media (min-width: 1921px) {
  .inner1400 {
    max-width: 3200px;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .inner1400 {
    max-width: 600px;
  }
}

/*================================================
 *  Header
 ================================================*/
header {
  height: 60px;
  width: 100%;
  padding: 0px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*▽▽ヘッダーリストのアンダーバー▽▽*/
  /*△△ヘッダーリストのアンダーバー△△*/
}

@media (max-width: 767px) {
  header {
    padding: 0;
    height: auto;
  }
}

header .logo {
  width: 30%;
  height: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo img {
  width: 100%;
}

@media (max-width: 767px) {
  header .logo {
    width: 100%;
    margin: 0 auto;
    max-width: 220px;
    padding: 2px 0 2px 0;
  }
}

header nav {
  width: 70%;
}

@media (max-width: 767px) {
  header nav {
    width: 100%;
  }
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}

header ul a {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 60px;
  padding: 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  header ul a {
    padding: 0 2px;
    font-size: 14px;
    line-height: 24px;
  }
}

header li ::after {
  position: absolute;
  /*親要素であるaタグを基準に位置を指定*/
  bottom: 10px;
  /*アンダーバーが位置する、各リストの下端からの高さ*/
  left: 0;
  /*アンダーバーを各リストの左端に指定*/
  content: "";
  /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーバーなので何も記載しない*/
  width: 100%;
  /*アンダーバーの幅は各リストの幅*/
  height: 2px;
  /*アンダーバーの高さ（太さ）*/
  background: #b33e5c;
  /*アンダーバーの色*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*アンダーバーの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /*変形（アンダーバーの伸長）の原点を、liの真ん中指定*/
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  /*変形の時間*/
}

@media (max-width: 767px) {
  header li ::after {
    bottom: 2px;
  }
}

header li :hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

/*================================================
 *  TOPビュー
 ================================================*/
.Area_main {
  margin: 0 auto;
  height: 80%;
  background: url(../images/top_bk.jpg) no-repeat;
  background-color: #eaeff0;
  background-size: cover;
  background-position: center top;
}

@media (max-width: 767px) {
  .Area_main {
    height: 90vw;
  }
}

.Area_main img {
  width: 100%;
}

@media (max-width: 767px) {
  .Area_main img {
    width: 100%;
  }
}

.Area_main .top_flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.Area_main .top1 {
  font-size: 2.4vw;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0;
  width: 100%;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

@media (max-width: 767px) {
  .Area_main .top1 {
    font-size: 20px;
    padding: 30% 2% 0 2%;
    width: 80%;
    top: 2%;
    left: 0%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.color-black {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

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

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

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

.delay-time10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/*================================================
 *  News
 ================================================*/
.Area_news {
  margin: 0 auto;
  background-color: #333333;
  padding: 2% 0 2% 0;
  color: #fff;
  font-size: 0.7em;
}

@media (max-width: 767px) {
  .Area_news {
    padding: 2% 0 2% 0;
  }
}

.Area_news img {
  width: 100%;
}

.Area_news .news1 {
  width: 100%;
  padding: 0 2% 0 2%;
}

.Area_news .news1 h1 {
  width: 20%;
  font-size: 0.8em;
  line-height: 2em;
  background-color: #fff;
  color: #333333;
  margin: 0 0 1% 0;
}

@media (max-width: 767px) {
  .Area_news .news1 h1 {
    font-size: 14px;
    line-height: 16px;
  }
}

.Area_news .news1 hr {
  height: 2px;
  background-color: #fff;
  border: none;
}

.Area_news .news1 p {
  line-height: 1.6em;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .Area_news .news1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    z-index: 3;
  }
}

/*================================================
 *  About
 ================================================*/
.Area_about {
  margin: 0 auto;
  padding: 0 2% 5% 2%;
}

.Area_about img {
  width: 100%;
}

.title {
  width: 30%;
  padding: 5% 0 5% 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .title {
    width: 50%;
  }
}

.about_flex {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .about_flex {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.about_flex .about1 {
  width: 50%;
}

@media (max-width: 767px) {
  .about_flex .about1 {
    width: 100%;
  }
}

.about_flex .about2 {
  width: 40%;
  margin-left: auto;
  background: url(../images/about01.jpg);
  background-position: 30% bottom;
  background-size: cover;
  position: relative;
}

@media (max-width: 767px) {
  .about_flex .about2 {
    width: 100%;
    height: 50vw;
    margin: 0 0 5% 0;
  }
}

.about_flex .about2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #333333;
  width: 100%;
  height: 100%;
  top: 5%;
  left: 5%;
}

@media (max-width: 767px) {
  .about_flex .about2::after {
    top: 12px;
    left: 12px;
  }
}

.Area_case {
  margin: 0 auto;
  background-color: #e6e6e6;
  padding: 0 2% 5% 2%;
}

.Area_case .case_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .Area_case .case_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.Area_case .case_flex .flexbox1 {
  background-color: #fff;
  width: 30%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (max-width: 767px) {
  .Area_case .case_flex .flexbox1 {
    width: 100%;
    margin: 0 auto 3%;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}

.Area_case .case_flex .flexbox1 h1 {
  width: 20%;
  background-color: #333333;
}

@media (max-width: 767px) {
  .Area_case .case_flex .flexbox1 h1 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 5%;
  }
}

.Area_case .case_flex .flexbox1 p {
  padding: 2%;
}

@media (max-width: 767px) {
  .Area_case .case_flex .flexbox1 p {
    width: 65%;
  }
}

.case1 {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .case1 {
    width: 30%;
  }
}

.case1::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.case1 img {
  width: 100%;
  height: 10vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .case1 img {
    width: 100%;
    height: 180px;
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
  }
}

/*================================================
 *  Result
 ================================================*/
.Area_result_before {
  width: 100%;
  height: 20vw;
  background: url(../images/result_bk.jpg);
  background-size: cover;
  background-position: center 60%;
}

@media (max-width: 767px) {
  .Area_result_before {
    height: 40vw;
  }
}

.Area_result {
  margin: 0 auto;
  padding: 0 2% 2% 2%;
}

.result_flex {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .result_flex {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.result_flex .result1 {
  width: 50%;
}

@media (max-width: 767px) {
  .result_flex .result1 {
    width: 100%;
  }
}

.result_flex .result2 {
  width: 40%;
  margin-left: auto;
  background: url(../images/result01.jpg);
  background-position: 30% bottom;
  background-size: cover;
  position: relative;
}

@media (max-width: 767px) {
  .result_flex .result2 {
    width: 100%;
    height: 50vw;
    margin: 0 0 5% 0;
  }
}

.result_flex .result2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #333333;
  width: 100%;
  height: 100%;
  top: 5%;
  left: 5%;
}

@media (max-width: 767px) {
  .result_flex .result2::after {
    top: 12px;
    left: 12px;
  }
}

/*================================================
 *  Plan
 ================================================*/
.Area_plan_img {
  margin: 0 auto;
  background-color: #333333;
  padding: 2% 0 2% 0;
}

.Area_plan_img img {
  width: 100%;
}

.Area_plan_img .plan1 {
  margin: 0 auto;
  width: 40%;
}

.Area_plan {
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: #e6e6e6;
}

.Area_plan img {
  width: 100%;
}

.Area_plan .plan_flex {
  width: 100%;
  padding: 0 2% 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .Area_plan .plan_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.Area_plan .plan_flex .plan_box_all {
  width: 30%;
  margin: 5% auto;
  position: relative;
}

@media (max-width: 767px) {
  .Area_plan .plan_flex .plan_box_all {
    width: 100%;
  }
}

.Area_plan .plan_flex .plan_box_all .no01 {
  position: absolute;
  width: 22%;
  top: -15%;
  left: 2%;
  z-index: 4;
}

.plan_box {
  font-size: 1em;
  position: relative;
  width: 100%;
  height: 90%;
  background-color: #fff;
  border: solid 2px #333333;
}

@media (max-width: 767px) {
  .plan_box {
    font-size: 24px;
  }
}

.plan_box .plan1 {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .plan_box .plan1 {
    width: 100%;
  }
}

.plan_box .plan1::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.plan_box .plan1 img {
  width: 100%;
  height: 10vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .plan_box .plan1 img {
    width: 100%;
    height: 180px;
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
  }
}

.plan_box h1 {
  background-color: #333333;
}

.plan_box h2 {
  text-align: center;
  color: #fff;
  background-color: #808080;
  font-size: 0.7em;
}

.plan_box ul {
  font-size: 0.7em;
  padding: 2%;
  padding-left: 10%;
  list-style: square;
}

.plan_box .plan_af {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none;
  z-index: 30;
}

.plan_box .plan_af img {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

table {
  font-size: 0.7em;
  border-spacing: 10px;
  border-collapse: separate;
}

table tr {
  width: 30%;
}

table td {
  width: 70%;
}

.plan_bt {
  width: 100%;
  padding: 5% 0 0 0;
}

.plan_bt a {
  font-size: 0.8em;
}

@media (max-width: 767px) {
  .plan_bt a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .plan_bt {
    width: 85%;
  }
}

/*================================================
 *  フォーム
 ================================================

.Area_form {
    background: url(../images/bk08.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: $color-bk1-main;
    padding: 8% 0 2% 0;
    // overflow: hidden;
    & h1 {
        background: $color-bk1;
        font-family: $main-font1;
        color: #fff;
        @include sp {
            font-size: 24px;
        }
    }
    // 背景透明化
    & .info_canvas {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
    & .container {
        overflow: hidden;
        border-radius: 1.2vw;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 0 auto 0;
        padding: 0 auto;
        width: 90%;
        text-align: center;
        clear: both;
        @include sp {
            width: 100%;
            font-size: 25px;
            border-radius: 0;
        }
        & .cp_iptxt {
            position: relative;
            width: 80%;
            margin: 5% auto;
            @include sp {
                width: 95%;
            }
        }
        // 入力部分
        & .cp_iptxt input[type="text"],
        .cp_iptxt input[type="tel"],
        .cp_iptxt input[type="email"],
        .form_select {
            -webkit-appearance: none;
            border-radius: 0;
            font: 1.6vw/2vw sans-serif;
            box-sizing: border-box;
            width: 100%;
            letter-spacing: 0.1vw;
            padding-left: 5em;
            @include sp {
                font: 16px/24px sans-serif;
            }
        }
        & .form_select {
            -webkit-appearance: none;
            cursor: pointer;
            margin: 0 0 0 30%;
            width: 70%;
            padding: 10em;
        }
        // 入力中
        .cp_iptxt input[type="text"]:focus,
        .cp_iptxt input[type="tel"]:focus,
        .cp_iptxt input[type="email"]:focus,
        .form_select {
            outline: none;
            color: $color-bk1-main;
        }
        & .ef {
            position: relative;
            z-index: 20;
            padding: 7px 15px;
            border: 0;
            border-bottom: 0.1vw solid $main-color4;
            background: transparent;
        }
        & .ef ~ .focus_bg {
            position: absolute;
            z-index: 15;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            transition: 0.4s;
            background-color: transparent;
        }
        // フォーカス中
        .ef:focus {
            border-bottom: 0.5vw solid $color-bk1;
            color: $main-font1;
        }
        // 入力中流れる背景
        .ef:focus ~ .focus_bg,
        .cp_iptxt.ef ~ .focus_bg {
            width: 100%;
            transition: 0.4s;
            background-color: $color-bk2;
        }
        // 項目
        & .ef ~ label {
            position: absolute;
            z-index: 15;
            top: 10%;
            left: -10%;
            width: 25%;
            transition: 0.3s;
            letter-spacing: 0.1vw;
            color: #aaaaaa;
            z-index: 20;
            @include sp {
                font-size: 16px;
                top: 30%;
                width: 35%;
            }
        }
        // 押した時ラベル移動先
        & .ef:focus ~ label,
        .cp_iptxt.ef ~ label {
            font-size: 1.4vw;
            top: -2vw;
            left: -10%;
            transition: 0.3s;
            color: $color-bk1;
            @include sp {
                font-size: 14px;
                top: -20px;
                left: -10%;
            }
        }
    }
}

label {
    display: block;
    margin: 0 auto 0% !important;
    text-align: left !important;
    font-family: $main-font1;
    padding: 0 0 0 10%;
}

// ボタン
.btn-flat {
    font-family: $main-font1;
    margin: 0 auto 50px;
    display: block;
    width: 30%;
    padding: 2% 0;
    border-radius: 2vw;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, $color-bk1 0%, $color-bk1 50%, $color-bk2 50%, $color-bk2 100%);
    box-shadow: 0 3px 10px rgb(0, 0, 0 / 8%);
    transition: background-position ease 0.4s;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.4vw;
    outline: none;
    @include sp {
        width: 45%;
        font-size: 28px;
        border-radius: 20px;
        box-shadow: 0 3px 5px rgb(0, 0, 0 / 8%);
    }
    &:hover {
        background-position: 0 0;
        color: #fff;
    }
}

// 年齢チェック
.miseinen_check {
    font-family: $main-font1;
    @include sp {
        font-size: 16px;
    }
    & label {
        font-family: initial;
        padding: 0 0 0 20%;
    }
    // チェックボックスサイズ
    & input.big {
        transform: scale(1.8);
        @include sp {
            transform: scale(1);
        }
        @include k4 {
            transform: scale(4);
        }
    }
    & input[type="checkbox"] {
        position: relative;
        left: -2%;
    }
}
// 住所クリア
.btn-clear {
    margin: 0 auto;
    & input[type="button"] {
        background-color: $color-bk1;
        font-size: 1.6vw;
        font-family: $main-font1;
        color: #fff;
        padding: 0.2vw 0.5vw 0.2vw 0.5vw;
        @include sp {
            font-size: 12px;
        }
        cursor: pointer;
        &:hover {
            opacity: 0.7;
        }
    }
}
*/
/*================================================
 *  確認画面デザイン
 ================================================

.Area_confirmation {
    text-align: center;
    color: $color-bk1-main;
    background: url(../images/top_bk.png) no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: 1;
    padding: 2% 0 5% 0;
    font-size: 1.6vw;
    @include sp {
        font-size: 16px;
    }
    & .inner_confirmation {
        margin: 0 auto;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        @include sp {
            width: 95%;
        }
        & .confirmation_box {
            padding: 3% 15% 5% 15%;
            color: $color-bk1-main;
            margin: 0 auto;
            width: 100%;
            @include sp {
                padding: 0 5% 1% 5%;
            }
            h1 {
                font-size: 1.4em;
                margin: 0 auto;
                background-color: $color-bk1;
                padding: 1% 0 1% 0;
                @include sp {
                    font-size: 22px;
                }
            }
            & h2 {
                text-align: left;
                font-size: 1em;
                margin: 20px auto;
                padding: 2% 0 1% 0;
                border-bottom: solid 0.3vw $color-bk1;
            }
            & .field_conf {
                color: $color-bk1;
            }
            & .disp-value {
                color: $main-color4;
                border-bottom: dashed 0.3vw $color-bk1;
                text-align: left;
                color: $main-color4;
                line-height: 1.8em;
            }
        }
    }
}





.btn_flex {
    display: flex;
    justify-content: center;
    margin: 3vw auto 0;
}

.btn_herf {
    padding: 0.5vw 0 0.5vw 0;
}
.btn_syusei {
    background-image: linear-gradient(to right, $color-bk2 0%, $color-bk2 50%, $color-bk1 50%, $color-bk1 100%);
}
*/
/*================================================
 *  フッター
 ================================================*/
footer {
  clear: both;
  padding: 2% 0 0.8%;
  margin: 0 0 0;
  font-size: 1.2vw;
  color: #ffffff;
  text-align: center;
  background: #333333;
}

@media (max-width: 767px) {
  footer {
    font-size: 8px;
    padding: 0 0 50px 0;
  }
}

footer p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer a {
  color: #ffffff;
  font-size: 12px;
}

footer .copy {
  font-size: 0.8vw;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  footer .copy {
    font-size: 8px;
  }
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.top_up {
  width: 10%;
  position: fixed;
  bottom: 1%;
  right: 2%;
  z-index: 999;
}

.top_up img {
  width: 100%;
}

@media (min-width: 768px) {
  .top_up {
    width: 4%;
    bottom: 2%;
    right: 2%;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .top_up {
    width: 10%;
    bottom: 2%;
  }
}

.top_up a {
  display: block;
  text-decoration: none;
}

.top_up :hover {
  opacity: 0.4;
}

.form_to {
  width: 15%;
  position: fixed;
  bottom: 0%;
  z-index: 999;
}

.form_to img {
  width: 100%;
}

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

@media (orientation: landscape) and (max-width: 767px) {
  .form_to {
    display: block;
  }
}

.form_to a {
  display: block;
  text-decoration: none;
}

@media (max-width: 767px) {
  .form_to a {
    display: none;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .form_to a {
    display: block;
  }
}

.form_to a :hover {
  opacity: 0.4;
}

.form_to_sp {
  width: 70%;
  position: fixed;
  bottom: 0%;
  z-index: 999;
}

@media (orientation: landscape) and (max-width: 767px) {
  .form_to_sp {
    display: none;
  }
}

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

.form_to_sp img {
  width: 100%;
}

.form_to_sp a {
  display: block;
  text-decoration: none;
}

@media (orientation: landscape) and (max-width: 767px) {
  .form_to_sp a {
    display: none;
  }
}

@media (min-width: 768px) {
  .form_to_sp a {
    display: none;
  }
}

.form_to_sp :hover {
  opacity: 0.4;
}

/*================================================
 *  銀振ページ
 ================================================*/
.Area_ginfuri {
  width: 100%;
  margin: 0 auto 5%;
  background: url(../images/top_bk.png) no-repeat;
  background-size: contain;
}

.Area_ginfuri .ginfuri_box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #534741;
}

.Area_ginfuri .ginfuri_box h1 {
  background-color: #333333;
  color: #fff;
}

.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
}

/*================================================
 *  アニメーション
 ================================================*/
/*========= particle js を描画するエリア設定 ===============*/
#particles-js3 {
  z-index: -1;
  /*描画を一番下に*/
  width: 100%;
}

#wrapper3 {
  position: relative;
  /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;
  /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}

/*================================================
 *  背景方眼紙
 ================================================*/
.bg_pattern {
  z-index: -1;
}

.Paper_v2 {
  background: url(../images/pt02.png) repeat;
  background-size: 10%;
}

@media (max-width: 767px) {
  .Paper_v2 {
    background-size: 20%;
  }
}

/*================================================
 *  新フォーム
 ================================================*/
.Area_form {
  margin: 0 auto;
  padding: 2% 0 0 0;
}

.Form {
  margin: 0 auto;
  padding: 0 2% 5% 2%;
  font-size: 0.8em;
}

.Form h1 {
  background: #333333;
  font-family: "BIZ UDMincho", serif;
  color: #fff;
  font-size: 1.2em;
  border: solid 1px #fff;
}

@media (max-width: 767px) {
  .Form h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .Form-Flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.Form-Input {
  width: 70%;
}

@media (max-width: 767px) {
  .Form-Input {
    width: 100%;
  }
}

.chice_plan {
  width: 30%;
}

@media (max-width: 767px) {
  .chice_plan {
    width: 100%;
  }
}

.chice_plan .chice_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (max-width: 767px) {
  .chice_plan .chice_flex {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}

.chice_plan .chice1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .chice_plan .chice1 {
    width: 30%;
  }
}

.chice_plan .chice2 {
  width: 100%;
}

@media (max-width: 767px) {
  .chice_plan .chice2 {
    width: 70%;
  }
}

.chice_plan .chice_img {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.chice_plan .chice_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.chice_plan .chice_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0%;
  top: 0%;
  z-index: 3;
}

.chice_plan h2 {
  margin: 2% auto 0;
  width: 40%;
  font-size: 0.8em;
  background-color: #b33e5c;
  color: #fff;
  text-align: center;
  border-radius: 1em;
}

@media (max-width: 767px) {
  .chice_plan h2 {
    font-size: 16px;
    width: 60%;
    border-bottom: solid 5px #b33e5c;
  }
}

.chice_plan p {
  font-size: 0.8em;
  text-align: center;
  width: 25%;
  margin: 2% auto;
  color: #b33e5c;
  border-radius: 1.4vw;
}

@media (max-width: 767px) {
  .chice_plan p {
    font-size: 16px;
  }
}

.chice_plan #plan_view,
.chice_plan #price_view {
  background-color: rgba(255, 255, 255, 0);
  font-size: 1.2em;
  width: 100%;
}

@media (max-width: 767px) {
  .chice_plan #plan_view,
  .chice_plan #price_view {
    font-size: 16px;
  }
}

.chice_plan .err_msg {
  text-align: center;
  font-size: 1vw;
}

@media (max-width: 767px) {
  .chice_plan .err_msg {
    font-size: 18px;
  }
}

.Form-Item {
  color: #fff;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
}

@media (max-width: 767px) {
  .Form-Item {
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Form-Item-Label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  width: 20%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .Form-Item-Label {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 20%;
  display: inline-block;
  text-align: center;
  background: #b33e5c;
  color: #fff;
  font-size: 0.6vw;
}

@media (max-width: 767px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 10%;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-right: 2%;
  padding-left: 1em;
  padding-right: 1em;
  height: 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 5px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 16px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  margin: 2vw auto;
  border-radius: 2.2vw;
  padding: 1% 0 1% 0;
  width: 30%;
  display: block;
  letter-spacing: 0.05em;
  background: #b33e5c;
  color: #fff;
  font-weight: bold;
  font-size: 2.4vw;
  outline: none;
  border: none;
}

.Form-Btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.btn-clear {
  margin: 0 auto;
}

.btn-clear input[type="button"] {
  background-color: #b33e5c;
  font-size: 0.8vw;
  font-family: "BIZ UDMincho", serif;
  color: #fff;
  padding: 0.2vw 0.5vw 0.2vw 0.5vw;
  border: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn-clear input[type="button"] {
    font-size: 12px;
  }
}

.btn-clear input[type="button"]:hover {
  opacity: 0.7;
}

/*================================================
 *  確認画面デザイン
 ================================================*/
.Area_confirmation {
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  background-color: #e6e6e6;
  z-index: 1;
  padding: 2% 0 5% 0;
}

@media (max-width: 767px) {
  .Area_confirmation {
    font-size: 16px;
    padding: 2% 0 30% 0;
  }
}

.confirmation_box {
  padding: 2% 5% 2% 5%;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .confirmation_box {
    padding: 0 2% 1% 2%;
  }
}

.confirmation_box h1 {
  font-size: 0.8em;
  margin: 0.6vw auto;
  background-color: #b33e5c;
  padding: 0.4vw 0 0.2vw 0;
}

.confirmation_box h2 {
  color: #333333;
  text-align: center;
  font-size: 0.8em;
  margin: 2vw auto;
  padding: 0.4vw 0 0.2vw 0;
  border-bottom: solid 0.3vw #b33e5c;
}

.Form-Item-Inputted {
  font-size: 0.8em;
  color: #333333;
}

.kiyaku-area {
  font-size: 0.6em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #534741;
  text-align: left;
  height: 15vw;
  overflow-y: scroll;
  background-color: #ffffff;
  padding: 0.1vw;
}

@media (max-width: 767px) {
  .kiyaku-area {
    height: 200px;
  }
}

/* 承諾チェック */
.kiyaku-checkbox {
  text-align: left;
  margin: 2% 0 0 0;
  width: 100%;
  color: #333333;
  border-bottom: 1px solid #ddd;
}

.kiyaku-checkbox label {
  font-size: 0.8em;
  color: #333333;
  padding: 0 0 0 5%;
}

.kiyaku-checkbox > label {
  display: inline-block;
}

.err-msg,
.err-msg2 {
  display: none;
  color: #fff;
  background-color: #b33e5c;
  border-radius: 1vw;
  padding: 2%;
  margin: 2% 2% 5% 2%;
}

/*================================================
 *  サンクスページデザイン
 ================================================*/
.Area_complete {
  text-align: center;
  color: #333333;
  background-color: #e6e6e6;
  z-index: 1;
  padding: 2% 0 5% 0;
}

@media (max-width: 767px) {
  .Area_complete {
    background-size: 20%;
  }
}

.Area_complete .inner_complete {
  display: inline-block;
  margin: 0 auto;
  width: 65%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

@media (max-width: 767px) {
  .Area_complete .inner_complete {
    width: 95%;
  }
}

.Area_complete .inner_complete h1 {
  background: #333333;
  color: #ffffff;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .Area_complete .inner_complete h1 {
    font-size: 20px;
  }
}

.Area_complete .inner_complete h2 {
  background: #b33e5c;
  width: 70%;
  color: #534741;
  margin: 20px auto;
  font-size: 1.4em;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .Area_complete .inner_complete h2 {
    width: 85%;
    font-size: 20px;
    padding: 0 0 0 0;
  }
}

.Area_complete .inner_complete p {
  display: inline-block;
  text-align: left;
  padding: 10px 0 0 0;
  width: 70%;
}

@media (max-width: 767px) {
  .Area_complete .inner_complete p {
    width: 85%;
    font-size: 16px;
  }
}

/* 振込先 */
.box_bank {
  background-color: #333333;
  color: #ffffff;
  width: 50%;
  text-align: left;
  margin: 0 auto;
  padding: 1% 0 1% 10%;
  border-radius: 2vw;
}

@media (max-width: 767px) {
  .box_bank {
    width: 75%;
    font-size: 16px;
  }
}

.card {
  width: 40%;
}

@media (max-width: 767px) {
  .card {
    font-size: 22px;
  }
}

/*================================================
 *  特商デザイン
 ================================================*/
.tokusyo_bk {
  font-size: 0.8em;
  color: #333333;
  background-color: #e6e6e6;
  padding: 2% 0 2% 0;
  z-index: 1;
}

.tokusyo_bk img {
  width: 100%;
}

@media (max-width: 767px) {
  .tokusyo_bk {
    font-size: 16px;
    background-size: 20%;
  }
}

.hd_s {
  margin: 0 auto;
  width: 100%;
  height: 15vw;
  background: url(../images/top_bk.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.hd_s::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.tokusyo_inner {
  width: 60%;
  margin: 0 auto;
  padding: 0px 0 0px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .tokusyo_inner {
    width: 95%;
  }
}

.tokusyo_inner h1 {
  background: #333333;
  font-size: 0.8em;
  padding: 0.5% 0 0.5% 0;
}

@media (max-width: 767px) {
  .tokusyo_inner h1 {
    font-size: 20px;
  }
}

.tokusyo_inner dt {
  font-size: 0.6em;
  margin-bottom: 0.5em;
  color: #333333;
  border-bottom: 1px dotted #ddd;
  padding: 0 0 0 2%;
}

.tokusyo_inner dd {
  margin: 1em 1em 2em;
  font-size: 90%;
}

.tokusyo_inner p.short {
  margin: 0 1em 1em;
}

/*================================================
 *  ボタンデザイン
 ================================================*/
.button019 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.button019 a {
  width: 100%;
  background: #b33e5c;
  color: #fff;
  font-size: 24px;
  border-radius: 1.5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 8px 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

@media (max-width: 767px) {
  .button019 a {
    font-size: 16px;
  }
}

.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
  .button019 a:after {
    right: 1.5rem;
  }
}

.button019 a:hover {
  background: #333333;
  color: #fff;
}

.button019 a:hover:after {
  right: 1.4rem;
}

@media (max-width: 767px) {
  .button019 a:hover:after {
    right: 0.8rem;
  }
}

.button020 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 30%;
  background: #b33e5c;
  color: #fff;
  font-size: 24px;
  border-radius: 1.5em;
  position: relative;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 8px 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: none;
}

@media (max-width: 767px) {
  .button020 {
    width: 50%;
    font-size: 16px;
  }
}

.button020::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
  .button020::after {
    right: 1.5rem;
  }
}

.button020:hover {
  background: #333333;
  color: #fff;
}

.button020:hover::after {
  right: 1.4rem;
}

@media (max-width: 767px) {
  .button020:hover::after {
    right: 0.8rem;
  }
}

/* ボタン並び */
.btn_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2% 0 2% 0;
}

.btn-kakunin {
  width: 40%;
}

@media (max-width: 767px) {
  .btn-kakunin {
    width: 48%;
  }
}

/* 修正ボタン */
.syusei {
  color: #fff;
  background-color: #333333;
}

.syusei:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */