@charset "UTF-8";
/*----------------------------
* setting
*----------------------------*/
body{
  font-family:Yu Gothic,'Yu Gothic', Arial, Meiryo, sans-serif;
  line-height: 2;
  font-weight: 500;
  color:#242424;
}
@media screen and (max-width:767px) {
  body{
    font-size: 12px;
  }
}
section{
  padding:5% 2%;
}
.tel-number a {
  color:#111;
  text-decoration:none;
}
.pc-only{display: block !important;}
.sp-only{display: none !important;}
@media screen and (max-width:767px) {
  .pc-only{display: none !important;}
  .sp-only{display: block !important;}
}
.text-large{
  font-size: 140%;
}
a {
  color: #4cb3e8;
  text-decoration: underline;
}
a img.bnr:hover{
  opacity:.6;
  transition: .5s;
}
p.more {
    display: block;
    overflow: hidden;
    margin: auto;
}
p.more.pd {
    padding: 10px 20px;
}
.more{
  width: 100%;
}
.more a {
    display: block;
    border: 1px solid #006457;
    color: #fff;
    background-color: #006457;
    background-image: url(../img/arrow_right.png);
    background-position: right 5% center;
    background-repeat: no-repeat;
    padding: 0.5em;
    margin: 0 auto 1px;
    max-width: 280px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius: 25px;
    font-size: 14px;
}
.more a:hover{
    border: 1px solid #00473e;
    background-color: #00473e;
    background-image: url(../img/arrow_right.png);
    background-position: right 3% center;
    background-repeat: no-repeat;
    transition: .3s;
}
@media screen and (max-width:767px) {
  .more a {
      font-size: 10px;
  }
}
.text-center{text-align: center !important;}
.text-center img{
  display: block;
  margin: 0 auto;
}
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.blBtn{
  text-align: right;
  margin-top: 30px;
}
.blBtn a{
  text-decoration: underline;
}
h2.Tp-center{
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 2px;
  color: #006457;
}
@media screen and (max-width:767px) {
  h2.Tp-center{
    font-size: 20px;
  }
}
h2.Tp-center.vr{
  background-image: url(../img/h2_bg_vr.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:  contain;
  height: 120px;
  padding-top: 40px;
}
@media screen and (max-width:767px) {
  h2.Tp-center.vr{
    background-size:  40%;
  }
}

h2.Tp-center.seminar{
  background-image: url(../img/h2_bg_seminar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:  contain;
  height: 120px;
  padding-top: 40px;
}
@media screen and (max-width:767px) {
  h2.Tp-center.seminar{
    background-size:  100%;
  }
}

h2.Tp-center.Pro{
  background-image: url(../img/h2_bg_pro.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:  contain;
  height: 60px;
  padding-top: 20px;
}
@media screen and (max-width:767px) {
  h2.Tp-center.Pro{
    background-size:  100%;
  }
}


h2.Tp-center.Archive{
  background-image: url(../img/h2_bg_archive.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:  contain;
  height: 125px;
  padding-top: 40px;
}
@media screen and (max-width:767px) {
  h2.Tp-center.Archive{
    background-size:  100%;
    padding-top: 50px;
  }
}

h2.Tp-center::after{
  content: url(../img/h2_line.png);
  display: block;
  margin: -10px auto 5px;
  width: 75px;
  height: 5px;
}
@media screen and (max-width:767px) {
  h2.Tp-center::after{
    margin: -5px auto 5px;
  }
}


/*color *************************************************/
.white{color:#fff !important;}
.black{color:#111 !important;}
.pink{color:#f14889 !important;}
.yellow{color:#d09a00 !important;}
.green{color:#4ea544 !important;}
.blue{color:#00a0ea !important;}
.red{color:#de3427 !important;}


/*header *************************************************/

#Header{
  position: relative;
  max-width: 1440px;
 	width: 100%;
  margin: 0 auto 2%;
  background-color: #fff;
  text-align: left;
  padding: 1% 0 0;
  border-top: solid 10px #006457;
}
@media screen and (max-width:1024px) {
  #Header{
    max-width: 100%;
  }
  #Header img{
    max-width: 50%;
  }
}



/*main *************************************************/

main{
  max-width: 1440px;
  width: 100%;
  margin:  0 auto;
}
  @media screen and (max-width:1024px) {
    main{}
  }

#mainVisual{
  width: 100%;
  position: relative;
  padding:0;
  margin-bottom: 0;
}

#mainVisual img{
  margin:0 auto;
  width: 100%;
}

.BodyContents{
  background-image: url(../img/top_block_bottom.jpg),url(../img/bodycontents_bg.jpg);
  background-repeat:no-repeat,repeat-y ;
  background-position: bottom center,center ;
}
.BodyContentsGreen{
  background-image: url(../img/top_bg_green.jpg);
}

.TopVr{
  border-bottom: solid 1px #bfcbcb;
}

.TopVr .img{
  text-align: center;
  margin-top: 5%;
}

.TopVr .img img{
  display: block;
  margin: 0 auto;
}

.TopVr .Read{
  color: #006457;
  display: block;
  line-height: 1.1;
  margin: 2% auto 0;
  width: 80%;
}
@media screen and (max-width:1366px) {
  .TopVr .Read{
    width: 95%;
  }
}

.TopVr .Read div:first-child{
  display:table-cell;
  font-size: 78px;
  font-weight: bold;
  font-family: 'Spectral', serif;
}
.TopVr .Read div:last-child{
  display:table-cell;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.2;
}
.TopVr .Read div:last-child span{
  font-size: 38px;
}

@media screen and (max-width:1366px) {
  .TopVr .Read div:first-child{
    display:table-cell;
    font-size: 64px;
  }
  .TopVr .Read div:last-child{
    font-size: 52px;
  }
  .TopVr .Read div:last-child span{
    font-size: 32px;
  }
}
@media screen and (max-width:1024px) {
  .TopVr .Read div:first-child{
    display:table-cell;
    font-size: 60px;
  }
  .TopVr .Read div:last-child{
    font-size: 44px;
  }
  .TopVr .Read div:last-child span{
    font-size: 28px;
  }
}
@media screen and (max-width:768px) {
  .TopVr .Read div:first-child{
    display:table-cell;
    font-size: 46px;
  }
  .TopVr .Read div:last-child{
    font-size: 32px;
  }
  .TopVr .Read div:last-child span{
    font-size: 22px;
    display: block;
    margin-top: 10px;
    line-height: 1.4;
  }
}
@media screen and (max-width:414px) {
  .TopVr .Read div:first-child{
    display:block;
    font-size: 36px;
  }
  .TopVr .Read div:last-child{
    font-size: 26px;
  }
  .TopVr .Read div:last-child span{
    font-size: 16px;
  }
}
@media screen and (max-width:320px) {
  .TopVr .Read div:first-child{
    display:block;
    font-size: 36px;
  }
  .TopVr .Read div:last-child{
    font-size: 20px;
  }
  .TopVr .Read div:last-child span{
    font-size: 12px;
  }
}


.TopVr .text{
  color: #006457;
  display: block;
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
  margin: 8% auto 0;
  width: 65%;
}
@media screen and (max-width:1365px) {
  .TopVr .text{
    width: 95%;
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width:1024px) {
  .TopVr .text{
    width: 95%;
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width:768px) {
  .TopVr .text{
    width: 95%;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width:767px) {
  .TopProfile{
    padding: 15% 2% 15%;
  }
}


.TopProfile .txtArea{
  width: 1200px;
  margin: 90px auto 0;
  font-size: 16px;
  color: #006457;
  line-height: 2;
}

@media screen and (max-width:1200px) {
  .TopProfile .txtArea{
    width: 100%;
    margin: 80px auto 0;
  }
}

@media screen and (max-width:767px) {
  .TopProfile .txtArea{
    margin: 40px auto 0;
  }
}

.TopProfile .txtArea .span_6{
  padding:0 5%;
}
@media screen and (max-width:767px) {
  .TopProfile .txtArea .span_6 .imglogo{
    margin-top: 40px;
  }
}

.ArchiveArea{
  max-width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width:768px) {
  .ArchiveArea{
    max-width: 100%;
    margin-top: 10px;
  }
}


/*slideToggle *************************************************/
.title{
	pointer-events: none;
}
.toggle{
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px){
	.title{
    pointer-events: all;
background-color: #c4cccc;
padding: 6px;
text-align: center;
font-size: 14px;

background-image: url(../img/arrow_down.png);
background-repeat: no-repeat;
background-position: right 5% center;
	}
  .title.open{
    background-image: url(../img/arrow_up.png);
	}
	.toggle{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.title{
		display: none;
	}
}
@media screen and (max-width: 767px){
  .toggle{
    font-size: 14px;
  }
}

/*footer *************************************************/

footer{
  max-width: 1440px;
  width: 100%;
  margin:  0 auto;
  font-size: 14px;
  background-color: #006457;
  color: #fff;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 767px){
  footer{
  margin-bottom: 36px;
  }
}

/*pagetop *************************************************/

#pageTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 0px;
  border-radius: 30px;
  width: 52px;
  height: 52px;
  background-color: #006457;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 60% !important;
  height: 60% !important;
}
@media screen and (max-width: 767px){
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
  }
}

.small{font-size: 70%;}

.headline {
  position: relative;
}

.headline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 4px;
  background: #006457;
  transition: all 0.5s;
}

.headline.isActive:after {
  width: 100%;
}

.bgGly{
  color: #006457;
  font-size: 18px;
    line-height: 2;
    font-weight: 600;
  background-color: #efefef;
  padding: 20px;
  text-align: center;
  max-width: 800px;
  margin: 50px auto 0;
}

@media screen and (min-width: 768px){
p.more.fixed{
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 999999;
  width: 54px;
}

p.more.fixed a{
  writing-mode: vertical-rl;
  width: 54px;
  height: 200px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
}

@media screen and (max-width: 767px){
  p.more.fixed{
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    z-index: 999999;
    width: 48%;
    margin:  0 1%;
  }

  p.more.fixed a {
    writing-mode: initial;
    width: 100%;
    height: 26px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    max-width: 100%;
    text-align: center;
    display: block;
    padding:10px 0px 20px;
}
}




@media screen and (min-width: 768px){
p.more.fixed02{
  position: fixed;
  top: 250px;
  right: 20px;
  z-index: 999999;
  width: 54px;
}

p.more.fixed02 a{
  writing-mode: vertical-rl;
  width: 54px;
  height: 200px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
}

@media screen and (max-width: 767px){
  p.more.fixed02{
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 999999;
    width: 48%;
    margin:  0 1%;
  }

  p.more.fixed02 a {
    writing-mode: initial;
    width: 100%;
    height: 26px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    max-width: 100%;
    text-align: center;
    display: block;
    padding:10px 0px 20px;
}
}


.BtnArea{
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  max-width: 600px;
}
