@charset "UTF-8";
/* Scss Document */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

#header-pc {
  background: transparent;
  border: none;
  position: absolute;
}

#header-pc .header-inner {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}

#header-pc .header-nav {
  position: absolute;
  right: 2%;
  top: 20px;
}
#header-pc .header-nav ul{
  display: flex;
  align-items: center;
}
#header-pc .header-nav li {
  display: inline-block;
  margin-left: 3em;
  vertical-align: middle;
}

#header-pc .header-nav li a {
  color: #fff;
}

#header-pc .header-nav li a:hover {
  text-decoration: underline;
}

#header-pc .header-nav li:last-child {
  font-size: 105%;
}

#header-pc .header-nav li:last-child a {
  display: block;
  padding: 1em 2em;
  background-color: #c3002f;
}

#header-sp {
  width: 100%;
  position: absolute;
  border: none;
}

.pc_contents {
  display: block !important;
}

.sp_contents {
  display: none !important;
}

.contents {
  margin: 0 0 70px;
  font-family: "メイリオ", Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  color: #333;
  position: relative;
}

.contents * {
  box-sizing: border-box;
}

.mv_inner {
  width: 100%;
  margin: 0 auto;
}

.mv_inner h2 img {
  width: 100%;
}

.mv_inner .mv_movie {
  position: relative;
  height: 55vw;
  overflow: hidden;
}

.mv_inner .mv_movie_item {
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mv_inner .mv_movie_item.w {
  height: 101%;
}

.mv_inner .mv_movie_item.h {
  height: 101%;
}

.mv_inner .mv_movie_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 50%);
  background-size: 3px 3px;
  z-index: 2;
}

.mv_inner .mv_movie_ttl {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 3;
}

.mv_inner .mv_note {
  color: #fff;
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}

.mv_inner .mv_note p {
  font-size: 22px;
  font-weight: 700;
}

.mv_inner .txt_mv {
  font-size: 18px;
  padding: 24px 0;
  line-height: 1.8;
}

.mv_inner .txt_mv b {
  font-size: 22px;
  font-weight: 600;
}

.tab_select {
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #C3002F;
}

.tab_select li {
  width: 41%;
  max-width: 466px;
  margin: 0 20px;
  text-align: center;
}

.tab_select li a {
  display: block;
  padding: 20px 10px;
  border-radius: 8px 8px 0 0;
  border: 2px solid #CCCCCC;
  border-bottom: none;
  color: #BBBBBB;
}

.tab_select li.active a,
.tab_select li:hover a {
  background-color: #C3002F;
  border-color: #C3002F;
  color: #FFFFFF;
}

.wrap_search {
  width: 92%;
  max-width: 1360px;
  margin: 0 auto;
  transform: translate(-50%, -63%);
  position: absolute;
  left: 50%;
  z-index: 3;
}

.wrap_search .wrap_search2nd {
  background-color: #212626;
  width: 100%;
  text-align: center;
  padding: 1.5em 0;
}

.wrap_search .arr_center {
  display: inline-flex;
  width: 950px;
}

.wrap_note {
  background-color: rgba(33, 38, 38, 0.6);
  text-align: center;
  margin-bottom: 2px;
}

.wrap_note p {
  font-size: 90%;
  color: #fff;
  padding: 0.5em;
}

.wrap_nav {
  text-align: center;
  background-color: #212626;
}

.wrap_nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap_nav ul li {
  width: calc(100% / 3);
  position: relative;
}

.wrap_nav ul li:not(:last-child):before {
  content: "";
  width: 1px;
  height: 1em;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #444747;
}

.wrap_nav ul li a {
  display: block;
  padding: 1em 0.5em;
  color: #fff;
  transition: 0.5s;
}

.wrap_nav ul li a:hover {
  background-color: #fff;
  color: #444747;
}

.left_search {
  line-height: 6;
  color: #fff;
  min-width: 18em;
  padding: 0 3em 0 1em;
  position: relative;
}

.left_search:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80%;
  background-color: #444747;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.search_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 25px 0 25px 25px;
}

.search_box dt {
  color: #fff;
  display: flex;
  align-items: center;
}

.search_box dt span {
  margin-right: 0.5em;
}

.search_box dt input {
  padding: 1em 0.5em;
  font-size: 16px;
}

.search_box dt input[name="zip1"] {
  width: 6em;
}

.search_box dt input[name="zip2"] {
  width: 10em;
}

.search_box dd {
  padding-left: 2em;
}

.search_box dd a {
  display: block;
  width: 260px;
  padding: 1em 0;
  text-align: center;
  color: #fff;
  background-color: #c3002f;
  position: relative;
  transition: 0.5s;
}

.search_box dd a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../IMAGES/arrow_w.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

.search_box dd a:hover {
  opacity: 0.8;
}

.search_box #search span {
  color: #FFFFFF;
  font-size: 150%;
}

.result_area {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  transform: scale(0);
  height: 0;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s 0.5s;
}

.result_area .result_close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.result_area .result_close:before {
  content: '';
  display: inline-block;
  right: 40px;
  top: 40px;
  width: 2em;
  height: .2em;
  background: currentColor;
  border-radius: .1em;
  position: absolute;
  transform: rotate(45deg);
}

.result_area .result_close:after {
  content: '';
  display: inline-block;
  right: 40px;
  top: 40px;
  width: 2em;
  height: .2em;
  background: currentColor;
  border-radius: .1em;
  position: absolute;
  transform: rotate(135deg);
}

.result_area .contents_inner {
  width: 90%;
  height: 100%;
  max-width: 1160px;
  padding: 4%;
  margin: 0 auto;
  background-color: #000;
  overflow-y: scroll;
  position: relative;
  z-index: 9999;
}

.result_area.visible_rslt {
  padding: 60px 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: scale(1);
  opacity: 1;
}

.result_info {
  margin-bottom: 30px;
  font-size: 14px;
}

.result_set {
  display: flex;
  justify-content: space-between;
}

.result_set .shop {
  font-size: 18px;
  margin-bottom: 0.5em;
}

.result_set .shop + p {
  font-size: 14px;
}

.result_set + .result_set {
  margin-top: 30px;
}

#fixed {
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: auto;
  transition: 1s;
  transform: translateY(100%);
}

#fixed .wrap_nav {
  background-color: #222627;
}

