/*
Theme Name: SGENTERTAINMENTrenewal
Author: SG ENTERTAINMENT
Description: This is original theme.
Version: 1.0
*/

@charset "UTF-8";
body {
  background-color: #fff;
  color: #555;
  font-family: 'Noto Sans', 'Noto Sans JP', YuGothic, YuGothicM, "メイリオ", sans-serif;
  font-weight: 400;
  overflow: hidden;
  letter-spacing: .05em;
  position: relative;
  height: 100%; }
  @media screen and (max-width: 767px) {
    body {
      background-color: #fff; } }

a {
  color: #555;
  text-decoration: none;
  cursor: pointer; }

button:focus {
  outline: none; }

a:hover,
button:hover {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

p, li, dt, dd, h1, h2, h3, h4 {
  line-height: 1.7;
  font-weight: 400; }

h1, h2, h3, h4 {
  letter-spacing: .1em; }

.page-area h2 {
  text-align: center; }
  .page-area h2 .ttl-en {
    display: block;
    font-size: 2.5rem; }
  .page-area h2 .ttl-jp {
    display: block;
    font-weight: bold;
    font-size: 1.125rem; }
  @media screen and (max-width: 767px) {
    .page-area h2 .ttl-jp {
      font-size: 1rem; } }

p {
  font-size: 1.125rem;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 0.875rem; } }

.caveat {
  font-family: 'Caveat', cursive; }

.josefinsans {
  font-family: 'Josefin Sans', sans-serif; }

/* button */
.btn-common a,
.btn-common input,
.btn-common button {
  display: block;
  height: 56px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  max-width: 340px;
  border-radius: 28px;
  background: -webkit-gradient(linear, left top, right top, from(#F9D0C3), to(#F29C97));
  background: -webkit-linear-gradient(left, #F9D0C3, #F29C97);
  background: -o-linear-gradient(left, #F9D0C3, #F29C97);
  background: linear-gradient(90deg, #F9D0C3, #F29C97);
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .btn-common a,
    .btn-common input,
    .btn-common button {
      font-size: 0.875rem; } }

.btn-common a:hover,
.btn-common input:hover,
.btn-common button:hover {
  opacity: 0.7;
}


.link-s a {
  font-size: 1rem;
  color: #F29C97; }
  .link-s a::after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 6.5px;
    background-image: url(img/ico-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    margin-bottom: 4px; }
.link-s a:hover {
  opacity: 0.7;
}

  @media screen and (max-width: 767px) {
    .link-s a {
      font-size: 0.875rem; } }

.link-white a {
  color: #fff; }
  .link-white a::after {
    background-image: url(img/ico-arrow-w.svg); }

.btn-contact a {
  display: block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 16px;
  text-align: center; }
  .btn-contact a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 8px;
    background-image: url(img/ico-contact.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .btn-contact a:hover {
      opacity: 0.7;
    }
  }
      /* -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
      transform: translateY(3px);
      -webkit-box-shadow: none;
      box-shadow: none; } } */

/* float */
.f-l {
  float: left; }

.f-r {
  float: right; }

/* smartphone */
@media screen and (min-width: 768px) {
  .pc-only {
    display: block; }
  .sp-only {
    display: none !important; }
  .pc-tb-only {
    display: block; }
  .br-pc {
    display: block; }
  .br-sp {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; }
  .pc-tb_only {
    display: block; }
  .sp-only {
    display: block; }
  .br-pc {
    display: none !important; }
  .br-sp {
    display: block; } }

@media screen and (max-width: 480px) {
  .pc-tb-only {
    display: none !important; }
  .sp-only {
    display: block; } }

@media screen and (min-width: 320px) {
  .ssp-only {
    display: none; } }

@media screen and (max-width: 320px) {
  .ssp-only {
    display: block; } }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.t-l {
  text-align: left; }

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

.t-r {
  text-align: right; }

.fixed {
  position: fixed;
  width: 100%; }

.content-wrap {
  max-width: 1080px;
  margin: 0 auto; }
  @media screen and (max-width: 1128px) {
    .content-wrap {
      margin: 0 20px; } }

.tag-list {
  margin-bottom: 48px; }
  .tag-list li {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 0 16px;
    margin-right: 8px;
    border-radius: 16px;
    background-color: #74C6BE; }
  @media screen and (max-width: 767px) {
    .tag-list li {
      font-size: 0.75rem;
      margin-bottom: 8px; } }

.news-list li a:hover {
  opacity: 0.7;
}

.news-list li .date,
.news-list li h3 {
  display: inline-block;
  line-height: 27px;}

.news-list li .date {
  color: #A0D2F2;
  width: 112px;
  vertical-align: top;
  }

.news-list li h3 {
  font-size: 1rem;
  width: calc(100% - 118px);
}

.news-list li + li {
  margin-top: 24px; }

@media screen and (max-width: 767px) {
  .news-list li .date,
  .news-list li h3 {
    display: block;
  }

  .news-list li h3 {
    font-size: 0.875rem;
    width: 100%; } }


.page-area .mv-area {
  height: 460px;
  text-align: center;
  position: relative; }
  .page-area .mv-area h1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 2; }
    .page-area .mv-area h1 .ttl-en {
      font-size: 4.875rem; }
  .page-area .mv-area::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(85, 85, 85, 0.6);
    position: absolute;
    top: 0;
    left: 0; }

@media screen and (max-width: 767px) {
  .page-area .mv-area {
    height: 280px;
    margin-top: 56px; }
    .page-area .mv-area h1 .ttl-en {
      font-size: 3rem; } }

#recruit-page .mv-area {
  background-image: url(img/recruit/mv-img.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  #recruit-page .mv-area h1 .ttl-jp {
    display: block;
    width: 436px;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #recruit-page .mv-area {
      background-image: url(img/recruit/mv-img-sp.jpg); }
      #recruit-page .mv-area h1 .ttl-jp {
        width: 305.2px; } }

#about-page .mv-area {
  background-image: url(https://sgeworld.com/wp-content/uploads/2021/06/mv-img-about-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  #about-page .mv-area h1 .ttl-jp {
    display: block;
    width: 285px;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #about-page .mv-area {
      background-image: url(https://sgeworld.com/wp-content/uploads/2021/06/mv-img-about-sp.jpg); }
      #about-page .mv-area h1 .ttl-jp {
        width: 199.5px; } }

#news-page .mv-area {
  background-image: url(https://sgeworld.com/wp-content/uploads/2021/06/mv-img-news-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  #news-page .mv-area h1 .ttl-jp {
    display: block;
    width: 89px;
    margin: 0 auto; }

  #news-page .news-list .screen-reader-text {
    display: none;
  }

  #news-page .news-list .pagination {
    margin-top: 56px;
  }

  #news-page .news-list .pagination .next,
  #news-page .news-list .pagination .prev {
    display: none;
  }

  #news-page .news-list .pagination .page-numbers {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    margin-right: 32px;
  }

  #news-page .news-list .pagination a.page-numbers:hover {
    color: #F29C97;
  }

  #news-page .news-list .pagination span.page-numbers {
    color: #F29C97;
  }

  @media screen and (max-width: 767px) {
    #news-page .mv-area {
      background-image: url(https://sgeworld.com/wp-content/uploads/2021/06/mv-img-news-sp.jpg); }
      #news-page .mv-area h1 .ttl-jp {
        width: 62.3px; }

        #news-page .news-list .pagination .page-numbers {
          font-size: 1.125rem;
        } }

