/*==================================================
	normalize CSS
==================================================*/

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    overflow: hidden;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(217, 217, 217, 1) 10px, rgba(217, 217, 217, 1) 12px );
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
h1 img{
    height: 80px;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/*==================================================
	style CSS
==================================================*/
body{
	font-family:'Montserrat Alternates','Noto Sans JP','YuGothic','Yu Gothic','メイリオ', 'Meiryo','Hiragino Sans','ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic';
	letter-spacing:0.05em;
	color: #231815;
	font-feature-settings: "palt" 1;
	/*letter-spacing: 2px;*/
}
html,body{
    font-size:16px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(217, 217, 217, 1) 10px, rgba(217, 217, 217, 1) 12px );
    height: 300vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar{
  display:none;
}
@media screen and (max-width: 1200px) {
    html,body{
	    font-size: 1.333vw;
    }
} 
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

a{
	text-decoration: none;
	color: #111111;
	transition: .5s all;
}
ul li{
	list-style: none;
	padding: unset;
	margin: unset;
}
p{
	font-size: 1.2rem;
	line-height: 2rem;
	color: #111111;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.sp-only{
	display: none;
}
.sp-only img{
	width: 100%;
}
.pc-only{
	display:block;
}

#global-header{
    position: fixed;
    top: 20px;
    height: calc(100vh - 40px);
    z-index: 10;
    width: 240px;
    background-color: #e4007f;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    font-size: 15px;
}
#global-header nav ul{
    margin: 0 auto;
    padding: 0;
    color: #fff;
}
#global-header nav ul li.menuArea{
    transition: 0.5s all;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
}
#global-header nav ul.menuSub{
    overflow-y: hidden;
    width: 220px;
    margin-left: -20px;
    padding-left: 20px;
    height: 0;
    transition: 0.5s all;
}
#global-header nav ul li div{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 0 15px 15px 0;
    padding-left: 20px;
    padding-right: 15px;
    margin-left: -20px;
    font-weight: 600;
    position: relative;
    transition-duration: 0.5s;
    cursor: pointer;
}
#global-header nav ul li div:hover{
    background: #eee;
    color: #e4007f;
}
#global-header nav ul li div::after{
    content: '';
    position: absolute;
    top: 7px;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    transition-duration: 0.5s;
}
#global-header nav ul li div.menuSubTitle::after{
    top: 8px;
    left: -3px;
    width: 6px;
    height: 6px;
}
#global-header nav ul li div:hover::after{
     background: #e4007f;
}
#global-header nav ul li.current>div{
    color:  #e4007f;
    background: #fff;
    pointer-events: none;
}
#global-header nav ul li.menuSubArea{
    transition: 0.5s all;
    /*margin: 10px 0;*/
    margin: 6px 0;
    padding-left: 0;
    position: relative;
}
#global-header nav ul li div.menuSubTitle{
    padding-left: 30px;
    font-size: 12px;
}
#mainInner{
    position: absolute;
    top:0;
    left: 0;
    transition-duration: 1s;
}

.contentsSection{
    position: absolute;
    top: 60px;
    left: 300px;
    width: calc(100vw - 360px);
    /*background: #fff;*/
    height: calc(100vh - 120px);
    /*overflow: hidden;*/
    border: 3px solid #e4007f;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    letter-spacing: 0.12em;
    /*transition-duration: 1s;*/
}
.contentsSection::after{
    content: '';
    position: absolute;
    top:-3px;
    left:-3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background: rgba(255,255,255,0.5);
    z-index: 10;
}
.contentsSection.current::after{
    display: none;
}

