@charset "UTF-8";
html {
  font-size: 62.5%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width:640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#header {
  position: fixed;
  padding: 15px;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header h1 {
  width: 210px;
}
#header h1 img {
  width: 100%;
}
#header .top-content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .top-content .content_box01 {
  margin-right: 12px;
}
#header .top-content .content_box01 .content03 {
  height: 63px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  display: block;
  background: #ffd464;
  text-align: center;
  line-height: 63px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px #fcb909;
  box-shadow: 0 6px #fcb909;
  text-decoration: none;
  padding: 0 10px;
}
#header .top-content .content_box01 .content03 a {
  text-decoration: none;
}
#header .top-content .content_box01 .content03 span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #212529;
}
#header .top-content .content01 {
  background-color: #fff;
  border: 2px solid #282655;
  padding: 4px 25px;
  color: #282655;
}
#header .top-content .content01 a {
  margin-bottom: 0;
  font-size: 22px;
  color: inherit;
  text-decoration: none;
}
#header .top-content .content01 a:hover {
  color: inherit;
  text-decoration: none;
}
#header .top-content .content02 {
  background-color: #282655;
  color: #fff;
  padding: 7px 25px;
}
#header .top-content .content02 p {
  margin-bottom: 0;
  font-size: 16px;
}

#header.inview {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 1px;
          box-shadow: 0px 4px 12px 1px;
}

#header.view {
  background-color: transparent;
}

#footer {
  position: relative;
  background-color: #282655;
  text-align: center;
  color: white;
  padding: 0 15px 27px 15px;
}
#footer a {
  color: inherit;
  text-decoration: inherit;
}
#footer a:hover {
  color: inherit;
  text-decoration: inherit;
}
#footer h1 {
  text-align: center;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
#footer h1 img {
  width: 213px;
}
#footer ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer ul li {
  margin: 0 20px;
  font-size: 16px;
}
#footer ul span {
  display: block;
  height: 30px;
  width: 2px;
  background-color: white;
}
#footer p {
  margin-bottom: 0;
}
#footer button.footer_btn {
  background: transparent;
  border: none;
  top: -40px;
  right: 50px;
  width: 80px;
  position: absolute;
}
#footer button.footer_btn img {
  width: 100%;
}

@media only screen and (min-width:641px) and (max-width:959px) {
  #header h1 {
    width: 150px;
  }
  #header h1 img {
    width: 100%;
  }
  #header .top-content {
    text-align: center;
  }
  #header .top-content .content_box01 .content03 a span {
    font-size: 1.4rem;
  }
  #header .top-content .content01 {
    background-color: #fff;
    padding: 4px 20px;
    color: #282655;
  }
  #header .top-content .content01 a {
    margin-bottom: 0;
    font-size: 20px;
  }
  #header .top-content .content02 {
    background-color: #282655;
    color: #fff;
    padding: 4px 20px;
  }
  #header .top-content .content02 p {
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width:640px) {
  #header {
    padding: 5px;
  }
  #header h1 {
    width: 120px;
  }
  #header h1 img {
    width: 100%;
  }
  #header .top-content {
    text-align: center;
  }
  #header .top-content .content01 {
    background-color: #fff;
    padding: 4px 5px;
    color: #282655;
  }
  #header .top-content .content01 a {
    margin-bottom: 0;
    font-size: 16px;
  }
  #header .top-content .content02 {
    background-color: #282655;
    color: #fff;
    padding: 4px 5px;
  }
  #header .top-content .content02 p {
    margin-bottom: 0;
    font-size: 14px;
  }

  #footer h1 img {
    width: 150px;
  }
  #footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #footer ul li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #footer ul li span {
    display: none;
  }
  #footer button.footer_btn {
    background: transparent;
    border: none;
    top: -30px;
    right: 0px;
    width: 70px;
    position: absolute;
  }
  #footer button.footer_btn img {
    width: 100%;
  }

  #irex_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #dcdcdc;
  }
  #irex_banner a {
    height: 60px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    display: block;
    width: 100%;
    background: #ffd464;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0 6px #fcb909;
    box-shadow: 0 6px #fcb909;
    font-size: 1.6em;
    text-decoration: none;
    margin: 0 auto;
  }
  #irex_banner a span {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #212529;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .is-hidden {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
}

.triangle3 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  margin: 0 auto;
  background-color: #212121;
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
}

section#section01 {
  background-image: url(../images/section01-bg.jpg);
  background-size: cover;
  padding: 207px 15px 30px;
}
section#section01 .sentence {
  color: #fff;
  padding-left: 143px;
  margin-bottom: 200px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
section#section01 .sentence h3 {
  font-size: 32px;
  margin-bottom: 30px;
  text-shadow: 2px 4px 8px black;
  font-weight: bold;
}
section#section01 .sentence p {
  font-size: 16px;
  text-shadow: 2px 4px 8px black;
  font-weight: bold;
}

section#section02 {
  padding-bottom: 100px;
  position: relative;
}
section#section02 .contact_btn {
  width: 70px;
  position: fixed;
  top: 300px;
  right: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  background: none;
  border: none;
  padding: 0;
  z-index: 2;
}
section#section02 .contact_btn img {
  width: 100%;
}
section#section02 .box .content {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 80px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  z-index: 1;
}
section#section02 .box .content .item {
  width: 30%;
  border: 2px solid #282655;
}
section#section02 .box .content .item .title {
  background-color: #282655;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 25px;
  text-align: center;
}
section#section02 .box .content .item .title h5 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
section#section02 .box .content .item .sentence {
  padding: 0 30px;
  font-family: "ヒラギノ角ゴシック", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
section#section02 .box .content .item .sentence img {
  width: 100%;
  margin-bottom: 15px;
}
section#section02 .box .content .item .sentence p {
  font-size: 16px;
}
section#section02 .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto;
}
section#section02 .box2 .img {
  width: 50%;
  padding: 5px;
}
section#section02 .box2 .img img {
  width: 100%;
}
section#section02 .box2 .sentence {
  width: 50%;
  padding: 35px 20px 50px 50px;
  font-family: "ヒラギノ角ゴシック", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
