@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

header {
  background: #0068c8;
  padding: 10px 0;
}
header p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}
header p b {
  font-weight: bold;
  font-size: 120%;
  color: #ffff00;
}

section.mv {
  background: url(../image/mv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
}
section.mv h1 {
  color: #0068c8;
  font-weight: bold;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
section.mv h1 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}
section.mv h1 span img {
  max-width: 300px;
}
section.mv .flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
}
section.mv .flex .main_ttl {
  background: -webkit-linear-gradient(top, #fde692, #f83600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: solid 7px #ffff00;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 52px;
}
section.mv .flex .al_right {
  text-align: right;
  font-size: 20px;
  margin: 10px 0 20px;
}
section.mv .flex .btn_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  background: #0068c8;
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 50px;
  border-radius: 30px;
}
section.mv .flex .sub_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  background: unset;
  padding: unset;
}
section.mv .flex .sub_ttl span {
  background: -webkit-linear-gradient(top, #fde692, #f83600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
}
section.mv .flex .sub_ttl span b {
  font-size: 120%;
}
section.mv .flex .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
  margin: 20px auto 0;
  width: 90%;
}
section.mv .flex .list .item {
  position: relative;
}
section.mv .flex .list .item p {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0px);
  text-wrap: nowrap;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
  line-height: 1.2;
}
section.mv .flex .list .item p span {
  color: #ff5400;
}
section.mv .flex .rg_image {
  width: 55%;
  margin: 0 auto;
}
section.cta {
  background: #0068c8;
}
section.cta .wrap {
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
section.cta .wrap .ttl p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
section.cta .wrap .ttl p::before, section.cta .wrap .ttl p::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1.5px;
  height: 20px;
}
section.cta .wrap .ttl p::before {
  top: 5px;
  left: -10px;
  transform: rotate(-45deg);
}
section.cta .wrap .ttl p::after {
  top: 5px;
  right: -10px;
  transform: rotate(45deg);
}
section.cta .wrap h2 {
  letter-spacing: 2px;
  font-size: 32px;
  background: unset;
  color: #fff;
  padding: 0;
}
section.cta .wrap h2 span {
  color: #fff000;
}
section.cta .wrap h2 span b {
  font-size: 130%;
}
section.cta .wrap .message {
  font-size: 18px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 10px auto;
}
section.cta .wrap .message::before, section.cta .wrap .message::after {
  content: "▽";
  position: absolute;
  color: #fff;
}
section.cta .wrap .message::before {
  top: 0px;
  left: -25px;
}
section.cta .wrap .message::after {
  top: 0px;
  right: -25px;
}


