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

.page-wrapper {
  overflow: hidden;
}

.copilotWrapper {
	font-family: 'Noto Sans JP', sans-serif;
	color: #1c1a20;
	margin: auto;
	line-height: 1.5;
	font-weight: 400;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	scroll-behavior: smooth;
}
.copilotWrapper img {
	max-width: 100%;
	vertical-align: bottom;
}
.copilotWrapper, .copilotWrapper * {
	border: 0;
	border-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	position: relative;
}
.copilotWrapper a {
	text-decoration: none;
	color: #1c1a20;
}
.copilotWrapper a, .copilotWrapper a:hover, .copilotWrapper a::before, .copilotWrapper a:hover::before, .copilotWrapper a::after, .copilotWrapper a:hover::after, .copilotWrapper a img, .copilotWrapper a:hover img {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.copilotWrapper a:hover {
	opacity: 0.7;
}
.copilotWrapper p, .copilotWrapper dl {
	font-size: 16px;
	line-height: 30px;
	text-justify: inter-ideograph;
}
.copilotWrapper ul, .copilotWrapper li {
	margin: 0;
	padding: 0;
}
.copilotWrapper .pc {
	display: inline;
}
.copilotWrapper .sp {
	display: none;
}
.copilotWrapper .toTop {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 40px;
}
.copilotWrapper .textC {
  text-align: center;
}

/* header */
.copilotWrapper header {
}
.copilotWrapper header #hMain {
  background: url("img/bg.png") center center no-repeat;
  background-size: cover;
}
.copilotWrapper header h1 {
  background: url("img/bg_header.png") top center no-repeat;
  background-size: contain;
	padding: 120px 0;
}
.copilotWrapper header h1 span {
  display: none;
  opacity: 0;
}
.copilotWrapper header h1::after {
  content: '';
  background: url("img/bg_shadow.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.copilotWrapper #hMenu {
	background: #2e2e33;
}
.copilotWrapper	#hMenu li {
	list-style: none;
}
.copilotWrapper	#hMenu a {
  font-weight: 700;
	display: block;
}
.copilotWrapper header #hMenu #hMenuCheck {
  display: none;
}

