@charset "UTF-8";
/*
Theme Name: Audition
Theme URI: http://
Description: このテーマは、「Audition」求人サイト用テーマです。
Author: Nick DRM
Version: 1.0
*/
.m_width, .innner, .innner2, #cont-about .ttl-oblique, .wrap-pages, .box_cap {
  max-width: 960px; }

/*setting・parts*/
body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-family: 'Hiragino Mincho ProN','Yu Mincho',serif;
  line-height: 2;
  letter-spacing: .08em;
  color: #333;
  min-width: 320px;
  font-size: 14px; }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1; }
  @media screen and (max-width: 374px) {
    body {
      font-size: 12px; } }
  @media screen and (min-width: 780px) {
    body {
      font-size: 16px; } }
  @media screen and (min-width: 961px) {
    body {
      font-size: 17px; } }

main {
  flex: 1 0 auto;
  overflow: hidden; }

section {
  overflow: hidden;
  padding: 4.2em 0 2em; }

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

img {
  width: 100%; }

.em1 {
  color: #e61446; }

.caps {
  font-size: .7rem;
  line-height: 1.3;
  display: inline-block; }

.g-font {
  font-family: 'Sorts Mill Goudy', serif; }

.f-ss, #cont-news, #cont-salary .box_salary_example, #cont-access {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial,Helvetica, sans-serif; }

@media screen and (max-width: 1199px) {
  /*SP*/
  .pc {
    display: none !important; }

  .sp {
    display: inline-block !important; }

  body::before {
    background: url(../img/base-bg-sp.png) no-repeat center top;
    background-size: cover; } }
@media screen and (min-width: 1200px) {
  /*PC*/
  .pc {
    display: block !important; }

  .sp {
    display: none !important; }

  body::before {
    background: url(../img/base-bg-pc.png) no-repeat center top;
    background-size: cover; }

  main {
    padding-top: 80px; }

  a {
    transition: .4s; }

  a:hover {
    opacity: .7; } }
.flex, .flexB, .flexC, .flexW {
  display: flex; }

.flexB {
  justify-content: space-between; }

.flexC {
  justify-content: center; }

.flexW {
  flex-wrap: wrap; }

.innner, .innner2 {
  margin: 0 auto;
  position: relative;
  z-index: 50; }

.innner {
  padding: 0 2em; }

.innner2 {
  padding: 0 1em; }

.box-1 {
  padding: 1.4em;
  background: url(../img/pt-1.png) no-repeat center;
  background-size: cover; }

.ttl1 {
  text-align: center;
  margin-bottom: 2.6em;
  color: #464396;
  line-height: 1; }

.ttl1 b {
  font-size: 3em;
  display: block; }

.ttl2 {
  color: #464396;
  background: white;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  line-height: 1; }

.ttl3 {
  color: white;
  background: #464396;
  font-weight: bold;
  padding: .2em;
  text-align: center;
  font-size: 1.1em; }

.cont-policy .ttl4 {
  margin: 1em 0 0 1em;
  display: inline-block;
  background: #fff7e2;
  padding: 0 1em; }

.ttl5 {
  color: #464396;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.4;
  margin: .4em auto;
  text-align: center; }

.ttl5 span {
  display: inline-block;
  padding: 0 1.5em;
  background-image: url(../img/icon-dia.svg), url(../img/icon-dia.svg);
  background-repeat: no-repeat;
  background-position: left center,right center;
  background-size: 1.5em; }

.lst-2 {
  margin: .4em auto 0; }

.lst-2 li {
  position: relative;
  background: #fff;
  padding: .8em .8em .8em 4.4em;
  color: #464396;
  margin-bottom: .4em;
  counter-increment: num;
  font-weight: 700;
  border-radius: 0 4em 4em 0;
  line-height: 1.3; }

.lst-2 b {
  display: block;
  font-size: 1.4em; }

.lst-2 li::before, .lst-2 li::after {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  left: 0; }

.lst-2 li::before {
  content: counter(num);
  width: 2.8em;
  height: 1.4em;
  text-align: center;
  font-size: 1.2em;
  top: 50%;
  margin-top: -.7em; }

.lst-2 li::after {
  content: "";
  width: 3.4em;
  height: 100%;
  top: 0;
  border-right: 1px solid #a4dbf5; }

/*パララックス背景*/
.scroll-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/scroll-front-sp.png) repeat-y center top;
  background-size: 100% auto; }