#service-page .mv-area {
  background-image: url(img/service/mv-img.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  #service-page .mv-area h1 .ttl-jp {
    display: block;
    width: 310px;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #service-page .mv-area {
      background-image: url(img/service/mv-img-sp.jpg); }
      #service-page .mv-area h1 .ttl-jp {
        width: 217px; } }

#contact-page .mv-area {
  background-image: url(img/contact/mv-img.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  #contact-page .mv-area h1 .ttl-jp {
    display: block;
    width: 300px;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #contact-page .mv-area {
      background-image: url(img/contact/mv-img-sp.jpg); }
      #contact-page .mv-area h1 .ttl-jp {
        width: 210px; } }

.ac {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;}

.ac-box {
  background-color: #fff;
  padding: 0 32px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .ac-box {
      padding: 0  24px; } }

.ac-box + .ac-box {
  margin-top: 32px; }
  @media screen and (max-width: 767px) {
    .ac-box + .ac-box {
      margin-top: 24px; } }

/* クリック領域 */
.ac-parent {
  font-size: 1rem;
  color: #555;
  background-color: #fff;
  padding: 32px 32px 32px 0;
  cursor: pointer;
  font-weight: bold; }
  .ac-parent span {
    color: #A0D2F2;
    font-size: 1.125rem;
    margin-right: 8px; }
  .ac-parent::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(img/recruit/ico-arrow-bottom.svg);
    background-size: contain;
    position: absolute;
    top: 26px;
    right: 32px; }
  @media screen and (max-width: 767px) {
    .ac-parent {
      padding: 24px 40px 24px 0;
      font-size: 0.875rem; }
      .ac-parent::after {
        width: 32px;
        height: 32px;
        right: 24px; } }

.ac-parent.open::after {
  background-image: url(img/recruit/ico-arrow-top.svg); }