/* content */
.copilotWrapper {
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.copilotContent > section {
  padding: 80px 0;
}
.copilotWrapper .inner > *:not(:last-child) {
	margin-bottom: 64px;
}
.copilotContent > section .inner > .sub > *:not(h2):not(h3):not(:last-child) {
	margin-bottom: 32px;
}
.copilotContent .contWrap .note > *:not(:last-child) {
	margin-bottom: 16px;
}
/*.copilotContent .inner:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}*/
.copilotWrapper h2:not(.large) {
	margin-bottom: 48px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
  display: flex;
  align-items: center;
}
.copilotWrapper h2:not(.large)::before {
	content: '';
  background: url("img/h2.png") left center no-repeat;
  background-size: contain;
	width: 40px;
	height: 30px;
  margin-right: 5px;
  display: block;
}
.copilotWrapper h2.large {
	margin-bottom: 48px;
	font-size: 44px;
	line-height: 56px;
	font-weight: 700;
}
.copilotWrapper h2.large + p, .copilotWrapper .inner h3 + p {
	font-size: 18px;
	line-height: 36px;
}
.copilotWrapper h2.large + p {
	font-weight: 600;
}
.copilotWrapper .inner h3 {
	margin-bottom: 24px;
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
}
copilotWrapper .inner h3 + p {
	font-weight: 500;
}

/* btn */
.copilotWrapper .btn a {
  background: #138BE3;
  background: linear-gradient(90deg,rgba(19, 139, 227, 1) 0%, rgba(50, 172, 242, 1) 50%, rgba(127, 142, 253, 1) 100%);
  color: #ffffff;
  max-width: 200px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
	padding: 0px 32px;
	font-size: 17px;
  line-height: 1.0rem;
	font-weight: 500;
	text-align: center;
	border-radius: 8px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.copilotWrapper .btn a::after {
  content: '';
  background: url("img/angle.png") center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
}
.copilotWrapper .btn.left a {
  margin-left: 0;
}
.copilotWrapper .btn.medium a {
  max-width: 400px;
}
.copilotWrapper .btn.large a {
  max-width: 600px;
  height: 76px;
	padding: 0px 50px;
	font-size: 22px;
  line-height: 1.0rem;
	border-radius: 14px;
}
.copilotWrapper .btn.large a::after {
  width: 20px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
}
.copilotWrapper .link a {
  color: #138be3;
  padding-top: 4px;
  padding-left: 50px;
  min-height: 36px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
}
.copilotWrapper .link a::before, .copilotWrapper .link a::after {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.copilotWrapper .link a::before {
  content: '';
  background: #138BE3;
  background: linear-gradient(90deg,rgba(19, 139, 227, 1) 0%, rgba(50, 172, 242, 1) 50%, rgba(127, 142, 253, 1) 100%);
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	display: block;
}
.copilotWrapper .link a::after {
  content: '';
  background: url("img/angle.png") center center no-repeat;
  background-size: 16px auto;
}

/* box */
.box1 {
  background: #ffffff;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
  border-radius: 30px;
}

/* border */
.copilotWrapper .border {
  -webkit-box-shadow: rgba(0,0,0,0.7) 0px 0px 1px;
          box-shadow: rgba(0,0,0,0.7) 0px 0px 1px;
}
/* color */
.copilotWrapper .blue {
	/*color: #00bcf2;*/
  color: #00bcf2;
}
.copilotWrapper .red {
	color: #ff5022;
}
.copilotWrapper .yellow {
	color: #ffff00;
}
.copilotWrapper .bg1 {
	background: #7455A0;
  background: linear-gradient(0deg,rgba(116, 85, 160, 0.2) 0%, rgba(52, 103, 176, 0.2) 50%, rgba(71, 191, 238, 0.2) 100%);
}

/* ul */
.copilotWrapper .ul1 li {
  padding-left: 30px;
}
.copilotWrapper .ul1 li::before {
  content: '';  
  background: #138BE3;
  background: linear-gradient(90deg,rgba(19, 139, 227, 1) 0%, rgba(50, 172, 242, 1) 50%, rgba(127, 142, 253, 1) 100%);
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.copilotWrapper .ul1 li:not(:last-child) {
  margin-bottom: 30px;
}
.copilotWrapper .ul1 li > *:not(:last-child) {
  margin-bottom: 10px;
}
.copilotWrapper .ul2 li {
  background: #e4f5fe;
  padding: 30px 60px;
  text-align: center;
  border-radius: 20px;
}
.copilotWrapper .ul2 li h4 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}
.copilotWrapper .ul2 li .img {
  width: 80%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.copilotWrapper .ul2 li .note {
  background: #ffffff;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
}
.copilotWrapper .ul2 li .note > *:not(:last-child) {
  margin-bottom: 10px;
}


/* Cont1 */
#Cont1 {
  background: url("img/c1_bg.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
}
#Cont1::after {
  content: '';
  background: #138BE3;
  background: linear-gradient(90deg,rgba(19, 139, 227, 1) 0%, rgba(50, 172, 242, 1) 50%, rgba(127, 142, 253, 1) 100%);
  width: 100%;
  height: 10px;
	display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
}
  .formLink {
  text-align: center;
  margin: 0 0 30px;
}
.formLink a {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #6f7dbf 0%, #e18aa3 100%);
  position: relative;
}
.formLink a::after {
  content: ">";
  font-size: 16px;
  margin-left: 10px;
}

/* Cont2 */
#Cont2 .copilotWrap {
  background: url("img/c2_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 20px 40px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
}
#Cont2 .copilotWrap h4 {
  margin-bottom: 16px;
}
#Cont2 .copilotGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: center;
  justify-items: center;
}
#Cont2 .copilotGrid .item {
  background: #ffffff;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
}
#Cont2 .copilotGrid .item p {
  font-weight: 600;
}
#Cont2 .copilotGrid .item img {
  width: 32px;
  height: 32px;
}
#Cont2 .copilotGrid .m365 {
  background: #ffffff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(50% - 55px);
  top: calc(50% - 55px);
}
#Cont2 .copilotGrid .m365 img {
  width: 70px;
  height: auto;
}

/* Cont3 */
#Cont3 .img.thumb img {
  width: 20%;
  max-width: 198px;
}

/* Cont4 */

/* Cont5 */

/* Cont6 */