.scroll-middle {
  height: 100%;
  background: url(../img/scroll-middle-sp.png) repeat-y center top;
  background-size: 100% auto; }

.scroll-back {
  height: 100%;
  background: url(../img/scroll-back-sp.png) repeat-y center top;
  background-size: 100% auto; }

@media screen and (min-width: 1200px) {
  .scroll-base {
    background: url(../img/scroll-front-pc.png) repeat-y center bottom;
    background-size: 1400px auto; }

  .scroll-middle {
    background: url(../img/scroll-middle-pc.png) repeat-y center bottom;
    background-size: 1400px auto; }

  .scroll-back {
    background: url(../img/scroll-back-pc.png) repeat-y center bottom;
    background-size: 1400px auto; } }
/*header*/
header {
  position: absolute;
  width: 100%;
  min-width: 320px;
  height: 50px;
  z-index: 96; }
  header .logo {
    position: absolute;
    left: 0; }
    header .logo a {
      display: block;
      width: 100%;
      max-width: 160px; }

@media screen and (min-width: 1200px) {
  header {
    position: fixed;
    height: 80px;
    background: rgba(255, 255, 255, 0.8); }
    header .logo {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      header .logo a {
        max-width: 240px; }

  .h-info-pc {
    padding-right: .4em;
    border-right: 1px dashed #bbb;
    -webkit-align-items: center;
    align-items: center; }

  .h-tel {
    padding: 0 6px; }

  .h-tel p {
    position: relative;
    padding-left: 25px;
    line-height: 1.4; }

  .tel {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0; }

  .lineid {
    color: #00B900;
    font-size: 14px; }

  .h-tel .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .h-info-pc li:last-child a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    border-radius: 20px;
    background: #e61446;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #fff; }

  .h-info-pc .icon-tel {
    fill: #2d2d2d; }

  .h-info-pc .icon-line {
    fill: #00B900; }

  .h-info-pc .icon-mail {
    width: 60%;
    height: 100%;
    fill: #fff; } }
/*main*/
/*main visual*/
.mv {
  /*display: flex;flex-direction: column;
  align-items: center;justify-content: flex-end;*/
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 480px;
  background: url(../img/mv-bg-sp.png) no-repeat center;
  background-size: cover; }
  .mv picture {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
    width: 100%;
    max-width: 960px; }
  .mv::before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 98%;
    background: url(../img/mv-girl-sp.png) no-repeat center bottom;
    background-size: auto 100%; }

@media screen and (min-width: 1200px) {
  .mv {
    height: calc(100vh - 80px);
    min-height: 750px;
    background: url(../img/mv-bg-pc.png) no-repeat center;
    background-size: cover; }
    .mv::before {
      background: url(../img/mv-girl-pc.png) no-repeat center bottom;
      background-size: auto 100%; } }
/*top navigation*/
.top-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1; }
  .top-nav li {
    width: 50%;
    max-width: 50%; }
    .top-nav li a {
      display: block;
      text-align: center;
      color: #fff;
      font-weight: 700;
      line-height: 1;
      padding: 1.6em 0;
      height: 4em;
      letter-spacing: 0;
      font-size: 1.3em; }
      @media screen and (min-width: 1200px) {
        .top-nav li a {
          font-size: 1.6em; } }
    .top-nav li:first-child a {
      background: #22c5b3; }
      .top-nav li:first-child a:hover {
        background: #1ce3cd;
        opacity: 1; }
    .top-nav li:nth-child(2) a {
      background: #0099d5; }
      .top-nav li:nth-child(2) a:hover {
        background: #18beff;
        opacity: 1; }

/*オーディションとは*/
#cont-about .sub-t {
  font-size: 1.5em;
  line-height: 1.5;
  margin: 2.4em auto;
  text-align: center; }
#cont-about .ttl-oblique {
  color: #464396;
  font-size: 1.4em;
  line-height: 1;
  margin: 2em auto;
  text-align: center;
  position: relative; }
  #cont-about .ttl-oblique::before, #cont-about .ttl-oblique::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: calc(50% - 7em);
    height: .6em;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, #afafc8 25%, #afafc8 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, #afafc8 75%, #afafc8);
    background-size: 4px 4px;
    top: 50%;
    margin-top: -.3em; }
  #cont-about .ttl-oblique::before {
    left: 0; }
  #cont-about .ttl-oblique::after {
    right: 0; }

