@charset "UTF-8";
/* CSS Document */
/*
* base
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow: hidden;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, 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, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  -webkit-appearance: none;
  border: none;
}

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

a:focus {
  outline: none;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*
-----------------------------
ベース部分
-----------------------------
*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only02 {
  display: none;
}

.sp-only03 {
  display: none;
}

.sp-only04 {
  display: none !important;
}

.m992 {
  display: none;
}

.m992-767 {
  display: none;
}

.fw-bold {
  font-weight: 700;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  position: relative;
  background: rgba(123, 89, 163, 0.05);
}

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

.inner02 {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}

.inner03 {
  margin: 0 auto;
  width: 95%;
}

img {
  max-width: 100%;
  height: auto;
}

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

.flt-box01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px;
}

.flt-box02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flt-box03 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

.flt-box04 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.flt-box05 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.item-center01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}

.item-center02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.flt-left01 {
  width: 48%;
}

.flt-right01 {
  width: 48%;
}

.flt-left02 {
  width: 60%;
}

.flt-right02 {
  width: 35%;
}

.flt-left03 {
  width: 70%;
}

.flt-right03 {
  width: 25%;
}

.flt-left04 {
  width: 35%;
}

.flt-right04 {
  width: 60%;
}

.flt-left05 {
  width: 25%;
}

.flt-right05 {
  width: 70%;
}

.flt-left06 {
  width: 55%;
}

.flt-right06 {
  width: 40%;
}

.flt-left07 {
  width: 40%;
}

.flt-right07 {
  width: 55%;
}

.flt-left08 {
  width: 48%;
}

.flt-right08 {
  width: 48%;
}

.flt-20 {
  width: 20%;
}

.flt-23 {
  width: 23%;
}

.flt-25 {
  width: 25%;
}

.flt-30 {
  width: 30%;
}

.flt-31 {
  width: 31%;
}

.flt-33 {
  width: 33%;
}

.flt-44 {
  width: 44%;
}

.w-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-center02 {
  text-align: center;
}

.flex-order01 .flt-left01 {
  order: 1;
}
.flex-order01 .flt-right01 {
  order: 2;
}

.flex-reverse {
  flex-direction: column-reverse;
}

button {
  border: none;
  cursor: pointer;
  background: none;
}
button:focus {
  outline: none;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_50 {
  margin-right: 50px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_50 {
  margin-left: 50px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_45 {
  padding-top: 45px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_25 {
  padding-right: 25px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_35 {
  padding-right: 35px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_45 {
  padding-right: 45px;
}

.pr_50 {
  padding-right: 50px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_35 {
  padding-left: 35px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_45 {
  padding-left: 45px;
}

.pl_50 {
  padding-left: 50px;
}

@media only screen and (max-width: 992px) {
  .pc-only02 {
    display: none !important;
  }
  .sp-only02 {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only04 {
    display: block !important;
  }
  .pc-only04 {
    display: none !important;
  }
  .m992 {
    display: none !important;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .flt-box01,
  .flt-box02,
  .flt-box03,
  .flt-box04,
  .flt-box05 {
    display: block;
    margin-bottom: 0;
  }
  .flt-left01,
  .flt-right01 {
    width: 100%;
  }
  .flt-right02,
  .flt-left02,
  .flt-right03,
  .flt-left03,
  .flt-right04,
  .flt-left04,
  .flt-right05,
  .flt-left05,
  .flt-left06,
  .flt-right06,
  .flt-left07,
  .flt-right07,
  .flt-left08,
  .flt-right08,
  .flt-23,
  .flt-25,
  .flt-30,
  .flt-31,
  .flt-33,
  .flt-44 {
    width: 100%;
  }
  .flt-left01,
  .flt-left02,
  .flt-left03,
  .flt-left04,
  .flt-left05,
  .flt-left06,
  .flt-right07,
  .flt-right08,
  .flt-23,
  .flt-25,
  .flt-30,
  .flt-31,
  .flt-33,
  .flt-44 {
    margin-bottom: 15px;
  }
  .flt-box01 {
    margin-bottom: 30px;
  }
  .text-center02 {
    text-align: left;
  }
  .hidden-xs {
    display: none;
  }
  .inner,
  .inner02 {
    width: 94%;
    margin: 0 auto;
  }
  .mt_5 {
    margin-top: 2.5px;
  }
  .mt_10 {
    margin-top: 5px;
  }
  .mt_15 {
    margin-top: 7.5px;
  }
  .mt_20 {
    margin-top: 10px;
  }
  .mt_25 {
    margin-top: 12.5px;
  }
  .mt_30 {
    margin-top: 15px;
  }
  .mt_35 {
    margin-top: 17.5px;
  }
  .mt_40 {
    margin-top: 20px;
  }
  .mt_45 {
    margin-top: 22.5px;
  }
  .mt_50 {
    margin-top: 25px;
  }
  .mt_60 {
    margin-top: 30px;
  }
  .mt_70 {
    margin-top: 35px;
  }
  .mt_80 {
    margin-top: 40px;
  }
  .mt_90 {
    margin-top: 45px;
  }
  .mt_100 {
    margin-top: 50px;
  }
  .mb_5 {
    margin-bottom: 2.5px;
  }
  .mb_10 {
    margin-bottom: 5px;
  }
  .mb_15 {
    margin-bottom: 7.5px;
  }
  .mb_20 {
    margin-bottom: 10px;
  }
  .mb_25 {
    margin-bottom: 12.5px;
  }
  .mb_30 {
    margin-bottom: 15px;
  }
  .mb_35 {
    margin-bottom: 17.5px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  .mb_45 {
    margin-bottom: 22.5px;
  }
  .mb_50 {
    margin-bottom: 25px;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .mb_70 {
    margin-bottom: 35px;
  }
  .mb_80 {
    margin-bottom: 40px;
  }
  .mb_90 {
    margin-bottom: 45px;
  }
  .mb_100 {
    margin-bottom: 50px;
  }
  .mr_5 {
    margin-right: 2.5px;
  }
  .mr_10 {
    margin-right: 5px;
  }
  .mr_15 {
    margin-right: 7.5px;
  }
  .mr_20 {
    margin-right: 10px;
  }
  .mr_25 {
    margin-right: 12.5px;
  }
  .mr_30 {
    margin-right: 15px;
  }
  .mr_35 {
    margin-right: 17.5px;
  }
  .mr_40 {
    margin-right: 20px;
  }
  .mr_45 {
    margin-right: 22.5px;
  }
  .mr_50 {
    margin-right: 25px;
  }
  .ml_5 {
    margin-left: 2.5px;
  }
  .ml_10 {
    margin-left: 5px;
  }
  .ml_15 {
    margin-left: 7.5px;
  }
  .ml_20 {
    margin-left: 10px;
  }
  .ml_25 {
    margin-left: 12.5px;
  }
  .ml_30 {
    margin-left: 15px;
  }
  .ml_35 {
    margin-left: 17.5px;
  }
  .ml_40 {
    margin-left: 20px;
  }
  .ml_45 {
    margin-left: 22.5px;
  }
  .ml_50 {
    margin-left: 25px;
  }
  .pt_5 {
    padding-top: 2.5px;
  }
  .pt_10 {
    padding-top: 5px;
  }
  .pt_15 {
    padding-top: 7.5px;
  }
  .pt_20 {
    padding-top: 10px;
  }
  .pt_25 {
    padding-top: 12.5px;
  }
  .pt_30 {
    padding-top: 15px;
  }
  .pt_35 {
    padding-top: 17.5px;
  }
  .pt_40 {
    padding-top: 20px;
  }
  .pt_45 {
    padding-top: 22.5px;
  }
  .pt_50 {
    padding-top: 25px;
  }
  .pt_60 {
    padding-top: 30px;
  }
  .pt_70 {
    padding-top: 35px;
  }
  .pt_80 {
    padding-top: 40px;
  }
  .pt_90 {
    padding-top: 45px;
  }
  .pt_100 {
    padding-top: 50px;
  }
  .pb_5 {
    padding-bottom: 2.5px;
  }
  .pb_10 {
    padding-bottom: 5px;
  }
  .pb_15 {
    padding-bottom: 7.5px;
  }
  .pb_20 {
    padding-bottom: 10px;
  }
  .pb_25 {
    padding-bottom: 12.5px;
  }
  .pb_30 {
    padding-bottom: 15px;
  }
  .pb_35 {
    padding-bottom: 17.5px;
  }
  .pb_40 {
    padding-bottom: 20px;
  }
  .pb_45 {
    padding-bottom: 22.5px;
  }
  .pb_50 {
    padding-bottom: 25px;
  }
  .pb_60 {
    padding-bottom: 30px;
  }
  .pb_70 {
    padding-bottom: 35px;
  }
  .pb_80 {
    padding-bottom: 40px;
  }
  .pb_90 {
    padding-bottom: 45px;
  }
  .pb_100 {
    padding-bottom: 50px;
  }
  .pr_5 {
    padding-right: 2.5px;
  }
  .pr_10 {
    padding-right: 5px;
  }
  .pr_15 {
    padding-right: 7.5px;
  }
  .pr_20 {
    padding-right: 10px;
  }
  .pr_25 {
    padding-right: 12.5px;
  }
  .pr_30 {
    padding-right: 15px;
  }
  .pr_35 {
    padding-right: 17.5px;
  }
  .pr_40 {
    padding-right: 20px;
  }
  .pr_45 {
    padding-right: 22.5px;
  }
  .pr_50 {
    padding-right: 25px;
  }
  .pl_5 {
    padding-left: 2.5px;
  }
  .pl_10 {
    padding-left: 5px;
  }
  .pl_15 {
    padding-left: 7.5px;
  }
  .pl_20 {
    padding-left: 10px;
  }
  .pl_25 {
    padding-left: 12.5px;
  }
  .pl_30 {
    padding-left: 15px;
  }
  .pl_35 {
    padding-left: 17.5px;
  }
  .pl_40 {
    padding-left: 20px;
  }
  .pl_45 {
    padding-left: 22.5px;
  }
  .pl_50 {
    padding-left: 25px;
  }
}
/*
-----------------------------
モジュール
-----------------------------
*/
/*
ボタン
*/
.btn01, #submit #confirm {
  display: inline-block;
  padding: 20px 40px;
  width: 280px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #7b59a3;
  background: #7b59a3;
  border-radius: 100px;
  color: #333333;
}
.btn01:hover, #submit #confirm:hover {
  background: #ffffff;
  color: #7b59a3;
}