section#section02 .box2 .sentence h5 {
  font-size: 28px;
  color: #282655;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "ヒラギノ角ゴシック", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
section#section02 .box2 .sentence span {
  background-color: #282655;
  width: 70px;
  display: block;
  margin-bottom: 35px;
  height: 2px;
}
section#section02 .box2 .sentence p {
  font-size: 16px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴシック", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

section#section03 {
  background-color: #212121;
  background-image: url(../images/section03-bg.png);
  background-size: cover;
  background-position: bottom;
  color: #fff;
  text-align: center;
}
section#section03 .inner {
  background-color: #212121;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  padding: 130px 15px;
}
section#section03 .title {
  margin-bottom: 95px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
section#section03 h2 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
}
section#section03 span {
  width: 70px;
  height: 2px;
  background-color: #fff;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
section#section03 p {
  font-size: 16px;
  margin-bottom: 30px;
}
section#section03 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  margin: 0 auto 95px auto;
}
section#section03 .content .img {
  width: 45%;
}
section#section03 .content .img img {
  width: 100%;
}
section#section03 .content .sentence {
  width: 50%;
  text-align: left;
}
section#section03 .content .sentence h5 {
  margin-bottom: 25px;
}
section#section03 .content .sentence h5 img {
  width: 50%;
}
section#section03 .content .sentence p {
  padding-left: 40px;
  font-size: 16px;
}
section#section03 h4 {
  font-size: 28px;
  margin-bottom: 15px;
}
section#section03 span {
  background-color: #fff;
  height: 2px;
  margin: auto auto;
  width: 70px;
  margin-bottom: 62px;
}
section#section03 .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 980px;
  width: 100%;
  margin: auto;
}
section#section03 .content2 .item {
  border: 2px solid #fff;
  width: 31%;
  margin: 0 auto 30px auto;
  border-radius: 5px;
  padding: 15px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section#section03 .content2 .item title {
  display: block;
  font-size: 20px;
  border-bottom: 3px #fff solid;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
section#section03 .content2 .item ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
section#section03 .content2 .item ul li {
  font-size: 16px;
}

section#robodex, #IREX {
  background-color: #212121;
  background-image: url(../images/robodex_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "ヒラギノ明朝 Pro", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 78px 0 76px;
}
section#robodex .box, #IREX .box {
  width: 70%;
  margin: 0 auto;
}
section#robodex .title, #IREX .title {
  letter-spacing: 2.15px;
  line-height: calc(63/43);
  color: #fff;
}
section#robodex .title h2, #IREX .title h2 {
  font-size: 3rem;
}
section#robodex .date, #IREX .date {
  margin-top: 25px;
}
section#robodex .date p, #IREX .date p {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  padding: 4px 12px 5px 16px;
  border: solid 1px #fff;
  color: #fff;
}
section#robodex .date span.small, #IREX .date span.small {
  font-size: 1.8rem;
}
section#robodex .sentence, #IREX .sentence {
  margin-top: 26px;
}
section#robodex .sentence p + p, #IREX .sentence p + p {
  margin-top: 26px;
}
section#robodex .sentence p, #IREX .sentence p {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: calc(30/20);
  color: #fff;
}
section#robodex .sentence a, #IREX .sentence a {
  color: #ffd464;
  text-decoration: underline;
}
section#robodex .sentence .btn_wrapper, #IREX .sentence .btn_wrapper {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#robodex .sentence .btn_wrapper a, #IREX .sentence .btn_wrapper a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  display: block;
  width: 370px;
  height: 60px;
  background: #ffd464;
  color: #212529;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  -webkit-box-shadow: 0 6px #fcb909;
          box-shadow: 0 6px #fcb909;
  font-size: 2rem;
  text-decoration: none;
}
section#robodex .sentence .btn_wrapper a + a, #IREX .sentence .btn_wrapper a + a {
  margin-left: 20px;
}
section#robodex .btn, #IREX .btn {
  margin-top: 38px;
}
section#robodex .btn a, #IREX .btn a {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  color: #333;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  width: 312px;
  height: 66px;
  line-height: 66px;
  background-color: #ffd464;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px #fcb909;
          box-shadow: 0 4px #fcb909;
  text-decoration: none;
}

section#section04 {
  padding: 100px 15px;
  font-family: "ヒラギノ角ゴシック";
}
section#section04 .title {
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
section#section04 .title h2 {
  color: #282655;
  font-size: 32px;
  line-height: 1.7;
  padding-bottom: 20px;
  font-weight: bold;
}
section#section04 .title span {
  height: 2px;
  width: 70px;
  background-color: #282655;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
section#section04 .title p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 100px;
}
section#section04 .box {
  width: 70%;
  margin: 0 auto;
}
section#section04 .box .content h5 {
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
section#section04 .box .content h5 img {
  width: 100%;
}
section#section04 .box .content .sier .sier_title {
  font-family: "ヒラギノ明朝 Pro", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 24px;
}
section#section04 .box .content .sier ul {
  margin: 20px 0;
}
section#section04 .box .content .sier ul li {
  margin-bottom: 10px;
}
section#section04 .box .content .sier ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}
section#section04 .box .content p {
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 16px;
}
section#section04 .box .content table {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 23px;
  color: black;
}
section#section04 .box .content table th {
  font-weight: lighter;
}
section#section04 .box .content table th a {
  text-decoration: underline;
}
section#section04 .box .content table th.num {
  background-color: #282655;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
