@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Mukta+Malar:wght@600&family=Urbanist:wght@300;400;500;700&display=swap");
/* reset css */
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

button {
  border: none;
  background: none;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1;
  letter-spacing: normal;
  color: #141125;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0.06em;
  word-break: break-all;
  font-feature-settings: "palt";
}

html {
  /* 基本375で考える スマホ568までが縦と考える */
  font-size: 62.5%;
}

html.user-ie-11 {
  font-size: 58%;
  font-size: 60%;
}
html.user-ie-11 body {
  font-family: 'メイリオ', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', sans-serif;
}

.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: .1px;
  content: ' ';
}

.clearfix {
  /*\*/
    /*/
display: inline-table !important;
/**/
}

a {
  text-decoration: none;
  color: #141125;
}

a:hover {
  text-decoration: none;
}

a {
  outline: none !important;
}

button:focus,
a:focus {
  outline: none !important;
}

:-moz-focusring {
  outline: 0 dotted #fff;
}

a:focus, *:focus {
  outline: none;
}

.f-bold {
  font-weight: 700 !important;
}

html {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

img {
  width: 100%;
  height: auto;
}

/************************************
form
*************************************/
select {
  outline: none;
}

option {
  outline: none;
}

select {
  outline: 0;
}

option {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

select:-moz-focusring * {
  text-shadow: none;
}

select:-moz-focusring {
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
  /* カラーは調整して下さい */
}

select::-moz-focus-inner,
option::-moz-focus-inner {
  border: 0px;
}

option,
select,
textarea,
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="select"],
input[type="option"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
}

input[type="option"],
input[type="select"] {
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
  max-width: 100%;
}

input[type="select"] {
  font-size: 16px;
}

/* for firefox */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* for ie10 ie11 */
select::-ms-expand {
  display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 16px;
  padding-top: 2px;
  line-height: normal !important;
}

body.user-os-iphone input::-webkit-input-placeholder {
  padding-top: 0px;
}

/* Firefox 18- */
textarea,
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type=text] {
  width: 100%;
  padding: 0 10px;
  height: 50px;
  font-size: 16px;
  overflow: hidden;
  border: 1px solid #ccc;
  line-height: 1;
}

