﻿@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------

  reset

----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  /* Yutaka added */
  vertical-align: baseline;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

body {
  line-height: 1;
  /*min-width: 1100px;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  border: none;
}


input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*----------------------------------------------------------------------------------------------------

  body

----------------------------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family:'Noto Sans JP', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  word-break: normal;
  word-wrap: break-word;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
}
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

img {
  width:100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}


.ofi-cover {
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.ofi-cover-top {
  object-fit: cover;
  object-position: center 10%;
  font-family: 'object-fit: cover; object-position: center top;';
}

.ofi-cover-bottom {
  object-fit: cover;
  object-position: 50% 90%;
  font-family: 'object-fit: cover; object-position: center bottom;';
}

.ofi-contain {
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.disnon {
  display: none;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
body {
  font-size: 14px;
}
  
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/*----------------------------------------------------------------------------------------------------

  bread crumb

----------------------------------------------------------------------------------------------------*/

.bread-crumb{
  width: 100%;
  border-top: 1px solid #d6d6d6;
  margin-top: 3em;
}

.bread-crumb-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
}

.bread-crumb-item{
  padding-right: 33px;
  font-size: 12px;
}

.bread-crumb-item:not(:last-child){
  background: url(/dfs/assets/img/common/arrow_pankuzu.png) no-repeat right 13px center;
  background-size: 5px auto;
}

@media screen and (max-width: 768px) {
  .bread-crumb-list {
    padding: 30px 20px;
    box-sizing: border-box;
  }
}

/*----------------------------------------------------------------------------------------------------

  animation

----------------------------------------------------------------------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6%, 0);
    transform: translate3d(0, -6%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6%, 0);
    transform: translate3d(0, -6%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d-(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInLeft02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft02 {
  -webkit-animation-name: fadeInLeft02;
  animation-name: fadeInLeft02; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInRight02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight02 {
  -webkit-animation-name: fadeInRight02;
  animation-name: fadeInRight02; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1; } }

/*----------------------------------------------------------------------------------------------------

  header

----------------------------------------------------------------------------------------------------*/

.header-container{width:100%;min-width:1400px;background:#ffffff;border-bottom: #f1f1f1 solid 1px;}
@media screen and (max-width:1420px){.header-container{min-width:0;}
}
@media screen and (max-width:767px){
.header-container{min-width:0;border-bottom: none;}
}
.header{width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;}
@media screen and (max-width:1420px){
.header{width:98%;margin:0 auto;}
}
.header-logo{font-size:14px;letter-spacing:0;}
.header-logo img{max-width:100%;}
.header-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.header-phone{padding-left:30px;background:url(../img/common/icon_freedial_black.png) no-repeat left 10px;background-size:24px auto;}
.header-phone b{font-size:24px;font-family:'Roboto',sans-serif;font-weight:700;letter-spacing:0;vertical-align:middle;}
@media screen and (max-width:1000px){
.header-phone b{font-size:21px;}
}
.header-phone small{display:inline-block;margin-left:6px;vertical-align:middle;font-size:10px;letter-spacing:0.05em;color:#1a1a1a;}
@media screen and (max-width:940px){
.header-phone small{display:block;}
}
.intercept-btn{display:none;}
@media screen and (max-width:1200px){
.intercept-btn{display:block;text-align:right;}
}
.intercept-btn a{display:inline-block;width:100px;padding:10px 0;border-radius:4px;background:#000;text-align:center;color:#fff;font-size:10px;-webkit-transition:opacity ease .4s;-o-transition:opacity ease .4s;transition:opacity ease .4s;}
.intercept-btn a:hover{opacity:.6;}
.intercept-btn a + a{background:#049;margin-left:4px;width:110px;}
.header-info-logo{padding-left:25px;text-align:right;}
@media screen and (max-width:1000px){
.header-info-logo{padding-left:0;}
}
@media screen and (max-width:1000px){
.header-info-logo img{width:90%;}
}


/*----------------------------------------------------------------------------------------------------

  g-nav-area

----------------------------------------------------------------------------------------------------*/
.g-nav-area {
  width: 100%;
  background: #fff;
  padding: 0 10px;
  position: absolute;
}

  .g-nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }



  .g-nav-area .inner {
    margin: auto;
    max-width: 1400px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
  }

  .g-nav-area .s-logo-area {
    margin: 0 0 0 -2px;
    display: flex;
    align-items: center;
  }

    .g-nav-area .s-logo02 {
      font-weight: bold;
      color: #004499;
      font-size: 20px;
      line-height: 1.1em;
    }

  .pc-g-nav .g-nav-inner {
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .pc-g-nav .nav {
    display: table;
    position: relative;
  }

    .pc-g-nav .nav-inner {
      display: table-cell;
      vertical-align: middle;
      height: 80px;
      padding: 0 15px;
      color: #000;
      font-weight: bold;
      cursor: pointer;
    }
/*
      .pc-g-nav .nav01 .nav-inner {
        padding: 0 25px 0 15px;
      }

      .pc-g-nav .nav02 .nav-inner::before {
        position: absolute;
        margin: -4px 0 0 0;
        top: 50%;
        left: 0px;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #004499;
        border-right: 2px solid #004499;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }
*/

  .pc-g-nav .nav-child {
    position: absolute;
    margin-left: -170px;
    top: 79px;
    left: 50%;
    z-index: 999;
  }

    .pc-g-nav .child {
      height: 0;
      overflow: hidden;
      transition: .5s;
    }

    .pc-g-nav .child .child-inner {
      display: table;
      height: 60px;
      width: 340px;
    }

    .pc-g-nav .child .child-text {
      display: table-cell;
      vertical-align: middle;
      padding: 0 20px;
      line-height: 1.2em;
      color: #fff;
      background: #004499;
      border-top: 1px solid #fff;
    }

  .pc-g-nav .nav:hover .child {
    height: 60px;
    overflow: visible;
  }

  .pc-g-nav .nav-btn {
    margin-left: 10px;
    display: table;
  }

    .pc-g-nav .nav-btn01 {
      margin-left: 20px;
    }

  .pc-g-nav .nav-btn .btn-inner {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    width: 150px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
  }

  .pc-g-nav .nav-btn01 .btn-inner {
    color: #004499;
    border: 2px solid #004499;
  }

  .pc-g-nav .nav-btn02 .btn-inner {
    color: #fff;
    background: #004499;
  }

@media screen and (max-width:960px){
  .g-nav-area .inner {
    justify-content: center; 
  }
  .g-nav-area .s-logo-area {
    display: none;
  }
}


@media screen and (max-width:768px){
  .g-nav-area {
    padding: 0 10px;
    position: fixed;
    z-index: 999;
  }

    .g-nav-area .inner {
      margin: auto;
      height: 50px;
      justify-content: space-between; 
    }

  .g-nav-area .s-logo-area {
    display: flex;
    align-items: center;
  }
  
    .g-nav-area .s-logo01 {
      width: 35%;
      margin-right: 10px;
    }

    .g-nav-area .s-logo02 {
      font-size: 13px;
    }
  
/*----------hb-menu----------*/
  
  #js-hb-menu {
    width: 50px;
    height: 50px;
    display: table;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    /* ナビゲーションアイコン：アクティブ */
  }
  
  #js-hb-menu .hb-inner {
    display: table-cell;
    vertical-align: middle;
  }
  
  #js-hb-menu span {
    cursor: pointer;
    display: block;
    margin: auto;
    height: 2px;
    width: 50%;
    background: #004499;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  #js-hb-menu span:nth-of-type(2),
  #js-hb-menu span:nth-of-type(3) {
    margin-top: 4px;
  }
  .hb-open #js-hb-menu span {
    background: #004499;
  }
  .hb-open #js-hb-menu span:nth-of-type(1) {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    -ms-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
  }
  .hb-open #js-hb-menu span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }
  .hb-open #js-hb-menu span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
  }

