@charset "UTF-8";
/*////////////////////////////////////////////////////
//mixin
/*/
/*opacity 例：@include opacity(0.8);*/
/*box-shadow（ボックスシャドウ）*/
/*中央寄せ $direction x：横方向 y：縦方向 xy：縦横方向*/
/* 相対サイズ計算式 */
/*! destyle.css v2.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;
  line-height: 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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ------------------------------------------------
  フォント・文字サイズ設定
------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  /*font size自動調整をきる*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #1b1b1b;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

::-moz-selection {
  background-color: #eb536c;
  color: #fff;
}

::selection {
  background-color: #eb536c;
  color: #fff;
}

::-moz-selection {
  background-color: #eb536c;
  color: #fff;
}

/* ------------------------------------------------
  ベースフォント指定
------------------------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

/* ------------------------------------------------
  デバイスごとの表示切り分け
------------------------------------------------ */
.only-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .only-sp {
    display: block !important;
  }
}

.only-pc {
  display: none !important;
}
@media print, screen and (min-width: 1025px) {
  .only-pc {
    display: block !important;
  }
}

.only-tablet {
  display: none !important;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .only-tablet {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  .no-sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .no-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .no-tablet {
    display: none !important;
  }
}

/* ------------------------------------------------
	svg sprite
------------------------------------------------ */
.icon {
  display: inline-block;
  width: 1em;
  height: 1.1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ------------------------------------------------
	icon
------------------------------------------------ */
i {
  display: inline-block;
}
i img {
  width: 100%;
}

/* ------------------------------------------------
	tel
------------------------------------------------ */
@media print, screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------------------
	utility margin class
------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

body.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ------------------------------------------------
  ヘッダー・グローバルナビハンバーガーメニュー（共通）
------------------------------------------------ */
#header {
  position: relative;
  border-top: solid 5px #eb536c;
}
@media print, screen and (max-width: 1024px) {
  #header {
    width: 100%;
    background-color: #fff;
    border-top: solid 0.6666666667vw #eb536c;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  #header {
    border-top: solid 0.48828125vw #eb536c;
  }
}
#header .nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eb536c;
  color: #fff;
  cursor: pointer;
  height: 100%;
}
@media print, screen and (min-width: 1025px) {
  #header .nav-btn {
    width: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 1441px) {
  #header .nav-btn {
    width: 70px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #header .nav-btn {
    width: 9.765625vw;
  }
}
@media only screen and (max-width: 750px) {
  #header .nav-btn {
    width: 13.3333333333vw;
  }
}
#header .nav-btn span {
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 1025px) {
  #header .nav-btn span {
    width: 1.6666666667vw;
  }
}
@media print, screen and (min-width: 1441px) {
  #header .nav-btn span {
    width: 28px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #header .nav-btn span {
    width: 3.7109375vw;
  }
}
@media only screen and (max-width: 750px) {
  #header .nav-btn span {
    width: 5.0666666667vw;
  }
}
#header .nav-btn span:nth-child(1) {
  top: 1.4285714286vw;
}
@media print, screen and (min-width: 1441px) {
  #header .nav-btn span:nth-child(1) {
    top: 24px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #header .nav-btn span:nth-child(1) {
    top: 2.44140625vw;
  }
}
@media only screen and (max-width: 750px) {
  #header .nav-btn span:nth-child(1) {
    top: 3.3333333333vw;
  }
}
#header .nav-btn span:nth-child(2) {
  top: 2.1428571429vw;
}
@media print, screen and (min-width: 1441px) {
  #header .nav-btn span:nth-child(2) {
    top: 36px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #header .nav-btn span:nth-child(2) {
    top: 4.00390625vw;
  }
}
@media only screen and (max-width: 750px) {
  #header .nav-btn span:nth-child(2) {
    top: 5.4666666667vw;
  }
}
#header .nav-btn span:nth-child(3) {
  top: 2.8571428571vw;
}
@media print, screen and (min-width: 1441px) {
  #header .nav-btn span:nth-child(3) {
    top: 48px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #header .nav-btn span:nth-child(3) {
    top: 5.56640625vw;
  }
}
@media only screen and (max-width: 750px) {
  #header .nav-btn span:nth-child(3) {
    top: 7.6vw;
  }
}
#header .nav-btn .state {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5vw;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1441px) {
  #header .nav-btn .state {
    top: 84px;
  }
}
@media print, screen and (max-width: 1024px) {
  #header .nav-btn .state {
    display: none;
  }
}

