@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
body.responsive #areaWrapper1 {
  width: 100vw !important;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none !important;
  color: #314E58 !important;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.05em;
}

sup {
  top: -0.4em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
  color: #006419;
  background: #FAFAF5;
  line-height: 1.625;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  overscroll-behavior: none;
}

body {
  position: relative;
  font-size: 1.8rem !important;
  overscroll-behavior: none;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px !important;
    font-size: vw(28) !important;
  }
}

a, a:visited {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

i, em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
}

* {
  outline: none;
}

.animate__animated {
  opacity: 0;
}

iframe + img {
  display: block;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

main {
  position: relative;
  z-index: 3;
  overscroll-behavior-y: none;
  scroll-snap-type: none;
}

.container {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 79.17vw;
  }
}

.u-pc {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-tb {
  display: none;
}
@media only screen and (max-width: 1150px) and (min-width: 767px) {
  .u-tb {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .u-tb {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: inherit;
  }
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.txt-link {
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}

.js-fadein {
  transition: opacity 1s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .js-fadein {
    transform: translateY(60px);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*順番に出す*/
.delay-1 {
  transition-delay: 0.1s !important;
}

.delay-2 {
  transition-delay: 0.2s !important;
}

.delay-3 {
  transition-delay: 0.3s !important;
}

.delay-4 {
  transition-delay: 0.4s !important;
}

.delay-5 {
  transition-delay: 0.5s !important;
}

.delay-6 {
  transition-delay: 0.6s !important;
}

.delay-7 {
  transition-delay: 0.7s !important;
}

.delay-8 {
  transition-delay: 0.8s !important;
}

.delay-9 {
  transition-delay: 0.9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
}

.delay-11 {
  transition-delay: 1.1s !important;
}

.delay-12 {
  transition-delay: 1.2s !important;
}

.delay-13 {
  transition-delay: 1.3s !important;
}

.delay-14 {
  transition-delay: 1.4s !important;
}

.delay-15 {
  transition-delay: 1.5s !important;
}

.delay-16 {
  transition-delay: 1.6s !important;
}

.delay-17 {
  transition-delay: 1.7s !important;
}

.delay-18 {
  transition-delay: 1.8s !important;
}

.delay-19 {
  transition-delay: 1.9s !important;
}

.delay-20 {
  transition-delay: 2s !important;
}

.delay-21 {
  transition-delay: 2.1s !important;
}

.delay-22 {
  transition-delay: 2.2s !important;
}

.delay-23 {
  transition-delay: 2.3s !important;
}

.delay-24 {
  transition-delay: 2.4s !important;
}

.delay-25 {
  transition-delay: 2.5s !important;
}

.delay-26 {
  transition-delay: 2.6s !important;
}

.delay-27 {
  transition-delay: 2.7s !important;
}

.delay-28 {
  transition-delay: 2.8s !important;
}

.delay-29 {
  transition-delay: 2.9s !important;
}

.delay-30 {
  transition-delay: 3s !important;
}

.delay-31 {
  transition-delay: 3.1s !important;
}

.delay-32 {
  transition-delay: 3.2s !important;
}

.delay-33 {
  transition-delay: 3.3s !important;
}

.delay-34 {
  transition-delay: 3.4s !important;
}

.delay-35 {
  transition-delay: 3.5s !important;
}

.delay-36 {
  transition-delay: 3.6s !important;
}

.delay-37 {
  transition-delay: 3.7s !important;
}

.delay-38 {
  transition-delay: 3.8s !important;
}

.delay-39 {
  transition-delay: 3.9s !important;
}

.delay-40 {
  transition-delay: 4s !important;
}

.delay-41 {
  transition-delay: 4.1s !important;
}

.delay-42 {
  transition-delay: 4.2s !important;
}

.delay-43 {
  transition-delay: 4.3s !important;
}

.delay-44 {
  transition-delay: 4.4s !important;
}

.delay-45 {
  transition-delay: 4.5s !important;
}

.delay-46 {
  transition-delay: 4.6s !important;
}

.delay-47 {
  transition-delay: 4.7s !important;
}

.delay-48 {
  transition-delay: 4.8s !important;
}

.delay-49 {
  transition-delay: 4.9s !important;
}

.delay-50 {
  transition-delay: 5s !important;
}

.delay-51 {
  transition-delay: 5.1s !important;
}

.delay-52 {
  transition-delay: 5.2s !important;
}

.delay-53 {
  transition-delay: 5.3s !important;
}

.delay-54 {
  transition-delay: 5.4s !important;
}

.delay-55 {
  transition-delay: 5.5s !important;
}

.delay-56 {
  transition-delay: 5.6s !important;
}

.delay-57 {
  transition-delay: 5.7s !important;
}

.delay-58 {
  transition-delay: 5.8s !important;
}

.delay-59 {
  transition-delay: 5.9s !important;
}

.delay-60 {
  transition-delay: 6s !important;
}

.delay-61 {
  transition-delay: 6.1s !important;
}

.delay-62 {
  transition-delay: 6.2s !important;
}

.delay-63 {
  transition-delay: 6.3s !important;
}

.delay-64 {
  transition-delay: 6.4s !important;
}

.delay-65 {
  transition-delay: 6.5s !important;
}

.delay-66 {
  transition-delay: 6.6s !important;
}

.delay-67 {
  transition-delay: 6.7s !important;
}

.delay-68 {
  transition-delay: 6.8s !important;
}

.delay-69 {
  transition-delay: 6.9s !important;
}

.delay-70 {
  transition-delay: 7s !important;
}

.delay-71 {
  transition-delay: 7.1s !important;
}

.delay-72 {
  transition-delay: 7.2s !important;
}

.delay-73 {
  transition-delay: 7.3s !important;
}

.delay-74 {
  transition-delay: 7.4s !important;
}

.delay-75 {
  transition-delay: 7.5s !important;
}

.delay-76 {
  transition-delay: 7.6s !important;
}

.delay-77 {
  transition-delay: 7.7s !important;
}

.delay-78 {
  transition-delay: 7.8s !important;
}

.delay-79 {
  transition-delay: 7.9s !important;
}

.delay-80 {
  transition-delay: 8s !important;
}

.delay-81 {
  transition-delay: 8.1s !important;
}

.delay-82 {
  transition-delay: 8.2s !important;
}

.delay-83 {
  transition-delay: 8.3s !important;
}

.delay-84 {
  transition-delay: 8.4s !important;
}

.delay-85 {
  transition-delay: 8.5s !important;
}

.delay-86 {
  transition-delay: 8.6s !important;
}

.delay-87 {
  transition-delay: 8.7s !important;
}

.delay-88 {
  transition-delay: 8.8s !important;
}

.delay-89 {
  transition-delay: 8.9s !important;
}

.delay-90 {
  transition-delay: 9s !important;
}

.delay-91 {
  transition-delay: 9.1s !important;
}

.delay-92 {
  transition-delay: 9.2s !important;
}

.delay-93 {
  transition-delay: 9.3s !important;
}

.delay-94 {
  transition-delay: 9.4s !important;
}

.delay-95 {
  transition-delay: 9.5s !important;
}

.delay-96 {
  transition-delay: 9.6s !important;
}

.delay-97 {
  transition-delay: 9.7s !important;
}

.delay-98 {
  transition-delay: 9.8s !important;
}

.delay-99 {
  transition-delay: 9.9s !important;
}

.sec-ttl {
  max-width: 880px;
  width: 90%;
  margin: 0 auto 70px;
}
.sec-ttl img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.sec-ttl.num02 {
  margin: 0 auto 110px;
}

@media only screen and (max-width: 768px) {
  .sec-ttl {
    width: 79.17vw;
    margin: 0 auto 9.77vw;
  }
  .sec-ttl.num02 {
    margin: 0 auto 9.51vw;
  }
}
.mv {
  position: relative;
}
.mv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 58%;
     object-position: 58%;
}
.mv__ttl {
  position: absolute;
  z-index: 2;
  right: 100px;
  top: 50px;
  width: 207px;
}
.mv__copy {
  width: 170px;
  position: absolute;
  left: 75px;
  bottom: 105px;
}
.mv__btm {
  padding: 60px 0 40px;
  text-align: center;
}
.mv__btm img {
  width: 371.8px;
}

@media only screen and (max-width: 768px) {
  .mv__image {
    height: 133.33vw;
  }
  .mv__ttl {
    right: 7.94vw;
    top: 7.29vw;
    width: 32.29vw;
  }
  .mv__copy {
    width: 32.66vw;
    left: 11.2vw;
    bottom: 26.69vw;
  }
  .mv__btm {
    padding: 15.76vw 0 3.78vw;
  }
  .mv__btm img {
    width: 51.25vw;
  }
}
.sec-movie {
  background: #000;
  padding: 20px 0;
}
.sec-movie__layout {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 960px 1fr;
  grid-template-rows: 540px;
}
.sec-movie__layout img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.sec-movie a {
  display: block;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.sec-movie a::before {
  content: "";
  position: absolute;
  transition: 0.2s ease;
  background: url(../img/wassamu/gif-start-btn.png) no-repeat center/contain;
  width: 100px;
  height: 146px;
  right: 40px;
  bottom: 10px;
}
.sec-movie a:hover::before {
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .sec-movie {
    padding: 1.95vw 0;
  }
  .sec-movie__layout {
    gap: 1.95vw;
    grid-template-columns: 1fr 81.25vw 1fr;
    grid-template-rows: 41.02vw;
  }
  .sec-movie a::before {
    width: 60px;
    height: 89px;
    right: 3vw;
    bottom: 0.5vw;
  }
}
.sec-share {
  padding: 35px 0 45px;
  background: #fff;
  position: relative;
}
.sec-share .share-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-share .share-txt {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 7px;
  color: #000;
}
.sec-share .share-list {
  display: flex;
  align-items: center;
}
.sec-share .share-list__item {
  width: 55px;
}
.sec-share .share-list__item:first-child {
  margin-right: 16px;
}
.sec-share .share-list__item a {
  cursor: pointer;
  display: block;
  transition: 0.2s ease;
}
.sec-share .share-list__item a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .sec-share {
    padding: 5.6vw 0;
  }
  .sec-share .share-txt {
    font-size: 4.8vw;
    margin-bottom: 2.93vw;
  }
  .sec-share .share-list__item {
    width: 10.67vw;
  }
  .sec-share .share-list__item:first-child {
    margin-right: 2.96vw;
  }
}
.sec-bg {
  margin-top: 100px;
  width: 100%;
  height: 15.63vw;
}
.sec-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-bg.num03 {
  height: auto;
}

@media only screen and (max-width: 768px) {
  .sec-bg {
    margin-top: 10.42vw;
  }
  .sec-bg.num03 {
    height: 49.61vw;
  }
}
.sec01 {
  padding: 60px 0 140px;
}
.sec01__item {
  position: relative;
}
.sec01__item .item-img {
  position: absolute;
}
.sec01__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background: url(../img/wassamu/sec-line.svg) repeat-x center/cover;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.sec01__item.num01 {
  padding: 70px 0 110px;
}
.sec01__item.num01 .item-desc01 {
  width: 440.8px;
}
.sec01__item.num01 .item-desc01 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sec01__item.num01 .item-img01 {
  position: absolute;
  width: 549px;
  top: 0;
  right: -30px;
}
.sec01__item.num01 .item-img02 {
  display: none;
}
.sec01__item.num01::before {
  content: "";
  position: absolute;
  background: url(../img/wassamu/sec01_deco01.png) no-repeat center/contain;
  width: 235.4px;
  height: 158.9px;
  right: 360px;
  top: -20px;
  z-index: 2;
}
.sec01__item.num02 {
  padding: 83px 0 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sec01__item.num02 .item-desc01 {
  width: 452.2px;
  margin-bottom: 63px;
}
.sec01__item.num02 .item-desc02 {
  width: 455.3px;
  margin-bottom: 60px;
}
.sec01__item.num02 .item-desc03 {
  width: 603.1px;
}
.sec01__item.num02 .item-img {
  width: 404px;
  top: 62px;
  left: 0;
}
.sec01__item.num03 {
  padding: 105px 0 0;
}
.sec01__item.num03 .item-desc01 {
  width: 580.8px;
  margin-bottom: 85px;
}
.sec01__item.num03 .item-desc02 {
  width: 502.8px;
  margin-bottom: 50px;
}
.sec01__item.num03 .item-desc03 {
  width: 509.3px;
  margin-bottom: 65px;
}
.sec01__item.num03 .item-desc04 {
  width: 408.4px;
}
.sec01__item.num03 .item-img {
  right: -30px;
  top: 67px;
  width: 324px;
}
.sec01__item.num03 .item-img.num02 {
  width: 489.5px;
  top: initial;
  bottom: 0;
  right: -80px;
}
@media only screen and (max-width: 768px) {
  .sec01 {
    padding: 6.38vw 0 10.42vw;
  }
  .sec01__item.num01 {
    padding: 0 0 11.72vw 5.21vw;
  }
  .sec01__item.num01 .item-desc01 {
    width: 69.78vw;
    margin-bottom: 10.86vw;
  }
  .sec01__item.num01 .item-desc02 {
    width: 75.16vw;
    margin: 0 -1.04vw 5.73vw 0;
  }
  .sec01__item.num01 .item-img01 {
    position: relative;
    width: 64.6vw;
    top: initial;
    right: initial;
    margin-bottom: 10.16vw;
  }
  .sec01__item.num01 .item-img01::before {
    content: "";
    position: absolute;
    background: url(../img/wassamu/sec01_deco01.png) no-repeat center/contain;
    width: 30.65vw;
    height: 20.69vw;
    right: -8.72vw;
    top: -6.77vw;
    z-index: 2;
  }
  .sec01__item.num01 .item-img02 {
    display: block;
    width: 39.06vw;
    margin: 0 0 0 auto;
  }
  .sec01__item.num01::before {
    content: none;
  }
  .sec01__item.num02 {
    padding: 11.72vw 0 11.72vw 5.21vw;
  }
  .sec01__item.num02 .item-desc01 {
    width: 71.68vw;
    margin-bottom: 9.38vw;
  }
  .sec01__item.num02 .item-desc02 {
    width: 59.28vw;
    margin-bottom: 9.51vw;
  }
  .sec01__item.num02 .item-desc03 {
    width: 53.91vw;
    margin-bottom: 10.94vw;
  }
  .sec01__item.num02 .item-img {
    position: relative;
    width: 81.18vw;
    top: initial;
    left: initial;
  }
  .sec01__item.num03 {
    padding: 11.33vw 0 0 5.21vw;
  }
  .sec01__item.num03 .item-desc01 {
    width: 63.41vw;
    margin-bottom: 11.85vw;
  }
  .sec01__item.num03 .item-desc02 {
    width: 72.98vw;
    margin-bottom: 8.2vw;
  }
  .sec01__item.num03 .item-desc03 {
    width: 66.32vw;
    margin-bottom: 6.38vw;
  }
  .sec01__item.num03 .item-desc04 {
    width: 64.74vw;
    margin-bottom: 9.38vw;
  }
  .sec01__item.num03 .item-img {
    position: relative;
    right: initial;
    top: initial;
    width: 42.19vw;
    margin: 0 0 5.99vw auto;
  }
  .sec01__item.num03 .item-img.num02 {
    margin: 0;
    width: 68.88vw;
    bottom: initial;
    right: initial;
  }
}
.sec02 {
  padding: 80px 0 120px;
}
.sec02__item {
  position: relative;
}
.sec02__item .item-img {
  position: absolute;
}
.sec02__item.num01 {
  padding: 0 0 110px;
}
.sec02__item.num01::after {
  content: "";
  position: absolute;
  background: url(../img/wassamu/sec-line.svg) repeat-x center/cover;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.sec02__item.num01 .item-desc01 {
  padding-top: 25px;
  width: 496.5px;
  margin-bottom: 65px;
}
.sec02__item.num01 .item-desc01 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sec02__item.num01 .item-desc02 {
  width: 545.9px;
  margin-bottom: 50px;
}
.sec02__item.num01 .item-desc03 {
  width: 511.9px;
  margin-bottom: 70px;
}
.sec02__item.num01 .item-desc04 {
  width: 701.8px;
}
.sec02__item.num01 .item-img {
  width: 405px;
  top: 0;
  right: -70px;
}
.sec02__item.num01 .item-img.num02 {
  width: 279px;
  top: 390px;
  right: 0;
}
.sec02__item.num02 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 110px 0 84px;
}
.sec02__item.num02 .item-desc01 {
  width: 339px;
  margin-bottom: 60px;
}
.sec02__item.num02 .item-desc02 {
  width: 563.1px;
  margin-bottom: 70px;
}
.sec02__item.num02 .item-desc03 {
  width: 463.5px;
}
.sec02__item.num02 .item-img {
  top: 110px;
  left: 0;
  width: 434px;
}
.sec02__item.num03 {
  padding: 112px 0 129px;
}
.sec02__item.num03::after {
  content: "";
  position: absolute;
  background: url(../img/wassamu/sec-line.svg) repeat-x center/cover;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}
.sec02__item.num03 .item-desc01 {
  width: 531px;
  margin-bottom: 72px;
}
.sec02__item.num03 .item-desc02 {
  width: 552.1px;
  margin-bottom: 84px;
}
.sec02__item.num03 .item-desc03 {
  width: 566px;
  margin-bottom: 79px;
}
.sec02__item.num03 .item-desc04 {
  width: 607.3px;
}
.sec02__item.num03 .item-img {
  width: 395px;
  right: -45px;
  top: 110px;
}
.sec02__item.num03 .item-img.num02 {
  width: 411px;
  top: initial;
  right: 0;
  bottom: 150px;
}
.sec02__list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 164px;
}
.sec02__list .list-item {
  position: relative;
  padding-top: 56px;
  max-width: 479px;
  width: 100%;
}
.sec02__list .list-item .list-link {
  display: block;
  height: 100%;
}
.sec02__list .list-item.kabo .list-img .item {
  width: 293px;
}
.sec02__list .list-item.kabo .line-move01 {
  left: 0;
  top: -10px;
}
.sec02__list .list-item.kabo .list-ttl {
  width: 350px;
}
.sec02__list .list-item.donu .list-img .item {
  top: 10px;
  width: 295px;
}
.sec02__list .list-item.donu .line-move02 {
  right: 0;
}
.sec02__list .line-move01, .sec02__list .line-move02 {
  position: absolute;
  width: 91.7px;
  top: 0;
  opacity: 0;
  transition: 0.2s ease;
  transform: translate(-10px, -10px) rotate(-12deg);
}
.sec02__list .line-move01.is-active, .sec02__list .line-move02.is-active {
  transform: translate(0) rotate(0);
  opacity: 1;
}
.sec02__list .list-img {
  text-align: center;
  height: 320px;
  margin-bottom: 20px;
  position: relative;
}
.sec02__list .list-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sec02__list .list-img .item {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.sec02__list .list-img .dish {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 435px;
  z-index: 2;
}
.sec02__list .list-ttl {
  margin: 0 auto 25px;
  width: 100%;
}
.sec02__list .list-link {
  cursor: pointer;
}
.sec02__list .list-link:hover .list-btn {
  background: #fff;
}
.sec02__list .list-link:hover .list-btn .txt-g {
  display: block;
}
.sec02__list .list-link:hover .list-btn .txt-w {
  display: none;
}
.sec02__list .list-btn {
  width: 435px;
  margin: 0 auto;
  border: 5.6px solid #006419;
  border-radius: 20px;
  background: #006419;
  height: 80px;
  display: grid;
  place-content: center;
  position: relative;
  transition: 0.2s ease;
}
.sec02__list .list-btn .txt-g {
  display: none;
  width: 375.4px;
}
.sec02__list .list-btn .txt-w {
  display: block;
  width: 375.4px;
}
.sec02__list .list-note {
  width: 430px;
  margin: 17px auto 0;
}
.sec02__girls {
  position: relative;
  width: 823.3px;
  margin: 0 auto;
  padding: 0 0 85px;
}
.sec02__girls .txt01, .sec02__girls .txt02 {
  position: absolute;
}
.sec02__girls .txt01 {
  top: -20px;
  left: -32px;
  width: 227px;
  height: 109px;
}
.sec02__girls .txt02 {
  top: -40px;
  right: -20px;
  width: 218.7px;
  height: 114.9px;
}

@media only screen and (max-width: 768px) {
  .sec02 {
    padding: 8.07vw 0 10.42vw;
  }
  .sec02__item.num01 {
    padding: 0 0 11.72vw;
  }
  .sec02__item.num01 .item-desc01 {
    padding-top: 0;
    width: 49.34vw;
    margin-bottom: 7.94vw;
  }
  .sec02__item.num01 .item-desc02 {
    width: 71.09vw;
    margin-bottom: 10.16vw;
  }
  .sec02__item.num01 .item-desc03 {
    width: 67.77vw;
    margin-bottom: 10.03vw;
  }
  .sec02__item.num01 .item-desc04 {
    width: 63.37vw;
    margin-bottom: 10.42vw;
  }
  .sec02__item.num01 .item-img {
    position: relative;
    width: 52.73vw;
    top: initial;
    right: 5.6vw;
    margin: 0 0 9.64vw auto;
  }
  .sec02__item.num01 .item-img.num02 {
    width: 43.36vw;
    top: initial;
    right: 3.52vw;
    margin: 0 0 0 auto;
  }
  .sec02__item.num02 {
    padding: 11.33vw 0 0;
  }
  .sec02__item.num02 .item-desc01 {
    width: 53.75vw;
    margin-bottom: 8.2vw;
  }
  .sec02__item.num02 .item-desc02 {
    width: 53.27vw;
    margin-bottom: 10.42vw;
  }
  .sec02__item.num02 .item-desc03 {
    width: 73.92vw;
  }
  .sec02__item.num02 .item-img {
    position: relative;
    top: initial;
    left: initial;
    width: 68.88vw;
    margin-bottom: 11.07vw;
  }
  .sec02__item.num03 {
    padding: 11.72vw 0 0;
  }
  .sec02__item.num03 .item-desc01 {
    width: 53.91vw;
    margin-bottom: 19.27vw;
  }
  .sec02__item.num03 .item-desc02 {
    width: 57.42vw;
    margin-bottom: 12.76vw;
  }
  .sec02__item.num03 .item-desc03 {
    width: 73.83vw;
    margin-bottom: 12.11vw;
  }
  .sec02__item.num03 .item-desc04 {
    width: 70.96vw;
    margin-bottom: 10.68vw;
  }
  .sec02__item.num03 .item-desc05 {
    width: 66.02vw;
    margin-bottom: 10.55vw;
  }
  .sec02__item.num03 .item-img {
    position: relative;
    width: 66.85vw;
    margin-bottom: 11.33vw;
    right: initial;
    top: initial;
  }
  .sec02__item.num03 .item-img.num02 {
    width: 53.52vw;
    right: initial;
    bottom: initial;
    margin: 0 0 0 auto;
  }
  .sec02__list {
    display: block;
    padding: 0 0 5.73vw;
    margin: 0 0 12.63vw;
  }
  .sec02__list .list-item {
    padding-top: 56px;
    max-width: 68.49vw;
    width: 100%;
    margin: 0 auto;
  }
  .sec02__list .list-item.kabo .list-img .item {
    width: 38.28vw;
  }
  .sec02__list .list-item.kabo .line-move01 {
    left: 5.86vw;
    top: 7.29vw;
  }
  .sec02__list .list-item.kabo .list-ttl {
    width: 100%;
  }
  .sec02__list .list-item.donu .list-img .item {
    top: 10px;
    width: 38.41vw;
  }
  .sec02__list .list-item.donu .line-move02 {
    right: 0;
  }
  .sec02__list .line-move01, .sec02__list .line-move02 {
    width: 11.94vw;
  }
  .sec02__list .list-img {
    height: 40.36vw;
    margin-bottom: 2.6vw;
  }
  .sec02__list .list-img .dish {
    width: 57.29vw;
  }
  .sec02__list .list-ttl {
    margin: 0 auto 3.52vw;
    width: 100%;
  }
  .sec02__list .list-btn {
    width: 58.33vw;
    border: 1.3vw solid #006419;
    border-radius: 2.6vw;
    height: 13.02vw;
  }
  .sec02__list .list-btn .txt-g {
    width: 53.13vw;
  }
  .sec02__list .list-btn .txt-w {
    width: 53.13vw;
  }
  .sec02__list .list-note {
    width: 43.58vw;
    margin: 2.73vw auto 0;
  }
  .sec02__girls {
    width: 83.33vw;
    padding: 0 0 11.72vw;
  }
  .sec02__girls .txt01 {
    top: -7.3vw;
    left: 0;
    width: 39.9vw;
    height: 14.6vw;
  }
  .sec02__girls .txt02 {
    top: -5.8vw;
    right: -2vw;
    width: 39.19vw;
    height: 15.04vw;
  }
}
.sec-btn {
  padding: 145px 0;
}
.sec-btn .teach-btn {
  display: block;
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
  transition: 0.2s ease;
  position: relative;
  cursor: pointer;
}
.sec-btn .teach-btn .btn-w {
  transition: 0.2s ease;
  position: relative;
}
.sec-btn .teach-btn .btn-g {
  position: absolute;
  transition: 0.2s ease;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec-btn .teach-btn::before {
  content: "";
  position: absolute;
  background: url(../img/wassamu/teacher.png) no-repeat center/contain;
  left: 20px;
  bottom: 7px;
  width: 207px;
  height: 261px;
  z-index: 3;
}
.sec-btn .teach-btn:hover .btn-g {
  opacity: 1;
}
.sec-btn .teach-btn-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sec-btn {
    padding: 12.76vw 0;
  }
  .sec-btn .teach-btn {
    display: none;
  }
  .sec-btn .teach-btn-sp {
    display: block;
    max-width: 880px;
    width: 100%;
    transition: 0.2s ease;
    position: relative;
  }
  .sec-btn .teach-btn-sp .btn-w {
    transition: 0.2s ease;
    position: relative;
  }
  .sec-btn .teach-btn-sp .btn-g {
    position: absolute;
    transition: 0.2s ease;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .sec-btn .teach-btn-sp::before {
    content: "";
    position: absolute;
    background: url(../img/wassamu/teacher.png) no-repeat center/contain;
    left: 1.56vw;
    bottom: 0.78vw;
    width: 21.86vw;
    height: 27.57vw;
    z-index: 3;
  }
  .sec-btn .teach-btn-sp:hover .btn-g {
    opacity: 1;
  }
}
.footer {
  background: #006419;
  padding: 150px 0 143px;
}
.footer__txt {
  margin: 0 auto 50px;
  max-width: 538.4px;
  width: 100%;
}
.footer__btn {
  display: block;
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
  transition: 0.2s ease;
  position: relative;
}
.footer__btn .btn-w {
  transition: 0.2s ease;
  position: relative;
}
.footer__btn .btn-g {
  position: absolute;
  transition: 0.2s ease;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.footer__btn:hover .btn-g {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 13.41vw 0 12.5vw;
  }
  .footer__txt {
    width: 70.1vw;
    margin: 0 auto 7.42vw;
  }
  .footer__btn {
    width: 68.75vw;
  }
}
.progress-bar {
  width: 1px;
  background-color: #006419;
  position: fixed;
  top: 420px;
  right: 40px;
  z-index: 10;
}

.progress-bar:before {
  content: "";
  width: 1px;
  height: 275px;
  background-color: #006419;
  position: fixed;
  top: 420px;
  right: 40px;
  z-index: 199;
}

.progress-bar:after {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  background: #006419;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
  z-index: 199;
}

@media only screen and (max-width: 768px) {
  .progress-bar {
    top: 56.3vw;
    right: 5.21vw;
  }
  .progress-bar:before {
    top: 56.3vw;
    right: 5.21vw;
    height: 60.6vw;
  }
}
.modal {
  display: none;
}

.modaal-wrapper .modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 80px;
  height: 80px;
  background: #006419;
  border: 8px solid #006419;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
}

.modaal-container {
  border: 3.9px solid #006419;
  max-width: 100%;
  width: 90vw;
  height: 90vh;
}

.modaal-content-container {
  display: grid;
  place-content: center;
  padding: 20px;
  height: 90vh;
}
.modaal-content-container iframe {
  width: 100%;
  height: 100%;
}
.modaal-content-container .video-wrap {
  text-align: center;
  position: relative;
}
.modaal-content-container .video-wrap::before {
  content: "";
  position: absolute;
  background: url(../img/wassamu/modal-movie-btn.png) no-repeat center/contain;
  opacity: 0.8;
  width: 90px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.modaal-content-container video {
  max-height: 85vh;
  width: 100%;
}

.modaal-inner-wrapper {
  padding: 40px 20px;
}

.modaal-close::before, .modaal-close::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  height: 50px;
  border-radius: 8px;
}
.modaal-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus::before, .modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
  background: #006419;
}

@media only screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 2.6vw;
    height: 100%;
  }
  .modaal-content-container .video-wrap::before {
    width: 70px;
    height: 101px;
  }
  .modaal-inner-wrapper {
    padding: 3vw;
  }
  .modaal-container {
    border: 0.65vw solid #006419;
    height: 60vh;
    display: grid;
    place-content: center;
  }
  .modaal-wrapper .modaal-close {
    right: 5vw;
    top: 4vw;
    width: 10.42vw;
    height: 10.42vw;
    border: 1.04vw solid #006419;
  }
  .modaal-close::before, .modaal-close::after {
    width: 1.04vw;
    height: 6.51vw;
  }
}
.modals {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  z-index: 30000;
}
.modals__inner-list .list-img {
  margin: 0 auto;
}
.modals__inner-list .list-desc {
  margin: 0 auto 27px;
  width: 703.1px;
}
.modals__inner-list .list-btn {
  display: block;
  transition: 0.2s ease;
}
.modals__inner-list .list-btn:hover {
  opacity: 0.7;
}
.modals__inner-list .list-btn.no-link {
  pointer-events: none;
}
.modals__inner-list .list-note {
  margin: 15px auto 0;
}
.modals__inner-list.kabo .list-img {
  width: 435px;
  margin: 0 auto 30px;
}
.modals__inner-list.donu .list-img {
  width: 618px;
  margin: 0 auto 21px;
}

@media only screen and (max-width: 768px) {
  .modals__inner-list .list-btn {
    margin: 0 0 2.73vw;
  }
  .modals__inner-list .list-desc {
    margin: 0 auto 3.39vw;
  }
  .modals__inner-list .list-note {
    width: 43.58vw;
  }
  .modals__inner-list.kabo .list-img {
    width: 50.39vw;
    margin: 1.69vw auto 3.65vw;
  }
  .modals__inner-list.kabo .list-desc {
    width: 67.77vw;
  }
  .modals__inner-list.donu .list-img {
    width: 63.67vw;
    margin: 0 auto 1.69vw;
  }
  .modals__inner-list.donu .list-desc {
    width: 63.67vw;
  }
}
.modals__bg {
  background: rgba(255, 255, 255, 0.9);
  height: max(960px, 100vh);
  position: absolute;
  width: 100%;
}
.modals__bg.non-bg {
  background: none;
}

.modals__content {
  background: #fff;
  border: 3.9px solid #006419;
  left: 50%;
  padding: 46px 50px 50px;
  position: absolute;
  top: 20px;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 800px;
  max-height: 840px;
}
.modals__content .js-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 80px;
  height: 80px;
  background: #006419;
  border: 8px solid #006419;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
}
.modals__content .js-modal-close::before, .modals__content .js-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  height: 50px;
  border-radius: 8px;
  background: #fff;
}
.modals__content .js-modal-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modals__content .js-modal-close:hover {
  background: #fff;
}
.modals__content .js-modal-close:hover::before, .modals__content .js-modal-close:hover::after {
  background: #006419;
}
.modals__content.teacher {
  top: 600px;
  padding: 50px;
  max-width: 980px;
  max-height: 1080px;
  height: 1080px;
}