/*----------sp-g-nav----------*/
.sp-g-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255,0.9);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: border-box;
  }
  .sp-g-nav .g-nav-inner {
    padding: 60px 40px 0 40px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
  }

  .sp-g-nav.is-show {
    opacity: 1;
    pointer-events: auto;
  }
    .sp-g-nav.is-show .g-nav-inner {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    .sp-g-nav.is-show .g-nav-inner::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
      margin-top: -10px;
    }
    .sp-g-nav.is-show .g-nav-inner::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }
    .sp-g-nav.is-show .g-nav-inner::-webkit-scrollbar-button {
      display: none;
      height: 0px;
    }
    .sp-g-nav.is-show .g-nav-inner::-webkit-scrollbar-corner,
    .sp-g-nav.is-show .g-nav-inner::-webkit-resizer,
    .sp-g-nav.is-show .g-nav-inner::-webkit-scrollbar-track-piece {
      height: 0;
      display: none; }
    .sp-g-nav.is-show .g-nav-inner::-webkit-scrollbar:horizontal {
      height: 0px; }


  
  .sp-g-nav .nav-inner {
    display: block;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    position: relative;
  }
  /*
    .sp-g-nav .nav03 .nav-inner::before {
      position: absolute;
      margin: -4px 0 0 0;
      top: 50%;
      left: 130px;
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      border-bottom: 2px solid #004499;
      border-right: 2px solid #004499;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  */
    .sp-g-nav .nav-child {
      display: none;
    }
  
    .sp-g-nav .nav-child .child-inner {
      line-height: 40px;
      font-size: 15px;
      padding: 0 0 0 10px;
      display: block;
    }

    .sp-g-nav .nav03 .open {
      display: block;
    }
  
  .sp-g-nav .nav05{
    padding-top: 10px;
  }
  
  .sp-g-nav .nav-btn {
    margin:  10px auto 0;
    display: table;
    width: 100%;
  }

  .sp-g-nav .nav-btn .btn-inner {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
  }

  .sp-g-nav .nav-btn01 .btn-inner {
    color: #004499;
    border: 2px solid #004499;
  }

  .sp-g-nav .nav-btn02 .btn-inner {
    color: #fff;
    background: #004499;
  }
  
  .sp-g-nav .nav07 {
    padding-top: 30px;
    text-align: center
  }
  
  .sp-g-nav .nav07 .nav-tel {
    margin-left: 30px;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
  }
    .sp-g-nav .nav07 .nav-tel::before {
      position: absolute;
      margin: -8px 0 0 0;
      top: 50%;
      left: -32px;
      display: block;
      content: '';
      width: 30px;
      height: 20px;
      background: url("../img/common/icon_freedial_black.png") 0 center no-repeat;
      background-size: cover;
    }
  
  .sp-g-nav .nav07 small {
    display:block;
    margin-top: -4px;
    font-size: 14px;
  }
  
}

/*----------------------------------------------------------------------------------------------------

  btn

----------------------------------------------------------------------------------------------------*/

  .btn {
    display: table;
    width: 100%;
  }

  .btn .btn-inner {
    box-sizing: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    border-radius: 7px;
  }


  .btn01 .btn-inner {
    color: #fff;
    font-size: 18px;
    background: #004499;
    box-shadow: 0 8px #00316d;
  }

  .btn02 .btn-inner {
    color: #004499;
    font-size: 18px;
    background: #fff;
    border: 2px solid #004499;
    box-shadow: 0 6px #004499;
  }

  .btn03 {
    width: 240px;
    height: 46px;
  }

    .btn03 .btn-inner {
      color: #004499;
      font-size: 16px;
      background: #fff;
      border: 2px solid #004499;
      box-shadow: 0 4px #004499;
      border-radius: 5px;
    }

  .btn04 {
    width: 200px;
    height: 40px;
  }

    .btn04 .btn-inner {
      color: #004499;
      font-size: 16px;
      background: #fff;
      border: 2px solid #004499;
      box-shadow: 0 4px #004499;
      border-radius: 5px;
    }

@media screen and (max-width:768px){

  .btn .btn-inner {
    border-radius: 5px;
  }
  
  .btn01 .btn-inner {
    font-size: 15px;
    box-shadow: 0 6px #00316d;
  }

  .btn02 .btn-inner {
    font-size: 15px;
    box-shadow: 0 4px #004499;
  }
  
  .btn03 {
    width: 100%;
    height: 40px;
  }

    .btn03 .btn-inner {
      font-size: 15px;
      box-shadow: 0 3px #004499;
    }
  
  .btn04 {
    width: 100%;
    height: 40px;
  }

    .btn04 .btn-inner {
      font-size: 15px;
      box-shadow: 0 3px #004499;
    }
  
}