.contentsSection h2{
    border-bottom: 1px solid #e4007f;
    margin: 0;
    color: #e4007f;
    font-weight: normal;
    /*font-size: 2.928vw;*/
    font-size: 40px;
    height: 50px;
    box-sizing: border-box;
}
.contentsSection h2 span.sub{
    float: right;
    /*font-size: 2.635vw;*/
    /*font-size: 36px;*/
    font-size: 26px;
    color: #000;
    margin-top: 11px;
}
.contentsSection h3{
    font-size: 26px;
    font-weight: 600;
    margin: 30px 0 15px;
    border-right: 3px solid #e4007f;
    border-left: 3px solid #e4007f;
    display: inline-block;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    padding: 3px 10px;
    border-radius: 7px;
    text-shadow: 3px 1px 0 #99ff8e;
}
#contentsSection-0-0 h3{
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: none;
    line-height: 1.4;
    margin-bottom: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /*text-shadow: 0 15px 10px #bbb;*/
    color: rgba(0, 0, 0, 0);
    text-shadow: 3px 3px 0 #99ff8e;
    -webkit-text-stroke: 1.5px #333;
    text-stroke: 1px #333;
}
.contentsSection .contentsSectionText{
    font-size: 15px;
    line-height: 1.6rem;
    z-index: 10;
    position: relative;
}
.contentsSection .contentsSectionText span.marker{
    /*background: #ffb5de;*/
    /*background: linear-gradient(transparent 70%, #b5f7ff 70%);*/
    background: linear-gradient(transparent 70%, #ffbae0 70%);
    padding: 0 2px;
    font-weight: 600;
}
#contentsSection-0-0.contentsSection .contentsSectionText span.backWhite{
    padding: 1px 6px;
    position: relative;
}
#contentsSection-0-0.contentsSection .contentsSectionText span.backWhite::before{
    transform: skewX(-20deg);
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color:#fff;
    border-radius: 3px;
}
.contentsSection .contentsSectionImageArea{
    /*background: #ccc;*/
}
.contentsSection .contentsSectionImageArea1{
    display: flex;
     -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-align-items: center;
    align-items: center;*/
    /*gap: 30px;*/
    margin: 20px 0;
}
.contentsSection .contentsSectionImageArea2{
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
}
.contentsSection .instruct{
    background: #ff4;
    font-size: 90%;
    padding: 10px;
    position: absolute;
    margin-top: 50px;
}
.contentsSection .imgSPdiv2{
    width:calc(50% + 15px);
    text-align: center;
}
.contentsSection .imgSPdiv2:nth-child(2){
    margin-left: -30px;
    margin-top: 20px;
}
.contentsSection .imgTABdiv2{
    margin-left:0!important;
    margin-top: 0!important;
}
#youtuber_banner{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 20vw;
    cursor: pointer;
    transition-duration: 0.5s;
}
#youtuber_banner2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 15vw;
    cursor: pointer;
    transition-duration: 0.5s;
    z-index: 100;
}
#youtuber_banner2:hover,
#youtuber_banner:hover{
    transform: scale(1.1);
}
.contentsSection .imgTAB,
.contentsSection .imgPC,
.contentsSection .imgSP{
    max-height: 100%;
    border: 1px solid #333;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    border-radius: 5px;
    box-sizing: border-box;
}
.contentsSection .imgTAB{
    max-height:calc(100% + 10px);
    max-width: calc(100% - 10px);
    
}
.contentsSection .imgSPdiv2 .imgPC{
    max-height: none;
    width: 100%;
}
.contentsSection .arrow{
    background: #e4007f;
    width: 30px;
    height: 30px;
    border-radius: 15px; 
    position: absolute;
    border: 3px solid #e4007f;
    box-sizing:border-box;
    transition-duration: 0.5s;
    cursor: pointer;
    z-index: 20;
}
.contentsSection .arrowU{
    top:-16px;
    left:calc(50% - 15px);
}
.contentsSection .arrowD{
    bottom:-16px;
    left:calc(50% - 15px);
}
.contentsSection .arrowL{
    top:calc(50% - 15px);
    left:-16px;
}
.contentsSection .arrowR{
    top:calc(50% - 15px);
    right:-16px;
}
.contentsSection .arrow::after{
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contentsSection .arrowU::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    left: 5.5px;
}
.contentsSection .arrowD::after{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 4px;
    left: 5.5px;
}
.contentsSection .arrowL::after{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 7px;
}
.contentsSection .arrow:hover{
    background: #eee;
}
.contentsSection .arrow:hover::after{
    border-color: #e4007f;
}
.contentsSection h5{
    padding: 3px 10px 3px 10px;
    font-size: 16px;
    margin: 40px 0 10px;
    /* background: #eee; */
    display: table;
    color: #e4007f;
    border-radius: 15px 0 15px 0;
    border-left: 2px dotted #000;
    border-right: 2px dotted #000;
}
.contentsSection h6{
    float: left;
    font-size: 14px;
    margin: 5px 0 0 15px;
    border-bottom: 1px dotted #e4007f;
}
.contentsSection .contentsSectionSample{
    margin-left: 20px;
    margin-top: 5px;
    margin-right: 15px;
    font-size: 13px;
    display: inline-block;
    border-bottom: 1px dotted #000;
}
.contentsSectionPrice{
    margin-top: 40px;
    text-align: center;
}
.contentsSection .price{
    margin: 10px auto;
    max-width: 50%;
    text-align: center;
    border: 3px solid #e4007f;
    border-radius: 10px;
    background: #fff;
    border-bottom-width: 6px;
    border-right-width: 6px;
    /*box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.3);*/
}
.contentsSection .price span{
    background: none;
}
.contentsSection .priceTitle{
    background: #e4007f;
    color: #fff;
    font-size: 28px;
    padding: 10px;
}
.contentsSection .priceSub{
    margin: 30px 0 12px;
    letter-spacing: 0;
    line-height: 1.5;
}
.contentsSection .pricePrice{
    margin-bottom: 30px;
}
.contentsSection .pricePrice .pricePricePrice{
    background: linear-gradient(transparent 70%, #ffbae0 70%);
    padding-bottom: 8px;
    font-size: 48px;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    transform: rotate(-2deg);
    letter-spacing: 0;
}
.contentsSection .pricePrice span{
    font-weight: normal;
    font-size: 18px;
    background: none;
}
.contentsSection .contentsSectionNotice{
    margin: 20px;
    font-size: 80%;
    color: #666;
    line-height: 1.3;
    text-align: left;
}
.contentsSection .contentsSectionPrice .priceFlex{
    display: flex;
    display: flex;
     -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-align-items: center;
    align-items: center;*/
    gap: 10px;
}
.contentsSection .priceFlex .price {
    width: 100%;
}
.contentsSection .priceFlex .pricePrice .pricePricePrice {
    font-size: 30px;
}
.contentsSection .priceFlex .priceSub {
    margin: 20px 0 7px;
    font-size: 13px;
}
.contentsSection .priceFlex .pricePrice span {
    font-size: 11px;
}
.contentsSection .priceFlex .pricePrice {
    margin-bottom: 20px;
}

.contentsSectionText dl {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px;
    row-gap:5px;
}
.contentsSectionText dl dt{
    width: calc(50% - 1em);
    font-weight: bold;
    text-align: right;
    color: #e4007f;
    margin: 0;
}
.contentsSectionText dl dd{
    width: calc(50% + 1em);
    margin: 0;
}
.contentsSectionText dl dd:before {
    content: "：";
}
.bold{
    font-weight: 900;
}
h2 .bold{
    font-weight: 600;
}

.bgarea {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index:-2;
}
.bgA {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-45deg, #b5f7ff 50%, #fff 50%);
  bottom:0;
  left:-50%;
  opacity:.3;
  position:absolute;
  right:-50%;
  top:0;
  z-index:-1;
}

.contentsSection1 .bgA {
    background-image: linear-gradient(-45deg, #caffc4 50%, #fff 50%);
}
.contentsSection2 .bgA {
    background-image: linear-gradient(-45deg, #dcef84 50%, #fff 50%);
}
.contentsSection3 .bgA {
    background-image: linear-gradient(-45deg, #efd584 50%, #fff 50%);
}
.contentsSection4 .bgA {
    background-image: linear-gradient(-45deg, #e98a95 50%, #fff 50%);
}
.contentsSection5 .bgA {
    background-image: linear-gradient(-45deg, #d099e5 50%, #fff 50%);
}
.contentsSection6 .bgA {
    background-image: linear-gradient(-45deg, #ab99e5 50%, #fff 50%);
}
.contentsSection7 .bgA {
    background-image: linear-gradient(-45deg, #9090b2 50%, #fff 50%);
}
.contentsSection8 .bgA {
    background-image: linear-gradient(-45deg, #90b2a7 50%, #fff 50%);
}
.contentsSection9 .bgA {
    background-image: linear-gradient(-45deg, #b2b190 50%, #fff 50%);
}


.bgA2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bgA3 {
  animation-duration:5s;
}


@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
/*#contentsSection-0-0{*/
.bgTop{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background-image: url(../images/back1.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    z-index:-2;
    /*clip-path: polygon(50vw -50vh, -50vw 50vh, 50vw 150vh,150vw 50vh);*/
}
.bgTop2{
    animation:topSlide2 20s ease-in-out infinite;
    /*animation-delay: 8s;*/
    animation-fill-mode:forwards;
    background-image: url(../images/back4.jpg);
    background-position: bottom left;
}
.bgTop3{
    animation:topSlide3 20s ease-in-out infinite;
    /*animation-delay: 6s;*/
    animation-fill-mode:forwards;
    background-image: url(../images/back3.jpg);
    background-position: bottom left;
}
.bgTop4{
    animation:topSlide4 20s ease-in-out infinite;
    /*animation-delay: 4s;*/
    animation-fill-mode:forwards;
    background-image: url(../images/back2.jpg);
    background-position: bottom left;
}
.bgTop5{
    animation:topSlide5 20s ease-in-out infinite;
    /*animation-delay: 2s;*/
    animation-fill-mode:forwards;
    background-image: url(../images/back1.jpg);
}

@keyframes topSlide2 {
  75% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, 50vw 150vw,150vw 50vw);
  }
  80% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, -50vw 50vw,50vw -50vw);
  }
  100% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, -50vw 50vw,50vw -50vw);
  }
}
@keyframes topSlide3 {
  50% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, 50vw 150vw,150vw 50vw);
  }
  55% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, -50vw 50vw,50vw -50vw);
  }
  100% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, -50vw 50vw,50vw -50vw);
  }
}
@keyframes topSlide4 {
  25% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, 50vw 150vw,150vw 50vw);
  }
  30% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, -50vw 50vw,50vw -50vw);
  }
  100% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, -50vw 50vw,50vw -50vw);
  }
}
@keyframes topSlide5 {
  0% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, 50vw 150vw,150vw 50vw);
  }
  5% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, -50vw 50vw,50vw -50vw);
  }
  100% {
    clip-path: polygon(50vw -50vw, -50vw 50vw, -50vw 50vw,50vw -50vw);
  }
}