#fixed .wrap_search2nd {
  padding: 0.5em 0;
  background-color: #15191a;
}

#fixed .left_search {
  line-height: 3;
}

#fixed .search_box {
  padding: 0 25px;
}

#fixed .search_box dt input {
  padding: 0.5em 0.5em;
}

#fixed .search_box dd a {
  padding: 0.5em 0;
}

#fixed.on {
  transform: translateY(0);
}

#fixed .wrap_search {
  position: initial;
  transform: none;
}

#about {
  background-color: #f7f8f8;
}

#about .flex {
  display: flex;
  background-color: #fff;
}

#about .flex .flex1 {
  width: 60%;
  background: url("../IMAGES/about_img.jpg") no-repeat center top;
  background-size: cover;
  height: 43vw;
}

#about .flex .flex2 {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .flex .flex2 .inner {
  padding-top: 18%;
  color: #333333;
  letter-spacing: 0.2em;
}

#about .flex .flex2 .inner h3 {
  font-size: 46px;
  font-weight: 100;
}

#about .flex .flex2 .inner p {
  padding: 3em 0 1em;
  line-height: 2;
}

#about .flex .flex2 .inner .btn a {
  display: block;
  max-width: 320px;
  border: 2px solid #c3002f;
  padding: 1em 2em;
  text-align: center;
  position: relative;
}

#about .flex .flex2 .inner .btn a:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 1em;
  background: url("../IMAGES/arrow_r.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

#experience {
  background-color: #f7f7f7;
}

#experience .inner {
  width: 92%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 0;
}

#experience h3 {
  text-align: center;
  font-size: 140%;
  letter-spacing: 0.2em;
  margin-bottom: 4em;
  position: relative;
}

#experience h3 span {
  display: block;
  font-size: 190%;
}

#experience h3 em {
  font-style: italic;
}

#experience h3:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: #00ade5;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
}

#experience img {
  width: 100%;
  max-width: 100%;
}

#experience dl {
  font-weight: 300;
}

#experience dl dt {
  font-size: 140%;
  padding: 0.5em 0;
}

#experience .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#experience .flex div {
  opacity: 0;
  margin-bottom: 4em;
}

#experience .flex div:nth-child(1), #experience .flex div:nth-child(2) {
  width: 47.3%;
}

#experience .flex div:nth-child(3), #experience .flex div:nth-child(4), #experience .flex div:nth-child(5) {
  width: 30.3%;
}

#day .ani {
  opacity: 0;
  transition: 1s;
}

#day .ani.on {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  #day .inner {
    padding-bottom: 12%;
  }
}

@media screen and (min-width: 961px) {
  #day .inner {
    padding-bottom: 8%;
  }
}

#day .chart .annotation {
  font-size: 80%;
  color: #aaa;
}

#day .chart .daybox:nth-of-type(odd) .subttl {
  flex-flow: row-reverse;
}

#day .chart .subttl {
  margin-top: 1em;
  display: flex;
}

#day .chart .subttl > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#day .chart .subttl > span img {
  vertical-align: bottom;
}

#day .chart .subttl > span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  background-color: #fff;
}

#day .chart .subttl > span:nth-of-type(2) {
  margin-right: 10px;
}

#day .chart .subttl > span:nth-of-type(2):before {
  transition-delay: 0.25s;
}

#day .chart .subttl.on > span:before {
  height: 0%;
}

#day .chart .daybox .img {
  position: relative;
}

#day .chart .daybox .img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: 1s;
  transition-delay: 0.5s;
  background-color: #fff;
}

#day .chart .daybox .img.on:before {
  width: 0%;
}

#day .chart .daybox:nth-of-type(odd) .img:before {
  right: 0;
  left: auto;
}

@media screen and (max-width: 750px) {
  #day .chart {
    position: relative;
  }
  #day .chart .daybox .subttl {
    flex-flow: row-reverse;
  }
  #day .chart .daybox .subttl span {
    width: 7vw;
  }
  #day .chart .daybox .subttl img {
    width: 100%;
  }
  #day .chart:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
  }
  #day .chart h2 {
    width: 60%;
    padding: 10% 0;
    margin: 0 auto;
  }
  #day .chart h2 img {
    width: 100%;
  }
  #day .chart .daybox {
    width: 100%;
    position: relative;
  }
  #day .chart .daybox:not(:last-child) {
    margin-bottom: 14.8%;
  }
  #day .chart .daybox img {
    width: 100%;
    vertical-align: bottom;
  }
  #day .chart .daybox .pc {
    display: none;
  }
  #day .chart .daybox .pos {
    position: absolute;
    z-index: 3;
    width: 80%;
    left: 10%;
    top: 0;
    margin: 0 auto;
    text-align: right;
  }
  #day .chart .daybox .pos > img {
    width: 41%;
  }
  #day .chart .daybox .pos:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 56%;
    height: 1px;
    background-color: #e0e0e0;
    left: 0;
    top: 5vw;
  }
  #day .chart .daybox .pos:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: #e0e0e0;
    left: 0;
    top: 5vw;
    transform: translate(-50%, -50%);
  }
  #day .chart .daybox .innerbox {
    position: relative;
    z-index: 2;
  }
  #day .chart .daybox .innerbox .img {
    width: 100%;
    box-sizing: content-box;
  }
  #day .chart .daybox .innerbox .text {
    font-size: 3.48vw;
    line-height: 2;
  }
  #day .chart .daybox .obj {
    z-index: 4;
  }
  #day .chart #chart1 {
    padding-top: 23.8vw;
  }
  #day .chart #chart1 .innerbox .img img {
    width: 85%;
  }
  #day .chart #chart1 .innerbox .text {
    padding: 2em 20% 5em;
    padding-right: 13%;
  }
  #day .chart #chart2 {
    padding-top: 23.8vw;
  }
  #day .chart #chart2 .innerbox .img {
    text-align: right;
  }
  #day .chart #chart2 .innerbox .img img {
    width: 80%;
  }
  #day .chart #chart2 .innerbox .text {
    padding: 2em 20% 3em;
    padding-right: 28%;
  }
  #day .chart #chart2 .obj {
    position: absolute;
    top: -4%;
    left: 5%;
    width: 40%;
  }
  #day .chart #chart3 {
    padding-top: 19.8vw;
  }
  #day .chart #chart3 .innerbox {
    display: flex;
    flex-wrap: wrap;
  }
  #day .chart #chart3 .innerbox .img {
    order: 2;
    padding-left: 5%;
  }
  #day .chart #chart3 .innerbox .img img {
    width: 80%;
  }
  #day .chart #chart3 .innerbox .text {
    order: 1;
    padding: 0em 20% 4em;
    padding-right: 31%;
  }
  #day .chart #chart3 .obj {
    position: absolute;
    top: -4%;
    left: 5%;
    width: 40%;
  }
  #day .chart #chart4 {
    padding-top: 23.8vw;
  }
  #day .chart #chart4 .innerbox {
    display: flex;
    flex-wrap: wrap;
  }
  #day .chart #chart4 .innerbox .img {
    order: 1;
  }
  #day .chart #chart4 .innerbox .img img {
    width: 70%;
  }
  #day .chart #chart4 .innerbox .text {
    order: 2;
    padding: 6.6em 20% 0em;
    padding-right: 10%;
  }
  #day .chart #chart4 .obj {
    position: absolute;
    top: 61vw;
    right: 10%;
    width: 30%;
  }
  #day .chart #chart5 {
    padding-top: 23.8vw;
  }
  #day .chart #chart5 .innerbox {
    display: flex;
    flex-wrap: wrap;
  }
  #day .chart #chart5 .innerbox .img {
    order: 2;
    padding-right: 10%;
    text-align: right;
  }
  #day .chart #chart5 .innerbox .img img {
    width: 60vw;
  }
  #day .chart #chart5 .innerbox .text {
    order: 1;
    padding: 0em 20% 2em;
    padding-right: 20%;
  }
  #day .chart #chart5 .obj {
    position: absolute;
    top: 14vw;
    left: 0%;
    width: 45%;
  }
  #day .chart #chart6 {
    padding-top: 23.8vw;
  }
  #day .chart #chart6 .innerbox {
    display: flex;
    flex-wrap: wrap;
  }
  #day .chart #chart6 .innerbox .img {
    order: 1;
    padding-left: 5%;
  }
  #day .chart #chart6 .innerbox .img img {
    width: 80vw;
  }
  #day .chart #chart6 .innerbox .text {
    order: 2;
    padding: 2em 20% 1em;
    padding-right: 10%;
  }
  #day .chart #chart6 .obj {
    position: absolute;
    top: -4%;
    left: 5%;
    width: 40%;
  }
  #day .chart #chart7 {
    padding-top: 23.8vw;
  }
  #day .chart #chart7 .innerbox .img img {
    width: 95vw;
  }
  #day .chart #chart7 .innerbox .text {
    padding: 0 20% 2.5em;
    padding-right: 31%;
  }
  #day .chart #chart7 .obj {
    position: absolute;
    top: -4%;
    left: 5%;
    width: 40%;
  }
}