/*pc
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {

	.copilotWrapper {
		/*width: 1280px;
		margin: 0 calc(50% - 640px);*/
	}
	
	/* header */
	.copilotWrapper header {
		background: #000000;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
	}
	.copilotWrapper header .inner {
		/*width: 1280px;*/
	}
	.copilotWrapper header h1 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
	.copilotWrapper #hMenu {
		background: #004ea2;
    box-shadow: rgba(0,0,0, 0.5) 0 0 8px;
	}
	.copilotWrapper	#hMenu ul {
		text-align: center;
    display: flex;
    justify-content: space-between;
	}
	.copilotWrapper	#hMenu li {
    width: calc(100% / 6);
	}
	.copilotWrapper	#hMenu a {
    background: #ffffff;
		padding: 20px 0;
	}
  .copilotWrapper	#hMenu a::after {
    content: '';
    background: #138BE3;
    background: linear-gradient(90deg, rgba(19, 139, 227, 1) 0%, rgba(50, 172, 242, 1) 50%, rgba(127, 142, 253, 1) 100%);
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    left: 0%;
    bottom: 0px;
    opacity: 0;
  }
  .copilotWrapper	#hMenu a:hover,
  .copilotWrapper	#hMenu a:hover::after {
    opacity: 1;
  }
  .copilotWrapper	#hMenu a.contact {
    background: #004ea2;
    padding: 10px;
  }
  .copilotWrapper	#hMenu a.contact span {
    background: #ffffff;
    color: #004ea2;
    padding: 10px;
    border-radius: 10px;
    display: block;
  }
  .copilotWrapper	#hMenu a.contact::before {
    content: '';
    background: #138BE3;
    background: linear-gradient(90deg, rgba(19, 139, 227, 1) 0%, rgba(50, 172, 242, 1) 50%, rgba(127, 142, 253, 1) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .copilotWrapper #hMenu a.contact span::after {
    content: '';
    background: url("img/angle_blue.png") center center no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 12px;
    top: calc(50% - 6px);
  }
  .copilotWrapper	#hMenu a.contact:hover::before {
    opacity: 1;
  }
  .copilotWrapper	#hMenu a.contact::after {
    display: none;
  }
	
	/* content */
	.copilotWrapper .inner {
		max-width: 1136px;
		margin-left: auto;
		margin-right: auto;
	}
  .copilotContent > section {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
	.copilotContent li {
		display: inline-block;
	}
  .copilotWrapper .lead {
		text-align: center;
  }
  .copilotWrapper .contWrap {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
  }
  .copilotWrapper .contWrap .note {
    flex: 1;
  }
  .copilotWrapper .contWrap .img.thumb {
    width: 40%;
    max-width: 400px;
  }
  .copilotWrapper .center {
    text-align: center;
  }
  .copilotWrapper .center h2 {
    justify-content: center;
  }
  
  /* ul */
  .copilotWrapper .ul2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .copilotWrapper .ul2 li {
    
  }
  
  /* dl */
  .copilotWrapper .dl1::after {
  }
  .copilotWrapper .dl1 > *:nth-last-child(n+3) {
    margin-bottom: 15px;
  }
  
  /* table */
	
	/* Cont1 */
  #Cont1 .contWrap .note {
    order: 1;
  }
  #Cont1 .contWrap .img {
    width: 50%;
    max-width: 600px;
    order: 2;
  }
	
	/* Cont2 */
  #Cont2 .copilotGrid .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
	
	/* Cont3 */
	
	/* Cont4 */
	
	/* Cont5 */
  #Cont5 .contWrap .note {
    order: 1;
  }
  #Cont5 .contWrap .img {
    order: 2;
  }
	
	/* Cont6 */
	
}