section#section04 .box .content .attention {
  margin-bottom: 60px;
}
section#section04 .box .content .attention p {
  font-weight: bold;
  font-size: 16px;
}
section#section04 .box .content .explain {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
section#section04 .box .content .explain span {
  margin-right: 20px;
  width: 20px;
  height: 20px;
}
section#section04 .box .content .explain span img {
  width: 100%;
}
section#section04 .box .content .explain p {
  margin: 0;
}
section#section04 .box h2 {
  color: #282655;
  padding-left: 20px;
  border-left: 3px solid #282655;
}
section#section04 .box .content2 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#section04 .box .content2 .img {
  width: 50%;
}
section#section04 .box .content2 .img img {
  width: 100%;
}
section#section04 .box .content2 .sentence {
  width: 50%;
  padding-top: 15px;
  padding-left: 30px;
}
section#section04 .box .content2 .sentence p {
  font-size: 16px;
}
section#section04 .box .content2 .sentence img {
  width: 100%;
}
section#section04 .box .content3 {
  margin-top: 30px;
}
section#section04 .box .content3 .item {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #282655;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
section#section04 .box .content3 .table {
  display: table;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  margin-bottom: 0;
}
section#section04 .box .content3 .table .content, section#section04 .box .content3 .table .package_detail {
  display: table-cell;
  font-size: 16px;
}
section#section04 .box .content3 .table .content {
  border-right: 1px solid #dee2e6;
}
section#section04 .box .content3 .table .content div {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section#section04 .box .content3 .table .content .package_name {
  font-weight: bold;
}
section#section04 .box .content3 .table .content .price .red {
  color: red;
  font-weight: bold;
}
section#section04 .box .content3 .table .package_detail ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #dee2e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section#section04 .box .content3 .table .package_detail ul li:last-child {
  border-bottom: none;
}
section#section04 .box .content3 .table .package_detail ul li:nth-child(even) {
  background: #f4f4f4;
}
section#section04 .box .content3 figure {
  border: 1px solid #dee2e6;
  text-align: center;
}
section#section04 .box .content3 figure img {
  max-width: 980px;
  margin: 0 auto;
}
section#section04 .box .content3 figure span {
  font-size: 14px;
  color: red;
  display: block;
  margin: 10px 0;
}
section#section04 .box .contact_ascent {
  text-align: center;
}
section#section04 .box .contact_ascent .attention {
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section#section04 .box .contact_ascent .attention p {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
section#section04 .box .contact_ascent .btn {
  margin-top: 20px;
}
section#section04 .box .contact_ascent .btn a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 30px;
  background: #282655;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
section#section04 .box .contact_ascent .btn a:hover {
  opacity: 0.85;
}

section#section05 {
  padding: 96px 15px;
  font-family: "ヒラギノ角ゴシック", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
section#section05 h2 {
  color: #282655;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 32px;
  line-height: 1.7;
  margin-bottom: 35px;
  font-weight: bold;
}
section#section05 span {
  height: 2px;
  margin: auto;
  width: 70px;
  display: block;
  background-color: #282655;
  margin-bottom: 50px;
}
section#section05 .img-box {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
section#section05 .img-box img {
  width: 100%;
}

section#section07 {
  background-position: bottom;
  background-color: #141a3a;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 15px;
  position: relative;
}
section#section07 .junl-list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 30px;
}
section#section07 .junl-list p {
  font-size: 18px;
  text-align: center;
}
section#section07 .junl-list p span {
  border-left: #fff 2px solid;
  padding: 5px 20px;
  margin-bottom: 7px;
  line-height: 2;
}
section#section07 .junl-list p span.borderRight {
  border-right: #fff 2px solid;
}
.content-box {
    display: block;
    text-align: center;
}
section#section07 .content-box .content {
  display: inline-table;
  background-color: #fff;
  /* max-width: 1080px; */
  width: 35%;
  /* width: 100%; */
  margin: 0 auto 30px;
  padding: 30px 35px 35px 35px;
  /* padding: 42px 50px 38px 50px; */
}
section#section07 .content-box .content h2 {
  color: #282655;
  margin-bottom: 10px;
  /* margin-bottom: 35px; */
  font-size: 22px;
  /* font-size: 28px; */
  font-weight: bold;
  padding-left: 20px;
  border-left: #282655 3px solid;
  text-align: left;
}
section#section07 .content-box .content .item {
  /* max-width: 980px; */
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  /* display: flex; */
}
section#section07 .content-box .content .item .img {
  margin-top: 20px;
  /* padding: 0 30px 0 0; */
  width: 100%;
  /* width: 50%; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 16 / 9;
}
section#section07 .content-box .content .item .img iframe {
  width: 100%;
  /* height: 300px; */
  height: 95%;
  margin-bottom: 15px;
}
section#section07 .content-box .content .item .img a {
  color: #a3a3a3;
  margin-bottom: 18px;
  display: block;
  font-size: 14px;
}
section#section07 .content-box .content .item .img a.gray {
  margin-bottom: 18px;
  display: block;
}
section#section07 .content-box .content .item .img .thumb a {
  margin-bottom: 0;
}
section#section07 .content-box .content .item .img .junl {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#section07 .content-box .content .item .img .junl span {
  padding: 4px 15px;
  font-size: 14px;
  /* font-size: 16px; */
  margin-right: 8px;
  border-radius: 5px;
  margin-bottom: 7px;
}
section#section07 .content-box .content .item .img .junl span.junl1 {
  background-color: #5faee6;
}
section#section07 .content-box .content .item .img .junl span.junl2 {
  background-color: #edd825;
}
section#section07 .content-box .content .item .img .junl span.junl3 {
  background-color: #e58850;
}
section#section07 .content-box .content .item .img .junl span.junl4 {
  background-color: #536dc5;
}
section#section07 .content-box .content .item .img .junl span.junl5 {
  background-color: #53bdc5;
}
section#section07 .content-box .content .item .img .junl span.junl6 {
  background-color: #55c37c;
}
section#section07 .content-box .content .item .img .junl span.junl7 {
  background-color: #a9ce52;
}
section#section07 .content-box .content .item .img .junl span.junl8 {
  background-color: #f57474;
}
section#section07 .content-box .content .item .img .junl span.junl9 {
  background-color: #e74242;
}
section#section07 .content-box .content .item .img .junl span.junl10 {
  background-color: #da708d;
}
section#section07 .content-box .content .item .img .junl span.junl11 {
  background-color: #9e83ca;
}
section#section07 .content-box .content .item .description {
  width: 100%;
  /* width: 50%; */
  height: 325px;
  margin-top: 20px;
}
section#section07 .content-box .content .item .description h5 {
  margin-bottom: 18px;
  font-size: 16px;
  /* font-size: 20px; */
  color: #282655;
  font-weight: bold;
}
section#section07 .content-box .content .item .description p {
  line-height: 1.4;
  font-size: 15px;
  /* font-size: 16px; */
  text-align: left;
}
section#section07 .content-box .content .item .description ul {
  color: black;
  font-size: 15px;
  /* font-size: 16px; */
  line-height: 1.4;
  list-style: disc;
  text-align: left;
}
section#section07 .content-box .content .item .description ul li {
  color: black;
}
section#section07 .content-box .content .item .description ul.list-num {
  list-style-type: none;
  padding-left: 0;
}
section#section07 .content-box .hidden1.closed {
  display: none;
}
section#section07 .content-box .hidden1.opened {
  display: block;
}
section#section07 .content-box .hidden2.closed {
  display: none;
}
section#section07 .content-box .hidden2.opened {
  display: block;
}
section#section07 .content-box .btn {
  text-align: center;
  width: 100%;
}
section#section07 .content-box .btn button.btn-more {
  background-color: transparent;
  outline: none;
  border: none;
}
section#section07 .content-box .btn button.btn-more img {
  width: 85px;
}
section#section07 .content-box .btn button.btn-more.opened .open {
  display: none;
}
section#section07 .content-box .btn button.btn-more.opened .closing {
  display: block;
}
section#section07 .content-box .btn button.btn-more.closed .open {
  display: block;
}
section#section07 .content-box .btn button.btn-more.closed .closing {
  display: none;
  opacity: 1;
}