section.cta .wrap label {
  display: block;
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
}
section.cta .wrap label a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px;
  padding-bottom: 2px;
  display: inline-block;
  margin: 0 5px;
}
section.cta .wrap input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
  background: #8cafbf;
  display: inline-block;
  vertical-align: middle;
}
section.cta .wrap input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 3px;
}
section.cta .wrap button[type=submit] {
  padding: 35px 0 30px;
  text-align: center;
  max-width: 590px;
  margin: 10px auto;
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  border-radius: 30px;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;

  position: relative;
}
section.cta .wrap button[type=submit]::after {


  font-weight: 900;
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translate(0px, -35%);
  display: inline-block;
  font-size: 80%;
}
section h2 {
  background: #d5ebf8;
  color: #0068c8;
  text-align: center;
  padding: 50px 0;
  font-size: 36px;
}
section.outdated .wrap {
  padding: 30px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
section.outdated .wrap .bl_item {
  position: relative;
  margin-bottom: 50px;
}
section.outdated .wrap .bl_item .ballon {
  background: #c9dde9;
  text-align: center;
  width: -moz-fit-content;
  width: 400px;
  margin: 0 auto;
  padding: 80px 30px;
  border-radius: 50%;
  font-size: 24px;
}
section.outdated .wrap .bl_item img {
  max-width: 400px;
  position: relative;
  top: -50px;
  margin: 0 auto;
  display: block;
}
section.outdated .wrap .bl_item2 .ballon {
  background: #c9dde9;
  text-align: center;
  width: -moz-fit-content;
  width: 400px;
  margin: 0 auto;
  padding: 50px 30px;
  border-radius: 50%;
  font-size: 24px;
  position: relative;
}
section.outdated .wrap .bl_item2 .ballon i {
  position: absolute;
  content: "";
  background-image: url(../image/icon_light.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 85px;
  height: 85px;
  top: -45%;
  left: 50%;
  transform: translate(-50%, 50%);
}
section.outdated .wrap .bl_item2 img {
  top: -30px;
}
section.outdated .wrap .text {
  font-size: 18px;
}
section.outdated .wrap .text .fs_text {
  margin-bottom: 30px;
}
section.outdated .wrap .text ul {
  padding: 0 0 20px 20px;
}
section.outdated .wrap .text .sc_text {
  font-size: 110%;
}
section.outdated .wrap .text span.red {
  color: #fa0000;
  font-size: 110%;
}
section.outdated .wrap .text .third_text {
  font-size: 100%;
}
section.outdated .wrap .text .third_text span.blue {
  color: #0068c8;
}
section.outdated .wrap .image_ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin: 50px 0;
  text-align: center;
}
section.outdated .wrap .image_ba h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
}
section.outdated .wrap .image_ba .before, section.outdated .wrap .image_ba .after {
  padding: 25px 10px;
  border-radius: 30px;
}
section.outdated .wrap .image_ba .before {
  background: #72aed8;
}
section.outdated .wrap .image_ba .before h3 {
  padding: 15px 0 35px;
}
section.outdated .wrap .image_ba .before p b {
  color: #72aed8;
}
section.outdated .wrap .image_ba .before .item::after {
  position: absolute;
  content: "";
  background-image: url(../image/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 150px;
  height: 150px;
  top: 50%;
  right: -23%;
  z-index: 1;
  transform: translate(0px, -50%);
}
section.outdated .wrap .image_ba .after {
  background: #ff9d6d;
}
section.outdated .wrap .image_ba .after h3 {
  padding: 0px 0 25px;
}
section.outdated .wrap .image_ba .after p b {
  color: #ff9d6d;
}
section.outdated .wrap .image_ba .item {
  position: relative;
  margin-bottom: 10px;
}
section.outdated .wrap .image_ba .item p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  font-size: 18px;
  width: 60%;
}
section.outdated .wrap .ai_solution {
  border: solid #0068c8 2px;
  padding: 10px 40px;
}
section.outdated .wrap .ai_solution h3 {
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
  background: #0068c8;
  margin: 0 auto;
  border-radius: 40px;
}
section.outdated .wrap .ai_solution ul {
  list-style: none;
  font-size: 20px;
  margin: 30px 0 0;
}
section.outdated .wrap .ai_solution ul li {
  margin: 10px 0 20px;
  position: relative;
  border-bottom: solid #0068c8 1px;
  padding-left: 40px;
  padding-bottom: 15px;
}
section.outdated .wrap .ai_solution ul li b {
  color: #fa0000;
}
section.outdated .wrap .ai_solution ul li::before {
  position: absolute;
  content: "";
  background-image: url(../image/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
section.latest_technology .wrap {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
section.latest_technology .wrap .text {
  font-size: 18px;
  line-height: 1.8;
  margin: 30px 0;
}
section.latest_technology .wrap .text b {
  color: #ff5400;
  font-size: 110%;
}
section.latest_technology .wrap .flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  justify-content: space-between;
  padding: 0 10px;
  text-align: center;
}
section.latest_technology .wrap .flex .cont h3 {
  background: linear-gradient(15deg, #0bbafb 0%, #4285ec 100%);
  color: #fff;
  font-size: 22px;
  padding: 5px 0;
  margin-bottom: 2px;
}
section.latest_technology .wrap .flex .cont p {
  font-size: 18px;
  margin: 10px 0;
}
section.latest_technology .checklist {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
section.latest_technology .checklist .ls_wrap {
  background-image: url(../image/bg_chcklist.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
section.latest_technology .checklist ul {
  border: solid 2px #0068c8;
  padding: 30px 75px;
  list-style: none;
}
section.latest_technology .checklist ul li {
  position: relative;
  margin: 15px 0;
  padding-left: 40px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: #0068c8 solid 1px;
  padding-bottom: 15px;
}
section.latest_technology .checklist ul li::before {
  position: absolute;
  content: "";
  background-image: url(../image/icon_check_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
section.value .wrap {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
section.value .wrap .value_3step .cont {
  border: solid 2px #4285ec;
  margin: 30px 0;
  padding: 30px;
}
section.value .wrap .value_3step .cont .item_wrap {
  max-width: 50%;
  margin: 0 auto;
}
section.value .wrap .value_3step .cont .item_wrap h3 {
  margin-bottom: 30px;
  text-align: center;
}
section.value .wrap .value_3step .cont .item_wrap h3 span {
  font-size: 24px;
  border-bottom: 2px solid;
}
section.value .wrap .value_3step .cont .item_wrap p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  letter-spacing: 1px;
}
section.value .wrap .value_3step .cont .item_wrap p b {
  border-bottom: solid 1px;
  font-size: 110%;
}
section.value .wrap .value_3step .cont .item_wrap p span {
  font-size: 110%;
  color: #fa0000;
}
section.voice {
  background-image: url(../image/bg_voice.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

section.voice .wrap {
  max-width: 1380px;
  margin: 0px auto 0;
  padding: 0 20px;
}
section.voice .wrap .cont_voice .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0;
}
section.voice .wrap .cont_voice .cont .left {
  position: relative;
  z-index: 2;
}
section.voice .wrap .cont_voice .cont .left p {
  line-height: 1.8;
  font-size: 20px;
  border: #0068c8 solid 2px;
  padding: 90px 40px 90px;
  width: 200%;
  max-width: 1100px;
  background: #fff;
}
section.voice .wrap .cont_voice .cont .left p b {
  color: #fa0000;
  font-size: 105%;
}
section.voice .wrap .cont_voice .cont .left img {
  width: 300px;
}
section.voice .wrap .cont_voice .cont .right {
  position: relative;
}
section.voice .wrap .cont_voice .cont .right img {
  width: 300px;
  position: relative;
  z-index: 2;
}
section.voice .wrap .cont_voice .cont .right p {
  line-height: 1.8;
  font-size: 20px;
  border: #0068c8 solid 2px;
  padding: 90px 0 90px 150px;
  width: 100%;
  min-width: 850px;
  position: relative;
  right: 15%;
  z-index: 1;
  background: #fff;
}
section.voice .wrap .cont_voice .cont .right p b {
  color: #fa0000;
  font-size: 105%;
}
section.voice .wrap .cont_voice .cont:last-child {
  margin-bottom: 0;
}
section.commodity .wrap {
  max-width: 1280px;
  padding: 0 0px;
  margin: 80px auto;
  border: solid 13px #72aed8;
}
section.commodity .wrap .item {
  border: #0068c8 solid 2px;
  padding: 50px;
}
section.commodity .wrap .item img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
section.commodity .wrap .item p {
  width: 80%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.8;
}
section.commodity .wrap .item p b {
  color: #fa0000;
  font-size: 110%;
}
section.commodity .wrap .item p span {
  font-size: 110%;
  font-weight: bold;
}
section.commodity .wrap .item ul {
  width: 80%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.8;
  color: #fa0000;
  padding: 0 0 0 45px;
}
section.nowcheckout .wrap {
  max-width: 1280px;
  padding: 0 20px;
  margin: 80px auto;
}
section.nowcheckout .wrap img {
  width: 25%;
  margin: 0 auto;
  display: block;
}
section.nowcheckout .wrap p {
  width: 80%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
section.nowcheckout .wrap p b {
  color: #fa0000;
  font-size: 110%;
}
section.nowcheckout .wrap p span {
  font-size: 110%;
  font-weight: bold;
}
section.nowcheckout .wrap ul {
  width: 45%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  padding: 40px 25px;
  list-style: none;
  background: #0068c8;
}
section.nowcheckout .wrap ul li:last-child {
  color: #fff300;
}

footer {
  background: #0e4c85;
  margin-top: -20px;
}
footer .wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px 15px;
}
footer .wrap .logo {
  margin: 0 0 40px;
}
footer .wrap .logo img {
  max-width: 300px;
}
footer .wrap dl {
  color: #fff;
  font-size: 15px;
}
footer .wrap dl dt {
  font-weight: bold;
  font-size: 105%;
  margin-bottom: 25px;
}
footer .wrap dl dd {
  line-height: 1.8;
}
footer .wrap ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 30px 0;
}
footer .wrap ul li {
  position: relative;
}
footer .wrap ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
footer .wrap ul li a::after {
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  display: block;
  position: absolute;
  right: -10px;
  top: 5px;
}
footer .wrap .btm_text {
  text-align: center;
  color: #fff;
}

.sp_only {
  display: none;
}

.mb_only {
  display: none;
}

.pc_only {
  display: block;
}

body > footer > div > ul > li:nth-child(7) > a::after {
  content: unset;
}

@media screen and (max-width: 1300px) {
  section.mv .flex .main_ttl, section.mv .flex .sub_ttl span {
    font-size: 36px;
  }
}
@media screen and (max-width: 887px) {
  .pc_only {
    display: none;
  }
  .mb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  section.mv .flex {
    grid-template-columns: 1fr;
  }
  section.mv .flex .al_right {
    text-align: center;
  }
  section.mv .flex .main_ttl, section.mv .flex .sub_ttl span {
    font-size: 3.5vw;
  }
  .sp_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .sp_flex .sp_right {
    max-width: 250px;
    margin: 0 auto;
  }
  section.mv h1, section.mv .flex .al_right, section.mv .flex .sub_ttl {
    font-size: 16px;
  }
  section.cta .wrap h2 {
    font-size: 20px;
  }
  section.cta .wrap button[type=submit] {
    font-size: 22px;
    padding: 15px 0 10px;
  }
  section h2 {
    font-size: 22px;
  }
  section.outdated .wrap .image_ba .item p {
    width: 80%;
  }
  section.outdated .wrap .image_ba .before .item::after {
    right: -40%;
  }
  section.cta .wrap button[type=submit]::after {
    right: 25%;
  }
  section.latest_technology .checklist ul {
    padding: 25px 30px;
  }
  section.latest_technology .checklist ul li {
    font-size: 16px;
  }
  section.value .wrap .value_3step .cont .item_wrap {
    max-width: 80%;
  }
  section.voice .wrap .cont_voice .cont {
    display: block;
  }
  section.voice .wrap .cont_voice .cont .left p, section.voice .wrap .cont_voice .cont .right p {
    line-height: 1.8;
    font-size: 20px;
    border: #0068c8 solid 2px;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    background: #fff;
    margin: 0 auto;
    right: 0;
  }
  section.voice .wrap .cont_voice .cont .left {
    order: 2;
  }
  section.voice .wrap .cont_voice .cont .right, section.voice .wrap .cont_voice .cont .left {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
  section.voice .wrap .cont_voice .cont .right p {
    min-width: unset;
  }
  section.commodity .wrap {
    margin: 20px auto;
  }
}
@media screen and (max-width: 500px) {
  .mb_only {
    display: block;
  }
  .sp_flex .sp_right {
    display: none;
  }
  .sp_flex {
    grid-template-columns: 1fr;
  }
  section.mv .flex .main_ttl, section.mv .flex .sub_ttl span {
    font-size: 22px;
  }
  section.mv .flex .list {
    width: 100%;
    gap: 7px;
    width: 95%;
  }
  section.mv .flex .list .item p {
    font-size: 8px;
  }
  section.mv .flex {
    padding: 0;
  }
  section.cta .wrap .ttl p, section.cta .wrap .message, section.cta .wrap label, .atte {
    font-size: 12px;
  }
  section.cta .wrap h2 {
    font-size: 18px;
  }
  section.cta .wrap input[type=email] {
    max-width: 300px;
  }
  section.cta .wrap button[type=submit] {
    font-size: 18px;
    padding: 15px 0 10px;
    width: 80%;
  }
  section.cta .wrap button[type=submit]::after {
    right: 5%;
  }
  section h2 {
    font-size: 20px;
    padding: 30px 15px;
  }
  section.outdated .wrap .bl_item .ballon {
    width: 290px;
  }
  section.outdated .wrap .bl_item2 .ballon {
    width: 290px;
  }
  section.outdated .wrap .image_ba {
    grid-template-columns: 1fr;
  }
  section.outdated .wrap .image_ba .before .item::after {
    content: unset;
  }
  section.outdated .wrap .image_ba .before {
    position: relative;
    margin-bottom: -25px;
  }
  section.outdated .wrap .image_ba .before::after {
    position: absolute;
    content: "";
    background-image: url(../image/arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100px;
    height: 100px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 90%) rotate(90deg);
  }
  section.outdated .wrap .image_ba .item p {
    width: 91%;
  }
  section.outdated .wrap .ai_solution {
    padding: 10px;
  }
  section.latest_technology .wrap .flex {
    grid-template-columns: 1fr;
    padding: 0;
  }
  section.latest_technology .checklist .ls_wrap {
    background-image: url(../image/bg_chcklist.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  section.value .wrap .value_3step .cont {
    padding: 15px 10px;
  }
  section.value .wrap .value_3step .cont .item_wrap {
    max-width: 90%;
  }
  section.voice .wrap .cont_voice .cont .right, section.voice .wrap .cont_voice .cont .left {
    margin: 0 auto 20px;
  }
  section.voice .wrap .cont_voice .cont .right img, section.voice .wrap .cont_voice .cont .left img {
    width: 200px;
  }
  section.voice .wrap .cont_voice .cont .left p, section.voice .wrap .cont_voice .cont .right p {
    max-width: 280px;
    font-size: 16px;
  }
  section.voice .wrap .cont_voice .cont {
    margin: 30px 0;
  }
  section.commodity .wrap {
    margin: 0px auto 20px;
  }
  section.cta {
    margin-bottom: 10px;
  }
  section.voice {
    padding-bottom: 40px;
  }
  section.commodity .wrap .item {
    padding: 20px;
  }
  section.commodity .wrap .item img {
    width: 100%;
  }
  section.commodity .wrap .item p {
    width: 100%;
  }
  section.commodity .wrap .item ul {
    width: 100%;
    margin: 20px auto;
    font-size: 18px;
    line-height: 1.8;
    color: #fa0000;
    padding: 0 0 0 25px;
  }
  section.nowcheckout .wrap {
    margin: 50px auto;
  }
  section.nowcheckout .wrap img {
    width: 50%;
  }
  section.nowcheckout .wrap p {
    width: 100%;
  }
  section.nowcheckout .wrap ul {
    width: 85%;
  }
  footer .wrap ul {
    display: grid;
    list-style: none;
  }
  footer .wrap ul li a::after {
    content: unset;
  }
  footer .wrap .btm_text {
    font-size: 12px;
  }
  header p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */



/* LINEバナー */
.line_bunner{
  width: 30vw;
  margin: 0 auto;
}

.line_bunner h4 {
  text-align: center;
  background-color: #d8f0f7;
  background-size: cover;
  padding: 10px;
}

.line {
text-align: center;
  padding: 20px 0;
}

.line_box p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.line_box h5 {
  color: #e21111;
  font-size: 24px;
  text-align: center;
}

.line_box a {
  text-decoration: none;

}

.line_box .line_move {
  color: #fff;
  background-color: #00B900;
  padding: 15px 50px;
  margin: 10px ;
  font-size: 23px;
}

.line_move:hover {
  background-color: #53ee53af;
}


/* LINE誘導バナー */

.line_btn {
  width: 70%;
  margin: 0 auto;
  animation-name:updown; 
  animation-delay:0s;   
  animation-duration: 1.8s;  
  animation-timing-function: ease-in-out;  
  animation-iteration-count: infinite; 
  background: none;
  transition: 0.5s;
  border: none;
  text-decoration: none;
}
.line_btn:hover{
  opacity: 0.4;
  transition: 0.5s;
}

.sp_n{
  display: block;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width:768px) {
  .line_bunner {
      width: 80vw;
  }

  .line {
      display: block;

  }

  .line .line_url {
      text-align: center;
  }
  .line_btn{
      width: 95%;
  }

  .sp_n{
      display:flex;
    }
}

/* LINE誘導バナー */

.line_btn {
  width: 70%;
  margin: 0 auto;
  animation-name: updown;
  animation-delay: 0s;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  background: none;
  transition: 0.5s;
  border: none;
  text-decoration: none;
}

.line_btn:hover {
  opacity: 0.4;
  transition: 0.5s;
}

.close{
  display: none;
}


@keyframes updown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width:768px) {
  .line_bunner {
    width: 80vw;

  }

  .line {
    display: block;

  }

  .line .line_url {
    text-align: center;
  }

  .line_btn {
    width: 95%;
  }

  .close{
    display:inline;
    z-index: 100;
    position: fixed;
    bottom: 10px;
    transition: opacity 2s, transform 1s;
  }
  .close:hover{
    opacity: 0.4;
    transition: 0.5s;
  }


}

/* LINE誘導バナー */


/* 受付部分 */

.day {
  width: 50%;
  margin: 0 auto;
  background-color: #0068c8;
  font-size: 1.2rem;
  color: #fff;
  padding: 20px 5%;
}

.day td {
  padding: 10px 0;
}

.yellow {
  color: #ffe600;
  font-weight: bold;
}

@media screen and (max-width:820px) {
  .day {
    width: 95%;
    font-size: 1rem;
    padding: 10px 5%;
  }
}

