@charset "UTF-8";
html {
  font-size: 14px; }

body {
  position: relative;
  overflow-x: hidden;
  font-size: 1.15rem;
  color: #101010;
  font-family: 'Noto Sans JP', sans-serif; }
  body.hide {
    overflow: hidden; }
  body em {
    font-style: normal; }

a {
  color: #101010; }

/*common-parts*/
.inner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

#wrapAll {
  overflow: hidden; }

.o_sp {
  display: none; }

.inview {
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition-duration: .7s; }
  .inview:hover {
    text-decoration: none; }

.unscroll {
  opacity: 0;
  transform: translateY(20px); }
  .unscroll.noanim {
    opacity: 1;
    transform: none; }

.wprmenu_bar {
  display: none; }

.mainHeader {
  background-color: #fff;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999; }
  .mainHeader .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 86px;
    padding: 0; }
  .mainHeader .logo {
    max-width: 358px;
    padding-left: 30px;
    position: relative;
    left: -30px; }
  .mainHeader__nav {
    max-width: 340px;
    width: calc(100% - 200px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .mainHeader__nav a {
      height: 86px;
      flex: 1;
      color: #fff;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      .mainHeader__nav a:hover {
        text-decoration: none; }
      .mainHeader__nav a:hover {
        opacity: .7;
        text-decoration: none; }
      .mainHeader__nav a strong {
        margin-left: 10px;
        font-weight: normal;
        font-size: 15px;
        line-height: 1.4; }
      .mainHeader__nav a .ic {
        width: 30px; }
      .mainHeader__nav a.web {
        background-color: #f89800; }
      .mainHeader__nav a.tel {
        background-color: #d0000a; }

.firstView {
  margin-top: 86px;
  overflow: hidden;
  position: relative; }
  .firstView__bg {
    padding-top: 50%; }
  .firstView__text {
    position: absolute;
    max-height: 100%;
    right: 50%;
    width: 2400px;
    background-color: rgba(0, 0, 0, 0.7);
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    z-index: 10; }
  .firstView__text_in {
    margin-left: auto;
    width: 620px;
    padding: 20px 30px 30px; }
  .firstView__heading {
    font-size: 42px;
    line-height: 1.3;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff; }
    .firstView__heading small {
      font-size: 32px; }
  .firstView__read {
    font-size: 18px; }
  .firstView__nav {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    .firstView__nav a {
      width: calc(50% - 10px);
      border: 2px solid #fff;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 50px;
      color: #fff;
      font-size: 15px;
      line-height: 1.1;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      .firstView__nav a.web {
        background-color: #f89800; }
      .firstView__nav a.tel {
        background-color: #d0000a; }
      .firstView__nav a:hover {
        text-decoration: none; }
      .firstView__nav a:hover {
        border-width: 5px; }

.pageRead {
  color: #fff;
  position: relative;
  padding: 20px 0 15px;
  text-align: center; }
  .pageRead:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d0000a;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .5s ease 0s; }
    .pageRead:before:hover {
      text-decoration: none; }
  .pageRead .inner {
    transition: all .5s ease .4s; }
  .pageRead.unscroll:before {
    width: 0%; }
  .pageRead.unscroll .inner {
    opacity: 0; }
  .pageRead__upper {
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scaleX(0.9);
    margin-bottom: 24px; }
    .pageRead__upper span {
      width: 50px;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../images/ic_crown.png);
      background-position: center center; }
    .pageRead__upper strong {
      font-size: 30px;
      margin: 0 24px;
      line-height: 1.2; }
    .pageRead__upper br {
      display: none; }
      @media (max-width: 980px) {
        .pageRead__upper br {
          display: block; } }
  .pageRead__lower {
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    font-weight: bold; }
    .pageRead__lower span.r {
      margin-right: 10px;
      transform: scaleX(0.9);
      font-size: 26px; }
    .pageRead__lower strong {
      white-space: nowrap;
      background-color: #fff;
      padding: 0.2em 25px;
      color: #d0000a;
      font-size: 34px; }
      .pageRead__lower strong .in {
        transform: scaleX(0.9);
        display: block; }

.section1 {
  padding: 50px 0 46px; }
  .section1__box {
    border: 4px solid #f5f5f5;
    padding: 30px 30px 0; }
  .section1__in {
    max-width: 850px;
    margin: 0 auto 50px; }
  .section1__heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.1; }
    .section1__heading strong {
      display: inline-block;
      padding-left: 1em; }
  .section1__text2 {
    padding-top: 1.6em;
    display: none; }
  .section1__button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    display: block;
    text-align: center;
    border-radius: 0;
    background-color: #eee;
    background-image: none;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    cursor: pointer;
    max-width: calc(100% + 60px);
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    border: 0;
    font-size: 14px;
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1; }
    .section1__button:hover {
      text-decoration: none; }
    .section1__button:hover {
      opacity: .7;
      text-decoration: none; }
    .section1__button .icon {
      width: 12px;
      height: 12px;
      position: relative;
      margin-right: 5px; }
      .section1__button .icon span {
        display: block;
        background-color: #101010;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s; }
        .section1__button .icon span:hover {
          text-decoration: none; }
        .section1__button .icon span:first-child {
          transform: scale(0.5) translateX(-40%) rotate(45deg); }
        .section1__button .icon span:last-child {
          transform: scale(0.5) translateX(40%) rotate(-45deg); }
    .section1__button strong {
      font-weight: normal; }
      .section1__button strong:before {
        content: '続きを読む'; }
    .section1__button.active strong:before {
      content: '閉じる'; }
    .section1__button.active .icon span {
      height: 1px; }
      .section1__button.active .icon span:first-child {
        transform: rotate(45deg); }
      .section1__button.active .icon span:last-child {
        transform: rotate(-45deg); }

.section2 {
  padding: 50px 0 70px; }
  .section2__box {
    padding: 10px;
    background-image: url(../images/bg_bd.png);
    margin-bottom: 40px; }
  .section2__box_in {
    background-color: #fff;
    padding: 0 20px 30px; }
  .section2__heading {
    text-align: center;
    position: relative;
    top: -30px;
    margin-bottom: 10px; }
    .section2__heading .upper {
      display: inline-block;
      line-height: 1;
      padding: 0 10px;
      background-color: #fff;
      font-size: 30px;
      margin-bottom: 8px; }
      .section2__heading .upper strong {
        font-size: 40px; }
    .section2__heading .lower {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px; }
      .section2__heading .lower em {
        margin: 0 10px; }
      .section2__heading .lower:before, .section2__heading .lower:after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #101010; }
  .section2__listWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .section2__listWrap ul {
      flex: 1;
      padding: 0 20px; }
      .section2__listWrap ul:nth-child(2) {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd; }
    .section2__listWrap li {
      max-width: 290px;
      margin: 15px auto 0;
      line-height: 1.2;
      font-size: 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-content: flex-start; }
      .section2__listWrap li:first-child {
        margin-top: 0; }
      .section2__listWrap li:before {
        content: '';
        width: 24px;
        height: 24px;
        margin-right: 5px;
        background-color: #d0000a;
        border-radius: 50%;
        background-size: 60%;
        background-image: url(../images/ic_check.png);
        background-repeat: no-repeat;
        background-position: center center; }
      .section2__listWrap li span {
        width: calc(99.99% - 30px); }
  .section2__read {
    text-align: center; }
    .section2__read > span {
      display: inline-block;
      line-height: 1;
      position: relative;
      font-size: 30px; }
      .section2__read > span strong {
        font-size: 40px; }
      .section2__read > span:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 14px;
        background-color: #fff21a;
        left: 0;
        bottom: 0; }
      .section2__read > span > * {
        position: relative;
        z-index: 10; }

.section3 {
  padding: 70px 0 120px;
  background-color: #fffafa; }
  .section3__heading {
    text-align: center;
    position: relative;
    margin-bottom: 40px; }
    .section3__heading .upper {
      display: inline-block;
      line-height: 1;
      padding: 0 10px;
      background-color: #fff;
      font-size: 30px;
      margin-bottom: 8px; }
      .section3__heading .upper strong {
        font-size: 40px; }
    .section3__heading .lower {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px; }
      .section3__heading .lower em {
        margin: 0 10px; }
      .section3__heading .lower:before, .section3__heading .lower:after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #101010; }
  .section3__main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative; }
    .section3__main > * {
      width: 50%; }
  .section3__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    width: 100%;
    transform: translateY(150%); }
  .section3__imgs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 1px solid #d3d3d3;
    flex-wrap: wrap;
    position: relative; }
    .section3__imgs > * {
      width: 50%; }
    .section3__imgs .img1 {
      order: 1; }
    .section3__imgs .img2 {
      order: 2;
      position: relative; }
      .section3__imgs .img2:after {
        content: '';
        width: 1px;
        background-color: #d3d3d3;
        position: absolute;
        display: block;
        height: 100%;
        z-index: 10;
        top: 0;
        left: 0; }
    .section3__imgs .cap1 {
      order: 3; }
    .section3__imgs .cap2 {
      order: 4;
      position: relative; }
      .section3__imgs .cap2:after {
        content: '';
        width: 1px;
        background-color: #d3d3d3;
        position: absolute;
        display: block;
        height: 100%;
        z-index: 10;
        top: 0;
        left: 0; }
  .section3__img img {
    display: block; }
  .section3__img_cap {
    padding: 20px;
    color: #fff;
    background-color: #333;
    font-size: 13px; }
  .section3__img_cap_heading {
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 0.5em; }
  .section3__text {
    background-color: #fff;
    padding: 40px;
    line-height: 1.4; }
  .section3__text_heading {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px; }
  .section3__text_read {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 20px; }
    .section3__text_read span {
      position: relative;
      z-index: 10; }
    .section3__text_read:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0.6em;
      background-color: #fff21a; }

.cvArea {
  margin-top: 70px; }
  .cvArea__box {
    padding: 10px;
    background-image: url(../images/bg_bd.png); }
  .cvArea__box_in {
    background-color: #fff;
    padding: 40px 40px 45px;
    position: relative; }
  .cvArea__heading {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-70%); }
    .cvArea__heading strong {
      background-color: #fff;
      display: inline-block;
      padding: 0 0.2em;
      line-height: 1;
      font-size: 26px; }
  .cvArea__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    .cvArea__nav a {
      width: calc(50% - 20px);
      color: #fff;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      font-weight: 500;
      font-size: 26px;
      padding: 20px;
      line-height: 1.2;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center; }
      .cvArea__nav a:hover {
        text-decoration: none; }
      .cvArea__nav a > div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center; }
      .cvArea__nav a .ic {
        width: 42px; }
        .cvArea__nav a .ic img {
          display: block; }
      .cvArea__nav a strong {
        font-weight: 500;
        font-size: 30px; }
      .cvArea__nav a .txt {
        margin-left: 0.7em; }
      .cvArea__nav a.web {
        background-color: #f89800;
        box-shadow: 0px 5px 0px #c17600; }
        .cvArea__nav a.web:hover {
          box-shadow: 0px 0px 0px #c17600;
          transform: translateY(5px); }
      .cvArea__nav a.tel {
        background-color: #d0000a;
        box-shadow: 0px 5px 0px #a70008; }
        .cvArea__nav a.tel:hover {
          box-shadow: 0px 0px 0px #a70008;
          transform: translateY(5px); }

.section4 {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #fffafa; }
  .section4__heading {
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .section4__heading .upper {
      display: inline-block;
      line-height: 1.2;
      padding: 0;
      font-size: 30px;
      margin-bottom: 8px; }
      .section4__heading .upper strong {
        font-size: 40px; }
    .section4__heading .lower {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px; }
      .section4__heading .lower em {
        margin: 0 10px; }
      .section4__heading .lower:before, .section4__heading .lower:after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #101010; }
  .section4__content1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    .section4__content1 li {
      width: calc((100% - 60px) / 4);
      max-width: 264px; }
      .section4__content1 li img {
        width: 100%;
        display: block; }
  .section4__content1_heading {
    text-align: center;
    line-height: 1.2;
    padding: 0.8em 0; }
  .section4__content2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
  .section4__content2_img {
    width: calc(50% - 20px); }
  .section4__content2_text {
    width: calc(50% - 20px);
    padding-top: 36px;
    font-size: 15px; }
  .section4__content2_heading {
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 0.6em; }
  .section4__content2_read {
    margin-top: 1.6em;
    display: inline-block;
    position: relative;
    font-weight: normal; }
    .section4__content2_read span {
      position: relative;
      z-index: 10; }
    .section4__content2_read:before {
      content: '';
      position: absolute;
      background-color: #fff21a;
      bottom: 0.2em;
      left: 0;
      width: 100%;
      height: 0.8em; }

.section5 {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #fffafa; }
  .section5__heading {
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .section5__heading .upper {
      display: inline-block;
      line-height: 1.2;
      padding: 0 10px;
      background-color: #fff;
      font-size: 30px;
      margin-bottom: 8px; }
      .section5__heading .upper strong {
        font-size: 40px; }
    .section5__heading .lower {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px; }
      .section5__heading .lower em {
        margin: 0 10px; }
      .section5__heading .lower:before, .section5__heading .lower:after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #101010; }
  .section5__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .section5__list > li {
      width: calc((100% - 40px) / 3);
      max-width: 368px;
      background-color: #fff;
      font-size: 15px;
      margin-top: 30px; }
      .section5__list > li:nth-child(-n+3) {
        margin-top: 0; }
  .section5__text {
    padding: 20px; }
  .section5__name {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 1.2em;
    line-height: 1.2; }

.section6 {
  padding: 100px 0;
  background: url("../images/bg_dot.png") repeat center center, url("../images/section6_bg.jpg") no-repeat center center/cover;
  color: #fff; }
  .section6__heading {
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .section6__heading .upper {
      display: inline-block;
      line-height: 1.2;
      padding: 0 10px;
      font-size: 30px;
      margin-bottom: 8px; }
      .section6__heading .upper strong {
        font-size: 40px; }
    .section6__heading .lower {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px; }
      .section6__heading .lower em {
        margin: 0 10px; }
      .section6__heading .lower:before, .section6__heading .lower:after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #fff; }
  .section6__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    .section6__list li {
      width: calc((100% - 60px) / 4); }
  .section6__list_title {
    font-size: 20px;
    text-align: center; }

.section7 {
  padding: 80px 0 60px; }
  .section7__heading {
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .section7__heading .upper {
      display: inline-block;
      line-height: 1.2;
      padding: 0 10px;
      font-size: 30px;
      margin-bottom: 8px; }
      .section7__heading .upper strong {
        font-size: 40px; }
    .section7__heading .lower {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px; }
      .section7__heading .lower em {
        margin: 0 10px; }
      .section7__heading .lower:before, .section7__heading .lower:after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #101010; }
  .section7__read {
    margin-bottom: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: baseline; }
    .section7__read .img {
      max-width: 210px;
      margin-right: 20px; }
    .section7__read .txt {
      font-size: 30px;
      line-height: 1.1;
      position: relative; }
      .section7__read .txt:before {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 0.4em;
        background-color: #fff21a;
        z-index: -1; }
      .section7__read .txt span {
        position: relative;
        z-index: 10;
        display: block; }
  .section7__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    .section7__list li {
      width: calc((100% - 80px) / 5);
      margin-right: 20px;
      margin-top: 30px; }
      .section7__list li:nth-child(-n+5) {
        margin-top: 0; }
      .section7__list li:nth-child(5n) {
        margin-right: 0; }
  .section7__list_heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 56px;
    line-height: 1.2;
    padding: 0 0.5em;
    background-color: #9e050c;
    color: #fff;
    font-size: 20px; }
    .section7__list_heading strong {
      font-weight: normal; }
  .section7__list_img {
    margin: 16px 0; }
    .section7__list_img img {
      display: block; }
    .section7__list_img strong {
      display: block;
      text-align: center;
      font-size: 18px;
      line-height: 1.2;
      font-weight: normal; }
  .section7__list_rank {
    padding: 8px 8px 12px;
    color: #fff;
    text-align: center;
    background-color: #9e050c;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 20px;
    line-height: 1.1;
    font-weight: normal; }
    .section7__list_rank span {
      padding: 0 0.5em; }
    .section7__list_rank strong {
      font-size: 34px; }
    .section7__list_rank:before, .section7__list_rank:after {
      content: '';
      width: 36px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../images/ic_crown.png);
      background-position: center center; }
  .section7__caption {
    font-size: 13px;
    line-height: 1.2;
    margin: 20px 0 70px; }
  .section7__under_read {
    text-align: center; }
    .section7__under_read .txt {
      display: inline-block;
      font-size: 30px;
      line-height: 1.1;
      position: relative; }
      .section7__under_read .txt:before {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 0.4em;
        background-color: #fff21a;
        z-index: -1; }
      .section7__under_read .txt span {
        position: relative;
        z-index: 10;
        display: block; }
      .section7__under_read .txt strong {
        font-size: 40px; }

.section8 {
  padding-bottom: 80px; }
  .section8__mapBox {
    position: relative;
    padding-top: 52%;
    margin-bottom: 60px; }
    .section8__mapBox iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .section8__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
  .section8__list_item {
    width: 50%;
    border: 1px solid #e3e3e3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-top-width: 0; }
    .section8__list_item:nth-child(-n+2) {
      border-top-width: 1px; }
    .section8__list_item dt {
      width: 180px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 10px;
      color: #fff;
      background-color: #333;
      line-height: 1.2; }
      .section8__list_item dt em {
        display: block;
        margin-bottom: 0.3em; }
      .section8__list_item dt strong {
        font-size: 20px;
        display: block;
        font-weight: normal; }
    .section8__list_item dd {
      width: calc(100% - 180px);
      padding: 12px 20px;
      min-height: 100px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .section8__list_item dd p:first-child {
        line-height: 1.4;
        margin-bottom: 0.3em; }

.contactSection {
  padding: 80px 0;
  background-color: #fffafa; }
  .contactSection__heading {
    text-align: center;
    margin-bottom: 40px; }
    .contactSection__heading .ic {
      display: block;
      width: 30px;
      margin: 0 auto 20px; }
    .contactSection__heading strong {
      display: block;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.1; }

#contactBox {
  max-width: 850px;
  margin: 0 auto;
  background-color: #fff;
  border: 6px solid #eee;
  padding: 60px 30px 65px;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */ }
  #contactBox div.wpcf7-response-output {
    background-color: #fff;
    border-color: #e2c470;
    color: #e2c470; }
  #contactBox .ajax-loader {
    display: block;
    margin: 0 auto; }
  #contactBox .contactBox__in {
    max-width: 730px;
    margin: 0 auto; }
  #contactBox .contact_dl {
    width: 100%; }
    #contactBox .contact_dl--row {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 10px; }
      #contactBox .contact_dl--row:first-child {
        margin-top: 0px; }
      #contactBox .contact_dl--row dt {
        width: 190px;
        font-size: 15px;
        line-height: 1.6;
        padding: 0.6em 0;
        position: relative; }
        #contactBox .contact_dl--row dt:after {
          content: ':';
          position: absolute;
          right: 0;
          top: 0.6em; }
        #contactBox .contact_dl--row dt .req {
          color: #d90000;
          font-size: 10px;
          display: inline-block;
          vertical-align: top; }
        #contactBox .contact_dl--row dt .caption {
          font-size: 0.8em;
          margin-top: 0.6em; }
      #contactBox .contact_dl--row dd {
        width: calc(100% - 192px);
        padding: 0.6em 0;
        padding-left: 2em; }
  #contactBox select {
    display: block;
    width: auto;
    overflow: hidden;
    max-width: 100% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    padding: 0.6em 1em;
    padding-right: 2.5em;
    background: none transparent;
    background-color: #fafafa;
    vertical-align: middle;
    font-size: 12px;
    border: 1px solid #999;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-image: url(../images/select_arrow.png);
    border-radius: 0px;
    min-width: 200px;
    outline: 0;
    line-height: 1.5; }
  #contactBox input[type="text"],
  #contactBox input[type="email"],
  #contactBox input[type="tel"],
  #contactBox input[type="date"],
  #contactBox textarea {
    display: block;
    max-width: 410px;
    width: 100%;
    overflow: hidden;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    padding: 0.4em 1.2em;
    background: none transparent;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #999;
    background-color: #fafafa;
    line-height: 1.5;
    outline: 0; }
    #contactBox input[type="text"].middle,
    #contactBox input[type="email"].middle,
    #contactBox input[type="tel"].middle,
    #contactBox input[type="date"].middle,
    #contactBox textarea.middle {
      max-width: 150px; }
  #contactBox .wpcf7-radio {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    #contactBox .wpcf7-radio .wpcf7-list-item {
      font-size: 15px;
      width: calc((100% - 70px) / 3);
      margin: 20px 0 0 !important;
      line-height: 1.2;
      display: inline-flex; }
      #contactBox .wpcf7-radio .wpcf7-list-item:nth-child(-n+4) {
        margin-top: 0; }
      #contactBox .wpcf7-radio .wpcf7-list-item:nth-child(4n) {
        width: 70px; }
      #contactBox .wpcf7-radio .wpcf7-list-item label {
        vertical-align: middle;
        cursor: pointer; }
        #contactBox .wpcf7-radio .wpcf7-list-item label span:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 19px;
          height: 19px;
          border: 1px solid #fff;
          outline: 1px solid #333;
          margin-right: 10px; }
        #contactBox .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
          display: none; }
          #contactBox .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked + span:before {
            background-color: #333; }
  #contactBox span.wpcf7-list-item.first {
    margin-left: 0; }
  #contactBox textarea {
    max-width: 100% !important; }
  #contactBox .dateBox {
    margin-top: 20px; }
    #contactBox .dateBox:first-child {
      margin-top: 0; }
    #contactBox .dateBox__heading {
      display: block;
      margin-bottom: 0.5em; }
    #contactBox .dateBox__content {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
    #contactBox .dateBox__day {
      margin-right: 20px; }
      #contactBox .dateBox__day > span {
        position: relative;
        display: block; }
        #contactBox .dateBox__day > span:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: calc(100% - 45px);
          z-index: 1;
          border: 1px solid #999;
          background-color: #fafafa; }
    #contactBox .dateBox__time select {
      min-width: 200px; }
    #contactBox .dateBox .form-datepicker {
      position: relative;
      height: 34px;
      background-position: right center;
      background-size: 43px;
      background-image: url(../images/ic_calender.png);
      background-repeat: no-repeat;
      position: relative;
      z-index: 10;
      border: 0;
      padding-right: 50px;
      background-color: transparent;
      cursor: pointer; }
  #contactBox .wpcf7-not-valid-tip {
    clear: both;
    font-size: 13px;
    margin-top: 0.3em;
    text-align: right; }
  #contactBox .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
    display: none; }
  #contactBox .submitBox {
    margin-top: 40px;
    text-align: center; }
  #contactBox input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: none;
    margin: 0 auto;
    outline: 0;
    display: block;
    color: #fff;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    font-weight: 500;
    font-size: 20px;
    padding: 14px 20px;
    line-height: 1.2;
    text-align: center;
    background-color: #d0000a;
    box-shadow: 0px 5px 0px #a70008;
    max-width: 250px;
    width: 100%;
    border-radius: 0;
    border: 0; }
    #contactBox input[type="submit"]:hover {
      text-decoration: none; }
    #contactBox input[type="submit"]:hover {
      box-shadow: 0px 0px 0px #a70008;
      transform: translateY(5px); }
  #contactBox :placeholder-shown {
    color: #aaaaaa; }
  #contactBox ::-webkit-input-placeholder {
    color: #aaaaaa; }
  #contactBox :-moz-placeholder {
    color: #aaaaaa;
    opacity: 1; }
  #contactBox ::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1; }
  #contactBox :-ms-input-placeholder {
    color: #aaaaaa; }