section#section06 {
  padding: 95px 15px 130px;
}
section#section06 a.anchor {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
section#section06 h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #282655;
  margin-bottom: 30px;
}
section#section06 span.border_bottom {
  height: 2px;
  width: 70px;
  display: block;
  background-color: #282655;
  margin: auto;
  margin-bottom: 30px;
}
section#section06 p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}
section#section06 .contact_box {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 3px 3px #dedfe2;
          box-shadow: 0px 0px 3px 3px #dedfe2;
  border-radius: 10px;
  padding: 35px 50px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media only screen and (min-width:641px) and (max-width:959px) {
  section#section01 {
    background-image: url(../images/section01-bg.jpg);
    background-size: cover;
    padding: 157px 15px 30px;
  }
  section#section01 .sentence {
    color: #fff;
    padding-left: 73px;
    margin-bottom: 100px;
  }
  section#section01 .sentence h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  section#section01 .sentence p {
    font-size: 15px;
  }

  section#section02 {
    padding-bottom: 100px;
    position: relative;
  }
  section#section02 .contact_btn {
    width: 50px;
    position: fixed;
    top: 300px;
    right: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    background: none;
    border: none;
    padding: 0;
  }
  section#section02 .contact_btn img {
    width: 100%;
  }
  section#section02 .box .content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  section#section02 .box .content .item {
    width: 30%;
    border: 2px solid #282655;
  }
  section#section02 .box .content .item .title {
    background-color: #282655;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro";
  }
  section#section02 .box .content .item .title h5 {
    margin: 0;
    font-size: 16px;
  }
  section#section02 .box .content .item .sentence {
    padding: 0 15px;
    font-family: "ヒラギノ角ゴシック";
  }
  section#section02 .box .content .item .sentence img {
    width: 100%;
    margin-bottom: 15px;
  }
  section#section02 .box .content .item .sentence p {
    font-size: 14px;
  }
  section#section02 .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  section#section02 .box2 .img {
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section#section02 .box2 .img img {
    width: 100%;
  }
  section#section02 .box2 .sentence {
    width: 100%;
    padding: 25px 40px 20px 40px;
    font-family: "ヒラギノ角ゴシック";
  }
  section#section02 .box2 .sentence h5 {
    font-size: 22px;
    color: #282655;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "ヒラギノ角ゴシックz";
  }
  section#section02 .box2 .sentence span {
    background-color: #282655;
    width: 70px;
    display: block;
    margin-bottom: 35px;
    height: 2px;
  }
  section#section02 .box2 .sentence p {
    font-size: 14px;
    line-height: 1.6;
  }

  section#section03 {
    padding: 0px 15px;
  }
  section#section03 .title {
    margin-bottom: 30px;
  }
  section#section03 h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  section#section03 span {
    width: 70px;
    height: 2px;
    background-color: #fff;
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }
  section#section03 p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#section03 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin: 0 auto 95px auto;
  }
  section#section03 .content .img {
    width: 80%;
    margin: 0 auto 40px auto;
  }
  section#section03 .content .img img {
    width: 100%;
  }
  section#section03 .content .sentence {
    width: 100%;
    text-align: left;
  }
  section#section03 .content .sentence h5 {
    margin-bottom: 25px;
  }
  section#section03 .content .sentence h5 img {
    width: 30%;
  }
  section#section03 .content .sentence p {
    padding-left: 40px;
    font-size: 14px;
  }
  section#section03 .content01 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  section#section03 .content02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section03 h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  section#section03 span {
    background-color: #fff;
    height: 2px;
    margin: auto auto;
    width: 70px;
    margin-bottom: 62px;
  }
  section#section03 .content2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 80%;
    margin: auto;
  }
  section#section03 .content2 .item {
    width: 48%;
    margin: 0 auto 30px auto;
    border-radius: 5px;
    padding: 20px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section#section03 .content2 .item title {
    display: block;
    font-size: 20px;
    border-bottom: 3px #fff solid;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  section#section03 .content2 .item ul {
    padding: 0;
    list-style: none;
    text-align: left;
  }
  section#section03 .content2 .item ul li {
    font-size: 16px;
  }

  section#robodex, #IREX {
    background-position: 100% 80%;
    text-align: center;
  }
  section#robodex .box, #IREX .box {
    width: 90%;
    padding: 0 20px;
  }
  section#robodex .title h2, #IREX .title h2 {
    font-size: 2.5rem;
  }
  section#robodex .date p, #IREX .date p {
    font-size: 1.6rem;
  }
  section#robodex .date span.small, #IREX .date span.small {
    font-size: 1.4rem;
  }
  section#robodex .sentence p, #IREX .sentence p {
    font-size: 1.6rem;
  }
  section#robodex .sentence .btn_wrapper, #IREX .sentence .btn_wrapper {
    width: 100%;
  }
  section#robodex .sentence .btn_wrapper a, #IREX .sentence .btn_wrapper a {
    font-size: 1.6rem;
  }
  section#robodex .btn a, #IREX .btn a {
    font-size: 1.8rem;
    width: 312px;
    height: 54px;
    line-height: 54px;
  }

  section#section04 {
    padding: 60px 15px;
  }
  section#section04 .title {
    text-align: center;
  }
  section#section04 .title h2 {
    color: #282655;
    font-size: 25px;
    line-height: 1.7;
    padding-bottom: 20px;
  }
  section#section04 .title span {
    height: 2px;
    width: 70px;
    background-color: #282655;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  section#section04 .title p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 60px;
  }
  section#section04 .box {
    width: 70%;
    margin: 0 auto;
  }
  section#section04 .box .content h5 {
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    overflow: hidden;
  }
  section#section04 .box .content h5 img {
    width: 100%;
  }
  section#section04 .box .content p {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  section#section04 .box .content table {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 23px;
    color: black;
  }
  section#section04 .box .content table th {
    font-weight: lighter;
  }
  section#section04 .box .content table th.num {
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  section#section04 .box .content .explain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
  section#section04 .box .content .explain span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
  }
  section#section04 .box .content .explain span img {
    width: 100%;
  }
  section#section04 .box h2 {
    color: #282655;
    padding-left: 20px;
    border-left: 3px solid #282655;
  }
  section#section04 .box .content2 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section04 .box .content2 .img {
    width: 100%;
    margin-bottom: 30px;
  }
  section#section04 .box .content2 .img img {
    width: 100%;
  }
  section#section04 .box .content2 .sentence {
    width: 100%;
    padding: 15px 20px;
  }
  section#section04 .box .content2 .sentence p {
    font-size: 16px;
  }
  section#section04 .box .content2 .sentence img {
    width: 100%;
  }

  section#section05 {
    padding: 56px 15px;
    font-family: "ヒラギノ角ゴシック";
  }
  section#section05 h2 {
    color: #282655;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro";
    font-size: 25px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  section#section05 span {
    height: 2px;
    margin: auto;
    width: 70px;
    display: block;
    background-color: #282655;
    margin-bottom: 50px;
  }
  section#section05 .img-box {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }
  section#section05 .img-box img {
    width: 100%;
  }

  section#section07 {
    padding: 50px 30px;
  }
  section#section07 .junl-list {
    max-width: 867px;
    margin: 0 auto 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section07 .junl-list p {
    padding: 5px 20px;
    font-size: 18px;
    margin-bottom: 7px;
  }
  section#section07 .junl-list p span {
    margin-bottom: 8px;
    line-height: 2;
  }
  section#section07 .junl-list li:last-child {
    border-right: #fff 2px;
  }
  section#section07 .content-box .content {
    background-color: #fff;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 42px 50px 38px 50px;
  }
  section#section07 .content-box .content h2 {
    color: #282655;
    margin-bottom: 35px;
    font-size: 23px;
    font-weight: bold;
    padding-left: 20px;
    border-left: #282655 3px solid;
  }
  section#section07 .content-box .content .item {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  section#section07 .content-box .content .item .img {
    padding: 0 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section#section07 .content-box .content .item .img img {
    width: 100%;
    margin-bottom: 7px;
  }
  section#section07 .content-box .content .item .img a {
    color: #a3a3a3;
    margin-bottom: 15px;
  }
  section#section07 .content-box .content .item .img .junl {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section07 .content-box .content .item .img .junl span {
    padding: 4px 15px;
    font-size: 16px;
    margin-right: 8px;
    border-radius: 5px;
    margin-bottom: 7px;
  }
  section#section07 .content-box .content .item .description {
    width: 100%;
    padding: 30px;
  }
  section#section07 .content-box .content .item .description h5 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #282655;
    font-weight: bold;
  }
  section#section07 .content-box .content .item .description p {
    line-height: 1.4;
    font-size: 14px;
  }
  section#section07 .content-box .content .item .description ul {
    color: black;
    font-size: 16px;
    line-height: 1.4;
    list-style: disc;
  }
  section#section07 .content-box .btn {
    text-align: center;
    width: 100%;
  }
  section#section07 .content-box .btn button.btn-more {
    background-color: transparent;
    border: none;
  }
  section#section07 .content-box .btn button.btn-more img {
    width: 55px;
  }
  section#section07 .content-box .btn button.btn-more.opened .open {
    display: none;
  }
  section#section07 .content-box .btn button.btn-more.opened .close {
    display: block;
  }
  section#section07 .content-box .btn button.btn-more.closed .open {
    display: block;
  }
  section#section07 .content-box .btn button.btn-more.closed .close {
    display: none;
    opacity: 1;
  }

  section#section06 a.anchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
  }
  section#section06 h2 {
    font-family: "ヒラギノ明朝 Pro";
    font-size: 25px;
    text-align: center;
    color: #282655;
    margin-bottom: 20px;
  }
  section#section06 span.border_bottom {
    height: 2px;
    width: 70px;
    display: block;
    background-color: #282655;
    margin: auto;
    margin-bottom: 30px;
  }
  section#section06 p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:640px) {
  .triangle3 {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    margin: 0 auto;
    background-color: #212121;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }

  section#section01 {
    padding: 130px 15px 15px;
    background-image: url(../images/section01-bg2.png);
    background-position: bottom;
  }
  section#section01 .sentence {
    padding-left: 0px;
    margin-bottom: 30px;
  }
  section#section01 .sentence h3 {
    font-size: 22px;
    margin-bottom: 45px;
    line-height: 1.5;
  }
  section#section01 .sentence p {
    font-size: 16px;
  }
  section#section01 .sentence p br {
    display: none;
  }

  section#section02 {
    padding-bottom: 40px;
    position: relative;
  }
  section#section02 .contact_btn {
    width: 40px;
    position: fixed;
    top: 300px;
    right: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    background: none;
    border: none;
    padding: 0;
  }
  section#section02 .contact_btn img {
    width: 100%;
  }
  section#section02 .box .content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  section#section02 .box .content .item {
    width: 100%;
    margin-bottom: 30px;
  }
  section#section02 .box .content .item .title {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 20px;
  }
  section#section02 .box .content .item .title h5 {
    font-size: 16px;
  }
  section#section02 .box .content .item .sentence {
    padding: 0 15px;
    text-align: center;
  }
  section#section02 .box .content .item .sentence img {
    width: 50%;
    margin: auto;
    margin-bottom: 15px;
  }
  section#section02 .box .content .item .sentence p {
    font-size: 14px;
    text-align: left;
  }
  section#section02 .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  section#section02 .box2 .img {
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section#section02 .box2 .img img {
    width: 100%;
  }
  section#section02 .box2 .sentence {
    width: 100%;
    padding: 5px 10px 20px 10px;
    font-family: "ヒラギノ角ゴシック";
  }
  section#section02 .box2 .sentence h5 {
    font-size: 20px;
    color: #282655;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "ヒラギノ角ゴシックz";
  }
  section#section02 .box2 .sentence span {
    background-color: #282655;
    width: 70px;
    display: block;
    margin-bottom: 35px;
    height: 2px;
  }
  section#section02 .box2 .sentence p {
    font-size: 14px;
    line-height: 1.6;
  }

  section#section03 {
    padding: 0px 15px;
    background-image: none;
  }
  section#section03 .inner {
    width: 100%;
    padding: 40px 15px;
  }
  section#section03 .title {
    margin-bottom: 25px;
  }
  section#section03 h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  section#section03 span {
    width: 70px;
    height: 2px;
    background-color: #fff;
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }
  section#section03 p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
  }
  section#section03 p br {
    display: none;
  }
  section#section03 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto 45px auto;
  }
  section#section03 .content .img {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  section#section03 .content .img img {
    width: 100%;
  }
  section#section03 .content .sentence {
    width: 100%;
    text-align: left;
  }
  section#section03 .content .sentence h5 {
    margin-bottom: 25px;
  }
  section#section03 .content .sentence h5 img {
    width: 50%;
  }
  section#section03 .content .sentence p {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  section#section03 .content01 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  section#section03 .content02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section03 h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  section#section03 span {
    background-color: #fff;
    height: 2px;
    margin: auto auto;
    width: 70px;
    margin-bottom: 32px;
  }
  section#section03 .content2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 90%;
    margin: auto;
  }
  section#section03 .content2 .item {
    width: 100%;
    margin: 0 auto 30px auto;
    border-radius: 5px;
    padding: 10px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section#section03 .content2 .item title {
    display: block;
    font-size: 18px;
    border-bottom: 3px #fff solid;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  section#section03 .content2 .item ul {
    padding: 0;
    list-style: none;
    text-align: left;
  }
  section#section03 .content2 .item ul li {
    font-size: 14px;
  }

  section#robodex, #IREX {
    background-position: 100% 70%;
    padding: 50px 0 60px;
  }
  section#robodex .box, #IREX .box {
    width: 80%;
    padding: 0 20px;
  }
  section#robodex .title h2, #IREX .title h2 {
    font-size: 2.2rem;
  }
  section#robodex .date, #IREX .date {
    margin-top: 25px;
  }
  section#robodex .date p, #IREX .date p {
    font-size: 1.4rem;
  }
  section#robodex .date span.small, #IREX .date span.small {
    font-size: 1.3rem;
  }
  section#robodex .sentence, #IREX .sentence {
    margin-top: 20px;
  }
  section#robodex .sentence p + p, #IREX .sentence p + p {
    margin-top: 20px;
  }
  section#robodex .sentence p, #IREX .sentence p {
    font-size: 1.4rem;
  }
  section#robodex .sentence .btn_wrapper, #IREX .sentence .btn_wrapper {
    width: 100%;
    margin: 20px auto;
    display: block;
  }
  section#robodex .sentence .btn_wrapper a, #IREX .sentence .btn_wrapper a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }
  section#robodex .sentence .btn_wrapper a + a, #IREX .sentence .btn_wrapper a + a {
    margin-left: 0;
    margin-top: 20px;
  }
  section#robodex .btn, #IREX .btn {
    display: block;
    margin-top: 50px;
  }
  section#robodex .btn a, #IREX .btn a {
    font-size: 1.6rem;
    width: 245px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
  }

  section#section04 {
    padding: 30px 15px;
  }
  section#section04 .title {
    text-align: center;
  }
  section#section04 .title h2 {
    color: #282655;
    font-size: 22px;
    line-height: 1.7;
    padding-bottom: 10px;
  }
  section#section04 .title span {
    height: 2px;
    width: 70px;
    background-color: #282655;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  section#section04 .title p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
  }
  section#section04 .title p br {
    display: none;
  }
  section#section04 .box {
    width: 100%;
    margin: 0 auto;
  }
  section#section04 .box .content h5 {
    padding-left: 0px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
  }
  section#section04 .box .content h5 img {
    width: 180%;
  }
  section#section04 .box .content p {
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#section04 .box .content table {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 23px;
    color: black;
  }
  section#section04 .box .content table th {
    font-weight: lighter;
  }
  section#section04 .box .content table th.num {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
  }
  section#section04 .box .content .explain {
    margin-bottom: 60px;
  }
  section#section04 .box .content .explain span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
  }
  section#section04 .box h2 {
    color: #282655;
    padding-left: 20px;
    border-left: 3px solid #282655;
  }
  section#section04 .box .content2 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section04 .box .content2 .img {
    width: 100%;
    margin-bottom: 20px;
  }
  section#section04 .box .content2 .img img {
    width: 100%;
  }
  section#section04 .box .content2 .sentence {
    width: 100%;
    padding: 15px 0px;
  }
  section#section04 .box .content2 .sentence p {
    font-size: 14px;
  }
  section#section04 .box .content2 .sentence img {
    width: 100%;
  }
  section#section04 .box .contact_ascent .btn a {
    font-size: 14px;
  }

  section#section05 {
    padding: 36px 15px;
  }
  section#section05 h2 {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  section#section05 span {
    height: 2px;
    margin: auto;
    width: 70px;
    display: block;
    background-color: #282655;
    margin-bottom: 50px;
  }
  section#section05 .img-box {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }
  section#section05 .img-box img {
    width: 100%;
  }

  section#section07 {
    padding: 30px 15px;
  }
  section#section07 .junl-list {
    max-width: 867px;
    margin: 0 auto 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section07 .junl-list p {
    font-size: 13px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section07 .junl-list p span {
    padding: 5px 20px;
    line-height: 2.5;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #000;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: bold;
  }
  section#section07 .junl-list li:last-child {
    border-right: #fff 2px;
  }
  section#section07 .junl-list span.junl1 {
    background-color: #5faee6;
  }
  section#section07 .junl-list span.junl2 {
    background-color: #edd825;
  }
  section#section07 .junl-list span.junl3 {
    background-color: #e58850;
  }
  section#section07 .junl-list span.junl4 {
    background-color: #536dc5;
  }
  section#section07 .junl-list span.junl5 {
    background-color: #53bdc5;
  }
  section#section07 .junl-list span.junl6 {
    background-color: #55c37c;
  }
  section#section07 .junl-list span.junl7 {
    background-color: #a9ce52;
  }
  section#section07 .junl-list span.junl8 {
    background-color: #f57474;
  }
  section#section07 .junl-list span.junl9 {
    background-color: #e74242;
  }
  section#section07 .junl-list span.junl10 {
    background-color: #da708d;
  }
  section#section07 .junl-list span.junl11 {
    background-color: #9e83ca;
  }
  section#section07 .junl-list span.junl0 {
    color: black;
  }
  section#section07 .content-box .content {
    width: 100%;
    margin: 0 auto 30px;
    padding: 42px 20px 38px 20px;
  }
  section#section07 .content-box .content h2 {
    color: #282655;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    border-left: #282655 3px solid;
  }
  section#section07 .content-box .content .item {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  section#section07 .content-box .content .item .img {
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  section#section07 .content-box .content .item .img iframe {
    /* height: 300px; */
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
  section#section07 .content-box .content .item .img a {
    color: #a3a3a3;
    margin-bottom: 15px;
  }
  section#section07 .content-box .content .item .img .junl {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section07 .content-box .content .item .img .junl span {
    padding: 2px 18px;
    font-size: 14px;
    margin-right: 8px;
    border-radius: 5px;
    margin-bottom: 7px;
  }
  section#section07 .content-box .content .item .description {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  section#section07 .content-box .content .item .description h5 {
    margin-bottom: 16px;
    font-size: 16px;
    color: #282655;
    font-weight: bold;
  }
  section#section07 .content-box .content .item .description p {
    line-height: 1.4;
    font-size: 14px;
  }
  section#section07 .content-box .content .item .description p br {
    display: none;
  }
  section#section07 .content-box .content .item .description ul {
    color: black;
    font-size: 14px;
    line-height: 1.4;
    list-style: disc;
    padding-left: 15px;
  }
  section#section07 .content-box .btn {
    text-align: center;
    width: 100%;
  }
  section#section07 .content-box .btn button.btn-more {
    background-color: transparent;
    border: none;
  }
  section#section07 .content-box .btn button.btn-more img {
    width: 65px;
  }
  section#section07 .content-box .btn button.btn-more.opened .open {
    display: none;
  }
  section#section07 .content-box .btn button.btn-more.opened .close {
    display: block;
  }
  section#section07 .content-box .btn button.btn-more.closed .open {
    display: block;
  }
  section#section07 .content-box .btn button.btn-more.closed .close {
    display: none;
    opacity: 1;
  }

  section#section06 a.anchor {
    display: block;
    padding-top: 130px;
    margin-top: -130px;
  }
  section#section06 h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  section#section06 span.border_bottom {
    height: 2px;
    width: 70px;
    display: block;
    background-color: #282655;
    margin: auto;
    margin-bottom: 30px;
  }
  section#section06 p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.pc-only {
  display: none;
}

