@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat; }

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

ul, ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

img {
  vertical-align: bottom;
  border: 0;
  max-width: 100%;
  height: auto; }

i {
  display: block; }

a {
  background-color: transparent;
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  outline: 0; }

a:active {
  text-decoration: underline;
  outline: 0; }

a:before, a:after {
  text-decoration: none !important; }

b, strong {
  font-weight: bold; }

em {
  font-style: normal; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  overflow: visible; }

button:focus {
  outline: none; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input, select {
  vertical-align: middle; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

p {
  line-height: 1.75;
  font-size: 14px; }

.contents {
  overflow: hidden; }

.wrapper {
  position: relative; }

body {
  min-width: 1000px; }
  @media (max-width: 767px) {
    body {
      min-width: 320px; } }

.inner {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .inner {
      max-width: 500px;
      width: 100%; } }

.link-over {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.link-over:hover {
  opacity: 0.8; }

.pc-only {
  display: block; }
  @media (max-width: 767px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media (max-width: 767px) {
    .sp-only {
      display: block; } }

.header {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0; }
  .header .inner {
    padding: 0 10px; }
  .header .logo {
    width: 180px; }
  @media (max-width: 767px) {
    .header {
      display: none; } }

.footer {
  background-color: #004386;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .footer {
      padding-bottom: 50px; } }
  .footer .copyright {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 12px; }
    @media (max-width: 767px) {
      .footer .copyright {
        padding: 10px; } }

.fix-footer {
  background-color: #004386;
  padding: 4px 0;
  z-index: 99; }
  .fix-footer .inner {
    padding: 0 10px; }
  .fix-footer .fix-footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .fix-footer .fix-footer-list li {
      width: 50%;
      padding: 0 10px; }
    @media (max-width: 767px) {
      .fix-footer .fix-footer-list li.open {
        display: none; } }

.to-top {
  display: block;
  width: 50px;
  right: 20px;
  bottom: 120px;
  z-index: 99; }
  @media (max-width: 767px) {
    .to-top {
      width: 40px;
      right: 14px;
      bottom: 55px; } }

.fv {
  background-image: url(../img/fv-back.jpg);
  background-size: cover;
  background-position: center; }
  .fv .inner {
    padding: 100px 10px 40px;
    background-image: url(../img/fv-img.png);
    background-size: 36%;
    background-position: 100% 110%; }
    @media (max-width: 767px) {
      .fv .inner {
        padding: 0;
        width: 100%;
        max-width: 100%; } }
  .fv .fv-txt {
    width: 50%; }
    @media (max-width: 767px) {
      .fv .fv-txt {
        width: 100%; } }

.banner {
  background-color: #004386; }
  .banner .inner {
    padding: 0 10px; }
    @media (max-width: 767px) {
      .banner .inner {
        padding: 10px; } }
  @media (max-width: 767px) {
    .banner .ttl {
      text-align: center;
      color: #fff; } }
  .banner .banner-list {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .banner .tel,
  .banner .tel-number,
  .banner .btn {
    width: 33%;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .banner .tel,
      .banner .tel-number,
      .banner .btn {
        width: 50%;
        padding: 0 6px; } }
  .banner .open {
    margin-top: 6px; }
    @media (max-width: 767px) {
      .banner .open {
        margin-top: 0; } }

.sec1 {
  background-color: #004386; }
  .sec1 .inner {
    padding: 0 10px; }
  .sec1 .white {
    padding: 60px 0;
    background-image: url(../img/sec1-back.png);
    background-size: cover;
    background-position: bottom center; }
    @media (max-width: 767px) {
      .sec1 .white {
        padding: 40px 0; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .sec1 .white {
      background-image: url(../img/sec1-sp-back.png); } }
  .sec1 h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    font-family: 'Sawarabi Mincho', sans-serif; }
    @media (max-width: 767px) {
      .sec1 h2 {
        font-size: 24px; } }
  .sec1 .sec1-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 767px) {
      .sec1 .sec1-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin: 40px 0 20px; } }
    .sec1 .sec1-list li {
      width: 30%; }
      @media (max-width: 767px) {
        .sec1 .sec1-list li {
          width: 100%; } }
      .sec1 .sec1-list li:nth-child(1) {
        -webkit-transition: all .8s;
        transition: all .8s; }
      .sec1 .sec1-list li:nth-child(2) {
        -webkit-transition: all 1.2s;
        transition: all 1.2s; }
      .sec1 .sec1-list li:nth-child(3) {
        -webkit-transition: all 1.4s;
        transition: all 1.4s; }
    .sec1 .sec1-list p {
      font-weight: 600;
      font-size: 14px;
      text-align: center;
      margin: 20px 0; }
      .sec1 .sec1-list p span {
        color: #004386; }
  .sec1 .sec1-list-img {
    text-align: center; }
    .sec1 .sec1-list-img img {
      width: 50%; }
  .sec1 .sec1-txt {
    text-align: center; }
  .sec1 .blue {
    padding: 60px 0; }
    @media (max-width: 767px) {
      .sec1 .blue {
        padding: 40px 0; } }
    .sec1 .blue .ttl {
      text-align: center;
      font-size: 36px;
      line-height: 1.4;
      font-family: 'Sawarabi Mincho', sans-serif;
      color: #fff;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .sec1 .blue .ttl {
          font-size: 20px;
          margin-bottom: 40px; } }
  .sec1 .case-list {
    margin: 20px 0;
    overflow: hidden; }
    .sec1 .case-list .case-list-inner {
      width: 65%; }
      @media (max-width: 767px) {
        .sec1 .case-list .case-list-inner {
          width: 100%; } }
    .sec1 .case-list:nth-child(2) {
      -webkit-transition: all .8s;
      transition: all .8s; }
    .sec1 .case-list:nth-child(3) {
      -webkit-transition: all 1.2s;
      transition: all 1.2s; }
    .sec1 .case-list:nth-child(4) {
      -webkit-transition: all 1.4s;
      transition: all 1.4s; }
  .sec1 .case-list.right .case-list-inner {
    float: right; }
  .sec1 .case-list-ttl {
    background-color: #fff;
    padding: 16px 50px;
    font-weight: 600;
    background-image: url(../img/case-list-img.png);
    background-size: 24px;
    background-position: 12px 50%;
    position: relative; }
    .sec1 .case-list-ttl:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 14%;
      margin-left: -8px;
      border: 6px solid transparent;
      border-top: 2px solid #fff;
      border-right: 16px solid #fff; }
  .sec1 .case-txt {
    padding: 24px;
    color: #fff; }
    .sec1 .case-txt span {
      color: #e6c54f; }
  .sec1 .strong {
    text-align: center;
    font-size: 38px;
    line-height: 1.6;
    font-family: 'Sawarabi Mincho', sans-serif;
    color: #fff; }
    @media (max-width: 767px) {
      .sec1 .strong {
        font-size: 24px; } }
    .sec1 .strong span {
      color: #e6c54f;
      font-size: 48px; }
      @media (max-width: 767px) {
        .sec1 .strong span {
          font-size: 36px; } }
  .sec1 .attention {
    text-align: center;
    color: #fff;
    margin-top: 10px; }

.sec2 {
  background-color: #e9eff4;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .sec2 {
      padding: 40px 0; } }
  .sec2 .inner {
    width: 100%; }
    @media (max-width: 767px) {
      .sec2 .inner {
        max-width: 100%; } }
  .sec2 h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    font-family: 'Sawarabi Mincho', sans-serif;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .sec2 h2 {
        font-size: 24px;
        padding-bottom: 40px;
        text-align: left;
        padding: 0 10px 40px;
        width: 80%;
        margin: 0 auto;
        text-align: left; } }
    .sec2 h2 span {
      color: #ba9a29; }
    .sec2 h2 strong {
      font-size: 46px; }
      @media (max-width: 767px) {
        .sec2 h2 strong {
          font-size: 36px; } }
  .sec2 .sec2-slide-wrap {
    padding: 20px;
    border: 1px solid #000;
    background: #fff;
    background-image: url(../img/slide-back.png);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 4% 12%;
    margin: 0 20px; }
    @media (max-width: 767px) {
      .sec2 .sec2-slide-wrap {
        margin: 0 10px;
        background-size: 16%;
        background-position: 4% 8%; } }
  .sec2 .sec2-slide-ttl {
    border-bottom: 1px solid #004386;
    padding-bottom: 10px; }
    .sec2 .sec2-slide-ttl ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .sec2 .sec2-slide-ttl .case {
      margin-right: 20px; }
      .sec2 .sec2-slide-ttl .case span {
        color: #fff;
        background-color: #004386;
        display: inline-block;
        padding: 0 20px;
        font-size: 18px;
        font-family: 'Sawarabi Mincho', sans-serif;
        margin-left: -20px; }
    .sec2 .sec2-slide-ttl .ttl p {
      font-weight: 600; }
      .sec2 .sec2-slide-ttl .ttl p span {
        color: #d15400; }
        .sec2 .sec2-slide-ttl .ttl p span strong {
          font-size: 18px; }
  .sec2 .sec2-slide-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .sec2 .sec2-slide-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .sec2 .sec2-slide-img img {
      padding: 10px;
      width: 50%; }
      @media (max-width: 767px) {
        .sec2 .sec2-slide-img img {
          width: 100%; } }
  .sec2 .sec2-slide-point {
    background-color: #e9eff4;
    padding: 10px 20px; }
    .sec2 .sec2-slide-point ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .sec2 .sec2-slide-point .point {
      color: #004386;
      margin-right: 20px;
      font-weight: 600;
      font-family: 'Sawarabi Mincho', sans-serif; }
    .sec2 .sec2-slide-point .txt {
      font-weight: 600; }
  .sec2 .slick-slide:not(.slick-center) {
    position: relative; }
    .sec2 .slick-slide:not(.slick-center):after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0; }
  .sec2 .arrow.prev {
    width: 40px;
    position: absolute;
    left: 13%;
    top: 40%;
    z-index: 1; }
    @media (max-width: 767px) {
      .sec2 .arrow.prev {
        left: 2%; } }
  .sec2 .arrow.next {
    width: 40px;
    position: absolute;
    right: 13%;
    top: 40%;
    z-index: 1; }
    @media (max-width: 767px) {
      .sec2 .arrow.next {
        right: 2%; } }

.sec3 {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .sec3 {
      padding: 40px 0; } }
  .sec3 .inner {
    padding: 0 10px; }
  .sec3 h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    font-family: 'Sawarabi Mincho', sans-serif;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .sec3 h2 {
        font-size: 24px;
        padding-bottom: 40px; } }
  .sec3 .sec3-txt {
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .sec3 .sec3-txt {
        width: 100%; } }
    .sec3 .sec3-txt p {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .sec3 .sec3-txt p {
          margin-bottom: 20px; } }
    .sec3 .sec3-txt span {
      font-weight: 600;
      font-size: 18px; }
      @media (max-width: 767px) {
        .sec3 .sec3-txt span {
          font-size: 16px; } }
  .sec3 .strong {
    text-align: center;
    color: #004386;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .sec3 .strong {
        font-size: 18px; } }

.sec4 .inner {
  padding: 0 10px; }

.sec4 .grey {
  padding: 60px 0;
  background-color: #e9eff4; }
  @media (max-width: 767px) {
    .sec4 .grey {
      padding: 40px 0; } }

.sec4 .white {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .sec4 .white {
      padding: 40px 0; } }

.sec4 h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .sec4 h2 {
      font-size: 20px;
      padding-bottom: 40px; } }

.sec4 .sec4-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .sec4 .sec4-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .sec4 .sec4-list li {
    width: 32%;
    background-color: #fff;
    padding: 20px 10px; }
    @media (max-width: 767px) {
      .sec4 .sec4-list li {
        width: 100%;
        margin-bottom: 10px; } }
    .sec4 .sec4-list li:nth-child(1) {
      -webkit-transition: all .8s;
      transition: all .8s; }
    .sec4 .sec4-list li:nth-child(2) {
      -webkit-transition: all 1.2s;
      transition: all 1.2s; }
    .sec4 .sec4-list li:nth-child(3) {
      -webkit-transition: all 1.4s;
      transition: all 1.4s; }
  .sec4 .sec4-list .sec4-list-ttl {
    text-align: center; }
    .sec4 .sec4-list .sec4-list-ttl span {
      background-color: #004386;
      display: inline-block;
      color: #fff;
      padding: 2px 10px;
      font-size: 12px; }
    .sec4 .sec4-list .sec4-list-ttl h3 {
      font-weight: 600;
      margin-top: 10px; }
  .sec4 .sec4-list .sec4-list-img {
    text-align: center;
    padding: 20px 0; }
    .sec4 .sec4-list .sec4-list-img img {
      width: 60px; }
  .sec4 .sec4-list .sec4-list-txt {
    font-size: 12px;
    font-weight: 600; }

.sec4 .sec4-table {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .8s;
  transition: all .8s; }
  @media (max-width: 767px) {
    .sec4 .sec4-table {
      width: 100%;
      font-size: 12px; } }
  .sec4 .sec4-table .blue {
    background-color: #004386;
    color: #fff; }
  .sec4 .sec4-table .blue2 {
    background-color: #c4e2ed;
    font-weight: 600; }
  .sec4 .sec4-table th {
    padding: 10px 0; }
  .sec4 .sec4-table td {
    padding: 10px 0; }
  .sec4 .sec4-table tr {
    background-color: #f7f7f7; }
    .sec4 .sec4-table tr td:nth-child(4) {
      padding: 10px 10px 10px 80px;
      width: 30%; }
      @media (max-width: 767px) {
        .sec4 .sec4-table tr td:nth-child(4) {
          padding: 10px 10px 10px 50px; } }
  .sec4 .sec4-table .yellow {
    background-color: #ffffe3;
    font-weight: 600; }
    .sec4 .sec4-table .yellow td:nth-child(4) {
      background-image: url(../img/table-img.png);
      background-size: 60px;
      background-position: 10px 50%; }
      @media (max-width: 767px) {
        .sec4 .sec4-table .yellow td:nth-child(4) {
          background-size: 34px;
          background-position: 0 50%; } }
  .sec4 .sec4-table .red {
    color: #d15400; }
  .sec4 .sec4-table .white {
    background-color: #fff; }

.sec4 .sec4-txt {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .sec4 .sec4-txt {
      width: 100%; } }
  .sec4 .sec4-txt p {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .sec4 .sec4-txt p {
        margin-top: 20px; } }
    .sec4 .sec4-txt p span {
      font-weight: 600; }

.contact-area {
  padding: 60px 0;
  background-image: url(../img/contact-area-back.jpg);
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .contact-area {
      padding: 40px 0; } }
  .contact-area .inner {
    padding: 0 10px; }
  .contact-area h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    font-family: 'Sawarabi Mincho', sans-serif;
    color: #004386; }
    @media (max-width: 767px) {
      .contact-area h2 {
        font-size: 24px; } }
    .contact-area h2 span {
      display: block;
      font-size: 18px;
      color: #000;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .contact-area h2 span {
          font-size: 16px; } }
  .contact-area .contact-area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contact-area .contact-area-list li {
      width: 200px; }
      @media (max-width: 767px) {
        .contact-area .contact-area-list li {
          width: 33%; } }
      .contact-area .contact-area-list li:nth-child(1) {
        -webkit-transition: all .8s;
        transition: all .8s; }
      .contact-area .contact-area-list li:nth-child(2) {
        -webkit-transition: all 1.2s;
        transition: all 1.2s; }
      .contact-area .contact-area-list li:nth-child(3) {
        -webkit-transition: all 1.4s;
        transition: all 1.4s; }
  .contact-area .contact-area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background-color: #004386;
    margin: 0 200px; }
    @media (max-width: 767px) {
      .contact-area .contact-area-btn {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .contact-area .contact-area-btn .number {
      width: 50%;
      padding: 10px; }
      @media (max-width: 767px) {
        .contact-area .contact-area-btn .number {
          width: 100%;
          padding: 10px 20px; } }
    .contact-area .contact-area-btn .btn {
      width: 50%;
      padding: 0 10px; }
      @media (max-width: 767px) {
        .contact-area .contact-area-btn .btn {
          width: 100%;
          padding: 10px 20px; } }
      .contact-area .contact-area-btn .btn a {
        display: block;
        margin-bottom: 10px; }

.sec5 {
  padding: 60px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .sec5 {
      padding: 40px 0;
      background-color: #eaeff5; } }
  .sec5:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: #e9eff4;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .sec5:after {
        content: none; } }
  .sec5 .inner {
    padding: 0 10px;
    position: relative; }
  .sec5 h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    font-family: 'Sawarabi Mincho', sans-serif;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .sec5 h2 {
        font-size: 24px;
        padding-bottom: 40px; } }
  .sec5 .sec5-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .sec5 .sec5-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .sec5 .sec5-list li {
      width: 32%;
      background-color: #fff;
      padding: 20px;
      border: 1px solid #004386; }
      @media (max-width: 767px) {
        .sec5 .sec5-list li {
          width: 100%;
          margin-bottom: 10px; } }
      .sec5 .sec5-list li:nth-child(1) {
        -webkit-transition: all .8s;
        transition: all .8s; }
      .sec5 .sec5-list li:nth-child(2) {
        -webkit-transition: all 1.2s;
        transition: all 1.2s; }
      .sec5 .sec5-list li:nth-child(3) {
        -webkit-transition: all 1.4s;
        transition: all 1.4s; }
    .sec5 .sec5-list h3 {
      color: #004386; }
      .sec5 .sec5-list h3 span {
        font-size: 24px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: sub; }
    .sec5 .sec5-list .sec5-list-img {
      text-align: center;
      padding: 20px 0; }
      .sec5 .sec5-list .sec5-list-img img {
        width: 120px; }
    .sec5 .sec5-list .sec5-list-txt p {
      font-size: 12px;
      font-weight: 600; }

.sec6 {
  padding: 60px 0;
  background-image: url(../img/sec6-back.png);
  background-repeat: repeat;
  background-size: contain; }
  @media (max-width: 767px) {
    .sec6 {
      padding: 40px 0; } }
  .sec6 .inner {
    padding: 0 10px; }
  .sec6 h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    font-family: 'Sawarabi Mincho', sans-serif;
    margin-bottom: 60px;
    color: #004386; }
    @media (max-width: 767px) {
      .sec6 h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 40px; } }
    .sec6 h2 span {
      font-size: 56px;
      font-style: italic;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .sec6 h2 span {
          font-size: 36px; } }
  .sec6 .sec6-list {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .sec6 .sec6-list {
        margin: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .sec6 .sec6-list li {
      width: 50%; }
      @media (max-width: 767px) {
        .sec6 .sec6-list li {
          width: 100%; } }
    .sec6 .sec6-list .sec6-list-txt {
      font-weight: 600; }
      .sec6 .sec6-list .sec6-list-txt h3 {
        font-size: 26px;
        font-weight: 500;
        font-family: 'Sawarabi Mincho', sans-serif;
        color: #004386;
        padding: 0 10px 20px 40px;
        position: relative; }
        @media (max-width: 767px) {
          .sec6 .sec6-list .sec6-list-txt h3 {
            font-size: 20px; } }
        .sec6 .sec6-list .sec6-list-txt h3:before {
          color: #004386;
          font-size: 40px;
          font-style: italic;
          position: absolute;
          line-height: 1;
          left: 6px; }
          @media (max-width: 767px) {
            .sec6 .sec6-list .sec6-list-txt h3:before {
              font-size: 30px;
              left: 10px; } }
  .sec6 .sec6-list.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse; }
    @media (max-width: 767px) {
      .sec6 .sec6-list.right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .sec6 .sec6-list.right .sec6-list-img {
      padding-right: 60px; }
      @media (max-width: 767px) {
        .sec6 .sec6-list.right .sec6-list-img {
          padding: 0; } }
  .sec6 .sec6-list.left .sec6-list-img {
    padding-left: 60px; }
    @media (max-width: 767px) {
      .sec6 .sec6-list.left .sec6-list-img {
        padding: 0; } }
  .sec6 .list1 .sec6-list-txt {
    -webkit-transition: all .8s;
    transition: all .8s; }
    @media (max-width: 767px) {
      .sec6 .list1 .sec6-list-txt {
        margin-bottom: 10px; } }
  .sec6 .list1 h3:before {
    content: '1';
    top: -2px; }
  .sec6 .list2 .sec6-list-txt {
    -webkit-transition: all 1.2s;
    transition: all 1.2s; }
    @media (max-width: 767px) {
      .sec6 .list2 .sec6-list-txt {
        margin-bottom: 10px;
        -webkit-transition: all .8s;
        transition: all .8s; } }
  .sec6 .list2 h3:before {
    content: '2';
    top: 12px; }
  .sec6 .list3 .sec6-list-txt {
    -webkit-transition: all 1.6s;
    transition: all 1.6s; }
    @media (max-width: 767px) {
      .sec6 .list3 .sec6-list-txt {
        margin-bottom: 10px;
        -webkit-transition: all .8s;
        transition: all .8s; } }
  .sec6 .list3 h3:before {
    content: '3';
    top: -2px; }
  .sec6 .list4 .sec6-list-txt {
    -webkit-transition: all 2s;
    transition: all 2s; }
    @media (max-width: 767px) {
      .sec6 .list4 .sec6-list-txt {
        margin-bottom: 10px;
        -webkit-transition: all .8s;
        transition: all .8s; } }
  .sec6 .list4 h3:before {
    content: '4';
    top: -2px; }

.sec7 {
  padding: 60px 0;
  background: #f4f7f9;
  background-image: url(../img/sec7-back.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  text-align: center; }
  @media (max-width: 767px) {
    .sec7 {
      padding: 40px 0; } }
  .sec7 .inner {
    padding: 0 10px; }
  .sec7 .sec7-ttl {
    font-size: 18px; }
    @media (max-width: 767px) {
      .sec7 .sec7-ttl {
        font-size: 16px; } }
  .sec7 .sec7-txt {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd; }
    .sec7 .sec7-txt:before {
      content: "";
      position: absolute;
      bottom: -35px;
      left: 50%;
      margin-left: -15px;
      border: 18px solid transparent;
      border-top: 18px solid #f4f7f9;
      z-index: 2; }
    .sec7 .sec7-txt:after {
      content: "";
      position: absolute;
      bottom: -38px;
      left: 50%;
      margin-left: -16px;
      border: 19px solid transparent;
      border-top: 19px solid #ddd;
      z-index: 1; }
  .sec7 h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    font-family: 'Sawarabi Mincho', sans-serif;
    margin: 20px 0 60px; }
    @media (max-width: 767px) {
      .sec7 h2 {
        font-size: 24px;
        margin: 20px 0 40px; } }
    .sec7 h2 span {
      color: #ba9a29; }
    .sec7 h2 strong {
      font-size: 56px;
      margin: 0 10px; }
      @media (max-width: 767px) {
        .sec7 h2 strong {
          font-size: 36px; } }
  .sec7 p {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .sec7 p {
        margin-bottom: 20px; } }
    .sec7 p strong {
      font-size: 18px; }
      @media (max-width: 767px) {
        .sec7 p strong {
          font-size: 16px; } }
  .sec7 h3 {
    font-size: 22px;
    margin: 60px 0;
    font-weight: 600; }
    @media (max-width: 767px) {
      .sec7 h3 {
        font-size: 20px;
        margin: 40px 0; } }
  .sec7 .sec7-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .sec7 .sec7-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .sec7 .sec7-list li {
      width: 49%;
      border: 2px solid #c4e2ed;
      padding: 20px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .sec7 .sec7-list li {
          width: 100%;
          margin-bottom: 10px; } }
      .sec7 .sec7-list li:nth-child(1) {
        -webkit-transition: all .8s;
        transition: all .8s; }
      .sec7 .sec7-list li:nth-child(2) {
        -webkit-transition: all 1.2s;
        transition: all 1.2s; }
        @media (max-width: 767px) {
          .sec7 .sec7-list li:nth-child(2) {
            -webkit-transition: all .8s;
            transition: all .8s; } }
    .sec7 .sec7-list .sec7-list-ttl {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 600;
      font-family: 'Sawarabi Mincho', sans-serif; }
    .sec7 .sec7-list .sec7-list-txt p {
      text-align: left;
      margin: 20px 0;
      font-size: 12px;
      font-weight: 600; }
    .sec7 .sec7-list .sec7-list-txt p.yellow {
      margin-bottom: 0;
      background-color: #ffffe3;
      padding: 10px;
      font-size: 12px;
      text-align: left;
      font-weight: 600; }
  .sec7 p.sec7-attention {
    margin: 60px 0 0;
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .sec7 p.sec7-attention {
        margin: 40px 0 0;
        font-size: 14px; } }
  .sec7-info {
    margin-top: 60px;
  }
  .sec7-info table {
    width: 100%;
  }
  .sec7-info table tr.white {
    background-color: #fff;
  }
  .sec7-info table th {
    font-weight: 800;
    width: 30%;
    padding: 16px 0;
  }
  .sec7-info .map {
    margin-top: 60px;
  }
  .sec7-info .map iframe {
    width: 100%;
    height: 300px;
  }
  @media (max-width: 767px) {
    .sec7-info {
      margin-top: 40px;
    }
    .sec7-info table {
      font-size: 14px;
    }
    .sec7-info .map {
      margin-top: 40px;
    }
    .sec7-info .map iframe {
      height: 250px;
    }
  }

.form .inner {
  padding: 0 10px; }
  @media (max-width: 767px) {
    .form .inner {
      padding: 0 10px; } }

.form .form-box {
  padding: 10px 100px 60px; }
  @media (max-width: 767px) {
    .form .form-box {
      padding: 10px 10px 60px; } }

.form .form-ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  font-size: 36px;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #004386;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  font-family: 'Sawarabi Mincho', sans-serif; }
  .form .form-ttl:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #004386; }
  @media (max-width: 767px) {
    .form .form-ttl {
      margin-bottom: 40px;
      font-size: 24px; } }

.form .form-btn {
  text-align: center; }
  .form .form-btn button {
    color: #fff;
    background-color: #d45d00;
    width: 400px;
    padding: 20px 0;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .form .form-btn button {
        width: 80%;
        font-size: 16px; } }

.formTable {
  margin-bottom: 60px; }
  .formTable ul {
    padding: 0;
    margin: 20px 0px 40px 0px; }
    @media (max-width: 767px) {
      .formTable ul {
        margin: 20px 0; } }
  .formTable li:nth-child(1) {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
    font-size: 1.2rem; }
    @media (max-width: 767px) {
      .formTable li:nth-child(1) {
        padding-bottom: 0; } }
  .formTable input[type="text"],
  .formTable input[type="tel"] {
    width: 100%;
    padding: 14px 20px;
    border-radius: 4px;
    margin: 10px 0px 0px 0px;
    background-color: #F9F9F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    font-size: 1rem; }
    @media (max-width: 767px) {
      .formTable input[type="text"],
      .formTable input[type="tel"] {
        padding: 20px;
        height: 50px; } }
  .formTable textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 10px 0px 0px 0px;
    background-color: #F9F9F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    font-size: 1rem;
    border-radius: 5px;
    height: 150px; }
    @media (max-width: 767px) {
      .formTable textarea {
        padding: 20px; } }
  .formTable .required-text {
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    margin: 0px 0px 0px 10px;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #e03827; }
  .formTable .required-text2 {
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    margin: 0px 0px 0px 10px;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #004386; }

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }

.line {
  width: 80px;
    position: fixed;
    z-index: 9;
    right: 6px;
    bottom: 190px;
}

@media screen and (max-width: 767px) {
  .line {
    width: 64px;
    right: 2px;
    bottom: 116px;
  }
}
