@charset "UTF-8";
/*====================

RESET/BASE

====================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

body {
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  width: 100% !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
ul, li {
  list-style: none;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}
br {
  letter-spacing: 0;
}
/*------------------clearfix----------------- */
.-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.-clearfix {
  min-height: 1px;
}
* html .-clearfix {
  height: 1px;
  /*\*/ /*/
 height: auto;
 overflow: hidden;
  /**/
}
/*------------------other------------------ */
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover {
  opacity: 0.8;
}
img {
  width: 100%;
}
/*------------------BaseFont------------------ */
#container {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}
.-serif {
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
@media screen and (max-width: 767px) {
  #container {
    font-size: 14px;
  }
}
/*====================

VIEW

====================*/
.sp_view {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: inline-block;
  }
  .header_sp.sp_view {
    display: block;
  }
}

/*================================

OPENING

================================*/

#opening {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: linear-gradient(to bottom ,#3571b7,#203767);
	text-align:center;
}

#opening__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#opening__logo svg {
    width:80%;
}

#focus-on-succsess {
    fill: #fff;
    stroke: #fff;
    stroke-width: 2px;
    animation: svg 8s ease-in-out both;
}

      @keyframes svg {
        0% {
          fill: transparent;
          stroke-dasharray: 2000px;
          stroke-dashoffset: 2000px;
        }
        25%{
          stroke-dashoffset: 0;
        }
        26%{
          fill: transparent;
        }
        46%{
          fill: #fff;
        }
      }

/*================================

ANIMATION

================================*/
.load-fade {
  opacity: 0;
  transition: all 0.5s ease-in 3.6s;
}

.load-fade.-type2 {
  transition: all 0.5s 3.8s;
}

.load-fade.-type3 {
  transition: all 0.5s 4s;
}

.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-fade {
  opacity: 0;
  transition: all 3s;
}
.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
.scroll-slide_l {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s;
}
.scroll-slide_r {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s;
}
.scroll-slide_l.done, .scroll-slide_r.done {
  opacity: 1;
  transform: translate(0, 0);
}

/*================================

COMMON

================================*/

/*------------------------ 共通枠*/
#container {
    background: linear-gradient(to bottom ,#3571b7,#203767);
}

.contents-wrap {
    border-top-left-radius: 25vh;
    border-top:16px solid #8bcfee;
    border-left:16px solid #8bcfee;
    width: 95%;
    margin: 80px 0 0 auto;
    background: #fff;
}

@media screen and (max-width: 1100px) {
.contents-wrap {
    border-top-left-radius: 20vh;
    border-top:5px solid #8bcfee;
    border-left:5px solid #8bcfee;
    margin: 5% 0 0 auto;
}
}

/*------------------------ 共通INFO*/

.info {
    padding: 150px 0;
    text-align: center;
}

.info.-ver2 {
    padding: 80px 0;
    text-align: center;
}

.info__logo {
    max-width: 260px;
    margin: auto;
    padding: 0 0 30px;
}

.info__add {
    font-size: 15px;
}

.info__url a {
    font-size: 15px;
    color: #000;
}

.info__url a:hover {
    text-decoration:none;
}

@media screen and (max-width: 767px) {
.info {
    padding: 10% 0;
}

.info.-ver2 {
    padding: 8% 0;
}
    
.info__logo {
    width: 40%;
}
}

/*------------------------ 共通PAGETOP*/
  .pagetop {
    position: fixed;
    right: 3%;
    bottom: 3%;
  }
  .pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background: #1847c7;
    border-radius: 50%;
    opacity: 0.8;
  }
  .pagetop a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }


/*================================

TOP

================================*/

/*------------------------ header-top-wrap*/

.top .header-top-wrap {
    display: flex;
}

.top .main-visual {
    width: 90%;
    border-bottom-right-radius: 25vh; 
    overflow: hidden;   
    position: relative;
}

.top .main-visual::before {
    content: "";
    display: block;
    padding-top:300px;
}

.top .main-visual__img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    animation: animationZoom 5s ease-in-out forwards;
}

@keyframes animationZoom {
  100% {
    transform:scale(1.1)
  } 
}

.top .sns {
    width:10%;
    padding: 20px 0 0;
}

.top .sns__li {
    max-width: 26px;
    margin: 0 0 0 auto;
    padding: 0 20px 10px 0;
}

@media screen and (max-width: 767px) {
.top .main-visual {
    width: 80%;
}
    
.top .sns {
    width:20%;
    padding: 20px 0 0;
}
}
/*------------------------ header-bottom-wrap*/
.top .header-bottom-wrap {
    display: flex;
    max-width: 1600px;
    margin: auto;
    padding: 1px 0 0; 
    justify-content: center;
    align-items: flex-start;
}

