@charset "UTF-8";

@media screen and ( max-width:1140px ) {
  html {
    font-size:0.8772vw !important;
  }
}

#wrapper {
  width: 100dvw;
  overflow-x: hidden;
  position: relative;
}




section {
  padding: 6rem 0;
}
.s01 {
  padding-top: 4.8rem;
}
.s03 {
  padding-bottom: 12rem;
}
.s04 {
  padding: 9.6rem 0;
}



.title01 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
  line-height: 1.4;
}
.title01 span {
  color: #54C3F1;
}
.title01 span span {
  font-size: 4.8rem;
  display: inline-block;
  margin: 0 0.3rem;
  font-weight: 900;
}
.title01 span span.big {
  font-size: 7rem;
  line-height: 1;
}
#about .title01 {
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
#reason .title01 {
  margin-bottom: 4.8rem;
}
#lecturer .title01 span,
#message .title01 span {
  color: #036EB8;
}


.title02 {
  font-size: 3.2rem;
  font-weight: 700;
}
.title02 span {
  color: #54C3F1;
  font-size: 7rem;
  line-height: 1.2;
}


.title03 {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  margin: 3.2rem 0 1.2rem;
}


.p01 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 2.4rem 0 0;
}
.p01 span {
  color: #E557BF;
  font-weight: 700;
}


sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 1;
}
#result sup {
  color: #000;
}


.kome {
  font-size: 1.8rem;
  margin-top: 2rem;
}
.kome2 {
  font-size: 1.7rem;
  display: inline;
  font-weight: 400;
}


.cv {
  text-align: center;
  padding: 12rem 0 6rem;
}
.cv a {
  border: 0.4rem solid #036EB8;
  border-radius: 30rem;
  color: #036EB8;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 6.4rem;
  transition: all linear 0.3s;
}
.cv a span {
  font-size: 3rem;
}
.cv a:hover {
  background-color: #036EB8;
  color: #fff;
}


img {
  width:100%;
  display:block;
  transition: opacity 0.3s;
}

a:hover img {
  opacity: 0.75;
}

.inner {
  display: block;
	width:114rem;
  padding: 0 8rem;
	margin:0 auto;
	position:relative;
}

@media screen and ( min-width:961px ) {
  /* #wrapper {
    width: 100vw;
    overflow-x: hidden;
  } */
}

/* ドローンがふわっと漂うアニメーション */
@keyframes drift {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(0.98);
  }
  22% {
    transform: translate(0.2rem, -0.5rem) rotate(1deg)  scale(1);
  }
  50% {
    transform: translate(-0.1rem, -0.8rem) rotate(0deg) scale(0.98);
  }
  90% {
    transform: translate(-0.3rem, -0.3rem) rotate(-1deg)  scale(0.97);
  }
  100% {
    transform: translate(0, 0) rotate(0deg)  scale(0.98);
  }
}

.drone-img {
  animation: drift 3s linear infinite;
  position: relative;
  height: 40rem;
  z-index: 100;
}

.drone-img img {
  animation: drift 2s linear infinite;
  position: absolute;
  width: 185%;
  top: -50%;
  left: -50%;
  transform: translate(-50%, -50%);
}

#mv {
  background: url(../img/bg01_pc.png) no-repeat center center / cover;
  padding:0 0 4rem;
}

.radius {
  border-radius: 1.2rem;
}

#header {
  position: relative;
}
.header-inner {
  display: block;
	width:114rem;
  padding: 2.4rem 0 2rem 2rem;
	margin:0 auto;
	position:relative;
  display: flex;
  justify-content: space-between;
}

.header-inner a {
  display: block;
  width:24rem;
}

.header-info {
  width:calc(100vw / 1.8);
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}

@media screen and (max-width: 1300px) {
  .header-info {
    width: 72rem;
  }
}

.header-info-inner {
  background: url(../img/header-bg01.png) no-repeat left top / cover;
  display: flex;
  justify-content: start;
  align-items: center;
}

.header-tel {
  padding: 2.4rem 0 2rem 12rem;
}

.header-tel p {
  font-size: 1.5rem;
  line-height: 1.2;
}

.header-tel a {
  display: block;
  margin: 0.9rem 0 0.7rem;
  width: 33.6rem;
}