.center_left {
  text-align: center; }

.mainFooter {
  padding: 50px 0;
  background-color: #333; }
  .mainFooter__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .mainFooter__l {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 620px;
    width: calc(100% - 50px); }
  .mainFooter__logo {
    max-width: 270px; }
  .mainFooter__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 296px;
    width: calc(100% - 280px); }
    .mainFooter__nav a {
      color: #fff;
      font-size: 15px; }
      .mainFooter__nav a:first-child {
        margin-right: 1em; }
  .mainFooter__r {
    width: 50px; }
  .mainFooter #toTop {
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/toTop.png); }
    .mainFooter #toTop:hover {
      text-decoration: none; }
    .mainFooter #toTop:hover {
      opacity: .7;
      text-decoration: none; }

@media only screen and (max-width: 1240px) {
  html {
    font-size: 14px; }

  a {
    color: #101010; }

  /*common-parts*/
  .o_wo_tab {
    display: none; }

  .mainHeader .logo {
    left: 0; }

  .firstView__text {
    width: 50%;
    right: auto;
    left: 0; }
  .firstView__text_in {
    width: 100%; }
  .firstView__heading {
    font-size: 36px; }
    .firstView__heading small {
      font-size: 24px; }
  .firstView__read {
    font-size: 16px; }

  .section3__text {
    padding: 25px; }
  .section3__text_heading {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2; }
  .section3__text_read {
    font-size: 18px;
    margin-bottom: 15px; }

  .cvArea__box_in {
    padding: 30px 30px 35px; }
  .cvArea a {
    font-size: 18px;
    width: calc(50% - 15px); }
    .cvArea a .ic {
      width: 30px; }
    .cvArea a strong {
      font-size: 22px; }

  .section7__list li {
    width: calc((100% - 60px) / 4); }
    .section7__list li:nth-child(5) {
      margin-top: 30px;
      margin-right: 20px; }
    .section7__list li:nth-child(4n) {
      margin-right: 0; } }
@media only screen and (max-width: 800px) {
  html {
    font-size: 14px; }

  body {
    font-size: 1rem;
    line-height: 1.6; }

  a {
    color: #101010; }

  /*common-parts*/
  .inner {
    padding-left: 22px;
    padding-right: 22px; }

  .o_pc {
    display: none; }

  .o_sp {
    display: block; }

  .mainHeader .inner {
    height: 50px; }
  .mainHeader .logo {
    padding-left: 10px;
    max-width: 160px;
    padding-right: 10px; }
  .mainHeader__nav {
    width: 200px; }
    .mainHeader__nav a {
      height: 50px;
      flex: 1; }
      .mainHeader__nav a strong {
        font-size: 13px;
        line-height: 1.1;
        margin-left: 6px; }
      .mainHeader__nav a .ic {
        width: 20px; }

  .firstView {
    margin-top: 50px; }
    .firstView__text {
      position: static;
      width: 100%;
      max-height: none;
      transform: none; }
    .firstView__text_in {
      width: 100%;
      padding: 20px; }
    .firstView__heading {
      font-size: 6vw; }
      .firstView__heading small {
        font-size: 4vw; }
    .firstView__read {
      font-size: 15px; }
    .firstView__nav {
      display: block; }
      .firstView__nav a {
        margin-top: 15px;
        width: 100%; }
        .firstView__nav a:first-child {
          margin-top: 0; }

  .pageRead__upper {
    margin-bottom: 20px;
    width: calc(100% + 30px);
    position: relative;
    left: -15px; }
    .pageRead__upper span {
      width: 40px; }
    .pageRead__upper strong {
      margin: 0 10px;
      font-size: 4.6vw; }
  .pageRead__lower span.r {
    font-size: 3.8vw;
    text-align: left; }
  .pageRead__lower strong {
    padding: 0.3em 15px;
    font-size: 28px; }

  .section1 {
    padding: 40px 0 24px; }
    .section1__box {
      padding: 25px 25px 0; }
    .section1__in {
      margin-bottom: 40px; }
    .section1__heading {
      font-size: 21px; }
      .section1__heading strong {
        display: block;
        padding-left: 0; }

  .section2 {
    padding: 40px 0 50px; }
    .section2__heading {
      top: -25px; }
      .section2__heading .upper {
        font-size: 20px; }
        .section2__heading .upper strong {
          font-size: 30px; }
      .section2__heading .lower {
        font-size: 18px; }
    .section2__listWrap {
      display: block; }
      .section2__listWrap ul {
        padding: 0 10px;
        width: 100%;
        border: 0 !important; }
        .section2__listWrap ul:nth-child(2) {
          margin: 15px 0; }
      .section2__listWrap li {
        max-width: 100%; }
    .section2__read > span {
      line-height: 1.4;
      font-size: 4.8vw; }
      .section2__read > span:before {
        height: 10px; }
      .section2__read > span strong {
        font-size: 6.5vw; }

  .section3 {
    padding: 50px 0; }
    .section3__heading .upper {
      font-size: 20px; }
      .section3__heading .upper strong {
        font-size: 30px; }
    .section3__heading .lower {
      font-size: 18px; }
    .section3__main {
      display: block; }
      .section3__main > * {
        width: 100%; }
    .section3__caption {
      position: static;
      transform: translateY(0%);
      margin: 20px 0; }
    .section3 .cap1 {
      width: 100%;
      border-top: 1px solid #d3d3d3; }
    .section3 .cap2 {
      width: 100%;
      border-top: 1px solid #d3d3d3; }
      .section3 .cap2:after {
        display: none; }
    .section3__text_heading {
      font-size: 22px; }

  .cvArea {
    margin-top: 50px; }
    .cvArea__heading strong {
      font-size: 22px; }
    .cvArea__box_in {
      padding: 30px 20px 35px; }
    .cvArea__nav {
      display: block; }
      .cvArea__nav a {
        width: 100%;
        margin-top: 20px;
        font-size: 16px; }
        .cvArea__nav a:first-child {
          margin-top: 0; }
        .cvArea__nav a strong {
          font-size: 20px; }

  .section4 {
    margin-top: 50px;
    padding: 50px 0; }
    .section4__heading .upper {
      font-size: 20px; }
      .section4__heading .upper strong {
        font-size: 30px; }
    .section4__heading .lower {
      font-size: 18px; }
    .section4__content1 {
      display: block;
      margin-bottom: 40px; }
      .section4__content1 li {
        width: 100%;
        max-width: 368px;
        margin: 30px auto 0; }
        .section4__content1 li:first-child {
          margin-top: 0; }
    .section4__content2 {
      display: block; }
    .section4__content2_img {
      width: 100%; }
    .section4__content2_text {
      width: 100%;
      padding-top: 24px; }
    .section4__content2_heading {
      font-size: 22px; }

  .section5 {
    padding: 50px 0; }
    .section5__heading .upper {
      font-size: 20px; }
      .section5__heading .upper strong {
        font-size: 30px; }
    .section5__heading .lower {
      font-size: 18px; }
    .section5__list {
      display: block; }
      .section5__list > li {
        width: 100%;
        margin: 30px auto 0 !important; }
        .section5__list > li:first-child {
          margin-top: 0 !important; }

  .section6 {
    padding: 60px 0; }
    .section6__heading .upper {
      font-size: 20px; }
      .section6__heading .upper strong {
        font-size: 30px; }
    .section6__heading .lower {
      font-size: 18px; }
    .section6__list {
      display: block;
      width: 100%; }
      .section6__list li {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px; }
        .section6__list li:first-child {
          margin-top: 0; }
    .section6__img {
      width: calc(50% - 10px); }
    .section6__list_title {
      width: calc(50% - 10px);
      text-align: left;
      font-size: 18px; }

  .section7 {
    padding: 60px 0; }
    .section7__heading .upper {
      font-size: 20px; }
      .section7__heading .upper strong {
        font-size: 30px; }
    .section7__heading .lower {
      font-size: 18px; }
    .section7__read {
      margin-bottom: 40px;
      display: block; }
      .section7__read .img {
        display: block;
        margin: 0 auto 20px; }
      .section7__read .txt {
        display: block;
        text-align: center;
        font-size: 22px; }
    .section7__list {
      justify-content: space-between; }
      .section7__list li {
        width: calc((100% - 20px) / 2);
        margin: 20px 0 0 !important; }
        .section7__list li:nth-child(-n+2) {
          margin-top: 0 !important; }
    .section7__list_heading {
      height: 40px;
      font-size: 18px; }
    .section7__list_img {
      margin-top: 12px; }
      .section7__list_img strong {
        font-size: 15px; }
    .section7__list_rank {
      font-size: 16px;
      font-weight: normal; }
      .section7__list_rank span {
        padding: 0 0.3em; }
      .section7__list_rank strong {
        font-size: 26px; }
      .section7__list_rank:before, .section7__list_rank:after {
        width: 24px;
        height: 20px; }
    .section7__caption {
      margin-bottom: 40px; }
    .section7__under_read .txt {
      display: block;
      text-align: center;
      font-size: 22px; }
      .section7__under_read .txt strong {
        font-size: 28px; }

  .section8 {
    padding-bottom: 50px; }
    .section8__mapBox {
      margin-bottom: 40px; }
    .section8__list {
      display: block; }
    .section8__list_item {
      width: 100%;
      border-top-width: 0; }
      .section8__list_item:nth-child(2) {
        border-top-width: 1px; }
      .section8__list_item dt {
        width: 110px; }
        .section8__list_item dt em {
          font-size: 13px; }
        .section8__list_item dt strong {
          font-size: 15px; }
      .section8__list_item dd {
        width: calc(100% - 110px);
        padding: 12px 20px;
        min-height: 80px; }
        .section8__list_item dd p:first-child {
          margin-bottom: 0.3em; }

  .contactSection {
    padding: 50px 0; }

  #contactBox {
    margin-top: 40px; }
    #contactBox .contact_dl--row {
      display: block;
      margin-top: 20px; }
      #contactBox .contact_dl--row dt {
        width: 100%;
        margin-bottom: 0px; }
        #contactBox .contact_dl--row dt:after {
          display: none; }
        #contactBox .contact_dl--row dt br {
          display: none; }
      #contactBox .contact_dl--row dd {
        max-width: 100%;
        width: 100%;
        padding-left: 0; }
    #contactBox .contact_dl .dateBox__content {
      display: block; }
      #contactBox .contact_dl .dateBox__content > * {
        width: 100% !important;
        margin-top: 15px; }
        #contactBox .contact_dl .dateBox__content > *:first-child {
          margin-top: 0; }
    #contactBox .nameBox__item {
      display: block; }
      #contactBox .nameBox__item strong {
        display: block;
        width: 100%;
        margin-bottom: 0.4em;
        font-size: 14px; }
      #contactBox .nameBox__item .wpcf7-form-control-wrap {
        display: block;
        width: 100%; }
    #contactBox .wpcf7-radio .wpcf7-list-item {
      width: calc((100% - 20px) / 2) !important;
      margin: 15px 0 0 !important; }
      #contactBox .wpcf7-radio .wpcf7-list-item:nth-child(-n+2) {
        margin-top: 0 !important; }

  .center_left {
    text-align: left; }

  .mainFooter {
    padding: 30px 0; }
    .mainFooter__inner {
      display: block; }
    .mainFooter__l {
      display: block;
      margin: 0 auto 30px;
      width: 100%; }
    .mainFooter__logo {
      margin: 0 auto 20px; }
    .mainFooter__nav {
      width: 100%;
      margin: 0 auto; }
      .mainFooter__nav a {
        font-size: 14px;
        line-height: 1.2; }
    .mainFooter__r {
      margin-left: auto; } }
@media only screen and (max-width: 640px) {
  html {
    font-size: 14px; }

  a {
    color: #101010; }

  /*common-parts*/ }
