@charset "UTF-8";
body {
  font-family: "";
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.box_01 {
  border: solid 3px #36a5cf;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 3%;
  padding-left: 3.5%;
  margin: 6% auto 0;
  width: 88%;
  background-color: #fff;
  /* text-align: center; */
}

.box_01 ul {
  list-style-type: none;
  margin-left: 1%;
  margin-right: 1%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_01 li {
  list-style-position: outside;
  text-indent: 0em;
  font-size: 34px;
  line-height: 1.3;
  padding-left: 8%;
  background-image: url(../images/common/check_b.png);
  background-repeat: no-repeat;
  background-size: 2.3rem;
  background-position: left center;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  border-bottom: solid 1px #36a5cf;
  text-align: left;
  font-weight: bold;
}

.box_01 li:last-child {
  border-bottom: none;
}

.box_02, .box_02o {
  padding-top: 8%;
  padding-bottom: 7%;
  padding-right: 3%;
  padding-left: 3.5%;
  margin: 0% auto 0;
  width: 92%;
  background-color: #fff;
  /* text-align: center; */
}

.box_02 ul, .box_02o ul {
  list-style-type: none;
  margin-left: 1%;
  margin-right: 1%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_02 li {
  list-style-position: outside;
  text-indent: 0em;
  font-size: 24px;
  line-height: 2;
  padding-left: 12%;
  background-image: url(../images/common/check_g.png);
  background-repeat: no-repeat;
  background-size: 2.1rem;
  background-position: left center;
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: left;
  font-weight: bold;
}

.box_02o li {
  list-style-position: outside;
  text-indent: 0em;
  font-size: 24px;
  line-height: 2;
  padding-left: 12%;
  background-image: url(../images/common/check_o.png);
  background-repeat: no-repeat;
  background-size: 2.1rem;
  background-position: left center;
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: left;
  font-weight: bold;
}

.box02 {
  width: 96%;
  background-color: #36a5cf;
  margin: 5% auto;
  padding-top: 3%;
  padding-bottom: 3%;
}

.box02__card {
  background-color: #fff;
  width: 95%;
  margin: 0 auto;
}

.box02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1.5%;
}

.box02__img {
  width: 19%;
  display: block;
  padding-top: 15%;
  position: relative;
}

.box02__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.box02__text {
  width: 82%;
  padding-left: 3%;
  padding-right: 3%;
}

.box02__fig {
  width: 7.5%;
  margin: 3% auto;
}

@media (max-width: 768px) {
  .box_01 li {
    font-size: 3.5vw;
    line-height: 1.8rem;
    background-size: 1.5rem;
  }

  .box_02 li {
    font-size: 3.2vw;
    line-height: 1.7rem;
    padding-left: 13%;
    background-size: 1.5rem;
  }

  .box_02o li {
    font-size: 3.2vw;
    line-height: 1.7rem;
    padding-left: 13%;
    background-size: 1.5rem;
  }
}
@media (max-width: 450px) {
  .box_01 li {
    font-size: 18px;
    background-size: 1.2rem;
    line-height: 1.5rem;
  }

  .box_02 li {
    font-size: 16px;
    line-height: 1.4rem;
    padding-left: 17%;
    background-size: 1.3rem;
  }

  .box_02o li {
    font-size: 16px;
    line-height: 1.4rem;
    padding-left: 17%;
    background-size: 1.3rem;
  }
}
.btn {
  -webkit-animation: anime 2s ease-out infinite;
          animation: anime 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes anime {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes anime {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.btn__inner {
  margin: 3.5% auto 0 14%;
  width: 75%;
}

@media (max-width: 450px) {
  .btn__inner {
    margin: 3.5% auto 0 6%;
    width: 92%;
  }
}
.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.text__p {
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.text__pm {
  font-size: 22px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.text__pl {
  font-size: 28px;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.p__red {
  color: #ec154e;
  font-weight: bold;
}

.p__red-underline {
  color: #ec154e;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #ec154e;
          text-decoration-color: #ec154e;
}

.p__orange {
  color: #ff843c;
  font-weight: bold;
}

.p__bold {
  font-weight: 900;
}

.p__border {
  text-decoration: underline;
}

.p__borderY {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #fcff00));
  background: linear-gradient(transparent 75%, #fcff00 0%);
  font-weight: bold;
}

.background__white {
  background-color: #fff;
}

.background__orange {
  background-color: #ff843c;
}

.background__skyblue {
  background-color: #d3f7ff;
}

.background__gray {
  background-color: #ececec;
}

.background__orange02 {
  background-color: #fff6ec;
}

.padding__top01 {
  padding-top: 1%;
}

.padding__top02 {
  padding-top: 4%;
}

.padding__top03 {
  padding-top: 6%;
}

.padding__top04 {
  padding-top: 8%;
}

.padding__bottom {
  padding-bottom: 3%;
}

.margin__top01 {
  margin-top: 3%;
}

.margin__top02 {
  margin-top: 5%;
}

.margin__top03 {
  margin-top: 7%;
}

.width01 {
  width: 94%;
  margin: 0 auto;
}

.width02 {
  width: 88%;
}

.width03 {
  width: 80%;
}

.borderblue {
  border: solid 2px #36a5cf;
}

.bordergray {
  border: solid 2px #505050;
}

.text_align_left {
  -moz-text-align-last: left;
       text-align-last: left;
}

.text_costomer {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .text__p {
    font-size: 3vw;
    line-height: 1.4em;
  }

  .text__pm {
    font-size: 3.2vw;
    line-height: 1.4em;
  }

  .text__pl {
    font-size: 3.8vw;
    line-height: 1.4em;
  }

  .text_costomer {
    font-size: 3vw;
  }
}
@media (max-width: 450px) {
  .text__p {
    font-size: 16px;
    line-height: 1.4em;
  }

  .text__pm {
    font-size: 18px;
    line-height: 1.4em;
  }

  .text__pl {
    font-size: 20px;
    line-height: 1.4em;
  }

  .width01 {
    width: 94%;
    margin: 0 auto;
  }

  .width02 {
    width: 90%;
  }

  .width03 {
    width: 88%;
  }

  .text_costomer {
    font-size: 14px;
  }
}
.cta__wrapper {
  background-color: #36a5cf;
  padding-top: 4%;
  padding-bottom: 3%;
}

.cta__box {
  max-width: 900px;
  width: 90%;
  margin: 3% auto 0;
}

.cta__inner {
  width: 95%;
  margin: 0 auto;
  padding-top: 3%;
  padding-bottom: 0%;
}

.cta__text p {
  color: #fff;
}

.cta__title {
  width: 92%;
  margin: 0 auto;
}

.cta__text {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 67%;
}

input[type=text] {
  background-color: #fff !important;
  display: block;
  margin: 0 auto;
  width: 78%;
  height: 10%;
  padding: 2% 3% 2%;
  font-size: 24px;
  font-size: 1.5rem;
}

input[type=image] {
  width: 100%;
  display: block;
  margin: 3% auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  .cta__text {
    width: 80%;
  }

  .cta__bottom {
    padding: 2vw;
  }

  .cta__bottom p {
    font-size: 2.5vw;
    text-align: left;
  }

  input[type=text] {
    width: 88%;
    height: 10%;
    padding: 2% 3% 2%;
    font-size: 3vw;
  }
}
@media (max-width: 450px) {
  input[type=text] {
    width: 90%;
    height: 30%;
    padding: 2% 3% 2%;
    font-size: 16px;
  }

  .cta__text {
    width: 90%;
  }
}
footer {
  max-width: 1000px;
  background-color: #36a5cf;
  margin: 0px auto;
  text-align: center;
  padding: 10px;
  color: #fff;
}
footer p, footer a {
  font-size: 12px;
}
footer a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer a:hover {
  opacity: 0.5;
}

header {
  max-width: 1350px;
  margin: 0 auto;
}

.header__back {
  background-image: url(../images/common/header_back.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__main-pc {
  display: block;
  max-width: 1350px;
  max-width: 84.375rem;
  margin: 0 auto;
}

.header__main-pc img {
  vertical-align: bottom;
}

.header__main-sp {
  display: none;
}

@media (max-width: 768px) {
  .header__main-pc {
    display: none;
  }

  .header__main-sp {
    display: block;
  }
}
html {
  font-size: 100%;
  font-family: "メイリオ", "Meiryo", "A-OTF 新ゴ Pro", "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  margin: 0;
  padding: 0px;
  overflow-x: hidden;
}

.main__back {
  background-image: url(../images/common/header_back.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1350px;
  margin: 0 auto;
}

main {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 0 8px gray;
          box-shadow: 0 0 8px gray;
  background-color: #fff;
}

.section {
  padding: 5% 0;
  margin: 0 auto;
}

.section_a {
  padding: 7% 0;
  margin: 0 auto;
}

.section_b {
  padding: 5% 0 8%;
  margin: 0 auto;
}

.section_c {
  padding: 0% 0 7%;
  margin: 0 auto;
}

.tokuten__pcimg {
  width: 95%;
  display: block;
  margin: 0 auto;
  padding-bottom: 4.5%;
  padding-top: 4.5%;
}

.tokuten__spimg {
  display: none;
}

.section__box {
  display: block;
  margin: 5% auto 0;
  text-align: center;
}

.section__box_a {
  display: block;
  margin: 5% auto 0%;
  text-align: center;
  padding-bottom: 1%;
}

.section__box_item {
  display: block;
  margin: 0% auto 3%;
  padding-bottom: 7%;
  text-align: center;
  width: 90%;
}

.section__box_item_img {
  width: 90%;
  margin: 0 auto;
}

.section__box_item_text {
  margin: 0 auto;
}

.section__box03 {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 84%;
}

.section__box02 {
  margin: 15% auto 0%;
  padding-bottom: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.section__box02_item {
  position: relative;
}

.box_02_pic {
  width: 30%;
  position: absolute;
  top: 1%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.box_02_text {
  width: 92%;
  padding-top: 22%;
  padding-bottom: 15%;
  padding-left: 15%;
  padding-right: 15%;
  margin: 6% auto 0%;
}

.box_02o_text {
  width: 92%;
  padding-top: 16%;
  padding-bottom: 8%;
  padding-left: 15%;
  padding-right: 15%;
  margin: 6% auto 0%;
}

.section03 {
  padding: 5% 0 2%;
  margin: 0 auto;
  background-image: url(../images/common/title03_back.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.section03__box {
  background-color: #fff;
  margin: 5% auto;
  padding: 2% 0 7%;
  width: 88%;
  -webkit-box-shadow: 0 0 8px gray;
          box-shadow: 0 0 8px gray;
}

.section03__box:first-of-type {
  margin: 5% auto 3%;
}

.section03__box-cus {
  display: block;
  width: 42%;
  margin: 0 auto;
  text-align: center;
}

.card__img img {
  width: 100%;
  height: 100%;
}

.card__img {
  display: block;
  margin: 0 auto;
  width: 85%;
  height: 85%;
  padding: 3% 0;
}

.section03__box-body {
  width: 84%;
  margin: 0 auto;
}

.section03__text {
  padding: 5% 7%;
}

.section__box05 {
  display: inline-block;
  position: relative;
  padding: 5px;
  border: solid 3px #36a5cf;
}

.section__box05::before {
  content: "";
  position: absolute;
  top: -16px;
  bottom: -16px;
  left: -16px;
  right: -16px;
  border: solid 7px #36a5cf;
  z-index: 0;
}

.section__box05_img {
  margin: 0 auto;
  border-bottom: 1px solid #36a5cf;
}

.section__box05_text {
  margin: 0 auto 5%;
}

@media (max-width: 450px) {
  .tokuten__spimg {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding-bottom: 3%;
    padding-top: 3%;
  }

  .tokuten__pcimg {
    display: none;
  }

  .section__box_item {
    display: block;
    margin: 0% auto 3%;
    padding-bottom: 6%;
    text-align: center;
    width: 94%;
  }

  .section03__box {
    padding: 2% 0 7%;
    width: 92%;
  }

  .section03__box-body {
    width: 90%;
    margin: 0 auto;
  }

  .section__box05 {
    border: solid 2px #36a5cf;
  }

  .section__box05::before {
    top: -12px;
    bottom: -12px;
    left: -12px;
    right: -12px;
    border: solid 5px #36a5cf;
  }
}
.timer {
  margin: 0px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.countdown {
  width: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  color: #111;
}

@media (max-width: 768px) {
  .countdown {
    width: 60%;
    text-align: center;
    font-size: 3vw;
    line-height: 1.4em;
  }
}
@media (max-width: 450px) {
  .countdown {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.title {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.title_tokuten {
  width: 68%;
}

.title01 {
  width: 78%;
}

.title02 {
  width: 85%;
}

.title03 {
  width: 90%;
}

.title04 {
  width: 72%;
}

.title05 {
  width: 35%;
}

@media (max-width: 450px) {
  .title_tokuten {
    width: 80%;
  }

  .title01 {
    width: 85%;
  }

  .title02 {
    width: 95%;
  }

  .title03 {
    width: 95%;
  }

  .title04 {
    width: 72%;
  }

  .title05 {
    width: 45%;
  }
}
/*# sourceMappingURL=styles.css.map */