.tablet-only {
  display: none;
}

.phone-only {
  display: none;
}

@media only screen and (min-width:960px) {
  .pc-only {
    display: block;
  }

  .borderRightPc {
    border-right: 2px #fff solid;
  }
}
@media only screen and (min-width:641px) and (max-width:959px) {
  .tablet-only {
    display: block;
  }

  .borderRightTablet {
    border-right: 2px #fff solid;
  }
}
@media only screen and (max-width:640px) {
  .phone-only {
    display: block;
  }

  .borderRightPhone {
    border-right: #fff 2px solid;
  }
}
/*********************/
/***Form resset css***/
/*********************/
.aptoenq_cusinfo .aptoenq_cusinfo_subj {
  font-size: 18px;
}

.aptoenq_q.aptoenq_l {
  font-size: 1.5rem;
  line-height: 1.5;
}

.aptoenq_q {
  padding: 13px 20px;
}

.aptoenq_a {
  padding: 10px 0;
}

.aptoenq_question textarea, #aptoenqform textarea {
  width: 100%;
  margin: 0px auto;
  padding: 6px 8px !important;
  /* background-color: #F9FAFB; */
  outline: none;
  border: 1px solid #CCC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-sizing: border-box;
  /* パディングとボーダーを幅と高さに含める */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body {
  width: 100%;
  padding: 0;
  margin: 0;
}