@media only screen and (max-width: 768px) {
  .modals__content {
    border: 0.65vw solid #006419;
    padding: 2.6vw;
    max-width: 73.96vw;
    max-height: 115.89vw;
  }
  .modals__content .js-modal-close {
    right: 2.6vw;
    top: 2.6vw;
    width: 10.42vw;
    height: 10.42vw;
    border: 1.04vw solid #006419;
  }
  .modals__content .js-modal-close::before, .modals__content .js-modal-close::after {
    width: 1.04vw;
    height: 6.51vw;
  }
  .modals__content.teacher {
    top: 150vw;
    padding: 6.51vw;
    max-width: 79.17vw;
    max-height: 286.46vw;
    height: 286.46vw;
  }
}
#modal02 .modals__content .js-modal-close,
#modal04 .modals__content .js-modal-close {
  transform: translate(50%, -50%);
  right: 0;
  top: 0;
}

#modal05 .modals__bg {
  height: 1200px;
}

@media only screen and (max-width: 768px) {
  #modal05 .modals__bg {
    height: 290vw;
  }
}
.movie {
  margin: 0 auto;
  max-height: 700px;
  height: 85%;
  max-width: 1200px;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

.back__link {
  width: 100%;
  height: 100%;
  border: 1px solid #008833;
  border-radius: 100px;
  color: #008833 !important;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .back__link {
    font-size: 1.4rem;
  }
}
.back__link:hover {
  background-color: #ECF8F0;
}

