@charset "UTF-8";

/* CSS Document */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  background: #FFFFFF;
  color: var(--cl-bk);
}

/* Firefox */
@-moz-document url-prefix() {
  body {
    line-height: 1.6;
  }
}

p {
  text-align: justify;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 15px;
}

p.mb0 {
  margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  letter-spacing: 0.035em;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: .2s;
}

.bodywrap {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width:1366px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:960px) {
  body {
    font-size: 1.4rem;
  }

  p {
    line-height: 1.65;
  }
}

@media screen and (max-width:480px) {
  body {
    font-size: 1.35rem;
  }
}

.row {
  display: flex;
  flex-flow: wrap;
}

.between {
  justify-content: space-between;
}

.container {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.container-s {
  max-width: 890px;
  width: 94%;
  margin: 0 auto;
}

.br12 {
  border-radius: 12px;
}

.br12-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

@media screen and (max-width:960px) {
  .container {
    max-width: 800px;
  }
}

/*---webfont---*/
.en {
  font-family: 'Roboto', sans-serif;
}

.jp {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* color */
:root {
  --cl-bk: #424748;
  --cl-l-gray: #F5F7F8;
  --cl-indigo: #0A395C;
  --cl-bl1: #EAF6F9;
  --cl-bl2: #6CC9DE;
  --cl-bl3: #33AAC6;
  --cl-bl4: #2494B5;
  --cl-orange: #EBA93E;
}

.header {
position: absolute;
　top: 0;
	right: 0; 
	z-index: 999;
}

#header_sub{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    transform: translateY(-80px);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#header_sub.fixed {
    transform: translateY(0);
}
.header .hd-cta .ctabtn a {
  color: #FFFFFF;
  font-size: 1.7rem;
  display: flex;
  padding: 12px 15px 14px 20px;
  align-items: center;
}

.header .hd-cta .ctabtn a:hover{
filter: brightness(1.12); 
}

.header .hd-cta .ctabtn a img {
  width: 34px;
  position: relative;
  top: 1px;
  left: -5px;
}

.header .hd-cta .ctabtn.dl a {
  background: var(--cl-bl4);
  border-bottom-left-radius: 10px;
}

.header .hd-cta .ctabtn.contact a {
  background: var(--cl-orange);
}

@media screen and (max-width:1366px) {
.header .hd-cta .ctabtn a {
    font-size: 1.5rem;
    padding: 12px 15px 14px 20px;
  }

.header .hd-cta .ctabtn a img {
    width: 28px;
  }
}

@media screen and (max-width:960px) {
.header .hd-cta .ctabtn.dl a {
    border-bottom-left-radius: 6px;
  }

.header .hd-cta .ctabtn a {
    font-size: 1.35rem;
    padding: 6px 11px 8px 15px;
  }

.header .hd-cta .ctabtn a img {
    width: 25px;
  }
}

@media screen and (max-width:600px) {
#header_sub{
    top: inherit;
	bottom: 0;
    right: 0;
    transform: translateY(80px);
}	
	
.header.spnone {
display: none;
}

	.header{
		width: 100%;
	}
	
	.header .hd-cta .ctabtn {
  width: 50%;
	border-radius: 0!important;
	}

.header .hd-cta .ctabtn a {
    font-size: 1.5rem;
    padding:5px 0;
	border-radius: 0!important;
	align-items: center;
	justify-content: center;
  }

.header .hd-cta .ctabtn a img {
    width: 34px;
  }

}

@media screen and (max-width:480px) {
.header .hd-cta .ctabtn a {
    font-size: 1.4rem;
  }

.header .hd-cta .ctabtn a img {
    width: 30px;
  }
}

.sec {
  padding: 120px 0;
}

.sec-ttl {
  font-size: 4rem;
  color: var(--cl-indigo);
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 40px;
}

.sec-ttl .sub {
  display: block;
  font-size: 3rem;
  color: var(--cl-bl4);
  margin-bottom: 20px;
}