#download_page header {
  border-bottom: 1px solid #000;
}
#download_page #header {
  position: static;
}

#container.download {
  height: 100vh;
}
#container.download #page_header h2 {
  padding: 50px 10px 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #09c;
  color: #FFF;
  font-size: 3.6rem;
  letter-spacing: 0.075em;
  font-weight: bold;
}
#container.download section#links {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
#container.download section#links ul li {
  max-width: 300px;
}
#container.download section#links ul li p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
#container.download section#links ul li .thumb {
  max-width: 500px;
  border: 1px solid #000;
  margin-bottom: 20px;
}
#container.download section#links ul li a {
  border-radius: 5px;
  background: #09c;
  color: #fff;
  font-size: 16px;
  width: 200px;
  display: block;
  padding: 12px 0;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}
#container.download section#links ul li a:hover {
  opacity: 0.8;
}
#container.download section#links ul li a:before {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  content: "";
  background: url(../images/download_icon.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

@media only screen and (min-width:641px) and (max-width:959px) {
  #container.download {
    height: 100vh;
  }
  #container.download #page_header h2 {
    padding: 50px 10px 50px 20px;
    font-size: 2.8rem;
  }
  #container.download section#links {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #container.download section#links ul li {
    max-width: 300px;
  }
  #container.download section#links ul li p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #container.download section#links ul li .thumb {
    max-width: 500px;
    border: 1px solid #000;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:640px) {
  #container.download {
    height: 100vh;
  }
  #container.download #page_header h2 {
    padding: 50px 10px 50px 20px;
    font-size: 2rem;
  }
  #container.download section#links {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #container.download section#links ul li {
    max-width: 300px;
    margin: 0 auto;
  }
  #container.download section#links ul li p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #container.download section#links ul li .thumb {
    max-width: 500px;
    border: 1px solid #000;
    margin-bottom: 20px;
  }
}
/*********************/
/***Form resset css***/
/*********************/
/* Bnr
-----------------------------------------*/
.bnr {
  position: relative;
  margin: 0 auto;
  width: 400px;
  max-width: 400px;
  display: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
}

