@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
 	line-height:1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
  color:#2C2C2C;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

*{
  box-sizing: border-box;
}

  .content{
    position: relative;
  }

  .wrapper{
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 10;
    left: 33%;
    background: #ffffff;
  }
  
  .wrapper img{
    width: 100%;
  }

.wrapper .img{
  line-height: 0;
}

  .pageCont{
    width:280px;
    top:50px;
    left: 50px;
    position: fixed;
    z-index: 999;
  }  
  
  .menuBox{
    border-radius: 8px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 0 6px 0 rgba(0 0 0 / 4%);
    margin-top: 30px;
  }
  
  .conttitle{
    text-align: center;
    color:#119FBC;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  
  .menuNav a{
    display: block;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color:#000000;
    font-family:YuGothic, "Yu Gothic medium","sans-serif";
  }
  
  .menuNav a:after{
    content:" ";
    display: block;
    height: 10px;
    width: 10px;
    border-top:2px solid #119FBC;
    border-right:2px solid #119FBC;
    position: absolute;
    top:15px;
    right: 0;
    transform: rotate(135deg);
  } 
  
  .fixedArea{
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top:0;
    align-items: center;
    z-index: 0;
    background-image: url("../images/mainBg.webp");
    background-size: cover;
    background-position: center;
  }
  
  .fixedArea span{
    max-width:1150px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: right;
  }

.fltBnr {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  text-align: center;
  position: fixed;
  padding: 10px 30px;
  bottom:0;
  left: 33%;
  width: 400px;
}

.fltBnr.visible {
    opacity: 1;
    visibility: visible;
} 
  
  .btn{
    text-align: center;
    padding: 20px 5%;
  }
  
  .table{
    overflow: scroll;
  }  
  
  .table img{
    width: 150%;
    max-width: inherit;
    padding: 20px;
  } 
  
  .rlt{
    position: relative;
  }
  
  .cvBtn{
    width: 74%;
    position: absolute;
    left: 13%;
    bottom:16%;
  }

  .cvBtn02{
    width: 74%;
    position: absolute;
    left: 13%;
    bottom:10%;
  } 
  
  .cvBtn03{
    width: 86%;
    position: absolute;
    left: 7%;
    bottom:2%;
  } 
  
  .sec04Wrap{
    background: #EAF8FF;
    padding-bottom: 20px;
  }
  
  .sec08{
    background: #EAF8FF;
    padding-bottom: 70px;
  }
  
.qua {
    background: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0 0 0 / 8%); 
    border-radius: 5px;
    overflow: hidden;
  width: 90%;
  margin: auto;
  padding: 15px;
}
  
.qua:not(:last-child){
  margin-bottom: 20px;
  }

.qua dt {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.qua dd {
    padding-top: 15px;
    display: none; /* デフォルトで非表示 */
    margin: 0;
  font-size: 12px;
  line-height: 1.7em;
  position: relative;
  padding-left: 30px;
}
  
  .qua dt img.pt01{
    position: absolute;
    left: 0;
    top:calc(50% - 15px);
    width: 20px;
  }  
  
  .qua dd img.pt01{
    position: absolute;
    left: 0;
    top:15px;
    width: 20px;
  }    
  
  .qua dt img.pt02{
    position: absolute;
    right: 0;
    top:0;
    width: 24px;
    transform: rotate(180deg);
  }  
  
  .qua dt.open img.pt02{
    transform: rotate(0deg);
  }  
  
  .footerWrap{
    padding:30px 5%;
    background: #F0F0F0;
  }
  
  .footer{
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding: 10px 0;
    align-items: center;
  }
  
  .footer a{
    color:#3E3E3E;
    text-decoration: none;
  }
  
  .footerWrap .copy{
  font-size: 8px;
    text-align: center;
    margin-top: 10px;
  }


/* スライダー全体のスタイル */
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 5%;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: initial !important;
}

.bx-viewport{
  height: auto !important;
}

/* スライド内のスタイル */
.slides {
  padding: 0;
  margin: 0;
  list-style: none;
}

.slides .slide {
  float: left; /* bxSliderに必要 */
  width: 100%; /* スライド幅を100%に */
  box-sizing: border-box;
}

.slide .slideCont {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0 0 0 / 8%);
  padding: 15px;
}

.slide .slideBox {
  padding: 15px;
}

.slide .slideBox p{
  font-family:YuGothic, "Yu Gothic medium","sans-serif";
}

.slide .img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 140px;
  width: 100%;
}

.slide .slideBox p.robo {
  font-family: "Roboto" !important;
  font-weight: 500;
  font-style: normal;
}

.slide .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.slideBox .pt01 {
  font-size: 14px;
  margin: 10px 0;
}

.slideBox .pt02 {
  font-size: 20px;
  font-weight: 500;
}

.slideBox .pt03 {
  font-size: 12px;
  line-height: 1.9em;
  margin-bottom: 20px;
}

.slideBox ul {
  height: 3.625em;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.slideBox ul li {
  padding: 3px 10px;
  border-radius: 100px;
  background: #EAF8FF;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 10px;
  color: #119FBC;
  font-weight: bold;
}

.slideBox .more {
  color: #119FBC;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
  display: none;
  margin-bottom: 10px;
}

.slideBox .more:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  display: inline-block;
  height: 5px;
  width: 5px;
  transform: rotate(135deg);
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.slideBox .more.open:after {
  transform: rotate(-45deg);
  top: 0;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

button.prev, button.next {
  width: 100px;
}

@media screen and (max-width:1150px){
  .fixedArea img{
    width: 30%;
  } 
}

@media screen and (max-width:1050px){
  .wrapper{
    width: 48%;
    position: relative;
    background: #ffffff;
    left: 23%;
  }
  
  .fixedBtn{
    width: 48%;
  }
  
    .fltBnr {
        width: 43%;
        left: 52%;
    }

.fixedArea span {
    text-align: left;
    padding-left: 4%;
    margin-top: 500px;
}  
  
}


@media screen and (max-width:780px){
  .wrapper{
    width: 100%;
    position: inherit;
    left: inherit;
    max-width: 100%;
  }
  
  .fixedArea{
    display: none !important;
  }
  
  .fltBnr {
    width: 90%;
    left: 5%;
    padding: 0;
    bottom: 10px;
}
  
  .pageCont{
    display: none !important;
  }
  
.slide .slideBox p{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}  
  
}
