@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
}

header .pc_only {
  display: none;
}

@media only screen and (min-width: 961px) {
  header .pc_only {
    display: inherit;
  }
}
a:hover {
  text-decoration: none;
}

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w1280 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w1280 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w1280 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w1280 {
    padding: 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
}

header .pc_only {
  display: none;
}

@media only screen and (min-width: 961px) {
  header .pc_only {
    display: inherit;
  }
}
a:hover {
  text-decoration: none;
}

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w1280 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w1280 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w1280 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w1280 {
    padding: 0;
  }
}

body {
  background: #F4F9FC;
}

.main {
  text-align: left;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.main img {
  width: 100%;
}

.contents_title {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .contents_title {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  .contents_title {
    font-size: 3.4rem;
  }
}
.contents_title:before {
  display: none;
}

@media screen and (min-width: 769px) {
  .contents_title {
    position: relative;
  }
  .contents_title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
  }
}
.copy_box .copy_title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .copy_box .copy_title {
    font-size: calc(1.8rem + (1vw - 7.68px) * 2.3148148148);
  }
}
@media (min-width: 1200px) {
  .copy_box .copy_title {
    font-size: 2.8rem;
  }
}
.copy_box .copy {
  font-size: 1.2rem;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .copy_box .copy {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.6944444444);
  }
}
@media (min-width: 1200px) {
  .copy_box .copy {
    font-size: 1.5rem;
  }
}