.box-2col {
  overflow: hidden; }

.rev {
  clear: both;
  padding-top: 1em; }

.box-2col img {
  max-width: 300px;
  margin: 0 auto;
  display: block; }

.col-l, .col-r {
  margin-bottom: 1em; }

.col-l {
  float: left;
  width: 52%; }

.col-r {
  float: right;
  width: 48%; }

.rev .col-l {
  width: 40%; }

.rev .col-r {
  width: 60%; }

@media screen and (max-width: 420px) {
  .col-l.bp1, .col-r.bp1 {
    width: 100%; } }
@media screen and (max-width: 520px) {
  .col-l.bp2, .col-r.bp2 {
    width: 100%; } }
@media screen and (max-width: 630px) {
  .col-l.bp3, .col-r.bp3 {
    width: 100%; } }
@media screen and (min-width: 960px) {
  .col-l {
    width: 62%; }

  .col-r {
    width: 30%; }

  .rev .col-l {
    width: 30%; }

  .rev .col-r {
    width: 62%; } }
/*オーディションからのお知らせ*/
#cont-news {
  color: #464396;
  background: #fff;
  font-size: .9em; }
  #cont-news ul {
    max-width: 960px;
    margin: 0 auto; }
    #cont-news ul li:not(:last-child) {
      border-bottom: 1px solid #464396; }
    #cont-news ul .accordion {
      padding: .8em 2.4em .8em 5.5em;
      line-height: 1.3; }
    #cont-news ul .date {
      display: inline-block;
      font-size: .8em;
      letter-spacing: 0;
      width: 6em;
      position: absolute;
      left: 0; }
    #cont-news ul .sub-aco {
      padding-bottom: 1em; }

/*movie*/
.movie {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden; }

.movie > div {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

/*初めての女の子へ*/
#cont-beginner {
  background: rgba(131, 233, 211, 0.5); }

.sub-box {
  margin: 1em 0 2em;
  text-align: center; }

.sub-box p {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: .3em;
  padding: 1em;
  font-size: .8em;
  line-height: 1.4;
  text-align: left; }