.header-btn {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #036EB8;
  border:0.3rem solid #036EB8;
  display: inline-block;
  padding: 0.9rem 1.7rem;
  border-radius: 30rem;
  text-decoration: none;
  margin-left: 2.2rem;
  transition: all linear 0.3s;
}
.header-btn:hover {
  background-color: #fff;
  color: #036EB8;
}


#mv .htag {
  margin: 4.4rem 0 0;
}

#mv ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
#mv ul li {
  background-color: #54C3F1;
  list-style-type: none;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2;
  border: 1rem solid #54C3F1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0;
}
#mv ul li:nth-of-type(1) {
  padding: 0.2rem 0 1rem;
}
#mv ul li::before {
  content: "";
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 1px solid #fff;
}
#mv ul li:nth-of-type(2)::after {
  content: "※民間資格を含む";
  position: absolute;
  bottom: 0;
  right: -1rem;
  font-size: 1.4rem;
  position: absolute;
  transform: translate(0%, 180%);
}


#mv ul li .mv-li-inner {
  position: relative;
  z-index: 1000;;
}
#mv ul li .span1 {
  font-size: 4rem;
}
#mv ul li .span2 {
  font-size: 3.6rem;
}
#mv ul li .span3 {
  font-size: 5.2rem;
  line-height: 1;
}



.layout01 {
  display: grid;
  grid-template-columns: 42rem 1fr;
  gap: 3.8rem;
}
.layout01 dt span {
  color: #54C3F1;
}
.layout01 p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 2.4rem;
}



.layout02 {
  counter-reset: dt-counter;
  background: url(../img/bg02.png) no-repeat center center / 64rem;
}
.layout02 .htag span {
  color: #54C3F1;
}
.layout02-inner {
  display: grid;
  grid-template-columns: repeat(2, 47rem);
  gap: 4rem;
}
.layout02-inner .box img {
  margin: 0;
}
.layout02 dl dt {
  counter-increment: dt-counter;
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 37.2rem;
  gap: 2.4rem;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
.layout02 dl dt::before {
  font-family: 'Noto Sans', sans-serif;
  content: counter(dt-counter, decimal-leading-zero);
  display: inline-block;
  font-weight: 700;
  font-size: 8rem;
  color: #54C3F1;
  line-height: 1;
}
.layout02 dl dd {
  font-size: 1.9rem;
  line-height: 1.67;
}
.layout02 dl dd span {
  font-size: 1.3rem;
  font-weight: 300;
}



#recommend {
  background-color: #D6F1FB;
}

.layout03 {
  position: relative;
}
.layout03 .htag {
  margin-bottom: 6.4rem;
  font-size: 4rem;
}
.layout03 .htag span {
  color: #036EB8;
}
.layout03 img {
  position: absolute;
  width: 54rem;
  top: 0;
  right: 0;
}
.layout03-inner li {
  font-size: 2.4rem;
  font-weight: 700;
  list-style-type: none;
  line-height: 1.2;
  position: relative;
  padding-left: 6rem;
}
.layout03-inner li ~ li {
  margin: 3.6rem 0 0;
}
.layout03-inner li::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/check01.png) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}


.layout04 {
  counter-reset: dt-counter;
}
.layout04-inner .box {
  display: grid;
  grid-template-columns: 46rem 1fr;
  gap: 3.6rem;
}
.layout04-inner .box ~ .box {
  margin-top: 3.2rem;
}
.layout04-inner .box img {
  margin: 0;
}
.layout04 dl dt {
  counter-increment: dt-counter;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 1fr 38rem;
  align-items: center;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
}
.layout04 dl dt::before {
  font-family: 'Noto Sans', sans-serif;
  content: counter(dt-counter, decimal-leading-zero);
  display: inline-block;
  font-weight: 700;
  font-size: 8rem;
  color: #54C3F1;
  line-height: 1;
}
.layout04 dl dd {
  font-size: 1.9rem;
  line-height: 1.67;
}



.layout05 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.layout05 li {
  list-style-type: none;
  position: relative;
}
.layout05 li span {
  background-color: rgb(62, 88, 168, 0.6);
  color: #fff;
  font-size: 2rem;
  display: block;
  text-align: center;
  padding:0.5rem 0;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 100%;
}
.layout05 li:nth-of-type(1) span {
  letter-spacing: 1em;
  text-indent: 1em;
} 
.layout05 li img {
  border-radius: 1.2rem;
}
.layout05 .annotation {
  text-align: center;
  margin-top: 3.2rem;
}
.layout05 .annotation p {
  text-align: left;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.67;
}