.btn02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 60px;
  width: auto;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #afd147;
  color: #333333;
}
.btn02:hover {
  background: #afd147;
  color: #ffffff;
}
.btn02:hover span {
  color: #ffffff;
}
.btn02 span {
  font-size: 20px;
  color: #afd147;
  font-weight: 500;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn03 {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 55px;
  padding: 0 50px;
  border-radius: 100px;
  background: #ffffff;
  border: solid 1px #4bc8e7;
  font-weight: 700;
  color: #4bc8e7;
}
.btn03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #4bc8e7;
  transition: all 0.5s;
}
.btn03:hover {
  color: #ffffff;
}
.btn03:hover::before {
  transform: scaleX(1);
}

.btn04, #submit #back, #submit #send {
  display: inline-block;
  padding: 20px 40px;
  width: 280px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #7b59a3;
  background: #7b59a3;
  border-radius: 100px;
  color: #333333;
}
.btn04:hover, #submit #back:hover, #submit #send:hover {
  background: #ffffff;
  color: #333333;
}

.contact-btn {
  display: inline-block;
  padding: 20px 10px;
  width: 80%;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: #fc0808;
  box-shadow: 0px 5px 0px 0px #5d0011;
  color: #fff;
}
.contact-btn span {
  font-weight: 700;
}
.contact-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-wrap {
  margin-top: 50px;
}

.btn-wrap01 {
  margin-top: 60px;
  text-align: center;
}

.btn-wrap02 {
  margin-top: 30px;
  text-align: center;
}

.btn-wrap03 {
  margin-top: 20px;
  text-align: center;
}

.btn-wrap04 {
  margin-top: 50px;
  text-align: left;
}

/*
ボタンの色
*/
.btn-color01 {
  background: transparent;
  color: #fff;
  z-index: 1;
  border: solid 1px #fff;
}
@media only screen and (min-width: 993px) {
  .btn-color01:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #333;
    background: #fff;
  }
}

.btn-color02, #submit #confirm {
  background: #66dfed;
  color: #fff;
}
@media only screen and (min-width: 993px) {
  .btn-color02:hover, #submit #confirm:hover {
    opacity: 0.8;
  }
}

.btn-color03 {
  background: #0a9cc2;
  color: #fff;
}

.btn-color04 {
  background: transparent;
  color: #4bc8e7;
  z-index: 1;
  border: solid 1px #4bc8e7;
}
@media only screen and (min-width: 993px) {
  .btn-color04:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    background: #4bc8e7;
  }
}

/*
矢印
*/
.btn-arrow01 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow01:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #afd147;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow01:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 31px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow01:hover::before {
  right: 15px;
  background: #ffffff;
}
.btn-arrow01:hover::after {
  right: 26px;
  border-top: 2px solid #afd147;
  border-right: 2px solid #afd147;
}

.btn-arrow02 {
  position: relative;
}
.btn-arrow02:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 15px;
  width: 30px;
  height: 2px;
  background: #7b59a3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow02:hover:after {
  right: 0;
  background: #ffffff;
  width: 25px;
}

@keyframes arrow-fade01 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
@keyframes arrow-fade02 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
.arrow01 {
  position: relative;
}
.arrow01:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #7b59a3;
  border-right: 2px solid #7b59a3;
}

.arrow01-white {
  position: relative;
}
.arrow01-white:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.arrow02 {
  position: relative;
}
.arrow02:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #7b59a3;
  border-right: 2px solid #7b59a3;
}

.arrow03 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  width: 330px;
  max-width: 100%;
  padding: 20px 60px;
}
.arrow03:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow03:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 3px solid #7b59a3;
  border-right: 3px solid #7b59a3;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow04 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow04:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: 100;
  left: -1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow04:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: 2px solid #7b59a3;
  border-right: 2px solid #7b59a3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 200;
}
.arrow04:hover:before {
  left: 2%;
}
.arrow04:hover:after {
  left: 4.5%;
}

.arrow05 {
  position: relative;
  padding-left: 15px;
}
.arrow05:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.arrow06 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #7b59a3;
  color: #ffffff;
}
.arrow06:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  border-radius: 50%;
  background: #ffffff;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow06:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow06:hover:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  border-radius: 50%;
  background: #7b59a3;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow06:hover:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #7b59a3;
  border-right: 2px solid #7b59a3;
}

/*
センター揃え
*/
.center {
  text-align: center;
}

.m_center {
  margin: 0 auto;
}

/*
フォント
*/
.font01 {
  font-family: "Poppins", sans-serif;
}

.font02 {
  font-family: "M PLUS 1p", sans-serif;
}

.font-bold {
  font-weight: 700;
}

/*
見出し
*/
.heading01 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #634c3f;
  font-weight: 700;
  margin-bottom: 100px;
  letter-spacing: 5px;
  text-align: center;
  position: relative;
}

.heading-icon {
  position: relative;
}
.heading-icon::before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  content: "";
  background: url(../images/index/heading01-icon.png) no-repeat;
  background-size: contain;
  width: 272px;
  height: 240px;
}

.heading02 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #634c3f;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 3px;
  position: relative;
  padding-left: 70px;
  border-bottom: 2px solid #7b59a3;
}
.heading02::before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  content: "";
  background: url(../images/common/heading-icon01.png) no-repeat;
  left: 0;
  width: 50px;
  height: 45px;
  background-size: contain;
}

.heading03 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.heading03-deco {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.heading03-deco::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: #7b59a3;
  left: -30px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  top: 55%;
}

.heading03-wrap {
  background: #f1e8f2;
  padding: 20px 10px;
  border-radius: 10px;
}

.heading04 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.heading04 span {
  font-weight: bold;
}

.heading-deco01 {
  position: relative;
}
.heading-deco01::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #afd147;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.heading-deco02 {
  position: relative;
  padding-left: 20px;
}
.heading-deco02::before {
  content: "";
  display: block;
  width: 6px;
  height: 80%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  background: #afd147;
  left: 0;
}
.heading-deco02::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  bottom: -15px;
  left: 0;
}

/*
見出しの色
*/
.color-white {
  color: #ffffff;
}

.color-blue01 {
  color: #4bc8e7;
}

.color-blue02 {
  color: #66dfed;
}

.color-black {
  color: #333333;
}

.color-red01 {
  color: #fc0808;
}

.color-green {
  color: #afd147;
}

.color-purple01 {
  color: #7b59a3;
}

.color-orenge01 {
  color: #634c3f;
}

/*
背景色
*/
.bg-color01 {
  background: #ffe5ea;
}

/*
アイコン
*/
.icon {
  position: relative;
  display: inline-block;
}
.icon:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

/*
リンク
*/
.imghover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.imghover:hover {
  opacity: 0.8;
}

/*
ラベル
*/
.lable01 {
  background: #000;
  padding: 5px 15px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
}

/*
テキスト
*/
.text {
  margin-bottom: 10px;
}

.required,
.caution {
  color: #fc0808;
  font-weight: bold;
}

/*
角丸
*/
.cycle {
  border-radius: 10px;
  overflow: hidden;
}

.cycle-item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
.cycle-item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
}

/*
テーブル
*/
table {
  border: none;
  width: 100%;
  table-layout: fixed;
}