textarea {
  height: 200px;
  padding: 10px 10px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  /* Firefox 18- */
}
@media screen and (max-width: 1279px) {
  body.state-menu-active.state-menu-active-hide .g-header::before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .g-header::after {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .header-logo img {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0s ease-out;
    -moz-transition: opacity 0.3s 0s ease-out;
    -ms-transition: opacity 0.3s 0s ease-out;
    -o-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .header-logo::after {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s ease-out;
    -moz-transition: opacity 0.3s 0s ease-out;
    -ms-transition: opacity 0.3s 0s ease-out;
    -o-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets {
    left: 0;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(1) {
    -webkit-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(2) {
    -webkit-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(3) {
    -webkit-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(4) {
    -webkit-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(5) {
    -webkit-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(6) {
    -webkit-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets__backLink {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets__btnOnline {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, opacity 0.3s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-btn a {
    background: #00C0F8;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-btn a span {
    background: #fff;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-btn a span:nth-of-type(2) {
    opacity: 1;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-btn a span:nth-of-type(1) {
    margin-top: -8px;
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    /*9=10+8/2*/
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-btn a span:nth-of-type(3) {
    margin-top: 6px;
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  body.state-menu-active .g-header {
    height: 100%;
  }
  body.state-menu-active .g-header::before {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  body.state-menu-active .g-header::after {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  body.state-menu-active .header-logo img {
    opacity: 0;
  }
  body.state-menu-active .header-logo::after {
    opacity: 1;
  }
  body.state-menu-active .headerMenu-btn a {
    background: #fff;
  }
  body.state-menu-active .headerMenu-btn a span {
    background: #00C0F8;
  }
  body.state-menu-active .headerMenu-btn a span:nth-of-type(2) {
    opacity: 0;
  }
  body.state-menu-active .headerMenu-btn a span:nth-of-type(1) {
    margin-top: -6px;
    -webkit-transform: translateY(5px) rotate(-45deg);
    -moz-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    -o-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
    /*9=10+8/2*/
  }
  body.state-menu-active .headerMenu-btn a span:nth-of-type(3) {
    margin-top: 4px;
    -webkit-transform: translateY(-5px) rotate(45deg);
    -moz-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    -o-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  body.state-menu-active .headerMenu-assets {
    left: 0;
  }
  body.state-menu-active .headerMenu-assets nav ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(1) {
    -webkit-transition: transform 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out;
    -moz-transition: transform 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out;
    -ms-transition: transform 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out;
    -o-transition: transform 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out;
    transition: transform 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(2) {
    -webkit-transition: transform 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out;
    -moz-transition: transform 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out;
    -ms-transition: transform 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out;
    -o-transition: transform 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out;
    transition: transform 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(3) {
    -webkit-transition: transform 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out;
    -moz-transition: transform 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out;
    -ms-transition: transform 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out;
    -o-transition: transform 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out;
    transition: transform 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(4) {
    -webkit-transition: transform 0.4s 0.3s ease-out, opacity 0.4s 0.3s ease-out;
    -moz-transition: transform 0.4s 0.3s ease-out, opacity 0.4s 0.3s ease-out;
    -ms-transition: transform 0.4s 0.3s ease-out, opacity 0.4s 0.3s ease-out;
    -o-transition: transform 0.4s 0.3s ease-out, opacity 0.4s 0.3s ease-out;
    transition: transform 0.4s 0.3s ease-out, opacity 0.4s 0.3s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(5) {
    -webkit-transition: transform 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out;
    -moz-transition: transform 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out;
    -ms-transition: transform 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out;
    -o-transition: transform 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out;
    transition: transform 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(6) {
    -webkit-transition: transform 0.4s 0.4s ease-out, opacity 0.4s 0.4s ease-out;
    -moz-transition: transform 0.4s 0.4s ease-out, opacity 0.4s 0.4s ease-out;
    -ms-transition: transform 0.4s 0.4s ease-out, opacity 0.4s 0.4s ease-out;
    -o-transition: transform 0.4s 0.4s ease-out, opacity 0.4s 0.4s ease-out;
    transition: transform 0.4s 0.4s ease-out, opacity 0.4s 0.4s ease-out;
  }
  body.state-menu-active .headerMenu-assets__backLink {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.4s 0.45s ease-out, opacity 0.4s 0.45s ease-out;
    -moz-transition: transform 0.4s 0.45s ease-out, opacity 0.4s 0.45s ease-out;
    -ms-transition: transform 0.4s 0.45s ease-out, opacity 0.4s 0.45s ease-out;
    -o-transition: transform 0.4s 0.45s ease-out, opacity 0.4s 0.45s ease-out;
    transition: transform 0.4s 0.45s ease-out, opacity 0.4s 0.45s ease-out;
  }
  body.state-menu-active .headerMenu-assets__btnOnline {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.4s 0.5s ease-out, opacity 0.4s 0.5s ease-out;
    -moz-transition: transform 0.4s 0.5s ease-out, opacity 0.4s 0.5s ease-out;
    -ms-transition: transform 0.4s 0.5s ease-out, opacity 0.4s 0.5s ease-out;
    -o-transition: transform 0.4s 0.5s ease-out, opacity 0.4s 0.5s ease-out;
    transition: transform 0.4s 0.5s ease-out, opacity 0.4s 0.5s ease-out;
  }
  body.state-menu-active .wrap-naist {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  body.state-menu-active .wrap-naist-pos {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

html {
  background: #f0f0f0;
}

body {
  width: 100%;
  background: #f0f0f0;
}
body.page-onlineinfo {
  background: #fff;
}
body.page-campuslife, body.page-career, body.page-message, body.page-requirements, body.page-examschedule {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  body.page-campuslife, body.page-career, body.page-message, body.page-requirements, body.page-examschedule {
    background: #f0f0f0;
    position: relative;
  }
  body.page-campuslife::before, body.page-career::before, body.page-message::before, body.page-requirements::before, body.page-examschedule::before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 16.41026vw;
    background: #fff;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  body.page-campuslife::before, body.page-career::before, body.page-message::before, body.page-requirements::before, body.page-examschedule::before {
    display: none;
  }
}

.page-onlineinfo .g-contents {
  background: #bbe6f9;
  padding-bottom: 24.35897vw;
}
@media print, screen and (min-width: 768px) {
  .page-onlineinfo .g-contents {
    padding-bottom: 14.0625vw;
  }
}
@media screen and (min-width: 1024px) {
  .page-onlineinfo .g-contents {
    padding-bottom: 11.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-onlineinfo .g-contents {
    padding-bottom: 144px;
  }
}

img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .hack-tel {
    position: relative;
    display: inline-block;
  }
  .hack-tel a {
    position: relative;
    z-index: 1;
  }
  .hack-tel::after {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 120%;
    top: -10%;
    left: -5%;
    background: #cc0000;
    z-index: 2;
    opacity: 0;
  }
}
/*******************************
g-header
*******************************/
.g-header {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 16.41026vw;
}
.g-header::before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.41026vw;
  background: #f0f0f0;
  background: -moz-linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 100%);
  background: -webkit-linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 100%);
  background: linear-gradient(0deg, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.8) 30%, rgba(240, 240, 240, 0.8) 100%);
  opacity: 0;
  opacity: 1;
  content: "";
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.page-onlineinfo .g-header::before {
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, white 100%);
  background: -webkit-linear-gradient(0deg, white 0%, white 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 100%);
}
.g-header::after {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0;
  content: "";
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.g-header .header-logo {
  position: absolute;
  width: 52.30769vw;
  top: 3.84615vw;
  left: 3.84615vw;
  z-index: 10;
}
.g-header .header-logo img {
  position: relative;
  z-index: 1;
}
.g-header .header-logo::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6.41026vw;
  left: 4.87179vw;
  z-index: 2;
  background: url(../img/common/logo_active.png) 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 0;
}
.g-header .headerMenu-btn {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 12.30769vw;
  height: 12.30769vw;
}
.g-header .headerMenu-btn a {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00C0F8;
}
.g-header .headerMenu-btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.61538vw;
  height: 1px;
  margin-left: -2.30769vw;
  background: #fff;
  -webkit-transition: height 0.3s ease-out, transform 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: height 0.3s ease-out, transform 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: height 0.3s ease-out, transform 0.3s ease-out, background 0.3s ease-out;
  -o-transition: height 0.3s ease-out, transform 0.3s ease-out, background 0.3s ease-out;
  transition: height 0.3s ease-out, transform 0.3s ease-out, background 0.3s ease-out;
}
.g-header .headerMenu-btn a span:nth-of-type(1) {
  margin-top: -8px;
}
.g-header .headerMenu-btn a span:nth-of-type(2) {
  margin-top: -1px;
}
.g-header .headerMenu-btn a span:nth-of-type(3) {
  margin-top: 6px;
}
.g-header .headerMenu-assets {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding-top: 30.76923vw;
  padding-bottom: 10.25641vw;
  z-index: 9;
}
@media screen and (max-width: 1023px) {
  .g-header .headerMenu-assets {
    overflow-y: scroll;
  }
}
.g-header .headerMenu-assets__nav {
  width: 84.61538vw;
  margin: 0 auto 8.97436vw;
}
@media screen and (max-width: 1279px) {
  .g-header .headerMenu-assets__nav ul li {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    -moz-transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    -ms-transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    -o-transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }
}
.g-header .headerMenu-assets__nav ul li a {
  display: block;
  font-size: 4.10256vw;
  color: #fff;
  font-weight: 700;
  padding: 5.12821vw 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.g-header .headerMenu-assets__backLink {
  width: 84.61538vw;
  margin: 0 auto 10.25641vw;
}
@media screen and (max-width: 1279px) {
  .g-header .headerMenu-assets__backLink {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.g-header .headerMenu-assets__backLink a {
  padding: 2.5641vw 0;
  display: inline-block;
  color: #fff;
  font-size: 3.58974vw;
  font-weight: 700;
  position: relative;
  padding-left: 6.15385vw;
}
.g-header .headerMenu-assets__backLink a i {
  display: block;
  position: absolute;
  z-index: 3;
  width: 4.10256vw;
  height: 4.10256vw;
  top: 50%;
  left: 0;
  margin-top: -1.79487vw;
  background: url(../img/common/icon_circle_arr_rot.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 1279px) {
  .g-header .headerMenu-assets__btnOnline {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.g-header .headerMenu-assets__btnOnline a {
  width: 84.61538vw;
  height: 18.46154vw;
  margin: 0 auto;
  background: #00C0F8;
  color: #fff;
  text-align: center;
  font-size: 4.61538vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 9.23077vw;
  -moz-border-radius: 9.23077vw;
  -ms-border-radius: 9.23077vw;
  -o-border-radius: 9.23077vw;
  border-radius: 9.23077vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .g-header {
    height: 10.15625vw;
  }
  .g-header::before {
    height: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header::before {
    height: 104px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header::before {
    height: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header {
    height: 104px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header {
    height: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header::after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .header-logo {
    width: 32.91016vw;
    top: 1.95313vw;
    left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .header-logo {
    width: 337px;
    top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .header-logo {
    top: 32px;
    left: 32px;
    left: 20px;
    z-index: 5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .g-header .header-logo {
    left: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .header-logo::after {
    top: 3.90625vw;
    left: 1.85547vw;
    background: url(../img/common/logo_active_pc.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .header-logo::after {
    top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .header-logo::after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .headerMenu-btn {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .headerMenu-btn {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .headerMenu-btn {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .headerMenu-btn a span {
    width: 2.34375vw;
    margin-left: -1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .headerMenu-btn a span {
    width: 24px;
    margin-left: -12px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .headerMenu-btn a span:nth-of-type(1) {
    margin-top: -8px;
  }
  .g-header .headerMenu-btn a span:nth-of-type(2) {
    margin-top: -1px;
  }
  .g-header .headerMenu-btn a span:nth-of-type(3) {
    margin-top: 6px;
  }
  .g-header .headerMenu-assets {
    padding-top: 15.625vw;
    padding-bottom: 9.76563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .headerMenu-assets {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 11.71875vw;
    background: transparent;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .headerMenu-assets {
    height: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .headerMenu-assets__nav {
    width: 84.61538vw;
    margin: 0 auto 4.88281vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .headerMenu-assets__nav {
    width: 84.61538vw;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .headerMenu-assets__nav {
    position: absolute;
    top: 50%;
    width: 62.5vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .headerMenu-assets__nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    position: relative;
    left: 10%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .g-header .headerMenu-assets__nav ul {
    left: 5%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .g-header .headerMenu-assets__nav ul li {
    padding: 0 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .headerMenu-assets__nav ul li a {
    font-size: 1.75781vw;
    font-weight: 700;
    padding: 2.92969vw 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .headerMenu-assets__nav ul li a {
    font-size: 16px;
    padding: 24px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .g-header .headerMenu-assets__nav ul li a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .g-header .headerMenu-assets__nav ul li a:hover {
    color: #00C0F8;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .headerMenu-assets__nav ul li a {
    font-size: 16px;
    padding: 4px 0;
    margin: 0 0.625vw;
    margin: 0 0.8vw;
    border-bottom: none;
    color: #292929;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .g-header .headerMenu-assets__nav ul li a {
    font-size: 16px;
    padding: 4px 0;
    margin: 0 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .headerMenu-assets__backLink {
    width: 84.61538vw;
    margin: 0 auto 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .headerMenu-assets__backLink {
    width: 84.61538vw;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .headerMenu-assets__backLink {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .headerMenu-assets__backLink a {
    padding: 0.97656vw 0;
    font-size: 1.5625vw;
    padding-left: 2.92969vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .headerMenu-assets__backLink a {
    padding: 6px 0 6px 30px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .headerMenu-assets__backLink a i {
    width: 1.95313vw;
    height: 1.95313vw;
    margin-top: -0.87891vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .headerMenu-assets__backLink a i {
    width: 20px;
    height: 20px;
    margin-top: -9px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-header .headerMenu-assets__btnOnline a {
    width: 44.92188vw;
    height: 8.20313vw;
    font-size: 1.95313vw;
    -webkit-border-radius: 4.10156vw;
    -moz-border-radius: 4.10156vw;
    -ms-border-radius: 4.10156vw;
    -o-border-radius: 4.10156vw;
    border-radius: 4.10156vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-header .headerMenu-assets__btnOnline a {
    width: 320px;
    height: 56px;
    font-size: 16px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .g-header .headerMenu-assets__btnOnline a {
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .g-header .headerMenu-assets__btnOnline a:hover {
    background: #02aadc;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .headerMenu-assets__btnOnline a {
    width: 168px;
    height: 56px;
    font-size: 16px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-header .headerMenu-assets__btnOnline {
    position: absolute;
    top: 32px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .g-header .headerMenu-assets__btnOnline {
    right: 48px;
  }
}

.g-contents {
  overflow: hidden;
}

.main-footer {
  position: relative;
  width: 100%;
  padding-top: 16.41026vw;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .main-footer {
    padding-top: 10.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .main-footer {
    padding-top: 104px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .main-footer {
    padding-top: 120px;
  }
}

/*******************************
g-footer
*******************************/
.g-footer {
  position: relative;
  width: 100%;
  text-align: center;
  /* footer-guidance */
  /* footer-nav */
  /* footer-main */
}
.g-footer .footer-guidance {
  background: url(../img/common/footer_guidance_sp.png) 0 0 no-repeat #fff;
  background-size: cover;
  color: #292929;
  padding: 11.28205vw 0 12.30769vw;
}
.g-footer .footer-guidance .inner {
  width: 79.48718vw;
  margin: 0 auto;
}
.g-footer .footer-guidance__ttl {
  font-size: 4.10256vw;
  margin-bottom: 7.69231vw;
}
.g-footer .footer-guidance__items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.g-footer .footer-guidance__items .footer-guidance__item {
  width: 32.82051vw;
  margin-right: 13.84615vw;
}
.g-footer .footer-guidance__items .footer-guidance__item:nth-child(even) {
  margin-right: 0;
}
.g-footer .footer-guidance__items .footer-guidance__item a {
  display: block;
}
.g-footer .footer-guidance__item-img {
  margin-bottom: 4.10256vw;
}
.g-footer .footer-guidance__item-ttl {
  font-size: 2.5641vw;
  position: relative;
  width: 120%;
  left: -10%;
}
.g-footer .footer-guidance__item-ttl span {
  display: inline-block;
  padding-right: 5.64103vw;
  letter-spacing: 0;
  position: relative;
}
.g-footer .footer-guidance__item-ttl span i {
  display: block;
  position: absolute;
  width: 4.10256vw;
  height: 4.10256vw;
  top: 50%;
  right: 0;
  margin-top: -2.05128vw;
  background: url(../img/common/icon_pdf.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance {
    background: url(../img/common/footer_guidance_tab.png) 0 0 no-repeat;
    background-size: cover;
    padding: 3.32031vw 0 3.32031vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-guidance {
    background: url(../img/common/footer_guidance_pc.png) center 0 repeat-x;
    background-size: auto 100%;
    padding: 2.5vw 0 2.03125vw;
    height: 21.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-guidance {
    padding: 32px 0 26px;
    height: 280px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 82.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-guidance .inner {
    width: 66.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-guidance .inner {
    width: 848px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance__ttl {
    width: 31.25vw;
    font-size: 1.75781vw;
    margin-bottom: 0;
    padding-top: 8.78906vw;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-guidance__ttl {
    width: 27.8125vw;
    font-size: 1.40625vw;
    padding-top: 7.03125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-guidance__ttl {
    width: 356px;
    font-size: 18px;
    padding-top: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance__items {
    width: 36.71875vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    left: -8.78906vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-guidance__items {
    width: 29.375vw;
    left: -10.54688vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-guidance__items {
    width: 376px;
    left: -135px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance__items .footer-guidance__item {
    width: 12.5vw;
    margin-right: 11.52344vw;
  }
  .g-footer .footer-guidance__items .footer-guidance__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-guidance__items .footer-guidance__item {
    width: 10vw;
    margin-right: 9.21875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-guidance__items .footer-guidance__item {
    width: 128px;
    margin-right: 118px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance__items .footer-guidance__item a {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .g-footer .footer-guidance__items .footer-guidance__item a:hover .footer-guidance__item-img {
    box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -ms-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
  }
  .g-footer .footer-guidance__items .footer-guidance__item a:hover .footer-guidance__item-ttl {
    color: #00C0F8;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance__item-img {
    margin-bottom: 1.5625vw;
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    -ms-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-guidance__item-img {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-guidance__item-img {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance__item-ttl {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    font-size: 1.17188vw;
    position: relative;
    width: 130%;
    left: -15%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-guidance__item-ttl {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-guidance__item-ttl {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance__item-ttl span {
    padding-right: 1.95313vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-guidance__item-ttl span {
    padding-right: 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-guidance__item-ttl span {
    padding-right: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-guidance__item-ttl span i {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-top: -0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-guidance__item-ttl span i {
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-guidance__item-ttl span i {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

.g-footer .footer-nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-nav {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-nav {
    background: #fff;
    display: block;
    padding: 4.88281vw 0 0.97656vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-nav {
    padding: 3.90625vw 0 3.51563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-nav {
    padding: 50px 0 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-nav__items {
    width: 82.8125vw;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-nav__items {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-nav__items {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-nav__items .footer-nav__item {
    width: 39.45313vw;
    margin-right: 3.90625vw;
    margin-bottom: 3.41797vw;
  }
  .g-footer .footer-nav__items .footer-nav__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-nav__items .footer-nav__item:nth-child(even) {
    margin-right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-nav__items .footer-nav__item:nth-child(even) {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-nav__items .footer-nav__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-nav__items .footer-nav__item {
    width: 22.26563vw;
    margin-right: 1.5625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-nav__items .footer-nav__item {
    width: 285px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-nav__item-ttl {
    font-size: 1.75781vw;
    font-weight: 700;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 1.36719vw;
    margin-bottom: 1.36719vw;
    color: #292929;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-nav__item-ttl {
    font-size: 1.40625vw;
    padding-bottom: 0.9375vw;
    margin-bottom: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-nav__item-ttl {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-nav__item-nav ul li a {
    font-size: 1.36719vw;
    color: #292929;
    padding: 0.97656vw 0;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-nav__item-nav ul li a {
    font-size: 1.09375vw;
    padding: 0.625vw 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .g-footer .footer-nav__item-nav ul li a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .g-footer .footer-nav__item-nav ul li a:hover {
    color: #00C0F8;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-nav__item-nav ul li a {
    font-size: 14px;
    padding: 8px 0;
  }
}

.g-footer .footer-main {
  background: #00C0F8;
  color: #fff;
  padding: 7.17949vw 0 13.33333vw;
}
.g-footer .footer-main_logo {
  width: 18.46154vw;
  margin: 0 auto 6.15385vw;
}
.g-footer .footer-main_txt {
  text-align: center;
  font-size: 3.07692vw;
  line-height: 2.0;
  margin-bottom: 10.25641vw;
}
.g-footer .footer-main_txt a {
  color: #fff;
  display: inline-block;
}
.g-footer .footer-main_txt span.type-official {
  padding-left: 1em;
}
.g-footer .footer-main_txt span.type-official a {
  padding-right: 4.61538vw;
  position: relative;
}
.g-footer .footer-main_txt span.type-official a i {
  display: block;
  position: absolute;
  z-index: 3;
  width: 3.07692vw;
  height: 3.07692vw;
  top: 50%;
  right: 0;
  margin-top: -1.53846vw;
  background: url(../img/common/icon_circle_arr_rot.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(138deg);
  -moz-transform: rotate(138deg);
  -ms-transform: rotate(138deg);
  -o-transform: rotate(138deg);
  transform: rotate(138deg);
}
.g-footer .footer-main_copyright {
  text-align: center;
  font-size: 3.07692vw;
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-main {
    padding: 3.125vw 0 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-main {
    padding: 2.03125vw 0 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-main {
    padding: 26px 0 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-main .inner {
    position: relative;
    width: 82.8125vw;
    height: 9.375vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-main .inner {
    width: 93.75vw;
    height: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-main .inner {
    width: 1200px;
    height: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-main_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.03125vw;
    margin: 0 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-main_logo {
    width: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-main_logo {
    width: 72px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-main_txt {
    position: absolute;
    top: 1.17188vw;
    left: 9.375vw;
    text-align: left;
    font-size: 1.36719vw;
    line-height: 2.0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-main_txt {
    top: 0.9375vw;
    left: 7.5vw;
    font-size: 1.09375vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-main_txt {
    top: 12px;
    left: 96px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-main_txt span.type-tel {
    padding-left: 1em;
  }
  .g-footer .footer-main_txt span.type-official a {
    padding-right: 2.53906vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-main_txt span.type-official a {
    padding-right: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .g-footer .footer-main_txt span.type-official a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .g-footer .footer-main_txt span.type-official a:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .g-footer .footer-main_txt span.type-official a:hover i {
    -webkit-transition: transform 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out;
    -ms-transition: transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-main_txt span.type-official a {
    padding-right: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-main_txt span.type-official a i {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    width: 1.5625vw;
    height: 1.5625vw;
    margin-top: -0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-main_txt span.type-official a i {
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-main_txt span.type-official a i {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
@media print, screen and (min-width: 768px) {
  .g-footer .footer-main_copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .g-footer .footer-main_copyright {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .g-footer .footer-main_copyright {
    font-size: 12px;
  }
}

/*********************************************
setting
*********************************************/
.anchor-link {
  margin-top: -10.25641vw;
  padding-top: 10.25641vw;
}
@media print, screen and (min-width: 768px) {
  .anchor-link {
    margin-top: -8.20313vw;
    padding-top: 8.20313vw;
  }
}
@media screen and (min-width: 1024px) {
  .anchor-link {
    margin-top: -84px;
    padding-top: 84px;
  }
}
@media screen and (min-width: 1280px) {
  .anchor-link {
    margin-top: -84px;
    padding-top: 84px;
  }
}

.sp {
  display: inline;
}

.pc {
  display: none;
}

.tab-pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .tab-pc {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .pc {
    display: inline;
  }
}
.mb-05 {
  margin-bottom: 0.39063vw !important;
}

.mb-10 {
  margin-bottom: 0.78125vw !important;
}

.mb-15 {
  margin-bottom: 1.17188vw !important;
}

.mb-20 {
  margin-bottom: 1.5625vw !important;
}

.mb-30 {
  margin-bottom: 2.34375vw !important;
}

.mb-35 {
  margin-bottom: 2.73438vw !important;
}

.mb-40 {
  margin-bottom: 3.125vw !important;
}

.mb-50 {
  margin-bottom: 3.90625vw !important;
}

.mb-60 {
  margin-bottom: 4.6875vw !important;
}

.mb-70 {
  margin-bottom: 5.46875vw !important;
}

.mb-80 {
  margin-bottom: 6.25vw !important;
}

.mb-90 {
  margin-bottom: 7.03125vw !important;
}

.mb-100 {
  margin-bottom: 7.8125vw !important;
}

.mb-110 {
  margin-bottom: 8.59375vw !important;
}

.mb-120 {
  margin-bottom: 9.375vw !important;
}

.mb-130 {
  margin-bottom: 10.15625vw !important;
}

.mb-140 {
  margin-bottom: 10.9375vw !important;
}

.mb-150 {
  margin-bottom: 11.71875vw !important;
}

.mb-160 {
  margin-bottom: 12.5vw !important;
}

.mb-170 {
  margin-bottom: 13.28125vw !important;
}

.mb-180 {
  margin-bottom: 14.0625vw !important;
}

.mb-190 {
  margin-bottom: 14.84375vw !important;
}

.mb-200 {
  margin-bottom: 15.625vw !important;
}

@media screen and (min-width: 1280px) {
  .mb-05 {
    margin-bottom: 5px !important;
  }

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

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

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

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

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

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

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

  .mb-60 {
    margin-bottom: 60px !important;
  }

  .mb-70 {
    margin-bottom: 70px !important;
  }

  .mb-80 {
    margin-bottom: 80px !important;
  }

  .mb-90 {
    margin-bottom: 90px !important;
  }

  .mb-100 {
    margin-bottom: 100px !important;
  }

  .mb-110 {
    margin-bottom: 110px !important;
  }

  .mb-120 {
    margin-bottom: 120px !important;
  }

  .mb-130 {
    margin-bottom: 130px !important;
  }

  .mb-140 {
    margin-bottom: 140px !important;
  }

  .mb-150 {
    margin-bottom: 150px !important;
  }

  .mb-160 {
    margin-bottom: 160px !important;
  }

  .mb-170 {
    margin-bottom: 170px !important;
  }

  .mb-180 {
    margin-bottom: 180px !important;
  }

  .mb-190 {
    margin-bottom: 190px !important;
  }

  .mb-200 {
    margin-bottom: 200px !important;
  }
}
@media print, screen and (max-width: 767px) {
  .mb-05 {
    margin-bottom: 1.28205vw !important;
  }

  .mb-10 {
    margin-bottom: 2.5641vw !important;
  }

  .mb-15 {
    margin-bottom: 3.84615vw !important;
  }

  .mb-20 {
    margin-bottom: 5.12821vw !important;
  }

  .mb-30 {
    margin-bottom: 7.69231vw !important;
  }

  .mb-35 {
    margin-bottom: 8.97436vw !important;
  }

  .mb-40 {
    margin-bottom: 10.25641vw !important;
  }

  .mb-50 {
    margin-bottom: 12.82051vw !important;
  }

  .mb-60 {
    margin-bottom: 15.38462vw !important;
  }

  .mb-70 {
    margin-bottom: 17.94872vw !important;
  }

  .mb-80 {
    margin-bottom: 20.51282vw !important;
  }

  .mb-90 {
    margin-bottom: 23.07692vw !important;
  }

  .mb-100 {
    margin-bottom: 25.64103vw !important;
  }

  .mb-110 {
    margin-bottom: 28.20513vw !important;
  }

  .mb-120 {
    margin-bottom: 30.76923vw !important;
  }

  .mb-130 {
    margin-bottom: 33.33333vw !important;
  }

  .mb-140 {
    margin-bottom: 35.89744vw !important;
  }

  .mb-150 {
    margin-bottom: 38.46154vw !important;
  }

  .mb-160 {
    margin-bottom: 41.02564vw !important;
  }

  .mb-170 {
    margin-bottom: 43.58974vw !important;
  }

  .mb-180 {
    margin-bottom: 46.15385vw !important;
  }

  .mb-190 {
    margin-bottom: 48.71795vw !important;
  }

  .mb-200 {
    margin-bottom: 51.28205vw !important;
  }

  .mb-30Sp {
    margin-bottom: 7.69231vw !important;
  }

  .mb-35Sp {
    margin-bottom: 8.97436vw !important;
  }

  .mb-80Sp {
    margin-bottom: 20.51282vw !important;
  }
}
/*********************************************
ttl
*********************************************/
.ttl-lung {
  margin-bottom: 5.12821vw;
}
.ttl-lung span {
  display: block;
}
.ttl-lung span.en {
  font-size: 9.23077vw;
  font-weight: 400;
  color: #00C0F8;
  font-family: 'Urbanist', sans-serif;
  margin-bottom: 2.5641vw;
  letter-spacing: 0.06em;
}
.ttl-lung span.ja {
  font-size: 3.07692vw;
  font-weight: 700;
  color: #5D5D5D;
}
@media print, screen and (min-width: 768px) {
  .ttl-lung {
    margin-bottom: 1.95313vw;
  }
  .ttl-lung span {
    display: block;
  }
  .ttl-lung span.en {
    font-size: 4.6875vw;
    margin-bottom: 1.75781vw;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-lung span.en {
    letter-spacing: 0.09em;
    font-size: 4.6875vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-lung span.en {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .ttl-lung span.ja {
    font-size: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-lung span.ja {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-lung span.ja {
    font-size: 14px;
  }
}

.ttl-icon {
  text-align: center;
  margin-bottom: 8.71795vw;
  font-size: 5.12821vw;
  color: #292929;
  font-weight: 500;
}
.ttl-icon.type-fff {
  color: #fff;
  letter-spacing: 0.10em;
}
.ttl-icon.type-bold {
  font-size: 5.64103vw;
  font-weight: 700;
  margin-bottom: 6.41026vw;
}
@media print, screen and (min-width: 768px) {
  .ttl-icon.type-bold {
    font-size: 2.05078vw;
    margin-bottom: 2.73438vw;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-icon.type-bold {
    font-size: 2.34375vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .ttl-icon.type-bold {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.ttl-icon span {
  display: inline-block;
  position: relative;
  padding: 0 8.20513vw;
}
.ttl-icon span span {
  display: inline;
  padding: 0 0;
  font-size: 6.66667vw;
}
.ttl-icon span i {
  position: absolute;
  width: 5.64103vw;
  height: 5.64103vw;
  top: -4.61538vw;
  left: 0;
  display: block;
  background: url(../img/common/icon_ttl.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .ttl-icon {
    margin-bottom: 4.39453vw;
    font-size: 2.73438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-icon {
    margin-bottom: 3.90625vw;
    font-size: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-icon {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .ttl-icon span {
    padding: 0 4.49219vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-icon span {
    padding: 0 3.59375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-icon span {
    padding: 0 46px;
  }
}
@media print, screen and (min-width: 768px) {
  .ttl-icon span span {
    display: inline;
    padding: 0 0;
    font-size: 3.71094vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-icon span span {
    font-size: 2.96875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-icon span span {
    font-size: 38px;
  }
}
@media print, screen and (min-width: 768px) {
  .ttl-icon span i {
    position: absolute;
    width: 3.51563vw;
    height: 3.51563vw;
    top: -2.73438vw;
    background: url(../img/common/icon_ttl.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-icon span i {
    width: 2.8125vw;
    height: 2.8125vw;
    top: -2.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-icon span i {
    width: 36px;
    height: 36px;
    top: -28px;
  }
}

.ttl-left-icon {
  text-align: left;
  margin-bottom: 6.66667vw;
  font-size: 5.64103vw;
  color: #292929;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0 0 0 5.64103vw;
  left: 0vw;
}
.ttl-left-icon i {
  position: absolute;
  width: 4.61538vw;
  height: 4.61538vw;
  top: -4.61538vw;
  left: 0;
  display: block;
  background: url(../img/common/icon_ttl.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.ttl-left-icon span {
  color: #00C0F8;
}
@media print, screen and (min-width: 768px) {
  .ttl-left-icon {
    margin-bottom: 2.73438vw;
    font-size: 2.05078vw;
    padding: 0 0 0 2.14844vw;
    left: -2.14844vw;
  }
  .ttl-left-icon i {
    width: 1.95313vw;
    height: 1.95313vw;
    top: -1.70898vw;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-left-icon {
    margin-bottom: 3.125vw;
    font-size: 2.34375vw;
    padding: 0 0 0 2.5vw;
    left: -2.5vw;
  }
  .ttl-left-icon i {
    width: 2.1875vw;
    height: 2.1875vw;
    top: -1.95313vw;
  }
}
@media screen and (min-width: 1280px) {
  .ttl-left-icon {
    margin-bottom: 40px;
    font-size: 30px;
    padding: 0 0 0 32px;
    left: -32px;
  }
  .ttl-left-icon i {
    width: 28px;
    height: 28px;
    top: -25px;
  }
}

.ttl-line {
  text-align: left;
  margin-bottom: 10.25641vw;
}
@media print, screen and (min-width: 768px) {
  .ttl-line {
    margin-bottom: 4.29688vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-line {
    margin-bottom: 4.84375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-line {
    margin-bottom: 62px;
  }
}

.ttl-line span {
  position: relative;
  display: inline-block;
  padding-bottom: 4.61538vw;
  font-size: 5.64103vw;
  color: #26555D;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .ttl-line span {
    padding-bottom: 2.53906vw;
    font-size: 2.53906vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-line span {
    padding-bottom: 2.34375vw;
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-line span {
    padding-bottom: 30px;
    font-size: 36px;
  }
}

.ttl-line span::before, .ttl-line span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}
.ttl-line span::after {
  z-index: 2;
  width: 16.41026vw;
  height: 3px;
  bottom: -1px;
  background: #F75D49;
}
@media print, screen and (min-width: 768px) {
  .ttl-line span::after {
    width: 8.59375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-line span::after {
    width: 6.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-line span::after {
    width: 88px;
  }
}

.ttl-line span::before {
  z-index: 1;
  width: 100%;
  min-width: 46.15385vw;
  bottom: 0;
  height: 1px;
  background: #F75D49;
}
@media print, screen and (min-width: 768px) {
  .ttl-line span::before {
    min-width: 20.99609vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-line span::before {
    min-width: 16.79688vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-line span::before {
    min-width: 215px;
  }
}

/*********************************************
btn
*********************************************/
.link-txt {
  text-align: left;
}
.link-txt a {
  font-size: 4.10256vw;
  padding-right: 7.17949vw;
  font-weight: 700;
  color: #00C0F8;
  text-decoration: underline;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .link-txt a {
    font-size: 1.17188vw;
    padding-right: 2.14844vw;
  }
}
@media screen and (min-width: 1024px) {
  .link-txt a {
    font-size: 1.25vw;
    padding-right: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .link-txt a {
    font-size: 16px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .link-txt a:hover {
    text-decoration: none;
  }
}
.link-txt a i {
  display: block;
  position: absolute;
  width: 5.12821vw;
  height: 5.12821vw;
  top: 50%;
  margin-top: -2.05128vw;
  right: 0;
  background: url(../img/common/icon_circle_arr_blank.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .link-txt a i {
    width: 1.95313vw;
    height: 1.95313vw;
    margin-top: -0.78125vw;
  }
}
@media screen and (min-width: 1024px) {
  .link-txt a i {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-top: -0.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .link-txt a i {
    width: 20px;
    height: 20px;
    margin-top: -8px;
  }
}

.btn-back.type-l a {
  font-size: 5.12821vw;
  padding-left: 9.23077vw;
}
@media print, screen and (min-width: 768px) {
  .btn-back.type-l a {
    font-size: 2.14844vw;
    padding-left: 4.10156vw;
  }
}
@media screen and (min-width: 1024px) {
  .btn-back.type-l a {
    font-size: 2.1875vw;
    padding-left: 4.0625vw;
  }
}
@media screen and (min-width: 1280px) {
  .btn-back.type-l a {
    font-size: 28px;
    padding-left: 52px;
  }
}
.btn-back.type-l a i {
  width: 6.66667vw;
  height: 4.10256vw;
  top: 0.51282vw;
  left: 0;
  display: block;
  background: url(../img/common/icon_btn_back_l.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .btn-back.type-l a i {
    width: 2.92969vw;
    height: 1.75781vw;
    top: 0.19531vw;
  }
}
@media screen and (min-width: 1024px) {
  .btn-back.type-l a i {
    width: 2.8125vw;
    height: 1.71875vw;
    top: 0.23438vw;
  }
}
@media screen and (min-width: 1280px) {
  .btn-back.type-l a i {
    width: 36px;
    height: 22px;
    top: 3px;
  }
}
.btn-back a {
  display: inline-block;
  font-size: 3.07692vw;
  font-weight: 500;
  color: #419CB2;
  font-family: 'roboto', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  z-index: 1;
  position: relative;
  padding-left: 7.17949vw;
}
.btn-back a i {
  position: absolute;
  width: 5.12821vw;
  height: 1.79487vw;
  top: 0.51282vw;
  left: 0;
  display: block;
  background: url(../img/common/icon_btn_back.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .btn-back a {
    font-size: 1.5625vw;
    padding-left: 3.90625vw;
  }
  .btn-back a i {
    width: 2.63672vw;
    height: 0.97656vw;
    top: 0.19531vw;
  }
}
@media screen and (min-width: 1024px) {
  .btn-back a {
    font-size: 1.5625vw;
    padding-left: 3.59375vw;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .btn-back a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .btn-back a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-back a i {
    width: 2.89063vw;
    height: 1.09375vw;
    top: 0.15625vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .btn-back a i {
    width: 37px;
    height: 14px;
  }
}

.btn-round.type-hack div,
.btn-round a {
  width: 46.15385vw;
  height: 10.25641vw;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #00C0F8;
  color: #00C0F8;
  text-align: center;
  font-size: 3.07692vw;
  font-family: 'Urbanist', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 5.12821vw;
  -moz-border-radius: 5.12821vw;
  -ms-border-radius: 5.12821vw;
  -o-border-radius: 5.12821vw;
  border-radius: 5.12821vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .btn-round.type-hack div,
  .btn-round a {
    width: 21.09375vw;
    height: 4.6875vw;
    font-size: 1.36719vw;
    -webkit-border-radius: 2.34375vw;
    -moz-border-radius: 2.34375vw;
    -ms-border-radius: 2.34375vw;
    -o-border-radius: 2.34375vw;
    border-radius: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .btn-round.type-hack div,
  .btn-round a {
    width: 16.875vw;
    height: 3.75vw;
    font-size: 1.09375vw;
    -webkit-border-radius: 1.875vw;
    -moz-border-radius: 1.875vw;
    -ms-border-radius: 1.875vw;
    -o-border-radius: 1.875vw;
    border-radius: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .btn-round.type-hack div,
  .btn-round a {
    width: 216px;
    height: 48px;
    font-size: 14px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .btn-round a {
    -webkit-transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
    transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
  }
  .btn-round a:hover {
    color: #fff;
    background: #00C0F8;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
  }
}

.offset-sp-15 {
  margin-left: 3.84615vw;
  margin-right: 3.84615vw;
}
@media print, screen and (min-width: 768px) {
  .offset-sp-15 {
    margin-left: 0;
    margin-right: 0;
  }
}

a.under-link {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .ta-c-pc {
    text-align: center;
  }
}

.normal-txt {
  line-height: 1.8;
  font-size: 3.58974vw;
  letter-spacing: 0.10em;
}
@media print, screen and (min-width: 768px) {
  .normal-txt {
    font-size: 0.97656vw;
  }
}
@media screen and (min-width: 1024px) {
  .normal-txt {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .normal-txt {
    font-size: 14px;
  }
}

.list-indent.type-num li {
  padding-left: 1.6em;
}
.list-indent li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0px;
  line-height: 1.8;
  font-size: 3.58974vw;
  margin-bottom: 5.12821vw;
  color: #292929;
}
@media print, screen and (min-width: 768px) {
  .list-indent li {
    font-size: 0.97656vw;
  }
}
@media screen and (min-width: 1024px) {
  .list-indent li {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .list-indent li {
    font-size: 14px;
  }
}
.list-indent li:last-child {
  margin-bottom: 0;
}
.list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
.list-indent li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0vw;
}

/*********************************************
index-mv
*********************************************/
.index-mv {
  position: relative;
  width: 100%;
  height: 98.46154vw;
  margin-bottom: 5.12821vw;
}
.index-mv .swiper-wrapper {
  transition-timing-function: linear !important;
}
.index-mv .mv-bg {
  position: absolute;
  z-index: 3;
  width: 12.30769vw;
  height: 100%;
  background: -moz-linear-gradient(top, #35caf7 50%, rgba(53, 202, 247, 0.07) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #35caf7 50%, rgba(53, 202, 247, 0.07) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #35caf7 50%, rgba(53, 202, 247, 0.07) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35caf7', endColorstr='#1235caf7',GradientType=0 );
  /* IE6-9 */
}
.index-mv .mv-img {
  position: absolute;
  width: 385.64103vw;
  height: 98.46154vw;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-mv .mv-txt {
  position: absolute;
  width: 4.10256vw;
  height: 55.38462vw;
  top: 8.71795vw;
  left: 4.35897vw;
  z-index: 4;
}
@media print, screen and (min-width: 768px) {
  .index-mv {
    height: 48.82813vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-mv {
    height: 45vw;
    margin-bottom: 5.07813vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-mv {
    height: 576px;
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-mv .mv-bg {
    width: 5.27344vw;
    left: 50%;
    margin-left: -2.63672vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-mv .mv-bg {
    width: 4.84375vw;
    margin-left: -2.42188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-mv .mv-bg {
    width: 62px;
    margin-left: -31px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-mv .mv-img {
    width: 199.31641vw;
    height: 50.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-mv .mv-img {
    width: 176.25vw;
    height: 45vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-mv .mv-img {
    width: 2256px;
    height: 576px;
  }
}
@media screen and (min-width: 768px) and (min-width: 2257px) {
  .index-mv .mv-img {
    width: 4512px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-mv .mv-txt {
    width: 1.95313vw;
    height: auto;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-mv .mv-txt {
    width: 1.79687vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-mv .mv-txt {
    width: 23px;
  }
}

.index-mv .mv-line02,
.index-mv .mv-line01 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .index-mv .mv-line02,
  .index-mv .mv-line01 {
    display: block;
  }
}
.index-mv .mv-line01 {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background: url(../img/index/mv_line_01.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 130.27344vw;
  height: 29.29688vw;
  top: -13.18359vw;
  margin-left: -14.16016vw;
  left: 50%;
}
@media screen and (min-width: 1024px) {
  .index-mv .mv-line01 {
    width: 120vw;
    height: 27.03125vw;
    top: -8.20313vw;
    margin-left: -22.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-mv .mv-line01 {
    width: 1536px;
    height: 346px;
    top: -105px;
    margin-left: -288px;
  }
}
.index-mv .mv-line02 {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background: url(../img/index/mv_line_02.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 130.27344vw;
  height: 29.29688vw;
  top: 25.39063vw;
  margin-left: -79.10156vw;
  left: 50%;
}
@media screen and (min-width: 1024px) {
  .index-mv .mv-line02 {
    width: 120vw;
    height: 27.03125vw;
    top: 25vw;
    margin-left: -98.51563vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-mv .mv-line02 {
    width: 1536px;
    height: 346px;
    top: 320px;
    margin-left: -1261px;
  }
}

/*********************************************
index-mvSlider
*********************************************/
.index-mvSlider {
  position: relative;
  width: 100%;
}
.index-mvSlider .swiper-slide-active {
  z-index: 20;
}
.index-mvSlider .swiper-container {
  width: 89.74359vw;
  margin: 0 0;
  position: relative;
  z-index: 10;
  left: 1.79487vw;
  overflow: visible;
}
@media print, screen and (min-width: 768px) {
  .index-mvSlider .swiper-container {
    width: 87.5vw;
    margin: 0 auto;
    left: 1.17188vw;
  }
}
@media screen and (min-width: 1024px) {
  .index-mvSlider .swiper-container {
    width: 87.5vw;
    margin: 0 auto;
    left: 1.17188vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-mvSlider .swiper-container {
    width: 1200px;
    left: -16px;
  }
}
.index-mvSlider .swiper-button-prev {
  top: 50%;
  left: -0.51282vw;
  margin-top: -3.58974vw;
  width: 7.17949vw;
  height: 7.17949vw;
  background: url(../img/common/icon_slider_arr_prev.svg) center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -ms-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
  z-index: 30;
}
@media print, screen and (min-width: 768px) {
  .index-mvSlider .swiper-button-prev {
    width: 4.29688vw;
    height: 4.29688vw;
    margin-top: -2.14844vw;
    left: -1.17188vw;
  }
}
@media screen and (min-width: 1024px) {
  .index-mvSlider .swiper-button-prev {
    width: 4.29688vw;
    height: 4.29688vw;
    margin-top: -2.14844vw;
    left: -1.17188vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-mvSlider .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    left: -10px;
  }
}
.index-mvSlider .swiper-button-next {
  top: 50%;
  left: auto;
  right: -7.17949vw;
  margin-top: -3.58974vw;
  width: 7.17949vw;
  height: 7.17949vw;
  background: url(../img/common/icon_slider_arr_next.svg) center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -ms-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
  z-index: 30;
}
@media print, screen and (min-width: 768px) {
  .index-mvSlider .swiper-button-next {
    width: 4.29688vw;
    height: 4.29688vw;
    margin-top: -2.14844vw;
    right: 1.17188vw;
  }
}
@media screen and (min-width: 1024px) {
  .index-mvSlider .swiper-button-next {
    width: 4.29688vw;
    height: 4.29688vw;
    margin-top: -2.14844vw;
    right: 1.17188vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-mvSlider .swiper-button-next {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    right: -28px;
  }
}

.mvSlider-items .mvSlider-item {
  width: 100%;
  padding-right: 2.05128vw;
  padding-left: 2.05128vw;
}
@media print, screen and (min-width: 768px) {
  .mvSlider-items {
    width: 100%;
    margin: 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .mvSlider-items .mvSlider-item {
    width: 42.57813vw;
    padding-right: 1.17188vw;
    padding-left: 1.17188vw;
  }
  .mvSlider-items .mvSlider-item a {
    display: block;
    background: #fff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .mvSlider-items .mvSlider-item a {
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    -ms-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
  }
  .mvSlider-items .mvSlider-item a:hover {
    box-shadow: 12px 12px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -ms-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
  }
  .mvSlider-items .mvSlider-item a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mvSlider-items .mvSlider-item {
    width: 600px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

/*********************************************
index-news
*********************************************/
.index-news {
  padding: 11.53846vw 0 0;
}
.index-news .inner {
  width: 92.30769vw;
  margin: 0 auto 0;
}
.index-news .news-items .news-item {
  border-bottom: 1px solid #C9C9C9;
}
.index-news .news-items .news-item a {
  display: block;
  padding: 4.10256vw 0 4.10256vw;
}
.index-news .news-items .news-item a .news-item__timeCat {
  margin-bottom: 1.28205vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.index-news .news-items .news-item a .news-item__timeCat-time {
  margin-right: 2.5641vw;
  font-size: 3.07692vw;
  font-family: 'Urbanist', sans-serif;
  color: #5D5D5D;
  position: relative;
  top: 1.28205vw;
}
.index-news .news-items .news-item a .news-item__timeCat-cat {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.index-news .news-items .news-item a .news-item__timeCat-cat li {
  margin-right: 1.53846vw;
  display: inline-block;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding: 0 4.10256vw;
  height: 5.38462vw;
  font-size: 3.07692vw;
  font-weight: 700;
  color: #00C0F8;
  border: 1px solid #00C0F8;
  background: #fff;
  -webkit-border-radius: 2.69231vw;
  -moz-border-radius: 2.69231vw;
  -ms-border-radius: 2.69231vw;
  -o-border-radius: 2.69231vw;
  border-radius: 2.69231vw;
}
.index-news .news-items .news-item a .news-item__txt {
  line-height: 1.8;
  color: #000000;
  font-size: 3.20513vw;
}
@media print, screen and (min-width: 768px) {
  .index-news {
    padding: 4.29688vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news {
    padding: 5.85938vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-news {
    padding: 75px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .index-news .inner {
    width: 82.8125vw;
    margin: 0 auto 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news .inner {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-news .inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-news .inner .ttl-lung {
    padding-top: 1.95313vw;
    width: 14.64844vw;
  }
  .index-news .inner .ttl-lung .ja {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news .inner .ttl-lung {
    padding-top: 1.09375vw;
    width: 14.0625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-news .inner .ttl-lung {
    padding-top: 14px;
    width: 180px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-news .news-items {
    width: 66.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news .news-items {
    width: 73.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-news .news-items {
    width: 944px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-news .news-items .news-item a {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    padding: 2.14844vw 0 2.14844vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news .news-items .news-item a {
    padding: 1.71875vw 0 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .index-news .news-items .news-item a:hover .news-item__txt {
    color: #00C0F8;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-news .news-items .news-item a {
    padding: 22px 0 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-news .news-items .news-item a .news-item__timeCat {
    margin-bottom: 0.97656vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news .news-items .news-item a .news-item__timeCat {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1024px) {
  .index-news .news-items .news-item a .news-item__timeCat {
    width: 19.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1280px) {
  .index-news .news-items .news-item a .news-item__timeCat {
    width: 248px;
  }
}

@media print, screen and (min-width: 768px) {
  .index-news .news-items .news-item a .news-item__timeCat-time {
    margin-right: 1.36719vw;
    font-size: 1.36719vw;
    top: 0.68359vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news .news-items .news-item a .news-item__timeCat-time {
    margin-right: 1.5625vw;
    font-size: 1.09375vw;
    top: 0.39063vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-news .news-items .news-item a .news-item__timeCat-time {
    margin-right: 20px;
    font-size: 14px;
    top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-news .news-items .news-item a .news-item__timeCat-cat li {
    margin-right: 0.78125vw;
    padding: 0 1.75781vw;
    height: 2.34375vw;
    font-size: 1.36719vw;
    -webkit-border-radius: 1.17188vw;
    -moz-border-radius: 1.17188vw;
    -ms-border-radius: 1.17188vw;
    -o-border-radius: 1.17188vw;
    border-radius: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news .news-items .news-item a .news-item__timeCat-cat li {
    margin-right: 0.625vw;
    padding: 0 1.40625vw;
    height: 1.875vw;
    font-size: 1.09375vw;
    -webkit-border-radius: 1.5625vw;
    -moz-border-radius: 1.5625vw;
    -ms-border-radius: 1.5625vw;
    -o-border-radius: 1.5625vw;
    border-radius: 1.5625vw;
    position: relative;
    top: 0.07813vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-news .news-items .news-item a .news-item__timeCat-cat li {
    margin-right: 8px;
    padding: 0 18px;
    height: 24px;
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    top: 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-news .news-items .news-item a .news-item__txt {
    font-size: 1.36719vw;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news .news-items .news-item a .news-item__txt {
    font-size: 1.09375vw;
    width: 54.375vw;
    padding-right: 2.34375vw;
    padding-left: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-news .news-items .news-item a .news-item__txt {
    font-size: 14px;
    width: 696px;
    padding-right: 30px;
    padding-left: 10px;
  }
}

/*********************************************
index-exam
*********************************************/
.index-exam {
  padding: 14.10256vw 0 0;
}
.index-exam .inner {
  width: 92.30769vw;
  margin: 0 auto 15.38462vw;
}
.index-exam .exam-links .exam-link {
  margin-bottom: 3.84615vw;
}
.index-exam .exam-links .exam-link a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding: 0 20.51282vw;
  height: 16.15385vw;
  -webkit-border-radius: 8.20513vw;
  -moz-border-radius: 8.20513vw;
  -ms-border-radius: 8.20513vw;
  -o-border-radius: 8.20513vw;
  border-radius: 8.20513vw;
  position: relative;
}
.index-exam .exam-links .exam-link a::after, .index-exam .exam-links .exam-link a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00C0F8;
  -webkit-border-radius: 8.20513vw;
  -moz-border-radius: 8.20513vw;
  -ms-border-radius: 8.20513vw;
  -o-border-radius: 8.20513vw;
  border-radius: 8.20513vw;
}
.index-exam .exam-links .exam-link a::before {
  z-index: 1;
  background: #DCDDE5;
  top: 1.28205vw;
  left: 1.28205vw;
}
.index-exam .exam-links .exam-link a::after {
  z-index: 2;
  background: #00C0F8;
}
.index-exam .exam-links .exam-link a i {
  display: block;
  position: absolute;
  z-index: 3;
  width: 6.66667vw;
  height: 6.66667vw;
  top: 50%;
  left: 6.15385vw;
  margin-top: -3.33333vw;
  background: url(../img/common/icon_circle_arr.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.index-exam .exam-links .exam-link .exam-link__txt {
  position: relative;
  z-index: 3;
  font-size: 4.10256vw;
  font-weight: 700;
  color: #fff;
}
.index-exam .exam-links .exam-link .exam-link__img {
  position: absolute;
  z-index: 3;
  width: 13.84615vw;
  height: 11.28205vw;
  top: 50%;
  right: 5.12821vw;
  margin-top: -5.64103vw;
}
@media print, screen and (min-width: 768px) {
  .index-exam {
    padding: 7.8125vw 0 0;
  }
  .index-exam .inner {
    width: 82.8125vw;
    margin: 0 auto 6.34766vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-exam .inner {
    width: 93.75vw;
    margin: 0 auto 7.42188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-exam .inner {
    width: 1200px;
    margin: 0 auto 95px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-exam .exam-links {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .index-exam .exam-links .exam-link {
    width: 19.53125vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-exam .exam-links .exam-link {
    width: 20.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-exam .exam-links .exam-link {
    width: 264px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-exam .exam-links .exam-link a {
    display: block;
    padding: 2.34375vw 0 0;
    height: 11.13281vw;
    -webkit-border-radius: 5.56641vw;
    -moz-border-radius: 5.56641vw;
    -ms-border-radius: 5.56641vw;
    -o-border-radius: 5.56641vw;
    border-radius: 5.56641vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-exam .exam-links .exam-link a {
    padding: 2.73438vw 0 0;
    height: 11.875vw;
    -webkit-border-radius: 5.9375vw;
    -moz-border-radius: 5.9375vw;
    -ms-border-radius: 5.9375vw;
    -o-border-radius: 5.9375vw;
    border-radius: 5.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .index-exam .exam-links .exam-link a:hover::before {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate(-0.39063vw, -0.39063vw);
    -moz-transform: translate(-0.39063vw, -0.39063vw);
    -ms-transform: translate(-0.39063vw, -0.39063vw);
    -o-transform: translate(-0.39063vw, -0.39063vw);
    transform: translate(-0.39063vw, -0.39063vw);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1280px) {
  .index-exam .exam-links .exam-link a:hover::before {
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .index-exam .exam-links .exam-link a:hover::after {
    background: #02aadc;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .index-exam .exam-links .exam-link a:hover i {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-exam .exam-links .exam-link a {
    padding-top: 35px;
    height: 152px;
    -webkit-border-radius: 76px;
    -moz-border-radius: 76px;
    -ms-border-radius: 76px;
    -o-border-radius: 76px;
    border-radius: 76px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-exam .exam-links .exam-link a::after, .index-exam .exam-links .exam-link a::before {
    -webkit-border-radius: 5.56641vw;
    -moz-border-radius: 5.56641vw;
    -ms-border-radius: 5.56641vw;
    -o-border-radius: 5.56641vw;
    border-radius: 5.56641vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-exam .exam-links .exam-link a::after, .index-exam .exam-links .exam-link a::before {
    -webkit-border-radius: 5.9375vw;
    -moz-border-radius: 5.9375vw;
    -ms-border-radius: 5.9375vw;
    -o-border-radius: 5.9375vw;
    border-radius: 5.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-exam .exam-links .exam-link a::after, .index-exam .exam-links .exam-link a::before {
    -webkit-border-radius: 76px;
    -moz-border-radius: 76px;
    -ms-border-radius: 76px;
    -o-border-radius: 76px;
    border-radius: 76px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-exam .exam-links .exam-link a::after {
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .index-exam .exam-links .exam-link a::before {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    top: 0.48828vw;
    left: 0.48828vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-exam .exam-links .exam-link a::before {
    top: 0.39063vw;
    left: 0.39063vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-exam .exam-links .exam-link a::before {
    top: 5px;
    left: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-exam .exam-links .exam-link a i {
    width: 2.34375vw;
    height: 2.34375vw;
    left: 1.75781vw;
    margin-top: -1.17188vw;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-exam .exam-links .exam-link a i {
    width: 2.5vw;
    height: 2.5vw;
    margin-top: -1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-exam .exam-links .exam-link a i {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-exam .exam-links .exam-link .exam-link__txt {
    font-size: 1.5625vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-exam .exam-links .exam-link .exam-link__txt {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-exam .exam-links .exam-link .exam-link__txt {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-exam .exam-links .exam-link .exam-link__img {
    width: 4.49219vw;
    height: 3.71094vw;
    top: 50%;
    left: 50%;
    margin-left: -2.24609vw;
    margin-top: -0.19531vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-exam .exam-links .exam-link .exam-link__img {
    width: 4.6875vw;
    height: 3.90625vw;
    margin-left: -2.34375vw;
    margin-top: -0.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-exam .exam-links .exam-link .exam-link__img {
    width: 60px;
    height: 50px;
    margin-left: -30px;
    margin-top: -4px;
  }
}

/*********************************************
index-campusLife
*********************************************/
.index-campusLife {
  padding: 17.94872vw 0 0;
}

.campusLife-main {
  position: relative;
  width: 92.30769vw;
  margin: 0 auto 17.94872vw;
}

.campusLife-main__ttl {
  font-size: 9.23077vw;
  font-family: 'Urbanist', sans-serif;
  color: #00C0F8;
  font-weight: 400;
  margin-bottom: 7.69231vw;
}

.campusLife-main__img {
  margin-bottom: 8.97436vw;
}

.campusLife-main__txt {
  font-size: 3.07692vw;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 7.69231vw;
}

.campusLife-items .campusLife-item {
  margin-bottom: 10.25641vw;
}
.campusLife-items .campusLife-item:last-child {
  margin-bottom: 0;
}
.campusLife-items .campusLife-item a {
  position: relative;
  height: 110.76923vw;
  width: 100%;
  display: block;
}
.campusLife-items .campusLife-item__img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.campusLife-items .campusLife-item__con {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 69.74359vw;
  z-index: 2;
  background: url(../img/index/campuslife_item_bg_sp.png) 0 0 no-repeat;
  background-size: cover;
}
.campusLife-items .campusLife-item__con .btn-round {
  position: absolute;
  left: 3.84615vw;
  bottom: 5.12821vw;
}
.campusLife-items .campusLife-item__con-ttl {
  position: absolute;
  width: 92.30769vw;
  top: 12.30769vw;
  left: 3.84615vw;
  text-align: left;
}
.campusLife-items .campusLife-item__con-ttl span {
  display: block;
}
.campusLife-items .campusLife-item__con-ttl span.en {
  font-size: 9.23077vw;
  font-weight: 300;
  color: #fff;
  font-family: 'Urbanist', sans-serif;
  margin-bottom: 1.53846vw;
}
.campusLife-items .campusLife-item__con-ttl span.ja {
  font-size: 3.07692vw;
  font-weight: 700;
  color: #fff;
}
.campusLife-items .campusLife-item__con-txt {
  position: absolute;
  width: 92.30769vw;
  top: 31.28205vw;
  left: 3.84615vw;
  color: #fff;
  font-size: 2.82051vw;
  line-height: 1.4;
}
.campusLife-items .campusLife-item__con-txt.type-lh {
  line-height: 1.8;
}
.campusLife-items .campusLife-item__con-txt .type-fsS {
  font-size: 2.5641vw;
  line-height: 1.4;
  position: relative;
}
.campusLife-items .campusLife-item__con-txt .type-fsL {
  font-size: 4.61538vw;
  line-height: 1.4;
  position: relative;
}
.campusLife-items .campusLife-item__con-txt .type-fsPer {
  font-size: 7.17949vw;
  line-height: 1.4;
  padding-left: 0.4em;
  position: relative;
}
.campusLife-items .campusLife-item__con-txt .type-fsPer span {
  font-size: 5.64103vw;
}

@media print, screen and (min-width: 768px) {
  .index-campusLife {
    padding: 5.85938vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-campusLife {
    padding: 6.5625vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-campusLife {
    padding: 84px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .campusLife-main {
    width: 82.8125vw;
    margin: 0 auto 7.8125vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-main {
    width: 93.75vw;
    margin: 0 auto 7.03125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-main {
    width: 1200px;
    margin: 0 auto 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-main .btn-round {
    position: absolute;
    top: 25vw;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-main .btn-round {
    top: 24.0625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-main .btn-round {
    top: 308px;
  }
}

@media print, screen and (min-width: 768px) {
  .campusLife-main_con {
    padding-top: 8.20313vw;
    width: 29.29688vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-main_con {
    padding-top: 10.54688vw;
    width: 31.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-main_con {
    width: 400px;
    padding-top: 135px;
  }
}

@media print, screen and (min-width: 768px) {
  .campusLife-main__ttl {
    font-size: 4.6875vw;
    margin-bottom: 1.95313vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-main__ttl {
    font-size: 4.6875vw;
    margin-bottom: 2.03125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-main__ttl {
    font-size: 60px;
    margin-bottom: 26px;
  }
}

@media print, screen and (min-width: 768px) {
  .campusLife-main__img {
    width: 52.34375vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-main__img {
    position: relative;
    left: 0.78125vw;
    width: 58.20313vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-main__img {
    width: 745px;
    left: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .campusLife-main__txt {
    width: 27.34375vw;
    font-size: 1.36719vw;
    line-height: 1.8;
    margin-bottom: 2.92969vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-main__txt {
    width: 100%;
    font-size: 1.09375vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-main__txt {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .campusLife-items {
    width: 82.8125vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items {
    width: 100%;
    max-width: 1920px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item {
    margin-bottom: 4.88281vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item {
    width: 50%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item:last-child {
    margin-bottom: 0;
  }
  .campusLife-items .campusLife-item a {
    height: 42.77344vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item a {
    height: auto;
    height: 25.83333vw;
    max-height: 496px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .campusLife-items .campusLife-item a .btn-round div {
    -webkit-transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
    transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
  }
  .campusLife-items .campusLife-item a:hover .campusLife-item__img img {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  .campusLife-items .campusLife-item a:hover .btn-round div {
    border: 1px solid #fff;
    color: #fff;
    background: #00C0F8;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__img {
    left: auto;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__img img {
    width: 100%;
    height: auto;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__img img {
    display: block;
    width: auto;
    right: 0;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con {
    width: 48.33984vw;
    height: 42.77344vw;
    background: url(../img/index/campuslife_item_bg.png) 0 0 no-repeat;
    background-size: auto 100.6%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con {
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con .btn-round {
    left: 3.125vw;
    bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con .btn-round {
    left: 3.125vw;
    bottom: 2.60417vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-items .campusLife-item__con .btn-round {
    left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .campusLife-items .campusLife-item__con .btn-round {
    bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con-ttl {
    width: 29.29688vw;
    top: 7.51953vw;
    left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con-ttl {
    width: 29.6875vw;
    top: 4.42708vw;
    left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-items .campusLife-item__con-ttl {
    width: 380px;
    left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .campusLife-items .campusLife-item__con-ttl {
    top: 85px;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con-ttl span.en {
    font-size: 4.6875vw;
    font-weight: 300;
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con-ttl span.en {
    font-size: 3.125vw;
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-items .campusLife-item__con-ttl span.en {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .campusLife-items .campusLife-item__con-ttl span.en {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con-ttl span.ja {
    font-size: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con-ttl span.ja {
    font-size: 0.83333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .campusLife-items .campusLife-item__con-ttl span.ja {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con-txt {
    width: 29.29688vw;
    top: 17.57813vw;
    left: 3.125vw;
    font-size: 1.17188vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con-txt {
    width: 29.6875vw;
    top: 11.04167vw;
    left: 3.125vw;
    font-size: 0.72917vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campusLife-items .campusLife-item__con-txt {
    width: 380px;
    left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .campusLife-items .campusLife-item__con-txt {
    top: 212px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con-txt .type-fsS {
    font-size: 0.97656vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con-txt .type-fsS {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .campusLife-items .campusLife-item__con-txt .type-fsS {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con-txt .type-fsL {
    font-size: 2.73438vw;
    line-height: 1.4;
    position: relative;
    top: 0vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con-txt .type-fsL {
    font-size: 1.66667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .campusLife-items .campusLife-item__con-txt .type-fsL {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con-txt .type-fsPer {
    font-size: 4.49219vw;
    line-height: 1.4;
    padding-left: 0.2em;
    position: relative;
    top: 0vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con-txt .type-fsPer {
    font-size: 2.70833vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .campusLife-items .campusLife-item__con-txt .type-fsPer {
    font-size: 52px;
  }
}
@media print, screen and (min-width: 768px) {
  .campusLife-items .campusLife-item__con-txt .type-fsPer span {
    font-size: 2.73438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campusLife-items .campusLife-item__con-txt .type-fsPer span {
    font-size: 1.66667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .campusLife-items .campusLife-item__con-txt .type-fsPer span {
    font-size: 32px;
  }
}

/*********************************************
index-charm
*********************************************/
.index-charm {
  background: #222;
  background: url(../img/index/index_charm_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 15.38462vw 0 12.82051vw;
}
.index-charm .swiper-slide-active {
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .index-charm .swiper-slide-active {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
.index-charm .swiper-container {
  position: relative;
  z-index: 10;
  padding-bottom: 11.28205vw;
}
@media print, screen and (min-width: 768px) {
  .index-charm .swiper-container {
    padding-bottom: 7.03125vw;
  }
}
@media screen and (min-width: 1024px) {
  .index-charm .swiper-container {
    padding-bottom: 7.03125vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-charm .swiper-container {
    padding-bottom: 80px;
  }
}
.index-charm .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 1024px) {
  .index-charm .swiper-button-prev {
    display: block;
    top: 50%;
    left: -1.17188vw;
    margin-top: -4.49219vw;
    width: 2.34375vw;
    height: 4.6875vw;
    background: url(../img/common/icon_slider_arr_w_prev.svg) center center no-repeat;
    background-size: 100% auto;
    -webkit-transition: opacity 0.3s 0s ease-out;
    -moz-transition: opacity 0.3s 0s ease-out;
    -ms-transition: opacity 0.3s 0s ease-out;
    -o-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
    z-index: 30;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-charm .swiper-button-prev {
    left: -12px;
    margin-top: -46px;
    width: 24px;
    height: 48px;
  }
}

.index-charm .swiper-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .index-charm .swiper-button-next {
    display: block;
    top: 50%;
    left: auto;
    right: -1.17188vw;
    margin-top: -4.49219vw;
    width: 2.34375vw;
    height: 4.6875vw;
    background: url(../img/common/icon_slider_arr_w_next.svg) center center no-repeat;
    background-size: 100% auto;
    -webkit-transition: opacity 0.3s 0s ease-out;
    -moz-transition: opacity 0.3s 0s ease-out;
    -ms-transition: opacity 0.3s 0s ease-out;
    -o-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
    z-index: 30;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-charm .swiper-button-next {
    right: -12px;
    margin-top: -46px;
    width: 24px;
    height: 48px;
  }
}

.index-charm .swiper-pagination {
  position: relative;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  z-index: 20;
}
.index-charm .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.index-charm .swiper-pagination-bullet {
  background: #00C0F8;
  margin: 0 1.02564vw;
  width: 14.35897vw;
  height: 2.05128vw;
  opacity: 0.5;
  -webkit-border-radius: 1.02564vw;
  -moz-border-radius: 1.02564vw;
  -ms-border-radius: 1.02564vw;
  -o-border-radius: 1.02564vw;
  border-radius: 1.02564vw;
}
@media print, screen and (min-width: 768px) {
  .index-charm .swiper-pagination-bullet {
    margin: 0 0.39063vw;
    width: 5.46875vw;
    height: 0.78125vw;
    -webkit-border-radius: 0.39063vw;
    -moz-border-radius: 0.39063vw;
    -ms-border-radius: 0.39063vw;
    -o-border-radius: 0.39063vw;
    border-radius: 0.39063vw;
  }
}
@media screen and (min-width: 1024px) {
  .index-charm .swiper-pagination-bullet {
    margin: 0 0.39063vw;
    width: 5.46875vw;
    height: 0.78125vw;
    -webkit-border-radius: 0.39063vw;
    -moz-border-radius: 0.39063vw;
    -ms-border-radius: 0.39063vw;
    -o-border-radius: 0.39063vw;
    border-radius: 0.39063vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-charm .swiper-pagination-bullet {
    margin: 0 4px;
    width: 56px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
}
.index-charm .charm-items {
  width: 100%;
  margin: 0 auto 0;
}
.index-charm .charm-items .charm-item {
  padding: 0 3.84615vw 0;
  height: auto;
}
.index-charm .charm-items .charm-item .inner {
  background: #fff;
  height: 100%;
  -webkit-border-radius: 7.69231vw;
  -moz-border-radius: 7.69231vw;
  -ms-border-radius: 7.69231vw;
  -o-border-radius: 7.69231vw;
  border-radius: 7.69231vw;
  overflow: hidden;
  text-align: left;
  padding: 8.20513vw 3.84615vw 10.76923vw;
}
.index-charm .charm-item__num {
  font-size: 12.30769vw;
  font-family: 'Urbanist', sans-serif;
  color: #00C0F8;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 4.10256vw;
}
.index-charm .charm-item__ttl {
  font-size: 5.12821vw;
  color: #000000;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5.12821vw;
}
.index-charm .charm-item__txtImg {
  text-align: center;
}
.index-charm .charm-item__txtImg-txt {
  font-size: 3.33333vw;
  color: #5D5D5D;
  line-height: 2.0;
  margin-bottom: 5.12821vw;
  text-align: left;
}
.index-charm .charm-item__txtImg-img {
  width: 35.89744vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .index-charm {
    padding: 7.8125vw 0 4.88281vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm {
    background: url(../img/index/index_charm_bg_tab.jpg) center center no-repeat;
    background-size: cover;
    padding: 7.8125vw 0 2.92969vw;
    padding: 8.98438vw 0 2.92969vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-charm {
    background: url(../img/index/index_charm_bg_pc.jpg) center center repeat-x;
    background-size: auto 100%;
    padding: 92px 0 52px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-charm .inner {
    width: 100%;
    margin: 0 auto 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm .swiper-container {
    overflow: visible;
    width: 64.0625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-charm .swiper-container {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm .charm-items {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .index-charm .charm-items .charm-item {
    padding: 0 8.78906vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm .charm-items .charm-item {
    width: 100%;
    padding: 0 3.125vw;
    -webkit-transform: translateY(3.125vw);
    -moz-transform: translateY(3.125vw);
    -ms-transform: translateY(3.125vw);
    -o-transform: translateY(3.125vw);
    transform: translateY(3.125vw);
    -webkit-transition: transform 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-charm .charm-items .charm-item {
    padding: 0 32px;
    -webkit-transform: translateY(32px);
    -moz-transform: translateY(32px);
    -ms-transform: translateY(32px);
    -o-transform: translateY(32px);
    transform: translateY(32px);
  }
}
@media print, screen and (min-width: 768px) {
  .index-charm .charm-items .charm-item .inner {
    -webkit-border-radius: 2.92969vw;
    -moz-border-radius: 2.92969vw;
    -ms-border-radius: 2.92969vw;
    -o-border-radius: 2.92969vw;
    border-radius: 2.92969vw;
    padding: 5.85938vw 4.88281vw 3.90625vw 4.88281vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm .charm-items .charm-item .inner {
    height: 35.9375vw;
    -webkit-border-radius: 2.92969vw;
    -moz-border-radius: 2.92969vw;
    -ms-border-radius: 2.92969vw;
    -o-border-radius: 2.92969vw;
    border-radius: 2.92969vw;
    padding: 3.125vw 1.95313vw 3.125vw 2.92969vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-charm .charm-items .charm-item .inner {
    height: 408px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 45px 58px 45px 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-charm .charm-item__num {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm .charm-item__num {
    font-weight: 700;
    font-size: 4.6875vw;
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-charm .charm-item__num {
    font-size: 48px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-charm .charm-item__ttl {
    font-size: 2.73438vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm .charm-item__ttl {
    font-size: 2.34375vw;
    margin-bottom: 1.46484vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-charm .charm-item__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm .charm-item__txtImg {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .index-charm .charm-item__txtImg-txt {
    font-size: 1.75781vw;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm .charm-item__txtImg-txt {
    line-height: 1.8;
    margin-bottom: 0;
    letter-spacing: 0.08em;
    width: 34.17969vw;
    font-size: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-charm .charm-item__txtImg-txt {
    width: 340px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-charm .charm-item__txtImg-img {
    width: 29.29688vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-charm .charm-item__txtImg-img {
    margin: 0 0;
    width: 16.79688vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-charm .charm-item__txtImg-img {
    width: 200px;
  }
}

/*********************************************
index-event
*********************************************/
.index-event {
  padding: 14.10256vw 0 0vw;
}
.index-event .inner {
  width: 92.30769vw;
  margin: 0 auto 0;
}
.index-event .event-bnrs {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.index-event .event-bnrs .event-bnr {
  width: 44.87179vw;
  margin-right: 2.5641vw;
  margin-bottom: 2.5641vw;
}
.index-event .event-bnrs .event-bnr:nth-child(even) {
  margin-right: 0;
}
.index-event .event-bnrs .event-bnr a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .index-event {
    padding: 8.30078vw 0 0vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-event {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-event {
    padding: 100px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .index-event .inner {
    width: 82.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-event .inner {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-event .inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-event .event-bnrs .event-bnr {
    width: 40.23438vw;
    margin-right: 2.34375vw;
    margin-bottom: 3.41797vw;
  }
  .index-event .event-bnrs .event-bnr:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-event .event-bnrs .event-bnr {
    width: 22.5vw;
    margin-right: 1.25vw;
    margin-bottom: 0;
  }
  .index-event .event-bnrs .event-bnr:nth-child(even) {
    margin-right: 1.25vw;
  }
  .index-event .event-bnrs .event-bnr:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .index-event .event-bnrs .event-bnr a {
    background: #fff;
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    -ms-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
  }
  .index-event .event-bnrs .event-bnr a img {
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .index-event .event-bnrs .event-bnr a:hover {
    box-shadow: 12px 12px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -ms-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
  }
  .index-event .event-bnrs .event-bnr a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-event .event-bnrs .event-bnr {
    width: 288px;
    margin-right: 16px;
  }
  .index-event .event-bnrs .event-bnr:nth-child(even) {
    margin-right: 16px;
  }
  .index-event .event-bnrs .event-bnr:nth-child(4n) {
    margin-right: 0;
  }
}

/*********************************************
index-eachArea
*********************************************/
.under-eachArea,
.index-eachArea {
  padding: 10.25641vw 0 14.10256vw;
}
.under-eachArea .inner,
.index-eachArea .inner {
  width: 92.30769vw;
  margin: 0 auto 0;
}
.under-eachArea .eachArea-items .eachArea-item,
.index-eachArea .eachArea-items .eachArea-item {
  width: 100%;
  margin-bottom: 5.12821vw;
}
.under-eachArea .eachArea-items .eachArea-item:last-child,
.index-eachArea .eachArea-items .eachArea-item:last-child {
  margin-bottom: 0;
}
.under-eachArea .eachArea-items .eachArea-item.type-info a,
.index-eachArea .eachArea-items .eachArea-item.type-info a {
  background: #F93D66;
}
.under-eachArea .eachArea-items .eachArea-item.type-bio a,
.index-eachArea .eachArea-items .eachArea-item.type-bio a {
  background: #02AF4C;
}
.under-eachArea .eachArea-items .eachArea-item.type-mat a,
.index-eachArea .eachArea-items .eachArea-item.type-mat a {
  background: #0669F9;
}
.under-eachArea .eachArea-items .eachArea-item a,
.index-eachArea .eachArea-items .eachArea-item a {
  display: block;
  -webkit-border-radius: 5.12821vw;
  -moz-border-radius: 5.12821vw;
  -ms-border-radius: 5.12821vw;
  -o-border-radius: 5.12821vw;
  border-radius: 5.12821vw;
  overflow: hidden;
  border: 2px solid #000000;
}
.under-eachArea .eachArea-item__txt,
.index-eachArea .eachArea-item__txt {
  padding: 3.58974vw 5.64103vw 4.10256vw;
  position: relative;
  font-size: 4.35897vw;
  font-weight: 700;
  color: #fff;
  border-top: 2px solid #000000;
}
.under-eachArea .eachArea-item__txt span,
.index-eachArea .eachArea-item__txt span {
  font-size: 6.66667vw;
}
.under-eachArea .eachArea-item__txt i,
.index-eachArea .eachArea-item__txt i {
  display: block;
  position: absolute;
  z-index: 3;
  width: 9.23077vw;
  height: 9.23077vw;
  top: 50%;
  right: 3.84615vw;
  margin-top: -4.61538vw;
  background: url(../img/common/icon_circle_arr_rot_b.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .under-eachArea,
  .index-eachArea {
    padding: 7.32422vw 0 9.27734vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-eachArea,
  .index-eachArea {
    padding: 10.54688vw 0 8.59375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-eachArea,
  .index-eachArea {
    padding: 135px 0 110px;
  }
}
@media print, screen and (min-width: 768px) {
  .under-eachArea .inner,
  .index-eachArea .inner {
    width: 82.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-eachArea .inner,
  .index-eachArea .inner {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-eachArea .inner,
  .index-eachArea .inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) {
  .under-eachArea .eachArea-items,
  .index-eachArea .eachArea-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .under-eachArea .eachArea-items .eachArea-item,
  .index-eachArea .eachArea-items .eachArea-item {
    width: 26.5625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-eachArea .eachArea-items .eachArea-item,
  .index-eachArea .eachArea-items .eachArea-item {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-eachArea .eachArea-items .eachArea-item,
  .index-eachArea .eachArea-items .eachArea-item {
    width: 384px;
  }
}
@media print, screen and (min-width: 768px) {
  .under-eachArea .eachArea-items .eachArea-item:last-child,
  .index-eachArea .eachArea-items .eachArea-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .under-eachArea .eachArea-items .eachArea-item.type-info a:hover,
  .index-eachArea .eachArea-items .eachArea-item.type-info a:hover {
    background: #fa6485;
  }
  .under-eachArea .eachArea-items .eachArea-item.type-bio a:hover,
  .index-eachArea .eachArea-items .eachArea-item.type-bio a:hover {
    background: #35bf70;
  }
  .under-eachArea .eachArea-items .eachArea-item.type-mat a:hover,
  .index-eachArea .eachArea-items .eachArea-item.type-mat a:hover {
    background: #3887fa;
  }
}
@media print, screen and (min-width: 768px) {
  .under-eachArea .eachArea-items .eachArea-item a,
  .index-eachArea .eachArea-items .eachArea-item a {
    -webkit-border-radius: 1.95313vw;
    -moz-border-radius: 1.95313vw;
    -ms-border-radius: 1.95313vw;
    -o-border-radius: 1.95313vw;
    border-radius: 1.95313vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-eachArea .eachArea-items .eachArea-item a,
  .index-eachArea .eachArea-items .eachArea-item a {
    -webkit-border-radius: 1.5625vw;
    -moz-border-radius: 1.5625vw;
    -ms-border-radius: 1.5625vw;
    -o-border-radius: 1.5625vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-eachArea .eachArea-items .eachArea-item a,
  .index-eachArea .eachArea-items .eachArea-item a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .under-eachArea .eachArea-items .eachArea-item a,
  .index-eachArea .eachArea-items .eachArea-item a {
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .under-eachArea .eachArea-items .eachArea-item a:hover,
  .index-eachArea .eachArea-items .eachArea-item a:hover {
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .under-eachArea .eachArea-items .eachArea-item a:hover .eachArea-item__img img,
  .index-eachArea .eachArea-items .eachArea-item a:hover .eachArea-item__img img {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  .under-eachArea .eachArea-items .eachArea-item a:hover .eachArea-item__txt i,
  .index-eachArea .eachArea-items .eachArea-item a:hover .eachArea-item__txt i {
    -webkit-transition: transform 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out;
    -ms-transition: transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .under-eachArea .eachArea-item__img,
  .index-eachArea .eachArea-item__img {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .under-eachArea .eachArea-item__img img,
  .index-eachArea .eachArea-item__img img {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .under-eachArea .eachArea-item__txt,
  .index-eachArea .eachArea-item__txt {
    position: relative;
    z-index: 2;
    padding: 1.36719vw 1.66016vw 1.5625vw;
    font-size: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-eachArea .eachArea-item__txt,
  .index-eachArea .eachArea-item__txt {
    padding: 1.40625vw 1.25vw 1.5625vw;
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-eachArea .eachArea-item__txt,
  .index-eachArea .eachArea-item__txt {
    padding: 18px 16px 20px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .under-eachArea .eachArea-item__txt span,
  .index-eachArea .eachArea-item__txt span {
    font-size: 1.85547vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-eachArea .eachArea-item__txt span,
  .index-eachArea .eachArea-item__txt span {
    font-size: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-eachArea .eachArea-item__txt span,
  .index-eachArea .eachArea-item__txt span {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .under-eachArea .eachArea-item__txt i,
  .index-eachArea .eachArea-item__txt i {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    width: 2.73438vw;
    height: 2.73438vw;
    right: 1.17188vw;
    margin-top: -1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-eachArea .eachArea-item__txt i,
  .index-eachArea .eachArea-item__txt i {
    width: 2.96875vw;
    height: 2.96875vw;
    margin-top: -1.48438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-eachArea .eachArea-item__txt i,
  .index-eachArea .eachArea-item__txt i {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
}

.under-eachArea {
  padding: 0 0 0;
}

/*********************************************
onlineinfo-mv
*********************************************/
.onlineinfo-mv {
  position: relative;
  width: 100%;
  height: 120.51282vw;
  background: url(../img/onlineinfo/onlineinfo_mv.png) 0 0 no-repeat #e6f7ff;
  background-size: cover;
}
.onlineinfo-mv .mv-txt {
  position: absolute;
  width: 82.5641vw;
  top: 14.35897vw;
  left: 8.97436vw;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-mv {
    height: 51.95313vw;
    background: url(../img/onlineinfo/onlineinfo_mv_tab.png) center center no-repeat #e6f7ff;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-mv {
    height: 52.73438vw;
    background: url(../img/onlineinfo/onlineinfo_mv_pc.png) center 0 no-repeat #e6f7ff;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-mv {
    height: 675px;
  }
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-mv .mv-txt {
    width: 55.07813vw;
    top: 8.98438vw;
    left: 50%;
    margin-left: -27.53906vw;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-mv .mv-txt {
    width: 55.9375vw;
    top: 9.21875vw;
    margin-left: -27.96875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-mv .mv-txt {
    width: 716px;
    top: 118px;
    margin-left: -358px;
  }
}

/*********************************************
onlineinfo-mvBtm
*********************************************/
.onlineinfo-mvBtm {
  position: relative;
  width: 100%;
  padding: 10.25641vw 0 8.20513vw;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-mvBtm {
    padding: 6.83594vw 0 6.83594vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-mvBtm {
    padding: 5.46875vw 0 5.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-mvBtm {
    padding: 70px 0 70px;
  }
}

.onlineinfo-mvBtm .mvBtm-txt_main {
  color: #F75D49;
  text-align: center;
  font-size: 4.61538vw;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 5.12821vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-mvBtm .mvBtm-txt_main {
    font-size: 1.95313vw;
    margin-bottom: 2.53906vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-mvBtm .mvBtm-txt_main {
    font-size: 2.1875vw;
    margin-bottom: 2.73438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-mvBtm .mvBtm-txt_main {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

.onlineinfo-mvBtm .mvBtm-txt_main span {
  font-size: 5.12821vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-mvBtm .mvBtm-txt_main span {
    font-size: 2.92969vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-mvBtm .mvBtm-txt_main span {
    font-size: 2.96875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-mvBtm .mvBtm-txt_main span {
    font-size: 38px;
  }
}

.onlineinfo-mvBtm .mvBtm-txt_main span span {
  font-size: 7.17949vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-mvBtm .mvBtm-txt_main span span {
    font-size: 3.71094vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-mvBtm .mvBtm-txt_main span span {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-mvBtm .mvBtm-txt_main span span {
    font-size: 48px;
  }
}

.onlineinfo-mvBtm .mvBtm-txt_sub {
  width: 84.61538vw;
  color: #26555D;
  font-size: 3.58974vw;
  line-height: 2.0;
  text-align: left;
  margin: 0 auto;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-mvBtm .mvBtm-txt_sub {
    width: 82.8125vw;
    font-size: 1.46484vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-mvBtm .mvBtm-txt_sub {
    text-align: center;
    width: 100%;
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-mvBtm .mvBtm-txt_sub {
    font-size: 18px;
  }
}

/*********************************************
onlineinfo-sche
*********************************************/
.onlineinfo-sche {
  padding: 11.53846vw 0 16.66667vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-sche {
    padding: 8.30078vw 0 9.76563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-sche {
    padding: 6.64063vw 0 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-sche {
    padding: 85px 0 100px;
  }
}

.onlineinfo-sche .sec-inner {
  width: 92.30769vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-sche .sec-inner {
    width: 82.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-sche .sec-inner {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-sche .sec-inner {
    width: 1200px;
  }
}

.sche-items .sche-item {
  margin-bottom: 12.30769vw;
}
@media print, screen and (min-width: 768px) {
  .sche-items .sche-item {
    margin-bottom: 3.51563vw;
    position: relative;
    display: table;
    width: 100%;
  }
  .sche-items .sche-item::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0.48828vw;
    left: 0.48828vw;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.16;
    content: "";
    -webkit-border-radius: 0.97656vw;
    -moz-border-radius: 0.97656vw;
    -ms-border-radius: 0.97656vw;
    -o-border-radius: 0.97656vw;
    border-radius: 0.97656vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-items .sche-item {
    margin-bottom: 2.5vw;
  }
  .sche-items .sche-item::after {
    top: 0.39063vw;
    left: 0.39063vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-items .sche-item {
    margin-bottom: 32px;
  }
  .sche-items .sche-item::after {
    top: 5px;
    left: 5px;
  }
}

.sche-items .sche-item:last-child {
  margin-bottom: 0;
}

.sche-item__date {
  position: relative;
  background: #26555D;
  padding: 5.64103vw 0 5.12821vw;
  -webkit-border-radius: 2.5641vw 2.5641vw 0 0;
  -moz-border-radius: 2.5641vw 2.5641vw 0 0;
  -ms-border-radius: 2.5641vw 2.5641vw 0 0;
  -o-border-radius: 2.5641vw 2.5641vw 0 0;
  border-radius: 2.5641vw 2.5641vw 0 0;
  overflow: hidden;
}
.sche-item__date.type-hasTarget {
  padding: 9.23077vw 0 5.12821vw;
}
@media print, screen and (min-width: 768px) {
  .sche-item__date {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    width: 25%;
    padding: 2.92969vw 0 0;
    -webkit-border-radius: 0.97656vw 0 0 0.97656vw;
    -moz-border-radius: 0.97656vw 0 0 0.97656vw;
    -ms-border-radius: 0.97656vw 0 0 0.97656vw;
    -o-border-radius: 0.97656vw 0 0 0.97656vw;
    border-radius: 0.97656vw 0 0 0.97656vw;
  }
  .sche-item__date.type-hasTarget {
    padding: 3.90625vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__date {
    width: 17.5vw;
    padding: 2.65625vw 0 5.85938vw;
    -webkit-border-radius: 0.78125vw 0 0 0.78125vw;
    -moz-border-radius: 0.78125vw 0 0 0.78125vw;
    -ms-border-radius: 0.78125vw 0 0 0.78125vw;
    -o-border-radius: 0.78125vw 0 0 0.78125vw;
    border-radius: 0.78125vw 0 0 0.78125vw;
  }
  .sche-item__date.type-hasTarget {
    padding: 2.65625vw 0 5.85938vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__date {
    width: 224px;
    padding: 34px 0 75px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
  }
  .sche-item__date.type-hasTarget {
    padding: 34px 0 75px;
  }
}

.sche-item__dateDate {
  position: relative;
  width: 64.10256vw;
  left: 3.84615vw;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .sche-item__dateDate {
    width: 17.1875vw;
    left: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__dateDate {
    width: 15.3125vw;
    left: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__dateDate {
    width: 196px;
    left: 24px;
  }
}

.sche-item__dateDateTear {
  display: block;
  font-size: 4.10256vw;
  margin-bottom: 0.51282vw;
}
@media print, screen and (min-width: 768px) {
  .sche-item__dateDateTear {
    font-size: 1.36719vw;
    margin-bottom: 0.19531vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__dateDateTear {
    font-size: 1.40625vw;
    margin-bottom: 0.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__dateDateTear {
    font-size: 18px;
    margin-bottom: 2px;
  }
}

.sche-item__dateDateDay {
  font-size: 10.76923vw;
  padding-right: 1.28205vw;
}
@media print, screen and (min-width: 768px) {
  .sche-item__dateDateDay {
    font-size: 3.71094vw;
    padding-right: 0.58594vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__dateDateDay {
    font-size: 3.59375vw;
    padding-right: 0.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__dateDateDay {
    font-size: 46px;
    padding-right: 6px;
  }
}

.sche-item__dateDateWeek {
  font-size: 6.15385vw;
}
@media print, screen and (min-width: 768px) {
  .sche-item__dateDateWeek {
    font-size: 1.75781vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__dateDateWeek {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__dateDateWeek {
    font-size: 24px;
  }
}

.sche-item__dateTarget {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #F75D49;
  color: #fff;
  font-weight: 700;
  font-size: 3.07692vw;
  padding: 1.79487vw 2.5641vw;
}
@media print, screen and (min-width: 768px) {
  .sche-item__dateTarget {
    font-size: 0.97656vw;
    padding: 0.68359vw 0.97656vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__dateTarget {
    font-size: 0.9375vw;
    padding: 0.54688vw 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__dateTarget {
    font-size: 12px;
    padding: 7px 10px;
  }
}

.sche-item__dateCat {
  position: absolute;
  right: 3.84615vw;
  bottom: 3.84615vw;
  display: inline-block;
  background: #fff;
  color: #26555D;
  font-weight: 700;
  font-size: 3.58974vw;
  padding: 1.79487vw 2.5641vw;
}
@media print, screen and (min-width: 768px) {
  .sche-item__dateCat {
    text-align: center;
    width: 16.30859vw;
    right: auto;
    left: 2.34375vw;
    bottom: 1.46484vw;
    font-size: 1.17188vw;
    padding: 0.68359vw 0.97656vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__dateCat {
    width: 13.04688vw;
    left: 1.875vw;
    bottom: 1.95313vw;
    font-size: 1.25vw;
    padding: 0.54688vw 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__dateCat {
    width: 167px;
    left: 24px;
    bottom: 25px;
    font-size: 16px;
    padding: 7px 10px;
  }
}

.sche-item__dateCat::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.10256vw 4.10256vw 0 0;
  border-color: #F75D49 transparent transparent transparent;
}
@media print, screen and (min-width: 768px) {
  .sche-item__dateCat::after {
    border-width: 1.5625vw 1.5625vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__dateCat::after {
    border-width: 1.25vw 1.25vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__dateCat::after {
    border-width: 16px 16px 0 0;
  }
}

.sche-item__con {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .sche-item__con {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 0 0.97656vw 0.97656vw 0;
    -moz-border-radius: 0 0.97656vw 0.97656vw 0;
    -ms-border-radius: 0 0.97656vw 0.97656vw 0;
    -o-border-radius: 0 0.97656vw 0.97656vw 0;
    border-radius: 0 0.97656vw 0.97656vw 0;
    width: 75%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__con {
    width: 76.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__con {
    width: 976px;
  }
}

.sche-item__con::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 1.28205vw;
  left: 1.28205vw;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.16;
  content: "";
  -webkit-border-radius: 0 0 2.5641vw 2.5641vw;
  -moz-border-radius: 0 0 2.5641vw 2.5641vw;
  -ms-border-radius: 0 0 2.5641vw 2.5641vw;
  -o-border-radius: 0 0 2.5641vw 2.5641vw;
  border-radius: 0 0 2.5641vw 2.5641vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sche-item__con::after {
    display: none;
  }
}
.sche-item__con .inner {
  position: relative;
  z-index: 2;
  padding: 10.25641vw 3.84615vw 8.20513vw;
  background: #fff;
  -webkit-border-radius: 0 0 2.5641vw 2.5641vw;
  -moz-border-radius: 0 0 2.5641vw 2.5641vw;
  -ms-border-radius: 0 0 2.5641vw 2.5641vw;
  -o-border-radius: 0 0 2.5641vw 2.5641vw;
  border-radius: 0 0 2.5641vw 2.5641vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sche-item__con .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 1.46484vw 0 1.46484vw;
    -webkit-border-radius: 0 0.97656vw 0.97656vw 0;
    -moz-border-radius: 0 0.97656vw 0.97656vw 0;
    -ms-border-radius: 0 0.97656vw 0.97656vw 0;
    -o-border-radius: 0 0.97656vw 0.97656vw 0;
    border-radius: 0 0.97656vw 0.97656vw 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__con .inner {
    padding: 0 3.75vw 0;
    -webkit-border-radius: 0 0.78125vw 0.78125vw 0;
    -moz-border-radius: 0 0.78125vw 0.78125vw 0;
    -ms-border-radius: 0 0.78125vw 0.78125vw 0;
    -o-border-radius: 0 0.78125vw 0.78125vw 0;
    border-radius: 0 0.78125vw 0.78125vw 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__con .inner {
    padding: 0 48px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
  }
}

.sche-item__regionItems {
  width: 84.61538vw;
  margin: 0 auto 8.97436vw;
}
@media print, screen and (min-width: 768px) {
  .sche-item__regionItems {
    width: 49.08%;
    margin: 0 0 0;
    min-height: 14.84375vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__regionItems {
    width: 30.9375vw;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__regionItems {
    width: 396px;
  }
}

.sche-item__regionItems .sche-item__regionItem {
  margin-bottom: 4.10256vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .sche-item__regionItems .sche-item__regionItem {
    margin-bottom: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__regionItems .sche-item__regionItem {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__regionItems .sche-item__regionItem {
    margin-bottom: 12px;
  }
}

.sche-item__regionItems .sche-item__regionItem:last-child {
  margin-bottom: 0;
}
.sche-item__regionItems .sche-item__regionItem .regionItem-txt {
  width: 53.84615vw;
  position: relative;
  padding-left: 5.12821vw;
  font-size: 4.10256vw;
  color: #26555D;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sche-item__regionItems .sche-item__regionItem .regionItem-txt {
    width: 62.22%;
    padding-left: 1.95313vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__regionItems .sche-item__regionItem .regionItem-txt {
    width: 21.09375vw;
    padding-left: 1.875vw;
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__regionItems .sche-item__regionItem .regionItem-txt {
    width: 270px;
    padding-left: 24px;
    font-size: 18px;
  }
}

.sche-item__regionItems .sche-item__regionItem .regionItem-txt::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-top: -2.05128vw;
  width: 2.05128vw;
  height: 4.10256vw;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .sche-item__regionItems .sche-item__regionItem .regionItem-txt::after {
    margin-top: -0.78125vw;
    width: 0.78125vw;
    height: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__regionItems .sche-item__regionItem .regionItem-txt::after {
    width: 0.625vw;
    height: 1.25vw;
    margin-top: -0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__regionItems .sche-item__regionItem .regionItem-txt::after {
    width: 8px;
    height: 16px;
    margin-top: -8px;
  }
}

.sche-item__regionItems .sche-item__regionItem.type-mat .regionItem-txt::after {
  background: #0669F9;
}
.sche-item__regionItems .sche-item__regionItem.type-bio .regionItem-txt::after {
  background: #02AF4C;
}
.sche-item__regionItems .sche-item__regionItem.type-info .regionItem-txt::after {
  background: #F93D66;
}
.sche-item__regionItems .sche-item__regionItem .regionItem-date {
  font-size: 4.10256vw;
  color: #26555D;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sche-item__regionItems .sche-item__regionItem .regionItem-date {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__regionItems .sche-item__regionItem .regionItem-date {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__regionItems .sche-item__regionItem .regionItem-date {
    font-size: 18px;
  }
}

.sche-item__until {
  width: 84.61538vw;
  margin: 0 auto 8.97436vw;
}
@media print, screen and (min-width: 768px) {
  .sche-item__until {
    width: 18.26%;
    margin: 0 0 0;
    min-height: 14.84375vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__until {
    width: 10.15625vw;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__until {
    width: 130px;
  }
}

.sche-item__until-txt {
  font-size: 4.10256vw;
  color: #26555D;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sche-item__until-txt {
    font-size: 1.36719vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__until-txt {
    font-size: 1.25vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__until-txt {
    font-size: 16px;
  }
}

.sche-item__until-txt span {
  display: inline-block;
  background: #26555D;
  color: #fff;
  font-size: 3.07692vw;
  margin-right: 3.07692vw;
  padding: 1.53846vw 1.53846vw;
  position: relative;
  top: -0.25641vw;
}
@media print, screen and (min-width: 768px) {
  .sche-item__until-txt span {
    font-size: 1.17188vw;
    margin-right: 0;
    padding: 0.29297vw 0.78125vw;
    top: -0.09766vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__until-txt span {
    font-size: 1.09375vw;
    padding: 0.23438vw 0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__until-txt span {
    font-size: 14px;
    padding: 3px 8px;
  }
}

.sche-item__btn {
  width: 55.38462vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .sche-item__btn {
    width: 24.65%;
    min-height: 14.84375vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__btn {
    min-height: auto;
    width: 16.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__btn {
    width: 216px;
  }
}

.sche-item__btn a {
  display: block;
  position: relative;
  width: 100%;
}
.sche-item__btn a::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 1.28205vw;
  left: 1.28205vw;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.16;
  content: "";
  -webkit-border-radius: 8.20513vw;
  -moz-border-radius: 8.20513vw;
  -ms-border-radius: 8.20513vw;
  -o-border-radius: 8.20513vw;
  border-radius: 8.20513vw;
  overflow: hidden;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .sche-item__btn a::after {
    top: 0.48828vw;
    left: 0.48828vw;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-border-radius: 3.125vw;
    -moz-border-radius: 3.125vw;
    -ms-border-radius: 3.125vw;
    -o-border-radius: 3.125vw;
    border-radius: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__btn a::after {
    top: 0.39063vw;
    left: 0.39063vw;
    -webkit-border-radius: 2.5vw;
    -moz-border-radius: 2.5vw;
    -ms-border-radius: 2.5vw;
    -o-border-radius: 2.5vw;
    border-radius: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__btn a::after {
    top: 5px;
    left: 5px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
  }
}

@media screen and (min-width: 1025px) {
  .sche-item__btn a:hover::after {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate(-0.39063vw, -0.39063vw);
    -moz-transform: translate(-0.39063vw, -0.39063vw);
    -ms-transform: translate(-0.39063vw, -0.39063vw);
    -o-transform: translate(-0.39063vw, -0.39063vw);
    transform: translate(-0.39063vw, -0.39063vw);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1280px) {
  .sche-item__btn a:hover::after {
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
}
@media screen and (min-width: 1025px) {
  .sche-item__btn a:hover span {
    background: #f8766a;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .sche-item__btn a:hover span i {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
}
.sche-item__btn a span {
  text-align: right;
  padding-right: 7.69231vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: #F75D49;
  font-size: 4.61538vw;
  color: #fff;
  font-weight: 700;
  height: 16.41026vw;
  -webkit-border-radius: 8.20513vw;
  -moz-border-radius: 8.20513vw;
  -ms-border-radius: 8.20513vw;
  -o-border-radius: 8.20513vw;
  border-radius: 8.20513vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .sche-item__btn a span {
    padding-right: 2.92969vw;
    font-size: 1.5625vw;
    height: 6.25vw;
    -webkit-border-radius: 3.125vw;
    -moz-border-radius: 3.125vw;
    -ms-border-radius: 3.125vw;
    -o-border-radius: 3.125vw;
    border-radius: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__btn a span {
    padding-right: 2.34375vw;
    font-size: 1.40625vw;
    height: 5vw;
    -webkit-border-radius: 2.5vw;
    -moz-border-radius: 2.5vw;
    -ms-border-radius: 2.5vw;
    -o-border-radius: 2.5vw;
    border-radius: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__btn a span {
    padding-right: 30px;
    font-size: 18px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
  }
}

.sche-item__btn a span i {
  display: block;
  position: absolute;
  z-index: 2;
  top: 7.17949vw;
  left: 2.05128vw;
  width: 10.25641vw;
  height: 1.53846vw;
  background: url(../img/common/icon_btn_arr_l.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .sche-item__btn a span i {
    top: 2.73438vw;
    left: 0.97656vw;
    width: 2.73438vw;
    height: 0.48828vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sche-item__btn a span i {
    top: 2.1875vw;
    left: 0.625vw;
    width: 3.125vw;
    height: 0.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sche-item__btn a span i {
    top: 28px;
    left: 8px;
    width: 40px;
    height: 6px;
  }
}

/*********************************************
onlineinfo-join
*********************************************/
.onlineinfo-join {
  background: url(../img/common/tex_01.png) 0 0 repeat #fff;
  background-size: 100% auto;
  padding: 16.66667vw 0 66.66667vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-join {
    background: url(../img/common/tex_01.png) 0 0 repeat #fff;
    background-size: 30% auto;
    padding: 6.83594vw 0 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-join {
    background: url(../img/common/tex_01_pc.png) 0 0 repeat #fff;
    background-size: 2.65625vw 2.65625vw;
    padding: 8.125vw 0 9.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-join {
    background: url(../img/common/tex_01_pc.png) 0 0 repeat #fff;
    background-size: 34px 34px;
    padding: 104px 0 120px;
  }
}

.onlineinfo-join .join-box {
  width: 92.30769vw;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-join .join-box {
    width: 82.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-join .join-box {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-join .join-box {
    width: 1200px;
  }
}

.onlineinfo-join .join-box::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 1.28205vw;
  left: 1.28205vw;
  width: 100%;
  height: 112.82051vw;
  background: #000000;
  opacity: 0.16;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-join .join-box::after {
    top: 0.48828vw;
    left: 0.48828vw;
    height: 35.15625vw;
  }
}
@media screen and (min-width: 1024px) {
  .onlineinfo-join .join-box::after {
    top: 0.39063vw;
    left: 0.39063vw;
    height: 35vw;
  }
}
@media screen and (min-width: 1280px) {
  .onlineinfo-join .join-box::after {
    top: 5px;
    left: 5px;
    height: 448px;
  }
}
.onlineinfo-join .join-box .inner {
  padding-top: 20.51282vw;
  position: relative;
  z-index: 2;
  height: 112.82051vw;
  background: url(../img/onlineinfo/onlineinfo_join_box.png) 0 0 no-repeat #E6F7FF;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-join .join-box .inner {
    background: url(../img/onlineinfo/onlineinfo_join_box_pc.png) 0 0 no-repeat #E6F7FF;
    background-size: 100% auto;
    padding-top: 0;
    height: 35.15625vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-join .join-box .inner {
    height: 35vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-join .join-box .inner {
    height: 448px;
  }
}

.onlineinfo-join .join-box .join-box__img {
  position: absolute;
  z-index: 5;
  width: 80.25641vw;
  bottom: -54.87179vw;
  left: 4.10256vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-join .join-box .join-box__img {
    width: 35.54688vw;
    bottom: auto;
    top: 9.375vw;
    left: -4.88281vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-join .join-box .join-box__img {
    width: 40.625vw;
    top: 5.625vw;
    left: -5.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-join .join-box .join-box__img {
    width: 520px;
    top: 72px;
    left: -72px;
  }
}

.join-box__ttl {
  text-align: center;
  font-size: 5.64103vw;
  color: #26555D;
  font-weight: 700;
  margin-bottom: 11.28205vw;
}
@media print, screen and (min-width: 768px) {
  .join-box__ttl {
    position: absolute;
    top: 8.00781vw;
    left: 37.10938vw;
    font-size: 2.53906vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .join-box__ttl {
    top: 9.0625vw;
    left: 42.5vw;
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .join-box__ttl {
    top: 116px;
    left: 544px;
    font-size: 36px;
  }
}

.join-box__items {
  width: 84.61538vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .join-box__items {
    position: absolute;
    width: 41.01563vw;
    top: 13.28125vw;
    left: 37.10938vw;
    margin: 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .join-box__items {
    width: 42.5vw;
    top: 15.23438vw;
    left: 42.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .join-box__items {
    width: 544px;
    top: 195px;
    left: 542px;
  }
}

.join-box__items .join-box__item {
  padding-right: 3.84615vw;
  margin-bottom: 3.84615vw;
  display: table;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .join-box__items .join-box__item {
    padding-right: 2.73438vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .join-box__items .join-box__item {
    padding-right: 2.5vw;
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .join-box__items .join-box__item {
    padding-right: 32px;
    margin-bottom: 15px;
  }
}

.join-box__items .join-box__item .join-box__item-num {
  width: 8.71795vw;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 8.20513vw;
  font-weight: 600;
  color: #00C0F8;
  font-family: 'Mukta Malar', sans-serif;
}
@media print, screen and (min-width: 768px) {
  .join-box__items .join-box__item .join-box__item-num {
    width: 2.73438vw;
    font-size: 2.73438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .join-box__items .join-box__item .join-box__item-num {
    width: 2.5vw;
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .join-box__items .join-box__item .join-box__item-num {
    width: 32px;
    font-size: 36px;
  }
}

.join-box__items .join-box__item .join-box__item-txt {
  font-size: 4.10256vw;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .join-box__items .join-box__item .join-box__item-txt {
    font-size: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .join-box__items .join-box__item .join-box__item-txt {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .join-box__items .join-box__item .join-box__item-txt {
    font-size: 20px;
  }
}

.join-box__items .join-box__item .join-box__item-txt span {
  background: linear-gradient(transparent 70%, #FCF783 0%);
  display: inline;
  padding-bottom: 0.25641vw;
}
@media print, screen and (min-width: 768px) {
  .join-box__items .join-box__item .join-box__item-txt span {
    padding-bottom: 0.09766vw;
    background: linear-gradient(transparent 70%, #FCF783 0%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .join-box__items .join-box__item .join-box__item-txt span {
    padding-bottom: 0.07813vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .join-box__items .join-box__item .join-box__item-txt span {
    padding-bottom: 1px;
  }
}

/*********************************************
onlineinfo-voice
*********************************************/
.onlineinfo-voice {
  padding: 13.33333vw 0 0vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-voice {
    padding-top: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-voice {
    padding-top: 8.59375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-voice {
    padding-top: 110px;
  }
}

.onlineinfo-voice .sec-inner {
  width: 92.30769vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-voice .sec-inner {
    width: 82.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-voice .sec-inner {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-voice .sec-inner {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) {
  .voice-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.voice-items .voice-item {
  margin-bottom: 12.82051vw;
}
@media print, screen and (min-width: 768px) {
  .voice-items .voice-item {
    width: 31%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .voice-items .voice-item {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .voice-items .voice-item {
    width: 384px;
  }
}

.voice-items .voice-item:last-child {
  margin-bottom: 0;
}

.voice-item__tips {
  background: #26555D;
  padding: 6.41026vw 0 6.41026vw;
  -webkit-border-radius: 6.41026vw;
  -moz-border-radius: 6.41026vw;
  -ms-border-radius: 6.41026vw;
  -o-border-radius: 6.41026vw;
  border-radius: 6.41026vw;
  margin-bottom: 7.69231vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .voice-item__tips {
    padding: 3.125vw 0 3.125vw;
    -webkit-border-radius: 2.44141vw;
    -moz-border-radius: 2.44141vw;
    -ms-border-radius: 2.44141vw;
    -o-border-radius: 2.44141vw;
    border-radius: 2.44141vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .voice-item__tips {
    padding: 2.5vw 0 2.5vw;
    -webkit-border-radius: 1.95313vw;
    -moz-border-radius: 1.95313vw;
    -ms-border-radius: 1.95313vw;
    -o-border-radius: 1.95313vw;
    border-radius: 1.95313vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .voice-item__tips {
    padding: 32px 0 32px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 32px;
  }
}

.voice-item__tips i {
  position: absolute;
  bottom: -5.12821vw;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.20513vw 3.58974vw 0 3.58974vw;
  border-color: #26555D transparent transparent transparent;
  z-index: 2;
  left: 50%;
  margin-left: -3.58974vw;
}
@media print, screen and (min-width: 768px) {
  .voice-item__tips i {
    margin-left: -1.36719vw;
    bottom: -1.95313vw;
    border-width: 3.125vw 1.36719vw 0 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .voice-item__tips i {
    margin-left: -1.09375vw;
    bottom: -1.5625vw;
    border-width: 2.5vw 1.09375vw 0 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .voice-item__tips i {
    margin-left: -14px;
    bottom: -20px;
    border-width: 32px 14px 0 14px;
  }
}

.voice-item__tips-txt {
  font-size: 4.10256vw;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  width: 74.35897vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .voice-item__tips-txt {
    font-size: 1.5625vw;
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .voice-item__tips-txt {
    font-size: 1.25vw;
    width: 24.21875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .voice-item__tips-txt {
    font-size: 16px;
    width: 310px;
  }
}

.voice-item__img {
  width: 27.69231vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .voice-item__img {
    width: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .voice-item__img {
    width: 10vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .voice-item__img {
    width: 128px;
  }
}

/*********************************************
onlineinfo-bnr
*********************************************/
.onlineinfo-bnr {
  padding: 18.97436vw 0 0vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-bnr {
    padding-top: 9.76563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-bnr {
    padding-top: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-bnr {
    padding-top: 120px;
  }
}

.onlineinfo-bnr .bnr-items {
  width: 92.30769vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-bnr .bnr-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-bnr .bnr-items {
    width: 82.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-bnr .bnr-items {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-bnr .bnr-items {
    width: 1200px;
  }
}

.onlineinfo-bnr .bnr-items .bnr-item {
  margin-bottom: 8.97436vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-bnr .bnr-items .bnr-item {
    width: 40.03906vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-bnr .bnr-items .bnr-item {
    width: 45vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-bnr .bnr-items .bnr-item {
    width: 576px;
  }
}

.onlineinfo-bnr .bnr-items .bnr-item:last-child {
  margin-bottom: 0;
}
.onlineinfo-bnr .bnr-items .bnr-item a {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .onlineinfo-bnr .bnr-items .bnr-item a:hover .bnr-item__img img {
    opacity: 0.86;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  .onlineinfo-bnr .bnr-items .bnr-item a:hover .bnr-item__txt i {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
}

.bnr-item__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.bnr-item__img img {
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.bnr-item__txt {
  position: absolute;
  font-size: 6.15385vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  top: 5.64103vw;
  left: 4.61538vw;
  padding-left: 10.25641vw;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .bnr-item__txt {
    font-size: 2.34375vw;
    top: 2.73438vw;
    left: 1.5625vw;
    padding-left: 4.10156vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .bnr-item__txt {
    font-size: 2.65625vw;
    top: 3.125vw;
    left: 1.875vw;
    padding-left: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bnr-item__txt {
    font-size: 34px;
    top: 40px;
    left: 24px;
    padding-left: 60px;
  }
}

.bnr-item__txt i {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -3.07692vw;
  left: 0;
  width: 7.17949vw;
  height: 7.17949vw;
  background: url(../img/common/icon_arr_red.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .bnr-item__txt i {
    margin-top: -1.46484vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .bnr-item__txt i {
    margin-top: -1.79687vw;
    width: 3.59375vw;
    height: 3.59375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bnr-item__txt i {
    margin-top: -23px;
    width: 46px;
    height: 46px;
  }
}

/*********************************************
onlineinfo-event
*********************************************/
.onlineinfo-event {
  padding: 14.10256vw 0 0vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-event {
    padding-top: 8.78906vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-event {
    padding-top: 8.98438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-event {
    padding-top: 115px;
  }
}

.onlineinfo-event .sec-inner {
  width: 92.30769vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-event .sec-inner {
    width: 82.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-event .sec-inner {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-event .sec-inner {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) {
  .onlineinfo-event .event-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.onlineinfo-event .event-items .event-item {
  margin-bottom: 5.12821vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-event .event-items .event-item {
    width: 26.17188vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-event .event-items .event-item {
    width: 30.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-event .event-items .event-item {
    width: 386px;
  }
}

.onlineinfo-event .event-items .event-item:last-child {
  margin-bottom: 0;
}
.onlineinfo-event .event-items .event-item a {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .onlineinfo-event .event-items .event-item a {
    background: #fff;
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    -ms-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
  }
  .onlineinfo-event .event-items .event-item a img {
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .onlineinfo-event .event-items .event-item a:hover {
    box-shadow: 12px 12px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -ms-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
  }
  .onlineinfo-event .event-items .event-item a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

/*********************************************
onlineinfo-region
*********************************************/
.onlineinfo-region {
  padding: 19.48718vw 0 0vw;
  margin-bottom: 13.84615vw;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-region {
    padding: 9.76563vw 0 0vw;
    margin-bottom: 9.27734vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-region {
    padding: 9.375vw 0 0vw;
    margin-bottom: 7.42188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-region {
    padding: 120px 0 0;
    margin-bottom: 95px;
  }
}

.onlineinfo-region .region-ttl {
  width: 92.30769vw;
  margin: 0 auto 11.28205vw;
  height: 13.58974vw;
  background: #26555D;
  color: #fff;
  text-align: center;
  font-size: 5.64103vw;
  font-weight: 700;
  -webkit-border-radius: 13.84615vw;
  -moz-border-radius: 13.84615vw;
  -ms-border-radius: 13.84615vw;
  -o-border-radius: 13.84615vw;
  border-radius: 13.84615vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-region .region-ttl {
    width: 38.28125vw;
    margin-left: 5.85938vw;
    margin-bottom: 3.90625vw;
    height: 7.8125vw;
    font-size: 2.34375vw;
    -webkit-border-radius: 3.90625vw;
    -moz-border-radius: 3.90625vw;
    -ms-border-radius: 3.90625vw;
    -o-border-radius: 3.90625vw;
    border-radius: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-region .region-ttl {
    width: 43.75vw;
    position: relative;
    left: 50%;
    margin-left: -52.34375vw;
    margin-bottom: 3.125vw;
    height: 6.25vw;
    font-size: 2.5vw;
    -webkit-border-radius: 3.125vw;
    -moz-border-radius: 3.125vw;
    -ms-border-radius: 3.125vw;
    -o-border-radius: 3.125vw;
    border-radius: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-region .region-ttl {
    width: 560px;
    margin-left: -670px;
    margin-bottom: 40px;
    height: 80px;
    font-size: 32px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
  }
}

.onlineinfo-region .region-ttl::after {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -3.58974vw;
  left: 14.35897vw;
  width: 4.10256vw;
  height: 4.10256vw;
  background: url(../img/common/icon_ttl_tips.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-region .region-ttl::after {
    bottom: -1.36719vw;
    left: 8.59375vw;
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-region .region-ttl::after {
    bottom: -1.09375vw;
    left: 6.875vw;
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-region .region-ttl::after {
    bottom: -14px;
    left: 88px;
    width: 24px;
    height: 24px;
  }
}

.onlineinfo-region .region-items {
  width: 92.30769vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-region .region-items {
    width: 82.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-region .region-items {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-region .region-items {
    width: 1200px;
  }
}

.onlineinfo-region .region-items .region-item {
  margin-bottom: 4.10256vw;
  background: #ccc;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-region .region-items .region-item {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-region .region-items .region-item {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-region .region-items .region-item {
    margin-bottom: 32px;
  }
}

.onlineinfo-region .region-items .region-item:last-child {
  margin-bottom: 0;
}
.onlineinfo-region .region-items .region-item a {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .onlineinfo-region .region-items .region-item a {
    background: #fff;
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    -ms-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
  }
  .onlineinfo-region .region-items .region-item a img {
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .onlineinfo-region .region-items .region-item a:hover {
    box-shadow: 12px 12px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -ms-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
  }
  .onlineinfo-region .region-items .region-item a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

.region-item__txt {
  position: absolute;
  font-size: 7.17949vw;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  top: 5.64103vw;
  left: 4.61538vw;
  padding-left: 17.94872vw;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .region-item__txt {
    font-size: 2.92969vw;
    top: 0;
    left: 4.88281vw;
    padding-left: 6.83594vw;
    line-height: 1.2;
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .region-item__txt {
    font-size: 2.8125vw;
    left: 3.90625vw;
    padding-left: 7.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .region-item__txt {
    font-size: 36px;
    left: 50px;
    padding-left: 92px;
  }
}

.region-item__txt span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Urbanist', sans-serif;
  font-size: 11.79487vw;
  letter-spacing: 0.08em;
  top: -0.2em;
}
@media print, screen and (min-width: 768px) {
  .region-item__txt span {
    top: 50%;
    margin-top: -0.58em;
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .region-item__txt span {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .region-item__txt span {
    font-size: 56px;
  }
}

.region-item__img {
  position: relative;
  z-index: 1;
}

/*********************************************
onlineinfo-contact
*********************************************/
.onlineinfo-contact {
  width: 92.30769vw;
  margin: 0 auto;
  padding: 8.20513vw 0 8.20513vw;
  border: 2px solid #26555D;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .onlineinfo-contact {
    width: 82.8125vw;
    padding: 3.51563vw 0 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .onlineinfo-contact {
    width: 93.75vw;
    padding: 2.8125vw 0 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .onlineinfo-contact {
    width: 1200px;
    padding: 36px 0 32px;
  }
}

.contact-ttl {
  font-size: 4.61538vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7.69231vw;
}
@media print, screen and (min-width: 768px) {
  .contact-ttl {
    font-size: 1.75781vw;
    margin-bottom: 1.75781vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .contact-ttl {
    font-size: 2.03125vw;
    margin-bottom: 2.03125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .contact-ttl {
    font-size: 26px;
    margin-bottom: 26px;
  }
}

.contact-txt__school {
  font-size: 4.10256vw;
  line-height: 1.7;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .contact-txt__school {
    font-size: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .contact-txt__school {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .contact-txt__school {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .contact-txt__emailTel {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}

.contact-txt__emailTel-email {
  font-size: 4.10256vw;
  line-height: 1.7;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .contact-txt__emailTel-email {
    font-size: 1.36719vw;
    margin-right: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .contact-txt__emailTel-email {
    font-size: 1.40625vw;
    margin-right: 1.5625vw;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .contact-txt__emailTel-email {
    font-size: 18px;
    margin-right: 20px;
  }
}

.contact-txt__emailTel-email a {
  padding-right: 8.20513vw;
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .contact-txt__emailTel-email a {
    padding-right: 2.14844vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .contact-txt__emailTel-email a {
    padding-right: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .contact-txt__emailTel-email a {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .contact-txt__emailTel-email a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .contact-txt__emailTel-email a:hover {
    color: #00C0F8;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
.contact-txt__emailTel-email a i {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -1.79487vw;
  right: 0;
  width: 6.15385vw;
  height: 4.61538vw;
  background: url(../img/common/icon_email.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .contact-txt__emailTel-email a i {
    margin-top: -0.48828vw;
    width: 1.75781vw;
    height: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .contact-txt__emailTel-email a i {
    margin-top: -0.46875vw;
    width: 1.875vw;
    height: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .contact-txt__emailTel-email a i {
    margin-top: -6px;
    width: 24px;
    height: 18px;
  }
}

.contact-txt__emailTel-tel {
  font-size: 4.10256vw;
  line-height: 1.7;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .contact-txt__emailTel-tel {
    font-size: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .contact-txt__emailTel-tel {
    line-height: 2;
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .contact-txt__emailTel-tel {
    font-size: 18px;
  }
}

/*********************************************
under-mv
*********************************************/
.under-mv {
  position: relative;
  width: 100%;
  height: 53.33333vw;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .under-mv {
    height: 50.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-mv {
    height: 53.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-mv {
    height: 680px;
  }
}

.under-mv .under-mv__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/under_mv.jpg) 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
.page-message .under-mv .under-mv__img {
  background: url(../img/message/message_mv.jpg) 0 0 no-repeat;
  background-size: cover;
}
.page-career .under-mv .under-mv__img {
  background: url(../img/career/career_mv.jpg) 0 0 no-repeat;
  background-size: cover;
}
.page-campuslife .under-mv .under-mv__img {
  background: url(../img/campuslife/campuslife_mv.jpg) 0 0 no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .under-mv .under-mv__img {
    background: url(../img/common/under_mv_pc.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .page-message .under-mv .under-mv__img {
    background: url(../img/message/message_mv_pc.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .page-career .under-mv .under-mv__img {
    background: url(../img/career/career_mv_pc.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .page-campuslife .under-mv .under-mv__img {
    background: url(../img/campuslife/campuslife_mv_pc.jpg) 0 0 no-repeat;
    background-size: cover;
  }
}

.under-contents {
  position: relative;
  width: 92.30769vw;
  margin: 0 auto;
  background: #fff;
  padding: 15.38462vw 0 25.64103vw;
}
.under-contents section {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .under-contents {
    width: 82.8125vw;
    padding: 7.61719vw 0 7.32422vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-contents {
    position: relative;
    z-index: 20;
    width: 93.75vw;
    padding: 8.59375vw 0 8.20313vw;
    margin-top: -18.75vw;
    margin-bottom: 3.125vw;
  }
  .under-contents:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 50%;
    margin-left: 46.875vw;
    z-index: 2;
  }
  .under-contents:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 19.53125vw;
    height: 100%;
    background: #fff;
    left: 0;
    margin-left: -19.53125vw;
    -webkit-border-radius: 4.6875vw 0 0 0;
    -moz-border-radius: 4.6875vw 0 0 0;
    -ms-border-radius: 4.6875vw 0 0 0;
    -o-border-radius: 4.6875vw 0 0 0;
    border-radius: 4.6875vw 0 0 0;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-contents {
    width: 1200px;
    padding: 110px 0 105px;
    margin-top: -240px;
    margin-bottom: 40px;
  }
  .under-contents:after {
    margin-left: 600px;
  }
  .under-contents:before {
    width: 250px;
    margin-left: -250px;
    -webkit-border-radius: 60px 0 0 0;
    -moz-border-radius: 60px 0 0 0;
    -ms-border-radius: 60px 0 0 0;
    -o-border-radius: 60px 0 0 0;
    border-radius: 60px 0 0 0;
  }
}

.under-contents__ttl {
  position: absolute;
  display: inline-block;
  padding: 2.5641vw 5.12821vw;
  top: -5.12821vw;
  left: 0;
  z-index: 20;
  background: #00C0F8;
  color: #fff;
  font-size: 6.15385vw;
  font-weight: 700;
  text-align: center;
  box-shadow: 12px 12px 10px -5px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  .under-contents__ttl {
    padding: 1.36719vw 3.02734vw;
    top: -2.73438vw;
    left: 0;
    font-size: 2.53906vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .under-contents__ttl {
    padding: 1.40625vw 3.51563vw 1.5625vw;
    top: -2.89063vw;
    font-size: 2.96875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .under-contents__ttl {
    padding: 18px 45px 20px;
    top: -37px;
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .under-contents__ttl {
    left: 50%;
    margin-left: -776px;
  }
}

.under-copy__ttl {
  font-size: 5.64103vw;
  font-weight: 700;
  line-height: 1.5;
  color: #00C0F8;
  margin: 0 3.84615vw 10.25641vw;
}
@media print, screen and (min-width: 768px) {
  .under-copy__ttl {
    font-size: 2.34375vw;
    margin: 0 0 4.6875vw;
  }
}
@media screen and (min-width: 1024px) {
  .under-copy__ttl {
    font-size: 2.8125vw;
    margin: 0 0 5.46875vw;
  }
}
@media screen and (min-width: 1280px) {
  .under-copy__ttl {
    font-size: 36px;
    margin: 0 0 70px;
  }
}

.examschedule-tablePc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .examschedule-tablePc {
    display: block;
  }
}

.examschedule-tablePc__table {
  width: 100%;
}
.examschedule-tablePc__table tr.type-professionalSchool th {
  background: #99F7C1;
}
.examschedule-tablePc__table tr.type-professionalSchool td {
  background: #E7FFE5;
}
.examschedule-tablePc__table tr:first-child th {
  background: #00C0F8;
  color: #fff;
}
.examschedule-tablePc__table th {
  width: 22.46094vw;
  border-right: 0.39063vw solid #fff;
  border-bottom: 0.39063vw solid #fff;
  background: #00C0F8;
  color: #fff;
  text-align: center;
  padding: 1.66016vw 0 1.36719vw;
  font-size: 1.17188vw;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .examschedule-tablePc__table th {
    width: 25.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  .examschedule-tablePc__table th {
    width: 330px;
  }
}
.examschedule-tablePc__table th:first-child {
  width: auto;
  background: #99E2F7;
  color: #5D5D5D;
}
.examschedule-tablePc__table th:last-child {
  border-right: none;
}
@media screen and (min-width: 1024px) {
  .examschedule-tablePc__table th {
    border-right: 0.3125vw solid #fff;
    border-bottom: 0.3125vw solid #fff;
  }
}
@media screen and (min-width: 1280px) {
  .examschedule-tablePc__table th {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .examschedule-tablePc__table th {
    padding: 1.875vw 0 1.5625vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .examschedule-tablePc__table th {
    padding: 24px 0 20px;
    font-size: 16px;
  }
}
.examschedule-tablePc__table td {
  border-right: 0.39063vw solid #fff;
  border-bottom: 0.39063vw solid #fff;
  background: #E5F9FF;
  color: #5D5D5D;
  text-align: center;
  line-height: 1.5;
  padding: 1.66016vw 0 1.36719vw;
  font-size: 1.17188vw;
  line-height: 1.5;
}
.examschedule-tablePc__table td:last-child {
  border-right: none;
}
@media screen and (min-width: 1024px) {
  .examschedule-tablePc__table td {
    border-right: 0.3125vw solid #fff;
    border-bottom: 0.3125vw solid #fff;
  }
}
@media screen and (min-width: 1280px) {
  .examschedule-tablePc__table td {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .examschedule-tablePc__table td {
    padding: 1.875vw 0 1.5625vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .examschedule-tablePc__table td {
    padding: 24px 0 20px;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .examschedule-tableSp {
    display: none;
  }
}

.examschedule-tableSp__ttl {
  background: #99E2F7;
  color: #5D5D5D;
  font-size: 4.10256vw;
  line-height: 1.5;
  text-align: center;
  padding: 5.12821vw 0 5.12821vw;
  margin-bottom: 1.02564vw;
}
.examschedule-tableSp__ttl.type-professionalSchool {
  background: #99F7C1;
}

.examschedule-tableSp__table {
  width: 100%;
}
.examschedule-tableSp__table.type-professionalSchool th {
  background: #00C0F8;
}
.examschedule-tableSp__table.type-professionalSchool td {
  background: #E7FFE5;
}
.examschedule-tableSp__table th {
  width: 25.64103vw;
  border-right: 1.02564vw solid #fff;
  border-bottom: 1.02564vw solid #fff;
  background: #00C0F8;
  color: #fff;
  text-align: center;
  padding: 6.15385vw 0 6.15385vw;
  font-size: 3.58974vw;
  line-height: 1.5;
}
.examschedule-tableSp__table td {
  border-bottom: 1.02564vw solid #fff;
  background: #E5F9FF;
  color: #5D5D5D;
  text-align: left;
  padding: 6.15385vw 3.84615vw 6.15385vw;
  font-size: 3.58974vw;
  line-height: 1.5;
}

.onlineApplication-bnr {
  position: relative;
  z-index: 10;
}
.onlineApplication-bnr a {
  display: block;
  position: relative;
}
.onlineApplication-bnr a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1.28205vw;
  left: 1.28205vw;
  z-index: 1;
  background: #F0F0F0;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .onlineApplication-bnr a::after {
    top: 0.97656vw;
    left: 0.97656vw;
  }
}
@media screen and (min-width: 1024px) {
  .onlineApplication-bnr a::after {
    top: 0.78125vw;
    left: 0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  .onlineApplication-bnr a::after {
    top: 10px;
    left: 10px;
  }
}
.onlineApplication-bnr a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
.onlineApplication-bnr a img {
  position: relative;
  z-index: 3;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .onlineApplication-bnr a:hover::after {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate(-0.78125vw, -0.78125vw);
    -moz-transform: translate(-0.78125vw, -0.78125vw);
    -ms-transform: translate(-0.78125vw, -0.78125vw);
    -o-transform: translate(-0.78125vw, -0.78125vw);
    transform: translate(-0.78125vw, -0.78125vw);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1280px) {
  .onlineApplication-bnr a:hover::after {
    -webkit-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@media screen and (min-width: 1025px) {
  .onlineApplication-bnr a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

.requirements-items {
  width: 100%;
  margin-bottom: 12.82051vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-items {
    margin-bottom: 4.88281vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-items {
    margin-bottom: 5.46875vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-items {
    margin-bottom: 70px;
  }
}
.requirements-items .requirements-item {
  margin-bottom: 7.69231vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-items .requirements-item {
    margin-bottom: 0;
    width: 26.75781vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-items .requirements-item {
    width: 30.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-items .requirements-item {
    width: 392px;
  }
}
@media print, screen and (min-width: 768px) {
  .requirements-items.type-pc-592 .requirements-item {
    width: 40.42969vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-items.type-pc-592 .requirements-item {
    width: 46.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-items.type-pc-592 .requirements-item {
    width: 592px;
  }
}

.requirements-item__ttl {
  position: relative;
  z-index: 2;
  border: 1.02564vw solid #00C0F8;
  text-align: center;
  font-size: 4.10256vw;
  font-weight: 700;
  padding: 4.61538vw 0 4.61538vw;
  color: #00C0F8;
}
@media print, screen and (min-width: 768px) {
  .requirements-item__ttl {
    border: 0.29297vw solid #00C0F8;
    font-size: 1.36719vw;
    padding: 1.26953vw 0 1.26953vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-item__ttl {
    border: 0.3125vw solid #00C0F8;
    font-size: 1.40625vw;
    padding: 1.40625vw 0 1.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-item__ttl {
    border: 4px solid #00C0F8;
    font-size: 18px;
    padding: 18px 0 18px;
  }
}
.requirements-item__ttl::before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1.02564vw;
  background: #fff;
  z-index: 3;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
@media print, screen and (min-width: 768px) {
  .requirements-item__ttl::before {
    height: 5px;
  }
}
.requirements-item__ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6.41026vw;
  left: 50%;
  margin-left: -3.07692vw;
  width: 6.15385vw;
  height: 6.66667vw;
  background: url(../img/common/requirements_tips_btm.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .requirements-item__ttl::after {
    bottom: -1.5625vw;
    margin-left: -0.78125vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-item__ttl::after {
    bottom: -1.875vw;
    margin-left: -0.9375vw;
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-item__ttl::after {
    bottom: -24px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
  }
}

.requirements-item__btn {
  background: #E6F7FF;
  padding: 11.79487vw 0 11.79487vw;
  text-align: center;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .requirements-item__btn {
    padding: 3.125vw 0 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-item__btn {
    padding: 3.59375vw 0 3.59375vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-item__btn {
    padding: 46px 0 46px;
  }
}
.requirements-item__btn a {
  width: 55.38462vw;
  height: 16.41026vw;
  margin: 0 auto;
  color: #5D5D5D;
  text-align: center;
  font-size: 4.10256vw;
  font-weight: 600;
  letter-spacing: 0.08em;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
}
.requirements-item__btn a.type-half {
  width: 39.48718vw;
  margin: 0 2.05128vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-item__btn a.type-half {
    width: 11.32813vw;
    margin: 0 0.58594vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-item__btn a.type-half {
    width: 13.125vw;
    margin: 0 0.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-item__btn a.type-half {
    width: 168px;
    margin: 0 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .requirements-item__btn a {
    width: 14.64844vw;
    height: 4.29688vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-item__btn a {
    width: 16.875vw;
    height: 5vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-item__btn a {
    width: 216px;
    height: 64px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .requirements-item__btn a:hover::before {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate(-0.39063vw, -0.39063vw);
    -moz-transform: translate(-0.39063vw, -0.39063vw);
    -ms-transform: translate(-0.39063vw, -0.39063vw);
    -o-transform: translate(-0.39063vw, -0.39063vw);
    transform: translate(-0.39063vw, -0.39063vw);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1280px) {
  .requirements-item__btn a:hover::before {
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
}
@media screen and (min-width: 1025px) {
  .requirements-item__btn a:hover::after {
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    background: #dcd9d9;
  }
}
.requirements-item__btn a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1.28205vw;
  left: 1.28205vw;
  background: #000000;
  opacity: 0.16;
  z-index: 1;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-border-radius: 8.20513vw;
  -moz-border-radius: 8.20513vw;
  -ms-border-radius: 8.20513vw;
  -o-border-radius: 8.20513vw;
  border-radius: 8.20513vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .requirements-item__btn a::before {
    top: 0.48828vw;
    left: 0.48828vw;
    -webkit-border-radius: 2.14844vw;
    -moz-border-radius: 2.14844vw;
    -ms-border-radius: 2.14844vw;
    -o-border-radius: 2.14844vw;
    border-radius: 2.14844vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-item__btn a::before {
    top: 0.39063vw;
    left: 0.39063vw;
    -webkit-border-radius: 2.5vw;
    -moz-border-radius: 2.5vw;
    -ms-border-radius: 2.5vw;
    -o-border-radius: 2.5vw;
    border-radius: 2.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-item__btn a::before {
    top: 5px;
    left: 5px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
  }
}
.requirements-item__btn a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #EDEDED;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  z-index: 2;
  -webkit-border-radius: 8.20513vw;
  -moz-border-radius: 8.20513vw;
  -ms-border-radius: 8.20513vw;
  -o-border-radius: 8.20513vw;
  border-radius: 8.20513vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .requirements-item__btn a::after {
    -webkit-border-radius: 2.14844vw;
    -moz-border-radius: 2.14844vw;
    -ms-border-radius: 2.14844vw;
    -o-border-radius: 2.14844vw;
    border-radius: 2.14844vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-item__btn a::after {
    -webkit-border-radius: 2.5vw;
    -moz-border-radius: 2.5vw;
    -ms-border-radius: 2.5vw;
    -o-border-radius: 2.5vw;
    border-radius: 2.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-item__btn a::after {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
  }
}
.requirements-item__btn a span {
  position: relative;
  z-index: 5;
  padding-right: 7.17949vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-item__btn a span {
    padding-right: 1.85547vw;
    padding-right: 28px;
  }
}
.requirements-item__btn a span i {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  margin-top: -2.5641vw;
  width: 5.38462vw;
  height: 6.15385vw;
  background: url(../img/common/icon_download_pdf.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .requirements-item__btn a span i {
    margin-top: -10px;
    width: 21px;
    height: 24px;
  }
}

.requirements-ttl {
  border: 1.02564vw solid #00C0F8;
  text-align: center;
  font-size: 4.10256vw;
  font-weight: 700;
  padding: 4.61538vw 0 4.61538vw;
  color: #00C0F8;
  margin-bottom: 10.25641vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-ttl {
    text-align: left;
    border: 0.29297vw solid #00C0F8;
    font-size: 1.36719vw;
    padding: 1.46484vw 1.75781vw 1.46484vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-ttl {
    border: 0.3125vw solid #00C0F8;
    font-size: 1.40625vw;
    padding: 1.40625vw 1.95313vw 1.40625vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-ttl {
    border: 4px solid #00C0F8;
    font-size: 18px;
    padding: 18px 25px 18px;
    margin-bottom: 48px;
  }
}

.requirements-dl dl {
  margin-bottom: 10.25641vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl dl {
    margin-bottom: 3.75vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl dl {
    margin-bottom: 48px;
  }
}
.requirements-dl dl:last-child {
  margin-bottom: 0;
}
.requirements-dl dl dt {
  text-align: left;
  font-size: 4.10256vw;
  font-weight: 700;
  padding-left: 4.10256vw;
  color: #292929;
  margin-bottom: 4.61538vw;
  position: relative;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dt {
    font-size: 1.36719vw;
    padding-left: 1.75781vw;
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl dl dt {
    font-size: 1.40625vw;
    padding-left: 1.875vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl dl dt {
    font-size: 18px;
    padding-left: 24px;
    margin-bottom: 16px;
  }
}
.requirements-dl dl dt span {
  display: block;
  margin-top: 1.28205vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dt span {
    display: inline-block;
    margin-top: 0;
    margin-left: 1em;
  }
}
.requirements-dl dl dt span.fs-s {
  font-size: 3.58974vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dt span.fs-s {
    font-size: 1.36719vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl dl dt span.fs-s {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl dl dt span.fs-s {
    font-size: 18px;
  }
}
.requirements-dl dl dt i {
  display: block;
  position: absolute;
  width: 2.05128vw;
  height: 6.15385vw;
  top: 0;
  left: 0;
  background: #00C0F8;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dt i {
    width: 0.58594vw;
    height: 1.95313vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl dl dt i {
    width: 0.625vw;
    height: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl dl dt i {
    width: 8px;
    height: 24px;
  }
}
.requirements-dl dl dd a {
  width: 69.74359vw;
  height: 10.25641vw;
  margin: 0 0 0 3.84615vw;
  color: #5D5D5D;
  text-align: center;
  font-size: 4.10256vw;
  font-weight: 600;
  letter-spacing: 0.08em;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dd a {
    width: 18.55469vw;
    height: 2.73438vw;
    margin: 0 0 0 0;
    font-size: 1.17188vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl dl dd a {
    width: 21.25vw;
    height: 3.125vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl dl dd a {
    width: 272px;
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .requirements-dl dl dd a:hover::before {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate(-0.39063vw, -0.39063vw);
    -moz-transform: translate(-0.39063vw, -0.39063vw);
    -ms-transform: translate(-0.39063vw, -0.39063vw);
    -o-transform: translate(-0.39063vw, -0.39063vw);
    transform: translate(-0.39063vw, -0.39063vw);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1280px) {
  .requirements-dl dl dd a:hover::before {
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
}
@media screen and (min-width: 1025px) {
  .requirements-dl dl dd a:hover::after {
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    background: #dcd9d9;
  }
}
.requirements-dl dl dd a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1.28205vw;
  left: 1.28205vw;
  background: #000000;
  opacity: 0.16;
  z-index: 1;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-border-radius: 5.12821vw;
  -moz-border-radius: 5.12821vw;
  -ms-border-radius: 5.12821vw;
  -o-border-radius: 5.12821vw;
  border-radius: 5.12821vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dd a::before {
    top: 0.48828vw;
    left: 0.48828vw;
    -webkit-border-radius: 1.36719vw;
    -moz-border-radius: 1.36719vw;
    -ms-border-radius: 1.36719vw;
    -o-border-radius: 1.36719vw;
    border-radius: 1.36719vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl dl dd a::before {
    top: 0.39063vw;
    left: 0.39063vw;
    -webkit-border-radius: 1.5625vw;
    -moz-border-radius: 1.5625vw;
    -ms-border-radius: 1.5625vw;
    -o-border-radius: 1.5625vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl dl dd a::before {
    top: 5px;
    left: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
.requirements-dl dl dd a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #EDEDED;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  z-index: 2;
  -webkit-border-radius: 5.12821vw;
  -moz-border-radius: 5.12821vw;
  -ms-border-radius: 5.12821vw;
  -o-border-radius: 5.12821vw;
  border-radius: 5.12821vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dd a::after {
    -webkit-border-radius: 1.36719vw;
    -moz-border-radius: 1.36719vw;
    -ms-border-radius: 1.36719vw;
    -o-border-radius: 1.36719vw;
    border-radius: 1.36719vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl dl dd a::after {
    -webkit-border-radius: 1.5625vw;
    -moz-border-radius: 1.5625vw;
    -ms-border-radius: 1.5625vw;
    -o-border-radius: 1.5625vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl dl dd a::after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
.requirements-dl dl dd a span {
  position: relative;
  z-index: 5;
  padding-right: 7.17949vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dd a span {
    padding-right: 28px;
  }
}
.requirements-dl dl dd a span i {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  margin-top: -2.5641vw;
  width: 5.38462vw;
  height: 6.15385vw;
  background: url(../img/common/icon_download_word.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dd a span i {
    margin-top: -10px;
    width: 21px;
    height: 24px;
  }
}
.requirements-dl dl dd a.icon-pdf span i {
  margin-top: -2.5641vw;
  width: 5.38462vw;
  height: 6.15385vw;
  background: url(../img/common/icon_download_pdf.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl dl dd a.icon-pdf span i {
    margin-top: -10px;
    width: 21px;
    height: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .requirements-dl__items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.requirements-dl__items .requirements-dl__item {
  margin-bottom: 8.20513vw;
  padding: 12.82051vw 0 14.35897vw;
  text-align: center;
  background: #E6F7FF;
}
.requirements-dl__items .requirements-dl__item:last-child {
  margin-bottom: 0;
}
.requirements-dl__items .requirements-dl__item.type-info {
  border-top: 2.05128vw solid #F93D66;
}
.requirements-dl__items .requirements-dl__item.type-bio {
  border-top: 2.05128vw solid #02AF4C;
}
.requirements-dl__items .requirements-dl__item.type-mat {
  border-top: 2.05128vw solid #0669F9;
}
.requirements-dl__items .requirements-dl__item a {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl__items .requirements-dl__item {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    width: 26.75781vw;
    padding: 2.73438vw 0 3.32031vw;
    border-top: 0.78125vw solid #F93D66;
    border-top-width: 0.58594vw !important;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl__items .requirements-dl__item {
    width: 30.625vw;
    padding: 3.125vw 0 3.75vw;
    border-top-width: 0.625vw !important;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl__items .requirements-dl__item {
    width: 392px;
    padding: 40px 0 48px;
    border-top-width: 8px !important;
  }
}

.requirements-dl__item-ttl {
  text-align: center;
  font-size: 4.10256vw;
  font-weight: 700;
  color: #5D5D5D;
  margin-bottom: 6.15385vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl__item-ttl {
    font-size: 1.17188vw;
    margin-bottom: 1.75781vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl__item-ttl {
    font-size: 1.25vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl__item-ttl {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.requirements-dl__item-ttl.type-sub {
  font-size: 3.58974vw;
  font-weight: 500;
  margin-top: 9.23077vw;
  margin-bottom: 2.5641vw;
}
@media print, screen and (min-width: 768px) {
  .requirements-dl__item-ttl.type-sub {
    font-size: 1.07422vw;
    margin-bottom: 0.68359vw;
    margin-top: 1.75781vw;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-dl__item-ttl.type-sub {
    font-size: 1.09375vw;
    margin-bottom: 0.78125vw;
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .requirements-dl__item-ttl.type-sub {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 24px;
  }
}

/*********************************************
message
*********************************************/
.message-items {
  margin-bottom: 4.10256vw;
}
.message-items .message-item {
  position: relative;
  margin-bottom: 14.10256vw;
  padding-bottom: 16.66667vw;
}
.message-items .message-item:last-child {
  margin-bottom: 0;
}
.message-items .message-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 80vw;
  left: -3.84615vw;
  bottom: 0;
  z-index: 1;
}
.message-items .message-item.type-school::after {
  background: url(../img/message/message_bg_school.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.message-items .message-item.type-university::after {
  background: url(../img/message/message_bg_university.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.message-items .message-item.type-international::after {
  background: url(../img/message/message_bg_international.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.message-items .message-item.type-society::after {
  background: url(../img/message/message_bg_society.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.message-items .message-item.state-active::before {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.message-items .message-item::before {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: -30%;
  width: 160%;
  height: 280px;
  z-index: 5;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 25%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.message-item__con-l {
  margin-bottom: 10.76923vw;
}

.message-item__txt-from {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 10.76923vw;
  background: #02C9C9;
  color: #fff;
  font-size: 5.12821vw;
  font-weight: 700;
  padding: 0 3.84615vw;
}
.type-school .message-item__txt-from {
  background: #02C9C9;
}
.type-university .message-item__txt-from {
  background: #E8A0B8;
}
.type-international .message-item__txt-from {
  background: #FFC300;
}
.type-society .message-item__txt-from {
  background: #BCCF3D;
}
.message-item__txt-from::after {
  position: absolute;
  content: '';
  display: block;
  width: 33.33333vw;
  height: 100%;
  right: 0;
  background: url(../img/common/ttl_skew.png) 100% 0 no-repeat;
  background-size: auto 100%;
}
.message-item__txt-from::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2.05128vw;
  bottom: -2.05128vw;
  left: 0;
  background: #000;
  opacity: 0.16;
}

.message-item__img {
  position: relative;
  z-index: 1;
  margin-bottom: 5.12821vw;
}

.message-item__txt-name {
  font-size: 4.10256vw;
  font-weight: 500;
  margin-bottom: 2.5641vw;
}
.message-item__txt-name.type-en {
  line-height: 1.4;
}
.message-item__txt-name span {
  font-size: 6.15385vw;
}

.message-item__txt-career {
  font-size: 3.58974vw;
  font-weight: 500;
  line-height: 1.9;
}

.message-item__ttl {
  font-size: 5.12821vw;
  font-weight: 700;
  margin-bottom: 6.15385vw;
  line-height: 1.4;
}
.message-item__ttl span {
  margin-bottom: 4.10256vw;
  display: block;
  font-size: 15.38462vw;
  font-family: 'Urbanist', sans-serif;
  opacity: 0.6;
  letter-spacing: 0.06em;
  line-height: 1;
}
.type-school .message-item__ttl {
  color: #02C9C9;
}
.type-university .message-item__ttl {
  color: #E8A0B8;
}
.type-international .message-item__ttl {
  color: #FFC300;
}
.type-society .message-item__ttl {
  color: #BCCF3D;
}

.message-item__txt-main {
  position: relative;
  z-index: 2;
  font-size: 4.10256vw;
  line-height: 1.9;
}
.message-item__txt-main.txt-hide-sp {
  overflow: hidden;
  height: 0;
}

.message-btn_more {
  position: relative;
  text-align: center;
  z-index: 10;
  margin-top: 5.12821vw;
}
.message-btn_more a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  width: 69.74359vw;
  height: 10.25641vw;
  margin: 0 auto;
  font-size: 4.10256vw;
}
.message-btn_more a.state-open span.type-read {
  display: none;
}
.message-btn_more a.state-open span.type-close {
  display: inline;
}
.message-btn_more a.state-no-active {
  pointer-events: none;
}
.message-btn_more a span {
  position: relative;
  z-index: 5;
}
.message-btn_more a span.type-read {
  display: inline;
}
.message-btn_more a span.type-close {
  display: none;
}
.message-btn_more a::after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EDEDED;
  content: "";
  -webkit-border-radius: 5.12821vw;
  -moz-border-radius: 5.12821vw;
  -ms-border-radius: 5.12821vw;
  -o-border-radius: 5.12821vw;
  border-radius: 5.12821vw;
  overflow: hidden;
  pointer-events: none;
}
.message-btn_more a::before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 1.28205vw;
  left: 1.28205vw;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.16;
  content: "";
  -webkit-border-radius: 5.12821vw;
  -moz-border-radius: 5.12821vw;
  -ms-border-radius: 5.12821vw;
  -o-border-radius: 5.12821vw;
  border-radius: 5.12821vw;
  overflow: hidden;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .message-items {
    position: relative;
    z-index: 1000;
    margin-bottom: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-items {
    margin-bottom: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-items {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .message-items .message-item {
    position: relative;
    padding-bottom: 4.10156vw;
    margin-bottom: 5.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-items .message-item {
    padding-bottom: 7.8125vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-items .message-item {
    padding-bottom: 100px;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .message-items .message-item:last-child {
    margin-bottom: 0;
  }
  .message-items .message-item::after {
    width: 1860px !important;
    left: -250px !important;
    height: 46.48438vw;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-items .message-item::after {
    height: 53.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-items .message-item::after {
    height: 680px;
  }
}
@media print, screen and (min-width: 768px) {
  .message-items .message-item::before {
    display: none;
  }
  .message-items .message-item.type-school::after {
    background: url(../img/message/message_bg_school_pc.png) 0 0 no-repeat;
    background-size: auto 680px;
  }
  .message-items .message-item.type-university::after {
    background: url(../img/message/message_bg_university_pc.png) 0 0 no-repeat;
    background-size: auto 680px;
  }
  .message-items .message-item.type-international::after {
    background: url(../img/message/message_bg_international_student_pc.png) 0 0 no-repeat;
    background-size: auto 680px;
  }
  .message-items .message-item.type-society::after {
    background: url(../img/message/message_bg_society_pc.png) 0 0 no-repeat;
    background-size: auto 680px;
  }

  .message-item__con {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .message-item__con-l {
    margin-bottom: 0;
    width: 25.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__con-l {
    width: 29.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__con-l {
    width: 376px;
  }
}

@media print, screen and (min-width: 768px) {
  .message-item__con-r {
    width: 50.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__con-r {
    width: 58.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__con-r {
    width: 744px;
  }
}

@media print, screen and (min-width: 768px) {
  .message-item__txt-from {
    height: 3.32031vw;
    font-size: 1.75781vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__txt-from {
    height: 3.75vw;
    font-size: 1.875vw;
    padding: 0 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__txt-from {
    height: 48px;
    font-size: 24px;
    padding: 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .message-item__txt-from::after {
    width: 8.78906vw;
    background: url(../img/common/ttl_skew.png) 100% 0 no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__txt-from::after {
    width: 10vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__txt-from::after {
    width: 128px;
  }
}
@media print, screen and (min-width: 768px) {
  .message-item__txt-from::before {
    height: 0.78125vw;
    bottom: -0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__txt-from::before {
    height: 0.625vw;
    bottom: -0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__txt-from::before {
    height: 8px;
    bottom: -8px;
  }
}

@media print, screen and (min-width: 768px) {
  .message-item__img {
    margin-bottom: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__img {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__img {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .message-item__txt-name {
    font-size: 1.17188vw;
    margin-bottom: 1.36719vw;
  }
  .message-item__txt-name.type-en {
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__txt-name {
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__txt-name {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .message-item__txt-name.type-en span {
    font-size: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__txt-name.type-en span {
    font-size: 1.79687vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__txt-name.type-en span {
    font-size: 23px;
  }
}
@media print, screen and (min-width: 768px) {
  .message-item__txt-name span {
    font-size: 1.36719vw;
    margin-bottom: 1.36719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__txt-name span {
    font-size: 1.875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__txt-name span {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .message-item__txt-career {
    font-size: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__txt-career {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__txt-career {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .message-item__ttl {
    font-size: 2.44141vw;
    margin-bottom: 1.36719vw;
  }
  .message-item__ttl span {
    font-size: 5.46875vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__ttl span {
    font-size: 6.25vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__ttl span {
    font-size: 80px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__ttl {
    font-size: 2.65625vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__ttl {
    font-size: 34px;
    margin-bottom: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .message-item__txt-main {
    line-height: 2.1;
    font-size: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .message-item__txt-main {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .message-item__txt-main {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .message-item__txt-main.txt-hide-sp {
    overflow: visible !important;
    height: auto !important;
  }

  .message-btn_more {
    display: none;
  }
}
/*********************************************
career
*********************************************/
.career-copy__txt {
  font-size: 5.64103vw;
  margin: 5.12821vw 3.84615vw 15.38462vw;
  font-weight: 700;
  text-align: left;
  position: relative;
  line-height: 1.4;
  color: #00C0F8;
}
.career-copy__txt::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: -11.28205vw;
  left: -4.10256vw;
  width: 11.28205vw;
  height: 11.28205vw;
  background: url(../img/career/career_copy_txt_bg_l.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
.career-copy__txt::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -8.20513vw;
  right: -4.10256vw;
  width: 11.28205vw;
  height: 11.28205vw;
  background: url(../img/career/career_copy_txt_bg_r.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}

.career-graph {
  width: 84.61538vw;
  margin: 0 auto 23.07692vw;
}

.career-graph__ttl {
  margin-bottom: 8.97436vw;
}

.career-graph__l {
  margin-bottom: 14.35897vw;
}

.career-graph__img {
  margin-bottom: 6.15385vw;
}

.career-graph__txt {
  text-align: center;
  font-weight: 700;
  font-size: 3.58974vw;
  line-height: 1.4;
}

.ttl-blue {
  text-align: center;
  font-weight: 700;
  font-size: 6.15385vw;
  line-height: 1.4;
  margin-bottom: 7.17949vw;
  color: #00C0F8;
}

.career-job {
  background: #C7F4FF;
  padding: 9.23077vw 0;
  margin-bottom: 4.10256vw;
}
.career-job ul {
  width: 71.79487vw;
  margin: 0 auto;
}
.career-job ul li {
  font-size: 4.10256vw;
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding-left: 1.6em;
}
.career-job ul li::before {
  content: '●';
  font-size: 4.10256vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.notice-txt {
  text-align: left;
  font-size: 3.58974vw;
  line-height: 1.4;
  padding-right: 0.5em;
  position: relative;
  padding-left: 1.2em;
}
.notice-txt:last-child {
  margin-bottom: 0;
}
.notice-txt span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .notice-txt {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    font-size: 0.95703vw;
  }
  .notice-txt span.indent {
    position: static;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .notice-txt {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .notice-txt {
    font-size: 14px;
  }
}

.career-support__items {
  width: 93.33333vw;
  width: 92.30769vw;
  margin: 0 auto 56.41026vw;
}
.career-support__items .career-support__item {
  margin-bottom: 51.28205vw;
}
.career-support__items .career-support__item:last-child {
  margin-bottom: 0;
}

.career-support__item-ttl {
  font-size: 5.12821vw;
  font-weight: 700;
  line-height: 1.5;
  background: #00C0F8;
  color: #fff;
  text-align: center;
  height: 24.10256vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.career-support__item-con {
  position: relative;
  background: #C7F4FF;
  padding: 7.69231vw 0 34.61538vw;
}

.career-support__item-txt {
  width: 79.48718vw;
  margin: 0 auto;
  color: #292929;
  font-size: 4.10256vw;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.1em;
}

.career-support__item-img {
  position: absolute;
  width: 100%;
  bottom: -35.89744vw;
  left: 0;
}

.career-books {
  width: 92.30769vw;
  margin: 0 auto;
  border: 1.02564vw solid #00C0F8;
  padding: 12.30769vw 0;
  text-align: center;
}

.career-books__img {
  width: 34.87179vw;
  margin: 0 auto 4.10256vw;
}

.career-books__ttl {
  font-size: 6.15385vw;
  font-weight: 700;
  color: #00C0F8;
  margin-bottom: 6.15385vw;
}

.career-books__txt {
  width: 82.05128vw;
  margin: 0 auto;
  color: #292929;
  font-size: 4.10256vw;
  line-height: 1.8;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .career-copy__txt {
    font-size: 2.73438vw;
    margin: 1.36719vw 0 7.8125vw;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-copy__txt {
    font-size: 3.125vw;
    margin: 1.5625vw 0 8.98438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-copy__txt {
    font-size: 40px;
    margin: 20px 0 115px;
  }
}
@media print, screen and (min-width: 768px) {
  .career-copy__txt::after {
    top: -2.92969vw;
    left: 0.97656vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-copy__txt::after {
    top: -3.90625vw;
    left: 1.40625vw;
    width: 5.3125vw;
    height: 5.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-copy__txt::after {
    top: -50px;
    left: 18px;
    width: 68px;
    height: 68px;
  }
}
@media print, screen and (min-width: 768px) {
  .career-copy__txt::before {
    bottom: -3.90625vw;
    right: 1.5625vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-copy__txt::before {
    bottom: -4.6875vw;
    right: 1.40625vw;
    width: 5.3125vw;
    height: 5.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-copy__txt::before {
    bottom: -60px;
    right: 18px;
    width: 68px;
    height: 68px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-graph {
    width: 100%;
    margin: 0 auto 6.83594vw;
    position: relative;
    height: 43.94531vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-graph {
    margin-bottom: 7.8125vw;
    height: 47.26563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-graph {
    margin-bottom: 100px;
    height: 605px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-graph__ttl {
    position: absolute;
    margin-bottom: 0;
    width: 50%;
    left: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-graph__ttl {
    width: 43.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-graph__ttl {
    width: 552px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-graph__l {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-graph__l {
    width: 43.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-graph__l {
    width: 552px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-graph__r {
    position: absolute;
    width: 50%;
    top: 10.74219vw;
    left: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-graph__r {
    width: 43.125vw;
    top: 11.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-graph__r {
    width: 552px;
    top: 146px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-graph__img {
    margin-bottom: 2.92969vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-graph__img {
    margin-bottom: 4.0625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-graph__img {
    margin-bottom: 52px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-graph__txt {
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.75781vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-graph__txt {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-graph__txt {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl-blue {
    margin-bottom: 1.95313vw;
    font-size: 2.44141vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ttl-blue {
    font-size: 2.8125vw;
    margin-bottom: 2.73438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ttl-blue {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-job {
    padding: 3.51563vw 3.51563vw;
    margin-bottom: 1.36719vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-job {
    padding: 3.28125vw 3.125vw;
    margin-bottom: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-job {
    padding: 42px 40px;
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .career-job ul {
    width: 25%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-job ul {
    padding: 0 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-job ul {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .career-job ul li {
    font-size: 1.26953vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-job ul li {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-job ul li {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .career-job ul li::before {
    font-size: 1.26953vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-job ul li::before {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-job ul li::before {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-support__items {
    width: 100%;
    margin: 0 auto 18.16406vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-support__items {
    margin-bottom: 20.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-support__items {
    margin-bottom: 260px;
  }
}
@media print, screen and (min-width: 768px) {
  .career-support__items .career-support__item {
    width: 25.58594vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-support__items .career-support__item {
    width: 29.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-support__items .career-support__item {
    width: 376px;
  }
}
@media print, screen and (min-width: 768px) {
  .career-support__items .career-support__item:last-child {
    margin-bottom: 0;
  }

  .career-support__item-ttl {
    font-size: 1.5625vw;
    height: 6.44531vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-support__item-ttl {
    font-size: 1.71875vw;
    height: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-support__item-ttl {
    font-size: 22px;
    height: 96px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-support__item-con {
    padding: 2.14844vw 0 0;
    height: 20.70313vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-support__item-con {
    padding: 2.5vw 0 0;
    height: 23.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-support__item-con {
    padding: 32px 0 0;
    height: 304px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-support__item-txt {
    font-size: 1.26953vw;
    width: 22.07031vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-support__item-txt {
    width: 25.3125vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-support__item-txt {
    width: 324px;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-support__item-img {
    bottom: -11.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-support__item-img {
    bottom: -10.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-support__item-img {
    bottom: -140px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-books {
    margin: 0 auto;
    border: 0.39063vw solid #00C0F8;
    padding: 0 0;
    text-align: center;
    width: 58.59375vw;
    height: 14.84375vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-books {
    width: 66.875vw;
    height: 16.875vw;
    border: 0.3125vw solid #00C0F8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-books {
    width: 856px;
    height: 216px;
    border: 4px solid #00C0F8;
  }
}

@media print, screen and (min-width: 768px) {
  .career-books__img {
    width: 9.76563vw;
    top: 2.73438vw;
    left: 1.95313vw;
    margin: 0 auto 0;
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-books__img {
    width: 12.03125vw;
    top: 3.125vw;
    left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-books__img {
    width: 154px;
    top: 40px;
    left: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-books__ttl {
    font-size: 2.14844vw;
    top: 3.22266vw;
    left: 13.86719vw;
    margin-bottom: 0;
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-books__ttl {
    font-size: 2.8125vw;
    top: 3.75vw;
    left: 19.53125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-books__ttl {
    font-size: 36px;
    top: 48px;
    left: 250px;
  }
}

@media print, screen and (min-width: 768px) {
  .career-books__txt {
    position: absolute;
    width: 42.96875vw;
    font-size: 1.17188vw;
    top: 6.83594vw;
    left: 13.86719vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .career-books__txt {
    width: 57.61719vw;
    font-size: 1.25vw;
    top: 8.90625vw;
    left: 19.53125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .career-books__txt {
    width: 590px;
    font-size: 16px;
    top: 114px;
    left: 250px;
  }
}

/*********************************************
campuslife
*********************************************/
.campuslife-items .campuslife-item {
  margin-bottom: 29.48718vw;
}
.campuslife-items .campuslife-item:last-child {
  margin-bottom: 0;
}

.campuslife-item__main {
  position: relative;
  width: 100vw;
  left: -3.84615vw;
  margin-bottom: 9.23077vw;
}

.campuslife-item__main-img {
  position: relative;
  z-index: 1;
}

.campuslife-item__main-con {
  position: relative;
  background: #36F7FF;
  background: rgba(54, 247, 255, 0.29);
  z-index: 2;
  width: 92.30769vw;
  left: 7.69231vw;
  margin-top: -6.15385vw;
  padding: 38.46154vw 5.12821vw 5.12821vw;
}

.campuslife-item__main-episode {
  position: absolute;
  width: 100%;
  height: 35.89744vw;
  top: -4.10256vw;
  left: 0vw;
}
.campuslife-item__main-episode .type-num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  font-size: 41.53846vw;
  font-weight: 400;
  color: #fff;
  font-family: 'Urbanist', sans-serif;
  letter-spacing: 0.06em;
  z-index: 1;
}
.campuslife-item__main-episode .type-episode {
  display: block;
  position: absolute;
  font-size: 7.69231vw;
  top: 15.89744vw;
  left: 5.12821vw;
  color: #00C0F8;
  font-weight: 700;
  z-index: 2;
}

.campuslife-item__main-profile--ttl {
  text-align: left;
  font-size: 6.15385vw;
  font-weight: 500;
  color: #00C0F8;
  font-family: 'Urbanist', sans-serif;
  margin-bottom: 3.58974vw;
}

.campuslife-item__main-profile--name {
  text-align: left;
  font-size: 5.12821vw;
  font-weight: 500;
  color: #292929;
  margin-bottom: 3.58974vw;
}
.campuslife-item__main-profile--name span {
  display: inline-block;
  font-family: 'Urbanist', sans-serif;
  margin-left: 1em;
  font-size: 3.07692vw;
}

.campuslife-item__main-profile--career {
  font-size: 3.58974vw;
  font-weight: 500;
  color: #292929;
  line-height: 1.6;
}

.campuslife-item__copy {
  margin: 0 3.84615vw 7.69231vw;
}

.campuslife-item__copy-txt--main {
  text-align: left;
  font-size: 6.15385vw;
  font-weight: 700;
  color: #292929;
  line-height: 1.6;
  margin-bottom: 6.41026vw;
  letter-spacing: 0.1em;
}

.campuslife-item__copy-txt--sub {
  text-align: left;
  font-size: 4.10256vw;
  color: #292929;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.campuslife-item__day-schedule {
  margin-bottom: 10.25641vw;
}
.campuslife-item__day-schedule .schedule-items .schedule-item {
  border-bottom: 1px dashed #00C0F8;
  padding: 5.12821vw 0 4.61538vw 16.41026vw;
  position: relative;
}
.campuslife-item__day-schedule .schedule-items .schedule-item img {
  display: block;
  position: absolute;
  z-index: 2;
  top: 3.33333vw;
  left: 2.5641vw;
  width: 9.74359vw;
  height: 9.74359vw;
}
.campuslife-item__day-schedule .schedule-item__day-txt {
  margin-top: 2.5641vw;
  font-size: 3.33333vw;
  font-weight: 500;
  color: #292929;
  line-height: 1.6;
  padding-right: 5.12821vw;
}
.campuslife-item__day-schedule .schedule-item__day-time {
  font-size: 4.87179vw;
  font-weight: 700;
}
.campuslife-item__day-schedule .schedule-item__day-time span.time {
  display: inline-block;
  width: 17.94872vw;
}
.campuslife-item__day-schedule .schedule-item__day-time span.action {
  display: inline-block;
  font-size: 3.58974vw;
  background: #00C0F8;
  color: #fff;
  padding: 1.53846vw 2.5641vw 1.53846vw 2.5641vw;
  position: relative;
  top: -0.51282vw;
}

.campuslife-item__day-imgs {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 4.10256vw;
}
.campuslife-item__day-imgs .campuslife-item__day-img {
  width: 30.25641vw;
}

@media print, screen and (min-width: 768px) {
  .campuslife-items {
    position: relative;
    z-index: 1000;
    margin-bottom: 3.07617vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-items {
    margin-bottom: 3.51563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-items {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-items .campuslife-item {
    margin-bottom: 11.62109vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-items .campuslife-item {
    margin-bottom: 13.28125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-items .campuslife-item {
    margin-bottom: 170px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-items .campuslife-item:last-child {
    margin-bottom: 0;
  }

  .campuslife-item__main {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 4.10156vw;
    height: 44.84375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main {
    height: 51.25vw;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main {
    height: 656px;
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__main-img {
    position: absolute;
    top: 0;
    width: 74.92188vw;
    left: 31.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-img {
    width: 85.625vw;
    left: 36.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-img {
    width: 1096px;
    left: 464px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__main-con {
    left: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 42.65625vw;
    height: 36.09375vw;
    padding: 0 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-con {
    width: 48.75vw;
    height: 41.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-con {
    width: 624px;
    height: 528px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__main-episode {
    position: absolute;
    width: 100%;
    height: 17.08984vw;
    top: -2.59766vw;
    left: -0.3418vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-episode {
    height: 19.53125vw;
    top: -2.96875vw;
    left: -0.39063vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-episode {
    height: 250px;
    top: -38px;
    left: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__main-episode .type-num {
    font-size: 20.50781vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-episode .type-num {
    font-size: 23.4375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-episode .type-num {
    font-size: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__main-episode .type-num.type-num-02 {
    letter-spacing: -0.00em;
  }
  .campuslife-item__main-episode .type-episode {
    font-size: 3.82813vw;
    top: 8.20313vw;
    left: 4.10156vw;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-episode .type-episode {
    font-size: 4.375vw;
    top: 9.375vw;
    left: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-episode .type-episode {
    font-size: 56px;
    top: 120px;
    left: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__main-profile {
    position: absolute;
    bottom: 2.39258vw;
    left: 3.96484vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-profile {
    bottom: 2.73438vw;
    left: 4.53125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-profile {
    bottom: 35px;
    left: 58px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__main-profile--ttl {
    margin-bottom: 1.02539vw;
    font-size: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-profile--ttl {
    font-size: 2.5vw;
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-profile--ttl {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__main-profile--name {
    font-size: 2.1875vw;
    margin-bottom: 1.02539vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-profile--name {
    font-size: 2.5vw;
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-profile--name {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__main-profile--name span {
    font-size: 0.95703vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-profile--name span {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-profile--name span {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__main-profile--career {
    font-weight: 500;
    color: #292929;
    line-height: 1.7;
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__main-profile--career {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__main-profile--career {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__copy {
    margin: 0 0 3.41797vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__copy {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__copy {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__copy-txt--main {
    font-size: 2.46094vw;
    margin-bottom: 1.70898vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__copy-txt--main {
    font-size: 2.8125vw;
    margin-bottom: 1.95313vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__copy-txt--main {
    font-size: 36px;
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__copy-txt--sub {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__copy-txt--sub {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__copy-txt--sub {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__day {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .campuslife-item__day-schedule {
    margin-bottom: 0;
    width: 52.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__day-schedule {
    width: 60vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__day-schedule {
    width: 768px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__day-schedule .schedule-items .schedule-item {
    border-bottom: 1px dashed #00C0F8;
    position: relative;
    padding: 1.70898vw 0 1.64063vw 5.74219vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__day-schedule .schedule-items .schedule-item {
    padding: 1.95313vw 0 1.875vw 6.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__day-schedule .schedule-items .schedule-item {
    padding: 25px 0 24px 84px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__day-schedule .schedule-items .schedule-item img {
    left: 0;
    top: 1.09375vw;
    width: 3.62305vw;
    height: 3.62305vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__day-schedule .schedule-items .schedule-item img {
    top: 1.25vw;
    width: 4.14063vw;
    height: 4.14063vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__day-schedule .schedule-items .schedule-item img {
    top: 16px;
    width: 53px;
    height: 53px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__day-schedule .schedule-item__day-txt {
    font-weight: 500;
    color: #292929;
    line-height: 1.6;
    margin-top: 0.68359vw;
    font-size: 1.09375vw;
    padding-right: 2.05078vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__day-schedule .schedule-item__day-txt {
    margin-top: 0.78125vw;
    font-size: 1.25vw;
    padding-right: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__day-schedule .schedule-item__day-txt {
    margin-top: 10px;
    font-size: 16px;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__day-schedule .schedule-item__day-time {
    font-size: 1.23047vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__day-schedule .schedule-item__day-time {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__day-schedule .schedule-item__day-time {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__day-schedule .schedule-item__day-time span.time {
    width: 6.83594vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__day-schedule .schedule-item__day-time span.time {
    width: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__day-schedule .schedule-item__day-time span.time {
    width: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__day-schedule .schedule-item__day-time span.action {
    font-size: 1.29883vw;
    padding: 0.41016vw 0.68359vw 0.61523vw 0.68359vw;
    top: 0.06836vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__day-schedule .schedule-item__day-time span.action {
    font-size: 1.48438vw;
    padding: 0.46875vw 0.78125vw 0.70313vw 0.78125vw;
    top: 0.07813vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__day-schedule .schedule-item__day-time span.action {
    font-size: 19px;
    padding: 6px 10px 9px 10px;
    top: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .campuslife-item__day-imgs {
    display: block;
    margin-bottom: 0;
    width: 26.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__day-imgs {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__day-imgs {
    width: 384px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__day-imgs .campuslife-item__day-img {
    width: 100%;
    margin-bottom: 1.23047vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campuslife-item__day-imgs .campuslife-item__day-img {
    margin-bottom: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .campuslife-item__day-imgs .campuslife-item__day-img {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .campuslife-item__day-imgs .campuslife-item__day-img:last-child {
    margin-bottom: 0;
  }
}
.jsLazyAnime.type-opacity-out {
  opacity: 1;
}
.jsLazyAnime.type-opacity-out.lazyAnimate {
  opacity: 0;
  -webkit-transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -moz-transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -ms-transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -o-transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
}

.jsLazyAnime.type-y {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.jsLazyAnime.type-y.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-img-x-r {
  opacity: 0;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.jsLazyAnime.type-img-x-r.lazyAnimate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -moz-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -ms-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -o-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
}

.jsLazyAnime.type-img-x-l {
  opacity: 0;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.jsLazyAnime.type-img-x-l.lazyAnimate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -moz-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -ms-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -o-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
}

.jsLazyAnime.type-scale-y {
  opacity: 0;
  display: block;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.jsLazyAnime.type-scale-y.lazyAnimate {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
  transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
}

.jsLazyAnime.type-ttl-left-icon {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.jsLazyAnime.type-ttl-left-icon i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.jsLazyAnime.type-ttl-left-icon.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}
.jsLazyAnime.type-ttl-left-icon.lazyAnimate i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.6s 0s ease;
  -moz-transition: transform 0.6s 0s ease;
  -ms-transition: transform 0.6s 0s ease;
  -o-transition: transform 0.6s 0s ease;
  transition: transform 0.6s 0s ease;
}

.jsLazyAnime.type-ttl-icon {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.jsLazyAnime.type-ttl-icon span i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.jsLazyAnime.type-ttl-icon.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}
.jsLazyAnime.type-ttl-icon.lazyAnimate span i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.6s 0s ease;
  -moz-transition: transform 0.6s 0s ease;
  -ms-transition: transform 0.6s 0s ease;
  -o-transition: transform 0.6s 0s ease;
  transition: transform 0.6s 0s ease;
}

.jsLazyAnime.type-opacity {
  opacity: 0;
}
.jsLazyAnime.type-opacity.lazyAnimate {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0s ease;
  -moz-transition: opacity 0.8s 0s ease;
  -ms-transition: opacity 0.8s 0s ease;
  -o-transition: opacity 0.8s 0s ease;
  transition: opacity 0.8s 0s ease;
}

.jsLazyAnime.type-scale-l {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.jsLazyAnime.type-scale-l.lazyAnimate {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.5s 0s ease-out;
  -moz-transition: transform 0.5s 0s ease-out;
  -ms-transition: transform 0.5s 0s ease-out;
  -o-transition: transform 0.5s 0s ease-out;
  transition: transform 0.5s 0s ease-out;
}

.jsLazyAnime.type-scale-r {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.jsLazyAnime.type-scale-r.lazyAnimate {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.5s 0s ease-out;
  -moz-transition: transform 0.5s 0s ease-out;
  -ms-transition: transform 0.5s 0s ease-out;
  -o-transition: transform 0.5s 0s ease-out;
  transition: transform 0.5s 0s ease-out;
}

.jsLazyAnime.type-slide-img {
  overflow: hidden;
}
.jsLazyAnime.type-slide-img img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.jsLazyAnime.type-slide-img.lazyAnimate img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s 0s ease-out;
  -moz-transition: transform 0.5s 0s ease-out;
  -ms-transition: transform 0.5s 0s ease-out;
  -o-transition: transform 0.5s 0s ease-out;
  transition: transform 0.5s 0s ease-out;
}

.jsLazyAnime.type-sizzle-opacity {
  opacity: 0;
}
.jsLazyAnime.type-sizzle-opacity.lazyAnimate {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0s ease-out;
  -moz-transition: opacity 0.8s 0s ease-out;
  -ms-transition: opacity 0.8s 0s ease-out;
  -o-transition: opacity 0.8s 0s ease-out;
  transition: opacity 0.8s 0s ease-out;
}

.jsLazyAnime.type-sizzle-cover.lazyAnimate {
  -webkit-transform: rotate(0) translateX(130%) translateY(0);
  -moz-transform: rotate(0) translateX(130%) translateY(0);
  -ms-transform: rotate(0) translateX(130%) translateY(0);
  -o-transform: rotate(0) translateX(130%) translateY(0);
  transform: rotate(0) translateX(130%) translateY(0);
  -webkit-transition: transform 0.8s 0s ease-out;
  -moz-transition: transform 0.8s 0s ease-out;
  -ms-transition: transform 0.8s 0s ease-out;
  -o-transition: transform 0.8s 0s ease-out;
  transition: transform 0.8s 0s ease-out;
}

.jsLazyAnime.type-txt-x-r {
  opacity: 0;
}
.jsLazyAnime.type-txt-x-r.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

.jsLazyAnime.type-ls {
  opacity: 0;
  letter-spacing: 1.2em;
}
.jsLazyAnime.type-ls.lazyAnimate {
  opacity: 1;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

.jsLazyAnime.type-txt-x-r-0 {
  -webkit-transform: translateX(62.5vw);
  -moz-transform: translateX(62.5vw);
  -ms-transform: translateX(62.5vw);
  -o-transform: translateX(62.5vw);
  transform: translateX(62.5vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-0 {
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px);
  }
}

.jsLazyAnime.type-txt-x-r-1 {
  -webkit-transform: translateX(58.59375vw);
  -moz-transform: translateX(58.59375vw);
  -ms-transform: translateX(58.59375vw);
  -o-transform: translateX(58.59375vw);
  transform: translateX(58.59375vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-1 {
    -webkit-transform: translateX(750px);
    -moz-transform: translateX(750px);
    -ms-transform: translateX(750px);
    -o-transform: translateX(750px);
    transform: translateX(750px);
  }
}

.jsLazyAnime.type-txt-x-r-2 {
  -webkit-transform: translateX(54.6875vw);
  -moz-transform: translateX(54.6875vw);
  -ms-transform: translateX(54.6875vw);
  -o-transform: translateX(54.6875vw);
  transform: translateX(54.6875vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-2 {
    -webkit-transform: translateX(700px);
    -moz-transform: translateX(700px);
    -ms-transform: translateX(700px);
    -o-transform: translateX(700px);
    transform: translateX(700px);
  }
}

.jsLazyAnime.type-txt-x-r-3 {
  -webkit-transform: translateX(50.78125vw);
  -moz-transform: translateX(50.78125vw);
  -ms-transform: translateX(50.78125vw);
  -o-transform: translateX(50.78125vw);
  transform: translateX(50.78125vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-3 {
    -webkit-transform: translateX(650px);
    -moz-transform: translateX(650px);
    -ms-transform: translateX(650px);
    -o-transform: translateX(650px);
    transform: translateX(650px);
  }
}

.jsLazyAnime.type-txt-x-r-4 {
  -webkit-transform: translateX(46.875vw);
  -moz-transform: translateX(46.875vw);
  -ms-transform: translateX(46.875vw);
  -o-transform: translateX(46.875vw);
  transform: translateX(46.875vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-4 {
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
}

.jsLazyAnime.type-txt-x-r-5 {
  -webkit-transform: translateX(42.96875vw);
  -moz-transform: translateX(42.96875vw);
  -ms-transform: translateX(42.96875vw);
  -o-transform: translateX(42.96875vw);
  transform: translateX(42.96875vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-5 {
    -webkit-transform: translateX(550px);
    -moz-transform: translateX(550px);
    -ms-transform: translateX(550px);
    -o-transform: translateX(550px);
    transform: translateX(550px);
  }
}

.jsLazyAnime.type-txt-x-r-6 {
  -webkit-transform: translateX(39.0625vw);
  -moz-transform: translateX(39.0625vw);
  -ms-transform: translateX(39.0625vw);
  -o-transform: translateX(39.0625vw);
  transform: translateX(39.0625vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-6 {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
}

.jsLazyAnime.type-txt-x-r-7 {
  -webkit-transform: translateX(35.15625vw);
  -moz-transform: translateX(35.15625vw);
  -ms-transform: translateX(35.15625vw);
  -o-transform: translateX(35.15625vw);
  transform: translateX(35.15625vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-7 {
    -webkit-transform: translateX(450px);
    -moz-transform: translateX(450px);
    -ms-transform: translateX(450px);
    -o-transform: translateX(450px);
    transform: translateX(450px);
  }
}

.jsLazyAnime.type-txt-x-r-8 {
  -webkit-transform: translateX(31.25vw);
  -moz-transform: translateX(31.25vw);
  -ms-transform: translateX(31.25vw);
  -o-transform: translateX(31.25vw);
  transform: translateX(31.25vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-8 {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
}

.jsLazyAnime.type-txt-x-r-9 {
  -webkit-transform: translateX(27.34375vw);
  -moz-transform: translateX(27.34375vw);
  -ms-transform: translateX(27.34375vw);
  -o-transform: translateX(27.34375vw);
  transform: translateX(27.34375vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-9 {
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px);
  }
}

.jsLazyAnime.type-txt-x-r-10 {
  -webkit-transform: translateX(23.4375vw);
  -moz-transform: translateX(23.4375vw);
  -ms-transform: translateX(23.4375vw);
  -o-transform: translateX(23.4375vw);
  transform: translateX(23.4375vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-10 {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
  }
}

.jsLazyAnime.type-txt-x-r-11 {
  -webkit-transform: translateX(19.53125vw);
  -moz-transform: translateX(19.53125vw);
  -ms-transform: translateX(19.53125vw);
  -o-transform: translateX(19.53125vw);
  transform: translateX(19.53125vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-11 {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
}

.jsLazyAnime.type-txt-x-r-12 {
  -webkit-transform: translateX(15.625vw);
  -moz-transform: translateX(15.625vw);
  -ms-transform: translateX(15.625vw);
  -o-transform: translateX(15.625vw);
  transform: translateX(15.625vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-12 {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
  }
}

.jsLazyAnime.type-txt-x-r-13 {
  -webkit-transform: translateX(11.71875vw);
  -moz-transform: translateX(11.71875vw);
  -ms-transform: translateX(11.71875vw);
  -o-transform: translateX(11.71875vw);
  transform: translateX(11.71875vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-13 {
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px);
  }
}

.jsLazyAnime.type-txt-x-r-14 {
  -webkit-transform: translateX(7.8125vw);
  -moz-transform: translateX(7.8125vw);
  -ms-transform: translateX(7.8125vw);
  -o-transform: translateX(7.8125vw);
  transform: translateX(7.8125vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-14 {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
}

.jsLazyAnime.type-x-r,
.jsLazyAnime.type-x-l {
  opacity: 0;
}
.jsLazyAnime.type-x-r.lazyAnimate,
.jsLazyAnime.type-x-l.lazyAnimate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-x-r-per-100 {
  opacity: 0;
}
.jsLazyAnime.type-x-r-per-100.lazyAnimate {
  opacity: 0.4;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  -moz-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  -ms-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  -o-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
}

.jsLazyAnime.type-x-r {
  -webkit-transform: translate(220px, -40px);
  -moz-transform: translate(220px, -40px);
  -ms-transform: translate(220px, -40px);
  -o-transform: translate(220px, -40px);
  transform: translate(220px, -40px);
}

.jsLazyAnime.type-x-l {
  -webkit-transform: translate(-220px, 40px);
  -moz-transform: translate(-220px, 40px);
  -ms-transform: translate(-220px, 40px);
  -o-transform: translate(-220px, 40px);
  transform: translate(-220px, 40px);
}

.jsLazyAnime.type-x-r-per-100 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.jsLazyAnime.type-y-center {
  opacity: 0;
  -webkit-transform: translateY(20px) translateX(-50%);
  -moz-transform: translateY(20px) translateX(-50%);
  -ms-transform: translateY(20px) translateX(-50%);
  -o-transform: translateY(20px) translateX(-50%);
  transform: translateY(20px) translateX(-50%);
}
.jsLazyAnime.type-y-center.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  -webkit-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -moz-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -ms-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -o-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
}

.jsLazyAnime.type-y-sp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.jsLazyAnime.type-y-sp.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  -moz-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  -ms-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  -o-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
}

.jsLazyAnime.type-scale {
  opacity: 0;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.jsLazyAnime.type-scale.lazyAnimate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -moz-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -ms-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -o-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes y_in_lv1 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale_in_lv1 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  /*  pointer-events: none; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
  opacity: 0.0 !important;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  opacity: 1 !important;
  background: #edfedb;
  border-radius: 5px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
}
@media print, screen and (max-width: 641px) {
  .ps__rail-y {
    width: 2.5641vw;
    border-radius: 1.28205vw;
  }
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #0ec141;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 10px;
  border-radius: 5px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
@media print, screen and (max-width: 641px) {
  .ps__thumb-y {
    width: 2.5641vw;
    border-radius: 1.28205vw;
  }
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover,
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 10px;
  width: 14px;
  border-radius: 7px;
}
@media print, screen and (max-width: 641px) {
  .ps__rail-y:hover,
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 2.5641vw;
    border-radius: 1.28205vw;
  }
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