@media screen and (min-width: 751px) and (max-width: 960px) {
  #day .chart .daybox .text p {
    font-size: 1.4vw !important;
  }
  #day .chart .daybox .text .pc {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  #day .chart {
    position: relative;
    padding-top: 100px;
  }
  #day .chart .left1 .pos {
    left: 2.5%;
    padding-right: 10px;
  }
  #day .chart .left1:before {
    width: 47.5%;
    right: 50%;
  }
  #day .chart .right1 .pos {
    right: 2.5%;
    padding-left: 10px;
  }
  #day .chart .right1:before {
    width: 47.5%;
    left: 50%;
  }
  #day .chart .left2 .pos {
    left: 5%;
    padding-right: 10px;
  }
  #day .chart .left2:before {
    width: 45%;
    right: 50%;
  }
  #day .chart .right2 .pos {
    right: 5%;
    padding-left: 10px;
  }
  #day .chart .right2:before {
    width: 45%;
    left: 50%;
  }
  #day .chart .left3 .pos {
    left: 7.5%;
    padding-right: 10px;
  }
  #day .chart .left3:before {
    width: 42.5%;
    right: 50%;
  }
  #day .chart .right3 .pos {
    right: 7.5%;
    padding-left: 10px;
  }
  #day .chart .right3:before {
    width: 42.5%;
    left: 50%;
  }
  #day .chart .left4 .pos {
    left: 10%;
    padding-right: 10px;
  }
  #day .chart .left4:before {
    width: 40%;
    right: 50%;
  }
  #day .chart .right4 .pos {
    right: 10%;
    padding-left: 10px;
  }
  #day .chart .right4:before {
    width: 40%;
    left: 50%;
  }
  #day .chart .left5 .pos {
    left: 12.5%;
    padding-right: 10px;
  }
  #day .chart .left5:before {
    width: 37.5%;
    right: 50%;
  }
  #day .chart .right5 .pos {
    right: 12.5%;
    padding-left: 10px;
  }
  #day .chart .right5:before {
    width: 37.5%;
    left: 50%;
  }
  #day .chart .left6 .pos {
    left: 15%;
    padding-right: 10px;
  }
  #day .chart .left6:before {
    width: 35%;
    right: 50%;
  }
  #day .chart .right6 .pos {
    right: 15%;
    padding-left: 10px;
  }
  #day .chart .right6:before {
    width: 35%;
    left: 50%;
  }
  #day .chart .left7 .pos {
    left: 17.5%;
    padding-right: 10px;
  }
  #day .chart .left7:before {
    width: 32.5%;
    right: 50%;
  }
  #day .chart .right7 .pos {
    right: 17.5%;
    padding-left: 10px;
  }
  #day .chart .right7:before {
    width: 32.5%;
    left: 50%;
  }
  #day .chart .left8 .pos {
    left: 20%;
    padding-right: 10px;
  }
  #day .chart .left8:before {
    width: 30%;
    right: 50%;
  }
  #day .chart .right8 .pos {
    right: 20%;
    padding-left: 10px;
  }
  #day .chart .right8:before {
    width: 30%;
    left: 50%;
  }
  #day .chart .left9 .pos {
    left: 22.5%;
    padding-right: 10px;
  }
  #day .chart .left9:before {
    width: 27.5%;
    right: 50%;
  }
  #day .chart .right9 .pos {
    right: 22.5%;
    padding-left: 10px;
  }
  #day .chart .right9:before {
    width: 27.5%;
    left: 50%;
  }
  #day .chart .left10 .pos {
    left: 25%;
    padding-right: 10px;
  }
  #day .chart .left10:before {
    width: 25%;
    right: 50%;
  }
  #day .chart .right10 .pos {
    right: 25%;
    padding-left: 10px;
  }
  #day .chart .right10:before {
    width: 25%;
    left: 50%;
  }
  #day .chart .left11 .pos {
    left: 27.5%;
    padding-right: 10px;
  }
  #day .chart .left11:before {
    width: 22.5%;
    right: 50%;
  }
  #day .chart .right11 .pos {
    right: 27.5%;
    padding-left: 10px;
  }
  #day .chart .right11:before {
    width: 22.5%;
    left: 50%;
  }
  #day .chart .left12 .pos {
    left: 30%;
    padding-right: 10px;
  }
  #day .chart .left12:before {
    width: 20%;
    right: 50%;
  }
  #day .chart .right12 .pos {
    right: 30%;
    padding-left: 10px;
  }
  #day .chart .right12:before {
    width: 20%;
    left: 50%;
  }
  #day .chart .left13 .pos {
    left: 32.5%;
    padding-right: 10px;
  }
  #day .chart .left13:before {
    width: 17.5%;
    right: 50%;
  }
  #day .chart .right13 .pos {
    right: 32.5%;
    padding-left: 10px;
  }
  #day .chart .right13:before {
    width: 17.5%;
    left: 50%;
  }
  #day .chart .left14 .pos {
    left: 35%;
    padding-right: 10px;
  }
  #day .chart .left14:before {
    width: 15%;
    right: 50%;
  }
  #day .chart .right14 .pos {
    right: 35%;
    padding-left: 10px;
  }
  #day .chart .right14:before {
    width: 15%;
    left: 50%;
  }
  #day .chart .left15 .pos {
    left: 37.5%;
    padding-right: 10px;
  }
  #day .chart .left15:before {
    width: 12.5%;
    right: 50%;
  }
  #day .chart .right15 .pos {
    right: 37.5%;
    padding-left: 10px;
  }
  #day .chart .right15:before {
    width: 12.5%;
    left: 50%;
  }
  #day .chart .left16 .pos {
    left: 40%;
    padding-right: 10px;
  }
  #day .chart .left16:before {
    width: 10%;
    right: 50%;
  }
  #day .chart .right16 .pos {
    right: 40%;
    padding-left: 10px;
  }
  #day .chart .right16:before {
    width: 10%;
    left: 50%;
  }
  #day .chart .left17 .pos {
    left: 42.5%;
    padding-right: 10px;
  }
  #day .chart .left17:before {
    width: 7.5%;
    right: 50%;
  }
  #day .chart .right17 .pos {
    right: 42.5%;
    padding-left: 10px;
  }
  #day .chart .right17:before {
    width: 7.5%;
    left: 50%;
  }
  #day .chart .left18 .pos {
    left: 45%;
    padding-right: 10px;
  }
  #day .chart .left18:before {
    width: 5%;
    right: 50%;
  }
  #day .chart .right18 .pos {
    right: 45%;
    padding-left: 10px;
  }
  #day .chart .right18:before {
    width: 5%;
    left: 50%;
  }
  #day .chart .left19 .pos {
    left: 47.5%;
    padding-right: 10px;
  }
  #day .chart .left19:before {
    width: 2.5%;
    right: 50%;
  }
  #day .chart .right19 .pos {
    right: 47.5%;
    padding-left: 10px;
  }
  #day .chart .right19:before {
    width: 2.5%;
    left: 50%;
  }
  #day .chart .left20 .pos {
    left: 50%;
    padding-right: 10px;
  }
  #day .chart .left20:before {
    width: 0%;
    right: 50%;
  }
  #day .chart .right20 .pos {
    right: 50%;
    padding-left: 10px;
  }
  #day .chart .right20:before {
    width: 0%;
    left: 50%;
  }
  #day .chart .left21 .pos {
    left: 52.5%;
    padding-right: 10px;
  }
  #day .chart .left21:before {
    width: -2.5%;
    right: 50%;
  }
  #day .chart .right21 .pos {
    right: 52.5%;
    padding-left: 10px;
  }
  #day .chart .right21:before {
    width: -2.5%;
    left: 50%;
  }
  #day .chart .left22 .pos {
    left: 55%;
    padding-right: 10px;
  }
  #day .chart .left22:before {
    width: -5%;
    right: 50%;
  }
  #day .chart .right22 .pos {
    right: 55%;
    padding-left: 10px;
  }
  #day .chart .right22:before {
    width: -5%;
    left: 50%;
  }
  #day .chart .left23 .pos {
    left: 57.5%;
    padding-right: 10px;
  }
  #day .chart .left23:before {
    width: -7.5%;
    right: 50%;
  }
  #day .chart .right23 .pos {
    right: 57.5%;
    padding-left: 10px;
  }
  #day .chart .right23:before {
    width: -7.5%;
    left: 50%;
  }
  #day .chart .left24 .pos {
    left: 60%;
    padding-right: 10px;
  }
  #day .chart .left24:before {
    width: -10%;
    right: 50%;
  }
  #day .chart .right24 .pos {
    right: 60%;
    padding-left: 10px;
  }
  #day .chart .right24:before {
    width: -10%;
    left: 50%;
  }
  #day .chart .left25 .pos {
    left: 62.5%;
    padding-right: 10px;
  }
  #day .chart .left25:before {
    width: -12.5%;
    right: 50%;
  }
  #day .chart .right25 .pos {
    right: 62.5%;
    padding-left: 10px;
  }
  #day .chart .right25:before {
    width: -12.5%;
    left: 50%;
  }
  #day .chart .left26 .pos {
    left: 65%;
    padding-right: 10px;
  }
  #day .chart .left26:before {
    width: -15%;
    right: 50%;
  }
  #day .chart .right26 .pos {
    right: 65%;
    padding-left: 10px;
  }
  #day .chart .right26:before {
    width: -15%;
    left: 50%;
  }
  #day .chart .left27 .pos {
    left: 67.5%;
    padding-right: 10px;
  }
  #day .chart .left27:before {
    width: -17.5%;
    right: 50%;
  }
  #day .chart .right27 .pos {
    right: 67.5%;
    padding-left: 10px;
  }
  #day .chart .right27:before {
    width: -17.5%;
    left: 50%;
  }
  #day .chart .left28 .pos {
    left: 70%;
    padding-right: 10px;
  }
  #day .chart .left28:before {
    width: -20%;
    right: 50%;
  }
  #day .chart .right28 .pos {
    right: 70%;
    padding-left: 10px;
  }
  #day .chart .right28:before {
    width: -20%;
    left: 50%;
  }
  #day .chart .left29 .pos {
    left: 72.5%;
    padding-right: 10px;
  }
  #day .chart .left29:before {
    width: -22.5%;
    right: 50%;
  }
  #day .chart .right29 .pos {
    right: 72.5%;
    padding-left: 10px;
  }
  #day .chart .right29:before {
    width: -22.5%;
    left: 50%;
  }
  #day .chart .left30 .pos {
    left: 75%;
    padding-right: 10px;
  }
  #day .chart .left30:before {
    width: -25%;
    right: 50%;
  }
  #day .chart .right30 .pos {
    right: 75%;
    padding-left: 10px;
  }
  #day .chart .right30:before {
    width: -25%;
    left: 50%;
  }
  #day .chart .left31 .pos {
    left: 77.5%;
    padding-right: 10px;
  }
  #day .chart .left31:before {
    width: -27.5%;
    right: 50%;
  }
  #day .chart .right31 .pos {
    right: 77.5%;
    padding-left: 10px;
  }
  #day .chart .right31:before {
    width: -27.5%;
    left: 50%;
  }
  #day .chart .left32 .pos {
    left: 80%;
    padding-right: 10px;
  }
  #day .chart .left32:before {
    width: -30%;
    right: 50%;
  }
  #day .chart .right32 .pos {
    right: 80%;
    padding-left: 10px;
  }
  #day .chart .right32:before {
    width: -30%;
    left: 50%;
  }
  #day .chart .left33 .pos {
    left: 82.5%;
    padding-right: 10px;
  }
  #day .chart .left33:before {
    width: -32.5%;
    right: 50%;
  }
  #day .chart .right33 .pos {
    right: 82.5%;
    padding-left: 10px;
  }
  #day .chart .right33:before {
    width: -32.5%;
    left: 50%;
  }
  #day .chart .left34 .pos {
    left: 85%;
    padding-right: 10px;
  }
  #day .chart .left34:before {
    width: -35%;
    right: 50%;
  }
  #day .chart .right34 .pos {
    right: 85%;
    padding-left: 10px;
  }
  #day .chart .right34:before {
    width: -35%;
    left: 50%;
  }
  #day .chart .left35 .pos {
    left: 87.5%;
    padding-right: 10px;
  }
  #day .chart .left35:before {
    width: -37.5%;
    right: 50%;
  }
  #day .chart .right35 .pos {
    right: 87.5%;
    padding-left: 10px;
  }
  #day .chart .right35:before {
    width: -37.5%;
    left: 50%;
  }
  #day .chart .left36 .pos {
    left: 90%;
    padding-right: 10px;
  }
  #day .chart .left36:before {
    width: -40%;
    right: 50%;
  }
  #day .chart .right36 .pos {
    right: 90%;
    padding-left: 10px;
  }
  #day .chart .right36:before {
    width: -40%;
    left: 50%;
  }
  #day .chart .left37 .pos {
    left: 92.5%;
    padding-right: 10px;
  }
  #day .chart .left37:before {
    width: -42.5%;
    right: 50%;
  }
  #day .chart .right37 .pos {
    right: 92.5%;
    padding-left: 10px;
  }
  #day .chart .right37:before {
    width: -42.5%;
    left: 50%;
  }
  #day .chart .left38 .pos {
    left: 95%;
    padding-right: 10px;
  }
  #day .chart .left38:before {
    width: -45%;
    right: 50%;
  }
  #day .chart .right38 .pos {
    right: 95%;
    padding-left: 10px;
  }
  #day .chart .right38:before {
    width: -45%;
    left: 50%;
  }
  #day .chart .left39 .pos {
    left: 97.5%;
    padding-right: 10px;
  }
  #day .chart .left39:before {
    width: -47.5%;
    right: 50%;
  }
  #day .chart .right39 .pos {
    right: 97.5%;
    padding-left: 10px;
  }
  #day .chart .right39:before {
    width: -47.5%;
    left: 50%;
  }
  #day .chart .left40 .pos {
    left: 100%;
    padding-right: 10px;
  }
  #day .chart .left40:before {
    width: -50%;
    right: 50%;
  }
  #day .chart .right40 .pos {
    right: 100%;
    padding-left: 10px;
  }
  #day .chart .right40:before {
    width: -50%;
    left: 50%;
  }
  #day .chart .subttl > span {
    width: 2.5vw;
  }
  #day .chart:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 2px;
    height: 100%;
    background-color: #e0e0e0;
  }
  #day .chart h2 {
    position: absolute;
    width: 27.5%;
    left: 10%;
    z-index: 4;
  }
  #day .chart h2 img {
    max-width: 100%;
  }
  #day .chart .daybox {
    width: 100%;
    position: relative;
  }
  #day .chart .daybox:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    background-color: #e0e0e0;
    top: 2vw;
  }
  #day .chart .daybox:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e0e0e0;
    left: 50%;
    top: 2vw;
    transform: translate(-50%, -50%);
  }
  #day .chart .daybox img {
    width: 100%;
    vertical-align: bottom;
  }
  #day .chart .daybox .sp {
    display: none;
  }
  #day .chart .daybox .pos {
    width: 15%;
    position: absolute;
    background-color: #fff;
  }
  #day .chart .daybox .innerbox {
    position: relative;
    z-index: 3;
    display: flex;
  }
  #day .chart .daybox .innerbox .img {
    box-sizing: content-box;
  }
  #day .chart .daybox .innerbox .text {
    display: flex;
    box-sizing: content-box;
    align-items: center;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  #day .chart .daybox .obj {
    z-index: 4;
  }
  #day .chart #chart1 {
    margin-top: 7.8vw;
  }
  #day .chart #chart1 .innerbox {
    padding-top: 7vw;
  }
  #day .chart #chart1 .innerbox .img {
    width: 57.5vw;
  }
  #day .chart #chart1 .innerbox .text {
    padding-left: 5vw;
    margin-top: 3vw;
    /*margin-top: 17.7%;*/
    width: 21.5vw;
  }
  #day .chart #chart1 .innerbox .text p {
    max-width: 380px;
  }
  #day .chart #chart2 {
    margin-top: 11.4vw;
    padding-bottom: 11.7vw;
  }
  #day .chart #chart2 .innerbox {
    justify-content: space-between;
    padding-right: 5%;
    padding-left: 17.5%;
  }
  #day .chart #chart2 .innerbox .img {
    width: 55vw;
    padding-left: 5vw;
    margin-top: -4vw;
  }
  #day .chart #chart2 .innerbox .text {
    /*margin-top: 13%;*/
    width: 17.5vw;
    margin-top: 5vw;
  }
  #day .chart #chart2 .innerbox .text p {
    max-width: 300px;
  }
  #day .chart #chart2 .obj {
    position: absolute;
    width: 25%;
    bottom: 0;
    left: 5%;
  }
  #day .chart #chart3 {
    padding-bottom: 11.7vw;
  }
  #day .chart #chart3 .innerbox {
    padding-left: 12.5%;
  }
  #day .chart #chart3 .innerbox .img {
    width: 50vw;
    margin-top: 7.5vw;
  }
  #day .chart #chart3 .innerbox .text {
    padding-left: 5vw;
    width: 16.5vw;
    margin-top: 11.8vw;
    /*margin-top: 23%;*/
  }
  #day .chart #chart3 .innerbox .text p {
    max-width: 300px;
  }
  #day .chart #chart3 .obj {
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  #day .chart #chart4 {
    padding-bottom: 11.7vw;
  }
  #day .chart #chart4 .innerbox {
    justify-content: space-between;
    padding-left: 17.5%;
    padding-right: 7.5%;
  }
  #day .chart #chart4 .innerbox .img {
    width: 46.5vw;
    margin-top: 7.1vw;
  }
  #day .chart #chart4 .innerbox .text {
    width: 22.5vw;
    margin-top: 21vw;
    /*margin-top: 32%;*/
  }
  #day .chart #chart4 .innerbox .text p {
    max-width: 380px;
  }
  #day .chart #chart4 .obj {
    position: absolute;
    top: 0;
    right: 17.5%;
    width: 15%;
  }
  #day .chart #chart5 {
    padding-bottom: 11.7vw;
  }
  #day .chart #chart5 .innerbox {
    padding-left: 5%;
  }
  #day .chart #chart5 .innerbox .img {
    width: 50vw;
    margin-top: -4vw;
    padding-right: 5vw;
  }
  #day .chart #chart5 .innerbox .text {
    width: 24vw;
    margin-top: 10vw;
    /*margin-top: 18%;*/
  }
  #day .chart #chart5 .innerbox .text p {
    max-width: 430px;
  }
  #day .chart #chart5 .obj {
    position: absolute;
    width: 20%;
    bottom: 0;
    right: 17.5%;
  }
  #day .chart #chart6 {
    padding-bottom: 11.7vw;
  }
  #day .chart #chart6 .innerbox {
    justify-content: space-between;
    padding-right: 15%;
    padding-left: 15%;
  }
  #day .chart #chart6 .innerbox .img {
    width: 50vw;
    margin-top: 6.7vw;
  }
  #day .chart #chart6 .innerbox .text {
    width: 15vw;
    margin-top: 12vw;
    /*margin-top: 27.7%;*/
  }
  #day .chart #chart6 .innerbox .text p {
    max-width: 270px;
  }
  #day .chart #chart6 .obj {
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  #day .chart #chart7 .subttl {
    flex-flow: wrap-reverse;
  }
  #day .chart #chart7 .innerbox {
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
  }
  #day .chart #chart7 .innerbox .img {
    width: 100%;
    margin: 10% auto 0;
  }
  #day .chart #chart7 .innerbox .text {
    width: 19vw;
    padding-left: 50vw;
  }
  #day .chart #chart7 .innerbox .text p {
    max-width: 350px;
  }
  #day .chart #chart7 .obj {
    position: absolute;
    bottom: 0;
    left: 5%;
  }
}