table th {
  width: 22%;
  padding: 40px 30px;
  background: none;
  color: #afd147;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

table td {
  width: 78%;
  border-bottom: solid 1px #ccc;
  padding: 40px 30px;
  background: #fff;
}

button {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .btn-arrow01:before {
    width: 22px;
    height: 22px;
    right: 15px;
  }
  .btn-arrow01:after {
    width: 5px;
    height: 5px;
    margin-top: -4px;
    right: 24px;
  }
  .btn-arrow01:hover::before {
    right: 10px;
  }
  .btn-arrow01:hover::after {
    right: 19px;
  }
}
.animate {
  opacity: 0;
  transition: opacity 1.2s, transform 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animate.scrollin {
  opacity: 1;
  transform: none !important;
}

.animate.slide-in-top {
  transform: translateY(50px);
}

.animate.slide-in-down {
  transform: translateY(-50px);
}

.animate.slide-in-left {
  transform: translateX(-50px);
}

.animate.slide-in-right {
  transform: translateX(50px);
}

.animate-effect {
  overflow: hidden;
  position: relative;
}

.animate-effect img {
  display: block;
  height: auto;
  width: 100%;
}

.effect01 img {
  animation: effect01 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes effect01 {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}
.effect02-top {
  animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-down {
  animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-left {
  animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-right {
  animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-top:before {
  animation: effect02-top-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes effect02-top-before {
  100% {
    transform: translateY(100%);
  }
}
.effect02-down:before {
  animation: effect02-down-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes effect02-down-before {
  100% {
    transform: translateY(-100%);
  }
}
.effect02-left:before {
  animation: effect02-left-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes effect02-left-before {
  100% {
    transform: translateX(100%);
  }
}
.effect02-right:before {
  animation: effect02-right-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes effect02-right-before {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes effect02-img {
  0% {
    opacity: 0;
  }
}
.animate-delay-2 {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
.animate-delay-2:before {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

.animate-delay-4 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
.animate-delay-4:before {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate-delay-6 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
.animate-delay-6:before {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.animate-delay-8 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
.animate-delay-8:before {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

.animate-delay-10 {
  transition-delay: 1s;
  animation-delay: 1s;
}
.animate-delay-10:before {
  transition-delay: 1s;
  animation-delay: 1s;
}

.animate-delay-12 {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}
.animate-delay-12:before {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

.animate-delay-14 {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}
.animate-delay-14:before {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

.animate-delay-16 {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}
.animate-delay-16:before {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}

.animate-delay-18 {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}
.animate-delay-18:before {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}

.animate-delay-20 {
  transition-delay: 2s;
  animation-delay: 2s;
}
.animate-delay-20:before {
  transition-delay: 2s;
  animation-delay: 2s;
}

.animate-delay-22 {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}
.animate-delay-22:before {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}

.animate-delay-24 {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}
.animate-delay-24:before {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}

.slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(100px);
}

.slide-up.scrollin {
  animation-name: anim-slide-up;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-up {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
.slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.slide-down.scrollin {
  animation-name: anim-slide-down;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform: translateY(-100px) rotate(360deg) !important;
}

@keyframes anim-slide-down {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(-100px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(100px);
}

.js-slide-up.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.js-slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.js-slide-down.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.slide-mask.scrollin {
  position: relative;
  visibility: visible;
  overflow: hidden;
}

.slide-mask.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #333;
  animation-name: anim-slide-mask;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.78, 0.07, 0, 1);
  animation-direction: normal;
}

.js-slide-mask02.scrollin {
  position: relative;
  overflow: hidden;
}

.js-slide-mask02.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #333;
  animation-name: anim-slide-mask02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.js-slide-mask02-inner {
  opacity: 0;
}

.js-slide-mask02-inner.scrollin {
  animation-name: anim-slide-mask02-inner;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-mask {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02 {
  0% {
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  50% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  51% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02-inner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.js-slide-scale.scrollin {
  animation-name: slide-scale;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-position: 20% bottom;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: right bottom;
  }
}
.js-slide-scale02.scrollin {
  animation-name: slide-scale02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale02 {
  0% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .js-slide-mask03.scrollin {
    position: relative;
    overflow: hidden;
  }
  .js-slide-mask03.scrollin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    z-index: 2;
    background: #000;
    animation-name: anim-slide-mask03;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .js-slide-mask03-inner {
    opacity: 0;
  }
  .js-slide-mask03-inner.scrollin {
    animation-name: anim-slide-mask03-inner;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  @keyframes anim-slide-mask03 {
    0% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    47.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    52.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes anim-slide-mask03-inner {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
}
.sp-nav {
  display: none;
}

.sp-menu {
  display: none;
}

.main-contents {
  padding: 70px 0 0;
  position: relative;
}

.section-contents {
  padding: 0 0 120px;
  position: relative;
}
.section-contents:last-of-type {
  padding-bottom: 70px;
}

.header {
  width: 100%;
  height: 120px;
  z-index: 200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0px 50px 0px 50px;
  height: 100%;
}
.header-inner-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 28%;
}
.header-inner-center {
  width: 40%;
}
.header-inner-right {
  width: 27%;
}

.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
}
.logo img {
  width: 100%;
  height: 100px;
}

.logo-text {
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.logo-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #7b59a3;
  line-height: 1.2;
}

.logo-keyword {
  line-height: 1;
}

.logo-title02 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 2px;
  display: block;
  margin-top: 5px;
}

.sub-nav-btn {
  position: relative;
  padding-bottom: 100px !important;
}
.sub-nav-btn a {
  padding: 0 !important;
}

.sub-nav-wrap {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  z-index: 1000;
}
.sub-nav-wrap .sub-nav {
  z-index: 100 !important;
  background: #ffffff;
  width: 220px;
  padding: 0 15px;
  border-radius: 10px;
  margin-top: 40px;
  border: solid 1px #f1e8f2;
  box-shadow: 0 2px 2px 0px #f2f2f2;
}
.sub-nav-wrap .sub-nav-item {
  border-bottom: dotted 1px #7b59a3;
  padding: 15px 5px !important;
  text-align: center;
}
.sub-nav-wrap .sub-nav-item a {
  display: block;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub-nav-wrap .sub-nav-item a:hover {
  color: #7b59a3;
}
.sub-nav-wrap .sub-nav-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 80px;
}

.nav-item {
  text-align: center;
  position: relative;
}
.nav-item > a {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 79px;
  position: relative;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-item > a::before {
  position: absolute;
  bottom: 10px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #7b59a3;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.nav-item > a:hover {
  color: #7b59a3;
}
.nav-item > a:hover::before {
  transform: scale(1, 1);
}
.nav-item > a.is-current {
  color: #7b59a3;
}
.nav-item > a.is-current::before {
  transform: scale(1, 1);
}

.header-contact-list-sp {
  display: none;
}

.header-contact-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-contact-list .header-contact-list-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-contact-list .header-contact-list-item a {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 10px;
  width: 220px;
  height: 100%;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-contact-list .header-contact-list-item a:hover {
  background: #634c3f;
}
.header-contact-list .header-contact-list-item a i {
  font-size: 1.4em;
  margin-right: 5px;
}
.header-contact-list .header-contact-list-item .contact-list-top a {
  background: #f9bf33;
}
.header-contact-list .header-contact-list-item .contact-list-top a:hover {
  background: #f7c656;
}
.header-contact-list .header-contact-list-item .contact-list-bottom {
  margin-top: 10px;
}
.header-contact-list .header-contact-list-item .contact-list-bottom a {
  background: #afd147;
}
.header-contact-list .header-contact-list-item .contact-list-bottom a:hover {
  background: #b8e238;
}
.header-contact-list .header-tel-list-item {
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
}
.header-contact-list .header-tel-list-item div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-contact-list .header-tel-list-item div span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #634c3f;
}
.header-contact-list .header-tel-list-item a {
  width: 100%;
  margin-top: 5px;
}
.header-contact-list .header-tel-list-item a span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333333;
}
.header-contact-list .header-tel-list-item i {
  color: #7b59a3;
  font-size: 1.5em;
  margin-right: 5px;
}

.main-img-wrap {
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
}

.main-img {
  background: url(../images/common/main_img.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 50px;
}

.main-img-text-block {
  left: 150px;
  top: 20%;
  position: absolute;
  text-align: center;
  z-index: 100;
}

.main-img-text-inner {
  position: relative;
}
.main-img-text-inner div {
  text-align: left;
}
.main-img-text-inner div span {
  font-size: 50px;
  font-size: 5rem;
  color: #ffffff;
  letter-spacing: 9px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  padding: 5px 10px;
  margin: 20px 0;
  display: table;
  background: #7b59a3;
}

#to-top {
  position: fixed;
  bottom: 2%;
  right: 0.5%;
  margin: 0 auto;
  z-index: 200;
  cursor: pointer;
  color: #fff;
  background-color: #7b59a3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  transition: opcity 0.3s, 0.3s;
  z-index: 100;
  opacity: 0;
}
#to-top span {
  font-size: 36px;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#to-top::before {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#to-top.scrolled {
  opacity: 1;
}

.float-menu-pc {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float-menu-pc .float-menu-item a {
  padding: 20px 20px;
  writing-mode: vertical-lr;
  color: #ffffff;
}
.float-menu-pc .float-menu-item01 {
  background: #f9bf33;
  border-radius: 30px 0 0 0;
}
.float-menu-pc .float-menu-item02 {
  background: #afd147;
  border-radius: 0 0 0 30px;
}
.float-menu-pc i {
  font-size: 1.4em;
  margin-bottom: 5px;
}

.float-menu-sp {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 10000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.float-menu-sp .float-menu-item a {
  padding: 20px 20px;
  writing-mode: vertical-lr;
  color: #ffffff;
}
.float-menu-sp .float-menu-item01 {
  background: #f9bf33;
  border-radius: 30px 0 0 0;
}
.float-menu-sp .float-menu-item02 {
  background: #afd147;
  border-radius: 0 0 0 30px;
}
.float-menu-sp i {
  font-size: 1.4em;
  margin-bottom: 5px;
}

.float-menu-pc.scrolled {
  opacity: 1;
}

.footer {
  background: #7b59a3;
  position: relative;
}

.footer-wrap {
  padding-top: 70px;
}

.footer-bg {
  background: #ffffff;
  border-radius: 20px;
}

.footer-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-block-bottom {
  margin-top: 30px;
}
.footer-block-bottom .footer-nav {
  border-top: solid 1px #ccc;
}
.footer-block-bottom .footer-nav .footer-nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 20px;
}
.footer-block-bottom .footer-nav .footer-nav-list .footer-nav-item a {
  padding-left: 20px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.footer-block-bottom .footer-nav .footer-nav-list .footer-nav-item a::before {
  position: absolute;
  content: "";
  width: 10px;
  background: #7b59a3;
  height: 10px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  border-radius: 100px;
  left: 0;
}
.footer-block-bottom .footer-nav .footer-sub-nav .footer-sub-nav-item a {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
}
.footer-block-bottom .footer-nav .footer-sub-nav .footer-sub-nav-item a::before {
  display: none;
}

.footer-block-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-block-top .footer-address-block {
  width: 48%;
}
.footer-block-top .footer-address-block .footer-logo-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer-block-top .footer-address-block .footer-logo-wrap .footer-logo-title {
  margin-left: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #7b59a3;
}
.footer-block-top .footer-address-block .footer-address {
  font-weight: 700;
  color: #634c3f;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 20px;
}
.footer-block-top .footer-address-block .footer-tel {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 20px;
  color: #634c3f;
}
.footer-block-top .footer-address-block .footer-tel span {
  color: #7b59a3;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  display: block;
}
.footer-block-top .footer-contact-block {
  width: 48%;
}

.footer-schedule-pc {
  display: block;
}

.footer-schedule-sp {
  display: none;
}

.footer-schedule {
  border: none;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  width: 100%;
}
.footer-schedule .schedule-top td {
  background: #7b59a3;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 10px;
}
.footer-schedule .schedule-top td:first-child {
  width: 130px;
  border-radius: 10px 0 0 10px;
}
.footer-schedule .schedule-top td:last-child {
  border-radius: 0 10px 10px 0;
}
.footer-schedule td {
  text-align: center;
  color: #333333;
  background: none;
  padding: 10px 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #7b59a3;
  font-weight: 700;
  border-bottom: none;
}
.footer-schedule td span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #634c3f;
  letter-spacing: 0px;
  line-height: 1;
}
.footer-schedule th {
  border-right: none;
  background: #eee;
}

.footer-schedule td.kigou i {
  color: #7b59a3;
  font-size: 15px;
}

.footer-schedule td.kigou02 {
  color: #634c3f;
}

.footer-contact-list-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 30px;
}
.footer-contact-list-item a {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 10px;
  width: 100%;
  height: 55px;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-contact-list-item a:hover {
  background: #7b59a3;
}
.footer-contact-list-item a i {
  font-size: 1.5em;
  margin-right: 5px;
}
.footer-contact-list-item .contact-list-top {
  width: 48%;
}
.footer-contact-list-item .contact-list-top a {
  background: #f9bf33;
}
.footer-contact-list-item .contact-list-top a:hover {
  background: #f7c656;
}
.footer-contact-list-item .contact-list-bottom {
  width: 48%;
}
.footer-contact-list-item .contact-list-bottom a {
  background: #afd147;
}
.footer-contact-list-item .contact-list-bottom a:hover {
  background: #b8e238;
}

.footer-map .map-pin {
  margin-top: 5px;
}
.footer-map .map-pin a {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-map .map-pin a:hover {
  opacity: 0.8;
}
.footer-map .map-pin i {
  color: #7b59a3;
  font-size: 20px;
  margin-right: 5px;
}

.footer-link-wrap {
  margin-top: 30px;
  text-align: center;
}
.footer-link-wrap .footer-link-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  background: #f1e8f2;
  margin-bottom: 20px;
  color: #7b59a3;
  padding: 10px 10px;
  border-radius: 10px;
}

.copyright {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 30px 10px;
  color: #ffffff;
}

#autozip {
  display: none !important;
}

.sub-title-wrap {
  max-width: 100%;
  width: 95%;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 130px 0;
  position: relative;
  text-align: left;
  background: url(../images/common/sub-visual.jpg) no-repeat center bottom;
  background-size: cover;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
}

.sub-title-inner {
  max-width: 90%;
  width: 1200px;
  margin: 0 auto;
}

.sub-title div {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #634c3f;
  letter-spacing: 10px;
  display: inline-block;
  position: relative;
}

.bread-crumb {
  padding: 20px 0;
}

.bread-crumb-inner span {
  margin: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.bread-crumb-inner a {
  position: relative;
  color: #7b59a3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bread-crumb-inner a:hover {
  opacity: 0.8;
}

.bread-crumb-inner span a span {
  font-weight: bold;
  margin-right: 0;
}

.sub-concept {
  text-align: center;
}

.flex-text-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/*WPのシングルページ調整CSS*/
.single_btn {
  margin: 0 auto;
}

.topics-thumbnail {
  text-align: center;
  margin-bottom: 40px;
}

.news-single .news-cat {
  display: inline;
}

.news-single-thumbnail {
  margin-bottom: 10px;
}

.news-single-time {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

.news-single-inner {
  margin-top: 20px;
  margin-bottom: 30px;
}
.news-single-inner h2 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 15px 25px;
  background-color: #f4f4f4;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-single-inner h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 5px #4bc8e7;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
  letter-spacing: 2px;
}
.news-single-inner h4 {
  font-weight: bold;
  color: #4bc8e7;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.news-single-inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 2px;
}
.news-single-inner a {
  color: #4bc8e7;
}
.news-single-inner a:hover {
  text-decoration: underline;
}
.news-single-inner figure {
  margin-bottom: 30px;
}

.mokuji {
  padding: 30px;
  background: #f5f5f5;
}

.mokuji li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}

.mokuji li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}

.mokuji li a {
  color: #333;
}

.mokuji li:last-child {
  margin-bottom: 0;
}

.news-single-inner strong {
  font-weight: bold;
}

.news-single-inner b {
  font-weight: bold;
}

.news-single-inner em {
  font-style: italic;
}

.news-single-inner ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

.news-single-inner ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.news-single-inner img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.news-single-inner img.alignright {
  margin: 0 0 10px 10px;
  display: inline;
}

.news-single-inner img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}

.news-single-inner .aligncenter {
  text-align: center;
}

.news-single-inner .alignright {
  float: right;
}

.news-single-inner .alignleft {
  float: left;
}

.news-single-inner .news-single-inner a {
  color: #fc0808;
}

.news-single-inner .news-single-inner a:hover {
  text-decoration: underline;
}

.news-single-inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  clear: both;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  display: inline-block;
  text-align: left;
  margin: 3px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-link {
  margin-top: 80px;
}

.post-link ul {
  border-bottom: solid 1px #ccc;
}

.post-link li {
  padding-bottom: 10px;
  position: relative;
}

.post-link .prev {
  float: left;
}

.post-link .prev a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 20px;
}

.post-link .prev a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.post-link .prev a:hover {
  opacity: 0.8;
}

.post-link .next {
  float: right;
}

.post-link .next a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 20px;
}

.post-link .next a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.post-link .next a:hover {
  opacity: 0.8;
}

/*WP-PageNavi調整CSS*/
.wp-pagenavi {
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi span {
  text-decoration: none;
  background: #f2f2f2;
  padding: 10px 15px;
  float: left;
  border: none;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.current {
  border-color: #afd147;
  background: #afd147;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: blod;
}

.wp-pagenavi a {
  text-decoration: none;
  border: none;
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 2px;
  float: left;
  font-weight: bold;
}

.wp-pagenavi a:hover {
  border-color: #afd147;
  background: #afd147;
  color: #fff;
  font-weight: bold;
}

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/*form調整CSS*/
table input,
table textarea,
select {
  padding: 15px;
  box-sizing: border-box;
  background: #ececec;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table input:focus,
table textarea:focus,
select:focus,
input.wpcf7-validates-as-required:focus {
  border-radius: 0;
  border: none;
  outline: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.form,
.wpcf7-textarea {
  width: 100%;
}

#check {
  margin: 30px auto;
  text-align: center;
}
#check p a {
  color: #fc0808;
}
#check p a:hover {
  text-decoration: underline;
}

#privacy {
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  padding: 20px;
  background: #fff;
}
#privacy a {
  color: #07488d;
}
#privacy h3 {
  font-weight: bold;
  margin: 10px 0;
}
#privacy dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#privacy dd {
  margin-bottom: 20px;
}
#privacy .privacy-heading {
  font-weight: bold;
  margin-bottom: 10px;
}
#privacy .privacy-text {
  margin-bottom: 20px;
}
#privacy .privacy-company-profile {
  margin: 20px 0;
}

#privacyConsent {
  background: #f8f8f8;
  padding: 30px 10px;
  margin-top: 20px;
  text-align: center;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

#submit {
  width: 274px;
  margin: 20px auto;
  text-align: center;
}

#submit #confirm {
  text-align: center;
  border: none;
  width: 270px;
  color: #fff;
  background: #afd147;
  border: solid 2px #afd147;
  display: inline-block;
  position: relative;
}

#submit input {
  cursor: pointer;
}

#submit #send {
  text-align: center;
  width: 270px;
  background: #afd147;
  color: #fff;
  border: solid 2px #afd147;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}
#submit #send :hover {
  background: #ffffff !important;
  color: #afd147 !important;
}

#submit #back {
  background: #ccc;
  color: #fff;
  width: 270px;
  text-align: center;
  border: none;
}
#submit #back :hover {
  background: #ccc !important;
  color: #fff !important;
}

table input,
table textarea,
select,
input.wpcf7-validates-as-required {
  padding: 15px;
  box-sizing: border-box;
}

input[type=checkbox] {
  border: 1px #ccc solid;
  padding: 5px;
  border-radius: 10px;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 3px;
}

.form,
.wpcf7-textarea {
  width: 100%;
}

input[type=submit][disabled],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed !important;
  border: solid 2px #ccc !important;
}

input[type=checkbox] {
  padding: 10px;
}

#submit #confirm:hover {
  background: #fff;
  color: #333;
  border: solid 2px #afd147;
}

#submit #send:hover,
#submit #back:hover {
  opacity: 0.8;
}

.wpcf7c-conf {
  background-color: #fff;
  border: solid 1px #333 !important;
}

.wpcf7-not-valid {
  background: rgb(250, 204, 208);
}

span.wpcf7-list-item {
  margin-bottom: 10px;
}

span.wpcf7-list-item:first-child {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  margin-left: 10px;
}
.wpcf7-list-item-label:before {
  display: none;
}

.checkbox-item .wpcf7-list-item {
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.contact-table th {
  width: 28%;
  border-bottom: solid 1px #ccc;
  color: #000000;
  background: #ffffff;
  padding: 25px 30px;
}
.contact-table td {
  padding: 25px 30px;
}
.contact-table #zip {
  width: 25%;
}

.zip-icon {
  font-size: 20px;
  font-weight: bold;
}

.search-zip {
  margin-left: 10px;
}
.search-zip a {
  color: #fc0808;
}
.search-zip a:hover {
  text-decoration: underline;
}

.address-block {
  margin-bottom: 15px;
}

.address-block-fb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.address-block-item {
  width: 49%;
}

/*
必須項目<span class="contact-required">必須</span>
*/
.contact-required {
  padding: 2px 14px;
  display: inline-block;
  background: #fc0808;
  color: #fff;
  margin-left: 15px;
  border-radius: 4px;
}

/*
確認画面の調整
*/
.wpcf7c-elm-step2 {
  border: solid 1px #afd147;
  padding: 0.2em 1em;
  margin-bottom: 30px;
}

/*----------------------------------
ローディング画面
----------------------------------*/
/*----------------------------------
swiperの調整
----------------------------------*/
.swiper-container .result-box-wrap {
  margin: 0 auto;
}

.pinnet01 .slide-contents li {
  list-style: none;
  padding-left: 0;
}
.pinnet01 .slide-contents li::before {
  display: none;
}

.swiper-button-prev {
  background-color: #afd147;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev:after {
  display: block;
  content: "";
  position: absolute;
  top: 52%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.swiper-button-prev:hover {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.swiper-button-prev:focus {
  border: none;
}

.swiper-button-next {
  background-color: #afd147;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  line-height: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-next:after {
  display: block;
  content: "";
  position: absolute;
  top: 52%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.swiper-button-next:hover {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.swiper-button-next:focus {
  border: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
}

/*----------------------------------
contactform multi stepの調整
----------------------------------*/
.step-form-block {
  display: flex;
  margin-bottom: 30px;
}

.step-form-item {
  width: 31%;
  margin-right: 3.5%;
  position: relative;
  padding: 20px 10px;
  text-align: center;
  background: #ccc;
}

.step-form-item.current {
  background: #afd147;
  color: #fff;
}

.step-form-item.current:after {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #afd147 50.5%) no-repeat top left/100% 100%;
}

.step-form-item.current::before {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #afd147 50.5%) no-repeat bottom left/100% 100%;
}

.step-form-item:after {
  content: "";
  display: block;
  width: 20px;
  height: 50%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ccc 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  right: -20px;
  bottom: 0;
}

.step-form-item::before {
  content: "";
  display: block;
  width: 20px;
  height: 50%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #ccc 50.5%) no-repeat bottom left/100% 100%;
  position: absolute;
  right: -20px;
  top: 0;
}

.step-form-item:last-child {
  margin-right: 0;
}

.step-form-item:last-child:before {
  display: none;
}

.step-form-item:last-child:after {
  display: none;
}

.step-form-item-inner p {
  font-weight: bold;
  margin-bottom: 0;
}

.step-message p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.confirm-table {
  border-top: solid 1px #ccc;
}

.confirm-table th,
.confirm-table td {
  padding: 10px;
  font-size: 14px;
}

.confirm-table th {
  background: #f3fcde;
}

.previous-btn {
  margin-top: 20px;
  position: relative;
}

.previous-btn:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(225deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: 0.2s;
}

.previous-btn input {
  cursor: pointer;
  padding-left: 20px;
  transition: 0.2s;
}

.previous-btn input:hover {
  opacity: 0.8;
}

.top01-wrap {
  position: relative;
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
}
.top01-wrap .top01-left {
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  padding: 100px 60px;
  border-radius: 30px;
  position: relative;
}
.top01-wrap .top01-left::before {
  content: "";
  position: absolute;
  background: url(../images/index/top01-deco01.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  top: 10px;
  left: 0px;
}
.top01-wrap .top01-left::after {
  content: "";
  position: absolute;
  background: url(../images/index/top01-deco02.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  bottom: 20px;
  right: -20px;
}
.top01-wrap .top01-left p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.8;
  z-index: 100;
}
.top01-wrap .top01-left div {
  font-size: 20px;
  font-size: 2rem;
  color: #634c3f;
  margin-top: 30px;
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
}

.top-content01 {
  padding-bottom: 70px;
}

.top-content02 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../images/index/top02-bg.jpg) repeat;
  background-size: cover;
}

.top02-announce {
  border: solid 1px #7b59a3;
  border-radius: 30px;
  padding: 30px 40px;
  width: 70%;
  margin: 0 auto;
  background: #ffffff;
}
.top02-announce div {
  color: #fc0808;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.top02-announce p {
  font-size: 18px;
  font-size: 1.8rem;
}

.top02-wrap .top02-item {
  position: relative;
  background: #ffffff;
  border: solid 1px #7b59a3;
  padding: 50px 40px 30px 40px;
  border-radius: 30px;
}
.top02-wrap .top02-item::before {
  content: "";
  background: #ffffff;
  border: solid 1px #7b59a3;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: -40px;
}
.top02-wrap .top02-item .top02-title {
  color: #7b59a3;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.top02-wrap .top02-item01::after {
  content: "";
  background: url(../images/index/icon01.png) no-repeat;
  width: 43px;
  height: 50px;
  background-size: cover;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  left: 50.5%;
  top: -23px;
}
.top02-wrap .top02-item02::after {
  content: "";
  background: url(../images/index/icon02.png) no-repeat;
  width: 47px;
  height: 50px;
  background-size: cover;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  left: 50%;
  top: -25px;
}
.top02-wrap .top02-item03::after {
  content: "";
  background: url(../images/index/icon03.png) no-repeat;
  width: 36px;
  height: 50px;
  background-size: cover;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  left: 50%;
  top: -25px;
}
.top02-wrap .top02-item04::after {
  content: "";
  background: url(../images/index/icon04.png) no-repeat;
  width: 49px;
  height: 50px;
  background-size: cover;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  left: 50%;
  top: -25px;
}

.top-content03 {
  padding-top: 70px;
}

.content03-text {
  text-align: center;
  margin-bottom: 30px;
}

.content03-img-box img {
  border-radius: 20px;
}

.top04-wrap {
  background: #ffffff;
  padding: 100px 0;
  border-radius: 50px;
}

.schedule {
  border: none;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  width: 100%;
}
.schedule .schedule-top td {
  background: #7b59a3;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 20px 10px;
}
.schedule .schedule-top td:first-child {
  border-radius: 20px 0 0 20px;
  width: 350px;
}
.schedule .schedule-top td:last-child {
  border-radius: 0 20px 20px 0;
}
.schedule td {
  text-align: center;
  color: #333333;
  background: none;
  padding: 20px 10px;
  font-size: 30px;
  font-size: 3rem;
  color: #634c3f;
  font-weight: 600;
  border-bottom: none;
}
.schedule td span {
  display: block;
}
.schedule th {
  border-right: none;
  background: #eee;
}

.schedule td.kigou i {
  color: #7b59a3;
  font-size: 30px;
}

.schedule td.kigou02 i {
  color: #7b59a3;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  font-size: 40px;
}

.schedule-charge {
  color: #634c3f;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 20px;
}
.schedule-charge span {
  background: #fc0808;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3px;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.schedule-charge .schedule-charge01 {
  color: #4bc8e7;
  background: none;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
.schedule-charge .schedule-charge02 {
  color: #fc0808;
  background: none;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  font-size: 22px;
  font-size: 2.2rem;
}

.schedule-closed {
  color: #634c3f;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 20px;
}
.schedule-closed span {
  background: #7b59a3;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3px;
  padding: 5px 10px;
  border-radius: 10%;
  margin-right: 10px;
}

.schedule-charge {
  margin-top: 0;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.news-block {
  position: absolute;
  left: 150px;
  bottom: 5%;
  width: 100%;
  max-width: 760px;
}

.news-item {
  background: #ffffff;
  border: solid 1px #7b59a3;
  padding: 20px 30px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.news-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 80%;
}
.news-item time {
  width: 20%;
}
.news-item .news-text {
  width: 80%;
}
.news-item .news-button {
  width: 18%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.news-item .news-button a button {
  color: #7b59a3;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.news-item .news-button .arrow01 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-item .news-button .arrow01::after {
  right: -10px;
}
.news-item:hover {
  opacity: 0.8;
}

.news-item02 {
  border-bottom: solid 1px #7b59a3;
  padding: 20px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-item02 a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  width: 100%;
}
.news-item02 time {
  width: 20%;
}
.news-item02 .news-text {
  width: 80%;
}
.news-item02:hover {
  opacity: 0.8;
}

.sub-contents {
  margin-top: 100px;
}

.sub-section-content {
  padding: 0 0 120px;
}
.sub-section-content:last-of-type {
  padding: 0 0 80px;
}

.bg-white {
  background: #ffffff;
}

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.font20 {
  font-size: 20px;
  font-size: 2rem;
}

.font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.border-r10 img {
  border-radius: 10px;
}

.border-r20 img {
  border-radius: 20px;
}

.border-r30 img {
  border-radius: 30px;
}

.caution-img-box img {
  border-radius: 10px 10px 0 0;
}

.sub-link-btn {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 20%;
  margin: 0 20px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.circle {
  margin-bottom: 10px;
}
.circle li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
.circle li:before {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
  left: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  content: "";
  background: #7b59a3;
  top: 15px;
}

.underline {
  position: relative;
}
.underline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #7b59a3;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.greeting-name {
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.outline-wrap {
  background: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 0 0 10px 10px;
}
.outline-wrap .outline-title {
  background: #7b59a3;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 20px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}
.outline-wrap .career {
  color: #7b59a3;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.outline-table th {
  color: #634c3f;
  background: #ffffff;
  font-weight: 700;
  border-bottom: solid 1px #ededed;
}
.outline-table td {
  border-bottom: solid 1px #ededed;
}

.specialty-areas-wrap {
  padding: 20px 30px;
  margin: 40px 40px;
  border: solid 2px #7b59a3;
  border-radius: 10px;
}
.specialty-areas-wrap .specialty-areas-text {
  color: #7b59a3;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.section-service01 {
  padding-bottom: 60px;
}

.service-link-wrap {
  background: #f1e8f2;
  padding: 40px 0;
}

.service-content01 {
  padding: 50px 40px;
  border-radius: 10px;
  margin-top: 30px;
  background: rgba(239, 139, 117, 0.1);
}
.service-content01 .service-content-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #634c3f;
}

.service-content-item {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  justify-content: space-between !important;
}
.service-content-item li {
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
  font-size: 20px;
  font-size: 2rem;
}
.service-content-item li::before {
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  background: url(../images/common/check-red.png) no-repeat center center;
  width: 23px;
  height: 23px;
  background-size: contain;
  top: 16px;
}

.service-content-item03 {
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
.service-content-item03 li::before {
  background: url(../images/common/check-green.png) no-repeat center center;
  background-size: contain;
}

.service-content02 {
  background: #ffffff;
  padding: 40px 50px;
  margin-top: 30px;
  border-radius: 10px;
  border: solid 1px #fc0808;
}
.service-content02 .service-content02-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #fc0808;
  margin-bottom: 20px;
}
.service-content02 p {
  text-align: center;
}
.service-content02 .flt-box04 {
  width: 80%;
  margin: 0 auto;
}

.service-content03 {
  background: rgba(195, 230, 127, 0.1);
  border: solid 1px #afd147;
  padding: 40px 50px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 3px;
}
.service-content03 .service-content03-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.service-content03 .service-content03-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #afd147;
  left: 0;
  bottom: -1%;
}
.service-content03 p {
  line-height: 2;
  text-align: center;
  margin: 0 auto;
}

.inspection-items-wrap {
  border-radius: 20px;
  background: #ffffff;
}
.inspection-items-wrap .flt-left02 {
  padding: 40px 50px;
}
.inspection-items-wrap .flt-right02 img {
  border-radius: 0 18px 18px 0;
  width: 100%;
  height: 100%;
}
.inspection-items-wrap .inspection-items-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.inspection-items-wrap01 {
  border: solid 2px #f1e8f2;
  margin-bottom: 60px;
}

.inspection-items-title01 {
  color: #7b59a3;
}

.contact-box {
  background: #ffffff;
  border: solid 1px #f1e8f2;
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  border-radius: 10px;
  padding: 50px 20px;
}
.contact-box .contact-text {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #634c3f;
}
.contact-box .contact-tel a {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 5px;
  font-weight: 700;
}
.contact-box .contact-tel i {
  color: #7b59a3;
  font-size: 35px;
  font-size: 3.5rem;
  margin-right: 15px;
}

.caution-box {
  border: solid 1px #fc0808;
  background: rgba(239, 139, 117, 0.1);
  padding: 20px 20px;
  margin-top: 30px;
}
.caution-box p {
  color: #fc0808;
  font-weight: 700;
}

.confirm_area,
.thanks_area {
  display: none;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*胃・大腸　内視鏡検査*/
.aroow-box {
  border-radius: 20px;
  background: #ffffff;
  border: solid 2px #f1e8f2;
  margin-bottom: 60px;
  padding: 30px 30px;
  position: relative;
  align-items: center;
  margin-top: 60px;
}
.aroow-box .flt-left04 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  align-items: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #634c3f;
}
.aroow-box .aroow-num {
  background: #7b59a3;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #ffffff;
  font-size: 40px;
  margin-right: 20px;
  font-family: "M PLUS 1p", sans-serif;
}
.aroow-box::before {
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  background: url(../images/common/arrow.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 38px;
  bottom: -50px;
}

.aroow-box01 {
  margin-top: 0;
}

.aroow-box05::before {
  display: none;
}

.aroow-announce {
  padding: 30px 100px;
  border-radius: 10px;
  margin-top: 30px;
  background: #f1e8f2;
  border: solid 1px #7b59a3;
}

/* 非表示状態のクラス */
.hidden {
  display: none;
}

/* 表示用のクラス（任意）*/
.textshow {
  display: block;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

.flatpickr-day {
  background: #b1b1b1;
  color: #ffffff;
}
.flatpickr-day:hover {
  background: #b1b1b1;
  opacity: 0.9;
}
.flatpickr-day .selected {
  background: #0a9cc2;
}

@media only screen and (max-width: 1600px) {
  .sub-title-wrap::before {
    padding: 120px 60px;
    bottom: -50px;
    left: 85%;
  }
  .nav-item > a {
    padding: 0 15px;
  }
  .header-contact-list .header-contact-list-item a {
    padding: 8px 10px;
    width: 180px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .header-contact-list .header-tel-list-item a span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header-contact-list .header-tel-list-item div span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .logo img {
    height: 70px;
    width: auto;
  }
  .logo-text .logo-keyword {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .logo-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .main-img-text-inner div span {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1400px) {
  .header-inner {
    padding: 0px 30px 0px 20px;
  }
  .header-inner-left {
    width: 28%;
  }
  .header-inner-center {
    width: 50%;
  }
  .header-inner-right {
    width: 20%;
  }
  .header-contact-list .header-tel-list-item div span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-contact-list .header-tel-list-item i {
    font-size: 1em;
  }
  .header-contact-list {
    -webkit-justify-content: right;
    -moz-justify-content: right;
    -ms-justify-content: right;
    justify-content: right;
    -ms-flex-pack: right;
  }
  .header-contact-list .header-contact-list-item {
    height: 100%;
  }
  .header-contact-list .header-contact-list-item a {
    padding: 10px 10px;
    width: 50px;
    height: 50px;
  }
  .header-contact-list .header-contact-list-item a i {
    font-size: 1.8em;
    margin-right: 0;
  }
  .header-contact-list .header-contact-list-item a .header-contact-list-text {
    display: none;
  }
  .header-contact-list .header-tel-list-item a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .logo-text .logo-keyword {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .logo-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .nav-item > a {
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-contact-list .header-tel-list-item a span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header-contact-list .header-contact-list-item a .header-contact-list-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-contact::after {
    left: -50px;
  }
  .top-content03::before {
    top: -150px;
    right: 0px;
  }
  .top-content03-item01 {
    margin-right: 2%;
  }
  .top-content03-item02 {
    margin-right: 2%;
  }
  .main-img-text-inner div span {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .inner {
    padding: 0;
  }
  .nav-item > a {
    padding: 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-inner {
    padding: 0px 30px 0px 30px;
  }
  .top-contact::after {
    left: -50px;
  }
  .top05-item::before {
    right: -20px;
  }
  .sub-link-btn {
    width: 30%;
  }
  .logo-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .main-img-wrap {
    padding: 0 30px;
  }
  .main-img-text-block {
    left: 100px;
  }
  .news-block {
    left: 100px;
    width: 100%;
    max-width: 550px;
  }
  .news-item {
    padding: 10px 20px;
  }
  .news-item a {
    width: 70%;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-item .news-button {
    width: 30%;
    -webkit-justify-content: right;
    -moz-justify-content: right;
    -ms-justify-content: right;
    justify-content: right;
    -ms-flex-pack: right;
  }
  .footer-schedule-pc {
    display: none;
  }
  .footer-schedule-sp {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .footer-schedule-sp .footer-schedule {
    padding: 0 10px;
  }
  .footer-schedule-sp .footer-schedule th {
    width: auto;
    display: table-cell;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-schedule-sp .footer-schedule td {
    width: auto;
    display: table-cell;
    width: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-schedule .schedule-top td:last-child {
    width: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-block-top {
    padding: 0 10px;
  }
  .footer-block-top .footer-address-block .footer-logo {
    width: 70%;
  }
  .footer-block-top .footer-address-block .footer-address {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .footer-block-top .footer-address-block .footer-tel {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 10px;
  }
  .footer-block-top .footer-address-block .footer-tel span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .footer-map {
    margin: 0 10px;
  }
  .footer-link-wrap {
    margin: 20px 10px;
  }
  .footer-block-top .footer-contact-block {
    width: 100%;
  }
  .footer-block-top .footer-address-block {
    width: 100%;
  }
  .header-contact-list-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-block-top .footer-map .map-pin a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-block-bottom {
    padding: 0 10px;
  }
  .main-contents {
    padding: 80px 0 0;
  }
  .main-img-text-inner div span {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 7px;
  }
  .content02-img-box::after {
    bottom: -70%;
    height: 220px;
  }
  .top-content03::before {
    padding: 221px 100px;
    top: -100px;
  }
  .result-item-tag a {
    font-size: 14px;
    font-size: 1.4rem;
    width: 31%;
  }
  .top01-wrap .top01-left {
    background: #ffffff;
    padding: 100px 20px;
    border-radius: 30px;
  }
  .top01-wrap .top01-left::before {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 0px;
  }
  .top01-wrap .top01-left::after {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: -20px;
  }
  .top01-wrap .top01-left p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top01-wrap .top01-left div {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
  .inner,
  .inner02 {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    position: fixed;
    height: 80px;
    background: #f9f8fc;
  }
  .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-inner-left {
    width: 90%;
  }
  .header-inner-center {
    display: none;
  }
  .header-inner-right {
    display: none;
  }
  .logo img {
    height: 70px;
    width: auto;
  }
  .logo-text img {
    height: 20px;
    width: auto;
  }
  .logo-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .pc-nav {
    display: none;
  }
  header.scrolled {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 55px;
  }
  .sp-menu {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .sp-menu #open {
    font-size: 28px;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    top: 15px;
    right: 30px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #ffffff;
    background: #7b59a3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-menu #open.hide {
    display: none;
  }
  .sp-nav {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .sp-nav {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #7b59a3;
    text-align: left;
    padding: 60px 15px;
    padding-left: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s;
    z-index: 10000;
    text-align: center;
  }
  .sp-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .sp-nav ul li {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s, transform 0.3s;
  }
  .sp-nav ul li a {
    color: #ffffff;
    display: block;
    font-weight: 700;
    padding: 15px 0;
  }
  .sp-nav #close {
    font-size: 28px;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    color: #ffffff;
    padding: 20px 20px;
  }
  .sp-nav.show {
    opacity: 1;
    pointer-events: auto;
  }
  .sp-nav.show ul li {
    opacity: 1;
    transform: none;
  }
  .sp-nav.show ul li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .sp-nav.show ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .sp-nav.show ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .sp-nav.show ul li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .sp-nav.show ul li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .sp-nav.show ul li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .sp-nav.show ul li:nth-child(7) {
    transition-delay: 0.7s;
  }
  .sp-nav.show ul li:nth-child(8) {
    transition-delay: 0.8s;
  }
  .sp-nav.show ul li:nth-child(9) {
    transition-delay: 0.9s;
  }
  .sp-nav.show ul li:nth-child(10) {
    transition-delay: 1s;
  }
  .sp-nav.active {
    display: block;
  }
  .sp-sub-nav {
    display: none;
  }
  .sp-sub-nav.open {
    display: block;
  }
  /* 背景スクロール防止 */
  body.noscroll {
    overflow: hidden;
  }
  .section-contents {
    padding: 0 0 100px;
  }
  .sp-sub-nav {
    display: none;
  }
  .sp-sub-nav-item {
    position: relative;
  }
  .sp-sub-nav-item a {
    font-weight: 500;
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    display: block;
    padding: 10px 15px;
    padding-left: 20px;
  }
  .sp-nav.show {
    opacity: 1;
    pointer-events: auto;
  }
  .sp-nav.show ul li {
    opacity: 1;
    transform: none;
  }
  .sp-nav.show ul li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .sp-nav.show ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .sp-nav.show ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .sp-nav.show ul li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .sp-nav.show ul li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .sp-nav.show ul li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .sp-nav.show ul li:nth-child(7) {
    transition-delay: 0.7s;
  }
  .sp-nav.show ul li:nth-child(8) {
    transition-delay: 0.8s;
  }
  .sp-nav.show ul li:nth-child(9) {
    transition-delay: 0.9s;
  }
  .sp-nav.show ul li:nth-child(10) {
    transition-delay: 1s;
  }
  .accordion_icon-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .accordion_icon-wrap .accordion_icon {
    position: relative;
    width: 30px;
    height: 53px;
    float: right;
    margin-right: 3px;
    cursor: pointer;
  }
  .accordion_icon-wrap .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon-wrap .accordion_icon span:nth-child(1) {
    top: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon-wrap .accordion_icon span:nth-child(2) {
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*＋、－切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .sp-nav-item {
    position: relative;
  }
  .sp-sub-nav {
    display: none;
  }
  .sp-nav-item > a {
    color: #333;
    font-weight: bold;
    padding: 16px 20px;
    display: block;
    position: relative;
  }
  .sp-nav-item .accordion_icon span {
    background-color: #ffffff;
  }
  .sp-nav-item .arrow01:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .sp-sub-nav {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .sp-sub-nav-item {
    position: relative;
  }
  .sp-sub-nav-item a {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    display: block;
    padding: 12px 20px;
    padding-left: 30px;
  }
  .sp-contact-list {
    margin-top: 25px;
  }
  .sp-contact-tel {
    font-size: 30px;
    font-size: 3rem;
  }
  .sp-contact-tel a {
    display: block;
    text-align: center;
  }
  .sp-contact-tel a span {
    font-weight: bold;
  }
  .sp-contact-mail {
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
  .sp-contact-mail a {
    padding: 15px 0;
    background: #7b59a3;
    width: 90%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 60px;
  }
  .sp-contact-mail a span {
    padding-left: 0;
  }
  .sp-contact-mail .icon-mail01:before {
    left: 20px;
  }
  .sp-plus .accordion_icon-wrap {
    width: 100%;
  }
  .accordion_icon-wrap {
    position: absolute;
    top: 2px;
    right: 4px;
  }
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .accordion_icon {
    position: relative;
    width: 30px;
    height: 53px;
    float: right;
    margin-right: 3px;
    cursor: pointer;
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #4bc8e7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  /*＋、－切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .sp-nav-item {
    position: relative;
  }
  /*
  ハンバーガーメニュー
  */
  #to-top {
    padding: 5px;
  }
  #to-top span {
    font-size: 30px;
    font-size: 3rem;
  }
  .main-img-text-inner div span {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .heading01 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .heading-icon::before {
    width: 136px;
    height: 120px;
  }
  .top-content01 {
    padding-bottom: 70px;
  }
  .top-content02 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .top02-itembox .top02-item-left span {
    width: 70%;
    font-size: 12px;
    font-size: 1.2rem;
    height: 30px;
    padding: 0;
  }
  .top02-itembox .top02-item-center span {
    width: 70%;
    font-size: 12px;
    font-size: 1.2rem;
    height: 30px;
    padding: 0;
  }
  .top02-itembox .top02-item-right span {
    width: 70%;
    font-size: 12px;
    font-size: 1.2rem;
    height: 30px;
    padding: 0;
  }
  .top02-itembox .top02-subtitle-sp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    border-radius: 0 10px 0 0;
    background: #7b59a3;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    height: 30px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 100;
  }
  .top02-textbox01 {
    left: 0%;
    display: block;
    width: 100%;
    max-width: 100%;
    transform: none;
    position: relative;
    padding: 20px 20px;
    margin-top: 10px;
  }
  .top02-textbox02 {
    right: 0%;
    display: block;
    width: 100%;
    max-width: 100%;
    transform: none;
    position: relative;
    padding: 20px 20px;
    margin-top: 10px;
  }
  .top-content03 {
    padding-top: 40px;
  }
  .news-item a {
    display: block;
  }
  .news-cat {
    display: inline-block;
    margin-bottom: 5px;
  }
  .news-item a time {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  .top-contact {
    margin: 0 20px;
    margin-bottom: 160px;
  }
  .top-contact-left a {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 4px;
  }
  .top-contact-left span {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .header-contact-list-sp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    right: 0;
    color: #489a6e;
    padding: 16px 15px;
    padding-right: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-contact-list-sp .header-tel-list-item {
    background: #7b59a3;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 10px;
  }
  .header-contact-list-sp .header-tel-list-item i {
    color: #ffffff;
  }
  .header-contact-list-sp .header-contact-list-item {
    background: #634c3f;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header-contact-list-sp .header-contact-list-item i {
    color: #ffffff;
    padding-left: 3px;
  }
  .header-contact-list-sp a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .sub-contents {
    margin-top: 60px;
  }
  .schedule .schedule-top td {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 10px;
  }
  .schedule .schedule-top td:first-child {
    width: 230px;
  }
  .schedule td {
    padding: 15px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .schedule td.kigou i {
    color: #7b59a3;
    font-size: 24px;
  }
  .schedule td.kigou02 i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 20px;
  }
  .btn-wrap01 {
    margin-top: 25px;
  }
  .btn-wrap02 {
    margin-top: 15px;
  }
  .btn01, #submit #confirm {
    width: 250px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  .btn-color01 span {
    padding: 20px 40px;
    width: 100%;
  }
  .heading01 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .heading-icon::before {
    width: 136px;
    height: 120px;
  }
  .heading-icon {
    width: 100%;
    margin-right: 0;
  }
  .heading-icon img {
    width: 40px;
    height: auto;
  }
  .heading02 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 30px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .heading02::before {
    width: 25px;
    height: 22px;
  }
  .heading02::after {
    content: "";
    right: 1%;
    width: 108px;
    height: 30px;
  }
  .heading03 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .heading04 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading05 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .heading-deco01::before {
    width: 40px;
    bottom: -5px;
  }
  .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .arrow03 {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
    width: 330px;
  }
  /*WPのシングルページ調整CSS*/
  .single-article-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
  }
  .news-single-inner h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .news-single-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .news-single-inner h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-single-inner h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-single-inner p {
    margin-bottom: 20px;
  }
  .news-single-inner figure {
    margin-bottom: 20px;
  }
  .news-single-inner img.alignright {
    margin: 0;
    display: block;
  }
  .news-single-inner img.alignleft {
    margin: 0;
    display: block;
  }
  .news-single-inner .alignright {
    float: none;
  }
  .news-single-inner .alignleft {
    float: none;
  }
  .news-single-inner img {
    width: 100%;
    margin: 10px 0 !important;
  }
  .news-single-thumbnail img {
    margin: 0 !important;
  }
  .mokuji {
    padding: 20px;
  }
  .single-btn-wrap {
    margin-bottom: 40px;
  }
  .news-cat {
    padding: 0px 10px;
    display: inline-block;
  }
  .post-link {
    margin-top: 40px;
  }
  /*tableタグ調整用*/
  table th {
    width: auto;
    display: block;
    padding: 0.7em;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-right: none;
    color: #afd147;
    border-bottom: 1px solid #ccc;
    padding: 0.7em 0;
  }
  table td {
    width: auto;
    display: block;
    padding: 0.7em;
    font-size: 16px;
    border-right: none;
    padding: 0.7em 0;
  }
  /*アクセスマップ用*/
  .access-map {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
  }
  .access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /*form調整用*/
  table input,
  table textarea,
  select {
    padding: 18px 10px;
  }
  span.wpcf7-list-item {
    margin-left: 0;
  }
  span.wpcf7-list-item input {
    margin-bottom: 0;
  }
  .wpcf7-validates-as-required span.wpcf7-list-item {
    padding: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .pagetop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .pagetop.fixed-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .pagetop i {
    margin-top: 2px;
  }
  .pagetop a:after {
    width: 10px;
    height: 10px;
  }
  #privacy {
    padding: 10px;
  }
  #check p {
    font-size: 14px;
    text-align: left;
  }
  .copyright {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .wpcf7-textarea {
    margin-top: 0px;
  }
  input[type=radio] {
    margin-bottom: 10px;
  }
  input[type=radio]:last-child {
    margin-bottom: 0px;
  }
  .header {
    height: 60px;
    box-shadow: 0 1px 25px -5px #efefef;
    background: #f9f8fc;
    position: fixed;
  }
  .header-inner {
    height: 60px;
    padding: 0px 0px 0px 10px;
  }
  .sp-menu #open {
    padding: 16px 15px;
    top: 5px;
    right: 10px;
  }
  .sp-nav #close {
    padding: 16px 15px;
  }
  .nav-control {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 30px;
  }
  .logo img {
    height: 40px;
  }
  .logo-text {
    margin-left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .logo-text img {
    height: 20px;
  }
  .logo-text .logo-keyword {
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .logo-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .logo-title02 {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 0px;
    display: block;
    margin-top: 0px;
  }
  .section-contents {
    padding: 0 0 60px;
  }
  .section-contents:last-of-type {
    padding-bottom: 40px;
  }
  .main-img-wrap {
    padding: 0 10px;
    padding-top: 60px;
    height: calc(100vh - 90px);
  }
  .main-img-text-block {
    top: 45%;
    left: 5%;
  }
  .main-img {
    background: url(../images/common/main_img_sp.jpg) no-repeat 75%;
    background-size: cover;
    border-radius: 20px;
  }
  .main-img-text-inner {
    text-align: left;
  }
  .main-img-text-inner div span {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 5px 10px;
    margin: 0 0;
    margin: 5px 0;
  }
  .main-img-text-inner::before {
    left: 0px;
    top: -80px;
    width: 60px;
    height: 118px;
  }
  .main-img-text-inner::after {
    right: -42px;
    bottom: 5px;
    width: 60px;
    height: 89px;
  }
  .news-block {
    left: 5%;
    width: 80%;
    bottom: 3%;
    max-width: 550px;
  }
  .news-item a {
    width: 60%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-item a time {
    margin-bottom: 0;
  }
  .news-item .news-button {
    width: 35%;
  }
  .news-item .news-button a button {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .bread-crumb {
    padding: 5px 0;
  }
  .bread-crumb-inner span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-contact-list-sp {
    height: 60px;
    padding: 0 15px;
    padding-right: 50px;
    font-size: 20px;
  }
  .header-contact-list-sp .header-tel-list-item {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .header-contact-list-sp .header-contact-list-item {
    width: 40px;
    height: 40px;
  }
  .header-contact-list-sp .header-contact-list-item i {
    padding-left: 1px;
  }
  .float-menu-pc {
    display: none;
  }
  .float-menu-sp {
    position: fixed;
    top: inherit;
    right: 0;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: flex;
  }
  .float-menu-sp .float-menu-item {
    border-radius: 0 0 0 0;
    width: 50%;
    padding: 5px 0;
  }
  .float-menu-sp .float-menu-item a {
    writing-mode: horizontal-tb;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .float-menu-sp .float-menu-item01 {
    border-radius: 0;
  }
  .float-menu-sp .float-menu-item02 {
    border-radius: 0;
  }
  .float-menu-sp .float-menu-item02 a span {
    font-weight: 700;
  }
  .float-menu-sp i {
    font-size: 1.4em;
    margin-bottom: 0;
    margin-right: 5px;
  }
  #to-top {
    bottom: 80px;
  }
  .news-item .news-text-wrap .blog-cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news-item a h3 {
    margin-left: 0;
  }
  .footer {
    padding-top: 40px;
  }
  .footer::before {
    top: -40px;
    height: 40px;
    background-position: 10% 50%;
    background-size: cover;
  }
  .footer-wrap {
    padding-top: 0px;
  }
  .footer-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-block-top .footer-map {
    width: 100%;
    margin-top: 10px;
  }
  .footer-block-top .footer-address-block {
    width: 100%;
  }
  .footer-link-wrap {
    margin: 20px 10px;
    text-align: center;
  }
  .footer-link-wrap .footer-link-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-block-bottom {
    margin-top: 20px;
  }
  .footer-block-bottom .footer-nav .footer-nav-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .footer-nav-item {
    width: 33%;
  }
  .footer-block-bottom .footer-nav .footer-nav-list .footer-nav-item a {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-sub-nav-item a {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .footer-schedule-sp {
    margin-top: 10px;
    display: block;
  }
  .footer-schedule-sp .footer-schedule {
    padding: 0 10px;
  }
  .footer-schedule-sp .footer-schedule th {
    width: auto;
    display: table-cell;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-schedule-sp .footer-schedule td {
    width: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-schedule .schedule-top td:first-child {
    width: 60px;
    font-size: 10px;
    font-size: 1rem;
  }
  .footer-schedule td.kigou i {
    font-size: 12px;
  }
  .footer-schedule td.kigou02 i {
    font-size: 15px;
  }
  .footer-schedule .schedule-top td:last-child {
    width: 60px;
    font-size: 10px;
    font-size: 1rem;
  }
  .footer-block-top {
    padding: 0 10px;
  }
  .footer-block-top .footer-address-block .footer-logo-wrap .footer-logo-title {
    margin-left: 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .footer-block-top .footer-address-block .footer-logo-wrap img {
    height: 50px;
  }
  .footer-block-top .footer-address-block .footer-address {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .footer-block-top .footer-address-block .footer-tel {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-block-top .footer-address-block .footer-tel span {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer-contact-list-item {
    margin-bottom: 10px;
  }
  .footer-map .map-pin a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .main-contents {
    padding: 50px 0 0;
  }
  .top01-wrap {
    display: block;
  }
  .top01-wrap::before {
    position: absolute;
    content: "";
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 40px;
  }
  .top01-wrap .top01-left {
    width: 100%;
    padding: 50px 30px;
  }
  .top01-wrap .top01-left::before {
    content: "";
    position: absolute;
    background: url(../images/index/top01-deco01.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 0px;
  }
  .top01-wrap .top01-left::after {
    content: "";
    position: absolute;
    background: url(../images/index/top01-deco02.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 0px;
  }
  .top01-wrap .top01-left p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .top01-wrap .top01-left div {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .top-content01 {
    padding-bottom: 50px;
  }
  .top-content02 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .top02-announce {
    padding: 20px 20px;
    width: 100%;
  }
  .top02-announce div {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .top02-announce p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top02-wrap .top02-item {
    padding: 30px 20px 30px 20px;
    margin-top: 50px;
  }
  .top02-wrap .top02-item::before {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .top02-wrap .top02-item .top02-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .top02-wrap .top02-item01::after {
    width: 30px;
    height: 35px;
    left: 50.5%;
    top: -18px;
  }
  .top02-wrap .top02-item02::after {
    content: "";
    background: url(../images/index/icon02.png) no-repeat;
    width: 33px;
    height: 35px;
    background-size: cover;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%); /* Safari用 */
    transform: translateX(-50%);
    left: 50%;
    top: -20px;
  }
  .top02-wrap .top02-item03::after {
    content: "";
    background: url(../images/index/icon03.png) no-repeat;
    width: 25px;
    height: 35px;
    background-size: cover;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%); /* Safari用 */
    transform: translateX(-50%);
    left: 50%;
    top: -18px;
  }
  .top02-wrap .top02-item04::after {
    content: "";
    background: url(../images/index/icon04.png) no-repeat;
    width: 34px;
    height: 35px;
    background-size: cover;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%); /* Safari用 */
    transform: translateX(-50%);
    left: 49.5%;
    top: -18px;
  }
  .news-item {
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .news-item a .news-item a {
    display: block;
    padding: 10px 15px;
    margin-top: 10px;
  }
  .news-item a time {
    width: 100%;
  }
  .news-item a .news-text {
    width: 100%;
  }
  .content02-img-box::before {
    bottom: 0%;
    height: 75%;
  }
  .content02-img-box::after {
    bottom: -15%;
    height: 90px;
    background-size: cover;
  }
  .content02-img-box {
    margin-top: 30px;
    display: flex;
  }
  .content02-img-box .flt-23 {
    width: 48%;
    margin-top: 10px;
  }
  .top-content03 {
    margin-top: 40px;
  }
  .top-cotent03-wrap {
    position: relative;
    margin-top: 50px;
  }
  .top-cotent03-wrap::before {
    display: none;
  }
  .top-content03-img {
    width: 100%;
  }
  .top-content03-img img {
    border-radius: 30px 30px 0 0;
  }
  .top-content03-img01::before {
    width: 100px;
    height: 128px;
  }
  .top-content03-img02::before {
    width: 100px;
    height: 128px;
  }
  .top-content03-img03::before {
    width: 100px;
    height: 128px;
  }
  .top-content03-item {
    width: 100%;
    border-radius: 0 0 30px 30px;
    padding: 20px 10px;
  }
  .content03-item-list li {
    padding-left: 25px;
    margin-top: 0px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .content03-item-list li::before {
    width: 18px;
    height: 18px;
    top: 15px;
  }
  .top-content03-item01 {
    margin-right: 0;
  }
  .top-content03-item02 {
    margin-left: 0;
  }
  .top04-wrap {
    padding: 50px 0;
    border-radius: 30px;
  }
  .schedule .schedule-top td {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 10px;
    display: table-cell;
  }
  .schedule .schedule-top td:first-child {
    width: 100px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .schedule .schedule-top td:last-child {
    width: 60px;
  }
  .schedule td {
    padding: 15px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    width: auto;
    display: table-cell;
    width: 40px;
  }
  .flex-reverse02 {
    display: flex;
    flex-direction: column-reverse;
  }
  .schedule td.kigou i {
    color: #7b59a3;
    font-size: 20px;
  }
  .schedule td.kigou02 i {
    font-size: 24px;
  }
  .schedule-charge {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 10px;
  }
  .schedule-charge span {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
  }
  .schedule-charge .schedule-charge01 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .schedule-charge .schedule-charge02 {
    margin-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .schedule-closed {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 10px;
  }
  .schedule-closed span {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
  }
  .schedule-charge {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*サブ共通*/
  .bread-crumb-inner {
    padding: 8px 2%;
  }
  .sub-contents {
    margin-top: 40px;
  }
  .sub-section-content {
    padding: 0 0 60px;
  }
  .sub-section-content:last-of-type {
    padding: 0 0 40px;
  }
  .font18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .text-center02 {
    text-align: left;
  }
  .sub-title div {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .sub-title div::before {
    width: 50px;
    height: 3px;
    bottom: -5px;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: auto;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .sub-title-wrap {
    border-radius: 10px;
    padding: 35px 10px;
    margin-top: 70px;
  }
  .sub-title-wrap::before {
    background-size: contain;
    padding: 52px 26px;
    bottom: -20px;
    left: inherit;
    right: 10px;
  }
  /*クリニック紹介*/
  .greeting-name {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
  }
  .outline-wrap {
    background: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
  }
  .outline-wrap .outline-title {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 20px;
  }
  .outline-wrap .career {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .outline-wrap .career::before {
    height: 2px;
    bottom: 0;
  }
  .outline-table th {
    padding-left: 20px;
  }
  .outline-table td {
    padding-left: 20px;
  }
  .specialty-areas-wrap {
    padding: 10px 15px;
    margin: 0;
    margin-top: 20px;
  }
  .specialty-areas-wrap .specialty-areas-text {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .outline-table-icon::before {
    right: -3px;
    top: -60px;
    width: 75px;
    height: 155px;
  }
  .heading03-wrap {
    padding: 15px 10px;
  }
  .heading03-wrap .heading03 {
    margin-bottom: 0;
  }
  .service-content01 {
    padding: 25px 20px;
    border-radius: 20px;
    margin-top: 20px;
  }
  .service-content01 .service-content-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .service-content-item {
    margin-top: 20px;
  }
  .service-content-item li {
    position: relative;
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .service-content-item li::before {
    width: 18px;
    height: 18px;
  }
  .service-content-item03 {
    width: 100%;
  }
  .service-content02 {
    padding: 20px 25px;
    margin-top: 20px;
  }
  .service-content02 .service-content02-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .service-content02 p {
    text-align: justify;
  }
  .service-content02 .flt-box04 {
    width: 100%;
  }
  .service-content03 {
    padding: 20px 25px;
    width: 100%;
    margin-top: 20px;
  }
  .service-content03 .service-content03-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .service-content03 .service-content03-title::before {
    content: "";
    height: 2px;
    border-radius: 10px;
  }
  .service-content03 p {
    line-height: 1.6;
  }
  .service-content04 {
    padding: 20px 25px;
    margin-top: 20px;
  }
  .service-content04 .service-content04-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .service-content04 p {
    text-align: justify;
  }
  .service-content05 {
    padding: 20px 25px;
    margin-top: 20px;
  }
  .service-content05 .service-content05-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .service-content05 p {
    text-align: justify;
  }
  .inspection-items-wrap {
    border-radius: 20px;
    background: #ffffff;
  }
  .inspection-items-wrap .flt-left02 {
    padding: 20px 25px;
    margin-bottom: 0;
  }
  .inspection-items-wrap .flt-right02 img {
    border-radius: 0 0 18px 18px;
    width: 100%;
    height: 100%;
  }
  .inspection-items-wrap .inspection-items-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .inspection-items-wrap01 {
    border: solid 1px #f1e8f2;
    margin-bottom: 30px;
  }
  /*胃・大腸　内視鏡検査*/
  .aroow-box {
    margin-bottom: 35px;
    padding: 20px 20px;
    margin-top: 35px;
  }
  .aroow-box .flt-left04 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .aroow-box .aroow-num {
    background: #7b59a3;
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-right: 20px;
  }
  .aroow-box::before {
    width: 27px;
    height: 25px;
    bottom: -32px;
  }
  .aroow-announce {
    padding: 20px 20px;
    margin-top: 20px;
  }
  /*お問い合わせ*/
  .contact-box {
    width: 100%;
    margin-top: 30px;
    padding: 30px 15px;
  }
  .contact-box .contact-text {
    font-size: 20px;
    font-size: 2rem;
  }
  .contact-box .contact-tel a {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 3px;
  }
  .contact-box .contact-tel i {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 10px;
  }
  .contact-table th {
    width: 100%;
    padding: 0.7em 0;
  }
  .contact-table td {
    width: 100%;
    padding: 0.7em 0;
  }
  .contact-table #zip {
    width: 100%;
  }
  .contact-table select {
    width: 100%;
  }
  .contact-table .menu-time select {
    width: 40%;
    margin-top: 10px;
  }
  .contact-table .menu-time2 select {
    width: 40%;
    margin-top: 10px;
  }
  .contact-table .request-date input {
    width: 40%;
    display: block;
  }
  .contact-table .your-address input {
    width: 100%;
  }
  .step-form-item {
    font-size: 11px;
    padding: 15px 0px 15px 5px;
  }
  .step-form-block {
    margin-bottom: 20px;
  }
  .step-form-item::before {
    width: 10px;
    right: -10px;
  }
  .step-form-item:after {
    width: 10px;
    right: -10px;
  }
  .step-message p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
  }
  .news-item02 {
    padding: 10px 15px;
  }
  .news-item02 a {
    display: block;
    width: 100%;
  }
  .news-item02 time {
    width: 100%;
  }
  .news-item02 .news-text {
    width: 100%;
  }
  .news-item02:hover {
    opacity: 0.8;
  }
  .grecaptcha-badge {
    bottom: 170px !important;
  }
}
@media only screen and (max-width: 500px) {
  .main-img-text-inner div span {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .heading02::after {
    background: url(../images/common/heading-icon02-sp.png) no-repeat;
    content: "";
    right: 1%;
    width: 43px;
    height: 30px;
    background-size: contain;
  }
  .content02-text::before {
    left: 2px;
    top: 100px;
    width: 36px;
    height: 50px;
  }
  .content02-text::after {
    right: 2px;
    top: 100px;
    width: 34px;
    height: 40px;
  }
  .content02-img-box::after {
    bottom: -13%;
    height: 50px;
  }
  .news-block {
    left: 0%;
    width: 100%;
    bottom: 5%;
  }
  .news-item {
    margin-bottom: 0;
    margin: 0 20px;
  }
  .news-item .news-button {
    width: 40%;
    padding-right: 10px;
  }
  .news-item a {
    width: auto;
  }
  .footer-nav-item {
    width: 50%;
  }
  .footer-block-bottom .footer-nav .footer-nav-list {
    padding-left: 10px;
  }
  .footer-contact-list-item {
    display: block;
    margin-bottom: 10px;
  }
  .footer-contact-list-item .contact-list-top {
    width: 100%;
  }
  .footer-contact-list-item .contact-list-bottom {
    width: 100%;
    margin-top: 10px;
  }
  .footer-block-top .footer-address-block .footer-logo {
    width: 100%;
  }
  .footer-block-top .footer-contact-block {
    width: 100%;
  }
  .schedule .schedule-top td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 10px;
    display: table-cell;
    width: auto;
  }
  .schedule .schedule-top td:first-child {
    width: 90px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .schedule .schedule-top td:last-child {
    width: 60px;
  }
  .schedule td {
    padding: 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    display: table-cell;
    width: 40px;
  }
  .service-content-item {
    width: 100%;
  }
  .schedule td.kigou i {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .sp-only03 {
    display: block !important;
  }
  .header-inner {
    height: 60px;
  }
  .nav-control {
    width: 60px;
    height: 60px;
  }
  .mannequin-cat-matrix-item a {
    width: 90px;
    height: 90px;
  }
}
@media print {
  /* デフォルト */
  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    color: #000;
    -webkit-print-color-adjust: exact !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  section {
    page-break-after: avoid !important; /* 直前で改ページさせる */
    page-break-before: avoid !important; /* 直後で改ページさせる */
  }
  p {
    orphans: 3;
    widows: 3;
  }
  /* 個別 */
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */