@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:#de0000;
}
.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;
    font-weight: bold;
}
.red {
    color: #c50019;
  font-weight: bold;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.note {
    font-size: 0.7rem;
}
@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;
  border-radius: 100px;
}
/* 光の疑似要素 */
.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: #5d352f;
    border-top: 1px solid #fff;
    color: #fff;
}
footer p {
    font-size: 0.8em;
}

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: #1a64d9;
    line-height: 1.3;
}
.yane_btn_ab {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 88%;
    top: 37%;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}
.yane_btn_ab1 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 88%;
    top: 16%;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}
.yane_btn_ab2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 88%;
    top: 47%;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}
.mail_btn_ab {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 88%;
    top: 57%;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}
.mail_btn_ab2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 85%;
    top: 72%;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}
.cta_txt_ab {
    position: absolute;
    right: 0;
    left: 0;
    top: 21%;
    text-align: center;
    font-size: clamp(21px, 3.8vw, 38px);
    color: #004078;
    font-weight: bold;
}
.cta_txt_ab2 {
    position: absolute;
    right: 0;
    left: 0;
    top: 26%;
    text-align: center;
    font-size: clamp(21px, 3.8vw, 38px);
    color: #004078;
    font-weight: bold;
}

.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, .area h2 {
    width: 75%;
    margin: auto;
    padding: 12% 0 0;
}
.voices {
    background-image: url(../img/bg01.jpg);
    padding: 0 0 10%;
}
.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: #5d352f;
    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 #5d352f;
}
.credit p {
    background: #5d352f;
    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: 45%;
    padding: 6px;
    margin: 5% 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%;
}
}


/*-------------対象エリア-------------*/
section.area {
    margin: 3% 3% 0;
}
h5 {
    padding: 5%;
    font-size: 1.1em;
    text-align: center;
    margin-top: 3em;
}
dl {
    display: inline-block;
    text-align: center;
    font-weight:bold;
    width: 100%;
}
dl.area2 {
    margin-top: -10px;
    width: 60%;
    margin-bottom: 16vh;
}
.map_abs {
    top: 13%;
}
dt {
    color: #fff;
}
dt.area_hokkai {
    background-color: #009944;
}
dt.area_kansai {
    background-color: #e181a9;
}
dt.area_shikoku {
    background-color: #0053c4;
}
dt.area_kyusyu {
    background-color: #ea591f;
}
dt.area_cyubu {
    background-color: #cfdb00;
}
dt.area_kanto {
    background-color: #00a0d9;
}

dd {
    margin: 5px 0 10px;
        /* margin-left: 0; */
}



@media screen and (min-width:640px){
.map_abs {
    top: -25%;
    left: 15%;
    width: 82%;
    height: auto;
}
dl {
    font-size: 22px;
    width: 60%;
}
h5 {
    padding: 0 5%;
    font-size: 1.6em;
    margin-top: 4em;
}
}


/* テキスト化 */
.voice_box {
    background-color: #fff;
    margin: 30px 30px 10px;
    padding: 30px;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.3));
}
.voice_ttl {
    text-align: center;
    font-size: clamp(24px, 3.8vw, 40px);
    font-weight: bold;
    color: #c50019;
    border-bottom: 2px solid #c50019;
    margin-top: 10px;
}
.sub {
    text-align: center;
    font-size: clamp(20px, 3.6vw, 30px);
    font-weight: bold;
    margin: 7% 0;
}
section.anshin {
    background-color: #c10000;
    padding: 10% 5%;
}
.anshin_box {
    background-color: #fff;
    padding: 8% 7%;
    position: relative;
    border-radius: 20px;
    margin-top: 8%;
}
.anshin_box p, .advise_box p {
    font-size: clamp(16px, 2.3vw, 26px);
}
.anshin_abs {
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
h4.anshin_ttl {
    color: #c50019;
    text-align: center;
    font-size: clamp(20px, 3.6vw, 35px);
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 3px solid #c50019;
}
section.advise {
    background-color: #ac500c;
    padding: 10% 5%;
}
.advise_box {
    background-color: #fff;
    padding: 4% 7% 7%;
    border-radius: 20px;
    margin-top: 8%;
}
section.reason {
    background-image: url(../img/bg02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 4% 13%;
}
.reason_box {
    border: 3px solid #5d352f;
    border-radius: 20px;
    margin-top: 7%;
    background-color: #fff;
}
.reason_ttl {
    background-color: #5d352f;
    padding: 2.8% 5% 0.1%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.reason_ttl01,.reason_ttl02 {
    color: #fff;
    font-size: clamp(20px, 2.8vw, 30px);
    font-weight: bold;
    margin-top: 0;
}

  .reason_ttl01::before {
    content: '';
    display: inline-block;
    background-image: url(../img/img11-1.png);
    background-size: contain; 
    background-repeat: no-repeat;
    width: 60px; 
    height: 60px;
    vertical-align: middle;
    margin-right: 5%;
}
  .reason_ttl02::before {
    content: '';
    display: inline-block;
    background-image: url(../img/img12-1.png);
    background-size: contain; 
    background-repeat: no-repeat;
    width: 60px; 
    height: 60px;
    vertical-align: middle;
    margin-right: 5%;
}
  .reason_inner {
    padding: 1% 4% 4%;
}

@media screen and (max-width:640px) {
    .voice_box {
        margin: 30px 10px 10px;
        padding: 20px 15px 15px;
    }
    .anshin_box {
        padding: 7% 4%;
        border-radius: 10px;
    }
    .anshin_abs {
        width: 11%;
        top: -1.5%;
    }
    .advise_box {
        padding: 3% 5% 7%;
        border-radius: 10px;
    }
    .reason_box {
        border-radius: 10px;
    }
    .reason_ttl {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .reason_ttl01::before, .reason_ttl02::before {
        width: 40px;
        height: 40px;
    }
    .reason_ttl01, .reason_ttl02 {
        margin-bottom: 5px;
    }
}

.free {
    background-color: #fbf7dd;
    padding-bottom: 10%;
}
.free_ttl {
    width: 90%;
    padding: 8% 0 0;
    margin: 0 auto;
}
.free_txt {
    width: 85%;
    margin: 0 auto;
    padding: 8% 0;
}
.free_area {
    padding: 6% 4%;
    border-radius: 10px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}
.free_area_ttl {
    color: #c91529;
    font-size: clamp(16px, 2.3vw, 26px);
    font-weight: bold;
}
.free_area p {
    font-size: clamp(14px, 2.3vw, 26px);
}

.point {
    background-color: #ac500c;
    padding: 8% 0;
    position: relative;
}
.point_arrow {
    position: absolute;
    top: -2%;
    left: 25%;
    width: 50%;
}
.point_ttl {
    width: 90%;
    padding: 8% 0;
    margin: 0 auto;
}
.point_area {
    padding: 4% 4%;
    border-radius: 10px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
}
.point_check {
    width: 8%;
    height: 8%;
}
.point_flex {
    display: flex;
    margin: 0 auto;
    padding:3% 0;
    justify-content: space-around;
}
.point_txt {
    width: 84%;
    margin: 0;
    font-size: clamp(14px, 2.3vw, 26px);
}
.point_bottom{
    width: 90%;
    margin: 0 auto;
    padding: 8% 0 0;
}
.technic {
    background-image: url(../img/img24_bg.jpg);
    background-size: cover;
    padding-bottom: 8%;
}
.technic_ttl {
    width: 90%;
    margin: 0 auto;
    padding: 8% 0;
}
.technic_area {
    padding: 4%;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}
.hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    margin: 5% 0;
}
.technic_area p{
    font-size: clamp(14px, 2.3vw, 26px);
}

.anno p{
    width: 90%;
    margin: 4% auto 0;
    color: #fff;
    text-align: right;
    font-size: 60%;
    font-weight: lighter;
}
@media (max-width:767px) {
    .anno p{
        font-size: 50%;
    }
}