@charset "UTF-8";
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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

html {
  box-sizing: border-box;
  font-size: 43.75;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 0.91px;
  font-size: 0.91rem;
  line-height: 1.75;
  background: #FFF;
  letter-spacing: 0.08em;
  overflow: hidden;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

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

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

a {
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

.textOrange {
  color: #EA7500;
}

.textBlue {
  color: #14C4CE;
}

html {
  font-size: 7px !important;
  /*テスト公開臨時調整用フォントサイズ*/
  letter-spacing: 0.08em;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px !important;
    /*テスト公開臨時調整用フォントサイズ*/
  }
}

body {
  color: #363636;
  font-size: 0.91rem;
}

.blue {
  color: #14C4CE;
}

.orange {
  color: #EA7500;
}

#allContent {
  width: 100vw;
  max-width: 2300px;
  margin: 0 auto;
  position: relative;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

.navi-only {
  display: none;
}
@media screen and (max-width: 1050px) {
  .navi-only {
    display: inline-block;
  }
}

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

.no-indent {
  text-indent: 0 !important;
}

.pad {
  padding: 0 max(5.2%, 32px);
}

.wrap {
  margin: 0 auto;
  padding: 0px;
}

.wrap500 {
  max-width: 500px;
}

.wrap700 {
  max-width: 700px;
}

.wrap800 {
  max-width: 800px;
}

.wrap900 {
  max-width: 900px;
}

.wrap1000 {
  max-width: 1000px;
}

.wrap1100 {
  max-width: 1100px;
}

.wrap1200 {
  max-width: 1200px;
}

.wrap1300 {
  max-width: 1300px;
}

.wrap1400 {
  max-width: 1400px;
}

.wrap1500 {
  max-width: 1500px;
}

.wrap1600 {
  max-width: 1600px;
}

.box {
  position: relative;
  width: 100%;
}
.box::before {
  content: "";
  display: block;
}
.box__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__66::before {
  padding-top: 66%;
}

.basicBtn a {
  display: inline-block;
  font-size: clamp(2rem, 1.811rem + 0.53vw, 2.6rem);
  line-height: 1;
  padding: 0.5em 1.2em;
  font-weight: 900;
  color: #fff;
  background: #14C4CE;
  border-radius: 999px;
}
.basicBtn a:hover {
  opacity: 0.75;
}

a:hover {
  opacity: 0.75;
}

@keyframes FadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeDownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media print {
  a {
    text-decoration: none !important;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
body.nav-open {
  width: 100%;
  height: 100%;
  position: fixed;
}

.fixed-area {
  position: relative;
}

.side-header {
  max-width: 370px;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
.side-header.is-fixed {
  position: fixed;
}
.side-header.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.side-menu {
  display: flex;
  margin-top: 50vh;
  translate: 0 -50%;
  width: 270px;
  height: 100%;
  max-height: 1000px;
  transition: translate 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .side-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0;
    translate: 0;
  }
  .side-menu.sp-active {
    opacity: 1;
    visibility: visible;
  }
}
.side-header.hidden .side-menu {
  cursor: pointer;
  transition: translate 0.5s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  translate: -90% -50%;
  height: 100%;
  max-height: 320px;
}
@media screen and (max-width: 1050px) {
  .side-header.hidden .side-menu {
    translate: 0 0 !important;
  }
}
.side-menu__container {
  background-color: #fff;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4), inset -3px -5px 6px -2px rgba(0, 0, 0, 0.2);
  padding: 32px 12%;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .side-menu__container {
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    background: #F4F2EA;
    min-height: calc(100svh - 40px);
    overflow: scroll;
  }
}
.side-menu__container__close {
  position: absolute;
  top: 50%;
  right: 0px;
  translate: 0 -50%;
  rotate: -90deg;
  color: #14C4CE;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.642rem + 0.44vw, 2.3rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out 0.65s;
}
.side-header.hidden .side-menu__container__close {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out 0.15s;
}
@media screen and (max-width: 1050px) {
  .side-header.hidden .side-menu__container__close {
    display: none;
  }
}
.side-header.hidden .side-menu__container:hover .side-menu__container__close {
  color: #48e1e9;
}
.side-menu__container__inner {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .side-menu__container__inner {
    margin-bottom: 20px;
  }
}
.side-header.hidden .side-menu__container__inner {
  opacity: 0;
}
@media screen and (max-width: 1050px) {
  .side-header.hidden .side-menu__container__inner {
    opacity: 1 !important;
  }
}
.side-menu__container__logo p {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 1050px) {
  .side-menu__container__logo p {
    display: none;
  }
}
.side-menu__container__logo img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .side-menu__container__logo img {
    max-width: 124px;
  }
}
.side-menu__container__navi {
  margin-top: 24px;
}
.side-menu__container__navi ul li {
  font-size: clamp(1.9rem, 1.742rem + 0.44vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .side-menu__container__navi ul li {
    font-weight: 500;
    border-bottom: solid 2px #fff;
    padding-bottom: 0.9em;
    margin-top: 0.9em !important;
  }
}
.side-menu__container__navi ul li:not(:first-child) {
  margin-top: 1.2em;
}
.side-menu__container__navi ul ul {
  margin-top: 24px;
}
@media screen and (max-width: 1050px) {
  .side-menu__container__navi ul ul {
    margin-left: 40px;
    margin-top: 16px;
  }
}
.side-menu__container__navi ul ul li {
  font-size: clamp(2.2rem, 2.137rem + 0.18vw, 2.4rem);
  font-weight: 400;
  margin-top: 0.75em !important;
  display: flex;
}
.side-menu__container__navi ul ul li::before {
  display: inline-block;
  content: "";
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
  min-height: 0.5em;
  background: #14C4CE;
  border-radius: 50%;
  translate: 0 0.2em;
  margin-right: 0.3em;
}
.side-menu__container__navi__btn {
  margin-top: 40px;
  text-align: center;
}
.side-menu__container__navi__btn a {
  color: #fff;
  display: inline-block;
  background: #14C4CE;
  font-size: clamp(1.7rem, 1.542rem + 0.44vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 999px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .side-menu__container__navi__btn a {
    padding: 1em;
  }
}
.side-menu__container__navi__spInsta {
  display: none;
}
@media screen and (max-width: 1050px) {
  .side-menu__container__navi__spInsta {
    display: flex;
    align-content: inherit;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
  }
  .side-menu__container__navi__spInsta img {
    width: 32px;
  }
  .side-menu__container__navi__spInsta p {
    font-size: clamp(1.5rem, 1.437rem + 0.18vw, 1.7rem);
    padding: 2px;
    font-weight: 700;
    color: #9F9F9F;
  }
}

#sp-burger-btn {
  position: absolute;
  top: 13px;
  right: 14px;
  z-index: 100;
  display: none;
}
#sp-burger-btn .sp-burger-btn-in {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #8ADEE3;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 15px 30px rgba(0, 0, 0, 0.12);
  padding: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#sp-burger-btn .sp-burger-btn-in:hover {
  background: #14C4CE;
}
#sp-burger-btn .sp-burger-btn-in.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
#sp-burger-btn .sp-burger-btn-in.active span:nth-child(2) {
  opacity: 0;
}
#sp-burger-btn .sp-burger-btn-in.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
#sp-burger-btn .sp-burger-btn-in span {
  width: 21px;
  height: 2px;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

#sp-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  z-index: 101;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
  display: none;
}
@media screen and (max-width: 1050px) {
  #sp-header {
    display: block;
  }
}
#sp-header.is-show {
  transform: translateY(0);
}
#sp-header.is-show.hidden {
  transform: translateY(-100%);
}
#sp-header .sp-header {
  background: #fff;
}
#sp-header .sp-header__container {
  display: grid;
  grid-template-columns: 1fr 60px;
  height: 100%;
  height: 40px;
}
#sp-header .sp-header__title a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 7px 18px 0;
  letter-spacing: 0;
  height: 100%;
}
#sp-header .sp-header__title a img {
  width: 150px;
  height: auto;
}
#sp-header .sp-header__title a p {
  font-size: 1.3rem;
  font-weight: 500;
  translate: 0 -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