.top .copy-wrap {
    width: 60%;
    max-width: 660px;
    position: relative;
    margin: -60px auto 0;
    padding: 0 5% 0 5%;
}

.top h1 {
    color: #fff;
    padding: 1em 0 0 0;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.6;
}

.top .header-lead {
    width: 30%;
    color: #fff;
    font-size: 18px;
    padding: 3em 10% 0 0;
}

@media screen and (max-width: 1300px) {
.top h1 {
    font-size: 2.2vw;
}
    
.top .header-lead {
    width: 40%;
    font-size: 16px;

}
}

@media screen and (max-width: 900px) {
.top .header-bottom-wrap {
    display: block;
    width: 100%;
    margin: auto;
}
    
.top .copy-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 8% 0 ;
}
.top h1 {
    width: auto;
    margin: auto;
    font-size: 4.4vw;
    padding: 8% 0 0;
}
    
.top .header-lead {
    width: auto;
    padding: 0 5% ;
    font-size: 16px;
}
}

/*------------------------ contents*/

.top .contents {
    max-width: 900px;
    margin: auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top .contents-title {
    font-size: 40px;
    font-weight: 900;
    padding: 100px 5% 50px;
    text-align: right;
    max-width: 900px;
    margin: auto;
}

.top .contents__list {
    width:calc((430/900)*100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    background: #000;
    border-bottom-right-radius: 200px;
    position: relative;
    margin: 0 0 30px;
}

.top .content__list--button {
  display: inline-block;
  width: 11em;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #8bcfee;
  border: 1px solid #8bcfee;
  border-radius: 100vh;
  padding: 0.8em 0;
  margin: 1em 1.5em 2em;
  z-index: 100;
}

.top .content__list--button:hover{
  color: #8bcfee;
}

.top .content__list--button-text {
  position: relative;
    font-size: 20px;
    font-weight: 300;

}

.top .content__list--button-text::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #8bcfee;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

.top .content__list--button-text:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.top .contents__list .content__list--all {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}

.top .contents__list .content__list--all:hover {
     background-color:#FFF;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.top .contents__list--text {
    padding: 1.5em 1.5em 0;
    font-size: 16px;
    line-height: 1.6;
    flex-grow: 1;
    position: relative;
}

.top .ico-new {
    position: absolute;
    top:0;
    right: 0;
    background: #8bcfee;
    color: #000;
    font-size: 14px;
    padding: 0.2em 1em;
}

.top .contents__list--number {
    color: #8bcfee;
    font-size: 18px;
    font-weight: 900;
}

.top .contents__list--name {
    font-size: 24px;
    font-weight: 900;
    min-height:3.2em;
}

.top .contents__list.-coming-soon {
    text-align: center;
    background: #ccc;
    position: relative;
}

.top .-coming-soon__text {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    width: 90%;
    position: absolute;
    top:50%;
    left:50%;
	transform: translate(-50%, -50%);
}

.top .-coming-soon span {
    display: block;
    font-size: 20px;
}

@media screen and (max-width: 1100px) {
.top .contents-wrap {
    margin: 5% 0 0 auto;
    background: #fff;
    border-top:5px solid #8bcfee;
    border-left:5px solid #8bcfee;
}
    
.top .contents__list--number {
    font-size: 15px;
}

.top .contents__list--name {
    font-size: 20px;
}

.top .content__list--button a {
    font-size: 18px;
}
}

@media screen and (max-width: 767px) {

.top .contents {
    max-width: 900px;
    margin: auto;
    padding: 0 5%;
    display: block;
}
    
.top .contents__list {
    width:100%;
    margin: 0 0 5%;
}
    
.top .contents__list.-coming-soon {
    min-height: 400px;
}

.top .contents__list--name {

    min-height:auto;
}
}

/*================================

ARTICLE

================================*/

/*----------------------------------- header */
.article header {
    display: flex;
}

.article .main-visual {
    width: 90%;
    border-bottom-right-radius: 200px; 
    background: url(mv_bg.jpg) center no-repeat;
    background-size: cover;
}

.article .copy {
    max-width: 300px;
    width: 40%;
    padding: 20px 5% 10px;

}

.article h1 {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 900;
    color: #fff;
    padding: 0 5% 20px;
text-shadow: 2px 2px 10px #000 ,
-2px 2px 10px #000 ,
2px -2px 10px #000 ,
-2px -2px 10px #000;
}

.article .sns {
    width:10%;
    padding: 20px 0 0;
}

.article .sns__li {
    max-width: 26px;
    margin: 0 0 0 auto;
    padding: 0 20px 10px 0;
}


@media screen and (max-width: 767px) {
.article .main-visual {
    width: 80%;
    display: block;
}
 
.article .copy {
    width: 60%;
    padding: 5%;
}
    
.article h1 {
    font-size: 2.8vw;
    width: auto;
    padding: 0 0 5% 5%;
    text-align: left; 
}  
.article .sns {
    width:20%;
    padding: 20px 0 0;
}
}


/*----------------------------------- contents-title */


.article .contents-title {
    max-width: 900px;
    margin: auto;
    padding: 100px 5% 50px;
}

.article .contents-title__company {
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 0.5em;
    line-height:1.6;

}

.article .contents-title__number {
    color: #8bcfee;
    background: #000;
    padding:  0.5em;
    font-size: 20px;
    display: inline-block;
    margin: 0 1em 0 0;
    line-height: 1;
}



.article .contents-title__h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    padding: 0 0 30px;
}

.article .contents-title__lead {
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0 0;
}

@media screen and (max-width: 1100px) {
.article .contents-title {
    padding: 15% 8% 10% ;
}

.article .contents-title__company {
    font-size: 18px;
    text-align: right;
}
    
.article .contents-title__number {
    font-size: 14px;
    margin: 0 1em 0 0;
}
    
.article .contents-title__h2 {
    padding: 2% 0;
    text-align:center;
}
    
.article .contents-title__lead {
    font-size: 15px;
    padding: 5% 0 0;
}
}

@media screen and (max-width: 767px) {

    
.article .contents-title__h2 {
    font-size: 5.5vw;
    text-align:left;
}

.article .contents-title__number.-type2 {
    margin: 0;
}
}

/*----------------------------------- contents */

.article .contents {
    max-width: 720px;
    margin: auto;
    padding: 0 5%;
}

.article .contents.-page2 {
    padding: 50px 5% 0;
}

.article .contents__h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    margin: 50px 0 80px;
    position: relative;
}