/*----------------------------------------------------------------------------------------------------

  title

----------------------------------------------------------------------------------------------------*/

.ttl-area {
  text-align: center;
}
  .ttl-area .ttl-sub {
    font-weight: bold;
    font-size: 30px;
    color: #004499;
  }

  .ttl-area .ttl-main {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4em;
  }

  .ttl-area .small01 {
    display: inline-block;
    font-size: 0.8em;
    position: relative;
    top: -2px;
  }

  .bg-text {
    font-weight: bold;
    font-size: 14vw;
    position: absolute;
    z-index: -1;
    color: #eef0f6;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }

  .bg-text02 {
    color: #fff;
    z-index: 1;
  }

  .bg-text03 {
    color: rgba(255,255,255,0.15);
    z-index: 1;
  }

@media screen and (max-width:768px){

  .ttl-area .ttl-sub {
    font-size: 18px;
  }

  .ttl-area .ttl-main {
    font-size: 24px;
    line-height: 1.2em;
  }

  .bg-text {
    font-size: 20vw;
  }
  
}


/*----------------------------------------------------------------------------------------------------

  parts

----------------------------------------------------------------------------------------------------*/

/*parts01
--------------------------------------------------*/
.parts01 {
  margin: auto;
  max-width: 1200px;
}

  .parts01 .ttl-area {
    text-align: left;
		padding: 4% 0 2%;
  }
	.parts01 .text-area {
		padding: 0 0 4%;
		font-size: 24px;
		line-height: 1.5;
  }

  .parts01 .btn-area .btn {
    margin-left: auto;
  }

@media screen and (max-width:768px){
  .parts01 {
    max-width: inherit;
    display: block;
  }

    .parts01 .img-area {
      display: flex;
      width: inherit;
    }

    .parts01 .img-area .img02 {
      margin-top: 30px;
    }

    .parts01 .text-area {
      padding: 20px;
      width: inherit;
			font-size: 3.6vw;
    }
  
  .parts01 .ttl-area {
    text-align: center;
  }
  
}

/*parts02
--------------------------------------------------*/

.parts02 {
  position: relative;
  
}

  .parts02 .img-area {
    width: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 111;
  }

    .parts02 .img-area img {
      height: 580px;
    }


  .parts02 .parts-main {
    min-height: 650px;
    background: linear-gradient(90deg, rgba(0,55,123,0.6) 72%, rgba(0,55,123,0) 72%);
    position: relative;
    z-index: 222;
  }

  .parts02 .parts-ttl {
    margin: auto;
    padding: 0 20px;
    max-width: 1240px;
    height: 170px;
    display: flex;
    align-items: center;
    color: #fff;
  }

    .parts02 .parts-ttl .parts-ttl-sub {
      padding-right: 15px;
      font-weight: bold;
      font-size: 80px;
      line-height: 1.0em;
      position: relative;
    }

      .parts02 .parts-ttl .parts-ttl-sub::before {
        position: absolute;
        margin: -25px 0 0 0;
        top: 50%;
        right: 0;
        display: block;
        content: '';
        width: 2px;
        height: 60px;
        background: #fff;
      }

    .parts02 .parts-ttl .parts-ttl-main {
      padding: 4px 0 0 20px;
      font-weight: bold;
      font-size: 28px;
      line-height: 1.3em;
    }

  .parts02 .text-area {
    position: absolute;
    top: 170px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  }

  .parts02 .text-inner {
    margin: auto;
    max-width: 1200px;
  }

  .parts02 .text-main {
    width: 80%;
    max-width: 810px;
    padding: 100px 0 80px 20px;
    position: relative;
    background: #fff;
    z-index: 222;
  }

  .parts02 .text-main .block {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 444;
  }

  .parts02 .text-main .text01 {
    display: inline-block;
    font-weight: bold;
    color: #004499;
    position: relative;
  }

      .parts02 .text-main .text01::before {
        position: absolute;
        top: 50%;
        right: -70px;
        display: block;
        content: '';
        width: 60px;
        height: 1px;
        background: #004499;
      }

  .parts02 .text-main .text02 {
    font-weight: bold;
    font-size: 20px;
  }

  .parts02 .text-main .text03 {
    margin-top: 10px;
  }

  .parts02 .text-main .text-list {
    padding: 0 0 8px 15px;
    position: relative;
    line-height: 1.4em;
  }

      .parts02 .text-main .text-list::before {
        position: absolute;
        top: 7px;
        left: 0px;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #004499;
      }

  .parts02 .text-main .text04 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6em;
  }

    .parts02 .text-main .text04-ttl {
      padding: 0 20px 10px 0;
      width: 25%;
      font-weight: bold;
    }

    .parts02 .text-main .text04-list {
      padding: 0 0 10px 20px;
      width: 75%;
      border-left: 1px solid #aaa;
    }

    .parts02 .text04 .text04-list:last-child {
      padding-bottom: 0;
    }


  .parts02 .text-main .parts-bg-text {
    position: absolute;
    z-index: 333;
    bottom: 90px;
    right: 50px;
    font-size: 280px;
    line-height: 1.0em;
    color: #eef0f6;
    font-weight: bold;
    font-style: oblique;
  }

  .parts02 .text-main .btn-area {
    margin-top: 20px;
    position: relative;
    z-index: 555;
  }