#sp-header .sp-header__btn {
  background: #8ADEE3;
  cursor: pointer;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#sp-header .sp-header__btn.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
#sp-header .sp-header__btn.active span:nth-child(2) {
  opacity: 0;
}
#sp-header .sp-header__btn.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
#sp-header .sp-header__btn span {
  width: 21px;
  height: 2px;
  background: #fff;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.burger-btn {
  display: none;
}
@media screen and (max-width: 1050px) {
  .burger-btn {
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .burger-btn__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .burger-btn__inner .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #363636;
    transition: all 0.3s;
  }
  .burger-btn__inner .bar-top {
    top: 10%;
  }
  body.nav-open .burger-btn__inner .bar-top {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }
  .burger-btn__inner .bar-mid {
    top: calc(50% - 1px);
    transform-origin: center;
  }
  body.nav-open .burger-btn__inner .bar-mid {
    width: 0;
  }
  .burger-btn__inner .bar-bottom {
    bottom: 10%;
  }
  body.nav-open .burger-btn__inner .bar-bottom {
    transform: rotate(-45deg);
    bottom: calc(50% - 1px);
  }
}

#topScrollBtn {
  text-align: right;
  padding: 0 24px 8px;
}
#topScrollBtn a {
  display: inline-block;
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
  color: #676767;
}
#topScrollBtn a span {
  color: #14C4CE;
}