/*お給料と待遇*/
#cont-salary {
  background: rgba(76, 205, 239, 0.5); }
  #cont-salary .box-5gift {
    background: #f8f4ff;
    padding: 2em 1.4em 1.4em;
    font-size: .8em; }
    #cont-salary .box-5gift h5 {
      margin: 0 auto 1em;
      max-width: 500px; }
    #cont-salary .box-5gift ol {
      margin-top: 1em; }
      #cont-salary .box-5gift ol li {
        color: #ee5f81;
        font-size: 1.3em;
        font-weight: 700;
        margin-bottom: .8em;
        position: relative;
        padding-left: 3.3em;
        line-height: 1.3; }
        #cont-salary .box-5gift ol li span {
          display: inline-block;
          background: #ee5f81;
          font-size: .7em;
          letter-spacing: 0;
          color: #fff;
          font-weight: 700;
          text-align: center;
          padding: .4em .8em;
          position: absolute;
          left: -.5em;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          border-radius: 0 1em 1em 0; }
    @media screen and (min-width: 1200px) {
      #cont-salary .box-5gift {
        /*PC*/ }
        #cont-salary .box-5gift p {
          text-align: center; }
        #cont-salary .box-5gift ol li {
          font-size: 1.8em; } }
  #cont-salary .box_salary_example {
    font-size: 1.1em;
    background: #f8f4ff;
    margin-bottom: 2em; }
    #cont-salary .box_salary_example h5 {
      background: #464396;
      color: white;
      padding: .8em;
      line-height: 1;
      font-size: 1.3em; }
    #cont-salary .box_salary_example .box_ex {
      padding-top: 1.2em;
      position: relative; }
      #cont-salary .box_salary_example .box_ex.ex1 {
        background: rgba(255, 214, 235, 0.8); }
      #cont-salary .box_salary_example .box_ex.ex2 {
        background: rgba(255, 243, 184, 0.8); }
      #cont-salary .box_salary_example .box_ex.ex3 {
        background: rgba(184, 242, 255, 0.8); }
      #cont-salary .box_salary_example .box_ex h6 {
        background: rgba(70, 67, 150, 0.7);
        font-size: 1em;
        padding: .5em 0;
        text-align: center;
        width: 10em;
        margin: 0 auto;
        border-radius: 1em;
        color: white;
        line-height: 1;
        margin-bottom: 1em; }
      #cont-salary .box_salary_example .box_ex ul {
        width: 100%;
        position: absolute;
        bottom: 10%;
        background: rgba(255, 255, 255, 0.8);
        padding: 1em;
        line-height: 1.5;
        color: #464396;
        font-weight: bold; }
        #cont-salary .box_salary_example .box_ex ul li {
          position: relative;
          padding-left: 1.2em; }
          #cont-salary .box_salary_example .box_ex ul li::before {
            content: "";
            position: absolute;
            left: 0;
            width: .6em;
            height: .6em;
            top: .46em;
            border-radius: .3em;
            background: rgba(70, 67, 150, 0.6); }
      @media screen and (min-width: 768px) {
        #cont-salary .box_salary_example .box_ex {
          /*PC*/
          padding-top: 2.4em; }
          #cont-salary .box_salary_example .box_ex h6 {
            margin-bottom: -40px; }
          #cont-salary .box_salary_example .box_ex img {
            position: relative;
            z-index: 1;
            width: 350px; }
          #cont-salary .box_salary_example .box_ex ul li {
            width: 50%;
            margin-left: auto; } }

.box-tbl-price {
  font-size: .8em;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 0; }

.thumb-item-nav {
  padding: .4em; }

.thumb-item-nav .slick-slide {
  padding: .4em; }

.thumb-item-nav .salary-tab {
  display: block;
  background: #8482b7;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 1.4em .5em;
  border-radius: .2em;
  cursor: pointer;
  transition: .4s; }

