@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #141414;
  line-height: 1;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color: #fcf4e1;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contents-inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) {
  .contents-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

a {
  color: #141414;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  main#contents {
    padding-top: 125px;
  }
}
@media screen and (max-width: 768px) {
  main#contents {
    padding-top: 65px;
  }
}

#globalHeader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1340px) {
  #globalHeader {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader {
    padding: 15px 15px 0;
  }
}
#globalHeader .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  height: 125px;
  padding: 30px 0;
}
@media screen and (max-width: 1000px) {
  #globalHeader .contents-inner {
    gap: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .contents-inner {
    gap: 0;
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 9999px;
  }
}
#globalHeader .contents-inner .header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
  padding: 0 30px;
  border-radius: 60px;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  #globalHeader .contents-inner .header-left {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1150px) {
  #globalHeader .contents-inner .header-left {
    gap: 0 20px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .contents-inner .header-left {
    flex-grow: 1;
    padding: 0;
  }
}
#globalHeader .contents-inner .header-left .logo {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalHeader .contents-inner .header-left .logo:hover {
    opacity: 0.7;
  }
}
#globalHeader .contents-inner .header-left .logo img {
  width: 160px;
}
@media screen and (max-width: 1150px) {
  #globalHeader .contents-inner .header-left .logo img {
    width: 120px;
  }
}
@media screen and (max-width: 820px) {
  #globalHeader .contents-inner .header-left .logo img {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .contents-inner .header-left .logo img {
    width: 120px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .contents-inner .header-left #globalNavi {
    flex-grow: 1;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 37px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul {
    gap: 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul {
    gap: 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul {
    gap: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul > li {
    position: relative;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li:hover::before {
    opacity: 1;
    z-index: 3;
    visibility: visible;
    transform: translateY(0);
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li:hover > ul {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li::before {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -4px;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #ffffff;
    border-bottom: 0;
    transform: translateY(-10px);
    transition: zIndex 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    height: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #292929;
    pointer-events: none;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a br {
    display: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 970px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a {
    line-height: 1.3;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a br {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul > li:nth-of-type(4) ul {
    left: auto;
    right: 0;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li:nth-of-type(4) ul::before {
    left: auto;
    right: 50px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul > li:nth-of-type(5) ul {
    left: auto;
    right: 0;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li:nth-of-type(5) ul::before {
    left: auto;
    right: 50px;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul ul {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    top: 60px;
    left: -40px;
    padding: 20px 30px 30px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
    background-color: #fc9566;
    transform: translateY(-10px);
    transition: opacity 0.3s, zIndex 0.3s, visibility 0.3s, transform 0.3s;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul ul li {
    border-bottom: 1px dashed #f0c4b0;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul ul li a {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 15px 75px 15px 0;
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    white-space: nowrap;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (max-width: 1340px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul ul li a {
    padding-right: 40px;
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-image: url("../images/common/icn-ar-r-black.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 9px;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #globalHeader .contents-inner .header-left #globalNavi > ul ul li a::before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-size: 7px 6px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .contents-inner .header-left #globalNavi {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 65px 5.3333333333vw 10.6666666667vw;
    overflow-y: auto;
    background-color: #fcf3e1;
    transition: zIndex 0.3s, opacity 0.3s, visibility 0.3s;
  }
  #globalHeader .contents-inner .header-left #globalNavi.active {
    z-index: 9;
    opacity: 1;
    visibility: visible;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul {
    padding: 0 8vw;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li {
    border-bottom: 1px dashed #fc9566;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a.active::after {
    transform: rotate(90deg);
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a {
    position: relative;
    display: block;
    padding: 8vw 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    width: 4vw;
    height: 0.2666666667vw;
    margin-top: -1;
    background-color: #fc9566;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.9333333333vw;
    width: 0.2666666667vw;
    height: 4vw;
    margin-top: -2vw;
    background-color: #fc9566;
    transition: transform 0.3s;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li ul {
    display: none;
    padding-bottom: 8vw;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li ul li:not(:nth-of-type(1)) {
    margin-top: 5.3333333333vw;
  }
  #globalHeader .contents-inner .header-left #globalNavi > ul > li ul li a {
    display: block;
    font-size: 1.4rem;
  }
  #globalHeader .contents-inner .header-left #globalNavi .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 9.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  #globalHeader .contents-inner .header-left #globalNavi .sns img {
    width: 6.6666666667vw;
  }
  #globalHeader .contents-inner .header-left #globalNavi .btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 4vw;
    margin-top: 10.6666666667vw;
  }
  #globalHeader .contents-inner .header-left #globalNavi .btns .common-btn {
    width: 42.6666666667vw;
  }
  #globalHeader .contents-inner .header-left #globalNavi .btns .common-btn a {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 1.3rem;
    font-weight: bold;
    color: #292929;
    background-color: #e8f3fb;
    border: 1px solid #5eb5fb;
  }
}
#globalHeader .contents-inner .header-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}
@media screen and (max-width: 1150px) {
  #globalHeader .contents-inner .header-right {
    gap: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .contents-inner .header-right {
    display: none;
  }
}
#globalHeader .contents-inner .header-right .common-btn a {
  width: 180px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #5eb5fb;
  background-color: #e8f3fb;
  color: #141414;
}
@media screen and (min-width: 769px) {
  #globalHeader .contents-inner .header-right .common-btn a {
    transition: 0.3s;
  }
  #globalHeader .contents-inner .header-right .common-btn a:hover {
    background-color: #5eb5fb;
    color: #fff;
  }
}
@media screen and (max-width: 1340px) {
  #globalHeader .contents-inner .header-right .common-btn a {
    width: 150px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1050px) {
  #globalHeader .contents-inner .header-right .common-btn a {
    width: 120px;
    font-size: 12px;
  }
}
@media screen and (max-width: 830px) {
  #globalHeader .contents-inner .header-right .common-btn a {
    width: 100px;
    font-size: 10px;
  }
}
#globalHeader .contents-inner .search-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 53px;
  height: 36px;
  border-radius: 36px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #globalHeader .contents-inner .search-btn:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .contents-inner .search-btn {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  #globalHeader .contents-inner .search-btn img {
    width: 16px;
  }
}
#globalHeader .contents-inner .sp-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  border-radius: 0;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  z-index: 10;
}
#globalHeader .contents-inner .sp-menu.noactive span {
  animation-duration: 0s !important;
}
#globalHeader .contents-inner .sp-menu.active span:nth-of-type(1) {
  animation-name: menuAnim1;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .contents-inner .sp-menu.active span:nth-of-type(2) {
  animation-name: menuAnim2;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .contents-inner .sp-menu.active span:nth-of-type(3) {
  animation-name: menuAnim3;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .contents-inner .sp-menu span {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #5eb5fb;
}
#globalHeader .contents-inner .sp-menu span:nth-of-type(1) {
  top: 17px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim4;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .contents-inner .sp-menu span:nth-of-type(2) {
  top: 24px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim5;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .contents-inner .sp-menu span:nth-of-type(3) {
  top: 31px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim6;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes menuAnim1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes menuAnim2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes menuAnim4 {
  0% {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    top: 17px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim5 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim6 {
  0% {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    top: 31px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

#searchModal {
  position: fixed;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, zIndex 0.3s;
}
@media screen and (max-width: 768px) {
  #searchModal {
    padding: 5.3333333333vw;
  }
}
#searchModal.active {
  opacity: 1;
  visibility: visible;
}
#searchModal .wrap {
  position: relative;
  max-width: 1300px;
  width: 100%;
  height: fit-content;
  max-height: 70vh;
  border-radius: 20px;
  background-color: #fff;
  overflow-y: auto;
}
@media screen and (max-width: 1340px) {
  #searchModal .wrap {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 900px) {
  #searchModal .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #searchModal .wrap {
    width: 100%;
    height: calc(100% - 5.3333333333vw);
    border-radius: 2.6666666667vw;
  }
}
#searchModal .close {
  position: absolute;
  top: 50px;
  right: 50px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #searchModal .close:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  #searchModal .close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #searchModal .close {
    top: 8vw;
    right: 5.3333333333vw;
  }
}
#searchModal .close img {
  width: 42px;
}
@media screen and (max-width: 768px) {
  #searchModal .close img {
    width: 9.3333333333vw;
  }
}
#searchModal .inner {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 70px;
}
@media screen and (max-width: 768px) {
  #searchModal .inner {
    padding: 8vw 5.3333333333vw;
  }
}
#searchModal .headline .main {
  font-size: 38px;
  font-weight: bold;
  font-family: "Kumbh Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  #searchModal .headline .main {
    font-size: 3rem;
  }
}
#searchModal .headline .sub {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #searchModal .headline .sub {
    margin-top: 2vw;
    font-size: 1.1rem;
  }
}
#searchModal .keyword-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #searchModal .keyword-list {
    gap: 4vw 2.6666666667vw;
    margin-top: 8vw;
  }
}
#searchModal .keyword-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 50px;
  padding: 0 15px;
  border-radius: 9999px;
  border: 1px solid #3f64ea;
  font-size: 13px;
  font-weight: 560;
  color: #3f64ea;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  #searchModal .keyword-list a {
    height: 9.3333333333vw;
    padding: 0 5.3333333333vw;
    font-size: 1.1rem;
  }
}
#searchModal .keyword-list a.hidden {
  display: none;
}
@media screen and (min-width: 769px) {
  #searchModal .keyword-list a:hover {
    background-color: #e5f0fb;
  }
}
#searchModal .keyword-more {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #searchModal .keyword-more {
    margin-top: 8vw;
  }
}
#searchModal .keyword-more a {
  position: relative;
  padding-bottom: 3px;
  font-size: 13px;
  color: #141414;
  border-bottom: 1px solid #141414;
}
#searchModal .keyword-more a.on::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #searchModal .keyword-more a {
    padding-bottom: 0.8vw;
    font-size: 1.1rem;
  }
}
#searchModal .keyword-more a::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -20px;
  width: 15px;
  height: 12px;
  background-image: url("../images/common/icn-ar-b-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  #searchModal .keyword-more a::before {
    top: 0.8vw;
    right: -3.6vw;
    width: 2.9333333333vw;
    height: 2.1333333333vw;
  }
}

