@charset "UTF-8";
.common-btn {
  display: inline-block; }
  .common-btn a:hover .btn-type1 svg {
    right: -5px; }
  .common-btn a .btn-type1 {
    display: flex;
    align-items: center;
    padding: 0 5px 10px 0; }
    .common-btn a .btn-type1.blanc {
      border-bottom: 1px solid #fff; }
      .common-btn a .btn-type1.blanc svg #en {
        stroke: #fff; }
      .common-btn a .btn-type1.blanc svg #ya {
        fill: #fff; }
      .common-btn a .btn-type1.blanc h6 {
        color: #fff; }
    .common-btn a .btn-type1.noir {
      border-bottom: 1px solid #000; }
      .common-btn a .btn-type1.noir svg #en {
        stroke: #000; }
      .common-btn a .btn-type1.noir svg #ya {
        fill: #000; }
      .common-btn a .btn-type1.noir h6 {
        color: #000; }
    .common-btn a .btn-type1 h6 {
      font-size: 0.8em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      margin-right: 20px; }
      @media (min-width: 768px) {
        .common-btn a .btn-type1 h6 {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        .common-btn a .btn-type1 h6 {
          font-size: 1.0em; } }
    .common-btn a .btn-type1 svg {
      position: relative;
      right: 0; }

.more-btn a {
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
  border-radius: 50px;
  transition: .5s;
  background-color: #223588;
  width: 150px;
  height: 36px;
  line-height: 35px;
  position: relative;
  color: #fff; }
  @media (min-width: 1024px) {
    .more-btn a {
      font-size: 0.9em; } }
  .more-btn a.long {
    width: auto;
    padding: 0 40px; }
  .more-btn a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    margin: -2.5px 0 0 0;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
  .more-btn a:hover::after {
    right: 10px; }

/*
---------------------------------------------------------------------------------------------------------------------
フッター　コンタクト・フォームエリア
---------------------------------------------------------------------------------------------------------------------
*/
.contact-area {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding-bottom: 100px; }
  @media (min-width: 1200px) {
    .contact-area {
      padding-bottom: 160px; } }
  .contact-area h3 {
    font-size: 1.125em;
    line-height: 1.42em; }
    @media (min-width: 768px) {
      .contact-area h3 {
        font-size: 1.35em; } }
    @media (min-width: 1200px) {
      .contact-area h3 {
        font-size: 1.75em; } }
  .contact-area p {
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 10px 0 0 0; }
    @media (min-width: 768px) {
      .contact-area p {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      .contact-area p {
        font-size: 1.125em; } }
  .contact-area svg #en {
    stroke: #fff; }
  .contact-area svg #ya {
    fill: #fff; }
  .contact-area .recruit-btn ul {
    margin: 0; }
    .contact-area .recruit-btn ul li {
      margin: 0 0 10px 0; }
      @media (min-width: 768px) {
        .contact-area .recruit-btn ul li {
          margin: 0 0 20px 0; } }
      .contact-area .recruit-btn ul li:last-child {
        margin-bottom: 0; }
      .contact-area .recruit-btn ul li a:hover .btn-box > .btn svg {
        right: -10px; }
      .contact-area .recruit-btn ul li a .btn-box {
        position: relative;
        background-color: #1E58DE;
        color: #fff;
        border-radius: 10px;
        padding: 20px; }
        @media (min-width: 768px) {
          .contact-area .recruit-btn ul li a .btn-box {
            padding: 30px;
            display: flex;
            align-items: center; } }
        @media (min-width: 1024px) {
          .contact-area .recruit-btn ul li a .btn-box {
            border-radius: 20px;
            padding: 50px; } }
        .contact-area .recruit-btn ul li a .btn-box .txt .title {
          display: flex;
          align-items: center; }
          .contact-area .recruit-btn ul li a .btn-box .txt .title h4 {
            font-size: 0.9em;
            line-height: 1.4em;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 40px;
            margin: 0 10px 0 0;
            padding: 3px 15px; }
            @media (min-width: 768px) {
              .contact-area .recruit-btn ul li a .btn-box .txt .title h4 {
                font-size: 1.0em; } }
            @media (min-width: 1200px) {
              .contact-area .recruit-btn ul li a .btn-box .txt .title h4 {
                font-size: 1.125em;
                padding: 5px 20px; } }
        .contact-area .recruit-btn ul li a .btn-box .btn {
          margin: 20px auto 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (min-width: 768px) {
            .contact-area .recruit-btn ul li a .btn-box .btn {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 30px;
              margin: auto; } }
          @media (min-width: 1200px) {
            .contact-area .recruit-btn ul li a .btn-box .btn {
              right: 60px; } }
          .contact-area .recruit-btn ul li a .btn-box .btn h6 {
            font-size: 0.8em;
            line-height: 1.2em;
            margin-right: 15px; }
            @media (min-width: 768px) {
              .contact-area .recruit-btn ul li a .btn-box .btn h6 {
                font-size: 0.9em; } }
            @media (min-width: 1200px) {
              .contact-area .recruit-btn ul li a .btn-box .btn h6 {
                font-size: 1.0em; } }
          .contact-area .recruit-btn ul li a .btn-box .btn svg {
            position: relative;
            right: 0; }
  .contact-area .faq-foam {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .contact-area .faq-foam ul {
        display: flex; } }
    .contact-area .faq-foam ul li {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .contact-area .faq-foam ul li {
          width: 50%;
          margin-bottom: 0; }
          .contact-area .faq-foam ul li:first-child {
            margin-right: 10px; }
          .contact-area .faq-foam ul li:last-child {
            margin-left: 10px; } }
      @media (min-width: 768px) {
        .contact-area .faq-foam ul li a:hover .foam-btn-in > svg {
          right: 40px; } }
      .contact-area .faq-foam ul li a .foam-btn-in {
        position: relative;
        background-color: #223588;
        color: #fff;
        display: flex;
        align-items: center;
        height: 100px;
        border-radius: 10px;
        padding: 20px; }
        @media (min-width: 768px) {
          .contact-area .faq-foam ul li a .foam-btn-in {
            height: 140px;
            padding: 30px; } }
        @media (min-width: 1024px) {
          .contact-area .faq-foam ul li a .foam-btn-in {
            border-radius: 20px;
            height: 180px;
            padding: 60px; } }
        .contact-area .faq-foam ul li a .foam-btn-in svg {
          position: absolute;
          right: 20px; }
          @media (min-width: 768px) {
            .contact-area .faq-foam ul li a .foam-btn-in svg {
              right: 60px; } }

#sns-come {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 100; }
  @media (min-width: 768px) {
    #sns-come {
      top: 100px; } }
  #sns-come a:hover .in-btn:before {
    opacity: 0; }
  #sns-come a .in-btn {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 0; }
    @media (min-width: 768px) {
      #sns-come a .in-btn {
        height: 150px; } }
    #sns-come a .in-btn:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      left: 0;
      transition: 0.5s;
      background: linear-gradient(160deg, #5b2be0 0%, #833ab4 20%, #c13584 40%, #e1306c 60%, #f77737 80%, #fcb045 100%);
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    #sns-come a .in-btn:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -2;
      left: 0;
      background: linear-gradient(30deg, #5b2be0 0%, #833ab4 20%, #c13584 40%, #e1306c 60%, #f77737 80%, #fcb045 100%);
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    #sns-come a .in-btn .txt img {
      width: 30px; }
    #sns-come a .in-btn .txt h4 {
      display: none; }
      @media (min-width: 768px) {
        #sns-come a .in-btn .txt h4 {
          display: block;
          font-size: 1.0em;
          writing-mode: vertical-rl;
          line-height: 1.78em;
          margin: 10px 0 0 0;
          color: #fff; } }
      @media (min-width: 1200px) {
        #sns-come a .in-btn .txt h4 {
          font-size: 1.125em;
          line-height: 1.58em; } }

/*
---------------------------------------------------------------------------------------------------------------------
右下スクロールで表示するボタン
---------------------------------------------------------------------------------------------------------------------
*/
#you-come {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
  opacity: 0;
  transform: translateY(100px);
  width: 100%; }
  @media (min-width: 768px) {
    #you-come {
      width: 600px; } }
  @media (min-width: 1200px) {
    #you-come {
      width: 660px; } }
  #you-come ul {
    position: relative;
    display: flex;
    height: 80px;
    background-color: #223588; }
    @media (min-width: 768px) {
      #you-come ul {
        border-top-left-radius: 15px;
        background-color: rgba(34, 53, 136, 0.85); } }
    @media (min-width: 1200px) {
      #you-come ul {
        border-top-left-radius: 30px;
        height: 105px; } }
    #you-come ul li {
      width: 50%; }
      #you-come ul li:nth-child(2) {
        width: 1px;
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 50%;
        border-right: 1px solid #fff; }
      @media (min-width: 1200px) {
        #you-come ul li a:hover .entry-btn > .btn > svg {
          right: 10px; } }
      #you-come ul li a .entry-btn {
        padding: 13px 0 10px 10px; }
        @media (min-width: 768px) {
          #you-come ul li a .entry-btn {
            padding: 18px 0 20px 15px; } }
        @media (min-width: 1200px) {
          #you-come ul li a .entry-btn {
            padding: 20px 0 20px 20px; } }
        #you-come ul li a .entry-btn .entry-btn-in {
          color: #fff;
          display: flex;
          align-items: center;
          margin: -2px 0 0 0; }
          @media (min-width: 1200px) {
            #you-come ul li a .entry-btn .entry-btn-in {
              margin: 0; } }
          #you-come ul li a .entry-btn .entry-btn-in h4 {
            font-size: 0.9em;
            line-height: 1.4em;
            text-align: center;
            background-color: #fff;
            border-radius: 40px;
            margin: 0 5px 0 0;
            padding: 1px 10px;
            color: #223588; }
            @media (min-width: 768px) {
              #you-come ul li a .entry-btn .entry-btn-in h4 {
                font-size: 1.0em; } }
            @media (min-width: 1200px) {
              #you-come ul li a .entry-btn .entry-btn-in h4 {
                font-size: 1.125em;
                padding: 5px 20px;
                margin: 0 10px 0 0; } }
          #you-come ul li a .entry-btn .entry-btn-in h3 {
            font-size: 1.0em;
            font-weight: bold;
            transition: .5s; }
            @media (min-width: 768px) {
              #you-come ul li a .entry-btn .entry-btn-in h3 {
                font-size: 1.35em; } }
        #you-come ul li a .entry-btn .btn {
          margin: 5px auto 0;
          display: flex;
          align-items: center; }
          #you-come ul li a .entry-btn .btn h6 {
            font-size: 0.75em;
            font-weight: normal;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            line-height: 1.2em;
            color: #fff;
            margin: 2px 5px 0 0;
            width: calc(100% - 40px); }
            @media (min-width: 768px) {
              #you-come ul li a .entry-btn .btn h6 {
                font-size: 0.9em;
                margin: 2px 10px 0 0; } }
          #you-come ul li a .entry-btn .btn svg {
            width: 22px;
            position: relative;
            right: 0;
            transition: .5s; }
            @media (min-width: 768px) {
              #you-come ul li a .entry-btn .btn svg {
                right: 10px; } }
            @media (min-width: 1200px) {
              #you-come ul li a .entry-btn .btn svg {
                width: 30px;
                right: 20px; } }
            #you-come ul li a .entry-btn .btn svg #en {
              stroke: #fff; }
            #you-come ul li a .entry-btn .btn svg #ya {
              fill: #fff; }

#you-come.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(60px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (min-width: 768px) {
  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(100px); }
    to {
      opacity: 1;
      transform: translateY(0); } } }
/*　下に下がる動き　*/
#you-come.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(60px); } }
@media (min-width: 768px) {
  @keyframes DownAnime {
    from {
      opacity: 1;
      transform: translateY(0); }
    to {
      opacity: 0;
      transform: translateY(100px); } } }
/*
---------------------------------------------------------------------------------------------------------------------
動画プレイボタン
---------------------------------------------------------------------------------------------------------------------
*/
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  padding: 18px 20px 18px 28px;
  transition: 0.5S; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }
  @media (min-width: 768px) {
    .video-play-button:before {
      width: 70px;
      height: 70px; } }

.video-play-button:before {
  background-color: #DC3A81; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 200ms;
  transition: .5s; }
  @media (min-width: 768px) {
    .video-play-button:after {
      width: 70px;
      height: 70px; } }

.video-play-button:after {
  background-color: #DC3A81; }

.video-play-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  z-index: 3;
  width: 15px;
  height: auto;
  margin: auto;
  border-radius: 0; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
