
/* ************************************************************
　共通
************************************************************ */
html {
    font-size: 100%;
    height: 100%;
}
body {
    position: relative;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #fff;
    background-color: #051D36;
    font-feature-settings: "palt";
}
#vantan-main img {
    width: 100%;
    height: auto;
    display: inherit
}
a {
    color: #fff;
    text-decoration: none;
}
a > img:hover {
    opacity: 0.7;
    transition: .3s;
}
p {
    margin: 0;
}
h1 {
    margin: 0;
    line-height: 1;
}
h2 {
    font-size: 3.75rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 0;
}
h3 {
    font-size: 2rem;
    line-height: 1.6;
    margin: 0;
}
h4,h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
}
dl:after {
  content: "";
  clear: both;
  display: block;
}
dt,dd {
    padding: 1rem;
}
dt {
    float: left;
}
dd {
    border-top:1px solid #fff;
    width: 64%;
    padding-left: 33%;
}
dd:last-child {
    border-bottom:1px solid #fff;
}
button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

/* ************************************************************
　Layout
************************************************************ */

/* l-section
----------------------------------*/
.l-section {
    position: relative;
}
.l-section__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 12.5rem 0;
}
.l-section__inner p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    text-align: center;
}
.l-section__inner p + .l-section__inner p {
    margin-bottom: 1rem;
}

/* row
----------------------------------*/
.l-section__inner .row{
    margin-bottom: 4rem;
}
.l-section__inner .row:last-child{
    margin-bottom: 0;
}
.p-feature .l-section__inner > .row {
    border-top: 0.125rem solid #1986F5;
    padding: 5rem 0 0;
}

/* l-header 
----------------------------------*/
.l-header {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(5, 29, 29, 0.6);
    z-index: 10;
}
.l-header__inner {
    max-width: 1920px;
    width: 95%;
    margin: 0 auto;
    padding: 0.625rem 0;
    display: flex;
    justify-content: space-between;
}
.l-header__logo {
    width: 254px;
    float: left;
    margin-top: 0.5rem;
}
.l-header__button {
    display: block;
    position: relative;
}
.l-header__button .pamphlet-image {
    width: 44px;
    top: -1px;
    left: 0.9375rem;
    position: absolute;
    transform:rotate(-11deg);
}
.l-header__button-inner {
    background: #1986F5;
    /* width: 10rem; */
    padding: 0.625rem 3.125rem 0.625rem 77px; 
    border-radius: 0.25rem 0 0 0;
    transition: .3s;
    font-weight: bold;
}
.l-header__button-inner p:first-child{
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
}
.l-header__button:hover .l-header__button-inner {
    background: #00C4FF;
}
.l-header__button-inner:after {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 1.375rem;    
    width: 0.375rem;
    height: 0.375rem;
    border: 0.125rem solid;
    border-color: #fff #fff transparent transparent;  
    transform:rotate(45deg);
}

.l-header__pamphlet {
    position: relative;
    z-index: 10;
    transition: opacity 0.25s ease-out;
}
.l-header__pamphlet:not(.is-visible) {
  pointer-events: none;
  opacity: 0;
}
.l-header__pamphlet.is-visible {
  opacity: 1;
}
.l-header__pamphlet__button {
    position: fixed;
    right: 0;
    bottom: 0;
}


/* l-footer 
----------------------------------*/
.l-footer {
    background: url(../images/bg_footer.jpg);
    background-size: cover;
    background-position: center;    
}
.l-footer__logo {
    width: 500px;
    margin-bottom: 3.125rem;
}
.l-footer__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 6.875rem 0;
    position: relative;
}
.l-footer__copyright {
    font-size: 0.6875rem;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    background: #000;
    padding: 1.25rem 0;
}

/* ************************************************************
　Compornent
************************************************************ */

/* c-list
----------------------------------*/
.c-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
}
.c-list__2column .c-list__item { width: 47.27%; }
.c-list__3column .c-list__item { width: 29.81%; }
.c-list__4column .c-list__item { width: 23.5%; }
.c-list__5column .c-list__item { width: 17.81%; }