.fc {
  background: #F2F0E9;
  color: #707070;
  padding: max(64px, 7%) 0;
}
.fc__tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fc__tit {
    justify-content: center;
  }
}
.fc__tit h6 {
  font-size: clamp(3rem, 2.368rem + 1.75vw, 5rem);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .fc__tit .basicBtn {
    display: none;
  }
}
.fc__cont {
  margin-top: 48px;
}
.fc__cont__grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
}
@media screen and (max-width: 768px) {
  .fc__cont__grid {
    grid-template-columns: 1fr;
  }
}
.fc__cont__company__box {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .fc__cont__company__box {
    gap: 24px;
  }
}
.fc__cont__company__box__logo__in {
  width: clamp(92px, 8vw, 152px);
  height: clamp(92px, 8vw, 152px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .fc__cont__company__box__logo__in {
    padding: 16px;
  }
}
.fc__cont__company__box__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fc__cont__company__box__text p.tit {
  font-size: clamp(1.9rem, 1.553rem + 0.96vw, 3rem);
  font-weight: 500;
  line-height: 1.5;
}
.fc__cont__company__box__text p.txt {
  font-size: clamp(1.5rem, 1.342rem + 0.44vw, 2rem);
  line-height: 1.5;
  margin-top: 0.4em;
}
.fc__cont__navi .fc__navi__tit {
  font-size: clamp(2.1rem, 1.816rem + 0.79vw, 3rem);
  font-weight: 700;
  border-top: solid 4px #fff;
  padding: 0.35em 0;
}
@media screen and (max-width: 1050px) {
  .fc__cont__navi .fc__navi__tit {
    border-top: solid 1px #707070;
    padding: 1.6em 0 0.75em;
  }
}
.fc__cont__navi ul li {
  font-size: clamp(2rem, 1.842rem + 0.44vw, 2.5rem);
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  gap: 0 0.65em;
  padding-left: 0.2em;
  margin-bottom: 0.5em;
}
.fc__cont__navi ul li::before {
  display: inline-block;
  content: "";
  width: 0.5em;
  min-width: 0.5em;
  max-width: 0.5em;
  height: 0.5em;
  min-height: 0.5em;
  max-height: 0.5em;
  background: #14C4CE;
  border-radius: 50%;
  translate: 0 0.45em;
}
@media screen and (max-width: 1050px) {
  .fc__cont__navi ul li::before {
    background: #707070;
    width: 0.35em;
    max-width: 0.35em;
    min-width: 0.35em;
    height: 0.35em;
    max-height: 0.35em;
    min-height: 0.35em;
    translate: 0 0.6em;
  }
}
.fc__cont__navi__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
@media screen and (max-width: 1050px) {
  .fc__cont__navi__grid {
    display: none;
  }
}
.fc__cont__navi__site {
  margin-top: 80px;
}
.fc__cont__navi__site__tit {
  font-size: clamp(2.1rem, 1.816rem + 0.79vw, 3rem);
  font-weight: 700;
}
.fc__cont__navi__site ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .fc__cont__navi__site ul {
    grid-template-columns: 1fr;
  }
}
.fc__cont__navi__sns {
  margin-top: 80px;
}
.fc__cont__navi__sns__tit {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.fc__cont__navi__sns__tit::before {
  display: inline-block;
  content: "";
  width: 1.3em;
  height: 1.3em;
  background-image: url("../images/anzog/icon-instagram.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  translate: 0 1px;
}
.fc__cont__navi__sns__in {
  gap: 24px 3vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .fc__cont__navi__sns__in {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fc__cont__navi__sns__in__box {
  text-align: center;
  font-size: clamp(1.5rem, 1.342rem + 0.44vw, 2rem);
}
.fc__cont__navi__sns__in__box__img img {
  margin: 0 auto;
}
.fc__cont__navi__sns__in__box p {
  margin-top: 8px;
  letter-spacing: 0;
}
@media screen and (max-width: 1050px) {
  .fc__cont__navi__sns__in__box {
    max-width: 160px;
  }
}
.fc__policy {
  margin-top: 32px;
  font-size: clamp(1.5rem, 1.342rem + 0.44vw, 2rem);
}
@media screen and (max-width: 1050px) {
  .fc__policy {
    margin-top: 72px;
  }
}
.fc__policy a:hover {
  text-decoration: underline;
}

a[href=""] {
  opacity: 0.2;
  pointer-events: none;
  display: inline-block;
}

.mv__container {
  position: relative;
}
.mv__container__spLogo {
  display: none;
}
@media screen and (max-width: 1050px) {
  .mv__container__spLogo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    z-index: 2;
  }
}
.mv__container__illust {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__container__illust {
    min-width: 1500px;
  }
}
.mv__container__illust__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mv__container__illust__character {
  position: absolute;
  right: 10%;
  bottom: 0px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .mv__container__illust__character {
    width: 75px;
    right: 7%;
  }
}
.mv__container__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: videoFade 1s ease forwards;
  animation-delay: 23s;
}
@media screen and (max-width: 768px) {
  .mv__container__video-pc {
    display: none;
  }
}
.mv__container__video-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv__container__video-sp {
    display: block;
  }
}
@keyframes videoFade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.ma {
  margin-top: max(8%, 72px);
}
.ma__container {
  text-align: center;
}
.ma__container .wrap1000 {
  max-width: calc(100vw - 740px);
}
@media screen and (max-width: 1050px) {
  .ma__container .wrap1000 {
    max-width: 1000px;
  }
}
.ma__container__tit h2 {
  font-size: clamp(4rem, 2.737rem + 3.51vw, 8rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.ma__container__text p.big {
  font-size: clamp(2rem, 1.053rem + 2.63vw, 5rem);
  font-weight: 700;
  margin-top: 1.8em;
  line-height: 1.8;
}
.ma__container__text p.small {
  font-size: clamp(1.6rem, 1.095rem + 1.4vw, 3.2rem);
  font-weight: 700;
  margin-top: max(40px, 1.7em);
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .ma__container__text p.small {
    font-weight: 500;
  }
}
.ma__container__logo {
  margin-top: max(32px, 7%);
}
.ma__container__logo img {
  width: 100%;
  max-width: 264px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ma__container__logo img {
    max-width: 140px;
  }
}
.ma__container__logo p {
  color: #9F9F9F;
  font-size: clamp(1rem, 0.432rem + 1.58vw, 2.8rem);
  letter-spacing: 0;
  padding-left: 0.8em;
  margin-top: 0.5em;
  font-weight: 700;
}

#character-move-section {
  position: relative;
}
#character-move-section .ma__character {
  display: none;
  position: absolute;
  top: 0;
  will-change: transform;
  width: 100px;
  right: max(16px, 4vw);
  padding-top: 140px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  #character-move-section .ma__character {
    padding-top: 70px;
    width: 70px;
  }
}
#character-move-section .ma__character.is-follow, #character-move-section .ma__character.is-bottom {
  opacity: 1;
}

