@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Brown';
  src: url("../../fonts/Brown-Regular.otf") format("opentype");
}
html {
  font-size: 16px;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, blinkMacSystemFont,'Open Sans','游ゴシック',YuGothicM,YuGothic,Meiryo,sans-serif;
  letter-spacing: .15em;
}

.sans {
  font-family: -apple-system, blinkMacSystemFont,'Open Sans','游ゴシック',YuGothicM,YuGothic,Meiryo,sans-serif;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.block {
  display: block;
}

.pc_block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}
.inlineBlock.align_left {
  line-height: 33px;
}

.youtube {
  margin-bottom: 30px;
}
.youtube iframe {
  width: 100%;
}

.img_box {
  margin: 60px 0;
}

img {
  max-width: 100%;
}

.arrow {
  text-align: center;
  margin: 90px 0;
}
.arrow img {
  width: 35px;
}

li {
  list-style: none;
}
li .no {
  display: inline-block;
  vertical-align: top;
  width: 49px;
}
li .cont {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 49px);
}

.title_01 {
  text-align: center;
  font-family: "Brown";
}
.title_02 {
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
}
.title_02 .number {
  font-family: "Brown";
  font-size: 24px;
  margin-right: 0.3em;
}
.title_02 .inlineBlock {
  border-bottom: 4px solid #000;
  padding: 0 10px 10px;
}
.title_02_sub {
  text-align: center;
  font-size: 12px;
  font-family: "Brown";
  font-weight: bold;
  margin-bottom: 45px;
  letter-spacing: .01em;
}

header {
  margin: 100px 0 60px;
}
header h1 {
  margin-bottom: 40px;
}
header h1 a {
  font-family: "Brown";
  font-size: 27px;
  text-decoration: none;
  color: #000;
}
header h1 a span {
  color: #afafaf;
}
header .title_01 {
  font-size: 55px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
header .sub_title {
  text-align: center;
  font-size: 20px;
}
header .sub_title span {
  display: inline-block;
  background: #fff;
  padding: 0 55px;
  letter-spacing: .2em;
  position: relative;
}
header .sub_title span::before, header .sub_title span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
header .sub_title span::before {
  left: 0;
}
header .sub_title span::after {
  right: 0;
}

.cont01 .top_wrap {
  background: #9daeb9;
  padding: 40px 0;
  margin-bottom: 140px;
}
.cont01 .top_wrap p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  letter-spacing: .15em;
  font-weight: bold;
}

.bottom_btn {
  margin: 110px 0 150px;
}
.bottom_btn a {
  background: #8399a7;
  border: 1px solid #8399a7;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  max-width: 590px;
  padding: 34px 0;
  font-size: 19px;
  margin: auto;
  position: relative;
  transition: .3s;
}
.bottom_btn a span {
  background: url("../img/icon_arrow_right.png") no-repeat center;
  background-size: 13px;
  width: 13px;
  height: 19px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.bottom_btn a:hover {
  border: 1px solid #8399a7;
  background: #fff;
  color: #8399a7;
  transition: .3s;
}
.bottom_btn a:hover span {
  background-image: url(../img/icon_arrow_right_gray.png);
}

footer {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

#copy {
  font-size: 12px;
}

.page_top {
  width: 60px;
  margin-bottom: 1rem;
}
.page_top a {
  display: block;
}
.page_top a img {
  width: 100%;
}

@media screen and (max-width: 1030px) {
  .inner {
    width: 94%;
  }
}
@media screen and (max-width: 880px) {
  header .title_01 {
    font-size: 52px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.33333333vw;
  }

  header {
    margin: 6rem 0;
  }
  header h1 {
    margin-bottom: 2rem;
  }
  header h1 a {
    font-size: 2.9rem;
  }
  header .title_01 {
    font-size: 6.3rem;
    line-height: 1.18;
    margin-bottom: 3rem;
  }
  header .title_01 .inlineBlock {
    border-bottom: 3px solid #000;
  }
  header .sub_title {
    font-size: 2.2rem;
  }
  header .sub_title span {
    padding: 0 5.5rem;
  }
  header .sub_title span::before, header .sub_title span::after {
    width: 4.5rem;
  }

  .title_02 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .title_02 .inlineBlock {
    padding: 0 1rem 1rem;
    border-bottom: 2px solid #000;
  }
  .title_02 .inlineBlock .number {
    font-size: 3rem;
  }
  .title_02_sub {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }

  .youtube {
    margin-bottom: 2rem;
  }
  .youtube iframe {
    height: 75vw;
  }

  .inlineBlock.align_left {
    font-size: 2.2rem;
    line-height: 2.1;
    letter-spacing: .01em;
    display: block;
  }
  .inlineBlock.align_left .pc {
    display: none;
  }

  .arrow {
    margin: 6rem 0;
  }
  .arrow img {
    width: 3.5rem;
  }

  .img_box {
    margin: 5rem 0;
  }

  .pc_block {
    display: inline;
  }

  .cont01 .top_wrap {
    margin-bottom: 8rem;
    padding: 4rem 0;
  }
  .cont01 .top_wrap p {
    font-size: 1.8rem;
    line-height: 3.0;
    letter-spacing: .05em;
  }

  li {
    letter-spacing: .01em;
    font-size: 2.2rem;
  }
  li .no {
    width: 5.5rem;
  }
  li .cont {
    width: calc(100% - 6.5rem);
  }

  .bottom_btn {
    margin: 6rem 0 10rem;
  }
  .bottom_btn a {
    font-size: 2.8rem;
    padding: 3.2rem 0;
    max-width: 100%;
  }
  .bottom_btn a span {
    background-size:0.8rem;
    width: 1.3rem;
    height: 1.9rem;
    margin-left: 1rem;
  }

  .page_top {
    width: 5rem;
    margin-bottom: 1rem;
  }

  footer {
    margin-bottom: 5rem;
  }

  #copy {
    font-size: 1.0rem;
  }
}

/*# sourceMappingURL=style.css.map */