@media screen and (max-width:768px){

.parts02 {
}

  .parts02 .img-area {
    width: 100%;
    position: relative;
    right: inherit;
    bottom: inherit;
  }

    .parts02 .img-area img {
      height: 340px;
    }


  .parts02 .parts-main {
    margin-right: 15px;
    margin-top: -200px;
    min-height: inherit;
    background: rgba(0,55,123,0.6);
    position: relative;
    z-index: 222;
  }

  .parts02 .parts-ttl {
    margin: auto;
    padding: 15px 20px;
    height:  inherit;
    display: flex;
    align-items: center;
  }

    .parts02 .parts-ttl .parts-ttl-sub {
      padding-right: 10px;
      font-weight: bold;
      font-size: 40px;
      line-height: 1.0em;
      position: relative;
    }

      .parts02 .parts-ttl .parts-ttl-sub::before {
        position: absolute;
        margin: -18px 0 0 0;
        top: 50%;
        right: 0;
        display: block;
        content: '';
        width: 2px;
        height: 40px;
        background: #fff;
      }

    .parts02 .parts-ttl .parts-ttl-main {
      padding: 4px 0 0 10px;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.3em;
    }

  .parts02 .text-area {
    position: relative;
    top: inherit;
    background: none;
  }

  .parts02 .text-inner {
    margin: auto;
  }

  .parts02 .text-main {
    margin-right: 30px;
    width: inherit;
    padding: 30px 15px 0 15px;
    position: relative;
  }

  .parts02 .text-main .block {
    padding: 0 0 20px 0;
  }

  .parts02 .text-main .text01 {
    font-size: 15px;
  }

      .parts02 .text-main .text01::before {
        top: 50%;
        right: -70px;
        width: 60px;
        height: 1px;
      }

  .parts02 .text-main .text02 {
    font-weight: bold;
    font-size: 17px;
  }

  .parts02 .text-main .text03 {
    margin-top: 5px;
  }

  .parts02 .text-main .text-list {
    padding: 0 0 5px 15px;
    line-height: 1.4em;
  }

      .parts02 .text-main .text-list::before {
        position: absolute;
        margin: 0;
        top: 6px;
        left: 0px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
      }
  
  .parts02 .text-main .text04 {
    margin-top: 5px;
    border-top: solid 1px #ddd;
    display: block;
    line-height: 1.6em;
  }

    .parts02 .text-main .text04-ttl {
      padding: 6px 0 0 0 ;
      width: inherit;
    }

    .parts02 .text-main .text04-list {
      padding: 0 0 6px 0;
      width: inherit;
      border-left: none;
      border-bottom: solid 1px #ddd;
    }
  
    .parts02 .text04 .text04-list:last-child {
      padding-bottom: 6px;
    }

  .parts02 .text-main .parts-bg-text {
    bottom: 0px;
    right: 20px;
    font-size: 200px;
  }

  .parts02 .text-main .btn-area {
    width: 90%;
    margin-top: 5px;
  }
  
}

/*parts03
--------------------------------------------------*/

.parts03 {
  position: relative;
  
}

  .parts03 .img-area {
    width: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 111;
  }

    .parts03 .img-area img {
      height: 580px;
    }


  .parts03 .parts-main {
    min-height: 650px;
    background: linear-gradient(90deg, rgba(0,89,115,0) 28%, rgba(0,89,115,0.6) 28%);
    position: relative;
    z-index: 222;
  }

  .parts03 .parts-ttl {
    margin-left: auto;
    padding: 0 20px 0 80px;
    max-width: 72%;
    height: 170px;
    display: flex;
    align-items: center;
    color: #fff;
  }

    .parts03 .parts-ttl .parts-ttl-sub {
      padding-right: 15px;
      font-weight: bold;
      font-size: 80px;
      line-height: 1.0em;
      position: relative;
    }

      .parts03 .parts-ttl .parts-ttl-sub::before {
        position: absolute;
        margin: -25px 0 0 0;
        top: 50%;
        right: 0;
        display: block;
        content: '';
        width: 2px;
        height: 60px;
        background: #fff;
      }

    .parts03 .parts-ttl .parts-ttl-main {
      padding: 4px 0 0 20px;
      font-weight: bold;
      font-size: 28px;
      line-height: 1.3em;
    }

  .parts03 .text-area {
    position: absolute;
    top: 170px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%);
  }

  .parts03 .text-inner {
    margin: auto;
    max-width: 1200px;
  }

  .parts03 .text-main {
    margin-left: auto;
    width: 80%;
    max-width: 810px;
    padding: 50px 0 80px 50px;
    position: relative;
    background: #fff;
    z-index: 222;
  }

  .parts03 .text-main .block {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 444;
  }

  .parts03 .text-main .text01 {
    display: inline-block;
    font-weight: bold;
    color: #006688;
    position: relative;
  }

      .parts03 .text-main .text01::before {
        position: absolute;
        top: 50%;
        right: -70px;
        display: block;
        content: '';
        width: 60px;
        height: 1px;
        background: #006688;
      }

  .parts03 .text-main .text02 {
    font-weight: bold;
    font-size: 20px;
  }

  .parts03 .text-main .text03 {
    margin-top: 10px;
  }

  .parts03 .text-main .text-list {
    padding: 0 0 8px 15px;
    position: relative;
    line-height: 1.4em;
  }

      .parts03 .text-main .text-list::before {
        position: absolute;
        top: 7px;
        left: 0px;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #99c2cf;
      }

  .parts03 .text-main .text04 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6em;
  }

    .parts03 .text-main .text04-ttl {
      padding: 0 20px 10px 0;
      width: 25%;
      font-weight: bold;
    }

    .parts03 .text-main .text04-list {
      padding: 0 0 10px 20px;
      width: 75%;
      border-left: 1px solid #aaa;
    }

    .parts03 .text04 .text04-list:last-child {
      padding-bottom: 0;
    }

  .parts03 .text-main .parts-bg-text {
    position: absolute;
    z-index: 333;
    bottom: 90px;
    right: 50px;
    font-size: 280px;
    line-height: 1.0em;
    color: #eef0f6;
    font-weight: bold;
    font-style: oblique;
  }

  .parts03 .text-main .btn-area {
    margin-top: 20px;
    position: relative;
    z-index: 555;
  }

