@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
.box_sample {
  margin: 10px;
  padding: 10px;
}

/*$font: YuGothic,'Yu Gothic','Noto Serif JP', serif;*/
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  position: relative;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }

  .outerWidth {
    width: 90%;
    max-width: 1200px;
  }

  .inrWidth {
    width: 90%;
    max-width: 950px;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 81%;
  }

  .outerWidth {
    width: 81%;
  }
}
/*パーツ*/
.cls-1 {
  fill: #fff;
}

.cls-1.black {
  fill: #000;
}

.secttl {
  padding-top: 113px;
  text-align: center;
  margin-bottom: 80px;
}
.secttl__sub {
  height: 25px;
}
.secttl__txt {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 40px;
  letter-spacing: 10px;
}

table, td, th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*//パーツ*/
.hd {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.hd .outerWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hd__logo {
  display: block;
  width: 200px;
  margin-top: 18px;
}
.hd__line {
  display: block;
  width: 182px;
  margin-top: 35px;
}
.mv {
  position: relative;
}
.mv__main {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__ttl {
  position: absolute;
  width: 43%;
  max-width: 600px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv__scroll {
  width: 13px;
  height: auto;
  display: block;
  position: absolute;
  right: 43px;
  bottom: 27px;
}

.news {
  padding-bottom: 105px;
}
.news__box {
  max-width: 715px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news__box--imgblk {
  width: calc(100% - 415px);
}
.news__box--txtblk {
  width: 350px;
  margin-left: 65px;
}
.news__box--txtblk--ttl {
  font-size: 2rem;
  border-bottom: 2px solid #000;
}
.news__box--txtblk--ul {
  font-size: 1.5rem;
  margin-top: 30px;
}
.news__box--txtblk--ul li:nth-of-type(n+2) {
  margin-top: 15px;
}
.news__box--txtblk--ul li a {
  display: block;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}

.what {
  background-color: #F0EBE3;
  text-align: center;
  padding-top: 140px;
}
.what__ttl {
  font-size: 4rem;
  letter-spacing: 20px;
  line-height: 1;
  position: relative;
  font-weight: bold;
}
.what__ttl--deco {
  position: absolute;
  width: 73px;
  top: -45px;
  left: calc(50% - 335px);
}
.what__ttl--txt {
  position: relative;
}
.what__ttl--txt::after {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.what__lead {
  margin-top: 60px;
  line-height: 2.3;
  font-size: 1.8rem;
  margin-bottom: 88px;
}
.what__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.what__slide img {
  width: calc(98% / 5);
  display: block;
}
.what__slide img:nth-of-type(n+2) {
  margin-left: 0.5%;
}

.trouble {
  padding: 130px 0 110px;
}
.trouble__drone {
  max-width: 1040px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #000;
  padding: 15px 20px 15px 43px;
}
.trouble__drone::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 110px;
  height: 60px;
  background-color: #fff;
}
.trouble__drone--deco {
  width: 106px;
  position: absolute;
  top: -36px;
  left: -27px;
  z-index: 2;
}
.trouble__drone--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.trouble__drone--inner--ttl {
  font-size: 2.3rem;
  width: 270px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 13px;
}
.trouble__drone--inner--txt {
  width: calc(100% - 270px);
}
.trouble__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1400px;
  margin: auto;
  margin-top: 100px;
}
.trouble__box--txtblk {
  width: 50%;
  padding-right: 5%;
}
.trouble__box--txtblk--ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 1.5;
}
.trouble__box--txtblk--ul {
  margin-top: 40px;
}
.trouble__box--txtblk--ul li {
  position: relative;
  padding-left: 30px;
  font-size: 2.2rem;
  line-height: 1.5;
}
.trouble__box--txtblk--ul li:nth-of-type(n+2) {
  margin-top: 11px;
}
.trouble__box--txtblk--ul li::after {
  content: "";
  display: inline-block;
  background-image: url("../img/trouble_deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 10px;
}
.trouble__box--imgblk {
  width: 50%;
}
.trouble__box--imgblk img {
  width: 87%;
}
.trouble__txt {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 1.5;
  text-align: center;
  margin-top: 110px;
}

.pos {
  padding: 120px 0;
  background-color: #F0EBE3;
  overflow: hidden;
}
.pos__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.pos__box:nth-of-type(n+2) {
  margin-top: 80px;
}
.pos__box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pos__box--txtblk {
  width: 410px;
  position: relative;
  z-index: 2;
}
.pos__box--txtblk--img {
  height: 89px;
  width: auto;
  display: block;
  margin-bottom: 20px;
}
.pos__box--txtblk--ttl {
  margin-bottom: 13px;
  white-space: nowrap;
}
.pos__box--txtblk--ttl span {
  display: inline-block;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 16px;
  letter-spacing: 8px;
}
.pos__box--txtblk--subttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.pos__box--txtblk--txt {
  line-height: 1.8;
}
.pos__box--imgblk {
  width: calc(100% - 455px);
}
.pos__box--deco {
  position: absolute;
}
.pos__box.box01 .deco01 {
  width: 302px;
  left: 47px;
  bottom: -158px;
}
.pos__box.box01 .deco02 {
  width: 356px;
  top: -40px;
  right: -45px;
}
.pos__box.box03 .deco01 {
  width: 276px;
  top: 0;
  right: 0;
}

.exam {
  padding-bottom: 120px;
}
.exam__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.exam__box.box02, .exam__box.box03, .exam__box.box05 {
  margin-top: 80px;
}
.exam__box.box02 .exam__box--txtblk--ttl::after {
  background-image: url("../img/exam_deco02.svg");
}
.exam__box.box03 .exam__box--txtblk--ttl::after {
  background-image: url("../img/exam_deco03.svg");
}
.exam__box.box05 .exam__box--txtblk--ttl::after {
  background-image: url("../img/exam_deco02.svg");
}
.exam__box--txtblk {
  width: 350px;
}
.exam__box--txtblk--ttl {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 60px;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 4px;
}
.exam__box--txtblk--ttl::before {
  content: "";
  display: inline-block;
  background-color: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.exam__box--txtblk--ttl::after {
  content: "";
  display: inline-block;
  background-image: url("../img/exam_deco01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 42px;
  position: absolute;
  bottom: -6px;
  left: -6px;
}
.exam__box--txtblk--txt {
  text-align: justify;
}
.exam__box--imgblk {
  width: calc(100% - 415px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exam__box--imgblk img {
  width: 49.5%;
}

.process {
  background-color: #B9BDA8;
  padding: 80px 0;
}
.process__inner {
  background-color: #fff;
  padding-bottom: 75px;
}
.process__inner--ttl {
  padding-top: 90px;
}
.process__inner--img {
  width: 85%;
  display: block;
  margin: auto;
}
.process__inner--box {
  text-align: center;
  margin-top: 80px;
}
.process__inner--box--ttl {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
.process__inner--box--table {
  margin: auto;
  margin-top: 30px;
  width: 90%;
  max-width: 990px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.process__inner--box--table th, .process__inner--box--table td {
  padding: 15px 10px;
}
.process__inner--box--table th {
  width: 20%;
  background-color: #000;
  color: #fff;
}
.process__inner--box--txt {
  margin-top: 50px;
  font-size: 2.2rem;
  font-weight: bold;
}

.point {
  padding-bottom: 120px;
}
.point__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.point__box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.point__box--txtblk {
  width: 43%;
  margin-top: 42px;
}
.point__box--txtblk--ttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 3px;
  border: 2px solid #000;
  padding: 15px 10px;
  position: relative;
  margin-bottom: 50px;
}
.point__box--txtblk--ttl::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}
.point__box--txtblk--ttl::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}
.point__box--txtblk--txt {
  text-align: justify;
  line-height: 1.8;
}
.point__box--imgblk {
  width: 52%;
}
.point__box--imgblk img {
  width: 100%;
}
.point__box.box02 {
  margin-top: 80px;
}
.point__box.box02 .point__box--imgblk .slider-nav {
  margin-top: 9px;
}
.point__box.box02 .point__box--imgblk .slider-nav .slick-list {
  padding: 0 !important;
}
.point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track::before, .point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track::after {
  display: none;
}
.point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track img {
  width: 23.5% !important;
}
.point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track img:nth-of-type(n+5) {
  display: none !important;
}

.message {
  background-color: #F3F4F1;
  padding-bottom: 100px;
}
.message__ttl {
  margin-bottom: 65px;
}
.message__ttl .secttl__sub {
  height: 35px;
}
.message__txt {
  text-align: center;
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 5.5px;
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
}
.totop img {
  width: 100%;
  height: auto;
}

.ft {
  background-color: #C0C5B5;
}
.ft .outerWidth {
  max-width: 1110px;
  padding: 65px 0 60px;
}
.ft__img {
  width: 295px;
  margin: auto;
}
.ft__box {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ft__box--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 570px;
  margin-left: 15px;
}
.ft__box--sns a {
  display: block;
}
.ft__box--sns a:nth-of-type(n+2) {
  margin-left: 15px;
}
.ft__box--sns a img {
  height: 89px;
  width: auto;
}
.ft__box--txt {
  font-size: 2rem;
  letter-spacing: 3px;
  width: calc(100% - 585px);
}
.ft__copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #fff;
  padding: 30px 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .secttl {
    padding-top: 35px;
    margin-bottom: 48px;
  }
  .secttl__sub {
    height: 18px;
  }
  .secttl__txt {
    font-size: 2rem;
    margin-top: 20px;
    letter-spacing: 5px;
  }

  .hd .outerWidth {
    width: 82%;
  }
  .hd__logo {
    width: 100px;
    margin-top: 10px;
  }
  .hd__line {
    width: 125px;
    margin-top: 12px;
  }
  .mv__ttl {
    width: 82%;
    max-width: 600px;
    left: 50%;
    top: 57%;
  }
  .mv__scroll {
    width: 8px;
    right: 20px;
    bottom: 20px;
  }

  .news {
    padding-bottom: 50px;
  }
  .news__box {
    max-width: 715px;
    display: block;
  }
  .news__box--imgblk {
    width: 100%;
  }
  .news__box--txtblk {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .news__box--txtblk--ttl {
    font-size: 1.4rem;
    border-bottom: 2px solid #000;
    letter-spacing: 3px;
  }
  .news__box--txtblk--ul {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .news__box--txtblk--ul li {
    line-height: 1.6;
    text-align: justify;
  }
  .news__box--txtblk--ul li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .news__box--txtblk--ul li a {
    display: inline;
    border-bottom: 1px solid #000;
  }

  .what {
    background-color: #F0EBE3;
    text-align: center;
    padding-top: 70px;
    width: 100%;
    overflow: hidden;
  }
  .what__ttl {
    font-size: 2rem;
    letter-spacing: 5px;
    line-height: 1;
    position: relative;
    font-weight: bold;
  }
  .what__ttl--deco {
    position: absolute;
    width: 45px;
    top: -23px;
    left: calc(50% - 135px);
  }
  .what__ttl--txt {
    position: relative;
  }
  .what__ttl--txt::after {
    content: "";
    display: inline-block;
    background-color: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -14px;
    left: 0;
  }
  .what__lead {
    margin-top: 50px;
    line-height: 1.6;
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  .what__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .what__slide img {
    width: 164px;
    display: block;
  }
  .what__slide img:nth-of-type(n+2) {
    margin-left: 4px;
  }

  .trouble {
    padding: 100px 0 60px;
  }
  .trouble__drone {
    max-width: 1040px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #000;
    padding: 38px 25px 35px 25px;
    text-align: justify;
  }
  .trouble__drone--deco {
    width: 50px;
    position: absolute;
    top: -49px;
    left: 7px;
  }
  .trouble__drone--inner {
    display: block;
    position: relative;
    z-index: 2;
  }
  .trouble__drone--inner--ttl {
    font-size: 1.6rem;
    width: auto;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 5px;
    background-color: #fff;
    position: absolute;
    top: -47px;
    padding: 0 10px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: calc(50% - 1px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
  }
  .trouble__drone--inner--txt {
    width: 100%;
  }
  .trouble__box {
    display: block;
    max-width: 1400px;
    margin: auto;
    margin-top: 40px;
    width: 81%;
  }
  .trouble__box--txtblk {
    width: 100%;
    padding-right: 0%;
  }
  .trouble__box--txtblk--ttl {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.5;
    text-align: center;
  }
  .trouble__box--txtblk--ul {
    margin-top: 40px;
  }
  .trouble__box--txtblk--ul li {
    position: relative;
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
  }
  .trouble__box--txtblk--ul li:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .trouble__box--txtblk--ul li::after {
    content: "";
    display: inline-block;
    background-image: url("../img/trouble_deco.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .trouble__box--imgblk {
    width: 100%;
    margin-top: 40px;
  }
  .trouble__box--imgblk img {
    width: 100%;
  }
  .trouble__txt {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.5;
    text-align: center;
    margin-top: 55px;
  }

  .pos {
    padding: 97px 0 52px;
    background-color: #F0EBE3;
  }
  .pos__box {
    display: block;
    position: relative;
  }
  .pos__box:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .pos__box--txtblk {
    width: 100%;
  }
  .pos__box--txtblk--img {
    height: 48px;
    width: auto;
    display: block;
    margin: auto;
    margin-bottom: 13px;
  }
  .pos__box--txtblk--ttl {
    margin-bottom: 36px;
    white-space: inherit;
    text-align: center;
  }
  .pos__box--txtblk--ttl span {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 16px;
    letter-spacing: 4px;
  }
  .pos__box--txtblk--subttl {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 21px;
    text-align: center;
  }
  .pos__box--txtblk--txt {
    line-height: 1.6;
    text-align: justify;
  }
  .pos__box--imgblk {
    width: 100%;
    margin-top: 20px;
  }
  .pos__box--deco {
    position: absolute;
  }
  .pos__box.box01 .deco01 {
    width: 102px;
    left: -15px;
    bottom: auto;
    top: -30px;
  }
  .pos__box.box01 .deco02 {
    width: 118px;
    top: -72px;
    right: -20px;
  }
  .pos__box.box03 {
    margin-top: 70px;
  }
  .pos__box.box03 .deco01 {
    width: 105px;
    top: -35px;
    right: auto;
    left: -4px;
  }

  .exam {
    padding-bottom: 50px;
  }
  .exam__ttl02 {
    padding-top: 65px;
  }
  .exam__box {
    display: block;
  }
  .exam__box.box02, .exam__box.box03, .exam__box.box05 {
    margin-top: 45px;
  }
  .exam__box.box02 .exam__box--txtblk--ttl::after {
    background-image: url("../img/exam_deco02.svg");
  }
  .exam__box.box03 .exam__box--txtblk--ttl::after {
    background-image: url("../img/exam_deco03.svg");
  }
  .exam__box.box05 .exam__box--txtblk--ttl::after {
    background-image: url("../img/exam_deco02.svg");
  }
  .exam__box--txtblk {
    width: 100%;
  }
  .exam__box--txtblk--ttl {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 38px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 4px;
  }
  .exam__box--txtblk--ttl::before {
    content: "";
    display: inline-block;
    background-color: #000;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -7px;
    left: 0;
  }
  .exam__box--txtblk--ttl::after {
    content: "";
    display: inline-block;
    background-image: url("../../img/exam_deco01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 31px;
    width: 35px;
    position: absolute;
    bottom: -7px;
    left: -4px;
  }
  .exam__box--txtblk--txt {
    text-align: justify;
  }
  .exam__box--imgblk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .exam__box--imgblk img {
    width: 49.5%;
  }

  .process {
    background-color: #B9BDA8;
    padding: 18px 0;
  }
  .process__inner {
    background-color: #fff;
    padding-bottom: 45px;
    width: 90%;
  }
  .process__inner--ttl {
    padding-top: 45px;
    margin-bottom: 25px;
  }
  .process__inner--img {
    width: 85%;
    display: block;
    margin: auto;
  }
  .process__inner--box {
    text-align: center;
    margin-top: 43px;
  }
  .process__inner--box--ttl {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 4px;
  }
  .process__inner--box--table {
    margin: auto;
    margin-top: 30px;
    width: 86%;
    max-width: 990px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .process__inner--box--table tr {
    width: 100%;
  }
  .process__inner--box--table th, .process__inner--box--table td {
    padding: 10px 5px;
    vertical-align: middle;
  }
  .process__inner--box--table th {
    background-color: #000;
    color: #fff;
    white-space: nowrap;
  }
  .process__inner--box--txt {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .point {
    padding-bottom: 50px;
  }
  .point__ttl .secttl__txt {
    line-height: 1.5;
  }
  .point__box {
    display: block;
  }
  .point__box--txtblk {
    width: 100%;
    margin-top: 0px;
  }
  .point__box--txtblk--ttl {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 3px;
    border: 2px solid #000;
    padding: 5px 10px 7px;
    position: relative;
    margin-bottom: 22px;
  }
  .point__box--txtblk--ttl::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -18px;
    border: 9px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .point__box--txtblk--ttl::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -17px;
    border: 8px solid transparent;
    border-top: 12px solid #000;
    z-index: 1;
  }
  .point__box--txtblk--txt {
    text-align: justify;
    line-height: 1.6;
  }
  .point__box--imgblk {
    width: 100%;
    margin-top: 20px;
  }
  .point__box--imgblk img {
    width: 100%;
  }
  .point__box.box02 {
    margin-top: 45px;
  }
  .point__box.box02 .point__box--imgblk .slider-nav {
    margin-top: 9px;
  }
  .point__box.box02 .point__box--imgblk .slider-nav .slick-list {
    padding: 0 !important;
  }
  .point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track {
    width: 100% !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track::before, .point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track::after {
    display: none;
  }
  .point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track img {
    width: 23.5% !important;
  }
  .point__box.box02 .point__box--imgblk .slider-nav .slick-list .slick-track img:nth-of-type(n+5) {
    display: none !important;
  }

  .message {
    background-color: #F3F4F1;
    padding-bottom: 50px;
  }
  .message__ttl {
    margin-bottom: 30px;
  }
  .message__ttl .secttl__sub {
    height: 18px;
  }
  .message__txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 4px;
  }

  .totop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 20px;
  }
  .totop img {
    width: 100%;
    height: auto;
  }

  .ft {
    background-color: #C0C5B5;
  }
  .ft .outerWidth {
    max-width: 1110px;
    padding: 55px 0 45px;
  }
  .ft__img {
    width: 167px;
    margin: auto;
  }
  .ft__box {
    margin-top: 50px;
    display: block;
  }
  .ft__box--sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 375px;
    margin-left: 0;
    margin: auto;
  }
  .ft__box--sns a {
    display: block;
    width: 46%;
  }
  .ft__box--sns a:nth-of-type(n+2) {
    margin-left: 4%;
    width: 50%;
  }
  .ft__box--sns a img {
    height: auto;
    width: auto;
  }
  .ft__box--txt {
    font-size: 1.6rem;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
    margin-top: 45px;
  }
  .ft__copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
    background-color: #fff;
    padding: 20px 0;
  }
}
/* SP ここまで */
/*# sourceMappingURL=style.css.map */