/*=============================================
=            COMMON            =
=============================================*/
main {
  margin-top: 80px;
  color: #333;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  main {
    margin-top: 90px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  #keyVisual .imgWrapper,
  #about .aboutInner,
  #feature .featureInner,
  #plan .planInner {
    width: calc(100vw - 100px);
    max-width: 1300px;
    margin: 0 auto;
  }
}

/*=============================================
=            PAGEHEAD            =
=============================================*/
#pageHead {
  margin-top: 0px;
  padding-top: 80px;
  position: relative;
}
#pageHead .bgDots {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 100px;
  z-index: 1;
}

#pageHead .bgDots.tr {
  content: "";
  position: absolute;
  top: 1;
  left: auto;
  right: 15px;
  z-index: 1;
}

#pageHead h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 30px;
  line-height: 1.5;
}
#pageHead .annoBox {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#pageHead .annoBox ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 1.2rem;
}
#pageHead .annoBox ul li {
  padding-left: 2em;
  text-indent: -2em;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #pageHead {
    margin-top: 40px;
    padding-top: 40px;
  }

  #pageHead .bgDots {
    width: 195px;
    top: 0%;
    left: 2%;
  }
  #pageHead .bgDots.tr {
    right: 2%;
  }
  #pageHead .annoBox ul {
    font-size: 1.4rem;
  }
}

/*=============================================
=            PAGE BOTTOM            =
=============================================*/
#pageBottom {
  position: relative;
  height: 100px;
}
#pageBottom .bgDots {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 100px;
  z-index: 1;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

#pageBottom .bgDots.br {
  content: "";
  position: absolute;
  left: auto;
  right: 15px;
  z-index: 1;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #pageBottom {
    height: 195px;
  }
  #pageBottom .bgDots {
    width: 195px;
  }

  #pageBottom .bgDots {
    left: 2%;
  }

  #pageBottom .bgDots.br {
    right: 2%;
  }
}

/*=============================================
=            #keyVisual            =
=============================================*/
#keyVisual .imgWrapper {
  padding: 0 5%;
}

#keyVisual .imgWrapper img {
  display: block;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #keyVisual .imgWrapper {
    margin: 50px auto 0;
    padding: 0;
  }
}

/*=============================================
=            #about            =
=============================================*/

#about .aboutInner {
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

#about .introduce h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #10347e;
  line-height: 1.5;
  margin-bottom: 3%;
}

/* #about .introduce h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
  color: #0080DE;
  margin-bottom: 4.5rem;
  line-height: 1.5;
} */

#about .aboutWrapper {
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 24%);
  border-radius: 5px;
  padding: 0;
}

#about .aboutWrapper .titleWrapper {
  background: #10347e;
  border-right: 1px solid #10347e;
  border-radius: 5px 5px 0 0;
}

#about .aboutWrapper .titleWrapper h3 {
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

#about .aboutWrapper .dscWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 7%;
}

#about .aboutWrapper .dscWrapper .viewAll {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 30px;
}

#about .aboutWrapper .dscWrapper .view {
  padding: 20px 10px 20px;
}

#about .aboutWrapper .dscWrapper .view img {
  margin-bottom: 6px;
  width: 300px;
}

#about .aboutWrapper .dscWrapper .view a {
  font-size: 1rem;
  border-bottom: solid 1px;
  float: right;
}

#about .aboutWrapper .dscWrapper p {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}

#about .aboutWrapper .dscWrapper .view2 {
  padding-right: 20px;
  padding-top: 20px;
  padding-left: 30px;
}

#about .aboutWrapper .dscWrapper .view2 img {
  width: 600px;
}

#about .aboutWrapper .dscWrapper .modalOpen {
  font-size: 2rem;
  padding: 15px 40px;
  display: block;
  text-align: center;
  background: #10347e;
  color: #ffff00;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 24%);
}
.Inner a {
  border-bottom: 1px solid;
  color: #002f7b;
}

/*  modal  */

/* .modal modal2 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modalBg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modalContent {
  overflow: scroll;
  background: #fff;
  top: 50%;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90vh;
}

.modalContent h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 30px;
  line-height: 1.5;
}

.modalContent dl {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}

.modalContent dl div {
  width: 100%;
  border-bottom: 1px solid #333;
  padding: 15px 5px;
}

.modalContent dl div:first-child {
  padding-top: 0;
}

.modalContent dt,
dd {
  float: left;
  color: #002f7b;
  padding: 0;
  margin: 0;
  display: block;
}

.modalContent dt {
  width: 13%;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}

.modalContent dd {
  width: 85%;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-bottom: 0;
}

.modalContent dd a {
  text-decoration: underline;
}

.modalContent a.modalClose {
  position: fixed;
  top: 0;
  right: 5%;
} */
/*  modal  */