@media screen and (max-width:768px){

.parts03 {
}

  .parts03 .img-area {
    width: 100%;
    position: relative;
    left: inherit;
    bottom: inherit;
  }

    .parts03 .img-area img {
      height: 340px;
    }


  .parts03 .parts-main {
    margin-right: 15px;
    margin-top: -200px;
    min-height: inherit;
    background: rgba(0,89,115,0.6);
    position: relative;
    z-index: 222;
  }

  .parts03 .parts-ttl {
    max-width: inherit;
    margin: auto;
    padding: 15px 20px;
    height:  inherit;
    display: flex;
    align-items: center;
  }

    .parts03 .parts-ttl .parts-ttl-sub {
      padding-right: 10px;
      font-weight: bold;
      font-size: 40px;
      line-height: 1.0em;
      position: relative;
    }

      .parts03 .parts-ttl .parts-ttl-sub::before {
        position: absolute;
        margin: -18px 0 0 0;
        top: 50%;
        right: 0;
        display: block;
        content: '';
        width: 2px;
        height: 40px;
        background: #fff;
      }

    .parts03 .parts-ttl .parts-ttl-main {
      padding: 4px 0 0 10px;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.3em;
    }

  .parts03 .text-area {
    position: relative;
    top: inherit;
    background: none;
  }

  .parts03 .text-inner {
    margin: auto;
  }

  .parts03 .text-main {
    margin-right: 30px;
    width: inherit;
    padding: 30px 15px 0 15px;
    position: relative;
  }

  .parts03 .text-main .block {
    padding: 0 0 20px 0;
  }

  .parts03 .text-main .text01 {
    font-size: 15px;
  }

      .parts03 .text-main .text01::before {
        top: 50%;
        right: -70px;
        width: 60px;
        height: 1px;
      }

  .parts03 .text-main .text02 {
    font-weight: bold;
    font-size: 17px;
  }

  .parts03 .text-main .text03 {
    margin-top: 5px;
  }
  
  .parts03 .text-main .text-list {
    padding: 0 0 5px 15px;
    line-height: 1.4em;
  }

      .parts03 .text-main .text-list::before {
        position: absolute;
        margin: 0;
        top: 6px;
        left: 0px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
      }

  .parts03 .text-main .text04 {
    margin-top: 5px;
    border-top: solid 1px #ddd;
    display: block;
    line-height: 1.6em;
  }

    .parts03 .text-main .text04-ttl {
      padding: 6px 0 0 0 ;
      width: inherit;
    }

    .parts03 .text-main .text04-list {
      padding: 0 0 6px 0;
      width: inherit;
      border-left: none;
      border-bottom: solid 1px #ddd;
    }
  
    .parts03 .text04 .text04-list:last-child {
      padding-bottom: 6px;
    }
  
  .parts03 .text-main .parts-bg-text {
    bottom: 0px;
    right: 20px;
    font-size: 200px;
  }

  .parts03 .text-main .btn-area {
    width: 90%;
    margin-top: 5px;
  }
  
}

/*parts04
--------------------------------------------------*/

.parts04 {
  margin: auto;
  display: flex;
}

  .parts04 .card {
    width: 33.33%;
  }

  .parts04 .card img {
    height: 350px;
  }

  .parts04 .text-area {
    margin-top: -120px;
    padding: 50px;
    width: 85%;
    background: #fff;
    position: relative;
    z-index: 555;
  }

  .parts04 .text-area .text01 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #004499;
  }

  .parts04 .text-area .text02 {
    font-weight: bold;
    font-size: 17px;
  }

    .parts04 .text-area .text02 .small01 {
      font-weight: bold;
      font-size: 0.9em;
    }

  .parts04 .text-area .text03 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
  }


  .parts04 .text-area .btn-area {
    margin-top: 20px;
  }

