@charset "UTF-8";


/*====================

RESET

====================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;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,check, 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;
  background: url(mv_bg.png) no-repeat center top;
  background-attachment: fixed;
  background-size: 2153px;
}

.-serif {
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

@media screen and (max-width: 767px) {
  #container {
    font-size: 14px;
    overflow-x: hidden;
  }
}


/*====================

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;
  }
}

/*====================

CONTAINER

====================*/
#container {
  font-weight: 300;
}
/*====================

MV

====================*/
.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: auto;
  padding: 100px 5% 50px;
}

.main__text {
  width: 55%;
}

.main__img {
  width: 40%;
}

.main__shoulder {
  background: #284b7d;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  padding: 0.3em 1.5em;
}
.main__h1 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.6;
  color: #284b7d;
  padding: 0.5em 0;
}

.main__lead {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1450px) {
.main__shoulder {
  font-size: 1.8vw;

}
.main__h1 {
  font-size: 3vw;
}
}

@media screen and (max-width: 767px) {
.main {
  display: block;
  padding: 10% 0;
}

.main__text {
  width: 100%;
}

.main__img {
  width: 80%;
  margin: auto;
}

.main__shoulder {
  font-size: 3.25vw;
  border-radius: 0 50px 50px 0;
}

.main__h1 {
  font-size: 7.5vw;
  text-align: left;
  padding: 5% 8%;
} 

.main__lead {
  font-size: 15px;
  padding: 0 8% 5% ;
}
}



/*====================

PROF

====================*/

.prof {
  display: flex;
  justify-content: space-between;
  padding: 2em;
  max-width: 1000px;
  margin: auto;
  border-radius: 5px;
  color: #284b7d;
  border: 1px solid #284b7d;
  position: relative;
}

.prof__text {
  width: 75%;
}

.prof__img {
  width: 20%;
}

.prof__name {
  font-size: 13px;
  line-height: 1.6;
  padding: 0 0 20px;
}

.prof__name--span{
  font-size: 20px;
}
.prof__sentence {
  font-size: 14px;
  line-height: 2;
}

.prof__shoulder {

  background: #fff;
  padding: 0 1em;
  position: absolute;
  top: -1em;

}

@media screen and (max-width: 1100px) {
.prof {
  margin: 0 5%;
}  
}  
@media screen and (max-width: 767px) {

.prof {
  display: block;
  margin: 0 30px 10%;
}

.prof__text {
  width: auto;
}

.prof__img {
  width: 70%;
  margin: auto;
  padding: 0 0 5%;
}

.prof__name {
  font-size: 12px;
  line-height: 1.6;
    padding: 0 0 20px;
}

.prof__shoulder {
  position: inherit;
  width: 12em;
  text-align: center;
  margin: -2em auto 0;
  display: block;
}
}
/*====================

COLUMN

====================*/

.column.type1 {
  background: #eef1f6 url(bg1.png) 0 0 no-repeat;
  background-size: 100%;
}

.column.type2 {
  background: #fff url(bg2.png) 0 0 no-repeat;
  background-size: 100%;
}

.column__text {
  max-width: 740px;
  margin: auto;
  padding: 100px 8% 0;
}
.column__h2 {
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
  color: #284b7d;
  padding: 0 0 50px;
}

.column__p {
  padding: 0 0 2em;
  font-weight: 300;
}

.column__figure {
  border: 1px solid #284b7d;
  padding: 2.5em;
  border-radius: 5px;
}

.column__figure.type1 {
  margin: 0 0 2em;
}

.column__figure.type2 {
  background: #fff;
  border: none;
}


.column__figure--title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #284b7d;
}

.column__check--box {
  display: flex;
  justify-content: space-between;
  padding: 2em 0 0;
}

.column__check--list-wrap {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  list-style-type: none;
}

.column__check--list {
  position: relative;
  padding: 0 0 1em 20px;
}

 .column__check--list:before {
   content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color:#284b7d ;
  top: .5em;
  left: 0;
}


.column__check--caption {
  font-size: 13px;
}

.column__item--point {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  color: #284b7d;
  padding: 1.5em 0 0.2em;
}

.column__item--text {
  padding: 0 0 2em;
}

.column__caption {
  font-size: 11px;
  line-height: 1.6;
  color: #333;
  padding: 2em 0 4em;
}

sup {
  font-size: 11px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
.column.type1 {
  background: #eef1f6 url(bg1.png) center 0 no-repeat;
  background-size:120%;
}

.column.type2 {
  background: #fff url(bg2.png) center 0 no-repeat;
  background-size:120%;
}

.column__text {
  padding: 10% 8% 0;
}
.column__h2 {
  font-size: 4.5vw;

  text-align: center;

  padding: 0 0 1em;
}

.column__figure--title {
  font-size: 16px;
  padding: 0;
}

.column__check--box {
  display: block;

}

.column__check--list-wrap {
  font-size: 16px;
}

.column__item--point {
  font-size: 16px;
  padding: 10% 0 5% ;

}
}




/*====================

BOTTOM

====================*/
.bottom {
  background: #567eb4 url(bg2.png) 0 0 no-repeat;
  background-size: 100%;
}

.bottom__box {
  padding: 350px 5% 100px;
}

.bottom__banner {
  display: flex;
  justify-content: center;
}
.bottom_banner--a {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 7rem;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background: #284b7d ;
}


.bottom__info {
  text-align: center;
  font-weight: 300;
  color: #fff;
  padding: 100px 0 0;
}

.bottom__info--name {
  padding: 0.5em 0 0;
  font-size: 22px;
}

.bottom__info--a {
  color: #fff;
  text-decoration: none;
}



@media screen and (max-width: 767px) {
.bottom {
  background: #567eb4 url(bg2.png) center 0 no-repeat;
  background-size: 120%;
}

.bottom__box {
  padding: 20% 5% 10%;
}

.bottom__banner {
  display: flex;
  justify-content: center;
}
.bottom_banner--a {
  font-size: 4vw;
  padding: 1rem 5rem;
}
.bottom__info {
  text-align: center;
  font-weight: 300;
  color: #fff;
  padding: 10% 0 0;
}
}


  /*====================

PAGETOP

====================*/
  .pagetop {
    position: fixed;
    right: 3%;
    bottom: 3%;
  }
  .pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background: #284b7d;
    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;
  }
  @media screen and (max-width: 767px) {
    .pagetop a {}
  }

/*====================

遷移型注釈

====================*/

#note_text {
  color: #fff;
  font-size: 13px;
  max-width: 600px;
  margin: auto;
  padding: 2em 5%;
}
/*====================

ANIMATION

====================*/

  /* MV画像 */

.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*--------- 左から --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*--------- 右から --------*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;
}
@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}



  /* 記事中画像 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
  display: block;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}


  /* 記事末画像 */

.delay-time02{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.4s;
}

.box{
	opacity: 0;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