/* クリックしたら表示される領域 */
.ac-child {
  font-size: 1rem;
  display: none;
  padding: 24px 0 32px;
  border-top: 1px solid #ccc; }
  .ac-child span {
    font-size: 1.125rem;
    color: #F29C97;
    margin-right: 8px; }
  @media screen and (max-width: 767px) {
    .ac-child {
      font-size: 0.875rem;
      padding: 24px 0; } }

.mainvisual-area {
  width: 100%;
  height: calc(100vh - 64px);
  max-height: 960px;
  position: relative; }
  .mainvisual-area .mainvisual-ttl {
    width: 20%;
    min-width: 200px;
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 2; }
  .mainvisual-area #cover-pc,
  .mainvisual-area #cover-sp {
    height: 100%;
    top: 0; }
  .mainvisual-area .slider_wrap {
    width: 100%;
    height: 100%; }
  .mainvisual-area .cover_pc li:first-of-type span {
    background-image: url(img/mv-01-pc.jpg); }
  .mainvisual-area .cover_pc li:nth-of-type(2) span {
    background-image: url(img/mv-02-pc.jpg); }
  .mainvisual-area .cover_pc li:nth-of-type(3) span {
    background-image: url(img/mv-03-pc.jpg); }
  .mainvisual-area .mainvisual-scroll span {
    display: block;
    width: 1.5px;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: calc(100% - 100px);
    left: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    -webkit-animation: scroll-anim 2.5s ease-in-out infinite;
    animation: scroll-anim 2.5s ease-in-out infinite; }
  .mainvisual-area .mainvisual-scroll::before {
    content: "scroll";
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    bottom: 68px;
    left: 90%;
    color: #fff;
    z-index: 9999;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  @media screen and (max-width: 767px) {
    .mainvisual-area {
      height: 560px;
      background-color: #fff;
      margin-top: 56px; }
      .mainvisual-area .mainvisual-ttl {
        width: 10%;
        min-width: 124px;
        top: 30%;
        left: 8%;
        z-index: 2; }
      .mainvisual-area .cover_sp li:first-of-type span {
        background-image: url(img/mv-01-sp.jpg); }
      .mainvisual-area .cover_sp li:nth-of-type(2) span {
        background-image: url(img/mv-02-sp.jpg); }
      .mainvisual-area .cover_sp li:nth-of-type(3) span {
        background-image: url(img/mv-03-sp.jpg); }
      .mainvisual-area .mainvisual-scroll span {
        left: 80%; }
      .mainvisual-area .mainvisual-scroll::before {
        left: 80%; } }

@-webkit-keyframes scroll-anim {
  0% {
    height: 0;
    opacity: 0; }
  30% {
    height: 100px;
    opacity: 1; }
  50% {
    height: 100px;
    opacity: 0; }
  100% {
    height: 100px;
    opacity: 0; } }

@keyframes scroll-anim {
  0% {
    height: 0;
    opacity: 0; }
  30% {
    height: 100px;
    opacity: 1; }
  50% {
    height: 100px;
    opacity: 0; }
  100% {
    height: 100px;
    opacity: 0; } }

.about-area {
  padding: 140px 0;
  text-align: center; }
  .about-area h2 {
    margin-bottom: 64px; }
    .about-area h2 .caveat {
      display: block;
      font-size: 3rem;
      color: #F29C97; }
    .about-area h2 span:nth-of-type(2) {
      font-size: 1.125rem;
      font-weight: bold;
      position: relative; }
      .about-area h2 span:nth-of-type(2)::before, .about-area h2 span:nth-of-type(2)::after {
        content: "";
        display: block;
        width: 32px;
        height: 1px;
        background-color: #555;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .about-area h2 span:nth-of-type(2)::before {
        left: -44px; }
      .about-area h2 span:nth-of-type(2)::after {
        right: -44px; }
  .about-area p {
    font-weight: bold;
    line-height: 2.3; }
    .about-area p:last-of-type {
      margin-bottom: 72px; }
  .about-area p + p {
    margin-top: 32px; }
  @media screen and (max-width: 767px) {
    .about-area {
      padding: 120px 0 160px;
      background-color: #fff; }
      .about-area h2 {
        margin-bottom: 64px; }
        .about-area h2 .caveat {
          font-size: 2.5rem;
          line-height: 1.2;
          margin-bottom: 16px; }
        .about-area h2 span:nth-of-type(2) {
          font-size: 1rem; }
          .about-area h2 span:nth-of-type(2)::before, .about-area h2 span:nth-of-type(2)::after {
            width: 16px; }
          .about-area h2 span:nth-of-type(2)::before {
            left: -24px; }
          .about-area h2 span:nth-of-type(2)::after {
            right: -24px; } }

.service-area {
  padding: 80px 0 160px; }
  .service-area .content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .service-area .left {
    width: 48%; }
  .service-area .right {
    width: 50%; }
  .service-area h2 .caveat {
    display: block;
    color: #74C6BE;
    font-size: 2rem;
    margin-bottom: 12px; }
  .service-area h3 {
    margin-top: -32px;
    margin-bottom: 24px; }
    .service-area h3 .jp-ttl {
      font-weight: bold;
      font-size: 1.125rem;
      margin-right: 16px; }
    .service-area h3 img {
      display: inline-block;
      width: 183px; }
  .service-area p {
    margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .service-area {
      background-color: #fff;
      text-align: center;
      padding: 0 0 120px; }
      .service-area .left {
        width: 100%; }
      .service-area .right {
        width: 100%; }
        .service-area .right .img {
          width: 100vw;
          margin-left: -20px;
          margin-bottom: 64px; }
      .service-area h2 .caveat {
        margin-bottom: 24px; }
      .service-area h3 {
        margin-bottom: 24px; }
        .service-area h3 .jp-ttl {
          display: block;
          margin-right: 0;
          margin-bottom: 8px; }
      .service-area p {
        font-weight: bold;
        line-height: 2.3; } }

.recruit-area {
  padding: 120px 0;
  background-image: url(img/bg-recruit.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  .recruit-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(85, 85, 85, 0.6);
    position: absolute;
    top: 0;
    left: 0; }
  .recruit-area .content-wrap {
    position: relative;
    z-index: 2; }
    .recruit-area .content-wrap h2 {
      margin-bottom: 40px; }
      .recruit-area .content-wrap h2 .caveat {
        display: block;
        color: #FFEF7D;
        font-size: 2rem; }
      .recruit-area .content-wrap h2 .jp-ttl {
        font-size: 2rem;
        font-weight: bold;
        color: #fff; }
    .recruit-area .content-wrap p {
      color: #fff;
      margin-bottom: 72px; }
  @media screen and (max-width: 767px) {
    .recruit-area {
      background-attachment: inherit;
      /* background-image: none; */
      background-image: url(img/bg-recruit-sp.jpg);
      background-size: cover;
      overflow: hidden;
      position: relative;}
      /* .recruit-area::before {
        content: "";
        display: block;
        background-image: url(img/bg-recruit-sp.jpg);
        background-size: cover;
        position: fixed;
        z-index: -10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;} */
      .recruit-area .content-wrap h2 .jp-ttl {
        font-size: 1.25rem; } }

.news-area {
  padding: 160px 0; }
  .news-area .content-wrap {
    position: relative;
    padding-left: 10%; }
    .news-area .content-wrap::before {
      content: "";
      width: 8px;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#AAD1EF), to(#F29C97));
      background: -webkit-linear-gradient(top, #AAD1EF, #F29C97);
      background: -o-linear-gradient(top, #AAD1EF, #F29C97);
      background: linear-gradient(180deg, #AAD1EF, #F29C97);
      position: absolute;
      top: 0;
      left: 0; }
    .news-area .content-wrap .news-ttl {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-bottom: 40px; }
    .news-area .content-wrap h2 {
      margin-right: 48px; }
      .news-area .content-wrap h2 .caveat {
        font-size: 2rem;
        color: #F29C97;
        line-height: 1; }
    .news-area .content-wrap .link-s {
      margin-bottom: 4px; }
  @media screen and (max-width: 767px) {
    .news-area {
      padding: 120px 0;
      background-color: #fff; }
      .news-area .content-wrap h2 {
        margin-right: 48px; } }

#recruit-page h2 {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px; }
  #recruit-page h2 strong {
    color: #F29C97; }
  @media screen and (max-width: 767px) {
    #recruit-page h2 {
      font-size: 1.25rem; } }

#recruit-page .ttl-sub {
  display: block;
  width: 340px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #recruit-page .ttl-sub {
      font-size: 1rem;
      width: 240px; } }

#recruit-page .features-area .ttl-sub {
  background-color: #A0D2F2; }

#recruit-page .can-area .ttl-sub {
  background-color: #74C6BE; }

#recruit-page .features-area {
  padding: 120px 0; }
  #recruit-page .features-area .features-list {
    padding: 64px 24px 24px;
    border: 2px solid #ccc;
    border-radius: 10px;
    position: relative;
    z-index: -1;
    max-width: 768px;
    margin: -20px auto; }
    #recruit-page .features-area .features-list li:first-of-type {
      width: 29.8%; }
    #recruit-page .features-area .features-list li:nth-of-type(2) {
      width: 25.6%; }
    #recruit-page .features-area .features-list li:nth-of-type(3) {
      width: 29%; }
  @media screen and (max-width: 767px) {
    #recruit-page .features-area {
      padding: 80px 0 64px;
      background-color: #fff; }
      #recruit-page .features-area .features-list {
        padding: 40px 10% 32px; }
        #recruit-page .features-area .features-list li:first-of-type {
          max-width: 214px;
          width: 80%;
          margin-bottom: 24px; }
        #recruit-page .features-area .features-list li:nth-of-type(2) {
          max-width: 183px;
          width: 68.724%;
          margin-bottom: 24px; }
        #recruit-page .features-area .features-list li:nth-of-type(3) {
          max-width: 208px;
          width: 77.85%; } }

#recruit-page .can-area {
  padding: 100px 0; }
  #recruit-page .can-area h3 {
    margin-bottom: 64px; }
  #recruit-page .can-area .can-list li {
    width: 22%; }
    #recruit-page .can-area .can-list li .number {
      display: block;
      font-size: 3rem;
      color: #F29C97;
      text-align: center;
      margin-bottom: -40px; }
    #recruit-page .can-area .can-list li .img {
      max-width: 156px;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      border-radius: 50%;
      z-index: -1;
      margin-bottom: 32px; }
      #recruit-page .can-area .can-list li .img::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(85, 85, 85, 0.6);
        position: absolute;
        top: 0;
        left: 0; }
    #recruit-page .can-area .can-list li h4 {
      font-weight: bold;
      font-size: 1rem; }
      #recruit-page .can-area .can-list li h4 .marker {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEF7D));
        background: -webkit-linear-gradient(transparent 60%, #FFEF7D 60%);
        background: -o-linear-gradient(transparent 60%, #FFEF7D 60%);
        background: linear-gradient(transparent 60%, #FFEF7D 60%); }
    #recruit-page .can-area .can-list li:nth-of-type(5) {
      margin-left: 13%; }
    #recruit-page .can-area .can-list li:last-of-type {
      margin-right: 13%; }
  @media screen and (max-width: 767px) {
    #recruit-page .can-area {
      padding: 64px 0;
      background-color: #fff; }
      #recruit-page .can-area h3 {
        margin-bottom: 32px; }
      #recruit-page .can-area .can-list li {
        width: 48%; }
        #recruit-page .can-area .can-list li .img {
          max-width: 120px;
          margin-bottom: 24px; }
        #recruit-page .can-area .can-list li h4 {
          font-size: 0.875rem; }
        #recruit-page .can-area .can-list li:nth-of-type(5) {
          margin-left: 0; }
        #recruit-page .can-area .can-list li:last-of-type {
          margin-right: 0; } }

#recruit-page .insight-area {
  padding: 100px 0 200px; }
  #recruit-page .insight-area .insight-list {
    padding: 40px 64px;
    border: 2px solid #ccc;
    border-radius: 10px;
    max-width: 768px;
    margin: 0 auto; }
    #recruit-page .insight-area .insight-list li {
      font-size: 1rem;
      font-weight: bold;
      position: relative;
      padding-left: 32px; }
      #recruit-page .insight-area .insight-list li::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(img/recruit/ico-check.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0; }
    #recruit-page .insight-area .insight-list li + li {
      margin-top: 16px; }
  @media screen and (max-width: 767px) {
    #recruit-page .insight-area {
      padding: 64px 0 112px;
      background-color: #fff; }
      #recruit-page .insight-area .insight-list {
        padding: 32px 20px; }
        #recruit-page .insight-area .insight-list li {
          font-size: 0.875rem;
          padding-left: 24px; }
          #recruit-page .insight-area .insight-list li::before {
            width: 16px;
            height: 16px;
            top: 4px; }
        #recruit-page .insight-area .insight-list li + li {
          margin-top: 16px; } }

#recruit-page .money-area {
  padding: 80px 0;
  background-image: url(img/recruit/bg-money.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: -2;
  color: #fff; }
  #recruit-page .money-area::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(85, 85, 85, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #recruit-page .money-area h2 {
    margin-bottom: 64px; }
    #recruit-page .money-area h2 .ttl-en {
      color: #FFEF7D; }
  #recruit-page .money-area .money-table {
    border: 1px solid #fff;
    padding: 40px 160px;
    max-width: 768px;
    margin: 0 auto; }
    #recruit-page .money-area .money-table table {
      border-spacing: 0;
      width: 100%; }
      #recruit-page .money-area .money-table table th {
        font-size: 1.125rem;
        text-align: left;
        padding-bottom: 16px;
        border-bottom: 1px solid #fff; }
      #recruit-page .money-area .money-table table td {
        vertical-align: middle;
        font-size: 1.125rem;
        font-weight: bold;
        padding: 8px 0;
        height: 40px;
        line-height: 40px; }
        #recruit-page .money-area .money-table table td .josefinsans {
          font-size: 1.625rem; }
        #recruit-page .money-area .money-table table td .border {
          display: inline-block;
          width: calc(100% - 32px);
          border-bottom: 1px dashed #fff;
          overflow: hidden;
          margin-bottom: 21px; }
        #recruit-page .money-area .money-table table td strong {
          color: #FFEF7D; }
          #recruit-page .money-area .money-table table td strong span {
            font-size: 1.625rem; }
        #recruit-page .money-area .money-table table td:first-of-type {
          padding-right: 16px;
          margin-top: 5px; }
        #recruit-page .money-area .money-table table td:nth-of-type(2) {
          width: 130px; }
  @media screen and (max-width: 767px) {
    #recruit-page .money-area {
      background-attachment: inherit;
      /* background-image: none;  */
      background-image: url(img/recruit/bg-money-sp.jpg);
      background-size: cover;
    }
      /* #recruit-page .money-area::before {
        content: "";
        display: block;
        background-image: url(img/recruit/bg-money-sp.jpg);
        background-size: cover;
        position: fixed;
        z-index: -10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } */
      #recruit-page .money-area::after {
        z-index: 0; }
      #recruit-page .money-area .content-wrap {
        position: relative;
        z-index: 1; }
      #recruit-page .money-area .money-table {
        padding: 32px 20px; }
        #recruit-page .money-area .money-table table th {
          font-size: 1rem; }
        #recruit-page .money-area .money-table table td {
          font-size: 1rem;
          height: 32px;
          line-height: 32px; }
          #recruit-page .money-area .money-table table td .josefinsans {
            font-size: 1.5rem; }
          #recruit-page .money-area .money-table table td strong span {
            font-size: 1.5rem; }
          #recruit-page .money-area .money-table table td:first-of-type {
            padding-right: 16px;
            margin-top: 5px; }
          #recruit-page .money-area .money-table table td:nth-of-type(2) {
            width: 120px; } }

#recruit-page .voice-area {
  padding: 100px 0; }
  #recruit-page .voice-area h2 .ttl-en {
    color: #74C6BE; }
  #recruit-page .voice-area .voice-list li {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 40px; }
  #recruit-page .voice-area .voice-list .img {
    width: 18.2%; }
  #recruit-page .voice-area .voice-list .text {
    width: 77.8%; }
    #recruit-page .voice-area .voice-list .text h3 {
      display: inline-block;
      font-size: 1.125rem;
      font-weight: bold;
      margin-right: 8px;
      line-height: 32px;
      margin-bottom: 16px; }
    #recruit-page .voice-area .voice-list .text .rank {
      display: inline-block;
      background-color: #74C6BE;
      color: #fff;
      font-size: 0.874rem;
      font-weight: bold;
      text-align: center;
      padding: 0 12px;
      height: 32px;
      line-height: 32px;
      border-radius: 16px; }
    #recruit-page .voice-area .voice-list .text .desc {
      font-size: 0.875rem;
      margin-bottom: 24px; }
    #recruit-page .voice-area .voice-list .text .voice-content {
      padding: 20px;
      background-color: #f5f5f5;
      border-radius: 10px; }
      #recruit-page .voice-area .voice-list .text .voice-content p {
        font-size: 1rem; }
  #recruit-page .voice-area .voice-list li + li {
    margin-top: 40px; }
  @media screen and (max-width: 767px) {
    #recruit-page .voice-area {
      padding: 80px 0 112px;
      background-color: #fff; }
      #recruit-page .voice-area .voice-list li {
        padding: 32px 20px; }
      #recruit-page .voice-area .voice-list .img {
        width: 70%;
        margin: 0 auto 32px; }
      #recruit-page .voice-area .voice-list .text {
        width: 100%; }
        #recruit-page .voice-area .voice-list .text h3 {
          font-size: 1rem; }
        #recruit-page .voice-area .voice-list .text .rank {
          font-size: 0.75rem; }
        #recruit-page .voice-area .voice-list .text .voice-content p {
          font-size: 0.875rem; }
      #recruit-page .voice-area .voice-list li + li {
        margin-top: 40px; } }

#recruit-page .faq-area {
  padding: 100px 0;
  background-color: #f5f5f5; }
  #recruit-page .faq-area h2 .ttl-en {
    color: #A0D2F2; }
  @media screen and (max-width: 767px) {
    #recruit-page .faq-area {
      padding: 80px 0 112px; } }

.flow-area {
  padding: 100px 0; }
  .flow-area h2 .ttl-en {
    color: #FFEF7D; }
  .flow-area .flow-content {
    position: relative;
    max-width: 768px;
    margin: 0 auto 80px; }
  .flow-area .flow-list li {
    width: 22%;
    text-align: center;
    position: relative; }
    .flow-area .flow-list li .number {
      display: block;
      font-size: 1.125rem;
      color: #F29C97;
      margin-bottom: 16px; }
    .flow-area .flow-list li .img {
      width: 112px;
      margin: 0 auto 24px; }
    .flow-area .flow-list li h3 {
      font-weight: bold;
      font-size: 1rem; }
    .flow-area .flow-list li .time {
      display: inline-block;
      margin-top: 8px;
      padding: 0 12px;
      color: #fff;
      font-weight: bold;
      font-size: 0.875rem;
      height: 24px;
      line-height: 24px;
      background-color: #74C6BE;
      border-radius: 12px; }
    .flow-area .flow-list li::after {
      content: "";
      width: 34px;
      height: 16px;
      display: block;
      background-image: url(img/recruit/ico-arrow-flow.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: -32px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .flow-area .flow-list li:last-of-type::after {
      content: none; }
  .flow-area .hukidashi-img {
    width: 78px;
    height: 89px;
    position: absolute;
    top: 12px;
    left: 144px; }
  .flow-area .btn-common {
    margin-bottom: 32px; }
  .flow-area .attention {
    display: block;
    font-size: 0.875rem;
    color: #ccc;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .flow-area {
      padding: 80px 0 112px;
      background-color: #fff; }
      .flow-area .flow-content {
        margin: 0 auto 80px;
        max-width: 280px; }
      .flow-area .flow-list li + li {
        margin-top: 40px; }
      .flow-area .flow-list li {
        width: 100%;
        text-align: left; }
        .flow-area .flow-list li .number {
          margin-bottom: 8px; }
        .flow-area .flow-list li .flow-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .flow-area .flow-list li .img {
          width: 88px;
          margin: 0; }
        .flow-area .flow-list li .text {
          width: calc(100% - 112px); }
        .flow-area .flow-list li .time {
          font-size: 0.75rem; }
        .flow-area .flow-list li::after {
          top: inherit;
          right: inherit;
          bottom: -22px;
          left: 28px;
          z-index: -1;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
      .flow-area .hukidashi-img {
        width: 200px;
        height: auto;
        top: 142px;
        left: 74px; }
      .flow-area .btn-common {
        margin-bottom: 32px; }
      .flow-area .attention {
        display: block;
        font-size: 0.875rem;
        color: #ccc;
        text-align: center; } }

#about-page .vision-area {
  padding: 140px 0 100px; }
  #about-page .vision-area .left {
    width: 46%; }
    #about-page .vision-area .left h2 {
      font-size: 2rem;
      font-weight: bold;
      text-align: left;
      margin-bottom: 16px; }
    #about-page .vision-area .left .sub-ttl {
      display: block;
      font-size: 2rem;
      font-weight: bold;
      color: #F29C97;
      margin-bottom: 56px; }
    #about-page .vision-area .left p {
      font-weight: bold; }
    #about-page .vision-area .left p + p {
      margin-top: 32px; }
  #about-page .vision-area .right {
    width: 50%; }

#about-page .profile-area {
  padding: 112px 0 160px; }
  #about-page .profile-area h2 {
    margin-bottom: 80px; }
    #about-page .profile-area h2 .ttl-en {
      color: #A0D2F2; }
  #about-page .profile-area .profile-table {
    max-width: 768px;
    margin: 0 auto; }
    #about-page .profile-area .profile-table::before {
      content: "";
      display: block;
      width: 100%;
      height: 8px;
      background: -webkit-gradient(linear, left top, right top, from(#AAD1EF), to(#F29C97));
      background: -webkit-linear-gradient(left, #AAD1EF, #F29C97);
      background: -o-linear-gradient(left, #AAD1EF, #F29C97);
      background: linear-gradient(90deg, #AAD1EF, #F29C97); }
    #about-page .profile-area .profile-table table {
      width: 100%; }
      #about-page .profile-area .profile-table table tr th, #about-page .profile-area .profile-table table tr td {
        text-align: left;
        padding: 24px;
        border-bottom: 1px solid #ccc;
        vertical-align: top; }

@media screen and (max-width: 767px) {
  #about-page .vision-area {
    padding: 80px 0 64px;
    text-align: center; }
    #about-page .vision-area .left {
      width: 100%; }
      #about-page .vision-area .left h2 {
        font-size: 1.25rem;
        text-align: center; }
      #about-page .vision-area .left .sub-ttl {
        font-size: 1.5rem; }
    #about-page .vision-area .right {
      width: 100%; }
      #about-page .vision-area .right .img {
        width: 100vw;
        margin: 112px 0 0 -20px; }
  #about-page .profile-area {
    padding: 48px 0 112px; }
    #about-page .profile-area h2 {
      margin-bottom: 64px; }
    #about-page .profile-area .profile-table table {
      width: 100%; }
      #about-page .profile-area .profile-table table tr th, #about-page .profile-area .profile-table table tr td {
        font-size: 0.875rem;
        padding: 16px; } }

#service-page .servicetop-area {
  padding: 140px 0 100px; }
  #service-page .servicetop-area .left {
    width: 46%; }
  #service-page .servicetop-area .right {
    width: 50%; }
  #service-page .servicetop-area h2 {
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: left; }
  #service-page .servicetop-area .left .img {
    width: 280px;
    margin-bottom: 40px; }

#service-page .supports-area {
  padding: 112px 0 160px; }
  #service-page .supports-area h2 {
    margin-bottom: 80px; }
    #service-page .supports-area h2 .ttl-en {
      color: #A0D2F2; }
  #service-page .supports-area .supports-list {
    margin-bottom: 80px; }
    #service-page .supports-area .supports-list li {
      width: 10.5%; }
      #service-page .supports-area .supports-list li .img {
        margin-bottom: 16px; }
      #service-page .supports-area .supports-list li h3 {
        font-weight: bold;
        font-size: 0.875rem;
        text-align: center; }