#globalFooter {
  padding: 100px 0 50px;
  background-color: #1e1e1a;
}
@media screen and (max-width: 768px) {
  #globalFooter {
    padding: 13.3333333333vw 0 7.3333333333vw;
  }
}
#globalFooter .logo img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  #globalFooter .logo img {
    width: 63.7333333333vw;
  }
}
#globalFooter .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
#globalFooter .footer-top .footer-top-left {
  flex-grow: 1;
}
#globalFooter .footer-top .footer-top-left nav:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav:nth-of-type(2) {
    margin-top: 0;
  }
}
#globalFooter .footer-top .footer-top-left nav > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
}
@media screen and (max-width: 1000px) {
  #globalFooter .footer-top .footer-top-left nav > ul {
    gap: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav > ul {
    display: block;
  }
}
#globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(1), #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(4) {
  width: 185px;
}
@media screen and (max-width: 1160px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(1), #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(4) {
    width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(1), #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(4) {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(1), #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(4) {
    width: 100%;
  }
}
#globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(2), #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(5) {
  width: 275px;
}
@media screen and (max-width: 1160px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(2), #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(5) {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(2), #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(5) {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(2), #globalFooter .footer-top .footer-top-left nav > ul > li:nth-of-type(5) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li {
    border-bottom: 1px solid #3e3d3a;
  }
}
#globalFooter .footer-top .footer-top-left nav > ul > li > a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 1100px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li > a {
    position: relative;
    display: block;
    padding: 8vw 0 6.6666666667vw;
    font-size: 1.5rem;
  }
  #globalFooter .footer-top .footer-top-left nav > ul > li > a::before {
    content: "";
    position: absolute;
    top: 10vw;
    right: 2vw;
    width: 4vw;
    height: 0.2666666667vw;
    background-color: #fff;
  }
  #globalFooter .footer-top .footer-top-left nav > ul > li > a::after {
    content: "";
    position: absolute;
    top: 8.2666666667vw;
    right: 3.7333333333vw;
    width: 0.2666666667vw;
    height: 4vw;
    background-color: #fff;
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li > a.active span::after {
    transform: rotate(90deg);
  }
}
#globalFooter .footer-top .footer-top-left nav > ul > li li a {
  font-size: 16px;
  color: #fff;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1100px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li li a {
    font-size: 1.2rem;
  }
}
#globalFooter .footer-top .footer-top-left nav > ul > li ul {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li ul {
    display: none;
    margin-top: 0;
    padding-bottom: 6.6666666667vw;
  }
}
#globalFooter .footer-top .footer-top-left nav > ul > li ul li:not(:nth-of-type(1)) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .footer-top-left nav > ul > li ul li:not(:nth-of-type(1)) {
    margin-top: 6.6666666667vw;
  }
}
#globalFooter .footer-top .footer-top-right {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
#globalFooter .footer-top .footer-top-right .common-btn.bg-blue a {
  border: 1px solid #5eb5fb;
  background-color: #e8f3fb;
  color: #141414;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .footer-top-right .common-btn.bg-blue a {
    transition: 0.3s;
  }
  #globalFooter .footer-top .footer-top-right .common-btn.bg-blue a:hover {
    background-color: #5eb5fb;
    color: #fff;
  }
}
#globalFooter .footer-top .footer-top-right .common-btn:not(.bg-blue) a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .footer-top-right .common-btn:not(.bg-blue) a:hover {
    opacity: 0.7;
  }
}
#globalFooter .footer-top .footer-top-right .common-btn a {
  width: 300px;
  height: 85px;
  font-size: 21px;
}
@media screen and (max-width: 1130px) {
  #globalFooter .footer-top .footer-top-right .common-btn a {
    width: 230px;
    font-size: 18px;
  }
}
@media screen and (max-width: 870px) {
  #globalFooter .footer-top .footer-top-right .common-btn a {
    width: 180px;
    font-size: 14px;
  }
}
#globalFooter .footer-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 70px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-mid {
    flex-direction: column;
    margin-top: 0;
    padding: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-mid .footer-mid-left {
    margin-top: 0;
  }
}
#globalFooter .footer-mid .footer-mid-left .sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-mid .footer-mid-left .sns {
    gap: 0 8vw;
  }
}
#globalFooter .footer-mid .footer-mid-left .sns a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-mid .footer-mid-left .sns a:hover {
    opacity: 0.7;
  }
}
#globalFooter .footer-mid .footer-mid-left .sns img {
  width: 30px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-mid .footer-mid-left .sns img {
    width: 6.6666666667vw;
  }
}
#globalFooter .footer-mid .footer-mid-mid {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
  margin-top: 13.3333333333vw;
}
#globalFooter .footer-mid .footer-mid-mid .common-btn.bg-blue a {
  border: 1px solid #5eb5fb;
  background-color: #e8f3fb;
  color: #141414;
}
#globalFooter .footer-mid .footer-mid-mid .common-btn a {
  width: 66.6666666667vw;
  height: 13.3333333333vw;
  font-size: 1.5rem;
  color: #292929;
}
#globalFooter .footer-mid .footer-mid-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 27px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-mid .footer-mid-right {
    gap: 0 4vw;
    margin-top: 13.3333333333vw;
  }
}
#globalFooter .footer-mid .footer-mid-right a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-mid .footer-mid-right a:hover {
    opacity: 0.7;
  }
}
#globalFooter .footer-mid .footer-mid-right img {
  width: 265px;
}
@media screen and (max-width: 900px) {
  #globalFooter .footer-mid .footer-mid-right img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-mid .footer-mid-right img {
    width: 42.6666666667vw;
  }
}
#globalFooter .footer-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding-top: 50px;
  border-top: 1px solid #3e3d3a;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm {
    flex-direction: column;
    gap: 8vw 0;
    margin-top: 0;
    padding-top: 8vw;
  }
}
#globalFooter .footer-btm .footer-btm-left ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
#globalFooter .footer-btm .footer-btm-left ul li {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .footer-btm-left ul li {
    padding: 0 5.3333333333vw;
  }
}
#globalFooter .footer-btm .footer-btm-left ul li:not(:nth-of-type(1)) {
  border-left: 1px solid #efefef;
}
#globalFooter .footer-btm .footer-btm-left ul li a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  font-size: 13px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-btm .footer-btm-left ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .footer-btm-left ul li a {
    font-size: 1.1rem;
  }
}
#globalFooter .footer-btm .footer-btm-right {
  font-size: 13px;
  color: #fff;
  font-family: "Kumbh Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .footer-btm-right {
    font-size: 1rem;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-fs12 {
  font-size: 12px;
}