.layout06 table {
  border-collapse: collapse;
  width: 100%;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
}
.layout06 table th,
.layout06 table td {
  padding: 0;
  text-align: center;
  font-size: 2.4rem;
  padding: 1.8rem;
  border-bottom: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
}
.layout06 table th:nth-of-type(2n+1) {
  background-color: #F7C9DD;
}
.layout06 table th:nth-of-type(2n) {
  background-color: #D2CCE6;
}
.layout06 table th[colspan="4"] {
  background-color: #BAE3F9;
  font-weight: 700;
  font-size: 2.5rem;
  padding: 1rem;
}
.layout06 table td[colspan="2"] {
  font-weight: 700;  
}
.layout06 table td.ng {
  background-color: #DCDDDD;
}



.courses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
.course-box {
  background: #E0F5FF;
  border-radius: 2rem;
  padding: 4rem;
}
.price-box {
  text-align: center;
}
.price-box .htag {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.price-box .price {
  color: #036EB8;
  font-size: 6.4rem;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
}
.price-box .yen {
  font-size: 3rem;
}
.price-box .tax {
  font-size: 2rem;
  font-weight: 400;
}
.course-intro {
  background-color: #fff;
  border-radius: 2rem;
  padding: 0 2.4rem;
}
.course-intro .overview,
.course-intro .condition,
.course-intro .schedule {
  padding: 3.2rem 0;
}
.course-intro .overview,
.course-intro .condition {
  border-bottom: 1px dashed #4da5e3;
}
.course-intro .htag {
  color: #E557BF;
  margin-bottom: .6rem;
  font-size: 1.9rem;
}
.course-intro p {
  font-size: 1.7rem;
  line-height: 1.75;
}

.cv2 {
  padding: 6rem 0 12rem;
}
.cv2-wrap {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 0;
  background-color: #E0F5FF;
  border-radius: 2rem;
}
.cv2-wrap dl {
  padding: 6.4rem 5.3rem 0 6.4rem;
}
.cv2-wrap dt {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  color: #036EB8;
  line-height: 1.2;
}
.cv2-wrap dd p {
  font-size: 1.9rem;
  line-height: 1.67;
  color: #036EB8;
  padding: 2.8rem 0 2.4rem;
}
.cv2-wrap dd a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #036EB8;
  border:0.3rem solid #036EB8;
  display: block;
  padding: 1.4rem 0 1.8rem;
  border-radius: 30rem;
  text-decoration: none;
  transition: all linear 0.3s;
  text-align: center;
}
.cv2-wrap dd a span {
  font-size: 2.8rem;
}
.cv2-wrap dd a:hover {
  background-color: #fff;
  color: #036EB8;
}
.cv2-wrap img {
  border-radius: 0 2rem 2rem 0;
}



#lecturer {
  background-color: #D6F1FB;
  padding: 9.6rem 0 4.8rem;
}
.lecturers {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.lecturers .box {
  width: 18rem;
  text-align: center;
}
.lecturers .box img {
  border-radius: 1.2rem;
}
.lecturers .name {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0.9rem 0;
}
.lecturers p {
  font-size: 1.3rem;
  line-height: 1.4;
}



#message {
  background-color: #D6F1FB;
  padding: 4.8rem 0 9.6rem;
}
.message {
  display: grid;
  grid-template-columns: 36rem 1fr;
  gap: 3.2rem;
}
.message img {
  border-radius: 1.6rem;
}
.message-text .name {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 700;
}
.message-text .htag {
  font-size: 2.2rem;
  line-height: 1.8;
  border-bottom: 0.1rem solid #000;
  font-weight: normal;
  padding-bottom: 0.8rem;
  margin: 1rem 0 2rem;
}
.message-text .body {
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.1rem;
}



.layout07 {
  width: 80rem;
  margin: 0 auto;
}
.layout07 img {
  border-radius: 1.6rem;
}
.layout07 p {
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  margin-top: 2rem;
}