#service-page .btn-common a {
  background: -webkit-gradient(linear, left top, right top, from(#AAD1EF), to(#F29C97));
  background: -webkit-linear-gradient(left, #AAD1EF, #F29C97);
  background: -o-linear-gradient(left, #AAD1EF, #F29C97);
  background: linear-gradient(90deg, #AAD1EF, #F29C97); }

@media screen and (max-width: 767px) {
  #service-page .servicetop-area {
    padding: 80px 0 64px;
    text-align: center; }
    #service-page .servicetop-area .left {
      width: 100%; }
    #service-page .servicetop-area .right {
      width: 100%; }
      #service-page .servicetop-area .right .img {
        width: 100vw;
        margin: 112px 0 0 -20px; }
    #service-page .servicetop-area h2 {
      font-size: 1.125rem;
      text-align: center; }
    #service-page .servicetop-area .left .img {
      width: 200px;
      margin: 0 auto 40px; }
    #service-page .servicetop-area p {
      font-weight: bold; }
  #service-page .supports-area {
    padding: 48px 0 112px; }
    #service-page .supports-area h2 {
      margin-bottom: 64px; }
    #service-page .supports-area .supports-list {
      margin-bottom: 32px; }
      #service-page .supports-area .supports-list li {
        width: 22%;
        margin-bottom: 24px; }
        #service-page .supports-area .supports-list li:nth-of-type(5) {
          margin-left: 13%; }
        #service-page .supports-area .supports-list li:nth-of-type(7) {
          margin-right: 13%; }
        #service-page .supports-area .supports-list li h3 {
          font-weight: bold;
          font-size: 0.6rem;
          text-align: center; }
  #service-page .btn-common a {
    background: -webkit-gradient(linear, left top, right top, from(#AAD1EF), to(#F29C97));
    background: -webkit-linear-gradient(left, #AAD1EF, #F29C97);
    background: -o-linear-gradient(left, #AAD1EF, #F29C97);
    background: linear-gradient(90deg, #AAD1EF, #F29C97); } }

#news-page .news-list-area {
  padding: 120px 0 160px; }
  #news-page .news-list-area .content-wrap {
    padding-left: 10%;
    position: relative; }
    #news-page .news-list-area .content-wrap::before {
      content: "";
      width: 8px;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#AAD1EF), to(#F29C97));
      background: -webkit-linear-gradient(top, #AAD1EF, #F29C97);
      background: -o-linear-gradient(top, #AAD1EF, #F29C97);
      background: linear-gradient(180deg, #AAD1EF, #F29C97);
      position: absolute;
      top: 0;
      left: 0; }

@media screen and (max-width: 767px) {
  #news-page .news-list-area {
    padding: 80px 0 112px; } }


#contact-page .form-area {
  padding: 120px 0 160px;
  max-width: 768px;
  margin: 0 auto;
}

#contact-page .form-area .attention-title {
  margin-bottom: 80px;
  font-size: 1rem;
}

#contact-page .form-area .attention-title span {
  color: #F29C97;
}

#contact-page .form-area dl {
  margin-bottom: 32px;
}

#contact-page .form-area dt {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 16px;
}

#contact-page .form-area dl:first-of-type dd {
  display: flex;
  justify-content: space-between;
}

#contact-page .form-area dl:first-of-type dd input {
  width: 48%;
}

#contact-page .form-area input[type="text"],
#contact-page .form-area input[type="mail"] {
  width: 100%;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  border: 1px solid #ccc;
}

#contact-page .form-area textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 16px;
  height: 200px;
}

#contact-page .form-area .required::after {
  content: "*";
  display: inline-block;
  color: #F29C97;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  #contact-page .form-area {
    padding: 80px 0 112px;
  }

  #contact-page .form-area .attention-title,
  #contact-page .form-area dt {
    font-size: 0.875rem;
  }
}


#top-head {
  height: 64px;
  position: relative;
  width: 100%;
  z-index: 9999;
  background: -webkit-gradient(linear, left top, right top, from(#F9D0C3), to(#F29C97));
  background: -webkit-linear-gradient(left, #F9D0C3, #F29C97);
  background: -o-linear-gradient(left, #F9D0C3, #F29C97);
  background: linear-gradient(90deg, #F9D0C3, #F29C97);
  padding: 0 24px; }
  #top-head .logo {
    line-height: 64px;
    width: 210px; }
  #top-head .nav li {
    display: inline-block;
    line-height: 64px; }
    #top-head .nav li a {
      font-size: 1rem;
      color: #fff; }
  #top-head .nav li + li {
    margin-left: 32px; }
    @media screen and (max-width: 1000px) {
      #top-head .nav li + li {
        margin-left: 16px; } }

@media screen and (max-width: 767px) {
  /* header */
  #top-head {
    width: 100%;
    margin: 0 auto 0;
    line-height: 1;
    z-index: 99999;
    height: 56px;
    position: fixed;
    top: 0;
    left: 0; }
    #top-head .content-wrap {
      margin: 0;
      padding: 0 20px; }
    #top-head .logo {
      margin-top: 0;
      width: 160px;
      line-height: 56px; }
  #top-head a,
  #top-head {
    text-decoration: none; }
  /* Toggle Button */
  #nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 101; }
  #nav-toggle div {
    position: relative; }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 45%;
    background: #fff;
    left: 27.5%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
  #nav-toggle span:nth-child(1) {
    top: 16.5px;
    width: 50%;
    left: 25%; }
  #nav-toggle span:nth-child(2) {
    top: 26.5px;
    width: 50%;
    left: 25%; }
  #nav-toggle span:nth-child(3) {
    top: 36.5px;
    width: 50%;
    left: 25%; }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    right: -320px;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#F9D0C3), to(#F29C97));
    background: -webkit-linear-gradient(left, #F9D0C3, #F29C97);
    background: -o-linear-gradient(left, #F9D0C3, #F29C97);
    background: linear-gradient(90deg, #F9D0C3, #F29C97);
    width: 320px;
    height: 100vh;
    text-align: left;
    padding: 80px 40px;
    z-index: 100; }
  .fade #global-nav {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  #global-nav ul {
    list-style: none;
    right: 0;
    bottom: 0;
    width: 100%; }
  #top-head .nav li {
    display: block;
    line-height: 64px; }
    #top-head .nav li a {
      color: #fff;
      font-size: 0.875rem; }
  #top-head .nav .contact {
    margin-top: 40px; }
  #top-head .nav li + li {
    margin-left: 0; }
  #global-nav ul .menu-logo {
    width: 180px;
    margin: 0 0 24px; }
  /* #nav-toggle 切り替えアニメーション */
  #top-head.open {
    position: fixed !important; }
  .open #nav-toggle span {
    background: #fff; }
  .open #nav-toggle span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    left: 30%; }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    width: 50%;
    top: 26px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
    left: 30%; }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    visibility: visible; }
  .logo-area {
    position: absolute;
    top: 40px;
    width: 100%; }
    .logo-area .logo {
      width: 180px;
      z-index: 99; }
  .btn-contact {
    margin-top: 24px; } }