/* ------------------------------------------------
  ヘッダー・グローバルナビPC w=1200以上固定
------------------------------------------------ */
@media print, screen and (min-width: 1025px) {
  #header {
    background: rgba(255, 255, 255, 0.8);
    height: 10.4166666667vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header {
    height: 175px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header.fix {
    position: fixed;
    z-index: 999; /*最前面へ*/
    height: 5.3571428571vw;
    animation: DownMove 0.5s forwards;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1440px) {
  #header.fix {
    height: 5.9523809524vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header.fix {
    height: 90px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header.fix #logo {
    width: 16.6666666667vw;
    top: 0.5952380952vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header.fix #logo {
    width: 280px;
    top: 50%;
  }
}
@media print, screen and (min-width: 1025px) {
  #header.fix #util-menu {
    display: none;
  }
  #header.fix nav ul li a {
    padding-bottom: 15px;
  }
  #header.fix .nav-btn .state {
    writing-mode: horizontal-tb;
    bottom: 0.5952380952vw;
    top: initial;
  }
  @keyframes DownMove {
    from {
      opacity: 0;
      transform: translateY(-10.4166666667vw);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #header #logo {
    position: absolute;
    width: 25vw;
    top: 1.369047619vw;
    left: 0.4761904762vw;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1440px) {
  #header #logo {
    width: 23.8095238095vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header #logo {
    width: 420px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header #logo > a {
    width: 100%;
    height: 100%;
    display: block;
  }
  #header #logo img {
    width: 100%;
  }
  #header #util-menu {
    margin-top: 1.4880952381vw;
    padding-left: calc(100% - 59.5238095238vw - 8px);
    padding-right: 5.9523809524vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header #util-menu {
    padding-left: calc(100% - 1000px - 8px);
    padding-right: 100px;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1440px) {
  #header #util-menu {
    padding-left: calc(100% - 66.6666666667vw - 8px);
    padding-right: 4.7619047619vw;
  }
}
@media print, screen and (min-width: 1025px) {
  #header #util-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header #util-menu ul li {
    background-color: #eb536c;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1;
    height: 2.0238095238vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header #util-menu ul li {
    height: 34px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header #util-menu ul li a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #header #util-menu ul li:last-child {
    margin-right: 0;
  }
  #header #util-menu ul li.lang {
    display: flex;
    align-items: center;
    font-size: 0.9523809524vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header #util-menu ul li.lang {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header #util-menu ul li.lang p {
    padding: 0 20px;
  }
  #header #util-menu ul li.access, #header #util-menu ul li.fb, #header #util-menu ul li.instagram {
    font-size: 0.8333333333vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header #util-menu ul li.access, #header #util-menu ul li.fb, #header #util-menu ul li.instagram {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header #util-menu ul li.access a, #header #util-menu ul li.fb a, #header #util-menu ul li.instagram a {
    padding: 0 10px;
  }
  #header #util-menu ul li.access a i, #header #util-menu ul li.fb a i, #header #util-menu ul li.instagram a i {
    width: 1.2em;
    margin-right: 10px;
  }
  #header #util-menu ul li.access a i img, #header #util-menu ul li.fb a i img, #header #util-menu ul li.instagram a i img {
    width: 100%;
  }
  #header #util-menu ul li.materials, #header #util-menu ul li.inquiry {
    font-size: 0.9523809524vw;
    height: 2.380952381vw;
    border: 2px solid #eb536c;
    background-color: inherit;
    color: #eb536c;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header #util-menu ul li.materials, #header #util-menu ul li.inquiry {
    height: 40px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header #util-menu ul li.materials a, #header #util-menu ul li.inquiry a {
    padding: 0 10px;
  }
  #header #util-menu ul li.materials a i, #header #util-menu ul li.inquiry a i {
    width: 1.5em;
    margin-right: 18px;
  }
  #header #util-menu ul li.materials a i img, #header #util-menu ul li.inquiry a i img {
    width: 100%;
  }
  #header #util-menu ul li.materials {
    letter-spacing: 0.6em;
  }
  #header nav {
    padding-left: calc(100% - 59.5238095238vw);
    padding-right: 5.9523809524vw;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header nav {
    padding-left: calc(100% - 1000px);
    padding-right: 100px;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1440px) {
  #header nav {
    padding-left: calc(100% - 66.6666666667vw);
    padding-right: 4.7619047619vw;
  }
}
@media print, screen and (min-width: 1025px) {
  #header nav > ul {
    display: flex;
    justify-content: space-between;
  }
  #header nav > ul > li {
    text-align: center;
    line-height: 1;
  }
  #header nav > ul > li > a {
    display: block;
    position: relative;
    color: #eb536c;
    font-size: 0.7142857143vw;
    padding-bottom: 1.7857142857vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header nav > ul > li > a {
    font-size: 12px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header nav > ul > li > a span {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    display: block;
    font-size: 1.1904761905vw;
    margin-bottom: 0.7142857143vw;
    color: #1b1b1b;
    /*@include media(pcM) {
      margin-bottom: relpc(10);
    } */
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header nav > ul > li > a span {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header nav > ul > li > div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fef0f4;
    text-align: center;
    z-index: 100;
    transition: opacity 0.5s;
  }
  #header nav > ul > li:hover > a:after {
    content: "";
    width: 5.9523809524vw;
    height: 4px;
    border-radius: 2px;
    background-color: #eb536c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header nav > ul > li:hover > a:after {
    width: 100px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header nav > ul > li:hover > div {
    opacity: 1;
    visibility: visible;
  }
  #header nav > ul > li:hover > div > div.inner {
    width: 71.4285714286vw;
    padding: 1.1904761905vw 0 2.0833333333vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header nav > ul > li:hover > div > div.inner {
    width: 1200px;
    padding: 20px 0 35px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header nav > ul > li:hover > div > div.inner > p {
    width: 23.8095238095vw;
    height: 16.369047619vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header nav > ul > li:hover > div > div.inner > p {
    width: 400px;
    height: 275px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header nav > ul > li:hover > div > div.inner > p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2.9761904762vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header nav > ul > li:hover > div > div.inner > p img {
    border-radius: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header nav > ul > li:hover > div > div.inner > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 40.7738095238vw;
    padding: 3.5714285714vw 0;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header nav > ul > li:hover > div > div.inner > ul {
    width: 685px;
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  #header nav > ul > li:hover > div > div.inner > ul > li {
    width: 48%;
    position: relative;
  }
  #header nav > ul > li:hover > div > div.inner > ul > li a {
    display: flex;
    align-items: center;
    color: #eb536c;
    font-size: 1.130952381vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #header nav > ul > li:hover > div > div.inner > ul > li a {
    font-size: 19px;
  }
}
@media print, screen and (min-width: 1025px) {
  #header nav > ul > li:hover > div > div.inner > ul > li a:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin-right: 1em;
    border-top: 1px solid #eb536c;
    border-right: 1px solid #eb536c;
    transform: rotate(45deg);
  }
}
/* ------------------------------------------------
  グローバルナビTablet＆SP
------------------------------------------------ */
@media print, screen and (max-width: 1024px) {
  #header {
    background-color: #fff;
    height: 13.3333333333vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  #header {
    height: 9.765625vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #header #logo {
    position: absolute;
    width: 42.6666666667vw;
    height: 13.3333333333vw;
    top: 0.6666666667vw;
    left: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  #header #logo {
    width: 31.25vw;
    height: 9.765625vw;
    left: 2.44140625vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #header #logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  #header #util-menu {
    display: none;
  }
  #header nav {
    display: none;
  }
}
/* ------------------------------------------------
  FooterTablet＆PC
------------------------------------------------ */
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap {
    width: 100%;
    height: 54.1666666667vw;
    background: #d6ecff url("/common/img/bg/bg_fotter_pc.jpg") no-repeat right bottom;
    background-size: cover;
    position: relative;
  }
  footer .footer-wrap #footer-nav {
    margin-left: 35.7%;
  }
  footer .footer-wrap #footer-nav nav > ul {
    width: 47.619047619vw;
    display: flex;
    flex-wrap: wrap;
    padding-top: 7.1428571429vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-nav nav > ul {
    width: 800px;
    padding-top: 120px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-nav nav > ul > li {
    width: 28%;
    border-top: 2px solid #eb536c;
    padding: 0.8928571429vw 0 0 0.7738095238vw;
    color: #eb536c;
    font-size: 1.130952381vw;
    font-weight: 500;
    margin-right: 8%;
    margin-bottom: 1.7857142857vw;
    letter-spacing: 0;
  }
  footer .footer-wrap #footer-nav nav > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-nav nav > ul > li {
    padding: 15px 0 0 13px;
    font-size: 19px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-nav nav > ul > li > ul {
    margin-top: 1.1904761905vw;
  }
  footer .footer-wrap #footer-nav nav > ul > li > ul li a {
    font-size: 0.7738095238vw;
    color: #1b1b1b;
    margin-bottom: 0.7142857143vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-nav nav > ul > li > ul li a {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-nav nav > ul > li > ul li a:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 1em;
  }
  footer .footer-wrap #footer-util-menu {
    position: absolute;
    bottom: -2.9761904762vw;
    right: 1.7857142857vw;
    display: flex;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-util-menu {
    bottom: -50px;
    right: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-util-menu > li a {
    display: block;
    padding: 0 0.5952380952vw;
    color: #eb536c;
    font-size: 0.7738095238vw;
    border-right: 1px solid #eb536c;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-util-menu > li a {
    padding: 0 10px;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-util-menu > li:last-child a {
    padding-right: 0;
    border-right: none;
  }
  footer .footer-wrap #footer-name {
    position: absolute;
    left: 0;
    bottom: -4.7619047619vw;
    width: 31.5%;
    background-color: #eb536c;
    color: #fff;
    border-radius: 0 5.9523809524vw 0 0;
    text-align: center;
    padding: 4.7619047619vw 0 1.7857142857vw;
    font-size: 0.9523809524vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name {
    padding: 80px 0 30px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name h2 img {
    width: 35%;
    margin-bottom: 3.5714285714vw;
    -ms-interpolation-mode: bicubic;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name h2 img {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-link01 {
    display: flex;
    justify-content: center;
    margin: 2.0833333333vw 0 2.6785714286vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-link01 {
    margin: 35px 0 45px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-link01 a {
    display: flex;
    align-items: center;
  }
  footer .footer-wrap #footer-name #footer-link01 a i {
    width: 1.2em;
    margin-right: 0.5em;
  }
  footer .footer-wrap #footer-name #footer-link01 .access,
  footer .footer-wrap #footer-name #footer-link01 .graduate {
    margin-right: 0.5952380952vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-link01 .access,
  footer .footer-wrap #footer-name #footer-link01 .graduate {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-btn {
    margin-bottom: 4.4642857143vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-btn {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-btn p {
    text-align: center;
  }
  footer .footer-wrap #footer-name #footer-btn p.materials {
    letter-spacing: 0.7em;
    margin-bottom: 0.8928571429vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-btn p.materials {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-btn p a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11.9047619048vw;
    height: 2.380952381vw;
    border: 2px solid #fff;
    border-radius: 0.2976190476vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-btn p a {
    width: 200px;
    height: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-btn p a i {
    width: 1.5em;
    margin-right: 1.0714285714vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-btn p a i {
    margin-right: 18px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-btn p a i img {
    width: 100%;
  }
  footer .footer-wrap #footer-name #footer-link02 {
    display: flex;
    justify-content: center;
    margin-bottom: 2.9761904762vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-link02 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-link02 p {
    padding: 0 0.8928571429vw;
    border-right: 1px solid #fff;
  }
  footer .footer-wrap #footer-name #footer-link02 p:last-child {
    border-right: none;
  }
  footer .footer-wrap #footer-name #footer-link02 p a {
    display: flex;
    align-items: center;
  }
  footer .footer-wrap #footer-name #footer-link02 p a i {
    width: 1em;
    margin-left: 0.25em;
  }
  footer .footer-wrap #footer-name #footer-link03 {
    display: flex;
    justify-content: center;
    margin-bottom: 2.0833333333vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-link03 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-link03 .lang {
    display: flex;
    align-items: center;
    font-size: 0.9523809524vw;
    font-weight: bold;
    padding: 0.4166666667vw 0;
    margin-right: 1.7857142857vw;
    border-radius: 0.2976190476vw;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-link03 .lang {
    font-size: 16px;
    padding: 7px 0;
    border-radius: 5px;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-link03 .lang p {
    padding: 0 20px;
  }
  footer .footer-wrap #footer-name #footer-link03 .sns {
    display: flex;
    align-items: center;
  }
  footer .footer-wrap #footer-name #footer-link03 .sns a {
    width: 1.7857142857vw;
    height: 1.7857142857vw;
    display: block;
    margin-right: 0.5952380952vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  footer .footer-wrap #footer-name #footer-link03 .sns a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .footer-wrap #footer-name #footer-link03 .sns a img {
    width: 100%;
  }
  footer .footer-wrap #footer-name #footer-link03 .sns a:last-child {
    margin-right: 0;
  }
}
/* ------------------------------------------------
  FooterSP
------------------------------------------------ */
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-nav {
    position: relative;
    padding: 16.6666666667vw 0 84vw;
    margin-bottom: 56vw;
    background: #d6ecff url("/common/img/bg/bg_fotter_sp.png") no-repeat bottom center;
    background-size: cover;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-nav {
    padding: 12.20703125vw 0 61.5234375vw;
    margin-bottom: 37.109375vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav {
    padding: 0 2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav {
    padding: 0 1.953125vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav a {
    color: #eb536c;
  }
  footer .footer-wrap #footer-nav nav > ul > li {
    background-color: #fff;
    padding: 5.3333333333vw;
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    position: relative;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li {
    padding: 3.90625vw;
    font-size: 3.515625vw;
    margin-bottom: 3.90625vw;
    border-radius: 1.953125vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li span {
    width: 5.3333333333vw;
    right: 4vw;
    display: block;
    position: absolute;
    top: 8vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li span {
    width: 3.90625vw;
    right: 2.9296875vw;
    top: 5.859375vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li span::before, footer .footer-wrap #footer-nav nav > ul > li span::after {
    content: "";
    display: block;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    background-color: #eb536c;
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li span::before, footer .footer-wrap #footer-nav nav > ul > li span::after {
    width: 3.90625vw;
    height: 0.390625vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li span::before {
    transform: rotate(-90deg);
  }
  footer .footer-wrap #footer-nav nav > ul > li span.open::before {
    transform: rotate(0);
  }
  footer .footer-wrap #footer-nav nav > ul > li > ul {
    display: none;
    margin: 6.6666666667vw 0 0 6.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li > ul {
    margin: 4.8828125vw 0 0 4.8828125vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li > ul > li {
    font-size: 4vw;
    margin-bottom: 5.8666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li > ul > li {
    font-size: 2.9296875vw;
    margin-bottom: 4.296875vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li > ul > li a {
    color: #1b1b1b;
  }
  footer .footer-wrap #footer-nav nav > ul > li > ul > li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 1em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-nav nav > ul > li > ul {
    margin: 4.8828125vw 0 0 4.8828125vw;
  }
  footer .footer-wrap #footer-nav nav > ul > li > ul > li {
    font-size: 2.9296875vw;
    margin-bottom: 4.8828125vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-util-menu {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: -56vw;
    padding: 0 13.3333333333vw 0 6.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 750px) {
  footer .footer-wrap #footer-util-menu li {
    margin-bottom: 6.6666666667vw;
  }
  footer .footer-wrap #footer-util-menu li a {
    color: #eb536c;
    font-size: 3.4666666667vw;
  }
  footer .footer-wrap #footer-util-menu li:nth-child(odd) {
    padding-right: 5.3333333333vw;
    border-right: 1px solid #eb536c;
  }
  footer .footer-wrap #footer-util-menu li:nth-child(even) {
    padding-left: 5.3333333333vw;
    border-right: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-util-menu {
    bottom: -37.109375vw;
    padding: 0 9.765625vw 0 4.8828125vw;
  }
  footer .footer-wrap #footer-util-menu li {
    margin-bottom: 4.8828125vw;
    padding: 0 3.90625vw;
    border-right: 1px solid #eb536c;
  }
  footer .footer-wrap #footer-util-menu li a {
    color: #eb536c;
    font-size: 2.5390625vw;
  }
  footer .footer-wrap #footer-util-menu li:nth-child(3n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-name {
    padding: 16vw 0 5.3333333333vw;
    background-color: #eb536c;
    color: #fff;
    text-align: center;
    position: relative;
  }
  footer .footer-wrap #footer-name h2 {
    text-align: center;
    margin-bottom: 12vw;
  }
  footer .footer-wrap #footer-name h2 img {
    width: 46.6%;
  }
  footer .footer-wrap #footer-name .add {
    font-size: 3.4666666667vw;
    margin-bottom: 11.3333333333vw;
  }
  footer .footer-wrap #footer-name #footer-link01 {
    display: flex;
    justify-content: center;
    margin-bottom: 12vw;
  }
  footer .footer-wrap #footer-name #footer-link01 a {
    font-size: 4.2666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  footer .footer-wrap #footer-name #footer-link01 a i {
    height: 1.2em;
    margin-right: 0.5em;
  }
  footer .footer-wrap #footer-name #footer-link01 a i img {
    height: 100%;
  }
  footer .footer-wrap #footer-name #footer-link01 .access,
  footer .footer-wrap #footer-name #footer-link01 .graduate {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-name {
    padding: 11.71875vw 0 3.90625vw;
  }
  footer .footer-wrap #footer-name h2 {
    margin-bottom: 8.7890625vw;
  }
  footer .footer-wrap #footer-name .add {
    font-size: 2.5390625vw;
    margin-bottom: 8.30078125vw;
  }
  footer .footer-wrap #footer-name #footer-link01 {
    margin-bottom: 8.7890625vw;
  }
  footer .footer-wrap #footer-name #footer-link01 a {
    font-size: 3.125vw;
  }
  footer .footer-wrap #footer-name #footer-link01 .access {
    margin-right: 6.8359375vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-name #footer-btn {
    margin-bottom: 12vw;
  }
  footer .footer-wrap #footer-name #footer-btn p {
    width: 66%;
    margin: 0 auto;
    font-size: 4.9333333333vw;
  }
  footer .footer-wrap #footer-name #footer-btn p.materials {
    letter-spacing: 0.6em;
    margin-bottom: 9.6vw;
  }
  footer .footer-wrap #footer-name #footer-btn p a {
    padding: 5.3333333333vw 0;
    border: 2px solid #fff;
    display: block;
    border-radius: 1.3333333333vw;
    font-weight: 400;
  }
  footer .footer-wrap #footer-name #footer-btn p a i {
    width: 1.46em;
    margin-right: 0.5em;
  }
  footer .footer-wrap #footer-name #footer-btn p a i img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-name #footer-btn {
    margin-bottom: 8.7890625vw;
  }
  footer .footer-wrap #footer-name #footer-btn p {
    font-size: 3.61328125vw;
  }
  footer .footer-wrap #footer-name #footer-btn p.materials {
    margin-bottom: 7.03125vw;
  }
  footer .footer-wrap #footer-name #footer-btn p a {
    padding: 3.90625vw 0;
    border-radius: 0.9765625vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-name #footer-link02 {
    font-size: 4.2666666667vw;
    padding-left: 17.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  footer .footer-wrap #footer-name #footer-link02 p {
    margin-bottom: 6.6666666667vw;
  }
  footer .footer-wrap #footer-name #footer-link02 p a {
    display: flex;
    align-items: center;
  }
  footer .footer-wrap #footer-name #footer-link02 p a i {
    width: 1em;
    margin-left: 0.25em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-name #footer-link02 {
    font-size: 3.125vw;
    padding-left: 12.6953125vw;
    padding-bottom: 3.90625vw;
  }
  footer .footer-wrap #footer-name #footer-link02 p {
    margin-bottom: 4.8828125vw;
  }
}
@media print, screen and (max-width: 1024px) {
  footer .footer-wrap #footer-name #footer-link03 {
    display: flex;
    padding-left: 17.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  footer .footer-wrap #footer-name #footer-link03 .lang {
    display: flex;
    align-items: center;
    font-size: 6vw;
    font-weight: bold;
    padding: 2.6666666667vw 0;
    margin-right: 5.3333333333vw;
    border-radius: 0.6666666667vw;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  footer .footer-wrap #footer-name #footer-link03 .lang p {
    padding: 0 6.6666666667vw;
  }
  footer .footer-wrap #footer-name #footer-link03 .sns {
    display: flex;
  }
  footer .footer-wrap #footer-name #footer-link03 .sns a {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    margin-right: 1.3333333333vw;
  }
  footer .footer-wrap #footer-name #footer-link03 .sns a img {
    width: 100%;
    height: 100%;
  }
  footer .footer-wrap #footer-name #footer-link03 .sns a:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  footer .footer-wrap #footer-name #footer-link03 {
    padding-left: 12.6953125vw;
    margin-bottom: 7.8125vw;
  }
  footer .footer-wrap #footer-name #footer-link03 .lang {
    font-size: 4.39453125vw;
    padding: 1.953125vw 0;
    margin-right: 3.90625vw;
    border-radius: 0.48828125vw;
  }
  footer .footer-wrap #footer-name #footer-link03 .lang p {
    padding: 0 4.8828125vw;
  }
  footer .footer-wrap #footer-name #footer-link03 .sns a {
    width: 8.59375vw;
    height: 8.59375vw;
    margin-right: 0.9765625vw;
  }
  footer .footer-wrap #footer-name #footer-link03 .sns a:last-child {
    margin-right: 0;
  }
}
/* ------------------------------------------------
  copyright
------------------------------------------------ */
#copyright {
  text-align: center;
  font-size: 0.7142857143vw;
}
@media print, screen and (min-width: 1441px) {
  #copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  #copyright {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #copyright {
    font-size: 1.953125vw;
  }
}

