@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #000;
  font-size: 17px;
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #b83397;
}


a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*共通*/
.bg_gray{
background-color:#ededed;
}
.fcR{
    color:#df1f00;
}
.fcB{
    color:#0461ca;
}
.fsS{
    font-size: 13px;
}
.fsSS {
    font-size: .6em;
    line-height: 1.3;
}
.fsL{
    font-size: 1.3em;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
    color:#000;
}
.red {
    color: #f10205;
  font-weight: bold;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width:640px) {
    .pc{
    display: none;
}
.sp{
    display: block;
}
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

.wrapper {
    margin: 3% 3% 0;
}
figure{
  margin: 0 auto;
  max-width: 100%;
}
img {
    width: 100%;
    height: 100%;
  vertical-align: middle;
}
p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

    #content {
        width: 750px;
        margin: 0 auto;
        box-shadow: 0px 0px 15px 8px #ddd;
    }
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
header {
      width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}
header .logo {
    width: 40%;
}
header a {
    width: 8%;
}
header a img {
    width: 100%;
}
h1 {
    margin: 0;
}
/* 光らせるためのstyle */
.shine{
  position: relative;
  overflow: hidden;
  display:inline-block;
}
/* 光の疑似要素 */
.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05, #Realtime06, #Realtime07{
    font-weight: 900;
    margin: 0;
}

@media screen and (max-width:320px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05, #Realtime06, #Realtime07 {
    font-size: 1em;
}
}

/* 点滅 */
.blinking{
  animation: flash 1.5s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.slider{
    margin: auto;
    margin-top: 5px;
    width: 100%;
}
.slider img {
    display: block;
    margin: 30px auto 10px;
    padding: 0 30px;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}


/*-------------フッター-------------*/
footer {
    background: #004179;
    border-top: 1px solid #fff;
    color: #fff;
}
tbody {
    font-size: 12px;
}
table.fooer_table {
    width: 100%;
    padding: 20px 10px 0;
    line-height: 1.8;
}
table.fooer_table th{
    width: 35%;
}
footer a:link, a:visited, a:hover, a:active {
    color: #fff;
}

.footer_oya{
    display: flex;
    justify-content:space-around;
}
.another p{
    font-size: 12px;
    color: #fff;
}
    .close1 {
        display: none;
    }

.logo img {
    width: 55%;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
}
.another {
    width: 90%;
    padding: 5px 30px 20px;
    font-weight: bold;
    margin: auto;
    border-top: 1px solid #3c5871;
}

/*プライバシーポリシー*/
.privacy-policy {
    text-align: center;
    font-size: 0.8em;
}

#privacy h2 {
    margin: 0 auto;
    padding: 25px 0 10px;
    text-align: center;
}
#privacy .inner {
    margin: 0 auto;
    padding: 0 3%;
    overflow-wrap: break-word;
}
#privacy .inner dl{
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt{
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
#privacy .inner dd{
    margin: 0 auto;
}

.recruit_box{
    border: 3px solid #ff6c00;
    padding: 0 0 20px;
    width: 95%;
    margin: 30px auto;
    border-radius: 20px;
}
.recruit_box p{
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}
.recruit_box p:first-child{
    font-weight: bold;
    background-color: #ff6c00;
    font-size: 22px;
    padding: 15px 0;
    border-radius: 15px 15px 0 0;
    color: #fff;
    margin-bottom: 20px;
}

.recruit_box p a{
    color: #ff7901;
    font-weight: bold;
    font-size: 22px;
}

.slick-dots li button:before {
    opacity: 1;
    color: #e5e5e5;
}

.cta {
    position: relative;
}
.time p {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 28%;
    font-size: 36px;
    color: #004179;
    line-height: 1.3;
}
.kagi_btn_ab {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    top: 43%;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}
.kagi_btn_ab1 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    top: 16%;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}
.time2 p {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 36%;
    font-size: 36px;
    color: #004179;
    line-height: 1.3;
}
.kagi_btn_ab2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    top: 54%;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}
.time_red{
    color: red;
    background: linear-gradient(transparent 50%, #fff20e 50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 46px;
}
.toiawase img {
    width: 60%;
    margin: 15px auto 15px;
    display: block;
}
.voices h2 {
    width: 75%;
    margin: auto;
    padding: 12% 0 0;
}
.voices {
    background-image: url(../img/bg01.jpg);
    padding: 0 0 12%;
}
.voices p img {
    width: 80%;
    margin: 10% auto 0;
    display: block;
}
.qa {
    background-image: url(../img/bg02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 12%;
}
.qa h2 {
    width: 75%;
    margin: auto;
    padding: 12% 0 0;
}

.acd-check{
    display: none;
}
.acd-label {
    background: #004179;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    padding: 15px 15px 15px 50px;
    position: relative;
    font-weight: bold;
    border-radius: 10px;
}
.acd-label:before {
    content: 'Q';
    display: block;
    position: absolute;
    left: 2%;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%);
}
.acd-label:after {
    box-sizing: border-box;
    content: '▼';
    display: block;
    position: absolute;
    right: 3%;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '▲';
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    padding: 10px;
    visibility: visible;
    margin-bottom: 25px;
    background: #fff;
    height: auto;
}
.qa_inner {
    width: 85%;
    margin: auto;
    padding: 8% 0 2%;
}
.acd-content p {
    margin: 0;
}
.credit {
    display: flex;
    margin: auto;
    width: 85%;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #004179;
}
.credit p {
    background: #004179;
    color: #fff;
    font-weight: bold;
    width: 30%;
    text-align: center;
    padding: 10px;
    margin: 0;
    border-radius: 10px 0 0 10px;
}
.credit img {
    padding: 10px;
    width: 65%;
    margin: auto;
}
    .logo_footer {
        width: 50%;
        padding: 6px;
        margin: 5px auto 0;
        display: block;
        background: #fff;
    }

@media screen and (max-width:640px) {
#content {
    width: 100%;
    margin: 0 auto;
}
header {
    padding: 5px 10px;
}
header .logo {
    width: 48%;
}
header a {
    width: 12%;
}
.time p {
    font-size: 20px;
}
.time2 p {
    font-size: 20px;
}
.time_red {
    font-size: 25px;
}
.slider img {
    padding: 0 10px;
}
.qa_inner {
    width: 93%;
    padding: 7% 0 2%;
}
.acd-label:before {
    left: 3%;
    font-size: 26px;
}
.acd-label {
    margin-bottom: 11px;
    padding: 13px 32px 13px 42px;
}
.acd-label:after {
    font-size: 12px;
}
.acd-check:checked + .acd-label + .acd-content {
    margin-bottom: 15px;
}
.credit {
    width: 93%;
}
.credit p {
    font-size: 13px;
    padding: 6px;
}
.credit img {
    width: 63%;
    margin: auto;
}

.toiawase img {
    width: 75%;
}
}