@media screen and (max-width:768px){
.parts04 {
  display: block;
}

  .parts04 .card {
    width: inherit;
  }

  .parts04 .card img {
    height: 280px;
  }

  .parts04 .text-area {
    
    margin: -80px auto 30px;
    padding: 20px;
    width: 90%;
    position: relative;
  }

  .parts04 .text-area .text01 {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .parts04 .text-area .text02 {
    font-size: 16px;
  }

  .parts04 .text-area .text03 {
    margin-bottom: 2px;
    font-size: 16px;
  }


  .parts04 .text-area .btn-area {
    margin-top: 10px;
  }
  
}




/*parts05
--------------------------------------------------*/

.parts05 {
  margin: auto;
  max-width: 1200px;
  display: flex;
}

  .parts05 .ttl-area {
    text-align: left;
    width: 30%;
  }

  .parts05 .text-area {
    padding-right: 20px;
    overflow: scroll;
    width: 70%;
    height: 220px;
  }

  .parts05 .text-main {
    border-bottom: dotted 1px #999;
  }

  .parts05 .text01 {
    display: flex;
    align-items: center; 
    border-top: dotted 1px #999;
  }

    .parts05 .text-main .text01-01{
      padding: 20px 0;
      width: 17%;
      font-weight: bold;
    }

    .parts05 .text-main .text01-02 {
      padding: 20px 0;
      width: 83%;
      text-decoration: underline;
    }

@media screen and (max-width:920px){

  .parts05 {
    display: block;
  }

    .parts05 .ttl-area {
      text-align: center;
      width: inherit;
    }

    .parts05 .text-area {
      padding: 20px;
      overflow: scroll;
      width:  inherit;
      height: inherit;
    }

    .parts05 .text01 {
      display: block;
    }

      .parts05 .text-main .text01-01{
        padding: 15px 0 0 0;
        width:  inherit;
      }

      .parts05 .text-main .text01-02 {
        padding: 0 0 15px 0;
        width: inherit;
      }
  
}


/*parts06
--------------------------------------------------*/

.parts06 {
  padding: 0 20px;
}

.parts06 .anc-area {
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between; 
}

.parts06 .anc-btn {
  position: relative;
  width: 24%;
  background: #004499;
  border-radius: 5px;
}

.parts06 .btn-inner {
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; 
  width: 100%;
  color: #fff;
}

.parts06 .text01 {
  margin-right: 6px;
  font-size: 44px;
  line-height: 1.0em;
  font-weight: bold;
}

.parts06 .text02 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
}

    .parts06 .anc-btn::before {
      left: 50%;
      bottom: -21px;
      margin: 0 0 0 -6px;
      position: absolute;
      display: block;
      content: '';
      width: 9px;
      height: 9px;
      border-right: 3px solid #004499;
      border-bottom: 3px solid #004499;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

      .parts06 .anc-btn::after,
      .parts06 .btn-inner::before,
      .parts06 .btn-inner::after  {
        left: 50%;
        position: absolute;
        display: block;
        content: "";
        margin: 0 0 0 -2px;
        width: 4px;
        height: 4px;
        background: #004499;
        transition: all 0.3s ease;
        border-radius: 50%;
      }

      .parts06 .anc-btn::after {
        bottom: -14px;
      }

      .parts06 .btn-inner::before {
        bottom: -8px;
      }

      .parts06 .btn-inner::after  {
        bottom: -2px;
      }

@media screen and (max-width:768px){
  
  .parts06 {
    padding: 0 10px;
  }

  .parts06 .anc-area {
    flex-wrap: wrap
  }

  .parts06 .anc-btn {
    margin-bottom: 25px;
    display: table;
    width: 49%;
    border-radius: 5px;
  }

  .parts06 .btn-inner {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    position: relative;
    text-align: center;
  }

  .parts06 .text01 {
    margin: -4px 0 4px 0;
    font-size: 22px;
    font-weight: bold;
  }

  .parts06 .text02 {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
  }

      .parts06 .anc-btn::before {
        left: 50%;
        bottom: -21px;
        margin: 0 0 0 -6px;
        position: absolute;
        display: block;
        content: '';
        width: 9px;
        height: 9px;
        border-right: 3px solid #004499;
        border-bottom: 3px solid #004499;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }

        .parts06 .anc-btn::after,
        .parts06 .btn-inner::before,
        .parts06 .btn-inner::after  {
          left: 50%;
          position: absolute;
          display: block;
          content: "";
          margin: 0 0 0 -2px;
          width: 4px;
          height: 4px;
          background: #004499;
          transition: all 0.3s ease;
          border-radius: 50%;
        }

        .parts06 .anc-btn::after {
          bottom: -14px;
        }

        .parts06 .btn-inner::before {
          bottom: -8px;
        }

        .parts06 .btn-inner::after  {
          bottom: -2px;
        }
}



/*parts07
--------------------------------------------------*/

.parts07 {
  margin: auto;
  padding: 0 20px;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
}

  .parts07 .card {
    margin-bottom: 50px;
    width: 50%;
  }

  .parts07 .card img {
    height: 370px;
  }

  .parts07 .card:nth-of-type(even) {
    padding-top: 50px;
  }

  .parts07 .text-area {
    margin-top: -120px;
    padding: 50px;
    width: 85%;
    background: #fff;
    position: relative;
    z-index: 555;
  }

  .parts07 .text-area .text01 {
    font-weight: bold;
    font-size: 20px;
    color: #004499;
  }

  .parts07 .text-area .text02 {
    margin-top: 10px;
  }

@media screen and (max-width:768px){
.parts07 {
  display: block;
}

  .parts07 .card {
    margin-bottom: 30px;
    width: inherit;
  }

  .parts07 .card img {
    height: 280px;
  }

  .parts07 .card:nth-of-type(even) {
    padding-top: 0;
  }
  
  .parts07 .text-area {
    margin: -80px auto 30px;
    padding: 20px;
    width: 90%;
  }

  .parts07 .text-area .text01 {
    font-size: 18px;
  }

  .parts07 .text-area .text02 {
    margin-top: 5px;
  }

}


/*parts08
--------------------------------------------------*/

.parts08 {
  margin: auto;
  padding: 0 20px;
  max-width: 1240px;
  display: flex;
  justify-content: space-between; 
}

  .parts08 .box {
    width: 48%;
    padding: 50px;
    background: #ebf0f7;
  }

  .parts08 .text01 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
  }


@media screen and (max-width:768px){
  .parts08 {
    display: block;
  }
  
  .parts08 .box {
    margin-bottom: 20px;
    width: inherit;
    padding: 20px;
  }

  .parts08 .text01 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  
}


/*parts09
--------------------------------------------------*/

.parts09 {
  margin: auto;
  max-width: 1200px;
}

  .parts09 .box {
    margin-bottom: 10px;
    padding: 50px 50px 50px 60px;
    background: #ebf0f7;
    display: flex;
  }

  .parts09 .box-ttl {
    width: 30%;
  }

    .parts09 .box-ttl01 {
      font-weight: bold;
      font-size: 18px;
      color: #004499;
      position: relative;
    }

    .parts09 .box-ttl01::before {
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      content: '';
      width: 60px;
      height: 1px;
      background: #006688;
    }


  .parts09 .text-area {
    width: 70%;
    padding: 0 0 0 40px;
  }

      .parts09 .list {
        padding: 0 0 8px 15px;
        position: relative;
      }

      .parts09 .list::before {
        position: absolute;
        top: 9px;
        left: 0px;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #99b4d6;
      }

@media screen and (max-width:768px){
.parts09 {
}

  .parts09 .box {
    margin-bottom: 10px;
    padding: 20px;
    display: block;
  }

  .parts09 .box-ttl {
    width: inherit;
  }

    .parts09 .box-ttl01 {
      font-size: 16px;
      position: relative;
    }

    .parts09 .box-ttl01::before {
      display: none;
    }


  .parts09 .text-area {
    width: inherit;
    padding: 6px 0 0 0;
  }

      .parts09 .list {
        padding: 0 0 8px 15px;
        position: relative;
      }

      .parts09 .list::before {
        top: 8px;
      }
  
}



/*parts10
--------------------------------------------------*/

.parts10  {
  margin: auto;
  padding: 0 10px;
  max-width: 1240px;
  display: flex;
  justify-content: center; 
}

.parts10 .anc-btn {
  position: relative;
  width: 33.33%;
  background: #004499;
  border-radius: 5px;
  margin: 0 10px;
  padding: 0 10px;
}

.parts10.col02 .anc-btn {
  width: 40%;
}

.parts10 .btn-inner {
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; 
  width: 100%;
  color: #fff;
}

.parts10 .text01 {
  margin: -4px 10px 0 0;
  font-size: 52px;
  line-height: 1.0em;
  font-weight: bold;
}

.parts10 .text02 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
}

  .parts10 .text02 .strong01 {
    font-size: 1.6em;
    font-weight: bold;
  }

  .parts10 .text02 .strong01.en {
    font-size: 1.8em;
  }

    .parts10 .anc-btn::before {
      left: 50%;
      bottom: -21px;
      margin: 0 0 0 -6px;
      position: absolute;
      display: block;
      content: '';
      width: 9px;
      height: 9px;
      border-right: 3px solid #004499;
      border-bottom: 3px solid #004499;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

      .parts10 .anc-btn::after,
      .parts10 .btn-inner::before,
      .parts10 .btn-inner::after  {
        left: 50%;
        position: absolute;
        display: block;
        content: "";
        margin: 0 0 0 -2px;
        width: 4px;
        height: 4px;
        background: #004499;
        transition: all 0.3s ease;
        border-radius: 50%;
      }

      .parts10 .anc-btn::after {
        bottom: -14px;
      }

      .parts10 .btn-inner::before {
        bottom: -8px;
      }

      .parts10 .btn-inner::after  {
        bottom: -2px;
      }

@media screen and (max-width:768px){
  
  .parts10 {
    padding: 0 20px;
    flex-wrap: wrap
  }

  .parts10 .anc-btn {
    display: table;
    width: 100%;
    border-radius: 5px;
    margin: 0 0 30px 0;
    padding: 0;
  }
  
  .parts10.col02 .anc-btn {
    width: 100%;
  }

  .parts10 .btn-inner {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    position: relative;
    text-align: center;
  }

  .parts10 .text01 {
    margin: -4px 0 4px 0;
    font-size: 22px;
  }

  .parts10 .text02 {
    font-size: 15px;
    line-height: 1.4em;
  }

    .parts10 .text02 .strong01 {
      font-size: 1.4em;
    }

      .parts10 .anc-btn::before {
        left: 50%;
        bottom: -21px;
        margin: 0 0 0 -6px;
        position: absolute;
        display: block;
        content: '';
        width: 9px;
        height: 9px;
        border-right: 3px solid #004499;
        border-bottom: 3px solid #004499;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }

        .parts10 .anc-btn::after,
        .parts10 .btn-inner::before,
        .parts10 .btn-inner::after  {
          left: 50%;
          position: absolute;
          display: block;
          content: "";
          margin: 0 0 0 -2px;
          width: 4px;
          height: 4px;
          background: #004499;
          transition: all 0.3s ease;
          border-radius: 50%;
        }

        .parts10 .anc-btn::after {
          bottom: -14px;
        }

        .parts10 .btn-inner::before {
          bottom: -8px;
        }

        .parts10 .btn-inner::after  {
          bottom: -2px;
        }
}


/*parts11
--------------------------------------------------*/

.parts11 {
  position: relative;
  
}

  .parts11 .img-area {
    width: 90%;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 111;
  }

    .parts11 .img-area img {
      height: 480px;
    }

  .parts11 .parts-ttl {
    min-height: 550px;
    background: linear-gradient(90deg, rgba(0,55,123,0.6) 80%, rgba(0,55,123,0) 80%);
    position: relative;
    z-index: 222;
  }

  .parts11 .ttl-inner {
    margin: auto;
    padding: 0 20px;
    max-width: 1240px;
    height: 280px;
    display: flex;
    align-items: center;
    color: #fff;
  }

    .parts11 .parts-ttl .parts-ttl-main {
      padding-right: 30px;
      position: relative;
    }

    .parts11 .parts-ttl .ttl-main01 {
      display: block;
      margin-bottom: 5px;
      font-size: 80px;
      font-weight: bold;
      line-height: 1.0em;
    }

    .parts11 .parts-ttl .ttl-main02 {
      display: block;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.6em;
    }

      .parts11 .parts-ttl .parts-ttl-main::before {
        position: absolute;
        top: 10px;
        right: 0;
        display: block;
        content: '';
        width: 2px;
        height: 90%;
        background: #fff;
      }

    .parts11 .parts-ttl .parts-ttl-sub {
      padding: 4px 0 0 30px;
      font-weight: bold;
      font-size: 18px;
      line-height: 1.8em;
    }

  .parts11 .text-area {
    margin-top: -280px;
    padding: 0 20px;
    display: flex;
    position: relative;
    z-index: 666;
  }

    .parts11 .col3 {
      justify-content: center;
      flex-wrap: wrap;
    }

    .parts11 .col3 .text-box {
      width: 31%;
    }

    .parts11 .col2 {
      margin-left: auto;
      margin-right: auto;
      max-width: 1240px;
      justify-content: space-between;
    }

    .parts11 .col2 .text-box {
      width: 49%;
    }

    .parts11 .col1 {
      margin-left: auto;
      margin-right: auto;
      max-width: 940px;
    }


  .parts11 .text-area .text-box {
    margin: 0 1% 40px 1%;
    padding: 60px;
    background: #fff;
  }

    .parts11 .col1 .text-box {
      padding-bottom: 100px;
    }


  .parts11 .text-box .text01 {
    display: inline-block;
    font-weight: bold;
    color: #004499;
    position: relative;
  }

      .parts11 .text-box .text01::before {
        position: absolute;
        top: 50%;
        right: -70px;
        display: block;
        content: '';
        width: 60px;
        height: 1px;
        background: #004499;
      }

  .parts11 .text-box .text02 {
    font-weight: bold;
    font-size: 20px;
  }

  .parts11 .text-box .text03 {
    margin-top: 10px;
  }

@media screen and (max-width:1100px){
  .parts11 .parts-ttl {
    background: linear-gradient(90deg, rgba(0,55,123,0.6) 95%, rgba(0,55,123,0) 95%);

  }

}

@media screen and (max-width:768px){

.parts11 {
  padding: 0 0 20px 0;
  background: rgba(235,240,247,1);
}

  .parts11 .img-area {
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
  }

    .parts11 .img-area img {
      height: 340px;
    }

  .parts11 .parts-ttl {
    margin-top: -160px;
    min-height: inherit;
    background: rgba(0,55,123,0.6) ;
  }
  

  .parts11 .ttl-inner {
    padding: 20px 20px 200px 20px;
    height: inherit;
    display: block;
  }

    .parts11 .parts-ttl .parts-ttl-main {
      padding: 0 0 10px 0;
      position: relative;
      display: flex;
      width: 100%;
    }

    .parts11 .parts-ttl-main .ttl-main01 {
      display: inline-block;
      margin: 0 8px 0 0;
      font-size: 20px;
      line-height: 1.6em;
    }

    .parts11 .parts-ttl-main .ttl-main02 {
      display: inline-block;
      font-size: 20px;
      line-height: 1.6em;
    }

      .parts11 .parts-ttl .parts-ttl-main::before {
        display: none;
      }

    .parts11 .parts-ttl .parts-ttl-sub {
      padding: 0;
      font-size: 16px;
      line-height: 1.8em;
    }

  .parts11 .text-area {
    margin-top: -180px;
    padding: 0 20px;
    display: block;
  }

    .parts11 .col3 .text-box {
      width: inherit;
    }
  
    .parts11 .col2 .text-box {
      width: inherit;
    }
  
    .parts11 .col1 .text-box {
      width: inherit;
    }

  .parts11 .text-area .text-box {
    margin: 0 0 20px 0;
    padding: 25px;
  }
  
    .parts11 .col1 .text-box {
      padding-bottom: 25px;
    }

  .parts11 .text-box .text02 {
    font-size: 18px;
  }

  .parts11 .text-box .text03 {
    margin-top: 10px;
  }

  
}



/*----------------------------------------------------------------------------------------------------

  contact

----------------------------------------------------------------------------------------------------*/
.contact {
  padding: 100px 20px ;
  background: url("../img/common/contact-bg-img01.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.contact .inner {
  margin: auto;
  max-width: 1200px;
}

.contact .ttl-sub {
  color: #fff;
}

.contact .ttl-main {
  margin-top: 20px;
  color: #fff;
  font-size: 23px;
  line-height: 1.6em;
}

.contact .bg-text {
  top: 140px;
  left: 0;
  font-size: 200px;
}

.contact .block01 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.contact .block01 .box {
  padding: 30px 40px 40px 40px;
  width: 49%;
  background: #fff;
  text-align: center;
}

  .contact .block01 .text01 {
    font-weight: bold;
  }

  .contact .block01 .btn-area {
    margin-top: 15px;
  }

    .contact .block01 .btn {
      height: 68px;
    }

      .contact .block01 .btn02 {
        height: 70px;
      }


.contact .block02 {
  margin-top: 60px;
  color: #fff;
}

  .contact .block02 .text-area {
    display: flex;
    justify-content: center;
    align-items: center; 
  }

  .contact .block02 .text01 {
    padding: 0 20px 0 0;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    position: relative;
  }

    .contact .block02 .text01::before {
      position: absolute;
      margin: -20px 0 0 0;
      top: 50%;
      right: 0;
      display: block;
      content: '';
      width: 2px;
      height: 40px;
      background: #fff;
    }

  .contact .block02 .text02 {
    padding: 0 0 4px 20px;
    font-size: 50px;
    font-weight: bold;
  }

@media screen and (max-width: 920px){

  .contact .block01 {
    margin-top: 30px;
    display: block;
  }

  .contact .block01 .box {
    margin-top: 20px;
    padding: 10px 20px 20px 20px;
    width: inherit;
  }

    .contact .block01 .btn-area {
      margin-top: 5px;
    }

      .contact .block01 .btn {
        height: 50px;
      }

        .contact .block01 .btn02 {
          height: 52px;
        }
  
}

@media screen and (max-width:768px){
  .contact {
    background: url("../img/common/sp-contact-bg-img01.jpg") center center no-repeat;
    background-size: cover;
    padding: 50px 20px ;
  }
  

  .contact .ttl-main {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.6em;
  }

  .contact .bg-text {
    top: 40px;
    font-size: 18vw;
  }

  .contact .block01 {
    margin-top: 20px;
  }

  .contact .block01 .box {
    margin-top: 10px;
  }

  .contact .block02 {
    margin-top: 30px;
  }

    .contact .block02 .text-area {
      display: block;
      text-align: center;
    }

    .contact .block02 .text01 {
      padding: 0 0 0 0;
      font-size: 14px;
      line-height: 1.3em;
    }

      .contact .block02 .text01::before {
        display: none;
      }

    .contact .block02 .text02 {
      padding: 10px 0 0 0;
      font-size: 40px;
    }
    .contact .block02 .text02 a{
      color: #fff;
      font-weight: bold;
    }
  
}


/*----------------------------------------------------------------------------------------------------

 footer

----------------------------------------------------------------------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
    
.footer-container{width:100%;min-width:1400px;background:#222;padding:25px 0;border-top:5px solid #81a9ee;}
@media screen and (max-width:1420px){.footer-container{min-width:0;}
}
@media screen and (max-width:767px){
.footer-container{padding:8vw 0 2vw;}
}
.footer{width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
@media screen and (max-width:1420px){.footer{width:98%;}
}
@media screen and (max-width:767px){
.footer{width:100%;display:block;}
}
.footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
@media screen and (max-width:767px){
.footer-menu{display:block;width:89.33%;margin:0 auto;}
}
@media screen and (max-width:767px){
.footer-menu-logo{text-align:center;}
}
.footer-menu-list{padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
@media screen and (max-width:767px){
.footer-menu-list{margin-top:5vw;margin-bottom:5vw;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid rgba(128, 128, 128, 0.3);border-bottom:1px solid rgba(128, 128, 128, 0.3);}
}
.footer-menu-item{padding-left:10px;margin-left:10px;position:relative;}
@media screen and (max-width:767px){
.footer-menu-item{width:49%;margin-left:0;border-bottom:1px solid rgba(128, 128, 128, 0.3);letter-spacing:0;}
}
@media screen and (max-width:767px){
.footer-menu-item:last-child{border-bottom:none;}
}
.footer-menu-item:before{content:"";display:block;position:absolute;left:0;top:calc(50% - 3px);width:6px;height:6px;border-radius:50%;background-color:#7daaee;}
.footer-menu-item a{color:#fff;font-size:11px;}
@media screen and (max-width:767px){
.footer-menu-item a{display:block;padding:4vw 0;font-size:2.3vw;}
}
.footer-cp{color:#fff;font-size:10px;}
@media screen and (max-width:767px){
  .footer-cp{
    font-size:2vw;text-align:center;
    }
  .footer-menu-logo img {
    width: 60%;
  }
}


/*page-top
--------------------------------------------------*/

.page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 999;
  display: none;
}

.page-top a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  background: #004499;
  color: #fff;
  font-size: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5px;
}
.page-top a::before {
  position: absolute;
  margin: 0 0 0 -6px;
  top: 26px;
  left: 50%;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-top a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

@media screen and (max-width:768px){
  .page-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
  .page-top a {
    width: 40px;
    height: 40px;
    font-size: 10px;
    border-radius: 4px;
  }
  .page-top a::before {
    margin: 0 0 0 -4px;
    top: 18px;
    width: 6px;
    height: 6px;
  }
}





