@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

.btn {
  width: 90.0000009%;
  display: flex;
  max-height: 70px;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 34.5px;
  box-sizing: border-box;
  font-size: 2rem;
  background-color: #EE7500;
  box-shadow: 0 10px 0 0 #fff;
  border: 2px solid #EE7500;
  text-decoration: none;
  border-radius: 35px;
  color: #fff;
  margin: auto;
  font-weight: 700;
}
.btn .triangle {
  display: block;
  background: #ffffff;
  height: 0.692820323em;
  width: 0.8em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.container {
  max-width: 1200px;
  padding: 0 40px;
  margin: auto;
}

.card-block {
  width: 90.2527076%;
  margin: 60px auto 0;
  display: flex;
}
.card-block .box {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.card-block .card-title {
  position: absolute;
  top: 0;
}
.card-block .area {
  display: flex;
  flex: 1;
}
.card-block .border-box {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #223684;
}
.card-block .last-border {
  border-right: 2px solid #223684;
}
.card-block .card-img {
  margin: auto;
  padding: 20px 0;
  height: 150px;
  padding-top: 120px;
}
.card-block .card-img img {
  height: 100%;
}
.card-block .text-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #D4ECF2;
  padding: 20px 10px 40px;
  justify-content: space-between;
}
.card-block .border-box {
  display: flex;
  flex-direction: column;
}
.card-block .btn {
  flex-grow: 1;
  margin: 30px auto 0;
}

.sp-only {
  display: none;
}

.border-box .btn {
  transition: all 0.7s;
}

.border-box .btn:hover {
  color: #EE7500;
  background-color: #fff;
  border: 2px solid #EE7500;
  box-shadow: 0 10px 0 0 #EE7500;
}

.border-box .btn:hover .triangle {
  background: #EE7500;
}

.btn, .blue-btn, #sec-4 .green-btn, #sec-4 .blue-btn {
  transition: all 0.7s;
}

#sec-3 .blue-btn:hover {
  color: #223684;
  background-color: #fff;
  border: 2px solid #223684;
}

#sec-4 .btn-border:hover {
  opacity: 0.7;
}

#btn-contents .btn:hover {
  transform: scale(1.05);
  transition: transform 0.2s linear;
}

#kv {
  width: 100%;
}
#kv .main-img {
  width: 100%;
  line-height: 0;
}
#kv .text-area {
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E60012;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

#sec-1 {
  background: url(../img/sec-1/bg.png) center/cover no-repeat;
  position: relative;
  overflow: hidden;
  padding: 96px 0;
}
#sec-1 .contents {
  border: 6px solid #2D3991;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 46px 40px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
#sec-1 .title {
  width: 93.8086304%;
  margin: auto;
}
#sec-1 .text {
  width: 72.6078799%;
  margin: 50px auto 0;
}
#sec-1 .note {
  width: 90.2527076%;
  margin: auto;
  font-size: 1.8rem;
  margin-top: 20px;
}
#sec-1 .note.mt0 {
  margin-top: 0;
}
#sec-1 .note-2 {
  margin-top: 42px;
}
#sec-1 .movie {
  width: 50%;
  margin: auto;
  margin-top: 60px;
  height: 338px;
  margin: 84px auto 0;
  position: relative;
  z-index: 10;
}
#sec-1 iframe {
  width: 100%;
  height: 100%;
}
#sec-1 .momizi {
  position: absolute;
  z-index: 1;
}
#sec-1 .momizi-1 {
  width: 592px;
  bottom: 8%;
  left: -5%;
}
#sec-1 .momizi-2 {
  width: 636px;
  right: -5%;
  bottom: 8%;
}
#sec-1 .momizi-3 {
  width: 114px;
  top: 25%;
  left: 13%;
}
#sec-1 .momizi-4 {
  width: 114px;
  top: 50%;
  right: 13%;
}
#sec-1 .momizi-5 {
  width: 134px;
  top: 10%;
  right: 8%;
}