.modaal-content-container h2 {
  text-align: center;
  padding: 20px;
  font-size: 2.5rem;
}

.modaal-content-container h3 {
  padding-top: 20px;
}

.modaal-content-container h6 {
  font-size: 1.5rem;
  text-align: center;
  color: #db1a1a;
}

.modaal-content-container img {
  padding: 40px;
}

.modaal-content-container dt {
  font-size: 1.7rem;
  padding-top: 20px;
}

/*----------  SP  ----------*/
@media only screen and (max-width: 768px) {
  #about .aboutInner {
    padding: 0 1% 5%;
  }

  #about .introduce h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  #about .introduce h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    line-height: 1.3;
  }

  #about .aboutWrapper .titleWrapper h3 {
    font-size: 1.8rem;
    padding: 12px 0;
    margin-top: 20px;
  }

  #about .aboutWrapper .dscWrapper {
    padding: 3% 1%;
  }

  #about .aboutWrapper .dscWrapper .view img {
    padding-left: 20px;
    width: 250px;
  }

  #about .aboutWrapper .dscWrapper .viewAll {
    padding: 10px;
    width: 100%;
  }

  #about .aboutWrapper .dscWrapper p {
    font-weight: 900;
    font-size: 2rem;
  }

  #about .aboutWrapper .dscWrapper .view a {
    font-size: 0.7rem;
    border-bottom: solid 1px;
    float: right;
  }

  #about .aboutWrapper .dscWrapper p {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
  }

  #about .aboutWrapper .dscWrapper .view2 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 0;
  }

  #about .aboutWrapper .dscWrapper .view2 img {
    width: 500px;
  }

  #about .aboutWrapper .dscWrapper .view {
    padding: 10px 0 10px 10px;
  }

  #about .aboutWrapper .dscWrapper .modalOpen {
    font-size: 1.2rem;
  }

  /*  modal  */

  .modaal-content-container h2 {
    font-size: 2rem;
    text-align: center;
  }

  .modaal-content-container dd {
    font-size: 1rem;
  }
  .modaal-content-container dt {
    padding-top: 10px;
  }
  .modaal-content-container h6 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: lighter;
    color: #db1a1a;
  }
  .modaal-content-container img {
    padding: 20px;
  }

  .modalContent dl div {
    padding: 5px 0;
  }

  .modalContent dt,
  dd {
    float: none;
  }

  .modaal {
    font-size: 1.2rem;
  }
}

/*=============================================
=            #feature            =
=============================================*/

#feature .featureInner {
  padding: 5% 0 0;
}

#feature h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 20px;
  line-height: 1.5;
}

.featureContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}

.featureContainer .featureItem {
  position: relative;
  background-color: #e6eaf2;
  margin-bottom: 30px;
  min-height: 440px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 24%);
  width: 32%;
}

.featureContainer .featureItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 93px solid #002f7b;
  border-right: 260px solid transparent;
}

.featureContainer .featureItem .featureItemWrapper {
  padding: 0 5% 5%;
}