#voice {
  background-color: #f7f7f7;
}

#voice .flex {
  display: flex;
  background: url("../IMAGES/voice_back.jpg") no-repeat center top;
  background-size: cover;
}

#voice .flex .flex1 {
  width: 40%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9% 0;
  max-height: 540px;
  line-height: 2;
}

#voice .flex .flex1 .inner {
  color: #fff;
  letter-spacing: 0.2em;
}

#voice .flex .flex1 .inner h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
}

#voice .flex .flex1 .inner h3 span {
  display: block;
  font-size: 260%;
  font-weight: 100;
  line-height: 2;
}

#voice .flex .flex1 .inner h3:before {
  content: "20,000人以上が体験!";
  font-weight: 500;
  background-color: #fff;
  color: #00a1e0;
  text-align: center;
  display: block;
  font-style: italic;
}

#voice .flex .flex1 .inner h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 2px;
  background-color: #fff;
}

#voice .flex .flex1 .inner p {
  padding: 1em 0;
}

#voice .flex .flex1 .inner .btn a {
  display: block;
  max-width: 320px;
  border: 2px solid #c3002f;
  padding: 1em 2em;
  text-align: center;
  position: relative;
}

#voice .flex .flex1 .inner .btn a:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 1em;
  background: url("../IMAGES/arrow_r.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

#voice > .inner {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  background-color: #f7f7f7;
  margin-top: -70px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

#voice #voicelist {
  margin: 0px auto 40px;
  box-sizing: border-box;
  padding: 1em;
  width: 96%;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#voice #voicelist li {
  text-align: center;
}