.contact-area {
  background-color: #f5f5f5;
  padding: 120px 0;
  text-align: center; }
  .contact-area .contact-list li {
    width: 48%;
    background-color: #fff;
    padding: 48px 40px 152px;
    position: relative; }
    .contact-area .contact-list li h2 {
      color: #F29C97;
      margin-bottom: 40px;
      font-size: 2rem; }
    .contact-area .contact-list li p {
      font-size: 1rem;
      min-height: 3em; }
    .contact-area .contact-list li .btn-common {
      width: 100%;
      left: 0;
      position: absolute;
      bottom: 48px; }
      .contact-area .contact-list li .btn-common a {
        width: 90%; }
    .contact-area .contact-list li .attention {
      font-size: 0.875rem;
      color: #ccc;
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 24px; }
  @media screen and (max-width: 767px) {
    .contact-area {
      padding: 80px 0; }
      .contact-area .contact-list li {
        width: 100%;
        padding: 48px 20px;
        position: relative; }
        .contact-area .contact-list li h2 {
          margin-bottom: 32px; }
        .contact-area .contact-list li p {
          font-size: 0.875rem;
          min-height: inherit;
          margin-bottom: 32px; }
        .contact-area .contact-list li .btn-common {
          left: inherit;
          position: relative;
          bottom: inherit; }
          .contact-area .contact-list li .btn-common a {
            width: 100%; }
        .contact-area .contact-list li .attention {
          font-size: 0.875rem;
          position: relative;
          left: inherit;
          bottom: inherit;
          margin-top: 8px; }
      .contact-area .contact-list li + li {
        margin-top: 32px; } }

/* footer */
footer {
  width: 100%;
  padding: 40px 24px 32px;
  overflow: hidden;
  background-color: #555;
  text-align: right;
  color: #fff; }
  footer .footer-menu {
    margin-bottom: 24px; }
    footer .footer-menu li {
      display: inline-block; }
      footer .footer-menu li a {
        color: #fff; }
    footer .footer-menu li + li {
      margin-left: 24px; }
  footer .btn-contact {
    text-align: right;
    margin-bottom: 64px; }
    footer .btn-contact a {
      display: inline-block;
      color: #fff; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 40px 20px 32px;
      text-align: center; }
      footer .left,
      footer .right {
        width: 100%; }
      footer .logo {
        width: 200px;
        margin: 0 auto 40px; }
      footer .footer-menu {
        margin-bottom: 24px; }
        footer .footer-menu a {
          font-size: 0.875rem; }
      footer .btn-contact {
        text-align: center; } }

/* img effect  ------- cover fadeIn */
.imgEffectAnime_fadeIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_fadeIn;
  animation-name: imgEffectAnime_fadeIn;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* img effect  ------- top-dowm */
.imgEffectAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime;
  animation-name: imgEffectAnime;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* img effect  ------- left-right */
.imgEffectAnime_left_right {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_left_right;
  animation-name: imgEffectAnime_left_right;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_left_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes imgEffectAnime_left_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* img effect  ------- right - left */
.imgEffectAnime_right_left {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_right_left;
  animation-name: imgEffectAnime_right_left;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_right_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes imgEffectAnime_right_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* img effect  ------- _bottom_top */
.imgEffectAnime_bottom_top {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_bottom_top;
  animation-name: imgEffectAnime_bottom_top;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_bottom_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime_bottom_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* img effect  ------- cover fade in */
.imgEffectAnime_bg_cover {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_bg_cover;
  animation-name: imgEffectAnime_bg_cover;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_bg_cover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  50% {
    opacity: 0.7;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime_bg_cover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 0.4;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.detail-page-area-content {
  padding: 112px 0;
  max-width: 768px;
  margin: 0 auto;
}

.detail-page-area-content h1 {
  font-size:  1.5rem;
  font-weight: bold;
}

.detail-page-area-content .news-date {
  margin-top: 8px;
  color: #A0D2F2;
}

.detail-page-ttl {
  margin-bottom: 56px;
}

.detail-content {
  margin-bottom: 56px;
}

.detail-page-area-content ul {
  list-style: circle;
  padding-left: 20px;
}

.detail-page-area-content ol {
  list-style: decimal;
  padding-left: 20px;
}

.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content p,
.detail-content img,
.detail-content ul,
.detail-content ol,
.detail-content div,
.detail-content table {
  margin-bottom: 24px;
}

.detail-content h2 {
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 24px;
  border-left: 6px solid #F29C97;
  line-height: 1.2;
}

.detail-content h3 {
  font-size: 1rem;
  font-weight: bold;
}

.pryvacypolicy-page p {
  font-size: 1rem;
}

.pryvacypolicy-page h1 {
  margin-bottom: 40px;
}

.pryvacypolicy-page h1 + p {
  margin-bottom: 64px;
}

.pryvacypolicy-page .content-wrap > ul {
  list-style: none;
  padding-left: 0;
}

.pryvacypolicy-page .content-wrap > ul > li {
  margin-bottom: 64px;
}

.detail-content table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}

.detail-content table th,
.detail-content table td {
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  padding: 16px;
  vertical-align: top;
}

.detail-page-area .btn-back a {
  background: -webkit-gradient(linear, left top, right top, from(#AAD1EF), to(#F29C97));
  background: -webkit-linear-gradient(left, #AAD1EF, #F29C97);
  background: -o-linear-gradient(left, #AAD1EF, #F29C97);
  background: linear-gradient(90deg, #AAD1EF, #F29C97);
}


@media screen and (max-width: 767px) {
  .detail-page-area-content {
    padding: 80px 0;
  }

  .detail-content h2 {
    font-size: 1.125rem;
    line-height: 1.7;
  }

  .pryvacypolicy-page p,
  .detail-content table th,
  .detail-content table td,
  .detail-content li {
    font-size: 0.875rem;
  }
}