.mi {
  margin-top: max(40px, 10%);
}
.mi__block__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .mi__block__flex {
    display: block;
  }
}
.mi__block__flex__tit {
  width: 20%;
  background: #F8F7F2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mi__block__flex__tit {
    width: 100%;
    background: none !important;
    justify-content: center;
  }
}
.mi__instagram .mi__block__flex__tit {
  background: repeating-linear-gradient(to bottom, #EDE9DC 0, #EDE9DC 20px, #fff 20px, #fff 30px);
}
@media screen and (max-width: 768px) {
  .mi__instagram .mi__block__flex__tit img {
    max-width: 58px;
    translate: 0;
  }
}
.mi__block__flex__tit > div {
  background: #EDE9DC;
  width: clamp(95px, 28vw, 340px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: 55% 0;
}
@media screen and (max-width: 768px) {
  .mi__block__flex__tit > div {
    translate: 0 50%;
  }
}
.mi__block__flex__tit img {
  scale: 0.9;
  translate: -25% 0;
}
@media screen and (max-width: 768px) {
  .mi__block__flex__tit img {
    translate: -8% -10%;
    max-width: 98px;
  }
}
.mi__block__flex__cont {
  width: 80%;
  background: #EDE9DC;
  padding: clamp(56px, 6.5vw, 80px) 0;
}
@media screen and (max-width: 768px) {
  .mi__block__flex__cont {
    width: 100%;
  }
}
.mi__news__slider {
  overflow: hidden;
}
.mi__news__slider .swiper-wrapper {
  align-items: stretch;
}
.mi__news__slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.mi__news__slider .swiper-wrapper .swiper-slide .mi__news__slider__more {
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
}
.mi__news__slider__box {
  color: #676767;
}
.mi__news__slider__box__img {
  width: 100%;
  border-radius: clamp(20px, 5.7vw, 64px);
  overflow: hidden;
}
.mi__news__slider__box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mi__news__slider__box__cat {
  text-align: center;
  font-size: clamp(1.5rem, 1.089rem + 1.14vw, 2.8rem);
  font-weight: 700;
  color: #707070;
  line-height: 1;
  margin-bottom: 0.9em;
}
.mi__news__slider__box__text span.date {
  font-size: clamp(2rem, 1.684rem + 0.88vw, 3rem);
  display: inline-block;
  margin-top: 0.75em;
}
.mi__news__slider__box__text p {
  font-size: clamp(1.8rem, 1.547rem + 0.7vw, 2.6rem);
  line-height: 1.5;
}
.mi__instagram {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mi__instagram {
    margin-top: -24px;
  }
}
.mi__instagram__tit {
  text-align: center;
  font-size: clamp(2.1rem, 1.847rem + 0.7vw, 2.9rem);
  text-align: center;
  color: #707070;
  font-weight: 700;
  margin-bottom: 1.4em;
}
.mi__instagram__in {
  margin: 0 10%;
  padding: 12px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mi__instagram__in {
    margin: 0 8px;
  }
}
.mi__instagram__in .eapps-instagram-feed-posts-grid-load-more-container {
  display: none !important;
}
.mi__instagram__btn {
  margin-right: 5%;
  margin-top: 8px;
}
.mi__instagram__btn__in {
  display: flex;
  font-size: clamp(2rem, 1.874rem + 0.35vw, 2.4rem);
  color: #707070;
  font-weight: 700;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}
.mi__instagram__btn__in img {
  width: 100px;
}

.mc {
  margin-top: max(80px, 8%);
}
.mc__container {
  text-align: center;
}
.mc__container__text {
  position: relative;
}
.mc__container__text h3 {
  font-size: clamp(2.7rem, 1.563rem + 3.16vw, 6.3rem);
  font-weight: 900;
}
.mc__container__text p {
  font-size: clamp(1.5rem, 0.868rem + 1.75vw, 3.5rem);
  font-weight: 700;
  line-height: 2.2;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .mc__container__text p {
    padding: 0 10%;
    font-weight: 500;
  }
}
.mc__container__text__character {
  position: absolute;
  right: 5%;
  bottom: -12px;
  width: clamp(50px, 7vw, 100px);
}
@media screen and (max-width: 768px) {
  .mc__container__text__character {
    right: 2.5%;
    bottom: -64px;
  }
}
.mc__container__text__character img:last-child {
  display: none;
}
.mc__container__text__character.is-active img:first-child {
  display: none;
}
.mc__container__text__character.is-active img:last-child {
  display: block;
}
.mc__container__img {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .mc__container__img {
    display: none;
  }
}
.mc__container__img__sp {
  width: 100vw;
  margin: 40px calc(50% - 50vw) 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .mc__container__img__sp {
    display: block;
  }
}
.mc__container__img__sp img {
  margin: 0 auto;
}
.mc__container__navi {
  margin-top: 56px;
}
.mc__container__navi ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mc__container__navi ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .mc__container__navi ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.mc__container__navi ul li {
  font-size: clamp(2rem, 0.154rem + 2.4vw, 4rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mc__container__navi ul li {
    font-size: clamp(2rem, 1.684rem + 0.88vw, 3rem);
  }
}
@media screen and (max-width: 520px) {
  .mc__container__navi ul li {
    max-width: 250px;
    margin-left: 0;
  }
  .mc__container__navi ul li:nth-child(2n) {
    margin: 0 0 0 auto;
  }
}
.mc__container__navi ul li a {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.mc__container__navi ul li a span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 1em;
  width: 100%;
  display: inline-block;
}
.mc__container__navi__links {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .mc__container__navi__links {
    gap: 12px;
  }
}
.mc__container__navi__links__btn {
  position: relative;
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .mc__container__navi__links__btn:last-child img {
    animation-delay: 0.5s;
  }
}
.mc__container__navi__links__btn a {
  display: inline-block;
  color: #fff;
  font-size: clamp(2rem, 1.621rem + 1.05vw, 3.2rem);
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mc__container__navi__links__btn a img {
    animation: wobble 0.8s steps(1) infinite;
    transform-origin: center center;
  }
  @keyframes wobble {
    0%, 50% {
      transform: rotate(0deg);
    }
    51%, 100% {
      transform: rotate(-5deg);
    }
  }
}
.mc__container__navi__links__btn a:hover img {
  rotate: -5deg;
}
.mc__container__navi__links__btn a:hover span {
  opacity: 0.8;
}
.mc__container__navi__links__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.mc__mainSwiper {
  margin: 0 auto;
  max-width: 90vw;
}
.mc__subSwiper {
  position: relative;
  margin-top: -32px;
}
.mc__subSwiper__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100vw;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.mc__subSwiper__arrow > div {
  padding: 8px 2px;
}
.mc__subSwiper__arrow > div span {
  display: block;
  width: 22px;
  aspect-ratio: 7/7;
  height: auto;
  background: linear-gradient(90deg, rgb(33, 183, 194) 0%, rgb(0, 158, 222) 100%);
}
.mc__subSwiper__arrow-next span {
  clip-path: polygon(0 30%, 50% 30%, 50% 0, 100% 50%, 50% 100%, 50% 70%, 0 70%);
}
.mc__subSwiper__arrow-prev span {
  clip-path: polygon(0 50%, 50% 0, 50% 30%, 100% 30%, 100% 70%, 50% 70%, 50% 100%);
}

.mw {
  margin-top: max(80px, 5%);
}
.mw__container {
  padding-bottom: 80px;
}
.mw__container__tit {
  background: #EDE9DC;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 32px;
}
.mw__container__tit h6 {
  background: #F4F2EA;
  color: #707070;
  font-size: clamp(2rem, 1.621rem + 1.05vw, 3.2rem);
  font-weight: 700;
  padding: 0 4em;
  letter-spacing: 0.2em;
}
.mw__container__tit a {
  justify-self: end;
  font-size: clamp(1.7rem, 1.479rem + 0.61vw, 2.4rem);
  color: #707070;
  font-weight: 500;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0 2em;
}
.mw__container__tit a::before, .mw__container__tit a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 150%;
  background: #fff;
  rotate: 30deg;
}
.mw__container__slide {
  margin-top: 56px;
}
.mw__container__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mw__container__slider__box p {
  text-align: center;
  font-size: clamp(1.6rem, 1.347rem + 0.7vw, 2.4rem);
  color: #707070;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5em;
  padding: 0 1.5em;
}

#pageContent {
  margin-bottom: 10%;
}

.pageLayout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 0 7%;
}
@media screen and (max-width: 1050px) {
  .pageLayout {
    grid-template-columns: 1fr;
  }
}