#sec-2 {
  background: url(../img/sec-2/bg.png) center/cover no-repeat;
  padding: 96px 40px;
}
#sec-2 .container {
  background-color: #fff;
  padding: 46px 40px;
  box-sizing: border-box;
  border: 6px solid #BB4C25;
  border-radius: 20px;
}
#sec-2 .title {
  width: 63.1768953%;
  margin: auto;
}
#sec-2 .contents {
  margin-top: 60px;
}
#sec-2 .text-area {
  display: flex;
  align-items: flex-start;
  border-bottom: 3px dotted #E78D28;
  padding-bottom: 36px;
  padding-top: 36px;
  font-size: 34px;
  justify-content: space-between;
}
#sec-2 .text-area:first-child {
  border-top: 3px dotted #E78D28;
}
#sec-2 .number {
  width: 70px;
  margin-right: 1em;
}
#sec-2 .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  width: 90%;
  line-height: 1.2;
}
#sec-2 .text .red {
  color: #FF0000;
  font-size: 39px;
}
#sec-2 .text .small {
  font-size: 16px;
}
#sec-2 .note {
  font-size: 2rem;
  line-height: 1.6;
  margin: auto;
  margin-top: 40px;
}
#sec-2 .note .txt {
  list-style: none;
  text-indent: -2rem;
  padding-left: 2rem;
}
#sec-2 .note .txt::before {
  content: "●";
}
#sec-2 .note.red .txt {
  color: #f00;
}
#sec-2 .note.red .txt::before {
  content: "※";
  color: #f00;
}
#sec-2 .note-2 {
  margin-top: 0;
}

#sec-3 {
  background-color: #FFEAF1;
  padding: 96px 0;
  overflow: hidden;
}
#sec-3 .title {
  width: 48.333333%;
  margin: auto;
}
#sec-3 .contents {
  margin-top: 40px;
}
#sec-3 .block {
  position: relative;
}
#sec-3 .conditions {
  font-size: 64px;
  color: #B64525;
  font-weight: 700;
  line-height: 1;
}
#sec-3 .conditions span {
  font-size: 80px;
}
#sec-3 .border-block {
  border: 6px solid #B64525;
  border-radius: 20px;
  background-color: #fff;
  padding: 46px 40px;
  position: relative;
}
#sec-3 .sub-title {
  width: 68.1260946%;
  margin: auto;
}
#sec-3 .card-block {
  width: 90.2527076%;
}
#sec-3 .note-block {
  width: 90.2527076%;
  margin: 40px auto 0;
}
#sec-3 .note-bold {
  font-weight: 500;
}
#sec-3 .note-bold + .note-bold {
  margin-top: 1.6rem;
}
#sec-3 .note-area {
  margin-top: 20px;
  font-size: 14px;
}
#sec-3 .note-title {
  font-weight: 700;
}
#sec-3 .note-list {
  padding-left: 26px;
}
#sec-3 .block-1 .op-img {
  position: absolute;
  width: 18%;
  top: 0;
  right: -3%;
}
#sec-3 .block-2 .sub-title {
  width: 79%;
}
#sec-3 .block-2 .text {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.12;
  margin-top: 30px;
}
#sec-3 .block-2 .op-img {
  position: absolute;
  width: 18.1%;
  bottom: 25%;
  left: -8%;
}
#sec-3 .block-2 .op-img._02 {
  width: 19.1%;
  left: auto;
  right: -1.9%;
  bottom: 27%;
}
#sec-3 .block-2 .note-text {
  font-size: 1.2rem;
  width: 71%;
  margin: auto;
  margin-top: 30px;
}
#sec-3 .blue-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: auto;
  height: 100px;
  background: #223684;
  color: #fff;
  font-weight: 700;
  border-radius: 15px;
  font-size: clamp(1rem, 1.5625vw, 3rem);
  margin-top: 60px;
  border: 2px solid #223684;
}
#sec-3 .block-3 .text {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.12;
  margin-top: 30px;
}
#sec-3 .block-3 .note-text {
  font-size: 1.2rem;
  width: 71%;
  margin: auto;
  margin-top: 30px;
}
#sec-3 .block-3 .sub-title {
  width: 60.34057%;
}
#sec-3 .block-3 .sub-title4 {
  width: 77.34057%;
}
#sec-3 .block-3 .op-img-r {
  position: absolute;
  bottom: 33%;
  right: -1.6%;
  width: 20%;
}
#sec-3 .block-3 .op-img-r.block4 {
  bottom: -10%;
  right: -5.6%;
  width: 20%;
}
#sec-3 .block-3 .op-img-l {
  position: absolute;
  bottom: 25%;
  left: -3.6%;
  width: 20%;
}
#sec-3 .block-4 .sub-title {
  width: 70.3405699%;
}
#sec-3 .block-4 .op-img-l-l {
  position: absolute;
  width: 24%;
  left: -7.8%;
  bottom: -14.4%;
}
#sec-3 .block-4 .op-img-r {
  position: absolute;
  width: 17.6%;
  right: -1.8%;
  bottom: -9.2%;
}
#sec-3 .block-5 .op-img {
  position: absolute;
  left: -3%;
  bottom: -7%;
  width: 23.33333333%;
}
#sec-3 .note-last-area {
  margin-top: 60px;
  font-size: 1.4rem;
}
#sec-3 .note-last-area .title {
  width: auto;
  font-weight: 700;
}
#sec-3 .note-last-area .note-item {
  list-style: none;
  text-indent: -1.4rem;
}
#sec-3 .note-last-area .note-item::before {
  content: "●";
  color: #000;
}
#sec-3 .note-last-area .note-item.red {
  color: #f00;
}
#sec-3 .traiangle-area {
  margin-top: 60px;
  position: relative;
}
#sec-3 .traiangle-area .traiangle {
  width: 14%;
  margin: auto;
}
#sec-3 .traiangle-area .text {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  margin: 0;
}