.text-fs14 {
  font-size: 14px;
}

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs19 {
  font-size: 19px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs21 {
  font-size: 21px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs23 {
  font-size: 23px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs25 {
  font-size: 25px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs27 {
  font-size: 27px;
}

.text-fs28 {
  font-size: 28px;
}

.text-fs30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text-fs12 {
    font-size: 12px;
  }
  .text-fs14 {
    font-size: 14px;
  }
  .text-fs16 {
    font-size: 14px;
  }
  .text-fs18 {
    font-size: 16px;
  }
  .text-fs19 {
    font-size: 18px;
  }
  .text-fs20 {
    font-size: 18px;
  }
  .text-fs21 {
    font-size: 18px;
  }
  .text-fs22 {
    font-size: 20px;
  }
  .text-fs23 {
    font-size: 20px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs25 {
    font-size: 24px;
  }
  .text-fs26 {
    font-size: 24px;
  }
  .text-fs27 {
    font-size: 24px;
  }
  .text-fs28 {
    font-size: 24px;
  }
  .text-fs30 {
    font-size: 24px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt45 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt90 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 60px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 60px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }
  .mtsp20 {
    margin-top: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
  .mb90 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 60px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 30px !important;
  }
  .pt45 {
    padding-top: 30px !important;
  }
  .pt50 {
    padding-top: 40px !important;
  }
  .pt60 {
    padding-top: 40px !important;
  }
  .pt70 {
    padding-top: 50px !important;
  }
  .pt80 {
    padding-top: 50px !important;
  }
  .pt90 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 30px !important;
  }
  .pb45 {
    padding-bottom: 30px !important;
  }
  .pb50 {
    padding-bottom: 40px !important;
  }
  .pb60 {
    padding-bottom: 40px !important;
  }
  .pb70 {
    padding-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb90 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.common-section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .common-section-title {
    position: relative;
  }
}
.common-section-title .main {
  font-size: 80px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .common-section-title .main {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .common-section-title .main {
    font-size: 4rem;
  }
}
.common-section-title .sub {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .common-section-title .sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .common-section-title .sub {
    margin-top: 3.3333333333vw;
    font-size: 1.2rem;
  }
}
.common-section-title .list-btn {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .common-section-title .list-btn {
    position: absolute;
    bottom: -3.3333333333vw;
    right: 0;
  }
}
.common-section-title .list-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .common-section-title .list-btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .common-section-title .list-btn a {
    gap: 0 2.6666666667vw;
  }
}
.common-section-title .list-btn a span {
  padding-bottom: 3px;
  font-size: 18px;
  border-bottom: 1px solid #141414;
}
@media screen and (max-width: 768px) {
  .common-section-title .list-btn a span {
    font-size: 1.2rem;
  }
}
.common-section-title .list-btn a::after {
  content: "";
  width: 93px;
  height: 64px;
  border-radius: 64px;
  background-image: url("../images/common/icn-ar-r-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 17px;
  background-color: #5eb5fb;
}
@media screen and (max-width: 768px) {
  .common-section-title .list-btn a::after {
    width: 12vw;
    height: 8vw;
    background-size: 2.4vw 2.2666666667vw;
  }
}

.common-btn.bg-blue a {
  background-color: #5eb5fb;
}
.common-btn.bg-white a {
  background-color: #fff;
  color: #2c364d;
}
.common-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  color: #fff;
  border-radius: 9999px;
  font-weight: bold;
}

.common-item-date {
  font-size: 15px;
  font-weight: bold;
  font-family: "Kumbh Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .common-item-date {
    font-size: 1.2rem;
  }
}

.common-item-category {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-width: 120px;
  width: fit-content;
  height: 30px;
  border-radius: 9999px;
  background-color: #e5f0fb;
  font-size: 13px;
  font-weight: 500;
  color: #3f64ea;
}
@media screen and (max-width: 768px) {
  .common-item-category {
    min-width: 25.3333333333vw;
    height: 5.3333333333vw;
    font-size: 1rem;
  }
}

.common-search-form input {
  width: 100%;
  height: 95px;
  margin-top: 15px;
  padding: 0 20px 0 90px;
  font-size: 26px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #141414;
  background-image: url("../images/common/icn-search.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 37px 36px;
}
.common-search-form input:placeholder-shown {
  color: #999;
}
.common-search-form input::-webkit-input-placeholder {
  color: #999;
}
.common-search-form input:-moz-placeholder {
  color: #999;
}
.common-search-form input::-moz-placeholder {
  color: #999;
}
.common-search-form input:-ms-input-placeholder {
  color: #999;
}
@media screen and (max-width: 768px) {
  .common-search-form input {
    height: auto;
    margin-top: 2.6666666667vw;
    padding: 4.6666666667vw 2.6666666667vw 4.6666666667vw 9.3333333333vw;
    font-size: 1.3rem;
    background-size: 4.9333333333vw 4.8vw;
  }
}

.common-slider {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .common-slider {
    width: calc(100% + 10.6666666667vw);
    margin-top: 9.3333333333vw;
    margin-left: -5.3333333333vw;
  }
}
.common-slider .common-swiper-prev,
.common-slider .common-swiper-next {
  top: 90px;
}
@media screen and (max-width: 768px) {
  .common-slider .common-swiper-prev,
  .common-slider .common-swiper-next {
    top: 16.9333333333vw;
  }
}
.common-slider .common-swiper-prev {
  left: -30px;
}
@media screen and (max-width: 768px) {
  .common-slider .common-swiper-prev {
    left: 9.3333333333vw;
  }
}
.common-slider .common-swiper-next {
  right: -30px;
}
@media screen and (max-width: 768px) {
  .common-slider .common-swiper-next {
    right: 9.3333333333vw;
  }
}

.common-swiper-prev,
.common-swiper-next {
  position: absolute;
  z-index: 10;
  width: 60px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid #3c96c8;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}
@media screen and (min-width: 769px) {
  .common-swiper-prev:hover,
  .common-swiper-next:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .common-swiper-prev,
  .common-swiper-next {
    width: 10.1333333333vw;
    height: 6.8vw;
    background-size: 2.5333333333vw 2.4vw;
  }
}

.common-swiper-prev {
  background-image: url("../images/common/icn-ar-l-blue.svg");
}

.common-swiper-next {
  background-image: url("../images/common/icn-ar-r-blue.svg");
}

.common-post-item a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .common-post-item a:hover {
    opacity: 0.7;
  }
}
.common-post-item .item-thumbnail {
  position: relative;
  background-color: transparent;
}
.common-post-item .item-thumbnail::before {
  content: "";
  display: block;
  padding-top: 57.0532915361%;
}
.common-post-item .item-thumbnail img,
.common-post-item .item-thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-post-item .item-content {
  padding: 30px 20px 0;
}
@media screen and (max-width: 768px) {
  .common-post-item .item-content {
    padding: 4vw 0 0;
  }
}
.common-post-item .common-item-date {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .common-post-item .common-item-date {
    margin-top: 4vw;
  }
}
.common-post-item .item-title {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 1100px) {
  .common-post-item .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .common-post-item .item-title {
    margin-top: 4vw;
    font-size: 1.3rem;
  }
}

.common-faq {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .common-faq {
    padding: 13.3333333333vw 0;
  }
}
.common-faq.bg-white {
  background-color: #fff;
}
.common-faq .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 670px;
  height: 120px;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #fcd985;
  font-size: 22px;
  font-weight: bold;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .common-faq .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1100px) {
  .common-faq .btn a {
    width: 500px;
    height: 100px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-faq .btn a {
    width: 68vw;
    height: 16vw;
    font-size: 1.4rem;
  }
}

.side-fixed-menu {
  position: fixed;
  z-index: 20;
  top: 100px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  width: 50px;
  padding: 50px 0;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .side-fixed-menu {
    display: none;
  }
}
.side-fixed-menu a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .side-fixed-menu a:hover {
    opacity: 0.7;
  }
}
.side-fixed-menu img {
  width: 27px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    gap: 0 2.6666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0 10px 5px;
  font-size: 30px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    flex-shrink: 0;
    font-size: 1.5rem;
  }
}
.wp-pagenavi a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .wp-pagenavi a:hover {
    opacity: 0.7;
  }
}
.wp-pagenavi .current {
  border-bottom: 1px solid #141414;
}
.wp-pagenavi .extend {
  margin-top: -15px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 93px;
  height: 64px;
  border-radius: 9999px;
  border: 1px solid #5eb5fb;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 17px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 12.4vw;
    height: 8.5333333333vw;
    background-size: 2.4vw 2.2666666667vw;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 30px;
  background-image: url("../images/common/icn-ar-l-blue.svg");
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 2.6666666667vw;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 30px;
  background-image: url("../images/common/icn-ar-r-blue.svg");
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 2.6666666667vw;
  }
}