.pageBlockTit {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pageBlockTit {
    text-align: center;
  }
}
.pageBlockTit h4 {
  font-size: clamp(2.3rem, 1.953rem + 0.96vw, 3.4rem);
}
.pageBlockTit span {
  display: inline-block;
  font-size: clamp(1.4rem, 1.116rem + 0.79vw, 2.3rem);
  letter-spacing: 0.12em;
}

.aph__container {
  margin-left: 14vw;
  margin-top: 5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aph__container {
    margin-left: 0;
    margin-top: 80px;
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 768px) {
  .aph__img {
    padding-top: 140px;
  }
  .aph__img img {
    scale: 1.4;
  }
}
.aph__tit {
  position: absolute;
  top: 0;
  left: -8%;
}
@media screen and (max-width: 768px) {
  .aph__tit {
    left: 8%;
  }
}
.aph__tit h1 {
  font-size: clamp(1.3rem, 0.763rem + 1.49vw, 3rem);
  font-weight: 500;
}
.aph__tit h2 {
  font-size: clamp(3rem, 2.053rem + 2.63vw, 6rem);
  font-weight: 700;
  line-height: 1.4;
}
.aph__logo {
  position: absolute;
  top: 0;
  right: 8%;
  width: 112px;
}
.aph__navi {
  position: absolute;
  bottom: 8%;
  left: -8%;
}
@media screen and (max-width: 768px) {
  .aph__navi {
    bottom: -5%;
    left: auto;
    right: 4%;
  }
}
.aph ul li {
  font-size: clamp(2rem, 1.937rem + 0.18vw, 2.2rem);
  display: flex;
  gap: 0.8em;
}
.aph ul li:not(:first-child) {
  margin-top: 1.2em;
}
.aph ul li::before {
  display: inline-block;
  content: "";
  width: 0.7em;
  min-width: 0.7em;
  height: 0.7em;
  min-height: 0.7em;
  background: #8ADEE3;
  border-radius: 50%;
  translate: 0 0.55em;
}

.cp .pageLayout {
  gap: 0 2%;
}
.cp__container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.3/1;
}
.cp__container__text {
  padding: 15% 10% 10% 43%;
}
@media screen and (max-width: 768px) {
  .cp__container__text {
    padding: 90% 24px 120%;
  }
}
.cp__container__text__tit {
  color: #14C4CE;
}
.cp__container__text h5 {
  font-size: clamp(3.5rem, 3.026rem + 1.32vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .cp__container__text h5 {
    text-align: center;
  }
}
.cp__container__text p {
  margin-top: 15%;
  font-size: clamp(1.9rem, 0.1rem + 1.5vw, 2.8rem);
  font-weight: 500;
  line-height: 2.8;
}
@media screen and (max-width: 1400px) {
  .cp__container__text p {
    line-height: 2.1;
  }
}
@media screen and (max-width: 768px) {
  .cp__container__text p {
    text-align: center;
    line-height: 2.2;
  }
}
.cp__container__text p strong {
  color: #14C4CE;
}
.cp__container__text p:last-child {
  margin-top: 5%;
}
.cp__container__img {
  background-image: url("../images/anzog/company/companyPhilosophyBg-pc.png");
  background-size: 100% auto;
  position: absolute;
  top: -6%;
  left: 0;
  width: 100%;
  aspect-ratio: 1473/1976;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cp__container__img {
    display: none;
  }
}
.cp__container__img-sp1, .cp__container__img-sp2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .cp__container__img-sp1, .cp__container__img-sp2 {
    display: block;
    width: 100%;
    background-size: 100% auto;
    position: absolute;
  }
}
.cp__container__img-sp1 {
  background-image: url("../images/anzog/company/companyPhilosophyBg-sp1.png");
  top: 0;
  left: 0;
  aspect-ratio: 393/740;
  translate: 0 -30%;
}
.cp__container__img-sp2 {
  background-image: url("../images/anzog/company/companyPhilosophyBg-sp2.png");
  bottom: 0;
  right: 5%;
  aspect-ratio: 363/463;
  width: 90%;
  margin: 0 auto;
}
.cp__container__img .cd-pc {
  position: absolute;
}

