@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .pc {
    display: none !important; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .sp {
    display: none !important; } }

a {
  text-decoration: none;
  webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  a:hover {
    opacity: 0.5; } }

@media screen and (min-device-width: 1025px) {
  body {
    min-width: 300px; } }

.breadcrumb {
  padding: 0 15px; }
  .breadcrumb .ul-list li {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #707070;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .breadcrumb .ul-list li {
        display: inline;
        font-size: 12px;
        line-height: 20px; } }
    .breadcrumb .ul-list li:after {
      content: "＞";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: -20px; }
    .breadcrumb .ul-list li a {
      color: #707070;
      text-decoration: underline; }
    .breadcrumb .ul-list li:last-child:after {
      content: none; }

.flow-list__btn {
  margin: 0 auto;
  padding: 25px 10px;
  width: 415px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .flow-list__btn {
      max-width: 350px;
      width: 100%; } }
  .flow-list__btn::after {
    display: none; }

.h2-txt {
  font-size: 53px;
  line-height: 70px;
  letter-spacing: 0.03em;
  font-weight: 500; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .h2-txt {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0.03em;
      padding: 0 20px; } }

.other-top {
  max-width: 894px;
  margin: 0 auto;
  padding: 40px 15px 0;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .other-top {
      padding: 35px 15px 0; } }
  .other-top__img {
    margin: 38px 0 50px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .other-top__img {
        margin: 15px 0 25px; } }
    .other-top__img img {
      max-width: 594px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .other-top__img img {
          max-width: 238px; } }
  .other-top__txt {
    text-align: justify; }
    .other-top__txt p {
      font-size: 21px;
      line-height: 35px;
      letter-spacing: 0.05em;
      margin-bottom: 30px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .other-top__txt p {
          font-size: 15px;
          line-height: 27px;
          margin-bottom: 27px; } }
      .other-top__txt p:last-child {
        margin-bottom: 0; }
  .other-top__btn {
    margin: 65px 0 150px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .other-top__btn {
        margin: 35px 0 68px; } }

.other .l-scheck__main {
  padding: 80px 0 0; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .other .l-scheck__main {
      padding-top: 38px; } }
  .other .l-scheck__main:before {
    background-color: #F3F3F3;
    content: '';
    left: -15px;
    height: 275px;
    position: absolute;
    top: 0;
    z-index: -1;
    width: calc(100% + 30px); }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .other .l-scheck__main:before {
        height: 136px; } }

.other .scheck-bgwhite {
  margin-top: 55px;
  border-bottom: 0;
  padding-bottom: 0; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .other .scheck-bgwhite {
      margin-top: 65px;
      padding: 0; } }
  .other .scheck-bgwhite__txt {
    padding-top: 75px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .other .scheck-bgwhite__txt {
        padding-top: 0; }
        .other .scheck-bgwhite__txt p {
          font-size: 15px;
          line-height: 27px; } }