.article .contents__h3::after {
    content: "";
    width:1.5em;
    height: 8px;
    background: #244170;
    position: absolute;
    bottom:-30px;
    left:0;
    right: 0;
    margin: auto;
    display: block;
}

.article .contents__p {
    padding: 0 0 2em;
}

.article .contents__p.-quest {
    color: #244170;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6;
}

.article .contents__p--name {
    color: #244170;
    font-weight: 600;
}

.article .prof {
    padding: 0 0 2em;
}

.article .prof__text {
    background: #254272;
    border-bottom-right-radius: 200px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    padding: 1em;
}

.article .prof__name {
    font-size: 28px;
}

.article .contents__img {
    max-width:720px;
    margin: auto;
    padding: 0 0 2em;
}

.article .contents__banner {
    padding: 60px 0 0;
}

.article .contents__banner-top {
    padding: 0 0 80px;
}

.article .contents__banner-info {
    padding: 80px 0 0;
}
.article .contents__banner-info--a {
    border-radius: 100vh;
    line-height: 1.6;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background:linear-gradient(#406cab, #223e6b); 
    padding: 1em 2em;
    max-width: 720px;
    margin: auto;
    font-size: 26px;
    font-weight: 900;
}


@media screen and (max-width: 767px) {
.article .contents__h3 {
    font-size: 5vw;
    margin: 5% 0 15%;
}
    
.article .contents__p.-quest {
    font-size: 16px;
}
    
.article .prof__text {
    font-size: 12px;
}

.article .prof__name {
    font-size: 20px;
}
    
.article .contents__banner {
    padding: 5% 0 0;
}

.article .contents__banner-info {
  padding: 5% 0 0;
}

.article .contents__banner-info--a {
font-size: 4vw;
}
}

/*----------------------------------- pager */

.article .pager {
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 0 0 100px;
}

.article .pager__item--link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #111;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
    text-decoration: none;
}

.article .pager__item--icon {
  width: 20px;
}
.article .pager__item--link.isActive {
  background: #111;
  color: #fff;
  pointer-events: none;
}
.article .pager__item--link:not(.isActive):hover {
  background: #111;
  color: #fff;
}
.article .pager > * + * {
  margin-left: 8px;
}
.article .pager__item--link-arrowL {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}

.article .pager__item--link-arrowR {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
  
/*----------------------------------- next */

.article .next {
    padding: 0 0 30px;
}
.article .next__a {
    border-radius: 100vh;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 1em 2em;
    max-width: 720px;
    margin: auto;
}

.article .next__a:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple 1.5s infinite;
    color: #fff;
}
@keyframes ripple {
  0% {box-shadow: 0 0 0 0 #000;}
  70% {box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);}
  100% {box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);}
}


.article .next__mark {
    color: #8bcfee;
    font-size: 33px;
    padding: 0 1em 0 0;
}

.article .next__title {
    font-size: 20px;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
.article .next__a {
    display: block;
    text-align: center;
}

.article .next__mark {
    display: block;
    font-size: 20px;
}

.article .next__title {
    font-size: 15px;
}
}


/*----------------------------------- contents__banner-info */




@media screen and (max-width: 767px) {


}