/* ------------------------------------------------
  totop
------------------------------------------------ */
#totop {
  width: 4.1666666667vw;
  position: fixed;
  right: 0;
  bottom: 4.7619047619vw;
  text-align: center;
}
#totop a {
  font-size: 0.7142857143vw;
  writing-mode: vertical-rl;
  color: #eb536c;
  letter-spacing: 0.2em;
  white-space: nowrap;
  font-weight: bold;
}
#totop a::before {
  width: 2px;
  height: 3.5714285714vw;
  margin-bottom: 0.5952380952vw;
  content: "";
  display: inline-block;
  background: linear-gradient(180deg, #e3e3e3 0%, #e3e3e3 72%, #eb536c 72%, #eb536c 100%);
}
@media print, screen and (min-width: 1441px) {
  #totop {
    width: 70px;
    bottom: 80px;
  }
  #totop a {
    font-size: 12px;
  }
  #totop a::before {
    height: 60px;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 1024px) {
  #totop {
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  #totop_sp {
    display: none;
  }
}
@media print, screen and (min-width: 1441px) {
  #totop_sp {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {
  #totop_sp {
    position: absolute;
    width: 13.3333333333vw;
    height: 56vw;
    top: -56vw;
    right: 0;
    display: flex;
    justify-content: center;
    border-left: 1px solid #eb536c;
  }
  #totop_sp a {
    font-size: 2.6666666667vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #eb536c;
  }
  #totop_sp a span {
    text-align: left;
    writing-mode: vertical-rl;
  }
  #totop_sp a::before {
    width: 0.5333333333vw;
    height: 8vw;
    margin-bottom: 8.6666666667vw;
    content: "";
    display: block;
    background: linear-gradient(180deg, #e3e3e3 0%, #e3e3e3 72%, #eb536c 72%, #eb536c 100%);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  #totop_sp {
    width: 9.765625vw;
    height: 37.109375vw;
    top: -37.109375vw;
  }
  #totop_sp a {
    font-size: 1.953125vw;
  }
  #totop_sp a::before {
    width: 0.390625vw;
    height: 5.859375vw;
    margin-bottom: 6.34765625vw;
  }
}