.bnr .bnr__img {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.bnr .bnr__img .pc_bnr {
  display: block;
}
.bnr .bnr__img .sp_bnr {
  display: none;
}

.bnr__img__inner {
  width: 400px;
  height: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background-color: #fafafa;
}

.bnr .bnr__img__inner a {
  display: block;
}

.bnr .bnr__img p.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.bnr .bnr__img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}

.bnr .bnr__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.bnr .bnr__img p.close a i {
  font-size: 20px;
  z-index: 888;
  color: #222;
}

/*****************************/
/* 期間限定特価モーダルウィンドウ */
/*****************************/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .popup-inner {
    width: 90%;
    padding: 10px;
  }
  .popup-inner .close-btn {
    top: -10px;
    width: 30px;
    height: 30px;
  }

  .close {
    right: 10px;
  }
}
@media only screen and (min-width:641px) and (max-width:959px) {
  .bnr * {
    width: 100%;
    display: none;
  }

  .bnr .bnr__img .pc_bnr {
    display: none;
  }
  .bnr .bnr__img .sp_bnr {
    display: block;
  }
}
@media only screen and (max-width:640px) {
  .bnr * {
    width: 100%;
    display: none;
  }

  .bnr__img__inner {
    width: 100%;
    height: auto;
  }

  .bnr .bnr__img .pc_bnr {
    display: none;
  }
  .bnr .bnr__img .sp_bnr {
    display: block;
  }
}