.contentsSectionLinkArea{
    float: right;
    margin-top: 6px;
    margin-bottom: -6px;
    position: relative;
    z-index: 10;
    height: 0;
}
.contentsSectionLinkArea .linkBtn{
    float: right;
    background: #e4007f;
    margin: 0 0 0 5px;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 10px;
    font-weight: 600;
    transition-duration: 0.5s;
    cursor: pointer;
    border: 1px solid #e4007f;
}
.contentsSectionLinkArea .linkBtn:hover{
    background: #eee;
    color: #e4007f;
}
.linkEternalBtn{
    background: #e4007f;
    display: block;
    width: 240px;
    text-align: center;
    margin: 20px auto 5px;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    border-radius: 50px;
    font-weight: 600;
    transition-duration: 0.5s;
    cursor: pointer;
    border: 2px solid #e4007f;
}
.linkEternalBtn:hover{
    background: #eee;
    color: #e4007f;
}
.linkEternalBtnS{
    position: absolute;
    bottom: 20px;
    width: 160px;
    font-size: 14px;
    padding: 2px 0px;
    left: calc(50% - 80px);
}
.contentsSectionBtnFlex{
    display: flex;
    justify-content: center;
}
.contentsSectionBtnFlex .linkEternalBtn{
    margin: 20px 20px 5px;
}
footer{
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
}










#toggle{
	display: none;
	}
.topNav{
	background-color: #ffffff;
}
.medicalNav{
	background-color: #ea5170;
}
.educationNav{
	background-color: #7acb59;
}
.departmentNav{
	background-color: #0cc2bd;
}
.interviewNav{
	background-color: #ed603b;
}
.campusNav{
	background-color: #ffb041;
}
.accessNav{
	background-color: #925ca9;
}
.learnNav{
	background-color: #ddbb47;
}
#welcome{
	position: relative;
	height:100vh;
	width: 100%;
    border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#welcome .top_title{
	width: 50rem;
	height: 25rem;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 250%;
	transform: translate(-50%, -40%);
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    animation-delay:2.2s;
    animation-name: top_title-anm;
}
@keyframes top_title-anm{
    0% {
    }
    100% {
        left: 50%;
    }
}
#welcome .top_title h1{
	width: 50rem;
}
#welcome .top_title h1 img{
	width: 100%;
}
#welcome .top_titleBg{
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: calc(100vh - 5rem);
	top: 5rem;
	overflow: hidden;
}
#welcome .top_titleBg ul{
	padding: 0;
	margin: 0;
}
#welcome .top_titleBg ul img{
	height: 100%;
}
#welcome .top_titleBg ul li{
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    /*animation-timing-function: ease-in;*/
}
.top-m{
	height: 31.25rem;
	position: absolute;
	top: calc(50% - 400.625rem);
	left: calc(50% - 550rem);
    animation-delay:1s;
	/*animation-delay:0.8s;*/
    animation-name: top-m-anm;
}
@keyframes top-m-anm{
    0% {
    }
    100% {
        top: calc(50% - 40.625rem);
        left: calc(50% - 55rem);
    }
}