#voice #voicelist li a {
  display: block;
  position: relative;
  padding: 1em;
  color: #333333;
}

#voice #voicelist li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#voice #voicelist li.on a:after, #voice #voicelist li:hover a:after {
  background-color: #00a1e0;
}

#voice #voice1, #voice #voice2, #voice #voice3, #voice #voice4, #voice #voice5, #voice #voice6 {
  display: none;
}

#voice #voice1.on, #voice #voice2.on, #voice #voice3.on, #voice #voice4.on, #voice #voice5.on, #voice #voice6.on {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#voice #voice1 li, #voice #voice2 li, #voice #voice3 li, #voice #voice4 li, #voice #voice5 li, #voice #voice6 li {
  width: 49%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1em 1em 4em;
  margin-bottom: 2%;
  position: relative;
}

#voice #voice1 li .icon, #voice #voice2 li .icon, #voice #voice3 li .icon, #voice #voice4 li .icon, #voice #voice5 li .icon, #voice #voice6 li .icon {
  max-width: 460px;
  margin: 0 auto;
  font-size: 90%;
  position: absolute;
  bottom: 1em;
  left: 50%;
  padding: 1.3em;
  width: 100%;
  transform: translateX(-50%);
}

#voice #voice1 li .icon:before, #voice #voice2 li .icon:before, #voice #voice3 li .icon:before, #voice #voice4 li .icon:before, #voice #voice5 li .icon:before, #voice #voice6 li .icon:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../IMAGES/icon_voice.png") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1em;
}

