/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

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

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

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

html {
  font-size: min(10px, 1.45vw);
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #707070;
  font-weight: 400;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 2.4rem;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 999;
}
.header .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
.header .container .content .pup {
  display: none;
}
.header .container .content .logo {
  width: 40rem;
}
.header .container .content .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.header .container .content .nav .close {
  display: none;
}
.header .container .content .nav .item {
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.header .container .content .nav .item:hover {
  border-bottom: 0.1rem solid #008C32;
}
.header .container .content .nav .item span {
  color: #008C32;
  font-weight: 700;
}

@media (max-width: 1300px) {
  .header .container {
    width: 96%;
  }
  .header .container .content .logo {
    width: 30rem;
  }
  .header .container .content .nav .item {
    font-size: 1.8rem;
  }
  .header .container .content {
    gap: 4rem;
  }
}
@media (max-width: 1080px) {
  .header .container {
    width: 90%;
  }
  .header .container .content .pup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 4rem;
    height: 3rem;
    position: relative;
    transition: 0.3s linear;
    cursor: pointer;
    z-index: 20;
  }
  .header .container .content .pup:hover {
    opacity: 0.6;
  }
  .header .container .content .pup span {
    display: block;
    width: 4rem;
    height: 0.2rem;
    background: #000;
    transition: 0.3s linear;
  }
  .header .container .content .pup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .header .container .content .pup.active span {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .header .container .content .pup.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header .container .content .pup.active span:nth-child(2) {
    opacity: 0;
  }
  .header .container .content .pup.active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .container .content .pup.active .overlay {
    opacity: 1;
    visibility: visible;
  }
  .header .container .content .nav {
    position: absolute;
    flex-direction: column;
    top: 0;
    background: #fff;
    width: 50%;
    right: -100%;
    height: 100vh;
    justify-content: start;
    padding-top: 10rem;
    transition: 0.3s linear;
    z-index: 21;
  }
  .header .container .content .nav .close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 4rem;
    height: 4rem;
  }
  .header .container .content .nav .close span {
    display: block;
    width: 4rem;
    height: 0.2rem;
    background: #000;
    transition: 0.3s linear;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .header .container .content .nav .close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header .container .content .nav .close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .container .content .nav.active {
    right: 0;
  }
}
@media (max-width: 768px) {
  .header .container .content .nav .item {
    font-size: 2.4rem;
  }
  .header .container .content .nav {
    width: 80%;
  }
}
.footer {
  background: #008C32;
  padding: 6.5rem 0 1.5rem;
}
.footer .container {
  max-width: 129rem;
}
.footer .container .content .logo {
  display: flex;
  justify-content: center;
}
.footer .container .content .logo img {
  width: 40rem;
}
.footer .container .content .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  border-top: 0.3rem solid #fff;
  padding-top: 3rem;
  margin-top: 4rem;
}
.footer .container .content .list .item {
  color: #fff;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.footer .container .content .list .item:hover {
  border-bottom: 0.1rem solid;
}
.footer .container .content .list .item span {
  font-weight: 700;
}
.footer .container .content .txt-copyright {
  font-size: 1.4rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin-top: 10rem;
}