.top-e{
	height: 18.75rem;
	position: absolute;
	top: calc(50% - 340.375rem);
	left: calc(50% - 150.625rem);
    animation-delay:1.15s;
    animation-name: top-e-anm;
}
@keyframes top-e-anm{
    0% {
    }
    100% {
        top: calc(50% - 34.375rem);
	left: calc(50% - 15.625rem);
    }
}
.top-d{
	height: 25rem;
	position: absolute;
	top: calc(50% - 370.5rem);
	left: calc(50% - -50.9375rem);
    animation-delay:1.3s;
    animation-name: top-d-anm;
}
@keyframes top-d-anm{
    0% {
    }
    100% {
        top: calc(50% - 37.5rem);
        left: calc(50% - -5.9375rem);
    }
}
.top-i{
	height: 28.125rem;
	position: absolute;
	top: calc(50% - 380.125rem);
	left: calc(50% - -350.625rem);
    animation-delay:1.45s;
    animation-name: top-i-anm;
}
@keyframes top-i-anm{
    0% {
    }
    100% {
        top: calc(50% - 38.125rem);
        left: calc(50% - -35.625rem);
    }
}
.top-c{
	height: 28.125rem;
	position: absolute;
	top: calc(50% - -60.25rem);
	left: calc(50% - 380.75rem);
    animation-delay:1.6s;
    animation-name: top-c-anm;
}
@keyframes top-c-anm{
    0% {
    }
    100% {
        top: calc(50% - -6.25rem);
        left: calc(50% - 38.75rem);
    }
}
.top-a{
	height: 28.125rem;
	position: absolute;
	top: calc(50% - -90.375rem);
	left: calc(50% - -100.625rem);
    animation-delay:1.75s;
    animation-name: top-a-anm;
}
@keyframes top-a-anm{
    0% {
    }
    100% {
        top: calc(50% - -9.375rem);
        left: calc(50% - -10.625rem);
    }
}
.top-l{
	height: 29.375rem;
	position: absolute;
	top: calc(50% - 60.25rem);
	left: calc(50% - -330.75rem);
    animation-delay:1.9s;
    animation-name: top-l-anm;
}
@keyframes top-l-anm{
    0% {
    }
    100% {
        top: calc(50% - 6.25rem);
        left: calc(50% - -33.75rem);
    }
}

.scrlanime{
    transition-duration: 0.7s;
}
.animeType1{
    transform: translate(-100px, 0);
    opacity: 0;
}
.animeType1.on{
    transform: translate(0, 0);
    opacity: 1;
}
.animeType2{
    transform: translate(100px, 0);
    opacity: 0;
}
.animeType2.on{
    transform: translate(0, 0);
    opacity: 1;
}