.cm {
  background: rgba(234, 117, 0, 0.05);
  position: relative;
  margin-top: 40%;
}
@media screen and (max-width: 768px) {
  .cm {
    margin-top: -24px;
  }
}
.cm__deco-pc {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  width: 84px;
}
.cm__deco-pc__character {
  position: absolute;
  top: 20%;
  right: 15%;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .cm__deco-pc__character {
    width: 76px;
    top: 3%;
    left: 15%;
  }
}
.cm__container {
  padding: max(7%, 160px) 5% max(12%, 158px);
}
.cm__container__text__tit {
  color: #EA7500;
}
.cm__container__text h5 {
  font-size: clamp(3.2rem, 2.947rem + 0.7vw, 4rem);
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 7% 0;
}
@media screen and (max-width: 768px) {
  .cm__container__text h5 {
    text-align: center;
  }
}
.cm__container__text p {
  font-size: clamp(1.8rem, 1.484rem + 0.88vw, 2.8rem);
  font-weight: 500;
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .cm__container__text p {
    text-align: center;
    margin: 0 auto;
    max-width: 360px;
  }
}
.cm__container__text p strong {
  color: #EA7500;
}

.cv {
  background: rgba(106, 185, 49, 0.05);
  position: relative;
}
.cv__deco-pc {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  width: 102px;
}
@media screen and (max-width: 768px) {
  .cv__deco-pc {
    left: 0;
  }
}
.cv__deco-pc__character {
  position: absolute;
  top: 30%;
  left: 25%;
  width: 284px;
}
@media screen and (max-width: 768px) {
  .cv__deco-pc__character {
    width: 120px;
    top: 3%;
    left: 15%;
  }
}
.cv__container {
  padding: max(7%, 96px) max(32px, 5%) max(12%, 154px) 45%;
}
@media screen and (max-width: 768px) {
  .cv__container {
    padding: 200px 32px;
  }
}
.cv__container__text__tit {
  color: #6AB931;
}
.cv__container__text h5 {
  font-size: clamp(3.2rem, 2.947rem + 0.7vw, 4rem);
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 7% 0;
}
@media screen and (max-width: 768px) {
  .cv__container__text h5 {
    text-align: center;
  }
}
.cv__container__text p {
  font-size: clamp(1.8rem, 1.484rem + 0.88vw, 2.8rem);
  font-weight: 500;
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .cv__container__text p {
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
  }
}
.cv__container__text p strong {
  color: #6AB931;
}

