@charset "UTF-8";

html{
	width:100%;
}
body{
	*font-size:small;
	*font:x-small;
	font-size:13px;
	color:#333333;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#wrap{
	text-align:left;
	overflow:hidden;
	background-color: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd,figure{
	margin:0px;
	padding:0px;
	font-size:14px;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a{
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
:focus {
	outline: 0;
  border-color: orange;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 750px){
  .spOnly {
    display: block;
  }
}


/* container
-----------------------------------------------*/
#container {
  padding: 0 60px;
}
@media screen and (max-width: 750px){
  #container {
    padding: 0 20px;
  }
}


/* footstepBox
-----------------------------------------------*/
.footstepBox {
  max-width: 1320px;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 1023px){
  .footstepBox {
    padding-top: 10px;
  }
}


/* contents
-----------------------------------------------*/
#contents {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 30px auto 0;
}
#contents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1a202c;
  box-sizing: border-box;
  pointer-events: none;
}
@media screen and (max-width: 750px){
  #contents {
    margin: 20px auto 0;
  }
  #contents::before {
    height: calc(100% - 40px);
  }
}


/* main
-----------------------------------------------*/
#main {
  position: relative;
  padding-top: 80px;
}
#main .txt {
  position: relative;
  z-index: 1;
  border-left: 1px solid #fff;
  padding: 15px 0;
}
#main .txt h1 {
  font-weight: 700;
  color: #1a202c;
  font-size: 24px;
  line-height: 1.6;
}
#main .txt h1 img {
  display: block;
  margin-top: -20px;
}
#main .img {
  position: absolute;
  z-index: -1;
  top: 30px;
  right: -70px;
  width: 65%;
  display: flex;
  align-items: center;
}
#main .img video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 1023px){
  #main .txt h1 img {
    max-width: 540px;
  }
}
@media screen and (max-width: 750px){
  #main {
    padding-top: 15px;
  }
  #main .txt {
    padding: 5px 0 10px;
  }
  #main .txt h1 {
    font-size: 15px;
  }
  #main .txt p {
    margin-top: 5px;
  }
  #main .txt h1 {
    padding-right: 15px;
  }
  #main .txt h1 img {
    margin-top: -15px;
    max-width: 480px;
    width: 100%;
  }
  #main .img {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    top: 0;
    right: 0;
  }
}


/* lead
-----------------------------------------------*/
#lead {
  display: flex;
  align-items: flex-end;
  max-width: 920px;
  gap: 60px;
  margin: 60px auto 0;
  padding: 0 20px;
}
#lead .img {
  width: 337px;
}
#lead .txt {
  flex: 1;
  padding-bottom: 120px;
}
#lead .txt p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 1023px){
  #lead {
    gap: 40px;
  }
  #lead .img {
    width: 220px;
  }
  #lead .txt {
    flex: 1;
    padding-bottom: 100px;
  }
  #lead .txt p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px){
  #lead {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 0;
    margin: 0 auto 0;
    padding: 0 18px;
  }
  #lead .img {
    display: none;
  }
  #lead .txt {
    padding-bottom: 60px;
  }
  #lead .txt p {
    font-size: 15px;
    font-weight: normal;
  }
}


/* case
-----------------------------------------------*/
#case {
  position: relative;
  padding: 0 40px;
}
#case .ttl {
  margin-top: 80px;
}
#case .ttl h2 {
  font-family: "InterTightRoman-Bold", "Inter Tight Bold", "Inter Tight", sans-serif;
  font-size: 54px;
  font-weight: 700;
}
#case .ttl h3 {
  font-size: 20px;
  margin-top: 10px;
}
#case .ttl h3 {
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 750px){
  #case {
    padding: 0 20px;
  }
  #case .ttl {
    margin-top: 40px;
  }
  #case .ttl h2 {
    font-size: 36px;
  }
  #case .ttl h3 {
    font-size: 16px;
    margin-top: 5px;
  }
}


/* simSlider
-----------------------------------------------*/
#simSlider .arrow {
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  z-index: 2;
  text-align: center;
}
#simSlider .arrow p {
  font-size: 20px;
}
#simSlider .arrow img {
  margin-top: 10px;
}
#simSlider .bg {
  position: relative;
  left: -40px;
  width: calc(100% + 80px);
  padding: 80px 40px 60px;
  box-sizing: border-box;
}
#simSlider .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/bgi-grid_01.svg") #ebf8ff repeat center top;
}
#simSlider .bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #d6e2eb;
}
#simSlider h3 {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
#simSlider h3 br {
  display: none;
}
#simSlider ul {
  border: 1px solid #1a202c;
  border-radius: 16px;
  background: #fff;
  padding: 100px 80px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 60px auto 0;
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.05);
  display: grid;
  gap: 100px 80px;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
#simSlider ul li {
  position: relative;
  text-align: center;
}
#simSlider ul li img {
  display: block;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}