.title_wrap{
	display: flex;
	justify-content: center;
	margin-bottom: 3.125rem;
}
.title .ol{
	height: 23rem;
}
.title .ol img{
	height: 100%;
}
.medical-bg{
	background-color: #fbdde5;
	height: 72.5rem;
	width:0;
	left: 0;
	top: 0;
}
.medical-bg.on{
	width: 100%;
}
.education-bg{
	background-color: #dfecd5;
	height: 180rem;
	width: 0;
	left: 0;
	top: 0;
}
.education-bg.on{
	width: 85%;
}
.department-bg{
	background-color: #dbefed;
	width: 0;
	height: 110rem;
	right: 0;
	top: 0;
}
.department-bg.on{
	width: 60%;
}
#interview .title_wrap{
	position: relative;
}
.interview-bg{
	background-color: #f4ddd0;
	left: 0;
	width: 0;
	height: 18.75rem;
	top: 15rem;
}
.interview-bg.on{
	width: 100%;
}
.campus-bg{
	background-color: #fae5c9;
	top: 33.75rem;
	right: calc((100vw - 56.25rem) / 3);
	width: 0;
	height: 68.75rem;
}
.campus-bg.on{
	width: 56.25rem;
}
.access-bg{
	background-color: #e4dcec;
	top: 11.875rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 46.875rem;
}
.access-bg.on{
	width: 62.5rem;
}
.learn-bg{
	background-color: #f2e5ce;
	width: 0;
	height: 75rem;
	top: 9.375rem;
	left: 21.875rem;
}
.learn-bg.on{
	width: 41.25rem;
}
.Ltype .title-L{
	width: 31.25rem;
	text-align: center;
	margin-top: 11.25rem;
}
.Ltype .title-R{
	width: 43.75rem;
	margin-top: 15.625rem;
	padding: 4.0625rem 5rem;
	box-sizing: border-box;
	position: relative;
}
.Rtype .title-L{
	width: 43.75rem;
	margin-top: 15.625rem;
	padding: 4.0625rem 5rem;
	box-sizing: border-box;
	position: relative;
}
.Rtype .title-R{
	width: 31.25rem;
	text-align: center;
	margin-top: 11.25rem;
	
}
.box-flex{
	display: flex;
	justify-content: center;
}
.boxTitle_img{
	width: 25rem;
}
.boxTitle_img p{
	padding: 0;
	margin: 0;
}
.boxTitle_img img{
	width: 100%;
}
.boxText{
	width: 37.5rem;
	text-align: justify;
}
.box-flexR{
	flex-direction: row-reverse;
}
.box-flexL .boxText{
	padding-left: 3.125rem;
}
.box-flexR .boxText{
	padding-right: 3.125rem;
}
.box_img-R{
	position: relative;
	top: -5rem;
	left: 18.75rem;
	width: 50rem;
}
.box_img-L{
	position: relative;
	top: -5rem;
	left: -43.75rem;
	width: 50rem;
}
.bgStyle{
	position: absolute;
	z-index: -1;
}
.box03 h4{
	background-color: #0cc2bd;
	padding: 1rem;
	font-size: 3rem;
	font-weight: 500;
	color: #fff;
	margin-left:  calc((100vw - 62.5rem) /2);
	margin-right:  calc((100vw - 62.5rem) /10);
}
.box03 .box-flex p{
	width: 31.25rem;
	box-sizing: border-box;
	padding: 0.625rem;
	text-align: justify;
}
.box03 .box-flex p img{
	width: 100%;
}
.box03 .btn_text{
	text-align: center;
	font-weight: 500;
	font-size: 2.8rem;
	margin-top: 9.375rem;
	transition: 0.5s all;
}
.box03 .box-flex p.btn{
	background-color: #0cc2bd;
	width: 25rem;
	height: 5rem;
	margin: 1.3125rem;
	border-radius: 1.25rem;
	box-shadow: 0.5rem 0.5rem 0px #898989;
	position: relative;
	transition: 0.5s all;
}
.box03 .box-flex p.btn:hover{
	transition: 0.5s all;
	opacity: 0.5;
}
.box03 .box-flex p.btn a{
	display: block;
	width: 25rem;
	height: 5rem;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s all;
}
.box03 .box-flex p.btn img{
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s all;
}
.box04{
	margin-bottom: 3.125rem;
}
.box04 .flex_box-text{
	width: 37.5rem;
}
.box04 .flex_box-img{
	width: 25rem;
}
.box04 .flex_box-img img{
	width: 100%;
}
.box04 h4{
	background-color: #ed603b;
	color: #fff;
	font-weight: 500;
	font-size: 3rem;
	padding: 1.125rem;
	border-radius: 0.9375rem;
}
.box04 .box-flex.box4-flex{
	justify-content: left;
}
.box04 .name{
	width: 16.875rem;
	font-size: 1.5rem;
}
.box04 .name-sub{
	font-size: 1rem;
	line-height: 1.5rem;
}
.box04 .interview-text{
	margin-top: 0.5rem;
	text-align: justify;
}
.box04-L .flex_box-img{
	padding-left: 1.875rem;
}
.box04-R .flex_box-img{
	padding-right: 1.875rem;
}
.medical-movie{
	max-width: 62.5rem;
	margin: 0 auto;
	position: relative;
}
.medical-movie img{
	width: 100%;
	transition: 0.5s all;
}
.medical-movie .btn-movie{
	display: block;
	width: 100%;
	height: 35rem;
	background-color: #000;
    cursor: pointer;
}
.medical-movie span{
	display: block;
	width: 10rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s all;
	z-index: 2;
}
.medical-movie .movie-btn2{
	opacity: 0;
	transition: 0.5s all;
}
.medical-movie .btn-movie:hover .movie-btn2{
	opacity: 1;
	transition: 0.5s all;
}
.medical-movie .btn-movie:hover img{
	opacity: 0.5;
	transition: 0.5s all;
}
#campus .Ltype .title-R{
	padding-left: 0;
	margin-top: 10.625rem;
}
#campus .Ltype .title-L{
	margin-top: 6.25rem;
}
#campus  .title_wrap{
	margin-bottom: 0;
	position: relative;
}
#campus .box_wrap ul.sp-only{
	display: none;
}
#campus .box_wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 25rem;
}
#campus .box_wrap ul li{
	width: 21.25rem;
	padding: 0.75rem;
	box-sizing: border-box;
}
#campus .box_wrap ul li img{
	width: 100%;
}
#campus .box_wrap ul li:last-child{
	align-self: flex-end;
}
#campus .box_wrap ul li:nth-child(2){
	align-self: center;
}
#campus .box_wrap ul:nth-child(2){
	position: relative;
	top: -7.5rem;
}
#campus .box_wrap ul:nth-child(3){
	position: relative;
	top: -15rem;
}
#access .title_wrap{
	justify-content: space-between;
	max-width: 56.25rem;
	margin: 0 auto;
}
#access .title_wrap .title-L{
	margin-top: 12.5rem;
}
#access .box_wrap{
	max-width: 56.25rem;
	margin: 0 auto;
	margin-bottom: 9.375rem;
}
#access .box_wrap img{
	width: 100%;
}
#access .title_wrap{
	position: relative;
}
#learn{
	margin-bottom: 18.75rem;
}
#learn .title_wrap{
	justify-content: flex-start;
	max-width: 56.25rem;
	margin: 0 auto;
	align-items: flex-end;
	margin-bottom: 3.75rem;
	position: relative;
}
#learn .box_wrap{
	background-color: #f4df81;
	max-width: 62.5rem;
	margin: 0 auto;
	margin-bottom: 9.375rem;
	padding: 3.125rem;
	box-sizing: border-box;
	border-radius: 2.5rem;
	border: 0.3125rem solid #77797a;
	box-shadow: 0.625rem 0.625rem #77797a;
}
#learn .box_wrap img{
	width: 100%;
}
#learn .box_wrap h3{
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	line-height: 4rem;
	margin-bottom: 1rem;
	margin-top: 2.5rem;
}
#learn .box_wrap p{
	max-width: 50rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
	text-align: justify;
}
#learn .box_wrap .info_box p{
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1.875rem;
}
#learn .box_wrap .info_box .btn{
	width: 36.25rem;
	height: 5.9375rem;
	background-color: #ddbb47;
	border: 0.3125rem solid #77797a;
	box-shadow: 0.3125rem 0.3125rem #77797a;
	border-radius: 0.9375rem;
	transition: 0.5s all;
}
#learn .box_wrap .info_box .btn a{
	display: block;
	width: 100%;
	height: 5.9375rem;
	position: relative;
}
#learn .box_wrap .info_box .btn a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 75%;
}
#learn .box_wrap .info_box .btn:hover{
	background-color: #c4a63f;
	border: 0.3125rem solid #111111;
	box-shadow: 0.3125rem 0.3125rem #111111;
	transition: 0.5s all;
}
#learn .title_wrap .title-L{
	margin-bottom: 0.9375rem;
}
#learn .title_wrap .title-R{
	margin-left: 6.25rem;
}

#js-pagetop{
	width: 3.75rem;
	height: 3.75rem;
	background-color: #fff00b;
	position: fixed;
	right: 6vw;
	bottom: 11vh;
	z-index: 3;
	border: 0.125rem solid #666464;
	border-radius: 0.625rem;
}
#js-pagetop img{
	width: 100%;
}