#voice #voice1 li .icon.icon2:before, #voice #voice2 li .icon.icon2:before, #voice #voice3 li .icon.icon2:before, #voice #voice4 li .icon.icon2:before, #voice #voice5 li .icon.icon2:before, #voice #voice6 li .icon.icon2:before {
  background: url("../IMAGES/icon_voice2.png") no-repeat center center;
  background-size: contain;
}

#voice #voice1 li .icon p, #voice #voice2 li .icon p, #voice #voice3 li .icon p, #voice #voice4 li .icon p, #voice #voice5 li .icon p, #voice #voice6 li .icon p {
  display: inline-block;
}

#voice #voice1 li > p, #voice #voice2 li > p, #voice #voice3 li > p, #voice #voice4 li > p, #voice #voice5 li > p, #voice #voice6 li > p {
  max-width: 460px;
  margin: 0 auto;
  padding: 1.3em;
  position: relative;
  background-image: url("../IMAGES/icon_comment1.png"), url("../IMAGES/icon_comment2.png");
  background-repeat: no-repeat;
  background-position: left top,right bottom;
  font-size: 120%;
}

#flow .inner {
  width: 92%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 0 80px;
}

#flow h3 {
  text-align: center;
  font-size: 140%;
  letter-spacing: 0.2em;
  margin-bottom: 3em;
  position: relative;
}

#flow h3 span {
  display: block;
  font-size: 190%;
}

#flow h3 em {
  font-style: italic;
}

#flow h3:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: #00ade5;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
}

#flow .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: hoge;
}

#flow .flex img {
  max-width: 150px;
}

#flow .flex dl {
  margin-top: 1em;
  font-weight: 300;
  text-align: center;
}

#flow .flex dl dt {
  font-size: 140%;
  padding: 0.5em 0;
}

#flow .flex dl dd {
  text-indent: 0.5em;
}

#flow .flex li {
  background-color: #f7f8f8;
  width: 30%;
  padding: 4em 2%;
  text-align: center;
  position: relative;
}

#flow .flex li:before {
  display: inline-block;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background-color: #00ade5;
  color: #fff;
  counter-increment: hoge;
  content: counter(hoge);
  position: absolute;
  left: 0;
  top: 0;
}

#flow .flex li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 7px;
  background: url("../IMAGES/arrow2.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -18%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.entry {
  background-color: #232c2c;
  padding: 2em 0;
  font-size: 160%;
}

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

.entry .btn a {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  color: #fff;
  background-color: #c3002f;
  position: relative;
  transition: 0.5s;
}

.entry .btn a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url("../IMAGES/arrow_w.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

.entry .btn a:hover {
  opacity: 0.8;
}

.caution_contents {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  margin-top: 50px;
}

.caution_contents h5 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
}

.caution_contents p.txt_enp {
  margin-bottom: 0.5em;
}

.caution_contents p {
  padding-top: 1em;
  font-size: 14px;
  line-height: 1.8;
}

#footer {
  line-height: 1.7;
  color: #666666;
  font-family: Verdana,
 "ヒラギノ角ゴ Pro W3",
 "ＭＳ Ｐゴシック",
 sans-serif;
  font-size: 75%;
  -webkit-text-size-adjust: 100%;
  margin-bottom: 200px;
}

@media screen and (max-width: 1360px) {
  .wrap_search {
    width: 100%;
  }
  #about .flex .flex2 .inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 1020px) {
  body {
    font-size: 90%;
  }
  .wrap_search {
    position: inherit;
    transform: translate(0, 0);
  }
  .wrap_search .arr_center {
    display: block;
    width: 100%;
  }
  .wrap_note {
    background-color: #373b3b;
    margin-bottom: 0;
  }
  .left_search {
    text-align: center;
    padding: 0 1em;
    line-height: 1;
  }
  .left_search:after {
    content: none;
  }
  .search_box {
    justify-content: center;
  }
  #about .flex .flex2 .inner h3 {
    width: 80%;
  }
  #about .flex .flex2 .inner h3 img {
    max-width: 100%;
  }
  #about .flex .flex2 .inner p {
    font-size: 70%;
  }
  #experience .inner {
    padding: 5% 0;
  }
  #voice .flex {
    display: block;
    background: url("../IMAGES/sp_voice_back.jpg") no-repeat center top;
    background-size: cover;
  }
  #voice .flex .flex1 {
    width: 100%;
  }
  #voice .flex .flex2 {
    display: none;
  }
  #flow .inner {
    padding: 5% 0 8%;
  }
}

@media screen and (max-width: 769px) {
  .pc_contents {
    display: none !important;
  }
  .sp_contents {
    display: block !important;
  }
  #header-sp {
    position: absolute;
  }
  #header-sp a {
    width: 45.6%;
    max-width: 171px;
    display: block;
  }
  #header-sp img {
    width: 100%;
    height: auto;
  }
  .mv_inner .mv_movie {
    position: relative;
  }
  .mv_inner .mv_movie_item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mv_inner .mv_movie_item .w {
    width: 101%;
  }
  .mv_inner .mv_movie_item .h {
    height: 101%;
  }
  .mv_inner .mv_movie_ttl {
    width: 41%;
  }
  .mv_inner .mv_note {
    color: #fff;
    background-color: #000;
    padding: 20px 0;
    text-align: center;
  }
  .mv_inner .mv_note p {
    font-size: 22px;
    font-weight: 700;
  }
  .mv_inner .txt_mv {
    font-size: 18px;
    padding: 24px 0;
    line-height: 1.8;
  }
  .mv_inner .txt_mv b {
    font-size: 22px;
    font-weight: 600;
  }
  .left_search {
    line-height: 3;
    padding: 0.5em 1em 0;
    font-size: 10px;
  }
  .wrap_search .wrap_search2nd {
    padding: 0;
  }
  .search_box {
    padding: 0.5em 1em 1em;
  }
  .search_box dt input {
    font-size: 10px;
  }
  .search_box dt input[name="zip1"] {
    width: 5em;
  }
  .search_box dt input[name="zip2"] {
    width: 6em;
  }
  .search_box dd {
    padding-left: 0.5em;
  }
  .search_box dd a {
    font-size: 10px;
    width: 14em;
  }
  .search_box #search span {
    font-size: 100%;
  }
  .result_area.visible_rslt {
    padding: 70px 0;
  }
  .result_area:before {
    border-width: 30px 30px 0 30px;
  }
  .result_info {
    margin-bottom: 5%;
    text-align: center;
  }
  .result_set {
    flex-direction: column;
    text-align: center;
  }
  .result_set + .result_set {
    margin-top: 10%;
  }
  .result_set dd {
    text-align: center;
    margin-top: 4%;
    padding: 0 40px;
  }
  .result_set dd a {
    display: inline-block !important;
  }
  .result_set dd a img {
    max-width: 100%;
  }
  .wrap_nav ul li a:hover {
    background-color: transparent;
    color: #fff;
  }
  .entry {
    padding: 1em 0;
    font-size: 110%;
  }
  #about .flex {
    display: block;
    text-align: center;
  }
  #about .flex .flex1, #about .flex .flex2 {
    width: 100%;
  }
  #about .flex .flex1 .inner, #about .flex .flex2 .inner {
    padding: 3em 1em;
  }
  #about .flex .flex1 .inner h3, #about .flex .flex2 .inner h3 {
    font-size: 26px;
  }
  #about .flex .flex1 .inner h3 br, #about .flex .flex2 .inner h3 br {
    display: none;
  }
  #about .flex .flex1 .inner p, #about .flex .flex2 .inner p {
    font-size: 70%;
    line-height: 2.2;
  }
  #about .flex .flex1 .inner .btn a, #about .flex .flex2 .inner .btn a {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
  #about .flex .flex1 {
    height: 60vw;
  }
  #about .flex .flex2 h3 {
    width: 80%;
    margin: 0 auto;
  }
  #experience h3 {
    font-size: 100%;
  }
  #experience .swiper-container {
    padding-bottom: 3em;
  }
  #experience .swiper-container .swiper-slide {
    width: 100%;
    padding: 0 5%;
  }
  #experience .swiper-container .swiper-slide img {
    width: 100%;
  }
  #experience .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 10px;
  }
  #experience .swiper-pagination-bullet-active {
    background-color: #00a1e0;
    position: relative;
  }
  #experience .swiper-pagination-bullet-active:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #00a1e0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #voice .inner {
    padding-bottom: 30px;
  }
  #voice .flex .flex1 {
    padding: 10% 0 20%;
  }
  #voice .flex .flex1 .inner {
    text-align: center;
    width: 96%;
  }
  #voice .flex .flex1 .inner h3 {
    margin-bottom: 0;
  }
  #voice .flex .flex1 .inner h3 span {
    font-size: 180%;
  }
  #voice .flex .flex1 .inner h3:after {
    position: inherit;
    margin: 10px auto;
  }
  #voice #voicelist {
    padding: 0;
    margin-bottom: 20px;
    font-size: 12px;
  }
  #voice #voicelist li {
    font-size: 90%;
    width: 33%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #voice #voicelist li a {
    padding: 1em 0;
  }
  #voice #voice1 li, #voice #voice2 li, #voice #voice3 li, #voice #voice4 li, #voice #voice5 li, #voice #voice6 li {
    width: 100%;
  }
  #voice #voice1 li .icon, #voice #voice2 li .icon, #voice #voice3 li .icon, #voice #voice4 li .icon, #voice #voice5 li .icon, #voice #voice6 li .icon {
    padding: 1.3em 2.6em;
  }
  #flow h3 {
    font-size: 100%;
  }
  #flow .flex {
    display: block;
  }
  #flow .flex img {
    max-width: 100%;
  }
  #flow .flex li {
    width: 100%;
    padding: 2em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4em;
  }
  #flow .flex li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 7px;
    background: url("../IMAGES/arrow2.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 47%;
    top: 114%;
    transform: translate(0%, 0%) rotate(90deg);
  }
  #flow .flex li div {
    width: 35%;
    max-width: 120px;
  }
  #flow .flex li dl {
    text-align: left;
    padding-left: 2em;
    width: 60%;
    max-width: 210px;
    margin-top: 0;
  }
  #flow .flex li dl dd {
    text-indent: 0;
  }
  .caution_contents {
    padding: 9% 20px 2%;
    margin-top: 0;
  }
  .caution_contents h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.mv_inner .mv_movie_ttl {
  width: 28%;
  left: 8%;
}

@media screen and (max-width: 769px) {
  .mv_inner .mv_movie_ttl {
    width: 34%;
    left: 6%;
  }
}


#footstay {
	width: 100%;
}
@media screen and (max-width: 769px) {
	#footstay {
		width: 100%;
		margin-bottom: -20px;
	}
}

#footstay * {
	box-sizing: border-box;
	line-height: 1.7;
}

#footstay .wrap_search {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	transform: unset;
	position: unset;
	left: unset;
	z-index: unset;
}

#footstay .wrap_search2nd {
	padding: 0.5em 0;
	background-color: #15191a;
}

#footstay .wrap_nav {
	background-color: #222627;
}

#footstay .left_search {
	line-height: 3;
}

#footstay .search_box {
	padding: 0 25px;
}

#footstay .search_box dt input {
	padding: 0.5em 0.5em;
	line-height: 1.2;
}

#footstay .search_box dd a {
	padding: 0.5em 0;
}

#fixed.footer_off {
	transition: 0s;
	transform: translateY(100);
}

#footstay .wrap_search {
	position: initial;
	transform: none;
}