@media (max-width: 768px) {
  .footer {
    padding: 5rem 0 1rem;
  }
  .footer .container .content .list .item {
    font-size: 2.4rem;
  }
  .footer .container .content .txt-copyright {
    font-size: 1.8rem;
  }
  .footer .container .content .list {
    border-top: 0.2rem solid #fff;
  }
}
.main {
  margin-top: 11rem;
}
.main .sec-mv {
  position: relative;
  background: url(../images/top/mv-2.png);
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.main .sec-mv .container {
  width: 100%;
}
.main .sec-mv .container .content .img-pos {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main .sec-mv .container .content .img-pos img {
  height: 100%;
}
.main .sec-mv .container .content .group-txt {
  padding: 24rem 0 13rem;
  margin-left: 13rem;
  max-width: max-content;
  width: 100%;
}
.main .sec-mv .container .content .group-txt .title {
  background: rgba(0, 140, 50, 0.85);
  color: #fff;
  font-size: 4.3rem;
  position: relative;
  max-width: 82.5rem;
  width: 100%;
  text-align: center;
  padding: 3.2rem 0;
  border-radius: 1.7rem;
  margin: 0 auto;
  margin-right: 10rem;
}
.main .sec-mv .container .content .group-txt .title img {
  position: absolute;
  bottom: -0.8rem;
  right: -1.2rem;
}
.main .sec-mv .container .content .group-txt .txt {
  position: relative;
  margin-top: -7rem;
}
.main .sec-mv .container .content .group-txt .txt p {
  font-size: 2.8rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  transform: translate(-38%, -20%);
  color: #000;
  line-height: 2;
}
.main .sec-mv .container .content .bg {
  height: 9rem;
  background: #17AC4C;
}
.main .sec-therapist-main {
  position: relative;
  margin-top: 22rem;
}
.main .sec-therapist-main .container {
  width: 100%;
}
.main .sec-therapist-main .container .content .content-head {
  max-width: 192rem;
  width: 90%;
  margin: 0 auto;
}
.main .sec-therapist-main .container .content .content-head .title-main {
  max-width: max-content;
  margin-left: auto;
}
.main .sec-therapist-main .container .content .content-body {
  padding: 4.6vw 2.1vw 8.4vw 0;
  background: #2BBF60;
  border-radius: 8.1vw;
  margin-top: 4rem;
}
.main .sec-therapist-main .container .content .content-body .group-txt {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: max-content;
  margin-left: auto;
}
.main .sec-therapist-main .container .content .content-body .group-txt .title {
  text-align: center;
  font-size: 2.6vw;
}
.main .sec-therapist-main .container .content .content-body .group-txt span {
  width: 0.3rem;
  height: 3.3vw;
  background: #fff;
  display: block;
}
.main .sec-therapist-main .container .content .content-body .group-txt .txt {
  font-size: 1.66vw;
}
.main .sec-therapist-main .container .content .img {
  position: absolute;
  top: -6.8vw;
  left: 3vw;
  width: 46.5vw;
}
.main .sec-movie-main {
  background: #E9FFF1;
  padding: 44rem 0 2rem;
  margin-top: -22rem;
}
.main .sec-movie-main .container {
  max-width: 132rem;
}
.main .sec-movie-main .container .content .content-head {
  position: relative;
}
.main .sec-movie-main .container .content .content-head .fl {
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translateY(-50%);
  width: 11vw;
}
.main .sec-movie-main .container .content .content-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
}
.main .sec-movie-main .container .content .content-body .title {
  font-size: 4rem;
  text-align: center;
}
.main .sec-movie-main .container .content .content-body span {
  width: 0.3rem;
  height: 4rem;
  background: #666666;
}
.main .sec-movie-main .container .content .content-body .txt {
  font-size: 2.7rem;
  line-height: 2;
}
.main .sec-movie-main .fl-ft {
  width: 90%;
  margin: auto;
  margin-top: 5rem;
}
.main .sec-movie-main .fl-ft img {
  width: 100%;
}
.main .sec-movies {
  margin-top: 8.5rem;
}
.main .sec-movies .container {
  max-width: 172rem;
}
.main .sec-movies .container .content .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(54.5rem, 1fr));
  gap: 4.5rem;
}
.main .sec-movies .container .content .list .item {
  display: flex;
  gap: 1.5rem;
}
.main .sec-movies .container .content .list .item .img {
  max-width: 42rem;
  width: 100%;
  flex: 1;
}
.main .sec-movies .container .content .list .item .img iframe {
  width: 100%;
  height: 12vw;
}
.main .sec-movies .container .content .list .item .group-txt {
  flex: 1;
}
.main .sec-movies .container .content .list .item .group-txt .top {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.main .sec-movies .container .content .list .item .group-txt .top img {
  width: 5rem;
}
.main .sec-movies .container .content .list .item .group-txt .top p {
  font-size: 2.6rem;
}
.main .sec-movies .container .content .list .item .group-txt .ft {
  background: #E6F1E9;
  border-radius: 1.5rem;
  padding: 1.5rem 1rem;
  padding-right: 0;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 15.8rem;
}
.main .sec-movies .container .content .list .item .group-txt .ft .title {
  font-size: 2rem;
}
.main .sec-movies .container .content .btn {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.main .sec-ft {
  display: flex;
  justify-content: space-between;
  background: #E6F1E9;
  margin-top: 6rem;
}
.main .sec-ft.v2 {
  margin-top: 0;
}
.main .sec-ft .right {
  flex: 1;
}
.main .sec-ft .right img {
  height: 100%;
  object-fit: cover;
}
.main .sec-ft .left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .sec-ft .left img {
  width: 38rem;
  width: 100%;
}

@media (min-width: 1261px) {
  .main .sec-movies .container .content .list .item .group-txt .top p {
    font-size: 1.36vw;
  }
  .main .sec-movies .container .content .list .item .group-txt .ft .title {
    font-size: 1vw;
  }
  .main .sec-movies .container .content .list .item .group-txt .ft .txt {
    font-size: 0.87vw;
  }
  .main .sec-movies .container .content .list .item .group-txt .ft {
    justify-content: start;
    min-height: 8.2vw;
    gap: 0.4vw;
    margin-top: 0.78vw;
    padding: 0.78vw 0.5vw;
  }
  .main .sec-movies .container .content .list {
    gap: 2.35vw;
  }
  .main .sec-movies .container .content .list .item .group-txt .top img {
    width: 2.6vw;
  }
  .main .sec-movies .container .content .list .item .group-txt .top {
    gap: 1vw;
  }
}
@media (max-width: 1300px) {
  .main {
    margin-top: 8rem;
  }
  .main .sec-mv .container .content .img-pos {
    left: -6rem;
  }
  .main .sec-mv .container .content .group-txt {
    margin-left: 7rem;
    padding: 20rem 0 10rem;
  }
  .main .sec-mv .container .content .group-txt .txt {
    width: 85rem;
    margin-top: -5rem;
  }
  .main .sec-mv .container .content .group-txt .txt p {
    font-size: 2rem;
  }
  .main .sec-mv .container .content .group-txt .title {
    margin-right: 0;
    font-size: 3.4rem;
    max-width: 70rem;
    padding: 2rem 0;
  }
  .main .sec-mv .container .content .group-txt .title img {
    width: 55rem;
  }
  .main .sec-mv .container .content .bg {
    height: 6rem;
  }
  .main .sec-movie-main .container .content .content-body .title {
    font-size: 3.2rem;
  }
}
@media (max-width: 1260px) {
  .main .sec-movies .container .content .list .item .img iframe {
    min-height: 20rem;
    height: 18vw;
  }
}
@media (max-width: 1024px) {
  .main .sec-mv .container .content .group-txt .title {
    font-size: 3.2rem;
    max-width: 59rem;
    margin-right: 4rem;
  }
  .main .sec-mv .container .content .group-txt .title img {
    width: 40rem;
  }
  .main .sec-mv .container .content .group-txt .txt {
    max-width: 75rem;
  }
  .main .sec-mv .container .content .img-pos {
    margin-left: -11rem;
  }
  .main .sec-mv .container .content .group-txt {
    margin-left: 0;
  }
  .main .sec-therapist-main .container .content .img {
    display: none;
  }
  .main .sec-therapist-main .container .content .sp {
    display: flex !important;
    justify-content: center;
    margin-top: 4rem;
  }
  .main .sec-therapist-main .container .content .sp img {
    width: 60rem;
  }
  .main .sec-therapist-main .container .content .content-head .title-main {
    margin: 0 auto;
  }
  .main .sec-therapist-main {
    margin-top: 8rem;
  }
  .main .sec-therapist-main .container .content .content-body .group-txt {
    margin: 0 auto;
  }
  .main .sec-therapist-main .container .content .content-body .group-txt .title {
    font-size: 3.2rem;
  }
  .main .sec-therapist-main .container .content .content-body .group-txt .txt {
    font-size: 2.4rem;
  }
  .main .sec-therapist-main .container .content .content-body {
    padding: 4.6vw 1.5vw 8.4vw;
  }
  .main .sec-movie-main {
    margin-top: -20rem;
    padding: 30rem 0 2rem;
  }
  .main .sec-movie-main .container .content .content-body .txt {
    font-size: 2.4rem;
  }
  .main .sec-movie-main .container .content .content-head .fl {
    width: 11rem;
  }
  .main .sec-ft .left img {
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .main .sec-mv .container .content .group-txt .txt {
    max-width: 70rem;
    margin-left: -3rem;
  }
  .main .sec-mv .container .content .group-txt .title {
    margin-right: 0;
    padding: 1rem 0;
  }
  .main .sec-mv .container .content .group-txt .txt p {
    font-size: 1.8rem;
  }
  .main .sec-mv .container .content .group-txt {
    padding: 15rem 0 5rem;
  }
  .main .sec-movies .container .content .list .item {
    flex-direction: column;
  }
  .main .sec-movies .container .content .list .item .img {
    max-width: 100%;
  }
  .main .sec-movies .container .content .list .item .img img {
    width: 100%;
  }
  .main .sec-movies .container .content .list .item .group-txt .top img {
    width: 7rem;
  }
  .main .sec-movies .container .content .list .item .group-txt .top p {
    font-size: 3.2rem;
  }
  .main .sec-movies .container .content .list .item .group-txt .ft .title {
    font-size: 2.6rem;
  }
  .main .sec-movies .container .content .list .item .group-txt .ft {
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
  .main .sec-ft .left img {
    width: 20rem;
  }
  .main .sec-movie-main .container .content .content-head .fl {
    width: 10rem;
  }
  .main .sec-movies .container .content .list .item .img iframe {
    height: 30rem;
    min-height: auto;
  }
  .main .sec-ft .right img {
    height: auto;
    object-fit: unset;
  }
}
.container {
  width: 90%;
  margin: 0 auto;
}

.title-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}
.title-main h2 {
  font-size: 5vw;
  color: #008C32;
  font-weight: 900;
}
.title-main img {
  width: 22vw;
}

.btn-success {
  position: relative;
  background: #008C32;
  font-size: 2.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  padding: 0.5rem;
  max-width: 42.6rem;
  width: 100%;
  border-radius: 2rem 0 0 0;
  display: flex;
  justify-content: center;
}
.btn-success > img {
  position: absolute;
  right: -0.8rem;
  bottom: -0.6rem;
}
.btn-success > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.btn-success > span > img {
  height: 60%;
}

.mv-page {
  background: url(../images/movie/mv-page-3.png) #008C32;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.mv-page .container {
  width: 100%;
}
.mv-page .container .content .img-pos {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.mv-page .container .content .img-pos img {
  height: 100%;
}
.mv-page .container .content .title {
  position: relative;
  margin-left: -4rem;
  margin-bottom: -6rem;
  max-width: fit-content;
}
.mv-page .container .content .title .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}
.mv-page .container .content .title .txt p {
  font-size: 2.2rem;
}
.mv-page .container .content .title .txt span {
  font-size: 4.7rem;
}

.sec-navigation {
  margin-top: 2rem;
}
.sec-navigation .container {
  max-width: 128rem;
}
.sec-navigation .container .content {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.sec-navigation .container .content .item {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec-letter {
  margin: 2.5rem 10rem 0;
  background: url(../images/movie/letter-4.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.sec-letter .container {
  max-width: 181rem;
  width: 100%;
  padding: 9rem 0 7rem;
}
.sec-letter .container .content {
  position: relative;
  max-width: 115rem;
  margin: auto;
}
.sec-letter .container .content .group-txt {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 5rem 8rem 2rem;
  border-radius: 5.7rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.sec-letter .container .content .group-txt .title {
  font-size: 3.5rem;
  padding-left: 1rem;
  border-left: 0.6rem solid #008C32;
}
.sec-letter .container .content .group-txt .txt {
  font-size: 2.5rem;
  margin-top: 1.2rem;
}
.sec-letter .container .content .letter-1 {
  position: absolute;
  top: -4rem;
  left: -6rem;
  z-index: -1;
}
.sec-letter .container .content .letter-2 {
  position: absolute;
  bottom: -2rem;
  right: -6rem;
  z-index: -1;
}
.sec-letter .letter-3 {
  position: absolute;
  right: -8rem;
  top: 0;
}

@media (max-width: 1440px) {
  .mv-page .container .content .img-pos img {
    width: 36rem;
  }
  .mv-page .container .content .title {
    width: 70rem;
    margin-bottom: -5rem;
  }
}
@media (max-width: 1080px) {
  .mv-page .container .content .img-pos img {
    width: 20rem;
  }
  .mv-page .container .content .title {
    width: 50rem;
    margin-bottom: -4rem;
  }
  .mv-page .container .content .title .txt span {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .title-main h2 {
    font-size: 6rem;
  }
  .title-main img {
    width: 22rem;
  }
  .title-main {
    gap: 1.5rem;
  }
  .sec-letter .container .content .group-txt {
    padding: 5rem 5rem 2rem;
  }
}
@media (max-width: 768px) {
  .title-main h2 {
    font-size: 5rem;
  }
  .title-main img {
    width: 20rem;
  }
  .sec-navigation .container .content .item {
    font-size: 2.4rem;
  }
  .sec-letter {
    margin: 2.5rem 6rem 0;
  }
  .sec-letter .container .content .letter-1 {
    left: -4rem;
    top: -2.5rem;
    width: 14rem;
  }
  .sec-letter .container .content .letter-2 {
    right: -4rem;
    width: 12rem;
  }
  .sec-letter .container .content .group-txt {
    padding: 4rem 4rem 2rem;
    border-radius: 4.5rem;
  }
  .sec-letter .letter-3 {
    width: 4rem;
    right: -4rem;
  }
  .mv-page .container .content .title {
    width: 40rem;
    margin-bottom: -3rem;
  }
  .mv-page .container .content .img-pos {
    left: -3rem;
  }
}
.sec-movie {
  background: #FFFEEE;
  padding: 12rem 0 2rem;
  overflow: hidden;
}
.sec-movie .container {
  max-width: 161rem;
}
.sec-movie .container .content .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(48rem, 1fr));
  gap: 8rem 10rem;
}
.sec-movie .container .content .list .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-movie .container .content .list .item .img iframe {
  width: 100%;
  height: 35rem;
}
.sec-movie .container .content .list .item .logo {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sec-movie .container .content .list .item .logo img {
  width: 5rem;
}
.sec-movie .container .content .list .item .logo p {
  font-size: 2.6rem;
}
.sec-movie .container .content .list .item .group-txt {
  background: #E6F1E9;
  border-radius: 1.5rem;
  padding: 2rem 3rem;
  flex: 1;
}
.sec-movie .container .content .list .item .group-txt .title {
  font-size: 2.3rem;
}
.sec-movie .container .content .list .item .group-txt .txt {
  margin-top: 1.5rem;
  line-height: 2;
}
.sec-movie .container .content .list .item:last-child {
  transform: translateX(50%);
}
.sec-movie .container .content .banner {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
.sec-movie .img-ft {
  margin: auto;
  margin-top: 1rem;
  width: 94%;
}

.sec-glossary {
  overflow: hidden;
  background: #F6FCFF;
  padding: 10rem 0 15rem;
}
.sec-glossary .container {
  max-width: 151rem;
}
.sec-glossary .container .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-glossary .container .content .title {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #2BA1CC;
  border-radius: 4rem 4rem 0 0;
  padding: 1.2rem 5rem;
}
.sec-glossary .container .content .title img {
  width: 3rem;
}
.sec-glossary .container .content .title p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.sec-glossary .container .content .wrap {
  margin: 4rem 7rem 0;
}
.sec-glossary .container .content .wrap .list {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
.sec-glossary .container .content .wrap .list .item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.sec-glossary .container .content .wrap .list .item__title {
  font-size: 2.8rem;
  color: #2BA1CC;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sec-glossary .container .content .wrap .list .item__title p {
  min-width: 14rem;
}
.sec-glossary .container .content .wrap .list .item__dots {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sec-glossary .container .content .wrap .list .item__dots span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #666666;
  border-radius: 100%;
}
.sec-glossary .container .content .wrap .list .item__txt {
  font-size: 2.4rem;
  color: #666666;
  flex: 1;
}
.sec-glossary .container .content .wrap .list .item__txt a {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .sec-movie .container .content .list {
    gap: 6rem;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  }
  .sec-movie .container .content .list .item .img iframe {
    height: 25rem;
  }
}
@media (max-width: 960px) {
  .sec-movie .container {
    max-width: 76rem;
  }
  .sec-movie .container .content .list .item:last-child {
    transform: none;
  }
  .sec-movie .container .content .list .item .img iframe {
    height: 35rem;
  }
}
@media (max-width: 768px) {
  .sec-movie {
    padding: 10rem 0 1.5rem;
  }
  .sec-movie .container .content .list .item .logo img {
    width: 7rem;
  }
  .sec-movie .container .content .list .item .logo p {
    font-size: 3.2rem;
  }
  .sec-movie .container .content .list .item .group-txt .title {
    font-size: 2.6rem;
  }
  .sec-glossary .container .content .wrap {
    margin: 2rem 4rem 0;
  }
  .sec-glossary .container .content .wrap .list .item {
    flex-direction: column;
  }
}
.main .sec-situations {
  background: #FFFEEE;
  padding: 10rem 0;
}
.main .sec-situations .container {
  max-width: 135rem;
}
.main .sec-situations .container .content .title {
  background: #008C32;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 3.6rem 3.6rem 0 0;
  padding: 1.2rem 5rem;
}
.main .sec-situations .container .content .title p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
}
.main .sec-situations .container .content .title img {
  width: 3rem;
}
.main .sec-situations .container .content .list {
  margin: 6.5rem 7rem 0;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.main .sec-situations .container .content .list .item__no {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
}
.main .sec-situations .container .content .list .item__no span {
  font-size: 4.3rem;
}
.main .sec-situations .container .content .list .item__img {
  margin-top: 1.5rem;
}
.main .sec-situations .container .content .list .item__img .rz {
  height: 58rem;
  object-fit: cover;
  width: 100%;
  border-radius: 8rem;
}
.main .sec-situations .container .content .list .item__txt {
  position: relative;
  z-index: 1;
  background: #E8FFF7;
  padding: 6rem 10rem;
  width: 84%;
  margin: auto;
  margin-top: -5rem;
}
.main .sec-situations .container .content .list .item__txt .top {
  font-size: 2.7rem;
}
.main .sec-situations .container .content .list .item__txt .ft {
  font-size: 2.4rem;
  margin-top: 3rem;
}
.main .sec-support {
  background: #F6FCFF;
  padding: 8rem 0 9rem;
}
.main .sec-support .container .content {
  text-align: center;
}
.main .sec-support .container .content .title {
  font-size: 3.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.main .sec-support .container .content .txt {
  font-size: 2.4rem;
  margin-top: 1.5rem;
}
.main .sec-support .container .content .btn {
  display: flex;
  justify-content: center;
  margin-top: 7.5rem;
}

@media (max-width: 1440px) {
  .main .sec-situations .container .content .list .item__img .rz {
    height: 39vw;
    border-radius: 5.5vw;
  }
}
@media (max-width: 1024px) {
  .main .sec-situations .container .content .list {
    margin: 5rem 5rem 0;
  }
  .main .sec-situations .container .content .list .item__txt {
    padding: 6rem;
  }
}
@media (max-width: 768px) {
  .main .sec-situations .container .content .list {
    margin: 5rem 3rem 0;
    gap: 8rem;
  }
  .main .sec-situations .container .content .list .item__txt {
    padding: 3rem;
  }
  .main .sec-situations .container .content .list .item__txt .ft {
    margin-top: 1.5rem;
  }
}
.main .sec-link {
  margin: 10rem 0 13rem;
}
.main .sec-link .container {
  max-width: 135rem;
}
.main .sec-link .container .content .title {
  background: #008C32;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 3.6rem 3.6rem 0 0;
  padding: 1.2rem 5rem;
}
.main .sec-link .container .content .title p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
}
.main .sec-link .container .content .title img {
  width: 3rem;
}
.main .sec-link .container .content .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 5rem 2rem;
  margin-top: 5rem;
}
.main .sec-link .container .content .list .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.5rem;
}
.main .sec-link .container .content .list .item .img img {
  width: 43.6rem;
}
.main .sec-link .container .content .list .item .link {
  font-size: 2.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: 0.2s linear;
}
.main .sec-link .container .content .list .item .link:hover {
  border-bottom: 0.1rem solid #008C32;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .main .sec-link {
    margin: 10rem 0;
  }
  .main .sec-link .container .content .list .item {
    gap: 0;
  }
}

/*# sourceMappingURL=style.css.map */