.cva {
  background: rgba(242, 240, 233, 0.7);
  position: relative;
}
.cva__deco-pc {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  width: 102px;
}
@media screen and (max-width: 768px) {
  .cva__deco-pc {
    left: 0;
  }
}
.cva__container {
  padding: max(7%, 89px) max(32px, 5%) max(12%, 154px);
}
.cva__container__text__tit {
  color: #A8A385;
}
.cva__container__text__shape {
  display: flex;
  translate: 0 -20%;
}
@media screen and (max-width: 768px) {
  .cva__container__text__shape {
    display: block;
    padding: 0 20%;
    translate: 0;
    margin: 80px 0;
  }
}
.cva__container__text__shape__box {
  position: relative;
  margin-left: -4%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cva__container__text__shape__box {
    margin: 0 auto;
  }
}
.cva__container__text__shape__box:nth-child(2n-1) {
  margin-top: 12%;
}
@media screen and (max-width: 768px) {
  .cva__container__text__shape__box:nth-child(2n-1) {
    margin-top: 0;
  }
}
.cva__container__text__shape__box:nth-child(2n) p {
  top: 30%;
}
@media screen and (max-width: 768px) {
  .cva__container__text__shape__box:nth-child(2n) p {
    top: 50%;
  }
}
.cva__container__text__shape__box:last-child {
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .cva__container__text__shape__box:last-child {
    margin-top: 0;
  }
}
.cva__container__text__shape__box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0;
  font-size: clamp(1.9rem, 1rem + 1vw, 2.5rem);
  font-weight: 700;
  width: 100%;
}
.cva__container__text__shape__box p span {
  display: inline-block;
  width: 100%;
  color: #14C4CE;
}
.cva__container__text__block {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  border-radius: 42px;
  font-size: clamp(1.8rem, 1.547rem + 0.7vw, 2.6rem);
  padding: 1em 5%;
  font-weight: 500;
  text-align: center;
}
.cva__container__text__block p {
  letter-spacing: 0.1em;
  margin-top: 0 !important;
}
.cva__container__text__block p small {
  font-size: 0.7em;
}
.cva__container__text__block h5 {
  font-size: 1.6em;
  margin-top: 0.3em;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .cva__container__text__block h5 {
    color: #FF8000;
    letter-spacing: 0.08em;
  }
  .cva__container__text__block h5 strong {
    color: #14C4CE;
  }
}
.cva__container__text > p {
  font-size: clamp(1.8rem, 1.547rem + 0.7vw, 2.6rem);
  font-weight: 500;
  text-align: center;
  margin-top: 2.5em;
  letter-spacing: 0.1em;
  line-height: 2;
}