/* ------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------ */
#full-menu {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #full-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #eb536c url("/common/img/bg/full-menu-bg-pc.png") no-repeat border-box top left 100%/38.3% content-box;
    overflow: auto;
  }
  #full-menu .nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #eb536c;
    height: 10.7142857143vw;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #full-menu .nav-btn {
    width: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .nav-btn {
    width: 70px;
    height: 180px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .nav-btn span {
    position: absolute;
    height: 2px;
    background-color: #eb536c;
    transition: all 0.5s;
    top: 2.1428571429vw;
    left: 50%;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #full-menu .nav-btn span {
    width: 1.6666666667vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .nav-btn span {
    width: 28px;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .nav-btn span {
    top: 36px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .nav-btn span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: 50% 50% 0;
  }
  #full-menu .nav-btn span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: 50% 50% 0;
  }
  #full-menu .nav-btn .state {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5vw;
    writing-mode: vertical-rl;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .nav-btn .state {
    top: 84px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner {
    padding-right: 38.3%;
    position: relative;
  }
  #full-menu .inner h2.logo {
    margin: 3.5714285714vw auto 2.9761904762vw;
    width: 22.619047619vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner h2.logo {
    margin: 60px auto 50px;
    width: 380px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner h2.logo img {
    max-width: 100%;
  }
  #full-menu .inner .menu-wrapper {
    max-width: 800px;
    width: 85%;
    margin: 0 auto;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1440px) {
  #full-menu .inner .menu-wrapper {
    width: 90%;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .menu-wrapper nav a {
    color: #fff;
  }
  #full-menu .inner .menu-wrapper nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #full-menu .inner .menu-wrapper nav > ul > li {
    width: 30%;
    border-top: 2px solid #fff;
    padding: 0.8928571429vw 0 0 0.8928571429vw;
    font-size: 1.0714285714vw;
    margin-right: 3%;
    margin-bottom: 2.380952381vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .menu-wrapper nav > ul > li {
    padding: 15px 0 0 15px;
    font-size: 19px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .menu-wrapper nav > ul > li > ul {
    margin-top: 1.1904761905vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .menu-wrapper nav > ul > li > ul {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .menu-wrapper nav > ul > li > ul > li {
    font-size: 0.7738095238vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .menu-wrapper nav > ul > li > ul > li {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .menu-wrapper nav > ul > li > ul > li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 1em;
  }
  #full-menu .inner .btn-wrapper {
    display: flex;
  }
  #full-menu .inner .btn-wrapper .util-wrapper {
    left: 0;
    bottom: 30px;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn {
    font-size: 0.9523809524vw;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn i {
    margin-right: 0.5em;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.access {
    width: 100%;
    margin-bottom: 0.2976190476vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.access {
    margin-right: 30px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.graduate {
    margin-right: 1.1904761905vw;
    margin-bottom: 0.5952380952vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.graduate {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.fb i, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.instagram i {
    width: 1.5em;
    height: 1.5em;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.fb i img, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.instagram i img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.fb span, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.instagram span {
    display: none;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .lang {
    display: flex;
    align-items: center;
    font-size: 0.9523809524vw;
    font-weight: bold;
    padding: 0.4166666667vw 0;
    margin-right: 1.7857142857vw;
    border-radius: 0.2976190476vw;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .btn-wrapper .util-wrapper .lang {
    font-size: 16px;
    padding: 7px 0;
    border-radius: 5px;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .btn-wrapper .util-wrapper .lang p {
    padding: 0 20px;
  }
  #full-menu .inner .inq-wrapper {
    display: flex;
    align-items: center;
    width: 60%;
  }
  #full-menu .inner .inq-wrapper .inq-btn {
    border: 2px solid #fff;
    border-radius: 0.2976190476vw;
  }
  #full-menu .inner .inq-wrapper .inq-btn a {
    display: flex;
    align-items: center;
    height: 2.380952381vw;
    padding: 0.5952380952vw 1.1904761905vw;
    color: #fff;
    font-size: 1.0714285714vw;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .inq-wrapper .inq-btn a {
    height: 40px;
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .inq-wrapper .inq-btn a i {
    margin-right: 0.8928571429vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .inq-wrapper .inq-btn a i {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  #full-menu .inner .inq-wrapper .inq-btn.materials {
    letter-spacing: 0.7em;
    margin-right: 1.7857142857vw;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1441px) {
  #full-menu .inner .inq-wrapper .inq-btn.materials {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 1024px) {
  #full-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 200vh;
    z-index: 999;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    border-top: 0.6666666667vw solid #eb536c;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  #full-menu {
    border-top: 0.48828125vw solid #eb536c;
  }
}
@media print, screen and (max-width: 1024px) {
  #full-menu .nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #eb536c;
    cursor: pointer;
    display: block;
    z-index: 1;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  #full-menu .nav-btn {
    width: 9.765625vw;
    height: 9.765625vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #full-menu .nav-btn span {
    display: block;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    top: 6.4vw;
    position: absolute;
    height: 2px;
    background-color: #eb536c;
    transition: all 0.5s;
    left: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  #full-menu .nav-btn span {
    top: 4.6875vw;
    width: 3.7109375vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #full-menu .nav-btn span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: 50% 50% 0;
  }
  #full-menu .nav-btn span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: 50% 50% 0;
  }
  #full-menu .nav-btn .state {
    display: none;
  }
  #full-menu .inner {
    overflow-y: scroll;
  }
  #full-menu .inner h2.logo {
    position: absolute;
    width: 42.6666666667vw;
    height: 13.3333333333vw;
    top: 0.6666666667vw;
    left: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  #full-menu .inner h2.logo {
    width: 31.25vw;
    height: 9.765625vw;
    left: 2.44140625vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #full-menu .inner h2.logo img {
    max-width: 100%;
    vertical-align: middle;
  }
  #full-menu .inner .menu-wrapper {
    background-color: #eb536c;
    margin-top: 12.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 751px) and (max-width: 1024px) {
  #full-menu .inner .menu-wrapper {
    margin-top: 9.27734375vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #full-menu .inner .menu-wrapper nav {
    width: 94.6%;
    margin: 0 auto;
    padding: 4vw 0 0;
  }
  #full-menu .inner .menu-wrapper nav a {
    color: #eb536c;
  }
  #full-menu .inner .menu-wrapper nav > ul > li {
    background-color: #fff;
    padding: 5.3333333333vw;
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    position: relative;
  }
  #full-menu .inner .menu-wrapper nav > ul > li span {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 4vw;
    display: block;
    position: absolute;
    top: 8vw;
  }
  #full-menu .inner .menu-wrapper nav > ul > li span::before, #full-menu .inner .menu-wrapper nav > ul > li span::after {
    content: "";
    display: block;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    background-color: #eb536c;
    position: absolute;
    right: 0;
  }
  #full-menu .inner .menu-wrapper nav > ul > li span::before {
    transform: rotate(-90deg);
  }
  #full-menu .inner .menu-wrapper nav > ul > li span.open::before {
    transform: rotate(0);
  }
  #full-menu .inner .menu-wrapper nav > ul > li > ul {
    display: none;
    margin-top: 6.6666666667vw;
  }
  #full-menu .inner .menu-wrapper nav > ul > li > ul > li {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  #full-menu .inner .menu-wrapper nav > ul > li > ul > li a {
    color: #1b1b1b;
  }
  #full-menu .inner .menu-wrapper nav > ul > li > ul > li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 1em;
  }
  #full-menu .inner .btn-wrapper {
    position: relative;
  }
  #full-menu .inner .btn-wrapper .util-wrapper {
    width: 94.6%;
    margin: 0 auto;
    padding-bottom: 8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn i {
    margin-right: 0.5em;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn i picture {
    width: 100%;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn i picture img {
    height: 100%;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.access a, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.graduate a, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.reunion a {
    background-color: #fff;
    color: #eb536c;
    padding: 5.3333333333vw 0;
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    text-align: center;
    display: block;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.access a i, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.graduate a i, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.reunion a i {
    height: 1em;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.access {
    width: 100%;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.graduate, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.reunion {
    width: 48%;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.fb, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.instagram {
    margin: 0 auto;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.fb a, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.instagram a {
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 4.8vw;
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    text-align: center;
    display: flex;
    align-items: center;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.fb a i, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.instagram a i {
    width: 1.5em;
    height: 1.5em;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.fb a i img, #full-menu .inner .btn-wrapper .util-wrapper .util-btn.instagram a i img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .util-btn.fb {
    margin-bottom: 1.3333333333vw;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .lang {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 53.3333333333vw;
    display: flex;
    align-items: center;
    font-size: 6vw;
    font-weight: bold;
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    background: #fff;
    color: #eb536c;
    border: 2px solid #eb536c;
  }
  #full-menu .inner .btn-wrapper .util-wrapper .lang p {
    padding: 0 4vw;
  }
  #full-menu .inner .inq-wrapper {
    padding: 10.6666666667vw 0 77.3333333333vw;
    background: url("/common/img/bg/full-menu-bg-sp.png") bottom 20% center;
    background-size: cover;
  }
  #full-menu .inner .inq-wrapper .inq-btn {
    width: 66%;
    margin: 0 auto 5.3333333333vw;
  }
  #full-menu .inner .inq-wrapper .inq-btn a {
    padding: 5.3333333333vw 10.6666666667vw;
    display: block;
    background-color: #eb536c;
    color: #fff;
    font-size: 4.8vw;
    border-radius: 1.3333333333vw;
  }
  #full-menu .inner .inq-wrapper .inq-btn a i {
    height: 1em;
    margin-right: 1em;
  }
  #full-menu .inner .inq-wrapper .inq-btn a i img {
    height: 100%;
  }
  #full-menu .inner .inq-wrapper .inq-btn.materials {
    letter-spacing: 0.8em;
  }
}
body {
  position: relative;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media print, screen and (max-width: 1024px) {
  #header {
    position: fixed;
  }
}

main #mv {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  main #mv {
    height: 100vh;
  }
}
main #mv .mv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 1025px) {
  main #mv .mv-slide img {
    height: 100vh;
  }
}
main #mv .mv-catch {
  position: absolute;
}
@media print, screen and (min-width: 1025px) {
  main #mv .mv-catch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15.5%;
    width: 33.3333333333vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #mv .mv-catch {
    width: 560px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #mv .mv-catch {
    width: 54.6875vw;
    left: 3.90625vw;
    bottom: 53.7109375vw;
  }
}
@media only screen and (max-width: 750px) {
  main #mv .mv-catch {
    width: 74.6666666667vw;
    left: 5.3333333333vw;
    top: 113.3333333333vw;
  }
}
main #mv .mv-catch img {
  width: 100%;
}
main #mv #emg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media print, screen and (min-width: 1025px) {
  main #mv #emg {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    top: 11.6071428571vw;
    height: 4.1666666667vw;
    font-size: 0.9523809524vw;
    padding: 0.2976190476vw;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1441px) {
  main #mv #emg {
    top: 195px;
    height: 70px;
    padding: 5px;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1024px) {
  main #mv #emg {
    width: 95%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #mv #emg {
    top: 11.9140625vw;
    padding: 0.48828125vw;
    border-radius: 1.953125vw;
    font-size: 2.5390625vw;
  }
}
@media only screen and (max-width: 750px) {
  main #mv #emg {
    top: 16.2666666667vw;
    padding: 0.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
main #mv #emg h2 {
  background-color: #eb536c;
  height: 100%;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1025px) {
  main #mv #emg h2 {
    padding: 0 2.9761904762vw 0 2.5vw;
    font-size: 1.1904761905vw;
    margin-right: 2.5vw;
    border-radius: 0.5952380952vw 0 0 0.5952380952vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #mv #emg h2 {
    padding: 0 50px 0 42px;
    font-size: 20px;
    margin-right: 42px;
    border-radius: 10px 0 0 10px;
  }
}
@media print, screen and (max-width: 1024px) {
  main #mv #emg h2 {
    justify-content: center;
    border-radius: 20px 20px 0 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #mv #emg h2 {
    top: 11.9140625vw;
    border-radius: 1.953125vw 1.953125vw 0 0;
    padding: 1.953125vw;
  }
}
@media only screen and (max-width: 750px) {
  main #mv #emg h2 {
    top: 16.2666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    padding: 2.6666666667vw;
  }
}
main #mv #emg h2 i {
  width: 1em;
  margin-right: 1em;
}
main #mv #emg h2 i img {
  width: 100%;
}
main #mv #emg time {
  color: #eb536c;
}
@media print, screen and (min-width: 1025px) {
  main #mv #emg time {
    margin-right: 1.7857142857vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #mv #emg time {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 1024px) {
  main #mv #emg time {
    display: block;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #mv #emg time {
    margin: 2.44140625vw 0 1.953125vw;
    padding: 0 1.953125vw;
  }
}
@media only screen and (max-width: 750px) {
  main #mv #emg time {
    margin: 3.3333333333vw 0 2.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
@media print, screen and (min-width: 1025px) {
  main #mv #emg p {
    margin-right: 0.5952380952vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #mv #emg p {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #mv #emg p {
    padding: 0 1.953125vw;
    margin-bottom: 1.953125vw;
  }
}
@media only screen and (max-width: 750px) {
  main #mv #emg p {
    padding: 0 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
main #mv #emg p a {
  color: #eb536c;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  main #mv #emg p a:hover {
    color: #941127;
  }
}
main #mv .bannar {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 1025px) {
  main #mv .bannar {
    position: absolute;
    right: 0;
    bottom: 1.6666666667vw;
    padding: 0.5952380952vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #mv .bannar {
    bottom: 28px;
    padding: 10px;
  }
}
@media print, screen and (max-width: 1024px) {
  main #mv .bannar {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #mv .bannar {
    padding: 1.953125vw 2.9296875vw;
  }
}
@media only screen and (max-width: 750px) {
  main #mv .bannar {
    padding: 2.6666666667vw 4vw;
  }
}
main #mv .bannar li {
  background: #fee6ec url(/common/img/bg/bnr-bg.png) no-repeat left top;
  position: relative;
  font-weight: bold;
}
@media print, screen and (min-width: 1025px) {
  main #mv .bannar li {
    width: 17.8571428571vw;
    height: 7.7380952381vw;
    margin-right: 0.2976190476vw;
    font-size: 1.4285714286vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #mv .bannar li {
    width: 300px;
    height: 130px;
    margin-right: 5px;
    font-size: 24px;
  }
}
@media print, screen and (max-width: 1024px) {
  main #mv .bannar li {
    width: 48%;
    padding-bottom: 19.2%;
    background-size: contain;
  }
  main #mv .bannar li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #mv .bannar li {
    margin-right: 0.48828125vw;
    font-size: 2.5390625vw;
  }
}
@media only screen and (max-width: 750px) {
  main #mv .bannar li {
    margin-right: 0.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
main #mv .bannar li a {
  color: #eb536c;
  width: 100%;
  height: 100%;
  display: block;
}
main #mv .bannar li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
main #mv .bannar li a span time {
  display: block;
}
main #mv .bannar li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 1025px) {
  main #mv .bannar li:hover {
    background-color: #eb536c;
  }
  main #mv .bannar li:hover a {
    color: #fff;
  }
}
main .sec-wrapper {
  background: #d9d4ab url(/common/img/bg/ptn_sec01.png);
}
main #top-sec00 {
  padding: 2.380952381vw 0 0;
}
@media print, screen and (min-width: 1441px) {
  main #top-sec00 {
    padding: 40x 0 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec00 {
    padding: 3.90625vw 0 0;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec00 {
    padding: 5.3333333333vw 0 0;
  }
}
main #top-sec01 {
  padding: 4.7619047619vw 0;
}
@media print, screen and (min-width: 1441px) {
  main #top-sec01 {
    padding: 80x;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec01 {
    padding: 7.8125vw 0 7.8125vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec01 {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}
main #top-sec01 .sec01-inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
main #top-sec01 .sec01-inner h2 {
  color: #373737;
  font-family: "Kiwi Maru", serif;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 1025px) {
  main #top-sec01 .sec01-inner h2 {
    font-size: 2.5vw;
    margin-bottom: 2.9761904762vw;
  }
  main #top-sec01 .sec01-inner h2 img {
    margin-left: 1.369047619vw;
    width: 24.4047619048vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #top-sec01 .sec01-inner h2 {
    font-size: 42px;
    margin-bottom: 50px;
  }
  main #top-sec01 .sec01-inner h2 img {
    margin-left: 23px;
    width: 410px;
  }
}
@media print, screen and (max-width: 1024px) {
  main #top-sec01 .sec01-inner h2 {
    text-align: center;
  }
  main #top-sec01 .sec01-inner h2 img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec01 .sec01-inner h2 {
    font-size: 4.6875vw;
  }
  main #top-sec01 .sec01-inner h2 img {
    width: 47.8515625vw;
    padding-left: 7.8125vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec01 .sec01-inner h2 {
    font-size: 6.4vw;
  }
  main #top-sec01 .sec01-inner h2 img {
    width: 65.3333333333vw;
    padding-left: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 1025px) {
  main #top-sec01 .sec01-inner .exam {
    display: flex;
    justify-content: space-between;
  }
  main #top-sec01 .sec01-inner .exam > div {
    width: 48%;
  }
}
main #top-sec01 .sec01-inner .exam > div {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border-radius: 5%;
}
@media print, screen and (max-width: 1024px) {
  main #top-sec01 .sec01-inner .exam > div:first-child {
    margin: 2em 0;
  }
}
main #top-sec01 .sec01-inner .exam > div h3 {
  font-family: "Kiwi Maru", serif;
}
@media print, screen and (min-width: 1025px) {
  main #top-sec01 .sec01-inner .exam > div h3 {
    font-size: 2.380952381vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #top-sec01 .sec01-inner .exam > div h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec01 .sec01-inner .exam > div h3 {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec01 .sec01-inner .exam > div h3 {
    font-size: 5.3333333333vw;
  }
}
main #top-sec01 .sec01-inner .exam > div.junior h3 {
  color: #eb536c;
}
main #top-sec01 .sec01-inner .exam > div.senior h3 {
  color: #AB89C3;
}
main #top-sec01 .sec01-inner .exam > div.senior ul li time {
  color: #AB89C3;
}
main #top-sec01 .sec01-inner .exam > div.senior ul li::after {
  border-color: transparent transparent transparent #AB89C3;
}
main #top-sec01 .sec01-inner ul li {
  border-bottom: 1px solid #fff;
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  main #top-sec01 .sec01-inner ul li {
    padding: 1.4880952381vw 1.7857142857vw 1.4880952381vw 0;
  }
}
@media print, screen and (min-width: 1441px) {
  main #top-sec01 .sec01-inner ul li {
    padding: 25px 30px 25px 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec01 .sec01-inner ul li {
    padding: 2.44140625vw 3.90625vw 2.44140625vw 0;
    line-height: 1.38;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec01 .sec01-inner ul li {
    padding: 3.3333333333vw 5.3333333333vw 3.3333333333vw 0;
    line-height: 1.38;
  }
}
main #top-sec01 .sec01-inner ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #eb536c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1025px) {
  main #top-sec01 .sec01-inner ul li:after {
    right: 1.1904761905vw;
    border-width: 0.505952381vw 0 0.505952381vw 0.6547619048vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #top-sec01 .sec01-inner ul li:after {
    right: 20px;
    border-width: 8.5px 0 8.5px 11px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec01 .sec01-inner ul li:after {
    right: 1.953125vw;
    border-width: 0.830078125vw 0 0.830078125vw 1.07421875vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec01 .sec01-inner ul li:after {
    right: 2.6666666667vw;
    border-width: 1.1333333333vw 0 1.1333333333vw 1.4666666667vw;
  }
}
@media print, screen and (min-width: 1025px) {
  main #top-sec01 .sec01-inner ul li a {
    font-size: 1.0714285714vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #top-sec01 .sec01-inner ul li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec01 .sec01-inner ul li a {
    font-size: 2.5390625vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec01 .sec01-inner ul li a {
    font-size: 3.4666666667vw;
  }
}
main #top-sec01 .sec01-inner ul li a time {
  color: #eb536c;
  font-weight: bold;
  display: block;
  margin-bottom: 0.76em;
}
main #top-sec01 .sec01-inner ul li a p {
  display: inline-block;
}
main #top-sec01 .sec01-inner::before, main #top-sec01 .sec01-inner::after {
  position: absolute;
  content: "";
  display: block;
}
main #top-sec01 .sec01-inner::before {
  background: url(/images/top/sec01-before.png);
  background-size: cover;
}
@media print, screen and (min-width: 1025px) {
  main #top-sec01 .sec01-inner::before {
    width: 17.5vw;
    height: 17.619047619vw;
    bottom: -5.9523809524vw;
    left: -13.6904761905vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #top-sec01 .sec01-inner::before {
    width: 294px;
    height: 296px;
    left: -230px;
    bottom: -100px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1440px) {
  main #top-sec01 .sec01-inner::before {
    left: -5.9523809524vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec01 .sec01-inner::before {
    width: 28.7109375vw;
    height: 28.90625vw;
    left: -9.1796875vw;
    bottom: -9.765625vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec01 .sec01-inner::before {
    width: 39.2vw;
    height: 39.4666666667vw;
    left: -12.5333333333vw;
    bottom: -13.3333333333vw;
  }
}
main #top-sec01 .sec01-inner::after {
  background: url(/images/top/sec01-after.png);
  background-size: cover;
}
@media print, screen and (min-width: 1025px) {
  main #top-sec01 .sec01-inner::after {
    width: 16.6071428571vw;
    height: 16.6666666667vw;
    top: -5.9523809524vw;
    right: -12.619047619vw;
  }
}
@media print, screen and (min-width: 1441px) {
  main #top-sec01 .sec01-inner::after {
    width: 279px;
    height: 280px;
    top: -100px;
    right: -196px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1440px) {
  main #top-sec01 .sec01-inner::after {
    right: -2.9761904762vw;
  }
}
@media print, screen and (max-width: 1024px) {
  main #top-sec01 .sec01-inner::after {
    background: url(/images/top/sec01-after_sp.png);
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec01 .sec01-inner::after {
    width: 21.484375vw;
    height: 27.34375vw;
    top: -9.765625vw;
    right: -5%;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec01 .sec01-inner::after {
    width: 29.3333333333vw;
    height: 37.3333333333vw;
    top: -13.3333333333vw;
    right: -5%;
  }
}
main #top-sec02 {
  position: relative;
  padding: 3.5714285714vw 0 6.5476190476vw;
}
main #top-sec02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/common/img/bg/ptn_sec02.png);
  border-radius: 0 2.9761904762vw 2.9761904762vw 0;
  right: 4%;
  top: 0;
  position: absolute;
  z-index: 0;
}
main #top-sec02::after {
  content: "";
  width: 9.4047619048vw;
  height: 4.5833333333vw;
  background: url(/images/top/sec03-before.png) no-repeat;
  background-size: cover;
  left: 10%;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 1441px) {
  main #top-sec02 {
    padding: 60px 0 110px;
  }
  main #top-sec02::before {
    border-radius: 0 50px 50px 0;
  }
  main #top-sec02::after {
    width: 158px;
    height: 77px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec02 {
    padding: 11.71875vw 0 10.7421875vw;
  }
  main #top-sec02::before {
    width: 95%;
    border-radius: 4.8828125vw;
    right: 2.5%;
  }
  main #top-sec02::after {
    width: 15.4296875vw;
    height: 7.51953125vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec02 {
    padding: 16vw 0 14.6666666667vw;
  }
  main #top-sec02::before {
    width: 95%;
    border-radius: 6.6666666667vw;
    right: 2.5%;
  }
  main #top-sec02::after {
    width: 15.4296875vw;
    height: 7.51953125vw;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1440px) {
  main #top-sec02::before {
    right: 0;
  }
}
main #top-sec02 .sec02-inner {
  position: relative;
  max-width: 1200px;
  width: 98%;
  z-index: 1;
  margin: 0 auto;
}
main #top-sec02 .sec02-inner::before, main #top-sec02 .sec02-inner::after {
  content: "";
  display: block;
  position: absolute;
}
main #top-sec02 .sec02-inner::before {
  width: 9.3452380952vw;
  height: 7.1428571429vw;
  background: url(/images/top/sec02-inner-before.png);
  background-size: cover;
  top: -2.380952381vw;
  left: -2.380952381vw;
}
main #top-sec02 .sec02-inner::after {
  width: 12.0238095238vw;
  height: 15.119047619vw;
  background: url(/images/top/sec02-inner-after.png);
  background-size: cover;
  top: -5.4761904762vw;
  right: -2.380952381vw;
}
@media print, screen and (min-width: 1441px) {
  main #top-sec02 .sec02-inner::before {
    width: 157px;
    height: 120px;
    left: -40px;
  }
  main #top-sec02 .sec02-inner::after {
    width: 202px;
    height: 254px;
    top: -92px;
    right: -40px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec02 .sec02-inner::before {
    width: 15.33203125vw;
    height: 11.71875vw;
    left: -3.90625vw;
  }
  main #top-sec02 .sec02-inner::after {
    width: 14.84375vw;
    height: 24.8046875vw;
    top: -13.671875vw;
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec02 .sec02-inner::before {
    width: 20.9333333333vw;
    height: 16vw;
    left: -4vw;
  }
  main #top-sec02 .sec02-inner::after {
    width: 20.2666666667vw;
    height: 33.8666666667vw;
    top: -18.6666666667vw;
    right: 0;
  }
}
main #top-sec02 .sec02-inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5vw;
  font-family: "Kiwi Maru", serif;
  color: #eb536c;
  margin-bottom: 1.7857142857vw;
}
main #top-sec02 .sec02-inner h2 i {
  text-indent: 999px;
  background: url(/images/top/sec02-tit-ap.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  width: 0.5em;
}
main #top-sec02 .sec02-inner h2 span {
  margin-left: 0.3em;
  height: 1em;
}
main #top-sec02 .sec02-inner h2 span img {
  height: 100%;
  vertical-align: top;
}
main #top-sec02 .sec02-inner h2::before, main #top-sec02 .sec02-inner h2::after {
  content: "";
  width: 11.4880952381vw;
  height: 7.6785714286vw;
  display: block;
}
main #top-sec02 .sec02-inner h2::before {
  background: url(/images/top/sec02-tit-before.png);
  background-size: cover;
  margin-right: 2.380952381vw;
}
main #top-sec02 .sec02-inner h2::after {
  background: url(/images/top/sec02-tit-after.png);
  background-size: cover;
  margin-left: 2.380952381vw;
}
@media print, screen and (min-width: 1441px) {
  main #top-sec02 .sec02-inner h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  main #top-sec02 .sec02-inner h2::before, main #top-sec02 .sec02-inner h2::after {
    width: 193px;
    height: 129px;
  }
  main #top-sec02 .sec02-inner h2::before {
    margin-right: 40px;
  }
  main #top-sec02 .sec02-inner h2::after {
    margin-left: 40px;
  }
}
@media print, screen and (max-width: 1024px) {
  main #top-sec02 .sec02-inner h2 {
    position: relative;
  }
  main #top-sec02 .sec02-inner h2::before, main #top-sec02 .sec02-inner h2::after {
    position: absolute;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec02 .sec02-inner h2 {
    font-size: 4.1015625vw;
    margin-bottom: 5.46875vw;
  }
  main #top-sec02 .sec02-inner h2::before, main #top-sec02 .sec02-inner h2::after {
    width: 18.84765625vw;
    height: 12.59765625vw;
    top: -9.765625vw;
  }
  main #top-sec02 .sec02-inner h2::before {
    left: 12.40234375vw;
  }
  main #top-sec02 .sec02-inner h2::after {
    right: 12.40234375vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec02 .sec02-inner h2 {
    font-size: 5.6vw;
    margin-bottom: 7.4666666667vw;
  }
  main #top-sec02 .sec02-inner h2::before, main #top-sec02 .sec02-inner h2::after {
    width: 19.3333333333vw;
    height: 12vw;
    top: -14.6666666667vw;
  }
  main #top-sec02 .sec02-inner h2::before {
    left: 16.9333333333vw;
  }
  main #top-sec02 .sec02-inner h2::after {
    right: 16.9333333333vw;
  }
}
main #top-sec02 .sec02-inner .tab input {
  display: none;
}
main #top-sec02 .sec02-inner .tab .tab-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 2;
}
main #top-sec02 .sec02-inner .tab .tab-wrapper label {
  background-color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
}
main #top-sec02 .sec02-inner .tab .tab-wrapper label span {
  color: #585e5e;
}
main #top-sec02 .sec02-inner .tab .tab-wrapper label span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #585e5e transparent transparent transparent;
  margin-right: 0.5em;
  vertical-align: middle;
}
@media print, screen and (min-width: 1025px) {
  main #top-sec02 .sec02-inner .tab .tab-wrapper {
    margin-bottom: 1.0119047619vw;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label {
    width: calc((100% - 0.7142857143vw) / 6);
    font-size: 0.9523809524vw;
    padding: 1.0714285714vw 0;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(1) {
    border-radius: 1.1904761905vw 0 0 0;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(6) {
    border-radius: 0 1.1904761905vw 0 0;
  }
}
@media print, screen and (min-width: 1441px) {
  main #top-sec02 .sec02-inner .tab .tab-wrapper {
    margin-bottom: 17px;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label {
    width: calc((100% - 12px) / 6);
    font-size: 16px;
    padding: 18px 0;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(1) {
    border-radius: 20px 0 0 0;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(6) {
    border-radius: 0 20px 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  main #top-sec02 .sec02-inner .tab .tab-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 91.8%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec02 .sec02-inner .tab .tab-wrapper {
    margin-bottom: 1.3671875vw;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label {
    width: calc((100% - 2.9296875vw) / 3);
    font-size: 2.5390625vw;
    padding: 1.7578125vw 0;
    border-radius: 0.9765625vw;
    margin-bottom: 1.66015625vw;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(1), main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(2), main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(4) {
    margin-right: 0.9765625vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec02 .sec02-inner .tab .tab-wrapper {
    margin-bottom: 1.8666666667vw;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label {
    width: calc((100% - 4vw) / 3);
    font-size: 3.4666666667vw;
    padding: 2.4vw 0;
    border-radius: 1.3333333333vw;
    margin-bottom: 2.2666666667vw;
  }
  main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(1), main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(2), main #top-sec02 .sec02-inner .tab .tab-wrapper label:nth-child(4) {
    margin-right: 1.3333333333vw;
  }
}
main #top-sec02 .sec02-inner .tab .blog00,
main #top-sec02 .sec02-inner .tab .blog01,
main #top-sec02 .sec02-inner .tab .blog02,
main #top-sec02 .sec02-inner .tab .blog03,
main #top-sec02 .sec02-inner .tab .blog04,
main #top-sec02 .sec02-inner .tab .blog05 {
  display: none;
}
main #top-sec02 .sec02-inner .tab #blog00:checked ~ .blog00,
main #top-sec02 .sec02-inner .tab #blog01:checked ~ .blog01,
main #top-sec02 .sec02-inner .tab #blog02:checked ~ .blog02,
main #top-sec02 .sec02-inner .tab #blog03:checked ~ .blog03,
main #top-sec02 .sec02-inner .tab #blog04:checked ~ .blog04,
main #top-sec02 .sec02-inner .tab #blog05:checked ~ .blog05 {
  display: block;
}
main #top-sec02 .sec02-inner .tab #blog00:checked ~ .tab-wrapper #label_blog00,
main #top-sec02 .sec02-inner .tab #blog01:checked ~ .tab-wrapper #label_blog01,
main #top-sec02 .sec02-inner .tab #blog02:checked ~ .tab-wrapper #label_blog02,
main #top-sec02 .sec02-inner .tab #blog03:checked ~ .tab-wrapper #label_blog03,
main #top-sec02 .sec02-inner .tab #blog04:checked ~ .tab-wrapper #label_blog04,
main #top-sec02 .sec02-inner .tab #blog05:checked ~ .tab-wrapper #label_blog05,
main #top-sec02 .sec02-inner .tab .tab-wrapper label:hover {
  background-color: #eb536c;
}
main #top-sec02 .sec02-inner .tab #blog00:checked ~ .tab-wrapper #label_blog00 span,
main #top-sec02 .sec02-inner .tab #blog01:checked ~ .tab-wrapper #label_blog01 span,
main #top-sec02 .sec02-inner .tab #blog02:checked ~ .tab-wrapper #label_blog02 span,
main #top-sec02 .sec02-inner .tab #blog03:checked ~ .tab-wrapper #label_blog03 span,
main #top-sec02 .sec02-inner .tab #blog04:checked ~ .tab-wrapper #label_blog04 span,
main #top-sec02 .sec02-inner .tab #blog05:checked ~ .tab-wrapper #label_blog05 span,
main #top-sec02 .sec02-inner .tab .tab-wrapper label:hover span {
  color: #fff;
}
main #top-sec02 .sec02-inner .tab #blog00:checked ~ .tab-wrapper #label_blog00 span:before,
main #top-sec02 .sec02-inner .tab #blog01:checked ~ .tab-wrapper #label_blog01 span:before,
main #top-sec02 .sec02-inner .tab #blog02:checked ~ .tab-wrapper #label_blog02 span:before,
main #top-sec02 .sec02-inner .tab #blog03:checked ~ .tab-wrapper #label_blog03 span:before,
main #top-sec02 .sec02-inner .tab #blog04:checked ~ .tab-wrapper #label_blog04 span:before,
main #top-sec02 .sec02-inner .tab #blog05:checked ~ .tab-wrapper #label_blog05 span:before,
main #top-sec02 .sec02-inner .tab .tab-wrapper label:hover span:before {
  border-color: #fff transparent transparent transparent;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.8571428571vw;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper .ind {
  width: calc((100% - 2.380952381vw) / 5);
  margin-bottom: 1.3095238095vw;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div {
  width: 100%;
  background-color: #fff;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:first-child {
  height: 9.5238095238vw;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3571428571vw 0.3571428571vw 0 0;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child {
  border-radius: 0 0 0.3571428571vw 0.3571428571vw;
  padding: 1.1904761905vw 0.8928571429vw;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child time {
  font-size: 0.8928571429vw;
  color: #ff9eb7;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child .cat {
  display: inline-block;
  color: #fff;
  font-size: 0.8928571429vw;
  background-color: #eb536c;
  padding: 5px 10px;
  border-radius: 10px;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child .blog-title {
  margin-top: 0.5em;
  font-size: 0.8333333333vw;
  line-height: 1.7;
  height: 4em;
}
main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child .blog-more {
  font-size: 0.8333333333vw;
  color: #ff9eb7;
  margin-top: 0.5952380952vw;
  text-align: right;
}
@media print, screen and (min-width: 1025px) {
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a:hover > div:last-child .blog-more {
    color: #eb536c;
  }
}
@media print, screen and (min-width: 1441px) {
  main #top-sec02 .sec02-inner .tab .blog-wrapper {
    margin-bottom: 48px;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind {
    width: calc((100% - 40px) / 5);
    margin-bottom: 22px;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:first-child {
    height: 160px;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:first-child img {
    border-radius: 6px 6px 0 0;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child {
    border-radius: 0 0 6px 6px;
    padding: 20px 15px;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child time {
    font-size: 15px;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child .blog-title {
    font-size: 14px;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child .blog-more {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 1024px) {
  main #top-sec02 .sec02-inner .tab .blog-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec02 .sec02-inner .tab .blog-wrapper {
    margin-bottom: 4.6875vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind {
    width: calc((100% - 1.66015625vw) / 2);
    margin-bottom: 1.46484375vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:first-child {
    height: 22.4609375vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:first-child img {
    border-radius: 0.5859375vw 0.5859375vw 0 0;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child {
    border-radius: 0 0 0.5859375vw 0.5859375vw;
    padding: 1.953125vw 1.46484375vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child time {
    font-size: 1.7578125vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child .blog-title {
    font-size: 2.5390625vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child .blog-more {
    font-size: 2.5390625vw;
    margin-top: 0.9765625vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec02 .sec02-inner .tab .blog-wrapper {
    margin-bottom: 6.4vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind {
    width: calc((100% - 2.2666666667vw) / 2);
    margin-bottom: 2vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:first-child {
    height: 30.6666666667vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:first-child img {
    border-radius: 0.8vw 0.8vw 0 0;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child {
    border-radius: 0 0 0.8vw 0.8vw;
    padding: 2.6666666667vw 2vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child time {
    font-size: 2.4vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child .blog-title {
    font-size: 3.4666666667vw;
  }
  main #top-sec02 .sec02-inner .tab .blog-wrapper .ind a > div:last-child .blog-more {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
}
main #top-sec03 {
  background: #eeeede url(/common/img/bg/ptn_sec03.png);
  margin-top: -8.0357142857vw;
  padding-top: 13.3928571429vw;
  padding-bottom: 22.0238095238vw;
}
main #top-sec03 .sec03-inner {
  position: relative;
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
}
main #top-sec03 .sec03-inner::before {
  content: "";
  display: block;
  width: 11.0714285714vw;
  height: 9.5238095238vw;
  background: url(/images/top/sec03-after.png) no-repeat;
  background-size: cover;
  right: 7.1428571429vw;
  top: -11.3095238095vw;
  position: absolute;
}
main #top-sec03 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5vw;
  font-family: "Kiwi Maru", serif;
  color: #1d1d1d;
  margin-bottom: 1.7857142857vw;
}
main #top-sec03 h2::before, main #top-sec03 h2::after {
  content: "";
  width: 10.2380952381vw;
  height: 12.7380952381vw;
  display: block;
}
main #top-sec03 h2::before {
  background: url(/images/top/sec03-tit-before.png);
  background-size: cover;
  margin-right: 2.380952381vw;
}
main #top-sec03 h2::after {
  background: url(/images/top/sec03-tit-after.png);
  background-size: cover;
  margin-left: 2.380952381vw;
}
main #top-sec03 h2 span {
  text-align: center;
}
main #top-sec03 h2 span img {
  margin-top: 2.0833333333vw;
}
main #top-sec03 #movie #movie-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.9761904762vw;
}
main #top-sec03 #movie #movie-wrap button {
  width: calc((100% - 1.6666666667vw) / 3);
}
main #top-sec03 #movie #movie-wrap button img {
  width: 100%;
}
main #top-sec03 #card {
  max-width: 1120px;
  width: 94%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4.6428571429vw auto 0;
}
main #top-sec03 #card > div {
  width: calc((100% - 2.380952381vw) / 2);
}
main #top-sec03 #card > div img {
  width: 100%;
}
@media print, screen and (min-width: 1441px) {
  main #top-sec03 {
    margin-top: -135px;
    padding-top: 225px;
    padding-bottom: 370px;
  }
  main #top-sec03 .sec03-inner::before {
    width: 186px;
    height: 160px;
    right: 120px;
    top: -190px;
  }
  main #top-sec03 h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  main #top-sec03 h2::before, main #top-sec03 h2::after {
    width: 172px;
    height: 214px;
  }
  main #top-sec03 h2::before {
    margin-right: 40px;
  }
  main #top-sec03 h2::after {
    margin-left: 40px;
  }
  main #top-sec03 h2 span img {
    margin-top: 35px;
  }
  main #top-sec03 #movie #movie-wrap {
    margin-bottom: 50px;
  }
  main #top-sec03 #movie #movie-wrap button {
    width: calc((100% - 28px) / 3);
  }
  main #top-sec03 #card {
    margin: 78px auto 0;
  }
  main #top-sec03 #card > div {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec03 {
    margin-top: 0;
    padding-top: 9.27734375vw;
    padding-bottom: 0vw;
  }
  main #top-sec03 .sec03-inner::before {
    width: 18.1640625vw;
    height: 15.625vw;
    right: 1.953125vw;
    top: -19.53125vw;
  }
  main #top-sec03 h2 {
    font-size: 4.6875vw;
    margin-bottom: 2.9296875vw;
  }
  main #top-sec03 h2::before, main #top-sec03 h2::after {
    width: 16.796875vw;
    height: 20.8984375vw;
  }
  main #top-sec03 h2::before {
    margin-right: 3.90625vw;
  }
  main #top-sec03 h2::after {
    margin-left: 3.90625vw;
  }
  main #top-sec03 h2 span {
    white-space: nowrap;
  }
  main #top-sec03 h2 span img {
    margin-top: 3.41796875vw;
    width: 30.6640625vw;
  }
  main #top-sec03 #movie #movie-wrap {
    width: 90%;
    margin: 0 auto 4.8828125vw;
  }
  main #top-sec03 #movie #movie-wrap button {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
  main #top-sec03 #card {
    margin: 13.671875vw auto 0;
    padding-bottom: 9.765625vw;
  }
  main #top-sec03 #card > div {
    width: 100%;
    margin-bottom: 6.640625vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec03 {
    margin-top: 0;
    padding-top: 12.6666666667vw;
    padding-bottom: 0;
  }
  main #top-sec03 .sec03-inner::before {
    width: 24.8vw;
    height: 21.3333333333vw;
    right: 2.6666666667vw;
    top: -26.6666666667vw;
  }
  main #top-sec03 h2 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
  main #top-sec03 h2::before, main #top-sec03 h2::after {
    width: 22.9333333333vw;
    height: 28.5333333333vw;
  }
  main #top-sec03 h2::before {
    margin-right: 5.3333333333vw;
  }
  main #top-sec03 h2::after {
    margin-left: 5.3333333333vw;
  }
  main #top-sec03 h2 span {
    white-space: nowrap;
  }
  main #top-sec03 h2 span img {
    width: 41.8666666667vw;
    margin-top: 4.6666666667vw;
  }
  main #top-sec03 #movie #movie-wrap {
    width: 90%;
    margin: 0 auto 6.6666666667vw;
  }
  main #top-sec03 #movie #movie-wrap button {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  main #top-sec03 #card {
    margin: 18.6666666667vw auto 0;
    padding-bottom: 13.3333333333vw;
  }
  main #top-sec03 #card > div {
    width: 100%;
    margin-bottom: 9.0666666667vw;
  }
}
main #top-sec04 .sec04-inner-wrap {
  padding: 1.7857142857vw;
  background: url(/common/img/bg/ptn_sec04.png);
  border-radius: 5.9523809524vw;
  width: 98%;
  max-width: 1350px;
  margin: -13.9285714286vw auto 0;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner {
  padding: 3.5714285714vw 4.5833333333vw;
  border: 0.3571428571vw dotted #fff;
  border-radius: 4.7619047619vw;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner h2 {
  font-size: 2.5vw;
  font-family: "Kiwi Maru", serif;
  color: #1d1d1d;
  margin-bottom: 1.7857142857vw;
  position: relative;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner h2 img {
  margin-left: 2.380952381vw;
  max-width: 100%;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner h2::before {
  content: "";
  width: 2.9761904762vw;
  height: 3.869047619vw;
  display: block;
  background: url(/images/top/sec04-tit-before.png);
  background-size: cover;
  margin-right: 2.380952381vw;
  position: absolute;
  top: -0.5952380952vw;
  left: -1.4880952381vw;
  z-index: -1;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner ul {
  margin-bottom: 2.9761904762vw;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner ul li {
  padding: 1.4285714286vw 0.5952380952vw;
  border-bottom: 1px solid #fff;
  position: relative;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.505952381vw 0 0.505952381vw 0.6547619048vw;
  border-color: transparent transparent transparent #eb536c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1904761905vw;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a {
  display: flex;
  align-items: center;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a time {
  color: #eb536c;
  font-size: 0.8928571429vw;
  font-weight: bold;
  margin-right: 1.1904761905vw;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a span {
  display: inline-block;
  padding: 0.1785714286vw;
  width: 10em;
  background-color: #fff;
  border-radius: 0.5952380952vw;
  text-align: center;
  font-size: 0.8928571429vw;
  font-weight: bold;
  color: #eb536c;
  margin-right: 1.1904761905vw;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a p {
  font-size: 1.0119047619vw;
}
main #top-sec04 .sec04-inner-wrap .sec04-inner ul li.lock p:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/common/img/svg/ico_lock.svg);
  background-size: cover;
  margin-left: 0.3em;
}
@media print, screen and (min-width: 1441px) {
  main #top-sec04 .sec04-inner-wrap {
    padding: 30px;
    border-radius: 100px;
    margin: -234px auto 0;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner {
    padding: 60px 77px;
    border: 6px dotted #fff;
    border-radius: 80px;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner h2 img {
    margin-left: 40px;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner h2::before {
    width: 50px;
    height: 65px;
    margin-right: 40px;
    top: -10px;
    left: -25px;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul {
    margin-bottom: 50px;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li {
    padding: 24px 10px;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li:after {
    border-width: 8.5px 0 8.5px 11px;
    right: 20px;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a time {
    font-size: 15px;
    margin-right: 20px;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a span {
    padding: 3px;
    border-radius: 10px;
    font-size: 15px;
    margin-right: 20px;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec04 {
    padding-top: 8.30078125vw;
    padding-bottom: 9.765625vw;
  }
  main #top-sec04 .sec04-inner-wrap {
    position: relative;
    padding: 2.9296875vw;
    border-radius: 9.765625vw;
    margin: 0 auto;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner {
    padding: 9.765625vw 2.9296875vw 9.765625vw 3.90625vw;
    border: 0.5859375vw dotted #fff;
    border-radius: 7.8125vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner h2 {
    font-size: 4.1015625vw;
    margin-bottom: 2.9296875vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner h2 img {
    margin-left: 3.90625vw;
    width: 35.7421875vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner h2::before {
    width: 4.8828125vw;
    height: 6.34765625vw;
    margin-right: 3.90625vw;
    top: 5.37109375vw;
    left: 7.32421875vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul {
    margin-bottom: 4.8828125vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li {
    padding: 2.34375vw 3.90625vw 2.34375vw 0.9765625vw;
    margin-bottom: 1.953125vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li:after {
    border-width: 0.830078125vw 0 0.830078125vw 1.07421875vw;
    right: 0;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a {
    display: block;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a time {
    font-size: 1.7578125vw;
    margin-right: 1.953125vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a span {
    padding: 0.29296875vw;
    border-radius: 0.9765625vw;
    font-size: 1.7578125vw;
    margin-right: 1.953125vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a p {
    font-size: 2.5390625vw;
    margin-top: 2.63671875vw;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec04 {
    padding-top: 11.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  main #top-sec04 .sec04-inner-wrap {
    position: relative;
    padding: 4vw;
    border-radius: 13.3333333333vw;
    margin: 0 auto;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner {
    padding: 13.3333333333vw 5.3333333333vw 13.3333333333vw 5.3333333333vw;
    border: 0.8vw dotted #fff;
    border-radius: 10.6666666667vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner h2 {
    font-size: 5.6vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner h2 img {
    margin-left: 5.3333333333vw;
    width: 48.8vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner h2::before {
    width: 6.6666666667vw;
    height: 8.6666666667vw;
    margin-right: 5.3333333333vw;
    top: 7.3333333333vw;
    left: 10vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul {
    margin-bottom: 6.6666666667vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li {
    padding: 3.2vw 4vw 3.2vw 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li:after {
    border-width: 1.1333333333vw 0 1.1333333333vw 1.4666666667vw;
    right: 0;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a {
    display: block;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a time {
    font-size: 2.4vw;
    margin-right: 2.6666666667vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a span {
    padding: 0.4vw;
    border-radius: 1.3333333333vw;
    font-size: 2.4vw;
    margin-right: 2.6666666667vw;
  }
  main #top-sec04 .sec04-inner-wrap .sec04-inner ul li a p {
    font-size: 3.4666666667vw;
    margin-top: 3.6vw;
  }
}
main #top-sec05 {
  background-color: #fff;
  padding: 5.9523809524vw 0 2.9761904762vw;
}
main #top-sec05 #bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
}
main #top-sec05 #bnr > div {
  width: calc((100% - 4.8214285714vw) / 4);
  height: 8.9285714286vw;
  background: #eb536c url(/common/img/bg/bnr-bg02.png) no-repeat left top;
  background-size: contain;
  border: 2px solid #eb536c;
  position: relative;
  margin-right: 1.6071428571vw;
  margin-bottom: 1.7857142857vw;
  font-size: 1.3095238095vw;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 1025px) {
  main #top-sec05 #bnr > div:hover {
    background: #fee6ec url(/common/img/bg/bnr-bg03.png) no-repeat left top;
    background-size: contain;
    border: 2px solid #eb536c;
    color: #eb536c;
  }
}
main #top-sec05 #bnr > div:nth-child(n+5) {
  background: #fee6ec url(/common/img/bg/bnr-bg03.png) no-repeat left top;
  background-size: contain;
  border: 2px solid #eb536c;
  color: #eb536c;
}
@media print, screen and (min-width: 1025px) {
  main #top-sec05 #bnr > div:nth-child(n+5):hover {
    background: #eb536c url(/common/img/bg/bnr-bg02.png) no-repeat left top;
    background-size: contain;
    border: 2px solid #eb536c;
    color: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  main #top-sec05 #bnr > div:nth-child(4n), main #top-sec05 #bnr > div:last-child {
    margin-right: 0;
  }
}
main #top-sec05 #bnr > div a {
  width: 100%;
  height: 100%;
  display: block;
}
main #top-sec05 #bnr > div p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 1441px) {
  main #top-sec05 {
    padding: 100px 0 50px;
  }
  main #top-sec05 #bnr > div {
    width: calc((100% - 81px) / 4);
    height: 150px;
    margin-right: 27px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main #top-sec05 {
    padding: 0 0 4.8828125vw;
  }
  main #top-sec05 #bnr {
    width: 95%;
    margin: 0 auto;
  }
  main #top-sec05 #bnr > div {
    width: calc((100% - 2.9296875vw) / 2);
    height: 14.6484375vw;
    margin-right: 0.48828125vw;
    margin-bottom: 2.9296875vw;
    font-size: 2.34375vw;
    background-size: contain;
  }
}
@media only screen and (max-width: 750px) {
  main #top-sec05 {
    padding: 0 0 6.6666666667vw;
  }
  main #top-sec05 #bnr {
    width: 95%;
    margin: 0 auto;
  }
  main #top-sec05 #bnr > div {
    width: calc((100% - 4vw) / 2);
    height: 20vw;
    margin-right: 0.6666666667vw;
    margin-bottom: 4vw;
    font-size: 3.2vw;
    background-size: contain;
  }
}
main .btn {
  text-align: center;
}
main .btn a {
  display: inline-block;
  padding: 1.1904761905vw 3.5714285714vw;
  background-color: #eb536c;
  color: #fff;
  font-size: 1.1904761905vw;
  border-radius: 1.7857142857vw;
}
main .btn a::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 1em;
}
main .btn a:hover {
  background-color: #fff;
  color: #eb536c;
}
main .btn a:hover::before {
  border-top: 2px solid #eb536c;
  border-right: 2px solid #eb536c;
}
@media print, screen and (min-width: 1441px) {
  main .btn a {
    padding: 20px 60px;
    font-size: 20px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  main .btn a {
    padding: 2.44140625vw 9.765625vw;
    font-size: 2.9296875vw;
    border-radius: 3.90625vw;
  }
}
@media only screen and (max-width: 750px) {
  main .btn a {
    padding: 3.3333333333vw 13.3333333333vw;
    font-size: 4vw;
    border-radius: 5.3333333333vw;
  }
}/*# sourceMappingURL=top-style.css.map */