@media only screen and (min-width: 641px) {
.description.h110 {
    height: 110px !important;
}
.description.h200 {
    height: 200px !important;
}
.description.h274 {
    height: 262.5px !important;
    /* height: 274px !important; */
}
.description.h300 {
    height: 300px !important;
}
#section07 .tablet-only {
    display: block;
}
}

section#section07 h2 {
    color: #ffffff;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 32px;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 35px;
    font-weight: bold;
}
@media only screen and (max-width: 640px) {
section#section07 h2 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.7;
    margin-top: 0px;
    margin-bottom: 25px;
}
}


#footer .footer_nav_menu {
    background-color: #0665b3;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
}
#footer .footer_nav_menu .inner {
    padding: 30px 0 0;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
}
#footer .footer_nav_menu .inner .item {
    color: #fff;
}
p.footer_nav_menu_subtitle {
    font-size: 18px;
    font-weight: bold;
}
#footer .footer_nav_menu .inner .item ul li::before {
    content: "-";
    padding-right: 8px;
}
#footer .footer_nav_menu .inner .item ul li a span {
    font-size: 12px;
    margin: 0px 0 0 9px;
    display: block;
}
p.footer_nav_menu_btn {
    margin-bottom: 20px !important;
        padding: 8px 12px;
    color: #333333;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #ffffff;
}
p.footer_nav_menu_btn:hover {
    color: #333333;
    background: #bedcf4;
}

@media only screen and (max-width: 640px) {
#footer .footer_nav_menu .inner {
    display: block !important;
    max-width: 85%;
    padding-top: initial;
    font-size: 1.4rem;
}
#footer .footer_nav_menu {
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .footer_nav_menu .inner .item {
    margin-bottom: 20px;
}
p.footer_nav_menu_btn {
    margin: 30px auto;
    width: 75%;
}
#footer .footer_nav_menu .inner .item ul li {
    padding: 5px 0;
}
#footer .footer_nav_menu .inner .item ul li a br {
    display: none !important;
}
p.footer_nav_menu_subtitle.mb20 {
    margin-bottom: 20px;
}
#footer .footer_nav_pp .inner {
  max-width: 85% !important;
}
p.footer_nav_menu_subtitle {
    font-size: 1.8rem;
}
#footer .footer_nav_menu .inner .item ul li a span {
    font-size: 11px;
}
}

#footer .footer_nav_pp {
    background-color: #0665b3;
    padding: 15px 0;
}
#footer .footer_nav_pp .inner {
    padding: 30px 0 0;
    max-width: 420px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
}
#footer .footer_nav_pp .inner .item {
    color: #fff;
}
#footer .footer_nav_pp .inner .item span {
    display: block;
    height: 30px;
    width: 2px;
    background-color: white;
}
#footer .copyright {
    background: #0665b3;
    padding: 18px 0;
}
#footer .copyright p {
    text-align: center;
    color: #fff;
    font-size: 1rem;
}
@media only screen and (max-width: 640px) {
#footer .footer_nav_pp {
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .footer_nav_pp .inner {
    max-width: 85% !important;
}
#footer .footer_nav_pp .inner .item:nth-child(2) {
    display: none;
}
}

#footer ul {
    list-style: initial !important;
    padding-left: initial !important;
    display: initial !important;
    -webkit-box-pack: initial !important;
    -ms-flex-pack: center;
    justify-content: initial !important;
}
#footer ul li {
    margin-bottom: 7px !important;
    list-style: none;
    text-align: left;
    margin: initial !important;
    font-size: initial !important;
}
#footer ul span {
    display: initial !important;
    height: initial !important;
    width: initial !important;
    background-color: initial !important;
}
p.footer_nav_menu_subtitle {
    text-align: left;
}
p.footer_nav_menu_subtitle {
    line-height: 200%;
}

@media only screen and (max-width: 640px) {
#footer {
    padding: 0 0px 27px 0px !important;
}
}