#simSlider ul li.slick-current {
  z-index: 1;
}
#simSlider ul li .txt {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  margin-top: 25px;
}
#simSlider ul li .txt h4 {
  color: #2d3748;
}
#simSlider ul li .txt h4 strong {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 40px;
}
#simSlider ul li .txt h4 strong small {
  font-size: 20px;
}
#simSlider ul li .txt h4 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
#simSlider ul li .txt a {
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: #00afdd;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px 0 20px;
  border-radius: 4px;
  transition: background .2s;
  line-height: 1;
  height: 55px;
  white-space: nowrap;
}
#simSlider ul li .txt a:hover {
  background: #00afdd;
}
#simSlider ul li .txt a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#simSlider ul li .txt a:hover::before {
  opacity: 0.2;
}
#simSlider ul li .txt a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}
#simSlider .slick-list {
  overflow: hidden;
  border-radius: 16px;
}
#simSlider .slick-prev {
	left: -30px;
}
#simSlider .slick-next {
	right: -30px;
}
@media screen and (max-width: 1023px) {
  #simSlider h3 br {
    display: block;
  }
  #simSlider ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px){
  #simSlider .arrow {
    top: -48px;
  }
  #simSlider .arrow p {
    font-size: 15px;
  }
  #simSlider .arrow img {
    margin-top: 5px;
    width: 50px;
  }
  #simSlider .bg {
    padding: 60px 20px 40px;
  }
  #simSlider h3 {
    font-size: 28px;
  }
  #simSlider ul {
    border-radius: 0;
    padding: 40px 20px 40px;
    margin-top: 20px;
    gap: 80px 0;
  }
  #simSlider ul li img {
    max-width: 240px;
  }
  #simSlider ul li .txt {
    gap: 15px;
    margin-top: 20px;
  }
  #simSlider ul li .txt h4 strong {
    font-size: 28px;
  }
  #simSlider ul li .txt h4 strong small {
    font-size: 18px;
  }
  #simSlider ul li .txt h4 span {
    font-size: 14px;
  }
  #simSlider ul li .txt a {
    gap: 5px;
    font-size: 14px;
    padding: 0 15px;
  }
  #simSlider .slick-prev {
    left: -20px;
  }
  #simSlider .slick-next {
    right: -20px;
  }
}


/* cta
-----------------------------------------------*/
#cta {
  background: #e3e9f1;
  padding: 80px 60px;
  margin-top: 80px;
}
#cta h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
}
#cta #bnrArea {
  margin-top: 30px;
}
#cta #bnrArea ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 750px;
  margin: 0 auto;
}
#cta #bnrArea ul li.colW {
  max-width: 100%;
}
#cta #bnrArea ul li {
  max-width: calc(50% - 15px);
}
#cta #bnrArea ul li a {
  display: block;
  background: #fff;
}
#cta #bnrArea ul li a img {
  transition: opacity .2s;
}
#cta #bnrArea ul li a:hover img {
  opacity: .7;
}
@media screen and (max-width: 750px){
  #cta {
    padding: 40px 20px;
    margin-top: 0;
  }
  #cta h2 {
    font-size: 16px;
  }
  #cta #bnrArea {
    margin-top: 20px;
  }
  #cta #bnrArea ul {
    gap: 20px;
  }
  #cta #bnrArea ul li p {
    font-size: 14px;
    margin-top: 8px;
  }
}


/* msContact
-----------------------------------------------*/
@media screen and (max-width: 740px) {
  #msContact {
    margin-top: 0;
  }
}


/* lineup
-----------------------------------------------*/
#lineup {
  background: #fff;
  padding: 100px 60px;
}
#lineup h2 {
  font-size: 32px;
  text-align: center;
}
#lineup .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 880px;
  margin: 60px auto 0;
}
#lineup .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
#lineup .item .thumb {
  width: 320px;
}
#lineup .item .right {
  flex: 1;
}
#lineup .right h4 {
	color: #003459;
	font-size: 24px;
	margin-bottom: 4px;
}
#lineup .right h4 img {
	height: 24px;
}
#lineup .right h4 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
#lineup .right p {
	font-size: 14px;
}
#lineup .right p.size {
	font-size: 12px;
	line-height: 1.2;
}
#lineup .btnArea {
	justify-content: flex-start;
  margin-top: 10px;
}
#lineup .btn a {
  display: block;
  font-weight: bold;
  background: #00afdd;
  color: #fff;
  position: relative;
  border-radius: 4px;
  text-align: center;
  width: 200px;
  line-height: 48px;
  margin-right: 25px;
  transition: background .2s;
}
#lineup .btn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#lineup .btn a:hover:before {
	opacity: 0.2;
}
#lineup .btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#lineup .btn a span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 1px;
}
@media screen and (max-width: 750px){
  #lineup {
    padding: 60px 20px;
  }
  #lineup h2 {
    font-size: 24px;
  }
  #lineup .inner {
    margin: 40px auto 0;
    gap: 20px;
    margin-top: 20px;
  }
  #lineup .item {
    gap: 5px;
    border-top: 1px solid #e3e9f1;
    padding-top: 20px;
  }
  #lineup .item .thumb {
    width: 120px;
  }
  #lineup .right h4 {
    font-size: 14px;
  }
  #lineup .right h4 strong {
    line-height: 2;
  }
  #lineup .right h4 img {
    height: 20px;
    display: block;
  }
  #lineup .right h4 span {
    font-size: 12px;
  }
  #lineup .right p {
    font-size: 13px;
  }
  #lineup .right p.size {
    font-size: 11px;
  }
  #lineup .btn a {
    width: 100%;
    max-width: 205px;
  }
}