.cms {
  margin-top: max(8%, 124px);
}
.cms__container {
  padding: 7% 10% 12% 0%;
}
@media screen and (max-width: 768px) {
  .cms__container {
    padding: 0 32px;
  }
}
.cms__container__block-2 {
  margin-top: max(27%, 160px);
}
.cms__container__block__head {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "A C" "B C";
}
@media screen and (max-width: 768px) {
  .cms__container__block__head {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "A" "C" "B";
  }
}
.cms__container__block__head__img {
  grid-area: C;
}
@media screen and (max-width: 768px) {
  .cms__container__block__head__img {
    margin-top: 40px;
  }
}
.cms__container__block__head__img img {
  max-width: 334px;
}
@media screen and (max-width: 768px) {
  .cms__container__block__head__img img {
    margin: 0 auto;
  }
}
.cms__container__block__head h5 {
  translate: -16px;
}
@media screen and (max-width: 768px) {
  .cms__container__block__head h5 {
    translate: 0;
  }
}
.cms__container__block__head h5 img {
  width: 312px;
}
@media screen and (max-width: 768px) {
  .cms__container__block__head h5 img {
    width: 198px;
    margin: 0 auto;
    translate: 0;
  }
}
.cms__container__block__head__name {
  margin-top: 14%;
}
.cms__container__block__head__name__tit {
  font-size: clamp(3rem, 2.116rem + 2.46vw, 5.8rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cms__container__block__head__name__tit {
    text-align: left;
  }
}
.cms__container__block__head__name__tit span {
  font-size: clamp(1.5rem, 1.216rem + 0.79vw, 2.4rem);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  translate: -0.3em -0.5em;
}
@media screen and (max-width: 768px) {
  .cms__container__block__head__name__tit span {
    translate: 0;
  }
}
.cms__container__block__head__name__info {
  margin-top: 8%;
  font-size: clamp(1.7rem, 1.416rem + 0.79vw, 2.6rem);
  text-align: left;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.075em;
}
.cms__container__block__cont {
  margin-top: 8%;
  font-size: clamp(2rem, 1.747rem + 0.7vw, 2.8rem);
  line-height: 2.2;
}
.cms__container__block__cont span {
  display: inline-block;
  text-align: right;
  width: 100%;
  font-size: clamp(2.4rem, 2.147rem + 0.7vw, 3.2rem);
  margin-top: 0.5em;
}

.ci {
  margin-top: max(8%, 160px);
}
.ci__tit {
  background: #14C4CE;
  color: #fff;
  letter-spacing: 0.12em;
  font-size: clamp(2rem, 1.053rem + 2.63vw, 5rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ci__container {
    padding: 72px 32px;
  }
}
.ci__container__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 160px 80px;
  padding: 10% 5% 0 0;
}
@media screen and (max-width: 768px) {
  .ci__container__info {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 0;
  }
}
.ci__container__info__box {
  background-image: repeating-linear-gradient(90deg, #14C4CE, #14C4CE 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding-bottom: 20%;
  width: 100%;
}
.ci__container__info__box__table table {
  width: 100%;
}
.ci__container__info__box__table table tr > * {
  font-size: clamp(1.8rem, 1.484rem + 0.88vw, 2.8rem);
  padding: 0.5em 0;
  border-bottom: solid 1px #EDEAEA;
  line-height: 1.5;
}
.ci__container__info__box__table table tr th {
  font-weight: 700;
  color: #14C4CE;
  width: 20%;
}
.ci__container__info__box__table table tr td {
  padding-left: 0.5em;
  width: 100%;
}
.ci__container__info__box__map {
  margin-top: 6px;
}
.ci__container__info__box__map p {
  font-size: clamp(1.8rem, 1.484rem + 0.88vw, 2.8rem);
  font-weight: 700;
  color: #14C4CE;
}
.ci__container__info__box__map iframe {
  width: 100%;
  aspect-ratio: 1.3/1;
}
.ci__container__info__box__text {
  background: #E7F9FA;
  padding: max(24px, 5%);
  margin-top: 24px;
  border-radius: 20px;
}
.ci__container__info__box__text p {
  text-align: center;
}
.ci__container__info__box__text p.tit {
  color: #14C4CE;
  font-size: clamp(2rem, 1.747rem + 0.7vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 0.8em;
}
.ci__container__info__box__text p.subTit {
  font-size: clamp(1.7rem, 1.479rem + 0.61vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 16px;
}
.ci__container__info__box__text p.txt {
  font-size: clamp(1.7rem, 1.479rem + 0.61vw, 2.4rem);
  line-height: 2.1;
}
.ci__container__info__box__text p.txt strong {
  font-weight: 700;
}
.ci__img {
  margin-top: 7%;
}
@media screen and (max-width: 768px) {
  .ci__img {
    padding: 0 32px;
  }
}
.ci__img__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .ci__img__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ci__img__grid img {
    border-radius: 24px;
    overflow: hidden;
  }
}

.cf {
  margin-top: max(120px, 14%);
}
.cf__tit {
  background: #FF8000;
}
@media screen and (max-width: 768px) {
  .cf__container {
    padding: 72px 32px;
  }
}
.cf__container__info__box {
  background-image: repeating-linear-gradient(90deg, #FF8000, #FF8000 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding-bottom: 15%;
}
.cf__container__info__box__img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.cf__container__info__box__img img {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cf__container__info__box__img a:hover img {
  scale: 1.02;
}
.cf__container__info__box__img span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #A0E055;
  width: 3.6em;
  height: 3.6em;
  font-size: clamp(1.7rem, 1.447rem + 0.7vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  border-top-left-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0 0 0.75em;
}
.cf__container__info__box__tit {
  margin: 7% 0 4%;
}
.cf__container__info__box__tit p {
  font-size: clamp(1.8rem, 1.484rem + 0.88vw, 2.8rem);
}
.cf__container__info__box__tit p.tit {
  font-weight: 700;
  color: #EA7500;
}
.cf__container__info__box__tit p.txt span {
  font-size: 0.8em;
}
.cf__container__info__box__table__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 2px #EDEAEA;
  border-bottom: solid 2px #EDEAEA;
  padding: 12px 0;
}
.cf__container__info__box__table__in p {
  font-size: clamp(1.8rem, 1.484rem + 0.88vw, 2.8rem);
}
.cf__container__info__box__table__in a {
  background: #FF8000;
  width: 90px;
  height: 90px;
  font-size: clamp(1.5rem, 1.153rem + 0.96vw, 2.6rem);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cf__container__info__box__table table tr th {
  color: #363636;
  font-weight: 400;
}
.cf__container__info__box__table table tr td a {
  display: flex;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  background: #FF8000;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */