@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@700&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul li {
  list-style: none; }

body img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%; }

a {
  color: #3c3c3c;
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }

@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; } }
body {
  font-size: 15px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1.7;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 767px) {
  body.active {
    overflow: hidden; } }
header {
  border-bottom: 1px solid #7997ba;
  height: 70px;
  *zoom: 1; }
  header .logo {
    float: left;
    margin-left: 50px; }
    header .logo a {
      display: inline-block;
      margin: 12px 0; }
  header nav {
    float: right; }
    header nav a {
      margin-right: 30px;
      font-size: 15px;
      font-weight: bold;
      display: inline-block;
      line-height: 66px;
      border-bottom: 4px solid transparent;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header nav a:hover {
        border-bottom: 4px solid #dc0823; }
  header:before, header:after {
    content: ' ';
    display: table; }
  header:after {
    clear: both; }
  header .bm {
    display: none; }

.bm {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  background-color: #003e81;
  color: #FFFFFF;
  z-index: 99999; }
  .bm .ii {
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 14px;
    z-index: 99; }
    .bm .ii div,
    .bm .ii span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    .bm .ii div {
      position: relative;
      width: 22px;
      height: 11px; }
    .bm .ii span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #FFFFFF;
      border-radius: 1px; }
      .bm .ii span:nth-of-type(1) {
        top: 0; }
      .bm .ii span:nth-of-type(2) {
        top: 5px; }
      .bm .ii span:nth-of-type(3) {
        bottom: 0; }
  .bm .m1, .bm .m2 {
    position: relative;
    padding-top: 24px;
    text-align: center;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px; }
  .bm .m2 {
    display: none; }
  .bm.active {
    background-color: #FFFFFF;
    color: #003e81; }
    .bm.active .m1 {
      display: none; }
    .bm.active .m2 {
      display: block; }
    .bm.active .ii span {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #003e81; }
      .bm.active .ii span:nth-of-type(1) {
        -webkit-transform: translateY(5px) rotate(-30deg);
        transform: translateY(5px) rotate(-30deg); }
      .bm.active .ii span:nth-of-type(2) {
        opacity: 0; }
      .bm.active .ii span:nth-of-type(3) {
        -webkit-transform: translateY(-5px) rotate(30deg);
        transform: translateY(-5px) rotate(30deg); }

@media screen and (max-width: 960px) {
  header .logo {
    margin-left: 30px; }
  header nav a {
    margin-right: 20px;
    font-size: 14px; } }
@media screen and (max-width: 767px) {
  header nav {
    display: none; }
  header .logo {
    margin-left: 20px; }
  header .bm {
    display: block; } }
.spnav {
  position: fixed;
  width: 80%;
  top: 0;
  left: 100%;
  bottom: 0;
  right: 0;
  background: #003e81;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .spnav ul {
    padding: 150px 0 0 30px; }
    .spnav ul li + li {
      margin-top: 20px; }
    .spnav ul li a {
      color: #FFFFFF;
      font-size: 20px;
      font-weight: bold;
      line-height: 1; }
      .spnav ul li a span {
        font-size: 15px;
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
        font-weight: 700;
        color: #7695b8;
        display: block; }
  .spnav.active {
    left: 20%;
    width: 80%; }

header.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 9997;
  top: -71px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header.fixed.is-show {
    top: 0; }

footer {
  background-color: #003e81;
  color: #FFFFFF;
  text-align: center;
  padding: 100px 0;
  position: relative; }
  footer .logo {
    margin-bottom: 20px; }
    footer .logo img {
      width: 150px;
      height: auto; }
  footer small {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px; }

@media screen and (max-width: 767px) {
  footer {
    background-color: #003e81;
    color: #FFFFFF;
    text-align: left;
    padding: 40px 20px;
    position: relative; }
    footer .logo {
      margin-bottom: 0px; }
      footer .logo img {
        width: 120px;
        height: auto; }
    footer small {
      font-size: 12px; } }
#pagetop {
  width: 90px;
  height: 90px;
  position: absolute;
  right: 100px;
  bottom: 100px; }
  #pagetop a {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 40px;
    line-height: 20px;
    position: relative; }
    #pagetop a:after {
      content: "";
      position: absolute;
      top: 30px;
      left: 50%;
      margin-left: -7px;
      display: inline-block;
      vertical-align: middle;
      color: #FFFFFF;
      line-height: 1;
      width: 1em;
      height: 1em;
      border: 2px solid currentColor;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(-25%) rotate(-45deg); }

@media screen and (max-width: 767px) {
  #pagetop {
    right: 20px;
    bottom: 25px; } }
br.sp {
  display: none; }

@media screen and (max-width: 767px) {
  br.sp {
    display: inline; } }
.main {
  text-align: center; }
  .main img {
    width: 100%;
    max-width: 1366px;
    height: auto; }
  .main .sp {
    display: none; }

@media screen and (max-width: 767px) {
  .main .pc {
    display: none; }
  .main .sp {
    display: block; } }
.section .inner {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0 100px 0; }
  .section .inner .top {
    text-align: center;
    margin-bottom: 40px; }
    .section .inner .top p {
      font-family: 'Sofia Sans Extra Condensed', sans-serif;
      font-weight: 700;
      font-size: 20px; }
    .section .inner .top h2 {
      font-size: 60px;
      font-weight: bold; }

@media screen and (max-width: 960px) {
  .section .inner {
    width: auto;
    padding: 60px 20px; } }
@media screen and (max-width: 767px) {
  .section .inner {
    width: auto;
    padding: 60px 20px; }
    .section .inner .top {
      margin-bottom: 30px; }
      .section .inner .top p {
        font-size: 17px; }
      .section .inner .top h2 {
        font-size: 30px; } }
.s1 {
  background-color: #003e81;
  color: #FFFFFF; }
  .s1 .inner {
    padding: 120px 0 100px 0;
    *zoom: 1; }
    .s1 .inner .left {
      float: left;
      width: 50%; }
      .s1 .inner .left h2 {
        font-size: 43px;
        font-weight: bold;
        margin-bottom: 40px; }
      .s1 .inner .left p {
        font-size: 20px;
        line-height: 2; }
    .s1 .inner .right {
      float: right;
      width: 50%;
      text-align: right; }
      .s1 .inner .right img {
        width: 100%;
        max-width: 420px;
        height: auto; }
    .s1 .inner:before, .s1 .inner:after {
      content: ' ';
      display: table; }
    .s1 .inner:after {
      clear: both; }

@media screen and (max-width: 960px) {
  .s1 .inner {
    padding: 60px 60px; }
    .s1 .inner .left h2 {
      font-size: 32px;
      margin-bottom: 20px; }
    .s1 .inner .left p {
      font-size: 17px; }
    .s1 .inner .right img {
      max-width: 320px; } }
@media screen and (max-width: 767px) {
  .s1 .inner {
    padding: 60px 0; }
    .s1 .inner .left {
      float: none;
      width: auto;
      text-align: center;
      margin-bottom: 30px; }
      .s1 .inner .left h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 30px; }
      .s1 .inner .left p {
        font-size: 17px;
        line-height: 1.7; }
    .s1 .inner .right {
      float: none;
      width: auto;
      text-align: center; }
      .s1 .inner .right img {
        width: 60%;
        max-width: 420px;
        height: auto; } }
.s2, .s4, .s5, .s6 {
  text-align: center; }
  .s2 .inner .top p, .s4 .inner .top p, .s5 .inner .top p, .s6 .inner .top p {
    color: #003e81; }
  .s2 .b1, .s4 .b1, .s5 .b1, .s6 .b1 {
    margin-bottom: 50px; }
    .s2 .b1 h3, .s4 .b1 h3, .s5 .b1 h3, .s6 .b1 h3 {
      font-size: 24px;
      display: inline-block;
      font-weight: bold;
      background: linear-gradient(transparent 90%, #dc0823 0%);
      padding-bottom: 10px;
      display: inline; }
      .s2 .b1 h3 br, .s4 .b1 h3 br, .s5 .b1 h3 br, .s6 .b1 h3 br {
        display: none; }
    .s2 .b1 p, .s4 .b1 p, .s5 .b1 p, .s6 .b1 p {
      text-align: left;
      display: inline-block;
      font-weight: bold;
      max-width: 700px;
      font-size: 17px; }
    .s2 .b1 h3 + p, .s4 .b1 h3 + p, .s5 .b1 h3 + p, .s6 .b1 h3 + p {
      margin-top: 30px; }

@media screen and (max-width: 767px) {
  .s2, .s4, .s5, .s6 {
    text-align: center; }
    .s2 .inner .top p, .s4 .inner .top p, .s5 .inner .top p, .s6 .inner .top p {
      color: #003e81; }
    .s2 .b1, .s4 .b1, .s5 .b1, .s6 .b1 {
      margin-bottom: 30px; }
      .s2 .b1 h3, .s4 .b1 h3, .s5 .b1 h3, .s6 .b1 h3 {
        font-size: 22px; }
        .s2 .b1 h3 br, .s4 .b1 h3 br, .s5 .b1 h3 br, .s6 .b1 h3 br {
          display: inline; }
      .s2 .b1 p, .s4 .b1 p, .s5 .b1 p, .s6 .b1 p {
        width: 700px;
        width: auto;
        font-size: 16px; }
      .s2 .b1 h3 + p, .s4 .b1 h3 + p, .s5 .b1 h3 + p, .s6 .b1 h3 + p {
        margin-top: 20px; } }
.s2 .g {
  margin-bottom: 80px; }
  .s2 .g h4 {
    font-size: 20px;
    font-weight: bold; }
    .s2 .g h4 span {
      font-weight: normal;
      margin-top: 5px;
      display: block;
      font-size: 13px; }
  .s2 .g img {
    margin: 30px 0;
    width: 100%;
    max-width: 590px;
    height: auto; }
  .s2 .g ul li {
    font-size: 12px; }
.s2 .t {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 80px; }
.s2 .st {
  position: relative;
  width: 100%;
  height: 495px;
  background: url(../images/s2_bg_pc.png) 0 0 no-repeat;
  background-size: 1000px 495px; }
  .s2 .st .bl {
    position: absolute;
    width: 140px;
    top: 30px;
    left: 70px;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    line-height: 38px; }
  .s2 .st .txt {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 210px;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    text-align: left; }
.s2 .shikumi {
  background-color: #ededeb;
  padding: 80px; }
  .s2 .shikumi h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px; }
  .s2 .shikumi .img1 {
    margin-bottom: 30px; }
    .s2 .shikumi .img1 .sp {
      display: none; }
  .s2 .shikumi .img2 {
    text-align: center;
    position: relative;
    z-index: 99; }
    .s2 .shikumi .img2 .sp {
      display: none; }
    .s2 .shikumi .img2 img {
      max-width: 800px;
      width: 100%; }
  .s2 .shikumi .timing {
    margin-top: -30px;
    width: 100%;
    padding: 70px;
    border: 2px solid #003e81;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px; }
    .s2 .shikumi .timing h4 {
      font-size: 35px;
      font-weight: bold;
      margin-bottom: 20px; }
      .s2 .shikumi .timing h4 br {
        display: none; }
    .s2 .shikumi .timing .box {
      text-align: left; }
      .s2 .shikumi .timing .box + .box {
        margin-top: 20px; }
      .s2 .shikumi .timing .box .head div {
        display: inline-block;
        color: #dc0823;
        margin-right: 15px; }
        .s2 .shikumi .timing .box .head div span {
          display: inline-block;
          vertical-align: middle;
          font-size: 13px;
          font-weight: bold;
          margin-right: 5px; }
        .s2 .shikumi .timing .box .head div b {
          vertical-align: middle;
          display: inline-block;
          font-family: 'Sofia Sans Extra Condensed', sans-serif;
          font-weight: 700;
          font-size: 97px; }
      .s2 .shikumi .timing .box .head h5 {
        vertical-align: middle;
        display: inline-block;
        font-size: 26px;
        color: #003e81;
        font-weight: bold; }
      .s2 .shikumi .timing .box p {
        font-size: 16px;
        font-weight: bold;
        line-height: 27px; }

@media screen and (max-width: 960px) {
  .s2 .st .txt {
    margin: 0 auto 0 30%; }
  .s2 .shikumi .timing {
    width: 100%;
    padding: 40px 10px;
    border: 2px solid #003e81;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-top: -20px; }
    .s2 .shikumi .timing h4 {
      font-size: 21px;
      font-weight: bold;
      margin-bottom: 20px; }
      .s2 .shikumi .timing h4 br {
        display: inline; }
    .s2 .shikumi .timing .box {
      text-align: left; }
      .s2 .shikumi .timing .box + .box {
        margin-top: 20px; }
      .s2 .shikumi .timing .box .head {
        text-align: center;
        margin-bottom: 20px; }
        .s2 .shikumi .timing .box .head div {
          display: block;
          margin-right: 0; }
          .s2 .shikumi .timing .box .head div span {
            display: block;
            vertical-align: middle;
            font-size: 12px;
            font-weight: bold;
            margin-right: 5px; }
          .s2 .shikumi .timing .box .head div b {
            display: block;
            font-size: 54px;
            line-height: 1; }
        .s2 .shikumi .timing .box .head h5 {
          vertical-align: middle;
          display: block;
          font-size: 19px;
          color: #003e81;
          font-weight: bold; }
      .s2 .shikumi .timing .box p {
        font-size: 16px;
        font-weight: bold;
        line-height: 27px; } }
@media screen and (max-width: 767px) {
  .s2 .g {
    margin-bottom: 50px; }
    .s2 .g h4 {
      font-size: 20px;
      font-weight: bold; }
      .s2 .g h4 span {
        font-weight: normal;
        margin-top: 5px;
        display: block;
        font-size: 13px; }
    .s2 .g img {
      margin: 30px 0;
      width: 100%;
      max-width: 590px;
      height: auto; }
    .s2 .g ul li {
      font-size: 12px; }
  .s2 .t {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px; }
  .s2 .st {
    position: relative;
    width: 320px;
    height: 540px;
    margin: 0 auto;
    background: url(../images/s2_bg_sp.png) center top no-repeat;
    background-size: cover; }
    .s2 .st .bl {
      position: static;
      width: auto;
      top: auto;
      left: auto;
      font-size: 23px;
      font-weight: bold;
      text-align: center;
      line-height: 38px;
      padding-top: 20px; }
      .s2 .st .bl br:first-child {
        display: none; }
    .s2 .st .txt {
      width: auto;
      margin: 0 auto;
      padding: 80px 20px;
      font-size: 16px;
      font-weight: bold;
      line-height: 36px;
      text-align: left; }
  .s2 .shikumi {
    padding: 40px 10px; }
    .s2 .shikumi h3 {
      font-size: 24px;
      margin-bottom: 30px; }
    .s2 .shikumi .img1 .pc {
      display: none; }
    .s2 .shikumi .img1 .sp {
      display: block; }
    .s2 .shikumi .img2 {
      position: relative;
      z-index: 99; }
      .s2 .shikumi .img2 .pc {
        display: none; }
      .s2 .shikumi .img2 .sp {
        display: block; }
    .s2 .shikumi .timing {
      width: 100%;
      padding: 40px 10px;
      border: 2px solid #003e81;
      position: relative;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      -moz-border-radius: 20px;
      margin-top: -20px; }
      .s2 .shikumi .timing h4 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 20px; }
        .s2 .shikumi .timing h4 br {
          display: inline; }
      .s2 .shikumi .timing .box {
        text-align: left; }
        .s2 .shikumi .timing .box + .box {
          margin-top: 20px; }
        .s2 .shikumi .timing .box .head {
          text-align: center;
          margin-bottom: 20px; }
          .s2 .shikumi .timing .box .head div {
            display: block;
            margin-right: 0; }
            .s2 .shikumi .timing .box .head div span {
              display: block;
              vertical-align: middle;
              font-size: 12px;
              font-weight: bold;
              margin-right: 5px; }
            .s2 .shikumi .timing .box .head div b {
              display: block;
              font-size: 54px;
              line-height: 1; }
          .s2 .shikumi .timing .box .head h5 {
            vertical-align: middle;
            display: block;
            font-size: 19px;
            color: #003e81;
            font-weight: bold; }
        .s2 .shikumi .timing .box p {
          font-size: 16px;
          font-weight: bold;
          line-height: 27px; } }
.attention {
  background-color: #FFFFFF;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 83px;
  margin-bottom: 80px;
  color: #dc0823;
  border: 2px solid #dc0823;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 50px 0;
  font-size: 26px;
  font-weight: bold; }
  .attention:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -43px;
    top: -43px;
    width: 86px;
    height: 86px;
    background: url(../images/s2_at.png) center center no-repeat;
    background-size: cover;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -o-border-radius: 43px;
    -ms-border-radius: 43px;
    -moz-border-radius: 43px;
    border: 5px solid #FFFFFF; }

@media screen and (max-width: 767px) {
  .attention {
    margin-top: 43px;
    margin-bottom: 40px;
    border: 2px solid #dc0823;
    padding: 30px 0;
    font-size: 17px; }
    .attention:before {
      margin-left: -23px;
      top: -23px;
      width: 46px;
      height: 46px;
      background: url(../images/s2_at.png) center center no-repeat;
      background-size: cover;
      border-radius: 23px;
      -webkit-border-radius: 23px;
      -o-border-radius: 23px;
      -ms-border-radius: 23px;
      -moz-border-radius: 23px; } }
.s3 {
  background-color: #003e81;
  color: #FFFFFF; }
  .s3 .inner .top p {
    color: #7695b8; }
  .s3 .b1 {
    margin-bottom: 50px;
    text-align: center; }
    .s3 .b1 p {
      text-align: left;
      display: inline-block;
      font-weight: bold;
      max-width: 800px;
      font-size: 16px;
      line-height: 1.7; }
  .s3 .attention {
    text-align: center;
    max-width: 800px; }
  .s3 .image {
    margin-bottom: 80px; }
    .s3 .image .sp {
      display: none; }
  .s3 .mark {
    background-color: #ededeb;
    color: #3c3c3c;
    padding: 60px;
    max-width: 900px;
    margin: 0 auto;
    *zoom: 1; }
    .s3 .mark .left {
      float: left;
      width: 55%; }
      .s3 .mark .left h3 {
        color: #dc0823;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 20px; }
      .s3 .mark .left p {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.7; }
    .s3 .mark .right {
      float: right;
      width: 40%; }
      .s3 .mark .right dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .s3 .mark .right dl + dl {
          margin-top: 15px; }
        .s3 .mark .right dl dt {
          margin-right: 10px; }
          .s3 .mark .right dl dt img {
            width: 90px;
            height: auto; }
        .s3 .mark .right dl dd h4 {
          font-weight: bold;
          color: #dc0823;
          font-size: 16px; }
        .s3 .mark .right dl dd p {
          font-weight: bold;
          font-size: 13px; }
    .s3 .mark:before, .s3 .mark:after {
      content: ' ';
      display: table; }
    .s3 .mark:after {
      clear: both; }

@media screen and (max-width: 767px) {
  .s3 .b1 {
    margin-bottom: 50px;
    text-align: center; }
    .s3 .b1 p {
      text-align: left;
      display: inline-block;
      font-weight: bold;
      max-width: 800px;
      font-size: 16px;
      line-height: 1.7; }
  .s3 .attention {
    text-align: center;
    max-width: 800px; }
  .s3 .image {
    margin-bottom: 30px; }
    .s3 .image .sp {
      display: block; }
    .s3 .image .pc {
      display: none; }
  .s3 .mark {
    background-color: #ededeb;
    color: #3c3c3c;
    padding: 30px 20px;
    max-width: 900px;
    margin: 0 auto; }
    .s3 .mark .left {
      float: none;
      width: auto;
      margin-bottom: 20px; }
      .s3 .mark .left h3 {
        text-align: center;
        font-size: 21px;
        margin-bottom: 10px; }
      .s3 .mark .left p {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.7; }
    .s3 .mark .right {
      float: none;
      width: auto; }
      .s3 .mark .right dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .s3 .mark .right dl + dl {
          margin-top: 15px; }
        .s3 .mark .right dl dt {
          margin-right: 10px; }
          .s3 .mark .right dl dt img {
            width: 90px;
            height: auto; }
        .s3 .mark .right dl dd h4 {
          font-weight: bold;
          color: #dc0823;
          font-size: 16px; }
        .s3 .mark .right dl dd p {
          font-weight: bold;
          font-size: 13px; } }
.s4 .how {
  max-width: 870px;
  width: 100%;
  margin: 0 auto; }
  .s4 .how .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .s4 .how .box + .box {
      border-top: 1px solid #cdd8e5;
      margin-top: 40px;
      padding-top: 40px; }
    .s4 .how .box .image {
      max-width: 220px; }
    .s4 .how .box .text {
      text-align: left;
      max-width: 600px; }
      .s4 .how .box .text .t {
        margin-bottom: 10px; }
        .s4 .how .box .text .t span {
          display: inline-block;
          line-height: 56px;
          width: 60px;
          text-align: center;
          font-size: 28px;
          font-weight: bold;
          color: #dc0823;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -o-border-radius: 30px;
          -ms-border-radius: 30px;
          -moz-border-radius: 30px;
          border: 2px solid #dc0823; }
        .s4 .how .box .text .t h4 {
          display: inline-block;
          font-size: 28px;
          font-weight: bold;
          color: #003e81;
          margin-left: 20px; }
      .s4 .how .box .text p {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.7; }

@media screen and (max-width: 960px) {
  .s4 .how {
    max-width: 870px;
    width: 100%;
    margin: 0 auto; }
    .s4 .how .box {
      display: block;
      flex-wrap: wrap;
      justify-content: space-between; }
      .s4 .how .box + .box {
        border-top: 1px solid #cdd8e5;
        margin-top: 40px;
        padding-top: 40px; }
      .s4 .how .box .image {
        max-width: none;
        width: 100%;
        text-align: center; }
        .s4 .how .box .image img {
          width: 180px;
          height: auto; }
      .s4 .how .box .text {
        text-align: center;
        max-width: none; }
        .s4 .how .box .text .t {
          margin-bottom: 10px; }
          .s4 .how .box .text .t span {
            display: block;
            line-height: 36px;
            width: 40px;
            font-size: 21px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -o-border-radius: 20px;
            -ms-border-radius: 20px;
            -moz-border-radius: 20px;
            margin: 20px auto 10px auto; }
          .s4 .how .box .text .t h4 {
            display: block;
            font-size: 19px;
            font-weight: bold;
            color: #003e81;
            margin-left: 0; }
        .s4 .how .box .text p {
          text-align: left;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.7; } }
.s5 {
  background: url(../images/s5_bg.png) 0 0 repeat; }
  .s5 .inner {
    max-width: 800px; }
  .s5 .wash {
    margin-bottom: 60px; }
    .s5 .wash h3 {
      font-size: 25px;
      font-weight: bold;
      margin-bottom: 40px; }
    .s5 .wash .goods {
      text-align: center; }
      .s5 .wash .goods h4 {
        display: inline-block;
        font-size: 26px;
        border-bottom: 4px solid #dc0823;
        font-weight: bold;
        margin-bottom: 30px; }
      .s5 .wash .goods ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .s5 .wash .goods ul li {
          display: inline-block;
          width: 25%;
          text-align: center; }
          .s5 .wash .goods ul li img {
            width: 180px;
            height: auto;
            margin-bottom: 10px; }
          .s5 .wash .goods ul li p {
            font-size: 18px;
            font-weight: bold; }
    .s5 .wash .at {
      text-align: left;
      margin-top: 30px; }
      .s5 .wash .at ul li {
        text-indent: -3em;
        padding-left: 3em;
        font-size: 15px; }
    .s5 .wash .steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      .s5 .wash .steps .step {
        width: 45%; }
        .s5 .wash .steps .step:nth-child(2n) {
          margin-left: 10%;
          padding-top: 80px; }
        .s5 .wash .steps .step .t {
          text-align: left;
          color: #dc0823;
          border-bottom: 4px solid #dc0823;
          line-height: 1;
          margin-bottom: 10px; }
          .s5 .wash .steps .step .t span {
            display: inline-block;
            font-family: 'Sofia Sans Extra Condensed', sans-serif;
            font-weight: 700;
            font-size: 22px;
            margin-right: 15px; }
            .s5 .wash .steps .step .t span b {
              font-size: 55px;
              margin-left: 5px; }
          .s5 .wash .steps .step .t h5 {
            display: inline-block;
            font-size: 24px;
            font-weight: bold; }
        .s5 .wash .steps .step .image {
          margin-bottom: 20px; }
        .s5 .wash .steps .step p {
          text-align: left;
          font-weight: bold;
          line-height: 1.7;
          font-size: 16px; }
      .s5 .wash .steps .chk {
        position: relative;
        width: 45%;
        margin-left: 10%;
        padding-top: 80px; }
        .s5 .wash .steps .chk .wc {
          position: absolute;
          left: -25px;
          top: 200px;
          height: 410px;
          width: 410px;
          border-radius: 205px;
          -webkit-border-radius: 205px;
          -o-border-radius: 205px;
          -ms-border-radius: 205px;
          -moz-border-radius: 205px;
          padding-top: 100px;
          background-color: #FFFFFF;
          color: #003e81;
          text-align: center; }
          .s5 .wash .steps .chk .wc h5 {
            display: inline-block;
            font-family: 'Sofia Sans Extra Condensed', sans-serif;
            font-weight: 700;
            font-size: 33px;
            border-bottom: 4px solid #003e81;
            line-height: 1;
            margin-bottom: 40px; }
          .s5 .wash .steps .chk .wc p {
            display: block;
            width: 310px;
            margin: 0 auto;
            font-size: 17px;
            line-height: 1.7;
            text-align: left;
            font-weight: bold; }
          @media screen and (max-width: 960px) {
            .s5 .wash .steps .chk .wc {
              height: 360px;
              width: 360px;
              padding-top: 90px; }
              .s5 .wash .steps .chk .wc h5 {
                margin-bottom: 20px; }
              .s5 .wash .steps .chk .wc p {
                width: 270px;
                font-size: 16px; } }
  .s5 .hokan {
    background-color: #ffd900;
    padding: 60px 60px; }
    .s5 .hokan h3 {
      font-size: 35px;
      margin-bottom: 40px; }
    .s5 .hokan .ok {
      text-align: center;
      margin-bottom: 30px; }
      .s5 .hokan .ok .image {
        display: inline-block;
        vertical-align: middle;
        width: 220px;
        margin-right: 20px; }
      .s5 .hokan .ok p {
        vertical-align: middle;
        display: inline-block;
        width: 300px;
        text-align: left;
        font-weight: bold; }
    .s5 .hokan ul.ng {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .s5 .hokan ul.ng li {
        width: 25%; }
        .s5 .hokan ul.ng li img {
          margin-bottom: 20px; }
        .s5 .hokan ul.ng li p {
          font-weight: bold;
          font-size: 13px; }

@media screen and (max-width: 767px) {
  .s5 .wash {
    margin-bottom: 60px; }
    .s5 .wash h3 {
      font-size: 25px;
      font-weight: bold;
      margin-bottom: 40px; }
    .s5 .wash .goods {
      text-align: center; }
      .s5 .wash .goods h4 {
        display: inline-block;
        font-size: 21px;
        border-bottom: 4px solid #dc0823;
        font-weight: bold;
        margin-bottom: 30px; }
      .s5 .wash .goods ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; }
        .s5 .wash .goods ul li {
          display: inline-block;
          width: 50%;
          text-align: center; }
          .s5 .wash .goods ul li:nth-child(n+3) {
            margin-top: 20px; }
          .s5 .wash .goods ul li img {
            width: 80%;
            height: auto;
            margin-bottom: 5px; }
          .s5 .wash .goods ul li p {
            font-size: 13px;
            font-weight: bold;
            line-height: 1.4; }
    .s5 .wash .at {
      text-align: left;
      margin-top: 30px; }
      .s5 .wash .at ul li {
        text-indent: -3em;
        padding-left: 3em;
        font-size: 15px; }
    .s5 .wash .steps {
      display: block; }
      .s5 .wash .steps .step {
        width: auto; }
        .s5 .wash .steps .step:nth-child(2n) {
          margin-left: 0;
          padding-top: 0; }
        .s5 .wash .steps .step + .step {
          margin-top: 30px; }
        .s5 .wash .steps .step .t {
          margin-bottom: 10px; }
          .s5 .wash .steps .step .t span {
            font-size: 18px;
            margin-right: 10px; }
            .s5 .wash .steps .step .t span b {
              font-size: 42px;
              margin-left: 5px; }
          .s5 .wash .steps .step .t h5 {
            display: inline-block;
            font-size: 19px;
            font-weight: bold; }
        .s5 .wash .steps .step .image {
          margin-bottom: 10px; }
          .s5 .wash .steps .step .image img {
            width: 80%;
            height: auto; }
        .s5 .wash .steps .step p {
          text-align: left;
          font-weight: bold;
          line-height: 1.7;
          font-size: 16px; }
      .s5 .wash .steps .chk {
        position: relative;
        width: auto;
        margin-left: 0;
        padding-top: 30px; }
        .s5 .wash .steps .chk .wc {
          margin: 0 auto;
          position: relative;
          left: auto;
          top: auto;
          height: 290px;
          width: 290px;
          border-radius: 145px;
          -webkit-border-radius: 145px;
          -o-border-radius: 145px;
          -ms-border-radius: 145px;
          -moz-border-radius: 145px;
          padding-top: 50px;
          background-color: #FFFFFF;
          color: #003e81;
          text-align: center; }
          .s5 .wash .steps .chk .wc h5 {
            display: inline-block;
            font-family: 'Sofia Sans Extra Condensed', sans-serif;
            font-weight: 700;
            font-size: 24px;
            border-bottom: 4px solid #003e81;
            line-height: 1;
            margin-bottom: 20px; }
          .s5 .wash .steps .chk .wc p {
            width: 200px;
            font-size: 16px;
            display: block;
            margin: 0 auto;
            line-height: 1.7;
            text-align: left;
            font-weight: bold; }
  .s5 .hokan {
    padding: 40px 20px; }
    .s5 .hokan h3 {
      font-size: 21px;
      margin-bottom: 20px;
      font-weight: bold; }
    .s5 .hokan .ok {
      text-align: center;
      margin-bottom: 30px; }
      .s5 .hokan .ok .image {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
        margin-right: 0;
        margin-bottom: 20px; }
      .s5 .hokan .ok p {
        vertical-align: middle;
        display: inline-block;
        width: auto;
        text-align: left;
        font-weight: bold; }
    .s5 .hokan ul.ng {
      flex-wrap: wrap; }
      .s5 .hokan ul.ng li {
        width: 50%; }
        .s5 .hokan ul.ng li:nth-child(n+3) {
          margin-top: 20px; }
        .s5 .hokan ul.ng li img {
          margin-bottom: 10px; }
        .s5 .hokan ul.ng li p {
          font-weight: bold;
          font-size: 11px; } }
.youtube {
  margin-top: 80px;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  .youtube {
    margin-top: 60px; } }
.s6 ul {
  max-width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .s6 ul li {
    width: 47%; }
    .s6 ul li:nth-child(n+3) {
      margin-top: 30px; }
    .s6 ul li a {
      display: block;
      border: 2px solid #9ab2cb;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      -moz-border-radius: 20px;
      text-align: center;
      color: #003e81;
      line-height: 1;
      padding: 40px 0; }
      .s6 ul li a b {
        display: block;
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
        font-weight: 700;
        font-size: 56px; }
      .s6 ul li a span {
        font-weight: bold;
        display: inline-block;
        position: relative;
        padding-right: 15px; }
        .s6 ul li a span:after {
          position: absolute;
          right: 0;
          top: 3px;
          content: "";
          width: 10px;
          height: 10px;
          background: url(../images/s6_a.png) 0 0 no-repeat;
          background-size: cover; }

@media screen and (max-width: 767px) {
  .s6 ul {
    max-width: 550px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .s6 ul li {
      width: 49%; }
      .s6 ul li:nth-child(n+3) {
        margin-top: 10px; }
      .s6 ul li a {
        display: block;
        border: 2px solid #9ab2cb;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        -moz-border-radius: 20px;
        text-align: center;
        color: #003e81;
        line-height: 1;
        padding: 20px 0;
        cursor: pointer; }
        .s6 ul li a:hover {
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
          filter: alpha(opacity=80);
          opacity: 0.80; } }
      @media screen and (max-width: 767px) and (max-width: 767px) {
        .s6 ul li a:hover {
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          opacity: 1; } }
@media screen and (max-width: 767px) {
        .s6 ul li a b {
          display: block;
          font-family: 'Sofia Sans Extra Condensed', sans-serif;
          font-weight: 700;
          font-size: 36px; }
        .s6 ul li a span {
          font-size: 12px; } }

/*# sourceMappingURL=style.css.map */