.sec-lead {
  font-size: 1.7rem;
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width:960px) {
  .sec {
    padding: 90px 0 60px;
  }

  .sec-ttl {
    font-size: 3.2rem;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 94%;
  }

  .sec-ttl br {
    display: none;
  }

  .sec-ttl .sub {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .sec-lead {
    font-size: 1.5rem;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 90%;
  }

  .sec-lead br {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .sec {
    padding: 70px 0;
  }
}
@media screen and (max-width:480px) {
  .sec {
    padding: 60px 0;
  }

  .sec-ttl {
    font-size: 2.85rem;
    margin-bottom: 20px;
  }

  .sec-ttl .sub {
    font-size: 1.7rem;
  }

  .sec-lead {
    font-size: 1.35rem;
    text-align: left;
    margin-bottom: 25px;
    width: 100%;
  }
}

/*---kv---*/
.kv {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 243, 252, 1) 100%);
  padding: 100px 0 80px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kv-copy {
  position: relative;
  z-index: 2;
}

.kv .copy-head {
  max-width: 655px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.kv .copy-head img {
  display: block;
}

.kv .copy-head .logo {
  width: 65%;
}

.kv .copy-head .awsmark {
  width: 30%;
}

.kv h1 {
  font-size: 5.1rem;
  color: var(--cl-bl4);
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
	letter-spacing: 0;
}

.kv h1 .gekkan {
  font-size: 5.3rem;
  color: var(--cl-orange);
  font-weight: 800;
}
.kv h1 .gekkan .en{
	font-size: 130%;
	letter-spacing: -0.02em;
}
.kv-lead {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.kv .caution {
  font-size: 1.2rem;
  color: rgba(112, 112, 112, .7);
  text-align: center;
  margin-top: 20px;
}

.kv .btn a {
  border-radius: 12px;
  font-size: 2.2rem;
  background: var(--cl-bl4);
  width: 90%;
  max-width: 750px;
  height: 68px;
  padding-bottom: 2px;
  padding-right: 15px;
  margin: 0 auto;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv .btn a:hover{
filter: brightness(1.12); 
}

.kv .btn a img {
  width: 48px;
  position: relative;
  left: -5px;
}

.kv-pic {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 1200px;
  max-width: 1700px;
}

.kv-pic .kv-1 {
  width: 35%;
  max-width: 652px;
  position: relative;
  left: -8%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.kv-pic .kv-2 {
  position: relative;
  right: -15%;
  top: 2em;
  bottom: 0;
  margin: auto;
  width: 26%;
  max-width: 485px;
}

@media screen and (max-width:1366px) {
  .kv {
    padding: 80px 0 60px;
  }

  .kv .copy-head {
    max-width: 480px;
  }

  .kv h1 {
    font-size: 3.8vw;
    line-height: 1.2;
  }

  .kv h1 .gekkan {
    font-size: 102%;
  }

  .kv-lead {
    font-size: 2rem;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .kv .btn a {
    border-radius: 8px;
    font-size: 1.8rem;
    background: var(--cl-bl4);
    width: 90%;
    max-width: 600px;
    height: 55px;
  }

  .kv .btn a img {
    width: 40px;
  }

  .kv-pic {
    min-width: auto;
    width: 100%;
  }

  .kv-pic .kv-1 {
    width: 34%;
    left: -13%;
  }

  .kv-pic .kv-2 {
    right: -18%;
    top: 2em;
    width: 25%;
  }
}

@media screen and (max-width:960px) {
  .kv .copy-head {
    width: 60%;
  }

  .kv h1 {
    font-size: 5.1vw;
    width: 64%;
    letter-spacing: 0;
  }

  .kv h1 .gekkan {
    font-size: 107%;
  }

  .kv h1 .copy2 {
    font-size: 3.8vw;
  }

  .kv-lead {
    font-size: 1.95vw;
  }

  .kv-pic .kv-1 {
    width: 47%;
    left: -9%;
  }

  .kv-pic .kv-2 {
    right: -20%;
    width: 34%;
  }

  .kv .btn a {
    border-radius: 6px;
    max-width: 60%;
    height: 45px;
  }
}

@media screen and (max-width:600px) {
  .kv {
    padding: 20px 0 40px;
  }

  .kv .copy-head {
    width: 83%;
    margin-bottom: 10px;
  }

  .kv-copy {
    position: relative;
    top: 50vw;
  }

  .kv h1 {
    font-size: 8vw;
    width: 92%;
    margin-bottom: 10px;
  }

  .kv h1 .copy2 {
    font-size: 5vw;
    width: 94%;
    margin: 0 auto;
    line-height: 1.2;
    padding-top: 10px;
    display: block;
  }

  .kv-lead {
    font-size: 3.4vw;
    width: 94%;
    line-height: 1.2;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .kv-pic {
    position: relative;
    z-index: 0;
    top: -67vw;
    width: 120%;
    left: -5%;
  }

  .kv-pic .kv-1 {
    width: 120%;
    left: 15%;
    top: 0.5em;
  }

  .kv-pic .kv-2 {
    right: 2em;
    width: 100%;
    top: 1.5em;
  }

  .kv .btn a {
    font-size: 1.6rem;
    max-width: 90%;
    height: 45px;
    border-radius: 6px;
  }

  .kv .btn a img {
    width: 34px;
    padding-top: 2px;
  }
}

@media screen and (max-width:375px) {
  .kv {
    padding: 30px 0 30px;
  }

  .kv-pic {
    top: -75vw;
  }

}

/*---achivement---*/
.sec-achivement {
  padding: 65px 0 20px;
}

.sec-achivement .sec-ttl {
  font-size: 2.5rem;
  color: var(--cl-bl4);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-achivement .sec-ttl img {
  width: 25px;
}

.sec-achivement .sec-ttl span {
  padding-left: 18px;
  position: relative;
  top: -3px;
}

.sec-achivement .ach_ul {
  margin: 0 auto;
}

.sec-achivement .ach_ul.lv1 {
  max-width: 868px;
}

.sec-achivement .ach_ul.lv2 {
  max-width: 720px;
}

.sec-achivement .ach_ul li {
  width: 126px;
}

.sec-achivement .caution {
  font-size: 1.2rem;
  color: #9A9A9A;
  margin-top: 10px;
}

@media screen and (max-width:960px) {
  .sec-achivement {
    padding: 35px 0 10px;
  }

  .sec-achivement .sec-ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .sec-achivement .sec-ttl img {
    width: 20px;
  }

  .sec-achivement .ach_ul.lv1 {
    max-width: 680px;
    width: 100%;
  }

  .sec-achivement .ach_ul.lv2 {
    max-width: 560px;
    width: 90%;
    justify-content: space-around;
  }

  .sec-achivement .ach_ul.lv1 li {
    width: 14%;
  }

  .sec-achivement .ach_ul.lv2 li {
    width: 17%;
  }

  .sec-achivement .caution {
    font-size: 1.1rem;
    margin-top: 15px;
    text-align: center;
  }
}

@media screen and (max-width:600px) {
  .sec-achivement .sec-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;

  }

  .sec-achivement .sec-ttl span {
    padding-left: 10px;
    padding-right: 10px;
    top: -1px;
  }
}

@media screen and (max-width:480px) {
  .sec-achivement .ach_ul.lv1 {
    width: 85%;

  }

  .sec-achivement .ach_ul.lv2 {
    width: 85%;
    justify-content: center;

  }

  .sec-achivement .ach_ul.lv1 li {
    width: 29%;
  }

  .sec-achivement .ach_ul.lv2 li {
    width: 27%;
    padding: 0 5px;
  }
}

/*---about---*/
.sec-about {
  background: var(--cl-bl3);
  padding: 55px 0;
}

.sec-about .row {
  background: #FFFFFF;
  padding: 20px 30px 35px;
  flex-direction: row-reverse;
}

.sec-about .txt {
  width: 52%;
  margin-top: 20px;
}

.sec-about .txt .sec-ttl {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 20px;
}

.sec-about .pic {
  width: 46%;
	display: flex;
	align-items: center;
	position: relative;
	top: 7px;
	left: -8px;
}

@media screen and (max-width:960px) {
  .sec-about .container {
    max-width: 640px;

  }

  .sec-about .row {
    padding: 15px 30px 25px;
    flex-direction: column;
    border-radius: 10px;
  }

  .sec-about .txt {
    width: 100%;
    margin-top: 20px;
	  margin-bottom: 20px;
  }

  .sec-about .txt .sec-ttl {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .sec-about .pic {
    width: 100%;
	  left: 0;
	  top: 0;
	  
  }
}


@media screen and (max-width:480px) {
  .sec-about {
    padding: 20px 0;
  }

  .sec-about .container {
    max-width: 92%;

  }

  .sec-about .row {
    padding: 20px 20px;
    border-radius: 6px;
  }

  .sec-about .txt {
    margin-bottom: 10px;
  }
}

/*---feature---*/


.sec-feature .sec-ttl {
  margin-bottom: 60px;
}

.feature-box {
  margin-top: 60px;
}

.feature-box.reverse {
  flex-direction: row-reverse;
  margin-top: 40px;	
}

.sec-feature .txt {
  width: 55%;
}

.sec-feature .txt .ttlwrap {
  background: var(--cl-bl3);
  border-radius: 12px;
  color: #FFFFFF;
  padding: 20px 60px 20px 30px;
  position: relative;
  margin-bottom: 40px;
  width: calc(100% - 90px);
}

.sec-feature .txt .ttlwrap::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--cl-bl3);
  position: absolute;
  bottom: -17px;
  left: 55px;
  height: calc(34px / 2);
  width: 30px;
}

.sec-feature .txt .ttlwrap .ttl {
  font-size: 2.8rem;
  letter-spacing: 0;
  font-weight: 500;
  align-items: center;
}

.sec-feature .txt .ttlwrap .ttl .num {
  width: 75px;
  display: block;
  position: relative;
  top: -2px;
}

.sec-feature .txt .ttlwrap .ttl .txt {
  width: calc(100% - 100px);
  display: block;
}

.sec-feature .txt ul li {
  margin-bottom: 8px;
  position: relative;
  margin-left: 25px;
  line-height: 1.6;
}

.sec-feature .txt li::before {
  content: "●";
  color: #6CC9DE;
  font-size: 50%;
  position: absolute;
  left: -20px;
  top: 8px;
}

.sec-feature .pic {
  width: 45%;
}

.sec-feature .pic.pic3{
	position: relative;
	right: -40px;
}

@media screen and (max-width:1366px) {
  .sec-feature {
    padding-bottom: 80px;
  }

  .sec-feature .txt {
    width: 57%;
  }

  .sec-feature .pic {
    width: 40%;
  }

  .sec-feature .txt ul li {
    margin-bottom: 5px;
    line-height: 1.4;
  }
	.sec-feature .txt .ttlwrap{
		width:90%;
	}
  .sec-feature .txt .ttlwrap .ttl {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .sec-feature .txt .ttlwrap .ttl .num {
    width: 55px;
    display: block;
    position: relative;
    top: -2px;
  }

  .sec-feature .txt .ttlwrap .ttl .txt {
    width: calc(100% - 70px);
  }
}

@media screen and (max-width:960px) {
  .sec-feature {
    padding-bottom: 10px;
  }

  .sec-feature .sec-ttl {
    margin-bottom: 30px;
  }

  .sec-feature .container {
    max-width: 640px;
  }

  .feature-box {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .feature-box.reverse {
    flex-direction: column;
  }

  .sec-feature .txt {
    width: 100%;
  }

  .sec-feature .pic {
    width: 100%;
  }

  .sec-feature .pic img {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }

  .sec-feature .txt .ttlwrap {
    border-radius: 8px;
    padding: 20px 25px 20px 30px;
	width:calc(100% - 55px);  
	  margin: 0 auto;
	      margin-bottom: 40px;
  }

  .sec-feature .txt .ttlwrap::after {
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(24px / 2);
    width: 24px;
  }

  .sec-feature .txt .ttlwrap .ttl .num {
    width: 50px;
  }

  .sec-feature .txt .ttlwrap .ttl .txt {
    width: calc(100% - 70px);
  }



  .sec-feature .txt ul {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:480px) {
  .sec-feature .sec-ttl {
    margin-bottom: 20px;
  }

  .sec-feature .txt .ttlwrap {
    margin-bottom: 25px;
    padding: 12px 15px 12px 20px;
	width:calc(100% - 35px); 
	  margin-bottom: 30px;
  }

  .sec-feature .txt ul {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .sec-feature .pic img {
    width: 90%;
    max-width: 450px;
  }

  .sec-feature .txt .ttlwrap .ttl .num {
    width: 38px;
  }

  .sec-feature .txt .ttlwrap .ttl .txt {
    width: calc(100% - 58px);
    font-size: 2.2rem;
  }
}

/*---graph---*/
.sec-graph {
  background: var(--cl-bl1);
}

.sec-graph .sec-ttl .marker {
  color: var(--cl-bl4);
  position: relative;
  display: inline-block;
  padding-right: 3px;
  margin-right: 5px;
}

.sec-graph .sec-ttl .marker::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: var(--cl-bl4);
  position: absolute;
  bottom: -2px;
  left: 0;
}

.sec-graph .sec-ttl .marker .en {
  tfont-size: 108%;
  letter-spacing: 0;
}

.graph-warp {
  background: #FFFFFF;
  border-radius: 12px;
}

.graph-warp .ttl {
  color: #FFFFFF;
  background: var(--cl-indigo);
  font-size: 2.2rem;
  padding: 15px 10px;
  font-weight: 400;
  text-align: center;
}

.graph-warp .pic {
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 20px 15px;
}

@media screen and (max-width:960px) {
  .graph-warp {
    border-radius: 10px;
  }

  .graph-warp .pic {
    padding: 30px 10px 15px;
  }

}


@media screen and (max-width:600px) {
  .graph-warp {
    border-radius: 6px;
  }

  .sec-graph .sec-ttl .marker::after {
    height: 2px;
    bottom: -3px;
  }
}

/*---tbl-comparison---*/
.tbl-comparison {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}

.tbl-comparison tr {
  position: relative;
}

.tbl-comparison tr::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #BCBCBC;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.tbl-comparison tr.border-none::after {
  content: none;
}

.tbl-comparison th {
  color: #FFFFFF;
  padding: 15px 10px;
  font-size: 2.3rem;
}

.tbl-comparison th:nth-child(1) {
  width: 220px;
}

.tbl-comparison th:nth-child(2) {
  width: calc(50% - 110px);
  background: #2494B5;
}

.tbl-comparison th:nth-child(3) {
  width: calc(50% - 110px);
  background: #6CC9DE;
  position: relative;
  border-left: 10px solid #FFFFFF;
}

.tbl-comparison td {
  padding: 15px 15px;
  vertical-align: middle	
}

.tbl-comparison td.border-none {
  border-bottom: none;
}

.tbl-comparison td p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.tbl-comparison td.label {
  background: #CAF0FA;
  color: #2494B5;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.tbl-comparison td:nth-child(2) {
  background: #FFFFFF;
}

.tbl-comparison td:nth-child(3) {
  background: #F5F7F8;
  border-left: 10px solid #FFFFFF;
}

.tbl-comparison td.icon {
  text-align: center;
}

.tbl-comparison td.icon img {
  width: 48px;
  height: auto;
}

@media screen and (max-width:1366px) {
  .tbl-comparison th {
    padding: 15px 10px;
    font-size: 1.85rem;
    vertical-align: middle;
  }

  .tbl-comparison th:nth-child(1) {
    width: 120px;
  }

  .tbl-comparison th:nth-child(2) {
    width: calc(50% - 60px);
    background: #2494B5;
  }

  .tbl-comparison th:nth-child(3) {
    width: calc(50% - 60px);
    border-left: 7px solid #FFFFFF;
  }

  .tbl-comparison td p {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .tbl-comparison td.label {
    font-size: 1.7rem;
  }

  .tbl-comparison td:nth-child(3) {
    border-left: 7px solid #FFFFFF;
  }

  .tbl-comparison td.icon img {
    width: 35px;
  }
}
@media screen and (max-width:600px) {
  .tbl-comparison td.label {
    font-size: 1.53rem;
	  line-height: 1.4;
  }
  .tbl-comparison th:nth-child(1) {
    width:100px;
  }

  .tbl-comparison th:nth-child(2) {
    width: calc(50% - 50px);
  }

  .tbl-comparison th:nth-child(3) {
    width: calc(50% - 50px);
  }

  .tbl-comparison td {
    vertical-align: middle;
  }
  .tbl-comparison td p br {
    display: none;
  }
	
}
@media screen and (max-width:480px) {
  .tbl-comparison th {
    font-size: 1.5rem;
  }

  .tbl-comparison th:nth-child(1) {
    width: 50px;
  }

  .tbl-comparison th:nth-child(2) {
    width: calc(50% - 25px);
  }

  .tbl-comparison th:nth-child(3) {
    width: calc(50% - 25px);
    border-left: 4px solid #FFFFFF;
  }

  .tbl-comparison td {
    padding: 8px;
  }

  .tbl-comparison td.label {
    font-size: 1.3rem;
  }

  .tbl-comparison td:nth-child(3) {
    border-left: 4px solid #FFFFFF;
  }

  .tbl-comparison td.icon img {
    width: 30px;
  }
}

/*---price---*/
.sec-price {
  background: var(--cl-bl1);
  padding: 80px 0;
}

.sec-price .pic {
  max-width: 689px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:600px) {
.sec-price {
  padding: 50px 0 60px;
}
}

/*---case---*/
.sec-case {
  background: var(--cl-bl1);
}
.sec-case .sec-ttl{
	margin-bottom: 60px;
}
.case-box {
  width: 48%;
}

.case-box .head {
  background: #FFFFFF;
}

.case-box .head .company {
  color: var(--cl-bl4);
  font-size: 1.6rem;
  padding: 0 28px;
}

.case-box .head .lead {
  color: #424748;
  font-size: 2.4rem;
  padding: 6px 28px 25px;
  letter-spacing: 0;
  text-align: justify;
}

.case-box .head .pic {
  position: relative;
}

.case-box .head .pic::before {
  font-size: 2rem;
  color: #FFFFFF;
  background: var(--cl-indigo);
  width: 100%;
  max-width: 200px;
  height: 34px;
  padding-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  z-index: 2;
}

.case-box.case-1 .head .pic::before {
  content: "CASE 1";
}

.case-box.case-2 .head .pic::before {
  content: "CASE 2";
}

.case-box .head .logo {
  width: 80%;
  max-width: 340px;
  margin: 20px auto 10px;
}

.case-box .content {
  display: none;
}

.case-box .content.opne {
  display: block;
}

.case-box .content .before {
  padding: 10px 28px;
  background: #FFFFFF;
}

.case-box .content .before .ttl {
  color: var(--cl-indigo);
  background: #E9EFF2;
  font-size: 1.8rem;
  text-align: center;
  padding: 13px 5px;
  margin-bottom: 15px;
}

.case-box .content .before ul {
  margin-left: 1.5em;
}

.case-box .content .before ul li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: justify;
}

.case-box .content .arrow {
  background: #FFFFFF;
  padding: 0 0 15px;
}

.case-box .content .arrow img {
  width: 33px;
  margin: 0 auto;
  display: block;
}

.case-box .content .after {
  padding: 20px 28px 10px;
  background: #6CC9DE;
  background: linear-gradient(227deg, rgba(108, 201, 222, 1) 0%, rgba(88, 187, 211, 1) 100%);
}

.case-box .content .after .ttl {
  color: #FFFFFF;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.case-box .content .after .ttl::before,
.case-box .content .after .ttl::after {
  position: relative;
}

.case-box .content .after .ttl::before {
  content: "＼";
  left: -1em;
}

.case-box .content .after .ttl::after {
  content: "／";
  right: -1em;
}

.case-box .content .after ol li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: justify;
  background: #EAF6F9;
  padding: 15px 18px;
  padding-left: 80px;
  color: var(--cl-indigo);
  position: relative;
}

.case-box .content .after ol li img {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
}

.case-box .btn {
  color: #FFFFFF;
  background: var(--cl-bl3);
  font-size: 2.1rem;
  text-align: center;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
	transition: .2s;
}

.case-box .btn:hover{
	cursor: pointer;
   filter: brightness(1.08); 	
}

.case-box .btn.open {
  background: #B9C2C4;
}

.case-box .btn .plus {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
}

.case-box .btn .plus .line {
  position: absolute;
  display: inline-block;
  background-color: #FFFFFF;
  height: 3px;
  left: 0;
  width: 100%;
  transition: 0.3s;
}

.case-box .btn .plus .line:nth-of-type(1) {
  top: 50%;
  transform: rotate(90deg);
}

.case-box .btn.open .plus .line:nth-of-type(1) {
  transform: rotate(0deg);
}

.case-box .btn .plus .line:nth-of-type(2) {
  top: 50%;
}

.case-box .btn:before {
  content: "詳細を見る";
}

.case-box .btn.open:before {
  content: "閉じる";
}

@media screen and (max-width:1366px) {
  .case-box {
    width: 49%;
  }

  .case-box .head .company {
    font-size: 1.45rem;
  }

  .case-box .head .lead {
    font-size: 2.2rem;
    padding: 6px 28px 20px;
  }

  .case-box .head .pic::before {
    font-size: 1.5rem;
    max-width: 150px;
    height: auto;
    padding: 12px 30px 8px;
  }

  .case-box .btn {
    font-size: 1.8rem;
    height: 55px;
  }

  .case-box .btn .plus {
    width: 20px;
    height: 20px;
  }

  .case-box .content .after .ttl {
    font-size: 2rem;
  }

  .case-box .content .after ol li {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width:960px) {
  .sec-case .container {
    max-width: 640px;
  }

  .case-box {
    width: 100%;
  }

  .case-box:first-child {
    margin-bottom: 60px;
  }
}

@media screen and (max-width:480px) {
  .case-box .head .company {
    font-size: 1.5rem;
    padding: 0 20px;
  }

  .case-box .head .lead {
    font-size: 2rem;
    text-align: left;
    line-height: 1.4;
    padding: 6px 20px 20px;
  }

  .case-box .content .before {
    padding: 10px 20px;
  }

  .case-box .head .pic::before {
    font-size: 1.3rem;
    max-width: 100px;
    height: auto;
    padding: 12px 20px 8px;
  }

  .case-box .btn {
    font-size: 1.7rem;
    height: 45px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .case-box .btn .plus {
    width: 16px;
    height: 16px;
  }

  .case-box .content .before ul li {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }

  .case-box .content .after {
    padding: 15px 20px 10px;
  }

  .case-box .content .after .ttl {
    font-size: 2rem;
  }

  .case-box .content .after ol li img {
    width: 45px;
    height: 45px;
    left: 10px;
  }

  .case-box .content .after ol li {
    font-size: 1.3rem;
    margin-bottom: 5px;
    padding: 12px 15px;
    padding-left: 60px;
  }
}

/*---faq---*/
.faq-ul .faq-li {
  background: var(--cl-l-gray);
  margin-bottom: 15px;
}

.faq-ul .faq-li .icon {
  width: 62px;
  height: auto;
}
.faq-ul .faq-li:hover .faq-q:hover{
	cursor: pointer;
}
.faq-ul .faq-li p,.faq-ul .faq-li .p_a {
  margin-bottom: 0;
  width: calc(100% - 120px);
  padding-left: 20px;
 	transition: .2s;	
}

.faq-ul .faq-li .p_a p{
	width: 100%;
}

.faq-ul .faq-li:hover .faq-q p {
  color: var(--cl-bl3);
}

.faq-ul .faq-li .faq-q {
  padding: 25px 20px;
  padding-left: 40px;
  align-items: center;
  position: relative;
}


.faq-ul .faq-li .faq-q p {
  font-size: 2.35rem;
  width: calc(100% - 145px);
}
.faq-ul .faq-li .faq-a p{
	margin-bottom: 15px;
}
.faq-ul .faq-li .faq-a p.mb0{
	margin-bottom: 0;
}
.faq-ul .faq-li .faq-a p a{
  word-break: break-all;
	line-height: 1.2;
}

.faq-ul .faq-li .faq-a {
  padding: 20px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 45px;
  display: none;
}

.faq-ul .faq-li .faq-a p {
  font-weight: 300;
}

.faq-ul .faq-li .faq-a p a{
	color: var(--cl-bl3);
	text-decoration: underline;
}

.faq-ul .faq-li .faq-a p a:hover{
	text-decoration: none;
   filter: brightness(1.15); 
}

.faq-ul .faq-li .faq-q .plus {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq-ul .faq-li .faq-q .plus .line {
  position: absolute;
  display: inline-block;
  background-color: #0A395C;
  height: 3px;
  left: 0;
  width: 100%;
  transition: 0.3s;
}

.faq-ul .faq-li .faq-q .line:nth-of-type(1) {
  top: 50%;
  transform: rotate(90deg);
}

.faq-ul .faq-li .faq-q.open .line:nth-of-type(1) {
  transform: rotate(0deg);
}

.faq-ul .faq-li .faq-q .line:nth-of-type(2) {
  top: 50%;
}

@media screen and (max-width:1366px) {
  .faq-ul .faq-li {
    margin-bottom: 10px;
  }

  .faq-ul .faq-li .faq-q p {
    font-size: 2rem;
  }

  .faq-ul .faq-li .icon {
    width: 45px;
  }

  .faq-ul .faq-li .faq-q {
    padding: 20px 15px;
    padding-left: 30px;
  }

  .faq-ul .faq-li .faq-a {
    padding: 20px 15px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0px;
    display: none;
  }

  .faq-ul .faq-li .faq-a .p_a {
    margin-bottom: 0;
    width: calc(100% - 120px);
  }

  .faq-ul .faq-li .faq-q .plus {
    width: 22px;
    height: 22px;
    right: 30px;
  }
}


@media screen and (max-width:960px) {
  .faq-ul .faq-li .faq-a .p {
    margin-bottom: 0;
    width: calc(100% - 96px);
  }
}


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

  .faq-ul .faq-li .faq-q p {
    font-size: 1.85rem;
	  line-height: 1.4;
    width: calc(100% - 110px);  
  }

  .faq-ul .faq-li .icon {
    width: 40px;
  }

  .faq-ul .faq-li .faq-q {
    padding: 15px;
    padding-left: 20px;
  }

  .faq-ul .faq-li .faq-a {
    padding: 15px;
    padding-left: 20px;
    padding-top: 0;
    padding-right: 0px;
  }

  .faq-ul .faq-li .faq-a .p_a {
    margin-bottom: 0;
    width: calc(100% - 80px);
  }

  .faq-ul .faq-li .faq-q .plus {
    width: 20px;
    height: 20px;
    right: 25px;
  }
}

@media screen and (max-width:480px) {
  .faq-ul .faq-li {
    margin-bottom: 10px;
  }

  .faq-ul .faq-li .faq-q p {
    font-size: 1.4rem;
    width: calc(100% - 100px);
    line-height: 1.4;
    padding-left: 10px;
  }

  .faq-ul .faq-li .icon {
    width: 32px;
  }

  .faq-ul .faq-li .faq-q {
    padding: 15px 10px;
    padding-left: 8px;
  }

  .faq-ul .faq-li .faq-a {
    padding: 10px 10px 15px;
    padding-left: 8px;
  }

  .faq-ul .faq-li .faq-a .p_a {
    font-size: 1.3rem;
    width: calc(100% - 50px);
    line-height: 1.4;
    padding-left: 10px;
  }

  .faq-ul .faq-li .faq-q .plus {
    width: 14px;
    height: 14px;
    right: 20px;
  }
}

/*cta*/
.sec-cta {
  background: var(--cl-bl3);
  padding: 0;
}

.sec-cta .sec-ttl {
  color: #FFFFFF;
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  width: 94%;
}

.sec-cta .sec-ttl img {
  width: 30px;
 padding-right: 8px;
}

.sec-cta .ctabtn-wrap {
  width: 100%;
}

.sec-cta .ctabtn-wrap .ctabtn {
  background: #FFFFFF;
  border-radius: 10px;
  width: 48.5%;
	transition: .2s;
}

.sec-cta .ctabtn-wrap .ctabtn a {
  height: 82px;
  align-items: center;
  padding: 0 20px;
}

.sec-cta .ctabtn-wrap .ctabtn:hover{
  background: #E1F8FF;
}

.sec-cta .ctabtn-wrap .ctabtn a img {
  width: 48px;
  height: auto;
}

.sec-cta .ctabtn-wrap .ctabtn a .label-wrap {
  padding-left: 15px;
}

.sec-cta .ctabtn-wrap .ctabtn a .label-wrap p {
  margin-bottom: 0;
}

.sec-cta .ctabtn-wrap .ctabtn a .label-wrap .label {
  color: var(--cl-bl4);
  font-size: 2rem;
}

.sec-cta .ctabtn-wrap .ctabtn:nth-child(2) a .label-wrap .label {
  color: #EBA93E;
}

.sec-cta .ctabtn-wrap .ctabtn a .label-wrap .text {
  color: var(--cl-bk);
  font-size: 12px;
}

.sec-cta.lv1 .cta-txt {
  width: 100%;
  max-width: 767px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec-cta.lv1 .cta-pic {
  width: 100%;
  max-width: 310px;
  position: relative;
  top: -50px;
  right: -35px;
  margin-bottom: -20px;
}

.sec-cta.lv2 {
  padding: 45px 0;
}

.sec-cta.lv2 .sec-ttl {
  justify-content: center;
  position: relative;
	left: 1em;
}

.sec-cta.lv2 .kakomi {
  background: #FFFFFF;
  border-radius: 10px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sec-cta.lv2 .ctabtn-wrap {
  max-width: 767px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sec-cta.lv2 .ctabtn-wrap .ctabtn {
  background: var(--cl-bl4);
}

.sec-cta.lv2 .ctabtn-wrap .ctabtn:nth-child(2) {
  background: #EBA93E;
}

.sec-cta.lv2 .ctabtn-wrap .ctabtn a {
  color: #FFFFFF !important;
}


.sec-cta.lv2 .ctabtn-wrap .ctabtn:hover{
  filter: brightness(1.1); 	
}


.sec-cta.lv2 .ctabtn-wrap .ctabtn a .label-wrap .label,
.sec-cta.lv2 .ctabtn-wrap .ctabtn a .label-wrap .text {
  color: #FFFFFF;
}

.sec-cta.lv2 .cta-pic {
  width: 110px;
  position: absolute;
  bottom: -1px;
  z-index: 1
}

.sec-cta.lv2 .cta-pic.left {
  left: 30px;
}

.sec-cta.lv2 .cta-pic.right {
  right: 30px;
}

.sec-cta.lv3 {
  padding-bottom: 10px;
}

.sec-cta.lv3 .sec-lead {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.sec-cta.lv3 .container {
  max-width: 1300px;
  position: relative;
  left: -60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}

.sec-cta.lv3 .cta-txt {
  width: 100%;
  max-width: 767px;
}

.sec-cta.lv3 .cta-pic {
  max-width: 547px;
  width: 80%;
  margin-top: -110px;
}

@media screen and (max-width:1366px) {
  .sec-cta {
    padding: 10px 0 10px;
  }

  .sec-cta .container {
    max-width: 92%;
  }

  .sec-cta .sec-ttl {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }

  .sec-cta .sec-ttl img {
    width: 34px;
    padding-right: 10px;
  }

  .sec-cta .ctabtn-wrap .ctabtn {
    width: 48.8%;
  }

  .sec-cta .ctabtn-wrap .ctabtn a {
    height: 75px;
    padding: 0 15px;
  }

  .sec-cta .ctabtn-wrap .ctabtn a img {
    width: 45px;
  }

  .sec-cta .ctabtn-wrap .ctabtn a .label-wrap {
    padding-left: 10px;
    width: calc(100% - 55px);
  }

  .sec-cta .ctabtn-wrap .ctabtn a .label-wrap .text {
    font-size: 1.2vw;
  }

  .sec-cta.lv1 .cta-txt {
    width: calc(100% - 260px);
  }

  .sec-cta.lv1 .cta-pic {
    max-width: 260px;
    top: -30px;
    right: -40px;
  }

  .sec-cta.lv2 .kakomi {
    height: 120px;
  }

  .sec-cta.lv2 .cta-pic {
    width: 80px;
  }

  .sec-cta.lv2 .cta-pic.left {
    left: 15px;
  }

  .sec-cta.lv2 .cta-pic.right {
    right: 15px;
  }

  .sec-cta.lv2 .ctabtn-wrap {
    max-width: 76%;
  }

  .sec-cta.lv3 {
    padding: 50px 0 10px;
  }

  .sec-cta.lv3 .sec-ttl {
    text-align: center;
    justify-content: center;
    padding-left: 1em;
  }

  .sec-cta.lv3 .container {
    left: 0;
    flex-direction: column;
    justify-content: center;
  }

  .sec-cta.lv3 .sec-lead {
    text-align: center;
  }

  .sec-cta.lv3 .cta-txt {
    width: 100%;
    max-width: 767px;
  }

  .sec-cta.lv3 .cta-pic {
    max-width: 480px;
    width: 80%;
    margin-top: -20px;
  }
}

@media screen and (max-width:960px) {
  .sec-cta .ctabtn-wrap {
    margin: 0 auto;
  }

  .sec-cta .sec-ttl {
    font-size: 2.2rem;
    justify-content: center;
  }

  .sec-cta .sec-ttl img {
    width: 24px;
  }

  .sec-cta .ctabtn-wrap .ctabtn a .label-wrap .label {
    font-size: 1.8rem;
  }

  .sec-cta.lv1 .cta-txt {
    width: 100%;
    justify-content: center;
    z-index: 2;
  }

  .sec-cta.lv1 {
    padding: 30px 0;
  }

  .sec-cta .cta-txt {
    max-width: 680px !important;
    margin: 0 auto;
  }

  .sec-cta.lv1 .cta-pic {
    display: none;
  }

  .sec-cta .ctabtn-wrap .ctabtn a .label-wrap .text {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
	.sec-cta.lv2 .sec-ttl{
		left: 0;
	}	
  .sec-cta.lv2 .cta-pic {
    width: 60px;
  }

  .sec-cta.lv2 .cta-pic.left {
    left: 10px;
  }

  .sec-cta.lv2 .cta-pic.right {
    right: 10px;
  }

  .sec-cta.lv2 .ctabtn-wrap {
    max-width: 80%;
  }
	.sec-cta.lv3 .sec-ttl{
		padding-left: 0;
	}	
  .sec-cta.lv3 .cta-pic {
    max-width: 400px;
    width: 70%;
    margin-bottom: 10px;
	  margin-top: 0px;
  }
}

@media screen and (max-width:680px) {
	.sec-cta .sec-ttl{
		width: 100%;
		font-size: 2rem;
	}	
  .sec-cta .ctabtn-wrap .ctabtn {
    border-radius: 5px;
  }
    .sec-cta .ctabtn-wrap .ctabtn a .label-wrap .text {
        font-size: 1.7vw;
    }
  .sec-cta.lv2 .ctabtn-wrap {
    max-width: 100%;
  }

  .sec-cta.lv2 .ctabtn-wrap .ctabtn {
    background: #0A7B9D;
  }

  .sec-cta.lv2 .ctabtn-wrap .ctabtn a {
    color: #FFFFFF !important;
  }

  .sec-cta.lv2 .ctabtn-wrap .ctabtn a .label-wrap .label,
  .sec-cta.lv2 .ctabtn-wrap .ctabtn a .label-wrap .text {
    color: #FFFFFF;
  }

  .sec-cta.lv2 .kakomi {
    height: auto;
    padding: 0;
    background: none;
  }

  .sec-cta.lv2 .cta-pic {
    display: none;
  }	
	.sec-cta.lv2 .ctabtn-wrap .ctabtn a{
		padding: 0 10px 0 10px;
	}
    .sec-cta .ctabtn-wrap .ctabtn a img {
        width:35px;
    }
    .sec-cta .ctabtn-wrap .ctabtn a .label-wrap {
        padding-left:6px;
        width: calc(100% - 48px);
    }	
    .sec-cta .ctabtn-wrap .ctabtn a .label-wrap .label {
        font-size: 1.6rem;
    }
  }
@media screen and (max-width:480px) {
  .sec-cta .sec-ttl {
    font-size: 5.5vw;
    line-height: 1.3;
    padding-left: 0;
  }

  .sec-cta .sec-ttl img {
    position: relative;
    left: 0;
    width: 10vw;
	  padding-right: 0;
  }

  .sec-cta .ctabtn-wrap .ctabtn {
    border-radius: 5px;
    width: 100%;
  }

  .sec-cta .ctabtn-wrap .ctabtn:first-child {
    margin-bottom: 10px;
  }

  .sec-cta .ctabtn-wrap .ctabtn a {
    height: 65px;
    padding: 0 12px;
  }

  .sec-cta .ctabtn-wrap .ctabtn a .label-wrap .text {
    font-size: 1.2rem;
  }



  .sec-cta.lv3 {
    padding: 30px 0 20px;
  }

  .sec-cta.lv3 .container {
    max-width: 90%;
  }

  .sec-cta.lv3 .cta-pic {
    max-width: 300px;
    width: 80%;
    margin-top: 0;
  }

  .sec-cta.lv3 .sec-ttl {
    justify-content: flex-start;
    text-align: left;
  }

  .sec-cta.lv3 .sec-lead {
    text-align: left;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:375px) {
  .sec-cta {
    padding: 30px 0 !important;
  }

  .sec-cta .sec-ttl {
    font-size: 5.2vw;
  }

  .sec-cta .sec-ttl img {
    width: 8vw;
  }

  .sec-cta.lv3 {
    padding-bottom: 20px !important;
  }
}

/*footer*/
footer {
  padding: 20px 40px 10px;
}

footer .content {
  align-items: center;
}

footer a:hover{
opacity: .7;
}

footer .csc-logo {
  width: 125px;
  position: relative;
  top: 12px;
}

footer .csc-outline {
  display: inline-flex;
}

footer .csc-outline li {
  position: relative;
  font-size: 1.5rem;
}

footer .csc-outline li::after {
  content: "｜";
  padding: 0 5px;
}

footer .csc-outline li:last-child::after {
  content: "";
}

footer .csc-outline li a {
  color: #424748;
}

footer .copyright {
  color: rgba(66, 71, 72, .5);
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}

@media screen and (max-width:1366px) {
  footer {
    padding: 10px 30px 10px;
  }

  footer .csc-logo {
    width: 100px;
  }

  footer .csc-outline li {
    font-size: 1.4rem;
  }

  footer .copyright {
    font-size: 1.1rem;
  }
}

@media screen and (max-width:960px) {
  footer {
    padding: 20px;
  }

  footer .csc-logo {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  footer .csc-logo img {
    width: 90px;
    display: block;
    margin: 0 auto;
  }

  footer .content {
    justify-content: center;
  }

  footer .csc-outline {
    display: flex;
    padding: 10px 0;
  }

  footer .copyright {
    text-align: center;
    top: 0;
  }
}

@media screen and (max-width:480px) {
  footer {
    padding: 20px 20px 20px;
  }

  footer .content {
    align-items: center;
  }

  footer .csc-logo img {
    width: 80px;
  }

  footer .copyright {
    font-size: 1.1rem;
  }
}

/*pagetop*/
.pagetop{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #6CC9DE;
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 998;
	margin-bottom: 20px;
}
.pagetop:hover{
	cursor: pointer;
}
.pagetop::before{
	content: "";
width: 18px;
height: 12px;
background-color: #ffffff;
clip-path: polygon(50% 0%, 0% 12px, 18px 12px);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left:0;
		z-index: 999;	
}

@media screen and (max-width:600px) {
.pagetop{
	width: 35px;
	height: 35px;
	right: 10px;
	margin-bottom: 50px;
}
.pagetop::before{
width: 10px;
height: 7px;
clip-path: polygon(50% 0%, 0% 7px, 10px 7px);
	
}	
}