.layout08 {
  display: grid;
  grid-template-columns: 50rem 1fr;
  gap: 3.2rem;
  align-items: flex-end;
}
.layout08 ~ .layout08 {
  margin-top: 4rem;
}
.layout08 img {
  border-radius: 1.6rem;
}
.layout08 dl {
  margin-bottom: 2rem;
}
.layout08 dt {
  font-size: 1.1rem;
  font-weight: 400;
}
.layout08 dt span {
  font-size: 1.8rem;
  font-weight: 800;
  display: inline-block;
  margin-right: 0.3rem;
}
.layout08 dd {
  font-size: 1.4rem;
}
.layout08 p {
  font-size: 1.6rem;
  line-height: 1.625;
}


.layout09 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.9rem;
  padding-top: 8rem;
}
.layout09 img {
  border-radius: 1.6rem;
}
.layout09 dt {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  padding: 1.6rem 0;
}
.layout09 dd {
  font-size: 1.8rem;
  line-height: 1.67;
}


#support {
  padding-bottom: 0;
}
.support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.support .box {
  background-color: #54C3F1;
  border-radius: 1.6rem;
  box-shadow: 1.2rem 1.2rem 0 #D6F1FB;
  height: 30rem;
  padding-top: 8rem;
  background-position: 2rem 2rem;
  background-size: 13.8rem;
  background-repeat: no-repeat;
}
.support .box:nth-of-type(1) {
  background-image: url(../img/icon_1-1.png);
}
.support .box:nth-of-type(2) {
  background-image: url(../img/icon_1-2.png);
}
.support .box:nth-of-type(3) {
  background-image: url(../img/icon_1-3.png);
}
.support dt,
.support dd {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
}
.support dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.support dd {
  font-size: 1.6rem;
}


.faq dl {
  border-top: 0.1rem dashed #999;
}
.faq dl dt,
.faq dl dd {
  font-size: 2rem;
  font-weight: 500;
  padding: 3.2rem 0;
}
.faq dl dt {
  cursor: pointer;
  position: relative;
  line-height: 1.8;
}
.faq dl dt::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translate(0%, -50%);
  font-weight: 400;
}
.faq dl dt.active::after {
  content: "ー";
}
.faq dl dd {
  font-size: 1.7rem;
  font-weight: 300;
  padding: 0 9rem 3.2rem 2rem;
  line-height: 2;
}





#form {}

.form-wrap {
  width: 76.8rem;
  margin: 0 auto;
  border: 0.4rem solid #54C3F1;
}

#formtab {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 0;
}
#formtab li {
  background-color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  list-style-type: none;
  cursor: pointer;
  border-bottom: 0.4rem solid #54C3F1;
}
#formtab li#tab-sag {
  border-right: 0.2rem solid #54C3F1;
  margin: -0.4rem 0 0 -0.4rem;
}
#formtab li#tab-pfl {
  border-left: 0.2rem solid #54C3F1;
  margin: -0.4rem -0.4rem 0 0;
}
#formtab li.active {
  margin: 0 !important;
  border: 0;
}
#formtab li#tab-sag.active {
  padding-right: 0.4rem;
}
#formtab li#tab-pfl.active {
  padding-left: 0.4rem;
}
#formtab li span {
  display: block;
  margin: 0.6rem;
  padding: 1.8rem 0;
  color:#54C3F1;
}
#formtab li:not(.active) span {
  background-color: #E557BF;
  color: #fff;
}
#formtab li.active span {
  padding-top: 1.4rem;
}
#formtab li#tab-pfl.active span {
}
#formtab li span a {
  display: inline-block;
  position: relative;
}
#formtab li span a::after {
  display: block;
  position: absolute;
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background: url(../img/icon2-1.png) no-repeat 0 0 / contain;
  top: 50%;
  left: 0;
  transform: translate(-130%, -50%);
}
#formtab li:not(.active) span a::after {
  background: url(../img/icon2-2.png) no-repeat 0 0 / cover;
  left: auto;
  right: 0;
  transform: translate(140%, -50%);
}


.form-text p {
  font-size: 2.4rem;
  text-align: center;
}
.form-text p + p {
  font-size: 1.8rem;
  margin-top: 0.6rem;
}

.form-layout01 {}
.form-layout01 li {}
.form-layout01 li a {}