.common-post-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 80px 1.625%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .common-post-list {
    gap: 0;
    margin-top: 2.6666666667vw;
  }
}
.common-post-list .item {
  width: 32.25%;
}
@media screen and (max-width: 768px) {
  .common-post-list .item {
    width: 100%;
  }
}

/*--------------------------
HOME
----------------------------*/
main#contents.home {
  position: relative;
  background-image: url("../images/common/bg-content.png");
  background-repeat: repeat-x;
  background-position: left 65px;
  background-size: auto 573px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  main#contents.home {
    background-image: url("../images/common/bg-content-sp.png");
    background-position: left 16.6666666667vw;
    background-size: auto 66.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv {
    margin-top: 5.3333333333vw;
  }
}
main#contents.home .c-mv .contents-inner {
  position: relative;
  max-width: 1260px;
}
@media screen and (max-width: 1510px) {
  main#contents.home .c-mv .contents-inner {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner {
    padding: 0;
  }
}
main#contents.home .c-mv .contents-inner .col-left {
  padding-left: 85px;
}
@media screen and (max-width: 1340px) {
  main#contents.home .c-mv .contents-inner .col-left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-left {
    padding-left: 0;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper {
  position: relative;
  overflow: visible;
  padding-top: 260px;
}
@media screen and (max-width: 1340px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper {
    padding-top: 20.8955223881vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper {
    padding-top: 0;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-wrapper {
  align-items: flex-end;
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide {
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  transform-origin: center bottom;
  transition: transform 0.5s;
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide.swiper-slide-active {
    transform: scale(2);
    margin-left: 165px;
    margin-right: 200px !important;
    padding: 15px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1340px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide.swiper-slide-active {
    margin-left: 13.4328358209vw;
    margin-right: 14.9253731343vw !important;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide.swiper-slide-active .item-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide.swiper-slide-active .item-title {
  display: block;
  min-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide.swiper-slide-active .item-title {
    min-height: 8.5333333333vw;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-thumbnail {
  position: relative;
  background-color: transparent;
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-thumbnail::before {
  content: "";
  display: block;
  padding-top: 57.1875%;
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-thumbnail img,
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-meta {
    gap: 0 10px;
    margin-top: 7px;
  }
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-meta .common-item-date {
    font-size: 7.5px;
  }
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-meta .common-item-category {
    width: 60px;
    min-width: 60px;
    height: 15px;
    font-size: 6.5px;
  }
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-title {
    margin-top: 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide {
    padding: 3.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-meta {
    gap: 0 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-title {
    margin-top: 3.3333333333vw;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-title,
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-slide .item-meta {
  display: none;
}
main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-prev,
main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-next {
  position: absolute;
  z-index: 10;
  top: 210px;
}
@media screen and (max-width: 1340px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-prev,
  main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-next {
    top: 240px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-prev,
  main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-next {
    top: 20vw;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-prev {
  left: -40px;
}
@media screen and (max-width: 1340px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-prev {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-prev {
    left: 2.6666666667vw;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-next {
  left: 640px;
}
@media screen and (max-width: 1340px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-next {
    left: 50.7462686567vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .common-swiper-next {
    left: auto;
    right: 2.6666666667vw;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-pagination {
  position: static;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 2.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-pagination span {
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 10px;
  border-radius: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-pagination span {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin: 0 1.3333333333vw;
  }
}
main#contents.home .c-mv .contents-inner .col-left .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #3b96c7;
}
main#contents.home .c-mv .contents-inner .col-right {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 0;
  width: 450px;
  padding: 15px 35px;
  background-color: #fc9566;
  border-radius: 16px;
}
@media screen and (max-width: 1510px) {
  main#contents.home .c-mv .contents-inner .col-right {
    top: 150px;
    right: calc(1.9867549669vw + 90px);
  }
}
@media screen and (max-width: 1490px) {
  main#contents.home .c-mv .contents-inner .col-right {
    width: 28.1879194631vw;
  }
}
@media screen and (max-width: 1000px) {
  main#contents.home .c-mv .contents-inner .col-right {
    top: 125px;
    width: 26.1744966443vw;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-right {
    position: static;
    width: calc(100% - 22.6666666667vw);
    margin: 5.3333333333vw auto 0;
    padding: 0.6666666667vw 5.3333333333vw 2.6666666667vw 8vw;
    border-radius: 2.1333333333vw;
  }
}
main#contents.home .c-mv .contents-inner .col-right .product-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
}
@media screen and (max-width: 1290px) {
  main#contents.home .c-mv .contents-inner .col-right .product-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-right .product-list {
    gap: 0 8vw;
  }
}
main#contents.home .c-mv .contents-inner .col-right .list-headline {
  flex-shrink: 0;
  padding-top: 20px;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-right .list-headline {
    font-size: 1.2rem;
  }
}
main#contents.home .c-mv .contents-inner .col-right ul {
  flex-grow: 1;
  width: 100%;
}
main#contents.home .c-mv .contents-inner .col-right ul li {
  border-bottom: 1px dashed #f0c4b0;
}
main#contents.home .c-mv .contents-inner .col-right ul li a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 0;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.home .c-mv .contents-inner .col-right ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 900px) {
  main#contents.home .c-mv .contents-inner .col-right ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-right ul li a {
    padding: 4vw 0;
    font-size: 1.5rem;
  }
}
main#contents.home .c-mv .contents-inner .col-right ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url("../images/common/icn-ar-r-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 9px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  main#contents.home .c-mv .contents-inner .col-right ul li a::before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-size: 7px 6px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-mv .contents-inner .col-right ul li a::before {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    border-radius: 4.6666666667vw;
    background-size: 1.4666666667vw 1.4666666667vw;
  }
}
main#contents.home .c-box01 {
  margin-top: 35px;
  background-image: url("../images/top/mv-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 300px;
  background-color: #fcd985;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 {
    margin-top: 8vw;
  }
}
main#contents.home .c-box01 .important-news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .important-news {
    gap: 4vw 2.6666666667vw;
    flex-wrap: wrap;
  }
}
main#contents.home .c-box01 .important-news .important {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100px;
  height: 30px;
  border-radius: 9999px;
  background-color: #fc9566;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .important-news .important {
    width: 18.6666666667vw;
    height: 6vw;
    font-size: 1.1rem;
  }
}
main#contents.home .c-box01 .important-news .category {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: fit-content;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #fc9566;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .important-news .category {
    height: 6vw;
    font-size: 1.1rem;
  }
}
main#contents.home .c-box01 .important-news .title {
  margin-left: 5px;
  font-size: 20px;
  line-height: 1.3;
}
main#contents.home .c-box01 .important-news .title a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.home .c-box01 .important-news .title a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .important-news .title {
    width: 100%;
    margin-left: 0;
    font-size: 1.3rem;
  }
}
main#contents.home .c-box01 .news-box {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box {
    margin-top: 8vw;
    border-radius: 4vw;
  }
}
main#contents.home .c-box01 .news-box .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 105px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 60px;
}
@media screen and (max-width: 1120px) {
  main#contents.home .c-box01 .news-box .inner {
    gap: 0 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .inner {
    display: block;
    padding: 8vw 5.3333333333vw 6.6666666667vw;
  }
}
main#contents.home .c-box01 .news-box .category-list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .category-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4vw 3.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
main#contents.home .c-box01 .news-box .category-list .common-btn a {
  width: 128px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #5eb5fb;
  border: 1px solid #5eb5fb;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.home .c-box01 .news-box .category-list .common-btn a:hover {
    background-color: #5eb5fb;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .category-list .common-btn a {
    width: 24vw;
    height: 8vw;
    font-size: 1.1rem;
  }
}
main#contents.home .c-box01 .news-box .news-box-left {
  flex-shrink: 0;
}
main#contents.home .c-box01 .news-box .news-box-left .news-title .main {
  font-size: 80px;
  font-weight: 300;
  font-family: "Kumbh Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .news-box-left .news-title .main {
    font-size: 4rem;
    font-weight: 500;
  }
}
main#contents.home .c-box01 .news-box .news-box-left .news-title .sub {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .news-box-left .news-title .sub {
    margin-top: 4vw;
    font-size: 1.1rem;
  }
}
main#contents.home .c-box01 .news-box .news-box-right {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .news-box-right {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .news-box-right .news-list {
    border-bottom: 1px solid #cad5e1;
  }
}
main#contents.home .c-box01 .news-box .news-box-right .news-list .item a {
  position: relative;
  display: block;
  padding: 30px 125px 40px 0;
  border-top: 1px solid #cad5e1;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .news-box-right .news-list .item a {
    padding: 5.3333333333vw 22.6666666667vw 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  main#contents.home .c-box01 .news-box .news-box-right .news-list .item a:hover::before {
    background-color: #5eb5fb;
  }
  main#contents.home .c-box01 .news-box .news-box-right .news-list .item a:hover .common-item-date {
    color: #5eb5fb;
  }
  main#contents.home .c-box01 .news-box .news-box-right .news-list .item a:hover .title {
    color: #5eb5fb;
  }
}
main#contents.home .c-box01 .news-box .news-box-right .news-list .item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 105px;
  height: 73px;
  border-radius: 9999px;
  background-image: url("../images/common/icn-ar-r-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px 17px;
  background-color: #e8f3fb;
  transition: background 0.3s;
}
@media screen and (max-width: 900px) {
  main#contents.home .c-box01 .news-box .news-box-right .news-list .item a::before {
    width: 11.6666666667vw;
    height: 8.1111111111vw;
    background-size: 1.8888888889vw 1.8888888889vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .news-box-right .news-list .item a::before {
    width: 13.3333333333vw;
    height: 9.3333333333vw;
    background-size: 2.2666666667vw 2.2666666667vw;
  }
}
main#contents.home .c-box01 .news-box .news-box-right .news-list .item .item-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}
main#contents.home .c-box01 .news-box .news-box-right .news-list .item .item-meta .common-item-date {
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .news-box-right .news-list .item .item-meta .common-item-category {
    width: 18.6666666667vw;
  }
}
main#contents.home .c-box01 .news-box .news-box-right .news-list .item .title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box01 .news-box .news-box-right .news-list .item .title {
    margin-top: 3.3333333333vw;
    font-size: 1.3rem;
  }
}
main#contents.home .c-box02,
main#contents.home .c-box03 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box02,
  main#contents.home .c-box03 {
    padding: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  main#contents.home .c-box02 .contents-inner,
  main#contents.home .c-box03 .contents-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