.c-list__title {
    padding: 1.25rem 0;
}
.c-list__disc + .c-list__thumb {
    margin-top: 1.25rem;
} 
.l-section__inner .c-list p {
    font-size: 0.8125rem;
    text-align: left;
}
.c-list.c-list__5column .c-list__title,
.l-section__inner .c-list.c-list__5column p{
    text-align: center;
}
/*アイコン*/
.c-list__icon {
    position: relative;
    padding: 18%;
    overflow: hidden;
}
.circle,
.circle:after {
  border-radius: 50%;
  width: 11.6875rem;
  height: 11.6875rem;
}
.circle {
  font-size: 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.25rem solid rgba(25, 134, 245, 1);
  border-right: 0.25rem solid rgba(25, 134, 245, 1);
  border-bottom: 0.25rem solid rgba(25, 134, 245, 1);
  border-left: 0.25rem solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s 1 linear;
  animation: load8 1.1s 1 linear;
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);  
    box-sizing:border-box
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}

/* c-heading
----------------------------------*/
.c-heading {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 5rem;
    font-family: 'Noto Sans JP', sans-serif;    
}
.c-heading__title{
    font-size: 3.75rem;
}
.c-heading p {
    font-size: 1.875rem;
}
.c-heading .u-title__en {
    color: #1986F5;
}

/* c-title 
----------------------------------*/
.c-title {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 2rem;
    text-align: center;
}
.c-title p{
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
}

/* c-menu
----------------------------------*/
.c-menu {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.c-menu__item {
    position: relative;
    width: 50%;
    padding: 132px 0;
    overflow: hidden;
    background-size: cover;
}
.c-menu__item:after {   
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.6;
    transition: .3s;       
}
.c-menu__item-inner {
    width: 70%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    z-index: 3; 
}
.c-menu__item-inner:before,
.c-menu__item-inner:after {
    content: "";
    position: absolute;
    bottom: -3.125rem;
    left: 50%;
    width: 0.9375rem;
    height: 0.9375rem;
    border: 0.25rem solid;
    border-color: #fff #fff transparent transparent;  
    transform:rotate(135deg);
    transition: .3s;    
}
.c-menu__item-inner:after {
    bottom: -2.5rem;
}
.c-menu__icon{
    font-size: 100px;
    padding-right: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;    
}
.c-menu__title {
    font-size: 1.875rem;
    margin-top: 0.625rem;
    line-height: 1.3;
}
.c-menu__title .u-title__en {
    font-size: 1.625rem;    
}
.c-menu__item.menu01 { background-image: url(../images/bg_featureMenu01.jpg);}
.c-menu__item.menu02 { background-image: url(../images/bg_featureMenu02.jpg);}
.c-menu__item.menu03 { background-image: url(../images/bg_featureMenu03.jpg);}
.c-menu__item.menu04 { background-image: url(../images/bg_featureMenu04.jpg);}

/*hover*/
.c-menu__item:hover:after {
    opacity: 0.4;
}
.c-menu__item:hover .c-menu__item-inner:before,
.c-menu__item:hover .c-menu__item-inner:after {
    border-color: #1986F5 #1986F5 transparent transparent;  
}
.c-menu__item:hover .c-menu__item-inner:before {
    bottom: -70px;
}
.c-menu__item:hover .c-menu__item-inner:after {
    bottom: -3.75rem;
}

/* c-innerbox
----------------------------------*/
.c-innerbox {
    padding: 5rem;
    background: rgba(225,225,225,0.08);
    margin-top: 3rem;
}

/* c-label
----------------------------------*/
.c-label {
    background: #1986F5;
    display: inline-block;
    font-size: 0.8125rem;
    padding: 0.625rem;
    text-align: center;
    z-index: 5;
}

/* c-leadText
----------------------------------*/
.l-section__inner p.c-leadText {
    margin-bottom: 5rem;
}

/* ************************************************************
　Project
************************************************************ */

/* p-mainvisual
----------------------------------*/
.p-mainvisual {
    background:url(../images/bg_mainvisual.jpg);
    background-size: cover;
    background-position: center;
}
.p-mainvisual__inner {
    padding: 200px 0 240px;
    text-align: center;
    position: relative;
}
.p-mainvisual__title {
    width: 854px;
    margin: 0 auto 2.5rem;
}
.p-mainvisual__subtitle {
    font-size: 1.5rem;
    background: #051D36;
    border-radius: 0.25rem;
    padding: 1rem 0 1.25rem;
    width: 368px;
    margin: 0 auto;
    line-height: 1.3;
    font-weight: bold;    
}
.p-mainvisual__subtitle span {
    font-size: 1.125rem;
}
.p-mainvisual__badge {
    width: 229px;
    height: auto;
    position: absolute;
    right: 10%;
    bottom: 30px; 
}

/*タイトルアニメーション*/
.p-mainvisual__title,.p-mainvisual__subtitle {
    -webkit-animation: fadein 0.8s 1 ease-out;
    animation: fadein 0.8s 1 ease-out;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  } 
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*line*/
.p-mainvisual__line {
    position: relative;
    margin: 0 auto;
    display: table;
    margin-top: 2.5rem;
}
.p-mainvisual__line span{
    position: absolute;
    content: "";
    width: 1px;
    height: 70px;
    background: #fff;
    top: 0.625rem;
    left: -0.3125rem;
}
.p-mainvisual__line span:last-child{
    top: 0;
    left: 0.3125rem;
}
/*ラインアニメーション*/
.p-mainvisual__line span:first-child {
    -webkit-animation: firstline 3s 3 ease-out;
    animation: firstline 3s 3 ease-out;
}
@-webkit-keyframes firstline {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes firstline {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  } 
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.p-mainvisual__line span:last-child {
    -webkit-animation: lastline 6s 1 ease-out;
    animation: lastline 6s 1 ease-out;
}
@-webkit-keyframes lastline {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes lastline {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* p-pamphlet
----------------------------------*/
.p-pamphlet {
    background: #fff url(../images/bg_pamphlet.png);
    background-size: 100% 100%;
}
.p-pamphlet__inner {
    width: 55.25rem;
    margin: 0 auto;
    padding: 6.875rem 0;
    position: relative;
}
.p-pamphlet__title {
    margin-bottom: 2.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.p-pamphlet__title p {
    color: #051D36;
    font-size: 2rem;
    font-weight: bold;
    width: 34.375rem;
}
.p-pamphlet__title h2 {
    color: #1986F5;
    font-size: 56px;
    margin-top: 1.125rem;
    width: 579px;
}
.p-pamphlet__title,.p-pamphlet__button-outer {
    padding-left: 280px;
}
/*パンフレットボタン*/
.p-pamphlet__button-outer{
    position: relative;
}
.p-pamphlet__button {
    font-weight: bold;
    position: relative;
    background: #1986F5;
    font-size: 2rem;
    width: 600px;
    padding: 1.875rem 0;
    display: block;
    text-align: center;
    box-shadow:0.625rem 0.625rem 0px 0px rgba(0,0,0,0.17);
    transition: .3s;
}
a.p-pamphlet__button:hover {
    transform:translate(-0.625rem, -0.625rem);
    box-shadow:1.25rem 1.25rem 0px 0px rgba(0,0,0,0.17);
    background: #00C4FF;
}
/*2分で簡単！*/
.p-pamphlet__balloon {
    position: absolute;
    background: #D6000F;
    font-size: 1.25rem;
    display: inline-block;
    padding: 0.875rem;
    top: -1.875rem;
    right: 500px;
    z-index: 5;
    font-weight: bold;
}
.p-pamphlet__balloon:after {
    position: absolute;
    content: "";
    bottom: -1.25rem;
    left: 70px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.25rem 1.25rem 0;
    border-color: transparent #D6000F transparent transparent;
}
/*ボタンの矢印*/
.p-pamphlet__button:after {
    content: "";
    position: absolute;
    right: 1.875rem;
    top: 36px;    
    width: 0.9375rem;
    height: 0.9375rem;
    border: 0.25rem solid;
    border-color: #fff #fff transparent transparent;  
    transform:rotate(45deg);
}
/*パンフ画像*/
.p-pamphlet .pamphlet-image{
    width: 220px;
    position: absolute;
    top: 5rem;
    box-shadow:0.625rem 0.625rem 0px 0px rgba(0,0,0,0.17);    
}
/*斜めの三角*/
.p-pamphlet:after,
.p-introduction:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.875rem 99vw 0 0;
    border-color: #007bff transparent transparent transparent;
    z-index: 1;
}
.p-pamphlet_last:after {
    display: none;
}

/* p-introduction
----------------------------------*/
.p-introduction:after {
    border-color: #051D36 transparent transparent transparent;
}
.p-introduction .l-section__inner {
    padding: 10rem 0 7.5rem;
}

/* p-featureTop 
----------------------------------*/
.p-featureTop {
    background: #007bff;
}
.p-featureTop .u-title__en{
    color: #fff;
}
.l-section.p-featureTop:after {
    display: none;
}

/* p-curriculum 
----------------------------------*/
.p-curriculum {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.p-curriculum__item {
    width: 48%;
}
.p-curriculum__item .c-label {
    width: 100%;
    margin-bottom: 1rem;
}

/* p-event 
----------------------------------*/
.p-event__item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}
.p-event__item > div {
    position: relative;
}
.p-event__item .c-label {
    position: absolute;
    top: 0;
    left: 0;
}
.p-event__item:first-child > div {
    width: 50%;
}

/* p-voice
----------------------------------*/
.c-innerbox.p-voice {
    padding: 2.5rem;
}
.p-voice__item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.p-voice__thumb {
    width: 26%;
}
.p-voice__item .wrapper {
    width: 70%;
}
.p-voice__titile h3 {
    color: #1986F5;
    line-height: 1;
}
.p-voice__catch {
    font-size: 1.25rem;
    margin: 1.25rem 0;
}
.l-section__inner .p-voice__item p {
    font-size: 0.8125rem;
    text-align: left;
}

/* p-feature
----------------------------------*/
.p-featureTop .l-section__inner {
    padding-bottom: 0;
}
.p-feature .c-list__icon {
    padding: 0.625rem;
    width: 62px;
    margin-right: 0.625rem;
}
.p-feature .circle,
.p-feature .circle:after {
    width: 3.75rem;
    height: 3.75rem;
}
.p-feature .p-jobtype .c-list__item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}
.p-feature .p-jobtype .c-list__item .c-list__title h4{
    font-size: 1rem;
}

/* p-address
----------------------------------*/
.p-address {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    color:#C8C8C8;
}
.p-address__item{
    padding: 0 3%;
}

.p-address__item .u-title__en{
    font-size: 1.875rem;
    margin-right: 1.25rem;
    line-height: 1.5;
}
.p-address__item p{
    font-size: 0.8125rem;
    line-height: 1.6;
}
.p-address__item:nth-child(n+2) {
    border-left: 1px solid #C8C8C8;
    /*padding-left: 1.875rem;*/
}
.p-address__item:first-child{
    padding-left: 0;
}

/* p-teacher
----------------------------------*/
.p-teacher .c-list__title h4{
    font-size: 1rem;
}


/* ************************************************************
　Utility
************************************************************ */
/* --------------- u-text --------------- */
.u-text-center,.l-section__inner p.u-text-center {text-align: center;}
.u-text-right,.l-section__inner p.u-text-right {text-align: right;}
.u-text-small,.l-section__inner p.u-text-small {font-size: 0.6875rem;}

.u-mb10 {margin-bottom: 10px;}
.u-mb20 {margin-bottom: 20px;}
.u-mb30 {margin-bottom: 30px;}
.u-mb40 {margin-bottom: 40px;}
.u-mb50 {margin-bottom: 50px;}
.u-mb60 {margin-bottom: 60px;}
.u-mb70 {margin-bottom: 70px;}
.u-mb80 {margin-bottom: 80px;}

.u-title__en {
    font-family: 'Josefin Sans', sans-serif;
}

/*clearfix*/
.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*display none*/
.u-pc__none { display: none; }
.u-sp__none { display: block; }


body > img {
    height:0!important;
    display: none;
}


/* ************************************************************
　PC 資料請求
************************************************************ */
@media (min-width: 67.500em) {
    .l-header__pamphlet__button {
        transform: scale(1.5,1.5);
        right: 72px;
        bottom: 13px;
    }
}

/* ************************************************************
　iPad-pro
************************************************************ */
@media (max-width: 67.500em) {
    .l-section__inner {
        width: 90%;
    }
    .circle,
    .circle:after {
      width: 100%;
      height: 100%;
    }
    .l-footer__inner {
        width: 90%;
    }
    .p-address {
        flex-wrap: nowrap;
    }    
    .p-mainvisual__badge {
        width: 36%;
        max-width: 229px;
        right: 3%;
    }
}
/* ************************************************************
　iPad
************************************************************ */
@media (max-width: 48em) {
    .p-mainvisual__title {
        margin-bottom: 1.5rem;
        width: 90%;
    }

    /* l-footer
    ----------------------------------*/
    .l-footer__inner {
        text-align: center;
        width: 90%;
        padding: 3.75rem 0;
    }
    .l-footer__logo {
        width: 80%;
        margin: 0 auto 1.5rem;
    }
    .l-footer__copyright {
        font-size: 0.6875rem;
        padding-bottom: 4rem;    
    }

    /* p-pamphlet
    ----------------------------------*/
    .p-pamphlet__inner {
        width: 90%;
        padding: 3.75rem 0 3rem;
    }
    .p-pamphlet__title {
        text-align: left;
        padding-left: 30%;
        margin-bottom: 1.25rem;
    }
    .p-pamphlet__title p {
        font-size: 0.75rem;
        width: 100%;
    }
    .p-pamphlet__title h2 {
        font-size: 1.375rem;
        margin-top: 0.5rem;
        width: 100%;
    }
    .p-pamphlet__button-outer {
        margin-top: 1.75rem;
    }
    .p-pamphlet__button-outer {
        padding-left: 0;
    }
    /*パンフレットボタン*/
    .p-pamphlet__button {
        font-size: 1.375rem;
        width: 100%;
        padding: 1.25rem 0;
    }
    a.p-pamphlet__button:hover {
        box-shadow:1.25rem 1.25rem 0px 0px rgba(0,0,0,0.17);
    }
    /*2分で簡単！*/
    .p-pamphlet__balloon {
        font-size: 0.8125rem;
        padding: 0.625rem;
        top: -1.875rem;
        right: auto;
        left: 2%;
    }
    .p-pamphlet__balloon:after {
        bottom: -0.625rem;
        left: 39px;
        border-width: 0 0.625rem 0.625rem 0;
    }
    /*ボタンの矢印*/
    .p-pamphlet__button:after {
        right: 1.875rem;
        top: 1.5rem;
        width: 0.5rem;
        height: 0.5rem;
        border: 3px solid;
        border-color: #fff #fff transparent transparent;      
    }
    /*パンフ画像*/
    .p-pamphlet .pamphlet-image{
        width: 24%;
        position: absolute;
        top: 1.875rem;
        left: 0px;
        margin: 0 auto;
        transform: rotate(-13deg);
    }
    .p-pamphlet:after,
    .p-introduction:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5rem 100vw 0 0;
        border-color: #007bff transparent transparent transparent;
        z-index: 1;
    }

    /* p-pamphlet last
    ----------------------------------*/
    .p-pamphlet:last-child .p-pamphlet__inner {
        width: 90%;
        padding: 3.75rem 0;
    }
    .p-pamphlet:last-child .p-pamphlet__title {
        text-align: center;
        width: 80%;
        margin: 0 auto 1.25rem;
    }
    .p-pamphlet:last-child .p-pamphlet__title p {
        font-size: 1rem;
    }
    .p-pamphlet:last-child .p-pamphlet__title h2 {
        font-size: 1.875rem;
        margin-top: 0.625rem;
    }
    .p-pamphlet:last-child .p-pamphlet__title,.p-pamphlet__button-outer {
        padding-left: 0;
    }
    /*2分で簡単！*/
    .p-pamphlet:last-child .p-pamphlet__balloon {
        font-size: 0.875rem;
        padding: 0.625rem;
        top: -1.875rem;
        right: auto;
        left: 2%;
    }
    .p-pamphlet:last-child .p-pamphlet__balloon:after {
        bottom: -0.875rem;
        left: 2.5rem;
        border-width: 0 0.875rem 0.875rem 0;
    }
    /*パンフ画像*/
    .p-pamphlet:last-child .pamphlet-image{
        width: 40%;
        position: relative;
        left: -0.125rem;
        top: 0;
        margin: 0 auto;
        transform: rotate(0);
    }

    /* p-address
    ----------------------------------*/
    .p-address {
        flex-wrap: wrap;
    }    
    .p-address__item{
        width: 100%;
        display: block;
        margin-bottom: 1.25rem;
    }
    .p-address__item:nth-child(n+2) {
        border-left:0;
        padding-left: 0;
    }
    .p-address__item:nth-child:last-child {
        margin-bottom: 0;
    }    
    .p-address__item .u-title__en {
        font-size: 1.25rem;
        margin-right: 0;
    }
    .p-address__item p {
        font-size: 0.75rem;
    }

}
/* ************************************************************
　SP
************************************************************ */

@media (max-width: 31.25em) {
    h1 {
        margin: 0;
        line-height: 1;
    }
    h2 {
        font-size: 1.375rem;
        line-height: 1.6;
        font-weight: bold;
        margin: 0;
    }
    h3 {
        font-size: 1.125rem;
        line-height: 1.6;
        margin: 0;
    }
    h4,h5 {
        font-size: 1rem;
        line-height: 1.5;
        margin: 0;
    }

    /* l-section
    ----------------------------------*/
    .l-footer,
    .l-section {
        width: 100%;
        min-width: auto;
    }
    .l-section__inner,
    .p-introduction .l-section__inner {
        width: 90%;
        margin: 0 auto;
        padding: 6rem 0 1.5rem;
    }
    .l-section__inner p {
        font-size: 0.8125rem;
    }

    /* l-header 
    ----------------------------------*/
    .l-header__inner {
        width: 100%;
        padding: 0.75rem 0;
    }

    .l-header__logo {
        width:60%;
        margin-left: 1rem;
        margin-top: 0;
    }
    .l-header__button {
        width: 100%;
        position: fixed;
        bottom: 0;
    }
    .l-header__button-inner {
        width: 100%;
        border-radius: 0;
        padding: 1rem 3.125rem 1rem 77px;
    }
    .l-header__button-inner p {
        display: inline-block;
        font-weight: bold;
        vertical-align: middle;
    }
    .l-header__button-inner p:first-child{
        background: #fff;
        color: #1986F5;
        font-size: 0.75rem;
        padding: 0.125rem;
        margin-right: 0.5rem;
    }
    .l-header__button .pamphlet-image {
        top: -1.25rem;
    }

    /* c-heading
    ----------------------------------*/
    .c-heading {
        margin-bottom: 1.875rem;
    }
    .c-heading__title{
        font-size: 2rem;
    }
    .c-heading p {
        font-size: 1rem;
    }

    /* c-innerbox
    ----------------------------------*/
    .c-innerbox {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }

    /* row
    ----------------------------------*/
    .l-section__inner .row{
        margin-bottom: 2.5rem;
    }
    .p-feature .l-section__inner > .row {
        padding: 2.5rem 0 0;
    }

    /* c-list
    ----------------------------------*/
    .c-list__item {
        margin-bottom: 1.5rem;
    }
    .c-list__item:last-child {
        margin-bottom: 0;
    }
    .c-list__2column .c-list__item { width: 100%; }
    .c-list__3column .c-list__item { width: 100%; }
    .c-list__4column .c-list__item { width: 100%; }
    .c-list__5column .c-list__item { width: 48.33%; }
    .c-list__title {
        padding: 1rem 0 0.75rem;
    }
    /*アイコン*/
    .c-list__icon {
        padding: 28%;
    }

    /* c-menu
    ----------------------------------*/
    .c-menu {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .c-menu__item {
        width: 100%;
        padding: 3.125rem 0 90px;;
    }
    .c-menu__item:after {   
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #000;
        opacity: 0.6;
    }
    .c-menu__item-inner {
        width: 70%;
        display: -webkit-block;
        display: block;
        text-align: center;
    }
    .c-menu__item-inner:before,
    .c-menu__item-inner:after {
        bottom: -1.875rem;
        left: 50%;
        width: 0.5rem;
        height: 0.5rem;
        margin-left: -0.375rem;
        border: 2px solid;
        border-color: #fff #fff transparent transparent;
    }
    .c-menu__item-inner:after {
        bottom: -1.5rem;
    }
    .c-menu__icon{
        font-size: 1.875rem;
        padding-right: 0;
    }
    .c-menu__title {
        font-size: 0.875rem;
        margin-top: 0;
        line-height: 1.3;
    }
    .c-menu__title .u-title__en {
        font-size: 34px;    
    }

    /* c-title 
    ----------------------------------*/
    .c-title {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }

    /* c-leadText
    ----------------------------------*/
    .l-section__inner p.c-leadText {
        margin-bottom: 2.5rem;
    }

    /* p-mainvisual
    ----------------------------------*/
    .p-mainvisual__inner {
        padding: 9rem 0 11rem;
    }
    .p-mainvisual__title {
        margin-bottom: 1.5rem;
        width: 90%;
    }
    .p-mainvisual__subtitle {
        font-size: 1rem;
        padding: 0.625rem 0 0.875rem;
        width: 70%;
    }
    .p-mainvisual__subtitle span {
        font-size: 0.8125rem;
    }
    .p-mainvisual__line {
        position: relative;
        margin: 0 auto;
        display: table;
        margin-top: 2.5rem;
    }
    .p-mainvisual__line span{
        height: 2.5rem;
        top: 0.625rem;
        left: -0.3125rem;
    }
    .p-mainvisual__line span:last-child{
        top: 0px;
        left: 0.3125rem;
    }

    /* p-voice
    ----------------------------------*/
    .p-voice__item {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
    }
    .p-voice__thumb {
        width: 100%;
        margin-bottom: 1.25rem;
    }
    .p-voice__item .wrapper {
        width: 100%;
    }
    .p-voice__catch {
        font-size: 1.25rem;
        margin: 1.25rem 0;
        line-height: 1.6;
    }
    .l-section__inner .p-voice__item p {
        font-size: 0.8125rem;
    }
    .c-innerbox.p-voice {
        padding: 1.25rem;
    }

    /* p-curriculum 
    ----------------------------------*/
    .p-curriculum__item {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .p-curriculum__item:last-child {
        margin-bottom: 0;
    }
    .p-curriculum__item .c-label {
        width: 93%;
    }

    /* p-introduction
    ----------------------------------*/
    .p-introduction:after {
        border-color: #051D36 transparent transparent transparent;
    }
    .p-introduction .c-list__title {
        padding: 0px 0 0.75rem;
    }
    .p-introduction .c-list__icon {
        padding: 28%;
    }
    .p-introduction .circle,
    .p-introduction .circle:after {
      width: 80%;
      height: 80%;
    }
    .p-introduction .circle {
        top: 0.8125rem;
        left: 10%;
    }  

    .u-mb80 {margin-bottom: 1.875rem;}

    /* p-feature
    ----------------------------------*/
    .p-feature .c-list__icon {
        padding: 0.5rem;
        width: 2.5rem;
        margin-right: 0.625rem;
    }
    .p-feature .p-jobtype .c-list__title {
        padding: 0.5rem 0;
    }
    .p-feature .circle,
    .p-feature .circle:after {
        width: 2.5rem;
        height: 2.5rem;
    }

    .u-pc__none { display: block;}
    .u-sp__none { display: none; }    
}

/* ************************************************************
　inc/header-logo
************************************************************ */

.header-vantan-logo {
    padding: 12px 32px;
    background: #fff;
}

@media (max-width: 67.5em) {
    .header-vantan-logo {
        padding: 12px 5%;
    }
}

#vantan-footer .vantan-footer-copyright p {
    color: #000;
  }