.footer_wrap{
	width: 100%;
	background-color: #dddede;
}
.footer_wrap img{
	width: 100%;
}
.footer_wrap .box-flex{
	max-width: 62.5rem;
	margin: 0 auto;
	justify-content: space-between;
}
.footer-title{
	width: 21.875rem;
	margin-top: 1.5625rem;
	transition: 0.5s all;
}
.footer-btn{
	width: 21.875rem;
	margin-top: 4.6875rem;
	height: 5.75rem;
	background-color: #fff;
	border: 0.125rem solid #666464;
	border-radius: 0.625rem;
	box-shadow: 0.3125rem 0.3125rem #666464;
	transition: 0.5s all;
}
.footer-title:hover,
.footer-btn:hover{
	opacity: 0.5;
	transition: 0.5s all;
}
.footer-copyrw-Wrap{
	max-width: 62.5rem;
	margin: 0 auto;
}
.footer-copyrw{
	width: 21.875rem;
	margin: 0;
}
.footer-copyright{
	font-size: 0.6rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding-bottom: 1.25rem;
}

@media screen and (max-width: 1200px){
    .contentsSection h2{
        font-size:  3.3333vw;
    }
    .contentsSection h2 span.sub{
        font-size: 2.1666vw;
    }
    .contentsSection h3{
        font-size: 2.1666vw;
    }
    .contentsSectionLinkArea .linkBtn{
        font-size: 1vw;
    }
    .contentsSection{
        padding: 3.3333vw;
    }
    .contentsSection .priceTitle{
        font-size: 2.0vw;
        padding: 10px 0;
    }
    .contentsSection .contentsSectionPrice .priceFlex{
        flex-wrap: wrap;
        gap:0.8333vw;
    }
    .contentsSection .priceFlex .pricePrice .pricePricePrice{
        font-size: 2.0vw;
    }
    .contentsSection .priceFlex .priceSub{
        font-size: 1.0833vw;
    }
    .contentsSection .priceFlex .pricePrice span {
        font-size: 0.9166vw;
        white-space: nowrap;
    }
    .contentsSection .priceFlex .price{
        width: calc(24% - 10px);
    }
    
}
@media screen and (max-width: 1050px){
    #contentsSection-0-0.contentsSection .contentsSectionText span.backWhite::before {
        display: none;
    }
    .bgTop{
        animation: none!important;
        background-position: bottom center;
    }
}
@media screen and (max-width: 900px){
    .contentsSectionLinkArea{
        display: none;
    }
    .contentsSection .priceFlex .price{
        width: auto;
    }
    #global-header{
        left: -190px;
        height: 50px;
        
        transition: 0.5s;
    }
    #global-header.on{
        left: 0;
        top: 20px;
        height: calc(100vh - 40px);
    }
    .contentsSection h3{
        margin-top: 15px;
    }
    #toggle{
        width: 30px;
        height: 20px;
        margin-top: 0;
        position: absolute;
        top: 15px;
        right: 12px;
        display: block;
        z-index: 100;
        cursor: pointer;
	}
    .toggle1,
    .toggle2{
        position: absolute;
        width: 30px;
        height: 2px;
        background: #fff;
        top:0;
        transition: 0.5s;
    }
    .toggle2{
        top:auto;
        bottom: 0;
    }
    .on .toggle1{
        transform: rotate(45deg);
        top: 9px;
    }
    .on .toggle2{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .bgA{
        /*display: none!important;*/
        animation: none!important;
    }
    #contentsSection-0-0 h3{
        text-shadow: none;
        color: #000;
        -webkit-text-stroke: none;
        text-stroke: none;
    }
    
}
@media screen and (max-width: 750px){
    .contentsSection h2{
        font-size:  24px;
        text-align: right;
        padding-bottom: 5px;
        height: auto;
    }
    .contentsSection h2 span.sub{
        font-size: 16px;
        display: block;
        margin-top: 2px;
        margin-bottom: 4px;
        float: none;
    }
    .contentsSection h3{
        font-size: 16px;
        
    }
    .contentsSection .contentsSectionText {
        font-size: 13px;
        line-height: 18px;
        text-align: left;
    }
    #youtuber_banner2,
    #youtuber_banner{
        width: 50vw;
    }

    #contentsSection-0-0 h3{
        font-size: 24px;
    }
    .contentsSection h6 {
        margin-left: 5px;
    }
    .contentsSection .priceTitle{
        font-size: 18px;
        padding: 10px 0;
        box-sizing: border-box;
        width: 100%;
    }
    .contentsSection .priceFlex .priceTitle{
        font-size: 14px;
        padding: 10px 0;
        float: left;
        height: 100%;
        box-sizing: border-box;
        width: 30%;
    }
    .contentsSection .pricePrice .pricePricePrice{
        font-size: 24px;
        margin-top: 10px;
        padding-bottom: 2px;
    }
    .contentsSection .priceFlex .pricePrice .pricePricePrice{
        font-size: 18px;
        margin-top: 5px;
        padding-bottom: 0px;
    }
    .contentsSection .pricePrice,
    .contentsSection .priceFlex .pricePrice {
        margin-bottom: 5px;
        padding-bottom: 2px;
        margin-top: -4px;
    }
    .contentsSection .price{  
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
    }
    .contentsSection .priceFlex .price{
        width: 100%;
        max-width: 100%;
        margin: 3px 0;
        box-sizing: border-box;
    }
    
    .contentsSection .priceSub{
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 0px;
        line-height: 1.2;
    }
    .contentsSection .priceFlex .priceSub{
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 0px;
        line-height: 1.2;
    }
    .contentsSectionPrice{
        margin-top: 15px;
    }
    .contentsSection .pricePrice span,
    .contentsSection .priceFlex .pricePrice span {
        font-size: 9px;
    }
    .contentsSection .contentsSectionPrice .priceFlex{
        margin-top: 10px;
    }
    .contentsSectionInner{
        overflow-y: auto;
        height: calc(100% - 50px);
    }
    .contentsSectionText dl {
        font-size: 13px;
    }
    .contentsSectionText dl dt{
        width: 7em;
        text-align: left;
    }
    .contentsSectionText dl dd{
        width: calc(100% - 8em);
    }
    
    
    
    
    
    
    .contentsSectionLinkArea .linkBtn{
        font-size: 1vw;
    }
    .contentsSection{
        padding: 3.3333vw;
    }
    
    .contentsSection .contentsSectionImageArea1{
        display: block;
    }
    .contentsSection .contentsSectionImageArea2{
        display: block;
        text-align: center;
    }
    .contentsSection .contentsSectionImageArea2 img{
        max-width: 100%;
        max-height: 100%;
    }
    .contentsSection .imgSPdiv2{
        width: 100%;
        margin-bottom: 10px;
    }
    .contentsSection .imgSPdiv2:nth-child(2) {
        margin-left: 0;
        margin-top: 0;
    }
    .contentsSection .imgSPdiv2 .imgPC {
        max-width: calc(100% - 10px);
    }
    
    
    
   
    
    
	
	#toggle .trigger{
		width: 6rem;
    height: 5.5rem;
	}
	#toggle.active .trigger{		
    width: 7rem;
    height: 7rem;
	}
	#global-header nav ul li a{
		height: 10rem;
	}
	#global-header nav ul li img{
		height: 7rem;
	}
	.sp-only{
		display: block;
	}
	.pc-only{
		display:none;
	}
	#welcome .top_title{
		width: 100%;
    height: unset;
	}
	#welcome .top_title h1{
		width: 90%;
    margin: 0 auto;
	}
	.top-m{
		top: calc(50% - 480.625rem);
    left: calc(50% - 510rem);
		animation-delay:1s;
    animation-name: top-m-anm;
	}
	@keyframes top-m-anm{
    0% {
    }
    100% {
        top: calc(50% - 48.625rem);
        left: calc(50% - 51rem);
    }
	}
	.top-e{
		top: calc(50% - 510.375rem);
    left: calc(50% - 130.625rem);
		animation-delay:1.2s;
    animation-name: top-e-anm;
	}
	@keyframes top-e-anm{
    0% {
    }
    100% {
        top: calc(50% - 51.375rem);
        left: calc(50% - 13.625rem);
    }
	}
	.top-d{
		top: calc(50% - 410.5rem);
    left: calc(50% - -70.9375rem);
		animation-delay:1.4s;
    animation-name: top-d-anm;
	}
	@keyframes top-d-anm{
    0% {
    }
    100% {
        top: calc(50% - 41.5rem);
        left: calc(50% - -7.9375rem);
    }
	}
	.top-i{
		top: calc(50% - 470.125rem);
    left: calc(50% - -320.625rem);
		animation-delay:1.6s;
    animation-name: top-i-anm;
	}
	@keyframes top-i-anm{
    0% {
    }
    100% {
        top: calc(50% - 47.125rem);
        left: calc(50% - -32.625rem);
    }
	}
	.top-c{
		height: 32.125rem;
    position: absolute;
    top: calc(50% - -190.25rem);
    left: calc(50% - 330.75rem);
		animation-delay:1.8s;
    animation-name: top-c-anm;
	}
	@keyframes top-c-anm{
    0% {
    }
    100% {
        top: calc(50% - -19.25rem);
        left: calc(50% - 33.75rem);
    }
	}
	.top-a{
		height: 26.125rem;
		top: calc(50% - -310.375rem);
    left: calc(50% - 37.5rem);
		animation-delay:2s;
    animation-name: top-a-anm;
	}
	@keyframes top-a-anm{
    0% {
    }
    100% {
        top: calc(50% - -31.375rem);
        left: calc(50% - 0.375rem);
    }
	}
	.top-l{
		top: calc(50% - -100.75rem);
    left: calc(50% - -240.75rem);
		animation-delay:2.2s;
    animation-name: top-l-anm;
	}
	@keyframes top-l-anm{
    0% {
    }
    100% {
        top: calc(50% - -10.75rem);
        left: calc(50% - -24.75rem);
    }
	}
	.title_wrap{
		display: block;
    margin-bottom: 0;
	}
	.Ltype .title-L{
		margin-left: 4rem;
	}
	.title .ol{
    height: 34rem;
	}
	.Ltype .title-R{
		width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 4rem;
	}
	section .Ltype h2{
		margin-left: 30%;
    height: 8rem;
    margin-bottom: 2rem;
	}
	section .Ltype h3{
		margin-left: 30%;
    font-size: 3.5rem;
	}
	section p{
		font-size: 2.6875rem;
    line-height: 4rem;
    text-align: justify;
    margin-bottom: 5rem;
    width: 90%;
    margin-left: 5%;
	}
	.medical-bg{
		left: unset;
    right: 0;
    top: -24%;
    width: 0%;
		height: 88rem;
	}
	.medical-bg.on{
		width: 75%;
	}
	
	.medical-movie{
		max-width: 90%;
	}
	.medical-movie .btn-movie{
		height: 37rem;
	}
	.title_wrap.Rtype{
		display: flex;
	}
	section .Rtype h2{
		height: 8rem;
	}
	section .Rtype h3{
		font-size: 3.5rem;
	}
	.Rtype .title-L{
		margin-top: 49rem;
    padding: 0;
    padding-left: 5rem;
	}
	#education .title_wrap.Rtype{
		display: block;
		position: relative;
	}
	#education .Rtype .title-R{
		top: -40rem;
	}
	.education-bg{
		top: -12rem;
    width: 0rem;
		height: 350rem;
	}
	.education-bg.on{
		width: 52rem;
	}
	.boxTitle_img{
		position: absolute;
    left: 60%;
    width: 28rem;
	}
	.box-flexL .boxText{
		width: 100%;
    padding-left: 0;
		padding-top: 8rem;
	}
	#education h4{
		font-size: 3.5rem;
    line-height: 5rem;
    width: 90%;
    margin: 0 auto;
	}
	.box_img-R,.box_img-L{
		top: 0;
    left: unset;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5rem;
	}
	.boxTitle_img-R{
		left: 5%;
	}
	.box-flexR .boxText{
		width: 100%;
    padding-right: 0;
    padding-top: 11rem;
	}
	.box-flexR h4{
		text-align:right;
	}
	#department .title .ol{
		height: 45rem;
    margin-left: 20%;
    padding-top: 5rem;
	}
	#department .Ltype h2{
		margin-left: 5%;
    height: 11rem;
	}
	#department .Ltype h3{
		margin-left: 5%;
	}
	.box03 h4{
		margin: unset;
    width: 90%;
    margin: 0 auto;
    font-size: 4.5rem;
    padding: 2rem;
    box-sizing: border-box;
	}
	#department .box-flex{
		display: block;
	}
	.box03 .box-flex p{
		width: 90%;
    padding-bottom: 0;
	}
	.department-bg{
		top: -23rem;
    width: 46%;
    right: 15%;
		height: 320rem;
	}
	.box03 .btn_text{
		font-size: 4rem;
    line-height: 6rem;
    margin-top: 12rem;
	}
	.box03 .box-flex p.btn{
		margin: 0 auto;
    width: 50vw;
    height: 8rem;
    margin-bottom: 4rem;
	}
	.box03 .box-flex p.btn a{
		width: 50vw;
    height: 8rem;
	}
	#interview .Rtype .title-L{
		margin-top: 20rem;
    width: 90%;
	}
	.Rtype .title-R{
		margin-top: 0;
		position: absolute;
    right: 0;
	}
	#interview .title .ol{
		width: 80%;
    text-align: right;
		height: 40rem;
	}
	.interview-bg{
		height: 30rem;
		width: 0;
	}
	.interview-bg.on{
		width: 100%;
	}
	#interview .title_wrap{
		margin-bottom: 10rem;
	}
	#interview .Rtype h2{
		height: 12rem;
	}
	#interview .box-flex{
		display: block;
	}
	.box04 .flex_box-text{
		width: 100%;
	}
	.box04 h4{
		width: 90%;
    margin: 0 auto;
    font-size: 4.5rem;
    padding: 2rem;
    box-sizing: border-box;
	}
	#interview .box4-flex{
		display: flex;
		max-width: 90%;
    margin: 0 auto;
	}
	.box04 .name{
		width: 58%;
    font-size: 3rem;
    margin-left: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
	}
	.box04 .name-sub{
		margin-left: 0;
    line-height: 3rem;
    font-size: 2.3rem;
    margin-bottom: 2rem;
	}
	.box04-R .flex_box-img,.box04-L .flex_box-img{
		margin: 0 auto;
    width: 35rem;
    padding-left: 0;
		padding-right: 0;
	}
	#interview .box-flexR h4{
		text-align: left;
	}
	#campus .Ltype h2{
		margin-left: 5%;
	}
	#campus .Ltype h3{
    margin-left: 5%;
	}
	#campus .title .ol{
		height: 40rem;
	}
	#campus .Ltype .title-R{
		margin-top: 0;
	}
	#campus .box_wrap ul.pc-only{
		display: none;
	}
  #campus .box_wrap ul.sp-only{
		display: flex;
		padding: 0;
		height: unset;
    width: 90%;
    justify-content: left;
    margin: 0 auto;
	}
	#campus .box_wrap ul li{
		width: 50%;
	}
	#campus .box_wrap ul li:nth-child(2n){
		position: relative;
    top: 9rem;
	}
	.campus-bg{
		top: 60rem;
		height: 163rem;
	}
	#access .title_wrap{
    max-width: 100%;
	}
	#access .title_wrap .title-L{
		padding-top: 45rem;
	}
	#access .title .ol{
		position: absolute;
    left: 49%;
    width: unset;
		top: -6rem;
		height: 40rem;
	}
	#access h2{
		height: 8rem;
		margin-left: 5%;
	}
	#access h3{
		margin-left: 5%;
		font-size: 3.5rem;
	}
	.access-bg{
		width: 0;
		top: 29rem;
		height: 75rem;
	}
	.access-bg.on{
		width: 100%;
	}
	
	#access .box_wrap{
		max-width: 100%;
	}
	#access{
		margin-top: 1rem;
	}
	#learn .title .ol{
		height: 40rem;
    margin-left: 20%;
		width: unset;
	}
	#learn .title_wrap{
		max-width: 100%;
	}
	#learn h2{
		height: 10rem;
	}
	#learn h3{
		font-size: 3.5rem;
	}
	.learn-bg{
		top: 31rem;
    left: 23rem;
    width: 0;
		height: 133rem;
	}
	.learn-bg.on{
		width: 65%;
	}
	#learn .box_wrap h3{
		font-weight: 600;
    font-size: 4rem;
		line-height: 5.5rem;
		margin-bottom: 3rem;
	}
	#learn .box_wrap .info_box p{
		font-size: 3.5rem;
    font-weight: 600;
	}
	#learn .box_wrap .info_box .btn{
		width: 100%;
    height: 9rem;
	}
	#learn .box_wrap .info_box .btn a{
		height: 9rem;
	}
	.footer_wrap .box-flex{
		display: block;
    max-width: 80%;
	}
	.footer-title{
		width: 100%;
    margin-left: 0;
    padding-top: 6rem;
	}
	.footer-btn{
		width: 100%;
    margin: 0;
    height: 16rem;
    border-radius: 2rem;
    border: 0.5rem solid #666464;
    margin-bottom: 6rem;
	}
	.footer-copyrw-Wrap{
		max-width: 100%;
	}
	.footer-copyright{
		text-align: center;
	}
	#js-pagetop{
		width: 8rem;
    height: 8rem;
    border: 0.5rem solid #666464;
    border-radius: 1rem;
		bottom: 6vw;
	}
	
	
}




/*==================================================
	MODAL
==================================================*/
#modal-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    z-index: 10000;
}
  #modal-content #player {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#modal-overlay {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75); }

.nv-close {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
}
  @media print, screen and (min-width: 901px) {
    .nv-close {
      width: 36px;
      height: 36px;
      top: 42px;
      left: 24px; } }
  @media screen and (max-width: 900px) {
    .nv-close {
      width: 8.6956521739vw;
      height: 8.6956521739vw;
      top: 7.0048309179vw;
      right: 4.8309178744vw; } }
  .nv-close::before, .nv-close::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0; }
  .nv-close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nv-close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nv-close.active {
    display: block; }


.movie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 40, 96, 0.5); }