main#contents.home .c-box02 {
  background-color: #fcd985;
}
main#contents.home .c-box03 {
  background-image: url("../images/top/bg-content.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 434px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main#contents.home .c-box03 {
    background-image: url("../images/top/bg-content-sp.png");
    background-position: left top;
    background-size: 100% auto;
  }
}

/*--------------------------
SUB
----------------------------*/
main#contents.sub .breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
}
@media screen and (max-width: 1240px) {
  main#contents.sub .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.sub .breadcrumb {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    margin-right: 0;
    margin-top: 4vw;
    padding: 0 5.3333333333vw;
    font-size: 1rem;
  }
}
main#contents.sub .breadcrumb > span > span {
  color: #fc9566;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main#contents.sub .breadcrumb a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.sub .breadcrumb a:hover {
    opacity: 0.7;
  }
}
main#contents.sub .breadcrumb .sep {
  width: 30px;
  height: 1px;
  background-color: #cad5e1;
}
@media screen and (max-width: 768px) {
  main#contents.sub .breadcrumb .sep {
    flex-shrink: 0;
    width: 5.3333333333vw;
  }
}

/*--------------------------
ARCHIVE
----------------------------*/
main#contents.archive {
  position: relative;
  background-image: url("../images/common/bg-content.png");
  background-repeat: repeat-x;
  background-position: left 65px;
  background-size: auto 573px;
}
@media screen and (max-width: 768px) {
  main#contents.archive {
    background-image: url("../images/common/bg-content-sp.png");
    background-position: left 65px;
    background-size: 100% auto;
  }
}
main#contents.archive .page-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 0 40px;
}
@media screen and (max-width: 1240px) {
  main#contents.archive .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.archive .page-title {
    gap: 0 4vw;
    margin-top: 9.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
main#contents.archive .page-title .main {
  font-size: 80px;
  font-weight: bold;
  font-family: "Kumbh Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  main#contents.archive .page-title .main {
    font-size: 4rem;
  }
}
main#contents.archive .page-title .sub {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main#contents.archive .page-title .sub {
    font-size: 1.1rem;
  }
}
main#contents.archive .category-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 1240px) {
  main#contents.archive .category-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.archive .category-list {
    margin-top: 10.6666666667vw;
    border-radius: 0;
  }
}
main#contents.archive .category-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  main#contents.archive .category-list ul.col2 li {
    width: 50%;
  }
  main#contents.archive .category-list ul.col3 li {
    width: 33.33%;
  }
  main#contents.archive .category-list ul.col4 li {
    width: 25%;
  }
  main#contents.archive .category-list ul.col5 li {
    width: 20%;
  }
  main#contents.archive .category-list ul.col1 li {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  main#contents.archive .category-list li {
    width: 20%;
  }
}
main#contents.archive .category-list li.active a {
  background-color: #fc9566;
  color: #fff;
}
main#contents.archive .category-list li.active a::before {
  content: "";
}
main#contents.archive .category-list li:nth-of-type(1) a {
  border-radius: 16px 0 0 0;
}
@media screen and (max-width: 768px) {
  main#contents.archive .category-list li:nth-of-type(1) a {
    border-radius: 0;
  }
}
main#contents.archive .category-list li:last-of-type a {
  border-radius: 0 16px 0 0;
}
@media screen and (max-width: 768px) {
  main#contents.archive .category-list li:last-of-type a {
    border-radius: 0;
  }
}
main#contents.archive .category-list li:not(:nth-of-type(1)) {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  main#contents.archive .category-list li:not(:nth-of-type(1)) {
    border-left-width: 4px;
  }
}
main#contents.archive .category-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 75px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  background-color: #eaeaea;
}
main#contents.archive .category-list li a.icon span {
  position: relative;
  display: inline-block;
  max-width: 85%;
  padding-right: 25px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  main#contents.archive .category-list li a.icon span {
    padding-right: 0;
  }
}
main#contents.archive .category-list li a.icon span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url("../images/common/icn-outlink.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  main#contents.archive .category-list li a.icon span::before {
    content: none;
  }
}
@media screen and (max-width: 1000px) {
  main#contents.archive .category-list li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.archive .category-list li a {
    height: 16vw;
    padding: 0 1.3333333333vw;
    font-size: 1.2rem;
    line-height: 1.33;
    text-align: center;
  }
}
main#contents.archive .category-list li a::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #fc9566;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  main#contents.archive .category-list li a::before {
    bottom: -2.5333333333vw;
    border-right-width: 3.2vw;
    border-left-width: 3.2vw;
    border-top-width: 5.3333333333vw;
  }
}
main#contents.archive .c-box01 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main#contents.archive .c-box01 {
    padding-top: 6.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  main#contents.archive .c-box01 .common-search-form {
    padding: 0 5.3333333333vw;
  }
}
main#contents.archive .c-box01 .common-search-form {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
main#contents.archive .c-box01 .not-found {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main#contents.archive .c-box01 .not-found {
    margin-top: 10.6666666667vw;
  }
}
main#contents.archive .c-box01 .common-post-list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main#contents.archive .c-box01 .common-post-list {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 1050px) {
  main#contents.archive .c-box01 .common-post-item .item-content {
    padding-left: 0;
    padding-right: 0;
  }
  main#contents.archive .c-box01 .common-post-item .item-content .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.archive .c-box01 .common-post-item a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 2.6666666667vw 4vw;
    padding: 6.6666666667vw 0;
    border-bottom: 1px solid #cad5e1;
  }
  main#contents.archive .c-box01 .common-post-item .item-thumbnail {
    order: 2;
    width: calc(50% - 2vw);
  }
  main#contents.archive .c-box01 .common-post-item .item-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 2.6666666667vw;
    order: 1;
    width: 100%;
    padding-top: 0;
  }
  main#contents.archive .c-box01 .common-post-item .item-content .common-item-category {
    order: 1;
  }
  main#contents.archive .c-box01 .common-post-item .item-content .common-item-date {
    order: 2;
    margin-top: 0;
  }
  main#contents.archive .c-box01 .common-post-item .item-title.sp {
    order: 3;
    width: calc(50% - 2vw);
    margin-top: 0;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}