.w900 {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w900 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w900 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w900 {
    padding: 0;
  }
}
@media screen and (min-width: 901px) {
  .w900 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1000px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1281px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1400px) {
  .w900 {
    padding: 0;
  }
}
@media screen and (min-width: 1580px) {
  .w900 {
    padding: 0;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#hero {
  margin: 0 auto 50px;
}

a {
  display: block;
}

.box {
  margin-bottom: 21.3333333333%;
}

@media screen and (min-width: 769px) {
  .box {
    margin-bottom: 8.3333333333%;
  }
}
.btn {
  margin-bottom: 5%;
}
.btn a, .btn button {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  max-width: 380px;
  width: 100%;
  margin: auto;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  background: #0091DA;
  border: 1px solid #0091DA;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn a, .btn button {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .btn a, .btn button {
    font-size: 1.6rem;
  }
}
.btn a span, .btn button span {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-color: #fff;
  right: 20px;
  font-size: 1.4rem;
  transition: 0.3s;
}
.btn a .v_shaped, .btn button .v_shaped {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  border-color: #fff;
  transition: 0.3s;
}
.btn a .arrow:before, .btn a .arrow:after, .btn button .arrow:before, .btn button .arrow:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  transition: 0.3s;
}
.btn a .arrow:before, .btn button .arrow:before {
  width: 25px;
  right: 14px;
  top: 70%;
  transform: translate(0, -50%);
}
.btn a .arrow:after, .btn button .arrow:after {
  width: 7px;
  right: 14px;
  top: calc(70% - 2px);
  transform: rotate(35deg) translate(0, -50%);
}
.btn a:hover, .btn button:hover {
  background: #C1AE8A;
  opacity: 1;
  border: 1px solid #C1AE8A;
}
.btn a.gl_btn, .btn button.gl_btn {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn a.gl_btn:hover, .btn button.gl_btn:hover {
  color: #C1AE8A;
  background: #fff;
}
.btn a.gl_btn:hover .v_shaped, .btn button.gl_btn:hover .v_shaped {
  border-color: #C1AE8A;
}
.btn a.gl_btn:hover .arrow:before, .btn a.gl_btn:hover .arrow:after, .btn button.gl_btn:hover .arrow:before, .btn button.gl_btn:hover .arrow:after {
  background: #C1AE8A;
}
.btn a.or_btn, .btn button.or_btn {
  background: #EB702F;
  border: 1px solid #EB702F;
}
.btn a.or_btn:hover, .btn button.or_btn:hover {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn a.gr_btn, .btn button.gr_btn {
  background: #678E38;
  border: 1px solid #678E38;
}
.btn a.gr_btn:hover, .btn button.gr_btn:hover {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn.back a, .btn.back button {
  background: #000;
  border: 1px solid #000;
}
.btn.back a:hover, .btn.back button:hover {
  color: #000;
  background: #fff;
}
.btn.back a:hover:after, .btn.back button:hover:after {
  border-color: #000;
}

.sub_title {
  color: #0091DA;
  text-align: center;
  margin-bottom: 40px;
}
.sub_title .main_txt {
  font-weight: normal;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .sub_title .main_txt {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  .sub_title .main_txt {
    font-size: 3.4rem;
  }
}
.sub_title .sab_title {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .sub_title .sab_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.5625);
  }
}
@media (min-width: 1280px) {
  .sub_title .sab_title {
    font-size: 2.4rem;
  }
}
.sub_title .sab_txt {
  text-align: justify;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 20px;
  color: #333;
}
@media (min-width: 768px) {
  .sub_title .sab_txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .sub_title .sab_txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .sub_title .main_txt {
    margin-bottom: 80px;
    position: relative;
  }
  .sub_title .main_txt:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 90px;
    height: 1px;
    margin: auto;
    background: #0091DA;
  }
  .sub_title .sab_txt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 901px) {
  .sp_only {
    display: none;
  }
}
i {
  margin-right: 5px;
}

.message_contents {
  margin-bottom: 70px;
}
.message_contents .message_contents_wrap {
  padding: 80px 0px 40px 0px;
}
.message_contents .message_contents_wrap .contents_title {
  margin-bottom: 40px;
}
.message_contents .message_contents_wrap ul li {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
.message_contents .message_contents_wrap ul li .txt_title {
  font-size: 1.6rem;
  text-align: center;
  color: #0091DA;
  background: #fff;
  padding: 5px 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .message_contents .message_contents_wrap ul li .txt_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.8518518519);
  }
}
@media (min-width: 1200px) {
  .message_contents .message_contents_wrap ul li .txt_title {
    font-size: 2.4rem;
  }
}
.message_contents .message_contents_wrap ul li .txt {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 30px 0px 40px 0px;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .message_contents .message_contents_wrap ul li .txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  .message_contents .message_contents_wrap ul li .txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .message_contents {
    margin-bottom: 120px;
  }
  .message_contents .message_contents_wrap {
    padding: 60px 0px 50px 0px;
  }
  .message_contents .message_contents_wrap .contents_title {
    margin-bottom: 12%;
  }
  .message_contents .message_contents_wrap ul li {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 100px;
  }
  .message_contents .message_contents_wrap ul li .txt {
    text-align: left;
    padding: 10px 25px;
    line-height: 2.5;
  }
}
#hero {
  background: url(./img/main.jpg) no-repeat center;
  height: 400px;
}
#hero img {
  display: none;
}

@media only screen and (max-width: 768px) {
  #hero {
    background: none;
    height: auto;
  }
  #hero img {
    width: 100%;
    display: block;
  }
}
.hero_txt {
  margin-bottom: 2em !important;
  font-size: clamp(15px, 2vw, 20px);
  text-align: center;
}

.w900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5.34%;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .w900 {
    margin: 0 auto;
    padding: 0 2%;
  }
}
@media screen and (min-width: 1000px) {
  .w900 {
    padding: 0;
  }
}
.main_txt {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  color: #0091DA;
  margin-bottom: 2.5em;
  line-height: 1.5;
  font-weight: 500;
  font-family: YuMincho, "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}
@media (min-width: 768px) {
  .main_txt {
    font-size: calc(1.8rem + (1vw - 7.68px) * 1.171875);
  }
}
@media (min-width: 1280px) {
  .main_txt {
    font-size: 2.4rem;
  }
}
.main_txt::after {
  position: absolute;
  bottom: -0.75em;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3.8em;
  height: 1px;
  background: #0091DA;
  content: "";
}

.philosophy_wrap {
  gap: 3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.philosophy_wrap .box_wrap:last-of-type .point_title {
  background: #0091DA;
  color: #E5E55C;
}
.philosophy_wrap .box_wrap .point_title {
  display: grid;
  place-content: center;
  width: 11.7em;
  aspect-ratio: 1;
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 2rem;
  color: #0091DA;
  font-size: 1.4rem;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
}
@media (min-width: 768px) {
  .philosophy_wrap .box_wrap .point_title {
    font-size: calc(1.4rem + (1vw - 7.68px) * 1.7578125);
  }
}
@media (min-width: 1280px) {
  .philosophy_wrap .box_wrap .point_title {
    font-size: 2.3rem;
  }
}
.philosophy_wrap .box_wrap .point_txt {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 0.25em;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .philosophy_wrap .box_wrap .point_txt {
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.1953125);
  }
}
@media (min-width: 1280px) {
  .philosophy_wrap .box_wrap .point_txt {
    font-size: 1.6rem;
  }
}
.philosophy_wrap .box_wrap .txt {
  font-size: 1.4rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .philosophy_wrap .box_wrap .txt {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0);
  }
}
@media (min-width: 1280px) {
  .philosophy_wrap .box_wrap .txt {
    font-size: 1.4rem;
  }
}
.philosophy_wrap .box_wrap .txt .font_size {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .philosophy_wrap .box_wrap .txt .font_size {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0);
  }
}
@media (min-width: 1280px) {
  .philosophy_wrap .box_wrap .txt .font_size {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .philosophy_wrap {
    gap: 0;
  }
  .philosophy_wrap .box_wrap {
    flex: 0 1 29%;
    width: 29%;
    max-width: 29%;
  }
  .philosophy_wrap .box_wrap .point_title {
    width: 100%;
    margin: 0 auto 3rem;
  }
  .philosophy_wrap .crossing {
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    width: 30px;
    height: 30px;
    margin-top: 100px;
    position: relative;
    top: 20%;
  }
  .philosophy_wrap .crossing:before {
    content: "";
    position: absolute;
    display: block;
    background: #707070;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: rotate(45deg) translateX(-50%);
  }
  .philosophy_wrap .crossing:after {
    content: "";
    position: absolute;
    display: block;
    background: #707070;
    width: 2px;
    height: 100%;
    right: 50%;
    top: 0;
    transform: rotate(135deg) translateX(-50%);
  }
  .philosophy_wrap .img_box {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
  }
  .philosophy_wrap .txt_box {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
  }
  .philosophy_wrap .txt_box .sab_txt {
    margin-bottom: 5%;
  }
  .philosophy_wrap .txt_box .name_box img {
    width: 40%;
    margin-left: 25px;
  }
}
#word .word__txt {
  margin: 0 auto 20px;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  #word .word__txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  #word .word__txt {
    font-size: 1.5rem;
  }
}
#word .word__name {
  margin: 0 auto;
}
#word .word__name .word__name-txt {
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  #word .word__name .word__name-txt {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  #word .word__name .word__name-txt {
    font-size: 1.4rem;
  }
}
#word .word__name .word__name-img {
  max-width: 140px;
  margin: 0 auto;
}

#bnr .bnr_wp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
#bnr .bnr_wp .bnr_btn {
  display: flex;
  flex-direction: column;
}
#bnr .bnr_wp .bnr_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-grow: 1;
  background: #FFF;
  text-align: center;
  padding: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.11em;
  color: #0091DA;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#bnr .bnr_wp .bnr_ttl::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translate(0, -50%) rotate(45deg);
  border-right: 2px solid #0091DA;
  border-top: 2px solid #0091DA;
  width: 0.5rem;
  aspect-ratio: 1;
  content: "";
}

#movie {
  margin-bottom: 0;
  padding: 30px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#movie .movie__ttl {
  position: relative;
  margin-bottom: 35px;
  padding-left: 0.75em;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #movie .movie__ttl {
    font-size: calc(1.6rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  #movie .movie__ttl {
    font-size: 1.8rem;
  }
}
#movie .movie__ttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #333;
  content: "";
}
#movie .movie__wp {
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
#movie .movie__wp:last-of-type {
  border: none;
}
#movie .movie__wp--or .movie__box .movie__box-ttl {
  color: #EB702F;
}
#movie .movie__box {
  margin-bottom: 30px;
}
#movie .movie__box .movie__box-ttl {
  margin-bottom: 20px;
  color: #0091DA;
  font-size: 1.8rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.11em;
}
@media (min-width: 768px) {
  #movie .movie__box .movie__box-ttl {
    font-size: calc(1.8rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  #movie .movie__box .movie__box-ttl {
    font-size: 2rem;
  }
}
#movie .movie__box .movie__cont-wp {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#movie .movie__box .movie__cont-wp .movie__thumb-wp {
  order: 1;
  margin-bottom: 20px;
}
#movie .movie__box .movie__cont-wp .movie__thumb-wp .movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie .movie__box .movie__cont-wp .movie__thumb-wp .movie__thumb iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#movie .movie__box .movie__cont-wp .movie__cont {
  order: 2;
}
#movie .movie__box .movie__cont-wp .movie__cont .movie__cont-txt {
  font-size: 1.3rem;
  line-height: 1.85;
}
@media (min-width: 768px) {
  #movie .movie__box .movie__cont-wp .movie__cont .movie__cont-txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  #movie .movie__box .movie__cont-wp .movie__cont .movie__cont-txt {
    font-size: 1.5rem;
  }
}
#movie .movie__box .movie__cont-wp .movie__cont .movie__cont-note {
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.85;
}
@media (min-width: 768px) {
  #movie .movie__box .movie__cont-wp .movie__cont .movie__cont-note {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.2314814815);
  }
}
@media (min-width: 1200px) {
  #movie .movie__box .movie__cont-wp .movie__cont .movie__cont-note {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  #word .word__txt {
    line-height: 2.133;
  }
  #word .word__name {
    display: grid;
    justify-content: end;
    grid-template-columns: auto auto;
    margin-left: auto;
  }
  #word .word__name .word__name-img {
    padding-top: 2rem;
  }
  #bnr .bnr_wp {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
  #bnr .bnr_wp .bnr_ttl {
    font-size: 1.4rem;
  }
  #bnr .bnr_wp .bnr_ttl::after {
    right: 1.5rem;
    border-right: 3px solid #0091DA;
    border-top: 3px solid #0091DA;
    width: 0.8rem;
  }
  #movie {
    padding: 100px 0;
  }
  #movie .movie__ttl {
    margin-bottom: 60px;
  }
  #movie .movie__wp {
    margin-bottom: 70px;
  }
  #movie .movie__wp:last-of-type {
    margin-bottom: 0;
  }
  #movie .movie__box {
    margin-bottom: 75px;
  }
  #movie .movie__box:last-of-type {
    margin-bottom: 0;
  }
  #movie .movie__box .movie__cont-wp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #movie .movie__box .movie__cont-wp .movie__cont {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    order: 1;
  }
  #movie .movie__box .movie__cont-wp .movie__cont .movie__cont-txt {
    line-height: 2;
  }
  #movie .movie__box .movie__cont-wp .movie__cont .movie__cont-note {
    width: 90%;
    padding-top: 15px;
  }
  #movie .movie__box .movie__cont-wp .movie__thumb-wp {
    flex: 0 1 45%;
    width: 45%;
    max-width: 45%;
    order: 2;
  }
}
@media screen and (min-width: 901px) {
  #word .word__txt {
    margin-bottom: 40px;
  }
  #word .word__name {
    margin: 0 0 0 auto;
  }
  #word .word__name .word__name-txt {
    margin-bottom: 20px;
    text-align: right;
  }
  #word .word__name .word__name-img {
    max-width: 200px;
    margin: 0 0 0 auto;
  }
  #bnr .bnr_wp {
    gap: 2rem;
  }
  #bnr .bnr_wp .bnr_ttl {
    font-size: 1.4rem;
  }
  #bnr .bnr_wp .bnr_ttl::after {
    right: 1.5rem;
    width: 1rem;
  }
}
@media screen and (min-width: 1281px) {
  #bnr .bnr_wp {
    gap: 3.3rem 3.125%;
  }
  #bnr .bnr_wp .bnr_ttl {
    padding: 1.4em 0;
    font-size: 1.6rem;
  }
  #bnr .bnr_wp .bnr_ttl br {
    display: none;
  }
}