.featureContainer .featureItem .featureItemWrapper .number {
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper {
  position: relative;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .headingArea {
  font-size: 2.5rem;
  font-weight: bold;
  color: #002f7b;
  margin-bottom: 25px;
  text-align: center;
}

.featureContainer
  .featureItem
  .featureItemWrapper
  .textWrapper
  .headingArea
  span.annotation {
  font-size: 1.2rem;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .detailArea {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .btnArea {
  margin: 0 auto;
  text-align: center;
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .btnArea a {
  display: block;
  margin: 0 auto 20px;
  max-width: 200px;
  font-size: 1.4rem;
  background-color: #ffff00;
  color: #002f7b;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.featureContainer .featureItem .featureItemWrapper .textWrapper .commentArea {
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.5;
}

/*----------  SP  ----------*/
@media only screen and (max-width: 768px) {
  #feature .featureInner {
    padding: 5% 0 0;
  }

  #feature h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .featureContainer {
    padding: 0 1.5% 0;
    flex-direction: column;
  }

  .featureContainer .featureItem {
    width: auto;
    min-height: 360px;
    margin-bottom: 15px;
  }

  .featureContainer .featureItem::before {
    border-top: 70px solid #002f7b;
    border-right: 180px solid transparent;
  }

  .featureContainer .featureItem .featureItemWrapper {
    padding: 0 2% 2%;
  }

  .featureContainer .featureItem .featureItemWrapper .number {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }

  .featureContainer .featureItem .featureItemWrapper .textWrapper .headingArea {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .featureContainer
    .featureItem
    .featureItemWrapper
    .textWrapper
    .headingArea
    span.annotation {
    font-size: 1.2rem;
  }

  .featureContainer .featureItem .featureItemWrapper .textWrapper .detailArea {
    font-size: 1.5rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  .featureContainer .featureItem .featureItemWrapper .textWrapper .btnArea a {
    margin: 0 auto 10px;
    font-size: 1.2rem;
    padding: 10px 10px;
  }

  .featureContainer .featureItem .featureItemWrapper .textWrapper .commentArea {
    font-size: 1.2rem;
  }
}

/*----------  device  ----------*/

.deviceContainer {
  padding: 0 1% 0;
}

.deviceContainer h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 30px;
  line-height: 1.5;
}

.deviceWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}

.deviceItem {
  width: 23%;
  margin-bottom: 20px;
  background: #e0e4e9;
  border-radius: 10px;
  padding: 3%;
}

.deviceItem img {
  display: block;
  width: 70%;
  margin: 0 auto 10px;
}

.deviceItem p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #10347e;
  margin: 0;
}

/*----------  SP  ----------*/
@media only screen and (max-width: 768px) {
  .deviceContainer {
    padding: 0 1% 0;
  }

  .deviceContainer h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .deviceWrapper {
    justify-content: space-around;
  }

  .deviceItem {
    width: 48%;
    margin-bottom: 10px;
    padding: 3% 0;
  }

  .deviceItem img {
    margin: 0 auto;
  }

  .deviceItem p {
    font-size: 1.4rem;
    margin: 0;
  }
}

/*=============================================
=            #plan            =
=============================================*/

#plan .planWrapper {
  padding: 5% 0 0;
}

#plan .introduce h1 {
  text-align: center;
  font-size: 2.9rem;
  font-weight: 900;
  color: #10347e;
  margin-bottom: 30px;
  line-height: 1.5;
}

#plan .planInner {
  background: #e6eaf2;
  padding: 5%;
  padding-bottom: 2%;
  border-radius: 5px;
}

#plan .planInner .planSection {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#plan .planInner .planSection:first-child {
  margin-bottom: 6rem;
}

#plan .planInner .planSection h2 {
  font-size: 1.9rem;
  color: #10347e;
  margin-bottom: 2%;
}

#plan .planInner .planSection .Inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  margin: 15px;
}

#plan .planInner .planSection p {
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 2px;
  margin: 0;
}

#plan .planInner .planSection h4 {
  font-size: 1rem;
  color: #db1a1a;
  letter-spacing: 2px;
  margin-top: 5%;
}

#plan .planInner .planSection ul {
  text-align: left;
  letter-spacing: 1px;
  margin: 0;
  margin-top: 2%;
}

.Inner ul li {
  list-style: none;
  font-size: 1rem;
  padding-right: 26px;
}

.Inner-2 ul li span {
  list-style-type: upper-alpha;
  color: #0975c2;
  font-weight: 600;
  padding-left: 6px;
}

#plan .planInner .planSection ul li span {
  color: #5e5e5e;
  font-weight: 500;
}

#plan .planInner .planSection ul li span p {
  display: inline;
  color: #0975c2;
  font-weight: bold;
}
#plan .planInner .planSection img {
  max-width: 100%;
  margin-top: 1%;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #plan .planInner .planSection {
    margin-bottom: 30px;
  }

  #plan .planInner .planSection h2 {
    font-size: 2.5rem;
    color: #10347e;
    margin-bottom: 2%;
  }

  #plan .planInner .planSection p {
    font-size: 1.6rem;
  }

  #plan .introduce p {
    text-align: center;
  }

  #plan .introduce h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    color: #10347e;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .Inner ul li {
    list-style: none;
    font-size: 1.4rem;
  }

  #plan .planInner .planSection h4 {
    font-size: 1.4rem;
    color: #db1a1a;
    letter-spacing: 2px;
    margin-top: 5%;
  }

  #plan .planInner .planSection .Inner {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    margin: 15px;
  }
}