.thumb-item-nav .salary-tab:hover {
  background: #625ec2; }

.thumb-item-nav .slick-current .salary-tab {
  background: #464396;
  cursor: default; }

.thumb-item-nav .slick-current .salary-tab:hover {
  background: #464396; }

.box-tbl-price table {
  border-left: 1px solid #fbe7bf; }

.box-tbl-price th, .box-tbl-price td {
  padding: 1.4em .5em;
  border-right: 1px solid #fbe7bf;
  border-bottom: 1px solid #fbe7bf;
  vertical-align: middle;
  text-align: center; }

.box-tbl-price th {
  background: rgba(53, 49, 143, 0.5);
  color: #fff; }

.box-tbl-price tr td:first-child {
  color: #fff; }

.box-tbl-price td {
  background: rgba(53, 49, 143, 0.1);
  color: #464396;
  font-weight: 700;
  font-size: 1.3em; }

.box-tbl-price tr:nth-child(2n) td {
  background: rgba(53, 49, 143, 0.3); }

.box-tbl-price {
  color: #464396; }

.box-tbl-price .box-desc {
  padding: 1.4em; }

.treatment.box-1 {
  padding: 1em 1em .2em; }

.treatment li {
  width: 100%;
  background: rgba(178, 173, 222, 0.3);
  border-radius: .2em;
  padding: .4em 1em 1em;
  margin-bottom: 1em; }

.treatment .ttl5 {
  font-size: 1.4em; }

.treatment p {
  max-width: 380px;
  margin: 0 auto;
  line-height: 1.6; }

@media screen and (min-width: 840px) {
  .treatment li {
    width: 32%;
    height: 140px; }

  .treatment li:nth-child(3n-1) {
    margin: 0 2%; }

  .treatment .ttl5 {
    font-size: 1em; }

  .treatment p {
    font-size: .8em;
    margin-bottom: 1.4em; }

  .treatment.box-1 {
    padding: 1em 1em 0; } }
#cont-access {
  background: rgba(70, 67, 150, 0.2); }
  #cont-access p {
    line-height: 1.6;
    margin-bottom: .8rem; }
  #cont-access .ggmap {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2em; }
    #cont-access .ggmap iframe, #cont-access .ggmap object, #cont-access .ggmap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #cont-access .rute {
    padding: 1rem 2rem; }
    #cont-access .rute > div:first-child {
      padding: 0 0 .7rem 0; }
    #cont-access .rute img {
      border: 1px solid #464396;
      border-radius: .2em; }
  @media screen and (min-width: 768px) {
    #cont-access {
      /*PC*/
      text-align: center;
      line-height: 1.4; }
      #cont-access .ggmap {
        padding-bottom: 30%; }
      #cont-access .rute {
        display: flex;
        align-items: center;
        padding: 2rem; }
        #cont-access .rute > div:first-child {
          padding: 0 3rem 0 0; } }

/*面接からお仕事までの流れ*/
#cont-flow ol > li:not(:last-child) {
  margin-bottom: 1em; }

.icon-arrow-d {
  display: block;
  margin: 1.4em auto;
  width: 2.4em;
  height: 2.4em;
  fill: #464396; }

#cont-flow .lst-1 {
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
  margin-top: 1em;
  line-height: 1.3; }

#cont-flow .ttl2 {
  position: relative;
  font-size: 1.5em;
  text-align: left;
  padding: 1.4em 0 1.4em 70px; }

#cont-flow .step {
  position: absolute;
  width: 70px;
  height: 70px;
  left: -.5em;
  top: 50%;
  margin-top: -35px; }

#cont-flow .num {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0;
  z-index: 1; }

#cont-flow .num small {
  display: block;
  font-size: .4em; }

#cont-flow .badge {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/badge.svg) no-repeat;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 20s infinite linear;
  animation: load8 20s infinite linear; }

.fl2 h5 {
  text-align: center;
  color: #464396;
  font-size: 1.2em;
  margin: .8em auto .2em; }

.box_entryForm p {
  color: #464396;
  line-height: 1.3; }

.entryInfoLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: .8em; }

.entryInfoLink div {
  width: 32%; }

.entryInfoLink a {
  color: #e61446;
  display: block;
  line-height: 1;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #e61446;
  border-radius: .4em;
  transition: .4s;
  text-align: center;
  padding: .6em 0; }

.entryInfoLink a:hover {
  background: white; }

.entryInfoLink a .icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  margin-right: .2em; }

.entryInfoLink .icon {
  fill: #e61446; }

.box_entryForm .btn1 {
  color: #fff;
  margin-bottom: .5em; }

/*よくある質問*/
#cont-faq {
  background: rgba(255, 255, 255, 0.8); }

#cont-faq dt, #cont-faq dd {
  padding-left: 2.4rem;
  position: relative;
  color: #464396; }

#cont-faq dt {
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 1px solid;
  padding: 1.2em 2.4em 1.2em 2.4rem; }

#cont-faq dd {
  padding: 1.4em 0 1.4em 2.4rem;
  border-bottom: 1px solid; }

#cont-faq dt::before, #cont-faq dd::before {
  position: absolute;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  left: 0;
  text-align: center;
  line-height: 1;
  padding-top: .5em;
  box-sizing: border-box;
  font-size: .9rem;
  font-weight: 700;
  color: #fff; }