/*sphone
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
  .copilotWrapper {
    padding-top: 10px;
    overflow: hidden;
  }
	.copilotWrapper p  {
    font-size: 13px;
    line-height: 24px;
	}
	.copilotWrapper dl, .copilotWrapper dl p {
    font-size: 12px;
    line-height: 20px;
	}
	.copilotWrapper .pc {
		display: none;
	}
	.copilotWrapper .sp {
		display: inline;
	}
  .cognitiveContent > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .copilotWrapper .toTop {
    width: 50px;
  }
	
	/* header */
	.copilotWrapper header {
	}
  .copilotWrapper header h1 {
		background: url("img/bg_header_s.png") bottom center no-repeat;
    background-size: contain;
    padding: 28vw 0;
    font-size: 7vw;
    line-height: 10vw;
    text-align: center;
  }
  .copilotWrapper header #hMain {
    background: url("img/bg_s.png") center center no-repeat;
    background-size: cover;
  }
  .copilotWrapper header h1::after {
    background: url("img/bg_shadow_s.png") center center no-repeat;
    background-size: 100% 100%;
  }
	.copilotWrapper header #hMenu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
	}
  .copilotWrapper header #hMenu .menuBtn {
    background-color: #004ea2;
    position: fixed;
    height: 60px;
    width: 60px;
    top: 0px;
    right: 0px;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .copilotWrapper header #hMenu .menuBtn span,
  .copilotWrapper header #hMenu .menuBtn span:before,
  .copilotWrapper header #hMenu .menuBtn span:after {
    content: '';
    background-color: #ffffff;
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    position: absolute;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .copilotWrapper header #hMenu .menuBtn span:before {
    bottom: 8px;
  }
  .copilotWrapper header #hMenu .menuBtn span:after {
    top: 8px;
  }
  .copilotWrapper header #hMenu #hMenuCheck:checked ~ .menuBtn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .copilotWrapper header #hMenu #hMenuCheck:checked ~ .menuBtn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .copilotWrapper header #hMenu #hMenuCheck:checked ~ .menuBtn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .copilotWrapper header #hMenu .menuContent {
    background-color: rgba(255,255,255,0.9);
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 14;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .copilotWrapper header #hMenu .menuContent ul {
    padding: 70px 10px 0;
  }
  .copilotWrapper header #hMenu .menuContent ul li {
    border-bottom: #62666a 1px solid;
    list-style: none;
  }
  .copilotWrapper header #hMenu .menuContent ul li a {
    color: #333333;
    width: 100%;
    padding: 20px 5px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .copilotWrapper header #hMenu .menuContent ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .copilotWrapper header #hMenu #hMenuCheck:checked ~ .menuContent {
    right: 0%;
  }
  
	/* content */
  .copilotContent > section {
    padding: 48px 16px;
  }
  .copilotWrapper .inner > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .copilotContent > section .inner > .sub > *:not(h2):not(h3):not(:last-child) {
    margin-bottom: 24px;
  }
  .copilotContent .contWrap .note > *:not(:last-child) {
    margin-bottom: 12px;
  }
  .copilotWrapper h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .copilotWrapper h2:not(.large) {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .copilotWrapper h2:not(.large)::before {
    width: 32px;
    height: 24px;
  }
  .copilotWrapper h2.large {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 40px;
  }
  .copilotWrapper h2.large + p, .copilotWrapper .inner h3 + p {
    font-size: 16px;
    line-height: 32px;
  }
  .copilotWrapper .inner h3 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
  }
  /* btn */
  .copilotWrapper .btn a {
    height: 54px;
    padding: 0px 26px;
    font-size: 15px;
    line-height: 1.5rem;
    border-radius: 6px;
  }
  .copilotWrapper .btn a::after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
  }
  .copilotWrapper .btn.large a {
    height: 76px;
    padding: 0px 46px;
    font-size: 15px;
    line-height: 1.5rem;
    border-radius: 8px;
  }
  .copilotWrapper .btn.large a::after {
    width: 16px;
    height: 16px;
    right: 16px;
    top: calc(50% - 8px);
  }
  .copilotWrapper .link a {
    padding-top: 2px;
    padding-left: 40px;
    min-height: 30px;
  }
  .copilotWrapper .link a::before, .copilotWrapper .link a::after {
    width: 30px;
    height: 30px;
  }
  .copilotWrapper .link a::before {
    border-radius: 4px;
  }
  .copilotWrapper .link a::after {
    background-size: 12px auto;
  }
  
  /* box */
  .box1 {
    padding: 24px 16px;
    border-radius: 16px;
  }

  /* ul */
  .copilotWrapper .ul2 > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .copilotWrapper .ul2 li {
    padding: 24px 16px;
    border-radius: 16px;
  }
  
	/* Cont1 */

  /* Cont2 */
  #Cont2 .copilotWrap {
    padding: 20px 20px;
  }
  #Cont2 .copilotGrid {
    gap: 12px;
  }
  #Cont2 .copilotGrid .item p {
    min-height: 2.4rem;
    line-height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #Cont2 .copilotGrid .m365 {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
  }
  #Cont2 .copilotGrid .m365 img {
    width: 60px;
    height: auto;
  }

  /* Cont3 */
  #Cont3 .img.thumb {
    text-align: center;
  }
    #Cont3 .img.thumb img {
      width: 60%;
      max-width: 100%;
    }

  /* Cont4 */
  
	/* Cont5 */
  .contWrap > *:not(:last-child) {
    margin-bottom: 24px;
  }
  
	/* Cont6 */
	
}

#SCwrapper {
    background: none!important;
}
#contents {
    background: none!important;
}