main#contents.archive.search .page-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main#contents.archive.search .page-title {
    margin-bottom: 13.3333333333vw;
  }
}
main#contents.archive.search .search-word {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 80px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main#contents.archive.search .search-word {
    margin-bottom: 20vw;
    font-size: 1.2rem;
  }
}

/*--------------------------
SINGLE
----------------------------*/
main#contents.single {
  position: relative;
}
main#contents.single::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  background-image: url("../images/single/mv-bg02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 900px;
}
@media screen and (max-width: 1040px) {
  main#contents.single::before {
    background-size: 100% 86.5384615385vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents.single::before {
    background-image: url("../images/single/mv-bg02-sp.png");
    background-size: 100% 113.7333333333vw;
  }
}
main#contents.single::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 190px;
  left: 0;
  width: 100%;
  height: 573px;
  background-image: url("../images/single/mv-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  main#contents.single::after {
    top: 33.3333333333vw;
    height: 72vw;
    background-image: url("../images/single/mv-bg-sp.png");
    background-size: 100% 113.7333333333vw;
  }
}
main#contents.single .breadcrumb .sep {
  background-color: #141414;
}
main#contents.single .c-box01 {
  margin-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  main#contents.single .c-box01 {
    margin-top: 10.6666666667vw;
    padding-bottom: 150;
  }
}
main#contents.single .c-box01 .contents-inner {
  max-width: 1000px;
}
main#contents.single .c-box01 .post-meta .post-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  main#contents.single .c-box01 .post-meta .post-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  main#contents.single .c-box01 .post-meta .post-title {
    font-size: 1.7rem;
  }
}
main#contents.single .c-box01 .post-meta .common-item-category {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main#contents.single .c-box01 .post-meta .common-item-category {
    margin-top: 5.3333333333vw;
  }
}
main#contents.single .c-box01 .post-meta .common-item-date {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main#contents.single .c-box01 .post-meta .common-item-date {
    margin-top: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
main#contents.single .c-box01 .post-thumbnail img {
  width: 100%;
}
main#contents.single .c-box01 .editor-styles-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main#contents.single .c-box01 .editor-styles-wrapper {
    margin-top: 8vw;
  }
}
main#contents.single .c-box01 .to-list-btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  main#contents.single .c-box01 .to-list-btn {
    margin-top: 9.3333333333vw;
  }
}
main#contents.single .c-box01 .to-list-btn a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 480px;
  height: 100px;
  margin: 0 auto;
  padding-left: 60px;
  border-radius: 9999px;
  background-color: #fc9566;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  main#contents.single .c-box01 .to-list-btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  main#contents.single .c-box01 .to-list-btn a {
    width: 78.6666666667vw;
    height: 14.6666666667vw;
    padding-left: 8vw;
    font-size: 1.3rem;
  }
}
main#contents.single .c-box01 .to-list-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 78px;
  height: 50px;
  border-radius: 9999px;
  background-image: url("../images/common/icn-ar-r-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px 17px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main#contents.single .c-box01 .to-list-btn a::before {
    right: 4vw;
    width: 10.4vw;
    height: 6.6666666667vw;
    background-size: 2.2666666667vw 2.2666666667vw;
  }
}
main#contents.single .new-arrival {
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) {
  main#contents.single .new-arrival .common-swiper-prev,
  main#contents.single .new-arrival .common-swiper-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main#contents.single .new-arrival {
    padding-bottom: 20vw;
  }
}
main#contents.single .new-arrival .contents-inner {
  max-width: 1200px;
}

.wp-block[data-type="core/widget-area"] {
  max-width: 1200px;
}

html :where(.wp-block) {
  max-width: 880px;
}

.blocks-widgets-container .editor-styles-wrapper {
  max-width: 100%;
}

.block-editor-block-list__block:not(.is-selected) > .block-editor-block-list__block > .block-list-appender:only-child:after {
  border: 1px dashed !important;
}

