@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Zen+Kaku+Gothic+Antique:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* 769～1200 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

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

ol,
ul {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b,
strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

a {
  /* color: #fff; */
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

a:visited {
  color: inherit;
}

html {
  min-height: 100vh;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}
html body {
  width: 100%;
  color: #202020;
  font-weight: 400;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
@media print, screen and (min-width:1300px) {
  html body {
    min-width: 1200px;
  }
}
@media screen and (min-width:768px) and (max-width:1299px) {
  html body {
    min-width: auto;
  }
}
@media screen and (max-width:767px) {
  html body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:367px) {
  html body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

.hover_alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  min-width: 240px;
  border: 1px solid #fff;
  background: #fff;
  height: 64px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

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

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #e9e9e9;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.2rem;
  }
}
html {
  font-size: clamp(10px, 0.9375vw, 18px);
  color: #202020;
  overflow-x: hidden;
}
@media screen and (max-width:767px) {
  html {
    font-size: 4vw;
  }
}

body {
  font-size: 1.6rem;
  font-family: "NotoSansJP-Regular", "NotoSansJP", "Noto Sans JP", Sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

header {
  position: absolute;
  top: 8rem;
  right: 0;
  z-index: 100;
  width: -moz-max-content;
  width: max-content;
  font-size: 2rem;
  padding: 1em;
}
header * {
  text-shadow: 0 0 10px #fff;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width:767px) {
  header {
    font-size: 1.25rem;
    top: 0;
    padding: 1rem;
  }
}
header .menu_btn {
  display: block;
  width: 22vw;
}
header .header__inner {
  max-width: 980px;
  margin: auto;
  position: relative;
}
header .header__inner .logo__wrap {
  width: clamp(180px, 13.0208333333vw, 250px);
  margin: 0 0 1.5em auto;
}
@media screen and (max-width:767px) {
  header .header__inner .logo__wrap {
    width: 13rem;
    margin: 0 auto 1.5em;
  }
}
header .header__inner label.menu_btn {
  width: 5rem;
}
header .header__inner .btn_menu_close__wrap {
  display: none !important;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 22vw;
  height: 22vw;
}
header .header__inner .btn_menu_close__wrap input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
header .header__inner .btn_menu_close__wrap span {
  font-size: 4rem;
  display: block;
}
header .header__inner nav {
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-left: auto;
}
header .header__inner nav * {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
header .header__inner nav ul {
  -moz-column-gap: 2em;
       column-gap: 2em;
}
header .header__inner nav ul li {
  margin-bottom: 1.25em;
  align-items: flex-end;
  text-align: right;
}
header .header__inner nav ul li a {
  font-size: 2em;
  align-items: flex-end;
  gap: 0.05em;
  font-weight: 700;
  transition: all linear 0.3s;
}
header .header__inner nav ul li a span {
  font-size: 0.35em;
  font-weight: 400;
}
header .header__inner nav ul li a:hover {
  opacity: 0.5;
}
header .header__inner .sns__wrap {
  font-size: 1em;
  margin-left: auto;
  padding-top: 0.5em;
}
header .header__inner .sns__wrap ul {
  gap: 0.25em;
  margin-top: 0.25em;
}
header .header__inner .sns__wrap ul li {
  width: 3.25em;
}
@media screen and (max-width:767px) {
  header {
    position: fixed;
  }
  header .header__inner {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.8901960784);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: all linear 0.3s;
  }
  header .header__inner:has(#btn_menu:checked) {
    opacity: 1;
    pointer-events: auto;
  }
  header .header__inner nav {
    margin-left: auto;
    margin-right: auto;
  }
  header .header__inner nav * {
    margin-left: 0;
  }
  header .header__inner nav ul li a {
    align-items: flex-start;
  }
  header .header__inner .btn_menu_close__wrap {
    display: flex !important;
  }
}
header.__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, -100%);
}
header.__fixed.is_showed {
  transform: translate(0, 0);
  transition: all linear 0.6s;
}

footer {
  background: #34b79f;
}
footer a {
  display: block;
  transition: all 0.6s linear;
}
footer a:hover {
  color: hsl(209, 100%, 79%);
}
footer * {
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
}
footer .footer__inner {
  max-width: 1920px;
  -moz-column-gap: 3em;
       column-gap: 3em;
  padding-top: 9rem;
  padding-bottom: 1rem;
  padding-right: clamp(1rem, 10.4166666667vw, 200px);
  padding-left: clamp(1rem, 8.3333333333vw, 200px);
  margin: auto;
}
@media screen and (max-width:767px) {
  footer .footer__inner {
    padding: 0;
  }
}
footer .footer__inner .to_page_top a {
  text-align: center;
  position: relative;
  height: 1.75em;
}
footer .footer__inner .to_page_top a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -15%) rotate(-45deg);
  width: 0.75em;
  height: 0.75em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
footer .footer__inner .left__wrap {
  width: 40.1875%;
}
footer .footer__inner .left__wrap .logo__wrap {
  row-gap: 1em;
  width: clamp(190px, 20.15625vw, 387px);
}
@media screen and (max-width:767px) {
  footer .footer__inner .left__wrap {
    width: 100%;
    border-top: 1px solid #fff;
  }
  footer .footer__inner .left__wrap .logo__wrap {
    width: 36.4864864865%;
    margin: 1em auto;
  }
}
footer .footer__inner .right__wrap {
  width: 59.8125%;
}
@media screen and (max-width:767px) {
  footer .footer__inner .right__wrap {
    width: 100%;
  }
}
footer .footer__inner .right__wrap ul.links__wrap {
  gap: 1em 0;
  justify-content: space-between;
}
footer .footer__inner .right__wrap ul.links__wrap li {
  min-width: 15em;
  position: relative;
  transition: all 0.3s linear;
}
footer .footer__inner .right__wrap ul.links__wrap li:hover {
  opacity: 0.5;
}
footer .footer__inner .right__wrap ul.links__wrap li a {
  font-size: 4rem;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
}
footer .footer__inner .right__wrap ul.links__wrap li a span {
  font-size: 1.1111111111rem;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  footer .footer__inner .right__wrap ul.links__wrap li a span {
    display: none;
  }
}
@media screen and (max-width:767px) {
  footer .footer__inner .right__wrap ul.links__wrap li a {
    font-size: 1.25rem;
  }
  footer .footer__inner .right__wrap ul.links__wrap li a::after {
    font-size: 1em;
    content: ">";
    display: block;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }
}
footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(1) {
  order: 1;
}
footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(2) {
  order: 4;
}
footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(3) {
  order: 3;
  min-width: 16em;
}
footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(4) {
  order: 2;
}
@media screen and (max-width:767px) {
  footer .footer__inner .right__wrap ul.links__wrap {
    gap: unset;
  }
  footer .footer__inner .right__wrap ul.links__wrap li {
    width: 50%;
    padding: 0.75em 1em;
    border-top: 1px solid #fff;
  }
  footer .footer__inner .right__wrap ul.links__wrap li * {
    color: #fff;
  }
  footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(2n) {
    border-left: 1px solid #fff;
  }
  footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(3), footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(4) {
    border-bottom: 1px solid #fff;
  }
  footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(1), footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(2), footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(3), footer .footer__inner .right__wrap ul.links__wrap li:nth-of-type(4) {
    order: unset;
    min-width: unset;
  }
  footer .footer__inner .right__wrap ul.links__wrap li a {
    font-size: 1.25rem;
  }
  footer .footer__inner .right__wrap ul.links__wrap li a span {
    display: none;
  }
  footer .footer__inner .right__wrap ul.links__wrap li a::after {
    font-size: 0.85em;
    content: ">";
    display: block;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: absolute;
    font-weight: normal2;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }
}
footer .footer__inner .right__wrap .sns__wrap {
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  left: 25rem;
}
footer .footer__inner .right__wrap .sns__wrap ul {
  margin-top: 1em;
  gap: 0.75em;
}
footer .footer__inner .right__wrap .sns__wrap ul li {
  width: 3em;
}
@media screen and (max-width:767px) {
  footer .footer__inner .right__wrap .sns__wrap {
    display: none;
  }
}
footer .copy__wrap {
  background: url(../img/common/footer_grass.png) no-repeat center bottom/cover;
}
footer .copy__wrap .copy {
  font-family: "Noto Sans JP", sans-serif !important;
  background: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 1em 0;
  margin-top: -1px;
  line-height: 2;
}
@media screen and (max-width:767px) {
  footer .copy__wrap .copy {
    font-size: 0.875rem;
  }
}

#shadow-host-companion {
  display: none;
}

.c-mv {
  background: no-repeat center/cover #000;
}
.c-mv .c-mv__inner {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__inner {
    height: 19.53125vw;
  }
}
.c-mv .c-mv__breadcrumb {
  padding: 30px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb {
    padding: 0;
  }
}
.c-mv .c-mv__breadcrumb:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -99vw;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb:before {
    height: 5.2083333333vw;
    top: -5.1953125vw;
    left: -7.8125vw;
  }
}
.c-mv .c-mv__breadcrumb li {
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb li {
    display: none !important;
  }
}
.c-mv .c-mv__breadcrumb li + li {
  margin-left: 40px;
}
.c-mv .c-mv__breadcrumb li + li:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -32px;
}
.c-mv .c-mv__breadcrumb li a {
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .c-mv .c-mv__breadcrumb li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.2s ease;
  }
  .c-mv .c-mv__breadcrumb li a:hover:after {
    width: 100%;
  }
}

.c-mv-02 {
  background: no-repeat center/cover #000;
}
.c-mv-02 .c-mv__inner {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv-02 .c-mv__inner {
    height: 19.53125vw;
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager .c-pager__arrow a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__arrow a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.c-pager .c-pager__arrow a svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__arrow a svg {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__arrow a:hover {
    background: #fff;
  }
  .c-pager .c-pager__arrow a:hover svg {
    stroke: #fff;
  }
}
.c-pager .c-pager__arrow.prev {
  transform: rotate(180deg);
}
.c-pager .c-pager__list {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__list {
    padding: 0 20px;
  }
}
.c-pager .c-pager__list li a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__list li a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    font-size: 2.6041666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__list li a:hover {
    background: #fff;
    color: #Fff;
  }
}
.c-pager .c-pager__list li.is-active a {
  background: #fff;
  color: #Fff;
  pointer-events: none;
}
.c-pager .c-pager__list li.dot {
  width: 30px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  margin: 0 5px;
}
.c-pager .c-pager__list li.dot:before, .c-pager .c-pager__list li.dot:after {
  content: "・";
}

.c-tab-01 .c-tab-list {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
.c-tab-01 .c-tab-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background: #fff;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .c-tab-01 .c-tab-list li {
    word-break: keep-all;
    padding: 0 15px;
  }
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list li {
    font-size: 1.8229166667vw;
    height: 8.3333333333vw;
    word-break: keep-all;
    padding: 0 1.953125vw;
  }
}
.c-tab-01 .c-tab-list li + li {
  border-left: solid 1px #fff;
}
.c-tab-01 .c-tab-list li.is-active {
  height: 80px;
  background: #F4FAFF;
  color: #fff;
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list li.is-active {
    height: 10.4166666667vw;
  }
}
.c-tab-01 .c-tab-content {
  background: #F4FAFF;
  padding: 40px;
  display: none;
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-content {
    padding: 3.90625vw 2.6041666667vw;
  }
}
.c-tab-01 .c-tab-content.is-show {
  display: block;
}

.c-ttl-01 {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width:767px) {
  .c-ttl-01 {
    padding-bottom: 3.2552083333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.c-ttl-01:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .c-ttl-01:after {
    width: 6.25vw;
  }
}
.c-ttl-01 span {
  display: block;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .c-ttl-01 span {
    font-size: 2.0833333333vw;
  }
}
.c-ttl-01 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 8rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width:767px) {
  .c-ttl-01 b {
    font-size: 4.6875vw;
    padding-top: 1.953125vw;
  }
}

.c-ttl-02 {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width:767px) {
  .c-ttl-02 {
    padding-bottom: 3.2552083333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.c-ttl-02:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .c-ttl-02:after {
    width: 6.25vw;
  }
}
.c-ttl-02 span {
  display: block;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .c-ttl-02 span {
    font-size: 2.0833333333vw;
  }
}
.c-ttl-02 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width:767px) {
  .c-ttl-02 b {
    font-size: 4.6875vw;
    padding-top: 1.953125vw;
  }
}

.c-ttl-03 {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .c-ttl-03 {
    font-size: 3.90625vw;
    margin-bottom: 5.2083333333vw;
    line-height: 1.5;
  }
}

.c-ttl-04 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  padding-left: 16px;
  border-left: solid 2px #fff;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .c-ttl-04 {
    font-size: 2.8645833333vw;
    padding-left: 1.953125vw;
    margin-bottom: 3.90625vw;
  }
}

.c-ttl-05 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  display: inline-flex;
  align-items: center;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width:767px) {
  .c-ttl-05 {
    padding-bottom: 1.3020833333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.c-ttl-05 span {
  display: block;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .c-ttl-05 span {
    font-size: 1.5625vw;
  }
}
.c-ttl-05 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  padding-left: 15px;
}
@media screen and (max-width:767px) {
  .c-ttl-05 b {
    font-size: 2.34375vw;
    padding-left: 1.953125vw;
  }
}

.page-ttl__wrap .page-ttl {
  font-size: 3.2307692308vw;
}
@media screen and (max-width:767px) {
  .page-ttl__wrap .page-ttl {
    font-size: 5.9782608696vw;
    letter-spacing: 0.1em;
  }
}

.sec-ttl__wrap .sec-ttl {
  position: relative;
}
.sec-ttl__wrap .sec-ttl::after {
  position: absolute;
  bottom: 25%;
  right: 0;
  left: 0;
  margin: auto;
  width: 15%;
  height: 3px;
  background: linear-gradient(to right, transparent 0%, #d9b64d 40%, #d9b64d 60%, transparent 100%);
}
@media screen and (max-width:767px) {
  .sec-ttl__wrap .sec-ttl::after {
    top: unset;
    bottom: 15%;
  }
}
.sec-ttl__wrap .sec-ttl-sub {
  opacity: 0.03;
  left: 0;
  bottom: -25%;
  font-size: clamp(90px, 15vw, 195px);
}
@media screen and (max-width:767px) {
  .sec-ttl__wrap .sec-ttl-sub {
    bottom: 10%;
    font-size: 16.3043478261vw;
  }
}

.box-ttl__wrap .block-ttl > span {
  position: absolute;
  opacity: 0.05;
  bottom: 0;
  right: 0;
  color: rgba(255, 228, 0, 0.1803921569) !important;
}

.c-accordion-01 > dt {
  text-align: center;
  padding: 30px;
  background: #fff;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dt {
    padding: 1.953125vw;
    font-size: 2.34375vw;
  }
}
.c-accordion-01 > dt:before, .c-accordion-01 > dt:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transition: 0.2s ease;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dt:before, .c-accordion-01 > dt:after {
    right: 2.0833333333vw;
    width: 1.5625vw;
  }
}
.c-accordion-01 > dt:after {
  transform: rotate(90deg);
}
.c-accordion-01 > dt.is-active:after {
  transform: rotate(180deg);
}
.c-accordion-01 > dd {
  background: #F4FAFF;
  padding: 40px;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dd {
    padding: 3.90625vw 2.6041666667vw;
  }
}
.c-accordion-01 > dt:not(.is-active) + dd {
  display: none;
}

