@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  width: 100%;
  min-height: 100%;
  font-size: 2.6666666667vw;
}
@media (min-width: 769px) {
  html {
    overflow-x: hidden;
    font-size: 0.7320644217vw;
  }
}
@media (min-width: 1480px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
  color: #231815;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic Antique", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 1480px) {
  body {
    font-size: 1.6rem;
  }
}
body.is_active {
  height: 100vh;
  overflow: hidden;
}

* {
  font-family: "Zen Kaku Gothic Antique", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

a {
  transition-duration: 0.4s;
  transition: all 0.5s ease;
}
@media (min-width: 1480px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.5;
  }
}

img {
  max-width: 100%;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
/*
  main
--------------------------------------*/
.l-main {
  position: relative;
  display: block;
  flex: 1;
}
@media (max-width: 768px) {
  .l-main {
    margin-top: 14.896vw;
  }
}
@media (min-width: 769px) {
  .l-main {
    margin-top: 5.896vw;
  }
}
@media (min-width: 1480px) {
  .l-main {
    margin-top: 88px;
  }
}

/* container */
.container {
  margin: 0 auto;
  padding: 0 4.26672vw;
}
@media (min-width: 769px) {
  .container {
    width: 88.88832vw;
    padding: 0;
  }
}
@media (min-width: 1480px) {
  .container {
    width: 1280px;
  }
}

@media (min-width: 769px) {
  .inner {
    width: 74.99952vw;
    margin: 0 auto;
  }
}
@media (min-width: 1480px) {
  .inner {
    width: 1080px;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 769px) {
  .pc {
    display: initial;
  }
}

/*
  inview
--------------------------------------*/
.js-inview {
  opacity: 0;
  transition-duration: 1s;
}
.js-inview.is-fadeIn {
  opacity: 1;
}

.header {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  background-color: #fff;
  z-index: 97;
}
.header h1 {
  display: block;
  padding: 2.6667vw 4.26672vw;
}
.header h1 a img {
  width: 10.6668vw;
  height: auto;
}
.header nav {
  display: none;
}
.header_popup {
  position: fixed;
  overflow: auto;
  width: 95.73328vw;
  height: calc(100vh - 4.26672vw);
  top: 2.13336vw;
  left: 2.13336vw;
  border-radius: 4.26672vw;
  background: linear-gradient(360deg, #0C0C0C 0%, #282828 100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
.header_popup_bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, #0C0C0C 0%, #282828 100%);
  opacity: 0;
  z-index: 9000;
  visibility: hidden;
}
.header_popup_bg.is_active {
  opacity: 0.7;
  visibility: inherit;
}
.header_popup_btn {
  position: absolute;
  width: 10.6668vw;
  height: 10.6668vw;
  top: 2.6667vw;
  right: 4.26672vw;
  z-index: 9999;
  cursor: pointer;
  background: #231815;
  border-radius: 5.3334vw;
}
.header_popup_btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 2.6667vw;
  height: 0.53334vw;
  width: 5.3334vw;
  background-color: #fff;
}
.header_popup_btn span:nth-of-type(1) {
  top: 4.00005vw;
}
.header_popup_btn span:nth-of-type(2) {
  top: 5.86674vw;
}
.header_popup_btn.is_active span:nth-of-type(1) {
  transform: rotate(-30deg);
  top: 5.3334vw;
}
.header_popup_btn.is_active span:nth-of-type(2) {
  transform: rotate(30deg);
  top: 5.3334vw;
}
.header_popup.is_active {
  visibility: inherit;
  opacity: 1;
}
.header_popup_home {
  font-size: 3.73338vw;
  color: #fff;
  padding-left: 0;
  margin-bottom: 2.13336vw;
  text-align: left;
}
.header_popup_link {
  display: inline-block;
  font-size: 3.73338vw;
  color: #fff;
  margin-top: 2.13336vw;
  padding-right: 0;
  text-align: right;
}
.header_popup_inner {
  width: 100%;
  padding: 4.26672vw;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  overflow: auto;
}
.header_popup_inner_grid {
  width: 100%;
}
.header_popup_inner_grid .item {
  margin: 1.06668vw auto;
  width: 100%;
  padding: 1.06668vw 2.13336vw;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  transition: all 0.4s;
}
.header_popup_inner_grid .item .en {
  display: block;
  font-size: 3.73338vw;
  font-weight: 700;
  margin-bottom: 3.20004vw;
}
.header_popup_inner_grid .item .ja {
  display: block;
  font-size: 3.20004vw;
  letter-spacing: 0.08em;
  text-align: right;
}
.header_popup_inner_grid .item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header_popup_inner_grid .item:hover {
  opacity: 0.6;
}
@media (min-width: 769px) {
  .header {
    width: 100vw;
    padding: 0 11.11104vw 0 1.38888vw;
    /*ナビゲーションaタグの形状*/
  }
  .header h1 {
    padding: 2.08332vw 1.38888vw;
  }
  .header h1 a img {
    width: 5.55552vw;
  }
  .header nav {
    text-align: center;
  }
  .header nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  .header nav ul li {
    position: relative;
  }
  .header nav ul li a {
    display: block;
    text-decoration: none;
    color: #231815;
    padding: 24px;
    transition: all 0.3s;
  }
  .header nav ul li li a {
    padding: 24px;
    font-size: 16px;
  }
  .header nav ul ul {
    display: block;
  }
  .header nav li.has-child ul {
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 212px;
  }
  .header nav li.has-child:hover > ul,
  .header nav li.has-child ul li:hover > ul,
  .header nav li.has-child:active > ul,
  .header nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1;
  }
  .header nav li.has-child ul li a {
    color: #231815;
  }
  .header nav li.has-child ul li a:hover,
  .header nav li.has-child ul li a:active {
    opacity: 0.6;
  }
  .header nav {
    display: block;
  }
  .header nav ul li a {
    padding: 1.666656vw;
    font-size: 1.111104vw;
  }
  .header nav ul li li a {
    padding: 1.666656vw;
    font-size: 1.111104vw;
  }
  .header nav li.has-child ul {
    top: 4.305528vw;
    box-shadow: 0px 0.277776vw 0.277776vw 0px rgba(0, 0, 0, 0.25);
    width: 14.722128vw;
  }
  .header_popup {
    width: 94.44448vw;
    height: calc(100vh - 5.55552vw);
    top: 2.77776vw;
    left: 2.77776vw;
    border-radius: 1.666656vw;
  }
  .header_popup_btn {
    width: 5.55552vw;
    height: 5.55552vw;
    top: 1.527768vw;
    right: 3.055536vw;
    border-radius: 2.77776vw;
  }
  .header_popup_btn span {
    left: 1.38888vw;
    height: 0.277776vw;
    width: 2.77776vw;
  }
  .header_popup_btn span:nth-of-type(1) {
    top: 2.152764vw;
  }
  .header_popup_btn span:nth-of-type(2) {
    top: 3.12498vw;
  }
  .header_popup_btn.is_active span:nth-of-type(1) {
    top: 2.77776vw;
  }
  .header_popup_btn.is_active span:nth-of-type(2) {
    top: 2.77776vw;
  }
  .header_popup_home {
    font-size: 1.666656vw;
    padding-left: 2.222208vw;
    margin-bottom: 1.111104vw;
  }
  .header_popup_link {
    font-size: 1.111104vw;
    margin-top: 1.111104vw;
    padding-right: 2.222208vw;
  }
  .header_popup_inner {
    width: fit-content;
    padding: 0;
  }
  .header_popup_inner_grid {
    display: grid;
    width: fit-content;
    grid-template-rows: 120px 120px 120px;
    grid-template-columns: 400px 400px 400px;
    grid-template-rows: 8.33328vw 8.33328vw 8.33328vw;
    grid-template-columns: 27.7776vw 27.7776vw 27.7776vw;
  }
  .header_popup_inner_grid .item {
    width: initial;
    margin: 0.555552vw 0.833328vw;
    padding: 1.111104vw 2.222208vw;
    border-radius: 0.555552vw;
  }
  .header_popup_inner_grid .item .en {
    font-size: 1.666656vw;
    margin-bottom: 1.38888vw;
  }
  .header_popup_inner_grid .item .ja {
    font-size: 0.972216vw;
  }
  .header_popup_inner_grid .item#item01 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .header_popup_inner_grid .item#item02 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .header_popup_inner_grid .item#item03 {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .header_popup_inner_grid .item#item04 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .header_popup_inner_grid .item#item05 {
    grid-row: 2/3;
    grid-column: 3/4;
  }
  .header_popup_inner_grid .item#item06 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .header_popup_inner_grid .item#item07 {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .header_popup_inner_grid .item#item08 {
    grid-row: 3/4;
    grid-column: 3/4;
  }
}
@media (min-width: 1480px) {
  .header {
    width: 100vw;
    padding: 0 160px 0 20px;
  }
  .header h1 {
    padding: 30px 20px;
  }
  .header h1 a img {
    width: 80px;
  }
  .header nav ul li a {
    font-size: 16px;
    padding: 24px;
  }
  .header nav ul li li a {
    font-size: 16px;
    padding: 24px;
  }
  .header nav li.has-child ul {
    top: 62px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 212px;
  }
  .header_popup {
    width: calc(100vw - 80px);
    height: calc(100vh - 80px);
    top: 40px;
    left: 40px;
    border-radius: 24px;
  }
  .header_popup_btn {
    width: 80px;
    height: 80px;
    top: 22px;
    right: 44px;
    border-radius: 40px;
  }
  .header_popup_btn span {
    left: 20px;
    height: 4px;
    width: 40px;
  }
  .header_popup_btn span:nth-of-type(1) {
    top: 31px;
  }
  .header_popup_btn span:nth-of-type(2) {
    top: 45px;
  }
  .header_popup_btn.is_active span:nth-of-type(1) {
    top: 40px;
  }
  .header_popup_btn.is_active span:nth-of-type(2) {
    top: 40px;
  }
  .header_popup_home {
    font-size: 24px;
    padding-left: 32px;
    margin-bottom: 16px;
  }
  .header_popup_link {
    font-size: 16px;
    margin-top: 16px;
    padding-right: 32px;
  }
  .header_popup_inner_grid {
    grid-template-rows: 120px 120px 120px;
    grid-template-columns: 400px 400px 400px;
  }
  .header_popup_inner_grid .item {
    margin: 8px 12px;
    padding: 16px 32px;
    border-radius: 8px;
  }
  .header_popup_inner_grid .item .en {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .header_popup_inner_grid .item .ja {
    font-size: 14px;
  }
}

.page_top {
  padding-top: 34.6671vw;
}
@media (min-width: 769px) {
  .page_top {
    padding-top: 15.27768vw;
  }
}
@media (min-width: 1480px) {
  .page_top {
    padding-top: 220px;
  }
}
.page_top_title {
  position: relative;
}
.page_top_title span {
  display: block;
}
.page_top_title .en {
  font-size: 10.6668vw;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.60002vw;
}
@media (min-width: 769px) {
  .page_top_title .en {
    font-size: 5.55552vw;
    margin-bottom: 0.555552vw;
  }
}
@media (min-width: 1480px) {
  .page_top_title .en {
    font-size: 80px;
    margin-bottom: 8px;
  }
}
.page_top_title .ja {
  font-size: 4.26672vw;
}
@media (min-width: 769px) {
  .page_top_title .ja {
    font-size: 1.666656vw;
  }
}
@media (min-width: 1480px) {
  .page_top_title .ja {
    font-size: 24px;
  }
}
.page_top_title::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #231815;
  left: -4.26672vw;
  bottom: 7.46676vw;
}
@media (min-width: 769px) {
  .page_top_title::before {
    height: 0.138888vw;
    left: -5.55584vw;
    bottom: 2.638872vw;
  }
}
@media (min-width: 1480px) {
  .page_top_title::before {
    height: 2px;
    left: calc(-50vw + 640px);
    bottom: 38px;
  }
}

.sec_title h3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 2.13336vw;
}
.sec_title h3 .ja {
  font-size: 5.3334vw;
  letter-spacing: 0.08em;
}
.sec_title h3 .en {
  font-size: 3.73338vw;
  font-family: "Roboto", sans-serif;
}
.sec_title h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #231815;
  left: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .sec_title h3 .ja {
    font-size: 2.77776vw;
  }
  .sec_title h3 .en {
    font-size: 1.666656vw;
  }
  .sec_title h3::before {
    height: 0.138888vw;
  }
}
@media (min-width: 1480px) {
  .sec_title h3 .ja {
    font-size: 40px;
  }
  .sec_title h3 .en {
    font-size: 24px;
  }
  .sec_title h3::before {
    height: 2px;
  }
}
.sec_title.white h3 {
  color: #fff;
}
.sec_title.white h3::before {
  background-color: #fff;
}