.editor-styles-wrapper a {
  color: #141414;
  font-weight: bold;
}
.editor-styles-wrapper p a {
  text-decoration: underline;
}
.editor-styles-wrapper .link-button {
  display: inline-block;
  width: 95%;
  border-radius: 5px;
  font-size: 12pt;
  text-align: center;
  cursor: pointer;
  padding: 12px 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #6666ff;
  color: #ffffff;
  line-height: 1em;
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 3px 3px 3px #666666;
  border: 2px solid #6666ff;
}
.editor-styles-wrapper .link-button:visited {
  color: #ffffff;
}
.editor-styles-wrapper .link-button:hover {
  box-shadow: none;
  color: #ffd700;
}
.editor-styles-wrapper img {
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-embed__wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-embed__wrapper {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-embed__wrapper .wp-embedded-content {
  width: 100% !important;
}
.editor-styles-wrapper .wp-block-image .aligncenter {
  display: block;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table {
    width: calc(100% + 5.3333333333vw);
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
    margin-right: -5.3333333333vw;
    overflow-x: auto;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table {
  width: 100% !important;
  border-left: 1px #fcf3e1 solid !important;
  border-top: 1px #fcf3e1 solid !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table table {
    width: 900px !important;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table tbody tr:nth-of-type(even) td {
  background-color: #f8f8f8 !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th,
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  padding: 25px 20px !important;
  border-right: 1px #fcf3e1 solid !important;
  border-bottom: 1px #fcf3e1 solid !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table table th,
  .editor-styles-wrapper .wp-block-flexible-table-block-table table td {
    padding: 4.6666666667vw 5.3333333333vw !important;
    font-size: 1.3rem !important;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th {
  color: #fff !important;
  background: #fc9566 !important;
  text-align: center !important;
  font-weight: bold !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th:not(:last-child) {
  border-right: none !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th:not(:nth-of-type(1)) {
  border-left: 1px solid #fff !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  background: #fff !important;
}
.editor-styles-wrapper h2 {
  position: relative !important;
  margin-top: 100px !important;
  padding-top: 35px !important;
  padding-left: 0 !important;
  margin-bottom: 50px !important;
  font-size: 32px !important;
  line-height: 1.63 !important;
  font-weight: bold !important;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper h2 {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2 {
    margin-top: 13.3333333333vw !important;
    margin-bottom: 8vw !important;
    padding-top: 6.6666666667vw !important;
    font-size: 1.7rem !important;
  }
}
.editor-styles-wrapper h2::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 120px !important;
  height: 12px !important;
  border-radius: 9999px !important;
  background-color: #fc9566 !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2::before {
    width: 18.6666666667vw !important;
    height: 1.6vw !important;
  }
}
.editor-styles-wrapper h3 {
  position: relative !important;
  margin-top: 80px !important;
  margin-bottom: 50px !important;
  padding-bottom: 30px !important;
  font-size: 30px !important;
  line-height: 1.4 !important;
  font-weight: bold !important;
  border-bottom: 3px solid #fffaf6 !important;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper h3 {
    padding-bottom: 20px !important;
    font-size: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3 {
    margin-top: 13.3333333333vw !important;
    margin-bottom: 8vw !important;
    padding-top: 6.6666666667vw !important;
    font-size: 1.5rem !important;
    border-bottom-width: 2px !important;
  }
}
.editor-styles-wrapper h3::before {
  content: "" !important;
  position: absolute !important;
  bottom: -3px !important;
  left: 0 !important;
  width: 20px !important;
  height: 3px !important;
  background-color: #fc9566 !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3::before {
    width: 8vw !important;
    height: 2px !important;
  }
}
.editor-styles-wrapper h4 {
  position: relative !important;
  margin-top: 70px !important;
  margin-bottom: 30px !important;
  padding: 10px 0 10px 20px !important;
  font-size: 22px !important;
  line-height: 1.64 !important;
  font-weight: bold !important;
  border-left: 2px solid #fc9566 !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4 {
    margin-top: 13.3333333333vw !important;
    margin-bottom: 6.6666666667vw !important;
    padding: 1.3333333333vw 0 1.3333333333vw 2.6666666667vw !important;
    font-size: 1.4rem !important;
  }
}
.editor-styles-wrapper h5 {
  margin-top: 70px !important;
  margin-bottom: 30px !important;
  font-size: 22px !important;
  line-height: 1.64 !important;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h5 {
    margin-top: 13.3333333333vw !important;
    margin-bottom: 6.6666666667vw !important;
    font-size: 1.4rem !important;
  }
}
.editor-styles-wrapper p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.editor-styles-wrapper p + p {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p + p {
    margin-top: 8vw;
  }
}
.editor-styles-wrapper mark {
  position: relative;
  background: url("../img/common/mark.png") repeat-x center bottom;
}
.editor-styles-wrapper strong {
  background: linear-gradient(#fcd150, #fcd150) no-repeat left bottom;
  background-size: 100% 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding-bottom: 2px;
}
.editor-styles-wrapper .is-style-white-box {
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .is-style-white-box {
    margin-top: 13.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.editor-styles-wrapper .is-style-white-box li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.editor-styles-wrapper .is-style-white-box li:not(:nth-of-type(1)) {
  margin-top: 10px;
  padding-left: 5.3333333333vw;
  font-size: 1.3rem;
  line-height: 1.7;
}
.editor-styles-wrapper .is-style-white-box li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #5eb5fb;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .is-style-white-box li::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.editor-styles-wrapper ul {
  list-style: none;
}
.editor-styles-wrapper h2.has-vivid-cyan-blue-background-color {
  background-color: transparent !important;
}
.editor-styles-wrapper h2.has-white-color {
  color: #141414 !important;
}
.editor-styles-wrapper .article__title {
  font-size: 1.71rem;
  font-weight: 700;
}
.editor-styles-wrapper .article__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.editor-styles-wrapper .article__date {
  font-size: 1rem;
  color: #666;
}
.editor-styles-wrapper .tag-list .tag {
  color: #000;
  font-size: 0.86rem;
  display: inline-block;
  border: 1px solid #999;
  padding: 2px 5px;
  margin: 0 3px;
  margin-top: 5px;
}
.editor-styles-wrapper .article__main-visual {
  margin-bottom: 40px;
}
.editor-styles-wrapper .article__main-visual img {
  height: auto;
  width: 100%;
}
.editor-styles-wrapper .article__heading-primary {
  font-weight: 700;
  font-size: 1.57rem;
  margin-bottom: 20px;
}
.editor-styles-wrapper .article__heading-secondary {
  font-weight: 700;
  font-size: 1.43rem;
  margin-bottom: 20px;
}
.editor-styles-wrapper .article__heading-tertiary {
  font-weight: 700;
  font-size: 1.29rem;
  margin-bottom: 20px;
}
.editor-styles-wrapper .article__heading-quaternary {
  font-weight: 700;
  font-size: 1.14rem;
  margin-bottom: 20px;
}
.editor-styles-wrapper .artcle__link,
.editor-styles-wrapper .article__list,
.editor-styles-wrapper .article__talk,
.editor-styles-wrapper .article__text {
  margin-bottom: 20px;
}
.editor-styles-wrapper .artcle__link-nomargin,
.editor-styles-wrapper .article__list-nomargin,
.editor-styles-wrapper .article__talk-nomargin,
.editor-styles-wrapper .article__text-nomargin {
  margin-bottom: 0px;
}
.editor-styles-wrapper p {
  line-height: 2;
}
.editor-styles-wrapper .article__text-short {
  margin-left: 4vw;
  margin-right: 4vw;
}
.editor-styles-wrapper .article__note {
  font-size: 0.86rem;
}
.editor-styles-wrapper .indent {
  margin-left: 2em;
}
.editor-styles-wrapper .indent-large {
  margin-left: 4em;
}
.editor-styles-wrapper .strong {
  font-weight: 700;
  color: #d00000;
}
.editor-styles-wrapper .strong-secondary {
  color: #d00000;
}
.editor-styles-wrapper .talk-interviewer {
  font-weight: 700;
  color: #222;
  font-size: 1.29rem;
  margin: 20px 0;
}
.editor-styles-wrapper .article__talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.editor-styles-wrapper .article__talk .talk-name {
  font-weight: 700;
}
.editor-styles-wrapper .article__talk .talk-text {
  line-height: 1.7;
}
.editor-styles-wrapper .artcle__link {
  display: block;
}
.editor-styles-wrapper .artcle__link .arr:after {
  top: calc(50% - 2px);
}
.editor-styles-wrapper .icon-pdf {
  margin-right: 8px;
}
.editor-styles-wrapper .article__list {
  line-height: 1;
}
.editor-styles-wrapper .article__list li {
  margin: 15px 0;
}
.editor-styles-wrapper .article__list > li {
  position: relative;
  padding-left: 10px;
}
.editor-styles-wrapper .article__list > li:not(:has(ul)):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #1769ae;
  border-radius: 50%;
}
.editor-styles-wrapper .article__list > li > ul {
  margin-left: 1em;
  margin-top: 10px;
}
.editor-styles-wrapper .article__list > li > ul > li {
  position: relative;
  padding-left: 18px;
}
.editor-styles-wrapper .article__list > li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #1769ae;
}
.editor-styles-wrapper .article__order-list {
  margin: 20px 0;
  counter-reset: my-counter;
}
.editor-styles-wrapper .article__order-list > li {
  position: relative;
  padding-left: 2em;
  margin: 20px 0;
}
.editor-styles-wrapper .article__order-list > li:before {
  display: block;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #1769ae;
  color: #fff;
  height: 1.5em;
  line-height: 1.5em;
  width: 1.5em;
  position: absolute;
  left: 0;
  text-align: center;
  border-radius: 50%;
  font-size: 0.79rem;
}
.editor-styles-wrapper .article__order-list > li > ul {
  margin-left: 1em;
  margin-top: 10px;
  counter-reset: my-counter;
}
.editor-styles-wrapper .article__order-list > li > ul > li {
  position: relative;
  padding-left: 1.3em;
  margin: 20px 0;
}
.editor-styles-wrapper .article__order-list > li > ul > li:before {
  display: block;
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  color: #222;
  font-size: 1.07rem;
  font-weight: 700;
  height: 1.5em;
  line-height: 1.5em;
  width: 1.5em;
  position: absolute;
  top: -0.2em;
  left: 0;
}
.editor-styles-wrapper hr.hr-primary {
  border-top: 1px solid #b3b3b3;
  margin: 40px 0;
}
.editor-styles-wrapper hr.hr-secondary {
  border-top: 1px solid #d9d9d9;
  margin: 40px 0;
}
.editor-styles-wrapper .article__img {
  margin: 40px 0;
}
.editor-styles-wrapper .article__img img {
  width: 100%;
  height: auto;
}
.editor-styles-wrapper .article__img-caption {
  margin-top: 10px;
  line-height: 1.5;
}
.editor-styles-wrapper .article__img-middle {
  margin: 0 4vw;
}
.editor-styles-wrapper .layout2col .col.is-link,
.editor-styles-wrapper .layout3col .col.is-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  min-height: 200px;
}
.editor-styles-wrapper .layout2col .col.is-link:after,
.editor-styles-wrapper .layout3col .col.is-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.editor-styles-wrapper .layout2col .col.is-link .article__img-link,
.editor-styles-wrapper .layout3col .col.is-link .article__img-link {
  color: #fff;
  font-weight: 700;
  font-size: 1.29rem;
  line-height: 1.3;
}
.editor-styles-wrapper .layout2col .col.is-link .bg,
.editor-styles-wrapper .layout3col .col.is-link .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.editor-styles-wrapper .layout3col .col.is-link {
  min-height: 133px;
}
.editor-styles-wrapper .layout3col .col.is-link .article__img-link {
  font-size: 1.14rem;
}
.editor-styles-wrapper .layout2col,
.editor-styles-wrapper .layout3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.editor-styles-wrapper .layout2col .text,
.editor-styles-wrapper .layout3col .text {
  line-height: 1.9;
}
.editor-styles-wrapper .layout-has-text .text,
.editor-styles-wrapper .layout-has-text-large .text {
  line-height: 1.9;
}
.editor-styles-wrapper .layout2col .col {
  -ms-flex-preferred-size: 47.3%;
  flex-basis: 47.3%;
  max-width: 47.3%;
}
.editor-styles-wrapper .layout3col .col {
  -ms-flex-preferred-size: 31.49%;
  flex-basis: 31.49%;
  max-width: 31.49%;
}
.editor-styles-wrapper .layout-has-text .col {
  -ms-flex-preferred-size: 47.3%;
  flex-basis: 47.3%;
}
.editor-styles-wrapper .layout-has-text-large .img {
  -ms-flex-preferred-size: 33.78%;
  flex-basis: 33.78%;
}
.editor-styles-wrapper .layout-has-text-large .text {
  -ms-flex-preferred-size: 60.81%;
  flex-basis: 60.81%;
}
.editor-styles-wrapper .article__column {
  padding: 35px 2vw;
  border: 1px solid #b3b3b3;
  margin: 20px 0;
}
.editor-styles-wrapper .article__column .article__img {
  margin: 0;
}
.editor-styles-wrapper .article__column-title {
  font-weight: 700;
  font-size: 1.29rem;
  margin-bottom: 15px;
}
.editor-styles-wrapper .table-scroll {
  display: none;
}
.editor-styles-wrapper .article__table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}
.editor-styles-wrapper .article__table td,
.editor-styles-wrapper .article__table th {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-collapse: collapse;
  border: 1px solid #b3b3b3;
}
.editor-styles-wrapper .article__table thead th {
  color: #fff;
  font-weight: 700;
  background-color: #1769ae;
  font-size: 1.43rem;
}
.editor-styles-wrapper .article__table tbody th {
  background-color: #dce4eb;
  color: #222;
  font-weight: 700;
}
.editor-styles-wrapper .article__button {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 1px solid #d9d9d9;
}
.editor-styles-wrapper .article__button-inner {
  display: block;
  text-align: center;
  font-size: 1.29rem;
  border: 1px solid #b3b3b3;
  padding: 15px;
}
.editor-styles-wrapper pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.editor-styles-wrapper .pagetop.is-show {
  display: block;
}
.editor-styles-wrapper .pagetop.is-relative {
  position: relative;
}
.editor-styles-wrapper .is-open > .icon-toggle {
  -webkit-transition: opacity 0.18s ease 0s;
  transition: opacity 0.18s ease 0s;
  opacity: 1;
}
.editor-styles-wrapper .is-open > .icon-toggle:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.editor-styles-wrapper .is-open > .icon-toggle:after {
  opacity: 0;
  -webkit-transition: all 0.18s ease 0s;
  transition: all 0.18s ease 0s;
}
.editor-styles-wrapper .section__heading.is-white {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .editor-styles-wrapper a:hover {
    color: #d47100;
  }
  .editor-styles-wrapper .article__date {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .editor-styles-wrapper .article__talk .talk-name {
    width: 5em;
  }
  .editor-styles-wrapper .article__talk .talk-text {
    width: calc(100% - 5em);
  }
  .editor-styles-wrapper .layout-has-text,
  .editor-styles-wrapper .layout-has-text-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .editor-styles-wrapper .layout2col .col.is-link,
  .editor-styles-wrapper .layout3col .col.is-link {
    overflow: hidden;
  }
  .editor-styles-wrapper .layout2col .col.is-link:hover .bg,
  .editor-styles-wrapper .layout3col .col.is-link:hover .bg {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .editor-styles-wrapper .layout2col .col.is-link .bg,
  .editor-styles-wrapper .layout3col .col.is-link .bg {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .editor-styles-wrapper .layer-wrap {
    position: relative;
  }
  .editor-styles-wrapper .layer {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .editor-styles-wrapper .layer.is-active {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper .pc {
    display: none;
  }
  .editor-styles-wrapper .article__property {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .editor-styles-wrapper .tag-list {
    margin-top: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .editor-styles-wrapper .indent {
    margin-left: 1em;
  }
  .editor-styles-wrapper .indent-large {
    margin-left: 2em;
  }
  .editor-styles-wrapper .article__talk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .editor-styles-wrapper .article__talk .talk-name {
    margin-bottom: 8px;
  }
  .editor-styles-wrapper .article__img-caption {
    margin-top: 15px;
  }
  .editor-styles-wrapper .layout2col .col.is-link,
  .editor-styles-wrapper .layout3col .col.is-link {
    min-height: 51.928vw;
  }
  .editor-styles-wrapper .layout3col .col.is-link .article__img-link {
    font-size: 1.29rem;
  }
  .editor-styles-wrapper .layout2col,
  .editor-styles-wrapper .layout3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .editor-styles-wrapper .layout2col .col,
  .editor-styles-wrapper .layout3col .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .editor-styles-wrapper .layout2col .col + .col,
  .editor-styles-wrapper .layout3col .col + .col {
    margin-top: 15px;
  }
  .editor-styles-wrapper .layout-has-text .img,
  .editor-styles-wrapper .layout-has-text-large .img {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 15vw;
  }
  .editor-styles-wrapper .layout-has-text .col + .col,
  .editor-styles-wrapper .layout-has-text-large .col + .col {
    margin-top: 15px;
  }
  .editor-styles-wrapper .layout2col .col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
  }
  .editor-styles-wrapper .layout3col .col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
  }
  .editor-styles-wrapper .article__column {
    padding: 30px 20px;
  }
  .editor-styles-wrapper .table-scroll {
    font-size: 1.14rem;
    display: block;
    margin-bottom: 10px;
  }
  .editor-styles-wrapper .table-scroll span {
    position: relative;
    display: block;
  }
  .editor-styles-wrapper .table-scroll span::after,
  .editor-styles-wrapper .table-scroll span::before {
    content: "";
    position: absolute;
    display: block;
  }
  .editor-styles-wrapper .table-scroll span::before {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #666;
  }
  .editor-styles-wrapper .table-scroll span::after {
    width: 20px;
    height: 20px;
    bottom: -14px;
    right: 3px;
    border-top: 1px solid #666;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .editor-styles-wrapper .article__table {
    table-layout: auto;
  }
  .editor-styles-wrapper .article__table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