@media screen and (max-width:767px) {
  .c-table-01 {
    overflow-x: auto;
  }
}
.c-table-01 table {
  width: 100%;
  border: solid 1px #DEE2E8;
}
@media screen and (max-width:767px) {
  .c-table-01 table {
    min-width: 100%;
    width: auto;
  }
}
.c-table-01 table tr + tr {
  border-top: solid 1px #DEE2E8;
}
.c-table-01 table tr th {
  background: #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}
.c-table-01 table tr th + th {
  border-left: solid 1px #DEE2E8;
}
.c-table-01 table tr td {
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  padding: 20px;
}
.c-table-01 table tr td + td {
  border-left: solid 1px #DEE2E8;
}
.c-table-01 table tr .head {
  background: #F4FAFF;
  color: #fff;
  vertical-align: middle;
}
.c-table-01 table tr .fixed-x {
  position: sticky;
  left: 0;
  z-index: 5;
}
.c-table-01 table tr .img {
  padding: 0;
}
.c-table-01 table tr .list-dot {
  text-align: left;
}
.c-table-01 table tr .list-dot li {
  padding-left: 10px;
  position: relative;
}
.c-table-01 table tr .list-dot li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
.c-table-01 table tr .list-dot li + li {
  margin-top: 10px;
}

a.cta_btn {
  width: -moz-max-content;
  width: max-content;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #002071;
  border: solid 1px #002071;
  border-radius: 3em;
  padding: 0.8em 3em;
  margin: auto;
  font-size: clamp(18px, 4vw, 24px);
  transition: all 0.8s ease-in-out;
}
a.cta_btn img {
  width: clamp(18px, 4vw, 24px);
  margin-left: 0.5em;
}
a.cta_btn:hover {
  color: #002071;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

section {
  margin-inline: auto;
}
section .sec__inner {
  margin-inline: auto;
}
section .sec__inner .sec_ttl__wrap {
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width:767px) {
  section .sec__inner .sec_ttl__wrap {
    margin-left: 0;
  }
}
section .sec__inner .sec_ttl__wrap .en {
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.1em;
  font-size: 6.6666666667rem;
  font-weight: 600;
  letter-spacing: -0.0125em;
  font-family: "Impact", "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width:767px) {
  section .sec__inner .sec_ttl__wrap .en {
    font-size: 3.25rem;
  }
}
section .sec__inner .sec_ttl__wrap .jp {
  letter-spacing: 0.1em;
  font-size: 2.2222222222rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width:767px) {
  section .sec__inner .sec_ttl__wrap .jp {
    font-size: 1rem;
  }
}

.over_ray_content {
  position: relative;
  z-index: 1;
  background: transparent;
}

html body:has(.__single) .fv.__pages,
html body:has(.contact) .fv.__pages {
  height: 26.6666666667rem;
}

section .news_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
section.fv {
  width: 100vw;
}
section.fv .sec__inner {
  max-width: 100vw;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
@media screen and (max-width:767px) {
  section.fv .sec__inner {
    height: auto;
  }
}
section.fv .fv_logo__wrap {
  position: absolute;
  left: 2.5rem;
  top: 3.5rem;
  width: 26.5%;
  z-index: 2;
}
@media screen and (max-width:767px) {
  section.fv .fv_logo__wrap {
    width: 36.5vw;
    top: unset;
    bottom: 1.7rem;
    left: 8vw;
  }
}
section.fv .fvSwiper {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width:767px) {
  section.fv .fvSwiper {
    height: auto;
  }
}
section.fv .fvSwiper .fv_txt {
  color: #fff;
  top: calc(50% + 3em);
}
section.fv .fvSwiper .fv_txt .en {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  outline: 3px #fff;
  font-size: 2.5rem;
  font-weight: 600;
}
section.fv .fvSwiper .fv_txt .jp {
  letter-spacing: 0.25em;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  margin-top: 32px;
  font-size: 1rem;
  font-weight: 500;
}
section.fv.__pages {
  max-width: 100%;
  background: #d9eff8;
  height: 43.5rem;
}
@media screen and (max-width:767px) {
  section.fv.__pages {
    height: 9.8125rem !important;
  }
}
section.fv.__pages .sec__inner {
  max-width: 100%;
}
section.fv.__pages .sec__inner .sec_ttl__wrap {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  section.fv.__pages .sec__inner .sec_ttl__wrap {
    margin-bottom: 0;
  }
}
section.fv.__pages .sec__inner .sec_ttl__wrap .en {
  font-size: 8rem;
}
@media screen and (max-width:767px) {
  section.fv.__pages .sec__inner .sec_ttl__wrap .en {
    font-size: 2.8125rem;
  }
}
section.fv.__pages .sec__inner .sec_ttl__wrap .jp {
  text-align: center;
  font-size: 2.3333333333rem;
}
@media screen and (max-width:767px) {
  section.fv.__pages .sec__inner .sec_ttl__wrap .jp {
    font-size: 1rem;
  }
}
section.banner_slider_under_fv {
  max-width: unset;
}
section.banner_slider_under_fv .sec__inner {
  max-width: unset;
  overflow: hidden;
}
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper {
  height: -moz-max-content;
  height: max-content;
  padding-top: 6.3333333333rem;
  padding-bottom: 4rem;
  margin-inline: -15%;
  overflow: visible;
  translate: -3%;
}
@media screen and (max-width:767px) {
  section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper {
    padding-top: 2.75rem;
    padding-bottom: 2.125rem;
    margin: 0;
    translate: 0;
  }
}
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper ul li {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 40px) / 4) !important;
}
@media screen and (max-width:767px) {
  section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper ul li {
    width: calc((100% - 20px) / 1.5) !important;
  }
}
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-next,
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-prev {
  display: none;
  top: unset;
  right: 3rem;
  bottom: 1.75rem;
  translate: 0 50%;
  width: 1.5155rem;
  height: 1.75rem;
}
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-next::after,
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-prev::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4117647059);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width:767px) {
  section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-next,
  section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-prev {
    display: block !important;
    width: 1.5155rem;
    height: 1.75rem;
    top: 50%;
    right: 1.5625rem !important;
    bottom: unset;
  }
  section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-next::after,
  section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-prev::after {
    display: block;
  }
}
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-prev {
  right: auto !important;
  left: 1.5625rem !important;
}
@media screen and (max-width:767px) {
  section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-prev {
    right: auto !important;
    left: 1.5625rem !important;
  }
}
section.banner_slider_under_fv .sec__inner .swiper.bannerUnderFvSwiper .swiper-button-prev::after {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
section.news, section.charactors {
  background: url(../img/pages/top/sec_02_news_bg_pc.png) no-repeat center center/cover;
}
section.news .sec__inner, section.charactors .sec__inner {
  padding-inline: 1em;
}
section.news .sec_ttl__wrap, section.charactors .sec_ttl__wrap {
  text-align: center;
}
section.news ul.news__wrap, section.charactors ul.news__wrap {
  max-width: 60rem;
  padding-top: 3.4444444444rem;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  section.news ul.news__wrap, section.charactors ul.news__wrap {
    padding-top: 1rem;
  }
}
section.news ul.news__wrap *, section.charactors ul.news__wrap * {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif !important;
}
section.news ul.news__wrap li, section.charactors ul.news__wrap li {
  width: 100%;
  border-bottom: solid 1px rgba(8, 98, 0, 0.3960784314);
  padding-bottom: 2em;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width:767px) {
  section.news ul.news__wrap li, section.charactors ul.news__wrap li {
    padding-bottom: 1em;
  }
}
section.news ul.news__wrap li .date_published, section.charactors ul.news__wrap li .date_published {
  font-size: 1.75rem;
}
@media screen and (max-width:767px) {
  section.news ul.news__wrap li .date_published, section.charactors ul.news__wrap li .date_published {
    font-size: 1rem;
  }
}
section.news ul.news__wrap li .cat, section.charactors ul.news__wrap li .cat {
  background: #0a5400;
  color: #fff;
  padding: 0.25em 0.75em;
  margin-left: 0.5em;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.25rem;
}
@media screen and (max-width:767px) {
  section.news ul.news__wrap li .cat, section.charactors ul.news__wrap li .cat {
    font-size: 0.85rem;
  }
}
section.news ul.news__wrap li .news_ttl, section.charactors ul.news__wrap li .news_ttl {
  font-size: 1.75rem;
  padding-top: 0.25em;
  padding-left: 1em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  section.news ul.news__wrap li .news_ttl, section.charactors ul.news__wrap li .news_ttl {
    padding-left: 0;
    font-size: 1.15rem;
  }
}
section.news ul.news__wrap li + li, section.charactors ul.news__wrap li + li {
  padding-top: 4em;
}
@media screen and (max-width:767px) {
  section.news ul.news__wrap li + li, section.charactors ul.news__wrap li + li {
    padding-top: 1em;
  }
}
section.news ul.news__wrap li a, section.charactors ul.news__wrap li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
section.news ul.news__wrap li:hover, section.charactors ul.news__wrap li:hover {
  opacity: 0.5;
}
section.news .view_more, section.charactors .view_more {
  font-size: 2rem;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 0.5em 2em;
  margin: 3em auto 1em;
  background: #34b79f;
  color: #fff;
  position: relative;
}
@media screen and (max-width:767px) {
  section.news .view_more, section.charactors .view_more {
    font-size: 1rem;
    margin: 3em auto 1.5em;
  }
}
section.news .view_more span, section.charactors .view_more span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.25em;
}
section.news .view_more::before, section.news .view_more::after, section.charactors .view_more::before, section.charactors .view_more::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.75em;
  height: 100%;
  background-color: #34b79f;
}
section.news .view_more::before, section.charactors .view_more::before {
  left: 1px;
  transform: translateX(-100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
section.news .view_more::after, section.charactors .view_more::after {
  right: 1px;
  transform: translateX(100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
          clip-path: polygon(100% 0, 0% 100%, 0 0);
}
section.news.__pages, section.charactors.__pages {
  max-width: 100%;
  padding-block: 17.5rem 12.5rem;
}
@media screen and (max-width:767px) {
  section.news.__pages, section.charactors.__pages {
    padding-block: 4rem;
  }
}
section.news.__pages .sec__inner, section.charactors.__pages .sec__inner {
  max-width: 1920px;
  padding-inline: clamp(100px, 11.8229166667vw, 227px);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  section.news.__pages .sec__inner, section.charactors.__pages .sec__inner {
    padding-inline: 1em;
  }
}
section.news.__pages .sec__inner ul, section.charactors.__pages .sec__inner ul {
  width: 100%;
  justify-content: space-between;
  row-gap: 4rem;
}
section.news.__pages .sec__inner ul li, section.charactors.__pages .sec__inner ul li {
  border-bottom: solid 1px rgba(8, 98, 0, 0.3960784314);
  width: 28.9267015707%;
  transition: opacity 0.3s ease;
}
section.news.__pages .sec__inner ul li img, section.charactors.__pages .sec__inner ul li img {
  margin-bottom: 1.5rem;
}
section.news.__pages .sec__inner ul li > .f_yc, section.charactors.__pages .sec__inner ul li > .f_yc {
  justify-content: space-between;
}
section.news.__pages .sec__inner ul li .news_ttl, section.charactors.__pages .sec__inner ul li .news_ttl {
  font-size: 1.75rem;
  padding-left: 0;
}
section.news.__pages .sec__inner ul li a, section.charactors.__pages .sec__inner ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
section.news.__pages .sec__inner ul li:hover, section.charactors.__pages .sec__inner ul li:hover {
  opacity: 0.75;
}
section.news.__pages .sec__inner ul li + li, section.charactors.__pages .sec__inner ul li + li {
  padding-top: 0;
}
@media screen and (max-width:767px) {
  section.news.__pages .sec__inner ul, section.charactors.__pages .sec__inner ul {
    width: 100%;
    justify-content: space-between;
    gap: 2em 0;
    padding: 0;
  }
  section.news.__pages .sec__inner ul li, section.charactors.__pages .sec__inner ul li {
    width: 48%;
  }
  section.news.__pages .sec__inner ul li .news_ttl, section.charactors.__pages .sec__inner ul li .news_ttl {
    font-size: 1.15rem;
  }
}
section.news.__pages .pagenation__wrap, section.charactors.__pages .pagenation__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: -moz-max-content;
  width: max-content;
  margin: 4rem auto;
}
@media screen and (max-width:767px) {
  section.news.__pages .pagenation__wrap, section.charactors.__pages .pagenation__wrap {
    margin: 4rem auto 0;
  }
}
section.news.__pages .pagenation__wrap .pagenation__list, section.charactors.__pages .pagenation__wrap .pagenation__list {
  gap: 1.5rem;
}
@media screen and (max-width:767px) {
  section.news.__pages .pagenation__wrap .pagenation__list, section.charactors.__pages .pagenation__wrap .pagenation__list {
    gap: 0.5rem;
  }
}
section.news.__pages .pagenation__wrap .pagenation__list li, section.charactors.__pages .pagenation__wrap .pagenation__list li {
  width: -moz-max-content;
  width: max-content;
  border-bottom: none !important;
}
section.news.__pages .pagenation__wrap .pagenation__list li > *, section.charactors.__pages .pagenation__wrap .pagenation__list li > * {
  font-family: "Noto Sans JP", sans-serif !important;
  position: unset !important;
  background: #fff;
  color: #4dab5b;
  border: solid 1px #d0e9df;
  font-size: 2.25rem;
  font-weight: 600;
  width: 4.65rem !important;
  height: 5.5rem !important;
  transition: all 0.3s ease;
}
@media screen and (max-width:767px) {
  section.news.__pages .pagenation__wrap .pagenation__list li > *, section.charactors.__pages .pagenation__wrap .pagenation__list li > * {
    font-size: 1.25rem;
    width: 2.5rem !important;
    height: 3.5rem !important;
  }
}
section.news.__pages .pagenation__wrap .pagenation__list li > *.current, section.charactors.__pages .pagenation__wrap .pagenation__list li > *.current {
  pointer-events: none;
  background: #d0e9df;
  border: solid 1px #d0e9df;
}
section.news.__pages .pagenation__wrap .pagenation__list li > *:hover, section.charactors.__pages .pagenation__wrap .pagenation__list li > *:hover {
  background: #4dab5b;
  color: #fff;
  border: solid 1px #4dab5b;
}
section.news.__pages .pagenation__wrap .pagenation__list li span, section.charactors.__pages .pagenation__wrap .pagenation__list li span {
  border: solid 1px transparent !important;
}
section.news.__pages .pagenation__wrap .pagenation__list li:first-child a, section.news.__pages .pagenation__wrap .pagenation__list li:last-child a, section.charactors.__pages .pagenation__wrap .pagenation__list li:first-child a, section.charactors.__pages .pagenation__wrap .pagenation__list li:last-child a {
  font-size: 2rem;
  width: 7rem !important;
}
@media screen and (max-width:767px) {
  section.news.__pages .pagenation__wrap .pagenation__list li:first-child a, section.news.__pages .pagenation__wrap .pagenation__list li:last-child a, section.charactors.__pages .pagenation__wrap .pagenation__list li:first-child a, section.charactors.__pages .pagenation__wrap .pagenation__list li:last-child a {
    font-size: 1rem;
    width: 4rem !important;
  }
}
section.news.__single, section.charactors.__single {
  padding-block: 0 15.9444444444rem;
  background: #d9eff8;
}
@media screen and (max-width:767px) {
  section.news.__single, section.charactors.__single {
    background: #fff;
    padding-block: 0 3.5625rem;
  }
}
section.news.__single .sec__inner, section.charactors.__single .sec__inner {
  max-width: 1920px;
  padding-inline: clamp(1.5em, 16.9270833333vw, 325px);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  section.news.__single .sec__inner, section.charactors.__single .sec__inner {
    padding-inline: 0;
  }
}
section.news.__single .sec__inner .article__wrap article, section.charactors.__single .sec__inner .article__wrap article {
  font-size: 1rem;
  padding-block: clamp(1.25em, 5.7291666667vw, 110px);
  padding-inline: clamp(1.5em, 6.6145833333vw, 127px);
  background: #fff;
}
@media screen and (max-width:767px) {
  section.news.__single .sec__inner .article__wrap article, section.charactors.__single .sec__inner .article__wrap article {
    width: 100%;
    padding-block: 2.125rem 3.5rem;
    padding-inline: 2.125rem;
  }
}
section.news.__single .sec__inner .article__wrap article h1.news_ttl, section.charactors.__single .sec__inner .article__wrap article h1.news_ttl {
  font-size: 1.8888888889rem;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
@media screen and (max-width:767px) {
  section.news.__single .sec__inner .article__wrap article h1.news_ttl, section.charactors.__single .sec__inner .article__wrap article h1.news_ttl {
    font-size: 1.1111111111rem;
    margin-bottom: 0.625rem;
  }
}
section.news.__single .sec__inner .article__wrap article img.wp-post-image, section.charactors.__single .sec__inner .article__wrap article img.wp-post-image {
  margin-bottom: 2.5rem;
}
@media screen and (max-width:767px) {
  section.news.__single .sec__inner .article__wrap article img.wp-post-image, section.charactors.__single .sec__inner .article__wrap article img.wp-post-image {
    margin-bottom: 0.8125rem;
  }
}
section.news.__single .sec__inner .article__wrap article .f_yc, section.charactors.__single .sec__inner .article__wrap article .f_yc {
  margin-bottom: 0.25em;
  position: relative;
}
section.news.__single .sec__inner .article__wrap article .f_yc .date_published, section.charactors.__single .sec__inner .article__wrap article .f_yc .date_published {
  font-size: 1.5555555556rem;
}
@media screen and (max-width:767px) {
  section.news.__single .sec__inner .article__wrap article .f_yc .date_published, section.charactors.__single .sec__inner .article__wrap article .f_yc .date_published {
    font-size: 1rem;
    position: absolute;
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
section.news.__single .sec__inner .article__wrap article .f_yc .cat, section.charactors.__single .sec__inner .article__wrap article .f_yc .cat {
  background: #0a5400;
  color: #fff;
  margin: 0 0 0 1em;
  width: 6.2222222222rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
@media screen and (max-width:767px) {
  section.news.__single .sec__inner .article__wrap article .f_yc .cat, section.charactors.__single .sec__inner .article__wrap article .f_yc .cat {
    width: -moz-max-content;
    width: max-content;
    height: 1.3125rem;
    padding: 0.25em 0.75em;
    margin: 0;
  }
}
section.news.__single .sec__inner .article__wrap article .news_img, section.charactors.__single .sec__inner .article__wrap article .news_img {
  margin-bottom: 0.5em;
}
section.news.__single .sec__inner .article__wrap article .news_content, section.charactors.__single .sec__inner .article__wrap article .news_content {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  section.news.__single .sec__inner .article__wrap article .news_content, section.charactors.__single .sec__inner .article__wrap article .news_content {
    font-size: 1rem;
  }
}
section.news.__single .sec__inner .article__wrap article .news_content *, section.charactors.__single .sec__inner .article__wrap article .news_content * {
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.75em;
}
section.news.__single .pagenation__wrap, section.charactors.__single .pagenation__wrap {
  width: 100%;
  max-width: 40rem;
  margin-top: 11.6666666667rem;
  margin-inline: auto;
  gap: 2.3333333333rem;
}
section.news.__single .pagenation__wrap .next_post a,
section.news.__single .pagenation__wrap .prev_post a, section.charactors.__single .pagenation__wrap .next_post a,
section.charactors.__single .pagenation__wrap .prev_post a {
  font-size: 2.2222222222rem;
  width: 18.6111111111rem;
  height: 5.5555555556rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4eb068;
  background-color: #d9eff8;
  border: solid 0.275rem #4eb068;
  transition: all 0.3s ease;
}
section.news.__single .pagenation__wrap .next_post a:hover,
section.news.__single .pagenation__wrap .prev_post a:hover, section.charactors.__single .pagenation__wrap .next_post a:hover,
section.charactors.__single .pagenation__wrap .prev_post a:hover {
  background-color: #4eb068;
  color: #fff;
}
@media screen and (max-width:767px) {
  section.news.__single .pagenation__wrap, section.charactors.__single .pagenation__wrap {
    margin-top: 1.6875rem;
    justify-content: space-between !important;
    padding-inline: 2.125rem;
    margin-top: 0;
  }
  section.news.__single .pagenation__wrap .next_post a,
  section.news.__single .pagenation__wrap .prev_post a, section.charactors.__single .pagenation__wrap .next_post a,
  section.charactors.__single .pagenation__wrap .prev_post a {
    font-size: 1.125rem;
    width: 9.3125rem;
    height: 3rem;
    font-weight: 600;
    color: #4eb068;
    border: solid 0.275rem #d9eff8;
  }
}
section article {
  font-size: 1rem;
}
section article h1 {
  font-size: 1.125rem;
  font-weight: 700;
}
section article h2 {
  font-size: 1.0625rem;
  font-weight: 700;
}
section article h3 {
  font-size: 1rem;
  font-weight: 700;
}
section article strong {
  font-weight: 900 !important;
}
section article img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1em;
}
section.charactors {
  padding-block: 7rem 7.5rem;
  max-width: unset;
}
@media screen and (max-width:767px) {
  section.charactors {
    padding-block: 1.5rem 2.25rem;
    margin-top: 0;
  }
}
section.charactors .sec__inner {
  max-width: 1920px;
  padding-inline: clamp(1.5rem, 12.1875vw, 227px);
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  section.charactors .sec__inner {
    padding-inline: 1.5rem;
  }
}
section.charactors .sec__inner .charactors__wrap {
  width: 100%;
}
section.charactors .sec__inner .charactors__wrap.more_charactors {
  display: none;
}
section.charactors .sec__inner .charactors__wrap.more_charactors.visible {
  display: flex;
}
section.charactors .sec__inner .charactors__wrap li {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 3.5rem;
}
section.charactors .sec__inner .charactors__wrap li .upper__wrap {
  gap: 2rem;
}
section.charactors .sec__inner .charactors__wrap li .upper__wrap .charactor_img__wrap {
  width: 43.8481675393%;
}
section.charactors .sec__inner .charactors__wrap li .upper__wrap .charactor_name__wrap {
  width: 31.8062827225%;
  padding: 1.5rem;
  font-weight: bold;
}
section.charactors .sec__inner .charactors__wrap li .upper__wrap .charactor_name__wrap .charactor_label {
  font-size: 2rem;
}
section.charactors .sec__inner .charactors__wrap li .upper__wrap .charactor_name__wrap .charactor_name {
  font-size: 2.5rem;
  line-height: 2;
}
section.charactors .sec__inner .charactors__wrap li .charactor_dsc {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
section.charactors .sec__inner .charactors__wrap li .charactor_dsc.__second {
  margin-top: 1em;
}
@media screen and (max-width:767px) {
  section.charactors .sec__inner .charactors__wrap li .charactor_dsc.__second {
    margin-top: 0.25em;
  }
}
@media screen and (max-width:767px) {
  section.charactors .sec__inner .charactors__wrap li {
    width: 100%;
    margin-bottom: 2em;
  }
  section.charactors .sec__inner .charactors__wrap li .upper__wrap {
    gap: 0.5rem;
  }
  section.charactors .sec__inner .charactors__wrap li .upper__wrap .charactor_img__wrap {
    width: 50%;
  }
  section.charactors .sec__inner .charactors__wrap li .upper__wrap .charactor_name__wrap {
    width: 50%;
    padding: 0 0.5em;
  }
  section.charactors .sec__inner .charactors__wrap li .upper__wrap .charactor_name__wrap .charactor_label {
    font-size: 1rem;
  }
  section.charactors .sec__inner .charactors__wrap li .upper__wrap .charactor_name__wrap .charactor_name {
    font-size: 1.375rem;
    line-height: 1.25;
  }
  section.charactors .sec__inner .charactors__wrap li .charactor_dsc {
    font-size: 1rem;
  }
}
section.charactors .view_more {
  font-size: 2rem;
  padding: 0.5em 1em;
  margin: 13rem auto 0;
}
@media screen and (max-width:767px) {
  section.charactors .view_more {
    font-size: 1rem;
    margin: 0 auto;
  }
}
section.introduction {
  max-width: unset;
  margin-block: 4em;
}
@media screen and (max-width:767px) {
  section.introduction {
    margin-block: 0 1em;
  }
}
section.introduction .sec__inner {
  max-width: unset;
}
section.introduction .sec_ttl__wrap {
  margin-inline: auto;
  padding-block: 0.25em 1.25em;
}
section.introduction .sec_ttl__wrap * {
  color: #fff;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}
section.introduction .sec_ttl__wrap p {
  max-width: unset !important;
}
section.introduction .sec_main_cnt p.dsc {
  font-size: 2.6666666667rem;
  max-width: 27em;
  margin-inline: auto;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 0.25em #000090, 0 0 0.25em #000090, 0 0 0.25em #000090, 0 0 0.25em #000090, 0 0 0.25em #000090;
  font-weight: 500;
}
section.introduction .sec_main_cnt p.dsc + .dsc {
  padding-top: 1.5em;
}
@media screen and (max-width:767px) {
  section.introduction .sec_main_cnt p.dsc {
    font-size: 1.125rem;
  }
}
section.introduction .sec_main_cnt .cnt_upper {
  padding-inline: 1em;
  padding-block: 6.6666666667rem 37.7777777778rem;
  background: url(../img/pages/top/sec_03_introduction_bg_pc.png) no-repeat center top/cover;
}
@media screen and (max-width:767px) {
  section.introduction .sec_main_cnt .cnt_upper {
    background-image: url(../img/pages/top/sec_03_introduction_bg_sp.png);
    padding-top: 0.5rem;
    padding-bottom: 11.5em;
  }
  section.introduction .sec_main_cnt .cnt_upper .sec_ttl__wrap {
    margin-inline: 0 auto;
    padding-bottom: 2rem;
  }
  section.introduction .sec_main_cnt .cnt_upper .img__wrap {
    padding-top: 0.5em;
  }
  section.introduction .sec_main_cnt .cnt_upper .img__wrap > img {
    width: 60%;
  }
  section.introduction .sec_main_cnt .cnt_upper .img__wrap picture {
    width: 35%;
    height: auto;
  }
}
section.introduction .sec_main_cnt .cnt_lower {
  width: -moz-max-content;
  width: max-content;
  padding: 0 1em;
  margin-inline: auto;
  margin-top: -3.5rem;
}
section.introduction .sec_main_cnt .cnt_lower p {
  line-height: 1.5;
  margin-inline: auto;
}
section.introduction .sec_main_cnt .cnt_lower p.lg {
  font-size: 3.3333333333rem;
  font-weight: bold;
  margin-bottom: 0.75em;
  text-align: center;
}
section.introduction .sec_main_cnt .cnt_lower p:not(.lg) {
  font-size: 2.2222222222rem;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width:767px) {
  section.introduction .sec_main_cnt .cnt_lower {
    width: 100%;
    padding: 1em 0 0;
    margin-top: -2.5rem;
  }
  section.introduction .sec_main_cnt .cnt_lower p {
    width: 100% !important;
  }
  section.introduction .sec_main_cnt .cnt_lower p.lg {
    font-size: 1.4rem;
    padding: 0 0 0.25em;
    margin: 0 auto 0.25em;
    width: 100% !important;
  }
  section.introduction .sec_main_cnt .cnt_lower p:not(.lg) {
    font-size: 1rem;
    font-weight: 500;
    padding-inline: 0.5em;
    width: 21.9em !important;
    text-align: justify;
  }
}
section.introduction .sec_main_cnt p {
  font-weight: 700;
}
section.introduction .language {
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 2em;
}
section.introduction .language img {
  width: clamp(120px, 15.625vw, 200px);
  aspect-ratio: 1/1;
}
section.introduction .language .txt__wrap {
  width: 25%;
  width: -moz-max-content;
  width: max-content;
  row-gap: 2em;
}
@media screen and (max-width:767px) {
  section.introduction .language .txt__wrap {
    width: 80%;
    height: 10em;
  }
}
section.introduction .language .txt__wrap h3 {
  margin-bottom: 2rem;
  font-size: 1.2em;
}
section.introduction .language .txt__wrap h4 {
  text-align: center;
  line-height: 1.6;
}
section.introduction .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
section.introduction .swiper-scrollbar {
  display: none;
}
section.sns {
  padding-bottom: 2rem;
}
section.sns .sec_ttl__wrap {
  margin-inline: auto;
}
section.sns .sec_main_cnt .sns__wrap {
  gap: 0.75em;
}
section.sns .sec_main_cnt .sns__wrap li {
  width: 3rem;
}
section.contact {
  font-size: 1rem;
  padding-bottom: 14.6666666667rem;
  max-width: unset;
  background: linear-gradient(to bottom, #d9eff8 65%, transparent 65.1%);
}
@media screen and (max-width:767px) {
  section.contact {
    background: unset;
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }
}
section.contact * {
  font-family: "Noto Sans JP", sans-serif !important;
}
section.contact .sec__inner {
  padding-inline: 1.5em;
}
section.contact .contact_dsc {
  font-size: 1.8888888889rem;
  max-width: clamp(100px, 40.1041666667vw, 770px);
  line-height: 1.5;
  padding-bottom: 7.4444444444rem;
  margin: auto;
}
@media screen and (max-width:767px) {
  section.contact .contact_dsc {
    font-size: 1.125rem;
    font-weight: 500;
    max-width: 78vw;
    padding-bottom: 1em;
    text-align: justify;
    line-height: 1.4;
  }
}
section.contact .cta {
  font-size: 2.3333333333rem;
  padding: 1.125em 2em;
  background: #fdf001;
  color: #000;
  position: relative;
  font-weight: bold;
  width: 100%;
  max-width: clamp(100px, 40.1041666667vw, 770px);
  margin: 1em auto 0;
}
@media screen and (max-width:767px) {
  section.contact .cta {
    max-width: 78vw;
    font-size: 1.125rem;
    padding: 1.25em 0 0.75em;
    margin: 0 auto;
  }
}
section.contact .cta:hover {
  opacity: 0.75;
}
section.contact .cta:hover a {
  opacity: 0.75;
}
section.contact .cta p {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  section.contact .cta p {
    font-size: 1rem;
  }
}
section.contact .cta p img {
  width: auto;
  height: 3lh;
  margin-right: 1em;
}
section.contact .cta a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
section.contact .contact_img {
  display: block;
  width: 100%;
  max-width: clamp(100px, 40.1041666667vw, 770px);
  margin: 2.7777777778rem auto 0;
}
@media screen and (max-width:767px) {
  section.contact .contact_img {
    max-width: 54.5vw;
    margin: 2.2777777778rem auto 0;
  }
}
section.banner_above_footer {
  padding-bottom: 7.9444444444rem;
  max-width: unset;
}
@media screen and (max-width:767px) {
  section.banner_above_footer {
    padding-bottom: 1.75rem;
  }
}
section.banner_above_footer .sec__inner {
  max-width: unset;
}
section.banner_above_footer .sec__inner .sec_main_cnt .banner__wrap {
  max-width: clamp(380px, 96.3541666667vw, 1850px);
  margin-inline: auto;
  gap: 1rem;
}
@media screen and (max-width:767px) {
  section.banner_above_footer .sec__inner .sec_main_cnt .banner__wrap {
    max-width: unset;
  }
}
section.banner_above_footer .sec__inner .sec_main_cnt .banner__wrap li {
  width: calc((100% - 1rem) / 2);
  position: relative;
  transition: opacity 0.3s ease;
}
section.banner_above_footer .sec__inner .sec_main_cnt .banner__wrap li:hover {
  opacity: 0.75;
}
section.banner_above_footer .sec__inner .sec_main_cnt .banner__wrap li.spacer {
  height: 0;
}
section.banner_above_footer .sec__inner .sec_main_cnt .banner__wrap li img {
  width: 100%;
  height: auto;
}
section.banner_above_footer .sec__inner .sec_main_cnt .banner__wrap li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width:767px) {
  section.banner_above_footer .sec__inner .sec_main_cnt .banner__wrap li {
    width: 100%;
  }
}

html:has(#btn_menu:checked) {
  overflow: hidden !important;
}

/* ======  bounce  =========*/
.bounce-in {
  transform-origin: center;
  transform: scale(0);
  opacity: 0;
}
.bounce-in.is_action {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transform: scale(1);
  opacity: 1;
}

.d_01 {
  transition-delay: 0.1s !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*=========== Infinite_Animation_Library  ===============*/
.wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.con {
  display: inline-block;
}

.miniCon {
  margin: 20px;
  width: 100px;
  height: 100px;
  background-color: black;
}

/****--------- エンジン ---------****/
.engine {
  animation: engine 0.2s infinite;
  -webkit-animation: engine 0.2s infinite;
  -moz-animation: engine 0.2s infinite;
}

@keyframes engine {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(1, 0.98) translate(0%, 1.5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/****--------- 雲 ---------****/
.cloud {
  animation: cloud ease-in-out 4s infinite alternate;
  -webkit-animation: cloud ease-in-out 4s infinite alternate;
  -moz-animation: cloud ease-in-out 4s infinite alternate;
}

@keyframes cloud {
  0% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-30px, 0%);
    opacity: 0;
  }
}
/****--------- ふわふわ ---------****/
.fuwax2 {
  animation: fuwax2 ease-in-out 2s infinite alternate;
  -webkit-animation: fuwax2 ease-in-out 2s infinite alternate;
  -moz-animation: fuwax2 ease-in-out 2s infinite alternate;
}

@keyframes fuwax2 {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -30px);
  }
}
/****--------- 回転 ---------****/
.spin {
  animation: spin 5s linear infinite;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****--------- ジャンプ ---------****/
.jump {
  animation: jump 5s infinite;
  -webkit-animation: jump 5s infinite;
  -moz-animation: jump 5s infinite;
}

@keyframes jump {
  0% {
    transform: translate(0, 0px);
  }
  3% {
    transform: translate(0, -20px);
  }
  5% {
    transform: translate(0, 0px);
  }
  6% {
    transform: translate(0, -5px);
  }
  7% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/****--------- ふりこ ---------****/
.pendulum {
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  animation: pendulum ease-in-out 3s infinite alternate;
  -webkit-animation: pendulum ease-in-out 3s infinite alternate;
  -moz-animation: pendulum ease-in-out 3s infinite alternate;
}

@keyframes pendulum {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/****--------- ボール ---------****/
.ball {
  animation: ball 0.6s alternate infinite;
  -webkit-animation: ball 0.6s alternate infinite;
  -moz-animation: ball 0.6s alternate infinite;
}

@keyframes ball {
  0% {
    transform: translate(0%, 0%) rotateX(25deg);
  }
  100% {
    transform: translate(0%, -60px);
  }
}
/****--------- 登場 ---------****/
.appearance {
  opacity: 0;
  animation: appearance 2.5s 1s 1 forwards;
  -webkit-animation: appearance 2.5s 1s 1 forwards;
  -moz-animation: appearance 2.5s 1s 1 forwards;
}

@keyframes appearance {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  10% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -20px);
  }
  25% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/*---- animationbutton ---*/
/* required：
<button><span>hover me</span></button> */
/* .head_banner_img {
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
    	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 60px;
  width: 210px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(22, 76, 167, 0.6);
}
button span {
  color: #164ca7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
} */
.head_cta {
  /* animation: rotate 0.7s ease-in-out both; */
}

/* button:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
} */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
/* =====  humberger menu  ===== */
#menu-btn-check {
  display: none;
}

.menu-btn {
  position: fixed;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  left: 17%;
  top: clamp(6px, 0.375rem + (1vw - 7.68px) * 3.6458, 48px);
  opacity: 1;
  display: block;
}

.close_btn {
  position: absolute;
  height: 60px;
  width: 60px;
  z-index: 90;
  top: 5%;
  right: 2%;
  transition: all 0.6s;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after,
.close_btn span:before,
.close_btn span:after {
  content: "";
  display: block;
  height: clamp(2px, 0.125rem + (1vw - 7.68px) * 0.2604, 5px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 10.6061, 100px);
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  right: 0;
}

.menu-btn span:before,
.close_btn span:before {
  bottom: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 6.8182, 75px);
}

.close_btn span:before {
  width: clamp(15px, 0.9375rem + (1vw - 7.68px) * 3.9063, 60px);
}

.menu-btn span:after,
.close_btn span:after {
  width: clamp(20px, 1.25rem + (1vw - 3.2px) * 4.5455, 50px);
}

.menu-btn span:after {
  top: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
}

.menu-content {
  width: clamp(215px, 13.4375rem + (1vw - 7.68px) * 52.6042, 821px);
  position: fixed;
  top: 0;
  right: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #e8e8e8;
  transition: all 0.5s;
  /*アニメーション設定*/
}

.menu-content ul {
  padding: 10% 0 0;
}

.menu-content ul li {
  list-style: none;
  height: clamp(40px, 2.5rem + (1vw - 3.75px) * 3.3657, 92px);
  display: flex;
  align-items: center;
  text-align: center;
}

.menu-content ul li:nth-of-type(2n-1) {
  background-color: #fff;
}

.menu-content ul li:nth-of-type(2n) {
  background-color: #e8e8e8;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.4531, 19px);
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.2em;
  font-weight: bolder;
}

.menu-content ul li a::before {
  content: "";
  width: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  height: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  border-top: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  border-right: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  transform: rotate(45deg);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px 2px 2px 2px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .close_btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked ~ .close_btn span::after {
  top: 0;
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked + .menu-btn {
  display: none;
}

.close_btn span::before {
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
  top: 0;
}

.close_btn span::after {
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#scroll_slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(https://picsum.photos/id/163/900/400);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center left;
  transition-property: background-position;
  transition-duration: 0.3s;
  transition-delay: 0.01s;
}

.tp-abSlider {
  position: relative;
  overflow: hidden;
  margin-top: -15.625vw;
  margin-right: -11.5625vw;
  width: 56.875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider {
    margin-top: 0;
    margin-right: -16.4rem;
    margin-left: -16.4rem;
    width: auto;
  }
}
.auto_slider {
  display: inline-flex;
  animation: auto_slider 70s linear 0s infinite normal both;
}
@keyframes auto_slider {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.tp-abSlider__item {
  padding: 0 0.46875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item {
    padding: 0 0.3rem;
  }
}
.tp-abSlider__item .c-picture {
  overflow: hidden;
  width: 23.4375vw;
  border-radius: 3.125vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture {
    width: 11rem;
    border-radius: 3rem;
  }
}
.tp-abSlider__item .c-picture picture {
  padding-top: 182.6666666667%;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture picture {
    padding-top: 185.4545454545%;
  }
}
a.arrow_to_circle::before {
  content: "";
  position: absolute;
  top: 53%;
  left: -10px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #00e0cd;
  border-bottom: 2px solid #00e0cd;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s ease-out;
}

a.arrow_to_circle:hover::before {
  background: #00e0cd;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-315deg);
}

.elem {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all linear 0.6s;
  pointer-events: none;
}
.elem.is_showed {
  opacity: 1;
  transform: translate(0, 0);
  transition: all linear 0.6s;
  pointer-events: all;
}

header.fixed {
  transform: translate(0, -100%);
}
header.fixed.showed {
  transform: translate(0, 0);
  transition: all linear 0.6s;
}

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  transition: all 1s ease-in-out;
  z-index: 9999;
}
.loader img {
  width: clamp(200px, 23.4375vw, 300px);
}

.page_content {
  display: none;
}

.serif {
  font-family: "Zen Old Mincho", serif !important;
}

.sans {
  font-family: "Noto Sans JP", Sans-serif !important;
}

.jp {
  font-family: "Noto Sans JP", Sans-serif;
}

.en {
  font-family: "Noto Sans JP", Sans-serif;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

h1 .h1 {
  font-size: clamp(28px, 1.75rem + (1vw - 7.68px) * 1.1905, 36px);
}

.fz80_61 {
  font-size: clamp(61px, 3.8125rem + (1vw - 3.75px) * 1.784, 80px);
}

.fz80_45 {
  font-size: clamp(45px, 2.8125rem + (1vw - 3.75px) * 3.2864, 80px);
}

.fz80_43 {
  font-size: clamp(43px, 2.6875rem + (1vw - 3.75px) * 2.3948, 80px);
}

.fz80_42 {
  font-size: clamp(42px, 2.625rem + (1vw - 3.75px) * 3.5681, 80px);
}

.fz80_40 {
  font-size: clamp(40px, 2.5rem + (1vw - 3.75px) * 2.589, 80px);
}

.fz67_34 {
  font-size: clamp(34px, 2.125rem + (1vw - 3.75px) * 3.0986, 67px);
}

.fz64_30 {
  font-size: clamp(30px, 1.875rem + (1vw - 3.75px) * 2.2006, 64px);
}

.fz63 {
  font-size: clamp(36px, 4.8461538462vw, 63px);
}

.fz62 {
  font-size: clamp(36px, 4.7692307692vw, 62px);
}

.fz60 {
  font-size: clamp(30px, 4.6153846154vw, 60px);
}

.fz44 {
  font-size: clamp(25px, 3.3846153846vw, 644x);
}

.fz56_45 {
  font-size: clamp(45px, 2.8125rem + (1vw - 3.75px) * 1.0329, 56px);
}

.fz51_35 {
  font-size: clamp(35px, 2.1875rem + (1vw - 3.75px) * 1.0356, 51px);
}

.fz50 {
  font-size: clamp(25px, 3.8461538462vw, 50px);
  line-height: 1;
}

.fz49-34 {
  font-size: clamp(34px, 2.125rem + (1vw - 3.75px) * 1.4085, 49px);
}

.fz42_26 {
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 1.0356, 42px);
}

.fz40_26 {
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 0.9061, 40px);
}

.fz_40-24 {
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 1.0356, 40px);
}

.fz40_20 {
  font-size: clamp(20px, 1.25rem + (1vw - 3.75px) * 1.2945, 40px);
}

.fz40 {
  font-size: clamp(20px, 3.0769230769vw, 40px);
}

.fz39-15 {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 2.2535, 39px);
}

.fz35-21 {
  font-size: clamp(21px, 1.3125rem + (1vw - 3.75px) * 0.9061, 35px);
}

.fz34-17 {
  font-size: clamp(17px, 1.0625rem + (1vw - 3.75px) * 1.5962, 34px);
}

.fz32_28 {
  font-size: clamp(28px, 1.75rem + (1vw - 3.75px) * 0.2589, 32px);
}

.fz32_16 {
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 1.0356, 32px);
}

.fz32_15 {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 1.1003, 32px);
}

.fz31_21 {
  font-size: clamp(21px, 1.3125rem + (1vw - 3.75px) * 0.6472, 31px);
}

.fz36 {
  font-size: clamp(20px, 2.7692307692vw, 36px);
}

.fz32 {
  font-size: clamp(24px, 2.4615384615vw, 32px);
}

.fz30 {
  font-size: clamp(15px, 2.3076923077vw, 30px);
}

.fz28 {
  font-size: clamp(20px, 2.1538461538vw, 28px);
}

.fz26 {
  font-size: 26px;
}

.fz24 {
  font-size: clamp(18px, 1.8461538462vw, 24px);
}

.fz22 {
  font-size: clamp(18px, 1.6923076923vw, 22px);
}

.fz21 {
  font-size: 21px;
}

.fz20 {
  font-size: clamp(16px, 1.5384615385vw, 20px);
}

.fz18 {
  font-size: clamp(9px, 1.3846153846vw, 18px);
}

.fz17 {
  font-size: clamp(8.5px, 1.3076923077vw, 17px);
}

.fz16 {
  font-size: clamp(14px, 1.2307692308vw, 16px);
}

.fz16_8 {
  font-size: clamp(8px, 1.2307692308vw, 16px);
}

.fz15 {
  font-size: clamp(7.5px, 1.1538461538vw, 15px);
}

.fz14 {
  font-size: 14px;
}

.fz13 {
  font-size: clamp(6.5px, 1vw, 13px);
}

.fz12 {
  font-size: clamp(6px, 0.9230769231vw, 12px);
}

.fz10 {
  font-size: 10px;
}

.fz8 {
  font-size: 8px;
}

.fz6 {
  font-size: 6px;
}

.dsc_xxxs,
.dsc_xxs,
.dsc_xs,
.dsc_sm,
.dsc_mb,
.dsc_lg,
.dsc_xl,
.dsc_xxl,
.dsc_xxxl {
  text-align: justify;
}

.dsc_xs {
  font-size: clamp(14px, 1.2307692308vw, 16px);
  line-height: 1.7222222222;
  text-align: justify;
}
@media screen and (max-width:767px) {
  .dsc_xs {
    font-size: 2.7173913043vw;
  }
}

.dsc_sm {
  font-size: clamp(14px, 1.2307692308vw, 16px);
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .dsc_sm {
    font-size: 3.2608695652vw;
  }
}

.dsc_md {
  font-size: clamp(16px, 1.3846153846vw, 18px);
  line-height: 1.7222222222;
  text-align: justify;
}
@media screen and (max-width:767px) {
  .dsc_md {
    font-size: 3.8043478261vw;
  }
}

.dsc_lg {
  font-size: clamp(18px, 1.5384615385vw, 20px);
}
@media screen and (max-width:767px) {
  .dsc_lg {
    font-size: 4.347826087vw;
  }
}

.dsc_xl {
  font-size: 1.8461538462vw;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .dsc_xl {
    font-size: 5.4347826087vw;
  }
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh16 {
  line-height: 1.6;
}

.lh14 {
  line-height: 1.4;
}

.lh12 {
  line-height: 1.2;
}

.lh1 {
  line-height: 1;
}

.txt_4xl {
  font-size: clamp(120px, 19.2307692308vw, 250px);
}
@media screen and (max-width:767px) {
  .txt_4xl {
    font-size: 27.1739130435vw;
  }
}

.txt_xxxl {
  font-size: clamp(72px, 7.6923076923vw, 100px);
}
@media screen and (max-width:767px) {
  .txt_xxxl {
    font-size: 13.5869565217vw;
  }
}

.txt_xxl {
  font-size: clamp(32px, 3.8461538462vw, 50px);
}
@media screen and (max-width:767px) {
  .txt_xxl {
    font-size: 8.152173913vw;
  }
}

.txt_xl {
  font-size: clamp(24px, 3.0769230769vw, 40px);
}
@media screen and (max-width:767px) {
  .txt_xl {
    font-size: 6.5217391304vw;
  }
}

.txt_lg {
  font-size: clamp(20px, 2.3076923077vw, 30px);
}
@media screen and (max-width:767px) {
  .txt_lg {
    font-size: 5.4347826087vw;
  }
}

.txt_md {
  font-size: clamp(16px, 1.5384615385vw, 20px);
}
@media screen and (max-width:767px) {
  .txt_md {
    font-size: 4.8913043478vw;
  }
}

.txt_sm {
  font-size: clamp(16px, 1.3846153846vw, 18px);
}
@media screen and (max-width:767px) {
  .txt_sm {
    font-size: 3.8043478261vw;
  }
}

.txt_xs {
  font-size: clamp(13px, 1.2307692308vw, 16px);
}
@media screen and (max-width:767px) {
  .txt_xs {
    font-size: 3.2608695652vw;
  }
}

.txt_xxs {
  font-size: clamp(12px, 1.0769230769vw, 14px);
}
@media screen and (max-width:767px) {
  .txt_xxs {
    font-size: 2.7173913043vw;
  }
}

.txt_xxxs {
  font-size: clamp(10px, 0.9230769231vw, 12px);
}
@media screen and (max-width:767px) {
  .txt_xxxs {
    font-size: 2.1739130435vw;
  }
}

.ls05 {
  letter-spacing: 0.5em;
}

.ls01 {
  letter-spacing: 0.1em;
}

.fw_100 {
  font-weight: 100 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: lighter;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u_bar {
  display: block;
  width: 72px;
  border-bottom: 3px solid #1b3377;
  -o-border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
     border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
  border-image-slice: 1;
  margin: 0 auto 10px;
}

.u_line {
  text-decoration: underline;
}

.txt_r {
  text-align: right !important;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_jst {
  text-align: justify;
}

.va_t {
  vertical-align: top !important;
}

.va_m {
  vertical-align: middle !important;
}

.va_b {
  vertical-align: bottom !important;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
  font-size: clamp(1.1rem, 0.9rem + 0.625vw, 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
  font-size: clamp(2.4rem, 2.2rem + 0.625vw, 2.9rem);
}

._outline {
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.u-c-main {
  color: #fff !important;
}

.u-c-plain {
  color: #202020 !important;
}

.u-c-white {
  color: #fff !important;
}

.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.gold {
  color: #d0b68a !important;
}

.shdw_white {
  text-shadow: 1px 1px 1px #fff;
}

.shdw_black {
  text-shadow: 1px 1px 1px #303030;
}

.green {
  color: #21ce89;
}

.blue {
  color: #2685E9 !important;
}

.deep_blue {
  color: #1b3377 !important;
}

.red {
  color: red !important;
}

.pale_navy {
  color: #4a76ce !important;
}

.navy {
  color: #002267 !important;
}

.coral_pink {
  color: #E89292 !important;
}

.pink {
  color: #E5497C !important;
}

.orange {
  color: #f1693B !important;
}

.pale_orange {
  color: #FFF4D9 !important;
}

.pale_yellow {
  color: #fffec8 !important;
}

.yellow {
  color: #F5D560 !important;
}

.dark_yellow {
  color: #bfb43f !important;
}

.emerald {
  color: #92E8A6 !important;
}

.vivid_emerald {
  color: #55CDCC !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #fff !important;
}

.u-bg-plain {
  background-color: #202020 !important;
}

.u-bg-focus {
  background-color: #0f3193 !important;
}

.u-bg-border {
  background-color: #e9e9e9 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #dcdcdc !important;
}

.u-bg-gray02 {
  background-color: #909090 !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_gray {
  background-color: #F0F0F0 !important;
}

.bg_pale_cream {
  background-color: #e3e3d9 !important;
}

.bg_black {
  background: #000 !important;
  color: #fff;
}

.bg_dark {
  background: #202020 !important;
  color: #fff;
}

.bg_gray {
  background-color: #f5f5f5 !important;
}

.bg_navy {
  background-color: #01356d;
}

.bg_pale_blue {
  background-color: #ABC8E6 !important;
}

.bg_sky_blue {
  background-color: #3CFFFF !important;
}

.bg_blue {
  background-color: #1400FF !important;
}

.bg_deep_blue {
  background: #1b3377;
  border-radius: 15px 15px 0 0;
}

.bg_moss_green {
  background-color: #008300;
}

.bg_gold {
  background-color: #d0b68a !important;
  color: #ffffff !important;
  font-family: serif;
}

.bg_line {
  background-color: #21ce89 !important;
  color: #ffffff !important;
  font-family: serif;
}

.bg_green {
  background-color: #21ce89;
  padding: 0 20px;
  color: #202020 !important;
}

.bg_pale_green {
  background-color: #C0FEC0;
}

.bg_emerald {
  background-color: #55CDCC;
  color: #fff !important;
}

.bg_pale_emerald {
  background-color: #99E1E0;
}

.bg_vivid_yellow {
  background-color: #FEFF00 !important;
}

.bg_yellow {
  background-color: #FFFFA1 !important;
}

.bg_pale_yellow {
  background-color: #F9E69F;
}

.bg_dark_yellow {
  background-color: #d5c94c;
}

.bg_orange {
  background-color: rgb(232, 160, 28);
}

.bg_pale_orange {
  background-color: rgba(255, 166, 0, 0.174);
}

.bg_pink {
  background-color: #FFC0FF;
}

.bg_vivid_pink {
  background-color: #FA647C;
}

.bg_red {
  background-color: #FF0000;
}

.bg_pale_pink {
  background-color: #FAC6C4;
}

.box_shadow_primary {
  box-shadow: 1px 1px 10px rgba(255, 217, 0, 0.372);
}

:focus {
  outline-color: #0f3193;
}

.bg_grad {
  background: linear-gradient(45deg, #fff, rgba(90, 56, 20, 0.507));
}

.inline {
  display: inline !important;
}

.inline_b {
  display: inline-block !important;
}

.sp {
  display: none !important;
}
@media screen and (max-width:767px) {
  .sp {
    display: block;
  }
}

.sp_flex {
  display: none !important;
}
@media screen and (max-width:767px) {
  .sp_flex {
    display: flex !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

.pc_flex {
  display: flex;
}
@media screen and (max-width:767px) {
  .pc_flex {
    display: none !important;
  }
}

@media screen and (max-width:367px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:368px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1299px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1300px) {
  .u-lg-max {
    display: none !important;
  }
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inl_block {
  display: inline-block;
}

.flex,
.wrap,
.between,
.around,
.evenly,
.column,
.clm_to_row,
.clm_to_row_r,
.to_clm,
.to_clmR,
.x_start,
.x_end,
.x_start_to_end,
.x_end_to_start,
.y_start,
.y_end,
.y_start_to_end,
.y_end_to_start,
.f_cc,
.f_xc,
.f_yc,
.f_1 {
  display: flex;
}

.column,
.clm_to_row,
.clm_to_row_r {
  flex-direction: column;
}

@media screen and (max-width:767px) {
  .clm_to_row {
    flex-direction: row;
  }
}

@media screen and (max-width:767px) {
  .clm_to_rowR {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width:767px) {
  .to_clm {
    flex-direction: column;
  }
}

@media screen and (max-width:767px) {
  .to_clmR {
    flex-direction: column-reverse;
  }
}

.wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.evenly {
  justify-content: space-evenly;
}

.f_cc {
  align-items: center;
  justify-content: center;
}

.f_xc {
  justify-content: center;
}
@media screen and (max-width:767px) {
  .f_xc.to_clm,
  .f_xc .to_clmR {
    justify-content: unset;
    align-items: center;
  }
}

.x_start {
  justify-content: flex-start;
}

.x_end {
  justify-content: flex-end;
}

.f_yc {
  align-items: center;
}

.y_start {
  align-items: flex-start;
}

.y_end {
  align-items: flex-end;
}

.f_1 {
  flex: 1;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 1;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.absolute_cc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.absolute_xc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.absolute_yc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.z-1 {
  z-index: -1;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.t_0 {
  top: 0 !important;
}

.r_0 {
  right: 0 !important;
}

.b_0 {
  bottom: 0 !important;
}

.l_0 {
  left: 0 !important;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  z-index: -1;
}
.parallax::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url() center/cover no-repeat;
}

.w100v {
  width: 100vw;
}

.w90v {
  width: 90vw;
}

.w80v {
  width: 80vw;
}

.w70v {
  width: 70vw;
}

.w60v {
  width: 60vw;
}

.w50v {
  width: 50vw;
}

.w40v {
  width: 40vw;
}

.w30v {
  width: 30vw;
}

.w20v {
  width: 20vw;
}

.w10v {
  width: 10vw;
}

.w100p {
  width: 100% !important;
}

.w90p {
  width: 90%;
}

.w80p {
  width: 80%;
}

.w75p {
  width: 75%;
}

.w70p {
  width: 70%;
}

.w66p {
  width: 66.6666%;
}

.w65p {
  width: 65%;
}

.w60p {
  width: 60%;
}

.w55p {
  width: 55%;
}

.w52p {
  width: 52%;
}

.w50p {
  width: 50%;
}

.w49p {
  width: 49%;
}

.w48p {
  width: 48%;
}

.w47p {
  width: 47%;
}

.w45p {
  width: 45%;
}

.w40p {
  width: 40%;
}

.w35p {
  width: 35%;
}

.w33p {
  width: 33.3334%;
}

.w30p {
  width: 30%;
}

.w25p {
  width: 25%;
}

.w20p {
  width: 20%;
}

.w15p {
  width: 15%;
}

.w10p {
  width: 10%;
}

.w_fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.w_auto {
  width: auto;
}

.h_fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.under_bar_prm {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #d0b68a 60%, #d0b68a 100%);
}

.under_bar_sec {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgb(254, 169, 228) 40%, rgb(254, 169, 228) 100%);
}

.u-bd {
  border: 1px solid #e9e9e9 !important;
}

.u-bd-t {
  border-top: 1px solid #e9e9e9 !important;
}

.u-bd-r {
  border-right: 1px solid #e9e9e9 !important;
}

.u-bd-b {
  border-bottom: 1px solid #e9e9e9 !important;
}

.u-bd-l {
  border-left: 1px solid #e9e9e9 !important;
}

.u-bd-main {
  border-color: #fff !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.p_0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.p_xxxs {
  padding: 5px !important;
}
@media screen and (max-width:767px) {
  .p_xxxs {
    padding: 2.5px !important;
  }
}

.p_xxs {
  padding: 10px !important;
}
@media screen and (max-width:767px) {
  .p_xxs {
    padding: 5px !important;
  }
}

.p_xs {
  padding: 25px !important;
}
@media screen and (max-width:767px) {
  .p_xs {
    padding: 12.5px !important;
  }
}

.p_sm {
  padding: 40px !important;
}
@media screen and (max-width:767px) {
  .p_sm {
    padding: 20px !important;
  }
}

.p_md {
  padding: 60px !important;
}
@media screen and (max-width:767px) {
  .p_md {
    padding: 30px !important;
  }
}

.p_lg {
  padding: 80px !important;
}
@media screen and (max-width:767px) {
  .p_lg {
    padding: 40px !important;
  }
}

.p_xl {
  padding: 100px !important;
}
@media screen and (max-width:767px) {
  .p_xl {
    padding: 50px !important;
  }
}

.p_xxl {
  padding: 120px !important;
}
@media screen and (max-width:767px) {
  .p_xxl {
    padding: 60px !important;
  }
}

.p_xxxl {
  padding: 150px !important;
}
@media screen and (max-width:767px) {
  .p_xxxl {
    padding: 75px !important;
  }
}

.px_xxxs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media screen and (max-width:767px) {
  .px_xxxs {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }
}

.px_xxs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media screen and (max-width:767px) {
  .px_xxs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.px_xxs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media screen and (max-width:767px) {
  .px_xxs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.px_xs {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
@media screen and (max-width:767px) {
  .px_xs {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
  }
}

.px_sm {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
@media screen and (max-width:767px) {
  .px_sm {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.px_md {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
@media screen and (max-width:767px) {
  .px_md {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

.px_lg {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
@media screen and (max-width:767px) {
  .px_lg {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

.px_xl {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
@media screen and (max-width:767px) {
  .px_xl {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

.px_xxl {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
@media screen and (max-width:767px) {
  .px_xxl {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}

.px_xxxl {
  padding-right: 150px !important;
  padding-left: 150px !important;
}
@media screen and (max-width:767px) {
  .px_xxxl {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
}

.py_xxxs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
@media screen and (max-width:767px) {
  .py_xxxs {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }
}

.py_xxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media screen and (max-width:767px) {
  .py_xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.py_xxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media screen and (max-width:767px) {
  .py_xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.py_xs {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media screen and (max-width:767px) {
  .py_xs {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
  }
}

.py_sm {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .py_sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.py_md {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .py_md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.py_lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .py_lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.py_xl {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .py_xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.py_xxl {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media screen and (max-width:767px) {
  .py_xxl {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.py_xxxl {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
@media screen and (max-width:767px) {
  .py_xxxl {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.pt_xxxs {
  padding-top: 5px !important;
}
@media screen and (max-width:767px) {
  .pt_xxxs {
    padding-top: 2.5px !important;
  }
}

.pt_xxs {
  padding-top: 10px !important;
}
@media screen and (max-width:767px) {
  .pt_xxs {
    padding-top: 5px !important;
  }
}

.pt_xs {
  padding-top: 25px !important;
}
@media screen and (max-width:767px) {
  .pt_xs {
    padding-top: 12.5px !important;
  }
}

.pt_sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767px) {
  .pt_sm {
    padding-top: 20px !important;
  }
}

.pt_md {
  padding-top: 60px !important;
}
@media screen and (max-width:767px) {
  .pt_md {
    padding-top: 30px !important;
  }
}

.pt_lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767px) {
  .pt_lg {
    padding-top: 40px !important;
  }
}

.pt_xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767px) {
  .pt_xl {
    padding-top: 50px !important;
  }
}

.pt_xxl {
  padding-top: 120px !important;
}
@media screen and (max-width:767px) {
  .pt_xxl {
    padding-top: 60px !important;
  }
}

.pt_xxxl {
  padding-top: 150px !important;
}
@media screen and (max-width:767px) {
  .pt_xxxl {
    padding-top: 75px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 25px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xs {
    padding-bottom: 12.5px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.pb_lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .pb_lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

.p50 {
  padding: 50px !important;
}

.p40 {
  padding: 40px !important;
}

.p30 {
  padding: 30px !important;
}

.p20 {
  padding: 20px !important;
}

.p10 {
  padding: 10px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb50 {
  padding-bottom: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pr50 {
  padding-right: 50px;
}

.pr40 {
  padding-right: 40px;
}

.pr30 {
  padding-right: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr10 {
  padding-right: 10px;
}

.pl50 {
  padding-left: 50px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pl20 {
  padding-left: 20px;
}

.pl10 {
  padding-left: 10px;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_xs {
  margin-top: 25px !important;
}
@media screen and (max-width:767px) {
  .mt_xs {
    margin-top: 12.5px !important;
  }
}

.mt_sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767px) {
  .mt_sm {
    margin-top: 20px !important;
  }
}

.mt_md {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .mt_md {
    margin-top: 30px !important;
  }
}

.mt_lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767px) {
  .mt_lg {
    margin-top: 40px !important;
  }
}

.mt_xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .mt_xl {
    margin-top: 50px !important;
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_xxxs {
  margin-bottom: 5px !important;
}
@media screen and (max-width:767px) {
  .mb_xxxs {
    margin-bottom: 2.5px !important;
  }
}

.mb_xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width:767px) {
  .mb_xxs {
    margin-bottom: 5px !important;
  }
}

.mb_xs {
  margin-bottom: 25px !important;
}
@media screen and (max-width:767px) {
  .mb_xs {
    margin-bottom: 12.5px !important;
  }
}

.mb_sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .mb_sm {
    margin-bottom: 20px !important;
  }
}

.mb_md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .mb_md {
    margin-bottom: 30px !important;
  }
}

.mb_lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .mb_lg {
    margin-bottom: 40px !important;
  }
}

.mb_xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .mb_xl {
    margin-bottom: 50px !important;
  }
}

.mb_xxl {
  margin-bottom: 120px !important;
}
@media screen and (max-width:767px) {
  .mb_xxl {
    margin-bottom: 60px !important;
  }
}

.mb_xxxl {
  margin-bottom: 150px !important;
}
@media screen and (max-width:767px) {
  .mb_xxxl {
    margin-bottom: 75px !important;
  }
}

.mr_xxxs {
  margin-right: 5px !important;
}
@media screen and (max-width:767px) {
  .mr_xxxs {
    margin-right: 2.5px !important;
  }
}

.mr_xxs {
  margin-right: 10px !important;
}
@media screen and (max-width:767px) {
  .mr_xxs {
    margin-right: 5px !important;
  }
}

.mr_xs {
  margin-right: 25px !important;
}
@media screen and (max-width:767px) {
  .mr_xs {
    margin-right: 12.5px !important;
  }
}

.mr_sm {
  margin-right: 40px !important;
}
@media screen and (max-width:767px) {
  .mr_sm {
    margin-right: 20px !important;
  }
}

.mr_md {
  margin-right: 60px !important;
}
@media screen and (max-width:767px) {
  .mr_md {
    margin-right: 30px !important;
  }
}

.mr_lg {
  margin-right: 80px !important;
}
@media screen and (max-width:767px) {
  .mr_lg {
    margin-right: 40px !important;
  }
}

.mr_xl {
  margin-right: 100px !important;
}
@media screen and (max-width:767px) {
  .mr_xl {
    margin-right: 50px !important;
  }
}

.mr_xxl {
  margin-right: 120px !important;
}
@media screen and (max-width:767px) {
  .mr_xxl {
    margin-right: 60px !important;
  }
}

.mr_xxxl {
  margin-right: 150px !important;
}
@media screen and (max-width:767px) {
  .mr_xxxl {
    margin-right: 75px !important;
  }
}

.ml_xxs {
  margin-left: 10px !important;
}
@media screen and (max-width:767px) {
  .ml_xxs {
    margin-left: 5px !important;
  }
}

.ml_xs {
  margin-left: 25px !important;
}
@media screen and (max-width:767px) {
  .ml_xs {
    margin-left: 12.5px !important;
  }
}

.ml_sm {
  margin-left: 40px !important;
}
@media screen and (max-width:767px) {
  .ml_sm {
    margin-left: 20px !important;
  }
}

.ml_md {
  margin-left: 60px !important;
}
@media screen and (max-width:767px) {
  .ml_md {
    margin-left: 30px !important;
  }
}

.ml_lg {
  margin-left: 80px !important;
}
@media screen and (max-width:767px) {
  .ml_lg {
    margin-left: 40px !important;
  }
}

.ml_xl {
  margin-left: 100px !important;
}
@media screen and (max-width:767px) {
  .ml_xl {
    margin-left: 50px !important;
  }
}

.ml_xxl {
  margin-left: 120px !important;
}
@media screen and (max-width:767px) {
  .ml_xxl {
    margin-left: 60px !important;
  }
}

.ml_xxxl {
  margin-left: 150px !important;
}
@media screen and (max-width:767px) {
  .ml_xxxl {
    margin-left: 75px !important;
  }
}

.m0 {
  margin: 0;
}

.m_A {
  margin: auto;
}

.mt_A {
  margin-top: auto;
}

.mb_A {
  margin-bottom: auto;
}

.mr_A {
  margin-right: auto;
}

.ml_A {
  margin-left: auto;
}

.m_x_A {
  margin-right: auto;
  margin-left: auto;
}

.m_y_A {
  margin-top: auto;
  margin-bottom: auto;
}

.gap_xxs {
  gap: 10px !important;
}
@media screen and (max-width:767px) {
  .gap_xxs {
    gap: 5px !important;
  }
}

.gap_xs {
  gap: 25px !important;
}
@media screen and (max-width:767px) {
  .gap_xs {
    gap: 12.5px !important;
  }
}

.gap_sm {
  gap: 40px !important;
}
@media screen and (max-width:767px) {
  .gap_sm {
    gap: 20px !important;
  }
}

.gap_md {
  gap: 60px !important;
}
@media screen and (max-width:767px) {
  .gap_md {
    gap: 30px !important;
  }
}

.gap_lg {
  gap: 80px !important;
}
@media screen and (max-width:767px) {
  .gap_lg {
    gap: 40px !important;
  }
}

.gap_xl {
  gap: 100px !important;
}
@media screen and (max-width:767px) {
  .gap_xl {
    gap: 50px !important;
  }
}

.gap_xxl {
  gap: 120px !important;
}
@media screen and (max-width:767px) {
  .gap_xxl {
    gap: 60px !important;
  }
}

.gap_xxxl {
  gap: 150px !important;
}
@media screen and (max-width:767px) {
  .gap_xxxl {
    gap: 75px !important;
  }
}

.pc {
  display: block;
}

.pc_inlineB {
  display: inline-block;
}

.sp,
.sp_f .sp_il {
  display: none !important;
}

.op0 {
  opacity: 0 !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .sp_f {
    display: flex !important;
  }
  .to_inline {
    display: inline-block !important;
  }
  .to_clm {
    flex-direction: column !important;
  }
  .to_clmR {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .clm_to_row {
    flex-direction: row !important;
  }
  .clm_to_row_r {
    flex-direction: row-reverse !important;
  }
  .to_x_start {
    justify-content: start !important;
  }
  .to_x_end {
    justify-content: end !important;
  }
  .to_y_start {
    align-items: start !important;
  }
  .to_y_end {
    align-items: end !important;
  }
  .to_w100p {
    width: 100% !important;
    box-sizing: border-box;
  }
  .to_op1 {
    opacity: 1;
  }
  .to_op0 {
    opacity: 0;
  }
  .to_txt_c {
    text-align: center;
  }
  .to_m0 {
    margin: 0;
  }
  .to_mA {
    margin: auto !important;
  }
}/*# sourceMappingURL=style.css.map */