#sec-4 {
  background: url(../img/sec-4/bg.png) center/cover no-repeat;
  padding: 96px 0;
}
#sec-4 .title {
  width: 50%;
  margin: auto;
}
#sec-4 .btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#sec-4 .wide-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 46.6666667%;
  height: 180px;
  padding: 10px;
  box-sizing: border-box;
  color: #0083CD;
  font-family: "Asap Condensed", sans-serif;
  text-decoration: none;
}
#sec-4 .wide-btn .text {
  font-size: 20px;
  font-weight: 700;
}
#sec-4 .wide-btn .w-text {
  font-size: 50px;
  font-weight: 700;
}
#sec-4 .btn-border {
  border: 5px solid #0083CD;
  border-radius: 20px;
  background-color: #fff;
}
#sec-4 .green-btn {
  border: 5px solid #009743;
}
#sec-4 .green-btn .text {
  color: #009743;
}
#sec-4 .green-btn .w-text {
  color: #009743;
}
#sec-4 .block {
  margin-top: 80px;
}
#sec-4 .block-2 {
  margin-top: 80px;
}
#sec-4 .block-2 .title {
  width: 31%;
}
#sec-4 .block-2 .thin-btn {
  height: 100px;
}
#sec-4 .block-2 .thin-btn .text {
  display: block;
  align-items: baseline;
}
#sec-4 .block-2 .thin-btn .arrow {
  display: inline-block;
  vertical-align: baseline;
  color: #0083CD;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 1em;
}
#sec-4 .block-2 .thin-btn .arrow::before, #sec-4 .block-2 .thin-btn .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
#sec-4 .block-2 .thin-btn .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
#sec-4 .block-2 .thin-btn .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
#sec-4 .block-2 .green-btn .arrow {
  color: #009743;
}
#sec-4 .block-4 {
  margin-top: 0;
}
#sec-4 .block-4.is-hidden-by-date {
  display: none;
}
#sec-4 .block-4 .title {
  width: 34%;
}
#sec-4 .block-4 .btn-box {
  justify-content: center;
}
#sec-4 .block-4 .btn-border {
  height: 100px;
  padding-inline: clamp(1rem, 7vw, 100px);
}
#sec-4 .block-4 .txtImg {
  width: 100%;
  max-width: clamp(300px, 36.8vw, 530px);
  margin: clamp(10px, 1.4vw, 20px) auto 0;
}
#sec-4 .contact {
  width: 83.3333333%;
  margin: auto;
  margin-top: 80px;
}
#sec-4 .contact .title {
  width: 34%;
  margin: auto;
}
#sec-4 .contact .contact-block {
  width: 100%;
  background: #fff;
  border: 4px solid #223684;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
#sec-4 .contact .blue-area {
  background: #223684;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}
#sec-4 .contact .flex {
  display: flex;
  color: #333;
}
#sec-4 .contact .border-under {
  border-bottom: 4px solid #223684;
}
#sec-4 .contact .left-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  background-color: #F9F8FF;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
}
#sec-4 .contact .right-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}
#sec-4 .contact .padding-box {
  padding: 20px 10px;
}
#sec-4 .contact .tel-number {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #333;
  margin-top: 12px;
}
#sec-4 .contact .border-box {
  border: 2px solid #223684;
  width: 84.6774194%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec-4 .contact .text-bold {
  font-weight: 700;
}
#sec-4 .contact .square-text {
  display: flex;
}
#sec-4 .contact .square-text::after, #sec-4 .contact .square-text::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #333;
}
#sec-4 .contact .square-text::after {
  margin-left: 0.5em;
}
#sec-4 .contact .square-text::before {
  margin-right: 0.5em;
}
#sec-4 .contact .margin-1 {
  margin-top: 8px;
}
#sec-4 .contact .margin-2 {
  margin-top: 20px;
}
#sec-4 .contact .margin-3 {
  margin-top: 20px;
}
#sec-4 .contact .tel-num {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
#sec-4 .contact .center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  text-align: center;
}
#sec-4 .contact .mail {
  color: #333;
  text-decoration: none;
}
#sec-4 .contact .b-note {
  font-weight: 700;
  color: #333;
}

#btn-contents .bg {
  background: #D50009;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#btn-contents .bg .notes-txt {
  font-size: clamp(1rem, 1.45vw, 2.2rem);
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#btn-contents .bg .notes-txt .red {
  color: #D50009;
  display: inline-block;
  background-color: #fff;
  padding: 0 8px;
  margin: 0 8px;
}
#btn-contents .content {
  max-width: 1200px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
#btn-contents .main-btn {
  position: relative;
  width: 65.6034483%;
  max-height: 120px;
  height: 80px;
  justify-content: center;
  text-align: center;
  border-radius: 70px;
  font-size: clamp(1.2rem, 2.18vw, 2.6rem);
  font-weight: 700;
  line-height: 1.14;
  background-color: #fb0;
  border-color: #fb0;
}
#btn-contents .op-taro {
  position: absolute;
  right: 0%;
  width: 14.4%;
  bottom: -14%;
}

.footer {
  border-top: 6px solid #223684;
}
.footer .title {
  width: 522px;
  margin: auto;
  padding: 30px 20px;
  display: block;
}
.footer .copy {
  font-size: 12px;
  padding: 25px 20px;
  background: #76C0E9;
  color: #fff;
  text-align: center;
  border-top: 1px solid #223684;
}

@media screen and (max-width: 1919px) {
  #sec-1 .momizi-1 {
    width: 30.8333333%;
  }
  #sec-1 .momizi-2 {
    width: 33.125%;
  }
}
@media screen and (max-width: 1359px) {
  .card-block .card-img {
    height: 11.0375275938vw;
    padding-top: 8.8300220751vw;
  }
}
@media screen and (max-width: 1279px) {
  .btn {
    font-size: clamp(1rem, 1.5625vw, 2rem);
    padding: 10px 1.30208333vw;
  }
  #sec-3 .traiangle-area .text {
    font-size: 1.5637216575vw;
  }
  #sec-1 .movie {
    height: 26.4268960125vw;
  }
}
@media screen and (max-width: 1400px) {
  #sec-3 .block-4 .op-img-l-l {
    width: 21%;
    left: -2.4%;
    bottom: -14%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .card-block {
    margin: 40px auto 0;
    display: block;
    width: 100%;
  }
  .card-block .box {
    width: 100%;
  }
  .card-block .box:not(:first-child) {
    margin-top: 30px;
  }
  .card-block .border-box {
    border-right: 2px solid #223684;
  }
  .card-block .card-img {
    height: auto;
    padding-top: 26.6666666667vw;
    width: 90%;
  }
  .card-block .text-area {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0;
    padding: 20px 20px 30px;
  }
  .card-block .btn {
    margin: 10px auto 0;
    font-size: 1.8rem;
    padding: 10px 7.4666666667vw;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #kv .text-area {
    font-size: 1.3rem;
    height: 21px;
  }
  #sec-1 {
    padding: 60px 0;
  }
  #sec-1 .contents {
    border: 4px solid #2D3991;
    padding: 30px 10px;
  }
  #sec-1 .text {
    margin-top: 30px;
    width: 89%;
  }
  #sec-1 .note {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  #sec-1 .movie {
    width: 100%;
    height: 50.1333333333vw;
    margin: 60px auto 0;
  }
  #sec-1 .momizi {
    display: none;
  }
  #sec-2 {
    padding: 60px 20px;
  }
  #sec-2 .container {
    padding: 30px 20px;
    border: 4px solid #BB4C25;
  }
  #sec-2 .title {
    width: 100%;
  }
  #sec-2 .contents {
    margin-top: 30px;
  }
  #sec-2 .text-area {
    align-items: center;
    border-bottom: 1px dotted #E78D28;
    padding: 10px 0;
  }
  #sec-2 .text-area:first-child {
    border-top: 1px dotted #E78D28;
  }
  #sec-2 .number {
    width: 20px;
    margin-right: 0.5rem;
  }
  #sec-2 .text {
    font-size: 1.4rem;
  }
  #sec-2 .text .red {
    font-size: 1.7rem;
  }
  #sec-2 .text .small {
    font-size: 1rem;
  }
  #sec-2 .note {
    font-size: 1rem;
    margin-top: 10px;
  }
  #sec-2 .note.red {
    font-size: 1.2rem;
  }
  #sec-2 .note.red .txt {
    text-indent: -1.2rem;
    padding-left: 1.2em;
  }
  #sec-2 .note .txt {
    text-indent: -1rem;
    padding-left: 1rem;
  }
  #sec-2 .note-2 {
    margin-top: 0;
  }
  #sec-3 {
    padding: 60px 0;
  }
  #sec-3 .title {
    width: 75%;
  }
  #sec-3 .contents {
    margin-top: 22%;
  }
  #sec-3 .block:not(:first-child) {
    margin-top: 30px;
  }
  #sec-3 .conditions {
    font-size: 20px;
    text-align: center;
  }
  #sec-3 .conditions span {
    font-size: 20px;
  }
  #sec-3 .border-block {
    border: 4px solid #B64525;
    padding: 20px 10px;
  }
  #sec-3 .sub-title {
    width: 100%;
    margin-top: 20px;
  }
  #sec-3 .card-block {
    width: 100%;
  }
  #sec-3 .note-block {
    width: 100%;
    margin-top: 30px;
  }
  #sec-3 .note-bold {
    font-size: 1.2rem;
  }
  #sec-3 .note-area {
    font-size: 1rem;
  }
  #sec-3 .block-1 .op-img {
    width: 29%;
    top: auto;
    bottom: 98%;
  }
  #sec-3 .block-2 .sub-title {
    width: 88%;
  }
  #sec-3 .block-2 .text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  #sec-3 .block-2 .note-text {
    font-size: 1rem;
    width: 100%;
  }
  #sec-3 .block-2 .op-img {
    bottom: 88%;
    width: 29%;
    left: 0%;
  }
  #sec-3 .block-2 .op-img._02 {
    bottom: 88%;
    top: auto;
    width: 29%;
    right: -9px;
  }
  #sec-3 .block-3 .sub-title {
    width: 86%;
  }
  #sec-3 .block-3 .sub-title._4 {
    width: 98%;
  }
  #sec-3 .block-3 .op-img-r {
    width: 29%;
    top: auto;
    right: auto;
    bottom: 88%;
    left: 0;
  }
  #sec-3 .block-3 .op-img-r.block4 {
    top: auto;
    width: 29%;
    right: auto;
    bottom: 88%;
    left: 0;
  }
  #sec-3 .block-3 .op-img-l {
    width: 29%;
    left: auto;
    right: -2%;
    bottom: 88%;
  }
  #sec-3 .block-3 .text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  #sec-3 .block-3 .note-text {
    font-size: 1rem;
    width: 100%;
  }
  #sec-3 .block-4 .sub-title {
    width: 88%;
  }
  #sec-3 .block-4 .op-img-l-l {
    width: 30%;
    left: 0;
    bottom: auto;
    top: -28%;
  }
  #sec-3 .block-4 .op-img-l-r {
    width: 30%;
    left: -2.4%;
    bottom: auto;
    top: -22%;
  }
  #sec-3 .block-4 .op-img-r {
    width: 18%;
    right: 0;
    bottom: -17%;
  }
  #sec-3 .block-5 .sub-title {
    width: 100%;
  }
  #sec-3 .block-5 .op-img {
    left: -4%;
    bottom: -20%;
  }
  #sec-3 .blue-btn {
    width: 90%;
    margin-top: 30px;
    font-size: 2rem;
    height: 60px;
  }
  #sec-3 .traiangle-area {
    margin-top: 30px;
  }
  #sec-3 .traiangle-area .traiangle {
    width: 20%;
  }
  #sec-3 .traiangle-area .text {
    font-size: 2.6666666667vw;
    margin-top: 0;
  }
  #sec-3 .note-last-area {
    font-size: 1rem;
  }
  #sec-3 .note-last-area .note-list {
    padding-left: 0;
  }
  #sec-3 .note-last-area .note-item {
    text-indent: -1rem;
    padding-left: 1rem;
  }
  #sec-4 {
    padding: 60px 0;
  }
  #sec-4 .title {
    width: 100%;
  }
  #sec-4 .btn-box {
    display: block;
    margin-top: 20px;
  }
  #sec-4 .btn-border {
    width: 100%;
    border: 3px solid #0083CD;
  }
  #sec-4 .wide-btn.green-btn {
    margin-top: 30px;
  }
  #sec-4 .wide-btn {
    height: 100px;
  }
  #sec-4 .wide-btn .text {
    font-size: 1.8rem;
    line-height: 1.66;
  }
  #sec-4 .wide-btn .w-text {
    font-size: 3rem;
    line-height: 1;
  }
  #sec-4 .block {
    margin-top: 50px;
  }
  #sec-4 .block-2 .title {
    width: 60%;
  }
  #sec-4 .block-4 {
    margin-top: 0;
  }
  #sec-4 .block-4 .title {
    width: 70%;
  }
  #sec-4 .block-4 .btn-border {
    height: 100px;
    padding-inline: clamp(1rem, 14vw, 100px);
  }
  #sec-4 .green-btn {
    border: 3px solid #009743;
  }
  #sec-4 .thin-btn .text {
    font-size: 1.4rem;
  }
  #sec-4 .contact {
    margin-top: 60px;
    width: 100%;
  }
  #sec-4 .contact .title {
    width: 66%;
  }
  #sec-4 .contact .blue-area {
    height: 46px;
    font-size: 15px;
  }
  #sec-4 .contact .flex {
    display: block;
  }
  #sec-4 .contact .left-area, #sec-4 .contact .right-area {
    width: 100%;
    box-sizing: border-box;
  }
  #sec-4 .contact .s-note {
    font-size: 1.2rem;
  }
  #sec-4 .contact .b-note {
    font-size: 1rem;
  }
  #btn-contents .banner-space {
    height: 90px;
    box-sizing: border-box;
  }
  #btn-contents .bg {
    height: 90px;
  }
  #btn-contents .bg .notes-txt {
    padding: 0 5px;
  }
  #btn-contents .content {
    padding: 10px 20px;
  }
  #btn-contents .main-btn {
    width: 100%;
    height: 50px;
  }
  #btn-contents .op-taro {
    width: 25%;
    max-width: 120px;
    bottom: -3%;
  }
  .footer .title {
    width: auto;
  }
  .footer .copy {
    padding: 20px 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  #sec-3 .block-4 .op-img-l-l {
    width: 30%;
    left: -2.4%;
    bottom: auto;
    top: -22%;
  }
  #sec-3 .block-4 .op-img-r {
    width: 22%;
    right: -2%;
    bottom: -20%;
  }
}
@media screen and (max-width: 470px) {
  #sec-3 .contents {
    margin-top: 80px;
  }
}
.wave-img img {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes entryOne {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-10deg);
  }
}
#btn-contents {
  position: relative;
}

.banner {
  transform: translateY(500px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
}

.show {
  transform: translateY(0);
}

.banner-space {
  height: 140px;
}/*# sourceMappingURL=style.css.map */