.bg_black {
  background: linear-gradient(360deg, #0C0C0C 0%, #282828 100%);
}
.bg_black .sec_title h3 {
  color: #fff;
}
.bg_black .sec_title h3::before {
  background-color: #fff;
}

.cv_contact {
  border-radius: 2.13336vw;
  z-index: 1;
  background: linear-gradient(90deg, #bdf24b 0%, #99cf25 100%);
  position: relative;
}
.cv_contact .container {
  padding: 14.93352vw 4.26672vw;
}
.cv_contact .container strong {
  color: #fff;
  font-size: 10.6668vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.cv_contact a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .cv_contact {
    border-radius: 2.222208vw;
    transition: all 0.3s ease;
  }
  .cv_contact .container {
    padding: 7.499952vw 0;
  }
  .cv_contact .container strong {
    font-size: 5.55552vw;
  }
  .cv_contact:hover {
    opacity: 0.8;
    background: linear-gradient(45deg, #bdf24b 0%, #99cf25 100%);
  }
}
@media (min-width: 1480px) {
  .cv_contact {
    border-radius: 32px;
  }
  .cv_contact .container {
    padding: 108px 0;
  }
  .cv_contact .container strong {
    font-size: 80px;
  }
}

.map {
  width: 100vw;
  height: 432px;
  z-index: -1;
  margin-top: -1.06668vw;
}
.map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
@media (min-width: 769px) {
  .map {
    height: 29.999808vw;
    margin-top: -2.222208vw;
  }
}
@media (min-width: 1480px) {
  .map {
    height: 432px;
    margin-top: -32px;
  }
}

.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

.loopSlide {
  display: flex;
  width: 100vw;
  height: 53.334vw;
  overflow: hidden;
  margin: 10.6668vw 0;
}
@media (min-width: 769px) {
  .loopSlide {
    margin: 2.77776vw 0;
    height: 13.8888vw;
  }
}
@media (min-width: 1480px) {
  .loopSlide {
    margin: 40px 0;
    height: 200px;
  }
}
.loopSlide img {
  width: fit-content;
  height: 100%;
  margin: 0 5.3334vw;
  max-width: none;
}
@media (min-width: 769px) {
  .loopSlide img {
    margin: 0 1.38888vw;
  }
}
@media (min-width: 1480px) {
  .loopSlide img {
    margin: 0 20px;
  }
}
.loopSlide img.slide1 {
  animation: slide1 120s -60s linear infinite;
}
.loopSlide img.slide2 {
  animation: slide2 120s linear infinite;
}
.loopSlide img.slide3 {
  animation: slide1 120s -60s linear infinite;
}
.loopSlide img.slide4 {
  animation: slide2 120s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.footer {
  padding: 14.93352vw 0 10.6668vw;
  background-color: #F7F6F4;
}
@media (min-width: 769px) {
  .footer {
    padding: 7.63884vw 0 3.888864vw;
  }
}
@media (min-width: 1480px) {
  .footer {
    padding: 110px 0 56px;
  }
}
@media (min-width: 769px) {
  .footer .container {
    display: flex;
    justify-content: space-between;
  }
}
.footer .left_logo {
  margin: 0 auto;
  margin-bottom: 10.6668vw;
  display: block;
  width: fit-content;
  height: fit-content;
}
.footer .left_logo img {
  width: 41.06718vw;
  height: auto;
}
@media (min-width: 769px) {
  .footer .left_logo {
    margin: 0;
    margin-bottom: 2.77776vw;
  }
  .footer .left_logo img {
    width: 10.4166vw;
  }
}
@media (min-width: 1480px) {
  .footer .left_logo {
    margin-bottom: 40px;
  }
  .footer .left_logo img {
    width: 150px;
  }
}
.footer .left_sns {
  width: fit-content;
  margin: 0 auto 10.6668vw;
}
@media (min-width: 769px) {
  .footer .left_sns {
    width: initial;
    margin: 0;
  }
}
.footer .left_sns a {
  margin: 0 4.26672vw;
}
.footer .left_sns a img {
  width: 8.53344vw;
  height: auto;
}
@media (min-width: 769px) {
  .footer .left_sns a {
    margin: 0;
    margin-right: 2.222208vw;
  }
  .footer .left_sns a img {
    width: 2.222208vw;
  }
}
@media (min-width: 1480px) {
  .footer .left_sns a {
    margin-right: 32px;
  }
  .footer .left_sns a img {
    width: 32px;
  }
}
.footer .right_top {
  display: none;
  flex-direction: row;
  justify-content: right;
  flex-wrap: wrap;
  max-width: 800px;
  margin-bottom: 64px;
}
.footer .right_top a {
  margin-left: 40px;
  margin-bottom: 24px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .footer .right_top {
    display: flex;
    max-width: 55.5552vw;
    margin-bottom: 4.444416vw;
  }
  .footer .right_top a {
    margin-left: 2.77776vw;
    margin-bottom: 1.666656vw;
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .footer .right_top {
    max-width: 800px;
    margin-bottom: 64px;
  }
  .footer .right_top a {
    margin-left: 40px;
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.footer .right a {
  display: none;
  text-align: right;
  margin-right: 0;
  margin-bottom: 24px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .footer .right a {
    display: block;
    margin-bottom: 1.666656vw;
    font-size: 0.972216vw;
  }
}
@media (min-width: 1480px) {
  .footer .right a {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.footer .right small {
  display: block;
  text-align: center;
  margin-right: 0;
  font-size: 3.20004vw;
}
@media (min-width: 769px) {
  .footer .right small {
    text-align: right;
    font-size: 0.972216vw;
  }
}
@media (min-width: 1480px) {
  .footer .right small {
    font-size: 14px;
  }
}

.top .btn a {
  background-color: #231815;
  display: block;
  width: fit-content;
  padding: 14px 46px 14px 28px;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  position: relative;
}
.top .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}
.top_fv {
  width: 100vw;
  height: auto;
}
.top_fv img {
  width: 100vw;
  height: auto;
}
.top_info {
  background-color: #f7f6f4;
}
.top_info .container {
  padding: 10.6668vw 0;
  text-align: center;
}
.top_info .container h3 {
  font-size: 4.26672vw;
  line-height: 2;
}
.top_info .container h3 a {
  color: #c4302b;
}
.top_info .container small {
  text-align: right;
  font-size: 3.73338vw;
  margin-top: 2.13336vw;
}
.top_info .container .movie {
  margin-top: 10.6668vw;
}
.top_info .container .movie h4 {
  font-size: 4.80006vw;
  margin-bottom: 2.13336vw;
}
.top_info .container .movie .link {
  display: block;
  font-size: 4.26672vw;
  background-color: #c4302b;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 2.13336vw 8.53344vw;
  border-radius: 8.53344vw;
}
.top_information .container {
  padding: 10.6668vw 5.3334vw;
}
.top_information h3 {
  display: inline-block;
  font-size: 5.3334vw;
  position: relative;
  margin-bottom: 4.26672vw;
}
.top_information h3::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top_information .part {
  margin-bottom: 8.53344vw;
}
.top_information .part:last-child {
  margin-bottom: 0;
}
.top_information .part .img {
  position: relative;
  margin-bottom: 2.13336vw;
}
.top_information .part .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.top_information .part .txt h4 {
  font-size: 4.26672vw;
  line-height: 1.5;
  margin-bottom: 2.13336vw;
}
.top_information .part .txt p {
  font-size: 3.73338vw;
  line-height: 1.5;
  font-weight: 500;
  color: #535359;
  margin-bottom: 4.26672vw;
}
.top_information .part .txt .btn {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
.top_information .part .txt .btn a {
  padding: 3.20004vw 9.60012vw 3.20004vw 4.80006vw;
  color: #fff;
  border-radius: 6.66675vw;
  font-size: 3.73338vw;
  position: relative;
}
.top_information .part .txt .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.86674vw;
  transform: translateY(-50%);
  width: 1.60002vw;
  height: 1.60002vw;
  border-radius: 0.80001vw;
  background-color: #fff;
}
.top_about {
  padding: 13.3335vw 0;
}
.top_about_left {
  margin-bottom: 10.6668vw;
}
.top_about_left img {
  width: 70vw;
  height: auto;
  margin-bottom: 4.26672vw;
}
.top_about_left h3 {
  font-size: 4.26672vw;
  margin-bottom: 10.6668vw;
}
.top_about_left .btn a {
  background-color: #f50a83;
}
.top_about_right p {
  font-size: 3.73338vw;
  line-height: 1.75;
}
.top_rental {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
  background: linear-gradient(90deg, #40d7ff 0%, #00b9ea 100%);
}
.top_rental_left {
  margin-bottom: 4.26672vw;
}
.top_rental_left h3 {
  color: #fff;
  font-size: 6.40008vw;
  line-height: 1.25;
  margin-bottom: 2.13336vw;
}
.top_rental_left span {
  color: #fff;
  font-size: 3.73338vw;
  font-family: "Roboto", sans-serif;
}
.top_rental_office {
  margin-bottom: 6.40008vw;
  position: relative;
}
.top_rental_office img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 2.13336vw;
}
.top_rental_office a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_rental_txt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.top_rental_txt h4 {
  color: #fff;
  font-size: 4.26672vw;
}
.top_rental_txt span {
  color: #fff;
  font-size: 3.73338vw;
  position: relative;
}
.top_rental_txt span::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.60002vw;
  height: 1.60002vw;
  border-radius: -0.80001vw;
  left: -4.26672vw;
}
.top_study {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.top_study .sec_title {
  margin-bottom: 10.6668vw;
}
.top_study p {
  font-size: 4.26672vw;
  color: #fff;
  line-height: 1.75;
}
.top_study_ex {
  margin-top: 10.6668vw;
}
.top_study_ex_youtube {
  width: 100%;
  height: auto;
  margin-bottom: 4.26672vw;
}
.top_study_ex_youtube iframe {
  width: 100%;
  height: 53.334vw;
}
.top_study_ex_txt span {
  display: block;
  width: fit-content;
  padding: 1.06668vw 3.73338vw;
  background-color: #fff;
  font-size: 3.73338vw;
  margin-bottom: 2.13336vw;
}
.top_study_ex_txt h4 {
  font-size: 4.80006vw;
  color: #fff;
  margin-bottom: 2.13336vw;
}
.top_study .btn {
  margin-left: auto;
  margin-top: 4.26672vw;
  margin-right: 0;
}
.top_study .btn a {
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  color: #231815;
}
.top_study .btn a::after {
  background-color: #231815;
}
.top_study_chief {
  margin-top: 80px;
}
.top_study_chief .name {
  margin-bottom: 4.26672vw;
}
.top_study_chief .name h3 {
  color: #fff;
  font-size: 5.3334vw;
  letter-spacing: 0.08em;
  margin-bottom: 2.13336vw;
}
.top_study_chief .name span {
  color: #939598;
  font-size: 3.20004vw;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .top_study_chief .name {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 1.111104vw;
  }
  .top_study_chief .name h3 {
    font-size: 1.944432vw;
    margin-right: 3.333312vw;
    margin-bottom: 0;
  }
  .top_study_chief .name span {
    font-size: 0.833328vw;
  }
}
@media (min-width: 1480px) {
  .top_study_chief .name {
    margin-bottom: 16px;
  }
  .top_study_chief .name h3 {
    font-size: 28px;
    margin-right: 48px;
  }
  .top_study_chief .name span {
    font-size: 12px;
  }
}
.top_study_chief .info p {
  color: #fff;
  font-size: 3.73338vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .top_study_chief .info p {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .top_study_chief .info p {
    font-size: 16px;
  }
}
.top_study_chief .info p a {
  color: #df5c86;
}
.top_expert {
  padding: 14.93352vw 0 27.73368vw;
  background-color: #F7F6F4;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.top_expert .sec_title {
  margin-bottom: 10.6668vw;
}
.top_expert p {
  font-size: 3.73338vw;
}
.top_expert .btn {
  margin-top: 4.26672vw;
  margin-left: auto;
  margin-right: 0;
}
.top_expert .btn a {
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  color: #231815;
}
.top_expert .btn a::after {
  background-color: #231815;
}
.top_expert .slide {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 6.40008vw 0;
}
.top_expert .slide img {
  display: flex;
  height: 40.0005vw;
  width: auto;
  max-width: none;
  animation: loop-slide 40s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top_reports {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.top_reports .sec_title {
  margin-bottom: 10.6668vw;
}
.top_reports_post {
  width: 80.001vw;
  margin-bottom: 10.6668vw;
  position: relative;
}
@media (min-width: 769px) {
  .top_reports_post {
    width: 33.33312vw;
    margin-bottom: 2.77776vw;
  }
}
@media (min-width: 1480px) {
  .top_reports_post {
    width: 480px;
    margin-bottom: 40px;
  }
}
.top_reports_post_link {
  position: absolute;
  width: 80.001vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.top_reports_post_thumb {
  margin-bottom: 3.20004vw;
  position: relative;
}
.top_reports_post_thumb img {
  width: 80.001vw;
  height: 60.80076vw;
  border-radius: 1.06668vw;
  object-fit: contain;
}
@media (min-width: 769px) {
  .top_reports_post_thumb {
    margin-bottom: 1.111104vw;
  }
  .top_reports_post_thumb img {
    height: 22.22208vw;
    border-radius: 0.277776vw;
  }
}
@media (min-width: 1480px) {
  .top_reports_post_thumb {
    margin-bottom: 16px;
  }
  .top_reports_post_thumb img {
    width: 480px;
    height: 320px;
    border-radius: 4px;
  }
}
.top_reports_post_cat {
  position: absolute;
  top: 3.20004vw;
  left: 3.20004vw;
  padding: 1.06668vw 7.46676vw;
  border-radius: 3.73338vw;
  margin-bottom: 16px;
  width: fit-content;
  font-size: 3.73338vw;
  color: #fff;
}
@media (min-width: 769px) {
  .top_reports_post_cat {
    top: 1.666656vw;
    left: 1.666656vw;
    padding: 0.277776vw 1.944432vw;
    border-radius: 2.222208vw;
    margin-bottom: 1.111104vw;
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .top_reports_post_cat {
    top: 24px;
    left: 24px;
    padding: 4px 28px;
    border-radius: 32px;
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.top_reports_post_cat.all {
  background-color: #231815;
}
.top_reports_post_cat.info {
  background-color: #0582a0;
}
.top_reports_post_cat.studyschedule {
  background-color: #db3d44;
}
.top_reports_post_cat.sundaymorning {
  background-color: #ec96b1;
}
.top_reports_post_cat.other {
  background-color: #d1d3d4;
}
.top_reports_post_cat.consulting {
  background-color: #e28726;
}
.top_reports_post_cat.interview {
  background-color: #a2ad3a;
}
.top_reports_post_cat.collaboration {
  background-color: #db3d45;
}
.top_reports_post_cat.seminar {
  background-color: #105499;
}
.top_reports_post_tit {
  max-width: 62.93412vw;
}
@media (min-width: 769px) {
  .top_reports_post_tit {
    max-width: 41.6664vw;
  }
}
@media (min-width: 1480px) {
  .top_reports_post_tit {
    max-width: 600px;
  }
}
.top_reports_post_tit h5 {
  font-size: 4.26672vw;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .top_reports_post_tit h5 {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .top_reports_post_tit h5 {
    font-size: 16px;
  }
}
.top_reports .btn a {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  color: #231815;
  border: solid 1px #231815;
}
.top_reports .btn a:after {
  background-color: #231815;
}
.top_news {
  padding: 14.93352vw 0 27.73368vw;
  background-color: #F7F6F4;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.top_news .sec_title {
  margin-bottom: 10.6668vw;
}
.top_news_post {
  position: relative;
  width: 100%;
  padding: 4.26672vw;
  padding-bottom: 4.26672vw;
  background-color: #fff;
  border-radius: 2.13336vw;
  margin-bottom: 4.26672vw;
}
.top_news_post_tit h5 {
  font-size: 4.26672vw;
  line-height: 1.75;
  margin-bottom: 2.13336vw;
}
.top_news_post_sub {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}
.top_news_post_cat {
  font-size: 3.20004vw;
  color: #939598;
}
.top_news_post_date {
  font-size: 3.20004vw;
  color: #939598;
  margin-left: 2.13336vw;
}
.top_news_post_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_news_post:hover {
  opacity: 0.6;
}
.top_news .btn a {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  color: #231815;
}
.top_news .btn a:after {
  background-color: #231815;
}

@media (min-width: 769px) {
  .top .btn a {
    padding: 0.972216vw 3.194424vw 0.972216vw 1.944432vw;
    border-radius: 1.7361vw;
    font-size: 1.111104vw;
  }
  .top .btn a::after {
    top: 50%;
    right: 1.527768vw;
    width: 0.416664vw;
    height: 0.416664vw;
    border-radius: 0.208332vw;
  }
  .top_info .container {
    padding: 6.9444vw 0 5.55552vw 0;
  }
  .top_info .container h3 {
    font-size: 1.666656vw;
  }
  .top_info .container small {
    font-size: 0.972216vw;
    margin-top: 0.555552vw;
  }
  .top_info .container .movie {
    margin-top: 2.77776vw;
  }
  .top_info .container .movie h4 {
    font-size: 1.527768vw;
    margin-bottom: 0.833328vw;
  }
  .top_info .container .movie .link {
    display: block;
    font-size: 1.249992vw;
    background-color: #c4302b;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 1.111104vw 2.77776vw;
    border-radius: 2.77776vw;
  }
  .top_information .container {
    padding: 2.77776vw 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .top_information h3 {
    display: block;
    width: 100%;
    font-size: 1.666656vw;
    margin-bottom: 1.666656vw;
  }
  .top_information .part {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.222208vw;
    padding: 0.555552vw;
  }
  .top_information .part .img {
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .top_information .part .img img {
    width: 22.22208vw;
    height: 12.49992vw;
    object-fit: cover;
  }
  .top_information .part.first .img img {
	  object-fit: contain;
  }
  .top_information .part .img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .top_information .part .img:hover {
    opacity: 0.6;
  }
  .top_information .part .txt {
    width: 50%;
    padding: 0 1.111104vw;
  }
  .top_information .part .txt h4 {
    font-size: 0.972216vw;
    margin-bottom: 0.416664vw;
  }
  .top_information .part .txt p {
    font-size: 0.833328vw;
    margin-bottom: 0.833328vw;
  }
  .top_information .part .txt .btn {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
  }
  .top_information .part .txt .btn a {
    padding: 0.833328vw 2.499984vw 0.833328vw 1.249992vw;
    border-radius: 1.7361vw;
    font-size: 0.972216vw;
  }
  .top_information .part .txt .btn a::after {
    top: 50%;
    right: 1.527768vw;
    width: 0.416664vw;
    height: 0.416664vw;
    border-radius: 0.208332vw;
  }
  .top_about {
    padding: 6.9444vw 0;
  }
  .top_about .container {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
  }
  .top_about_left {
    margin-bottom: 0;
    margin-right: 8.33328vw;
  }
  .top_about_left img {
    width: 20.8332vw;
    margin-bottom: 1.666656vw;
  }
  .top_about_left h3 {
    font-size: 1.249992vw;
    margin-bottom: 4.86108vw;
  }
  .top_about_right p {
    font-size: 1.111104vw;
    line-height: 1.75;
  }
  .top_rental {
    padding: 6.9444vw 0 9.166608vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .top_rental .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top_rental_left {
    margin-bottom: 0;
  }
  .top_rental_left h3 {
    font-size: 2.77776vw;
    margin-bottom: 0.555552vw;
  }
  .top_rental_left span {
    font-size: 1.111104vw;
  }
  .top_rental_right {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: flex-start;
  }
  .top_rental_office {
    margin-bottom: 0;
    margin-left: 5.55552vw;
  }
  .top_rental_office img {
    width: 28.47204vw;
    height: 19.860984vw;
    margin-bottom: 1.111104vw;
  }
  .top_rental_txt h4 {
    font-size: 1.38888vw;
  }
  .top_rental_txt span {
    font-size: 1.111104vw;
  }
  .top_rental_txt span::after {
    width: 0.416664vw;
    height: 0.416664vw;
    border-radius: 0.208332vw;
    left: -1.111104vw;
  }
  .top_study {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .top_study .sec_title {
    margin-bottom: 3.4722vw;
  }
  .top_study p {
    font-size: 1.111104vw;
  }
  .top_study_ex {
    margin-top: 5.55552vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .top_study_ex_youtube {
    width: 33.33312vw;
    height: 18.74988vw;
    margin-bottom: 0;
  }
  .top_study_ex_youtube iframe {
    width: 100%;
    height: 18.74988vw;
  }
  .top_study_ex_txt {
    max-width: 52.77744vw;
  }
  .top_study_ex_txt span {
    padding: 0.277776vw 0.972216vw;
    font-size: 1.111104vw;
    margin-bottom: 0.555552vw;
  }
  .top_study_ex_txt h4 {
    font-size: 1.666656vw;
    margin-bottom: 0.555552vw;
  }
  .top_study_ex .btn {
    margin-top: 0;
  }
  .top_study_chief {
    margin-top: 5.55552vw;
  }
  .top_study_chief .name {
    margin-bottom: 1.111104vw;
  }
  .top_study_chief .name h3 {
    font-size: 1.944432vw;
    margin-right: 3.333312vw;
  }
  .top_study_chief .name span {
    font-size: 0.833328vw;
  }
  .top_study_chief .info p {
    font-size: 1.111104vw;
  }
  .top_expert {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .top_expert .sec_title {
    margin-bottom: 3.4722vw;
  }
  .top_expert p {
    font-size: 0.972216vw;
  }
  .top_expert .btn {
    margin-top: 1.111104vw;
  }
  .top_expert .slide {
    margin: 2.222208vw 0;
  }
  .top_expert .slide img {
    height: 12.49992vw;
  }
  .top_reports {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .top_reports .sec_title {
    margin-bottom: 3.4722vw;
  }
  .top_reports_post {
    width: 33.33312vw;
    margin-bottom: 2.77776vw;
  }
  .top_reports_post_link {
    width: 33.33312vw;
  }
  .top_reports_post_thumb {
    margin-bottom: 1.111104vw;
  }
  .top_reports_post_thumb img {
    width: 33.33312vw;
    height: 22.22208vw;
    border-radius: 0.277776vw;
  }
  .top_reports_post_cat {
    top: 1.666656vw;
    left: 1.666656vw;
    padding: 0.277776vw 1.944432vw;
    border-radius: 2.222208vw;
    margin-bottom: 1.111104vw;
    font-size: 1.111104vw;
  }
  .top_reports_post_tit h5 {
    font-size: 1.111104vw;
  }
  .top_news {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .top_news .sec_title {
    margin-bottom: 3.4722vw;
  }
  .top_news_post {
    width: 62.4996vw;
    padding: 2.77776vw;
    padding-bottom: 1.666656vw;
    border-radius: 1.666656vw;
    margin-bottom: 1.111104vw;
  }
  .top_news_post_tit h5 {
    font-size: 1.249992vw;
    margin-bottom: 0.555552vw;
  }
  .top_news_post_cat {
    font-size: 0.972216vw;
  }
  .top_news_post_date {
    font-size: 0.972216vw;
    margin-left: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .top .btn a {
    padding: 14px 46px 14px 28px;
    border-radius: 25px;
    font-size: 16px;
  }
  .top .btn a::after {
    top: 50%;
    right: 22px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .top_info .container {
    padding: 100px 0 80px 0;
  }
  .top_info .container h3 {
    font-size: 24px;
  }
  .top_info .container small {
    font-size: 14px;
    margin-top: 8px;
  }
  .top_info .container .movie {
    margin-top: 40px;
  }
  .top_info .container .movie h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .top_info .container .movie .link {
    display: block;
    font-size: 18px;
    background-color: #c4302b;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 16px 40px;
    border-radius: 40px;
  }
  .top_information .inner {
    width: 900px;
    padding: 40px 0;
  }
  .top_information h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .top_information h3::after {
    height: 1px;
  }
  .top_information .part {
    margin-bottom: 32px;
  }
  .top_information .part .img img {
    width: 320px;
    height: 180px;
  }
  .top_information .part .txt {
    max-width: 540px;
  }
  .top_information .part .txt h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .top_information .part .txt p {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .top_information .part .txt .btn a {
    padding: 12px 36px 12px 18px;
    border-radius: 25px;
    font-size: 14px;
  }
  .top_information .part .txt .btn a::after {
    top: 50%;
    right: 22px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .top_about {
    padding: 100px 0;
  }
  .top_about_left {
    margin-right: 120px;
  }
  .top_about_left img {
    width: 300px;
    margin-bottom: 24px;
  }
  .top_about_left h3 {
    font-size: 18px;
    margin-bottom: 70px;
  }
  .top_about_right p {
    font-size: 16px;
  }
  .top_rental {
    padding: 100px 0 132px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .top_rental_left h3 {
    font-size: 40px;
    margin-bottom: 8px;
  }
  .top_rental_left span {
    font-size: 16px;
  }
  .top_rental_office {
    margin-left: 80px;
  }
  .top_rental_office img {
    width: 410px;
    height: 286px;
    margin-bottom: 16px;
  }
  .top_rental_txt h4 {
    font-size: 20px;
  }
  .top_rental_txt span {
    font-size: 16px;
  }
  .top_rental_txt span::after {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    left: -16px;
  }
  .top_study {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .top_study .sec_title {
    margin-bottom: 50px;
  }
  .top_study p {
    font-size: 16px;
  }
  .top_study_ex {
    margin-top: 80px;
  }
  .top_study_ex_youtube {
    width: 480px;
    height: 270px;
  }
  .top_study_ex_youtube iframe {
    width: 100%;
    height: 270px;
  }
  .top_study_ex_txt {
    max-width: 760px;
  }
  .top_study_ex_txt span {
    padding: 4px 14px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .top_study_ex_txt h4 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .top_study_chief {
    margin-top: 80px;
  }
  .top_study_chief .name {
    margin-bottom: 16px;
  }
  .top_study_chief .name h3 {
    font-size: 28px;
    margin-right: 48px;
  }
  .top_study_chief .name span {
    font-size: 12px;
  }
  .top_study_chief .info p {
    font-size: 16px;
  }
  .top_expert {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .top_expert .sec_title {
    margin-bottom: 50px;
  }
  .top_expert p {
    font-size: 14px;
  }
  .top_expert .btn {
    margin-top: 16px;
  }
  .top_expert .slide {
    margin: 32px 0;
  }
  .top_expert .slide img {
    height: 180px;
  }
  .top_reports {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .top_reports .sec_title {
    margin-bottom: 50px;
  }
  .top_reports_post {
    width: 480px;
    margin-bottom: 40px;
  }
  .top_reports_post_link {
    width: 480px;
  }
  .top_reports_post_thumb {
    margin-bottom: 16px;
  }
  .top_reports_post_thumb img {
    width: 480px;
    height: 320px;
    border-radius: 4px;
  }
  .top_reports_post_cat {
    top: 24px;
    left: 24px;
    padding: 4px 28px;
    border-radius: 32px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .top_reports_post_tit h5 {
    font-size: 16px;
  }
  .top_news {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .top_news .sec_title {
    margin-bottom: 50px;
  }
  .top_news_post {
    width: 900px;
    padding: 40px;
    padding-bottom: 24px;
    border-radius: 24px;
    margin-bottom: 16px;
  }
  .top_news_post_tit h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .top_news_post_cat {
    font-size: 14px;
  }
  .top_news_post_date {
    font-size: 14px;
    margin-left: 16px;
  }
}
.about_intro {
  margin: 21.3336vw 0 26.667vw auto;
}
.about_intro p {
  margin: 0 0 0 auto;
  font-size: 4.80006vw;
  line-height: 1.66666;
}
@media (min-width: 769px) {
  .about_intro {
    margin: 6.9444vw 0 8.33328vw auto;
  }
  .about_intro p {
    max-width: 56.94408vw;
    font-size: 1.666656vw;
  }
}
@media (min-width: 1480px) {
  .about_intro {
    margin: 100px 0 120px auto;
  }
  .about_intro p {
    max-width: 820px;
    font-size: 24px;
  }
}
.about_company {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.about_company .sec_title {
  margin-bottom: 10.6668vw;
}
@media (min-width: 769px) {
  .about_company {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .about_company .sec_title {
    margin-bottom: 3.4722vw;
  }
}
@media (min-width: 1480px) {
  .about_company {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .about_company .sec_title {
    margin-bottom: 50px;
  }
}
.about_company_inner {
  display: flex;
  flex-direction: column;
  justify-content: left;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .about_company_inner {
    flex-direction: row;
  }
}
.about_company_inner .part {
  margin-bottom: 10.6668vw;
}
.about_company_inner .part dt {
  color: #939598;
  font-size: 3.73338vw;
  letter-spacing: 0.08em;
}
.about_company_inner .part dd {
  color: #fff;
  font-size: 4.26672vw;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .about_company_inner .part {
    margin-right: 6.9444vw;
  }
  .about_company_inner .part dt {
    font-size: 1.111104vw;
  }
  .about_company_inner .part dd {
    font-size: 1.38888vw;
  }
}
@media (min-width: 1480px) {
  .about_company_inner .part {
    margin-bottom: 0;
    margin-right: 100px;
  }
  .about_company_inner .part dt {
    font-size: 16px;
  }
  .about_company_inner .part dd {
    font-size: 20px;
  }
}
.about_access {
  background-color: #F7F6F4;
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.about_access .sec_title {
  margin-bottom: 10.6668vw;
}
@media (min-width: 769px) {
  .about_access {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .about_access .sec_title {
    margin-bottom: 3.4722vw;
  }
}
@media (min-width: 1480px) {
  .about_access {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .about_access .sec_title {
    margin-bottom: 50px;
  }
}
.about_access_inner {
  display: flex;
  flex-direction: column;
  justify-content: left;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .about_access_inner {
    flex-direction: row;
  }
}
.about_access_inner .part {
  margin-bottom: 4.26672vw;
}
.about_access_inner .part p {
  font-size: 4.26672vw;
  line-height: 1.75;
  margin-bottom: 2.13336vw;
}
.about_access_inner .part span {
  color: #939598;
  font-size: 3.73338vw;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .about_access_inner .part {
    width: 50%;
    margin-bottom: 0;
  }
  .about_access_inner .part p {
    font-size: 1.38888vw;
    margin-bottom: 1.666656vw;
  }
  .about_access_inner .part span {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .about_access_inner .part p {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .about_access_inner .part span {
    font-size: 16px;
  }
}

.study_intro {
  margin: 21.3336vw 0 26.667vw auto;
}
.study_intro p {
  margin: 0 0 0 auto;
  font-size: 4.80006vw;
  line-height: 1.66666;
}
@media (min-width: 769px) {
  .study_intro {
    margin: 6.9444vw 0 8.33328vw auto;
  }
  .study_intro p {
    max-width: 56.94408vw;
    font-size: 1.666656vw;
  }
}
@media (min-width: 1480px) {
  .study_intro {
    margin: 100px 0 120px auto;
  }
  .study_intro p {
    max-width: 820px;
    font-size: 24px;
  }
}
.study_chief {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.study_chief .sec_title {
  margin-bottom: 10.6668vw;
}
@media (min-width: 769px) {
  .study_chief {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .study_chief .sec_title {
    margin-bottom: 3.4722vw;
  }
}
@media (min-width: 1480px) {
  .study_chief {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .study_chief .sec_title {
    margin-bottom: 50px;
  }
}
.study_chief_inner .name {
  margin-bottom: 4.26672vw;
}
.study_chief_inner .name h3 {
  color: #fff;
  font-size: 5.3334vw;
  letter-spacing: 0.08em;
  margin-bottom: 2.13336vw;
}
.study_chief_inner .name span {
  color: #939598;
  font-size: 3.20004vw;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .study_chief_inner .name {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 1.111104vw;
  }
  .study_chief_inner .name h3 {
    font-size: 1.944432vw;
    margin-right: 3.333312vw;
  }
  .study_chief_inner .name span {
    font-size: 0.833328vw;
  }
}
@media (min-width: 1480px) {
  .study_chief_inner .name {
    margin-bottom: 16px;
  }
  .study_chief_inner .name h3 {
    font-size: 28px;
    margin-right: 48px;
  }
  .study_chief_inner .name span {
    font-size: 12px;
  }
}
.study_chief_inner .sns {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 10.6668vw;
}
.study_chief_inner .sns a {
  margin-right: 5.3334vw;
}
.study_chief_inner .sns a img {
  width: 7.46676vw;
  height: auto;
}
@media (min-width: 769px) {
  .study_chief_inner .sns {
    margin-bottom: 1.666656vw;
  }
  .study_chief_inner .sns a {
    margin-right: 1.666656vw;
  }
  .study_chief_inner .sns a img {
    width: 2.222208vw;
  }
}
@media (min-width: 1480px) {
  .study_chief_inner .sns {
    margin-bottom: 24px;
  }
  .study_chief_inner .sns a {
    margin-right: 24px;
  }
  .study_chief_inner .sns a img {
    width: 32px;
  }
}
.study_chief_inner .info p {
  color: #fff;
  font-size: 3.73338vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .study_chief_inner .info p {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .study_chief_inner .info p {
    font-size: 16px;
  }
}
.study_chief_inner .info p a {
  color: #df5c86;
}
.study_program {
  background-color: #F7F6F4;
  padding: 14.93352vw 0 0;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
@media (min-width: 769px) {
  .study_program {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
}
@media (min-width: 1480px) {
  .study_program {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
}
.study_program .sec_title {
  margin-bottom: 0;
}
.study_program_part {
  padding: 10.6668vw 0 21.3336vw 0;
  border-bottom: 2px solid #231815;
}
@media (min-width: 769px) {
  .study_program_part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5.55552vw 6.9444vw 5.55552vw 0;
    border-bottom: 0.138888vw solid #231815;
  }
}
@media (min-width: 1480px) {
  .study_program_part {
    padding: 80px 100px 80px 0;
    border-bottom: 2px solid #231815;
  }
}
.study_program_part .title {
  font-size: 5.3334vw;
  margin-bottom: 8.53344vw;
}
@media (min-width: 769px) {
  .study_program_part .title {
    font-size: 1.666656vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1480px) {
  .study_program_part .title {
    font-size: 24px;
  }
}
.study_program_part .part {
  margin-bottom: 6.40008vw;
  position: relative;
  padding-left: 6.13341vw;
  cursor: pointer;
}
.study_program_part .part h5 {
  font-size: 4.80006vw;
  margin-bottom: 1.06668vw;
}
.study_program_part .part p {
  color: #939598;
  font-size: 3.46671vw;
  line-height: 1.5;
}
.study_program_part .part::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4.00005vw;
  height: 4.00005vw;
  border-radius: 1.86669vw;
  background-color: #e04b43;
  opacity: 0.3;
  z-index: 4;
}
.study_program_part .part::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.33335vw;
  transform: translateY(-50%);
  width: 1.33335vw;
  height: 1.33335vw;
  border-radius: 0.53334vw;
  background-color: #e04b43;
  z-index: 5;
}
@media (min-width: 769px) {
  .study_program_part .part {
    margin-bottom: 2.77776vw;
    padding-left: 3.749976vw;
  }
  .study_program_part .part h5 {
    font-size: 1.666656vw;
    margin-bottom: 0.416664vw;
  }
  .study_program_part .part p {
    font-size: 0.972216vw;
    width: 43.4025vw;
  }
  .study_program_part .part::before {
    width: 2.08332vw;
    height: 2.08332vw;
    border-radius: 1.04166vw;
  }
  .study_program_part .part::after {
    left: 0.69444vw;
    width: 0.69444vw;
    height: 0.69444vw;
    border-radius: 0.34722vw;
  }
}
@media (min-width: 1480px) {
  .study_program_part .part {
    margin-bottom: 40px;
    padding-left: 54px;
  }
  .study_program_part .part h5 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .study_program_part .part p {
    font-size: 14px;
    width: 625px;
  }
  .study_program_part .part::before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .study_program_part .part::after {
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}
.study_program_part.red .title {
  color: #e04b43;
}
.study_program_part.red .part::before, .study_program_part.red .part::after {
  background-color: #e04b43;
}
.study_program_part.green .title {
  color: #7db506;
}
.study_program_part.green .part::before, .study_program_part.green .part::after {
  background-color: #7db506;
}
.study_program_part.blue .title {
  color: #60a1e2;
}
.study_program_part.blue .part::before, .study_program_part.blue .part::after {
  background-color: #60a1e2;
}
.study_program_part.pink {
  border-bottom: none;
}
.study_program_part.pink .title {
  color: #df5c86;
}
.study_program_part.pink .part::before, .study_program_part.pink .part::after {
  background-color: #df5c86;
}
.study_program .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.6;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.study_program .overlay.open {
  display: block;
}
.study_program .modal {
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw;
  height: 90vh;
  transform: translate(-50%, -50%);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  overflow: auto;
  padding: 10.6668vw 4.26672vw;
  transition: all 0.4s;
}
@media (min-width: 769px) {
  .study_program .modal {
    width: fit-content;
    padding: 2.77776vw 5.55552vw;
  }
}
@media (min-width: 1480px) {
  .study_program .modal {
    padding: 40px 80px;
  }
}
.study_program .modal.open {
  visibility: inherit;
  opacity: 1;
}
.study_program .modal_top {
  padding-bottom: 2.13336vw;
  border-bottom: 1px solid #231815;
  margin-bottom: 2.13336vw;
}
@media (min-width: 769px) {
  .study_program .modal_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.111104vw;
    margin-bottom: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .study_program .modal_top {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.study_program .modal_top h6 {
  font-size: 5.3334vw;
  line-height: 1.5;
  margin-bottom: 2.13336vw;
}
.study_program .modal_top h6 span {
  display: block;
  font-size: 3.73338vw;
}
@media (min-width: 769px) {
  .study_program .modal_top h6 {
    font-size: 1.805544vw;
    margin-bottom: 0;
  }
  .study_program .modal_top h6 span {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .study_program .modal_top h6 {
    font-size: 26px;
  }
  .study_program .modal_top h6 span {
    font-size: 16px;
  }
}
.study_program .modal_top .price {
  font-size: 3.73338vw;
}
.study_program .modal_top .price span {
  margin: 0 1.06668vw;
  font-size: 4.80006vw;
}
@media (min-width: 769px) {
  .study_program .modal_top .price {
    font-size: 1.111104vw;
  }
  .study_program .modal_top .price span {
    margin: 0 0.555552vw;
    font-size: 1.944432vw;
  }
}
@media (min-width: 1480px) {
  .study_program .modal_top .price {
    font-size: 16px;
  }
  .study_program .modal_top .price span {
    margin: 0 8px;
    font-size: 28px;
  }
}
.study_program .modal_desc {
  font-size: 3.73338vw;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .study_program .modal_desc {
    font-size: 0.972216vw;
    line-height: 1.7;
  }
}
@media (min-width: 1480px) {
  .study_program .modal_desc {
    font-size: 14px;
  }
}
.study_program .modal_bottom {
  margin-top: 6.40008vw;
}
.study_program .modal_bottom_youtube {
  width: 100%;
  height: auto;
  margin-bottom: 6.40008vw;
  max-height: 40.0005vw;
}
.study_program .modal_bottom_youtube img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 40.0005vw;
  margin: 0 auto;
  object-fit: contain;
}
@media (min-width: 769px) {
  .study_program .modal_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2.222208vw;
  }
  .study_program .modal_bottom_youtube {
    width: 33.33312vw;
    height: 18.74988vw;
    max-height: none;
    margin-bottom: 0;
  }
  .study_program .modal_bottom_info {
    width: 33.33312vw;
    margin-left: 2.77776vw;
  }
}
@media (min-width: 1480px) {
  .study_program .modal_bottom {
    margin-top: 32px;
  }
  .study_program .modal_bottom_youtube {
    width: 480px;
    height: 270px;
  }
  .study_program .modal_bottom_info {
    margin-left: 40px;
  }
}
.study_program .modal_description {
  margin-bottom: 4.80006vw;
}
.study_program .modal_description_title {
  margin-bottom: 1.06668vw;
}
.study_program .modal_description_title p {
  font-size: 3.73338vw;
}
.study_program .modal_description_text {
  border-top: 1px solid #231815;
  padding-top: 1.06668vw;
}
.study_program .modal_description_text p {
  font-size: 3.73338vw;
}
.study_program .modal_description_btn {
  width: fit-content;
  display: block;
  margin: 4.26672vw auto;
  background-color: #000000;
}
.study_program .modal_description_btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3.73338vw;
  padding: 2.13336vw 4.26672vw;
}
.study_program .modal_description_under {
  margin-top: 2.13336vw;
}
.study_program .modal_description_under p {
  font-size: 3.73338vw;
}
@media (min-width: 769px) {
  .study_program .modal_description {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    margin-bottom: 1.111104vw;
  }
  .study_program .modal_description_title {
    min-width: 8.33328vw;
  }
  .study_program .modal_description_title p {
    font-size: 0.972216vw;
  }
  .study_program .modal_description_text {
    border-top: none;
    border-left: 2px solid #231815;
    min-width: 22.22208vw;
    margin-left: 2.77776vw;
    padding-top: 0;
    padding-left: 1.666656vw;
  }
  .study_program .modal_description_text p {
    font-size: 0.972216vw;
  }
  .study_program .modal_description_btn {
    margin: 1.111104vw auto;
    transition: all 0.5s ease;
  }
  .study_program .modal_description_btn a {
    font-size: 0.972216vw;
    padding: 0.555552vw 1.111104vw;
  }
  .study_program .modal_description_btn:hover {
    opacity: 0.6;
  }
  .study_program .modal_description_under {
    margin-top: 1.111104vw;
  }
  .study_program .modal_description_under p {
    font-size: 0.833328vw;
  }
}
@media (min-width: 1480px) {
  .study_program .modal_description {
    margin-bottom: 16px;
  }
  .study_program .modal_description_title {
    min-width: 120px;
  }
  .study_program .modal_description_title p {
    font-size: 14px;
  }
  .study_program .modal_description_text {
    min-width: 320px;
    margin-left: 40px;
    padding-left: 24px;
  }
  .study_program .modal_description_text p {
    font-size: 14px;
  }
  .study_program .modal_description_btn {
    margin: 16px auto;
  }
  .study_program .modal_description_btn a {
    font-size: 14px;
    padding: 8px 16px;
  }
  .study_program .modal_description_under {
    margin-top: 16px;
  }
  .study_program .modal_description_under p {
    font-size: 14px;
  }
}
.study_program .modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}
.study_program .modal-close span {
  position: relative;
  width: 100%;
  height: 2px;
  background: black;
  display: block;
}
.study_program .modal-close span:nth-child(1) {
  transform: rotate(45deg);
}
.study_program .modal-close span:nth-child(2) {
  transform: rotate(-45deg);
  top: -1px;
}
.study_program .modal-close__wrap {
  position: absolute;
  right: 5.3334vw;
  top: 5.3334vw;
}
@media (min-width: 769px) {
  .study_program .modal-close {
    width: 1.944432vw;
    height: 1.944432vw;
  }
  .study_program .modal-close__wrap {
    right: 2.77776vw;
    top: 1.38888vw;
  }
}
@media (min-width: 1480px) {
  .study_program .modal-close {
    width: 28px;
    height: 28px;
  }
  .study_program .modal-close__wrap {
    right: 40px;
    top: 20px;
  }
}
.study_youtube {
  padding: 13.3335vw 0 19.73358vw;
  background-color: #fff;
  margin-bottom: -6.40008vw;
}
.study_youtube iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .study_youtube {
    padding: 5.55552vw 0 7.777728vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .study_youtube iframe {
    width: 39.9303vw;
    height: 22.22208vw;
  }
}
@media (min-width: 1480px) {
  .study_youtube {
    padding: 80px 0 112px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .study_youtube iframe {
    width: 575px;
    height: 320px;
  }
}
.study_faq {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.study_faq .sec_title {
  margin-bottom: 13.3335vw;
}
@media (min-width: 769px) {
  .study_faq {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .study_faq .sec_title {
    margin-bottom: 5.55552vw;
  }
}
@media (min-width: 1480px) {
  .study_faq {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .study_faq .sec_title {
    margin-bottom: 80px;
  }
}
.study_faq_inner .part {
  margin-bottom: 10.6668vw;
}
.study_faq_inner .part .q,
.study_faq_inner .part .a {
  position: relative;
  padding-left: 12.26682vw;
  margin-bottom: 6.40008vw;
}
.study_faq_inner .part .q span,
.study_faq_inner .part .a span {
  position: absolute;
  font-size: 3.73338vw;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8.53344vw;
  height: 8.53344vw;
  line-height: 8.0001vw;
  text-align: center;
  border-radius: 4.26672vw;
}
.study_faq_inner .part .q p,
.study_faq_inner .part .a p {
  color: #fff;
  font-size: 3.73338vw;
}
.study_faq_inner .part .a span {
  background-color: transparent;
  border: solid #fff 1px;
  color: #fff;
}
@media (min-width: 769px) {
  .study_faq_inner .part {
    margin-bottom: 6.9444vw;
  }
  .study_faq_inner .part .q,
  .study_faq_inner .part .a {
    padding-left: 6.666624vw;
    margin-bottom: 3.888864vw;
  }
  .study_faq_inner .part .q span,
  .study_faq_inner .part .a span {
    font-size: 1.666656vw;
    width: 4.444416vw;
    height: 4.444416vw;
    line-height: 4.097196vw;
    border-radius: 2.222208vw;
  }
  .study_faq_inner .part .q p,
  .study_faq_inner .part .a p {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .study_faq_inner .part {
    margin-bottom: 100px;
  }
  .study_faq_inner .part .q,
  .study_faq_inner .part .a {
    padding-left: 96px;
    margin-bottom: 56px;
  }
  .study_faq_inner .part .q span,
  .study_faq_inner .part .a span {
    font-size: 24px;
    width: 64px;
    height: 64px;
    line-height: 59px;
    border-radius: 32px;
  }
  .study_faq_inner .part .q p,
  .study_faq_inner .part .a p {
    font-size: 16px;
  }
}

.office_intro {
  margin: 21.3336vw 0 21.3336vw;
}
.office_intro p {
  margin: 0 0 0 auto;
  font-size: 3.73338vw;
  line-height: 1.66666;
}
.office_user {
  padding: 14.93352vw 0 27.73368vw;
  background-color: #F7F6F4;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.office_user .sec_title {
  margin-bottom: 10.6668vw;
}
.office_user p {
  font-size: 3.73338vw;
  line-height: 1.75;
  margin-bottom: 8.53344vw;
}
.office_user .area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.office_user .area .half {
  width: 520px;
}
.office_user .part {
  margin-bottom: 6.40008vw;
  position: relative;
  padding-left: 6.40008vw;
}
.office_user .part h5 {
  font-size: 4.80006vw;
  margin-bottom: 1.06668vw;
}
.office_user .part p {
  color: #939598;
  font-size: 3.46671vw;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 0;
}
.office_user .part::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.73338vw;
  height: 3.73338vw;
  border-radius: 1.86669vw;
  background-color: #e04b43;
  opacity: 0.3;
  z-index: 4;
}
.office_user .part::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.33335vw;
  transform: translateY(-50%);
  width: 1.33335vw;
  height: 1.33335vw;
  border-radius: 0.666675vw;
  background-color: #e04b43;
  z-index: 5;
}
.office_overview {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.office_overview .sec_title {
  margin-bottom: 10.6668vw;
}
.office_overview img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.office_service {
  padding: 14.93352vw 0 27.73368vw;
  background-color: #F7F6F4;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.office_service .sec_title {
  margin-bottom: 10.6668vw;
}
.office_service .part {
  margin-bottom: 8.53344vw;
  position: relative;
  padding-left: 6.13341vw;
}
.office_service .part h5 {
  font-size: 4.80006vw;
}
.office_service .part::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.73338vw;
  height: 3.73338vw;
  border-radius: 1.86669vw;
  background-color: #7db506;
  opacity: 0.3;
  z-index: 4;
}
.office_service .part::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.33335vw;
  transform: translateY(-50%);
  width: 1.33335vw;
  height: 1.33335vw;
  border-radius: 0.666675vw;
  background-color: #7db506;
  z-index: 5;
}
.office_service p {
  font-size: 3.73338vw;
  line-height: 1.75;
  margin-bottom: 10.6668vw;
}
.office_service_img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto 6.40008vw;
}
.office_service .slide {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.office_service .slide img {
  display: flex;
  height: 29.06703vw;
  width: auto;
  max-width: none;
  animation: loop-slide 40s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.office_price {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.office_price .sec_title {
  margin-bottom: 10.6668vw;
}
.office_price img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.office_price table {
  width: 100%;
}
.office_price table tr,
.office_price table td {
  border: 1px solid #fff;
  color: #fff;
  font-size: 3.46671vw;
  text-align: center;
  vertical-align: middle;
  padding: 3.73338vw 1.60002vw;
}
.office_price table tr span,
.office_price table td span {
  font-size: 4.26672vw;
  font-family: "Roboto", sans-serif;
}
.office_price table .la {
  width: 33%;
}
.office_price table .sh {
  width: 33%;
}
.office_price table .lo {
  width: 33%;
}
.office_price p {
  color: #fff;
  margin-top: 4.26672vw;
  font-size: 3.20004vw;
  text-align: right;
}
.office .btn a {
  background-color: #fff;
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  padding: 16px 62px 16px 44px;
  color: #000;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
}
.office .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #000;
}
@media (min-width: 769px) {
  .office_intro {
    margin: 6.9444vw 0 8.33328vw auto;
  }
  .office_intro p {
    font-size: 1.666656vw;
  }
  .office_user {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .office_user .sec_title {
    margin-bottom: 3.4722vw;
  }
  .office_user p {
    font-size: 1.111104vw;
    margin-bottom: 3.4722vw;
  }
  .office_user .part {
    margin-bottom: 2.77776vw;
    padding-left: 3.749976vw;
  }
  .office_user .part h5 {
    font-size: 1.666656vw;
    margin-bottom: 0.416664vw;
  }
  .office_user .part p {
    font-size: 0.972216vw;
    width: 30.972024vw;
  }
  .office_user .part::before {
    width: 2.08332vw;
    height: 2.08332vw;
    border-radius: 1.04166vw;
  }
  .office_user .part::after {
    left: 0.69444vw;
    width: 0.69444vw;
    height: 0.69444vw;
    border-radius: 0.34722vw;
  }
  .office_overview {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .office_overview .sec_title {
    margin-bottom: 3.4722vw;
  }
  .office_overview img {
    width: 55.5552vw;
  }
  .office_service {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .office_service .sec_title {
    margin-bottom: 3.4722vw;
  }
  .office_service .part {
    margin-bottom: 1.111104vw;
    padding-left: 3.749976vw;
  }
  .office_service .part h5 {
    font-size: 1.38888vw;
  }
  .office_service .part::before {
    width: 2.08332vw;
    height: 2.08332vw;
    border-radius: 1.04166vw;
  }
  .office_service .part::after {
    left: 0.69444vw;
    width: 0.69444vw;
    height: 0.69444vw;
    border-radius: 0.34722vw;
  }
  .office_service p {
    font-size: 1.111104vw;
    margin-bottom: 3.4722vw;
  }
  .office_service_img {
    width: auto;
    height: 5.55552vw;
    margin: 0 auto 1.666656vw;
  }
  .office_service .slide img {
    height: 7.569396vw;
  }
  .office_price {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .office_price .sec_title {
    margin-bottom: 3.4722vw;
  }
  .office_price img {
    width: 55.5552vw;
  }
  .office_price table tr,
  .office_price table td {
    font-size: 1.111104vw;
    padding: 1.944432vw 0;
  }
  .office_price table tr span,
  .office_price table td span {
    font-size: 1.38888vw;
  }
  .office_price table .la {
    width: 14.999904vw;
  }
  .office_price table .sh {
    width: 8.888832vw;
  }
  .office_price table .lo {
    width: 26.110944vw;
  }
  .office_price p {
    margin-top: 1.111104vw;
    font-size: 0.972216vw;
  }
  .office .btn a {
    background-color: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 1.111104vw 4.305528vw 1.111104vw 3.055536vw;
    color: #000;
    border-radius: 2.08332vw;
    font-size: 1.249992vw;
    position: relative;
  }
  .office .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.527768vw;
    transform: translateY(-50%);
    width: 0.416664vw;
    height: 0.416664vw;
    border-radius: 0.208332vw;
    background-color: #000;
  }
}
@media (min-width: 1480px) {
  .office_intro {
    margin: 100px 0 120px auto;
  }
  .office_intro p {
    font-size: 24px;
  }
  .office_user {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .office_user .sec_title {
    margin-bottom: 50px;
  }
  .office_user p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .office_user .part {
    margin-bottom: 40px;
    padding-left: 54px;
  }
  .office_user .part h5 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .office_user .part p {
    font-size: 14px;
    width: 446px;
  }
  .office_user .part::before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .office_user .part::after {
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
  .office_overview {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .office_overview .sec_title {
    margin-bottom: 50px;
  }
  .office_overview img {
    width: 800px;
  }
  .office_service {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .office_service .sec_title {
    margin-bottom: 50px;
  }
  .office_service .part {
    margin-bottom: 16px;
    padding-left: 54px;
  }
  .office_service .part h5 {
    font-size: 20px;
  }
  .office_service .part::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .office_service .part::after {
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
  .office_service p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .office_service_img {
    height: 80px;
    margin: 0 auto 24px;
  }
  .office_service .slide img {
    height: 109px;
  }
  .office_price {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .office_price .sec_title {
    margin-bottom: 50px;
  }
  .office_price img {
    width: 800px;
  }
  .office_price table tr,
  .office_price table td {
    font-size: 16px;
    padding: 28px 0;
  }
  .office_price table tr span,
  .office_price table td span {
    font-size: 20px;
  }
  .office_price table .la {
    width: 216px;
  }
  .office_price table .sh {
    width: 128px;
  }
  .office_price table .lo {
    width: 376px;
  }
  .office_price p {
    margin-top: 16px;
    font-size: 14px;
  }
  .office .btn a {
    background-color: #fff;
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    padding: 16px 62px 16px 44px;
    color: #000;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
  }
  .office .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #000;
  }
}

.meeting_intro {
  margin: 21.3336vw 0 21.3336vw;
}
.meeting_intro p {
  margin: 0 0 0 auto;
  font-size: 3.73338vw;
  line-height: 1.66666;
}
.meeting_user {
  padding: 14.93352vw 0 27.73368vw;
  background-color: #F7F6F4;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.meeting_user .sec_title {
  margin-bottom: 10.6668vw;
}
.meeting_user p {
  margin-bottom: 10.6668vw;
}
.meeting_user h4 {
  font-size: 4.80006vw;
  margin-bottom: 6.40008vw;
}
.meeting_user h4 span {
  margin-left: 2.6667vw;
  font-size: 3.73338vw;
}
.meeting_user .area {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 10.6668vw;
}
.meeting_user .part {
  margin-right: 6.40008vw;
  margin-bottom: 8.53344vw;
  position: relative;
  padding-left: 6.40008vw;
}
.meeting_user .part h5 {
  font-size: 4.26672vw;
}
.meeting_user .part::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.73338vw;
  height: 3.73338vw;
  border-radius: 3.73338vw;
  background-color: #00a0ca;
  opacity: 0.3;
  z-index: 4;
}
.meeting_user .part::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.33335vw;
  transform: translateY(-50%);
  width: 1.06668vw;
  height: 1.06668vw;
  border-radius: 1.06668vw;
  background-color: #00a0ca;
  z-index: 5;
}
.meeting_price {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.meeting_price .sec_title {
  margin-bottom: 10.6668vw;
}
.meeting_price img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.meeting_price table {
  width: 100%;
}
.meeting_price table tr,
.meeting_price table td {
  border: 1px solid #fff;
  color: #fff;
  font-size: 3.73338vw;
  text-align: center;
  vertical-align: middle;
  padding: 3.73338vw;
}
.meeting_price table tr span,
.meeting_price table td span {
  font-size: 4.80006vw;
  font-family: "Roboto", sans-serif;
}
.meeting_price table .la {
  width: 33%;
}
.meeting_price table .sh {
  width: 33%;
}
.meeting_price table .lo {
  width: 33%;
}
.meeting_price p {
  color: #fff;
  margin-top: 4.26672vw;
  font-size: 3.20004vw;
  text-align: right;
}
.meeting .btn a {
  background-color: #fff;
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  padding: 16px 62px 16px 44px;
  color: #000;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
}
.meeting .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #000;
}
@media (min-width: 769px) {
  .meeting_intro {
    margin: 6.9444vw 0 8.33328vw auto;
  }
  .meeting_intro p {
    font-size: 1.666656vw;
  }
  .meeting_user {
    padding: 5.55552vw 0 4.999968vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .meeting_user .sec_title {
    margin-bottom: 3.4722vw;
  }
  .meeting_user p {
    font-size: 0.972216vw;
    margin-bottom: 5.55552vw;
  }
  .meeting_user h4 {
    font-size: 1.666656vw;
    margin-bottom: 1.666656vw;
  }
  .meeting_user h4 span {
    margin-left: 0.833328vw;
    font-size: 1.111104vw;
  }
  .meeting_user .area {
    margin-bottom: 5.55552vw;
  }
  .meeting_user .part {
    margin-right: 2.77776vw;
    margin-bottom: 2.291652vw;
    padding-left: 2.77776vw;
  }
  .meeting_user .part h5 {
    font-size: 1.38888vw;
  }
  .meeting_user .part::before {
    width: 2.08332vw;
    height: 2.08332vw;
    border-radius: 1.04166vw;
  }
  .meeting_user .part::after {
    left: 0.69444vw;
    width: 0.69444vw;
    height: 0.69444vw;
    border-radius: 0.34722vw;
  }
  .meeting_price {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .meeting_price .sec_title {
    margin-bottom: 3.4722vw;
  }
  .meeting_price img {
    width: 55.5552vw;
  }
  .meeting_price table tr,
  .meeting_price table td {
    font-size: 1.111104vw;
    padding: 1.944432vw 0;
  }
  .meeting_price table tr span,
  .meeting_price table td span {
    font-size: 1.38888vw;
  }
  .meeting_price table .la {
    width: 14.999904vw;
  }
  .meeting_price table .sh {
    width: 7.499952vw;
  }
  .meeting_price table .lo {
    width: 27.499824vw;
  }
  .meeting_price p {
    margin-top: 1.111104vw;
    font-size: 0.972216vw;
  }
  .meeting .btn a {
    background-color: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 1.111104vw 4.305528vw 1.111104vw 3.055536vw;
    color: #000;
    border-radius: 2.08332vw;
    font-size: 1.249992vw;
    position: relative;
  }
  .meeting .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.527768vw;
    transform: translateY(-50%);
    width: 0.416664vw;
    height: 0.416664vw;
    border-radius: 0.208332vw;
    background-color: #000;
  }
}
@media (min-width: 1480px) {
  .meeting_intro {
    margin: 100px 0 120px auto;
  }
  .meeting_intro p {
    font-size: 24px;
  }
  .meeting_user {
    padding: 80px 0 72px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .meeting_user .sec_title {
    margin-bottom: 50px;
  }
  .meeting_user p {
    font-size: 14px;
    margin-bottom: 80px;
  }
  .meeting_user h4 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .meeting_user h4 span {
    margin-left: 12px;
    font-size: 16px;
  }
  .meeting_user .area {
    margin-bottom: 80px;
  }
  .meeting_user .part {
    margin-right: 40px;
    margin-bottom: 33px;
    padding-left: 40px;
  }
  .meeting_user .part h5 {
    font-size: 20px;
  }
  .meeting_user .part::before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .meeting_user .part::after {
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
  .meeting_price {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .meeting_price .sec_title {
    margin-bottom: 50px;
  }
  .meeting_price img {
    width: 800px;
  }
  .meeting_price table tr,
  .meeting_price table td {
    font-size: 16px;
    padding: 28px 0;
  }
  .meeting_price table tr span,
  .meeting_price table td span {
    font-size: 20px;
  }
  .meeting_price table .la {
    width: 216px;
  }
  .meeting_price table .sh {
    width: 108px;
  }
  .meeting_price table .lo {
    width: 396px;
  }
  .meeting_price p {
    margin-top: 16px;
    font-size: 14px;
  }
  .meeting .btn a {
    background-color: #fff;
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    padding: 16px 62px 16px 44px;
    color: #000;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
  }
  .meeting .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #000;
  }
}

.expert_intro {
  margin: 21.3336vw 0 21.3336vw auto;
}
.expert_intro p {
  margin: 0 0 0 auto;
  font-size: 3.73338vw;
  line-height: 1.66666;
}
.expert_list {
  padding: 14.93352vw 0 27.73368vw;
  background-color: #F7F6F4;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.expert_list .sec_title {
  margin-bottom: 10.6668vw;
}
.expert_list_intro {
  margin-bottom: 10.6668vw;
}
.expert_list_intro p {
  font-size: 3.73338vw;
}
.expert_list_tag ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 10.6668vw;
}
.expert_list_tag ul li {
  border-radius: 4.26672vw;
  background-color: #fff;
  margin-right: 6.40008vw;
  margin-bottom: 4.26672vw;
}
.expert_list_tag ul li a {
  display: block;
  color: #fff;
  padding: 1.06668vw 7.46676vw;
  font-size: 3.73338vw;
}
.expert_list_tag ul li.c001 {
  background-color: #644949;
}
.expert_list_tag ul li.c002 {
  background-color: #3d3f61;
}
.expert_list_tag ul li.c003 {
  background-color: #4d7534;
}
.expert_list_tag ul li.c004 {
  background-color: #756b34;
}
.expert_list_tag ul li.c005 {
  background-color: #922424;
}
.expert_list_tag ul li.c006 {
  background-color: #4a2660;
}
.expert_list_tag ul li.c007 {
  background-color: #3d529b;
}
.expert_list_tag ul li.c008 {
  background-color: #8eba73;
}
.expert_list_tag ul li.c009 {
  background-color: #b96fa8;
}
.expert_list_tag ul li.c010 {
  background-color: #b1a21a;
}
.expert_list_tag ul li.c011 {
  background-color: #7058a4;
}
.expert_list_tag ul li.c012 {
  background-color: #ba8649;
}
.expert_list_tag ul li.c013 {
  background-color: #545454;
}
.expert_list_tag ul li.c014 {
  background-color: #a83f52;
}
.expert_list .area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.expert_list_part {
  width: 100%;
  padding: 4.26672vw;
  padding-bottom: 10.6668vw;
  border-top: solid 2px #231815;
}
.expert_list_part h4 {
  font-size: 4.80006vw;
  margin-bottom: 4.26672vw;
}
.expert_list_part h4.c002 {
  color: #3d3f61;
}
.expert_list_part h4.c003 {
  color: #4d7534;
}
.expert_list_part h4.c004 {
  color: #756b34;
}
.expert_list_part h4.c007 {
  color: #3d529b;
}
.expert_list_part h4.c009 {
  color: #b96fa8;
}
.expert_list_part h4.c012 {
  color: #ba8649;
}
.expert_list_part h4.c014 {
  color: #a83f52;
}
.expert_list_part_li ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}
.expert_list_part_li ul li {
  font-size: 3.73338vw;
  color: #37373b;
  cursor: pointer;
  margin-bottom: 2.13336vw;
  position: relative;
  padding: 6px 16px 6px 20px;
  background-color: #fff;
}
.expert_list_part_li ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3d3f61;
}
.expert_list_part_li ul li.c002::before {
  background-color: #3d3f61;
}
.expert_list_part_li ul li.c003::before {
  background-color: #4d7534;
}
.expert_list_part_li ul li.c004::before {
  background-color: #756b34;
}
.expert_list_part_li ul li.c007::before {
  background-color: #3d529b;
}
.expert_list_part_li ul li.c009::before {
  background-color: #b96fa8;
}
.expert_list_part_li ul li.c012::before {
  background-color: #ba8649;
}
.expert_list_part_li ul li.c014::before {
  background-color: #a83f52;
}
.expert_list_part_li ul li:last-child {
  margin-right: 0;
}
@media (min-width: 769px) {
  .expert_list_part_li ul li {
    transition: all 0.5s ease;
  }
  .expert_list_part_li ul li:hover {
    opacity: 0.6;
  }
  .expert_list_part_li ul li::after {
    width: 0.972216vw;
    height: 0.8541612vw;
    right: -1.666656vw;
  }
}
@media (min-width: 1480px) {
  .expert_list_part_li ul li::after {
    width: 14px;
    height: 12px;
    right: -24px;
  }
}
.expert_list_part .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.6;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.expert_list_part .overlay.open {
  display: block;
}
.expert_list_part .modal {
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw;
  height: 90vh;
  transform: translate(-50%, -50%);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  overflow: auto;
  padding: 10.6668vw 4.26672vw;
  transition: all 0.4s;
}
@media (min-width: 769px) {
  .expert_list_part .modal {
    width: fit-content;
    height: fit-content;
    padding: 2.77776vw 5.55552vw;
  }
}
@media (min-width: 1480px) {
  .expert_list_part .modal {
    padding: 40px 80px;
  }
}
.expert_list_part .modal.open {
  visibility: inherit;
  opacity: 1;
}
.expert_list_part .modal_top {
  padding-bottom: 2.13336vw;
  border-bottom: 1px solid #231815;
  margin-bottom: 2.13336vw;
}
@media (min-width: 769px) {
  .expert_list_part .modal_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.111104vw;
    margin-bottom: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .expert_list_part .modal_top {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.expert_list_part .modal_top h6 {
  font-size: 5.3334vw;
  line-height: 1.5;
  margin-bottom: 2.13336vw;
}
.expert_list_part .modal_top h6 span {
  display: block;
  font-size: 3.73338vw;
}
@media (min-width: 769px) {
  .expert_list_part .modal_top h6 {
    font-size: 1.805544vw;
    margin-bottom: 0;
  }
  .expert_list_part .modal_top h6 span {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .expert_list_part .modal_top h6 {
    font-size: 26px;
  }
  .expert_list_part .modal_top h6 span {
    font-size: 16px;
  }
}
.expert_list_part .modal_top .price {
  font-size: 3.73338vw;
}
.expert_list_part .modal_top .price span {
  margin: 0 1.06668vw;
  font-size: 4.80006vw;
}
@media (min-width: 769px) {
  .expert_list_part .modal_top .price {
    font-size: 1.111104vw;
  }
  .expert_list_part .modal_top .price span {
    margin: 0 0.555552vw;
    font-size: 1.944432vw;
  }
}
@media (min-width: 1480px) {
  .expert_list_part .modal_top .price {
    font-size: 16px;
  }
  .expert_list_part .modal_top .price span {
    margin: 0 8px;
    font-size: 28px;
  }
}
.expert_list_part .modal_desc {
  font-size: 3.73338vw;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .expert_list_part .modal_desc {
    font-size: 0.972216vw;
    line-height: 1.7;
  }
}
@media (min-width: 1480px) {
  .expert_list_part .modal_desc {
    font-size: 14px;
  }
}
.expert_list_part .modal_bottom {
  margin-top: 6.40008vw;
}
.expert_list_part .modal_bottom_youtube {
  width: 100%;
  height: auto;
  margin-bottom: 6.40008vw;
  max-height: 40.0005vw;
}
.expert_list_part .modal_bottom_youtube img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 40.0005vw;
  margin: 0 auto;
  object-fit: contain;
}
@media (min-width: 769px) {
  .expert_list_part .modal_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2.222208vw;
  }
  .expert_list_part .modal_bottom_youtube {
    width: 33.33312vw;
    height: 18.74988vw;
    max-height: none;
    margin-bottom: 0;
  }
  .expert_list_part .modal_bottom_info {
    width: 33.33312vw;
    margin-left: 2.77776vw;
  }
}
@media (min-width: 1480px) {
  .expert_list_part .modal_bottom {
    margin-top: 32px;
  }
  .expert_list_part .modal_bottom_youtube {
    width: 480px;
    height: 270px;
  }
  .expert_list_part .modal_bottom_info {
    margin-left: 40px;
  }
}
.expert_list_part .modal_description {
  margin-bottom: 4.80006vw;
}
.expert_list_part .modal_description_title {
  margin-bottom: 1.06668vw;
}
.expert_list_part .modal_description_title p {
  font-size: 3.73338vw;
}
.expert_list_part .modal_description_text {
  border-top: 1px solid #231815;
  padding-top: 1.06668vw;
}
.expert_list_part .modal_description_text p {
  font-size: 3.73338vw;
}
.expert_list_part .modal_description_btn {
  width: fit-content;
  display: block;
  margin: 4.26672vw auto;
  background-color: #000000;
}
.expert_list_part .modal_description_btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3.73338vw;
  padding: 2.13336vw 4.26672vw;
}
.expert_list_part .modal_description_under {
  margin-top: 2.13336vw;
}
.expert_list_part .modal_description_under p {
  font-size: 3.73338vw;
}
@media (min-width: 769px) {
  .expert_list_part .modal_description {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    margin-bottom: 1.111104vw;
  }
  .expert_list_part .modal_description_title {
    min-width: 8.33328vw;
  }
  .expert_list_part .modal_description_title p {
    font-size: 0.972216vw;
  }
  .expert_list_part .modal_description_text {
    border-top: none;
    border-left: 2px solid #231815;
    min-width: 22.22208vw;
    margin-left: 2.77776vw;
    padding-top: 0;
    padding-left: 1.666656vw;
  }
  .expert_list_part .modal_description_text p {
    font-size: 0.972216vw;
  }
  .expert_list_part .modal_description_btn {
    margin: 1.111104vw auto;
    transition: all 0.5s ease;
  }
  .expert_list_part .modal_description_btn a {
    font-size: 0.972216vw;
    padding: 0.555552vw 1.111104vw;
  }
  .expert_list_part .modal_description_btn:hover {
    opacity: 0.6;
  }
  .expert_list_part .modal_description_under {
    margin-top: 1.111104vw;
  }
  .expert_list_part .modal_description_under p {
    font-size: 0.833328vw;
  }
}
@media (min-width: 1480px) {
  .expert_list_part .modal_description {
    margin-bottom: 16px;
  }
  .expert_list_part .modal_description_title {
    min-width: 120px;
  }
  .expert_list_part .modal_description_title p {
    font-size: 14px;
  }
  .expert_list_part .modal_description_text {
    min-width: 320px;
    margin-left: 40px;
    padding-left: 24px;
  }
  .expert_list_part .modal_description_text p {
    font-size: 14px;
  }
  .expert_list_part .modal_description_btn {
    margin: 16px auto;
  }
  .expert_list_part .modal_description_btn a {
    font-size: 14px;
    padding: 8px 16px;
  }
  .expert_list_part .modal_description_under {
    margin-top: 16px;
  }
  .expert_list_part .modal_description_under p {
    font-size: 14px;
  }
}
.expert_list_part .modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}
.expert_list_part .modal-close span {
  position: relative;
  width: 100%;
  height: 2px;
  background: black;
  display: block;
}
.expert_list_part .modal-close span:nth-child(1) {
  transform: rotate(45deg);
}
.expert_list_part .modal-close span:nth-child(2) {
  transform: rotate(-45deg);
  top: -1px;
}
.expert_list_part .modal-close__wrap {
  position: absolute;
  right: 5.3334vw;
  top: 5.3334vw;
}
@media (min-width: 769px) {
  .expert_list_part .modal-close {
    width: 1.944432vw;
    height: 1.944432vw;
  }
  .expert_list_part .modal-close__wrap {
    right: 2.77776vw;
    top: 1.38888vw;
  }
}
@media (min-width: 1480px) {
  .expert_list_part .modal-close {
    width: 28px;
    height: 28px;
  }
  .expert_list_part .modal-close__wrap {
    right: 40px;
    top: 20px;
  }
}
.expert_flow {
  padding: 14.93352vw 0 27.73368vw;
  border-radius: 6.40008vw 6.40008vw 0 0;
  margin-bottom: -6.40008vw;
}
.expert_flow .sec_title {
  margin-bottom: 10.6668vw;
}
.expert_flow .part {
  margin-bottom: 8.53344vw;
  position: relative;
  padding-left: 6.13341vw;
}
.expert_flow .part h5 {
  color: #fff;
  font-size: 5.3334vw;
  margin-bottom: 2.13336vw;
}
.expert_flow .part p {
  color: #d1d3d4;
  font-size: 3.73338vw;
  font-weight: 500;
  line-height: 1.75;
}
.expert_flow .part::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.73338vw;
  height: 3.73338vw;
  border-radius: 1.86669vw;
  background-color: #fff;
  opacity: 0.3;
  z-index: 4;
}
.expert_flow .part::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.33335vw;
  transform: translateY(-50%);
  width: 1.06668vw;
  height: 1.06668vw;
  border-radius: 1.06668vw;
  background-color: #fff;
  z-index: 5;
}
@media (min-width: 769px) {
  .expert_intro {
    margin: 6.9444vw 0 8.33328vw auto;
  }
  .expert_intro p {
    font-size: 1.666656vw;
  }
  .expert_list {
    padding: 5.55552vw 0 10.555488vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .expert_list .sec_title {
    margin-bottom: 3.4722vw;
  }
  .expert_list_intro {
    margin-bottom: 5.55552vw;
  }
  .expert_list_intro p {
    font-size: 1.111104vw;
  }
  .expert_list_tag ul {
    margin-bottom: 5.55552vw;
  }
  .expert_list_tag ul li {
    border-radius: 1.111104vw;
    margin-right: 1.666656vw;
    margin-bottom: 1.111104vw;
  }
  .expert_list_tag ul li a {
    padding: 0.277776vw 1.944432vw;
    font-size: 1.111104vw;
  }
  .expert_list .area .half {
    width: 36.11088vw;
  }
  .expert_list_part {
    padding: 1.111104vw;
    padding-bottom: 5.55552vw;
  }
  .expert_list_part h4 {
    font-size: 1.944432vw;
    margin-bottom: 1.666656vw;
  }
  .expert_list_part_li ul li {
    margin-right: 3.4722vw;
    font-size: 1.249992vw;
  }
  .expert_list_part .modal {
    padding: 2.77776vw 5.55552vw;
  }
  .expert_list_part .modal_top {
    padding-bottom: 1.111104vw;
    margin-bottom: 1.111104vw;
  }
  .expert_list_part .modal_top h6 {
    font-size: 1.805544vw;
  }
  .expert_list_part .modal_top h6 span {
    font-size: 1.111104vw;
  }
  .expert_list_part .modal_top .price {
    font-size: 1.111104vw;
  }
  .expert_list_part .modal_top .price span {
    margin: 0 0.555552vw;
    font-size: 1.944432vw;
  }
  .expert_list_part .modal_desc {
    font-size: 0.972216vw;
  }
  .expert_list_part .modal_bottom {
    margin-top: 2.222208vw;
  }
  .expert_list_part .modal_bottom_youtube {
    width: 33.33312vw;
    height: 18.74988vw;
  }
  .expert_list_part .modal_bottom_info {
    margin-left: 2.77776vw;
  }
  .expert_list_part .modal_description {
    margin-bottom: 1.111104vw;
  }
  .expert_list_part .modal_description_title {
    min-width: 5.55552vw;
  }
  .expert_list_part .modal_description_title p {
    font-size: 0.972216vw;
  }
  .expert_list_part .modal_description_text {
    min-width: 22.22208vw;
    margin-left: 2.77776vw;
    padding-left: 1.666656vw;
  }
  .expert_list_part .modal_description_text p {
    font-size: 0.972216vw;
  }
  .expert_list_part .modal-close {
    width: 1.944432vw;
    height: 1.944432vw;
  }
  .expert_list_part .modal-close__wrap {
    right: 2.77776vw;
    top: 1.38888vw;
  }
  .expert_list_flow {
    padding: 14.93352vw 0 27.73368vw;
    border-radius: 6.40008vw 6.40008vw 0 0;
    margin-bottom: -6.40008vw;
  }
  .expert_list_flow .sec_title {
    margin-bottom: 10.6668vw;
  }
  .expert_list_flow .part {
    margin-bottom: 8.53344vw;
    position: relative;
    padding-left: 6.13341vw;
  }
  .expert_list_flow .part h5 {
    color: #fff;
    font-size: 5.3334vw;
    margin-bottom: 2.13336vw;
  }
  .expert_list_flow .part p {
    color: #d1d3d4;
    font-size: 3.73338vw;
    font-weight: 500;
    line-height: 1.75;
  }
  .expert_list_flow .part::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3.73338vw;
    height: 3.73338vw;
    border-radius: 1.86669vw;
    background-color: #fff;
    opacity: 0.3;
    z-index: 4;
  }
  .expert_list_flow .part::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.33335vw;
    transform: translateY(-50%);
    width: 1.06668vw;
    height: 1.06668vw;
    border-radius: 1.06668vw;
    background-color: #fff;
    z-index: 5;
  }
  .expert_flow {
    padding: 5.55552vw 0 7.777728vw;
    border-radius: 2.222208vw 2.222208vw 0 0;
    margin-bottom: -2.222208vw;
  }
  .expert_flow .sec_title {
    margin-bottom: 5.55552vw;
  }
  .expert_flow .part {
    margin-bottom: 2.77776vw;
    position: relative;
    padding-left: 3.749976vw;
  }
  .expert_flow .part h5 {
    color: #fff;
    font-size: 1.666656vw;
    margin-bottom: 0.555552vw;
  }
  .expert_flow .part p {
    color: #d1d3d4;
    font-size: 1.111104vw;
    font-weight: 500;
    line-height: 1.75;
  }
  .expert_flow .part::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2.08332vw;
    height: 2.08332vw;
    border-radius: 1.04166vw;
    background-color: #fff;
    opacity: 0.3;
    z-index: 4;
  }
  .expert_flow .part::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.69444vw;
    transform: translateY(-50%);
    width: 0.69444vw;
    height: 0.69444vw;
    border-radius: 0.69444vw;
    background-color: #fff;
    z-index: 5;
  }
}
@media (min-width: 1480px) {
  .expert_intro {
    margin: 100px 0 120px auto;
  }
  .expert_intro p {
    font-size: 24px;
  }
  .expert_list {
    padding: 80px 0 152px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .expert_list .sec_title {
    margin-bottom: 50px;
  }
  .expert_list_intro {
    margin-bottom: 80px;
  }
  .expert_list_intro p {
    font-size: 16px;
  }
  .expert_list_tag ul {
    margin-bottom: 80px;
  }
  .expert_list_tag ul li {
    border-radius: 16px;
    margin-right: 24px;
    margin-bottom: 16px;
  }
  .expert_list_tag ul li a {
    padding: 4px 28px;
    font-size: 16px;
  }
  .expert_list .area .half {
    width: 520px;
  }
  .expert_list_part {
    padding: 16px;
    padding-bottom: 80px;
  }
  .expert_list_part h4 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .expert_list_part_li ul li {
    margin-right: 50px;
    font-size: 18px;
  }
  .expert_list_part .modal {
    padding: 40px 80px;
  }
  .expert_list_part .modal_top {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .expert_list_part .modal_top h6 {
    font-size: 26px;
  }
  .expert_list_part .modal_top h6 span {
    font-size: 16px;
  }
  .expert_list_part .modal_top .price {
    font-size: 16px;
  }
  .expert_list_part .modal_top .price span {
    margin: 0 8px;
    font-size: 28px;
  }
  .expert_list_part .modal_desc {
    font-size: 14px;
  }
  .expert_list_part .modal_bottom {
    margin-top: 32px;
  }
  .expert_list_part .modal_bottom_youtube {
    width: 480px;
    height: 270px;
  }
  .expert_list_part .modal_bottom_info {
    margin-left: 40px;
  }
  .expert_list_part .modal_description {
    margin-bottom: 16px;
  }
  .expert_list_part .modal_description_title {
    min-width: 80px;
  }
  .expert_list_part .modal_description_title p {
    font-size: 14px;
  }
  .expert_list_part .modal_description_text {
    min-width: 320px;
    margin-left: 40px;
    padding-left: 24px;
  }
  .expert_list_part .modal_description_text p {
    font-size: 14px;
  }
  .expert_list_part .modal_description_under {
    margin-top: 16px;
  }
  .expert_list_part .modal_description_under p {
    font-size: 14px;
  }
  .expert_list_part .modal-close {
    width: 28px;
    height: 28px;
  }
  .expert_list_part .modal-close__wrap {
    right: 40px;
    top: 20px;
  }
  .expert_flow {
    padding: 80px 0 132px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -32px;
  }
  .expert_flow .sec_title {
    margin-bottom: 80px;
  }
  .expert_flow .part {
    margin-bottom: 40px;
    position: relative;
    padding-left: 54px;
  }
  .expert_flow .part h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
  }
  .expert_flow .part p {
    color: #d1d3d4;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
  }
  .expert_flow .part::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    opacity: 0.3;
    z-index: 4;
  }
  .expert_flow .part::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 5;
  }
}

.news_content {
  margin-top: 32.0004vw;
}
@media (min-width: 769px) {
  .news_content {
    margin-top: 4.86108vw;
  }
  .news_content .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1480px) {
  .news_content {
    margin-top: 70px;
  }
}
.news_cat {
  margin-bottom: 21.3336vw;
}
@media (min-width: 769px) {
  .news_cat {
    margin-bottom: 0;
  }
}
.news_cat ul li {
  padding: 1.06668vw 7.46676vw;
  border-radius: 6.40008vw;
  margin-bottom: 3.20004vw;
  width: fit-content;
  position: relative;
}
@media (min-width: 769px) {
  .news_cat ul li {
    padding: 0.277776vw 1.944432vw;
    border-radius: 2.222208vw;
    margin-bottom: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .news_cat ul li {
    padding: 4px 28px;
    border-radius: 32px;
    margin-bottom: 16px;
  }
}
.news_cat ul li.all {
  background-color: #231815;
}
.news_cat ul li.info {
  background-color: #0582a0;
}
.news_cat ul li.studyschedule {
  background-color: #db3d44;
}
.news_cat ul li.sundaymorning {
  background-color: #ec96b1;
}
.news_cat ul li.other {
  background-color: #d1d3d4;
}
.news_cat ul li.consulting {
  background-color: #e28726;
}
.news_cat ul li.interview {
  background-color: #a2ad3a;
}
.news_cat ul li.collaboration {
  background-color: #db3d45;
}
.news_cat ul li.seminar {
  background-color: #105499;
}
.news_cat ul li a {
  width: 100%;
  height: 100%;
  border-radius: 3.20004vw;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media (min-width: 769px) {
  .news_cat ul li a {
    border-radius: 2.222208vw;
  }
}
@media (min-width: 1480px) {
  .news_cat ul li a {
    border-radius: 32px;
  }
}
.news_cat ul li span {
  font-size: 3.73338vw;
  color: #fff;
}
@media (min-width: 769px) {
  .news_cat ul li span {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .news_cat ul li span {
    font-size: 16px;
  }
}
.news_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 17.06688vw;
}
@media (min-width: 769px) {
  .news_list {
    width: 69.444vw;
    margin-bottom: 10.4166vw;
  }
}
@media (min-width: 1480px) {
  .news_list {
    width: 1000px;
    margin-bottom: 150px;
  }
}
.news_post {
  width: 100%;
  margin-bottom: 10.6668vw;
  position: relative;
}
@media (min-width: 769px) {
  .news_post {
    width: 33.33312vw;
    margin-bottom: 2.77776vw;
  }
}
@media (min-width: 1480px) {
  .news_post {
    width: 480px;
    margin-bottom: 40px;
  }
}
.news_post_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.news_post_thumb {
  margin-bottom: 3.20004vw;
  position: relative;
}
.news_post_thumb img {
  width: 100%;
  height: 60.80076vw;
  object-fit: cover;
  object-position: top;
  border-radius: 1.06668vw;
}
@media (min-width: 769px) {
  .news_post_thumb {
    margin-bottom: 1.111104vw;
  }
  .news_post_thumb img {
    height: 22.22208vw;
    border-radius: 0.277776vw;
  }
}
@media (min-width: 1480px) {
  .news_post_thumb {
    margin-bottom: 16px;
  }
  .news_post_thumb img {
    height: 320px;
    border-radius: 4px;
  }
}
.news_post_cat {
  position: absolute;
  top: 3.20004vw;
  left: 3.20004vw;
  padding: 1.06668vw 7.46676vw;
  border-radius: 3.73338vw;
  margin-bottom: 16px;
  width: fit-content;
  font-size: 3.73338vw;
  color: #fff;
}
@media (min-width: 769px) {
  .news_post_cat {
    top: 1.666656vw;
    left: 1.666656vw;
    padding: 0.277776vw 1.944432vw;
    border-radius: 2.222208vw;
    margin-bottom: 1.111104vw;
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .news_post_cat {
    top: 24px;
    left: 24px;
    padding: 4px 28px;
    border-radius: 32px;
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.news_post_cat.all {
  background-color: #231815;
}
.news_post_cat.info {
  background-color: #0582a0;
}
.news_post_cat.studyschedule {
  background-color: #db3d44;
}
.news_post_cat.sundaymorning {
  background-color: #ec96b1;
}
.news_post_cat.other {
  background-color: #d1d3d4;
}
.news_post_cat.consulting {
  background-color: #e28726;
}
.news_post_cat.interview {
  background-color: #a2ad3a;
}
.news_post_cat.collaboration {
  background-color: #db3d45;
}
.news_post_cat.seminar {
  background-color: #105499;
}
.news_post_tit h5 {
  font-size: 4.26672vw;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .news_post_tit h5 {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .news_post_tit h5 {
    font-size: 16px;
  }
}
.news_paginate {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 8.53344vw;
}
@media (min-width: 769px) {
  .news_paginate {
    margin-top: 2.77776vw;
  }
}
@media (min-width: 1480px) {
  .news_paginate {
    margin-top: 40px;
  }
}
.news_paginate .page-numbers {
  display: block;
  width: 10.6668vw;
  height: 10.6668vw;
  font-size: 3.73338vw;
  text-align: center;
  line-height: 2.75;
  border-radius: 5.3334vw;
  background-color: #fff;
  color: #939598;
  border: solid 1px #939598;
  font-family: "Roboto", sans-serif;
  margin: 0 1.06668vw;
}
.news_paginate .page-numbers.current {
  background-color: #f0f1f1;
}
.news_paginate .page-numbers:hover {
  background-color: #f0f1f1;
  opacity: 1;
}
@media (min-width: 769px) {
  .news_paginate .page-numbers {
    width: 3.333312vw;
    height: 3.333312vw;
    font-size: 1.111104vw;
    line-height: 3;
    border-radius: 1.666656vw;
    margin: 0 0.833328vw;
  }
}
@media (min-width: 1480px) {
  .news_paginate .page-numbers {
    width: 48px;
    height: 48px;
    font-size: 16px;
    border-radius: 24px;
    margin: 0 12px;
  }
}

/* container */
.container_single {
  margin: 0 auto;
  padding: 0 4.26672vw;
}
@media (min-width: 769px) {
  .container_single {
    width: 62.4996vw;
    padding: 0;
  }
}
@media (min-width: 1480px) {
  .container_single {
    width: 900px;
  }
}

.single {
  padding-top: 34.6671vw;
  margin-bottom: 150px;
}
.single_title {
  margin-bottom: 9.60012vw;
}
.single_title h2 {
  font-size: 5.3334vw;
  line-height: 1.5;
  margin-bottom: 6.40008vw;
}
.single_cat {
  padding: 1.06668vw 7.46676vw;
  width: fit-content;
  border-radius: 3.73338vw;
  background-color: #d1d3d4;
  margin-bottom: 3.20004vw;
}
.single_cat span {
  color: #fff;
  font-size: 3.73338vw;
}
.single_cat.info {
  background-color: #0582a0;
}
.single_cat.studyschedule {
  background-color: #db3d44;
}
.single_cat.sundaymorning {
  background-color: #ec96b1;
}
.single_cat.other {
  background-color: #d1d3d4;
}
.single_cat.consulting {
  background-color: #e28726;
}
.single_cat.interview {
  background-color: #a2ad3a;
}
.single_cat.collaboration {
  background-color: #db3d45;
}
.single_cat.seminar {
  background-color: #105499;
}
.single_tag span {
  color: #d1d3d4;
  font-size: 3.73338vw;
}
.single_thumb {
  margin-bottom: 10.6668vw;
  width: auto;
  height: 80.001vw;
  overflow: hidden;
  object-fit: contain;
}
.single_thumb img {
  height: 80.001vw;
  object-fit: cover;
  width: auto;
  margin: 0 auto;
  display: block;
}
.single_content h3 {
  font-size: 5.3334vw;
  line-height: 1.5;
  margin-bottom: 6.40008vw;
}
.single_content h4 {
  font-size: 4.80006vw;
  line-height: 1.5;
  margin-bottom: 6.40008vw;
}
.single_content h5 {
  font-size: 4.26672vw;
  line-height: 1.5;
  margin-bottom: 6.40008vw;
}
.single_content p {
  font-size: 3.73338vw;
  line-height: 1.5;
  margin-bottom: 14.93352vw;
  font-weight: 500;
}
.single_content img {
  width: 100%;
  height: auto;
  margin: 0 auto 10.6668vw;
}
.single .company_info {
  padding: 4.26672vw 4.26672vw;
  border: 2px solid #d1d3d4;
  border-radius: 2.13336vw;
}
.single .company_info .company_name {
  margin-bottom: 0.416664vw;
}
.single .company_info .company_name h6 {
  font-size: 3.73338vw;
}
.single .company_info .posi_name {
  margin-bottom: 3.20004vw;
}
.single .company_info .posi_name span {
  font-size: 3.73338vw;
  margin-right: 1.06668vw;
}
.single .company_info .url span {
  font-size: 3.73338vw;
  margin-right: 1.06668vw;
}
.single .company_info .url .blue {
  color: #105499;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .single {
    padding-top: 0;
    margin-top: 14.027688vw;
    margin-bottom: 10.4166vw;
  }
  .single_title {
    margin-bottom: 5.55552vw;
  }
  .single_title h2 {
    font-size: 2.08332vw;
    margin-bottom: 1.666656vw;
  }
  .single_cat {
    padding: 0.277776vw 1.944432vw;
    border-radius: 1.111104vw;
    margin-bottom: 0.555552vw;
  }
  .single_cat span {
    font-size: 0.972216vw;
  }
  .single_tag span {
    font-size: 1.111104vw;
  }
  .single_thumb {
    margin-bottom: 5.55552vw;
    width: auto;
    height: 37.49976vw;
    overflow: hidden;
    object-fit: contain;
  }
  .single_thumb img {
    height: 37.49976vw;
    object-fit: cover;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .single_content h3 {
    font-size: 1.666656vw;
    margin-bottom: 1.666656vw;
  }
  .single_content h4 {
    font-size: 1.38888vw;
    margin-bottom: 1.666656vw;
  }
  .single_content h5 {
    font-size: 1.111104vw;
    line-height: 1.5;
    margin-bottom: 1.666656vw;
  }
  .single_content p {
    font-size: 1.111104vw;
    line-height: 1.75;
    margin-bottom: 5.55552vw;
  }
  .single_content img {
    width: 55.5552vw;
    margin: 0 auto 5.55552vw;
  }
  .single .company_info {
    padding: 2.77776vw;
    border: 2px solid #d1d3d4;
    border-radius: 0.69444vw;
  }
  .single .company_info .company_name {
    margin-bottom: 0.277776vw;
  }
  .single .company_info .company_name h6 {
    font-size: 1.111104vw;
  }
  .single .company_info .posi_name {
    margin-bottom: 0.833328vw;
  }
  .single .company_info .posi_name span {
    font-size: 1.111104vw;
    margin-right: 0.416664vw;
  }
  .single .company_info .url span {
    font-size: 1.111104vw;
    margin-right: 0.555552vw;
  }
  .single .company_info .url .blue {
    color: #105499;
    letter-spacing: 0;
  }
}
@media (min-width: 1480px) {
  .single {
    margin-top: 202px;
    margin-bottom: 150px;
  }
  .single_title {
    margin-bottom: 80px;
  }
  .single_title h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .single_cat {
    padding: 4px 28px;
    border-radius: 16px;
    margin-bottom: 8px;
  }
  .single_cat span {
    font-size: 14px;
  }
  .single_tag span {
    font-size: 16px;
  }
  .single_thumb {
    margin-bottom: 80px;
  }
  .single_content h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .single_content h4 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .single_content h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .single_content p {
    font-size: 16px;
    margin-bottom: 80px;
  }
  .single_content img {
    width: 800px;
    margin: 0 auto 80px;
  }
  .single .company_info {
    padding: 40px;
    border: 2px solid #d1d3d4;
    border-radius: 10px;
  }
  .single .company_info .company_name {
    margin-bottom: 4px;
  }
  .single .company_info .company_name h6 {
    font-size: 16px;
  }
  .single .company_info .posi_name {
    margin-bottom: 12px;
  }
  .single .company_info .posi_name span {
    font-size: 16px;
    margin-right: 6px;
  }
  .single .company_info .url span {
    font-size: 16px;
    margin-right: 8px;
  }
  .single .company_info .url .blue {
    color: #105499;
    letter-spacing: 0;
  }
}

.contact_inner {
  margin: 21.3336vw 0 26.667vw auto;
}
.contact_inner p {
  font-size: 3.73338vw;
  line-height: 1.66666;
}
.contact_inner p .strong {
  color: #E31B25;
}
@media (min-width: 769px) {
  .contact_inner {
    margin: 6.9444vw 0 8.33328vw auto;
  }
  .contact_inner p {
    font-size: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .contact_inner {
    margin: 100px 0 120px auto;
  }
  .contact_inner p {
    font-size: 16px;
  }
}
.contact_form {
  width: 100%;
  margin: 0 auto;
  margin-top: 21.3336vw;
}
@media (min-width: 769px) {
  .contact_form {
    width: 62.4996vw;
    margin-top: 5.55552vw;
  }
}
@media (min-width: 1480px) {
  .contact_form {
    width: 900px;
    margin-top: 80px;
  }
}
.contact_form_part {
  margin-bottom: 14.93352vw;
}
@media (min-width: 769px) {
  .contact_form_part {
    margin-bottom: 3.888864vw;
  }
}
@media (min-width: 1480px) {
  .contact_form_part {
    margin-bottom: 56px;
  }
}
.contact_form_part_label {
  margin-bottom: 2.6667vw;
}
@media (min-width: 769px) {
  .contact_form_part_label {
    margin-bottom: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .contact_form_part_label {
    margin-bottom: 16px;
  }
}
.contact_form_part_label .red {
  color: #E31B25;
}
.contact_form_part_area input {
  padding: 4.26672vw 6.40008vw;
  background-color: #F7F6F4;
}
.contact_form_part_area.noborder {
  background-color: #fff;
}
.contact_form_part_area input[type=text], .contact_form_part_area input[type=email], .contact_form_part_area input[type=tel] {
  width: 100%;
}
.contact_form_part_area .textarea {
  width: 100%;
  padding: 4.26672vw 6.40008vw;
  background-color: #F7F6F4;
}
@media (min-width: 769px) {
  .contact_form_part_area input {
    padding: 1.111104vw 2.77776vw;
  }
  .contact_form_part_area input .textarea {
    padding: 1.111104vw 2.77776vw;
  }
}
@media (min-width: 1480px) {
  .contact_form_part_area input {
    padding: 16px 40px;
  }
  .contact_form_part_area input .textarea {
    padding: 16px 40px;
  }
}
.contact_form_part .wpcf7-list-item {
  display: block;
  margin-bottom: 6.40008vw;
}
.contact_form_part .wpcf7-not-valid-tip {
  font-weight: 600;
  font-size: 3.73338vw;
  letter-spacing: 0.04em;
  margin-top: 1.60002vw;
  padding-left: 4.26672vw;
}
@media (min-width: 769px) {
  .contact_form_part .wpcf7-list-item {
    margin-bottom: 1.666656vw;
  }
  .contact_form_part .wpcf7-not-valid-tip {
    font-size: 0.972216vw;
    margin-top: 0.555552vw;
    padding-left: 1.111104vw;
  }
}
@media (min-width: 1480px) {
  .contact_form_part .wpcf7-list-item {
    margin-bottom: 24px;
  }
  .contact_form_part .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 8px;
    padding-left: 16px;
  }
}
.contact_form .wpcf7-form-control-wrap {
  display: block;
  margin: 0 auto;
}
.contact_form .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.contact_form .wpcf7-form-control-wrap .wpcf7-acceptance a:hover {
  opacity: 0.5;
}
.contact_form .wpcf7-list-item-label {
  position: relative;
}
.contact_form input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}
.contact_form .wpcf7-list-item-label:before { /*チェックボックスの枠*/
  content: "";
  background-color: #F7F6F4;
  display: inline-block;
  width: 5.3334vw;
  height: 5.3334vw;
  border-radius: 1.06668vw;
  position: relative;
  top: -0.80001vw;
  margin-right: 5.3334vw;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 769px) {
  .contact_form .wpcf7-list-item-label:before {
    width: 1.38888vw;
    height: 1.38888vw;
    border-radius: 0.277776vw;
    top: -0.208332vw;
    margin-right: 1.38888vw;
  }
}
@media (min-width: 1480px) {
  .contact_form .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    top: -3px;
    margin-right: 20px;
  }
}
.contact_form input[type=checkbox]:checked + .wpcf7-list-item-label:after { /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 1.86669vw;
  left: 1.33335vw;
  width: 2.6667vw;
  height: 2.6667vw;
  border-radius: 0.53334vw;
  background-color: #231815;
}
@media (min-width: 769px) {
  .contact_form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: 0.486108vw;
    left: 0.34722vw;
    width: 0.69444vw;
    height: 0.69444vw;
    border-radius: 0.138888vw;
  }
}
@media (min-width: 1480px) {
  .contact_form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: 7px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
  }
}
.contact_form .wpcf7-submit {
  display: block;
  color: #fff;
  background-color: #231815;
  padding: 3.73338vw 17.06688vw;
  border-radius: 6.93342vw;
  margin: 14.93352vw auto 0;
  position: relative;
}
.contact_form .wpcf7-submit::after {
  content: " ";
  display: block;
  width: 53.334vw;
  height: 53.334vw;
  background-color: #fff;
  position: absolute;
  border-radius: 0.80001vw;
  right: 7.46676vw;
  top: 2.6667vw;
  z-index: 2;
}
@media (min-width: 769px) {
  .contact_form .wpcf7-submit {
    padding: 0.972216vw 4.444416vw;
    border-radius: 1.805544vw;
    margin: 5.55552vw auto 0;
  }
  .contact_form .wpcf7-submit::after {
    content: " ";
    display: block;
    width: 13.8888vw;
    height: 13.8888vw;
    border-radius: 0.208332vw;
    right: 1.944432vw;
    top: 0.69444vw;
  }
}
@media (min-width: 1480px) {
  .contact_form .wpcf7-submit {
    padding: 14px 64px;
    border-radius: 26px;
    margin: 80px auto 0;
  }
  .contact_form .wpcf7-submit::after {
    content: " ";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 3px;
    right: 28px;
    top: 10px;
  }
}

.privacy_inner {
  margin: 21.3336vw 0 26.667vw auto;
}
.privacy_inner p {
  font-size: 3.73338vw;
  margin-bottom: 10.6668vw;
}
.privacy_inner .part {
  margin-bottom: 10.6668vw;
}
.privacy_inner .part h6 {
  font-size: 4.26672vw;
  margin-bottom: 2.13336vw;
}
.privacy_inner .part p {
  font-size: 3.73338vw;
  line-height: 1.7;
  margin-bottom: 2.13336vw;
}
.privacy_inner .part ul {
  padding-left: 3.73338vw;
}
.privacy_inner .part ul li {
  font-size: 3.73338vw;
  line-height: 1.7;
  margin-bottom: 4.26672vw;
}
@media (min-width: 769px) {
  .privacy_inner {
    margin: 6.9444vw 0 8.33328vw auto;
  }
  .privacy_inner p {
    font-size: 1.111104vw;
    margin-bottom: 2.77776vw;
  }
  .privacy_inner .part {
    margin-bottom: 3.333312vw;
  }
  .privacy_inner .part h6 {
    font-size: 1.38888vw;
    margin-bottom: 0.555552vw;
  }
  .privacy_inner .part p {
    font-size: 0.972216vw;
    margin-bottom: 0.555552vw;
  }
  .privacy_inner .part ul {
    padding-left: 2.222208vw;
  }
  .privacy_inner .part ul li {
    font-size: 0.972216vw;
    margin-bottom: 0.555552vw;
  }
}
@media (min-width: 1480px) {
  .privacy_inner {
    margin: 100px 0 120px auto;
  }
  .privacy_inner p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .privacy_inner .part {
    margin-bottom: 48px;
  }
  .privacy_inner .part h6 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .privacy_inner .part p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .privacy_inner .part ul {
    padding-left: 32px;
  }
  .privacy_inner .part ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}