#cont-faq dt::before {
  content: "Q";
  background: #464396;
  top: 50%;
  margin-top: -1em; }

#cont-faq dd::before {
  content: "A";
  background: #819db6; }

/*フッターコンテンツ*/
.footer-contents {
  background: #fff7e2; }

.box-entry {
  padding-top: 1.7em; }

.btn1 {
  transition: .6s;
  display: block;
  margin: 0 auto;
  background: #e61446;
  color: #fff;
  max-width: 500px;
  line-height: 1.2;
  text-align: center;
  border-radius: .2em;
  font-size: 1.5em;
  padding: .8em 0;
  font-weight: 700; }

.btn1 small {
  display: block;
  font-size: .5em; }

.btn1:hover {
  border-radius: 1em; }

/*accordion*/
.accordion {
  cursor: pointer;
  position: relative; }
  .accordion::after {
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -.5em;
    font-family: 'FontAwesome';
    content: "\f107";
    transition: .4s;
    font-size: 1.4em; }

.bg02::after {
  -moz-transform: rotate(-540deg);
  -webkit-transform: rotate(-540deg);
  -ms-transform: rotate(-540deg);
  transform: rotate(-540deg); }

.sub-aco {
  display: none; }

.cont-accordion {
  padding: 1em; }
  .cont-accordion .accordion {
    border: 2px solid #e61446;
    color: #e61446;
    line-height: 1;
    padding: 1em 0;
    text-align: center;
    background: #fff;
    margin-bottom: .6em; }
  .cont-accordion .sub-aco {
    font-size: .8em;
    padding-bottom: 1em; }

.tbl1 {
  background: #fff; }
  .tbl1 th, .tbl1 td {
    padding: .5em .8em;
    border-bottom: 2px solid #f9f3e6;
    text-align: left;
    vertical-align: middle; }
  .tbl1 th {
    background: #efefef; }

/*policy*/
.cont-policy {
  padding-left: 1.7em;
  margin-top: 2em;
  counter-reset: num; }

.ttl-policy {
  font-weight: 700;
  font-size: 1.1em;
  position: relative;
  padding-left: 1.7em;
  margin: 1.4em auto .4em;
  left: -2em; }

.ttl-policy::before {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: #ccc;
  border-radius: .3em;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  left: 0;
  counter-increment: num;
  content: counter(num);
  line-height: 1;
  text-align: center;
  padding: .5em 0;
  box-sizing: border-box;
  font-size: .6em;
  font-weight: 700; }

.cont-policy .lst-1 {
  border: 1px solid #666;
  padding: 1.6em 1.4em 1.2em;
  position: relative;
  top: -1em;
  z-index: -1; }

.lst-1 li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.3;
  margin-bottom: .6em; }

.lst-1 li::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f111";
  color: #e19d6b;
  font-size: .6em;
  position: absolute;
  left: 0;
  top: .5em; }

/*footer*/
footer {
  margin-top: auto;
  text-align: center;
  background: #fff;
  padding: 1em; }

@media screen and (max-width: 1199px) {
  /*SP*/
  footer {
    padding: 1em 1em 5em; } }
.footnav {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: .6s;
  z-index: 98;
  width: 100%; }

.footnav ul {
  padding: 1em; }

.footnav li {
  margin: 0 .3em; }

.footnav .icon {
  width: 60%;
  height: 100%;
  fill: #fff; }

.icon-1 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 8px;
  background: #e61446;
  color: #fff;
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px; }

.page-top::before {
  font-family: 'FontAwesome';
  content: "\f106";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  margin-top: -26px;
  line-height: 50px;
  font-size: 1.6rem; }

.copyRight {
  font-size: .7em; }

.copyRight::before {
  font-family: 'FontAwesome';
  content: "\f1f9";
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-right: .4em; }

@media screen and (min-width: 1200px) {
  footer {
    padding: 1em; }

  .footnav {
    right: 1em;
    width: 60px;
    left: auto;
    bottom: 1em; }

  .footnav ul {
    padding: 0; }

  .icon-1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px; } }
/*animate.css*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px); }
  to {
    opacity: 1;
    transform: none;
    -webkit-filter: blur(0);
    filter: blur(0); } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px); }
  to {
    opacity: 1;
    transform: none;
    -webkit-filter: blur(0);
    filter: blur(0); } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px); }
  to {
    opacity: 1;
    transform: none;
    -webkit-filter: blur(0);
    filter: blur(0); } }
.fadeInUp {
  animation-name: fadeInUp; }

/*drawer.css*/
.headerNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100; }

.drawer-main, .drawer-menu, .drawer-nav {
  overflow: hidden; }

.drawer-menu li {
  line-height: 0;
  text-align: center; }

.drawer-menu a {
  display: inline-block;
  line-height: 1;
  font-size: .8em; }

.drawer-menu b {
  display: block;
  font-size: 1.5em; }

.btn-entry {
  position: relative;
  background: #e61446;
  color: #fff;
  width: 12em;
  height: 80px; }

.btn-entry span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 1199px) {
  .headerNav {
    visibility: hidden;
    height: 50px; }

  .drawer-open .headerNav {
    visibility: visible; }

  .drawer-nav {
    z-index: 2;
    top: 0;
    width: 100vw;
    height: 100vh;
    font-size: 1.4em;
    visibility: hidden; }

  .drawer-menu li {
    padding: 0 2em;
    width: 100%;
    position: relative;
    right: -100%;
    transition: .6s; }

  .drawer-menu li:first-child {
    margin-top: 2em; }

  .drawer-menu li:not(:last-child) {
    margin-bottom: 1.4em; }

  .drawer-menu li:last-child {
    margin-bottom: 4em; }

  .drawer-menu a {
    color: #fff; }

  .btn-entry {
    width: 100%;
    height: 4.6em;
    max-width: 300px;
    border-radius: .2em; }

  .drawer-open .drawer-nav {
    visibility: visible; }

  .drawer-hamburger, .drawer-open .drawer-menu li {
    right: 0; }

  .drawer-hamburger {
    position: fixed;
    z-index: 101;
    top: 0;
    display: block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    padding: 0 18px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background: #464396;
    cursor: pointer; }

  .drawer-hamburger-icon {
    position: relative;
    display: block; }

  .drawer-hamburger, .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    background-color: #fff; }

  .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    position: absolute;
    top: -7px;
    left: 0;
    content: ' '; }

  .drawer-hamburger-icon::after {
    top: 7px; }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent; }

  .drawer-open .drawer-hamburger-icon::after, .drawer-open .drawer-hamburger-icon::before {
    top: 0; }

  .drawer-open .drawer-hamburger-icon::before {
    -webkit-transform: rotate(490deg);
    -ms-transform: rotate(490deg);
    transform: rotate(490deg); }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-490deg);
    -ms-transform: rotate(-490deg);
    transform: rotate(-490deg); }

  .drawer--sidebar, .drawer--sidebar .drawer-contents {
    background-color: #fff; }

  .drawer-overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 51, 96, 0);
    visibility: hidden;
    transition: .8s; }

  .drawer-open .drawer-overlay {
    background: rgba(49, 51, 96, 0.9);
    visibility: visible; } }
@media screen and (min-width: 1200px) {
  .drawer-hamburger {
    display: none;
    visibility: hidden; }

  .headerNav, .drawer-menu {
    display: flex;
    align-items: center;
    top: 16px;
    right: 2em; }

  .drawer-menu a {
    font-size: .55em;
    letter-spacing: 0;
    line-height: 1.4; }

  .drawer-menu b {
    font-size: 1.6em; }

  .drawer-nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  .drawer-menu li {
    display: inline-block;
    margin-left: 1em; } }
/*slick.css*/
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: .2em; }

.slick-list, .slick-slider {
  position: relative;
  overflow: hidden;
  display: block; }

.slick-list {
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.wrap-pages {
  overflow: hidden;
  padding: 3em 1em; }

.wrap-pages .btn1 {
  margin-top: 2em;
  font-size: 1.2em;
  width: 100%;
  max-width: 300px; }

.comp-txt {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.4em;
  border-radius: .2em;
  font-size: .9em;
  line-height: 1.6; }

/*form*/
.page-entry {
  font-size: .9em;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial,Helvetica, sans-serif;
  color: #555; }

.mw_wp_form {
  background: rgba(143, 170, 200, 0.6);
  margin: 1em auto 0;
  border-radius: .2em;
  overflow: hidden;
  padding-bottom: 1.4em; }

.required {
  display: inline-block;
  font-size: .7em;
  font-weight: bold;
  background: #F9758F;
  color: white;
  padding: .4em 0;
  border-radius: .2em;
  line-height: 1;
  width: 3em;
  text-align: center; }

p .required {
  margin-right: 0.6em; }

.form-label .required {
  position: absolute;
  left: -3.5em; }

.form_box {
  padding: 1.4em 3em 0 3em; }

.form_box:not(:last-child) {
  border-bottom: 1px solid #eef5f6; }

.form-label {
  position: relative;
  line-height: 1.4;
  margin-bottom: .6em; }

button, input, select, textarea {
  font: inherit;
  line-height: inherit; }

.form-control, .selectBtn {
  border-radius: .4em;
  border: 1px solid #ccc; }

.form-control {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1em .6em;
  line-height: 1.4;
  background-color: white;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control, .selectBtn {
  margin-bottom: 1.4em; }

.form-control:focus {
  border-color: #464396;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(58, 106, 221, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(58, 106, 221, 0.6); }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/*セレクトボタン*/
select {
  background: transparent;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  vertical-align: middle; }

select::-ms-expand {
  display: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #555; }

.selectBtn {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  padding-left: 6px;
  background: white url(../img/arrow-bottom.png) no-repeat right center;
  width: 15em;
  border-radius: .4em;
  border: 1px solid #ccc; }

.sel-date li:not(:last-child) {
  padding-right: .4em; }

.sel-date .selectBtn {
  width: 5em;
  margin-right: .4em; }

textarea {
  resize: none;
  overflow: auto; }

.mwform-radio-field {
  display: inline-block;
  margin-bottom: 1.4em; }

.mw_wp_form h5 {
  line-height: 1.3;
  font-size: .9em;
  margin-bottom: .6em; }

.mw_wp_form .error {
  color: #e61446 !important;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -1em; }

.mw_wp_form .error::before {
  display: inline-block;
  width: 1em;
  height: 100%;
  margin-right: .4em;
  font-family: 'FontAwesome';
  content: "\f071"; }

.square_btn {
  position: relative;
  display: block;
  color: #FFF;
  border-radius: 2em;
  box-shadow: inset 0 0.2em 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  border: solid .2em #2d2d2d;
  width: 10em;
  max-width: 10em;
  height: 3em;
  line-height: 2.7em;
  font-size: 1.2em;
  background: -moz-linear-gradient(top, #ff3f42 0%, #bc0d21 100%);
  background: -webkit-linear-gradient(top, #ff3f42 0%, #bc0d21 100%);
  background: linear-gradient(to bottom, #ff3f42 0%, #bc0d21 100%); }

.square_btn:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.submitBack input {
  width: 4em;
  max-width: 4em;
  color: #464396;
  font-weight: bold;
  margin-right: 2em;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2em;
  font-size: .9em;
  display: inline-block;
  height: 100%; }

.mw_wp_form_preview .form-label {
  margin-bottom: 0; }

.mw_wp_form_preview .form_box {
  padding: 1em;
  font-size: .9em; }

.mw_wp_form_preview form .required {
  display: none; }

.box_cap {
  margin: 0 auto;
  width: calc(100% - 2em);
  color: #464396;
  border: .1em solid;
  border-radius: .4em;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  background: rgba(255, 244, 213, 0.8); }
  .box_cap b {
    font-size: 1.3em;
    margin-bottom: .3em;
    display: block; }

/*# sourceMappingURL=style.css.map */