.form-layout01 p span {
  font-size: 1.5rem;
  display: block;
}
.form-layout01 li {
  list-style-type: none;
  position: relative;
}
.form-layout01 li ~ li {
  margin-top:1rem;
}
.form-layout01 li.full::after {
  opacity: 1;
  content: "満員御礼";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(0deg, -5deg);
  font-weight: 900;
  color: #E557BF;
  font-size: 2.8rem;
  text-shadow:
	white 2px 0px 2px, white -2px 0px 2px,
	white 0px -2px 2px, white -2px 0px 2px,
	white 2px 2px 2px, white -2px 2px 2px,
	white 2px -2px 2px, white -2px -2px 2px,
	white 1px 2px 2px, white -1px 2px 2px,
	white 1px -2px 2px, white -1px -2px 2px,
	white 2px 1px 2px, white -2px 1px 2px,
	white 2px -1px 2px, white -2px -1px 2px,
	white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px;
  letter-spacing: 0.6rem;
}
.form-layout01 li a {
  display: block;
  background: #54C3F1;
  color: #fff;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none;
  padding:0.3em 0;
  transition: opacity 0.2s linear;
}
.form-layout01 li.comingsoon a {
  pointer-events: none;
}
.form-layout01 li a span {
  font-size: 90%;
}
.form-layout01 li a:hover {
  opacity: 0.6;
}

.form-layout01 li.full a {
  opacity: 0.2;
  pointer-events: none;
}

.form-inner {
  margin: 2.4rem 13rem 5.4rem;
}

.form-inner#con-pfl {
  display: none;
}

#form .title01 {
  text-align: center;
  margin: 4.8rem 0 2.8rem;
}



#field {}
.field {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.field .box img {
  border-radius: 1.6rem;
}
.field dl {
  margin: 2.4rem 0 1.6rem;
}
.field dt {
  font-size: 2rem;
  font-weight: 700;
  color: #036EB8;
  margin-bottom: 0.8rem;
}
.field dd {
  font-size: 1.8rem;
  line-height: 1.67;
}
.field .box dl + img {
  width: 30.5rem;
}


#access {
  padding-bottom: 0;
}
.access {}
.access .row1 {
  display: grid;
  grid-template-columns: 58rem 1fr;
  gap: 3.2rem;
  align-items: stretch;
}
.access .col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.access .col1 img {
  width: 27.6rem;
  margin-bottom: 2.4rem;
  border-radius: 1.6rem;
}
.access .col1 .htag {
  font-size: 2.8rem;
  font-weight: 700;
}
.access .col1 ul {
  margin-top: auto;
  margin-left: 2em;
}
.access .col1 li {
  font-size: 1.8rem;
  padding-top: 1rem;
}

.access .code {
  margin: 3rem 0 4.8rem;
}
.access .code li {
  font-size: 1.5rem;
  list-style-type: none;
  margin-top: 0.3rem;
}

.access .col2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.access .col2 .htag {
  font-size: 2.8rem;
  font-weight: 700;
}
.access .col2 dt {
  font-size: 2rem;
  font-weight: 700;
}
.access .col2 dt a {
  display: block;
  border: 0.1rem solid #E557BF;
  padding: 0.8rem 0;
  text-align: center;
  margin-top: 0.6rem;
}
.access .col2 dt a img {
  width: 24.6rem;
  margin: 0 auto;
}
.access .col2 dd {
  font-size: 1.6rem;
  padding-top: 1.6rem;
  line-height: 1.8;
}
.access .code + .row1 > img {
  border-radius: 1.6rem;
}


#footer {
  background-color: #54C3F1;
  padding: 4rem 0;
  margin-top: 6rem;
}
#footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 2rem;
}



.cvbtn-fixed {
  padding:0;
  position: fixed;
  right:0;
	top: 50%;
  margin:0;
  width: 10rem;
	transform: translate(3rem, -50%);
}
.cvbtn-fixed a {
  display: block;
  border-radius: 1.6rem 0 0 1.6rem;
  width: auto;
  padding: 3.2rem 1.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.4;
  margin: 0;
  font-size:1.4rem;
  background-color: #0063B1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.cvbtn-fixed a span {
  font-size:2.4rem;
  letter-spacing: 0.3rem;
}
.cvbtn-fixed a p.pc {
  display: inline;
}

@media screen and ( max-width:1140px ) {
  .cvbtn-fixed {
    display: none;
  }
}