.related-post {
  margin-top: 50px;
}

.theme-header__link {
  color: #083 !important;
}
.theme-header__link.on {
  color: #fff !important;
}
.theme-header__new-label {
  color: #083 !important;
}
@media screen and (max-width: 768px) {
  .theme-header__new-label {
    color: #fff !important;
  }
}

.footer-banner__img:hover {
  transform: scale(1.1);
}

.post-share {
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .post-share {
    margin-bottom: 0;
  }
}
.post-share__list {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.post-share__item {
  width: 34px;
  height: 34px;
}
.post-share__item a {
  display: block;
}
body:not(.p_menu_01) #areaWrapper2 {
  width: 100% !important;
}

.bl_article {
  display: flex;
  flex-direction: column;
  padding: 74px 40px 94px;
}
@media only screen and (max-width: 768px) {
  .bl_article {
    padding: 47px 0 40px;
  }
}
.bl_article__title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
}
@media only screen and (max-width: 768px) {
  .bl_article__title {
    width: 56%;
    margin-inline: auto;
    margin-bottom: 22.86px;
  }
}
.bl_article__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 21px;
}
@media only screen and (max-width: 768px) {
  .bl_article__list {
    width: 100%;
  }
}
.bl_article__list--sp {
  display: none;
}
.bl_article__list--pc {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 21px;
}
@media only screen and (max-width: 768px) {
  .bl_article .bl_article__list--sp {
    display: block;
  }
  .bl_article .bl_article__list--pc {
    display: none;
  }
}
.bl_article__item {
  width: auto;
  transition: .3s;
}
.bl_article__item:hover {
  opacity: .5;
}
@media only screen and (max-width: 768px) {
  .bl_article__item {
    width: 255px;
  }
}
.bl_article .swiper {
  overflow: hidden;
}
.bl_article .swiper-slide {
  width: 255px;
}
.bl_article__text {
  margin-top: 16px;
  font-size: 1.25vw;
  line-height: 1.5;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .bl_article__text {
    font-size: 16px;
    margin-top: 11px;
  }
}
.bl_article__img img {
  height: auto;
}
.bl_bnr--wide {
  display: flex;
  align-items: center;
  max-width: 1000px;
  background: #f0f8ff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bl_bnr--wide {
    display: block;
  }
}
.bl_bnr__img {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__img {
    width: 100%;
    aspect-ratio: 335/170;
  }
}
.bl_bnr__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_bnr__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 0 3.72%;
  margin-right: 2.32%;
  background: url("../img/kesennuma/01/banner-bg.png") no-repeat center/100% auto;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__inner {
    padding: 17px 15px 23px;
    gap: 16.18px;
  }
}
.bl_bnr__botton {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 280px;
  padding: 12.97px 61.48px 12.03px 28.52px;
  margin-left: auto;
  color: #3380d1;
  background: #fff;
  border: 2px solid #3380d1;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__botton {
    min-width: 251px;
    padding-right: 1px;
    margin-left: 0;
    margin-inline: auto;
    font-size: 16.14px;
  }
}
.bl_bnr__botton::after {
  position: absolute;
  content: "";
  top: 25%;
  right: 6%;
  width: 23.17px;
  height: 23.17px;
  background: url("../img/arrow_orange.svg") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__botton img {
    width: 171px;
  }
}
.bl_bnr--grid {
  display: flex;
  gap: 40px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .bl_bnr--grid {
    flex-direction: column;
    gap: 24.55px;
    padding: 0 20px;
  }
}
.bl_bnr__link {
  transition: .3s;
}
.bl_bnr__link:hover {
  opacity: .5;
}

